diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index 69125e7b9622b..0000000000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-name: Bug report
-about: Create a report to help us improve
-title: ''
-labels: 'Type: Bug'
-assignees: catenocrypt
-
----
-
-**Describe the bug**
-A clear and concise description of what the bug is.
-
-**To Reproduce**
-Steps to reproduce the behavior:
-1. Go to '...'
-2. Click on '....'
-3. Scroll down to '....'
-4. See error
-
-**Expected behavior**
-A clear and concise description of what you expected to happen.
-
-**Screenshots**
-If applicable, add screenshots to help explain your problem.
-
-**Desktop (please complete the following information):**
- - OS: [e.g. iOS]
- - Browser [e.g. chrome, safari]
- - Version [e.g. 22]
-
-**Smartphone (please complete the following information):**
- - Device: [e.g. iPhone6]
- - OS: [e.g. iOS8.1]
- - Browser [e.g. stock browser, safari]
- - Version [e.g. 22]
-
-**Additional context**
-Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index ceb1199df5436..0000000000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-name: Feature request
-about: Suggest an idea for this project
-title: ''
-labels: 'Type: New Feature'
-assignees: leedaniil
-
----
-
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
-
-**Additional context**
-Add any other context or screenshots about the feature request here.
diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
deleted file mode 100644
index 6fe1132b30520..0000000000000
--- a/.github/ISSUE_TEMPLATE/question.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-name: Question
-about: Any questions related to this repo
-title: ''
-labels: 'Type: Question'
-assignees: ''
-
----
-
-## How can we help ?
-
-
diff --git a/.github/assets.config.yaml b/.github/assets.config.yaml
deleted file mode 100644
index d5bd6110a768f..0000000000000
--- a/.github/assets.config.yaml
+++ /dev/null
@@ -1,71 +0,0 @@
-app:
- log_level: "debug"
-
-client_urls:
- binance:
- dex: "https://dex.binance.org"
- explorer: "https://explorer.binance.org"
- assets_manager_api: "https://assets.trustwallet.com/api"
-
-urls:
- assets_app: "https://assets-cdn.trustwallet.com"
- logo: "https://trustwallet.com/assets/images/favicon.png"
-
-time_format: "2006-01-02T15:04:05.000000"
-
-validators_settings:
- root_folder:
- allowed_files:
- - ".github"
- - "blockchains"
- - "dapps"
- - "media"
- - "node_modules"
- - "script-old"
- - "script"
- - "test"
- - ".gitignore"
- - "azure-pipelines.yml"
- - "jest.config.js"
- - "LICENSE"
- - "package-lock.json"
- - "package.json"
- - "README.md"
- - ".git"
- - ".eslintignore"
- - ".eslintrc.js"
- - "cmd"
- - "internal"
- - "go.mod"
- - "go.sum"
- - ".golangci.yml"
- - "Makefile"
- - "bin"
- skip_files:
- - "node_modules"
-
- chain_folder:
- allowed_files:
- - "assets"
- - "tokenlist.json"
- - "chainlist.json"
- - "tokenlist-extended.json"
- - "validators"
- - "info"
-
- asset_folder:
- allowed_files:
- - "logo.png"
- - "info.json"
-
- chain_info_folder:
- has_files:
- - "logo.png"
- - "info.json"
-
- chain_validators_asset_folder:
- has_files:
- - "logo.png"
-
- dapps_folder:
- ext: ".png"
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index 0fe61bb2356aa..0000000000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-# To get started with Dependabot version updates, you'll need to specify which
-# package ecosystems to update and where the package manifests are located.
-# Please see the documentation for all configuration options:
-# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
-
-version: 2
-updates:
- - package-ecosystem: "github-actions"
- directory: "/"
- schedule:
- interval: "weekly"
-
- - package-ecosystem: "gomod"
- directory: "/"
- schedule:
- interval: "weekly"
diff --git a/.github/stale.yml b/.github/stale.yml
deleted file mode 100644
index be5b403987adf..0000000000000
--- a/.github/stale.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-# Number of days of inactivity before an issue becomes stale
-daysUntilStale: 1
-# Number of days of inactivity before a stale issue is closed
-daysUntilClose: 2
-# Issues with these labels will never be considered stale
-exemptLabels:
- - 'Payment Status: Paid'
- - pinned
- - security
-# Comment to post when marking an issue as stale. Set to `false` to disable
-markComment: >
- This issue has been automatically marked as stale because it has not had
- recent activity. It will be closed if no further activity occurs. Thank you
- for your contributions.
-# Comment to post when closing a stale issue. Set to `false` to disable
-closeComment: false
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
deleted file mode 100644
index ef400763cb0c5..0000000000000
--- a/.github/workflows/check.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-name: Check
-
-on:
- push:
- branches:
- - master
- pull_request:
- branches:
- - master
- workflow_dispatch:
-
-jobs:
- check:
- runs-on: ubuntu-latest
- steps:
- - name: Set up Go
- uses: actions/setup-go@v4
- with:
- go-version: 1.18
-
- - name: Check out code
- uses: actions/checkout@v3
-
- - name: Run check
- run: make check
-
- - name: Unit Test
- run: make test
-
- - name: Lint
- run: make lint
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
deleted file mode 100644
index 925d6a1e521f1..0000000000000
--- a/.github/workflows/codeql.yml
+++ /dev/null
@@ -1,63 +0,0 @@
-# For most projects, this workflow file will not need changing; you simply need
-# to commit it to your repository.
-#
-# You may wish to alter this file to override the set of languages analyzed,
-# or to provide custom queries or build logic.
-#
-# ******** NOTE ********
-# We have attempted to detect the languages in your repository. Please check
-# the `language` matrix defined below to confirm you have the correct set of
-# supported CodeQL languages.
-#
-name: "CodeQL"
-
-on:
- push:
- branches: [ "master" ]
- pull_request:
- # The branches below must be a subset of the branches above
- branches: [ "master" ]
- schedule:
- - cron: '43 20 * * 6'
-
-jobs:
- analyze:
- name: Analyze
- runs-on: ubuntu-latest
- permissions:
- actions: read
- contents: read
- security-events: write
-
- strategy:
- fail-fast: false
- matrix:
- language: [ 'go' ]
- # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
- # Use only 'java' to analyze code written in Java, Kotlin or both
- # Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
- # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
-
- steps:
- - name: Checkout repository
- uses: actions/checkout@v3
-
- # Initializes the CodeQL tools for scanning.
- - name: Initialize CodeQL
- uses: github/codeql-action/init@v2
- with:
- languages: ${{ matrix.language }}
- # If you wish to specify custom queries, you can do so here or in a config file.
- # By default, queries listed here will override any specified in a config file.
- # Prefix the list here with "+" to use these queries and those in the config file.
-
- # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
- # queries: security-extended,security-and-quality
-
- - name: Build assets binary
- run: make build
-
- - name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v2
- with:
- category: "/language:${{matrix.language}}"
diff --git a/.github/workflows/fix-dryrun.yml b/.github/workflows/fix-dryrun.yml
deleted file mode 100644
index a42ef0fbfb59a..0000000000000
--- a/.github/workflows/fix-dryrun.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-name: Fix (Dry run)
-on:
- pull_request:
- branches: [ master ]
-
-jobs:
- fix-dryrun:
- runs-on: ubuntu-latest
- steps:
- - name: Set up Go
- uses: actions/setup-go@v4
- with:
- go-version: 1.18
-
- - name: Check out code
- uses: actions/checkout@v3
-
- - name: Run fix
- run: make fix
-
- - name: Show fix result (diff)
- run: |
- git config core.ignorecase false
- git status
- git diff
diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml
deleted file mode 100644
index 8dec678a52ed3..0000000000000
--- a/.github/workflows/fix.yml
+++ /dev/null
@@ -1,46 +0,0 @@
-name: Fix All
-
-on:
- push:
- branches:
- - '*'
- workflow_dispatch:
-
-jobs:
- fix-all:
- runs-on: ubuntu-latest
-
- if: github.repository_owner == 'trustwallet' && github.event.repository.fork == false
-
- steps:
- - name: Checkout (trustwallet repo, secret token)
- uses: actions/checkout@v3
- with:
- # Use trust-ci fine-grained PAT to checkout and later commit the code
- # Do not use for forked repos
- token: ${{ secrets.CI_GITHUB_TOKEN }}
- ref: ${{ github.ref }}
-
- - name: Set up Go
- uses: actions/setup-go@v4
- with:
- go-version: 1.18
-
- - name: Run fix
- run: make fix
-
- - name: Show fix result (diff)
- run: |
- git status
- git diff
-
- - name: Run check
- run: make check
-
- - name: Commit changes
- if: success()
- uses: stefanzweifel/git-auto-commit-action@v4.16.0
- with:
- commit_user_name: trust-ci
- commit_user_email: "117647528+trust-ci@users.noreply.github.com"
- commit_message: Auto fix all (sanity and consistency)
diff --git a/.github/workflows/periodic-update.yml b/.github/workflows/periodic-update.yml
deleted file mode 100644
index 5265f72555a32..0000000000000
--- a/.github/workflows/periodic-update.yml
+++ /dev/null
@@ -1,40 +0,0 @@
-name: Periodic External Update
-on:
- schedule:
- # Run twice per day (at 1:00UTC/6pmPST, 13:00UTC/6amPST)
- - cron: '0 1,13 * * *'
- workflow_dispatch:
-jobs:
- periodic-auto-update:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3
- with:
- token: ${{ secrets.CI_GITHUB_TOKEN }}
- ref: ${{ github.head_ref }}
-
- - name: Set up Go
- uses: actions/setup-go@v4
- with:
- go-version: 1.18
- id: go
-
- - name: Run update auto
- run: make update-auto
-
- - name: Show update result (diff)
- if: success()
- run: |
- git status
- git diff
-
- - name: Run check
- run: make check
-
- - name: Commit changes
- if: success()
- uses: stefanzweifel/git-auto-commit-action@v4.16.0
- with:
- commit_message: External Updates
- commit_user_name: trust-ci
- commit_user_email: "117647528+trust-ci@users.noreply.github.com"
diff --git a/.github/workflows/upload-s3.yml b/.github/workflows/upload-s3.yml
deleted file mode 100644
index b12301e96aed9..0000000000000
--- a/.github/workflows/upload-s3.yml
+++ /dev/null
@@ -1,52 +0,0 @@
-name: Upload S3
-on:
- push:
- branches:
- - master
-
- workflow_dispatch:
-
-permissions:
- id-token: write
-
-env:
- AWS_REGION: us-east-1
-
-jobs:
- upload-s3:
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v3
-
- - name: Confiugre AWS credentials
- uses: aws-actions/configure-aws-credentials@v2
- with:
- role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
- aws-region: ${{ env.AWS_REGION }}
-
- - name: Sync to S3
- if: github.repository_owner == 'trustwallet'
- shell: bash
- run: aws s3 sync . s3://$AWS_S3_BUCKET --follow-symlinks --delete --exclude '*' --include 'dapps/*' --include 'blockchains/*' --size-only
- env:
- AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
-
- - name: Get changed files
- uses: jitterbit/get-changed-files@v1
- if: github.event_name == 'push'
- id: files
-
- - name: Filter files to invalidate
- run: |
- echo "::set-output name=paths::$(echo ${{ steps.files.outputs.added_modified }} | tr ' ' '\n' | grep -E 'blockchains/|dapps/' | awk '{print "/"$1}' | tr '\n' ' ')"
- if: github.event_name == 'push'
- id: filter
-
- - name: Invalidate CloudFront
- if: github.repository_owner == 'trustwallet' && github.event_name == 'push' && steps.filter.outputs.paths != ''
- uses: chetan/invalidate-cloudfront-action@v2
- env:
- PATHS: ${{ steps.filter.outputs.paths }}
- DISTRIBUTION: ${{ secrets.AWS_DISTRIBUTION }}
-
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 9573723cfbdc3..0000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-**/.DS_Store
-.idea
-.vscode/
-*~
-*.txt
-.env
-.env.test
-bin/
diff --git a/.golangci.yml b/.golangci.yml
deleted file mode 100644
index 6633927eb2295..0000000000000
--- a/.golangci.yml
+++ /dev/null
@@ -1,244 +0,0 @@
-linters-settings:
- cyclop:
- max-complexity: 20
- # the maximal average package complexity. If it's higher than 0.0 (float) the check is enabled (default 0.0)
- package-average: 0.0
- skip-tests: false
- dogsled:
- # checks assignments with too many blank identifiers; default is 2
- max-blank-identifiers: 2
- dupl:
- threshold: 100
- errcheck:
- check-type-assertions: false
- check-blank: false
- errorlint:
- errorf: false
- asserts: true
- comparison: true
- forbidigo:
- # Forbid the following identifiers (identifiers are written using regexp):
- forbid:
- - ^print.*$
- - 'fmt\.Print.*'
- exclude_godoc_examples: true
- funlen:
- lines: 60
- statements: 60
- gocognit:
- min-complexity: 35
- goconst:
- min-len: 3
- min-occurrences: 3
- ignore-tests: true
- match-constant: true
- numbers: false
- min: 3
- max: 3
- ignore-calls: true
- gocritic:
- # Which checks should be disabled; can't be combined with 'enabled-checks'
- disabled-checks:
- - regexpMust
- gocyclo:
- min-complexity: 20
- godot:
- # comments to be checked: `declarations`, `toplevel`, or `all`
- scope: all
- capital: false
- godox:
- # report any comments starting with keywords, this is useful for TODO or FIXME comments that
- # might be left in the code accidentally and should be resolved before merging
- keywords:
- - TODO
- - BUG
- - FIXME
- - NOTE
- - OPTIMIZE # marks code that should be optimized before merging
- - HACK # marks hack-arounds that should be removed before merging
- gofmt:
- # simplify code: gofmt with `-s` option
- simplify: true
- gofumpt:
- # Select the Go version to target
- lang-version: "1.18"
- extra-rules: false
- goimports:
- # put imports beginning with prefix after 3rd-party packages;
- # it's a comma-separated list of prefixes
- local-prefixes: github.com/trustwallet
- gomnd:
- settings:
- mnd:
- # the list of enabled checks, see https://github.com/tommy-muehle/go-mnd/#checks for description.
- checks:
- - argument
- - case
- - condition
- - operation
- - return
- - assign
- ignored-numbers: 10,1000
- gomoddirectives:
- replace-local: false
- gosec:
- # To select a subset of rules to run.
- # Available rules: https://github.com/securego/gosec#available-rules
- includes:
- - G401
- - G306
- - G101
- gosimple:
- # Select the Go version to target
- go: "1.18"
- # https://staticcheck.io/docs/options#checks
- checks: [ "all" ]
- govet:
- check-shadowing: true
- ifshort:
- # Maximum length of variable declaration measured in number of lines, after which linter won't suggest using short syntax.
- # Has higher priority than max-decl-chars.
- max-decl-lines: 1
- # Maximum length of variable declaration measured in number of characters, after which linter won't suggest using short syntax.
- max-decl-chars: 30
- importas:
- # if set to `true`, force to use alias.
- no-unaliased: true
- # List of aliases
- alias:
- - pkg: github:com/trustwallet/go-libs/gin
- alias: golibsGin
- lll:
- # max line length
- line-length: 120
- tab-width: 1
- misspell:
- locale: US
- # ignore-words:
- nolintlint:
- # Enable to ensure that nolint directives are all used
- allow-unused: false
- # Disable to ensure that nolint directives don't have a leading space
- allow-leading-space: true
- # Exclude following linters from requiring an explanation
- allow-no-explanation: []
- # Enable to require an explanation of nonzero length after each nolint directive
- require-explanation: false
- # Enable to require nolint directives to mention the specific linter being suppressed
- require-specific: true
- revive:
- # see https://github.com/mgechev/revive#available-rules for details.
- ignore-generated-header: true
- severity: warning
- rules:
- - name: indent-error-flow
- severity: warning
- - name: time-naming
- severity: warn
- - name: errorf
- severity: warn
- - name: blank-imports
- sevetiry: warn
- # The error return parameter should be last
- - name: error-return
- severity: error
- # Redundant if when returning an error
- - name: if-return
- severity: warn
- # Warns when there are heading or trailing newlines in a block
- - name: empty-lines
- severity: error
- staticcheck:
- # Select the Go version to target
- go: "1.18"
- # https://staticcheck.io/docs/options#checks
- checks: [ "all" ]
- stylecheck:
- # Select the Go version to target
- go: "1.18"
- # https://staticcheck.io/docs/options#checks
- checks: [ "all", "-ST1000", "-ST1003", "-ST1016", "-ST1020", "-ST1021", "-ST1022" ]
- # https://staticcheck.io/docs/options#dot_import_whitelist
- dot-import-whitelist:
- - fmt
- # https://staticcheck.io/docs/options#initialisms
- initialisms: [ "ACL", "API", "ASCII", "CPU", "CSS", "DNS", "EOF", "GUID", "HTML", "HTTP", "HTTPS", "ID", "IP", "JSON", "QPS", "RAM", "RPC", "SLA", "SMTP", "SQL", "SSH", "TCP", "TLS", "TTL", "UDP", "UI", "GID", "UID", "UUID", "URI", "URL", "UTF8", "VM", "XML", "XMPP", "XSRF", "XSS" ]
- # https://staticcheck.io/docs/options#http_status_code_whitelist
- http-status-code-whitelist: [ "200", "400", "404", "500" ]
- unused:
- # Select the Go version to target
- go: "1.18"
- whitespace:
- multi-if: true # Enforces newlines (or comments) after every multi-line if statement
- multi-func: false # Enforces newlines (or comments) after every multi-line function signature
- wsl:
- # See https://github.com/bombsimon/wsl/blob/master/doc/configuration.md for
- # documentation of available settings
- allow-assign-and-anything: false
- allow-assign-and-call: true
- allow-cuddle-declarations: false
- allow-multiline-assign: true
- allow-separated-leading-comment: false
- allow-trailing-comment: false
- force-case-trailing-whitespace: 0
- force-err-cuddling: false
- force-short-decl-cuddling: false
- strict-append: true
-
-linters:
- disable-all: true
- enable:
- - bodyclose
- - deadcode
- - depguard
- - dogsled
- - dupl
- - errcheck
- - exportloopref
- - exhaustive
- - funlen
- - gochecknoinits
- - goconst
- - gocritic
- - gocyclo
- - gofmt
- - goimports
- # - gomnd
- - goprintffuncname
- - gosec
- - gosimple
- - govet
- - ineffassign
- - lll
- - misspell
- - nakedret
- - noctx
- - nolintlint
- - rowserrcheck
- - staticcheck
- - structcheck
- - stylecheck
- - typecheck
- - unconvert
- - unparam
- - unused
- - varcheck
- - whitespace
- - asciicheck
- # - gochecknoglobals
- - gocognit
- - godot
- # - godox
- # - goerr113
- # - nestif
- - prealloc
- # - revive
- # - wsl
-
-output:
- format: colored-line-number
- print-issued-lines: true
- print-linter-name: true
- uniq-by-line: true
- path-prefix: ""
- sort-results: true
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 3a5c05c78d69a..0000000000000
--- a/LICENSE
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) 2019-2023 Trust Wallet
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 4ebbac0063633..0000000000000
--- a/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-#! /usr/bin/make -f
-
-# Project variables.
-VERSION := $(shell git describe --tags 2>/dev/null || git describe --all)
-BUILD := $(shell git rev-parse --short HEAD)
-PROJECT_NAME := $(shell basename "$(PWD)")
-BUILD_TARGETS := $(shell find cmd -name \*main.go | awk -F'/' '{print $$0}')
-
-# Use linker flags to provide version/build settings
-LDFLAGS=-ldflags "-X=main.Version=$(VERSION) -X=main.Build=$(BUILD)"
-
-# Make is verbose in Linux. Make it silent.
-MAKEFLAGS += --silent
-
-# Go files.
-GOFMT_FILES?=$$(find . -name '*.go' | grep -v vendor)
-
-# Common commands.
-all: fmt lint test
-
-build:
- @echo " > Building main.go to bin/assets"
- go build $(LDFLAGS) -o bin/assets ./cmd
-
-test:
- @echo " > Running unit tests"
- go test -cover -race -coverprofile=coverage.txt -covermode=atomic -v ./...
-
-fmt:
- @echo " > Format all go files"
- gofmt -w ${GOFMT_FILES}
-
-lint-install:
-ifeq (,$(wildcard test -f bin/golangci-lint))
- @echo " > Installing golint"
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- v1.50.1
-endif
-
-lint: lint-install
- @echo " > Running golint"
- bin/golangci-lint run --timeout=2m
-
-# Assets commands.
-check: build
- bin/assets check
-
-fix: build
- bin/assets fix
-
-update-auto: build
- bin/assets update-auto
-
-# Helper commands.
-add-token: build
- bin/assets add-token $(asset_id)
-
-add-tokenlist: build
- bin/assets add-tokenlist $(asset_id)
-
-add-tokenlist-extended: build
- bin/assets add-tokenlist-extended $(asset_id)
diff --git a/README.md b/README.md
deleted file mode 100644
index f7f55372f43b5..0000000000000
--- a/README.md
+++ /dev/null
@@ -1,81 +0,0 @@
-# Trust Wallet Assets Info
-
-
-
-## Overview
-
-Trust Wallet token repository is a comprehensive, up-to-date collection of information about several thousands (!) of crypto tokens.
-
-[Trust Wallet](https://trustwallet.com) uses token logos from this source, alongside a number of other projects.
-
-The repository contains token info from several blockchains, info on dApps, staking validators, etc.
-For every token a logo and optional additional information is available (such data is not available on-chain).
-
-Such a large collection can be maintained only through a community effort, so _feel free to add your token_.
-
-
-
-## How to add token
-
-Please note that __brand new tokens are not accepted__,
-the projects have to be sound, with information available, and __non-minimal circulation__
-(for limit details see ).
-
-### Assets App
-
-The [Assets web app](https://assets.trustwallet.com) can be used for most new token additions (Github account is needed).
-
-### Quick starter
-
-Details of the repository structure and contribution guidelines are listed on the
-[Developers site](https://developer.trustwallet.com/listing-new-assets/new-asset).
-Here is a quick starter summary for the most common use case.
-
-
-## Documentation
-
-For details, see the [Developers site](https://developer.trustwallet.com):
-
-- [Contribution guidelines](https://developer.trustwallet.com/listing-new-assets/repository_details)
-
-- [FAQ](https://developer.trustwallet.com/listing-new-assets/faq)
-
-## Scripts
-
-There are several scripts available for maintainers:
-
-- `make check` -- Execute validation checks; also used in continuous integration.
-- `make fix` -- Perform automatic fixes where possible
-- `make update-auto` -- Run automatic updates from external sources, executed regularly (GitHub action)
-- `make add-token asset_id=c60_t0x4Fabb145d64652a948d72533023f6E7A623C7C53` -- Create `info.json` file as asset template.
-- `make add-tokenlist asset_id=c60_t0x4Fabb145d64652a948d72533023f6E7A623C7C53` -- Adds a token to tokenlist.json.
-- `make add-tokenlist-extended asset_id=c60_t0x4Fabb145d64652a948d72533023f6E7A623C7C53` -- Adds a token to tokenlist-extended.json.
-
-## On Checks
-
-This repo contains a set of scripts for verification of all the information. Implemented as Golang scripts, available through `make check`, and executed in CI build; checks the whole repo.
-There are similar check logic implemented:
-
-- in assets-management app; for checking changed token files in PRs, or when creating a PR. Checks diffs, can be run from browser environment.
-- in merge-fee-bot, which runs as a GitHub app shows result in PR comment. Executes in a non-browser environment.
-
-## Trading pair maintenance
-
-Info on supported trading pairs are stored in `tokenlist.json` files.
-Trading pairs can be updated --
-from Uniswap/Ethereum and PancakeSwap/Smartchain -- using update script (and checking in changes).
-Minimal limit values for trading pair inclusion are set in the [config file](https://github.com/trustwallet/assets/blob/master/.github/assets.config.yaml).
-There are also options for force-include and force-exclude in the config.
-
-## Disclaimer
-
-Trust Wallet team allows anyone to submit new assets to this repository. However, this does not mean that we are in direct partnership with all of the projects.
-
-Trust Wallet team will reject projects that are deemed as scam or fraudulent after careful review.
-Trust Wallet team reserves the right to change the terms of asset submissions at any time due to changing market conditions, risk of fraud, or any other factors we deem relevant.
-
-Additionally, spam-like behavior, including but not limited to mass distribution of tokens to random addresses will result in the asset being flagged as spam and possible removal from the repository.
-
-## License
-
-The scripts and documentation in this project are released under the [MIT License](LICENSE)
diff --git a/blockchains/aeternity/info/info.json b/blockchains/aeternity/info/info.json
deleted file mode 100644
index 08414cebb77b2..0000000000000
--- a/blockchains/aeternity/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Aeternity",
- "website": "https://aeternity.com",
- "description": "Aeternity is a blockchain platform with turing complete smart contracts. The platform implemented decentralized oracles to make it possible for decentralized applications to use real world data.",
- "explorer": "https://www.aeknow.org/",
- "research": "https://research.binance.com/en/projects/aeternity",
- "symbol": "AE",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/aeternity"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/aeternity"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Aeternity"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/aeternity/white-paper/blob/master/paper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/aeternity/info/logo.png b/blockchains/aeternity/info/logo.png
deleted file mode 100644
index d1491704e7cf3..0000000000000
Binary files a/blockchains/aeternity/info/logo.png and /dev/null differ
diff --git a/blockchains/agoric/info/info.json b/blockchains/agoric/info/info.json
deleted file mode 100644
index d393a167f5410..0000000000000
--- a/blockchains/agoric/info/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Agoric",
- "website": "https://agoric.com",
- "description": "Agoric is a Proof-of-Stake chain utilizing Hardened JavaScript smart contracts to rapidly build and deploy DeFi.",
- "explorer": "https://atomscan.com/agoric/",
- "research": "",
- "symbol": "BLD",
- "type": "coin",
- "decimals": 6,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Agoric"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/agoric"
- },
- {
- "name": "whitepaper",
- "url": "https://agoric.com/wp-content/uploads/2022/08/Agoric-White-Paper-v1.1.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/agoric/info/logo.png b/blockchains/agoric/info/logo.png
deleted file mode 100644
index 6d017640305e3..0000000000000
Binary files a/blockchains/agoric/info/logo.png and /dev/null differ
diff --git a/blockchains/aion/info/info.json b/blockchains/aion/info/info.json
deleted file mode 100644
index 502d89ed50397..0000000000000
--- a/blockchains/aion/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Aion",
- "website": "https://theoan.com",
- "description": "The Aion blockchain addresses the scalabilty problem. It has a bridging mechanism that makes inter-blockchain communication with data and value possible. The Aion blockchain also addresses the scalability problem with its virtual machine and enabling of applications to establish a multiple chain connection.",
- "explorer": "https://mainnet.aion.network",
- "research": "https://research.binance.com/en/projects/aion",
- "symbol": "AION",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/aionnetwork"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Aion_OAN"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/AionNetwork"
- },
- {
- "name": "whitepaper",
- "url": "https://aion.network/developers/#whitepapers"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/aion/info/logo.png b/blockchains/aion/info/logo.png
deleted file mode 100644
index 6ff87c53e5c12..0000000000000
Binary files a/blockchains/aion/info/logo.png and /dev/null differ
diff --git a/blockchains/akash/info/info.json b/blockchains/akash/info/info.json
deleted file mode 100644
index bad45258dd426..0000000000000
--- a/blockchains/akash/info/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Akash Network",
- "type": "coin",
- "symbol": "AKT",
- "decimals": 6,
- "website": "https://akash.network/",
- "description": "The world first decentralized open source cloud, and DeCloud for DeFi, built with the Cosmos SDK.",
- "explorer": "https://www.mintscan.io/akash",
- "status": "active",
- "rpc_url": "https://akash-rpc.polkachu.com/",
- "denom": "uakt",
- "lcd_url": "https://akash-api.polkachu.com/",
- "hrp": "akash",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/akash-network"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.akash.network/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/akashnet_"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/akash/info/logo.png b/blockchains/akash/info/logo.png
deleted file mode 100644
index 8c96414aa1f5f..0000000000000
Binary files a/blockchains/akash/info/logo.png and /dev/null differ
diff --git a/blockchains/algorand/assets/137594422/info.json b/blockchains/algorand/assets/137594422/info.json
deleted file mode 100644
index 4055f4bb07fc4..0000000000000
--- a/blockchains/algorand/assets/137594422/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "HEADLINE",
- "website": "https://www.headline-inc.com",
- "description": "HEADLINE is the Algoramd utility token that powers AlgoCloud, FORUM, Vaults Protocol, and much more. HDL is developed by HEADLINE Crypto, the premier dev toolkit builder on the Algorand blockchain.",
- "explorer": "https://algoexplorer.io/asset/137594422",
- "id": "137594422",
- "symbol": "HDL",
- "type": "ALGORAND",
- "decimals": 6,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/headline-design"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/headline_crypto"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/headlinecrypto"
- },
- {
- "name": "whitepaper",
- "url": "https://www.headline-inc.com/files/white-paper.pdf"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/algorand/assets/137594422/logo.png b/blockchains/algorand/assets/137594422/logo.png
deleted file mode 100644
index f2e903223fd1a..0000000000000
Binary files a/blockchains/algorand/assets/137594422/logo.png and /dev/null differ
diff --git a/blockchains/algorand/info/info.json b/blockchains/algorand/info/info.json
deleted file mode 100644
index b1d614799b67e..0000000000000
--- a/blockchains/algorand/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Algorand",
- "website": "http://algorand.foundation",
- "description": "Algorand is the first blockchain to provide immediate transaction finality. No forking. No uncertainty. Algorand removes the technical barriers that for years undermined mainstream blockchain adoption: decentralization, scale, and security.",
- "explorer": "https://algoexplorer.io/",
- "research": "https://research.binance.com/en/projects/algorand",
- "symbol": "ALGO",
- "type": "coin",
- "decimals": 6,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/algorand"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/AlgoFoundation"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/AlgorandOfficial"
- },
- {
- "name": "whitepaper",
- "url": "https://www.algorand.com/resources/white-papers/"
- }
- ]
-}
diff --git a/blockchains/algorand/info/logo.png b/blockchains/algorand/info/logo.png
deleted file mode 100644
index 55dcdc8b6d927..0000000000000
Binary files a/blockchains/algorand/info/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x1000000fa32d122c18a6a31c009ce5e71674f22d06a581bb0a15575e6addadcc::usda::USDA/info.json b/blockchains/aptos/assets/0x1000000fa32d122c18a6a31c009ce5e71674f22d06a581bb0a15575e6addadcc::usda::USDA/info.json
deleted file mode 100644
index 4e3815b6d5bb3..0000000000000
--- a/blockchains/aptos/assets/0x1000000fa32d122c18a6a31c009ce5e71674f22d06a581bb0a15575e6addadcc::usda::USDA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Argo USD",
- "symbol": "USDA",
- "decimals": 6,
- "website": "https://argo.fi/",
- "status": "active",
- "id": "0x1000000fa32d122c18a6a31c009ce5e71674f22d06a581bb0a15575e6addadcc::usda::USDA",
- "tags": [
- "stablecoin"
- ]
- }
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x1000000fa32d122c18a6a31c009ce5e71674f22d06a581bb0a15575e6addadcc::usda::USDA/logo.png b/blockchains/aptos/assets/0x1000000fa32d122c18a6a31c009ce5e71674f22d06a581bb0a15575e6addadcc::usda::USDA/logo.png
deleted file mode 100644
index adea4a50a9114..0000000000000
Binary files a/blockchains/aptos/assets/0x1000000fa32d122c18a6a31c009ce5e71674f22d06a581bb0a15575e6addadcc::usda::USDA/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x159df6b7689437016108a019fd5bef736bac692b6d4a1f10c941f6fbb9a74ca6::oft::CakeOFT/info.json b/blockchains/aptos/assets/0x159df6b7689437016108a019fd5bef736bac692b6d4a1f10c941f6fbb9a74ca6::oft::CakeOFT/info.json
deleted file mode 100644
index f5d56c9c886fb..0000000000000
--- a/blockchains/aptos/assets/0x159df6b7689437016108a019fd5bef736bac692b6d4a1f10c941f6fbb9a74ca6::oft::CakeOFT/info.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "name": "PancakeSwap Token",
- "symbol": "CAKE",
- "decimals": 8,
- "website": "https://pancakeswap.finance",
- "status": "active",
- "description": "PancakeSwap is a yield farming project whereby users can get FLIP for staking and get CAKE token as reward. CAKE holders can swap CAKE for SYRUP for additional incentivized staking.",
- "id": "0x159df6b7689437016108a019fd5bef736bac692b6d4a1f10c941f6fbb9a74ca6%3A%3Aoft%3A%3ACakeOFT",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/pancakeswap"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/pancakeswap"
- },
- {
- "name": "blog",
- "url": "https://medium.com/@pancakeswap"
- },
- {
- "name": "telegram",
- "url": "https://t.me/PancakeSwap"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/pancakeswap-token/"
- }
- ]
-}
diff --git a/blockchains/aptos/assets/0x159df6b7689437016108a019fd5bef736bac692b6d4a1f10c941f6fbb9a74ca6::oft::CakeOFT/logo.png b/blockchains/aptos/assets/0x159df6b7689437016108a019fd5bef736bac692b6d4a1f10c941f6fbb9a74ca6::oft::CakeOFT/logo.png
deleted file mode 100644
index 685fbc4249857..0000000000000
Binary files a/blockchains/aptos/assets/0x159df6b7689437016108a019fd5bef736bac692b6d4a1f10c941f6fbb9a74ca6::oft::CakeOFT/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x1f9dca8eb42832b9ea07a804d745ef08833051e0c75c45b82665ef6f6e7fac32::coin::T/info.json b/blockchains/aptos/assets/0x1f9dca8eb42832b9ea07a804d745ef08833051e0c75c45b82665ef6f6e7fac32::coin::T/info.json
deleted file mode 100644
index 8e48ff58d7670..0000000000000
--- a/blockchains/aptos/assets/0x1f9dca8eb42832b9ea07a804d745ef08833051e0c75c45b82665ef6f6e7fac32::coin::T/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
- {
- "name": "Nexum Coin",
- "symbol": "NEXM",
- "decimals": 8,
- "status": "active",
- "id": "0x1f9dca8eb42832b9ea07a804d745ef08833051e0c75c45b82665ef6f6e7fac32::coin::T"
- }
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x1f9dca8eb42832b9ea07a804d745ef08833051e0c75c45b82665ef6f6e7fac32::coin::T/logo.png b/blockchains/aptos/assets/0x1f9dca8eb42832b9ea07a804d745ef08833051e0c75c45b82665ef6f6e7fac32::coin::T/logo.png
deleted file mode 100644
index cf3a1c5b091e2..0000000000000
Binary files a/blockchains/aptos/assets/0x1f9dca8eb42832b9ea07a804d745ef08833051e0c75c45b82665ef6f6e7fac32::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x2305dd96edd8debb5a2049be54379c74e61b37ceb54a49bd7dee4726d2a6b689::coin::T/info.json b/blockchains/aptos/assets/0x2305dd96edd8debb5a2049be54379c74e61b37ceb54a49bd7dee4726d2a6b689::coin::T/info.json
deleted file mode 100644
index c321fa5bf028c..0000000000000
--- a/blockchains/aptos/assets/0x2305dd96edd8debb5a2049be54379c74e61b37ceb54a49bd7dee4726d2a6b689::coin::T/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
- {
- "name": "SushiToken (Wormhole)",
- "symbol": "SUSHI",
- "decimals": 8,
- "status": "active",
- "id": "0x2305dd96edd8debb5a2049be54379c74e61b37ceb54a49bd7dee4726d2a6b689::coin::T"
- }
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x2305dd96edd8debb5a2049be54379c74e61b37ceb54a49bd7dee4726d2a6b689::coin::T/logo.png b/blockchains/aptos/assets/0x2305dd96edd8debb5a2049be54379c74e61b37ceb54a49bd7dee4726d2a6b689::coin::T/logo.png
deleted file mode 100644
index c6d7d72c804fe..0000000000000
Binary files a/blockchains/aptos/assets/0x2305dd96edd8debb5a2049be54379c74e61b37ceb54a49bd7dee4726d2a6b689::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x394205c024d8e932832deef4cbfc7d3bb17ff2e9dc184fa9609405c2836b94aa::coin::T/info.json b/blockchains/aptos/assets/0x394205c024d8e932832deef4cbfc7d3bb17ff2e9dc184fa9609405c2836b94aa::coin::T/info.json
deleted file mode 100644
index c81787b62c789..0000000000000
--- a/blockchains/aptos/assets/0x394205c024d8e932832deef4cbfc7d3bb17ff2e9dc184fa9609405c2836b94aa::coin::T/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "NEAR (Wormhole)",
- "symbol": "NEAR",
- "decimals": 8,
- "status": "active",
- "id": "0x394205c024d8e932832deef4cbfc7d3bb17ff2e9dc184fa9609405c2836b94aa::coin::T"
- }
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x394205c024d8e932832deef4cbfc7d3bb17ff2e9dc184fa9609405c2836b94aa::coin::T/logo.png b/blockchains/aptos/assets/0x394205c024d8e932832deef4cbfc7d3bb17ff2e9dc184fa9609405c2836b94aa::coin::T/logo.png
deleted file mode 100644
index d9044fff9c609..0000000000000
Binary files a/blockchains/aptos/assets/0x394205c024d8e932832deef4cbfc7d3bb17ff2e9dc184fa9609405c2836b94aa::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x39d84c2af3b0c9895b45d4da098049e382c451ba63bec0ce0396ff7af4bb5dff::coin::T/info.json b/blockchains/aptos/assets/0x39d84c2af3b0c9895b45d4da098049e382c451ba63bec0ce0396ff7af4bb5dff::coin::T/info.json
deleted file mode 100644
index c1d855dffe01c..0000000000000
--- a/blockchains/aptos/assets/0x39d84c2af3b0c9895b45d4da098049e382c451ba63bec0ce0396ff7af4bb5dff::coin::T/info.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "name": "USD Coin (Wormhole Avalanche)",
- "symbol": "USDCav",
- "decimals": 6,
- "status": "active",
- "id": "0x39d84c2af3b0c9895b45d4da098049e382c451ba63bec0ce0396ff7af4bb5dff::coin::T",
- "tags": [
- "stablecoin"
- ]
- }
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x39d84c2af3b0c9895b45d4da098049e382c451ba63bec0ce0396ff7af4bb5dff::coin::T/logo.png b/blockchains/aptos/assets/0x39d84c2af3b0c9895b45d4da098049e382c451ba63bec0ce0396ff7af4bb5dff::coin::T/logo.png
deleted file mode 100644
index 91ab83369e705..0000000000000
Binary files a/blockchains/aptos/assets/0x39d84c2af3b0c9895b45d4da098049e382c451ba63bec0ce0396ff7af4bb5dff::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x407a220699982ebb514568d007938d2447d33667e4418372ffec1ddb24491b6c::coin::T/info.json b/blockchains/aptos/assets/0x407a220699982ebb514568d007938d2447d33667e4418372ffec1ddb24491b6c::coin::T/info.json
deleted file mode 100644
index e1a3a0edbf905..0000000000000
--- a/blockchains/aptos/assets/0x407a220699982ebb514568d007938d2447d33667e4418372ffec1ddb24491b6c::coin::T/info.json
+++ /dev/null
@@ -1,10 +0,0 @@
- {
- "name": "Dai Stablecoin (Wormhole)",
- "symbol": "DAI",
- "decimals": 8,
- "status": "active",
- "id": "0x407a220699982ebb514568d007938d2447d33667e4418372ffec1ddb24491b6c::coin::T",
- "tags": [
- "stablecoin"
- ]
- }
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x407a220699982ebb514568d007938d2447d33667e4418372ffec1ddb24491b6c::coin::T/logo.png b/blockchains/aptos/assets/0x407a220699982ebb514568d007938d2447d33667e4418372ffec1ddb24491b6c::coin::T/logo.png
deleted file mode 100644
index abe226741a78f..0000000000000
Binary files a/blockchains/aptos/assets/0x407a220699982ebb514568d007938d2447d33667e4418372ffec1ddb24491b6c::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x419d16ebaeda8dc374b1178a61d24fb699799d55a3f475f427998769c537b51b::coin::T/info.json b/blockchains/aptos/assets/0x419d16ebaeda8dc374b1178a61d24fb699799d55a3f475f427998769c537b51b::coin::T/info.json
deleted file mode 100644
index e6429365ebb7e..0000000000000
--- a/blockchains/aptos/assets/0x419d16ebaeda8dc374b1178a61d24fb699799d55a3f475f427998769c537b51b::coin::T/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
- {
- "name": "FTX Token",
- "symbol": "FTT",
- "decimals": 8,
- "status": "active",
- "id": "0x419d16ebaeda8dc374b1178a61d24fb699799d55a3f475f427998769c537b51b::coin::T"
- }
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x419d16ebaeda8dc374b1178a61d24fb699799d55a3f475f427998769c537b51b::coin::T/logo.png b/blockchains/aptos/assets/0x419d16ebaeda8dc374b1178a61d24fb699799d55a3f475f427998769c537b51b::coin::T/logo.png
deleted file mode 100644
index 9f6dfe023955a..0000000000000
Binary files a/blockchains/aptos/assets/0x419d16ebaeda8dc374b1178a61d24fb699799d55a3f475f427998769c537b51b::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x5b1bbc25524d41b17a95dac402cf2f584f56400bf5cc06b53c36b331b1ec6e8f::coin::T/info.json b/blockchains/aptos/assets/0x5b1bbc25524d41b17a95dac402cf2f584f56400bf5cc06b53c36b331b1ec6e8f::coin::T/info.json
deleted file mode 100644
index ad5395ab95c8c..0000000000000
--- a/blockchains/aptos/assets/0x5b1bbc25524d41b17a95dac402cf2f584f56400bf5cc06b53c36b331b1ec6e8f::coin::T/info.json
+++ /dev/null
@@ -1,10 +0,0 @@
- {
- "name": "Wrapped AVAX (Wormhole)",
- "symbol": "WAVAX",
- "decimals": 8,
- "status": "active",
- "id": "0x5b1bbc25524d41b17a95dac402cf2f584f56400bf5cc06b53c36b331b1ec6e8f::coin::T",
- "tags": [
- "wrapped"
- ]
- }
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x5b1bbc25524d41b17a95dac402cf2f584f56400bf5cc06b53c36b331b1ec6e8f::coin::T/logo.png b/blockchains/aptos/assets/0x5b1bbc25524d41b17a95dac402cf2f584f56400bf5cc06b53c36b331b1ec6e8f::coin::T/logo.png
deleted file mode 100644
index 91446ba902d59..0000000000000
Binary files a/blockchains/aptos/assets/0x5b1bbc25524d41b17a95dac402cf2f584f56400bf5cc06b53c36b331b1ec6e8f::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x5c738a5dfa343bee927c39ebe85b0ceb95fdb5ee5b323c95559614f5a77c47cf::Aptoge::Aptoge/info.json b/blockchains/aptos/assets/0x5c738a5dfa343bee927c39ebe85b0ceb95fdb5ee5b323c95559614f5a77c47cf::Aptoge::Aptoge/info.json
deleted file mode 100644
index 2e9657486a8af..0000000000000
--- a/blockchains/aptos/assets/0x5c738a5dfa343bee927c39ebe85b0ceb95fdb5ee5b323c95559614f5a77c47cf::Aptoge::Aptoge/info.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "name": "Aptoge",
- "symbol": "APTOGE",
- "decimals": 6,
- "website": "https://aptoge.com",
- "status": "active",
- "id": "0x5c738a5dfa343bee927c39ebe85b0ceb95fdb5ee5b323c95559614f5a77c47cf::Aptoge::Aptoge"
-}
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x5c738a5dfa343bee927c39ebe85b0ceb95fdb5ee5b323c95559614f5a77c47cf::Aptoge::Aptoge/logo.png b/blockchains/aptos/assets/0x5c738a5dfa343bee927c39ebe85b0ceb95fdb5ee5b323c95559614f5a77c47cf::Aptoge::Aptoge/logo.png
deleted file mode 100644
index 9e02c444212c1..0000000000000
Binary files a/blockchains/aptos/assets/0x5c738a5dfa343bee927c39ebe85b0ceb95fdb5ee5b323c95559614f5a77c47cf::Aptoge::Aptoge/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x5e156f1207d0ebfa19a9eeff00d62a282278fb8719f4fab3a586a0a2c0fffbea::coin::T/info.json b/blockchains/aptos/assets/0x5e156f1207d0ebfa19a9eeff00d62a282278fb8719f4fab3a586a0a2c0fffbea::coin::T/info.json
deleted file mode 100644
index d9e9e505d723e..0000000000000
--- a/blockchains/aptos/assets/0x5e156f1207d0ebfa19a9eeff00d62a282278fb8719f4fab3a586a0a2c0fffbea::coin::T/info.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "name": "USD Coin (Wormhole)",
- "symbol": "USDC",
- "decimals": 6,
- "status": "active",
- "id": "0x5e156f1207d0ebfa19a9eeff00d62a282278fb8719f4fab3a586a0a2c0fffbea::coin::T",
- "tags": [
- "stablecoin"
- ]
- }
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x5e156f1207d0ebfa19a9eeff00d62a282278fb8719f4fab3a586a0a2c0fffbea::coin::T/logo.png b/blockchains/aptos/assets/0x5e156f1207d0ebfa19a9eeff00d62a282278fb8719f4fab3a586a0a2c0fffbea::coin::T/logo.png
deleted file mode 100644
index ca1717921997f..0000000000000
Binary files a/blockchains/aptos/assets/0x5e156f1207d0ebfa19a9eeff00d62a282278fb8719f4fab3a586a0a2c0fffbea::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x6312bc0a484bc4e37013befc9949df2d7c8a78e01c6fe14a34018449d136ba86::coin::T/info.json b/blockchains/aptos/assets/0x6312bc0a484bc4e37013befc9949df2d7c8a78e01c6fe14a34018449d136ba86::coin::T/info.json
deleted file mode 100644
index 5c7a35c310d57..0000000000000
--- a/blockchains/aptos/assets/0x6312bc0a484bc4e37013befc9949df2d7c8a78e01c6fe14a34018449d136ba86::coin::T/info.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "name": "Wrapped BNB (Wormhole)",
- "symbol": "WBNB",
- "decimals": 8,
- "status": "active",
- "id": "0x6312bc0a484bc4e37013befc9949df2d7c8a78e01c6fe14a34018449d136ba86::coin::T",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x6312bc0a484bc4e37013befc9949df2d7c8a78e01c6fe14a34018449d136ba86::coin::T/logo.png b/blockchains/aptos/assets/0x6312bc0a484bc4e37013befc9949df2d7c8a78e01c6fe14a34018449d136ba86::coin::T/logo.png
deleted file mode 100644
index 6157eefc14b92..0000000000000
Binary files a/blockchains/aptos/assets/0x6312bc0a484bc4e37013befc9949df2d7c8a78e01c6fe14a34018449d136ba86::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x79a6ed7a0607fdad2d18d67d1a0e552d4b09ebce5951f1e5c851732c02437595::coin::T/info.json b/blockchains/aptos/assets/0x79a6ed7a0607fdad2d18d67d1a0e552d4b09ebce5951f1e5c851732c02437595::coin::T/info.json
deleted file mode 100644
index 65779face308b..0000000000000
--- a/blockchains/aptos/assets/0x79a6ed7a0607fdad2d18d67d1a0e552d4b09ebce5951f1e5c851732c02437595::coin::T/info.json
+++ /dev/null
@@ -1,10 +0,0 @@
- {
- "name": "USD Coin (Wormhole, BSC)",
- "symbol": "USDCbs",
- "decimals": 8,
- "status": "active",
- "id": "0x79a6ed7a0607fdad2d18d67d1a0e552d4b09ebce5951f1e5c851732c02437595::coin::T",
- "tags": [
- "stablecoin"
- ]
- }
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x79a6ed7a0607fdad2d18d67d1a0e552d4b09ebce5951f1e5c851732c02437595::coin::T/logo.png b/blockchains/aptos/assets/0x79a6ed7a0607fdad2d18d67d1a0e552d4b09ebce5951f1e5c851732c02437595::coin::T/logo.png
deleted file mode 100644
index 7599e8274741f..0000000000000
Binary files a/blockchains/aptos/assets/0x79a6ed7a0607fdad2d18d67d1a0e552d4b09ebce5951f1e5c851732c02437595::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x84d7aeef42d38a5ffc3ccef853e1b82e4958659d16a7de736a29c55fbbeb0114::staked_aptos_coin::StakedAptosCoin/info.json b/blockchains/aptos/assets/0x84d7aeef42d38a5ffc3ccef853e1b82e4958659d16a7de736a29c55fbbeb0114::staked_aptos_coin::StakedAptosCoin/info.json
deleted file mode 100644
index 365dca35b6ad8..0000000000000
--- a/blockchains/aptos/assets/0x84d7aeef42d38a5ffc3ccef853e1b82e4958659d16a7de736a29c55fbbeb0114::staked_aptos_coin::StakedAptosCoin/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tortuga Staked Aptos",
- "symbol": "tAPT",
- "decimals": 8,
- "website": "https://tortuga.finance/",
- "status": "active",
- "id": "0x84d7aeef42d38a5ffc3ccef853e1b82e4958659d16a7de736a29c55fbbeb0114::staked_aptos_coin::StakedAptosCoin",
- "tags": [
- "staking"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x84d7aeef42d38a5ffc3ccef853e1b82e4958659d16a7de736a29c55fbbeb0114::staked_aptos_coin::StakedAptosCoin/logo.png b/blockchains/aptos/assets/0x84d7aeef42d38a5ffc3ccef853e1b82e4958659d16a7de736a29c55fbbeb0114::staked_aptos_coin::StakedAptosCoin/logo.png
deleted file mode 100644
index 55226a4d06a43..0000000000000
Binary files a/blockchains/aptos/assets/0x84d7aeef42d38a5ffc3ccef853e1b82e4958659d16a7de736a29c55fbbeb0114::staked_aptos_coin::StakedAptosCoin/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x881ac202b1f1e6ad4efcff7a1d0579411533f2502417a19211cfc49751ddb5f4::coin::MOJO/info.json b/blockchains/aptos/assets/0x881ac202b1f1e6ad4efcff7a1d0579411533f2502417a19211cfc49751ddb5f4::coin::MOJO/info.json
deleted file mode 100644
index dcdc96cc6a07c..0000000000000
--- a/blockchains/aptos/assets/0x881ac202b1f1e6ad4efcff7a1d0579411533f2502417a19211cfc49751ddb5f4::coin::MOJO/info.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "name": "Mojito",
- "symbol": "MOJO",
- "decimals": 8,
- "website": "https://www.mojito.markets/",
- "status": "active",
- "id": "0x881ac202b1f1e6ad4efcff7a1d0579411533f2502417a19211cfc49751ddb5f4::coin::MOJO"
- }
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x881ac202b1f1e6ad4efcff7a1d0579411533f2502417a19211cfc49751ddb5f4::coin::MOJO/logo.png b/blockchains/aptos/assets/0x881ac202b1f1e6ad4efcff7a1d0579411533f2502417a19211cfc49751ddb5f4::coin::MOJO/logo.png
deleted file mode 100644
index cafce215d5eeb..0000000000000
Binary files a/blockchains/aptos/assets/0x881ac202b1f1e6ad4efcff7a1d0579411533f2502417a19211cfc49751ddb5f4::coin::MOJO/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::BnbCoin/info.json b/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::BnbCoin/info.json
deleted file mode 100644
index 0c0082d0963f3..0000000000000
--- a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::BnbCoin/info.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "name": "Binance Coin (Celer)",
- "symbol": "ceBNB",
- "decimals": 8,
- "website": "https://celer.network",
- "status": "active",
- "id": "0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::BnbCoin"
-}
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::BnbCoin/logo.png b/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::BnbCoin/logo.png
deleted file mode 100644
index aa5b21788ce31..0000000000000
Binary files a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::BnbCoin/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::BusdCoin/info.json b/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::BusdCoin/info.json
deleted file mode 100644
index 7c8a9a5277c77..0000000000000
--- a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::BusdCoin/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Binance USD (Celer)",
- "symbol": "ceBUSD",
- "decimals": 8,
- "website": "https://celer.network",
- "status": "active",
- "id": "0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::BusdCoin",
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::BusdCoin/logo.png b/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::BusdCoin/logo.png
deleted file mode 100644
index e6bb8fa72e80d..0000000000000
Binary files a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::BusdCoin/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::DaiCoin/info.json b/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::DaiCoin/info.json
deleted file mode 100644
index 815172a3521a2..0000000000000
--- a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::DaiCoin/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dai Stablecoin (Celer)",
- "symbol": "ceDAI",
- "decimals": 8,
- "website": "https://celer.network",
- "status": "active",
- "id": "0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::DaiCoin",
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::DaiCoin/logo.png b/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::DaiCoin/logo.png
deleted file mode 100644
index 668bc9febf2ef..0000000000000
Binary files a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::DaiCoin/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::UsdcCoin/info.json b/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::UsdcCoin/info.json
deleted file mode 100644
index 9bef8c152f31c..0000000000000
--- a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::UsdcCoin/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USD Coin (Celer)",
- "symbol": "ceUSDC",
- "decimals": 6,
- "website": "https://celer.network",
- "status": "active",
- "id": "0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::UsdcCoin",
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::UsdcCoin/logo.png b/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::UsdcCoin/logo.png
deleted file mode 100644
index 9eaca0cea3a31..0000000000000
Binary files a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::UsdcCoin/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::UsdtCoin/info.json b/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::UsdtCoin/info.json
deleted file mode 100644
index d539f8e87eef0..0000000000000
--- a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::UsdtCoin/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tether USD (Celer)",
- "symbol": "ceUSDT",
- "decimals": 6,
- "website": "https://celer.network",
- "status": "active",
- "id": "0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::UsdtCoin",
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::UsdtCoin/logo.png b/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::UsdtCoin/logo.png
deleted file mode 100644
index 3612b539fa6be..0000000000000
Binary files a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::UsdtCoin/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::WbtcCoin/info.json b/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::WbtcCoin/info.json
deleted file mode 100644
index 15f9a59cd4770..0000000000000
--- a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::WbtcCoin/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wrapped BTC (Celer)",
- "symbol": "ceWBTC",
- "decimals": 8,
- "website": "https://celer.network",
- "status": "active",
- "id": "0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::WbtcCoin",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::WbtcCoin/logo.png b/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::WbtcCoin/logo.png
deleted file mode 100644
index e30d0e1a0b2a3..0000000000000
Binary files a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::WbtcCoin/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::WethCoin/info.json b/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::WethCoin/info.json
deleted file mode 100644
index 2dc4b1cd3cf20..0000000000000
--- a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::WethCoin/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wrapped Ether (Celer)",
- "symbol": "ceWETH",
- "decimals": 8,
- "website": "https://celer.network",
- "status": "active",
- "id": "0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::WethCoin",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::WethCoin/logo.png b/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::WethCoin/logo.png
deleted file mode 100644
index 8a4e7fe830731..0000000000000
Binary files a/blockchains/aptos/assets/0x8d87a65ba30e09357fa2edea2c80dbac296e5dec2b18287113500b902942929d::celer_coin_manager::WethCoin/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0x9aa4c03344444b53f4d9b1bca229ed2ac47504e3ea6cd0683ebdc0c5ecefd693::coin::T/info.json b/blockchains/aptos/assets/0x9aa4c03344444b53f4d9b1bca229ed2ac47504e3ea6cd0683ebdc0c5ecefd693::coin::T/info.json
deleted file mode 100644
index 9a7084166a41e..0000000000000
--- a/blockchains/aptos/assets/0x9aa4c03344444b53f4d9b1bca229ed2ac47504e3ea6cd0683ebdc0c5ecefd693::coin::T/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "SWEAT",
- "symbol": "SWEAT",
- "decimals": 8,
- "status": "active",
- "id": "0x9aa4c03344444b53f4d9b1bca229ed2ac47504e3ea6cd0683ebdc0c5ecefd693::coin::T"
-}
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0x9aa4c03344444b53f4d9b1bca229ed2ac47504e3ea6cd0683ebdc0c5ecefd693::coin::T/logo.png b/blockchains/aptos/assets/0x9aa4c03344444b53f4d9b1bca229ed2ac47504e3ea6cd0683ebdc0c5ecefd693::coin::T/logo.png
deleted file mode 100644
index ac3593681ccd9..0000000000000
Binary files a/blockchains/aptos/assets/0x9aa4c03344444b53f4d9b1bca229ed2ac47504e3ea6cd0683ebdc0c5ecefd693::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0xa2eda21a58856fda86451436513b867c97eecb4ba099da5775520e0f7492e852::coin::T/info.json b/blockchains/aptos/assets/0xa2eda21a58856fda86451436513b867c97eecb4ba099da5775520e0f7492e852::coin::T/info.json
deleted file mode 100644
index 1bc9774dcc857..0000000000000
--- a/blockchains/aptos/assets/0xa2eda21a58856fda86451436513b867c97eecb4ba099da5775520e0f7492e852::coin::T/info.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "name": "Tether USD (Wormhole)",
- "symbol": "USDT",
- "decimals": 6,
- "status": "active",
- "id": "0xa2eda21a58856fda86451436513b867c97eecb4ba099da5775520e0f7492e852::coin::T",
- "tags": [
- "stablecoin"
- ]
- }
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0xa2eda21a58856fda86451436513b867c97eecb4ba099da5775520e0f7492e852::coin::T/logo.png b/blockchains/aptos/assets/0xa2eda21a58856fda86451436513b867c97eecb4ba099da5775520e0f7492e852::coin::T/logo.png
deleted file mode 100644
index 41943ac56e6ce..0000000000000
Binary files a/blockchains/aptos/assets/0xa2eda21a58856fda86451436513b867c97eecb4ba099da5775520e0f7492e852::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0xac0c3c35d50f6ef00e3b4db6998732fe9ed6331384925fe8ec95fcd7745a9112::coin::T/info.json b/blockchains/aptos/assets/0xac0c3c35d50f6ef00e3b4db6998732fe9ed6331384925fe8ec95fcd7745a9112::coin::T/info.json
deleted file mode 100644
index 2672c326bc3f2..0000000000000
--- a/blockchains/aptos/assets/0xac0c3c35d50f6ef00e3b4db6998732fe9ed6331384925fe8ec95fcd7745a9112::coin::T/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Celo (Wormhole)",
- "symbol": "CELO",
- "decimals": 8,
- "status": "active",
- "id": "0xac0c3c35d50f6ef00e3b4db6998732fe9ed6331384925fe8ec95fcd7745a9112::coin::T"
- }
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0xac0c3c35d50f6ef00e3b4db6998732fe9ed6331384925fe8ec95fcd7745a9112::coin::T/logo.png b/blockchains/aptos/assets/0xac0c3c35d50f6ef00e3b4db6998732fe9ed6331384925fe8ec95fcd7745a9112::coin::T/logo.png
deleted file mode 100644
index e707990373bbc..0000000000000
Binary files a/blockchains/aptos/assets/0xac0c3c35d50f6ef00e3b4db6998732fe9ed6331384925fe8ec95fcd7745a9112::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0xacd014e8bdf395fa8497b6d585b164547a9d45269377bdf67c96c541b7fec9ed::coin::T/info.json b/blockchains/aptos/assets/0xacd014e8bdf395fa8497b6d585b164547a9d45269377bdf67c96c541b7fec9ed::coin::T/info.json
deleted file mode 100644
index 7b3b13b6cc535..0000000000000
--- a/blockchains/aptos/assets/0xacd014e8bdf395fa8497b6d585b164547a9d45269377bdf67c96c541b7fec9ed::coin::T/info.json
+++ /dev/null
@@ -1,10 +0,0 @@
- {
- "name": "Tether USD",
- "symbol": "USDTbs",
- "decimals": 8,
- "status": "active",
- "id": "0xacd014e8bdf395fa8497b6d585b164547a9d45269377bdf67c96c541b7fec9ed::coin::T",
- "tags": [
- "stablecoin"
- ]
- }
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0xacd014e8bdf395fa8497b6d585b164547a9d45269377bdf67c96c541b7fec9ed::coin::T/logo.png b/blockchains/aptos/assets/0xacd014e8bdf395fa8497b6d585b164547a9d45269377bdf67c96c541b7fec9ed::coin::T/logo.png
deleted file mode 100644
index 0c62f4bc77f63..0000000000000
Binary files a/blockchains/aptos/assets/0xacd014e8bdf395fa8497b6d585b164547a9d45269377bdf67c96c541b7fec9ed::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0xae478ff7d83ed072dbc5e264250e67ef58f57c99d89b447efd8a0a2e8b2be76e::coin::T/info.json b/blockchains/aptos/assets/0xae478ff7d83ed072dbc5e264250e67ef58f57c99d89b447efd8a0a2e8b2be76e::coin::T/info.json
deleted file mode 100644
index 3446b9a8ce730..0000000000000
--- a/blockchains/aptos/assets/0xae478ff7d83ed072dbc5e264250e67ef58f57c99d89b447efd8a0a2e8b2be76e::coin::T/info.json
+++ /dev/null
@@ -1,10 +0,0 @@
- {
- "name": "Wrapped BTC (Wormhole)",
- "symbol": "WBTC",
- "decimals": 8,
- "status": "active",
- "id": "0xae478ff7d83ed072dbc5e264250e67ef58f57c99d89b447efd8a0a2e8b2be76e::coin::T",
- "tags": [
- "wrapped"
- ]
- }
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0xae478ff7d83ed072dbc5e264250e67ef58f57c99d89b447efd8a0a2e8b2be76e::coin::T/logo.png b/blockchains/aptos/assets/0xae478ff7d83ed072dbc5e264250e67ef58f57c99d89b447efd8a0a2e8b2be76e::coin::T/logo.png
deleted file mode 100644
index 4480eb3d6dda1..0000000000000
Binary files a/blockchains/aptos/assets/0xae478ff7d83ed072dbc5e264250e67ef58f57c99d89b447efd8a0a2e8b2be76e::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0xc7160b1c2415d19a88add188ec726e62aab0045f0aed798106a2ef2994a9101e::coin::T/info.json b/blockchains/aptos/assets/0xc7160b1c2415d19a88add188ec726e62aab0045f0aed798106a2ef2994a9101e::coin::T/info.json
deleted file mode 100644
index 60f45c441cb48..0000000000000
--- a/blockchains/aptos/assets/0xc7160b1c2415d19a88add188ec726e62aab0045f0aed798106a2ef2994a9101e::coin::T/info.json
+++ /dev/null
@@ -1,10 +0,0 @@
- {
- "name": "USD Coin (Wormhole Polygon)",
- "symbol": "USDCpo",
- "decimals": 6,
- "status": "active",
- "id": "0xc7160b1c2415d19a88add188ec726e62aab0045f0aed798106a2ef2994a9101e::coin::T",
- "tags": [
- "stablecoin"
- ]
- }
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0xc7160b1c2415d19a88add188ec726e62aab0045f0aed798106a2ef2994a9101e::coin::T/logo.png b/blockchains/aptos/assets/0xc7160b1c2415d19a88add188ec726e62aab0045f0aed798106a2ef2994a9101e::coin::T/logo.png
deleted file mode 100644
index a84882299105c..0000000000000
Binary files a/blockchains/aptos/assets/0xc7160b1c2415d19a88add188ec726e62aab0045f0aed798106a2ef2994a9101e::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0xc91d826e29a3183eb3b6f6aa3a722089fdffb8e9642b94c5fcd4c48d035c0080::coin::T/info.json b/blockchains/aptos/assets/0xc91d826e29a3183eb3b6f6aa3a722089fdffb8e9642b94c5fcd4c48d035c0080::coin::T/info.json
deleted file mode 100644
index 68eb2c8cfd486..0000000000000
--- a/blockchains/aptos/assets/0xc91d826e29a3183eb3b6f6aa3a722089fdffb8e9642b94c5fcd4c48d035c0080::coin::T/info.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "name": "USD Coin (Wormhole Solana)",
- "symbol": "USDCso",
- "decimals": 6,
- "status": "active",
- "id": "0xc91d826e29a3183eb3b6f6aa3a722089fdffb8e9642b94c5fcd4c48d035c0080::coin::T",
- "tags": [
- "stablecoin"
- ]
- }
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0xc91d826e29a3183eb3b6f6aa3a722089fdffb8e9642b94c5fcd4c48d035c0080::coin::T/logo.png b/blockchains/aptos/assets/0xc91d826e29a3183eb3b6f6aa3a722089fdffb8e9642b94c5fcd4c48d035c0080::coin::T/logo.png
deleted file mode 100644
index ca9eb708cac0b..0000000000000
Binary files a/blockchains/aptos/assets/0xc91d826e29a3183eb3b6f6aa3a722089fdffb8e9642b94c5fcd4c48d035c0080::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0xcc8a89c8dce9693d354449f1f73e60e14e347417854f029db5bc8e7454008abb::coin::T/info.json b/blockchains/aptos/assets/0xcc8a89c8dce9693d354449f1f73e60e14e347417854f029db5bc8e7454008abb::coin::T/info.json
deleted file mode 100644
index 33ea7c71f2735..0000000000000
--- a/blockchains/aptos/assets/0xcc8a89c8dce9693d354449f1f73e60e14e347417854f029db5bc8e7454008abb::coin::T/info.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "name": "Wrapped Ether (Wormhole)",
- "symbol": "WETH",
- "decimals": 8,
- "status": "active",
- "id": "0xcc8a89c8dce9693d354449f1f73e60e14e347417854f029db5bc8e7454008abb::coin::T",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0xcc8a89c8dce9693d354449f1f73e60e14e347417854f029db5bc8e7454008abb::coin::T/logo.png b/blockchains/aptos/assets/0xcc8a89c8dce9693d354449f1f73e60e14e347417854f029db5bc8e7454008abb::coin::T/logo.png
deleted file mode 100644
index e19aa6eb1d94a..0000000000000
Binary files a/blockchains/aptos/assets/0xcc8a89c8dce9693d354449f1f73e60e14e347417854f029db5bc8e7454008abb::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0xccc9620d38c4f3991fa68a03ad98ef3735f18d04717cb75d7a1300dd8a7eed75::coin::T/info.json b/blockchains/aptos/assets/0xccc9620d38c4f3991fa68a03ad98ef3735f18d04717cb75d7a1300dd8a7eed75::coin::T/info.json
deleted file mode 100644
index fa659a70492db..0000000000000
--- a/blockchains/aptos/assets/0xccc9620d38c4f3991fa68a03ad98ef3735f18d04717cb75d7a1300dd8a7eed75::coin::T/info.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "name": "BUSD Token (Wormhole)",
- "symbol": "BUSD",
- "decimals": 8,
- "status": "active",
- "id": "0xccc9620d38c4f3991fa68a03ad98ef3735f18d04717cb75d7a1300dd8a7eed75::coin::T",
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0xccc9620d38c4f3991fa68a03ad98ef3735f18d04717cb75d7a1300dd8a7eed75::coin::T/logo.png b/blockchains/aptos/assets/0xccc9620d38c4f3991fa68a03ad98ef3735f18d04717cb75d7a1300dd8a7eed75::coin::T/logo.png
deleted file mode 100644
index ee48d107ad1ba..0000000000000
Binary files a/blockchains/aptos/assets/0xccc9620d38c4f3991fa68a03ad98ef3735f18d04717cb75d7a1300dd8a7eed75::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0xcefd39b563951a9ec2670aa57086f9adb3493671368ea60ff99e0bc98f697bb5::coin::T/info.json b/blockchains/aptos/assets/0xcefd39b563951a9ec2670aa57086f9adb3493671368ea60ff99e0bc98f697bb5::coin::T/info.json
deleted file mode 100644
index a15f734caa1f4..0000000000000
--- a/blockchains/aptos/assets/0xcefd39b563951a9ec2670aa57086f9adb3493671368ea60ff99e0bc98f697bb5::coin::T/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
- {
- "name": "Chain",
- "symbol": "XCN",
- "decimals": 8,
- "status": "active",
- "id": "0xcefd39b563951a9ec2670aa57086f9adb3493671368ea60ff99e0bc98f697bb5::coin::T"
- }
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0xcefd39b563951a9ec2670aa57086f9adb3493671368ea60ff99e0bc98f697bb5::coin::T/logo.png b/blockchains/aptos/assets/0xcefd39b563951a9ec2670aa57086f9adb3493671368ea60ff99e0bc98f697bb5::coin::T/logo.png
deleted file mode 100644
index b1cf2ef5c081d..0000000000000
Binary files a/blockchains/aptos/assets/0xcefd39b563951a9ec2670aa57086f9adb3493671368ea60ff99e0bc98f697bb5::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0xd11107bdf0d6d7040c6c0bfbdecb6545191fdf13e8d8d259952f53e1713f61b5:staked_coin:StakedAptos/info.json b/blockchains/aptos/assets/0xd11107bdf0d6d7040c6c0bfbdecb6545191fdf13e8d8d259952f53e1713f61b5:staked_coin:StakedAptos/info.json
deleted file mode 100644
index 4ec3dfcbbe1b6..0000000000000
--- a/blockchains/aptos/assets/0xd11107bdf0d6d7040c6c0bfbdecb6545191fdf13e8d8d259952f53e1713f61b5:staked_coin:StakedAptos/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ditto Staked Aptos",
- "symbol": "stAPT",
- "decimals": 8,
- "website": "https://celer.network",
- "status": "active",
- "id": "0xd11107bdf0d6d7040c6c0bfbdecb6545191fdf13e8d8d259952f53e1713f61b5::staked_coin::StakedAptos",
- "tags": [
- "staking"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0xd11107bdf0d6d7040c6c0bfbdecb6545191fdf13e8d8d259952f53e1713f61b5:staked_coin:StakedAptos/logo.png b/blockchains/aptos/assets/0xd11107bdf0d6d7040c6c0bfbdecb6545191fdf13e8d8d259952f53e1713f61b5:staked_coin:StakedAptos/logo.png
deleted file mode 100644
index 7b98f95b75ffb..0000000000000
Binary files a/blockchains/aptos/assets/0xd11107bdf0d6d7040c6c0bfbdecb6545191fdf13e8d8d259952f53e1713f61b5:staked_coin:StakedAptos/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0xdd89c0e695df0692205912fb69fc290418bed0dbe6e4573d744a6d5e6bab6c13::coin::T/info.json b/blockchains/aptos/assets/0xdd89c0e695df0692205912fb69fc290418bed0dbe6e4573d744a6d5e6bab6c13::coin::T/info.json
deleted file mode 100644
index f60e2616b9438..0000000000000
--- a/blockchains/aptos/assets/0xdd89c0e695df0692205912fb69fc290418bed0dbe6e4573d744a6d5e6bab6c13::coin::T/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "SOL (Wormhole)",
- "symbol": "SOL",
- "decimals": 8,
- "status": "active",
- "id": "0xdd89c0e695df0692205912fb69fc290418bed0dbe6e4573d744a6d5e6bab6c13::coin::T"
-}
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0xdd89c0e695df0692205912fb69fc290418bed0dbe6e4573d744a6d5e6bab6c13::coin::T/logo.png b/blockchains/aptos/assets/0xdd89c0e695df0692205912fb69fc290418bed0dbe6e4573d744a6d5e6bab6c13::coin::T/logo.png
deleted file mode 100644
index dceed0bf75ff9..0000000000000
Binary files a/blockchains/aptos/assets/0xdd89c0e695df0692205912fb69fc290418bed0dbe6e4573d744a6d5e6bab6c13::coin::T/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC/info.json b/blockchains/aptos/assets/0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC/info.json
deleted file mode 100644
index 494927c552a51..0000000000000
--- a/blockchains/aptos/assets/0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC/info.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "name": "USD Coin (LayerZero)",
- "symbol": "zUSDC",
- "decimals": 6,
- "status": "active",
- "id": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC",
- "tags": [
- "stablecoin"
- ]
- }
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC/logo.png b/blockchains/aptos/assets/0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC/logo.png
deleted file mode 100644
index 0a00d263aed4a..0000000000000
Binary files a/blockchains/aptos/assets/0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDT/info.json b/blockchains/aptos/assets/0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDT/info.json
deleted file mode 100644
index 301ef63d83f21..0000000000000
--- a/blockchains/aptos/assets/0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDT/info.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "name": "USD Tether (LayerZero)",
- "symbol": "zUSDT",
- "decimals": 6,
- "status": "active",
- "id": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDT",
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDT/logo.png b/blockchains/aptos/assets/0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDT/logo.png
deleted file mode 100644
index ddc7b0039090a..0000000000000
Binary files a/blockchains/aptos/assets/0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDT/logo.png and /dev/null differ
diff --git a/blockchains/aptos/assets/0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::WETH/info.json b/blockchains/aptos/assets/0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::WETH/info.json
deleted file mode 100644
index 0e4e8177ba5a6..0000000000000
--- a/blockchains/aptos/assets/0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::WETH/info.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "name": "Wrapped Ether (LayerZero)",
- "symbol": "zWETH",
- "decimals": 6,
- "status": "active",
- "id": "0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::WETH",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/aptos/assets/0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::WETH/logo.png b/blockchains/aptos/assets/0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::WETH/logo.png
deleted file mode 100644
index 50620647ad665..0000000000000
Binary files a/blockchains/aptos/assets/0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::WETH/logo.png and /dev/null differ
diff --git a/blockchains/aptos/info/info.json b/blockchains/aptos/info/info.json
deleted file mode 100644
index 736b4a3ffc976..0000000000000
--- a/blockchains/aptos/info/info.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "name": "Aptos",
- "website": "https://aptoslabs.com",
- "description": "Building the safest and most scalable Layer 1 blockchain.",
- "explorer": "https://explorer.aptoslabs.com",
- "symbol": "APT",
- "type": "coin",
- "decimals": 8,
- "status": "active",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/aptoslabs"
- },
- {
- "name": "github",
- "url": "https://github.com/aptoslabs"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/aptoslabs"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/aptos/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/aptos/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/aptos/info/logo.png b/blockchains/aptos/info/logo.png
deleted file mode 100644
index d57a7212f3232..0000000000000
Binary files a/blockchains/aptos/info/logo.png and /dev/null differ
diff --git a/blockchains/aptos/validators/assets/0x8f396e4246b2ba87b51c0739ef5ea4f26515a98375308c31ac2ec1e42142a57f/logo.png b/blockchains/aptos/validators/assets/0x8f396e4246b2ba87b51c0739ef5ea4f26515a98375308c31ac2ec1e42142a57f/logo.png
deleted file mode 100644
index b1fde1e950c8e..0000000000000
Binary files a/blockchains/aptos/validators/assets/0x8f396e4246b2ba87b51c0739ef5ea4f26515a98375308c31ac2ec1e42142a57f/logo.png and /dev/null differ
diff --git a/blockchains/aptos/validators/list.json b/blockchains/aptos/validators/list.json
deleted file mode 100644
index 51db7ed272492..0000000000000
--- a/blockchains/aptos/validators/list.json
+++ /dev/null
@@ -1,8 +0,0 @@
-[
- {
- "id": "0x8f396e4246b2ba87b51c0739ef5ea4f26515a98375308c31ac2ec1e42142a57f",
- "name": "Tortuga Finance",
- "description": "Tortuga issues tAPT (Tortuga Staked APT) which allows you to stay staked while participating in the Aptos DeFi ecosystem.",
- "website": "https://tortuga.finance"
- }
-]
diff --git a/blockchains/arbitrum/assets/0x040d1EdC9569d4Bab2D15287Dc5A4F10F56a56B8/info.json b/blockchains/arbitrum/assets/0x040d1EdC9569d4Bab2D15287Dc5A4F10F56a56B8/info.json
deleted file mode 100644
index c0bf75aaaaee3..0000000000000
--- a/blockchains/arbitrum/assets/0x040d1EdC9569d4Bab2D15287Dc5A4F10F56a56B8/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Balancer",
- "symbol": "BAL",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x040d1EdC9569d4Bab2D15287Dc5A4F10F56a56B8"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x040d1EdC9569d4Bab2D15287Dc5A4F10F56a56B8/logo.png b/blockchains/arbitrum/assets/0x040d1EdC9569d4Bab2D15287Dc5A4F10F56a56B8/logo.png
deleted file mode 100644
index 81d5c063924a5..0000000000000
Binary files a/blockchains/arbitrum/assets/0x040d1EdC9569d4Bab2D15287Dc5A4F10F56a56B8/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x080F6AEd32Fc474DD5717105Dba5ea57268F46eb/info.json b/blockchains/arbitrum/assets/0x080F6AEd32Fc474DD5717105Dba5ea57268F46eb/info.json
deleted file mode 100644
index 49280da9e8c3e..0000000000000
--- a/blockchains/arbitrum/assets/0x080F6AEd32Fc474DD5717105Dba5ea57268F46eb/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Synapse",
- "website": "https://synapseprotocol.com/",
- "description": "Synapse is a cross-chain layer ∞ protocol powering interoperability between blockchains.",
- "explorer": "https://arbiscan.io/token/0x080f6aed32fc474dd5717105dba5ea57268f46eb",
- "type": "ARBITRUM",
- "symbol": "SYN",
- "decimals": 18,
- "status": "active",
- "id": "0x080F6AEd32Fc474DD5717105Dba5ea57268F46eb",
- "tags": [
- "nft"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/synapseprotocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/synapseprotocol"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/synapse-2/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x080F6AEd32Fc474DD5717105Dba5ea57268F46eb/logo.png b/blockchains/arbitrum/assets/0x080F6AEd32Fc474DD5717105Dba5ea57268F46eb/logo.png
deleted file mode 100644
index 577673c43c6a4..0000000000000
Binary files a/blockchains/arbitrum/assets/0x080F6AEd32Fc474DD5717105Dba5ea57268F46eb/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x0D81E50bC677fa67341c44D7eaA9228DEE64A4e1/info.json b/blockchains/arbitrum/assets/0x0D81E50bC677fa67341c44D7eaA9228DEE64A4e1/info.json
deleted file mode 100644
index ff2c32bf3f0b9..0000000000000
--- a/blockchains/arbitrum/assets/0x0D81E50bC677fa67341c44D7eaA9228DEE64A4e1/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "BarnBridge",
- "symbol": "BOND",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x0D81E50bC677fa67341c44D7eaA9228DEE64A4e1"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x0D81E50bC677fa67341c44D7eaA9228DEE64A4e1/logo.png b/blockchains/arbitrum/assets/0x0D81E50bC677fa67341c44D7eaA9228DEE64A4e1/logo.png
deleted file mode 100644
index 3df299a4133b9..0000000000000
Binary files a/blockchains/arbitrum/assets/0x0D81E50bC677fa67341c44D7eaA9228DEE64A4e1/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978/info.json b/blockchains/arbitrum/assets/0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978/info.json
deleted file mode 100644
index d2ac1490dcecc..0000000000000
--- a/blockchains/arbitrum/assets/0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Curve DAO Token",
- "symbol": "CRV",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978/logo.png b/blockchains/arbitrum/assets/0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978/logo.png
deleted file mode 100644
index b820f250c2d3b..0000000000000
Binary files a/blockchains/arbitrum/assets/0x11cDb42B0EB46D95f990BeDD4695A6e3fA034978/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x13Ad51ed4F1B7e9Dc168d8a00cB3f4dDD85EfA60/info.json b/blockchains/arbitrum/assets/0x13Ad51ed4F1B7e9Dc168d8a00cB3f4dDD85EfA60/info.json
deleted file mode 100644
index 98979011f2930..0000000000000
--- a/blockchains/arbitrum/assets/0x13Ad51ed4F1B7e9Dc168d8a00cB3f4dDD85EfA60/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Lido DAO",
- "symbol": "LDO",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x13Ad51ed4F1B7e9Dc168d8a00cB3f4dDD85EfA60"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x13Ad51ed4F1B7e9Dc168d8a00cB3f4dDD85EfA60/logo.png b/blockchains/arbitrum/assets/0x13Ad51ed4F1B7e9Dc168d8a00cB3f4dDD85EfA60/logo.png
deleted file mode 100644
index cd90bc194cf7e..0000000000000
Binary files a/blockchains/arbitrum/assets/0x13Ad51ed4F1B7e9Dc168d8a00cB3f4dDD85EfA60/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x18c11FD286C5EC11c3b683Caa813B77f5163A122/info.json b/blockchains/arbitrum/assets/0x18c11FD286C5EC11c3b683Caa813B77f5163A122/info.json
deleted file mode 100644
index 3ec56594c2b03..0000000000000
--- a/blockchains/arbitrum/assets/0x18c11FD286C5EC11c3b683Caa813B77f5163A122/info.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "name": "Gains Network",
- "type": "ARBITRUM",
- "symbol": "GNS",
- "decimals": 18,
- "website": "https://gains.trade/",
- "description": "Gains Network is developing the next-gen decentralized leveraged trading platform - gTrade.",
- "explorer": "https://arbiscan.io/token/0x18c11FD286C5EC11c3b683Caa813B77f5163A122",
- "status": "active",
- "id": "0x18c11FD286C5EC11c3b683Caa813B77f5163A122",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/GainsNetwork"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/gains-network/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/gains-network/"
- },
- {
- "name": "whitepaper",
- "url": "https://gains-network.gitbook.io/docs-home/"
- },
- {
- "name": "docs",
- "url": "https://gains-network.gitbook.io/docs-home/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/gains-network"
- },
- {
- "name": "github",
- "url": "https://github.com/GainsNetwork/"
- },
- {
- "name": "blog",
- "url": "https://medium.com/gains-network"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/GainsNetwork_io"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/arbitrum/assets/0x18c11FD286C5EC11c3b683Caa813B77f5163A122/logo.png b/blockchains/arbitrum/assets/0x18c11FD286C5EC11c3b683Caa813B77f5163A122/logo.png
deleted file mode 100644
index a7d79ca849d34..0000000000000
Binary files a/blockchains/arbitrum/assets/0x18c11FD286C5EC11c3b683Caa813B77f5163A122/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x1bCfc0B4eE1471674cd6A9F6B363A034375eAD84/info.json b/blockchains/arbitrum/assets/0x1bCfc0B4eE1471674cd6A9F6B363A034375eAD84/info.json
deleted file mode 100644
index b465115f614f5..0000000000000
--- a/blockchains/arbitrum/assets/0x1bCfc0B4eE1471674cd6A9F6B363A034375eAD84/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Synapse",
- "symbol": "SYN",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x1bCfc0B4eE1471674cd6A9F6B363A034375eAD84"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x1bCfc0B4eE1471674cd6A9F6B363A034375eAD84/logo.png b/blockchains/arbitrum/assets/0x1bCfc0B4eE1471674cd6A9F6B363A034375eAD84/logo.png
deleted file mode 100644
index 12c672f2e4b7b..0000000000000
Binary files a/blockchains/arbitrum/assets/0x1bCfc0B4eE1471674cd6A9F6B363A034375eAD84/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x23A941036Ae778Ac51Ab04CEa08Ed6e2FE103614/info.json b/blockchains/arbitrum/assets/0x23A941036Ae778Ac51Ab04CEa08Ed6e2FE103614/info.json
deleted file mode 100644
index 6f20b08b54d5d..0000000000000
--- a/blockchains/arbitrum/assets/0x23A941036Ae778Ac51Ab04CEa08Ed6e2FE103614/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "The Graph",
- "symbol": "GRT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x23A941036Ae778Ac51Ab04CEa08Ed6e2FE103614"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x23A941036Ae778Ac51Ab04CEa08Ed6e2FE103614/logo.png b/blockchains/arbitrum/assets/0x23A941036Ae778Ac51Ab04CEa08Ed6e2FE103614/logo.png
deleted file mode 100644
index 9cbb487ce1294..0000000000000
Binary files a/blockchains/arbitrum/assets/0x23A941036Ae778Ac51Ab04CEa08Ed6e2FE103614/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f/info.json b/blockchains/arbitrum/assets/0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f/info.json
deleted file mode 100644
index 46cb3c86dc2ea..0000000000000
--- a/blockchains/arbitrum/assets/0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f/info.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "name": "Axelar",
- "type": "ARBITRUM",
- "symbol": "AXL",
- "decimals": 6,
- "website": "https://axelar.network/",
- "description": "Axelar delivers secure cross-chain communication for Web3. Our infrastructure enables dApp users to interact with any asset or application, on any chain, with one click.",
- "explorer": "https://arbiscan.io/token/0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f",
- "status": "active",
- "id": "0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/axelarcore"
- },
- {
- "name": "github",
- "url": "https://github.com/axelarnetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/axelarcommunity"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/axelar"
- },
- {
- "name": "docs",
- "url": "https://docs.axelar.dev/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/aRZ3Ra6f7D"
- },
- {
- "name": "forum",
- "url": "https://community.axelar.network/"
- },
- {
- "name": "whitepaper",
- "url": "https://axelar.network/axelar_whitepaper.pdf"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/axelar"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@axelar-foundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/axelar/"
- },
- {
- "name": "blog",
- "url": "https://axelar.network/blog"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@Axelarcore"
- }
- ],
- "tags": [
- "wrapped"
- ]
-}
diff --git a/blockchains/arbitrum/assets/0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f/logo.png b/blockchains/arbitrum/assets/0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f/logo.png
deleted file mode 100644
index 6c156aba62660..0000000000000
Binary files a/blockchains/arbitrum/assets/0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x289ba1701C2F088cf0faf8B3705246331cB8A839/info.json b/blockchains/arbitrum/assets/0x289ba1701C2F088cf0faf8B3705246331cB8A839/info.json
deleted file mode 100644
index d4e1e890139ea..0000000000000
--- a/blockchains/arbitrum/assets/0x289ba1701C2F088cf0faf8B3705246331cB8A839/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Livepeer",
- "symbol": "LPT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x289ba1701C2F088cf0faf8B3705246331cB8A839"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x289ba1701C2F088cf0faf8B3705246331cB8A839/logo.png b/blockchains/arbitrum/assets/0x289ba1701C2F088cf0faf8B3705246331cB8A839/logo.png
deleted file mode 100644
index 7377c64c80f77..0000000000000
Binary files a/blockchains/arbitrum/assets/0x289ba1701C2F088cf0faf8B3705246331cB8A839/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x2E9AE8f178d5Ea81970C7799A377B3985cbC335F/info.json b/blockchains/arbitrum/assets/0x2E9AE8f178d5Ea81970C7799A377B3985cbC335F/info.json
deleted file mode 100644
index 492f0d94e36f6..0000000000000
--- a/blockchains/arbitrum/assets/0x2E9AE8f178d5Ea81970C7799A377B3985cbC335F/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Rubic",
- "symbol": "RBC",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x2E9AE8f178d5Ea81970C7799A377B3985cbC335F"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x2E9AE8f178d5Ea81970C7799A377B3985cbC335F/logo.png b/blockchains/arbitrum/assets/0x2E9AE8f178d5Ea81970C7799A377B3985cbC335F/logo.png
deleted file mode 100644
index eac600320bff9..0000000000000
Binary files a/blockchains/arbitrum/assets/0x2E9AE8f178d5Ea81970C7799A377B3985cbC335F/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x2e9a6Df78E42a30712c10a9Dc4b1C8656f8F2879/info.json b/blockchains/arbitrum/assets/0x2e9a6Df78E42a30712c10a9Dc4b1C8656f8F2879/info.json
deleted file mode 100644
index f6e865a9bcc38..0000000000000
--- a/blockchains/arbitrum/assets/0x2e9a6Df78E42a30712c10a9Dc4b1C8656f8F2879/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Maker",
- "symbol": "MKR",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x2e9a6Df78E42a30712c10a9Dc4b1C8656f8F2879"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x2e9a6Df78E42a30712c10a9Dc4b1C8656f8F2879/logo.png b/blockchains/arbitrum/assets/0x2e9a6Df78E42a30712c10a9Dc4b1C8656f8F2879/logo.png
deleted file mode 100644
index 2fc66654d8380..0000000000000
Binary files a/blockchains/arbitrum/assets/0x2e9a6Df78E42a30712c10a9Dc4b1C8656f8F2879/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f/info.json b/blockchains/arbitrum/assets/0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f/info.json
deleted file mode 100644
index 0078179076ea1..0000000000000
--- a/blockchains/arbitrum/assets/0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Wrapped BTC",
- "symbol": "WBTC",
- "type": "ERC20",
- "decimals": 8,
- "id": "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f/logo.png b/blockchains/arbitrum/assets/0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f/logo.png
deleted file mode 100644
index 702d64a2e040a..0000000000000
Binary files a/blockchains/arbitrum/assets/0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x3082CC23568eA640225c2467653dB90e9250AaA0/info.json b/blockchains/arbitrum/assets/0x3082CC23568eA640225c2467653dB90e9250AaA0/info.json
deleted file mode 100644
index 5ea87a083fc1f..0000000000000
--- a/blockchains/arbitrum/assets/0x3082CC23568eA640225c2467653dB90e9250AaA0/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Radiant",
- "type": "ARBITRUM",
- "symbol": "RDNT",
- "decimals": 18,
- "website": "https://app.radiant.capital/",
- "description": "$RDNT, an OFT-20, is Radiant's native utility token. Radiant Capital is an omnichain money market built atop Layer Zero. Deposit and borrow assets cross-chain, seamlessly. Through decentralized discussions, voting, and governance, the Radiant DAO determines the decisions, and, ultimately, the vision of the Radiant ecosystem.",
- "explorer": "https://arbiscan.io/token/0x3082CC23568eA640225c2467653dB90e9250AaA0",
- "status": "active",
- "id": "0x3082CC23568eA640225c2467653dB90e9250AaA0",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/radiant-capital"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/RDNTCapital"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/radiantcapital"
- },
- {
- "name": "telegram",
- "url": "https://t.me/radiantcapitalofficial"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x3082CC23568eA640225c2467653dB90e9250AaA0/logo.png b/blockchains/arbitrum/assets/0x3082CC23568eA640225c2467653dB90e9250AaA0/logo.png
deleted file mode 100644
index 61eec0683aa20..0000000000000
Binary files a/blockchains/arbitrum/assets/0x3082CC23568eA640225c2467653dB90e9250AaA0/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x31190254504622cEFdFA55a7d3d272e6462629a2/info.json b/blockchains/arbitrum/assets/0x31190254504622cEFdFA55a7d3d272e6462629a2/info.json
deleted file mode 100644
index af20393463a3d..0000000000000
--- a/blockchains/arbitrum/assets/0x31190254504622cEFdFA55a7d3d272e6462629a2/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Binance USD",
- "symbol": "BUSD",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x31190254504622cEFdFA55a7d3d272e6462629a2"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x31190254504622cEFdFA55a7d3d272e6462629a2/logo.png b/blockchains/arbitrum/assets/0x31190254504622cEFdFA55a7d3d272e6462629a2/logo.png
deleted file mode 100644
index 76d02e370b6d6..0000000000000
Binary files a/blockchains/arbitrum/assets/0x31190254504622cEFdFA55a7d3d272e6462629a2/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x319f865b287fCC10b30d8cE6144e8b6D1b476999/info.json b/blockchains/arbitrum/assets/0x319f865b287fCC10b30d8cE6144e8b6D1b476999/info.json
deleted file mode 100644
index 2ea997842e884..0000000000000
--- a/blockchains/arbitrum/assets/0x319f865b287fCC10b30d8cE6144e8b6D1b476999/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Cartesi",
- "symbol": "CTSI",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x319f865b287fCC10b30d8cE6144e8b6D1b476999"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x319f865b287fCC10b30d8cE6144e8b6D1b476999/logo.png b/blockchains/arbitrum/assets/0x319f865b287fCC10b30d8cE6144e8b6D1b476999/logo.png
deleted file mode 100644
index d3a51014d7a01..0000000000000
Binary files a/blockchains/arbitrum/assets/0x319f865b287fCC10b30d8cE6144e8b6D1b476999/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x3450687EF141dCd6110b77c2DC44B008616AeE75/info.json b/blockchains/arbitrum/assets/0x3450687EF141dCd6110b77c2DC44B008616AeE75/info.json
deleted file mode 100644
index a3ec92bd24e12..0000000000000
--- a/blockchains/arbitrum/assets/0x3450687EF141dCd6110b77c2DC44B008616AeE75/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Basic Attention Token",
- "symbol": "BAT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x3450687EF141dCd6110b77c2DC44B008616AeE75"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x3450687EF141dCd6110b77c2DC44B008616AeE75/logo.png b/blockchains/arbitrum/assets/0x3450687EF141dCd6110b77c2DC44B008616AeE75/logo.png
deleted file mode 100644
index e30c1e59f4974..0000000000000
Binary files a/blockchains/arbitrum/assets/0x3450687EF141dCd6110b77c2DC44B008616AeE75/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x354A6dA3fcde098F8389cad84b0182725c6C91dE/info.json b/blockchains/arbitrum/assets/0x354A6dA3fcde098F8389cad84b0182725c6C91dE/info.json
deleted file mode 100644
index a643dd0b7452c..0000000000000
--- a/blockchains/arbitrum/assets/0x354A6dA3fcde098F8389cad84b0182725c6C91dE/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Compound",
- "symbol": "COMP",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x354A6dA3fcde098F8389cad84b0182725c6C91dE"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x354A6dA3fcde098F8389cad84b0182725c6C91dE/logo.png b/blockchains/arbitrum/assets/0x354A6dA3fcde098F8389cad84b0182725c6C91dE/logo.png
deleted file mode 100644
index 5011b1a39ec58..0000000000000
Binary files a/blockchains/arbitrum/assets/0x354A6dA3fcde098F8389cad84b0182725c6C91dE/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x371c7ec6D8039ff7933a2AA28EB827Ffe1F52f07/info.json b/blockchains/arbitrum/assets/0x371c7ec6D8039ff7933a2AA28EB827Ffe1F52f07/info.json
deleted file mode 100644
index f39634b4bf18f..0000000000000
--- a/blockchains/arbitrum/assets/0x371c7ec6D8039ff7933a2AA28EB827Ffe1F52f07/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "JOE",
- "symbol": "JOE",
- "type": "ARBITRUM",
- "decimals": 18,
- "description": "One-stop Decentralized Trading on Avalanche.",
- "website": "https://traderjoexyz.com/",
- "explorer": "https://arbiscan.io/token/0x371c7ec6D8039ff7933a2AA28EB827Ffe1F52f07",
- "status": "active",
- "id": "0x371c7ec6D8039ff7933a2AA28EB827Ffe1F52f07",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/traderjoe_xyz"
- },
- {
- "name": "telegram",
- "url": "https://t.me/traderjoe_xyz"
- },
- {
- "name": "github",
- "url": "https://github.com/traderjoe-xyz/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x371c7ec6D8039ff7933a2AA28EB827Ffe1F52f07/logo.png b/blockchains/arbitrum/assets/0x371c7ec6D8039ff7933a2AA28EB827Ffe1F52f07/logo.png
deleted file mode 100644
index 7cf47068565d6..0000000000000
Binary files a/blockchains/arbitrum/assets/0x371c7ec6D8039ff7933a2AA28EB827Ffe1F52f07/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x3A1429d50E0cBBc45c997aF600541Fe1cc3D2923/info.json b/blockchains/arbitrum/assets/0x3A1429d50E0cBBc45c997aF600541Fe1cc3D2923/info.json
deleted file mode 100644
index 9dcbd10de47cd..0000000000000
--- a/blockchains/arbitrum/assets/0x3A1429d50E0cBBc45c997aF600541Fe1cc3D2923/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Forta",
- "symbol": "FORT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x3A1429d50E0cBBc45c997aF600541Fe1cc3D2923"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x3A1429d50E0cBBc45c997aF600541Fe1cc3D2923/logo.png b/blockchains/arbitrum/assets/0x3A1429d50E0cBBc45c997aF600541Fe1cc3D2923/logo.png
deleted file mode 100644
index 5a0cdf513c2a3..0000000000000
Binary files a/blockchains/arbitrum/assets/0x3A1429d50E0cBBc45c997aF600541Fe1cc3D2923/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x3E6648C5a70A150A88bCE65F4aD4d506Fe15d2AF/info.json b/blockchains/arbitrum/assets/0x3E6648C5a70A150A88bCE65F4aD4d506Fe15d2AF/info.json
deleted file mode 100644
index d13b8a9da6b85..0000000000000
--- a/blockchains/arbitrum/assets/0x3E6648C5a70A150A88bCE65F4aD4d506Fe15d2AF/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Spell Token",
- "symbol": "SPELL",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x3E6648C5a70A150A88bCE65F4aD4d506Fe15d2AF"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x3E6648C5a70A150A88bCE65F4aD4d506Fe15d2AF/logo.png b/blockchains/arbitrum/assets/0x3E6648C5a70A150A88bCE65F4aD4d506Fe15d2AF/logo.png
deleted file mode 100644
index fc7438b7de4b2..0000000000000
Binary files a/blockchains/arbitrum/assets/0x3E6648C5a70A150A88bCE65F4aD4d506Fe15d2AF/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x3a8B787f78D775AECFEEa15706D4221B40F345AB/info.json b/blockchains/arbitrum/assets/0x3a8B787f78D775AECFEEa15706D4221B40F345AB/info.json
deleted file mode 100644
index b04cf151bc24b..0000000000000
--- a/blockchains/arbitrum/assets/0x3a8B787f78D775AECFEEa15706D4221B40F345AB/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Celer Network",
- "symbol": "CELR",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x3a8B787f78D775AECFEEa15706D4221B40F345AB"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x3a8B787f78D775AECFEEa15706D4221B40F345AB/logo.png b/blockchains/arbitrum/assets/0x3a8B787f78D775AECFEEa15706D4221B40F345AB/logo.png
deleted file mode 100644
index f716cd10721d6..0000000000000
Binary files a/blockchains/arbitrum/assets/0x3a8B787f78D775AECFEEa15706D4221B40F345AB/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x3e4Cff6E50F37F731284A92d44AE943e17077fD4/info.json b/blockchains/arbitrum/assets/0x3e4Cff6E50F37F731284A92d44AE943e17077fD4/info.json
deleted file mode 100644
index a9779a06a44ca..0000000000000
--- a/blockchains/arbitrum/assets/0x3e4Cff6E50F37F731284A92d44AE943e17077fD4/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Dogelon Mars",
- "symbol": "ELON",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x3e4Cff6E50F37F731284A92d44AE943e17077fD4"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x3e4Cff6E50F37F731284A92d44AE943e17077fD4/logo.png b/blockchains/arbitrum/assets/0x3e4Cff6E50F37F731284A92d44AE943e17077fD4/logo.png
deleted file mode 100644
index a0e452743b17c..0000000000000
Binary files a/blockchains/arbitrum/assets/0x3e4Cff6E50F37F731284A92d44AE943e17077fD4/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x3fEcB65993e4835884baF6452d1ebfdBC3A78480/info.json b/blockchains/arbitrum/assets/0x3fEcB65993e4835884baF6452d1ebfdBC3A78480/info.json
deleted file mode 100644
index 0482ecc8a5cd2..0000000000000
--- a/blockchains/arbitrum/assets/0x3fEcB65993e4835884baF6452d1ebfdBC3A78480/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "GYEN",
- "symbol": "GYEN",
- "type": "ERC20",
- "decimals": 6,
- "id": "0x3fEcB65993e4835884baF6452d1ebfdBC3A78480"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x3fEcB65993e4835884baF6452d1ebfdBC3A78480/logo.png b/blockchains/arbitrum/assets/0x3fEcB65993e4835884baF6452d1ebfdBC3A78480/logo.png
deleted file mode 100644
index b2b272f0bfb11..0000000000000
Binary files a/blockchains/arbitrum/assets/0x3fEcB65993e4835884baF6452d1ebfdBC3A78480/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x406C8dB506653D882295875F633bEC0bEb921C2A/info.json b/blockchains/arbitrum/assets/0x406C8dB506653D882295875F633bEC0bEb921C2A/info.json
deleted file mode 100644
index 4ac81f74a5b35..0000000000000
--- a/blockchains/arbitrum/assets/0x406C8dB506653D882295875F633bEC0bEb921C2A/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "BitDAO",
- "symbol": "BIT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x406C8dB506653D882295875F633bEC0bEb921C2A"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x406C8dB506653D882295875F633bEC0bEb921C2A/logo.png b/blockchains/arbitrum/assets/0x406C8dB506653D882295875F633bEC0bEb921C2A/logo.png
deleted file mode 100644
index 22f4feb096d91..0000000000000
Binary files a/blockchains/arbitrum/assets/0x406C8dB506653D882295875F633bEC0bEb921C2A/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x442d24578A564EF628A65e6a7E3e7be2a165E231/info.json b/blockchains/arbitrum/assets/0x442d24578A564EF628A65e6a7E3e7be2a165E231/info.json
deleted file mode 100644
index b53f4d53e3c70..0000000000000
--- a/blockchains/arbitrum/assets/0x442d24578A564EF628A65e6a7E3e7be2a165E231/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Decentraland",
- "symbol": "MANA",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x442d24578A564EF628A65e6a7E3e7be2a165E231"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x442d24578A564EF628A65e6a7E3e7be2a165E231/logo.png b/blockchains/arbitrum/assets/0x442d24578A564EF628A65e6a7E3e7be2a165E231/logo.png
deleted file mode 100644
index 2e4e2b57b7959..0000000000000
Binary files a/blockchains/arbitrum/assets/0x442d24578A564EF628A65e6a7E3e7be2a165E231/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x46d0cE7de6247b0A95f67b43B589b4041BaE7fbE/info.json b/blockchains/arbitrum/assets/0x46d0cE7de6247b0A95f67b43B589b4041BaE7fbE/info.json
deleted file mode 100644
index 3c369381ed4ca..0000000000000
--- a/blockchains/arbitrum/assets/0x46d0cE7de6247b0A95f67b43B589b4041BaE7fbE/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "LoopringCoin V2",
- "symbol": "LRC",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x46d0cE7de6247b0A95f67b43B589b4041BaE7fbE"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x46d0cE7de6247b0A95f67b43B589b4041BaE7fbE/logo.png b/blockchains/arbitrum/assets/0x46d0cE7de6247b0A95f67b43B589b4041BaE7fbE/logo.png
deleted file mode 100644
index 7be579420cd23..0000000000000
Binary files a/blockchains/arbitrum/assets/0x46d0cE7de6247b0A95f67b43B589b4041BaE7fbE/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x4e91F2AF1ee0F84B529478f19794F5AFD423e4A6/info.json b/blockchains/arbitrum/assets/0x4e91F2AF1ee0F84B529478f19794F5AFD423e4A6/info.json
deleted file mode 100644
index a7f3464003808..0000000000000
--- a/blockchains/arbitrum/assets/0x4e91F2AF1ee0F84B529478f19794F5AFD423e4A6/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Power Ledger",
- "symbol": "POWR",
- "type": "ERC20",
- "decimals": 6,
- "id": "0x4e91F2AF1ee0F84B529478f19794F5AFD423e4A6"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x4e91F2AF1ee0F84B529478f19794F5AFD423e4A6/logo.png b/blockchains/arbitrum/assets/0x4e91F2AF1ee0F84B529478f19794F5AFD423e4A6/logo.png
deleted file mode 100644
index 3a3e5fc77919c..0000000000000
Binary files a/blockchains/arbitrum/assets/0x4e91F2AF1ee0F84B529478f19794F5AFD423e4A6/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x5033833c9fe8B9d3E09EEd2f73d2aaF7E3872fd1/info.json b/blockchains/arbitrum/assets/0x5033833c9fe8B9d3E09EEd2f73d2aaF7E3872fd1/info.json
deleted file mode 100644
index da98052454f05..0000000000000
--- a/blockchains/arbitrum/assets/0x5033833c9fe8B9d3E09EEd2f73d2aaF7E3872fd1/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Shiba Inu",
- "symbol": "SHIB",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x5033833c9fe8B9d3E09EEd2f73d2aaF7E3872fd1"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x5033833c9fe8B9d3E09EEd2f73d2aaF7E3872fd1/logo.png b/blockchains/arbitrum/assets/0x5033833c9fe8B9d3E09EEd2f73d2aaF7E3872fd1/logo.png
deleted file mode 100644
index c0252d6d87c94..0000000000000
Binary files a/blockchains/arbitrum/assets/0x5033833c9fe8B9d3E09EEd2f73d2aaF7E3872fd1/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x50E401255275dc405A99d3281f396cCa681eEa9d/info.json b/blockchains/arbitrum/assets/0x50E401255275dc405A99d3281f396cCa681eEa9d/info.json
deleted file mode 100644
index 778922482e0b0..0000000000000
--- a/blockchains/arbitrum/assets/0x50E401255275dc405A99d3281f396cCa681eEa9d/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Kortana",
- "type": "ARBITRUM",
- "symbol": "KORA",
- "decimals": 18,
- "website": "https://kortanalegacy.com/",
- "description": "Kortana Legacy is a 3rd-person shooter game that allows players to earn financial rewards through betting. With fast-paced action and competitive gameplay, players can stake their cryptocurrency to win big while battling it out in immersive, high-stakes battles.",
- "explorer": "https://arbiscan.io/token/0x50e401255275dc405a99d3281f396cca681eea9d",
- "status": "active",
- "id": "0x50E401255275dc405A99d3281f396cCa681eEa9d",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/KortanaLegacy"
- },
- {
- "name": "telegram",
- "url": "https://t.me/KortanaLegacyOFFICIAL"
- },
- {
- "name": "whitepaper",
- "url": "https://kortanalegacy.com/wp-content/uploads/2023/05/KORTANA-LEGACY-WHITEPAPER-1.pdf"
- }
- ],
- "tags": [
- "gamefi"
- ]
-}
diff --git a/blockchains/arbitrum/assets/0x50E401255275dc405A99d3281f396cCa681eEa9d/logo.png b/blockchains/arbitrum/assets/0x50E401255275dc405A99d3281f396cCa681eEa9d/logo.png
deleted file mode 100644
index f20a797db172b..0000000000000
Binary files a/blockchains/arbitrum/assets/0x50E401255275dc405A99d3281f396cCa681eEa9d/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x51863cB90Ce5d6dA9663106F292fA27c8CC90c5a/info.json b/blockchains/arbitrum/assets/0x51863cB90Ce5d6dA9663106F292fA27c8CC90c5a/info.json
deleted file mode 100644
index 6bce301e2d9eb..0000000000000
--- a/blockchains/arbitrum/assets/0x51863cB90Ce5d6dA9663106F292fA27c8CC90c5a/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "dYdX",
- "symbol": "DYDX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x51863cB90Ce5d6dA9663106F292fA27c8CC90c5a"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x51863cB90Ce5d6dA9663106F292fA27c8CC90c5a/logo.png b/blockchains/arbitrum/assets/0x51863cB90Ce5d6dA9663106F292fA27c8CC90c5a/logo.png
deleted file mode 100644
index 9df0db6844e01..0000000000000
Binary files a/blockchains/arbitrum/assets/0x51863cB90Ce5d6dA9663106F292fA27c8CC90c5a/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x53236015A675fcB937485F1AE58040e4Fb920d5b/info.json b/blockchains/arbitrum/assets/0x53236015A675fcB937485F1AE58040e4Fb920d5b/info.json
deleted file mode 100644
index 5d10e1f8c2f49..0000000000000
--- a/blockchains/arbitrum/assets/0x53236015A675fcB937485F1AE58040e4Fb920d5b/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "PolySwarm",
- "symbol": "NCT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x53236015A675fcB937485F1AE58040e4Fb920d5b"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x53236015A675fcB937485F1AE58040e4Fb920d5b/logo.png b/blockchains/arbitrum/assets/0x53236015A675fcB937485F1AE58040e4Fb920d5b/logo.png
deleted file mode 100644
index 406788e0bc2ed..0000000000000
Binary files a/blockchains/arbitrum/assets/0x53236015A675fcB937485F1AE58040e4Fb920d5b/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x533A7B414CD1236815a5e09F1E97FC7d5c313739/info.json b/blockchains/arbitrum/assets/0x533A7B414CD1236815a5e09F1E97FC7d5c313739/info.json
deleted file mode 100644
index 3ec7b9783ed54..0000000000000
--- a/blockchains/arbitrum/assets/0x533A7B414CD1236815a5e09F1E97FC7d5c313739/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Mask Network",
- "symbol": "MASK",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x533A7B414CD1236815a5e09F1E97FC7d5c313739"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x533A7B414CD1236815a5e09F1E97FC7d5c313739/logo.png b/blockchains/arbitrum/assets/0x533A7B414CD1236815a5e09F1E97FC7d5c313739/logo.png
deleted file mode 100644
index a87ba04bd0969..0000000000000
Binary files a/blockchains/arbitrum/assets/0x533A7B414CD1236815a5e09F1E97FC7d5c313739/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x561877b6b3DD7651313794e5F2894B2F18bE0766/info.json b/blockchains/arbitrum/assets/0x561877b6b3DD7651313794e5F2894B2F18bE0766/info.json
deleted file mode 100644
index 4d88565148d0e..0000000000000
--- a/blockchains/arbitrum/assets/0x561877b6b3DD7651313794e5F2894B2F18bE0766/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Polygon",
- "symbol": "MATIC",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x561877b6b3DD7651313794e5F2894B2F18bE0766"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x561877b6b3DD7651313794e5F2894B2F18bE0766/logo.png b/blockchains/arbitrum/assets/0x561877b6b3DD7651313794e5F2894B2F18bE0766/logo.png
deleted file mode 100644
index 301fa17f2405c..0000000000000
Binary files a/blockchains/arbitrum/assets/0x561877b6b3DD7651313794e5F2894B2F18bE0766/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x597701b32553b9fa473e21362D480b3a6B569711/info.json b/blockchains/arbitrum/assets/0x597701b32553b9fa473e21362D480b3a6B569711/info.json
deleted file mode 100644
index 6d7857d5970c6..0000000000000
--- a/blockchains/arbitrum/assets/0x597701b32553b9fa473e21362D480b3a6B569711/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Numeraire",
- "symbol": "NMR",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x597701b32553b9fa473e21362D480b3a6B569711"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x597701b32553b9fa473e21362D480b3a6B569711/logo.png b/blockchains/arbitrum/assets/0x597701b32553b9fa473e21362D480b3a6B569711/logo.png
deleted file mode 100644
index c25145c839b79..0000000000000
Binary files a/blockchains/arbitrum/assets/0x597701b32553b9fa473e21362D480b3a6B569711/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x6314C31A7a1652cE482cffe247E9CB7c3f4BB9aF/info.json b/blockchains/arbitrum/assets/0x6314C31A7a1652cE482cffe247E9CB7c3f4BB9aF/info.json
deleted file mode 100644
index 88ede0371d1fe..0000000000000
--- a/blockchains/arbitrum/assets/0x6314C31A7a1652cE482cffe247E9CB7c3f4BB9aF/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "1inch",
- "symbol": "1INCH",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x6314C31A7a1652cE482cffe247E9CB7c3f4BB9aF"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x6314C31A7a1652cE482cffe247E9CB7c3f4BB9aF/logo.png b/blockchains/arbitrum/assets/0x6314C31A7a1652cE482cffe247E9CB7c3f4BB9aF/logo.png
deleted file mode 100644
index fc04d19df090f..0000000000000
Binary files a/blockchains/arbitrum/assets/0x6314C31A7a1652cE482cffe247E9CB7c3f4BB9aF/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x6694340fc020c5E6B96567843da2df01b2CE1eb6/info.json b/blockchains/arbitrum/assets/0x6694340fc020c5E6B96567843da2df01b2CE1eb6/info.json
deleted file mode 100644
index 0638d130b6f83..0000000000000
--- a/blockchains/arbitrum/assets/0x6694340fc020c5E6B96567843da2df01b2CE1eb6/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Stargate",
- "type": "ARBITRUM",
- "symbol": "STG",
- "decimals": 18,
- "website": "https://stargate.finance/",
- "description": "Stargate is a fully composable liquidity transport protocol.",
- "explorer": "https://arbiscan.io/token/0x6694340fc020c5e6b96567843da2df01b2ce1eb6",
- "status": "active",
- "id": "0x6694340fc020c5E6B96567843da2df01b2CE1eb6",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/joinchat/LEM0ELklmO1kODdh"
- },
- {
- "name": "whitepaper",
- "url": "https://stargateprotocol.gitbook.io/stargate/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/stargate-finance/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/stargate-finance/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x6694340fc020c5E6B96567843da2df01b2CE1eb6/logo.png b/blockchains/arbitrum/assets/0x6694340fc020c5E6B96567843da2df01b2CE1eb6/logo.png
deleted file mode 100644
index 49d61fc769163..0000000000000
Binary files a/blockchains/arbitrum/assets/0x6694340fc020c5E6B96567843da2df01b2CE1eb6/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x6C2C06790b3E3E3c38e12Ee22F8183b37a13EE55/info.json b/blockchains/arbitrum/assets/0x6C2C06790b3E3E3c38e12Ee22F8183b37a13EE55/info.json
deleted file mode 100644
index b4522687dc38d..0000000000000
--- a/blockchains/arbitrum/assets/0x6C2C06790b3E3E3c38e12Ee22F8183b37a13EE55/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Dopex Governance Token",
- "symbol": "DPX",
- "type": "ARBITRUM",
- "decimals": 18,
- "description": "DPX - vanilla governance and protocol fee accrual token",
- "website": "https://www.dopex.io/",
- "explorer": "https://arbiscan.io/token/0x6c2c06790b3e3e3c38e12ee22f8183b37a13ee55",
- "status": "active",
- "id": "0x6C2C06790b3E3E3c38e12Ee22F8183b37a13EE55",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/dopex_io"
- },
- {
- "name": "github",
- "url": "https://github.com/dopex-io"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/dopex/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x6C2C06790b3E3E3c38e12Ee22F8183b37a13EE55/logo.png b/blockchains/arbitrum/assets/0x6C2C06790b3E3E3c38e12Ee22F8183b37a13EE55/logo.png
deleted file mode 100644
index 780df35dcd365..0000000000000
Binary files a/blockchains/arbitrum/assets/0x6C2C06790b3E3E3c38e12Ee22F8183b37a13EE55/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x6FE14d3CC2f7bDdffBa5CdB3BBE7467dd81ea101/info.json b/blockchains/arbitrum/assets/0x6FE14d3CC2f7bDdffBa5CdB3BBE7467dd81ea101/info.json
deleted file mode 100644
index 0a0389a225346..0000000000000
--- a/blockchains/arbitrum/assets/0x6FE14d3CC2f7bDdffBa5CdB3BBE7467dd81ea101/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "COTI",
- "symbol": "COTI",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x6FE14d3CC2f7bDdffBa5CdB3BBE7467dd81ea101"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x6FE14d3CC2f7bDdffBa5CdB3BBE7467dd81ea101/logo.png b/blockchains/arbitrum/assets/0x6FE14d3CC2f7bDdffBa5CdB3BBE7467dd81ea101/logo.png
deleted file mode 100644
index 89615d3cf46c1..0000000000000
Binary files a/blockchains/arbitrum/assets/0x6FE14d3CC2f7bDdffBa5CdB3BBE7467dd81ea101/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x7468a5d8E02245B00E8C0217fCE021C70Bc51305/info.json b/blockchains/arbitrum/assets/0x7468a5d8E02245B00E8C0217fCE021C70Bc51305/info.json
deleted file mode 100644
index 53c759d501c2c..0000000000000
--- a/blockchains/arbitrum/assets/0x7468a5d8E02245B00E8C0217fCE021C70Bc51305/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Frax",
- "symbol": "FRAX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x7468a5d8E02245B00E8C0217fCE021C70Bc51305"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x7468a5d8E02245B00E8C0217fCE021C70Bc51305/logo.png b/blockchains/arbitrum/assets/0x7468a5d8E02245B00E8C0217fCE021C70Bc51305/logo.png
deleted file mode 100644
index 762d2dd36f501..0000000000000
Binary files a/blockchains/arbitrum/assets/0x7468a5d8E02245B00E8C0217fCE021C70Bc51305/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x74885b4D524d497261259B38900f54e6dbAd2210/info.json b/blockchains/arbitrum/assets/0x74885b4D524d497261259B38900f54e6dbAd2210/info.json
deleted file mode 100644
index 2b63da3554bfb..0000000000000
--- a/blockchains/arbitrum/assets/0x74885b4D524d497261259B38900f54e6dbAd2210/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "ApeCoin",
- "symbol": "APE",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x74885b4D524d497261259B38900f54e6dbAd2210"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x74885b4D524d497261259B38900f54e6dbAd2210/logo.png b/blockchains/arbitrum/assets/0x74885b4D524d497261259B38900f54e6dbAd2210/logo.png
deleted file mode 100644
index e904199af7e8c..0000000000000
Binary files a/blockchains/arbitrum/assets/0x74885b4D524d497261259B38900f54e6dbAd2210/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x753D224bCf9AAFaCD81558c32341416df61D3DAC/info.json b/blockchains/arbitrum/assets/0x753D224bCf9AAFaCD81558c32341416df61D3DAC/info.json
deleted file mode 100644
index 2de6f4f3bcb2f..0000000000000
--- a/blockchains/arbitrum/assets/0x753D224bCf9AAFaCD81558c32341416df61D3DAC/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Perpetual Protocol",
- "symbol": "PERP",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x753D224bCf9AAFaCD81558c32341416df61D3DAC"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x753D224bCf9AAFaCD81558c32341416df61D3DAC/logo.png b/blockchains/arbitrum/assets/0x753D224bCf9AAFaCD81558c32341416df61D3DAC/logo.png
deleted file mode 100644
index d6e78f42bdaa8..0000000000000
Binary files a/blockchains/arbitrum/assets/0x753D224bCf9AAFaCD81558c32341416df61D3DAC/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x7F728F3595db17B0B359f4FC47aE80FAd2e33769/info.json b/blockchains/arbitrum/assets/0x7F728F3595db17B0B359f4FC47aE80FAd2e33769/info.json
deleted file mode 100644
index 8f7fb667ffb1d..0000000000000
--- a/blockchains/arbitrum/assets/0x7F728F3595db17B0B359f4FC47aE80FAd2e33769/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Metis",
- "symbol": "METIS",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x7F728F3595db17B0B359f4FC47aE80FAd2e33769"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x7F728F3595db17B0B359f4FC47aE80FAd2e33769/logo.png b/blockchains/arbitrum/assets/0x7F728F3595db17B0B359f4FC47aE80FAd2e33769/logo.png
deleted file mode 100644
index 1b0cb338a3fcf..0000000000000
Binary files a/blockchains/arbitrum/assets/0x7F728F3595db17B0B359f4FC47aE80FAd2e33769/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x7f9a7DB853Ca816B9A138AEe3380Ef34c437dEe0/info.json b/blockchains/arbitrum/assets/0x7f9a7DB853Ca816B9A138AEe3380Ef34c437dEe0/info.json
deleted file mode 100644
index 303c6411a2fdc..0000000000000
--- a/blockchains/arbitrum/assets/0x7f9a7DB853Ca816B9A138AEe3380Ef34c437dEe0/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Gitcoin",
- "symbol": "GTC",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x7f9a7DB853Ca816B9A138AEe3380Ef34c437dEe0"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x7f9a7DB853Ca816B9A138AEe3380Ef34c437dEe0/logo.png b/blockchains/arbitrum/assets/0x7f9a7DB853Ca816B9A138AEe3380Ef34c437dEe0/logo.png
deleted file mode 100644
index 361301f2a2ca9..0000000000000
Binary files a/blockchains/arbitrum/assets/0x7f9a7DB853Ca816B9A138AEe3380Ef34c437dEe0/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x7f9cf5a2630a0d58567122217dF7609c26498956/info.json b/blockchains/arbitrum/assets/0x7f9cf5a2630a0d58567122217dF7609c26498956/info.json
deleted file mode 100644
index 69de839d475e8..0000000000000
--- a/blockchains/arbitrum/assets/0x7f9cf5a2630a0d58567122217dF7609c26498956/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "SuperFarm",
- "symbol": "SUPER",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x7f9cf5a2630a0d58567122217dF7609c26498956"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x7f9cf5a2630a0d58567122217dF7609c26498956/logo.png b/blockchains/arbitrum/assets/0x7f9cf5a2630a0d58567122217dF7609c26498956/logo.png
deleted file mode 100644
index 9aab6fd544730..0000000000000
Binary files a/blockchains/arbitrum/assets/0x7f9cf5a2630a0d58567122217dF7609c26498956/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x7fa9549791EFc9030e1Ed3F25D18014163806758/info.json b/blockchains/arbitrum/assets/0x7fa9549791EFc9030e1Ed3F25D18014163806758/info.json
deleted file mode 100644
index f855b5ddeb14e..0000000000000
--- a/blockchains/arbitrum/assets/0x7fa9549791EFc9030e1Ed3F25D18014163806758/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Enjin Coin",
- "symbol": "ENJ",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x7fa9549791EFc9030e1Ed3F25D18014163806758"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x7fa9549791EFc9030e1Ed3F25D18014163806758/logo.png b/blockchains/arbitrum/assets/0x7fa9549791EFc9030e1Ed3F25D18014163806758/logo.png
deleted file mode 100644
index 417f40714c3dd..0000000000000
Binary files a/blockchains/arbitrum/assets/0x7fa9549791EFc9030e1Ed3F25D18014163806758/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x82164a8B646401a8776F9dC5c8Cba35DcAf60Cd2/info.json b/blockchains/arbitrum/assets/0x82164a8B646401a8776F9dC5c8Cba35DcAf60Cd2/info.json
deleted file mode 100644
index f0364d726486b..0000000000000
--- a/blockchains/arbitrum/assets/0x82164a8B646401a8776F9dC5c8Cba35DcAf60Cd2/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "PARSIQ",
- "symbol": "PRQ",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x82164a8B646401a8776F9dC5c8Cba35DcAf60Cd2"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x82164a8B646401a8776F9dC5c8Cba35DcAf60Cd2/logo.png b/blockchains/arbitrum/assets/0x82164a8B646401a8776F9dC5c8Cba35DcAf60Cd2/logo.png
deleted file mode 100644
index 6f34eb7678741..0000000000000
Binary files a/blockchains/arbitrum/assets/0x82164a8B646401a8776F9dC5c8Cba35DcAf60Cd2/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x82aF49447D8a07e3bd95BD0d56f35241523fBab1/info.json b/blockchains/arbitrum/assets/0x82aF49447D8a07e3bd95BD0d56f35241523fBab1/info.json
deleted file mode 100644
index af518bac088f6..0000000000000
--- a/blockchains/arbitrum/assets/0x82aF49447D8a07e3bd95BD0d56f35241523fBab1/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Wrapped Ether",
- "type": "ARBITRUM",
- "symbol": "WETH",
- "decimals": 18,
- "website": "https://weth.io/",
- "description": "wETH is wrapped ETH",
- "explorer": "https://arbiscan.io/token/0x82af49447d8a07e3bd95bd0d56f35241523fbab1",
- "status": "active",
- "id": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/weth/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/weth/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x82aF49447D8a07e3bd95BD0d56f35241523fBab1/logo.png b/blockchains/arbitrum/assets/0x82aF49447D8a07e3bd95BD0d56f35241523fBab1/logo.png
deleted file mode 100644
index bf957d38c766d..0000000000000
Binary files a/blockchains/arbitrum/assets/0x82aF49447D8a07e3bd95BD0d56f35241523fBab1/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x82e3A8F066a6989666b031d916c43672085b1582/info.json b/blockchains/arbitrum/assets/0x82e3A8F066a6989666b031d916c43672085b1582/info.json
deleted file mode 100644
index 1f4cc9826de4d..0000000000000
--- a/blockchains/arbitrum/assets/0x82e3A8F066a6989666b031d916c43672085b1582/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "yearn finance",
- "symbol": "YFI",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x82e3A8F066a6989666b031d916c43672085b1582"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x82e3A8F066a6989666b031d916c43672085b1582/logo.png b/blockchains/arbitrum/assets/0x82e3A8F066a6989666b031d916c43672085b1582/logo.png
deleted file mode 100644
index 9c225f4b6c000..0000000000000
Binary files a/blockchains/arbitrum/assets/0x82e3A8F066a6989666b031d916c43672085b1582/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x8ea3156f834A0dfC78F1A5304fAC2CdA676F354C/info.json b/blockchains/arbitrum/assets/0x8ea3156f834A0dfC78F1A5304fAC2CdA676F354C/info.json
deleted file mode 100644
index f7728bc194bd7..0000000000000
--- a/blockchains/arbitrum/assets/0x8ea3156f834A0dfC78F1A5304fAC2CdA676F354C/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Cronos",
- "symbol": "CRO",
- "type": "ERC20",
- "decimals": 8,
- "id": "0x8ea3156f834A0dfC78F1A5304fAC2CdA676F354C"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x8ea3156f834A0dfC78F1A5304fAC2CdA676F354C/logo.png b/blockchains/arbitrum/assets/0x8ea3156f834A0dfC78F1A5304fAC2CdA676F354C/logo.png
deleted file mode 100644
index 2d8c7231fb971..0000000000000
Binary files a/blockchains/arbitrum/assets/0x8ea3156f834A0dfC78F1A5304fAC2CdA676F354C/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x8f5c1A99b1df736Ad685006Cb6ADCA7B7Ae4b514/info.json b/blockchains/arbitrum/assets/0x8f5c1A99b1df736Ad685006Cb6ADCA7B7Ae4b514/info.json
deleted file mode 100644
index c734d2b716dfe..0000000000000
--- a/blockchains/arbitrum/assets/0x8f5c1A99b1df736Ad685006Cb6ADCA7B7Ae4b514/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Melon",
- "symbol": "MLN",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x8f5c1A99b1df736Ad685006Cb6ADCA7B7Ae4b514"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x8f5c1A99b1df736Ad685006Cb6ADCA7B7Ae4b514/logo.png b/blockchains/arbitrum/assets/0x8f5c1A99b1df736Ad685006Cb6ADCA7B7Ae4b514/logo.png
deleted file mode 100644
index 64db54f96a262..0000000000000
Binary files a/blockchains/arbitrum/assets/0x8f5c1A99b1df736Ad685006Cb6ADCA7B7Ae4b514/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x912CE59144191C1204E64559FE8253a0e49E6548/info.json b/blockchains/arbitrum/assets/0x912CE59144191C1204E64559FE8253a0e49E6548/info.json
deleted file mode 100644
index 617b4b409e3b3..0000000000000
--- a/blockchains/arbitrum/assets/0x912CE59144191C1204E64559FE8253a0e49E6548/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Arbitrum",
- "type": "ARBITRUM",
- "symbol": "ARB",
- "decimals": 18,
- "website": "https://arbitrum.foundation/",
- "description": "$ARB tokens can be used to vote on Arbitrum DAO governance proposals, allowing $ARB holders to collectively shape the future of Arbitrum protocols and chains. Token holders can also delegate their voting power to delegates.",
- "explorer": "https://arbiscan.io/token/0x912ce59144191c1204e64559fe8253a0e49e6548",
- "status": "active",
- "id": "0x912CE59144191C1204E64559FE8253a0e49E6548",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/arbitrum"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.arbitrum.foundation/deployment-addresses"
- },
- {
- "name": "discord",
- "url": "https://discord.com/arbitrum"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/arbitrum-iou/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x912CE59144191C1204E64559FE8253a0e49E6548/logo.png b/blockchains/arbitrum/assets/0x912CE59144191C1204E64559FE8253a0e49E6548/logo.png
deleted file mode 100644
index 5402ed6bc17ad..0000000000000
Binary files a/blockchains/arbitrum/assets/0x912CE59144191C1204E64559FE8253a0e49E6548/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x933d31561e470478079FEB9A6Dd2691fAD8234DF/info.json b/blockchains/arbitrum/assets/0x933d31561e470478079FEB9A6Dd2691fAD8234DF/info.json
deleted file mode 100644
index 01580896d948d..0000000000000
--- a/blockchains/arbitrum/assets/0x933d31561e470478079FEB9A6Dd2691fAD8234DF/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Ocean Protocol",
- "symbol": "OCEAN",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x933d31561e470478079FEB9A6Dd2691fAD8234DF"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x933d31561e470478079FEB9A6Dd2691fAD8234DF/logo.png b/blockchains/arbitrum/assets/0x933d31561e470478079FEB9A6Dd2691fAD8234DF/logo.png
deleted file mode 100644
index 621e81633a505..0000000000000
Binary files a/blockchains/arbitrum/assets/0x933d31561e470478079FEB9A6Dd2691fAD8234DF/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x93b346b6BC2548dA6A1E7d98E9a421B42541425b/info.json b/blockchains/arbitrum/assets/0x93b346b6BC2548dA6A1E7d98E9a421B42541425b/info.json
deleted file mode 100644
index 344cf3530bbeb..0000000000000
--- a/blockchains/arbitrum/assets/0x93b346b6BC2548dA6A1E7d98E9a421B42541425b/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Liquity USD",
- "symbol": "LUSD",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x93b346b6BC2548dA6A1E7d98E9a421B42541425b"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x93b346b6BC2548dA6A1E7d98E9a421B42541425b/logo.png b/blockchains/arbitrum/assets/0x93b346b6BC2548dA6A1E7d98E9a421B42541425b/logo.png
deleted file mode 100644
index f7ff889cc6a70..0000000000000
Binary files a/blockchains/arbitrum/assets/0x93b346b6BC2548dA6A1E7d98E9a421B42541425b/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x9623063377AD1B27544C965cCd7342f7EA7e88C7/info.json b/blockchains/arbitrum/assets/0x9623063377AD1B27544C965cCd7342f7EA7e88C7/info.json
deleted file mode 100644
index 6c664bdddb9a0..0000000000000
--- a/blockchains/arbitrum/assets/0x9623063377AD1B27544C965cCd7342f7EA7e88C7/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "The Graph",
- "website": "https://thegraph.com",
- "description": "The Graph is an indexing protocol and global API for organizing blockchain data and making it easily accessible with GraphQL. Developers can use Graph Explorer to search, find, and publish all the public data they need to build decentralized applications. The Graph Network makes it possible to build serverless dApps that run entirely on public infrastructure.",
- "explorer": "https://arbiscan.io/token/0x9623063377ad1b27544c965ccd7342f7ea7e88c7",
- "research": "https://github.com/graphprotocol/research",
- "type": "ARBITRUM",
- "symbol": "GRT",
- "decimals": 18,
- "status": "active",
- "id": "0x9623063377AD1B27544C965cCd7342f7EA7e88C7",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/graphprotocol/graph-node"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/graphprotocol"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/thegraph"
- },
- {
- "name": "telegram",
- "url": "https://t.me/graphprotocol"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/the-graph/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x9623063377AD1B27544C965cCd7342f7EA7e88C7/logo.png b/blockchains/arbitrum/assets/0x9623063377AD1B27544C965cCd7342f7EA7e88C7/logo.png
deleted file mode 100644
index f4d96d2e6409a..0000000000000
Binary files a/blockchains/arbitrum/assets/0x9623063377AD1B27544C965cCd7342f7EA7e88C7/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x99F40b01BA9C469193B360f72740E416B17Ac332/info.json b/blockchains/arbitrum/assets/0x99F40b01BA9C469193B360f72740E416B17Ac332/info.json
deleted file mode 100644
index b9f7bbe553834..0000000000000
--- a/blockchains/arbitrum/assets/0x99F40b01BA9C469193B360f72740E416B17Ac332/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "MATH",
- "symbol": "MATH",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x99F40b01BA9C469193B360f72740E416B17Ac332"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x99F40b01BA9C469193B360f72740E416B17Ac332/logo.png b/blockchains/arbitrum/assets/0x99F40b01BA9C469193B360f72740E416B17Ac332/logo.png
deleted file mode 100644
index 9a0131c539afe..0000000000000
Binary files a/blockchains/arbitrum/assets/0x99F40b01BA9C469193B360f72740E416B17Ac332/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x9DfFB23CAd3322440bCcFF7aB1C58E781dDBF144/info.json b/blockchains/arbitrum/assets/0x9DfFB23CAd3322440bCcFF7aB1C58E781dDBF144/info.json
deleted file mode 100644
index 09cfd3c2043ed..0000000000000
--- a/blockchains/arbitrum/assets/0x9DfFB23CAd3322440bCcFF7aB1C58E781dDBF144/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Civic",
- "symbol": "CVC",
- "type": "ERC20",
- "decimals": 8,
- "id": "0x9DfFB23CAd3322440bCcFF7aB1C58E781dDBF144"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x9DfFB23CAd3322440bCcFF7aB1C58E781dDBF144/logo.png b/blockchains/arbitrum/assets/0x9DfFB23CAd3322440bCcFF7aB1C58E781dDBF144/logo.png
deleted file mode 100644
index 22d1c93d393f1..0000000000000
Binary files a/blockchains/arbitrum/assets/0x9DfFB23CAd3322440bCcFF7aB1C58E781dDBF144/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/info.json b/blockchains/arbitrum/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/info.json
deleted file mode 100644
index bc6ffe16cfbbd..0000000000000
--- a/blockchains/arbitrum/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Multichain",
- "type": "ARBITRUM",
- "symbol": "MULTI",
- "decimals": 18,
- "website": "https://multichain.org/",
- "description": "Multichain is a cross-chain router protocol (CRP), to be the ultimate router for Web3.",
- "explorer": "https://arbiscan.io/token/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3",
- "status": "active",
- "id": "0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/multichainorg"
- },
- {
- "name": "github",
- "url": "https://github.com/anyswap"
- },
- {
- "name": "telegram",
- "url": "https://t.me/anyswap"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/multichain/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/multichain/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/logo.png b/blockchains/arbitrum/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/logo.png
deleted file mode 100644
index 9d7b0435acaac..0000000000000
Binary files a/blockchains/arbitrum/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0x9fA891e1dB0a6D1eEAC4B929b5AAE1011C79a204/info.json b/blockchains/arbitrum/assets/0x9fA891e1dB0a6D1eEAC4B929b5AAE1011C79a204/info.json
deleted file mode 100644
index 5ab3be503a8e7..0000000000000
--- a/blockchains/arbitrum/assets/0x9fA891e1dB0a6D1eEAC4B929b5AAE1011C79a204/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Republic Token",
- "symbol": "REN",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x9fA891e1dB0a6D1eEAC4B929b5AAE1011C79a204"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0x9fA891e1dB0a6D1eEAC4B929b5AAE1011C79a204/logo.png b/blockchains/arbitrum/assets/0x9fA891e1dB0a6D1eEAC4B929b5AAE1011C79a204/logo.png
deleted file mode 100644
index 8a5543ceefa01..0000000000000
Binary files a/blockchains/arbitrum/assets/0x9fA891e1dB0a6D1eEAC4B929b5AAE1011C79a204/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xA970AF1a584579B618be4d69aD6F73459D112F95/info.json b/blockchains/arbitrum/assets/0xA970AF1a584579B618be4d69aD6F73459D112F95/info.json
deleted file mode 100644
index 2074ab765c417..0000000000000
--- a/blockchains/arbitrum/assets/0xA970AF1a584579B618be4d69aD6F73459D112F95/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Synth sUSD",
- "symbol": "sUSD",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xA970AF1a584579B618be4d69aD6F73459D112F95"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xA970AF1a584579B618be4d69aD6F73459D112F95/logo.png b/blockchains/arbitrum/assets/0xA970AF1a584579B618be4d69aD6F73459D112F95/logo.png
deleted file mode 100644
index 5a4101b74f367..0000000000000
Binary files a/blockchains/arbitrum/assets/0xA970AF1a584579B618be4d69aD6F73459D112F95/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xAC9Ac2C17cdFED4AbC80A53c5553388575714d03/info.json b/blockchains/arbitrum/assets/0xAC9Ac2C17cdFED4AbC80A53c5553388575714d03/info.json
deleted file mode 100644
index 51bd976b161c0..0000000000000
--- a/blockchains/arbitrum/assets/0xAC9Ac2C17cdFED4AbC80A53c5553388575714d03/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Automata",
- "symbol": "ATA",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xAC9Ac2C17cdFED4AbC80A53c5553388575714d03"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xAC9Ac2C17cdFED4AbC80A53c5553388575714d03/logo.png b/blockchains/arbitrum/assets/0xAC9Ac2C17cdFED4AbC80A53c5553388575714d03/logo.png
deleted file mode 100644
index 0184935a8c392..0000000000000
Binary files a/blockchains/arbitrum/assets/0xAC9Ac2C17cdFED4AbC80A53c5553388575714d03/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xB20A02dfFb172C474BC4bDa3fD6f4eE70C04daf2/info.json b/blockchains/arbitrum/assets/0xB20A02dfFb172C474BC4bDa3fD6f4eE70C04daf2/info.json
deleted file mode 100644
index d84a4d0e27ed9..0000000000000
--- a/blockchains/arbitrum/assets/0xB20A02dfFb172C474BC4bDa3fD6f4eE70C04daf2/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Magic Internet Money",
- "symbol": "MIM",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xB20A02dfFb172C474BC4bDa3fD6f4eE70C04daf2"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xB20A02dfFb172C474BC4bDa3fD6f4eE70C04daf2/logo.png b/blockchains/arbitrum/assets/0xB20A02dfFb172C474BC4bDa3fD6f4eE70C04daf2/logo.png
deleted file mode 100644
index 4101813265fa1..0000000000000
Binary files a/blockchains/arbitrum/assets/0xB20A02dfFb172C474BC4bDa3fD6f4eE70C04daf2/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xBD591Bd4DdB64b77B5f76Eab8f03d02519235Ae2/info.json b/blockchains/arbitrum/assets/0xBD591Bd4DdB64b77B5f76Eab8f03d02519235Ae2/info.json
deleted file mode 100644
index d7a1fb974c856..0000000000000
--- a/blockchains/arbitrum/assets/0xBD591Bd4DdB64b77B5f76Eab8f03d02519235Ae2/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "0x Protocol Token",
- "symbol": "ZRX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xBD591Bd4DdB64b77B5f76Eab8f03d02519235Ae2"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xBD591Bd4DdB64b77B5f76Eab8f03d02519235Ae2/logo.png b/blockchains/arbitrum/assets/0xBD591Bd4DdB64b77B5f76Eab8f03d02519235Ae2/logo.png
deleted file mode 100644
index f4fe2ab0b2b7b..0000000000000
Binary files a/blockchains/arbitrum/assets/0xBD591Bd4DdB64b77B5f76Eab8f03d02519235Ae2/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xBfAE6fecD8124ba33cbB2180aAb0Fe4c03914A5A/info.json b/blockchains/arbitrum/assets/0xBfAE6fecD8124ba33cbB2180aAb0Fe4c03914A5A/info.json
deleted file mode 100644
index f3fb7eec4d4b2..0000000000000
--- a/blockchains/arbitrum/assets/0xBfAE6fecD8124ba33cbB2180aAb0Fe4c03914A5A/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Tribe",
- "symbol": "TRIBE",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xBfAE6fecD8124ba33cbB2180aAb0Fe4c03914A5A"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xBfAE6fecD8124ba33cbB2180aAb0Fe4c03914A5A/logo.png b/blockchains/arbitrum/assets/0xBfAE6fecD8124ba33cbB2180aAb0Fe4c03914A5A/logo.png
deleted file mode 100644
index 0a82bc649de23..0000000000000
Binary files a/blockchains/arbitrum/assets/0xBfAE6fecD8124ba33cbB2180aAb0Fe4c03914A5A/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xBfa641051Ba0a0Ad1b0AcF549a89536A0D76472E/info.json b/blockchains/arbitrum/assets/0xBfa641051Ba0a0Ad1b0AcF549a89536A0D76472E/info.json
deleted file mode 100644
index f632357095de3..0000000000000
--- a/blockchains/arbitrum/assets/0xBfa641051Ba0a0Ad1b0AcF549a89536A0D76472E/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Badger DAO",
- "symbol": "BADGER",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xBfa641051Ba0a0Ad1b0AcF549a89536A0D76472E"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xBfa641051Ba0a0Ad1b0AcF549a89536A0D76472E/logo.png b/blockchains/arbitrum/assets/0xBfa641051Ba0a0Ad1b0AcF549a89536A0D76472E/logo.png
deleted file mode 100644
index fbf9e095994fc..0000000000000
Binary files a/blockchains/arbitrum/assets/0xBfa641051Ba0a0Ad1b0AcF549a89536A0D76472E/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xCF8600347Dc375C5f2FdD6Dab9BB66e0b6773cd7/info.json b/blockchains/arbitrum/assets/0xCF8600347Dc375C5f2FdD6Dab9BB66e0b6773cd7/info.json
deleted file mode 100644
index d1d11e66e39f3..0000000000000
--- a/blockchains/arbitrum/assets/0xCF8600347Dc375C5f2FdD6Dab9BB66e0b6773cd7/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Rarible",
- "symbol": "RARI",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xCF8600347Dc375C5f2FdD6Dab9BB66e0b6773cd7"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xCF8600347Dc375C5f2FdD6Dab9BB66e0b6773cd7/logo.png b/blockchains/arbitrum/assets/0xCF8600347Dc375C5f2FdD6Dab9BB66e0b6773cd7/logo.png
deleted file mode 100644
index 8b75bda4c9ecc..0000000000000
Binary files a/blockchains/arbitrum/assets/0xCF8600347Dc375C5f2FdD6Dab9BB66e0b6773cd7/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1/info.json b/blockchains/arbitrum/assets/0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1/info.json
deleted file mode 100644
index de1b520724936..0000000000000
--- a/blockchains/arbitrum/assets/0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Dai Stablecoin",
- "type": "ARBITRUM",
- "symbol": "DAI",
- "decimals": 18,
- "website": "https://tether.to/",
- "description": "Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.",
- "explorer": "https://arbiscan.io/token/0xda10009cbd5d07dd0cecc66161fc93d7c9000da1",
- "status": "active",
- "id": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/multi-collateral-dai/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/dai/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/MakerDAO"
- },
- {
- "name": "whitepaper",
- "url": "https://makerdao.com/whitepaper/"
- }
- ],
- "tags": [
- "stablecoin",
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1/logo.png b/blockchains/arbitrum/assets/0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1/logo.png
deleted file mode 100644
index 836fe787663b9..0000000000000
Binary files a/blockchains/arbitrum/assets/0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xEB466342C4d449BC9f53A865D5Cb90586f405215/info.json b/blockchains/arbitrum/assets/0xEB466342C4d449BC9f53A865D5Cb90586f405215/info.json
deleted file mode 100644
index 9b9b1ec7302ad..0000000000000
--- a/blockchains/arbitrum/assets/0xEB466342C4d449BC9f53A865D5Cb90586f405215/info.json
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- "name": "Axelar Wrapped USDC",
- "type": "ARBITRUM",
- "symbol": "axlUSDC",
- "decimals": 6,
- "website": "https://axelar.network/",
- "description": "Axelar delivers secure cross-chain communication for Web3. Our infrastructure enables dApp users to interact with any asset or application, on any chain, with one click.",
- "explorer": "https://arbiscan.io/token/0xEB466342C4d449BC9f53A865D5Cb90586f405215",
- "status": "active",
- "id": "0xEB466342C4d449BC9f53A865D5Cb90586f405215",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/axelarcore"
- },
- {
- "name": "github",
- "url": "https://github.com/axelarnetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/axelarcommunity"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/axelar-usdc"
- },
- {
- "name": "docs",
- "url": "https://docs.axelar.dev/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/aRZ3Ra6f7D"
- },
- {
- "name": "forum",
- "url": "https://community.axelar.network/"
- },
- {
- "name": "whitepaper",
- "url": "https://axelar.network/axelar_whitepaper.pdf"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/axelar"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@axelar-foundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/axlusdc/"
- },
- {
- "name": "blog",
- "url": "https://axelar.network/blog"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@Axelarcore"
- }
- ],
- "tags": [
- "stablecoin",
- "wrapped"
- ]
-}
diff --git a/blockchains/arbitrum/assets/0xEB466342C4d449BC9f53A865D5Cb90586f405215/logo.png b/blockchains/arbitrum/assets/0xEB466342C4d449BC9f53A865D5Cb90586f405215/logo.png
deleted file mode 100644
index 69911caea54fb..0000000000000
Binary files a/blockchains/arbitrum/assets/0xEB466342C4d449BC9f53A865D5Cb90586f405215/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8/info.json b/blockchains/arbitrum/assets/0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8/info.json
deleted file mode 100644
index b505b8991e2ec..0000000000000
--- a/blockchains/arbitrum/assets/0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "USD Coin (Arb1)",
- "type": "ARBITRUM",
- "symbol": "USDC",
- "decimals": 6,
- "website": "https://www.centre.io/usdc",
- "description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
- "explorer": "https://arbiscan.io/token/0xff970a61a04b1ca14834a43f5de4533ebddb5cc8",
- "status": "active",
- "id": "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/usd-coin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/usd-coin/"
- },
- {
- "name": "blog",
- "url": "https://centre.io/blog"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8/logo.png b/blockchains/arbitrum/assets/0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8/logo.png
deleted file mode 100644
index eafbaac194aa7..0000000000000
Binary files a/blockchains/arbitrum/assets/0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xFa7F8980b0f1E64A2062791cc3b0871572f1F7f0/info.json b/blockchains/arbitrum/assets/0xFa7F8980b0f1E64A2062791cc3b0871572f1F7f0/info.json
deleted file mode 100644
index 31dfc2d609130..0000000000000
--- a/blockchains/arbitrum/assets/0xFa7F8980b0f1E64A2062791cc3b0871572f1F7f0/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Uniswap",
- "symbol": "UNI",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xFa7F8980b0f1E64A2062791cc3b0871572f1F7f0"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xFa7F8980b0f1E64A2062791cc3b0871572f1F7f0/logo.png b/blockchains/arbitrum/assets/0xFa7F8980b0f1E64A2062791cc3b0871572f1F7f0/logo.png
deleted file mode 100644
index 893ef55cb23c0..0000000000000
Binary files a/blockchains/arbitrum/assets/0xFa7F8980b0f1E64A2062791cc3b0871572f1F7f0/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9/info.json b/blockchains/arbitrum/assets/0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9/info.json
deleted file mode 100644
index db05c432d7ba4..0000000000000
--- a/blockchains/arbitrum/assets/0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Tether USD",
- "type": "ARBITRUM",
- "symbol": "USDT",
- "decimals": 6,
- "website": "https://tether.to/",
- "description": "Tether gives you the joint benefits of open blockchain technology and traditional currency by converting your cash into a stable digital currency equivalent.",
- "explorer": "https://arbiscan.io/token/0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9",
- "status": "active",
- "id": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/tether/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/tether/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Tether_to"
- },
- {
- "name": "whitepaper",
- "url": "https://stableset.com/audits/tether_audit_v1/tether_audit_v1.pdf"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9/logo.png b/blockchains/arbitrum/assets/0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9/logo.png
deleted file mode 100644
index 4b3027306a91c..0000000000000
Binary files a/blockchains/arbitrum/assets/0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xa0b862F60edEf4452F25B4160F177db44DeB6Cf1/info.json b/blockchains/arbitrum/assets/0xa0b862F60edEf4452F25B4160F177db44DeB6Cf1/info.json
deleted file mode 100644
index 8e4248fde0187..0000000000000
--- a/blockchains/arbitrum/assets/0xa0b862F60edEf4452F25B4160F177db44DeB6Cf1/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Gnosis Token",
- "symbol": "GNO",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xa0b862F60edEf4452F25B4160F177db44DeB6Cf1"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xa0b862F60edEf4452F25B4160F177db44DeB6Cf1/logo.png b/blockchains/arbitrum/assets/0xa0b862F60edEf4452F25B4160F177db44DeB6Cf1/logo.png
deleted file mode 100644
index 1a5e3b71887bb..0000000000000
Binary files a/blockchains/arbitrum/assets/0xa0b862F60edEf4452F25B4160F177db44DeB6Cf1/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xa68Ec98D7ca870cF1Dd0b00EBbb7c4bF60A8e74d/info.json b/blockchains/arbitrum/assets/0xa68Ec98D7ca870cF1Dd0b00EBbb7c4bF60A8e74d/info.json
deleted file mode 100644
index 40dde9a3af98e..0000000000000
--- a/blockchains/arbitrum/assets/0xa68Ec98D7ca870cF1Dd0b00EBbb7c4bF60A8e74d/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Biconomy",
- "symbol": "BICO",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xa68Ec98D7ca870cF1Dd0b00EBbb7c4bF60A8e74d"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xa68Ec98D7ca870cF1Dd0b00EBbb7c4bF60A8e74d/logo.png b/blockchains/arbitrum/assets/0xa68Ec98D7ca870cF1Dd0b00EBbb7c4bF60A8e74d/logo.png
deleted file mode 100644
index cfb479662c1e0..0000000000000
Binary files a/blockchains/arbitrum/assets/0xa68Ec98D7ca870cF1Dd0b00EBbb7c4bF60A8e74d/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xaE6aab43C4f3E0cea4Ab83752C278f8dEbabA689/info.json b/blockchains/arbitrum/assets/0xaE6aab43C4f3E0cea4Ab83752C278f8dEbabA689/info.json
deleted file mode 100644
index a2ed700f4c4e9..0000000000000
--- a/blockchains/arbitrum/assets/0xaE6aab43C4f3E0cea4Ab83752C278f8dEbabA689/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "dForce",
- "type": "ARBITRUM",
- "symbol": "DF",
- "decimals": 18,
- "website": "http://dforce.network/",
- "description": "dForce advocates for building an integrated and interoperable and scalable open finance protocol network, cultivating intra-protocol liquidity and network effects, while remain in full openness to interact and integrated with other protocols.",
- "explorer": "https://arbiscan.io/token/0xaE6aab43C4f3E0cea4Ab83752C278f8dEbabA689",
- "status": "active",
- "id": "0xaE6aab43C4f3E0cea4Ab83752C278f8dEbabA689",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/dforcenet"
- },
- {
- "name": "github",
- "url": "https://github.com/dforce-network/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/dforce-token/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/dforce/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xaE6aab43C4f3E0cea4Ab83752C278f8dEbabA689/logo.png b/blockchains/arbitrum/assets/0xaE6aab43C4f3E0cea4Ab83752C278f8dEbabA689/logo.png
deleted file mode 100644
index 36fcfbc499e68..0000000000000
Binary files a/blockchains/arbitrum/assets/0xaE6aab43C4f3E0cea4Ab83752C278f8dEbabA689/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xaa54e84A3e6e5A80288d2C2f8e36eA5cA3A3Ca30/info.json b/blockchains/arbitrum/assets/0xaa54e84A3e6e5A80288d2C2f8e36eA5cA3A3Ca30/info.json
deleted file mode 100644
index b992070907bb5..0000000000000
--- a/blockchains/arbitrum/assets/0xaa54e84A3e6e5A80288d2C2f8e36eA5cA3A3Ca30/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "SHARBI",
- "type": "ARBITRUM",
- "symbol": "SHARBI",
- "decimals": 9,
- "website": "https://sharbi.net/",
- "description": "Sharbi is a community-owned, Arbitrum and Ethereum token. Sharbi is known for being the mistress of Shiba.",
- "explorer": "https://arbiscan.io/token/0xaa54e84a3e6e5a80288d2c2f8e36ea5ca3a3ca30",
- "status": "active",
- "id": "0xaa54e84A3e6e5A80288d2C2f8e36eA5cA3A3Ca30",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/SharbiPortal"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/SharbiToken"
- }
- ],
- "tags": [
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xaa54e84A3e6e5A80288d2C2f8e36eA5cA3A3Ca30/logo.png b/blockchains/arbitrum/assets/0xaa54e84A3e6e5A80288d2C2f8e36eA5cA3A3Ca30/logo.png
deleted file mode 100644
index 855db6d966292..0000000000000
Binary files a/blockchains/arbitrum/assets/0xaa54e84A3e6e5A80288d2C2f8e36eA5cA3A3Ca30/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xaeF5bbcbFa438519a5ea80B4c7181B4E78d419f2/info.json b/blockchains/arbitrum/assets/0xaeF5bbcbFa438519a5ea80B4c7181B4E78d419f2/info.json
deleted file mode 100644
index 029babf98e1e9..0000000000000
--- a/blockchains/arbitrum/assets/0xaeF5bbcbFa438519a5ea80B4c7181B4E78d419f2/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Rai Reflex Index",
- "symbol": "RAI",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xaeF5bbcbFa438519a5ea80B4c7181B4E78d419f2"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xaeF5bbcbFa438519a5ea80B4c7181B4E78d419f2/logo.png b/blockchains/arbitrum/assets/0xaeF5bbcbFa438519a5ea80B4c7181B4E78d419f2/logo.png
deleted file mode 100644
index ea158e231be07..0000000000000
Binary files a/blockchains/arbitrum/assets/0xaeF5bbcbFa438519a5ea80B4c7181B4E78d419f2/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xaf88d065e77c8cC2239327C5EDb3A432268e5831/info.json b/blockchains/arbitrum/assets/0xaf88d065e77c8cC2239327C5EDb3A432268e5831/info.json
deleted file mode 100644
index 3ead28f419dc9..0000000000000
--- a/blockchains/arbitrum/assets/0xaf88d065e77c8cC2239327C5EDb3A432268e5831/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "USD Coin",
- "symbol": "USDC",
- "type": "ERC20",
- "decimals": 6,
- "id": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831"
-}
diff --git a/blockchains/arbitrum/assets/0xaf88d065e77c8cC2239327C5EDb3A432268e5831/logo.png b/blockchains/arbitrum/assets/0xaf88d065e77c8cC2239327C5EDb3A432268e5831/logo.png
deleted file mode 100644
index eafbaac194aa7..0000000000000
Binary files a/blockchains/arbitrum/assets/0xaf88d065e77c8cC2239327C5EDb3A432268e5831/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xb2BE52744a804Cc732d606817C2572C5A3B264e7/info.json b/blockchains/arbitrum/assets/0xb2BE52744a804Cc732d606817C2572C5A3B264e7/info.json
deleted file mode 100644
index 53a648e9eb55f..0000000000000
--- a/blockchains/arbitrum/assets/0xb2BE52744a804Cc732d606817C2572C5A3B264e7/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Unisocks",
- "symbol": "SOCKS",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xb2BE52744a804Cc732d606817C2572C5A3B264e7"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xb2BE52744a804Cc732d606817C2572C5A3B264e7/logo.png b/blockchains/arbitrum/assets/0xb2BE52744a804Cc732d606817C2572C5A3B264e7/logo.png
deleted file mode 100644
index cb728e8b90fb5..0000000000000
Binary files a/blockchains/arbitrum/assets/0xb2BE52744a804Cc732d606817C2572C5A3B264e7/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xb74Da9FE2F96B9E0a5f4A3cf0b92dd2bEC617124/info.json b/blockchains/arbitrum/assets/0xb74Da9FE2F96B9E0a5f4A3cf0b92dd2bEC617124/info.json
deleted file mode 100644
index 7f6c1930c9725..0000000000000
--- a/blockchains/arbitrum/assets/0xb74Da9FE2F96B9E0a5f4A3cf0b92dd2bEC617124/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "SOL Wormhole ",
- "symbol": "SOL",
- "type": "ERC20",
- "decimals": 9,
- "id": "0xb74Da9FE2F96B9E0a5f4A3cf0b92dd2bEC617124"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xb74Da9FE2F96B9E0a5f4A3cf0b92dd2bEC617124/logo.png b/blockchains/arbitrum/assets/0xb74Da9FE2F96B9E0a5f4A3cf0b92dd2bEC617124/logo.png
deleted file mode 100644
index 7a2e75fd77f1b..0000000000000
Binary files a/blockchains/arbitrum/assets/0xb74Da9FE2F96B9E0a5f4A3cf0b92dd2bEC617124/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xba5DdD1f9d7F570dc94a51479a000E3BCE967196/info.json b/blockchains/arbitrum/assets/0xba5DdD1f9d7F570dc94a51479a000E3BCE967196/info.json
deleted file mode 100644
index 8caf8625cbad7..0000000000000
--- a/blockchains/arbitrum/assets/0xba5DdD1f9d7F570dc94a51479a000E3BCE967196/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Aave",
- "symbol": "AAVE",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xba5DdD1f9d7F570dc94a51479a000E3BCE967196"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xba5DdD1f9d7F570dc94a51479a000E3BCE967196/logo.png b/blockchains/arbitrum/assets/0xba5DdD1f9d7F570dc94a51479a000E3BCE967196/logo.png
deleted file mode 100644
index 1e7cef36a8aaa..0000000000000
Binary files a/blockchains/arbitrum/assets/0xba5DdD1f9d7F570dc94a51479a000E3BCE967196/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b/info.json b/blockchains/arbitrum/assets/0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b/info.json
deleted file mode 100644
index e0e1dd1687cd7..0000000000000
--- a/blockchains/arbitrum/assets/0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "WOO Network",
- "symbol": "WOO",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b/logo.png b/blockchains/arbitrum/assets/0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b/logo.png
deleted file mode 100644
index 6a4f498ca1b25..0000000000000
Binary files a/blockchains/arbitrum/assets/0xcAFcD85D8ca7Ad1e1C6F82F651fA15E33AEfD07b/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xcBA56Cd8216FCBBF3fA6DF6137F3147cBcA37D60/info.json b/blockchains/arbitrum/assets/0xcBA56Cd8216FCBBF3fA6DF6137F3147cBcA37D60/info.json
deleted file mode 100644
index 7c86edf39c94e..0000000000000
--- a/blockchains/arbitrum/assets/0xcBA56Cd8216FCBBF3fA6DF6137F3147cBcA37D60/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Synthetix Network Token",
- "symbol": "SNX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xcBA56Cd8216FCBBF3fA6DF6137F3147cBcA37D60"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xcBA56Cd8216FCBBF3fA6DF6137F3147cBcA37D60/logo.png b/blockchains/arbitrum/assets/0xcBA56Cd8216FCBBF3fA6DF6137F3147cBcA37D60/logo.png
deleted file mode 100644
index 2a850de0afe21..0000000000000
Binary files a/blockchains/arbitrum/assets/0xcBA56Cd8216FCBBF3fA6DF6137F3147cBcA37D60/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xca642467C6Ebe58c13cB4A7091317f34E17ac05e/info.json b/blockchains/arbitrum/assets/0xca642467C6Ebe58c13cB4A7091317f34E17ac05e/info.json
deleted file mode 100644
index cbc423169ac7c..0000000000000
--- a/blockchains/arbitrum/assets/0xca642467C6Ebe58c13cB4A7091317f34E17ac05e/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "DIA",
- "symbol": "DIA",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xca642467C6Ebe58c13cB4A7091317f34E17ac05e"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xca642467C6Ebe58c13cB4A7091317f34E17ac05e/logo.png b/blockchains/arbitrum/assets/0xca642467C6Ebe58c13cB4A7091317f34E17ac05e/logo.png
deleted file mode 100644
index ea6f681e1ddb1..0000000000000
Binary files a/blockchains/arbitrum/assets/0xca642467C6Ebe58c13cB4A7091317f34E17ac05e/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xd1318eb19DBF2647743c720ed35174efd64e3DAC/info.json b/blockchains/arbitrum/assets/0xd1318eb19DBF2647743c720ed35174efd64e3DAC/info.json
deleted file mode 100644
index d72f69784f1d2..0000000000000
--- a/blockchains/arbitrum/assets/0xd1318eb19DBF2647743c720ed35174efd64e3DAC/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "The Sandbox",
- "symbol": "SAND",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xd1318eb19DBF2647743c720ed35174efd64e3DAC"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xd1318eb19DBF2647743c720ed35174efd64e3DAC/logo.png b/blockchains/arbitrum/assets/0xd1318eb19DBF2647743c720ed35174efd64e3DAC/logo.png
deleted file mode 100644
index 5b4fa7432889a..0000000000000
Binary files a/blockchains/arbitrum/assets/0xd1318eb19DBF2647743c720ed35174efd64e3DAC/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/info.json b/blockchains/arbitrum/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/info.json
deleted file mode 100644
index aa48af4b0db5a..0000000000000
--- a/blockchains/arbitrum/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Okcash",
- "type": "ARBITRUM",
- "symbol": "OK",
- "decimals": 18,
- "website": "https://okcash.co",
- "description": "OK is the leading multi chain PoS, web3 + NFTs open source electronic cash, its design is public, nobody owns or controls Okcash and everyone can take part.",
- "explorer": "https://arbiscan.io/token/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189",
- "status": "active",
- "id": "0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/OkcashCrypto"
- },
- {
- "name": "github",
- "url": "https://github.com/okcashpro"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/okcash/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/okcash"
- },
- {
- "name": "medium",
- "url": "https://medium.com/okcash"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/arbitrum/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/logo.png b/blockchains/arbitrum/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/logo.png
deleted file mode 100644
index a3b20074ec34d..0000000000000
Binary files a/blockchains/arbitrum/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xd42785D323e608B9E99fa542bd8b1000D4c2Df37/info.json b/blockchains/arbitrum/assets/0xd42785D323e608B9E99fa542bd8b1000D4c2Df37/info.json
deleted file mode 100644
index e70c184f68e71..0000000000000
--- a/blockchains/arbitrum/assets/0xd42785D323e608B9E99fa542bd8b1000D4c2Df37/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Fantom",
- "symbol": "FTM",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xd42785D323e608B9E99fa542bd8b1000D4c2Df37"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xd42785D323e608B9E99fa542bd8b1000D4c2Df37/logo.png b/blockchains/arbitrum/assets/0xd42785D323e608B9E99fa542bd8b1000D4c2Df37/logo.png
deleted file mode 100644
index 4c55ec1d7621e..0000000000000
Binary files a/blockchains/arbitrum/assets/0xd42785D323e608B9E99fa542bd8b1000D4c2Df37/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xd4d42F0b6DEF4CE0383636770eF773390d85c61A/info.json b/blockchains/arbitrum/assets/0xd4d42F0b6DEF4CE0383636770eF773390d85c61A/info.json
deleted file mode 100644
index 12e44396f6192..0000000000000
--- a/blockchains/arbitrum/assets/0xd4d42F0b6DEF4CE0383636770eF773390d85c61A/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Sushi",
- "symbol": "SUSHI",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xd4d42F0b6DEF4CE0383636770eF773390d85c61A"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xd4d42F0b6DEF4CE0383636770eF773390d85c61A/logo.png b/blockchains/arbitrum/assets/0xd4d42F0b6DEF4CE0383636770eF773390d85c61A/logo.png
deleted file mode 100644
index 37523b87fe8a7..0000000000000
Binary files a/blockchains/arbitrum/assets/0xd4d42F0b6DEF4CE0383636770eF773390d85c61A/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xd58D345Fd9c82262E087d2D0607624B410D88242/info.json b/blockchains/arbitrum/assets/0xd58D345Fd9c82262E087d2D0607624B410D88242/info.json
deleted file mode 100644
index 5e0dc82ca1152..0000000000000
--- a/blockchains/arbitrum/assets/0xd58D345Fd9c82262E087d2D0607624B410D88242/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Tellor",
- "symbol": "TRB",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xd58D345Fd9c82262E087d2D0607624B410D88242"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xd58D345Fd9c82262E087d2D0607624B410D88242/logo.png b/blockchains/arbitrum/assets/0xd58D345Fd9c82262E087d2D0607624B410D88242/logo.png
deleted file mode 100644
index ec5a4360d97bf..0000000000000
Binary files a/blockchains/arbitrum/assets/0xd58D345Fd9c82262E087d2D0607624B410D88242/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xd693Ec944A85eeca4247eC1c3b130DCa9B0C3b22/info.json b/blockchains/arbitrum/assets/0xd693Ec944A85eeca4247eC1c3b130DCa9B0C3b22/info.json
deleted file mode 100644
index e2c9cf1bd5fbb..0000000000000
--- a/blockchains/arbitrum/assets/0xd693Ec944A85eeca4247eC1c3b130DCa9B0C3b22/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "UMA Voting Token v1",
- "symbol": "UMA",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xd693Ec944A85eeca4247eC1c3b130DCa9B0C3b22"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xd693Ec944A85eeca4247eC1c3b130DCa9B0C3b22/logo.png b/blockchains/arbitrum/assets/0xd693Ec944A85eeca4247eC1c3b130DCa9B0C3b22/logo.png
deleted file mode 100644
index 5ab2b18c257f7..0000000000000
Binary files a/blockchains/arbitrum/assets/0xd693Ec944A85eeca4247eC1c3b130DCa9B0C3b22/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xd9f9d2Ee2d3EFE420699079f16D9e924affFdEA4/info.json b/blockchains/arbitrum/assets/0xd9f9d2Ee2d3EFE420699079f16D9e924affFdEA4/info.json
deleted file mode 100644
index cef87934da835..0000000000000
--- a/blockchains/arbitrum/assets/0xd9f9d2Ee2d3EFE420699079f16D9e924affFdEA4/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Frax Share",
- "symbol": "FXS",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xd9f9d2Ee2d3EFE420699079f16D9e924affFdEA4"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xd9f9d2Ee2d3EFE420699079f16D9e924affFdEA4/logo.png b/blockchains/arbitrum/assets/0xd9f9d2Ee2d3EFE420699079f16D9e924affFdEA4/logo.png
deleted file mode 100644
index 5072baa5035ed..0000000000000
Binary files a/blockchains/arbitrum/assets/0xd9f9d2Ee2d3EFE420699079f16D9e924affFdEA4/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xdA0a57B710768ae17941a9Fa33f8B720c8bD9ddD/info.json b/blockchains/arbitrum/assets/0xdA0a57B710768ae17941a9Fa33f8B720c8bD9ddD/info.json
deleted file mode 100644
index a55d3b68bc94b..0000000000000
--- a/blockchains/arbitrum/assets/0xdA0a57B710768ae17941a9Fa33f8B720c8bD9ddD/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Marlin",
- "symbol": "POND",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xdA0a57B710768ae17941a9Fa33f8B720c8bD9ddD"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xdA0a57B710768ae17941a9Fa33f8B720c8bD9ddD/logo.png b/blockchains/arbitrum/assets/0xdA0a57B710768ae17941a9Fa33f8B720c8bD9ddD/logo.png
deleted file mode 100644
index 5bf18545dfb5a..0000000000000
Binary files a/blockchains/arbitrum/assets/0xdA0a57B710768ae17941a9Fa33f8B720c8bD9ddD/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xe018C7a3d175Fb0fE15D70Da2c874d3CA16313EC/info.json b/blockchains/arbitrum/assets/0xe018C7a3d175Fb0fE15D70Da2c874d3CA16313EC/info.json
deleted file mode 100644
index 2fa8a4faeeebb..0000000000000
--- a/blockchains/arbitrum/assets/0xe018C7a3d175Fb0fE15D70Da2c874d3CA16313EC/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Stargate Finance",
- "symbol": "STG",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xe018C7a3d175Fb0fE15D70Da2c874d3CA16313EC"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xe018C7a3d175Fb0fE15D70Da2c874d3CA16313EC/logo.png b/blockchains/arbitrum/assets/0xe018C7a3d175Fb0fE15D70Da2c874d3CA16313EC/logo.png
deleted file mode 100644
index 49d61fc769163..0000000000000
Binary files a/blockchains/arbitrum/assets/0xe018C7a3d175Fb0fE15D70Da2c874d3CA16313EC/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xe88998Fb579266628aF6a03e3821d5983e5D0089/info.json b/blockchains/arbitrum/assets/0xe88998Fb579266628aF6a03e3821d5983e5D0089/info.json
deleted file mode 100644
index a55249cdc5420..0000000000000
--- a/blockchains/arbitrum/assets/0xe88998Fb579266628aF6a03e3821d5983e5D0089/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Axie Infinity",
- "symbol": "AXS",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xe88998Fb579266628aF6a03e3821d5983e5D0089"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xe88998Fb579266628aF6a03e3821d5983e5D0089/logo.png b/blockchains/arbitrum/assets/0xe88998Fb579266628aF6a03e3821d5983e5D0089/logo.png
deleted file mode 100644
index 1f42e14654a43..0000000000000
Binary files a/blockchains/arbitrum/assets/0xe88998Fb579266628aF6a03e3821d5983e5D0089/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xef888bcA6AB6B1d26dbeC977C455388ecd794794/info.json b/blockchains/arbitrum/assets/0xef888bcA6AB6B1d26dbeC977C455388ecd794794/info.json
deleted file mode 100644
index 66f80d4e2122c..0000000000000
--- a/blockchains/arbitrum/assets/0xef888bcA6AB6B1d26dbeC977C455388ecd794794/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Rari Governance Token",
- "symbol": "RGT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xef888bcA6AB6B1d26dbeC977C455388ecd794794"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xef888bcA6AB6B1d26dbeC977C455388ecd794794/logo.png b/blockchains/arbitrum/assets/0xef888bcA6AB6B1d26dbeC977C455388ecd794794/logo.png
deleted file mode 100644
index af7aa3d1beb13..0000000000000
Binary files a/blockchains/arbitrum/assets/0xef888bcA6AB6B1d26dbeC977C455388ecd794794/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xf97f4df75117a78c1A5a0DBb814Af92458539FB4/info.json b/blockchains/arbitrum/assets/0xf97f4df75117a78c1A5a0DBb814Af92458539FB4/info.json
deleted file mode 100644
index ad34bf3756ede..0000000000000
--- a/blockchains/arbitrum/assets/0xf97f4df75117a78c1A5a0DBb814Af92458539FB4/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "ChainLink Token",
- "symbol": "LINK",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xf97f4df75117a78c1A5a0DBb814Af92458539FB4"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xf97f4df75117a78c1A5a0DBb814Af92458539FB4/logo.png b/blockchains/arbitrum/assets/0xf97f4df75117a78c1A5a0DBb814Af92458539FB4/logo.png
deleted file mode 100644
index ab55f5e21fae2..0000000000000
Binary files a/blockchains/arbitrum/assets/0xf97f4df75117a78c1A5a0DBb814Af92458539FB4/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xfEb4DfC8C4Cf7Ed305bb08065D08eC6ee6728429/info.json b/blockchains/arbitrum/assets/0xfEb4DfC8C4Cf7Ed305bb08065D08eC6ee6728429/info.json
deleted file mode 100644
index 5ae623aaa0604..0000000000000
--- a/blockchains/arbitrum/assets/0xfEb4DfC8C4Cf7Ed305bb08065D08eC6ee6728429/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "PAX Gold",
- "symbol": "PAXG",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xfEb4DfC8C4Cf7Ed305bb08065D08eC6ee6728429"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xfEb4DfC8C4Cf7Ed305bb08065D08eC6ee6728429/logo.png b/blockchains/arbitrum/assets/0xfEb4DfC8C4Cf7Ed305bb08065D08eC6ee6728429/logo.png
deleted file mode 100644
index 6838aa9c70983..0000000000000
Binary files a/blockchains/arbitrum/assets/0xfEb4DfC8C4Cf7Ed305bb08065D08eC6ee6728429/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a/info.json b/blockchains/arbitrum/assets/0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a/info.json
deleted file mode 100644
index a43379acb0031..0000000000000
--- a/blockchains/arbitrum/assets/0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "GMX",
- "type": "ARBITRUM",
- "symbol": "GMX",
- "decimals": 18,
- "website": "https://gmx.io/",
- "description": "GMX is a decentralized spot and perpetual exchange that supports low swap fees and zero price impact trades.",
- "explorer": "https://arbiscan.io/token/0xfc5a1a6eb076a2c7ad06ed22c90d7e710e35ad0a",
- "status": "active",
- "id": "0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/gmx/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/gmx/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/GMX_IO"
- },
- {
- "name": "telegram",
- "url": "https://t.me/GMX_IO"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a/logo.png b/blockchains/arbitrum/assets/0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a/logo.png
deleted file mode 100644
index 1e964f0a84e34..0000000000000
Binary files a/blockchains/arbitrum/assets/0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/assets/0xfeA31d704DEb0975dA8e77Bf13E04239e70d7c28/info.json b/blockchains/arbitrum/assets/0xfeA31d704DEb0975dA8e77Bf13E04239e70d7c28/info.json
deleted file mode 100644
index 32aa608ba3dc8..0000000000000
--- a/blockchains/arbitrum/assets/0xfeA31d704DEb0975dA8e77Bf13E04239e70d7c28/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Ethereum Name Service",
- "symbol": "ENS",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xfeA31d704DEb0975dA8e77Bf13E04239e70d7c28"
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/assets/0xfeA31d704DEb0975dA8e77Bf13E04239e70d7c28/logo.png b/blockchains/arbitrum/assets/0xfeA31d704DEb0975dA8e77Bf13E04239e70d7c28/logo.png
deleted file mode 100644
index 8507ae1a8d9d5..0000000000000
Binary files a/blockchains/arbitrum/assets/0xfeA31d704DEb0975dA8e77Bf13E04239e70d7c28/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/info/info.json b/blockchains/arbitrum/info/info.json
deleted file mode 100644
index 6f8e9fa49ac87..0000000000000
--- a/blockchains/arbitrum/info/info.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name": "Arbitrum",
- "website": "https://offchainlabs.com",
- "description": "Arbitrum is a Layer 2 cryptocurrency platform that makes smart contracts scalable, fast, and private",
- "explorer": "https://arbiscan.io",
- "research": "https://coinmarketcap.com/alexandria/article/what-is-arbitrum",
- "symbol": "ARETH",
- "rpc_url": "https://rpc.ankr.com/arbitrum",
- "coin_type": 9001,
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/arbitrum"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/arbitrum/info/logo.png b/blockchains/arbitrum/info/logo.png
deleted file mode 100644
index 284e78947e42f..0000000000000
Binary files a/blockchains/arbitrum/info/logo.png and /dev/null differ
diff --git a/blockchains/arbitrum/tokenlist-extended.json b/blockchains/arbitrum/tokenlist-extended.json
deleted file mode 100644
index 50e2de740408e..0000000000000
--- a/blockchains/arbitrum/tokenlist-extended.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Trust Wallet: Arbitrum",
- "logoURI": "https://trustwallet.com/assets/images/favicon.png",
- "timestamp": "2022-01-30T13:48:32.500787",
- "tokens": [
- ],
- "version": {
- "major": 6,
- "minor": 0,
- "patch": 0
- }
-}
diff --git a/blockchains/arbitrum/tokenlist.json b/blockchains/arbitrum/tokenlist.json
deleted file mode 100644
index 5d45603829714..0000000000000
--- a/blockchains/arbitrum/tokenlist.json
+++ /dev/null
@@ -1,72 +0,0 @@
-{
- "name": "Trust Wallet: Arbitrum List",
- "logoURI": "https://trustwallet.com/assets/images/favicon.png",
- "timestamp": "2022-01-27T14:33:26.183301",
- "tokens": [
- {
- "asset": "c10042221_t0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
- "type": "ARBITRUM",
- "address": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
- "name": "Wrapped Ether",
- "symbol": "WETH",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/arbitrum/assets/0x82aF49447D8a07e3bd95BD0d56f35241523fBab1/logo.png",
- "pairs": []
- },
- {
- "asset": "c10042221_t0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
- "type": "ARBITRUM",
- "address": "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
- "name": "USD Coin (Arb1)",
- "symbol": "USDC",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/arbitrum/assets/0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8/logo.png",
- "pairs": []
- },
- {
- "asset": "c10042221_t0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
- "type": "ARBITRUM",
- "address": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
- "name": "Dai Stablecoin",
- "symbol": "DAI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/arbitrum/assets/0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1/logo.png",
- "pairs": []
- },
- {
- "asset": "c10042221_t0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
- "type": "ARBITRUM",
- "address": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
- "name": "Tether USD",
- "symbol": "USDT",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/arbitrum/assets/0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9/logo.png",
- "pairs": []
- },
- {
- "asset": "c10042221_t0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a",
- "type": "ARBITRUM",
- "address": "0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a",
- "name": "GMX",
- "symbol": "GMX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/arbitrum/assets/0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a/logo.png",
- "pairs": []
- },
- {
- "asset": "c10042221_t0x9623063377AD1B27544C965cCd7342f7EA7e88C7",
- "type": "ARBITRUM",
- "address": "0x9623063377AD1B27544C965cCd7342f7EA7e88C7",
- "name": "The Graph",
- "symbol": "GRT",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/arbitrum/assets/0x9623063377AD1B27544C965cCd7342f7EA7e88C7/logo.png",
- "pairs": []
- }
- ],
- "version": {
- "major": 1,
- "minor": 0,
- "patch": 0
- }
-}
diff --git a/blockchains/arbitrumgoerli/info/info.json b/blockchains/arbitrumgoerli/info/info.json
deleted file mode 100644
index d2b0f4cd5e934..0000000000000
--- a/blockchains/arbitrumgoerli/info/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "Arbitrum Goerli Testnet",
- "website": "https://goerlifaucet.com",
- "description": "The Alchemy Goerli faucet is free, fast, and does not require authentication, though you can optionally login to Alchemy to get an increased drip.",
- "explorer": "https://goerli.arbiscan.io/",
- "research": "https://goerli.net/#about",
- "symbol": "AGOR",
- "rpc_url": "https://goerli-rollup.arbitrum.io/rpc",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/community/search/top/goerli-eth/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/arbitrumgoerli/info/logo.png b/blockchains/arbitrumgoerli/info/logo.png
deleted file mode 100644
index ad463789d50b7..0000000000000
Binary files a/blockchains/arbitrumgoerli/info/logo.png and /dev/null differ
diff --git a/blockchains/ark/info/info.json b/blockchains/ark/info/info.json
deleted file mode 100644
index d12b07736a5db..0000000000000
--- a/blockchains/ark/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Ark",
- "website": "http://ark.io/",
- "description": "ARK provides users, developers, and startups with innovative blockchain technologies. Aim to create an entire ecosystem of linked chains and a virtual spiderweb of endless use-cases that make ARK highly flexible, adaptable, and scalable.",
- "explorer": "https://explorer.ark.io",
- "research": "https://research.binance.com/en/projects/ark",
- "symbol": "ARK",
- "type": "coin",
- "decimals": 8,
- "status": "abandoned",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ArkEcosystem"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ArkEcosystem"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/ArkEcosystem"
- },
- {
- "name": "whitepaper",
- "url": "https://ark.io/Whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ark/info/logo.png b/blockchains/ark/info/logo.png
deleted file mode 100644
index 3baeccccd8e97..0000000000000
Binary files a/blockchains/ark/info/logo.png and /dev/null differ
diff --git a/blockchains/aryacoin/info/info.json b/blockchains/aryacoin/info/info.json
deleted file mode 100644
index eaa0dde3436eb..0000000000000
--- a/blockchains/aryacoin/info/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Aryacoin",
- "website": "https://aryacoin.io",
- "description": "Aryacoin is a new age cryptocurrency, which withholds the original principle on which the concept of cryptocurrency was established",
- "explorer": "https://explorer2.aryacoin.io",
- "research": "",
- "symbol": "AYA",
- "type": "coin",
- "decimals": 8,
- "status": "abandoned",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Aryacoin/Aryacoin"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/AryacoinAYA"
- },
- {
- "name": "whitepaper",
- "url": "https://aryacoin.io/Aryacoin.html"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/aryacoin/info/logo.png b/blockchains/aryacoin/info/logo.png
deleted file mode 100644
index 215eb956773ed..0000000000000
Binary files a/blockchains/aryacoin/info/logo.png and /dev/null differ
diff --git a/blockchains/aurora/assets/0x7faA64Faf54750a2E3eE621166635fEAF406Ab22/info.json b/blockchains/aurora/assets/0x7faA64Faf54750a2E3eE621166635fEAF406Ab22/info.json
deleted file mode 100644
index 813ea28f0ad6f..0000000000000
--- a/blockchains/aurora/assets/0x7faA64Faf54750a2E3eE621166635fEAF406Ab22/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "WannaSwap",
- "type": "AURORA",
- "symbol": "WANNA",
- "decimals": 18,
- "description": "The WannaSwap team has been formed and planed to build a DEX with the goal of becoming a liquidity hub on Near's Aurora EVM.",
- "website": "https://wannaswap.finance/",
- "explorer": "https://aurorascan.dev/address/0x7faa64faf54750a2e3ee621166635feaf406ab22",
- "status": "active",
- "id": "0x7faA64Faf54750a2E3eE621166635fEAF406Ab22",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/wannaswapamm"
- },
- {
- "name": "github",
- "url": "https://github.com/wannaswap"
- },
- {
- "name": "telegram",
- "url": "https://t.me/wannaswap"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/aurora/assets/0x7faA64Faf54750a2E3eE621166635fEAF406Ab22/logo.png b/blockchains/aurora/assets/0x7faA64Faf54750a2E3eE621166635fEAF406Ab22/logo.png
deleted file mode 100644
index 12008356b2c0b..0000000000000
Binary files a/blockchains/aurora/assets/0x7faA64Faf54750a2E3eE621166635fEAF406Ab22/logo.png and /dev/null differ
diff --git a/blockchains/aurora/assets/0x8BEc47865aDe3B172A928df8f990Bc7f2A3b9f79/info.json b/blockchains/aurora/assets/0x8BEc47865aDe3B172A928df8f990Bc7f2A3b9f79/info.json
deleted file mode 100644
index e77b553601a89..0000000000000
--- a/blockchains/aurora/assets/0x8BEc47865aDe3B172A928df8f990Bc7f2A3b9f79/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Aurora",
- "type": "AURORA",
- "symbol": "AURORA",
- "decimals": 18,
- "description": "AURORA token is a governance token to ensure proper upgrades to the protocol. Aurora is governed by AuroraDAO which includes representatives from different ecosystems and sectors of the blockchain industry.",
- "website": "https://aurora.dev/",
- "explorer": "https://aurorascan.dev/address/0x8bec47865ade3b172a928df8f990bc7f2a3b9f79",
- "status": "active",
- "id": "0x8BEc47865aDe3B172A928df8f990Bc7f2A3b9f79",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/auroraisnear"
- },
- {
- "name": "github",
- "url": "https://github.com/aurora-is-near"
- },
- {
- "name": "telegram",
- "url": "https://t.me/auroraisnear"
- }
- ],
- "tags": [
- "governance"
- ]
-}
diff --git a/blockchains/aurora/assets/0x8BEc47865aDe3B172A928df8f990Bc7f2A3b9f79/logo.png b/blockchains/aurora/assets/0x8BEc47865aDe3B172A928df8f990Bc7f2A3b9f79/logo.png
deleted file mode 100644
index 21df1e53ca4fe..0000000000000
Binary files a/blockchains/aurora/assets/0x8BEc47865aDe3B172A928df8f990Bc7f2A3b9f79/logo.png and /dev/null differ
diff --git a/blockchains/aurora/info/info.json b/blockchains/aurora/info/info.json
deleted file mode 100644
index 8c83c6b4cf0cc..0000000000000
--- a/blockchains/aurora/info/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "Aurora",
- "website": "https://aurora.dev",
- "description": "Aurora provides Ethereum compatibility, NEAR Protocol scalability, and industry-first user experience through affordable transactions.",
- "explorer": "https://explorer.mainnet.aurora.dev/",
- "research": "",
- "symbol": "ETH",
- "type": "coin",
- "decimals": 18,
- "rpc_url": "https://mainnet.aurora.dev",
- "status": "active",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/auroraisnear"
- }
- ]
-}
diff --git a/blockchains/aurora/info/logo.png b/blockchains/aurora/info/logo.png
deleted file mode 100644
index 21df1e53ca4fe..0000000000000
Binary files a/blockchains/aurora/info/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x02D980A0D7AF3fb7Cf7Df8cB35d9eDBCF355f665/info.json b/blockchains/avalanchec/assets/0x02D980A0D7AF3fb7Cf7Df8cB35d9eDBCF355f665/info.json
deleted file mode 100644
index d60f394bdfa4c..0000000000000
--- a/blockchains/avalanchec/assets/0x02D980A0D7AF3fb7Cf7Df8cB35d9eDBCF355f665/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "SHIBA INU",
- "symbol": "SHIB.e",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "The Avalanche Bridge Wrapped SHIBA INU. SHIBA INU is a 100% decentralized community experiment with it claims that 1/2 the tokens have been sent to Vitalik and the other half were locked to a Uniswap pool and the keys burned.",
- "website": "https://shibatoken.com/",
- "explorer": "https://snowtrace.io/token/0x02D980A0D7AF3fb7Cf7Df8cB35d9eDBCF355f665",
- "status": "active",
- "id": "0x02D980A0D7AF3fb7Cf7Df8cB35d9eDBCF355f665",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/shiba-inu/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/shiba-inu/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/shibainuthedogecoinkiller"
- }
- ],
- "tags": [
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x02D980A0D7AF3fb7Cf7Df8cB35d9eDBCF355f665/logo.png b/blockchains/avalanchec/assets/0x02D980A0D7AF3fb7Cf7Df8cB35d9eDBCF355f665/logo.png
deleted file mode 100644
index 2bb8d92da94ce..0000000000000
Binary files a/blockchains/avalanchec/assets/0x02D980A0D7AF3fb7Cf7Df8cB35d9eDBCF355f665/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x0950Fc1AD509358dAeaD5eB8020a3c7d8b43b9DA/info.json b/blockchains/avalanchec/assets/0x0950Fc1AD509358dAeaD5eB8020a3c7d8b43b9DA/info.json
deleted file mode 100644
index 74a6bad960762..0000000000000
--- a/blockchains/avalanchec/assets/0x0950Fc1AD509358dAeaD5eB8020a3c7d8b43b9DA/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "USD Coin (Portal from Solana)",
- "symbol": "USDCso",
- "type": "AVALANCHE",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.circle.com/en/usdc",
- "explorer": "https://snowtrace.io/token/0x0950Fc1AD509358dAeaD5eB8020a3c7d8b43b9DA",
- "status": "active",
- "id": "0x0950Fc1AD509358dAeaD5eB8020a3c7d8b43b9DA",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x0950Fc1AD509358dAeaD5eB8020a3c7d8b43b9DA/logo.png b/blockchains/avalanchec/assets/0x0950Fc1AD509358dAeaD5eB8020a3c7d8b43b9DA/logo.png
deleted file mode 100644
index c9ca83078881a..0000000000000
Binary files a/blockchains/avalanchec/assets/0x0950Fc1AD509358dAeaD5eB8020a3c7d8b43b9DA/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x12AF5C1a232675f62F405b5812A80e7a6F75D746/info.json b/blockchains/avalanchec/assets/0x12AF5C1a232675f62F405b5812A80e7a6F75D746/info.json
deleted file mode 100644
index e25da56e9475f..0000000000000
--- a/blockchains/avalanchec/assets/0x12AF5C1a232675f62F405b5812A80e7a6F75D746/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "ROSE (Portal)",
- "symbol": "ROSE",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://oasisprotocol.org/",
- "explorer": "https://snowtrace.io/token/0x12AF5C1a232675f62F405b5812A80e7a6F75D746",
- "status": "active",
- "id": "0x12AF5C1a232675f62F405b5812A80e7a6F75D746",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x12AF5C1a232675f62F405b5812A80e7a6F75D746/logo.png b/blockchains/avalanchec/assets/0x12AF5C1a232675f62F405b5812A80e7a6F75D746/logo.png
deleted file mode 100644
index 32179bc3c3aad..0000000000000
Binary files a/blockchains/avalanchec/assets/0x12AF5C1a232675f62F405b5812A80e7a6F75D746/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x19860CCB0A68fd4213aB9D8266F7bBf05A8dDe98/info.json b/blockchains/avalanchec/assets/0x19860CCB0A68fd4213aB9D8266F7bBf05A8dDe98/info.json
deleted file mode 100644
index c98169a5987ca..0000000000000
--- a/blockchains/avalanchec/assets/0x19860CCB0A68fd4213aB9D8266F7bBf05A8dDe98/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Binance USD",
- "symbol": "BUSD.e",
- "type": "AVALANCHE",
- "decimals": 6,
- "description": "The Avalanche Bridge Wrapped Binance USD. BUSD is a dollar-backed stablecoin issued and custodied by Paxos Trust Company, and regulated by the New York State Department of Financial Services. BUSD is available directly for sale 1:1 with USD on Paxos.com and will be listed for trading on Binance.",
- "website": "http://www.paxos.com/busd",
- "explorer": "https://snowtrace.io/token/0x19860CCB0A68fd4213aB9D8266F7bBf05A8dDe98",
- "status": "active",
- "id": "0x19860CCB0A68fd4213aB9D8266F7bBf05A8dDe98",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/PaxosGlobal"
- },
- {
- "name": "github",
- "url": "https://github.com/paxosglobal/busd-contract"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/binance-usd/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/binance-usd/"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x19860CCB0A68fd4213aB9D8266F7bBf05A8dDe98/logo.png b/blockchains/avalanchec/assets/0x19860CCB0A68fd4213aB9D8266F7bBf05A8dDe98/logo.png
deleted file mode 100644
index 76d02e370b6d6..0000000000000
Binary files a/blockchains/avalanchec/assets/0x19860CCB0A68fd4213aB9D8266F7bBf05A8dDe98/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB/info.json b/blockchains/avalanchec/assets/0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB/info.json
deleted file mode 100644
index c564e984177c7..0000000000000
--- a/blockchains/avalanchec/assets/0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "TrueUSD",
- "symbol": "TUSD",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "A regulated, exchange-independent stablecoin backed 1-for-1 with US Dollars.",
- "website": "https://trueusd.com/",
- "explorer": "https://snowtrace.io/token/0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB",
- "status": "active",
- "id": "0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/trueusd/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/true-usd/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/tusd_official"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB/logo.png b/blockchains/avalanchec/assets/0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB/logo.png
deleted file mode 100644
index 0ae677cd2bac8..0000000000000
Binary files a/blockchains/avalanchec/assets/0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x1f1E7c893855525b303f99bDF5c3c05Be09ca251/info.json b/blockchains/avalanchec/assets/0x1f1E7c893855525b303f99bDF5c3c05Be09ca251/info.json
deleted file mode 100644
index 2304efc483579..0000000000000
--- a/blockchains/avalanchec/assets/0x1f1E7c893855525b303f99bDF5c3c05Be09ca251/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Synapse",
- "website": "https://synapseprotocol.com/",
- "description": "Synapse is a cross-chain layer ∞ protocol powering interoperability between blockchains.",
- "explorer": "https://snowtrace.io/token/0x1f1e7c893855525b303f99bdf5c3c05be09ca251",
- "type": "AVALANCHE",
- "symbol": "SYN",
- "decimals": 18,
- "status": "active",
- "id": "0x1f1E7c893855525b303f99bDF5c3c05Be09ca251",
- "tags": [
- "nft"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/synapseprotocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/synapseprotocol"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/synapse-2/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x1f1E7c893855525b303f99bDF5c3c05Be09ca251/logo.png b/blockchains/avalanchec/assets/0x1f1E7c893855525b303f99bDF5c3c05Be09ca251/logo.png
deleted file mode 100644
index 577673c43c6a4..0000000000000
Binary files a/blockchains/avalanchec/assets/0x1f1E7c893855525b303f99bDF5c3c05Be09ca251/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x20CF1b6E9d856321ed4686877CF4538F2C84B4dE/info.json b/blockchains/avalanchec/assets/0x20CF1b6E9d856321ed4686877CF4538F2C84B4dE/info.json
deleted file mode 100644
index b0ec09919bd1f..0000000000000
--- a/blockchains/avalanchec/assets/0x20CF1b6E9d856321ed4686877CF4538F2C84B4dE/info.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "name": "Ankr Network",
- "type": "AVALANCHE",
- "symbol": "ANKR",
- "decimals": 18,
- "website": "https://ankr.com",
- "description": "Ankr is building an infrastructure platform and marketplace for Web3-stack deployment.",
- "explorer": "https://snowtrace.io/token/0x20cf1b6e9d856321ed4686877cf4538f2c84b4de",
- "status": "active",
- "id": "0x20CF1b6E9d856321ed4686877CF4538F2C84B4dE",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ankr"
- },
- {
- "name": "github",
- "url": "https://github.com/Ankr-network"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ankrnetwork"
- },
- {
- "name": "docs",
- "url": "https://ankr.com/docs/staking/overview/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Ankrofficial/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@AnkrOfficial"
- },
- {
- "name": "whitepaper",
- "url": "https://ankr.com/ankr-whitepaper-2.0.pdf"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/ankr"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ankr-network"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ankr-network"
- }
- ],
- "tags": [
- "staking"
- ]
-}
diff --git a/blockchains/avalanchec/assets/0x20CF1b6E9d856321ed4686877CF4538F2C84B4dE/logo.png b/blockchains/avalanchec/assets/0x20CF1b6E9d856321ed4686877CF4538F2C84B4dE/logo.png
deleted file mode 100644
index 1660741aaf752..0000000000000
Binary files a/blockchains/avalanchec/assets/0x20CF1b6E9d856321ed4686877CF4538F2C84B4dE/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x2147EFFF675e4A4eE1C2f918d181cDBd7a8E208f/info.json b/blockchains/avalanchec/assets/0x2147EFFF675e4A4eE1C2f918d181cDBd7a8E208f/info.json
deleted file mode 100644
index b60199258d51a..0000000000000
--- a/blockchains/avalanchec/assets/0x2147EFFF675e4A4eE1C2f918d181cDBd7a8E208f/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "AlphaToken",
- "symbol": "ALPHA.e",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Alpha Finance Lab is an ecosystem of DeFi products and focused on building an ecosystem of automated yield-maximizing Alpha products that interoperate to bring optimal alpha to users on a cross-chain level.",
- "website": "https://alphafinance.io/",
- "explorer": "https://snowtrace.io/token/0x2147EFFF675e4A4eE1C2f918d181cDBd7a8E208f",
- "status": "active",
- "id": "0x2147EFFF675e4A4eE1C2f918d181cDBd7a8E208f",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/alphafinancelab"
- },
- {
- "name": "telegram",
- "url": "https://t.me/AlphaFinanceLab"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/alpha-finance-lab/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/alpha-finance/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x2147EFFF675e4A4eE1C2f918d181cDBd7a8E208f/logo.png b/blockchains/avalanchec/assets/0x2147EFFF675e4A4eE1C2f918d181cDBd7a8E208f/logo.png
deleted file mode 100644
index ea505242ce276..0000000000000
Binary files a/blockchains/avalanchec/assets/0x2147EFFF675e4A4eE1C2f918d181cDBd7a8E208f/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x214DB107654fF987AD859F34125307783fC8e387/info.json b/blockchains/avalanchec/assets/0x214DB107654fF987AD859F34125307783fC8e387/info.json
deleted file mode 100644
index c846bc7ecfc70..0000000000000
--- a/blockchains/avalanchec/assets/0x214DB107654fF987AD859F34125307783fC8e387/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Frax Share",
- "symbol": "FXS",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "FXS is the value accrual and governance token of the entire Frax ecosystem. Frax is a fractional-algorithmic stablecoin protocol. It aims to provide a highly scalable, decentralized, algorithmic money in place of fixed-supply assets like BTC.",
- "website": "https://frax.finance/",
- "explorer": "https://snowtrace.io/token/0x214DB107654fF987AD859F34125307783fC8e387",
- "status": "active",
- "id": "0x214DB107654fF987AD859F34125307783fC8e387",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/fraxfinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/fraxfinance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/frax-share/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/frax-share/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x214DB107654fF987AD859F34125307783fC8e387/logo.png b/blockchains/avalanchec/assets/0x214DB107654fF987AD859F34125307783fC8e387/logo.png
deleted file mode 100644
index 5072baa5035ed..0000000000000
Binary files a/blockchains/avalanchec/assets/0x214DB107654fF987AD859F34125307783fC8e387/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/info.json b/blockchains/avalanchec/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/info.json
deleted file mode 100644
index e9c494b1582fc..0000000000000
--- a/blockchains/avalanchec/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/info.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "EverRise NFT Stakes",
- "symbol": "nftRISE",
- "type": "AVALANCHE",
- "decimals": 0,
- "description": "EverRise Staking NFTs are containers of Vote Escrowed (ve)EverRise weighted governance tokens. veRISE generates rewards from the auto-buyback with a market driven yield curve, based on the transaction volume of EverRise trades and veEverRise sales.",
- "website": "https://www.everrise.com/",
- "explorer": "https://snowtrace.io/token/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e",
- "status": "active",
- "id": "0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/everrise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/everriseofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/everriseofficial/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EverRise"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/everrise"
- },
- {
- "name": "github",
- "url": "https://github.com/everrise-ecosystem"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EverRiseToken"
- }
- ],
- "tags": [
- "defi",
- "staking",
- "nft",
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/logo.png b/blockchains/avalanchec/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/logo.png
deleted file mode 100644
index 4272c382f1522..0000000000000
Binary files a/blockchains/avalanchec/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x249848BeCA43aC405b8102Ec90Dd5F22CA513c06/info.json b/blockchains/avalanchec/assets/0x249848BeCA43aC405b8102Ec90Dd5F22CA513c06/info.json
deleted file mode 100644
index 20dbc08d76ed5..0000000000000
--- a/blockchains/avalanchec/assets/0x249848BeCA43aC405b8102Ec90Dd5F22CA513c06/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Curve DAO Token",
- "symbol": "CRV.e",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "CRV is a governance token on the Curve platform with time-weighted voting and value accrual mechanisms.",
- "website": "https://www.curve.fi/",
- "explorer": "https://snowtrace.io/token/0x249848BeCA43aC405b8102Ec90Dd5F22CA513c06",
- "status": "active",
- "id": "0x249848BeCA43aC405b8102Ec90Dd5F22CA513c06",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/curve-dao-token/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/curve-dao-token/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/CurveFinance"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x249848BeCA43aC405b8102Ec90Dd5F22CA513c06/logo.png b/blockchains/avalanchec/assets/0x249848BeCA43aC405b8102Ec90Dd5F22CA513c06/logo.png
deleted file mode 100644
index b820f250c2d3b..0000000000000
Binary files a/blockchains/avalanchec/assets/0x249848BeCA43aC405b8102Ec90Dd5F22CA513c06/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE/info.json b/blockchains/avalanchec/assets/0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE/info.json
deleted file mode 100644
index 1716d3ceaeda3..0000000000000
--- a/blockchains/avalanchec/assets/0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE/info.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- "name": "Staked AVAX",
- "symbol": "sAVAX",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Staked AVAX, sAVAX, represents each user's ownership of their staked AVAX position in BENQI Liquid Staking. The yield-bearing asset grants users the ability to remain liquid and participate within other DeFi applications such as AAVE, Trader Joe, Platypus and BENQI.",
- "website": "https://benqi.fi",
- "explorer": "https://snowtrace.io/token/0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE",
- "id": "0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE",
- "status": "active",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/BenqiFinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/BENQIFinance"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/BENQIFinance_Announcements"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/jyPAjZjwk6"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/benqi-liquid-staked-avax"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/benqi-liquid-staked-avax/markets"
- },
- {
- "name": "docs",
- "url": "https://docs.benqi.fi"
- },
- {
- "name": "medium",
- "url": "https://benqifinance.medium.com"
- },
- {
- "name": "github",
- "url": "https://github.com/Benqi-fi"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/BENQIfinance"
- }
- ],
- "tags": [
- "staking",
- "defi",
- "staking-native"
- ]
-}
diff --git a/blockchains/avalanchec/assets/0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE/logo.png b/blockchains/avalanchec/assets/0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE/logo.png
deleted file mode 100644
index 41058cf5fbdbd..0000000000000
Binary files a/blockchains/avalanchec/assets/0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x340fE1D898ECCAad394e2ba0fC1F93d27c7b717A/info.json b/blockchains/avalanchec/assets/0x340fE1D898ECCAad394e2ba0fC1F93d27c7b717A/info.json
deleted file mode 100644
index 104ff3b538945..0000000000000
--- a/blockchains/avalanchec/assets/0x340fE1D898ECCAad394e2ba0fC1F93d27c7b717A/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Orbs",
- "symbol": "ORBS",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Orbs is a public blockchain built for the needs of apps with millions of users, from SLAs to adjustable fee models to on-demand capacity.",
- "website": "https://www.orbs.com/",
- "explorer": "https://snowtrace.io/token/0x340fE1D898ECCAad394e2ba0fC1F93d27c7b717A",
- "status": "active",
- "id": "0x340fE1D898ECCAad394e2ba0fC1F93d27c7b717A",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/orbs_network"
- },
- {
- "name": "medium",
- "url": "https://medium.com/orbs-network"
- },
- {
- "name": "telegram",
- "url": "https://t.me/orbs_network"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/orbs/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/orbs/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x340fE1D898ECCAad394e2ba0fC1F93d27c7b717A/logo.png b/blockchains/avalanchec/assets/0x340fE1D898ECCAad394e2ba0fC1F93d27c7b717A/logo.png
deleted file mode 100644
index a9684ccf91ebd..0000000000000
Binary files a/blockchains/avalanchec/assets/0x340fE1D898ECCAad394e2ba0fC1F93d27c7b717A/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x37B608519F91f70F2EeB0e5Ed9AF4061722e4F76/info.json b/blockchains/avalanchec/assets/0x37B608519F91f70F2EeB0e5Ed9AF4061722e4F76/info.json
deleted file mode 100644
index f7eadc6c1d967..0000000000000
--- a/blockchains/avalanchec/assets/0x37B608519F91f70F2EeB0e5Ed9AF4061722e4F76/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "SushiToken",
- "symbol": "SUSHI.e",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Be a DeFi Chef with Sushi - Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform.",
- "website": "https://sushi.com/",
- "explorer": "https://snowtrace.io/token/0x37B608519F91f70F2EeB0e5Ed9AF4061722e4F76",
- "status": "active",
- "id": "0x37B608519F91f70F2EeB0e5Ed9AF4061722e4F76",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/sushiswap"
- },
- {
- "name": "medium",
- "url": "https://medium.com/sushiswap/"
- },
- {
- "name": "github",
- "url": "https://github.com/sushiswap"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/sushiswap/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/sushi/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x37B608519F91f70F2EeB0e5Ed9AF4061722e4F76/logo.png b/blockchains/avalanchec/assets/0x37B608519F91f70F2EeB0e5Ed9AF4061722e4F76/logo.png
deleted file mode 100644
index b1b9c8c095e79..0000000000000
Binary files a/blockchains/avalanchec/assets/0x37B608519F91f70F2EeB0e5Ed9AF4061722e4F76/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x39fC9e94Caeacb435842FADeDeCB783589F50f5f/info.json b/blockchains/avalanchec/assets/0x39fC9e94Caeacb435842FADeDeCB783589F50f5f/info.json
deleted file mode 100644
index 556cfa4f24131..0000000000000
--- a/blockchains/avalanchec/assets/0x39fC9e94Caeacb435842FADeDeCB783589F50f5f/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Kyber Network Crystal v2",
- "symbol": "KNC",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Kyber is a blockchain-based liquidity protocol that aggregates liquidity from a wide range of reserves, powering instant and secure token exchange in any decentralized application.",
- "website": "https://kyber.network/",
- "explorer": "https://snowtrace.io/token/0x39fC9e94Caeacb435842FADeDeCB783589F50f5f",
- "status": "active",
- "id": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/KyberNetwork"
- },
- {
- "name": "blog",
- "url": "https://blog.kyber.network/"
- },
- {
- "name": "github",
- "url": "https://github.com/KyberNetwork"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/kyber-network-crystal-v2/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/kyber-network-crystal/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x39fC9e94Caeacb435842FADeDeCB783589F50f5f/logo.png b/blockchains/avalanchec/assets/0x39fC9e94Caeacb435842FADeDeCB783589F50f5f/logo.png
deleted file mode 100644
index a9961dac9e977..0000000000000
Binary files a/blockchains/avalanchec/assets/0x39fC9e94Caeacb435842FADeDeCB783589F50f5f/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x3Bd2B1c7ED8D396dbb98DED3aEbb41350a5b2339/info.json b/blockchains/avalanchec/assets/0x3Bd2B1c7ED8D396dbb98DED3aEbb41350a5b2339/info.json
deleted file mode 100644
index 24162128e4dce..0000000000000
--- a/blockchains/avalanchec/assets/0x3Bd2B1c7ED8D396dbb98DED3aEbb41350a5b2339/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "UMA Voting Token v1",
- "symbol": "UMA.e",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "UMA is a decentralized financial contracts platform built to enable Universal Market Access.",
- "website": "https://umaproject.org/",
- "explorer": "https://snowtrace.io/token/0x3Bd2B1c7ED8D396dbb98DED3aEbb41350a5b2339",
- "status": "active",
- "id": "0x3Bd2B1c7ED8D396dbb98DED3aEbb41350a5b2339",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/umaprotocol/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/uma-project"
- },
- {
- "name": "github",
- "url": "https://github.com/UMAprotocol/protocol"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/uma/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/uma/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x3Bd2B1c7ED8D396dbb98DED3aEbb41350a5b2339/logo.png b/blockchains/avalanchec/assets/0x3Bd2B1c7ED8D396dbb98DED3aEbb41350a5b2339/logo.png
deleted file mode 100644
index 743d6a15fd677..0000000000000
Binary files a/blockchains/avalanchec/assets/0x3Bd2B1c7ED8D396dbb98DED3aEbb41350a5b2339/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x442F7f22b1EE2c842bEAFf52880d4573E9201158/info.json b/blockchains/avalanchec/assets/0x442F7f22b1EE2c842bEAFf52880d4573E9201158/info.json
deleted file mode 100644
index 058c2d2faeb37..0000000000000
--- a/blockchains/avalanchec/assets/0x442F7f22b1EE2c842bEAFf52880d4573E9201158/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Binance Coin (Portal)",
- "symbol": "BNB",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.binance.com/",
- "explorer": "https://snowtrace.io/token/0x442F7f22b1EE2c842bEAFf52880d4573E9201158",
- "status": "active",
- "id": "0x442F7f22b1EE2c842bEAFf52880d4573E9201158",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x442F7f22b1EE2c842bEAFf52880d4573E9201158/logo.png b/blockchains/avalanchec/assets/0x442F7f22b1EE2c842bEAFf52880d4573E9201158/logo.png
deleted file mode 100644
index 24a702d4390f2..0000000000000
Binary files a/blockchains/avalanchec/assets/0x442F7f22b1EE2c842bEAFf52880d4573E9201158/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x44c784266cf024a60e8acF2427b9857Ace194C5d/info.json b/blockchains/avalanchec/assets/0x44c784266cf024a60e8acF2427b9857Ace194C5d/info.json
deleted file mode 100644
index e312279f61da6..0000000000000
--- a/blockchains/avalanchec/assets/0x44c784266cf024a60e8acF2427b9857Ace194C5d/info.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "name": "Axelar",
- "symbol": "AXL",
- "type": "AVALANCHE",
- "decimals": 6,
- "description": "Axelar delivers secure cross-chain communication for Web3. Our infrastructure enables dApp users to interact with any asset or application, on any chain, with one click.",
- "website": "https://axelar.network/",
- "explorer": "https://snowtrace.io/token/0x44c784266cf024a60e8acF2427b9857Ace194C5d",
- "status": "active",
- "id": "0x44c784266cf024a60e8acF2427b9857Ace194C5d",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/axelarcore"
- },
- {
- "name": "github",
- "url": "https://github.com/axelarnetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/axelarcommunity"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/axelar"
- },
- {
- "name": "docs",
- "url": "https://docs.axelar.dev/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/aRZ3Ra6f7D"
- },
- {
- "name": "forum",
- "url": "https://community.axelar.network/"
- },
- {
- "name": "whitepaper",
- "url": "https://axelar.network/axelar_whitepaper.pdf"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/axelar"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@axelar-foundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/axelar/"
- },
- {
- "name": "blog",
- "url": "https://axelar.network/blog"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@Axelarcore"
- }
- ],
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x44c784266cf024a60e8acF2427b9857Ace194C5d/logo.png b/blockchains/avalanchec/assets/0x44c784266cf024a60e8acF2427b9857Ace194C5d/logo.png
deleted file mode 100644
index 6c156aba62660..0000000000000
Binary files a/blockchains/avalanchec/assets/0x44c784266cf024a60e8acF2427b9857Ace194C5d/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB/info.json b/blockchains/avalanchec/assets/0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB/info.json
deleted file mode 100644
index f16975204c810..0000000000000
--- a/blockchains/avalanchec/assets/0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB/info.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "name": "Wrapped Ether",
- "symbol": "WETH",
- "decimals": 18,
- "website": "https://weth.io/",
- "status": "active",
- "id": "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB"
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB/logo.png b/blockchains/avalanchec/assets/0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB/logo.png
deleted file mode 100644
index bf957d38c766d..0000000000000
Binary files a/blockchains/avalanchec/assets/0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x50b7545627a5162F82A992c33b87aDc75187B218/info.json b/blockchains/avalanchec/assets/0x50b7545627a5162F82A992c33b87aDc75187B218/info.json
deleted file mode 100644
index a322337f4ad50..0000000000000
--- a/blockchains/avalanchec/assets/0x50b7545627a5162F82A992c33b87aDc75187B218/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Wrapped BTC",
- "symbol": "WBTC.e",
- "type": "AVALANCHE",
- "decimals": 8,
- "description": "Wrapped Bitcoin is an ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.",
- "website": "https://www.wbtc.network/",
- "explorer": "https://snowtrace.io/token/0x50b7545627a5162F82A992c33b87aDc75187B218",
- "status": "active",
- "id": "0x50b7545627a5162F82A992c33b87aDc75187B218",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/wrapped-bitcoin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/wrapped-bitcoin/"
- }
- ],
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x50b7545627a5162F82A992c33b87aDc75187B218/logo.png b/blockchains/avalanchec/assets/0x50b7545627a5162F82A992c33b87aDc75187B218/logo.png
deleted file mode 100644
index 6aa8ad7873a9a..0000000000000
Binary files a/blockchains/avalanchec/assets/0x50b7545627a5162F82A992c33b87aDc75187B218/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x543672E9CBEC728CBBa9C3Ccd99ed80aC3607FA8/info.json b/blockchains/avalanchec/assets/0x543672E9CBEC728CBBa9C3Ccd99ed80aC3607FA8/info.json
deleted file mode 100644
index 6a8255b608ca6..0000000000000
--- a/blockchains/avalanchec/assets/0x543672E9CBEC728CBBa9C3Ccd99ed80aC3607FA8/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "USD Coin (PoS) (Portal from Polygon)",
- "symbol": "USDCpo",
- "type": "AVALANCHE",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.circle.com/en/usdc",
- "explorer": "https://snowtrace.io/token/0x543672E9CBEC728CBBa9C3Ccd99ed80aC3607FA8",
- "status": "active",
- "id": "0x543672E9CBEC728CBBa9C3Ccd99ed80aC3607FA8",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x543672E9CBEC728CBBa9C3Ccd99ed80aC3607FA8/logo.png b/blockchains/avalanchec/assets/0x543672E9CBEC728CBBa9C3Ccd99ed80aC3607FA8/logo.png
deleted file mode 100644
index 4e3f74d233943..0000000000000
Binary files a/blockchains/avalanchec/assets/0x543672E9CBEC728CBBa9C3Ccd99ed80aC3607FA8/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x57319d41F71E81F3c65F2a47CA4e001EbAFd4F33/info.json b/blockchains/avalanchec/assets/0x57319d41F71E81F3c65F2a47CA4e001EbAFd4F33/info.json
deleted file mode 100644
index a30e178f2eba7..0000000000000
--- a/blockchains/avalanchec/assets/0x57319d41F71E81F3c65F2a47CA4e001EbAFd4F33/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "JoeBar",
- "symbol": "xJOE",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "One-stop Decentralized Trading on Avalanche.",
- "website": "https://traderjoexyz.com/",
- "explorer": "https://snowtrace.io/token/0x57319d41F71E81F3c65F2a47CA4e001EbAFd4F33",
- "status": "abandoned",
- "id": "0x57319d41F71E81F3c65F2a47CA4e001EbAFd4F33",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/traderjoe_xyz"
- },
- {
- "name": "telegram",
- "url": "https://t.me/traderjoe_xyz"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/joe/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/joe/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x5947BB275c521040051D82396192181b413227A3/info.json b/blockchains/avalanchec/assets/0x5947BB275c521040051D82396192181b413227A3/info.json
deleted file mode 100644
index a84ab55ddf7bf..0000000000000
--- a/blockchains/avalanchec/assets/0x5947BB275c521040051D82396192181b413227A3/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Chainlink Token",
- "symbol": "LINK.e",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "A blockchain-based middleware, acting as a bridge between cryptocurrency smart contracts, data feeds, APIs and traditional bank account payments.",
- "website": "https://chain.link/",
- "explorer": "https://snowtrace.io/token/0x5947BB275c521040051D82396192181b413227A3",
- "status": "active",
- "id": "0x5947BB275c521040051D82396192181b413227A3",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/chainlink/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/chainlink/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/chainlinkofficial"
- }
- ],
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x5947BB275c521040051D82396192181b413227A3/logo.png b/blockchains/avalanchec/assets/0x5947BB275c521040051D82396192181b413227A3/logo.png
deleted file mode 100644
index ab55f5e21fae2..0000000000000
Binary files a/blockchains/avalanchec/assets/0x5947BB275c521040051D82396192181b413227A3/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x596fA47043f99A4e0F122243B841E55375cdE0d2/info.json b/blockchains/avalanchec/assets/0x596fA47043f99A4e0F122243B841E55375cdE0d2/info.json
deleted file mode 100644
index 1f9cf617fa180..0000000000000
--- a/blockchains/avalanchec/assets/0x596fA47043f99A4e0F122243B841E55375cdE0d2/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "ZRX",
- "symbol": "ZRX.e",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "0x is an open, permissionless protocol allowing for tokens to be traded on the Ethereum blockchain.",
- "website": "https://0x.org/",
- "explorer": "https://snowtrace.io/token/0x596fA47043f99A4e0F122243B841E55375cdE0d2",
- "status": "active",
- "id": "0x596fA47043f99A4e0F122243B841E55375cdE0d2",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/0xproject"
- },
- {
- "name": "blog",
- "url": "https://blog.0xproject.com/latest"
- },
- {
- "name": "discord",
- "url": "https://discord.com/d3FTX3M"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/0x/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/0x/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x596fA47043f99A4e0F122243B841E55375cdE0d2/logo.png b/blockchains/avalanchec/assets/0x596fA47043f99A4e0F122243B841E55375cdE0d2/logo.png
deleted file mode 100644
index f4fe2ab0b2b7b..0000000000000
Binary files a/blockchains/avalanchec/assets/0x596fA47043f99A4e0F122243B841E55375cdE0d2/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x5fC17416925789E0852FBFcd81c490ca4abc51F9/info.json b/blockchains/avalanchec/assets/0x5fC17416925789E0852FBFcd81c490ca4abc51F9/info.json
deleted file mode 100644
index bbef827650c7c..0000000000000
--- a/blockchains/avalanchec/assets/0x5fC17416925789E0852FBFcd81c490ca4abc51F9/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "inSure",
- "symbol": "SURE",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "inSure DeFi is a Decentralized Insurance Ecosystem, trusted by thousands of community members to protect their crypto portfolios from scams, exchange closures, and drastic devaluations.",
- "website": "https://insuretoken.net/",
- "explorer": "https://snowtrace.io/token/0x5fC17416925789E0852FBFcd81c490ca4abc51F9",
- "status": "active",
- "id": "0x5fC17416925789E0852FBFcd81c490ca4abc51F9",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/InsureToken"
- },
- {
- "name": "medium",
- "url": "https://insureteam.medium.com/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/insuretoken"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/insure/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/insure/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x5fC17416925789E0852FBFcd81c490ca4abc51F9/logo.png b/blockchains/avalanchec/assets/0x5fC17416925789E0852FBFcd81c490ca4abc51F9/logo.png
deleted file mode 100644
index fa4c09727aaac..0000000000000
Binary files a/blockchains/avalanchec/assets/0x5fC17416925789E0852FBFcd81c490ca4abc51F9/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x60781C2586D68229fde47564546784ab3fACA982/info.json b/blockchains/avalanchec/assets/0x60781C2586D68229fde47564546784ab3fACA982/info.json
deleted file mode 100644
index 8603b1b7186c4..0000000000000
--- a/blockchains/avalanchec/assets/0x60781C2586D68229fde47564546784ab3fACA982/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Pangolin",
- "symbol": "PNG",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "A community-driven decentralized exchange for Avalanche and Ethereum assets with fast settlement, low transaction fees, and a democratic distribution–powered by Avalanche",
- "website": "https://pangolin.exchange/",
- "explorer": "https://snowtrace.io/token/0x60781C2586D68229fde47564546784ab3fACA982",
- "research": "https://research.binance.com/en/projects/avalanche",
- "status": "active",
- "id": "0x60781C2586D68229fde47564546784ab3fACA982"
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x60781C2586D68229fde47564546784ab3fACA982/logo.png b/blockchains/avalanchec/assets/0x60781C2586D68229fde47564546784ab3fACA982/logo.png
deleted file mode 100644
index d1da905645b1b..0000000000000
Binary files a/blockchains/avalanchec/assets/0x60781C2586D68229fde47564546784ab3fACA982/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x6145E8a910aE937913426BF32De2b26039728ACF/info.json b/blockchains/avalanchec/assets/0x6145E8a910aE937913426BF32De2b26039728ACF/info.json
deleted file mode 100644
index fb1143f50eb36..0000000000000
--- a/blockchains/avalanchec/assets/0x6145E8a910aE937913426BF32De2b26039728ACF/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "USD Coin (Portal from BSC)",
- "symbol": "USDCbs",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.circle.com/en/usdc",
- "explorer": "https://snowtrace.io/token/0x6145E8a910aE937913426BF32De2b26039728ACF",
- "status": "active",
- "id": "0x6145E8a910aE937913426BF32De2b26039728ACF",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x6145E8a910aE937913426BF32De2b26039728ACF/logo.png b/blockchains/avalanchec/assets/0x6145E8a910aE937913426BF32De2b26039728ACF/logo.png
deleted file mode 100644
index 8ec55937f4dba..0000000000000
Binary files a/blockchains/avalanchec/assets/0x6145E8a910aE937913426BF32De2b26039728ACF/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x62edc0692BD897D2295872a9FFCac5425011c661/info.json b/blockchains/avalanchec/assets/0x62edc0692BD897D2295872a9FFCac5425011c661/info.json
deleted file mode 100644
index a4b5438a6ed9f..0000000000000
--- a/blockchains/avalanchec/assets/0x62edc0692BD897D2295872a9FFCac5425011c661/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "GMX",
- "type": "AVALANCHE",
- "symbol": "GMX",
- "decimals": 18,
- "website": "https://gmx.io/",
- "description": "GMX is a decentralized spot and perpetual exchange that supports low swap fees and zero price impact trades.",
- "explorer": "https://snowtrace.io/token/0x62edc0692BD897D2295872a9FFCac5425011c661",
- "status": "active",
- "id": "0x62edc0692BD897D2295872a9FFCac5425011c661",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/gmx/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/gmx/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/GMX_IO"
- },
- {
- "name": "telegram",
- "url": "https://t.me/GMX_IO"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x62edc0692BD897D2295872a9FFCac5425011c661/logo.png b/blockchains/avalanchec/assets/0x62edc0692BD897D2295872a9FFCac5425011c661/logo.png
deleted file mode 100644
index 1e964f0a84e34..0000000000000
Binary files a/blockchains/avalanchec/assets/0x62edc0692BD897D2295872a9FFCac5425011c661/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x63a72806098Bd3D9520cC43356dD78afe5D386D9/info.json b/blockchains/avalanchec/assets/0x63a72806098Bd3D9520cC43356dD78afe5D386D9/info.json
deleted file mode 100644
index 3ca7632ac597f..0000000000000
--- a/blockchains/avalanchec/assets/0x63a72806098Bd3D9520cC43356dD78afe5D386D9/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Aave Token",
- "symbol": "AAVE.e",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "The Avalanche Bridge Wrapped Aave Token. Aave is an Open Source and Non-Custodial protocol to earn interest on deposits & borrow assets. It also features access to highly innovative flash loans, which let developers borrow instantly and easily; no collateral needed.",
- "website": "https://aave.com/",
- "explorer": "https://snowtrace.io/token/0x63a72806098Bd3D9520cC43356dD78afe5D386D9",
- "status": "active",
- "id": "0x63a72806098Bd3D9520cC43356dD78afe5D386D9",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/aave/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/aave/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/AaveAave"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x63a72806098Bd3D9520cC43356dD78afe5D386D9/logo.png b/blockchains/avalanchec/assets/0x63a72806098Bd3D9520cC43356dD78afe5D386D9/logo.png
deleted file mode 100644
index 1e7cef36a8aaa..0000000000000
Binary files a/blockchains/avalanchec/assets/0x63a72806098Bd3D9520cC43356dD78afe5D386D9/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd/info.json b/blockchains/avalanchec/assets/0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd/info.json
deleted file mode 100644
index ccf4bf9688df6..0000000000000
--- a/blockchains/avalanchec/assets/0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "JOE",
- "symbol": "JOE",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "One-stop Decentralized Trading on Avalanche.",
- "website": "https://traderjoexyz.com/",
- "explorer": "https://snowtrace.io/token/0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd",
- "status": "active",
- "id": "0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/traderjoe_xyz"
- },
- {
- "name": "telegram",
- "url": "https://t.me/traderjoe_xyz"
- },
- {
- "name": "github",
- "url": "https://github.com/traderjoe-xyz/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd/logo.png b/blockchains/avalanchec/assets/0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd/logo.png
deleted file mode 100644
index 7cf47068565d6..0000000000000
Binary files a/blockchains/avalanchec/assets/0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x70928E5B188def72817b7775F0BF6325968e563B/info.json b/blockchains/avalanchec/assets/0x70928E5B188def72817b7775F0BF6325968e563B/info.json
deleted file mode 100644
index cd0f0a4f41d06..0000000000000
--- a/blockchains/avalanchec/assets/0x70928E5B188def72817b7775F0BF6325968e563B/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "LUNA (Portal)",
- "symbol": "LUNA",
- "type": "AVALANCHE",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://terra.money",
- "explorer": "https://snowtrace.io/token/0x70928E5B188def72817b7775F0BF6325968e563B",
- "status": "active",
- "id": "0x70928E5B188def72817b7775F0BF6325968e563B",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x70928E5B188def72817b7775F0BF6325968e563B/logo.png b/blockchains/avalanchec/assets/0x70928E5B188def72817b7775F0BF6325968e563B/logo.png
deleted file mode 100644
index 2a885151a2b72..0000000000000
Binary files a/blockchains/avalanchec/assets/0x70928E5B188def72817b7775F0BF6325968e563B/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x7b2B702706D9b361dfE3f00bD138C0CFDA7FB2Cf/info.json b/blockchains/avalanchec/assets/0x7b2B702706D9b361dfE3f00bD138C0CFDA7FB2Cf/info.json
deleted file mode 100644
index ef8d8071fca89..0000000000000
--- a/blockchains/avalanchec/assets/0x7b2B702706D9b361dfE3f00bD138C0CFDA7FB2Cf/info.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "name": "Pollen",
- "type": "AVALANCHE",
- "symbol": "PLN",
- "decimals": 18,
- "website": "https://pollen.id",
- "description": "Pollen is a crypto asset management suite that brings together the core principles of DeFi with collective intelligence.",
- "explorer": "https://snowtrace.io/token/0x7b2B702706D9b361dfE3f00bD138C0CFDA7FB2Cf",
- "status": "active",
- "id": "0x7b2B702706D9b361dfE3f00bD138C0CFDA7FB2Cf",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/PollenDeFi"
- },
- {
- "name": "github",
- "url": "https://github.com/PollenDeFi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/pollen_dao"
- },
- {
- "name": "medium",
- "url": "https://medium.com/pollen-defi"
- },
- {
- "name": "whitepaper",
- "url": "https://pollen.id/litepaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/pollen/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/pollen"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/KJzrVTU8RT"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x7b2B702706D9b361dfE3f00bD138C0CFDA7FB2Cf/logo.png b/blockchains/avalanchec/assets/0x7b2B702706D9b361dfE3f00bD138C0CFDA7FB2Cf/logo.png
deleted file mode 100644
index 84683b77288dd..0000000000000
Binary files a/blockchains/avalanchec/assets/0x7b2B702706D9b361dfE3f00bD138C0CFDA7FB2Cf/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x88128fd4b259552A9A1D457f435a6527AAb72d42/info.json b/blockchains/avalanchec/assets/0x88128fd4b259552A9A1D457f435a6527AAb72d42/info.json
deleted file mode 100644
index d4af20ba8d5b7..0000000000000
--- a/blockchains/avalanchec/assets/0x88128fd4b259552A9A1D457f435a6527AAb72d42/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Maker",
- "symbol": "MKR.e",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "The Avalanche Bridge Wrapped Maker. Maker is a Decentralized Autonomous Organization that creates and insures the dai stablecoin on the Ethereum blockchain.",
- "website": "https://makerdao.com/",
- "explorer": "https://snowtrace.io/token/0x88128fd4b259552A9A1D457f435a6527AAb72d42",
- "status": "active",
- "id": "0x88128fd4b259552A9A1D457f435a6527AAb72d42",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/maker/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/maker/"
- },
- {
- "name": "whitepaper",
- "url": "https://makerdao.com/assets/documents/purple.pdf"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x88128fd4b259552A9A1D457f435a6527AAb72d42/logo.png b/blockchains/avalanchec/assets/0x88128fd4b259552A9A1D457f435a6527AAb72d42/logo.png
deleted file mode 100644
index 903f096950bdb..0000000000000
Binary files a/blockchains/avalanchec/assets/0x88128fd4b259552A9A1D457f435a6527AAb72d42/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x8a0cAc13c7da965a312f08ea4229c37869e85cB9/info.json b/blockchains/avalanchec/assets/0x8a0cAc13c7da965a312f08ea4229c37869e85cB9/info.json
deleted file mode 100644
index 96cf171b0b214..0000000000000
--- a/blockchains/avalanchec/assets/0x8a0cAc13c7da965a312f08ea4229c37869e85cB9/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Graph Token",
- "symbol": "GRT.e",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "The Graph is an indexing protocol and global API for organizing blockchain data and making it easily accessible with GraphQL.",
- "website": "https://thegraph.com/",
- "explorer": "https://snowtrace.io/token/0x8a0cAc13c7da965a312f08ea4229c37869e85cB9",
- "status": "active",
- "id": "0x8a0cAc13c7da965a312f08ea4229c37869e85cB9",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/the-graph/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/the-graph/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/graphprotocol"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x8a0cAc13c7da965a312f08ea4229c37869e85cB9/logo.png b/blockchains/avalanchec/assets/0x8a0cAc13c7da965a312f08ea4229c37869e85cB9/logo.png
deleted file mode 100644
index 0552c7bce924d..0000000000000
Binary files a/blockchains/avalanchec/assets/0x8a0cAc13c7da965a312f08ea4229c37869e85cB9/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x8b82A291F83ca07Af22120ABa21632088fC92931/info.json b/blockchains/avalanchec/assets/0x8b82A291F83ca07Af22120ABa21632088fC92931/info.json
deleted file mode 100644
index 90b908d0e19e1..0000000000000
--- a/blockchains/avalanchec/assets/0x8b82A291F83ca07Af22120ABa21632088fC92931/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Ether (Portal)",
- "symbol": "ETH",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://ethereum.org/en/",
- "explorer": "https://snowtrace.io/token/0x8b82A291F83ca07Af22120ABa21632088fC92931",
- "status": "active",
- "id": "0x8b82A291F83ca07Af22120ABa21632088fC92931",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x8b82A291F83ca07Af22120ABa21632088fC92931/logo.png b/blockchains/avalanchec/assets/0x8b82A291F83ca07Af22120ABa21632088fC92931/logo.png
deleted file mode 100644
index 2d99a939536c4..0000000000000
Binary files a/blockchains/avalanchec/assets/0x8b82A291F83ca07Af22120ABa21632088fC92931/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580/info.json b/blockchains/avalanchec/assets/0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580/info.json
deleted file mode 100644
index 01563a4d24c76..0000000000000
--- a/blockchains/avalanchec/assets/0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Uniswap",
- "symbol": "UNI.e",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "The Avalanche Bridge Wrapped Uniswap. Unwrapped Etherscan ERC20 Desc Below:UNI token served as governance token for Uniswap protocol with 1 billion UNI have been minted at genesis. 60% of the UNI genesis supply is allocated to Uniswap community members and remaining for team, investors and advisors.",
- "website": "https://uniswap.org/",
- "explorer": "https://snowtrace.io/token/0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580",
- "status": "active",
- "id": "0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/uniswap/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/uniswap/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/uniswap/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580/logo.png b/blockchains/avalanchec/assets/0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580/logo.png
deleted file mode 100644
index 893ef55cb23c0..0000000000000
Binary files a/blockchains/avalanchec/assets/0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17/info.json b/blockchains/avalanchec/assets/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17/info.json
deleted file mode 100644
index 802fbef4b3e18..0000000000000
--- a/blockchains/avalanchec/assets/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17/info.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "Dypius",
- "type": "AVALANCHE",
- "symbol": "DYP",
- "decimals": 18,
- "website": "https://www.dypius.com/",
- "description": "Dypius is a powerful, decentralized ecosystem with a focus on scalability, security, and global adoption through next-gen infrastructure. We offer a variety of products and services that cater to both beginners and advanced users in the crypto space including DeFi solutions, analytical tools, NFTs, Metaverse and more!",
- "explorer": "https://snowtrace.io/token/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17",
- "status": "active",
- "id": "0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/dypfinance"
- },
- {
- "name": "github",
- "url": "https://github.com/dypfinance/"
- },
- {
- "name": "medium",
- "url": "https://dypfinance.medium.com/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/defi-yield-protocol/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/dypius"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/dypcaws"
- },
- {
- "name": "whitepaper",
- "url": "https://drive.google.com/drive/folders/1PprliiDlNB6Cx-35eaEun-gmjk0-a1O4"
- }
- ],
- "tags": [
- "governance",
- "nft",
- "defi",
- "staking-native"
- ]
-}
diff --git a/blockchains/avalanchec/assets/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17/logo.png b/blockchains/avalanchec/assets/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17/logo.png
deleted file mode 100644
index 129342cfae435..0000000000000
Binary files a/blockchains/avalanchec/assets/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7/info.json b/blockchains/avalanchec/assets/0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7/info.json
deleted file mode 100644
index 76efb20dff6b2..0000000000000
--- a/blockchains/avalanchec/assets/0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "TetherToken",
- "symbol": "USDt",
- "type": "AVALANCHE",
- "decimals": 6,
- "description": "Tether gives you the joint benefits of open blockchain technology and traditional currency by converting your cash into a stable digital currency equivalent.",
- "website": "https://tether.to/",
- "explorer": "https://snowtrace.io/token/0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
- "status": "active",
- "id": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Tether_to"
- },
- {
- "name": "whitepaper",
- "url": "https://tether.to/wp-content/uploads/2016/06/TetherWhitePaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/tether/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/tether/"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7/logo.png b/blockchains/avalanchec/assets/0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7/logo.png
deleted file mode 100644
index d440f6c383022..0000000000000
Binary files a/blockchains/avalanchec/assets/0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x98443B96EA4b0858FDF3219Cd13e98C7A4690588/info.json b/blockchains/avalanchec/assets/0x98443B96EA4b0858FDF3219Cd13e98C7A4690588/info.json
deleted file mode 100644
index 496ead8498ed6..0000000000000
--- a/blockchains/avalanchec/assets/0x98443B96EA4b0858FDF3219Cd13e98C7A4690588/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Basic Attention Token",
- "symbol": "BAT.e",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "The Avalanche Bridge Wrapped BAT. The Basic Attention Token is the new token for the digital advertising industry.",
- "website": "https://basicattentiontoken.org/",
- "explorer": "https://snowtrace.io/token/0x98443B96EA4b0858FDF3219Cd13e98C7A4690588",
- "status": "active",
- "id": "0x98443B96EA4b0858FDF3219Cd13e98C7A4690588",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/basic-attention-token/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/basic-attention-token/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/@attentiontoken"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x98443B96EA4b0858FDF3219Cd13e98C7A4690588/logo.png b/blockchains/avalanchec/assets/0x98443B96EA4b0858FDF3219Cd13e98C7A4690588/logo.png
deleted file mode 100644
index e30c1e59f4974..0000000000000
Binary files a/blockchains/avalanchec/assets/0x98443B96EA4b0858FDF3219Cd13e98C7A4690588/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x98a4d09036Cc5337810096b1D004109686E56Afc/info.json b/blockchains/avalanchec/assets/0x98a4d09036Cc5337810096b1D004109686E56Afc/info.json
deleted file mode 100644
index 9a2a0486fc453..0000000000000
--- a/blockchains/avalanchec/assets/0x98a4d09036Cc5337810096b1D004109686E56Afc/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "PancakeSwap Token (Portal)",
- "symbol": "CAKE",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://pancakeswap.finance/",
- "explorer": "https://snowtrace.io/token/0x98a4d09036Cc5337810096b1D004109686E56Afc",
- "status": "active",
- "id": "0x98a4d09036Cc5337810096b1D004109686E56Afc",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x98a4d09036Cc5337810096b1D004109686E56Afc/logo.png b/blockchains/avalanchec/assets/0x98a4d09036Cc5337810096b1D004109686E56Afc/logo.png
deleted file mode 100644
index cb6457e6b173d..0000000000000
Binary files a/blockchains/avalanchec/assets/0x98a4d09036Cc5337810096b1D004109686E56Afc/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc/info.json b/blockchains/avalanchec/assets/0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc/info.json
deleted file mode 100644
index da05b0b1539bc..0000000000000
--- a/blockchains/avalanchec/assets/0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "yearn.finance",
- "symbol": "YFI.e",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "DeFi made simple.",
- "website": "https://yearn.finance/",
- "explorer": "https://snowtrace.io/token/0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc",
- "status": "active",
- "id": "0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/iearnfinance"
- },
- {
- "name": "medium",
- "url": "https://medium.com/iearn"
- },
- {
- "name": "telegram",
- "url": "https://t.me/iearnfinance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/yearn-finance/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/yearn-finance/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc/logo.png b/blockchains/avalanchec/assets/0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc/logo.png
deleted file mode 100644
index 8f06d5eb88f5d..0000000000000
Binary files a/blockchains/avalanchec/assets/0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xA41a6c7E25DdD361343e8Cb8cFa579bbE5eEdb7a/info.json b/blockchains/avalanchec/assets/0xA41a6c7E25DdD361343e8Cb8cFa579bbE5eEdb7a/info.json
deleted file mode 100644
index 5d5c15886fec6..0000000000000
--- a/blockchains/avalanchec/assets/0xA41a6c7E25DdD361343e8Cb8cFa579bbE5eEdb7a/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Binance USD (Portal from BSC)",
- "symbol": "BUSDbs",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.paxos.com/busd/",
- "explorer": "https://snowtrace.io/token/0xA41a6c7E25DdD361343e8Cb8cFa579bbE5eEdb7a",
- "status": "active",
- "id": "0xA41a6c7E25DdD361343e8Cb8cFa579bbE5eEdb7a",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xA41a6c7E25DdD361343e8Cb8cFa579bbE5eEdb7a/logo.png b/blockchains/avalanchec/assets/0xA41a6c7E25DdD361343e8Cb8cFa579bbE5eEdb7a/logo.png
deleted file mode 100644
index 58b66f7e91e64..0000000000000
Binary files a/blockchains/avalanchec/assets/0xA41a6c7E25DdD361343e8Cb8cFa579bbE5eEdb7a/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xA67BCC0D06d7d13A13A2AE30bF30f1B434f5a28B/info.json b/blockchains/avalanchec/assets/0xA67BCC0D06d7d13A13A2AE30bF30f1B434f5a28B/info.json
deleted file mode 100644
index 1daf409ca9992..0000000000000
--- a/blockchains/avalanchec/assets/0xA67BCC0D06d7d13A13A2AE30bF30f1B434f5a28B/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Tether USD (Portal from BSC)",
- "symbol": "USDTbs",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://tether.to/",
- "explorer": "https://snowtrace.io/token/0xA67BCC0D06d7d13A13A2AE30bF30f1B434f5a28B",
- "status": "active",
- "id": "0xA67BCC0D06d7d13A13A2AE30bF30f1B434f5a28B",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xA67BCC0D06d7d13A13A2AE30bF30f1B434f5a28B/logo.png b/blockchains/avalanchec/assets/0xA67BCC0D06d7d13A13A2AE30bF30f1B434f5a28B/logo.png
deleted file mode 100644
index 498219815a122..0000000000000
Binary files a/blockchains/avalanchec/assets/0xA67BCC0D06d7d13A13A2AE30bF30f1B434f5a28B/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664/info.json b/blockchains/avalanchec/assets/0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664/info.json
deleted file mode 100644
index cea32c4733e1d..0000000000000
--- a/blockchains/avalanchec/assets/0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "USD Coin",
- "symbol": "USDC.e",
- "type": "AVALANCHE",
- "decimals": 6,
- "description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
- "website": "https://www.centre.io/",
- "explorer": "https://snowtrace.io/token/0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664",
- "status": "active",
- "id": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/centre_io"
- },
- {
- "name": "whitepaper",
- "url": "https://f.hubspotusercontent30.net/hubfs/9304636/PDF/centre-whitepaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/usd-coin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/usd-coin/"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664/logo.png b/blockchains/avalanchec/assets/0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664/logo.png
deleted file mode 100644
index f3ff8bea2c5a3..0000000000000
Binary files a/blockchains/avalanchec/assets/0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xB0a6e056B587D0a85640b39b1cB44086F7a26A1E/info.json b/blockchains/avalanchec/assets/0xB0a6e056B587D0a85640b39b1cB44086F7a26A1E/info.json
deleted file mode 100644
index cf441bd13edfc..0000000000000
--- a/blockchains/avalanchec/assets/0xB0a6e056B587D0a85640b39b1cB44086F7a26A1E/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Oddz",
- "symbol": "ODDZ",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Multi-chain Derivatives Trading Protocol.",
- "website": "https://www.oddz.fi/",
- "explorer": "https://snowtrace.io/token/0xB0a6e056B587D0a85640b39b1cB44086F7a26A1E",
- "status": "active",
- "id": "0xB0a6e056B587D0a85640b39b1cB44086F7a26A1E",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/oddz_fi_announcements"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/oddz_finance"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/Oddz.fi"
- },
- {
- "name": "whitepaper",
- "url": "https://docsend.com/view/mefxr8h3ymzuhwqk"
- },
- {
- "name": "github",
- "url": "https://github.com/oddz-finance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/oddz/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xB0a6e056B587D0a85640b39b1cB44086F7a26A1E/logo.png b/blockchains/avalanchec/assets/0xB0a6e056B587D0a85640b39b1cB44086F7a26A1E/logo.png
deleted file mode 100644
index e80daa2ea2877..0000000000000
Binary files a/blockchains/avalanchec/assets/0xB0a6e056B587D0a85640b39b1cB44086F7a26A1E/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xB24CA28D4e2742907115fECda335b40dbda07a4C/info.json b/blockchains/avalanchec/assets/0xB24CA28D4e2742907115fECda335b40dbda07a4C/info.json
deleted file mode 100644
index 5573cadfd4aa4..0000000000000
--- a/blockchains/avalanchec/assets/0xB24CA28D4e2742907115fECda335b40dbda07a4C/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "USD Coin (Portal from Ethereum)",
- "symbol": "USDCet",
- "type": "AVALANCHE",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.circle.com/en/usdc",
- "explorer": "https://snowtrace.io/token/0xB24CA28D4e2742907115fECda335b40dbda07a4C",
- "status": "active",
- "id": "0xB24CA28D4e2742907115fECda335b40dbda07a4C",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xB24CA28D4e2742907115fECda335b40dbda07a4C/logo.png b/blockchains/avalanchec/assets/0xB24CA28D4e2742907115fECda335b40dbda07a4C/logo.png
deleted file mode 100644
index ed00e43fcfe9b..0000000000000
Binary files a/blockchains/avalanchec/assets/0xB24CA28D4e2742907115fECda335b40dbda07a4C/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7/info.json b/blockchains/avalanchec/assets/0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7/info.json
deleted file mode 100644
index d2ea5f3b987e2..0000000000000
--- a/blockchains/avalanchec/assets/0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Wrapped AVAX",
- "symbol": "WAVAX",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Avalanche is the fastest smart contracts platform in the blockchain industry, as measured by time-to-finality, and has the most validators securing its activity of any proof-of-stake protocol.",
- "website": "https://www.avax.network/",
- "explorer": "https://snowtrace.io/token/0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7",
- "status": "active",
- "id": "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/avalanche/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/avalanche-2/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/avalancheavax"
- }
- ],
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7/logo.png b/blockchains/avalanchec/assets/0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7/logo.png
deleted file mode 100644
index ea1095257c139..0000000000000
Binary files a/blockchains/avalanchec/assets/0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xB44a9B6905aF7c801311e8F4E76932ee959c663C/info.json b/blockchains/avalanchec/assets/0xB44a9B6905aF7c801311e8F4E76932ee959c663C/info.json
deleted file mode 100644
index 068db31c8ecfa..0000000000000
--- a/blockchains/avalanchec/assets/0xB44a9B6905aF7c801311e8F4E76932ee959c663C/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Anyswap",
- "symbol": "ANY",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Anyswap is a mpc decentralized cross-chain swap protocol.",
- "website": "https://anyswap.exchange/",
- "explorer": "https://snowtrace.io/token/0xB44a9B6905aF7c801311e8F4E76932ee959c663C",
- "status": "active",
- "id": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/AnyswapNetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/anyswap"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/anyswap/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/anyswap/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xB44a9B6905aF7c801311e8F4E76932ee959c663C/logo.png b/blockchains/avalanchec/assets/0xB44a9B6905aF7c801311e8F4E76932ee959c663C/logo.png
deleted file mode 100644
index f2d3a8844d54f..0000000000000
Binary files a/blockchains/avalanchec/assets/0xB44a9B6905aF7c801311e8F4E76932ee959c663C/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E/info.json b/blockchains/avalanchec/assets/0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E/info.json
deleted file mode 100644
index 23667020134f4..0000000000000
--- a/blockchains/avalanchec/assets/0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "USD Coin",
- "symbol": "USDC",
- "type": "AVALANCHE",
- "decimals": 6,
- "description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
- "website": "https://www.centre.io/",
- "explorer": "https://snowtrace.io/token/0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
- "status": "active",
- "id": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/centre_io"
- },
- {
- "name": "whitepaper",
- "url": "https://f.hubspotusercontent30.net/hubfs/9304636/PDF/centre-whitepaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/usd-coin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/usd-coin/"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E/logo.png b/blockchains/avalanchec/assets/0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E/logo.png
deleted file mode 100644
index f3ff8bea2c5a3..0000000000000
Binary files a/blockchains/avalanchec/assets/0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xBD100d061E120b2c67A24453CF6368E63f1Be056/info.json b/blockchains/avalanchec/assets/0xBD100d061E120b2c67A24453CF6368E63f1Be056/info.json
deleted file mode 100644
index a028309b9b7af..0000000000000
--- a/blockchains/avalanchec/assets/0xBD100d061E120b2c67A24453CF6368E63f1Be056/info.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "iDeFiYieldProtocol",
- "type": "AVALANCHE",
- "symbol": "iDYP",
- "decimals": 18,
- "website": "https://www.dypius.com/",
- "description": "iDYP is part of the Dypius dual token economy and is used as a component of smart contract strategies related to staking, analytical tools, NFTs, and metaverse.",
- "explorer": "https://snowtrace.io/token/0xBD100d061E120b2c67A24453CF6368E63f1Be056",
- "status": "active",
- "id": "0xBD100d061E120b2c67A24453CF6368E63f1Be056",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/dypfinance"
- },
- {
- "name": "github",
- "url": "https://github.com/dypfinance/"
- },
- {
- "name": "medium",
- "url": "https://dypfinance.medium.com/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/idefiyieldprotocol/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/idefiyieldprotocol"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/dypcaws"
- },
- {
- "name": "whitepaper",
- "url": "https://drive.google.com/drive/folders/1PprliiDlNB6Cx-35eaEun-gmjk0-a1O4"
- }
- ],
- "tags": [
- "governance",
- "defi",
- "staking-native"
- ]
-}
-
diff --git a/blockchains/avalanchec/assets/0xBD100d061E120b2c67A24453CF6368E63f1Be056/logo.png b/blockchains/avalanchec/assets/0xBD100d061E120b2c67A24453CF6368E63f1Be056/logo.png
deleted file mode 100644
index 68ecfe32afae5..0000000000000
Binary files a/blockchains/avalanchec/assets/0xBD100d061E120b2c67A24453CF6368E63f1Be056/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xBeC243C995409E6520D7C41E404da5dEba4b209B/info.json b/blockchains/avalanchec/assets/0xBeC243C995409E6520D7C41E404da5dEba4b209B/info.json
deleted file mode 100644
index 710ceb54c132e..0000000000000
--- a/blockchains/avalanchec/assets/0xBeC243C995409E6520D7C41E404da5dEba4b209B/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Synthetix Network Token",
- "symbol": "SNX.e",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "The Avalanche Bridge Wrapped Synthetix Network Token. The Synthetix Network Token is the native token of Synthetix, a synthetic asset (Synth) issuance protocol built on Ethereum. The SNX token is used as collateral to issue Synths.",
- "website": "https://www.synthetix.io/",
- "explorer": "https://snowtrace.io/token/0xBeC243C995409E6520D7C41E404da5dEba4b209B",
- "status": "active",
- "id": "0xBeC243C995409E6520D7C41E404da5dEba4b209B",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/synthetix_io"
- },
- {
- "name": "blog",
- "url": "https://blog.synthetix.io/"
- },
- {
- "name": "github",
- "url": "https://github.com/havven/havven"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/synthetix-network-token/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/havven/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xBeC243C995409E6520D7C41E404da5dEba4b209B/logo.png b/blockchains/avalanchec/assets/0xBeC243C995409E6520D7C41E404da5dEba4b209B/logo.png
deleted file mode 100644
index 2a850de0afe21..0000000000000
Binary files a/blockchains/avalanchec/assets/0xBeC243C995409E6520D7C41E404da5dEba4b209B/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xC0C5AA69Dbe4d6DDdfBc89c0957686ec60F24389/info.json b/blockchains/avalanchec/assets/0xC0C5AA69Dbe4d6DDdfBc89c0957686ec60F24389/info.json
deleted file mode 100644
index 0be121cf4ee1a..0000000000000
--- a/blockchains/avalanchec/assets/0xC0C5AA69Dbe4d6DDdfBc89c0957686ec60F24389/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "XEN Crypto",
- "symbol": "XEN",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "XEN aims to become a community-building crypto asset that connects like minded people together and provide the lowest barrier to entry through its unique tokenomics.",
- "website": "https://xen.network/",
- "explorer": "https://snowtrace.io/token/0xC0C5AA69Dbe4d6DDdfBc89c0957686ec60F24389",
- "status": "active",
- "id": "0xC0C5AA69Dbe4d6DDdfBc89c0957686ec60F24389",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/XEN_Crypto"
- },
- {
- "name": "telegram",
- "url": "https://t.me/XENCryptoTalk"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/xen-crypto/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xC0C5AA69Dbe4d6DDdfBc89c0957686ec60F24389/logo.png b/blockchains/avalanchec/assets/0xC0C5AA69Dbe4d6DDdfBc89c0957686ec60F24389/logo.png
deleted file mode 100644
index 7837957416a73..0000000000000
Binary files a/blockchains/avalanchec/assets/0xC0C5AA69Dbe4d6DDdfBc89c0957686ec60F24389/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xC17c30e98541188614dF99239cABD40280810cA3/info.json b/blockchains/avalanchec/assets/0xC17c30e98541188614dF99239cABD40280810cA3/info.json
deleted file mode 100644
index c1615bc9472c2..0000000000000
--- a/blockchains/avalanchec/assets/0xC17c30e98541188614dF99239cABD40280810cA3/info.json
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "name": "EverRise",
- "symbol": "RISE",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "The Original Buyback Token Powering The EverRise Ecosystem. EverRise token (RISE) is a multi-chain collateralized cryptocurrency that protects both the ecosystem and investors with its innovative buyback and staking protocol.",
- "website": "https://www.everrise.com/",
- "explorer": "https://snowtrace.io/token/0xC17c30e98541188614dF99239cABD40280810cA3",
- "status": "active",
- "id": "0xC17c30e98541188614dF99239cABD40280810cA3",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/everrise/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/everrise"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/everrise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/everriseofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/everriseofficial/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EverRise"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/everrise"
- },
- {
- "name": "github",
- "url": "https://github.com/everrise-ecosystem"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EverRiseToken"
- }
- ],
- "tags": [
- "defi",
- "staking",
- "nft",
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xC17c30e98541188614dF99239cABD40280810cA3/logo.png b/blockchains/avalanchec/assets/0xC17c30e98541188614dF99239cABD40280810cA3/logo.png
deleted file mode 100644
index fb9f7a63b2f43..0000000000000
Binary files a/blockchains/avalanchec/assets/0xC17c30e98541188614dF99239cABD40280810cA3/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xCE1bFFBD5374Dac86a2893119683F4911a2F7814/info.json b/blockchains/avalanchec/assets/0xCE1bFFBD5374Dac86a2893119683F4911a2F7814/info.json
deleted file mode 100644
index c2ba4b253167b..0000000000000
--- a/blockchains/avalanchec/assets/0xCE1bFFBD5374Dac86a2893119683F4911a2F7814/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Spell Token",
- "symbol": "SPELL",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Abracadabra.money is a lending platform that allows users to borrow funds using Interest Bearing Tokens as collateral.",
- "website": "https://abracadabra.money/",
- "explorer": "https://snowtrace.io/token/0xCE1bFFBD5374Dac86a2893119683F4911a2F7814",
- "status": "active",
- "id": "0xCE1bFFBD5374Dac86a2893119683F4911a2F7814",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MIM_Spell"
- },
- {
- "name": "medium",
- "url": "https://abracadabramoney.medium.com/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/spell-token/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/spell-token/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xCE1bFFBD5374Dac86a2893119683F4911a2F7814/logo.png b/blockchains/avalanchec/assets/0xCE1bFFBD5374Dac86a2893119683F4911a2F7814/logo.png
deleted file mode 100644
index 3df427c34e932..0000000000000
Binary files a/blockchains/avalanchec/assets/0xCE1bFFBD5374Dac86a2893119683F4911a2F7814/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64/info.json b/blockchains/avalanchec/assets/0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64/info.json
deleted file mode 100644
index a59f529047b61..0000000000000
--- a/blockchains/avalanchec/assets/0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Frax",
- "symbol": "FRAX",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Frax is a fractional-algorithmic stablecoin protocol. It aims to provide a highly scalable, decentralized, algorithmic money in place of fixed-supply assets like BTC. Additionally, FXS is the value accrual and governance token of the entire Frax ecosystem.",
- "website": "https://frax.finance/",
- "explorer": "https://snowtrace.io/token/0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64",
- "status": "active",
- "id": "0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/frax/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/frax/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/fraxfinance"
- }
- ],
- "tags": [
- "defi",
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64/logo.png b/blockchains/avalanchec/assets/0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64/logo.png
deleted file mode 100644
index 762d2dd36f501..0000000000000
Binary files a/blockchains/avalanchec/assets/0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/info.json b/blockchains/avalanchec/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/info.json
deleted file mode 100644
index 014fea860b032..0000000000000
--- a/blockchains/avalanchec/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/info.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "Vote-escrowed EverRise",
- "symbol": "veRISE",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Virtual token that allows the Vote Escrowed (ve) EverRise weighted governance tokens from EverRise Staking NFTs to display in wallet balances.",
- "website": "https://www.everrise.com/",
- "explorer": "https://snowtrace.io/token/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b",
- "status": "active",
- "id": "0xDbA7b24257fC6e397cB7368B4BC922E944072f1b",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/everrise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/everriseofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/everriseofficial/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EverRise"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/everrise"
- },
- {
- "name": "github",
- "url": "https://github.com/everrise-ecosystem"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EverRiseToken"
- }
- ],
- "tags": [
- "defi",
- "staking",
- "nft",
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/logo.png b/blockchains/avalanchec/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/logo.png
deleted file mode 100644
index 47ffbe08a8dcc..0000000000000
Binary files a/blockchains/avalanchec/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xF0FF231e3F1A50F83136717f287ADAB862f89431/info.json b/blockchains/avalanchec/assets/0xF0FF231e3F1A50F83136717f287ADAB862f89431/info.json
deleted file mode 100644
index 3b446a410704f..0000000000000
--- a/blockchains/avalanchec/assets/0xF0FF231e3F1A50F83136717f287ADAB862f89431/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Tether USD (Portal from Solana)",
- "symbol": "USDTso",
- "type": "AVALANCHE",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://tether.to/",
- "explorer": "https://snowtrace.io/token/0xF0FF231e3F1A50F83136717f287ADAB862f89431",
- "status": "active",
- "id": "0xF0FF231e3F1A50F83136717f287ADAB862f89431",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xF0FF231e3F1A50F83136717f287ADAB862f89431/logo.png b/blockchains/avalanchec/assets/0xF0FF231e3F1A50F83136717f287ADAB862f89431/logo.png
deleted file mode 100644
index d52df831af1f9..0000000000000
Binary files a/blockchains/avalanchec/assets/0xF0FF231e3F1A50F83136717f287ADAB862f89431/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xF2F7CE610a091B94d41D69f4fF1129434a82E2f0/info.json b/blockchains/avalanchec/assets/0xF2F7CE610a091B94d41D69f4fF1129434a82E2f0/info.json
deleted file mode 100644
index 016ed317a2d4a..0000000000000
--- a/blockchains/avalanchec/assets/0xF2F7CE610a091B94d41D69f4fF1129434a82E2f0/info.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "name": "Galaxy Goggle",
- "symbol": "GG",
- "type": "AVALANCHE",
- "decimals": 9,
- "description": "Galaxy Goggle DAO is a decentralized reserve currency protocol based on the GG token. Each GG token is backed by a basket of assets (e.g. MIM, AVAX) in the collateral pool, giving it an intrinsic value that it cannot fall below. GGDAO also introduces economic and game-theoretic dynamics into the market through staking and minting.",
- "website": "https://app.galaxygoggle.money",
- "explorer": "https://snowtrace.io/token/0xF2F7CE610a091B94d41D69f4fF1129434a82E2f0",
- "research": "https://research.binance.com/en/projects/avalanche",
- "status": "active",
- "id": "0xF2F7CE610a091B94d41D69f4fF1129434a82E2f0",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/GalaxyGoggle"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/galaxygoggledao"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ApeX_Token"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/galaxygoggle-dao/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/galaxygoogle-dao"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xF2F7CE610a091B94d41D69f4fF1129434a82E2f0/logo.png b/blockchains/avalanchec/assets/0xF2F7CE610a091B94d41D69f4fF1129434a82E2f0/logo.png
deleted file mode 100644
index 5eb7f13346235..0000000000000
Binary files a/blockchains/avalanchec/assets/0xF2F7CE610a091B94d41D69f4fF1129434a82E2f0/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xFE6B19286885a4F7F55AdAD09C3Cd1f906D2478F/info.json b/blockchains/avalanchec/assets/0xFE6B19286885a4F7F55AdAD09C3Cd1f906D2478F/info.json
deleted file mode 100644
index 295f3968f800f..0000000000000
--- a/blockchains/avalanchec/assets/0xFE6B19286885a4F7F55AdAD09C3Cd1f906D2478F/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "SOL (Portal)",
- "symbol": "SOL",
- "type": "AVALANCHE",
- "decimals": 9,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://solana.com/",
- "explorer": "https://snowtrace.io/token/0xFE6B19286885a4F7F55AdAD09C3Cd1f906D2478F",
- "status": "active",
- "id": "0xFE6B19286885a4F7F55AdAD09C3Cd1f906D2478F",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xFE6B19286885a4F7F55AdAD09C3Cd1f906D2478F/logo.png b/blockchains/avalanchec/assets/0xFE6B19286885a4F7F55AdAD09C3Cd1f906D2478F/logo.png
deleted file mode 100644
index 7a2e75fd77f1b..0000000000000
Binary files a/blockchains/avalanchec/assets/0xFE6B19286885a4F7F55AdAD09C3Cd1f906D2478F/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xb599c3590F42f8F995ECfa0f85D2980B76862fc1/info.json b/blockchains/avalanchec/assets/0xb599c3590F42f8F995ECfa0f85D2980B76862fc1/info.json
deleted file mode 100644
index b38ae7c05f2db..0000000000000
--- a/blockchains/avalanchec/assets/0xb599c3590F42f8F995ECfa0f85D2980B76862fc1/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "UST (Portal)",
- "symbol": "UST",
- "type": "AVALANCHE",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://terra.money",
- "explorer": "https://snowtrace.io/token/0xb599c3590F42f8F995ECfa0f85D2980B76862fc1",
- "status": "active",
- "id": "0xb599c3590F42f8F995ECfa0f85D2980B76862fc1",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xb599c3590F42f8F995ECfa0f85D2980B76862fc1/logo.png b/blockchains/avalanchec/assets/0xb599c3590F42f8F995ECfa0f85D2980B76862fc1/logo.png
deleted file mode 100644
index e3110cce3bde2..0000000000000
Binary files a/blockchains/avalanchec/assets/0xb599c3590F42f8F995ECfa0f85D2980B76862fc1/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/info.json b/blockchains/avalanchec/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/info.json
deleted file mode 100644
index 4a72770cf0e87..0000000000000
--- a/blockchains/avalanchec/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/info.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "EverRise Rewards",
- "symbol": "claimRISE",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Virtual token that allows unclaimed rewards from EverRise Staking NFTs and its Vote Escrowed (ve) EverRise to display in wallet balances.",
- "website": "https://www.everrise.com/",
- "explorer": "https://snowtrace.io/token/0xbBD7B847C6d0d0B5691518a363194D71426475F1",
- "status": "active",
- "id": "0xbBD7B847C6d0d0B5691518a363194D71426475F1",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/everrise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/everriseofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/everriseofficial/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EverRise"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/everrise"
- },
- {
- "name": "github",
- "url": "https://github.com/everrise-ecosystem"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EverRiseToken"
- }
- ],
- "tags": [
- "defi",
- "staking",
- "nft",
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/logo.png b/blockchains/avalanchec/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/logo.png
deleted file mode 100644
index efff8d00af4a5..0000000000000
Binary files a/blockchains/avalanchec/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437/info.json b/blockchains/avalanchec/assets/0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437/info.json
deleted file mode 100644
index d94f24d252c0d..0000000000000
--- a/blockchains/avalanchec/assets/0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Compound",
- "symbol": "COMP.e",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "The Avalanche Bridge Wrapped Compound.",
- "website": "https://compound.finance/",
- "explorer": "https://snowtrace.io/token/0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437",
- "status": "active",
- "id": "0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/compound/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/compound-governance-token/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/compoundfinance"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437/logo.png b/blockchains/avalanchec/assets/0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437/logo.png
deleted file mode 100644
index 7f6b0a1a21743..0000000000000
Binary files a/blockchains/avalanchec/assets/0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xc3344870d52688874b06d844E0C36cc39FC727F6/info.json b/blockchains/avalanchec/assets/0xc3344870d52688874b06d844E0C36cc39FC727F6/info.json
deleted file mode 100644
index caf4e381bbca4..0000000000000
--- a/blockchains/avalanchec/assets/0xc3344870d52688874b06d844E0C36cc39FC727F6/info.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "name": "Ankr Staked AVAX",
- "type": "AVALANCHE",
- "symbol": "ankrAVAX",
- "decimals": 18,
- "website": "https://ankr.com",
- "description": "ankrAVAX represents your staked AVAX and provides liquidity for your staked position. All staking rewards are built into the token price, and ankrAVAX grows daily in value, but never in number.",
- "explorer": "https://snowtrace.io/token/0xc3344870d52688874b06d844e0c36cc39fc727f6",
- "status": "active",
- "id": "0xc3344870d52688874b06d844E0C36cc39FC727F6",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ankr"
- },
- {
- "name": "github",
- "url": "https://github.com/Ankr-network"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ankrnetwork"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ankr-staked-avax"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@AnkrOfficial"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ankr-network"
- },
- {
- "name": "docs",
- "url": "https://ankr.com/docs/staking/overview"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/ankr"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Ankrofficial/"
- },
- {
- "name": "whitepaper",
- "url": "https://ankr.com/ankr-whitepaper-2.0.pdf"
- }
- ],
- "tags": [
- "staking"
- ]
-}
diff --git a/blockchains/avalanchec/assets/0xc3344870d52688874b06d844E0C36cc39FC727F6/logo.png b/blockchains/avalanchec/assets/0xc3344870d52688874b06d844E0C36cc39FC727F6/logo.png
deleted file mode 100644
index 9b53519c61ded..0000000000000
Binary files a/blockchains/avalanchec/assets/0xc3344870d52688874b06d844E0C36cc39FC727F6/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xc4B06F17ECcB2215a5DBf042C672101Fc20daF55/info.json b/blockchains/avalanchec/assets/0xc4B06F17ECcB2215a5DBf042C672101Fc20daF55/info.json
deleted file mode 100644
index 948fec583bcc9..0000000000000
--- a/blockchains/avalanchec/assets/0xc4B06F17ECcB2215a5DBf042C672101Fc20daF55/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Flux",
- "type": "AVALANCHE",
- "symbol": "FLUX",
- "decimals": 8,
- "website": "https://runonflux.io/",
- "description": "Flux is the cryptocurrency powering the Flux Ecosystem, including a massive decentralized computational network. Flux gives users both institutional and private control over their cloud infrastructure in a decentralized manner.",
- "explorer": "https://snowtrace.io/token/0xc4B06F17ECcB2215a5DBf042C672101Fc20daF55",
- "status": "active",
- "id": "0xc4B06F17ECcB2215a5DBf042C672101Fc20daF55",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/RunOnFlux"
- },
- {
- "name": "github",
- "url": "https://github.com/runonflux"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/ruonflux"
- },
- {
- "name": "telegram",
- "url": "https://t.me/runonflux"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/zel/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/zelcash/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xc4B06F17ECcB2215a5DBf042C672101Fc20daF55/logo.png b/blockchains/avalanchec/assets/0xc4B06F17ECcB2215a5DBf042C672101Fc20daF55/logo.png
deleted file mode 100644
index 9d7b0435acaac..0000000000000
Binary files a/blockchains/avalanchec/assets/0xc4B06F17ECcB2215a5DBf042C672101Fc20daF55/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xc7198437980c041c805A1EDcbA50c1Ce5db95118/info.json b/blockchains/avalanchec/assets/0xc7198437980c041c805A1EDcbA50c1Ce5db95118/info.json
deleted file mode 100644
index 23b5a8eaf80b1..0000000000000
--- a/blockchains/avalanchec/assets/0xc7198437980c041c805A1EDcbA50c1Ce5db95118/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Tether USD",
- "symbol": "USDT.e",
- "type": "AVALANCHE",
- "decimals": 6,
- "description": "Tether gives you the joint benefits of open blockchain technology and traditional currency by converting your cash into a stable digital currency equivalent.",
- "website": "https://tether.to/",
- "explorer": "https://snowtrace.io/token/0xc7198437980c041c805A1EDcbA50c1Ce5db95118",
- "status": "active",
- "id": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Tether_to"
- },
- {
- "name": "whitepaper",
- "url": "https://tether.to/wp-content/uploads/2016/06/TetherWhitePaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/tether/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/tether/"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xc7198437980c041c805A1EDcbA50c1Ce5db95118/logo.png b/blockchains/avalanchec/assets/0xc7198437980c041c805A1EDcbA50c1Ce5db95118/logo.png
deleted file mode 100644
index d440f6c383022..0000000000000
Binary files a/blockchains/avalanchec/assets/0xc7198437980c041c805A1EDcbA50c1Ce5db95118/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xcf799767d366d789e8B446981C2D578E241fa25c/info.json b/blockchains/avalanchec/assets/0xcf799767d366d789e8B446981C2D578E241fa25c/info.json
deleted file mode 100644
index e915968e6038e..0000000000000
--- a/blockchains/avalanchec/assets/0xcf799767d366d789e8B446981C2D578E241fa25c/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Decentralized USD",
- "symbol": "USDD",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "USDD is a fully decentralized over-collateralization stablecoin.",
- "website": "https://usdd.io/",
- "explorer": "https://snowtrace.io/token/0xcf799767d366d789e8B446981C2D578E241fa25c",
- "status": "active",
- "id": "0xcf799767d366d789e8B446981C2D578E241fa25c",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/usdd/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/usdd/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/usddio"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xcf799767d366d789e8B446981C2D578E241fa25c/logo.png b/blockchains/avalanchec/assets/0xcf799767d366d789e8B446981C2D578E241fa25c/logo.png
deleted file mode 100644
index b17bf63fd3273..0000000000000
Binary files a/blockchains/avalanchec/assets/0xcf799767d366d789e8B446981C2D578E241fa25c/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xd039C9079ca7F2a87D632A9C0d7cEa0137bAcFB5/info.json b/blockchains/avalanchec/assets/0xd039C9079ca7F2a87D632A9C0d7cEa0137bAcFB5/info.json
deleted file mode 100644
index 2f1581f8a7f99..0000000000000
--- a/blockchains/avalanchec/assets/0xd039C9079ca7F2a87D632A9C0d7cEa0137bAcFB5/info.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "name": "Ape-X",
- "symbol": "APE-X",
- "type": "AVALANCHE",
- "decimals": 9,
- "description": "Liquidity Generating, Frictionless Yield, and Self Sustaining Smart Contract",
- "website": "https://ape-x.io/",
- "explorer": "https://snowtrace.io/token/0xd039C9079ca7F2a87D632A9C0d7cEa0137bAcFB5",
- "research": "https://research.binance.com/en/projects/avalanche",
- "status": "active",
- "id": "0xd039C9079ca7F2a87D632A9C0d7cEa0137bAcFB5",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ape-x-token"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/apexthetoken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ApeX_Token"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ape-x/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ape-x"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xd039C9079ca7F2a87D632A9C0d7cEa0137bAcFB5/logo.png b/blockchains/avalanchec/assets/0xd039C9079ca7F2a87D632A9C0d7cEa0137bAcFB5/logo.png
deleted file mode 100644
index 4afc899ec1ec1..0000000000000
Binary files a/blockchains/avalanchec/assets/0xd039C9079ca7F2a87D632A9C0d7cEa0137bAcFB5/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/info.json b/blockchains/avalanchec/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/info.json
deleted file mode 100644
index 3a01a37798166..0000000000000
--- a/blockchains/avalanchec/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Okcash",
- "type": "AVALANCHE",
- "symbol": "OK",
- "decimals": 18,
- "website": "https://okcash.co",
- "description": "OK is the leading multi chain PoS, web3 + NFTs open source electronic cash, its design is public, nobody owns or controls Okcash and everyone can take part.",
- "explorer": "https://snowtrace.io/token/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189",
- "status": "active",
- "id": "0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/OkcashCrypto"
- },
- {
- "name": "github",
- "url": "https://github.com/okcashpro"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/okcash/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/okcash"
- },
- {
- "name": "medium",
- "url": "https://medium.com/okcash"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/avalanchec/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/logo.png b/blockchains/avalanchec/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/logo.png
deleted file mode 100644
index a3b20074ec34d..0000000000000
Binary files a/blockchains/avalanchec/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xd501281565bf7789224523144Fe5D98e8B28f267/info.json b/blockchains/avalanchec/assets/0xd501281565bf7789224523144Fe5D98e8B28f267/info.json
deleted file mode 100644
index 6c66d02d6af01..0000000000000
--- a/blockchains/avalanchec/assets/0xd501281565bf7789224523144Fe5D98e8B28f267/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "1INCH Token",
- "symbol": "1INCH.e",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "The Avalanche Bridge Wrapped 1INCH Token. 1inch is a decentralized exchange aggregator that sources liquidity from various exchanges and is capable of splitting a single trade transaction across multiple DEXs.",
- "website": "https://1inch.io/",
- "explorer": "https://snowtrace.io/token/0xd501281565bf7789224523144Fe5D98e8B28f267",
- "status": "active",
- "id": "0xd501281565bf7789224523144Fe5D98e8B28f267",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/basic-attention-token/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/basic-attention-token/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/@attentiontoken"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xd501281565bf7789224523144Fe5D98e8B28f267/logo.png b/blockchains/avalanchec/assets/0xd501281565bf7789224523144Fe5D98e8B28f267/logo.png
deleted file mode 100644
index fc04d19df090f..0000000000000
Binary files a/blockchains/avalanchec/assets/0xd501281565bf7789224523144Fe5D98e8B28f267/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xd586E7F844cEa2F87f50152665BCbc2C279D8d70/info.json b/blockchains/avalanchec/assets/0xd586E7F844cEa2F87f50152665BCbc2C279D8d70/info.json
deleted file mode 100644
index 0f4628ac78321..0000000000000
--- a/blockchains/avalanchec/assets/0xd586E7F844cEa2F87f50152665BCbc2C279D8d70/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Dai Stablecoin",
- "symbol": "DAI.e",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.",
- "website": "https://makerdao.com/",
- "explorer": "https://snowtrace.io/token/0xd586E7F844cEa2F87f50152665BCbc2C279D8d70",
- "status": "active",
- "id": "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MakerDAO"
- },
- {
- "name": "whitepaper",
- "url": "https://makerdao.com/whitepaper/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/multi-collateral-dai/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/dai/"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xd586E7F844cEa2F87f50152665BCbc2C279D8d70/logo.png b/blockchains/avalanchec/assets/0xd586E7F844cEa2F87f50152665BCbc2C279D8d70/logo.png
deleted file mode 100644
index bdb1d0653be61..0000000000000
Binary files a/blockchains/avalanchec/assets/0xd586E7F844cEa2F87f50152665BCbc2C279D8d70/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xd6070ae98b8069de6B494332d1A1a81B6179D960/info.json b/blockchains/avalanchec/assets/0xd6070ae98b8069de6B494332d1A1a81B6179D960/info.json
deleted file mode 100644
index 6fa842ae76533..0000000000000
--- a/blockchains/avalanchec/assets/0xd6070ae98b8069de6B494332d1A1a81B6179D960/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "beefy.finance",
- "symbol": "BIFI",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "The MultiChain Yield Optimizer",
- "website": "https://beefy.finance/",
- "explorer": "https://snowtrace.io/token/0xd6070ae98b8069de6B494332d1A1a81B6179D960",
- "status": "active",
- "id": "0xd6070ae98b8069de6B494332d1A1a81B6179D960",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/beefyfinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/beefyfinance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/beefy-finance/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/beefy-finance/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xd6070ae98b8069de6B494332d1A1a81B6179D960/logo.png b/blockchains/avalanchec/assets/0xd6070ae98b8069de6B494332d1A1a81B6179D960/logo.png
deleted file mode 100644
index 6ad4e4b13fc82..0000000000000
Binary files a/blockchains/avalanchec/assets/0xd6070ae98b8069de6B494332d1A1a81B6179D960/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xf2f13f0B7008ab2FA4A2418F4ccC3684E49D20Eb/info.json b/blockchains/avalanchec/assets/0xf2f13f0B7008ab2FA4A2418F4ccC3684E49D20Eb/info.json
deleted file mode 100644
index e118c17a83c35..0000000000000
--- a/blockchains/avalanchec/assets/0xf2f13f0B7008ab2FA4A2418F4ccC3684E49D20Eb/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "MATIC (Portal from Polygon)",
- "symbol": "MATICpo",
- "type": "AVALANCHE",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://polygon.technology/",
- "explorer": "https://snowtrace.io/token/0xf2f13f0B7008ab2FA4A2418F4ccC3684E49D20Eb",
- "status": "active",
- "id": "0xf2f13f0B7008ab2FA4A2418F4ccC3684E49D20Eb",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xf2f13f0B7008ab2FA4A2418F4ccC3684E49D20Eb/logo.png b/blockchains/avalanchec/assets/0xf2f13f0B7008ab2FA4A2418F4ccC3684E49D20Eb/logo.png
deleted file mode 100644
index 60c97897b870c..0000000000000
Binary files a/blockchains/avalanchec/assets/0xf2f13f0B7008ab2FA4A2418F4ccC3684E49D20Eb/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/assets/0xfaB550568C688d5D8A52C7d794cb93Edc26eC0eC/info.json b/blockchains/avalanchec/assets/0xfaB550568C688d5D8A52C7d794cb93Edc26eC0eC/info.json
deleted file mode 100644
index f8fba9789d374..0000000000000
--- a/blockchains/avalanchec/assets/0xfaB550568C688d5D8A52C7d794cb93Edc26eC0eC/info.json
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- "name": "Axelar Wrapped USDC",
- "symbol": "axlUSDC",
- "type": "AVALANCHE",
- "decimals": 6,
- "description": "Axelar delivers secure cross-chain communication for Web3. Our infrastructure enables dApp users to interact with any asset or application, on any chain, with one click.",
- "website": "https://axelar.network/",
- "explorer": "https://snowtrace.io/token/0xfaB550568C688d5D8A52C7d794cb93Edc26eC0eC",
- "status": "active",
- "id": "0xfaB550568C688d5D8A52C7d794cb93Edc26eC0eC",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/axelarcore"
- },
- {
- "name": "github",
- "url": "https://github.com/axelarnetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/axelarcommunity"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/axelar-usdc"
- },
- {
- "name": "docs",
- "url": "https://docs.axelar.dev/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/aRZ3Ra6f7D"
- },
- {
- "name": "forum",
- "url": "https://community.axelar.network/"
- },
- {
- "name": "whitepaper",
- "url": "https://axelar.network/axelar_whitepaper.pdf"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/axelar"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@axelar-foundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/axlusdc/"
- },
- {
- "name": "blog",
- "url": "https://axelar.network/blog"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@Axelarcore"
- }
- ],
- "tags": [
- "stablecoin",
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/assets/0xfaB550568C688d5D8A52C7d794cb93Edc26eC0eC/logo.png b/blockchains/avalanchec/assets/0xfaB550568C688d5D8A52C7d794cb93Edc26eC0eC/logo.png
deleted file mode 100644
index 69911caea54fb..0000000000000
Binary files a/blockchains/avalanchec/assets/0xfaB550568C688d5D8A52C7d794cb93Edc26eC0eC/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/info/info.json b/blockchains/avalanchec/info/info.json
deleted file mode 100644
index d0305a29621dd..0000000000000
--- a/blockchains/avalanchec/info/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Avalanche C-Chain",
- "website": "http://avax.network",
- "description": "Avalanche is an open-source platform for launching highly decentralized applications, new financial primitives, and new interoperable blockchains. This is the C-Chain, the default smart contract blockchain on Avalanche that enables the creation of any Ethereum-compatible smart contracts.",
- "explorer": "https://explorer.avax.network",
- "research": "https://research.binance.com/en/projects/avalanche",
- "symbol": "AVAX",
- "type": "coin",
- "rpc_url": "https://api.avax.network/ext/bc/C/rpc",
- "decimals": 18,
- "status": "active",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ava-labs"
- },
- {
- "name": "whitepaper",
- "url": "https://www.avalabs.org/whitepapers"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/info/logo.png b/blockchains/avalanchec/info/logo.png
deleted file mode 100644
index 99dc6ffcde6cb..0000000000000
Binary files a/blockchains/avalanchec/info/logo.png and /dev/null differ
diff --git a/blockchains/avalanchec/tokenlist-extended.json b/blockchains/avalanchec/tokenlist-extended.json
deleted file mode 100644
index ae2dbe53a2a85..0000000000000
--- a/blockchains/avalanchec/tokenlist-extended.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Trust Wallet: Avalanche C Chain Extended List",
- "logoURI": "https://trustwallet.com/assets/images/favicon.png",
- "timestamp": "2022-01-27T14:33:26.183301",
- "tokens": [
- ],
- "version": {
- "major": 1,
- "minor": 0,
- "patch": 0
- }
-}
\ No newline at end of file
diff --git a/blockchains/avalanchec/tokenlist.json b/blockchains/avalanchec/tokenlist.json
deleted file mode 100644
index baca6100a5f7d..0000000000000
--- a/blockchains/avalanchec/tokenlist.json
+++ /dev/null
@@ -1,592 +0,0 @@
-{
- "name": "Trust Wallet: Avalanche C Chain List",
- "logoURI": "https://trustwallet.com/assets/images/favicon.png",
- "timestamp": "2022-06-16T17:19:11.183301",
- "tokens": [
- {
- "asset": "c10009000_t0x8b82A291F83ca07Af22120ABa21632088fC92931",
- "type": "AVALANCHE",
- "address": "0x8b82A291F83ca07Af22120ABa21632088fC92931",
- "name": "Ether (Portal)",
- "symbol": "ETH",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x8b82A291F83ca07Af22120ABa21632088fC92931/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x12AF5C1a232675f62F405b5812A80e7a6F75D746",
- "type": "AVALANCHE",
- "address": "0x12AF5C1a232675f62F405b5812A80e7a6F75D746",
- "name": "ROSE (Portal)",
- "symbol": "ROSE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x12AF5C1a232675f62F405b5812A80e7a6F75D746/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e",
- "type": "AVALANCHE",
- "address": "0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e",
- "name": "EverRise NFT Stakes",
- "symbol": "nftRISE",
- "decimals": 0,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x98a4d09036Cc5337810096b1D004109686E56Afc",
- "type": "AVALANCHE",
- "address": "0x98a4d09036Cc5337810096b1D004109686E56Afc",
- "name": "PancakeSwap Token (Portal)",
- "symbol": "CAKE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x98a4d09036Cc5337810096b1D004109686E56Afc/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x442F7f22b1EE2c842bEAFf52880d4573E9201158",
- "type": "AVALANCHE",
- "address": "0x442F7f22b1EE2c842bEAFf52880d4573E9201158",
- "name": "Binance Coin (Portal)",
- "symbol": "BNB",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x442F7f22b1EE2c842bEAFf52880d4573E9201158/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x0950Fc1AD509358dAeaD5eB8020a3c7d8b43b9DA",
- "type": "AVALANCHE",
- "address": "0x0950Fc1AD509358dAeaD5eB8020a3c7d8b43b9DA",
- "name": "USD Coin (Portal from Solana)",
- "symbol": "USDCso",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x0950Fc1AD509358dAeaD5eB8020a3c7d8b43b9DA/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x6145E8a910aE937913426BF32De2b26039728ACF",
- "type": "AVALANCHE",
- "address": "0x6145E8a910aE937913426BF32De2b26039728ACF",
- "name": "USD Coin (Portal from BSC)",
- "symbol": "USDCbs",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x6145E8a910aE937913426BF32De2b26039728ACF/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x60781C2586D68229fde47564546784ab3fACA982",
- "type": "AVALANCHE",
- "address": "0x60781C2586D68229fde47564546784ab3fACA982",
- "name": "Pangolin",
- "symbol": "PNG",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x60781C2586D68229fde47564546784ab3fACA982/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x70928E5B188def72817b7775F0BF6325968e563B",
- "type": "AVALANCHE",
- "address": "0x70928E5B188def72817b7775F0BF6325968e563B",
- "name": "LUNA (Portal)",
- "symbol": "LUNA",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x70928E5B188def72817b7775F0BF6325968e563B/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x543672E9CBEC728CBBa9C3Ccd99ed80aC3607FA8",
- "type": "AVALANCHE",
- "address": "0x543672E9CBEC728CBBa9C3Ccd99ed80aC3607FA8",
- "name": "USD Coin (PoS) (Portal from Polygon)",
- "symbol": "USDCpo",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x543672E9CBEC728CBBa9C3Ccd99ed80aC3607FA8/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xA67BCC0D06d7d13A13A2AE30bF30f1B434f5a28B",
- "type": "AVALANCHE",
- "address": "0xA67BCC0D06d7d13A13A2AE30bF30f1B434f5a28B",
- "name": "Tether USD (Portal from BSC)",
- "symbol": "USDTbs",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xA67BCC0D06d7d13A13A2AE30bF30f1B434f5a28B/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xA41a6c7E25DdD361343e8Cb8cFa579bbE5eEdb7a",
- "type": "AVALANCHE",
- "address": "0xA41a6c7E25DdD361343e8Cb8cFa579bbE5eEdb7a",
- "name": "Binance USD (Portal from BSC)",
- "symbol": "BUSDbs",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xA41a6c7E25DdD361343e8Cb8cFa579bbE5eEdb7a/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xB0a6e056B587D0a85640b39b1cB44086F7a26A1E",
- "type": "AVALANCHE",
- "address": "0xB0a6e056B587D0a85640b39b1cB44086F7a26A1E",
- "name": "Oddz",
- "symbol": "ODDZ",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xB0a6e056B587D0a85640b39b1cB44086F7a26A1E/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xB24CA28D4e2742907115fECda335b40dbda07a4C",
- "type": "AVALANCHE",
- "address": "0xB24CA28D4e2742907115fECda335b40dbda07a4C",
- "name": "USD Coin (Portal from Ethereum)",
- "symbol": "USDCet",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xB24CA28D4e2742907115fECda335b40dbda07a4C/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xb599c3590F42f8F995ECfa0f85D2980B76862fc1",
- "type": "AVALANCHE",
- "address": "0xb599c3590F42f8F995ECfa0f85D2980B76862fc1",
- "name": "UST (Portal)",
- "symbol": "UST",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xb599c3590F42f8F995ECfa0f85D2980B76862fc1/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xbBD7B847C6d0d0B5691518a363194D71426475F1",
- "type": "AVALANCHE",
- "address": "0xbBD7B847C6d0d0B5691518a363194D71426475F1",
- "name": "EverRise Rewards",
- "symbol": "claimRISE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xC17c30e98541188614dF99239cABD40280810cA3",
- "type": "AVALANCHE",
- "address": "0xC17c30e98541188614dF99239cABD40280810cA3",
- "name": "EverRise",
- "symbol": "RISE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xC17c30e98541188614dF99239cABD40280810cA3/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xd039C9079ca7F2a87D632A9C0d7cEa0137bAcFB5",
- "type": "AVALANCHE",
- "address": "0xd039C9079ca7F2a87D632A9C0d7cEa0137bAcFB5",
- "name": "Ape-X",
- "symbol": "APE-X",
- "decimals": 9,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xd039C9079ca7F2a87D632A9C0d7cEa0137bAcFB5/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xDbA7b24257fC6e397cB7368B4BC922E944072f1b",
- "type": "AVALANCHE",
- "address": "0xDbA7b24257fC6e397cB7368B4BC922E944072f1b",
- "name": "Vote-escrowed EverRise",
- "symbol": "veRISE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xF0FF231e3F1A50F83136717f287ADAB862f89431",
- "type": "AVALANCHE",
- "address": "0xF0FF231e3F1A50F83136717f287ADAB862f89431",
- "name": "Tether USD (Portal from Solana)",
- "symbol": "USDTso",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xF0FF231e3F1A50F83136717f287ADAB862f89431/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xF2F7CE610a091B94d41D69f4fF1129434a82E2f0",
- "type": "AVALANCHE",
- "address": "0xF2F7CE610a091B94d41D69f4fF1129434a82E2f0",
- "name": "Galaxy Goggle",
- "symbol": "GG",
- "decimals": 9,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xF2F7CE610a091B94d41D69f4fF1129434a82E2f0/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xf2f13f0B7008ab2FA4A2418F4ccC3684E49D20Eb",
- "type": "AVALANCHE",
- "address": "0xf2f13f0B7008ab2FA4A2418F4ccC3684E49D20Eb",
- "name": "MATIC (Portal from Polygon)",
- "symbol": "MATICpo",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xf2f13f0B7008ab2FA4A2418F4ccC3684E49D20Eb/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xFE6B19286885a4F7F55AdAD09C3Cd1f906D2478F",
- "type": "AVALANCHE",
- "address": "0xFE6B19286885a4F7F55AdAD09C3Cd1f906D2478F",
- "name": "SOL (Portal)",
- "symbol": "SOL",
- "decimals": 9,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xFE6B19286885a4F7F55AdAD09C3Cd1f906D2478F/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xc7198437980c041c805A1EDcbA50c1Ce5db95118",
- "type": "AVALANCHE",
- "address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118",
- "name": "Tether USD",
- "symbol": "USDT.e",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xc7198437980c041c805A1EDcbA50c1Ce5db95118/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
- "type": "AVALANCHE",
- "address": "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7",
- "name": "TetherToken",
- "symbol": "USDt",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
- "type": "AVALANCHE",
- "address": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E",
- "name": "USD Coin",
- "symbol": "USDC",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664",
- "type": "AVALANCHE",
- "address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664",
- "name": "USD Coin",
- "symbol": "USDC.e",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x19860CCB0A68fd4213aB9D8266F7bBf05A8dDe98",
- "type": "AVALANCHE",
- "address": "0x19860CCB0A68fd4213aB9D8266F7bBf05A8dDe98",
- "name": "Binance USD",
- "symbol": "BUSD.e",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x19860CCB0A68fd4213aB9D8266F7bBf05A8dDe98/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xd586E7F844cEa2F87f50152665BCbc2C279D8d70",
- "type": "AVALANCHE",
- "address": "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70",
- "name": "Dai Stablecoin",
- "symbol": "DAI.e",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xd586E7F844cEa2F87f50152665BCbc2C279D8d70/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x50b7545627a5162F82A992c33b87aDc75187B218",
- "type": "AVALANCHE",
- "address": "0x50b7545627a5162F82A992c33b87aDc75187B218",
- "name": "Wrapped BTC",
- "symbol": "WBTC.e",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x50b7545627a5162F82A992c33b87aDc75187B218/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x02D980A0D7AF3fb7Cf7Df8cB35d9eDBCF355f665",
- "type": "AVALANCHE",
- "address": "0x02D980A0D7AF3fb7Cf7Df8cB35d9eDBCF355f665",
- "name": "SHIBA INU",
- "symbol": "SHIB.e",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x02D980A0D7AF3fb7Cf7Df8cB35d9eDBCF355f665/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7",
- "type": "AVALANCHE",
- "address": "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7",
- "name": "Wrapped AVAX",
- "symbol": "WAVAX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x5947BB275c521040051D82396192181b413227A3",
- "type": "AVALANCHE",
- "address": "0x5947BB275c521040051D82396192181b413227A3",
- "name": "Chainlink Token",
- "symbol": "LINK.e",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x5947BB275c521040051D82396192181b413227A3/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580",
- "type": "AVALANCHE",
- "address": "0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580",
- "name": "Uniswap",
- "symbol": "UNI.e",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64",
- "type": "AVALANCHE",
- "address": "0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64",
- "name": "Frax",
- "symbol": "FRAX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xD24C2Ad096400B6FBcd2ad8B24E7acBc21A1da64/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB",
- "type": "AVALANCHE",
- "address": "0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB",
- "name": "TrueUSD",
- "symbol": "TUSD",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x1C20E891Bab6b1727d14Da358FAe2984Ed9B59EB/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x63a72806098Bd3D9520cC43356dD78afe5D386D9",
- "type": "AVALANCHE",
- "address": "0x63a72806098Bd3D9520cC43356dD78afe5D386D9",
- "name": "Aave Token",
- "symbol": "AAVE.e",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x63a72806098Bd3D9520cC43356dD78afe5D386D9/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xcf799767d366d789e8B446981C2D578E241fa25c",
- "type": "AVALANCHE",
- "address": "0xcf799767d366d789e8B446981C2D578E241fa25c",
- "name": "Decentralized USD",
- "symbol": "USDD",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xcf799767d366d789e8B446981C2D578E241fa25c/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x88128fd4b259552A9A1D457f435a6527AAb72d42",
- "type": "AVALANCHE",
- "address": "0x88128fd4b259552A9A1D457f435a6527AAb72d42",
- "name": "Maker",
- "symbol": "MKR.e",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x88128fd4b259552A9A1D457f435a6527AAb72d42/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x8a0cAc13c7da965a312f08ea4229c37869e85cB9",
- "type": "AVALANCHE",
- "address": "0x8a0cAc13c7da965a312f08ea4229c37869e85cB9",
- "name": "Graph Token",
- "symbol": "GRT.e",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x8a0cAc13c7da965a312f08ea4229c37869e85cB9/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x98443B96EA4b0858FDF3219Cd13e98C7A4690588",
- "type": "AVALANCHE",
- "address": "0x98443B96EA4b0858FDF3219Cd13e98C7A4690588",
- "name": "Basic Attention Token",
- "symbol": "BAT.e",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x98443B96EA4b0858FDF3219Cd13e98C7A4690588/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xd501281565bf7789224523144Fe5D98e8B28f267",
- "type": "AVALANCHE",
- "address": "0xd501281565bf7789224523144Fe5D98e8B28f267",
- "name": "1INCH Token",
- "symbol": "1INCH.e",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xd501281565bf7789224523144Fe5D98e8B28f267/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x249848BeCA43aC405b8102Ec90Dd5F22CA513c06",
- "type": "AVALANCHE",
- "address": "0x249848BeCA43aC405b8102Ec90Dd5F22CA513c06",
- "name": "Curve DAO Token",
- "symbol": "CRV.e",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x249848BeCA43aC405b8102Ec90Dd5F22CA513c06/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437",
- "type": "AVALANCHE",
- "address": "0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437",
- "name": "Compound",
- "symbol": "COMP.e",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xc3048E19E76CB9a3Aa9d77D8C03c29Fc906e2437/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x596fA47043f99A4e0F122243B841E55375cdE0d2",
- "type": "AVALANCHE",
- "address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2",
- "name": "ZRX",
- "symbol": "ZRX.e",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x596fA47043f99A4e0F122243B841E55375cdE0d2/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xBeC243C995409E6520D7C41E404da5dEba4b209B",
- "type": "AVALANCHE",
- "address": "0xBeC243C995409E6520D7C41E404da5dEba4b209B",
- "name": "Synthetix Network Token",
- "symbol": "SNX.e",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xBeC243C995409E6520D7C41E404da5dEba4b209B/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x3Bd2B1c7ED8D396dbb98DED3aEbb41350a5b2339",
- "type": "AVALANCHE",
- "address": "0x3Bd2B1c7ED8D396dbb98DED3aEbb41350a5b2339",
- "name": "UMA Voting Token v1",
- "symbol": "UMA.e",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x3Bd2B1c7ED8D396dbb98DED3aEbb41350a5b2339/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc",
- "type": "AVALANCHE",
- "address": "0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc",
- "name": "yearn.finance",
- "symbol": "YFI.e",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x39fC9e94Caeacb435842FADeDeCB783589F50f5f",
- "type": "AVALANCHE",
- "address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f",
- "name": "Kyber Network Crystal v2",
- "symbol": "KNC",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x39fC9e94Caeacb435842FADeDeCB783589F50f5f/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x37B608519F91f70F2EeB0e5Ed9AF4061722e4F76",
- "type": "AVALANCHE",
- "address": "0x37B608519F91f70F2EeB0e5Ed9AF4061722e4F76",
- "name": "SushiToken",
- "symbol": "SUSHI.e",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x37B608519F91f70F2EeB0e5Ed9AF4061722e4F76/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x340fE1D898ECCAad394e2ba0fC1F93d27c7b717A",
- "type": "AVALANCHE",
- "address": "0x340fE1D898ECCAad394e2ba0fC1F93d27c7b717A",
- "name": "Orbs",
- "symbol": "ORBS",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x340fE1D898ECCAad394e2ba0fC1F93d27c7b717A/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x5fC17416925789E0852FBFcd81c490ca4abc51F9",
- "type": "AVALANCHE",
- "address": "0x5fC17416925789E0852FBFcd81c490ca4abc51F9",
- "name": "inSure",
- "symbol": "SURE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x5fC17416925789E0852FBFcd81c490ca4abc51F9/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xCE1bFFBD5374Dac86a2893119683F4911a2F7814",
- "type": "AVALANCHE",
- "address": "0xCE1bFFBD5374Dac86a2893119683F4911a2F7814",
- "name": "Spell Token",
- "symbol": "SPELL",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xCE1bFFBD5374Dac86a2893119683F4911a2F7814/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x214DB107654fF987AD859F34125307783fC8e387",
- "type": "AVALANCHE",
- "address": "0x214DB107654fF987AD859F34125307783fC8e387",
- "name": "Frax Share",
- "symbol": "FXS",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x214DB107654fF987AD859F34125307783fC8e387/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xB44a9B6905aF7c801311e8F4E76932ee959c663C",
- "type": "AVALANCHE",
- "address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C",
- "name": "Anyswap",
- "symbol": "ANY",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xB44a9B6905aF7c801311e8F4E76932ee959c663C/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x2147EFFF675e4A4eE1C2f918d181cDBd7a8E208f",
- "type": "AVALANCHE",
- "address": "0x2147EFFF675e4A4eE1C2f918d181cDBd7a8E208f",
- "name": "AlphaToken",
- "symbol": "ALPHA.e",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x2147EFFF675e4A4eE1C2f918d181cDBd7a8E208f/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0xd6070ae98b8069de6B494332d1A1a81B6179D960",
- "type": "AVALANCHE",
- "address": "0xd6070ae98b8069de6B494332d1A1a81B6179D960",
- "name": "beefy.finance",
- "symbol": "BIFI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0xd6070ae98b8069de6B494332d1A1a81B6179D960/logo.png",
- "pairs": []
- },
- {
- "asset": "c10009000_t0x62edc0692BD897D2295872a9FFCac5425011c661",
- "type": "AVALANCHE",
- "address": "0x62edc0692BD897D2295872a9FFCac5425011c661",
- "name": "GMX",
- "symbol": "GMX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/avalanchec/assets/0x62edc0692BD897D2295872a9FFCac5425011c661/logo.png",
- "pairs": []
- }
- ],
- "version": {
- "major": 1,
- "minor": 0,
- "patch": 0
- }
-}
diff --git a/blockchains/avalanchecfuji/info/info.json b/blockchains/avalanchecfuji/info/info.json
deleted file mode 100644
index e4feb8caf80a1..0000000000000
--- a/blockchains/avalanchecfuji/info/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Avalanche C-Chain Fuji Testnet",
- "website": "https://avax.network",
- "description": "Avalanche is an open-source platform for launching Decentralized Finance (DeFi) applications and enterprise blockchain deployments in an interoperable, highly scalable ecosystem.",
- "explorer": "https://testnet.snowtrace.io/",
- "symbol": "AVAX",
- "rpc_url": "https://api.avax-test.network/ext/bc/C/rpc",
- "type": "coin",
- "decimals": 18,
- "status": "active"
-}
\ No newline at end of file
diff --git a/blockchains/avalanchecfuji/info/logo.png b/blockchains/avalanchecfuji/info/logo.png
deleted file mode 100644
index bd5c8e6a96d0b..0000000000000
Binary files a/blockchains/avalanchecfuji/info/logo.png and /dev/null differ
diff --git a/blockchains/avalanchex/info/info.json b/blockchains/avalanchex/info/info.json
deleted file mode 100644
index 148d1d6c57054..0000000000000
--- a/blockchains/avalanchex/info/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Avalanche X-Chain",
- "website": "http://avax.network",
- "description": "Avalanche is an open-source platform for launching highly decentralized applications, new financial primitives, and new interoperable blockchains. This is the X-Chain, the default asset blockchain on Avalanche and enables the creation of new assets, exchanging between assets, and cross-subnet transfers.",
- "explorer": "https://explorer.avax.network",
- "research": "https://research.binance.com/en/projects/avalanche",
- "symbol": "AVAX",
- "type": "coin",
- "decimals": 9,
- "status": "active",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ava-labs"
- },
- {
- "name": "whitepaper",
- "url": "https://www.avalabs.org/whitepapers"
- }
- ]
-}
diff --git a/blockchains/avalanchex/info/logo.png b/blockchains/avalanchex/info/logo.png
deleted file mode 100644
index 99dc6ffcde6cb..0000000000000
Binary files a/blockchains/avalanchex/info/logo.png and /dev/null differ
diff --git a/blockchains/axelar/info/info.json b/blockchains/axelar/info/info.json
deleted file mode 100644
index 36fce5dbc8147..0000000000000
--- a/blockchains/axelar/info/info.json
+++ /dev/null
@@ -1,74 +0,0 @@
-{
- "name": "Axelar",
- "type": "coin",
- "symbol": "AXL",
- "decimals": 6,
- "website": "https://axelar.network",
- "description": "A decentralized multi-chain network that enables cross chain communication with a simple pegging mechanism.",
- "explorer": "https://www.mintscan.io/axelar",
- "status": "active",
- "rpc_url": "https://axelar-rpc.polkachu.com",
- "denom": "uaxl",
- "lcd_url": "https://axelar-api.polkachu.com",
- "hrp": "axelar",
- "fee_rate": "0.01",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/axelarcore"
- },
- {
- "name": "github",
- "url": "https://github.com/axelarnetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/axelarcommunity"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/axelar"
- },
- {
- "name": "docs",
- "url": "https://docs.axelar.dev/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/aRZ3Ra6f7D"
- },
- {
- "name": "forum",
- "url": "https://community.axelar.network/"
- },
- {
- "name": "whitepaper",
- "url": "https://axelar.network/axelar_whitepaper.pdf"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/axelar"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@axelar-foundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/axelar/"
- },
- {
- "name": "blog",
- "url": "https://axelar.network/blog"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@Axelarcore"
- }
- ],
- "tags": [
- "governance",
- "staking",
- "staking-native"
- ]
-}
diff --git a/blockchains/axelar/info/logo.png b/blockchains/axelar/info/logo.png
deleted file mode 100644
index 7c2b2efe45889..0000000000000
Binary files a/blockchains/axelar/info/logo.png and /dev/null differ
diff --git a/blockchains/band/info/info.json b/blockchains/band/info/info.json
deleted file mode 100644
index 5b713fef77795..0000000000000
--- a/blockchains/band/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "BandChain",
- "website": "https://bandprotocol.com/",
- "description": "Band Protocol is a cross-chain data oracle platform that aggregates and connects real-world data and APIs to smart contracts.",
- "explorer": "https://cosmoscan.io/",
- "research": "https://research.binance.com/en/projects/band-protocol",
- "symbol": "BAND",
- "type": "coin",
- "decimals": 6,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/bandprotocol/bandchain"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/bandprotocol"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/bandprotocol/"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/bandprotocol/bandchain/wiki"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/band/info/logo.png b/blockchains/band/info/logo.png
deleted file mode 100644
index f89a34f79784b..0000000000000
Binary files a/blockchains/band/info/logo.png and /dev/null differ
diff --git a/blockchains/band/validators/assets/bandvaloper1hcu2spr3r80v36us40mg938f5qhaqq2qeajtfv/logo.png b/blockchains/band/validators/assets/bandvaloper1hcu2spr3r80v36us40mg938f5qhaqq2qeajtfv/logo.png
deleted file mode 100644
index 95674f5ffbf9a..0000000000000
Binary files a/blockchains/band/validators/assets/bandvaloper1hcu2spr3r80v36us40mg938f5qhaqq2qeajtfv/logo.png and /dev/null differ
diff --git a/blockchains/band/validators/assets/bandvaloper1nmlds05h9zpj0m3actleslnmf5ett8xfvmjgju/logo.png b/blockchains/band/validators/assets/bandvaloper1nmlds05h9zpj0m3actleslnmf5ett8xfvmjgju/logo.png
deleted file mode 100644
index 63fe5615e0880..0000000000000
Binary files a/blockchains/band/validators/assets/bandvaloper1nmlds05h9zpj0m3actleslnmf5ett8xfvmjgju/logo.png and /dev/null differ
diff --git a/blockchains/band/validators/assets/bandvaloper1qgvcttnjx3enjqg9pnhclt6d4z7qdknavg4q9c/logo.png b/blockchains/band/validators/assets/bandvaloper1qgvcttnjx3enjqg9pnhclt6d4z7qdknavg4q9c/logo.png
deleted file mode 100644
index 362d63669b379..0000000000000
Binary files a/blockchains/band/validators/assets/bandvaloper1qgvcttnjx3enjqg9pnhclt6d4z7qdknavg4q9c/logo.png and /dev/null differ
diff --git a/blockchains/band/validators/list.json b/blockchains/band/validators/list.json
deleted file mode 100644
index f6a727191402d..0000000000000
--- a/blockchains/band/validators/list.json
+++ /dev/null
@@ -1,20 +0,0 @@
-[
- {
- "id": "bandvaloper1qgvcttnjx3enjqg9pnhclt6d4z7qdknavg4q9c",
- "name": "WeStaking",
- "description": "Secured & Trusted Staking Service",
- "website": "https://westaking.io"
- },
- {
- "id": "bandvaloper1nmlds05h9zpj0m3actleslnmf5ett8xfvmjgju",
- "name": "Smart Stake",
- "description": "Transparent & professional staking validator with automated monitoring tools to ensure high uptime. Dedicated support @ t.me/SmartStake",
- "website": "https://smartstake.io/"
- },
- {
- "id": "bandvaloper1hcu2spr3r80v36us40mg938f5qhaqq2qeajtfv",
- "name": "Stakewolle.com | Auto-compound",
- "description": "🚀 Professional Cosmos validator 🔁Auto-compound with REStakeapp 🛡100% Slashing protection 🎁 All & Special Airdrops for our delegators http://linktr.ee/stakewolle",
- "website": "https://stakewolle.com/"
- }
-]
diff --git a/blockchains/base/assets/0x4200000000000000000000000000000000000006/info.json b/blockchains/base/assets/0x4200000000000000000000000000000000000006/info.json
deleted file mode 100644
index 3b16f337cb660..0000000000000
--- a/blockchains/base/assets/0x4200000000000000000000000000000000000006/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Wrapped Ether",
- "symbol": "WETH",
- "type": "OPTIMISM",
- "decimals": 18,
- "description": "wETH is wrapped ETH",
- "website": "https://weth.io/",
- "explorer": "https://optimistic.etherscan.io/token/0x4200000000000000000000000000000000000006",
- "status": "active",
- "id": "0x4200000000000000000000000000000000000006",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/weth/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/weth/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/base/assets/0x4200000000000000000000000000000000000006/logo.png b/blockchains/base/assets/0x4200000000000000000000000000000000000006/logo.png
deleted file mode 100644
index bf957d38c766d..0000000000000
Binary files a/blockchains/base/assets/0x4200000000000000000000000000000000000006/logo.png and /dev/null differ
diff --git a/blockchains/base/assets/0x78a087d713Be963Bf307b18F2Ff8122EF9A63ae9/info.json b/blockchains/base/assets/0x78a087d713Be963Bf307b18F2Ff8122EF9A63ae9/info.json
deleted file mode 100644
index 339f4132be394..0000000000000
--- a/blockchains/base/assets/0x78a087d713Be963Bf307b18F2Ff8122EF9A63ae9/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Baseswap",
- "symbol": "BSWAP",
- "type": "BASE",
- "decimals": 18,
- "description": "Decentralized finance leverages the individual and collective capacity of all of us, without interference.Join us on BASE chain now.",
- "website": "https://baseswap.fi",
- "explorer": "https://basescan.org/token/0x78a087d713Be963Bf307b18F2Ff8122EF9A63ae9",
- "status": "active",
- "id": "0x78a087d713Be963Bf307b18F2Ff8122EF9A63ae9",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/BaseswapFi"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/BaseSwap_Fi"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/baseswap/"
- }
- ]
-}
diff --git a/blockchains/base/assets/0x78a087d713Be963Bf307b18F2Ff8122EF9A63ae9/logo.png b/blockchains/base/assets/0x78a087d713Be963Bf307b18F2Ff8122EF9A63ae9/logo.png
deleted file mode 100644
index d2dd3f1836703..0000000000000
Binary files a/blockchains/base/assets/0x78a087d713Be963Bf307b18F2Ff8122EF9A63ae9/logo.png and /dev/null differ
diff --git a/blockchains/base/assets/0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913/info.json b/blockchains/base/assets/0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913/info.json
deleted file mode 100644
index f0a92f6ec0f23..0000000000000
--- a/blockchains/base/assets/0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "USD Coin",
- "symbol": "USDC",
- "type": "BASE",
- "decimals": 6,
- "description": "USDC is a fully collateralized US dollar stablecoin, an Ethereum powered coin and is the brainchild of CENTRE, an open source project bootstrapped by contributions from Circle and Coinbase.",
- "website": "https://www.centre.io",
- "explorer": "https://basescan.org/token/0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
- "research": "https://research.binance.com/en/projects/usd-coin",
- "status": "active",
- "id": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/centrehq"
- },
- {
- "name": "whitepaper",
- "url": "https://centre.io/pdfs/centre-whitepaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/usd-coin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/usd-coin/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/centre-blog"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
diff --git a/blockchains/base/assets/0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913/logo.png b/blockchains/base/assets/0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913/logo.png
deleted file mode 100644
index 819922b52bcd6..0000000000000
Binary files a/blockchains/base/assets/0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913/logo.png and /dev/null differ
diff --git a/blockchains/base/info/info.json b/blockchains/base/info/info.json
deleted file mode 100644
index eb1b6868c84ff..0000000000000
--- a/blockchains/base/info/info.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "name": "Base",
- "website": "https://base.org",
- "description": "Base is a secure, low-cost, builder-friendly Ethereum L2 built to bring the next billion users onchain.",
- "explorer": "https://basescan.org",
- "research": "https://base.mirror.xyz",
- "symbol": "ETH",
- "type": "coin",
- "coin_type": 8453,
- "decimals": 18,
- "status": "active",
- "rpc_url": "https://base-mainnet.public.blastapi.io",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/buildonbase"
- },
- {
- "name": "github",
- "url": "https://github.com/base-org"
- }
- ]
-}
diff --git a/blockchains/base/info/logo.png b/blockchains/base/info/logo.png
deleted file mode 100644
index c5a23cea247f9..0000000000000
Binary files a/blockchains/base/info/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/AAVE-8FA/info.json b/blockchains/binance/assets/AAVE-8FA/info.json
deleted file mode 100644
index 3638a4e03a1c0..0000000000000
--- a/blockchains/binance/assets/AAVE-8FA/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Aave Token",
- "symbol": "AAVE",
- "type": "BEP2",
- "decimals": 8,
- "description": "Aave is a decentralized finance protocol that allows people to lend and borrow crypto.",
- "website": "https://aave.com",
- "explorer": "https://explorer.binance.org/asset/AAVE-8FA",
- "research": "https://research.binance.com/en/projects/aave-protocol",
- "status": "active",
- "id": "AAVE-8FA"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/AAVE-8FA/logo.png b/blockchains/binance/assets/AAVE-8FA/logo.png
deleted file mode 100644
index 14cd6ff7b9cf8..0000000000000
Binary files a/blockchains/binance/assets/AAVE-8FA/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ABCD-5D8/info.json b/blockchains/binance/assets/ABCD-5D8/info.json
deleted file mode 100644
index afd07d7036d9d..0000000000000
--- a/blockchains/binance/assets/ABCD-5D8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Africa Stable-Coin",
- "symbol": "ABCD",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "abandoned",
- "explorer": "https://explorer.binance.org/asset/ABCD-5D8",
- "status": "active",
- "id": "ABCD-5D8"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ABCD-5D8/logo.png b/blockchains/binance/assets/ABCD-5D8/logo.png
deleted file mode 100644
index 88327bf7d6a5b..0000000000000
Binary files a/blockchains/binance/assets/ABCD-5D8/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ADA-9F4/info.json b/blockchains/binance/assets/ADA-9F4/info.json
deleted file mode 100644
index 6b58029f21ed2..0000000000000
--- a/blockchains/binance/assets/ADA-9F4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CardanoBEP2",
- "symbol": "ADA",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.binance.org/asset/ADA-9F4",
- "status": "active",
- "id": "ADA-9F4"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ADA-9F4/logo.png b/blockchains/binance/assets/ADA-9F4/logo.png
deleted file mode 100644
index fb5bcfcb2efa5..0000000000000
Binary files a/blockchains/binance/assets/ADA-9F4/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/AERGO-46B/info.json b/blockchains/binance/assets/AERGO-46B/info.json
deleted file mode 100644
index a11588be346a6..0000000000000
--- a/blockchains/binance/assets/AERGO-46B/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Aergo",
- "website": "https://aergo.io",
- "description": "Aergo describes itself as an open-source enterprise blockchain platform optimized for hybrid deployments, which consist of both permissioned and permissionless blockchain architectures.",
- "explorer": "https://explorer.binance.org/asset/AERGO-46B",
- "research": "https://research.binance.com/en/projects/aergo",
- "type": "BEP2",
- "symbol": "AERGO",
- "decimals": 8,
- "status": "active",
- "id": "AERGO-46B"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/AERGO-46B/logo.png b/blockchains/binance/assets/AERGO-46B/logo.png
deleted file mode 100644
index c12b843e41649..0000000000000
Binary files a/blockchains/binance/assets/AERGO-46B/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ALA-DCD/info.json b/blockchains/binance/assets/ALA-DCD/info.json
deleted file mode 100644
index 54cec427a40d0..0000000000000
--- a/blockchains/binance/assets/ALA-DCD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Alaris",
- "symbol": "ALA",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.binance.org/asset/ALA-DCD",
- "status": "active",
- "id": "ALA-DCD"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ALA-DCD/logo.png b/blockchains/binance/assets/ALA-DCD/logo.png
deleted file mode 100644
index 1b28bd7f30374..0000000000000
Binary files a/blockchains/binance/assets/ALA-DCD/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ANKR-E97/info.json b/blockchains/binance/assets/ANKR-E97/info.json
deleted file mode 100644
index da579561df137..0000000000000
--- a/blockchains/binance/assets/ANKR-E97/info.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "ANKR",
- "website": "https://ankr.com",
- "description": "Ankr is building an infrastructure platform and marketplace for Web3-stack deployment.",
- "explorer": "https://explorer.binance.org/asset/ANKR-E97",
- "research": "https://research.binance.com/en/projects/ankr-network",
- "type": "BEP2",
- "symbol": "ANKR",
- "decimals": 8,
- "status": "active",
- "id": "ANKR-E97",
- "links": [
- {
- "name": "blog",
- "url": "https://medium.com/ankr-network"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ankr"
- },
- {
- "name": "whitepaper",
- "url": "https://s3-us-west-1.amazonaws.com/app.ankr.network/assets/Ankr_Whitepaper_20190524.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ANKR-E97/logo.png b/blockchains/binance/assets/ANKR-E97/logo.png
deleted file mode 100644
index 2211830318ff9..0000000000000
Binary files a/blockchains/binance/assets/ANKR-E97/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ARN-71B/info.json b/blockchains/binance/assets/ARN-71B/info.json
deleted file mode 100644
index 0a508bc2fa6f1..0000000000000
--- a/blockchains/binance/assets/ARN-71B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aeron",
- "symbol": "ARN",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.binance.org/asset/ARN-71B",
- "status": "abandoned",
- "id": "ARN-71B"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ARN-71B/logo.png b/blockchains/binance/assets/ARN-71B/logo.png
deleted file mode 100644
index eb6704e191db2..0000000000000
Binary files a/blockchains/binance/assets/ARN-71B/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ARPA-575/info.json b/blockchains/binance/assets/ARPA-575/info.json
deleted file mode 100644
index 943847c3811a7..0000000000000
--- a/blockchains/binance/assets/ARPA-575/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ARPA",
- "symbol": "ARPA",
- "type": "BEP2",
- "decimals": 8,
- "description": "ARPA cryptographically enables private smart contract, unprecedented data-at-use privacy protection, as well as scalable computational sharding",
- "website": "https://arpachain.io/",
- "explorer": "https://explorer.binance.org/asset/ARPA-575",
- "status": "active",
- "id": "ARPA-575"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ARPA-575/logo.png b/blockchains/binance/assets/ARPA-575/logo.png
deleted file mode 100644
index 34ad0ca8e8ddb..0000000000000
Binary files a/blockchains/binance/assets/ARPA-575/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ART-3C9/info.json b/blockchains/binance/assets/ART-3C9/info.json
deleted file mode 100644
index 1bad06369b456..0000000000000
--- a/blockchains/binance/assets/ART-3C9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Maecenas ART Token",
- "symbol": "ART",
- "type": "BEP2",
- "decimals": 8,
- "description": "Maecenas is the first open blockchain platform that democratises access to Fine Art",
- "website": "http://www.maecenas.co/",
- "explorer": "https://explorer.binance.org/asset/ART-3C9",
- "status": "active",
- "id": "ART-3C9"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ART-3C9/logo.png b/blockchains/binance/assets/ART-3C9/logo.png
deleted file mode 100644
index e46a6e7f5760c..0000000000000
Binary files a/blockchains/binance/assets/ART-3C9/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ATOM-596/info.json b/blockchains/binance/assets/ATOM-596/info.json
deleted file mode 100644
index 0183981147200..0000000000000
--- a/blockchains/binance/assets/ATOM-596/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ATOMBEP2",
- "symbol": "ATOM",
- "type": "BEP2",
- "decimals": 8,
- "description": "ATOM BEP2 is a token on Binance Chain issued by Binance, where the price is pegged to ATOM at a rate of 1 ATOM BEP2 = 1 ATOM",
- "website": "https://binance.org",
- "explorer": "https://explorer.binance.org/asset/ATOM-596",
- "status": "active",
- "id": "ATOM-596"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ATOM-596/logo.png b/blockchains/binance/assets/ATOM-596/logo.png
deleted file mode 100644
index 319ae9b37dab8..0000000000000
Binary files a/blockchains/binance/assets/ATOM-596/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ATP-38C/info.json b/blockchains/binance/assets/ATP-38C/info.json
deleted file mode 100644
index c41a3996fb7eb..0000000000000
--- a/blockchains/binance/assets/ATP-38C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Atlas Protocol",
- "symbol": "ATP",
- "type": "BEP2",
- "decimals": 8,
- "description": "Offering one-stop blockchain enterprise solutions to users, circulating value using crypto tokens.",
- "website": "https://atlasp.io/",
- "explorer": "https://explorer.binance.org/asset/ATP-38C",
- "status": "active",
- "id": "ATP-38C"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ATP-38C/logo.png b/blockchains/binance/assets/ATP-38C/logo.png
deleted file mode 100644
index f4c6ac645b82c..0000000000000
Binary files a/blockchains/binance/assets/ATP-38C/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/AVA-645/info.json b/blockchains/binance/assets/AVA-645/info.json
deleted file mode 100644
index 9e1b204e81d71..0000000000000
--- a/blockchains/binance/assets/AVA-645/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Travala.com Token",
- "website": "https://travala.com",
- "description": "Travala.com claims to be the leading blockchain-based travel booking platform.",
- "explorer": "https://explorer.binance.org/asset/AVA-645",
- "research": "https://research.binance.com/en/projects/travala",
- "type": "BEP2",
- "symbol": "AVA",
- "decimals": 8,
- "status": "active",
- "id": "AVA-645"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/AVA-645/logo.png b/blockchains/binance/assets/AVA-645/logo.png
deleted file mode 100644
index f0cfeef3b5e97..0000000000000
Binary files a/blockchains/binance/assets/AVA-645/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/AWC-986/info.json b/blockchains/binance/assets/AWC-986/info.json
deleted file mode 100644
index a5f59af9be4d6..0000000000000
--- a/blockchains/binance/assets/AWC-986/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Atomic Wallet Token",
- "symbol": "AWC",
- "type": "BEP2",
- "decimals": 8,
- "description": "AWC Tokens will serve as an internal currency for Atomic Wallet users.",
- "website": "https://atomicwallet.io/",
- "explorer": "https://explorer.binance.org/asset/AWC-986",
- "status": "active",
- "id": "AWC-986"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/AWC-986/logo.png b/blockchains/binance/assets/AWC-986/logo.png
deleted file mode 100644
index 6e218fa01be0b..0000000000000
Binary files a/blockchains/binance/assets/AWC-986/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/AXPR-777/info.json b/blockchains/binance/assets/AXPR-777/info.json
deleted file mode 100644
index a5c5b11c63539..0000000000000
--- a/blockchains/binance/assets/AXPR-777/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AXPR.B",
- "symbol": "AXPR",
- "type": "BEP2",
- "decimals": 8,
- "description": "aXpire has launched its latest technology innovation into the Fund Administration Services space. aXpire will initially serve to help asset and fund administrators and managers at banks, hedge funds, private equity firms and others to deal with the resource and time-costly process of allocating and apportioning outside vendor costs to each fund, or split of funds as is appropriate, based on the deal.",
- "website": "https://www.axpire.io/",
- "explorer": "https://explorer.binance.org/asset/AXPR-777",
- "status": "active",
- "id": "AXPR-777"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/AXPR-777/logo.png b/blockchains/binance/assets/AXPR-777/logo.png
deleted file mode 100644
index 80d66958f9751..0000000000000
Binary files a/blockchains/binance/assets/AXPR-777/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BAKE-5E0/info.json b/blockchains/binance/assets/BAKE-5E0/info.json
deleted file mode 100644
index efad8ae094306..0000000000000
--- a/blockchains/binance/assets/BAKE-5E0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BakeryToken",
- "type": "BEP2",
- "symbol": "BAKE",
- "decimals": 8,
- "website": "",
- "description": "-",
- "explorer": "https://explorer.binance.org/asset/BAKE-5E0",
- "status": "active",
- "id": "BAKE-5E0"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BAKE-5E0/logo.png b/blockchains/binance/assets/BAKE-5E0/logo.png
deleted file mode 100644
index da2f51babc1b0..0000000000000
Binary files a/blockchains/binance/assets/BAKE-5E0/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BAND-34B/info.json b/blockchains/binance/assets/BAND-34B/info.json
deleted file mode 100644
index 1b7df3afa190e..0000000000000
--- a/blockchains/binance/assets/BAND-34B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BandProtocolBEP2",
- "symbol": "BAND",
- "type": "BEP2",
- "decimals": 8,
- "description": "cross-chain data oracle platform that aggregates and connects real-world data and APIs to smart contracts.",
- "website": "https://bandprotocol.com/",
- "explorer": "https://explorer.binance.org/asset/BAND-34B",
- "status": "active",
- "id": "BAND-34B"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BAND-34B/logo.png b/blockchains/binance/assets/BAND-34B/logo.png
deleted file mode 100644
index 65db187d4f85c..0000000000000
Binary files a/blockchains/binance/assets/BAND-34B/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BAT-07A/info.json b/blockchains/binance/assets/BAT-07A/info.json
deleted file mode 100644
index e1eb595e1d52b..0000000000000
--- a/blockchains/binance/assets/BAT-07A/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Basic Attention Token",
- "website": "https://basicattentiontoken.org",
- "description": "Basic Attention Token (BAT) project is an open-source, decentralized ad exchange platform built, on the Ethereum platform.",
- "explorer": "https://explorer.binance.org/asset/BAT-07A",
- "research": "https://research.binance.com/en/projects/basic-attention-token",
- "type": "BEP2",
- "symbol": "BAT",
- "decimals": 8,
- "status": "active",
- "id": "BAT-07A"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BAT-07A/logo.png b/blockchains/binance/assets/BAT-07A/logo.png
deleted file mode 100644
index e30c1e59f4974..0000000000000
Binary files a/blockchains/binance/assets/BAT-07A/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BAW-DFB/info.json b/blockchains/binance/assets/BAW-DFB/info.json
deleted file mode 100644
index a0488228b3423..0000000000000
--- a/blockchains/binance/assets/BAW-DFB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BAWnetwork",
- "symbol": "BAW",
- "type": "BEP2",
- "decimals": 8,
- "description": "BAW provides an answer to the question of scalabiity facing several blockchains.",
- "website": "https://baw.network/",
- "explorer": "https://explorer.binance.org/asset/BAW-DFB",
- "status": "abandoned",
- "id": "BAW-DFB"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BAW-DFB/logo.png b/blockchains/binance/assets/BAW-DFB/logo.png
deleted file mode 100644
index 7ea57f7111b84..0000000000000
Binary files a/blockchains/binance/assets/BAW-DFB/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BCH-1FD/info.json b/blockchains/binance/assets/BCH-1FD/info.json
deleted file mode 100644
index 11fda445723f0..0000000000000
--- a/blockchains/binance/assets/BCH-1FD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BCH BEP2",
- "symbol": "BCH",
- "type": "BEP2",
- "decimals": 8,
- "description": "BCH BEP2 is a token on Binance Chain issued by Binance, where the price is pegged to BCH at a rate of 1 BCH BEP2 = 1 BCH",
- "website": "https://binance.org",
- "explorer": "https://explorer.binance.org/asset/BCH-1FD",
- "status": "active",
- "id": "BCH-1FD"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BCH-1FD/logo.png b/blockchains/binance/assets/BCH-1FD/logo.png
deleted file mode 100644
index e937e267ec4b6..0000000000000
Binary files a/blockchains/binance/assets/BCH-1FD/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BCHA-959/info.json b/blockchains/binance/assets/BCHA-959/info.json
deleted file mode 100644
index 2f03dba02ec8d..0000000000000
--- a/blockchains/binance/assets/BCHA-959/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoin Cash ABC",
- "symbol": "BCHA",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.binance.org/asset/BCHA-959",
- "status": "active",
- "id": "BCHA-959"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BCHA-959/logo.png b/blockchains/binance/assets/BCHA-959/logo.png
deleted file mode 100644
index b0a8da96ffc11..0000000000000
Binary files a/blockchains/binance/assets/BCHA-959/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BCPT-95A/info.json b/blockchains/binance/assets/BCPT-95A/info.json
deleted file mode 100644
index 27b61d673ce89..0000000000000
--- a/blockchains/binance/assets/BCPT-95A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blockmason Credit Protocol",
- "symbol": "BCPT",
- "type": "BEP2",
- "decimals": 8,
- "description": "Blockmason’s Credit Protocol is a standardized, reliable and secure method for recording and permanently storing debt and credit obligations on the blockchain",
- "website": "https://blockmason.io/",
- "explorer": "https://explorer.binance.org/asset/BCPT-95A",
- "status": "active",
- "id": "BCPT-95A"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BCPT-95A/logo.png b/blockchains/binance/assets/BCPT-95A/logo.png
deleted file mode 100644
index 33c3016ada50c..0000000000000
Binary files a/blockchains/binance/assets/BCPT-95A/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BEAR-14C/info.json b/blockchains/binance/assets/BEAR-14C/info.json
deleted file mode 100644
index 4a129f44aaebe..0000000000000
--- a/blockchains/binance/assets/BEAR-14C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "3X Short Bitcoin Token",
- "symbol": "BEAR",
- "type": "BEP2",
- "decimals": 8,
- "description": "3X Short Bitcoin Token (BEAR) is an BEP2 token which seeks a return that corresponds to -3 times the daily return of Bitcoin.",
- "website": "https://ftx.com/",
- "explorer": "https://explorer.binance.org/asset/BEAR-14C",
- "status": "active",
- "id": "BEAR-14C"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BEAR-14C/logo.png b/blockchains/binance/assets/BEAR-14C/logo.png
deleted file mode 100644
index a4da7ac8c76c2..0000000000000
Binary files a/blockchains/binance/assets/BEAR-14C/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BEL-D85/info.json b/blockchains/binance/assets/BEL-D85/info.json
deleted file mode 100644
index 2216865192b75..0000000000000
--- a/blockchains/binance/assets/BEL-D85/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Bella Protocol",
- "website": "https://bella.fi",
- "description": "Bella Protocol is described to be a set of DeFi products for one-click crypto banking.",
- "explorer": "https://explorer.binance.org/asset/BEL-D85",
- "research": "https://research.binance.com/en/projects/bella",
- "type": "BEP2",
- "symbol": "BEL",
- "decimals": 8,
- "status": "active",
- "id": "BEL-D85"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BEL-D85/logo.png b/blockchains/binance/assets/BEL-D85/logo.png
deleted file mode 100644
index e60767da807fb..0000000000000
Binary files a/blockchains/binance/assets/BEL-D85/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BET-844/info.json b/blockchains/binance/assets/BET-844/info.json
deleted file mode 100644
index daf73abef6ff9..0000000000000
--- a/blockchains/binance/assets/BET-844/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EOSBet Token",
- "symbol": "BET",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.binance.org/asset/BET-844",
- "status": "active",
- "id": "BET-844"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BET-844/logo.png b/blockchains/binance/assets/BET-844/logo.png
deleted file mode 100644
index ee299c03d4533..0000000000000
Binary files a/blockchains/binance/assets/BET-844/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BETH-654/info.json b/blockchains/binance/assets/BETH-654/info.json
deleted file mode 100644
index 30cdd232557db..0000000000000
--- a/blockchains/binance/assets/BETH-654/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Binance Beacon ETH",
- "website": "https://binance.com/en/eth2",
- "description": "BETH is a tokenized asset representing staked ETH at Binance Staking on a 1:1 basis.",
- "explorer": "https://explorer.binance.org/asset/BETH-654",
- "research": "",
- "type": "BEP2",
- "symbol": "BETH",
- "decimals": 8,
- "status": "active",
- "id": "BETH-654"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BETH-654/logo.png b/blockchains/binance/assets/BETH-654/logo.png
deleted file mode 100644
index e9bdb78903618..0000000000000
Binary files a/blockchains/binance/assets/BETH-654/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BETX-A0C/info.json b/blockchains/binance/assets/BETX-A0C/info.json
deleted file mode 100644
index b82da2a5de6b3..0000000000000
--- a/blockchains/binance/assets/BETX-A0C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BETX Token",
- "symbol": "BETX",
- "type": "BEP2",
- "decimals": 8,
- "description": "BETX.FUN provides users with a community autonomous gaming platform with rich entertainment games.",
- "website": "https://www.betx.fun",
- "explorer": "https://explorer.binance.org/asset/BETX-A0C",
- "status": "abandoned",
- "id": "BETX-A0C"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BETX-A0C/logo.png b/blockchains/binance/assets/BETX-A0C/logo.png
deleted file mode 100644
index 15c7d867770a8..0000000000000
Binary files a/blockchains/binance/assets/BETX-A0C/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BGBP-CF3/info.json b/blockchains/binance/assets/BGBP-CF3/info.json
deleted file mode 100644
index c606ce8030759..0000000000000
--- a/blockchains/binance/assets/BGBP-CF3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Binance GBP Stable Coin",
- "symbol": "BGBP",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.binance.org/asset/BGBP-CF3",
- "status": "abandoned",
- "id": "BGBP-CF3"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BGBP-CF3/logo.png b/blockchains/binance/assets/BGBP-CF3/logo.png
deleted file mode 100644
index 729c32b371767..0000000000000
Binary files a/blockchains/binance/assets/BGBP-CF3/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BHC-3E8M/info.json b/blockchains/binance/assets/BHC-3E8M/info.json
deleted file mode 100644
index 878db57b924f5..0000000000000
--- a/blockchains/binance/assets/BHC-3E8M/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Billion Happiness",
- "type": "BEP2",
- "symbol": "BHC",
- "decimals": 8,
- "website": "",
- "description": "-",
- "explorer": "https://explorer.binance.org/asset/BHC-3E8M",
- "status": "abandoned",
- "id": "BHC-3E8M"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BHC-3E8M/logo.png b/blockchains/binance/assets/BHC-3E8M/logo.png
deleted file mode 100644
index 79cc66fee2b6b..0000000000000
Binary files a/blockchains/binance/assets/BHC-3E8M/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BHFT-BBE/info.json b/blockchains/binance/assets/BHFT-BBE/info.json
deleted file mode 100644
index 5f4e09a7658d2..0000000000000
--- a/blockchains/binance/assets/BHFT-BBE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Humanity First Token",
- "symbol": "BHFT",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.binance.org/asset/BHFT-BBE",
- "status": "active",
- "id": "BHFT-BBE"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BHFT-BBE/logo.png b/blockchains/binance/assets/BHFT-BBE/logo.png
deleted file mode 100644
index 2b06a5aada8b7..0000000000000
Binary files a/blockchains/binance/assets/BHFT-BBE/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BIDR-0E9/info.json b/blockchains/binance/assets/BIDR-0E9/info.json
deleted file mode 100644
index a66e60516dced..0000000000000
--- a/blockchains/binance/assets/BIDR-0E9/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Binance IDR",
- "website": "https://binance.com/en/news/flash/36564",
- "description": "Binance IDR (BIDR) is a token issued by Tokocrypto with a price pegged to the Indonesian Rupiah at a 1:1 rate.",
- "explorer": "https://explorer.binance.org/asset/BIDR-0E9",
- "research": "https://research.binance.com/en/projects/binance-idr",
- "type": "BEP2",
- "symbol": "BIDR",
- "decimals": 8,
- "status": "active",
- "id": "BIDR-0E9"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BIDR-0E9/logo.png b/blockchains/binance/assets/BIDR-0E9/logo.png
deleted file mode 100644
index 6da8d892abdca..0000000000000
Binary files a/blockchains/binance/assets/BIDR-0E9/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BIFI-290/info.json b/blockchains/binance/assets/BIFI-290/info.json
deleted file mode 100644
index 00c60c0559229..0000000000000
--- a/blockchains/binance/assets/BIFI-290/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "beefy.finance",
- "symbol": "BIFI",
- "type": "BEP2",
- "decimals": 8,
- "description": "The Multichain Yield Optimizer",
- "website": "https://beefy.finance",
- "explorer": "https://explorer.binance.org/asset/BIFI-290",
- "status": "active",
- "id": "BIFI-290",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/beefyfinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/beefyannouncement"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/binance/assets/BIFI-290/logo.png b/blockchains/binance/assets/BIFI-290/logo.png
deleted file mode 100644
index 6c09bb9a38215..0000000000000
Binary files a/blockchains/binance/assets/BIFI-290/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BKBT-3A6/info.json b/blockchains/binance/assets/BKBT-3A6/info.json
deleted file mode 100644
index cbf96d34fecf8..0000000000000
--- a/blockchains/binance/assets/BKBT-3A6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitwires Token",
- "symbol": "BKBT",
- "type": "BEP2",
- "decimals": 8,
- "description": "The Bitwires token (BKBT) acts as the token incentive within the Bitwires blockchain-based social media platform. The Bitwires network rewards users for reading, sharing, and contributing its platform in BKBT tokens.",
- "website": "https://www.bitwires.com/en/",
- "explorer": "https://explorer.binance.org/asset/BKBT-3A6",
- "status": "active",
- "id": "BKBT-3A6"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BKBT-3A6/logo.png b/blockchains/binance/assets/BKBT-3A6/logo.png
deleted file mode 100644
index 0e5c0bdc9da84..0000000000000
Binary files a/blockchains/binance/assets/BKBT-3A6/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BKRW-AB7/info.json b/blockchains/binance/assets/BKRW-AB7/info.json
deleted file mode 100644
index aecbf5854d4d9..0000000000000
--- a/blockchains/binance/assets/BKRW-AB7/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Binance KRW",
- "website": "https://binance.zendesk.com/hc/en-us/articles/360040135172",
- "description": "Binance KRW (BKRW) is a token issued by Binance Korea with a price pegged to the Korean Won at a 1:1 rate.",
- "explorer": "https://explorer.binance.org/asset/BKRW-AB7",
- "research": "https://research.binance.com/en/projects/binance-krw",
- "type": "BEP2",
- "symbol": "BKRW",
- "decimals": 8,
- "status": "active",
- "id": "BKRW-AB7"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BKRW-AB7/logo.png b/blockchains/binance/assets/BKRW-AB7/logo.png
deleted file mode 100644
index 82e90a2f90281..0000000000000
Binary files a/blockchains/binance/assets/BKRW-AB7/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BLINK-9C6/info.json b/blockchains/binance/assets/BLINK-9C6/info.json
deleted file mode 100644
index 3cc67c5262d59..0000000000000
--- a/blockchains/binance/assets/BLINK-9C6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blockmason Link",
- "symbol": "BLINK",
- "type": "BEP2",
- "decimals": 8,
- "description": "Blockmason Link aims to create conventional web-based APIs for any smart contract written on a programmatic blockchain. Any software capable of using a web API can reportedly use the Link app with no special libraries, tools, or blockchain knowledge required.",
- "website": "https://blockmason.link/",
- "explorer": "https://explorer.binance.org/asset/BLINK-9C6",
- "status": "active",
- "id": "BLINK-9C6"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BLINK-9C6/logo.png b/blockchains/binance/assets/BLINK-9C6/logo.png
deleted file mode 100644
index 0281cd8c6972a..0000000000000
Binary files a/blockchains/binance/assets/BLINK-9C6/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BOLT-4C6/info.json b/blockchains/binance/assets/BOLT-4C6/info.json
deleted file mode 100644
index 5bba9350f4f65..0000000000000
--- a/blockchains/binance/assets/BOLT-4C6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BOLT Token",
- "symbol": "BOLT",
- "type": "BEP2",
- "decimals": 8,
- "description": "Watch your favourite channels LIVE on BOLT+ and get rewarded in BOLT X.",
- "website": "https://bolt.global/",
- "explorer": "https://explorer.binance.org/asset/BOLT-4C6",
- "status": "active",
- "id": "BOLT-4C6"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BOLT-4C6/logo.png b/blockchains/binance/assets/BOLT-4C6/logo.png
deleted file mode 100644
index bd61bde59bd64..0000000000000
Binary files a/blockchains/binance/assets/BOLT-4C6/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BST2-2F2/info.json b/blockchains/binance/assets/BST2-2F2/info.json
deleted file mode 100644
index 39d46a312a087..0000000000000
--- a/blockchains/binance/assets/BST2-2F2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BOOSTO",
- "symbol": "BST2",
- "type": "BEP2",
- "decimals": 8,
- "description": "Combine the talents of App developers and social media content creators, to build up a Decentralized DApp Ecosystem.",
- "website": "https://boosto.io/",
- "explorer": "https://explorer.binance.org/asset/BST2-2F2",
- "status": "active",
- "id": "BST2-2F2"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BST2-2F2/logo.png b/blockchains/binance/assets/BST2-2F2/logo.png
deleted file mode 100644
index 9457f5e8dbafa..0000000000000
Binary files a/blockchains/binance/assets/BST2-2F2/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BTCB-1DE/info.json b/blockchains/binance/assets/BTCB-1DE/info.json
deleted file mode 100644
index 5fc20af80474d..0000000000000
--- a/blockchains/binance/assets/BTCB-1DE/info.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "Bitcoin BEP2",
- "website": "https://binance.org",
- "description": "Bitcoin BEP2 (BTCB) is a token on Binance Chain issued by Binance, where the price is pegged to BTC at a rate of 1 BTCB = 1 BTC.",
- "explorer": "https://explorer.binance.org/asset/BTCB-1DE",
- "research": "",
- "type": "BEP2",
- "symbol": "BTCB",
- "decimals": 8,
- "status": "active",
- "id": "BTCB-1DE",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/BinanceDEXchange"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/BinanceChain"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BTCB-1DE/logo.png b/blockchains/binance/assets/BTCB-1DE/logo.png
deleted file mode 100644
index f26deab0e2a0b..0000000000000
Binary files a/blockchains/binance/assets/BTCB-1DE/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BTTB-D31/info.json b/blockchains/binance/assets/BTTB-D31/info.json
deleted file mode 100644
index bc408ec8bfdfd..0000000000000
--- a/blockchains/binance/assets/BTTB-D31/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTTB",
- "symbol": "BTTB",
- "type": "BEP2",
- "decimals": 8,
- "description": "BTT utility token that allows content creators to connect with their audience, earn and spend digital currency without a middleman.",
- "website": "https://www.bittorrent.com/btt/",
- "explorer": "https://explorer.binance.org/asset/BTTB-D31",
- "status": "active",
- "id": "BTTB-D31"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BTTB-D31/logo.png b/blockchains/binance/assets/BTTB-D31/logo.png
deleted file mode 100644
index a3336a109e060..0000000000000
Binary files a/blockchains/binance/assets/BTTB-D31/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BULL-BE4/info.json b/blockchains/binance/assets/BULL-BE4/info.json
deleted file mode 100644
index 19cc859929e4b..0000000000000
--- a/blockchains/binance/assets/BULL-BE4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "3x Long Bitcoin Token",
- "symbol": "BULL",
- "type": "BEP2",
- "decimals": 8,
- "description": "seeks a return that corresponds to 3 times the daily return of Bitcoin.",
- "website": "https://ftx.com/",
- "explorer": "https://explorer.binance.org/asset/BULL-BE4",
- "status": "active",
- "id": "BULL-BE4"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BULL-BE4/logo.png b/blockchains/binance/assets/BULL-BE4/logo.png
deleted file mode 100644
index 9f93159ddbac0..0000000000000
Binary files a/blockchains/binance/assets/BULL-BE4/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BURGER-33A/info.json b/blockchains/binance/assets/BURGER-33A/info.json
deleted file mode 100644
index 22c9c6b52c20c..0000000000000
--- a/blockchains/binance/assets/BURGER-33A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Burger Swap",
- "type": "BEP2",
- "symbol": "BURGER",
- "decimals": 8,
- "website": "",
- "description": "-",
- "explorer": "https://explorer.binance.org/asset/BURGER-33A",
- "status": "active",
- "id": "BURGER-33A"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BURGER-33A/logo.png b/blockchains/binance/assets/BURGER-33A/logo.png
deleted file mode 100644
index 57a698f7a9cce..0000000000000
Binary files a/blockchains/binance/assets/BURGER-33A/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BUSD-BD1/info.json b/blockchains/binance/assets/BUSD-BD1/info.json
deleted file mode 100644
index 27b922f025cdf..0000000000000
--- a/blockchains/binance/assets/BUSD-BD1/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Binance USD",
- "website": "https://paxos.com/busd",
- "description": "BUSD is a stablecoin issued by Paxos in partnership with Binance.",
- "explorer": "https://explorer.binance.org/asset/BUSD-BD1",
- "research": "https://research.binance.com/en/projects/binance-usd",
- "type": "BEP2",
- "symbol": "BUSD",
- "decimals": 8,
- "status": "active",
- "id": "BUSD-BD1"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BUSD-BD1/logo.png b/blockchains/binance/assets/BUSD-BD1/logo.png
deleted file mode 100644
index 76d02e370b6d6..0000000000000
Binary files a/blockchains/binance/assets/BUSD-BD1/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/BZNT-464/info.json b/blockchains/binance/assets/BZNT-464/info.json
deleted file mode 100644
index 87a8b6c4bb716..0000000000000
--- a/blockchains/binance/assets/BZNT-464/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bezant Token",
- "symbol": "BZNT",
- "type": "BEP2",
- "decimals": 8,
- "description": "Bezant is a decentralized payment protocol that allows content creators and online merchants to setup stores and send/receive payments internationally.",
- "website": "https://bezant.io/",
- "explorer": "https://explorer.binance.org/asset/BZNT-464",
- "status": "active",
- "id": "BZNT-464"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/BZNT-464/logo.png b/blockchains/binance/assets/BZNT-464/logo.png
deleted file mode 100644
index 04ce623468e87..0000000000000
Binary files a/blockchains/binance/assets/BZNT-464/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/CAKE-435/info.json b/blockchains/binance/assets/CAKE-435/info.json
deleted file mode 100644
index d9478c8fd929d..0000000000000
--- a/blockchains/binance/assets/CAKE-435/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "PancakeSwap Token",
- "website": "https://pancakeswap.finance",
- "description": "PancakeSwap is a yield farming project whereby users can get FLIP (LP token) for staking and get CAKE token as reward.",
- "explorer": "https://explorer.binance.org/asset/CAKE-435",
- "research": "https://research.binance.com/en/projects/pancakeswap",
- "type": "BEP2",
- "symbol": "CAKE",
- "decimals": 8,
- "status": "active",
- "id": "CAKE-435"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/CAKE-435/logo.png b/blockchains/binance/assets/CAKE-435/logo.png
deleted file mode 100644
index 0c04cbb080b16..0000000000000
Binary files a/blockchains/binance/assets/CAKE-435/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/CAN-677/info.json b/blockchains/binance/assets/CAN-677/info.json
deleted file mode 100644
index fc6504e712f47..0000000000000
--- a/blockchains/binance/assets/CAN-677/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CanYaCoin",
- "symbol": "CAN",
- "type": "BEP2",
- "decimals": 8,
- "description": "CanYa is a peer to peer market of skilled services - where users are instantly connected to service providers. Unlike most ICO's we already have a working product, high user growth and an experienced team.",
- "website": "https://canya.io/",
- "explorer": "https://explorer.binance.org/asset/CAN-677",
- "status": "active",
- "id": "CAN-677"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/CAN-677/logo.png b/blockchains/binance/assets/CAN-677/logo.png
deleted file mode 100644
index 66e4e427f0ac0..0000000000000
Binary files a/blockchains/binance/assets/CAN-677/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/CAS-167/info.json b/blockchains/binance/assets/CAS-167/info.json
deleted file mode 100644
index 882e67b6347b5..0000000000000
--- a/blockchains/binance/assets/CAS-167/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CASHAA",
- "symbol": "CAS",
- "type": "BEP2",
- "decimals": 8,
- "website": "https://cashaa.com",
- "description": "Cashaa is a global banking solution for the crypto industry. It’s the world’s first banking platform that enables the seamless transaction of both fiat and crypto from the one account dashboard.",
- "explorer": "https://explorer.binance.org/asset/CAS-167",
- "status": "active",
- "id": "CAS-167"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/CAS-167/logo.png b/blockchains/binance/assets/CAS-167/logo.png
deleted file mode 100644
index 4e57228493ce7..0000000000000
Binary files a/blockchains/binance/assets/CAS-167/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/CBIX-3C9/info.json b/blockchains/binance/assets/CBIX-3C9/info.json
deleted file mode 100644
index 0a41b1d22e557..0000000000000
--- a/blockchains/binance/assets/CBIX-3C9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cubiex",
- "symbol": "CBIX",
- "type": "BEP2",
- "decimals": 8,
- "description": "European-based next-generation tokenized streaming network for eSports & gaming enthusiasts",
- "website": "https://www.cubiex.com/",
- "explorer": "https://explorer.binance.org/asset/CBIX-3C9",
- "status": "active",
- "id": "CBIX-3C9"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/CBIX-3C9/logo.png b/blockchains/binance/assets/CBIX-3C9/logo.png
deleted file mode 100644
index 5cdb23bec92d2..0000000000000
Binary files a/blockchains/binance/assets/CBIX-3C9/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/CBM-4B2/info.json b/blockchains/binance/assets/CBM-4B2/info.json
deleted file mode 100644
index 1be923e821c69..0000000000000
--- a/blockchains/binance/assets/CBM-4B2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptoBonusMiles",
- "symbol": "CBM",
- "type": "BEP2",
- "decimals": 8,
- "description": "CryptoBonusMiles helps to save on travelling even more, by adding CBM reward points to standard airline loyalty programs. CryptoBonusMiles expands Aeron solution to the mass market for millions of people who have ever flown, bringing convenience to the air travelers.",
- "website": "https://cryptobonusmiles.com/",
- "explorer": "https://explorer.binance.org/asset/CBM-4B2",
- "status": "active",
- "id": "CBM-4B2"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/CBM-4B2/logo.png b/blockchains/binance/assets/CBM-4B2/logo.png
deleted file mode 100644
index cdc7ca7ea4aac..0000000000000
Binary files a/blockchains/binance/assets/CBM-4B2/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/CHZ-ECD/info.json b/blockchains/binance/assets/CHZ-ECD/info.json
deleted file mode 100644
index 5db045a7e1ac7..0000000000000
--- a/blockchains/binance/assets/CHZ-ECD/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Chiliz",
- "website": "https://chiliz.com",
- "description": "Chiliz, powering Socios.com, aims to give sports and esports fans the ability to crowd-manage their favorite teams, games, leagues, and events.",
- "explorer": "https://explorer.binance.org/asset/CHZ-ECD",
- "type": "BEP2",
- "symbol": "CHZ",
- "decimals": 8,
- "status": "active",
- "id": "CHZ-ECD",
- "tags": [
- "nft"
- ],
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/chiliz_io"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/chiliZ/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/chiliZdotcom/"
- },
- {
- "name": "blog",
- "url": "https://medium.com/chiliz"
- },
- {
- "name": "whitepaper",
- "url": "https://chiliz.com/docs/CHZ_whitepaper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/chiliz/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/CHZ-ECD/logo.png b/blockchains/binance/assets/CHZ-ECD/logo.png
deleted file mode 100644
index 4adeaf439a002..0000000000000
Binary files a/blockchains/binance/assets/CHZ-ECD/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/CNNS-E16/info.json b/blockchains/binance/assets/CNNS-E16/info.json
deleted file mode 100644
index 9cac5f0bacdc7..0000000000000
--- a/blockchains/binance/assets/CNNS-E16/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crypto Neo-value Neural System",
- "symbol": "CNNS",
- "type": "BEP2",
- "decimals": 8,
- "description": "A vibrant global ecosystem for information and value exchange to gain maximum benefit for all the key participants in the blockchain industry.",
- "website": "https://cnns.io/",
- "explorer": "https://explorer.binance.org/asset/CNNS-E16",
- "status": "active",
- "id": "CNNS-E16"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/CNNS-E16/logo.png b/blockchains/binance/assets/CNNS-E16/logo.png
deleted file mode 100644
index bf2f282b27baf..0000000000000
Binary files a/blockchains/binance/assets/CNNS-E16/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/COCOS-CED/info.json b/blockchains/binance/assets/COCOS-CED/info.json
deleted file mode 100644
index c745fb488b188..0000000000000
--- a/blockchains/binance/assets/COCOS-CED/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CocosTokenV2",
- "symbol": "COCOS",
- "type": "BEP2",
- "decimals": 8,
- "description": "https://research.binance.com/en/projects/cocos-bcx",
- "website": "http://www.cocosbcx.io/en/",
- "explorer": "https://explorer.binance.org/asset/COCOS-CED",
- "status": "active",
- "id": "COCOS-CED"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/COCOS-CED/logo.png b/blockchains/binance/assets/COCOS-CED/logo.png
deleted file mode 100644
index 3575393d233f5..0000000000000
Binary files a/blockchains/binance/assets/COCOS-CED/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/COMP-DEE/info.json b/blockchains/binance/assets/COMP-DEE/info.json
deleted file mode 100644
index 5203ff3823952..0000000000000
--- a/blockchains/binance/assets/COMP-DEE/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Compound",
- "website": "https://compound.finance",
- "description": "Compound is the governance token for the Compound protocol.",
- "explorer": "https://explorer.binance.org/asset/COMP-DEE",
- "research": "https://research.binance.com/en/projects/compound",
- "type": "BEP2",
- "symbol": "COMP",
- "decimals": 8,
- "status": "active",
- "id": "COMP-DEE"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/COMP-DEE/logo.png b/blockchains/binance/assets/COMP-DEE/logo.png
deleted file mode 100644
index 5011b1a39ec58..0000000000000
Binary files a/blockchains/binance/assets/COMP-DEE/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/COS-2E4/info.json b/blockchains/binance/assets/COS-2E4/info.json
deleted file mode 100644
index afb0a1c86db91..0000000000000
--- a/blockchains/binance/assets/COS-2E4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Contentos",
- "symbol": "COS",
- "type": "BEP2",
- "decimals": 8,
- "description": "The Decentralized Global Content Ecosystem",
- "website": "https://www.contentos.io/",
- "explorer": "https://explorer.binance.org/asset/COS-2E4",
- "status": "active",
- "id": "COS-2E4"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/COS-2E4/logo.png b/blockchains/binance/assets/COS-2E4/logo.png
deleted file mode 100644
index 7739db473b539..0000000000000
Binary files a/blockchains/binance/assets/COS-2E4/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/COTI-CBB/info.json b/blockchains/binance/assets/COTI-CBB/info.json
deleted file mode 100644
index 29813f1554cc7..0000000000000
--- a/blockchains/binance/assets/COTI-CBB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COTI",
- "website": "https://coti.io",
- "description": "COTI describes itself as a 'fully encompassing finance on the blockchain” ecosystem that is designed specifically to meet the challenges of traditional finance.",
- "explorer": "https://explorer.binance.org/asset/COTI-CBB",
- "type": "BEP2",
- "symbol": "COTI",
- "decimals": 8,
- "status": "active",
- "id": "COTI-CBB"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/COTI-CBB/logo.png b/blockchains/binance/assets/COTI-CBB/logo.png
deleted file mode 100644
index c62f77512864e..0000000000000
Binary files a/blockchains/binance/assets/COTI-CBB/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/COVA-218/info.json b/blockchains/binance/assets/COVA-218/info.json
deleted file mode 100644
index d7891a4924479..0000000000000
--- a/blockchains/binance/assets/COVA-218/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Covalent Token",
- "symbol": "COVA",
- "type": "BEP2",
- "decimals": 8,
- "description": "COVA Unity is a blockchain protocol that allows the monetization of enterprise data without compromising user data privacy.",
- "website": "http://covalent.ai/",
- "explorer": "https://explorer.binance.org/asset/COVA-218",
- "status": "active",
- "id": "COVA-218"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/COVA-218/logo.png b/blockchains/binance/assets/COVA-218/logo.png
deleted file mode 100644
index 9463a5c64ae75..0000000000000
Binary files a/blockchains/binance/assets/COVA-218/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/CRPT-8C9/info.json b/blockchains/binance/assets/CRPT-8C9/info.json
deleted file mode 100644
index edc4e3f654b70..0000000000000
--- a/blockchains/binance/assets/CRPT-8C9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crypterium Token",
- "symbol": "CRPT",
- "type": "BEP2",
- "decimals": 8,
- "description": "Utility token intended for usage in any B2B/B2C products with different mechanics and is mainly used as a fee payment solution in Crypterium ecosystem.",
- "website": "https://crypterium.com/",
- "explorer": "https://explorer.binance.org/asset/CRPT-8C9",
- "status": "active",
- "id": "CRPT-8C9"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/CRPT-8C9/logo.png b/blockchains/binance/assets/CRPT-8C9/logo.png
deleted file mode 100644
index 00d368a157f2b..0000000000000
Binary files a/blockchains/binance/assets/CRPT-8C9/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/CSM-734/info.json b/blockchains/binance/assets/CSM-734/info.json
deleted file mode 100644
index e312cc50dbd42..0000000000000
--- a/blockchains/binance/assets/CSM-734/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "“Consentium”",
- "symbol": "CSM",
- "type": "BEP2",
- "decimals": 8,
- "description": "Best-in-class chat application with multi-digital-currency C2C (consumer to consumer) transfers as well as proprietary chat community monetisation model (CCM)",
- "website": "https://www.consentium.net/",
- "explorer": "https://explorer.binance.org/asset/CSM-734",
- "status": "active",
- "id": "CSM-734"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/CSM-734/logo.png b/blockchains/binance/assets/CSM-734/logo.png
deleted file mode 100644
index 3142944efe018..0000000000000
Binary files a/blockchains/binance/assets/CSM-734/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/CTK-EB8/info.json b/blockchains/binance/assets/CTK-EB8/info.json
deleted file mode 100644
index 2adde99bdaa89..0000000000000
--- a/blockchains/binance/assets/CTK-EB8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CertiK Token",
- "type": "BEP2",
- "symbol": "CTK-EB8",
- "decimals": 8,
- "website": "",
- "description": "-",
- "explorer": "https://explorer.binance.org/asset/CTK-EB8",
- "status": "active",
- "id": "CTK-EB8"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/CTK-EB8/logo.png b/blockchains/binance/assets/CTK-EB8/logo.png
deleted file mode 100644
index 90ff21db7ea7d..0000000000000
Binary files a/blockchains/binance/assets/CTK-EB8/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/DAI-D75/info.json b/blockchains/binance/assets/DAI-D75/info.json
deleted file mode 100644
index 357350520e9bb..0000000000000
--- a/blockchains/binance/assets/DAI-D75/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DaiBEP2",
- "symbol": "DAI",
- "type": "BEP2",
- "decimals": 8,
- "description": "DAI BEP2 is a token on Binance Chain issued by Binance, where the price is pegged to DAI at a rate of 1 DAI BEP2 = 1 DAI",
- "website": "https://binance.org",
- "explorer": "https://explorer.binance.org/asset/DAI-D75",
- "status": "active",
- "id": "DAI-D75"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/DAI-D75/logo.png b/blockchains/binance/assets/DAI-D75/logo.png
deleted file mode 100644
index 2d41a147034f4..0000000000000
Binary files a/blockchains/binance/assets/DAI-D75/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/DARC-087/info.json b/blockchains/binance/assets/DARC-087/info.json
deleted file mode 100644
index 7c190f1fe1783..0000000000000
--- a/blockchains/binance/assets/DARC-087/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "DARC Token",
- "symbol": "DARC",
- "type": "BEP2",
- "decimals": 8,
- "description": "DARC is the main token for Konstellation network, a blockchain ecosystem for the global financial services industry.",
- "website": "https://konstellation.tech/",
- "explorer": "https://explorer.binance.org/asset/DARC-087",
- "status": "active",
- "id": "DARC-087",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/KNSTL_TECH"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Konstellation"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/DARC-087/logo.png b/blockchains/binance/assets/DARC-087/logo.png
deleted file mode 100644
index 9c29351654e63..0000000000000
Binary files a/blockchains/binance/assets/DARC-087/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/DARC-24B/info.json b/blockchains/binance/assets/DARC-24B/info.json
deleted file mode 100644
index ba2d6fe668839..0000000000000
--- a/blockchains/binance/assets/DARC-24B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Konstellation Network",
- "symbol": "DARC",
- "type": "BEP2",
- "decimals": 8,
- "description": "a fintech company focused on development and implementation of blockchain technology for the global financial services industry.",
- "website": "https://konstellation.tech/",
- "explorer": "https://explorer.binance.org/asset/DARC-24B",
- "status": "abandoned",
- "id": "DARC-24B"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/DEEP-9D3/info.json b/blockchains/binance/assets/DEEP-9D3/info.json
deleted file mode 100644
index 8f4ba73907491..0000000000000
--- a/blockchains/binance/assets/DEEP-9D3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DeepCloud",
- "symbol": "DEEP",
- "type": "BEP2",
- "decimals": 8,
- "description": "Decentralized cloud for decentralized applications.",
- "website": "https://www.deepcloudai.com/",
- "explorer": "https://explorer.binance.org/asset/DEEP-9D3",
- "status": "abandoned",
- "id": "DEEP-9D3"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/DEEP-9D3/logo.png b/blockchains/binance/assets/DEEP-9D3/logo.png
deleted file mode 100644
index 9a7f971664150..0000000000000
Binary files a/blockchains/binance/assets/DEEP-9D3/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/DEFI-FA5/info.json b/blockchains/binance/assets/DEFI-FA5/info.json
deleted file mode 100644
index 398c35f09ff10..0000000000000
--- a/blockchains/binance/assets/DEFI-FA5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DeFi Token",
- "symbol": "DEFI",
- "type": "BEP2",
- "decimals": 8,
- "description": "Defi aims to be the world’s leading enterprise-grade blockchain-based multi-party credit data collaboration platform that can accommodate credit information for the next billion consumers.",
- "website": "https://www.defilab.com/",
- "explorer": "https://explorer.binance.org/asset/DEFI-FA5",
- "status": "active",
- "id": "DEFI-FA5"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/DEFI-FA5/logo.png b/blockchains/binance/assets/DEFI-FA5/logo.png
deleted file mode 100644
index 692a26779d77d..0000000000000
Binary files a/blockchains/binance/assets/DEFI-FA5/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/DFY-EA0/info.json b/blockchains/binance/assets/DFY-EA0/info.json
deleted file mode 100644
index 47bed284fa5ce..0000000000000
--- a/blockchains/binance/assets/DFY-EA0/info.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "name": "DeFi For You.",
- "website": "https://defi.com.vn",
- "description": "DEFI For You. Is a listing where by users can make pawn loans online to a worldwide market. We are basically letting you run your own online finance company with rates of your choosing. If you ever dreamed of owning your own bank well now you can. DEFi For You aims to clean up the Pawn industry using DFY smart contracts. At last Cryptocurrency has come if age. This is a world first and the market is limitless.",
- "explorer": "https://explorer.binance.org/asset/DFY-EA0",
- "research": "",
- "type": "BEP2",
- "symbol": "DFY",
- "decimals": 8,
- "status": "active",
- "id": "DFY-EA0",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/defi-vn/DeFi-VN-Smart-Contract"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/DeFi For You."
- },
- {
- "name": "telegram",
- "url": "https://t.me/DefiForYouDFY"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/DeFiForYouDFY"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/user/DeFiForYou"
- },
- {
- "name": "whitepaper",
- "url": "https://defi.com.vn/document/DFY-White-Paper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/DFY-EA0/logo.png b/blockchains/binance/assets/DFY-EA0/logo.png
deleted file mode 100644
index 6886894891a95..0000000000000
Binary files a/blockchains/binance/assets/DFY-EA0/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/DOGE-B67/info.json b/blockchains/binance/assets/DOGE-B67/info.json
deleted file mode 100644
index 423f80167a1d4..0000000000000
--- a/blockchains/binance/assets/DOGE-B67/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Dogecoin",
- "website": "https://dogecoin.com/",
- "description": "An Open Source Peer-To-Peer Digital Currency Favored By All Shiba Inus Worldwide.",
- "explorer": "https://explorer.binance.org/asset/DOGE-B67",
- "research": "https://research.binance.com/en/projects/dogecoin",
- "type": "BEP2",
- "symbol": "DOGE",
- "decimals": 8,
- "status": "active",
- "id": "DOGE-B67"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/DOGE-B67/logo.png b/blockchains/binance/assets/DOGE-B67/logo.png
deleted file mode 100644
index 8db4b84afc431..0000000000000
Binary files a/blockchains/binance/assets/DOGE-B67/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/DOS-120/info.json b/blockchains/binance/assets/DOS-120/info.json
deleted file mode 100644
index ba37b52e8cdbe..0000000000000
--- a/blockchains/binance/assets/DOS-120/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DOS Network Token",
- "symbol": "DOS",
- "type": "BEP2",
- "decimals": 8,
- "description": "A Decentralized Oracle Service supporting multiple heterogeneous blockchains.",
- "website": "https://dos.network/",
- "explorer": "https://explorer.binance.org/asset/DOS-120",
- "status": "active",
- "id": "DOS-120"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/DOS-120/logo.png b/blockchains/binance/assets/DOS-120/logo.png
deleted file mode 100644
index d871307ef08e2..0000000000000
Binary files a/blockchains/binance/assets/DOS-120/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/DOT-64C/info.json b/blockchains/binance/assets/DOT-64C/info.json
deleted file mode 100644
index 84024ef899b4c..0000000000000
--- a/blockchains/binance/assets/DOT-64C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PolkadotBEP2",
- "symbol": "DOT",
- "type": "BEP2",
- "decimals": 8,
- "description": "Polkadot BEP2 is a token on Binance Chain issued by Binance, where the price is pegged to DOT at a rate of 1 DOT BEP2 = 1 DOT",
- "website": "https://binance.org",
- "explorer": "https://explorer.binance.org/asset/DOT-64C",
- "status": "active",
- "id": "DOT-64C"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/DOT-64C/logo.png b/blockchains/binance/assets/DOT-64C/logo.png
deleted file mode 100644
index 5e36153e4df3d..0000000000000
Binary files a/blockchains/binance/assets/DOT-64C/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/DREP-7D2/info.json b/blockchains/binance/assets/DREP-7D2/info.json
deleted file mode 100644
index 7d7814432156c..0000000000000
--- a/blockchains/binance/assets/DREP-7D2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DREP",
- "symbol": "DREP",
- "type": "BEP2",
- "decimals": 8,
- "description": "Decentralized Reputation System (DREP) enables Internet platforms to quantify, monetize, and share reputation value.",
- "website": "https://www.drep.org/",
- "explorer": "https://explorer.binance.org/asset/DREP-7D2",
- "status": "active",
- "id": "DREP-7D2"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/DREP-7D2/logo.png b/blockchains/binance/assets/DREP-7D2/logo.png
deleted file mode 100644
index 8928b0f87e919..0000000000000
Binary files a/blockchains/binance/assets/DREP-7D2/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/DUSK-45E/info.json b/blockchains/binance/assets/DUSK-45E/info.json
deleted file mode 100644
index 427cdabc67992..0000000000000
--- a/blockchains/binance/assets/DUSK-45E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dusk Network",
- "symbol": "DUSK",
- "type": "BEP2",
- "decimals": 8,
- "description": "An open source and secure blockchain (DLT) infrastructure that businesses use to tokenize financial instruments and automate costly processes.",
- "website": "https://dusk.network/",
- "explorer": "https://explorer.binance.org/asset/DUSK-45E",
- "status": "active",
- "id": "DUSK-45E"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/DUSK-45E/logo.png b/blockchains/binance/assets/DUSK-45E/logo.png
deleted file mode 100644
index 0613538c69d18..0000000000000
Binary files a/blockchains/binance/assets/DUSK-45E/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/EBST-783/info.json b/blockchains/binance/assets/EBST-783/info.json
deleted file mode 100644
index 2aedfc88e7f25..0000000000000
--- a/blockchains/binance/assets/EBST-783/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "eBoost",
- "symbol": "EBST",
- "type": "BEP2",
- "decimals": 8,
- "description": "Cryptocurrency that can be integrated into mobile games for in-game purchases, used for gamers to trade in-game items, and sponsor eSports tournaments.",
- "website": "http://www.eboost.fun/",
- "explorer": "https://explorer.binance.org/asset/EBST-783",
- "status": "active",
- "id": "EBST-783"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/EBST-783/logo.png b/blockchains/binance/assets/EBST-783/logo.png
deleted file mode 100644
index dd5cdc290b647..0000000000000
Binary files a/blockchains/binance/assets/EBST-783/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ECO-083/info.json b/blockchains/binance/assets/ECO-083/info.json
deleted file mode 100644
index dd4aa9ac8a177..0000000000000
--- a/blockchains/binance/assets/ECO-083/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ormeus Ecosystem",
- "symbol": "ECO",
- "type": "BEP2",
- "decimals": 8,
- "description": "Ormeus Ecosystem aims to become the world's first business-backed blockchain smart economy.",
- "website": "http://eco-system.io/",
- "explorer": "https://explorer.binance.org/asset/ECO-083",
- "status": "active",
- "id": "ECO-083"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ECO-083/logo.png b/blockchains/binance/assets/ECO-083/logo.png
deleted file mode 100644
index 26266aed30011..0000000000000
Binary files a/blockchains/binance/assets/ECO-083/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/EET-45C/info.json b/blockchains/binance/assets/EET-45C/info.json
deleted file mode 100644
index f038e3fb0b657..0000000000000
--- a/blockchains/binance/assets/EET-45C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Energy Eco Token",
- "symbol": "EET",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "https://www.energyecochain.com/",
- "explorer": "https://explorer.binance.org/asset/EET-45C",
- "status": "abandoned",
- "id": "EET-45C"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/EET-45C/logo.png b/blockchains/binance/assets/EET-45C/logo.png
deleted file mode 100644
index 1162d3546fd28..0000000000000
Binary files a/blockchains/binance/assets/EET-45C/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ELF-D72/info.json b/blockchains/binance/assets/ELF-D72/info.json
deleted file mode 100644
index 53c7b86e43450..0000000000000
--- a/blockchains/binance/assets/ELF-D72/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "aelf",
- "website": "http://aelf.io",
- "description": "Aelf (ELF) is an enterprise-focused blockchain platform powered by cloud computing. Leveraging cloud nodes and parallel processing, Aelf is reportedly able to achieve secure transactions at scale for commercial use cases.",
- "explorer": "https://explorer.binance.org/asset/ELF-D72",
- "research": "https://research.binance.com/en/projects/aelf",
- "type": "BEP2",
- "symbol": "ELF",
- "decimals": 8,
- "status": "active",
- "id": "ELF-D72"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ELF-D72/logo.png b/blockchains/binance/assets/ELF-D72/logo.png
deleted file mode 100644
index 0aacaaa8a85f6..0000000000000
Binary files a/blockchains/binance/assets/ELF-D72/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ENTRP-C8D/info.json b/blockchains/binance/assets/ENTRP-C8D/info.json
deleted file mode 100644
index 574d7631a12b4..0000000000000
--- a/blockchains/binance/assets/ENTRP-C8D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hut34 Entropy",
- "symbol": "ENTRP",
- "type": "BEP2",
- "decimals": 8,
- "description": "Building the tools for the new data economy.",
- "website": "https://www.hut34.io/",
- "explorer": "https://explorer.binance.org/asset/ENTRP-C8D",
- "status": "active",
- "id": "ENTRP-C8D"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ENTRP-C8D/logo.png b/blockchains/binance/assets/ENTRP-C8D/logo.png
deleted file mode 100644
index f42e1e94332cb..0000000000000
Binary files a/blockchains/binance/assets/ENTRP-C8D/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/EOS-CDD/info.json b/blockchains/binance/assets/EOS-CDD/info.json
deleted file mode 100644
index 567d8a3c19550..0000000000000
--- a/blockchains/binance/assets/EOS-CDD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EOS BEP2",
- "symbol": "EOS",
- "type": "BEP2",
- "decimals": 8,
- "description": "EOS BEP2 is a token on Binance Chain issued by Binance, where the price is pegged to EOS at a rate of 1 EOS BEP2 = 1 EOS",
- "website": "https://binance.org",
- "explorer": "https://explorer.binance.org/asset/EOS-CDD",
- "status": "active",
- "id": "EOS-CDD"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/EOS-CDD/logo.png b/blockchains/binance/assets/EOS-CDD/logo.png
deleted file mode 100644
index aad94e527b080..0000000000000
Binary files a/blockchains/binance/assets/EOS-CDD/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/EOSBEAR-721/info.json b/blockchains/binance/assets/EOSBEAR-721/info.json
deleted file mode 100644
index d71434494e46d..0000000000000
--- a/blockchains/binance/assets/EOSBEAR-721/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "3X Short EOS Token",
- "symbol": "EOSBEAR",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.binance.org/asset/EOSBEAR-721",
- "status": "active",
- "id": "EOSBEAR-721"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/EOSBEAR-721/logo.png b/blockchains/binance/assets/EOSBEAR-721/logo.png
deleted file mode 100644
index 9b76299021060..0000000000000
Binary files a/blockchains/binance/assets/EOSBEAR-721/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/EOSBULL-F0D/info.json b/blockchains/binance/assets/EOSBULL-F0D/info.json
deleted file mode 100644
index 9ef1322357a61..0000000000000
--- a/blockchains/binance/assets/EOSBULL-F0D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "3X Long EOS Token",
- "symbol": "EOSBULL",
- "type": "BEP2",
- "decimals": 8,
- "description": "Token which seeks a return that corresponds to 3 times the daily return of EOS.",
- "website": "https://ftx.com/",
- "explorer": "https://explorer.binance.org/asset/EOSBULL-F0D",
- "status": "active",
- "id": "EOSBULL-F0D"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/EOSBULL-F0D/logo.png b/blockchains/binance/assets/EOSBULL-F0D/logo.png
deleted file mode 100644
index 0fe34de75d357..0000000000000
Binary files a/blockchains/binance/assets/EOSBULL-F0D/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/EQL-586/info.json b/blockchains/binance/assets/EQL-586/info.json
deleted file mode 100644
index 227f4515dc42e..0000000000000
--- a/blockchains/binance/assets/EQL-586/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQUAL",
- "symbol": "EQL",
- "type": "BEP2",
- "decimals": 8,
- "description": "A multi-chain web3 wallet that aims to reduce the complexities involved with interacting with the blockchain.",
- "website": "https://equal.tech/",
- "explorer": "https://explorer.binance.org/asset/EQL-586",
- "status": "active",
- "id": "EQL-586"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/EQL-586/logo.png b/blockchains/binance/assets/EQL-586/logo.png
deleted file mode 100644
index 0e65515c25b47..0000000000000
Binary files a/blockchains/binance/assets/EQL-586/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ERD-D06/info.json b/blockchains/binance/assets/ERD-D06/info.json
deleted file mode 100644
index 7e4a7a714c8ca..0000000000000
--- a/blockchains/binance/assets/ERD-D06/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Elrond",
- "symbol": "ERD",
- "type": "BEP2",
- "decimals": 8,
- "description": "A highly scalable, fast and secure blockchain platform for distributed apps, enterprise use cases and the new internet economy.",
- "website": "https://elrond.com/",
- "explorer": "https://explorer.binance.org/asset/ERD-D06",
- "status": "active",
- "id": "ERD-D06"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ERD-D06/logo.png b/blockchains/binance/assets/ERD-D06/logo.png
deleted file mode 100644
index 4fb3e43560b67..0000000000000
Binary files a/blockchains/binance/assets/ERD-D06/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ETC-758/info.json b/blockchains/binance/assets/ETC-758/info.json
deleted file mode 100644
index f7e25b3628e54..0000000000000
--- a/blockchains/binance/assets/ETC-758/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Ethereum Classic",
- "website": "https://ethereumclassic.org",
- "description": "Ethereum Classic (ETC) is a hard fork of Ethereum (ETH) that launched in July 2016.",
- "explorer": "https://explorer.binance.org/asset/ETC-758",
- "research": "https://research.binance.com/en/projects/ethereum-classic",
- "type": "BEP2",
- "symbol": "ETC",
- "decimals": 8,
- "status": "active",
- "id": "ETC-758"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ETC-758/logo.png b/blockchains/binance/assets/ETC-758/logo.png
deleted file mode 100644
index eb921c2b00113..0000000000000
Binary files a/blockchains/binance/assets/ETC-758/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ETH-1C9/info.json b/blockchains/binance/assets/ETH-1C9/info.json
deleted file mode 100644
index 9c11818f0ff4d..0000000000000
--- a/blockchains/binance/assets/ETH-1C9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETH BEP2",
- "symbol": "ETH",
- "type": "BEP2",
- "decimals": 8,
- "description": "Binance-Peg Ethereum (ETH BEP2) is a token issued by Binance on Binance Chain; its price is pegged to Ethereum (ETH) at a ratio of 1:1.",
- "website": "https://binance.org",
- "explorer": "https://explorer.binance.org/asset/ETH-1C9",
- "status": "active",
- "id": "ETH-1C9"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ETH-1C9/logo.png b/blockchains/binance/assets/ETH-1C9/logo.png
deleted file mode 100644
index bf957d38c766d..0000000000000
Binary files a/blockchains/binance/assets/ETH-1C9/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ETHBEAR-B2B/info.json b/blockchains/binance/assets/ETHBEAR-B2B/info.json
deleted file mode 100644
index d47333694f49f..0000000000000
--- a/blockchains/binance/assets/ETHBEAR-B2B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "3X Short Ethereum Token",
- "symbol": "ETHBEAR",
- "type": "BEP2",
- "decimals": 8,
- "description": "3X Short Ethereum Token (ETHBEAR) is a token which seeks a return that corresponds to -3 times the daily return of Ethereum.",
- "website": "https://ftx.com/tokens/ETHBEAR",
- "explorer": "https://explorer.binance.org/asset/ETHBEAR-B2B",
- "status": "active",
- "id": "ETHBEAR-B2B"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ETHBEAR-B2B/logo.png b/blockchains/binance/assets/ETHBEAR-B2B/logo.png
deleted file mode 100644
index 4f4c1f03e7b77..0000000000000
Binary files a/blockchains/binance/assets/ETHBEAR-B2B/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ETHBULL-D33/info.json b/blockchains/binance/assets/ETHBULL-D33/info.json
deleted file mode 100644
index 95fefc00574ac..0000000000000
--- a/blockchains/binance/assets/ETHBULL-D33/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "3X Long Ethereum Token",
- "symbol": "ETHBULL",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.binance.org/asset/ETHBULL-D33",
- "status": "active",
- "id": "ETHBULL-D33"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ETHBULL-D33/logo.png b/blockchains/binance/assets/ETHBULL-D33/logo.png
deleted file mode 100644
index 3a74a930eaac7..0000000000000
Binary files a/blockchains/binance/assets/ETHBULL-D33/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/EVT-49B/info.json b/blockchains/binance/assets/EVT-49B/info.json
deleted file mode 100644
index 460889b1a2c1b..0000000000000
--- a/blockchains/binance/assets/EVT-49B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "everiToken",
- "symbol": "EVT",
- "type": "BEP2",
- "decimals": 8,
- "description": "Blockchain for real business,Lightning-fast crypto payment and Secure and simple contracts.",
- "website": "https://www.everitoken.io/",
- "explorer": "https://explorer.binance.org/asset/EVT-49B",
- "status": "active",
- "id": "EVT-49B"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/EVT-49B/logo.png b/blockchains/binance/assets/EVT-49B/logo.png
deleted file mode 100644
index 8c72f2cf71777..0000000000000
Binary files a/blockchains/binance/assets/EVT-49B/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/FIL-E2C/info.json b/blockchains/binance/assets/FIL-E2C/info.json
deleted file mode 100644
index 87b5a08c3a461..0000000000000
--- a/blockchains/binance/assets/FIL-E2C/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Filecoin",
- "website": "https://filecoin.io",
- "description": "Filecoin provides a blockchain-based marketplace that aims to revolutionize the global storage economy.",
- "explorer": "https://explorer.binance.org/asset/FIL-E2C",
- "research": "https://research.binance.com/en/projects/filecoin",
- "type": "BEP2",
- "symbol": "FIL",
- "decimals": 8,
- "status": "active",
- "id": "FIL-E2C"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/FIL-E2C/logo.png b/blockchains/binance/assets/FIL-E2C/logo.png
deleted file mode 100644
index a3f868039ead1..0000000000000
Binary files a/blockchains/binance/assets/FIL-E2C/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/FRM-DE7/info.json b/blockchains/binance/assets/FRM-DE7/info.json
deleted file mode 100644
index ded04e1ea41d3..0000000000000
--- a/blockchains/binance/assets/FRM-DE7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ferrum Network Token",
- "symbol": "FRM",
- "type": "BEP2",
- "decimals": 8,
- "description": "Ferrum Network aims to empower individuals with decentalized financial technology.",
- "website": "https://ferrum.network/",
- "explorer": "https://explorer.binance.org/asset/FRM-DE7",
- "status": "active",
- "id": "FRM-DE7"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/FRM-DE7/logo.png b/blockchains/binance/assets/FRM-DE7/logo.png
deleted file mode 100755
index 2053bae10dfff..0000000000000
Binary files a/blockchains/binance/assets/FRM-DE7/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/FSN-E14/info.json b/blockchains/binance/assets/FSN-E14/info.json
deleted file mode 100644
index 8411d716bcb6c..0000000000000
--- a/blockchains/binance/assets/FSN-E14/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fusion",
- "symbol": "FSN",
- "type": "BEP2",
- "decimals": 8,
- "description": "The FSN token is an essential component of all the tools available in the Fusion ecosystem.",
- "website": "https://www.fusion.org/",
- "explorer": "https://explorer.binance.org/asset/FSN-E14",
- "status": "active",
- "id": "FSN-E14"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/FSN-E14/logo.png b/blockchains/binance/assets/FSN-E14/logo.png
deleted file mode 100644
index a48ba9536f9ce..0000000000000
Binary files a/blockchains/binance/assets/FSN-E14/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/FTM-A64/info.json b/blockchains/binance/assets/FTM-A64/info.json
deleted file mode 100644
index 061392d22be1f..0000000000000
--- a/blockchains/binance/assets/FTM-A64/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fantom",
- "symbol": "FTM",
- "type": "BEP2",
- "decimals": 8,
- "description": "FANTOM is a new DAG based Smart Contract platform that intends to solve the scalability issues of existing public distributed ledger technologies.",
- "website": "https://fantom.foundation/",
- "explorer": "https://explorer.binance.org/asset/FTM-A64",
- "status": "active",
- "id": "FTM-A64"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/FTM-A64/logo.png b/blockchains/binance/assets/FTM-A64/logo.png
deleted file mode 100644
index 3442784ec98cb..0000000000000
Binary files a/blockchains/binance/assets/FTM-A64/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/FTT-F11/info.json b/blockchains/binance/assets/FTT-F11/info.json
deleted file mode 100644
index c855ffa874f8c..0000000000000
--- a/blockchains/binance/assets/FTT-F11/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "FTX Token",
- "type": "BEP2",
- "symbol": "FTT",
- "decimals": 8,
- "description": "FTX’s leveraged tokens aim to provide a clean, automated way for users to get leverage. FTT is the FTX ecosystem utility token.",
- "website": "https://ftx.com",
- "explorer": "https://explorer.binance.org/asset/FTT-F11",
- "status": "active",
- "id": "FTT-F11",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/FTX_Official"
- },
- {
- "name": "telegram",
- "url": "https://t.me/FTX_Official"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.google.com/document/d/1u5MOkENoWP8PGcjuoKqRkNP5Gl1LLRB9JvAHwffQ7ec/view"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ftx-token/"
- },
- {
- "name": "blog",
- "url": "https://blog.ftx.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/FTT-F11/logo.png b/blockchains/binance/assets/FTT-F11/logo.png
deleted file mode 100644
index 8476fe0183f27..0000000000000
Binary files a/blockchains/binance/assets/FTT-F11/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/GIV-94E/info.json b/blockchains/binance/assets/GIV-94E/info.json
deleted file mode 100644
index c427748672e92..0000000000000
--- a/blockchains/binance/assets/GIV-94E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Givly Coin",
- "symbol": "GIV",
- "type": "BEP2",
- "decimals": 8,
- "description": "GIV claims to be a utility token on the P2P exchange CryptoLocally. It can be used to purchase discounts and trade offer boosts on the platform.",
- "website": "https://cryptolocally.com/en/giv/",
- "explorer": "https://explorer.binance.org/asset/GIV-94E",
- "status": "active",
- "id": "GIV-94E"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/GIV-94E/logo.png b/blockchains/binance/assets/GIV-94E/logo.png
deleted file mode 100644
index b43dbd081b7cb..0000000000000
Binary files a/blockchains/binance/assets/GIV-94E/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/GMAT-FC8/info.json b/blockchains/binance/assets/GMAT-FC8/info.json
deleted file mode 100644
index 4ba3e672a5585..0000000000000
--- a/blockchains/binance/assets/GMAT-FC8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GoWithMi",
- "symbol": "GMAT",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "https://www.gowithmi.com/",
- "explorer": "https://explorer.binance.org/asset/GMAT-FC8",
- "status": "active",
- "id": "GMAT-FC8"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/GMAT-FC8/logo.png b/blockchains/binance/assets/GMAT-FC8/logo.png
deleted file mode 100644
index 5c1dc678bd409..0000000000000
Binary files a/blockchains/binance/assets/GMAT-FC8/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/GTEX-71B/info.json b/blockchains/binance/assets/GTEX-71B/info.json
deleted file mode 100644
index 62307571cf3af..0000000000000
--- a/blockchains/binance/assets/GTEX-71B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GTEX",
- "symbol": "GTEX",
- "type": "BEP2",
- "decimals": 8,
- "description": "GTEX PoA Network is blockchain designed specifically for gaming. By using Proof of Authority technology to validate transactions, GTEX PoA Network will have the fastest transaction speed and make our chain home of decentralized gaming.",
- "website": "https://gtexgame.io/",
- "explorer": "https://explorer.binance.org/asset/GTEX-71B",
- "status": "active",
- "id": "GTEX-71B"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/GTEX-71B/logo.png b/blockchains/binance/assets/GTEX-71B/logo.png
deleted file mode 100644
index ddf2a98e75994..0000000000000
Binary files a/blockchains/binance/assets/GTEX-71B/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/GTO-908/info.json b/blockchains/binance/assets/GTO-908/info.json
deleted file mode 100644
index ddae3da3265d2..0000000000000
--- a/blockchains/binance/assets/GTO-908/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gifto",
- "symbol": "GTO",
- "type": "BEP2",
- "decimals": 8,
- "description": "GIFTO a decentralized virtual gifting protocol running on Ethereum. The project facilitates the creation and exchange of virtual gifts by allowing users to send and receive the GIFTO ERC-20 token on any Social Media Platform.",
- "website": "https://gifto.io/",
- "explorer": "https://explorer.binance.org/asset/GTO-908",
- "status": "active",
- "id": "GTO-908"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/GTO-908/logo.png b/blockchains/binance/assets/GTO-908/logo.png
deleted file mode 100644
index 2df57838d4f22..0000000000000
Binary files a/blockchains/binance/assets/GTO-908/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/HNST-3C9/info.json b/blockchains/binance/assets/HNST-3C9/info.json
deleted file mode 100644
index da0efbb763479..0000000000000
--- a/blockchains/binance/assets/HNST-3C9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Honest",
- "symbol": "HNST",
- "type": "BEP2",
- "decimals": 8,
- "description": "Honest Mining is everyone's crypto mining partner. We offer a staking platform that makes people easily join masternode and earn masternode rewards.",
- "website": "https://honestmining.com/",
- "explorer": "https://explorer.binance.org/asset/HNST-3C9",
- "status": "active",
- "id": "HNST-3C9"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/HNST-3C9/logo.png b/blockchains/binance/assets/HNST-3C9/logo.png
deleted file mode 100644
index 842cd3364798e..0000000000000
Binary files a/blockchains/binance/assets/HNST-3C9/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/HYN-F21/info.json b/blockchains/binance/assets/HYN-F21/info.json
deleted file mode 100644
index 534aa53d0d74a..0000000000000
--- a/blockchains/binance/assets/HYN-F21/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hyperion Token",
- "symbol": "HYN",
- "type": "BEP2",
- "decimals": 8,
- "description": "Hyperion is a decentralized map platform that aims to create a unified global data map and services, and make it available for everyone to use.",
- "website": "https://www.hyn.space/",
- "explorer": "https://explorer.binance.org/asset/HYN-F21",
- "status": "active",
- "id": "HYN-F21"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/HYN-F21/logo.png b/blockchains/binance/assets/HYN-F21/logo.png
deleted file mode 100644
index 521f995f44272..0000000000000
Binary files a/blockchains/binance/assets/HYN-F21/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/IDRTB-178/info.json b/blockchains/binance/assets/IDRTB-178/info.json
deleted file mode 100644
index 078fbf60aa198..0000000000000
--- a/blockchains/binance/assets/IDRTB-178/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rupiah Token",
- "symbol": "IDRTB",
- "type": "BEP2",
- "decimals": 8,
- "description": "Rupiah Token (IDRT) is the first and most adopted Indonesian Rupiah stablecoin that is fully collateralized 1:1 by Rupiah (IDR) fiat currency.",
- "website": "https://rupiahtoken.com/",
- "explorer": "https://explorer.binance.org/asset/IDRTB-178",
- "status": "active",
- "id": "IDRTB-178"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/IDRTB-178/logo.png b/blockchains/binance/assets/IDRTB-178/logo.png
deleted file mode 100644
index 31e48b718206f..0000000000000
Binary files a/blockchains/binance/assets/IDRTB-178/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/INJ-FAE/info.json b/blockchains/binance/assets/INJ-FAE/info.json
deleted file mode 100644
index 60b00eb7a95c1..0000000000000
--- a/blockchains/binance/assets/INJ-FAE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Injective Protocol",
- "symbol": "INJ",
- "type": "BEP2",
- "decimals": 8,
- "description": "The Injective Chain is a fully-decentralized sidechain relayer network which serves as a layer- 2 derivatives platform, trade execution coordinator(TEC), and decentralized orderbook.",
- "website": "https://injectiveprotocol.com/",
- "explorer": "https://explorer.binance.org/asset/INJ-FAE",
- "status": "active",
- "id": "INJ-FAE"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/INJ-FAE/logo.png b/blockchains/binance/assets/INJ-FAE/logo.png
deleted file mode 100644
index d77b0d4350f9c..0000000000000
Binary files a/blockchains/binance/assets/INJ-FAE/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/IOTX-0ED/info.json b/blockchains/binance/assets/IOTX-0ED/info.json
deleted file mode 100644
index 8f68f75530df5..0000000000000
--- a/blockchains/binance/assets/IOTX-0ED/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "IoTeX Network",
- "website": "https://iotex.io",
- "description": "IOTX will be a Decentralized Network for Internet of Things. Powered by a Privacy-Centric Blockchain.",
- "explorer": "https://explorer.binance.org/asset/IOTX-0ED",
- "research": "https://research.binance.com/en/projects/iotx",
- "type": "BEP2",
- "symbol": "IOTX",
- "decimals": 8,
- "status": "active",
- "id": "IOTX-0ED"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/IOTX-0ED/logo.png b/blockchains/binance/assets/IOTX-0ED/logo.png
deleted file mode 100644
index 2e533fb280549..0000000000000
Binary files a/blockchains/binance/assets/IOTX-0ED/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/IRIS-D88/info.json b/blockchains/binance/assets/IRIS-D88/info.json
deleted file mode 100644
index 45830c7fb3cd6..0000000000000
--- a/blockchains/binance/assets/IRIS-D88/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "IRIS Network",
- "website": "https://irisnet.org",
- "description": "IRISnet is a blockchain infrastructure that serves as a communication relayer for other blockchains and their applications.",
- "explorer": "https://explorer.binance.org/asset/IRIS-D88",
- "research": "https://research.binance.com/en/projects/irisnet",
- "type": "BEP2",
- "symbol": "IRIS",
- "decimals": 8,
- "status": "active",
- "id": "IRIS-D88"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/IRIS-D88/logo.png b/blockchains/binance/assets/IRIS-D88/logo.png
deleted file mode 100644
index e2fd4c2ba1d80..0000000000000
Binary files a/blockchains/binance/assets/IRIS-D88/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/JDXU-706/info.json b/blockchains/binance/assets/JDXU-706/info.json
deleted file mode 100644
index 5284bafca9e2d..0000000000000
--- a/blockchains/binance/assets/JDXU-706/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JDXUCoin",
- "symbol": "JDXU",
- "type": "BEP2",
- "decimals": 8,
- "description": "Asset backed tokens and secure payment system, JDX Coin exist to monitize rare, White Jade Antiques that have been hidden from the world for over a century.",
- "website": "https://jdxcoin.com/",
- "explorer": "https://explorer.binance.org/asset/JDXU-706",
- "status": "active",
- "id": "JDXU-706"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/JDXU-706/logo.png b/blockchains/binance/assets/JDXU-706/logo.png
deleted file mode 100644
index f7e91b376cf5a..0000000000000
Binary files a/blockchains/binance/assets/JDXU-706/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/KAT-7BB/info.json b/blockchains/binance/assets/KAT-7BB/info.json
deleted file mode 100644
index 2ea2da55133ad..0000000000000
--- a/blockchains/binance/assets/KAT-7BB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kambria Token",
- "symbol": "KAT",
- "type": "BEP2",
- "decimals": 8,
- "description": "Kambria aims to accelerate the process of robotics innovation, enabling faster, cheaper, and easier robotics development and adoption by everyone.",
- "website": "https://kambria.io/",
- "explorer": "https://explorer.binance.org/asset/KAT-7BB",
- "status": "active",
- "id": "KAT-7BB"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/KAT-7BB/logo.png b/blockchains/binance/assets/KAT-7BB/logo.png
deleted file mode 100644
index 8f2197b11e0e7..0000000000000
Binary files a/blockchains/binance/assets/KAT-7BB/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/KAVA-10C/info.json b/blockchains/binance/assets/KAVA-10C/info.json
deleted file mode 100644
index 8cc86190a0020..0000000000000
--- a/blockchains/binance/assets/KAVA-10C/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Kava BEP2 Token",
- "symbol": "KAVA",
- "type": "BEP2",
- "decimals": 8,
- "description": "Kava is a cross-chain DeFi Lending platform enabling stablecoin loans for users of major cryptocurrencies.",
- "website": "https://www.kava.io/",
- "explorer": "https://explorer.binance.org/asset/KAVA-10C",
- "status": "active",
- "id": "KAVA-10C",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/kava-labs"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/kava_labs"
- },
- {
- "name": "telegram",
- "url": "https://t.me/kavalabs"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/KAVA-10C/logo.png b/blockchains/binance/assets/KAVA-10C/logo.png
deleted file mode 100644
index 34c9b163f03cd..0000000000000
Binary files a/blockchains/binance/assets/KAVA-10C/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/LBA-340/info.json b/blockchains/binance/assets/LBA-340/info.json
deleted file mode 100644
index 6bdf91cfe87ef..0000000000000
--- a/blockchains/binance/assets/LBA-340/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lend-Borrow-Asset",
- "symbol": "LBA",
- "type": "BEP2",
- "decimals": 8,
- "description": "Cred is a founder of the Universal Protocol Alliance (the UP Alliance), a coalition of the world’s leading blockchain companies solving some of crypto’s hardest challenges.",
- "website": "https://www.mycred.io/",
- "explorer": "https://explorer.binance.org/asset/LBA-340",
- "status": "active",
- "id": "LBA-340"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/LBA-340/logo.png b/blockchains/binance/assets/LBA-340/logo.png
deleted file mode 100644
index ae697888ad380..0000000000000
Binary files a/blockchains/binance/assets/LBA-340/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/LINK-AAD/info.json b/blockchains/binance/assets/LINK-AAD/info.json
deleted file mode 100644
index 5144c6d23a1e8..0000000000000
--- a/blockchains/binance/assets/LINK-AAD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LINKBEP2",
- "symbol": "LINK",
- "type": "BEP2",
- "decimals": 8,
- "description": "LINK BEP2 is a token on Binance Chain issued by Binance, where the price is pegged to LINK at a rate of 1 LINK BEP2 = 1 LINK",
- "website": "https://binance.org",
- "explorer": "https://explorer.binance.org/asset/LINK-AAD",
- "status": "active",
- "id": "LINK-AAD"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/LINK-AAD/logo.png b/blockchains/binance/assets/LINK-AAD/logo.png
deleted file mode 100644
index 48c89738d2655..0000000000000
Binary files a/blockchains/binance/assets/LINK-AAD/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/LIT-099/info.json b/blockchains/binance/assets/LIT-099/info.json
deleted file mode 100644
index 2886f69cafea1..0000000000000
--- a/blockchains/binance/assets/LIT-099/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LITION",
- "symbol": "LIT",
- "type": "BEP2",
- "decimals": 8,
- "description": "Lition innovates on the traditional fiat-based financial system by utilizing a unique private blockchain solution for central banks to issue and monitor digital currency usage and transactions.",
- "website": "https://lition.io/",
- "explorer": "https://explorer.binance.org/asset/LIT-099",
- "status": "active",
- "id": "LIT-099"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/LIT-099/logo.png b/blockchains/binance/assets/LIT-099/logo.png
deleted file mode 100644
index 09dc9afa4a4a9..0000000000000
Binary files a/blockchains/binance/assets/LIT-099/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/LOKI-6A9/info.json b/blockchains/binance/assets/LOKI-6A9/info.json
deleted file mode 100644
index 90679e7908414..0000000000000
--- a/blockchains/binance/assets/LOKI-6A9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Loki",
- "symbol": "LOKI",
- "type": "BEP2",
- "decimals": 8,
- "description": "Loki creates privacy tools that enable untraceable, secure transactions and anonymous communication.",
- "website": "https://oxen.io/",
- "explorer": "https://explorer.binance.org/asset/LOKI-6A9",
- "status": "active",
- "id": "LOKI-6A9"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/LOKI-6A9/logo.png b/blockchains/binance/assets/LOKI-6A9/logo.png
deleted file mode 100644
index dede5e09252c7..0000000000000
Binary files a/blockchains/binance/assets/LOKI-6A9/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/LTC-F07/info.json b/blockchains/binance/assets/LTC-F07/info.json
deleted file mode 100644
index 815b0bdd9582d..0000000000000
--- a/blockchains/binance/assets/LTC-F07/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LTC BEP2",
- "symbol": "LTC",
- "type": "BEP2",
- "decimals": 8,
- "description": "LTC BEP2 is a token on Binance Chain issued by Binance, where the price is pegged to LTC at a rate of 1 LTC BEP2 = 1 LTC",
- "website": "https://binance.org",
- "explorer": "https://explorer.binance.org/asset/LTC-F07",
- "status": "active",
- "id": "LTC-F07"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/LTC-F07/logo.png b/blockchains/binance/assets/LTC-F07/logo.png
deleted file mode 100644
index 0ceac6a5d3d2b..0000000000000
Binary files a/blockchains/binance/assets/LTC-F07/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/LTO-BDF/info.json b/blockchains/binance/assets/LTO-BDF/info.json
deleted file mode 100644
index f0488cb88dd0e..0000000000000
--- a/blockchains/binance/assets/LTO-BDF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LTO Network",
- "symbol": "LTO",
- "type": "BEP2",
- "decimals": 8,
- "description": "LTO Network is a hybrid blockchain for securing, verifying and exchanging business critical information.",
- "website": "https://ltonetwork.com/",
- "explorer": "https://explorer.binance.org/asset/LTO-BDF",
- "status": "active",
- "id": "LTO-BDF"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/LTO-BDF/logo.png b/blockchains/binance/assets/LTO-BDF/logo.png
deleted file mode 100644
index 0e77179050038..0000000000000
Binary files a/blockchains/binance/assets/LTO-BDF/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/LYFE-6AB/info.json b/blockchains/binance/assets/LYFE-6AB/info.json
deleted file mode 100644
index 6df442116c953..0000000000000
--- a/blockchains/binance/assets/LYFE-6AB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LYFE",
- "symbol": "LYFE",
- "type": "BEP2",
- "decimals": 8,
- "description": "The first rewards & gamification platform for healthy lifestyle in Indonesia",
- "website": "https://lyfe.health/",
- "explorer": "https://explorer.binance.org/asset/LYFE-6AB",
- "status": "active",
- "id": "LYFE-6AB"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/LYFE-6AB/logo.png b/blockchains/binance/assets/LYFE-6AB/logo.png
deleted file mode 100644
index e134293ba658d..0000000000000
Binary files a/blockchains/binance/assets/LYFE-6AB/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/MATIC-84A/info.json b/blockchains/binance/assets/MATIC-84A/info.json
deleted file mode 100644
index 60f49464f1910..0000000000000
--- a/blockchains/binance/assets/MATIC-84A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Matic Token",
- "symbol": "MATIC",
- "type": "BEP2",
- "decimals": 8,
- "description": "Matic Network is a layer-2 scaling solution that uses sidechains for off-chain computation while ensuring asset security using Plasma framework and a decentralized network of Proof-of-Stake (PoS) vailidators.",
- "website": "https://matic.network/",
- "explorer": "https://explorer.binance.org/asset/MATIC-84A",
- "status": "active",
- "id": "MATIC-84A"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/MATIC-84A/logo.png b/blockchains/binance/assets/MATIC-84A/logo.png
deleted file mode 100644
index 6814146133a95..0000000000000
Binary files a/blockchains/binance/assets/MATIC-84A/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/MCASH-869/info.json b/blockchains/binance/assets/MCASH-869/info.json
deleted file mode 100644
index 23c010d993d23..0000000000000
--- a/blockchains/binance/assets/MCASH-869/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mcashchain",
- "symbol": "MCASH",
- "type": "BEP2",
- "decimals": 8,
- "description": "MCashChain aims to provide a solution for one of our ambitious projects which aims to challenge Ebay’s Model on Blockchain.",
- "website": "https://mcash.network/",
- "explorer": "https://explorer.binance.org/asset/MCASH-869",
- "status": "active",
- "id": "MCASH-869"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/MCASH-869/logo.png b/blockchains/binance/assets/MCASH-869/logo.png
deleted file mode 100644
index 7c1194b1acc7e..0000000000000
Binary files a/blockchains/binance/assets/MCASH-869/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/MDAB-D42/info.json b/blockchains/binance/assets/MDAB-D42/info.json
deleted file mode 100644
index bbe17d6d92b79..0000000000000
--- a/blockchains/binance/assets/MDAB-D42/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MDAB",
- "symbol": "MDAB",
- "type": "BEP2",
- "decimals": 8,
- "description": "Blockchain-based global fund investment and management platform.",
- "website": "https://blocplatform.com/",
- "explorer": "https://explorer.binance.org/asset/MDAB-D42",
- "status": "active",
- "id": "MDAB-D42"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/MDAB-D42/logo.png b/blockchains/binance/assets/MDAB-D42/logo.png
deleted file mode 100644
index 478e774f2c65a..0000000000000
Binary files a/blockchains/binance/assets/MDAB-D42/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/MDT-14A/info.json b/blockchains/binance/assets/MDT-14A/info.json
deleted file mode 100644
index c98672f2df3b2..0000000000000
--- a/blockchains/binance/assets/MDT-14A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Measurable Data Token",
- "type": "BEP2",
- "symbol": "MDT",
- "decimals": 8,
- "website": "",
- "description": "-",
- "explorer": "https://explorer.binance.org/asset/MDT-14A",
- "status": "active",
- "id": "MDT-14A"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/MDT-14A/logo.png b/blockchains/binance/assets/MDT-14A/logo.png
deleted file mode 100644
index 63b8f71bd150b..0000000000000
Binary files a/blockchains/binance/assets/MDT-14A/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/MEDB-87E/info.json b/blockchains/binance/assets/MEDB-87E/info.json
deleted file mode 100644
index 6363a29c912f5..0000000000000
--- a/blockchains/binance/assets/MEDB-87E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MediBloc",
- "symbol": "MEDB",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.binance.org/asset/MEDB-87E",
- "status": "abandoned",
- "id": "MEDB-87E"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/MEDB-87E/logo.png b/blockchains/binance/assets/MEDB-87E/logo.png
deleted file mode 100644
index 04b36bde943cc..0000000000000
Binary files a/blockchains/binance/assets/MEDB-87E/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/MEETONE-031/info.json b/blockchains/binance/assets/MEETONE-031/info.json
deleted file mode 100644
index eaa746e68a7ac..0000000000000
--- a/blockchains/binance/assets/MEETONE-031/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MEET.ONE",
- "symbol": "MEETONE",
- "type": "BEP2",
- "decimals": 8,
- "description": "MEET.ONE's goal is to become a unified portal for blockchain users.",
- "website": "https://meet.one/",
- "explorer": "https://explorer.binance.org/asset/MEETONE-031",
- "status": "active",
- "id": "MEETONE-031"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/MEETONE-031/logo.png b/blockchains/binance/assets/MEETONE-031/logo.png
deleted file mode 100644
index 6f2ffc3bf7060..0000000000000
Binary files a/blockchains/binance/assets/MEETONE-031/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/MITH-C76/info.json b/blockchains/binance/assets/MITH-C76/info.json
deleted file mode 100644
index ae86f291f2198..0000000000000
--- a/blockchains/binance/assets/MITH-C76/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mithril",
- "symbol": "MITH",
- "type": "BEP2",
- "decimals": 8,
- "description": "Mithril (MITH) is a decentralized social media platform that rewards users for creating content.",
- "website": "https://mith.io/",
- "explorer": "https://explorer.binance.org/asset/MITH-C76",
- "status": "active",
- "id": "MITH-C76"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/MITH-C76/logo.png b/blockchains/binance/assets/MITH-C76/logo.png
deleted file mode 100644
index 01e335926d33f..0000000000000
Binary files a/blockchains/binance/assets/MITH-C76/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/MITX-CAA/info.json b/blockchains/binance/assets/MITX-CAA/info.json
deleted file mode 100644
index 73c28568866dd..0000000000000
--- a/blockchains/binance/assets/MITX-CAA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Morpheus Infrastructure Token",
- "symbol": "MITX",
- "type": "BEP2",
- "decimals": 8,
- "description": "We empower you to develop, deploy and integrate application on blockchain technology to solve real-life problems. ",
- "website": "https://www.morpheuslabs.io/",
- "explorer": "https://explorer.binance.org/asset/MITX-CAA",
- "status": "active",
- "id": "MITX-CAA"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/MITX-CAA/logo.png b/blockchains/binance/assets/MITX-CAA/logo.png
deleted file mode 100644
index 284ac7f53ab90..0000000000000
Binary files a/blockchains/binance/assets/MITX-CAA/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/MKR-F04/info.json b/blockchains/binance/assets/MKR-F04/info.json
deleted file mode 100644
index ff1a3ea9787ce..0000000000000
--- a/blockchains/binance/assets/MKR-F04/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Maker",
- "website": "https://makerdao.com",
- "description": "Maker (MKR) is a utility token, governance token and recapitalization resource of the Maker system.",
- "explorer": "https://explorer.binance.org/asset/MKR-F04",
- "research": "https://research.binance.com/en/projects/maker",
- "type": "BEP2",
- "symbol": "MKR",
- "decimals": 8,
- "status": "active",
- "id": "MKR-F04"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/MKR-F04/logo.png b/blockchains/binance/assets/MKR-F04/logo.png
deleted file mode 100644
index 7b7d27e4201e0..0000000000000
Binary files a/blockchains/binance/assets/MKR-F04/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/MTV-4C6/info.json b/blockchains/binance/assets/MTV-4C6/info.json
deleted file mode 100644
index 8947750051b52..0000000000000
--- a/blockchains/binance/assets/MTV-4C6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MultiVAC",
- "symbol": "MTV",
- "type": "BEP2",
- "decimals": 8,
- "description": "MultiVAC describes itself as a 'next-generation public blockchain that aims to achieve high-throughput, Dapp flexibility, and infinite scalability'.",
- "website": "https://www.mtv.ac/",
- "explorer": "https://explorer.binance.org/asset/MTV-4C6",
- "status": "active",
- "id": "MTV-4C6"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/MTV-4C6/logo.png b/blockchains/binance/assets/MTV-4C6/logo.png
deleted file mode 100644
index f17c1691f336f..0000000000000
Binary files a/blockchains/binance/assets/MTV-4C6/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/MTXLT-286/info.json b/blockchains/binance/assets/MTXLT-286/info.json
deleted file mode 100644
index a40c172ef0b45..0000000000000
--- a/blockchains/binance/assets/MTXLT-286/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tixl",
- "symbol": "MTXLT",
- "type": "BEP2",
- "decimals": 8,
- "description": "Platform for Interoperable Smart Contracts & dApps.",
- "website": "https://tixl.me/",
- "explorer": "https://explorer.binance.org/asset/MTXLT-286",
- "status": "active",
- "id": "MTXLT-286"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/MTXLT-286/logo.png b/blockchains/binance/assets/MTXLT-286/logo.png
deleted file mode 100644
index 93d99fc10cae5..0000000000000
Binary files a/blockchains/binance/assets/MTXLT-286/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/MVL-7B0/info.json b/blockchains/binance/assets/MVL-7B0/info.json
deleted file mode 100644
index 30491a9b778e3..0000000000000
--- a/blockchains/binance/assets/MVL-7B0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mass Vehicle Ledger",
- "symbol": "MVL",
- "type": "BEP2",
- "decimals": 8,
- "description": "It is a blockchain-based ecosystem that connects all services, like the car dealer shops, mechanic shops and car rental companies, that touch your car to collect its lifetime data.",
- "website": "https://mvlchain.io/",
- "explorer": "https://explorer.binance.org/asset/MVL-7B0",
- "status": "active",
- "id": "MVL-7B0"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/MVL-7B0/logo.png b/blockchains/binance/assets/MVL-7B0/logo.png
deleted file mode 100644
index a97f00d1c909e..0000000000000
Binary files a/blockchains/binance/assets/MVL-7B0/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/MZK-2C7/info.json b/blockchains/binance/assets/MZK-2C7/info.json
deleted file mode 100644
index ecde4edee68fd..0000000000000
--- a/blockchains/binance/assets/MZK-2C7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Muzika",
- "symbol": "MZK",
- "type": "BEP2",
- "decimals": 8,
- "description": "Muzika is a Korea-based music blockchain project and research center established and run by Mapiacompany, with the mission to bring innovation to the digital music industry",
- "website": "https://muzika.network/",
- "explorer": "https://explorer.binance.org/asset/MZK-2C7",
- "status": "active",
- "id": "MZK-2C7"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/MZK-2C7/logo.png b/blockchains/binance/assets/MZK-2C7/logo.png
deleted file mode 100644
index 86b9ff9577589..0000000000000
Binary files a/blockchains/binance/assets/MZK-2C7/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/NEAR-4FD/info.json b/blockchains/binance/assets/NEAR-4FD/info.json
deleted file mode 100644
index 6aca03c0cb779..0000000000000
--- a/blockchains/binance/assets/NEAR-4FD/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "NEAR Protocol",
- "website": "https://near.org",
- "description": "NEAR is an open source platform that accelerates the development of decentralized applications.",
- "explorer": "https://explorer.binance.org/asset/NEAR-4FD",
- "research": "https://research.binance.com/en/projects/near-protocol",
- "type": "BEP2",
- "symbol": "NEAR",
- "decimals": 8,
- "status": "active",
- "id": "NEAR-4FD"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/NEAR-4FD/logo.png b/blockchains/binance/assets/NEAR-4FD/logo.png
deleted file mode 100644
index 15b08b2d6cbf0..0000000000000
Binary files a/blockchains/binance/assets/NEAR-4FD/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/NEW-09E/info.json b/blockchains/binance/assets/NEW-09E/info.json
deleted file mode 100644
index 7b078251dd4b5..0000000000000
--- a/blockchains/binance/assets/NEW-09E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NEWTON",
- "symbol": "NEW",
- "type": "BEP2",
- "decimals": 8,
- "description": "Newton aims to create a new kind of economy - the community economy - by building blockchain infrastructure to enable freer, fairer transactions by anyone in the world.",
- "website": "https://www.newtonproject.org/",
- "explorer": "https://explorer.binance.org/asset/NEW-09E",
- "status": "active",
- "id": "NEW-09E"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/NEW-09E/logo.png b/blockchains/binance/assets/NEW-09E/logo.png
deleted file mode 100644
index 4a1f5c3042b62..0000000000000
Binary files a/blockchains/binance/assets/NEW-09E/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/NEXO-A84/info.json b/blockchains/binance/assets/NEXO-A84/info.json
deleted file mode 100644
index 9a1e88bab8f4c..0000000000000
--- a/blockchains/binance/assets/NEXO-A84/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Nexo",
- "website": "http://nexo.io",
- "description": "NEXO (NEXO) is a compliant token that is backed by the underlying assets of Nexo’s loan portfolio.",
- "explorer": "https://explorer.binance.org/asset/NEXO-A84",
- "type": "BEP2",
- "symbol": "NEXO",
- "decimals": 8,
- "status": "active",
- "id": "NEXO-A84",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/nexofinance/NEXO-Token/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/NexoFinance"
- },
- {
- "name": "blog",
- "url": "https://medium.com/nexo"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/NexoFinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/nexofinance"
- },
- {
- "name": "whitepaper",
- "url": "https://nexo.io/assets/downloads/Nexo-Whitepaper.pdf?=a"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/nexo/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/NEXO-A84/logo.png b/blockchains/binance/assets/NEXO-A84/logo.png
deleted file mode 100644
index 603a9f9fb1463..0000000000000
Binary files a/blockchains/binance/assets/NEXO-A84/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/NODE-F3A/info.json b/blockchains/binance/assets/NODE-F3A/info.json
deleted file mode 100644
index ccfe040959c67..0000000000000
--- a/blockchains/binance/assets/NODE-F3A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NODE",
- "symbol": "NODE",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.binance.org/asset/NODE-F3A",
- "status": "abandoned",
- "id": "NODE-F3A"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/NODE-F3A/logo.png b/blockchains/binance/assets/NODE-F3A/logo.png
deleted file mode 100644
index 15ce4886f975c..0000000000000
Binary files a/blockchains/binance/assets/NODE-F3A/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/NOIZB-878/info.json b/blockchains/binance/assets/NOIZB-878/info.json
deleted file mode 100644
index 32e4ab264c946..0000000000000
--- a/blockchains/binance/assets/NOIZB-878/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NOIZ Token",
- "symbol": "NOIZB",
- "type": "BEP2",
- "decimals": 8,
- "description": "A communication/marketing technology platform that aims to turn engagement into impact. ",
- "website": "https://noizchain.com/",
- "explorer": "https://explorer.binance.org/asset/NOIZB-878",
- "status": "active",
- "id": "NOIZB-878"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/NOIZB-878/logo.png b/blockchains/binance/assets/NOIZB-878/logo.png
deleted file mode 100644
index 4380d15e12ef5..0000000000000
Binary files a/blockchains/binance/assets/NOIZB-878/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/NOW-E68/info.json b/blockchains/binance/assets/NOW-E68/info.json
deleted file mode 100644
index 93a8fafb64c9b..0000000000000
--- a/blockchains/binance/assets/NOW-E68/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NOW Token",
- "symbol": "NOW",
- "type": "BEP2",
- "decimals": 8,
- "description": "NOW Token is a utility token of ChangeNOW exchange platform.",
- "website": "https://changenow.io/",
- "explorer": "https://explorer.binance.org/asset/NOW-E68",
- "status": "active",
- "id": "NOW-E68"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/NOW-E68/logo.png b/blockchains/binance/assets/NOW-E68/logo.png
deleted file mode 100644
index 8c24a9dc327e3..0000000000000
Binary files a/blockchains/binance/assets/NOW-E68/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/NPXB-1E8/info.json b/blockchains/binance/assets/NPXB-1E8/info.json
deleted file mode 100644
index a74863b4b234c..0000000000000
--- a/blockchains/binance/assets/NPXB-1E8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NPX Binance token",
- "symbol": "NPXB",
- "type": "BEP2",
- "decimals": 8,
- "description": "NaPoleonX is the first 100% algorithmic crypto asset manager. It has been designed by ex multi-billions asset managers specifically to holders of cryptos who are looking for a return on their savings.",
- "website": "https://napoleonx.ai/",
- "explorer": "https://explorer.binance.org/asset/NPXB-1E8",
- "status": "active",
- "id": "NPXB-1E8"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/NPXB-1E8/logo.png b/blockchains/binance/assets/NPXB-1E8/logo.png
deleted file mode 100644
index 294e058755626..0000000000000
Binary files a/blockchains/binance/assets/NPXB-1E8/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/NPXSXEM-89C/info.json b/blockchains/binance/assets/NPXSXEM-89C/info.json
deleted file mode 100644
index 736c7c630301b..0000000000000
--- a/blockchains/binance/assets/NPXSXEM-89C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pundi X NEM",
- "symbol": "NPXSXEM",
- "type": "BEP2",
- "decimals": 8,
- "description": "We have been deploying our blockchain-based point-of-sale (POS) solution and solidifying partnerships with governments, payment companies, and retailers.",
- "website": "https://pundix.com/",
- "explorer": "https://explorer.binance.org/asset/NPXSXEM-89C",
- "status": "active",
- "id": "NPXSXEM-89C"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/NPXSXEM-89C/logo.png b/blockchains/binance/assets/NPXSXEM-89C/logo.png
deleted file mode 100644
index 5446a9ba280cf..0000000000000
Binary files a/blockchains/binance/assets/NPXSXEM-89C/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ONE-5F9/info.json b/blockchains/binance/assets/ONE-5F9/info.json
deleted file mode 100644
index 69ea613da8a08..0000000000000
--- a/blockchains/binance/assets/ONE-5F9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Harmony.One",
- "symbol": "ONE",
- "type": "BEP2",
- "decimals": 8,
- "description": "Harmony aims to offer a fast and open blockchain for decentralized applications.",
- "website": "https://harmony.one/",
- "explorer": "https://explorer.binance.org/asset/ONE-5F9",
- "status": "active",
- "id": "ONE-5F9"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ONE-5F9/logo.png b/blockchains/binance/assets/ONE-5F9/logo.png
deleted file mode 100644
index a2e1b7122e720..0000000000000
Binary files a/blockchains/binance/assets/ONE-5F9/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ONT-33D/info.json b/blockchains/binance/assets/ONT-33D/info.json
deleted file mode 100644
index 5f5613aa68948..0000000000000
--- a/blockchains/binance/assets/ONT-33D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ONTBEP2",
- "symbol": "ONT",
- "type": "BEP2",
- "decimals": 8,
- "description": "ONT BEP2 is a token on Binance Chain issued by Binance, where the price is pegged to ONT at a rate of 1 ONT BEP2 = 1 ONT",
- "website": "https://binance.org",
- "explorer": "https://explorer.binance.org/asset/ONT-33D",
- "status": "active",
- "id": "ONT-33D"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ONT-33D/logo.png b/blockchains/binance/assets/ONT-33D/logo.png
deleted file mode 100644
index 25ffd17b23344..0000000000000
Binary files a/blockchains/binance/assets/ONT-33D/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/OWTX-A6B/info.json b/blockchains/binance/assets/OWTX-A6B/info.json
deleted file mode 100644
index 81c82d77ddce7..0000000000000
--- a/blockchains/binance/assets/OWTX-A6B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OpenWeb Token",
- "symbol": "OWTX",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "https://openweb.network/",
- "explorer": "https://explorer.binance.org/asset/OWTX-A6B",
- "status": "abandoned",
- "id": "OWTX-A6B"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/OWTX-A6B/logo.png b/blockchains/binance/assets/OWTX-A6B/logo.png
deleted file mode 100644
index c36ee3d6e4013..0000000000000
Binary files a/blockchains/binance/assets/OWTX-A6B/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/PAX-F25/info.json b/blockchains/binance/assets/PAX-F25/info.json
deleted file mode 100644
index 427103f092836..0000000000000
--- a/blockchains/binance/assets/PAX-F25/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Paxos Standard",
- "website": "https://paxos.com/standard",
- "description": "Paxos Standard (PAX) is a stablecoin that allows users to exchange US dollars for Paxos Standard Tokens to 'transact at the speed of the internet'.",
- "explorer": "https://explorer.binance.org/asset/PAX-F25",
- "research": "https://research.binance.com/en/projects/paxos-standard",
- "type": "BEP2",
- "symbol": "PAX",
- "decimals": 8,
- "status": "active",
- "id": "PAX-F25"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/PAX-F25/logo.png b/blockchains/binance/assets/PAX-F25/logo.png
deleted file mode 100644
index a62ce280cec0e..0000000000000
Binary files a/blockchains/binance/assets/PAX-F25/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/PCAT-4BB/info.json b/blockchains/binance/assets/PCAT-4BB/info.json
deleted file mode 100644
index 1cb745efdbb10..0000000000000
--- a/blockchains/binance/assets/PCAT-4BB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pink Care Token",
- "symbol": "PCAT",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.binance.org/asset/PCAT-4BB",
- "status": "abandoned",
- "id": "PCAT-4BB"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/PCAT-4BB/logo.png b/blockchains/binance/assets/PCAT-4BB/logo.png
deleted file mode 100644
index 165859b7ccc0f..0000000000000
Binary files a/blockchains/binance/assets/PCAT-4BB/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/PHB-2DF/info.json b/blockchains/binance/assets/PHB-2DF/info.json
deleted file mode 100644
index 84fe971de0269..0000000000000
--- a/blockchains/binance/assets/PHB-2DF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Red Pulse Phoenix Binance",
- "symbol": "PHB",
- "type": "BEP2",
- "decimals": 8,
- "description": "PHX includes features such as Proof of Creation, Proof of Ownership, regulatory compliance, IP protection and accountability built right into the new smart contract.",
- "website": "https://www.redpulse.com/",
- "explorer": "https://explorer.binance.org/asset/PHB-2DF",
- "status": "active",
- "id": "PHB-2DF"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/PHB-2DF/logo.png b/blockchains/binance/assets/PHB-2DF/logo.png
deleted file mode 100644
index dc3ad0ba6f3bf..0000000000000
Binary files a/blockchains/binance/assets/PHB-2DF/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/PHV-4A1/info.json b/blockchains/binance/assets/PHV-4A1/info.json
deleted file mode 100644
index 7e02d0e82f8dc..0000000000000
--- a/blockchains/binance/assets/PHV-4A1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PathHive Network",
- "symbol": "PHV",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.binance.org/asset/PHV-4A1",
- "status": "active",
- "id": "PHV-4A1"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/PHV-4A1/logo.png b/blockchains/binance/assets/PHV-4A1/logo.png
deleted file mode 100644
index 58c60fd62380f..0000000000000
Binary files a/blockchains/binance/assets/PHV-4A1/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/PIBNB-43C/info.json b/blockchains/binance/assets/PIBNB-43C/info.json
deleted file mode 100644
index c5d6155e9cb0a..0000000000000
--- a/blockchains/binance/assets/PIBNB-43C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PCHAIN Token",
- "symbol": "PIBNB",
- "type": "BEP2",
- "decimals": 8,
- "description": "PCHAIN is the first native multichain system in the world that supports Ethereum Virtual Machine (EVM), which consists of one main chain and multiple derived chains.",
- "website": "https://www.pchain.org/",
- "explorer": "https://explorer.binance.org/asset/PIBNB-43C",
- "status": "active",
- "id": "PIBNB-43C"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/PIBNB-43C/logo.png b/blockchains/binance/assets/PIBNB-43C/logo.png
deleted file mode 100644
index 5175811c1f148..0000000000000
Binary files a/blockchains/binance/assets/PIBNB-43C/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/PLG-D8D/info.json b/blockchains/binance/assets/PLG-D8D/info.json
deleted file mode 100644
index ec7646be8afcc..0000000000000
--- a/blockchains/binance/assets/PLG-D8D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pledge Coin",
- "symbol": "PLG",
- "type": "BEP2",
- "decimals": 8,
- "description": "Pledgecamp is securing the future of crowdfunding with blockchain protected investments.",
- "website": "https://pledgecamp.com/",
- "explorer": "https://explorer.binance.org/asset/PLG-D8D",
- "status": "active",
- "id": "PLG-D8D"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/PLG-D8D/logo.png b/blockchains/binance/assets/PLG-D8D/logo.png
deleted file mode 100644
index 4cb141e53bda7..0000000000000
Binary files a/blockchains/binance/assets/PLG-D8D/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/PROPEL-6D9/info.json b/blockchains/binance/assets/PROPEL-6D9/info.json
deleted file mode 100644
index fea9a8ded6b4a..0000000000000
--- a/blockchains/binance/assets/PROPEL-6D9/info.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "Propel",
- "website": "https://payrue.com/",
- "description": "PayRue is a financial platform that operates exchanges, wallets, and transfers with cryptocurrencies.",
- "explorer": "https://explorer.binance.org/asset/PROPEL-6D9",
- "research": "",
- "type": "BEP2",
- "symbol": "PROPEL",
- "decimals": 8,
- "status": "active",
- "id": "PROPEL-6D9",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/payrue"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/u/payrue"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/PROPEL-6D9/logo.png b/blockchains/binance/assets/PROPEL-6D9/logo.png
deleted file mode 100644
index 61ac1bdfaa23a..0000000000000
Binary files a/blockchains/binance/assets/PROPEL-6D9/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/PVT-554/info.json b/blockchains/binance/assets/PVT-554/info.json
deleted file mode 100644
index 228a6a93025c0..0000000000000
--- a/blockchains/binance/assets/PVT-554/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pivot Token",
- "symbol": "PVT",
- "type": "BEP2",
- "decimals": 8,
- "description": "It is dedicated to providing users with real-time cryptocurrency market data and function as a one-stop-shop for trading services.",
- "website": "https://www.pivot.one/",
- "explorer": "https://explorer.binance.org/asset/PVT-554",
- "status": "active",
- "id": "PVT-554"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/PVT-554/logo.png b/blockchains/binance/assets/PVT-554/logo.png
deleted file mode 100644
index 1c061fa98ebfd..0000000000000
Binary files a/blockchains/binance/assets/PVT-554/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/PYN-C37/info.json b/blockchains/binance/assets/PYN-C37/info.json
deleted file mode 100644
index 9b434d72fae2a..0000000000000
--- a/blockchains/binance/assets/PYN-C37/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "paycentos",
- "symbol": "PYN",
- "type": "BEP2",
- "decimals": 8,
- "description": "Global mobile dual e-wallet that can be funded by cryptocurrencies (e.g. Bitcoin, Ether, Litecoin) with high liquidity and fiat currencies within the same mobile application.",
- "website": "https://paycent.com/",
- "explorer": "https://explorer.binance.org/asset/PYN-C37",
- "status": "active",
- "id": "PYN-C37"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/PYN-C37/logo.png b/blockchains/binance/assets/PYN-C37/logo.png
deleted file mode 100644
index f34a180c73c2f..0000000000000
Binary files a/blockchains/binance/assets/PYN-C37/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/QBX-38C/info.json b/blockchains/binance/assets/QBX-38C/info.json
deleted file mode 100644
index fe7a5b0dbfb92..0000000000000
--- a/blockchains/binance/assets/QBX-38C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "qiibeeToken",
- "symbol": "QBX",
- "type": "BEP2",
- "decimals": 8,
- "description": "Through qiibee’s plug & play solutions, businesses worldwide are running and operating loyalty programs on the blockchain in a few hours, while reducing costs and maximizing customer lifetime value.",
- "website": "https://qiibee.com/",
- "explorer": "https://explorer.binance.org/asset/QBX-38C",
- "status": "active",
- "id": "QBX-38C"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/QBX-38C/logo.png b/blockchains/binance/assets/QBX-38C/logo.png
deleted file mode 100644
index bd686453f00c1..0000000000000
Binary files a/blockchains/binance/assets/QBX-38C/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/RAVEN-F66/info.json b/blockchains/binance/assets/RAVEN-F66/info.json
deleted file mode 100644
index 849c753c083b8..0000000000000
--- a/blockchains/binance/assets/RAVEN-F66/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Raven Protocol",
- "symbol": "RAVEN",
- "type": "BEP2",
- "decimals": 8,
- "description": "Decentralised & Distributed deep-learning training protocol.",
- "website": "https://www.ravenprotocol.com",
- "explorer": "https://explorer.binance.org/asset/RAVEN-F66",
- "status": "active",
- "id": "RAVEN-F66"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/RAVEN-F66/logo.png b/blockchains/binance/assets/RAVEN-F66/logo.png
deleted file mode 100644
index a308502b255f2..0000000000000
Binary files a/blockchains/binance/assets/RAVEN-F66/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/RNO-14E/info.json b/blockchains/binance/assets/RNO-14E/info.json
deleted file mode 100644
index bb7237b0d7f8b..0000000000000
--- a/blockchains/binance/assets/RNO-14E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Earneo",
- "symbol": "RNO",
- "type": "BEP2",
- "decimals": 8,
- "description": "Earneo, the first videos sharing platform that benefits everyone.",
- "website": "https://www.earneo.io/",
- "explorer": "https://explorer.binance.org/asset/RNO-14E",
- "status": "active",
- "id": "RNO-14E"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/RNO-14E/logo.png b/blockchains/binance/assets/RNO-14E/logo.png
deleted file mode 100644
index 3846942d53553..0000000000000
Binary files a/blockchains/binance/assets/RNO-14E/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/RUNE-B1A/info.json b/blockchains/binance/assets/RUNE-B1A/info.json
deleted file mode 100644
index 2c52f35574bf5..0000000000000
--- a/blockchains/binance/assets/RUNE-B1A/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "Rune",
- "website": "https://thorchain.org",
- "description": "THORChain describes itself as a decentralized liquidity network that allows users to swap assets instantly at manipulation-resistant market prices.",
- "explorer": "https://explorer.binance.org/asset/RUNE-B1A",
- "research": "https://research.binance.com/en/projects/thorchain",
- "type": "BEP2",
- "symbol": "RUNE",
- "decimals": 8,
- "status": "active",
- "id": "RUNE-B1A",
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/RUNE-B1A/logo.png b/blockchains/binance/assets/RUNE-B1A/logo.png
deleted file mode 100644
index b7f9fd9e82460..0000000000000
Binary files a/blockchains/binance/assets/RUNE-B1A/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/SBC-5D4/info.json b/blockchains/binance/assets/SBC-5D4/info.json
deleted file mode 100644
index 08203bcf96ea9..0000000000000
--- a/blockchains/binance/assets/SBC-5D4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SB Token",
- "symbol": "SBC",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.binance.org/asset/SBC-5D4",
- "status": "abandoned",
- "id": "SBC-5D4"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/SBC-5D4/logo.png b/blockchains/binance/assets/SBC-5D4/logo.png
deleted file mode 100644
index 9f495d9827727..0000000000000
Binary files a/blockchains/binance/assets/SBC-5D4/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/SHR-DB6/info.json b/blockchains/binance/assets/SHR-DB6/info.json
deleted file mode 100644
index 2d047ca512289..0000000000000
--- a/blockchains/binance/assets/SHR-DB6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ShareToken",
- "symbol": "SHR",
- "type": "BEP2",
- "decimals": 8,
- "description": "ShareToken is a digital utility token that is used to make payments for sharing services across industries and geographies on the ShareRing platform — which includes the ShareRing application, ShareRing shop and each user’s ShareRing ID.",
- "website": "https://sharering.network",
- "explorer": "https://explorer.binance.org/asset/SHR-DB6",
- "status": "active",
- "id": "SHR-DB6"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/SHR-DB6/logo.png b/blockchains/binance/assets/SHR-DB6/logo.png
deleted file mode 100644
index d4ba13c065faf..0000000000000
Binary files a/blockchains/binance/assets/SHR-DB6/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/SLV-986/info.json b/blockchains/binance/assets/SLV-986/info.json
deleted file mode 100644
index edcd13e5905e4..0000000000000
--- a/blockchains/binance/assets/SLV-986/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Silverway",
- "symbol": "SLV",
- "type": "BEP2",
- "decimals": 8,
- "description": "Silverway provides aggregated and structured OTC (over-the-counter) data for crypto markets.",
- "website": "https://silverway.io/",
- "explorer": "https://explorer.binance.org/asset/SLV-986",
- "status": "active",
- "id": "SLV-986"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/SLV-986/logo.png b/blockchains/binance/assets/SLV-986/logo.png
deleted file mode 100644
index 6b6adb4f58601..0000000000000
Binary files a/blockchains/binance/assets/SLV-986/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/SNX-C26/info.json b/blockchains/binance/assets/SNX-C26/info.json
deleted file mode 100644
index f160ed87ae5fb..0000000000000
--- a/blockchains/binance/assets/SNX-C26/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Synthetix Network Token",
- "website": "https://synthetix.io",
- "description": "Synthetix is a derivatives liquidity protocol on Ethereum that enables the issuance and trading of synthetic assets.",
- "explorer": "https://explorer.binance.org/asset/SNX-C26",
- "research": "https://research.binance.com/en/projects/synthetix",
- "type": "BEP2",
- "symbol": "SNX",
- "decimals": 8,
- "status": "active",
- "id": "SNX-C26"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/SNX-C26/logo.png b/blockchains/binance/assets/SNX-C26/logo.png
deleted file mode 100644
index 2a850de0afe21..0000000000000
Binary files a/blockchains/binance/assets/SNX-C26/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/SPARTA-7F3/info.json b/blockchains/binance/assets/SPARTA-7F3/info.json
deleted file mode 100644
index 0d4629adac712..0000000000000
--- a/blockchains/binance/assets/SPARTA-7F3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SPARTAN PROTOCOL TOKEN",
- "type": "BEP2",
- "symbol": "SPARTA-7F3",
- "decimals": 8,
- "website": "",
- "description": "-",
- "explorer": "https://explorer.binance.org/asset/SPARTA-7F3",
- "status": "active",
- "id": "SPARTA-7F3"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/SPARTA-7F3/logo.png b/blockchains/binance/assets/SPARTA-7F3/logo.png
deleted file mode 100644
index cf8426bb7223a..0000000000000
Binary files a/blockchains/binance/assets/SPARTA-7F3/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/SPNDB-916/info.json b/blockchains/binance/assets/SPNDB-916/info.json
deleted file mode 100644
index a3289c90b3d93..0000000000000
--- a/blockchains/binance/assets/SPNDB-916/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Spendcoin",
- "symbol": "SPNDB",
- "type": "BEP2",
- "decimals": 8,
- "description": "Spendcoin is a decentralized cryptocurrency that powers the Spend.com ecosystem of products. Spend has two financial services products, the Spend App and Spend Card, which are products of Spend.com that give our users a multi-currency digital wallet that they are able to store fiat and digital assets/currencies.",
- "website": "https://spendcoin.org/",
- "explorer": "https://explorer.binance.org/asset/SPNDB-916",
- "status": "active",
- "id": "SPNDB-916"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/SPNDB-916/logo.png b/blockchains/binance/assets/SPNDB-916/logo.png
deleted file mode 100644
index 610b78626ed0e..0000000000000
Binary files a/blockchains/binance/assets/SPNDB-916/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/STYL-65B/info.json b/blockchains/binance/assets/STYL-65B/info.json
deleted file mode 100644
index 15c8e812825b3..0000000000000
--- a/blockchains/binance/assets/STYL-65B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yin Lang Music IP Token",
- "symbol": "STYL",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.binance.org/asset/STYL-65B",
- "status": "active",
- "id": "STYL-65B"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/STYL-65B/logo.png b/blockchains/binance/assets/STYL-65B/logo.png
deleted file mode 100644
index fd875347c792f..0000000000000
Binary files a/blockchains/binance/assets/STYL-65B/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/SUSHI-134/info.json b/blockchains/binance/assets/SUSHI-134/info.json
deleted file mode 100644
index fb4dbe7aa16d6..0000000000000
--- a/blockchains/binance/assets/SUSHI-134/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "SushiToken",
- "website": "https://sushiswap.fi",
- "description": "SushiSwap claims to be an evolution of #Uniswap with $SUSHI tokenomics.",
- "explorer": "https://explorer.binance.org/asset/SUSHI-134",
- "research": "https://research.binance.com/en/projects/sushi",
- "type": "BEP2",
- "symbol": "SUSHI",
- "decimals": 8,
- "status": "active",
- "id": "SUSHI-134"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/SUSHI-134/logo.png b/blockchains/binance/assets/SUSHI-134/logo.png
deleted file mode 100644
index 37523b87fe8a7..0000000000000
Binary files a/blockchains/binance/assets/SUSHI-134/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/SWINGBY-888/info.json b/blockchains/binance/assets/SWINGBY-888/info.json
deleted file mode 100644
index f751323bc6690..0000000000000
--- a/blockchains/binance/assets/SWINGBY-888/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Swingby Token",
- "symbol": "SWINGBY",
- "type": "BEP2",
- "decimals": 8,
- "description": "Swingby is a decentralized proof-of-stake network that uses the latest advancements in cryptography research to allow you to move your tokens onto other chains without a trusted party.",
- "website": "https://swingby.network/",
- "explorer": "https://explorer.binance.org/asset/SWINGBY-888",
- "status": "active",
- "id": "SWINGBY-888"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/SWINGBY-888/logo.png b/blockchains/binance/assets/SWINGBY-888/logo.png
deleted file mode 100644
index 2c85369cdf596..0000000000000
Binary files a/blockchains/binance/assets/SWINGBY-888/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/SWIPE.B-DC0/info.json b/blockchains/binance/assets/SWIPE.B-DC0/info.json
deleted file mode 100644
index b321eb9f8c40f..0000000000000
--- a/blockchains/binance/assets/SWIPE.B-DC0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SWIPE Token",
- "symbol": "SWIPE.B",
- "type": "BEP2",
- "decimals": 8,
- "description": "SWIPE Network is a Blockchain Infrastructure for Trustless Data Economy. It allows mobile app developers and users to monetize their data on the blockchain without compromising user privacy.",
- "website": "https://swipecrypto.com/",
- "explorer": "https://explorer.binance.org/asset/SWIPE.B-DC0",
- "status": "active",
- "id": "SWIPE.B-DC0"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/SWIPE.B-DC0/logo.png b/blockchains/binance/assets/SWIPE.B-DC0/logo.png
deleted file mode 100644
index bc66405103545..0000000000000
Binary files a/blockchains/binance/assets/SWIPE.B-DC0/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/SXP-CCC/info.json b/blockchains/binance/assets/SXP-CCC/info.json
deleted file mode 100644
index cc344b188e441..0000000000000
--- a/blockchains/binance/assets/SXP-CCC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Swipe",
- "symbol": "SXP",
- "type": "BEP2",
- "decimals": 8,
- "description": "Swipe is a platform that looks to form a bridge between the fiat and cryptocurrency worlds with its three main existing products: the Swipe multi-asset mobile wallet, the Swipe cryptocurrency-funded debit card and the Swipe Token",
- "website": "https://www.swipe.io",
- "explorer": "https://explorer.binance.org/asset/SXP-CCC",
- "status": "active",
- "id": "SXP-CCC"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/SXP-CCC/logo.png b/blockchains/binance/assets/SXP-CCC/logo.png
deleted file mode 100644
index fdb099a2c3c4e..0000000000000
Binary files a/blockchains/binance/assets/SXP-CCC/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/TAUDB-888/info.json b/blockchains/binance/assets/TAUDB-888/info.json
deleted file mode 100644
index b8bbc5ed2db5d..0000000000000
--- a/blockchains/binance/assets/TAUDB-888/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrueAUD",
- "symbol": "TAUDB",
- "type": "BEP2",
- "decimals": 8,
- "description": "Tokenized version of the AUD",
- "website": "https://trusttoken.com/",
- "explorer": "https://explorer.binance.org/asset/TAUDB-888",
- "status": "active",
- "id": "TAUDB-888"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/TAUDB-888/logo.png b/blockchains/binance/assets/TAUDB-888/logo.png
deleted file mode 100644
index fa9d6a8b63827..0000000000000
Binary files a/blockchains/binance/assets/TAUDB-888/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/TBC-3A7/info.json b/blockchains/binance/assets/TBC-3A7/info.json
deleted file mode 100644
index 0737300372a81..0000000000000
--- a/blockchains/binance/assets/TBC-3A7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TBCC Coin",
- "symbol": "TBC",
- "type": "BEP2",
- "decimals": 8,
- "description": "Convenient and versatile decentralized solution for contactless cryptocurrency trading. Cross-network exchange of cryptocurrencies between users. The exchange takes place even in various blockchain networks.",
- "website": "https://tbccwallet.com/",
- "explorer": "https://explorer.binance.org/asset/TBC-3A7",
- "status": "active",
- "id": "TBC-3A7"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/TBC-3A7/logo.png b/blockchains/binance/assets/TBC-3A7/logo.png
deleted file mode 100644
index 76e73b6561678..0000000000000
Binary files a/blockchains/binance/assets/TBC-3A7/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/TCADB-888/info.json b/blockchains/binance/assets/TCADB-888/info.json
deleted file mode 100644
index a0fd3dd380c31..0000000000000
--- a/blockchains/binance/assets/TCADB-888/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrueCAD",
- "symbol": "TCADB",
- "type": "BEP2",
- "decimals": 8,
- "description": "We're on a mission to open access to financial opportunities and global trade",
- "website": "https://trusttoken.com",
- "explorer": "https://explorer.binance.org/asset/TCADB-888",
- "status": "active",
- "id": "TCADB-888"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/TCADB-888/logo.png b/blockchains/binance/assets/TCADB-888/logo.png
deleted file mode 100644
index ae15fd5ff40e5..0000000000000
Binary files a/blockchains/binance/assets/TCADB-888/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/TCT-826/info.json b/blockchains/binance/assets/TCT-826/info.json
deleted file mode 100644
index d7fa4cb01a487..0000000000000
--- a/blockchains/binance/assets/TCT-826/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "TokenClub",
- "website": "http://www.tokenclub.com",
- "description": "TokenClub provides investors with one-stop services, and aims at building an autonomous, trusting, and efficient investor community.",
- "explorer": "https://explorer.binance.org/asset/TCT-826",
- "research": "https://research.binance.com/en/projects/tokenclub",
- "type": "BEP2",
- "symbol": "TCT",
- "decimals": 8,
- "status": "active",
- "id": "TCT-826"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/TCT-826/logo.png b/blockchains/binance/assets/TCT-826/logo.png
deleted file mode 100644
index 45407627bbd06..0000000000000
Binary files a/blockchains/binance/assets/TCT-826/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/TGBPB-888/info.json b/blockchains/binance/assets/TGBPB-888/info.json
deleted file mode 100644
index 59558149b7d3f..0000000000000
--- a/blockchains/binance/assets/TGBPB-888/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrueGBP",
- "symbol": "TGBPB",
- "type": "BEP2",
- "decimals": 8,
- "description": "Tokenized version of the GBP.",
- "website": "http://trusttoken.com/",
- "explorer": "https://explorer.binance.org/asset/TGBPB-888",
- "status": "active",
- "id": "TGBPB-888"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/TGBPB-888/logo.png b/blockchains/binance/assets/TGBPB-888/logo.png
deleted file mode 100644
index daf71085ace28..0000000000000
Binary files a/blockchains/binance/assets/TGBPB-888/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/THKDB-888/info.json b/blockchains/binance/assets/THKDB-888/info.json
deleted file mode 100644
index 01654b4dfd808..0000000000000
--- a/blockchains/binance/assets/THKDB-888/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrueHKD",
- "symbol": "THKDB",
- "type": "BEP2",
- "decimals": 8,
- "description": "The leading stablecoin backed by the Hong Kong dollar.",
- "website": "https://trusttoken.com/",
- "explorer": "https://explorer.binance.org/asset/THKDB-888",
- "status": "active",
- "id": "THKDB-888"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/THKDB-888/logo.png b/blockchains/binance/assets/THKDB-888/logo.png
deleted file mode 100644
index 1234ec7fd6755..0000000000000
Binary files a/blockchains/binance/assets/THKDB-888/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/TM2-0C4/info.json b/blockchains/binance/assets/TM2-0C4/info.json
deleted file mode 100644
index 12a2699c04556..0000000000000
--- a/blockchains/binance/assets/TM2-0C4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Traxia 2",
- "symbol": "TM2",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.binance.org/asset/TM2-0C4",
- "status": "active",
- "id": "TM2-0C4"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/TM2-0C4/logo.png b/blockchains/binance/assets/TM2-0C4/logo.png
deleted file mode 100644
index c69eff6238ad9..0000000000000
Binary files a/blockchains/binance/assets/TM2-0C4/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/TOMOB-4BC/info.json b/blockchains/binance/assets/TOMOB-4BC/info.json
deleted file mode 100644
index 5ffca0e2b2ba2..0000000000000
--- a/blockchains/binance/assets/TOMOB-4BC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TomoChain",
- "symbol": "TOMOB",
- "type": "BEP2",
- "decimals": 8,
- "description": "TomoChain is a scalable blockchain-powered via Proof-of-Stake Voting consensus which is used commercially by companies globally.",
- "website": "https://tomochain.com/",
- "explorer": "https://explorer.binance.org/asset/TOMOB-4BC",
- "status": "active",
- "id": "TOMOB-4BC"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/TOMOB-4BC/logo.png b/blockchains/binance/assets/TOMOB-4BC/logo.png
deleted file mode 100644
index 9b00b4c7ee35b..0000000000000
Binary files a/blockchains/binance/assets/TOMOB-4BC/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/TOP-491/info.json b/blockchains/binance/assets/TOP-491/info.json
deleted file mode 100644
index 2cc20725caaa4..0000000000000
--- a/blockchains/binance/assets/TOP-491/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TOP Network",
- "symbol": "TOP",
- "type": "BEP2",
- "decimals": 8,
- "description": "TOP Network is a decentralized open communication network that provides cloud communication services on the blockchain.",
- "website": "https://www.topnetwork.org/",
- "explorer": "https://explorer.binance.org/asset/TOP-491",
- "status": "active",
- "id": "TOP-491"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/TOP-491/logo.png b/blockchains/binance/assets/TOP-491/logo.png
deleted file mode 100644
index 81062cad37002..0000000000000
Binary files a/blockchains/binance/assets/TOP-491/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/TROY-9B8/info.json b/blockchains/binance/assets/TROY-9B8/info.json
deleted file mode 100644
index 4c9601b8fd1d8..0000000000000
--- a/blockchains/binance/assets/TROY-9B8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TROY",
- "symbol": "TROY",
- "type": "BEP2",
- "decimals": 8,
- "description": "Troy Trade is a global prime broker specialized in crypto trading and asset management.",
- "website": "https://troytrade.com",
- "explorer": "https://explorer.binance.org/asset/TROY-9B8",
- "status": "active",
- "id": "TROY-9B8"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/TROY-9B8/logo.png b/blockchains/binance/assets/TROY-9B8/logo.png
deleted file mode 100644
index 6438a18214aa1..0000000000000
Binary files a/blockchains/binance/assets/TROY-9B8/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/TRUE-D84/info.json b/blockchains/binance/assets/TRUE-D84/info.json
deleted file mode 100644
index 39dfb4ffeb8c6..0000000000000
--- a/blockchains/binance/assets/TRUE-D84/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrueChain",
- "symbol": "TRUE",
- "type": "BEP2",
- "decimals": 8,
- "description": "With the digital advertising becoming a preserve for the affluent multinationals, True Chain (TRUE) seeks to give small and medium size business a say in the industry.",
- "website": "http://www.truechain.pro/",
- "explorer": "https://explorer.binance.org/asset/TRUE-D84",
- "status": "active",
- "id": "TRUE-D84"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/TRUE-D84/logo.png b/blockchains/binance/assets/TRUE-D84/logo.png
deleted file mode 100644
index f1acf78524145..0000000000000
Binary files a/blockchains/binance/assets/TRUE-D84/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/TRXB-2E6/info.json b/blockchains/binance/assets/TRXB-2E6/info.json
deleted file mode 100644
index 152cfbd274ca0..0000000000000
--- a/blockchains/binance/assets/TRXB-2E6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TRXB",
- "symbol": "TRXB",
- "type": "BEP2",
- "decimals": 8,
- "description": "TRON is a dedicated to build the infrastructure for a truly decentralized Internet.",
- "website": "https://tron.network/",
- "explorer": "https://explorer.binance.org/asset/TRXB-2E6",
- "status": "active",
- "id": "TRXB-2E6"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/TRXB-2E6/logo.png b/blockchains/binance/assets/TRXB-2E6/logo.png
deleted file mode 100644
index 74ec9785f66d5..0000000000000
Binary files a/blockchains/binance/assets/TRXB-2E6/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/TUSDB-888/info.json b/blockchains/binance/assets/TUSDB-888/info.json
deleted file mode 100644
index 67a0225688211..0000000000000
--- a/blockchains/binance/assets/TUSDB-888/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "TrueUSD",
- "symbol": "TUSDB",
- "type": "BEP2",
- "decimals": 8,
- "description": "TrueUSD (TUSD) is the first independently-verified digital asset redeemable 1-for-1 for US Dollars.",
- "website": "https://www.trueusd.com/",
- "explorer": "https://explorer.binance.org/asset/TUSDB-888",
- "status": "active",
- "id": "TUSDB-888",
- "tags": [
- "stablecoin"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/trusttoken/TrueUSD"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/tusd_official"
- },
- {
- "name": "telegram",
- "url": "https://t.me/TUSDofficial_EN"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/true-usd/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/TUSDB-888/logo.png b/blockchains/binance/assets/TUSDB-888/logo.png
deleted file mode 100644
index 0ae677cd2bac8..0000000000000
Binary files a/blockchains/binance/assets/TUSDB-888/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/TWT-8C2/info.json b/blockchains/binance/assets/TWT-8C2/info.json
deleted file mode 100644
index 8ed88cbe6c18a..0000000000000
--- a/blockchains/binance/assets/TWT-8C2/info.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "Trust Wallet",
- "website": "https://trustwallet.com",
- "description": "Utility token to increase adoption of cryptocurrency.",
- "explorer": "https://explorer.binance.org/asset/TWT-8C2",
- "research": "https://research.binance.com/en/projects/trustwallet",
- "type": "BEP2",
- "symbol": "TWT",
- "decimals": 8,
- "status": "active",
- "id": "TWT-8C2",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/trustwallet"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/trustwallet"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/trustapp"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/TWT-8C2/logo.png b/blockchains/binance/assets/TWT-8C2/logo.png
deleted file mode 100644
index 8e97855518bfd..0000000000000
Binary files a/blockchains/binance/assets/TWT-8C2/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/UGAS-B0C/info.json b/blockchains/binance/assets/UGAS-B0C/info.json
deleted file mode 100644
index a3b99b758968e..0000000000000
--- a/blockchains/binance/assets/UGAS-B0C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ultrain Coin",
- "symbol": "UGAS",
- "type": "BEP2",
- "decimals": 8,
- "description": "Ultrain is committed to construct a responsible and sustainable commercial ecosystem that enables all industrial applications.",
- "website": "https://www.ultrain.io/",
- "explorer": "https://explorer.binance.org/asset/UGAS-B0C",
- "status": "active",
- "id": "UGAS-B0C"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/UGAS-B0C/logo.png b/blockchains/binance/assets/UGAS-B0C/logo.png
deleted file mode 100644
index 1c60215035ea1..0000000000000
Binary files a/blockchains/binance/assets/UGAS-B0C/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/UND-EBC/info.json b/blockchains/binance/assets/UND-EBC/info.json
deleted file mode 100644
index f9727c9c327c8..0000000000000
--- a/blockchains/binance/assets/UND-EBC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "United Network Distribution",
- "symbol": "UND",
- "type": "BEP2",
- "decimals": 8,
- "description": "$FUND token holders can securely delegate $FUND to nodes who will stake these for you and share a commission % of the rewards accrued for running the network.",
- "website": "http://www.unification.com/",
- "explorer": "https://explorer.binance.org/asset/UND-EBC",
- "status": "active",
- "id": "UND-EBC"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/UND-EBC/logo.png b/blockchains/binance/assets/UND-EBC/logo.png
deleted file mode 100644
index 88476ae289172..0000000000000
Binary files a/blockchains/binance/assets/UND-EBC/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/UNFI-FB7/info.json b/blockchains/binance/assets/UNFI-FB7/info.json
deleted file mode 100644
index 612e0fc934d48..0000000000000
--- a/blockchains/binance/assets/UNFI-FB7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Uniswap Finance",
- "type": "BEP2",
- "symbol": "UNFI-FB7",
- "decimals": 8,
- "website": "",
- "description": "-",
- "explorer": "https://explorer.binance.org/asset/UNFI-FB7",
- "status": "active",
- "id": "UNFI-FB7"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/UNFI-FB7/logo.png b/blockchains/binance/assets/UNFI-FB7/logo.png
deleted file mode 100644
index fb4c89f274ae5..0000000000000
Binary files a/blockchains/binance/assets/UNFI-FB7/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/UNI-DD8/info.json b/blockchains/binance/assets/UNI-DD8/info.json
deleted file mode 100644
index ad727d8aaf899..0000000000000
--- a/blockchains/binance/assets/UNI-DD8/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Uniswap",
- "website": "https://uniswap.org",
- "description": "UNI is the Uniswap protocol token. Uniswap is a decentralized protocol for automated liquidity provision on Ethereum.",
- "explorer": "https://explorer.binance.org/asset/UNI-DD8",
- "research": "https://research.binance.com/en/projects/uniswap",
- "type": "BEP2",
- "symbol": "UNI",
- "decimals": 8,
- "status": "active",
- "id": "UNI-DD8"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/UNI-DD8/logo.png b/blockchains/binance/assets/UNI-DD8/logo.png
deleted file mode 100644
index 893ef55cb23c0..0000000000000
Binary files a/blockchains/binance/assets/UNI-DD8/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/UPX-F3E/info.json b/blockchains/binance/assets/UPX-F3E/info.json
deleted file mode 100644
index 3222ae346077f..0000000000000
--- a/blockchains/binance/assets/UPX-F3E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UPX",
- "symbol": "UPX",
- "type": "BEP2",
- "decimals": 8,
- "description": "Universal Ðecentralized Asset Platform - a Blockchain Middleware for Tokenizing Everything",
- "website": "https://www.udap.io",
- "explorer": "https://explorer.binance.org/asset/UPX-F3E",
- "status": "active",
- "id": "UPX-F3E"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/UPX-F3E/logo.png b/blockchains/binance/assets/UPX-F3E/logo.png
deleted file mode 100644
index c8f50f0ff6331..0000000000000
Binary files a/blockchains/binance/assets/UPX-F3E/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/USDC-CD2/info.json b/blockchains/binance/assets/USDC-CD2/info.json
deleted file mode 100644
index b01a4ba064c13..0000000000000
--- a/blockchains/binance/assets/USDC-CD2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USD Coin",
- "symbol": "USDC",
- "type": "BEP2",
- "decimals": 8,
- "description": "USDC BEP2 is a token on Binance Chain issued by Binance, where the price is pegged to USDC at a rate of 1 USDC BEP2 = 1 USDC",
- "website": "https://binance.org",
- "explorer": "https://explorer.binance.org/asset/USDC-CD2",
- "status": "active",
- "id": "USDC-CD2"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/USDC-CD2/logo.png b/blockchains/binance/assets/USDC-CD2/logo.png
deleted file mode 100644
index bdf25c4d859f9..0000000000000
Binary files a/blockchains/binance/assets/USDC-CD2/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/USDH-5B5/info.json b/blockchains/binance/assets/USDH-5B5/info.json
deleted file mode 100644
index 23b337d71e007..0000000000000
--- a/blockchains/binance/assets/USDH-5B5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HonestCoin",
- "symbol": "USDH",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.binance.org/asset/USDH-5B5",
- "status": "abandoned",
- "id": "USDH-5B5"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/USDH-5B5/logo.png b/blockchains/binance/assets/USDH-5B5/logo.png
deleted file mode 100644
index f6fe4db2e1641..0000000000000
Binary files a/blockchains/binance/assets/USDH-5B5/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/USDSB-1AC/info.json b/blockchains/binance/assets/USDSB-1AC/info.json
deleted file mode 100644
index becd60d2f359d..0000000000000
--- a/blockchains/binance/assets/USDSB-1AC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USDS",
- "symbol": "USDSB",
- "type": "BEP2",
- "decimals": 8,
- "description": "Our mission is to make financial transactions faster, cheaper and more transparent through a Borderless Neobanking platform powered by blockchain, stablecoins and open finance APIs.",
- "website": "https://www.stably.io",
- "explorer": "https://explorer.binance.org/asset/USDSB-1AC",
- "status": "active",
- "id": "USDSB-1AC"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/USDSB-1AC/logo.png b/blockchains/binance/assets/USDSB-1AC/logo.png
deleted file mode 100644
index fb71fe6239ac0..0000000000000
Binary files a/blockchains/binance/assets/USDSB-1AC/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/USDT-6D8/info.json b/blockchains/binance/assets/USDT-6D8/info.json
deleted file mode 100644
index 14c9be1f29608..0000000000000
--- a/blockchains/binance/assets/USDT-6D8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USDTBEP2",
- "symbol": "USDT",
- "type": "BEP2",
- "decimals": 8,
- "description": "Tether (USDT) is a cryptocurrency with a value meant to mirror the value of the U.S. dollar.",
- "website": "https://tether.to/",
- "explorer": "https://explorer.binance.org/asset/USDT-6D8",
- "status": "active",
- "id": "USDT-6D8"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/USDT-6D8/logo.png b/blockchains/binance/assets/USDT-6D8/logo.png
deleted file mode 100644
index 4b3027306a91c..0000000000000
Binary files a/blockchains/binance/assets/USDT-6D8/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/VDX-A17/info.json b/blockchains/binance/assets/VDX-A17/info.json
deleted file mode 100644
index 277af3dab6758..0000000000000
--- a/blockchains/binance/assets/VDX-A17/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vodi X",
- "symbol": "VDX",
- "type": "BEP2",
- "decimals": 8,
- "description": "Vodi X is positioned on the already widely adopted mobile payments application.",
- "website": "https://vodix.io/",
- "explorer": "https://explorer.binance.org/asset/VDX-A17",
- "status": "active",
- "id": "VDX-A17"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/VDX-A17/logo.png b/blockchains/binance/assets/VDX-A17/logo.png
deleted file mode 100644
index 847b482e98f70..0000000000000
Binary files a/blockchains/binance/assets/VDX-A17/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/VIDT-F53/info.json b/blockchains/binance/assets/VIDT-F53/info.json
deleted file mode 100644
index b348426942a2e..0000000000000
--- a/blockchains/binance/assets/VIDT-F53/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "V-ID Token",
- "symbol": "VIDT",
- "type": "BEP2",
- "decimals": 8,
- "description": "A hybrid blockchain validation platform, already in use by numerous integrators.",
- "website": "https://about.v-id.org/token",
- "explorer": "https://explorer.binance.org/asset/VIDT-F53",
- "status": "active",
- "id": "VIDT-F53"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/VIDT-F53/logo.png b/blockchains/binance/assets/VIDT-F53/logo.png
deleted file mode 100644
index f76315ce407fb..0000000000000
Binary files a/blockchains/binance/assets/VIDT-F53/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/VNDC-DB9/info.json b/blockchains/binance/assets/VNDC-DB9/info.json
deleted file mode 100644
index 0c751cfd62559..0000000000000
--- a/blockchains/binance/assets/VNDC-DB9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VNDC",
- "symbol": "VNDC",
- "type": "BEP2",
- "decimals": 8,
- "description": "VNDC is a stablecoin of Vietnam Dong on the blockchain smart contract system, pegged to VND by the rate of 1:1, so that the price of digital currency assets could be stabilised.",
- "website": "https://vndc.io/",
- "explorer": "https://explorer.binance.org/asset/VNDC-DB9",
- "status": "active",
- "id": "VNDC-DB9"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/VNDC-DB9/logo.png b/blockchains/binance/assets/VNDC-DB9/logo.png
deleted file mode 100644
index e2f48cb6ae10d..0000000000000
Binary files a/blockchains/binance/assets/VNDC-DB9/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/VOTE-FD4/info.json b/blockchains/binance/assets/VOTE-FD4/info.json
deleted file mode 100644
index c044f076160fe..0000000000000
--- a/blockchains/binance/assets/VOTE-FD4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vote",
- "symbol": "VOTE",
- "type": "BEP2",
- "decimals": 8,
- "description": "Agora is a protocol company built for the purpose of voting, that allows anyone anywhere to vote. It aims to eradicate fraud and corruption, reduce costs, and engage voters in a modern, secure, convenient and accessible way.",
- "website": "https://www.agora.vote/",
- "explorer": "https://explorer.binance.org/asset/VOTE-FD4",
- "status": "active",
- "id": "VOTE-FD4"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/VOTE-FD4/logo.png b/blockchains/binance/assets/VOTE-FD4/logo.png
deleted file mode 100644
index 85cff69f24087..0000000000000
Binary files a/blockchains/binance/assets/VOTE-FD4/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/VRAB-B56/info.json b/blockchains/binance/assets/VRAB-B56/info.json
deleted file mode 100644
index 35b5ba655f380..0000000000000
--- a/blockchains/binance/assets/VRAB-B56/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VERA",
- "type": "BEP2",
- "symbol": "VRAB",
- "decimals": 8,
- "website": "",
- "description": "-",
- "explorer": "https://explorer.binance.org/asset/VRAB-B56",
- "status": "active",
- "id": "VRAB-B56"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/VRAB-B56/logo.png b/blockchains/binance/assets/VRAB-B56/logo.png
deleted file mode 100644
index dc8ef78948a2e..0000000000000
Binary files a/blockchains/binance/assets/VRAB-B56/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/WICC-01D/info.json b/blockchains/binance/assets/WICC-01D/info.json
deleted file mode 100644
index ff2dff0e5344d..0000000000000
--- a/blockchains/binance/assets/WICC-01D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WaykiChain Coin",
- "symbol": "WICC",
- "type": "BEP2",
- "decimals": 8,
- "description": "WaykiChain(WICC) is a finance-centric public blockchain that provides decentralized finance infrastructure through core-layer implementation of decentralized exchanges (DEX) and crypto-asset backed stablecoin (WUSD) technologies.",
- "website": "http://waykichain.com/",
- "explorer": "https://explorer.binance.org/asset/WICC-01D",
- "status": "active",
- "id": "WICC-01D"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/WICC-01D/logo.png b/blockchains/binance/assets/WICC-01D/logo.png
deleted file mode 100644
index 7cd8c73ed4fd3..0000000000000
Binary files a/blockchains/binance/assets/WICC-01D/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/WINB-41F/info.json b/blockchains/binance/assets/WINB-41F/info.json
deleted file mode 100644
index 9a728581b7731..0000000000000
--- a/blockchains/binance/assets/WINB-41F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WINB",
- "symbol": "WINB",
- "type": "BEP2",
- "decimals": 8,
- "description": "WINK describes itself as betting DApp.",
- "website": "https://www.wink.org/#/",
- "explorer": "https://explorer.binance.org/asset/WINB-41F",
- "status": "active",
- "id": "WINB-41F"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/WINB-41F/logo.png b/blockchains/binance/assets/WINB-41F/logo.png
deleted file mode 100644
index 981c0e371d376..0000000000000
Binary files a/blockchains/binance/assets/WINB-41F/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/WISH-2D5/info.json b/blockchains/binance/assets/WISH-2D5/info.json
deleted file mode 100644
index 79fb65a669d11..0000000000000
--- a/blockchains/binance/assets/WISH-2D5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MyWish",
- "symbol": "WISH",
- "type": "BEP2",
- "decimals": 8,
- "description": "Decentralized full cycle platform: Smart contracts creation, Audit, Deployment, Systematic calling on schedule, Execution.",
- "website": "https://mywish.io",
- "explorer": "https://explorer.binance.org/asset/WISH-2D5",
- "status": "active",
- "id": "WISH-2D5"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/WISH-2D5/logo.png b/blockchains/binance/assets/WISH-2D5/logo.png
deleted file mode 100644
index 18bdad143a6af..0000000000000
Binary files a/blockchains/binance/assets/WISH-2D5/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/WRX-ED1/info.json b/blockchains/binance/assets/WRX-ED1/info.json
deleted file mode 100644
index 9857e23f0f2f5..0000000000000
--- a/blockchains/binance/assets/WRX-ED1/info.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "name": "WazirX Token",
- "website": "https://wazirx.com",
- "description": "The WRX token is used for trading fee discounts, WRX Trade Mining (unlock and earn WRX tokens by performing trades), paying for margin fees, and more.",
- "explorer": "https://explorer.binance.org/asset/WRX-ED1",
- "research": "https://research.binance.com/en/projects/wazirx",
- "type": "BEP2",
- "symbol": "WRX",
- "decimals": 8,
- "status": "active",
- "id": "WRX-ED1",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://download.wazirx.com/wrx/wrx-whitepaper.pdf"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/wazirxindiap"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/wazirx"
- },
- {
- "name": "github",
- "url": "https://github.com/wazirx"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/WRX-ED1/logo.png b/blockchains/binance/assets/WRX-ED1/logo.png
deleted file mode 100644
index d5740aecada53..0000000000000
Binary files a/blockchains/binance/assets/WRX-ED1/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/XBASE-CD2/info.json b/blockchains/binance/assets/XBASE-CD2/info.json
deleted file mode 100644
index a09d8ddefd0e7..0000000000000
--- a/blockchains/binance/assets/XBASE-CD2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Eterbase Coin",
- "symbol": "XBASE",
- "type": "BEP2",
- "decimals": 8,
- "description": "ETERBASE describes itself as a cryptocurrency exchange platform with a focus on crypto to SEPA integration (via individual IBAN accounts), multi-asset support, and regulatory compliance.",
- "website": "https://www.eterbase.com/",
- "explorer": "https://explorer.binance.org/asset/XBASE-CD2",
- "status": "active",
- "id": "XBASE-CD2"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/XBASE-CD2/logo.png b/blockchains/binance/assets/XBASE-CD2/logo.png
deleted file mode 100644
index 4c9a95ac4dc10..0000000000000
Binary files a/blockchains/binance/assets/XBASE-CD2/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/XNS-760/info.json b/blockchains/binance/assets/XNS-760/info.json
deleted file mode 100644
index cbb015be9bcb8..0000000000000
--- a/blockchains/binance/assets/XNS-760/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Xeonbit Token",
- "symbol": "XNS",
- "type": "BEP2",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.binance.org/asset/XNS-760",
- "status": "abandoned",
- "id": "XNS-760"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/XNS-760/logo.png b/blockchains/binance/assets/XNS-760/logo.png
deleted file mode 100644
index cad0a9587e64f..0000000000000
Binary files a/blockchains/binance/assets/XNS-760/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/XRP-BF2/info.json b/blockchains/binance/assets/XRP-BF2/info.json
deleted file mode 100644
index 6b20ca0280c14..0000000000000
--- a/blockchains/binance/assets/XRP-BF2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XRP BEP2",
- "symbol": "XRP",
- "type": "BEP2",
- "decimals": 8,
- "description": "XRP BEP2 (XRP) is a token on Binance Chain issued by Binance, where the price is pegged to XRP at a rate of 1 XRP BEP2 = 1 XRP.",
- "website": "https://binance.org",
- "explorer": "https://explorer.binance.org/asset/XRP-BF2",
- "status": "active",
- "id": "XRP-BF2"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/XRP-BF2/logo.png b/blockchains/binance/assets/XRP-BF2/logo.png
deleted file mode 100644
index 4505ee533b41c..0000000000000
Binary files a/blockchains/binance/assets/XRP-BF2/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/XRPBEAR-00B/info.json b/blockchains/binance/assets/XRPBEAR-00B/info.json
deleted file mode 100644
index 5fc77c95f218f..0000000000000
--- a/blockchains/binance/assets/XRPBEAR-00B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "3X Short XRP Token",
- "symbol": "XRPBEAR",
- "type": "BEP2",
- "decimals": 8,
- "description": "3X Short XRP Token (XRPBEAR) is a token which seeks a return that corresponds to -3 times the daily return of XRP.",
- "website": "https://ftx.com/",
- "explorer": "https://explorer.binance.org/asset/XRPBEAR-00B",
- "status": "active",
- "id": "XRPBEAR-00B"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/XRPBEAR-00B/logo.png b/blockchains/binance/assets/XRPBEAR-00B/logo.png
deleted file mode 100644
index e6bd5c3ceec2a..0000000000000
Binary files a/blockchains/binance/assets/XRPBEAR-00B/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/XRPBULL-E7C/info.json b/blockchains/binance/assets/XRPBULL-E7C/info.json
deleted file mode 100644
index 98b4531c0198d..0000000000000
--- a/blockchains/binance/assets/XRPBULL-E7C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "3X Long XRP Token",
- "symbol": "XRPBULL",
- "type": "BEP2",
- "decimals": 8,
- "description": "3X Long XRP Token (XRPBULL) is an ERC20 token which seeks a return that corresponds to 3 times the daily return of XRP.",
- "website": "https://ftx.com/tokens/XRPBULL",
- "explorer": "https://explorer.binance.org/asset/XRPBULL-E7C",
- "status": "active",
- "id": "XRPBULL-E7C"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/XRPBULL-E7C/logo.png b/blockchains/binance/assets/XRPBULL-E7C/logo.png
deleted file mode 100644
index 18f97e7450a1e..0000000000000
Binary files a/blockchains/binance/assets/XRPBULL-E7C/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/XTZ-F7A/info.json b/blockchains/binance/assets/XTZ-F7A/info.json
deleted file mode 100644
index 620a7983a1c10..0000000000000
--- a/blockchains/binance/assets/XTZ-F7A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XTZ BEP2",
- "symbol": "XTZ",
- "type": "BEP2",
- "decimals": 8,
- "description": "XTZ BEP2 (XTZ) is a token on Binance Chain issued by Binance, where the price is pegged to XTZ at a rate of 1 XTZ BEP2 = 1 XTZ.",
- "website": "https://binance.org",
- "explorer": "https://explorer.binance.org/asset/XTZ-F7A",
- "status": "active",
- "id": "XTZ-F7A"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/XTZ-F7A/logo.png b/blockchains/binance/assets/XTZ-F7A/logo.png
deleted file mode 100644
index c1982048ea867..0000000000000
Binary files a/blockchains/binance/assets/XTZ-F7A/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/XVS-795/info.json b/blockchains/binance/assets/XVS-795/info.json
deleted file mode 100644
index 43eff7da37037..0000000000000
--- a/blockchains/binance/assets/XVS-795/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Venus",
- "type": "BEP2",
- "symbol": "XVS",
- "decimals": 8,
- "website": "",
- "description": "-",
- "explorer": "https://explorer.binance.org/asset/XVS-795",
- "status": "active",
- "id": "XVS-795"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/XVS-795/logo.png b/blockchains/binance/assets/XVS-795/logo.png
deleted file mode 100644
index 008d22434f766..0000000000000
Binary files a/blockchains/binance/assets/XVS-795/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/YFI-1A4/info.json b/blockchains/binance/assets/YFI-1A4/info.json
deleted file mode 100644
index 4e6e618b53389..0000000000000
--- a/blockchains/binance/assets/YFI-1A4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "yearnfinance",
- "symbol": "YFI",
- "type": "BEP2",
- "decimals": 8,
- "description": "YFI BEP2 is a token on Binance Chain issued by Binance, where the price is pegged to YFI at a rate of 1 YFI BEP2 = 1 YFI",
- "website": "https://binance.org",
- "explorer": "https://explorer.binance.org/asset/YFI-1A4",
- "status": "active",
- "id": "YFI-1A4"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/YFI-1A4/logo.png b/blockchains/binance/assets/YFI-1A4/logo.png
deleted file mode 100644
index 7dcbd889ed2db..0000000000000
Binary files a/blockchains/binance/assets/YFI-1A4/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/YFII-061/info.json b/blockchains/binance/assets/YFII-061/info.json
deleted file mode 100644
index a95c42fc90c5c..0000000000000
--- a/blockchains/binance/assets/YFII-061/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YFIIBEP2",
- "symbol": "YFII",
- "type": "BEP2",
- "decimals": 8,
- "description": "YFII BEP2 is a token on Binance Chain issued by Binance, where the price is pegged to YFII at a rate of 1 YFII BEP2 = 1 YFII",
- "website": "https://binance.org",
- "explorer": "https://explorer.binance.org/asset/YFII-061",
- "status": "active",
- "id": "YFII-061"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/YFII-061/logo.png b/blockchains/binance/assets/YFII-061/logo.png
deleted file mode 100644
index 7a12bc9cece64..0000000000000
Binary files a/blockchains/binance/assets/YFII-061/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ZEBI-84F/info.json b/blockchains/binance/assets/ZEBI-84F/info.json
deleted file mode 100644
index 641ea361fa1e2..0000000000000
--- a/blockchains/binance/assets/ZEBI-84F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZEBI",
- "symbol": "ZEBI",
- "type": "BEP2",
- "decimals": 8,
- "description": "Zebi Public Blockchain (Zebi Mainnet) is a public blockchain designed to be a multi-chain and multi-token platform built on Cosmos",
- "website": "https://zebi.io",
- "explorer": "https://explorer.binance.org/asset/ZEBI-84F",
- "status": "active",
- "id": "ZEBI-84F"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ZEBI-84F/logo.png b/blockchains/binance/assets/ZEBI-84F/logo.png
deleted file mode 100644
index 61da3716524dc..0000000000000
Binary files a/blockchains/binance/assets/ZEBI-84F/logo.png and /dev/null differ
diff --git a/blockchains/binance/assets/ZEC-93E/info.json b/blockchains/binance/assets/ZEC-93E/info.json
deleted file mode 100644
index c9dd785cb1894..0000000000000
--- a/blockchains/binance/assets/ZEC-93E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZECBEP2",
- "symbol": "ZEC",
- "type": "BEP2",
- "decimals": 8,
- "description": "ZEC BEP2 is a token on Binance Chain issued by Binance, where the price is pegged to ZEC at a rate of 1 ZEC BEP2 = 1 ZEC",
- "website": "https://binance.org",
- "explorer": "https://explorer.binance.org/asset/ZEC-93E",
- "status": "active",
- "id": "ZEC-93E"
-}
\ No newline at end of file
diff --git a/blockchains/binance/assets/ZEC-93E/logo.png b/blockchains/binance/assets/ZEC-93E/logo.png
deleted file mode 100644
index 6ecf20b8a42de..0000000000000
Binary files a/blockchains/binance/assets/ZEC-93E/logo.png and /dev/null differ
diff --git a/blockchains/binance/info/info.json b/blockchains/binance/info/info.json
deleted file mode 100644
index a68b1e99e4eff..0000000000000
--- a/blockchains/binance/info/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "BNB Beacon Chain",
- "website": "https://binance.org/",
- "description": "Fast and secure decentralized digital asset exchange. The new crypto currency trading standard is here.",
- "explorer": "https://explorer.binance.org/",
- "research": "https://research.binance.com/en/projects/bnb",
- "symbol": "BNB",
- "type": "coin",
- "decimals": 8,
- "status": "active",
- "tags": [
- "staking-native"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/binance-chain/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/binance_dex"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/BinanceExchange"
- },
- {
- "name": "whitepaper",
- "url": "https://www.binance.com/resources/ico/Binance_WhitePaper_en.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/binance/info/logo.png b/blockchains/binance/info/logo.png
deleted file mode 100644
index 27688c0af1e64..0000000000000
Binary files a/blockchains/binance/info/logo.png and /dev/null differ
diff --git a/blockchains/binance/tokenlist-extended.json b/blockchains/binance/tokenlist-extended.json
deleted file mode 100644
index 4b3aba58e55db..0000000000000
--- a/blockchains/binance/tokenlist-extended.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "name": "Trust Wallet: Binance Chain Token List Extended",
- "logoURI": "https://trustwallet.com/assets/images/favicon.png",
- "timestamp": "2022-01-31T13:11:43.029652",
- "tokens": [
-
- ],
- "version": {
- "major": 1,
- "minor": 0,
- "patch": 0
- }
-}
\ No newline at end of file
diff --git a/blockchains/binance/tokenlist.json b/blockchains/binance/tokenlist.json
deleted file mode 100644
index f0168c17151b7..0000000000000
--- a/blockchains/binance/tokenlist.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "name": "Trust Wallet: BNB",
- "logoURI": "https://trustwallet.com/assets/images/favicon.png",
- "timestamp": "2022-09-05T14:41:49.306430",
- "tokens": [
-
- ],
- "version": {
- "major": 389,
- "minor": 0,
- "patch": 0
- }
-}
\ No newline at end of file
diff --git a/blockchains/binance/validators/assets/bva139vgg7x68z3z7mjcyg6q02h3y0pvah678vr0y3/logo.png b/blockchains/binance/validators/assets/bva139vgg7x68z3z7mjcyg6q02h3y0pvah678vr0y3/logo.png
deleted file mode 100644
index 5bb635950a48b..0000000000000
Binary files a/blockchains/binance/validators/assets/bva139vgg7x68z3z7mjcyg6q02h3y0pvah678vr0y3/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva13le7wtdw3kttw0cp30pprq049esmndvdsavysq/logo.png b/blockchains/binance/validators/assets/bva13le7wtdw3kttw0cp30pprq049esmndvdsavysq/logo.png
deleted file mode 100644
index 3f6ccdcd01af0..0000000000000
Binary files a/blockchains/binance/validators/assets/bva13le7wtdw3kttw0cp30pprq049esmndvdsavysq/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva142lu7y78yk23cdeujduy9g8gqxp7xl3wrz4ska/logo.png b/blockchains/binance/validators/assets/bva142lu7y78yk23cdeujduy9g8gqxp7xl3wrz4ska/logo.png
deleted file mode 100644
index a2060a0a06ef8..0000000000000
Binary files a/blockchains/binance/validators/assets/bva142lu7y78yk23cdeujduy9g8gqxp7xl3wrz4ska/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva16av8zgzpjwlt7m8khwdl69ge0hx865lzq7wu80/logo.png b/blockchains/binance/validators/assets/bva16av8zgzpjwlt7m8khwdl69ge0hx865lzq7wu80/logo.png
deleted file mode 100644
index 2e417f5b2e818..0000000000000
Binary files a/blockchains/binance/validators/assets/bva16av8zgzpjwlt7m8khwdl69ge0hx865lzq7wu80/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva16kujlngdxq4pvyf87gpzx2x7ya4lgsz96j0aqt/logo.png b/blockchains/binance/validators/assets/bva16kujlngdxq4pvyf87gpzx2x7ya4lgsz96j0aqt/logo.png
deleted file mode 100644
index 9c2ed158cde05..0000000000000
Binary files a/blockchains/binance/validators/assets/bva16kujlngdxq4pvyf87gpzx2x7ya4lgsz96j0aqt/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva16usf4rcvk9dyzpe8n82gq4nw9x5emlhhs2fftr/logo.png b/blockchains/binance/validators/assets/bva16usf4rcvk9dyzpe8n82gq4nw9x5emlhhs2fftr/logo.png
deleted file mode 100644
index 04df7170263e1..0000000000000
Binary files a/blockchains/binance/validators/assets/bva16usf4rcvk9dyzpe8n82gq4nw9x5emlhhs2fftr/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva16wc0mnv7g3kcvegd0ee5f3u25y05g97w7nqyhz/logo.png b/blockchains/binance/validators/assets/bva16wc0mnv7g3kcvegd0ee5f3u25y05g97w7nqyhz/logo.png
deleted file mode 100644
index 3c5033acdd36c..0000000000000
Binary files a/blockchains/binance/validators/assets/bva16wc0mnv7g3kcvegd0ee5f3u25y05g97w7nqyhz/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva18w9m90ksmcnsw6rd2kwpd74m4l5agkc68su3et/logo.png b/blockchains/binance/validators/assets/bva18w9m90ksmcnsw6rd2kwpd74m4l5agkc68su3et/logo.png
deleted file mode 100644
index 91722037d37de..0000000000000
Binary files a/blockchains/binance/validators/assets/bva18w9m90ksmcnsw6rd2kwpd74m4l5agkc68su3et/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva18wgcs0k0glcmaxreweyeydu9mudtsftcxpkt4n/logo.png b/blockchains/binance/validators/assets/bva18wgcs0k0glcmaxreweyeydu9mudtsftcxpkt4n/logo.png
deleted file mode 100644
index 95bde921eb348..0000000000000
Binary files a/blockchains/binance/validators/assets/bva18wgcs0k0glcmaxreweyeydu9mudtsftcxpkt4n/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1a7n56r44h4tlgrk3mazxx6cavhgpkrm7a8p6g4/logo.png b/blockchains/binance/validators/assets/bva1a7n56r44h4tlgrk3mazxx6cavhgpkrm7a8p6g4/logo.png
deleted file mode 100644
index ed13bb26f3a5a..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1a7n56r44h4tlgrk3mazxx6cavhgpkrm7a8p6g4/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1ah8tgrjj5zes0rt5y6gc6m3zr5zwayt6nzaghh/logo.png b/blockchains/binance/validators/assets/bva1ah8tgrjj5zes0rt5y6gc6m3zr5zwayt6nzaghh/logo.png
deleted file mode 100644
index 976a545f02001..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1ah8tgrjj5zes0rt5y6gc6m3zr5zwayt6nzaghh/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1asktsxqny35hwxltpzqsvr64s5vr2ph2t2vlnw/logo.png b/blockchains/binance/validators/assets/bva1asktsxqny35hwxltpzqsvr64s5vr2ph2t2vlnw/logo.png
deleted file mode 100644
index 02e0dc37dc900..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1asktsxqny35hwxltpzqsvr64s5vr2ph2t2vlnw/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1c6aqe9ndzcn2nsan963z43xg6kgrvzynl97785/logo.png b/blockchains/binance/validators/assets/bva1c6aqe9ndzcn2nsan963z43xg6kgrvzynl97785/logo.png
deleted file mode 100644
index 158d6b01d52fb..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1c6aqe9ndzcn2nsan963z43xg6kgrvzynl97785/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1ds4jdqh2mh6qczwur2nrx22l53kwt4eellrgyz/logo.png b/blockchains/binance/validators/assets/bva1ds4jdqh2mh6qczwur2nrx22l53kwt4eellrgyz/logo.png
deleted file mode 100644
index bd841012c038f..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1ds4jdqh2mh6qczwur2nrx22l53kwt4eellrgyz/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1fjtft76yv69d9e00ey9a5ud0aa23z6yu4m2jch/logo.png b/blockchains/binance/validators/assets/bva1fjtft76yv69d9e00ey9a5ud0aa23z6yu4m2jch/logo.png
deleted file mode 100644
index 8fc3c244d41bc..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1fjtft76yv69d9e00ey9a5ud0aa23z6yu4m2jch/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1ghewcuxuunp4g0xj6yznnk6j2ccgxxhtf6h0r2/logo.png b/blockchains/binance/validators/assets/bva1ghewcuxuunp4g0xj6yznnk6j2ccgxxhtf6h0r2/logo.png
deleted file mode 100644
index c2cea99e2b3fe..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1ghewcuxuunp4g0xj6yznnk6j2ccgxxhtf6h0r2/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1gz3mdtzsznsrs7d3hr6gjusfh22tr59qf4rtzp/logo.png b/blockchains/binance/validators/assets/bva1gz3mdtzsznsrs7d3hr6gjusfh22tr59qf4rtzp/logo.png
deleted file mode 100644
index 7f1aa1e3f1dc8..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1gz3mdtzsznsrs7d3hr6gjusfh22tr59qf4rtzp/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1jdv73wa8u9wya5zgwj3tgddeuwc432f8ex0j74/logo.png b/blockchains/binance/validators/assets/bva1jdv73wa8u9wya5zgwj3tgddeuwc432f8ex0j74/logo.png
deleted file mode 100644
index 32bff0a7432f3..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1jdv73wa8u9wya5zgwj3tgddeuwc432f8ex0j74/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1jh99vrdj0g3n2snrelzrh45s7cs7usqr3x40kk/logo.png b/blockchains/binance/validators/assets/bva1jh99vrdj0g3n2snrelzrh45s7cs7usqr3x40kk/logo.png
deleted file mode 100644
index c804c9e6187c5..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1jh99vrdj0g3n2snrelzrh45s7cs7usqr3x40kk/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1krd023w6ptjs388fgkw7futq4fmzkscrmr0hg5/logo.png b/blockchains/binance/validators/assets/bva1krd023w6ptjs388fgkw7futq4fmzkscrmr0hg5/logo.png
deleted file mode 100644
index 3266b3c68a789..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1krd023w6ptjs388fgkw7futq4fmzkscrmr0hg5/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1lup0myq4xqu0ze0ng92w69jqwd2qqycxc76v2r/logo.png b/blockchains/binance/validators/assets/bva1lup0myq4xqu0ze0ng92w69jqwd2qqycxc76v2r/logo.png
deleted file mode 100644
index 5d267ae6f79aa..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1lup0myq4xqu0ze0ng92w69jqwd2qqycxc76v2r/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1m02zrj77ahdz3597nscq7a6dhxnwsuutsljcvj/logo.png b/blockchains/binance/validators/assets/bva1m02zrj77ahdz3597nscq7a6dhxnwsuutsljcvj/logo.png
deleted file mode 100644
index 4bd9e37665e70..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1m02zrj77ahdz3597nscq7a6dhxnwsuutsljcvj/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1m3nj2sglp7mlz3y08qjlqyhycenz8m9cl4h4ht/logo.png b/blockchains/binance/validators/assets/bva1m3nj2sglp7mlz3y08qjlqyhycenz8m9cl4h4ht/logo.png
deleted file mode 100644
index 0164dd7de1eb9..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1m3nj2sglp7mlz3y08qjlqyhycenz8m9cl4h4ht/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1nwyq37v4f02wu7zkc2rsynn8y7hh97ura39qyf/logo.png b/blockchains/binance/validators/assets/bva1nwyq37v4f02wu7zkc2rsynn8y7hh97ura39qyf/logo.png
deleted file mode 100644
index 63d38629decb3..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1nwyq37v4f02wu7zkc2rsynn8y7hh97ura39qyf/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1r3g3akxj46p85tye2vjy64tal9ql2hyce4y4d3/logo.png b/blockchains/binance/validators/assets/bva1r3g3akxj46p85tye2vjy64tal9ql2hyce4y4d3/logo.png
deleted file mode 100644
index 7da7d3556bf05..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1r3g3akxj46p85tye2vjy64tal9ql2hyce4y4d3/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1r57gcwpa7f0slcef7z8jl7m50e2vmc854wnf7l/logo.png b/blockchains/binance/validators/assets/bva1r57gcwpa7f0slcef7z8jl7m50e2vmc854wnf7l/logo.png
deleted file mode 100644
index 749d9fc7e6e3d..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1r57gcwpa7f0slcef7z8jl7m50e2vmc854wnf7l/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1s0ntnh523dc2u5ez3dcj2t34k2x7y60cue46rt/logo.png b/blockchains/binance/validators/assets/bva1s0ntnh523dc2u5ez3dcj2t34k2x7y60cue46rt/logo.png
deleted file mode 100644
index 0292a94c53c1d..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1s0ntnh523dc2u5ez3dcj2t34k2x7y60cue46rt/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1t42gtf6hawqgpmdpjzmvlzvmlttlqtkvlmgjxt/logo.png b/blockchains/binance/validators/assets/bva1t42gtf6hawqgpmdpjzmvlzvmlttlqtkvlmgjxt/logo.png
deleted file mode 100755
index 17a26fc5aa1df..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1t42gtf6hawqgpmdpjzmvlzvmlttlqtkvlmgjxt/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1vr8d0kzvnkfgxl4980udka8psdj7434zxjezuq/logo.png b/blockchains/binance/validators/assets/bva1vr8d0kzvnkfgxl4980udka8psdj7434zxjezuq/logo.png
deleted file mode 100644
index 10058c1b70055..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1vr8d0kzvnkfgxl4980udka8psdj7434zxjezuq/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1we4frydjkyejdzp506gzpljaqpqu5fs0flu60p/logo.png b/blockchains/binance/validators/assets/bva1we4frydjkyejdzp506gzpljaqpqu5fs0flu60p/logo.png
deleted file mode 100644
index 68e8a3487a977..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1we4frydjkyejdzp506gzpljaqpqu5fs0flu60p/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1wlrgdtdu2fs2555ed3qdg3e74ayhdtmavy3pg2/logo.png b/blockchains/binance/validators/assets/bva1wlrgdtdu2fs2555ed3qdg3e74ayhdtmavy3pg2/logo.png
deleted file mode 100644
index 750720e05fe50..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1wlrgdtdu2fs2555ed3qdg3e74ayhdtmavy3pg2/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1xnudjls7x4p48qrk0j247htt7rl2k2dzp3mr3j/logo.png b/blockchains/binance/validators/assets/bva1xnudjls7x4p48qrk0j247htt7rl2k2dzp3mr3j/logo.png
deleted file mode 100644
index 2211830318ff9..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1xnudjls7x4p48qrk0j247htt7rl2k2dzp3mr3j/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1yck3fkt2ltedev80skwjdmtfftv2lvpzfwmzfl/logo.png b/blockchains/binance/validators/assets/bva1yck3fkt2ltedev80skwjdmtfftv2lvpzfwmzfl/logo.png
deleted file mode 100644
index 782ec31b67b8c..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1yck3fkt2ltedev80skwjdmtfftv2lvpzfwmzfl/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1ygrhjdjfyn2ffh5ha5llf5g6l3wxjt29hz9q4s/logo.png b/blockchains/binance/validators/assets/bva1ygrhjdjfyn2ffh5ha5llf5g6l3wxjt29hz9q4s/logo.png
deleted file mode 100644
index 13423edac037a..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1ygrhjdjfyn2ffh5ha5llf5g6l3wxjt29hz9q4s/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/assets/bva1z0g0cg8dkgczr6r8t6khva3srn5mwj8w5tlu7h/logo.png b/blockchains/binance/validators/assets/bva1z0g0cg8dkgczr6r8t6khva3srn5mwj8w5tlu7h/logo.png
deleted file mode 100644
index 21f0f410fc93c..0000000000000
Binary files a/blockchains/binance/validators/assets/bva1z0g0cg8dkgczr6r8t6khva3srn5mwj8w5tlu7h/logo.png and /dev/null differ
diff --git a/blockchains/binance/validators/list.json b/blockchains/binance/validators/list.json
deleted file mode 100644
index b50266d61434f..0000000000000
--- a/blockchains/binance/validators/list.json
+++ /dev/null
@@ -1,212 +0,0 @@
-[
- {
- "id": "bva1m02zrj77ahdz3597nscq7a6dhxnwsuutsljcvj",
- "name": "Synclub",
- "description": "Synclub provides competitive fees to maximize yields and institutional infrastructure to minimize risk.",
- "website": "https://synclub.io"
- },
- {
- "id": "bva16kujlngdxq4pvyf87gpzx2x7ya4lgsz96j0aqt",
- "name": "pexmons",
- "description": "pexmons validator",
- "website": "https://www.binance.org/en/staking/validator/bva16kujlngdxq4pvyf87gpzx2x7ya4lgsz96j0aqt"
- },
- {
- "id": "bva16av8zgzpjwlt7m8khwdl69ge0hx865lzq7wu80",
- "name": "coinlix",
- "description": "coinlix validator",
- "website": "https://www.binance.org/en/staking/validator/bva16av8zgzpjwlt7m8khwdl69ge0hx865lzq7wu80"
- },
- {
- "id": "bva1fjtft76yv69d9e00ey9a5ud0aa23z6yu4m2jch",
- "name": "namelix",
- "description": "namelix validator",
- "website": "https://www.binance.org/en/staking/validator/bva1fjtft76yv69d9e00ey9a5ud0aa23z6yu4m2jch"
- },
- {
- "id": "bva1ah8tgrjj5zes0rt5y6gc6m3zr5zwayt6nzaghh",
- "name": "raptoken",
- "description": "raptoken validator",
- "website": "https://www.binance.org/en/staking/validator/bva1ah8tgrjj5zes0rt5y6gc6m3zr5zwayt6nzaghh"
- },
- {
- "id": "bva18wgcs0k0glcmaxreweyeydu9mudtsftcxpkt4n",
- "name": "fuji",
- "description": "fuji validator",
- "website": "https://www.binance.org/en/staking/validator/bva18wgcs0k0glcmaxreweyeydu9mudtsftcxpkt4n"
- },
- {
- "id": "bva1nwyq37v4f02wu7zkc2rsynn8y7hh97ura39qyf",
- "name": "piececoin",
- "description": "piececoin validator",
- "website": "https://www.binance.org/en/staking/validator/bva1nwyq37v4f02wu7zkc2rsynn8y7hh97ura39qyf"
- },
- {
- "id": "bva18w9m90ksmcnsw6rd2kwpd74m4l5agkc68su3et",
- "name": "defibit",
- "description": "defibit validator",
- "website": "https://www.binance.org/en/staking/validator/bva18w9m90ksmcnsw6rd2kwpd74m4l5agkc68su3et"
- },
- {
- "id": "bva1yck3fkt2ltedev80skwjdmtfftv2lvpzfwmzfl",
- "name": "ciscox",
- "description": "ciscox validator",
- "website": "https://www.binance.org/en/staking/validator/bva1yck3fkt2ltedev80skwjdmtfftv2lvpzfwmzfl"
- },
- {
- "id": "bva1krd023w6ptjs388fgkw7futq4fmzkscrmr0hg5",
- "name": "leapbnb",
- "description": "leapbnb validator",
- "website": "https://www.binance.org/en/staking/validator/bva1krd023w6ptjs388fgkw7futq4fmzkscrmr0hg5"
- },
- {
- "id": "bva1wlrgdtdu2fs2555ed3qdg3e74ayhdtmavy3pg2",
- "name": "kita",
- "description": "kita validator",
- "website": "https://www.binance.org/en/staking/validator/bva1wlrgdtdu2fs2555ed3qdg3e74ayhdtmavy3pg2"
- },
- {
- "id": "bva1jdv73wa8u9wya5zgwj3tgddeuwc432f8ex0j74",
- "name": "Everest",
- "description": "Everest validator",
- "website": "https://www.binance.org/en/staking/validator/bva1jdv73wa8u9wya5zgwj3tgddeuwc432f8ex0j74"
- },
- {
- "id": "bva1r57gcwpa7f0slcef7z8jl7m50e2vmc854wnf7l",
- "name": "Ararat",
- "description": "Ararat validator",
- "website": "https://www.binance.org/en/staking/validator/bva1r57gcwpa7f0slcef7z8jl7m50e2vmc854wnf7l"
- },
- {
- "id": "bva13le7wtdw3kttw0cp30pprq049esmndvdsavysq",
- "name": "alps",
- "description": "alps validator",
- "website": "https://www.binance.org/en/staking/validator/bva13le7wtdw3kttw0cp30pprq049esmndvdsavysq"
- },
- {
- "id": "bva1ghewcuxuunp4g0xj6yznnk6j2ccgxxhtf6h0r2",
- "name": "Seoraksan",
- "description": "Seoraksan validator",
- "website": "https://www.binance.org/en/staking/validator/bva1ghewcuxuunp4g0xj6yznnk6j2ccgxxhtf6h0r2"
- },
- {
- "id": "bva1c6aqe9ndzcn2nsan963z43xg6kgrvzynl97785",
- "name": "TW Staking",
- "description": "The most trusted & secure crypto wallet",
- "website": "https://trustwallet.com"
- },
- {
- "id": "bva1t42gtf6hawqgpmdpjzmvlzvmlttlqtkvlmgjxt",
- "name": "BscScan",
- "description": "Your Gateway to the Binance Smart Chain Network. BscScan is the leading BSC Block Chain Explorer and one of the earliest independent project built and developed for the Binance Smart Chain",
- "website": "https://bscscan.com"
- },
- {
- "id": "bva1ygrhjdjfyn2ffh5ha5llf5g6l3wxjt29hz9q4s",
- "name": "BNB48 Club",
- "description": "Makes BNB Holders Happy",
- "website": "https://www.bnb48.club"
- },
- {
- "id": "bva1gz3mdtzsznsrs7d3hr6gjusfh22tr59qf4rtzp",
- "name": "James Clerk Maxwell",
- "description": "Thoroughly conscious ignorance is the prelude to every real advance in science.",
- "website": "https://www.binance.org/en/staking/validator/bva1gz3mdtzsznsrs7d3hr6gjusfh22tr59qf4rtzp"
- },
- {
- "id": "bva1ds4jdqh2mh6qczwur2nrx22l53kwt4eellrgyz",
- "name": "Claude Shannon",
- "description": "Information matters.",
- "website": "https://www.binance.org/en/staking/validator/bva1ds4jdqh2mh6qczwur2nrx22l53kwt4eellrgyz"
- },
- {
- "id": "bva16wc0mnv7g3kcvegd0ee5f3u25y05g97w7nqyhz",
- "name": "Enrico Fermi",
- "description": "Never underestimate the joy people derive from hearing something they already know.",
- "website": "https://www.binance.org/en/staking/validator/bva16wc0mnv7g3kcvegd0ee5f3u25y05g97w7nqyhz"
- },
- {
- "id": "bva1vr8d0kzvnkfgxl4980udka8psdj7434zxjezuq",
- "name": "Alan Turing",
- "description": "Those who can imagine anything, can create the impossible.",
- "website": "https://www.binance.org/en/staking/validator/bva1vr8d0kzvnkfgxl4980udka8psdj7434zxjezuq"
- },
- {
- "id": "bva1s0ntnh523dc2u5ez3dcj2t34k2x7y60cue46rt",
- "name": "Avengers",
- "description": "Earth's Mightiest Heroes",
- "website": "https://www.binance.org/en/staking/validator/bva1s0ntnh523dc2u5ez3dcj2t34k2x7y60cue46rt"
- },
- {
- "id": "bva1jh99vrdj0g3n2snrelzrh45s7cs7usqr3x40kk",
- "name": "stake2me",
- "description": "just stake 2 me",
- "website": "https://www.binance.org/en/staking/validator/bva1jh99vrdj0g3n2snrelzrh45s7cs7usqr3x40kk"
- },
- {
- "id": "bva1xnudjls7x4p48qrk0j247htt7rl2k2dzp3mr3j",
- "name": "Ankr",
- "description": "Connect to Web3 in minutes",
- "website": "https://www.ankr.com/products-staking"
- },
- {
- "id": "bva1a7n56r44h4tlgrk3mazxx6cavhgpkrm7a8p6g4",
- "name": "InfStones",
- "description": "Fueling Blockchains, Infinitely",
- "website": "https://infstones.com/"
- },
- {
- "id": "bva1r3g3akxj46p85tye2vjy64tal9ql2hyce4y4d3",
- "name": "Burnaby",
- "description": "Burnaby validator",
- "website": "https://www.binance.org/en/staking/validator/bva1r3g3akxj46p85tye2vjy64tal9ql2hyce4y4d3"
- },
- {
- "id": "bva1asktsxqny35hwxltpzqsvr64s5vr2ph2t2vlnw",
- "name": "C.R.E.A.M.",
- "description": "Crypto Rules Everything Around Me",
- "website": "https://cream.finance/"
- },
- {
- "id": "bva142lu7y78yk23cdeujduy9g8gqxp7xl3wrz4ska",
- "name": "Legend",
- "description": "Low Commission. High APR %. Reliable. Legend@DirectStaking.com",
- "website": "https://www.binance.org/en/staking/validator/bva142lu7y78yk23cdeujduy9g8gqxp7xl3wrz4ska"
- },
- {
- "id": "bva16usf4rcvk9dyzpe8n82gq4nw9x5emlhhs2fftr",
- "name": "Legend II",
- "description": "Low Commission. High APR %. Reliable. Legend@DirectStaking.com",
- "website": "https://www.binance.org/en/staking/validator/bva16usf4rcvk9dyzpe8n82gq4nw9x5emlhhs2fftr"
- },
- {
- "id": "bva1z0g0cg8dkgczr6r8t6khva3srn5mwj8w5tlu7h",
- "name": "Legend III",
- "description": "Low Commission. High APR %. Reliable. Legend@DirectStaking.com",
- "website": "https://www.binance.org/en/staking/validator/bva1z0g0cg8dkgczr6r8t6khva3srn5mwj8w5tlu7h"
- },
- {
- "id": "bva1we4frydjkyejdzp506gzpljaqpqu5fs0flu60p",
- "name": "Legend IV - Alternate",
- "description": "Low Commission. High APR %. Reliable. Legend@DirectStaking.com",
- "website": "https://www.bnbchain.org/en/staking/validator/bva1we4frydjkyejdzp506gzpljaqpqu5fs0flu60p"
- },
- {
- "id": "bva1lup0myq4xqu0ze0ng92w69jqwd2qqycxc76v2r",
- "name": "Legend V - Alternate",
- "description": "Low Commission. High APR %. Reliable. Legend@DirectStaking.com",
- "website": "https://www.bnbchain.org/en/staking/validator/bva1lup0myq4xqu0ze0ng92w69jqwd2qqycxc76v2r"
- },
- {
- "id": "bva139vgg7x68z3z7mjcyg6q02h3y0pvah678vr0y3",
- "name": "HashQuark",
- "description": "Professional Staking+ Ecosystem Service Provider",
- "website": "https://www.hashquark.io/"
- },
- {
- "id": "bva1m3nj2sglp7mlz3y08qjlqyhycenz8m9cl4h4ht",
- "name": "Tranchess",
- "description": "Tranchess protocol enables BNB holders to earn delegator rewards on top of protocol token (CHESS) airdrops.",
- "website": "https://tranchess.com/"
- }
-]
diff --git a/blockchains/bitcoin/info/info.json b/blockchains/bitcoin/info/info.json
deleted file mode 100644
index a4e24e8a6377e..0000000000000
--- a/blockchains/bitcoin/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Bitcoin",
- "website": "https://bitcoin.org",
- "description": "Bitcoin is a cryptocurrency and worldwide payment system. It is the first decentralized digital currency, as the system works without a central bank or single administrator.",
- "explorer": "https://blockchain.info",
- "research": "https://research.binance.com/en/projects/bitcoin",
- "symbol": "BTC",
- "type": "coin",
- "decimals": 8,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/bitcoin"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Bitcoin"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Bitcoin"
- },
- {
- "name": "whitepaper",
- "url": "https://bitcoin.org/bitcoin.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/bitcoin/info/logo.png b/blockchains/bitcoin/info/logo.png
deleted file mode 100644
index 335d6b7f70230..0000000000000
Binary files a/blockchains/bitcoin/info/logo.png and /dev/null differ
diff --git a/blockchains/bitcoincash/info/info.json b/blockchains/bitcoincash/info/info.json
deleted file mode 100644
index d4edcadeb045b..0000000000000
--- a/blockchains/bitcoincash/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Bitcoin Cash",
- "website": "https://bitcoincash.org/",
- "description": "Bitcoin ABC is an electronic cash platform that allows peer-to-peer online cash payments. It is a fork (a copy in a way) of Bitcoin (BTC).",
- "explorer": "https://blockchair.com/bitcoin-cash",
- "research": "https://research.binance.com/en/projects/bitcoin-cash",
- "symbol": "BCH",
- "type": "coin",
- "decimals": 8,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/bitcoincashorg/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/BITCOlNCASH"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Bitcoincash"
- },
- {
- "name": "whitepaper",
- "url": "https://www.bitcoincash.org/bitcoin.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/bitcoincash/info/logo.png b/blockchains/bitcoincash/info/logo.png
deleted file mode 100644
index e937e267ec4b6..0000000000000
Binary files a/blockchains/bitcoincash/info/logo.png and /dev/null differ
diff --git a/blockchains/bitcoingold/info/info.json b/blockchains/bitcoingold/info/info.json
deleted file mode 100644
index 8c78f9f99c147..0000000000000
--- a/blockchains/bitcoingold/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Bitcoin Gold",
- "website": "https://bitcoingold.org/",
- "description": "Bitcoin Gold is a Hard Fork of Bitcoin. BTG implements a new PoW algorithm, Equihash, that makes mining decentralized again with ASIC resistant algorithm.",
- "explorer": "https://explorer.bitcoingold.org/insight/",
- "research": "https://research.binance.com/en/projects/bitcoin-gold",
- "symbol": "BTG",
- "type": "coin",
- "decimals": 8,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/BTCGPU/BTCGPU"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/bitcoingold"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/BitcoinGoldHQ"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/BTCGPU/BTCGPU/wiki/Technical-Spec"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/bitcoingold/info/logo.png b/blockchains/bitcoingold/info/logo.png
deleted file mode 100644
index 031daca40185f..0000000000000
Binary files a/blockchains/bitcoingold/info/logo.png and /dev/null differ
diff --git a/blockchains/blast/assets/0x4300000000000000000000000000000000000003/info.json b/blockchains/blast/assets/0x4300000000000000000000000000000000000003/info.json
deleted file mode 100644
index d28c5dc60c287..0000000000000
--- a/blockchains/blast/assets/0x4300000000000000000000000000000000000003/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "USDB",
- "symbol": "USDB",
- "type": "BLAST",
- "decimals": 18,
- "description": "Blast's native stablecoin.",
- "website": "https://blast.io",
- "explorer": "https://blastscan.io/address/0x4300000000000000000000000000000000000003",
- "status": "active",
- "id": "0x4300000000000000000000000000000000000003",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/usdb/"
- }
- ]
-}
diff --git a/blockchains/blast/assets/0x4300000000000000000000000000000000000003/logo.png b/blockchains/blast/assets/0x4300000000000000000000000000000000000003/logo.png
deleted file mode 100644
index 67d28c4bf2080..0000000000000
Binary files a/blockchains/blast/assets/0x4300000000000000000000000000000000000003/logo.png and /dev/null differ
diff --git a/blockchains/blast/assets/0x4300000000000000000000000000000000000004/info.json b/blockchains/blast/assets/0x4300000000000000000000000000000000000004/info.json
deleted file mode 100644
index 76d5f8e4210fa..0000000000000
--- a/blockchains/blast/assets/0x4300000000000000000000000000000000000004/info.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "name": "Wrapped Ether",
- "symbol": "WETH",
- "type": "BLAST",
- "decimals": 18,
- "description": "Blast's wrapped ETH token.",
- "explorer": "https://blastscan.io/address/0x4300000000000000000000000000000000000004",
- "status": "active",
- "id": "0x4300000000000000000000000000000000000004"
-}
diff --git a/blockchains/blast/assets/0x4300000000000000000000000000000000000004/logo.png b/blockchains/blast/assets/0x4300000000000000000000000000000000000004/logo.png
deleted file mode 100644
index bf957d38c766d..0000000000000
Binary files a/blockchains/blast/assets/0x4300000000000000000000000000000000000004/logo.png and /dev/null differ
diff --git a/blockchains/blast/info/info.json b/blockchains/blast/info/info.json
deleted file mode 100644
index 7f33d3edcac9c..0000000000000
--- a/blockchains/blast/info/info.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "Blast",
- "website": "https://blast.io",
- "description": "Blast is the L2 that helps you earn.",
- "explorer": "https://blastexplorer.io/",
- "research": "https://blast.io/en/about",
- "symbol": "ETH",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "rpc_url": "https://rpc.blast.io/",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Blast_L2"
- },
- {
- "name": "github",
- "url": "https://github.com/blast-io"
- }
- ]
-}
diff --git a/blockchains/blast/info/logo.png b/blockchains/blast/info/logo.png
deleted file mode 100644
index d610aad6f5998..0000000000000
Binary files a/blockchains/blast/info/logo.png and /dev/null differ
diff --git a/blockchains/bluzelle/info/info.json b/blockchains/bluzelle/info/info.json
deleted file mode 100644
index 37a7f81a58170..0000000000000
--- a/blockchains/bluzelle/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Bluzelle",
- "website": "https://bluzelle.com/",
- "description": "Bluzelle is a decentralized data network for dapps to manage data in a secure, tamper-proof, and highly scalable manner.",
- "explorer": "http://bigdipper.net.bluzelle.com/",
- "research": "https://research.binance.com/en/projects/bluzelle",
- "symbol": "BLZ",
- "type": "coin",
- "decimals": 6,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/bluzelle"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/BluzelleHQ"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Bluzelle/"
- },
- {
- "name": "whitepaper",
- "url": "https://whitepaper.io/document/340/bluzelle-whitepaper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/bluzelle/info/logo.png b/blockchains/bluzelle/info/logo.png
deleted file mode 100644
index 689607647d855..0000000000000
Binary files a/blockchains/bluzelle/info/logo.png and /dev/null differ
diff --git a/blockchains/bnbt/info/info.json b/blockchains/bnbt/info/info.json
deleted file mode 100644
index 81ca51addefad..0000000000000
--- a/blockchains/bnbt/info/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Binance Smart Chain Testnet",
- "website": "https://testnet.binance.org/",
- "description": "Fast and secure decentralized digital asset exchange",
- "explorer": "https://testnet.bscscan.com",
- "symbol": "tBNB",
- "rpc_url": "https://data-seed-prebsc-1-s1.binance.org:8545",
- "type": "coin",
- "decimals": 18,
- "status": "active"
-}
\ No newline at end of file
diff --git a/blockchains/bnbt/info/logo.png b/blockchains/bnbt/info/logo.png
deleted file mode 100644
index b331d64d89c99..0000000000000
Binary files a/blockchains/bnbt/info/logo.png and /dev/null differ
diff --git a/blockchains/boba/info/info.json b/blockchains/boba/info/info.json
deleted file mode 100644
index a70e413d238e7..0000000000000
--- a/blockchains/boba/info/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "Boba",
- "website": "https://boba.network",
- "description": "Boba Network is an Optimistic Rollup with swap-based onramp, fast exit and cross-chain bridging.",
- "explorer": "https://blockexplorer.boba.network/",
- "research": "",
- "symbol": "BOBAETH",
- "type": "coin",
- "decimals": 18,
- "rpc_url": "https://mainnet.boba.network",
- "status": "active",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/bobanetwork"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/boba/info/logo.png b/blockchains/boba/info/logo.png
deleted file mode 100644
index 0f91d9ff18ada..0000000000000
Binary files a/blockchains/boba/info/logo.png and /dev/null differ
diff --git a/blockchains/callisto/info/info.json b/blockchains/callisto/info/info.json
deleted file mode 100644
index d6514355c9f5b..0000000000000
--- a/blockchains/callisto/info/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Callisto Network",
- "website": "https://callisto.network",
- "description": "Callisto Network is a blockchain platform with its own cryptocurrency (CLO) that is based on Ethereum protocol. Callisto Network is developed by Ethereum Commonwealth.",
- "explorer": "https://explorer2.callisto.network",
- "symbol": "CLO",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/EthereumCommonwealth"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/CallistoSupport"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/CallistoCrypto"
- },
- {
- "name": "whitepaper",
- "url": "https://whitepaper.callisto.network/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/callisto/info/logo.png b/blockchains/callisto/info/logo.png
deleted file mode 100644
index c59da71cb27e2..0000000000000
Binary files a/blockchains/callisto/info/logo.png and /dev/null differ
diff --git a/blockchains/cardano/info/info.json b/blockchains/cardano/info/info.json
deleted file mode 100644
index 44378955a8ec8..0000000000000
--- a/blockchains/cardano/info/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Cardano",
- "website": "https://cardano.org",
- "description": "Cardano (ADA) is a decentralized platform that will allow complex programmable transfers of value in a secure and scalable fashion. Cardano is built in the secure Haskell programming language.",
- "explorer": "https://cardanoexplorer.com/",
- "research": "https://research.binance.com/en/projects/cardano",
- "symbol": "ADA",
- "type": "coin",
- "decimals": 6,
- "status": "active",
- "tags": [
- "staking-native"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/input-output-hk/cardano-sl/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/cardano"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/cardano"
- },
- {
- "name": "whitepaper",
- "url": "https://www.cardano.org/en/academic-papers/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/cardano/info/logo.png b/blockchains/cardano/info/logo.png
deleted file mode 100644
index 1ab80529f702a..0000000000000
Binary files a/blockchains/cardano/info/logo.png and /dev/null differ
diff --git a/blockchains/cardano/validators/assets/pool10akpqvczl93ep4rc59c0aqyn3dm0env2ydysuwmdm670wl24pd8/logo.png b/blockchains/cardano/validators/assets/pool10akpqvczl93ep4rc59c0aqyn3dm0env2ydysuwmdm670wl24pd8/logo.png
deleted file mode 100644
index 82f97abdddbae..0000000000000
Binary files a/blockchains/cardano/validators/assets/pool10akpqvczl93ep4rc59c0aqyn3dm0env2ydysuwmdm670wl24pd8/logo.png and /dev/null differ
diff --git a/blockchains/cardano/validators/assets/pool10c9l3k0z50ytt4krkfet7w3gwpv9d9nq47kk9ecy2c5f2uyvkgk/logo.png b/blockchains/cardano/validators/assets/pool10c9l3k0z50ytt4krkfet7w3gwpv9d9nq47kk9ecy2c5f2uyvkgk/logo.png
deleted file mode 100644
index 9e0a327cc9e0d..0000000000000
Binary files a/blockchains/cardano/validators/assets/pool10c9l3k0z50ytt4krkfet7w3gwpv9d9nq47kk9ecy2c5f2uyvkgk/logo.png and /dev/null differ
diff --git a/blockchains/cardano/validators/assets/pool12z39rkzfylvn9wfe8j6x9ucq6g2l4mw4azj70y0gd8ejczznyj3/logo.png b/blockchains/cardano/validators/assets/pool12z39rkzfylvn9wfe8j6x9ucq6g2l4mw4azj70y0gd8ejczznyj3/logo.png
deleted file mode 100644
index 0ebea80d0462f..0000000000000
Binary files a/blockchains/cardano/validators/assets/pool12z39rkzfylvn9wfe8j6x9ucq6g2l4mw4azj70y0gd8ejczznyj3/logo.png and /dev/null differ
diff --git a/blockchains/cardano/validators/assets/pool15wkxegrfflzcyhurrjxsm9ljqtz09xr5rtnqsarnp7hmsz5um3t/logo.png b/blockchains/cardano/validators/assets/pool15wkxegrfflzcyhurrjxsm9ljqtz09xr5rtnqsarnp7hmsz5um3t/logo.png
deleted file mode 100644
index 70ee36d1bc856..0000000000000
Binary files a/blockchains/cardano/validators/assets/pool15wkxegrfflzcyhurrjxsm9ljqtz09xr5rtnqsarnp7hmsz5um3t/logo.png and /dev/null differ
diff --git a/blockchains/cardano/validators/assets/pool16agnvfan65ypnswgg6rml52lqtcqe5guxltexkn82sqgj2crqtx/logo.png b/blockchains/cardano/validators/assets/pool16agnvfan65ypnswgg6rml52lqtcqe5guxltexkn82sqgj2crqtx/logo.png
deleted file mode 100644
index 7647348100292..0000000000000
Binary files a/blockchains/cardano/validators/assets/pool16agnvfan65ypnswgg6rml52lqtcqe5guxltexkn82sqgj2crqtx/logo.png and /dev/null differ
diff --git a/blockchains/cardano/validators/assets/pool16fyda57p3c8gp5r6gmcq5tvqsp6mnzwvkxswgznkuh8wztrp6vv/logo.png b/blockchains/cardano/validators/assets/pool16fyda57p3c8gp5r6gmcq5tvqsp6mnzwvkxswgznkuh8wztrp6vv/logo.png
deleted file mode 100644
index 0354b951cc5b2..0000000000000
Binary files a/blockchains/cardano/validators/assets/pool16fyda57p3c8gp5r6gmcq5tvqsp6mnzwvkxswgznkuh8wztrp6vv/logo.png and /dev/null differ
diff --git a/blockchains/cardano/validators/assets/pool17rjst78s67lvellg8s586rf076jxa3wnsdz730f4xk2zwuhrtej/logo.png b/blockchains/cardano/validators/assets/pool17rjst78s67lvellg8s586rf076jxa3wnsdz730f4xk2zwuhrtej/logo.png
deleted file mode 100644
index 4602bf6767d05..0000000000000
Binary files a/blockchains/cardano/validators/assets/pool17rjst78s67lvellg8s586rf076jxa3wnsdz730f4xk2zwuhrtej/logo.png and /dev/null differ
diff --git a/blockchains/cardano/validators/assets/pool195gdnmj6smzuakm4etxsxw3fgh8asqc4awtcskpyfnkpcvh2v8t/logo.png b/blockchains/cardano/validators/assets/pool195gdnmj6smzuakm4etxsxw3fgh8asqc4awtcskpyfnkpcvh2v8t/logo.png
deleted file mode 100644
index a933237261808..0000000000000
Binary files a/blockchains/cardano/validators/assets/pool195gdnmj6smzuakm4etxsxw3fgh8asqc4awtcskpyfnkpcvh2v8t/logo.png and /dev/null differ
diff --git a/blockchains/cardano/validators/assets/pool19w5khsnmu27au0kprw0kjm8jr7knneysj7lfkqvnu66hyz0jxsx/logo.png b/blockchains/cardano/validators/assets/pool19w5khsnmu27au0kprw0kjm8jr7knneysj7lfkqvnu66hyz0jxsx/logo.png
deleted file mode 100644
index b41947b2a51b9..0000000000000
Binary files a/blockchains/cardano/validators/assets/pool19w5khsnmu27au0kprw0kjm8jr7knneysj7lfkqvnu66hyz0jxsx/logo.png and /dev/null differ
diff --git a/blockchains/cardano/validators/assets/pool1ju8f57hyvaa32tp85r468kuedvmjmcy56f8u9968drea57p50l5/logo.png b/blockchains/cardano/validators/assets/pool1ju8f57hyvaa32tp85r468kuedvmjmcy56f8u9968drea57p50l5/logo.png
deleted file mode 100644
index 902353978b345..0000000000000
Binary files a/blockchains/cardano/validators/assets/pool1ju8f57hyvaa32tp85r468kuedvmjmcy56f8u9968drea57p50l5/logo.png and /dev/null differ
diff --git a/blockchains/cardano/validators/assets/pool1qqqqdktl6pq46td0mwut0qn30g7nlue0sete9wxl0hwsq37wrw8/logo.png b/blockchains/cardano/validators/assets/pool1qqqqdktl6pq46td0mwut0qn30g7nlue0sete9wxl0hwsq37wrw8/logo.png
deleted file mode 100644
index e9f1b4d009ba2..0000000000000
Binary files a/blockchains/cardano/validators/assets/pool1qqqqdktl6pq46td0mwut0qn30g7nlue0sete9wxl0hwsq37wrw8/logo.png and /dev/null differ
diff --git a/blockchains/cardano/validators/assets/pool1vx9tzlkgafernd9vpjpxkenutx2gncj4yn88fpq69823qlwcqrt/logo.png b/blockchains/cardano/validators/assets/pool1vx9tzlkgafernd9vpjpxkenutx2gncj4yn88fpq69823qlwcqrt/logo.png
deleted file mode 100644
index 6ccb375c5484e..0000000000000
Binary files a/blockchains/cardano/validators/assets/pool1vx9tzlkgafernd9vpjpxkenutx2gncj4yn88fpq69823qlwcqrt/logo.png and /dev/null differ
diff --git a/blockchains/cardano/validators/list.json b/blockchains/cardano/validators/list.json
deleted file mode 100644
index 7f92dae3b093a..0000000000000
--- a/blockchains/cardano/validators/list.json
+++ /dev/null
@@ -1,74 +0,0 @@
-[
- {
- "id": "pool1vx9tzlkgafernd9vpjpxkenutx2gncj4yn88fpq69823qlwcqrt",
- "name": "CARDANIANS.io",
- "description": "",
- "website": "https://cardanians.io"
- },
- {
- "id": "pool10akpqvczl93ep4rc59c0aqyn3dm0env2ydysuwmdm670wl24pd8",
- "name": "Goat Stake",
- "description": "",
- "website": "https://goatstake.com"
- },
- {
- "id": "pool1qqqqdktl6pq46td0mwut0qn30g7nlue0sete9wxl0hwsq37wrw8",
- "name": "Straight Pool",
- "description": "",
- "website": "https://str8pool.com"
- },
- {
- "id": "pool16agnvfan65ypnswgg6rml52lqtcqe5guxltexkn82sqgj2crqtx",
- "name": "Spire Staking | Top 50 Operator - Pool A",
- "description": "",
- "website": "https://www.spirestaking.com/"
- },
- {
- "id": "pool12z39rkzfylvn9wfe8j6x9ucq6g2l4mw4azj70y0gd8ejczznyj3",
- "name": "Bravo pool",
- "description": "",
- "website": "https://bravostakepool.nl/"
- },
- {
- "id": "pool17rjst78s67lvellg8s586rf076jxa3wnsdz730f4xk2zwuhrtej",
- "name": "#2 Nordic Poollub",
- "description": "",
- "website": "https://nordicpool.org/"
- },
- {
- "id": "pool19w5khsnmu27au0kprw0kjm8jr7knneysj7lfkqvnu66hyz0jxsx",
- "name": "ATADA-2 Stakepool in Austria",
- "description": "",
- "website": "https://www.stakepool.at/"
- },
- {
- "id": "pool16fyda57p3c8gp5r6gmcq5tvqsp6mnzwvkxswgznkuh8wztrp6vv",
- "name": "Hermes Stakepool Germany #1",
- "description": "",
- "website": "https://hermespool.jimdofree.com/"
- },
- {
- "id": "pool195gdnmj6smzuakm4etxsxw3fgh8asqc4awtcskpyfnkpcvh2v8t",
- "name": "Sunshine Stake Pool",
- "description": "",
- "website": "https://sunnyada.io/"
- },
- {
- "id": "pool1ju8f57hyvaa32tp85r468kuedvmjmcy56f8u9968drea57p50l5",
- "name": "Aichi Stake Pool",
- "description": "",
- "website": "https://aichi-stakepool.com/"
- },
- {
- "id": "pool15wkxegrfflzcyhurrjxsm9ljqtz09xr5rtnqsarnp7hmsz5um3t",
- "name": "Atomic Nodes",
- "description": "Atomic Nodes is a multi chain staking operator, trusted by over 200,000 delegators since 2019.",
- "website": "https://atomicnodes.com"
- },
- {
- "id": "pool10c9l3k0z50ytt4krkfet7w3gwpv9d9nq47kk9ecy2c5f2uyvkgk",
- "name": "BIRTH | Larissa.Health",
- "description": "Improving the world of midwifery with digital tech. Dedicated to reduce pregnancy-related mortality.",
- "website": "https://larissa.health"
- }
-]
diff --git a/blockchains/celo/assets/0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f/info.json b/blockchains/celo/assets/0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f/info.json
deleted file mode 100644
index b1a4ab45087de..0000000000000
--- a/blockchains/celo/assets/0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f/info.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "name": "Axelar",
- "type": "CELO",
- "symbol": "AXL",
- "decimals": 6,
- "website": "https://axelar.network/",
- "description": "Axelar delivers secure cross-chain communication for Web3. Our infrastructure enables dApp users to interact with any asset or application, on any chain, with one click.",
- "explorer": "https://explorer.bitquery.io/celo_rc1/token/0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f",
- "status": "active",
- "id": "0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/axelarcore"
- },
- {
- "name": "github",
- "url": "https://github.com/axelarnetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/axelarcommunity"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/axelar"
- },
- {
- "name": "docs",
- "url": "https://docs.axelar.dev/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/aRZ3Ra6f7D"
- },
- {
- "name": "forum",
- "url": "https://community.axelar.network/"
- },
- {
- "name": "whitepaper",
- "url": "https://axelar.network/axelar_whitepaper.pdf"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/axelar"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@axelar-foundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/axelar/"
- },
- {
- "name": "blog",
- "url": "https://axelar.network/blog"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@Axelarcore"
- }
- ],
- "tags": [
- "wrapped"
- ]
-}
diff --git a/blockchains/celo/assets/0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f/logo.png b/blockchains/celo/assets/0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f/logo.png
deleted file mode 100644
index 6c156aba62660..0000000000000
Binary files a/blockchains/celo/assets/0x23ee2343B892b1BB63503a4FAbc840E0e2C6810f/logo.png and /dev/null differ
diff --git a/blockchains/celo/assets/0x2DEf4285787d58a2f811AF24755A8150622f4361/info.json b/blockchains/celo/assets/0x2DEf4285787d58a2f811AF24755A8150622f4361/info.json
deleted file mode 100644
index 3e0b3b75beade..0000000000000
--- a/blockchains/celo/assets/0x2DEf4285787d58a2f811AF24755A8150622f4361/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Wrapped Ether",
- "symbol": "WETH",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x2DEf4285787d58a2f811AF24755A8150622f4361"
-}
\ No newline at end of file
diff --git a/blockchains/celo/assets/0x2DEf4285787d58a2f811AF24755A8150622f4361/logo.png b/blockchains/celo/assets/0x2DEf4285787d58a2f811AF24755A8150622f4361/logo.png
deleted file mode 100644
index bf957d38c766d..0000000000000
Binary files a/blockchains/celo/assets/0x2DEf4285787d58a2f811AF24755A8150622f4361/logo.png and /dev/null differ
diff --git a/blockchains/celo/assets/0x639A647fbe20b6c8ac19E48E2de44ea792c62c5C/info.json b/blockchains/celo/assets/0x639A647fbe20b6c8ac19E48E2de44ea792c62c5C/info.json
deleted file mode 100644
index 5cf8544e396e4..0000000000000
--- a/blockchains/celo/assets/0x639A647fbe20b6c8ac19E48E2de44ea792c62c5C/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "beefy.finance",
- "symbol": "BIFI",
- "type": "CELO",
- "decimals": 18,
- "description": "The Multichain Yield Optimizer",
- "website": "https://beefy.finance/",
- "explorer": "https://explorer.bitquery.io/celo_rc1/token/0x639A647fbe20b6c8ac19E48E2de44ea792c62c5C",
- "status": "active",
- "id": "0x639A647fbe20b6c8ac19E48E2de44ea792c62c5C",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/beefyfinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/beefyfinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/beefyannouncement"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/beefy-finance/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/beefy-finance/"
- }
- ],
- "tags": [
- "defi",
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/celo/assets/0x639A647fbe20b6c8ac19E48E2de44ea792c62c5C/logo.png b/blockchains/celo/assets/0x639A647fbe20b6c8ac19E48E2de44ea792c62c5C/logo.png
deleted file mode 100644
index 6c09bb9a38215..0000000000000
Binary files a/blockchains/celo/assets/0x639A647fbe20b6c8ac19E48E2de44ea792c62c5C/logo.png and /dev/null differ
diff --git a/blockchains/celo/assets/0x74c0C58B99b68cF16A717279AC2d056A34ba2bFe/info.json b/blockchains/celo/assets/0x74c0C58B99b68cF16A717279AC2d056A34ba2bFe/info.json
deleted file mode 100644
index d2648baca0a8c..0000000000000
--- a/blockchains/celo/assets/0x74c0C58B99b68cF16A717279AC2d056A34ba2bFe/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "SOURCE",
- "website": "https://resource.finance",
- "description": "SOURCE is the utility token that powers the ReSource protocol—a DeFi protocol enabling the world’s first on-chain mutual credit economic system.",
- "explorer": "https://explorer.bitquery.io/celo_rc1/token/0x74c0c58b99b68cf16a717279ac2d056a34ba2bfe",
- "type": "CELO",
- "symbol": "SOURCE",
- "decimals": 18,
- "status": "active",
- "id": "0x74c0C58B99b68cF16A717279AC2d056A34ba2bFe",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ReSource_Fi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/theresourcenetwork"
- },
- {
- "name": "github",
- "url": "https://github.com/ReSource-Network/"
- }
- ]
-}
diff --git a/blockchains/celo/assets/0x74c0C58B99b68cF16A717279AC2d056A34ba2bFe/logo.png b/blockchains/celo/assets/0x74c0C58B99b68cF16A717279AC2d056A34ba2bFe/logo.png
deleted file mode 100644
index 7c604f4165f81..0000000000000
Binary files a/blockchains/celo/assets/0x74c0C58B99b68cF16A717279AC2d056A34ba2bFe/logo.png and /dev/null differ
diff --git a/blockchains/celo/assets/0x765DE816845861e75A25fCA122bb6898B8B1282a/info.json b/blockchains/celo/assets/0x765DE816845861e75A25fCA122bb6898B8B1282a/info.json
deleted file mode 100644
index 3e04dfb11e103..0000000000000
--- a/blockchains/celo/assets/0x765DE816845861e75A25fCA122bb6898B8B1282a/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Celo Dollar",
- "website": "https://celo.org",
- "description": "Celo Dollar (cUSD) ERC20 Token in Celo Mainnet. Token is implemented as ERC20 smart contract with address",
- "explorer": "https://explorer.bitquery.io/celo_rc1/token/0x765de816845861e75a25fca122bb6898b8b1282a",
- "type": "CELO",
- "symbol": "cUSD",
- "decimals": 18,
- "status": "active",
- "id": "0x765DE816845861e75A25fCA122bb6898B8B1282a",
- "tags": [
- "stablecoin"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/CeloOrg"
- },
- {
- "name": "telegram",
- "url": "https://t.me/celoplatform"
- },
- {
- "name": "github",
- "url": "https://github.com/celo-org/celo-monorepo"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/celo/assets/0x765DE816845861e75A25fCA122bb6898B8B1282a/logo.png b/blockchains/celo/assets/0x765DE816845861e75A25fCA122bb6898B8B1282a/logo.png
deleted file mode 100644
index c49d409472259..0000000000000
Binary files a/blockchains/celo/assets/0x765DE816845861e75A25fCA122bb6898B8B1282a/logo.png and /dev/null differ
diff --git a/blockchains/celo/assets/0xD8763CBa276a3738E6DE85b4b3bF5FDed6D6cA73/info.json b/blockchains/celo/assets/0xD8763CBa276a3738E6DE85b4b3bF5FDed6D6cA73/info.json
deleted file mode 100644
index 58cc7153faaa7..0000000000000
--- a/blockchains/celo/assets/0xD8763CBa276a3738E6DE85b4b3bF5FDed6D6cA73/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Celo Euro",
- "website": "https://celo.org",
- "description": "Celo Euro (cEUR) ERC20 Token in Celo Mainnet. Token is implemented as ERC20 smart contract with address",
- "explorer": "https://explorer.bitquery.io/celo_rc1/token/0xd8763cba276a3738e6de85b4b3bf5fded6d6ca73",
- "type": "CELO",
- "symbol": "cEUR",
- "decimals": 18,
- "status": "active",
- "id": "0xD8763CBa276a3738E6DE85b4b3bF5FDed6D6cA73",
- "tags": [
- "stablecoin"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/CeloOrg"
- },
- {
- "name": "telegram",
- "url": "https://t.me/celoplatform"
- },
- {
- "name": "github",
- "url": "https://github.com/celo-org/celo-monorepo"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/celo/assets/0xD8763CBa276a3738E6DE85b4b3bF5FDed6D6cA73/logo.png b/blockchains/celo/assets/0xD8763CBa276a3738E6DE85b4b3bF5FDed6D6cA73/logo.png
deleted file mode 100644
index 33b4739824666..0000000000000
Binary files a/blockchains/celo/assets/0xD8763CBa276a3738E6DE85b4b3bF5FDed6D6cA73/logo.png and /dev/null differ
diff --git a/blockchains/celo/assets/0xEB466342C4d449BC9f53A865D5Cb90586f405215/info.json b/blockchains/celo/assets/0xEB466342C4d449BC9f53A865D5Cb90586f405215/info.json
deleted file mode 100644
index d4877bc218601..0000000000000
--- a/blockchains/celo/assets/0xEB466342C4d449BC9f53A865D5Cb90586f405215/info.json
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- "name": "Axelar Wrapped USDC",
- "type": "CELO",
- "symbol": "axlUSDC",
- "decimals": 6,
- "website": "https://axelar.network/",
- "description": "Axelar delivers secure cross-chain communication for Web3. Our infrastructure enables dApp users to interact with any asset or application, on any chain, with one click.",
- "explorer": "https://explorer.bitquery.io/celo_rc1/token/0xEB466342C4d449BC9f53A865D5Cb90586f405215",
- "status": "active",
- "id": "0xEB466342C4d449BC9f53A865D5Cb90586f405215",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/axelarcore"
- },
- {
- "name": "github",
- "url": "https://github.com/axelarnetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/axelarcommunity"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/axelar-usdc"
- },
- {
- "name": "docs",
- "url": "https://docs.axelar.dev/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/aRZ3Ra6f7D"
- },
- {
- "name": "forum",
- "url": "https://community.axelar.network/"
- },
- {
- "name": "whitepaper",
- "url": "https://axelar.network/axelar_whitepaper.pdf"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/axelar"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@axelar-foundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/axlusdc/"
- },
- {
- "name": "blog",
- "url": "https://axelar.network/blog"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@Axelarcore"
- }
- ],
- "tags": [
- "stablecoin",
- "wrapped"
- ]
-}
diff --git a/blockchains/celo/assets/0xEB466342C4d449BC9f53A865D5Cb90586f405215/logo.png b/blockchains/celo/assets/0xEB466342C4d449BC9f53A865D5Cb90586f405215/logo.png
deleted file mode 100644
index 69911caea54fb..0000000000000
Binary files a/blockchains/celo/assets/0xEB466342C4d449BC9f53A865D5Cb90586f405215/logo.png and /dev/null differ
diff --git a/blockchains/celo/assets/0xcebA9300f2b948710d2653dD7B07f33A8B32118C/info.json b/blockchains/celo/assets/0xcebA9300f2b948710d2653dD7B07f33A8B32118C/info.json
deleted file mode 100644
index e5b6f67faa3a9..0000000000000
--- a/blockchains/celo/assets/0xcebA9300f2b948710d2653dD7B07f33A8B32118C/info.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "name": "USD Coin",
- "symbol": "USDC",
- "type": "ERC20",
- "decimals": 6,
- "id": "0xceba9300f2b948710d2653dd7b07f33a8b32118c"
-}
-
diff --git a/blockchains/celo/assets/0xcebA9300f2b948710d2653dD7B07f33A8B32118C/logo.png b/blockchains/celo/assets/0xcebA9300f2b948710d2653dD7B07f33A8B32118C/logo.png
deleted file mode 100644
index eafbaac194aa7..0000000000000
Binary files a/blockchains/celo/assets/0xcebA9300f2b948710d2653dD7B07f33A8B32118C/logo.png and /dev/null differ
diff --git a/blockchains/celo/assets/0xd71Ffd0940c920786eC4DbB5A12306669b5b81EF/info.json b/blockchains/celo/assets/0xd71Ffd0940c920786eC4DbB5A12306669b5b81EF/info.json
deleted file mode 100644
index 267c2fdc1eef8..0000000000000
--- a/blockchains/celo/assets/0xd71Ffd0940c920786eC4DbB5A12306669b5b81EF/info.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "name": "Wrapped BTC",
- "symbol": "WBTC",
- "type": "ERC20",
- "decimals": 8,
- "id": "0xd71Ffd0940c920786eC4DbB5A12306669b5b81EF"
-}
-
diff --git a/blockchains/celo/assets/0xd71Ffd0940c920786eC4DbB5A12306669b5b81EF/logo.png b/blockchains/celo/assets/0xd71Ffd0940c920786eC4DbB5A12306669b5b81EF/logo.png
deleted file mode 100644
index 702d64a2e040a..0000000000000
Binary files a/blockchains/celo/assets/0xd71Ffd0940c920786eC4DbB5A12306669b5b81EF/logo.png and /dev/null differ
diff --git a/blockchains/celo/assets/0xe8537a3d056DA446677B9E9d6c5dB704EaAb4787/info.json b/blockchains/celo/assets/0xe8537a3d056DA446677B9E9d6c5dB704EaAb4787/info.json
deleted file mode 100644
index ff7dc241ce740..0000000000000
--- a/blockchains/celo/assets/0xe8537a3d056DA446677B9E9d6c5dB704EaAb4787/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Celo Brazilian Real",
- "website": "https://celo.org",
- "description": "Celo Brazilian Real (cREAL) ERC20 Token in Celo Mainnet. Token is implemented as ERC20 smart contract with address",
- "explorer": "https://explorer.bitquery.io/celo_rc1/token/0xe8537a3d056da446677b9e9d6c5db704eaab4787",
- "type": "CELO",
- "symbol": "cREAL",
- "decimals": 18,
- "status": "active",
- "id": "0xe8537a3d056DA446677B9E9d6c5dB704EaAb4787",
- "tags": [
- "stablecoin"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/CeloOrg"
- },
- {
- "name": "telegram",
- "url": "https://t.me/celoplatform"
- },
- {
- "name": "github",
- "url": "https://github.com/celo-org/celo-monorepo"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/celo/assets/0xe8537a3d056DA446677B9E9d6c5dB704EaAb4787/logo.png b/blockchains/celo/assets/0xe8537a3d056DA446677B9E9d6c5dB704EaAb4787/logo.png
deleted file mode 100644
index 65069bca032af..0000000000000
Binary files a/blockchains/celo/assets/0xe8537a3d056DA446677B9E9d6c5dB704EaAb4787/logo.png and /dev/null differ
diff --git a/blockchains/celo/info/info.json b/blockchains/celo/info/info.json
deleted file mode 100644
index 4318f70c7dc40..0000000000000
--- a/blockchains/celo/info/info.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "Celo",
- "website": "https://celo.org/",
- "description": "Celo is an open platform that makes financial tools accessible to anyone with a mobile phone",
- "explorer": "https://explorer.celo.org/",
- "research": "https://docs.celo.org/",
- "symbol": "CELO",
- "type": "coin",
- "rpc_url": "https://forno.celo.org",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/celo-org/celo-blockchain"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/CeloOrg"
- },
- {
- "name": "whitepaper",
- "url": "https://celo.org/papers"
- }
- ]
-}
diff --git a/blockchains/celo/info/logo.png b/blockchains/celo/info/logo.png
deleted file mode 100644
index 078b712447c61..0000000000000
Binary files a/blockchains/celo/info/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x0000000000b3F879cb30FE243b4Dfee438691c04/info.json b/blockchains/classic/assets/0x0000000000b3F879cb30FE243b4Dfee438691c04/info.json
deleted file mode 100644
index cbd06c007a904..0000000000000
--- a/blockchains/classic/assets/0x0000000000b3F879cb30FE243b4Dfee438691c04/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gastoken.io",
- "symbol": "GST2",
- "type": "ETC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x0000000000b3F879cb30FE243b4Dfee438691c04",
- "status": "active",
- "id": "0x0000000000b3F879cb30FE243b4Dfee438691c04"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x0000000000b3F879cb30FE243b4Dfee438691c04/logo.png b/blockchains/classic/assets/0x0000000000b3F879cb30FE243b4Dfee438691c04/logo.png
deleted file mode 100644
index 8844f7455bec6..0000000000000
Binary files a/blockchains/classic/assets/0x0000000000b3F879cb30FE243b4Dfee438691c04/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x085B0FDf115aA9E16AE1Bddd396CE1F993c52220/info.json b/blockchains/classic/assets/0x085B0FDf115aA9E16AE1Bddd396CE1F993c52220/info.json
deleted file mode 100644
index bc527e65ad225..0000000000000
--- a/blockchains/classic/assets/0x085B0FDf115aA9E16AE1Bddd396CE1F993c52220/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ONEX Network",
- "symbol": "ONEX",
- "type": "ETC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x085B0FDf115aA9E16AE1Bddd396CE1F993c52220",
- "status": "active",
- "id": "0x085B0FDf115aA9E16AE1Bddd396CE1F993c52220"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x085B0FDf115aA9E16AE1Bddd396CE1F993c52220/logo.png b/blockchains/classic/assets/0x085B0FDf115aA9E16AE1Bddd396CE1F993c52220/logo.png
deleted file mode 100644
index 5c909ce924847..0000000000000
Binary files a/blockchains/classic/assets/0x085B0FDf115aA9E16AE1Bddd396CE1F993c52220/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x0DC554d2BBc8f4Cda0577CeD2CD86c54689Af3Db/info.json b/blockchains/classic/assets/0x0DC554d2BBc8f4Cda0577CeD2CD86c54689Af3Db/info.json
deleted file mode 100644
index 5b55c3f2578e9..0000000000000
--- a/blockchains/classic/assets/0x0DC554d2BBc8f4Cda0577CeD2CD86c54689Af3Db/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitUnits Millium",
- "symbol": "MLIUM",
- "type": "ETC20",
- "decimals": 12,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x0DC554d2BBc8f4Cda0577CeD2CD86c54689Af3Db",
- "status": "active",
- "id": "0x0DC554d2BBc8f4Cda0577CeD2CD86c54689Af3Db"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x0DC554d2BBc8f4Cda0577CeD2CD86c54689Af3Db/logo.png b/blockchains/classic/assets/0x0DC554d2BBc8f4Cda0577CeD2CD86c54689Af3Db/logo.png
deleted file mode 100755
index 7c3a10c1ef16c..0000000000000
Binary files a/blockchains/classic/assets/0x0DC554d2BBc8f4Cda0577CeD2CD86c54689Af3Db/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x0b6f824FAB88281ea8bd883bdfC1F586743F92FA/info.json b/blockchains/classic/assets/0x0b6f824FAB88281ea8bd883bdfC1F586743F92FA/info.json
deleted file mode 100644
index 48486e06925e8..0000000000000
--- a/blockchains/classic/assets/0x0b6f824FAB88281ea8bd883bdfC1F586743F92FA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Candy Classic",
- "symbol": "CANDY",
- "type": "ETC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x0b6f824FAB88281ea8bd883bdfC1F586743F92FA",
- "status": "active",
- "id": "0x0b6f824FAB88281ea8bd883bdfC1F586743F92FA"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x0b6f824FAB88281ea8bd883bdfC1F586743F92FA/logo.png b/blockchains/classic/assets/0x0b6f824FAB88281ea8bd883bdfC1F586743F92FA/logo.png
deleted file mode 100644
index 8266e2f989d72..0000000000000
Binary files a/blockchains/classic/assets/0x0b6f824FAB88281ea8bd883bdfC1F586743F92FA/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x0f54903F62Dc03DFBE1d99064B41a65D461F61b9/info.json b/blockchains/classic/assets/0x0f54903F62Dc03DFBE1d99064B41a65D461F61b9/info.json
deleted file mode 100644
index b72a57f273e5d..0000000000000
--- a/blockchains/classic/assets/0x0f54903F62Dc03DFBE1d99064B41a65D461F61b9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETC PYRAMID",
- "symbol": "ETCP",
- "type": "ETC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x0f54903F62Dc03DFBE1d99064B41a65D461F61b9",
- "status": "active",
- "id": "0x0f54903F62Dc03DFBE1d99064B41a65D461F61b9"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x0f54903F62Dc03DFBE1d99064B41a65D461F61b9/logo.png b/blockchains/classic/assets/0x0f54903F62Dc03DFBE1d99064B41a65D461F61b9/logo.png
deleted file mode 100644
index 9f0ea3a91e661..0000000000000
Binary files a/blockchains/classic/assets/0x0f54903F62Dc03DFBE1d99064B41a65D461F61b9/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x1178d40896cf784Db203eB40f159D78Ab6E99a29/info.json b/blockchains/classic/assets/0x1178d40896cf784Db203eB40f159D78Ab6E99a29/info.json
deleted file mode 100644
index ca81eede430ab..0000000000000
--- a/blockchains/classic/assets/0x1178d40896cf784Db203eB40f159D78Ab6E99a29/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "iETC",
- "symbol": "iETC",
- "type": "ETC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x1178d40896cf784Db203eB40f159D78Ab6E99a29",
- "status": "active",
- "id": "0x1178d40896cf784Db203eB40f159D78Ab6E99a29"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x1178d40896cf784Db203eB40f159D78Ab6E99a29/logo.png b/blockchains/classic/assets/0x1178d40896cf784Db203eB40f159D78Ab6E99a29/logo.png
deleted file mode 100644
index a6bc2f09f9bb0..0000000000000
Binary files a/blockchains/classic/assets/0x1178d40896cf784Db203eB40f159D78Ab6E99a29/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x15c56f9edE6a53AFaFF8505D88F47B03b57B52AB/info.json b/blockchains/classic/assets/0x15c56f9edE6a53AFaFF8505D88F47B03b57B52AB/info.json
deleted file mode 100644
index 1ae9e753f0d47..0000000000000
--- a/blockchains/classic/assets/0x15c56f9edE6a53AFaFF8505D88F47B03b57B52AB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Neuron",
- "symbol": "NRNG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x15c56f9edE6a53AFaFF8505D88F47B03b57B52AB",
- "status": "active",
- "id": "0x15c56f9edE6a53AFaFF8505D88F47B03b57B52AB"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x15c56f9edE6a53AFaFF8505D88F47B03b57B52AB/logo.png b/blockchains/classic/assets/0x15c56f9edE6a53AFaFF8505D88F47B03b57B52AB/logo.png
deleted file mode 100644
index e9224cf3ca563..0000000000000
Binary files a/blockchains/classic/assets/0x15c56f9edE6a53AFaFF8505D88F47B03b57B52AB/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x169a4d7aB1244eB57433082B94d8ded5BB97483f/info.json b/blockchains/classic/assets/0x169a4d7aB1244eB57433082B94d8ded5BB97483f/info.json
deleted file mode 100644
index ba887fbd3f165..0000000000000
--- a/blockchains/classic/assets/0x169a4d7aB1244eB57433082B94d8ded5BB97483f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitUnits Fermium",
- "symbol": "BFM",
- "type": "ETC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x169a4d7aB1244eB57433082B94d8ded5BB97483f",
- "status": "active",
- "id": "0x169a4d7aB1244eB57433082B94d8ded5BB97483f"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x169a4d7aB1244eB57433082B94d8ded5BB97483f/logo.png b/blockchains/classic/assets/0x169a4d7aB1244eB57433082B94d8ded5BB97483f/logo.png
deleted file mode 100644
index a18ba26c0fdc9..0000000000000
Binary files a/blockchains/classic/assets/0x169a4d7aB1244eB57433082B94d8ded5BB97483f/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x171040cd10f204F3b257e45b41ce65D36150558C/info.json b/blockchains/classic/assets/0x171040cd10f204F3b257e45b41ce65D36150558C/info.json
deleted file mode 100644
index cfa4d37e2aa2e..0000000000000
--- a/blockchains/classic/assets/0x171040cd10f204F3b257e45b41ce65D36150558C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "eBOMB",
- "symbol": "POW",
- "type": "ETC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x171040cd10f204F3b257e45b41ce65D36150558C",
- "status": "active",
- "id": "0x171040cd10f204F3b257e45b41ce65D36150558C"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x171040cd10f204F3b257e45b41ce65D36150558C/logo.png b/blockchains/classic/assets/0x171040cd10f204F3b257e45b41ce65D36150558C/logo.png
deleted file mode 100644
index 6bae82572b688..0000000000000
Binary files a/blockchains/classic/assets/0x171040cd10f204F3b257e45b41ce65D36150558C/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x17CDb23E6151Dca9A75457d3d795CC5A63648949/info.json b/blockchains/classic/assets/0x17CDb23E6151Dca9A75457d3d795CC5A63648949/info.json
deleted file mode 100644
index 8392332488407..0000000000000
--- a/blockchains/classic/assets/0x17CDb23E6151Dca9A75457d3d795CC5A63648949/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Uzel",
- "symbol": "UZG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x17CDb23E6151Dca9A75457d3d795CC5A63648949",
- "status": "active",
- "id": "0x17CDb23E6151Dca9A75457d3d795CC5A63648949"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x17CDb23E6151Dca9A75457d3d795CC5A63648949/logo.png b/blockchains/classic/assets/0x17CDb23E6151Dca9A75457d3d795CC5A63648949/logo.png
deleted file mode 100644
index ce5ad60274fdb..0000000000000
Binary files a/blockchains/classic/assets/0x17CDb23E6151Dca9A75457d3d795CC5A63648949/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x1BE6D61B1103D91F7f86D47e6ca0429259A15ff0/info.json b/blockchains/classic/assets/0x1BE6D61B1103D91F7f86D47e6ca0429259A15ff0/info.json
deleted file mode 100644
index 1e4496f267b9f..0000000000000
--- a/blockchains/classic/assets/0x1BE6D61B1103D91F7f86D47e6ca0429259A15ff0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoin Classic Token",
- "symbol": "BCT",
- "type": "ETC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x1BE6D61B1103D91F7f86D47e6ca0429259A15ff0",
- "status": "active",
- "id": "0x1BE6D61B1103D91F7f86D47e6ca0429259A15ff0"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x1BE6D61B1103D91F7f86D47e6ca0429259A15ff0/logo.png b/blockchains/classic/assets/0x1BE6D61B1103D91F7f86D47e6ca0429259A15ff0/logo.png
deleted file mode 100755
index c365d43092af5..0000000000000
Binary files a/blockchains/classic/assets/0x1BE6D61B1103D91F7f86D47e6ca0429259A15ff0/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x1Fe3164dA6B47C52349E98c14440879A42852D71/info.json b/blockchains/classic/assets/0x1Fe3164dA6B47C52349E98c14440879A42852D71/info.json
deleted file mode 100644
index e19ac118d3714..0000000000000
--- a/blockchains/classic/assets/0x1Fe3164dA6B47C52349E98c14440879A42852D71/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Classic Cannabis Joints",
- "symbol": "WEED",
- "type": "ETC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x1Fe3164dA6B47C52349E98c14440879A42852D71",
- "status": "active",
- "id": "0x1Fe3164dA6B47C52349E98c14440879A42852D71"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x1Fe3164dA6B47C52349E98c14440879A42852D71/logo.png b/blockchains/classic/assets/0x1Fe3164dA6B47C52349E98c14440879A42852D71/logo.png
deleted file mode 100644
index 01c44e674757e..0000000000000
Binary files a/blockchains/classic/assets/0x1Fe3164dA6B47C52349E98c14440879A42852D71/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x1ce1b789E291FFA8812D03fa7E67e538f91f132d/info.json b/blockchains/classic/assets/0x1ce1b789E291FFA8812D03fa7E67e538f91f132d/info.json
deleted file mode 100644
index 5230812a35c15..0000000000000
--- a/blockchains/classic/assets/0x1ce1b789E291FFA8812D03fa7E67e538f91f132d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Unity classic token",
- "symbol": "UXT",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x1ce1b789E291FFA8812D03fa7E67e538f91f132d",
- "status": "active",
- "id": "0x1ce1b789E291FFA8812D03fa7E67e538f91f132d"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x1ce1b789E291FFA8812D03fa7E67e538f91f132d/logo.png b/blockchains/classic/assets/0x1ce1b789E291FFA8812D03fa7E67e538f91f132d/logo.png
deleted file mode 100644
index c1a5b0b312a06..0000000000000
Binary files a/blockchains/classic/assets/0x1ce1b789E291FFA8812D03fa7E67e538f91f132d/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x1e797Ce986C3CFF4472F7D38d5C4aba55DfEFE40/info.json b/blockchains/classic/assets/0x1e797Ce986C3CFF4472F7D38d5C4aba55DfEFE40/info.json
deleted file mode 100644
index cf90c87976c15..0000000000000
--- a/blockchains/classic/assets/0x1e797Ce986C3CFF4472F7D38d5C4aba55DfEFE40/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BCDN",
- "symbol": "BCDN",
- "type": "ETC20",
- "decimals": 15,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x1e797Ce986C3CFF4472F7D38d5C4aba55DfEFE40",
- "status": "active",
- "id": "0x1e797Ce986C3CFF4472F7D38d5C4aba55DfEFE40"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x1e797Ce986C3CFF4472F7D38d5C4aba55DfEFE40/logo.png b/blockchains/classic/assets/0x1e797Ce986C3CFF4472F7D38d5C4aba55DfEFE40/logo.png
deleted file mode 100755
index d61558ed55e29..0000000000000
Binary files a/blockchains/classic/assets/0x1e797Ce986C3CFF4472F7D38d5C4aba55DfEFE40/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x22B3f1d789B189fDd2040d7d5B59568a291Ef611/info.json b/blockchains/classic/assets/0x22B3f1d789B189fDd2040d7d5B59568a291Ef611/info.json
deleted file mode 100644
index 854f7c4502012..0000000000000
--- a/blockchains/classic/assets/0x22B3f1d789B189fDd2040d7d5B59568a291Ef611/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Searyver",
- "symbol": "SEAG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x22B3f1d789B189fDd2040d7d5B59568a291Ef611",
- "status": "active",
- "id": "0x22B3f1d789B189fDd2040d7d5B59568a291Ef611"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x22B3f1d789B189fDd2040d7d5B59568a291Ef611/logo.png b/blockchains/classic/assets/0x22B3f1d789B189fDd2040d7d5B59568a291Ef611/logo.png
deleted file mode 100644
index 55a3766e8c7f7..0000000000000
Binary files a/blockchains/classic/assets/0x22B3f1d789B189fDd2040d7d5B59568a291Ef611/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x24ccaAaE74041985e3D75712D5cce63b0bD9C4A3/info.json b/blockchains/classic/assets/0x24ccaAaE74041985e3D75712D5cce63b0bD9C4A3/info.json
deleted file mode 100644
index 98d27cc7dbb4d..0000000000000
--- a/blockchains/classic/assets/0x24ccaAaE74041985e3D75712D5cce63b0bD9C4A3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitUnits Brazil",
- "symbol": "BRZL",
- "type": "ETC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x24ccaAaE74041985e3D75712D5cce63b0bD9C4A3",
- "status": "active",
- "id": "0x24ccaAaE74041985e3D75712D5cce63b0bD9C4A3"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x24ccaAaE74041985e3D75712D5cce63b0bD9C4A3/logo.png b/blockchains/classic/assets/0x24ccaAaE74041985e3D75712D5cce63b0bD9C4A3/logo.png
deleted file mode 100644
index 7bef832bcd961..0000000000000
Binary files a/blockchains/classic/assets/0x24ccaAaE74041985e3D75712D5cce63b0bD9C4A3/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x2B682bd9d5c31E67a95cbdF0292017C02E51923C/info.json b/blockchains/classic/assets/0x2B682bd9d5c31E67a95cbdF0292017C02E51923C/info.json
deleted file mode 100644
index 04b7d4c2cd720..0000000000000
--- a/blockchains/classic/assets/0x2B682bd9d5c31E67a95cbdF0292017C02E51923C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ether Klown",
- "symbol": "KLOWN2",
- "type": "ETC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x2B682bd9d5c31E67a95cbdF0292017C02E51923C",
- "status": "active",
- "id": "0x2B682bd9d5c31E67a95cbdF0292017C02E51923C"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x2B682bd9d5c31E67a95cbdF0292017C02E51923C/logo.png b/blockchains/classic/assets/0x2B682bd9d5c31E67a95cbdF0292017C02E51923C/logo.png
deleted file mode 100644
index 4ae423d655956..0000000000000
Binary files a/blockchains/classic/assets/0x2B682bd9d5c31E67a95cbdF0292017C02E51923C/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x2EB1D7785469FC5d478E59Ca09F66CBb9170C519/info.json b/blockchains/classic/assets/0x2EB1D7785469FC5d478E59Ca09F66CBb9170C519/info.json
deleted file mode 100644
index 317a6b8027db7..0000000000000
--- a/blockchains/classic/assets/0x2EB1D7785469FC5d478E59Ca09F66CBb9170C519/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "C3D Network",
- "type": "ETC20",
- "symbol": "C3D",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x2EB1D7785469FC5d478E59Ca09F66CBb9170C519",
- "status": "active",
- "id": "0x2EB1D7785469FC5d478E59Ca09F66CBb9170C519",
- "links": []
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x2EB1D7785469FC5d478E59Ca09F66CBb9170C519/logo.png b/blockchains/classic/assets/0x2EB1D7785469FC5d478E59Ca09F66CBb9170C519/logo.png
deleted file mode 100644
index 5221c213cac47..0000000000000
Binary files a/blockchains/classic/assets/0x2EB1D7785469FC5d478E59Ca09F66CBb9170C519/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x3398EB75EE22523fEfdA99574dBc62fD19F8c58B/info.json b/blockchains/classic/assets/0x3398EB75EE22523fEfdA99574dBc62fD19F8c58B/info.json
deleted file mode 100644
index ed6131ce1f093..0000000000000
--- a/blockchains/classic/assets/0x3398EB75EE22523fEfdA99574dBc62fD19F8c58B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Arcadium Token",
- "symbol": "ACDN",
- "type": "ETC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x3398EB75EE22523fEfdA99574dBc62fD19F8c58B",
- "status": "active",
- "id": "0x3398EB75EE22523fEfdA99574dBc62fD19F8c58B"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x3398EB75EE22523fEfdA99574dBc62fD19F8c58B/logo.png b/blockchains/classic/assets/0x3398EB75EE22523fEfdA99574dBc62fD19F8c58B/logo.png
deleted file mode 100644
index e2c1029907fe2..0000000000000
Binary files a/blockchains/classic/assets/0x3398EB75EE22523fEfdA99574dBc62fD19F8c58B/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x33E89a9db4F5a44d80A3E9d2Bdff6c168cbbd15c/info.json b/blockchains/classic/assets/0x33E89a9db4F5a44d80A3E9d2Bdff6c168cbbd15c/info.json
deleted file mode 100644
index b436f7e1e307f..0000000000000
--- a/blockchains/classic/assets/0x33E89a9db4F5a44d80A3E9d2Bdff6c168cbbd15c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Slyike",
- "symbol": "SLYG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x33E89a9db4F5a44d80A3E9d2Bdff6c168cbbd15c",
- "status": "active",
- "id": "0x33E89a9db4F5a44d80A3E9d2Bdff6c168cbbd15c"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x33E89a9db4F5a44d80A3E9d2Bdff6c168cbbd15c/logo.png b/blockchains/classic/assets/0x33E89a9db4F5a44d80A3E9d2Bdff6c168cbbd15c/logo.png
deleted file mode 100644
index bf7e0413c5d94..0000000000000
Binary files a/blockchains/classic/assets/0x33E89a9db4F5a44d80A3E9d2Bdff6c168cbbd15c/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x3E6eC3A0A995d3c58d3854AaE41C77C687C07E7f/info.json b/blockchains/classic/assets/0x3E6eC3A0A995d3c58d3854AaE41C77C687C07E7f/info.json
deleted file mode 100644
index 513f52a49d297..0000000000000
--- a/blockchains/classic/assets/0x3E6eC3A0A995d3c58d3854AaE41C77C687C07E7f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "42 Coin",
- "symbol": "42",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x3E6eC3A0A995d3c58d3854AaE41C77C687C07E7f",
- "status": "active",
- "id": "0x3E6eC3A0A995d3c58d3854AaE41C77C687C07E7f"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x3E6eC3A0A995d3c58d3854AaE41C77C687C07E7f/logo.png b/blockchains/classic/assets/0x3E6eC3A0A995d3c58d3854AaE41C77C687C07E7f/logo.png
deleted file mode 100644
index 7c80f46dec056..0000000000000
Binary files a/blockchains/classic/assets/0x3E6eC3A0A995d3c58d3854AaE41C77C687C07E7f/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x3a6979EAB0ad99549158c05F2635C3B85dCAf5e2/info.json b/blockchains/classic/assets/0x3a6979EAB0ad99549158c05F2635C3B85dCAf5e2/info.json
deleted file mode 100644
index 95f71f2f0a309..0000000000000
--- a/blockchains/classic/assets/0x3a6979EAB0ad99549158c05F2635C3B85dCAf5e2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blazenite",
- "symbol": "BLZG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x3a6979EAB0ad99549158c05F2635C3B85dCAf5e2",
- "status": "active",
- "id": "0x3a6979EAB0ad99549158c05F2635C3B85dCAf5e2"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x3a6979EAB0ad99549158c05F2635C3B85dCAf5e2/logo.png b/blockchains/classic/assets/0x3a6979EAB0ad99549158c05F2635C3B85dCAf5e2/logo.png
deleted file mode 100644
index 494d62702afd6..0000000000000
Binary files a/blockchains/classic/assets/0x3a6979EAB0ad99549158c05F2635C3B85dCAf5e2/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x4479B4e96252B829934bA0f8fb8f5c96883DA7E5/info.json b/blockchains/classic/assets/0x4479B4e96252B829934bA0f8fb8f5c96883DA7E5/info.json
deleted file mode 100644
index 6ed019da653c4..0000000000000
--- a/blockchains/classic/assets/0x4479B4e96252B829934bA0f8fb8f5c96883DA7E5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BBBtesttoken",
- "symbol": "BBB",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x4479B4e96252B829934bA0f8fb8f5c96883DA7E5",
- "status": "active",
- "id": "0x4479B4e96252B829934bA0f8fb8f5c96883DA7E5"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x4479B4e96252B829934bA0f8fb8f5c96883DA7E5/logo.png b/blockchains/classic/assets/0x4479B4e96252B829934bA0f8fb8f5c96883DA7E5/logo.png
deleted file mode 100755
index 17e8816ae0bb0..0000000000000
Binary files a/blockchains/classic/assets/0x4479B4e96252B829934bA0f8fb8f5c96883DA7E5/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x45e42D659D9f9466cD5DF622506033145a9b89Bc/info.json b/blockchains/classic/assets/0x45e42D659D9f9466cD5DF622506033145a9b89Bc/info.json
deleted file mode 100644
index a00598b40b775..0000000000000
--- a/blockchains/classic/assets/0x45e42D659D9f9466cD5DF622506033145a9b89Bc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nexium",
- "symbol": "NxC",
- "type": "ETC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x45e42D659D9f9466cD5DF622506033145a9b89Bc",
- "status": "active",
- "id": "0x45e42D659D9f9466cD5DF622506033145a9b89Bc"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x45e42D659D9f9466cD5DF622506033145a9b89Bc/logo.png b/blockchains/classic/assets/0x45e42D659D9f9466cD5DF622506033145a9b89Bc/logo.png
deleted file mode 100755
index 2e7615886ac43..0000000000000
Binary files a/blockchains/classic/assets/0x45e42D659D9f9466cD5DF622506033145a9b89Bc/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x477964C7B2CDFe2653b0D89469e40D8A5eeF9E52/info.json b/blockchains/classic/assets/0x477964C7B2CDFe2653b0D89469e40D8A5eeF9E52/info.json
deleted file mode 100644
index 05cb5c86331ab..0000000000000
--- a/blockchains/classic/assets/0x477964C7B2CDFe2653b0D89469e40D8A5eeF9E52/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dredxon",
- "symbol": "DRXG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x477964C7B2CDFe2653b0D89469e40D8A5eeF9E52",
- "status": "active",
- "id": "0x477964C7B2CDFe2653b0D89469e40D8A5eeF9E52"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x477964C7B2CDFe2653b0D89469e40D8A5eeF9E52/logo.png b/blockchains/classic/assets/0x477964C7B2CDFe2653b0D89469e40D8A5eeF9E52/logo.png
deleted file mode 100644
index cc7ceac77c139..0000000000000
Binary files a/blockchains/classic/assets/0x477964C7B2CDFe2653b0D89469e40D8A5eeF9E52/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x4970515788ab15d4De4E9f8ed1E1079f6d25dC77/info.json b/blockchains/classic/assets/0x4970515788ab15d4De4E9f8ed1E1079f6d25dC77/info.json
deleted file mode 100644
index 6a5c3d03e6c05..0000000000000
--- a/blockchains/classic/assets/0x4970515788ab15d4De4E9f8ed1E1079f6d25dC77/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Treeigh",
- "symbol": "TREEG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x4970515788ab15d4De4E9f8ed1E1079f6d25dC77",
- "status": "active",
- "id": "0x4970515788ab15d4De4E9f8ed1E1079f6d25dC77"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x4970515788ab15d4De4E9f8ed1E1079f6d25dC77/logo.png b/blockchains/classic/assets/0x4970515788ab15d4De4E9f8ed1E1079f6d25dC77/logo.png
deleted file mode 100644
index 78223d63752bb..0000000000000
Binary files a/blockchains/classic/assets/0x4970515788ab15d4De4E9f8ed1E1079f6d25dC77/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x4a3a14d47634E0712B1Aa33f17EC31316a0D5BAB/info.json b/blockchains/classic/assets/0x4a3a14d47634E0712B1Aa33f17EC31316a0D5BAB/info.json
deleted file mode 100644
index 2e6a538d3fa46..0000000000000
--- a/blockchains/classic/assets/0x4a3a14d47634E0712B1Aa33f17EC31316a0D5BAB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Litecoin Classic Token",
- "symbol": "LCT",
- "type": "ETC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x4a3a14d47634E0712B1Aa33f17EC31316a0D5BAB",
- "status": "active",
- "id": "0x4a3a14d47634E0712B1Aa33f17EC31316a0D5BAB"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x4a3a14d47634E0712B1Aa33f17EC31316a0D5BAB/logo.png b/blockchains/classic/assets/0x4a3a14d47634E0712B1Aa33f17EC31316a0D5BAB/logo.png
deleted file mode 100644
index ce9d829077908..0000000000000
Binary files a/blockchains/classic/assets/0x4a3a14d47634E0712B1Aa33f17EC31316a0D5BAB/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x4dF86FD5bf250D692C503592Bde3d3E9087F6232/info.json b/blockchains/classic/assets/0x4dF86FD5bf250D692C503592Bde3d3E9087F6232/info.json
deleted file mode 100644
index e3a1df46781c4..0000000000000
--- a/blockchains/classic/assets/0x4dF86FD5bf250D692C503592Bde3d3E9087F6232/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AITBot Token",
- "symbol": "AITBOT",
- "type": "ETC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x4dF86FD5bf250D692C503592Bde3d3E9087F6232",
- "status": "active",
- "id": "0x4dF86FD5bf250D692C503592Bde3d3E9087F6232"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x4dF86FD5bf250D692C503592Bde3d3E9087F6232/logo.png b/blockchains/classic/assets/0x4dF86FD5bf250D692C503592Bde3d3E9087F6232/logo.png
deleted file mode 100644
index 7661f8172667f..0000000000000
Binary files a/blockchains/classic/assets/0x4dF86FD5bf250D692C503592Bde3d3E9087F6232/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x4fab5005176F5E4c00988623c35107cCB40dC19D/info.json b/blockchains/classic/assets/0x4fab5005176F5E4c00988623c35107cCB40dC19D/info.json
deleted file mode 100644
index 584af2b512d2d..0000000000000
--- a/blockchains/classic/assets/0x4fab5005176F5E4c00988623c35107cCB40dC19D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Qelax",
- "symbol": "QLXG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x4fab5005176F5E4c00988623c35107cCB40dC19D",
- "status": "active",
- "id": "0x4fab5005176F5E4c00988623c35107cCB40dC19D"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x4fab5005176F5E4c00988623c35107cCB40dC19D/logo.png b/blockchains/classic/assets/0x4fab5005176F5E4c00988623c35107cCB40dC19D/logo.png
deleted file mode 100644
index 79c02e2d990bb..0000000000000
Binary files a/blockchains/classic/assets/0x4fab5005176F5E4c00988623c35107cCB40dC19D/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x5046E6b2C9D11458bC3718e0cF5Bc8557bCCf5dc/info.json b/blockchains/classic/assets/0x5046E6b2C9D11458bC3718e0cF5Bc8557bCCf5dc/info.json
deleted file mode 100644
index 4c982750a0c58..0000000000000
--- a/blockchains/classic/assets/0x5046E6b2C9D11458bC3718e0cF5Bc8557bCCf5dc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wahdereau",
- "symbol": "WADRG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x5046E6b2C9D11458bC3718e0cF5Bc8557bCCf5dc",
- "status": "active",
- "id": "0x5046E6b2C9D11458bC3718e0cF5Bc8557bCCf5dc"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x5046E6b2C9D11458bC3718e0cF5Bc8557bCCf5dc/logo.png b/blockchains/classic/assets/0x5046E6b2C9D11458bC3718e0cF5Bc8557bCCf5dc/logo.png
deleted file mode 100644
index 9fd44cc0252c1..0000000000000
Binary files a/blockchains/classic/assets/0x5046E6b2C9D11458bC3718e0cF5Bc8557bCCf5dc/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x50fA6146E86deAd56bf9E8e4655DFc2b5235D355/info.json b/blockchains/classic/assets/0x50fA6146E86deAd56bf9E8e4655DFc2b5235D355/info.json
deleted file mode 100644
index cd79de5d923d5..0000000000000
--- a/blockchains/classic/assets/0x50fA6146E86deAd56bf9E8e4655DFc2b5235D355/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Merainer",
- "symbol": "MERG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x50fA6146E86deAd56bf9E8e4655DFc2b5235D355",
- "status": "active",
- "id": "0x50fA6146E86deAd56bf9E8e4655DFc2b5235D355"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x50fA6146E86deAd56bf9E8e4655DFc2b5235D355/logo.png b/blockchains/classic/assets/0x50fA6146E86deAd56bf9E8e4655DFc2b5235D355/logo.png
deleted file mode 100644
index c584c600235df..0000000000000
Binary files a/blockchains/classic/assets/0x50fA6146E86deAd56bf9E8e4655DFc2b5235D355/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x51396a258BAe60D1fDE2a4Be900371f3B9C52c43/info.json b/blockchains/classic/assets/0x51396a258BAe60D1fDE2a4Be900371f3B9C52c43/info.json
deleted file mode 100644
index 0a7a4ef2bb010..0000000000000
--- a/blockchains/classic/assets/0x51396a258BAe60D1fDE2a4Be900371f3B9C52c43/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitUnits Asia",
- "symbol": "XSIA",
- "type": "ETC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x51396a258BAe60D1fDE2a4Be900371f3B9C52c43",
- "status": "active",
- "id": "0x51396a258BAe60D1fDE2a4Be900371f3B9C52c43"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x51396a258BAe60D1fDE2a4Be900371f3B9C52c43/logo.png b/blockchains/classic/assets/0x51396a258BAe60D1fDE2a4Be900371f3B9C52c43/logo.png
deleted file mode 100644
index d1a745ba6a3be..0000000000000
Binary files a/blockchains/classic/assets/0x51396a258BAe60D1fDE2a4Be900371f3B9C52c43/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x55b9a11c2e8351b4Ffc7b11561148bfaC9977855/info.json b/blockchains/classic/assets/0x55b9a11c2e8351b4Ffc7b11561148bfaC9977855/info.json
deleted file mode 100644
index d2ef1d378cd20..0000000000000
--- a/blockchains/classic/assets/0x55b9a11c2e8351b4Ffc7b11561148bfaC9977855/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "\"\"",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x55b9a11c2e8351b4Ffc7b11561148bfaC9977855",
- "status": "active",
- "id": "0x55b9a11c2e8351b4Ffc7b11561148bfaC9977855"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x55b9a11c2e8351b4Ffc7b11561148bfaC9977855/logo.png b/blockchains/classic/assets/0x55b9a11c2e8351b4Ffc7b11561148bfaC9977855/logo.png
deleted file mode 100644
index b47bbd3ea33c2..0000000000000
Binary files a/blockchains/classic/assets/0x55b9a11c2e8351b4Ffc7b11561148bfaC9977855/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x5BEb463647b1Fd55D3F876E9b042c27Aa63F4bA8/info.json b/blockchains/classic/assets/0x5BEb463647b1Fd55D3F876E9b042c27Aa63F4bA8/info.json
deleted file mode 100644
index ddd9d67b4e3b7..0000000000000
--- a/blockchains/classic/assets/0x5BEb463647b1Fd55D3F876E9b042c27Aa63F4bA8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fifty-Thousand Coin",
- "symbol": "FTC",
- "type": "ETC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x5BEb463647b1Fd55D3F876E9b042c27Aa63F4bA8",
- "status": "active",
- "id": "0x5BEb463647b1Fd55D3F876E9b042c27Aa63F4bA8"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x5BEb463647b1Fd55D3F876E9b042c27Aa63F4bA8/logo.png b/blockchains/classic/assets/0x5BEb463647b1Fd55D3F876E9b042c27Aa63F4bA8/logo.png
deleted file mode 100644
index b7e4e79af37ea..0000000000000
Binary files a/blockchains/classic/assets/0x5BEb463647b1Fd55D3F876E9b042c27Aa63F4bA8/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x5eB99507170F41bAA521cb71C9bCEa2a8A96827C/info.json b/blockchains/classic/assets/0x5eB99507170F41bAA521cb71C9bCEa2a8A96827C/info.json
deleted file mode 100644
index ee134791c66ea..0000000000000
--- a/blockchains/classic/assets/0x5eB99507170F41bAA521cb71C9bCEa2a8A96827C/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Axiom",
- "type": "ETC20",
- "symbol": "XOM",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x5eB99507170F41bAA521cb71C9bCEa2a8A96827C",
- "status": "active",
- "id": "0x5eB99507170F41bAA521cb71C9bCEa2a8A96827C",
- "links": []
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x5eB99507170F41bAA521cb71C9bCEa2a8A96827C/logo.png b/blockchains/classic/assets/0x5eB99507170F41bAA521cb71C9bCEa2a8A96827C/logo.png
deleted file mode 100644
index e906fb09f869e..0000000000000
Binary files a/blockchains/classic/assets/0x5eB99507170F41bAA521cb71C9bCEa2a8A96827C/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x64fd6EeB4c86A66b0CfeEAFeC11FbC57A2993E67/info.json b/blockchains/classic/assets/0x64fd6EeB4c86A66b0CfeEAFeC11FbC57A2993E67/info.json
deleted file mode 100644
index 9adf9b44b6b74..0000000000000
--- a/blockchains/classic/assets/0x64fd6EeB4c86A66b0CfeEAFeC11FbC57A2993E67/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitUnits Indo",
- "symbol": "XNDO",
- "type": "ETC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x64fd6EeB4c86A66b0CfeEAFeC11FbC57A2993E67",
- "status": "active",
- "id": "0x64fd6EeB4c86A66b0CfeEAFeC11FbC57A2993E67"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x64fd6EeB4c86A66b0CfeEAFeC11FbC57A2993E67/logo.png b/blockchains/classic/assets/0x64fd6EeB4c86A66b0CfeEAFeC11FbC57A2993E67/logo.png
deleted file mode 100644
index 7e96d2b0c1e07..0000000000000
Binary files a/blockchains/classic/assets/0x64fd6EeB4c86A66b0CfeEAFeC11FbC57A2993E67/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x651074850053b7FaCf7F7200068B29A2E3525B40/info.json b/blockchains/classic/assets/0x651074850053b7FaCf7F7200068B29A2E3525B40/info.json
deleted file mode 100644
index 3754b662ead71..0000000000000
--- a/blockchains/classic/assets/0x651074850053b7FaCf7F7200068B29A2E3525B40/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Astral Gold",
- "symbol": "GOLD",
- "type": "ETC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x651074850053b7FaCf7F7200068B29A2E3525B40",
- "status": "active",
- "id": "0x651074850053b7FaCf7F7200068B29A2E3525B40"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x651074850053b7FaCf7F7200068B29A2E3525B40/logo.png b/blockchains/classic/assets/0x651074850053b7FaCf7F7200068B29A2E3525B40/logo.png
deleted file mode 100644
index f359f55478fe4..0000000000000
Binary files a/blockchains/classic/assets/0x651074850053b7FaCf7F7200068B29A2E3525B40/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x690D4d5e3722e140fCa16e25E7A579588D93eB75/info.json b/blockchains/classic/assets/0x690D4d5e3722e140fCa16e25E7A579588D93eB75/info.json
deleted file mode 100644
index 05280f1449b39..0000000000000
--- a/blockchains/classic/assets/0x690D4d5e3722e140fCa16e25E7A579588D93eB75/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitUnits Titan",
- "symbol": "TITAN",
- "type": "ETC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x690D4d5e3722e140fCa16e25E7A579588D93eB75",
- "status": "active",
- "id": "0x690D4d5e3722e140fCa16e25E7A579588D93eB75"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x690D4d5e3722e140fCa16e25E7A579588D93eB75/logo.png b/blockchains/classic/assets/0x690D4d5e3722e140fCa16e25E7A579588D93eB75/logo.png
deleted file mode 100755
index a764f6fe7cb9a..0000000000000
Binary files a/blockchains/classic/assets/0x690D4d5e3722e140fCa16e25E7A579588D93eB75/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x6A37eC2C49E2FB35F9c029128e996f46928dDecC/info.json b/blockchains/classic/assets/0x6A37eC2C49E2FB35F9c029128e996f46928dDecC/info.json
deleted file mode 100644
index 03c748f435b6f..0000000000000
--- a/blockchains/classic/assets/0x6A37eC2C49E2FB35F9c029128e996f46928dDecC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Buy Crypto News Articles",
- "symbol": "BCNA",
- "type": "ETC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x6A37eC2C49E2FB35F9c029128e996f46928dDecC",
- "status": "active",
- "id": "0x6A37eC2C49E2FB35F9c029128e996f46928dDecC"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x6A37eC2C49E2FB35F9c029128e996f46928dDecC/logo.png b/blockchains/classic/assets/0x6A37eC2C49E2FB35F9c029128e996f46928dDecC/logo.png
deleted file mode 100755
index 4c4154d62c691..0000000000000
Binary files a/blockchains/classic/assets/0x6A37eC2C49E2FB35F9c029128e996f46928dDecC/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x6FD253A6D78df35f2D932aCf4bCEF4bB650a2263/info.json b/blockchains/classic/assets/0x6FD253A6D78df35f2D932aCf4bCEF4bB650a2263/info.json
deleted file mode 100644
index a036cdf018645..0000000000000
--- a/blockchains/classic/assets/0x6FD253A6D78df35f2D932aCf4bCEF4bB650a2263/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitUnits Africa",
- "symbol": "AFRI",
- "type": "ETC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x6FD253A6D78df35f2D932aCf4bCEF4bB650a2263",
- "status": "active",
- "id": "0x6FD253A6D78df35f2D932aCf4bCEF4bB650a2263"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x6FD253A6D78df35f2D932aCf4bCEF4bB650a2263/logo.png b/blockchains/classic/assets/0x6FD253A6D78df35f2D932aCf4bCEF4bB650a2263/logo.png
deleted file mode 100755
index d4490325f90df..0000000000000
Binary files a/blockchains/classic/assets/0x6FD253A6D78df35f2D932aCf4bCEF4bB650a2263/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x76d0184CF511788032A74a1FB91146e63F43dd53/info.json b/blockchains/classic/assets/0x76d0184CF511788032A74a1FB91146e63F43dd53/info.json
deleted file mode 100644
index a6327720503cb..0000000000000
--- a/blockchains/classic/assets/0x76d0184CF511788032A74a1FB91146e63F43dd53/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UniversalCoin",
- "symbol": "UVC",
- "type": "ETC20",
- "decimals": 5,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x76d0184CF511788032A74a1FB91146e63F43dd53",
- "status": "active",
- "id": "0x76d0184CF511788032A74a1FB91146e63F43dd53"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x76d0184CF511788032A74a1FB91146e63F43dd53/logo.png b/blockchains/classic/assets/0x76d0184CF511788032A74a1FB91146e63F43dd53/logo.png
deleted file mode 100644
index d40394637759f..0000000000000
Binary files a/blockchains/classic/assets/0x76d0184CF511788032A74a1FB91146e63F43dd53/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x7b355c571FEde83F152E9585143306C0d2b53193/info.json b/blockchains/classic/assets/0x7b355c571FEde83F152E9585143306C0d2b53193/info.json
deleted file mode 100644
index ee6234f05909a..0000000000000
--- a/blockchains/classic/assets/0x7b355c571FEde83F152E9585143306C0d2b53193/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitUnits Proof of Work Reward",
- "symbol": "BPOWR",
- "type": "ETC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x7b355c571FEde83F152E9585143306C0d2b53193",
- "status": "active",
- "id": "0x7b355c571FEde83F152E9585143306C0d2b53193"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x7b355c571FEde83F152E9585143306C0d2b53193/logo.png b/blockchains/classic/assets/0x7b355c571FEde83F152E9585143306C0d2b53193/logo.png
deleted file mode 100644
index 0c3dc59dc5be1..0000000000000
Binary files a/blockchains/classic/assets/0x7b355c571FEde83F152E9585143306C0d2b53193/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x876A68D9efbc3CadaA886e9868D93737035F717C/info.json b/blockchains/classic/assets/0x876A68D9efbc3CadaA886e9868D93737035F717C/info.json
deleted file mode 100644
index 9a767bb2da7d2..0000000000000
--- a/blockchains/classic/assets/0x876A68D9efbc3CadaA886e9868D93737035F717C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WiiggoCoin",
- "symbol": "WIIG",
- "type": "ETC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x876A68D9efbc3CadaA886e9868D93737035F717C",
- "status": "active",
- "id": "0x876A68D9efbc3CadaA886e9868D93737035F717C"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x876A68D9efbc3CadaA886e9868D93737035F717C/logo.png b/blockchains/classic/assets/0x876A68D9efbc3CadaA886e9868D93737035F717C/logo.png
deleted file mode 100644
index e70668fcc488e..0000000000000
Binary files a/blockchains/classic/assets/0x876A68D9efbc3CadaA886e9868D93737035F717C/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x88d60255F917e3eb94eaE199d827DAd837fac4cB/info.json b/blockchains/classic/assets/0x88d60255F917e3eb94eaE199d827DAd837fac4cB/info.json
deleted file mode 100644
index fa29b87cad69a..0000000000000
--- a/blockchains/classic/assets/0x88d60255F917e3eb94eaE199d827DAd837fac4cB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gastoken.io",
- "symbol": "GST1",
- "type": "ETC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x88d60255F917e3eb94eaE199d827DAd837fac4cB",
- "status": "active",
- "id": "0x88d60255F917e3eb94eaE199d827DAd837fac4cB"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x88d60255F917e3eb94eaE199d827DAd837fac4cB/logo.png b/blockchains/classic/assets/0x88d60255F917e3eb94eaE199d827DAd837fac4cB/logo.png
deleted file mode 100644
index ca527c4cee8a9..0000000000000
Binary files a/blockchains/classic/assets/0x88d60255F917e3eb94eaE199d827DAd837fac4cB/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x8900f34372f27Ebb5881D4eC6b35844A3655CCFc/info.json b/blockchains/classic/assets/0x8900f34372f27Ebb5881D4eC6b35844A3655CCFc/info.json
deleted file mode 100644
index 0f8f5e7dbadf2..0000000000000
--- a/blockchains/classic/assets/0x8900f34372f27Ebb5881D4eC6b35844A3655CCFc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Phoenix",
- "symbol": "PHX",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x8900f34372f27Ebb5881D4eC6b35844A3655CCFc",
- "status": "active",
- "id": "0x8900f34372f27Ebb5881D4eC6b35844A3655CCFc"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x8900f34372f27Ebb5881D4eC6b35844A3655CCFc/logo.png b/blockchains/classic/assets/0x8900f34372f27Ebb5881D4eC6b35844A3655CCFc/logo.png
deleted file mode 100755
index ba327ed7158a3..0000000000000
Binary files a/blockchains/classic/assets/0x8900f34372f27Ebb5881D4eC6b35844A3655CCFc/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x8E100855e6647bd24F1A32999c4A6C91497C9f62/info.json b/blockchains/classic/assets/0x8E100855e6647bd24F1A32999c4A6C91497C9f62/info.json
deleted file mode 100644
index eec60ce462f73..0000000000000
--- a/blockchains/classic/assets/0x8E100855e6647bd24F1A32999c4A6C91497C9f62/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "G Coin",
- "symbol": "GTC",
- "type": "ETC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x8E100855e6647bd24F1A32999c4A6C91497C9f62",
- "status": "active",
- "id": "0x8E100855e6647bd24F1A32999c4A6C91497C9f62"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x8E100855e6647bd24F1A32999c4A6C91497C9f62/logo.png b/blockchains/classic/assets/0x8E100855e6647bd24F1A32999c4A6C91497C9f62/logo.png
deleted file mode 100644
index 7bb1501b6ffdd..0000000000000
Binary files a/blockchains/classic/assets/0x8E100855e6647bd24F1A32999c4A6C91497C9f62/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x935E058102AFa0CC3c29Af024AF3208Ba521bcB0/info.json b/blockchains/classic/assets/0x935E058102AFa0CC3c29Af024AF3208Ba521bcB0/info.json
deleted file mode 100644
index 31eb2217f1833..0000000000000
--- a/blockchains/classic/assets/0x935E058102AFa0CC3c29Af024AF3208Ba521bcB0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Leafekey",
- "symbol": "KEYG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x935E058102AFa0CC3c29Af024AF3208Ba521bcB0",
- "status": "active",
- "id": "0x935E058102AFa0CC3c29Af024AF3208Ba521bcB0"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x935E058102AFa0CC3c29Af024AF3208Ba521bcB0/logo.png b/blockchains/classic/assets/0x935E058102AFa0CC3c29Af024AF3208Ba521bcB0/logo.png
deleted file mode 100644
index 4ae5b339fdb08..0000000000000
Binary files a/blockchains/classic/assets/0x935E058102AFa0CC3c29Af024AF3208Ba521bcB0/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x9946C9C519638740EAc4Ee3Aa9f20eBe1Ce36c2c/info.json b/blockchains/classic/assets/0x9946C9C519638740EAc4Ee3Aa9f20eBe1Ce36c2c/info.json
deleted file mode 100644
index 1b8f81ff6906b..0000000000000
--- a/blockchains/classic/assets/0x9946C9C519638740EAc4Ee3Aa9f20eBe1Ce36c2c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aim Token",
- "symbol": "AIM",
- "type": "ETC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x9946C9C519638740EAc4Ee3Aa9f20eBe1Ce36c2c",
- "status": "active",
- "id": "0x9946C9C519638740EAc4Ee3Aa9f20eBe1Ce36c2c"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x9946C9C519638740EAc4Ee3Aa9f20eBe1Ce36c2c/logo.png b/blockchains/classic/assets/0x9946C9C519638740EAc4Ee3Aa9f20eBe1Ce36c2c/logo.png
deleted file mode 100644
index 83b8543dbfc2a..0000000000000
Binary files a/blockchains/classic/assets/0x9946C9C519638740EAc4Ee3Aa9f20eBe1Ce36c2c/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x9a145BABB0315F461eD40cB8Cd17523A039e0370/info.json b/blockchains/classic/assets/0x9a145BABB0315F461eD40cB8Cd17523A039e0370/info.json
deleted file mode 100644
index b37be37fe0c7d..0000000000000
--- a/blockchains/classic/assets/0x9a145BABB0315F461eD40cB8Cd17523A039e0370/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Astral Diamonds",
- "symbol": "Astral",
- "type": "ETC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x9a145BABB0315F461eD40cB8Cd17523A039e0370",
- "status": "active",
- "id": "0x9a145BABB0315F461eD40cB8Cd17523A039e0370"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x9a145BABB0315F461eD40cB8Cd17523A039e0370/logo.png b/blockchains/classic/assets/0x9a145BABB0315F461eD40cB8Cd17523A039e0370/logo.png
deleted file mode 100755
index d3a491ce47f87..0000000000000
Binary files a/blockchains/classic/assets/0x9a145BABB0315F461eD40cB8Cd17523A039e0370/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x9aBcecb1CB8e174b4d158021c9C710c81a989487/info.json b/blockchains/classic/assets/0x9aBcecb1CB8e174b4d158021c9C710c81a989487/info.json
deleted file mode 100644
index 52c3223ae2955..0000000000000
--- a/blockchains/classic/assets/0x9aBcecb1CB8e174b4d158021c9C710c81a989487/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Feyloo",
- "symbol": "LOOG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x9aBcecb1CB8e174b4d158021c9C710c81a989487",
- "status": "active",
- "id": "0x9aBcecb1CB8e174b4d158021c9C710c81a989487"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x9aBcecb1CB8e174b4d158021c9C710c81a989487/logo.png b/blockchains/classic/assets/0x9aBcecb1CB8e174b4d158021c9C710c81a989487/logo.png
deleted file mode 100644
index 9eaa2bf7e3df8..0000000000000
Binary files a/blockchains/classic/assets/0x9aBcecb1CB8e174b4d158021c9C710c81a989487/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x9bd05bCd368BDB8050E85E35b8D38753e72b44BF/info.json b/blockchains/classic/assets/0x9bd05bCd368BDB8050E85E35b8D38753e72b44BF/info.json
deleted file mode 100644
index ce07557870afe..0000000000000
--- a/blockchains/classic/assets/0x9bd05bCd368BDB8050E85E35b8D38753e72b44BF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Arcadium Oxide",
- "symbol": "AOX",
- "type": "ETC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x9bd05bCd368BDB8050E85E35b8D38753e72b44BF",
- "status": "active",
- "id": "0x9bd05bCd368BDB8050E85E35b8D38753e72b44BF"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x9bd05bCd368BDB8050E85E35b8D38753e72b44BF/logo.png b/blockchains/classic/assets/0x9bd05bCd368BDB8050E85E35b8D38753e72b44BF/logo.png
deleted file mode 100644
index 5e061c994cf25..0000000000000
Binary files a/blockchains/classic/assets/0x9bd05bCd368BDB8050E85E35b8D38753e72b44BF/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0x9c5D60F5D1493F3FA05cdE2403b4Bd4B9CF01057/info.json b/blockchains/classic/assets/0x9c5D60F5D1493F3FA05cdE2403b4Bd4B9CF01057/info.json
deleted file mode 100644
index 6d40ebbd4316a..0000000000000
--- a/blockchains/classic/assets/0x9c5D60F5D1493F3FA05cdE2403b4Bd4B9CF01057/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitUnits Americas",
- "symbol": "AMRX",
- "type": "ETC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0x9c5D60F5D1493F3FA05cdE2403b4Bd4B9CF01057",
- "status": "active",
- "id": "0x9c5D60F5D1493F3FA05cdE2403b4Bd4B9CF01057"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0x9c5D60F5D1493F3FA05cdE2403b4Bd4B9CF01057/logo.png b/blockchains/classic/assets/0x9c5D60F5D1493F3FA05cdE2403b4Bd4B9CF01057/logo.png
deleted file mode 100755
index 2bb274ce1b817..0000000000000
Binary files a/blockchains/classic/assets/0x9c5D60F5D1493F3FA05cdE2403b4Bd4B9CF01057/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xAC55641Cbb734bdf6510d1bBd62E240c2409040f/info.json b/blockchains/classic/assets/0xAC55641Cbb734bdf6510d1bBd62E240c2409040f/info.json
deleted file mode 100644
index 30648a42a0ee6..0000000000000
--- a/blockchains/classic/assets/0xAC55641Cbb734bdf6510d1bBd62E240c2409040f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Saturn Classic DAO Token",
- "symbol": "SATURN",
- "type": "ETC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xAC55641Cbb734bdf6510d1bBd62E240c2409040f",
- "status": "active",
- "id": "0xAC55641Cbb734bdf6510d1bBd62E240c2409040f"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xAC55641Cbb734bdf6510d1bBd62E240c2409040f/logo.png b/blockchains/classic/assets/0xAC55641Cbb734bdf6510d1bBd62E240c2409040f/logo.png
deleted file mode 100644
index 9b654bd056183..0000000000000
Binary files a/blockchains/classic/assets/0xAC55641Cbb734bdf6510d1bBd62E240c2409040f/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xAf4D36C8c744F345E060345b6eAf4E899eC7547c/info.json b/blockchains/classic/assets/0xAf4D36C8c744F345E060345b6eAf4E899eC7547c/info.json
deleted file mode 100644
index 06ad041ca6b61..0000000000000
--- a/blockchains/classic/assets/0xAf4D36C8c744F345E060345b6eAf4E899eC7547c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dusk",
- "symbol": "DUSKG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xAf4D36C8c744F345E060345b6eAf4E899eC7547c",
- "status": "active",
- "id": "0xAf4D36C8c744F345E060345b6eAf4E899eC7547c"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xAf4D36C8c744F345E060345b6eAf4E899eC7547c/logo.png b/blockchains/classic/assets/0xAf4D36C8c744F345E060345b6eAf4E899eC7547c/logo.png
deleted file mode 100644
index 92dc89fc25623..0000000000000
Binary files a/blockchains/classic/assets/0xAf4D36C8c744F345E060345b6eAf4E899eC7547c/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xB932b16ccc42917dF3608bfC1519e948b42fdFD9/info.json b/blockchains/classic/assets/0xB932b16ccc42917dF3608bfC1519e948b42fdFD9/info.json
deleted file mode 100644
index aac76c9120c59..0000000000000
--- a/blockchains/classic/assets/0xB932b16ccc42917dF3608bfC1519e948b42fdFD9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "INTRO TOKEN",
- "symbol": "NTRO",
- "type": "ETC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xB932b16ccc42917dF3608bfC1519e948b42fdFD9",
- "status": "active",
- "id": "0xB932b16ccc42917dF3608bfC1519e948b42fdFD9"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xB932b16ccc42917dF3608bfC1519e948b42fdFD9/logo.png b/blockchains/classic/assets/0xB932b16ccc42917dF3608bfC1519e948b42fdFD9/logo.png
deleted file mode 100644
index 14fd5094cd305..0000000000000
Binary files a/blockchains/classic/assets/0xB932b16ccc42917dF3608bfC1519e948b42fdFD9/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xC2E0bC52D1995dF11949425cfdf78D0B6D2cfE0a/info.json b/blockchains/classic/assets/0xC2E0bC52D1995dF11949425cfdf78D0B6D2cfE0a/info.json
deleted file mode 100644
index 39aadebb21c32..0000000000000
--- a/blockchains/classic/assets/0xC2E0bC52D1995dF11949425cfdf78D0B6D2cfE0a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wayn",
- "symbol": "WAYG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xC2E0bC52D1995dF11949425cfdf78D0B6D2cfE0a",
- "status": "active",
- "id": "0xC2E0bC52D1995dF11949425cfdf78D0B6D2cfE0a"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xC2E0bC52D1995dF11949425cfdf78D0B6D2cfE0a/logo.png b/blockchains/classic/assets/0xC2E0bC52D1995dF11949425cfdf78D0B6D2cfE0a/logo.png
deleted file mode 100644
index 04298a6f27ba6..0000000000000
Binary files a/blockchains/classic/assets/0xC2E0bC52D1995dF11949425cfdf78D0B6D2cfE0a/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xC68dDd84fDC77506A5b7AB43B8E13DBA0AF74Ff4/info.json b/blockchains/classic/assets/0xC68dDd84fDC77506A5b7AB43B8E13DBA0AF74Ff4/info.json
deleted file mode 100644
index 89d6340fd1547..0000000000000
--- a/blockchains/classic/assets/0xC68dDd84fDC77506A5b7AB43B8E13DBA0AF74Ff4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Princess Xole",
- "symbol": "PXG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xC68dDd84fDC77506A5b7AB43B8E13DBA0AF74Ff4",
- "status": "active",
- "id": "0xC68dDd84fDC77506A5b7AB43B8E13DBA0AF74Ff4"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xC68dDd84fDC77506A5b7AB43B8E13DBA0AF74Ff4/logo.png b/blockchains/classic/assets/0xC68dDd84fDC77506A5b7AB43B8E13DBA0AF74Ff4/logo.png
deleted file mode 100644
index fb31b1323994f..0000000000000
Binary files a/blockchains/classic/assets/0xC68dDd84fDC77506A5b7AB43B8E13DBA0AF74Ff4/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xC8671e3eAAd0793de26c4a7Ba5ca10a992a80c7A/info.json b/blockchains/classic/assets/0xC8671e3eAAd0793de26c4a7Ba5ca10a992a80c7A/info.json
deleted file mode 100644
index fa0a5d9be916c..0000000000000
--- a/blockchains/classic/assets/0xC8671e3eAAd0793de26c4a7Ba5ca10a992a80c7A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "kwhcredit",
- "symbol": "Euro",
- "type": "ETC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xC8671e3eAAd0793de26c4a7Ba5ca10a992a80c7A",
- "status": "active",
- "id": "0xC8671e3eAAd0793de26c4a7Ba5ca10a992a80c7A"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xC8671e3eAAd0793de26c4a7Ba5ca10a992a80c7A/logo.png b/blockchains/classic/assets/0xC8671e3eAAd0793de26c4a7Ba5ca10a992a80c7A/logo.png
deleted file mode 100644
index 31897be45bf52..0000000000000
Binary files a/blockchains/classic/assets/0xC8671e3eAAd0793de26c4a7Ba5ca10a992a80c7A/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xCA68fE57A0E9987F940Ebcc65fe5F96E7bC30128/info.json b/blockchains/classic/assets/0xCA68fE57A0E9987F940Ebcc65fe5F96E7bC30128/info.json
deleted file mode 100644
index 94545ab2da7aa..0000000000000
--- a/blockchains/classic/assets/0xCA68fE57A0E9987F940Ebcc65fe5F96E7bC30128/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Litecoin Classic Token",
- "symbol": "LCT",
- "type": "ETC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xCA68fE57A0E9987F940Ebcc65fe5F96E7bC30128",
- "status": "active",
- "id": "0xCA68fE57A0E9987F940Ebcc65fe5F96E7bC30128"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xCA68fE57A0E9987F940Ebcc65fe5F96E7bC30128/logo.png b/blockchains/classic/assets/0xCA68fE57A0E9987F940Ebcc65fe5F96E7bC30128/logo.png
deleted file mode 100755
index c65671f0d5af8..0000000000000
Binary files a/blockchains/classic/assets/0xCA68fE57A0E9987F940Ebcc65fe5F96E7bC30128/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xD1c10d433C888E6d1841fF924d0CE45157f0d5Cd/info.json b/blockchains/classic/assets/0xD1c10d433C888E6d1841fF924d0CE45157f0d5Cd/info.json
deleted file mode 100644
index 39cc51f5c4ab6..0000000000000
--- a/blockchains/classic/assets/0xD1c10d433C888E6d1841fF924d0CE45157f0d5Cd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitUnits",
- "symbol": "UNITS",
- "type": "ETC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xD1c10d433C888E6d1841fF924d0CE45157f0d5Cd",
- "status": "active",
- "id": "0xD1c10d433C888E6d1841fF924d0CE45157f0d5Cd"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xD1c10d433C888E6d1841fF924d0CE45157f0d5Cd/logo.png b/blockchains/classic/assets/0xD1c10d433C888E6d1841fF924d0CE45157f0d5Cd/logo.png
deleted file mode 100644
index 6491607f694a1..0000000000000
Binary files a/blockchains/classic/assets/0xD1c10d433C888E6d1841fF924d0CE45157f0d5Cd/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xD1eBe08dAe15E604B043789cb140be646E0bd27b/info.json b/blockchains/classic/assets/0xD1eBe08dAe15E604B043789cb140be646E0bd27b/info.json
deleted file mode 100644
index f76c3ac1d5e95..0000000000000
--- a/blockchains/classic/assets/0xD1eBe08dAe15E604B043789cb140be646E0bd27b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitUnits HyperBytes",
- "symbol": "BHB",
- "type": "ETC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xD1eBe08dAe15E604B043789cb140be646E0bd27b",
- "status": "active",
- "id": "0xD1eBe08dAe15E604B043789cb140be646E0bd27b"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xD1eBe08dAe15E604B043789cb140be646E0bd27b/logo.png b/blockchains/classic/assets/0xD1eBe08dAe15E604B043789cb140be646E0bd27b/logo.png
deleted file mode 100644
index 4400a5f202bad..0000000000000
Binary files a/blockchains/classic/assets/0xD1eBe08dAe15E604B043789cb140be646E0bd27b/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xD4729a47FFDBDd190a015BB0C29fC613c5aD3cFE/info.json b/blockchains/classic/assets/0xD4729a47FFDBDd190a015BB0C29fC613c5aD3cFE/info.json
deleted file mode 100644
index 8d0e478e54374..0000000000000
--- a/blockchains/classic/assets/0xD4729a47FFDBDd190a015BB0C29fC613c5aD3cFE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BCash Classic",
- "symbol": "BCHC",
- "type": "ETC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xD4729a47FFDBDd190a015BB0C29fC613c5aD3cFE",
- "status": "active",
- "id": "0xD4729a47FFDBDd190a015BB0C29fC613c5aD3cFE"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xD4729a47FFDBDd190a015BB0C29fC613c5aD3cFE/logo.png b/blockchains/classic/assets/0xD4729a47FFDBDd190a015BB0C29fC613c5aD3cFE/logo.png
deleted file mode 100644
index c263e2156c058..0000000000000
Binary files a/blockchains/classic/assets/0xD4729a47FFDBDd190a015BB0C29fC613c5aD3cFE/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xD507fAa6B65cF9E970d67cd108B224162495de30/info.json b/blockchains/classic/assets/0xD507fAa6B65cF9E970d67cd108B224162495de30/info.json
deleted file mode 100644
index 425a0fdbce094..0000000000000
--- a/blockchains/classic/assets/0xD507fAa6B65cF9E970d67cd108B224162495de30/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Arcadium Classic",
- "symbol": "ACD",
- "type": "ETC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xD507fAa6B65cF9E970d67cd108B224162495de30",
- "status": "active",
- "id": "0xD507fAa6B65cF9E970d67cd108B224162495de30"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xD507fAa6B65cF9E970d67cd108B224162495de30/logo.png b/blockchains/classic/assets/0xD507fAa6B65cF9E970d67cd108B224162495de30/logo.png
deleted file mode 100644
index 978768755cd5d..0000000000000
Binary files a/blockchains/classic/assets/0xD507fAa6B65cF9E970d67cd108B224162495de30/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xDF23a076b82a08cEFe696346DB702BBDD86838Bf/info.json b/blockchains/classic/assets/0xDF23a076b82a08cEFe696346DB702BBDD86838Bf/info.json
deleted file mode 100644
index f57e602d57412..0000000000000
--- a/blockchains/classic/assets/0xDF23a076b82a08cEFe696346DB702BBDD86838Bf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vylingx",
- "symbol": "VYLG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xDF23a076b82a08cEFe696346DB702BBDD86838Bf",
- "status": "active",
- "id": "0xDF23a076b82a08cEFe696346DB702BBDD86838Bf"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xDF23a076b82a08cEFe696346DB702BBDD86838Bf/logo.png b/blockchains/classic/assets/0xDF23a076b82a08cEFe696346DB702BBDD86838Bf/logo.png
deleted file mode 100644
index 6b9637781edc0..0000000000000
Binary files a/blockchains/classic/assets/0xDF23a076b82a08cEFe696346DB702BBDD86838Bf/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xDF9AaC76b722B08511A4C561607A9bf3AfA62E49/info.json b/blockchains/classic/assets/0xDF9AaC76b722B08511A4C561607A9bf3AfA62E49/info.json
deleted file mode 100644
index d4e98f9241b96..0000000000000
--- a/blockchains/classic/assets/0xDF9AaC76b722B08511A4C561607A9bf3AfA62E49/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PoWH3C",
- "symbol": "P3C",
- "type": "ETC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xDF9AaC76b722B08511A4C561607A9bf3AfA62E49",
- "status": "active",
- "id": "0xDF9AaC76b722B08511A4C561607A9bf3AfA62E49"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xDF9AaC76b722B08511A4C561607A9bf3AfA62E49/logo.png b/blockchains/classic/assets/0xDF9AaC76b722B08511A4C561607A9bf3AfA62E49/logo.png
deleted file mode 100644
index 582e1697473e9..0000000000000
Binary files a/blockchains/classic/assets/0xDF9AaC76b722B08511A4C561607A9bf3AfA62E49/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A/info.json b/blockchains/classic/assets/0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A/info.json
deleted file mode 100644
index 9dfa75776d3e4..0000000000000
--- a/blockchains/classic/assets/0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "?",
- "type": "ETC20",
- "symbol": "?",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A",
- "status": "abandoned",
- "id": "0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A",
- "links": []
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A/logo.png b/blockchains/classic/assets/0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A/logo.png
deleted file mode 100755
index 9f2ecb97df672..0000000000000
Binary files a/blockchains/classic/assets/0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xFC07d3E0e36330a151c09384C3aD45e745227688/info.json b/blockchains/classic/assets/0xFC07d3E0e36330a151c09384C3aD45e745227688/info.json
deleted file mode 100644
index 71eb3e8702fa1..0000000000000
--- a/blockchains/classic/assets/0xFC07d3E0e36330a151c09384C3aD45e745227688/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Highlander",
- "symbol": "ONE",
- "type": "ETC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xFC07d3E0e36330a151c09384C3aD45e745227688",
- "status": "active",
- "id": "0xFC07d3E0e36330a151c09384C3aD45e745227688"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xFC07d3E0e36330a151c09384C3aD45e745227688/logo.png b/blockchains/classic/assets/0xFC07d3E0e36330a151c09384C3aD45e745227688/logo.png
deleted file mode 100644
index f2678c578a9cd..0000000000000
Binary files a/blockchains/classic/assets/0xFC07d3E0e36330a151c09384C3aD45e745227688/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xFF197d0558aa9CD8fF788c7f0d4A1A48E1c399D6/info.json b/blockchains/classic/assets/0xFF197d0558aa9CD8fF788c7f0d4A1A48E1c399D6/info.json
deleted file mode 100644
index 72679138e1367..0000000000000
--- a/blockchains/classic/assets/0xFF197d0558aa9CD8fF788c7f0d4A1A48E1c399D6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DrakXat",
- "symbol": "KXATG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xFF197d0558aa9CD8fF788c7f0d4A1A48E1c399D6",
- "status": "active",
- "id": "0xFF197d0558aa9CD8fF788c7f0d4A1A48E1c399D6"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xFF197d0558aa9CD8fF788c7f0d4A1A48E1c399D6/logo.png b/blockchains/classic/assets/0xFF197d0558aa9CD8fF788c7f0d4A1A48E1c399D6/logo.png
deleted file mode 100644
index 667e605f4e38b..0000000000000
Binary files a/blockchains/classic/assets/0xFF197d0558aa9CD8fF788c7f0d4A1A48E1c399D6/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xFf8596169865c7cc1458b1c0eCCAFd4092C7F10f/info.json b/blockchains/classic/assets/0xFf8596169865c7cc1458b1c0eCCAFd4092C7F10f/info.json
deleted file mode 100644
index 220708e6a7df3..0000000000000
--- a/blockchains/classic/assets/0xFf8596169865c7cc1458b1c0eCCAFd4092C7F10f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dogecoin Classic Token",
- "symbol": "DOGECT",
- "type": "ETC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xFf8596169865c7cc1458b1c0eCCAFd4092C7F10f",
- "status": "active",
- "id": "0xFf8596169865c7cc1458b1c0eCCAFd4092C7F10f"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xFf8596169865c7cc1458b1c0eCCAFd4092C7F10f/logo.png b/blockchains/classic/assets/0xFf8596169865c7cc1458b1c0eCCAFd4092C7F10f/logo.png
deleted file mode 100644
index 6a9a974fe5761..0000000000000
Binary files a/blockchains/classic/assets/0xFf8596169865c7cc1458b1c0eCCAFd4092C7F10f/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xa8d3847f8AE1e8ebfD5928D39A3B1aE5dA12A61f/info.json b/blockchains/classic/assets/0xa8d3847f8AE1e8ebfD5928D39A3B1aE5dA12A61f/info.json
deleted file mode 100644
index 8f09d2b7136ec..0000000000000
--- a/blockchains/classic/assets/0xa8d3847f8AE1e8ebfD5928D39A3B1aE5dA12A61f/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Coinibal",
- "type": "ETC20",
- "symbol": "COIN",
- "decimals": 16,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xa8d3847f8AE1e8ebfD5928D39A3B1aE5dA12A61f",
- "status": "active",
- "id": "0xa8d3847f8AE1e8ebfD5928D39A3B1aE5dA12A61f",
- "links": []
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xa8d3847f8AE1e8ebfD5928D39A3B1aE5dA12A61f/logo.png b/blockchains/classic/assets/0xa8d3847f8AE1e8ebfD5928D39A3B1aE5dA12A61f/logo.png
deleted file mode 100644
index 55383355f3a00..0000000000000
Binary files a/blockchains/classic/assets/0xa8d3847f8AE1e8ebfD5928D39A3B1aE5dA12A61f/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xb81BbB68D2C32398e628f5183D1cfe9f24dFb678/info.json b/blockchains/classic/assets/0xb81BbB68D2C32398e628f5183D1cfe9f24dFb678/info.json
deleted file mode 100644
index 9b0b44fbefda0..0000000000000
--- a/blockchains/classic/assets/0xb81BbB68D2C32398e628f5183D1cfe9f24dFb678/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USMilCoin",
- "symbol": "UMC",
- "type": "ETC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xb81BbB68D2C32398e628f5183D1cfe9f24dFb678",
- "status": "active",
- "id": "0xb81BbB68D2C32398e628f5183D1cfe9f24dFb678"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xb81BbB68D2C32398e628f5183D1cfe9f24dFb678/logo.png b/blockchains/classic/assets/0xb81BbB68D2C32398e628f5183D1cfe9f24dFb678/logo.png
deleted file mode 100644
index 8371d2aba624f..0000000000000
Binary files a/blockchains/classic/assets/0xb81BbB68D2C32398e628f5183D1cfe9f24dFb678/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xc2A4CE7835c7b6de4F3F15303E25b3eF0bB43bDF/info.json b/blockchains/classic/assets/0xc2A4CE7835c7b6de4F3F15303E25b3eF0bB43bDF/info.json
deleted file mode 100644
index a7a24ce2ad187..0000000000000
--- a/blockchains/classic/assets/0xc2A4CE7835c7b6de4F3F15303E25b3eF0bB43bDF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Spike",
- "symbol": "SPKG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xc2A4CE7835c7b6de4F3F15303E25b3eF0bB43bDF",
- "status": "active",
- "id": "0xc2A4CE7835c7b6de4F3F15303E25b3eF0bB43bDF"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xc2A4CE7835c7b6de4F3F15303E25b3eF0bB43bDF/logo.png b/blockchains/classic/assets/0xc2A4CE7835c7b6de4F3F15303E25b3eF0bB43bDF/logo.png
deleted file mode 100644
index fe651b7782810..0000000000000
Binary files a/blockchains/classic/assets/0xc2A4CE7835c7b6de4F3F15303E25b3eF0bB43bDF/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xc658E8372DaFFf26caa7439B95a1fF723baaef6E/info.json b/blockchains/classic/assets/0xc658E8372DaFFf26caa7439B95a1fF723baaef6E/info.json
deleted file mode 100644
index f33f88d9eacdc..0000000000000
--- a/blockchains/classic/assets/0xc658E8372DaFFf26caa7439B95a1fF723baaef6E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Flowejin",
- "symbol": "FLOWG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xc658E8372DaFFf26caa7439B95a1fF723baaef6E",
- "status": "active",
- "id": "0xc658E8372DaFFf26caa7439B95a1fF723baaef6E"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xc658E8372DaFFf26caa7439B95a1fF723baaef6E/logo.png b/blockchains/classic/assets/0xc658E8372DaFFf26caa7439B95a1fF723baaef6E/logo.png
deleted file mode 100644
index 8c853f56da8c0..0000000000000
Binary files a/blockchains/classic/assets/0xc658E8372DaFFf26caa7439B95a1fF723baaef6E/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xc98333457471f82871B0193D0E4F03C6D7D7dFF8/info.json b/blockchains/classic/assets/0xc98333457471f82871B0193D0E4F03C6D7D7dFF8/info.json
deleted file mode 100644
index 44c34f614db47..0000000000000
--- a/blockchains/classic/assets/0xc98333457471f82871B0193D0E4F03C6D7D7dFF8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Xarrk",
- "symbol": "ARKG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xc98333457471f82871B0193D0E4F03C6D7D7dFF8",
- "status": "active",
- "id": "0xc98333457471f82871B0193D0E4F03C6D7D7dFF8"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xc98333457471f82871B0193D0E4F03C6D7D7dFF8/logo.png b/blockchains/classic/assets/0xc98333457471f82871B0193D0E4F03C6D7D7dFF8/logo.png
deleted file mode 100644
index 63134a2796f8a..0000000000000
Binary files a/blockchains/classic/assets/0xc98333457471f82871B0193D0E4F03C6D7D7dFF8/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xca08DaeC07f11d9375cA64478e83a12fC35B09d2/info.json b/blockchains/classic/assets/0xca08DaeC07f11d9375cA64478e83a12fC35B09d2/info.json
deleted file mode 100644
index 0d1367bf12868..0000000000000
--- a/blockchains/classic/assets/0xca08DaeC07f11d9375cA64478e83a12fC35B09d2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MoneroToken",
- "symbol": "XMRT",
- "type": "ETC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xca08DaeC07f11d9375cA64478e83a12fC35B09d2",
- "status": "active",
- "id": "0xca08DaeC07f11d9375cA64478e83a12fC35B09d2"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xca08DaeC07f11d9375cA64478e83a12fC35B09d2/logo.png b/blockchains/classic/assets/0xca08DaeC07f11d9375cA64478e83a12fC35B09d2/logo.png
deleted file mode 100644
index 54a4486e67274..0000000000000
Binary files a/blockchains/classic/assets/0xca08DaeC07f11d9375cA64478e83a12fC35B09d2/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xd6dF0C579f2A65049a893fDaEC9fCE098CC19F87/info.json b/blockchains/classic/assets/0xd6dF0C579f2A65049a893fDaEC9fCE098CC19F87/info.json
deleted file mode 100644
index 0085a8564b393..0000000000000
--- a/blockchains/classic/assets/0xd6dF0C579f2A65049a893fDaEC9fCE098CC19F87/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "UniversalCoin X",
- "type": "ETC20",
- "symbol": "UVCX",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xd6dF0C579f2A65049a893fDaEC9fCE098CC19F87",
- "status": "active",
- "id": "0xd6dF0C579f2A65049a893fDaEC9fCE098CC19F87",
- "links": []
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xd6dF0C579f2A65049a893fDaEC9fCE098CC19F87/logo.png b/blockchains/classic/assets/0xd6dF0C579f2A65049a893fDaEC9fCE098CC19F87/logo.png
deleted file mode 100644
index 61474ef9e6131..0000000000000
Binary files a/blockchains/classic/assets/0xd6dF0C579f2A65049a893fDaEC9fCE098CC19F87/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xdEb7ade9417f98AFbB60cd6b4a49d4B002AB79c9/info.json b/blockchains/classic/assets/0xdEb7ade9417f98AFbB60cd6b4a49d4B002AB79c9/info.json
deleted file mode 100644
index 260f39bdbf664..0000000000000
--- a/blockchains/classic/assets/0xdEb7ade9417f98AFbB60cd6b4a49d4B002AB79c9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitUnits Jamaica",
- "symbol": "BJAM",
- "type": "ETC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xdEb7ade9417f98AFbB60cd6b4a49d4B002AB79c9",
- "status": "active",
- "id": "0xdEb7ade9417f98AFbB60cd6b4a49d4B002AB79c9"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xdEb7ade9417f98AFbB60cd6b4a49d4B002AB79c9/logo.png b/blockchains/classic/assets/0xdEb7ade9417f98AFbB60cd6b4a49d4B002AB79c9/logo.png
deleted file mode 100644
index 9f67d93424148..0000000000000
Binary files a/blockchains/classic/assets/0xdEb7ade9417f98AFbB60cd6b4a49d4B002AB79c9/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xdfd0A6BeD91d7609a0d84389Dcb7AAb5877e6AfA/info.json b/blockchains/classic/assets/0xdfd0A6BeD91d7609a0d84389Dcb7AAb5877e6AfA/info.json
deleted file mode 100644
index fd495c313fd7b..0000000000000
--- a/blockchains/classic/assets/0xdfd0A6BeD91d7609a0d84389Dcb7AAb5877e6AfA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gawks",
- "symbol": "GKG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xdfd0A6BeD91d7609a0d84389Dcb7AAb5877e6AfA",
- "status": "active",
- "id": "0xdfd0A6BeD91d7609a0d84389Dcb7AAb5877e6AfA"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xdfd0A6BeD91d7609a0d84389Dcb7AAb5877e6AfA/logo.png b/blockchains/classic/assets/0xdfd0A6BeD91d7609a0d84389Dcb7AAb5877e6AfA/logo.png
deleted file mode 100644
index 292de0be3c582..0000000000000
Binary files a/blockchains/classic/assets/0xdfd0A6BeD91d7609a0d84389Dcb7AAb5877e6AfA/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xe37B29Ce789CFa51b72c64c93e0d7E2D7BA46681/info.json b/blockchains/classic/assets/0xe37B29Ce789CFa51b72c64c93e0d7E2D7BA46681/info.json
deleted file mode 100644
index c9eadd7f76d7b..0000000000000
--- a/blockchains/classic/assets/0xe37B29Ce789CFa51b72c64c93e0d7E2D7BA46681/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Prince Draieo",
- "symbol": "PDG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xe37B29Ce789CFa51b72c64c93e0d7E2D7BA46681",
- "status": "active",
- "id": "0xe37B29Ce789CFa51b72c64c93e0d7E2D7BA46681"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xe37B29Ce789CFa51b72c64c93e0d7E2D7BA46681/logo.png b/blockchains/classic/assets/0xe37B29Ce789CFa51b72c64c93e0d7E2D7BA46681/logo.png
deleted file mode 100755
index a279b68c84770..0000000000000
Binary files a/blockchains/classic/assets/0xe37B29Ce789CFa51b72c64c93e0d7E2D7BA46681/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xe9506979c9FA6f34b93846792c2d4aad7974ea55/info.json b/blockchains/classic/assets/0xe9506979c9FA6f34b93846792c2d4aad7974ea55/info.json
deleted file mode 100644
index 6ce91c9b8cd15..0000000000000
--- a/blockchains/classic/assets/0xe9506979c9FA6f34b93846792c2d4aad7974ea55/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ellekner",
- "symbol": "ELG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xe9506979c9FA6f34b93846792c2d4aad7974ea55",
- "status": "active",
- "id": "0xe9506979c9FA6f34b93846792c2d4aad7974ea55"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xe9506979c9FA6f34b93846792c2d4aad7974ea55/logo.png b/blockchains/classic/assets/0xe9506979c9FA6f34b93846792c2d4aad7974ea55/logo.png
deleted file mode 100755
index 725de21b21aa7..0000000000000
Binary files a/blockchains/classic/assets/0xe9506979c9FA6f34b93846792c2d4aad7974ea55/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xeceaDBB8441AA28b76D8c756EE873aC574068204/info.json b/blockchains/classic/assets/0xeceaDBB8441AA28b76D8c756EE873aC574068204/info.json
deleted file mode 100644
index cbff24b484665..0000000000000
--- a/blockchains/classic/assets/0xeceaDBB8441AA28b76D8c756EE873aC574068204/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitUnits Europa",
- "symbol": "OPA",
- "type": "ETC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xeceaDBB8441AA28b76D8c756EE873aC574068204",
- "status": "active",
- "id": "0xeceaDBB8441AA28b76D8c756EE873aC574068204"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xeceaDBB8441AA28b76D8c756EE873aC574068204/logo.png b/blockchains/classic/assets/0xeceaDBB8441AA28b76D8c756EE873aC574068204/logo.png
deleted file mode 100644
index e502c84e88bc6..0000000000000
Binary files a/blockchains/classic/assets/0xeceaDBB8441AA28b76D8c756EE873aC574068204/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xf03A967b0F6EedE6f73fd747a93006E9130525d4/info.json b/blockchains/classic/assets/0xf03A967b0F6EedE6f73fd747a93006E9130525d4/info.json
deleted file mode 100644
index 753e884268db3..0000000000000
--- a/blockchains/classic/assets/0xf03A967b0F6EedE6f73fd747a93006E9130525d4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Atlantis",
- "symbol": "eFork",
- "type": "ETC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xf03A967b0F6EedE6f73fd747a93006E9130525d4",
- "status": "active",
- "id": "0xf03A967b0F6EedE6f73fd747a93006E9130525d4"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xf03A967b0F6EedE6f73fd747a93006E9130525d4/logo.png b/blockchains/classic/assets/0xf03A967b0F6EedE6f73fd747a93006E9130525d4/logo.png
deleted file mode 100644
index 72a4d581b76c6..0000000000000
Binary files a/blockchains/classic/assets/0xf03A967b0F6EedE6f73fd747a93006E9130525d4/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xf8af8f48ba1743ccb0001778070e4ce189225e90/info.json b/blockchains/classic/assets/0xf8af8f48ba1743ccb0001778070e4ce189225e90/info.json
deleted file mode 100644
index 786ac8a1b29de..0000000000000
--- a/blockchains/classic/assets/0xf8af8f48ba1743ccb0001778070e4ce189225e90/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USVeteranToken",
- "symbol": "USVT",
- "type": "ETC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xf8af8f48ba1743ccb0001778070e4ce189225e90",
- "status": "active",
- "id": "0xf8af8f48ba1743ccb0001778070e4ce189225e90"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xf8af8f48ba1743ccb0001778070e4ce189225e90/logo.png b/blockchains/classic/assets/0xf8af8f48ba1743ccb0001778070e4ce189225e90/logo.png
deleted file mode 100644
index 6c091901aa659..0000000000000
Binary files a/blockchains/classic/assets/0xf8af8f48ba1743ccb0001778070e4ce189225e90/logo.png and /dev/null differ
diff --git a/blockchains/classic/assets/0xf962Ce2544f9e22da3DAE54b2A3040db7867f029/info.json b/blockchains/classic/assets/0xf962Ce2544f9e22da3DAE54b2A3040db7867f029/info.json
deleted file mode 100644
index 3b35545b52e86..0000000000000
--- a/blockchains/classic/assets/0xf962Ce2544f9e22da3DAE54b2A3040db7867f029/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gorxon",
- "symbol": "GRXG1",
- "type": "ETC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/etc/mainnet/tokens/0xf962Ce2544f9e22da3DAE54b2A3040db7867f029",
- "status": "active",
- "id": "0xf962Ce2544f9e22da3DAE54b2A3040db7867f029"
-}
\ No newline at end of file
diff --git a/blockchains/classic/assets/0xf962Ce2544f9e22da3DAE54b2A3040db7867f029/logo.png b/blockchains/classic/assets/0xf962Ce2544f9e22da3DAE54b2A3040db7867f029/logo.png
deleted file mode 100755
index 8f5befc55f49c..0000000000000
Binary files a/blockchains/classic/assets/0xf962Ce2544f9e22da3DAE54b2A3040db7867f029/logo.png and /dev/null differ
diff --git a/blockchains/classic/info/info.json b/blockchains/classic/info/info.json
deleted file mode 100644
index 25a05bdfb5733..0000000000000
--- a/blockchains/classic/info/info.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "name": "Ethereum Classic",
- "website": "https://ethereumclassic.org/",
- "description": "Ethereum Classic is an open-source, public, blockchain-based distributed computing platform featuring smart contract functionality.It is a continuation of the original Ethereum blockchain.",
- "explorer": "https://blockscout.com/etc/mainnet/",
- "research": "https://research.binance.com/en/projects/ethereum-classic",
- "rpc_url": "https://besu-at.etc-network.info",
- "coin_type": 61,
- "symbol": "ETC",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ethereumclassic/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/eth_classic"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EthereumClassic"
- },
- {
- "name": "whitepaper",
- "url": "https://whitepaperdatabase.com/ethereum-classic-etc-whitepaper/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/classic/info/logo.png b/blockchains/classic/info/logo.png
deleted file mode 100644
index eb921c2b00113..0000000000000
Binary files a/blockchains/classic/info/logo.png and /dev/null differ
diff --git a/blockchains/comdex/info/info.json b/blockchains/comdex/info/info.json
deleted file mode 100644
index 65b945bde05e7..0000000000000
--- a/blockchains/comdex/info/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Comdex",
- "type": "coin",
- "symbol": "CMDX",
- "decimals": 6,
- "website": "https://comdex.one/",
- "description": "Comdex is an interchain DeFi infrastructure layer housing a suite of composable solutions on-chain.",
- "explorer": "https://www.mintscan.io/comdex",
- "status": "active",
- "rpc_url": "https://rpc-comdex.whispernode.com/",
- "denom": "ucmdx",
- "lcd_url": "https://rest.comdex.one/",
- "hrp": "comdex",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/comdex-official"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ComdexOfficial"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/comdex/info/logo.png b/blockchains/comdex/info/logo.png
deleted file mode 100644
index 919e99026dd0c..0000000000000
Binary files a/blockchains/comdex/info/logo.png and /dev/null differ
diff --git a/blockchains/coreum/info/info.json b/blockchains/coreum/info/info.json
deleted file mode 100644
index 1d606faab5c65..0000000000000
--- a/blockchains/coreum/info/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Coreum",
- "type": "coin",
- "symbol": "CORE",
- "decimals": 6,
- "website": "https://www.coreum.com/",
- "description": "Coreum is an enterprise-grade L1 blockchain to serve as a core infrastructure of future decentralized applications.",
- "explorer": "https://www.mintscan.io/coreum",
- "status": "active",
- "rpc_url": "https://full-node-californium.mainnet-1.coreum.dev:26657/",
- "denom": "ucore",
- "lcd_url": "https://rest-coreum.ecostake.com/",
- "hrp": "core",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/CoreumFoundation"
- },
- {
- "name": "github",
- "url": "https://github.com/CoreumFoundation"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/CoreumOfficial"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/coreum/info/logo.png b/blockchains/coreum/info/logo.png
deleted file mode 100644
index a8a6a75a598df..0000000000000
Binary files a/blockchains/coreum/info/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/chainlist.json b/blockchains/cosmos/chainlist.json
deleted file mode 100644
index fc060c826476f..0000000000000
--- a/blockchains/cosmos/chainlist.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "chains":[
- {
- "chain":"juno-1",
- "coinId":"juno"
- },
- {
- "chain":"stargaze-1",
- "coinId":"stargaze"
- },
- {
- "chain":"axelar-dojo-1",
- "coinId":"axelar"
- },
- {
- "chain":"irishub-1",
- "coinId":"iris"
- },
- {
- "chain":"teritori-1",
- "coinId":"teritori"
- }
- ]
-}
diff --git a/blockchains/cosmos/info/info.json b/blockchains/cosmos/info/info.json
deleted file mode 100644
index 8fd92bf301d96..0000000000000
--- a/blockchains/cosmos/info/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Cosmos",
- "website": "https://cosmos.network/",
- "description": "Cosmos is a secure & scalable blockchain ecosystem where thousands of dApps interoperate to create the foundation for a new token economy.",
- "explorer": "https://www.mintscan.io/",
- "research": "https://research.binance.com/en/projects/cosmos-network",
- "symbol": "ATOM",
- "type": "coin",
- "decimals": 6,
- "status": "active",
- "tags": [
- "staking-native"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/cosmos"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/cosmos"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/cosmosnetwork"
- },
- {
- "name": "whitepaper",
- "url": "https://cosmos.network/resources/whitepaper"
- }
- ]
-}
diff --git a/blockchains/cosmos/info/logo.png b/blockchains/cosmos/info/logo.png
deleted file mode 100644
index 8d272457fe113..0000000000000
Binary files a/blockchains/cosmos/info/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1000ya26q2cmh399q4c5aaacd9lmmdqp90kw2jn/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1000ya26q2cmh399q4c5aaacd9lmmdqp90kw2jn/logo.png
deleted file mode 100644
index a349d55ecd40e..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1000ya26q2cmh399q4c5aaacd9lmmdqp90kw2jn/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper102ruvpv2srmunfffxavttxnhezln6fnc54at8c/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper102ruvpv2srmunfffxavttxnhezln6fnc54at8c/logo.png
deleted file mode 100644
index 46722e1066b50..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper102ruvpv2srmunfffxavttxnhezln6fnc54at8c/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper10e4vsut6suau8tk9m6dnrm0slgd6npe3jx5xpv/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper10e4vsut6suau8tk9m6dnrm0slgd6npe3jx5xpv/logo.png
deleted file mode 100644
index 5d7b594da75c0..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper10e4vsut6suau8tk9m6dnrm0slgd6npe3jx5xpv/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper10nzaaeh2kq28t3nqsh5m8kmyv90vx7ym5mpakx/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper10nzaaeh2kq28t3nqsh5m8kmyv90vx7ym5mpakx/logo.png
deleted file mode 100644
index 8bfc7d3dd9664..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper10nzaaeh2kq28t3nqsh5m8kmyv90vx7ym5mpakx/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper124maqmcqv8tquy764ktz7cu0gxnzfw54n3vww8/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper124maqmcqv8tquy764ktz7cu0gxnzfw54n3vww8/logo.png
deleted file mode 100644
index abb2e25f4ce94..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper124maqmcqv8tquy764ktz7cu0gxnzfw54n3vww8/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper132juzk0gdmwuxvx4phug7m3ymyatxlh9734g4w/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper132juzk0gdmwuxvx4phug7m3ymyatxlh9734g4w/logo.png
deleted file mode 100644
index 7dbad06ba4a12..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper132juzk0gdmwuxvx4phug7m3ymyatxlh9734g4w/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper140e7u946a2nqqkvcnjpjm83d0ynsqem8dnp684/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper140e7u946a2nqqkvcnjpjm83d0ynsqem8dnp684/logo.png
deleted file mode 100644
index 434f53ccac24a..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper140e7u946a2nqqkvcnjpjm83d0ynsqem8dnp684/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper146kwpzhmleafmhtaxulfptyhnvwxzlvm87hwnm/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper146kwpzhmleafmhtaxulfptyhnvwxzlvm87hwnm/logo.png
deleted file mode 100644
index 4f52b211cae75..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper146kwpzhmleafmhtaxulfptyhnvwxzlvm87hwnm/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper14k4pzckkre6uxxyd2lnhnpp8sngys9m6hl6ml7/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper14k4pzckkre6uxxyd2lnhnpp8sngys9m6hl6ml7/logo.png
deleted file mode 100644
index 3932fa7c33402..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper14k4pzckkre6uxxyd2lnhnpp8sngys9m6hl6ml7/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper14kn0kk33szpwus9nh8n87fjel8djx0y070ymmj/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper14kn0kk33szpwus9nh8n87fjel8djx0y070ymmj/logo.png
deleted file mode 100644
index c5be095b9f893..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper14kn0kk33szpwus9nh8n87fjel8djx0y070ymmj/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper14l0fp639yudfl46zauvv8rkzjgd4u0zk2aseys/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper14l0fp639yudfl46zauvv8rkzjgd4u0zk2aseys/logo.png
deleted file mode 100644
index 7fe8f539c1673..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper14l0fp639yudfl46zauvv8rkzjgd4u0zk2aseys/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper156gqf9837u7d4c4678yt3rl4ls9c5vuursrrzf/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper156gqf9837u7d4c4678yt3rl4ls9c5vuursrrzf/logo.png
deleted file mode 100644
index fad0b4ab3a964..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper156gqf9837u7d4c4678yt3rl4ls9c5vuursrrzf/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper15r4tc0m6hc7z8drq3dzlrtcs6rq2q9l2nvwher/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper15r4tc0m6hc7z8drq3dzlrtcs6rq2q9l2nvwher/logo.png
deleted file mode 100644
index b49b56fa5dfdb..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper15r4tc0m6hc7z8drq3dzlrtcs6rq2q9l2nvwher/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper15urq2dtp9qce4fyc85m6upwm9xul3049e02707/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper15urq2dtp9qce4fyc85m6upwm9xul3049e02707/logo.png
deleted file mode 100644
index 64b5e5a8e76e2..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper15urq2dtp9qce4fyc85m6upwm9xul3049e02707/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper16k579jk6yt2cwmqx9dz5xvq9fug2tekvlu9qdv/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper16k579jk6yt2cwmqx9dz5xvq9fug2tekvlu9qdv/logo.png
deleted file mode 100644
index e41c9d08cfc45..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper16k579jk6yt2cwmqx9dz5xvq9fug2tekvlu9qdv/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper16yupepagywvlk7uhpfchtwa0stu5f8cyhh54f2/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper16yupepagywvlk7uhpfchtwa0stu5f8cyhh54f2/logo.png
deleted file mode 100644
index 0f6305d87f6e5..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper16yupepagywvlk7uhpfchtwa0stu5f8cyhh54f2/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper17h2x3j7u44qkrq0sk8ul0r2qr440rwgjkfg0gh/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper17h2x3j7u44qkrq0sk8ul0r2qr440rwgjkfg0gh/logo.png
deleted file mode 100644
index cbd2585946dbe..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper17h2x3j7u44qkrq0sk8ul0r2qr440rwgjkfg0gh/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper17mggn4znyeyg25wd7498qxl7r2jhgue8u4qjcq/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper17mggn4znyeyg25wd7498qxl7r2jhgue8u4qjcq/logo.png
deleted file mode 100644
index dac9370d4116a..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper17mggn4znyeyg25wd7498qxl7r2jhgue8u4qjcq/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper18extdhzzl5c8tr6453e5hzaj3exrdlea90fj3y/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper18extdhzzl5c8tr6453e5hzaj3exrdlea90fj3y/logo.png
deleted file mode 100644
index 63fe5615e0880..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper18extdhzzl5c8tr6453e5hzaj3exrdlea90fj3y/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper196ax4vc0lwpxndu9dyhvca7jhxp70rmcvrj90c/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper196ax4vc0lwpxndu9dyhvca7jhxp70rmcvrj90c/logo.png
deleted file mode 100644
index 16dfb3fcecdb7..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper196ax4vc0lwpxndu9dyhvca7jhxp70rmcvrj90c/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper19v9ej55ataqrfl39v83pf4e0dm69u89rngf928/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper19v9ej55ataqrfl39v83pf4e0dm69u89rngf928/logo.png
deleted file mode 100644
index 010e8ca18f085..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper19v9ej55ataqrfl39v83pf4e0dm69u89rngf928/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1clpqr4nrk4khgkxj78fcwwh6dl3uw4epsluffn/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1clpqr4nrk4khgkxj78fcwwh6dl3uw4epsluffn/logo.png
deleted file mode 100644
index a0e2ca388b68c..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1clpqr4nrk4khgkxj78fcwwh6dl3uw4epsluffn/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1crqm3598z6qmyn2kkcl9dz7uqs4qdqnr6s8jdn/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1crqm3598z6qmyn2kkcl9dz7uqs4qdqnr6s8jdn/logo.png
deleted file mode 100644
index e83908720e5c4..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1crqm3598z6qmyn2kkcl9dz7uqs4qdqnr6s8jdn/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1d0aup392g3enru7eash83sedqclaxvp7fzh6gk/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1d0aup392g3enru7eash83sedqclaxvp7fzh6gk/logo.png
deleted file mode 100644
index 95078b56d6d2d..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1d0aup392g3enru7eash83sedqclaxvp7fzh6gk/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1e0plfg475phrsvrlzw8gwppeva0zk5yg9fgg8c/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1e0plfg475phrsvrlzw8gwppeva0zk5yg9fgg8c/logo.png
deleted file mode 100644
index 2df0ac0e900df..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1e0plfg475phrsvrlzw8gwppeva0zk5yg9fgg8c/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1ehkfl7palwrh6w2hhr2yfrgrq8jetgucudztfe/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1ehkfl7palwrh6w2hhr2yfrgrq8jetgucudztfe/logo.png
deleted file mode 100644
index 479c102e62ec7..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1ehkfl7palwrh6w2hhr2yfrgrq8jetgucudztfe/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1ey69r37gfxvxg62sh4r0ktpuc46pzjrm873ae8/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1ey69r37gfxvxg62sh4r0ktpuc46pzjrm873ae8/logo.png
deleted file mode 100755
index f0d03247fb131..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1ey69r37gfxvxg62sh4r0ktpuc46pzjrm873ae8/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1fhr7e04ct0zslmkzqt9smakg3sxrdve6ulclj2/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1fhr7e04ct0zslmkzqt9smakg3sxrdve6ulclj2/logo.png
deleted file mode 100644
index 7d9d74321268b..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1fhr7e04ct0zslmkzqt9smakg3sxrdve6ulclj2/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1gf4wlkutql95j7wwsxz490s6fahlvk2s9xpwax/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1gf4wlkutql95j7wwsxz490s6fahlvk2s9xpwax/logo.png
deleted file mode 100644
index 95674f5ffbf9a..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1gf4wlkutql95j7wwsxz490s6fahlvk2s9xpwax/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1grgelyng2v6v3t8z87wu3sxgt9m5s03xfytvz7/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1grgelyng2v6v3t8z87wu3sxgt9m5s03xfytvz7/logo.png
deleted file mode 100644
index f9aadec0abb3e..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1grgelyng2v6v3t8z87wu3sxgt9m5s03xfytvz7/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1hjadhj9nqzpye2vkmkz4thahhd0z8dh3udhq74/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1hjadhj9nqzpye2vkmkz4thahhd0z8dh3udhq74/logo.png
deleted file mode 100644
index 0dc38d6a81223..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1hjadhj9nqzpye2vkmkz4thahhd0z8dh3udhq74/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1hjct6q7npsspsg3dgvzk3sdf89spmlpfdn6m9d/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1hjct6q7npsspsg3dgvzk3sdf89spmlpfdn6m9d/logo.png
deleted file mode 100644
index 5ed55497ae1d1..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1hjct6q7npsspsg3dgvzk3sdf89spmlpfdn6m9d/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1j0vaeh27t4rll7zhmarwcuq8xtrmvqhudrgcky/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1j0vaeh27t4rll7zhmarwcuq8xtrmvqhudrgcky/logo.png
deleted file mode 100644
index 6bced9c2effb3..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1j0vaeh27t4rll7zhmarwcuq8xtrmvqhudrgcky/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1jlr62guqwrwkdt4m3y00zh2rrsamhjf9num5xr/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1jlr62guqwrwkdt4m3y00zh2rrsamhjf9num5xr/logo.png
deleted file mode 100644
index 1e347a8fa96ee..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1jlr62guqwrwkdt4m3y00zh2rrsamhjf9num5xr/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1jmykcq8gylmy5tgqtel4xj4q62fdt49sl584xd/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1jmykcq8gylmy5tgqtel4xj4q62fdt49sl584xd/logo.png
deleted file mode 100644
index cc1171d08453c..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1jmykcq8gylmy5tgqtel4xj4q62fdt49sl584xd/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1k9a0cs97vul8w2vwknlfmpez6prv8klv03lv3d/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1k9a0cs97vul8w2vwknlfmpez6prv8klv03lv3d/logo.png
deleted file mode 100644
index 1ccd9ce95b8f1..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1k9a0cs97vul8w2vwknlfmpez6prv8klv03lv3d/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1kgddca7qj96z0qcxr2c45z73cfl0c75p7f3s2e/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1kgddca7qj96z0qcxr2c45z73cfl0c75p7f3s2e/logo.png
deleted file mode 100644
index c0f3ef94fb3f4..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1kgddca7qj96z0qcxr2c45z73cfl0c75p7f3s2e/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1kj0h4kn4z5xvedu2nd9c4a9a559wvpuvu0h6qn/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1kj0h4kn4z5xvedu2nd9c4a9a559wvpuvu0h6qn/logo.png
deleted file mode 100644
index 86d3233d9eeed..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1kj0h4kn4z5xvedu2nd9c4a9a559wvpuvu0h6qn/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1n229vhepft6wnkt5tjpwmxdmcnfz55jv3vp77d/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1n229vhepft6wnkt5tjpwmxdmcnfz55jv3vp77d/logo.png
deleted file mode 100644
index 933fbfbccce8d..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1n229vhepft6wnkt5tjpwmxdmcnfz55jv3vp77d/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1ptyzewnns2kn37ewtmv6ppsvhdnmeapvtfc9y5/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1ptyzewnns2kn37ewtmv6ppsvhdnmeapvtfc9y5/logo.png
deleted file mode 100644
index 362d63669b379..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1ptyzewnns2kn37ewtmv6ppsvhdnmeapvtfc9y5/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1qwl879nx9t6kef4supyazayf7vjhennyh568ys/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1qwl879nx9t6kef4supyazayf7vjhennyh568ys/logo.png
deleted file mode 100644
index 1cd092486633b..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1qwl879nx9t6kef4supyazayf7vjhennyh568ys/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1r2dthxctqzhwg299e7aaeqwfkgcc9hg8k3yd7m/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1r2dthxctqzhwg299e7aaeqwfkgcc9hg8k3yd7m/logo.png
deleted file mode 100644
index 145cb3cb09913..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1r2dthxctqzhwg299e7aaeqwfkgcc9hg8k3yd7m/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1rcp29q3hpd246n6qak7jluqep4v006cdsc2kkl/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1rcp29q3hpd246n6qak7jluqep4v006cdsc2kkl/logo.png
deleted file mode 100644
index 194e9693e1011..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1rcp29q3hpd246n6qak7jluqep4v006cdsc2kkl/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1rfpar0qx3umnhu0f6wjp4hvnr3x6u5389e094j/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1rfpar0qx3umnhu0f6wjp4hvnr3x6u5389e094j/logo.png
deleted file mode 100644
index 23ff32c9406c8..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1rfpar0qx3umnhu0f6wjp4hvnr3x6u5389e094j/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1rwh0cxa72d3yle3r4l8gd7vyphrmjy2kpe4x72/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1rwh0cxa72d3yle3r4l8gd7vyphrmjy2kpe4x72/logo.png
deleted file mode 100644
index 586f27b8c576a..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1rwh0cxa72d3yle3r4l8gd7vyphrmjy2kpe4x72/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1sd4tl9aljmmezzudugs7zlaya7pg2895ws8tfs/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1sd4tl9aljmmezzudugs7zlaya7pg2895ws8tfs/logo.png
deleted file mode 100644
index 6891376ce299a..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1sd4tl9aljmmezzudugs7zlaya7pg2895ws8tfs/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1sjllsnramtg3ewxqwwrwjxfgc4n4ef9u2lcnj0/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1sjllsnramtg3ewxqwwrwjxfgc4n4ef9u2lcnj0/logo.png
deleted file mode 100644
index d01251cf16a06..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1sjllsnramtg3ewxqwwrwjxfgc4n4ef9u2lcnj0/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1sxx9mszve0gaedz5ld7qdkjkfv8z992ax69k08/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1sxx9mszve0gaedz5ld7qdkjkfv8z992ax69k08/logo.png
deleted file mode 100644
index ba8ac31f6f0de..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1sxx9mszve0gaedz5ld7qdkjkfv8z992ax69k08/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1te8nxpc2myjfrhaty0dnzdhs5ahdh5agzuym9v/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1te8nxpc2myjfrhaty0dnzdhs5ahdh5agzuym9v/logo.png
deleted file mode 100644
index fe41a4ec6d468..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1te8nxpc2myjfrhaty0dnzdhs5ahdh5agzuym9v/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1tflk30mq5vgqjdly92kkhhq3raev2hnz6eete3/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1tflk30mq5vgqjdly92kkhhq3raev2hnz6eete3/logo.png
deleted file mode 100644
index fbaf2f22372eb..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1tflk30mq5vgqjdly92kkhhq3raev2hnz6eete3/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1ualhu3fjgg77g485gmyswkq3w0dp7gys6qzwrv/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1ualhu3fjgg77g485gmyswkq3w0dp7gys6qzwrv/logo.png
deleted file mode 100644
index b3f18138e3c98..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1ualhu3fjgg77g485gmyswkq3w0dp7gys6qzwrv/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1udpsgkgyutgsglauk9vk9rs03a3skc62gup9ny/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1udpsgkgyutgsglauk9vk9rs03a3skc62gup9ny/logo.png
deleted file mode 100644
index 9ec4e2549c1ed..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1udpsgkgyutgsglauk9vk9rs03a3skc62gup9ny/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1uutuwrwt3z2a5z8z3uasml3rftlpmu25aga5c6/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1uutuwrwt3z2a5z8z3uasml3rftlpmu25aga5c6/logo.png
deleted file mode 100644
index f88b24d9bfc1c..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1uutuwrwt3z2a5z8z3uasml3rftlpmu25aga5c6/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1vjn3559ncztu87qj8v4ryasgny7vjfx7jhxzu6/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1vjn3559ncztu87qj8v4ryasgny7vjfx7jhxzu6/logo.png
deleted file mode 100644
index 55a7246b1b165..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1vjn3559ncztu87qj8v4ryasgny7vjfx7jhxzu6/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1vk706z2tfnqhdg6jrkngyx7f463jq58nj0x7p7/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1vk706z2tfnqhdg6jrkngyx7f463jq58nj0x7p7/logo.png
deleted file mode 100644
index d4c17acf94719..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1vk706z2tfnqhdg6jrkngyx7f463jq58nj0x7p7/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1w024sqzpvj5g57maxmvnlzellzwapwsv42360d/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1w024sqzpvj5g57maxmvnlzellzwapwsv42360d/logo.png
deleted file mode 100644
index c51d2ef1e3d45..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1w024sqzpvj5g57maxmvnlzellzwapwsv42360d/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1w42lm7zv55jrh5ggpecg0v643qeatfkd9aqf3f/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1w42lm7zv55jrh5ggpecg0v643qeatfkd9aqf3f/logo.png
deleted file mode 100644
index 7e32aa5d092a0..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1w42lm7zv55jrh5ggpecg0v643qeatfkd9aqf3f/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1wdrypwex63geqswmcy5qynv4w3z3dyef2qmyna/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1wdrypwex63geqswmcy5qynv4w3z3dyef2qmyna/logo.png
deleted file mode 100644
index 3c29ee005d51c..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1wdrypwex63geqswmcy5qynv4w3z3dyef2qmyna/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1we6knm8qartmmh2r0qfpsz6pq0s7emv3e0meuw/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1we6knm8qartmmh2r0qfpsz6pq0s7emv3e0meuw/logo.png
deleted file mode 100644
index bda0e7429348e..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1we6knm8qartmmh2r0qfpsz6pq0s7emv3e0meuw/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1wwspfe7whh3zu4ql5rvpg044lyk6cuu7fpnd9e/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1wwspfe7whh3zu4ql5rvpg044lyk6cuu7fpnd9e/logo.png
deleted file mode 100644
index bba7c4c587c72..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1wwspfe7whh3zu4ql5rvpg044lyk6cuu7fpnd9e/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1x88j7vp2xnw3zec8ur3g4waxycyz7m0mahdv3p/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1x88j7vp2xnw3zec8ur3g4waxycyz7m0mahdv3p/logo.png
deleted file mode 100644
index b96a8b481a2de..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1x88j7vp2xnw3zec8ur3g4waxycyz7m0mahdv3p/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1y0us8xvsvfvqkk9c6nt5cfyu5au5tww2ztve7q/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1y0us8xvsvfvqkk9c6nt5cfyu5au5tww2ztve7q/logo.png
deleted file mode 100644
index abcfc3298bba4..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1y0us8xvsvfvqkk9c6nt5cfyu5au5tww2ztve7q/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/assets/cosmosvaloper1zqgheeawp7cmqk27dgyctd80rd8ryhqs6la9wc/logo.png b/blockchains/cosmos/validators/assets/cosmosvaloper1zqgheeawp7cmqk27dgyctd80rd8ryhqs6la9wc/logo.png
deleted file mode 100644
index d263de358fbf2..0000000000000
Binary files a/blockchains/cosmos/validators/assets/cosmosvaloper1zqgheeawp7cmqk27dgyctd80rd8ryhqs6la9wc/logo.png and /dev/null differ
diff --git a/blockchains/cosmos/validators/list.json b/blockchains/cosmos/validators/list.json
deleted file mode 100644
index f9ec87c54a557..0000000000000
--- a/blockchains/cosmos/validators/list.json
+++ /dev/null
@@ -1,380 +0,0 @@
-[
- {
- "id": "cosmosvaloper1y0us8xvsvfvqkk9c6nt5cfyu5au5tww2ztve7q",
- "name": "Swiss Staking",
- "description": "Experienced validator based in Switzerland. We offer a highly secure and stable staking infrastructure.",
- "website": "https://swiss-staking.ch"
- },
- {
- "id": "cosmosvaloper1r2dthxctqzhwg299e7aaeqwfkgcc9hg8k3yd7m",
- "name": "Sunflower 🌻",
- "description": "Thanks to this sunflower, the plants defeated the zombies! She can be trusted! Retired. Now she's just validating.",
- "website": "https://sunflowerstake.com/"
- },
- {
- "id": "cosmosvaloper1w42lm7zv55jrh5ggpecg0v643qeatfkd9aqf3f",
- "name": "Mythos",
- "description": "We provide staking and validator services for crypto networks to increase the value of the network for all.",
- "website": "https://mythos.services"
- },
- {
- "id": "cosmosvaloper1j0vaeh27t4rll7zhmarwcuq8xtrmvqhudrgcky",
- "name": "Chainflow",
- "description": "Fair and Equitable Staking for All / Operated by Chris Remus (@cjremus) / Validating since October 2017",
- "website": "https://chainflow.io/cosmos/"
- },
- {
- "id": "cosmosvaloper16k579jk6yt2cwmqx9dz5xvq9fug2tekvlu9qdv",
- "name": "Cephalopod Equipment",
- "description": "Infrastructure for decentralized intelligence - by a Cosmos co-founder and some of the earliest team members",
- "website": "https://cephalopod.equipment/"
- },
- {
- "id": "cosmosvaloper1ey69r37gfxvxg62sh4r0ktpuc46pzjrm873ae8",
- "name": "Sikka",
- "description": "The People's Validator. Operated by Sunny Aggarwal (@sunnya97) and Dev Ojha (@ValarDragon)",
- "website": "https://sikka.tech/"
- },
- {
- "id": "cosmosvaloper1rwh0cxa72d3yle3r4l8gd7vyphrmjy2kpe4x72",
- "name": "SparkPool",
- "description": "The Largest Ethereum Mining Pool and the Keeper of Blockchain Networks. Delegate to SparkPool, Earn Your Lambo.",
- "website": "https://cosmos.sparkpool.com/"
- },
- {
- "id": "cosmosvaloper1kj0h4kn4z5xvedu2nd9c4a9a559wvpuvu0h6qn",
- "name": "Cryptium Labs",
- "description": "Secure and available validation from the Swiss Alps.",
- "website": "https://cosmos.cryptium.ch/"
- },
- {
- "id": "cosmosvaloper102ruvpv2srmunfffxavttxnhezln6fnc54at8c",
- "name": "Ztake.org",
- "description": "We have been participating in the validating role since early 2018 and is a proud member of the Never Jailed Crew of the Game of Stakes",
- "website": "https://ztake.org"
- },
- {
- "id": "cosmosvaloper1qwl879nx9t6kef4supyazayf7vjhennyh568ys",
- "name": "Certus One",
- "description": "Stake and earn rewards with the most secure and stable validator. Winner of the Game of Stakes. Operated by Certus One Inc. By delegating, you confirm that you are aware of the risk of slashing and that Certus One Inc is not liable for any potential damages to your investment.",
- "website": "https://certus.one"
- },
- {
- "id": "cosmosvaloper1grgelyng2v6v3t8z87wu3sxgt9m5s03xfytvz7",
- "name": "iqlusion",
- "description": "Iqlusion is the original developer of core Cosmos validator infrastructure such as the Tendermint KMS and HSM integration. We are focused on future potential of the Cosmos Hub and Zones. Visit our blog https://iqlusion.blog/ to learn more about state of the art security and benefits for our delegators.",
- "website": "https://iqlusion.io/"
- },
- {
- "id": "cosmosvaloper1sjllsnramtg3ewxqwwrwjxfgc4n4ef9u2lcnj0",
- "name": "🐠stake.fish",
- "description": "Leading validator for Proof of Stake blockchains and official winner of the Game of Stakes. Stake your cryptocurrencies with us. We know validating.",
- "website": "https://stake.fish/"
- },
- {
- "id": "cosmosvaloper1clpqr4nrk4khgkxj78fcwwh6dl3uw4epsluffn",
- "name": "Cosmostation",
- "description": "We are Cosmostation. Delegate your ATOMs and start earning staking rewards with the most secure and reliable validator.",
- "website": "https://cosmostation.io"
- },
- {
- "id": "cosmosvaloper1sxx9mszve0gaedz5ld7qdkjkfv8z992ax69k08",
- "name": "validator.network",
- "description": "Highly resilient and secure validator operating out of Northern Europe. See website for terms of service.",
- "website": "https://validator.network"
- },
- {
- "id": "cosmosvaloper14kn0kk33szpwus9nh8n87fjel8djx0y070ymmj",
- "name": "Forbole",
- "description": "We are a named winner in Game of Stakes, HackAtom3 and HackAtom Seoul by Cosmos proving us as a validator with high uptime and never jailed. We are currently running a #PWYW campaign which you can choose how much commission you would like to pay us.",
- "website": "https://forbole.com/cosmos-hub-validator/"
- },
- {
- "id": "cosmosvaloper1x88j7vp2xnw3zec8ur3g4waxycyz7m0mahdv3p",
- "name": "Staking Facilities",
- "description": "State of the art validator infrastructure. More than $1,000,000 in generated customer rewards. A named winner of Game of Stakes. Access your staking dashboard on our website.",
- "website": "https://stakingfacilities.com/cosmos"
- },
- {
- "id": "cosmosvaloper14l0fp639yudfl46zauvv8rkzjgd4u0zk2aseys",
- "name": "ATEAM",
- "description": "[GOS Never Jailed crew & Top-Tier] Node A-Team promises to provide validator node operation services at the highest quality.",
- "website": "https://nodeateam.com/"
- },
- {
- "id": "cosmosvaloper1sd4tl9aljmmezzudugs7zlaya7pg2895ws8tfs",
- "name": "InfStones",
- "description": "World's leading cloud infrastructure and staking as a service provicer for blockchains. Supernodes on EOS, TRON, VeChain, Ontology, LOOM, IOST and many other chains.",
- "website": "https://infstones.io/"
- },
- {
- "id": "cosmosvaloper10e4vsut6suau8tk9m6dnrm0slgd6npe3jx5xpv",
- "name": "B-Harvest",
- "description": "B-Harvest focus on the value of high standard security & stability, active community participation on Cosmos Network, and real world practical use-case of blockchain technology.",
- "website": "https://bharvest.io"
- },
- {
- "id": "cosmosvaloper132juzk0gdmwuxvx4phug7m3ymyatxlh9734g4w",
- "name": "P2P Validator",
- "description": "Simple, secure and intelligent staking service to help you generate rewards on your blockchain assets across 9+ networks within a single interface. One of the winners of Cosmos Game of Stakes. Let’s stake together - p2p.org",
- "website": "https://p2p.org"
- },
- {
- "id": "cosmosvaloper1jlr62guqwrwkdt4m3y00zh2rrsamhjf9num5xr",
- "name": "StakeWith.Us",
- "description": "Secured Staking Made Easy. Put Your Crypto to Work - Hassle Free. Disclaimer: Delegators should understand that delegation comes with slashing risk. By delegating to StakeWithUs Pte Ltd, you acknowledge that StakeWithUs Pte Ltd is not liable for any losses on your investment.",
- "website": "https://stakewith.us/"
- },
- {
- "id": "cosmosvaloper1te8nxpc2myjfrhaty0dnzdhs5ahdh5agzuym9v",
- "name": "Coinone Node",
- "description": "The more, the easier. Coinone Node manages your assets securely",
- "website": "https://node.coinone.co.kr"
- },
- {
- "id": "cosmosvaloper1we6knm8qartmmh2r0qfpsz6pq0s7emv3e0meuw",
- "name": "Staked",
- "description": "Staked is the leading staking partner for the smartest investors in crypto, delivering staking rewards securely and reliably. Staked supports the largest number of chains and offers comprehensive reporting for tax & accounting.",
- "website": "https://staked.us/"
- },
- {
- "id": "cosmosvaloper17mggn4znyeyg25wd7498qxl7r2jhgue8u4qjcq",
- "name": "01node.com",
- "description": "01node Secure Staking Services",
- "website": "https://01node.com/"
- },
- {
- "id": "cosmosvaloper14k4pzckkre6uxxyd2lnhnpp8sngys9m6hl6ml7",
- "name": "Polychain Labs",
- "description": "Secure, institutional grade staking.",
- "website": "https://polychainlabs.com"
- },
- {
- "id": "cosmosvaloper1ptyzewnns2kn37ewtmv6ppsvhdnmeapvtfc9y5",
- "name": "WeStaking",
- "description": "Secure Staking as a Service",
- "website": "https://westaking.io"
- },
- {
- "id": "cosmosvaloper1tflk30mq5vgqjdly92kkhhq3raev2hnz6eete3",
- "name": "Everstake",
- "description": "Everstake - Staking Service Platform. Delegate ATOM with Everstake, your trustful staking service.",
- "website": "https://everstake.one"
- },
- {
- "id": "cosmosvaloper146kwpzhmleafmhtaxulfptyhnvwxzlvm87hwnm",
- "name": "KysenPool.io",
- "description": "Based in Silicon Valley. Validators are backed by HSMs in Tier 3 enterprise-grade Data Centers. Creators of CosmosOutpost.io, a macroeconomic insights destination. Help secure Cosmos by delegating to KysenPool.",
- "website": "https://kysenpool.io"
- },
- {
- "id": "cosmosvaloper15urq2dtp9qce4fyc85m6upwm9xul3049e02707",
- "name": "Chorus One",
- "description": "Secure Cosmos and shape its future by delegating to Chorus One, a highly secure and stable validator. By delegating, you agree to the terms of service at: https://chorus.one/cosmos/tos",
- "website": "https://chorus.one/"
- },
- {
- "id": "cosmosvaloper15r4tc0m6hc7z8drq3dzlrtcs6rq2q9l2nvwher",
- "name": "DragonStake",
- "description": "Proud genesis block validator and Game of Stake winner",
- "website": "https://dragonstake.io"
- },
- {
- "id": "cosmosvaloper1ehkfl7palwrh6w2hhr2yfrgrq8jetgucudztfe",
- "name": "KalpaTech",
- "description": "Description: KalpaTech | Genesis Validator | Game of Stakes winner | Services dedicated exclusively for Cosmos Hub | All resources put in one network",
- "website": "https://kalpatech.co"
- },
- {
- "id": "cosmosvaloper1uutuwrwt3z2a5z8z3uasml3rftlpmu25aga5c6",
- "name": "DelegaNetworks∞",
- "description": "Your currencies are safe with Delega Networks",
- "website": "https://delega.io"
- },
- {
- "id": "cosmosvaloper1hjct6q7npsspsg3dgvzk3sdf89spmlpfdn6m9d",
- "name": "Figment Networks",
- "description": "Your Trusted Staking Partner: Offering institutional grade staking infrastructure, services & compliance tools for token holders and stake-based blockchains.",
- "website": "https://figment.network/networks/cosmos"
- },
- {
- "id": "cosmosvaloper1kgddca7qj96z0qcxr2c45z73cfl0c75p7f3s2e",
- "name": "ChainLayer",
- "description": "Secure and reliable validator, simply because we care!",
- "website": "https://chainlayer.io"
- },
- {
- "id": "cosmosvaloper156gqf9837u7d4c4678yt3rl4ls9c5vuursrrzf",
- "name": "Binance Staking",
- "description": "Binance exchange staking provider",
- "website": "https://binance.com"
- },
- {
- "id": "cosmosvaloper1k9a0cs97vul8w2vwknlfmpez6prv8klv03lv3d",
- "name": "Stake Capital DAO",
- "description": "Trustless Digital Asset Management",
- "website": "https://stake.capital"
- },
- {
- "id": "cosmosvaloper1d0aup392g3enru7eash83sedqclaxvp7fzh6gk",
- "name": "Stir",
- "description": "Staking as a Service Provider based in Singapore and Japan. Start Earning Staking Rewards. | Improve Blockchain UX and make it accessible for everyone.",
- "website": "https://stir.network/"
- },
- {
- "id": "cosmosvaloper1zqgheeawp7cmqk27dgyctd80rd8ryhqs6la9wc",
- "name": "melea",
- "description": "Decentralized, secure and trusted Validator awarded in -Game Of Steaks-. Validating since 2017",
- "website": "https://meleatrust.com"
- },
- {
- "id": "cosmosvaloper19v9ej55ataqrfl39v83pf4e0dm69u89rngf928",
- "name": "blockscape",
- "description": "Take control of your delegations. We are work hard to protect your assets and maximize your proft. Trusted, secure and high highly available Validator Infrastructure. 24/7 Support",
- "website": "https://blockscape.network"
- },
- {
- "id": "cosmosvaloper1rfpar0qx3umnhu0f6wjp4hvnr3x6u5389e094j",
- "name": "stake.zone",
- "description": "secure and reliable with verifiable commitment through significant self-stake",
- "website": "http://stake.zone"
- },
- {
- "id": "cosmosvaloper1000ya26q2cmh399q4c5aaacd9lmmdqp90kw2jn",
- "name": "Staking Fund",
- "description": "Staking Fund has been participating in the validating role since early 2018 and is a proud member of the Never Jailed Crew of Game of Stakes.",
- "website": "https://staking.fund"
- },
- {
- "id": "cosmosvaloper1rcp29q3hpd246n6qak7jluqep4v006cdsc2kkl",
- "name": "in3s.com",
- "description": "Trusted by the ICF; decentralization advocate; Game-Of-Stakes winner; active Cosmos community member since 2017.",
- "website": "https://in3s.com"
- },
- {
- "id": "cosmosvaloper17h2x3j7u44qkrq0sk8ul0r2qr440rwgjkfg0gh",
- "name": "FreshATOMS",
- "description": "FreshAtoms runs on bare metal in a SSAE16 SOC2 certified Tier 3 datacenter, geographically distributed sentry nodes, YubiHSM2 signing, wrapped in 24/7 monitoring, alerting, and analytics.",
- "website": "https://freshatoms.com/"
- },
- {
- "id": "cosmosvaloper1fhr7e04ct0zslmkzqt9smakg3sxrdve6ulclj2",
- "name": "Stakin",
- "description": "Your Trusted Crypto Rewards",
- "website": "https://stakin.com/"
- },
- {
- "id": "cosmosvaloper1crqm3598z6qmyn2kkcl9dz7uqs4qdqnr6s8jdn",
- "name": "Bison Trails",
- "description": "Bison Trails is the easiest way to run secure Cosmos infrastructure. Our technology platform provides enterprise-grade security. We run redundant validators and sentry nodes across multiple regions and cloud providers, with a 99% node uptime guarantee.",
- "website": "https://bisontrails.co/cosmos"
- },
- {
- "id": "cosmosvaloper1wwspfe7whh3zu4ql5rvpg044lyk6cuu7fpnd9e",
- "name": "Bit Cat🐱",
- "description": "Secure and stable Cosmos validator service from China team",
- "website": "https://bitcat365.com"
- },
- {
- "id": "cosmosvaloper1vjn3559ncztu87qj8v4ryasgny7vjfx7jhxzu6",
- "name": "Anonstake",
- "description": "Anonstake.com is an EU based secure staking service. Keep your coins safe, delegate them and receive automatic payouts!",
- "website": "https://anonstake.com"
- },
- {
- "id": "cosmosvaloper1e0plfg475phrsvrlzw8gwppeva0zk5yg9fgg8c",
- "name": "Easy 2 Stake",
- "description": "Easy.Stake.Trust. as easy and as simple as you would click next. Complete transparency and trust with a secure and stable validator. GoS winner, Never Jailed Crew",
- "website": "https://easy2stake.com"
- },
- {
- "id": "cosmosvaloper1vk706z2tfnqhdg6jrkngyx7f463jq58nj0x7p7",
- "name": "Public Payments",
- "description": "A trusted proof of stake company that runs high performance nodes to guarantee the highest rewards.",
- "website": "https://publicpayments.io/home/"
- },
- {
- "id": "cosmosvaloper124maqmcqv8tquy764ktz7cu0gxnzfw54n3vww8",
- "name": "Simply Staking",
- "description": "Simply Staking runs highly reliable and secure infrastructure in our own datacentre in Malta, built with the aim of supporting the growth of the blockchain ecosystem.",
- "website": "http://simply-vc.com.mt/"
- },
- {
- "id": "cosmosvaloper1n229vhepft6wnkt5tjpwmxdmcnfz55jv3vp77d",
- "name": "Allnodes.com ⚡️ 0% fee",
- "description": "Reliable non-custodial Validator run by the industry leader - Allnodes. Monitor your rewards through the Allnodes portfolio page.",
- "website": "https://www.allnodes.com/atom/staking"
- },
- {
- "id": "cosmosvaloper1udpsgkgyutgsglauk9vk9rs03a3skc62gup9ny",
- "name": "AUDIT.one",
- "description": "Validators of today, Auditors of tomorrow",
- "website": "https://audit.one"
- },
- {
- "id": "cosmosvaloper1ualhu3fjgg77g485gmyswkq3w0dp7gys6qzwrv",
- "name": "Stake Systems",
- "description": "Building infrastructure to support awesome projects running in the blockchain landscape",
- "website": "https://stake.systems"
- },
- {
- "id": "cosmosvaloper1wdrypwex63geqswmcy5qynv4w3z3dyef2qmyna",
- "name": "Genesis Lab",
- "description": "Genesis Lab is a validation nodes operator in PoS networks and blockchain-focused software development company",
- "website": "https://genesislab.net"
- },
- {
- "id": "cosmosvaloper196ax4vc0lwpxndu9dyhvca7jhxp70rmcvrj90c",
- "name": "SG-1",
- "description": "We are the blockchain SG-1 team. Our mission is to validate Cosmos SDK blockchains, develop Software around Cosmos and Tendermint. Our mission is to find new planets and ecosystems.",
- "website": "https://sg-1.online"
- },
- {
- "id": "cosmosvaloper1w024sqzpvj5g57maxmvnlzellzwapwsv42360d",
- "name": "Earn Stash",
- "description": "Stake with us to earn more. High reliability. Low commission. We are a team of experienced node operator.",
- "website": "https://earnstash.com"
- },
- {
- "id": "cosmosvaloper1jmykcq8gylmy5tgqtel4xj4q62fdt49sl584xd",
- "name": "Blocks United",
- "description": "100% refund on downtime slashing - Running on best-in-class, 24/7 monitored, bare metal infrastructure",
- "website": "https://blocksunited.com"
- },
- {
- "id": "cosmosvaloper18extdhzzl5c8tr6453e5hzaj3exrdlea90fj3y",
- "name": "Smart Stake",
- "description": "0% commission promo till April 2022. Commission fixed at 5% after promotion ends. Transparent & professional staking validator with automated monitoring tools to ensure high uptime. Dedicated support @ t.me/SmartStake",
- "website": "https://smartstake.io/"
- },
- {
- "id": "cosmosvaloper10nzaaeh2kq28t3nqsh5m8kmyv90vx7ym5mpakx",
- "name": "Blockdaemon",
- "description": "Blockdaemon provides maximum uptime for the Cosmos network so that you can be confident your node will be there, ready and secure, for optimal reward generation.",
- "website": "https://blockdaemon.com/marketplace/#staking"
- },
- {
- "id": "cosmosvaloper1hjadhj9nqzpye2vkmkz4thahhd0z8dh3udhq74",
- "name": "Atomic Nodes",
- "description": "Atomic Nodes is a multi chain staking operator, trusted by over 200,000 delegators since 2019.",
- "website": "https://atomicnodes.com/"
- },
- {
- "id": "cosmosvaloper16yupepagywvlk7uhpfchtwa0stu5f8cyhh54f2",
- "name": "Stakely.io",
- "description": "🔥 Professional validator highly experienced in PoS 🔥 Slashing protection & Eligible for airdrops | Learn with our staking guides, video tutorials and FAQs | Part of the commission of our nodes will go to our Multicoin Faucet funds and other tools 🌱 Carbon Neutral 🌱",
- "website": "https://stakely.io"
- },
- {
- "id": "cosmosvaloper1gf4wlkutql95j7wwsxz490s6fahlvk2s9xpwax",
- "name": "Stakewolle.com | Auto-compound",
- "description": "🚀 Professional Cosmos validator 🔁Auto-compound with REStakeapp 🛡100% Slashing protection 🎁 All & Special Airdrops for our delegators http://linktr.ee/stakewolle",
- "website": "https://stakewolle.com/"
- },
- {
- "id": "cosmosvaloper140e7u946a2nqqkvcnjpjm83d0ynsqem8dnp684",
- "name": "danku_zone w/ DAIC",
- "description": "The official validator node from danku_r (YouTube, Twitter, Medium) run by DAIC (https://t.me/validator_danku_DAIC)",
- "website": "https://daic.capital/danku_zone"
- }
-]
diff --git a/blockchains/crescent/info/info.json b/blockchains/crescent/info/info.json
deleted file mode 100644
index 2b8f4f6c341ef..0000000000000
--- a/blockchains/crescent/info/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Crescent",
- "type": "coin",
- "symbol": "CRE",
- "decimals": 6,
- "website": "https://crescent.network",
- "description": "Crescent is to provide a connected DeFi functionality for Cosmos Ecosystem to enhance capital efficiency and manage risk effectively.",
- "explorer": "https://www.mintscan.io/crescent",
- "status": "active",
- "rpc_url": "https://mainnet.crescent.network:26657/",
- "denom": "ucre",
- "lcd_url": "https://mainnet.crescent.network:1317/",
- "hrp": "cre",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/crescent-network/crescent"
- },
- {
- "name": "telegram",
- "url": "https://t.me/crescentnetwork"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/CrescentHub"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/crescent/info/logo.png b/blockchains/crescent/info/logo.png
deleted file mode 100644
index 303368e4a61b6..0000000000000
Binary files a/blockchains/crescent/info/logo.png and /dev/null differ
diff --git a/blockchains/cronos/assets/0x02DCcaf514C98451320a9365C5b46C61d3246ff3/info.json b/blockchains/cronos/assets/0x02DCcaf514C98451320a9365C5b46C61d3246ff3/info.json
deleted file mode 100644
index 135ad5383293c..0000000000000
--- a/blockchains/cronos/assets/0x02DCcaf514C98451320a9365C5b46C61d3246ff3/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Dogelon",
- "symbol": "ELON",
- "type": "CRC20",
- "decimals": 18,
- "description": "I am Dogelon. Dogelon Mars. Join me and together we'll reach the stars ✨ We want to reach Mars and beyond. However, many of those good people are rugged, or buy scam tokens that can't be sold. For this reason, the Dogelon community pledges to send tokens over time to victims of rugs and scams, so that the worst day of their trading life can be turned into their best. And after some time, they will be able to join us on our regular flights to Mars....",
- "website": "https://dogelon.io",
- "explorer": "https://cronos.org/explorer/address/0x02DCcaf514C98451320a9365C5b46C61d3246ff3/token-transfers",
- "status": "active",
- "id": "0x02DCcaf514C98451320a9365C5b46C61d3246ff3",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/dogelonmars"
- },
- {
- "name": "telegram",
- "url": "https://t.me/DogelonMars"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/dogelon/"
- }
- ],
- "tags": [
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/cronos/assets/0x02DCcaf514C98451320a9365C5b46C61d3246ff3/logo.png b/blockchains/cronos/assets/0x02DCcaf514C98451320a9365C5b46C61d3246ff3/logo.png
deleted file mode 100644
index adc4fb004e419..0000000000000
Binary files a/blockchains/cronos/assets/0x02DCcaf514C98451320a9365C5b46C61d3246ff3/logo.png and /dev/null differ
diff --git a/blockchains/cronos/assets/0x0e517979C2c1c1522ddB0c73905e0D39b3F990c0/info.json b/blockchains/cronos/assets/0x0e517979C2c1c1522ddB0c73905e0D39b3F990c0/info.json
deleted file mode 100644
index c8c7c2991cb3e..0000000000000
--- a/blockchains/cronos/assets/0x0e517979C2c1c1522ddB0c73905e0D39b3F990c0/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "ADA",
- "symbol": "ADA",
- "type": "CRC20",
- "decimals": 6,
- "description": "Cardano (ADA) is a decentralized platform that will allow complex programmable transfers of value in a secure and scalable fashion. Cardano is built in the secure Haskell programming language.",
- "website": "https://cronos.org/",
- "explorer": "https://cronos.org/explorer/address/0x0e517979C2c1c1522ddB0c73905e0D39b3F990c0/token-transfers",
- "status": "active",
- "id": "0x0e517979C2c1c1522ddB0c73905e0D39b3F990c0",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/cardano"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/cardano/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/CardanoAnnouncements"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/cardano/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/cronos/assets/0x0e517979C2c1c1522ddB0c73905e0D39b3F990c0/logo.png b/blockchains/cronos/assets/0x0e517979C2c1c1522ddB0c73905e0D39b3F990c0/logo.png
deleted file mode 100644
index 1ab80529f702a..0000000000000
Binary files a/blockchains/cronos/assets/0x0e517979C2c1c1522ddB0c73905e0D39b3F990c0/logo.png and /dev/null differ
diff --git a/blockchains/cronos/assets/0x63888BaFc5975630E4E5CF50c3845a3250115F64/info.json b/blockchains/cronos/assets/0x63888BaFc5975630E4E5CF50c3845a3250115F64/info.json
deleted file mode 100644
index b384f93da9f50..0000000000000
--- a/blockchains/cronos/assets/0x63888BaFc5975630E4E5CF50c3845a3250115F64/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Fantom Token",
- "symbol": "FTM",
- "type": "CRC20",
- "decimals": 18,
- "description": "Fantom is a high-performance, scalable, customizable, and secure smart-contract platform. It is designed to overcome the limitations of previous generation blockchain platforms. Fantom is permissionless, decentralized, and open-source.",
- "website": "http://fantom.foundation",
- "explorer": "https://cronos.org/explorer/address/0x63888BaFc5975630E4E5CF50c3845a3250115F64/token-transfers",
- "status": "active",
- "id": "0x63888BaFc5975630E4E5CF50c3845a3250115F64",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/FantomFDN"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Fantom_English"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/fantom/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/fantom/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/cronos/assets/0x63888BaFc5975630E4E5CF50c3845a3250115F64/logo.png b/blockchains/cronos/assets/0x63888BaFc5975630E4E5CF50c3845a3250115F64/logo.png
deleted file mode 100644
index 4c55ec1d7621e..0000000000000
Binary files a/blockchains/cronos/assets/0x63888BaFc5975630E4E5CF50c3845a3250115F64/logo.png and /dev/null differ
diff --git a/blockchains/cronos/assets/0x66e428c3f67a68878562e79A0234c1F83c208770/info.json b/blockchains/cronos/assets/0x66e428c3f67a68878562e79A0234c1F83c208770/info.json
deleted file mode 100644
index 3af4070c1996e..0000000000000
--- a/blockchains/cronos/assets/0x66e428c3f67a68878562e79A0234c1F83c208770/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Tether USD",
- "symbol": "USDT",
- "type": "CRC20",
- "decimals": 6,
- "description": "Tether gives you the joint benefits of open blockchain technology and traditional currency by converting your cash into a stable digital currency equivalent.",
- "website": "https://cronos.org/",
- "explorer": "https://cronos.org/explorer/address/0x66e428c3f67a68878562e79A0234c1F83c208770/token-transfers",
- "status": "active",
- "id": "0x66e428c3f67a68878562e79A0234c1F83c208770",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Tether_to"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/tether/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/tether/"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/cronos/assets/0x66e428c3f67a68878562e79A0234c1F83c208770/logo.png b/blockchains/cronos/assets/0x66e428c3f67a68878562e79A0234c1F83c208770/logo.png
deleted file mode 100644
index ddeecff30f0f5..0000000000000
Binary files a/blockchains/cronos/assets/0x66e428c3f67a68878562e79A0234c1F83c208770/logo.png and /dev/null differ
diff --git a/blockchains/cronos/assets/0x7d54F4E05f273a9317f723997612Ed64eF53C900/info.json b/blockchains/cronos/assets/0x7d54F4E05f273a9317f723997612Ed64eF53C900/info.json
deleted file mode 100644
index 89cf83d609506..0000000000000
--- a/blockchains/cronos/assets/0x7d54F4E05f273a9317f723997612Ed64eF53C900/info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "Quant",
- "symbol": "QNT",
- "type": "CRC20",
- "decimals": 18,
- "description": "The Quant Network team developed Quant as a cryptocurrency token based on the Ethereum blockchain. The solutions offered by Quant include Overledger OS and GoVerify.",
- "website": "https://quant.network",
- "explorer": "https://cronos.org/explorer/address/0x7d54F4E05f273a9317f723997612Ed64eF53C900/token-transfers",
- "status": "active",
- "id": "0x7d54F4E05f273a9317f723997612Ed64eF53C900",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/quantnetwork"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/quant_network"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/QuantNetwork/"
- },
- {
- "name": "blog",
- "url": "https://medium.com/@quant_network"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/quantnetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/quantnetworkannouncements"
- },
- {
- "name": "whitepaper",
- "url": "https://files.quant.network/files.quant.network/Quant_Overledger_Whitepaper_v0.1.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/quant-network/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/cronos/assets/0x7d54F4E05f273a9317f723997612Ed64eF53C900/logo.png b/blockchains/cronos/assets/0x7d54F4E05f273a9317f723997612Ed64eF53C900/logo.png
deleted file mode 100644
index 06f52b8aa2f3d..0000000000000
Binary files a/blockchains/cronos/assets/0x7d54F4E05f273a9317f723997612Ed64eF53C900/logo.png and /dev/null differ
diff --git a/blockchains/cronos/assets/0xBc6f24649CCd67eC42342AccdCECCB2eFA27c9d9/info.json b/blockchains/cronos/assets/0xBc6f24649CCd67eC42342AccdCECCB2eFA27c9d9/info.json
deleted file mode 100644
index 2800b81e71c4e..0000000000000
--- a/blockchains/cronos/assets/0xBc6f24649CCd67eC42342AccdCECCB2eFA27c9d9/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Chainlink",
- "symbol": "LINK",
- "type": "CRC20",
- "decimals": 18,
- "description": "Chainlink is a decentralized oracle service, which aims to connect smart contracts with data from the real world. Oracles are needed to function as data feeds in smart contracts. Oracles provide external data (e.g. temperature, weather) that can drive smart contract executions. Participants on the network are incentivized (through rewards) to provide smart contracts with access to external data feeds.",
- "website": "https://chain.link",
- "explorer": "https://cronos.org/explorer/address/0xBc6f24649CCd67eC42342AccdCECCB2eFA27c9d9/token-transfers",
- "status": "active",
- "id": "0xBc6f24649CCd67eC42342AccdCECCB2eFA27c9d9",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/smartcontractkit/chainlink"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/chainlink"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/chainlink"
- },
- {
- "name": "whitepaper",
- "url": "https://link.smartcontract.com/whitepaper"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/cronos/assets/0xBc6f24649CCd67eC42342AccdCECCB2eFA27c9d9/logo.png b/blockchains/cronos/assets/0xBc6f24649CCd67eC42342AccdCECCB2eFA27c9d9/logo.png
deleted file mode 100644
index ab55f5e21fae2..0000000000000
Binary files a/blockchains/cronos/assets/0xBc6f24649CCd67eC42342AccdCECCB2eFA27c9d9/logo.png and /dev/null differ
diff --git a/blockchains/cronos/assets/0xa58e3AeAeA3292c3E260378e55E9684C59E7A27a/info.json b/blockchains/cronos/assets/0xa58e3AeAeA3292c3E260378e55E9684C59E7A27a/info.json
deleted file mode 100644
index 6d6227341add9..0000000000000
--- a/blockchains/cronos/assets/0xa58e3AeAeA3292c3E260378e55E9684C59E7A27a/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "DappRadar",
- "symbol": "RADAR",
- "type": "CRC20",
- "decimals": 18,
- "description": "DappRadar aims to be one of the leading global NFT & DeFi DAPP store.",
- "website": "https://dappradar.com/",
- "explorer": "https://cronos.org/explorer/address/0xa58e3AeAeA3292c3E260378e55E9684C59E7A27a/token-transfers",
- "status": "active",
- "id": "0xa58e3AeAeA3292c3E260378e55E9684C59E7A27a",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/dappradar"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/dappradar"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/dappradar/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/joinchat/GdhNjQ8PMhCZ_a0CZutmXg"
- }
- ],
- "tags": [
- "nft",
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/cronos/assets/0xa58e3AeAeA3292c3E260378e55E9684C59E7A27a/logo.png b/blockchains/cronos/assets/0xa58e3AeAeA3292c3E260378e55E9684C59E7A27a/logo.png
deleted file mode 100644
index d054ff564f1f9..0000000000000
Binary files a/blockchains/cronos/assets/0xa58e3AeAeA3292c3E260378e55E9684C59E7A27a/logo.png and /dev/null differ
diff --git a/blockchains/cronos/assets/0xbED48612BC69fA1CaB67052b42a95FB30C1bcFee/info.json b/blockchains/cronos/assets/0xbED48612BC69fA1CaB67052b42a95FB30C1bcFee/info.json
deleted file mode 100644
index 88151f8318d72..0000000000000
--- a/blockchains/cronos/assets/0xbED48612BC69fA1CaB67052b42a95FB30C1bcFee/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "SHIBA INU",
- "symbol": "SHIB",
- "type": "CRC20",
- "decimals": 18,
- "description": "According to SHIBA INU, the reasoning behind the creation of SHIBA is that Shibas constantly forget where they bury their treasure.",
- "website": "https://shibatoken.com/",
- "explorer": "https://cronos.org/explorer/address/0xbED48612BC69fA1CaB67052b42a95FB30C1bcFee/token-transfers",
- "status": "active",
- "id": "0xbED48612BC69fA1CaB67052b42a95FB30C1bcFee",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/shibainuthedogecoinkiller"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/shiba-inu/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/shiba-inu/"
- }
- ],
- "tags": [
- "deflationary",
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/cronos/assets/0xbED48612BC69fA1CaB67052b42a95FB30C1bcFee/logo.png b/blockchains/cronos/assets/0xbED48612BC69fA1CaB67052b42a95FB30C1bcFee/logo.png
deleted file mode 100644
index ff2f06032bb03..0000000000000
Binary files a/blockchains/cronos/assets/0xbED48612BC69fA1CaB67052b42a95FB30C1bcFee/logo.png and /dev/null differ
diff --git a/blockchains/cronos/assets/0xe44Fd7fCb2b1581822D0c862B68222998a0c299a/info.json b/blockchains/cronos/assets/0xe44Fd7fCb2b1581822D0c862B68222998a0c299a/info.json
deleted file mode 100644
index 1d705e26b892d..0000000000000
--- a/blockchains/cronos/assets/0xe44Fd7fCb2b1581822D0c862B68222998a0c299a/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Wrapped Ether",
- "symbol": "WETH",
- "type": "CRC20",
- "decimals": 18,
- "description": "wETH is 'wrapped ETH'",
- "website": "https://weth.io/",
- "explorer": "https://cronos.org/explorer/address/0xe44Fd7fCb2b1581822D0c862B68222998a0c299a/token-transfers",
- "status": "active",
- "id": "0xe44Fd7fCb2b1581822D0c862B68222998a0c299a",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/radarrelay?lang=en"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/weth/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/radar_relay"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/weth/"
- }
- ],
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/cronos/assets/0xe44Fd7fCb2b1581822D0c862B68222998a0c299a/logo.png b/blockchains/cronos/assets/0xe44Fd7fCb2b1581822D0c862B68222998a0c299a/logo.png
deleted file mode 100644
index 4237ea5518cee..0000000000000
Binary files a/blockchains/cronos/assets/0xe44Fd7fCb2b1581822D0c862B68222998a0c299a/logo.png and /dev/null differ
diff --git a/blockchains/cronos/assets/0xf0F2cCf4F18a13F73F7C48FA248645dD4Ac51341/info.json b/blockchains/cronos/assets/0xf0F2cCf4F18a13F73F7C48FA248645dD4Ac51341/info.json
deleted file mode 100644
index 00315742d172c..0000000000000
--- a/blockchains/cronos/assets/0xf0F2cCf4F18a13F73F7C48FA248645dD4Ac51341/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "ONE",
- "symbol": "ONE",
- "type": "CRC20",
- "decimals": 18,
- "description": "Harmony is an open and fast blockchain. Our mainnet runs Ethereum applications with 2-second transaction finality and 100 times lower fees.",
- "website": "https://www.harmony.one",
- "explorer": "https://cronos.org/explorer/address/0xf0F2cCf4F18a13F73F7C48FA248645dD4Ac51341/token-transfers",
- "status": "active",
- "id": "0xf0F2cCf4F18a13F73F7C48FA248645dD4Ac51341",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/harmonyprotocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/harmony_one"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/harmonyoneprotocol/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/cronos/assets/0xf0F2cCf4F18a13F73F7C48FA248645dD4Ac51341/logo.png b/blockchains/cronos/assets/0xf0F2cCf4F18a13F73F7C48FA248645dD4Ac51341/logo.png
deleted file mode 100644
index deffb84588af7..0000000000000
Binary files a/blockchains/cronos/assets/0xf0F2cCf4F18a13F73F7C48FA248645dD4Ac51341/logo.png and /dev/null differ
diff --git a/blockchains/cronos/assets/0xf78a326ACd53651F8dF5D8b137295e434B7c8ba5/info.json b/blockchains/cronos/assets/0xf78a326ACd53651F8dF5D8b137295e434B7c8ba5/info.json
deleted file mode 100644
index 9e40082ab4ac3..0000000000000
--- a/blockchains/cronos/assets/0xf78a326ACd53651F8dF5D8b137295e434B7c8ba5/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Matic Token",
- "symbol": "MATIC",
- "type": "CRC20",
- "decimals": 18,
- "description": "Matic Network is a Layer-2 scaling solution that uses sidechains for off-chain computation while ensuring asset security using the Plasma framework and a decentralized network of Proof-of-Stake (PoS) validators.",
- "website": "https://matic.network",
- "explorer": "https://cronos.org/explorer/address/0xf78a326ACd53651F8dF5D8b137295e434B7c8ba5/token-transfers",
- "status": "active",
- "id": "0xf78a326ACd53651F8dF5D8b137295e434B7c8ba5",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/0xPolygon"
- },
- {
- "name": "telegram",
- "url": "https://t.me/polygonofficial"
- },
- {
- "name": "github",
- "url": "https://github.com/maticnetwork/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/polygon/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/cronos/assets/0xf78a326ACd53651F8dF5D8b137295e434B7c8ba5/logo.png b/blockchains/cronos/assets/0xf78a326ACd53651F8dF5D8b137295e434B7c8ba5/logo.png
deleted file mode 100644
index 9e2aeeb433a57..0000000000000
Binary files a/blockchains/cronos/assets/0xf78a326ACd53651F8dF5D8b137295e434B7c8ba5/logo.png and /dev/null differ
diff --git a/blockchains/cronos/info/info.json b/blockchains/cronos/info/info.json
deleted file mode 100644
index 67c092d865b07..0000000000000
--- a/blockchains/cronos/info/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Cronos",
- "type": "coin",
- "symbol": "CRO",
- "decimals": 18,
- "website": "https://crypto.com",
- "research": "https://medium.com/about",
- "description": "Pay and be paid in crypto anywhere, with any crypto, for free.",
- "explorer": "https://cronoscan.com",
- "status": "active",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/cryptocom"
- },
- {
- "name": "telegram",
- "url": "https://t.me/CryptoComOfficial"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/Crypto_com/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/crypto-com-coin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/crypto-com-chain/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/cronos/info/logo.png b/blockchains/cronos/info/logo.png
deleted file mode 100644
index ae4b44e694528..0000000000000
Binary files a/blockchains/cronos/info/logo.png and /dev/null differ
diff --git a/blockchains/cryptoorg/info/info.json b/blockchains/cryptoorg/info/info.json
deleted file mode 100644
index 4164e73637773..0000000000000
--- a/blockchains/cryptoorg/info/info.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "name": "Crypto.org",
- "website": "https://crypto.org/",
- "description": "Crypto.org Chain is a blockchain application built using Cosmos SDK and Tendermint, intended as a backbone for some of the existing and future Crypto.org ecosystem.",
- "explorer": "https://crypto.org/explorer",
- "symbol": "CRO",
- "type": "coin",
- "decimals": 8,
- "status": "active",
- "tags": [
- "staking-native"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/crypto-org-chain"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/cryptocom"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Crypto_com/"
- },
- {
- "name": "whitepaper",
- "url": "https://crypto.org/chain_whitepaper.pdf"
- }
- ]
-}
diff --git a/blockchains/cryptoorg/info/logo.png b/blockchains/cryptoorg/info/logo.png
deleted file mode 100644
index ae4b44e694528..0000000000000
Binary files a/blockchains/cryptoorg/info/logo.png and /dev/null differ
diff --git a/blockchains/dash/info/info.json b/blockchains/dash/info/info.json
deleted file mode 100644
index 910d0d0f22946..0000000000000
--- a/blockchains/dash/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Dash",
- "website": "https://dash.org/",
- "description": "Dash (DASH) is digital cash designed to offer financial freedom to everyone. Payments are instant, easy and secure, with near-zero fees.",
- "explorer": "https://blockchair.com/dash",
- "research": "https://research.binance.com/en/projects/dash",
- "symbol": "DASH",
- "type": "coin",
- "decimals": 8,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/dashpay/dash"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Dashpay"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/dashpay"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/dashpay/dash/wiki/Whitepaper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/dash/info/logo.png b/blockchains/dash/info/logo.png
deleted file mode 100644
index 119370b39bb91..0000000000000
Binary files a/blockchains/dash/info/logo.png and /dev/null differ
diff --git a/blockchains/decred/info/info.json b/blockchains/decred/info/info.json
deleted file mode 100644
index a4787db6c3184..0000000000000
--- a/blockchains/decred/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Decred",
- "website": "https://decred.org",
- "description": "Decred is a community-directed cryptocurrency with built-in governance to make it a superior long-term store of value.",
- "explorer": "https://dcrdata.decred.org",
- "research": "https://research.binance.com/en/projects/decred",
- "symbol": "DCR",
- "type": "coin",
- "decimals": 8,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/decred"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/decredproject"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/decred"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.decred.org"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/decred/info/logo.png b/blockchains/decred/info/logo.png
deleted file mode 100644
index 064ecc7b3b6c6..0000000000000
Binary files a/blockchains/decred/info/logo.png and /dev/null differ
diff --git a/blockchains/digibyte/info/info.json b/blockchains/digibyte/info/info.json
deleted file mode 100644
index 8943bde33b5e7..0000000000000
--- a/blockchains/digibyte/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "DigiByte",
- "website": "http://digibyte.io",
- "description": "DigiByte is a blockchain which focusses mainly on cybersecurity and fast transactions. Its blockrate of 1 block per 15 seconds makes it one of the fastest blockchains today.",
- "explorer": "https://digiexplorer.info/",
- "research": "https://research.binance.com/en/projects/digibyte",
- "symbol": "DGB",
- "type": "coin",
- "decimals": 8,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/DigiByte-Core"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/DigiByteCoin"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Digibyte"
- },
- {
- "name": "whitepaper",
- "url": "https://www.digibyte.io/digibyte-blockchain-faq"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/digibyte/info/logo.png b/blockchains/digibyte/info/logo.png
deleted file mode 100644
index a11e79dd17067..0000000000000
Binary files a/blockchains/digibyte/info/logo.png and /dev/null differ
diff --git a/blockchains/doge/info/info.json b/blockchains/doge/info/info.json
deleted file mode 100644
index cc43aebb03db1..0000000000000
--- a/blockchains/doge/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Dogecoin",
- "website": "http://dogecoin.com",
- "description": "Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide. Introduced as a joke currency on 6 December 2013, Dogecoin quickly developed its own online community.",
- "explorer": "https://blockchair.com/dogecoin",
- "research": "https://research.binance.com/en/projects/dogecoin",
- "symbol": "DOGE",
- "type": "coin",
- "decimals": 8,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/dogecoin/dogecoin"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/dogecoin"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/dogecoin"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/dogecoin/dogecoin/blob/master/README.md"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/doge/info/logo.png b/blockchains/doge/info/logo.png
deleted file mode 100644
index 99a72725b6157..0000000000000
Binary files a/blockchains/doge/info/logo.png and /dev/null differ
diff --git a/blockchains/ecash/info/info.json b/blockchains/ecash/info/info.json
deleted file mode 100644
index 6cab1d1b2df65..0000000000000
--- a/blockchains/ecash/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "eCash",
- "website": "https://e.cash/",
- "description": "eCash is an electronic cash platform that allows peer-to-peer online cash payments.",
- "explorer": "https://explorer.bitcoinabc.org",
- "research": "https://research.binance.com/en/projects/ecash",
- "symbol": "XEC",
- "type": "coin",
- "decimals": 2,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Bitcoin-ABC/bitcoin-abc"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/eCashOfficial"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/ecash"
- },
- {
- "name": "whitepaper",
- "url": "https://www.bitcoincash.org/bitcoin.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ecash/info/logo.png b/blockchains/ecash/info/logo.png
deleted file mode 100644
index 98de066704bcb..0000000000000
Binary files a/blockchains/ecash/info/logo.png and /dev/null differ
diff --git a/blockchains/ellaism/info/info.json b/blockchains/ellaism/info/info.json
deleted file mode 100644
index 0fc2a0e903fc4..0000000000000
--- a/blockchains/ellaism/info/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Ellaism",
- "website": "https://ellaism.org",
- "description": "A stable Ethereum-like network with no premine and no dev fees. Monetary policy is enabled with a total supply of 280 million ELLA.",
- "explorer": "https://limax-explorer.outdoordevs.com/home",
- "symbol": "ELLA",
- "type": "coin",
- "decimals": 8,
- "status": "abandoned",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ellaism"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ellaismproject"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/ellaism"
- },
- {
- "name": "whitepaper",
- "url": "https://wiki.ellaism.org/about/technical-informations"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ellaism/info/logo.png b/blockchains/ellaism/info/logo.png
deleted file mode 100644
index 1bdc7954a272b..0000000000000
Binary files a/blockchains/ellaism/info/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/ASH-a642d1/info.json b/blockchains/elrond/assets/ASH-a642d1/info.json
deleted file mode 100644
index fc55783dd782d..0000000000000
--- a/blockchains/elrond/assets/ASH-a642d1/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "type": "ESDT",
- "id": "ASH-a642d1",
- "name": "AshSwap (on MultiversX)",
- "symbol": "ASH",
- "decimals": 18,
- "status": "active",
- "description": "AshSwap is the first stable-swap DEX built on the MultiversX blockchain that allows users to trade stable assets with high volume and small slippage.",
- "website": "https://ashswap.io",
- "explorer": "https://explorer.multiversx.com/tokens/ASH-a642d1",
- "links": [
- {
- "name": "blog",
- "url": "https://medium.com/@ashswap"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ash_swap"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.ashswap.io/getting-started/ashswap-litepaper"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ashswapglobal"
- },
- {
- "name": "source_code",
- "url": "https://github.com/ashswap"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ashswap"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ashswap"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/ASH-a642d1/logo.png b/blockchains/elrond/assets/ASH-a642d1/logo.png
deleted file mode 100644
index 641969dbfe45a..0000000000000
Binary files a/blockchains/elrond/assets/ASH-a642d1/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/ASHWEGLD-38545c/info.json b/blockchains/elrond/assets/ASHWEGLD-38545c/info.json
deleted file mode 100644
index e5b3b5d39f982..0000000000000
--- a/blockchains/elrond/assets/ASHWEGLD-38545c/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "type": "ESDT",
- "id": "ASHWEGLD-38545c",
- "name": "ASH/WEGLD LP (on MultiversX)",
- "symbol": "ASHWEGLD",
- "decimals": 18,
- "status": "active",
- "description": "Liquidity Provider (LP) Token obtained by adding liquidity in the EGLD/ASH pool on xExchange.",
- "website": "https://xexchange.com",
- "explorer": "https://explorer.multiversx.com/tokens/ASHWEGLD-38545c",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.xexchange.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/xExchangeApp"
- },
- {
- "name": "telegram",
- "url": "https://t.me/xExchangeApp"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/MultiversX"
- },
- {
- "name": "blog",
- "url": "https://multiversx.com/blog"
- },
- {
- "name": "github",
- "url": "https://github.com/multiversx"
- },
- {
- "name": "source_code",
- "url": "https://github.com/multiversx/mx-exchange-sc"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/ASHWEGLD-38545c/logo.png b/blockchains/elrond/assets/ASHWEGLD-38545c/logo.png
deleted file mode 100644
index a3f6037e9f646..0000000000000
Binary files a/blockchains/elrond/assets/ASHWEGLD-38545c/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/BHAT-c1fde3/info.json b/blockchains/elrond/assets/BHAT-c1fde3/info.json
deleted file mode 100644
index f33f3518819fa..0000000000000
--- a/blockchains/elrond/assets/BHAT-c1fde3/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "type": "ESDT",
- "id": "BHAT-c1fde3",
- "name": "BHNetwork (on MultiversX)",
- "symbol": "BHAT",
- "decimals": 18,
- "status": "active",
- "description": "The BHAT Token is the epicenter of the BH Network web3 hub and allows access and interaction with all DeFi modules within the hub.",
- "website": "https://bh.network/",
- "explorer": "https://explorer.multiversx.com/tokens/BHAT-c1fde3",
- "links": [
- {
- "name": "blog",
- "url": "https://bh.network/blog"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/BlackHatNetwork"
- },
- {
- "name": "whitepaper",
- "url": "https://bh.network/Whitepaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/bh-network/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/bhnetwork"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/BHAT-c1fde3/logo.png b/blockchains/elrond/assets/BHAT-c1fde3/logo.png
deleted file mode 100644
index b02967b8c478f..0000000000000
Binary files a/blockchains/elrond/assets/BHAT-c1fde3/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/BHATWEGLD-f45935/info.json b/blockchains/elrond/assets/BHATWEGLD-f45935/info.json
deleted file mode 100644
index 56316f4b60472..0000000000000
--- a/blockchains/elrond/assets/BHATWEGLD-f45935/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "type": "ESDT",
- "id": "BHATWEGLD-f45935",
- "name": "BHAT/WEGLD LP (on MultiversX)",
- "symbol": "BHATWEGLD",
- "decimals": 18,
- "status": "active",
- "description": "Liquidity Provider (LP) Token obtained by adding liquidity in the BHAT/EGLD pool on xExchange.",
- "website": "https://xexchange.com",
- "explorer": "https://explorer.multiversx.com/tokens/BHATWEGLD-f45935",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.xexchange.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/xExchangeApp"
- },
- {
- "name": "telegram",
- "url": "https://t.me/xExchangeApp"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/MultiversX"
- },
- {
- "name": "blog",
- "url": "https://multiversx.com/blog"
- },
- {
- "name": "github",
- "url": "https://github.com/multiversx"
- },
- {
- "name": "source_code",
- "url": "https://github.com/multiversx/mx-exchange-sc"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/BHATWEGLD-f45935/logo.png b/blockchains/elrond/assets/BHATWEGLD-f45935/logo.png
deleted file mode 100644
index a3f6037e9f646..0000000000000
Binary files a/blockchains/elrond/assets/BHATWEGLD-f45935/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/CRT-52decf/info.json b/blockchains/elrond/assets/CRT-52decf/info.json
deleted file mode 100644
index aa1c18002a695..0000000000000
--- a/blockchains/elrond/assets/CRT-52decf/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "type": "ESDT",
- "id": "CRT-52decf",
- "name": "CantinaRoyale (on MultiversX)",
- "symbol": "CRT",
- "decimals": 18,
- "status": "active",
- "description": "The CRT token is essential for powering in-game utilities like NFT character progression, NFT recruiting, staking, and unlocking in-game assets inside of the Cantina Royale ecosystem.",
- "website": "https://cantinaroyale.io",
- "explorer": "https://explorer.multiversx.com/tokens/CRT-52decf",
- "links": [
- {
- "name": "blog",
- "url": "https://blog.cantinaroyale.io"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/CantinaRoyale"
- },
- {
- "name": "whitepaper",
- "url": "https://whitepaper.cantinaroyale.io"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/cantina-royale"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/cantina-royale"
- }
- ],
- "tags": [
- "gamefi",
- "nft"
- ]
-}
diff --git a/blockchains/elrond/assets/CRT-52decf/logo.png b/blockchains/elrond/assets/CRT-52decf/logo.png
deleted file mode 100644
index 13bda232b44e7..0000000000000
Binary files a/blockchains/elrond/assets/CRT-52decf/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/CRTWEGLD-1fac3f/info.json b/blockchains/elrond/assets/CRTWEGLD-1fac3f/info.json
deleted file mode 100644
index c6487404523b9..0000000000000
--- a/blockchains/elrond/assets/CRTWEGLD-1fac3f/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "type": "ESDT",
- "id": "CRTWEGLD-1fac3f",
- "name": "CRT/WEGLD LP (on MultiversX)",
- "symbol": "CRTWEGLD",
- "decimals": 18,
- "status": "active",
- "description": "Liquidity Provider (LP) Token obtained by adding liquidity in the EGLD/CRT pool on xExchange.",
- "website": "https://xexchange.com",
- "explorer": "https://explorer.multiversx.com/tokens/CRTWEGLD-1fac3f",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.xexchange.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/xExchangeApp"
- },
- {
- "name": "telegram",
- "url": "https://t.me/xExchangeApp"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/MultiversX"
- },
- {
- "name": "blog",
- "url": "https://multiversx.com/blog"
- },
- {
- "name": "github",
- "url": "https://github.com/multiversx"
- },
- {
- "name": "source_code",
- "url": "https://github.com/multiversx/mx-exchange-sc"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/CRTWEGLD-1fac3f/logo.png b/blockchains/elrond/assets/CRTWEGLD-1fac3f/logo.png
deleted file mode 100644
index a3f6037e9f646..0000000000000
Binary files a/blockchains/elrond/assets/CRTWEGLD-1fac3f/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/CRU-a5f4aa/info.json b/blockchains/elrond/assets/CRU-a5f4aa/info.json
deleted file mode 100644
index a1a2ac0537e20..0000000000000
--- a/blockchains/elrond/assets/CRU-a5f4aa/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "type": "ESDT",
- "id": "CRU-a5f4aa",
- "name": "CrustNetwork (on MultiversX)",
- "symbol": "CRU",
- "decimals": 18,
- "status": "active",
- "description": "Crust provides a Web3.0 decentralized storage network for the Metaverse. It is designed to realize core values of decentralization, privacy and assurance. Crust supports multiple storage-layer protocols such as IPFS, and exposes instant accessible on-chain storage functions to users. Crust's technical stack is also capable of supporting data manipulating and computing.",
- "website": "https://www.crust.network",
- "explorer": "https://explorer.multiversx.com/tokens/CRU-a5f4aa",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/crustnetwork"
- },
- {
- "name": "whitepaper",
- "url": "https://gw.crustapps.net/ipfs/QmRYJN6V5BzwnXp7A2Avcp5WXkgzyunQwqP3Es2Q789phF"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/crustnetwork/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/crust-network"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/CRU-a5f4aa/logo.png b/blockchains/elrond/assets/CRU-a5f4aa/logo.png
deleted file mode 100644
index a80795f940501..0000000000000
Binary files a/blockchains/elrond/assets/CRU-a5f4aa/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/CRUWEGLD-76c269/info.json b/blockchains/elrond/assets/CRUWEGLD-76c269/info.json
deleted file mode 100644
index 47a45188aa59d..0000000000000
--- a/blockchains/elrond/assets/CRUWEGLD-76c269/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "type": "ESDT",
- "id": "CRUWEGLD-76c269",
- "name": "CRU/WEGLD LP (on MultiversX)",
- "symbol": "CRUWEGLD",
- "decimals": 18,
- "status": "active",
- "description": "Liquidity Provider (LP) Token obtained by adding liquidity in the CRU/EGLD pool on xExchange.",
- "website": "https://xexchange.com",
- "explorer": "https://explorer.multiversx.com/tokens/CRUWEGLD-76c269",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.xexchange.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/xExchangeApp"
- },
- {
- "name": "telegram",
- "url": "https://t.me/xExchangeApp"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/MultiversX"
- },
- {
- "name": "blog",
- "url": "https://multiversx.com/blog"
- },
- {
- "name": "github",
- "url": "https://github.com/multiversx"
- },
- {
- "name": "source_code",
- "url": "https://github.com/multiversx/mx-exchange-sc"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/CRUWEGLD-76c269/logo.png b/blockchains/elrond/assets/CRUWEGLD-76c269/logo.png
deleted file mode 100644
index 4a866ea6cc363..0000000000000
Binary files a/blockchains/elrond/assets/CRUWEGLD-76c269/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/CYBER-489c1c/info.json b/blockchains/elrond/assets/CYBER-489c1c/info.json
deleted file mode 100644
index c867ee76288d5..0000000000000
--- a/blockchains/elrond/assets/CYBER-489c1c/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "type": "ESDT",
- "id": "CYBER-489c1c",
- "name": "CyberpunkCity (on MultiversX)",
- "symbol": "CYBER",
- "decimals": 18,
- "status": "active",
- "description": "CYBER token is the default currency used within Cyberpunk City Metaverse.",
- "website": "https://cyberpunkcity.com",
- "explorer": "https://explorer.multiversx.com/tokens/CYBER-489c1c",
- "links": [
- {
- "name": "blog",
- "url": "https://cyberpunkcity.com/news"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/cyberpunkcity"
- },
- {
- "name": "whitepaper",
- "url": "https://cyberpunkcity.com/whitepaper"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/cyberpunk-city"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/cyberpunk-city"
- }
- ],
- "tags": [
- "governance",
- "gamefi"
- ]
-}
diff --git a/blockchains/elrond/assets/CYBER-489c1c/logo.png b/blockchains/elrond/assets/CYBER-489c1c/logo.png
deleted file mode 100644
index affb6cdf67c33..0000000000000
Binary files a/blockchains/elrond/assets/CYBER-489c1c/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/CYBERWEGLD-45a866/info.json b/blockchains/elrond/assets/CYBERWEGLD-45a866/info.json
deleted file mode 100644
index 4dc1a49f3e3a3..0000000000000
--- a/blockchains/elrond/assets/CYBERWEGLD-45a866/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "type": "ESDT",
- "id": "CYBERWEGLD-45a866",
- "name": "CYBER/WEGLD LP (on MultiversX)",
- "symbol": "CYBERWEGLD",
- "decimals": 18,
- "status": "active",
- "description": "Liquidity Provider (LP) Token obtained by adding liquidity in the CYBER/WEGLD pool on xExchange.",
- "website": "https://xexchange.com",
- "explorer": "https://explorer.multiversx.com/tokens/CYBERWEGLD-45a866",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.xexchange.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/xExchangeApp"
- },
- {
- "name": "telegram",
- "url": "https://t.me/xExchangeApp"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/MultiversX"
- },
- {
- "name": "blog",
- "url": "https://multiversx.com/blog"
- },
- {
- "name": "github",
- "url": "https://github.com/multiversx"
- },
- {
- "name": "source_code",
- "url": "https://github.com/multiversx/mx-exchange-sc"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/CYBERWEGLD-45a866/logo.png b/blockchains/elrond/assets/CYBERWEGLD-45a866/logo.png
deleted file mode 100644
index a3f6037e9f646..0000000000000
Binary files a/blockchains/elrond/assets/CYBERWEGLD-45a866/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/EGLDMEX-0be9e5/info.json b/blockchains/elrond/assets/EGLDMEX-0be9e5/info.json
deleted file mode 100644
index 25a311838f20c..0000000000000
--- a/blockchains/elrond/assets/EGLDMEX-0be9e5/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "type": "ESDT",
- "id": "EGLDMEX-0be9e5",
- "name": "EGLD/MEX LP (on MultiversX)",
- "symbol": "EGLDMEX",
- "decimals": 18,
- "status": "active",
- "description": "Liquidity Provider (LP) Token obtained by adding liquidity in the EGLD/MEX pool on xExchange.",
- "website": "https://xexchange.com",
- "explorer": "https://explorer.multiversx.com/tokens/EGLDMEX-0be9e5",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.xexchange.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/xExchangeApp"
- },
- {
- "name": "telegram",
- "url": "https://t.me/xExchangeApp"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/MultiversX"
- },
- {
- "name": "blog",
- "url": "https://multiversx.com/blog"
- },
- {
- "name": "github",
- "url": "https://github.com/multiversx"
- },
- {
- "name": "source_code",
- "url": "https://github.com/multiversx/mx-exchange-sc"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/EGLDMEX-0be9e5/logo.png b/blockchains/elrond/assets/EGLDMEX-0be9e5/logo.png
deleted file mode 100644
index 4a866ea6cc363..0000000000000
Binary files a/blockchains/elrond/assets/EGLDMEX-0be9e5/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/EGLDMEXF-5bcc57/info.json b/blockchains/elrond/assets/EGLDMEXF-5bcc57/info.json
deleted file mode 100644
index 22a1afcbde628..0000000000000
--- a/blockchains/elrond/assets/EGLDMEXF-5bcc57/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "EGLD/MEX LP Staked",
- "symbol": "EGLDMEXF",
- "type": "ESDT",
- "decimals": 18,
- "description": "This token tracks your LP token stake in the EGLD/MEX farm on the Maiar DEX.",
- "website": "https://maiar.exchange",
- "explorer": "https://explorer.multiversx.com/tokens/EGLDMEXF-5bcc57",
- "status": "abandoned",
- "id": "EGLDMEXF-5bcc57",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.maiar.exchange"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/MaiarExchange"
- },
- {
- "name": "telegram",
- "url": "https://t.me/MaiarExchange"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/ElrondNetwork"
- },
- {
- "name": "blog",
- "url": "https://elrond.com/blog"
- },
- {
- "name": "github",
- "url": "https://github.com/ElrondNetwork"
- },
- {
- "name": "source_code",
- "url": "https://github.com/ElrondNetwork/sc-dex-rs"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/elrond/assets/EGLDRIDE-7bd51a/info.json b/blockchains/elrond/assets/EGLDRIDE-7bd51a/info.json
deleted file mode 100644
index 6d12d020226ab..0000000000000
--- a/blockchains/elrond/assets/EGLDRIDE-7bd51a/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "type": "ESDT",
- "id": "EGLDRIDE-7bd51a",
- "name": "EGLD/RIDE LP (on MultiversX)",
- "symbol": "EGLDRIDE",
- "decimals": 18,
- "status": "active",
- "description": "Liquidity Provider (LP) Token obtained by adding liquidity in the EGLD/RIDE pool on xExchange.",
- "website": "https://xexchange.com",
- "explorer": "https://explorer.multiversx.com/tokens/EGLDRIDE-7bd51a",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.xexchange.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/xExchangeApp"
- },
- {
- "name": "telegram",
- "url": "https://t.me/xExchangeApp"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/MultiversX"
- },
- {
- "name": "blog",
- "url": "https://multiversx.com/blog"
- },
- {
- "name": "github",
- "url": "https://github.com/multiversx"
- },
- {
- "name": "source_code",
- "url": "https://github.com/multiversx/mx-exchange-sc"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/EGLDRIDE-7bd51a/logo.png b/blockchains/elrond/assets/EGLDRIDE-7bd51a/logo.png
deleted file mode 100644
index 4a866ea6cc363..0000000000000
Binary files a/blockchains/elrond/assets/EGLDRIDE-7bd51a/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/EGLDUSDC-594e5e/info.json b/blockchains/elrond/assets/EGLDUSDC-594e5e/info.json
deleted file mode 100644
index 37160ad50cbb9..0000000000000
--- a/blockchains/elrond/assets/EGLDUSDC-594e5e/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "type": "ESDT",
- "id": "EGLDUSDC-594e5e",
- "name": "EGLD/USDC LP (on MultiversX)",
- "symbol": "EGLDUSDC",
- "decimals": 18,
- "status": "active",
- "description": "Liquidity Provider (LP) Token obtained by adding liquidity in the EGLD/USDC pool on xExchange.",
- "website": "https://xexchange.com",
- "explorer": "https://explorer.multiversx.com/tokens/EGLDUSDC-594e5e",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.xexchange.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/xExchangeApp"
- },
- {
- "name": "telegram",
- "url": "https://t.me/xExchangeApp"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/MultiversX"
- },
- {
- "name": "blog",
- "url": "https://multiversx.com/blog"
- },
- {
- "name": "github",
- "url": "https://github.com/multiversx"
- },
- {
- "name": "source_code",
- "url": "https://github.com/multiversx/mx-exchange-sc"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/EGLDUSDC-594e5e/logo.png b/blockchains/elrond/assets/EGLDUSDC-594e5e/logo.png
deleted file mode 100644
index 4a866ea6cc363..0000000000000
Binary files a/blockchains/elrond/assets/EGLDUSDC-594e5e/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/EGLDUSDCF-8600f8/info.json b/blockchains/elrond/assets/EGLDUSDCF-8600f8/info.json
deleted file mode 100644
index e4d038926eced..0000000000000
--- a/blockchains/elrond/assets/EGLDUSDCF-8600f8/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "EGLD/USDC LP Staked",
- "symbol": "EGLDUSDCF",
- "type": "ESDT",
- "decimals": 18,
- "description": "This token tracks your LP token stake in the EGLD/USDC farm on the Maiar DEX.",
- "website": "https://maiar.exchange",
- "explorer": "https://explorer.multiversx.com/tokens/EGLDUSDCF-8600f8",
- "status": "abandoned",
- "id": "EGLDUSDCF-8600f8",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.maiar.exchange"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/MaiarExchange"
- },
- {
- "name": "telegram",
- "url": "https://t.me/MaiarExchange"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/ElrondNetwork"
- },
- {
- "name": "blog",
- "url": "https://elrond.com/blog"
- },
- {
- "name": "github",
- "url": "https://github.com/ElrondNetwork"
- },
- {
- "name": "source_code",
- "url": "https://github.com/ElrondNetwork/sc-dex-rs"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/elrond/assets/ITHEUM-df6f26/info.json b/blockchains/elrond/assets/ITHEUM-df6f26/info.json
deleted file mode 100644
index c8482d6f244f8..0000000000000
--- a/blockchains/elrond/assets/ITHEUM-df6f26/info.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "type": "ESDT",
- "id": "ITHEUM-df6f26",
- "name": "Itheum (on MultiversX)",
- "symbol": "ITHEUM",
- "decimals": 18,
- "status": "active",
- "description": "The ITHEUM token forms the foundation for a decentralized web3 data economy, enabling vibrant and personalized metaverse worlds where data is traded with shared value between data creators and data consumers.",
- "website": "https://www.itheum.io",
- "explorer": "https://explorer.multiversx.com/tokens/ITHEUM-df6f26",
- "links": [
- {
- "name": "blog",
- "url": "https://itheum.medium.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/itheum"
- },
- {
- "name": "whitepaper",
- "url": "https://itheum.io/whitepaper"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/itheum/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/itheum"
- }
- ],
- "tags": [
- "governance",
- "nft",
- "staking"
- ]
-}
diff --git a/blockchains/elrond/assets/ITHEUM-df6f26/logo.png b/blockchains/elrond/assets/ITHEUM-df6f26/logo.png
deleted file mode 100644
index 86d295ff74280..0000000000000
Binary files a/blockchains/elrond/assets/ITHEUM-df6f26/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/ITHWEGLD-1adc53/info.json b/blockchains/elrond/assets/ITHWEGLD-1adc53/info.json
deleted file mode 100644
index 4b4d66fc2795c..0000000000000
--- a/blockchains/elrond/assets/ITHWEGLD-1adc53/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "type": "ESDT",
- "id": "ITHWEGLD-1adc53",
- "name": "ITH/WEGLD LP (on MultiversX)",
- "symbol": "ITHWEGLD",
- "decimals": 18,
- "status": "active",
- "description": "Liquidity Provider (LP) Token obtained by adding liquidity in the ITH/EGLD pool on xExchange.",
- "website": "https://xexchange.com",
- "explorer": "https://explorer.multiversx.com/tokens/ITHWEGLD-1adc53",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.xexchange.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/xExchangeApp"
- },
- {
- "name": "telegram",
- "url": "https://t.me/xExchangeApp"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/MultiversX"
- },
- {
- "name": "blog",
- "url": "https://multiversx.com/blog"
- },
- {
- "name": "github",
- "url": "https://github.com/multiversx"
- },
- {
- "name": "source_code",
- "url": "https://github.com/multiversx/mx-exchange-sc"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/ITHWEGLD-1adc53/logo.png b/blockchains/elrond/assets/ITHWEGLD-1adc53/logo.png
deleted file mode 100644
index 4a866ea6cc363..0000000000000
Binary files a/blockchains/elrond/assets/ITHWEGLD-1adc53/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/LKMEX-aab910/info.json b/blockchains/elrond/assets/LKMEX-aab910/info.json
deleted file mode 100644
index 6b697a7b886d5..0000000000000
--- a/blockchains/elrond/assets/LKMEX-aab910/info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "Locked MEX",
- "symbol": "LKMEX",
- "type": "ESDT",
- "decimals": 18,
- "description": "Locked MEX. Equal in value to MEX. Not tradeable.",
- "website": "https://maiar.exchange",
- "explorer": "https://explorer.multiversx.com/tokens/LKMEX-aab910",
- "status": "abandoned",
- "id": "LKMEX-aab910",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.maiar.exchange"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/MaiarExchange"
- },
- {
- "name": "telegram",
- "url": "https://t.me/MaiarExchange"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/ElrondNetwork"
- },
- {
- "name": "blog",
- "url": "https://elrond.com/blog"
- },
- {
- "name": "github",
- "url": "https://github.com/ElrondNetwork"
- },
- {
- "name": "source_code",
- "url": "https://github.com/ElrondNetwork/sc-dex-rs"
- }
- ],
- "tags": [
- "defi",
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/elrond/assets/MEX-455c57/info.json b/blockchains/elrond/assets/MEX-455c57/info.json
deleted file mode 100644
index 8bd1d600c1a92..0000000000000
--- a/blockchains/elrond/assets/MEX-455c57/info.json
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "type": "ESDT",
- "id": "MEX-455c57",
- "name": "MEX (on MultiversX)",
- "symbol": "MEX",
- "decimals": 18,
- "status": "active",
- "description": "MEX is the utility token of xExchange.",
- "website": "https://xexchange.com",
- "explorer": "https://explorer.multiversx.com/tokens/MEX-455c57",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.xexchange.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/xExchangeApp"
- },
- {
- "name": "telegram",
- "url": "https://t.me/xExchangeApp"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/MultiversX"
- },
- {
- "name": "blog",
- "url": "https://multiversx.com/blog"
- },
- {
- "name": "github",
- "url": "https://github.com/multiversx"
- },
- {
- "name": "source_code",
- "url": "https://github.com/multiversx/mx-exchange-sc"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/xexchange"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/xexchange"
- }
- ],
- "tags": [
- "defi",
- "governance"
- ]
-}
diff --git a/blockchains/elrond/assets/MEX-455c57/logo.png b/blockchains/elrond/assets/MEX-455c57/logo.png
deleted file mode 100644
index 34f31a1a8b646..0000000000000
Binary files a/blockchains/elrond/assets/MEX-455c57/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/MEXFARM-e7af52/info.json b/blockchains/elrond/assets/MEXFARM-e7af52/info.json
deleted file mode 100644
index 1172f9966ea69..0000000000000
--- a/blockchains/elrond/assets/MEXFARM-e7af52/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "MEX Staked",
- "symbol": "MEXFARM",
- "type": "ESDT",
- "decimals": 18,
- "description": "This token tracks your MEX stake in the MEX farm on the Maiar DEX.",
- "website": "https://maiar.exchange",
- "explorer": "https://explorer.multiversx.com/tokens/MEXFARM-e7af52",
- "status": "abandoned",
- "id": "MEXFARM-e7af52",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.maiar.exchange"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/MaiarExchange"
- },
- {
- "name": "telegram",
- "url": "https://t.me/MaiarExchange"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/ElrondNetwork"
- },
- {
- "name": "blog",
- "url": "https://elrond.com/blog"
- },
- {
- "name": "github",
- "url": "https://github.com/ElrondNetwork"
- },
- {
- "name": "source_code",
- "url": "https://github.com/ElrondNetwork/sc-dex-rs"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/elrond/assets/OFE-29eb54/info.json b/blockchains/elrond/assets/OFE-29eb54/info.json
deleted file mode 100644
index 92c567e6bcf0f..0000000000000
--- a/blockchains/elrond/assets/OFE-29eb54/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "type": "ESDT",
- "id": "OFE-29eb54",
- "name": "Ofero (on MultiversX)",
- "symbol": "OFE",
- "decimals": 4,
- "status": "active",
- "description": "The Ofero Token (OFE) is the utility Token of the Ofero Network.",
- "website": "https://ofero.network",
- "explorer": "https://explorer.multiversx.com/tokens/OFE-29eb54",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/oferonetwork"
- },
- {
- "name": "whitepaper",
- "url": "https://ofero.network/documents/whitepaper.pdf"
- },
- {
- "name": "github",
- "url": "https://github.com/oferonetwork"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@oferonetwork"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ofero-network/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/oferonetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/oferonetwork"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/OFE-29eb54/logo.png b/blockchains/elrond/assets/OFE-29eb54/logo.png
deleted file mode 100644
index cfd0570e99e2a..0000000000000
Binary files a/blockchains/elrond/assets/OFE-29eb54/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/QWT-46ac01/info.json b/blockchains/elrond/assets/QWT-46ac01/info.json
deleted file mode 100644
index a8e4190c2379a..0000000000000
--- a/blockchains/elrond/assets/QWT-46ac01/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "type": "ESDT",
- "id": "QWT-46ac01",
- "name": "QoWatt (on MultiversX)",
- "symbol": "QWT",
- "decimals": 6,
- "status": "active",
- "description": "QoWatt Tokens, first EV charging network using Blockchain in Europe.",
- "website": "https://qowatt.network",
- "explorer": "https://explorer.multiversx.com/tokens/QWT-46ac01",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/QoWattEcosystem"
- },
- {
- "name": "whitepaper",
- "url": "https://qowatt.network/_doc/QoWatt_Whitepaper_EN.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/qowatt"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/qowatt"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/QWT-46ac01/logo.png b/blockchains/elrond/assets/QWT-46ac01/logo.png
deleted file mode 100644
index 039e7a50be353..0000000000000
Binary files a/blockchains/elrond/assets/QWT-46ac01/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/QWTWEGLD-3eff55/info.json b/blockchains/elrond/assets/QWTWEGLD-3eff55/info.json
deleted file mode 100644
index 2b91158462409..0000000000000
--- a/blockchains/elrond/assets/QWTWEGLD-3eff55/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "type": "ESDT",
- "id": "QWTWEGLD-3eff55",
- "name": "QWT/WEGLD LP (on MultiversX)",
- "symbol": "QWTWEGLD",
- "decimals": 18,
- "status": "active",
- "description": "Liquidity Provider (LP) Token obtained by adding liquidity in the EGLD/QWT pool on xExchange.",
- "website": "https://xexchange.com",
- "explorer": "https://explorer.multiversx.com/tokens/QWTWEGLD-3eff55",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.xexchange.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/xExchangeApp"
- },
- {
- "name": "telegram",
- "url": "https://t.me/xExchangeApp"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/MultiversX"
- },
- {
- "name": "blog",
- "url": "https://multiversx.com/blog"
- },
- {
- "name": "github",
- "url": "https://github.com/multiversx"
- },
- {
- "name": "source_code",
- "url": "https://github.com/multiversx/mx-exchange-sc"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/QWTWEGLD-3eff55/logo.png b/blockchains/elrond/assets/QWTWEGLD-3eff55/logo.png
deleted file mode 100644
index a3f6037e9f646..0000000000000
Binary files a/blockchains/elrond/assets/QWTWEGLD-3eff55/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/RIDE-7d18e9/info.json b/blockchains/elrond/assets/RIDE-7d18e9/info.json
deleted file mode 100644
index 47f60b908bbd1..0000000000000
--- a/blockchains/elrond/assets/RIDE-7d18e9/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "type": "ESDT",
- "id": "RIDE-7d18e9",
- "name": "holoride (on MultiversX)",
- "symbol": "RIDE",
- "decimals": 18,
- "status": "active",
- "description": "The RIDE token is essential for building a vibrant and sustainable economy for the holoride ecosystem, connecting car manufacturers, content creators, brands, and passengers and enabling them to capture value along the way.",
- "website": "https://www.holoride.com",
- "explorer": "https://explorer.multiversx.com/tokens/RIDE-7d18e9",
- "links": [
- {
- "name": "blog",
- "url": "https://www.holoride.com/newsroom"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/holoride"
- },
- {
- "name": "whitepaper",
- "url": "https://a.storyblok.com/f/113424/x/334861532d/holoride_litepaper_v2-1_nov21.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/holoride/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/holoride"
- }
- ],
- "tags": [
- "governance"
- ]
-}
diff --git a/blockchains/elrond/assets/RIDE-7d18e9/logo.png b/blockchains/elrond/assets/RIDE-7d18e9/logo.png
deleted file mode 100644
index e8f721d1689c4..0000000000000
Binary files a/blockchains/elrond/assets/RIDE-7d18e9/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/SFIT-aebc90/info.json b/blockchains/elrond/assets/SFIT-aebc90/info.json
deleted file mode 100644
index 90eaf0214c3f6..0000000000000
--- a/blockchains/elrond/assets/SFIT-aebc90/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "type": "ESDT",
- "id": "SFIT-aebc90",
- "name": "Sense4FIT (on MultiversX)",
- "symbol": "SFIT",
- "decimals": 18,
- "status": "active",
- "description": "SFIT is the utility token for the entire Sense4FIT Ecosystem.",
- "website": "https://sense4fit.io/",
- "explorer": "https://explorer.multiversx.com/tokens/SFIT-aebc90",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/sense4fit"
- },
- {
- "name": "whitepaper",
- "url": "https://sense4fit.gitbook.io/whitepaper"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Sense4FIT_Official"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/sense4fit"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/sense4fit"
- }
- ],
- "tags": [
- "gamefi"
- ]
-}
diff --git a/blockchains/elrond/assets/SFIT-aebc90/logo.png b/blockchains/elrond/assets/SFIT-aebc90/logo.png
deleted file mode 100644
index 89e144aebebe4..0000000000000
Binary files a/blockchains/elrond/assets/SFIT-aebc90/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/SFITWEGLD-934909/info.json b/blockchains/elrond/assets/SFITWEGLD-934909/info.json
deleted file mode 100644
index d1e3a86a59143..0000000000000
--- a/blockchains/elrond/assets/SFITWEGLD-934909/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "type": "ESDT",
- "id": "SFITWEGLD-934909",
- "name": "SFIT/WEGLD LP (on MultiversX)",
- "symbol": "SFITWEGLD",
- "decimals": 18,
- "status": "active",
- "description": "Liquidity Provider (LP) Token obtained by adding liquidity in the SFIT/WEGLD pool on xExchange.",
- "website": "https://xexchange.com",
- "explorer": "https://explorer.multiversx.com/tokens/SFITWEGLD-934909",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.xexchange.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/xExchangeApp"
- },
- {
- "name": "telegram",
- "url": "https://t.me/xExchangeApp"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/MultiversX"
- },
- {
- "name": "blog",
- "url": "https://multiversx.com/blog"
- },
- {
- "name": "github",
- "url": "https://github.com/multiversx"
- },
- {
- "name": "source_code",
- "url": "https://github.com/multiversx/mx-exchange-sc"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/SFITWEGLD-934909/logo.png b/blockchains/elrond/assets/SFITWEGLD-934909/logo.png
deleted file mode 100644
index a3f6037e9f646..0000000000000
Binary files a/blockchains/elrond/assets/SFITWEGLD-934909/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/USDC-c76f1f/info.json b/blockchains/elrond/assets/USDC-c76f1f/info.json
deleted file mode 100644
index 67e4042a1c68e..0000000000000
--- a/blockchains/elrond/assets/USDC-c76f1f/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "type": "ESDT",
- "id": "USDC-c76f1f",
- "name": "Wrapped USDC (on MultiversX)",
- "symbol": "USDC",
- "decimals": 6,
- "status": "active",
- "description": "USDC stablecoin originating on Ethereum, bridged as an ESDT token on MultiversX. 1 USDC = 1 Wrapped USDC",
- "website": "https://xexchange.com",
- "explorer": "https://explorer.multiversx.com/tokens/USDC-c76f1f",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/centrehq"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/usd-coin"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/usd-coin"
- }
- ],
- "tags": [
- "stablecoin",
- "wrapped"
- ]
-}
diff --git a/blockchains/elrond/assets/USDC-c76f1f/logo.png b/blockchains/elrond/assets/USDC-c76f1f/logo.png
deleted file mode 100644
index 4ff6e9968c18b..0000000000000
Binary files a/blockchains/elrond/assets/USDC-c76f1f/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/UTK-2f80e9/info.json b/blockchains/elrond/assets/UTK-2f80e9/info.json
deleted file mode 100644
index aadbaa9d21659..0000000000000
--- a/blockchains/elrond/assets/UTK-2f80e9/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "type": "ESDT",
- "id": "UTK-2f80e9",
- "name": "Utrust (on MultiversX)",
- "symbol": "UTK",
- "decimals": 18,
- "status": "active",
- "description": "Web3 L1 Payments Technology",
- "website": "https://utrust.com/",
- "explorer": "https://explorer.multiversx.com/tokens/UTK-2f80e9",
- "links": [
- {
- "name": "blog",
- "url": "https://medium.com/utrust"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/utrust"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/utrust"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/utrust"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/UTK-2f80e9/logo.png b/blockchains/elrond/assets/UTK-2f80e9/logo.png
deleted file mode 100644
index 04dbcdc4144b9..0000000000000
Binary files a/blockchains/elrond/assets/UTK-2f80e9/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/UTKWEGLD-c960d1/info.json b/blockchains/elrond/assets/UTKWEGLD-c960d1/info.json
deleted file mode 100644
index 414cedcc13dd5..0000000000000
--- a/blockchains/elrond/assets/UTKWEGLD-c960d1/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "type": "ESDT",
- "id": "UTKWEGLD-c960d1",
- "name": "UTK/WEGLD LP (on MultiversX)",
- "symbol": "UTKWEGLD",
- "decimals": 18,
- "status": "active",
- "description": "Liquidity Provider (LP) Token obtained by adding liquidity in the UTK/EGLD pool on xExchange.",
- "website": "https://xexchange.com",
- "explorer": "https://explorer.multiversx.com/tokens/UTKWEGLD-c960d1",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.xexchange.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/xExchangeApp"
- },
- {
- "name": "telegram",
- "url": "https://t.me/xExchangeApp"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/MultiversX"
- },
- {
- "name": "blog",
- "url": "https://multiversx.com/blog"
- },
- {
- "name": "github",
- "url": "https://github.com/multiversx"
- },
- {
- "name": "source_code",
- "url": "https://github.com/multiversx/mx-exchange-sc"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/UTKWEGLD-c960d1/logo.png b/blockchains/elrond/assets/UTKWEGLD-c960d1/logo.png
deleted file mode 100644
index 4a866ea6cc363..0000000000000
Binary files a/blockchains/elrond/assets/UTKWEGLD-c960d1/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/WEGLD-bd4d79/info.json b/blockchains/elrond/assets/WEGLD-bd4d79/info.json
deleted file mode 100644
index 4179dce6c23e4..0000000000000
--- a/blockchains/elrond/assets/WEGLD-bd4d79/info.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "type": "ESDT",
- "id": "WEGLD-bd4d79",
- "name": "Wrapped EGLD (on MultiversX)",
- "symbol": "WEGLD",
- "decimals": 18,
- "status": "active",
- "description": "WEGLD is an ESDT token that has the same value as EGLD, the native coin of the MultiversX blockchain.",
- "website": "https://xexchange.com",
- "explorer": "https://explorer.multiversx.com/tokens/WEGLD-bd4d79",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.multiversx.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/MultiversX"
- },
- {
- "name": "telegram",
- "url": "https://t.me/MultiversX"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/MultiversX"
- },
- {
- "name": "blog",
- "url": "https://multiversx.com/blog"
- },
- {
- "name": "github",
- "url": "https://github.com/multiversx"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/wrapped-multiversx-egld"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/wrapped-egld"
- }
- ],
- "tags": [
- "wrapped"
- ]
-}
diff --git a/blockchains/elrond/assets/WEGLD-bd4d79/logo.png b/blockchains/elrond/assets/WEGLD-bd4d79/logo.png
deleted file mode 100644
index bc7f1ccaeff21..0000000000000
Binary files a/blockchains/elrond/assets/WEGLD-bd4d79/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/ZPAY-247875/info.json b/blockchains/elrond/assets/ZPAY-247875/info.json
deleted file mode 100644
index bcae799bb4b4a..0000000000000
--- a/blockchains/elrond/assets/ZPAY-247875/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "type": "ESDT",
- "id": "ZPAY-247875",
- "name": "ZoidPay (on MultiversX)",
- "symbol": "ZPAY",
- "decimals": 18,
- "status": "active",
- "description": "Shop Anything from Anywhere with Crypto",
- "website": "https://www.zoidpay.com",
- "explorer": "https://explorer.multiversx.com/tokens/ZPAY-247875",
- "links": [
- {
- "name": "blog",
- "url": "https://medium.com/zoidcoin-network"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/zoidpay"
- },
- {
- "name": "whitepaper",
- "url": "https://drive.google.com/file/d/1ZRwyAikfe22v9treyjeJoKi83W5U0y1j/view?usp=sharing"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/zoidpay/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/zoid-pay"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/ZPAY-247875/logo.png b/blockchains/elrond/assets/ZPAY-247875/logo.png
deleted file mode 100644
index 040752596e37a..0000000000000
Binary files a/blockchains/elrond/assets/ZPAY-247875/logo.png and /dev/null differ
diff --git a/blockchains/elrond/assets/ZPAYWEGLD-34e5c1/info.json b/blockchains/elrond/assets/ZPAYWEGLD-34e5c1/info.json
deleted file mode 100644
index 1fb7d488af846..0000000000000
--- a/blockchains/elrond/assets/ZPAYWEGLD-34e5c1/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "type": "ESDT",
- "id": "ZPAYWEGLD-34e5c1",
- "name": "ZPAY/WEGLD LP (on MultiversX)",
- "symbol": "ZPAYWEGLD",
- "decimals": 18,
- "status": "active",
- "description": "Liquidity Provider (LP) Token obtained by adding liquidity in the ZPAY/EGLD pool on xExchange.",
- "website": "https://xexchange.com",
- "explorer": "https://explorer.multiversx.com/tokens/ZPAYWEGLD-34e5c1",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.xexchange.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/xExchangeApp"
- },
- {
- "name": "telegram",
- "url": "https://t.me/xExchangeApp"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/MultiversX"
- },
- {
- "name": "blog",
- "url": "https://multiversx.com/blog"
- },
- {
- "name": "github",
- "url": "https://github.com/multiversx"
- },
- {
- "name": "source_code",
- "url": "https://github.com/multiversx/mx-exchange-sc"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/elrond/assets/ZPAYWEGLD-34e5c1/logo.png b/blockchains/elrond/assets/ZPAYWEGLD-34e5c1/logo.png
deleted file mode 100644
index 4a866ea6cc363..0000000000000
Binary files a/blockchains/elrond/assets/ZPAYWEGLD-34e5c1/logo.png and /dev/null differ
diff --git a/blockchains/elrond/info/info.json b/blockchains/elrond/info/info.json
deleted file mode 100644
index ffd3e702ab817..0000000000000
--- a/blockchains/elrond/info/info.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "MultiversX",
- "website": "https://multiversx.com",
- "description": "MultiversX is a highly scalable, fast and secure blockchain platform for distributed apps, enterprise use cases and the new internet economy.",
- "explorer": "https://explorer.multiversx.com",
- "research": "https://research.binance.com/en/projects/multiversx",
- "symbol": "EGLD",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "docs",
- "url": "https://docs.multiversx.com"
- },
- {
- "name": "github",
- "url": "https://github.com/multiversx"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/MultiversX"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/MultiversX"
- },
- {
- "name": "telegram",
- "url": "https://t.me/MultiversX"
- },
- {
- "name": "blog",
- "url": "https://multiversx.com/blog"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/multiversx/mx-chain-whitepaper/blob/master/out/MultiversX_Whitepaper_EN.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/multiversx-egld"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/multiversx"
- }
- ]
-}
diff --git a/blockchains/elrond/info/logo.png b/blockchains/elrond/info/logo.png
deleted file mode 100644
index 5932b3009f427..0000000000000
Binary files a/blockchains/elrond/info/logo.png and /dev/null differ
diff --git a/blockchains/energyweb/info/info.json b/blockchains/energyweb/info/info.json
deleted file mode 100644
index 303c01db3e387..0000000000000
--- a/blockchains/energyweb/info/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Energy Web Token",
- "website": "https://energyweb.org",
- "description": "Energy Web Token is the operational token behind the Energy Web Chain, a blockchain-based virtual machine designed to support and further application development for the energy sector. Energy Web aims to bring diversity to the energy sector by allowing developers to create decentralized applications.",
- "explorer": "https://explorer.energyweb.org/",
- "symbol": "EWT",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/energywebfoundation"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/energywebx"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EnergyWeb/"
- },
- {
- "name": "whitepaper",
- "url": "https://www.energyweb.org/wp-content/uploads/2019/12/EnergyWeb-EWDOS-PART1-VisionPurpose-202006-vFinal.pdf"
- },
- {
- "name": "docs",
- "url": "https://energy-web-foundation.gitbook.io/energy-web/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/energyweb/info/logo.png b/blockchains/energyweb/info/logo.png
deleted file mode 100644
index 887e79d322f26..0000000000000
Binary files a/blockchains/energyweb/info/logo.png and /dev/null differ
diff --git a/blockchains/eos/assets/volentixgsys/info.json b/blockchains/eos/assets/volentixgsys/info.json
deleted file mode 100644
index 8a3343d43bf34..0000000000000
--- a/blockchains/eos/assets/volentixgsys/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "volentixgsys",
- "type": "EOS",
- "symbol": "VTX",
- "decimals": 8,
- "website": "",
- "description": "-",
- "explorer": "https://bloks.io/account/volentixgsys",
- "status": "active",
- "id": "volentixgsys"
-}
\ No newline at end of file
diff --git a/blockchains/eos/assets/volentixgsys/logo.png b/blockchains/eos/assets/volentixgsys/logo.png
deleted file mode 100644
index 52ba15792ba27..0000000000000
Binary files a/blockchains/eos/assets/volentixgsys/logo.png and /dev/null differ
diff --git a/blockchains/eos/info/info.json b/blockchains/eos/info/info.json
deleted file mode 100644
index 714a27ddfdf93..0000000000000
--- a/blockchains/eos/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "EOS",
- "website": "https://eos.io",
- "description": "EOS is a cryptocurrency token and blockchain that operates as a smart contract platform for the deployment of decentralized applications and decentralized autonomous corporations.",
- "explorer": "https://bloks.io/",
- "research": "https://research.binance.com/en/projects/eos",
- "symbol": "EOS",
- "type": "coin",
- "decimals": 4,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/eosio"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/block_one_"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EOS"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/EOSIO/Documentation/blob/master/TechnicalWhitePaper.md"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/eos/info/logo.png b/blockchains/eos/info/logo.png
deleted file mode 100644
index a60252aa8e2d2..0000000000000
Binary files a/blockchains/eos/info/logo.png and /dev/null differ
diff --git a/blockchains/ether-1/info/info.json b/blockchains/ether-1/info/info.json
deleted file mode 100644
index 7febc46753656..0000000000000
--- a/blockchains/ether-1/info/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Ether-1",
- "website": "https://ether1.org/",
- "description": "The Ether-1 Project aims to disrupt how information is shared and controlled on the internet by providing a new solution for how files are fundamentally stored and accessed.",
- "explorer": "https://explorer.ether1.org/",
- "symbol": "ETHO",
- "type": "coin",
- "decimals": 18,
- "status": "abandoned",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Ether1Project"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Ether1Official"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/etho1/"
- },
- {
- "name": "whitepaper",
- "url": "https://www.ether1.cloud/images/whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ether-1/info/logo.png b/blockchains/ether-1/info/logo.png
deleted file mode 100644
index 2d50c6a31d6c0..0000000000000
Binary files a/blockchains/ether-1/info/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0000000000085d4780B73119b644AE5ecd22b376/info.json b/blockchains/ethereum/assets/0x0000000000085d4780B73119b644AE5ecd22b376/info.json
deleted file mode 100644
index a9dd0a9728e93..0000000000000
--- a/blockchains/ethereum/assets/0x0000000000085d4780B73119b644AE5ecd22b376/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "TrueUSD",
- "website": "https://www.trueusd.com/",
- "description": "TrueUSD is the first independently-verified digital asset redeemable 1-for-1 for US Dollars.",
- "explorer": "https://etherscan.io/token/0x0000000000085d4780B73119b644AE5ecd22b376",
- "type": "ERC20",
- "symbol": "TUSD",
- "decimals": 18,
- "status": "active",
- "id": "0x0000000000085d4780B73119b644AE5ecd22b376",
- "tags": [
- "stablecoin"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/trusttoken/TrueUSD"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/tusd_official"
- },
- {
- "name": "telegram",
- "url": "https://t.me/TUSDofficial_EN"
- },
- {
- "name": "medium",
- "url": "https://trueusd.medium.com/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/true-usd/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0000000000085d4780B73119b644AE5ecd22b376/logo.png b/blockchains/ethereum/assets/0x0000000000085d4780B73119b644AE5ecd22b376/logo.png
deleted file mode 100644
index 0ae677cd2bac8..0000000000000
Binary files a/blockchains/ethereum/assets/0x0000000000085d4780B73119b644AE5ecd22b376/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0000000000095413afC295d19EDeb1Ad7B71c952/info.json b/blockchains/ethereum/assets/0x0000000000095413afC295d19EDeb1Ad7B71c952/info.json
deleted file mode 100644
index a71db2b806529..0000000000000
--- a/blockchains/ethereum/assets/0x0000000000095413afC295d19EDeb1Ad7B71c952/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Tokenlon",
- "website": "https://tokenlon.im/lon",
- "description": "LON backs the Tokenlon decentralized exchange and payment settlement protocol based on Ethereum blockchain technology. It currently powers Tokenlon DEX, a decentralized exchange and payment settlement protocol which aims to provide a secure, reliable and seamless trading experience to the masses.",
- "explorer": "https://etherscan.io/token/0x0000000000095413afc295d19edeb1ad7b71c952",
- "type": "ERC20",
- "symbol": "LON",
- "decimals": 18,
- "status": "active",
- "id": "0x0000000000095413afC295d19EDeb1Ad7B71c952",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/tokenlon"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/nPmsMrG"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@tokenlon"
- },
- {
- "name": "whitepaper",
- "url": "https://tokenlon.im/files/Tokenlon-litepaper_en-us.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0000000000095413afC295d19EDeb1Ad7B71c952/logo.png b/blockchains/ethereum/assets/0x0000000000095413afC295d19EDeb1Ad7B71c952/logo.png
deleted file mode 100644
index f66d005d48f24..0000000000000
Binary files a/blockchains/ethereum/assets/0x0000000000095413afC295d19EDeb1Ad7B71c952/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x00000000001876eB1444c986fD502e618c587430/info.json b/blockchains/ethereum/assets/0x00000000001876eB1444c986fD502e618c587430/info.json
deleted file mode 100644
index ae3f8369aa6ff..0000000000000
--- a/blockchains/ethereum/assets/0x00000000001876eB1444c986fD502e618c587430/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dharma Dai",
- "symbol": "dDai",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x00000000001876eB1444c986fD502e618c587430",
- "status": "abandoned",
- "id": "0x00000000001876eB1444c986fD502e618c587430"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x00000000001876eB1444c986fD502e618c587430/logo.png b/blockchains/ethereum/assets/0x00000000001876eB1444c986fD502e618c587430/logo.png
deleted file mode 100644
index d77afef4705ec..0000000000000
Binary files a/blockchains/ethereum/assets/0x00000000001876eB1444c986fD502e618c587430/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x00000000008943c65cAf789FFFCF953bE156f6f8/info.json b/blockchains/ethereum/assets/0x00000000008943c65cAf789FFFCF953bE156f6f8/info.json
deleted file mode 100644
index bed46cf42f220..0000000000000
--- a/blockchains/ethereum/assets/0x00000000008943c65cAf789FFFCF953bE156f6f8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dharma USD Coin",
- "symbol": "dUSDC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x00000000008943c65cAf789FFFCF953bE156f6f8",
- "status": "abandoned",
- "id": "0x00000000008943c65cAf789FFFCF953bE156f6f8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x00000000008943c65cAf789FFFCF953bE156f6f8/logo.png b/blockchains/ethereum/assets/0x00000000008943c65cAf789FFFCF953bE156f6f8/logo.png
deleted file mode 100644
index aad4aa1f0d09a..0000000000000
Binary files a/blockchains/ethereum/assets/0x00000000008943c65cAf789FFFCF953bE156f6f8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0000000000b3F879cb30FE243b4Dfee438691c04/info.json b/blockchains/ethereum/assets/0x0000000000b3F879cb30FE243b4Dfee438691c04/info.json
deleted file mode 100644
index c20bb72d713ab..0000000000000
--- a/blockchains/ethereum/assets/0x0000000000b3F879cb30FE243b4Dfee438691c04/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gastoken",
- "type": "ERC20",
- "symbol": "GST2",
- "decimals": 2,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0x0000000000b3f879cb30fe243b4dfee438691c04",
- "status": "active",
- "id": "0x0000000000b3F879cb30FE243b4Dfee438691c04"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0000000000b3F879cb30FE243b4Dfee438691c04/logo.png b/blockchains/ethereum/assets/0x0000000000b3F879cb30FE243b4Dfee438691c04/logo.png
deleted file mode 100644
index 8844f7455bec6..0000000000000
Binary files a/blockchains/ethereum/assets/0x0000000000b3F879cb30FE243b4Dfee438691c04/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x00000000441378008EA67F4284A57932B1c000a5/info.json b/blockchains/ethereum/assets/0x00000000441378008EA67F4284A57932B1c000a5/info.json
deleted file mode 100644
index e043214677611..0000000000000
--- a/blockchains/ethereum/assets/0x00000000441378008EA67F4284A57932B1c000a5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrueGBP",
- "symbol": "TGBP",
- "type": "ERC20",
- "decimals": 18,
- "description": "Tokenized version of the GBP",
- "website": "https://www.trusttoken.com/truegbp/",
- "explorer": "https://etherscan.io/token/0x00000000441378008EA67F4284A57932B1c000a5",
- "status": "active",
- "id": "0x00000000441378008EA67F4284A57932B1c000a5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x00000000441378008EA67F4284A57932B1c000a5/logo.png b/blockchains/ethereum/assets/0x00000000441378008EA67F4284A57932B1c000a5/logo.png
deleted file mode 100644
index 5c77c397be3cd..0000000000000
Binary files a/blockchains/ethereum/assets/0x00000000441378008EA67F4284A57932B1c000a5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x00000100F2A2bd000715001920eB70D229700085/info.json b/blockchains/ethereum/assets/0x00000100F2A2bd000715001920eB70D229700085/info.json
deleted file mode 100644
index e5c6285575875..0000000000000
--- a/blockchains/ethereum/assets/0x00000100F2A2bd000715001920eB70D229700085/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrueCAD",
- "symbol": "TCAD",
- "type": "ERC20",
- "decimals": 18,
- "description": "The most traded stablecoin that’s backed by the Canadian dollar.",
- "website": "https://www.trusttoken.com/truecad/",
- "explorer": "https://etherscan.io/token/0x00000100F2A2bd000715001920eB70D229700085",
- "status": "active",
- "id": "0x00000100F2A2bd000715001920eB70D229700085"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x00000100F2A2bd000715001920eB70D229700085/logo.png b/blockchains/ethereum/assets/0x00000100F2A2bd000715001920eB70D229700085/logo.png
deleted file mode 100644
index 2e1475439572f..0000000000000
Binary files a/blockchains/ethereum/assets/0x00000100F2A2bd000715001920eB70D229700085/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x00006100F7090010005F1bd7aE6122c3C2CF0090/info.json b/blockchains/ethereum/assets/0x00006100F7090010005F1bd7aE6122c3C2CF0090/info.json
deleted file mode 100644
index a7b7b65dd6e51..0000000000000
--- a/blockchains/ethereum/assets/0x00006100F7090010005F1bd7aE6122c3C2CF0090/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrueAUD",
- "symbol": "TAUD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x00006100F7090010005F1bd7aE6122c3C2CF0090",
- "status": "active",
- "id": "0x00006100F7090010005F1bd7aE6122c3C2CF0090"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x00006100F7090010005F1bd7aE6122c3C2CF0090/logo.png b/blockchains/ethereum/assets/0x00006100F7090010005F1bd7aE6122c3C2CF0090/logo.png
deleted file mode 100644
index 88dde5278f4f5..0000000000000
Binary files a/blockchains/ethereum/assets/0x00006100F7090010005F1bd7aE6122c3C2CF0090/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0000852600CEB001E08e00bC008be620d60031F2/info.json b/blockchains/ethereum/assets/0x0000852600CEB001E08e00bC008be620d60031F2/info.json
deleted file mode 100644
index 9d81495ed3443..0000000000000
--- a/blockchains/ethereum/assets/0x0000852600CEB001E08e00bC008be620d60031F2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrueHKD",
- "symbol": "THKD",
- "type": "ERC20",
- "decimals": 18,
- "description": "Tokenized version of the HKD",
- "website": "https://www.trusttoken.com/truehkd",
- "explorer": "https://etherscan.io/token/0x0000852600CEB001E08e00bC008be620d60031F2",
- "status": "active",
- "id": "0x0000852600CEB001E08e00bC008be620d60031F2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0000852600CEB001E08e00bC008be620d60031F2/logo.png b/blockchains/ethereum/assets/0x0000852600CEB001E08e00bC008be620d60031F2/logo.png
deleted file mode 100644
index 97fe25cdf6025..0000000000000
Binary files a/blockchains/ethereum/assets/0x0000852600CEB001E08e00bC008be620d60031F2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0000A1c00009A619684135B824Ba02f7FbF3A572/info.json b/blockchains/ethereum/assets/0x0000A1c00009A619684135B824Ba02f7FbF3A572/info.json
deleted file mode 100644
index 974f950ac24d5..0000000000000
--- a/blockchains/ethereum/assets/0x0000A1c00009A619684135B824Ba02f7FbF3A572/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Alchemy",
- "type": "ERC20",
- "symbol": "ALCH",
- "decimals": 18,
- "website": "https://alchemydao.com/",
- "description": "Alchemy allows users to create a tokenized DAO for any NFT. Turn your NFTs into liquid, community controlled assets that can be traded, vote and control all your NFTs. Create funds, communities, split collections between friends and all with no coding or technical experience.",
- "explorer": "https://etherscan.io/token/0x0000A1c00009A619684135B824Ba02f7FbF3A572",
- "status": "active",
- "id": "0x0000A1c00009A619684135B824Ba02f7FbF3A572"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0000A1c00009A619684135B824Ba02f7FbF3A572/logo.png b/blockchains/ethereum/assets/0x0000A1c00009A619684135B824Ba02f7FbF3A572/logo.png
deleted file mode 100644
index a8bac0c6bbd04..0000000000000
Binary files a/blockchains/ethereum/assets/0x0000A1c00009A619684135B824Ba02f7FbF3A572/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x000214f253a824d1230aFf79848faC3EC2858ee9/info.json b/blockchains/ethereum/assets/0x000214f253a824d1230aFf79848faC3EC2858ee9/info.json
deleted file mode 100644
index f80f036935915..0000000000000
--- a/blockchains/ethereum/assets/0x000214f253a824d1230aFf79848faC3EC2858ee9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Scalareum",
- "symbol": "SCLR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x000214f253a824d1230aFf79848faC3EC2858ee9",
- "status": "abandoned",
- "id": "0x000214f253a824d1230aFf79848faC3EC2858ee9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x000214f253a824d1230aFf79848faC3EC2858ee9/logo.png b/blockchains/ethereum/assets/0x000214f253a824d1230aFf79848faC3EC2858ee9/logo.png
deleted file mode 100644
index 720d6e5a6e8dc..0000000000000
Binary files a/blockchains/ethereum/assets/0x000214f253a824d1230aFf79848faC3EC2858ee9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x00059AE69c1622A7542EdC15E8d17b060fE307b6/info.json b/blockchains/ethereum/assets/0x00059AE69c1622A7542EdC15E8d17b060fE307b6/info.json
deleted file mode 100644
index 194740b4b0fd0..0000000000000
--- a/blockchains/ethereum/assets/0x00059AE69c1622A7542EdC15E8d17b060fE307b6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AmonD",
- "symbol": "AMON",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.amond.cc/",
- "explorer": "https://etherscan.io/token/0x00059AE69c1622A7542EdC15E8d17b060fE307b6",
- "status": "active",
- "id": "0x00059AE69c1622A7542EdC15E8d17b060fE307b6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x00059AE69c1622A7542EdC15E8d17b060fE307b6/logo.png b/blockchains/ethereum/assets/0x00059AE69c1622A7542EdC15E8d17b060fE307b6/logo.png
deleted file mode 100644
index 068416a485efe..0000000000000
Binary files a/blockchains/ethereum/assets/0x00059AE69c1622A7542EdC15E8d17b060fE307b6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0006634f2FDB9A12b179D05A2b5165B3210bade8/info.json b/blockchains/ethereum/assets/0x0006634f2FDB9A12b179D05A2b5165B3210bade8/info.json
deleted file mode 100644
index 29e6f4ee4b719..0000000000000
--- a/blockchains/ethereum/assets/0x0006634f2FDB9A12b179D05A2b5165B3210bade8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Scripts",
- "symbol": "SCRIPT",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0006634f2FDB9A12b179D05A2b5165B3210bade8",
- "status": "abandoned",
- "id": "0x0006634f2FDB9A12b179D05A2b5165B3210bade8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0006634f2FDB9A12b179D05A2b5165B3210bade8/logo.png b/blockchains/ethereum/assets/0x0006634f2FDB9A12b179D05A2b5165B3210bade8/logo.png
deleted file mode 100644
index 8081ff2da9b67..0000000000000
Binary files a/blockchains/ethereum/assets/0x0006634f2FDB9A12b179D05A2b5165B3210bade8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x000C100050E98C91f9114fa5Dd75CE6869Bf4F53/info.json b/blockchains/ethereum/assets/0x000C100050E98C91f9114fa5Dd75CE6869Bf4F53/info.json
deleted file mode 100644
index 43cd23c01cc4d..0000000000000
--- a/blockchains/ethereum/assets/0x000C100050E98C91f9114fa5Dd75CE6869Bf4F53/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CRYPTO10 Hedged",
- "symbol": "C10",
- "type": "ERC20",
- "decimals": 18,
- "description": "An open fund by Invictus Capital, holding the top ten cryptocurrencies by market cap, with data-backed risk hedging in cash.",
- "website": "https://invictuscapital.com/crypto10hedged",
- "explorer": "https://etherscan.io/token/0x000C100050E98C91f9114fa5Dd75CE6869Bf4F53",
- "status": "active",
- "id": "0x000C100050E98C91f9114fa5Dd75CE6869Bf4F53"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x000C100050E98C91f9114fa5Dd75CE6869Bf4F53/logo.png b/blockchains/ethereum/assets/0x000C100050E98C91f9114fa5Dd75CE6869Bf4F53/logo.png
deleted file mode 100644
index 3b457d29c1e66..0000000000000
Binary files a/blockchains/ethereum/assets/0x000C100050E98C91f9114fa5Dd75CE6869Bf4F53/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x001F0aA5dA15585e5b2305DbaB2bac425ea71007/info.json b/blockchains/ethereum/assets/0x001F0aA5dA15585e5b2305DbaB2bac425ea71007/info.json
deleted file mode 100644
index 5366ff8e10497..0000000000000
--- a/blockchains/ethereum/assets/0x001F0aA5dA15585e5b2305DbaB2bac425ea71007/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IPSX",
- "symbol": "IPSX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ip.sx/",
- "explorer": "https://etherscan.io/token/0x001F0aA5dA15585e5b2305DbaB2bac425ea71007",
- "status": "active",
- "id": "0x001F0aA5dA15585e5b2305DbaB2bac425ea71007"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x001F0aA5dA15585e5b2305DbaB2bac425ea71007/logo.png b/blockchains/ethereum/assets/0x001F0aA5dA15585e5b2305DbaB2bac425ea71007/logo.png
deleted file mode 100755
index 9d9b8467a85eb..0000000000000
Binary files a/blockchains/ethereum/assets/0x001F0aA5dA15585e5b2305DbaB2bac425ea71007/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x001Fc4a7f2f586596308091c7B296D4535A25a90/info.json b/blockchains/ethereum/assets/0x001Fc4a7f2f586596308091c7B296D4535A25a90/info.json
deleted file mode 100644
index 92969e5c0bcdc..0000000000000
--- a/blockchains/ethereum/assets/0x001Fc4a7f2f586596308091c7B296D4535A25a90/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hubscop",
- "symbol": "HUBS",
- "type": "ERC20",
- "decimals": 18,
- "description": "Hubscop is a peer to peer networking system for delivering and marketing contents in a fair and ethical manner.",
- "website": "https://hubscop.com/",
- "explorer": "https://etherscan.io/token/0x001Fc4a7f2f586596308091c7B296D4535A25a90",
- "status": "abandoned",
- "id": "0x001Fc4a7f2f586596308091c7B296D4535A25a90"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x001Fc4a7f2f586596308091c7B296D4535A25a90/logo.png b/blockchains/ethereum/assets/0x001Fc4a7f2f586596308091c7B296D4535A25a90/logo.png
deleted file mode 100644
index 0856bd001d501..0000000000000
Binary files a/blockchains/ethereum/assets/0x001Fc4a7f2f586596308091c7B296D4535A25a90/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0027449Bf0887ca3E431D263FFDeFb244D95b555/info.json b/blockchains/ethereum/assets/0x0027449Bf0887ca3E431D263FFDeFb244D95b555/info.json
deleted file mode 100644
index 82ee38a7d9352..0000000000000
--- a/blockchains/ethereum/assets/0x0027449Bf0887ca3E431D263FFDeFb244D95b555/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Not",
- "symbol": "NOT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://exonomousid.com",
- "explorer": "https://etherscan.io/token/0x0027449Bf0887ca3E431D263FFDeFb244D95b555",
- "status": "spam",
- "id": "0x0027449Bf0887ca3E431D263FFDeFb244D95b555"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0027449Bf0887ca3E431D263FFDeFb244D95b555/logo.png b/blockchains/ethereum/assets/0x0027449Bf0887ca3E431D263FFDeFb244D95b555/logo.png
deleted file mode 100755
index dc2270f1c1b28..0000000000000
Binary files a/blockchains/ethereum/assets/0x0027449Bf0887ca3E431D263FFDeFb244D95b555/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x002ACD33D758FcbDc72242A86Ed27eFA0006d42f/info.json b/blockchains/ethereum/assets/0x002ACD33D758FcbDc72242A86Ed27eFA0006d42f/info.json
deleted file mode 100644
index 68b1743bb87ac..0000000000000
--- a/blockchains/ethereum/assets/0x002ACD33D758FcbDc72242A86Ed27eFA0006d42f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CWIOS",
- "symbol": "CWIOS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x002ACD33D758FcbDc72242A86Ed27eFA0006d42f",
- "status": "abandoned",
- "id": "0x002ACD33D758FcbDc72242A86Ed27eFA0006d42f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x002ACD33D758FcbDc72242A86Ed27eFA0006d42f/logo.png b/blockchains/ethereum/assets/0x002ACD33D758FcbDc72242A86Ed27eFA0006d42f/logo.png
deleted file mode 100644
index b6a123025141b..0000000000000
Binary files a/blockchains/ethereum/assets/0x002ACD33D758FcbDc72242A86Ed27eFA0006d42f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x00380143129167395e8B4F0a35EDc1bC60E7cE65/info.json b/blockchains/ethereum/assets/0x00380143129167395e8B4F0a35EDc1bC60E7cE65/info.json
deleted file mode 100644
index 6e01b560c659f..0000000000000
--- a/blockchains/ethereum/assets/0x00380143129167395e8B4F0a35EDc1bC60E7cE65/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CIorigin",
- "symbol": "CIG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.ciorigin.net/",
- "explorer": "https://etherscan.io/token/0x00380143129167395e8B4F0a35EDc1bC60E7cE65",
- "status": "abandoned",
- "id": "0x00380143129167395e8B4F0a35EDc1bC60E7cE65"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x00380143129167395e8B4F0a35EDc1bC60E7cE65/logo.png b/blockchains/ethereum/assets/0x00380143129167395e8B4F0a35EDc1bC60E7cE65/logo.png
deleted file mode 100644
index a421f85ca491b..0000000000000
Binary files a/blockchains/ethereum/assets/0x00380143129167395e8B4F0a35EDc1bC60E7cE65/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0051d363A60bD98d8A10927D10708e5eF853b306/info.json b/blockchains/ethereum/assets/0x0051d363A60bD98d8A10927D10708e5eF853b306/info.json
deleted file mode 100644
index d98c9ab0c6db2..0000000000000
--- a/blockchains/ethereum/assets/0x0051d363A60bD98d8A10927D10708e5eF853b306/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SWAPCOINZ",
- "symbol": "SPZ",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0051d363A60bD98d8A10927D10708e5eF853b306",
- "status": "abandoned",
- "id": "0x0051d363A60bD98d8A10927D10708e5eF853b306"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0051d363A60bD98d8A10927D10708e5eF853b306/logo.png b/blockchains/ethereum/assets/0x0051d363A60bD98d8A10927D10708e5eF853b306/logo.png
deleted file mode 100644
index 92e1c80a728c8..0000000000000
Binary files a/blockchains/ethereum/assets/0x0051d363A60bD98d8A10927D10708e5eF853b306/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x005B148048E06A250939f5B0Fc32AaE19c6c2c84/info.json b/blockchains/ethereum/assets/0x005B148048E06A250939f5B0Fc32AaE19c6c2c84/info.json
deleted file mode 100644
index 8183965e5d39e..0000000000000
--- a/blockchains/ethereum/assets/0x005B148048E06A250939f5B0Fc32AaE19c6c2c84/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Decentralized Accessible Content Chain",
- "symbol": "DACC",
- "type": "ERC20",
- "decimals": 6,
- "description": "DACC – Decentralized Accessible Content – is the first public chain that revolutionize online content and media identity and access management (IAM) worldwide. As an interactive platform, DAC, through the innovative use of blockchain technology, allows creators to control and protect their content, while also giving them a secure and efficient way of selling it globally.",
- "website": "http://dacc.co/",
- "explorer": "https://etherscan.io/token/0x005B148048E06A250939f5B0Fc32AaE19c6c2c84",
- "status": "active",
- "id": "0x005B148048E06A250939f5B0Fc32AaE19c6c2c84"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x005B148048E06A250939f5B0Fc32AaE19c6c2c84/logo.png b/blockchains/ethereum/assets/0x005B148048E06A250939f5B0Fc32AaE19c6c2c84/logo.png
deleted file mode 100644
index 9fbc575e06e5c..0000000000000
Binary files a/blockchains/ethereum/assets/0x005B148048E06A250939f5B0Fc32AaE19c6c2c84/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x005D1123878Fc55fbd56b54C73963b234a64af3c/info.json b/blockchains/ethereum/assets/0x005D1123878Fc55fbd56b54C73963b234a64af3c/info.json
deleted file mode 100644
index 21ecd8c8326c1..0000000000000
--- a/blockchains/ethereum/assets/0x005D1123878Fc55fbd56b54C73963b234a64af3c/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Kiba Inu",
- "type": "ERC20",
- "symbol": "KIBA",
- "decimals": 18,
- "website": "https://kibainu.space",
- "description": "Kiba Inu is creating an all in one dex trading platform for meme coins and will include built-in honeypot checker, reflections gains tracker in USD value with charts on the swap platform.",
- "explorer": "https://etherscan.io/token/0x005D1123878Fc55fbd56b54C73963b234a64af3c",
- "status": "active",
- "id": "0x005D1123878Fc55fbd56b54C73963b234a64af3c",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/kibainukiba"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/kiba-inu/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/kiba-inu/"
- }
- ],
- "tags": [
- "memes"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x005D1123878Fc55fbd56b54C73963b234a64af3c/logo.png b/blockchains/ethereum/assets/0x005D1123878Fc55fbd56b54C73963b234a64af3c/logo.png
deleted file mode 100644
index ef78281376c8b..0000000000000
Binary files a/blockchains/ethereum/assets/0x005D1123878Fc55fbd56b54C73963b234a64af3c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x006BeA43Baa3f7A6f765F14f10A1a1b08334EF45/info.json b/blockchains/ethereum/assets/0x006BeA43Baa3f7A6f765F14f10A1a1b08334EF45/info.json
deleted file mode 100644
index eebb67d3cb7a8..0000000000000
--- a/blockchains/ethereum/assets/0x006BeA43Baa3f7A6f765F14f10A1a1b08334EF45/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Stox",
- "symbol": "STX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.stox.com/en",
- "explorer": "https://etherscan.io/token/0x006BeA43Baa3f7A6f765F14f10A1a1b08334EF45",
- "status": "active",
- "id": "0x006BeA43Baa3f7A6f765F14f10A1a1b08334EF45"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x006BeA43Baa3f7A6f765F14f10A1a1b08334EF45/logo.png b/blockchains/ethereum/assets/0x006BeA43Baa3f7A6f765F14f10A1a1b08334EF45/logo.png
deleted file mode 100644
index deef7923e5c89..0000000000000
Binary files a/blockchains/ethereum/assets/0x006BeA43Baa3f7A6f765F14f10A1a1b08334EF45/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x00763473e9d7c82f38Ed843F021e2558D7422AD8/info.json b/blockchains/ethereum/assets/0x00763473e9d7c82f38Ed843F021e2558D7422AD8/info.json
deleted file mode 100644
index 713ab2e58f9aa..0000000000000
--- a/blockchains/ethereum/assets/0x00763473e9d7c82f38Ed843F021e2558D7422AD8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ducat",
- "symbol": "DUCAT",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x00763473e9d7c82f38Ed843F021e2558D7422AD8",
- "status": "abandoned",
- "id": "0x00763473e9d7c82f38Ed843F021e2558D7422AD8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x00763473e9d7c82f38Ed843F021e2558D7422AD8/logo.png b/blockchains/ethereum/assets/0x00763473e9d7c82f38Ed843F021e2558D7422AD8/logo.png
deleted file mode 100644
index 0007281a78376..0000000000000
Binary files a/blockchains/ethereum/assets/0x00763473e9d7c82f38Ed843F021e2558D7422AD8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x00865a6CA2529862Be9344C4f88800741B737Ee9/info.json b/blockchains/ethereum/assets/0x00865a6CA2529862Be9344C4f88800741B737Ee9/info.json
deleted file mode 100644
index a29a1a284d292..0000000000000
--- a/blockchains/ethereum/assets/0x00865a6CA2529862Be9344C4f88800741B737Ee9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KOPEX",
- "symbol": "KPX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x00865a6CA2529862Be9344C4f88800741B737Ee9",
- "status": "abandoned",
- "id": "0x00865a6CA2529862Be9344C4f88800741B737Ee9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x00865a6CA2529862Be9344C4f88800741B737Ee9/logo.png b/blockchains/ethereum/assets/0x00865a6CA2529862Be9344C4f88800741B737Ee9/logo.png
deleted file mode 100644
index 7a3cc1a78501f..0000000000000
Binary files a/blockchains/ethereum/assets/0x00865a6CA2529862Be9344C4f88800741B737Ee9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x009631F3cb11a9aF2E2f0186e698a2bC976D86Eb/info.json b/blockchains/ethereum/assets/0x009631F3cb11a9aF2E2f0186e698a2bC976D86Eb/info.json
deleted file mode 100644
index 5d123abdae095..0000000000000
--- a/blockchains/ethereum/assets/0x009631F3cb11a9aF2E2f0186e698a2bC976D86Eb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethereum Dragon",
- "symbol": "ETHD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x009631F3cb11a9aF2E2f0186e698a2bC976D86Eb",
- "status": "abandoned",
- "id": "0x009631F3cb11a9aF2E2f0186e698a2bC976D86Eb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x009631F3cb11a9aF2E2f0186e698a2bC976D86Eb/logo.png b/blockchains/ethereum/assets/0x009631F3cb11a9aF2E2f0186e698a2bC976D86Eb/logo.png
deleted file mode 100644
index 39d33b2eceea7..0000000000000
Binary files a/blockchains/ethereum/assets/0x009631F3cb11a9aF2E2f0186e698a2bC976D86Eb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x009a7c8B62Ec98f734FdE06904Def69E95898726/info.json b/blockchains/ethereum/assets/0x009a7c8B62Ec98f734FdE06904Def69E95898726/info.json
deleted file mode 100644
index 91471cb7443a6..0000000000000
--- a/blockchains/ethereum/assets/0x009a7c8B62Ec98f734FdE06904Def69E95898726/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 069-CN31",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x009a7c8B62Ec98f734FdE06904Def69E95898726",
- "status": "abandoned",
- "id": "0x009a7c8B62Ec98f734FdE06904Def69E95898726"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x009a7c8B62Ec98f734FdE06904Def69E95898726/logo.png b/blockchains/ethereum/assets/0x009a7c8B62Ec98f734FdE06904Def69E95898726/logo.png
deleted file mode 100644
index 8e7e6c06b1603..0000000000000
Binary files a/blockchains/ethereum/assets/0x009a7c8B62Ec98f734FdE06904Def69E95898726/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x00A79FF8fff20331B9DF63fC6f92eb7D9991C223/info.json b/blockchains/ethereum/assets/0x00A79FF8fff20331B9DF63fC6f92eb7D9991C223/info.json
deleted file mode 100644
index 30ea82510e370..0000000000000
--- a/blockchains/ethereum/assets/0x00A79FF8fff20331B9DF63fC6f92eb7D9991C223/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "the Naperie",
- "symbol": "NAP",
- "type": "ERC20",
- "decimals": 1,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x00A79FF8fff20331B9DF63fC6f92eb7D9991C223",
- "status": "abandoned",
- "id": "0x00A79FF8fff20331B9DF63fC6f92eb7D9991C223"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x00A79FF8fff20331B9DF63fC6f92eb7D9991C223/logo.png b/blockchains/ethereum/assets/0x00A79FF8fff20331B9DF63fC6f92eb7D9991C223/logo.png
deleted file mode 100644
index b0fa5d9c9e65d..0000000000000
Binary files a/blockchains/ethereum/assets/0x00A79FF8fff20331B9DF63fC6f92eb7D9991C223/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x00B7db6B4431e345eee5cc23D21E8dbC1d5cADA3/info.json b/blockchains/ethereum/assets/0x00B7db6B4431e345eee5cc23D21E8dbC1d5cADA3/info.json
deleted file mode 100644
index 224f5f563856a..0000000000000
--- a/blockchains/ethereum/assets/0x00B7db6B4431e345eee5cc23D21E8dbC1d5cADA3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CyberTronChain",
- "symbol": "CTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Cybertronchain is an oracle of connecting payment system with the blockchain network for kiosk and payment terminals. It bridging kiosks and payment terminals with cryptocurrencies such Ethereum, bitcoin, ripple, litecoin, and many more others",
- "website": "https://cybertronchain.com/",
- "explorer": "https://etherscan.io/token/0x00B7db6B4431e345eee5cc23D21E8dbC1d5cADA3",
- "status": "active",
- "id": "0x00B7db6B4431e345eee5cc23D21E8dbC1d5cADA3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x00B7db6B4431e345eee5cc23D21E8dbC1d5cADA3/logo.png b/blockchains/ethereum/assets/0x00B7db6B4431e345eee5cc23D21E8dbC1d5cADA3/logo.png
deleted file mode 100644
index 0f9588b7aba32..0000000000000
Binary files a/blockchains/ethereum/assets/0x00B7db6B4431e345eee5cc23D21E8dbC1d5cADA3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x00D1793D7C3aAE506257Ba985b34C76AaF642557/info.json b/blockchains/ethereum/assets/0x00D1793D7C3aAE506257Ba985b34C76AaF642557/info.json
deleted file mode 100644
index 5d3444aa490f3..0000000000000
--- a/blockchains/ethereum/assets/0x00D1793D7C3aAE506257Ba985b34C76AaF642557/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tacos",
- "symbol": "TACO",
- "type": "ERC20",
- "decimals": 18,
- "description": "TACO claims to be an NFT Platform for taco related art created by mostly latino artists. It is claimed that this project serves as a launchpad for aspiring artists to connect with NFT collectors around the world.",
- "website": "https://www.taconomics.io",
- "explorer": "https://etherscan.io/token/0x00D1793D7C3aAE506257Ba985b34C76AaF642557",
- "status": "active",
- "id": "0x00D1793D7C3aAE506257Ba985b34C76AaF642557"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x00D1793D7C3aAE506257Ba985b34C76AaF642557/logo.png b/blockchains/ethereum/assets/0x00D1793D7C3aAE506257Ba985b34C76AaF642557/logo.png
deleted file mode 100644
index dd7dab6236a67..0000000000000
Binary files a/blockchains/ethereum/assets/0x00D1793D7C3aAE506257Ba985b34C76AaF642557/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x00D270d9A41886A8E6E433911AE2F7D257b60051/info.json b/blockchains/ethereum/assets/0x00D270d9A41886A8E6E433911AE2F7D257b60051/info.json
deleted file mode 100644
index 7531eb058c8b5..0000000000000
--- a/blockchains/ethereum/assets/0x00D270d9A41886A8E6E433911AE2F7D257b60051/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BUZZ",
- "symbol": "BUZZ",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x00D270d9A41886A8E6E433911AE2F7D257b60051",
- "status": "abandoned",
- "id": "0x00D270d9A41886A8E6E433911AE2F7D257b60051"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x00D270d9A41886A8E6E433911AE2F7D257b60051/logo.png b/blockchains/ethereum/assets/0x00D270d9A41886A8E6E433911AE2F7D257b60051/logo.png
deleted file mode 100644
index 64da3db9695f2..0000000000000
Binary files a/blockchains/ethereum/assets/0x00D270d9A41886A8E6E433911AE2F7D257b60051/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x00E150D741Eda1d49d341189CAE4c08a73a49C95/info.json b/blockchains/ethereum/assets/0x00E150D741Eda1d49d341189CAE4c08a73a49C95/info.json
deleted file mode 100644
index cdca38c392ca5..0000000000000
--- a/blockchains/ethereum/assets/0x00E150D741Eda1d49d341189CAE4c08a73a49C95/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "InfinitusTokens",
- "symbol": "INF",
- "type": "ERC20",
- "decimals": 18,
- "description": "Infinitus describes itself as a blockchain-based decentralised mobile app (dApp). Users can reportedly safekeep encrypted digital data such as private keys, passwords, recovery seeds, pincodes or any alphanumeric data on a decentralised network.",
- "website": "https://inftech.io/",
- "explorer": "https://etherscan.io/token/0x00E150D741Eda1d49d341189CAE4c08a73a49C95",
- "status": "active",
- "id": "0x00E150D741Eda1d49d341189CAE4c08a73a49C95"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x00E150D741Eda1d49d341189CAE4c08a73a49C95/logo.png b/blockchains/ethereum/assets/0x00E150D741Eda1d49d341189CAE4c08a73a49C95/logo.png
deleted file mode 100644
index ddb2cb8f8605f..0000000000000
Binary files a/blockchains/ethereum/assets/0x00E150D741Eda1d49d341189CAE4c08a73a49C95/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x00a8b738E453fFd858a7edf03bcCfe20412f0Eb0/info.json b/blockchains/ethereum/assets/0x00a8b738E453fFd858a7edf03bcCfe20412f0Eb0/info.json
deleted file mode 100644
index 2561aff5b596c..0000000000000
--- a/blockchains/ethereum/assets/0x00a8b738E453fFd858a7edf03bcCfe20412f0Eb0/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "AllianceBlock",
- "website": "https://allianceblock.io",
- "description": "AllianceBlock is establishing the world’s first globally compliant decentralized capital market. Our solution is built on the principles of censorship resistance, transparency, and openness. AllianceBlock’s Prometheus protocol aims to realize a decentralized, collaborative and sustainable capital market that brings together issuers, investors, institutions, traders, experts, advisors, other service providers, and even talent.",
- "explorer": "https://etherscan.io/token/0x00a8b738E453fFd858a7edf03bcCfe20412f0Eb0",
- "type": "ERC20",
- "symbol": "ALBT",
- "decimals": 18,
- "status": "abandoned",
- "id": "0x00a8b738E453fFd858a7edf03bcCfe20412f0Eb0",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Stichting-AllianceBlock-Foundation/AllianceBlock-Contracts"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/allianceblock"
- },
- {
- "name": "telegram",
- "url": "https://t.me/allianceblock"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/hF7AGgt"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Allianceblock/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@allianceblock"
- },
- {
- "name": "whitepaper",
- "url": "https://www.allianceblock.io/AllianceBlock_WhitePaper_n47oEn0Aa.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x00c4B398500645eb5dA00a1a379a88B11683ba01/info.json b/blockchains/ethereum/assets/0x00c4B398500645eb5dA00a1a379a88B11683ba01/info.json
deleted file mode 100644
index ec756499da7d2..0000000000000
--- a/blockchains/ethereum/assets/0x00c4B398500645eb5dA00a1a379a88B11683ba01/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Eximchain Token",
- "symbol": "EXC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.eximchain.com/",
- "explorer": "https://etherscan.io/token/0x00c4B398500645eb5dA00a1a379a88B11683ba01",
- "status": "abandoned",
- "id": "0x00c4B398500645eb5dA00a1a379a88B11683ba01"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x00c4B398500645eb5dA00a1a379a88B11683ba01/logo.png b/blockchains/ethereum/assets/0x00c4B398500645eb5dA00a1a379a88B11683ba01/logo.png
deleted file mode 100644
index 431c1736a5e36..0000000000000
Binary files a/blockchains/ethereum/assets/0x00c4B398500645eb5dA00a1a379a88B11683ba01/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7/info.json b/blockchains/ethereum/assets/0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7/info.json
deleted file mode 100644
index 2003aea268774..0000000000000
--- a/blockchains/ethereum/assets/0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "SKALE Network",
- "website": "https://skale.network/",
- "description": "Skale is an ethereum interoperable elastic blockchain network.",
- "explorer": "https://etherscan.io/token/0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7",
- "type": "ERC20",
- "symbol": "SKL",
- "decimals": 18,
- "status": "active",
- "id": "0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://skale.network/whitepaper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7/logo.png b/blockchains/ethereum/assets/0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7/logo.png
deleted file mode 100644
index 32d64d5007e54..0000000000000
Binary files a/blockchains/ethereum/assets/0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x00eA6f91B00E080e816f1bB2faD71b0fe1528983/info.json b/blockchains/ethereum/assets/0x00eA6f91B00E080e816f1bB2faD71b0fe1528983/info.json
deleted file mode 100644
index 3b57fbac598f8..0000000000000
--- a/blockchains/ethereum/assets/0x00eA6f91B00E080e816f1bB2faD71b0fe1528983/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VCOIN",
- "symbol": "VN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x00eA6f91B00E080e816f1bB2faD71b0fe1528983",
- "status": "abandoned",
- "id": "0x00eA6f91B00E080e816f1bB2faD71b0fe1528983"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x00eA6f91B00E080e816f1bB2faD71b0fe1528983/logo.png b/blockchains/ethereum/assets/0x00eA6f91B00E080e816f1bB2faD71b0fe1528983/logo.png
deleted file mode 100644
index ae541d4baaf0f..0000000000000
Binary files a/blockchains/ethereum/assets/0x00eA6f91B00E080e816f1bB2faD71b0fe1528983/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x00fC270C9cc13e878Ab5363D00354bebF6f05C15/info.json b/blockchains/ethereum/assets/0x00fC270C9cc13e878Ab5363D00354bebF6f05C15/info.json
deleted file mode 100644
index 5808084401c62..0000000000000
--- a/blockchains/ethereum/assets/0x00fC270C9cc13e878Ab5363D00354bebF6f05C15/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VNX Exchange",
- "symbol": "VNXLU",
- "type": "ERC20",
- "decimals": 18,
- "description": "VNX is developing the world's first decentralized marketplace and trading platform, where investors can buy and sell tokenized investment portfolios of venture capital funds and accelerators.",
- "website": "https://vnx.io/",
- "explorer": "https://etherscan.io/token/0x00fC270C9cc13e878Ab5363D00354bebF6f05C15",
- "status": "active",
- "id": "0x00fC270C9cc13e878Ab5363D00354bebF6f05C15"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x00fC270C9cc13e878Ab5363D00354bebF6f05C15/logo.png b/blockchains/ethereum/assets/0x00fC270C9cc13e878Ab5363D00354bebF6f05C15/logo.png
deleted file mode 100644
index e138baf248389..0000000000000
Binary files a/blockchains/ethereum/assets/0x00fC270C9cc13e878Ab5363D00354bebF6f05C15/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x010c282118aA76174CE5952572BA715CF60A0c9B/info.json b/blockchains/ethereum/assets/0x010c282118aA76174CE5952572BA715CF60A0c9B/info.json
deleted file mode 100644
index d804279fdb8b6..0000000000000
--- a/blockchains/ethereum/assets/0x010c282118aA76174CE5952572BA715CF60A0c9B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VINX",
- "website": "https://vinxcoin.com/",
- "description": "Asset Backed By Wine And Vineyard Investment Funds",
- "explorer": "https://etherscan.io/token/0x010c282118aA76174CE5952572BA715CF60A0c9B",
- "type": "ERC20",
- "symbol": "VINX",
- "decimals": 18,
- "status": "active",
- "id": "0x010c282118aA76174CE5952572BA715CF60A0c9B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x010c282118aA76174CE5952572BA715CF60A0c9B/logo.png b/blockchains/ethereum/assets/0x010c282118aA76174CE5952572BA715CF60A0c9B/logo.png
deleted file mode 100644
index 9d189b6d5d06a..0000000000000
Binary files a/blockchains/ethereum/assets/0x010c282118aA76174CE5952572BA715CF60A0c9B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0110Aa21dD3908837b8589eCc4bD5161b0235bB8/info.json b/blockchains/ethereum/assets/0x0110Aa21dD3908837b8589eCc4bD5161b0235bB8/info.json
deleted file mode 100644
index 7be3847cba784..0000000000000
--- a/blockchains/ethereum/assets/0x0110Aa21dD3908837b8589eCc4bD5161b0235bB8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PoaToken",
- "symbol": "POA",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0110Aa21dD3908837b8589eCc4bD5161b0235bB8",
- "status": "abandoned",
- "id": "0x0110Aa21dD3908837b8589eCc4bD5161b0235bB8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0110Aa21dD3908837b8589eCc4bD5161b0235bB8/logo.png b/blockchains/ethereum/assets/0x0110Aa21dD3908837b8589eCc4bD5161b0235bB8/logo.png
deleted file mode 100755
index 1a1dddb62c715..0000000000000
Binary files a/blockchains/ethereum/assets/0x0110Aa21dD3908837b8589eCc4bD5161b0235bB8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x01139476be434EDf3A5041748d458c85e85B3313/info.json b/blockchains/ethereum/assets/0x01139476be434EDf3A5041748d458c85e85B3313/info.json
deleted file mode 100644
index f488ed959e85a..0000000000000
--- a/blockchains/ethereum/assets/0x01139476be434EDf3A5041748d458c85e85B3313/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "W",
- "symbol": "TUKFR1-34/50W34",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x01139476be434EDf3A5041748d458c85e85B3313",
- "status": "abandoned",
- "id": "0x01139476be434EDf3A5041748d458c85e85B3313"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x01139476be434EDf3A5041748d458c85e85B3313/logo.png b/blockchains/ethereum/assets/0x01139476be434EDf3A5041748d458c85e85B3313/logo.png
deleted file mode 100644
index 2f5e0aaffce6c..0000000000000
Binary files a/blockchains/ethereum/assets/0x01139476be434EDf3A5041748d458c85e85B3313/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0132A1871B9c985354Ad16D5fC1cc6f1eC32c4D4/info.json b/blockchains/ethereum/assets/0x0132A1871B9c985354Ad16D5fC1cc6f1eC32c4D4/info.json
deleted file mode 100644
index 4d34533cae002..0000000000000
--- a/blockchains/ethereum/assets/0x0132A1871B9c985354Ad16D5fC1cc6f1eC32c4D4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "cash",
- "symbol": "cash",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0132A1871B9c985354Ad16D5fC1cc6f1eC32c4D4",
- "status": "abandoned",
- "id": "0x0132A1871B9c985354Ad16D5fC1cc6f1eC32c4D4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0132A1871B9c985354Ad16D5fC1cc6f1eC32c4D4/logo.png b/blockchains/ethereum/assets/0x0132A1871B9c985354Ad16D5fC1cc6f1eC32c4D4/logo.png
deleted file mode 100755
index 8e850bcb1db67..0000000000000
Binary files a/blockchains/ethereum/assets/0x0132A1871B9c985354Ad16D5fC1cc6f1eC32c4D4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0132aDFEB4FD0F361f5E69F7D269e2d80496B2f3/info.json b/blockchains/ethereum/assets/0x0132aDFEB4FD0F361f5E69F7D269e2d80496B2f3/info.json
deleted file mode 100644
index d128e15dacf5f..0000000000000
--- a/blockchains/ethereum/assets/0x0132aDFEB4FD0F361f5E69F7D269e2d80496B2f3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dafco Token",
- "symbol": "DAFCO",
- "type": "ERC20",
- "decimals": 18,
- "description": "DAFCO token is a foreign-exchange securities investment fund company and owns AI Technology with DAF BOT AI. DAFC provides solutions and technologies of robot fintech & foreign currencies.",
- "website": "https://dafco.info/",
- "explorer": "https://etherscan.io/token/0x0132aDFEB4FD0F361f5E69F7D269e2d80496B2f3",
- "status": "active",
- "id": "0x0132aDFEB4FD0F361f5E69F7D269e2d80496B2f3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0132aDFEB4FD0F361f5E69F7D269e2d80496B2f3/logo.png b/blockchains/ethereum/assets/0x0132aDFEB4FD0F361f5E69F7D269e2d80496B2f3/logo.png
deleted file mode 100644
index 459ece1710bb6..0000000000000
Binary files a/blockchains/ethereum/assets/0x0132aDFEB4FD0F361f5E69F7D269e2d80496B2f3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x013A06558f07d9E6F9A00c95a33f3a0E0255176b/info.json b/blockchains/ethereum/assets/0x013A06558f07d9E6F9A00c95a33f3a0E0255176b/info.json
deleted file mode 100644
index fe6362d4f5707..0000000000000
--- a/blockchains/ethereum/assets/0x013A06558f07d9E6F9A00c95a33f3a0E0255176b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BALI COIN",
- "symbol": "BALI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x013A06558f07d9E6F9A00c95a33f3a0E0255176b",
- "status": "abandoned",
- "id": "0x013A06558f07d9E6F9A00c95a33f3a0E0255176b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x013A06558f07d9E6F9A00c95a33f3a0E0255176b/logo.png b/blockchains/ethereum/assets/0x013A06558f07d9E6F9A00c95a33f3a0E0255176b/logo.png
deleted file mode 100755
index ce2c25f62e8c8..0000000000000
Binary files a/blockchains/ethereum/assets/0x013A06558f07d9E6F9A00c95a33f3a0E0255176b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x013AE307648f529aa72c5767A334DDd37aaB43c3/info.json b/blockchains/ethereum/assets/0x013AE307648f529aa72c5767A334DDd37aaB43c3/info.json
deleted file mode 100644
index bbe7018ff2dbf..0000000000000
--- a/blockchains/ethereum/assets/0x013AE307648f529aa72c5767A334DDd37aaB43c3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Synth sBNB",
- "symbol": "sBNB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://etherscan.io/token/0x013ae307648f529aa72c5767a334ddd37aab43c3",
- "explorer": "https://etherscan.io/token/0x013AE307648f529aa72c5767A334DDd37aaB43c3",
- "status": "abandoned",
- "id": "0x013AE307648f529aa72c5767A334DDd37aaB43c3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x013AE307648f529aa72c5767A334DDd37aaB43c3/logo.png b/blockchains/ethereum/assets/0x013AE307648f529aa72c5767A334DDd37aaB43c3/logo.png
deleted file mode 100644
index 90ea4155102ff..0000000000000
Binary files a/blockchains/ethereum/assets/0x013AE307648f529aa72c5767A334DDd37aaB43c3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0142C3B2fC51819B5aF5dFc4AA52Df9722790851/info.json b/blockchains/ethereum/assets/0x0142C3B2fC51819B5aF5dFc4AA52Df9722790851/info.json
deleted file mode 100644
index 76650434f0284..0000000000000
--- a/blockchains/ethereum/assets/0x0142C3B2fC51819B5aF5dFc4AA52Df9722790851/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Paycentos Token",
- "symbol": "PYN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://paycent.com/",
- "explorer": "https://etherscan.io/token/0x0142C3B2fC51819B5aF5dFc4AA52Df9722790851",
- "status": "abandoned",
- "id": "0x0142C3B2fC51819B5aF5dFc4AA52Df9722790851"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0142C3B2fC51819B5aF5dFc4AA52Df9722790851/logo.png b/blockchains/ethereum/assets/0x0142C3B2fC51819B5aF5dFc4AA52Df9722790851/logo.png
deleted file mode 100644
index fe2cb363853d8..0000000000000
Binary files a/blockchains/ethereum/assets/0x0142C3B2fC51819B5aF5dFc4AA52Df9722790851/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x014B50466590340D41307Cc54DCee990c8D58aa8/info.json b/blockchains/ethereum/assets/0x014B50466590340D41307Cc54DCee990c8D58aa8/info.json
deleted file mode 100644
index fae1a508f665c..0000000000000
--- a/blockchains/ethereum/assets/0x014B50466590340D41307Cc54DCee990c8D58aa8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ICOS",
- "symbol": "\"\"",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://icos.icobox.io/",
- "explorer": "https://etherscan.io/token/0x014B50466590340D41307Cc54DCee990c8D58aa8",
- "status": "abandoned",
- "id": "0x014B50466590340D41307Cc54DCee990c8D58aa8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x014B50466590340D41307Cc54DCee990c8D58aa8/logo.png b/blockchains/ethereum/assets/0x014B50466590340D41307Cc54DCee990c8D58aa8/logo.png
deleted file mode 100644
index 43d5fe880b064..0000000000000
Binary files a/blockchains/ethereum/assets/0x014B50466590340D41307Cc54DCee990c8D58aa8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x015228e32287BaCD2d8AA9B703C3e110BBCfCE0f/info.json b/blockchains/ethereum/assets/0x015228e32287BaCD2d8AA9B703C3e110BBCfCE0f/info.json
deleted file mode 100644
index 9fe77083b0317..0000000000000
--- a/blockchains/ethereum/assets/0x015228e32287BaCD2d8AA9B703C3e110BBCfCE0f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Jahcoin",
- "symbol": "JAH",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x015228e32287BaCD2d8AA9B703C3e110BBCfCE0f",
- "status": "abandoned",
- "id": "0x015228e32287BaCD2d8AA9B703C3e110BBCfCE0f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x015228e32287BaCD2d8AA9B703C3e110BBCfCE0f/logo.png b/blockchains/ethereum/assets/0x015228e32287BaCD2d8AA9B703C3e110BBCfCE0f/logo.png
deleted file mode 100644
index 74131f640727b..0000000000000
Binary files a/blockchains/ethereum/assets/0x015228e32287BaCD2d8AA9B703C3e110BBCfCE0f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x01522e6c543FF04E74842abD0F2AFEcC5EF5C281/info.json b/blockchains/ethereum/assets/0x01522e6c543FF04E74842abD0F2AFEcC5EF5C281/info.json
deleted file mode 100644
index 5c7a93cd41e57..0000000000000
--- a/blockchains/ethereum/assets/0x01522e6c543FF04E74842abD0F2AFEcC5EF5C281/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "upscaleeth",
- "symbol": "USC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x01522e6c543FF04E74842abD0F2AFEcC5EF5C281",
- "status": "abandoned",
- "id": "0x01522e6c543FF04E74842abD0F2AFEcC5EF5C281"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x01522e6c543FF04E74842abD0F2AFEcC5EF5C281/logo.png b/blockchains/ethereum/assets/0x01522e6c543FF04E74842abD0F2AFEcC5EF5C281/logo.png
deleted file mode 100644
index 8f8a571baa04c..0000000000000
Binary files a/blockchains/ethereum/assets/0x01522e6c543FF04E74842abD0F2AFEcC5EF5C281/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x016396044709EB3edc69C44f4d5Fa6996917E4e8/info.json b/blockchains/ethereum/assets/0x016396044709EB3edc69C44f4d5Fa6996917E4e8/info.json
deleted file mode 100644
index d66fa38324f28..0000000000000
--- a/blockchains/ethereum/assets/0x016396044709EB3edc69C44f4d5Fa6996917E4e8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KingXChain",
- "symbol": "KXC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://kingxchain.com/",
- "explorer": "https://etherscan.io/token/0x016396044709EB3edc69C44f4d5Fa6996917E4e8",
- "status": "abandoned",
- "id": "0x016396044709EB3edc69C44f4d5Fa6996917E4e8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x016396044709EB3edc69C44f4d5Fa6996917E4e8/logo.png b/blockchains/ethereum/assets/0x016396044709EB3edc69C44f4d5Fa6996917E4e8/logo.png
deleted file mode 100644
index aee25f37e9dc8..0000000000000
Binary files a/blockchains/ethereum/assets/0x016396044709EB3edc69C44f4d5Fa6996917E4e8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x016ee7373248a80BDe1fD6bAA001311d233b3CFa/info.json b/blockchains/ethereum/assets/0x016ee7373248a80BDe1fD6bAA001311d233b3CFa/info.json
deleted file mode 100644
index 38b4a4c7904ff..0000000000000
--- a/blockchains/ethereum/assets/0x016ee7373248a80BDe1fD6bAA001311d233b3CFa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": " 3X Short Bitcoin Token",
- "symbol": "BEAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "3X Short Bitcoin Token (BEAR) is an ERC20 token which seeks a return that corresponds to -3 times the daily return of Bitcoin.",
- "website": "https://ftx.com/tokens/BEAR",
- "explorer": "https://etherscan.io/token/0x016ee7373248a80BDe1fD6bAA001311d233b3CFa",
- "status": "active",
- "id": "0x016ee7373248a80BDe1fD6bAA001311d233b3CFa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x016ee7373248a80BDe1fD6bAA001311d233b3CFa/logo.png b/blockchains/ethereum/assets/0x016ee7373248a80BDe1fD6bAA001311d233b3CFa/logo.png
deleted file mode 100644
index 36d37c8b5358a..0000000000000
Binary files a/blockchains/ethereum/assets/0x016ee7373248a80BDe1fD6bAA001311d233b3CFa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0172BF2edEd9D1CE712E52Fd27e8f18a502B1172/info.json b/blockchains/ethereum/assets/0x0172BF2edEd9D1CE712E52Fd27e8f18a502B1172/info.json
deleted file mode 100644
index 04ca0fba9786e..0000000000000
--- a/blockchains/ethereum/assets/0x0172BF2edEd9D1CE712E52Fd27e8f18a502B1172/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Town",
- "symbol": "TOWN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0172BF2edEd9D1CE712E52Fd27e8f18a502B1172",
- "status": "abandoned",
- "id": "0x0172BF2edEd9D1CE712E52Fd27e8f18a502B1172"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0172BF2edEd9D1CE712E52Fd27e8f18a502B1172/logo.png b/blockchains/ethereum/assets/0x0172BF2edEd9D1CE712E52Fd27e8f18a502B1172/logo.png
deleted file mode 100644
index 2a928c9ef5a0d..0000000000000
Binary files a/blockchains/ethereum/assets/0x0172BF2edEd9D1CE712E52Fd27e8f18a502B1172/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0189d31F6629c359007f72B8D5Ec8Fa1C126f95c/info.json b/blockchains/ethereum/assets/0x0189d31F6629c359007f72B8D5Ec8Fa1C126f95c/info.json
deleted file mode 100644
index 5c4dba55796af..0000000000000
--- a/blockchains/ethereum/assets/0x0189d31F6629c359007f72B8D5Ec8Fa1C126f95c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SNSTOKEN",
- "symbol": "SNS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0189d31F6629c359007f72B8D5Ec8Fa1C126f95c",
- "status": "abandoned",
- "id": "0x0189d31F6629c359007f72B8D5Ec8Fa1C126f95c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0189d31F6629c359007f72B8D5Ec8Fa1C126f95c/logo.png b/blockchains/ethereum/assets/0x0189d31F6629c359007f72B8D5Ec8Fa1C126f95c/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x0189d31F6629c359007f72B8D5Ec8Fa1C126f95c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x018d7D179350f1Bb9853D04982820E37ccE13a92/info.json b/blockchains/ethereum/assets/0x018d7D179350f1Bb9853D04982820E37ccE13a92/info.json
deleted file mode 100644
index bcd6f9a088410..0000000000000
--- a/blockchains/ethereum/assets/0x018d7D179350f1Bb9853D04982820E37ccE13a92/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "INMAX",
- "symbol": "INX",
- "type": "ERC20",
- "decimals": 8,
- "description": "INMAX is A dependable digital asset exchange and financial system.",
- "website": "https://inmax.live",
- "explorer": "https://etherscan.io/token/0x018d7D179350f1Bb9853D04982820E37ccE13a92",
- "status": "active",
- "id": "0x018d7D179350f1Bb9853D04982820E37ccE13a92"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x018d7D179350f1Bb9853D04982820E37ccE13a92/logo.png b/blockchains/ethereum/assets/0x018d7D179350f1Bb9853D04982820E37ccE13a92/logo.png
deleted file mode 100644
index 3c90343501cfd..0000000000000
Binary files a/blockchains/ethereum/assets/0x018d7D179350f1Bb9853D04982820E37ccE13a92/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0198f46f520F33cd4329bd4bE380a25a90536CD5/info.json b/blockchains/ethereum/assets/0x0198f46f520F33cd4329bd4bE380a25a90536CD5/info.json
deleted file mode 100644
index e49b42d05b01f..0000000000000
--- a/blockchains/ethereum/assets/0x0198f46f520F33cd4329bd4bE380a25a90536CD5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PlayChip",
- "symbol": "PLA",
- "type": "ERC20",
- "decimals": 18,
- "description": "PlayChip’s vision is to become the Universal Gaming Token. PlayChip is an ERC20 token at the centre of an existing online gaming ecosystem.",
- "website": "https://www.playchip.global/",
- "explorer": "https://etherscan.io/token/0x0198f46f520F33cd4329bd4bE380a25a90536CD5",
- "status": "active",
- "id": "0x0198f46f520F33cd4329bd4bE380a25a90536CD5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0198f46f520F33cd4329bd4bE380a25a90536CD5/logo.png b/blockchains/ethereum/assets/0x0198f46f520F33cd4329bd4bE380a25a90536CD5/logo.png
deleted file mode 100644
index 9da32f8fc9269..0000000000000
Binary files a/blockchains/ethereum/assets/0x0198f46f520F33cd4329bd4bE380a25a90536CD5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x01995786f1435743C42B7f2276C496a610B58612/info.json b/blockchains/ethereum/assets/0x01995786f1435743C42B7f2276C496a610B58612/info.json
deleted file mode 100644
index 51c1f859041a5..0000000000000
--- a/blockchains/ethereum/assets/0x01995786f1435743C42B7f2276C496a610B58612/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SanDianZhong",
- "symbol": "SDZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x01995786f1435743C42B7f2276C496a610B58612",
- "status": "abandoned",
- "id": "0x01995786f1435743C42B7f2276C496a610B58612"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x01995786f1435743C42B7f2276C496a610B58612/logo.png b/blockchains/ethereum/assets/0x01995786f1435743C42B7f2276C496a610B58612/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x01995786f1435743C42B7f2276C496a610B58612/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x01C0987E88F778DF6640787226bc96354E1a9766/info.json b/blockchains/ethereum/assets/0x01C0987E88F778DF6640787226bc96354E1a9766/info.json
deleted file mode 100644
index ac4a36400e7e8..0000000000000
--- a/blockchains/ethereum/assets/0x01C0987E88F778DF6640787226bc96354E1a9766/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UltrAlpha token",
- "symbol": "UAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "UAT is a non-refundable functional utility token which will be used as the payment medium of service exchange between participants on the UAT platform.",
- "website": "https://ultralpha.io/",
- "explorer": "https://etherscan.io/token/0x01C0987E88F778DF6640787226bc96354E1a9766",
- "status": "active",
- "id": "0x01C0987E88F778DF6640787226bc96354E1a9766"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x01C0987E88F778DF6640787226bc96354E1a9766/logo.png b/blockchains/ethereum/assets/0x01C0987E88F778DF6640787226bc96354E1a9766/logo.png
deleted file mode 100644
index e11099910d43b..0000000000000
Binary files a/blockchains/ethereum/assets/0x01C0987E88F778DF6640787226bc96354E1a9766/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x01E2087BE8C34fB06229Aa9e49BF801a89d30d9D/info.json b/blockchains/ethereum/assets/0x01E2087BE8C34fB06229Aa9e49BF801a89d30d9D/info.json
deleted file mode 100644
index 6c3c33d5a0686..0000000000000
--- a/blockchains/ethereum/assets/0x01E2087BE8C34fB06229Aa9e49BF801a89d30d9D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Miles Coin",
- "symbol": "MILES",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x01E2087BE8C34fB06229Aa9e49BF801a89d30d9D",
- "status": "abandoned",
- "id": "0x01E2087BE8C34fB06229Aa9e49BF801a89d30d9D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x01E2087BE8C34fB06229Aa9e49BF801a89d30d9D/logo.png b/blockchains/ethereum/assets/0x01E2087BE8C34fB06229Aa9e49BF801a89d30d9D/logo.png
deleted file mode 100644
index 4a6f2c7740049..0000000000000
Binary files a/blockchains/ethereum/assets/0x01E2087BE8C34fB06229Aa9e49BF801a89d30d9D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x01E45B8D0c51f05F17385DD3416fE3aA5BFd89aC/info.json b/blockchains/ethereum/assets/0x01E45B8D0c51f05F17385DD3416fE3aA5BFd89aC/info.json
deleted file mode 100644
index 2f8cc8cf43195..0000000000000
--- a/blockchains/ethereum/assets/0x01E45B8D0c51f05F17385DD3416fE3aA5BFd89aC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COINBIG",
- "symbol": "CB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.coinbig.com/cb.html",
- "explorer": "https://etherscan.io/token/0x01E45B8D0c51f05F17385DD3416fE3aA5BFd89aC",
- "status": "abandoned",
- "id": "0x01E45B8D0c51f05F17385DD3416fE3aA5BFd89aC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x01E45B8D0c51f05F17385DD3416fE3aA5BFd89aC/logo.png b/blockchains/ethereum/assets/0x01E45B8D0c51f05F17385DD3416fE3aA5BFd89aC/logo.png
deleted file mode 100644
index cb727de63c367..0000000000000
Binary files a/blockchains/ethereum/assets/0x01E45B8D0c51f05F17385DD3416fE3aA5BFd89aC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x01FDB5103a0D9De8d12e32E7775D5799bD715a54/info.json b/blockchains/ethereum/assets/0x01FDB5103a0D9De8d12e32E7775D5799bD715a54/info.json
deleted file mode 100644
index 4947ce8e65841..0000000000000
--- a/blockchains/ethereum/assets/0x01FDB5103a0D9De8d12e32E7775D5799bD715a54/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QBUX",
- "symbol": "QBUX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x01FDB5103a0D9De8d12e32E7775D5799bD715a54",
- "status": "abandoned",
- "id": "0x01FDB5103a0D9De8d12e32E7775D5799bD715a54"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x01FDB5103a0D9De8d12e32E7775D5799bD715a54/logo.png b/blockchains/ethereum/assets/0x01FDB5103a0D9De8d12e32E7775D5799bD715a54/logo.png
deleted file mode 100644
index 761d98aea4fc0..0000000000000
Binary files a/blockchains/ethereum/assets/0x01FDB5103a0D9De8d12e32E7775D5799bD715a54/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x01aF924198e893fC57A1b2D2BE5a6CC420B8764A/info.json b/blockchains/ethereum/assets/0x01aF924198e893fC57A1b2D2BE5a6CC420B8764A/info.json
deleted file mode 100644
index 52ad279b12717..0000000000000
--- a/blockchains/ethereum/assets/0x01aF924198e893fC57A1b2D2BE5a6CC420B8764A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RaiseEntertainmentToken",
- "symbol": "RET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x01aF924198e893fC57A1b2D2BE5a6CC420B8764A",
- "status": "abandoned",
- "id": "0x01aF924198e893fC57A1b2D2BE5a6CC420B8764A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x01aF924198e893fC57A1b2D2BE5a6CC420B8764A/logo.png b/blockchains/ethereum/assets/0x01aF924198e893fC57A1b2D2BE5a6CC420B8764A/logo.png
deleted file mode 100644
index 1586f72b92ffb..0000000000000
Binary files a/blockchains/ethereum/assets/0x01aF924198e893fC57A1b2D2BE5a6CC420B8764A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x01aa952C2aa0259198E403c10799557e9a6B1EC1/info.json b/blockchains/ethereum/assets/0x01aa952C2aa0259198E403c10799557e9a6B1EC1/info.json
deleted file mode 100644
index 5548721ac6771..0000000000000
--- a/blockchains/ethereum/assets/0x01aa952C2aa0259198E403c10799557e9a6B1EC1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Brezcoin",
- "symbol": "BREZ",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x01aa952C2aa0259198E403c10799557e9a6B1EC1",
- "status": "abandoned",
- "id": "0x01aa952C2aa0259198E403c10799557e9a6B1EC1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x01aa952C2aa0259198E403c10799557e9a6B1EC1/logo.png b/blockchains/ethereum/assets/0x01aa952C2aa0259198E403c10799557e9a6B1EC1/logo.png
deleted file mode 100755
index f1427ad857f23..0000000000000
Binary files a/blockchains/ethereum/assets/0x01aa952C2aa0259198E403c10799557e9a6B1EC1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x01b3Ec4aAe1B8729529BEB4965F27d008788B0EB/info.json b/blockchains/ethereum/assets/0x01b3Ec4aAe1B8729529BEB4965F27d008788B0EB/info.json
deleted file mode 100644
index c374c6ffaebfc..0000000000000
--- a/blockchains/ethereum/assets/0x01b3Ec4aAe1B8729529BEB4965F27d008788B0EB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DA Power Play Token",
- "symbol": "DPP",
- "type": "ERC20",
- "decimals": 18,
- "description": "Digital Assets Power Play Ltd. (DPP) is the leading developer of algorithmic crypto trading tools, services, and software. DPP offers a full suite of revolutionary and intuitive tools for algo strategy creation, DPP DataStreams, DPP Historical, DPP Trader+, DPP TradeVenue and DPP Coinvestor.",
- "website": "https://dapowerplay.com/",
- "explorer": "https://etherscan.io/token/0x01b3Ec4aAe1B8729529BEB4965F27d008788B0EB",
- "status": "active",
- "id": "0x01b3Ec4aAe1B8729529BEB4965F27d008788B0EB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x01b3Ec4aAe1B8729529BEB4965F27d008788B0EB/logo.png b/blockchains/ethereum/assets/0x01b3Ec4aAe1B8729529BEB4965F27d008788B0EB/logo.png
deleted file mode 100644
index 0c0700aaaf8be..0000000000000
Binary files a/blockchains/ethereum/assets/0x01b3Ec4aAe1B8729529BEB4965F27d008788B0EB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x01bcd148c54cA43Dad8C195100998DED48FaD39c/info.json b/blockchains/ethereum/assets/0x01bcd148c54cA43Dad8C195100998DED48FaD39c/info.json
deleted file mode 100644
index 6fd8025a27034..0000000000000
--- a/blockchains/ethereum/assets/0x01bcd148c54cA43Dad8C195100998DED48FaD39c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RACECOIN",
- "symbol": "RAN",
- "type": "ERC20",
- "decimals": 18,
- "description": "aceCoin is designed to be a precious possession in the growing cryptocurrency market. We give RaceCoin owners control over their money without compromising on convenience.",
- "website": "https://racecoin.io/",
- "explorer": "https://etherscan.io/token/0x01bcd148c54cA43Dad8C195100998DED48FaD39c",
- "status": "active",
- "id": "0x01bcd148c54cA43Dad8C195100998DED48FaD39c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x01bcd148c54cA43Dad8C195100998DED48FaD39c/logo.png b/blockchains/ethereum/assets/0x01bcd148c54cA43Dad8C195100998DED48FaD39c/logo.png
deleted file mode 100644
index 4fb479f014ef7..0000000000000
Binary files a/blockchains/ethereum/assets/0x01bcd148c54cA43Dad8C195100998DED48FaD39c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x01cC4151fe5f00EfB8dF2F90ff833725d3a482a3/info.json b/blockchains/ethereum/assets/0x01cC4151fe5f00EfB8dF2F90ff833725d3a482a3/info.json
deleted file mode 100644
index ccfdd8acffdb6..0000000000000
--- a/blockchains/ethereum/assets/0x01cC4151fe5f00EfB8dF2F90ff833725d3a482a3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SPECTRUM",
- "symbol": "SPT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://spectrum-token.com/",
- "explorer": "https://etherscan.io/token/0x01cC4151fe5f00EfB8dF2F90ff833725d3a482a3",
- "status": "abandoned",
- "id": "0x01cC4151fe5f00EfB8dF2F90ff833725d3a482a3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x01cC4151fe5f00EfB8dF2F90ff833725d3a482a3/logo.png b/blockchains/ethereum/assets/0x01cC4151fe5f00EfB8dF2F90ff833725d3a482a3/logo.png
deleted file mode 100644
index b456d75abf687..0000000000000
Binary files a/blockchains/ethereum/assets/0x01cC4151fe5f00EfB8dF2F90ff833725d3a482a3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x01cd3D9dF5869ca7954745663bd6201C571E05Cf/info.json b/blockchains/ethereum/assets/0x01cd3D9dF5869ca7954745663bd6201C571E05Cf/info.json
deleted file mode 100644
index f00467ac0c965..0000000000000
--- a/blockchains/ethereum/assets/0x01cd3D9dF5869ca7954745663bd6201C571E05Cf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LULU Token",
- "symbol": "LULU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x01cd3D9dF5869ca7954745663bd6201C571E05Cf",
- "status": "abandoned",
- "id": "0x01cd3D9dF5869ca7954745663bd6201C571E05Cf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x01cd3D9dF5869ca7954745663bd6201C571E05Cf/logo.png b/blockchains/ethereum/assets/0x01cd3D9dF5869ca7954745663bd6201C571E05Cf/logo.png
deleted file mode 100644
index dfc5ca432eab0..0000000000000
Binary files a/blockchains/ethereum/assets/0x01cd3D9dF5869ca7954745663bd6201C571E05Cf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x01f79a6d6023C3b7d66144A14a1a0513E0077FcE/info.json b/blockchains/ethereum/assets/0x01f79a6d6023C3b7d66144A14a1a0513E0077FcE/info.json
deleted file mode 100644
index a77fc551b4d38..0000000000000
--- a/blockchains/ethereum/assets/0x01f79a6d6023C3b7d66144A14a1a0513E0077FcE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COMMUNITY MONEY",
- "symbol": "CMMO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x01f79a6d6023C3b7d66144A14a1a0513E0077FcE",
- "status": "abandoned",
- "id": "0x01f79a6d6023C3b7d66144A14a1a0513E0077FcE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x01f79a6d6023C3b7d66144A14a1a0513E0077FcE/logo.png b/blockchains/ethereum/assets/0x01f79a6d6023C3b7d66144A14a1a0513E0077FcE/logo.png
deleted file mode 100644
index 6e5a72c704641..0000000000000
Binary files a/blockchains/ethereum/assets/0x01f79a6d6023C3b7d66144A14a1a0513E0077FcE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x01fF50f8b7f74E4f00580d9596cd3D0d6d6E326f/info.json b/blockchains/ethereum/assets/0x01fF50f8b7f74E4f00580d9596cd3D0d6d6E326f/info.json
deleted file mode 100644
index f64e028b89209..0000000000000
--- a/blockchains/ethereum/assets/0x01fF50f8b7f74E4f00580d9596cd3D0d6d6E326f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BF Token",
- "symbol": "BFT",
- "type": "ERC20",
- "decimals": 18,
- "description": "BnKToTheFuture (BFT) is an online investment platform created to facilitate investments in equity and cryptoassets",
- "website": "https://bf-token.bnktothefuture.com",
- "explorer": "https://etherscan.io/token/0x01fF50f8b7f74E4f00580d9596cd3D0d6d6E326f",
- "status": "active",
- "id": "0x01fF50f8b7f74E4f00580d9596cd3D0d6d6E326f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x01fF50f8b7f74E4f00580d9596cd3D0d6d6E326f/logo.png b/blockchains/ethereum/assets/0x01fF50f8b7f74E4f00580d9596cd3D0d6d6E326f/logo.png
deleted file mode 100644
index 49cb656fbdb2d..0000000000000
Binary files a/blockchains/ethereum/assets/0x01fF50f8b7f74E4f00580d9596cd3D0d6d6E326f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0200412995f1baFef0D3F97C4E28Ac2515EC1eCE/info.json b/blockchains/ethereum/assets/0x0200412995f1baFef0D3F97C4E28Ac2515EC1eCE/info.json
deleted file mode 100644
index 72912b7b7f833..0000000000000
--- a/blockchains/ethereum/assets/0x0200412995f1baFef0D3F97C4E28Ac2515EC1eCE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FollowCoin",
- "symbol": "FLLW",
- "type": "ERC20",
- "decimals": 18,
- "description": "Follow Coin is the platform to excel in trading in the Cryptocurrency world! You can follow and copy influencers with the highest reputation and much more!",
- "website": "https://followcoin.io/",
- "explorer": "https://etherscan.io/token/0x0200412995f1baFef0D3F97C4E28Ac2515EC1eCE",
- "status": "abandoned",
- "id": "0x0200412995f1baFef0D3F97C4E28Ac2515EC1eCE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0200412995f1baFef0D3F97C4E28Ac2515EC1eCE/logo.png b/blockchains/ethereum/assets/0x0200412995f1baFef0D3F97C4E28Ac2515EC1eCE/logo.png
deleted file mode 100755
index 7f68552755ba0..0000000000000
Binary files a/blockchains/ethereum/assets/0x0200412995f1baFef0D3F97C4E28Ac2515EC1eCE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0202Be363B8a4820f3F4DE7FaF5224fF05943AB1/info.json b/blockchains/ethereum/assets/0x0202Be363B8a4820f3F4DE7FaF5224fF05943AB1/info.json
deleted file mode 100644
index 043871482de1e..0000000000000
--- a/blockchains/ethereum/assets/0x0202Be363B8a4820f3F4DE7FaF5224fF05943AB1/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "UniLend",
- "website": "https://unilend.finance//",
- "description": "UniLend is a permission-less decentralized protocol that combines spot trading services and money markets with lending and borrowing services through smart contracts. Existing DeFi platforms act as a gatekeeper, thereby barring the majority of assets from participation. Multi-asset pools also expose lenders to risk associated with all of the included assets.",
- "explorer": "https://etherscan.io/token/0x0202Be363B8a4820f3F4DE7FaF5224fF05943AB1",
- "type": "ERC20",
- "symbol": "UFT",
- "decimals": 18,
- "status": "active",
- "id": "0x0202Be363B8a4820f3F4DE7FaF5224fF05943AB1",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/unilend"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/UniLend_Finance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/UniLendFinance"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@UniLend"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0202Be363B8a4820f3F4DE7FaF5224fF05943AB1/logo.png b/blockchains/ethereum/assets/0x0202Be363B8a4820f3F4DE7FaF5224fF05943AB1/logo.png
deleted file mode 100644
index dca861df3acea..0000000000000
Binary files a/blockchains/ethereum/assets/0x0202Be363B8a4820f3F4DE7FaF5224fF05943AB1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x020C710646e23AB868dbE5B88004892797fE4eFb/info.json b/blockchains/ethereum/assets/0x020C710646e23AB868dbE5B88004892797fE4eFb/info.json
deleted file mode 100644
index 2afb0990f7e90..0000000000000
--- a/blockchains/ethereum/assets/0x020C710646e23AB868dbE5B88004892797fE4eFb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Golfcoin",
- "symbol": "GOLF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.golfcoin.cc/",
- "explorer": "https://etherscan.io/token/0x020C710646e23AB868dbE5B88004892797fE4eFb",
- "status": "abandoned",
- "id": "0x020C710646e23AB868dbE5B88004892797fE4eFb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x020C710646e23AB868dbE5B88004892797fE4eFb/logo.png b/blockchains/ethereum/assets/0x020C710646e23AB868dbE5B88004892797fE4eFb/logo.png
deleted file mode 100755
index ac96e9f3fc78e..0000000000000
Binary files a/blockchains/ethereum/assets/0x020C710646e23AB868dbE5B88004892797fE4eFb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0218C4E3Aad7eCF71CCc5D5AaA43C02245F45cCD/info.json b/blockchains/ethereum/assets/0x0218C4E3Aad7eCF71CCc5D5AaA43C02245F45cCD/info.json
deleted file mode 100644
index baf2880bf8a5c..0000000000000
--- a/blockchains/ethereum/assets/0x0218C4E3Aad7eCF71CCc5D5AaA43C02245F45cCD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Erosion",
- "symbol": "EROS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0218C4E3Aad7eCF71CCc5D5AaA43C02245F45cCD",
- "status": "abandoned",
- "id": "0x0218C4E3Aad7eCF71CCc5D5AaA43C02245F45cCD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0218C4E3Aad7eCF71CCc5D5AaA43C02245F45cCD/logo.png b/blockchains/ethereum/assets/0x0218C4E3Aad7eCF71CCc5D5AaA43C02245F45cCD/logo.png
deleted file mode 100644
index b46a3cf4171df..0000000000000
Binary files a/blockchains/ethereum/assets/0x0218C4E3Aad7eCF71CCc5D5AaA43C02245F45cCD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0223fc70574214F65813fE336D870Ac47E147fAe/info.json b/blockchains/ethereum/assets/0x0223fc70574214F65813fE336D870Ac47E147fAe/info.json
deleted file mode 100644
index 88727385d85d1..0000000000000
--- a/blockchains/ethereum/assets/0x0223fc70574214F65813fE336D870Ac47E147fAe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CZR",
- "symbol": "CZR",
- "type": "ERC20",
- "decimals": 18,
- "description": "CanonChain will be triggered from the protocol layer and the chipset layer of data communications to provide a robust foundation for the entire blockchain industry.",
- "website": "http://www.canonchain.com/",
- "explorer": "https://etherscan.io/token/0x0223fc70574214F65813fE336D870Ac47E147fAe",
- "status": "active",
- "id": "0x0223fc70574214F65813fE336D870Ac47E147fAe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0223fc70574214F65813fE336D870Ac47E147fAe/logo.png b/blockchains/ethereum/assets/0x0223fc70574214F65813fE336D870Ac47E147fAe/logo.png
deleted file mode 100644
index a5ffa9d8953aa..0000000000000
Binary files a/blockchains/ethereum/assets/0x0223fc70574214F65813fE336D870Ac47E147fAe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0235fE624e044A05eeD7A43E16E3083bc8A4287A/info.json b/blockchains/ethereum/assets/0x0235fE624e044A05eeD7A43E16E3083bc8A4287A/info.json
deleted file mode 100644
index 7edfbd3efe72d..0000000000000
--- a/blockchains/ethereum/assets/0x0235fE624e044A05eeD7A43E16E3083bc8A4287A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Original Crypto Coin",
- "symbol": "OCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0235fE624e044A05eeD7A43E16E3083bc8A4287A",
- "status": "abandoned",
- "id": "0x0235fE624e044A05eeD7A43E16E3083bc8A4287A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0235fE624e044A05eeD7A43E16E3083bc8A4287A/logo.png b/blockchains/ethereum/assets/0x0235fE624e044A05eeD7A43E16E3083bc8A4287A/logo.png
deleted file mode 100644
index 59fdbf0c0bf18..0000000000000
Binary files a/blockchains/ethereum/assets/0x0235fE624e044A05eeD7A43E16E3083bc8A4287A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x023eBB622F461a15A344Edc45e6a5eabb5A68e03/info.json b/blockchains/ethereum/assets/0x023eBB622F461a15A344Edc45e6a5eabb5A68e03/info.json
deleted file mode 100644
index 3c7ed1da88684..0000000000000
--- a/blockchains/ethereum/assets/0x023eBB622F461a15A344Edc45e6a5eabb5A68e03/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DYX Network",
- "website": "https://dyx.network",
- "description": "DYX is a hyper deflationary staking meme token that burns 10% on every transaction and rewards stakers for their long term holdings.",
- "explorer": "https://etherscan.io/token/0x023eBB622F461a15A344Edc45e6a5eabb5A68e03",
- "type": "ERC20",
- "symbol": "DYX",
- "decimals": 18,
- "status": "active",
- "id": "0x023eBB622F461a15A344Edc45e6a5eabb5A68e03"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x023eBB622F461a15A344Edc45e6a5eabb5A68e03/logo.png b/blockchains/ethereum/assets/0x023eBB622F461a15A344Edc45e6a5eabb5A68e03/logo.png
deleted file mode 100644
index 42da52e50129d..0000000000000
Binary files a/blockchains/ethereum/assets/0x023eBB622F461a15A344Edc45e6a5eabb5A68e03/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x02585E4A14dA274D02dF09b222D4606B10a4E940/info.json b/blockchains/ethereum/assets/0x02585E4A14dA274D02dF09b222D4606B10a4E940/info.json
deleted file mode 100644
index 2ac7a3111aaf5..0000000000000
--- a/blockchains/ethereum/assets/0x02585E4A14dA274D02dF09b222D4606B10a4E940/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hero Origen Token",
- "symbol": "HERO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x02585E4A14dA274D02dF09b222D4606B10a4E940",
- "status": "abandoned",
- "id": "0x02585E4A14dA274D02dF09b222D4606B10a4E940"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x02585E4A14dA274D02dF09b222D4606B10a4E940/logo.png b/blockchains/ethereum/assets/0x02585E4A14dA274D02dF09b222D4606B10a4E940/logo.png
deleted file mode 100644
index 8dc8fa0934cd2..0000000000000
Binary files a/blockchains/ethereum/assets/0x02585E4A14dA274D02dF09b222D4606B10a4E940/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0258F474786DdFd37ABCE6df6BBb1Dd5dfC4434a/info.json b/blockchains/ethereum/assets/0x0258F474786DdFd37ABCE6df6BBb1Dd5dfC4434a/info.json
deleted file mode 100644
index 2bde3acd47f47..0000000000000
--- a/blockchains/ethereum/assets/0x0258F474786DdFd37ABCE6df6BBb1Dd5dfC4434a/info.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "name": "Orion Protocol",
- "website": "https://orionprotocol.io/",
- "description": "Built on the most advanced liquidity aggregator ever developed, Orion Protocol solves some of the largest issues in DeFi by aggregating the liquidity of the entire crypto market into one decentralized platform. This underpins each solution built on the protocol, including revolutionary trading solution Orion Terminal - aggregating the liquidity of the entire crypto market on one decentralized platform. The roadmap also includes a price oracle and a high-margin DEX.",
- "explorer": "https://etherscan.io/token/0x0258F474786DdFd37ABCE6df6BBb1Dd5dfC4434a",
- "research": "https://research.binance.com/en/projects/orion-protocol",
- "type": "ERC20",
- "symbol": "ORN",
- "decimals": 8,
- "status": "active",
- "id": "0x0258F474786DdFd37ABCE6df6BBb1Dd5dfC4434a",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/orionprotocol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/orion_protocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/orionprotocol"
- },
- {
- "name": "medium",
- "url": "https://medium.com/orion-protocol"
- },
- {
- "name": "whitepaper",
- "url": "https://www.orionprotocol.io/hubfs/whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0258F474786DdFd37ABCE6df6BBb1Dd5dfC4434a/logo.png b/blockchains/ethereum/assets/0x0258F474786DdFd37ABCE6df6BBb1Dd5dfC4434a/logo.png
deleted file mode 100644
index 39e7c4b3ea4b3..0000000000000
Binary files a/blockchains/ethereum/assets/0x0258F474786DdFd37ABCE6df6BBb1Dd5dfC4434a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x025daf950C6e814dEe4c96e13c98D3196D22E60C/info.json b/blockchains/ethereum/assets/0x025daf950C6e814dEe4c96e13c98D3196D22E60C/info.json
deleted file mode 100644
index e0c7b3b1a316d..0000000000000
--- a/blockchains/ethereum/assets/0x025daf950C6e814dEe4c96e13c98D3196D22E60C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RICH Token",
- "symbol": "RICH",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://richtoken.co.in/",
- "explorer": "https://etherscan.io/token/0x025daf950C6e814dEe4c96e13c98D3196D22E60C",
- "status": "spam",
- "id": "0x025daf950C6e814dEe4c96e13c98D3196D22E60C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x025daf950C6e814dEe4c96e13c98D3196D22E60C/logo.png b/blockchains/ethereum/assets/0x025daf950C6e814dEe4c96e13c98D3196D22E60C/logo.png
deleted file mode 100644
index a04c129a327b1..0000000000000
Binary files a/blockchains/ethereum/assets/0x025daf950C6e814dEe4c96e13c98D3196D22E60C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x02639FC688DF086f18Ce5E7f0F014bc74DE0229b/info.json b/blockchains/ethereum/assets/0x02639FC688DF086f18Ce5E7f0F014bc74DE0229b/info.json
deleted file mode 100644
index 7eed1c54dcdfa..0000000000000
--- a/blockchains/ethereum/assets/0x02639FC688DF086f18Ce5E7f0F014bc74DE0229b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Golden Berry",
- "symbol": "GBC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x02639FC688DF086f18Ce5E7f0F014bc74DE0229b",
- "status": "abandoned",
- "id": "0x02639FC688DF086f18Ce5E7f0F014bc74DE0229b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x02639FC688DF086f18Ce5E7f0F014bc74DE0229b/logo.png b/blockchains/ethereum/assets/0x02639FC688DF086f18Ce5E7f0F014bc74DE0229b/logo.png
deleted file mode 100644
index 420987089328c..0000000000000
Binary files a/blockchains/ethereum/assets/0x02639FC688DF086f18Ce5E7f0F014bc74DE0229b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x026B2693a7C724E8eD0122f39aB6fBC4d5a4Fb22/info.json b/blockchains/ethereum/assets/0x026B2693a7C724E8eD0122f39aB6fBC4d5a4Fb22/info.json
deleted file mode 100644
index ed0838972e133..0000000000000
--- a/blockchains/ethereum/assets/0x026B2693a7C724E8eD0122f39aB6fBC4d5a4Fb22/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TUR",
- "symbol": "TUR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x026B2693a7C724E8eD0122f39aB6fBC4d5a4Fb22",
- "status": "abandoned",
- "id": "0x026B2693a7C724E8eD0122f39aB6fBC4d5a4Fb22"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x026B2693a7C724E8eD0122f39aB6fBC4d5a4Fb22/logo.png b/blockchains/ethereum/assets/0x026B2693a7C724E8eD0122f39aB6fBC4d5a4Fb22/logo.png
deleted file mode 100644
index 7f51ac51c2a7f..0000000000000
Binary files a/blockchains/ethereum/assets/0x026B2693a7C724E8eD0122f39aB6fBC4d5a4Fb22/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x026e62dDEd1a6aD07D93D39f96b9eabd59665e0d/info.json b/blockchains/ethereum/assets/0x026e62dDEd1a6aD07D93D39f96b9eabd59665e0d/info.json
deleted file mode 100644
index ca00bc80abe44..0000000000000
--- a/blockchains/ethereum/assets/0x026e62dDEd1a6aD07D93D39f96b9eabd59665e0d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BirdCoin",
- "symbol": "BIRD",
- "type": "ERC20",
- "decimals": 18,
- "description": "Birdchain is a decentralized instant messaging application. It will give its users opportunity to earn extra income by selling their unused SMS messages, watching promotional videos, and selling their data.",
- "website": "https://www.birdchain.io/",
- "explorer": "https://etherscan.io/token/0x026e62dDEd1a6aD07D93D39f96b9eabd59665e0d",
- "status": "active",
- "id": "0x026e62dDEd1a6aD07D93D39f96b9eabd59665e0d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x026e62dDEd1a6aD07D93D39f96b9eabd59665e0d/logo.png b/blockchains/ethereum/assets/0x026e62dDEd1a6aD07D93D39f96b9eabd59665e0d/logo.png
deleted file mode 100644
index c9c135947e397..0000000000000
Binary files a/blockchains/ethereum/assets/0x026e62dDEd1a6aD07D93D39f96b9eabd59665e0d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x026f8D523D49F36db657e012C96488465d8d88f9/info.json b/blockchains/ethereum/assets/0x026f8D523D49F36db657e012C96488465d8d88f9/info.json
deleted file mode 100644
index f0a6c43dc4854..0000000000000
--- a/blockchains/ethereum/assets/0x026f8D523D49F36db657e012C96488465d8d88f9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Odyssey",
- "symbol": "ODY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x026f8D523D49F36db657e012C96488465d8d88f9",
- "status": "abandoned",
- "id": "0x026f8D523D49F36db657e012C96488465d8d88f9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x026f8D523D49F36db657e012C96488465d8d88f9/logo.png b/blockchains/ethereum/assets/0x026f8D523D49F36db657e012C96488465d8d88f9/logo.png
deleted file mode 100644
index ad01329e28284..0000000000000
Binary files a/blockchains/ethereum/assets/0x026f8D523D49F36db657e012C96488465d8d88f9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x028171bCA77440897B824Ca71D1c56caC55b68A3/info.json b/blockchains/ethereum/assets/0x028171bCA77440897B824Ca71D1c56caC55b68A3/info.json
deleted file mode 100644
index 916e57edf251b..0000000000000
--- a/blockchains/ethereum/assets/0x028171bCA77440897B824Ca71D1c56caC55b68A3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave DAI",
- "symbol": "aDAI",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave DAI is an interest bearing token pegged 1:1 to the underlying DAI deposited in Aave. aDAI accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x028171bCA77440897B824Ca71D1c56caC55b68A3",
- "status": "active",
- "id": "0x028171bCA77440897B824Ca71D1c56caC55b68A3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x028171bCA77440897B824Ca71D1c56caC55b68A3/logo.png b/blockchains/ethereum/assets/0x028171bCA77440897B824Ca71D1c56caC55b68A3/logo.png
deleted file mode 100644
index 8fc2c80b7060e..0000000000000
Binary files a/blockchains/ethereum/assets/0x028171bCA77440897B824Ca71D1c56caC55b68A3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x028CE5EA3298a50c0D8a27b937b1F48Cf0d68b56/info.json b/blockchains/ethereum/assets/0x028CE5EA3298a50c0D8a27b937b1F48Cf0d68b56/info.json
deleted file mode 100644
index 043c033c810d1..0000000000000
--- a/blockchains/ethereum/assets/0x028CE5EA3298a50c0D8a27b937b1F48Cf0d68b56/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OnTime",
- "symbol": "OTO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.ontimefoundation.org/",
- "explorer": "https://etherscan.io/token/0x028CE5EA3298a50c0D8a27b937b1F48Cf0d68b56",
- "status": "abandoned",
- "id": "0x028CE5EA3298a50c0D8a27b937b1F48Cf0d68b56"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x028CE5EA3298a50c0D8a27b937b1F48Cf0d68b56/logo.png b/blockchains/ethereum/assets/0x028CE5EA3298a50c0D8a27b937b1F48Cf0d68b56/logo.png
deleted file mode 100644
index 37e833837c695..0000000000000
Binary files a/blockchains/ethereum/assets/0x028CE5EA3298a50c0D8a27b937b1F48Cf0d68b56/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0290B327A8583bD6FA63c130B732a808864e55Fc/info.json b/blockchains/ethereum/assets/0x0290B327A8583bD6FA63c130B732a808864e55Fc/info.json
deleted file mode 100644
index 75a56c8399dc5..0000000000000
--- a/blockchains/ethereum/assets/0x0290B327A8583bD6FA63c130B732a808864e55Fc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MIDAS",
- "website": "https://midas-defi.finance",
- "description": "Every time you stake and unstake tokens, the contract will automatically harvest MDS rewards for you",
- "explorer": "https://etherscan.io/token/0x0290B327A8583bD6FA63c130B732a808864e55Fc",
- "type": "ERC20",
- "symbol": "MDS",
- "decimals": 18,
- "status": "active",
- "id": "0x0290B327A8583bD6FA63c130B732a808864e55Fc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0290B327A8583bD6FA63c130B732a808864e55Fc/logo.png b/blockchains/ethereum/assets/0x0290B327A8583bD6FA63c130B732a808864e55Fc/logo.png
deleted file mode 100644
index 6ddc7bb2675ed..0000000000000
Binary files a/blockchains/ethereum/assets/0x0290B327A8583bD6FA63c130B732a808864e55Fc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x029606e5ec44caD1346d6a1273a53b971fa93AD6/info.json b/blockchains/ethereum/assets/0x029606e5ec44caD1346d6a1273a53b971fa93AD6/info.json
deleted file mode 100644
index 3696ed08211fc..0000000000000
--- a/blockchains/ethereum/assets/0x029606e5ec44caD1346d6a1273a53b971fa93AD6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "empowr orange",
- "symbol": "EMPRO",
- "type": "ERC20",
- "decimals": 18,
- "description": "empowr is a democratic social economy. It is uniquely enabling the sharing of everything ",
- "website": "http://www.empowr.com/",
- "explorer": "https://etherscan.io/token/0x029606e5ec44caD1346d6a1273a53b971fa93AD6",
- "status": "active",
- "id": "0x029606e5ec44caD1346d6a1273a53b971fa93AD6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x029606e5ec44caD1346d6a1273a53b971fa93AD6/logo.png b/blockchains/ethereum/assets/0x029606e5ec44caD1346d6a1273a53b971fa93AD6/logo.png
deleted file mode 100644
index 45fcf16fd1c0c..0000000000000
Binary files a/blockchains/ethereum/assets/0x029606e5ec44caD1346d6a1273a53b971fa93AD6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x02C12964e74A0EbB4EcFA13C3717797DeDD9EF6F/info.json b/blockchains/ethereum/assets/0x02C12964e74A0EbB4EcFA13C3717797DeDD9EF6F/info.json
deleted file mode 100644
index 0bc8f66c4bd94..0000000000000
--- a/blockchains/ethereum/assets/0x02C12964e74A0EbB4EcFA13C3717797DeDD9EF6F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EXInteractive",
- "symbol": "EXI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x02C12964e74A0EbB4EcFA13C3717797DeDD9EF6F",
- "status": "abandoned",
- "id": "0x02C12964e74A0EbB4EcFA13C3717797DeDD9EF6F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x02C12964e74A0EbB4EcFA13C3717797DeDD9EF6F/logo.png b/blockchains/ethereum/assets/0x02C12964e74A0EbB4EcFA13C3717797DeDD9EF6F/logo.png
deleted file mode 100644
index f04c6da3a2f6f..0000000000000
Binary files a/blockchains/ethereum/assets/0x02C12964e74A0EbB4EcFA13C3717797DeDD9EF6F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x02C4C78C462E32cCa4a90Bc499bF411Fb7bc6aFB/info.json b/blockchains/ethereum/assets/0x02C4C78C462E32cCa4a90Bc499bF411Fb7bc6aFB/info.json
deleted file mode 100644
index 61ccbbd424579..0000000000000
--- a/blockchains/ethereum/assets/0x02C4C78C462E32cCa4a90Bc499bF411Fb7bc6aFB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "InvestDigital Token",
- "symbol": "IDT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x02C4C78C462E32cCa4a90Bc499bF411Fb7bc6aFB",
- "status": "active",
- "id": "0x02C4C78C462E32cCa4a90Bc499bF411Fb7bc6aFB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x02C4C78C462E32cCa4a90Bc499bF411Fb7bc6aFB/logo.png b/blockchains/ethereum/assets/0x02C4C78C462E32cCa4a90Bc499bF411Fb7bc6aFB/logo.png
deleted file mode 100644
index 449e3beaa6cd4..0000000000000
Binary files a/blockchains/ethereum/assets/0x02C4C78C462E32cCa4a90Bc499bF411Fb7bc6aFB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x02E2C716230C6750208F7Cb1Af34049472C91527/info.json b/blockchains/ethereum/assets/0x02E2C716230C6750208F7Cb1Af34049472C91527/info.json
deleted file mode 100644
index a4b3edce3b67e..0000000000000
--- a/blockchains/ethereum/assets/0x02E2C716230C6750208F7Cb1Af34049472C91527/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YP",
- "symbol": "YP",
- "type": "ERC20",
- "decimals": 2,
- "description": "The blockchain technology of Yep Chain touches multiple social levels and can solve problems such as logistics tracking and verification, vehicle life tracking and so on, as well as help build a smart city.",
- "website": "http://www.yepchain.io/",
- "explorer": "https://etherscan.io/token/0x02E2C716230C6750208F7Cb1Af34049472C91527",
- "status": "abandoned",
- "id": "0x02E2C716230C6750208F7Cb1Af34049472C91527"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x02E2C716230C6750208F7Cb1Af34049472C91527/logo.png b/blockchains/ethereum/assets/0x02E2C716230C6750208F7Cb1Af34049472C91527/logo.png
deleted file mode 100755
index b5aa9dcf1a699..0000000000000
Binary files a/blockchains/ethereum/assets/0x02E2C716230C6750208F7Cb1Af34049472C91527/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x02Eb3dA777EB3fF40914Fd3D5C249123cc2Df04A/info.json b/blockchains/ethereum/assets/0x02Eb3dA777EB3fF40914Fd3D5C249123cc2Df04A/info.json
deleted file mode 100644
index 01d6bc223e552..0000000000000
--- a/blockchains/ethereum/assets/0x02Eb3dA777EB3fF40914Fd3D5C249123cc2Df04A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Edu Stars Coins",
- "symbol": "EDSTR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x02Eb3dA777EB3fF40914Fd3D5C249123cc2Df04A",
- "status": "abandoned",
- "id": "0x02Eb3dA777EB3fF40914Fd3D5C249123cc2Df04A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x02Eb3dA777EB3fF40914Fd3D5C249123cc2Df04A/logo.png b/blockchains/ethereum/assets/0x02Eb3dA777EB3fF40914Fd3D5C249123cc2Df04A/logo.png
deleted file mode 100755
index 2cf2e56c24b6e..0000000000000
Binary files a/blockchains/ethereum/assets/0x02Eb3dA777EB3fF40914Fd3D5C249123cc2Df04A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x02F2D4a04E6E01aCE88bD2Cd632875543b2eF577/info.json b/blockchains/ethereum/assets/0x02F2D4a04E6E01aCE88bD2Cd632875543b2eF577/info.json
deleted file mode 100644
index 649cf2bde1ba1..0000000000000
--- a/blockchains/ethereum/assets/0x02F2D4a04E6E01aCE88bD2Cd632875543b2eF577/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PKG Token",
- "symbol": "PKG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://pkgtoken.io/",
- "explorer": "https://etherscan.io/token/0x02F2D4a04E6E01aCE88bD2Cd632875543b2eF577",
- "status": "abandoned",
- "id": "0x02F2D4a04E6E01aCE88bD2Cd632875543b2eF577"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x02F2D4a04E6E01aCE88bD2Cd632875543b2eF577/logo.png b/blockchains/ethereum/assets/0x02F2D4a04E6E01aCE88bD2Cd632875543b2eF577/logo.png
deleted file mode 100644
index aefe11fd8e6f0..0000000000000
Binary files a/blockchains/ethereum/assets/0x02F2D4a04E6E01aCE88bD2Cd632875543b2eF577/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x02F61Fd266DA6E8B102D4121f5CE7b992640CF98/info.json b/blockchains/ethereum/assets/0x02F61Fd266DA6E8B102D4121f5CE7b992640CF98/info.json
deleted file mode 100644
index 394aa1f4e6983..0000000000000
--- a/blockchains/ethereum/assets/0x02F61Fd266DA6E8B102D4121f5CE7b992640CF98/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LikeCoin",
- "symbol": "LIKE",
- "type": "ERC20",
- "decimals": 18,
- "description": "LikeCoin is a protocol for content attribution, monetization and distribution. LikeCoin chain is a Bonded Proof of Stake blockchain developed on top of Cosmos SDK. As a permissionless protocol, 800+ media chose to adopt LikeCoin with her WordPress plugin.",
- "website": "https://like.co/",
- "explorer": "https://etherscan.io/token/0x02F61Fd266DA6E8B102D4121f5CE7b992640CF98",
- "status": "active",
- "id": "0x02F61Fd266DA6E8B102D4121f5CE7b992640CF98"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x02F61Fd266DA6E8B102D4121f5CE7b992640CF98/logo.png b/blockchains/ethereum/assets/0x02F61Fd266DA6E8B102D4121f5CE7b992640CF98/logo.png
deleted file mode 100755
index 1c9a5ff9488f5..0000000000000
Binary files a/blockchains/ethereum/assets/0x02F61Fd266DA6E8B102D4121f5CE7b992640CF98/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x02b1669bC9EE893edAFf3cADfD326A294d643f99/info.json b/blockchains/ethereum/assets/0x02b1669bC9EE893edAFf3cADfD326A294d643f99/info.json
deleted file mode 100644
index 0863360a03411..0000000000000
--- a/blockchains/ethereum/assets/0x02b1669bC9EE893edAFf3cADfD326A294d643f99/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wolfs Group AG",
- "symbol": "WLF",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://wolfs.group/",
- "explorer": "https://etherscan.io/token/0x02b1669bC9EE893edAFf3cADfD326A294d643f99",
- "status": "abandoned",
- "id": "0x02b1669bC9EE893edAFf3cADfD326A294d643f99"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x02b1669bC9EE893edAFf3cADfD326A294d643f99/logo.png b/blockchains/ethereum/assets/0x02b1669bC9EE893edAFf3cADfD326A294d643f99/logo.png
deleted file mode 100644
index 8a9a62ffbd98b..0000000000000
Binary files a/blockchains/ethereum/assets/0x02b1669bC9EE893edAFf3cADfD326A294d643f99/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x02e3083a51E8632E571fBd6A62aC396C10c653Ba/info.json b/blockchains/ethereum/assets/0x02e3083a51E8632E571fBd6A62aC396C10c653Ba/info.json
deleted file mode 100644
index 2fa0bc8a39a9a..0000000000000
--- a/blockchains/ethereum/assets/0x02e3083a51E8632E571fBd6A62aC396C10c653Ba/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EplusCoin",
- "symbol": "EPLUS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://www.ep-coin.com/",
- "explorer": "https://etherscan.io/token/0x02e3083a51E8632E571fBd6A62aC396C10c653Ba",
- "status": "abandoned",
- "id": "0x02e3083a51E8632E571fBd6A62aC396C10c653Ba"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x02e3083a51E8632E571fBd6A62aC396C10c653Ba/logo.png b/blockchains/ethereum/assets/0x02e3083a51E8632E571fBd6A62aC396C10c653Ba/logo.png
deleted file mode 100755
index 7c086bf442305..0000000000000
Binary files a/blockchains/ethereum/assets/0x02e3083a51E8632E571fBd6A62aC396C10c653Ba/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x02eC0C9e6d3C08B8fB12feC51CCBa048AFbC36A6/info.json b/blockchains/ethereum/assets/0x02eC0C9e6d3C08B8fB12feC51CCBa048AFbC36A6/info.json
deleted file mode 100644
index 5da7b5ce1c723..0000000000000
--- a/blockchains/ethereum/assets/0x02eC0C9e6d3C08B8fB12feC51CCBa048AFbC36A6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Stable Set",
- "type": "ERC20",
- "symbol": "STBL",
- "decimals": 18,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0x02ec0c9e6d3c08b8fb12fec51ccba048afbc36a6",
- "status": "active",
- "id": "0x02eC0C9e6d3C08B8fB12feC51CCBa048AFbC36A6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x02eC0C9e6d3C08B8fB12feC51CCBa048AFbC36A6/logo.png b/blockchains/ethereum/assets/0x02eC0C9e6d3C08B8fB12feC51CCBa048AFbC36A6/logo.png
deleted file mode 100755
index 3fe9f4067b615..0000000000000
Binary files a/blockchains/ethereum/assets/0x02eC0C9e6d3C08B8fB12feC51CCBa048AFbC36A6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x02f02e0cA8a521EF73daA9C45353b9fBEFc5Ee10/info.json b/blockchains/ethereum/assets/0x02f02e0cA8a521EF73daA9C45353b9fBEFc5Ee10/info.json
deleted file mode 100644
index a6965e382e95f..0000000000000
--- a/blockchains/ethereum/assets/0x02f02e0cA8a521EF73daA9C45353b9fBEFc5Ee10/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RenrenBit Token",
- "symbol": "RRB",
- "type": "ERC20",
- "decimals": 8,
- "description": "RenrenBit is a safe, transparent lending platform. Borrow or lend money with crypto as collateral.",
- "website": "https://renrenbit.com/",
- "explorer": "https://etherscan.io/token/0x02f02e0cA8a521EF73daA9C45353b9fBEFc5Ee10",
- "status": "active",
- "id": "0x02f02e0cA8a521EF73daA9C45353b9fBEFc5Ee10"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x02f02e0cA8a521EF73daA9C45353b9fBEFc5Ee10/logo.png b/blockchains/ethereum/assets/0x02f02e0cA8a521EF73daA9C45353b9fBEFc5Ee10/logo.png
deleted file mode 100755
index 099e99a824a06..0000000000000
Binary files a/blockchains/ethereum/assets/0x02f02e0cA8a521EF73daA9C45353b9fBEFc5Ee10/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x02f28544C89b2D704Eb0d1F9f4fc60d688ad8959/info.json b/blockchains/ethereum/assets/0x02f28544C89b2D704Eb0d1F9f4fc60d688ad8959/info.json
deleted file mode 100644
index d36f3fdf7b504..0000000000000
--- a/blockchains/ethereum/assets/0x02f28544C89b2D704Eb0d1F9f4fc60d688ad8959/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Smart Pharma Token",
- "symbol": "SMPT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x02f28544C89b2D704Eb0d1F9f4fc60d688ad8959",
- "status": "abandoned",
- "id": "0x02f28544C89b2D704Eb0d1F9f4fc60d688ad8959"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x02f28544C89b2D704Eb0d1F9f4fc60d688ad8959/logo.png b/blockchains/ethereum/assets/0x02f28544C89b2D704Eb0d1F9f4fc60d688ad8959/logo.png
deleted file mode 100644
index 626d4211eddbe..0000000000000
Binary files a/blockchains/ethereum/assets/0x02f28544C89b2D704Eb0d1F9f4fc60d688ad8959/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x03042482d64577A7bdb282260e2eA4c8a89C064B/info.json b/blockchains/ethereum/assets/0x03042482d64577A7bdb282260e2eA4c8a89C064B/info.json
deleted file mode 100644
index c85977e001314..0000000000000
--- a/blockchains/ethereum/assets/0x03042482d64577A7bdb282260e2eA4c8a89C064B/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Centaur Token",
- "website": "https://cntr.finance",
- "description": "The bridge between decentralized and traditional finance.",
- "explorer": "https://etherscan.io/token/0x03042482d64577A7bdb282260e2eA4c8a89C064B",
- "type": "ERC20",
- "symbol": "CNTR",
- "decimals": 18,
- "status": "active",
- "id": "0x03042482d64577A7bdb282260e2eA4c8a89C064B",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://cntr.finance/docs/whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x03042482d64577A7bdb282260e2eA4c8a89C064B/logo.png b/blockchains/ethereum/assets/0x03042482d64577A7bdb282260e2eA4c8a89C064B/logo.png
deleted file mode 100644
index beb096fbbf8b2..0000000000000
Binary files a/blockchains/ethereum/assets/0x03042482d64577A7bdb282260e2eA4c8a89C064B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x030bA81f1c18d280636F32af80b9AAd02Cf0854e/info.json b/blockchains/ethereum/assets/0x030bA81f1c18d280636F32af80b9AAd02Cf0854e/info.json
deleted file mode 100644
index 941b82b72b3b2..0000000000000
--- a/blockchains/ethereum/assets/0x030bA81f1c18d280636F32af80b9AAd02Cf0854e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave WETH",
- "symbol": "aWETH",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave WETH is an interest bearing token pegged 1:1 to the underlying WETH deposited in Aave. aWETH accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x030bA81f1c18d280636F32af80b9AAd02Cf0854e",
- "status": "active",
- "id": "0x030bA81f1c18d280636F32af80b9AAd02Cf0854e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x030bA81f1c18d280636F32af80b9AAd02Cf0854e/logo.png b/blockchains/ethereum/assets/0x030bA81f1c18d280636F32af80b9AAd02Cf0854e/logo.png
deleted file mode 100644
index 090bf3b5e3769..0000000000000
Binary files a/blockchains/ethereum/assets/0x030bA81f1c18d280636F32af80b9AAd02Cf0854e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x030c32c1190CBF077E5eE67ED19572c558e43AE4/info.json b/blockchains/ethereum/assets/0x030c32c1190CBF077E5eE67ED19572c558e43AE4/info.json
deleted file mode 100644
index 3371e4204d462..0000000000000
--- a/blockchains/ethereum/assets/0x030c32c1190CBF077E5eE67ED19572c558e43AE4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitBonus",
- "symbol": "BONUS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x030c32c1190CBF077E5eE67ED19572c558e43AE4",
- "status": "abandoned",
- "id": "0x030c32c1190CBF077E5eE67ED19572c558e43AE4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x030c32c1190CBF077E5eE67ED19572c558e43AE4/logo.png b/blockchains/ethereum/assets/0x030c32c1190CBF077E5eE67ED19572c558e43AE4/logo.png
deleted file mode 100644
index adf84416d1f97..0000000000000
Binary files a/blockchains/ethereum/assets/0x030c32c1190CBF077E5eE67ED19572c558e43AE4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x031228f403DbFdE1DD47310BDc49Bb788F53Ecd9/info.json b/blockchains/ethereum/assets/0x031228f403DbFdE1DD47310BDc49Bb788F53Ecd9/info.json
deleted file mode 100644
index f336ea3793127..0000000000000
--- a/blockchains/ethereum/assets/0x031228f403DbFdE1DD47310BDc49Bb788F53Ecd9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Giving Token",
- "symbol": "GIVING",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x031228f403DbFdE1DD47310BDc49Bb788F53Ecd9",
- "status": "abandoned",
- "id": "0x031228f403DbFdE1DD47310BDc49Bb788F53Ecd9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x031228f403DbFdE1DD47310BDc49Bb788F53Ecd9/logo.png b/blockchains/ethereum/assets/0x031228f403DbFdE1DD47310BDc49Bb788F53Ecd9/logo.png
deleted file mode 100644
index 70ec26f1b3013..0000000000000
Binary files a/blockchains/ethereum/assets/0x031228f403DbFdE1DD47310BDc49Bb788F53Ecd9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0316EB71485b0Ab14103307bf65a021042c6d380/info.json b/blockchains/ethereum/assets/0x0316EB71485b0Ab14103307bf65a021042c6d380/info.json
deleted file mode 100644
index 4aac182b87262..0000000000000
--- a/blockchains/ethereum/assets/0x0316EB71485b0Ab14103307bf65a021042c6d380/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Huobi BTC",
- "website": "https://hbtc.finance",
- "description": "HBTC is a Bitcoin ERC20 token on Ethereum blockchain launched by Huobi Global, ensuring that users can use HBTC and BTC for 1:1 exchange at Huobi Global at any time.",
- "explorer": "https://etherscan.io/token/0x0316EB71485b0Ab14103307bf65a021042c6d380",
- "type": "ERC20",
- "symbol": "HBTC",
- "decimals": 18,
- "status": "active",
- "id": "0x0316EB71485b0Ab14103307bf65a021042c6d380"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0316EB71485b0Ab14103307bf65a021042c6d380/logo.png b/blockchains/ethereum/assets/0x0316EB71485b0Ab14103307bf65a021042c6d380/logo.png
deleted file mode 100644
index 10c1ea3c756b3..0000000000000
Binary files a/blockchains/ethereum/assets/0x0316EB71485b0Ab14103307bf65a021042c6d380/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0327112423F3A68efdF1fcF402F6c5CB9f7C33fd/info.json b/blockchains/ethereum/assets/0x0327112423F3A68efdF1fcF402F6c5CB9f7C33fd/info.json
deleted file mode 100644
index 29d4ea292065d..0000000000000
--- a/blockchains/ethereum/assets/0x0327112423F3A68efdF1fcF402F6c5CB9f7C33fd/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "PieDAO BTC++",
- "website": "https://piedao.org",
- "description": "Diversified Bitcoin exposure on Ethereum",
- "explorer": "https://etherscan.io/token/0x0327112423F3A68efdF1fcF402F6c5CB9f7C33fd",
- "type": "ERC20",
- "symbol": "BTC++",
- "decimals": 18,
- "status": "active",
- "id": "0x0327112423F3A68efdF1fcF402F6c5CB9f7C33fd",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/PieDAO_DeFi"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0327112423F3A68efdF1fcF402F6c5CB9f7C33fd/logo.png b/blockchains/ethereum/assets/0x0327112423F3A68efdF1fcF402F6c5CB9f7C33fd/logo.png
deleted file mode 100644
index d6578af2d0d30..0000000000000
Binary files a/blockchains/ethereum/assets/0x0327112423F3A68efdF1fcF402F6c5CB9f7C33fd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x03282f2D7834a97369Cad58f888aDa19EeC46ab6/info.json b/blockchains/ethereum/assets/0x03282f2D7834a97369Cad58f888aDa19EeC46ab6/info.json
deleted file mode 100644
index a8fbfc5d0497c..0000000000000
--- a/blockchains/ethereum/assets/0x03282f2D7834a97369Cad58f888aDa19EeC46ab6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Globex",
- "symbol": "GEX",
- "type": "ERC20",
- "decimals": 8,
- "description": "A real-time, and non-custodial exchange built on 0x protocol technology.",
- "website": "https://globex.pro",
- "explorer": "https://etherscan.io/token/0x03282f2D7834a97369Cad58f888aDa19EeC46ab6",
- "status": "active",
- "id": "0x03282f2D7834a97369Cad58f888aDa19EeC46ab6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x03282f2D7834a97369Cad58f888aDa19EeC46ab6/logo.png b/blockchains/ethereum/assets/0x03282f2D7834a97369Cad58f888aDa19EeC46ab6/logo.png
deleted file mode 100644
index 9dc77aa3b3bd4..0000000000000
Binary files a/blockchains/ethereum/assets/0x03282f2D7834a97369Cad58f888aDa19EeC46ab6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x032aE2bd448904E0d468167DC25B4C35d3d72a36/info.json b/blockchains/ethereum/assets/0x032aE2bd448904E0d468167DC25B4C35d3d72a36/info.json
deleted file mode 100644
index 6636ec15eb18a..0000000000000
--- a/blockchains/ethereum/assets/0x032aE2bd448904E0d468167DC25B4C35d3d72a36/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "fami.finance",
- "symbol": "FAMI",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x032aE2bd448904E0d468167DC25B4C35d3d72a36",
- "status": "abandoned",
- "id": "0x032aE2bd448904E0d468167DC25B4C35d3d72a36"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x032aE2bd448904E0d468167DC25B4C35d3d72a36/logo.png b/blockchains/ethereum/assets/0x032aE2bd448904E0d468167DC25B4C35d3d72a36/logo.png
deleted file mode 100644
index 62091c2db4b87..0000000000000
Binary files a/blockchains/ethereum/assets/0x032aE2bd448904E0d468167DC25B4C35d3d72a36/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x033030FEeBd93E3178487c35A9c8cA80874353C9/info.json b/blockchains/ethereum/assets/0x033030FEeBd93E3178487c35A9c8cA80874353C9/info.json
deleted file mode 100644
index 0ac768ac81aed..0000000000000
--- a/blockchains/ethereum/assets/0x033030FEeBd93E3178487c35A9c8cA80874353C9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BDT Token",
- "symbol": "BDT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Bitdepositary, BDT Token presents the first ICO crowdfunding platform to provide secure and light-weight digital wallet to the platform users allowing them to trade cryptocurrencies or exchange for Fiat currencies.",
- "website": "https://bitdepositary.io/",
- "explorer": "https://etherscan.io/token/0x033030FEeBd93E3178487c35A9c8cA80874353C9",
- "status": "active",
- "id": "0x033030FEeBd93E3178487c35A9c8cA80874353C9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x033030FEeBd93E3178487c35A9c8cA80874353C9/logo.png b/blockchains/ethereum/assets/0x033030FEeBd93E3178487c35A9c8cA80874353C9/logo.png
deleted file mode 100644
index e6d28f9bd9a8b..0000000000000
Binary files a/blockchains/ethereum/assets/0x033030FEeBd93E3178487c35A9c8cA80874353C9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x03352D267951E96c6F7235037C5DFD2AB1466232/info.json b/blockchains/ethereum/assets/0x03352D267951E96c6F7235037C5DFD2AB1466232/info.json
deleted file mode 100644
index b57bcf679f17e..0000000000000
--- a/blockchains/ethereum/assets/0x03352D267951E96c6F7235037C5DFD2AB1466232/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Stable FOX",
- "website": "app.ichi.org",
- "description": "oneFOX is an ICHI-created stablecoin for Shapeshift.",
- "explorer": "https://etherscan.io/token/0x03352D267951E96c6F7235037C5DFD2AB1466232",
- "type": "ERC20",
- "symbol": "oneFOX",
- "decimals": 18,
- "status": "active",
- "id": "0x03352D267951E96c6F7235037C5DFD2AB1466232",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ichifarm/ichi-oneToken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ichifarm"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ichifarm"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ichifarm"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/DvsYCfK8"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/stable-fox"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x03352D267951E96c6F7235037C5DFD2AB1466232/logo.png b/blockchains/ethereum/assets/0x03352D267951E96c6F7235037C5DFD2AB1466232/logo.png
deleted file mode 100644
index 063474e1d21db..0000000000000
Binary files a/blockchains/ethereum/assets/0x03352D267951E96c6F7235037C5DFD2AB1466232/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x033e223870f766644f7f7a4B7dc2E91573707d06/info.json b/blockchains/ethereum/assets/0x033e223870f766644f7f7a4B7dc2E91573707d06/info.json
deleted file mode 100644
index 06b0d769f5e40..0000000000000
--- a/blockchains/ethereum/assets/0x033e223870f766644f7f7a4B7dc2E91573707d06/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZinFinance",
- "website": "https://zin.finance/",
- "description": "A DeFi Investment platform which will combine the investment tools of crypto and traditional stocks. Zin will be a 100% deflationary token. Zin tokens will have a burn mechanism.",
- "explorer": "https://etherscan.io/token/0x033e223870f766644f7f7a4B7dc2E91573707d06",
- "type": "ERC20",
- "symbol": "Zin",
- "decimals": 18,
- "status": "active",
- "id": "0x033e223870f766644f7f7a4B7dc2E91573707d06"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x033e223870f766644f7f7a4B7dc2E91573707d06/logo.png b/blockchains/ethereum/assets/0x033e223870f766644f7f7a4B7dc2E91573707d06/logo.png
deleted file mode 100644
index 89bbd19e9ba97..0000000000000
Binary files a/blockchains/ethereum/assets/0x033e223870f766644f7f7a4B7dc2E91573707d06/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x03410a55d072C79C586Ff7B079a4dE0359A45BD5/info.json b/blockchains/ethereum/assets/0x03410a55d072C79C586Ff7B079a4dE0359A45BD5/info.json
deleted file mode 100644
index b7a40cd1a1147..0000000000000
--- a/blockchains/ethereum/assets/0x03410a55d072C79C586Ff7B079a4dE0359A45BD5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VSmart",
- "symbol": "VS",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x03410a55d072C79C586Ff7B079a4dE0359A45BD5",
- "status": "abandoned",
- "id": "0x03410a55d072C79C586Ff7B079a4dE0359A45BD5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x03410a55d072C79C586Ff7B079a4dE0359A45BD5/logo.png b/blockchains/ethereum/assets/0x03410a55d072C79C586Ff7B079a4dE0359A45BD5/logo.png
deleted file mode 100644
index 80d5187bdb8b3..0000000000000
Binary files a/blockchains/ethereum/assets/0x03410a55d072C79C586Ff7B079a4dE0359A45BD5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x034B0dd380b5f6f8123b8d0d0E42329b67772792/info.json b/blockchains/ethereum/assets/0x034B0dd380b5f6f8123b8d0d0E42329b67772792/info.json
deleted file mode 100644
index 9c85023c12884..0000000000000
--- a/blockchains/ethereum/assets/0x034B0dd380b5f6f8123b8d0d0E42329b67772792/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ADAB Token",
- "symbol": "ADAB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://adabsolutions.com/",
- "explorer": "https://etherscan.io/token/0x034B0dd380b5f6f8123b8d0d0E42329b67772792",
- "status": "abandoned",
- "id": "0x034B0dd380b5f6f8123b8d0d0E42329b67772792"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x034B0dd380b5f6f8123b8d0d0E42329b67772792/logo.png b/blockchains/ethereum/assets/0x034B0dd380b5f6f8123b8d0d0E42329b67772792/logo.png
deleted file mode 100644
index f4bb155504525..0000000000000
Binary files a/blockchains/ethereum/assets/0x034B0dd380b5f6f8123b8d0d0E42329b67772792/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0353837B32AA01d335BeCEdC57A329b8CE0619a7/info.json b/blockchains/ethereum/assets/0x0353837B32AA01d335BeCEdC57A329b8CE0619a7/info.json
deleted file mode 100644
index 5de234aa63832..0000000000000
--- a/blockchains/ethereum/assets/0x0353837B32AA01d335BeCEdC57A329b8CE0619a7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tacoin",
- "symbol": "TACO",
- "type": "ERC20",
- "decimals": 18,
- "description": "Decentralizing taco payments worldwide.",
- "website": "https://www.tacoinofficial.com/",
- "explorer": "https://etherscan.io/token/0x0353837B32AA01d335BeCEdC57A329b8CE0619a7",
- "status": "abandoned",
- "id": "0x0353837B32AA01d335BeCEdC57A329b8CE0619a7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0353837B32AA01d335BeCEdC57A329b8CE0619a7/logo.png b/blockchains/ethereum/assets/0x0353837B32AA01d335BeCEdC57A329b8CE0619a7/logo.png
deleted file mode 100755
index 0e2bf0898381d..0000000000000
Binary files a/blockchains/ethereum/assets/0x0353837B32AA01d335BeCEdC57A329b8CE0619a7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x035bfe6057E15Ea692c0DfdcaB3BB41a64Dd2aD4/info.json b/blockchains/ethereum/assets/0x035bfe6057E15Ea692c0DfdcaB3BB41a64Dd2aD4/info.json
deleted file mode 100644
index 5226ef6eeca75..0000000000000
--- a/blockchains/ethereum/assets/0x035bfe6057E15Ea692c0DfdcaB3BB41a64Dd2aD4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Universal Liquidity Union",
- "website": "https://ulu.finance/",
- "description": "Universal Liquidity Union (ULU) is the bridge to every coin. ULU aims to combine the best features of Uniswap and Balancer and route everything via the ULU token as medium of liquidity exchange.",
- "explorer": "https://etherscan.io/token/0x035bfe6057E15Ea692c0DfdcaB3BB41a64Dd2aD4",
- "type": "ERC20",
- "symbol": "ULU",
- "decimals": 18,
- "status": "active",
- "id": "0x035bfe6057E15Ea692c0DfdcaB3BB41a64Dd2aD4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x035bfe6057E15Ea692c0DfdcaB3BB41a64Dd2aD4/logo.png b/blockchains/ethereum/assets/0x035bfe6057E15Ea692c0DfdcaB3BB41a64Dd2aD4/logo.png
deleted file mode 100644
index 85b4ecd230048..0000000000000
Binary files a/blockchains/ethereum/assets/0x035bfe6057E15Ea692c0DfdcaB3BB41a64Dd2aD4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x036407F23D5E1C1486F7488332CF54bf06E5F09F/info.json b/blockchains/ethereum/assets/0x036407F23D5E1C1486F7488332CF54bf06E5F09F/info.json
deleted file mode 100644
index 80074d3b592e4..0000000000000
--- a/blockchains/ethereum/assets/0x036407F23D5E1C1486F7488332CF54bf06E5F09F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Alphabit",
- "symbol": "ABC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x036407F23D5E1C1486F7488332CF54bf06E5F09F",
- "status": "abandoned",
- "id": "0x036407F23D5E1C1486F7488332CF54bf06E5F09F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x036407F23D5E1C1486F7488332CF54bf06E5F09F/logo.png b/blockchains/ethereum/assets/0x036407F23D5E1C1486F7488332CF54bf06E5F09F/logo.png
deleted file mode 100644
index c5b3b35e81d18..0000000000000
Binary files a/blockchains/ethereum/assets/0x036407F23D5E1C1486F7488332CF54bf06E5F09F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x036d80F9abe266b7c6EC0A9bD078FAC3A90d4239/info.json b/blockchains/ethereum/assets/0x036d80F9abe266b7c6EC0A9bD078FAC3A90d4239/info.json
deleted file mode 100644
index 4cada9da98689..0000000000000
--- a/blockchains/ethereum/assets/0x036d80F9abe266b7c6EC0A9bD078FAC3A90d4239/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Truffle Coin",
- "symbol": "TFC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x036d80F9abe266b7c6EC0A9bD078FAC3A90d4239",
- "status": "abandoned",
- "id": "0x036d80F9abe266b7c6EC0A9bD078FAC3A90d4239"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x036d80F9abe266b7c6EC0A9bD078FAC3A90d4239/logo.png b/blockchains/ethereum/assets/0x036d80F9abe266b7c6EC0A9bD078FAC3A90d4239/logo.png
deleted file mode 100755
index 9a7682bdcb769..0000000000000
Binary files a/blockchains/ethereum/assets/0x036d80F9abe266b7c6EC0A9bD078FAC3A90d4239/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0371A82e4A9d0A4312f3ee2Ac9c6958512891372/info.json b/blockchains/ethereum/assets/0x0371A82e4A9d0A4312f3ee2Ac9c6958512891372/info.json
deleted file mode 100644
index ef21ca661fedf..0000000000000
--- a/blockchains/ethereum/assets/0x0371A82e4A9d0A4312f3ee2Ac9c6958512891372/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Student Coin",
- "symbol": "STU",
- "type": "ERC20",
- "decimals": 18,
- "description": "BitJob is an ambitious and social project, based on Blockchain technology. Aimed at revolutionizing the way students make a living and gain occupational experience while still studying.",
- "website": "https://bitjob.io/",
- "explorer": "https://etherscan.io/token/0x0371A82e4A9d0A4312f3ee2Ac9c6958512891372",
- "status": "active",
- "id": "0x0371A82e4A9d0A4312f3ee2Ac9c6958512891372"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0371A82e4A9d0A4312f3ee2Ac9c6958512891372/logo.png b/blockchains/ethereum/assets/0x0371A82e4A9d0A4312f3ee2Ac9c6958512891372/logo.png
deleted file mode 100644
index e3a077a2b8b56..0000000000000
Binary files a/blockchains/ethereum/assets/0x0371A82e4A9d0A4312f3ee2Ac9c6958512891372/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x037A54AaB062628C9Bbae1FDB1583c195585fe41/info.json b/blockchains/ethereum/assets/0x037A54AaB062628C9Bbae1FDB1583c195585fe41/info.json
deleted file mode 100644
index 672d35c3bdc36..0000000000000
--- a/blockchains/ethereum/assets/0x037A54AaB062628C9Bbae1FDB1583c195585fe41/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LCX",
- "symbol": "LCX",
- "type": "ERC20",
- "decimals": 18,
- "description": "LCX.com - Innovating Capital Markets. Solutions for compliant digital assets and security tokens. LCX is a secure and compliant platform for buying, selling, transferring, and storing digital currency.",
- "website": "https://www.LCX.com",
- "explorer": "https://etherscan.io/token/0x037A54AaB062628C9Bbae1FDB1583c195585fe41",
- "status": "active",
- "id": "0x037A54AaB062628C9Bbae1FDB1583c195585fe41"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x037A54AaB062628C9Bbae1FDB1583c195585fe41/logo.png b/blockchains/ethereum/assets/0x037A54AaB062628C9Bbae1FDB1583c195585fe41/logo.png
deleted file mode 100644
index 8234ee576947b..0000000000000
Binary files a/blockchains/ethereum/assets/0x037A54AaB062628C9Bbae1FDB1583c195585fe41/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x03806Ce5ef69Bd9780EDFb04c29da1F23Db96294/info.json b/blockchains/ethereum/assets/0x03806Ce5ef69Bd9780EDFb04c29da1F23Db96294/info.json
deleted file mode 100644
index 2435213973edf..0000000000000
--- a/blockchains/ethereum/assets/0x03806Ce5ef69Bd9780EDFb04c29da1F23Db96294/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TESLA",
- "symbol": "TSL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.energolabs.com/#/",
- "explorer": "https://etherscan.io/token/0x03806Ce5ef69Bd9780EDFb04c29da1F23Db96294",
- "status": "abandoned",
- "id": "0x03806Ce5ef69Bd9780EDFb04c29da1F23Db96294"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x03806Ce5ef69Bd9780EDFb04c29da1F23Db96294/logo.png b/blockchains/ethereum/assets/0x03806Ce5ef69Bd9780EDFb04c29da1F23Db96294/logo.png
deleted file mode 100755
index bb65675a26722..0000000000000
Binary files a/blockchains/ethereum/assets/0x03806Ce5ef69Bd9780EDFb04c29da1F23Db96294/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x038e1b56b615fF3dD20e0BD4C7e91c7EE07d3508/info.json b/blockchains/ethereum/assets/0x038e1b56b615fF3dD20e0BD4C7e91c7EE07d3508/info.json
deleted file mode 100644
index b5d3faac3f9aa..0000000000000
--- a/blockchains/ethereum/assets/0x038e1b56b615fF3dD20e0BD4C7e91c7EE07d3508/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Long WBTC-DAI 3x v2",
- "symbol": "dLWBTC3x",
- "type": "ERC20",
- "decimals": 18,
- "description": "pTokens, which give exposure to a desired short or leveraged position.",
- "website": "https://bzx.network/",
- "explorer": "https://etherscan.io/token/0x038e1b56b615fF3dD20e0BD4C7e91c7EE07d3508",
- "status": "active",
- "id": "0x038e1b56b615fF3dD20e0BD4C7e91c7EE07d3508"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x038e1b56b615fF3dD20e0BD4C7e91c7EE07d3508/logo.png b/blockchains/ethereum/assets/0x038e1b56b615fF3dD20e0BD4C7e91c7EE07d3508/logo.png
deleted file mode 100644
index d8d208645c215..0000000000000
Binary files a/blockchains/ethereum/assets/0x038e1b56b615fF3dD20e0BD4C7e91c7EE07d3508/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0391D2021f89DC339F60Fff84546EA23E337750f/info.json b/blockchains/ethereum/assets/0x0391D2021f89DC339F60Fff84546EA23E337750f/info.json
deleted file mode 100644
index aeb6b9cccad81..0000000000000
--- a/blockchains/ethereum/assets/0x0391D2021f89DC339F60Fff84546EA23E337750f/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "BarnBridge",
- "website": "https://BarnBridge.com",
- "description": "Tokenized Risk Protocol",
- "explorer": "https://etherscan.io/token/0x0391D2021f89DC339F60Fff84546EA23E337750f",
- "type": "ERC20",
- "symbol": "BOND",
- "decimals": 18,
- "status": "active",
- "id": "0x0391D2021f89DC339F60Fff84546EA23E337750f",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://github.com/BarnBridge/BarnBridge-Whitepaper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0391D2021f89DC339F60Fff84546EA23E337750f/logo.png b/blockchains/ethereum/assets/0x0391D2021f89DC339F60Fff84546EA23E337750f/logo.png
deleted file mode 100644
index 3df299a4133b9..0000000000000
Binary files a/blockchains/ethereum/assets/0x0391D2021f89DC339F60Fff84546EA23E337750f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0396340f16Bbec973280AB053efc3f208fA37795/info.json b/blockchains/ethereum/assets/0x0396340f16Bbec973280AB053efc3f208fA37795/info.json
deleted file mode 100644
index 3c0879ed63cdd..0000000000000
--- a/blockchains/ethereum/assets/0x0396340f16Bbec973280AB053efc3f208fA37795/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BigONE Token",
- "symbol": "BIG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0396340f16Bbec973280AB053efc3f208fA37795",
- "status": "abandoned",
- "id": "0x0396340f16Bbec973280AB053efc3f208fA37795"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0396340f16Bbec973280AB053efc3f208fA37795/logo.png b/blockchains/ethereum/assets/0x0396340f16Bbec973280AB053efc3f208fA37795/logo.png
deleted file mode 100644
index 3bdaefb6b9f65..0000000000000
Binary files a/blockchains/ethereum/assets/0x0396340f16Bbec973280AB053efc3f208fA37795/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x039B5649A59967e3e936D7471f9c3700100Ee1ab/info.json b/blockchains/ethereum/assets/0x039B5649A59967e3e936D7471f9c3700100Ee1ab/info.json
deleted file mode 100644
index 11de86a66d751..0000000000000
--- a/blockchains/ethereum/assets/0x039B5649A59967e3e936D7471f9c3700100Ee1ab/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KuCoin Shares",
- "website": "https://kucoin.com",
- "description": "Kucoin Shares (KCS) is an exchange based token and native currency of the Kucoin crypto exchange.",
- "explorer": "https://etherscan.io/token/0x039B5649A59967e3e936D7471f9c3700100Ee1ab",
- "type": "ERC20",
- "symbol": "KCS",
- "decimals": 6,
- "status": "abandoned",
- "id": "0x039B5649A59967e3e936D7471f9c3700100Ee1ab"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x039B5649A59967e3e936D7471f9c3700100Ee1ab/logo.png b/blockchains/ethereum/assets/0x039B5649A59967e3e936D7471f9c3700100Ee1ab/logo.png
deleted file mode 100755
index 83bd6b825af38..0000000000000
Binary files a/blockchains/ethereum/assets/0x039B5649A59967e3e936D7471f9c3700100Ee1ab/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x039F5050dE4908f9b5ddF40A4F3Aa3f329086387/info.json b/blockchains/ethereum/assets/0x039F5050dE4908f9b5ddF40A4F3Aa3f329086387/info.json
deleted file mode 100644
index e3d56ee99e4ad..0000000000000
--- a/blockchains/ethereum/assets/0x039F5050dE4908f9b5ddF40A4F3Aa3f329086387/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethernet Cash",
- "symbol": "ENC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ethernet.cash",
- "explorer": "https://etherscan.io/token/0x039F5050dE4908f9b5ddF40A4F3Aa3f329086387",
- "status": "abandoned",
- "id": "0x039F5050dE4908f9b5ddF40A4F3Aa3f329086387"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x039F5050dE4908f9b5ddF40A4F3Aa3f329086387/logo.png b/blockchains/ethereum/assets/0x039F5050dE4908f9b5ddF40A4F3Aa3f329086387/logo.png
deleted file mode 100755
index 8a1d70ac0a647..0000000000000
Binary files a/blockchains/ethereum/assets/0x039F5050dE4908f9b5ddF40A4F3Aa3f329086387/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x039c642289e45EB7eE1B88123f4fC3aa94D34359/info.json b/blockchains/ethereum/assets/0x039c642289e45EB7eE1B88123f4fC3aa94D34359/info.json
deleted file mode 100644
index 6c357224f8098..0000000000000
--- a/blockchains/ethereum/assets/0x039c642289e45EB7eE1B88123f4fC3aa94D34359/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KAMI",
- "symbol": "KAMI",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x039c642289e45EB7eE1B88123f4fC3aa94D34359",
- "status": "abandoned",
- "id": "0x039c642289e45EB7eE1B88123f4fC3aa94D34359"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x039c642289e45EB7eE1B88123f4fC3aa94D34359/logo.png b/blockchains/ethereum/assets/0x039c642289e45EB7eE1B88123f4fC3aa94D34359/logo.png
deleted file mode 100644
index 3f61ea593c071..0000000000000
Binary files a/blockchains/ethereum/assets/0x039c642289e45EB7eE1B88123f4fC3aa94D34359/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x03B155AF3F4459193A276395dD76e357BB472DA1/info.json b/blockchains/ethereum/assets/0x03B155AF3F4459193A276395dD76e357BB472DA1/info.json
deleted file mode 100644
index f0b7c83be45b7..0000000000000
--- a/blockchains/ethereum/assets/0x03B155AF3F4459193A276395dD76e357BB472DA1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Swace",
- "symbol": "SWACE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x03B155AF3F4459193A276395dD76e357BB472DA1",
- "status": "abandoned",
- "id": "0x03B155AF3F4459193A276395dD76e357BB472DA1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x03B155AF3F4459193A276395dD76e357BB472DA1/logo.png b/blockchains/ethereum/assets/0x03B155AF3F4459193A276395dD76e357BB472DA1/logo.png
deleted file mode 100644
index 7f8ee904b7d82..0000000000000
Binary files a/blockchains/ethereum/assets/0x03B155AF3F4459193A276395dD76e357BB472DA1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x03Be5C903c727Ee2C8C4e9bc0AcC860Cca4715e2/info.json b/blockchains/ethereum/assets/0x03Be5C903c727Ee2C8C4e9bc0AcC860Cca4715e2/info.json
deleted file mode 100644
index 68054299e8fdd..0000000000000
--- a/blockchains/ethereum/assets/0x03Be5C903c727Ee2C8C4e9bc0AcC860Cca4715e2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ternoa",
- "type": "ERC20",
- "symbol": "CAPS",
- "decimals": 18,
- "website": "https://www.ternoa.com",
- "description": "TERNOA is a blockchain designed to provide secured, decentralized, and long-term data transmission. TERNOA relies upon the use of NFTs as vehicles to store encrypted data across long periods of time, and built-in oracles to trigger data releases to third parties.",
- "explorer": "https://etherscan.io/token/0x03Be5C903c727Ee2C8C4e9bc0AcC860Cca4715e2",
- "status": "active",
- "id": "0x03Be5C903c727Ee2C8C4e9bc0AcC860Cca4715e2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x03Be5C903c727Ee2C8C4e9bc0AcC860Cca4715e2/logo.png b/blockchains/ethereum/assets/0x03Be5C903c727Ee2C8C4e9bc0AcC860Cca4715e2/logo.png
deleted file mode 100644
index 7e3f540189e4b..0000000000000
Binary files a/blockchains/ethereum/assets/0x03Be5C903c727Ee2C8C4e9bc0AcC860Cca4715e2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x03C780cD554598592B97b7256dDAad759945b125/info.json b/blockchains/ethereum/assets/0x03C780cD554598592B97b7256dDAad759945b125/info.json
deleted file mode 100644
index 29f752f78b432..0000000000000
--- a/blockchains/ethereum/assets/0x03C780cD554598592B97b7256dDAad759945b125/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTRN",
- "symbol": "BTRN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://biotron.io/",
- "explorer": "https://etherscan.io/token/0x03C780cD554598592B97b7256dDAad759945b125",
- "status": "abandoned",
- "id": "0x03C780cD554598592B97b7256dDAad759945b125"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x03C780cD554598592B97b7256dDAad759945b125/logo.png b/blockchains/ethereum/assets/0x03C780cD554598592B97b7256dDAad759945b125/logo.png
deleted file mode 100644
index 4e148f64f9386..0000000000000
Binary files a/blockchains/ethereum/assets/0x03C780cD554598592B97b7256dDAad759945b125/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919/info.json b/blockchains/ethereum/assets/0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919/info.json
deleted file mode 100644
index 706bddd1fcbaf..0000000000000
--- a/blockchains/ethereum/assets/0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Rai Reflex Index",
- "website": "https://reflexer.finance",
- "description": "RAI is a non pegged, ETH backed stable asset built by Reflexer. It is the first asset of its kind that, instead of being pegged to a specific target such as the USD, it freely floats while it’s being influenced by market forces.",
- "explorer": "https://etherscan.io/token/0x03ab458634910aad20ef5f1c8ee96f1d6ac54919",
- "research": "https://docs.reflexer.finance/",
- "type": "ERC20",
- "symbol": "RAI",
- "decimals": 18,
- "status": "active",
- "id": "0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919/logo.png b/blockchains/ethereum/assets/0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919/logo.png
deleted file mode 100644
index ea158e231be07..0000000000000
Binary files a/blockchains/ethereum/assets/0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x03fB52D4eE633ab0D06C833E32EFdd8D388f3E6a/info.json b/blockchains/ethereum/assets/0x03fB52D4eE633ab0D06C833E32EFdd8D388f3E6a/info.json
deleted file mode 100644
index 70d6add09e102..0000000000000
--- a/blockchains/ethereum/assets/0x03fB52D4eE633ab0D06C833E32EFdd8D388f3E6a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Black Hole",
- "symbol": "HOLE",
- "type": "ERC20",
- "decimals": 18,
- "description": "HOLE is a hyperdeflationary cryptocurrency with massive 20% burn. Join us on the journey to the unknown parts of the universe.",
- "website": "https://superblackhole.com/",
- "explorer": "https://etherscan.io/token/0x03fB52D4eE633ab0D06C833E32EFdd8D388f3E6a",
- "status": "active",
- "id": "0x03fB52D4eE633ab0D06C833E32EFdd8D388f3E6a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x03fB52D4eE633ab0D06C833E32EFdd8D388f3E6a/logo.png b/blockchains/ethereum/assets/0x03fB52D4eE633ab0D06C833E32EFdd8D388f3E6a/logo.png
deleted file mode 100644
index 0bb9ba8b2e194..0000000000000
Binary files a/blockchains/ethereum/assets/0x03fB52D4eE633ab0D06C833E32EFdd8D388f3E6a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0408D7ed44de8D93A2510CAEF3Db4Ac7a4a1DFEc/info.json b/blockchains/ethereum/assets/0x0408D7ed44de8D93A2510CAEF3Db4Ac7a4a1DFEc/info.json
deleted file mode 100644
index 92a83e98f0bab..0000000000000
--- a/blockchains/ethereum/assets/0x0408D7ed44de8D93A2510CAEF3Db4Ac7a4a1DFEc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AIECOLOGY",
- "symbol": "AIE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0408D7ed44de8D93A2510CAEF3Db4Ac7a4a1DFEc",
- "status": "abandoned",
- "id": "0x0408D7ed44de8D93A2510CAEF3Db4Ac7a4a1DFEc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0408D7ed44de8D93A2510CAEF3Db4Ac7a4a1DFEc/logo.png b/blockchains/ethereum/assets/0x0408D7ed44de8D93A2510CAEF3Db4Ac7a4a1DFEc/logo.png
deleted file mode 100644
index 34f98b8b54a82..0000000000000
Binary files a/blockchains/ethereum/assets/0x0408D7ed44de8D93A2510CAEF3Db4Ac7a4a1DFEc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x040f685A2ffE3598A5041af33643C5F731507917/info.json b/blockchains/ethereum/assets/0x040f685A2ffE3598A5041af33643C5F731507917/info.json
deleted file mode 100644
index 916c3b08a342b..0000000000000
--- a/blockchains/ethereum/assets/0x040f685A2ffE3598A5041af33643C5F731507917/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lotbo Token",
- "symbol": "LOB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x040f685A2ffE3598A5041af33643C5F731507917",
- "status": "abandoned",
- "id": "0x040f685A2ffE3598A5041af33643C5F731507917"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x040f685A2ffE3598A5041af33643C5F731507917/logo.png b/blockchains/ethereum/assets/0x040f685A2ffE3598A5041af33643C5F731507917/logo.png
deleted file mode 100644
index cba79f29cf5df..0000000000000
Binary files a/blockchains/ethereum/assets/0x040f685A2ffE3598A5041af33643C5F731507917/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x04162AEe1c40cF63747E6BC3A7e84ACEC1Ba2A78/info.json b/blockchains/ethereum/assets/0x04162AEe1c40cF63747E6BC3A7e84ACEC1Ba2A78/info.json
deleted file mode 100644
index 6a7577e0d327c..0000000000000
--- a/blockchains/ethereum/assets/0x04162AEe1c40cF63747E6BC3A7e84ACEC1Ba2A78/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ApeCash",
- "symbol": "APE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x04162AEe1c40cF63747E6BC3A7e84ACEC1Ba2A78",
- "status": "abandoned",
- "id": "0x04162AEe1c40cF63747E6BC3A7e84ACEC1Ba2A78"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x04162AEe1c40cF63747E6BC3A7e84ACEC1Ba2A78/logo.png b/blockchains/ethereum/assets/0x04162AEe1c40cF63747E6BC3A7e84ACEC1Ba2A78/logo.png
deleted file mode 100755
index 6755b06ba9f1e..0000000000000
Binary files a/blockchains/ethereum/assets/0x04162AEe1c40cF63747E6BC3A7e84ACEC1Ba2A78/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0417912b3a7AF768051765040A55BB0925D4DDcF/info.json b/blockchains/ethereum/assets/0x0417912b3a7AF768051765040A55BB0925D4DDcF/info.json
deleted file mode 100644
index f7d7504f0b0a5..0000000000000
--- a/blockchains/ethereum/assets/0x0417912b3a7AF768051765040A55BB0925D4DDcF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Liquidity Dividends Protocol",
- "symbol": "LID",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Liquidity Dividends Protocol uses new technology that provides solutions for depositing liquidity into Uniswap while also offering a social rewards based staking system.",
- "website": "https://www.lid.sh",
- "explorer": "https://etherscan.io/token/0x0417912b3a7AF768051765040A55BB0925D4DDcF",
- "status": "active",
- "id": "0x0417912b3a7AF768051765040A55BB0925D4DDcF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0417912b3a7AF768051765040A55BB0925D4DDcF/logo.png b/blockchains/ethereum/assets/0x0417912b3a7AF768051765040A55BB0925D4DDcF/logo.png
deleted file mode 100644
index 73abdadac578c..0000000000000
Binary files a/blockchains/ethereum/assets/0x0417912b3a7AF768051765040A55BB0925D4DDcF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x04203B7668eB832a5CbFE248b57deFEB709E48e3/info.json b/blockchains/ethereum/assets/0x04203B7668eB832a5CbFE248b57deFEB709E48e3/info.json
deleted file mode 100644
index 49943511ec1c7..0000000000000
--- a/blockchains/ethereum/assets/0x04203B7668eB832a5CbFE248b57deFEB709E48e3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Statera Gold",
- "symbol": "STAG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x04203B7668eB832a5CbFE248b57deFEB709E48e3",
- "status": "abandoned",
- "id": "0x04203B7668eB832a5CbFE248b57deFEB709E48e3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x04203B7668eB832a5CbFE248b57deFEB709E48e3/logo.png b/blockchains/ethereum/assets/0x04203B7668eB832a5CbFE248b57deFEB709E48e3/logo.png
deleted file mode 100644
index 4a150964002f2..0000000000000
Binary files a/blockchains/ethereum/assets/0x04203B7668eB832a5CbFE248b57deFEB709E48e3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0428488582472A47d7a20be969FDFdfb3BA1f7cB/info.json b/blockchains/ethereum/assets/0x0428488582472A47d7a20be969FDFdfb3BA1f7cB/info.json
deleted file mode 100644
index 57ecc77496f5b..0000000000000
--- a/blockchains/ethereum/assets/0x0428488582472A47d7a20be969FDFdfb3BA1f7cB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short ETH-DAI 3x v2",
- "symbol": "dsETH3x",
- "type": "ERC20",
- "decimals": 18,
- "description": "pTokens, which give you exposure to a desired short or leveraged position.",
- "website": "https://bzx.network/",
- "explorer": "https://etherscan.io/token/0x0428488582472A47d7a20be969FDFdfb3BA1f7cB",
- "status": "abandoned",
- "id": "0x0428488582472A47d7a20be969FDFdfb3BA1f7cB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0428488582472A47d7a20be969FDFdfb3BA1f7cB/logo.png b/blockchains/ethereum/assets/0x0428488582472A47d7a20be969FDFdfb3BA1f7cB/logo.png
deleted file mode 100644
index 30c7d7f5019ec..0000000000000
Binary files a/blockchains/ethereum/assets/0x0428488582472A47d7a20be969FDFdfb3BA1f7cB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x04375cC41Eab0D0Db9460e8a7f8771f15aFA7BD9/info.json b/blockchains/ethereum/assets/0x04375cC41Eab0D0Db9460e8a7f8771f15aFA7BD9/info.json
deleted file mode 100644
index 0d753516eee75..0000000000000
--- a/blockchains/ethereum/assets/0x04375cC41Eab0D0Db9460e8a7f8771f15aFA7BD9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-24/30M54",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x04375cC41Eab0D0Db9460e8a7f8771f15aFA7BD9",
- "status": "abandoned",
- "id": "0x04375cC41Eab0D0Db9460e8a7f8771f15aFA7BD9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x04375cC41Eab0D0Db9460e8a7f8771f15aFA7BD9/logo.png b/blockchains/ethereum/assets/0x04375cC41Eab0D0Db9460e8a7f8771f15aFA7BD9/logo.png
deleted file mode 100644
index 41b56cbccf6cc..0000000000000
Binary files a/blockchains/ethereum/assets/0x04375cC41Eab0D0Db9460e8a7f8771f15aFA7BD9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x04423d360B5F2A65266a150AC109534c47830E66/info.json b/blockchains/ethereum/assets/0x04423d360B5F2A65266a150AC109534c47830E66/info.json
deleted file mode 100644
index da816e951786c..0000000000000
--- a/blockchains/ethereum/assets/0x04423d360B5F2A65266a150AC109534c47830E66/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fazhan Chain",
- "symbol": "FZC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x04423d360B5F2A65266a150AC109534c47830E66",
- "status": "abandoned",
- "id": "0x04423d360B5F2A65266a150AC109534c47830E66"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x04423d360B5F2A65266a150AC109534c47830E66/logo.png b/blockchains/ethereum/assets/0x04423d360B5F2A65266a150AC109534c47830E66/logo.png
deleted file mode 100644
index 783c69d0eeb96..0000000000000
Binary files a/blockchains/ethereum/assets/0x04423d360B5F2A65266a150AC109534c47830E66/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0442BC99441F55244131CC13A2E717C493DDbF01/info.json b/blockchains/ethereum/assets/0x0442BC99441F55244131CC13A2E717C493DDbF01/info.json
deleted file mode 100644
index 1c627ef0f7eb5..0000000000000
--- a/blockchains/ethereum/assets/0x0442BC99441F55244131CC13A2E717C493DDbF01/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "REVI",
- "website": "http://revi.network",
- "description": "V2.0 of REVO",
- "explorer": "https://etherscan.io/token/0x0442BC99441F55244131CC13A2E717C493DDbF01",
- "type": "ERC20",
- "symbol": "REVI",
- "decimals": 18,
- "status": "active",
- "id": "0x0442BC99441F55244131CC13A2E717C493DDbF01"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0442BC99441F55244131CC13A2E717C493DDbF01/logo.png b/blockchains/ethereum/assets/0x0442BC99441F55244131CC13A2E717C493DDbF01/logo.png
deleted file mode 100644
index 8fd7ae56a2a81..0000000000000
Binary files a/blockchains/ethereum/assets/0x0442BC99441F55244131CC13A2E717C493DDbF01/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x044727e50ff30DB57fad06Ff4F5846eAb5eA52a2/info.json b/blockchains/ethereum/assets/0x044727e50ff30DB57fad06Ff4F5846eAb5eA52a2/info.json
deleted file mode 100644
index e340b3891bba6..0000000000000
--- a/blockchains/ethereum/assets/0x044727e50ff30DB57fad06Ff4F5846eAb5eA52a2/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Kitty Inu",
- "website": "https://kittyinuerc20.io/",
- "description": "Inspired by the rise of Shiba Inu and Floki Inu, Kitty Inu is an ERC-20 Cryptocurrency joining the cryptoverse to teach an old doge some new tricks! Kitty’s mission is to build one of the best and biggest crypto communities in the world backed by one of the best teams in Defi. Part Kitty, Part Inu, Kitty Inu will woof and meow its way to the moon.",
- "explorer": "https://etherscan.io/token/0x044727e50ff30DB57fad06Ff4F5846eAb5eA52a2",
- "type": "ERC20",
- "symbol": "KITTY",
- "decimals": 9,
- "status": "active",
- "id": "0x044727e50ff30DB57fad06Ff4F5846eAb5eA52a2",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/KittyInu"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/KittyInuErc20"
- },
- {
- "name": "telegram",
- "url": "https://t.me/KittyInuToken"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/kitty-inu/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/kitty-inu/"
- },
- {
- "name": "whitepaper",
- "url": "https://kittyinuerc20.io/wp-content/uploads/2021/10/KityInuLitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x044727e50ff30DB57fad06Ff4F5846eAb5eA52a2/logo.png b/blockchains/ethereum/assets/0x044727e50ff30DB57fad06Ff4F5846eAb5eA52a2/logo.png
deleted file mode 100644
index 247cc59855120..0000000000000
Binary files a/blockchains/ethereum/assets/0x044727e50ff30DB57fad06Ff4F5846eAb5eA52a2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x045Eb7e34e94B28C7A3641BC5e1A1F61f225Af9F/info.json b/blockchains/ethereum/assets/0x045Eb7e34e94B28C7A3641BC5e1A1F61f225Af9F/info.json
deleted file mode 100644
index e65d82f8c42e1..0000000000000
--- a/blockchains/ethereum/assets/0x045Eb7e34e94B28C7A3641BC5e1A1F61f225Af9F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZPAY",
- "symbol": "ZPAE",
- "type": "ERC20",
- "decimals": 18,
- "description": "Building an entire decentralized ecosystem specifically for GCC countries and driving the momentum to establish a censor-ship resistant cryptocurrency across the Gulf. Focusing upon changing the way Emiratis do transactions and manage their wealth.",
- "website": "https://www.zelaapay.ae/",
- "explorer": "https://etherscan.io/token/0x045Eb7e34e94B28C7A3641BC5e1A1F61f225Af9F",
- "status": "active",
- "id": "0x045Eb7e34e94B28C7A3641BC5e1A1F61f225Af9F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x045Eb7e34e94B28C7A3641BC5e1A1F61f225Af9F/logo.png b/blockchains/ethereum/assets/0x045Eb7e34e94B28C7A3641BC5e1A1F61f225Af9F/logo.png
deleted file mode 100644
index 567085230310e..0000000000000
Binary files a/blockchains/ethereum/assets/0x045Eb7e34e94B28C7A3641BC5e1A1F61f225Af9F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0488401c3F535193Fa8Df029d9fFe615A06E74E6/info.json b/blockchains/ethereum/assets/0x0488401c3F535193Fa8Df029d9fFe615A06E74E6/info.json
deleted file mode 100644
index ca98f0c6d1ad3..0000000000000
--- a/blockchains/ethereum/assets/0x0488401c3F535193Fa8Df029d9fFe615A06E74E6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SparkPoint",
- "symbol": "SRK",
- "type": "ERC20",
- "decimals": 18,
- "description": "SparkPoint Ecosystem is a decentralized payment gateway with integrated crypto exchanges, blockchain based e-learning, gaming, and online store.",
- "website": "https://www.sparkpoint.io/",
- "explorer": "https://etherscan.io/token/0x0488401c3F535193Fa8Df029d9fFe615A06E74E6",
- "status": "active",
- "id": "0x0488401c3F535193Fa8Df029d9fFe615A06E74E6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0488401c3F535193Fa8Df029d9fFe615A06E74E6/logo.png b/blockchains/ethereum/assets/0x0488401c3F535193Fa8Df029d9fFe615A06E74E6/logo.png
deleted file mode 100644
index 5eb790c060d29..0000000000000
Binary files a/blockchains/ethereum/assets/0x0488401c3F535193Fa8Df029d9fFe615A06E74E6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x048930eec73c91B44b0844aEACdEBADC2F2b6efb/info.json b/blockchains/ethereum/assets/0x048930eec73c91B44b0844aEACdEBADC2F2b6efb/info.json
deleted file mode 100644
index 6c7c1810642ee..0000000000000
--- a/blockchains/ethereum/assets/0x048930eec73c91B44b0844aEACdEBADC2F2b6efb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave UniDAI",
- "website": "https://aave.com",
- "description": "Aave UniDAI is an interest bearing token pegged 1:1 to the underlying DAI deposited in the Uniswap Market of Aave Protocol.",
- "explorer": "https://etherscan.io/token/0x048930eec73c91B44b0844aEACdEBADC2F2b6efb",
- "type": "ERC20",
- "symbol": "aUniDAI",
- "decimals": 18,
- "status": "active",
- "id": "0x048930eec73c91B44b0844aEACdEBADC2F2b6efb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x048930eec73c91B44b0844aEACdEBADC2F2b6efb/logo.png b/blockchains/ethereum/assets/0x048930eec73c91B44b0844aEACdEBADC2F2b6efb/logo.png
deleted file mode 100644
index 3e5fb1d349a04..0000000000000
Binary files a/blockchains/ethereum/assets/0x048930eec73c91B44b0844aEACdEBADC2F2b6efb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x048Fe49BE32adfC9ED68C37D32B5ec9Df17b3603/info.json b/blockchains/ethereum/assets/0x048Fe49BE32adfC9ED68C37D32B5ec9Df17b3603/info.json
deleted file mode 100644
index 4d32867b5209d..0000000000000
--- a/blockchains/ethereum/assets/0x048Fe49BE32adfC9ED68C37D32B5ec9Df17b3603/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Skrumble Network V2",
- "symbol": "SKM",
- "type": "ERC20",
- "decimals": 18,
- "description": "Communication-Centric Blockchain Infrastructure and DeFi Ecosystem",
- "website": "https://skrumble.network",
- "explorer": "https://etherscan.io/token/0x048Fe49BE32adfC9ED68C37D32B5ec9Df17b3603",
- "status": "active",
- "id": "0x048Fe49BE32adfC9ED68C37D32B5ec9Df17b3603"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x048Fe49BE32adfC9ED68C37D32B5ec9Df17b3603/logo.png b/blockchains/ethereum/assets/0x048Fe49BE32adfC9ED68C37D32B5ec9Df17b3603/logo.png
deleted file mode 100644
index 0e0fc307131c2..0000000000000
Binary files a/blockchains/ethereum/assets/0x048Fe49BE32adfC9ED68C37D32B5ec9Df17b3603/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x049399a6B048D52971F7D122aE21A1532722285F/info.json b/blockchains/ethereum/assets/0x049399a6B048D52971F7D122aE21A1532722285F/info.json
deleted file mode 100644
index 555cd3a1c5aa5..0000000000000
--- a/blockchains/ethereum/assets/0x049399a6B048D52971F7D122aE21A1532722285F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fire Lotto",
- "symbol": "FLOT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Fire Lotto is a modern blockchain lottery as simple and understandable as traditional lotteries are.",
- "website": "https://firelotto.io/",
- "explorer": "https://etherscan.io/token/0x049399a6B048D52971F7D122aE21A1532722285F",
- "status": "active",
- "id": "0x049399a6B048D52971F7D122aE21A1532722285F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x049399a6B048D52971F7D122aE21A1532722285F/logo.png b/blockchains/ethereum/assets/0x049399a6B048D52971F7D122aE21A1532722285F/logo.png
deleted file mode 100644
index f749c488a56af..0000000000000
Binary files a/blockchains/ethereum/assets/0x049399a6B048D52971F7D122aE21A1532722285F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x04A020325024F130988782bd5276e53595e8d16E/info.json b/blockchains/ethereum/assets/0x04A020325024F130988782bd5276e53595e8d16E/info.json
deleted file mode 100644
index b54a74ea027b9..0000000000000
--- a/blockchains/ethereum/assets/0x04A020325024F130988782bd5276e53595e8d16E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Herbalist Token",
- "symbol": "HERB",
- "type": "ERC20",
- "decimals": 8,
- "description": "Herbalist Token Project is going to solve expensive rare herbs problem by building a blockchain integrated marketplace that will bring the farmers and the buyers together. In our platform, any farmer is going to be able list their products and find buyers around the globe easily and quickly.",
- "website": "http://www.herbalisttoken.com",
- "explorer": "https://etherscan.io/token/0x04A020325024F130988782bd5276e53595e8d16E",
- "status": "active",
- "id": "0x04A020325024F130988782bd5276e53595e8d16E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x04A020325024F130988782bd5276e53595e8d16E/logo.png b/blockchains/ethereum/assets/0x04A020325024F130988782bd5276e53595e8d16E/logo.png
deleted file mode 100644
index 19d550a04113b..0000000000000
Binary files a/blockchains/ethereum/assets/0x04A020325024F130988782bd5276e53595e8d16E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x04A289fe4cE5fa87a76F58d0214340fb5893A58c/info.json b/blockchains/ethereum/assets/0x04A289fe4cE5fa87a76F58d0214340fb5893A58c/info.json
deleted file mode 100644
index 4633d28d3e559..0000000000000
--- a/blockchains/ethereum/assets/0x04A289fe4cE5fa87a76F58d0214340fb5893A58c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RealBlock.io",
- "symbol": "REAL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x04A289fe4cE5fa87a76F58d0214340fb5893A58c",
- "status": "abandoned",
- "id": "0x04A289fe4cE5fa87a76F58d0214340fb5893A58c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x04A289fe4cE5fa87a76F58d0214340fb5893A58c/logo.png b/blockchains/ethereum/assets/0x04A289fe4cE5fa87a76F58d0214340fb5893A58c/logo.png
deleted file mode 100644
index be9e1e9346075..0000000000000
Binary files a/blockchains/ethereum/assets/0x04A289fe4cE5fa87a76F58d0214340fb5893A58c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x04B5E13000C6e9A3255Dc057091F3e3Eeee7b0f0/info.json b/blockchains/ethereum/assets/0x04B5E13000C6e9A3255Dc057091F3e3Eeee7b0f0/info.json
deleted file mode 100644
index 2e4f3237491a2..0000000000000
--- a/blockchains/ethereum/assets/0x04B5E13000C6e9A3255Dc057091F3e3Eeee7b0f0/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "UNIFUND",
- "website": "https://unifund.global",
- "description": "Managed Trading Funds on Uniswap",
- "explorer": "https://etherscan.io/token/0x04B5E13000C6e9A3255Dc057091F3e3Eeee7b0f0",
- "type": "ERC20",
- "symbol": "iFUND",
- "decimals": 18,
- "status": "active",
- "id": "0x04B5E13000C6e9A3255Dc057091F3e3Eeee7b0f0",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://unifund.global/assets/docs/UnipumpWPv1.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x04B5E13000C6e9A3255Dc057091F3e3Eeee7b0f0/logo.png b/blockchains/ethereum/assets/0x04B5E13000C6e9A3255Dc057091F3e3Eeee7b0f0/logo.png
deleted file mode 100644
index f6003e34819d3..0000000000000
Binary files a/blockchains/ethereum/assets/0x04B5E13000C6e9A3255Dc057091F3e3Eeee7b0f0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x04B99ae45176955165BA8eB655B9028Fc00DFe50/info.json b/blockchains/ethereum/assets/0x04B99ae45176955165BA8eB655B9028Fc00DFe50/info.json
deleted file mode 100644
index 9f9fb504b2888..0000000000000
--- a/blockchains/ethereum/assets/0x04B99ae45176955165BA8eB655B9028Fc00DFe50/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SIX",
- "symbol": "SIX",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x04B99ae45176955165BA8eB655B9028Fc00DFe50",
- "status": "abandoned",
- "id": "0x04B99ae45176955165BA8eB655B9028Fc00DFe50"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x04B99ae45176955165BA8eB655B9028Fc00DFe50/logo.png b/blockchains/ethereum/assets/0x04B99ae45176955165BA8eB655B9028Fc00DFe50/logo.png
deleted file mode 100644
index db71ecf3ad8b3..0000000000000
Binary files a/blockchains/ethereum/assets/0x04B99ae45176955165BA8eB655B9028Fc00DFe50/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x04C17b9D3b29A78F7Bd062a57CF44FC633e71f85/info.json b/blockchains/ethereum/assets/0x04C17b9D3b29A78F7Bd062a57CF44FC633e71f85/info.json
deleted file mode 100644
index 4fdb8b67caafa..0000000000000
--- a/blockchains/ethereum/assets/0x04C17b9D3b29A78F7Bd062a57CF44FC633e71f85/info.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "name": "IMPT",
- "type": "ERC20",
- "symbol": "IMPT",
- "decimals": 18,
- "website": "https://www.impt.io/",
- "description": "IMPT connects users with hundreds of impactful environmental projects around the world with the purpose to reduce carbon emissions and help our planet. IMPT also engages thousands of the largest retail brands that allocate a specific percentage of sale margin for environmental projects. It is accumulated in users’ accounts in the form of IMPT tokens. The users accumulate these tokens till they reach the necessary amount of the carbon credit of their choice. As a result, users can continue with their normal shopping while helping the planet.",
- "explorer": "https://etherscan.io/token/0x04C17b9D3b29A78F7Bd062a57CF44FC633e71f85",
- "status": "active",
- "id": "0x04C17b9D3b29A78F7Bd062a57CF44FC633e71f85",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/IMPT_token"
- },
- {
- "name": "github",
- "url": "https://github.com/anonymous-001-1/IMPT"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/pxPSREPKxw"
- },
- {
- "name": "whitepaper",
- "url": "https://impt.io/assets/documents/whitepaper/en.pdf"
- },
- {
- "name": "telegram",
- "url": "https://t.me/IMPTOfficial"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/IMPTprogram"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/impt/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/IMPT-The-Impact-Project-110250768050959"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/impt"
- }
- ],
- "tags": [
- "nft"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x04C17b9D3b29A78F7Bd062a57CF44FC633e71f85/logo.png b/blockchains/ethereum/assets/0x04C17b9D3b29A78F7Bd062a57CF44FC633e71f85/logo.png
deleted file mode 100644
index 4ed4687e9ea97..0000000000000
Binary files a/blockchains/ethereum/assets/0x04C17b9D3b29A78F7Bd062a57CF44FC633e71f85/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828/info.json b/blockchains/ethereum/assets/0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828/info.json
deleted file mode 100644
index ddb98164441ad..0000000000000
--- a/blockchains/ethereum/assets/0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828/info.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "name": "UMA",
- "website": "https://umaproject.org",
- "description": "UMA Protocol is a Decentralized Finance (DeFi) Protocol on Ethereum for any two counterparties to create their own financial contracts and synthetic assets.",
- "explorer": "https://etherscan.io/token/0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828",
- "research": "https://research.binance.com/en/projects/uma",
- "type": "ERC20",
- "symbol": "UMA",
- "decimals": 18,
- "status": "active",
- "id": "0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/UMAprotocol/protocol"
- },
- {
- "name": "blog",
- "url": "https://medium.com/uma-project"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/UMAprotocol/whitepaper"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/uma/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828/logo.png b/blockchains/ethereum/assets/0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828/logo.png
deleted file mode 100644
index 5ab2b18c257f7..0000000000000
Binary files a/blockchains/ethereum/assets/0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x04abEdA201850aC0124161F037Efd70c74ddC74C/info.json b/blockchains/ethereum/assets/0x04abEdA201850aC0124161F037Efd70c74ddC74C/info.json
deleted file mode 100644
index cbb915413ac53..0000000000000
--- a/blockchains/ethereum/assets/0x04abEdA201850aC0124161F037Efd70c74ddC74C/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Nest Protocol",
- "symbol": "NEST",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x04abEdA201850aC0124161F037Efd70c74ddC74C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x04abEdA201850aC0124161F037Efd70c74ddC74C/logo.png b/blockchains/ethereum/assets/0x04abEdA201850aC0124161F037Efd70c74ddC74C/logo.png
deleted file mode 100644
index 31140d3196924..0000000000000
Binary files a/blockchains/ethereum/assets/0x04abEdA201850aC0124161F037Efd70c74ddC74C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x04bA6FC674D8B7f00C96d5d0a6872e7eb270Bd7C/info.json b/blockchains/ethereum/assets/0x04bA6FC674D8B7f00C96d5d0a6872e7eb270Bd7C/info.json
deleted file mode 100644
index 6d6c418f6cd95..0000000000000
--- a/blockchains/ethereum/assets/0x04bA6FC674D8B7f00C96d5d0a6872e7eb270Bd7C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CRO Decentralized Finance",
- "website": "https://crocryptocoin.com",
- "description": "The most profitable and secure platform to entrust your digital assets. Absolutely safe with multi-layer encrypted protection.",
- "explorer": "https://etherscan.io/token/0x04bA6FC674D8B7f00C96d5d0a6872e7eb270Bd7C",
- "type": "ERC20",
- "symbol": "CRO",
- "decimals": 18,
- "status": "active",
- "id": "0x04bA6FC674D8B7f00C96d5d0a6872e7eb270Bd7C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x04bA6FC674D8B7f00C96d5d0a6872e7eb270Bd7C/logo.png b/blockchains/ethereum/assets/0x04bA6FC674D8B7f00C96d5d0a6872e7eb270Bd7C/logo.png
deleted file mode 100644
index f3c46a06b6ce7..0000000000000
Binary files a/blockchains/ethereum/assets/0x04bA6FC674D8B7f00C96d5d0a6872e7eb270Bd7C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x050508637d2878755CB29B2bE4320aC24d5CE4FF/info.json b/blockchains/ethereum/assets/0x050508637d2878755CB29B2bE4320aC24d5CE4FF/info.json
deleted file mode 100644
index b600480be2e42..0000000000000
--- a/blockchains/ethereum/assets/0x050508637d2878755CB29B2bE4320aC24d5CE4FF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Relax Buddy Token",
- "symbol": "RBPC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x050508637d2878755CB29B2bE4320aC24d5CE4FF",
- "status": "abandoned",
- "id": "0x050508637d2878755CB29B2bE4320aC24d5CE4FF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x050508637d2878755CB29B2bE4320aC24d5CE4FF/logo.png b/blockchains/ethereum/assets/0x050508637d2878755CB29B2bE4320aC24d5CE4FF/logo.png
deleted file mode 100644
index 21fae7fde3b38..0000000000000
Binary files a/blockchains/ethereum/assets/0x050508637d2878755CB29B2bE4320aC24d5CE4FF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x05079687D35b93538cbd59fe5596380cae9054A9/info.json b/blockchains/ethereum/assets/0x05079687D35b93538cbd59fe5596380cae9054A9/info.json
deleted file mode 100644
index 97497879dad51..0000000000000
--- a/blockchains/ethereum/assets/0x05079687D35b93538cbd59fe5596380cae9054A9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitSong",
- "symbol": "BTSG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x05079687D35b93538cbd59fe5596380cae9054A9",
- "status": "abandoned",
- "id": "0x05079687D35b93538cbd59fe5596380cae9054A9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x05079687D35b93538cbd59fe5596380cae9054A9/logo.png b/blockchains/ethereum/assets/0x05079687D35b93538cbd59fe5596380cae9054A9/logo.png
deleted file mode 100644
index 2377fe749e773..0000000000000
Binary files a/blockchains/ethereum/assets/0x05079687D35b93538cbd59fe5596380cae9054A9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0508331c4883Dc6a0Ffc4e0b239A38a68787E21b/info.json b/blockchains/ethereum/assets/0x0508331c4883Dc6a0Ffc4e0b239A38a68787E21b/info.json
deleted file mode 100644
index f81ddceedae96..0000000000000
--- a/blockchains/ethereum/assets/0x0508331c4883Dc6a0Ffc4e0b239A38a68787E21b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LIQ",
- "symbol": "LIQ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0508331c4883Dc6a0Ffc4e0b239A38a68787E21b",
- "status": "abandoned",
- "id": "0x0508331c4883Dc6a0Ffc4e0b239A38a68787E21b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0508331c4883Dc6a0Ffc4e0b239A38a68787E21b/logo.png b/blockchains/ethereum/assets/0x0508331c4883Dc6a0Ffc4e0b239A38a68787E21b/logo.png
deleted file mode 100644
index b2c6bc2469b86..0000000000000
Binary files a/blockchains/ethereum/assets/0x0508331c4883Dc6a0Ffc4e0b239A38a68787E21b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x051cF5178f60e9DEf5d5a39b2a988a9f914107cB/info.json b/blockchains/ethereum/assets/0x051cF5178f60e9DEf5d5a39b2a988a9f914107cB/info.json
deleted file mode 100644
index f55c62d046c06..0000000000000
--- a/blockchains/ethereum/assets/0x051cF5178f60e9DEf5d5a39b2a988a9f914107cB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Epstein Token",
- "website": "https://epsteintoken.com",
- "description": "Epstein didn't kill himself...he's hiding on the moon, and we’re going to find him and raise awareness on the way.",
- "explorer": "https://etherscan.io/token/0x051cF5178f60e9DEf5d5a39b2a988a9f914107cB",
- "type": "ERC20",
- "symbol": "EPSTEIN",
- "decimals": 18,
- "status": "active",
- "id": "0x051cF5178f60e9DEf5d5a39b2a988a9f914107cB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x051cF5178f60e9DEf5d5a39b2a988a9f914107cB/logo.png b/blockchains/ethereum/assets/0x051cF5178f60e9DEf5d5a39b2a988a9f914107cB/logo.png
deleted file mode 100644
index 06190646a66b4..0000000000000
Binary files a/blockchains/ethereum/assets/0x051cF5178f60e9DEf5d5a39b2a988a9f914107cB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x052FE7E1B9C0eae5a4f55f307C77F31c391803e8/info.json b/blockchains/ethereum/assets/0x052FE7E1B9C0eae5a4f55f307C77F31c391803e8/info.json
deleted file mode 100644
index c222a020850ff..0000000000000
--- a/blockchains/ethereum/assets/0x052FE7E1B9C0eae5a4f55f307C77F31c391803e8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MOVEX Dollar",
- "symbol": "MUSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x052FE7E1B9C0eae5a4f55f307C77F31c391803e8",
- "status": "abandoned",
- "id": "0x052FE7E1B9C0eae5a4f55f307C77F31c391803e8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x052FE7E1B9C0eae5a4f55f307C77F31c391803e8/logo.png b/blockchains/ethereum/assets/0x052FE7E1B9C0eae5a4f55f307C77F31c391803e8/logo.png
deleted file mode 100644
index 5808908aeb31d..0000000000000
Binary files a/blockchains/ethereum/assets/0x052FE7E1B9C0eae5a4f55f307C77F31c391803e8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x05462671C05aDc39A6521fA60D5e9443e9E9d2B9/info.json b/blockchains/ethereum/assets/0x05462671C05aDc39A6521fA60D5e9443e9E9d2B9/info.json
deleted file mode 100644
index f8675b34621c4..0000000000000
--- a/blockchains/ethereum/assets/0x05462671C05aDc39A6521fA60D5e9443e9E9d2B9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USDf",
- "website": "https://dollarprotocol.com",
- "description": "USDf is a fractionally backed algorithmic stablecoin that is backed by collateral such as USDC and Gaia, the protocol's reserve asset.",
- "explorer": "https://etherscan.io/token/0x05462671C05aDc39A6521fA60D5e9443e9E9d2B9",
- "type": "ERC20",
- "symbol": "USDf",
- "decimals": 9,
- "status": "active",
- "id": "0x05462671C05aDc39A6521fA60D5e9443e9E9d2B9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x05462671C05aDc39A6521fA60D5e9443e9E9d2B9/logo.png b/blockchains/ethereum/assets/0x05462671C05aDc39A6521fA60D5e9443e9E9d2B9/logo.png
deleted file mode 100644
index 2a86d9c70e84d..0000000000000
Binary files a/blockchains/ethereum/assets/0x05462671C05aDc39A6521fA60D5e9443e9E9d2B9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x054C64741dBafDC19784505494029823D89c3b13/info.json b/blockchains/ethereum/assets/0x054C64741dBafDC19784505494029823D89c3b13/info.json
deleted file mode 100644
index 4f5fd0d518553..0000000000000
--- a/blockchains/ethereum/assets/0x054C64741dBafDC19784505494029823D89c3b13/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETERNAL TOKEN",
- "symbol": "XET",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x054C64741dBafDC19784505494029823D89c3b13",
- "status": "abandoned",
- "id": "0x054C64741dBafDC19784505494029823D89c3b13"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x054C64741dBafDC19784505494029823D89c3b13/logo.png b/blockchains/ethereum/assets/0x054C64741dBafDC19784505494029823D89c3b13/logo.png
deleted file mode 100644
index 5233e787243a2..0000000000000
Binary files a/blockchains/ethereum/assets/0x054C64741dBafDC19784505494029823D89c3b13/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x054D64b73d3D8A21Af3D764eFd76bCaA774f3Bb2/info.json b/blockchains/ethereum/assets/0x054D64b73d3D8A21Af3D764eFd76bCaA774f3Bb2/info.json
deleted file mode 100644
index 26b3d1460ed8e..0000000000000
--- a/blockchains/ethereum/assets/0x054D64b73d3D8A21Af3D764eFd76bCaA774f3Bb2/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "PPAY",
- "website": "https://plasma.finance",
- "description": "PPAY: DeFi liquidity aggregator and Plasma.Finance portfolio dashboard.",
- "explorer": "https://etherscan.io/token/0x054D64b73d3D8A21Af3D764eFd76bCaA774f3Bb2",
- "type": "ERC20",
- "symbol": "PPAY",
- "decimals": 18,
- "status": "active",
- "id": "0x054D64b73d3D8A21Af3D764eFd76bCaA774f3Bb2",
- "tags": [
- "governance"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/plasmadlt/PPAY-Governance"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.plasmapay.com/about/ppay-token"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x054D64b73d3D8A21Af3D764eFd76bCaA774f3Bb2/logo.png b/blockchains/ethereum/assets/0x054D64b73d3D8A21Af3D764eFd76bCaA774f3Bb2/logo.png
deleted file mode 100644
index 126aa3ea3943a..0000000000000
Binary files a/blockchains/ethereum/assets/0x054D64b73d3D8A21Af3D764eFd76bCaA774f3Bb2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x054f76beED60AB6dBEb23502178C52d6C5dEbE40/info.json b/blockchains/ethereum/assets/0x054f76beED60AB6dBEb23502178C52d6C5dEbE40/info.json
deleted file mode 100644
index 4a6e6032c328a..0000000000000
--- a/blockchains/ethereum/assets/0x054f76beED60AB6dBEb23502178C52d6C5dEbE40/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "FIN",
- "website": "https://definer.org/",
- "description": "Earn interest and access instant loans through DeFiner’s noncustodial platform. Truly peer-to-peer. Secure. No middlemen.",
- "explorer": "https://etherscan.io/token/0x054f76beED60AB6dBEb23502178C52d6C5dEbE40",
- "type": "ERC20",
- "symbol": "FIN",
- "decimals": 18,
- "status": "active",
- "id": "0x054f76beED60AB6dBEb23502178C52d6C5dEbE40",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/DeFinerorg"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x054f76beED60AB6dBEb23502178C52d6C5dEbE40/logo.png b/blockchains/ethereum/assets/0x054f76beED60AB6dBEb23502178C52d6C5dEbE40/logo.png
deleted file mode 100644
index fb6c37281dc5c..0000000000000
Binary files a/blockchains/ethereum/assets/0x054f76beED60AB6dBEb23502178C52d6C5dEbE40/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x055A0a8507949Aa3Fc323Ae001bdFcA36AE549cE/info.json b/blockchains/ethereum/assets/0x055A0a8507949Aa3Fc323Ae001bdFcA36AE549cE/info.json
deleted file mode 100644
index 96eb4c9c12734..0000000000000
--- a/blockchains/ethereum/assets/0x055A0a8507949Aa3Fc323Ae001bdFcA36AE549cE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R862071",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x055A0a8507949Aa3Fc323Ae001bdFcA36AE549cE",
- "status": "abandoned",
- "id": "0x055A0a8507949Aa3Fc323Ae001bdFcA36AE549cE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x055A0a8507949Aa3Fc323Ae001bdFcA36AE549cE/logo.png b/blockchains/ethereum/assets/0x055A0a8507949Aa3Fc323Ae001bdFcA36AE549cE/logo.png
deleted file mode 100644
index 845fc586bf655..0000000000000
Binary files a/blockchains/ethereum/assets/0x055A0a8507949Aa3Fc323Ae001bdFcA36AE549cE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0563DCe613D559a47877fFD1593549fb9d3510D6/info.json b/blockchains/ethereum/assets/0x0563DCe613D559a47877fFD1593549fb9d3510D6/info.json
deleted file mode 100644
index a65668d314b59..0000000000000
--- a/blockchains/ethereum/assets/0x0563DCe613D559a47877fFD1593549fb9d3510D6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SuperBid",
- "type": "ERC20",
- "symbol": "SUPERBID",
- "decimals": 18,
- "website": "https://www.superbid.io",
- "description": "SuperBid is an innovative social-auction app that connects influencers with their fans.",
- "explorer": "https://etherscan.io/token/0x0563DCe613D559a47877fFD1593549fb9d3510D6",
- "status": "active",
- "id": "0x0563DCe613D559a47877fFD1593549fb9d3510D6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0563DCe613D559a47877fFD1593549fb9d3510D6/logo.png b/blockchains/ethereum/assets/0x0563DCe613D559a47877fFD1593549fb9d3510D6/logo.png
deleted file mode 100644
index 373d3bac1f5af..0000000000000
Binary files a/blockchains/ethereum/assets/0x0563DCe613D559a47877fFD1593549fb9d3510D6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0569ae13ee0039Ac53C8457434288D92804DF820/info.json b/blockchains/ethereum/assets/0x0569ae13ee0039Ac53C8457434288D92804DF820/info.json
deleted file mode 100644
index 82f25ad5fa540..0000000000000
--- a/blockchains/ethereum/assets/0x0569ae13ee0039Ac53C8457434288D92804DF820/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrustEURO",
- "symbol": "TEURO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0569ae13ee0039Ac53C8457434288D92804DF820",
- "status": "abandoned",
- "id": "0x0569ae13ee0039Ac53C8457434288D92804DF820"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0569ae13ee0039Ac53C8457434288D92804DF820/logo.png b/blockchains/ethereum/assets/0x0569ae13ee0039Ac53C8457434288D92804DF820/logo.png
deleted file mode 100644
index 13ee6be20dfb8..0000000000000
Binary files a/blockchains/ethereum/assets/0x0569ae13ee0039Ac53C8457434288D92804DF820/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd/info.json b/blockchains/ethereum/assets/0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd/info.json
deleted file mode 100644
index eca227e62cbb8..0000000000000
--- a/blockchains/ethereum/assets/0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Gemini dollar",
- "symbol": "GUSD",
- "type": "ERC20",
- "decimals": 2,
- "description": "The 1:1 USD-backed stablecoin built by a secure, trusted, and regulated cryptocurrency exchange.",
- "website": "https://gemini.com/dollar",
- "explorer": "https://etherscan.io/token/0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd",
- "status": "active",
- "id": "0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd",
- "tags": [
- "stablecoin"
- ],
- "links": [
- {
- "name": "facebook",
- "url": "https://facebook.com/GeminiDotCom"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/GeminiDotCom"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Gemini/"
- },
- {
- "name": "whitepaper",
- "url": "https://gemini.com/dollar/whitepaper"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/gemini-dollar/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd/logo.png b/blockchains/ethereum/assets/0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd/logo.png
deleted file mode 100644
index 41249f54065e1..0000000000000
Binary files a/blockchains/ethereum/assets/0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x056dD20b01799E9C1952c7c9a5ff4409a6110085/info.json b/blockchains/ethereum/assets/0x056dD20b01799E9C1952c7c9a5ff4409a6110085/info.json
deleted file mode 100644
index f60bcfdc2f73e..0000000000000
--- a/blockchains/ethereum/assets/0x056dD20b01799E9C1952c7c9a5ff4409a6110085/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WPPTOKEN",
- "symbol": "WPP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://wppenergy.io",
- "explorer": "https://etherscan.io/token/0x056dD20b01799E9C1952c7c9a5ff4409a6110085",
- "status": "active",
- "id": "0x056dD20b01799E9C1952c7c9a5ff4409a6110085"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x056dD20b01799E9C1952c7c9a5ff4409a6110085/logo.png b/blockchains/ethereum/assets/0x056dD20b01799E9C1952c7c9a5ff4409a6110085/logo.png
deleted file mode 100644
index 8d26597eb4017..0000000000000
Binary files a/blockchains/ethereum/assets/0x056dD20b01799E9C1952c7c9a5ff4409a6110085/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0573E5acb7D65848564Cd81b69D1046BDf870244/info.json b/blockchains/ethereum/assets/0x0573E5acb7D65848564Cd81b69D1046BDf870244/info.json
deleted file mode 100644
index 113e9c07bc771..0000000000000
--- a/blockchains/ethereum/assets/0x0573E5acb7D65848564Cd81b69D1046BDf870244/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CAMS",
- "symbol": "CAMS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0573E5acb7D65848564Cd81b69D1046BDf870244",
- "status": "abandoned",
- "id": "0x0573E5acb7D65848564Cd81b69D1046BDf870244"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0573E5acb7D65848564Cd81b69D1046BDf870244/logo.png b/blockchains/ethereum/assets/0x0573E5acb7D65848564Cd81b69D1046BDf870244/logo.png
deleted file mode 100755
index 59de6727b6692..0000000000000
Binary files a/blockchains/ethereum/assets/0x0573E5acb7D65848564Cd81b69D1046BDf870244/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x05860d453C7974CbF46508c06CBA14e211c629Ce/info.json b/blockchains/ethereum/assets/0x05860d453C7974CbF46508c06CBA14e211c629Ce/info.json
deleted file mode 100644
index f467aefd37263..0000000000000
--- a/blockchains/ethereum/assets/0x05860d453C7974CbF46508c06CBA14e211c629Ce/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Eden Coin",
- "symbol": "EDN",
- "type": "ERC20",
- "decimals": 18,
- "description": "At EdenChain, we merge multiple IT technologies to provide the best digital asset platform service for leaders of the new digital economy.",
- "website": "http://edenchain.io/",
- "explorer": "https://etherscan.io/token/0x05860d453C7974CbF46508c06CBA14e211c629Ce",
- "status": "active",
- "id": "0x05860d453C7974CbF46508c06CBA14e211c629Ce"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x05860d453C7974CbF46508c06CBA14e211c629Ce/logo.png b/blockchains/ethereum/assets/0x05860d453C7974CbF46508c06CBA14e211c629Ce/logo.png
deleted file mode 100644
index 777d4f87ebbde..0000000000000
Binary files a/blockchains/ethereum/assets/0x05860d453C7974CbF46508c06CBA14e211c629Ce/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x058Ef0Ba85E053e55d357C8A95BC6Ea7458Def8a/info.json b/blockchains/ethereum/assets/0x058Ef0Ba85E053e55d357C8A95BC6Ea7458Def8a/info.json
deleted file mode 100644
index 955ff64ce36da..0000000000000
--- a/blockchains/ethereum/assets/0x058Ef0Ba85E053e55d357C8A95BC6Ea7458Def8a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TradeKax",
- "symbol": "TKX",
- "type": "ERC20",
- "decimals": 18,
- "description": "TradeKax is a platform that encompasses all features of a digital economic system based on cryptocurrency.TheTradeKax platform is made up of core elements, such as a new wallet and a cryptocurrency exchange.",
- "website": "https://www.tradekax.com/",
- "explorer": "https://etherscan.io/token/0x058Ef0Ba85E053e55d357C8A95BC6Ea7458Def8a",
- "status": "active",
- "id": "0x058Ef0Ba85E053e55d357C8A95BC6Ea7458Def8a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x058Ef0Ba85E053e55d357C8A95BC6Ea7458Def8a/logo.png b/blockchains/ethereum/assets/0x058Ef0Ba85E053e55d357C8A95BC6Ea7458Def8a/logo.png
deleted file mode 100644
index c89019eb32279..0000000000000
Binary files a/blockchains/ethereum/assets/0x058Ef0Ba85E053e55d357C8A95BC6Ea7458Def8a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x058ed4EDFD0Ca7147e34a30fa4Dd9907B0c9C4ba/info.json b/blockchains/ethereum/assets/0x058ed4EDFD0Ca7147e34a30fa4Dd9907B0c9C4ba/info.json
deleted file mode 100644
index 1e021c64402b3..0000000000000
--- a/blockchains/ethereum/assets/0x058ed4EDFD0Ca7147e34a30fa4Dd9907B0c9C4ba/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VipGo",
- "symbol": "VIPG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x058ed4EDFD0Ca7147e34a30fa4Dd9907B0c9C4ba",
- "status": "abandoned",
- "id": "0x058ed4EDFD0Ca7147e34a30fa4Dd9907B0c9C4ba"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x058ed4EDFD0Ca7147e34a30fa4Dd9907B0c9C4ba/logo.png b/blockchains/ethereum/assets/0x058ed4EDFD0Ca7147e34a30fa4Dd9907B0c9C4ba/logo.png
deleted file mode 100644
index e97c3bd14760c..0000000000000
Binary files a/blockchains/ethereum/assets/0x058ed4EDFD0Ca7147e34a30fa4Dd9907B0c9C4ba/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x05984006707585F66465e8A6505341f46b64fA7A/info.json b/blockchains/ethereum/assets/0x05984006707585F66465e8A6505341f46b64fA7A/info.json
deleted file mode 100644
index cb99436c179df..0000000000000
--- a/blockchains/ethereum/assets/0x05984006707585F66465e8A6505341f46b64fA7A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nam Coin",
- "symbol": "NAM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x05984006707585F66465e8A6505341f46b64fA7A",
- "status": "abandoned",
- "id": "0x05984006707585F66465e8A6505341f46b64fA7A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x05984006707585F66465e8A6505341f46b64fA7A/logo.png b/blockchains/ethereum/assets/0x05984006707585F66465e8A6505341f46b64fA7A/logo.png
deleted file mode 100644
index b8d77984e0f2f..0000000000000
Binary files a/blockchains/ethereum/assets/0x05984006707585F66465e8A6505341f46b64fA7A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0598C2Fdd3a0564970A86B69C72a6C57077c84bb/info.json b/blockchains/ethereum/assets/0x0598C2Fdd3a0564970A86B69C72a6C57077c84bb/info.json
deleted file mode 100644
index c382483111d30..0000000000000
--- a/blockchains/ethereum/assets/0x0598C2Fdd3a0564970A86B69C72a6C57077c84bb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Syariahcoin",
- "symbol": "SYCO",
- "type": "ERC20",
- "decimals": 8,
- "description": "Syariahcoin or known as Syco, is the new Cryptocurrency with the best technology of token, it's deployed using the best Coding of Token, Standard ERC20 Ethash system, with a very Safe system Blockchain.",
- "website": "https://www.syariahcoin.com/",
- "explorer": "https://etherscan.io/token/0x0598C2Fdd3a0564970A86B69C72a6C57077c84bb",
- "status": "abandoned",
- "id": "0x0598C2Fdd3a0564970A86B69C72a6C57077c84bb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0598C2Fdd3a0564970A86B69C72a6C57077c84bb/logo.png b/blockchains/ethereum/assets/0x0598C2Fdd3a0564970A86B69C72a6C57077c84bb/logo.png
deleted file mode 100644
index 7ae5b323e8cba..0000000000000
Binary files a/blockchains/ethereum/assets/0x0598C2Fdd3a0564970A86B69C72a6C57077c84bb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x05B550aA35515F5B55D7e019776B2F8E2f12E33B/info.json b/blockchains/ethereum/assets/0x05B550aA35515F5B55D7e019776B2F8E2f12E33B/info.json
deleted file mode 100644
index afb015b217b5a..0000000000000
--- a/blockchains/ethereum/assets/0x05B550aA35515F5B55D7e019776B2F8E2f12E33B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SKY SOOM",
- "symbol": "SKYS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x05B550aA35515F5B55D7e019776B2F8E2f12E33B",
- "status": "abandoned",
- "id": "0x05B550aA35515F5B55D7e019776B2F8E2f12E33B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x05B550aA35515F5B55D7e019776B2F8E2f12E33B/logo.png b/blockchains/ethereum/assets/0x05B550aA35515F5B55D7e019776B2F8E2f12E33B/logo.png
deleted file mode 100644
index 5199355593175..0000000000000
Binary files a/blockchains/ethereum/assets/0x05B550aA35515F5B55D7e019776B2F8E2f12E33B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x05BBeD16620B352A7F889E23E3Cf427D1D379FFE/info.json b/blockchains/ethereum/assets/0x05BBeD16620B352A7F889E23E3Cf427D1D379FFE/info.json
deleted file mode 100644
index 9d23bb8346bf6..0000000000000
--- a/blockchains/ethereum/assets/0x05BBeD16620B352A7F889E23E3Cf427D1D379FFE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Naira Token",
- "symbol": "NGNT",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x05BBeD16620B352A7F889E23E3Cf427D1D379FFE",
- "status": "abandoned",
- "id": "0x05BBeD16620B352A7F889E23E3Cf427D1D379FFE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x05BBeD16620B352A7F889E23E3Cf427D1D379FFE/logo.png b/blockchains/ethereum/assets/0x05BBeD16620B352A7F889E23E3Cf427D1D379FFE/logo.png
deleted file mode 100644
index b3b8d79ca6a2b..0000000000000
Binary files a/blockchains/ethereum/assets/0x05BBeD16620B352A7F889E23E3Cf427D1D379FFE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x05C7065d644096a4E4C3FE24AF86e36dE021074b/info.json b/blockchains/ethereum/assets/0x05C7065d644096a4E4C3FE24AF86e36dE021074b/info.json
deleted file mode 100644
index 26ba1783aaa52..0000000000000
--- a/blockchains/ethereum/assets/0x05C7065d644096a4E4C3FE24AF86e36dE021074b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LendConnect Token",
- "symbol": "LCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "LendConnect ICO is another leading platform with a unique twist. LendConnect puts all the other lending platforms together in one unique place with one coin called LendConnect (LCT).",
- "website": "https://lendconnect.io/",
- "explorer": "https://etherscan.io/token/0x05C7065d644096a4E4C3FE24AF86e36dE021074b",
- "status": "abandoned",
- "id": "0x05C7065d644096a4E4C3FE24AF86e36dE021074b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x05C7065d644096a4E4C3FE24AF86e36dE021074b/logo.png b/blockchains/ethereum/assets/0x05C7065d644096a4E4C3FE24AF86e36dE021074b/logo.png
deleted file mode 100644
index 91ef8621330b9..0000000000000
Binary files a/blockchains/ethereum/assets/0x05C7065d644096a4E4C3FE24AF86e36dE021074b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x05CD15f3D1e046160494639222517D910A25Ca34/info.json b/blockchains/ethereum/assets/0x05CD15f3D1e046160494639222517D910A25Ca34/info.json
deleted file mode 100644
index 09a130cde1a9b..0000000000000
--- a/blockchains/ethereum/assets/0x05CD15f3D1e046160494639222517D910A25Ca34/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 203-CN24",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x05CD15f3D1e046160494639222517D910A25Ca34",
- "status": "abandoned",
- "id": "0x05CD15f3D1e046160494639222517D910A25Ca34"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x05CD15f3D1e046160494639222517D910A25Ca34/logo.png b/blockchains/ethereum/assets/0x05CD15f3D1e046160494639222517D910A25Ca34/logo.png
deleted file mode 100644
index 8e4541f8bb490..0000000000000
Binary files a/blockchains/ethereum/assets/0x05CD15f3D1e046160494639222517D910A25Ca34/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x05D27CdD23E22ca63e7f9c7C6D1B79ede9C4fCF5/info.json b/blockchains/ethereum/assets/0x05D27CdD23E22ca63e7f9c7C6D1B79ede9C4fCF5/info.json
deleted file mode 100644
index bd8fbe1c379ca..0000000000000
--- a/blockchains/ethereum/assets/0x05D27CdD23E22ca63e7f9c7C6D1B79ede9C4fCF5/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Yearn Finance Passive Income",
- "website": "https://yfpi.finance/",
- "description": "YEARN FINANCE PASSIVE INCOME (YFPI) is a Governance token. Users who stake YFPI tokens can vote for potential product upgrades, releases, and parameter fixes.",
- "explorer": "https://etherscan.io/token/0x05D27CdD23E22ca63e7f9c7C6D1B79ede9C4fCF5",
- "type": "ERC20",
- "symbol": "YFPI",
- "decimals": 18,
- "status": "active",
- "id": "0x05D27CdD23E22ca63e7f9c7C6D1B79ede9C4fCF5",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/yfpi"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/YFPIncome"
- },
- {
- "name": "telegram",
- "url": "https://t.me/YF_PI"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@yfpincome"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x05D27CdD23E22ca63e7f9c7C6D1B79ede9C4fCF5/logo.png b/blockchains/ethereum/assets/0x05D27CdD23E22ca63e7f9c7C6D1B79ede9C4fCF5/logo.png
deleted file mode 100644
index 5d884d57c2eb3..0000000000000
Binary files a/blockchains/ethereum/assets/0x05D27CdD23E22ca63e7f9c7C6D1B79ede9C4fCF5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x05D3606d5c81EB9b7B18530995eC9B29da05FaBa/info.json b/blockchains/ethereum/assets/0x05D3606d5c81EB9b7B18530995eC9B29da05FaBa/info.json
deleted file mode 100644
index b95cad17577ed..0000000000000
--- a/blockchains/ethereum/assets/0x05D3606d5c81EB9b7B18530995eC9B29da05FaBa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TomoChain",
- "website": "https://tomochain.com",
- "description": "TomoChain cross-chain token",
- "explorer": "https://etherscan.io/token/0x05D3606d5c81EB9b7B18530995eC9B29da05FaBa",
- "type": "ERC20",
- "symbol": "TOMOE",
- "decimals": 18,
- "status": "active",
- "id": "0x05D3606d5c81EB9b7B18530995eC9B29da05FaBa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x05D3606d5c81EB9b7B18530995eC9B29da05FaBa/logo.png b/blockchains/ethereum/assets/0x05D3606d5c81EB9b7B18530995eC9B29da05FaBa/logo.png
deleted file mode 100644
index b0c4587b3bf56..0000000000000
Binary files a/blockchains/ethereum/assets/0x05D3606d5c81EB9b7B18530995eC9B29da05FaBa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x05DAa40dD9E808032d7733d6AA048959dfd486ed/info.json b/blockchains/ethereum/assets/0x05DAa40dD9E808032d7733d6AA048959dfd486ed/info.json
deleted file mode 100644
index 9492dfa0273c8..0000000000000
--- a/blockchains/ethereum/assets/0x05DAa40dD9E808032d7733d6AA048959dfd486ed/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fluent Token",
- "symbol": "FLT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x05DAa40dD9E808032d7733d6AA048959dfd486ed",
- "status": "abandoned",
- "id": "0x05DAa40dD9E808032d7733d6AA048959dfd486ed"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x05DAa40dD9E808032d7733d6AA048959dfd486ed/logo.png b/blockchains/ethereum/assets/0x05DAa40dD9E808032d7733d6AA048959dfd486ed/logo.png
deleted file mode 100644
index f01d8ce0ec8b9..0000000000000
Binary files a/blockchains/ethereum/assets/0x05DAa40dD9E808032d7733d6AA048959dfd486ed/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x05E886072Ec32A5D4273cE451483A7693CB812e4/info.json b/blockchains/ethereum/assets/0x05E886072Ec32A5D4273cE451483A7693CB812e4/info.json
deleted file mode 100644
index cc30014698471..0000000000000
--- a/blockchains/ethereum/assets/0x05E886072Ec32A5D4273cE451483A7693CB812e4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitStone",
- "symbol": "BTN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x05E886072Ec32A5D4273cE451483A7693CB812e4",
- "status": "abandoned",
- "id": "0x05E886072Ec32A5D4273cE451483A7693CB812e4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x05E886072Ec32A5D4273cE451483A7693CB812e4/logo.png b/blockchains/ethereum/assets/0x05E886072Ec32A5D4273cE451483A7693CB812e4/logo.png
deleted file mode 100644
index c1ab8cb8305b5..0000000000000
Binary files a/blockchains/ethereum/assets/0x05E886072Ec32A5D4273cE451483A7693CB812e4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x05Ec93c0365baAeAbF7AefFb0972ea7ECdD39CF1/info.json b/blockchains/ethereum/assets/0x05Ec93c0365baAeAbF7AefFb0972ea7ECdD39CF1/info.json
deleted file mode 100644
index 93100af1aeba6..0000000000000
--- a/blockchains/ethereum/assets/0x05Ec93c0365baAeAbF7AefFb0972ea7ECdD39CF1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave BAT",
- "symbol": "aBAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave BAT is an interest bearing token pegged 1:1 to the underlying BAT deposited in Aave. aBAT accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x05Ec93c0365baAeAbF7AefFb0972ea7ECdD39CF1",
- "status": "active",
- "id": "0x05Ec93c0365baAeAbF7AefFb0972ea7ECdD39CF1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x05Ec93c0365baAeAbF7AefFb0972ea7ECdD39CF1/logo.png b/blockchains/ethereum/assets/0x05Ec93c0365baAeAbF7AefFb0972ea7ECdD39CF1/logo.png
deleted file mode 100644
index 5b0c7e23f8841..0000000000000
Binary files a/blockchains/ethereum/assets/0x05Ec93c0365baAeAbF7AefFb0972ea7ECdD39CF1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x05aAaA829Afa407D83315cDED1d45EB16025910c/info.json b/blockchains/ethereum/assets/0x05aAaA829Afa407D83315cDED1d45EB16025910c/info.json
deleted file mode 100644
index 46d884657c290..0000000000000
--- a/blockchains/ethereum/assets/0x05aAaA829Afa407D83315cDED1d45EB16025910c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SP8DE Token",
- "symbol": "SPX",
- "type": "ERC20",
- "decimals": 18,
- "description": "Sp8de - implemented within a protocol created and maintained by the scientists - pioneers in the realm of blockchain innovation and cryptography development, has its aim to revolutionize the ever-growing gaming industry as we know it today using the Cardano blockchain.",
- "website": "https://sp8de.com/",
- "explorer": "https://etherscan.io/token/0x05aAaA829Afa407D83315cDED1d45EB16025910c",
- "status": "active",
- "id": "0x05aAaA829Afa407D83315cDED1d45EB16025910c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x05aAaA829Afa407D83315cDED1d45EB16025910c/logo.png b/blockchains/ethereum/assets/0x05aAaA829Afa407D83315cDED1d45EB16025910c/logo.png
deleted file mode 100755
index 71ba7f8e2acbb..0000000000000
Binary files a/blockchains/ethereum/assets/0x05aAaA829Afa407D83315cDED1d45EB16025910c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x05b8cb3F1f1F46cEAE3187c56AF5B223CF2D831A/info.json b/blockchains/ethereum/assets/0x05b8cb3F1f1F46cEAE3187c56AF5B223CF2D831A/info.json
deleted file mode 100644
index f5afbfa560bf8..0000000000000
--- a/blockchains/ethereum/assets/0x05b8cb3F1f1F46cEAE3187c56AF5B223CF2D831A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoin ATM",
- "symbol": "BATM",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x05b8cb3F1f1F46cEAE3187c56AF5B223CF2D831A",
- "status": "abandoned",
- "id": "0x05b8cb3F1f1F46cEAE3187c56AF5B223CF2D831A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x05b8cb3F1f1F46cEAE3187c56AF5B223CF2D831A/logo.png b/blockchains/ethereum/assets/0x05b8cb3F1f1F46cEAE3187c56AF5B223CF2D831A/logo.png
deleted file mode 100644
index bd897c3455c9c..0000000000000
Binary files a/blockchains/ethereum/assets/0x05b8cb3F1f1F46cEAE3187c56AF5B223CF2D831A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x05cA0E11e7C183Dd01131Cd8Bb00c87464B7a285/info.json b/blockchains/ethereum/assets/0x05cA0E11e7C183Dd01131Cd8Bb00c87464B7a285/info.json
deleted file mode 100644
index ef1313756262b..0000000000000
--- a/blockchains/ethereum/assets/0x05cA0E11e7C183Dd01131Cd8Bb00c87464B7a285/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Entercoin",
- "symbol": "ENTER",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x05cA0E11e7C183Dd01131Cd8Bb00c87464B7a285",
- "status": "abandoned",
- "id": "0x05cA0E11e7C183Dd01131Cd8Bb00c87464B7a285"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x05cA0E11e7C183Dd01131Cd8Bb00c87464B7a285/logo.png b/blockchains/ethereum/assets/0x05cA0E11e7C183Dd01131Cd8Bb00c87464B7a285/logo.png
deleted file mode 100644
index 3eb7ce73a2bbc..0000000000000
Binary files a/blockchains/ethereum/assets/0x05cA0E11e7C183Dd01131Cd8Bb00c87464B7a285/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x05f4a42e251f2d52b8ed15E9FEdAacFcEF1FAD27/info.json b/blockchains/ethereum/assets/0x05f4a42e251f2d52b8ed15E9FEdAacFcEF1FAD27/info.json
deleted file mode 100644
index 3f16b3b49e5dd..0000000000000
--- a/blockchains/ethereum/assets/0x05f4a42e251f2d52b8ed15E9FEdAacFcEF1FAD27/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zilliqa",
- "symbol": "ZIL",
- "type": "ERC20",
- "decimals": 12,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x05f4a42e251f2d52b8ed15E9FEdAacFcEF1FAD27",
- "status": "abandoned",
- "id": "0x05f4a42e251f2d52b8ed15E9FEdAacFcEF1FAD27"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x05f4a42e251f2d52b8ed15E9FEdAacFcEF1FAD27/logo.png b/blockchains/ethereum/assets/0x05f4a42e251f2d52b8ed15E9FEdAacFcEF1FAD27/logo.png
deleted file mode 100644
index 66e6edaab7e1e..0000000000000
Binary files a/blockchains/ethereum/assets/0x05f4a42e251f2d52b8ed15E9FEdAacFcEF1FAD27/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x060e49653d5693a00f9037e3E66251eAD60b3Ba1/info.json b/blockchains/ethereum/assets/0x060e49653d5693a00f9037e3E66251eAD60b3Ba1/info.json
deleted file mode 100644
index e434ee38d0b05..0000000000000
--- a/blockchains/ethereum/assets/0x060e49653d5693a00f9037e3E66251eAD60b3Ba1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ICONN",
- "symbol": "ICONN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x060e49653d5693a00f9037e3E66251eAD60b3Ba1",
- "status": "abandoned",
- "id": "0x060e49653d5693a00f9037e3E66251eAD60b3Ba1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x060e49653d5693a00f9037e3E66251eAD60b3Ba1/logo.png b/blockchains/ethereum/assets/0x060e49653d5693a00f9037e3E66251eAD60b3Ba1/logo.png
deleted file mode 100644
index 29f236c43ef88..0000000000000
Binary files a/blockchains/ethereum/assets/0x060e49653d5693a00f9037e3E66251eAD60b3Ba1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x06147110022B768BA8F99A8f385df11a151A9cc8/info.json b/blockchains/ethereum/assets/0x06147110022B768BA8F99A8f385df11a151A9cc8/info.json
deleted file mode 100644
index 9b03a246eab38..0000000000000
--- a/blockchains/ethereum/assets/0x06147110022B768BA8F99A8f385df11a151A9cc8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ACE Token",
- "symbol": "ACE",
- "type": "ERC20",
- "decimals": 0,
- "description": "TokenStars is the talent management platform (tennis), that connects stars, fans and advertisers.",
- "website": "https://tokenstars.com/",
- "explorer": "https://etherscan.io/token/0x06147110022B768BA8F99A8f385df11a151A9cc8",
- "status": "active",
- "id": "0x06147110022B768BA8F99A8f385df11a151A9cc8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x06147110022B768BA8F99A8f385df11a151A9cc8/logo.png b/blockchains/ethereum/assets/0x06147110022B768BA8F99A8f385df11a151A9cc8/logo.png
deleted file mode 100644
index 6938dc42fd8f6..0000000000000
Binary files a/blockchains/ethereum/assets/0x06147110022B768BA8F99A8f385df11a151A9cc8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x062344Dc7fBE2cB6a14EAf84B613aF64684252bf/info.json b/blockchains/ethereum/assets/0x062344Dc7fBE2cB6a14EAf84B613aF64684252bf/info.json
deleted file mode 100644
index c362f92ed43b6..0000000000000
--- a/blockchains/ethereum/assets/0x062344Dc7fBE2cB6a14EAf84B613aF64684252bf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "币胜币",
- "symbol": "BSB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x062344Dc7fBE2cB6a14EAf84B613aF64684252bf",
- "status": "abandoned",
- "id": "0x062344Dc7fBE2cB6a14EAf84B613aF64684252bf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x062344Dc7fBE2cB6a14EAf84B613aF64684252bf/logo.png b/blockchains/ethereum/assets/0x062344Dc7fBE2cB6a14EAf84B613aF64684252bf/logo.png
deleted file mode 100644
index 37b27d302be6b..0000000000000
Binary files a/blockchains/ethereum/assets/0x062344Dc7fBE2cB6a14EAf84B613aF64684252bf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x062e3Be6a7C56A395b1881A0cD69A4923Ade4fa2/info.json b/blockchains/ethereum/assets/0x062e3Be6a7C56A395b1881A0cD69A4923Ade4fa2/info.json
deleted file mode 100644
index 53f21c978d611..0000000000000
--- a/blockchains/ethereum/assets/0x062e3Be6a7C56A395b1881A0cD69A4923Ade4fa2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bowl A Coin",
- "symbol": "BAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bowlacoin.com/",
- "explorer": "https://etherscan.io/token/0x062e3Be6a7C56A395b1881A0cD69A4923Ade4fa2",
- "status": "abandoned",
- "id": "0x062e3Be6a7C56A395b1881A0cD69A4923Ade4fa2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x062e3Be6a7C56A395b1881A0cD69A4923Ade4fa2/logo.png b/blockchains/ethereum/assets/0x062e3Be6a7C56A395b1881A0cD69A4923Ade4fa2/logo.png
deleted file mode 100755
index 1d29b5f4776aa..0000000000000
Binary files a/blockchains/ethereum/assets/0x062e3Be6a7C56A395b1881A0cD69A4923Ade4fa2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x062f78C886547F5f6FE337F37232573eC01D5363/info.json b/blockchains/ethereum/assets/0x062f78C886547F5f6FE337F37232573eC01D5363/info.json
deleted file mode 100644
index 9d290c6bf01f8..0000000000000
--- a/blockchains/ethereum/assets/0x062f78C886547F5f6FE337F37232573eC01D5363/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R818672",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x062f78C886547F5f6FE337F37232573eC01D5363",
- "status": "abandoned",
- "id": "0x062f78C886547F5f6FE337F37232573eC01D5363"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x062f78C886547F5f6FE337F37232573eC01D5363/logo.png b/blockchains/ethereum/assets/0x062f78C886547F5f6FE337F37232573eC01D5363/logo.png
deleted file mode 100644
index 6daa734167d18..0000000000000
Binary files a/blockchains/ethereum/assets/0x062f78C886547F5f6FE337F37232573eC01D5363/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x06301057D77D54B6e14c7FafFB11Ffc7Cab4eaa7/info.json b/blockchains/ethereum/assets/0x06301057D77D54B6e14c7FafFB11Ffc7Cab4eaa7/info.json
deleted file mode 100644
index 3afb317d7aebe..0000000000000
--- a/blockchains/ethereum/assets/0x06301057D77D54B6e14c7FafFB11Ffc7Cab4eaa7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DMM: DAI",
- "symbol": "mDAI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x06301057D77D54B6e14c7FafFB11Ffc7Cab4eaa7",
- "status": "abandoned",
- "id": "0x06301057D77D54B6e14c7FafFB11Ffc7Cab4eaa7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x06301057D77D54B6e14c7FafFB11Ffc7Cab4eaa7/logo.png b/blockchains/ethereum/assets/0x06301057D77D54B6e14c7FafFB11Ffc7Cab4eaa7/logo.png
deleted file mode 100644
index 3f4765c287b6a..0000000000000
Binary files a/blockchains/ethereum/assets/0x06301057D77D54B6e14c7FafFB11Ffc7Cab4eaa7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x063b98a414EAA1D4a5D4fC235a22db1427199024/info.json b/blockchains/ethereum/assets/0x063b98a414EAA1D4a5D4fC235a22db1427199024/info.json
deleted file mode 100644
index 7022c356d9abf..0000000000000
--- a/blockchains/ethereum/assets/0x063b98a414EAA1D4a5D4fC235a22db1427199024/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VOMER",
- "symbol": "VMR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x063b98a414EAA1D4a5D4fC235a22db1427199024",
- "status": "abandoned",
- "id": "0x063b98a414EAA1D4a5D4fC235a22db1427199024"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x063b98a414EAA1D4a5D4fC235a22db1427199024/logo.png b/blockchains/ethereum/assets/0x063b98a414EAA1D4a5D4fC235a22db1427199024/logo.png
deleted file mode 100644
index 35c867dc702e8..0000000000000
Binary files a/blockchains/ethereum/assets/0x063b98a414EAA1D4a5D4fC235a22db1427199024/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x06450dEe7FD2Fb8E39061434BAbCFC05599a6Fb8/info.json b/blockchains/ethereum/assets/0x06450dEe7FD2Fb8E39061434BAbCFC05599a6Fb8/info.json
deleted file mode 100644
index a92d0fbaad4b2..0000000000000
--- a/blockchains/ethereum/assets/0x06450dEe7FD2Fb8E39061434BAbCFC05599a6Fb8/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "XEN Crypto",
- "symbol": "XEN",
- "type": "ERC20",
- "decimals": 18,
- "description": "XEN aims to become a community-building crypto asset that connects like minded people together and provide the lowest barrier to entry through its unique tokenomics.",
- "website": "https://xen.network/",
- "explorer": "https://etherscan.io/token/0x06450dEe7FD2Fb8E39061434BAbCFC05599a6Fb8",
- "status": "active",
- "id": "0x06450dEe7FD2Fb8E39061434BAbCFC05599a6Fb8",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/XEN_Crypto"
- },
- {
- "name": "telegram",
- "url": "https://t.me/XENCryptoTalk"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/xen-crypto/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x06450dEe7FD2Fb8E39061434BAbCFC05599a6Fb8/logo.png b/blockchains/ethereum/assets/0x06450dEe7FD2Fb8E39061434BAbCFC05599a6Fb8/logo.png
deleted file mode 100644
index 7837957416a73..0000000000000
Binary files a/blockchains/ethereum/assets/0x06450dEe7FD2Fb8E39061434BAbCFC05599a6Fb8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x064fA27612E080d3460dd1c62cFF88687D56942E/info.json b/blockchains/ethereum/assets/0x064fA27612E080d3460dd1c62cFF88687D56942E/info.json
deleted file mode 100644
index 0c7e0dfcf67d0..0000000000000
--- a/blockchains/ethereum/assets/0x064fA27612E080d3460dd1c62cFF88687D56942E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BlockAid Backed Token",
- "symbol": "BACK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x064fA27612E080d3460dd1c62cFF88687D56942E",
- "status": "abandoned",
- "id": "0x064fA27612E080d3460dd1c62cFF88687D56942E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x064fA27612E080d3460dd1c62cFF88687D56942E/logo.png b/blockchains/ethereum/assets/0x064fA27612E080d3460dd1c62cFF88687D56942E/logo.png
deleted file mode 100644
index a996027e027e2..0000000000000
Binary files a/blockchains/ethereum/assets/0x064fA27612E080d3460dd1c62cFF88687D56942E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x066798d9ef0833ccc719076Dab77199eCbd178b0/info.json b/blockchains/ethereum/assets/0x066798d9ef0833ccc719076Dab77199eCbd178b0/info.json
deleted file mode 100644
index 7c5ff150c2655..0000000000000
--- a/blockchains/ethereum/assets/0x066798d9ef0833ccc719076Dab77199eCbd178b0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SAKE",
- "website": "https://sakeswap.finance/",
- "description": "sakeswap DAO token",
- "explorer": "https://etherscan.io/token/0x066798d9ef0833ccc719076Dab77199eCbd178b0",
- "type": "ERC20",
- "symbol": "SAKE",
- "decimals": 18,
- "status": "active",
- "id": "0x066798d9ef0833ccc719076Dab77199eCbd178b0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x066798d9ef0833ccc719076Dab77199eCbd178b0/logo.png b/blockchains/ethereum/assets/0x066798d9ef0833ccc719076Dab77199eCbd178b0/logo.png
deleted file mode 100644
index 4e552fdb0c798..0000000000000
Binary files a/blockchains/ethereum/assets/0x066798d9ef0833ccc719076Dab77199eCbd178b0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x068578338B146D64727428954cc348Cf92d9Ba88/info.json b/blockchains/ethereum/assets/0x068578338B146D64727428954cc348Cf92d9Ba88/info.json
deleted file mode 100644
index 6885c50b704de..0000000000000
--- a/blockchains/ethereum/assets/0x068578338B146D64727428954cc348Cf92d9Ba88/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitcoinETH",
- "symbol": "BTCE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x068578338B146D64727428954cc348Cf92d9Ba88",
- "status": "abandoned",
- "id": "0x068578338B146D64727428954cc348Cf92d9Ba88"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x068578338B146D64727428954cc348Cf92d9Ba88/logo.png b/blockchains/ethereum/assets/0x068578338B146D64727428954cc348Cf92d9Ba88/logo.png
deleted file mode 100644
index d5ce9a8db9fac..0000000000000
Binary files a/blockchains/ethereum/assets/0x068578338B146D64727428954cc348Cf92d9Ba88/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x06A01a4d579479Dd5D884EBf61A31727A3d8D442/info.json b/blockchains/ethereum/assets/0x06A01a4d579479Dd5D884EBf61A31727A3d8D442/info.json
deleted file mode 100644
index 8cb060862cf9b..0000000000000
--- a/blockchains/ethereum/assets/0x06A01a4d579479Dd5D884EBf61A31727A3d8D442/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SmartKey",
- "website": "https://smartkeyplatform.io/",
- "description": "Smartkey is a bridge, the lacking puzzle that connects the decentralized finance (DeFI) world with the physical objects world",
- "explorer": "https://etherscan.io/token/0x06A01a4d579479Dd5D884EBf61A31727A3d8D442",
- "type": "ERC20",
- "symbol": "Skey",
- "decimals": 8,
- "status": "active",
- "id": "0x06A01a4d579479Dd5D884EBf61A31727A3d8D442"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x06A01a4d579479Dd5D884EBf61A31727A3d8D442/logo.png b/blockchains/ethereum/assets/0x06A01a4d579479Dd5D884EBf61A31727A3d8D442/logo.png
deleted file mode 100644
index b3909edaa6a4d..0000000000000
Binary files a/blockchains/ethereum/assets/0x06A01a4d579479Dd5D884EBf61A31727A3d8D442/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x06A8F2BCc622ac55d596ea02CE5bb5f318F485e9/info.json b/blockchains/ethereum/assets/0x06A8F2BCc622ac55d596ea02CE5bb5f318F485e9/info.json
deleted file mode 100644
index 1ad2e22447608..0000000000000
--- a/blockchains/ethereum/assets/0x06A8F2BCc622ac55d596ea02CE5bb5f318F485e9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MoCo Token",
- "symbol": "MoCo",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://mocotoken.io",
- "explorer": "https://etherscan.io/token/0x06A8F2BCc622ac55d596ea02CE5bb5f318F485e9",
- "status": "abandoned",
- "id": "0x06A8F2BCc622ac55d596ea02CE5bb5f318F485e9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x06A8F2BCc622ac55d596ea02CE5bb5f318F485e9/logo.png b/blockchains/ethereum/assets/0x06A8F2BCc622ac55d596ea02CE5bb5f318F485e9/logo.png
deleted file mode 100644
index c5b33e709e5d8..0000000000000
Binary files a/blockchains/ethereum/assets/0x06A8F2BCc622ac55d596ea02CE5bb5f318F485e9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x06AF07097C9Eeb7fD685c692751D5C66dB49c215/info.json b/blockchains/ethereum/assets/0x06AF07097C9Eeb7fD685c692751D5C66dB49c215/info.json
deleted file mode 100644
index df6c9ab3730f9..0000000000000
--- a/blockchains/ethereum/assets/0x06AF07097C9Eeb7fD685c692751D5C66dB49c215/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Chai",
- "symbol": "CHAI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://chai.money/",
- "explorer": "https://etherscan.io/token/0x06AF07097C9Eeb7fD685c692751D5C66dB49c215",
- "status": "active",
- "id": "0x06AF07097C9Eeb7fD685c692751D5C66dB49c215"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x06AF07097C9Eeb7fD685c692751D5C66dB49c215/logo.png b/blockchains/ethereum/assets/0x06AF07097C9Eeb7fD685c692751D5C66dB49c215/logo.png
deleted file mode 100644
index e7df2e7679dcb..0000000000000
Binary files a/blockchains/ethereum/assets/0x06AF07097C9Eeb7fD685c692751D5C66dB49c215/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x06B4d381FFA099E47aFE7dda0a310d582023d063/info.json b/blockchains/ethereum/assets/0x06B4d381FFA099E47aFE7dda0a310d582023d063/info.json
deleted file mode 100644
index 62a29c95dc807..0000000000000
--- a/blockchains/ethereum/assets/0x06B4d381FFA099E47aFE7dda0a310d582023d063/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Shine Share Coin",
- "symbol": "SSC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x06B4d381FFA099E47aFE7dda0a310d582023d063",
- "status": "abandoned",
- "id": "0x06B4d381FFA099E47aFE7dda0a310d582023d063"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x06B4d381FFA099E47aFE7dda0a310d582023d063/logo.png b/blockchains/ethereum/assets/0x06B4d381FFA099E47aFE7dda0a310d582023d063/logo.png
deleted file mode 100644
index 43a9986aefc50..0000000000000
Binary files a/blockchains/ethereum/assets/0x06B4d381FFA099E47aFE7dda0a310d582023d063/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x06BEAD2EAD661B51307B646F7419d5284330c135/info.json b/blockchains/ethereum/assets/0x06BEAD2EAD661B51307B646F7419d5284330c135/info.json
deleted file mode 100644
index a2ba4ed48bfd8..0000000000000
--- a/blockchains/ethereum/assets/0x06BEAD2EAD661B51307B646F7419d5284330c135/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EliteShipperToken",
- "symbol": "ESHIP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x06BEAD2EAD661B51307B646F7419d5284330c135",
- "status": "abandoned",
- "id": "0x06BEAD2EAD661B51307B646F7419d5284330c135"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x06BEAD2EAD661B51307B646F7419d5284330c135/logo.png b/blockchains/ethereum/assets/0x06BEAD2EAD661B51307B646F7419d5284330c135/logo.png
deleted file mode 100644
index 1bc9f1509316b..0000000000000
Binary files a/blockchains/ethereum/assets/0x06BEAD2EAD661B51307B646F7419d5284330c135/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x06EA6a8992c447A618b1b5495AA5C42228C1A5E1/info.json b/blockchains/ethereum/assets/0x06EA6a8992c447A618b1b5495AA5C42228C1A5E1/info.json
deleted file mode 100644
index 7990fd55e6b42..0000000000000
--- a/blockchains/ethereum/assets/0x06EA6a8992c447A618b1b5495AA5C42228C1A5E1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SAGA PASSIVE",
- "symbol": "SAG",
- "type": "ERC20",
- "decimals": 18,
- "description": "First Blockchain network passive asset management open-source, community-owned, permissionless, and censorship-resistant protocol for connecting effective management and profits to long term holders.",
- "website": "https://sagapassive.live/",
- "explorer": "https://etherscan.io/token/0x06EA6a8992c447A618b1b5495AA5C42228C1A5E1",
- "status": "abandoned",
- "id": "0x06EA6a8992c447A618b1b5495AA5C42228C1A5E1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x06EA6a8992c447A618b1b5495AA5C42228C1A5E1/logo.png b/blockchains/ethereum/assets/0x06EA6a8992c447A618b1b5495AA5C42228C1A5E1/logo.png
deleted file mode 100644
index 16c9eea4f1900..0000000000000
Binary files a/blockchains/ethereum/assets/0x06EA6a8992c447A618b1b5495AA5C42228C1A5E1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x06F09B608aD88DFD34dC0cC7506A50E26fc3e37C/info.json b/blockchains/ethereum/assets/0x06F09B608aD88DFD34dC0cC7506A50E26fc3e37C/info.json
deleted file mode 100644
index 299508322748f..0000000000000
--- a/blockchains/ethereum/assets/0x06F09B608aD88DFD34dC0cC7506A50E26fc3e37C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vigr",
- "symbol": "VIGR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x06F09B608aD88DFD34dC0cC7506A50E26fc3e37C",
- "status": "abandoned",
- "id": "0x06F09B608aD88DFD34dC0cC7506A50E26fc3e37C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x06F09B608aD88DFD34dC0cC7506A50E26fc3e37C/logo.png b/blockchains/ethereum/assets/0x06F09B608aD88DFD34dC0cC7506A50E26fc3e37C/logo.png
deleted file mode 100644
index b1a68a46f6784..0000000000000
Binary files a/blockchains/ethereum/assets/0x06F09B608aD88DFD34dC0cC7506A50E26fc3e37C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x06e0feB0D74106c7adA8497754074D222Ec6BCDf/info.json b/blockchains/ethereum/assets/0x06e0feB0D74106c7adA8497754074D222Ec6BCDf/info.json
deleted file mode 100644
index 47a8f95f95ae9..0000000000000
--- a/blockchains/ethereum/assets/0x06e0feB0D74106c7adA8497754074D222Ec6BCDf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitBall",
- "symbol": "BTB",
- "type": "ERC20",
- "decimals": 18,
- "description": "Bitball Ecosystem All in one crypto Solution Peer to Peer digital currencies with Multiple utilities",
- "website": "https://www.bitball-btb.com/",
- "explorer": "https://etherscan.io/token/0x06e0feB0D74106c7adA8497754074D222Ec6BCDf",
- "status": "active",
- "id": "0x06e0feB0D74106c7adA8497754074D222Ec6BCDf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x06e0feB0D74106c7adA8497754074D222Ec6BCDf/logo.png b/blockchains/ethereum/assets/0x06e0feB0D74106c7adA8497754074D222Ec6BCDf/logo.png
deleted file mode 100644
index 9f10fe966bf99..0000000000000
Binary files a/blockchains/ethereum/assets/0x06e0feB0D74106c7adA8497754074D222Ec6BCDf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x06f3CDabae564B0546529b4DD8FeF1bcD4235753/info.json b/blockchains/ethereum/assets/0x06f3CDabae564B0546529b4DD8FeF1bcD4235753/info.json
deleted file mode 100644
index 623b2e6dd4100..0000000000000
--- a/blockchains/ethereum/assets/0x06f3CDabae564B0546529b4DD8FeF1bcD4235753/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TILWIKI - Faces of Art",
- "symbol": "TLW",
- "type": "ERC20",
- "decimals": 8,
- "description": "TILWIKI is a global art and antique art blockchain platform that enables users to sell and buy art online including tokenized art through Artsharing (fractional ownership) to remove restrictive barriers preventing investor access.",
- "website": "https://tilwiki.com/",
- "explorer": "https://etherscan.io/token/0x06f3CDabae564B0546529b4DD8FeF1bcD4235753",
- "status": "active",
- "id": "0x06f3CDabae564B0546529b4DD8FeF1bcD4235753"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x06f3CDabae564B0546529b4DD8FeF1bcD4235753/logo.png b/blockchains/ethereum/assets/0x06f3CDabae564B0546529b4DD8FeF1bcD4235753/logo.png
deleted file mode 100644
index 046ed823b74df..0000000000000
Binary files a/blockchains/ethereum/assets/0x06f3CDabae564B0546529b4DD8FeF1bcD4235753/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x06f65b8CfCb13a9FE37d836fE9708dA38Ecb29B2/info.json b/blockchains/ethereum/assets/0x06f65b8CfCb13a9FE37d836fE9708dA38Ecb29B2/info.json
deleted file mode 100644
index f0f3ae1e9279c..0000000000000
--- a/blockchains/ethereum/assets/0x06f65b8CfCb13a9FE37d836fE9708dA38Ecb29B2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SAINT FAME: Genesis Shirt",
- "symbol": "FAME",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.saintfame.com/fame",
- "explorer": "https://etherscan.io/token/0x06f65b8CfCb13a9FE37d836fE9708dA38Ecb29B2",
- "status": "abandoned",
- "id": "0x06f65b8CfCb13a9FE37d836fE9708dA38Ecb29B2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x06f65b8CfCb13a9FE37d836fE9708dA38Ecb29B2/logo.png b/blockchains/ethereum/assets/0x06f65b8CfCb13a9FE37d836fE9708dA38Ecb29B2/logo.png
deleted file mode 100644
index 733f24adc243a..0000000000000
Binary files a/blockchains/ethereum/assets/0x06f65b8CfCb13a9FE37d836fE9708dA38Ecb29B2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0703Fb3CCF77D117Ecbb19774b5f97c5a4875c9D/info.json b/blockchains/ethereum/assets/0x0703Fb3CCF77D117Ecbb19774b5f97c5a4875c9D/info.json
deleted file mode 100644
index 64f3f01629652..0000000000000
--- a/blockchains/ethereum/assets/0x0703Fb3CCF77D117Ecbb19774b5f97c5a4875c9D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Digital CHF",
- "website": "-",
- "description": "CHF stablecoin",
- "explorer": "https://etherscan.io/token/0x0703Fb3CCF77D117Ecbb19774b5f97c5a4875c9D",
- "type": "ERC20",
- "symbol": "DCHF",
- "decimals": 4,
- "status": "abandoned",
- "id": "0x0703Fb3CCF77D117Ecbb19774b5f97c5a4875c9D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0703Fb3CCF77D117Ecbb19774b5f97c5a4875c9D/logo.png b/blockchains/ethereum/assets/0x0703Fb3CCF77D117Ecbb19774b5f97c5a4875c9D/logo.png
deleted file mode 100644
index 9e38ed6de857c..0000000000000
Binary files a/blockchains/ethereum/assets/0x0703Fb3CCF77D117Ecbb19774b5f97c5a4875c9D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0707681F344dEB24184037fC0228856F2137B02E/info.json b/blockchains/ethereum/assets/0x0707681F344dEB24184037fC0228856F2137B02E/info.json
deleted file mode 100644
index f301afe2b8c94..0000000000000
--- a/blockchains/ethereum/assets/0x0707681F344dEB24184037fC0228856F2137B02E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FNKOSToken",
- "symbol": "FNKOS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.foglink.io/en/",
- "explorer": "https://etherscan.io/token/0x0707681F344dEB24184037fC0228856F2137B02E",
- "status": "abandoned",
- "id": "0x0707681F344dEB24184037fC0228856F2137B02E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0707681F344dEB24184037fC0228856F2137B02E/logo.png b/blockchains/ethereum/assets/0x0707681F344dEB24184037fC0228856F2137B02E/logo.png
deleted file mode 100644
index cc5e472154bd7..0000000000000
Binary files a/blockchains/ethereum/assets/0x0707681F344dEB24184037fC0228856F2137B02E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0714Cfc984b873c9E3E126333DA529095E244e7C/info.json b/blockchains/ethereum/assets/0x0714Cfc984b873c9E3E126333DA529095E244e7C/info.json
deleted file mode 100644
index 96591faf9e253..0000000000000
--- a/blockchains/ethereum/assets/0x0714Cfc984b873c9E3E126333DA529095E244e7C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DRONECOIN",
- "symbol": "DRN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://dronecoin.xyz/",
- "explorer": "https://etherscan.io/token/0x0714Cfc984b873c9E3E126333DA529095E244e7C",
- "status": "abandoned",
- "id": "0x0714Cfc984b873c9E3E126333DA529095E244e7C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0714Cfc984b873c9E3E126333DA529095E244e7C/logo.png b/blockchains/ethereum/assets/0x0714Cfc984b873c9E3E126333DA529095E244e7C/logo.png
deleted file mode 100755
index 82b4588f3dc07..0000000000000
Binary files a/blockchains/ethereum/assets/0x0714Cfc984b873c9E3E126333DA529095E244e7C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x07150e919B4De5fD6a63DE1F9384828396f25fDC/info.json b/blockchains/ethereum/assets/0x07150e919B4De5fD6a63DE1F9384828396f25fDC/info.json
deleted file mode 100644
index 7835a149ecde6..0000000000000
--- a/blockchains/ethereum/assets/0x07150e919B4De5fD6a63DE1F9384828396f25fDC/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Base Protocol",
- "website": "https://baseprotocol.org",
- "description": "Base Protocol is a token whose price is pegged to the total market cap of all cryptocurrencies at a ratio of 1:1 trillion. BASE acts as a market index, giving holders exposure to the entire crypto industry with one token.",
- "explorer": "https://etherscan.io/token/0x07150e919B4De5fD6a63DE1F9384828396f25fDC",
- "type": "ERC20",
- "symbol": "BASE",
- "decimals": 9,
- "status": "active",
- "id": "0x07150e919B4De5fD6a63DE1F9384828396f25fDC",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/BaseProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/baseprotocol"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/JyQ4gmR"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@BaseProtocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x07150e919B4De5fD6a63DE1F9384828396f25fDC/logo.png b/blockchains/ethereum/assets/0x07150e919B4De5fD6a63DE1F9384828396f25fDC/logo.png
deleted file mode 100644
index 79424f89e7da9..0000000000000
Binary files a/blockchains/ethereum/assets/0x07150e919B4De5fD6a63DE1F9384828396f25fDC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0729377becBd653b9f14fBF2956cfD317bF2aFDd/info.json b/blockchains/ethereum/assets/0x0729377becBd653b9f14fBF2956cfD317bF2aFDd/info.json
deleted file mode 100644
index 3702bb7617a18..0000000000000
--- a/blockchains/ethereum/assets/0x0729377becBd653b9f14fBF2956cfD317bF2aFDd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LEX Coin",
- "symbol": "LEXC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0729377becBd653b9f14fBF2956cfD317bF2aFDd",
- "status": "abandoned",
- "id": "0x0729377becBd653b9f14fBF2956cfD317bF2aFDd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0729377becBd653b9f14fBF2956cfD317bF2aFDd/logo.png b/blockchains/ethereum/assets/0x0729377becBd653b9f14fBF2956cfD317bF2aFDd/logo.png
deleted file mode 100644
index b4334f0c073f6..0000000000000
Binary files a/blockchains/ethereum/assets/0x0729377becBd653b9f14fBF2956cfD317bF2aFDd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x07327a00ba28D413f745C931bbe6bE053B0AD2a6/info.json b/blockchains/ethereum/assets/0x07327a00ba28D413f745C931bbe6bE053B0AD2a6/info.json
deleted file mode 100644
index d8b5da4f1e219..0000000000000
--- a/blockchains/ethereum/assets/0x07327a00ba28D413f745C931bbe6bE053B0AD2a6/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Humanscape",
- "type": "ERC20",
- "symbol": "HUM",
- "decimals": 18,
- "website": "https://humanscape.io/",
- "description": "Humanscape aims to cure incurable diseases, by curating personal health data.",
- "explorer": "https://etherscan.io/token/0x07327a00ba28D413f745C931bbe6bE053B0AD2a6",
- "status": "active",
- "id": "0x07327a00ba28D413f745C931bbe6bE053B0AD2a6",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Humanscape_io"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Humanscape"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/humanscape/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x07327a00ba28D413f745C931bbe6bE053B0AD2a6/logo.png b/blockchains/ethereum/assets/0x07327a00ba28D413f745C931bbe6bE053B0AD2a6/logo.png
deleted file mode 100644
index 06b271597d53b..0000000000000
Binary files a/blockchains/ethereum/assets/0x07327a00ba28D413f745C931bbe6bE053B0AD2a6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0743392132D1A03a902c477E5A176f256BA3220C/info.json b/blockchains/ethereum/assets/0x0743392132D1A03a902c477E5A176f256BA3220C/info.json
deleted file mode 100644
index ea7faaa374f36..0000000000000
--- a/blockchains/ethereum/assets/0x0743392132D1A03a902c477E5A176f256BA3220C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coimatic 3.0",
- "symbol": "CTIC3",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0743392132D1A03a902c477E5A176f256BA3220C",
- "status": "abandoned",
- "id": "0x0743392132D1A03a902c477E5A176f256BA3220C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0743392132D1A03a902c477E5A176f256BA3220C/logo.png b/blockchains/ethereum/assets/0x0743392132D1A03a902c477E5A176f256BA3220C/logo.png
deleted file mode 100644
index 49ca9223e6c90..0000000000000
Binary files a/blockchains/ethereum/assets/0x0743392132D1A03a902c477E5A176f256BA3220C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x074f54191abdC71fd4108C51BA3C669CC6c3c245/info.json b/blockchains/ethereum/assets/0x074f54191abdC71fd4108C51BA3C669CC6c3c245/info.json
deleted file mode 100644
index b3b9ed7b7d432..0000000000000
--- a/blockchains/ethereum/assets/0x074f54191abdC71fd4108C51BA3C669CC6c3c245/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "US Money",
- "symbol": "USMO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x074f54191abdC71fd4108C51BA3C669CC6c3c245",
- "status": "abandoned",
- "id": "0x074f54191abdC71fd4108C51BA3C669CC6c3c245"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x074f54191abdC71fd4108C51BA3C669CC6c3c245/logo.png b/blockchains/ethereum/assets/0x074f54191abdC71fd4108C51BA3C669CC6c3c245/logo.png
deleted file mode 100644
index 23e4d96f3a00a..0000000000000
Binary files a/blockchains/ethereum/assets/0x074f54191abdC71fd4108C51BA3C669CC6c3c245/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x07597255910a51509CA469568B048F2597E72504/info.json b/blockchains/ethereum/assets/0x07597255910a51509CA469568B048F2597E72504/info.json
deleted file mode 100644
index 09ced67c38803..0000000000000
--- a/blockchains/ethereum/assets/0x07597255910a51509CA469568B048F2597E72504/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Uptrennd",
- "symbol": "1UP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.uptrennd.com",
- "explorer": "https://etherscan.io/token/0x07597255910a51509CA469568B048F2597E72504",
- "status": "active",
- "id": "0x07597255910a51509CA469568B048F2597E72504"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x07597255910a51509CA469568B048F2597E72504/logo.png b/blockchains/ethereum/assets/0x07597255910a51509CA469568B048F2597E72504/logo.png
deleted file mode 100644
index 502342e1b5d71..0000000000000
Binary files a/blockchains/ethereum/assets/0x07597255910a51509CA469568B048F2597E72504/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x075c60EE2cD308ff47873b38Bd9A0Fa5853382c4/info.json b/blockchains/ethereum/assets/0x075c60EE2cD308ff47873b38Bd9A0Fa5853382c4/info.json
deleted file mode 100644
index 6aec75b09fe05..0000000000000
--- a/blockchains/ethereum/assets/0x075c60EE2cD308ff47873b38Bd9A0Fa5853382c4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DeezNuts",
- "symbol": "DEEZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x075c60EE2cD308ff47873b38Bd9A0Fa5853382c4",
- "status": "abandoned",
- "id": "0x075c60EE2cD308ff47873b38Bd9A0Fa5853382c4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x075c60EE2cD308ff47873b38Bd9A0Fa5853382c4/logo.png b/blockchains/ethereum/assets/0x075c60EE2cD308ff47873b38Bd9A0Fa5853382c4/logo.png
deleted file mode 100755
index 8d3a66638cf0a..0000000000000
Binary files a/blockchains/ethereum/assets/0x075c60EE2cD308ff47873b38Bd9A0Fa5853382c4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0763fdCCF1aE541A5961815C0872A8c5Bc6DE4d7/info.json b/blockchains/ethereum/assets/0x0763fdCCF1aE541A5961815C0872A8c5Bc6DE4d7/info.json
deleted file mode 100644
index 5d1f043a4e3b5..0000000000000
--- a/blockchains/ethereum/assets/0x0763fdCCF1aE541A5961815C0872A8c5Bc6DE4d7/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "SUKU",
- "website": "https://suku.world",
- "description": "The link between open finance, traceability, and transparency. The future of supply chains today.",
- "explorer": "https://etherscan.io/token/0x0763fdCCF1aE541A5961815C0872A8c5Bc6DE4d7",
- "type": "ERC20",
- "symbol": "SUKU",
- "decimals": 18,
- "status": "active",
- "id": "0x0763fdCCF1aE541A5961815C0872A8c5Bc6DE4d7",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/SukuLab"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/SUKUecosystem"
- },
- {
- "name": "telegram",
- "url": "https://t.me/SUKUecosystem"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/SUKUecosystem"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0763fdCCF1aE541A5961815C0872A8c5Bc6DE4d7/logo.png b/blockchains/ethereum/assets/0x0763fdCCF1aE541A5961815C0872A8c5Bc6DE4d7/logo.png
deleted file mode 100644
index 4da46b7276df2..0000000000000
Binary files a/blockchains/ethereum/assets/0x0763fdCCF1aE541A5961815C0872A8c5Bc6DE4d7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x076641aF1B8f06B7f8C92587156143C109002cbe/info.json b/blockchains/ethereum/assets/0x076641aF1B8f06B7f8C92587156143C109002cbe/info.json
deleted file mode 100644
index 673f88b23c7ea..0000000000000
--- a/blockchains/ethereum/assets/0x076641aF1B8f06B7f8C92587156143C109002cbe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SoPay",
- "symbol": "SOP",
- "type": "ERC20",
- "decimals": 18,
- "description": "Payment Service Platform on Blockchain;Integration within 6 days for developer to access digital currency;Safe,convenient and efficient, making digital transactions easier",
- "website": "https://sopay.org/en",
- "explorer": "https://etherscan.io/token/0x076641aF1B8f06B7f8C92587156143C109002cbe",
- "status": "active",
- "id": "0x076641aF1B8f06B7f8C92587156143C109002cbe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x076641aF1B8f06B7f8C92587156143C109002cbe/logo.png b/blockchains/ethereum/assets/0x076641aF1B8f06B7f8C92587156143C109002cbe/logo.png
deleted file mode 100644
index 0fa395f6c7623..0000000000000
Binary files a/blockchains/ethereum/assets/0x076641aF1B8f06B7f8C92587156143C109002cbe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0766e79A6fD74469733e8330b3b461C0320fF059/info.json b/blockchains/ethereum/assets/0x0766e79A6fD74469733e8330b3b461C0320fF059/info.json
deleted file mode 100644
index 5e2a86cdfa6e5..0000000000000
--- a/blockchains/ethereum/assets/0x0766e79A6fD74469733e8330b3b461C0320fF059/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EXN",
- "symbol": "EXN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.exchangen.com/",
- "explorer": "https://etherscan.io/token/0x0766e79A6fD74469733e8330b3b461C0320fF059",
- "status": "abandoned",
- "id": "0x0766e79A6fD74469733e8330b3b461C0320fF059"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0766e79A6fD74469733e8330b3b461C0320fF059/logo.png b/blockchains/ethereum/assets/0x0766e79A6fD74469733e8330b3b461C0320fF059/logo.png
deleted file mode 100644
index 6bdf2596c3e7b..0000000000000
Binary files a/blockchains/ethereum/assets/0x0766e79A6fD74469733e8330b3b461C0320fF059/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x076C97e1c869072eE22f8c91978C99B4bcB02591/info.json b/blockchains/ethereum/assets/0x076C97e1c869072eE22f8c91978C99B4bcB02591/info.json
deleted file mode 100644
index 797008aed6455..0000000000000
--- a/blockchains/ethereum/assets/0x076C97e1c869072eE22f8c91978C99B4bcB02591/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CommerceBlock Token",
- "symbol": "CBT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.commerceblock.com/",
- "explorer": "https://etherscan.io/token/0x076C97e1c869072eE22f8c91978C99B4bcB02591",
- "status": "abandoned",
- "id": "0x076C97e1c869072eE22f8c91978C99B4bcB02591"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x076C97e1c869072eE22f8c91978C99B4bcB02591/logo.png b/blockchains/ethereum/assets/0x076C97e1c869072eE22f8c91978C99B4bcB02591/logo.png
deleted file mode 100644
index c41ba997e0411..0000000000000
Binary files a/blockchains/ethereum/assets/0x076C97e1c869072eE22f8c91978C99B4bcB02591/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x076a93a40Bf9E0D21d3F75dd1E0584DdbE0f9D1a/info.json b/blockchains/ethereum/assets/0x076a93a40Bf9E0D21d3F75dd1E0584DdbE0f9D1a/info.json
deleted file mode 100644
index 6aea43024f4a7..0000000000000
--- a/blockchains/ethereum/assets/0x076a93a40Bf9E0D21d3F75dd1E0584DdbE0f9D1a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Qurito",
- "symbol": "QURO",
- "type": "ERC20",
- "decimals": 18,
- "description": "Qurito is a platform for people to discover, gain and share their ideas and knowledge.",
- "website": "https://qurito.io/",
- "explorer": "https://etherscan.io/token/0x076a93a40Bf9E0D21d3F75dd1E0584DdbE0f9D1a",
- "status": "abandoned",
- "id": "0x076a93a40Bf9E0D21d3F75dd1E0584DdbE0f9D1a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x076a93a40Bf9E0D21d3F75dd1E0584DdbE0f9D1a/logo.png b/blockchains/ethereum/assets/0x076a93a40Bf9E0D21d3F75dd1E0584DdbE0f9D1a/logo.png
deleted file mode 100644
index 070a0ee7b2cce..0000000000000
Binary files a/blockchains/ethereum/assets/0x076a93a40Bf9E0D21d3F75dd1E0584DdbE0f9D1a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0775C81A273B355e6a5b76e240BF708701F00279/info.json b/blockchains/ethereum/assets/0x0775C81A273B355e6a5b76e240BF708701F00279/info.json
deleted file mode 100644
index a2ee1dee1d691..0000000000000
--- a/blockchains/ethereum/assets/0x0775C81A273B355e6a5b76e240BF708701F00279/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bulleon",
- "symbol": "BUL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://bulleon.io/",
- "explorer": "https://etherscan.io/token/0x0775C81A273B355e6a5b76e240BF708701F00279",
- "status": "abandoned",
- "id": "0x0775C81A273B355e6a5b76e240BF708701F00279"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0775C81A273B355e6a5b76e240BF708701F00279/logo.png b/blockchains/ethereum/assets/0x0775C81A273B355e6a5b76e240BF708701F00279/logo.png
deleted file mode 100644
index eee2b5b4b5ffe..0000000000000
Binary files a/blockchains/ethereum/assets/0x0775C81A273B355e6a5b76e240BF708701F00279/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0778Cc2E8bBAd3d483E82371606D100cc8604522/info.json b/blockchains/ethereum/assets/0x0778Cc2E8bBAd3d483E82371606D100cc8604522/info.json
deleted file mode 100644
index 8b77d870800d9..0000000000000
--- a/blockchains/ethereum/assets/0x0778Cc2E8bBAd3d483E82371606D100cc8604522/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LHCoin",
- "symbol": "LHC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://lh-crypto.io/",
- "explorer": "https://etherscan.io/token/0x0778Cc2E8bBAd3d483E82371606D100cc8604522",
- "status": "abandoned",
- "id": "0x0778Cc2E8bBAd3d483E82371606D100cc8604522"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0778Cc2E8bBAd3d483E82371606D100cc8604522/logo.png b/blockchains/ethereum/assets/0x0778Cc2E8bBAd3d483E82371606D100cc8604522/logo.png
deleted file mode 100644
index 21a07a8400831..0000000000000
Binary files a/blockchains/ethereum/assets/0x0778Cc2E8bBAd3d483E82371606D100cc8604522/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x077DC3c0c9543df1cdD78386DF3204E69E0DD274/info.json b/blockchains/ethereum/assets/0x077DC3c0c9543df1cdD78386DF3204E69E0DD274/info.json
deleted file mode 100644
index 528c3b021225d..0000000000000
--- a/blockchains/ethereum/assets/0x077DC3c0c9543df1cdD78386DF3204E69E0DD274/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "POWERBANK",
- "symbol": "PBK",
- "type": "ERC20",
- "decimals": 7,
- "description": "Introducing PBK for mobile phone industry and Recharge ,Bill payment, Online rewards, cashback offer etc.",
- "website": "http://powerbankcoin.com/",
- "explorer": "https://etherscan.io/token/0x077DC3c0c9543df1cdD78386DF3204E69E0DD274",
- "status": "abandoned",
- "id": "0x077DC3c0c9543df1cdD78386DF3204E69E0DD274"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x077DC3c0c9543df1cdD78386DF3204E69E0DD274/logo.png b/blockchains/ethereum/assets/0x077DC3c0c9543df1cdD78386DF3204E69E0DD274/logo.png
deleted file mode 100644
index 99967061e52df..0000000000000
Binary files a/blockchains/ethereum/assets/0x077DC3c0c9543df1cdD78386DF3204E69E0DD274/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0784dBaBb6C6834bdDfb7cFEe116bA049e5DafaB/info.json b/blockchains/ethereum/assets/0x0784dBaBb6C6834bdDfb7cFEe116bA049e5DafaB/info.json
deleted file mode 100644
index 0926dcbaf0ed9..0000000000000
--- a/blockchains/ethereum/assets/0x0784dBaBb6C6834bdDfb7cFEe116bA049e5DafaB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IBTC",
- "symbol": "IBTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0784dBaBb6C6834bdDfb7cFEe116bA049e5DafaB",
- "status": "abandoned",
- "id": "0x0784dBaBb6C6834bdDfb7cFEe116bA049e5DafaB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0784dBaBb6C6834bdDfb7cFEe116bA049e5DafaB/logo.png b/blockchains/ethereum/assets/0x0784dBaBb6C6834bdDfb7cFEe116bA049e5DafaB/logo.png
deleted file mode 100644
index c2f58d5a1e31b..0000000000000
Binary files a/blockchains/ethereum/assets/0x0784dBaBb6C6834bdDfb7cFEe116bA049e5DafaB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0794ce7d4459105926Da230F318c1e34BC790517/info.json b/blockchains/ethereum/assets/0x0794ce7d4459105926Da230F318c1e34BC790517/info.json
deleted file mode 100644
index 0660019f3c325..0000000000000
--- a/blockchains/ethereum/assets/0x0794ce7d4459105926Da230F318c1e34BC790517/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RankingBall Gold",
- "symbol": "RBG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0794ce7d4459105926Da230F318c1e34BC790517",
- "status": "abandoned",
- "id": "0x0794ce7d4459105926Da230F318c1e34BC790517"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0794ce7d4459105926Da230F318c1e34BC790517/logo.png b/blockchains/ethereum/assets/0x0794ce7d4459105926Da230F318c1e34BC790517/logo.png
deleted file mode 100644
index 01f6c189e99f0..0000000000000
Binary files a/blockchains/ethereum/assets/0x0794ce7d4459105926Da230F318c1e34BC790517/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x07B1F172268e1737C3176b50033dCbD7755284EE/info.json b/blockchains/ethereum/assets/0x07B1F172268e1737C3176b50033dCbD7755284EE/info.json
deleted file mode 100644
index d9408bb1845ec..0000000000000
--- a/blockchains/ethereum/assets/0x07B1F172268e1737C3176b50033dCbD7755284EE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "zRipple",
- "symbol": "zXRP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x07B1F172268e1737C3176b50033dCbD7755284EE",
- "status": "abandoned",
- "id": "0x07B1F172268e1737C3176b50033dCbD7755284EE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x07B1F172268e1737C3176b50033dCbD7755284EE/logo.png b/blockchains/ethereum/assets/0x07B1F172268e1737C3176b50033dCbD7755284EE/logo.png
deleted file mode 100644
index 24186bf9ad082..0000000000000
Binary files a/blockchains/ethereum/assets/0x07B1F172268e1737C3176b50033dCbD7755284EE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x07BA7D3bF57ac6FbAA817Ab698C710c8Bf5A6F08/info.json b/blockchains/ethereum/assets/0x07BA7D3bF57ac6FbAA817Ab698C710c8Bf5A6F08/info.json
deleted file mode 100644
index ad05bbf2c96f2..0000000000000
--- a/blockchains/ethereum/assets/0x07BA7D3bF57ac6FbAA817Ab698C710c8Bf5A6F08/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SERA Token",
- "symbol": "SRA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x07BA7D3bF57ac6FbAA817Ab698C710c8Bf5A6F08",
- "status": "abandoned",
- "id": "0x07BA7D3bF57ac6FbAA817Ab698C710c8Bf5A6F08"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x07BA7D3bF57ac6FbAA817Ab698C710c8Bf5A6F08/logo.png b/blockchains/ethereum/assets/0x07BA7D3bF57ac6FbAA817Ab698C710c8Bf5A6F08/logo.png
deleted file mode 100644
index 4131c09f413ca..0000000000000
Binary files a/blockchains/ethereum/assets/0x07BA7D3bF57ac6FbAA817Ab698C710c8Bf5A6F08/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x07Cc1d447619B46E198e15F3cB4DF7b47B340230/info.json b/blockchains/ethereum/assets/0x07Cc1d447619B46E198e15F3cB4DF7b47B340230/info.json
deleted file mode 100644
index e44bcdfd73857..0000000000000
--- a/blockchains/ethereum/assets/0x07Cc1d447619B46E198e15F3cB4DF7b47B340230/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NESTFAME",
- "symbol": "NSF",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x07Cc1d447619B46E198e15F3cB4DF7b47B340230",
- "status": "abandoned",
- "id": "0x07Cc1d447619B46E198e15F3cB4DF7b47B340230"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x07Cc1d447619B46E198e15F3cB4DF7b47B340230/logo.png b/blockchains/ethereum/assets/0x07Cc1d447619B46E198e15F3cB4DF7b47B340230/logo.png
deleted file mode 100644
index 2359a95cabd29..0000000000000
Binary files a/blockchains/ethereum/assets/0x07Cc1d447619B46E198e15F3cB4DF7b47B340230/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x07D9e49Ea402194bf48A8276dAfB16E4eD633317/info.json b/blockchains/ethereum/assets/0x07D9e49Ea402194bf48A8276dAfB16E4eD633317/info.json
deleted file mode 100644
index f09a3e7f8800a..0000000000000
--- a/blockchains/ethereum/assets/0x07D9e49Ea402194bf48A8276dAfB16E4eD633317/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DALECOIN",
- "symbol": "DALC",
- "type": "ERC20",
- "decimals": 8,
- "description": "DaleCoin is an ERC20 token based on the Ethereum blockchain which shall serve as a payment token for goods and services.",
- "website": "http://dalecoin.org/",
- "explorer": "https://etherscan.io/token/0x07D9e49Ea402194bf48A8276dAfB16E4eD633317",
- "status": "active",
- "id": "0x07D9e49Ea402194bf48A8276dAfB16E4eD633317"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x07D9e49Ea402194bf48A8276dAfB16E4eD633317/logo.png b/blockchains/ethereum/assets/0x07D9e49Ea402194bf48A8276dAfB16E4eD633317/logo.png
deleted file mode 100644
index 41f82caf8a239..0000000000000
Binary files a/blockchains/ethereum/assets/0x07D9e49Ea402194bf48A8276dAfB16E4eD633317/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x07a58629AAF3e1A0d07D8f43114B76BD5EEe3B91/info.json b/blockchains/ethereum/assets/0x07a58629AAF3e1A0d07D8f43114B76BD5EEe3B91/info.json
deleted file mode 100644
index 79fbba534efc8..0000000000000
--- a/blockchains/ethereum/assets/0x07a58629AAF3e1A0d07D8f43114B76BD5EEe3B91/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Guaranteed Ethurance Token Extra",
- "symbol": "GETX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.inschain.io/",
- "explorer": "https://etherscan.io/token/0x07a58629AAF3e1A0d07D8f43114B76BD5EEe3B91",
- "status": "abandoned",
- "id": "0x07a58629AAF3e1A0d07D8f43114B76BD5EEe3B91"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x07a58629AAF3e1A0d07D8f43114B76BD5EEe3B91/logo.png b/blockchains/ethereum/assets/0x07a58629AAF3e1A0d07D8f43114B76BD5EEe3B91/logo.png
deleted file mode 100644
index 083d3806cc225..0000000000000
Binary files a/blockchains/ethereum/assets/0x07a58629AAF3e1A0d07D8f43114B76BD5EEe3B91/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x07bAd4bCD55F39B96f00ddfFca09201d86BCF3aC/info.json b/blockchains/ethereum/assets/0x07bAd4bCD55F39B96f00ddfFca09201d86BCF3aC/info.json
deleted file mode 100644
index 1b351b5ff34c0..0000000000000
--- a/blockchains/ethereum/assets/0x07bAd4bCD55F39B96f00ddfFca09201d86BCF3aC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VTIS Token",
- "symbol": "VTIS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x07bAd4bCD55F39B96f00ddfFca09201d86BCF3aC",
- "status": "abandoned",
- "id": "0x07bAd4bCD55F39B96f00ddfFca09201d86BCF3aC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x07bAd4bCD55F39B96f00ddfFca09201d86BCF3aC/logo.png b/blockchains/ethereum/assets/0x07bAd4bCD55F39B96f00ddfFca09201d86BCF3aC/logo.png
deleted file mode 100644
index 79291b7be847a..0000000000000
Binary files a/blockchains/ethereum/assets/0x07bAd4bCD55F39B96f00ddfFca09201d86BCF3aC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x07bf5F95851Ef2b2996F192569e406A6FeA2a95a/info.json b/blockchains/ethereum/assets/0x07bf5F95851Ef2b2996F192569e406A6FeA2a95a/info.json
deleted file mode 100644
index 96cb5c11fe3cd..0000000000000
--- a/blockchains/ethereum/assets/0x07bf5F95851Ef2b2996F192569e406A6FeA2a95a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SEALToken",
- "symbol": "SEAL",
- "type": "ERC20",
- "decimals": 18,
- "description": "Financial public chain designed specifically for blockchain asset transactions, aims to create a payment layer using blockchain technology and reshape the global financial payment system.",
- "website": "https://sealchain.io/",
- "explorer": "https://etherscan.io/token/0x07bf5F95851Ef2b2996F192569e406A6FeA2a95a",
- "status": "active",
- "id": "0x07bf5F95851Ef2b2996F192569e406A6FeA2a95a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x07bf5F95851Ef2b2996F192569e406A6FeA2a95a/logo.png b/blockchains/ethereum/assets/0x07bf5F95851Ef2b2996F192569e406A6FeA2a95a/logo.png
deleted file mode 100644
index fd5182ce00fdc..0000000000000
Binary files a/blockchains/ethereum/assets/0x07bf5F95851Ef2b2996F192569e406A6FeA2a95a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x07e3c70653548B04f0A75970C1F81B4CBbFB606f/info.json b/blockchains/ethereum/assets/0x07e3c70653548B04f0A75970C1F81B4CBbFB606f/info.json
deleted file mode 100644
index 69d873a7e865e..0000000000000
--- a/blockchains/ethereum/assets/0x07e3c70653548B04f0A75970C1F81B4CBbFB606f/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Agrello",
- "website": "https://agrello.io",
- "description": "Agrello is building a blockchain-based digital ID solution for individuals and businesses.",
- "explorer": "https://etherscan.io/token/0x07e3c70653548B04f0A75970C1F81B4CBbFB606f",
- "research": "https://research.binance.com/en/projects/agrello",
- "type": "ERC20",
- "symbol": "DLT",
- "decimals": 18,
- "status": "active",
- "id": "0x07e3c70653548B04f0A75970C1F81B4CBbFB606f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x07e3c70653548B04f0A75970C1F81B4CBbFB606f/logo.png b/blockchains/ethereum/assets/0x07e3c70653548B04f0A75970C1F81B4CBbFB606f/logo.png
deleted file mode 100644
index bdd77a33a4779..0000000000000
Binary files a/blockchains/ethereum/assets/0x07e3c70653548B04f0A75970C1F81B4CBbFB606f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x07e68a24A7D84C9a34a4Bd05eF487cab6da15995/info.json b/blockchains/ethereum/assets/0x07e68a24A7D84C9a34a4Bd05eF487cab6da15995/info.json
deleted file mode 100644
index a2d21a09a63d7..0000000000000
--- a/blockchains/ethereum/assets/0x07e68a24A7D84C9a34a4Bd05eF487cab6da15995/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yizoot Utility Token",
- "symbol": "YZU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x07e68a24A7D84C9a34a4Bd05eF487cab6da15995",
- "status": "abandoned",
- "id": "0x07e68a24A7D84C9a34a4Bd05eF487cab6da15995"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x07e68a24A7D84C9a34a4Bd05eF487cab6da15995/logo.png b/blockchains/ethereum/assets/0x07e68a24A7D84C9a34a4Bd05eF487cab6da15995/logo.png
deleted file mode 100644
index 294bdd75bd739..0000000000000
Binary files a/blockchains/ethereum/assets/0x07e68a24A7D84C9a34a4Bd05eF487cab6da15995/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x07eF9E82721AC16809D24DAfBE1792Ce01654DB4/info.json b/blockchains/ethereum/assets/0x07eF9E82721AC16809D24DAfBE1792Ce01654DB4/info.json
deleted file mode 100644
index 274b8409eb1a8..0000000000000
--- a/blockchains/ethereum/assets/0x07eF9E82721AC16809D24DAfBE1792Ce01654DB4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Chimpion",
- "symbol": "BNANA",
- "type": "ERC20",
- "decimals": 18,
- "description": "Chimpion created the first ever online banking for the crypto community.",
- "website": "https://www.chimpion.io",
- "explorer": "https://etherscan.io/token/0x07eF9E82721AC16809D24DAfBE1792Ce01654DB4",
- "status": "active",
- "id": "0x07eF9E82721AC16809D24DAfBE1792Ce01654DB4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x07eF9E82721AC16809D24DAfBE1792Ce01654DB4/logo.png b/blockchains/ethereum/assets/0x07eF9E82721AC16809D24DAfBE1792Ce01654DB4/logo.png
deleted file mode 100644
index 4a85be4b76041..0000000000000
Binary files a/blockchains/ethereum/assets/0x07eF9E82721AC16809D24DAfBE1792Ce01654DB4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x07f89875b1F142AbCba60FF1D7FCFb7Fe404d4ed/info.json b/blockchains/ethereum/assets/0x07f89875b1F142AbCba60FF1D7FCFb7Fe404d4ed/info.json
deleted file mode 100644
index aaa2406ab031f..0000000000000
--- a/blockchains/ethereum/assets/0x07f89875b1F142AbCba60FF1D7FCFb7Fe404d4ed/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Chinese Yuan Renminbi",
- "website": "https://dollarprotocol.com",
- "description": "Dollar Protocol is a suite of algorithmic synthetics governed by Share",
- "explorer": "https://etherscan.io/token/0x07f89875b1F142AbCba60FF1D7FCFb7Fe404d4ed",
- "type": "ERC20",
- "symbol": "CNYx",
- "decimals": 9,
- "status": "active",
- "id": "0x07f89875b1F142AbCba60FF1D7FCFb7Fe404d4ed"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x07f89875b1F142AbCba60FF1D7FCFb7Fe404d4ed/logo.png b/blockchains/ethereum/assets/0x07f89875b1F142AbCba60FF1D7FCFb7Fe404d4ed/logo.png
deleted file mode 100644
index 86edfab9f70f9..0000000000000
Binary files a/blockchains/ethereum/assets/0x07f89875b1F142AbCba60FF1D7FCFb7Fe404d4ed/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x081131434f93063751813C619Ecca9C4dC7862a3/info.json b/blockchains/ethereum/assets/0x081131434f93063751813C619Ecca9C4dC7862a3/info.json
deleted file mode 100644
index 54a498cdb2308..0000000000000
--- a/blockchains/ethereum/assets/0x081131434f93063751813C619Ecca9C4dC7862a3/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Mines of Dalarnia",
- "symbol": "DAR",
- "type": "ERC20",
- "decimals": 6,
- "id": "0x081131434f93063751813C619Ecca9C4dC7862a3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x081131434f93063751813C619Ecca9C4dC7862a3/logo.png b/blockchains/ethereum/assets/0x081131434f93063751813C619Ecca9C4dC7862a3/logo.png
deleted file mode 100644
index 82db8667974e7..0000000000000
Binary files a/blockchains/ethereum/assets/0x081131434f93063751813C619Ecca9C4dC7862a3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x08130635368AA28b217a4dfb68E1bF8dC525621C/info.json b/blockchains/ethereum/assets/0x08130635368AA28b217a4dfb68E1bF8dC525621C/info.json
deleted file mode 100644
index 66684ba8ec6ef..0000000000000
--- a/blockchains/ethereum/assets/0x08130635368AA28b217a4dfb68E1bF8dC525621C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AfroDex",
- "symbol": "AfroX",
- "type": "ERC20",
- "decimals": 4,
- "description": "AfroDex Labs is a corporation which serves as a blockchain tech, launchpad, incubator & accelerator focused on developing & deploying free or affordable technologies for easier Ethereum & ERC-20 tokens mass adoption.",
- "website": "http://afrodexlabs.com/",
- "explorer": "https://etherscan.io/token/0x08130635368AA28b217a4dfb68E1bF8dC525621C",
- "status": "active",
- "id": "0x08130635368AA28b217a4dfb68E1bF8dC525621C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x08130635368AA28b217a4dfb68E1bF8dC525621C/logo.png b/blockchains/ethereum/assets/0x08130635368AA28b217a4dfb68E1bF8dC525621C/logo.png
deleted file mode 100644
index ad9b8359ed36e..0000000000000
Binary files a/blockchains/ethereum/assets/0x08130635368AA28b217a4dfb68E1bF8dC525621C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x081F5489A66D3c75d615040FDdd64d9Ba1E74e76/info.json b/blockchains/ethereum/assets/0x081F5489A66D3c75d615040FDdd64d9Ba1E74e76/info.json
deleted file mode 100644
index 2d28d98e5e70b..0000000000000
--- a/blockchains/ethereum/assets/0x081F5489A66D3c75d615040FDdd64d9Ba1E74e76/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Natretix",
- "symbol": "NRX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x081F5489A66D3c75d615040FDdd64d9Ba1E74e76",
- "status": "abandoned",
- "id": "0x081F5489A66D3c75d615040FDdd64d9Ba1E74e76"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x081F5489A66D3c75d615040FDdd64d9Ba1E74e76/logo.png b/blockchains/ethereum/assets/0x081F5489A66D3c75d615040FDdd64d9Ba1E74e76/logo.png
deleted file mode 100644
index ab7ea3549c26a..0000000000000
Binary files a/blockchains/ethereum/assets/0x081F5489A66D3c75d615040FDdd64d9Ba1E74e76/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x081F67aFA0cCF8c7B17540767BBe95DF2bA8D97F/info.json b/blockchains/ethereum/assets/0x081F67aFA0cCF8c7B17540767BBe95DF2bA8D97F/info.json
deleted file mode 100644
index 12325b301bd80..0000000000000
--- a/blockchains/ethereum/assets/0x081F67aFA0cCF8c7B17540767BBe95DF2bA8D97F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoinEx Token",
- "symbol": "CET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.coinex.org/",
- "explorer": "https://etherscan.io/token/0x081F67aFA0cCF8c7B17540767BBe95DF2bA8D97F",
- "status": "abandoned",
- "id": "0x081F67aFA0cCF8c7B17540767BBe95DF2bA8D97F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x081F67aFA0cCF8c7B17540767BBe95DF2bA8D97F/logo.png b/blockchains/ethereum/assets/0x081F67aFA0cCF8c7B17540767BBe95DF2bA8D97F/logo.png
deleted file mode 100644
index a34ceffdc605d..0000000000000
Binary files a/blockchains/ethereum/assets/0x081F67aFA0cCF8c7B17540767BBe95DF2bA8D97F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x082E13494f12EBB7206FBf67E22A6E1975A1A669/info.json b/blockchains/ethereum/assets/0x082E13494f12EBB7206FBf67E22A6E1975A1A669/info.json
deleted file mode 100644
index d66434b7326f0..0000000000000
--- a/blockchains/ethereum/assets/0x082E13494f12EBB7206FBf67E22A6E1975A1A669/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ArtisTurba",
- "symbol": "ARTIS",
- "type": "ERC20",
- "decimals": 8,
- "description": "Artis Turba is an intuitive cryptocurrency exchange built for individuals, traders and investors. The platform allows its community to buy and sell popular digital currencies with the local South African fiat currency, the South African Rand (ZAR).",
- "website": "https://www.artisturba.com/",
- "explorer": "https://etherscan.io/token/0x082E13494f12EBB7206FBf67E22A6E1975A1A669",
- "status": "active",
- "id": "0x082E13494f12EBB7206FBf67E22A6E1975A1A669"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x082E13494f12EBB7206FBf67E22A6E1975A1A669/logo.png b/blockchains/ethereum/assets/0x082E13494f12EBB7206FBf67E22A6E1975A1A669/logo.png
deleted file mode 100644
index 6649b46d57051..0000000000000
Binary files a/blockchains/ethereum/assets/0x082E13494f12EBB7206FBf67E22A6E1975A1A669/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0835ecd15DdF08d4786304d71b4672dC5C40F011/info.json b/blockchains/ethereum/assets/0x0835ecd15DdF08d4786304d71b4672dC5C40F011/info.json
deleted file mode 100644
index bcbc234542be1..0000000000000
--- a/blockchains/ethereum/assets/0x0835ecd15DdF08d4786304d71b4672dC5C40F011/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PlusCoin",
- "symbol": "PLC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0835ecd15DdF08d4786304d71b4672dC5C40F011",
- "status": "abandoned",
- "id": "0x0835ecd15DdF08d4786304d71b4672dC5C40F011"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0835ecd15DdF08d4786304d71b4672dC5C40F011/logo.png b/blockchains/ethereum/assets/0x0835ecd15DdF08d4786304d71b4672dC5C40F011/logo.png
deleted file mode 100644
index 00b63751ff5e8..0000000000000
Binary files a/blockchains/ethereum/assets/0x0835ecd15DdF08d4786304d71b4672dC5C40F011/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0836e2ed69ab94eD95b08e17165A53E91A378fdF/info.json b/blockchains/ethereum/assets/0x0836e2ed69ab94eD95b08e17165A53E91A378fdF/info.json
deleted file mode 100644
index 3014558425873..0000000000000
--- a/blockchains/ethereum/assets/0x0836e2ed69ab94eD95b08e17165A53E91A378fdF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SureSAVER PRIZE-LINKED REWARD SAVINGS ACCOUNT TOKEN",
- "symbol": "SAVER",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0836e2ed69ab94eD95b08e17165A53E91A378fdF",
- "status": "abandoned",
- "id": "0x0836e2ed69ab94eD95b08e17165A53E91A378fdF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0836e2ed69ab94eD95b08e17165A53E91A378fdF/logo.png b/blockchains/ethereum/assets/0x0836e2ed69ab94eD95b08e17165A53E91A378fdF/logo.png
deleted file mode 100644
index a095c6e8e9c50..0000000000000
Binary files a/blockchains/ethereum/assets/0x0836e2ed69ab94eD95b08e17165A53E91A378fdF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x08389495D7456E1951ddF7c3a1314A4bfb646d8B/info.json b/blockchains/ethereum/assets/0x08389495D7456E1951ddF7c3a1314A4bfb646d8B/info.json
deleted file mode 100644
index 8f79e46796ad6..0000000000000
--- a/blockchains/ethereum/assets/0x08389495D7456E1951ddF7c3a1314A4bfb646d8B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crypterium",
- "website": "https://crypterium.com",
- "description": "Crypterium is building a mobile app that lets users spend cryptocurrency in everyday life.",
- "explorer": "https://etherscan.io/token/0x08389495D7456E1951ddF7c3a1314A4bfb646d8B",
- "type": "ERC20",
- "symbol": "CRPT",
- "decimals": 18,
- "status": "active",
- "id": "0x08389495D7456E1951ddF7c3a1314A4bfb646d8B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x08389495D7456E1951ddF7c3a1314A4bfb646d8B/logo.png b/blockchains/ethereum/assets/0x08389495D7456E1951ddF7c3a1314A4bfb646d8B/logo.png
deleted file mode 100644
index 88608d172b32c..0000000000000
Binary files a/blockchains/ethereum/assets/0x08389495D7456E1951ddF7c3a1314A4bfb646d8B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x08399ab5eBBE96870B289754A7bD21E7EC8c6FCb/info.json b/blockchains/ethereum/assets/0x08399ab5eBBE96870B289754A7bD21E7EC8c6FCb/info.json
deleted file mode 100644
index 6121929a18f37..0000000000000
--- a/blockchains/ethereum/assets/0x08399ab5eBBE96870B289754A7bD21E7EC8c6FCb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Becaz",
- "symbol": "BCZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "Becaz (BCZ) created to offer easy methods of buying and selling courses on Becaz’s e-learning platform using Ethereum blockchain. Becaz aims to eliminate the middleman between a student and tutor providing tutor with 100% of payment received from a student.",
- "website": "https://becaz.org/",
- "explorer": "https://etherscan.io/token/0x08399ab5eBBE96870B289754A7bD21E7EC8c6FCb",
- "status": "active",
- "id": "0x08399ab5eBBE96870B289754A7bD21E7EC8c6FCb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x08399ab5eBBE96870B289754A7bD21E7EC8c6FCb/logo.png b/blockchains/ethereum/assets/0x08399ab5eBBE96870B289754A7bD21E7EC8c6FCb/logo.png
deleted file mode 100644
index 2ae5d9b6546fc..0000000000000
Binary files a/blockchains/ethereum/assets/0x08399ab5eBBE96870B289754A7bD21E7EC8c6FCb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x083a060F105A67134CC8eA6e7af85d77561AB8Bb/info.json b/blockchains/ethereum/assets/0x083a060F105A67134CC8eA6e7af85d77561AB8Bb/info.json
deleted file mode 100644
index 21fbfaf69707d..0000000000000
--- a/blockchains/ethereum/assets/0x083a060F105A67134CC8eA6e7af85d77561AB8Bb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 021-CN42",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x083a060F105A67134CC8eA6e7af85d77561AB8Bb",
- "status": "abandoned",
- "id": "0x083a060F105A67134CC8eA6e7af85d77561AB8Bb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x083a060F105A67134CC8eA6e7af85d77561AB8Bb/logo.png b/blockchains/ethereum/assets/0x083a060F105A67134CC8eA6e7af85d77561AB8Bb/logo.png
deleted file mode 100644
index bf69f374df7d7..0000000000000
Binary files a/blockchains/ethereum/assets/0x083a060F105A67134CC8eA6e7af85d77561AB8Bb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0843971B4ac6e842a518AA184e0271d88B5cB74F/info.json b/blockchains/ethereum/assets/0x0843971B4ac6e842a518AA184e0271d88B5cB74F/info.json
deleted file mode 100644
index 419a95dc4e906..0000000000000
--- a/blockchains/ethereum/assets/0x0843971B4ac6e842a518AA184e0271d88B5cB74F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CLASSIE",
- "symbol": "XCL",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0843971B4ac6e842a518AA184e0271d88B5cB74F",
- "status": "abandoned",
- "id": "0x0843971B4ac6e842a518AA184e0271d88B5cB74F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0843971B4ac6e842a518AA184e0271d88B5cB74F/logo.png b/blockchains/ethereum/assets/0x0843971B4ac6e842a518AA184e0271d88B5cB74F/logo.png
deleted file mode 100644
index 1532e70f81bd8..0000000000000
Binary files a/blockchains/ethereum/assets/0x0843971B4ac6e842a518AA184e0271d88B5cB74F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x08711D3B02C8758F2FB3ab4e80228418a7F8e39c/info.json b/blockchains/ethereum/assets/0x08711D3B02C8758F2FB3ab4e80228418a7F8e39c/info.json
deleted file mode 100644
index f02ce99540f3a..0000000000000
--- a/blockchains/ethereum/assets/0x08711D3B02C8758F2FB3ab4e80228418a7F8e39c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Edgeless",
- "symbol": "EDG",
- "type": "ERC20",
- "decimals": 0,
- "description": "The Ethereum smart contract-based Casino offers a 0% house edge and solves the casino transparency question.",
- "website": "https://edgeless.io/",
- "explorer": "https://etherscan.io/token/0x08711D3B02C8758F2FB3ab4e80228418a7F8e39c",
- "status": "active",
- "id": "0x08711D3B02C8758F2FB3ab4e80228418a7F8e39c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x08711D3B02C8758F2FB3ab4e80228418a7F8e39c/logo.png b/blockchains/ethereum/assets/0x08711D3B02C8758F2FB3ab4e80228418a7F8e39c/logo.png
deleted file mode 100644
index 8a5e3756e67c6..0000000000000
Binary files a/blockchains/ethereum/assets/0x08711D3B02C8758F2FB3ab4e80228418a7F8e39c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0886949c1b8C412860c4264Ceb8083d1365e86CF/info.json b/blockchains/ethereum/assets/0x0886949c1b8C412860c4264Ceb8083d1365e86CF/info.json
deleted file mode 100644
index 2e16e31b3163f..0000000000000
--- a/blockchains/ethereum/assets/0x0886949c1b8C412860c4264Ceb8083d1365e86CF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EthereumBitcoin",
- "symbol": "BTCE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0886949c1b8C412860c4264Ceb8083d1365e86CF",
- "status": "abandoned",
- "id": "0x0886949c1b8C412860c4264Ceb8083d1365e86CF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0886949c1b8C412860c4264Ceb8083d1365e86CF/logo.png b/blockchains/ethereum/assets/0x0886949c1b8C412860c4264Ceb8083d1365e86CF/logo.png
deleted file mode 100755
index 486bf8f8550df..0000000000000
Binary files a/blockchains/ethereum/assets/0x0886949c1b8C412860c4264Ceb8083d1365e86CF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x089A6D83282Fb8988A656189F1E7A73FA6C1caC2/info.json b/blockchains/ethereum/assets/0x089A6D83282Fb8988A656189F1E7A73FA6C1caC2/info.json
deleted file mode 100644
index 476939f9234c6..0000000000000
--- a/blockchains/ethereum/assets/0x089A6D83282Fb8988A656189F1E7A73FA6C1caC2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Prospectors Gold",
- "symbol": "PGL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://prospectors.io/",
- "explorer": "https://etherscan.io/token/0x089A6D83282Fb8988A656189F1E7A73FA6C1caC2",
- "status": "abandoned",
- "id": "0x089A6D83282Fb8988A656189F1E7A73FA6C1caC2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x089A6D83282Fb8988A656189F1E7A73FA6C1caC2/logo.png b/blockchains/ethereum/assets/0x089A6D83282Fb8988A656189F1E7A73FA6C1caC2/logo.png
deleted file mode 100644
index 513510ecf9587..0000000000000
Binary files a/blockchains/ethereum/assets/0x089A6D83282Fb8988A656189F1E7A73FA6C1caC2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x089fe6cd08AeFBF647A63d9F44715b254b47a51B/info.json b/blockchains/ethereum/assets/0x089fe6cd08AeFBF647A63d9F44715b254b47a51B/info.json
deleted file mode 100644
index 4678f79265aa8..0000000000000
--- a/blockchains/ethereum/assets/0x089fe6cd08AeFBF647A63d9F44715b254b47a51B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "uKASH",
- "symbol": "UKC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x089fe6cd08AeFBF647A63d9F44715b254b47a51B",
- "status": "abandoned",
- "id": "0x089fe6cd08AeFBF647A63d9F44715b254b47a51B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x089fe6cd08AeFBF647A63d9F44715b254b47a51B/logo.png b/blockchains/ethereum/assets/0x089fe6cd08AeFBF647A63d9F44715b254b47a51B/logo.png
deleted file mode 100644
index 450921c64954e..0000000000000
Binary files a/blockchains/ethereum/assets/0x089fe6cd08AeFBF647A63d9F44715b254b47a51B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x08A3C1ae43883579De6184910beC740185414425/info.json b/blockchains/ethereum/assets/0x08A3C1ae43883579De6184910beC740185414425/info.json
deleted file mode 100644
index a1545a1ec2f31..0000000000000
--- a/blockchains/ethereum/assets/0x08A3C1ae43883579De6184910beC740185414425/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cabo",
- "symbol": "CABO",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x08A3C1ae43883579De6184910beC740185414425",
- "status": "abandoned",
- "id": "0x08A3C1ae43883579De6184910beC740185414425"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x08A3C1ae43883579De6184910beC740185414425/logo.png b/blockchains/ethereum/assets/0x08A3C1ae43883579De6184910beC740185414425/logo.png
deleted file mode 100644
index 53cf62c717b4f..0000000000000
Binary files a/blockchains/ethereum/assets/0x08A3C1ae43883579De6184910beC740185414425/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x08AD83D779BDf2BBE1ad9cc0f78aa0D24AB97802/info.json b/blockchains/ethereum/assets/0x08AD83D779BDf2BBE1ad9cc0f78aa0D24AB97802/info.json
deleted file mode 100644
index 3559e1ebb566e..0000000000000
--- a/blockchains/ethereum/assets/0x08AD83D779BDf2BBE1ad9cc0f78aa0D24AB97802/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Robonomics Web Services",
- "website": "https://robonomics.network",
- "description": "Robonomics parachain lifetime subscription token.",
- "explorer": "https://etherscan.io/token/0x08AD83D779BDf2BBE1ad9cc0f78aa0D24AB97802",
- "type": "ERC20",
- "symbol": "RWS",
- "decimals": 18,
- "status": "active",
- "id": "0x08AD83D779BDf2BBE1ad9cc0f78aa0D24AB97802"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x08AD83D779BDf2BBE1ad9cc0f78aa0D24AB97802/logo.png b/blockchains/ethereum/assets/0x08AD83D779BDf2BBE1ad9cc0f78aa0D24AB97802/logo.png
deleted file mode 100644
index be30b63223758..0000000000000
Binary files a/blockchains/ethereum/assets/0x08AD83D779BDf2BBE1ad9cc0f78aa0D24AB97802/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x08Aa0ed0040736dd28d4c8B16Ab453b368248d19/info.json b/blockchains/ethereum/assets/0x08Aa0ed0040736dd28d4c8B16Ab453b368248d19/info.json
deleted file mode 100644
index 0015385b2cf0b..0000000000000
--- a/blockchains/ethereum/assets/0x08Aa0ed0040736dd28d4c8B16Ab453b368248d19/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cryptobuyer Token",
- "symbol": "XPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "At Cryptobuyer we offer multiple financial services in the same place, with the security, privacy and speed you deserve.",
- "website": "https://cryptobuyer.io",
- "explorer": "https://etherscan.io/token/0x08Aa0ed0040736dd28d4c8B16Ab453b368248d19",
- "status": "active",
- "id": "0x08Aa0ed0040736dd28d4c8B16Ab453b368248d19"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x08Aa0ed0040736dd28d4c8B16Ab453b368248d19/logo.png b/blockchains/ethereum/assets/0x08Aa0ed0040736dd28d4c8B16Ab453b368248d19/logo.png
deleted file mode 100644
index 8b5b0dfc13493..0000000000000
Binary files a/blockchains/ethereum/assets/0x08Aa0ed0040736dd28d4c8B16Ab453b368248d19/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x08B427001Ba2150490fe4d18B76700fe6E38136c/info.json b/blockchains/ethereum/assets/0x08B427001Ba2150490fe4d18B76700fe6E38136c/info.json
deleted file mode 100644
index a83b9a0d90158..0000000000000
--- a/blockchains/ethereum/assets/0x08B427001Ba2150490fe4d18B76700fe6E38136c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Global Super Game",
- "symbol": "GSG",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x08B427001Ba2150490fe4d18B76700fe6E38136c",
- "status": "abandoned",
- "id": "0x08B427001Ba2150490fe4d18B76700fe6E38136c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x08B427001Ba2150490fe4d18B76700fe6E38136c/logo.png b/blockchains/ethereum/assets/0x08B427001Ba2150490fe4d18B76700fe6E38136c/logo.png
deleted file mode 100644
index fae158e694227..0000000000000
Binary files a/blockchains/ethereum/assets/0x08B427001Ba2150490fe4d18B76700fe6E38136c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x08DA80F28b960bdfAB798c172FF20619540b9ce5/info.json b/blockchains/ethereum/assets/0x08DA80F28b960bdfAB798c172FF20619540b9ce5/info.json
deleted file mode 100644
index e894aebc1b656..0000000000000
--- a/blockchains/ethereum/assets/0x08DA80F28b960bdfAB798c172FF20619540b9ce5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OWN",
- "symbol": "OWN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x08DA80F28b960bdfAB798c172FF20619540b9ce5",
- "status": "abandoned",
- "id": "0x08DA80F28b960bdfAB798c172FF20619540b9ce5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x08DA80F28b960bdfAB798c172FF20619540b9ce5/logo.png b/blockchains/ethereum/assets/0x08DA80F28b960bdfAB798c172FF20619540b9ce5/logo.png
deleted file mode 100644
index 5a55cf2b5be0f..0000000000000
Binary files a/blockchains/ethereum/assets/0x08DA80F28b960bdfAB798c172FF20619540b9ce5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x08EA14017E135CAC7FB50a1834401122B9941033/info.json b/blockchains/ethereum/assets/0x08EA14017E135CAC7FB50a1834401122B9941033/info.json
deleted file mode 100644
index 574d761762483..0000000000000
--- a/blockchains/ethereum/assets/0x08EA14017E135CAC7FB50a1834401122B9941033/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "T8T Coin",
- "symbol": "T8T",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x08EA14017E135CAC7FB50a1834401122B9941033",
- "status": "abandoned",
- "id": "0x08EA14017E135CAC7FB50a1834401122B9941033"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x08EA14017E135CAC7FB50a1834401122B9941033/logo.png b/blockchains/ethereum/assets/0x08EA14017E135CAC7FB50a1834401122B9941033/logo.png
deleted file mode 100644
index 49dd8d1625e65..0000000000000
Binary files a/blockchains/ethereum/assets/0x08EA14017E135CAC7FB50a1834401122B9941033/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x08a2246DCB48DB6a5a9e1F6bC082752FCEDdD106/info.json b/blockchains/ethereum/assets/0x08a2246DCB48DB6a5a9e1F6bC082752FCEDdD106/info.json
deleted file mode 100644
index 095815e84dad7..0000000000000
--- a/blockchains/ethereum/assets/0x08a2246DCB48DB6a5a9e1F6bC082752FCEDdD106/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CITY",
- "symbol": "CITY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.ocity.io/",
- "explorer": "https://etherscan.io/token/0x08a2246DCB48DB6a5a9e1F6bC082752FCEDdD106",
- "status": "abandoned",
- "id": "0x08a2246DCB48DB6a5a9e1F6bC082752FCEDdD106"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x08a2246DCB48DB6a5a9e1F6bC082752FCEDdD106/logo.png b/blockchains/ethereum/assets/0x08a2246DCB48DB6a5a9e1F6bC082752FCEDdD106/logo.png
deleted file mode 100644
index 67b3f018b51cd..0000000000000
Binary files a/blockchains/ethereum/assets/0x08a2246DCB48DB6a5a9e1F6bC082752FCEDdD106/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x08cE027e68e7F12818C862faB14CFFE5B9C606FE/info.json b/blockchains/ethereum/assets/0x08cE027e68e7F12818C862faB14CFFE5B9C606FE/info.json
deleted file mode 100644
index 62cc0a9970f35..0000000000000
--- a/blockchains/ethereum/assets/0x08cE027e68e7F12818C862faB14CFFE5B9C606FE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WrapORME",
- "website": "https://ecocelium.io",
- "description": "Wrapped version of Ormeus Coin (ORMEUS)",
- "explorer": "https://etherscan.io/token/0x08cE027e68e7F12818C862faB14CFFE5B9C606FE",
- "type": "ERC20",
- "symbol": "eORME",
- "decimals": 8,
- "status": "active",
- "id": "0x08cE027e68e7F12818C862faB14CFFE5B9C606FE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x08cE027e68e7F12818C862faB14CFFE5B9C606FE/logo.png b/blockchains/ethereum/assets/0x08cE027e68e7F12818C862faB14CFFE5B9C606FE/logo.png
deleted file mode 100644
index 47797ccb94836..0000000000000
Binary files a/blockchains/ethereum/assets/0x08cE027e68e7F12818C862faB14CFFE5B9C606FE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x08cEeD1e8Db59acBb687a5752f0a7DB815CFdA5e/info.json b/blockchains/ethereum/assets/0x08cEeD1e8Db59acBb687a5752f0a7DB815CFdA5e/info.json
deleted file mode 100644
index 464f0a0e6bd05..0000000000000
--- a/blockchains/ethereum/assets/0x08cEeD1e8Db59acBb687a5752f0a7DB815CFdA5e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Electronic Energy Coin",
- "symbol": "E2C",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x08cEeD1e8Db59acBb687a5752f0a7DB815CFdA5e",
- "status": "abandoned",
- "id": "0x08cEeD1e8Db59acBb687a5752f0a7DB815CFdA5e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x08cEeD1e8Db59acBb687a5752f0a7DB815CFdA5e/logo.png b/blockchains/ethereum/assets/0x08cEeD1e8Db59acBb687a5752f0a7DB815CFdA5e/logo.png
deleted file mode 100644
index b141742d74189..0000000000000
Binary files a/blockchains/ethereum/assets/0x08cEeD1e8Db59acBb687a5752f0a7DB815CFdA5e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x08d32b0da63e2C3bcF8019c9c5d849d7a9d791e6/info.json b/blockchains/ethereum/assets/0x08d32b0da63e2C3bcF8019c9c5d849d7a9d791e6/info.json
deleted file mode 100644
index 4b3aa7e0b925e..0000000000000
--- a/blockchains/ethereum/assets/0x08d32b0da63e2C3bcF8019c9c5d849d7a9d791e6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dentacoin",
- "website": "http://dentacoin.com",
- "description": "Dentacoin is a blockchain solution for the global dental industry.",
- "explorer": "https://etherscan.io/token/0x08d32b0da63e2C3bcF8019c9c5d849d7a9d791e6",
- "type": "ERC20",
- "symbol": "Dentacoin",
- "decimals": 0,
- "status": "active",
- "id": "0x08d32b0da63e2C3bcF8019c9c5d849d7a9d791e6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x08d32b0da63e2C3bcF8019c9c5d849d7a9d791e6/logo.png b/blockchains/ethereum/assets/0x08d32b0da63e2C3bcF8019c9c5d849d7a9d791e6/logo.png
deleted file mode 100644
index 82e66d5ad73e9..0000000000000
Binary files a/blockchains/ethereum/assets/0x08d32b0da63e2C3bcF8019c9c5d849d7a9d791e6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x08d6E6B487f0d402160C8038eC0210FCdE6CA570/info.json b/blockchains/ethereum/assets/0x08d6E6B487f0d402160C8038eC0210FCdE6CA570/info.json
deleted file mode 100644
index d0d6458990cd6..0000000000000
--- a/blockchains/ethereum/assets/0x08d6E6B487f0d402160C8038eC0210FCdE6CA570/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Defi Gamble",
- "website": "https://defigamble.com",
- "description": "The DFG token will be the centerpiece of this new platform. Through behavioural mining, innovative token economy design, and other incentive mechanisms, developers will be given the power to build the best DApps possible, and players will be enabled to become platform stakeholders as the platform continues on its path of providing best decentralized gaming experiences on the blockchain.",
- "explorer": "https://etherscan.io/token/0x08d6E6B487f0d402160C8038eC0210FCdE6CA570",
- "type": "ERC20",
- "symbol": "DFG",
- "decimals": 6,
- "status": "active",
- "id": "0x08d6E6B487f0d402160C8038eC0210FCdE6CA570",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://defigamble.com/file/whitepaper_defigamble.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x08d6E6B487f0d402160C8038eC0210FCdE6CA570/logo.png b/blockchains/ethereum/assets/0x08d6E6B487f0d402160C8038eC0210FCdE6CA570/logo.png
deleted file mode 100644
index 1dae6ac71ff3a..0000000000000
Binary files a/blockchains/ethereum/assets/0x08d6E6B487f0d402160C8038eC0210FCdE6CA570/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x08d967bb0134F2d07f7cfb6E246680c53927DD30/info.json b/blockchains/ethereum/assets/0x08d967bb0134F2d07f7cfb6E246680c53927DD30/info.json
deleted file mode 100644
index dc5615910bbc7..0000000000000
--- a/blockchains/ethereum/assets/0x08d967bb0134F2d07f7cfb6E246680c53927DD30/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MATH Token",
- "symbol": "MATH",
- "type": "ERC20",
- "decimals": 18,
- "description": "65+ Popular public chains supported",
- "website": "https://mathwallet.org/",
- "explorer": "https://etherscan.io/token/0x08d967bb0134F2d07f7cfb6E246680c53927DD30",
- "status": "active",
- "id": "0x08d967bb0134F2d07f7cfb6E246680c53927DD30"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x08d967bb0134F2d07f7cfb6E246680c53927DD30/logo.png b/blockchains/ethereum/assets/0x08d967bb0134F2d07f7cfb6E246680c53927DD30/logo.png
deleted file mode 100644
index 9a0131c539afe..0000000000000
Binary files a/blockchains/ethereum/assets/0x08d967bb0134F2d07f7cfb6E246680c53927DD30/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x08e0fAFf8bB80eaf8c30A99920355028b5bD6789/info.json b/blockchains/ethereum/assets/0x08e0fAFf8bB80eaf8c30A99920355028b5bD6789/info.json
deleted file mode 100644
index 57bfba95cda62..0000000000000
--- a/blockchains/ethereum/assets/0x08e0fAFf8bB80eaf8c30A99920355028b5bD6789/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "AURIcoin",
- "type": "ERC20",
- "symbol": "RIC",
- "decimals": 8,
- "website": "https://auricoin.org/",
- "description": "With Auricoin money in the economic field, new and forgotten theories are applied, which academics continue to teach in universities for 80 years, and are present in the study curriculum in economics careers, but which are impossible apply, with these types of currency cones that are used and have been used in world economic history",
- "explorer": "https://etherscan.io/token/0x08e0fAFf8bB80eaf8c30A99920355028b5bD6789",
- "status": "active",
- "id": "0x08e0fAFf8bB80eaf8c30A99920355028b5bD6789",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Auricoin"
- },
- {
- "name": "whitepaper",
- "url": "https://auricoin.org/assets/docs/whitepaper_en.pdf"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCFps56ukBTaxLpruJjejQxw"
- },
- {
- "name": "telegram",
- "url": "https://t.me/auricoin"
- }
- ],
- "tags": [
- "governance"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x08e0fAFf8bB80eaf8c30A99920355028b5bD6789/logo.png b/blockchains/ethereum/assets/0x08e0fAFf8bB80eaf8c30A99920355028b5bD6789/logo.png
deleted file mode 100644
index ec31bbd9e7039..0000000000000
Binary files a/blockchains/ethereum/assets/0x08e0fAFf8bB80eaf8c30A99920355028b5bD6789/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x08f5a9235B08173b7569F83645d2c7fB55e8cCD8/info.json b/blockchains/ethereum/assets/0x08f5a9235B08173b7569F83645d2c7fB55e8cCD8/info.json
deleted file mode 100644
index 7b7f1c5c75afb..0000000000000
--- a/blockchains/ethereum/assets/0x08f5a9235B08173b7569F83645d2c7fB55e8cCD8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tierion",
- "website": "https://tierion.com",
- "description": "Use the blockchain as a global platform to verify any data, file, or business process. Developer tools & API to anchor data in the blockchain.",
- "explorer": "https://etherscan.io/token/0x08f5a9235B08173b7569F83645d2c7fB55e8cCD8",
- "type": "ERC20",
- "symbol": "TNT",
- "decimals": 8,
- "status": "active",
- "id": "0x08f5a9235B08173b7569F83645d2c7fB55e8cCD8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x08f5a9235B08173b7569F83645d2c7fB55e8cCD8/logo.png b/blockchains/ethereum/assets/0x08f5a9235B08173b7569F83645d2c7fB55e8cCD8/logo.png
deleted file mode 100644
index bf796b89f5dd9..0000000000000
Binary files a/blockchains/ethereum/assets/0x08f5a9235B08173b7569F83645d2c7fB55e8cCD8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x090185f2135308BaD17527004364eBcC2D37e5F6/info.json b/blockchains/ethereum/assets/0x090185f2135308BaD17527004364eBcC2D37e5F6/info.json
deleted file mode 100644
index a52fb8fbd7e63..0000000000000
--- a/blockchains/ethereum/assets/0x090185f2135308BaD17527004364eBcC2D37e5F6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Spell Token",
- "website": "https://abracadabra.money",
- "description": "Abracadabra.money is a lending platform that allows users to borrow funds using Interest Bearing Tokens as collateral.",
- "explorer": "https://etherscan.io/token/0x090185f2135308BaD17527004364eBcC2D37e5F6",
- "type": "ERC20",
- "symbol": "SPELL",
- "decimals": 18,
- "status": "active",
- "id": "0x090185f2135308BaD17527004364eBcC2D37e5F6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x090185f2135308BaD17527004364eBcC2D37e5F6/logo.png b/blockchains/ethereum/assets/0x090185f2135308BaD17527004364eBcC2D37e5F6/logo.png
deleted file mode 100644
index fc7438b7de4b2..0000000000000
Binary files a/blockchains/ethereum/assets/0x090185f2135308BaD17527004364eBcC2D37e5F6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0913dDAE242839f8995c0375493f9a1A3Bddc977/info.json b/blockchains/ethereum/assets/0x0913dDAE242839f8995c0375493f9a1A3Bddc977/info.json
deleted file mode 100644
index 081015f7510e2..0000000000000
--- a/blockchains/ethereum/assets/0x0913dDAE242839f8995c0375493f9a1A3Bddc977/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Marshall Rogan Inu",
- "type": "ERC20",
- "symbol": "MRI",
- "decimals": 18,
- "website": "https://www.marshallinu.com/",
- "description": "Marshall Rogan Inu is a meme coin at the intersection of UFC and dog-themed coins. MRI promises to be the first token offering direct sponsorship to UFC fighters in the form of Ether and the native MRI token. Fighters could use the donations to cover their expenses and incentivize the project’s success by engaging in the community.",
- "explorer": "https://etherscan.io/token/0x0913dDAE242839f8995c0375493f9a1A3Bddc977",
- "status": "active",
- "id": "0x0913dDAE242839f8995c0375493f9a1A3Bddc977",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/marshallinu_"
- },
- {
- "name": "telegram",
- "url": "https://t.me/marshallroganinuofficialchat"
- }
- ],
- "tags": [
- "memes"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x0913dDAE242839f8995c0375493f9a1A3Bddc977/logo.png b/blockchains/ethereum/assets/0x0913dDAE242839f8995c0375493f9a1A3Bddc977/logo.png
deleted file mode 100644
index d0df0ea025d75..0000000000000
Binary files a/blockchains/ethereum/assets/0x0913dDAE242839f8995c0375493f9a1A3Bddc977/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x091B0172f8F13d69fA2B7Cc0DF520bd69CE92f55/info.json b/blockchains/ethereum/assets/0x091B0172f8F13d69fA2B7Cc0DF520bd69CE92f55/info.json
deleted file mode 100644
index 12483f3b3ef77..0000000000000
--- a/blockchains/ethereum/assets/0x091B0172f8F13d69fA2B7Cc0DF520bd69CE92f55/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CentaSaveX",
- "symbol": "CSX",
- "type": "ERC20",
- "decimals": 8,
- "description": "CentasaveX aims to guide people in saving cryptocurrency from a little amount to a bigger amount that can be used in the future. CentasaveX is the power of Saving Crypto.",
- "website": "https://centasavex.site/",
- "explorer": "https://etherscan.io/token/0x091B0172f8F13d69fA2B7Cc0DF520bd69CE92f55",
- "status": "abandoned",
- "id": "0x091B0172f8F13d69fA2B7Cc0DF520bd69CE92f55"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x091B0172f8F13d69fA2B7Cc0DF520bd69CE92f55/logo.png b/blockchains/ethereum/assets/0x091B0172f8F13d69fA2B7Cc0DF520bd69CE92f55/logo.png
deleted file mode 100644
index 66e84a20a314e..0000000000000
Binary files a/blockchains/ethereum/assets/0x091B0172f8F13d69fA2B7Cc0DF520bd69CE92f55/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x091C42574FcBD97a0175E41C7B11396d7023b4D4/info.json b/blockchains/ethereum/assets/0x091C42574FcBD97a0175E41C7B11396d7023b4D4/info.json
deleted file mode 100644
index cc6d7efe54654..0000000000000
--- a/blockchains/ethereum/assets/0x091C42574FcBD97a0175E41C7B11396d7023b4D4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BLACKCOIN",
- "symbol": "BLACK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x091C42574FcBD97a0175E41C7B11396d7023b4D4",
- "status": "abandoned",
- "id": "0x091C42574FcBD97a0175E41C7B11396d7023b4D4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x091C42574FcBD97a0175E41C7B11396d7023b4D4/logo.png b/blockchains/ethereum/assets/0x091C42574FcBD97a0175E41C7B11396d7023b4D4/logo.png
deleted file mode 100755
index 6649c2b090291..0000000000000
Binary files a/blockchains/ethereum/assets/0x091C42574FcBD97a0175E41C7B11396d7023b4D4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0923067100b2A4839F1803ad73b24097e20109Df/info.json b/blockchains/ethereum/assets/0x0923067100b2A4839F1803ad73b24097e20109Df/info.json
deleted file mode 100644
index 5cd3cc620a05f..0000000000000
--- a/blockchains/ethereum/assets/0x0923067100b2A4839F1803ad73b24097e20109Df/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrayV Block",
- "symbol": "TVB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0923067100b2A4839F1803ad73b24097e20109Df",
- "status": "abandoned",
- "id": "0x0923067100b2A4839F1803ad73b24097e20109Df"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0923067100b2A4839F1803ad73b24097e20109Df/logo.png b/blockchains/ethereum/assets/0x0923067100b2A4839F1803ad73b24097e20109Df/logo.png
deleted file mode 100644
index 6e8dce9ee96aa..0000000000000
Binary files a/blockchains/ethereum/assets/0x0923067100b2A4839F1803ad73b24097e20109Df/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x092428E2Ce418B222d0C5e2F7861bbDFbc2dd5D1/info.json b/blockchains/ethereum/assets/0x092428E2Ce418B222d0C5e2F7861bbDFbc2dd5D1/info.json
deleted file mode 100644
index b09a4e76b91d0..0000000000000
--- a/blockchains/ethereum/assets/0x092428E2Ce418B222d0C5e2F7861bbDFbc2dd5D1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UNOCALL",
- "symbol": "CALL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x092428E2Ce418B222d0C5e2F7861bbDFbc2dd5D1",
- "status": "abandoned",
- "id": "0x092428E2Ce418B222d0C5e2F7861bbDFbc2dd5D1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x092428E2Ce418B222d0C5e2F7861bbDFbc2dd5D1/logo.png b/blockchains/ethereum/assets/0x092428E2Ce418B222d0C5e2F7861bbDFbc2dd5D1/logo.png
deleted file mode 100755
index acaa1e2b81e3d..0000000000000
Binary files a/blockchains/ethereum/assets/0x092428E2Ce418B222d0C5e2F7861bbDFbc2dd5D1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x092Cc6dAd6f7828Ea81a78EDd9f83b376BDf888d/info.json b/blockchains/ethereum/assets/0x092Cc6dAd6f7828Ea81a78EDd9f83b376BDf888d/info.json
deleted file mode 100644
index 5ab2b87b2114d..0000000000000
--- a/blockchains/ethereum/assets/0x092Cc6dAd6f7828Ea81a78EDd9f83b376BDf888d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": " AISI GROUP ",
- "symbol": "AISI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x092Cc6dAd6f7828Ea81a78EDd9f83b376BDf888d",
- "status": "abandoned",
- "id": "0x092Cc6dAd6f7828Ea81a78EDd9f83b376BDf888d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x092Cc6dAd6f7828Ea81a78EDd9f83b376BDf888d/logo.png b/blockchains/ethereum/assets/0x092Cc6dAd6f7828Ea81a78EDd9f83b376BDf888d/logo.png
deleted file mode 100644
index c854930b6b79f..0000000000000
Binary files a/blockchains/ethereum/assets/0x092Cc6dAd6f7828Ea81a78EDd9f83b376BDf888d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x093e5C256Ff8B32c7F1377f4C20e331674C77F00/info.json b/blockchains/ethereum/assets/0x093e5C256Ff8B32c7F1377f4C20e331674C77F00/info.json
deleted file mode 100644
index 7d5a3e8fa364a..0000000000000
--- a/blockchains/ethereum/assets/0x093e5C256Ff8B32c7F1377f4C20e331674C77F00/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dignity",
- "symbol": "DIG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://cryptobontix.com/",
- "explorer": "https://etherscan.io/token/0x093e5C256Ff8B32c7F1377f4C20e331674C77F00",
- "status": "abandoned",
- "id": "0x093e5C256Ff8B32c7F1377f4C20e331674C77F00"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x093e5C256Ff8B32c7F1377f4C20e331674C77F00/logo.png b/blockchains/ethereum/assets/0x093e5C256Ff8B32c7F1377f4C20e331674C77F00/logo.png
deleted file mode 100644
index 648bc142f4e34..0000000000000
Binary files a/blockchains/ethereum/assets/0x093e5C256Ff8B32c7F1377f4C20e331674C77F00/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0947b0e6D821378805c9598291385CE7c791A6B2/info.json b/blockchains/ethereum/assets/0x0947b0e6D821378805c9598291385CE7c791A6B2/info.json
deleted file mode 100644
index b1b1af51e1d38..0000000000000
--- a/blockchains/ethereum/assets/0x0947b0e6D821378805c9598291385CE7c791A6B2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lendingblock",
- "symbol": "LND",
- "type": "ERC20",
- "decimals": 18,
- "description": "Lendingblock is a platform that facilitates peer-to-peer borrowing and lending of cryptocurrencies and digital assets.",
- "website": "https://lendingblock.com/",
- "explorer": "https://etherscan.io/token/0x0947b0e6D821378805c9598291385CE7c791A6B2",
- "status": "active",
- "id": "0x0947b0e6D821378805c9598291385CE7c791A6B2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0947b0e6D821378805c9598291385CE7c791A6B2/logo.png b/blockchains/ethereum/assets/0x0947b0e6D821378805c9598291385CE7c791A6B2/logo.png
deleted file mode 100644
index 757fe5a1b808d..0000000000000
Binary files a/blockchains/ethereum/assets/0x0947b0e6D821378805c9598291385CE7c791A6B2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x094c875704c14783049DDF8136E298B3a099c446/info.json b/blockchains/ethereum/assets/0x094c875704c14783049DDF8136E298B3a099c446/info.json
deleted file mode 100644
index 43689c31337ed..0000000000000
--- a/blockchains/ethereum/assets/0x094c875704c14783049DDF8136E298B3a099c446/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Promotion Token @ https://kyber.network/swap",
- "symbol": "PT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x094c875704c14783049DDF8136E298B3a099c446",
- "status": "abandoned",
- "id": "0x094c875704c14783049DDF8136E298B3a099c446"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x094c875704c14783049DDF8136E298B3a099c446/logo.png b/blockchains/ethereum/assets/0x094c875704c14783049DDF8136E298B3a099c446/logo.png
deleted file mode 100644
index 7c66959665818..0000000000000
Binary files a/blockchains/ethereum/assets/0x094c875704c14783049DDF8136E298B3a099c446/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0954906da0Bf32d5479e25f46056d22f08464cab/info.json b/blockchains/ethereum/assets/0x0954906da0Bf32d5479e25f46056d22f08464cab/info.json
deleted file mode 100644
index c2ce255b426b9..0000000000000
--- a/blockchains/ethereum/assets/0x0954906da0Bf32d5479e25f46056d22f08464cab/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Index",
- "website": "https://indexcoop.com/",
- "description": "A token governing the global community creating and maintaining the best crypto index products",
- "explorer": "https://etherscan.io/token/0x0954906da0Bf32d5479e25f46056d22f08464cab",
- "research": "https://www.indexcoop.com/",
- "type": "ERC20",
- "symbol": "INDEX",
- "decimals": 18,
- "status": "active",
- "id": "0x0954906da0Bf32d5479e25f46056d22f08464cab"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0954906da0Bf32d5479e25f46056d22f08464cab/logo.png b/blockchains/ethereum/assets/0x0954906da0Bf32d5479e25f46056d22f08464cab/logo.png
deleted file mode 100644
index ac3aed7265d8b..0000000000000
Binary files a/blockchains/ethereum/assets/0x0954906da0Bf32d5479e25f46056d22f08464cab/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x09617F6fD6cF8A71278ec86e23bBab29C04353a7/info.json b/blockchains/ethereum/assets/0x09617F6fD6cF8A71278ec86e23bBab29C04353a7/info.json
deleted file mode 100644
index 49d5e1b71d72f..0000000000000
--- a/blockchains/ethereum/assets/0x09617F6fD6cF8A71278ec86e23bBab29C04353a7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Unblocked Ledger Token",
- "symbol": "ULT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://shardus.com/",
- "explorer": "https://etherscan.io/token/0x09617F6fD6cF8A71278ec86e23bBab29C04353a7",
- "status": "abandoned",
- "id": "0x09617F6fD6cF8A71278ec86e23bBab29C04353a7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x09617F6fD6cF8A71278ec86e23bBab29C04353a7/logo.png b/blockchains/ethereum/assets/0x09617F6fD6cF8A71278ec86e23bBab29C04353a7/logo.png
deleted file mode 100644
index a04a7a9e49cab..0000000000000
Binary files a/blockchains/ethereum/assets/0x09617F6fD6cF8A71278ec86e23bBab29C04353a7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x098d3e95655609A5469DcdFB6EA1335bc609f310/info.json b/blockchains/ethereum/assets/0x098d3e95655609A5469DcdFB6EA1335bc609f310/info.json
deleted file mode 100644
index 40bd85021c44c..0000000000000
--- a/blockchains/ethereum/assets/0x098d3e95655609A5469DcdFB6EA1335bc609f310/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-16/30M46",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x098d3e95655609A5469DcdFB6EA1335bc609f310",
- "status": "abandoned",
- "id": "0x098d3e95655609A5469DcdFB6EA1335bc609f310"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x098d3e95655609A5469DcdFB6EA1335bc609f310/logo.png b/blockchains/ethereum/assets/0x098d3e95655609A5469DcdFB6EA1335bc609f310/logo.png
deleted file mode 100644
index 7fb50cbc36032..0000000000000
Binary files a/blockchains/ethereum/assets/0x098d3e95655609A5469DcdFB6EA1335bc609f310/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x09970aec766b6f3223aCA9111555E99DC50Ff13a/info.json b/blockchains/ethereum/assets/0x09970aec766b6f3223aCA9111555E99DC50Ff13a/info.json
deleted file mode 100644
index 9157fac24ca05..0000000000000
--- a/blockchains/ethereum/assets/0x09970aec766b6f3223aCA9111555E99DC50Ff13a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Levolution.io Token",
- "symbol": "LEVL",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Levolution platform aims to help entrepreneurs leverage the value of token offerings, by allowing them to build, develop, market, launch and optimize their project on a single platform.",
- "website": "https://ito.levolution.io",
- "explorer": "https://etherscan.io/token/0x09970aec766b6f3223aCA9111555E99DC50Ff13a",
- "status": "active",
- "id": "0x09970aec766b6f3223aCA9111555E99DC50Ff13a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x09970aec766b6f3223aCA9111555E99DC50Ff13a/logo.png b/blockchains/ethereum/assets/0x09970aec766b6f3223aCA9111555E99DC50Ff13a/logo.png
deleted file mode 100644
index 39bf9bd3e984f..0000000000000
Binary files a/blockchains/ethereum/assets/0x09970aec766b6f3223aCA9111555E99DC50Ff13a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x09B0Db1E4E15233D1Eb6995A851780aF36548eB8/info.json b/blockchains/ethereum/assets/0x09B0Db1E4E15233D1Eb6995A851780aF36548eB8/info.json
deleted file mode 100644
index 6b02fb2f7ebab..0000000000000
--- a/blockchains/ethereum/assets/0x09B0Db1E4E15233D1Eb6995A851780aF36548eB8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EtherDiamond",
- "symbol": "ETD",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x09B0Db1E4E15233D1Eb6995A851780aF36548eB8",
- "status": "abandoned",
- "id": "0x09B0Db1E4E15233D1Eb6995A851780aF36548eB8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x09B0Db1E4E15233D1Eb6995A851780aF36548eB8/logo.png b/blockchains/ethereum/assets/0x09B0Db1E4E15233D1Eb6995A851780aF36548eB8/logo.png
deleted file mode 100644
index 6827fae81a1f4..0000000000000
Binary files a/blockchains/ethereum/assets/0x09B0Db1E4E15233D1Eb6995A851780aF36548eB8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x09Ccd2DA5dCDd0510268d4979e792381337138b8/info.json b/blockchains/ethereum/assets/0x09Ccd2DA5dCDd0510268d4979e792381337138b8/info.json
deleted file mode 100644
index 8bb63c8faf511..0000000000000
--- a/blockchains/ethereum/assets/0x09Ccd2DA5dCDd0510268d4979e792381337138b8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bodhi Token",
- "symbol": "NBOT",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Bodhi project, decentralized prediction market.",
- "website": "https://www.nakachain.org/",
- "explorer": "https://etherscan.io/token/0x09Ccd2DA5dCDd0510268d4979e792381337138b8",
- "status": "active",
- "id": "0x09Ccd2DA5dCDd0510268d4979e792381337138b8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x09Ccd2DA5dCDd0510268d4979e792381337138b8/logo.png b/blockchains/ethereum/assets/0x09Ccd2DA5dCDd0510268d4979e792381337138b8/logo.png
deleted file mode 100644
index a7fc36f918af1..0000000000000
Binary files a/blockchains/ethereum/assets/0x09Ccd2DA5dCDd0510268d4979e792381337138b8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x09EC3Fc396a66dA586b5e84e3fB1d6c5ee5F4077/info.json b/blockchains/ethereum/assets/0x09EC3Fc396a66dA586b5e84e3fB1d6c5ee5F4077/info.json
deleted file mode 100644
index 46efefff87c96..0000000000000
--- a/blockchains/ethereum/assets/0x09EC3Fc396a66dA586b5e84e3fB1d6c5ee5F4077/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VIPNOW-VNP",
- "symbol": "VNP",
- "type": "ERC20",
- "decimals": 1,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x09EC3Fc396a66dA586b5e84e3fB1d6c5ee5F4077",
- "status": "abandoned",
- "id": "0x09EC3Fc396a66dA586b5e84e3fB1d6c5ee5F4077"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x09EC3Fc396a66dA586b5e84e3fB1d6c5ee5F4077/logo.png b/blockchains/ethereum/assets/0x09EC3Fc396a66dA586b5e84e3fB1d6c5ee5F4077/logo.png
deleted file mode 100644
index f3fbbd00fb1d0..0000000000000
Binary files a/blockchains/ethereum/assets/0x09EC3Fc396a66dA586b5e84e3fB1d6c5ee5F4077/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x09a3EcAFa817268f77BE1283176B946C4ff2E608/info.json b/blockchains/ethereum/assets/0x09a3EcAFa817268f77BE1283176B946C4ff2E608/info.json
deleted file mode 100644
index d080e0781ca83..0000000000000
--- a/blockchains/ethereum/assets/0x09a3EcAFa817268f77BE1283176B946C4ff2E608/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Mirror Protocol",
- "website": "https://mirror.finance",
- "description": "Goverance token of Mirror Protocol.",
- "explorer": "https://etherscan.io/token/0x09a3EcAFa817268f77BE1283176B946C4ff2E608",
- "type": "ERC20",
- "symbol": "MIR",
- "decimals": 18,
- "status": "active",
- "id": "0x09a3EcAFa817268f77BE1283176B946C4ff2E608",
- "tags": [
- "wrapped"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MirrorProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mirror_protocol"
- },
- {
- "name": "discord",
- "url": "https://discord.com/MirrorProtocol"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@mirror-protocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x09a3EcAFa817268f77BE1283176B946C4ff2E608/logo.png b/blockchains/ethereum/assets/0x09a3EcAFa817268f77BE1283176B946C4ff2E608/logo.png
deleted file mode 100644
index 2d99be6ab5794..0000000000000
Binary files a/blockchains/ethereum/assets/0x09a3EcAFa817268f77BE1283176B946C4ff2E608/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x09a8501E22Da800cb7a482fc5E2Bf32c90a55995/info.json b/blockchains/ethereum/assets/0x09a8501E22Da800cb7a482fc5E2Bf32c90a55995/info.json
deleted file mode 100644
index 36fa526f70c5d..0000000000000
--- a/blockchains/ethereum/assets/0x09a8501E22Da800cb7a482fc5E2Bf32c90a55995/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Folexcoin",
- "symbol": "FLX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x09a8501E22Da800cb7a482fc5E2Bf32c90a55995",
- "status": "abandoned",
- "id": "0x09a8501E22Da800cb7a482fc5E2Bf32c90a55995"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x09a8501E22Da800cb7a482fc5E2Bf32c90a55995/logo.png b/blockchains/ethereum/assets/0x09a8501E22Da800cb7a482fc5E2Bf32c90a55995/logo.png
deleted file mode 100644
index e2aa8365dd3eb..0000000000000
Binary files a/blockchains/ethereum/assets/0x09a8501E22Da800cb7a482fc5E2Bf32c90a55995/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x09a9122e02d7b9871eAA15a0C168DA624132D3EF/info.json b/blockchains/ethereum/assets/0x09a9122e02d7b9871eAA15a0C168DA624132D3EF/info.json
deleted file mode 100644
index 1a8c1c09d8ac0..0000000000000
--- a/blockchains/ethereum/assets/0x09a9122e02d7b9871eAA15a0C168DA624132D3EF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BUSINESS TICKER COIN",
- "symbol": "BSTC",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x09a9122e02d7b9871eAA15a0C168DA624132D3EF",
- "status": "abandoned",
- "id": "0x09a9122e02d7b9871eAA15a0C168DA624132D3EF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x09a9122e02d7b9871eAA15a0C168DA624132D3EF/logo.png b/blockchains/ethereum/assets/0x09a9122e02d7b9871eAA15a0C168DA624132D3EF/logo.png
deleted file mode 100644
index 795225880d01e..0000000000000
Binary files a/blockchains/ethereum/assets/0x09a9122e02d7b9871eAA15a0C168DA624132D3EF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x09aeA324E0f9EEbEd4C593aBe891D98F02a5cBDE/info.json b/blockchains/ethereum/assets/0x09aeA324E0f9EEbEd4C593aBe891D98F02a5cBDE/info.json
deleted file mode 100644
index 8c47491394e19..0000000000000
--- a/blockchains/ethereum/assets/0x09aeA324E0f9EEbEd4C593aBe891D98F02a5cBDE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 337-CN49",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x09aeA324E0f9EEbEd4C593aBe891D98F02a5cBDE",
- "status": "abandoned",
- "id": "0x09aeA324E0f9EEbEd4C593aBe891D98F02a5cBDE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x09aeA324E0f9EEbEd4C593aBe891D98F02a5cBDE/logo.png b/blockchains/ethereum/assets/0x09aeA324E0f9EEbEd4C593aBe891D98F02a5cBDE/logo.png
deleted file mode 100644
index c893efdffda27..0000000000000
Binary files a/blockchains/ethereum/assets/0x09aeA324E0f9EEbEd4C593aBe891D98F02a5cBDE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x09cabEC1eAd1c0Ba254B09efb3EE13841712bE14/info.json b/blockchains/ethereum/assets/0x09cabEC1eAd1c0Ba254B09efb3EE13841712bE14/info.json
deleted file mode 100644
index 282cc23744d0b..0000000000000
--- a/blockchains/ethereum/assets/0x09cabEC1eAd1c0Ba254B09efb3EE13841712bE14/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Uniswap V1",
- "symbol": "UNI-V1",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x09cabEC1eAd1c0Ba254B09efb3EE13841712bE14",
- "status": "abandoned",
- "id": "0x09cabEC1eAd1c0Ba254B09efb3EE13841712bE14"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x09cabEC1eAd1c0Ba254B09efb3EE13841712bE14/logo.png b/blockchains/ethereum/assets/0x09cabEC1eAd1c0Ba254B09efb3EE13841712bE14/logo.png
deleted file mode 100644
index 5bf3b623ce235..0000000000000
Binary files a/blockchains/ethereum/assets/0x09cabEC1eAd1c0Ba254B09efb3EE13841712bE14/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x09e64c2B61a5f1690Ee6fbeD9baf5D6990F8dFd0/info.json b/blockchains/ethereum/assets/0x09e64c2B61a5f1690Ee6fbeD9baf5D6990F8dFd0/info.json
deleted file mode 100644
index 2bd64a9c3b486..0000000000000
--- a/blockchains/ethereum/assets/0x09e64c2B61a5f1690Ee6fbeD9baf5D6990F8dFd0/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "Growth DeFi",
- "ticker": "GRO",
- "website": "https://growthdefi.com/",
- "description": "GROWTH's purpose is creating an ecosystem where both GRO holders and gToken holders can benefit from the positive effects of compounded interest, high liquidity and a share of arbitragers profit without suffering from impermanent loss.",
- "explorer": "https://etherscan.io/token/0x09e64c2B61a5f1690Ee6fbeD9baf5D6990F8dFd0",
- "type": "ERC20",
- "symbol": "GRO",
- "decimals": 18,
- "status": "active",
- "id": "0x09e64c2B61a5f1690Ee6fbeD9baf5D6990F8dFd0",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://growthdefi.com/pdf/GROWTH_DeFi_V1.0.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x09e64c2B61a5f1690Ee6fbeD9baf5D6990F8dFd0/logo.png b/blockchains/ethereum/assets/0x09e64c2B61a5f1690Ee6fbeD9baf5D6990F8dFd0/logo.png
deleted file mode 100644
index b2789c13a7c74..0000000000000
Binary files a/blockchains/ethereum/assets/0x09e64c2B61a5f1690Ee6fbeD9baf5D6990F8dFd0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x09fE5f0236F0Ea5D930197DCE254d77B04128075/info.json b/blockchains/ethereum/assets/0x09fE5f0236F0Ea5D930197DCE254d77B04128075/info.json
deleted file mode 100644
index 7710fc878de20..0000000000000
--- a/blockchains/ethereum/assets/0x09fE5f0236F0Ea5D930197DCE254d77B04128075/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Wrapped CryptoKitties",
- "symbol": "WCK",
- "type": "ERC20",
- "decimals": 18,
- "description": "ERC20 tokens, each backed 1:1 by an ERC721 CryptoKitty.",
- "website": "https://wrappedkitties.com/",
- "explorer": "https://etherscan.io/token/0x09fE5f0236F0Ea5D930197DCE254d77B04128075",
- "status": "active",
- "id": "0x09fE5f0236F0Ea5D930197DCE254d77B04128075",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x09fE5f0236F0Ea5D930197DCE254d77B04128075/logo.png b/blockchains/ethereum/assets/0x09fE5f0236F0Ea5D930197DCE254d77B04128075/logo.png
deleted file mode 100644
index a92e79ffabc1c..0000000000000
Binary files a/blockchains/ethereum/assets/0x09fE5f0236F0Ea5D930197DCE254d77B04128075/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0A07525aa264a3e14CDbDd839B1eDa02A34e2778/info.json b/blockchains/ethereum/assets/0x0A07525aa264a3e14CDbDd839B1eDa02A34e2778/info.json
deleted file mode 100644
index 0b2899da564d9..0000000000000
--- a/blockchains/ethereum/assets/0x0A07525aa264a3e14CDbDd839B1eDa02A34e2778/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OFW",
- "symbol": "OFW",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0A07525aa264a3e14CDbDd839B1eDa02A34e2778",
- "status": "abandoned",
- "id": "0x0A07525aa264a3e14CDbDd839B1eDa02A34e2778"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0A07525aa264a3e14CDbDd839B1eDa02A34e2778/logo.png b/blockchains/ethereum/assets/0x0A07525aa264a3e14CDbDd839B1eDa02A34e2778/logo.png
deleted file mode 100755
index b1dd170191dbd..0000000000000
Binary files a/blockchains/ethereum/assets/0x0A07525aa264a3e14CDbDd839B1eDa02A34e2778/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0A13c213d5148Ccae7517C5d0eCfBAa18199E739/info.json b/blockchains/ethereum/assets/0x0A13c213d5148Ccae7517C5d0eCfBAa18199E739/info.json
deleted file mode 100644
index 3fa5c17502ec7..0000000000000
--- a/blockchains/ethereum/assets/0x0A13c213d5148Ccae7517C5d0eCfBAa18199E739/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Global Super Game",
- "symbol": "GSG",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0A13c213d5148Ccae7517C5d0eCfBAa18199E739",
- "status": "abandoned",
- "id": "0x0A13c213d5148Ccae7517C5d0eCfBAa18199E739"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0A13c213d5148Ccae7517C5d0eCfBAa18199E739/logo.png b/blockchains/ethereum/assets/0x0A13c213d5148Ccae7517C5d0eCfBAa18199E739/logo.png
deleted file mode 100644
index fae158e694227..0000000000000
Binary files a/blockchains/ethereum/assets/0x0A13c213d5148Ccae7517C5d0eCfBAa18199E739/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0A3F9678d6b631386c2DD3DE8809b48b0D1BbD56/info.json b/blockchains/ethereum/assets/0x0A3F9678d6b631386c2DD3DE8809b48b0D1BbD56/info.json
deleted file mode 100644
index 8c34b8db18e2d..0000000000000
--- a/blockchains/ethereum/assets/0x0A3F9678d6b631386c2DD3DE8809b48b0D1BbD56/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LIKER",
- "symbol": "LK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0A3F9678d6b631386c2DD3DE8809b48b0D1BbD56",
- "status": "abandoned",
- "id": "0x0A3F9678d6b631386c2DD3DE8809b48b0D1BbD56"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0A3F9678d6b631386c2DD3DE8809b48b0D1BbD56/logo.png b/blockchains/ethereum/assets/0x0A3F9678d6b631386c2DD3DE8809b48b0D1BbD56/logo.png
deleted file mode 100644
index a58ced8b04181..0000000000000
Binary files a/blockchains/ethereum/assets/0x0A3F9678d6b631386c2DD3DE8809b48b0D1BbD56/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0A4218FAd9113e134190D77Bff8C2F68B93F593b/info.json b/blockchains/ethereum/assets/0x0A4218FAd9113e134190D77Bff8C2F68B93F593b/info.json
deleted file mode 100644
index df9d460702b28..0000000000000
--- a/blockchains/ethereum/assets/0x0A4218FAd9113e134190D77Bff8C2F68B93F593b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PVP",
- "symbol": "PVP",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0A4218FAd9113e134190D77Bff8C2F68B93F593b",
- "status": "abandoned",
- "id": "0x0A4218FAd9113e134190D77Bff8C2F68B93F593b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0A4218FAd9113e134190D77Bff8C2F68B93F593b/logo.png b/blockchains/ethereum/assets/0x0A4218FAd9113e134190D77Bff8C2F68B93F593b/logo.png
deleted file mode 100644
index 3feebad110603..0000000000000
Binary files a/blockchains/ethereum/assets/0x0A4218FAd9113e134190D77Bff8C2F68B93F593b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0A76aad21948eA1ef447D26DEe91a54370E151e0/info.json b/blockchains/ethereum/assets/0x0A76aad21948eA1ef447D26DEe91a54370E151e0/info.json
deleted file mode 100644
index 7d120b3166d1b..0000000000000
--- a/blockchains/ethereum/assets/0x0A76aad21948eA1ef447D26DEe91a54370E151e0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethereum Lite",
- "symbol": "ELITE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.ethereumlite.org/",
- "explorer": "https://etherscan.io/token/0x0A76aad21948eA1ef447D26DEe91a54370E151e0",
- "status": "abandoned",
- "id": "0x0A76aad21948eA1ef447D26DEe91a54370E151e0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0A76aad21948eA1ef447D26DEe91a54370E151e0/logo.png b/blockchains/ethereum/assets/0x0A76aad21948eA1ef447D26DEe91a54370E151e0/logo.png
deleted file mode 100644
index cecfa12eaddde..0000000000000
Binary files a/blockchains/ethereum/assets/0x0A76aad21948eA1ef447D26DEe91a54370E151e0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0A8179EE50aF96DAd14ab52Ef80320a5967c93a0/info.json b/blockchains/ethereum/assets/0x0A8179EE50aF96DAd14ab52Ef80320a5967c93a0/info.json
deleted file mode 100644
index 6a4a2b6b4807c..0000000000000
--- a/blockchains/ethereum/assets/0x0A8179EE50aF96DAd14ab52Ef80320a5967c93a0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-9/30M69",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0A8179EE50aF96DAd14ab52Ef80320a5967c93a0",
- "status": "abandoned",
- "id": "0x0A8179EE50aF96DAd14ab52Ef80320a5967c93a0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0A8179EE50aF96DAd14ab52Ef80320a5967c93a0/logo.png b/blockchains/ethereum/assets/0x0A8179EE50aF96DAd14ab52Ef80320a5967c93a0/logo.png
deleted file mode 100644
index 7d6da39c19c60..0000000000000
Binary files a/blockchains/ethereum/assets/0x0A8179EE50aF96DAd14ab52Ef80320a5967c93a0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0A913beaD80F321E7Ac35285Ee10d9d922659cB7/info.json b/blockchains/ethereum/assets/0x0A913beaD80F321E7Ac35285Ee10d9d922659cB7/info.json
deleted file mode 100644
index 5e08b65a909ac..0000000000000
--- a/blockchains/ethereum/assets/0x0A913beaD80F321E7Ac35285Ee10d9d922659cB7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DOS Network Token",
- "symbol": "DOS",
- "type": "ERC20",
- "decimals": 18,
- "description": "DOS Network Token (DOS) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://dos.network",
- "explorer": "https://etherscan.io/token/0x0A913beaD80F321E7Ac35285Ee10d9d922659cB7",
- "status": "active",
- "id": "0x0A913beaD80F321E7Ac35285Ee10d9d922659cB7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0A913beaD80F321E7Ac35285Ee10d9d922659cB7/logo.png b/blockchains/ethereum/assets/0x0A913beaD80F321E7Ac35285Ee10d9d922659cB7/logo.png
deleted file mode 100644
index 82a97b124f0e9..0000000000000
Binary files a/blockchains/ethereum/assets/0x0A913beaD80F321E7Ac35285Ee10d9d922659cB7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0A98273B00d699Bfc0bc445EC8CDF17653A98c1C/info.json b/blockchains/ethereum/assets/0x0A98273B00d699Bfc0bc445EC8CDF17653A98c1C/info.json
deleted file mode 100644
index cc221735301b9..0000000000000
--- a/blockchains/ethereum/assets/0x0A98273B00d699Bfc0bc445EC8CDF17653A98c1C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SLW WIND TOKEN",
- "symbol": "SLW",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0A98273B00d699Bfc0bc445EC8CDF17653A98c1C",
- "status": "abandoned",
- "id": "0x0A98273B00d699Bfc0bc445EC8CDF17653A98c1C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0A98273B00d699Bfc0bc445EC8CDF17653A98c1C/logo.png b/blockchains/ethereum/assets/0x0A98273B00d699Bfc0bc445EC8CDF17653A98c1C/logo.png
deleted file mode 100644
index 673aa439ae886..0000000000000
Binary files a/blockchains/ethereum/assets/0x0A98273B00d699Bfc0bc445EC8CDF17653A98c1C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0ABeFb7611Cb3A01EA3FaD85f33C3C934F8e2cF4/info.json b/blockchains/ethereum/assets/0x0ABeFb7611Cb3A01EA3FaD85f33C3C934F8e2cF4/info.json
deleted file mode 100644
index b78342d04789c..0000000000000
--- a/blockchains/ethereum/assets/0x0ABeFb7611Cb3A01EA3FaD85f33C3C934F8e2cF4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FARAD",
- "symbol": "FRD",
- "type": "ERC20",
- "decimals": 18,
- "description": "Farad Cryptoken is the first of it's kind among the cryptocurrencies that exist in the market. The main difference of Farad Cryptoken is that, it is backed by real economic activity which is the production of Ultra-capacitors within actual factory settings.",
- "website": "https://farad.energy/",
- "explorer": "https://etherscan.io/token/0x0ABeFb7611Cb3A01EA3FaD85f33C3C934F8e2cF4",
- "status": "active",
- "id": "0x0ABeFb7611Cb3A01EA3FaD85f33C3C934F8e2cF4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0ABeFb7611Cb3A01EA3FaD85f33C3C934F8e2cF4/logo.png b/blockchains/ethereum/assets/0x0ABeFb7611Cb3A01EA3FaD85f33C3C934F8e2cF4/logo.png
deleted file mode 100644
index cc5ea31a5b737..0000000000000
Binary files a/blockchains/ethereum/assets/0x0ABeFb7611Cb3A01EA3FaD85f33C3C934F8e2cF4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0AF44e2784637218dD1D32A322D44e603A8f0c6A/info.json b/blockchains/ethereum/assets/0x0AF44e2784637218dD1D32A322D44e603A8f0c6A/info.json
deleted file mode 100644
index 80d34726cb4d7..0000000000000
--- a/blockchains/ethereum/assets/0x0AF44e2784637218dD1D32A322D44e603A8f0c6A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MatryxToken",
- "symbol": "MTX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://matryx.ai",
- "explorer": "https://etherscan.io/token/0x0AF44e2784637218dD1D32A322D44e603A8f0c6A",
- "status": "active",
- "id": "0x0AF44e2784637218dD1D32A322D44e603A8f0c6A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0AF44e2784637218dD1D32A322D44e603A8f0c6A/logo.png b/blockchains/ethereum/assets/0x0AF44e2784637218dD1D32A322D44e603A8f0c6A/logo.png
deleted file mode 100644
index 9b89da38852a0..0000000000000
Binary files a/blockchains/ethereum/assets/0x0AF44e2784637218dD1D32A322D44e603A8f0c6A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0AF55d5fF28A3269d69B98680Fd034f115dd53Ac/info.json b/blockchains/ethereum/assets/0x0AF55d5fF28A3269d69B98680Fd034f115dd53Ac/info.json
deleted file mode 100644
index ee114107ae9a8..0000000000000
--- a/blockchains/ethereum/assets/0x0AF55d5fF28A3269d69B98680Fd034f115dd53Ac/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "BankSocial",
- "website": "https://www.banksocial.io",
- "description": "BankSocial is your gateway to a full range of banking services using blockchain technology available globally.",
- "explorer": "https://etherscan.io/token/0x0AF55d5fF28A3269d69B98680Fd034f115dd53Ac",
- "type": "ERC20",
- "symbol": "BSL",
- "decimals": 8,
- "status": "active",
- "id": "0x0AF55d5fF28A3269d69B98680Fd034f115dd53Ac",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/banksocialio"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/banksocial/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0AF55d5fF28A3269d69B98680Fd034f115dd53Ac/logo.png b/blockchains/ethereum/assets/0x0AF55d5fF28A3269d69B98680Fd034f115dd53Ac/logo.png
deleted file mode 100644
index dacddef594ee0..0000000000000
Binary files a/blockchains/ethereum/assets/0x0AF55d5fF28A3269d69B98680Fd034f115dd53Ac/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0AaCfbeC6a24756c20D41914F2caba817C0d8521/info.json b/blockchains/ethereum/assets/0x0AaCfbeC6a24756c20D41914F2caba817C0d8521/info.json
deleted file mode 100644
index 6b42e8f8aee0e..0000000000000
--- a/blockchains/ethereum/assets/0x0AaCfbeC6a24756c20D41914F2caba817C0d8521/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "YAM",
- "website": "https://yam.finance/",
- "description": "YAM is a decentralized cryptocurrency",
- "explorer": "https://etherscan.io/token/0x0AaCfbeC6a24756c20D41914F2caba817C0d8521",
- "type": "ERC20",
- "symbol": "YAM",
- "decimals": 18,
- "status": "active",
- "id": "0x0AaCfbeC6a24756c20D41914F2caba817C0d8521",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/yam-finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0AaCfbeC6a24756c20D41914F2caba817C0d8521/logo.png b/blockchains/ethereum/assets/0x0AaCfbeC6a24756c20D41914F2caba817C0d8521/logo.png
deleted file mode 100644
index 4074ce4713873..0000000000000
Binary files a/blockchains/ethereum/assets/0x0AaCfbeC6a24756c20D41914F2caba817C0d8521/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0AbdAce70D3790235af448C88547603b945604ea/info.json b/blockchains/ethereum/assets/0x0AbdAce70D3790235af448C88547603b945604ea/info.json
deleted file mode 100644
index fbf07b9f1c1c2..0000000000000
--- a/blockchains/ethereum/assets/0x0AbdAce70D3790235af448C88547603b945604ea/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "district0x Network Token",
- "symbol": "DNT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Billed as a network of decentralized markets and communities",
- "website": "https://district0x.io/",
- "explorer": "https://etherscan.io/token/0x0AbdAce70D3790235af448C88547603b945604ea",
- "status": "active",
- "id": "0x0AbdAce70D3790235af448C88547603b945604ea"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0AbdAce70D3790235af448C88547603b945604ea/logo.png b/blockchains/ethereum/assets/0x0AbdAce70D3790235af448C88547603b945604ea/logo.png
deleted file mode 100755
index 635ac7aa13cd3..0000000000000
Binary files a/blockchains/ethereum/assets/0x0AbdAce70D3790235af448C88547603b945604ea/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0Acb3Ff3963d426dd5F8E6AAD5301C0D1871ee59/info.json b/blockchains/ethereum/assets/0x0Acb3Ff3963d426dd5F8E6AAD5301C0D1871ee59/info.json
deleted file mode 100644
index 3672cac916f5a..0000000000000
--- a/blockchains/ethereum/assets/0x0Acb3Ff3963d426dd5F8E6AAD5301C0D1871ee59/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Talent",
- "symbol": "TLT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0Acb3Ff3963d426dd5F8E6AAD5301C0D1871ee59",
- "status": "abandoned",
- "id": "0x0Acb3Ff3963d426dd5F8E6AAD5301C0D1871ee59"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0Acb3Ff3963d426dd5F8E6AAD5301C0D1871ee59/logo.png b/blockchains/ethereum/assets/0x0Acb3Ff3963d426dd5F8E6AAD5301C0D1871ee59/logo.png
deleted file mode 100644
index 59efa163d579f..0000000000000
Binary files a/blockchains/ethereum/assets/0x0Acb3Ff3963d426dd5F8E6AAD5301C0D1871ee59/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0Ae055097C6d159879521C384F1D2123D1f195e6/info.json b/blockchains/ethereum/assets/0x0Ae055097C6d159879521C384F1D2123D1f195e6/info.json
deleted file mode 100644
index 54f46ecde72c0..0000000000000
--- a/blockchains/ethereum/assets/0x0Ae055097C6d159879521C384F1D2123D1f195e6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "xDai",
- "website": "http://xdaichain.com",
- "description": "POA Network has launched the first-ever blockchain where the native currency of the chain is USD-stable.",
- "explorer": "https://etherscan.io/token/0x0Ae055097C6d159879521C384F1D2123D1f195e6",
- "type": "ERC20",
- "symbol": "STAKE",
- "decimals": 18,
- "status": "active",
- "id": "0x0Ae055097C6d159879521C384F1D2123D1f195e6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0Ae055097C6d159879521C384F1D2123D1f195e6/logo.png b/blockchains/ethereum/assets/0x0Ae055097C6d159879521C384F1D2123D1f195e6/logo.png
deleted file mode 100644
index 66a1db57e1304..0000000000000
Binary files a/blockchains/ethereum/assets/0x0Ae055097C6d159879521C384F1D2123D1f195e6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0AeE8703D34DD9aE107386d3eFF22AE75Dd616D1/info.json b/blockchains/ethereum/assets/0x0AeE8703D34DD9aE107386d3eFF22AE75Dd616D1/info.json
deleted file mode 100644
index 8195d24a755bc..0000000000000
--- a/blockchains/ethereum/assets/0x0AeE8703D34DD9aE107386d3eFF22AE75Dd616D1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tranche Finance",
- "symbol": "SLICE",
- "type": "ERC20",
- "decimals": 18,
- "description": "Tranche is a decentralized protocol for managing risk. The protocol integrates with any interest accrual token, such as Compound's cTokens and AAVE's aTokens, to create two new interest bearing instruments, one with a fixed-rate, Tranche A, and one with a variable rate, Tranche B. The protocol is currently integrated with Compound and charges fees in Dai and ETH. Accrued fees are exchanged for SLICE tokens through UniSwap pools.",
- "website": "https://tranche.finance",
- "explorer": "https://etherscan.io/token/0x0AeE8703D34DD9aE107386d3eFF22AE75Dd616D1",
- "status": "active",
- "id": "0x0AeE8703D34DD9aE107386d3eFF22AE75Dd616D1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0AeE8703D34DD9aE107386d3eFF22AE75Dd616D1/logo.png b/blockchains/ethereum/assets/0x0AeE8703D34DD9aE107386d3eFF22AE75Dd616D1/logo.png
deleted file mode 100644
index 3ec52edb9526f..0000000000000
Binary files a/blockchains/ethereum/assets/0x0AeE8703D34DD9aE107386d3eFF22AE75Dd616D1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0AfFa06e7Fbe5bC9a764C979aA66E8256A631f02/info.json b/blockchains/ethereum/assets/0x0AfFa06e7Fbe5bC9a764C979aA66E8256A631f02/info.json
deleted file mode 100644
index a9a58f10069a5..0000000000000
--- a/blockchains/ethereum/assets/0x0AfFa06e7Fbe5bC9a764C979aA66E8256A631f02/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Polybius Token",
- "symbol": "PLBT",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://polybius.io/",
- "explorer": "https://etherscan.io/token/0x0AfFa06e7Fbe5bC9a764C979aA66E8256A631f02",
- "status": "abandoned",
- "id": "0x0AfFa06e7Fbe5bC9a764C979aA66E8256A631f02"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0AfFa06e7Fbe5bC9a764C979aA66E8256A631f02/logo.png b/blockchains/ethereum/assets/0x0AfFa06e7Fbe5bC9a764C979aA66E8256A631f02/logo.png
deleted file mode 100644
index f960a3f98c6ef..0000000000000
Binary files a/blockchains/ethereum/assets/0x0AfFa06e7Fbe5bC9a764C979aA66E8256A631f02/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0B0a57287BC86eb066f677825BBa5da69Df446d2/info.json b/blockchains/ethereum/assets/0x0B0a57287BC86eb066f677825BBa5da69Df446d2/info.json
deleted file mode 100644
index c463a66433432..0000000000000
--- a/blockchains/ethereum/assets/0x0B0a57287BC86eb066f677825BBa5da69Df446d2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitnetcoin",
- "symbol": "BNC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0B0a57287BC86eb066f677825BBa5da69Df446d2",
- "status": "abandoned",
- "id": "0x0B0a57287BC86eb066f677825BBa5da69Df446d2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0B0a57287BC86eb066f677825BBa5da69Df446d2/logo.png b/blockchains/ethereum/assets/0x0B0a57287BC86eb066f677825BBa5da69Df446d2/logo.png
deleted file mode 100644
index c8d2467e1da07..0000000000000
Binary files a/blockchains/ethereum/assets/0x0B0a57287BC86eb066f677825BBa5da69Df446d2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0B2623a0e1dE4C3640A25bDE55a138FC40158195/info.json b/blockchains/ethereum/assets/0x0B2623a0e1dE4C3640A25bDE55a138FC40158195/info.json
deleted file mode 100644
index e170d8003123c..0000000000000
--- a/blockchains/ethereum/assets/0x0B2623a0e1dE4C3640A25bDE55a138FC40158195/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bearhugs",
- "symbol": "TREATS",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0B2623a0e1dE4C3640A25bDE55a138FC40158195",
- "status": "abandoned",
- "id": "0x0B2623a0e1dE4C3640A25bDE55a138FC40158195"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0B2623a0e1dE4C3640A25bDE55a138FC40158195/logo.png b/blockchains/ethereum/assets/0x0B2623a0e1dE4C3640A25bDE55a138FC40158195/logo.png
deleted file mode 100644
index 2e37fc939255f..0000000000000
Binary files a/blockchains/ethereum/assets/0x0B2623a0e1dE4C3640A25bDE55a138FC40158195/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0B3c1a38DBB699758E4B771B8C349a858dd0f061/info.json b/blockchains/ethereum/assets/0x0B3c1a38DBB699758E4B771B8C349a858dd0f061/info.json
deleted file mode 100644
index 9f5c98b56815a..0000000000000
--- a/blockchains/ethereum/assets/0x0B3c1a38DBB699758E4B771B8C349a858dd0f061/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gold",
- "symbol": "CSC-GO",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0B3c1a38DBB699758E4B771B8C349a858dd0f061",
- "status": "abandoned",
- "id": "0x0B3c1a38DBB699758E4B771B8C349a858dd0f061"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0B3c1a38DBB699758E4B771B8C349a858dd0f061/logo.png b/blockchains/ethereum/assets/0x0B3c1a38DBB699758E4B771B8C349a858dd0f061/logo.png
deleted file mode 100755
index d60349bbcb5a8..0000000000000
Binary files a/blockchains/ethereum/assets/0x0B3c1a38DBB699758E4B771B8C349a858dd0f061/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0B498ff89709d3838a063f1dFA463091F9801c2b/info.json b/blockchains/ethereum/assets/0x0B498ff89709d3838a063f1dFA463091F9801c2b/info.json
deleted file mode 100644
index 7bc2f571132de..0000000000000
--- a/blockchains/ethereum/assets/0x0B498ff89709d3838a063f1dFA463091F9801c2b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoin 2x Flexible Leverage Index",
- "type": "ERC20",
- "symbol": "BTC2x-FLI",
- "decimals": 18,
- "website": "https://www.indexcoop.com/",
- "description": "The Bitcoin 2x Flexible Leverage Index lets you leverage a collateralized debt position in a safe and efficient way, by abstracting its management into a simple index.",
- "explorer": "https://etherscan.io/token/0x0b498ff89709d3838a063f1dfa463091f9801c2b",
- "status": "active",
- "id": "0x0B498ff89709d3838a063f1dFA463091F9801c2b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0B498ff89709d3838a063f1dFA463091F9801c2b/logo.png b/blockchains/ethereum/assets/0x0B498ff89709d3838a063f1dFA463091F9801c2b/logo.png
deleted file mode 100644
index fd5a859023acb..0000000000000
Binary files a/blockchains/ethereum/assets/0x0B498ff89709d3838a063f1dFA463091F9801c2b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0B4BdC478791897274652DC15eF5C135cae61E60/info.json b/blockchains/ethereum/assets/0x0B4BdC478791897274652DC15eF5C135cae61E60/info.json
deleted file mode 100644
index 9c6bcd1267113..0000000000000
--- a/blockchains/ethereum/assets/0x0B4BdC478791897274652DC15eF5C135cae61E60/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DAEX Token",
- "symbol": "DAX",
- "type": "ERC20",
- "decimals": 18,
- "description": "DAEX (DAX) is a cryptocurrency and operates on the Ethereum platform",
- "website": "https://www.daex.io/",
- "explorer": "https://etherscan.io/token/0x0B4BdC478791897274652DC15eF5C135cae61E60",
- "status": "active",
- "id": "0x0B4BdC478791897274652DC15eF5C135cae61E60"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0B4BdC478791897274652DC15eF5C135cae61E60/logo.png b/blockchains/ethereum/assets/0x0B4BdC478791897274652DC15eF5C135cae61E60/logo.png
deleted file mode 100644
index 71f475a8b0f64..0000000000000
Binary files a/blockchains/ethereum/assets/0x0B4BdC478791897274652DC15eF5C135cae61E60/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0BE5E8f107279cC2D9c3A537eD4eA669b45E443D/info.json b/blockchains/ethereum/assets/0x0BE5E8f107279cC2D9c3A537eD4eA669b45E443D/info.json
deleted file mode 100644
index 19330df63e930..0000000000000
--- a/blockchains/ethereum/assets/0x0BE5E8f107279cC2D9c3A537eD4eA669b45E443D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "POMDA",
- "symbol": "POMDA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://pomda.io/",
- "explorer": "https://etherscan.io/token/0x0BE5E8f107279cC2D9c3A537eD4eA669b45E443D",
- "status": "abandoned",
- "id": "0x0BE5E8f107279cC2D9c3A537eD4eA669b45E443D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0BE5E8f107279cC2D9c3A537eD4eA669b45E443D/logo.png b/blockchains/ethereum/assets/0x0BE5E8f107279cC2D9c3A537eD4eA669b45E443D/logo.png
deleted file mode 100644
index 8dc77808de7f7..0000000000000
Binary files a/blockchains/ethereum/assets/0x0BE5E8f107279cC2D9c3A537eD4eA669b45E443D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0BEf619cF38cF0c22967289b8419720fBd1Db9f7/info.json b/blockchains/ethereum/assets/0x0BEf619cF38cF0c22967289b8419720fBd1Db9f7/info.json
deleted file mode 100644
index 767fd34b283e3..0000000000000
--- a/blockchains/ethereum/assets/0x0BEf619cF38cF0c22967289b8419720fBd1Db9f7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AEN.",
- "symbol": "AEN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0BEf619cF38cF0c22967289b8419720fBd1Db9f7",
- "status": "abandoned",
- "id": "0x0BEf619cF38cF0c22967289b8419720fBd1Db9f7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0BEf619cF38cF0c22967289b8419720fBd1Db9f7/logo.png b/blockchains/ethereum/assets/0x0BEf619cF38cF0c22967289b8419720fBd1Db9f7/logo.png
deleted file mode 100644
index c2fb931ac7a27..0000000000000
Binary files a/blockchains/ethereum/assets/0x0BEf619cF38cF0c22967289b8419720fBd1Db9f7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0Ba45A8b5d5575935B8158a88C631E9F9C95a2e5/info.json b/blockchains/ethereum/assets/0x0Ba45A8b5d5575935B8158a88C631E9F9C95a2e5/info.json
deleted file mode 100644
index 3694a5f4168e1..0000000000000
--- a/blockchains/ethereum/assets/0x0Ba45A8b5d5575935B8158a88C631E9F9C95a2e5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tellor",
- "website": "https://tellor.io",
- "description": "Tellor (a decentralized oracle) aims to address the Oracle problem on Ethereum.",
- "explorer": "https://etherscan.io/token/0x0Ba45A8b5d5575935B8158a88C631E9F9C95a2e5",
- "type": "ERC20",
- "symbol": "TRB",
- "decimals": 1,
- "status": "abandoned",
- "id": "0x0Ba45A8b5d5575935B8158a88C631E9F9C95a2e5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0Ba45A8b5d5575935B8158a88C631E9F9C95a2e5/logo.png b/blockchains/ethereum/assets/0x0Ba45A8b5d5575935B8158a88C631E9F9C95a2e5/logo.png
deleted file mode 100644
index ec5a4360d97bf..0000000000000
Binary files a/blockchains/ethereum/assets/0x0Ba45A8b5d5575935B8158a88C631E9F9C95a2e5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0BaDD7aF129EFAc1f7bB7253716A589cc5E6c17c/info.json b/blockchains/ethereum/assets/0x0BaDD7aF129EFAc1f7bB7253716A589cc5E6c17c/info.json
deleted file mode 100644
index 854cc94b48b0d..0000000000000
--- a/blockchains/ethereum/assets/0x0BaDD7aF129EFAc1f7bB7253716A589cc5E6c17c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "e-Money EUR stablecoin",
- "website": "https://e-money.com",
- "description": "ERC20 version of the e-Money EUR stablecoin",
- "explorer": "https://etherscan.io/token/0x0BaDD7aF129EFAc1f7bB7253716A589cc5E6c17c",
- "type": "ERC20",
- "symbol": "EEUR",
- "decimals": 6,
- "status": "active",
- "id": "0x0BaDD7aF129EFAc1f7bB7253716A589cc5E6c17c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0BaDD7aF129EFAc1f7bB7253716A589cc5E6c17c/logo.png b/blockchains/ethereum/assets/0x0BaDD7aF129EFAc1f7bB7253716A589cc5E6c17c/logo.png
deleted file mode 100644
index dc81836d1ddb6..0000000000000
Binary files a/blockchains/ethereum/assets/0x0BaDD7aF129EFAc1f7bB7253716A589cc5E6c17c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0Bb7Db697567178c590eFA64A7DcB2ce6213768C/info.json b/blockchains/ethereum/assets/0x0Bb7Db697567178c590eFA64A7DcB2ce6213768C/info.json
deleted file mode 100644
index 5bdb38c3f5ad8..0000000000000
--- a/blockchains/ethereum/assets/0x0Bb7Db697567178c590eFA64A7DcB2ce6213768C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Camouflage.eth",
- "symbol": "CAMO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://camouflage.eth/",
- "explorer": "https://etherscan.io/token/0x0Bb7Db697567178c590eFA64A7DcB2ce6213768C",
- "status": "abandoned",
- "id": "0x0Bb7Db697567178c590eFA64A7DcB2ce6213768C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0Bb7Db697567178c590eFA64A7DcB2ce6213768C/logo.png b/blockchains/ethereum/assets/0x0Bb7Db697567178c590eFA64A7DcB2ce6213768C/logo.png
deleted file mode 100644
index 0978a8c5183e5..0000000000000
Binary files a/blockchains/ethereum/assets/0x0Bb7Db697567178c590eFA64A7DcB2ce6213768C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6/info.json b/blockchains/ethereum/assets/0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6/info.json
deleted file mode 100644
index 573e39b7ec89c..0000000000000
--- a/blockchains/ethereum/assets/0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Decentralized USD",
- "symbol": "USDD",
- "type": "ERC20",
- "decimals": 18,
- "description": "USDD is a fully decentralized algorithmic stablecoin",
- "website": "https://usdd.io/",
- "explorer": "https://etherscan.io/token/0x0c10bf8fcb7bf5412187a595ab97a3609160b5c6",
- "status": "active",
- "id": "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/usddio"
- },
- {
- "name": "whitepaper",
- "url": "https://usdd.io/USDD-en.pdf"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
-
diff --git a/blockchains/ethereum/assets/0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6/logo.png b/blockchains/ethereum/assets/0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6/logo.png
deleted file mode 100644
index b17bf63fd3273..0000000000000
Binary files a/blockchains/ethereum/assets/0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0C29d192Dd5443fb5F00E5fE52f61d793025643b/info.json b/blockchains/ethereum/assets/0x0C29d192Dd5443fb5F00E5fE52f61d793025643b/info.json
deleted file mode 100644
index 51fcdcb4fa8f2..0000000000000
--- a/blockchains/ethereum/assets/0x0C29d192Dd5443fb5F00E5fE52f61d793025643b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GOPOSH",
- "symbol": "POSH",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0C29d192Dd5443fb5F00E5fE52f61d793025643b",
- "status": "abandoned",
- "id": "0x0C29d192Dd5443fb5F00E5fE52f61d793025643b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0C29d192Dd5443fb5F00E5fE52f61d793025643b/logo.png b/blockchains/ethereum/assets/0x0C29d192Dd5443fb5F00E5fE52f61d793025643b/logo.png
deleted file mode 100644
index a7a589086b638..0000000000000
Binary files a/blockchains/ethereum/assets/0x0C29d192Dd5443fb5F00E5fE52f61d793025643b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0C37Bcf456bC661C14D596683325623076D7e283/info.json b/blockchains/ethereum/assets/0x0C37Bcf456bC661C14D596683325623076D7e283/info.json
deleted file mode 100644
index dc2462c0d51bf..0000000000000
--- a/blockchains/ethereum/assets/0x0C37Bcf456bC661C14D596683325623076D7e283/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Aeron",
- "website": "https://aeron.aero",
- "description": "Aeron – blockchain solutions for aviation safety.",
- "explorer": "https://etherscan.io/token/0x0C37Bcf456bC661C14D596683325623076D7e283",
- "research": "https://research.binance.com/en/projects/aeron",
- "type": "ERC20",
- "symbol": "ARNX",
- "decimals": 18,
- "status": "active",
- "id": "0x0C37Bcf456bC661C14D596683325623076D7e283"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0C37Bcf456bC661C14D596683325623076D7e283/logo.png b/blockchains/ethereum/assets/0x0C37Bcf456bC661C14D596683325623076D7e283/logo.png
deleted file mode 100644
index b79af15d1319e..0000000000000
Binary files a/blockchains/ethereum/assets/0x0C37Bcf456bC661C14D596683325623076D7e283/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0C3eF32f802967DB75B9D49fE1e76620151cCB81/info.json b/blockchains/ethereum/assets/0x0C3eF32f802967DB75B9D49fE1e76620151cCB81/info.json
deleted file mode 100644
index 6bbc515b74fc1..0000000000000
--- a/blockchains/ethereum/assets/0x0C3eF32f802967DB75B9D49fE1e76620151cCB81/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Whole Network Node",
- "symbol": "NODE",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "https://www.wn.work/",
- "explorer": "https://etherscan.io/token/0x0C3eF32f802967DB75B9D49fE1e76620151cCB81",
- "status": "abandoned",
- "id": "0x0C3eF32f802967DB75B9D49fE1e76620151cCB81"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0C3eF32f802967DB75B9D49fE1e76620151cCB81/logo.png b/blockchains/ethereum/assets/0x0C3eF32f802967DB75B9D49fE1e76620151cCB81/logo.png
deleted file mode 100644
index 5cd481f7e07c5..0000000000000
Binary files a/blockchains/ethereum/assets/0x0C3eF32f802967DB75B9D49fE1e76620151cCB81/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0C6144c16af288948C8fdB37fD8fEc94bfF3d1d9/info.json b/blockchains/ethereum/assets/0x0C6144c16af288948C8fdB37fD8fEc94bfF3d1d9/info.json
deleted file mode 100644
index e4d45452de2c7..0000000000000
--- a/blockchains/ethereum/assets/0x0C6144c16af288948C8fdB37fD8fEc94bfF3d1d9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Neutral",
- "symbol": "NUSD",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0C6144c16af288948C8fdB37fD8fEc94bfF3d1d9",
- "status": "abandoned",
- "id": "0x0C6144c16af288948C8fdB37fD8fEc94bfF3d1d9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0C6144c16af288948C8fdB37fD8fEc94bfF3d1d9/logo.png b/blockchains/ethereum/assets/0x0C6144c16af288948C8fdB37fD8fEc94bfF3d1d9/logo.png
deleted file mode 100644
index ae94220b5a0b1..0000000000000
Binary files a/blockchains/ethereum/assets/0x0C6144c16af288948C8fdB37fD8fEc94bfF3d1d9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0C658Fa2eAA292E8dcA085Dab0E5CBD2da21C494/info.json b/blockchains/ethereum/assets/0x0C658Fa2eAA292E8dcA085Dab0E5CBD2da21C494/info.json
deleted file mode 100644
index 756d192b9fbb4..0000000000000
--- a/blockchains/ethereum/assets/0x0C658Fa2eAA292E8dcA085Dab0E5CBD2da21C494/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bolenum",
- "symbol": "BLN",
- "type": "ERC20",
- "decimals": 18,
- "description": "Bolenum is a cryptocurrency and financial services provider targeting the African continent for a start and then expanding globally.",
- "website": "http://bolenum.com/",
- "explorer": "https://etherscan.io/token/0x0C658Fa2eAA292E8dcA085Dab0E5CBD2da21C494",
- "status": "abandoned",
- "id": "0x0C658Fa2eAA292E8dcA085Dab0E5CBD2da21C494"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0C658Fa2eAA292E8dcA085Dab0E5CBD2da21C494/logo.png b/blockchains/ethereum/assets/0x0C658Fa2eAA292E8dcA085Dab0E5CBD2da21C494/logo.png
deleted file mode 100644
index 61c577146102d..0000000000000
Binary files a/blockchains/ethereum/assets/0x0C658Fa2eAA292E8dcA085Dab0E5CBD2da21C494/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0C6E8a8358cBde54F8e4Cd7f07D5ac38aec8C5a4/info.json b/blockchains/ethereum/assets/0x0C6E8a8358cBde54F8e4Cd7f07D5ac38aec8C5a4/info.json
deleted file mode 100644
index fde4fbd9175c6..0000000000000
--- a/blockchains/ethereum/assets/0x0C6E8a8358cBde54F8e4Cd7f07D5ac38aec8C5a4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PlatonCoin",
- "symbol": "PLTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0C6E8a8358cBde54F8e4Cd7f07D5ac38aec8C5a4",
- "status": "abandoned",
- "id": "0x0C6E8a8358cBde54F8e4Cd7f07D5ac38aec8C5a4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0C6E8a8358cBde54F8e4Cd7f07D5ac38aec8C5a4/logo.png b/blockchains/ethereum/assets/0x0C6E8a8358cBde54F8e4Cd7f07D5ac38aec8C5a4/logo.png
deleted file mode 100644
index e04bc656efb01..0000000000000
Binary files a/blockchains/ethereum/assets/0x0C6E8a8358cBde54F8e4Cd7f07D5ac38aec8C5a4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0C6f5F7D555E7518f6841a79436BD2b1Eef03381/info.json b/blockchains/ethereum/assets/0x0C6f5F7D555E7518f6841a79436BD2b1Eef03381/info.json
deleted file mode 100644
index 83cf1a7995536..0000000000000
--- a/blockchains/ethereum/assets/0x0C6f5F7D555E7518f6841a79436BD2b1Eef03381/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CocosToken",
- "symbol": "COCOS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.cocosbcx.io/en/",
- "explorer": "https://etherscan.io/token/0x0C6f5F7D555E7518f6841a79436BD2b1Eef03381",
- "status": "abandoned",
- "id": "0x0C6f5F7D555E7518f6841a79436BD2b1Eef03381"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0C6f5F7D555E7518f6841a79436BD2b1Eef03381/logo.png b/blockchains/ethereum/assets/0x0C6f5F7D555E7518f6841a79436BD2b1Eef03381/logo.png
deleted file mode 100644
index 3575393d233f5..0000000000000
Binary files a/blockchains/ethereum/assets/0x0C6f5F7D555E7518f6841a79436BD2b1Eef03381/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0C91B015AbA6f7B4738dcD36E7410138b29ADC29/info.json b/blockchains/ethereum/assets/0x0C91B015AbA6f7B4738dcD36E7410138b29ADC29/info.json
deleted file mode 100644
index 0bf55a3332c5a..0000000000000
--- a/blockchains/ethereum/assets/0x0C91B015AbA6f7B4738dcD36E7410138b29ADC29/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoinOil",
- "symbol": "COIL",
- "type": "ERC20",
- "decimals": 8,
- "description": "Token on blockchain for Oil & energy field.",
- "website": "https://coinoil.io/",
- "explorer": "https://etherscan.io/token/0x0C91B015AbA6f7B4738dcD36E7410138b29ADC29",
- "status": "abandoned",
- "id": "0x0C91B015AbA6f7B4738dcD36E7410138b29ADC29"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0C91B015AbA6f7B4738dcD36E7410138b29ADC29/logo.png b/blockchains/ethereum/assets/0x0C91B015AbA6f7B4738dcD36E7410138b29ADC29/logo.png
deleted file mode 100755
index 280ebc1f53615..0000000000000
Binary files a/blockchains/ethereum/assets/0x0C91B015AbA6f7B4738dcD36E7410138b29ADC29/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0CDE550b066Ff98dA123377eeB0A149607C9ca17/info.json b/blockchains/ethereum/assets/0x0CDE550b066Ff98dA123377eeB0A149607C9ca17/info.json
deleted file mode 100644
index a8e92e01277fc..0000000000000
--- a/blockchains/ethereum/assets/0x0CDE550b066Ff98dA123377eeB0A149607C9ca17/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EUR36",
- "website": "https://element36.io",
- "description": "Our EUR36 tokens are used to connect banking network with ethereum,to send (and receive) EUR and CHF directly with your Smart Contracts. End-users do not need a wallet, because wire-transfers trigger mint/burn at the moment the transfer happens.",
- "explorer": "https://etherscan.io/token/0x0CDE550b066Ff98dA123377eeB0A149607C9ca17",
- "type": "ERC20",
- "symbol": "EUR36",
- "decimals": 18,
- "status": "active",
- "id": "0x0CDE550b066Ff98dA123377eeB0A149607C9ca17"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0CDE550b066Ff98dA123377eeB0A149607C9ca17/logo.png b/blockchains/ethereum/assets/0x0CDE550b066Ff98dA123377eeB0A149607C9ca17/logo.png
deleted file mode 100644
index 0d699c5ddaa7b..0000000000000
Binary files a/blockchains/ethereum/assets/0x0CDE550b066Ff98dA123377eeB0A149607C9ca17/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0CDF9acd87E940837ff21BB40c9fd55F68bba059/info.json b/blockchains/ethereum/assets/0x0CDF9acd87E940837ff21BB40c9fd55F68bba059/info.json
deleted file mode 100644
index 9893fe4357c7f..0000000000000
--- a/blockchains/ethereum/assets/0x0CDF9acd87E940837ff21BB40c9fd55F68bba059/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Public Mint",
- "website": "https://publicmint.com",
- "description": "Public Mint offers a fiat-native blockchain platform open for anyone to build fiat-native applications and accept credit cards, ACH, stablecoins, wire transfers and more.",
- "explorer": "https://etherscan.io/token/0x0CDF9acd87E940837ff21BB40c9fd55F68bba059",
- "type": "ERC20",
- "symbol": "MINT",
- "decimals": 18,
- "status": "active",
- "id": "0x0CDF9acd87E940837ff21BB40c9fd55F68bba059"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0CDF9acd87E940837ff21BB40c9fd55F68bba059/logo.png b/blockchains/ethereum/assets/0x0CDF9acd87E940837ff21BB40c9fd55F68bba059/logo.png
deleted file mode 100644
index 3666453500d48..0000000000000
Binary files a/blockchains/ethereum/assets/0x0CDF9acd87E940837ff21BB40c9fd55F68bba059/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0CbC0B6fE51C19D28EBE36e12dE9307A42A4A387/info.json b/blockchains/ethereum/assets/0x0CbC0B6fE51C19D28EBE36e12dE9307A42A4A387/info.json
deleted file mode 100644
index 34893d467018c..0000000000000
--- a/blockchains/ethereum/assets/0x0CbC0B6fE51C19D28EBE36e12dE9307A42A4A387/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BIG SELF PORTRAIT",
- "symbol": "CCT",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0CbC0B6fE51C19D28EBE36e12dE9307A42A4A387",
- "status": "abandoned",
- "id": "0x0CbC0B6fE51C19D28EBE36e12dE9307A42A4A387"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0CbC0B6fE51C19D28EBE36e12dE9307A42A4A387/logo.png b/blockchains/ethereum/assets/0x0CbC0B6fE51C19D28EBE36e12dE9307A42A4A387/logo.png
deleted file mode 100644
index 1a789c7f5d5bb..0000000000000
Binary files a/blockchains/ethereum/assets/0x0CbC0B6fE51C19D28EBE36e12dE9307A42A4A387/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0Cc9FCCFF81252F4bd8C5c6b359B14ae2Ed851cf/info.json b/blockchains/ethereum/assets/0x0Cc9FCCFF81252F4bd8C5c6b359B14ae2Ed851cf/info.json
deleted file mode 100644
index de70ee6542222..0000000000000
--- a/blockchains/ethereum/assets/0x0Cc9FCCFF81252F4bd8C5c6b359B14ae2Ed851cf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "InnovativeBioresearchClassic",
- "symbol": "INNBCL",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://www.innovativebioresearch.com/",
- "explorer": "https://etherscan.io/token/0x0Cc9FCCFF81252F4bd8C5c6b359B14ae2Ed851cf",
- "status": "abandoned",
- "id": "0x0Cc9FCCFF81252F4bd8C5c6b359B14ae2Ed851cf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0Cc9FCCFF81252F4bd8C5c6b359B14ae2Ed851cf/logo.png b/blockchains/ethereum/assets/0x0Cc9FCCFF81252F4bd8C5c6b359B14ae2Ed851cf/logo.png
deleted file mode 100644
index 644d4e623443c..0000000000000
Binary files a/blockchains/ethereum/assets/0x0Cc9FCCFF81252F4bd8C5c6b359B14ae2Ed851cf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0Cf0Ee63788A0849fE5297F3407f701E122cC023/info.json b/blockchains/ethereum/assets/0x0Cf0Ee63788A0849fE5297F3407f701E122cC023/info.json
deleted file mode 100644
index 9bf5ff61e7a56..0000000000000
--- a/blockchains/ethereum/assets/0x0Cf0Ee63788A0849fE5297F3407f701E122cC023/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Streamr DATAcoin",
- "website": "https://streamr.com",
- "description": "Streamr provides a complete system to tokenize the value of real-time data to enable a new way for machines and people to trade it on a decentralised P2P network.",
- "explorer": "https://etherscan.io/token/0x0Cf0Ee63788A0849fE5297F3407f701E122cC023",
- "type": "ERC20",
- "symbol": "DATA",
- "decimals": 18,
- "status": "abandoned",
- "id": "0x0Cf0Ee63788A0849fE5297F3407f701E122cC023"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0D24e4A32B174ff6777059D4fD6bF8CFE031014b/info.json b/blockchains/ethereum/assets/0x0D24e4A32B174ff6777059D4fD6bF8CFE031014b/info.json
deleted file mode 100644
index a0b36ecb053ff..0000000000000
--- a/blockchains/ethereum/assets/0x0D24e4A32B174ff6777059D4fD6bF8CFE031014b/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "BitPhantom Pro",
- "website": "https://pro.bitphantom.io",
- "description": "Bitphantom Pro is the utility token of Bitphantom Exchange, Token holder enjoy certain benefits for holding.",
- "explorer": "https://etherscan.io/token/0x0D24e4A32B174ff6777059D4fD6bF8CFE031014b",
- "type": "ERC20",
- "symbol": "BTF",
- "decimals": 18,
- "status": "active",
- "id": "0x0D24e4A32B174ff6777059D4fD6bF8CFE031014b",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/bitphantom-ops"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/BitphantomPro"
- },
- {
- "name": "telegram",
- "url": "https://t.me/bitphantompro"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/bitphantom-ops/whitepaper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0D24e4A32B174ff6777059D4fD6bF8CFE031014b/logo.png b/blockchains/ethereum/assets/0x0D24e4A32B174ff6777059D4fD6bF8CFE031014b/logo.png
deleted file mode 100644
index 8dd1d6ad3b0fc..0000000000000
Binary files a/blockchains/ethereum/assets/0x0D24e4A32B174ff6777059D4fD6bF8CFE031014b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0D262e5dC4A06a0F1c90cE79C7a60C09DfC884E4/info.json b/blockchains/ethereum/assets/0x0D262e5dC4A06a0F1c90cE79C7a60C09DfC884E4/info.json
deleted file mode 100644
index 1ba96dde79b2c..0000000000000
--- a/blockchains/ethereum/assets/0x0D262e5dC4A06a0F1c90cE79C7a60C09DfC884E4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "J8T Token",
- "symbol": "J8T",
- "type": "ERC20",
- "decimals": 8,
- "description": "JET8 has been transforming peer-to-peer influencer marketing via a tokenised social engagement platform. JET8’s platform, products and services allow brands and agencies to target, publish and track the engagement of peer to peer branded content, via selfies with sponsored frames and stickers that are shared through the JET8 apps to social media platforms such as Tumblr, Facebook and Instagram.",
- "website": "https://jet8.io/",
- "explorer": "https://etherscan.io/token/0x0D262e5dC4A06a0F1c90cE79C7a60C09DfC884E4",
- "status": "active",
- "id": "0x0D262e5dC4A06a0F1c90cE79C7a60C09DfC884E4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0D262e5dC4A06a0F1c90cE79C7a60C09DfC884E4/logo.png b/blockchains/ethereum/assets/0x0D262e5dC4A06a0F1c90cE79C7a60C09DfC884E4/logo.png
deleted file mode 100755
index a964d901d75d0..0000000000000
Binary files a/blockchains/ethereum/assets/0x0D262e5dC4A06a0F1c90cE79C7a60C09DfC884E4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0D2f3987a76995be593D755A0d36d90Ec86a2AE1/info.json b/blockchains/ethereum/assets/0x0D2f3987a76995be593D755A0d36d90Ec86a2AE1/info.json
deleted file mode 100644
index a58b7457cde3a..0000000000000
--- a/blockchains/ethereum/assets/0x0D2f3987a76995be593D755A0d36d90Ec86a2AE1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sock Token",
- "symbol": "SOCK",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0D2f3987a76995be593D755A0d36d90Ec86a2AE1",
- "status": "abandoned",
- "id": "0x0D2f3987a76995be593D755A0d36d90Ec86a2AE1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0D2f3987a76995be593D755A0d36d90Ec86a2AE1/logo.png b/blockchains/ethereum/assets/0x0D2f3987a76995be593D755A0d36d90Ec86a2AE1/logo.png
deleted file mode 100644
index b06bd66c4c081..0000000000000
Binary files a/blockchains/ethereum/assets/0x0D2f3987a76995be593D755A0d36d90Ec86a2AE1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0D5516103752b3954D95621f470A8261151Da2e4/info.json b/blockchains/ethereum/assets/0x0D5516103752b3954D95621f470A8261151Da2e4/info.json
deleted file mode 100644
index 4cec1bb19b548..0000000000000
--- a/blockchains/ethereum/assets/0x0D5516103752b3954D95621f470A8261151Da2e4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bloomzed Token",
- "symbol": "BZT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Bloomzed is a global financial network that connects people and business.",
- "website": "https://bloomzed.io",
- "explorer": "https://etherscan.io/token/0x0D5516103752b3954D95621f470A8261151Da2e4",
- "status": "active",
- "id": "0x0D5516103752b3954D95621f470A8261151Da2e4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0D5516103752b3954D95621f470A8261151Da2e4/logo.png b/blockchains/ethereum/assets/0x0D5516103752b3954D95621f470A8261151Da2e4/logo.png
deleted file mode 100644
index b4d09ab9429dd..0000000000000
Binary files a/blockchains/ethereum/assets/0x0D5516103752b3954D95621f470A8261151Da2e4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0D6DD9f68d24EC1d5fE2174f3EC8DAB52B52BaF5/info.json b/blockchains/ethereum/assets/0x0D6DD9f68d24EC1d5fE2174f3EC8DAB52B52BaF5/info.json
deleted file mode 100644
index f4b62e5665288..0000000000000
--- a/blockchains/ethereum/assets/0x0D6DD9f68d24EC1d5fE2174f3EC8DAB52B52BaF5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KMCC",
- "symbol": "KC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0D6DD9f68d24EC1d5fE2174f3EC8DAB52B52BaF5",
- "status": "abandoned",
- "id": "0x0D6DD9f68d24EC1d5fE2174f3EC8DAB52B52BaF5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0D6DD9f68d24EC1d5fE2174f3EC8DAB52B52BaF5/logo.png b/blockchains/ethereum/assets/0x0D6DD9f68d24EC1d5fE2174f3EC8DAB52B52BaF5/logo.png
deleted file mode 100644
index 6ac2ae822bc76..0000000000000
Binary files a/blockchains/ethereum/assets/0x0D6DD9f68d24EC1d5fE2174f3EC8DAB52B52BaF5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0D8775F648430679A709E98d2b0Cb6250d2887EF/info.json b/blockchains/ethereum/assets/0x0D8775F648430679A709E98d2b0Cb6250d2887EF/info.json
deleted file mode 100644
index 38eacd0b527b5..0000000000000
--- a/blockchains/ethereum/assets/0x0D8775F648430679A709E98d2b0Cb6250d2887EF/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Basic Attention Token",
- "website": "https://basicattentiontoken.org",
- "description": "Basic Attention Token (BAT) project is an open-source, decentralized ad exchange platform built, on the Ethereum platform.",
- "explorer": "https://etherscan.io/token/0x0D8775F648430679A709E98d2b0Cb6250d2887EF",
- "research": "https://research.binance.com/en/projects/basic-attention-token",
- "type": "ERC20",
- "symbol": "BAT",
- "decimals": 18,
- "status": "active",
- "id": "0x0D8775F648430679A709E98d2b0Cb6250d2887EF",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "blog",
- "url": "https://medium.com/@attentiontoken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/@attentiontoken"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/BATProject/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/basic-attention-token/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0D8775F648430679A709E98d2b0Cb6250d2887EF/logo.png b/blockchains/ethereum/assets/0x0D8775F648430679A709E98d2b0Cb6250d2887EF/logo.png
deleted file mode 100644
index e30c1e59f4974..0000000000000
Binary files a/blockchains/ethereum/assets/0x0D8775F648430679A709E98d2b0Cb6250d2887EF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0D9a10a0466B7E9AD693e24993f5105bfDb240e3/info.json b/blockchains/ethereum/assets/0x0D9a10a0466B7E9AD693e24993f5105bfDb240e3/info.json
deleted file mode 100644
index c580a047f656d..0000000000000
--- a/blockchains/ethereum/assets/0x0D9a10a0466B7E9AD693e24993f5105bfDb240e3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cryptoland1",
- "symbol": "CR1",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0D9a10a0466B7E9AD693e24993f5105bfDb240e3",
- "status": "abandoned",
- "id": "0x0D9a10a0466B7E9AD693e24993f5105bfDb240e3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0D9a10a0466B7E9AD693e24993f5105bfDb240e3/logo.png b/blockchains/ethereum/assets/0x0D9a10a0466B7E9AD693e24993f5105bfDb240e3/logo.png
deleted file mode 100644
index 2fc81f64e4b2b..0000000000000
Binary files a/blockchains/ethereum/assets/0x0D9a10a0466B7E9AD693e24993f5105bfDb240e3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0DB8D8b76BC361bAcbB72E2C491E06085A97Ab31/info.json b/blockchains/ethereum/assets/0x0DB8D8b76BC361bAcbB72E2C491E06085A97Ab31/info.json
deleted file mode 100644
index 14a3974cad34d..0000000000000
--- a/blockchains/ethereum/assets/0x0DB8D8b76BC361bAcbB72E2C491E06085A97Ab31/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "iQeon",
- "symbol": "IQN",
- "type": "ERC20",
- "decimals": 18,
- "description": "IQeon is a European startup company developing the cutting-edge technological products in the sphere of Gaming and Blockchain.",
- "website": "https://iqeon.io/",
- "explorer": "https://etherscan.io/token/0x0DB8D8b76BC361bAcbB72E2C491E06085A97Ab31",
- "status": "active",
- "id": "0x0DB8D8b76BC361bAcbB72E2C491E06085A97Ab31"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0DB8D8b76BC361bAcbB72E2C491E06085A97Ab31/logo.png b/blockchains/ethereum/assets/0x0DB8D8b76BC361bAcbB72E2C491E06085A97Ab31/logo.png
deleted file mode 100755
index e53b6e5c48887..0000000000000
Binary files a/blockchains/ethereum/assets/0x0DB8D8b76BC361bAcbB72E2C491E06085A97Ab31/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0DB953dD0668047601771AD901a2069b70a74e0E/info.json b/blockchains/ethereum/assets/0x0DB953dD0668047601771AD901a2069b70a74e0E/info.json
deleted file mode 100644
index 60af670c990cd..0000000000000
--- a/blockchains/ethereum/assets/0x0DB953dD0668047601771AD901a2069b70a74e0E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Atomlogy",
- "symbol": "ATG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0DB953dD0668047601771AD901a2069b70a74e0E",
- "status": "abandoned",
- "id": "0x0DB953dD0668047601771AD901a2069b70a74e0E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0DB953dD0668047601771AD901a2069b70a74e0E/logo.png b/blockchains/ethereum/assets/0x0DB953dD0668047601771AD901a2069b70a74e0E/logo.png
deleted file mode 100644
index 771c0dac13c3a..0000000000000
Binary files a/blockchains/ethereum/assets/0x0DB953dD0668047601771AD901a2069b70a74e0E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0DCe40212E3C689Ad502739e283d9c3Ac79727bC/info.json b/blockchains/ethereum/assets/0x0DCe40212E3C689Ad502739e283d9c3Ac79727bC/info.json
deleted file mode 100644
index 36a44f4e07fc5..0000000000000
--- a/blockchains/ethereum/assets/0x0DCe40212E3C689Ad502739e283d9c3Ac79727bC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MasterNet",
- "symbol": "MAS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0DCe40212E3C689Ad502739e283d9c3Ac79727bC",
- "status": "abandoned",
- "id": "0x0DCe40212E3C689Ad502739e283d9c3Ac79727bC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0DCe40212E3C689Ad502739e283d9c3Ac79727bC/logo.png b/blockchains/ethereum/assets/0x0DCe40212E3C689Ad502739e283d9c3Ac79727bC/logo.png
deleted file mode 100755
index 69575bfb28c30..0000000000000
Binary files a/blockchains/ethereum/assets/0x0DCe40212E3C689Ad502739e283d9c3Ac79727bC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0Dd1989e4B0E82f154b729FF47F8c9a4f4b2cC1C/info.json b/blockchains/ethereum/assets/0x0Dd1989e4B0E82f154b729FF47F8c9a4f4b2cC1C/info.json
deleted file mode 100644
index 04b8c885a69a3..0000000000000
--- a/blockchains/ethereum/assets/0x0Dd1989e4B0E82f154b729FF47F8c9a4f4b2cC1C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Milf Token",
- "symbol": "MILF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://milftoken.net/",
- "explorer": "https://etherscan.io/token/0x0Dd1989e4B0E82f154b729FF47F8c9a4f4b2cC1C",
- "status": "active",
- "id": "0x0Dd1989e4B0E82f154b729FF47F8c9a4f4b2cC1C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0Dd1989e4B0E82f154b729FF47F8c9a4f4b2cC1C/logo.png b/blockchains/ethereum/assets/0x0Dd1989e4B0E82f154b729FF47F8c9a4f4b2cC1C/logo.png
deleted file mode 100644
index cb6e635f720a9..0000000000000
Binary files a/blockchains/ethereum/assets/0x0Dd1989e4B0E82f154b729FF47F8c9a4f4b2cC1C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0Dd2eE1278342fF207BCcc8e38E7a9cDF0bbe5E1/info.json b/blockchains/ethereum/assets/0x0Dd2eE1278342fF207BCcc8e38E7a9cDF0bbe5E1/info.json
deleted file mode 100644
index ef9e5b00b2e57..0000000000000
--- a/blockchains/ethereum/assets/0x0Dd2eE1278342fF207BCcc8e38E7a9cDF0bbe5E1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ACATENA",
- "symbol": "ATA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0Dd2eE1278342fF207BCcc8e38E7a9cDF0bbe5E1",
- "status": "abandoned",
- "id": "0x0Dd2eE1278342fF207BCcc8e38E7a9cDF0bbe5E1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0Dd2eE1278342fF207BCcc8e38E7a9cDF0bbe5E1/logo.png b/blockchains/ethereum/assets/0x0Dd2eE1278342fF207BCcc8e38E7a9cDF0bbe5E1/logo.png
deleted file mode 100644
index 2002d4f394983..0000000000000
Binary files a/blockchains/ethereum/assets/0x0Dd2eE1278342fF207BCcc8e38E7a9cDF0bbe5E1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0E1fe60bc4aC0e3102343752ae7E49d01d444c0b/info.json b/blockchains/ethereum/assets/0x0E1fe60bc4aC0e3102343752ae7E49d01d444c0b/info.json
deleted file mode 100644
index 11a72e5426527..0000000000000
--- a/blockchains/ethereum/assets/0x0E1fe60bc4aC0e3102343752ae7E49d01d444c0b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Havens Nook",
- "symbol": "HXN",
- "type": "ERC20",
- "decimals": 18,
- "description": "HXN is a Ethereum-based token that introduces a new concept proof of fun (POF). Have fun and your efforts will be rewarded with HXN.",
- "website": "https://havensnook.com/",
- "explorer": "https://etherscan.io/token/0x0E1fe60bc4aC0e3102343752ae7E49d01d444c0b",
- "status": "active",
- "id": "0x0E1fe60bc4aC0e3102343752ae7E49d01d444c0b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0E1fe60bc4aC0e3102343752ae7E49d01d444c0b/logo.png b/blockchains/ethereum/assets/0x0E1fe60bc4aC0e3102343752ae7E49d01d444c0b/logo.png
deleted file mode 100644
index ac4a02cd2bd1e..0000000000000
Binary files a/blockchains/ethereum/assets/0x0E1fe60bc4aC0e3102343752ae7E49d01d444c0b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0E22734e078d6e399BCeE40a549DB591C4EA46cB/info.json b/blockchains/ethereum/assets/0x0E22734e078d6e399BCeE40a549DB591C4EA46cB/info.json
deleted file mode 100644
index d377b6084a55e..0000000000000
--- a/blockchains/ethereum/assets/0x0E22734e078d6e399BCeE40a549DB591C4EA46cB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Streamity",
- "symbol": "STM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.streamity.org",
- "explorer": "https://etherscan.io/token/0x0E22734e078d6e399BCeE40a549DB591C4EA46cB",
- "status": "abandoned",
- "id": "0x0E22734e078d6e399BCeE40a549DB591C4EA46cB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0E22734e078d6e399BCeE40a549DB591C4EA46cB/logo.png b/blockchains/ethereum/assets/0x0E22734e078d6e399BCeE40a549DB591C4EA46cB/logo.png
deleted file mode 100644
index c8a76ea64b3ae..0000000000000
Binary files a/blockchains/ethereum/assets/0x0E22734e078d6e399BCeE40a549DB591C4EA46cB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0E29e5AbbB5FD88e28b2d355774e73BD47dE3bcd/info.json b/blockchains/ethereum/assets/0x0E29e5AbbB5FD88e28b2d355774e73BD47dE3bcd/info.json
deleted file mode 100644
index 8c06a1194a524..0000000000000
--- a/blockchains/ethereum/assets/0x0E29e5AbbB5FD88e28b2d355774e73BD47dE3bcd/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Hakka Finance",
- "symbol": "HAKKA",
- "type": "ERC20",
- "decimals": 18,
- "description": "Hakka Decentralized Finance Ecosystem Warped Spacetime with Crypto Native Primitives",
- "website": "https://hakka.finance/",
- "explorer": "https://etherscan.io/token/0x0E29e5AbbB5FD88e28b2d355774e73BD47dE3bcd",
- "status": "active",
- "id": "0x0E29e5AbbB5FD88e28b2d355774e73BD47dE3bcd",
- "tags": [
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0E29e5AbbB5FD88e28b2d355774e73BD47dE3bcd/logo.png b/blockchains/ethereum/assets/0x0E29e5AbbB5FD88e28b2d355774e73BD47dE3bcd/logo.png
deleted file mode 100644
index 8fecc9562a638..0000000000000
Binary files a/blockchains/ethereum/assets/0x0E29e5AbbB5FD88e28b2d355774e73BD47dE3bcd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0E5aD274d1FC232555286246be0BAD3AffB2F4Cc/info.json b/blockchains/ethereum/assets/0x0E5aD274d1FC232555286246be0BAD3AffB2F4Cc/info.json
deleted file mode 100644
index c930a6ac93d63..0000000000000
--- a/blockchains/ethereum/assets/0x0E5aD274d1FC232555286246be0BAD3AffB2F4Cc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "bomb.finance",
- "symbol": "BOMB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0E5aD274d1FC232555286246be0BAD3AffB2F4Cc",
- "status": "abandoned",
- "id": "0x0E5aD274d1FC232555286246be0BAD3AffB2F4Cc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0E5aD274d1FC232555286246be0BAD3AffB2F4Cc/logo.png b/blockchains/ethereum/assets/0x0E5aD274d1FC232555286246be0BAD3AffB2F4Cc/logo.png
deleted file mode 100644
index eacdebe936447..0000000000000
Binary files a/blockchains/ethereum/assets/0x0E5aD274d1FC232555286246be0BAD3AffB2F4Cc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0E5d22C0CAbcB15BC75C3F5050ba56dFF2B3Cd6F/info.json b/blockchains/ethereum/assets/0x0E5d22C0CAbcB15BC75C3F5050ba56dFF2B3Cd6F/info.json
deleted file mode 100644
index 88acd91c383d6..0000000000000
--- a/blockchains/ethereum/assets/0x0E5d22C0CAbcB15BC75C3F5050ba56dFF2B3Cd6F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Realtrade Coin",
- "symbol": "RTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0E5d22C0CAbcB15BC75C3F5050ba56dFF2B3Cd6F",
- "status": "abandoned",
- "id": "0x0E5d22C0CAbcB15BC75C3F5050ba56dFF2B3Cd6F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0E5d22C0CAbcB15BC75C3F5050ba56dFF2B3Cd6F/logo.png b/blockchains/ethereum/assets/0x0E5d22C0CAbcB15BC75C3F5050ba56dFF2B3Cd6F/logo.png
deleted file mode 100644
index c94c3ad0ffc1d..0000000000000
Binary files a/blockchains/ethereum/assets/0x0E5d22C0CAbcB15BC75C3F5050ba56dFF2B3Cd6F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0E69D0A2bbB30aBcB7e5CfEA0E4FDe19C00A8d47/info.json b/blockchains/ethereum/assets/0x0E69D0A2bbB30aBcB7e5CfEA0E4FDe19C00A8d47/info.json
deleted file mode 100644
index c8996aa78cda4..0000000000000
--- a/blockchains/ethereum/assets/0x0E69D0A2bbB30aBcB7e5CfEA0E4FDe19C00A8d47/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "CarLive Chain",
- "website": "https://carlive.io",
- "description": "CarLive Chain is a vertical application of blockchain technology in the field of automotive social network.",
- "explorer": "https://etherscan.io/token/0x0E69D0A2bbB30aBcB7e5CfEA0E4FDe19C00A8d47",
- "type": "ERC20",
- "symbol": "IOV",
- "decimals": 8,
- "status": "active",
- "id": "0x0E69D0A2bbB30aBcB7e5CfEA0E4FDe19C00A8d47",
- "links": [
- {
- "name": "facebook",
- "url": "https://facebook.com/CarLiveChain/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/carlive-chain/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/CarliveChain"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0E69D0A2bbB30aBcB7e5CfEA0E4FDe19C00A8d47/logo.png b/blockchains/ethereum/assets/0x0E69D0A2bbB30aBcB7e5CfEA0E4FDe19C00A8d47/logo.png
deleted file mode 100644
index fb5f2d05adf66..0000000000000
Binary files a/blockchains/ethereum/assets/0x0E69D0A2bbB30aBcB7e5CfEA0E4FDe19C00A8d47/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0E6BB94B7f25B96f13E0baf5bC04b8Ba39b897A8/info.json b/blockchains/ethereum/assets/0x0E6BB94B7f25B96f13E0baf5bC04b8Ba39b897A8/info.json
deleted file mode 100644
index 1b466685357e5..0000000000000
--- a/blockchains/ethereum/assets/0x0E6BB94B7f25B96f13E0baf5bC04b8Ba39b897A8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Top.One Coin",
- "symbol": "TOP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0E6BB94B7f25B96f13E0baf5bC04b8Ba39b897A8",
- "status": "abandoned",
- "id": "0x0E6BB94B7f25B96f13E0baf5bC04b8Ba39b897A8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0E6BB94B7f25B96f13E0baf5bC04b8Ba39b897A8/logo.png b/blockchains/ethereum/assets/0x0E6BB94B7f25B96f13E0baf5bC04b8Ba39b897A8/logo.png
deleted file mode 100644
index 48f9420e4adbc..0000000000000
Binary files a/blockchains/ethereum/assets/0x0E6BB94B7f25B96f13E0baf5bC04b8Ba39b897A8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0E7C28fb8ed4F5F63Aabd022DEaeEBA40Ecc335c/info.json b/blockchains/ethereum/assets/0x0E7C28fb8ed4F5F63Aabd022DEaeEBA40Ecc335c/info.json
deleted file mode 100644
index 8cccf5e7d1362..0000000000000
--- a/blockchains/ethereum/assets/0x0E7C28fb8ed4F5F63Aabd022DEaeEBA40Ecc335c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EtherCenter",
- "symbol": "EC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0E7C28fb8ed4F5F63Aabd022DEaeEBA40Ecc335c",
- "status": "abandoned",
- "id": "0x0E7C28fb8ed4F5F63Aabd022DEaeEBA40Ecc335c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0E7C28fb8ed4F5F63Aabd022DEaeEBA40Ecc335c/logo.png b/blockchains/ethereum/assets/0x0E7C28fb8ed4F5F63Aabd022DEaeEBA40Ecc335c/logo.png
deleted file mode 100644
index be1b12502fb7d..0000000000000
Binary files a/blockchains/ethereum/assets/0x0E7C28fb8ed4F5F63Aabd022DEaeEBA40Ecc335c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0E7f79E89BA8C4a13431129fB2db0d4f444B5B9A/info.json b/blockchains/ethereum/assets/0x0E7f79E89BA8C4a13431129fB2db0d4f444B5B9A/info.json
deleted file mode 100644
index d97e7b9b490bd..0000000000000
--- a/blockchains/ethereum/assets/0x0E7f79E89BA8C4a13431129fB2db0d4f444B5B9A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Xank",
- "symbol": "XANK",
- "type": "ERC20",
- "decimals": 16,
- "description": "-",
- "website": "https://xank.io/",
- "explorer": "https://etherscan.io/token/0x0E7f79E89BA8C4a13431129fB2db0d4f444B5B9A",
- "status": "abandoned",
- "id": "0x0E7f79E89BA8C4a13431129fB2db0d4f444B5B9A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0E7f79E89BA8C4a13431129fB2db0d4f444B5B9A/logo.png b/blockchains/ethereum/assets/0x0E7f79E89BA8C4a13431129fB2db0d4f444B5B9A/logo.png
deleted file mode 100644
index 64ba48f3d51a8..0000000000000
Binary files a/blockchains/ethereum/assets/0x0E7f79E89BA8C4a13431129fB2db0d4f444B5B9A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0E8d6b471e332F140e7d9dbB99E5E3822F728DA6/info.json b/blockchains/ethereum/assets/0x0E8d6b471e332F140e7d9dbB99E5E3822F728DA6/info.json
deleted file mode 100644
index c88521063c771..0000000000000
--- a/blockchains/ethereum/assets/0x0E8d6b471e332F140e7d9dbB99E5E3822F728DA6/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Abyss",
- "website": "https://abyss.finance/",
- "description": "Abyss (ABYSS) is the ERC20 token native to the Abyss.Finance ecosystem. Within the Abyss.Finance Ecosystem, Abyss is currently used in the Gaming platform (theabyss.com), the Non-Fungible Token (NFT) Marketplace, and allows members to earn rewards through Staking and setting up Masternodes.",
- "explorer": "https://etherscan.io/token/0x0E8d6b471e332F140e7d9dbB99E5E3822F728DA6",
- "type": "ERC20",
- "symbol": "ABYSS",
- "decimals": 18,
- "status": "active",
- "id": "0x0E8d6b471e332F140e7d9dbB99E5E3822F728DA6",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/abyssfinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/AbyssFinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/abyssfinance"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/abyssfinance/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/abyssfinance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0E8d6b471e332F140e7d9dbB99E5E3822F728DA6/logo.png b/blockchains/ethereum/assets/0x0E8d6b471e332F140e7d9dbB99E5E3822F728DA6/logo.png
deleted file mode 100644
index 467b38ee6c5a2..0000000000000
Binary files a/blockchains/ethereum/assets/0x0E8d6b471e332F140e7d9dbB99E5E3822F728DA6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0ED8343dfdEE32E38b4c4cE15a3b00A59E90F3dB/info.json b/blockchains/ethereum/assets/0x0ED8343dfdEE32E38b4c4cE15a3b00A59E90F3dB/info.json
deleted file mode 100644
index d603a74c1cc52..0000000000000
--- a/blockchains/ethereum/assets/0x0ED8343dfdEE32E38b4c4cE15a3b00A59E90F3dB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Claymore",
- "symbol": "CLM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0ED8343dfdEE32E38b4c4cE15a3b00A59E90F3dB",
- "status": "abandoned",
- "id": "0x0ED8343dfdEE32E38b4c4cE15a3b00A59E90F3dB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0ED8343dfdEE32E38b4c4cE15a3b00A59E90F3dB/logo.png b/blockchains/ethereum/assets/0x0ED8343dfdEE32E38b4c4cE15a3b00A59E90F3dB/logo.png
deleted file mode 100644
index 53038d5d8acde..0000000000000
Binary files a/blockchains/ethereum/assets/0x0ED8343dfdEE32E38b4c4cE15a3b00A59E90F3dB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0Eb152d2bba8aF722D7E296A1F223d819C3bbB1f/info.json b/blockchains/ethereum/assets/0x0Eb152d2bba8aF722D7E296A1F223d819C3bbB1f/info.json
deleted file mode 100644
index ca18308d5b897..0000000000000
--- a/blockchains/ethereum/assets/0x0Eb152d2bba8aF722D7E296A1F223d819C3bbB1f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Carbon Exchange Coin Token",
- "symbol": "CEC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.carboncoin.one/",
- "explorer": "https://etherscan.io/token/0x0Eb152d2bba8aF722D7E296A1F223d819C3bbB1f",
- "status": "spam",
- "id": "0x0Eb152d2bba8aF722D7E296A1F223d819C3bbB1f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0Eb152d2bba8aF722D7E296A1F223d819C3bbB1f/logo.png b/blockchains/ethereum/assets/0x0Eb152d2bba8aF722D7E296A1F223d819C3bbB1f/logo.png
deleted file mode 100755
index 92ea53acfd7c3..0000000000000
Binary files a/blockchains/ethereum/assets/0x0Eb152d2bba8aF722D7E296A1F223d819C3bbB1f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0Eb3D7c0329e4Cd4e4Cf3457eb9144ebbf9A5518/info.json b/blockchains/ethereum/assets/0x0Eb3D7c0329e4Cd4e4Cf3457eb9144ebbf9A5518/info.json
deleted file mode 100644
index 4a15c8886eff7..0000000000000
--- a/blockchains/ethereum/assets/0x0Eb3D7c0329e4Cd4e4Cf3457eb9144ebbf9A5518/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg9500",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0Eb3D7c0329e4Cd4e4Cf3457eb9144ebbf9A5518",
- "status": "abandoned",
- "id": "0x0Eb3D7c0329e4Cd4e4Cf3457eb9144ebbf9A5518"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0Eb3D7c0329e4Cd4e4Cf3457eb9144ebbf9A5518/logo.png b/blockchains/ethereum/assets/0x0Eb3D7c0329e4Cd4e4Cf3457eb9144ebbf9A5518/logo.png
deleted file mode 100644
index 8ceeccb467cb7..0000000000000
Binary files a/blockchains/ethereum/assets/0x0Eb3D7c0329e4Cd4e4Cf3457eb9144ebbf9A5518/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0Eb6E56aAcae6A21BdE99c826ac798D225488C3D/info.json b/blockchains/ethereum/assets/0x0Eb6E56aAcae6A21BdE99c826ac798D225488C3D/info.json
deleted file mode 100644
index 6c11429ec6326..0000000000000
--- a/blockchains/ethereum/assets/0x0Eb6E56aAcae6A21BdE99c826ac798D225488C3D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crypto Revolution",
- "symbol": "CRVT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://crypto-revolution.io/",
- "explorer": "https://etherscan.io/token/0x0Eb6E56aAcae6A21BdE99c826ac798D225488C3D",
- "status": "abandoned",
- "id": "0x0Eb6E56aAcae6A21BdE99c826ac798D225488C3D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0Eb6E56aAcae6A21BdE99c826ac798D225488C3D/logo.png b/blockchains/ethereum/assets/0x0Eb6E56aAcae6A21BdE99c826ac798D225488C3D/logo.png
deleted file mode 100644
index ea467cb096370..0000000000000
Binary files a/blockchains/ethereum/assets/0x0Eb6E56aAcae6A21BdE99c826ac798D225488C3D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0Ebb614204E47c09B6C3FeB9AAeCad8EE060E23E/info.json b/blockchains/ethereum/assets/0x0Ebb614204E47c09B6C3FeB9AAeCad8EE060E23E/info.json
deleted file mode 100644
index d2ce1b6b8a6ef..0000000000000
--- a/blockchains/ethereum/assets/0x0Ebb614204E47c09B6C3FeB9AAeCad8EE060E23E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CPAY Token",
- "symbol": "CPAY",
- "type": "ERC20",
- "decimals": 0,
- "description": "Cryptopay is an online Bitcoin Wallet which offers greater functionality than simpler services for buying and selling bitcoins. You can use this page to learn more about Cryptopay’s features.",
- "website": "https://cryptopay.me/",
- "explorer": "https://etherscan.io/token/0x0Ebb614204E47c09B6C3FeB9AAeCad8EE060E23E",
- "status": "active",
- "id": "0x0Ebb614204E47c09B6C3FeB9AAeCad8EE060E23E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0Ebb614204E47c09B6C3FeB9AAeCad8EE060E23E/logo.png b/blockchains/ethereum/assets/0x0Ebb614204E47c09B6C3FeB9AAeCad8EE060E23E/logo.png
deleted file mode 100644
index 74841393fd8fa..0000000000000
Binary files a/blockchains/ethereum/assets/0x0Ebb614204E47c09B6C3FeB9AAeCad8EE060E23E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0Ec300614EC04D7C357202A0070a6E957Ff5D319/info.json b/blockchains/ethereum/assets/0x0Ec300614EC04D7C357202A0070a6E957Ff5D319/info.json
deleted file mode 100644
index 1badc44d53c92..0000000000000
--- a/blockchains/ethereum/assets/0x0Ec300614EC04D7C357202A0070a6E957Ff5D319/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OneDollarCoin",
- "symbol": "ODC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0Ec300614EC04D7C357202A0070a6E957Ff5D319",
- "status": "abandoned",
- "id": "0x0Ec300614EC04D7C357202A0070a6E957Ff5D319"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0Ec300614EC04D7C357202A0070a6E957Ff5D319/logo.png b/blockchains/ethereum/assets/0x0Ec300614EC04D7C357202A0070a6E957Ff5D319/logo.png
deleted file mode 100755
index 4b45a6c0950f2..0000000000000
Binary files a/blockchains/ethereum/assets/0x0Ec300614EC04D7C357202A0070a6E957Ff5D319/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0Ef009AD1899f1f3228073d1Bff8f3Db67d1061a/info.json b/blockchains/ethereum/assets/0x0Ef009AD1899f1f3228073d1Bff8f3Db67d1061a/info.json
deleted file mode 100644
index 5dfa1ca98f662..0000000000000
--- a/blockchains/ethereum/assets/0x0Ef009AD1899f1f3228073d1Bff8f3Db67d1061a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BiTBrothers",
- "symbol": "BTB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0Ef009AD1899f1f3228073d1Bff8f3Db67d1061a",
- "status": "abandoned",
- "id": "0x0Ef009AD1899f1f3228073d1Bff8f3Db67d1061a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0Ef009AD1899f1f3228073d1Bff8f3Db67d1061a/logo.png b/blockchains/ethereum/assets/0x0Ef009AD1899f1f3228073d1Bff8f3Db67d1061a/logo.png
deleted file mode 100644
index 0c9be6e74b0f6..0000000000000
Binary files a/blockchains/ethereum/assets/0x0Ef009AD1899f1f3228073d1Bff8f3Db67d1061a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0F02e27745e3b6e9e1310d19469e2b5D7B5eC99A/info.json b/blockchains/ethereum/assets/0x0F02e27745e3b6e9e1310d19469e2b5D7B5eC99A/info.json
deleted file mode 100644
index 89e03761b1413..0000000000000
--- a/blockchains/ethereum/assets/0x0F02e27745e3b6e9e1310d19469e2b5D7B5eC99A/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Peculium",
- "website": "http://peculium.io/",
- "description": "PECULIUM revolutionises savings management by deploying immutable Smart-Contracts over the Ethereum blockchain. These smart contracts provide a trust-less way of achieving transparent, decentralised, and infallible contractual agreements.",
- "explorer": "https://etherscan.io/token/0x0F02e27745e3b6e9e1310d19469e2b5D7B5eC99A",
- "type": "ERC20",
- "symbol": "PCL",
- "decimals": 8,
- "status": "active",
- "id": "0x0F02e27745e3b6e9e1310d19469e2b5D7B5eC99A",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Peculium-Dev/peculiumContracts"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/peculium"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/PeculiumICO"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Peculium/"
- },
- {
- "name": "whitepaper",
- "url": "https://peculium.io/white-paper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0F02e27745e3b6e9e1310d19469e2b5D7B5eC99A/logo.png b/blockchains/ethereum/assets/0x0F02e27745e3b6e9e1310d19469e2b5D7B5eC99A/logo.png
deleted file mode 100644
index 0a308b5bce021..0000000000000
Binary files a/blockchains/ethereum/assets/0x0F02e27745e3b6e9e1310d19469e2b5D7B5eC99A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0F09c5922a47b0B9100c1D56Ada4BF7a9f3A72d4/info.json b/blockchains/ethereum/assets/0x0F09c5922a47b0B9100c1D56Ada4BF7a9f3A72d4/info.json
deleted file mode 100644
index fc31470ae94a9..0000000000000
--- a/blockchains/ethereum/assets/0x0F09c5922a47b0B9100c1D56Ada4BF7a9f3A72d4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UTOPIA",
- "symbol": "UTO",
- "type": "ERC20",
- "decimals": 18,
- "description": "Research, Development, Testing, Manufacturing, Production, Marketing, & Distribution of Advanced, One-of-a-kind Technologies to Utopia Citizens.",
- "website": "https://selfpreservationtechnology.com/",
- "explorer": "https://etherscan.io/token/0x0F09c5922a47b0B9100c1D56Ada4BF7a9f3A72d4",
- "status": "active",
- "id": "0x0F09c5922a47b0B9100c1D56Ada4BF7a9f3A72d4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0F09c5922a47b0B9100c1D56Ada4BF7a9f3A72d4/logo.png b/blockchains/ethereum/assets/0x0F09c5922a47b0B9100c1D56Ada4BF7a9f3A72d4/logo.png
deleted file mode 100644
index a829273fadcc1..0000000000000
Binary files a/blockchains/ethereum/assets/0x0F09c5922a47b0B9100c1D56Ada4BF7a9f3A72d4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0F237D5eA7876E0e2906034D98FDB20D43666ad4/info.json b/blockchains/ethereum/assets/0x0F237D5eA7876E0e2906034D98FDB20D43666ad4/info.json
deleted file mode 100644
index 7852d9f44e55c..0000000000000
--- a/blockchains/ethereum/assets/0x0F237D5eA7876E0e2906034D98FDB20D43666ad4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Connect coin(XCON)",
- "symbol": "XCON",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0F237D5eA7876E0e2906034D98FDB20D43666ad4",
- "status": "abandoned",
- "id": "0x0F237D5eA7876E0e2906034D98FDB20D43666ad4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0F237D5eA7876E0e2906034D98FDB20D43666ad4/logo.png b/blockchains/ethereum/assets/0x0F237D5eA7876E0e2906034D98FDB20D43666ad4/logo.png
deleted file mode 100644
index 8fa16d60ab362..0000000000000
Binary files a/blockchains/ethereum/assets/0x0F237D5eA7876E0e2906034D98FDB20D43666ad4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0F391Fdd1956f322a87231f580dF961E7b7FbA8a/info.json b/blockchains/ethereum/assets/0x0F391Fdd1956f322a87231f580dF961E7b7FbA8a/info.json
deleted file mode 100644
index 04cbdca6e1d98..0000000000000
--- a/blockchains/ethereum/assets/0x0F391Fdd1956f322a87231f580dF961E7b7FbA8a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aziz",
- "symbol": "AZIZ",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0F391Fdd1956f322a87231f580dF961E7b7FbA8a",
- "status": "abandoned",
- "id": "0x0F391Fdd1956f322a87231f580dF961E7b7FbA8a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0F391Fdd1956f322a87231f580dF961E7b7FbA8a/logo.png b/blockchains/ethereum/assets/0x0F391Fdd1956f322a87231f580dF961E7b7FbA8a/logo.png
deleted file mode 100644
index f87ae98c0b975..0000000000000
Binary files a/blockchains/ethereum/assets/0x0F391Fdd1956f322a87231f580dF961E7b7FbA8a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0F4CA92660Efad97a9a70CB0fe969c755439772C/info.json b/blockchains/ethereum/assets/0x0F4CA92660Efad97a9a70CB0fe969c755439772C/info.json
deleted file mode 100644
index eac4ff7f31eec..0000000000000
--- a/blockchains/ethereum/assets/0x0F4CA92660Efad97a9a70CB0fe969c755439772C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Leverj",
- "symbol": "LEV",
- "type": "ERC20",
- "decimals": 9,
- "description": "A full featured, decentralized futures exchange without compromise.",
- "website": "https://www.leverj.io/",
- "explorer": "https://etherscan.io/token/0x0F4CA92660Efad97a9a70CB0fe969c755439772C",
- "status": "active",
- "id": "0x0F4CA92660Efad97a9a70CB0fe969c755439772C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0F4CA92660Efad97a9a70CB0fe969c755439772C/logo.png b/blockchains/ethereum/assets/0x0F4CA92660Efad97a9a70CB0fe969c755439772C/logo.png
deleted file mode 100644
index 8a2df1e2c81d3..0000000000000
Binary files a/blockchains/ethereum/assets/0x0F4CA92660Efad97a9a70CB0fe969c755439772C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0F513fFb4926ff82D7F60A05069047AcA295C413/info.json b/blockchains/ethereum/assets/0x0F513fFb4926ff82D7F60A05069047AcA295C413/info.json
deleted file mode 100644
index b8a0bef9eec31..0000000000000
--- a/blockchains/ethereum/assets/0x0F513fFb4926ff82D7F60A05069047AcA295C413/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CrowdstartCoin",
- "symbol": "XSC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0F513fFb4926ff82D7F60A05069047AcA295C413",
- "status": "abandoned",
- "id": "0x0F513fFb4926ff82D7F60A05069047AcA295C413"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0F513fFb4926ff82D7F60A05069047AcA295C413/logo.png b/blockchains/ethereum/assets/0x0F513fFb4926ff82D7F60A05069047AcA295C413/logo.png
deleted file mode 100755
index 4a8d69063402d..0000000000000
Binary files a/blockchains/ethereum/assets/0x0F513fFb4926ff82D7F60A05069047AcA295C413/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0F5D2fB29fb7d3CFeE444a200298f468908cC942/info.json b/blockchains/ethereum/assets/0x0F5D2fB29fb7d3CFeE444a200298f468908cC942/info.json
deleted file mode 100644
index c02f5537b8ea0..0000000000000
--- a/blockchains/ethereum/assets/0x0F5D2fB29fb7d3CFeE444a200298f468908cC942/info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "Decentraland",
- "website": "https://decentraland.org",
- "description": "Decentraland (MANA) defines itself as a virtual reality platform powered by the Ethereum blockchain that allows users to create, experience, and monetize content and applications.",
- "explorer": "https://etherscan.io/token/0x0F5D2fB29fb7d3CFeE444a200298f468908cC942",
- "type": "ERC20",
- "symbol": "MANA",
- "decimals": 18,
- "status": "active",
- "id": "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942",
- "tags": [
- "gamefi",
- "nft"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/decentraland"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/decentraland"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/decentraland"
- },
- {
- "name": "blog",
- "url": "https://blog.decentraland.org/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/decentraland/"
- },
- {
- "name": "whitepaper",
- "url": "https://decentraland.org/whitepaper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/decentraland/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0F5D2fB29fb7d3CFeE444a200298f468908cC942/logo.png b/blockchains/ethereum/assets/0x0F5D2fB29fb7d3CFeE444a200298f468908cC942/logo.png
deleted file mode 100644
index 2e4e2b57b7959..0000000000000
Binary files a/blockchains/ethereum/assets/0x0F5D2fB29fb7d3CFeE444a200298f468908cC942/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0F612a09eAd55Bb81b6534e80ed5A21Bf0a27B16/info.json b/blockchains/ethereum/assets/0x0F612a09eAd55Bb81b6534e80ed5A21Bf0a27B16/info.json
deleted file mode 100644
index 34e4603155a6a..0000000000000
--- a/blockchains/ethereum/assets/0x0F612a09eAd55Bb81b6534e80ed5A21Bf0a27B16/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EUNOMIA",
- "symbol": "ENTS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://ent.zone/",
- "explorer": "https://etherscan.io/token/0x0F612a09eAd55Bb81b6534e80ed5A21Bf0a27B16",
- "status": "abandoned",
- "id": "0x0F612a09eAd55Bb81b6534e80ed5A21Bf0a27B16"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0F612a09eAd55Bb81b6534e80ed5A21Bf0a27B16/logo.png b/blockchains/ethereum/assets/0x0F612a09eAd55Bb81b6534e80ed5A21Bf0a27B16/logo.png
deleted file mode 100644
index ad9ae4d01f129..0000000000000
Binary files a/blockchains/ethereum/assets/0x0F612a09eAd55Bb81b6534e80ed5A21Bf0a27B16/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0F72714B35a366285Df85886A2eE174601292A17/info.json b/blockchains/ethereum/assets/0x0F72714B35a366285Df85886A2eE174601292A17/info.json
deleted file mode 100644
index 3987d08c0572e..0000000000000
--- a/blockchains/ethereum/assets/0x0F72714B35a366285Df85886A2eE174601292A17/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "1SG",
- "symbol": "1SG",
- "type": "ERC20",
- "decimals": 18,
- "description": "1SG seeks to facilitate transactions by pegging one 1SG token to one Singapore dollar. Through a centralized, fully-collateralized legal asset (Singapore Dollar), the token value of 1SG is guaranteed at a 1:1 exchange rate.",
- "website": "http://1.sg/",
- "explorer": "https://etherscan.io/token/0x0F72714B35a366285Df85886A2eE174601292A17",
- "status": "active",
- "id": "0x0F72714B35a366285Df85886A2eE174601292A17"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0F72714B35a366285Df85886A2eE174601292A17/logo.png b/blockchains/ethereum/assets/0x0F72714B35a366285Df85886A2eE174601292A17/logo.png
deleted file mode 100755
index f266af1ab6d40..0000000000000
Binary files a/blockchains/ethereum/assets/0x0F72714B35a366285Df85886A2eE174601292A17/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38/info.json b/blockchains/ethereum/assets/0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38/info.json
deleted file mode 100644
index 4d20cacd51a6c..0000000000000
--- a/blockchains/ethereum/assets/0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pundi X",
- "website": "https://pundix.com",
- "description": "Pundi X (NPXS) aims to make the use of cryptocurrency as a form of payment into a reality for retailers and consumers alike.",
- "explorer": "https://etherscan.io/token/0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
- "type": "ERC20",
- "symbol": "PUNDIX",
- "decimals": 18,
- "status": "active",
- "id": "0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38/logo.png b/blockchains/ethereum/assets/0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38/logo.png
deleted file mode 100644
index fbf12a553d5a5..0000000000000
Binary files a/blockchains/ethereum/assets/0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0FFF95D5ab18c763c42C209F137C47354af104a8/info.json b/blockchains/ethereum/assets/0x0FFF95D5ab18c763c42C209F137C47354af104a8/info.json
deleted file mode 100644
index 875cb8ae258a5..0000000000000
--- a/blockchains/ethereum/assets/0x0FFF95D5ab18c763c42C209F137C47354af104a8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HEX Money",
- "symbol": "HXY",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0FFF95D5ab18c763c42C209F137C47354af104a8",
- "status": "abandoned",
- "id": "0x0FFF95D5ab18c763c42C209F137C47354af104a8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0FFF95D5ab18c763c42C209F137C47354af104a8/logo.png b/blockchains/ethereum/assets/0x0FFF95D5ab18c763c42C209F137C47354af104a8/logo.png
deleted file mode 100644
index 3ec0fdb97cc7f..0000000000000
Binary files a/blockchains/ethereum/assets/0x0FFF95D5ab18c763c42C209F137C47354af104a8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0Fed2aca55338d77438797bDf609252Db92313ea/info.json b/blockchains/ethereum/assets/0x0Fed2aca55338d77438797bDf609252Db92313ea/info.json
deleted file mode 100644
index 0c0134ecc1dfc..0000000000000
--- a/blockchains/ethereum/assets/0x0Fed2aca55338d77438797bDf609252Db92313ea/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bdb",
- "symbol": "BDB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0Fed2aca55338d77438797bDf609252Db92313ea",
- "status": "abandoned",
- "id": "0x0Fed2aca55338d77438797bDf609252Db92313ea"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0Fed2aca55338d77438797bDf609252Db92313ea/logo.png b/blockchains/ethereum/assets/0x0Fed2aca55338d77438797bDf609252Db92313ea/logo.png
deleted file mode 100644
index e0cb4a6077644..0000000000000
Binary files a/blockchains/ethereum/assets/0x0Fed2aca55338d77438797bDf609252Db92313ea/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0a2102d4fEC1BD35423C63a52EB8932377a2c8DB/info.json b/blockchains/ethereum/assets/0x0a2102d4fEC1BD35423C63a52EB8932377a2c8DB/info.json
deleted file mode 100644
index 8f26fc7364ee9..0000000000000
--- a/blockchains/ethereum/assets/0x0a2102d4fEC1BD35423C63a52EB8932377a2c8DB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VIGO Network",
- "symbol": "VIGO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0a2102d4fEC1BD35423C63a52EB8932377a2c8DB",
- "status": "abandoned",
- "id": "0x0a2102d4fEC1BD35423C63a52EB8932377a2c8DB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0a2102d4fEC1BD35423C63a52EB8932377a2c8DB/logo.png b/blockchains/ethereum/assets/0x0a2102d4fEC1BD35423C63a52EB8932377a2c8DB/logo.png
deleted file mode 100644
index 22e9b2d405ccd..0000000000000
Binary files a/blockchains/ethereum/assets/0x0a2102d4fEC1BD35423C63a52EB8932377a2c8DB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0a255F700B16c0acF5673565C757b94fb38B27F2/info.json b/blockchains/ethereum/assets/0x0a255F700B16c0acF5673565C757b94fb38B27F2/info.json
deleted file mode 100644
index 5a78eabbd699c..0000000000000
--- a/blockchains/ethereum/assets/0x0a255F700B16c0acF5673565C757b94fb38B27F2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NEOWORLD CASH",
- "symbol": "NASH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://neoworld.io/",
- "explorer": "https://etherscan.io/token/0x0a255F700B16c0acF5673565C757b94fb38B27F2",
- "status": "abandoned",
- "id": "0x0a255F700B16c0acF5673565C757b94fb38B27F2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0a255F700B16c0acF5673565C757b94fb38B27F2/logo.png b/blockchains/ethereum/assets/0x0a255F700B16c0acF5673565C757b94fb38B27F2/logo.png
deleted file mode 100644
index 1ec7758d8a247..0000000000000
Binary files a/blockchains/ethereum/assets/0x0a255F700B16c0acF5673565C757b94fb38B27F2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0a2D9370cF74Da3FD3dF5d764e394Ca8205C50B6/info.json b/blockchains/ethereum/assets/0x0a2D9370cF74Da3FD3dF5d764e394Ca8205C50B6/info.json
deleted file mode 100644
index 571d8b9fa04a6..0000000000000
--- a/blockchains/ethereum/assets/0x0a2D9370cF74Da3FD3dF5d764e394Ca8205C50B6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SAVE ENVIRONMENT TOKEN",
- "symbol": "SET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.set4earth.io/",
- "explorer": "https://etherscan.io/token/0x0a2D9370cF74Da3FD3dF5d764e394Ca8205C50B6",
- "status": "abandoned",
- "id": "0x0a2D9370cF74Da3FD3dF5d764e394Ca8205C50B6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0a2D9370cF74Da3FD3dF5d764e394Ca8205C50B6/logo.png b/blockchains/ethereum/assets/0x0a2D9370cF74Da3FD3dF5d764e394Ca8205C50B6/logo.png
deleted file mode 100644
index bdfbecff86688..0000000000000
Binary files a/blockchains/ethereum/assets/0x0a2D9370cF74Da3FD3dF5d764e394Ca8205C50B6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0a2eaa1101BFec3844d9F79Dd4E5B2F2D5B1fD4D/info.json b/blockchains/ethereum/assets/0x0a2eaa1101BFec3844d9F79Dd4E5B2F2D5B1fD4D/info.json
deleted file mode 100644
index d616058d6f7c9..0000000000000
--- a/blockchains/ethereum/assets/0x0a2eaa1101BFec3844d9F79Dd4E5B2F2D5B1fD4D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Charity Token",
- "symbol": "CHT",
- "type": "ERC20",
- "decimals": 4,
- "description": "Charity token is created for donation purposes only. Charity token is a simple ERC-20 token designed for contributions to your favorite charities and disaster relief services.",
- "website": "https://charitytokenonline.com/",
- "explorer": "https://etherscan.io/token/0x0a2eaa1101BFec3844d9F79Dd4E5B2F2D5B1fD4D",
- "status": "abandoned",
- "id": "0x0a2eaa1101BFec3844d9F79Dd4E5B2F2D5B1fD4D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0a2eaa1101BFec3844d9F79Dd4E5B2F2D5B1fD4D/logo.png b/blockchains/ethereum/assets/0x0a2eaa1101BFec3844d9F79Dd4E5B2F2D5B1fD4D/logo.png
deleted file mode 100755
index 1ee87b6c55c45..0000000000000
Binary files a/blockchains/ethereum/assets/0x0a2eaa1101BFec3844d9F79Dd4E5B2F2D5B1fD4D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0a4b2d4B48a63088e0897a3F147Ba37f81a27722/info.json b/blockchains/ethereum/assets/0x0a4b2d4B48a63088e0897a3F147Ba37f81a27722/info.json
deleted file mode 100644
index a742d4468c9e3..0000000000000
--- a/blockchains/ethereum/assets/0x0a4b2d4B48a63088e0897a3F147Ba37f81a27722/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CuraDAI",
- "symbol": "CURA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://curadai.curadao.io/",
- "explorer": "https://etherscan.io/token/0x0a4b2d4B48a63088e0897a3F147Ba37f81a27722",
- "status": "abandoned",
- "id": "0x0a4b2d4B48a63088e0897a3F147Ba37f81a27722"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0a4b2d4B48a63088e0897a3F147Ba37f81a27722/logo.png b/blockchains/ethereum/assets/0x0a4b2d4B48a63088e0897a3F147Ba37f81a27722/logo.png
deleted file mode 100644
index 33e534c8a84ae..0000000000000
Binary files a/blockchains/ethereum/assets/0x0a4b2d4B48a63088e0897a3F147Ba37f81a27722/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0a50C93c762fDD6E56D86215C24AaAD43aB629aa/info.json b/blockchains/ethereum/assets/0x0a50C93c762fDD6E56D86215C24AaAD43aB629aa/info.json
deleted file mode 100644
index 9a099b1b337ce..0000000000000
--- a/blockchains/ethereum/assets/0x0a50C93c762fDD6E56D86215C24AaAD43aB629aa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LGO Token",
- "website": "https://lgo.group",
- "description": "LGO provides a wide range of financial services on digital assets to an international and professional client base.",
- "explorer": "https://etherscan.io/token/0x0a50C93c762fDD6E56D86215C24AaAD43aB629aa",
- "type": "ERC20",
- "symbol": "LGO",
- "decimals": 8,
- "status": "active",
- "id": "0x0a50C93c762fDD6E56D86215C24AaAD43aB629aa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0a50C93c762fDD6E56D86215C24AaAD43aB629aa/logo.png b/blockchains/ethereum/assets/0x0a50C93c762fDD6E56D86215C24AaAD43aB629aa/logo.png
deleted file mode 100755
index 024a7dcea7ee2..0000000000000
Binary files a/blockchains/ethereum/assets/0x0a50C93c762fDD6E56D86215C24AaAD43aB629aa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0a661F6AD63a1500D714ED1EeEdb64ec493a54A8/info.json b/blockchains/ethereum/assets/0x0a661F6AD63a1500D714ED1EeEdb64ec493a54A8/info.json
deleted file mode 100644
index 40127bb371e1d..0000000000000
--- a/blockchains/ethereum/assets/0x0a661F6AD63a1500D714ED1EeEdb64ec493a54A8/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "Zedxion",
- "type": "ERC20",
- "symbol": "USDZ",
- "decimals": 9,
- "website": "https://zedxion.io/",
- "description": "Zedxion offers a comprehensive solution to the major problems faced by the traditional, fiat-driven monetary system. Building a crypto-powered ecosystem comprising Zedxion.",
- "explorer": "https://etherscan.io/token/0x0a661F6AD63a1500D714ED1EeEdb64ec493a54A8",
- "status": "active",
- "id": "0x0a661F6AD63a1500D714ED1EeEdb64ec493a54A8",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/zedxion"
- },
- {
- "name": "github",
- "url": "https://github.com/zedxioncryptocurrency"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@zedxion_exchange"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/usdz/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/zedxion-usdz/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/UDDb7FZF"
- },
- {
- "name": "whitepaper",
- "url": "https://futures.zedxion.io/en_US/cms/WHITE%20PAPER"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x0a661F6AD63a1500D714ED1EeEdb64ec493a54A8/logo.png b/blockchains/ethereum/assets/0x0a661F6AD63a1500D714ED1EeEdb64ec493a54A8/logo.png
deleted file mode 100644
index b1298b9670e23..0000000000000
Binary files a/blockchains/ethereum/assets/0x0a661F6AD63a1500D714ED1EeEdb64ec493a54A8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0a9A9ce600D08BF9b76F49FA4e7b38A67EBEB1E6/info.json b/blockchains/ethereum/assets/0x0a9A9ce600D08BF9b76F49FA4e7b38A67EBEB1E6/info.json
deleted file mode 100644
index f00c277ecd47a..0000000000000
--- a/blockchains/ethereum/assets/0x0a9A9ce600D08BF9b76F49FA4e7b38A67EBEB1E6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GROWCHAIN",
- "symbol": "GROW",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0a9A9ce600D08BF9b76F49FA4e7b38A67EBEB1E6",
- "status": "abandoned",
- "id": "0x0a9A9ce600D08BF9b76F49FA4e7b38A67EBEB1E6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0a9A9ce600D08BF9b76F49FA4e7b38A67EBEB1E6/logo.png b/blockchains/ethereum/assets/0x0a9A9ce600D08BF9b76F49FA4e7b38A67EBEB1E6/logo.png
deleted file mode 100755
index cbfbcfe24c76d..0000000000000
Binary files a/blockchains/ethereum/assets/0x0a9A9ce600D08BF9b76F49FA4e7b38A67EBEB1E6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0a9d68886a0D7Db83a30ec00d62512483e5Ad437/info.json b/blockchains/ethereum/assets/0x0a9d68886a0D7Db83a30ec00d62512483e5Ad437/info.json
deleted file mode 100644
index 1922bc1b13252..0000000000000
--- a/blockchains/ethereum/assets/0x0a9d68886a0D7Db83a30ec00d62512483e5Ad437/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Treecle",
- "website": "https://treecle.io/",
- "description": "Treecle is a Platform DApp that provides used car sales and various vehicle services using blockchain technology to provide transparent and reliable information.",
- "explorer": "https://etherscan.io/token/0x0a9d68886a0D7Db83a30ec00d62512483e5Ad437",
- "type": "ERC20",
- "symbol": "TRCL",
- "decimals": 0,
- "status": "active",
- "id": "0x0a9d68886a0D7Db83a30ec00d62512483e5Ad437"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0a9d68886a0D7Db83a30ec00d62512483e5Ad437/logo.png b/blockchains/ethereum/assets/0x0a9d68886a0D7Db83a30ec00d62512483e5Ad437/logo.png
deleted file mode 100644
index 0c6a2f31db22b..0000000000000
Binary files a/blockchains/ethereum/assets/0x0a9d68886a0D7Db83a30ec00d62512483e5Ad437/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0aDf59A7e7D21104Fb30A6bc7d283929339365Aa/info.json b/blockchains/ethereum/assets/0x0aDf59A7e7D21104Fb30A6bc7d283929339365Aa/info.json
deleted file mode 100644
index f7b23b25a7bf4..0000000000000
--- a/blockchains/ethereum/assets/0x0aDf59A7e7D21104Fb30A6bc7d283929339365Aa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DACMI",
- "symbol": "DACMI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0aDf59A7e7D21104Fb30A6bc7d283929339365Aa",
- "status": "abandoned",
- "id": "0x0aDf59A7e7D21104Fb30A6bc7d283929339365Aa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0aDf59A7e7D21104Fb30A6bc7d283929339365Aa/logo.png b/blockchains/ethereum/assets/0x0aDf59A7e7D21104Fb30A6bc7d283929339365Aa/logo.png
deleted file mode 100644
index 54445b7fdc3fa..0000000000000
Binary files a/blockchains/ethereum/assets/0x0aDf59A7e7D21104Fb30A6bc7d283929339365Aa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0ab93C6be61A8f30b465B71383207FBDCef1a722/info.json b/blockchains/ethereum/assets/0x0ab93C6be61A8f30b465B71383207FBDCef1a722/info.json
deleted file mode 100644
index cde3a81e50de7..0000000000000
--- a/blockchains/ethereum/assets/0x0ab93C6be61A8f30b465B71383207FBDCef1a722/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nouveau",
- "symbol": "SNV",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0ab93C6be61A8f30b465B71383207FBDCef1a722",
- "status": "abandoned",
- "id": "0x0ab93C6be61A8f30b465B71383207FBDCef1a722"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0ab93C6be61A8f30b465B71383207FBDCef1a722/logo.png b/blockchains/ethereum/assets/0x0ab93C6be61A8f30b465B71383207FBDCef1a722/logo.png
deleted file mode 100644
index dfe6fe2e50127..0000000000000
Binary files a/blockchains/ethereum/assets/0x0ab93C6be61A8f30b465B71383207FBDCef1a722/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0aeF06DcCCC531e581f0440059E6FfCC206039EE/info.json b/blockchains/ethereum/assets/0x0aeF06DcCCC531e581f0440059E6FfCC206039EE/info.json
deleted file mode 100644
index 894cc9a831796..0000000000000
--- a/blockchains/ethereum/assets/0x0aeF06DcCCC531e581f0440059E6FfCC206039EE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Intelligent Trading Technologies",
- "symbol": "ITT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://intelligenttrading.org/",
- "explorer": "https://etherscan.io/token/0x0aeF06DcCCC531e581f0440059E6FfCC206039EE",
- "status": "abandoned",
- "id": "0x0aeF06DcCCC531e581f0440059E6FfCC206039EE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0aeF06DcCCC531e581f0440059E6FfCC206039EE/logo.png b/blockchains/ethereum/assets/0x0aeF06DcCCC531e581f0440059E6FfCC206039EE/logo.png
deleted file mode 100755
index 7b57d61692dcf..0000000000000
Binary files a/blockchains/ethereum/assets/0x0aeF06DcCCC531e581f0440059E6FfCC206039EE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0af5ae6b1ADFd5bb2bf498046D8f3A188609064E/info.json b/blockchains/ethereum/assets/0x0af5ae6b1ADFd5bb2bf498046D8f3A188609064E/info.json
deleted file mode 100644
index 3d46ec65e38eb..0000000000000
--- a/blockchains/ethereum/assets/0x0af5ae6b1ADFd5bb2bf498046D8f3A188609064E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Milano",
- "symbol": "MILANO",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0af5ae6b1ADFd5bb2bf498046D8f3A188609064E",
- "status": "abandoned",
- "id": "0x0af5ae6b1ADFd5bb2bf498046D8f3A188609064E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0af5ae6b1ADFd5bb2bf498046D8f3A188609064E/logo.png b/blockchains/ethereum/assets/0x0af5ae6b1ADFd5bb2bf498046D8f3A188609064E/logo.png
deleted file mode 100644
index eed094837a804..0000000000000
Binary files a/blockchains/ethereum/assets/0x0af5ae6b1ADFd5bb2bf498046D8f3A188609064E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0b08dD9847CB630014A9f91C56e2984D6614EaF1/info.json b/blockchains/ethereum/assets/0x0b08dD9847CB630014A9f91C56e2984D6614EaF1/info.json
deleted file mode 100644
index 106256a69e4d1..0000000000000
--- a/blockchains/ethereum/assets/0x0b08dD9847CB630014A9f91C56e2984D6614EaF1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tokenestate Equity",
- "symbol": "TEM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0b08dD9847CB630014A9f91C56e2984D6614EaF1",
- "status": "abandoned",
- "id": "0x0b08dD9847CB630014A9f91C56e2984D6614EaF1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0b08dD9847CB630014A9f91C56e2984D6614EaF1/logo.png b/blockchains/ethereum/assets/0x0b08dD9847CB630014A9f91C56e2984D6614EaF1/logo.png
deleted file mode 100644
index 639aca434f555..0000000000000
Binary files a/blockchains/ethereum/assets/0x0b08dD9847CB630014A9f91C56e2984D6614EaF1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0b11D5d078955C6E5913beEaba85660202A4FC55/info.json b/blockchains/ethereum/assets/0x0b11D5d078955C6E5913beEaba85660202A4FC55/info.json
deleted file mode 100644
index 582a71e714ff1..0000000000000
--- a/blockchains/ethereum/assets/0x0b11D5d078955C6E5913beEaba85660202A4FC55/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ortier Capital",
- "symbol": "ORTC",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0b11D5d078955C6E5913beEaba85660202A4FC55",
- "status": "abandoned",
- "id": "0x0b11D5d078955C6E5913beEaba85660202A4FC55"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0b11D5d078955C6E5913beEaba85660202A4FC55/logo.png b/blockchains/ethereum/assets/0x0b11D5d078955C6E5913beEaba85660202A4FC55/logo.png
deleted file mode 100644
index ce840beada4af..0000000000000
Binary files a/blockchains/ethereum/assets/0x0b11D5d078955C6E5913beEaba85660202A4FC55/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89/info.json b/blockchains/ethereum/assets/0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89/info.json
deleted file mode 100644
index 37c62033a676c..0000000000000
--- a/blockchains/ethereum/assets/0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Impossible Finance IDIA",
- "website": "https://invest.impossible.finance/launchpad",
- "description": "Impossible Finance is a builder-focused multichain ecosystem featuring decentralized incubator, launchpad, and swap. The IDIA token is the core governance and access token for allocation into our launchpad sales. Users can stake the IDIA token into a variety of sectors and categories to secure allocation into the top project teams launching on Impossible.",
- "explorer": "https://etherscan.io/token/0x0b15ddf19d47e6a86a56148fb4afffc6929bcb89",
- "type": "ERC20",
- "symbol": "IDIA",
- "decimals": 18,
- "status": "active",
- "id": "0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/impossiblefinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/impossiblefi"
- },
- {
- "name": "blog",
- "url": "https://medium.com/impossiblefinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ImpossibleFinance"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/impossible-finance/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89/logo.png b/blockchains/ethereum/assets/0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89/logo.png
deleted file mode 100644
index 472303c8ba497..0000000000000
Binary files a/blockchains/ethereum/assets/0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0b1724cc9FDA0186911EF6a75949e9c0d3F0f2F3/info.json b/blockchains/ethereum/assets/0x0b1724cc9FDA0186911EF6a75949e9c0d3F0f2F3/info.json
deleted file mode 100644
index 351744294ab6e..0000000000000
--- a/blockchains/ethereum/assets/0x0b1724cc9FDA0186911EF6a75949e9c0d3F0f2F3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Etheriya",
- "symbol": "RIYA",
- "type": "ERC20",
- "decimals": 8,
- "description": "Etheriya is a Decentralized Blockchain-based macro and micro freelance marketplace where anyone can order or offer services ranging from Blockchain-based, graphic design, programming, consultancy, writing and translation, Video creation, marketing, business, advertising to mention just a few.",
- "website": "http://etheriya.com/",
- "explorer": "https://etherscan.io/token/0x0b1724cc9FDA0186911EF6a75949e9c0d3F0f2F3",
- "status": "abandoned",
- "id": "0x0b1724cc9FDA0186911EF6a75949e9c0d3F0f2F3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0b1724cc9FDA0186911EF6a75949e9c0d3F0f2F3/logo.png b/blockchains/ethereum/assets/0x0b1724cc9FDA0186911EF6a75949e9c0d3F0f2F3/logo.png
deleted file mode 100644
index 2073065e515b1..0000000000000
Binary files a/blockchains/ethereum/assets/0x0b1724cc9FDA0186911EF6a75949e9c0d3F0f2F3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0b38210ea11411557c13457D4dA7dC6ea731B88a/info.json b/blockchains/ethereum/assets/0x0b38210ea11411557c13457D4dA7dC6ea731B88a/info.json
deleted file mode 100644
index e4396b72176b7..0000000000000
--- a/blockchains/ethereum/assets/0x0b38210ea11411557c13457D4dA7dC6ea731B88a/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "API3",
- "website": "https://api3.org/",
- "description": "API3 aims to build blockchain-native, decentralized APIs with DAO-governance and quantifiable security.",
- "explorer": "https://etherscan.io/token/0x0b38210ea11411557c13457D4dA7dC6ea731B88a",
- "type": "ERC20",
- "symbol": "API3",
- "decimals": 18,
- "status": "active",
- "id": "0x0b38210ea11411557c13457D4dA7dC6ea731B88a",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/API3DAO"
- },
- {
- "name": "telegram",
- "url": "https://t.me/API3DAO"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/api3/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0b38210ea11411557c13457D4dA7dC6ea731B88a/logo.png b/blockchains/ethereum/assets/0x0b38210ea11411557c13457D4dA7dC6ea731B88a/logo.png
deleted file mode 100644
index e8a302ffc4e7c..0000000000000
Binary files a/blockchains/ethereum/assets/0x0b38210ea11411557c13457D4dA7dC6ea731B88a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0b6Bc42cb9b89259A3aA986363Fa37a9cbF03b8E/info.json b/blockchains/ethereum/assets/0x0b6Bc42cb9b89259A3aA986363Fa37a9cbF03b8E/info.json
deleted file mode 100644
index 0e32613279bd4..0000000000000
--- a/blockchains/ethereum/assets/0x0b6Bc42cb9b89259A3aA986363Fa37a9cbF03b8E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ContractLand Token",
- "symbol": "CLC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0b6Bc42cb9b89259A3aA986363Fa37a9cbF03b8E",
- "status": "abandoned",
- "id": "0x0b6Bc42cb9b89259A3aA986363Fa37a9cbF03b8E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0b6Bc42cb9b89259A3aA986363Fa37a9cbF03b8E/logo.png b/blockchains/ethereum/assets/0x0b6Bc42cb9b89259A3aA986363Fa37a9cbF03b8E/logo.png
deleted file mode 100644
index fccf17cad833f..0000000000000
Binary files a/blockchains/ethereum/assets/0x0b6Bc42cb9b89259A3aA986363Fa37a9cbF03b8E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0b76544F6C413a555F309Bf76260d1E02377c02A/info.json b/blockchains/ethereum/assets/0x0b76544F6C413a555F309Bf76260d1E02377c02A/info.json
deleted file mode 100644
index 5fe7e8486dcce..0000000000000
--- a/blockchains/ethereum/assets/0x0b76544F6C413a555F309Bf76260d1E02377c02A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Internet Node Token",
- "symbol": "INT",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0b76544F6C413a555F309Bf76260d1E02377c02A",
- "status": "abandoned",
- "id": "0x0b76544F6C413a555F309Bf76260d1E02377c02A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0b76544F6C413a555F309Bf76260d1E02377c02A/logo.png b/blockchains/ethereum/assets/0x0b76544F6C413a555F309Bf76260d1E02377c02A/logo.png
deleted file mode 100755
index d77adf209f156..0000000000000
Binary files a/blockchains/ethereum/assets/0x0b76544F6C413a555F309Bf76260d1E02377c02A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0b782fd8fB6CA38e69a049E52f4899A64FF1773E/info.json b/blockchains/ethereum/assets/0x0b782fd8fB6CA38e69a049E52f4899A64FF1773E/info.json
deleted file mode 100644
index 7f0433ea8c72e..0000000000000
--- a/blockchains/ethereum/assets/0x0b782fd8fB6CA38e69a049E52f4899A64FF1773E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C559015",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0b782fd8fB6CA38e69a049E52f4899A64FF1773E",
- "status": "abandoned",
- "id": "0x0b782fd8fB6CA38e69a049E52f4899A64FF1773E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0b782fd8fB6CA38e69a049E52f4899A64FF1773E/logo.png b/blockchains/ethereum/assets/0x0b782fd8fB6CA38e69a049E52f4899A64FF1773E/logo.png
deleted file mode 100644
index 74800702ab1fc..0000000000000
Binary files a/blockchains/ethereum/assets/0x0b782fd8fB6CA38e69a049E52f4899A64FF1773E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0b7B59cF63fc99130a77Aa17CF9A4811a90a23a0/info.json b/blockchains/ethereum/assets/0x0b7B59cF63fc99130a77Aa17CF9A4811a90a23a0/info.json
deleted file mode 100644
index 7d56d52f2a650..0000000000000
--- a/blockchains/ethereum/assets/0x0b7B59cF63fc99130a77Aa17CF9A4811a90a23a0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Grenade Token",
- "symbol": "GREN",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0b7B59cF63fc99130a77Aa17CF9A4811a90a23a0",
- "status": "abandoned",
- "id": "0x0b7B59cF63fc99130a77Aa17CF9A4811a90a23a0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0b7B59cF63fc99130a77Aa17CF9A4811a90a23a0/logo.png b/blockchains/ethereum/assets/0x0b7B59cF63fc99130a77Aa17CF9A4811a90a23a0/logo.png
deleted file mode 100644
index acbd06ed58b87..0000000000000
Binary files a/blockchains/ethereum/assets/0x0b7B59cF63fc99130a77Aa17CF9A4811a90a23a0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0bAfb5731805115287e4C25aBdC7f6167Ab1Dbb1/info.json b/blockchains/ethereum/assets/0x0bAfb5731805115287e4C25aBdC7f6167Ab1Dbb1/info.json
deleted file mode 100644
index cfb537c957ef0..0000000000000
--- a/blockchains/ethereum/assets/0x0bAfb5731805115287e4C25aBdC7f6167Ab1Dbb1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BlockchainOfThings",
- "symbol": "BOTS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0bAfb5731805115287e4C25aBdC7f6167Ab1Dbb1",
- "status": "abandoned",
- "id": "0x0bAfb5731805115287e4C25aBdC7f6167Ab1Dbb1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0bAfb5731805115287e4C25aBdC7f6167Ab1Dbb1/logo.png b/blockchains/ethereum/assets/0x0bAfb5731805115287e4C25aBdC7f6167Ab1Dbb1/logo.png
deleted file mode 100644
index 4759756649a59..0000000000000
Binary files a/blockchains/ethereum/assets/0x0bAfb5731805115287e4C25aBdC7f6167Ab1Dbb1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0bC48b77df84d4E3d26D9c05442CFcda39BBF457/info.json b/blockchains/ethereum/assets/0x0bC48b77df84d4E3d26D9c05442CFcda39BBF457/info.json
deleted file mode 100644
index 6191062d3f36d..0000000000000
--- a/blockchains/ethereum/assets/0x0bC48b77df84d4E3d26D9c05442CFcda39BBF457/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SperaxToken",
- "symbol": "SPA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0bC48b77df84d4E3d26D9c05442CFcda39BBF457",
- "status": "abandoned",
- "id": "0x0bC48b77df84d4E3d26D9c05442CFcda39BBF457"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0bC48b77df84d4E3d26D9c05442CFcda39BBF457/logo.png b/blockchains/ethereum/assets/0x0bC48b77df84d4E3d26D9c05442CFcda39BBF457/logo.png
deleted file mode 100644
index 2e3b9a9f04b2c..0000000000000
Binary files a/blockchains/ethereum/assets/0x0bC48b77df84d4E3d26D9c05442CFcda39BBF457/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0bC61DdED5F6710c637cf8288Eb6058766ce1921/info.json b/blockchains/ethereum/assets/0x0bC61DdED5F6710c637cf8288Eb6058766ce1921/info.json
deleted file mode 100644
index 76db8e74f408d..0000000000000
--- a/blockchains/ethereum/assets/0x0bC61DdED5F6710c637cf8288Eb6058766ce1921/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CEN",
- "symbol": "CEN",
- "type": "ERC20",
- "decimals": 18,
- "description": "Coinsuper Ecosystem Network (CEN) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.coinsuper.com/cen",
- "explorer": "https://etherscan.io/token/0x0bC61DdED5F6710c637cf8288Eb6058766ce1921",
- "status": "active",
- "id": "0x0bC61DdED5F6710c637cf8288Eb6058766ce1921"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0bC61DdED5F6710c637cf8288Eb6058766ce1921/logo.png b/blockchains/ethereum/assets/0x0bC61DdED5F6710c637cf8288Eb6058766ce1921/logo.png
deleted file mode 100644
index 772920784ee72..0000000000000
Binary files a/blockchains/ethereum/assets/0x0bC61DdED5F6710c637cf8288Eb6058766ce1921/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0bCd6FaeF90877ac73bB245dF6CE3C0EC9E95BfE/info.json b/blockchains/ethereum/assets/0x0bCd6FaeF90877ac73bB245dF6CE3C0EC9E95BfE/info.json
deleted file mode 100644
index 86c562435f02b..0000000000000
--- a/blockchains/ethereum/assets/0x0bCd6FaeF90877ac73bB245dF6CE3C0EC9E95BfE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tars Network",
- "symbol": "TARS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0bCd6FaeF90877ac73bB245dF6CE3C0EC9E95BfE",
- "status": "abandoned",
- "id": "0x0bCd6FaeF90877ac73bB245dF6CE3C0EC9E95BfE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0bCd6FaeF90877ac73bB245dF6CE3C0EC9E95BfE/logo.png b/blockchains/ethereum/assets/0x0bCd6FaeF90877ac73bB245dF6CE3C0EC9E95BfE/logo.png
deleted file mode 100644
index 57d4649bd4e5e..0000000000000
Binary files a/blockchains/ethereum/assets/0x0bCd6FaeF90877ac73bB245dF6CE3C0EC9E95BfE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0bb217E40F8a5Cb79Adf04E1aAb60E5abd0dfC1e/info.json b/blockchains/ethereum/assets/0x0bb217E40F8a5Cb79Adf04E1aAb60E5abd0dfC1e/info.json
deleted file mode 100644
index 1fe63ac278320..0000000000000
--- a/blockchains/ethereum/assets/0x0bb217E40F8a5Cb79Adf04E1aAb60E5abd0dfC1e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SwftCoin",
- "symbol": "SWFTC",
- "type": "ERC20",
- "decimals": 8,
- "description": "SWFT Blockchain is a cross-chain wallet, exchange, and payments platform powered by Swftcoin (SWFTC) that allows users to swap, trade, pay with and share hundreds of cryptocurrencies. SWFTC provides SWFT Blockchain with the sources of liquidity needed to offer faster cross-chain swaps at the best rates, and with low fees.",
- "website": "https://www.swft.pro/",
- "explorer": "https://etherscan.io/token/0x0bb217E40F8a5Cb79Adf04E1aAb60E5abd0dfC1e",
- "status": "active",
- "id": "0x0bb217E40F8a5Cb79Adf04E1aAb60E5abd0dfC1e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0bb217E40F8a5Cb79Adf04E1aAb60E5abd0dfC1e/logo.png b/blockchains/ethereum/assets/0x0bb217E40F8a5Cb79Adf04E1aAb60E5abd0dfC1e/logo.png
deleted file mode 100644
index fd033d08dcca6..0000000000000
Binary files a/blockchains/ethereum/assets/0x0bb217E40F8a5Cb79Adf04E1aAb60E5abd0dfC1e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e/info.json b/blockchains/ethereum/assets/0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e/info.json
deleted file mode 100644
index 707aea6544083..0000000000000
--- a/blockchains/ethereum/assets/0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e/info.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "name": "yearn.finance",
- "website": "https://yearn.finance/",
- "description": "YFI is the governance token for Yearn.Finance, a site that performs a variety of functions for DeFi users, moving their assets in and out of different liquidity pools in order to find the best yields.",
- "explorer": "https://etherscan.io/token/0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e",
- "research": "https://research.binance.com/en/projects/yearnfinance",
- "type": "ERC20",
- "symbol": "YFI",
- "decimals": 18,
- "status": "active",
- "id": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e",
- "tags": [
- "defi",
- "governance"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/iearn-finance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/iearnfinance"
- },
- {
- "name": "blog",
- "url": "https://medium.com/iearn"
- },
- {
- "name": "telegram",
- "url": "https://t.me/iearnfinance"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.yearn.finance/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/yearn-finance/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e/logo.png b/blockchains/ethereum/assets/0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e/logo.png
deleted file mode 100644
index 9c225f4b6c000..0000000000000
Binary files a/blockchains/ethereum/assets/0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0bfDFc31DC0A0992957d94BE07A60C130c6bd4Ec/info.json b/blockchains/ethereum/assets/0x0bfDFc31DC0A0992957d94BE07A60C130c6bd4Ec/info.json
deleted file mode 100644
index ef8577bfb9fd4..0000000000000
--- a/blockchains/ethereum/assets/0x0bfDFc31DC0A0992957d94BE07A60C130c6bd4Ec/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tyche Share",
- "symbol": "TYS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0bfDFc31DC0A0992957d94BE07A60C130c6bd4Ec",
- "status": "abandoned",
- "id": "0x0bfDFc31DC0A0992957d94BE07A60C130c6bd4Ec"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0bfDFc31DC0A0992957d94BE07A60C130c6bd4Ec/logo.png b/blockchains/ethereum/assets/0x0bfDFc31DC0A0992957d94BE07A60C130c6bd4Ec/logo.png
deleted file mode 100644
index 619303ea72299..0000000000000
Binary files a/blockchains/ethereum/assets/0x0bfDFc31DC0A0992957d94BE07A60C130c6bd4Ec/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0bfa2DfF84fba6d6e4F7193B0C58A740e2f1523A/info.json b/blockchains/ethereum/assets/0x0bfa2DfF84fba6d6e4F7193B0C58A740e2f1523A/info.json
deleted file mode 100644
index 4586b7e3edd69..0000000000000
--- a/blockchains/ethereum/assets/0x0bfa2DfF84fba6d6e4F7193B0C58A740e2f1523A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "IMO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0bfa2DfF84fba6d6e4F7193B0C58A740e2f1523A",
- "status": "abandoned",
- "id": "0x0bfa2DfF84fba6d6e4F7193B0C58A740e2f1523A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0bfa2DfF84fba6d6e4F7193B0C58A740e2f1523A/logo.png b/blockchains/ethereum/assets/0x0bfa2DfF84fba6d6e4F7193B0C58A740e2f1523A/logo.png
deleted file mode 100755
index e466bef1b5cab..0000000000000
Binary files a/blockchains/ethereum/assets/0x0bfa2DfF84fba6d6e4F7193B0C58A740e2f1523A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0c00e65D3dC5d40Ad51FA5E73e3519d0e812bF24/info.json b/blockchains/ethereum/assets/0x0c00e65D3dC5d40Ad51FA5E73e3519d0e812bF24/info.json
deleted file mode 100644
index cb7cea7a2b4dd..0000000000000
--- a/blockchains/ethereum/assets/0x0c00e65D3dC5d40Ad51FA5E73e3519d0e812bF24/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg21000",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0c00e65D3dC5d40Ad51FA5E73e3519d0e812bF24",
- "status": "abandoned",
- "id": "0x0c00e65D3dC5d40Ad51FA5E73e3519d0e812bF24"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0c00e65D3dC5d40Ad51FA5E73e3519d0e812bF24/logo.png b/blockchains/ethereum/assets/0x0c00e65D3dC5d40Ad51FA5E73e3519d0e812bF24/logo.png
deleted file mode 100644
index 62c6d27d67a78..0000000000000
Binary files a/blockchains/ethereum/assets/0x0c00e65D3dC5d40Ad51FA5E73e3519d0e812bF24/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0c07799C548Ba0C54467E30173764d2221b5E1db/info.json b/blockchains/ethereum/assets/0x0c07799C548Ba0C54467E30173764d2221b5E1db/info.json
deleted file mode 100644
index d71e0fe307b60..0000000000000
--- a/blockchains/ethereum/assets/0x0c07799C548Ba0C54467E30173764d2221b5E1db/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HQT",
- "symbol": "HQT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0c07799C548Ba0C54467E30173764d2221b5E1db",
- "status": "abandoned",
- "id": "0x0c07799C548Ba0C54467E30173764d2221b5E1db"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0c07799C548Ba0C54467E30173764d2221b5E1db/logo.png b/blockchains/ethereum/assets/0x0c07799C548Ba0C54467E30173764d2221b5E1db/logo.png
deleted file mode 100644
index 6f386f36a786f..0000000000000
Binary files a/blockchains/ethereum/assets/0x0c07799C548Ba0C54467E30173764d2221b5E1db/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0c2e3bbc4646c872a3F5A745D2902aFFda82C58a/info.json b/blockchains/ethereum/assets/0x0c2e3bbc4646c872a3F5A745D2902aFFda82C58a/info.json
deleted file mode 100644
index b3f901a8b61fc..0000000000000
--- a/blockchains/ethereum/assets/0x0c2e3bbc4646c872a3F5A745D2902aFFda82C58a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FlashX Coin",
- "symbol": "FSXC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0c2e3bbc4646c872a3F5A745D2902aFFda82C58a",
- "status": "abandoned",
- "id": "0x0c2e3bbc4646c872a3F5A745D2902aFFda82C58a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0c2e3bbc4646c872a3F5A745D2902aFFda82C58a/logo.png b/blockchains/ethereum/assets/0x0c2e3bbc4646c872a3F5A745D2902aFFda82C58a/logo.png
deleted file mode 100644
index e1dec32b5158b..0000000000000
Binary files a/blockchains/ethereum/assets/0x0c2e3bbc4646c872a3F5A745D2902aFFda82C58a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0c3ae89AF1fd1d855379C99a270De5675d009c4e/info.json b/blockchains/ethereum/assets/0x0c3ae89AF1fd1d855379C99a270De5675d009c4e/info.json
deleted file mode 100644
index 34dc1da2e5e6a..0000000000000
--- a/blockchains/ethereum/assets/0x0c3ae89AF1fd1d855379C99a270De5675d009c4e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "True Coin",
- "symbol": "TRC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0c3ae89AF1fd1d855379C99a270De5675d009c4e",
- "status": "abandoned",
- "id": "0x0c3ae89AF1fd1d855379C99a270De5675d009c4e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0c3ae89AF1fd1d855379C99a270De5675d009c4e/logo.png b/blockchains/ethereum/assets/0x0c3ae89AF1fd1d855379C99a270De5675d009c4e/logo.png
deleted file mode 100644
index 213e8fdc81ff1..0000000000000
Binary files a/blockchains/ethereum/assets/0x0c3ae89AF1fd1d855379C99a270De5675d009c4e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0c749474ecd356CB399D87Eb60Fd078368D24d4c/info.json b/blockchains/ethereum/assets/0x0c749474ecd356CB399D87Eb60Fd078368D24d4c/info.json
deleted file mode 100644
index f7f0783ad7b18..0000000000000
--- a/blockchains/ethereum/assets/0x0c749474ecd356CB399D87Eb60Fd078368D24d4c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SHIBA INU GOLD",
- "website": "https://shibgtoken.com",
- "description": "SHIBG is Community Project",
- "explorer": "https://etherscan.io/token/0x0c749474ecd356CB399D87Eb60Fd078368D24d4c",
- "symbol": "SHIBG",
- "type": "ERC20",
- "decimals": 18,
- "status": "active",
- "id": "0x0c749474ecd356CB399D87Eb60Fd078368D24d4c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0c749474ecd356CB399D87Eb60Fd078368D24d4c/logo.png b/blockchains/ethereum/assets/0x0c749474ecd356CB399D87Eb60Fd078368D24d4c/logo.png
deleted file mode 100644
index d3f2b4684a089..0000000000000
Binary files a/blockchains/ethereum/assets/0x0c749474ecd356CB399D87Eb60Fd078368D24d4c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0c7D5ae016f806603CB1782bEa29AC69471CAb9c/info.json b/blockchains/ethereum/assets/0x0c7D5ae016f806603CB1782bEa29AC69471CAb9c/info.json
deleted file mode 100644
index 7a0e8d8a77896..0000000000000
--- a/blockchains/ethereum/assets/0x0c7D5ae016f806603CB1782bEa29AC69471CAb9c/info.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "Bifrost",
- "website": "https://thebifrost.io/",
- "short_description": "Middleware platform that enables developers to create Decentralized Applications (DApps) on top of multiple protocols",
- "description": "Developers can combine the best protocols to develop substantially more scalable and flexible DApps.",
- "explorer": "https://etherscan.io/token/0x0c7D5ae016f806603CB1782bEa29AC69471CAb9c",
- "type": "ERC20",
- "symbol": "BFC",
- "decimals": 18,
- "status": "active",
- "id": "0x0c7D5ae016f806603CB1782bEa29AC69471CAb9c",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/bifrost-platform"
- },
- {
- "name": "whitepaper",
- "url": "https://thebifrost.io/static/Bifrost_WP_Eng.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0c7D5ae016f806603CB1782bEa29AC69471CAb9c/logo.png b/blockchains/ethereum/assets/0x0c7D5ae016f806603CB1782bEa29AC69471CAb9c/logo.png
deleted file mode 100644
index 3070948762ee7..0000000000000
Binary files a/blockchains/ethereum/assets/0x0c7D5ae016f806603CB1782bEa29AC69471CAb9c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0c90C57aaf95A3A87eadda6ec3974c99D786511F/info.json b/blockchains/ethereum/assets/0x0c90C57aaf95A3A87eadda6ec3974c99D786511F/info.json
deleted file mode 100644
index 4d0ea1f009b0b..0000000000000
--- a/blockchains/ethereum/assets/0x0c90C57aaf95A3A87eadda6ec3974c99D786511F/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "HanChain",
- "type": "ERC20",
- "symbol": "HAN",
- "decimals": 18,
- "website": "https://paykhan.io/",
- "description": "Dual cryptocurrency platform with DeFi structure focusing on real-life use.",
- "explorer": "https://etherscan.io/token/0x0c90c57aaf95a3a87eadda6ec3974c99d786511f",
- "status": "active",
- "id": "0x0c90C57aaf95A3A87eadda6ec3974c99D786511F",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/HanIdentity"
- },
- {
- "name": "telegram",
- "url": "https://t.me/hanchain_official"
- },
- {
- "name": "github",
- "url": "https://github.com/hanchain-paykhan/hanchain/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/hanchain/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/hanchain/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0c90C57aaf95A3A87eadda6ec3974c99D786511F/logo.png b/blockchains/ethereum/assets/0x0c90C57aaf95A3A87eadda6ec3974c99D786511F/logo.png
deleted file mode 100644
index 49d0f41e0dbee..0000000000000
Binary files a/blockchains/ethereum/assets/0x0c90C57aaf95A3A87eadda6ec3974c99D786511F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0cD022ddE27169b20895e0e2B2B8A33B25e63579/info.json b/blockchains/ethereum/assets/0x0cD022ddE27169b20895e0e2B2B8A33B25e63579/info.json
deleted file mode 100644
index 70b42adcb3567..0000000000000
--- a/blockchains/ethereum/assets/0x0cD022ddE27169b20895e0e2B2B8A33B25e63579/info.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "EverRise",
- "type": "ERC20",
- "symbol": "RISE (old)",
- "decimals": 18,
- "website": "https://www.everrise.com/",
- "description": "The Original Buyback Token Powering The EverRise Ecosystem. EverRise token (RISE) is a multi-chain collateralized cryptocurrency that protects both the ecosystem and investors with its innovative buyback and staking protocol.",
- "explorer": "https://etherscan.io/token/0x0cd022dde27169b20895e0e2b2b8a33b25e63579",
- "status": "abandoned",
- "id": "0x0cD022ddE27169b20895e0e2B2B8A33B25e63579",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/everrise/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/everrise"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/everrise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/everriseofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/everriseofficial/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EverRise"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/everrise"
- },
- {
- "name": "github",
- "url": "https://github.com/everrise-ecosystem"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EverRiseToken"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0cEC1A9154Ff802e7934Fc916Ed7Ca50bDE6844e/info.json b/blockchains/ethereum/assets/0x0cEC1A9154Ff802e7934Fc916Ed7Ca50bDE6844e/info.json
deleted file mode 100644
index 0ea8007d908d5..0000000000000
--- a/blockchains/ethereum/assets/0x0cEC1A9154Ff802e7934Fc916Ed7Ca50bDE6844e/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "PoolTogether",
- "website": "https://pooltogether.com",
- "description": "PoolTogether is the open source, decentralized primitive for no-loss prize games",
- "explorer": "https://etherscan.io/token/0x0cEC1A9154Ff802e7934Fc916Ed7Ca50bDE6844e",
- "type": "ERC20",
- "symbol": "POOL",
- "decimals": 18,
- "status": "active",
- "id": "0x0cEC1A9154Ff802e7934Fc916Ed7Ca50bDE6844e",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/PoolTogether_"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/hxPhPDW"
- },
- {
- "name": "medium",
- "url": "https://medium.com/pooltogether"
- },
- {
- "name": "github",
- "url": "https://github.com/pooltogether"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0cEC1A9154Ff802e7934Fc916Ed7Ca50bDE6844e/logo.png b/blockchains/ethereum/assets/0x0cEC1A9154Ff802e7934Fc916Ed7Ca50bDE6844e/logo.png
deleted file mode 100644
index 5eefbcac3ec54..0000000000000
Binary files a/blockchains/ethereum/assets/0x0cEC1A9154Ff802e7934Fc916Ed7Ca50bDE6844e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0cF713b11C9b986EC40D65bD4F7fbd50F6ff2d64/info.json b/blockchains/ethereum/assets/0x0cF713b11C9b986EC40D65bD4F7fbd50F6ff2d64/info.json
deleted file mode 100644
index 32a1f99684462..0000000000000
--- a/blockchains/ethereum/assets/0x0cF713b11C9b986EC40D65bD4F7fbd50F6ff2d64/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IST34 Token",
- "symbol": "IST34",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0cF713b11C9b986EC40D65bD4F7fbd50F6ff2d64",
- "status": "abandoned",
- "id": "0x0cF713b11C9b986EC40D65bD4F7fbd50F6ff2d64"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0cF713b11C9b986EC40D65bD4F7fbd50F6ff2d64/logo.png b/blockchains/ethereum/assets/0x0cF713b11C9b986EC40D65bD4F7fbd50F6ff2d64/logo.png
deleted file mode 100755
index acdb70f88d86d..0000000000000
Binary files a/blockchains/ethereum/assets/0x0cF713b11C9b986EC40D65bD4F7fbd50F6ff2d64/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0cFD0Cc77f3b6Af24Dcf505CF02A6be219457e1c/info.json b/blockchains/ethereum/assets/0x0cFD0Cc77f3b6Af24Dcf505CF02A6be219457e1c/info.json
deleted file mode 100644
index 287e6b48db8c5..0000000000000
--- a/blockchains/ethereum/assets/0x0cFD0Cc77f3b6Af24Dcf505CF02A6be219457e1c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Airconnc",
- "symbol": "ACNC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0cFD0Cc77f3b6Af24Dcf505CF02A6be219457e1c",
- "status": "abandoned",
- "id": "0x0cFD0Cc77f3b6Af24Dcf505CF02A6be219457e1c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0cFD0Cc77f3b6Af24Dcf505CF02A6be219457e1c/logo.png b/blockchains/ethereum/assets/0x0cFD0Cc77f3b6Af24Dcf505CF02A6be219457e1c/logo.png
deleted file mode 100644
index 343b30a2a0718..0000000000000
Binary files a/blockchains/ethereum/assets/0x0cFD0Cc77f3b6Af24Dcf505CF02A6be219457e1c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0ca8E31a9058BD0D3Db73758FF36e74159A542CB/info.json b/blockchains/ethereum/assets/0x0ca8E31a9058BD0D3Db73758FF36e74159A542CB/info.json
deleted file mode 100644
index 165e134dfdad2..0000000000000
--- a/blockchains/ethereum/assets/0x0ca8E31a9058BD0D3Db73758FF36e74159A542CB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SPIKECORE",
- "symbol": "SPK",
- "type": "ERC20",
- "decimals": 0,
- "description": "SPIKE implores certain deflationary burn measures to ensure that the negative trend & negative excessive downtrend volatility in value of cryptocurrencies is curtailed to its minimum.",
- "website": "https://spikecore.com/",
- "explorer": "https://etherscan.io/token/0x0ca8E31a9058BD0D3Db73758FF36e74159A542CB",
- "status": "abandoned",
- "id": "0x0ca8E31a9058BD0D3Db73758FF36e74159A542CB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0ca8E31a9058BD0D3Db73758FF36e74159A542CB/logo.png b/blockchains/ethereum/assets/0x0ca8E31a9058BD0D3Db73758FF36e74159A542CB/logo.png
deleted file mode 100644
index 71606c4df6e1c..0000000000000
Binary files a/blockchains/ethereum/assets/0x0ca8E31a9058BD0D3Db73758FF36e74159A542CB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0cae9e4d663793c2a2A0b211c1Cf4bBca2B9cAa7/info.json b/blockchains/ethereum/assets/0x0cae9e4d663793c2a2A0b211c1Cf4bBca2B9cAa7/info.json
deleted file mode 100644
index 1b5a59a0fac82..0000000000000
--- a/blockchains/ethereum/assets/0x0cae9e4d663793c2a2A0b211c1Cf4bBca2B9cAa7/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "mAMZN Token",
- "website": "https://mirror.finance",
- "description": "Wrapped Mirror AMZN Token.",
- "explorer": "https://etherscan.io/token/0x0cae9e4d663793c2a2A0b211c1Cf4bBca2B9cAa7",
- "type": "ERC20",
- "symbol": "mAMZN",
- "decimals": 18,
- "status": "active",
- "id": "0x0cae9e4d663793c2a2A0b211c1Cf4bBca2B9cAa7",
- "tags": [
- "wrapped"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MirrorProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mirror_protocol"
- },
- {
- "name": "discord",
- "url": "https://discord.com/MirrorProtocol"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@mirror-protocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0cae9e4d663793c2a2A0b211c1Cf4bBca2B9cAa7/logo.png b/blockchains/ethereum/assets/0x0cae9e4d663793c2a2A0b211c1Cf4bBca2B9cAa7/logo.png
deleted file mode 100644
index 403099fa21d4f..0000000000000
Binary files a/blockchains/ethereum/assets/0x0cae9e4d663793c2a2A0b211c1Cf4bBca2B9cAa7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0cbC9b02B8628AE08688b5cC8134dc09e36C443b/info.json b/blockchains/ethereum/assets/0x0cbC9b02B8628AE08688b5cC8134dc09e36C443b/info.json
deleted file mode 100644
index 285b8dc1250d7..0000000000000
--- a/blockchains/ethereum/assets/0x0cbC9b02B8628AE08688b5cC8134dc09e36C443b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tratok",
- "symbol": "TRAT",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "http://tratok.com",
- "explorer": "https://etherscan.io/token/0x0cbC9b02B8628AE08688b5cC8134dc09e36C443b",
- "status": "abandoned",
- "id": "0x0cbC9b02B8628AE08688b5cC8134dc09e36C443b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0cbC9b02B8628AE08688b5cC8134dc09e36C443b/logo.png b/blockchains/ethereum/assets/0x0cbC9b02B8628AE08688b5cC8134dc09e36C443b/logo.png
deleted file mode 100644
index 63a655ed0ee1a..0000000000000
Binary files a/blockchains/ethereum/assets/0x0cbC9b02B8628AE08688b5cC8134dc09e36C443b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0d02755a5700414B26FF040e1dE35D337DF56218/info.json b/blockchains/ethereum/assets/0x0d02755a5700414B26FF040e1dE35D337DF56218/info.json
deleted file mode 100644
index e019282c3a45b..0000000000000
--- a/blockchains/ethereum/assets/0x0d02755a5700414B26FF040e1dE35D337DF56218/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "BEND Token",
- "website": "https://www.benddao.xyz/",
- "description": "BEND is the governance token of BendDAO which is a peer-to-pool based NFT liquidity protocol.",
- "explorer": "https://etherscan.io/token/0x0d02755a5700414B26FF040e1dE35D337DF56218",
- "type": "ERC20",
- "symbol": "BEND",
- "decimals": 18,
- "status": "active",
- "id": "0x0d02755a5700414B26FF040e1dE35D337DF56218",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/BendDAO"
- },
- {
- "name": "github",
- "url": "https://github.com/BendDAO/"
- }
- ],
- "tags": [
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0d02755a5700414B26FF040e1dE35D337DF56218/logo.png b/blockchains/ethereum/assets/0x0d02755a5700414B26FF040e1dE35D337DF56218/logo.png
deleted file mode 100644
index 66ba2f0e0b09a..0000000000000
Binary files a/blockchains/ethereum/assets/0x0d02755a5700414B26FF040e1dE35D337DF56218/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0d16450D347c12C086d6C94c76c5Aaac35eA07E0/info.json b/blockchains/ethereum/assets/0x0d16450D347c12C086d6C94c76c5Aaac35eA07E0/info.json
deleted file mode 100644
index ccfd15dcd2324..0000000000000
--- a/blockchains/ethereum/assets/0x0d16450D347c12C086d6C94c76c5Aaac35eA07E0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gold Storage",
- "symbol": "GOLD",
- "type": "ERC20",
- "decimals": 3,
- "description": "GOLD Ethereum-based ERC20 token is a convenient and instant way to store, buy, sell or transfer investment grade gold.",
- "website": "https://gold.storage/",
- "explorer": "https://etherscan.io/token/0x0d16450D347c12C086d6C94c76c5Aaac35eA07E0",
- "status": "active",
- "id": "0x0d16450D347c12C086d6C94c76c5Aaac35eA07E0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0d16450D347c12C086d6C94c76c5Aaac35eA07E0/logo.png b/blockchains/ethereum/assets/0x0d16450D347c12C086d6C94c76c5Aaac35eA07E0/logo.png
deleted file mode 100644
index 892f501a217b0..0000000000000
Binary files a/blockchains/ethereum/assets/0x0d16450D347c12C086d6C94c76c5Aaac35eA07E0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0d2BB9D68dD4451A09ec94C05E20Bd395022bd8e/info.json b/blockchains/ethereum/assets/0x0d2BB9D68dD4451A09ec94C05E20Bd395022bd8e/info.json
deleted file mode 100644
index 586eb5426b283..0000000000000
--- a/blockchains/ethereum/assets/0x0d2BB9D68dD4451A09ec94C05E20Bd395022bd8e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CRYPTOBUCKS",
- "symbol": "CBUCKS",
- "type": "ERC20",
- "decimals": 2,
- "description": "Cryptobucks enables its users to do peer to peer exchange on all the local currencies and other cryptocurrencies. It empowers peer to peer trading and copy trade.",
- "website": "https://www.cryptobuckslimited.com/",
- "explorer": "https://etherscan.io/token/0x0d2BB9D68dD4451A09ec94C05E20Bd395022bd8e",
- "status": "active",
- "id": "0x0d2BB9D68dD4451A09ec94C05E20Bd395022bd8e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0d2BB9D68dD4451A09ec94C05E20Bd395022bd8e/logo.png b/blockchains/ethereum/assets/0x0d2BB9D68dD4451A09ec94C05E20Bd395022bd8e/logo.png
deleted file mode 100644
index 004365a2af62b..0000000000000
Binary files a/blockchains/ethereum/assets/0x0d2BB9D68dD4451A09ec94C05E20Bd395022bd8e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0d438F3b5175Bebc262bF23753C1E53d03432bDE/info.json b/blockchains/ethereum/assets/0x0d438F3b5175Bebc262bF23753C1E53d03432bDE/info.json
deleted file mode 100644
index aa2677f97bdbe..0000000000000
--- a/blockchains/ethereum/assets/0x0d438F3b5175Bebc262bF23753C1E53d03432bDE/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "Wrapped NXM",
- "website": "https://nexusmutual.io",
- "description": "WNXM represents wrapped NXM tokens that are freely transferable and only KYC-ed members of the Nexus Mutual are able to wrap and unwrap NXM.",
- "explorer": "https://etherscan.io/token/0x0d438F3b5175Bebc262bF23753C1E53d03432bDE",
- "research": "https://research.binance.com/en/projects/wrapped-nxm",
- "type": "ERC20",
- "symbol": "wNXM",
- "decimals": 18,
- "status": "active",
- "id": "0x0d438F3b5175Bebc262bF23753C1E53d03432bDE",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0d438F3b5175Bebc262bF23753C1E53d03432bDE/logo.png b/blockchains/ethereum/assets/0x0d438F3b5175Bebc262bF23753C1E53d03432bDE/logo.png
deleted file mode 100644
index aa3f5d3a47740..0000000000000
Binary files a/blockchains/ethereum/assets/0x0d438F3b5175Bebc262bF23753C1E53d03432bDE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0d4b4DA5fb1a7d55E85f8e22f728701cEB6E44C9/info.json b/blockchains/ethereum/assets/0x0d4b4DA5fb1a7d55E85f8e22f728701cEB6E44C9/info.json
deleted file mode 100644
index 8338932b163bf..0000000000000
--- a/blockchains/ethereum/assets/0x0d4b4DA5fb1a7d55E85f8e22f728701cEB6E44C9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DigiMax",
- "symbol": "DGMT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://digimaxtoken.io/",
- "explorer": "https://etherscan.io/token/0x0d4b4DA5fb1a7d55E85f8e22f728701cEB6E44C9",
- "status": "abandoned",
- "id": "0x0d4b4DA5fb1a7d55E85f8e22f728701cEB6E44C9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0d4b4DA5fb1a7d55E85f8e22f728701cEB6E44C9/logo.png b/blockchains/ethereum/assets/0x0d4b4DA5fb1a7d55E85f8e22f728701cEB6E44C9/logo.png
deleted file mode 100644
index c6be70d422b8c..0000000000000
Binary files a/blockchains/ethereum/assets/0x0d4b4DA5fb1a7d55E85f8e22f728701cEB6E44C9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0d88eD6E74bbFD96B831231638b66C05571e824F/info.json b/blockchains/ethereum/assets/0x0d88eD6E74bbFD96B831231638b66C05571e824F/info.json
deleted file mode 100644
index a0d26104d79ea..0000000000000
--- a/blockchains/ethereum/assets/0x0d88eD6E74bbFD96B831231638b66C05571e824F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Avt",
- "symbol": "AVT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aventus is a layer-2 blockchain protocol that brings scalability, lower costs, and speed to Ethereum transactions.",
- "website": "https://aventus.io/",
- "explorer": "https://etherscan.io/token/0x0d88eD6E74bbFD96B831231638b66C05571e824F",
- "status": "active",
- "id": "0x0d88eD6E74bbFD96B831231638b66C05571e824F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0d88eD6E74bbFD96B831231638b66C05571e824F/logo.png b/blockchains/ethereum/assets/0x0d88eD6E74bbFD96B831231638b66C05571e824F/logo.png
deleted file mode 100644
index b1d56f7e16e88..0000000000000
Binary files a/blockchains/ethereum/assets/0x0d88eD6E74bbFD96B831231638b66C05571e824F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0d9227f9c4ab3972f994FCcC6EeBa3213C0305c4/info.json b/blockchains/ethereum/assets/0x0d9227f9c4ab3972f994FCcC6EeBa3213C0305c4/info.json
deleted file mode 100644
index afc23d6e667f0..0000000000000
--- a/blockchains/ethereum/assets/0x0d9227f9c4ab3972f994FCcC6EeBa3213C0305c4/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Sergey Save Link",
- "website": "https://sergsave.link",
- "description": "Utility token to for NFT dApp",
- "explorer": "https://etherscan.io/token/0x0d9227f9c4ab3972f994FCcC6EeBa3213C0305c4",
- "type": "ERC20",
- "symbol": "SSL",
- "decimals": 18,
- "status": "active",
- "id": "0x0d9227f9c4ab3972f994FCcC6EeBa3213C0305c4",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/SergeySavelink"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0d9227f9c4ab3972f994FCcC6EeBa3213C0305c4/logo.png b/blockchains/ethereum/assets/0x0d9227f9c4ab3972f994FCcC6EeBa3213C0305c4/logo.png
deleted file mode 100644
index a70601ea03b18..0000000000000
Binary files a/blockchains/ethereum/assets/0x0d9227f9c4ab3972f994FCcC6EeBa3213C0305c4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0d9E614937A308438337A2999Acf64Fc86bF098a/info.json b/blockchains/ethereum/assets/0x0d9E614937A308438337A2999Acf64Fc86bF098a/info.json
deleted file mode 100644
index 17791d096fea4..0000000000000
--- a/blockchains/ethereum/assets/0x0d9E614937A308438337A2999Acf64Fc86bF098a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Saturn",
- "symbol": "XSAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Saturn.Black – liquidity provider for crypto markets. Cross-chain Exchange & OTC trading Platform.",
- "website": "https://saturn.black/",
- "explorer": "https://etherscan.io/token/0x0d9E614937A308438337A2999Acf64Fc86bF098a",
- "status": "active",
- "id": "0x0d9E614937A308438337A2999Acf64Fc86bF098a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0d9E614937A308438337A2999Acf64Fc86bF098a/logo.png b/blockchains/ethereum/assets/0x0d9E614937A308438337A2999Acf64Fc86bF098a/logo.png
deleted file mode 100644
index efa45b2287b49..0000000000000
Binary files a/blockchains/ethereum/assets/0x0d9E614937A308438337A2999Acf64Fc86bF098a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0dAa561DcD6769eb7128e4b99be6FE9C7957EaB1/info.json b/blockchains/ethereum/assets/0x0dAa561DcD6769eb7128e4b99be6FE9C7957EaB1/info.json
deleted file mode 100644
index 73eba3966adb6..0000000000000
--- a/blockchains/ethereum/assets/0x0dAa561DcD6769eb7128e4b99be6FE9C7957EaB1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CNC",
- "symbol": "CNC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0dAa561DcD6769eb7128e4b99be6FE9C7957EaB1",
- "status": "abandoned",
- "id": "0x0dAa561DcD6769eb7128e4b99be6FE9C7957EaB1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0dAa561DcD6769eb7128e4b99be6FE9C7957EaB1/logo.png b/blockchains/ethereum/assets/0x0dAa561DcD6769eb7128e4b99be6FE9C7957EaB1/logo.png
deleted file mode 100644
index 2f625e870358c..0000000000000
Binary files a/blockchains/ethereum/assets/0x0dAa561DcD6769eb7128e4b99be6FE9C7957EaB1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0dD55D33b46151b9d2427A23eC6A9986FDD74745/info.json b/blockchains/ethereum/assets/0x0dD55D33b46151b9d2427A23eC6A9986FDD74745/info.json
deleted file mode 100644
index ecad155a0f8b7..0000000000000
--- a/blockchains/ethereum/assets/0x0dD55D33b46151b9d2427A23eC6A9986FDD74745/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Long ZRX-DAI 2x v2",
- "symbol": "dLZRX2x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0dD55D33b46151b9d2427A23eC6A9986FDD74745",
- "status": "abandoned",
- "id": "0x0dD55D33b46151b9d2427A23eC6A9986FDD74745"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0dD55D33b46151b9d2427A23eC6A9986FDD74745/logo.png b/blockchains/ethereum/assets/0x0dD55D33b46151b9d2427A23eC6A9986FDD74745/logo.png
deleted file mode 100644
index b3c4b38cbadc5..0000000000000
Binary files a/blockchains/ethereum/assets/0x0dD55D33b46151b9d2427A23eC6A9986FDD74745/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0dF721639CA2F7fF0E1F618b918A65FFB199AC4E/info.json b/blockchains/ethereum/assets/0x0dF721639CA2F7fF0E1F618b918A65FFB199AC4E/info.json
deleted file mode 100644
index 9159858305481..0000000000000
--- a/blockchains/ethereum/assets/0x0dF721639CA2F7fF0E1F618b918A65FFB199AC4E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "uDOO",
- "symbol": "uDOO",
- "type": "ERC20",
- "decimals": 18,
- "description": "Howdoo is a revolutionary new messaging and social media platform that offers greater choice and control to users.",
- "website": "https://howdoo.io/",
- "explorer": "https://etherscan.io/token/0x0dF721639CA2F7fF0E1F618b918A65FFB199AC4E",
- "status": "abandoned",
- "id": "0x0dF721639CA2F7fF0E1F618b918A65FFB199AC4E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0dF721639CA2F7fF0E1F618b918A65FFB199AC4E/logo.png b/blockchains/ethereum/assets/0x0dF721639CA2F7fF0E1F618b918A65FFB199AC4E/logo.png
deleted file mode 100644
index 3b4a731ec87f5..0000000000000
Binary files a/blockchains/ethereum/assets/0x0dF721639CA2F7fF0E1F618b918A65FFB199AC4E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0db03B6CDe0B2d427C64a04FeAfd825938368f1F/info.json b/blockchains/ethereum/assets/0x0db03B6CDe0B2d427C64a04FeAfd825938368f1F/info.json
deleted file mode 100644
index 85eac54256e6d..0000000000000
--- a/blockchains/ethereum/assets/0x0db03B6CDe0B2d427C64a04FeAfd825938368f1F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PDATA",
- "symbol": "PDATA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.opiria.io",
- "explorer": "https://etherscan.io/token/0x0db03B6CDe0B2d427C64a04FeAfd825938368f1F",
- "status": "abandoned",
- "id": "0x0db03B6CDe0B2d427C64a04FeAfd825938368f1F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0db03B6CDe0B2d427C64a04FeAfd825938368f1F/logo.png b/blockchains/ethereum/assets/0x0db03B6CDe0B2d427C64a04FeAfd825938368f1F/logo.png
deleted file mode 100644
index 45ee75a2a60b8..0000000000000
Binary files a/blockchains/ethereum/assets/0x0db03B6CDe0B2d427C64a04FeAfd825938368f1F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0e0989b1f9B8A38983c2BA8053269Ca62Ec9B195/info.json b/blockchains/ethereum/assets/0x0e0989b1f9B8A38983c2BA8053269Ca62Ec9B195/info.json
deleted file mode 100644
index 198b6f46972ff..0000000000000
--- a/blockchains/ethereum/assets/0x0e0989b1f9B8A38983c2BA8053269Ca62Ec9B195/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Po.et",
- "symbol": "POE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://po.et/",
- "explorer": "https://etherscan.io/token/0x0e0989b1f9B8A38983c2BA8053269Ca62Ec9B195",
- "status": "active",
- "id": "0x0e0989b1f9B8A38983c2BA8053269Ca62Ec9B195"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0e0989b1f9B8A38983c2BA8053269Ca62Ec9B195/logo.png b/blockchains/ethereum/assets/0x0e0989b1f9B8A38983c2BA8053269Ca62Ec9B195/logo.png
deleted file mode 100755
index f64517e3913b0..0000000000000
Binary files a/blockchains/ethereum/assets/0x0e0989b1f9B8A38983c2BA8053269Ca62Ec9B195/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0e14FF106b70B807d74190Ce2c2D0Bb8c865082d/info.json b/blockchains/ethereum/assets/0x0e14FF106b70B807d74190Ce2c2D0Bb8c865082d/info.json
deleted file mode 100644
index d8c7f0668cf5d..0000000000000
--- a/blockchains/ethereum/assets/0x0e14FF106b70B807d74190Ce2c2D0Bb8c865082d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "薪抬幣",
- "symbol": "STBI",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.stbi-coin.com/",
- "explorer": "https://etherscan.io/token/0x0e14FF106b70B807d74190Ce2c2D0Bb8c865082d",
- "status": "abandoned",
- "id": "0x0e14FF106b70B807d74190Ce2c2D0Bb8c865082d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0e14FF106b70B807d74190Ce2c2D0Bb8c865082d/logo.png b/blockchains/ethereum/assets/0x0e14FF106b70B807d74190Ce2c2D0Bb8c865082d/logo.png
deleted file mode 100644
index a8cb0bb7839d9..0000000000000
Binary files a/blockchains/ethereum/assets/0x0e14FF106b70B807d74190Ce2c2D0Bb8c865082d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0e2298E3B3390e3b945a5456fBf59eCc3f55DA16/info.json b/blockchains/ethereum/assets/0x0e2298E3B3390e3b945a5456fBf59eCc3f55DA16/info.json
deleted file mode 100644
index cb2e60f3006ea..0000000000000
--- a/blockchains/ethereum/assets/0x0e2298E3B3390e3b945a5456fBf59eCc3f55DA16/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "YAM",
- "website": "http://yam.finance",
- "description": "YAM is described by the team as 'An Experiment in Fair Farming, Governance, and Elasticity'.",
- "explorer": "https://etherscan.io/token/0x0e2298E3B3390e3b945a5456fBf59eCc3f55DA16",
- "research": "",
- "type": "ERC20",
- "symbol": "YAM",
- "decimals": 18,
- "status": "active",
- "id": "0x0e2298E3B3390e3b945a5456fBf59eCc3f55DA16"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0e2298E3B3390e3b945a5456fBf59eCc3f55DA16/logo.png b/blockchains/ethereum/assets/0x0e2298E3B3390e3b945a5456fBf59eCc3f55DA16/logo.png
deleted file mode 100644
index 684d706fd0c20..0000000000000
Binary files a/blockchains/ethereum/assets/0x0e2298E3B3390e3b945a5456fBf59eCc3f55DA16/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0e511Aa1a137AaD267dfe3a6bFCa0b856C1a3682/info.json b/blockchains/ethereum/assets/0x0e511Aa1a137AaD267dfe3a6bFCa0b856C1a3682/info.json
deleted file mode 100644
index 54b7c7d104442..0000000000000
--- a/blockchains/ethereum/assets/0x0e511Aa1a137AaD267dfe3a6bFCa0b856C1a3682/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Balancer Pool Token",
- "symbol": "BPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0e511Aa1a137AaD267dfe3a6bFCa0b856C1a3682",
- "status": "abandoned",
- "id": "0x0e511Aa1a137AaD267dfe3a6bFCa0b856C1a3682"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0e511Aa1a137AaD267dfe3a6bFCa0b856C1a3682/logo.png b/blockchains/ethereum/assets/0x0e511Aa1a137AaD267dfe3a6bFCa0b856C1a3682/logo.png
deleted file mode 100644
index f3d9bf07e92e7..0000000000000
Binary files a/blockchains/ethereum/assets/0x0e511Aa1a137AaD267dfe3a6bFCa0b856C1a3682/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0e8e874bb30a5F254f5144EaAE4564C7F73fAbeD/info.json b/blockchains/ethereum/assets/0x0e8e874bb30a5F254f5144EaAE4564C7F73fAbeD/info.json
deleted file mode 100644
index 30b2a99b4d5b5..0000000000000
--- a/blockchains/ethereum/assets/0x0e8e874bb30a5F254f5144EaAE4564C7F73fAbeD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "onLEXpa",
- "symbol": "onLEXpa.com",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0e8e874bb30a5F254f5144EaAE4564C7F73fAbeD",
- "status": "abandoned",
- "id": "0x0e8e874bb30a5F254f5144EaAE4564C7F73fAbeD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0e8e874bb30a5F254f5144EaAE4564C7F73fAbeD/logo.png b/blockchains/ethereum/assets/0x0e8e874bb30a5F254f5144EaAE4564C7F73fAbeD/logo.png
deleted file mode 100644
index 8c241d133c166..0000000000000
Binary files a/blockchains/ethereum/assets/0x0e8e874bb30a5F254f5144EaAE4564C7F73fAbeD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0e9b56D2233ea2b5883861754435f9C51Dbca141/info.json b/blockchains/ethereum/assets/0x0e9b56D2233ea2b5883861754435f9C51Dbca141/info.json
deleted file mode 100644
index bfe03b9c77f3f..0000000000000
--- a/blockchains/ethereum/assets/0x0e9b56D2233ea2b5883861754435f9C51Dbca141/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "rPepe",
- "website": "https://rarepepe.net",
- "description": "rPepe Token is a deflationary cypto-currency with a 2.5% burn implemented for each transaction.",
- "explorer": "https://etherscan.io/token/0x0e9b56D2233ea2b5883861754435f9C51Dbca141",
- "type": "ERC20",
- "symbol": "rPepe",
- "decimals": 18,
- "status": "active",
- "id": "0x0e9b56D2233ea2b5883861754435f9C51Dbca141"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0e9b56D2233ea2b5883861754435f9C51Dbca141/logo.png b/blockchains/ethereum/assets/0x0e9b56D2233ea2b5883861754435f9C51Dbca141/logo.png
deleted file mode 100644
index 573f822961377..0000000000000
Binary files a/blockchains/ethereum/assets/0x0e9b56D2233ea2b5883861754435f9C51Dbca141/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0eB43ce1708f415DfB1734A3F69a89403011A4C1/info.json b/blockchains/ethereum/assets/0x0eB43ce1708f415DfB1734A3F69a89403011A4C1/info.json
deleted file mode 100644
index 8e6d614e6b6ab..0000000000000
--- a/blockchains/ethereum/assets/0x0eB43ce1708f415DfB1734A3F69a89403011A4C1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "zBitcoin",
- "symbol": "zBTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0eB43ce1708f415DfB1734A3F69a89403011A4C1",
- "status": "abandoned",
- "id": "0x0eB43ce1708f415DfB1734A3F69a89403011A4C1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0eB43ce1708f415DfB1734A3F69a89403011A4C1/logo.png b/blockchains/ethereum/assets/0x0eB43ce1708f415DfB1734A3F69a89403011A4C1/logo.png
deleted file mode 100644
index 85d1448d30001..0000000000000
Binary files a/blockchains/ethereum/assets/0x0eB43ce1708f415DfB1734A3F69a89403011A4C1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0eF3b2024ae079e6dBC2b37435cE30d2731F0101/info.json b/blockchains/ethereum/assets/0x0eF3b2024ae079e6dBC2b37435cE30d2731F0101/info.json
deleted file mode 100644
index 2b0b8e515089e..0000000000000
--- a/blockchains/ethereum/assets/0x0eF3b2024ae079e6dBC2b37435cE30d2731F0101/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UNIFI",
- "website": "https://UNIFIDEFI.com",
- "description": "UNIFI is a Defi coin used to interact in the UNifi decentralized financial eco-sysytem ",
- "explorer": "https://etherscan.io/token/0x0eF3b2024ae079e6dBC2b37435cE30d2731F0101",
- "type": "ERC20",
- "symbol": "UNIFI",
- "decimals": 18,
- "status": "active",
- "id": "0x0eF3b2024ae079e6dBC2b37435cE30d2731F0101"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0eF3b2024ae079e6dBC2b37435cE30d2731F0101/logo.png b/blockchains/ethereum/assets/0x0eF3b2024ae079e6dBC2b37435cE30d2731F0101/logo.png
deleted file mode 100644
index d74cde9cc63c2..0000000000000
Binary files a/blockchains/ethereum/assets/0x0eF3b2024ae079e6dBC2b37435cE30d2731F0101/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0ea984e789302B7B612147E4e4144e64f21425Eb/info.json b/blockchains/ethereum/assets/0x0ea984e789302B7B612147E4e4144e64f21425Eb/info.json
deleted file mode 100644
index d6a192483c987..0000000000000
--- a/blockchains/ethereum/assets/0x0ea984e789302B7B612147E4e4144e64f21425Eb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WaleTokeN",
- "symbol": "WTN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://www.waletoken.com/",
- "explorer": "https://etherscan.io/token/0x0ea984e789302B7B612147E4e4144e64f21425Eb",
- "status": "abandoned",
- "id": "0x0ea984e789302B7B612147E4e4144e64f21425Eb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0ea984e789302B7B612147E4e4144e64f21425Eb/logo.png b/blockchains/ethereum/assets/0x0ea984e789302B7B612147E4e4144e64f21425Eb/logo.png
deleted file mode 100644
index 9d8edf811ed6d..0000000000000
Binary files a/blockchains/ethereum/assets/0x0ea984e789302B7B612147E4e4144e64f21425Eb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0ecF0851b2cb945ddbee413C0E23f0C01cD4df7d/info.json b/blockchains/ethereum/assets/0x0ecF0851b2cb945ddbee413C0E23f0C01cD4df7d/info.json
deleted file mode 100644
index 4fe69841f0391..0000000000000
--- a/blockchains/ethereum/assets/0x0ecF0851b2cb945ddbee413C0E23f0C01cD4df7d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ARTIDToken",
- "symbol": "ARTID",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0ecF0851b2cb945ddbee413C0E23f0C01cD4df7d",
- "status": "abandoned",
- "id": "0x0ecF0851b2cb945ddbee413C0E23f0C01cD4df7d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0ecF0851b2cb945ddbee413C0E23f0C01cD4df7d/logo.png b/blockchains/ethereum/assets/0x0ecF0851b2cb945ddbee413C0E23f0C01cD4df7d/logo.png
deleted file mode 100644
index 256ab9f20e748..0000000000000
Binary files a/blockchains/ethereum/assets/0x0ecF0851b2cb945ddbee413C0E23f0C01cD4df7d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0ee11500E7CfE6124e3716cD7755A0F0f2116244/info.json b/blockchains/ethereum/assets/0x0ee11500E7CfE6124e3716cD7755A0F0f2116244/info.json
deleted file mode 100644
index 5f3098dc155ac..0000000000000
--- a/blockchains/ethereum/assets/0x0ee11500E7CfE6124e3716cD7755A0F0f2116244/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WXCoin",
- "symbol": "WXC",
- "type": "ERC20",
- "decimals": 0,
- "description": "WX-Coin is a decentralized cryptocurrency that uses peer-to-peer technology to operate with no central authority or banks; managing transactions and the issuing of WX-Coin is carried out collectively by the network.",
- "website": "https://wxcoins.org/",
- "explorer": "https://etherscan.io/token/0x0ee11500E7CfE6124e3716cD7755A0F0f2116244",
- "status": "abandoned",
- "id": "0x0ee11500E7CfE6124e3716cD7755A0F0f2116244"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0ee11500E7CfE6124e3716cD7755A0F0f2116244/logo.png b/blockchains/ethereum/assets/0x0ee11500E7CfE6124e3716cD7755A0F0f2116244/logo.png
deleted file mode 100644
index 89f436b5e0a6d..0000000000000
Binary files a/blockchains/ethereum/assets/0x0ee11500E7CfE6124e3716cD7755A0F0f2116244/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0f1Ed66c251BcB52ecF7E67ac64Bb72482048aDB/info.json b/blockchains/ethereum/assets/0x0f1Ed66c251BcB52ecF7E67ac64Bb72482048aDB/info.json
deleted file mode 100644
index 7a22730c47ea5..0000000000000
--- a/blockchains/ethereum/assets/0x0f1Ed66c251BcB52ecF7E67ac64Bb72482048aDB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SEER-ERC20-Token",
- "symbol": "SEER",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.seer.best/",
- "explorer": "https://etherscan.io/token/0x0f1Ed66c251BcB52ecF7E67ac64Bb72482048aDB",
- "status": "abandoned",
- "id": "0x0f1Ed66c251BcB52ecF7E67ac64Bb72482048aDB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0f1Ed66c251BcB52ecF7E67ac64Bb72482048aDB/logo.png b/blockchains/ethereum/assets/0x0f1Ed66c251BcB52ecF7E67ac64Bb72482048aDB/logo.png
deleted file mode 100755
index 214caa09ed013..0000000000000
Binary files a/blockchains/ethereum/assets/0x0f1Ed66c251BcB52ecF7E67ac64Bb72482048aDB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0f2D719407FdBeFF09D87557AbB7232601FD9F29/info.json b/blockchains/ethereum/assets/0x0f2D719407FdBeFF09D87557AbB7232601FD9F29/info.json
deleted file mode 100644
index 2a13aa9f841fd..0000000000000
--- a/blockchains/ethereum/assets/0x0f2D719407FdBeFF09D87557AbB7232601FD9F29/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Synapse",
- "website": "https://synapseprotocol.com/",
- "description": "Synapse is a cross-chain layer ∞ protocol powering interoperability between blockchains.",
- "explorer": "https://etherscan.io/token/0x0f2D719407FdBeFF09D87557AbB7232601FD9F29",
- "type": "ERC20",
- "symbol": "SYN",
- "decimals": 18,
- "status": "active",
- "id": "0x0f2D719407FdBeFF09D87557AbB7232601FD9F29",
- "tags": [
- "nft"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/synapseprotocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/synapseprotocol"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/synapse-2/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0f2D719407FdBeFF09D87557AbB7232601FD9F29/logo.png b/blockchains/ethereum/assets/0x0f2D719407FdBeFF09D87557AbB7232601FD9F29/logo.png
deleted file mode 100644
index 12c672f2e4b7b..0000000000000
Binary files a/blockchains/ethereum/assets/0x0f2D719407FdBeFF09D87557AbB7232601FD9F29/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0f51bb10119727a7e5eA3538074fb341F56B09Ad/info.json b/blockchains/ethereum/assets/0x0f51bb10119727a7e5eA3538074fb341F56B09Ad/info.json
deleted file mode 100644
index 9fa1a869191e6..0000000000000
--- a/blockchains/ethereum/assets/0x0f51bb10119727a7e5eA3538074fb341F56B09Ad/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "DAO Maker",
- "symbol": "DAO",
- "type": "ERC20",
- "decimals": 18,
- "description": "DAO Maker creates growth technologies and funding frameworks for startups, while simultaneously reducing risks for investors.",
- "website": "https://daomaker.com/",
- "explorer": "https://etherscan.io/token/0x0f51bb10119727a7e5eA3538074fb341F56B09Ad",
- "status": "active",
- "id": "0x0f51bb10119727a7e5eA3538074fb341F56B09Ad",
- "tags": [
- "defi",
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0f51bb10119727a7e5eA3538074fb341F56B09Ad/logo.png b/blockchains/ethereum/assets/0x0f51bb10119727a7e5eA3538074fb341F56B09Ad/logo.png
deleted file mode 100644
index 987d27f6d1955..0000000000000
Binary files a/blockchains/ethereum/assets/0x0f51bb10119727a7e5eA3538074fb341F56B09Ad/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0f71B8De197A1C84d31de0F1fA7926c365F052B3/info.json b/blockchains/ethereum/assets/0x0f71B8De197A1C84d31de0F1fA7926c365F052B3/info.json
deleted file mode 100644
index 30794cc4d39fe..0000000000000
--- a/blockchains/ethereum/assets/0x0f71B8De197A1C84d31de0F1fA7926c365F052B3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Arcona Distribution Contract",
- "symbol": "ARCONA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.arcona.io/index.html",
- "explorer": "https://etherscan.io/token/0x0f71B8De197A1C84d31de0F1fA7926c365F052B3",
- "status": "abandoned",
- "id": "0x0f71B8De197A1C84d31de0F1fA7926c365F052B3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0f71B8De197A1C84d31de0F1fA7926c365F052B3/logo.png b/blockchains/ethereum/assets/0x0f71B8De197A1C84d31de0F1fA7926c365F052B3/logo.png
deleted file mode 100644
index a841b60c5bece..0000000000000
Binary files a/blockchains/ethereum/assets/0x0f71B8De197A1C84d31de0F1fA7926c365F052B3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0f7F961648aE6Db43C75663aC7E5414Eb79b5704/info.json b/blockchains/ethereum/assets/0x0f7F961648aE6Db43C75663aC7E5414Eb79b5704/info.json
deleted file mode 100644
index e7fd13799ab0b..0000000000000
--- a/blockchains/ethereum/assets/0x0f7F961648aE6Db43C75663aC7E5414Eb79b5704/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blockzero Labs",
- "symbol": "XIO",
- "type": "ERC20",
- "decimals": 18,
- "description": "Blockzero Labs - Blockchain development studio.",
- "website": "https://blockzerolabs.io",
- "explorer": "https://etherscan.io/token/0x0f7f961648ae6db43c75663ac7e5414eb79b5704",
- "status": "active",
- "id": "0x0f7F961648aE6Db43C75663aC7E5414Eb79b5704"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0f7F961648aE6Db43C75663aC7E5414Eb79b5704/logo.png b/blockchains/ethereum/assets/0x0f7F961648aE6Db43C75663aC7E5414Eb79b5704/logo.png
deleted file mode 100644
index 0edbeb0fce1f4..0000000000000
Binary files a/blockchains/ethereum/assets/0x0f7F961648aE6Db43C75663aC7E5414Eb79b5704/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0f7d4d41218370ae7C94465F8cA3993eD99F650b/info.json b/blockchains/ethereum/assets/0x0f7d4d41218370ae7C94465F8cA3993eD99F650b/info.json
deleted file mode 100644
index 572cf36b4c917..0000000000000
--- a/blockchains/ethereum/assets/0x0f7d4d41218370ae7C94465F8cA3993eD99F650b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R873540",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0f7d4d41218370ae7C94465F8cA3993eD99F650b",
- "status": "abandoned",
- "id": "0x0f7d4d41218370ae7C94465F8cA3993eD99F650b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0f7d4d41218370ae7C94465F8cA3993eD99F650b/logo.png b/blockchains/ethereum/assets/0x0f7d4d41218370ae7C94465F8cA3993eD99F650b/logo.png
deleted file mode 100644
index 40036766095d7..0000000000000
Binary files a/blockchains/ethereum/assets/0x0f7d4d41218370ae7C94465F8cA3993eD99F650b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0f7f6531aF9792c9A42e2BEfCeD5ED81c0D63A23/info.json b/blockchains/ethereum/assets/0x0f7f6531aF9792c9A42e2BEfCeD5ED81c0D63A23/info.json
deleted file mode 100644
index 203c7572021c6..0000000000000
--- a/blockchains/ethereum/assets/0x0f7f6531aF9792c9A42e2BEfCeD5ED81c0D63A23/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "e-Money SEK stablecoin",
- "website": "https://e-money.com",
- "description": "ERC20 version of the e-Money SEK stablecoin",
- "explorer": "https://etherscan.io/token/0x0f7f6531aF9792c9A42e2BEfCeD5ED81c0D63A23",
- "type": "ERC20",
- "symbol": "ESEK",
- "decimals": 6,
- "status": "active",
- "id": "0x0f7f6531aF9792c9A42e2BEfCeD5ED81c0D63A23"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0f7f6531aF9792c9A42e2BEfCeD5ED81c0D63A23/logo.png b/blockchains/ethereum/assets/0x0f7f6531aF9792c9A42e2BEfCeD5ED81c0D63A23/logo.png
deleted file mode 100644
index dc81836d1ddb6..0000000000000
Binary files a/blockchains/ethereum/assets/0x0f7f6531aF9792c9A42e2BEfCeD5ED81c0D63A23/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0f801928106c4C4272275e130Be1473dBD8b492c/info.json b/blockchains/ethereum/assets/0x0f801928106c4C4272275e130Be1473dBD8b492c/info.json
deleted file mode 100644
index 18f376d64628e..0000000000000
--- a/blockchains/ethereum/assets/0x0f801928106c4C4272275e130Be1473dBD8b492c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SURPRISE",
- "symbol": "SPS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0f801928106c4C4272275e130Be1473dBD8b492c",
- "status": "abandoned",
- "id": "0x0f801928106c4C4272275e130Be1473dBD8b492c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0f801928106c4C4272275e130Be1473dBD8b492c/logo.png b/blockchains/ethereum/assets/0x0f801928106c4C4272275e130Be1473dBD8b492c/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x0f801928106c4C4272275e130Be1473dBD8b492c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0f806Fb80E13b911573D4B3b30bB1b3b0253a5Db/info.json b/blockchains/ethereum/assets/0x0f806Fb80E13b911573D4B3b30bB1b3b0253a5Db/info.json
deleted file mode 100644
index b41d3d0b4fde8..0000000000000
--- a/blockchains/ethereum/assets/0x0f806Fb80E13b911573D4B3b30bB1b3b0253a5Db/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NILOY",
- "symbol": "NILOY",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0f806Fb80E13b911573D4B3b30bB1b3b0253a5Db",
- "status": "abandoned",
- "id": "0x0f806Fb80E13b911573D4B3b30bB1b3b0253a5Db"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0f806Fb80E13b911573D4B3b30bB1b3b0253a5Db/logo.png b/blockchains/ethereum/assets/0x0f806Fb80E13b911573D4B3b30bB1b3b0253a5Db/logo.png
deleted file mode 100644
index 04bbbe7dabc1a..0000000000000
Binary files a/blockchains/ethereum/assets/0x0f806Fb80E13b911573D4B3b30bB1b3b0253a5Db/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0f8794f66C7170c4f9163a8498371A747114f6C4/info.json b/blockchains/ethereum/assets/0x0f8794f66C7170c4f9163a8498371A747114f6C4/info.json
deleted file mode 100644
index 9a2cc8156ecdc..0000000000000
--- a/blockchains/ethereum/assets/0x0f8794f66C7170c4f9163a8498371A747114f6C4/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Flama",
- "website": "https://flamanet.io/",
- "description": "Flama is one of the first deflationary tokens in the market with enhanced futures like staking.",
- "explorer": "https://etherscan.io/token/0x0f8794f66C7170c4f9163a8498371A747114f6C4",
- "type": "ERC20",
- "symbol": "FMA",
- "decimals": 18,
- "status": "active",
- "id": "0x0f8794f66C7170c4f9163a8498371A747114f6C4",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Flama"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0f8794f66C7170c4f9163a8498371A747114f6C4/logo.png b/blockchains/ethereum/assets/0x0f8794f66C7170c4f9163a8498371A747114f6C4/logo.png
deleted file mode 100644
index 91dd2ee832fb9..0000000000000
Binary files a/blockchains/ethereum/assets/0x0f8794f66C7170c4f9163a8498371A747114f6C4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0f8c45B896784A1E408526B9300519ef8660209c/info.json b/blockchains/ethereum/assets/0x0f8c45B896784A1E408526B9300519ef8660209c/info.json
deleted file mode 100644
index deed9d222f8bb..0000000000000
--- a/blockchains/ethereum/assets/0x0f8c45B896784A1E408526B9300519ef8660209c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XMAX",
- "symbol": "XMX",
- "type": "ERC20",
- "decimals": 8,
- "description": "XMAX Token (XMX) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "http://www.xmx.com",
- "explorer": "https://etherscan.io/token/0x0f8c45B896784A1E408526B9300519ef8660209c",
- "status": "active",
- "id": "0x0f8c45B896784A1E408526B9300519ef8660209c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0f8c45B896784A1E408526B9300519ef8660209c/logo.png b/blockchains/ethereum/assets/0x0f8c45B896784A1E408526B9300519ef8660209c/logo.png
deleted file mode 100755
index d5aab5a410cc2..0000000000000
Binary files a/blockchains/ethereum/assets/0x0f8c45B896784A1E408526B9300519ef8660209c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0f961c328a96c23216B97b58947c2e8a741DE912/info.json b/blockchains/ethereum/assets/0x0f961c328a96c23216B97b58947c2e8a741DE912/info.json
deleted file mode 100644
index 6248813f15e0a..0000000000000
--- a/blockchains/ethereum/assets/0x0f961c328a96c23216B97b58947c2e8a741DE912/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HOLLA",
- "symbol": "HOLLA",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0f961c328a96c23216B97b58947c2e8a741DE912",
- "status": "abandoned",
- "id": "0x0f961c328a96c23216B97b58947c2e8a741DE912"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0f961c328a96c23216B97b58947c2e8a741DE912/logo.png b/blockchains/ethereum/assets/0x0f961c328a96c23216B97b58947c2e8a741DE912/logo.png
deleted file mode 100644
index 05b23d6702948..0000000000000
Binary files a/blockchains/ethereum/assets/0x0f961c328a96c23216B97b58947c2e8a741DE912/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0fA30FB9E8633A43AeCDcFaBb6c7577437f43958/info.json b/blockchains/ethereum/assets/0x0fA30FB9E8633A43AeCDcFaBb6c7577437f43958/info.json
deleted file mode 100644
index 057e73611b565..0000000000000
--- a/blockchains/ethereum/assets/0x0fA30FB9E8633A43AeCDcFaBb6c7577437f43958/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MUNDO",
- "symbol": "MUO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.mundotoke.io/",
- "explorer": "https://etherscan.io/token/0x0fA30FB9E8633A43AeCDcFaBb6c7577437f43958",
- "status": "abandoned",
- "id": "0x0fA30FB9E8633A43AeCDcFaBb6c7577437f43958"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0fA30FB9E8633A43AeCDcFaBb6c7577437f43958/logo.png b/blockchains/ethereum/assets/0x0fA30FB9E8633A43AeCDcFaBb6c7577437f43958/logo.png
deleted file mode 100755
index 1d01c6c17739c..0000000000000
Binary files a/blockchains/ethereum/assets/0x0fA30FB9E8633A43AeCDcFaBb6c7577437f43958/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0fA74f33f6a579bA420C78f8B1Bc45855f521cA7/info.json b/blockchains/ethereum/assets/0x0fA74f33f6a579bA420C78f8B1Bc45855f521cA7/info.json
deleted file mode 100644
index 9378b9fefbcc4..0000000000000
--- a/blockchains/ethereum/assets/0x0fA74f33f6a579bA420C78f8B1Bc45855f521cA7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Overdrive",
- "symbol": "OVD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0fA74f33f6a579bA420C78f8B1Bc45855f521cA7",
- "status": "abandoned",
- "id": "0x0fA74f33f6a579bA420C78f8B1Bc45855f521cA7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0fA74f33f6a579bA420C78f8B1Bc45855f521cA7/logo.png b/blockchains/ethereum/assets/0x0fA74f33f6a579bA420C78f8B1Bc45855f521cA7/logo.png
deleted file mode 100644
index cafcc0f0a5996..0000000000000
Binary files a/blockchains/ethereum/assets/0x0fA74f33f6a579bA420C78f8B1Bc45855f521cA7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0fF6ffcFDa92c53F615a4A75D982f399C989366b/info.json b/blockchains/ethereum/assets/0x0fF6ffcFDa92c53F615a4A75D982f399C989366b/info.json
deleted file mode 100644
index 7c92b71fd1487..0000000000000
--- a/blockchains/ethereum/assets/0x0fF6ffcFDa92c53F615a4A75D982f399C989366b/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Unilayer",
- "website": "https://unilayer.app",
- "description": "A new LAYER of possibilities to trade on Uniswap.",
- "explorer": "https://etherscan.io/token/0x0fF6ffcFDa92c53F615a4A75D982f399C989366b",
- "data_source": "crowd",
- "type": "ERC20",
- "symbol": "LAYER",
- "decimals": 18,
- "status": "active",
- "id": "0x0fF6ffcFDa92c53F615a4A75D982f399C989366b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0fF6ffcFDa92c53F615a4A75D982f399C989366b/logo.png b/blockchains/ethereum/assets/0x0fF6ffcFDa92c53F615a4A75D982f399C989366b/logo.png
deleted file mode 100644
index d4022d31cfda7..0000000000000
Binary files a/blockchains/ethereum/assets/0x0fF6ffcFDa92c53F615a4A75D982f399C989366b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0fdF29094Ff2376A6D04052b04eE7F6a4B8A8ceD/info.json b/blockchains/ethereum/assets/0x0fdF29094Ff2376A6D04052b04eE7F6a4B8A8ceD/info.json
deleted file mode 100644
index d9a45a1b666ba..0000000000000
--- a/blockchains/ethereum/assets/0x0fdF29094Ff2376A6D04052b04eE7F6a4B8A8ceD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Inventive Combine EFOOD",
- "symbol": "ICEFD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0fdF29094Ff2376A6D04052b04eE7F6a4B8A8ceD",
- "status": "abandoned",
- "id": "0x0fdF29094Ff2376A6D04052b04eE7F6a4B8A8ceD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0fdF29094Ff2376A6D04052b04eE7F6a4B8A8ceD/logo.png b/blockchains/ethereum/assets/0x0fdF29094Ff2376A6D04052b04eE7F6a4B8A8ceD/logo.png
deleted file mode 100644
index f160a3d0995ff..0000000000000
Binary files a/blockchains/ethereum/assets/0x0fdF29094Ff2376A6D04052b04eE7F6a4B8A8ceD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0ff5A8451A839f5F0BB3562689D9A44089738D11/info.json b/blockchains/ethereum/assets/0x0ff5A8451A839f5F0BB3562689D9A44089738D11/info.json
deleted file mode 100644
index 61ea90c589e03..0000000000000
--- a/blockchains/ethereum/assets/0x0ff5A8451A839f5F0BB3562689D9A44089738D11/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dopex Rebate Token",
- "symbol": "rDPX",
- "type": "ERC20",
- "decimals": 18,
- "description": "rDPX - Dopex Rebate Token - Dopex offers a rebate system for losses incurred for option writers based on exercised options for every epoch. The rebate is paid in the form of rDPX.",
- "website": "https://www.dopex.io/",
- "explorer": "https://etherscan.io/token/0x0ff5A8451A839f5F0BB3562689D9A44089738D11",
- "status": "active",
- "id": "0x0ff5A8451A839f5F0BB3562689D9A44089738D11"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0ff5A8451A839f5F0BB3562689D9A44089738D11/logo.png b/blockchains/ethereum/assets/0x0ff5A8451A839f5F0BB3562689D9A44089738D11/logo.png
deleted file mode 100644
index 753b4c4d44134..0000000000000
Binary files a/blockchains/ethereum/assets/0x0ff5A8451A839f5F0BB3562689D9A44089738D11/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x0ffF6438a6F75BED346c05743eB299d7EA280020/info.json b/blockchains/ethereum/assets/0x0ffF6438a6F75BED346c05743eB299d7EA280020/info.json
deleted file mode 100644
index ddb5e555b7b01..0000000000000
--- a/blockchains/ethereum/assets/0x0ffF6438a6F75BED346c05743eB299d7EA280020/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "bomb.finance",
- "symbol": "BOMB",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x0ffF6438a6F75BED346c05743eB299d7EA280020",
- "status": "abandoned",
- "id": "0x0ffF6438a6F75BED346c05743eB299d7EA280020"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x0ffF6438a6F75BED346c05743eB299d7EA280020/logo.png b/blockchains/ethereum/assets/0x0ffF6438a6F75BED346c05743eB299d7EA280020/logo.png
deleted file mode 100644
index 6faff5dcac8ea..0000000000000
Binary files a/blockchains/ethereum/assets/0x0ffF6438a6F75BED346c05743eB299d7EA280020/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x10086399DD8c1e3De736724AF52587a2044c9fA2/info.json b/blockchains/ethereum/assets/0x10086399DD8c1e3De736724AF52587a2044c9fA2/info.json
deleted file mode 100644
index 7e8346e4e49c1..0000000000000
--- a/blockchains/ethereum/assets/0x10086399DD8c1e3De736724AF52587a2044c9fA2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "The Midas Touch Gold",
- "symbol": "TMTG",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Midas Touch Gold (TMTG) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://dgex.io",
- "explorer": "https://etherscan.io/token/0x10086399DD8c1e3De736724AF52587a2044c9fA2",
- "status": "active",
- "id": "0x10086399DD8c1e3De736724AF52587a2044c9fA2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x10086399DD8c1e3De736724AF52587a2044c9fA2/logo.png b/blockchains/ethereum/assets/0x10086399DD8c1e3De736724AF52587a2044c9fA2/logo.png
deleted file mode 100644
index aed51a902b488..0000000000000
Binary files a/blockchains/ethereum/assets/0x10086399DD8c1e3De736724AF52587a2044c9fA2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1010603473C78277924A195A22115Ee9daB432a6/info.json b/blockchains/ethereum/assets/0x1010603473C78277924A195A22115Ee9daB432a6/info.json
deleted file mode 100644
index 0c78ad54c1f21..0000000000000
--- a/blockchains/ethereum/assets/0x1010603473C78277924A195A22115Ee9daB432a6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nifty",
- "symbol": "NIFTY",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1010603473C78277924A195A22115Ee9daB432a6",
- "status": "abandoned",
- "id": "0x1010603473C78277924A195A22115Ee9daB432a6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1010603473C78277924A195A22115Ee9daB432a6/logo.png b/blockchains/ethereum/assets/0x1010603473C78277924A195A22115Ee9daB432a6/logo.png
deleted file mode 100644
index ef8acf974085b..0000000000000
Binary files a/blockchains/ethereum/assets/0x1010603473C78277924A195A22115Ee9daB432a6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1014613E2B3CBc4d575054D4982E580d9b99d7B1/info.json b/blockchains/ethereum/assets/0x1014613E2B3CBc4d575054D4982E580d9b99d7B1/info.json
deleted file mode 100644
index 1a0bc77c736d8..0000000000000
--- a/blockchains/ethereum/assets/0x1014613E2B3CBc4d575054D4982E580d9b99d7B1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitCapitalVendorToken",
- "symbol": "BCV",
- "type": "ERC20",
- "decimals": 8,
- "description": "Blockchain digital asset management.",
- "website": "https://www.bitcv.com",
- "explorer": "https://etherscan.io/token/0x1014613E2B3CBc4d575054D4982E580d9b99d7B1",
- "status": "active",
- "id": "0x1014613E2B3CBc4d575054D4982E580d9b99d7B1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1014613E2B3CBc4d575054D4982E580d9b99d7B1/logo.png b/blockchains/ethereum/assets/0x1014613E2B3CBc4d575054D4982E580d9b99d7B1/logo.png
deleted file mode 100644
index 4398c9c469518..0000000000000
Binary files a/blockchains/ethereum/assets/0x1014613E2B3CBc4d575054D4982E580d9b99d7B1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x101cc05f4A51C0319f570d5E146a8C625198e636/info.json b/blockchains/ethereum/assets/0x101cc05f4A51C0319f570d5E146a8C625198e636/info.json
deleted file mode 100644
index bce0b25a2cab2..0000000000000
--- a/blockchains/ethereum/assets/0x101cc05f4A51C0319f570d5E146a8C625198e636/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave TUSD",
- "symbol": "aTUSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave TUSD is an interest bearing token pegged 1:1 to the underlying TUSD deposited in Aave. aTUSD accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x101cc05f4A51C0319f570d5E146a8C625198e636",
- "status": "active",
- "id": "0x101cc05f4A51C0319f570d5E146a8C625198e636"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x101cc05f4A51C0319f570d5E146a8C625198e636/logo.png b/blockchains/ethereum/assets/0x101cc05f4A51C0319f570d5E146a8C625198e636/logo.png
deleted file mode 100644
index cf8c44e6af282..0000000000000
Binary files a/blockchains/ethereum/assets/0x101cc05f4A51C0319f570d5E146a8C625198e636/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1029383292b098f2302DD19299b58659FdE14aba/info.json b/blockchains/ethereum/assets/0x1029383292b098f2302DD19299b58659FdE14aba/info.json
deleted file mode 100644
index 07b404c5325b8..0000000000000
--- a/blockchains/ethereum/assets/0x1029383292b098f2302DD19299b58659FdE14aba/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fuse",
- "symbol": "Fuse",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1029383292b098f2302DD19299b58659FdE14aba",
- "status": "abandoned",
- "id": "0x1029383292b098f2302DD19299b58659FdE14aba"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1029383292b098f2302DD19299b58659FdE14aba/logo.png b/blockchains/ethereum/assets/0x1029383292b098f2302DD19299b58659FdE14aba/logo.png
deleted file mode 100644
index 936d0be1e806e..0000000000000
Binary files a/blockchains/ethereum/assets/0x1029383292b098f2302DD19299b58659FdE14aba/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x103c3A209da59d3E7C4A89307e66521e081CFDF0/info.json b/blockchains/ethereum/assets/0x103c3A209da59d3E7C4A89307e66521e081CFDF0/info.json
deleted file mode 100644
index 9fbb6b6222364..0000000000000
--- a/blockchains/ethereum/assets/0x103c3A209da59d3E7C4A89307e66521e081CFDF0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Genesis Vision Token",
- "symbol": "GVT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Genesis Vision (GVT) is the platform for the private trust management market, built on Blockchain technology and Smart Contracts.",
- "website": "https://genesis.vision/",
- "explorer": "https://etherscan.io/token/0x103c3A209da59d3E7C4A89307e66521e081CFDF0",
- "status": "active",
- "id": "0x103c3A209da59d3E7C4A89307e66521e081CFDF0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x103c3A209da59d3E7C4A89307e66521e081CFDF0/logo.png b/blockchains/ethereum/assets/0x103c3A209da59d3E7C4A89307e66521e081CFDF0/logo.png
deleted file mode 100644
index f1cddd1339060..0000000000000
Binary files a/blockchains/ethereum/assets/0x103c3A209da59d3E7C4A89307e66521e081CFDF0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1051a014E4b3F2bD08E5A7e52522f0F71628162B/info.json b/blockchains/ethereum/assets/0x1051a014E4b3F2bD08E5A7e52522f0F71628162B/info.json
deleted file mode 100644
index b8fb0cdac0e1e..0000000000000
--- a/blockchains/ethereum/assets/0x1051a014E4b3F2bD08E5A7e52522f0F71628162B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GOTOGODS",
- "symbol": "OGODS",
- "type": "ERC20",
- "decimals": 18,
- "description": "An innovative platform that allows fans to book live meetings with STARS.",
- "website": "https://www.gotogods.io/",
- "explorer": "https://etherscan.io/token/0x1051a014E4b3F2bD08E5A7e52522f0F71628162B",
- "status": "active",
- "id": "0x1051a014E4b3F2bD08E5A7e52522f0F71628162B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1051a014E4b3F2bD08E5A7e52522f0F71628162B/logo.png b/blockchains/ethereum/assets/0x1051a014E4b3F2bD08E5A7e52522f0F71628162B/logo.png
deleted file mode 100644
index 42387b030b132..0000000000000
Binary files a/blockchains/ethereum/assets/0x1051a014E4b3F2bD08E5A7e52522f0F71628162B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x105F838bC941345F9BbafeF10FDb54B241C20105/info.json b/blockchains/ethereum/assets/0x105F838bC941345F9BbafeF10FDb54B241C20105/info.json
deleted file mode 100644
index 45dbd6ef353d4..0000000000000
--- a/blockchains/ethereum/assets/0x105F838bC941345F9BbafeF10FDb54B241C20105/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gothic",
- "symbol": "GOTHIC",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x105F838bC941345F9BbafeF10FDb54B241C20105",
- "status": "abandoned",
- "id": "0x105F838bC941345F9BbafeF10FDb54B241C20105"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x105F838bC941345F9BbafeF10FDb54B241C20105/logo.png b/blockchains/ethereum/assets/0x105F838bC941345F9BbafeF10FDb54B241C20105/logo.png
deleted file mode 100644
index ec5847560cf25..0000000000000
Binary files a/blockchains/ethereum/assets/0x105F838bC941345F9BbafeF10FDb54B241C20105/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x106138D8B7F110e52Fe89A9B317ed13d38888Db0/info.json b/blockchains/ethereum/assets/0x106138D8B7F110e52Fe89A9B317ed13d38888Db0/info.json
deleted file mode 100644
index 1b43bca58d8d1..0000000000000
--- a/blockchains/ethereum/assets/0x106138D8B7F110e52Fe89A9B317ed13d38888Db0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DiscountCoins",
- "symbol": "DISC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x106138D8B7F110e52Fe89A9B317ed13d38888Db0",
- "status": "abandoned",
- "id": "0x106138D8B7F110e52Fe89A9B317ed13d38888Db0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x106138D8B7F110e52Fe89A9B317ed13d38888Db0/logo.png b/blockchains/ethereum/assets/0x106138D8B7F110e52Fe89A9B317ed13d38888Db0/logo.png
deleted file mode 100755
index 69347eb7f646f..0000000000000
Binary files a/blockchains/ethereum/assets/0x106138D8B7F110e52Fe89A9B317ed13d38888Db0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1063ce524265d5a3A624f4914acd573dD89ce988/info.json b/blockchains/ethereum/assets/0x1063ce524265d5a3A624f4914acd573dD89ce988/info.json
deleted file mode 100644
index c6c111e44fe18..0000000000000
--- a/blockchains/ethereum/assets/0x1063ce524265d5a3A624f4914acd573dD89ce988/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aigang",
- "symbol": "AIX",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aigang is building autonomous insurance network - fully automated insurance for IoT devices and a platform for insurance innovation built around data.",
- "website": "https://aigang.network/",
- "explorer": "https://etherscan.io/token/0x1063ce524265d5a3A624f4914acd573dD89ce988",
- "status": "active",
- "id": "0x1063ce524265d5a3A624f4914acd573dD89ce988"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1063ce524265d5a3A624f4914acd573dD89ce988/logo.png b/blockchains/ethereum/assets/0x1063ce524265d5a3A624f4914acd573dD89ce988/logo.png
deleted file mode 100644
index a3948ae085bfd..0000000000000
Binary files a/blockchains/ethereum/assets/0x1063ce524265d5a3A624f4914acd573dD89ce988/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x106552C11272420aAd5d7e94f8AcAb9095A6c952/info.json b/blockchains/ethereum/assets/0x106552C11272420aAd5d7e94f8AcAb9095A6c952/info.json
deleted file mode 100644
index 5d06b3021e324..0000000000000
--- a/blockchains/ethereum/assets/0x106552C11272420aAd5d7e94f8AcAb9095A6c952/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Keanu Inu",
- "website": "https://keanuinu.finance/",
- "description": "The Most Badass Dog in the Inu-verse!",
- "explorer": "https://etherscan.io/token/0x106552C11272420aAd5d7e94f8AcAb9095A6c952",
- "type": "ERC20",
- "symbol": "KEANU",
- "decimals": 9,
- "status": "active",
- "id": "0x106552C11272420aAd5d7e94f8AcAb9095A6c952"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x106552C11272420aAd5d7e94f8AcAb9095A6c952/logo.png b/blockchains/ethereum/assets/0x106552C11272420aAd5d7e94f8AcAb9095A6c952/logo.png
deleted file mode 100644
index 75cc2805587c3..0000000000000
Binary files a/blockchains/ethereum/assets/0x106552C11272420aAd5d7e94f8AcAb9095A6c952/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x106Aa49295B525fcf959aA75eC3f7dCbF5352f1C/info.json b/blockchains/ethereum/assets/0x106Aa49295B525fcf959aA75eC3f7dCbF5352f1C/info.json
deleted file mode 100644
index 3a6d51a75f21f..0000000000000
--- a/blockchains/ethereum/assets/0x106Aa49295B525fcf959aA75eC3f7dCbF5352f1C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rock Token",
- "symbol": "RKT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x106Aa49295B525fcf959aA75eC3f7dCbF5352f1C",
- "status": "abandoned",
- "id": "0x106Aa49295B525fcf959aA75eC3f7dCbF5352f1C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x106Aa49295B525fcf959aA75eC3f7dCbF5352f1C/logo.png b/blockchains/ethereum/assets/0x106Aa49295B525fcf959aA75eC3f7dCbF5352f1C/logo.png
deleted file mode 100644
index 73b7c2884c823..0000000000000
Binary files a/blockchains/ethereum/assets/0x106Aa49295B525fcf959aA75eC3f7dCbF5352f1C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x10709ca9ADcaA1728Ad530BE1ED39c0286124883/info.json b/blockchains/ethereum/assets/0x10709ca9ADcaA1728Ad530BE1ED39c0286124883/info.json
deleted file mode 100644
index 162335ae47856..0000000000000
--- a/blockchains/ethereum/assets/0x10709ca9ADcaA1728Ad530BE1ED39c0286124883/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Meritum Cash",
- "symbol": "MCH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x10709ca9ADcaA1728Ad530BE1ED39c0286124883",
- "status": "abandoned",
- "id": "0x10709ca9ADcaA1728Ad530BE1ED39c0286124883"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x10709ca9ADcaA1728Ad530BE1ED39c0286124883/logo.png b/blockchains/ethereum/assets/0x10709ca9ADcaA1728Ad530BE1ED39c0286124883/logo.png
deleted file mode 100644
index fb9894586792d..0000000000000
Binary files a/blockchains/ethereum/assets/0x10709ca9ADcaA1728Ad530BE1ED39c0286124883/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x10766A65a17701eb411AedaBfcA1d94e072D44B8/info.json b/blockchains/ethereum/assets/0x10766A65a17701eb411AedaBfcA1d94e072D44B8/info.json
deleted file mode 100644
index 9b238eb5d2f9a..0000000000000
--- a/blockchains/ethereum/assets/0x10766A65a17701eb411AedaBfcA1d94e072D44B8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WES Token",
- "symbol": "WES",
- "type": "ERC20",
- "decimals": 18,
- "description": "WES Token (WES) is an ERC20 token used through the Westrend platform and designed to thrive in an ecosystem of utility and sustainability which will expand its value and development as a utility token in the real estate industry.",
- "website": "https://westoken.io/",
- "explorer": "https://etherscan.io/token/0x10766A65a17701eb411AedaBfcA1d94e072D44B8",
- "status": "active",
- "id": "0x10766A65a17701eb411AedaBfcA1d94e072D44B8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x10766A65a17701eb411AedaBfcA1d94e072D44B8/logo.png b/blockchains/ethereum/assets/0x10766A65a17701eb411AedaBfcA1d94e072D44B8/logo.png
deleted file mode 100755
index c2838b61cc214..0000000000000
Binary files a/blockchains/ethereum/assets/0x10766A65a17701eb411AedaBfcA1d94e072D44B8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x107c4504cd79C5d2696Ea0030a8dD4e92601B82e/info.json b/blockchains/ethereum/assets/0x107c4504cd79C5d2696Ea0030a8dD4e92601B82e/info.json
deleted file mode 100644
index 3b5d4856fec36..0000000000000
--- a/blockchains/ethereum/assets/0x107c4504cd79C5d2696Ea0030a8dD4e92601B82e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bloom Token",
- "symbol": "BLT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bloom.co/",
- "explorer": "https://etherscan.io/token/0x107c4504cd79C5d2696Ea0030a8dD4e92601B82e",
- "status": "abandoned",
- "id": "0x107c4504cd79C5d2696Ea0030a8dD4e92601B82e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x107c4504cd79C5d2696Ea0030a8dD4e92601B82e/logo.png b/blockchains/ethereum/assets/0x107c4504cd79C5d2696Ea0030a8dD4e92601B82e/logo.png
deleted file mode 100644
index 6d89f7e433108..0000000000000
Binary files a/blockchains/ethereum/assets/0x107c4504cd79C5d2696Ea0030a8dD4e92601B82e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x10833B166D2B923b87cA43C864C15661Be603C7b/info.json b/blockchains/ethereum/assets/0x10833B166D2B923b87cA43C864C15661Be603C7b/info.json
deleted file mode 100644
index 2dbd6c54b525a..0000000000000
--- a/blockchains/ethereum/assets/0x10833B166D2B923b87cA43C864C15661Be603C7b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NASZAM",
- "symbol": "NASZAM",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x10833B166D2B923b87cA43C864C15661Be603C7b",
- "status": "abandoned",
- "id": "0x10833B166D2B923b87cA43C864C15661Be603C7b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x10833B166D2B923b87cA43C864C15661Be603C7b/logo.png b/blockchains/ethereum/assets/0x10833B166D2B923b87cA43C864C15661Be603C7b/logo.png
deleted file mode 100644
index 8a83b0377f571..0000000000000
Binary files a/blockchains/ethereum/assets/0x10833B166D2B923b87cA43C864C15661Be603C7b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x10Bae51262490B4f4AF41e12eD52A0E744c1137A/info.json b/blockchains/ethereum/assets/0x10Bae51262490B4f4AF41e12eD52A0E744c1137A/info.json
deleted file mode 100644
index 8beab30ab60bc..0000000000000
--- a/blockchains/ethereum/assets/0x10Bae51262490B4f4AF41e12eD52A0E744c1137A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Soft Link",
- "symbol": "SLINK",
- "type": "ERC20",
- "decimals": 9,
- "description": "Softlink is a rebasing token that attempts to achieve a non-collaterized price peg to LINK by contracting and expanding supply evenly across all balances.",
- "website": "https://slink.finance/",
- "explorer": "https://etherscan.io/token/0x10Bae51262490B4f4AF41e12eD52A0E744c1137A",
- "status": "active",
- "id": "0x10Bae51262490B4f4AF41e12eD52A0E744c1137A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x10Bae51262490B4f4AF41e12eD52A0E744c1137A/logo.png b/blockchains/ethereum/assets/0x10Bae51262490B4f4AF41e12eD52A0E744c1137A/logo.png
deleted file mode 100644
index 689ba312aca2a..0000000000000
Binary files a/blockchains/ethereum/assets/0x10Bae51262490B4f4AF41e12eD52A0E744c1137A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x10Be9a8dAe441d276a5027936c3aADEd2d82bC15/info.json b/blockchains/ethereum/assets/0x10Be9a8dAe441d276a5027936c3aADEd2d82bC15/info.json
deleted file mode 100644
index 56c3b59b1bf56..0000000000000
--- a/blockchains/ethereum/assets/0x10Be9a8dAe441d276a5027936c3aADEd2d82bC15/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UniMex Network",
- "type": "ERC20",
- "symbol": "UMX",
- "decimals": 18,
- "website": "https://unimex.network",
- "description": "UniMex is a Uniswap based borrowing platform which facilitates the margin trading of native Uniswap assets",
- "explorer": "https://etherscan.io/token/0x10Be9a8dAe441d276a5027936c3aADEd2d82bC15",
- "status": "active",
- "id": "0x10Be9a8dAe441d276a5027936c3aADEd2d82bC15"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x10Be9a8dAe441d276a5027936c3aADEd2d82bC15/logo.png b/blockchains/ethereum/assets/0x10Be9a8dAe441d276a5027936c3aADEd2d82bC15/logo.png
deleted file mode 100644
index 47f877a879e6f..0000000000000
Binary files a/blockchains/ethereum/assets/0x10Be9a8dAe441d276a5027936c3aADEd2d82bC15/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x10DC623fCb8A3C151875f03D442103cBF6469bE6/info.json b/blockchains/ethereum/assets/0x10DC623fCb8A3C151875f03D442103cBF6469bE6/info.json
deleted file mode 100644
index 2151b96fff201..0000000000000
--- a/blockchains/ethereum/assets/0x10DC623fCb8A3C151875f03D442103cBF6469bE6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Digital Block",
- "symbol": "DB",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x10DC623fCb8A3C151875f03D442103cBF6469bE6",
- "status": "abandoned",
- "id": "0x10DC623fCb8A3C151875f03D442103cBF6469bE6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x10DC623fCb8A3C151875f03D442103cBF6469bE6/logo.png b/blockchains/ethereum/assets/0x10DC623fCb8A3C151875f03D442103cBF6469bE6/logo.png
deleted file mode 100644
index 9634b4595f1b4..0000000000000
Binary files a/blockchains/ethereum/assets/0x10DC623fCb8A3C151875f03D442103cBF6469bE6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x10Ef64cb79Fd4d75d4Aa7e8502d95C42124e434b/info.json b/blockchains/ethereum/assets/0x10Ef64cb79Fd4d75d4Aa7e8502d95C42124e434b/info.json
deleted file mode 100644
index 1898115d367a8..0000000000000
--- a/blockchains/ethereum/assets/0x10Ef64cb79Fd4d75d4Aa7e8502d95C42124e434b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoronaCoin",
- "symbol": "NCOV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://icosbook.com/",
- "explorer": "https://etherscan.io/token/0x10Ef64cb79Fd4d75d4Aa7e8502d95C42124e434b",
- "status": "abandoned",
- "id": "0x10Ef64cb79Fd4d75d4Aa7e8502d95C42124e434b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x10Ef64cb79Fd4d75d4Aa7e8502d95C42124e434b/logo.png b/blockchains/ethereum/assets/0x10Ef64cb79Fd4d75d4Aa7e8502d95C42124e434b/logo.png
deleted file mode 100644
index fea368ce8832d..0000000000000
Binary files a/blockchains/ethereum/assets/0x10Ef64cb79Fd4d75d4Aa7e8502d95C42124e434b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x10F135Ce102Eee47DCA8FE8E19Dca6324DFBD684/info.json b/blockchains/ethereum/assets/0x10F135Ce102Eee47DCA8FE8E19Dca6324DFBD684/info.json
deleted file mode 100644
index d1f80dda2eca4..0000000000000
--- a/blockchains/ethereum/assets/0x10F135Ce102Eee47DCA8FE8E19Dca6324DFBD684/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoinDaily",
- "symbol": "CDY",
- "type": "ERC20",
- "decimals": 8,
- "description": "The Blockchain Primary Market Integrated Service Platform.",
- "website": "http://www.coindaily.io/",
- "explorer": "https://etherscan.io/token/0x10F135Ce102Eee47DCA8FE8E19Dca6324DFBD684",
- "status": "abandoned",
- "id": "0x10F135Ce102Eee47DCA8FE8E19Dca6324DFBD684"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x10F135Ce102Eee47DCA8FE8E19Dca6324DFBD684/logo.png b/blockchains/ethereum/assets/0x10F135Ce102Eee47DCA8FE8E19Dca6324DFBD684/logo.png
deleted file mode 100644
index 7175e1c23a174..0000000000000
Binary files a/blockchains/ethereum/assets/0x10F135Ce102Eee47DCA8FE8E19Dca6324DFBD684/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x10bA8C420e912bF07BEdaC03Aa6908720db04e0c/info.json b/blockchains/ethereum/assets/0x10bA8C420e912bF07BEdaC03Aa6908720db04e0c/info.json
deleted file mode 100644
index d59525a708474..0000000000000
--- a/blockchains/ethereum/assets/0x10bA8C420e912bF07BEdaC03Aa6908720db04e0c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Raise",
- "symbol": "RAISE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://raise.it/",
- "explorer": "https://etherscan.io/token/0x10bA8C420e912bF07BEdaC03Aa6908720db04e0c",
- "status": "active",
- "id": "0x10bA8C420e912bF07BEdaC03Aa6908720db04e0c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x10bA8C420e912bF07BEdaC03Aa6908720db04e0c/logo.png b/blockchains/ethereum/assets/0x10bA8C420e912bF07BEdaC03Aa6908720db04e0c/logo.png
deleted file mode 100644
index 7981bcb975f3f..0000000000000
Binary files a/blockchains/ethereum/assets/0x10bA8C420e912bF07BEdaC03Aa6908720db04e0c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x10c71515602429C19d53011EA7040B87a4894838/info.json b/blockchains/ethereum/assets/0x10c71515602429C19d53011EA7040B87a4894838/info.json
deleted file mode 100644
index aae9e3f033855..0000000000000
--- a/blockchains/ethereum/assets/0x10c71515602429C19d53011EA7040B87a4894838/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Diamond Platform Token",
- "website": "https://cdiamondcoin.com",
- "description": "Diamond Network aims to create a transparent and traceable diamond market.",
- "explorer": "https://etherscan.io/token/0x10c71515602429C19d53011EA7040B87a4894838",
- "type": "ERC20",
- "symbol": "DPT",
- "decimals": 18,
- "status": "active",
- "id": "0x10c71515602429C19d53011EA7040B87a4894838"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x10c71515602429C19d53011EA7040B87a4894838/logo.png b/blockchains/ethereum/assets/0x10c71515602429C19d53011EA7040B87a4894838/logo.png
deleted file mode 100644
index 73ddfdcb4fd5b..0000000000000
Binary files a/blockchains/ethereum/assets/0x10c71515602429C19d53011EA7040B87a4894838/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x10eC0D497824e342bCB0EDcE00959142aAa766dD/info.json b/blockchains/ethereum/assets/0x10eC0D497824e342bCB0EDcE00959142aAa766dD/info.json
deleted file mode 100644
index ae90d21f9bfa9..0000000000000
--- a/blockchains/ethereum/assets/0x10eC0D497824e342bCB0EDcE00959142aAa766dD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IdleDAI",
- "symbol": "IDLEDAI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x10eC0D497824e342bCB0EDcE00959142aAa766dD",
- "status": "abandoned",
- "id": "0x10eC0D497824e342bCB0EDcE00959142aAa766dD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x10eC0D497824e342bCB0EDcE00959142aAa766dD/logo.png b/blockchains/ethereum/assets/0x10eC0D497824e342bCB0EDcE00959142aAa766dD/logo.png
deleted file mode 100644
index cda127cf112b1..0000000000000
Binary files a/blockchains/ethereum/assets/0x10eC0D497824e342bCB0EDcE00959142aAa766dD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x11003E410ca3FcD220765B3d2f343433A0b2bffd/info.json b/blockchains/ethereum/assets/0x11003E410ca3FcD220765B3d2f343433A0b2bffd/info.json
deleted file mode 100644
index 0ff56029f7f27..0000000000000
--- a/blockchains/ethereum/assets/0x11003E410ca3FcD220765B3d2f343433A0b2bffd/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "METH",
- "website": "https://farmingbad.finance",
- "description": "FarmingBad is a yield farming project inspired by DeFi protpocols and drastically improved from a tokenomics point of view. We introduced the new concept of inflation called Berhane Model on our block reward and added a model of buybacks through BTC mining.",
- "explorer": "https://etherscan.io/token/0x11003E410ca3FcD220765B3d2f343433A0b2bffd",
- "type": "ERC20",
- "symbol": "METH",
- "decimals": 18,
- "status": "active",
- "id": "0x11003E410ca3FcD220765B3d2f343433A0b2bffd",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/FarmingBad"
- },
- {
- "name": "telegram",
- "url": "https://t.me/FarmingBad"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/KvDDnVN2FP"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@FarmingBad"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x11003E410ca3FcD220765B3d2f343433A0b2bffd/logo.png b/blockchains/ethereum/assets/0x11003E410ca3FcD220765B3d2f343433A0b2bffd/logo.png
deleted file mode 100644
index 2f1686a124c4a..0000000000000
Binary files a/blockchains/ethereum/assets/0x11003E410ca3FcD220765B3d2f343433A0b2bffd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x111111111117dC0aa78b770fA6A738034120C302/info.json b/blockchains/ethereum/assets/0x111111111117dC0aa78b770fA6A738034120C302/info.json
deleted file mode 100644
index 2e47da0cb1577..0000000000000
--- a/blockchains/ethereum/assets/0x111111111117dC0aa78b770fA6A738034120C302/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "1INCH Token",
- "website": "https://1inch.io/",
- "description": "1inch is a decentralized exchange (DEX) aggregator, connecting several DEXes into one platform to allow its users to find the most efficient swapping routes across all platforms. In order for a user to find the best price for a swap, they need to look at every exchange — DEX aggregators eliminate the need for manually checking, bringing efficiency to swapping on DEXs.",
- "explorer": "https://etherscan.io/token/0x111111111117dC0aa78b770fA6A738034120C302",
- "type": "ERC20",
- "symbol": "1INCH",
- "decimals": 18,
- "status": "active",
- "id": "0x111111111117dC0aa78b770fA6A738034120C302",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/1inch"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/1inchNetwork"
- },
- {
- "name": "blog",
- "url": "https://blog.1inch.io/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/OneInchNetwork"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/1inch/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x111111111117dC0aa78b770fA6A738034120C302/logo.png b/blockchains/ethereum/assets/0x111111111117dC0aa78b770fA6A738034120C302/logo.png
deleted file mode 100644
index fc04d19df090f..0000000000000
Binary files a/blockchains/ethereum/assets/0x111111111117dC0aa78b770fA6A738034120C302/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x111111517e4929D3dcbdfa7CCe55d30d4B6BC4d6/info.json b/blockchains/ethereum/assets/0x111111517e4929D3dcbdfa7CCe55d30d4B6BC4d6/info.json
deleted file mode 100644
index b4f115143f905..0000000000000
--- a/blockchains/ethereum/assets/0x111111517e4929D3dcbdfa7CCe55d30d4B6BC4d6/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "ICHI",
- "website": "app.ichi.org",
- "description": "The ICHI token is a token built for governing the ICHI DAO.",
- "explorer": "https://etherscan.io/token/0x111111517e4929D3dcbdfa7CCe55d30d4B6BC4d6",
- "type": "ERC20",
- "symbol": "ICHI",
- "decimals": 18,
- "status": "active",
- "id": "0x111111517e4929D3dcbdfa7CCe55d30d4B6BC4d6",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ichifarm"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ichifoundation"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ichifarm"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ichifarm"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x111111517e4929D3dcbdfa7CCe55d30d4B6BC4d6/logo.png b/blockchains/ethereum/assets/0x111111517e4929D3dcbdfa7CCe55d30d4B6BC4d6/logo.png
deleted file mode 100644
index 14b20b489979c..0000000000000
Binary files a/blockchains/ethereum/assets/0x111111517e4929D3dcbdfa7CCe55d30d4B6BC4d6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1122B6a0E00DCe0563082b6e2953f3A943855c1F/info.json b/blockchains/ethereum/assets/0x1122B6a0E00DCe0563082b6e2953f3A943855c1F/info.json
deleted file mode 100644
index d58354435c4b9..0000000000000
--- a/blockchains/ethereum/assets/0x1122B6a0E00DCe0563082b6e2953f3A943855c1F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Centrality",
- "website": "https://centrality.ai",
- "description": "Centrality is a Kiwi company formed by like-minded individuals that are interested in cutting edge technology and creating something purposeful.",
- "explorer": "https://etherscan.io/token/0x1122B6a0E00DCe0563082b6e2953f3A943855c1F",
- "type": "ERC20",
- "symbol": "CENNZ",
- "decimals": 18,
- "status": "active",
- "id": "0x1122B6a0E00DCe0563082b6e2953f3A943855c1F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1122B6a0E00DCe0563082b6e2953f3A943855c1F/logo.png b/blockchains/ethereum/assets/0x1122B6a0E00DCe0563082b6e2953f3A943855c1F/logo.png
deleted file mode 100644
index d86bf40de9e83..0000000000000
Binary files a/blockchains/ethereum/assets/0x1122B6a0E00DCe0563082b6e2953f3A943855c1F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1124d4bfF5466EE2c88473E9A8a1cEa119DD0C62/info.json b/blockchains/ethereum/assets/0x1124d4bfF5466EE2c88473E9A8a1cEa119DD0C62/info.json
deleted file mode 100644
index 5a10451945ba7..0000000000000
--- a/blockchains/ethereum/assets/0x1124d4bfF5466EE2c88473E9A8a1cEa119DD0C62/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Veritoken Security Token",
- "symbol": "VTG",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1124d4bfF5466EE2c88473E9A8a1cEa119DD0C62",
- "status": "abandoned",
- "id": "0x1124d4bfF5466EE2c88473E9A8a1cEa119DD0C62"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1124d4bfF5466EE2c88473E9A8a1cEa119DD0C62/logo.png b/blockchains/ethereum/assets/0x1124d4bfF5466EE2c88473E9A8a1cEa119DD0C62/logo.png
deleted file mode 100644
index 52478684d42a1..0000000000000
Binary files a/blockchains/ethereum/assets/0x1124d4bfF5466EE2c88473E9A8a1cEa119DD0C62/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x11468D142559f6aB61e69B47F30fa6A36c93eE92/info.json b/blockchains/ethereum/assets/0x11468D142559f6aB61e69B47F30fa6A36c93eE92/info.json
deleted file mode 100644
index 41d398be7ebe6..0000000000000
--- a/blockchains/ethereum/assets/0x11468D142559f6aB61e69B47F30fa6A36c93eE92/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CombiCoin",
- "symbol": "COMBI",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x11468D142559f6aB61e69B47F30fa6A36c93eE92",
- "status": "abandoned",
- "id": "0x11468D142559f6aB61e69B47F30fa6A36c93eE92"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x11468D142559f6aB61e69B47F30fa6A36c93eE92/logo.png b/blockchains/ethereum/assets/0x11468D142559f6aB61e69B47F30fa6A36c93eE92/logo.png
deleted file mode 100644
index cf9aff50e95b3..0000000000000
Binary files a/blockchains/ethereum/assets/0x11468D142559f6aB61e69B47F30fa6A36c93eE92/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1149CFC37D81304173CD2b203508AB1F6934b81B/info.json b/blockchains/ethereum/assets/0x1149CFC37D81304173CD2b203508AB1F6934b81B/info.json
deleted file mode 100644
index 25c7c1894c396..0000000000000
--- a/blockchains/ethereum/assets/0x1149CFC37D81304173CD2b203508AB1F6934b81B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ASTOX",
- "symbol": "ASTX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1149CFC37D81304173CD2b203508AB1F6934b81B",
- "status": "abandoned",
- "id": "0x1149CFC37D81304173CD2b203508AB1F6934b81B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1149CFC37D81304173CD2b203508AB1F6934b81B/logo.png b/blockchains/ethereum/assets/0x1149CFC37D81304173CD2b203508AB1F6934b81B/logo.png
deleted file mode 100644
index 58f9e9e95f5f3..0000000000000
Binary files a/blockchains/ethereum/assets/0x1149CFC37D81304173CD2b203508AB1F6934b81B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x114f1fC16DB3615dE301B39914625a79b912Ea11/info.json b/blockchains/ethereum/assets/0x114f1fC16DB3615dE301B39914625a79b912Ea11/info.json
deleted file mode 100644
index 4e8b333716767..0000000000000
--- a/blockchains/ethereum/assets/0x114f1fC16DB3615dE301B39914625a79b912Ea11/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UFOHotelCoin",
- "symbol": "UHC",
- "type": "ERC20",
- "decimals": 4,
- "description": "UFO-HOTEL with space-age architecture and running autonomously anywhere in the world. Our smart-contracts provides protection of property rights, transparency of booking rooms, commissions to sellers.",
- "website": "https://ufohotel.io/",
- "explorer": "https://etherscan.io/token/0x114f1fC16DB3615dE301B39914625a79b912Ea11",
- "status": "abandoned",
- "id": "0x114f1fC16DB3615dE301B39914625a79b912Ea11"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x114f1fC16DB3615dE301B39914625a79b912Ea11/logo.png b/blockchains/ethereum/assets/0x114f1fC16DB3615dE301B39914625a79b912Ea11/logo.png
deleted file mode 100644
index 8c27a30ba3507..0000000000000
Binary files a/blockchains/ethereum/assets/0x114f1fC16DB3615dE301B39914625a79b912Ea11/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x115eC79F1de567eC68B7AE7eDA501b406626478e/info.json b/blockchains/ethereum/assets/0x115eC79F1de567eC68B7AE7eDA501b406626478e/info.json
deleted file mode 100644
index 2be7e88ed2425..0000000000000
--- a/blockchains/ethereum/assets/0x115eC79F1de567eC68B7AE7eDA501b406626478e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CarryToken",
- "symbol": "CRE",
- "type": "ERC20",
- "decimals": 18,
- "description": "Carry (CRE) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://carryprotocol.io",
- "explorer": "https://etherscan.io/token/0x115eC79F1de567eC68B7AE7eDA501b406626478e",
- "status": "active",
- "id": "0x115eC79F1de567eC68B7AE7eDA501b406626478e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x115eC79F1de567eC68B7AE7eDA501b406626478e/logo.png b/blockchains/ethereum/assets/0x115eC79F1de567eC68B7AE7eDA501b406626478e/logo.png
deleted file mode 100644
index 59f8bd01d3e80..0000000000000
Binary files a/blockchains/ethereum/assets/0x115eC79F1de567eC68B7AE7eDA501b406626478e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x11613b1f840bb5A40F8866d857e24DA126B79D73/info.json b/blockchains/ethereum/assets/0x11613b1f840bb5A40F8866d857e24DA126B79D73/info.json
deleted file mode 100644
index 5ca465cec1a6e..0000000000000
--- a/blockchains/ethereum/assets/0x11613b1f840bb5A40F8866d857e24DA126B79D73/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Cappasity",
- "website": "https://cappasity.com",
- "description": "Cappasity is an easy, scalable platform for creating, embedding, and analyzing 3D and AR/VR content.",
- "explorer": "https://etherscan.io/token/0x11613b1f840bb5A40F8866d857e24DA126B79D73",
- "research": "",
- "type": "ERC20",
- "symbol": "CAPP",
- "decimals": 2,
- "status": "active",
- "id": "0x11613b1f840bb5A40F8866d857e24DA126B79D73"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x11613b1f840bb5A40F8866d857e24DA126B79D73/logo.png b/blockchains/ethereum/assets/0x11613b1f840bb5A40F8866d857e24DA126B79D73/logo.png
deleted file mode 100755
index b7d4fc1766b36..0000000000000
Binary files a/blockchains/ethereum/assets/0x11613b1f840bb5A40F8866d857e24DA126B79D73/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x116a790417c31Ab790436A519D1C1F3353Edd4a2/info.json b/blockchains/ethereum/assets/0x116a790417c31Ab790436A519D1C1F3353Edd4a2/info.json
deleted file mode 100644
index 2a7a52042c041..0000000000000
--- a/blockchains/ethereum/assets/0x116a790417c31Ab790436A519D1C1F3353Edd4a2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Trip",
- "symbol": "TRIP",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x116a790417c31Ab790436A519D1C1F3353Edd4a2",
- "status": "abandoned",
- "id": "0x116a790417c31Ab790436A519D1C1F3353Edd4a2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x116a790417c31Ab790436A519D1C1F3353Edd4a2/logo.png b/blockchains/ethereum/assets/0x116a790417c31Ab790436A519D1C1F3353Edd4a2/logo.png
deleted file mode 100644
index e809c20cf64b9..0000000000000
Binary files a/blockchains/ethereum/assets/0x116a790417c31Ab790436A519D1C1F3353Edd4a2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x11799ef12A8b4e79865abb167DF88f14629d1E4f/info.json b/blockchains/ethereum/assets/0x11799ef12A8b4e79865abb167DF88f14629d1E4f/info.json
deleted file mode 100644
index 79a400a2a866c..0000000000000
--- a/blockchains/ethereum/assets/0x11799ef12A8b4e79865abb167DF88f14629d1E4f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BETX Share",
- "symbol": "BETX",
- "type": "ERC20",
- "decimals": 2,
- "description": "Blockchain-powered platform and unique investment elements deliver the most engaging, fairest playing and poker platform on the market.",
- "website": "https://betxshare.com/",
- "explorer": "https://etherscan.io/token/0x11799ef12A8b4e79865abb167DF88f14629d1E4f",
- "status": "abandoned",
- "id": "0x11799ef12A8b4e79865abb167DF88f14629d1E4f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x11799ef12A8b4e79865abb167DF88f14629d1E4f/logo.png b/blockchains/ethereum/assets/0x11799ef12A8b4e79865abb167DF88f14629d1E4f/logo.png
deleted file mode 100644
index 7e248976019b0..0000000000000
Binary files a/blockchains/ethereum/assets/0x11799ef12A8b4e79865abb167DF88f14629d1E4f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1183F92A5624D68e85FFB9170F16BF0443B4c242/info.json b/blockchains/ethereum/assets/0x1183F92A5624D68e85FFB9170F16BF0443B4c242/info.json
deleted file mode 100644
index d4ff22ccea8f6..0000000000000
--- a/blockchains/ethereum/assets/0x1183F92A5624D68e85FFB9170F16BF0443B4c242/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QVT",
- "symbol": "QVT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1183F92A5624D68e85FFB9170F16BF0443B4c242",
- "status": "abandoned",
- "id": "0x1183F92A5624D68e85FFB9170F16BF0443B4c242"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1183F92A5624D68e85FFB9170F16BF0443B4c242/logo.png b/blockchains/ethereum/assets/0x1183F92A5624D68e85FFB9170F16BF0443B4c242/logo.png
deleted file mode 100644
index ef2bf4d10c163..0000000000000
Binary files a/blockchains/ethereum/assets/0x1183F92A5624D68e85FFB9170F16BF0443B4c242/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x118b552725e1892137740cB4d29390D952709639/info.json b/blockchains/ethereum/assets/0x118b552725e1892137740cB4d29390D952709639/info.json
deleted file mode 100644
index 0b733a65ec99a..0000000000000
--- a/blockchains/ethereum/assets/0x118b552725e1892137740cB4d29390D952709639/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Nyx Token",
- "type": "ERC20",
- "symbol": "NYXT",
- "decimals": 9,
- "website": "https://nyxtoken.org",
- "description": "Nyx has an 8% tax taken from every purchase and sale, 4% is split to help MS and Veterans through charitble donations.2 is sent back to the holders,1 each is burned and project marketing wallet for future growth.",
- "explorer": "https://etherscan.io/token/0x118b552725e1892137740cB4d29390D952709639",
- "status": "active",
- "id": "0x118b552725e1892137740cB4d29390D952709639",
- "tags": [
- "deflationary"
- ],
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/nyx-token/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/NyxGeneral"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/NyxToken"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/NYXToken"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x118b552725e1892137740cB4d29390D952709639/logo.png b/blockchains/ethereum/assets/0x118b552725e1892137740cB4d29390D952709639/logo.png
deleted file mode 100644
index 88138a61de5a2..0000000000000
Binary files a/blockchains/ethereum/assets/0x118b552725e1892137740cB4d29390D952709639/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x11905B73cc08C6d96A9012b4EdF45b03243503b8/info.json b/blockchains/ethereum/assets/0x11905B73cc08C6d96A9012b4EdF45b03243503b8/info.json
deleted file mode 100644
index 0d3e3088a4798..0000000000000
--- a/blockchains/ethereum/assets/0x11905B73cc08C6d96A9012b4EdF45b03243503b8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Planemo Xchange Utility",
- "symbol": "PXU",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x11905B73cc08C6d96A9012b4EdF45b03243503b8",
- "status": "abandoned",
- "id": "0x11905B73cc08C6d96A9012b4EdF45b03243503b8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x11905B73cc08C6d96A9012b4EdF45b03243503b8/logo.png b/blockchains/ethereum/assets/0x11905B73cc08C6d96A9012b4EdF45b03243503b8/logo.png
deleted file mode 100644
index a4073a0634dde..0000000000000
Binary files a/blockchains/ethereum/assets/0x11905B73cc08C6d96A9012b4EdF45b03243503b8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x11A2Ab94adE17e96197C78f9D5f057332a19a0b9/info.json b/blockchains/ethereum/assets/0x11A2Ab94adE17e96197C78f9D5f057332a19a0b9/info.json
deleted file mode 100644
index cd31c5d244b57..0000000000000
--- a/blockchains/ethereum/assets/0x11A2Ab94adE17e96197C78f9D5f057332a19a0b9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Orbicular",
- "website": "https://hypeforhotdogs.com/orbicular",
- "description": "Orbicular is a cryptocurrency with a supply that cyclically increases and decreases through rebases.",
- "explorer": "https://etherscan.io/token/0x11A2Ab94adE17e96197C78f9D5f057332a19a0b9",
- "type": "ERC20",
- "symbol": "ORBI",
- "decimals": 9,
- "status": "active",
- "id": "0x11A2Ab94adE17e96197C78f9D5f057332a19a0b9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x11A2Ab94adE17e96197C78f9D5f057332a19a0b9/logo.png b/blockchains/ethereum/assets/0x11A2Ab94adE17e96197C78f9D5f057332a19a0b9/logo.png
deleted file mode 100644
index f7eac4b46a5e1..0000000000000
Binary files a/blockchains/ethereum/assets/0x11A2Ab94adE17e96197C78f9D5f057332a19a0b9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x11Bbad1c935b87CB83543B9288d1A2a73A90Bf1C/info.json b/blockchains/ethereum/assets/0x11Bbad1c935b87CB83543B9288d1A2a73A90Bf1C/info.json
deleted file mode 100644
index 26c913af17eac..0000000000000
--- a/blockchains/ethereum/assets/0x11Bbad1c935b87CB83543B9288d1A2a73A90Bf1C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hexultra",
- "website": "https://hexultra.com",
- "description": "Hexultra - the ultimate deflationary token",
- "explorer": "https://etherscan.io/token/0x11Bbad1c935b87CB83543B9288d1A2a73A90Bf1C",
- "type": "ERC20",
- "symbol": "HEXULTRA",
- "decimals": 18,
- "status": "active",
- "id": "0x11Bbad1c935b87CB83543B9288d1A2a73A90Bf1C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x11Bbad1c935b87CB83543B9288d1A2a73A90Bf1C/logo.png b/blockchains/ethereum/assets/0x11Bbad1c935b87CB83543B9288d1A2a73A90Bf1C/logo.png
deleted file mode 100755
index 08c038e51b323..0000000000000
Binary files a/blockchains/ethereum/assets/0x11Bbad1c935b87CB83543B9288d1A2a73A90Bf1C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x11Ded8aDdDa881F700FBDa2Fe2030656289322a3/info.json b/blockchains/ethereum/assets/0x11Ded8aDdDa881F700FBDa2Fe2030656289322a3/info.json
deleted file mode 100644
index bd905952b213e..0000000000000
--- a/blockchains/ethereum/assets/0x11Ded8aDdDa881F700FBDa2Fe2030656289322a3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AfterShock",
- "symbol": "SHOCK",
- "type": "ERC20",
- "decimals": 18,
- "description": "AfterShock is a deflationary staking token with no technical knowledge needed for staking. Holding coins in an ERC-20 wallet is all that is required to participate in staking.",
- "website": "https://aftershock.vip/",
- "explorer": "https://etherscan.io/token/0x11Ded8aDdDa881F700FBDa2Fe2030656289322a3",
- "status": "abandoned",
- "id": "0x11Ded8aDdDa881F700FBDa2Fe2030656289322a3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x11Ded8aDdDa881F700FBDa2Fe2030656289322a3/logo.png b/blockchains/ethereum/assets/0x11Ded8aDdDa881F700FBDa2Fe2030656289322a3/logo.png
deleted file mode 100644
index 5dfc0a61266c6..0000000000000
Binary files a/blockchains/ethereum/assets/0x11Ded8aDdDa881F700FBDa2Fe2030656289322a3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x11E0b97730A67E6dfb8A917Ce9a464Bf6Fb1ABE0/info.json b/blockchains/ethereum/assets/0x11E0b97730A67E6dfb8A917Ce9a464Bf6Fb1ABE0/info.json
deleted file mode 100644
index 535856638a663..0000000000000
--- a/blockchains/ethereum/assets/0x11E0b97730A67E6dfb8A917Ce9a464Bf6Fb1ABE0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IzerBlack",
- "symbol": "IZB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://izerblack.com/",
- "explorer": "https://etherscan.io/token/0x11E0b97730A67E6dfb8A917Ce9a464Bf6Fb1ABE0",
- "status": "abandoned",
- "id": "0x11E0b97730A67E6dfb8A917Ce9a464Bf6Fb1ABE0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x11E0b97730A67E6dfb8A917Ce9a464Bf6Fb1ABE0/logo.png b/blockchains/ethereum/assets/0x11E0b97730A67E6dfb8A917Ce9a464Bf6Fb1ABE0/logo.png
deleted file mode 100644
index 69b8ae6e2b39a..0000000000000
Binary files a/blockchains/ethereum/assets/0x11E0b97730A67E6dfb8A917Ce9a464Bf6Fb1ABE0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x11baBe4a1Dee350BA5b5aD902F1d2C9822A0a98B/info.json b/blockchains/ethereum/assets/0x11baBe4a1Dee350BA5b5aD902F1d2C9822A0a98B/info.json
deleted file mode 100644
index ff1cae95eb4d1..0000000000000
--- a/blockchains/ethereum/assets/0x11baBe4a1Dee350BA5b5aD902F1d2C9822A0a98B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short WBTC-DAI 4x v2",
- "symbol": "dsWBTC4x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x11baBe4a1Dee350BA5b5aD902F1d2C9822A0a98B",
- "status": "abandoned",
- "id": "0x11baBe4a1Dee350BA5b5aD902F1d2C9822A0a98B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x11baBe4a1Dee350BA5b5aD902F1d2C9822A0a98B/logo.png b/blockchains/ethereum/assets/0x11baBe4a1Dee350BA5b5aD902F1d2C9822A0a98B/logo.png
deleted file mode 100644
index 46891938ccf16..0000000000000
Binary files a/blockchains/ethereum/assets/0x11baBe4a1Dee350BA5b5aD902F1d2C9822A0a98B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x11dD5dDdD1bd9b2Df6fF908FBcf8Db09CefED29B/info.json b/blockchains/ethereum/assets/0x11dD5dDdD1bd9b2Df6fF908FBcf8Db09CefED29B/info.json
deleted file mode 100644
index 61e66f5272222..0000000000000
--- a/blockchains/ethereum/assets/0x11dD5dDdD1bd9b2Df6fF908FBcf8Db09CefED29B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TRUSTED PROPERTY PROTOCOL",
- "symbol": "TPP",
- "type": "ERC20",
- "decimals": 12,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x11dD5dDdD1bd9b2Df6fF908FBcf8Db09CefED29B",
- "status": "abandoned",
- "id": "0x11dD5dDdD1bd9b2Df6fF908FBcf8Db09CefED29B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x11dD5dDdD1bd9b2Df6fF908FBcf8Db09CefED29B/logo.png b/blockchains/ethereum/assets/0x11dD5dDdD1bd9b2Df6fF908FBcf8Db09CefED29B/logo.png
deleted file mode 100644
index 672c9455c518d..0000000000000
Binary files a/blockchains/ethereum/assets/0x11dD5dDdD1bd9b2Df6fF908FBcf8Db09CefED29B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x11eeF04c884E24d9B7B4760e7476D06ddF797f36/info.json b/blockchains/ethereum/assets/0x11eeF04c884E24d9B7B4760e7476D06ddF797f36/info.json
deleted file mode 100644
index 2714dd5412236..0000000000000
--- a/blockchains/ethereum/assets/0x11eeF04c884E24d9B7B4760e7476D06ddF797f36/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MX Token",
- "website": "https://mxc.com",
- "description": "MX is the native token of the MXC trading platform. MX holders reportedly benefit from asset appreciation, rebates on platform revenue, supervision, and voting.",
- "explorer": "https://etherscan.io/token/0x11eeF04c884E24d9B7B4760e7476D06ddF797f36",
- "type": "ERC20",
- "symbol": "MX",
- "decimals": 18,
- "status": "active",
- "id": "0x11eeF04c884E24d9B7B4760e7476D06ddF797f36"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x11eeF04c884E24d9B7B4760e7476D06ddF797f36/logo.png b/blockchains/ethereum/assets/0x11eeF04c884E24d9B7B4760e7476D06ddF797f36/logo.png
deleted file mode 100644
index 55e36825f36fb..0000000000000
Binary files a/blockchains/ethereum/assets/0x11eeF04c884E24d9B7B4760e7476D06ddF797f36/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x121D13E8128E622382B881A615b723ACdBc0b67b/info.json b/blockchains/ethereum/assets/0x121D13E8128E622382B881A615b723ACdBc0b67b/info.json
deleted file mode 100644
index 6f9a00c309dd9..0000000000000
--- a/blockchains/ethereum/assets/0x121D13E8128E622382B881A615b723ACdBc0b67b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TeleBet Token",
- "symbol": "TLBT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x121D13E8128E622382B881A615b723ACdBc0b67b",
- "status": "abandoned",
- "id": "0x121D13E8128E622382B881A615b723ACdBc0b67b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x121D13E8128E622382B881A615b723ACdBc0b67b/logo.png b/blockchains/ethereum/assets/0x121D13E8128E622382B881A615b723ACdBc0b67b/logo.png
deleted file mode 100644
index 99c8fb05e45a3..0000000000000
Binary files a/blockchains/ethereum/assets/0x121D13E8128E622382B881A615b723ACdBc0b67b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x122A86b5DFF2D085AfB49600b4cd7375D0d94A5f/info.json b/blockchains/ethereum/assets/0x122A86b5DFF2D085AfB49600b4cd7375D0d94A5f/info.json
deleted file mode 100644
index a4d1fa2dacd87..0000000000000
--- a/blockchains/ethereum/assets/0x122A86b5DFF2D085AfB49600b4cd7375D0d94A5f/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "ITL (Italian Lira)",
- "symbol": "ITL",
- "type": "ERC20",
- "decimals": 8,
- "description": "ITL will be used for online and offline purchases, crypto trading and for all future payment transactions.",
- "website": "https://www.italianlira.ws/",
- "explorer": "https://etherscan.io/token/0x122A86b5DFF2D085AfB49600b4cd7375D0d94A5f",
- "status": "active",
- "id": "0x122A86b5DFF2D085AfB49600b4cd7375D0d94A5f",
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x122A86b5DFF2D085AfB49600b4cd7375D0d94A5f/logo.png b/blockchains/ethereum/assets/0x122A86b5DFF2D085AfB49600b4cd7375D0d94A5f/logo.png
deleted file mode 100644
index 6e4e49f9a28b0..0000000000000
Binary files a/blockchains/ethereum/assets/0x122A86b5DFF2D085AfB49600b4cd7375D0d94A5f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x122DDEf02a8Ad8F7a91c2c8090C0cf410E701B22/info.json b/blockchains/ethereum/assets/0x122DDEf02a8Ad8F7a91c2c8090C0cf410E701B22/info.json
deleted file mode 100644
index 101a004256c67..0000000000000
--- a/blockchains/ethereum/assets/0x122DDEf02a8Ad8F7a91c2c8090C0cf410E701B22/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Platinum",
- "symbol": "CSC-PL",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x122DDEf02a8Ad8F7a91c2c8090C0cf410E701B22",
- "status": "abandoned",
- "id": "0x122DDEf02a8Ad8F7a91c2c8090C0cf410E701B22"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x122DDEf02a8Ad8F7a91c2c8090C0cf410E701B22/logo.png b/blockchains/ethereum/assets/0x122DDEf02a8Ad8F7a91c2c8090C0cf410E701B22/logo.png
deleted file mode 100755
index 3319b3713ac68..0000000000000
Binary files a/blockchains/ethereum/assets/0x122DDEf02a8Ad8F7a91c2c8090C0cf410E701B22/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1234567461d3f8Db7496581774Bd869C83D51c93/info.json b/blockchains/ethereum/assets/0x1234567461d3f8Db7496581774Bd869C83D51c93/info.json
deleted file mode 100644
index b65146c5adecd..0000000000000
--- a/blockchains/ethereum/assets/0x1234567461d3f8Db7496581774Bd869C83D51c93/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitClave",
- "symbol": "CAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.bitclave.com/",
- "explorer": "https://etherscan.io/token/0x1234567461d3f8Db7496581774Bd869C83D51c93",
- "status": "abandoned",
- "id": "0x1234567461d3f8Db7496581774Bd869C83D51c93"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1234567461d3f8Db7496581774Bd869C83D51c93/logo.png b/blockchains/ethereum/assets/0x1234567461d3f8Db7496581774Bd869C83D51c93/logo.png
deleted file mode 100755
index 7b0861ffe345f..0000000000000
Binary files a/blockchains/ethereum/assets/0x1234567461d3f8Db7496581774Bd869C83D51c93/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1237b0d12B15e3c609e37885597bFCad85745cf1/info.json b/blockchains/ethereum/assets/0x1237b0d12B15e3c609e37885597bFCad85745cf1/info.json
deleted file mode 100644
index 748263dbf12d4..0000000000000
--- a/blockchains/ethereum/assets/0x1237b0d12B15e3c609e37885597bFCad85745cf1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Serve",
- "symbol": "SERV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1237b0d12B15e3c609e37885597bFCad85745cf1",
- "status": "abandoned",
- "id": "0x1237b0d12B15e3c609e37885597bFCad85745cf1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1237b0d12B15e3c609e37885597bFCad85745cf1/logo.png b/blockchains/ethereum/assets/0x1237b0d12B15e3c609e37885597bFCad85745cf1/logo.png
deleted file mode 100644
index 9bd9adb49bebf..0000000000000
Binary files a/blockchains/ethereum/assets/0x1237b0d12B15e3c609e37885597bFCad85745cf1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x123F2B75b9a7a9da8dC483976bFd81EfF9f0EA8d/info.json b/blockchains/ethereum/assets/0x123F2B75b9a7a9da8dC483976bFd81EfF9f0EA8d/info.json
deleted file mode 100644
index 4f901e8c0cfcd..0000000000000
--- a/blockchains/ethereum/assets/0x123F2B75b9a7a9da8dC483976bFd81EfF9f0EA8d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Long KNC-DAI 2x v2",
- "symbol": "dLKNC2x",
- "type": "ERC20",
- "decimals": 18,
- "description": "pTokens are priced relative to the positions they represent. The exchange rate of a pToken initially corresponds one to one thousand (1:1,000) with the loan asset.",
- "website": "https://bzx.network/",
- "explorer": "https://etherscan.io/token/0x123F2B75b9a7a9da8dC483976bFd81EfF9f0EA8d",
- "status": "abandoned",
- "id": "0x123F2B75b9a7a9da8dC483976bFd81EfF9f0EA8d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x123F2B75b9a7a9da8dC483976bFd81EfF9f0EA8d/logo.png b/blockchains/ethereum/assets/0x123F2B75b9a7a9da8dC483976bFd81EfF9f0EA8d/logo.png
deleted file mode 100644
index 8703f28ed0a14..0000000000000
Binary files a/blockchains/ethereum/assets/0x123F2B75b9a7a9da8dC483976bFd81EfF9f0EA8d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1245ef80F4d9e02ED9425375e8F649B9221b31D8/info.json b/blockchains/ethereum/assets/0x1245ef80F4d9e02ED9425375e8F649B9221b31D8/info.json
deleted file mode 100644
index 52ecc0bab8248..0000000000000
--- a/blockchains/ethereum/assets/0x1245ef80F4d9e02ED9425375e8F649B9221b31D8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ArbitrageCT",
- "symbol": "ARCT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://arbitragect.com/en/index.html",
- "explorer": "https://etherscan.io/token/0x1245ef80F4d9e02ED9425375e8F649B9221b31D8",
- "status": "abandoned",
- "id": "0x1245ef80F4d9e02ED9425375e8F649B9221b31D8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1245ef80F4d9e02ED9425375e8F649B9221b31D8/logo.png b/blockchains/ethereum/assets/0x1245ef80F4d9e02ED9425375e8F649B9221b31D8/logo.png
deleted file mode 100644
index f7ed30d8f0671..0000000000000
Binary files a/blockchains/ethereum/assets/0x1245ef80F4d9e02ED9425375e8F649B9221b31D8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12480E24eb5bec1a9D4369CaB6a80caD3c0A377A/info.json b/blockchains/ethereum/assets/0x12480E24eb5bec1a9D4369CaB6a80caD3c0A377A/info.json
deleted file mode 100644
index 274cc31d39df8..0000000000000
--- a/blockchains/ethereum/assets/0x12480E24eb5bec1a9D4369CaB6a80caD3c0A377A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Substratum",
- "symbol": "SUB",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x12480E24eb5bec1a9D4369CaB6a80caD3c0A377A",
- "status": "abandoned",
- "id": "0x12480E24eb5bec1a9D4369CaB6a80caD3c0A377A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x12480E24eb5bec1a9D4369CaB6a80caD3c0A377A/logo.png b/blockchains/ethereum/assets/0x12480E24eb5bec1a9D4369CaB6a80caD3c0A377A/logo.png
deleted file mode 100755
index 49bc51822326b..0000000000000
Binary files a/blockchains/ethereum/assets/0x12480E24eb5bec1a9D4369CaB6a80caD3c0A377A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12513335ffD5DAfc2334e98625d27c1CA84bff86/info.json b/blockchains/ethereum/assets/0x12513335ffD5DAfc2334e98625d27c1CA84bff86/info.json
deleted file mode 100644
index 3a048df049e85..0000000000000
--- a/blockchains/ethereum/assets/0x12513335ffD5DAfc2334e98625d27c1CA84bff86/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AME Token",
- "symbol": "AME",
- "type": "ERC20",
- "decimals": 18,
- "description": "AMEPAY is a cryptocurrency-based payment alternative that is fast, convenient, and secure. AMEPAY eliminates the complexity, high-costs, and delays that are familiar to the present system and replaces it with a simple, affordable, and quick network.",
- "website": "https://amepay.io/",
- "explorer": "https://etherscan.io/token/0x12513335ffD5DAfc2334e98625d27c1CA84bff86",
- "status": "active",
- "id": "0x12513335ffD5DAfc2334e98625d27c1CA84bff86"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x12513335ffD5DAfc2334e98625d27c1CA84bff86/logo.png b/blockchains/ethereum/assets/0x12513335ffD5DAfc2334e98625d27c1CA84bff86/logo.png
deleted file mode 100644
index 49f3c7115bcce..0000000000000
Binary files a/blockchains/ethereum/assets/0x12513335ffD5DAfc2334e98625d27c1CA84bff86/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1254E59712e6e727dC71E0E3121Ae952b2c4c3b6/info.json b/blockchains/ethereum/assets/0x1254E59712e6e727dC71E0E3121Ae952b2c4c3b6/info.json
deleted file mode 100644
index b93fed4a34af5..0000000000000
--- a/blockchains/ethereum/assets/0x1254E59712e6e727dC71E0E3121Ae952b2c4c3b6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Marginless Token",
- "symbol": "MRS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1254E59712e6e727dC71E0E3121Ae952b2c4c3b6",
- "status": "abandoned",
- "id": "0x1254E59712e6e727dC71E0E3121Ae952b2c4c3b6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1254E59712e6e727dC71E0E3121Ae952b2c4c3b6/logo.png b/blockchains/ethereum/assets/0x1254E59712e6e727dC71E0E3121Ae952b2c4c3b6/logo.png
deleted file mode 100644
index b77dcec5eaff0..0000000000000
Binary files a/blockchains/ethereum/assets/0x1254E59712e6e727dC71E0E3121Ae952b2c4c3b6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x125F9d5daa039bDB79D36bAff667e9E0bbcEA998/info.json b/blockchains/ethereum/assets/0x125F9d5daa039bDB79D36bAff667e9E0bbcEA998/info.json
deleted file mode 100644
index b90ec60712fe8..0000000000000
--- a/blockchains/ethereum/assets/0x125F9d5daa039bDB79D36bAff667e9E0bbcEA998/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fire Token",
- "symbol": "FIRE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://firetoken.co/",
- "explorer": "https://etherscan.io/token/0x125F9d5daa039bDB79D36bAff667e9E0bbcEA998",
- "status": "abandoned",
- "id": "0x125F9d5daa039bDB79D36bAff667e9E0bbcEA998"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x125F9d5daa039bDB79D36bAff667e9E0bbcEA998/logo.png b/blockchains/ethereum/assets/0x125F9d5daa039bDB79D36bAff667e9E0bbcEA998/logo.png
deleted file mode 100644
index 2136d2e14f561..0000000000000
Binary files a/blockchains/ethereum/assets/0x125F9d5daa039bDB79D36bAff667e9E0bbcEA998/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12683Dc9eEc95a5F742D40206e73319E6b9d8A91/info.json b/blockchains/ethereum/assets/0x12683Dc9eEc95a5F742D40206e73319E6b9d8A91/info.json
deleted file mode 100644
index 3efe88dd43cf0..0000000000000
--- a/blockchains/ethereum/assets/0x12683Dc9eEc95a5F742D40206e73319E6b9d8A91/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FAB Token",
- "symbol": "FAB",
- "type": "ERC20",
- "decimals": 18,
- "description": "FABRK is building the missing “People Protocol” of the internet. It’s like HTTP, but for finding people instead of websites. It allows people to own their data, freely exchange value and digital currency, and discover new ways to socialize.",
- "website": "https://www.fabrk.io/",
- "explorer": "https://etherscan.io/token/0x12683Dc9eEc95a5F742D40206e73319E6b9d8A91",
- "status": "active",
- "id": "0x12683Dc9eEc95a5F742D40206e73319E6b9d8A91"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x12683Dc9eEc95a5F742D40206e73319E6b9d8A91/logo.png b/blockchains/ethereum/assets/0x12683Dc9eEc95a5F742D40206e73319E6b9d8A91/logo.png
deleted file mode 100644
index ad2a94ffd3040..0000000000000
Binary files a/blockchains/ethereum/assets/0x12683Dc9eEc95a5F742D40206e73319E6b9d8A91/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12759512D326303B45f1ceC8F7B6fd96F387778E/info.json b/blockchains/ethereum/assets/0x12759512D326303B45f1ceC8F7B6fd96F387778E/info.json
deleted file mode 100644
index 8af99590416ec..0000000000000
--- a/blockchains/ethereum/assets/0x12759512D326303B45f1ceC8F7B6fd96F387778E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrakInvest Token",
- "symbol": "TRAK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x12759512D326303B45f1ceC8F7B6fd96F387778E",
- "status": "abandoned",
- "id": "0x12759512D326303B45f1ceC8F7B6fd96F387778E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x12759512D326303B45f1ceC8F7B6fd96F387778E/logo.png b/blockchains/ethereum/assets/0x12759512D326303B45f1ceC8F7B6fd96F387778E/logo.png
deleted file mode 100644
index c29debb6f477d..0000000000000
Binary files a/blockchains/ethereum/assets/0x12759512D326303B45f1ceC8F7B6fd96F387778E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1287c0509df9a475Ef178471aB2132b9dfD312B3/info.json b/blockchains/ethereum/assets/0x1287c0509df9a475Ef178471aB2132b9dfD312B3/info.json
deleted file mode 100644
index 9093afd553650..0000000000000
--- a/blockchains/ethereum/assets/0x1287c0509df9a475Ef178471aB2132b9dfD312B3/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Ladz",
- "symbol": "LADZ",
- "type": "ERC20",
- "decimals": 4,
- "description": "$LADZ is the social token of the Layer1 channel and network.",
- "website": "http://ladz.city/",
- "explorer": "https://etherscan.io/token/0x1287c0509df9a475Ef178471aB2132b9dfD312B3",
- "status": "active",
- "id": "0x1287c0509df9a475Ef178471aB2132b9dfD312B3",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ladzcity"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/aX5bGCBkmR/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/LADZCity"
- }
- ],
- "tags": [
- "nft"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x1287c0509df9a475Ef178471aB2132b9dfD312B3/logo.png b/blockchains/ethereum/assets/0x1287c0509df9a475Ef178471aB2132b9dfD312B3/logo.png
deleted file mode 100644
index 91ac065710e49..0000000000000
Binary files a/blockchains/ethereum/assets/0x1287c0509df9a475Ef178471aB2132b9dfD312B3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x128dcA40805845c5257048959F933102256eCa69/info.json b/blockchains/ethereum/assets/0x128dcA40805845c5257048959F933102256eCa69/info.json
deleted file mode 100644
index 2d6dd59b21e8f..0000000000000
--- a/blockchains/ethereum/assets/0x128dcA40805845c5257048959F933102256eCa69/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aurora Network",
- "symbol": "ANK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x128dcA40805845c5257048959F933102256eCa69",
- "status": "abandoned",
- "id": "0x128dcA40805845c5257048959F933102256eCa69"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x128dcA40805845c5257048959F933102256eCa69/logo.png b/blockchains/ethereum/assets/0x128dcA40805845c5257048959F933102256eCa69/logo.png
deleted file mode 100644
index 8131b021a3578..0000000000000
Binary files a/blockchains/ethereum/assets/0x128dcA40805845c5257048959F933102256eCa69/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12970E6868f88f6557B76120662c1B3E50A646bf/info.json b/blockchains/ethereum/assets/0x12970E6868f88f6557B76120662c1B3E50A646bf/info.json
deleted file mode 100644
index 7cbd08095923c..0000000000000
--- a/blockchains/ethereum/assets/0x12970E6868f88f6557B76120662c1B3E50A646bf/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Milady",
- "type": "ERC20",
- "symbol": "LADYS",
- "decimals": 18,
- "website": "https://milady.gg/",
- "description": "$LADYS is appropriating the tokenisation model to facilitate the accumulation of meme capital in the era of unstoppable meme coins.",
- "explorer": "https://etherscan.io/token/0x12970e6868f88f6557b76120662c1b3e50a646bf",
- "status": "active",
- "id": "0x12970E6868f88f6557B76120662c1B3E50A646bf",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/miladymemecoin"
- },
- {
- "name": "telegram",
- "url": "https://t.me/miladymemecoinchannel"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/milady-meme-coin/"
- }
- ],
- "tags": [
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x12970E6868f88f6557B76120662c1B3E50A646bf/logo.png b/blockchains/ethereum/assets/0x12970E6868f88f6557B76120662c1B3E50A646bf/logo.png
deleted file mode 100644
index aec8f9959ac30..0000000000000
Binary files a/blockchains/ethereum/assets/0x12970E6868f88f6557B76120662c1B3E50A646bf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x129D0b4bfC484C9b58BDaBf3023c7ee9A420de1E/info.json b/blockchains/ethereum/assets/0x129D0b4bfC484C9b58BDaBf3023c7ee9A420de1E/info.json
deleted file mode 100644
index 251e6436ab6c3..0000000000000
--- a/blockchains/ethereum/assets/0x129D0b4bfC484C9b58BDaBf3023c7ee9A420de1E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR 700",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x129D0b4bfC484C9b58BDaBf3023c7ee9A420de1E",
- "status": "abandoned",
- "id": "0x129D0b4bfC484C9b58BDaBf3023c7ee9A420de1E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x129D0b4bfC484C9b58BDaBf3023c7ee9A420de1E/logo.png b/blockchains/ethereum/assets/0x129D0b4bfC484C9b58BDaBf3023c7ee9A420de1E/logo.png
deleted file mode 100644
index 2d797048e2a7b..0000000000000
Binary files a/blockchains/ethereum/assets/0x129D0b4bfC484C9b58BDaBf3023c7ee9A420de1E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x129c8aC258bf01a43f6511EA7951Ff762B34D345/info.json b/blockchains/ethereum/assets/0x129c8aC258bf01a43f6511EA7951Ff762B34D345/info.json
deleted file mode 100644
index 771d71e2bad20..0000000000000
--- a/blockchains/ethereum/assets/0x129c8aC258bf01a43f6511EA7951Ff762B34D345/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitcoinMoon",
- "symbol": "BTCM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x129c8aC258bf01a43f6511EA7951Ff762B34D345",
- "status": "abandoned",
- "id": "0x129c8aC258bf01a43f6511EA7951Ff762B34D345"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x129c8aC258bf01a43f6511EA7951Ff762B34D345/logo.png b/blockchains/ethereum/assets/0x129c8aC258bf01a43f6511EA7951Ff762B34D345/logo.png
deleted file mode 100644
index 51cc36d3bef6c..0000000000000
Binary files a/blockchains/ethereum/assets/0x129c8aC258bf01a43f6511EA7951Ff762B34D345/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12A64aE35CCcBF75c169f0a4BDafEeeFEFa1958c/info.json b/blockchains/ethereum/assets/0x12A64aE35CCcBF75c169f0a4BDafEeeFEFa1958c/info.json
deleted file mode 100644
index d52109caa95ca..0000000000000
--- a/blockchains/ethereum/assets/0x12A64aE35CCcBF75c169f0a4BDafEeeFEFa1958c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Planetagro-Exchange",
- "symbol": "BANANA",
- "type": "ERC20",
- "decimals": 18,
- "description": "This token is meant to boost and facilitate reliable banana product trade.",
- "website": "https://www.planetagro.org/banana-exchange",
- "explorer": "https://etherscan.io/token/0x12A64aE35CCcBF75c169f0a4BDafEeeFEFa1958c",
- "status": "active",
- "id": "0x12A64aE35CCcBF75c169f0a4BDafEeeFEFa1958c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x12A64aE35CCcBF75c169f0a4BDafEeeFEFa1958c/logo.png b/blockchains/ethereum/assets/0x12A64aE35CCcBF75c169f0a4BDafEeeFEFa1958c/logo.png
deleted file mode 100644
index 123c153948767..0000000000000
Binary files a/blockchains/ethereum/assets/0x12A64aE35CCcBF75c169f0a4BDafEeeFEFa1958c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12B19D3e2ccc14Da04FAe33e63652ce469b3F2FD/info.json b/blockchains/ethereum/assets/0x12B19D3e2ccc14Da04FAe33e63652ce469b3F2FD/info.json
deleted file mode 100644
index d3c0cc7000411..0000000000000
--- a/blockchains/ethereum/assets/0x12B19D3e2ccc14Da04FAe33e63652ce469b3F2FD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GRID",
- "website": "https://gridplus.io",
- "description": "GRID is a consumer rights utility token that can be redeemed for access to wholesale electricity pricing and additional discounts.",
- "explorer": "https://etherscan.io/token/0x12B19D3e2ccc14Da04FAe33e63652ce469b3F2FD",
- "type": "ERC20",
- "symbol": "GRID",
- "decimals": 12,
- "status": "active",
- "id": "0x12B19D3e2ccc14Da04FAe33e63652ce469b3F2FD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x12B19D3e2ccc14Da04FAe33e63652ce469b3F2FD/logo.png b/blockchains/ethereum/assets/0x12B19D3e2ccc14Da04FAe33e63652ce469b3F2FD/logo.png
deleted file mode 100644
index c5f5ae3d7a61c..0000000000000
Binary files a/blockchains/ethereum/assets/0x12B19D3e2ccc14Da04FAe33e63652ce469b3F2FD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12B306fA98F4CbB8d4457FdFf3a0A0a56f07cCdf/info.json b/blockchains/ethereum/assets/0x12B306fA98F4CbB8d4457FdFf3a0A0a56f07cCdf/info.json
deleted file mode 100644
index 0318db1f2a46d..0000000000000
--- a/blockchains/ethereum/assets/0x12B306fA98F4CbB8d4457FdFf3a0A0a56f07cCdf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Spectre.ai D-Token",
- "symbol": "SXDT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.spectre.ai/",
- "explorer": "https://etherscan.io/token/0x12B306fA98F4CbB8d4457FdFf3a0A0a56f07cCdf",
- "status": "abandoned",
- "id": "0x12B306fA98F4CbB8d4457FdFf3a0A0a56f07cCdf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x12B306fA98F4CbB8d4457FdFf3a0A0a56f07cCdf/logo.png b/blockchains/ethereum/assets/0x12B306fA98F4CbB8d4457FdFf3a0A0a56f07cCdf/logo.png
deleted file mode 100644
index 99814fda73cb1..0000000000000
Binary files a/blockchains/ethereum/assets/0x12B306fA98F4CbB8d4457FdFf3a0A0a56f07cCdf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12Ca46331ab84F341666Add4237327d7077B104a/info.json b/blockchains/ethereum/assets/0x12Ca46331ab84F341666Add4237327d7077B104a/info.json
deleted file mode 100644
index 719d38cc0f307..0000000000000
--- a/blockchains/ethereum/assets/0x12Ca46331ab84F341666Add4237327d7077B104a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 261-CN45",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x12Ca46331ab84F341666Add4237327d7077B104a",
- "status": "abandoned",
- "id": "0x12Ca46331ab84F341666Add4237327d7077B104a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x12Ca46331ab84F341666Add4237327d7077B104a/logo.png b/blockchains/ethereum/assets/0x12Ca46331ab84F341666Add4237327d7077B104a/logo.png
deleted file mode 100644
index 9a85fee7f81e8..0000000000000
Binary files a/blockchains/ethereum/assets/0x12Ca46331ab84F341666Add4237327d7077B104a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12D102F06da35cC0111EB58017fd2Cd28537d0e1/info.json b/blockchains/ethereum/assets/0x12D102F06da35cC0111EB58017fd2Cd28537d0e1/info.json
deleted file mode 100644
index e9e51be417dfb..0000000000000
--- a/blockchains/ethereum/assets/0x12D102F06da35cC0111EB58017fd2Cd28537d0e1/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Vox Finance",
- "website": "https://app.vox.finance/",
- "description": "Yield farming token with low supply and 2% burn rate.",
- "explorer": "https://etherscan.io/token/0x12D102F06da35cC0111EB58017fd2Cd28537d0e1",
- "type": "ERC20",
- "symbol": "VOX",
- "decimals": 18,
- "status": "active",
- "id": "0x12D102F06da35cC0111EB58017fd2Cd28537d0e1",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/RealVoxFinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/VoxFinance"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/c32KurP"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x12D102F06da35cC0111EB58017fd2Cd28537d0e1/logo.png b/blockchains/ethereum/assets/0x12D102F06da35cC0111EB58017fd2Cd28537d0e1/logo.png
deleted file mode 100644
index 9b0fcb8e99940..0000000000000
Binary files a/blockchains/ethereum/assets/0x12D102F06da35cC0111EB58017fd2Cd28537d0e1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12E616bdD6918593570dC17eb09088036F770180/info.json b/blockchains/ethereum/assets/0x12E616bdD6918593570dC17eb09088036F770180/info.json
deleted file mode 100644
index d69202f685f06..0000000000000
--- a/blockchains/ethereum/assets/0x12E616bdD6918593570dC17eb09088036F770180/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R935375",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x12E616bdD6918593570dC17eb09088036F770180",
- "status": "abandoned",
- "id": "0x12E616bdD6918593570dC17eb09088036F770180"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x12E616bdD6918593570dC17eb09088036F770180/logo.png b/blockchains/ethereum/assets/0x12E616bdD6918593570dC17eb09088036F770180/logo.png
deleted file mode 100644
index 70d72a361af7c..0000000000000
Binary files a/blockchains/ethereum/assets/0x12E616bdD6918593570dC17eb09088036F770180/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12Ea7862533964bEb9Cb955EC2F455A1aa0DAA92/info.json b/blockchains/ethereum/assets/0x12Ea7862533964bEb9Cb955EC2F455A1aa0DAA92/info.json
deleted file mode 100644
index e17f57843d80c..0000000000000
--- a/blockchains/ethereum/assets/0x12Ea7862533964bEb9Cb955EC2F455A1aa0DAA92/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DoNever",
- "symbol": "DOE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x12Ea7862533964bEb9Cb955EC2F455A1aa0DAA92",
- "status": "abandoned",
- "id": "0x12Ea7862533964bEb9Cb955EC2F455A1aa0DAA92"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x12Ea7862533964bEb9Cb955EC2F455A1aa0DAA92/logo.png b/blockchains/ethereum/assets/0x12Ea7862533964bEb9Cb955EC2F455A1aa0DAA92/logo.png
deleted file mode 100644
index b0f422dc7b0d1..0000000000000
Binary files a/blockchains/ethereum/assets/0x12Ea7862533964bEb9Cb955EC2F455A1aa0DAA92/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12FEF5e57bF45873Cd9B62E9DBd7BFb99e32D73e/info.json b/blockchains/ethereum/assets/0x12FEF5e57bF45873Cd9B62E9DBd7BFb99e32D73e/info.json
deleted file mode 100644
index 3fbc062e534bb..0000000000000
--- a/blockchains/ethereum/assets/0x12FEF5e57bF45873Cd9B62E9DBd7BFb99e32D73e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cofoundit",
- "symbol": "CFI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x12FEF5e57bF45873Cd9B62E9DBd7BFb99e32D73e",
- "status": "abandoned",
- "id": "0x12FEF5e57bF45873Cd9B62E9DBd7BFb99e32D73e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x12FEF5e57bF45873Cd9B62E9DBd7BFb99e32D73e/logo.png b/blockchains/ethereum/assets/0x12FEF5e57bF45873Cd9B62E9DBd7BFb99e32D73e/logo.png
deleted file mode 100644
index 3040d82598fd3..0000000000000
Binary files a/blockchains/ethereum/assets/0x12FEF5e57bF45873Cd9B62E9DBd7BFb99e32D73e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12a9D37fb05052A465Fc27792Df1C4033c6433FC/info.json b/blockchains/ethereum/assets/0x12a9D37fb05052A465Fc27792Df1C4033c6433FC/info.json
deleted file mode 100644
index 06e7c22e7c6a8..0000000000000
--- a/blockchains/ethereum/assets/0x12a9D37fb05052A465Fc27792Df1C4033c6433FC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PlayBetCoin",
- "symbol": "PBET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x12a9D37fb05052A465Fc27792Df1C4033c6433FC",
- "status": "abandoned",
- "id": "0x12a9D37fb05052A465Fc27792Df1C4033c6433FC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x12a9D37fb05052A465Fc27792Df1C4033c6433FC/logo.png b/blockchains/ethereum/assets/0x12a9D37fb05052A465Fc27792Df1C4033c6433FC/logo.png
deleted file mode 100644
index 0b574d032b73c..0000000000000
Binary files a/blockchains/ethereum/assets/0x12a9D37fb05052A465Fc27792Df1C4033c6433FC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12b6893cE26Ea6341919FE289212ef77e51688c8/info.json b/blockchains/ethereum/assets/0x12b6893cE26Ea6341919FE289212ef77e51688c8/info.json
deleted file mode 100644
index e05f98d39b849..0000000000000
--- a/blockchains/ethereum/assets/0x12b6893cE26Ea6341919FE289212ef77e51688c8/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Tamadoge",
- "type": "ERC20",
- "symbol": "TAMA",
- "decimals": 18,
- "website": "https://tamadoge.io",
- "description": "The Tamadoge Token ($TAMA) is the native token of the tamaverse. You’ll be able to use it to play Tamadoge games, earn rewards and buy special items from the tamadoge pet store.",
- "explorer": "https://etherscan.io/token/0x12b6893cE26Ea6341919FE289212ef77e51688c8",
- "status": "active",
- "id": "0x12b6893cE26Ea6341919FE289212ef77e51688c8",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Tamadogecoin"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/Z2PqFvsXJa"
- },
- {
- "name": "telegram",
- "url": "https://t.me/TamadogeOfficial"
- },
- {
- "name": "whitepaper",
- "url": "https://tamadoge.io/wp-content/uploads/2022/10/Tamadoge-Whitepaper-ENG.pdf"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCivYe1JIbVcVq2wXtFYarjA"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/tamadoge"
- }
- ],
- "tags": [
- "gamefi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x12b6893cE26Ea6341919FE289212ef77e51688c8/logo.png b/blockchains/ethereum/assets/0x12b6893cE26Ea6341919FE289212ef77e51688c8/logo.png
deleted file mode 100644
index 4476222ced2a5..0000000000000
Binary files a/blockchains/ethereum/assets/0x12b6893cE26Ea6341919FE289212ef77e51688c8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12bAc8c392f5a2Ec82F3C2799289a1A7515d8f02/info.json b/blockchains/ethereum/assets/0x12bAc8c392f5a2Ec82F3C2799289a1A7515d8f02/info.json
deleted file mode 100644
index 1afa00aa2f5f8..0000000000000
--- a/blockchains/ethereum/assets/0x12bAc8c392f5a2Ec82F3C2799289a1A7515d8f02/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SMASH",
- "symbol": "SMASH",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x12bAc8c392f5a2Ec82F3C2799289a1A7515d8f02",
- "status": "abandoned",
- "id": "0x12bAc8c392f5a2Ec82F3C2799289a1A7515d8f02"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x12bAc8c392f5a2Ec82F3C2799289a1A7515d8f02/logo.png b/blockchains/ethereum/assets/0x12bAc8c392f5a2Ec82F3C2799289a1A7515d8f02/logo.png
deleted file mode 100644
index 2355bea31cd09..0000000000000
Binary files a/blockchains/ethereum/assets/0x12bAc8c392f5a2Ec82F3C2799289a1A7515d8f02/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12e51E77DAAA58aA0E9247db7510Ea4B46F9bEAd/info.json b/blockchains/ethereum/assets/0x12e51E77DAAA58aA0E9247db7510Ea4B46F9bEAd/info.json
deleted file mode 100644
index af05b694c537a..0000000000000
--- a/blockchains/ethereum/assets/0x12e51E77DAAA58aA0E9247db7510Ea4B46F9bEAd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave YFI V1",
- "symbol": "aYFI V1",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave YFI V1 is an interest bearing token pegged 1:1 to the underlying YFI deposited in Aave V1. aYFI V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x12e51E77DAAA58aA0E9247db7510Ea4B46F9bEAd",
- "status": "active",
- "id": "0x12e51E77DAAA58aA0E9247db7510Ea4B46F9bEAd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x12e51E77DAAA58aA0E9247db7510Ea4B46F9bEAd/logo.png b/blockchains/ethereum/assets/0x12e51E77DAAA58aA0E9247db7510Ea4B46F9bEAd/logo.png
deleted file mode 100644
index 766a811bd7588..0000000000000
Binary files a/blockchains/ethereum/assets/0x12e51E77DAAA58aA0E9247db7510Ea4B46F9bEAd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12f649A9E821F90BB143089a6e56846945892ffB/info.json b/blockchains/ethereum/assets/0x12f649A9E821F90BB143089a6e56846945892ffB/info.json
deleted file mode 100644
index 8a245b78cc3f5..0000000000000
--- a/blockchains/ethereum/assets/0x12f649A9E821F90BB143089a6e56846945892ffB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "uDOO",
- "symbol": "uDOO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.hyprr.com/",
- "explorer": "https://etherscan.io/token/0x12f649A9E821F90BB143089a6e56846945892ffB",
- "status": "active",
- "id": "0x12f649A9E821F90BB143089a6e56846945892ffB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x12f649A9E821F90BB143089a6e56846945892ffB/logo.png b/blockchains/ethereum/assets/0x12f649A9E821F90BB143089a6e56846945892ffB/logo.png
deleted file mode 100644
index 06b8e08991c52..0000000000000
Binary files a/blockchains/ethereum/assets/0x12f649A9E821F90BB143089a6e56846945892ffB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12fCd6463E66974cF7bBC24FFC4d40d6bE458283/info.json b/blockchains/ethereum/assets/0x12fCd6463E66974cF7bBC24FFC4d40d6bE458283/info.json
deleted file mode 100644
index 14a02424f577c..0000000000000
--- a/blockchains/ethereum/assets/0x12fCd6463E66974cF7bBC24FFC4d40d6bE458283/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Globitex Token",
- "website": "https://globitex.com/",
- "description": "GBX Tokens are usableto cover trading and EURO Wallet fee payments on the Globitex platform. The GBX Token offers a minimum 50% discount on the fees.",
- "explorer": "https://etherscan.io/token/0x12fCd6463E66974cF7bBC24FFC4d40d6bE458283",
- "type": "ERC20",
- "symbol": "GBX",
- "decimals": 8,
- "status": "active",
- "id": "0x12fCd6463E66974cF7bBC24FFC4d40d6bE458283",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/globitex_"
- },
- {
- "name": "telegram",
- "url": "https://t.me/globitex_com"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x12fCd6463E66974cF7bBC24FFC4d40d6bE458283/logo.png b/blockchains/ethereum/assets/0x12fCd6463E66974cF7bBC24FFC4d40d6bE458283/logo.png
deleted file mode 100644
index df4949290544b..0000000000000
Binary files a/blockchains/ethereum/assets/0x12fCd6463E66974cF7bBC24FFC4d40d6bE458283/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x12fD19DAC0Fab61bEd5e0F09091B470C452D4d61/info.json b/blockchains/ethereum/assets/0x12fD19DAC0Fab61bEd5e0F09091B470C452D4d61/info.json
deleted file mode 100644
index 5faa149cb7027..0000000000000
--- a/blockchains/ethereum/assets/0x12fD19DAC0Fab61bEd5e0F09091B470C452D4d61/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Echoin",
- "symbol": "EC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Echoin is a public-chain ecosystem for the energy economy. It provides the industry with practical blockchain technology solutions and builds an energy ecosystem in which energy companies, DAPP developers, individual energy owners and financial institutions can participate.",
- "website": "https://echoin.io/",
- "explorer": "https://etherscan.io/token/0x12fD19DAC0Fab61bEd5e0F09091B470C452D4d61",
- "status": "active",
- "id": "0x12fD19DAC0Fab61bEd5e0F09091B470C452D4d61"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x12fD19DAC0Fab61bEd5e0F09091B470C452D4d61/logo.png b/blockchains/ethereum/assets/0x12fD19DAC0Fab61bEd5e0F09091B470C452D4d61/logo.png
deleted file mode 100644
index b3631662f7499..0000000000000
Binary files a/blockchains/ethereum/assets/0x12fD19DAC0Fab61bEd5e0F09091B470C452D4d61/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x13056817f997bC3f15e1BC68207Efe8d2D197308/info.json b/blockchains/ethereum/assets/0x13056817f997bC3f15e1BC68207Efe8d2D197308/info.json
deleted file mode 100644
index 92ea7aea1ceee..0000000000000
--- a/blockchains/ethereum/assets/0x13056817f997bC3f15e1BC68207Efe8d2D197308/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CXKJ",
- "symbol": "CXKJ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x13056817f997bC3f15e1BC68207Efe8d2D197308",
- "status": "abandoned",
- "id": "0x13056817f997bC3f15e1BC68207Efe8d2D197308"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x13056817f997bC3f15e1BC68207Efe8d2D197308/logo.png b/blockchains/ethereum/assets/0x13056817f997bC3f15e1BC68207Efe8d2D197308/logo.png
deleted file mode 100644
index 4d208a6602dd8..0000000000000
Binary files a/blockchains/ethereum/assets/0x13056817f997bC3f15e1BC68207Efe8d2D197308/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x130f0054d43d1f849D09e3947BD33d76706232D6/info.json b/blockchains/ethereum/assets/0x130f0054d43d1f849D09e3947BD33d76706232D6/info.json
deleted file mode 100644
index 53d3834710189..0000000000000
--- a/blockchains/ethereum/assets/0x130f0054d43d1f849D09e3947BD33d76706232D6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "INSTAINBLOCKS",
- "symbol": "INST",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x130f0054d43d1f849D09e3947BD33d76706232D6",
- "status": "abandoned",
- "id": "0x130f0054d43d1f849D09e3947BD33d76706232D6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x130f0054d43d1f849D09e3947BD33d76706232D6/logo.png b/blockchains/ethereum/assets/0x130f0054d43d1f849D09e3947BD33d76706232D6/logo.png
deleted file mode 100644
index b533764dbd13f..0000000000000
Binary files a/blockchains/ethereum/assets/0x130f0054d43d1f849D09e3947BD33d76706232D6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x13119E34E140097a507B07a5564bDe1bC375D9e6/info.json b/blockchains/ethereum/assets/0x13119E34E140097a507B07a5564bDe1bC375D9e6/info.json
deleted file mode 100644
index 6979697081a7e..0000000000000
--- a/blockchains/ethereum/assets/0x13119E34E140097a507B07a5564bDe1bC375D9e6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MoneyToken",
- "symbol": "IMT",
- "type": "ERC20",
- "decimals": 18,
- "description": "The MoneyToken platform allows you to receive liquid funds right now, based on the current value of your cryptocurrency asset holdings.",
- "website": "http://moneytoken.eu/",
- "explorer": "https://etherscan.io/token/0x13119E34E140097a507B07a5564bDe1bC375D9e6",
- "status": "active",
- "id": "0x13119E34E140097a507B07a5564bDe1bC375D9e6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x13119E34E140097a507B07a5564bDe1bC375D9e6/logo.png b/blockchains/ethereum/assets/0x13119E34E140097a507B07a5564bDe1bC375D9e6/logo.png
deleted file mode 100644
index 9164a21a2a766..0000000000000
Binary files a/blockchains/ethereum/assets/0x13119E34E140097a507B07a5564bDe1bC375D9e6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1320c8c64b9f2eAa851F70702e6C9FC1EE4E8Ce4/info.json b/blockchains/ethereum/assets/0x1320c8c64b9f2eAa851F70702e6C9FC1EE4E8Ce4/info.json
deleted file mode 100644
index be8c409cf389d..0000000000000
--- a/blockchains/ethereum/assets/0x1320c8c64b9f2eAa851F70702e6C9FC1EE4E8Ce4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MegaSerum",
- "symbol": "MSRM",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1320c8c64b9f2eAa851F70702e6C9FC1EE4E8Ce4",
- "status": "abandoned",
- "id": "0x1320c8c64b9f2eAa851F70702e6C9FC1EE4E8Ce4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1320c8c64b9f2eAa851F70702e6C9FC1EE4E8Ce4/logo.png b/blockchains/ethereum/assets/0x1320c8c64b9f2eAa851F70702e6C9FC1EE4E8Ce4/logo.png
deleted file mode 100644
index d2a9deed545b8..0000000000000
Binary files a/blockchains/ethereum/assets/0x1320c8c64b9f2eAa851F70702e6C9FC1EE4E8Ce4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x132b2EDECC3EC84C887fab43B35db7A5F87629D4/info.json b/blockchains/ethereum/assets/0x132b2EDECC3EC84C887fab43B35db7A5F87629D4/info.json
deleted file mode 100644
index d3db17d3d9fa5..0000000000000
--- a/blockchains/ethereum/assets/0x132b2EDECC3EC84C887fab43B35db7A5F87629D4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Newowiyah Buffalo, West MD5: 41e091e14237ab6485bffe77429700b3",
- "type": "ERC20",
- "symbol": "BUFF",
- "decimals": 2,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0x132b2edecc3ec84c887fab43b35db7a5f87629d4",
- "status": "active",
- "id": "0x132b2EDECC3EC84C887fab43B35db7A5F87629D4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x132b2EDECC3EC84C887fab43B35db7A5F87629D4/logo.png b/blockchains/ethereum/assets/0x132b2EDECC3EC84C887fab43B35db7A5F87629D4/logo.png
deleted file mode 100644
index aa8b71ebfe8ca..0000000000000
Binary files a/blockchains/ethereum/assets/0x132b2EDECC3EC84C887fab43B35db7A5F87629D4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x132e2fDBA9C224D3d62f18aE79e0e8f4E4BE987D/info.json b/blockchains/ethereum/assets/0x132e2fDBA9C224D3d62f18aE79e0e8f4E4BE987D/info.json
deleted file mode 100644
index 06d7d836d011e..0000000000000
--- a/blockchains/ethereum/assets/0x132e2fDBA9C224D3d62f18aE79e0e8f4E4BE987D/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "DefiFarm",
- "website": "https://dff.finance",
- "description": "DefiFarm empowers blockchain networks to have state of the art privacy protection over smart contracts, DeFi, transactions, data.",
- "explorer": "https://etherscan.io/token/0x132e2fDBA9C224D3d62f18aE79e0e8f4E4BE987D",
- "type": "ERC20",
- "symbol": "DFF",
- "decimals": 8,
- "status": "active",
- "id": "0x132e2fDBA9C224D3d62f18aE79e0e8f4E4BE987D",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://dff.finance/white-page.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x132e2fDBA9C224D3d62f18aE79e0e8f4E4BE987D/logo.png b/blockchains/ethereum/assets/0x132e2fDBA9C224D3d62f18aE79e0e8f4E4BE987D/logo.png
deleted file mode 100644
index a8a8935401d50..0000000000000
Binary files a/blockchains/ethereum/assets/0x132e2fDBA9C224D3d62f18aE79e0e8f4E4BE987D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x13339fD07934CD674269726EdF3B5ccEE9DD93de/info.json b/blockchains/ethereum/assets/0x13339fD07934CD674269726EdF3B5ccEE9DD93de/info.json
deleted file mode 100644
index d941a34bdf838..0000000000000
--- a/blockchains/ethereum/assets/0x13339fD07934CD674269726EdF3B5ccEE9DD93de/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CurToken",
- "symbol": "CUR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Join CurioInvest today and invest in classic cars and limited edition hypercars starting with little. Discover the collections of others and get rewarded for sharing yours. ",
- "website": "https://curioinvest.com/",
- "explorer": "https://etherscan.io/token/0x13339fD07934CD674269726EdF3B5ccEE9DD93de",
- "status": "active",
- "id": "0x13339fD07934CD674269726EdF3B5ccEE9DD93de"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x13339fD07934CD674269726EdF3B5ccEE9DD93de/logo.png b/blockchains/ethereum/assets/0x13339fD07934CD674269726EdF3B5ccEE9DD93de/logo.png
deleted file mode 100644
index e3a4cf1ec3b38..0000000000000
Binary files a/blockchains/ethereum/assets/0x13339fD07934CD674269726EdF3B5ccEE9DD93de/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1337DEF16F9B486fAEd0293eb623Dc8395dFE46a/info.json b/blockchains/ethereum/assets/0x1337DEF16F9B486fAEd0293eb623Dc8395dFE46a/info.json
deleted file mode 100644
index 9a6d7815256b3..0000000000000
--- a/blockchains/ethereum/assets/0x1337DEF16F9B486fAEd0293eb623Dc8395dFE46a/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "ARMOR",
- "website": "https://armor.fi",
- "description": "Armor is a DeFi coverage aggregator to secure and scale adoption.",
- "explorer": "https://etherscan.io/token/0x1337DEF16F9B486fAEd0293eb623Dc8395dFE46a",
- "type": "ERC20",
- "symbol": "ARMOR",
- "decimals": 18,
- "status": "active",
- "id": "0x1337DEF16F9B486fAEd0293eb623Dc8395dFE46a",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ArmorFi"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ArmorFi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ArmorFi"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/8HuTB22"
- },
- {
- "name": "medium",
- "url": "https://medium.com/armorfi"
- },
- {
- "name": "whitepaper",
- "url": "https://armorfi.gitbook.io/armor/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1337DEF16F9B486fAEd0293eb623Dc8395dFE46a/logo.png b/blockchains/ethereum/assets/0x1337DEF16F9B486fAEd0293eb623Dc8395dFE46a/logo.png
deleted file mode 100644
index b148ce4cdd92e..0000000000000
Binary files a/blockchains/ethereum/assets/0x1337DEF16F9B486fAEd0293eb623Dc8395dFE46a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1337DEF18C680aF1f9f45cBcab6309562975b1dD/info.json b/blockchains/ethereum/assets/0x1337DEF18C680aF1f9f45cBcab6309562975b1dD/info.json
deleted file mode 100644
index 78b5100838ca9..0000000000000
--- a/blockchains/ethereum/assets/0x1337DEF18C680aF1f9f45cBcab6309562975b1dD/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Armor NXM",
- "website": "https://armor.fi",
- "description": "arNXM is the yield-bearing token for the arNXM vault.",
- "explorer": "https://etherscan.io/token/0x1337DEF18C680aF1f9f45cBcab6309562975b1dD",
- "type": "ERC20",
- "symbol": "arNXM",
- "decimals": 18,
- "status": "active",
- "id": "0x1337DEF18C680aF1f9f45cBcab6309562975b1dD",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ArmorFi"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ArmorFi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ArmorFi"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/8HuTB22"
- },
- {
- "name": "medium",
- "url": "https://medium.com/armorfi"
- },
- {
- "name": "whitepaper",
- "url": "https://armorfi.gitbook.io/armor/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1337DEF18C680aF1f9f45cBcab6309562975b1dD/logo.png b/blockchains/ethereum/assets/0x1337DEF18C680aF1f9f45cBcab6309562975b1dD/logo.png
deleted file mode 100644
index 772d7d2f9f7ca..0000000000000
Binary files a/blockchains/ethereum/assets/0x1337DEF18C680aF1f9f45cBcab6309562975b1dD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x133834219045eD0cf692619D63abcd251e6B1ca1/info.json b/blockchains/ethereum/assets/0x133834219045eD0cf692619D63abcd251e6B1ca1/info.json
deleted file mode 100644
index 1923050d82511..0000000000000
--- a/blockchains/ethereum/assets/0x133834219045eD0cf692619D63abcd251e6B1ca1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "mosExpensiveToken",
- "symbol": "MET",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x133834219045eD0cf692619D63abcd251e6B1ca1",
- "status": "abandoned",
- "id": "0x133834219045eD0cf692619D63abcd251e6B1ca1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x133834219045eD0cf692619D63abcd251e6B1ca1/logo.png b/blockchains/ethereum/assets/0x133834219045eD0cf692619D63abcd251e6B1ca1/logo.png
deleted file mode 100644
index 24b8650406399..0000000000000
Binary files a/blockchains/ethereum/assets/0x133834219045eD0cf692619D63abcd251e6B1ca1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1341A2257fa7b770420Ef70616f888056f90926c/info.json b/blockchains/ethereum/assets/0x1341A2257fa7b770420Ef70616f888056f90926c/info.json
deleted file mode 100644
index 7ab7caded11dd..0000000000000
--- a/blockchains/ethereum/assets/0x1341A2257fa7b770420Ef70616f888056f90926c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zoo Token",
- "website": "https://zootoken.io",
- "description": "ZooToken will be the hub for these Animal Coins key-values.",
- "explorer": "https://etherscan.io/token/0x1341A2257fa7b770420Ef70616f888056f90926c",
- "type": "ERC20",
- "symbol": "ZOOT",
- "decimals": 9,
- "status": "active",
- "id": "0x1341A2257fa7b770420Ef70616f888056f90926c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1341A2257fa7b770420Ef70616f888056f90926c/logo.png b/blockchains/ethereum/assets/0x1341A2257fa7b770420Ef70616f888056f90926c/logo.png
deleted file mode 100644
index 53fcc704f8db8..0000000000000
Binary files a/blockchains/ethereum/assets/0x1341A2257fa7b770420Ef70616f888056f90926c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x134A2B5B1A1E3F3c3C7cfed71000035A53d4d127/info.json b/blockchains/ethereum/assets/0x134A2B5B1A1E3F3c3C7cfed71000035A53d4d127/info.json
deleted file mode 100644
index 0f6bf305f85bc..0000000000000
--- a/blockchains/ethereum/assets/0x134A2B5B1A1E3F3c3C7cfed71000035A53d4d127/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OPC-ERC20-Token",
- "symbol": "OPC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x134A2B5B1A1E3F3c3C7cfed71000035A53d4d127",
- "status": "abandoned",
- "id": "0x134A2B5B1A1E3F3c3C7cfed71000035A53d4d127"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x134A2B5B1A1E3F3c3C7cfed71000035A53d4d127/logo.png b/blockchains/ethereum/assets/0x134A2B5B1A1E3F3c3C7cfed71000035A53d4d127/logo.png
deleted file mode 100644
index 789b2a0fb154f..0000000000000
Binary files a/blockchains/ethereum/assets/0x134A2B5B1A1E3F3c3C7cfed71000035A53d4d127/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1350Fbe8Ce27762ec19134bf8FC405a427fe9Bf1/info.json b/blockchains/ethereum/assets/0x1350Fbe8Ce27762ec19134bf8FC405a427fe9Bf1/info.json
deleted file mode 100644
index 6f7ffbab74a24..0000000000000
--- a/blockchains/ethereum/assets/0x1350Fbe8Ce27762ec19134bf8FC405a427fe9Bf1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Trips",
- "symbol": "TRIPS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1350Fbe8Ce27762ec19134bf8FC405a427fe9Bf1",
- "status": "abandoned",
- "id": "0x1350Fbe8Ce27762ec19134bf8FC405a427fe9Bf1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1350Fbe8Ce27762ec19134bf8FC405a427fe9Bf1/logo.png b/blockchains/ethereum/assets/0x1350Fbe8Ce27762ec19134bf8FC405a427fe9Bf1/logo.png
deleted file mode 100644
index b39532d23cef1..0000000000000
Binary files a/blockchains/ethereum/assets/0x1350Fbe8Ce27762ec19134bf8FC405a427fe9Bf1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1351c3431d32dB76543D245672A5BAA8143cF993/info.json b/blockchains/ethereum/assets/0x1351c3431d32dB76543D245672A5BAA8143cF993/info.json
deleted file mode 100644
index c88abf908d3bf..0000000000000
--- a/blockchains/ethereum/assets/0x1351c3431d32dB76543D245672A5BAA8143cF993/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LMT COIN",
- "symbol": "LMT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1351c3431d32dB76543D245672A5BAA8143cF993",
- "status": "abandoned",
- "id": "0x1351c3431d32dB76543D245672A5BAA8143cF993"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1351c3431d32dB76543D245672A5BAA8143cF993/logo.png b/blockchains/ethereum/assets/0x1351c3431d32dB76543D245672A5BAA8143cF993/logo.png
deleted file mode 100644
index 4c27946e52d67..0000000000000
Binary files a/blockchains/ethereum/assets/0x1351c3431d32dB76543D245672A5BAA8143cF993/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1354c8C1A66C2573Ce9cC3e92e98D17869501A46/info.json b/blockchains/ethereum/assets/0x1354c8C1A66C2573Ce9cC3e92e98D17869501A46/info.json
deleted file mode 100644
index c6bad7e96aa6f..0000000000000
--- a/blockchains/ethereum/assets/0x1354c8C1A66C2573Ce9cC3e92e98D17869501A46/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HighBank",
- "symbol": "HIGH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1354c8C1A66C2573Ce9cC3e92e98D17869501A46",
- "status": "abandoned",
- "id": "0x1354c8C1A66C2573Ce9cC3e92e98D17869501A46"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1354c8C1A66C2573Ce9cC3e92e98D17869501A46/logo.png b/blockchains/ethereum/assets/0x1354c8C1A66C2573Ce9cC3e92e98D17869501A46/logo.png
deleted file mode 100644
index 7486a0a4633d8..0000000000000
Binary files a/blockchains/ethereum/assets/0x1354c8C1A66C2573Ce9cC3e92e98D17869501A46/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x13657b29a376177718526cC85fc874aF926d6ef6/info.json b/blockchains/ethereum/assets/0x13657b29a376177718526cC85fc874aF926d6ef6/info.json
deleted file mode 100644
index 2641a12f1028c..0000000000000
--- a/blockchains/ethereum/assets/0x13657b29a376177718526cC85fc874aF926d6ef6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Radiance Token",
- "symbol": "RNR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x13657b29a376177718526cC85fc874aF926d6ef6",
- "status": "abandoned",
- "id": "0x13657b29a376177718526cC85fc874aF926d6ef6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x13657b29a376177718526cC85fc874aF926d6ef6/logo.png b/blockchains/ethereum/assets/0x13657b29a376177718526cC85fc874aF926d6ef6/logo.png
deleted file mode 100644
index 28777694578d3..0000000000000
Binary files a/blockchains/ethereum/assets/0x13657b29a376177718526cC85fc874aF926d6ef6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1367D4a67C1719B58C7e05dF8768226Fa768279a/info.json b/blockchains/ethereum/assets/0x1367D4a67C1719B58C7e05dF8768226Fa768279a/info.json
deleted file mode 100644
index 5f1893e5b2485..0000000000000
--- a/blockchains/ethereum/assets/0x1367D4a67C1719B58C7e05dF8768226Fa768279a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OOOBTCTOKEN",
- "symbol": "OBX",
- "type": "ERC20",
- "decimals": 18,
- "description": "OOOBTC is a gateway and exchange for crypto-currency and crypto-ecosystem.",
- "website": "https://www.ooobtc.com/OBX",
- "explorer": "https://etherscan.io/token/0x1367D4a67C1719B58C7e05dF8768226Fa768279a",
- "status": "active",
- "id": "0x1367D4a67C1719B58C7e05dF8768226Fa768279a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1367D4a67C1719B58C7e05dF8768226Fa768279a/logo.png b/blockchains/ethereum/assets/0x1367D4a67C1719B58C7e05dF8768226Fa768279a/logo.png
deleted file mode 100644
index c4467dba2966c..0000000000000
Binary files a/blockchains/ethereum/assets/0x1367D4a67C1719B58C7e05dF8768226Fa768279a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1368452Bfb5Cd127971C8DE22C58fBE89D35A6BF/info.json b/blockchains/ethereum/assets/0x1368452Bfb5Cd127971C8DE22C58fBE89D35A6BF/info.json
deleted file mode 100644
index f205890185b63..0000000000000
--- a/blockchains/ethereum/assets/0x1368452Bfb5Cd127971C8DE22C58fBE89D35A6BF/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "JNTR/e",
- "website": "https://jointer.io/",
- "description": "Jointer’s Decentralized Finance (DeFi) Auction",
- "explorer": "https://etherscan.io/token/0x1368452Bfb5Cd127971C8DE22C58fBE89D35A6BF",
- "type": "ERC20",
- "symbol": "JNTR/e",
- "decimals": 18,
- "status": "active",
- "id": "0x1368452Bfb5Cd127971C8DE22C58fBE89D35A6BF",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/jointerinc"
- },
- {
- "name": "whitepaper",
- "url": "https://jointerinc.github.io/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1368452Bfb5Cd127971C8DE22C58fBE89D35A6BF/logo.png b/blockchains/ethereum/assets/0x1368452Bfb5Cd127971C8DE22C58fBE89D35A6BF/logo.png
deleted file mode 100644
index ed1d6c83664b0..0000000000000
Binary files a/blockchains/ethereum/assets/0x1368452Bfb5Cd127971C8DE22C58fBE89D35A6BF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1370B716575bD7d5AEe14128e231A779198e5397/info.json b/blockchains/ethereum/assets/0x1370B716575bD7d5AEe14128e231A779198e5397/info.json
deleted file mode 100644
index c11b1a3f0bccd..0000000000000
--- a/blockchains/ethereum/assets/0x1370B716575bD7d5AEe14128e231A779198e5397/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Long ETH-DAI 3x v2",
- "symbol": "dLETH3x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1370B716575bD7d5AEe14128e231A779198e5397",
- "status": "abandoned",
- "id": "0x1370B716575bD7d5AEe14128e231A779198e5397"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1370B716575bD7d5AEe14128e231A779198e5397/logo.png b/blockchains/ethereum/assets/0x1370B716575bD7d5AEe14128e231A779198e5397/logo.png
deleted file mode 100644
index ed6fc5b28da70..0000000000000
Binary files a/blockchains/ethereum/assets/0x1370B716575bD7d5AEe14128e231A779198e5397/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x137959e0b3E5c68591abf67983b91b1685266f61/info.json b/blockchains/ethereum/assets/0x137959e0b3E5c68591abf67983b91b1685266f61/info.json
deleted file mode 100644
index 91dd047407b8e..0000000000000
--- a/blockchains/ethereum/assets/0x137959e0b3E5c68591abf67983b91b1685266f61/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-6/30M36",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x137959e0b3E5c68591abf67983b91b1685266f61",
- "status": "abandoned",
- "id": "0x137959e0b3E5c68591abf67983b91b1685266f61"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x137959e0b3E5c68591abf67983b91b1685266f61/logo.png b/blockchains/ethereum/assets/0x137959e0b3E5c68591abf67983b91b1685266f61/logo.png
deleted file mode 100644
index 781b08c193056..0000000000000
Binary files a/blockchains/ethereum/assets/0x137959e0b3E5c68591abf67983b91b1685266f61/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x138537DDba70aB69C05497b89Ee2e34F9201DCec/info.json b/blockchains/ethereum/assets/0x138537DDba70aB69C05497b89Ee2e34F9201DCec/info.json
deleted file mode 100644
index be378a9102a0e..0000000000000
--- a/blockchains/ethereum/assets/0x138537DDba70aB69C05497b89Ee2e34F9201DCec/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ShahinMedical",
- "symbol": "SML",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://shaheenfaucet.xyz/",
- "explorer": "https://etherscan.io/token/0x138537DDba70aB69C05497b89Ee2e34F9201DCec",
- "status": "abandoned",
- "id": "0x138537DDba70aB69C05497b89Ee2e34F9201DCec"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x138537DDba70aB69C05497b89Ee2e34F9201DCec/logo.png b/blockchains/ethereum/assets/0x138537DDba70aB69C05497b89Ee2e34F9201DCec/logo.png
deleted file mode 100644
index a1a2fb1ae62c2..0000000000000
Binary files a/blockchains/ethereum/assets/0x138537DDba70aB69C05497b89Ee2e34F9201DCec/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x138A8752093F4f9a79AaeDF48d4B9248fab93c9C/info.json b/blockchains/ethereum/assets/0x138A8752093F4f9a79AaeDF48d4B9248fab93c9C/info.json
deleted file mode 100644
index 8be0c1b77a7a7..0000000000000
--- a/blockchains/ethereum/assets/0x138A8752093F4f9a79AaeDF48d4B9248fab93c9C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Musiconomi",
- "symbol": "MCI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x138A8752093F4f9a79AaeDF48d4B9248fab93c9C",
- "status": "abandoned",
- "id": "0x138A8752093F4f9a79AaeDF48d4B9248fab93c9C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x138A8752093F4f9a79AaeDF48d4B9248fab93c9C/logo.png b/blockchains/ethereum/assets/0x138A8752093F4f9a79AaeDF48d4B9248fab93c9C/logo.png
deleted file mode 100755
index d5ead9b0b6a5f..0000000000000
Binary files a/blockchains/ethereum/assets/0x138A8752093F4f9a79AaeDF48d4B9248fab93c9C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x138fd9A2B4b283676109d5E76cf3b83de7d15F25/info.json b/blockchains/ethereum/assets/0x138fd9A2B4b283676109d5E76cf3b83de7d15F25/info.json
deleted file mode 100644
index 9ff79e5184630..0000000000000
--- a/blockchains/ethereum/assets/0x138fd9A2B4b283676109d5E76cf3b83de7d15F25/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zero Protocol Token",
- "symbol": "ZNT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x138fd9A2B4b283676109d5E76cf3b83de7d15F25",
- "status": "abandoned",
- "id": "0x138fd9A2B4b283676109d5E76cf3b83de7d15F25"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x138fd9A2B4b283676109d5E76cf3b83de7d15F25/logo.png b/blockchains/ethereum/assets/0x138fd9A2B4b283676109d5E76cf3b83de7d15F25/logo.png
deleted file mode 100644
index 4114eea01aab8..0000000000000
Binary files a/blockchains/ethereum/assets/0x138fd9A2B4b283676109d5E76cf3b83de7d15F25/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x139838869D3E1AB94C798917840dA1c079103c84/info.json b/blockchains/ethereum/assets/0x139838869D3E1AB94C798917840dA1c079103c84/info.json
deleted file mode 100644
index 3a142af34af60..0000000000000
--- a/blockchains/ethereum/assets/0x139838869D3E1AB94C798917840dA1c079103c84/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Binantex",
- "website": "https://binantex.com",
- "description": "Binantex is a USD-pegged stablecoin, that provides its users with regular attestations of escrowed balances, full collateral and legal protection against the misappropriation of the underlying USD.",
- "explorer": "https://etherscan.io/token/0x139838869D3E1AB94C798917840dA1c079103c84",
- "type": "ERC20",
- "symbol": "BNT",
- "decimals": 18,
- "status": "active",
- "id": "0x139838869D3E1AB94C798917840dA1c079103c84"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x139838869D3E1AB94C798917840dA1c079103c84/logo.png b/blockchains/ethereum/assets/0x139838869D3E1AB94C798917840dA1c079103c84/logo.png
deleted file mode 100644
index 8db794b1a8952..0000000000000
Binary files a/blockchains/ethereum/assets/0x139838869D3E1AB94C798917840dA1c079103c84/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x139d9397274bb9E2C29A9aa8Aa0b5874d30D62E3/info.json b/blockchains/ethereum/assets/0x139d9397274bb9E2C29A9aa8Aa0b5874d30D62E3/info.json
deleted file mode 100644
index c95e323ef8d56..0000000000000
--- a/blockchains/ethereum/assets/0x139d9397274bb9E2C29A9aa8Aa0b5874d30D62E3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BoutsPro",
- "symbol": "BOUTS",
- "type": "ERC20",
- "decimals": 18,
- "description": "Professional Karate Sports Organization.",
- "website": "https://www.bouts.pro/",
- "explorer": "https://etherscan.io/token/0x139d9397274bb9E2C29A9aa8Aa0b5874d30D62E3",
- "status": "active",
- "id": "0x139d9397274bb9E2C29A9aa8Aa0b5874d30D62E3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x139d9397274bb9E2C29A9aa8Aa0b5874d30D62E3/logo.png b/blockchains/ethereum/assets/0x139d9397274bb9E2C29A9aa8Aa0b5874d30D62E3/logo.png
deleted file mode 100644
index f7e9ccf2e5553..0000000000000
Binary files a/blockchains/ethereum/assets/0x139d9397274bb9E2C29A9aa8Aa0b5874d30D62E3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x13B02c8dE71680e71F0820c996E4bE43c2F57d15/info.json b/blockchains/ethereum/assets/0x13B02c8dE71680e71F0820c996E4bE43c2F57d15/info.json
deleted file mode 100644
index 795a54bc9dc1c..0000000000000
--- a/blockchains/ethereum/assets/0x13B02c8dE71680e71F0820c996E4bE43c2F57d15/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "mQQQ Token",
- "website": "https://mirror.finance",
- "description": "Wrapped Mirror QQQ Token.",
- "explorer": "https://etherscan.io/token/0x13B02c8dE71680e71F0820c996E4bE43c2F57d15",
- "type": "ERC20",
- "symbol": "mQQQ",
- "decimals": 18,
- "status": "active",
- "id": "0x13B02c8dE71680e71F0820c996E4bE43c2F57d15",
- "tags": [
- "wrapped"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MirrorProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mirror_protocol"
- },
- {
- "name": "discord",
- "url": "https://discord.com/MirrorProtocol"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@mirror-protocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x13B02c8dE71680e71F0820c996E4bE43c2F57d15/logo.png b/blockchains/ethereum/assets/0x13B02c8dE71680e71F0820c996E4bE43c2F57d15/logo.png
deleted file mode 100644
index 2265b120d987e..0000000000000
Binary files a/blockchains/ethereum/assets/0x13B02c8dE71680e71F0820c996E4bE43c2F57d15/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x13C2fab6354d3790D8ece4f0f1a3280b4A25aD96/info.json b/blockchains/ethereum/assets/0x13C2fab6354d3790D8ece4f0f1a3280b4A25aD96/info.json
deleted file mode 100644
index 60b6129c053a8..0000000000000
--- a/blockchains/ethereum/assets/0x13C2fab6354d3790D8ece4f0f1a3280b4A25aD96/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PHI Token",
- "symbol": "PHI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.phitoken.io/",
- "explorer": "https://etherscan.io/token/0x13C2fab6354d3790D8ece4f0f1a3280b4A25aD96",
- "status": "abandoned",
- "id": "0x13C2fab6354d3790D8ece4f0f1a3280b4A25aD96"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x13C2fab6354d3790D8ece4f0f1a3280b4A25aD96/logo.png b/blockchains/ethereum/assets/0x13C2fab6354d3790D8ece4f0f1a3280b4A25aD96/logo.png
deleted file mode 100644
index a0019f60ccfb8..0000000000000
Binary files a/blockchains/ethereum/assets/0x13C2fab6354d3790D8ece4f0f1a3280b4A25aD96/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x13E9EC660d872f55405d70e5C52D872136F0970c/info.json b/blockchains/ethereum/assets/0x13E9EC660d872f55405d70e5C52D872136F0970c/info.json
deleted file mode 100644
index a9093670b47b0..0000000000000
--- a/blockchains/ethereum/assets/0x13E9EC660d872f55405d70e5C52D872136F0970c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TKT",
- "symbol": "TKT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.tkt-twinkle.com/",
- "explorer": "https://etherscan.io/token/0x13E9EC660d872f55405d70e5C52D872136F0970c",
- "status": "abandoned",
- "id": "0x13E9EC660d872f55405d70e5C52D872136F0970c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x13E9EC660d872f55405d70e5C52D872136F0970c/logo.png b/blockchains/ethereum/assets/0x13E9EC660d872f55405d70e5C52D872136F0970c/logo.png
deleted file mode 100644
index 0140fee442ea1..0000000000000
Binary files a/blockchains/ethereum/assets/0x13E9EC660d872f55405d70e5C52D872136F0970c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x13EA82D5e1A811F55BDA9c86FdD6195A6bD23Aed/info.json b/blockchains/ethereum/assets/0x13EA82D5e1A811F55BDA9c86FdD6195A6bD23Aed/info.json
deleted file mode 100644
index d90775181719a..0000000000000
--- a/blockchains/ethereum/assets/0x13EA82D5e1A811F55BDA9c86FdD6195A6bD23Aed/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Travelling Free Token",
- "symbol": "TFT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://www.tfchain.org/",
- "explorer": "https://etherscan.io/token/0x13EA82D5e1A811F55BDA9c86FdD6195A6bD23Aed",
- "status": "abandoned",
- "id": "0x13EA82D5e1A811F55BDA9c86FdD6195A6bD23Aed"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x13EA82D5e1A811F55BDA9c86FdD6195A6bD23Aed/logo.png b/blockchains/ethereum/assets/0x13EA82D5e1A811F55BDA9c86FdD6195A6bD23Aed/logo.png
deleted file mode 100644
index b7f609f812cb2..0000000000000
Binary files a/blockchains/ethereum/assets/0x13EA82D5e1A811F55BDA9c86FdD6195A6bD23Aed/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x13F1b7FDFbE1fc66676D56483e21B1ecb40b58E2/info.json b/blockchains/ethereum/assets/0x13F1b7FDFbE1fc66676D56483e21B1ecb40b58E2/info.json
deleted file mode 100644
index 90d1b5b0161dd..0000000000000
--- a/blockchains/ethereum/assets/0x13F1b7FDFbE1fc66676D56483e21B1ecb40b58E2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Accelerator",
- "symbol": "ACC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://accelerator.network/",
- "explorer": "https://etherscan.io/token/0x13F1b7FDFbE1fc66676D56483e21B1ecb40b58E2",
- "status": "abandoned",
- "id": "0x13F1b7FDFbE1fc66676D56483e21B1ecb40b58E2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x13F1b7FDFbE1fc66676D56483e21B1ecb40b58E2/logo.png b/blockchains/ethereum/assets/0x13F1b7FDFbE1fc66676D56483e21B1ecb40b58E2/logo.png
deleted file mode 100644
index c202ef7f28bec..0000000000000
Binary files a/blockchains/ethereum/assets/0x13F1b7FDFbE1fc66676D56483e21B1ecb40b58E2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x13bDd7dcc28B585f193241B31995AF22f1b0256E/info.json b/blockchains/ethereum/assets/0x13bDd7dcc28B585f193241B31995AF22f1b0256E/info.json
deleted file mode 100644
index bdb2558a77e2b..0000000000000
--- a/blockchains/ethereum/assets/0x13bDd7dcc28B585f193241B31995AF22f1b0256E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GIRLTOKEN",
- "symbol": "GIRL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x13bDd7dcc28B585f193241B31995AF22f1b0256E",
- "status": "abandoned",
- "id": "0x13bDd7dcc28B585f193241B31995AF22f1b0256E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x13bDd7dcc28B585f193241B31995AF22f1b0256E/logo.png b/blockchains/ethereum/assets/0x13bDd7dcc28B585f193241B31995AF22f1b0256E/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x13bDd7dcc28B585f193241B31995AF22f1b0256E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x13c2B7F851E756415cF7d51d04dcF4F94A5b382E/info.json b/blockchains/ethereum/assets/0x13c2B7F851E756415cF7d51d04dcF4F94A5b382E/info.json
deleted file mode 100644
index ac435f3c465ab..0000000000000
--- a/blockchains/ethereum/assets/0x13c2B7F851E756415cF7d51d04dcF4F94A5b382E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CitexToken",
- "symbol": "CTT",
- "type": "ERC20",
- "decimals": 18,
- "description": "POW digital asset trading platform.",
- "website": "https://www.citex.io/",
- "explorer": "https://etherscan.io/token/0x13c2B7F851E756415cF7d51d04dcF4F94A5b382E",
- "status": "active",
- "id": "0x13c2B7F851E756415cF7d51d04dcF4F94A5b382E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x13c2B7F851E756415cF7d51d04dcF4F94A5b382E/logo.png b/blockchains/ethereum/assets/0x13c2B7F851E756415cF7d51d04dcF4F94A5b382E/logo.png
deleted file mode 100644
index d291fdfeedd17..0000000000000
Binary files a/blockchains/ethereum/assets/0x13c2B7F851E756415cF7d51d04dcF4F94A5b382E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x13d0bf45e5F319Fa0B58900807049f23caE7C40D/info.json b/blockchains/ethereum/assets/0x13d0bf45e5F319Fa0B58900807049f23caE7C40D/info.json
deleted file mode 100644
index 0bf1ed7871226..0000000000000
--- a/blockchains/ethereum/assets/0x13d0bf45e5F319Fa0B58900807049f23caE7C40D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "阅读币",
- "symbol": "READ",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x13d0bf45e5F319Fa0B58900807049f23caE7C40D",
- "status": "abandoned",
- "id": "0x13d0bf45e5F319Fa0B58900807049f23caE7C40D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x13d0bf45e5F319Fa0B58900807049f23caE7C40D/logo.png b/blockchains/ethereum/assets/0x13d0bf45e5F319Fa0B58900807049f23caE7C40D/logo.png
deleted file mode 100644
index 99f749b841fbc..0000000000000
Binary files a/blockchains/ethereum/assets/0x13d0bf45e5F319Fa0B58900807049f23caE7C40D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x13d6b121817D78faC403Ebf2C59c0C93583991df/info.json b/blockchains/ethereum/assets/0x13d6b121817D78faC403Ebf2C59c0C93583991df/info.json
deleted file mode 100644
index 3271043c37e28..0000000000000
--- a/blockchains/ethereum/assets/0x13d6b121817D78faC403Ebf2C59c0C93583991df/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MccCoin",
- "symbol": "MCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x13d6b121817D78faC403Ebf2C59c0C93583991df",
- "status": "active",
- "id": "0x13d6b121817D78faC403Ebf2C59c0C93583991df"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x13d6b121817D78faC403Ebf2C59c0C93583991df/logo.png b/blockchains/ethereum/assets/0x13d6b121817D78faC403Ebf2C59c0C93583991df/logo.png
deleted file mode 100644
index 1bc833012442a..0000000000000
Binary files a/blockchains/ethereum/assets/0x13d6b121817D78faC403Ebf2C59c0C93583991df/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x13f11C9905A08ca76e3e853bE63D4f0944326C72/info.json b/blockchains/ethereum/assets/0x13f11C9905A08ca76e3e853bE63D4f0944326C72/info.json
deleted file mode 100644
index c030b47d1832d..0000000000000
--- a/blockchains/ethereum/assets/0x13f11C9905A08ca76e3e853bE63D4f0944326C72/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Divi Exchange Token",
- "symbol": "DIVX",
- "type": "ERC20",
- "decimals": 18,
- "description": "Divi is a project with the goal of making popular cryptocurrencies easy to use for the public mass. Divi’s Smart Wallet and blockchain make transactions speedier, affordable, easier, safe to use, and less prone to user errors.",
- "website": "https://diviproject.org/",
- "explorer": "https://etherscan.io/token/0x13f11C9905A08ca76e3e853bE63D4f0944326C72",
- "status": "abandoned",
- "id": "0x13f11C9905A08ca76e3e853bE63D4f0944326C72"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x13f11C9905A08ca76e3e853bE63D4f0944326C72/logo.png b/blockchains/ethereum/assets/0x13f11C9905A08ca76e3e853bE63D4f0944326C72/logo.png
deleted file mode 100644
index 7475689f6dfba..0000000000000
Binary files a/blockchains/ethereum/assets/0x13f11C9905A08ca76e3e853bE63D4f0944326C72/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x13f25cd52b21650caa8225C9942337d914C9B030/info.json b/blockchains/ethereum/assets/0x13f25cd52b21650caa8225C9942337d914C9B030/info.json
deleted file mode 100644
index 3ce779950a8c9..0000000000000
--- a/blockchains/ethereum/assets/0x13f25cd52b21650caa8225C9942337d914C9B030/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "realchain token",
- "symbol": "RCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://rcfund.org/en-US",
- "explorer": "https://etherscan.io/token/0x13f25cd52b21650caa8225C9942337d914C9B030",
- "status": "abandoned",
- "id": "0x13f25cd52b21650caa8225C9942337d914C9B030"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x13f25cd52b21650caa8225C9942337d914C9B030/logo.png b/blockchains/ethereum/assets/0x13f25cd52b21650caa8225C9942337d914C9B030/logo.png
deleted file mode 100644
index 1cc57f52d34b2..0000000000000
Binary files a/blockchains/ethereum/assets/0x13f25cd52b21650caa8225C9942337d914C9B030/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x14094949152EDDBFcd073717200DA82fEd8dC960/info.json b/blockchains/ethereum/assets/0x14094949152EDDBFcd073717200DA82fEd8dC960/info.json
deleted file mode 100644
index e31851ac3426d..0000000000000
--- a/blockchains/ethereum/assets/0x14094949152EDDBFcd073717200DA82fEd8dC960/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "bZx DAI iToken",
- "symbol": "iDAI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bzx.network",
- "explorer": "https://etherscan.io/token/0x14094949152EDDBFcd073717200DA82fEd8dC960",
- "status": "abandoned",
- "id": "0x14094949152EDDBFcd073717200DA82fEd8dC960"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x14094949152EDDBFcd073717200DA82fEd8dC960/logo.png b/blockchains/ethereum/assets/0x14094949152EDDBFcd073717200DA82fEd8dC960/logo.png
deleted file mode 100644
index 709d3e6fb1b58..0000000000000
Binary files a/blockchains/ethereum/assets/0x14094949152EDDBFcd073717200DA82fEd8dC960/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1410434b0346f5bE678d0FB554E5c7ab620f8f4a/info.json b/blockchains/ethereum/assets/0x1410434b0346f5bE678d0FB554E5c7ab620f8f4a/info.json
deleted file mode 100644
index e2812e3cf41d4..0000000000000
--- a/blockchains/ethereum/assets/0x1410434b0346f5bE678d0FB554E5c7ab620f8f4a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitKan",
- "website": "http://kan.land",
- "description": "The KAN can be used and circulated in various scenarios to serve the community's value incentives and sharing economy, and ultimately construct the K Sites cryptocurrency ecological mechanism.",
- "explorer": "https://etherscan.io/token/0x1410434b0346f5bE678d0FB554E5c7ab620f8f4a",
- "type": "ERC20",
- "symbol": "KAN",
- "decimals": 18,
- "status": "active",
- "id": "0x1410434b0346f5bE678d0FB554E5c7ab620f8f4a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1410434b0346f5bE678d0FB554E5c7ab620f8f4a/logo.png b/blockchains/ethereum/assets/0x1410434b0346f5bE678d0FB554E5c7ab620f8f4a/logo.png
deleted file mode 100644
index 140255e64e7b5..0000000000000
Binary files a/blockchains/ethereum/assets/0x1410434b0346f5bE678d0FB554E5c7ab620f8f4a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x141044ccC363d6E8D92dD8983422775913e304eC/info.json b/blockchains/ethereum/assets/0x141044ccC363d6E8D92dD8983422775913e304eC/info.json
deleted file mode 100644
index 52be9302d49dc..0000000000000
--- a/blockchains/ethereum/assets/0x141044ccC363d6E8D92dD8983422775913e304eC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MinerOne",
- "symbol": "MIO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x141044ccC363d6E8D92dD8983422775913e304eC",
- "status": "abandoned",
- "id": "0x141044ccC363d6E8D92dD8983422775913e304eC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x141044ccC363d6E8D92dD8983422775913e304eC/logo.png b/blockchains/ethereum/assets/0x141044ccC363d6E8D92dD8983422775913e304eC/logo.png
deleted file mode 100755
index 60966c65bcf89..0000000000000
Binary files a/blockchains/ethereum/assets/0x141044ccC363d6E8D92dD8983422775913e304eC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1410d4eC3D276C0eBbf16ccBE88A4383aE734eD0/info.json b/blockchains/ethereum/assets/0x1410d4eC3D276C0eBbf16ccBE88A4383aE734eD0/info.json
deleted file mode 100644
index 477d3f422deee..0000000000000
--- a/blockchains/ethereum/assets/0x1410d4eC3D276C0eBbf16ccBE88A4383aE734eD0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "\"\"",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1410d4eC3D276C0eBbf16ccBE88A4383aE734eD0",
- "status": "abandoned",
- "id": "0x1410d4eC3D276C0eBbf16ccBE88A4383aE734eD0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1410d4eC3D276C0eBbf16ccBE88A4383aE734eD0/logo.png b/blockchains/ethereum/assets/0x1410d4eC3D276C0eBbf16ccBE88A4383aE734eD0/logo.png
deleted file mode 100644
index 11f53ba9c1758..0000000000000
Binary files a/blockchains/ethereum/assets/0x1410d4eC3D276C0eBbf16ccBE88A4383aE734eD0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1412f6Aa5ADC77C620715BB2a020AA690B85F68A/info.json b/blockchains/ethereum/assets/0x1412f6Aa5ADC77C620715BB2a020AA690B85F68A/info.json
deleted file mode 100644
index 8c453325003c6..0000000000000
--- a/blockchains/ethereum/assets/0x1412f6Aa5ADC77C620715BB2a020AA690B85F68A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MargiX",
- "symbol": "MGX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://margix.org/",
- "explorer": "https://etherscan.io/token/0x1412f6Aa5ADC77C620715BB2a020AA690B85F68A",
- "status": "abandoned",
- "id": "0x1412f6Aa5ADC77C620715BB2a020AA690B85F68A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1412f6Aa5ADC77C620715BB2a020AA690B85F68A/logo.png b/blockchains/ethereum/assets/0x1412f6Aa5ADC77C620715BB2a020AA690B85F68A/logo.png
deleted file mode 100644
index 38675be35f76c..0000000000000
Binary files a/blockchains/ethereum/assets/0x1412f6Aa5ADC77C620715BB2a020AA690B85F68A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1416946162B1C2c871A73B07E932D2fB6C932069/info.json b/blockchains/ethereum/assets/0x1416946162B1C2c871A73B07E932D2fB6C932069/info.json
deleted file mode 100644
index 9a1b7dd07fcf4..0000000000000
--- a/blockchains/ethereum/assets/0x1416946162B1C2c871A73B07E932D2fB6C932069/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Energi",
- "website": "https://energi.world/",
- "description": "Cryptocurrency for World Consciousness.",
- "explorer": "https://etherscan.io/token/0x1416946162b1c2c871a73b07e932d2fb6c932069",
- "type": "ERC20",
- "symbol": "NRGE",
- "decimals": 18,
- "status": "active",
- "id": "0x1416946162B1C2c871A73B07E932D2fB6C932069",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/energicryptocurrency/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1416946162B1C2c871A73B07E932D2fB6C932069/logo.png b/blockchains/ethereum/assets/0x1416946162B1C2c871A73B07E932D2fB6C932069/logo.png
deleted file mode 100644
index eefc78ea317c4..0000000000000
Binary files a/blockchains/ethereum/assets/0x1416946162B1C2c871A73B07E932D2fB6C932069/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x141ABB03F001dEDED9A0223d4ff26d929117B72e/info.json b/blockchains/ethereum/assets/0x141ABB03F001dEDED9A0223d4ff26d929117B72e/info.json
deleted file mode 100644
index adcf79569ac11..0000000000000
--- a/blockchains/ethereum/assets/0x141ABB03F001dEDED9A0223d4ff26d929117B72e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HighVibe Token",
- "symbol": "HV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x141ABB03F001dEDED9A0223d4ff26d929117B72e",
- "status": "spam",
- "id": "0x141ABB03F001dEDED9A0223d4ff26d929117B72e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x141ABB03F001dEDED9A0223d4ff26d929117B72e/logo.png b/blockchains/ethereum/assets/0x141ABB03F001dEDED9A0223d4ff26d929117B72e/logo.png
deleted file mode 100644
index e7385b012428c..0000000000000
Binary files a/blockchains/ethereum/assets/0x141ABB03F001dEDED9A0223d4ff26d929117B72e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x142aC3BD1C94898Be6e311b020b547A11dC03990/info.json b/blockchains/ethereum/assets/0x142aC3BD1C94898Be6e311b020b547A11dC03990/info.json
deleted file mode 100644
index 0ae2be79c49a2..0000000000000
--- a/blockchains/ethereum/assets/0x142aC3BD1C94898Be6e311b020b547A11dC03990/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lambda Space Token",
- "symbol": "LAMBS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x142aC3BD1C94898Be6e311b020b547A11dC03990",
- "status": "abandoned",
- "id": "0x142aC3BD1C94898Be6e311b020b547A11dC03990"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x142aC3BD1C94898Be6e311b020b547A11dC03990/logo.png b/blockchains/ethereum/assets/0x142aC3BD1C94898Be6e311b020b547A11dC03990/logo.png
deleted file mode 100644
index f3077d51d8b00..0000000000000
Binary files a/blockchains/ethereum/assets/0x142aC3BD1C94898Be6e311b020b547A11dC03990/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x14409B0Fc5C7f87b5DAd20754fE22d29A3dE8217/info.json b/blockchains/ethereum/assets/0x14409B0Fc5C7f87b5DAd20754fE22d29A3dE8217/info.json
deleted file mode 100644
index 17bf90c02dd32..0000000000000
--- a/blockchains/ethereum/assets/0x14409B0Fc5C7f87b5DAd20754fE22d29A3dE8217/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "PYRO Network",
- "symbol": "PYRO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://pyro.network/",
- "explorer": "https://etherscan.io/token/0x14409B0Fc5C7f87b5DAd20754fE22d29A3dE8217",
- "status": "active",
- "id": "0x14409B0Fc5C7f87b5DAd20754fE22d29A3dE8217",
- "tags": [
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x14409B0Fc5C7f87b5DAd20754fE22d29A3dE8217/logo.png b/blockchains/ethereum/assets/0x14409B0Fc5C7f87b5DAd20754fE22d29A3dE8217/logo.png
deleted file mode 100644
index 0b9a22348344e..0000000000000
Binary files a/blockchains/ethereum/assets/0x14409B0Fc5C7f87b5DAd20754fE22d29A3dE8217/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x144D65B4c4A57e9a700bD571e7E62982ECdcf887/info.json b/blockchains/ethereum/assets/0x144D65B4c4A57e9a700bD571e7E62982ECdcf887/info.json
deleted file mode 100644
index 871c68c41cb00..0000000000000
--- a/blockchains/ethereum/assets/0x144D65B4c4A57e9a700bD571e7E62982ECdcf887/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-7/30M67",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x144D65B4c4A57e9a700bD571e7E62982ECdcf887",
- "status": "abandoned",
- "id": "0x144D65B4c4A57e9a700bD571e7E62982ECdcf887"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x144D65B4c4A57e9a700bD571e7E62982ECdcf887/logo.png b/blockchains/ethereum/assets/0x144D65B4c4A57e9a700bD571e7E62982ECdcf887/logo.png
deleted file mode 100644
index f1772a507298a..0000000000000
Binary files a/blockchains/ethereum/assets/0x144D65B4c4A57e9a700bD571e7E62982ECdcf887/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1452DbfCff5aa0BA612B74876A025750a51B5b15/info.json b/blockchains/ethereum/assets/0x1452DbfCff5aa0BA612B74876A025750a51B5b15/info.json
deleted file mode 100644
index d397f767f0754..0000000000000
--- a/blockchains/ethereum/assets/0x1452DbfCff5aa0BA612B74876A025750a51B5b15/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UniqCoin",
- "symbol": "UNIQ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1452DbfCff5aa0BA612B74876A025750a51B5b15",
- "status": "abandoned",
- "id": "0x1452DbfCff5aa0BA612B74876A025750a51B5b15"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1452DbfCff5aa0BA612B74876A025750a51B5b15/logo.png b/blockchains/ethereum/assets/0x1452DbfCff5aa0BA612B74876A025750a51B5b15/logo.png
deleted file mode 100755
index 2750964f64611..0000000000000
Binary files a/blockchains/ethereum/assets/0x1452DbfCff5aa0BA612B74876A025750a51B5b15/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1453Dbb8A29551ADe11D89825CA812e05317EAEB/info.json b/blockchains/ethereum/assets/0x1453Dbb8A29551ADe11D89825CA812e05317EAEB/info.json
deleted file mode 100644
index a34c18629b138..0000000000000
--- a/blockchains/ethereum/assets/0x1453Dbb8A29551ADe11D89825CA812e05317EAEB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TENDIES Token",
- "website": "https://tendies.dev",
- "description": "$TEND is the Next Generation Autonomous and Hyper Deflationary Coin",
- "explorer": "https://etherscan.io/token/0x1453Dbb8A29551ADe11D89825CA812e05317EAEB",
- "type": "ERC20",
- "symbol": "TEND",
- "decimals": 18,
- "status": "active",
- "id": "0x1453Dbb8A29551ADe11D89825CA812e05317EAEB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1453Dbb8A29551ADe11D89825CA812e05317EAEB/logo.png b/blockchains/ethereum/assets/0x1453Dbb8A29551ADe11D89825CA812e05317EAEB/logo.png
deleted file mode 100644
index be69fa512b47e..0000000000000
Binary files a/blockchains/ethereum/assets/0x1453Dbb8A29551ADe11D89825CA812e05317EAEB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x145b4467b2fa0Faf4296F165bca214691a5E08D6/info.json b/blockchains/ethereum/assets/0x145b4467b2fa0Faf4296F165bca214691a5E08D6/info.json
deleted file mode 100644
index 4bbfe1507a4cb..0000000000000
--- a/blockchains/ethereum/assets/0x145b4467b2fa0Faf4296F165bca214691a5E08D6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Indian Digital Dollar",
- "symbol": "IDD",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x145b4467b2fa0Faf4296F165bca214691a5E08D6",
- "status": "abandoned",
- "id": "0x145b4467b2fa0Faf4296F165bca214691a5E08D6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x145b4467b2fa0Faf4296F165bca214691a5E08D6/logo.png b/blockchains/ethereum/assets/0x145b4467b2fa0Faf4296F165bca214691a5E08D6/logo.png
deleted file mode 100644
index 72c28b57fd01d..0000000000000
Binary files a/blockchains/ethereum/assets/0x145b4467b2fa0Faf4296F165bca214691a5E08D6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1460a58096d80a50a2F1f956DDA497611Fa4f165/info.json b/blockchains/ethereum/assets/0x1460a58096d80a50a2F1f956DDA497611Fa4f165/info.json
deleted file mode 100644
index 51a34b8b818b1..0000000000000
--- a/blockchains/ethereum/assets/0x1460a58096d80a50a2F1f956DDA497611Fa4f165/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Chainium",
- "symbol": "CHX",
- "type": "ERC20",
- "decimals": 18,
- "description": "Own (formerly Chainium) is a security token blockchain project focused on revolutionising equity markets.",
- "website": "https://weown.com/",
- "explorer": "https://etherscan.io/token/0x1460a58096d80a50a2F1f956DDA497611Fa4f165",
- "status": "active",
- "id": "0x1460a58096d80a50a2F1f956DDA497611Fa4f165"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1460a58096d80a50a2F1f956DDA497611Fa4f165/logo.png b/blockchains/ethereum/assets/0x1460a58096d80a50a2F1f956DDA497611Fa4f165/logo.png
deleted file mode 100644
index 070a716a68d2f..0000000000000
Binary files a/blockchains/ethereum/assets/0x1460a58096d80a50a2F1f956DDA497611Fa4f165/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x147283B5e9a3e03fBaDa505e015900036Dc25A64/info.json b/blockchains/ethereum/assets/0x147283B5e9a3e03fBaDa505e015900036Dc25A64/info.json
deleted file mode 100644
index 81f5cde5cb794..0000000000000
--- a/blockchains/ethereum/assets/0x147283B5e9a3e03fBaDa505e015900036Dc25A64/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WONTON",
- "symbol": "WONTON",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x147283B5e9a3e03fBaDa505e015900036Dc25A64",
- "status": "abandoned",
- "id": "0x147283B5e9a3e03fBaDa505e015900036Dc25A64"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x147283B5e9a3e03fBaDa505e015900036Dc25A64/logo.png b/blockchains/ethereum/assets/0x147283B5e9a3e03fBaDa505e015900036Dc25A64/logo.png
deleted file mode 100644
index 3faf2d9909dda..0000000000000
Binary files a/blockchains/ethereum/assets/0x147283B5e9a3e03fBaDa505e015900036Dc25A64/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x147faF8De9d8D8DAAE129B187F0D02D819126750/info.json b/blockchains/ethereum/assets/0x147faF8De9d8D8DAAE129B187F0D02D819126750/info.json
deleted file mode 100644
index 483009a13eaea..0000000000000
--- a/blockchains/ethereum/assets/0x147faF8De9d8D8DAAE129B187F0D02D819126750/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "GeoDB Coin",
- "website": "https://geodb.com",
- "description": "The GEO token is the representation of data value itself, in the form of a tradable virtual asset.",
- "explorer": "https://etherscan.io/token/0x147faF8De9d8D8DAAE129B187F0D02D819126750",
- "type": "ERC20",
- "symbol": "GEO",
- "decimals": 18,
- "status": "active",
- "id": "0x147faF8De9d8D8DAAE129B187F0D02D819126750",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://geodb.com/docs/geodb-white-paper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x147faF8De9d8D8DAAE129B187F0D02D819126750/logo.png b/blockchains/ethereum/assets/0x147faF8De9d8D8DAAE129B187F0D02D819126750/logo.png
deleted file mode 100644
index f091e5290ebf0..0000000000000
Binary files a/blockchains/ethereum/assets/0x147faF8De9d8D8DAAE129B187F0D02D819126750/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x14839bf22810F09fb163AF69BD21Bd5476F445Cd/info.json b/blockchains/ethereum/assets/0x14839bf22810F09fb163AF69BD21Bd5476F445Cd/info.json
deleted file mode 100644
index 7247ead596cdf..0000000000000
--- a/blockchains/ethereum/assets/0x14839bf22810F09fb163AF69BD21Bd5476F445Cd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Confido Token",
- "symbol": "CFD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x14839bf22810F09fb163AF69BD21Bd5476F445Cd",
- "status": "abandoned",
- "id": "0x14839bf22810F09fb163AF69BD21Bd5476F445Cd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x14839bf22810F09fb163AF69BD21Bd5476F445Cd/logo.png b/blockchains/ethereum/assets/0x14839bf22810F09fb163AF69BD21Bd5476F445Cd/logo.png
deleted file mode 100644
index e12f9a90db2e9..0000000000000
Binary files a/blockchains/ethereum/assets/0x14839bf22810F09fb163AF69BD21Bd5476F445Cd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b/info.json b/blockchains/ethereum/assets/0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b/info.json
deleted file mode 100644
index 089de92502ab1..0000000000000
--- a/blockchains/ethereum/assets/0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "DeFi Pulse Index",
- "website": "http://tokensets.com/portfolio/dpi",
- "description": "A basket created by DeFiPulse of the top DeFi tokens by market cap. The DPI Set is rebalanced monthly to realign to its market cap weighted index.",
- "explorer": "https://etherscan.io/token/0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b",
- "research": "https://defipulse.com/",
- "type": "ERC20",
- "symbol": "DPI",
- "decimals": 18,
- "status": "active",
- "id": "0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b/logo.png b/blockchains/ethereum/assets/0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b/logo.png
deleted file mode 100644
index 80097af6a7311..0000000000000
Binary files a/blockchains/ethereum/assets/0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x14C926F2290044B647e1Bf2072e67B495eff1905/info.json b/blockchains/ethereum/assets/0x14C926F2290044B647e1Bf2072e67B495eff1905/info.json
deleted file mode 100644
index d72c3f509f33c..0000000000000
--- a/blockchains/ethereum/assets/0x14C926F2290044B647e1Bf2072e67B495eff1905/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bethereum",
- "symbol": "BETHER",
- "type": "ERC20",
- "decimals": 18,
- "description": "Bethereum is a decentralised, social-betting platform based on Ethereum technology and Smart Contracts. Bether is the digital ERC-223 token powering the Bethereum solution.",
- "website": "https://www.bethereum.com",
- "explorer": "https://etherscan.io/token/0x14C926F2290044B647e1Bf2072e67B495eff1905",
- "status": "active",
- "id": "0x14C926F2290044B647e1Bf2072e67B495eff1905"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x14C926F2290044B647e1Bf2072e67B495eff1905/logo.png b/blockchains/ethereum/assets/0x14C926F2290044B647e1Bf2072e67B495eff1905/logo.png
deleted file mode 100644
index 7f22d89e46b6e..0000000000000
Binary files a/blockchains/ethereum/assets/0x14C926F2290044B647e1Bf2072e67B495eff1905/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x14F0a12A43c36C49D4b403dD6e1A9B8222BE456C/info.json b/blockchains/ethereum/assets/0x14F0a12A43c36C49D4b403dD6e1A9B8222BE456C/info.json
deleted file mode 100644
index b4d0bae663117..0000000000000
--- a/blockchains/ethereum/assets/0x14F0a12A43c36C49D4b403dD6e1A9B8222BE456C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VINX Coin",
- "website": "https://vinxcoin.com/",
- "description": "The world's first utility token for fine wine buying. VXC revolutionizes how you buy wine, both retail and wholesale.",
- "explorer": "https://etherscan.io/token/0x14F0a12A43c36C49D4b403dD6e1A9B8222BE456C",
- "type": "ERC20",
- "symbol": "VXC",
- "decimals": 18,
- "status": "active",
- "id": "0x14F0a12A43c36C49D4b403dD6e1A9B8222BE456C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x14F0a12A43c36C49D4b403dD6e1A9B8222BE456C/logo.png b/blockchains/ethereum/assets/0x14F0a12A43c36C49D4b403dD6e1A9B8222BE456C/logo.png
deleted file mode 100644
index 5ff4af22dd1e1..0000000000000
Binary files a/blockchains/ethereum/assets/0x14F0a12A43c36C49D4b403dD6e1A9B8222BE456C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x14F378683dFd56ACc2af2440F4B026658fdd78D4/info.json b/blockchains/ethereum/assets/0x14F378683dFd56ACc2af2440F4B026658fdd78D4/info.json
deleted file mode 100644
index 621fde9e72507..0000000000000
--- a/blockchains/ethereum/assets/0x14F378683dFd56ACc2af2440F4B026658fdd78D4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitDrive",
- "symbol": "BITD",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x14F378683dFd56ACc2af2440F4B026658fdd78D4",
- "status": "abandoned",
- "id": "0x14F378683dFd56ACc2af2440F4B026658fdd78D4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x14F378683dFd56ACc2af2440F4B026658fdd78D4/logo.png b/blockchains/ethereum/assets/0x14F378683dFd56ACc2af2440F4B026658fdd78D4/logo.png
deleted file mode 100755
index 4d5693d04a206..0000000000000
Binary files a/blockchains/ethereum/assets/0x14F378683dFd56ACc2af2440F4B026658fdd78D4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x14F37B574242D366558dB61f3335289a5035c506/info.json b/blockchains/ethereum/assets/0x14F37B574242D366558dB61f3335289a5035c506/info.json
deleted file mode 100644
index fe43d02120b95..0000000000000
--- a/blockchains/ethereum/assets/0x14F37B574242D366558dB61f3335289a5035c506/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HackerGold",
- "symbol": "HKG",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x14F37B574242D366558dB61f3335289a5035c506",
- "status": "abandoned",
- "id": "0x14F37B574242D366558dB61f3335289a5035c506"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x14F37B574242D366558dB61f3335289a5035c506/logo.png b/blockchains/ethereum/assets/0x14F37B574242D366558dB61f3335289a5035c506/logo.png
deleted file mode 100644
index 84251e2dbf686..0000000000000
Binary files a/blockchains/ethereum/assets/0x14F37B574242D366558dB61f3335289a5035c506/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x14dDda446688b73161AA1382F4E4343353aF6FC8/info.json b/blockchains/ethereum/assets/0x14dDda446688b73161AA1382F4E4343353aF6FC8/info.json
deleted file mode 100644
index e7ed2fcf67faa..0000000000000
--- a/blockchains/ethereum/assets/0x14dDda446688b73161AA1382F4E4343353aF6FC8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FXPay",
- "symbol": "FXP",
- "type": "ERC20",
- "decimals": 8,
- "description": "FXP is a gateway solution which will unify the Ecosystem and Forex industry based on the blockchain technology.",
- "website": "https://fxpay.io/",
- "explorer": "https://etherscan.io/token/0x14dDda446688b73161AA1382F4E4343353aF6FC8",
- "status": "active",
- "id": "0x14dDda446688b73161AA1382F4E4343353aF6FC8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x14dDda446688b73161AA1382F4E4343353aF6FC8/logo.png b/blockchains/ethereum/assets/0x14dDda446688b73161AA1382F4E4343353aF6FC8/logo.png
deleted file mode 100755
index f59a5c5e997b7..0000000000000
Binary files a/blockchains/ethereum/assets/0x14dDda446688b73161AA1382F4E4343353aF6FC8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x150b0b96933B75Ce27af8b92441F8fB683bF9739/info.json b/blockchains/ethereum/assets/0x150b0b96933B75Ce27af8b92441F8fB683bF9739/info.json
deleted file mode 100644
index 08e000f3e9573..0000000000000
--- a/blockchains/ethereum/assets/0x150b0b96933B75Ce27af8b92441F8fB683bF9739/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dragonereum Gold",
- "symbol": "GOLD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://dragonereum.io/",
- "explorer": "https://etherscan.io/token/0x150b0b96933B75Ce27af8b92441F8fB683bF9739",
- "status": "abandoned",
- "id": "0x150b0b96933B75Ce27af8b92441F8fB683bF9739"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x150b0b96933B75Ce27af8b92441F8fB683bF9739/logo.png b/blockchains/ethereum/assets/0x150b0b96933B75Ce27af8b92441F8fB683bF9739/logo.png
deleted file mode 100644
index feb2b8a2764f6..0000000000000
Binary files a/blockchains/ethereum/assets/0x150b0b96933B75Ce27af8b92441F8fB683bF9739/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x151202C9c18e495656f372281F493EB7698961D5/info.json b/blockchains/ethereum/assets/0x151202C9c18e495656f372281F493EB7698961D5/info.json
deleted file mode 100644
index b79f612bbff4b..0000000000000
--- a/blockchains/ethereum/assets/0x151202C9c18e495656f372281F493EB7698961D5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DEBITUM",
- "symbol": "DEB",
- "type": "ERC20",
- "decimals": 18,
- "description": "Debitum is a lending ecosystem that connects small businesses, investors and service providers - currently risk assessors",
- "website": "https://debitum.network/",
- "explorer": "https://etherscan.io/token/0x151202C9c18e495656f372281F493EB7698961D5",
- "status": "active",
- "id": "0x151202C9c18e495656f372281F493EB7698961D5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x151202C9c18e495656f372281F493EB7698961D5/logo.png b/blockchains/ethereum/assets/0x151202C9c18e495656f372281F493EB7698961D5/logo.png
deleted file mode 100644
index b7d744a0a5a78..0000000000000
Binary files a/blockchains/ethereum/assets/0x151202C9c18e495656f372281F493EB7698961D5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1519AFf03b3E23722511D2576c769A77Baf09580/info.json b/blockchains/ethereum/assets/0x1519AFf03b3E23722511D2576c769A77Baf09580/info.json
deleted file mode 100644
index 73c05df90e984..0000000000000
--- a/blockchains/ethereum/assets/0x1519AFf03b3E23722511D2576c769A77Baf09580/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "B91Token",
- "symbol": "B91",
- "type": "ERC20",
- "decimals": 18,
- "description": "The B91 platform aims to create a blockchain ecosystem that integrates digital wealth management application and distribution.",
- "website": "http://www.b91.com/",
- "explorer": "https://etherscan.io/token/0x1519AFf03b3E23722511D2576c769A77Baf09580",
- "status": "active",
- "id": "0x1519AFf03b3E23722511D2576c769A77Baf09580"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1519AFf03b3E23722511D2576c769A77Baf09580/logo.png b/blockchains/ethereum/assets/0x1519AFf03b3E23722511D2576c769A77Baf09580/logo.png
deleted file mode 100644
index 71d346d1663ed..0000000000000
Binary files a/blockchains/ethereum/assets/0x1519AFf03b3E23722511D2576c769A77Baf09580/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x152687Bc4A7FCC89049cF119F9ac3e5aCF2eE7ef/info.json b/blockchains/ethereum/assets/0x152687Bc4A7FCC89049cF119F9ac3e5aCF2eE7ef/info.json
deleted file mode 100644
index 6b1c17eff78b0..0000000000000
--- a/blockchains/ethereum/assets/0x152687Bc4A7FCC89049cF119F9ac3e5aCF2eE7ef/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DeltaHub Community",
- "website": "https://deltahub.capital/",
- "description": "First Community Governed Economic Model (C-GEM) for Crypto Community.",
- "explorer": "https://etherscan.io/token/0x152687Bc4A7FCC89049cF119F9ac3e5aCF2eE7ef",
- "type": "ERC20",
- "symbol": "DHC",
- "decimals": 18,
- "status": "active",
- "id": "0x152687Bc4A7FCC89049cF119F9ac3e5aCF2eE7ef"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x152687Bc4A7FCC89049cF119F9ac3e5aCF2eE7ef/logo.png b/blockchains/ethereum/assets/0x152687Bc4A7FCC89049cF119F9ac3e5aCF2eE7ef/logo.png
deleted file mode 100644
index e337b0aa7c32e..0000000000000
Binary files a/blockchains/ethereum/assets/0x152687Bc4A7FCC89049cF119F9ac3e5aCF2eE7ef/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1534a5715278163687D4F4d4cF27E345b4de1803/info.json b/blockchains/ethereum/assets/0x1534a5715278163687D4F4d4cF27E345b4de1803/info.json
deleted file mode 100644
index 59fcac15b82bf..0000000000000
--- a/blockchains/ethereum/assets/0x1534a5715278163687D4F4d4cF27E345b4de1803/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Network Foundation",
- "symbol": "NWF",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1534a5715278163687D4F4d4cF27E345b4de1803",
- "status": "abandoned",
- "id": "0x1534a5715278163687D4F4d4cF27E345b4de1803"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1534a5715278163687D4F4d4cF27E345b4de1803/logo.png b/blockchains/ethereum/assets/0x1534a5715278163687D4F4d4cF27E345b4de1803/logo.png
deleted file mode 100644
index 597e2cfb91312..0000000000000
Binary files a/blockchains/ethereum/assets/0x1534a5715278163687D4F4d4cF27E345b4de1803/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x153eD9CC1b792979d2Bde0BBF45CC2A7e436a5F9/info.json b/blockchains/ethereum/assets/0x153eD9CC1b792979d2Bde0BBF45CC2A7e436a5F9/info.json
deleted file mode 100644
index 1e380f46abd52..0000000000000
--- a/blockchains/ethereum/assets/0x153eD9CC1b792979d2Bde0BBF45CC2A7e436a5F9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XOVBank",
- "symbol": "XOV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.xov.io/",
- "explorer": "https://etherscan.io/token/0x153eD9CC1b792979d2Bde0BBF45CC2A7e436a5F9",
- "status": "abandoned",
- "id": "0x153eD9CC1b792979d2Bde0BBF45CC2A7e436a5F9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x153eD9CC1b792979d2Bde0BBF45CC2A7e436a5F9/logo.png b/blockchains/ethereum/assets/0x153eD9CC1b792979d2Bde0BBF45CC2A7e436a5F9/logo.png
deleted file mode 100755
index aae99771b5559..0000000000000
Binary files a/blockchains/ethereum/assets/0x153eD9CC1b792979d2Bde0BBF45CC2A7e436a5F9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x15470A4cCB61704481FA6a2Afd993d585689D226/info.json b/blockchains/ethereum/assets/0x15470A4cCB61704481FA6a2Afd993d585689D226/info.json
deleted file mode 100644
index b47519501d694..0000000000000
--- a/blockchains/ethereum/assets/0x15470A4cCB61704481FA6a2Afd993d585689D226/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BRI",
- "symbol": "BRI",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x15470A4cCB61704481FA6a2Afd993d585689D226",
- "status": "active",
- "id": "0x15470A4cCB61704481FA6a2Afd993d585689D226"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x15470A4cCB61704481FA6a2Afd993d585689D226/logo.png b/blockchains/ethereum/assets/0x15470A4cCB61704481FA6a2Afd993d585689D226/logo.png
deleted file mode 100644
index 399b2817239a1..0000000000000
Binary files a/blockchains/ethereum/assets/0x15470A4cCB61704481FA6a2Afd993d585689D226/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1563D521ba309e2Ad9f4aFfD6f4dE9759E8d4F21/info.json b/blockchains/ethereum/assets/0x1563D521ba309e2Ad9f4aFfD6f4dE9759E8d4F21/info.json
deleted file mode 100644
index ce513672e094e..0000000000000
--- a/blockchains/ethereum/assets/0x1563D521ba309e2Ad9f4aFfD6f4dE9759E8d4F21/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VisionX",
- "symbol": "VNX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1563D521ba309e2Ad9f4aFfD6f4dE9759E8d4F21",
- "status": "abandoned",
- "id": "0x1563D521ba309e2Ad9f4aFfD6f4dE9759E8d4F21"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1563D521ba309e2Ad9f4aFfD6f4dE9759E8d4F21/logo.png b/blockchains/ethereum/assets/0x1563D521ba309e2Ad9f4aFfD6f4dE9759E8d4F21/logo.png
deleted file mode 100644
index 6c6206f70212b..0000000000000
Binary files a/blockchains/ethereum/assets/0x1563D521ba309e2Ad9f4aFfD6f4dE9759E8d4F21/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1571eD0bed4D987fe2b498DdBaE7DFA19519F651/info.json b/blockchains/ethereum/assets/0x1571eD0bed4D987fe2b498DdBaE7DFA19519F651/info.json
deleted file mode 100644
index 1f3f6a92b3bdf..0000000000000
--- a/blockchains/ethereum/assets/0x1571eD0bed4D987fe2b498DdBaE7DFA19519F651/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Harvest Interest Token",
- "website": "https://harvest.finance",
- "description": "iFARM automatically earns interest as Harvest Finance farms the newest DeFi protocols, optimizing yields using the latest farming techniques.",
- "explorer": "https://etherscan.io/token/0x1571eD0bed4D987fe2b498DdBaE7DFA19519F651",
- "type": "ERC20",
- "symbol": "iFARM",
- "decimals": 18,
- "status": "active",
- "id": "0x1571eD0bed4D987fe2b498DdBaE7DFA19519F651"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1571eD0bed4D987fe2b498DdBaE7DFA19519F651/logo.png b/blockchains/ethereum/assets/0x1571eD0bed4D987fe2b498DdBaE7DFA19519F651/logo.png
deleted file mode 100644
index f4f8229e4498c..0000000000000
Binary files a/blockchains/ethereum/assets/0x1571eD0bed4D987fe2b498DdBaE7DFA19519F651/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x157207Df36cF1803399CCA15CAD867fd54514Fde/info.json b/blockchains/ethereum/assets/0x157207Df36cF1803399CCA15CAD867fd54514Fde/info.json
deleted file mode 100644
index f2ca59a2e86c1..0000000000000
--- a/blockchains/ethereum/assets/0x157207Df36cF1803399CCA15CAD867fd54514Fde/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Groundcoin",
- "symbol": "GC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x157207Df36cF1803399CCA15CAD867fd54514Fde",
- "status": "abandoned",
- "id": "0x157207Df36cF1803399CCA15CAD867fd54514Fde"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x157207Df36cF1803399CCA15CAD867fd54514Fde/logo.png b/blockchains/ethereum/assets/0x157207Df36cF1803399CCA15CAD867fd54514Fde/logo.png
deleted file mode 100644
index 28bcebc5537a5..0000000000000
Binary files a/blockchains/ethereum/assets/0x157207Df36cF1803399CCA15CAD867fd54514Fde/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x157281AcFf48cBFe8d7363e89C8445b98757E212/info.json b/blockchains/ethereum/assets/0x157281AcFf48cBFe8d7363e89C8445b98757E212/info.json
deleted file mode 100644
index b7547e598dde5..0000000000000
--- a/blockchains/ethereum/assets/0x157281AcFf48cBFe8d7363e89C8445b98757E212/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lega",
- "symbol": "LEGA",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x157281AcFf48cBFe8d7363e89C8445b98757E212",
- "status": "abandoned",
- "id": "0x157281AcFf48cBFe8d7363e89C8445b98757E212"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x157281AcFf48cBFe8d7363e89C8445b98757E212/logo.png b/blockchains/ethereum/assets/0x157281AcFf48cBFe8d7363e89C8445b98757E212/logo.png
deleted file mode 100644
index 29d2f2e1206b2..0000000000000
Binary files a/blockchains/ethereum/assets/0x157281AcFf48cBFe8d7363e89C8445b98757E212/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x158079Ee67Fce2f58472A96584A73C7Ab9AC95c1/info.json b/blockchains/ethereum/assets/0x158079Ee67Fce2f58472A96584A73C7Ab9AC95c1/info.json
deleted file mode 100644
index e76677a637403..0000000000000
--- a/blockchains/ethereum/assets/0x158079Ee67Fce2f58472A96584A73C7Ab9AC95c1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Compound Augur",
- "symbol": "cREP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://compound.finance/",
- "explorer": "https://etherscan.io/token/0x158079Ee67Fce2f58472A96584A73C7Ab9AC95c1",
- "status": "abandoned",
- "id": "0x158079Ee67Fce2f58472A96584A73C7Ab9AC95c1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x158079Ee67Fce2f58472A96584A73C7Ab9AC95c1/logo.png b/blockchains/ethereum/assets/0x158079Ee67Fce2f58472A96584A73C7Ab9AC95c1/logo.png
deleted file mode 100644
index c9e299678a7e1..0000000000000
Binary files a/blockchains/ethereum/assets/0x158079Ee67Fce2f58472A96584A73C7Ab9AC95c1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x15874d65e649880c2614e7a480cb7c9A55787FF6/info.json b/blockchains/ethereum/assets/0x15874d65e649880c2614e7a480cb7c9A55787FF6/info.json
deleted file mode 100644
index 4d05da3a4e99d..0000000000000
--- a/blockchains/ethereum/assets/0x15874d65e649880c2614e7a480cb7c9A55787FF6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EthereumMax",
- "website": "https://www.ethereummax.org/",
- "description": "EthereumMax is an ERC-20 growth token built on the Ethereum network, with a vision to bridge the gap between real world communities and the practical benefits of a decentralized cryptotechnical economy",
- "explorer": "https://etherscan.io/token/0x15874d65e649880c2614e7a480cb7c9A55787FF6",
- "type": "ERC20",
- "symbol": "eMax",
- "decimals": 18,
- "status": "active",
- "id": "0x15874d65e649880c2614e7a480cb7c9A55787FF6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x15874d65e649880c2614e7a480cb7c9A55787FF6/logo.png b/blockchains/ethereum/assets/0x15874d65e649880c2614e7a480cb7c9A55787FF6/logo.png
deleted file mode 100644
index abdc6c2d6eb57..0000000000000
Binary files a/blockchains/ethereum/assets/0x15874d65e649880c2614e7a480cb7c9A55787FF6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x159A1dFAe19057de57dFfFcbB3DA1aE784678965/info.json b/blockchains/ethereum/assets/0x159A1dFAe19057de57dFfFcbB3DA1aE784678965/info.json
deleted file mode 100644
index eebbaf08337f2..0000000000000
--- a/blockchains/ethereum/assets/0x159A1dFAe19057de57dFfFcbB3DA1aE784678965/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Reflex",
- "symbol": "RFX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://reflextoken.com",
- "explorer": "https://etherscan.io/token/0x159A1dFAe19057de57dFfFcbB3DA1aE784678965",
- "status": "abandoned",
- "id": "0x159A1dFAe19057de57dFfFcbB3DA1aE784678965"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x159A1dFAe19057de57dFfFcbB3DA1aE784678965/logo.png b/blockchains/ethereum/assets/0x159A1dFAe19057de57dFfFcbB3DA1aE784678965/logo.png
deleted file mode 100644
index 4cbe8d6c92212..0000000000000
Binary files a/blockchains/ethereum/assets/0x159A1dFAe19057de57dFfFcbB3DA1aE784678965/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x159b67BB724307e5d614F9483Da0c9842e74Db88/info.json b/blockchains/ethereum/assets/0x159b67BB724307e5d614F9483Da0c9842e74Db88/info.json
deleted file mode 100644
index 66a84f5f2812f..0000000000000
--- a/blockchains/ethereum/assets/0x159b67BB724307e5d614F9483Da0c9842e74Db88/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AopxCoin",
- "symbol": "Aopx",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x159b67BB724307e5d614F9483Da0c9842e74Db88",
- "status": "abandoned",
- "id": "0x159b67BB724307e5d614F9483Da0c9842e74Db88"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x159b67BB724307e5d614F9483Da0c9842e74Db88/logo.png b/blockchains/ethereum/assets/0x159b67BB724307e5d614F9483Da0c9842e74Db88/logo.png
deleted file mode 100644
index 10943737c1656..0000000000000
Binary files a/blockchains/ethereum/assets/0x159b67BB724307e5d614F9483Da0c9842e74Db88/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x15A664416E42766A6cC0a1221d9C088548a6E731/info.json b/blockchains/ethereum/assets/0x15A664416E42766A6cC0a1221d9C088548a6E731/info.json
deleted file mode 100644
index 241b4cdb46e53..0000000000000
--- a/blockchains/ethereum/assets/0x15A664416E42766A6cC0a1221d9C088548a6E731/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WEBN",
- "symbol": "WEBN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://webinnovationph.com/",
- "explorer": "https://etherscan.io/token/0x15A664416E42766A6cC0a1221d9C088548a6E731",
- "status": "abandoned",
- "id": "0x15A664416E42766A6cC0a1221d9C088548a6E731"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x15A664416E42766A6cC0a1221d9C088548a6E731/logo.png b/blockchains/ethereum/assets/0x15A664416E42766A6cC0a1221d9C088548a6E731/logo.png
deleted file mode 100644
index c1d99598ef650..0000000000000
Binary files a/blockchains/ethereum/assets/0x15A664416E42766A6cC0a1221d9C088548a6E731/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x15B543e986b8c34074DFc9901136d9355a537e7E/info.json b/blockchains/ethereum/assets/0x15B543e986b8c34074DFc9901136d9355a537e7E/info.json
deleted file mode 100644
index 3807298e554b3..0000000000000
--- a/blockchains/ethereum/assets/0x15B543e986b8c34074DFc9901136d9355a537e7E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Student Coin",
- "website": "https://www.studentcoin.org",
- "description": "Student Coin is the first crypto platform that allows users to easily design, create, and manage personal, start-up, NFT, and DeFi tokens.",
- "explorer": "https://etherscan.io/token/0x15b543e986b8c34074dfc9901136d9355a537e7e",
- "type": "ERC20",
- "symbol": "STC",
- "decimals": 18,
- "status": "active",
- "id": "0x15B543e986b8c34074DFc9901136d9355a537e7E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x15B543e986b8c34074DFc9901136d9355a537e7E/logo.png b/blockchains/ethereum/assets/0x15B543e986b8c34074DFc9901136d9355a537e7E/logo.png
deleted file mode 100644
index abb9ffe6beba4..0000000000000
Binary files a/blockchains/ethereum/assets/0x15B543e986b8c34074DFc9901136d9355a537e7E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA/info.json b/blockchains/ethereum/assets/0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA/info.json
deleted file mode 100644
index 0520c91d523d5..0000000000000
--- a/blockchains/ethereum/assets/0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Gala",
- "website": "https://gala.games",
- "description": "GALA is the utility token powering the Gala Games ecosystem.",
- "explorer": "https://etherscan.io/token/0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA",
- "type": "ERC20",
- "symbol": "GALA",
- "decimals": 8,
- "status": "abandoned",
- "id": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA",
- "tags": [
- "nft",
- "gamefi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/GoGalaGames"
- },
- {
- "name": "telegram",
- "url": "https://t.me/GoGalaGames"
- },
- {
- "name": "discord",
- "url": "https://discord.com/GoGalaGames"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/GoGalaGames"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/GoGalaGames"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA/logo.png b/blockchains/ethereum/assets/0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA/logo.png
deleted file mode 100644
index 3b29e71bc0a43..0000000000000
Binary files a/blockchains/ethereum/assets/0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x15bCDFAd12498DE8a922E62442Ae4CC4bd33bd25/info.json b/blockchains/ethereum/assets/0x15bCDFAd12498DE8a922E62442Ae4CC4bd33bd25/info.json
deleted file mode 100644
index f924ca641e53f..0000000000000
--- a/blockchains/ethereum/assets/0x15bCDFAd12498DE8a922E62442Ae4CC4bd33bd25/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Walletreum Token",
- "website": "https://walletreum.com",
- "description": "WALT is the utility token of walletreum platform that rewards it's users for using the platform.",
- "explorer": "https://etherscan.io/token/0x15bCDFAd12498DE8a922E62442Ae4CC4bd33bd25",
- "type": "ERC20",
- "symbol": "WALT",
- "decimals": 18,
- "status": "active",
- "id": "0x15bCDFAd12498DE8a922E62442Ae4CC4bd33bd25"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x15bCDFAd12498DE8a922E62442Ae4CC4bd33bd25/logo.png b/blockchains/ethereum/assets/0x15bCDFAd12498DE8a922E62442Ae4CC4bd33bd25/logo.png
deleted file mode 100644
index 70dab43ce5f3b..0000000000000
Binary files a/blockchains/ethereum/assets/0x15bCDFAd12498DE8a922E62442Ae4CC4bd33bd25/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x15bdA08c3afbf5955D6e9B235Fd55a1FD0DbC829/info.json b/blockchains/ethereum/assets/0x15bdA08c3afbf5955D6e9B235Fd55a1FD0DbC829/info.json
deleted file mode 100644
index 465c9554abec0..0000000000000
--- a/blockchains/ethereum/assets/0x15bdA08c3afbf5955D6e9B235Fd55a1FD0DbC829/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Alpha Coin",
- "symbol": "APC",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://alpha-coin.io/",
- "explorer": "https://etherscan.io/token/0x15bdA08c3afbf5955D6e9B235Fd55a1FD0DbC829",
- "status": "abandoned",
- "id": "0x15bdA08c3afbf5955D6e9B235Fd55a1FD0DbC829"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x15bdA08c3afbf5955D6e9B235Fd55a1FD0DbC829/logo.png b/blockchains/ethereum/assets/0x15bdA08c3afbf5955D6e9B235Fd55a1FD0DbC829/logo.png
deleted file mode 100644
index d0b53f0f267d8..0000000000000
Binary files a/blockchains/ethereum/assets/0x15bdA08c3afbf5955D6e9B235Fd55a1FD0DbC829/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x15ef5b9447710Eab904e63e6233Ff540400d603f/info.json b/blockchains/ethereum/assets/0x15ef5b9447710Eab904e63e6233Ff540400d603f/info.json
deleted file mode 100644
index 9cde52bbde1c0..0000000000000
--- a/blockchains/ethereum/assets/0x15ef5b9447710Eab904e63e6233Ff540400d603f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoin2X",
- "symbol": "BTC2X",
- "type": "ERC20",
- "decimals": 8,
- "description": "Bitcoin2x is Faster, safer and cheaper transactions than Bitcoin.",
- "website": "http://bitcoin-2x.org/",
- "explorer": "https://etherscan.io/token/0x15ef5b9447710Eab904e63e6233Ff540400d603f",
- "status": "abandoned",
- "id": "0x15ef5b9447710Eab904e63e6233Ff540400d603f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x15ef5b9447710Eab904e63e6233Ff540400d603f/logo.png b/blockchains/ethereum/assets/0x15ef5b9447710Eab904e63e6233Ff540400d603f/logo.png
deleted file mode 100644
index e833d5ccddf7f..0000000000000
Binary files a/blockchains/ethereum/assets/0x15ef5b9447710Eab904e63e6233Ff540400d603f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1600C5502E7e94CaCf73C124331cfa3e20ADd40e/info.json b/blockchains/ethereum/assets/0x1600C5502E7e94CaCf73C124331cfa3e20ADd40e/info.json
deleted file mode 100644
index 91bb6f513ad30..0000000000000
--- a/blockchains/ethereum/assets/0x1600C5502E7e94CaCf73C124331cfa3e20ADd40e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ricoin",
- "symbol": "RCO",
- "type": "ERC20",
- "decimals": 8,
- "description": "A moeda do futuro. Venha transformar sua relação com o dinheiro, na maior plataforma de Ricoins do mundo.",
- "website": "https://www.ricoin.app",
- "explorer": "https://etherscan.io/token/0x1600C5502E7e94CaCf73C124331cfa3e20ADd40e",
- "status": "active",
- "id": "0x1600C5502E7e94CaCf73C124331cfa3e20ADd40e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1600C5502E7e94CaCf73C124331cfa3e20ADd40e/logo.png b/blockchains/ethereum/assets/0x1600C5502E7e94CaCf73C124331cfa3e20ADd40e/logo.png
deleted file mode 100644
index 862baf0730fba..0000000000000
Binary files a/blockchains/ethereum/assets/0x1600C5502E7e94CaCf73C124331cfa3e20ADd40e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1602af2C782cC03F9241992E243290Fccf73Bb13/info.json b/blockchains/ethereum/assets/0x1602af2C782cC03F9241992E243290Fccf73Bb13/info.json
deleted file mode 100644
index 8b8528687dedb..0000000000000
--- a/blockchains/ethereum/assets/0x1602af2C782cC03F9241992E243290Fccf73Bb13/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Qubitica",
- "symbol": "QBIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.qubitica.net/",
- "explorer": "https://etherscan.io/token/0x1602af2C782cC03F9241992E243290Fccf73Bb13",
- "status": "abandoned",
- "id": "0x1602af2C782cC03F9241992E243290Fccf73Bb13"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1602af2C782cC03F9241992E243290Fccf73Bb13/logo.png b/blockchains/ethereum/assets/0x1602af2C782cC03F9241992E243290Fccf73Bb13/logo.png
deleted file mode 100644
index 861b07a428b3b..0000000000000
Binary files a/blockchains/ethereum/assets/0x1602af2C782cC03F9241992E243290Fccf73Bb13/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1614F18Fc94f47967A3Fbe5FfcD46d4e7Da3D787/info.json b/blockchains/ethereum/assets/0x1614F18Fc94f47967A3Fbe5FfcD46d4e7Da3D787/info.json
deleted file mode 100644
index 43c08be6ec18f..0000000000000
--- a/blockchains/ethereum/assets/0x1614F18Fc94f47967A3Fbe5FfcD46d4e7Da3D787/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PAID Network",
- "symbol": "PAID",
- "type": "ERC20",
- "decimals": 18,
- "description": "PAID Network is a comprehensive business toolkit for all business transaction needs.",
- "website": "https://paidnetwork.com/",
- "explorer": "https://etherscan.io/token/0x1614f18fc94f47967a3fbe5ffcd46d4e7da3d787",
- "status": "active",
- "id": "0x1614F18Fc94f47967A3Fbe5FfcD46d4e7Da3D787"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1614F18Fc94f47967A3Fbe5FfcD46d4e7Da3D787/logo.png b/blockchains/ethereum/assets/0x1614F18Fc94f47967A3Fbe5FfcD46d4e7Da3D787/logo.png
deleted file mode 100644
index 13ed286b1f378..0000000000000
Binary files a/blockchains/ethereum/assets/0x1614F18Fc94f47967A3Fbe5FfcD46d4e7Da3D787/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x16172F24b626B58eDa8ba0daD551d60821Af6599/info.json b/blockchains/ethereum/assets/0x16172F24b626B58eDa8ba0daD551d60821Af6599/info.json
deleted file mode 100644
index 83fe5a4b211fd..0000000000000
--- a/blockchains/ethereum/assets/0x16172F24b626B58eDa8ba0daD551d60821Af6599/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "iCrowdCoin",
- "symbol": "ICC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.icoplatform.io/en/app/",
- "explorer": "https://etherscan.io/token/0x16172F24b626B58eDa8ba0daD551d60821Af6599",
- "status": "abandoned",
- "id": "0x16172F24b626B58eDa8ba0daD551d60821Af6599"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x16172F24b626B58eDa8ba0daD551d60821Af6599/logo.png b/blockchains/ethereum/assets/0x16172F24b626B58eDa8ba0daD551d60821Af6599/logo.png
deleted file mode 100644
index 0321b58432bba..0000000000000
Binary files a/blockchains/ethereum/assets/0x16172F24b626B58eDa8ba0daD551d60821Af6599/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x161a5d1fC314727ba7ffD8EF166f32ca30Ff87Df/info.json b/blockchains/ethereum/assets/0x161a5d1fC314727ba7ffD8EF166f32ca30Ff87Df/info.json
deleted file mode 100644
index 016666864382a..0000000000000
--- a/blockchains/ethereum/assets/0x161a5d1fC314727ba7ffD8EF166f32ca30Ff87Df/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Chernobyl",
- "symbol": "CHR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x161a5d1fC314727ba7ffD8EF166f32ca30Ff87Df",
- "status": "abandoned",
- "id": "0x161a5d1fC314727ba7ffD8EF166f32ca30Ff87Df"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x161a5d1fC314727ba7ffD8EF166f32ca30Ff87Df/logo.png b/blockchains/ethereum/assets/0x161a5d1fC314727ba7ffD8EF166f32ca30Ff87Df/logo.png
deleted file mode 100644
index ec7014ccbd938..0000000000000
Binary files a/blockchains/ethereum/assets/0x161a5d1fC314727ba7ffD8EF166f32ca30Ff87Df/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1626e3d05De1428FD209BBfb911d78E0E06a73F2/info.json b/blockchains/ethereum/assets/0x1626e3d05De1428FD209BBfb911d78E0E06a73F2/info.json
deleted file mode 100644
index bb34d4bc50f72..0000000000000
--- a/blockchains/ethereum/assets/0x1626e3d05De1428FD209BBfb911d78E0E06a73F2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NCSVToken",
- "symbol": "NCSV",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1626e3d05De1428FD209BBfb911d78E0E06a73F2",
- "status": "abandoned",
- "id": "0x1626e3d05De1428FD209BBfb911d78E0E06a73F2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1626e3d05De1428FD209BBfb911d78E0E06a73F2/logo.png b/blockchains/ethereum/assets/0x1626e3d05De1428FD209BBfb911d78E0E06a73F2/logo.png
deleted file mode 100644
index f10345ea1fefc..0000000000000
Binary files a/blockchains/ethereum/assets/0x1626e3d05De1428FD209BBfb911d78E0E06a73F2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x162b3b37aAB1c09BD852F6227B17d4a5a9F60962/info.json b/blockchains/ethereum/assets/0x162b3b37aAB1c09BD852F6227B17d4a5a9F60962/info.json
deleted file mode 100644
index 26236589b013c..0000000000000
--- a/blockchains/ethereum/assets/0x162b3b37aAB1c09BD852F6227B17d4a5a9F60962/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TradePowerDEX",
- "website": "https://tradepowerdex.com",
- "description": "New Dex with No Boundries. Trading, Liquidity Pools, Leveraging, Lending. Dividend sharing for Token Holders",
- "explorer": "https://etherscan.io/token/0x162b3b37aAB1c09BD852F6227B17d4a5a9F60962",
- "type": "ERC20",
- "symbol": "TPX",
- "decimals": 18,
- "status": "active",
- "id": "0x162b3b37aAB1c09BD852F6227B17d4a5a9F60962"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x162b3b37aAB1c09BD852F6227B17d4a5a9F60962/logo.png b/blockchains/ethereum/assets/0x162b3b37aAB1c09BD852F6227B17d4a5a9F60962/logo.png
deleted file mode 100644
index 247934a533856..0000000000000
Binary files a/blockchains/ethereum/assets/0x162b3b37aAB1c09BD852F6227B17d4a5a9F60962/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x163c754eF4D9C03Fc7Fa9cf6Dd43bFc760E6Ce89/info.json b/blockchains/ethereum/assets/0x163c754eF4D9C03Fc7Fa9cf6Dd43bFc760E6Ce89/info.json
deleted file mode 100644
index 02fb6a3b2fc74..0000000000000
--- a/blockchains/ethereum/assets/0x163c754eF4D9C03Fc7Fa9cf6Dd43bFc760E6Ce89/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "MaggotToken",
- "website": "https://rottenswap.org/",
- "description": "Earn MaggotTokens by buying and selling RottenTokens. 2.5% of every RottenToken transfer is burned and turned into MaggotTokens.",
- "explorer": "https://etherscan.io/token/0x163c754eF4D9C03Fc7Fa9cf6Dd43bFc760E6Ce89",
- "type": "ERC20",
- "symbol": "MAGGOT",
- "decimals": 18,
- "status": "active",
- "id": "0x163c754eF4D9C03Fc7Fa9cf6Dd43bFc760E6Ce89",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/rottenswap"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x163c754eF4D9C03Fc7Fa9cf6Dd43bFc760E6Ce89/logo.png b/blockchains/ethereum/assets/0x163c754eF4D9C03Fc7Fa9cf6Dd43bFc760E6Ce89/logo.png
deleted file mode 100644
index 8e249ce863b1b..0000000000000
Binary files a/blockchains/ethereum/assets/0x163c754eF4D9C03Fc7Fa9cf6Dd43bFc760E6Ce89/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1641abdd83E25131645b241a7302FD0Ea9903b51/info.json b/blockchains/ethereum/assets/0x1641abdd83E25131645b241a7302FD0Ea9903b51/info.json
deleted file mode 100644
index df2937d01b770..0000000000000
--- a/blockchains/ethereum/assets/0x1641abdd83E25131645b241a7302FD0Ea9903b51/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Soom Classic Token",
- "symbol": "SMC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1641abdd83E25131645b241a7302FD0Ea9903b51",
- "status": "abandoned",
- "id": "0x1641abdd83E25131645b241a7302FD0Ea9903b51"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1641abdd83E25131645b241a7302FD0Ea9903b51/logo.png b/blockchains/ethereum/assets/0x1641abdd83E25131645b241a7302FD0Ea9903b51/logo.png
deleted file mode 100644
index 484c80d46fe88..0000000000000
Binary files a/blockchains/ethereum/assets/0x1641abdd83E25131645b241a7302FD0Ea9903b51/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x16484d73Ac08d2355F466d448D2b79D2039F6EBB/info.json b/blockchains/ethereum/assets/0x16484d73Ac08d2355F466d448D2b79D2039F6EBB/info.json
deleted file mode 100644
index 4ecf20b2a7a41..0000000000000
--- a/blockchains/ethereum/assets/0x16484d73Ac08d2355F466d448D2b79D2039F6EBB/info.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "name": "FortKnoxster",
- "website": "https://fortknoxster.com",
- "description": "FortKnoxster's DieFi solution is an automated crypto testament and inheritance platform. DieFi users' crypto portfolio information and credentials are automatically passed on to the chosen beneficiaries in case of emergency, memory loss, or death.",
- "explorer": "https://etherscan.io/token/0x16484d73ac08d2355f466d448d2b79d2039f6ebb",
- "type": "ERC20",
- "symbol": "FKX",
- "decimals": 18,
- "status": "active",
- "id": "0x16484d73Ac08d2355F466d448D2b79D2039F6EBB",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/FortKnoxster"
- },
- {
- "name": "telegram",
- "url": "https://t.me/FortKnoxster"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/FortKnoxster"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/FortKnoxster"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/FortKnoxster"
- },
- {
- "name": "whitepaper",
- "url": "https://fortknoxster.com/FortKnoxster_Whitepaper_English.pdf"
- },
- {
- "name": "github",
- "url": "https://github.com/fortknoxster"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/fortknoxster"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/fortknoxster"
- }
- ],
- "tags": [
- "nft"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x16484d73Ac08d2355F466d448D2b79D2039F6EBB/logo.png b/blockchains/ethereum/assets/0x16484d73Ac08d2355F466d448D2b79D2039F6EBB/logo.png
deleted file mode 100644
index 8ccf651fac1e4..0000000000000
Binary files a/blockchains/ethereum/assets/0x16484d73Ac08d2355F466d448D2b79D2039F6EBB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x164F64eF2A44444743c5472FA68fb3784060D286/info.json b/blockchains/ethereum/assets/0x164F64eF2A44444743c5472FA68fb3784060D286/info.json
deleted file mode 100644
index fa5fca802c748..0000000000000
--- a/blockchains/ethereum/assets/0x164F64eF2A44444743c5472FA68fb3784060D286/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "T8Coin",
- "symbol": "T8C",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x164F64eF2A44444743c5472FA68fb3784060D286",
- "status": "abandoned",
- "id": "0x164F64eF2A44444743c5472FA68fb3784060D286"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x164F64eF2A44444743c5472FA68fb3784060D286/logo.png b/blockchains/ethereum/assets/0x164F64eF2A44444743c5472FA68fb3784060D286/logo.png
deleted file mode 100644
index 5f5490ef324c5..0000000000000
Binary files a/blockchains/ethereum/assets/0x164F64eF2A44444743c5472FA68fb3784060D286/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x165440036Ce972C5F8EBef667086707e48B2623e/info.json b/blockchains/ethereum/assets/0x165440036Ce972C5F8EBef667086707e48B2623e/info.json
deleted file mode 100644
index 36600225a781b..0000000000000
--- a/blockchains/ethereum/assets/0x165440036Ce972C5F8EBef667086707e48B2623e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UniGraph",
- "symbol": "GRAPH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://unigraph.app/",
- "explorer": "https://etherscan.io/token/0x165440036Ce972C5F8EBef667086707e48B2623e",
- "status": "abandoned",
- "id": "0x165440036Ce972C5F8EBef667086707e48B2623e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x165440036Ce972C5F8EBef667086707e48B2623e/logo.png b/blockchains/ethereum/assets/0x165440036Ce972C5F8EBef667086707e48B2623e/logo.png
deleted file mode 100644
index 151cabcb25010..0000000000000
Binary files a/blockchains/ethereum/assets/0x165440036Ce972C5F8EBef667086707e48B2623e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x165Cb5Cd6c56c5f1e224a9a2DA750621929F4419/info.json b/blockchains/ethereum/assets/0x165Cb5Cd6c56c5f1e224a9a2DA750621929F4419/info.json
deleted file mode 100644
index 67e49787708d9..0000000000000
--- a/blockchains/ethereum/assets/0x165Cb5Cd6c56c5f1e224a9a2DA750621929F4419/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mars",
- "symbol": "MARS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x165Cb5Cd6c56c5f1e224a9a2DA750621929F4419",
- "status": "abandoned",
- "id": "0x165Cb5Cd6c56c5f1e224a9a2DA750621929F4419"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x165Cb5Cd6c56c5f1e224a9a2DA750621929F4419/logo.png b/blockchains/ethereum/assets/0x165Cb5Cd6c56c5f1e224a9a2DA750621929F4419/logo.png
deleted file mode 100644
index faf9883786a4a..0000000000000
Binary files a/blockchains/ethereum/assets/0x165Cb5Cd6c56c5f1e224a9a2DA750621929F4419/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1662CFFEFa08b150329E419b2F1a13D010174246/info.json b/blockchains/ethereum/assets/0x1662CFFEFa08b150329E419b2F1a13D010174246/info.json
deleted file mode 100644
index 23a27d0fc119d..0000000000000
--- a/blockchains/ethereum/assets/0x1662CFFEFa08b150329E419b2F1a13D010174246/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OxProtocol",
- "symbol": "OXP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1662CFFEFa08b150329E419b2F1a13D010174246",
- "status": "abandoned",
- "id": "0x1662CFFEFa08b150329E419b2F1a13D010174246"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1662CFFEFa08b150329E419b2F1a13D010174246/logo.png b/blockchains/ethereum/assets/0x1662CFFEFa08b150329E419b2F1a13D010174246/logo.png
deleted file mode 100644
index bc83073721403..0000000000000
Binary files a/blockchains/ethereum/assets/0x1662CFFEFa08b150329E419b2F1a13D010174246/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x166F1a7eCAe00bd43876A25B10a63C575e05c0e7/info.json b/blockchains/ethereum/assets/0x166F1a7eCAe00bd43876A25B10a63C575e05c0e7/info.json
deleted file mode 100644
index b59038df39797..0000000000000
--- a/blockchains/ethereum/assets/0x166F1a7eCAe00bd43876A25B10a63C575e05c0e7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vera",
- "symbol": "Vera",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.veraexchange.com/",
- "explorer": "https://etherscan.io/token/0x166F1a7eCAe00bd43876A25B10a63C575e05c0e7",
- "status": "abandoned",
- "id": "0x166F1a7eCAe00bd43876A25B10a63C575e05c0e7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x166F1a7eCAe00bd43876A25B10a63C575e05c0e7/logo.png b/blockchains/ethereum/assets/0x166F1a7eCAe00bd43876A25B10a63C575e05c0e7/logo.png
deleted file mode 100644
index 2fafc6073d410..0000000000000
Binary files a/blockchains/ethereum/assets/0x166F1a7eCAe00bd43876A25B10a63C575e05c0e7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1680Fc81D0B0Fd0B1A0ad3BEc3F75040cd7C19BC/info.json b/blockchains/ethereum/assets/0x1680Fc81D0B0Fd0B1A0ad3BEc3F75040cd7C19BC/info.json
deleted file mode 100644
index e3613accf64c0..0000000000000
--- a/blockchains/ethereum/assets/0x1680Fc81D0B0Fd0B1A0ad3BEc3F75040cd7C19BC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SMOOA",
- "symbol": "SMO",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1680Fc81D0B0Fd0B1A0ad3BEc3F75040cd7C19BC",
- "status": "abandoned",
- "id": "0x1680Fc81D0B0Fd0B1A0ad3BEc3F75040cd7C19BC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1680Fc81D0B0Fd0B1A0ad3BEc3F75040cd7C19BC/logo.png b/blockchains/ethereum/assets/0x1680Fc81D0B0Fd0B1A0ad3BEc3F75040cd7C19BC/logo.png
deleted file mode 100755
index 5aae1dacd5951..0000000000000
Binary files a/blockchains/ethereum/assets/0x1680Fc81D0B0Fd0B1A0ad3BEc3F75040cd7C19BC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x168296bb09e24A88805CB9c33356536B980D3fC5/info.json b/blockchains/ethereum/assets/0x168296bb09e24A88805CB9c33356536B980D3fC5/info.json
deleted file mode 100644
index 2a80d20792889..0000000000000
--- a/blockchains/ethereum/assets/0x168296bb09e24A88805CB9c33356536B980D3fC5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RHOC",
- "symbol": "RHOC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x168296bb09e24A88805CB9c33356536B980D3fC5",
- "status": "abandoned",
- "id": "0x168296bb09e24A88805CB9c33356536B980D3fC5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x168296bb09e24A88805CB9c33356536B980D3fC5/logo.png b/blockchains/ethereum/assets/0x168296bb09e24A88805CB9c33356536B980D3fC5/logo.png
deleted file mode 100755
index 89b92328d8728..0000000000000
Binary files a/blockchains/ethereum/assets/0x168296bb09e24A88805CB9c33356536B980D3fC5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1690c9cDc2Ac4C0cBEc38E9e03774320071550eC/info.json b/blockchains/ethereum/assets/0x1690c9cDc2Ac4C0cBEc38E9e03774320071550eC/info.json
deleted file mode 100644
index db11af0249dee..0000000000000
--- a/blockchains/ethereum/assets/0x1690c9cDc2Ac4C0cBEc38E9e03774320071550eC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CMC COINS",
- "symbol": "CMCC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1690c9cDc2Ac4C0cBEc38E9e03774320071550eC",
- "status": "abandoned",
- "id": "0x1690c9cDc2Ac4C0cBEc38E9e03774320071550eC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1690c9cDc2Ac4C0cBEc38E9e03774320071550eC/logo.png b/blockchains/ethereum/assets/0x1690c9cDc2Ac4C0cBEc38E9e03774320071550eC/logo.png
deleted file mode 100755
index 08ad45ef923d4..0000000000000
Binary files a/blockchains/ethereum/assets/0x1690c9cDc2Ac4C0cBEc38E9e03774320071550eC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x16980b3B4a3f9D89E33311B5aa8f80303E5ca4F8/info.json b/blockchains/ethereum/assets/0x16980b3B4a3f9D89E33311B5aa8f80303E5ca4F8/info.json
deleted file mode 100644
index f674cccf2ed53..0000000000000
--- a/blockchains/ethereum/assets/0x16980b3B4a3f9D89E33311B5aa8f80303E5ca4F8/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "KIRA Network",
- "symbol": "KEX",
- "type": "ERC20",
- "decimals": 6,
- "description": "KIRA is a Layer 1 network enabling market access to any digital asset in the cryptocurrency ecosystem.",
- "website": "https://kira.network",
- "explorer": "https://etherscan.io/token/0x16980b3b4a3f9d89e33311b5aa8f80303e5ca4f8",
- "status": "active",
- "id": "0x16980b3B4a3f9D89E33311B5aa8f80303E5ca4F8",
- "links": [
- {
- "name": "source_code",
- "url": "https://git.kira.network"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/kira_core"
- },
- {
- "name": "telegram",
- "url": "https://t.me/kirainterex"
- },
- {
- "name": "blog",
- "url": "https://blog.kira.network"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x16980b3B4a3f9D89E33311B5aa8f80303E5ca4F8/logo.png b/blockchains/ethereum/assets/0x16980b3B4a3f9D89E33311B5aa8f80303E5ca4F8/logo.png
deleted file mode 100644
index 59935dcf71f91..0000000000000
Binary files a/blockchains/ethereum/assets/0x16980b3B4a3f9D89E33311B5aa8f80303E5ca4F8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x16B0E62aC13a2fAeD36D18bce2356d25Ab3CfAD3/info.json b/blockchains/ethereum/assets/0x16B0E62aC13a2fAeD36D18bce2356d25Ab3CfAD3/info.json
deleted file mode 100644
index 26251fcd11f68..0000000000000
--- a/blockchains/ethereum/assets/0x16B0E62aC13a2fAeD36D18bce2356d25Ab3CfAD3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoin Boutique",
- "symbol": "BTQ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x16B0E62aC13a2fAeD36D18bce2356d25Ab3CfAD3",
- "status": "abandoned",
- "id": "0x16B0E62aC13a2fAeD36D18bce2356d25Ab3CfAD3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x16B0E62aC13a2fAeD36D18bce2356d25Ab3CfAD3/logo.png b/blockchains/ethereum/assets/0x16B0E62aC13a2fAeD36D18bce2356d25Ab3CfAD3/logo.png
deleted file mode 100755
index cde6ecc397dd1..0000000000000
Binary files a/blockchains/ethereum/assets/0x16B0E62aC13a2fAeD36D18bce2356d25Ab3CfAD3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x16B87CA39b3501F3f318F65780a305E20d6fcd52/info.json b/blockchains/ethereum/assets/0x16B87CA39b3501F3f318F65780a305E20d6fcd52/info.json
deleted file mode 100644
index bbcf37dfc5d01..0000000000000
--- a/blockchains/ethereum/assets/0x16B87CA39b3501F3f318F65780a305E20d6fcd52/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LaariCoin",
- "symbol": "LAAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x16B87CA39b3501F3f318F65780a305E20d6fcd52",
- "status": "abandoned",
- "id": "0x16B87CA39b3501F3f318F65780a305E20d6fcd52"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x16B87CA39b3501F3f318F65780a305E20d6fcd52/logo.png b/blockchains/ethereum/assets/0x16B87CA39b3501F3f318F65780a305E20d6fcd52/logo.png
deleted file mode 100644
index 1c76e9b9ffaaf..0000000000000
Binary files a/blockchains/ethereum/assets/0x16B87CA39b3501F3f318F65780a305E20d6fcd52/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x16D790Ad4e33725D44741251f100e635C323bEb9/info.json b/blockchains/ethereum/assets/0x16D790Ad4e33725D44741251f100e635C323bEb9/info.json
deleted file mode 100644
index e7fe2fa73c307..0000000000000
--- a/blockchains/ethereum/assets/0x16D790Ad4e33725D44741251f100e635C323bEb9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OwnTheDay.io Days",
- "symbol": "DAYS",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x16D790Ad4e33725D44741251f100e635C323bEb9",
- "status": "abandoned",
- "id": "0x16D790Ad4e33725D44741251f100e635C323bEb9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x16D790Ad4e33725D44741251f100e635C323bEb9/logo.png b/blockchains/ethereum/assets/0x16D790Ad4e33725D44741251f100e635C323bEb9/logo.png
deleted file mode 100644
index 6236e205fb5a6..0000000000000
Binary files a/blockchains/ethereum/assets/0x16D790Ad4e33725D44741251f100e635C323bEb9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x16EA01aCB4b0Bca2000ee5473348B6937ee6f72F/info.json b/blockchains/ethereum/assets/0x16EA01aCB4b0Bca2000ee5473348B6937ee6f72F/info.json
deleted file mode 100644
index 46c595fd870bb..0000000000000
--- a/blockchains/ethereum/assets/0x16EA01aCB4b0Bca2000ee5473348B6937ee6f72F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Enecuum",
- "symbol": "ENQ",
- "type": "ERC20",
- "decimals": 10,
- "description": "Blockchain Mobile Network for decentralized application.",
- "website": "https://new.enecuum.com/",
- "explorer": "https://etherscan.io/token/0x16EA01aCB4b0Bca2000ee5473348B6937ee6f72F",
- "status": "active",
- "id": "0x16EA01aCB4b0Bca2000ee5473348B6937ee6f72F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x16EA01aCB4b0Bca2000ee5473348B6937ee6f72F/logo.png b/blockchains/ethereum/assets/0x16EA01aCB4b0Bca2000ee5473348B6937ee6f72F/logo.png
deleted file mode 100644
index 2982dc9116886..0000000000000
Binary files a/blockchains/ethereum/assets/0x16EA01aCB4b0Bca2000ee5473348B6937ee6f72F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4/info.json b/blockchains/ethereum/assets/0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4/info.json
deleted file mode 100644
index bab6161dc6610..0000000000000
--- a/blockchains/ethereum/assets/0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Route",
- "website": "https://www.routerprotocol.com/",
- "description": "Router Protocol is a crosschain-liquidity aggregator platform that was built to seamlessly provide bridging infrastructure between current and emerging Layer 1 and Layer 2 blockchain solutions.",
- "explorer": "https://etherscan.io/token/0x16eccfdbb4ee1a85a33f3a9b21175cd7ae753db4",
- "type": "ERC20",
- "symbol": "ROUTE",
- "decimals": 18,
- "status": "active",
- "id": "0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/router-protocol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/routerprotocol"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/route/"
- },
- {
- "name": "medium",
- "url": "https://routerprotocol.medium.com/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/routerprotocol"
- }
- ],
- "tags": [
- "staking"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4/logo.png b/blockchains/ethereum/assets/0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4/logo.png
deleted file mode 100644
index 45d5fa65750a5..0000000000000
Binary files a/blockchains/ethereum/assets/0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x16Fd77bb3af8A29b295ff50fA6BE88432dE0B35b/info.json b/blockchains/ethereum/assets/0x16Fd77bb3af8A29b295ff50fA6BE88432dE0B35b/info.json
deleted file mode 100644
index 485d18e2b4d4b..0000000000000
--- a/blockchains/ethereum/assets/0x16Fd77bb3af8A29b295ff50fA6BE88432dE0B35b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Grano Protocol",
- "website": "https://granoprotocol.org",
- "description": "Grano Protocol is digital money built for everyone as a unique reserve asset.",
- "explorer": "https://etherscan.io/token/0x16Fd77bb3af8A29b295ff50fA6BE88432dE0B35b",
- "type": "ERC20",
- "symbol": "GRANO",
- "decimals": 18,
- "status": "active",
- "id": "0x16Fd77bb3af8A29b295ff50fA6BE88432dE0B35b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x16Fd77bb3af8A29b295ff50fA6BE88432dE0B35b/logo.png b/blockchains/ethereum/assets/0x16Fd77bb3af8A29b295ff50fA6BE88432dE0B35b/logo.png
deleted file mode 100644
index 979a55a9060d2..0000000000000
Binary files a/blockchains/ethereum/assets/0x16Fd77bb3af8A29b295ff50fA6BE88432dE0B35b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x16aB6ED897D04856Ff138122Db4b7767078a20F3/info.json b/blockchains/ethereum/assets/0x16aB6ED897D04856Ff138122Db4b7767078a20F3/info.json
deleted file mode 100644
index 0abb20fd5e6a8..0000000000000
--- a/blockchains/ethereum/assets/0x16aB6ED897D04856Ff138122Db4b7767078a20F3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "hexplay",
- "symbol": "HXP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x16aB6ED897D04856Ff138122Db4b7767078a20F3",
- "status": "abandoned",
- "id": "0x16aB6ED897D04856Ff138122Db4b7767078a20F3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x16aB6ED897D04856Ff138122Db4b7767078a20F3/logo.png b/blockchains/ethereum/assets/0x16aB6ED897D04856Ff138122Db4b7767078a20F3/logo.png
deleted file mode 100644
index 36faf021255d2..0000000000000
Binary files a/blockchains/ethereum/assets/0x16aB6ED897D04856Ff138122Db4b7767078a20F3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x16bBaB40F4A614f90Fb8bb6474C5952f48Fd5D34/info.json b/blockchains/ethereum/assets/0x16bBaB40F4A614f90Fb8bb6474C5952f48Fd5D34/info.json
deleted file mode 100644
index c5412b1ed557d..0000000000000
--- a/blockchains/ethereum/assets/0x16bBaB40F4A614f90Fb8bb6474C5952f48Fd5D34/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Eternode",
- "symbol": "ETE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x16bBaB40F4A614f90Fb8bb6474C5952f48Fd5D34",
- "status": "abandoned",
- "id": "0x16bBaB40F4A614f90Fb8bb6474C5952f48Fd5D34"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x16bBaB40F4A614f90Fb8bb6474C5952f48Fd5D34/logo.png b/blockchains/ethereum/assets/0x16bBaB40F4A614f90Fb8bb6474C5952f48Fd5D34/logo.png
deleted file mode 100644
index e40c7b73e74de..0000000000000
Binary files a/blockchains/ethereum/assets/0x16bBaB40F4A614f90Fb8bb6474C5952f48Fd5D34/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x16c1E5BAF21b9Fa4BC9f2C374E4dC19fAB5Ac5Dc/info.json b/blockchains/ethereum/assets/0x16c1E5BAF21b9Fa4BC9f2C374E4dC19fAB5Ac5Dc/info.json
deleted file mode 100644
index fc83a103a8002..0000000000000
--- a/blockchains/ethereum/assets/0x16c1E5BAF21b9Fa4BC9f2C374E4dC19fAB5Ac5Dc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "APOT",
- "symbol": "APOT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Allbit has embraced APOT's philosophy to enable Allbit users to build collective intelligence and grow the cryptographic market in the right direction, incorporating the APOT Token into Allbit.",
- "website": "https://apot.io/",
- "explorer": "https://etherscan.io/token/0x16c1E5BAF21b9Fa4BC9f2C374E4dC19fAB5Ac5Dc",
- "status": "active",
- "id": "0x16c1E5BAF21b9Fa4BC9f2C374E4dC19fAB5Ac5Dc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x16c1E5BAF21b9Fa4BC9f2C374E4dC19fAB5Ac5Dc/logo.png b/blockchains/ethereum/assets/0x16c1E5BAF21b9Fa4BC9f2C374E4dC19fAB5Ac5Dc/logo.png
deleted file mode 100644
index cab810bbb7fe2..0000000000000
Binary files a/blockchains/ethereum/assets/0x16c1E5BAF21b9Fa4BC9f2C374E4dC19fAB5Ac5Dc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x16dEC18c210Ef7F9AE2C26e1E040bF9fADC9D5DB/info.json b/blockchains/ethereum/assets/0x16dEC18c210Ef7F9AE2C26e1E040bF9fADC9D5DB/info.json
deleted file mode 100644
index 39983d94ab5fb..0000000000000
--- a/blockchains/ethereum/assets/0x16dEC18c210Ef7F9AE2C26e1E040bF9fADC9D5DB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 198-CN29",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x16dEC18c210Ef7F9AE2C26e1E040bF9fADC9D5DB",
- "status": "abandoned",
- "id": "0x16dEC18c210Ef7F9AE2C26e1E040bF9fADC9D5DB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x16dEC18c210Ef7F9AE2C26e1E040bF9fADC9D5DB/logo.png b/blockchains/ethereum/assets/0x16dEC18c210Ef7F9AE2C26e1E040bF9fADC9D5DB/logo.png
deleted file mode 100644
index d5c57a5a63b4f..0000000000000
Binary files a/blockchains/ethereum/assets/0x16dEC18c210Ef7F9AE2C26e1E040bF9fADC9D5DB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x16de59092dAE5CcF4A1E6439D611fd0653f0Bd01/info.json b/blockchains/ethereum/assets/0x16de59092dAE5CcF4A1E6439D611fd0653f0Bd01/info.json
deleted file mode 100644
index 63fcef9085d7e..0000000000000
--- a/blockchains/ethereum/assets/0x16de59092dAE5CcF4A1E6439D611fd0653f0Bd01/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "iearn DAI",
- "symbol": "yDAI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x16de59092dAE5CcF4A1E6439D611fd0653f0Bd01",
- "status": "abandoned",
- "id": "0x16de59092dAE5CcF4A1E6439D611fd0653f0Bd01"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x16de59092dAE5CcF4A1E6439D611fd0653f0Bd01/logo.png b/blockchains/ethereum/assets/0x16de59092dAE5CcF4A1E6439D611fd0653f0Bd01/logo.png
deleted file mode 100644
index 9aa9d5c0a0b3c..0000000000000
Binary files a/blockchains/ethereum/assets/0x16de59092dAE5CcF4A1E6439D611fd0653f0Bd01/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x16f812Be7FfF02cAF662B85d5d58a5da6572D4Df/info.json b/blockchains/ethereum/assets/0x16f812Be7FfF02cAF662B85d5d58a5da6572D4Df/info.json
deleted file mode 100644
index e9d32c716ca05..0000000000000
--- a/blockchains/ethereum/assets/0x16f812Be7FfF02cAF662B85d5d58a5da6572D4Df/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "United Traders Token",
- "symbol": "UTT",
- "type": "ERC20",
- "decimals": 8,
- "description": "United Traders, found online at UnitedTraders.com. offers an investment marketplace, Access to multiple exchanges, and online financial education materials.",
- "website": "https://uttoken.io/",
- "explorer": "https://etherscan.io/token/0x16f812Be7FfF02cAF662B85d5d58a5da6572D4Df",
- "status": "active",
- "id": "0x16f812Be7FfF02cAF662B85d5d58a5da6572D4Df"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x16f812Be7FfF02cAF662B85d5d58a5da6572D4Df/logo.png b/blockchains/ethereum/assets/0x16f812Be7FfF02cAF662B85d5d58a5da6572D4Df/logo.png
deleted file mode 100644
index 1cbc6d826b67d..0000000000000
Binary files a/blockchains/ethereum/assets/0x16f812Be7FfF02cAF662B85d5d58a5da6572D4Df/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x17052d51E954592C1046320c2371AbaB6C73Ef10/info.json b/blockchains/ethereum/assets/0x17052d51E954592C1046320c2371AbaB6C73Ef10/info.json
deleted file mode 100644
index 2ae553a22775f..0000000000000
--- a/blockchains/ethereum/assets/0x17052d51E954592C1046320c2371AbaB6C73Ef10/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ATHENIAN WARRIOR",
- "symbol": "ATH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x17052d51E954592C1046320c2371AbaB6C73Ef10",
- "status": "abandoned",
- "id": "0x17052d51E954592C1046320c2371AbaB6C73Ef10"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x17052d51E954592C1046320c2371AbaB6C73Ef10/logo.png b/blockchains/ethereum/assets/0x17052d51E954592C1046320c2371AbaB6C73Ef10/logo.png
deleted file mode 100644
index c5a669379deb6..0000000000000
Binary files a/blockchains/ethereum/assets/0x17052d51E954592C1046320c2371AbaB6C73Ef10/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x170b275CEd089FffAEBFe927F445a350ED9160DC/info.json b/blockchains/ethereum/assets/0x170b275CEd089FffAEBFe927F445a350ED9160DC/info.json
deleted file mode 100644
index 92833e5473a11..0000000000000
--- a/blockchains/ethereum/assets/0x170b275CEd089FffAEBFe927F445a350ED9160DC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OwnData",
- "symbol": "OWN",
- "type": "ERC20",
- "decimals": 8,
- "description": "Monetize your owndata with Blockchain.",
- "website": "https://owndata.network",
- "explorer": "https://etherscan.io/token/0x170b275CEd089FffAEBFe927F445a350ED9160DC",
- "status": "active",
- "id": "0x170b275CEd089FffAEBFe927F445a350ED9160DC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x170b275CEd089FffAEBFe927F445a350ED9160DC/logo.png b/blockchains/ethereum/assets/0x170b275CEd089FffAEBFe927F445a350ED9160DC/logo.png
deleted file mode 100644
index e35e73a6df492..0000000000000
Binary files a/blockchains/ethereum/assets/0x170b275CEd089FffAEBFe927F445a350ED9160DC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1710Ce5A145199Fb7F4C68d16eDF32C95b2850D9/info.json b/blockchains/ethereum/assets/0x1710Ce5A145199Fb7F4C68d16eDF32C95b2850D9/info.json
deleted file mode 100644
index cfee7e3089cec..0000000000000
--- a/blockchains/ethereum/assets/0x1710Ce5A145199Fb7F4C68d16eDF32C95b2850D9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Down",
- "symbol": "DOWN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1710Ce5A145199Fb7F4C68d16eDF32C95b2850D9",
- "status": "abandoned",
- "id": "0x1710Ce5A145199Fb7F4C68d16eDF32C95b2850D9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1710Ce5A145199Fb7F4C68d16eDF32C95b2850D9/logo.png b/blockchains/ethereum/assets/0x1710Ce5A145199Fb7F4C68d16eDF32C95b2850D9/logo.png
deleted file mode 100644
index 2850667d3f689..0000000000000
Binary files a/blockchains/ethereum/assets/0x1710Ce5A145199Fb7F4C68d16eDF32C95b2850D9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1712Aad2C773ee04bdC9114b32163c058321CD85/info.json b/blockchains/ethereum/assets/0x1712Aad2C773ee04bdC9114b32163c058321CD85/info.json
deleted file mode 100644
index b92654b1d6a1f..0000000000000
--- a/blockchains/ethereum/assets/0x1712Aad2C773ee04bdC9114b32163c058321CD85/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LimitSwap",
- "website": "https://limitswap.com",
- "description": "LimitSwap is a Dex trading bot written in Python that allows users to trade using Limit Orders",
- "explorer": "https://etherscan.io/token/0x1712Aad2C773ee04bdC9114b32163c058321CD85",
- "type": "ERC20",
- "symbol": "LIMIT",
- "decimals": 18,
- "status": "active",
- "id": "0x1712Aad2C773ee04bdC9114b32163c058321CD85"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1712Aad2C773ee04bdC9114b32163c058321CD85/logo.png b/blockchains/ethereum/assets/0x1712Aad2C773ee04bdC9114b32163c058321CD85/logo.png
deleted file mode 100644
index c258da1d04e8e..0000000000000
Binary files a/blockchains/ethereum/assets/0x1712Aad2C773ee04bdC9114b32163c058321CD85/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x171664573e3969874DBa31c35082151Ea4f181F3/info.json b/blockchains/ethereum/assets/0x171664573e3969874DBa31c35082151Ea4f181F3/info.json
deleted file mode 100644
index 376f32dd5b71c..0000000000000
--- a/blockchains/ethereum/assets/0x171664573e3969874DBa31c35082151Ea4f181F3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ciaone Token (Ciao.one)",
- "website": "https://ciao.one",
- "description": "The Ciaone Token allows you to access to many services and benefits offered by the Ciao.one Association. Earn some CIAO participating and enjoy the freedom to really own your Italian style experiences and adventures.",
- "explorer": "https://etherscan.io/token/0x171664573e3969874DBa31c35082151Ea4f181F3",
- "type": "ERC20",
- "symbol": "CIAO",
- "decimals": 18,
- "status": "active",
- "id": "0x171664573e3969874DBa31c35082151Ea4f181F3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x171664573e3969874DBa31c35082151Ea4f181F3/logo.png b/blockchains/ethereum/assets/0x171664573e3969874DBa31c35082151Ea4f181F3/logo.png
deleted file mode 100644
index c9c36de750a43..0000000000000
Binary files a/blockchains/ethereum/assets/0x171664573e3969874DBa31c35082151Ea4f181F3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x171D750d42d661B62C277a6B486ADb82348c3Eca/info.json b/blockchains/ethereum/assets/0x171D750d42d661B62C277a6B486ADb82348c3Eca/info.json
deleted file mode 100644
index b905723d03d05..0000000000000
--- a/blockchains/ethereum/assets/0x171D750d42d661B62C277a6B486ADb82348c3Eca/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Omnitude Token",
- "symbol": "ECOM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://omnitude.tech",
- "explorer": "https://etherscan.io/token/0x171D750d42d661B62C277a6B486ADb82348c3Eca",
- "status": "active",
- "id": "0x171D750d42d661B62C277a6B486ADb82348c3Eca"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x171D750d42d661B62C277a6B486ADb82348c3Eca/logo.png b/blockchains/ethereum/assets/0x171D750d42d661B62C277a6B486ADb82348c3Eca/logo.png
deleted file mode 100755
index 44d5392bb6181..0000000000000
Binary files a/blockchains/ethereum/assets/0x171D750d42d661B62C277a6B486ADb82348c3Eca/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1735Db6AB5BAa19eA55d0AdcEeD7bcDc008B3136/info.json b/blockchains/ethereum/assets/0x1735Db6AB5BAa19eA55d0AdcEeD7bcDc008B3136/info.json
deleted file mode 100644
index d90609ff12dc5..0000000000000
--- a/blockchains/ethereum/assets/0x1735Db6AB5BAa19eA55d0AdcEeD7bcDc008B3136/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UREEQA",
- "type": "ERC20",
- "symbol": "URQA",
- "decimals": 18,
- "website": "https://ureeqa.com",
- "description": "URQA is the token of the UREEQA platform.",
- "explorer": "https://etherscan.io/token/0x1735Db6AB5BAa19eA55d0AdcEeD7bcDc008B3136",
- "status": "active",
- "id": "0x1735Db6AB5BAa19eA55d0AdcEeD7bcDc008B3136"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1735Db6AB5BAa19eA55d0AdcEeD7bcDc008B3136/logo.png b/blockchains/ethereum/assets/0x1735Db6AB5BAa19eA55d0AdcEeD7bcDc008B3136/logo.png
deleted file mode 100644
index 7c551d820b3d7..0000000000000
Binary files a/blockchains/ethereum/assets/0x1735Db6AB5BAa19eA55d0AdcEeD7bcDc008B3136/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x174897edD3ce414084A009d22db31C7b7826400d/info.json b/blockchains/ethereum/assets/0x174897edD3ce414084A009d22db31C7b7826400d/info.json
deleted file mode 100644
index dc21b6d30b590..0000000000000
--- a/blockchains/ethereum/assets/0x174897edD3ce414084A009d22db31C7b7826400d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JOON",
- "symbol": "JOON",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x174897edD3ce414084A009d22db31C7b7826400d",
- "status": "abandoned",
- "id": "0x174897edD3ce414084A009d22db31C7b7826400d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x174897edD3ce414084A009d22db31C7b7826400d/logo.png b/blockchains/ethereum/assets/0x174897edD3ce414084A009d22db31C7b7826400d/logo.png
deleted file mode 100644
index e9a64e2f4ef37..0000000000000
Binary files a/blockchains/ethereum/assets/0x174897edD3ce414084A009d22db31C7b7826400d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x17491ae8B359E73ca06F0ABb52223daA878140a9/info.json b/blockchains/ethereum/assets/0x17491ae8B359E73ca06F0ABb52223daA878140a9/info.json
deleted file mode 100644
index d29fd4a82254d..0000000000000
--- a/blockchains/ethereum/assets/0x17491ae8B359E73ca06F0ABb52223daA878140a9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Charge",
- "symbol": "CHARGE",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x17491ae8B359E73ca06F0ABb52223daA878140a9",
- "status": "active",
- "id": "0x17491ae8B359E73ca06F0ABb52223daA878140a9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x17491ae8B359E73ca06F0ABb52223daA878140a9/logo.png b/blockchains/ethereum/assets/0x17491ae8B359E73ca06F0ABb52223daA878140a9/logo.png
deleted file mode 100644
index c07051fc88f62..0000000000000
Binary files a/blockchains/ethereum/assets/0x17491ae8B359E73ca06F0ABb52223daA878140a9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x174BfA6600Bf90C885c7c01C7031389ed1461Ab9/info.json b/blockchains/ethereum/assets/0x174BfA6600Bf90C885c7c01C7031389ed1461Ab9/info.json
deleted file mode 100644
index 466d7a99342ea..0000000000000
--- a/blockchains/ethereum/assets/0x174BfA6600Bf90C885c7c01C7031389ed1461Ab9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "More Gold Coin",
- "symbol": "MGC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.mgctoken.io/",
- "explorer": "https://etherscan.io/token/0x174BfA6600Bf90C885c7c01C7031389ed1461Ab9",
- "status": "abandoned",
- "id": "0x174BfA6600Bf90C885c7c01C7031389ed1461Ab9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x174BfA6600Bf90C885c7c01C7031389ed1461Ab9/logo.png b/blockchains/ethereum/assets/0x174BfA6600Bf90C885c7c01C7031389ed1461Ab9/logo.png
deleted file mode 100644
index f84b0ffde8136..0000000000000
Binary files a/blockchains/ethereum/assets/0x174BfA6600Bf90C885c7c01C7031389ed1461Ab9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x174aFE7A032b5A33a3270a9f6C30746E25708532/info.json b/blockchains/ethereum/assets/0x174aFE7A032b5A33a3270a9f6C30746E25708532/info.json
deleted file mode 100644
index 04032f81b661c..0000000000000
--- a/blockchains/ethereum/assets/0x174aFE7A032b5A33a3270a9f6C30746E25708532/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Humanscape",
- "symbol": "HUM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.humanscape.io/",
- "explorer": "https://etherscan.io/token/0x174aFE7A032b5A33a3270a9f6C30746E25708532",
- "status": "active",
- "id": "0x174aFE7A032b5A33a3270a9f6C30746E25708532"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x174aFE7A032b5A33a3270a9f6C30746E25708532/logo.png b/blockchains/ethereum/assets/0x174aFE7A032b5A33a3270a9f6C30746E25708532/logo.png
deleted file mode 100644
index 8529a4edb6bfd..0000000000000
Binary files a/blockchains/ethereum/assets/0x174aFE7A032b5A33a3270a9f6C30746E25708532/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x17540494Ad5E39AEFD49901774528e9ff17FE40B/info.json b/blockchains/ethereum/assets/0x17540494Ad5E39AEFD49901774528e9ff17FE40B/info.json
deleted file mode 100644
index 83a54436556da..0000000000000
--- a/blockchains/ethereum/assets/0x17540494Ad5E39AEFD49901774528e9ff17FE40B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Buccaneer",
- "symbol": "PRIVATE",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x17540494Ad5E39AEFD49901774528e9ff17FE40B",
- "status": "abandoned",
- "id": "0x17540494Ad5E39AEFD49901774528e9ff17FE40B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x17540494Ad5E39AEFD49901774528e9ff17FE40B/logo.png b/blockchains/ethereum/assets/0x17540494Ad5E39AEFD49901774528e9ff17FE40B/logo.png
deleted file mode 100644
index dd5b2e58c29d9..0000000000000
Binary files a/blockchains/ethereum/assets/0x17540494Ad5E39AEFD49901774528e9ff17FE40B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x175D9Dfd6850AA96460E29bC0cEad05756965E91/info.json b/blockchains/ethereum/assets/0x175D9Dfd6850AA96460E29bC0cEad05756965E91/info.json
deleted file mode 100644
index fd66c8ee73bbe..0000000000000
--- a/blockchains/ethereum/assets/0x175D9Dfd6850AA96460E29bC0cEad05756965E91/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Starname (WIOV)",
- "website": "https://starname.me/",
- "description": "ERC20 version of the IOV token",
- "explorer": "https://etherscan.io/token/0x175D9Dfd6850AA96460E29bC0cEad05756965E91",
- "type": "ERC20",
- "symbol": "WIOV",
- "decimals": 18,
- "status": "active",
- "id": "0x175D9Dfd6850AA96460E29bC0cEad05756965E91",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/iov-one"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/starname_me"
- },
- {
- "name": "telegram",
- "url": "https://t.me/internetofvalues"
- },
- {
- "name": "medium",
- "url": "https://medium.com/iov-internet-of-values"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x175D9Dfd6850AA96460E29bC0cEad05756965E91/logo.png b/blockchains/ethereum/assets/0x175D9Dfd6850AA96460E29bC0cEad05756965E91/logo.png
deleted file mode 100644
index 02f4033876759..0000000000000
Binary files a/blockchains/ethereum/assets/0x175D9Dfd6850AA96460E29bC0cEad05756965E91/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1776e1F26f98b1A5dF9cD347953a26dd3Cb46671/info.json b/blockchains/ethereum/assets/0x1776e1F26f98b1A5dF9cD347953a26dd3Cb46671/info.json
deleted file mode 100644
index e937769635daa..0000000000000
--- a/blockchains/ethereum/assets/0x1776e1F26f98b1A5dF9cD347953a26dd3Cb46671/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "Numeraire",
- "website": "https://numer.ai",
- "description": "Numeraire: A Cryptographic Token for Coordinating Machine Intelligence and Preventing Overfitting.",
- "explorer": "https://etherscan.io/token/0x1776e1F26f98b1A5dF9cD347953a26dd3Cb46671",
- "research": "https://research.binance.com/en/projects/numeraire",
- "type": "ERC20",
- "symbol": "NMR",
- "decimals": 18,
- "status": "active",
- "id": "0x1776e1F26f98b1A5dF9cD347953a26dd3Cb46671",
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1776e1F26f98b1A5dF9cD347953a26dd3Cb46671/logo.png b/blockchains/ethereum/assets/0x1776e1F26f98b1A5dF9cD347953a26dd3Cb46671/logo.png
deleted file mode 100644
index c25145c839b79..0000000000000
Binary files a/blockchains/ethereum/assets/0x1776e1F26f98b1A5dF9cD347953a26dd3Cb46671/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1778fFfBD431be2AC3D69e64d1d819C786B2BEe0/info.json b/blockchains/ethereum/assets/0x1778fFfBD431be2AC3D69e64d1d819C786B2BEe0/info.json
deleted file mode 100644
index e48098f46f92f..0000000000000
--- a/blockchains/ethereum/assets/0x1778fFfBD431be2AC3D69e64d1d819C786B2BEe0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Global Crypto Gate",
- "symbol": "GCG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1778fFfBD431be2AC3D69e64d1d819C786B2BEe0",
- "status": "abandoned",
- "id": "0x1778fFfBD431be2AC3D69e64d1d819C786B2BEe0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1778fFfBD431be2AC3D69e64d1d819C786B2BEe0/logo.png b/blockchains/ethereum/assets/0x1778fFfBD431be2AC3D69e64d1d819C786B2BEe0/logo.png
deleted file mode 100644
index 2ed9035235e48..0000000000000
Binary files a/blockchains/ethereum/assets/0x1778fFfBD431be2AC3D69e64d1d819C786B2BEe0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x177A542A9281F545263B1bcFb54a3d549003BF71/info.json b/blockchains/ethereum/assets/0x177A542A9281F545263B1bcFb54a3d549003BF71/info.json
deleted file mode 100644
index c2f51bd6f92a8..0000000000000
--- a/blockchains/ethereum/assets/0x177A542A9281F545263B1bcFb54a3d549003BF71/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TASFU COIN",
- "symbol": "TSF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x177A542A9281F545263B1bcFb54a3d549003BF71",
- "status": "abandoned",
- "id": "0x177A542A9281F545263B1bcFb54a3d549003BF71"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x177A542A9281F545263B1bcFb54a3d549003BF71/logo.png b/blockchains/ethereum/assets/0x177A542A9281F545263B1bcFb54a3d549003BF71/logo.png
deleted file mode 100644
index 9b0714b039dce..0000000000000
Binary files a/blockchains/ethereum/assets/0x177A542A9281F545263B1bcFb54a3d549003BF71/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x177d39AC676ED1C67A2b268AD7F1E58826E5B0af/info.json b/blockchains/ethereum/assets/0x177d39AC676ED1C67A2b268AD7F1E58826E5B0af/info.json
deleted file mode 100644
index def0ae07d3176..0000000000000
--- a/blockchains/ethereum/assets/0x177d39AC676ED1C67A2b268AD7F1E58826E5B0af/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blox",
- "symbol": "CDT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Blox is an open-source, fully non-custodial staking platform for Ethereum 2.0. Their goal at Blox is to simplify staking while ensuring Ethereum stays fair and decentralized.",
- "website": "http://bloxstaking.com",
- "explorer": "https://etherscan.io/token/0x177d39AC676ED1C67A2b268AD7F1E58826E5B0af",
- "status": "active",
- "id": "0x177d39AC676ED1C67A2b268AD7F1E58826E5B0af"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x177d39AC676ED1C67A2b268AD7F1E58826E5B0af/logo.png b/blockchains/ethereum/assets/0x177d39AC676ED1C67A2b268AD7F1E58826E5B0af/logo.png
deleted file mode 100644
index 5d1c4006a6b3c..0000000000000
Binary files a/blockchains/ethereum/assets/0x177d39AC676ED1C67A2b268AD7F1E58826E5B0af/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x178c820f862B14f316509ec36b13123DA19A6054/info.json b/blockchains/ethereum/assets/0x178c820f862B14f316509ec36b13123DA19A6054/info.json
deleted file mode 100644
index 325d12aef7ecc..0000000000000
--- a/blockchains/ethereum/assets/0x178c820f862B14f316509ec36b13123DA19A6054/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Energy Web Token Bridged",
- "symbol": "EWTB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x178c820f862B14f316509ec36b13123DA19A6054",
- "status": "abandoned",
- "id": "0x178c820f862B14f316509ec36b13123DA19A6054"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x178c820f862B14f316509ec36b13123DA19A6054/logo.png b/blockchains/ethereum/assets/0x178c820f862B14f316509ec36b13123DA19A6054/logo.png
deleted file mode 100644
index 2db5a158ce265..0000000000000
Binary files a/blockchains/ethereum/assets/0x178c820f862B14f316509ec36b13123DA19A6054/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1796ae0b0fa4862485106a0de9b654eFE301D0b2/info.json b/blockchains/ethereum/assets/0x1796ae0b0fa4862485106a0de9b654eFE301D0b2/info.json
deleted file mode 100644
index 96c9a1ff8ae73..0000000000000
--- a/blockchains/ethereum/assets/0x1796ae0b0fa4862485106a0de9b654eFE301D0b2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Polychain Monsters",
- "website": "http://polychainmonsters.com/",
- "description": "Polychain Monsters are beautifully animated digital collectibles with varying scarcities. Each Polychain Monster is backed by a truly unique NFT and can be unpacked with $PMON tokens.",
- "explorer": "https://etherscan.io/token/0x1796ae0b0fa4862485106a0de9b654eFE301D0b2",
- "type": "ERC20",
- "symbol": "PMON",
- "decimals": 18,
- "status": "active",
- "id": "0x1796ae0b0fa4862485106a0de9b654eFE301D0b2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1796ae0b0fa4862485106a0de9b654eFE301D0b2/logo.png b/blockchains/ethereum/assets/0x1796ae0b0fa4862485106a0de9b654eFE301D0b2/logo.png
deleted file mode 100644
index 7490d96c635ce..0000000000000
Binary files a/blockchains/ethereum/assets/0x1796ae0b0fa4862485106a0de9b654eFE301D0b2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x179E31FB25E433441a2839389A7b8EC9c4654b7B/info.json b/blockchains/ethereum/assets/0x179E31FB25E433441a2839389A7b8EC9c4654b7B/info.json
deleted file mode 100644
index fc3a155e2708c..0000000000000
--- a/blockchains/ethereum/assets/0x179E31FB25E433441a2839389A7b8EC9c4654b7B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SynchroBitcoin",
- "symbol": "SNB",
- "type": "ERC20",
- "decimals": 18,
- "description": "Hybrid Digital Assets Trading Platform",
- "website": "https://synchrobit.io/",
- "explorer": "https://etherscan.io/token/0x179E31FB25E433441a2839389A7b8EC9c4654b7B",
- "status": "active",
- "id": "0x179E31FB25E433441a2839389A7b8EC9c4654b7B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x179E31FB25E433441a2839389A7b8EC9c4654b7B/logo.png b/blockchains/ethereum/assets/0x179E31FB25E433441a2839389A7b8EC9c4654b7B/logo.png
deleted file mode 100644
index d77eeba48f3bd..0000000000000
Binary files a/blockchains/ethereum/assets/0x179E31FB25E433441a2839389A7b8EC9c4654b7B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x17A8f6EaD7256E6620109bB02CB21A29b6BD7D3E/info.json b/blockchains/ethereum/assets/0x17A8f6EaD7256E6620109bB02CB21A29b6BD7D3E/info.json
deleted file mode 100644
index 880c9d1e3b0eb..0000000000000
--- a/blockchains/ethereum/assets/0x17A8f6EaD7256E6620109bB02CB21A29b6BD7D3E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yuamble",
- "symbol": "YMB",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x17A8f6EaD7256E6620109bB02CB21A29b6BD7D3E",
- "status": "abandoned",
- "id": "0x17A8f6EaD7256E6620109bB02CB21A29b6BD7D3E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x17A8f6EaD7256E6620109bB02CB21A29b6BD7D3E/logo.png b/blockchains/ethereum/assets/0x17A8f6EaD7256E6620109bB02CB21A29b6BD7D3E/logo.png
deleted file mode 100644
index 4e1cb6196cc9e..0000000000000
Binary files a/blockchains/ethereum/assets/0x17A8f6EaD7256E6620109bB02CB21A29b6BD7D3E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x17Aa18A4B64A55aBEd7FA543F2Ba4E91f2dcE482/info.json b/blockchains/ethereum/assets/0x17Aa18A4B64A55aBEd7FA543F2Ba4E91f2dcE482/info.json
deleted file mode 100644
index 094ff840d0828..0000000000000
--- a/blockchains/ethereum/assets/0x17Aa18A4B64A55aBEd7FA543F2Ba4E91f2dcE482/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Insight Chain",
- "symbol": "INB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.insightchain.io",
- "explorer": "https://etherscan.io/token/0x17Aa18A4B64A55aBEd7FA543F2Ba4E91f2dcE482",
- "status": "abandoned",
- "id": "0x17Aa18A4B64A55aBEd7FA543F2Ba4E91f2dcE482"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x17Aa18A4B64A55aBEd7FA543F2Ba4E91f2dcE482/logo.png b/blockchains/ethereum/assets/0x17Aa18A4B64A55aBEd7FA543F2Ba4E91f2dcE482/logo.png
deleted file mode 100644
index 72d6060d26520..0000000000000
Binary files a/blockchains/ethereum/assets/0x17Aa18A4B64A55aBEd7FA543F2Ba4E91f2dcE482/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x17B26400621695c2D8C2D8869f6259E82D7544c4/info.json b/blockchains/ethereum/assets/0x17B26400621695c2D8C2D8869f6259E82D7544c4/info.json
deleted file mode 100644
index 12461b93458a7..0000000000000
--- a/blockchains/ethereum/assets/0x17B26400621695c2D8C2D8869f6259E82D7544c4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CustomContractNetwork",
- "symbol": "CCN",
- "type": "ERC20",
- "decimals": 18,
- "description": "CCN is a company that provides smart contract development and auditing services to blockchain industries and individuals.",
- "website": "https://www.customcontract.network/",
- "explorer": "https://etherscan.io/token/0x17B26400621695c2D8C2D8869f6259E82D7544c4",
- "status": "active",
- "id": "0x17B26400621695c2D8C2D8869f6259E82D7544c4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x17B26400621695c2D8C2D8869f6259E82D7544c4/logo.png b/blockchains/ethereum/assets/0x17B26400621695c2D8C2D8869f6259E82D7544c4/logo.png
deleted file mode 100644
index ed49f7813499e..0000000000000
Binary files a/blockchains/ethereum/assets/0x17B26400621695c2D8C2D8869f6259E82D7544c4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x17E6616c45d267bC20A9892b58A01621c592B72d/info.json b/blockchains/ethereum/assets/0x17E6616c45d267bC20A9892b58A01621c592B72d/info.json
deleted file mode 100644
index 86745eafcf5c4..0000000000000
--- a/blockchains/ethereum/assets/0x17E6616c45d267bC20A9892b58A01621c592B72d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethereum Message Search",
- "symbol": "EMS",
- "type": "ERC20",
- "decimals": 18,
- "description": "Ethereum Message Search Application (EMSA) - a service based on the Ethereum blockchain that allows transmitting any information, from texts and images to encrypted files and HTML pages.",
- "website": "https://ethereum.ms/",
- "explorer": "https://etherscan.io/token/0x17E6616c45d267bC20A9892b58A01621c592B72d",
- "status": "active",
- "id": "0x17E6616c45d267bC20A9892b58A01621c592B72d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x17E6616c45d267bC20A9892b58A01621c592B72d/logo.png b/blockchains/ethereum/assets/0x17E6616c45d267bC20A9892b58A01621c592B72d/logo.png
deleted file mode 100644
index d0c99a6c5bd60..0000000000000
Binary files a/blockchains/ethereum/assets/0x17E6616c45d267bC20A9892b58A01621c592B72d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x17EF75AA22dD5f6C2763b8304Ab24f40eE54D48a/info.json b/blockchains/ethereum/assets/0x17EF75AA22dD5f6C2763b8304Ab24f40eE54D48a/info.json
deleted file mode 100644
index ae1da7cd3bb00..0000000000000
--- a/blockchains/ethereum/assets/0x17EF75AA22dD5f6C2763b8304Ab24f40eE54D48a/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Revolution Populi",
- "website": "https://revolutionpopuli.com/",
- "description": "The Blockchain Database for the Internet.",
- "explorer": "https://etherscan.io/token/0x17EF75AA22dD5f6C2763b8304Ab24f40eE54D48a",
- "type": "ERC20",
- "symbol": "RVP",
- "decimals": 18,
- "status": "active",
- "id": "0x17EF75AA22dD5f6C2763b8304Ab24f40eE54D48a",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Rev_Populi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/revpopofficial"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/37gBNkJ"
- },
- {
- "name": "medium",
- "url": "https://revolutionpopuli.medium.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x17EF75AA22dD5f6C2763b8304Ab24f40eE54D48a/logo.png b/blockchains/ethereum/assets/0x17EF75AA22dD5f6C2763b8304Ab24f40eE54D48a/logo.png
deleted file mode 100644
index 51d115c34a027..0000000000000
Binary files a/blockchains/ethereum/assets/0x17EF75AA22dD5f6C2763b8304Ab24f40eE54D48a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x17aC188e09A7890a1844E5E65471fE8b0CcFadF3/info.json b/blockchains/ethereum/assets/0x17aC188e09A7890a1844E5E65471fE8b0CcFadF3/info.json
deleted file mode 100644
index cfd367305de4f..0000000000000
--- a/blockchains/ethereum/assets/0x17aC188e09A7890a1844E5E65471fE8b0CcFadF3/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Cryptocurrency Top 10 Tokens Index",
- "website": "https://indexed.finance",
- "description": "CC10 is a passively managed, capitalization-weighted index that tracks the top 10 tokens by market cap from the Cryptocurrency market sector defined by NDX governance..",
- "explorer": "https://etherscan.io/token/0x17ac188e09a7890a1844e5e65471fe8b0ccfadf3",
- "research": "https://ndxfi.medium.com/introducing-indexed-finance-ndx-5d91137bde29",
- "type": "ERC20",
- "symbol": "CC10",
- "decimals": 18,
- "status": "active",
- "id": "0x17aC188e09A7890a1844E5E65471fE8b0CcFadF3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x17aC188e09A7890a1844E5E65471fE8b0CcFadF3/logo.png b/blockchains/ethereum/assets/0x17aC188e09A7890a1844E5E65471fE8b0CcFadF3/logo.png
deleted file mode 100644
index 440db6e1393ea..0000000000000
Binary files a/blockchains/ethereum/assets/0x17aC188e09A7890a1844E5E65471fE8b0CcFadF3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x17cB1b6623CEF547F16E4C125EBEF6Ec240Ec12a/info.json b/blockchains/ethereum/assets/0x17cB1b6623CEF547F16E4C125EBEF6Ec240Ec12a/info.json
deleted file mode 100644
index d860ba2992489..0000000000000
--- a/blockchains/ethereum/assets/0x17cB1b6623CEF547F16E4C125EBEF6Ec240Ec12a/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "SquidGrow",
- "type": "ERC20",
- "symbol": "SquidGrow",
- "decimals": 19,
- "website": "https://squidgrow.wtf",
- "description": "SquidGrow was conceptualized by anonymous crypto billionaire “Shibtoshi” and is pushing boundaries and setting precedents for a growing meme-utility token.",
- "explorer": "https://etherscan.io/token/0x17cb1b6623cef547f16e4c125ebef6ec240ec12a",
- "status": "abandoned",
- "id": "0x17cB1b6623CEF547F16E4C125EBEF6Ec240Ec12a",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/squid_grow"
- },
- {
- "name": "telegram",
- "url": "https://t.me/SquidGrowPortalEntry"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/squid-grow/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/squidgrow"
- },
- {
- "name": "discord",
- "url": "https://discord.com/HgsgryRpwB"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x17e67d1CB4e349B9CA4Bc3e17C7DF2a397A7BB64/info.json b/blockchains/ethereum/assets/0x17e67d1CB4e349B9CA4Bc3e17C7DF2a397A7BB64/info.json
deleted file mode 100644
index 2455aac7692b5..0000000000000
--- a/blockchains/ethereum/assets/0x17e67d1CB4e349B9CA4Bc3e17C7DF2a397A7BB64/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Freyr Coin",
- "symbol": "FREC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.freyrchain.org/index.html",
- "explorer": "https://etherscan.io/token/0x17e67d1CB4e349B9CA4Bc3e17C7DF2a397A7BB64",
- "status": "abandoned",
- "id": "0x17e67d1CB4e349B9CA4Bc3e17C7DF2a397A7BB64"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x17e67d1CB4e349B9CA4Bc3e17C7DF2a397A7BB64/logo.png b/blockchains/ethereum/assets/0x17e67d1CB4e349B9CA4Bc3e17C7DF2a397A7BB64/logo.png
deleted file mode 100644
index 5b64a898c043d..0000000000000
Binary files a/blockchains/ethereum/assets/0x17e67d1CB4e349B9CA4Bc3e17C7DF2a397A7BB64/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x17f8aFB63DfcDcC90ebE6e84F060Cc306A98257D/info.json b/blockchains/ethereum/assets/0x17f8aFB63DfcDcC90ebE6e84F060Cc306A98257D/info.json
deleted file mode 100644
index 24d2c6b46a13a..0000000000000
--- a/blockchains/ethereum/assets/0x17f8aFB63DfcDcC90ebE6e84F060Cc306A98257D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nebula AI Token",
- "symbol": "NBAI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.nebula-ai.com/",
- "explorer": "https://etherscan.io/token/0x17f8aFB63DfcDcC90ebE6e84F060Cc306A98257D",
- "status": "abandoned",
- "id": "0x17f8aFB63DfcDcC90ebE6e84F060Cc306A98257D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x17f8aFB63DfcDcC90ebE6e84F060Cc306A98257D/logo.png b/blockchains/ethereum/assets/0x17f8aFB63DfcDcC90ebE6e84F060Cc306A98257D/logo.png
deleted file mode 100644
index 4f66fc1e9228a..0000000000000
Binary files a/blockchains/ethereum/assets/0x17f8aFB63DfcDcC90ebE6e84F060Cc306A98257D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x17fD666fa0784885fa1AFEc8AC624d9b7e72B752/info.json b/blockchains/ethereum/assets/0x17fD666fa0784885fa1AFEc8AC624d9b7e72B752/info.json
deleted file mode 100644
index 85a32e76e4d87..0000000000000
--- a/blockchains/ethereum/assets/0x17fD666fa0784885fa1AFEc8AC624d9b7e72B752/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FLiK",
- "symbol": "FLIK",
- "type": "ERC20",
- "decimals": 14,
- "description": "-",
- "website": "http://www.theflik.io/",
- "explorer": "https://etherscan.io/token/0x17fD666fa0784885fa1AFEc8AC624d9b7e72B752",
- "status": "abandoned",
- "id": "0x17fD666fa0784885fa1AFEc8AC624d9b7e72B752"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x17fD666fa0784885fa1AFEc8AC624d9b7e72B752/logo.png b/blockchains/ethereum/assets/0x17fD666fa0784885fa1AFEc8AC624d9b7e72B752/logo.png
deleted file mode 100644
index 4f6578ce18272..0000000000000
Binary files a/blockchains/ethereum/assets/0x17fD666fa0784885fa1AFEc8AC624d9b7e72B752/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x18084fbA666a33d37592fA2633fD49a74DD93a88/info.json b/blockchains/ethereum/assets/0x18084fbA666a33d37592fA2633fD49a74DD93a88/info.json
deleted file mode 100644
index f1058052c40b9..0000000000000
--- a/blockchains/ethereum/assets/0x18084fbA666a33d37592fA2633fD49a74DD93a88/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "tBTC",
- "website": "https://tbtc.network/",
- "description": "tBTC is a trustlessly Bitcoin-backed ERC-20 token.",
- "explorer": "https://etherscan.io/token/0x18084fbA666a33d37592fA2633fD49a74DD93a88",
- "type": "ERC20",
- "symbol": "tBTC",
- "decimals": 18,
- "status": "active",
- "id": "0x18084fbA666a33d37592fA2633fD49a74DD93a88",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/keep-network/tbtc"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/tBTC_project"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/KeepNetwork"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x18084fbA666a33d37592fA2633fD49a74DD93a88/logo.png b/blockchains/ethereum/assets/0x18084fbA666a33d37592fA2633fD49a74DD93a88/logo.png
deleted file mode 100644
index 56758d35dc7ac..0000000000000
Binary files a/blockchains/ethereum/assets/0x18084fbA666a33d37592fA2633fD49a74DD93a88/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x18088625f914468A3Fcc5904cE24920a3ed87C1a/info.json b/blockchains/ethereum/assets/0x18088625f914468A3Fcc5904cE24920a3ed87C1a/info.json
deleted file mode 100644
index fcad8aeb43b9e..0000000000000
--- a/blockchains/ethereum/assets/0x18088625f914468A3Fcc5904cE24920a3ed87C1a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GOOREO",
- "symbol": "GOOREO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x18088625f914468A3Fcc5904cE24920a3ed87C1a",
- "status": "abandoned",
- "id": "0x18088625f914468A3Fcc5904cE24920a3ed87C1a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x18088625f914468A3Fcc5904cE24920a3ed87C1a/logo.png b/blockchains/ethereum/assets/0x18088625f914468A3Fcc5904cE24920a3ed87C1a/logo.png
deleted file mode 100644
index 96c78801c2ea7..0000000000000
Binary files a/blockchains/ethereum/assets/0x18088625f914468A3Fcc5904cE24920a3ed87C1a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x180B07537b3847bC1c159bda493DD4d28A31E46b/info.json b/blockchains/ethereum/assets/0x180B07537b3847bC1c159bda493DD4d28A31E46b/info.json
deleted file mode 100644
index f63030085c2db..0000000000000
--- a/blockchains/ethereum/assets/0x180B07537b3847bC1c159bda493DD4d28A31E46b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Stable USD",
- "symbol": "USDEX",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x180B07537b3847bC1c159bda493DD4d28A31E46b",
- "status": "abandoned",
- "id": "0x180B07537b3847bC1c159bda493DD4d28A31E46b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x180B07537b3847bC1c159bda493DD4d28A31E46b/logo.png b/blockchains/ethereum/assets/0x180B07537b3847bC1c159bda493DD4d28A31E46b/logo.png
deleted file mode 100644
index 28029d453a7e7..0000000000000
Binary files a/blockchains/ethereum/assets/0x180B07537b3847bC1c159bda493DD4d28A31E46b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x180e5087935A94Fd5bbAb00fD2249C5bE0473381/info.json b/blockchains/ethereum/assets/0x180e5087935A94Fd5bbAb00fD2249C5bE0473381/info.json
deleted file mode 100644
index 8dea90159657b..0000000000000
--- a/blockchains/ethereum/assets/0x180e5087935A94Fd5bbAb00fD2249C5bE0473381/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZCashGOLD",
- "symbol": "ZCG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x180e5087935A94Fd5bbAb00fD2249C5bE0473381",
- "status": "abandoned",
- "id": "0x180e5087935A94Fd5bbAb00fD2249C5bE0473381"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x180e5087935A94Fd5bbAb00fD2249C5bE0473381/logo.png b/blockchains/ethereum/assets/0x180e5087935A94Fd5bbAb00fD2249C5bE0473381/logo.png
deleted file mode 100644
index 529cc838bd943..0000000000000
Binary files a/blockchains/ethereum/assets/0x180e5087935A94Fd5bbAb00fD2249C5bE0473381/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1822126fEedb4C7d61EecdBE3682FE61e91383d6/info.json b/blockchains/ethereum/assets/0x1822126fEedb4C7d61EecdBE3682FE61e91383d6/info.json
deleted file mode 100644
index be4d35a7941ad..0000000000000
--- a/blockchains/ethereum/assets/0x1822126fEedb4C7d61EecdBE3682FE61e91383d6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XtockToken",
- "symbol": "XTX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://xtock.io/",
- "explorer": "https://etherscan.io/token/0x1822126fEedb4C7d61EecdBE3682FE61e91383d6",
- "status": "abandoned",
- "id": "0x1822126fEedb4C7d61EecdBE3682FE61e91383d6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1822126fEedb4C7d61EecdBE3682FE61e91383d6/logo.png b/blockchains/ethereum/assets/0x1822126fEedb4C7d61EecdBE3682FE61e91383d6/logo.png
deleted file mode 100644
index 6a6243ef7fa41..0000000000000
Binary files a/blockchains/ethereum/assets/0x1822126fEedb4C7d61EecdBE3682FE61e91383d6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1829aA045E21E0D59580024A951DB48096e01782/info.json b/blockchains/ethereum/assets/0x1829aA045E21E0D59580024A951DB48096e01782/info.json
deleted file mode 100644
index 23fdf5780788a..0000000000000
--- a/blockchains/ethereum/assets/0x1829aA045E21E0D59580024A951DB48096e01782/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FuzeX Token",
- "symbol": "FXT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.fuzex.co/",
- "explorer": "https://etherscan.io/token/0x1829aA045E21E0D59580024A951DB48096e01782",
- "status": "active",
- "id": "0x1829aA045E21E0D59580024A951DB48096e01782"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1829aA045E21E0D59580024A951DB48096e01782/logo.png b/blockchains/ethereum/assets/0x1829aA045E21E0D59580024A951DB48096e01782/logo.png
deleted file mode 100644
index 85ad606359e94..0000000000000
Binary files a/blockchains/ethereum/assets/0x1829aA045E21E0D59580024A951DB48096e01782/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x182A603541a4483c308475147D621bbB4E2587c6/info.json b/blockchains/ethereum/assets/0x182A603541a4483c308475147D621bbB4E2587c6/info.json
deleted file mode 100644
index c48611734a585..0000000000000
--- a/blockchains/ethereum/assets/0x182A603541a4483c308475147D621bbB4E2587c6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZBToken",
- "symbol": "ZB",
- "type": "ERC20",
- "decimals": 18,
- "description": "Zerobank is a legal ecosystem utilizing blockchain and smart contract.",
- "website": "https://zerobank.cash/",
- "explorer": "https://etherscan.io/token/0x182A603541a4483c308475147D621bbB4E2587c6",
- "status": "active",
- "id": "0x182A603541a4483c308475147D621bbB4E2587c6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x182A603541a4483c308475147D621bbB4E2587c6/logo.png b/blockchains/ethereum/assets/0x182A603541a4483c308475147D621bbB4E2587c6/logo.png
deleted file mode 100644
index 3bab1db72124b..0000000000000
Binary files a/blockchains/ethereum/assets/0x182A603541a4483c308475147D621bbB4E2587c6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x183069c5EA93136F367ce3c37128429dB8eF1C29/info.json b/blockchains/ethereum/assets/0x183069c5EA93136F367ce3c37128429dB8eF1C29/info.json
deleted file mode 100644
index 9643f10e48954..0000000000000
--- a/blockchains/ethereum/assets/0x183069c5EA93136F367ce3c37128429dB8eF1C29/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CRYPTOCOIN",
- "symbol": "CTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x183069c5EA93136F367ce3c37128429dB8eF1C29",
- "status": "abandoned",
- "id": "0x183069c5EA93136F367ce3c37128429dB8eF1C29"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x183069c5EA93136F367ce3c37128429dB8eF1C29/logo.png b/blockchains/ethereum/assets/0x183069c5EA93136F367ce3c37128429dB8eF1C29/logo.png
deleted file mode 100644
index 8fcb7a848a188..0000000000000
Binary files a/blockchains/ethereum/assets/0x183069c5EA93136F367ce3c37128429dB8eF1C29/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x184001D794a8c91dEF72b8A488B67Cc907D4e5be/info.json b/blockchains/ethereum/assets/0x184001D794a8c91dEF72b8A488B67Cc907D4e5be/info.json
deleted file mode 100644
index 2cb8e263be99d..0000000000000
--- a/blockchains/ethereum/assets/0x184001D794a8c91dEF72b8A488B67Cc907D4e5be/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ore",
- "symbol": "ORe",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://web.khazon.online",
- "explorer": "https://etherscan.io/token/0x184001D794a8c91dEF72b8A488B67Cc907D4e5be",
- "status": "abandoned",
- "id": "0x184001D794a8c91dEF72b8A488B67Cc907D4e5be"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x184001D794a8c91dEF72b8A488B67Cc907D4e5be/logo.png b/blockchains/ethereum/assets/0x184001D794a8c91dEF72b8A488B67Cc907D4e5be/logo.png
deleted file mode 100644
index 1f4e69781f222..0000000000000
Binary files a/blockchains/ethereum/assets/0x184001D794a8c91dEF72b8A488B67Cc907D4e5be/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1844b21593262668B7248d0f57a220CaaBA46ab9/info.json b/blockchains/ethereum/assets/0x1844b21593262668B7248d0f57a220CaaBA46ab9/info.json
deleted file mode 100644
index ebdda5338048d..0000000000000
--- a/blockchains/ethereum/assets/0x1844b21593262668B7248d0f57a220CaaBA46ab9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Oyster Pearl",
- "symbol": "PRL",
- "type": "ERC20",
- "decimals": 18,
- "description": "Finance tech and Hazard Games.",
- "website": "https://oysterprotocol.com/",
- "explorer": "https://etherscan.io/token/0x1844b21593262668B7248d0f57a220CaaBA46ab9",
- "status": "active",
- "id": "0x1844b21593262668B7248d0f57a220CaaBA46ab9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1844b21593262668B7248d0f57a220CaaBA46ab9/logo.png b/blockchains/ethereum/assets/0x1844b21593262668B7248d0f57a220CaaBA46ab9/logo.png
deleted file mode 100755
index 5100a5284d68b..0000000000000
Binary files a/blockchains/ethereum/assets/0x1844b21593262668B7248d0f57a220CaaBA46ab9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1845461382adc4c677cBa93073f7849a7947b629/info.json b/blockchains/ethereum/assets/0x1845461382adc4c677cBa93073f7849a7947b629/info.json
deleted file mode 100644
index c69acc8bca822..0000000000000
--- a/blockchains/ethereum/assets/0x1845461382adc4c677cBa93073f7849a7947b629/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HANbBEAsset",
- "symbol": "HBA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1845461382adc4c677cBa93073f7849a7947b629",
- "status": "abandoned",
- "id": "0x1845461382adc4c677cBa93073f7849a7947b629"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1845461382adc4c677cBa93073f7849a7947b629/logo.png b/blockchains/ethereum/assets/0x1845461382adc4c677cBa93073f7849a7947b629/logo.png
deleted file mode 100644
index f78062bfa16b4..0000000000000
Binary files a/blockchains/ethereum/assets/0x1845461382adc4c677cBa93073f7849a7947b629/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x184d559828c51af3291685a4C6cb0e473532E7F3/info.json b/blockchains/ethereum/assets/0x184d559828c51af3291685a4C6cb0e473532E7F3/info.json
deleted file mode 100644
index 55599c968e610..0000000000000
--- a/blockchains/ethereum/assets/0x184d559828c51af3291685a4C6cb0e473532E7F3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 266-CN06",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x184d559828c51af3291685a4C6cb0e473532E7F3",
- "status": "abandoned",
- "id": "0x184d559828c51af3291685a4C6cb0e473532E7F3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x184d559828c51af3291685a4C6cb0e473532E7F3/logo.png b/blockchains/ethereum/assets/0x184d559828c51af3291685a4C6cb0e473532E7F3/logo.png
deleted file mode 100644
index d263f113e494b..0000000000000
Binary files a/blockchains/ethereum/assets/0x184d559828c51af3291685a4C6cb0e473532E7F3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1864cE27E9F7517047933CaAE530674e8C70b8A7/info.json b/blockchains/ethereum/assets/0x1864cE27E9F7517047933CaAE530674e8C70b8A7/info.json
deleted file mode 100644
index 552f396dfdf7a..0000000000000
--- a/blockchains/ethereum/assets/0x1864cE27E9F7517047933CaAE530674e8C70b8A7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pibble Token",
- "symbol": "PIB",
- "type": "ERC20",
- "decimals": 18,
- "description": "Pibble is a Blockchain based image Cryptocurrency! It is a monetized Image Ecosystem that brings image creators and consumers together, so as to compensate them for the work they create, use and enjoy.",
- "website": "http://pibble.io/",
- "explorer": "https://etherscan.io/token/0x1864cE27E9F7517047933CaAE530674e8C70b8A7",
- "status": "active",
- "id": "0x1864cE27E9F7517047933CaAE530674e8C70b8A7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1864cE27E9F7517047933CaAE530674e8C70b8A7/logo.png b/blockchains/ethereum/assets/0x1864cE27E9F7517047933CaAE530674e8C70b8A7/logo.png
deleted file mode 100644
index 338d6fa2615f5..0000000000000
Binary files a/blockchains/ethereum/assets/0x1864cE27E9F7517047933CaAE530674e8C70b8A7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x186a33d4dBcd700086A26188DcB74E69bE463665/info.json b/blockchains/ethereum/assets/0x186a33d4dBcd700086A26188DcB74E69bE463665/info.json
deleted file mode 100644
index c464d02eb329f..0000000000000
--- a/blockchains/ethereum/assets/0x186a33d4dBcd700086A26188DcB74E69bE463665/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "7ELEVEN",
- "symbol": "7E",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://7elevencoins.com/",
- "explorer": "https://etherscan.io/token/0x186a33d4dBcd700086A26188DcB74E69bE463665",
- "status": "abandoned",
- "id": "0x186a33d4dBcd700086A26188DcB74E69bE463665"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x186a33d4dBcd700086A26188DcB74E69bE463665/logo.png b/blockchains/ethereum/assets/0x186a33d4dBcd700086A26188DcB74E69bE463665/logo.png
deleted file mode 100644
index ae8b393f30e9b..0000000000000
Binary files a/blockchains/ethereum/assets/0x186a33d4dBcd700086A26188DcB74E69bE463665/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1876c969027b4A4f95937e93E0Db2Ac2dE152009/info.json b/blockchains/ethereum/assets/0x1876c969027b4A4f95937e93E0Db2Ac2dE152009/info.json
deleted file mode 100644
index d228e5c7c0244..0000000000000
--- a/blockchains/ethereum/assets/0x1876c969027b4A4f95937e93E0Db2Ac2dE152009/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ViralToken",
- "symbol": "VTO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1876c969027b4A4f95937e93E0Db2Ac2dE152009",
- "status": "abandoned",
- "id": "0x1876c969027b4A4f95937e93E0Db2Ac2dE152009"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1876c969027b4A4f95937e93E0Db2Ac2dE152009/logo.png b/blockchains/ethereum/assets/0x1876c969027b4A4f95937e93E0Db2Ac2dE152009/logo.png
deleted file mode 100644
index d3e219baaac54..0000000000000
Binary files a/blockchains/ethereum/assets/0x1876c969027b4A4f95937e93E0Db2Ac2dE152009/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x187D1018E8ef879BE4194d6eD7590987463eAD85/info.json b/blockchains/ethereum/assets/0x187D1018E8ef879BE4194d6eD7590987463eAD85/info.json
deleted file mode 100644
index 3da8d2efeb5c0..0000000000000
--- a/blockchains/ethereum/assets/0x187D1018E8ef879BE4194d6eD7590987463eAD85/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FUZE Token",
- "symbol": "FUZE",
- "type": "ERC20",
- "decimals": 18,
- "description": "FUZE Token, a fully community-driven social experiment and the world’s first self-deflationary currency with a supply of 1000 tokens and a 5% burn rate.",
- "website": "https://fuzetoken.net",
- "explorer": "https://etherscan.io/token/0x187D1018E8ef879BE4194d6eD7590987463eAD85",
- "status": "active",
- "id": "0x187D1018E8ef879BE4194d6eD7590987463eAD85"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x187D1018E8ef879BE4194d6eD7590987463eAD85/logo.png b/blockchains/ethereum/assets/0x187D1018E8ef879BE4194d6eD7590987463eAD85/logo.png
deleted file mode 100644
index f923c75071edd..0000000000000
Binary files a/blockchains/ethereum/assets/0x187D1018E8ef879BE4194d6eD7590987463eAD85/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x187abED6d17529E921aed5Dda458389e3d1c594b/info.json b/blockchains/ethereum/assets/0x187abED6d17529E921aed5Dda458389e3d1c594b/info.json
deleted file mode 100644
index 9bf8771f0aebd..0000000000000
--- a/blockchains/ethereum/assets/0x187abED6d17529E921aed5Dda458389e3d1c594b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DEXDAQ",
- "symbol": "DDQ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x187abED6d17529E921aed5Dda458389e3d1c594b",
- "status": "abandoned",
- "id": "0x187abED6d17529E921aed5Dda458389e3d1c594b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x187abED6d17529E921aed5Dda458389e3d1c594b/logo.png b/blockchains/ethereum/assets/0x187abED6d17529E921aed5Dda458389e3d1c594b/logo.png
deleted file mode 100644
index e125d83de87b0..0000000000000
Binary files a/blockchains/ethereum/assets/0x187abED6d17529E921aed5Dda458389e3d1c594b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x18A908eD663823C908A900b934D6249d4befbE44/info.json b/blockchains/ethereum/assets/0x18A908eD663823C908A900b934D6249d4befbE44/info.json
deleted file mode 100644
index d1a192f06c85f..0000000000000
--- a/blockchains/ethereum/assets/0x18A908eD663823C908A900b934D6249d4befbE44/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Strike BUSD",
- "symbol": "sBUSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "Strike Finance collateral cryptocurrency",
- "explorer": "https://etherscan.io/token/0x18A908eD663823C908A900b934D6249d4befbE44",
- "status": "active",
- "id": "0x18A908eD663823C908A900b934D6249d4befbE44",
- "website": "https://strike.org"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x18A908eD663823C908A900b934D6249d4befbE44/logo.png b/blockchains/ethereum/assets/0x18A908eD663823C908A900b934D6249d4befbE44/logo.png
deleted file mode 100644
index bafffe3801feb..0000000000000
Binary files a/blockchains/ethereum/assets/0x18A908eD663823C908A900b934D6249d4befbE44/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x18C525cce3ad9A48D82F91B874754be78E9d0F85/info.json b/blockchains/ethereum/assets/0x18C525cce3ad9A48D82F91B874754be78E9d0F85/info.json
deleted file mode 100644
index 4b096de491ea5..0000000000000
--- a/blockchains/ethereum/assets/0x18C525cce3ad9A48D82F91B874754be78E9d0F85/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bidooh Token",
- "symbol": "DOOH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x18C525cce3ad9A48D82F91B874754be78E9d0F85",
- "status": "abandoned",
- "id": "0x18C525cce3ad9A48D82F91B874754be78E9d0F85"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x18C525cce3ad9A48D82F91B874754be78E9d0F85/logo.png b/blockchains/ethereum/assets/0x18C525cce3ad9A48D82F91B874754be78E9d0F85/logo.png
deleted file mode 100644
index aef3a5856bcd5..0000000000000
Binary files a/blockchains/ethereum/assets/0x18C525cce3ad9A48D82F91B874754be78E9d0F85/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x18Cc17a1EeD37C02A77B0B96b7890C7730E2a2CF/info.json b/blockchains/ethereum/assets/0x18Cc17a1EeD37C02A77B0B96b7890C7730E2a2CF/info.json
deleted file mode 100644
index 0f8bd960a3353..0000000000000
--- a/blockchains/ethereum/assets/0x18Cc17a1EeD37C02A77B0B96b7890C7730E2a2CF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "oneLINK",
- "website": "https://ichi.org",
- "description": "oneLINK is the stablecoin created for the Chainlink community. Backed by both a treasury of LINK and collateral of USDC this ERC20 token can be redeemed for USDC at anytime and also provides a vote for governance of the LINK treasury.",
- "explorer": "https://etherscan.io/token/0x18Cc17a1EeD37C02A77B0B96b7890C7730E2a2CF",
- "type": "ERC20",
- "symbol": "oneLINK",
- "decimals": 9,
- "status": "active",
- "id": "0x18Cc17a1EeD37C02A77B0B96b7890C7730E2a2CF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x18Cc17a1EeD37C02A77B0B96b7890C7730E2a2CF/logo.png b/blockchains/ethereum/assets/0x18Cc17a1EeD37C02A77B0B96b7890C7730E2a2CF/logo.png
deleted file mode 100644
index 84f8fd29db118..0000000000000
Binary files a/blockchains/ethereum/assets/0x18Cc17a1EeD37C02A77B0B96b7890C7730E2a2CF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x18a4979bbB4c88275d4575d66B9c9CD6BeA0cD5E/info.json b/blockchains/ethereum/assets/0x18a4979bbB4c88275d4575d66B9c9CD6BeA0cD5E/info.json
deleted file mode 100644
index 65a9700b078ff..0000000000000
--- a/blockchains/ethereum/assets/0x18a4979bbB4c88275d4575d66B9c9CD6BeA0cD5E/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "IdexTools",
- "website": "https://idextools.com/",
- "description": "Everything you always wanted to know, at one click: Make your own strategies, anticipate the market dumps, search for big spreads, follow and copy the biggest gainer wallets and much more...",
- "explorer": "https://etherscan.io/token/0x18a4979bbB4c88275d4575d66B9c9CD6BeA0cD5E",
- "type": "ERC20",
- "symbol": "IDXT",
- "decimals": 18,
- "status": "active",
- "id": "0x18a4979bbB4c88275d4575d66B9c9CD6BeA0cD5E",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/IdexTools"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x18a4979bbB4c88275d4575d66B9c9CD6BeA0cD5E/logo.png b/blockchains/ethereum/assets/0x18a4979bbB4c88275d4575d66B9c9CD6BeA0cD5E/logo.png
deleted file mode 100644
index ed5b06e10ecaa..0000000000000
Binary files a/blockchains/ethereum/assets/0x18a4979bbB4c88275d4575d66B9c9CD6BeA0cD5E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x18aAA7115705e8be94bfFEBDE57Af9BFc265B998/info.json b/blockchains/ethereum/assets/0x18aAA7115705e8be94bfFEBDE57Af9BFc265B998/info.json
deleted file mode 100644
index a65c542771bf6..0000000000000
--- a/blockchains/ethereum/assets/0x18aAA7115705e8be94bfFEBDE57Af9BFc265B998/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Audius",
- "website": "https://audius.co",
- "description": "Audius is a decentralized music-sharing and streaming protocol that facilitates direct transactions between listeners and creators.",
- "explorer": "https://etherscan.io/token/0x18aaa7115705e8be94bffebde57af9bfc265b998",
- "research": "https://research.binance.com/en/projects/audius",
- "type": "ERC20",
- "symbol": "AUDIO",
- "decimals": 18,
- "status": "active",
- "id": "0x18aAA7115705e8be94bfFEBDE57Af9BFc265B998"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x18aAA7115705e8be94bfFEBDE57Af9BFc265B998/logo.png b/blockchains/ethereum/assets/0x18aAA7115705e8be94bfFEBDE57Af9BFc265B998/logo.png
deleted file mode 100644
index e0aa175102263..0000000000000
Binary files a/blockchains/ethereum/assets/0x18aAA7115705e8be94bfFEBDE57Af9BFc265B998/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x18d3Adac07900c2507461749BE70543116C73594/info.json b/blockchains/ethereum/assets/0x18d3Adac07900c2507461749BE70543116C73594/info.json
deleted file mode 100644
index 86a56de6a705f..0000000000000
--- a/blockchains/ethereum/assets/0x18d3Adac07900c2507461749BE70543116C73594/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Africoyn",
- "symbol": "AFR",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x18d3Adac07900c2507461749BE70543116C73594",
- "status": "abandoned",
- "id": "0x18d3Adac07900c2507461749BE70543116C73594"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x18d3Adac07900c2507461749BE70543116C73594/logo.png b/blockchains/ethereum/assets/0x18d3Adac07900c2507461749BE70543116C73594/logo.png
deleted file mode 100644
index 8efeb366d7a50..0000000000000
Binary files a/blockchains/ethereum/assets/0x18d3Adac07900c2507461749BE70543116C73594/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x18f5B4908e8861e3114Ba9a0a9a4E84c5F180Cc0/info.json b/blockchains/ethereum/assets/0x18f5B4908e8861e3114Ba9a0a9a4E84c5F180Cc0/info.json
deleted file mode 100644
index 45d215017fe0b..0000000000000
--- a/blockchains/ethereum/assets/0x18f5B4908e8861e3114Ba9a0a9a4E84c5F180Cc0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EsportsToken",
- "symbol": "EST",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x18f5B4908e8861e3114Ba9a0a9a4E84c5F180Cc0",
- "status": "abandoned",
- "id": "0x18f5B4908e8861e3114Ba9a0a9a4E84c5F180Cc0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x18f5B4908e8861e3114Ba9a0a9a4E84c5F180Cc0/logo.png b/blockchains/ethereum/assets/0x18f5B4908e8861e3114Ba9a0a9a4E84c5F180Cc0/logo.png
deleted file mode 100644
index ed9490a1bb797..0000000000000
Binary files a/blockchains/ethereum/assets/0x18f5B4908e8861e3114Ba9a0a9a4E84c5F180Cc0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x190289e0f72DFD611121da7DD9F3e6C92b8F71e4/info.json b/blockchains/ethereum/assets/0x190289e0f72DFD611121da7DD9F3e6C92b8F71e4/info.json
deleted file mode 100644
index 360d5d09ace01..0000000000000
--- a/blockchains/ethereum/assets/0x190289e0f72DFD611121da7DD9F3e6C92b8F71e4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hashtoken",
- "symbol": "HHT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x190289e0f72DFD611121da7DD9F3e6C92b8F71e4",
- "status": "abandoned",
- "id": "0x190289e0f72DFD611121da7DD9F3e6C92b8F71e4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x190289e0f72DFD611121da7DD9F3e6C92b8F71e4/logo.png b/blockchains/ethereum/assets/0x190289e0f72DFD611121da7DD9F3e6C92b8F71e4/logo.png
deleted file mode 100644
index 761c1a995577d..0000000000000
Binary files a/blockchains/ethereum/assets/0x190289e0f72DFD611121da7DD9F3e6C92b8F71e4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x19060094373C32E7f7d95eb4d1231f0779C91c23/info.json b/blockchains/ethereum/assets/0x19060094373C32E7f7d95eb4d1231f0779C91c23/info.json
deleted file mode 100644
index 2c53073891000..0000000000000
--- a/blockchains/ethereum/assets/0x19060094373C32E7f7d95eb4d1231f0779C91c23/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RelayNode",
- "symbol": "RELAY",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x19060094373C32E7f7d95eb4d1231f0779C91c23",
- "status": "abandoned",
- "id": "0x19060094373C32E7f7d95eb4d1231f0779C91c23"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x19060094373C32E7f7d95eb4d1231f0779C91c23/logo.png b/blockchains/ethereum/assets/0x19060094373C32E7f7d95eb4d1231f0779C91c23/logo.png
deleted file mode 100644
index b89e9f09558ad..0000000000000
Binary files a/blockchains/ethereum/assets/0x19060094373C32E7f7d95eb4d1231f0779C91c23/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x19062190B1925b5b6689D7073fDfC8c2976EF8Cb/info.json b/blockchains/ethereum/assets/0x19062190B1925b5b6689D7073fDfC8c2976EF8Cb/info.json
deleted file mode 100644
index 683bca191b636..0000000000000
--- a/blockchains/ethereum/assets/0x19062190B1925b5b6689D7073fDfC8c2976EF8Cb/info.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "name": "Swarm",
- "type": "ERC20",
- "symbol": "BZZ",
- "decimals": 16,
- "website": "https://ethswarm.org",
- "description": "Swarm is a decentralised permisionless data storage and distribution technology.",
- "explorer": "https://etherscan.io/token/0x19062190B1925b5b6689D7073fDfC8c2976EF8Cb",
- "status": "active",
- "id": "0x19062190B1925b5b6689D7073fDfC8c2976EF8Cb",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ethswarm"
- },
- {
- "name": "github",
- "url": "https://github.com/ethersphere"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ethereum-swarm"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ethereum-swarm/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/swarm-bzz/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/GU22h2utj6"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/ethswarm/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCu6ywn9MTqdREuE6xuRkskA/videos"
- },
- {
- "name": "whitepaper",
- "url": "https://www.ethswarm.org/swarm-whitepaper.pdf"
- },
- {
- "name": "docs",
- "url": "https://docs.ethswarm.org/docs/"
- },
- {
- "name": "blog",
- "url": "https://blog.ethswarm.org/"
- }
- ],
- "tags": [
- "privacy",
- "staking"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x19062190B1925b5b6689D7073fDfC8c2976EF8Cb/logo.png b/blockchains/ethereum/assets/0x19062190B1925b5b6689D7073fDfC8c2976EF8Cb/logo.png
deleted file mode 100644
index 0e44701f916c2..0000000000000
Binary files a/blockchains/ethereum/assets/0x19062190B1925b5b6689D7073fDfC8c2976EF8Cb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x191557728e4d8CAa4Ac94f86af842148c0FA8F7E/info.json b/blockchains/ethereum/assets/0x191557728e4d8CAa4Ac94f86af842148c0FA8F7E/info.json
deleted file mode 100644
index 774207f61fa95..0000000000000
--- a/blockchains/ethereum/assets/0x191557728e4d8CAa4Ac94f86af842148c0FA8F7E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ormeus Ecosystem",
- "website": "https://eco-system.io",
- "description": "The World’s First Business-Backed Blockchain Smart Economy",
- "explorer": "https://etherscan.io/token/0x191557728e4d8CAa4Ac94f86af842148c0FA8F7E",
- "type": "ERC20",
- "symbol": "ECO",
- "decimals": 8,
- "status": "active",
- "id": "0x191557728e4d8CAa4Ac94f86af842148c0FA8F7E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x191557728e4d8CAa4Ac94f86af842148c0FA8F7E/logo.png b/blockchains/ethereum/assets/0x191557728e4d8CAa4Ac94f86af842148c0FA8F7E/logo.png
deleted file mode 100644
index 905e7da8c6a97..0000000000000
Binary files a/blockchains/ethereum/assets/0x191557728e4d8CAa4Ac94f86af842148c0FA8F7E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1929658f7578AA8F25792BA891654878F2C3AE18/info.json b/blockchains/ethereum/assets/0x1929658f7578AA8F25792BA891654878F2C3AE18/info.json
deleted file mode 100644
index 494fb1a80e4dd..0000000000000
--- a/blockchains/ethereum/assets/0x1929658f7578AA8F25792BA891654878F2C3AE18/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Billions Icon",
- "symbol": "BIN",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1929658f7578AA8F25792BA891654878F2C3AE18",
- "status": "abandoned",
- "id": "0x1929658f7578AA8F25792BA891654878F2C3AE18"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1929658f7578AA8F25792BA891654878F2C3AE18/logo.png b/blockchains/ethereum/assets/0x1929658f7578AA8F25792BA891654878F2C3AE18/logo.png
deleted file mode 100644
index 640abe8bf26bf..0000000000000
Binary files a/blockchains/ethereum/assets/0x1929658f7578AA8F25792BA891654878F2C3AE18/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x192C8342e994de140Ef9A11FEA76985fc8bF9e5a/info.json b/blockchains/ethereum/assets/0x192C8342e994de140Ef9A11FEA76985fc8bF9e5a/info.json
deleted file mode 100644
index 28639734dfb2c..0000000000000
--- a/blockchains/ethereum/assets/0x192C8342e994de140Ef9A11FEA76985fc8bF9e5a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Socool",
- "symbol": "SCO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x192C8342e994de140Ef9A11FEA76985fc8bF9e5a",
- "status": "abandoned",
- "id": "0x192C8342e994de140Ef9A11FEA76985fc8bF9e5a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x192C8342e994de140Ef9A11FEA76985fc8bF9e5a/logo.png b/blockchains/ethereum/assets/0x192C8342e994de140Ef9A11FEA76985fc8bF9e5a/logo.png
deleted file mode 100644
index 29e6246e569ee..0000000000000
Binary files a/blockchains/ethereum/assets/0x192C8342e994de140Ef9A11FEA76985fc8bF9e5a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x192f3517BBBC6B69090A79D8CD1D32Fd0Dcd67a8/info.json b/blockchains/ethereum/assets/0x192f3517BBBC6B69090A79D8CD1D32Fd0Dcd67a8/info.json
deleted file mode 100644
index ee9c5a571b8a7..0000000000000
--- a/blockchains/ethereum/assets/0x192f3517BBBC6B69090A79D8CD1D32Fd0Dcd67a8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R885764",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x192f3517BBBC6B69090A79D8CD1D32Fd0Dcd67a8",
- "status": "abandoned",
- "id": "0x192f3517BBBC6B69090A79D8CD1D32Fd0Dcd67a8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x192f3517BBBC6B69090A79D8CD1D32Fd0Dcd67a8/logo.png b/blockchains/ethereum/assets/0x192f3517BBBC6B69090A79D8CD1D32Fd0Dcd67a8/logo.png
deleted file mode 100644
index a8e71824c83b2..0000000000000
Binary files a/blockchains/ethereum/assets/0x192f3517BBBC6B69090A79D8CD1D32Fd0Dcd67a8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x193408cA0576B73156Ed42A2EA7D6fD3f6507162/info.json b/blockchains/ethereum/assets/0x193408cA0576B73156Ed42A2EA7D6fD3f6507162/info.json
deleted file mode 100644
index d661984c0f3e3..0000000000000
--- a/blockchains/ethereum/assets/0x193408cA0576B73156Ed42A2EA7D6fD3f6507162/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "INFINITY ESAHAM",
- "symbol": "INFS",
- "type": "ERC20",
- "decimals": 1,
- "description": "-",
- "website": "https://e-sahaminfinity.com/",
- "explorer": "https://etherscan.io/token/0x193408cA0576B73156Ed42A2EA7D6fD3f6507162",
- "status": "active",
- "id": "0x193408cA0576B73156Ed42A2EA7D6fD3f6507162"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x193408cA0576B73156Ed42A2EA7D6fD3f6507162/logo.png b/blockchains/ethereum/assets/0x193408cA0576B73156Ed42A2EA7D6fD3f6507162/logo.png
deleted file mode 100644
index 9fb90d70e2876..0000000000000
Binary files a/blockchains/ethereum/assets/0x193408cA0576B73156Ed42A2EA7D6fD3f6507162/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x193B8dBc2805B9639d173A22E59A1B33E566668E/info.json b/blockchains/ethereum/assets/0x193B8dBc2805B9639d173A22E59A1B33E566668E/info.json
deleted file mode 100644
index 02effbdac21c4..0000000000000
--- a/blockchains/ethereum/assets/0x193B8dBc2805B9639d173A22E59A1B33E566668E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg4500",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x193B8dBc2805B9639d173A22E59A1B33E566668E",
- "status": "abandoned",
- "id": "0x193B8dBc2805B9639d173A22E59A1B33E566668E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x193B8dBc2805B9639d173A22E59A1B33E566668E/logo.png b/blockchains/ethereum/assets/0x193B8dBc2805B9639d173A22E59A1B33E566668E/logo.png
deleted file mode 100644
index d1c7fd1e6a556..0000000000000
Binary files a/blockchains/ethereum/assets/0x193B8dBc2805B9639d173A22E59A1B33E566668E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x19532D38E1608C22c1510522b1C835284AE04DA5/info.json b/blockchains/ethereum/assets/0x19532D38E1608C22c1510522b1C835284AE04DA5/info.json
deleted file mode 100644
index 047b0cda61e5c..0000000000000
--- a/blockchains/ethereum/assets/0x19532D38E1608C22c1510522b1C835284AE04DA5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BULL RUN JESUS",
- "symbol": "BRJ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x19532D38E1608C22c1510522b1C835284AE04DA5",
- "status": "abandoned",
- "id": "0x19532D38E1608C22c1510522b1C835284AE04DA5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x19532D38E1608C22c1510522b1C835284AE04DA5/logo.png b/blockchains/ethereum/assets/0x19532D38E1608C22c1510522b1C835284AE04DA5/logo.png
deleted file mode 100644
index cc0f234d51267..0000000000000
Binary files a/blockchains/ethereum/assets/0x19532D38E1608C22c1510522b1C835284AE04DA5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x195F43a522814DB23cb55FA5AC2f92f6C1460d9e/info.json b/blockchains/ethereum/assets/0x195F43a522814DB23cb55FA5AC2f92f6C1460d9e/info.json
deleted file mode 100644
index 966dc9415cde6..0000000000000
--- a/blockchains/ethereum/assets/0x195F43a522814DB23cb55FA5AC2f92f6C1460d9e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MTCCOIN",
- "symbol": "MTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x195F43a522814DB23cb55FA5AC2f92f6C1460d9e",
- "status": "abandoned",
- "id": "0x195F43a522814DB23cb55FA5AC2f92f6C1460d9e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x195F43a522814DB23cb55FA5AC2f92f6C1460d9e/logo.png b/blockchains/ethereum/assets/0x195F43a522814DB23cb55FA5AC2f92f6C1460d9e/logo.png
deleted file mode 100644
index 83f61a6c0623d..0000000000000
Binary files a/blockchains/ethereum/assets/0x195F43a522814DB23cb55FA5AC2f92f6C1460d9e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1961B3331969eD52770751fC718ef530838b6dEE/info.json b/blockchains/ethereum/assets/0x1961B3331969eD52770751fC718ef530838b6dEE/info.json
deleted file mode 100644
index f9de75fe9efe2..0000000000000
--- a/blockchains/ethereum/assets/0x1961B3331969eD52770751fC718ef530838b6dEE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitDegree Token",
- "symbol": "BDG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.bitdegree.org",
- "explorer": "https://etherscan.io/token/0x1961B3331969eD52770751fC718ef530838b6dEE",
- "status": "active",
- "id": "0x1961B3331969eD52770751fC718ef530838b6dEE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1961B3331969eD52770751fC718ef530838b6dEE/logo.png b/blockchains/ethereum/assets/0x1961B3331969eD52770751fC718ef530838b6dEE/logo.png
deleted file mode 100755
index 2868f80380e82..0000000000000
Binary files a/blockchains/ethereum/assets/0x1961B3331969eD52770751fC718ef530838b6dEE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1966d718A565566e8E202792658D7b5Ff4ECe469/info.json b/blockchains/ethereum/assets/0x1966d718A565566e8E202792658D7b5Ff4ECe469/info.json
deleted file mode 100644
index e50a7ee1a5364..0000000000000
--- a/blockchains/ethereum/assets/0x1966d718A565566e8E202792658D7b5Ff4ECe469/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "nDEX",
- "symbol": "NDX",
- "type": "ERC20",
- "decimals": 18,
- "description": "nDEX Network is a next generation decentralized ethereum token exchange. Our primary goal is to provide a clean, fast and secure trading environment with lowest service charge.",
- "website": "https://ndexnetwork.com",
- "explorer": "https://etherscan.io/token/0x1966d718A565566e8E202792658D7b5Ff4ECe469",
- "status": "active",
- "id": "0x1966d718A565566e8E202792658D7b5Ff4ECe469"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1966d718A565566e8E202792658D7b5Ff4ECe469/logo.png b/blockchains/ethereum/assets/0x1966d718A565566e8E202792658D7b5Ff4ECe469/logo.png
deleted file mode 100644
index fd2ef4f4e4652..0000000000000
Binary files a/blockchains/ethereum/assets/0x1966d718A565566e8E202792658D7b5Ff4ECe469/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1969442391737025812C2215E77E676d7fA84847/info.json b/blockchains/ethereum/assets/0x1969442391737025812C2215E77E676d7fA84847/info.json
deleted file mode 100644
index f0b7506cf4fbc..0000000000000
--- a/blockchains/ethereum/assets/0x1969442391737025812C2215E77E676d7fA84847/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Islamic Bank",
- "symbol": "ISL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1969442391737025812C2215E77E676d7fA84847",
- "status": "abandoned",
- "id": "0x1969442391737025812C2215E77E676d7fA84847"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1969442391737025812C2215E77E676d7fA84847/logo.png b/blockchains/ethereum/assets/0x1969442391737025812C2215E77E676d7fA84847/logo.png
deleted file mode 100644
index c841bb653759a..0000000000000
Binary files a/blockchains/ethereum/assets/0x1969442391737025812C2215E77E676d7fA84847/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x196f4727526eA7FB1e17b2071B3d8eAA38486988/info.json b/blockchains/ethereum/assets/0x196f4727526eA7FB1e17b2071B3d8eAA38486988/info.json
deleted file mode 100644
index 448ef54bbc0ff..0000000000000
--- a/blockchains/ethereum/assets/0x196f4727526eA7FB1e17b2071B3d8eAA38486988/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "Reserve",
- "website": "https://reserve.org",
- "description": "The stable cryptocurrency that is economically and legally robust at any scale.",
- "explorer": "https://etherscan.io/token/0x196f4727526eA7FB1e17b2071B3d8eAA38486988",
- "research": "https://research.binance.com/en/projects/reserve-rights",
- "type": "ERC20",
- "symbol": "RSV",
- "decimals": 18,
- "status": "active",
- "id": "0x196f4727526eA7FB1e17b2071B3d8eAA38486988",
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x196f4727526eA7FB1e17b2071B3d8eAA38486988/logo.png b/blockchains/ethereum/assets/0x196f4727526eA7FB1e17b2071B3d8eAA38486988/logo.png
deleted file mode 100644
index f90d3e429b59b..0000000000000
Binary files a/blockchains/ethereum/assets/0x196f4727526eA7FB1e17b2071B3d8eAA38486988/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x197E6bCa6BC2f488ec760a6Ce46B1399cd2954b0/info.json b/blockchains/ethereum/assets/0x197E6bCa6BC2f488ec760a6Ce46B1399cd2954b0/info.json
deleted file mode 100644
index 85de8b885278c..0000000000000
--- a/blockchains/ethereum/assets/0x197E6bCa6BC2f488ec760a6Ce46B1399cd2954b0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitCloud Token",
- "symbol": "BPRO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://bitcloud.pro/",
- "explorer": "https://etherscan.io/token/0x197E6bCa6BC2f488ec760a6Ce46B1399cd2954b0",
- "status": "abandoned",
- "id": "0x197E6bCa6BC2f488ec760a6Ce46B1399cd2954b0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x197E6bCa6BC2f488ec760a6Ce46B1399cd2954b0/logo.png b/blockchains/ethereum/assets/0x197E6bCa6BC2f488ec760a6Ce46B1399cd2954b0/logo.png
deleted file mode 100644
index 9f4fe7505935f..0000000000000
Binary files a/blockchains/ethereum/assets/0x197E6bCa6BC2f488ec760a6Ce46B1399cd2954b0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x19810559dF63f19cfE88923313250550eDADB743/info.json b/blockchains/ethereum/assets/0x19810559dF63f19cfE88923313250550eDADB743/info.json
deleted file mode 100644
index 948be14f9b1e1..0000000000000
--- a/blockchains/ethereum/assets/0x19810559dF63f19cfE88923313250550eDADB743/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Toast.finance (HOUSE)",
- "website": "https://toast.finance/",
- "description": "HOUSE is a fixed-supply token in the Toast.finance ecosystem.",
- "explorer": "https://etherscan.io/token/0x19810559dF63f19cfE88923313250550eDADB743",
- "type": "ERC20",
- "symbol": "HOUSE",
- "decimals": 0,
- "status": "active",
- "id": "0x19810559dF63f19cfE88923313250550eDADB743",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Toast-finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x19810559dF63f19cfE88923313250550eDADB743/logo.png b/blockchains/ethereum/assets/0x19810559dF63f19cfE88923313250550eDADB743/logo.png
deleted file mode 100644
index d18414aa653fc..0000000000000
Binary files a/blockchains/ethereum/assets/0x19810559dF63f19cfE88923313250550eDADB743/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x198482924B5ed2c8dd5a0C824Fcd618c6B49e6e8/info.json b/blockchains/ethereum/assets/0x198482924B5ed2c8dd5a0C824Fcd618c6B49e6e8/info.json
deleted file mode 100644
index 140b86104f1c7..0000000000000
--- a/blockchains/ethereum/assets/0x198482924B5ed2c8dd5a0C824Fcd618c6B49e6e8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ultra Rich Group",
- "symbol": "RICH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x198482924B5ed2c8dd5a0C824Fcd618c6B49e6e8",
- "status": "abandoned",
- "id": "0x198482924B5ed2c8dd5a0C824Fcd618c6B49e6e8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x198482924B5ed2c8dd5a0C824Fcd618c6B49e6e8/logo.png b/blockchains/ethereum/assets/0x198482924B5ed2c8dd5a0C824Fcd618c6B49e6e8/logo.png
deleted file mode 100644
index 7aa3b5bef7f1f..0000000000000
Binary files a/blockchains/ethereum/assets/0x198482924B5ed2c8dd5a0C824Fcd618c6B49e6e8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1985365e9f78359a9B6AD760e32412f4a445E862/info.json b/blockchains/ethereum/assets/0x1985365e9f78359a9B6AD760e32412f4a445E862/info.json
deleted file mode 100644
index ea89b59d04ab0..0000000000000
--- a/blockchains/ethereum/assets/0x1985365e9f78359a9B6AD760e32412f4a445E862/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Augur",
- "website": "http://augur.net",
- "description": "Augur (REP) is meant to harness the wisdom of the crowd through prediction markets on a protocol owned and operated by holders of the Ethereum-based Reputation token.",
- "explorer": "https://etherscan.io/token/0x1985365e9f78359a9B6AD760e32412f4a445E862",
- "type": "ERC20",
- "symbol": "REP",
- "decimals": 18,
- "status": "active",
- "id": "0x1985365e9f78359a9B6AD760e32412f4a445E862"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1985365e9f78359a9B6AD760e32412f4a445E862/logo.png b/blockchains/ethereum/assets/0x1985365e9f78359a9B6AD760e32412f4a445E862/logo.png
deleted file mode 100644
index 32074d274e09e..0000000000000
Binary files a/blockchains/ethereum/assets/0x1985365e9f78359a9B6AD760e32412f4a445E862/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x198d14F2Ad9CE69E76ea330B374DE4957C3F850a/info.json b/blockchains/ethereum/assets/0x198d14F2Ad9CE69E76ea330B374DE4957C3F850a/info.json
deleted file mode 100644
index 970875faa7065..0000000000000
--- a/blockchains/ethereum/assets/0x198d14F2Ad9CE69E76ea330B374DE4957C3F850a/info.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "name": "APENFT",
- "symbol": "NFT",
- "type": "ERC20",
- "decimals": 6,
- "description": "APENFT Fund was born with the mission to register worid-class artworks as NFTs on blockchain and aim to be the ARK Funds in the NFT space to buld a bridge between top-notch artists and blockchain, and to support the growth of native crypto NFT artists.",
- "website": "https://apenft.io/",
- "explorer": "https://etherscan.io/token/0x198d14f2ad9ce69e76ea330b374de4957c3f850a",
- "status": "active",
- "id": "0x198d14F2Ad9CE69E76ea330B374DE4957C3F850a",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/apenftorg"
- },
- {
- "name": "telegram",
- "url": "https://t.me/apenftEN"
- },
- {
- "name": "whitepaper",
- "url": "https://fundation.apenft.io/book/APENFT%20White%20Paper.pdf"
- },
- {
- "name": "medium",
- "url": "https://apenftorg.medium.com/"
- }
- ],
- "tags": [
- "nft",
- "governance"
- ]
-}
-
diff --git a/blockchains/ethereum/assets/0x198d14F2Ad9CE69E76ea330B374DE4957C3F850a/logo.png b/blockchains/ethereum/assets/0x198d14F2Ad9CE69E76ea330B374DE4957C3F850a/logo.png
deleted file mode 100644
index 4ab1ef9ebc608..0000000000000
Binary files a/blockchains/ethereum/assets/0x198d14F2Ad9CE69E76ea330B374DE4957C3F850a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1997830B5beB723f5089bb8fc38766d419a0444d/info.json b/blockchains/ethereum/assets/0x1997830B5beB723f5089bb8fc38766d419a0444d/info.json
deleted file mode 100644
index 75bbe4f83e913..0000000000000
--- a/blockchains/ethereum/assets/0x1997830B5beB723f5089bb8fc38766d419a0444d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "New Guinea Singing Dog Inu",
- "website": "https://newinu.org",
- "description": "NEWINU - The Dog Singer. NEWINU is a deflationary token that allows for passive income generation for investors",
- "explorer": "https://etherscan.io/token/0x1997830b5beb723f5089bb8fc38766d419a0444d",
- "type": "ERC20",
- "symbol": "NEWINU",
- "decimals": 9,
- "status": "active",
- "id": "0x1997830B5beB723f5089bb8fc38766d419a0444d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1997830B5beB723f5089bb8fc38766d419a0444d/logo.png b/blockchains/ethereum/assets/0x1997830B5beB723f5089bb8fc38766d419a0444d/logo.png
deleted file mode 100644
index 8b3a29d01cf84..0000000000000
Binary files a/blockchains/ethereum/assets/0x1997830B5beB723f5089bb8fc38766d419a0444d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x19A2cF2A1B2f76e52E2b0c572bD80A95B4Fa8643/info.json b/blockchains/ethereum/assets/0x19A2cF2A1B2f76e52E2b0c572bD80A95B4Fa8643/info.json
deleted file mode 100644
index cde5e2343ba97..0000000000000
--- a/blockchains/ethereum/assets/0x19A2cF2A1B2f76e52E2b0c572bD80A95B4Fa8643/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fyooz NFT",
- "website": "https://www.fyooz.io/fyznft/",
- "description": "FYZNFT is the token that grants access to NFTs directly from the world’s biggest artists and celebrities",
- "explorer": "https://etherscan.io/token/0x19A2cF2A1B2f76e52E2b0c572bD80A95B4Fa8643",
- "type": "ERC20",
- "symbol": "FYZNFT",
- "decimals": 18,
- "status": "active",
- "id": "0x19A2cF2A1B2f76e52E2b0c572bD80A95B4Fa8643"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x19A2cF2A1B2f76e52E2b0c572bD80A95B4Fa8643/logo.png b/blockchains/ethereum/assets/0x19A2cF2A1B2f76e52E2b0c572bD80A95B4Fa8643/logo.png
deleted file mode 100644
index 6cbb8e593c60e..0000000000000
Binary files a/blockchains/ethereum/assets/0x19A2cF2A1B2f76e52E2b0c572bD80A95B4Fa8643/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x19B58d95929586Ad750893CAad43E77aa6e8Ce9E/info.json b/blockchains/ethereum/assets/0x19B58d95929586Ad750893CAad43E77aa6e8Ce9E/info.json
deleted file mode 100644
index 86b6edf199156..0000000000000
--- a/blockchains/ethereum/assets/0x19B58d95929586Ad750893CAad43E77aa6e8Ce9E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CelCoin",
- "symbol": "CELC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://celcoin.io",
- "explorer": "https://etherscan.io/token/0x19B58d95929586Ad750893CAad43E77aa6e8Ce9E",
- "status": "abandoned",
- "id": "0x19B58d95929586Ad750893CAad43E77aa6e8Ce9E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x19B58d95929586Ad750893CAad43E77aa6e8Ce9E/logo.png b/blockchains/ethereum/assets/0x19B58d95929586Ad750893CAad43E77aa6e8Ce9E/logo.png
deleted file mode 100644
index aa86fb6da367d..0000000000000
Binary files a/blockchains/ethereum/assets/0x19B58d95929586Ad750893CAad43E77aa6e8Ce9E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x19C9872640eC38c2Cf36C0F04d1365Ef067869B3/info.json b/blockchains/ethereum/assets/0x19C9872640eC38c2Cf36C0F04d1365Ef067869B3/info.json
deleted file mode 100644
index a6180623d7d1a..0000000000000
--- a/blockchains/ethereum/assets/0x19C9872640eC38c2Cf36C0F04d1365Ef067869B3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Oath Protocol",
- "symbol": "OATH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.oathprotocol.com/",
- "explorer": "https://etherscan.io/token/0x19C9872640eC38c2Cf36C0F04d1365Ef067869B3",
- "status": "abandoned",
- "id": "0x19C9872640eC38c2Cf36C0F04d1365Ef067869B3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x19C9872640eC38c2Cf36C0F04d1365Ef067869B3/logo.png b/blockchains/ethereum/assets/0x19C9872640eC38c2Cf36C0F04d1365Ef067869B3/logo.png
deleted file mode 100644
index 3b90f48e8030e..0000000000000
Binary files a/blockchains/ethereum/assets/0x19C9872640eC38c2Cf36C0F04d1365Ef067869B3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x19E657fc2eE039da76Aff32bf58C2DdCB9b0f9ba/info.json b/blockchains/ethereum/assets/0x19E657fc2eE039da76Aff32bf58C2DdCB9b0f9ba/info.json
deleted file mode 100644
index 531e5fde71880..0000000000000
--- a/blockchains/ethereum/assets/0x19E657fc2eE039da76Aff32bf58C2DdCB9b0f9ba/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FleaChain",
- "symbol": "FEC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x19E657fc2eE039da76Aff32bf58C2DdCB9b0f9ba",
- "status": "abandoned",
- "id": "0x19E657fc2eE039da76Aff32bf58C2DdCB9b0f9ba"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x19E657fc2eE039da76Aff32bf58C2DdCB9b0f9ba/logo.png b/blockchains/ethereum/assets/0x19E657fc2eE039da76Aff32bf58C2DdCB9b0f9ba/logo.png
deleted file mode 100644
index 46255f379cf60..0000000000000
Binary files a/blockchains/ethereum/assets/0x19E657fc2eE039da76Aff32bf58C2DdCB9b0f9ba/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x19E98c4921aAb7E3f5FD2aDca36CFb669c63E926/info.json b/blockchains/ethereum/assets/0x19E98c4921aAb7E3f5FD2aDca36CFb669c63E926/info.json
deleted file mode 100644
index e5ab0be0c0de3..0000000000000
--- a/blockchains/ethereum/assets/0x19E98c4921aAb7E3f5FD2aDca36CFb669c63E926/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Cola Token",
- "type": "ERC20",
- "symbol": "COLA",
- "decimals": 18,
- "website": "http://www.colawork.com/",
- "description": "Colawork is a workplace benefits provider that rewards employees with cryptocurrency (COLA) for their participation at the digital workplace/collaboration tool.",
- "explorer": "https://etherscan.io/token/0x19e98c4921aab7e3f5fd2adca36cfb669c63e926",
- "status": "active",
- "id": "0x19E98c4921aAb7E3f5FD2aDca36CFb669c63E926",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/colawork_COLA"
- },
- {
- "name": "telegram",
- "url": "https://t.me/colawork"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/colawork/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x19E98c4921aAb7E3f5FD2aDca36CFb669c63E926/logo.png b/blockchains/ethereum/assets/0x19E98c4921aAb7E3f5FD2aDca36CFb669c63E926/logo.png
deleted file mode 100644
index 4cf9e2ddf99f5..0000000000000
Binary files a/blockchains/ethereum/assets/0x19E98c4921aAb7E3f5FD2aDca36CFb669c63E926/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x19EdFbe9814AF6eeE88289fdd789BC473e84f8F7/info.json b/blockchains/ethereum/assets/0x19EdFbe9814AF6eeE88289fdd789BC473e84f8F7/info.json
deleted file mode 100644
index 20c5aba32938b..0000000000000
--- a/blockchains/ethereum/assets/0x19EdFbe9814AF6eeE88289fdd789BC473e84f8F7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MINI ETHEREUM",
- "symbol": "METH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://miniethereum.online/",
- "explorer": "https://etherscan.io/token/0x19EdFbe9814AF6eeE88289fdd789BC473e84f8F7",
- "status": "abandoned",
- "id": "0x19EdFbe9814AF6eeE88289fdd789BC473e84f8F7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x19EdFbe9814AF6eeE88289fdd789BC473e84f8F7/logo.png b/blockchains/ethereum/assets/0x19EdFbe9814AF6eeE88289fdd789BC473e84f8F7/logo.png
deleted file mode 100644
index 4d9113d9af870..0000000000000
Binary files a/blockchains/ethereum/assets/0x19EdFbe9814AF6eeE88289fdd789BC473e84f8F7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x19c5A48eBa1F50d63054144C62Ff11665c91E805/info.json b/blockchains/ethereum/assets/0x19c5A48eBa1F50d63054144C62Ff11665c91E805/info.json
deleted file mode 100644
index fa3216658bafe..0000000000000
--- a/blockchains/ethereum/assets/0x19c5A48eBa1F50d63054144C62Ff11665c91E805/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "质信链",
- "symbol": "ZXL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x19c5A48eBa1F50d63054144C62Ff11665c91E805",
- "status": "abandoned",
- "id": "0x19c5A48eBa1F50d63054144C62Ff11665c91E805"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x19c5A48eBa1F50d63054144C62Ff11665c91E805/logo.png b/blockchains/ethereum/assets/0x19c5A48eBa1F50d63054144C62Ff11665c91E805/logo.png
deleted file mode 100644
index ac6b56a7a7010..0000000000000
Binary files a/blockchains/ethereum/assets/0x19c5A48eBa1F50d63054144C62Ff11665c91E805/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x19cA83a13b4C4BE43FA82c5E415E16f1D86f57F7/info.json b/blockchains/ethereum/assets/0x19cA83a13b4C4BE43FA82c5E415E16f1D86f57F7/info.json
deleted file mode 100644
index 902f394199266..0000000000000
--- a/blockchains/ethereum/assets/0x19cA83a13b4C4BE43FA82c5E415E16f1D86f57F7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "bitCEO",
- "symbol": "bCEO",
- "type": "ERC20",
- "decimals": 18,
- "description": "BitCEO helps CEOs find partners and acquire skills.",
- "website": "https://www.bitceo.io/",
- "explorer": "https://etherscan.io/token/0x19cA83a13b4C4BE43FA82c5E415E16f1D86f57F7",
- "status": "active",
- "id": "0x19cA83a13b4C4BE43FA82c5E415E16f1D86f57F7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x19cA83a13b4C4BE43FA82c5E415E16f1D86f57F7/logo.png b/blockchains/ethereum/assets/0x19cA83a13b4C4BE43FA82c5E415E16f1D86f57F7/logo.png
deleted file mode 100644
index c8c6d5394ad36..0000000000000
Binary files a/blockchains/ethereum/assets/0x19cA83a13b4C4BE43FA82c5E415E16f1D86f57F7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x19ddC3605052554A1aC2b174aE745c911456841f/info.json b/blockchains/ethereum/assets/0x19ddC3605052554A1aC2b174aE745c911456841f/info.json
deleted file mode 100644
index bbde4ed869704..0000000000000
--- a/blockchains/ethereum/assets/0x19ddC3605052554A1aC2b174aE745c911456841f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Proof of Nature Token",
- "symbol": "PoN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://proofofnature.space/",
- "explorer": "https://etherscan.io/token/0x19ddC3605052554A1aC2b174aE745c911456841f",
- "status": "abandoned",
- "id": "0x19ddC3605052554A1aC2b174aE745c911456841f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x19ddC3605052554A1aC2b174aE745c911456841f/logo.png b/blockchains/ethereum/assets/0x19ddC3605052554A1aC2b174aE745c911456841f/logo.png
deleted file mode 100644
index 539b0c4908886..0000000000000
Binary files a/blockchains/ethereum/assets/0x19ddC3605052554A1aC2b174aE745c911456841f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x19ea194d71e2dC4179fF0FdBB5666FcA77C4730E/info.json b/blockchains/ethereum/assets/0x19ea194d71e2dC4179fF0FdBB5666FcA77C4730E/info.json
deleted file mode 100644
index 311e65927c42b..0000000000000
--- a/blockchains/ethereum/assets/0x19ea194d71e2dC4179fF0FdBB5666FcA77C4730E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R794213",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x19ea194d71e2dC4179fF0FdBB5666FcA77C4730E",
- "status": "abandoned",
- "id": "0x19ea194d71e2dC4179fF0FdBB5666FcA77C4730E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x19ea194d71e2dC4179fF0FdBB5666FcA77C4730E/logo.png b/blockchains/ethereum/assets/0x19ea194d71e2dC4179fF0FdBB5666FcA77C4730E/logo.png
deleted file mode 100644
index d6c3155e2ac3b..0000000000000
Binary files a/blockchains/ethereum/assets/0x19ea194d71e2dC4179fF0FdBB5666FcA77C4730E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x19ea630bCBc1a511a16e65b6ECd447c92E1C087c/info.json b/blockchains/ethereum/assets/0x19ea630bCBc1a511a16e65b6ECd447c92E1C087c/info.json
deleted file mode 100644
index a794579b96820..0000000000000
--- a/blockchains/ethereum/assets/0x19ea630bCBc1a511a16e65b6ECd447c92E1C087c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Carats Token",
- "symbol": "CARAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Carats.io is tokenizing the world’s most precious commodity — diamonds. We're building a liquid method to exchange diamonds’ digital value with a real-world usage and exposure to the diamond and jewelry industries.",
- "website": "https://carats.io/",
- "explorer": "https://etherscan.io/token/0x19ea630bCBc1a511a16e65b6ECd447c92E1C087c",
- "status": "active",
- "id": "0x19ea630bCBc1a511a16e65b6ECd447c92E1C087c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x19ea630bCBc1a511a16e65b6ECd447c92E1C087c/logo.png b/blockchains/ethereum/assets/0x19ea630bCBc1a511a16e65b6ECd447c92E1C087c/logo.png
deleted file mode 100644
index d52d71a8787fe..0000000000000
Binary files a/blockchains/ethereum/assets/0x19ea630bCBc1a511a16e65b6ECd447c92E1C087c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x19fFfd124CD9089E21026d10dA97f8cD6B442Bff/info.json b/blockchains/ethereum/assets/0x19fFfd124CD9089E21026d10dA97f8cD6B442Bff/info.json
deleted file mode 100644
index 5846059566c39..0000000000000
--- a/blockchains/ethereum/assets/0x19fFfd124CD9089E21026d10dA97f8cD6B442Bff/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zuflo Coin",
- "symbol": "ZFL",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.zedxe.com/",
- "explorer": "https://etherscan.io/token/0x19fFfd124CD9089E21026d10dA97f8cD6B442Bff",
- "status": "active",
- "id": "0x19fFfd124CD9089E21026d10dA97f8cD6B442Bff"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x19fFfd124CD9089E21026d10dA97f8cD6B442Bff/logo.png b/blockchains/ethereum/assets/0x19fFfd124CD9089E21026d10dA97f8cD6B442Bff/logo.png
deleted file mode 100644
index cc814d6187acc..0000000000000
Binary files a/blockchains/ethereum/assets/0x19fFfd124CD9089E21026d10dA97f8cD6B442Bff/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x19fd68eC7AE71562f9288032797ef4401ddEA0a9/info.json b/blockchains/ethereum/assets/0x19fd68eC7AE71562f9288032797ef4401ddEA0a9/info.json
deleted file mode 100644
index 62ab356b95610..0000000000000
--- a/blockchains/ethereum/assets/0x19fd68eC7AE71562f9288032797ef4401ddEA0a9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - OR793610",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x19fd68eC7AE71562f9288032797ef4401ddEA0a9",
- "status": "active",
- "id": "0x19fd68eC7AE71562f9288032797ef4401ddEA0a9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x19fd68eC7AE71562f9288032797ef4401ddEA0a9/logo.png b/blockchains/ethereum/assets/0x19fd68eC7AE71562f9288032797ef4401ddEA0a9/logo.png
deleted file mode 100644
index ac19cba385ca1..0000000000000
Binary files a/blockchains/ethereum/assets/0x19fd68eC7AE71562f9288032797ef4401ddEA0a9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1A0B3B603F650b2C4f474f0E817091874020Ef38/info.json b/blockchains/ethereum/assets/0x1A0B3B603F650b2C4f474f0E817091874020Ef38/info.json
deleted file mode 100644
index fcb3d24e18618..0000000000000
--- a/blockchains/ethereum/assets/0x1A0B3B603F650b2C4f474f0E817091874020Ef38/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R802996",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1A0B3B603F650b2C4f474f0E817091874020Ef38",
- "status": "abandoned",
- "id": "0x1A0B3B603F650b2C4f474f0E817091874020Ef38"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1A0B3B603F650b2C4f474f0E817091874020Ef38/logo.png b/blockchains/ethereum/assets/0x1A0B3B603F650b2C4f474f0E817091874020Ef38/logo.png
deleted file mode 100644
index 64c2350cc5a0c..0000000000000
Binary files a/blockchains/ethereum/assets/0x1A0B3B603F650b2C4f474f0E817091874020Ef38/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1A0B4b959cF9c5853f701ca1484e57CA69ff9515/info.json b/blockchains/ethereum/assets/0x1A0B4b959cF9c5853f701ca1484e57CA69ff9515/info.json
deleted file mode 100644
index b7d088aa89afc..0000000000000
--- a/blockchains/ethereum/assets/0x1A0B4b959cF9c5853f701ca1484e57CA69ff9515/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EasyPocket Token",
- "website": "https://easypocket.app",
- "description": "EasyPocket is the most advanced Ethereum wallet with the built-in mixer.",
- "explorer": "https://etherscan.io/token/0x1A0B4b959cF9c5853f701ca1484e57CA69ff9515",
- "type": "ERC20",
- "symbol": "EASY",
- "decimals": 18,
- "status": "active",
- "id": "0x1A0B4b959cF9c5853f701ca1484e57CA69ff9515"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1A0B4b959cF9c5853f701ca1484e57CA69ff9515/logo.png b/blockchains/ethereum/assets/0x1A0B4b959cF9c5853f701ca1484e57CA69ff9515/logo.png
deleted file mode 100644
index 53af4c05ad6d1..0000000000000
Binary files a/blockchains/ethereum/assets/0x1A0B4b959cF9c5853f701ca1484e57CA69ff9515/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1A0F2aB46EC630F9FD638029027b552aFA64b94c/info.json b/blockchains/ethereum/assets/0x1A0F2aB46EC630F9FD638029027b552aFA64b94c/info.json
deleted file mode 100644
index aa69d95302bf3..0000000000000
--- a/blockchains/ethereum/assets/0x1A0F2aB46EC630F9FD638029027b552aFA64b94c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aston X",
- "symbol": "ATX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.aston.company/",
- "explorer": "https://etherscan.io/token/0x1A0F2aB46EC630F9FD638029027b552aFA64b94c",
- "status": "abandoned",
- "id": "0x1A0F2aB46EC630F9FD638029027b552aFA64b94c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1A0F2aB46EC630F9FD638029027b552aFA64b94c/logo.png b/blockchains/ethereum/assets/0x1A0F2aB46EC630F9FD638029027b552aFA64b94c/logo.png
deleted file mode 100755
index 3c38caab5d6a5..0000000000000
Binary files a/blockchains/ethereum/assets/0x1A0F2aB46EC630F9FD638029027b552aFA64b94c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1A0c31837EdB132a9312841B9527E6307db13509/info.json b/blockchains/ethereum/assets/0x1A0c31837EdB132a9312841B9527E6307db13509/info.json
deleted file mode 100644
index 4b26cb7374acc..0000000000000
--- a/blockchains/ethereum/assets/0x1A0c31837EdB132a9312841B9527E6307db13509/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hash Power Token",
- "symbol": "HPC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1A0c31837EdB132a9312841B9527E6307db13509",
- "status": "abandoned",
- "id": "0x1A0c31837EdB132a9312841B9527E6307db13509"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1A0c31837EdB132a9312841B9527E6307db13509/logo.png b/blockchains/ethereum/assets/0x1A0c31837EdB132a9312841B9527E6307db13509/logo.png
deleted file mode 100644
index ca6f35475f534..0000000000000
Binary files a/blockchains/ethereum/assets/0x1A0c31837EdB132a9312841B9527E6307db13509/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1A14b6dEB14Ff8eA9c101262A200bA1CEE136297/info.json b/blockchains/ethereum/assets/0x1A14b6dEB14Ff8eA9c101262A200bA1CEE136297/info.json
deleted file mode 100644
index 66b4bc5226ce2..0000000000000
--- a/blockchains/ethereum/assets/0x1A14b6dEB14Ff8eA9c101262A200bA1CEE136297/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-29/30M29",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1A14b6dEB14Ff8eA9c101262A200bA1CEE136297",
- "status": "abandoned",
- "id": "0x1A14b6dEB14Ff8eA9c101262A200bA1CEE136297"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1A14b6dEB14Ff8eA9c101262A200bA1CEE136297/logo.png b/blockchains/ethereum/assets/0x1A14b6dEB14Ff8eA9c101262A200bA1CEE136297/logo.png
deleted file mode 100644
index 43c0f4c08636b..0000000000000
Binary files a/blockchains/ethereum/assets/0x1A14b6dEB14Ff8eA9c101262A200bA1CEE136297/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1A1B161962a7EFE85BE39A24F18AD7d4a504e10C/info.json b/blockchains/ethereum/assets/0x1A1B161962a7EFE85BE39A24F18AD7d4a504e10C/info.json
deleted file mode 100644
index 76ed25a670844..0000000000000
--- a/blockchains/ethereum/assets/0x1A1B161962a7EFE85BE39A24F18AD7d4a504e10C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BOYTOKEN",
- "symbol": "BOY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1A1B161962a7EFE85BE39A24F18AD7d4a504e10C",
- "status": "abandoned",
- "id": "0x1A1B161962a7EFE85BE39A24F18AD7d4a504e10C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1A1B161962a7EFE85BE39A24F18AD7d4a504e10C/logo.png b/blockchains/ethereum/assets/0x1A1B161962a7EFE85BE39A24F18AD7d4a504e10C/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x1A1B161962a7EFE85BE39A24F18AD7d4a504e10C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1A3496C18d558bd9C6C8f609E1B129f67AB08163/info.json b/blockchains/ethereum/assets/0x1A3496C18d558bd9C6C8f609E1B129f67AB08163/info.json
deleted file mode 100644
index 5aaf8c6674f18..0000000000000
--- a/blockchains/ethereum/assets/0x1A3496C18d558bd9C6C8f609E1B129f67AB08163/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DEAPCOIN",
- "symbol": "DEP",
- "type": "ERC20",
- "decimals": 18,
- "description": "The DEA Project is a blockchain-based multimedia digital entertainment platform featuring digital arts, games, and various other forms of entertainment. ",
- "website": "https://dea.sg/",
- "explorer": "https://etherscan.io/token/0x1A3496C18d558bd9C6C8f609E1B129f67AB08163",
- "status": "active",
- "id": "0x1A3496C18d558bd9C6C8f609E1B129f67AB08163"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1A3496C18d558bd9C6C8f609E1B129f67AB08163/logo.png b/blockchains/ethereum/assets/0x1A3496C18d558bd9C6C8f609E1B129f67AB08163/logo.png
deleted file mode 100644
index f630260c02406..0000000000000
Binary files a/blockchains/ethereum/assets/0x1A3496C18d558bd9C6C8f609E1B129f67AB08163/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1A4743Cf1af4C289351390A2B3fe7c13D2F7C235/info.json b/blockchains/ethereum/assets/0x1A4743Cf1af4C289351390A2B3fe7c13D2F7C235/info.json
deleted file mode 100644
index 654022863b3eb..0000000000000
--- a/blockchains/ethereum/assets/0x1A4743Cf1af4C289351390A2B3fe7c13D2F7C235/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CASTWEET",
- "symbol": "CTT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Castweet is a live-streaming platform with blockchain incentives that rewards everyone. Both Viewers and Content creators can be rewarded for their participation on the platform.",
- "website": "https://www.castweet.com/",
- "explorer": "https://etherscan.io/token/0x1A4743Cf1af4C289351390A2B3fe7c13D2F7C235",
- "status": "active",
- "id": "0x1A4743Cf1af4C289351390A2B3fe7c13D2F7C235"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1A4743Cf1af4C289351390A2B3fe7c13D2F7C235/logo.png b/blockchains/ethereum/assets/0x1A4743Cf1af4C289351390A2B3fe7c13D2F7C235/logo.png
deleted file mode 100644
index eaac0416b3038..0000000000000
Binary files a/blockchains/ethereum/assets/0x1A4743Cf1af4C289351390A2B3fe7c13D2F7C235/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1A4E76811D9C319A953EADa36f1DeF25156C8D93/info.json b/blockchains/ethereum/assets/0x1A4E76811D9C319A953EADa36f1DeF25156C8D93/info.json
deleted file mode 100644
index 81781793aa5db..0000000000000
--- a/blockchains/ethereum/assets/0x1A4E76811D9C319A953EADa36f1DeF25156C8D93/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DULA Coin",
- "symbol": "DULA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1A4E76811D9C319A953EADa36f1DeF25156C8D93",
- "status": "abandoned",
- "id": "0x1A4E76811D9C319A953EADa36f1DeF25156C8D93"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1A4E76811D9C319A953EADa36f1DeF25156C8D93/logo.png b/blockchains/ethereum/assets/0x1A4E76811D9C319A953EADa36f1DeF25156C8D93/logo.png
deleted file mode 100644
index f7ad55e4c6eff..0000000000000
Binary files a/blockchains/ethereum/assets/0x1A4E76811D9C319A953EADa36f1DeF25156C8D93/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1A4b46696b2bB4794Eb3D4c26f1c55F9170fa4C5/info.json b/blockchains/ethereum/assets/0x1A4b46696b2bB4794Eb3D4c26f1c55F9170fa4C5/info.json
deleted file mode 100644
index 565ae390070de..0000000000000
--- a/blockchains/ethereum/assets/0x1A4b46696b2bB4794Eb3D4c26f1c55F9170fa4C5/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "BitDAO",
- "type": "ERC20",
- "symbol": "BIT",
- "decimals": 18,
- "website": "https://www.bitdao.io/",
- "description": "BitDAO infuses capital agnostically across industries, chains, and products. Its treasury is supported by contributions from Bybit and the virtuous cycle of value created by its AEs and partner labs. When you hold $BIT, you’re not only getting a stake in the massive growth potential of BitDAO, but the AEs it’s helping accelerate. Your $BIT gives you voting power to help direct how treasury funds are allocated and the terms of the funding.",
- "explorer": "https://etherscan.io/token/0x1a4b46696b2bb4794eb3d4c26f1c55f9170fa4c5",
- "status": "active",
- "id": "0x1A4b46696b2bB4794Eb3D4c26f1c55F9170fa4C5",
- "tags": [
- "defi",
- "governance"
- ],
- "links": [
- {
- "name": "discord",
- "url": "https://discord.com/invite/bitdao"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/bitdao_official"
- },
- {
- "name": "telegram",
- "url": "https://t.me/bitdao_official"
- },
- {
- "name": "blog",
- "url": "https://medium.com/bitdao"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/bitdao/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/bitdao"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x1A4b46696b2bB4794Eb3D4c26f1c55F9170fa4C5/logo.png b/blockchains/ethereum/assets/0x1A4b46696b2bB4794Eb3D4c26f1c55F9170fa4C5/logo.png
deleted file mode 100644
index 22f4feb096d91..0000000000000
Binary files a/blockchains/ethereum/assets/0x1A4b46696b2bB4794Eb3D4c26f1c55F9170fa4C5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1A5F9352Af8aF974bFC03399e3767DF6370d82e4/info.json b/blockchains/ethereum/assets/0x1A5F9352Af8aF974bFC03399e3767DF6370d82e4/info.json
deleted file mode 100644
index 4ddf39a0ab22d..0000000000000
--- a/blockchains/ethereum/assets/0x1A5F9352Af8aF974bFC03399e3767DF6370d82e4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OWL Token",
- "symbol": "OWL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://owl.gnosis.io/",
- "explorer": "https://etherscan.io/token/0x1A5F9352Af8aF974bFC03399e3767DF6370d82e4",
- "status": "abandoned",
- "id": "0x1A5F9352Af8aF974bFC03399e3767DF6370d82e4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1A5F9352Af8aF974bFC03399e3767DF6370d82e4/logo.png b/blockchains/ethereum/assets/0x1A5F9352Af8aF974bFC03399e3767DF6370d82e4/logo.png
deleted file mode 100644
index 4bda839d7be58..0000000000000
Binary files a/blockchains/ethereum/assets/0x1A5F9352Af8aF974bFC03399e3767DF6370d82e4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1A66E09F7DccC10eAe46e27cfA6B8d44a50dF1E7/info.json b/blockchains/ethereum/assets/0x1A66E09F7DccC10eAe46e27cfA6B8d44a50dF1E7/info.json
deleted file mode 100644
index 0f90ab1635972..0000000000000
--- a/blockchains/ethereum/assets/0x1A66E09F7DccC10eAe46e27cfA6B8d44a50dF1E7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PRASM",
- "symbol": "PSM",
- "type": "ERC20",
- "decimals": 18,
- "description": "AI-Based Decentralized Bioinformatic Network.",
- "website": "http://prasm.io/",
- "explorer": "https://etherscan.io/token/0x1A66E09F7DccC10eAe46e27cfA6B8d44a50dF1E7",
- "status": "abandoned",
- "id": "0x1A66E09F7DccC10eAe46e27cfA6B8d44a50dF1E7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1A66E09F7DccC10eAe46e27cfA6B8d44a50dF1E7/logo.png b/blockchains/ethereum/assets/0x1A66E09F7DccC10eAe46e27cfA6B8d44a50dF1E7/logo.png
deleted file mode 100644
index c397b5097a5ac..0000000000000
Binary files a/blockchains/ethereum/assets/0x1A66E09F7DccC10eAe46e27cfA6B8d44a50dF1E7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1A963Df363D01EEBB2816b366d61C917F20e1EbE/info.json b/blockchains/ethereum/assets/0x1A963Df363D01EEBB2816b366d61C917F20e1EbE/info.json
deleted file mode 100644
index 0d244474cd29d..0000000000000
--- a/blockchains/ethereum/assets/0x1A963Df363D01EEBB2816b366d61C917F20e1EbE/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Mememe",
- "type": "ERC20",
- "symbol": "MEMEME",
- "decimals": 18,
- "website": "https://mememelabs.me",
- "description": "we are a lab that designs and conducts social and entertaining experiments that simulate community experiences like no other. our experiments are designed to be immersive and fun for all who participate.",
- "explorer": "https://etherscan.io/token/0x1a963df363d01eebb2816b366d61c917f20e1ebe",
- "status": "active",
- "id": "0x1A963Df363D01EEBB2816b366d61C917F20e1EbE",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/mememe69696969"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/mememe/"
- }
- ],
- "tags": [
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1A963Df363D01EEBB2816b366d61C917F20e1EbE/logo.png b/blockchains/ethereum/assets/0x1A963Df363D01EEBB2816b366d61C917F20e1EbE/logo.png
deleted file mode 100644
index 6c98eb672b3be..0000000000000
Binary files a/blockchains/ethereum/assets/0x1A963Df363D01EEBB2816b366d61C917F20e1EbE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1A9751a87dE19385b5A6097E477e158D2ce420C8/info.json b/blockchains/ethereum/assets/0x1A9751a87dE19385b5A6097E477e158D2ce420C8/info.json
deleted file mode 100644
index 01743d4af6b43..0000000000000
--- a/blockchains/ethereum/assets/0x1A9751a87dE19385b5A6097E477e158D2ce420C8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KRISTORIUM",
- "symbol": "KRIS",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1A9751a87dE19385b5A6097E477e158D2ce420C8",
- "status": "abandoned",
- "id": "0x1A9751a87dE19385b5A6097E477e158D2ce420C8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1A9751a87dE19385b5A6097E477e158D2ce420C8/logo.png b/blockchains/ethereum/assets/0x1A9751a87dE19385b5A6097E477e158D2ce420C8/logo.png
deleted file mode 100644
index 26a23002505a6..0000000000000
Binary files a/blockchains/ethereum/assets/0x1A9751a87dE19385b5A6097E477e158D2ce420C8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1AAC60e9acAfaED0cF84AdD412aB8071ef64196E/info.json b/blockchains/ethereum/assets/0x1AAC60e9acAfaED0cF84AdD412aB8071ef64196E/info.json
deleted file mode 100644
index da93b4c8189c8..0000000000000
--- a/blockchains/ethereum/assets/0x1AAC60e9acAfaED0cF84AdD412aB8071ef64196E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SphinxToken",
- "symbol": "SPX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1AAC60e9acAfaED0cF84AdD412aB8071ef64196E",
- "status": "abandoned",
- "id": "0x1AAC60e9acAfaED0cF84AdD412aB8071ef64196E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1AAC60e9acAfaED0cF84AdD412aB8071ef64196E/logo.png b/blockchains/ethereum/assets/0x1AAC60e9acAfaED0cF84AdD412aB8071ef64196E/logo.png
deleted file mode 100644
index b86108d9893d3..0000000000000
Binary files a/blockchains/ethereum/assets/0x1AAC60e9acAfaED0cF84AdD412aB8071ef64196E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1Af8F3265d8274bDe624edd9eC97F852Fa4A5856/info.json b/blockchains/ethereum/assets/0x1Af8F3265d8274bDe624edd9eC97F852Fa4A5856/info.json
deleted file mode 100644
index d45fc2d10ea7d..0000000000000
--- a/blockchains/ethereum/assets/0x1Af8F3265d8274bDe624edd9eC97F852Fa4A5856/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MORE Token",
- "symbol": "MORE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1Af8F3265d8274bDe624edd9eC97F852Fa4A5856",
- "status": "abandoned",
- "id": "0x1Af8F3265d8274bDe624edd9eC97F852Fa4A5856"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1Af8F3265d8274bDe624edd9eC97F852Fa4A5856/logo.png b/blockchains/ethereum/assets/0x1Af8F3265d8274bDe624edd9eC97F852Fa4A5856/logo.png
deleted file mode 100644
index f10cb242e3c9c..0000000000000
Binary files a/blockchains/ethereum/assets/0x1Af8F3265d8274bDe624edd9eC97F852Fa4A5856/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1Afe191601c0c7095C995bd6875F94a89FA5d71b/info.json b/blockchains/ethereum/assets/0x1Afe191601c0c7095C995bd6875F94a89FA5d71b/info.json
deleted file mode 100644
index b1dc6640baf19..0000000000000
--- a/blockchains/ethereum/assets/0x1Afe191601c0c7095C995bd6875F94a89FA5d71b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "THANOS",
- "symbol": "SNAP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1Afe191601c0c7095C995bd6875F94a89FA5d71b",
- "status": "abandoned",
- "id": "0x1Afe191601c0c7095C995bd6875F94a89FA5d71b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1Afe191601c0c7095C995bd6875F94a89FA5d71b/logo.png b/blockchains/ethereum/assets/0x1Afe191601c0c7095C995bd6875F94a89FA5d71b/logo.png
deleted file mode 100644
index 430daf1069336..0000000000000
Binary files a/blockchains/ethereum/assets/0x1Afe191601c0c7095C995bd6875F94a89FA5d71b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F/info.json b/blockchains/ethereum/assets/0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F/info.json
deleted file mode 100644
index 3006b5b8e528e..0000000000000
--- a/blockchains/ethereum/assets/0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitpanda Ecosystem Token",
- "symbol": "BEST",
- "type": "ERC20",
- "decimals": 8,
- "description": "BEST offers you a wide range of rewards, perks and benefits, applicable to the whole growing Bitpanda ecosystem.",
- "website": "https://www.bitpanda.com/best",
- "explorer": "https://etherscan.io/token/0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F",
- "status": "active",
- "id": "0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F/logo.png b/blockchains/ethereum/assets/0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F/logo.png
deleted file mode 100644
index ef85a0faa78bc..0000000000000
Binary files a/blockchains/ethereum/assets/0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1B35806945Ac1F02Fe4fe68EBa0d55b8104aa603/info.json b/blockchains/ethereum/assets/0x1B35806945Ac1F02Fe4fe68EBa0d55b8104aa603/info.json
deleted file mode 100644
index 6b543335f6fcc..0000000000000
--- a/blockchains/ethereum/assets/0x1B35806945Ac1F02Fe4fe68EBa0d55b8104aa603/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Facebucks",
- "symbol": "FB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1B35806945Ac1F02Fe4fe68EBa0d55b8104aa603",
- "status": "abandoned",
- "id": "0x1B35806945Ac1F02Fe4fe68EBa0d55b8104aa603"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1B35806945Ac1F02Fe4fe68EBa0d55b8104aa603/logo.png b/blockchains/ethereum/assets/0x1B35806945Ac1F02Fe4fe68EBa0d55b8104aa603/logo.png
deleted file mode 100644
index e4748884dbfe4..0000000000000
Binary files a/blockchains/ethereum/assets/0x1B35806945Ac1F02Fe4fe68EBa0d55b8104aa603/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1B4052d98fb1888C2Bf3B8d3b930e0aFf8A910dF/info.json b/blockchains/ethereum/assets/0x1B4052d98fb1888C2Bf3B8d3b930e0aFf8A910dF/info.json
deleted file mode 100644
index 5569afe33b31c..0000000000000
--- a/blockchains/ethereum/assets/0x1B4052d98fb1888C2Bf3B8d3b930e0aFf8A910dF/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "Community Token",
- "website": "https://communitytoken.io/",
- "description": "Community Token (COM) is an ERC-20 token that empowers the crypto community with collective due diligence on emerging investment opportunities.",
- "explorer": "https://etherscan.io/token/0x1B4052d98fb1888C2Bf3B8d3b930e0aFf8A910dF",
- "research": "https://medium.com/@communitytoken",
- "type": "ERC20",
- "symbol": "COM",
- "decimals": 18,
- "status": "active",
- "id": "0x1B4052d98fb1888C2Bf3B8d3b930e0aFf8A910dF",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ComToken"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1B4052d98fb1888C2Bf3B8d3b930e0aFf8A910dF/logo.png b/blockchains/ethereum/assets/0x1B4052d98fb1888C2Bf3B8d3b930e0aFf8A910dF/logo.png
deleted file mode 100644
index 92cca4ee390b2..0000000000000
Binary files a/blockchains/ethereum/assets/0x1B4052d98fb1888C2Bf3B8d3b930e0aFf8A910dF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1B566E2799ff246A08B66EB0f2915e7F8Cd2Ae8E/info.json b/blockchains/ethereum/assets/0x1B566E2799ff246A08B66EB0f2915e7F8Cd2Ae8E/info.json
deleted file mode 100644
index d85a016a93a94..0000000000000
--- a/blockchains/ethereum/assets/0x1B566E2799ff246A08B66EB0f2915e7F8Cd2Ae8E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-7/30M7",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1B566E2799ff246A08B66EB0f2915e7F8Cd2Ae8E",
- "status": "abandoned",
- "id": "0x1B566E2799ff246A08B66EB0f2915e7F8Cd2Ae8E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1B566E2799ff246A08B66EB0f2915e7F8Cd2Ae8E/logo.png b/blockchains/ethereum/assets/0x1B566E2799ff246A08B66EB0f2915e7F8Cd2Ae8E/logo.png
deleted file mode 100644
index 6c962d2f67a5a..0000000000000
Binary files a/blockchains/ethereum/assets/0x1B566E2799ff246A08B66EB0f2915e7F8Cd2Ae8E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1B5f21ee98eed48d292e8e2d3Ed82b40a9728A22/info.json b/blockchains/ethereum/assets/0x1B5f21ee98eed48d292e8e2d3Ed82b40a9728A22/info.json
deleted file mode 100644
index 99aed3a51ae8e..0000000000000
--- a/blockchains/ethereum/assets/0x1B5f21ee98eed48d292e8e2d3Ed82b40a9728A22/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DataBroker DAO Token",
- "symbol": "DATA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1B5f21ee98eed48d292e8e2d3Ed82b40a9728A22",
- "status": "abandoned",
- "id": "0x1B5f21ee98eed48d292e8e2d3Ed82b40a9728A22"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1B5f21ee98eed48d292e8e2d3Ed82b40a9728A22/logo.png b/blockchains/ethereum/assets/0x1B5f21ee98eed48d292e8e2d3Ed82b40a9728A22/logo.png
deleted file mode 100644
index 55b6527dac33a..0000000000000
Binary files a/blockchains/ethereum/assets/0x1B5f21ee98eed48d292e8e2d3Ed82b40a9728A22/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1B80eeeaDcC590f305945BCc258cFa770Bbe1890/info.json b/blockchains/ethereum/assets/0x1B80eeeaDcC590f305945BCc258cFa770Bbe1890/info.json
deleted file mode 100644
index a150cf8852c01..0000000000000
--- a/blockchains/ethereum/assets/0x1B80eeeaDcC590f305945BCc258cFa770Bbe1890/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BITSDAQ TOKEN",
- "symbol": "BQQQ",
- "type": "ERC20",
- "decimals": 18,
- "description": "Bitsdaq aims to be the pioneer that’s leading the blockchain industry to the next generation with their well-rounded crypto service platform by combining its unique partnerships and cutting-edge technologies.",
- "website": "https://bitsdaq.com",
- "explorer": "https://etherscan.io/token/0x1B80eeeaDcC590f305945BCc258cFa770Bbe1890",
- "status": "active",
- "id": "0x1B80eeeaDcC590f305945BCc258cFa770Bbe1890"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1B80eeeaDcC590f305945BCc258cFa770Bbe1890/logo.png b/blockchains/ethereum/assets/0x1B80eeeaDcC590f305945BCc258cFa770Bbe1890/logo.png
deleted file mode 100644
index b718fd4af4f89..0000000000000
Binary files a/blockchains/ethereum/assets/0x1B80eeeaDcC590f305945BCc258cFa770Bbe1890/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1B8E12F839BD4e73A47adDF76cF7F0097d74c14C/info.json b/blockchains/ethereum/assets/0x1B8E12F839BD4e73A47adDF76cF7F0097d74c14C/info.json
deleted file mode 100644
index 02cbe23721d8a..0000000000000
--- a/blockchains/ethereum/assets/0x1B8E12F839BD4e73A47adDF76cF7F0097d74c14C/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Value USD",
- "website": "https://valuedefi.io/",
- "description": "Value DeFi: Bringing True Value to DeFi.",
- "explorer": "https://etherscan.io/token/0x1B8E12F839BD4e73A47adDF76cF7F0097d74c14C",
- "type": "ERC20",
- "symbol": "vUSD",
- "decimals": 9,
- "status": "active",
- "id": "0x1B8E12F839BD4e73A47adDF76cF7F0097d74c14C",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/valuedefi"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/value_defi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ValueDeFi"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/Dpvd7tp"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@valuedefi"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1B8E12F839BD4e73A47adDF76cF7F0097d74c14C/logo.png b/blockchains/ethereum/assets/0x1B8E12F839BD4e73A47adDF76cF7F0097d74c14C/logo.png
deleted file mode 100644
index b383e2f490ed2..0000000000000
Binary files a/blockchains/ethereum/assets/0x1B8E12F839BD4e73A47adDF76cF7F0097d74c14C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1B957Dc4aEfeed3b4A2351a6A6d5cbfbbA0CeCFa/info.json b/blockchains/ethereum/assets/0x1B957Dc4aEfeed3b4A2351a6A6d5cbfbbA0CeCFa/info.json
deleted file mode 100644
index f2cd623cee67e..0000000000000
--- a/blockchains/ethereum/assets/0x1B957Dc4aEfeed3b4A2351a6A6d5cbfbbA0CeCFa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HOQU Token",
- "symbol": "HQX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.hoqu.io",
- "explorer": "https://etherscan.io/token/0x1B957Dc4aEfeed3b4A2351a6A6d5cbfbbA0CeCFa",
- "status": "active",
- "id": "0x1B957Dc4aEfeed3b4A2351a6A6d5cbfbbA0CeCFa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1B957Dc4aEfeed3b4A2351a6A6d5cbfbbA0CeCFa/logo.png b/blockchains/ethereum/assets/0x1B957Dc4aEfeed3b4A2351a6A6d5cbfbbA0CeCFa/logo.png
deleted file mode 100644
index eb5559a6c7ca6..0000000000000
Binary files a/blockchains/ethereum/assets/0x1B957Dc4aEfeed3b4A2351a6A6d5cbfbbA0CeCFa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1B9743f556D65e757c4c650B4555bAF354cB8bd3/info.json b/blockchains/ethereum/assets/0x1B9743f556D65e757c4c650B4555bAF354cB8bd3/info.json
deleted file mode 100644
index e9dc4f7b6914a..0000000000000
--- a/blockchains/ethereum/assets/0x1B9743f556D65e757c4c650B4555bAF354cB8bd3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EthBits ETBS Token",
- "symbol": "ETBS",
- "type": "ERC20",
- "decimals": 12,
- "description": "-",
- "website": "https://www.ethbits.com/",
- "explorer": "https://etherscan.io/token/0x1B9743f556D65e757c4c650B4555bAF354cB8bd3",
- "status": "abandoned",
- "id": "0x1B9743f556D65e757c4c650B4555bAF354cB8bd3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1B9743f556D65e757c4c650B4555bAF354cB8bd3/logo.png b/blockchains/ethereum/assets/0x1B9743f556D65e757c4c650B4555bAF354cB8bd3/logo.png
deleted file mode 100644
index 7500be3e8750e..0000000000000
Binary files a/blockchains/ethereum/assets/0x1B9743f556D65e757c4c650B4555bAF354cB8bd3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1B9BAF2A3EdeA91eE431f02d449a1044d5726669/info.json b/blockchains/ethereum/assets/0x1B9BAF2A3EdeA91eE431f02d449a1044d5726669/info.json
deleted file mode 100644
index 88d486accada4..0000000000000
--- a/blockchains/ethereum/assets/0x1B9BAF2A3EdeA91eE431f02d449a1044d5726669/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Clifford Inu",
- "type": "ERC20",
- "symbol": "CLIFF",
- "decimals": 18,
- "website": "http://cliffordinu.io",
- "description": " $CLIFF is a highly deflationary token on the Ethereum Blockchain that never stops growing through TRUE deflationary techniques, Cliff's long Term vision is to dominate the metaverse ecosystem (Cliffverse).",
- "explorer": "https://etherscan.io/token/0x1B9BAF2A3EdeA91eE431f02d449a1044d5726669",
- "status": "active",
- "id": "0x1B9BAF2A3EdeA91eE431f02d449a1044d5726669",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/clifftoken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Cliffordinuofficial"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@cliffordinuofficial"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/cliffordinu_io/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x1B9BAF2A3EdeA91eE431f02d449a1044d5726669/logo.png b/blockchains/ethereum/assets/0x1B9BAF2A3EdeA91eE431f02d449a1044d5726669/logo.png
deleted file mode 100644
index dd769c0f3a4c5..0000000000000
Binary files a/blockchains/ethereum/assets/0x1B9BAF2A3EdeA91eE431f02d449a1044d5726669/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1BC7C1dE0AC6eF4fDeC35c053030D90cf54c7e9A/info.json b/blockchains/ethereum/assets/0x1BC7C1dE0AC6eF4fDeC35c053030D90cf54c7e9A/info.json
deleted file mode 100644
index cc4b6b468d5e7..0000000000000
--- a/blockchains/ethereum/assets/0x1BC7C1dE0AC6eF4fDeC35c053030D90cf54c7e9A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YANG",
- "symbol": "YNN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://yangglobal.com/",
- "explorer": "https://etherscan.io/token/0x1BC7C1dE0AC6eF4fDeC35c053030D90cf54c7e9A",
- "status": "abandoned",
- "id": "0x1BC7C1dE0AC6eF4fDeC35c053030D90cf54c7e9A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1BC7C1dE0AC6eF4fDeC35c053030D90cf54c7e9A/logo.png b/blockchains/ethereum/assets/0x1BC7C1dE0AC6eF4fDeC35c053030D90cf54c7e9A/logo.png
deleted file mode 100644
index 9533bdd3c51af..0000000000000
Binary files a/blockchains/ethereum/assets/0x1BC7C1dE0AC6eF4fDeC35c053030D90cf54c7e9A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1BCfD19F541eB62c8CFeBE53fe72bf2aFc35A255/info.json b/blockchains/ethereum/assets/0x1BCfD19F541eB62c8CFeBE53fe72bf2aFc35A255/info.json
deleted file mode 100644
index 43b5d8fb0efab..0000000000000
--- a/blockchains/ethereum/assets/0x1BCfD19F541eB62c8CFeBE53fe72bf2aFc35A255/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MIKETANGOBRAVO18",
- "symbol": "MTB18",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1BCfD19F541eB62c8CFeBE53fe72bf2aFc35A255",
- "status": "abandoned",
- "id": "0x1BCfD19F541eB62c8CFeBE53fe72bf2aFc35A255"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1BCfD19F541eB62c8CFeBE53fe72bf2aFc35A255/logo.png b/blockchains/ethereum/assets/0x1BCfD19F541eB62c8CFeBE53fe72bf2aFc35A255/logo.png
deleted file mode 100644
index 26ac2951338c6..0000000000000
Binary files a/blockchains/ethereum/assets/0x1BCfD19F541eB62c8CFeBE53fe72bf2aFc35A255/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1BE9F6861D11f2fd363a75225040eDE6374b65bF/info.json b/blockchains/ethereum/assets/0x1BE9F6861D11f2fd363a75225040eDE6374b65bF/info.json
deleted file mode 100644
index 516280e23acd9..0000000000000
--- a/blockchains/ethereum/assets/0x1BE9F6861D11f2fd363a75225040eDE6374b65bF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TokenTrezor.com",
- "symbol": "TOTR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1BE9F6861D11f2fd363a75225040eDE6374b65bF",
- "status": "abandoned",
- "id": "0x1BE9F6861D11f2fd363a75225040eDE6374b65bF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1BE9F6861D11f2fd363a75225040eDE6374b65bF/logo.png b/blockchains/ethereum/assets/0x1BE9F6861D11f2fd363a75225040eDE6374b65bF/logo.png
deleted file mode 100644
index da9a3eadcd110..0000000000000
Binary files a/blockchains/ethereum/assets/0x1BE9F6861D11f2fd363a75225040eDE6374b65bF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1BeEF31946fbbb40B877a72E4ae04a8D1A5Cee06/info.json b/blockchains/ethereum/assets/0x1BeEF31946fbbb40B877a72E4ae04a8D1A5Cee06/info.json
deleted file mode 100644
index 38ab51ae1eec8..0000000000000
--- a/blockchains/ethereum/assets/0x1BeEF31946fbbb40B877a72E4ae04a8D1A5Cee06/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Parachute",
- "symbol": "PAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Parachute aims to make it easy for people and businesses to use cryptocurrencies in their daily lives.",
- "website": "https://www.parachutetoken.com/",
- "explorer": "https://etherscan.io/token/0x1BeEF31946fbbb40B877a72E4ae04a8D1A5Cee06",
- "status": "active",
- "id": "0x1BeEF31946fbbb40B877a72E4ae04a8D1A5Cee06"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1BeEF31946fbbb40B877a72E4ae04a8D1A5Cee06/logo.png b/blockchains/ethereum/assets/0x1BeEF31946fbbb40B877a72E4ae04a8D1A5Cee06/logo.png
deleted file mode 100755
index 0cd972a49eb1a..0000000000000
Binary files a/blockchains/ethereum/assets/0x1BeEF31946fbbb40B877a72E4ae04a8D1A5Cee06/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1Bec42771E74088bA106CF9Dcb864f0fA24A1e57/info.json b/blockchains/ethereum/assets/0x1Bec42771E74088bA106CF9Dcb864f0fA24A1e57/info.json
deleted file mode 100644
index 2550a803291e7..0000000000000
--- a/blockchains/ethereum/assets/0x1Bec42771E74088bA106CF9Dcb864f0fA24A1e57/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LHC",
- "symbol": "LHC",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1Bec42771E74088bA106CF9Dcb864f0fA24A1e57",
- "status": "abandoned",
- "id": "0x1Bec42771E74088bA106CF9Dcb864f0fA24A1e57"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1Bec42771E74088bA106CF9Dcb864f0fA24A1e57/logo.png b/blockchains/ethereum/assets/0x1Bec42771E74088bA106CF9Dcb864f0fA24A1e57/logo.png
deleted file mode 100644
index 811e034df6ae1..0000000000000
Binary files a/blockchains/ethereum/assets/0x1Bec42771E74088bA106CF9Dcb864f0fA24A1e57/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1C09EF4493465569f6d704A5CC4f9864BCD2E56a/info.json b/blockchains/ethereum/assets/0x1C09EF4493465569f6d704A5CC4f9864BCD2E56a/info.json
deleted file mode 100644
index dbd51f3a0a319..0000000000000
--- a/blockchains/ethereum/assets/0x1C09EF4493465569f6d704A5CC4f9864BCD2E56a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ORIGINATE Coin",
- "symbol": "ORC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1C09EF4493465569f6d704A5CC4f9864BCD2E56a",
- "status": "abandoned",
- "id": "0x1C09EF4493465569f6d704A5CC4f9864BCD2E56a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1C09EF4493465569f6d704A5CC4f9864BCD2E56a/logo.png b/blockchains/ethereum/assets/0x1C09EF4493465569f6d704A5CC4f9864BCD2E56a/logo.png
deleted file mode 100644
index 002de33583720..0000000000000
Binary files a/blockchains/ethereum/assets/0x1C09EF4493465569f6d704A5CC4f9864BCD2E56a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1C1C14A6B5074905Ce5d367B0A7E098b58EbFD47/info.json b/blockchains/ethereum/assets/0x1C1C14A6B5074905Ce5d367B0A7E098b58EbFD47/info.json
deleted file mode 100644
index ef9a23bc12d90..0000000000000
--- a/blockchains/ethereum/assets/0x1C1C14A6B5074905Ce5d367B0A7E098b58EbFD47/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FidexToken",
- "symbol": "FEX",
- "type": "ERC20",
- "decimals": 8,
- "description": "FIDEX Decentralized Exchange.",
- "website": "https://fidex.market/",
- "explorer": "https://etherscan.io/token/0x1C1C14A6B5074905Ce5d367B0A7E098b58EbFD47",
- "status": "active",
- "id": "0x1C1C14A6B5074905Ce5d367B0A7E098b58EbFD47"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1C1C14A6B5074905Ce5d367B0A7E098b58EbFD47/logo.png b/blockchains/ethereum/assets/0x1C1C14A6B5074905Ce5d367B0A7E098b58EbFD47/logo.png
deleted file mode 100644
index e4bf4b8aaf5de..0000000000000
Binary files a/blockchains/ethereum/assets/0x1C1C14A6B5074905Ce5d367B0A7E098b58EbFD47/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1C3BB10dE15C31D5DBE48fbB7B87735d1B7d8c32/info.json b/blockchains/ethereum/assets/0x1C3BB10dE15C31D5DBE48fbB7B87735d1B7d8c32/info.json
deleted file mode 100644
index 1d93baae1e6d5..0000000000000
--- a/blockchains/ethereum/assets/0x1C3BB10dE15C31D5DBE48fbB7B87735d1B7d8c32/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BLONDCOIN",
- "symbol": "BLO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1C3BB10dE15C31D5DBE48fbB7B87735d1B7d8c32",
- "status": "abandoned",
- "id": "0x1C3BB10dE15C31D5DBE48fbB7B87735d1B7d8c32"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1C3BB10dE15C31D5DBE48fbB7B87735d1B7d8c32/logo.png b/blockchains/ethereum/assets/0x1C3BB10dE15C31D5DBE48fbB7B87735d1B7d8c32/logo.png
deleted file mode 100755
index f996c459ab8ad..0000000000000
Binary files a/blockchains/ethereum/assets/0x1C3BB10dE15C31D5DBE48fbB7B87735d1B7d8c32/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1C5857e110CD8411054660F60B5De6a6958CfAE2/info.json b/blockchains/ethereum/assets/0x1C5857e110CD8411054660F60B5De6a6958CfAE2/info.json
deleted file mode 100644
index fc9a0b2aee766..0000000000000
--- a/blockchains/ethereum/assets/0x1C5857e110CD8411054660F60B5De6a6958CfAE2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Reserve",
- "symbol": "RSV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1C5857e110CD8411054660F60B5De6a6958CfAE2",
- "status": "abandoned",
- "id": "0x1C5857e110CD8411054660F60B5De6a6958CfAE2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1C5857e110CD8411054660F60B5De6a6958CfAE2/logo.png b/blockchains/ethereum/assets/0x1C5857e110CD8411054660F60B5De6a6958CfAE2/logo.png
deleted file mode 100644
index 3b2e499e4380d..0000000000000
Binary files a/blockchains/ethereum/assets/0x1C5857e110CD8411054660F60B5De6a6958CfAE2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1C5aD87ae000D3680FF500354c5252465910971d/info.json b/blockchains/ethereum/assets/0x1C5aD87ae000D3680FF500354c5252465910971d/info.json
deleted file mode 100644
index 8e69fd389c371..0000000000000
--- a/blockchains/ethereum/assets/0x1C5aD87ae000D3680FF500354c5252465910971d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C507261",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1C5aD87ae000D3680FF500354c5252465910971d",
- "status": "abandoned",
- "id": "0x1C5aD87ae000D3680FF500354c5252465910971d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1C5aD87ae000D3680FF500354c5252465910971d/logo.png b/blockchains/ethereum/assets/0x1C5aD87ae000D3680FF500354c5252465910971d/logo.png
deleted file mode 100644
index bdbcac8e61314..0000000000000
Binary files a/blockchains/ethereum/assets/0x1C5aD87ae000D3680FF500354c5252465910971d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1C5b760F133220855340003B43cC9113EC494823/info.json b/blockchains/ethereum/assets/0x1C5b760F133220855340003B43cC9113EC494823/info.json
deleted file mode 100644
index d989032cddcd7..0000000000000
--- a/blockchains/ethereum/assets/0x1C5b760F133220855340003B43cC9113EC494823/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cointorox",
- "symbol": "OROX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://cointorox.com/",
- "explorer": "https://etherscan.io/token/0x1C5b760F133220855340003B43cC9113EC494823",
- "status": "abandoned",
- "id": "0x1C5b760F133220855340003B43cC9113EC494823"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1C5b760F133220855340003B43cC9113EC494823/logo.png b/blockchains/ethereum/assets/0x1C5b760F133220855340003B43cC9113EC494823/logo.png
deleted file mode 100644
index c0dcb6d950e33..0000000000000
Binary files a/blockchains/ethereum/assets/0x1C5b760F133220855340003B43cC9113EC494823/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1C5db575E2Ff833E46a2E9864C22F4B22E0B37C2/info.json b/blockchains/ethereum/assets/0x1C5db575E2Ff833E46a2E9864C22F4B22E0B37C2/info.json
deleted file mode 100644
index 85df0747b5139..0000000000000
--- a/blockchains/ethereum/assets/0x1C5db575E2Ff833E46a2E9864C22F4B22E0B37C2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "renZEC",
- "symbol": "renZEC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://renproject.io/",
- "explorer": "https://etherscan.io/token/0x1C5db575E2Ff833E46a2E9864C22F4B22E0B37C2",
- "status": "abandoned",
- "id": "0x1C5db575E2Ff833E46a2E9864C22F4B22E0B37C2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1C5db575E2Ff833E46a2E9864C22F4B22E0B37C2/logo.png b/blockchains/ethereum/assets/0x1C5db575E2Ff833E46a2E9864C22F4B22E0B37C2/logo.png
deleted file mode 100644
index 5bbfb31a162c5..0000000000000
Binary files a/blockchains/ethereum/assets/0x1C5db575E2Ff833E46a2E9864C22F4B22E0B37C2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1C62aCa2b7605Db3606eAcdA7Bc67A1857DDb8FF/info.json b/blockchains/ethereum/assets/0x1C62aCa2b7605Db3606eAcdA7Bc67A1857DDb8FF/info.json
deleted file mode 100644
index 28fb58cb18d7c..0000000000000
--- a/blockchains/ethereum/assets/0x1C62aCa2b7605Db3606eAcdA7Bc67A1857DDb8FF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Soniq Token",
- "symbol": "SONIQ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://soniqproject.com/",
- "explorer": "https://etherscan.io/token/0x1C62aCa2b7605Db3606eAcdA7Bc67A1857DDb8FF",
- "status": "abandoned",
- "id": "0x1C62aCa2b7605Db3606eAcdA7Bc67A1857DDb8FF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1C62aCa2b7605Db3606eAcdA7Bc67A1857DDb8FF/logo.png b/blockchains/ethereum/assets/0x1C62aCa2b7605Db3606eAcdA7Bc67A1857DDb8FF/logo.png
deleted file mode 100644
index 326b4f6b21e58..0000000000000
Binary files a/blockchains/ethereum/assets/0x1C62aCa2b7605Db3606eAcdA7Bc67A1857DDb8FF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1C6d1310A0c084021B9b94ab460f9BAD560773a4/info.json b/blockchains/ethereum/assets/0x1C6d1310A0c084021B9b94ab460f9BAD560773a4/info.json
deleted file mode 100644
index 02e82d93a3794..0000000000000
--- a/blockchains/ethereum/assets/0x1C6d1310A0c084021B9b94ab460f9BAD560773a4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Circle.Net",
- "symbol": "RING",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1C6d1310A0c084021B9b94ab460f9BAD560773a4",
- "status": "abandoned",
- "id": "0x1C6d1310A0c084021B9b94ab460f9BAD560773a4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1C6d1310A0c084021B9b94ab460f9BAD560773a4/logo.png b/blockchains/ethereum/assets/0x1C6d1310A0c084021B9b94ab460f9BAD560773a4/logo.png
deleted file mode 100644
index 77b18cde9ebfa..0000000000000
Binary files a/blockchains/ethereum/assets/0x1C6d1310A0c084021B9b94ab460f9BAD560773a4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1C9491865a1DE77C5b6e19d2E6a5F1D7a6F2b25F/info.json b/blockchains/ethereum/assets/0x1C9491865a1DE77C5b6e19d2E6a5F1D7a6F2b25F/info.json
deleted file mode 100644
index c011dab71a7db..0000000000000
--- a/blockchains/ethereum/assets/0x1C9491865a1DE77C5b6e19d2E6a5F1D7a6F2b25F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Antimatter.Finance Governance Token",
- "website": "https://antimatter.finance/",
- "description": "AntiMatter is a lightweight on-chain DeFi perpetual derivative protocol based on a polarized token model.",
- "explorer": "https://etherscan.io/token/0x1C9491865a1DE77C5b6e19d2E6a5F1D7a6F2b25F",
- "type": "ERC20",
- "symbol": "MATTER",
- "decimals": 18,
- "status": "active",
- "id": "0x1C9491865a1DE77C5b6e19d2E6a5F1D7a6F2b25F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1C9491865a1DE77C5b6e19d2E6a5F1D7a6F2b25F/logo.png b/blockchains/ethereum/assets/0x1C9491865a1DE77C5b6e19d2E6a5F1D7a6F2b25F/logo.png
deleted file mode 100644
index 097bda3f2127b..0000000000000
Binary files a/blockchains/ethereum/assets/0x1C9491865a1DE77C5b6e19d2E6a5F1D7a6F2b25F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1C95b093d6C236d3EF7c796fE33f9CC6b8606714/info.json b/blockchains/ethereum/assets/0x1C95b093d6C236d3EF7c796fE33f9CC6b8606714/info.json
deleted file mode 100644
index 0eaae7201978f..0000000000000
--- a/blockchains/ethereum/assets/0x1C95b093d6C236d3EF7c796fE33f9CC6b8606714/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "BOMB",
- "symbol": "BOMB",
- "type": "ERC20",
- "decimals": 0,
- "description": "Bomb started as a social experiment and has grown into a community run project fueled by passionate people interested in fighting inflation and breaking the norm on tokenomics.",
- "website": "https://www.bombtoken.com",
- "explorer": "https://etherscan.io/token/0x1C95b093d6C236d3EF7c796fE33f9CC6b8606714",
- "status": "active",
- "id": "0x1C95b093d6C236d3EF7c796fE33f9CC6b8606714",
- "tags": [
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1C95b093d6C236d3EF7c796fE33f9CC6b8606714/logo.png b/blockchains/ethereum/assets/0x1C95b093d6C236d3EF7c796fE33f9CC6b8606714/logo.png
deleted file mode 100644
index 9090d8ce9a50a..0000000000000
Binary files a/blockchains/ethereum/assets/0x1C95b093d6C236d3EF7c796fE33f9CC6b8606714/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1C9922314ED1415c95b9FD453c3818fd41867d0B/info.json b/blockchains/ethereum/assets/0x1C9922314ED1415c95b9FD453c3818fd41867d0B/info.json
deleted file mode 100644
index 45ada44ad6661..0000000000000
--- a/blockchains/ethereum/assets/0x1C9922314ED1415c95b9FD453c3818fd41867d0B/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "TOWER",
- "website": "https://crazydefenseheroes.com/",
- "description": "Utility token to the blockchain game of Crazy Kings franchise.",
- "explorer": "https://etherscan.io/token/0x1C9922314ED1415c95b9FD453c3818fd41867d0B",
- "type": "ERC20",
- "symbol": "TOWER",
- "decimals": 18,
- "status": "active",
- "id": "0x1C9922314ED1415c95b9FD453c3818fd41867d0B",
- "tags": [
- "governance"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/TowerToken"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/crazydefenseheroes"
- },
- {
- "name": "medium",
- "url": "https://medium.com/tower-token"
- },
- {
- "name": "whitepaper",
- "url": "https://lightpaper.crazydefenseheroes.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1C9922314ED1415c95b9FD453c3818fd41867d0B/logo.png b/blockchains/ethereum/assets/0x1C9922314ED1415c95b9FD453c3818fd41867d0B/logo.png
deleted file mode 100644
index 746ec0b679a94..0000000000000
Binary files a/blockchains/ethereum/assets/0x1C9922314ED1415c95b9FD453c3818fd41867d0B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1C9e21A437B9e98a6Bb66c0fF862864523513135/info.json b/blockchains/ethereum/assets/0x1C9e21A437B9e98a6Bb66c0fF862864523513135/info.json
deleted file mode 100644
index 1b978a4cc69c3..0000000000000
--- a/blockchains/ethereum/assets/0x1C9e21A437B9e98a6Bb66c0fF862864523513135/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "The Big Bang",
- "symbol": "BANG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1C9e21A437B9e98a6Bb66c0fF862864523513135",
- "status": "abandoned",
- "id": "0x1C9e21A437B9e98a6Bb66c0fF862864523513135"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1C9e21A437B9e98a6Bb66c0fF862864523513135/logo.png b/blockchains/ethereum/assets/0x1C9e21A437B9e98a6Bb66c0fF862864523513135/logo.png
deleted file mode 100644
index dd6455c17e14b..0000000000000
Binary files a/blockchains/ethereum/assets/0x1C9e21A437B9e98a6Bb66c0fF862864523513135/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1CCAA0F2a7210d76E1fDec740d5F323E2E1b1672/info.json b/blockchains/ethereum/assets/0x1CCAA0F2a7210d76E1fDec740d5F323E2E1b1672/info.json
deleted file mode 100644
index 5f07e947b1417..0000000000000
--- a/blockchains/ethereum/assets/0x1CCAA0F2a7210d76E1fDec740d5F323E2E1b1672/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Faceter Token",
- "symbol": "FACE",
- "type": "ERC20",
- "decimals": 18,
- "description": "Faceter (FACE) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://tokensale.faceter.io/en",
- "explorer": "https://etherscan.io/token/0x1CCAA0F2a7210d76E1fDec740d5F323E2E1b1672",
- "status": "active",
- "id": "0x1CCAA0F2a7210d76E1fDec740d5F323E2E1b1672"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1CCAA0F2a7210d76E1fDec740d5F323E2E1b1672/logo.png b/blockchains/ethereum/assets/0x1CCAA0F2a7210d76E1fDec740d5F323E2E1b1672/logo.png
deleted file mode 100755
index 46a513a12069e..0000000000000
Binary files a/blockchains/ethereum/assets/0x1CCAA0F2a7210d76E1fDec740d5F323E2E1b1672/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1CDD2EaB61112697626F7b4bB0e23Da4FeBF7B7C/info.json b/blockchains/ethereum/assets/0x1CDD2EaB61112697626F7b4bB0e23Da4FeBF7B7C/info.json
deleted file mode 100644
index 03f39777aa66c..0000000000000
--- a/blockchains/ethereum/assets/0x1CDD2EaB61112697626F7b4bB0e23Da4FeBF7B7C/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Tether USD (Portal from Solana)",
- "type": "ERC20",
- "symbol": "USDTso",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://tether.to/",
- "explorer": "https://etherscan.io/token/0x1CDD2EaB61112697626F7b4bB0e23Da4FeBF7B7C",
- "status": "active",
- "id": "0x1CDD2EaB61112697626F7b4bB0e23Da4FeBF7B7C",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1CDD2EaB61112697626F7b4bB0e23Da4FeBF7B7C/logo.png b/blockchains/ethereum/assets/0x1CDD2EaB61112697626F7b4bB0e23Da4FeBF7B7C/logo.png
deleted file mode 100644
index d52df831af1f9..0000000000000
Binary files a/blockchains/ethereum/assets/0x1CDD2EaB61112697626F7b4bB0e23Da4FeBF7B7C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1Ca43a170BaD619322e6f54d46b57e504dB663aA/info.json b/blockchains/ethereum/assets/0x1Ca43a170BaD619322e6f54d46b57e504dB663aA/info.json
deleted file mode 100644
index 11c8739b5ded1..0000000000000
--- a/blockchains/ethereum/assets/0x1Ca43a170BaD619322e6f54d46b57e504dB663aA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ARTWOOK Coin",
- "symbol": "AKC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.artwook.com",
- "explorer": "https://etherscan.io/token/0x1Ca43a170BaD619322e6f54d46b57e504dB663aA",
- "status": "abandoned",
- "id": "0x1Ca43a170BaD619322e6f54d46b57e504dB663aA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1Ca43a170BaD619322e6f54d46b57e504dB663aA/logo.png b/blockchains/ethereum/assets/0x1Ca43a170BaD619322e6f54d46b57e504dB663aA/logo.png
deleted file mode 100644
index 9d89b8f9919c0..0000000000000
Binary files a/blockchains/ethereum/assets/0x1Ca43a170BaD619322e6f54d46b57e504dB663aA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1Cb3209D45B2a60B7fBCA1cCDBF87f674237A4aa/info.json b/blockchains/ethereum/assets/0x1Cb3209D45B2a60B7fBCA1cCDBF87f674237A4aa/info.json
deleted file mode 100644
index 1cc03411b488e..0000000000000
--- a/blockchains/ethereum/assets/0x1Cb3209D45B2a60B7fBCA1cCDBF87f674237A4aa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ThoreCoin",
- "symbol": "THR",
- "type": "ERC20",
- "decimals": 4,
- "description": "THR represents a basket of top-traded high-demand coins Simply put, it’s a Basket of Multiple cryptocurrencies in which you can invest by buying tokens.",
- "website": "http://www.thorecoin.com/",
- "explorer": "https://etherscan.io/token/0x1Cb3209D45B2a60B7fBCA1cCDBF87f674237A4aa",
- "status": "active",
- "id": "0x1Cb3209D45B2a60B7fBCA1cCDBF87f674237A4aa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1Cb3209D45B2a60B7fBCA1cCDBF87f674237A4aa/logo.png b/blockchains/ethereum/assets/0x1Cb3209D45B2a60B7fBCA1cCDBF87f674237A4aa/logo.png
deleted file mode 100644
index bb8917f9f880f..0000000000000
Binary files a/blockchains/ethereum/assets/0x1Cb3209D45B2a60B7fBCA1cCDBF87f674237A4aa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1D0582FA759E4B9BEab4F6F82CC539ac62C49250/info.json b/blockchains/ethereum/assets/0x1D0582FA759E4B9BEab4F6F82CC539ac62C49250/info.json
deleted file mode 100644
index 6518ca403fa4c..0000000000000
--- a/blockchains/ethereum/assets/0x1D0582FA759E4B9BEab4F6F82CC539ac62C49250/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GoDigit",
- "symbol": "GIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.godigit.io/",
- "explorer": "https://etherscan.io/token/0x1D0582FA759E4B9BEab4F6F82CC539ac62C49250",
- "status": "abandoned",
- "id": "0x1D0582FA759E4B9BEab4F6F82CC539ac62C49250"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1D0582FA759E4B9BEab4F6F82CC539ac62C49250/logo.png b/blockchains/ethereum/assets/0x1D0582FA759E4B9BEab4F6F82CC539ac62C49250/logo.png
deleted file mode 100644
index df3f66521ca18..0000000000000
Binary files a/blockchains/ethereum/assets/0x1D0582FA759E4B9BEab4F6F82CC539ac62C49250/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1D0e53A0e524E3CC92C1f0f33Ae268FfF8D7E7a5/info.json b/blockchains/ethereum/assets/0x1D0e53A0e524E3CC92C1f0f33Ae268FfF8D7E7a5/info.json
deleted file mode 100644
index a417808fdca6c..0000000000000
--- a/blockchains/ethereum/assets/0x1D0e53A0e524E3CC92C1f0f33Ae268FfF8D7E7a5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave UniUSDCETH",
- "website": "https://aave.com",
- "description": "Aave UniUSDCETH is an interest bearing token pegged 1:1 to the underlying USDC and ETH deposited in the Uniswap Market of Aave Protocol.",
- "explorer": "https://etherscan.io/token/0x1D0e53A0e524E3CC92C1f0f33Ae268FfF8D7E7a5",
- "type": "ERC20",
- "symbol": "aUniUSDCETH",
- "decimals": 18,
- "status": "active",
- "id": "0x1D0e53A0e524E3CC92C1f0f33Ae268FfF8D7E7a5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1D0e53A0e524E3CC92C1f0f33Ae268FfF8D7E7a5/logo.png b/blockchains/ethereum/assets/0x1D0e53A0e524E3CC92C1f0f33Ae268FfF8D7E7a5/logo.png
deleted file mode 100644
index 3aef247bf620a..0000000000000
Binary files a/blockchains/ethereum/assets/0x1D0e53A0e524E3CC92C1f0f33Ae268FfF8D7E7a5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1D18604BBF92ba050B99cc6775F70F114F576192/info.json b/blockchains/ethereum/assets/0x1D18604BBF92ba050B99cc6775F70F114F576192/info.json
deleted file mode 100644
index da16766754167..0000000000000
--- a/blockchains/ethereum/assets/0x1D18604BBF92ba050B99cc6775F70F114F576192/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MinedBlock Utility",
- "symbol": "MBTU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1D18604BBF92ba050B99cc6775F70F114F576192",
- "status": "abandoned",
- "id": "0x1D18604BBF92ba050B99cc6775F70F114F576192"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1D18604BBF92ba050B99cc6775F70F114F576192/logo.png b/blockchains/ethereum/assets/0x1D18604BBF92ba050B99cc6775F70F114F576192/logo.png
deleted file mode 100644
index 1ccf604b4afef..0000000000000
Binary files a/blockchains/ethereum/assets/0x1D18604BBF92ba050B99cc6775F70F114F576192/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1D1D4Fb6555db709368465D507Ebf86531f15444/info.json b/blockchains/ethereum/assets/0x1D1D4Fb6555db709368465D507Ebf86531f15444/info.json
deleted file mode 100644
index cfc2fae5a6c2d..0000000000000
--- a/blockchains/ethereum/assets/0x1D1D4Fb6555db709368465D507Ebf86531f15444/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "The Best Token",
- "website": "https://thebesttoken.io",
- "description": "The Best Token (a decentralized oracle) aims to address the Oracle problem on Ethereum.",
- "explorer": "https://etherscan.io/token/0x1D1D4Fb6555db709368465D507Ebf86531f15444",
- "type": "ERC20",
- "symbol": "TBT",
- "decimals": 18,
- "status": "active",
- "id": "0x1D1D4Fb6555db709368465D507Ebf86531f15444"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1D1D4Fb6555db709368465D507Ebf86531f15444/logo.png b/blockchains/ethereum/assets/0x1D1D4Fb6555db709368465D507Ebf86531f15444/logo.png
deleted file mode 100644
index 3d368d7424beb..0000000000000
Binary files a/blockchains/ethereum/assets/0x1D1D4Fb6555db709368465D507Ebf86531f15444/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1D4105534dA120DA243281cfC3f26Aaf038E2D6f/info.json b/blockchains/ethereum/assets/0x1D4105534dA120DA243281cfC3f26Aaf038E2D6f/info.json
deleted file mode 100644
index 339860546d648..0000000000000
--- a/blockchains/ethereum/assets/0x1D4105534dA120DA243281cfC3f26Aaf038E2D6f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yooba token",
- "symbol": "YOO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1D4105534dA120DA243281cfC3f26Aaf038E2D6f",
- "status": "spam",
- "id": "0x1D4105534dA120DA243281cfC3f26Aaf038E2D6f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1D4105534dA120DA243281cfC3f26Aaf038E2D6f/logo.png b/blockchains/ethereum/assets/0x1D4105534dA120DA243281cfC3f26Aaf038E2D6f/logo.png
deleted file mode 100644
index fa089dcf2f633..0000000000000
Binary files a/blockchains/ethereum/assets/0x1D4105534dA120DA243281cfC3f26Aaf038E2D6f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1D41e18e8Ed1EF148547ceaDe01912E638f464B8/info.json b/blockchains/ethereum/assets/0x1D41e18e8Ed1EF148547ceaDe01912E638f464B8/info.json
deleted file mode 100644
index 770c1b50b278c..0000000000000
--- a/blockchains/ethereum/assets/0x1D41e18e8Ed1EF148547ceaDe01912E638f464B8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Casper",
- "symbol": "CPR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1D41e18e8Ed1EF148547ceaDe01912E638f464B8",
- "status": "abandoned",
- "id": "0x1D41e18e8Ed1EF148547ceaDe01912E638f464B8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1D41e18e8Ed1EF148547ceaDe01912E638f464B8/logo.png b/blockchains/ethereum/assets/0x1D41e18e8Ed1EF148547ceaDe01912E638f464B8/logo.png
deleted file mode 100644
index 09993f4e7c604..0000000000000
Binary files a/blockchains/ethereum/assets/0x1D41e18e8Ed1EF148547ceaDe01912E638f464B8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1D4781bd93209dE6a70b6a8a1D96cA93ee8CFdFD/info.json b/blockchains/ethereum/assets/0x1D4781bd93209dE6a70b6a8a1D96cA93ee8CFdFD/info.json
deleted file mode 100644
index 1c3c2026b121c..0000000000000
--- a/blockchains/ethereum/assets/0x1D4781bd93209dE6a70b6a8a1D96cA93ee8CFdFD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "iZiFinance Token",
- "symbol": "IZT",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1D4781bd93209dE6a70b6a8a1D96cA93ee8CFdFD",
- "status": "abandoned",
- "id": "0x1D4781bd93209dE6a70b6a8a1D96cA93ee8CFdFD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1D4781bd93209dE6a70b6a8a1D96cA93ee8CFdFD/logo.png b/blockchains/ethereum/assets/0x1D4781bd93209dE6a70b6a8a1D96cA93ee8CFdFD/logo.png
deleted file mode 100644
index 06949062ee916..0000000000000
Binary files a/blockchains/ethereum/assets/0x1D4781bd93209dE6a70b6a8a1D96cA93ee8CFdFD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1D496da96caf6b518b133736beca85D5C4F9cBc5/info.json b/blockchains/ethereum/assets/0x1D496da96caf6b518b133736beca85D5C4F9cBc5/info.json
deleted file mode 100644
index e4817db3052e5..0000000000000
--- a/blockchains/ethereum/assets/0x1D496da96caf6b518b133736beca85D5C4F9cBc5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "bZx LINK iToken",
- "symbol": "iLINK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1D496da96caf6b518b133736beca85D5C4F9cBc5",
- "status": "abandoned",
- "id": "0x1D496da96caf6b518b133736beca85D5C4F9cBc5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1D496da96caf6b518b133736beca85D5C4F9cBc5/logo.png b/blockchains/ethereum/assets/0x1D496da96caf6b518b133736beca85D5C4F9cBc5/logo.png
deleted file mode 100644
index a3d92f65c67e9..0000000000000
Binary files a/blockchains/ethereum/assets/0x1D496da96caf6b518b133736beca85D5C4F9cBc5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1D4cCC31dAB6EA20f461d329a0562C1c58412515/info.json b/blockchains/ethereum/assets/0x1D4cCC31dAB6EA20f461d329a0562C1c58412515/info.json
deleted file mode 100644
index b53e20d5d28a3..0000000000000
--- a/blockchains/ethereum/assets/0x1D4cCC31dAB6EA20f461d329a0562C1c58412515/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Talao",
- "symbol": "TALAO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1D4cCC31dAB6EA20f461d329a0562C1c58412515",
- "status": "abandoned",
- "id": "0x1D4cCC31dAB6EA20f461d329a0562C1c58412515"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1D4cCC31dAB6EA20f461d329a0562C1c58412515/logo.png b/blockchains/ethereum/assets/0x1D4cCC31dAB6EA20f461d329a0562C1c58412515/logo.png
deleted file mode 100644
index 76befae579e6c..0000000000000
Binary files a/blockchains/ethereum/assets/0x1D4cCC31dAB6EA20f461d329a0562C1c58412515/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1DD67adA5F4e3359F86F3e900242ee527A18042f/info.json b/blockchains/ethereum/assets/0x1DD67adA5F4e3359F86F3e900242ee527A18042f/info.json
deleted file mode 100644
index 8f4b57914c5f2..0000000000000
--- a/blockchains/ethereum/assets/0x1DD67adA5F4e3359F86F3e900242ee527A18042f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "X-Found World",
- "symbol": "XFW",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1DD67adA5F4e3359F86F3e900242ee527A18042f",
- "status": "abandoned",
- "id": "0x1DD67adA5F4e3359F86F3e900242ee527A18042f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1DD67adA5F4e3359F86F3e900242ee527A18042f/logo.png b/blockchains/ethereum/assets/0x1DD67adA5F4e3359F86F3e900242ee527A18042f/logo.png
deleted file mode 100644
index 957658b978362..0000000000000
Binary files a/blockchains/ethereum/assets/0x1DD67adA5F4e3359F86F3e900242ee527A18042f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1Da87b114f35E1DC91F72bF57fc07A768Ad40Bb0/info.json b/blockchains/ethereum/assets/0x1Da87b114f35E1DC91F72bF57fc07A768Ad40Bb0/info.json
deleted file mode 100644
index 3952cf5b92c89..0000000000000
--- a/blockchains/ethereum/assets/0x1Da87b114f35E1DC91F72bF57fc07A768Ad40Bb0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Equalizer",
- "type": "ERC20",
- "symbol": "EQZ",
- "decimals": 18,
- "website": "https://equalizer.finance",
- "description": "DeFi Flash Loans Made Easy. The first dedicated platform that equalizes the decentralized markets.",
- "explorer": "https://etherscan.io/token/0x1Da87b114f35E1DC91F72bF57fc07A768Ad40Bb0",
- "status": "active",
- "id": "0x1Da87b114f35E1DC91F72bF57fc07A768Ad40Bb0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1Da87b114f35E1DC91F72bF57fc07A768Ad40Bb0/logo.png b/blockchains/ethereum/assets/0x1Da87b114f35E1DC91F72bF57fc07A768Ad40Bb0/logo.png
deleted file mode 100644
index 62f78d38a9a7c..0000000000000
Binary files a/blockchains/ethereum/assets/0x1Da87b114f35E1DC91F72bF57fc07A768Ad40Bb0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1DaCEfe4F8EEDef2524Fa729f563a86695b8888e/info.json b/blockchains/ethereum/assets/0x1DaCEfe4F8EEDef2524Fa729f563a86695b8888e/info.json
deleted file mode 100644
index 1fdb63ec1f8e2..0000000000000
--- a/blockchains/ethereum/assets/0x1DaCEfe4F8EEDef2524Fa729f563a86695b8888e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CCECOIN",
- "symbol": "CCE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1DaCEfe4F8EEDef2524Fa729f563a86695b8888e",
- "status": "spam",
- "id": "0x1DaCEfe4F8EEDef2524Fa729f563a86695b8888e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1DaCEfe4F8EEDef2524Fa729f563a86695b8888e/logo.png b/blockchains/ethereum/assets/0x1DaCEfe4F8EEDef2524Fa729f563a86695b8888e/logo.png
deleted file mode 100644
index a2863cb965332..0000000000000
Binary files a/blockchains/ethereum/assets/0x1DaCEfe4F8EEDef2524Fa729f563a86695b8888e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1DcAc83E90775b5f4BC2fFAc5A5749e25acC610D/info.json b/blockchains/ethereum/assets/0x1DcAc83E90775b5f4BC2fFAc5A5749e25acC610D/info.json
deleted file mode 100644
index de3d8602c8168..0000000000000
--- a/blockchains/ethereum/assets/0x1DcAc83E90775b5f4BC2fFAc5A5749e25acC610D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Reserve",
- "symbol": "RSV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1DcAc83E90775b5f4BC2fFAc5A5749e25acC610D",
- "status": "abandoned",
- "id": "0x1DcAc83E90775b5f4BC2fFAc5A5749e25acC610D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1DcAc83E90775b5f4BC2fFAc5A5749e25acC610D/logo.png b/blockchains/ethereum/assets/0x1DcAc83E90775b5f4BC2fFAc5A5749e25acC610D/logo.png
deleted file mode 100644
index 22e8b9b69a59e..0000000000000
Binary files a/blockchains/ethereum/assets/0x1DcAc83E90775b5f4BC2fFAc5A5749e25acC610D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1De09690e0d3c75C22cd19aCC1AEBdE46bbC7d25/info.json b/blockchains/ethereum/assets/0x1De09690e0d3c75C22cd19aCC1AEBdE46bbC7d25/info.json
deleted file mode 100644
index f839fd09d7098..0000000000000
--- a/blockchains/ethereum/assets/0x1De09690e0d3c75C22cd19aCC1AEBdE46bbC7d25/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TemboCoin",
- "symbol": "TMB",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://tembocoin.io",
- "explorer": "https://etherscan.io/token/0x1De09690e0d3c75C22cd19aCC1AEBdE46bbC7d25",
- "status": "abandoned",
- "id": "0x1De09690e0d3c75C22cd19aCC1AEBdE46bbC7d25"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1De09690e0d3c75C22cd19aCC1AEBdE46bbC7d25/logo.png b/blockchains/ethereum/assets/0x1De09690e0d3c75C22cd19aCC1AEBdE46bbC7d25/logo.png
deleted file mode 100644
index 858b93c273be6..0000000000000
Binary files a/blockchains/ethereum/assets/0x1De09690e0d3c75C22cd19aCC1AEBdE46bbC7d25/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1E18821E69B9FAA8e6e75DFFe54E7E25754beDa0/info.json b/blockchains/ethereum/assets/0x1E18821E69B9FAA8e6e75DFFe54E7E25754beDa0/info.json
deleted file mode 100644
index da5e361e506de..0000000000000
--- a/blockchains/ethereum/assets/0x1E18821E69B9FAA8e6e75DFFe54E7E25754beDa0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KIMCHI.finance",
- "website": "https://kimchi.finance/",
- "description": "KIMCHI is so hot",
- "explorer": "https://etherscan.io/token/0x1E18821E69B9FAA8e6e75DFFe54E7E25754beDa0",
- "type": "ERC20",
- "symbol": "KIMCHI",
- "decimals": 18,
- "status": "active",
- "id": "0x1E18821E69B9FAA8e6e75DFFe54E7E25754beDa0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1E18821E69B9FAA8e6e75DFFe54E7E25754beDa0/logo.png b/blockchains/ethereum/assets/0x1E18821E69B9FAA8e6e75DFFe54E7E25754beDa0/logo.png
deleted file mode 100644
index a62ac8c3e38bf..0000000000000
Binary files a/blockchains/ethereum/assets/0x1E18821E69B9FAA8e6e75DFFe54E7E25754beDa0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1E26b3D07E57F453caE30F7DDd2f945f5bF3EF33/info.json b/blockchains/ethereum/assets/0x1E26b3D07E57F453caE30F7DDd2f945f5bF3EF33/info.json
deleted file mode 100644
index 67185a9faee21..0000000000000
--- a/blockchains/ethereum/assets/0x1E26b3D07E57F453caE30F7DDd2f945f5bF3EF33/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ClearCoin",
- "symbol": "XCLR",
- "type": "ERC20",
- "decimals": 8,
- "description": "ClearCoin makes buying and selling of media on the blockchain simple and seamless. Its platform powers a system allowing for complete data transparency everyone can trust.",
- "website": "http://clearcoin.co",
- "explorer": "https://etherscan.io/token/0x1E26b3D07E57F453caE30F7DDd2f945f5bF3EF33",
- "status": "active",
- "id": "0x1E26b3D07E57F453caE30F7DDd2f945f5bF3EF33"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1E26b3D07E57F453caE30F7DDd2f945f5bF3EF33/logo.png b/blockchains/ethereum/assets/0x1E26b3D07E57F453caE30F7DDd2f945f5bF3EF33/logo.png
deleted file mode 100644
index 1dc1ff4f05ece..0000000000000
Binary files a/blockchains/ethereum/assets/0x1E26b3D07E57F453caE30F7DDd2f945f5bF3EF33/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1E2F15302B90EddE696593607b6bD444B64e8F02/info.json b/blockchains/ethereum/assets/0x1E2F15302B90EddE696593607b6bD444B64e8F02/info.json
deleted file mode 100644
index 4508d1e96f636..0000000000000
--- a/blockchains/ethereum/assets/0x1E2F15302B90EddE696593607b6bD444B64e8F02/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Shiryo-Inu",
- "website": "https://shiryoinu.com",
- "description": "Shiryo-Inu is a P2E card game built on the Ethereum network",
- "explorer": "https://etherscan.io/token/0x1E2F15302B90EddE696593607b6bD444B64e8F02",
- "type": "ERC20",
- "symbol": "Shiryo-Inu",
- "decimals": 9,
- "status": "active",
- "id": "0x1E2F15302B90EddE696593607b6bD444B64e8F02",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ShiryoInu"
- },
- {
- "name": "telegram",
- "url": "https://t.me/shiryoinu"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1E2F15302B90EddE696593607b6bD444B64e8F02/logo.png b/blockchains/ethereum/assets/0x1E2F15302B90EddE696593607b6bD444B64e8F02/logo.png
deleted file mode 100644
index 0a07d5f8707c0..0000000000000
Binary files a/blockchains/ethereum/assets/0x1E2F15302B90EddE696593607b6bD444B64e8F02/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1E32dDef10781e3C6a19883430F0E78A10B21217/info.json b/blockchains/ethereum/assets/0x1E32dDef10781e3C6a19883430F0E78A10B21217/info.json
deleted file mode 100644
index f1c0a08091a7d..0000000000000
--- a/blockchains/ethereum/assets/0x1E32dDef10781e3C6a19883430F0E78A10B21217/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Anonymous Organization",
- "symbol": "Anon",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1E32dDef10781e3C6a19883430F0E78A10B21217",
- "status": "abandoned",
- "id": "0x1E32dDef10781e3C6a19883430F0E78A10B21217"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1E32dDef10781e3C6a19883430F0E78A10B21217/logo.png b/blockchains/ethereum/assets/0x1E32dDef10781e3C6a19883430F0E78A10B21217/logo.png
deleted file mode 100644
index 08d34060fbcf9..0000000000000
Binary files a/blockchains/ethereum/assets/0x1E32dDef10781e3C6a19883430F0E78A10B21217/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1E4EDE388cbc9F4b5c79681B7f94d36a11ABEBC9/info.json b/blockchains/ethereum/assets/0x1E4EDE388cbc9F4b5c79681B7f94d36a11ABEBC9/info.json
deleted file mode 100644
index 20902d5521e30..0000000000000
--- a/blockchains/ethereum/assets/0x1E4EDE388cbc9F4b5c79681B7f94d36a11ABEBC9/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "X2Y2Token",
- "symbol": "X2Y2",
- "type": "ERC20",
- "decimals": 18,
- "description": "The decentralized NFT marketplace. By the people, for the people.",
- "website": "https://x2y2.io/",
- "explorer": "https://etherscan.io/token/0x1E4EDE388cbc9F4b5c79681B7f94d36a11ABEBC9",
- "status": "active",
- "id": "0x1E4EDE388cbc9F4b5c79681B7f94d36a11ABEBC9",
- "tags": [
- "nft"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/the_x2y2"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/x2y2"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1E4EDE388cbc9F4b5c79681B7f94d36a11ABEBC9/logo.png b/blockchains/ethereum/assets/0x1E4EDE388cbc9F4b5c79681B7f94d36a11ABEBC9/logo.png
deleted file mode 100644
index c97e026701fae..0000000000000
Binary files a/blockchains/ethereum/assets/0x1E4EDE388cbc9F4b5c79681B7f94d36a11ABEBC9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1E9421331F19E6c4Ba79BCE22582e3F34c4CF506/info.json b/blockchains/ethereum/assets/0x1E9421331F19E6c4Ba79BCE22582e3F34c4CF506/info.json
deleted file mode 100644
index 9c4dcc9d9b13c..0000000000000
--- a/blockchains/ethereum/assets/0x1E9421331F19E6c4Ba79BCE22582e3F34c4CF506/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Amazing Unit",
- "symbol": "AMU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://amazingunit.net",
- "explorer": "https://etherscan.io/token/0x1E9421331F19E6c4Ba79BCE22582e3F34c4CF506",
- "status": "abandoned",
- "id": "0x1E9421331F19E6c4Ba79BCE22582e3F34c4CF506"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1E9421331F19E6c4Ba79BCE22582e3F34c4CF506/logo.png b/blockchains/ethereum/assets/0x1E9421331F19E6c4Ba79BCE22582e3F34c4CF506/logo.png
deleted file mode 100644
index 5f7750333e788..0000000000000
Binary files a/blockchains/ethereum/assets/0x1E9421331F19E6c4Ba79BCE22582e3F34c4CF506/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1Ef57424C7f38628A0e25177Ff61A671FBe4B405/info.json b/blockchains/ethereum/assets/0x1Ef57424C7f38628A0e25177Ff61A671FBe4B405/info.json
deleted file mode 100644
index 4595d1d746af4..0000000000000
--- a/blockchains/ethereum/assets/0x1Ef57424C7f38628A0e25177Ff61A671FBe4B405/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitWest Token",
- "symbol": "BWT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1Ef57424C7f38628A0e25177Ff61A671FBe4B405",
- "status": "abandoned",
- "id": "0x1Ef57424C7f38628A0e25177Ff61A671FBe4B405"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1Ef57424C7f38628A0e25177Ff61A671FBe4B405/logo.png b/blockchains/ethereum/assets/0x1Ef57424C7f38628A0e25177Ff61A671FBe4B405/logo.png
deleted file mode 100644
index f4d5ba467822f..0000000000000
Binary files a/blockchains/ethereum/assets/0x1Ef57424C7f38628A0e25177Ff61A671FBe4B405/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1F10822c753A1F587923d9916E64738Ee7C27419/info.json b/blockchains/ethereum/assets/0x1F10822c753A1F587923d9916E64738Ee7C27419/info.json
deleted file mode 100644
index 3b48554cbe5b3..0000000000000
--- a/blockchains/ethereum/assets/0x1F10822c753A1F587923d9916E64738Ee7C27419/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Grapheneum",
- "symbol": "GPH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1F10822c753A1F587923d9916E64738Ee7C27419",
- "status": "abandoned",
- "id": "0x1F10822c753A1F587923d9916E64738Ee7C27419"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1F10822c753A1F587923d9916E64738Ee7C27419/logo.png b/blockchains/ethereum/assets/0x1F10822c753A1F587923d9916E64738Ee7C27419/logo.png
deleted file mode 100644
index 32a04e9f840ac..0000000000000
Binary files a/blockchains/ethereum/assets/0x1F10822c753A1F587923d9916E64738Ee7C27419/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1F21d8395655fb262251897df7CB3c9358BEc6a2/info.json b/blockchains/ethereum/assets/0x1F21d8395655fb262251897df7CB3c9358BEc6a2/info.json
deleted file mode 100644
index e914855c547db..0000000000000
--- a/blockchains/ethereum/assets/0x1F21d8395655fb262251897df7CB3c9358BEc6a2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IRONCOIN",
- "symbol": "IRC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://ironcoin.org/",
- "explorer": "https://etherscan.io/token/0x1F21d8395655fb262251897df7CB3c9358BEc6a2",
- "status": "abandoned",
- "id": "0x1F21d8395655fb262251897df7CB3c9358BEc6a2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1F21d8395655fb262251897df7CB3c9358BEc6a2/logo.png b/blockchains/ethereum/assets/0x1F21d8395655fb262251897df7CB3c9358BEc6a2/logo.png
deleted file mode 100755
index 82c83075b2b3e..0000000000000
Binary files a/blockchains/ethereum/assets/0x1F21d8395655fb262251897df7CB3c9358BEc6a2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1F35a281036Be57E64e7E7A2A556b4f888A1b829/info.json b/blockchains/ethereum/assets/0x1F35a281036Be57E64e7E7A2A556b4f888A1b829/info.json
deleted file mode 100644
index 066fb0c843080..0000000000000
--- a/blockchains/ethereum/assets/0x1F35a281036Be57E64e7E7A2A556b4f888A1b829/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Muzika",
- "symbol": "MZK",
- "type": "ERC20",
- "decimals": 18,
- "description": "Muzika aims to transform the music world through blockchain, by closing the gap between artists and fans : the true value creators in today's digital music industry.",
- "website": "https://www.muzika.network/",
- "explorer": "https://etherscan.io/token/0x1F35a281036Be57E64e7E7A2A556b4f888A1b829",
- "status": "active",
- "id": "0x1F35a281036Be57E64e7E7A2A556b4f888A1b829"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1F35a281036Be57E64e7E7A2A556b4f888A1b829/logo.png b/blockchains/ethereum/assets/0x1F35a281036Be57E64e7E7A2A556b4f888A1b829/logo.png
deleted file mode 100644
index 76403cd358369..0000000000000
Binary files a/blockchains/ethereum/assets/0x1F35a281036Be57E64e7E7A2A556b4f888A1b829/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1F3F677Ecc58F6A1F9e2CF410dF4776a8546b5DE/info.json b/blockchains/ethereum/assets/0x1F3F677Ecc58F6A1F9e2CF410dF4776a8546b5DE/info.json
deleted file mode 100644
index c4b6035dab7d3..0000000000000
--- a/blockchains/ethereum/assets/0x1F3F677Ecc58F6A1F9e2CF410dF4776a8546b5DE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VNDC",
- "symbol": "VNDC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://vndc.io/",
- "explorer": "https://etherscan.io/token/0x1F3F677Ecc58F6A1F9e2CF410dF4776a8546b5DE",
- "status": "abandoned",
- "id": "0x1F3F677Ecc58F6A1F9e2CF410dF4776a8546b5DE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1F3F677Ecc58F6A1F9e2CF410dF4776a8546b5DE/logo.png b/blockchains/ethereum/assets/0x1F3F677Ecc58F6A1F9e2CF410dF4776a8546b5DE/logo.png
deleted file mode 100644
index e2f48cb6ae10d..0000000000000
Binary files a/blockchains/ethereum/assets/0x1F3F677Ecc58F6A1F9e2CF410dF4776a8546b5DE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1F54638b7737193FFd86c19Ec51907A7c41755D8/info.json b/blockchains/ethereum/assets/0x1F54638b7737193FFd86c19Ec51907A7c41755D8/info.json
deleted file mode 100644
index 985c6e715454f..0000000000000
--- a/blockchains/ethereum/assets/0x1F54638b7737193FFd86c19Ec51907A7c41755D8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sola Token",
- "symbol": "SOL",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1F54638b7737193FFd86c19Ec51907A7c41755D8",
- "status": "abandoned",
- "id": "0x1F54638b7737193FFd86c19Ec51907A7c41755D8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1F54638b7737193FFd86c19Ec51907A7c41755D8/logo.png b/blockchains/ethereum/assets/0x1F54638b7737193FFd86c19Ec51907A7c41755D8/logo.png
deleted file mode 100644
index d678c76263d00..0000000000000
Binary files a/blockchains/ethereum/assets/0x1F54638b7737193FFd86c19Ec51907A7c41755D8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C/info.json b/blockchains/ethereum/assets/0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C/info.json
deleted file mode 100644
index 81c3dd0f35872..0000000000000
--- a/blockchains/ethereum/assets/0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C/info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "Bancor",
- "website": "https://bancor.network",
- "description": "Bancor is an on-chain liquidity protocol that enables automated, decentralized exchange on Ethereum and across blockchains.",
- "explorer": "https://etherscan.io/token/0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C",
- "research": "https://research.binance.com/en/projects/bancor",
- "type": "ERC20",
- "symbol": "BNT",
- "decimals": 18,
- "status": "active",
- "id": "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/bancorprotocol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/bancornetwork"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Bancor/"
- },
- {
- "name": "blog",
- "url": "https://blog.bancor.network/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/bancor"
- },
- {
- "name": "whitepaper",
- "url": "https://storage.googleapis.com/website-bancor/2018/04/01ba8253-bancor_protocol_whitepaper_en.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/bancor/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C/logo.png b/blockchains/ethereum/assets/0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C/logo.png
deleted file mode 100644
index 53b403e7dcc40..0000000000000
Binary files a/blockchains/ethereum/assets/0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1F6DEADcb526c4710Cf941872b86dcdfBbBD9211/info.json b/blockchains/ethereum/assets/0x1F6DEADcb526c4710Cf941872b86dcdfBbBD9211/info.json
deleted file mode 100644
index 1e0925729c0a1..0000000000000
--- a/blockchains/ethereum/assets/0x1F6DEADcb526c4710Cf941872b86dcdfBbBD9211/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ruletka",
- "symbol": "RTK",
- "type": "ERC20",
- "decimals": 18,
- "description": "Ruletka (RTK) is an incentive-based deflationary game currency. its 1 in 6 chance burn mechanism simulates the Russian Roulette and is used in games by reward-seeking players.",
- "website": "https://ruletka.fun",
- "explorer": "https://etherscan.io/token/0x1F6DEADcb526c4710Cf941872b86dcdfBbBD9211",
- "status": "active",
- "id": "0x1F6DEADcb526c4710Cf941872b86dcdfBbBD9211"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1F6DEADcb526c4710Cf941872b86dcdfBbBD9211/logo.png b/blockchains/ethereum/assets/0x1F6DEADcb526c4710Cf941872b86dcdfBbBD9211/logo.png
deleted file mode 100644
index b5bbf47138610..0000000000000
Binary files a/blockchains/ethereum/assets/0x1F6DEADcb526c4710Cf941872b86dcdfBbBD9211/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1F74bD428C931372d50B0776982C458b1b3f2B72/info.json b/blockchains/ethereum/assets/0x1F74bD428C931372d50B0776982C458b1b3f2B72/info.json
deleted file mode 100644
index 5b47d6b36b4f7..0000000000000
--- a/blockchains/ethereum/assets/0x1F74bD428C931372d50B0776982C458b1b3f2B72/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FGCoin",
- "symbol": "FGC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1F74bD428C931372d50B0776982C458b1b3f2B72",
- "status": "abandoned",
- "id": "0x1F74bD428C931372d50B0776982C458b1b3f2B72"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1F74bD428C931372d50B0776982C458b1b3f2B72/logo.png b/blockchains/ethereum/assets/0x1F74bD428C931372d50B0776982C458b1b3f2B72/logo.png
deleted file mode 100644
index 41a5a847f1bf8..0000000000000
Binary files a/blockchains/ethereum/assets/0x1F74bD428C931372d50B0776982C458b1b3f2B72/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1F8A626883d7724DBd59eF51CBD4BF1Cf2016D13/info.json b/blockchains/ethereum/assets/0x1F8A626883d7724DBd59eF51CBD4BF1Cf2016D13/info.json
deleted file mode 100644
index 65261a29dfa85..0000000000000
--- a/blockchains/ethereum/assets/0x1F8A626883d7724DBd59eF51CBD4BF1Cf2016D13/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Jigstack",
- "symbol": "STAK",
- "type": "ERC20",
- "decimals": 18,
- "description": "STAK is the governance token of Jigstack DAO as well as the main utility asset across it's ecosystem.",
- "website": "https://www.jigstack.org/",
- "explorer": "https://etherscan.io/token/0x1F8A626883d7724DBd59eF51CBD4BF1Cf2016D13",
- "status": "active",
- "id": "0x1F8A626883d7724DBd59eF51CBD4BF1Cf2016D13"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1F8A626883d7724DBd59eF51CBD4BF1Cf2016D13/logo.png b/blockchains/ethereum/assets/0x1F8A626883d7724DBd59eF51CBD4BF1Cf2016D13/logo.png
deleted file mode 100644
index e1caa785eadbe..0000000000000
Binary files a/blockchains/ethereum/assets/0x1F8A626883d7724DBd59eF51CBD4BF1Cf2016D13/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1F8f123bf24849443a56eD9fC42b9265b7F3A39a/info.json b/blockchains/ethereum/assets/0x1F8f123bf24849443a56eD9fC42b9265b7F3A39a/info.json
deleted file mode 100644
index 1e96a23ccede6..0000000000000
--- a/blockchains/ethereum/assets/0x1F8f123bf24849443a56eD9fC42b9265b7F3A39a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UniTopia",
- "symbol": "uTOPIA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://unitopia.network",
- "explorer": "https://etherscan.io/token/0x1F8f123bf24849443a56eD9fC42b9265b7F3A39a",
- "status": "abandoned",
- "id": "0x1F8f123bf24849443a56eD9fC42b9265b7F3A39a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1F8f123bf24849443a56eD9fC42b9265b7F3A39a/logo.png b/blockchains/ethereum/assets/0x1F8f123bf24849443a56eD9fC42b9265b7F3A39a/logo.png
deleted file mode 100644
index 792b24f734af9..0000000000000
Binary files a/blockchains/ethereum/assets/0x1F8f123bf24849443a56eD9fC42b9265b7F3A39a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1F9232E7F1318Abf91366e6081d57Fa3C1bcdE88/info.json b/blockchains/ethereum/assets/0x1F9232E7F1318Abf91366e6081d57Fa3C1bcdE88/info.json
deleted file mode 100644
index 2964dea9068c5..0000000000000
--- a/blockchains/ethereum/assets/0x1F9232E7F1318Abf91366e6081d57Fa3C1bcdE88/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Energy Source",
- "symbol": "LEML",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.zndyl.com/",
- "explorer": "https://etherscan.io/token/0x1F9232E7F1318Abf91366e6081d57Fa3C1bcdE88",
- "status": "abandoned",
- "id": "0x1F9232E7F1318Abf91366e6081d57Fa3C1bcdE88"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1F9232E7F1318Abf91366e6081d57Fa3C1bcdE88/logo.png b/blockchains/ethereum/assets/0x1F9232E7F1318Abf91366e6081d57Fa3C1bcdE88/logo.png
deleted file mode 100755
index 49e43a00b062c..0000000000000
Binary files a/blockchains/ethereum/assets/0x1F9232E7F1318Abf91366e6081d57Fa3C1bcdE88/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1FC82046357f9C684bb1267588036E5d08bA2Cf0/info.json b/blockchains/ethereum/assets/0x1FC82046357f9C684bb1267588036E5d08bA2Cf0/info.json
deleted file mode 100644
index 238507086625a..0000000000000
--- a/blockchains/ethereum/assets/0x1FC82046357f9C684bb1267588036E5d08bA2Cf0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DEXP",
- "symbol": "DEXP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1FC82046357f9C684bb1267588036E5d08bA2Cf0",
- "status": "abandoned",
- "id": "0x1FC82046357f9C684bb1267588036E5d08bA2Cf0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1FC82046357f9C684bb1267588036E5d08bA2Cf0/logo.png b/blockchains/ethereum/assets/0x1FC82046357f9C684bb1267588036E5d08bA2Cf0/logo.png
deleted file mode 100644
index 8d3f8f33ca213..0000000000000
Binary files a/blockchains/ethereum/assets/0x1FC82046357f9C684bb1267588036E5d08bA2Cf0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1FCdcE58959f536621d76f5b7FfB955baa5A672F/info.json b/blockchains/ethereum/assets/0x1FCdcE58959f536621d76f5b7FfB955baa5A672F/info.json
deleted file mode 100644
index ecb477a47127b..0000000000000
--- a/blockchains/ethereum/assets/0x1FCdcE58959f536621d76f5b7FfB955baa5A672F/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "FOR",
- "website": "https://theforceprotocol.com/",
- "description": "The Force Token (FOR) is a utility token, it is the governance token of ForTube system.",
- "explorer": "https://etherscan.io/token/0x1FCdcE58959f536621d76f5b7FfB955baa5A672F",
- "type": "ERC20",
- "symbol": "FOR",
- "decimals": 18,
- "status": "active",
- "id": "0x1FCdcE58959f536621d76f5b7FfB955baa5A672F",
- "tags": [
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1FCdcE58959f536621d76f5b7FfB955baa5A672F/logo.png b/blockchains/ethereum/assets/0x1FCdcE58959f536621d76f5b7FfB955baa5A672F/logo.png
deleted file mode 100644
index 59a9494014618..0000000000000
Binary files a/blockchains/ethereum/assets/0x1FCdcE58959f536621d76f5b7FfB955baa5A672F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1FE70bE734e473e5721ea57C8B5B01e6Caa52686/info.json b/blockchains/ethereum/assets/0x1FE70bE734e473e5721ea57C8B5B01e6Caa52686/info.json
deleted file mode 100644
index 0c25d5859154b..0000000000000
--- a/blockchains/ethereum/assets/0x1FE70bE734e473e5721ea57C8B5B01e6Caa52686/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RNTB Token",
- "symbol": "RNTB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bitrent.io",
- "explorer": "https://etherscan.io/token/0x1FE70bE734e473e5721ea57C8B5B01e6Caa52686",
- "status": "abandoned",
- "id": "0x1FE70bE734e473e5721ea57C8B5B01e6Caa52686"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1FE70bE734e473e5721ea57C8B5B01e6Caa52686/logo.png b/blockchains/ethereum/assets/0x1FE70bE734e473e5721ea57C8B5B01e6Caa52686/logo.png
deleted file mode 100755
index 2c54057159b75..0000000000000
Binary files a/blockchains/ethereum/assets/0x1FE70bE734e473e5721ea57C8B5B01e6Caa52686/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1Fc31488f28ac846588FFA201cDe0669168471bD/info.json b/blockchains/ethereum/assets/0x1Fc31488f28ac846588FFA201cDe0669168471bD/info.json
deleted file mode 100644
index 1a0bdc3c4a4f1..0000000000000
--- a/blockchains/ethereum/assets/0x1Fc31488f28ac846588FFA201cDe0669168471bD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UAX",
- "website": "https://xreserve.fund",
- "description": "UAX is a stablecoin with a 1:1 exchange rate to Ukrainian Hryvnia.",
- "explorer": "https://etherscan.io/token/0x1Fc31488f28ac846588FFA201cDe0669168471bD",
- "type": "ERC20",
- "symbol": "UAX",
- "decimals": 2,
- "status": "active",
- "id": "0x1Fc31488f28ac846588FFA201cDe0669168471bD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1Fc31488f28ac846588FFA201cDe0669168471bD/logo.png b/blockchains/ethereum/assets/0x1Fc31488f28ac846588FFA201cDe0669168471bD/logo.png
deleted file mode 100644
index ade8ddcc6d4b3..0000000000000
Binary files a/blockchains/ethereum/assets/0x1Fc31488f28ac846588FFA201cDe0669168471bD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1Fe72034dA777ef22533eaa6Dd7cBE1D80bE50Fa/info.json b/blockchains/ethereum/assets/0x1Fe72034dA777ef22533eaa6Dd7cBE1D80bE50Fa/info.json
deleted file mode 100644
index 23b0cfa673f47..0000000000000
--- a/blockchains/ethereum/assets/0x1Fe72034dA777ef22533eaa6Dd7cBE1D80bE50Fa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PayAccept",
- "symbol": "PAY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.payaccept.net/",
- "explorer": "https://etherscan.io/token/0x1Fe72034dA777ef22533eaa6Dd7cBE1D80bE50Fa",
- "status": "abandoned",
- "id": "0x1Fe72034dA777ef22533eaa6Dd7cBE1D80bE50Fa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1Fe72034dA777ef22533eaa6Dd7cBE1D80bE50Fa/logo.png b/blockchains/ethereum/assets/0x1Fe72034dA777ef22533eaa6Dd7cBE1D80bE50Fa/logo.png
deleted file mode 100644
index 1bad444c59729..0000000000000
Binary files a/blockchains/ethereum/assets/0x1Fe72034dA777ef22533eaa6Dd7cBE1D80bE50Fa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1a2277C83930b7a64C3e3D5544Eaa8C4f946B1B7/info.json b/blockchains/ethereum/assets/0x1a2277C83930b7a64C3e3D5544Eaa8C4f946B1B7/info.json
deleted file mode 100644
index 743275015a437..0000000000000
--- a/blockchains/ethereum/assets/0x1a2277C83930b7a64C3e3D5544Eaa8C4f946B1B7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ECHAT TOKEN",
- "symbol": "ECHT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://echat.io/",
- "explorer": "https://etherscan.io/token/0x1a2277C83930b7a64C3e3D5544Eaa8C4f946B1B7",
- "status": "abandoned",
- "id": "0x1a2277C83930b7a64C3e3D5544Eaa8C4f946B1B7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1a2277C83930b7a64C3e3D5544Eaa8C4f946B1B7/logo.png b/blockchains/ethereum/assets/0x1a2277C83930b7a64C3e3D5544Eaa8C4f946B1B7/logo.png
deleted file mode 100644
index 98219708c3cca..0000000000000
Binary files a/blockchains/ethereum/assets/0x1a2277C83930b7a64C3e3D5544Eaa8C4f946B1B7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1a2d7C2b22a0b6Ce314dCbC30aC236303303defA/info.json b/blockchains/ethereum/assets/0x1a2d7C2b22a0b6Ce314dCbC30aC236303303defA/info.json
deleted file mode 100644
index 763843f282839..0000000000000
--- a/blockchains/ethereum/assets/0x1a2d7C2b22a0b6Ce314dCbC30aC236303303defA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IDRT Wrapper",
- "symbol": "IDRTW",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1a2d7C2b22a0b6Ce314dCbC30aC236303303defA",
- "status": "abandoned",
- "id": "0x1a2d7C2b22a0b6Ce314dCbC30aC236303303defA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1a2d7C2b22a0b6Ce314dCbC30aC236303303defA/logo.png b/blockchains/ethereum/assets/0x1a2d7C2b22a0b6Ce314dCbC30aC236303303defA/logo.png
deleted file mode 100644
index a588d46b284d3..0000000000000
Binary files a/blockchains/ethereum/assets/0x1a2d7C2b22a0b6Ce314dCbC30aC236303303defA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1a6658F40e51b372E593B7d2144c1402d5cf33E8/info.json b/blockchains/ethereum/assets/0x1a6658F40e51b372E593B7d2144c1402d5cf33E8/info.json
deleted file mode 100644
index ce2e6a349e4d9..0000000000000
--- a/blockchains/ethereum/assets/0x1a6658F40e51b372E593B7d2144c1402d5cf33E8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PUBLX",
- "symbol": "PUBLX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1a6658F40e51b372E593B7d2144c1402d5cf33E8",
- "status": "active",
- "id": "0x1a6658F40e51b372E593B7d2144c1402d5cf33E8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1a6658F40e51b372E593B7d2144c1402d5cf33E8/logo.png b/blockchains/ethereum/assets/0x1a6658F40e51b372E593B7d2144c1402d5cf33E8/logo.png
deleted file mode 100644
index 046b29f222d9d..0000000000000
Binary files a/blockchains/ethereum/assets/0x1a6658F40e51b372E593B7d2144c1402d5cf33E8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1a76bfFD6D1FC1660e1d0E0552Fde51ddbB120CF/info.json b/blockchains/ethereum/assets/0x1a76bfFD6D1FC1660e1d0E0552Fde51ddbB120CF/info.json
deleted file mode 100644
index 51fbed9d3077f..0000000000000
--- a/blockchains/ethereum/assets/0x1a76bfFD6D1FC1660e1d0E0552Fde51ddbB120CF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Realio Security Token",
- "website": "https://realio.fund",
- "description": "RST is a security token to represent ownership of the Realio.fund Ecosystem. Realio is an end-to-end platform for compliant issuance, p2p trading and life-cycle management of digital assets.",
- "explorer": "https://etherscan.io/token/0x1a76bffd6d1fc1660e1d0e0552fde51ddbb120cf",
- "type": "ERC20",
- "symbol": "RST",
- "decimals": 18,
- "status": "active",
- "id": "0x1a76bfFD6D1FC1660e1d0E0552Fde51ddbB120CF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1a76bfFD6D1FC1660e1d0E0552Fde51ddbB120CF/logo.png b/blockchains/ethereum/assets/0x1a76bfFD6D1FC1660e1d0E0552Fde51ddbB120CF/logo.png
deleted file mode 100644
index 29c8aca50e599..0000000000000
Binary files a/blockchains/ethereum/assets/0x1a76bfFD6D1FC1660e1d0E0552Fde51ddbB120CF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1a7918b6AFaA8D3321E49FCc64B02FD8be1225fa/info.json b/blockchains/ethereum/assets/0x1a7918b6AFaA8D3321E49FCc64B02FD8be1225fa/info.json
deleted file mode 100644
index 3158e10c0b7ab..0000000000000
--- a/blockchains/ethereum/assets/0x1a7918b6AFaA8D3321E49FCc64B02FD8be1225fa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TokenMarket Ltd. A shares",
- "symbol": "TM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1a7918b6AFaA8D3321E49FCc64B02FD8be1225fa",
- "status": "abandoned",
- "id": "0x1a7918b6AFaA8D3321E49FCc64B02FD8be1225fa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1a7918b6AFaA8D3321E49FCc64B02FD8be1225fa/logo.png b/blockchains/ethereum/assets/0x1a7918b6AFaA8D3321E49FCc64B02FD8be1225fa/logo.png
deleted file mode 100644
index ce3ccaf5aeaba..0000000000000
Binary files a/blockchains/ethereum/assets/0x1a7918b6AFaA8D3321E49FCc64B02FD8be1225fa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1a7a8BD9106F2B8D977E08582DC7d24c723ab0DB/info.json b/blockchains/ethereum/assets/0x1a7a8BD9106F2B8D977E08582DC7d24c723ab0DB/info.json
deleted file mode 100644
index d09e5edc7e0b6..0000000000000
--- a/blockchains/ethereum/assets/0x1a7a8BD9106F2B8D977E08582DC7d24c723ab0DB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AppCoins",
- "symbol": "APPC",
- "type": "ERC20",
- "decimals": 18,
- "description": "AppCoins is an open and distributed protocol for app stores based on the Ethereum blockchain and smart contracts.",
- "website": "https://appcoins.io/",
- "explorer": "https://etherscan.io/token/0x1a7a8BD9106F2B8D977E08582DC7d24c723ab0DB",
- "status": "active",
- "id": "0x1a7a8BD9106F2B8D977E08582DC7d24c723ab0DB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1a7a8BD9106F2B8D977E08582DC7d24c723ab0DB/logo.png b/blockchains/ethereum/assets/0x1a7a8BD9106F2B8D977E08582DC7d24c723ab0DB/logo.png
deleted file mode 100755
index 5f48e03e73690..0000000000000
Binary files a/blockchains/ethereum/assets/0x1a7a8BD9106F2B8D977E08582DC7d24c723ab0DB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1a7b00404b755FF80126f1D66a90f5aEDdEd25da/info.json b/blockchains/ethereum/assets/0x1a7b00404b755FF80126f1D66a90f5aEDdEd25da/info.json
deleted file mode 100644
index a64e2d83ea620..0000000000000
--- a/blockchains/ethereum/assets/0x1a7b00404b755FF80126f1D66a90f5aEDdEd25da/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MulTra Token",
- "symbol": "MTT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1a7b00404b755FF80126f1D66a90f5aEDdEd25da",
- "status": "abandoned",
- "id": "0x1a7b00404b755FF80126f1D66a90f5aEDdEd25da"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1a7b00404b755FF80126f1D66a90f5aEDdEd25da/logo.png b/blockchains/ethereum/assets/0x1a7b00404b755FF80126f1D66a90f5aEDdEd25da/logo.png
deleted file mode 100644
index f6623343475a2..0000000000000
Binary files a/blockchains/ethereum/assets/0x1a7b00404b755FF80126f1D66a90f5aEDdEd25da/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1a8f615F0dD39B9DE8ad26db89Cfa76F7c9D0274/info.json b/blockchains/ethereum/assets/0x1a8f615F0dD39B9DE8ad26db89Cfa76F7c9D0274/info.json
deleted file mode 100644
index a8b9604e0a4c5..0000000000000
--- a/blockchains/ethereum/assets/0x1a8f615F0dD39B9DE8ad26db89Cfa76F7c9D0274/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UTour",
- "symbol": "UTO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1a8f615F0dD39B9DE8ad26db89Cfa76F7c9D0274",
- "status": "abandoned",
- "id": "0x1a8f615F0dD39B9DE8ad26db89Cfa76F7c9D0274"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1a8f615F0dD39B9DE8ad26db89Cfa76F7c9D0274/logo.png b/blockchains/ethereum/assets/0x1a8f615F0dD39B9DE8ad26db89Cfa76F7c9D0274/logo.png
deleted file mode 100644
index 2a3518f0d92e7..0000000000000
Binary files a/blockchains/ethereum/assets/0x1a8f615F0dD39B9DE8ad26db89Cfa76F7c9D0274/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1a9371365C3704b1584B0FC4a7f4Dbb70AB14d2d/info.json b/blockchains/ethereum/assets/0x1a9371365C3704b1584B0FC4a7f4Dbb70AB14d2d/info.json
deleted file mode 100644
index 06578910c20de..0000000000000
--- a/blockchains/ethereum/assets/0x1a9371365C3704b1584B0FC4a7f4Dbb70AB14d2d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "The Luxury",
- "symbol": "ILUX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1a9371365C3704b1584B0FC4a7f4Dbb70AB14d2d",
- "status": "abandoned",
- "id": "0x1a9371365C3704b1584B0FC4a7f4Dbb70AB14d2d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1a9371365C3704b1584B0FC4a7f4Dbb70AB14d2d/logo.png b/blockchains/ethereum/assets/0x1a9371365C3704b1584B0FC4a7f4Dbb70AB14d2d/logo.png
deleted file mode 100644
index 98eac1bbea5fd..0000000000000
Binary files a/blockchains/ethereum/assets/0x1a9371365C3704b1584B0FC4a7f4Dbb70AB14d2d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1a95B271B0535D15fa49932Daba31BA612b52946/info.json b/blockchains/ethereum/assets/0x1a95B271B0535D15fa49932Daba31BA612b52946/info.json
deleted file mode 100644
index bcd4e76c4dba5..0000000000000
--- a/blockchains/ethereum/assets/0x1a95B271B0535D15fa49932Daba31BA612b52946/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "minereum",
- "symbol": "MNE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1a95B271B0535D15fa49932Daba31BA612b52946",
- "status": "abandoned",
- "id": "0x1a95B271B0535D15fa49932Daba31BA612b52946"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1a95B271B0535D15fa49932Daba31BA612b52946/logo.png b/blockchains/ethereum/assets/0x1a95B271B0535D15fa49932Daba31BA612b52946/logo.png
deleted file mode 100644
index 5fc16be3bb405..0000000000000
Binary files a/blockchains/ethereum/assets/0x1a95B271B0535D15fa49932Daba31BA612b52946/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1a986F1659e11E2AE7CC6543F307bAE5cDe1C761/info.json b/blockchains/ethereum/assets/0x1a986F1659e11E2AE7CC6543F307bAE5cDe1C761/info.json
deleted file mode 100644
index 96e78c4a845c8..0000000000000
--- a/blockchains/ethereum/assets/0x1a986F1659e11E2AE7CC6543F307bAE5cDe1C761/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Unity Ingot",
- "symbol": "UNI",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1a986F1659e11E2AE7CC6543F307bAE5cDe1C761",
- "status": "abandoned",
- "id": "0x1a986F1659e11E2AE7CC6543F307bAE5cDe1C761"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1a986F1659e11E2AE7CC6543F307bAE5cDe1C761/logo.png b/blockchains/ethereum/assets/0x1a986F1659e11E2AE7CC6543F307bAE5cDe1C761/logo.png
deleted file mode 100644
index 1f43540c894d7..0000000000000
Binary files a/blockchains/ethereum/assets/0x1a986F1659e11E2AE7CC6543F307bAE5cDe1C761/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1aABf9B575e4329b8C8F272428AD5E43ab4AeFC8/info.json b/blockchains/ethereum/assets/0x1aABf9B575e4329b8C8F272428AD5E43ab4AeFC8/info.json
deleted file mode 100644
index b094a74be56d6..0000000000000
--- a/blockchains/ethereum/assets/0x1aABf9B575e4329b8C8F272428AD5E43ab4AeFC8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bugg Inu",
- "type": "ERC20",
- "symbol": "BUGG",
- "decimals": 9,
- "website": "https://bugg.gg",
- "description": "Building Decentralised Finance (DeFi). $BUGG Swap. We Have An Active And Engaged Community Dedicated To The $BUGG Success.",
- "explorer": "https://etherscan.io/token/0x1aabf9b575e4329b8c8f272428ad5e43ab4aefc8",
- "status": "active",
- "id": "0x1aABf9B575e4329b8C8F272428AD5E43ab4AeFC8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1aABf9B575e4329b8C8F272428AD5E43ab4AeFC8/logo.png b/blockchains/ethereum/assets/0x1aABf9B575e4329b8C8F272428AD5E43ab4AeFC8/logo.png
deleted file mode 100644
index 261a97ce71170..0000000000000
Binary files a/blockchains/ethereum/assets/0x1aABf9B575e4329b8C8F272428AD5E43ab4AeFC8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c/info.json b/blockchains/ethereum/assets/0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c/info.json
deleted file mode 100644
index d9cbf2864634e..0000000000000
--- a/blockchains/ethereum/assets/0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Euro Coin",
- "symbol": "EUROC",
- "type": "ERC20",
- "decimals": 6,
- "id": "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c/logo.png b/blockchains/ethereum/assets/0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c/logo.png
deleted file mode 100644
index 54435cbf0e68b..0000000000000
Binary files a/blockchains/ethereum/assets/0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1aBdb309aa592f00a101c545168BFDF9a6Ec61CE/info.json b/blockchains/ethereum/assets/0x1aBdb309aa592f00a101c545168BFDF9a6Ec61CE/info.json
deleted file mode 100644
index 1546e18f442ba..0000000000000
--- a/blockchains/ethereum/assets/0x1aBdb309aa592f00a101c545168BFDF9a6Ec61CE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BCAChain Initial Token",
- "symbol": "BCAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1aBdb309aa592f00a101c545168BFDF9a6Ec61CE",
- "status": "abandoned",
- "id": "0x1aBdb309aa592f00a101c545168BFDF9a6Ec61CE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1aBdb309aa592f00a101c545168BFDF9a6Ec61CE/logo.png b/blockchains/ethereum/assets/0x1aBdb309aa592f00a101c545168BFDF9a6Ec61CE/logo.png
deleted file mode 100644
index 60ce2cd5e9b10..0000000000000
Binary files a/blockchains/ethereum/assets/0x1aBdb309aa592f00a101c545168BFDF9a6Ec61CE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1aCf991d7cED97b558C7a87F4bd7Afd75E15fCb7/info.json b/blockchains/ethereum/assets/0x1aCf991d7cED97b558C7a87F4bd7Afd75E15fCb7/info.json
deleted file mode 100644
index d32b290ac238e..0000000000000
--- a/blockchains/ethereum/assets/0x1aCf991d7cED97b558C7a87F4bd7Afd75E15fCb7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tixguru Token",
- "symbol": "TIX",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1aCf991d7cED97b558C7a87F4bd7Afd75E15fCb7",
- "status": "abandoned",
- "id": "0x1aCf991d7cED97b558C7a87F4bd7Afd75E15fCb7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1aCf991d7cED97b558C7a87F4bd7Afd75E15fCb7/logo.png b/blockchains/ethereum/assets/0x1aCf991d7cED97b558C7a87F4bd7Afd75E15fCb7/logo.png
deleted file mode 100644
index fc2e849a9e313..0000000000000
Binary files a/blockchains/ethereum/assets/0x1aCf991d7cED97b558C7a87F4bd7Afd75E15fCb7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1aa1e61369874bae3444A8Ef6528d6b13D6952EF/info.json b/blockchains/ethereum/assets/0x1aa1e61369874bae3444A8Ef6528d6b13D6952EF/info.json
deleted file mode 100644
index c0ae70a119edc..0000000000000
--- a/blockchains/ethereum/assets/0x1aa1e61369874bae3444A8Ef6528d6b13D6952EF/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "ICHI ALLY",
- "website": "app.ichi.org",
- "description": "The ALLY token is a token the enables ICHI vesting over a 3 year period.",
- "explorer": "https://etherscan.io/token/0x1aa1e61369874bae3444a8ef6528d6b13d6952ef",
- "type": "ERC20",
- "symbol": "ALLY",
- "decimals": 18,
- "status": "active",
- "id": "0x1aa1e61369874bae3444A8Ef6528d6b13D6952EF",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ichifarm"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ichifoundation"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ichifarm"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ichifarm"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x1aa1e61369874bae3444A8Ef6528d6b13D6952EF/logo.png b/blockchains/ethereum/assets/0x1aa1e61369874bae3444A8Ef6528d6b13D6952EF/logo.png
deleted file mode 100644
index 55b6e77b8e1fe..0000000000000
Binary files a/blockchains/ethereum/assets/0x1aa1e61369874bae3444A8Ef6528d6b13D6952EF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1aa95F4ca4A9Bc258Ba848db4355aEEA6413e815/info.json b/blockchains/ethereum/assets/0x1aa95F4ca4A9Bc258Ba848db4355aEEA6413e815/info.json
deleted file mode 100644
index 1f6d735ef87d5..0000000000000
--- a/blockchains/ethereum/assets/0x1aa95F4ca4A9Bc258Ba848db4355aEEA6413e815/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Budget",
- "symbol": "BUDGET",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1aa95F4ca4A9Bc258Ba848db4355aEEA6413e815",
- "status": "abandoned",
- "id": "0x1aa95F4ca4A9Bc258Ba848db4355aEEA6413e815"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1aa95F4ca4A9Bc258Ba848db4355aEEA6413e815/logo.png b/blockchains/ethereum/assets/0x1aa95F4ca4A9Bc258Ba848db4355aEEA6413e815/logo.png
deleted file mode 100644
index dd61d468027e6..0000000000000
Binary files a/blockchains/ethereum/assets/0x1aa95F4ca4A9Bc258Ba848db4355aEEA6413e815/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1aacA4e5bAB141c5b412BeB135C2D6d65f961Be2/info.json b/blockchains/ethereum/assets/0x1aacA4e5bAB141c5b412BeB135C2D6d65f961Be2/info.json
deleted file mode 100644
index 41c6105ac2a9c..0000000000000
--- a/blockchains/ethereum/assets/0x1aacA4e5bAB141c5b412BeB135C2D6d65f961Be2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pet friend",
- "symbol": "PETF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1aacA4e5bAB141c5b412BeB135C2D6d65f961Be2",
- "status": "abandoned",
- "id": "0x1aacA4e5bAB141c5b412BeB135C2D6d65f961Be2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1aacA4e5bAB141c5b412BeB135C2D6d65f961Be2/logo.png b/blockchains/ethereum/assets/0x1aacA4e5bAB141c5b412BeB135C2D6d65f961Be2/logo.png
deleted file mode 100644
index cc040e620f36f..0000000000000
Binary files a/blockchains/ethereum/assets/0x1aacA4e5bAB141c5b412BeB135C2D6d65f961Be2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1b22C32cD936cB97C28C5690a0695a82Abf688e6/info.json b/blockchains/ethereum/assets/0x1b22C32cD936cB97C28C5690a0695a82Abf688e6/info.json
deleted file mode 100644
index 8adc99e584aa0..0000000000000
--- a/blockchains/ethereum/assets/0x1b22C32cD936cB97C28C5690a0695a82Abf688e6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MyWish Token",
- "symbol": "WISH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://mywish.io/index.html",
- "explorer": "https://etherscan.io/token/0x1b22C32cD936cB97C28C5690a0695a82Abf688e6",
- "status": "abandoned",
- "id": "0x1b22C32cD936cB97C28C5690a0695a82Abf688e6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1b22C32cD936cB97C28C5690a0695a82Abf688e6/logo.png b/blockchains/ethereum/assets/0x1b22C32cD936cB97C28C5690a0695a82Abf688e6/logo.png
deleted file mode 100644
index 3bd2e57174815..0000000000000
Binary files a/blockchains/ethereum/assets/0x1b22C32cD936cB97C28C5690a0695a82Abf688e6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1b33bb74de3D15295Fcd8ca3A777951f6A8f8Fac/info.json b/blockchains/ethereum/assets/0x1b33bb74de3D15295Fcd8ca3A777951f6A8f8Fac/info.json
deleted file mode 100644
index 65aea99863c47..0000000000000
--- a/blockchains/ethereum/assets/0x1b33bb74de3D15295Fcd8ca3A777951f6A8f8Fac/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WandaBroker",
- "symbol": "WBR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1b33bb74de3D15295Fcd8ca3A777951f6A8f8Fac",
- "status": "abandoned",
- "id": "0x1b33bb74de3D15295Fcd8ca3A777951f6A8f8Fac"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1b33bb74de3D15295Fcd8ca3A777951f6A8f8Fac/logo.png b/blockchains/ethereum/assets/0x1b33bb74de3D15295Fcd8ca3A777951f6A8f8Fac/logo.png
deleted file mode 100644
index a7b0ccd2bb03b..0000000000000
Binary files a/blockchains/ethereum/assets/0x1b33bb74de3D15295Fcd8ca3A777951f6A8f8Fac/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1b40183EFB4Dd766f11bDa7A7c3AD8982e998421/info.json b/blockchains/ethereum/assets/0x1b40183EFB4Dd766f11bDa7A7c3AD8982e998421/info.json
deleted file mode 100644
index f315661098918..0000000000000
--- a/blockchains/ethereum/assets/0x1b40183EFB4Dd766f11bDa7A7c3AD8982e998421/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vesper",
- "type": "ERC20",
- "symbol": "VSP",
- "decimals": 18,
- "website": "https://vesper.finance",
- "description": "Vesper provides a platform for easy-to-use DeFi products. Vesper's DeFi products deliver ease-of-use in achieving your crypto-finance objectives.",
- "explorer": "https://etherscan.io/token/0x1b40183EFB4Dd766f11bDa7A7c3AD8982e998421",
- "status": "active",
- "id": "0x1b40183EFB4Dd766f11bDa7A7c3AD8982e998421"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1b40183EFB4Dd766f11bDa7A7c3AD8982e998421/logo.png b/blockchains/ethereum/assets/0x1b40183EFB4Dd766f11bDa7A7c3AD8982e998421/logo.png
deleted file mode 100644
index e98fc3d27f361..0000000000000
Binary files a/blockchains/ethereum/assets/0x1b40183EFB4Dd766f11bDa7A7c3AD8982e998421/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1b5036bEc1B82D44d52Fa953A370b3c6Cd9328B5/info.json b/blockchains/ethereum/assets/0x1b5036bEc1B82D44d52Fa953A370b3c6Cd9328B5/info.json
deleted file mode 100644
index 49a0ad4e43da8..0000000000000
--- a/blockchains/ethereum/assets/0x1b5036bEc1B82D44d52Fa953A370b3c6Cd9328B5/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Elan",
- "type": "ERC20",
- "symbol": "ELAN",
- "decimals": 18,
- "website": "https://elanfuture.com/",
- "description": "Elan Future is a clean-tech Research & Development company located in Canada, leading the way toward affordable and reliable electricity through decentralized energy systems.",
- "explorer": "https://etherscan.io/token/0x1b5036bec1b82d44d52fa953a370b3c6cd9328b5",
- "status": "active",
- "id": "0x1b5036bEc1B82D44d52Fa953A370b3c6Cd9328B5",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/ElanFutureOfficial"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ElanFuture"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/elan/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/elan/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1b5036bEc1B82D44d52Fa953A370b3c6Cd9328B5/logo.png b/blockchains/ethereum/assets/0x1b5036bEc1B82D44d52Fa953A370b3c6Cd9328B5/logo.png
deleted file mode 100644
index 089e9b94e7041..0000000000000
Binary files a/blockchains/ethereum/assets/0x1b5036bEc1B82D44d52Fa953A370b3c6Cd9328B5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1b6Bb56D2ce2cbafEa9E3054a97d47be0FE8FDeB/info.json b/blockchains/ethereum/assets/0x1b6Bb56D2ce2cbafEa9E3054a97d47be0FE8FDeB/info.json
deleted file mode 100644
index 1b285dd8aeb30..0000000000000
--- a/blockchains/ethereum/assets/0x1b6Bb56D2ce2cbafEa9E3054a97d47be0FE8FDeB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EasyTax",
- "symbol": "ETX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1b6Bb56D2ce2cbafEa9E3054a97d47be0FE8FDeB",
- "status": "abandoned",
- "id": "0x1b6Bb56D2ce2cbafEa9E3054a97d47be0FE8FDeB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1b6Bb56D2ce2cbafEa9E3054a97d47be0FE8FDeB/logo.png b/blockchains/ethereum/assets/0x1b6Bb56D2ce2cbafEa9E3054a97d47be0FE8FDeB/logo.png
deleted file mode 100644
index e2bc17011b212..0000000000000
Binary files a/blockchains/ethereum/assets/0x1b6Bb56D2ce2cbafEa9E3054a97d47be0FE8FDeB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1b6C5864375b34aF3Ff5Bd2E5f40Bc425B4a8D79/info.json b/blockchains/ethereum/assets/0x1b6C5864375b34aF3Ff5Bd2E5f40Bc425B4a8D79/info.json
deleted file mode 100644
index 25a47109b0828..0000000000000
--- a/blockchains/ethereum/assets/0x1b6C5864375b34aF3Ff5Bd2E5f40Bc425B4a8D79/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TopChainCoin",
- "symbol": "TOPC",
- "type": "ERC20",
- "decimals": 6,
- "description": "Topchain is the world’s leading brand in the gaming blockchain, reshaping the game industry structure with decentralized concept to create a global de-centralized gaming ecosystem.",
- "website": "http://www.topc.io/",
- "explorer": "https://etherscan.io/token/0x1b6C5864375b34aF3Ff5Bd2E5f40Bc425B4a8D79",
- "status": "active",
- "id": "0x1b6C5864375b34aF3Ff5Bd2E5f40Bc425B4a8D79"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1b6C5864375b34aF3Ff5Bd2E5f40Bc425B4a8D79/logo.png b/blockchains/ethereum/assets/0x1b6C5864375b34aF3Ff5Bd2E5f40Bc425B4a8D79/logo.png
deleted file mode 100644
index a2d9c36fce9c5..0000000000000
Binary files a/blockchains/ethereum/assets/0x1b6C5864375b34aF3Ff5Bd2E5f40Bc425B4a8D79/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1b76d0364e803fB94c1d5cA9Faf55f05Ee494731/info.json b/blockchains/ethereum/assets/0x1b76d0364e803fB94c1d5cA9Faf55f05Ee494731/info.json
deleted file mode 100644
index 3e3f1015e9fb2..0000000000000
--- a/blockchains/ethereum/assets/0x1b76d0364e803fB94c1d5cA9Faf55f05Ee494731/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Uniswap Community Network",
- "symbol": "UCN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1b76d0364e803fB94c1d5cA9Faf55f05Ee494731",
- "status": "abandoned",
- "id": "0x1b76d0364e803fB94c1d5cA9Faf55f05Ee494731"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1b76d0364e803fB94c1d5cA9Faf55f05Ee494731/logo.png b/blockchains/ethereum/assets/0x1b76d0364e803fB94c1d5cA9Faf55f05Ee494731/logo.png
deleted file mode 100644
index 81aad9a1ab2a6..0000000000000
Binary files a/blockchains/ethereum/assets/0x1b76d0364e803fB94c1d5cA9Faf55f05Ee494731/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1b793E49237758dBD8b752AFC9Eb4b329d5Da016/info.json b/blockchains/ethereum/assets/0x1b793E49237758dBD8b752AFC9Eb4b329d5Da016/info.json
deleted file mode 100644
index c0b9db8bfdce5..0000000000000
--- a/blockchains/ethereum/assets/0x1b793E49237758dBD8b752AFC9Eb4b329d5Da016/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ViteToken",
- "symbol": "VITE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1b793E49237758dBD8b752AFC9Eb4b329d5Da016",
- "status": "abandoned",
- "id": "0x1b793E49237758dBD8b752AFC9Eb4b329d5Da016"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1b793E49237758dBD8b752AFC9Eb4b329d5Da016/logo.png b/blockchains/ethereum/assets/0x1b793E49237758dBD8b752AFC9Eb4b329d5Da016/logo.png
deleted file mode 100644
index 02a0fa58b4e2d..0000000000000
Binary files a/blockchains/ethereum/assets/0x1b793E49237758dBD8b752AFC9Eb4b329d5Da016/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1b980e05943dE3dB3a459C72325338d327B6F5a9/info.json b/blockchains/ethereum/assets/0x1b980e05943dE3dB3a459C72325338d327B6F5a9/info.json
deleted file mode 100644
index 9e45fee980859..0000000000000
--- a/blockchains/ethereum/assets/0x1b980e05943dE3dB3a459C72325338d327B6F5a9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitgear",
- "symbol": "GEAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Bitgear aims to create a bridge and aggregate decentralized and centralized exchanges all in one platform.",
- "website": "https://bitgear.io",
- "explorer": "https://etherscan.io/token/0x1b980e05943dE3dB3a459C72325338d327B6F5a9",
- "status": "active",
- "id": "0x1b980e05943dE3dB3a459C72325338d327B6F5a9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1b980e05943dE3dB3a459C72325338d327B6F5a9/logo.png b/blockchains/ethereum/assets/0x1b980e05943dE3dB3a459C72325338d327B6F5a9/logo.png
deleted file mode 100644
index fde28df917006..0000000000000
Binary files a/blockchains/ethereum/assets/0x1b980e05943dE3dB3a459C72325338d327B6F5a9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1bB877351A0c5985a53fB7Ca3C38a2D5871dCC71/info.json b/blockchains/ethereum/assets/0x1bB877351A0c5985a53fB7Ca3C38a2D5871dCC71/info.json
deleted file mode 100644
index c18588082473f..0000000000000
--- a/blockchains/ethereum/assets/0x1bB877351A0c5985a53fB7Ca3C38a2D5871dCC71/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Apputoken",
- "symbol": "APPU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1bB877351A0c5985a53fB7Ca3C38a2D5871dCC71",
- "status": "abandoned",
- "id": "0x1bB877351A0c5985a53fB7Ca3C38a2D5871dCC71"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1bB877351A0c5985a53fB7Ca3C38a2D5871dCC71/logo.png b/blockchains/ethereum/assets/0x1bB877351A0c5985a53fB7Ca3C38a2D5871dCC71/logo.png
deleted file mode 100644
index 9fd1d9ec679ab..0000000000000
Binary files a/blockchains/ethereum/assets/0x1bB877351A0c5985a53fB7Ca3C38a2D5871dCC71/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1bD4E709a076Fb71ea1014293a739f2b19CA565D/info.json b/blockchains/ethereum/assets/0x1bD4E709a076Fb71ea1014293a739f2b19CA565D/info.json
deleted file mode 100644
index 55fc6267ae173..0000000000000
--- a/blockchains/ethereum/assets/0x1bD4E709a076Fb71ea1014293a739f2b19CA565D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Labtorum",
- "symbol": "LTR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1bD4E709a076Fb71ea1014293a739f2b19CA565D",
- "status": "abandoned",
- "id": "0x1bD4E709a076Fb71ea1014293a739f2b19CA565D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1bD4E709a076Fb71ea1014293a739f2b19CA565D/logo.png b/blockchains/ethereum/assets/0x1bD4E709a076Fb71ea1014293a739f2b19CA565D/logo.png
deleted file mode 100755
index 3b16353facb2e..0000000000000
Binary files a/blockchains/ethereum/assets/0x1bD4E709a076Fb71ea1014293a739f2b19CA565D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1bd96b3C300E1E3d0Cf4E5E1C0bb4312a53F8419/info.json b/blockchains/ethereum/assets/0x1bd96b3C300E1E3d0Cf4E5E1C0bb4312a53F8419/info.json
deleted file mode 100644
index dddad62bb18a1..0000000000000
--- a/blockchains/ethereum/assets/0x1bd96b3C300E1E3d0Cf4E5E1C0bb4312a53F8419/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FHCoin",
- "symbol": "FHC",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1bd96b3C300E1E3d0Cf4E5E1C0bb4312a53F8419",
- "status": "abandoned",
- "id": "0x1bd96b3C300E1E3d0Cf4E5E1C0bb4312a53F8419"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1bd96b3C300E1E3d0Cf4E5E1C0bb4312a53F8419/logo.png b/blockchains/ethereum/assets/0x1bd96b3C300E1E3d0Cf4E5E1C0bb4312a53F8419/logo.png
deleted file mode 100755
index a1152c9375906..0000000000000
Binary files a/blockchains/ethereum/assets/0x1bd96b3C300E1E3d0Cf4E5E1C0bb4312a53F8419/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1bdE5c987c98D9E9EcDC62F0421992b1d0fE740E/info.json b/blockchains/ethereum/assets/0x1bdE5c987c98D9E9EcDC62F0421992b1d0fE740E/info.json
deleted file mode 100644
index cf0e2b6f84967..0000000000000
--- a/blockchains/ethereum/assets/0x1bdE5c987c98D9E9EcDC62F0421992b1d0fE740E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IBNC",
- "symbol": "IBNC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1bdE5c987c98D9E9EcDC62F0421992b1d0fE740E",
- "status": "abandoned",
- "id": "0x1bdE5c987c98D9E9EcDC62F0421992b1d0fE740E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1bdE5c987c98D9E9EcDC62F0421992b1d0fE740E/logo.png b/blockchains/ethereum/assets/0x1bdE5c987c98D9E9EcDC62F0421992b1d0fE740E/logo.png
deleted file mode 100644
index cf4ae3770de01..0000000000000
Binary files a/blockchains/ethereum/assets/0x1bdE5c987c98D9E9EcDC62F0421992b1d0fE740E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1bdc9CC1C27E48fF80C9Bb5dE7dB957c12aA09c3/info.json b/blockchains/ethereum/assets/0x1bdc9CC1C27E48fF80C9Bb5dE7dB957c12aA09c3/info.json
deleted file mode 100644
index 8cfa073d42875..0000000000000
--- a/blockchains/ethereum/assets/0x1bdc9CC1C27E48fF80C9Bb5dE7dB957c12aA09c3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-11/30M11",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1bdc9CC1C27E48fF80C9Bb5dE7dB957c12aA09c3",
- "status": "abandoned",
- "id": "0x1bdc9CC1C27E48fF80C9Bb5dE7dB957c12aA09c3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1bdc9CC1C27E48fF80C9Bb5dE7dB957c12aA09c3/logo.png b/blockchains/ethereum/assets/0x1bdc9CC1C27E48fF80C9Bb5dE7dB957c12aA09c3/logo.png
deleted file mode 100644
index 9643657b17092..0000000000000
Binary files a/blockchains/ethereum/assets/0x1bdc9CC1C27E48fF80C9Bb5dE7dB957c12aA09c3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1bdcFe02C54362cE935D13D5314ac76e0Af20AB7/info.json b/blockchains/ethereum/assets/0x1bdcFe02C54362cE935D13D5314ac76e0Af20AB7/info.json
deleted file mode 100644
index 447d0a0ee8a49..0000000000000
--- a/blockchains/ethereum/assets/0x1bdcFe02C54362cE935D13D5314ac76e0Af20AB7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HELL",
- "symbol": "HELL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1bdcFe02C54362cE935D13D5314ac76e0Af20AB7",
- "status": "abandoned",
- "id": "0x1bdcFe02C54362cE935D13D5314ac76e0Af20AB7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1bdcFe02C54362cE935D13D5314ac76e0Af20AB7/logo.png b/blockchains/ethereum/assets/0x1bdcFe02C54362cE935D13D5314ac76e0Af20AB7/logo.png
deleted file mode 100644
index 6f60c3169e202..0000000000000
Binary files a/blockchains/ethereum/assets/0x1bdcFe02C54362cE935D13D5314ac76e0Af20AB7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1c0987e79A6328374119Ed34df64881b3A40f5a7/info.json b/blockchains/ethereum/assets/0x1c0987e79A6328374119Ed34df64881b3A40f5a7/info.json
deleted file mode 100644
index fbc4a5512ce3e..0000000000000
--- a/blockchains/ethereum/assets/0x1c0987e79A6328374119Ed34df64881b3A40f5a7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UPCHAINS",
- "symbol": "UCH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1c0987e79A6328374119Ed34df64881b3A40f5a7",
- "status": "abandoned",
- "id": "0x1c0987e79A6328374119Ed34df64881b3A40f5a7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1c0987e79A6328374119Ed34df64881b3A40f5a7/logo.png b/blockchains/ethereum/assets/0x1c0987e79A6328374119Ed34df64881b3A40f5a7/logo.png
deleted file mode 100644
index 3ab622d3a94ba..0000000000000
Binary files a/blockchains/ethereum/assets/0x1c0987e79A6328374119Ed34df64881b3A40f5a7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1c3d23828c886e6138B725C4BCE41F90ab19f10E/info.json b/blockchains/ethereum/assets/0x1c3d23828c886e6138B725C4BCE41F90ab19f10E/info.json
deleted file mode 100644
index e8d402f4d09a8..0000000000000
--- a/blockchains/ethereum/assets/0x1c3d23828c886e6138B725C4BCE41F90ab19f10E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short KNC-DAI 2x v2",
- "symbol": "dsKNC2x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1c3d23828c886e6138B725C4BCE41F90ab19f10E",
- "status": "abandoned",
- "id": "0x1c3d23828c886e6138B725C4BCE41F90ab19f10E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1c3d23828c886e6138B725C4BCE41F90ab19f10E/logo.png b/blockchains/ethereum/assets/0x1c3d23828c886e6138B725C4BCE41F90ab19f10E/logo.png
deleted file mode 100644
index 6a02165a89b96..0000000000000
Binary files a/blockchains/ethereum/assets/0x1c3d23828c886e6138B725C4BCE41F90ab19f10E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1c4481750daa5Ff521A2a7490d9981eD46465Dbd/info.json b/blockchains/ethereum/assets/0x1c4481750daa5Ff521A2a7490d9981eD46465Dbd/info.json
deleted file mode 100644
index 83c7dd0559764..0000000000000
--- a/blockchains/ethereum/assets/0x1c4481750daa5Ff521A2a7490d9981eD46465Dbd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BLOCKMASON CREDIT PROTOCOL TOKEN",
- "symbol": "BCPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Democratizing the creation of credit through permanently recorded debts and obligations.",
- "website": "https://blockmason.io/",
- "explorer": "https://etherscan.io/token/0x1c4481750daa5Ff521A2a7490d9981eD46465Dbd",
- "status": "active",
- "id": "0x1c4481750daa5Ff521A2a7490d9981eD46465Dbd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1c4481750daa5Ff521A2a7490d9981eD46465Dbd/logo.png b/blockchains/ethereum/assets/0x1c4481750daa5Ff521A2a7490d9981eD46465Dbd/logo.png
deleted file mode 100644
index 3019778f9a99d..0000000000000
Binary files a/blockchains/ethereum/assets/0x1c4481750daa5Ff521A2a7490d9981eD46465Dbd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1c48f86ae57291F7686349F12601910BD8D470bb/info.json b/blockchains/ethereum/assets/0x1c48f86ae57291F7686349F12601910BD8D470bb/info.json
deleted file mode 100644
index b05ed3c893a1d..0000000000000
--- a/blockchains/ethereum/assets/0x1c48f86ae57291F7686349F12601910BD8D470bb/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "USDK",
- "symbol": "USDK",
- "type": "ERC20",
- "decimals": 18,
- "description": "USDK (USDK) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.oklink.com",
- "explorer": "https://etherscan.io/token/0x1c48f86ae57291F7686349F12601910BD8D470bb",
- "status": "active",
- "id": "0x1c48f86ae57291F7686349F12601910BD8D470bb",
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1c48f86ae57291F7686349F12601910BD8D470bb/logo.png b/blockchains/ethereum/assets/0x1c48f86ae57291F7686349F12601910BD8D470bb/logo.png
deleted file mode 100644
index 3ccbb67a7dfc4..0000000000000
Binary files a/blockchains/ethereum/assets/0x1c48f86ae57291F7686349F12601910BD8D470bb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1c4b7d0e1885bd7667Af3378E0c538F74E712006/info.json b/blockchains/ethereum/assets/0x1c4b7d0e1885bd7667Af3378E0c538F74E712006/info.json
deleted file mode 100644
index 3daf8d187e84c..0000000000000
--- a/blockchains/ethereum/assets/0x1c4b7d0e1885bd7667Af3378E0c538F74E712006/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IOGToken",
- "symbol": "IOG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.playgroundz.io/",
- "explorer": "https://etherscan.io/token/0x1c4b7d0e1885bd7667Af3378E0c538F74E712006",
- "status": "active",
- "id": "0x1c4b7d0e1885bd7667Af3378E0c538F74E712006"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1c4b7d0e1885bd7667Af3378E0c538F74E712006/logo.png b/blockchains/ethereum/assets/0x1c4b7d0e1885bd7667Af3378E0c538F74E712006/logo.png
deleted file mode 100644
index 4d8c96292b432..0000000000000
Binary files a/blockchains/ethereum/assets/0x1c4b7d0e1885bd7667Af3378E0c538F74E712006/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1c4f0A8008D888173B45Be40578b47B160434297/info.json b/blockchains/ethereum/assets/0x1c4f0A8008D888173B45Be40578b47B160434297/info.json
deleted file mode 100644
index 89c398ebd7cbc..0000000000000
--- a/blockchains/ethereum/assets/0x1c4f0A8008D888173B45Be40578b47B160434297/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C529992",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1c4f0A8008D888173B45Be40578b47B160434297",
- "status": "abandoned",
- "id": "0x1c4f0A8008D888173B45Be40578b47B160434297"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1c4f0A8008D888173B45Be40578b47B160434297/logo.png b/blockchains/ethereum/assets/0x1c4f0A8008D888173B45Be40578b47B160434297/logo.png
deleted file mode 100644
index e75c777238f47..0000000000000
Binary files a/blockchains/ethereum/assets/0x1c4f0A8008D888173B45Be40578b47B160434297/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1c6DD53Ccb74234C10410Af31F56082071D1C88b/info.json b/blockchains/ethereum/assets/0x1c6DD53Ccb74234C10410Af31F56082071D1C88b/info.json
deleted file mode 100644
index 8fb7fc6219021..0000000000000
--- a/blockchains/ethereum/assets/0x1c6DD53Ccb74234C10410Af31F56082071D1C88b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Michal Gee Token",
- "symbol": "MGC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1c6DD53Ccb74234C10410Af31F56082071D1C88b",
- "status": "abandoned",
- "id": "0x1c6DD53Ccb74234C10410Af31F56082071D1C88b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1c6DD53Ccb74234C10410Af31F56082071D1C88b/logo.png b/blockchains/ethereum/assets/0x1c6DD53Ccb74234C10410Af31F56082071D1C88b/logo.png
deleted file mode 100644
index 773ba5ef17054..0000000000000
Binary files a/blockchains/ethereum/assets/0x1c6DD53Ccb74234C10410Af31F56082071D1C88b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1c74cFF0376FB4031Cd7492cD6dB2D66c3f2c6B9/info.json b/blockchains/ethereum/assets/0x1c74cFF0376FB4031Cd7492cD6dB2D66c3f2c6B9/info.json
deleted file mode 100644
index c988bc6208597..0000000000000
--- a/blockchains/ethereum/assets/0x1c74cFF0376FB4031Cd7492cD6dB2D66c3f2c6B9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "bZx Protocol Token",
- "symbol": "BZRX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1c74cFF0376FB4031Cd7492cD6dB2D66c3f2c6B9",
- "status": "abandoned",
- "id": "0x1c74cFF0376FB4031Cd7492cD6dB2D66c3f2c6B9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1c74cFF0376FB4031Cd7492cD6dB2D66c3f2c6B9/logo.png b/blockchains/ethereum/assets/0x1c74cFF0376FB4031Cd7492cD6dB2D66c3f2c6B9/logo.png
deleted file mode 100644
index f528abd3e9df3..0000000000000
Binary files a/blockchains/ethereum/assets/0x1c74cFF0376FB4031Cd7492cD6dB2D66c3f2c6B9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1c79ab32C66aCAa1e9E81952B8AAa581B43e54E7/info.json b/blockchains/ethereum/assets/0x1c79ab32C66aCAa1e9E81952B8AAa581B43e54E7/info.json
deleted file mode 100644
index 00089a2ec96a2..0000000000000
--- a/blockchains/ethereum/assets/0x1c79ab32C66aCAa1e9E81952B8AAa581B43e54E7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TEAM",
- "symbol": "TEAM",
- "type": "ERC20",
- "decimals": 4,
- "description": "TEAM is a utility token for TokenStars - the talent management platform, that connects sports & entertainment stars with fans and advertisers, bringing interaction between them to a new level.",
- "website": "https://tokenstars.com",
- "explorer": "https://etherscan.io/token/0x1c79ab32C66aCAa1e9E81952B8AAa581B43e54E7",
- "status": "active",
- "id": "0x1c79ab32C66aCAa1e9E81952B8AAa581B43e54E7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1c79ab32C66aCAa1e9E81952B8AAa581B43e54E7/logo.png b/blockchains/ethereum/assets/0x1c79ab32C66aCAa1e9E81952B8AAa581B43e54E7/logo.png
deleted file mode 100644
index 1fe7b2e0228b4..0000000000000
Binary files a/blockchains/ethereum/assets/0x1c79ab32C66aCAa1e9E81952B8AAa581B43e54E7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1cBb83EbcD552D5EBf8131eF8c9CD9d9BAB342bC/info.json b/blockchains/ethereum/assets/0x1cBb83EbcD552D5EBf8131eF8c9CD9d9BAB342bC/info.json
deleted file mode 100644
index ce3e1750234c6..0000000000000
--- a/blockchains/ethereum/assets/0x1cBb83EbcD552D5EBf8131eF8c9CD9d9BAB342bC/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Non-Fungible Yearn",
- "website": "https://NFY.Finance",
- "description": "Utilizing NFTs in DeFi. Creating a way to tokenize a stake. Stake and lock your LP tokens and receive a NFT that contains the details of the stake. The LP tokens may be locked but the value is not!",
- "explorer": "https://etherscan.io/token/0x1cBb83EbcD552D5EBf8131eF8c9CD9d9BAB342bC",
- "type": "ERC20",
- "symbol": "NFY",
- "decimals": 18,
- "status": "active",
- "id": "0x1cBb83EbcD552D5EBf8131eF8c9CD9d9BAB342bC",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/NFYFinance/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/NFYFinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/NFYOfficialChat"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/wKgUcYr"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1cBb83EbcD552D5EBf8131eF8c9CD9d9BAB342bC/logo.png b/blockchains/ethereum/assets/0x1cBb83EbcD552D5EBf8131eF8c9CD9d9BAB342bC/logo.png
deleted file mode 100644
index afc7c228435ef..0000000000000
Binary files a/blockchains/ethereum/assets/0x1cBb83EbcD552D5EBf8131eF8c9CD9d9BAB342bC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1cC9567EA2eB740824a45F8026cCF8e46973234D/info.json b/blockchains/ethereum/assets/0x1cC9567EA2eB740824a45F8026cCF8e46973234D/info.json
deleted file mode 100644
index e54fdbcf3f2c3..0000000000000
--- a/blockchains/ethereum/assets/0x1cC9567EA2eB740824a45F8026cCF8e46973234D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "bZx KNC iToken",
- "symbol": "iKNC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1cC9567EA2eB740824a45F8026cCF8e46973234D",
- "status": "abandoned",
- "id": "0x1cC9567EA2eB740824a45F8026cCF8e46973234D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1cC9567EA2eB740824a45F8026cCF8e46973234D/logo.png b/blockchains/ethereum/assets/0x1cC9567EA2eB740824a45F8026cCF8e46973234D/logo.png
deleted file mode 100644
index 175d459c38420..0000000000000
Binary files a/blockchains/ethereum/assets/0x1cC9567EA2eB740824a45F8026cCF8e46973234D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1cEB5cB57C4D4E2b2433641b95Dd330A33185A44/info.json b/blockchains/ethereum/assets/0x1cEB5cB57C4D4E2b2433641b95Dd330A33185A44/info.json
deleted file mode 100644
index 772c10e4ebebf..0000000000000
--- a/blockchains/ethereum/assets/0x1cEB5cB57C4D4E2b2433641b95Dd330A33185A44/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Keep3rV1",
- "website": "https://keep3r.network",
- "description": "Keep3rV1 is a decentralized job-matching platform for connecting external DevOps with projects that need help for completing various tasks.",
- "explorer": "https://etherscan.io/token/0x1ceb5cb57c4d4e2b2433641b95dd330a33185a44",
- "research": "https://research.binance.com/en/projects/keep3rv1",
- "type": "ERC20",
- "symbol": "KP3R",
- "decimals": 18,
- "status": "active",
- "id": "0x1cEB5cB57C4D4E2b2433641b95Dd330A33185A44"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1cEB5cB57C4D4E2b2433641b95Dd330A33185A44/logo.png b/blockchains/ethereum/assets/0x1cEB5cB57C4D4E2b2433641b95Dd330A33185A44/logo.png
deleted file mode 100644
index 2ee34a04ddf32..0000000000000
Binary files a/blockchains/ethereum/assets/0x1cEB5cB57C4D4E2b2433641b95Dd330A33185A44/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1cF4592ebfFd730c7dc92c1bdFFDfc3B9EfCf29a/info.json b/blockchains/ethereum/assets/0x1cF4592ebfFd730c7dc92c1bdFFDfc3B9EfCf29a/info.json
deleted file mode 100644
index edc9f2956f525..0000000000000
--- a/blockchains/ethereum/assets/0x1cF4592ebfFd730c7dc92c1bdFFDfc3B9EfCf29a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WAVES",
- "website": "https://waves.tech",
- "description": "The main token for Waves Protocol.",
- "explorer": "https://etherscan.io/token/0x1cf4592ebffd730c7dc92c1bdffdfc3b9efcf29a",
- "type": "ERC20",
- "symbol": "WAVES",
- "decimals": 18,
- "status": "active",
- "id": "0x1cF4592ebfFd730c7dc92c1bdFFDfc3B9EfCf29a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1cF4592ebfFd730c7dc92c1bdFFDfc3B9EfCf29a/logo.png b/blockchains/ethereum/assets/0x1cF4592ebfFd730c7dc92c1bdFFDfc3B9EfCf29a/logo.png
deleted file mode 100644
index 0c5bf36e999a8..0000000000000
Binary files a/blockchains/ethereum/assets/0x1cF4592ebfFd730c7dc92c1bdFFDfc3B9EfCf29a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1ce270557C1f68Cfb577b856766310Bf8B47FD9C/info.json b/blockchains/ethereum/assets/0x1ce270557C1f68Cfb577b856766310Bf8B47FD9C/info.json
deleted file mode 100644
index 154e0202a3f14..0000000000000
--- a/blockchains/ethereum/assets/0x1ce270557C1f68Cfb577b856766310Bf8B47FD9C/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "MongCoin",
- "type": "ERC20",
- "symbol": "$MONG",
- "decimals": 18,
- "website": "https://mongmob.xyz/",
- "description": "The MongMob was born out of the incoherent ramblings of a US congressman.",
- "explorer": "https://etherscan.io/token/0x1ce270557C1f68Cfb577b856766310Bf8B47FD9C",
- "status": "active",
- "id": "0x1ce270557C1f68Cfb577b856766310Bf8B47FD9C",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/mong_coin"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@mongs"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/mongcoin/"
- }
- ],
- "tags": [
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1ce270557C1f68Cfb577b856766310Bf8B47FD9C/logo.png b/blockchains/ethereum/assets/0x1ce270557C1f68Cfb577b856766310Bf8B47FD9C/logo.png
deleted file mode 100644
index 9d52df39a0846..0000000000000
Binary files a/blockchains/ethereum/assets/0x1ce270557C1f68Cfb577b856766310Bf8B47FD9C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1d086b868d78040635CB8600bA733f12DB48cB42/info.json b/blockchains/ethereum/assets/0x1d086b868d78040635CB8600bA733f12DB48cB42/info.json
deleted file mode 100644
index 7f3216bcaa4ee..0000000000000
--- a/blockchains/ethereum/assets/0x1d086b868d78040635CB8600bA733f12DB48cB42/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XLXPay",
- "symbol": "XLX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1d086b868d78040635CB8600bA733f12DB48cB42",
- "status": "abandoned",
- "id": "0x1d086b868d78040635CB8600bA733f12DB48cB42"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1d086b868d78040635CB8600bA733f12DB48cB42/logo.png b/blockchains/ethereum/assets/0x1d086b868d78040635CB8600bA733f12DB48cB42/logo.png
deleted file mode 100644
index 17f7aee8ecdc8..0000000000000
Binary files a/blockchains/ethereum/assets/0x1d086b868d78040635CB8600bA733f12DB48cB42/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1d350417d9787E000cc1b95d70E9536DcD91F373/info.json b/blockchains/ethereum/assets/0x1d350417d9787E000cc1b95d70E9536DcD91F373/info.json
deleted file mode 100644
index fcdb33f7e13c8..0000000000000
--- a/blockchains/ethereum/assets/0x1d350417d9787E000cc1b95d70E9536DcD91F373/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "mIAU Token",
- "website": "https://mirror.finance",
- "description": "Wrapped Mirror IAU Token.",
- "explorer": "https://etherscan.io/token/0x1d350417d9787E000cc1b95d70E9536DcD91F373",
- "type": "ERC20",
- "symbol": "mIAU",
- "decimals": 18,
- "status": "active",
- "id": "0x1d350417d9787E000cc1b95d70E9536DcD91F373",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MirrorProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mirror_protocol"
- },
- {
- "name": "discord",
- "url": "https://discord.com/MirrorProtocol"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@mirror-protocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1d350417d9787E000cc1b95d70E9536DcD91F373/logo.png b/blockchains/ethereum/assets/0x1d350417d9787E000cc1b95d70E9536DcD91F373/logo.png
deleted file mode 100644
index c1eca30e5181d..0000000000000
Binary files a/blockchains/ethereum/assets/0x1d350417d9787E000cc1b95d70E9536DcD91F373/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1d37986F252d0e349522EA6C3B98Cb935495E63E/info.json b/blockchains/ethereum/assets/0x1d37986F252d0e349522EA6C3B98Cb935495E63E/info.json
deleted file mode 100644
index b53b5b711e8c7..0000000000000
--- a/blockchains/ethereum/assets/0x1d37986F252d0e349522EA6C3B98Cb935495E63E/info.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "ChartEx",
- "website": "https://chartex.pro",
- "description": "ChartEx is a leading provider of full Candlestick charting for decentralised markets such as Uniswap, the largest DEX running on the Ethereum Network.",
- "explorer": "https://etherscan.io/token/0x1d37986F252d0e349522EA6C3B98Cb935495E63E",
- "research": "",
- "type": "ERC20",
- "symbol": "CHART",
- "decimals": 18,
- "status": "active",
- "id": "0x1d37986F252d0e349522EA6C3B98Cb935495E63E",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/chartexpro"
- },
- {
- "name": "whitepaper",
- "url": "https://about.chartex.pro"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1d37986F252d0e349522EA6C3B98Cb935495E63E/logo.png b/blockchains/ethereum/assets/0x1d37986F252d0e349522EA6C3B98Cb935495E63E/logo.png
deleted file mode 100644
index 162822aaeba5e..0000000000000
Binary files a/blockchains/ethereum/assets/0x1d37986F252d0e349522EA6C3B98Cb935495E63E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1d3B136dA37689C11919Ec5441BC89AF8E03BDe0/info.json b/blockchains/ethereum/assets/0x1d3B136dA37689C11919Ec5441BC89AF8E03BDe0/info.json
deleted file mode 100644
index 83d64bd298800..0000000000000
--- a/blockchains/ethereum/assets/0x1d3B136dA37689C11919Ec5441BC89AF8E03BDe0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bionik Protocol",
- "symbol": "BPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1d3B136dA37689C11919Ec5441BC89AF8E03BDe0",
- "status": "abandoned",
- "id": "0x1d3B136dA37689C11919Ec5441BC89AF8E03BDe0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1d3B136dA37689C11919Ec5441BC89AF8E03BDe0/logo.png b/blockchains/ethereum/assets/0x1d3B136dA37689C11919Ec5441BC89AF8E03BDe0/logo.png
deleted file mode 100644
index 7526c236e19c6..0000000000000
Binary files a/blockchains/ethereum/assets/0x1d3B136dA37689C11919Ec5441BC89AF8E03BDe0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1d462414fe14cf489c7A21CaC78509f4bF8CD7c0/info.json b/blockchains/ethereum/assets/0x1d462414fe14cf489c7A21CaC78509f4bF8CD7c0/info.json
deleted file mode 100644
index 1ac7660a8d33a..0000000000000
--- a/blockchains/ethereum/assets/0x1d462414fe14cf489c7A21CaC78509f4bF8CD7c0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CanYaCoin",
- "symbol": "CAN",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://canya.io/",
- "explorer": "https://etherscan.io/token/0x1d462414fe14cf489c7A21CaC78509f4bF8CD7c0",
- "status": "abandoned",
- "id": "0x1d462414fe14cf489c7A21CaC78509f4bF8CD7c0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1d462414fe14cf489c7A21CaC78509f4bF8CD7c0/logo.png b/blockchains/ethereum/assets/0x1d462414fe14cf489c7A21CaC78509f4bF8CD7c0/logo.png
deleted file mode 100755
index 57e0c2e5bbc7b..0000000000000
Binary files a/blockchains/ethereum/assets/0x1d462414fe14cf489c7A21CaC78509f4bF8CD7c0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1d464Ac5e046e5fE280c9588eDF8eB681b07008F/info.json b/blockchains/ethereum/assets/0x1d464Ac5e046e5fE280c9588eDF8eB681b07008F/info.json
deleted file mode 100644
index 2005eab8a272e..0000000000000
--- a/blockchains/ethereum/assets/0x1d464Ac5e046e5fE280c9588eDF8eB681b07008F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GMB",
- "symbol": "GMB",
- "type": "ERC20",
- "decimals": 18,
- "description": "GMB is a platform that powers a dual cryptocurrency system, created to facilitate ease of transacting in the real world with a virtually generated money.",
- "website": "https://gmbplatform.io/",
- "explorer": "https://etherscan.io/token/0x1d464Ac5e046e5fE280c9588eDF8eB681b07008F",
- "status": "active",
- "id": "0x1d464Ac5e046e5fE280c9588eDF8eB681b07008F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1d464Ac5e046e5fE280c9588eDF8eB681b07008F/logo.png b/blockchains/ethereum/assets/0x1d464Ac5e046e5fE280c9588eDF8eB681b07008F/logo.png
deleted file mode 100644
index e0fc4ca864fc6..0000000000000
Binary files a/blockchains/ethereum/assets/0x1d464Ac5e046e5fE280c9588eDF8eB681b07008F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1d70f01D68EdC64110F1Ae46A0C9D18ed4cB644b/info.json b/blockchains/ethereum/assets/0x1d70f01D68EdC64110F1Ae46A0C9D18ed4cB644b/info.json
deleted file mode 100644
index 268903bd73255..0000000000000
--- a/blockchains/ethereum/assets/0x1d70f01D68EdC64110F1Ae46A0C9D18ed4cB644b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg6000",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1d70f01D68EdC64110F1Ae46A0C9D18ed4cB644b",
- "status": "abandoned",
- "id": "0x1d70f01D68EdC64110F1Ae46A0C9D18ed4cB644b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1d70f01D68EdC64110F1Ae46A0C9D18ed4cB644b/logo.png b/blockchains/ethereum/assets/0x1d70f01D68EdC64110F1Ae46A0C9D18ed4cB644b/logo.png
deleted file mode 100644
index 9ed3583552245..0000000000000
Binary files a/blockchains/ethereum/assets/0x1d70f01D68EdC64110F1Ae46A0C9D18ed4cB644b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1d8cA7baf0895Da8afcf153657bE064b5092a274/info.json b/blockchains/ethereum/assets/0x1d8cA7baf0895Da8afcf153657bE064b5092a274/info.json
deleted file mode 100644
index b8c3512f39c20..0000000000000
--- a/blockchains/ethereum/assets/0x1d8cA7baf0895Da8afcf153657bE064b5092a274/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EthLyteToken",
- "symbol": "EtLyteT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ethlyte.tech",
- "explorer": "https://etherscan.io/token/0x1d8cA7baf0895Da8afcf153657bE064b5092a274",
- "status": "abandoned",
- "id": "0x1d8cA7baf0895Da8afcf153657bE064b5092a274"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1d8cA7baf0895Da8afcf153657bE064b5092a274/logo.png b/blockchains/ethereum/assets/0x1d8cA7baf0895Da8afcf153657bE064b5092a274/logo.png
deleted file mode 100644
index fd0394bf74af5..0000000000000
Binary files a/blockchains/ethereum/assets/0x1d8cA7baf0895Da8afcf153657bE064b5092a274/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1d9a3CeF66B01D44003b9db0e00ec3fd44746988/info.json b/blockchains/ethereum/assets/0x1d9a3CeF66B01D44003b9db0e00ec3fd44746988/info.json
deleted file mode 100644
index 9e357bb67ed85..0000000000000
--- a/blockchains/ethereum/assets/0x1d9a3CeF66B01D44003b9db0e00ec3fd44746988/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETHWSS Coin",
- "symbol": "WSS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1d9a3CeF66B01D44003b9db0e00ec3fd44746988",
- "status": "abandoned",
- "id": "0x1d9a3CeF66B01D44003b9db0e00ec3fd44746988"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1d9a3CeF66B01D44003b9db0e00ec3fd44746988/logo.png b/blockchains/ethereum/assets/0x1d9a3CeF66B01D44003b9db0e00ec3fd44746988/logo.png
deleted file mode 100644
index f57af22382f17..0000000000000
Binary files a/blockchains/ethereum/assets/0x1d9a3CeF66B01D44003b9db0e00ec3fd44746988/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1dA01e84F3d4e6716F274c987Ae4bEE5DC3C8288/info.json b/blockchains/ethereum/assets/0x1dA01e84F3d4e6716F274c987Ae4bEE5DC3C8288/info.json
deleted file mode 100644
index d6f755bb73294..0000000000000
--- a/blockchains/ethereum/assets/0x1dA01e84F3d4e6716F274c987Ae4bEE5DC3C8288/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DefiBids",
- "website": "https://defibids.com",
- "description": "DefiBids is a one of a kind decentralized auction site. Defi Bids allows users to bid on packages of existing ERC20 tokens.",
- "explorer": "https://etherscan.io/token/0x1dA01e84F3d4e6716F274c987Ae4bEE5DC3C8288",
- "type": "ERC20",
- "symbol": "BID",
- "decimals": 18,
- "status": "active",
- "id": "0x1dA01e84F3d4e6716F274c987Ae4bEE5DC3C8288"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1dA01e84F3d4e6716F274c987Ae4bEE5DC3C8288/logo.png b/blockchains/ethereum/assets/0x1dA01e84F3d4e6716F274c987Ae4bEE5DC3C8288/logo.png
deleted file mode 100644
index 6facce6b64dca..0000000000000
Binary files a/blockchains/ethereum/assets/0x1dA01e84F3d4e6716F274c987Ae4bEE5DC3C8288/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1dA4d9601A5982C1297F3Bb3549292491F12f0D5/info.json b/blockchains/ethereum/assets/0x1dA4d9601A5982C1297F3Bb3549292491F12f0D5/info.json
deleted file mode 100644
index e71f14a666619..0000000000000
--- a/blockchains/ethereum/assets/0x1dA4d9601A5982C1297F3Bb3549292491F12f0D5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ArilCoin",
- "symbol": "ARC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1dA4d9601A5982C1297F3Bb3549292491F12f0D5",
- "status": "abandoned",
- "id": "0x1dA4d9601A5982C1297F3Bb3549292491F12f0D5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1dA4d9601A5982C1297F3Bb3549292491F12f0D5/logo.png b/blockchains/ethereum/assets/0x1dA4d9601A5982C1297F3Bb3549292491F12f0D5/logo.png
deleted file mode 100644
index 659f1ea30c5cd..0000000000000
Binary files a/blockchains/ethereum/assets/0x1dA4d9601A5982C1297F3Bb3549292491F12f0D5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1dABF6Ab0eB8E4208E7E9302CeC7A014068952e4/info.json b/blockchains/ethereum/assets/0x1dABF6Ab0eB8E4208E7E9302CeC7A014068952e4/info.json
deleted file mode 100644
index 64705696f995e..0000000000000
--- a/blockchains/ethereum/assets/0x1dABF6Ab0eB8E4208E7E9302CeC7A014068952e4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Curate",
- "symbol": "CURE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1dABF6Ab0eB8E4208E7E9302CeC7A014068952e4",
- "status": "abandoned",
- "id": "0x1dABF6Ab0eB8E4208E7E9302CeC7A014068952e4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1dABF6Ab0eB8E4208E7E9302CeC7A014068952e4/logo.png b/blockchains/ethereum/assets/0x1dABF6Ab0eB8E4208E7E9302CeC7A014068952e4/logo.png
deleted file mode 100644
index dd190012e30a1..0000000000000
Binary files a/blockchains/ethereum/assets/0x1dABF6Ab0eB8E4208E7E9302CeC7A014068952e4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1dB38e93424ee1a2E86d060092154DD8C934398D/info.json b/blockchains/ethereum/assets/0x1dB38e93424ee1a2E86d060092154DD8C934398D/info.json
deleted file mode 100644
index caee8172b710c..0000000000000
--- a/blockchains/ethereum/assets/0x1dB38e93424ee1a2E86d060092154DD8C934398D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dolar Today",
- "symbol": "DTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1dB38e93424ee1a2E86d060092154DD8C934398D",
- "status": "abandoned",
- "id": "0x1dB38e93424ee1a2E86d060092154DD8C934398D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1dB38e93424ee1a2E86d060092154DD8C934398D/logo.png b/blockchains/ethereum/assets/0x1dB38e93424ee1a2E86d060092154DD8C934398D/logo.png
deleted file mode 100644
index 4b6b540f978b0..0000000000000
Binary files a/blockchains/ethereum/assets/0x1dB38e93424ee1a2E86d060092154DD8C934398D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1dD80016e3d4ae146Ee2EBB484e8edD92dacC4ce/info.json b/blockchains/ethereum/assets/0x1dD80016e3d4ae146Ee2EBB484e8edD92dacC4ce/info.json
deleted file mode 100644
index abe30dad94aa6..0000000000000
--- a/blockchains/ethereum/assets/0x1dD80016e3d4ae146Ee2EBB484e8edD92dacC4ce/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Lead Wallet",
- "website": "https://leadwallet.io",
- "description": "Lead Wallet is a simple decentralized multi-crypto wallet application that allow users to spend, store, swap, stake and exchange cryptocurrencies.",
- "explorer": "https://etherscan.io/token/0x1dD80016e3d4ae146Ee2EBB484e8edD92dacC4ce",
- "type": "ERC20",
- "symbol": "LEAD",
- "decimals": 18,
- "status": "active",
- "id": "0x1dD80016e3d4ae146Ee2EBB484e8edD92dacC4ce",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/leadwallet"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1dD80016e3d4ae146Ee2EBB484e8edD92dacC4ce/logo.png b/blockchains/ethereum/assets/0x1dD80016e3d4ae146Ee2EBB484e8edD92dacC4ce/logo.png
deleted file mode 100644
index ccda242380fe0..0000000000000
Binary files a/blockchains/ethereum/assets/0x1dD80016e3d4ae146Ee2EBB484e8edD92dacC4ce/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1dEa979ae76f26071870F824088dA78979eb91C8/info.json b/blockchains/ethereum/assets/0x1dEa979ae76f26071870F824088dA78979eb91C8/info.json
deleted file mode 100644
index 5031991886d4b..0000000000000
--- a/blockchains/ethereum/assets/0x1dEa979ae76f26071870F824088dA78979eb91C8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SPINDLE",
- "symbol": "SPD",
- "type": "ERC20",
- "decimals": 18,
- "description": "Unique Investment/Asset Management Platform.",
- "website": "https://spindle.zone/en/",
- "explorer": "https://etherscan.io/token/0x1dEa979ae76f26071870F824088dA78979eb91C8",
- "status": "active",
- "id": "0x1dEa979ae76f26071870F824088dA78979eb91C8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1dEa979ae76f26071870F824088dA78979eb91C8/logo.png b/blockchains/ethereum/assets/0x1dEa979ae76f26071870F824088dA78979eb91C8/logo.png
deleted file mode 100755
index f62809e25c866..0000000000000
Binary files a/blockchains/ethereum/assets/0x1dEa979ae76f26071870F824088dA78979eb91C8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1dFEc1Cf1336c572c2D2E34fe8F6Aa2F409C8251/info.json b/blockchains/ethereum/assets/0x1dFEc1Cf1336c572c2D2E34fe8F6Aa2F409C8251/info.json
deleted file mode 100644
index 9fcfb29c355c1..0000000000000
--- a/blockchains/ethereum/assets/0x1dFEc1Cf1336c572c2D2E34fe8F6Aa2F409C8251/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "metalblock",
- "symbol": "MTBK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://metalblock.io/",
- "explorer": "https://etherscan.io/token/0x1dFEc1Cf1336c572c2D2E34fe8F6Aa2F409C8251",
- "status": "active",
- "id": "0x1dFEc1Cf1336c572c2D2E34fe8F6Aa2F409C8251"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1dFEc1Cf1336c572c2D2E34fe8F6Aa2F409C8251/logo.png b/blockchains/ethereum/assets/0x1dFEc1Cf1336c572c2D2E34fe8F6Aa2F409C8251/logo.png
deleted file mode 100644
index b2e483fabf8c4..0000000000000
Binary files a/blockchains/ethereum/assets/0x1dFEc1Cf1336c572c2D2E34fe8F6Aa2F409C8251/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1da015eA4AD2d3e5586E54b9fB0682Ca3CA8A17a/info.json b/blockchains/ethereum/assets/0x1da015eA4AD2d3e5586E54b9fB0682Ca3CA8A17a/info.json
deleted file mode 100644
index 75f8ccb0b9b8a..0000000000000
--- a/blockchains/ethereum/assets/0x1da015eA4AD2d3e5586E54b9fB0682Ca3CA8A17a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DragonToken",
- "symbol": "DT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://dragonex.io/en-us/",
- "explorer": "https://etherscan.io/token/0x1da015eA4AD2d3e5586E54b9fB0682Ca3CA8A17a",
- "status": "abandoned",
- "id": "0x1da015eA4AD2d3e5586E54b9fB0682Ca3CA8A17a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1da015eA4AD2d3e5586E54b9fB0682Ca3CA8A17a/logo.png b/blockchains/ethereum/assets/0x1da015eA4AD2d3e5586E54b9fB0682Ca3CA8A17a/logo.png
deleted file mode 100644
index 9b7d55ea3891e..0000000000000
Binary files a/blockchains/ethereum/assets/0x1da015eA4AD2d3e5586E54b9fB0682Ca3CA8A17a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1da65B1868e2d36d06d7A44DBD2Be98e49E1f7f9/info.json b/blockchains/ethereum/assets/0x1da65B1868e2d36d06d7A44DBD2Be98e49E1f7f9/info.json
deleted file mode 100644
index bb689dff83e25..0000000000000
--- a/blockchains/ethereum/assets/0x1da65B1868e2d36d06d7A44DBD2Be98e49E1f7f9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Testa",
- "website": "https://testa.finance/",
- "description": "Testa is a community token built for anyone who want to enjoy benefits and perks in the CeFi and DeFi spaces granted by key partners from DAO Consensus network.",
- "explorer": "https://etherscan.io/token/0x1da65B1868e2d36d06d7A44DBD2Be98e49E1f7f9",
- "type": "ERC20",
- "symbol": "TESTA",
- "decimals": 18,
- "status": "active",
- "id": "0x1da65B1868e2d36d06d7A44DBD2Be98e49E1f7f9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1da65B1868e2d36d06d7A44DBD2Be98e49E1f7f9/logo.png b/blockchains/ethereum/assets/0x1da65B1868e2d36d06d7A44DBD2Be98e49E1f7f9/logo.png
deleted file mode 100644
index ce80e16bfa240..0000000000000
Binary files a/blockchains/ethereum/assets/0x1da65B1868e2d36d06d7A44DBD2Be98e49E1f7f9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1db9Cf016Fe7CE4D9F4bA2d8FD2834E72d43198c/info.json b/blockchains/ethereum/assets/0x1db9Cf016Fe7CE4D9F4bA2d8FD2834E72d43198c/info.json
deleted file mode 100644
index 6b1b1de95b8df..0000000000000
--- a/blockchains/ethereum/assets/0x1db9Cf016Fe7CE4D9F4bA2d8FD2834E72d43198c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Luno COIN",
- "symbol": "LUNO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1db9Cf016Fe7CE4D9F4bA2d8FD2834E72d43198c",
- "status": "abandoned",
- "id": "0x1db9Cf016Fe7CE4D9F4bA2d8FD2834E72d43198c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1db9Cf016Fe7CE4D9F4bA2d8FD2834E72d43198c/logo.png b/blockchains/ethereum/assets/0x1db9Cf016Fe7CE4D9F4bA2d8FD2834E72d43198c/logo.png
deleted file mode 100644
index 6dfd3421724fb..0000000000000
Binary files a/blockchains/ethereum/assets/0x1db9Cf016Fe7CE4D9F4bA2d8FD2834E72d43198c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1dbED266D20D27d0bd1c4707FC002dEfE7E0267B/info.json b/blockchains/ethereum/assets/0x1dbED266D20D27d0bd1c4707FC002dEfE7E0267B/info.json
deleted file mode 100644
index 20a08a3e7d193..0000000000000
--- a/blockchains/ethereum/assets/0x1dbED266D20D27d0bd1c4707FC002dEfE7E0267B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "intimate",
- "symbol": "ITM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1dbED266D20D27d0bd1c4707FC002dEfE7E0267B",
- "status": "abandoned",
- "id": "0x1dbED266D20D27d0bd1c4707FC002dEfE7E0267B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1dbED266D20D27d0bd1c4707FC002dEfE7E0267B/logo.png b/blockchains/ethereum/assets/0x1dbED266D20D27d0bd1c4707FC002dEfE7E0267B/logo.png
deleted file mode 100644
index 03623bf13c1d3..0000000000000
Binary files a/blockchains/ethereum/assets/0x1dbED266D20D27d0bd1c4707FC002dEfE7E0267B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1e05F0A0f326bD08Ec816C6A63E88fdC4B519E5D/info.json b/blockchains/ethereum/assets/0x1e05F0A0f326bD08Ec816C6A63E88fdC4B519E5D/info.json
deleted file mode 100644
index 42dce2a330064..0000000000000
--- a/blockchains/ethereum/assets/0x1e05F0A0f326bD08Ec816C6A63E88fdC4B519E5D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DollarX",
- "symbol": "DOLX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1e05F0A0f326bD08Ec816C6A63E88fdC4B519E5D",
- "status": "abandoned",
- "id": "0x1e05F0A0f326bD08Ec816C6A63E88fdC4B519E5D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1e05F0A0f326bD08Ec816C6A63E88fdC4B519E5D/logo.png b/blockchains/ethereum/assets/0x1e05F0A0f326bD08Ec816C6A63E88fdC4B519E5D/logo.png
deleted file mode 100644
index 2f9e53bcb5d18..0000000000000
Binary files a/blockchains/ethereum/assets/0x1e05F0A0f326bD08Ec816C6A63E88fdC4B519E5D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1e49fF77c355A3e38D6651ce8404AF0E48c5395f/info.json b/blockchains/ethereum/assets/0x1e49fF77c355A3e38D6651ce8404AF0E48c5395f/info.json
deleted file mode 100644
index 0c5d438e44ebd..0000000000000
--- a/blockchains/ethereum/assets/0x1e49fF77c355A3e38D6651ce8404AF0E48c5395f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ModulTrade Token",
- "symbol": "MTRc",
- "type": "ERC20",
- "decimals": 18,
- "description": "A smart-contract open ecosystem providing small businesses access to global trade by using a crypto token for payment or borrowing.",
- "website": "https://modultrade.com/",
- "explorer": "https://etherscan.io/token/0x1e49fF77c355A3e38D6651ce8404AF0E48c5395f",
- "status": "active",
- "id": "0x1e49fF77c355A3e38D6651ce8404AF0E48c5395f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1e49fF77c355A3e38D6651ce8404AF0E48c5395f/logo.png b/blockchains/ethereum/assets/0x1e49fF77c355A3e38D6651ce8404AF0E48c5395f/logo.png
deleted file mode 100755
index 23c14bcf81a06..0000000000000
Binary files a/blockchains/ethereum/assets/0x1e49fF77c355A3e38D6651ce8404AF0E48c5395f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1e4e36b3F011d862fd70006804da8fceFe89d3d8/info.json b/blockchains/ethereum/assets/0x1e4e36b3F011d862fd70006804da8fceFe89d3d8/info.json
deleted file mode 100644
index e087010f9f892..0000000000000
--- a/blockchains/ethereum/assets/0x1e4e36b3F011d862fd70006804da8fceFe89d3d8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VenusToken",
- "symbol": "VNS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1e4e36b3F011d862fd70006804da8fceFe89d3d8",
- "status": "abandoned",
- "id": "0x1e4e36b3F011d862fd70006804da8fceFe89d3d8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1e4e36b3F011d862fd70006804da8fceFe89d3d8/logo.png b/blockchains/ethereum/assets/0x1e4e36b3F011d862fd70006804da8fceFe89d3d8/logo.png
deleted file mode 100644
index ea061789f26dc..0000000000000
Binary files a/blockchains/ethereum/assets/0x1e4e36b3F011d862fd70006804da8fceFe89d3d8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1e66008a24a486456A796E0c771fdc0cDf43cAD9/info.json b/blockchains/ethereum/assets/0x1e66008a24a486456A796E0c771fdc0cDf43cAD9/info.json
deleted file mode 100644
index dd2779a73dbb6..0000000000000
--- a/blockchains/ethereum/assets/0x1e66008a24a486456A796E0c771fdc0cDf43cAD9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "STELLAR CLASSIC",
- "symbol": "XLMX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://stellar-classics.com/",
- "explorer": "https://etherscan.io/token/0x1e66008a24a486456A796E0c771fdc0cDf43cAD9",
- "status": "abandoned",
- "id": "0x1e66008a24a486456A796E0c771fdc0cDf43cAD9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1e66008a24a486456A796E0c771fdc0cDf43cAD9/logo.png b/blockchains/ethereum/assets/0x1e66008a24a486456A796E0c771fdc0cDf43cAD9/logo.png
deleted file mode 100755
index 1572ffdf4f349..0000000000000
Binary files a/blockchains/ethereum/assets/0x1e66008a24a486456A796E0c771fdc0cDf43cAD9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1e797Ce986C3CFF4472F7D38d5C4aba55DfEFE40/info.json b/blockchains/ethereum/assets/0x1e797Ce986C3CFF4472F7D38d5C4aba55DfEFE40/info.json
deleted file mode 100644
index 09a11b391808e..0000000000000
--- a/blockchains/ethereum/assets/0x1e797Ce986C3CFF4472F7D38d5C4aba55DfEFE40/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BCDN",
- "symbol": "BCDN",
- "type": "ERC20",
- "decimals": 15,
- "description": "BLOCKCDN is an intelligent CDN node deployment software based on open source Squid and combined with SDK and P2P technology.",
- "website": "http://www.blockcdn.org/",
- "explorer": "https://etherscan.io/token/0x1e797Ce986C3CFF4472F7D38d5C4aba55DfEFE40",
- "status": "active",
- "id": "0x1e797Ce986C3CFF4472F7D38d5C4aba55DfEFE40"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1e797Ce986C3CFF4472F7D38d5C4aba55DfEFE40/logo.png b/blockchains/ethereum/assets/0x1e797Ce986C3CFF4472F7D38d5C4aba55DfEFE40/logo.png
deleted file mode 100755
index d61558ed55e29..0000000000000
Binary files a/blockchains/ethereum/assets/0x1e797Ce986C3CFF4472F7D38d5C4aba55DfEFE40/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1e906717De2E4A4600F13b6909736b0346bDde3E/info.json b/blockchains/ethereum/assets/0x1e906717De2E4A4600F13b6909736b0346bDde3E/info.json
deleted file mode 100644
index 04d6a9b3dfd0c..0000000000000
--- a/blockchains/ethereum/assets/0x1e906717De2E4A4600F13b6909736b0346bDde3E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pixel",
- "symbol": "PIXEL",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1e906717De2E4A4600F13b6909736b0346bDde3E",
- "status": "abandoned",
- "id": "0x1e906717De2E4A4600F13b6909736b0346bDde3E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1e906717De2E4A4600F13b6909736b0346bDde3E/logo.png b/blockchains/ethereum/assets/0x1e906717De2E4A4600F13b6909736b0346bDde3E/logo.png
deleted file mode 100644
index 9933849f80806..0000000000000
Binary files a/blockchains/ethereum/assets/0x1e906717De2E4A4600F13b6909736b0346bDde3E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1e92b260FFFF4B4eD45e9b6e5E99e26FFa629A6D/info.json b/blockchains/ethereum/assets/0x1e92b260FFFF4B4eD45e9b6e5E99e26FFa629A6D/info.json
deleted file mode 100644
index 995409a6c6955..0000000000000
--- a/blockchains/ethereum/assets/0x1e92b260FFFF4B4eD45e9b6e5E99e26FFa629A6D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Statiz",
- "symbol": "STATIZ",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1e92b260FFFF4B4eD45e9b6e5E99e26FFa629A6D",
- "status": "abandoned",
- "id": "0x1e92b260FFFF4B4eD45e9b6e5E99e26FFa629A6D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1e92b260FFFF4B4eD45e9b6e5E99e26FFa629A6D/logo.png b/blockchains/ethereum/assets/0x1e92b260FFFF4B4eD45e9b6e5E99e26FFa629A6D/logo.png
deleted file mode 100644
index 33d90be7f8895..0000000000000
Binary files a/blockchains/ethereum/assets/0x1e92b260FFFF4B4eD45e9b6e5E99e26FFa629A6D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1e987DF68CC13d271e621ec82E050A1BbD62c180/info.json b/blockchains/ethereum/assets/0x1e987DF68CC13d271e621ec82E050A1BbD62c180/info.json
deleted file mode 100644
index 2d32b5ebba2c3..0000000000000
--- a/blockchains/ethereum/assets/0x1e987DF68CC13d271e621ec82E050A1BbD62c180/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "WAGMI Game",
- "type": "ERC20",
- "symbol": "WAGMI",
- "decimals": 18,
- "website": "https://www.wagmigame.io",
- "description": "WAGMI is the brilliant product of combining a Play-To-Earn game concept with a cultural acronym.",
- "explorer": "https://etherscan.io/token/0x1e987DF68CC13d271e621ec82E050A1BbD62c180",
- "status": "active",
- "id": "0x1e987DF68CC13d271e621ec82E050A1BbD62c180",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/WAGMIOfficialGroup"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/wagmi-game/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/WagmiGameCo"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/wagmigame/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/wagmigame"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x1e987DF68CC13d271e621ec82E050A1BbD62c180/logo.png b/blockchains/ethereum/assets/0x1e987DF68CC13d271e621ec82E050A1BbD62c180/logo.png
deleted file mode 100644
index 2d14be7ba54d2..0000000000000
Binary files a/blockchains/ethereum/assets/0x1e987DF68CC13d271e621ec82E050A1BbD62c180/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1eA1aaA7508cE9bB697478E16BEc57C438EB015c/info.json b/blockchains/ethereum/assets/0x1eA1aaA7508cE9bB697478E16BEc57C438EB015c/info.json
deleted file mode 100644
index 9ac186c3661b0..0000000000000
--- a/blockchains/ethereum/assets/0x1eA1aaA7508cE9bB697478E16BEc57C438EB015c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OverPower Esports",
- "symbol": "OPG",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1eA1aaA7508cE9bB697478E16BEc57C438EB015c",
- "status": "abandoned",
- "id": "0x1eA1aaA7508cE9bB697478E16BEc57C438EB015c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1eA1aaA7508cE9bB697478E16BEc57C438EB015c/logo.png b/blockchains/ethereum/assets/0x1eA1aaA7508cE9bB697478E16BEc57C438EB015c/logo.png
deleted file mode 100644
index 0720e855bd694..0000000000000
Binary files a/blockchains/ethereum/assets/0x1eA1aaA7508cE9bB697478E16BEc57C438EB015c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1eAe15d9f4FA16f5278D02d2f8bDA8b0dcd31f71/info.json b/blockchains/ethereum/assets/0x1eAe15d9f4FA16f5278D02d2f8bDA8b0dcd31f71/info.json
deleted file mode 100644
index e10512d572772..0000000000000
--- a/blockchains/ethereum/assets/0x1eAe15d9f4FA16f5278D02d2f8bDA8b0dcd31f71/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Exceed",
- "symbol": "EXC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1eAe15d9f4FA16f5278D02d2f8bDA8b0dcd31f71",
- "status": "abandoned",
- "id": "0x1eAe15d9f4FA16f5278D02d2f8bDA8b0dcd31f71"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1eAe15d9f4FA16f5278D02d2f8bDA8b0dcd31f71/logo.png b/blockchains/ethereum/assets/0x1eAe15d9f4FA16f5278D02d2f8bDA8b0dcd31f71/logo.png
deleted file mode 100755
index 7b6ceced4ae0f..0000000000000
Binary files a/blockchains/ethereum/assets/0x1eAe15d9f4FA16f5278D02d2f8bDA8b0dcd31f71/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1eCe1739DAE08253aE582C404511B37355B42C84/info.json b/blockchains/ethereum/assets/0x1eCe1739DAE08253aE582C404511B37355B42C84/info.json
deleted file mode 100644
index b26cf5a5a0dcb..0000000000000
--- a/blockchains/ethereum/assets/0x1eCe1739DAE08253aE582C404511B37355B42C84/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PICA",
- "symbol": "PICA",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1eCe1739DAE08253aE582C404511B37355B42C84",
- "status": "abandoned",
- "id": "0x1eCe1739DAE08253aE582C404511B37355B42C84"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1eCe1739DAE08253aE582C404511B37355B42C84/logo.png b/blockchains/ethereum/assets/0x1eCe1739DAE08253aE582C404511B37355B42C84/logo.png
deleted file mode 100644
index 5eb40eea3b736..0000000000000
Binary files a/blockchains/ethereum/assets/0x1eCe1739DAE08253aE582C404511B37355B42C84/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1eD5a577c7623B557522eDEe1670846333dE678a/info.json b/blockchains/ethereum/assets/0x1eD5a577c7623B557522eDEe1670846333dE678a/info.json
deleted file mode 100644
index d80b1af39d6ae..0000000000000
--- a/blockchains/ethereum/assets/0x1eD5a577c7623B557522eDEe1670846333dE678a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-15/30M75",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1eD5a577c7623B557522eDEe1670846333dE678a",
- "status": "abandoned",
- "id": "0x1eD5a577c7623B557522eDEe1670846333dE678a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1eD5a577c7623B557522eDEe1670846333dE678a/logo.png b/blockchains/ethereum/assets/0x1eD5a577c7623B557522eDEe1670846333dE678a/logo.png
deleted file mode 100644
index 31213079ddb4f..0000000000000
Binary files a/blockchains/ethereum/assets/0x1eD5a577c7623B557522eDEe1670846333dE678a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1ed7AE1F0E2Fa4276DD7ddC786334a3dF81D50c0/info.json b/blockchains/ethereum/assets/0x1ed7AE1F0E2Fa4276DD7ddC786334a3dF81D50c0/info.json
deleted file mode 100644
index 916610bbeb7b8..0000000000000
--- a/blockchains/ethereum/assets/0x1ed7AE1F0E2Fa4276DD7ddC786334a3dF81D50c0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Forty Seven Bank Token",
- "symbol": "FSBT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.fsbt.tech/",
- "explorer": "https://etherscan.io/token/0x1ed7AE1F0E2Fa4276DD7ddC786334a3dF81D50c0",
- "status": "abandoned",
- "id": "0x1ed7AE1F0E2Fa4276DD7ddC786334a3dF81D50c0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1ed7AE1F0E2Fa4276DD7ddC786334a3dF81D50c0/logo.png b/blockchains/ethereum/assets/0x1ed7AE1F0E2Fa4276DD7ddC786334a3dF81D50c0/logo.png
deleted file mode 100644
index 1fd262fdd69b1..0000000000000
Binary files a/blockchains/ethereum/assets/0x1ed7AE1F0E2Fa4276DD7ddC786334a3dF81D50c0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1ee7198783514643Dd6DF4451751E66A7667FE6e/info.json b/blockchains/ethereum/assets/0x1ee7198783514643Dd6DF4451751E66A7667FE6e/info.json
deleted file mode 100644
index 0ab31fba9aff9..0000000000000
--- a/blockchains/ethereum/assets/0x1ee7198783514643Dd6DF4451751E66A7667FE6e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R891447",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1ee7198783514643Dd6DF4451751E66A7667FE6e",
- "status": "abandoned",
- "id": "0x1ee7198783514643Dd6DF4451751E66A7667FE6e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1ee7198783514643Dd6DF4451751E66A7667FE6e/logo.png b/blockchains/ethereum/assets/0x1ee7198783514643Dd6DF4451751E66A7667FE6e/logo.png
deleted file mode 100644
index 431112c09da61..0000000000000
Binary files a/blockchains/ethereum/assets/0x1ee7198783514643Dd6DF4451751E66A7667FE6e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1f88B2eF9ea3B29C90F559e645fC8CC2dc6F5b27/info.json b/blockchains/ethereum/assets/0x1f88B2eF9ea3B29C90F559e645fC8CC2dc6F5b27/info.json
deleted file mode 100644
index 9c940f4a8b3b8..0000000000000
--- a/blockchains/ethereum/assets/0x1f88B2eF9ea3B29C90F559e645fC8CC2dc6F5b27/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GoMoney",
- "symbol": "GOM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1f88B2eF9ea3B29C90F559e645fC8CC2dc6F5b27",
- "status": "abandoned",
- "id": "0x1f88B2eF9ea3B29C90F559e645fC8CC2dc6F5b27"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1f88B2eF9ea3B29C90F559e645fC8CC2dc6F5b27/logo.png b/blockchains/ethereum/assets/0x1f88B2eF9ea3B29C90F559e645fC8CC2dc6F5b27/logo.png
deleted file mode 100644
index 87e94502a2441..0000000000000
Binary files a/blockchains/ethereum/assets/0x1f88B2eF9ea3B29C90F559e645fC8CC2dc6F5b27/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1f8BDaD5f30EfFDf14c8da175349C7207Bb370f8/info.json b/blockchains/ethereum/assets/0x1f8BDaD5f30EfFDf14c8da175349C7207Bb370f8/info.json
deleted file mode 100644
index ec4f3f6d70149..0000000000000
--- a/blockchains/ethereum/assets/0x1f8BDaD5f30EfFDf14c8da175349C7207Bb370f8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short LINK-DAI 4x v2",
- "symbol": "dsLINK4x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1f8BDaD5f30EfFDf14c8da175349C7207Bb370f8",
- "status": "abandoned",
- "id": "0x1f8BDaD5f30EfFDf14c8da175349C7207Bb370f8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1f8BDaD5f30EfFDf14c8da175349C7207Bb370f8/logo.png b/blockchains/ethereum/assets/0x1f8BDaD5f30EfFDf14c8da175349C7207Bb370f8/logo.png
deleted file mode 100644
index 3a9b950394049..0000000000000
Binary files a/blockchains/ethereum/assets/0x1f8BDaD5f30EfFDf14c8da175349C7207Bb370f8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984/info.json b/blockchains/ethereum/assets/0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984/info.json
deleted file mode 100644
index 63922ae967851..0000000000000
--- a/blockchains/ethereum/assets/0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984/info.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "name": "Uniswap",
- "website": "https://uniswap.org",
- "description": "UNI is the Uniswap protocol token. Uniswap is a decentralized protocol for automated liquidity provision on Ethereum.",
- "explorer": "https://etherscan.io/token/0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
- "research": "https://research.binance.com/en/projects/uniswap",
- "type": "ERC20",
- "symbol": "UNI",
- "decimals": 18,
- "status": "active",
- "id": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
- "tags": [
- "defi",
- "governance"
- ],
- "links": [
- {
- "name": "discord",
- "url": "https://discord.com/invite/XErMcTq"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/UniswapProtocol"
- },
- {
- "name": "blog",
- "url": "https://uniswap.org/blog/uni/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/uniswap/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/uniswap/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984/logo.png b/blockchains/ethereum/assets/0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984/logo.png
deleted file mode 100644
index 893ef55cb23c0..0000000000000
Binary files a/blockchains/ethereum/assets/0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1fC52f1ABade452Dd4674477D4711951700b3d27/info.json b/blockchains/ethereum/assets/0x1fC52f1ABade452Dd4674477D4711951700b3d27/info.json
deleted file mode 100644
index 3b3d27a14a6c1..0000000000000
--- a/blockchains/ethereum/assets/0x1fC52f1ABade452Dd4674477D4711951700b3d27/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NOKU",
- "symbol": "Old NOKU",
- "type": "ERC20",
- "decimals": 18,
- "description": "Noku Chain an Ethereum sidechain dedicated to NFT tokens and DeFi",
- "website": "https://www.noku.io/",
- "explorer": "https://etherscan.io/token/0x1fC52f1ABade452Dd4674477D4711951700b3d27",
- "status": "abandoned",
- "id": "0x1fC52f1ABade452Dd4674477D4711951700b3d27"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1fE24F25b1Cf609B9c4e7E12D802e3640dFA5e43/info.json b/blockchains/ethereum/assets/0x1fE24F25b1Cf609B9c4e7E12D802e3640dFA5e43/info.json
deleted file mode 100644
index 06b8ba12cfd89..0000000000000
--- a/blockchains/ethereum/assets/0x1fE24F25b1Cf609B9c4e7E12D802e3640dFA5e43/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "ChainGuardians Governance Token",
- "website": "https://chainguardians.io",
- "description": "ChainGuardians Blockchain Video Game Defi Platform.",
- "explorer": "https://etherscan.io/token/0x1fe24f25b1cf609b9c4e7e12d802e3640dfa5e43",
- "type": "ERC20",
- "symbol": "CGG",
- "decimals": 18,
- "status": "active",
- "id": "0x1fE24F25b1Cf609B9c4e7E12D802e3640dFA5e43",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/chainguardians"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1fE24F25b1Cf609B9c4e7E12D802e3640dFA5e43/logo.png b/blockchains/ethereum/assets/0x1fE24F25b1Cf609B9c4e7E12D802e3640dFA5e43/logo.png
deleted file mode 100644
index c257c90b46e2d..0000000000000
Binary files a/blockchains/ethereum/assets/0x1fE24F25b1Cf609B9c4e7E12D802e3640dFA5e43/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1fc5EF0337AEA85C5f9198853a6E3A579a7A6987/info.json b/blockchains/ethereum/assets/0x1fc5EF0337AEA85C5f9198853a6E3A579a7A6987/info.json
deleted file mode 100644
index 1da50e5b1bc2f..0000000000000
--- a/blockchains/ethereum/assets/0x1fc5EF0337AEA85C5f9198853a6E3A579a7A6987/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "ReapChain",
- "symbol": "REAP",
- "type": "ERC20",
- "decimals": 18,
- "description": "REAP CHAIN aims to solve Trilemma problem of existing blockchains based on PoDC consensus structure and implements a scalable platform to create a fair and transparent sharing economy ecosystem.",
- "website": "https://reapchain.com/",
- "explorer": "https://etherscan.io/token/0x1fc5ef0337aea85c5f9198853a6e3a579a7a6987",
- "status": "active",
- "id": "0x1fc5EF0337AEA85C5f9198853a6E3A579a7A6987",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ReapChain"
- },
- {
- "name": "telegram",
- "url": "https://t.me/joinchat/MbaQ7RaZchMzjAam9yMS0Q"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/reapchain/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1fc5EF0337AEA85C5f9198853a6E3A579a7A6987/logo.png b/blockchains/ethereum/assets/0x1fc5EF0337AEA85C5f9198853a6E3A579a7A6987/logo.png
deleted file mode 100644
index bcfd8caac676d..0000000000000
Binary files a/blockchains/ethereum/assets/0x1fc5EF0337AEA85C5f9198853a6E3A579a7A6987/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1fd27F0CfC6f273b87A5E0F6fCf063422E7bCD6a/info.json b/blockchains/ethereum/assets/0x1fd27F0CfC6f273b87A5E0F6fCf063422E7bCD6a/info.json
deleted file mode 100644
index 636d4886cebdb..0000000000000
--- a/blockchains/ethereum/assets/0x1fd27F0CfC6f273b87A5E0F6fCf063422E7bCD6a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Agrocoin",
- "symbol": "AGRO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bitagro.io/",
- "explorer": "https://etherscan.io/token/0x1fd27F0CfC6f273b87A5E0F6fCf063422E7bCD6a",
- "status": "abandoned",
- "id": "0x1fd27F0CfC6f273b87A5E0F6fCf063422E7bCD6a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1fd27F0CfC6f273b87A5E0F6fCf063422E7bCD6a/logo.png b/blockchains/ethereum/assets/0x1fd27F0CfC6f273b87A5E0F6fCf063422E7bCD6a/logo.png
deleted file mode 100644
index 0f3d38669d390..0000000000000
Binary files a/blockchains/ethereum/assets/0x1fd27F0CfC6f273b87A5E0F6fCf063422E7bCD6a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1fddE7525783c36153a8A6b618e2B5210a23Ce37/info.json b/blockchains/ethereum/assets/0x1fddE7525783c36153a8A6b618e2B5210a23Ce37/info.json
deleted file mode 100644
index 3d25598d11bcc..0000000000000
--- a/blockchains/ethereum/assets/0x1fddE7525783c36153a8A6b618e2B5210a23Ce37/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KOKOCoin",
- "symbol": "KKC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1fddE7525783c36153a8A6b618e2B5210a23Ce37",
- "status": "abandoned",
- "id": "0x1fddE7525783c36153a8A6b618e2B5210a23Ce37"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1fddE7525783c36153a8A6b618e2B5210a23Ce37/logo.png b/blockchains/ethereum/assets/0x1fddE7525783c36153a8A6b618e2B5210a23Ce37/logo.png
deleted file mode 100755
index fa5e3af710b7b..0000000000000
Binary files a/blockchains/ethereum/assets/0x1fddE7525783c36153a8A6b618e2B5210a23Ce37/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x1fff4Dd33105054E853955C6d0dBa82859C01Cff/info.json b/blockchains/ethereum/assets/0x1fff4Dd33105054E853955C6d0dBa82859C01Cff/info.json
deleted file mode 100644
index ad37e4f43d0b2..0000000000000
--- a/blockchains/ethereum/assets/0x1fff4Dd33105054E853955C6d0dBa82859C01Cff/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Unochain token",
- "symbol": "UNOC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x1fff4Dd33105054E853955C6d0dBa82859C01Cff",
- "status": "abandoned",
- "id": "0x1fff4Dd33105054E853955C6d0dBa82859C01Cff"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x1fff4Dd33105054E853955C6d0dBa82859C01Cff/logo.png b/blockchains/ethereum/assets/0x1fff4Dd33105054E853955C6d0dBa82859C01Cff/logo.png
deleted file mode 100644
index f3fafd3764dee..0000000000000
Binary files a/blockchains/ethereum/assets/0x1fff4Dd33105054E853955C6d0dBa82859C01Cff/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2001f2A0Cf801EcFda622f6C28fb6E10d803D969/info.json b/blockchains/ethereum/assets/0x2001f2A0Cf801EcFda622f6C28fb6E10d803D969/info.json
deleted file mode 100644
index 7f44915fc3a9e..0000000000000
--- a/blockchains/ethereum/assets/0x2001f2A0Cf801EcFda622f6C28fb6E10d803D969/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoinLoan",
- "website": "https://coinloan.io",
- "description": "The CoinLoan Token (CLT) is a part of the CoinLoan crypto lending platform.",
- "explorer": "https://etherscan.io/token/0x2001f2A0Cf801EcFda622f6C28fb6E10d803D969",
- "type": "ERC20",
- "symbol": "CLT",
- "decimals": 8,
- "status": "active",
- "id": "0x2001f2A0Cf801EcFda622f6C28fb6E10d803D969"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2001f2A0Cf801EcFda622f6C28fb6E10d803D969/logo.png b/blockchains/ethereum/assets/0x2001f2A0Cf801EcFda622f6C28fb6E10d803D969/logo.png
deleted file mode 100644
index cd74451ab141c..0000000000000
Binary files a/blockchains/ethereum/assets/0x2001f2A0Cf801EcFda622f6C28fb6E10d803D969/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2008e3057BD734e10AD13c9EAe45Ff132aBc1722/info.json b/blockchains/ethereum/assets/0x2008e3057BD734e10AD13c9EAe45Ff132aBc1722/info.json
deleted file mode 100644
index 8827f3ee07a84..0000000000000
--- a/blockchains/ethereum/assets/0x2008e3057BD734e10AD13c9EAe45Ff132aBc1722/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zebi Coin",
- "symbol": "ZCO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.zebi.io/",
- "explorer": "https://etherscan.io/token/0x2008e3057BD734e10AD13c9EAe45Ff132aBc1722",
- "status": "abandoned",
- "id": "0x2008e3057BD734e10AD13c9EAe45Ff132aBc1722"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2008e3057BD734e10AD13c9EAe45Ff132aBc1722/logo.png b/blockchains/ethereum/assets/0x2008e3057BD734e10AD13c9EAe45Ff132aBc1722/logo.png
deleted file mode 100644
index 11a4ceca224e7..0000000000000
Binary files a/blockchains/ethereum/assets/0x2008e3057BD734e10AD13c9EAe45Ff132aBc1722/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x201a59270DD85Da26615A37bba3EED8665153abb/info.json b/blockchains/ethereum/assets/0x201a59270DD85Da26615A37bba3EED8665153abb/info.json
deleted file mode 100644
index 1958c8294b9d5..0000000000000
--- a/blockchains/ethereum/assets/0x201a59270DD85Da26615A37bba3EED8665153abb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HonestCoin",
- "symbol": "USDH",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x201a59270DD85Da26615A37bba3EED8665153abb",
- "status": "abandoned",
- "id": "0x201a59270DD85Da26615A37bba3EED8665153abb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x201a59270DD85Da26615A37bba3EED8665153abb/logo.png b/blockchains/ethereum/assets/0x201a59270DD85Da26615A37bba3EED8665153abb/logo.png
deleted file mode 100644
index 786c8aef60f9c..0000000000000
Binary files a/blockchains/ethereum/assets/0x201a59270DD85Da26615A37bba3EED8665153abb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x20398aD62bb2D930646d45a6D4292baa0b860C1f/info.json b/blockchains/ethereum/assets/0x20398aD62bb2D930646d45a6D4292baa0b860C1f/info.json
deleted file mode 100644
index 9ec2d1a2d7133..0000000000000
--- a/blockchains/ethereum/assets/0x20398aD62bb2D930646d45a6D4292baa0b860C1f/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Flashstake",
- "type": "ERC20",
- "symbol": "FLASH",
- "decimals": 18,
- "website": "https://flashstake.io",
- "description": "FLASH - The time travel of money",
- "explorer": "https://etherscan.io/token/0x20398aD62bb2D930646d45a6D4292baa0b860C1f",
- "status": "abandoned",
- "id": "0x20398aD62bb2D930646d45a6D4292baa0b860C1f",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Flashstake"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x203Ba630BFC57E3BD9f0DD8EA38B30e972d0E050/info.json b/blockchains/ethereum/assets/0x203Ba630BFC57E3BD9f0DD8EA38B30e972d0E050/info.json
deleted file mode 100644
index eb329def0ba0c..0000000000000
--- a/blockchains/ethereum/assets/0x203Ba630BFC57E3BD9f0DD8EA38B30e972d0E050/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "U. S. Dollar Digital Safe",
- "symbol": "USDDS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x203Ba630BFC57E3BD9f0DD8EA38B30e972d0E050",
- "status": "abandoned",
- "id": "0x203Ba630BFC57E3BD9f0DD8EA38B30e972d0E050"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x203Ba630BFC57E3BD9f0DD8EA38B30e972d0E050/logo.png b/blockchains/ethereum/assets/0x203Ba630BFC57E3BD9f0DD8EA38B30e972d0E050/logo.png
deleted file mode 100644
index 312218f7d9faf..0000000000000
Binary files a/blockchains/ethereum/assets/0x203Ba630BFC57E3BD9f0DD8EA38B30e972d0E050/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2041cb929669f989447bafCB379ea13B3a4D95Eb/info.json b/blockchains/ethereum/assets/0x2041cb929669f989447bafCB379ea13B3a4D95Eb/info.json
deleted file mode 100644
index 01874f99f9ca0..0000000000000
--- a/blockchains/ethereum/assets/0x2041cb929669f989447bafCB379ea13B3a4D95Eb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoin Class",
- "symbol": "BCA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2041cb929669f989447bafCB379ea13B3a4D95Eb",
- "status": "abandoned",
- "id": "0x2041cb929669f989447bafCB379ea13B3a4D95Eb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2041cb929669f989447bafCB379ea13B3a4D95Eb/logo.png b/blockchains/ethereum/assets/0x2041cb929669f989447bafCB379ea13B3a4D95Eb/logo.png
deleted file mode 100644
index 5412dc840193b..0000000000000
Binary files a/blockchains/ethereum/assets/0x2041cb929669f989447bafCB379ea13B3a4D95Eb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x20649d97b1393105cf92a5083fd2afF7C99eBe56/info.json b/blockchains/ethereum/assets/0x20649d97b1393105cf92a5083fd2afF7C99eBe56/info.json
deleted file mode 100644
index cece017e66b81..0000000000000
--- a/blockchains/ethereum/assets/0x20649d97b1393105cf92a5083fd2afF7C99eBe56/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "STBTCDaiRebalancingSetToken",
- "symbol": "STBTCDai",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.tokensets.com/set/btclovol",
- "explorer": "https://etherscan.io/token/0x20649d97b1393105cf92a5083fd2afF7C99eBe56",
- "status": "abandoned",
- "id": "0x20649d97b1393105cf92a5083fd2afF7C99eBe56"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x20649d97b1393105cf92a5083fd2afF7C99eBe56/logo.png b/blockchains/ethereum/assets/0x20649d97b1393105cf92a5083fd2afF7C99eBe56/logo.png
deleted file mode 100644
index 3359c7aa75d35..0000000000000
Binary files a/blockchains/ethereum/assets/0x20649d97b1393105cf92a5083fd2afF7C99eBe56/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x208b061317885fF0eF278E2fa7CF858549fa7ec0/info.json b/blockchains/ethereum/assets/0x208b061317885fF0eF278E2fa7CF858549fa7ec0/info.json
deleted file mode 100644
index c1d2848a1abbf..0000000000000
--- a/blockchains/ethereum/assets/0x208b061317885fF0eF278E2fa7CF858549fa7ec0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ITOChain Coin",
- "symbol": "ITOC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x208b061317885fF0eF278E2fa7CF858549fa7ec0",
- "status": "abandoned",
- "id": "0x208b061317885fF0eF278E2fa7CF858549fa7ec0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x208b061317885fF0eF278E2fa7CF858549fa7ec0/logo.png b/blockchains/ethereum/assets/0x208b061317885fF0eF278E2fa7CF858549fa7ec0/logo.png
deleted file mode 100644
index 201b1cedb8ff8..0000000000000
Binary files a/blockchains/ethereum/assets/0x208b061317885fF0eF278E2fa7CF858549fa7ec0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x208bbb6bCEA22ef2011789331405347394EbAa51/info.json b/blockchains/ethereum/assets/0x208bbb6bCEA22ef2011789331405347394EbAa51/info.json
deleted file mode 100644
index 0c9b9b25a2725..0000000000000
--- a/blockchains/ethereum/assets/0x208bbb6bCEA22ef2011789331405347394EbAa51/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AI",
- "symbol": "1AI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.1ai.io/",
- "explorer": "https://etherscan.io/token/0x208bbb6bCEA22ef2011789331405347394EbAa51",
- "status": "abandoned",
- "id": "0x208bbb6bCEA22ef2011789331405347394EbAa51"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x208bbb6bCEA22ef2011789331405347394EbAa51/logo.png b/blockchains/ethereum/assets/0x208bbb6bCEA22ef2011789331405347394EbAa51/logo.png
deleted file mode 100644
index 0ec7b2e9dcd69..0000000000000
Binary files a/blockchains/ethereum/assets/0x208bbb6bCEA22ef2011789331405347394EbAa51/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x20900587e569E3D0B2609BCa6Fb3469765ed0920/info.json b/blockchains/ethereum/assets/0x20900587e569E3D0B2609BCa6Fb3469765ed0920/info.json
deleted file mode 100644
index 6d155706a8f0d..0000000000000
--- a/blockchains/ethereum/assets/0x20900587e569E3D0B2609BCa6Fb3469765ed0920/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitpoint",
- "symbol": "BTP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x20900587e569E3D0B2609BCa6Fb3469765ed0920",
- "status": "abandoned",
- "id": "0x20900587e569E3D0B2609BCa6Fb3469765ed0920"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x20900587e569E3D0B2609BCa6Fb3469765ed0920/logo.png b/blockchains/ethereum/assets/0x20900587e569E3D0B2609BCa6Fb3469765ed0920/logo.png
deleted file mode 100644
index e849e324d81e5..0000000000000
Binary files a/blockchains/ethereum/assets/0x20900587e569E3D0B2609BCa6Fb3469765ed0920/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x20945cA1df56D237fD40036d47E866C7DcCD2114/info.json b/blockchains/ethereum/assets/0x20945cA1df56D237fD40036d47E866C7DcCD2114/info.json
deleted file mode 100644
index e17d0bca31a85..0000000000000
--- a/blockchains/ethereum/assets/0x20945cA1df56D237fD40036d47E866C7DcCD2114/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Nsure",
- "website": "https://nsure.network",
- "description": "Nsure is an open insurance platform for Open Finance. The project borrows the idea of Lloyd’s London, a market place to trade insurance risks, where premiums are determined by a Dynamic Pricing Model. Capital mining will be implemented to secure capital required to back the risks at any point of time. A 3-phase crowd voting mechanism is used to ensure every claim is handled professionally.",
- "explorer": "https://etherscan.io/token/0x20945ca1df56d237fd40036d47e866c7dccd2114",
- "type": "ERC20",
- "symbol": "Nsure",
- "decimals": 18,
- "status": "active",
- "id": "0x20945cA1df56D237fD40036d47E866C7DcCD2114",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/nsure-tech"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Nsure"
- },
- {
- "name": "telegram",
- "url": "https://t.me/nsurenet"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@nsure_network"
- },
- {
- "name": "whitepaper",
- "url": "https://nsure.network/Nsure_WP_0.7.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x20945cA1df56D237fD40036d47E866C7DcCD2114/logo.png b/blockchains/ethereum/assets/0x20945cA1df56D237fD40036d47E866C7DcCD2114/logo.png
deleted file mode 100644
index 11f432e89a1ed..0000000000000
Binary files a/blockchains/ethereum/assets/0x20945cA1df56D237fD40036d47E866C7DcCD2114/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2098C776A9F97427AA15C2cf91522aF0c94Fc574/info.json b/blockchains/ethereum/assets/0x2098C776A9F97427AA15C2cf91522aF0c94Fc574/info.json
deleted file mode 100644
index 066c002a6ffa4..0000000000000
--- a/blockchains/ethereum/assets/0x2098C776A9F97427AA15C2cf91522aF0c94Fc574/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MineBlock",
- "symbol": "MB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2098C776A9F97427AA15C2cf91522aF0c94Fc574",
- "status": "abandoned",
- "id": "0x2098C776A9F97427AA15C2cf91522aF0c94Fc574"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2098C776A9F97427AA15C2cf91522aF0c94Fc574/logo.png b/blockchains/ethereum/assets/0x2098C776A9F97427AA15C2cf91522aF0c94Fc574/logo.png
deleted file mode 100644
index 6eb5fb7e8d7cd..0000000000000
Binary files a/blockchains/ethereum/assets/0x2098C776A9F97427AA15C2cf91522aF0c94Fc574/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x209C1808FeBf6c1aB7C65764bb61AD67d3923fcc/info.json b/blockchains/ethereum/assets/0x209C1808FeBf6c1aB7C65764bb61AD67d3923fcc/info.json
deleted file mode 100644
index 543e47de1b83c..0000000000000
--- a/blockchains/ethereum/assets/0x209C1808FeBf6c1aB7C65764bb61AD67d3923fcc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "APEcoin",
- "website": "https://APEcoin.dev",
- "description": "APEcoin is a new token that is known as a Meme Coin. APEcoin is meant to be fun and not taken seriously while navigating the possibilities of blockchain technology.",
- "explorer": "https://etherscan.io/token/0x209C1808FeBf6c1aB7C65764bb61AD67d3923fcc",
- "type": "ERC20",
- "symbol": "APE",
- "decimals": 18,
- "status": "active",
- "id": "0x209C1808FeBf6c1aB7C65764bb61AD67d3923fcc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x209C1808FeBf6c1aB7C65764bb61AD67d3923fcc/logo.png b/blockchains/ethereum/assets/0x209C1808FeBf6c1aB7C65764bb61AD67d3923fcc/logo.png
deleted file mode 100644
index 07503fad090ca..0000000000000
Binary files a/blockchains/ethereum/assets/0x209C1808FeBf6c1aB7C65764bb61AD67d3923fcc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x20AE0cA9D42e6Ffeb1188F341A7D63450452dEF6/info.json b/blockchains/ethereum/assets/0x20AE0cA9D42e6Ffeb1188F341A7D63450452dEF6/info.json
deleted file mode 100644
index 6df00ba4fd4b2..0000000000000
--- a/blockchains/ethereum/assets/0x20AE0cA9D42e6Ffeb1188F341A7D63450452dEF6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cipher",
- "symbol": "CPR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Cipher (CPR) is A Utility Token For The Crypto Community. The community will get rewards, prizes, offers and promotions in Cipher token by utilizing our mobile and web applications service or program.",
- "website": "https://ciphercryptotech.org/",
- "explorer": "https://etherscan.io/token/0x20AE0cA9D42e6Ffeb1188F341A7D63450452dEF6",
- "status": "active",
- "id": "0x20AE0cA9D42e6Ffeb1188F341A7D63450452dEF6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x20AE0cA9D42e6Ffeb1188F341A7D63450452dEF6/logo.png b/blockchains/ethereum/assets/0x20AE0cA9D42e6Ffeb1188F341A7D63450452dEF6/logo.png
deleted file mode 100644
index 10cd751b13051..0000000000000
Binary files a/blockchains/ethereum/assets/0x20AE0cA9D42e6Ffeb1188F341A7D63450452dEF6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x20B01f9D524777bb1988c7F3CD42Fe0Ff10D5615/info.json b/blockchains/ethereum/assets/0x20B01f9D524777bb1988c7F3CD42Fe0Ff10D5615/info.json
deleted file mode 100644
index 626006e6b453d..0000000000000
--- a/blockchains/ethereum/assets/0x20B01f9D524777bb1988c7F3CD42Fe0Ff10D5615/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Payback",
- "symbol": "PYB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x20B01f9D524777bb1988c7F3CD42Fe0Ff10D5615",
- "status": "abandoned",
- "id": "0x20B01f9D524777bb1988c7F3CD42Fe0Ff10D5615"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x20B01f9D524777bb1988c7F3CD42Fe0Ff10D5615/logo.png b/blockchains/ethereum/assets/0x20B01f9D524777bb1988c7F3CD42Fe0Ff10D5615/logo.png
deleted file mode 100644
index 055bcaff10eaf..0000000000000
Binary files a/blockchains/ethereum/assets/0x20B01f9D524777bb1988c7F3CD42Fe0Ff10D5615/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x20B504802dbce474B4Dc59C9474f9270C85b94D8/info.json b/blockchains/ethereum/assets/0x20B504802dbce474B4Dc59C9474f9270C85b94D8/info.json
deleted file mode 100644
index a0917a0b2110a..0000000000000
--- a/blockchains/ethereum/assets/0x20B504802dbce474B4Dc59C9474f9270C85b94D8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DaRiC",
- "symbol": "IRC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x20B504802dbce474B4Dc59C9474f9270C85b94D8",
- "status": "abandoned",
- "id": "0x20B504802dbce474B4Dc59C9474f9270C85b94D8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x20B504802dbce474B4Dc59C9474f9270C85b94D8/logo.png b/blockchains/ethereum/assets/0x20B504802dbce474B4Dc59C9474f9270C85b94D8/logo.png
deleted file mode 100644
index 431c92b9ad541..0000000000000
Binary files a/blockchains/ethereum/assets/0x20B504802dbce474B4Dc59C9474f9270C85b94D8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x20BC832ca081b91433ff6c17f85701B6e92486c5/info.json b/blockchains/ethereum/assets/0x20BC832ca081b91433ff6c17f85701B6e92486c5/info.json
deleted file mode 100644
index 17063ac089c63..0000000000000
--- a/blockchains/ethereum/assets/0x20BC832ca081b91433ff6c17f85701B6e92486c5/info.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
- "name": "StakeWise rETH2",
- "type": "ERC20",
- "symbol": "rETH2",
- "decimals": 18,
- "website": "https://stakewise.io",
- "description": "rETH2 is a token that represents reward ether in StakeWise.",
- "explorer": "https://etherscan.io/token/0x20BC832ca081b91433ff6c17f85701B6e92486c5",
- "status": "active",
- "id": "0x20BC832ca081b91433ff6c17f85701B6e92486c5",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/stakewise_io"
- },
- {
- "name": "github",
- "url": "https://github.com/stakewise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/stakewise_io"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/stakewise_io"
- },
- {
- "name": "blog",
- "url": "https://stakewise.medium.com/"
- },
- {
- "name": "docs",
- "url": "https://docs.stakewise.io/"
- },
- {
- "name": "forum",
- "url": "https://forum.stakewise.io/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/8Zf7tKyXeZ"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/stakewise"
- },
- {
- "name": "medium",
- "url": "https://stakewise.medium.com/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCQ2cX28XNW-S-66quNYxzRA"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/reth2"
- },
- {
- "name": "source_code",
- "url": "https://github.com/stakewise/contracts/blob/master/contracts/tokens/RewardEthToken.sol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x20BC832ca081b91433ff6c17f85701B6e92486c5/logo.png b/blockchains/ethereum/assets/0x20BC832ca081b91433ff6c17f85701B6e92486c5/logo.png
deleted file mode 100644
index 0d52b9b53deb7..0000000000000
Binary files a/blockchains/ethereum/assets/0x20BC832ca081b91433ff6c17f85701B6e92486c5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x20Bcae16A8bA95d8E8363E265de4eCFc36eC5cd9/info.json b/blockchains/ethereum/assets/0x20Bcae16A8bA95d8E8363E265de4eCFc36eC5cd9/info.json
deleted file mode 100644
index a9aaea4f5855d..0000000000000
--- a/blockchains/ethereum/assets/0x20Bcae16A8bA95d8E8363E265de4eCFc36eC5cd9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HEY BITCOIN",
- "symbol": "HYBN",
- "type": "ERC20",
- "decimals": 18,
- "description": "HYBN is a blockchain wallet made to simplify sending and receiving digital payments with the world.",
- "website": "https://www.heybitcoin.io/",
- "explorer": "https://etherscan.io/token/0x20Bcae16A8bA95d8E8363E265de4eCFc36eC5cd9",
- "status": "active",
- "id": "0x20Bcae16A8bA95d8E8363E265de4eCFc36eC5cd9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x20Bcae16A8bA95d8E8363E265de4eCFc36eC5cd9/logo.png b/blockchains/ethereum/assets/0x20Bcae16A8bA95d8E8363E265de4eCFc36eC5cd9/logo.png
deleted file mode 100644
index 556c8e57290ec..0000000000000
Binary files a/blockchains/ethereum/assets/0x20Bcae16A8bA95d8E8363E265de4eCFc36eC5cd9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x20C86769247Bd55C8aeE3779403158C609FEa530/info.json b/blockchains/ethereum/assets/0x20C86769247Bd55C8aeE3779403158C609FEa530/info.json
deleted file mode 100644
index 264bffe4dc1d4..0000000000000
--- a/blockchains/ethereum/assets/0x20C86769247Bd55C8aeE3779403158C609FEa530/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kryptonian",
- "symbol": "SPMN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x20C86769247Bd55C8aeE3779403158C609FEa530",
- "status": "abandoned",
- "id": "0x20C86769247Bd55C8aeE3779403158C609FEa530"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x20C86769247Bd55C8aeE3779403158C609FEa530/logo.png b/blockchains/ethereum/assets/0x20C86769247Bd55C8aeE3779403158C609FEa530/logo.png
deleted file mode 100644
index 1657199d155ca..0000000000000
Binary files a/blockchains/ethereum/assets/0x20C86769247Bd55C8aeE3779403158C609FEa530/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x20D236D3D74B90c00abA0Fe0D7ed7D57E8B769a3/info.json b/blockchains/ethereum/assets/0x20D236D3D74B90c00abA0Fe0D7ed7D57E8B769a3/info.json
deleted file mode 100644
index 71daeb82daee0..0000000000000
--- a/blockchains/ethereum/assets/0x20D236D3D74B90c00abA0Fe0D7ed7D57E8B769a3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "U-Shares/Ubets",
- "symbol": "USUB",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x20D236D3D74B90c00abA0Fe0D7ed7D57E8B769a3",
- "status": "abandoned",
- "id": "0x20D236D3D74B90c00abA0Fe0D7ed7D57E8B769a3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x20D236D3D74B90c00abA0Fe0D7ed7D57E8B769a3/logo.png b/blockchains/ethereum/assets/0x20D236D3D74B90c00abA0Fe0D7ed7D57E8B769a3/logo.png
deleted file mode 100644
index 3a712bda01381..0000000000000
Binary files a/blockchains/ethereum/assets/0x20D236D3D74B90c00abA0Fe0D7ed7D57E8B769a3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x20E94867794dBA030Ee287F1406E100d03C84Cd3/info.json b/blockchains/ethereum/assets/0x20E94867794dBA030Ee287F1406E100d03C84Cd3/info.json
deleted file mode 100644
index b18cc28160d23..0000000000000
--- a/blockchains/ethereum/assets/0x20E94867794dBA030Ee287F1406E100d03C84Cd3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DEW",
- "symbol": "DEW",
- "type": "ERC20",
- "decimals": 18,
- "description": "DEW is a Decentralized Exchange and also a gateway to the global blockchain securities market, through an almighty account, you can trade Blockchain Assets, Stocks, Futures, Forex, ETF, Bet Contract etc.",
- "website": "https://www.dew.one/",
- "explorer": "https://etherscan.io/token/0x20E94867794dBA030Ee287F1406E100d03C84Cd3",
- "status": "active",
- "id": "0x20E94867794dBA030Ee287F1406E100d03C84Cd3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x20E94867794dBA030Ee287F1406E100d03C84Cd3/logo.png b/blockchains/ethereum/assets/0x20E94867794dBA030Ee287F1406E100d03C84Cd3/logo.png
deleted file mode 100755
index 77dba11e56d7b..0000000000000
Binary files a/blockchains/ethereum/assets/0x20E94867794dBA030Ee287F1406E100d03C84Cd3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x20F7A3DdF244dc9299975b4Da1C39F8D5D75f05A/info.json b/blockchains/ethereum/assets/0x20F7A3DdF244dc9299975b4Da1C39F8D5D75f05A/info.json
deleted file mode 100644
index f4a2b1f2f970c..0000000000000
--- a/blockchains/ethereum/assets/0x20F7A3DdF244dc9299975b4Da1C39F8D5D75f05A/info.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "Sapien Token",
- "website": "https://sapien.network/",
- "description": "Sapien is an Ethereum-based social network that puts Humans First.",
- "explorer": "https://etherscan.io/token/0x20f7a3ddf244dc9299975b4da1c39f8d5d75f05a",
- "research": "",
- "type": "ERC20",
- "symbol": "SPN",
- "decimals": 6,
- "status": "active",
- "id": "0x20F7A3DdF244dc9299975b4Da1C39F8D5D75f05A",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/sapiennetwork"
- },
- {
- "name": "whitepaper",
- "url": "https://common.sapien.network/static/pdf/SPNv1_4.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x20F7A3DdF244dc9299975b4Da1C39F8D5D75f05A/logo.png b/blockchains/ethereum/assets/0x20F7A3DdF244dc9299975b4Da1C39F8D5D75f05A/logo.png
deleted file mode 100755
index 73561f9b52670..0000000000000
Binary files a/blockchains/ethereum/assets/0x20F7A3DdF244dc9299975b4Da1C39F8D5D75f05A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x20a347B325232bEeeda730369002C2FdaaAe14d7/info.json b/blockchains/ethereum/assets/0x20a347B325232bEeeda730369002C2FdaaAe14d7/info.json
deleted file mode 100644
index a81513d46d9fe..0000000000000
--- a/blockchains/ethereum/assets/0x20a347B325232bEeeda730369002C2FdaaAe14d7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C550576",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x20a347B325232bEeeda730369002C2FdaaAe14d7",
- "status": "spam",
- "id": "0x20a347B325232bEeeda730369002C2FdaaAe14d7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x20a347B325232bEeeda730369002C2FdaaAe14d7/logo.png b/blockchains/ethereum/assets/0x20a347B325232bEeeda730369002C2FdaaAe14d7/logo.png
deleted file mode 100644
index 878e717dab4d1..0000000000000
Binary files a/blockchains/ethereum/assets/0x20a347B325232bEeeda730369002C2FdaaAe14d7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x20b1A8a9cA1c7302b7f774266C491C7b11622779/info.json b/blockchains/ethereum/assets/0x20b1A8a9cA1c7302b7f774266C491C7b11622779/info.json
deleted file mode 100644
index 22663c587ac14..0000000000000
--- a/blockchains/ethereum/assets/0x20b1A8a9cA1c7302b7f774266C491C7b11622779/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ARCS",
- "symbol": "ARX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.arcs-chain.com/",
- "explorer": "https://etherscan.io/token/0x20b1A8a9cA1c7302b7f774266C491C7b11622779",
- "status": "abandoned",
- "id": "0x20b1A8a9cA1c7302b7f774266C491C7b11622779"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x20b1A8a9cA1c7302b7f774266C491C7b11622779/logo.png b/blockchains/ethereum/assets/0x20b1A8a9cA1c7302b7f774266C491C7b11622779/logo.png
deleted file mode 100644
index fe178e885bbae..0000000000000
Binary files a/blockchains/ethereum/assets/0x20b1A8a9cA1c7302b7f774266C491C7b11622779/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x20c187414Fa2e2212AAd227223fe323499ed70fF/info.json b/blockchains/ethereum/assets/0x20c187414Fa2e2212AAd227223fe323499ed70fF/info.json
deleted file mode 100644
index ff22221079354..0000000000000
--- a/blockchains/ethereum/assets/0x20c187414Fa2e2212AAd227223fe323499ed70fF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MinedBlock Token",
- "symbol": "MBTX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x20c187414Fa2e2212AAd227223fe323499ed70fF",
- "status": "abandoned",
- "id": "0x20c187414Fa2e2212AAd227223fe323499ed70fF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x20c187414Fa2e2212AAd227223fe323499ed70fF/logo.png b/blockchains/ethereum/assets/0x20c187414Fa2e2212AAd227223fe323499ed70fF/logo.png
deleted file mode 100644
index 83c0177843f25..0000000000000
Binary files a/blockchains/ethereum/assets/0x20c187414Fa2e2212AAd227223fe323499ed70fF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x20eAFeF52733E37a47Fe53915EC29B3b13210D8a/info.json b/blockchains/ethereum/assets/0x20eAFeF52733E37a47Fe53915EC29B3b13210D8a/info.json
deleted file mode 100644
index 3befae0192ed5..0000000000000
--- a/blockchains/ethereum/assets/0x20eAFeF52733E37a47Fe53915EC29B3b13210D8a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R670496",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x20eAFeF52733E37a47Fe53915EC29B3b13210D8a",
- "status": "abandoned",
- "id": "0x20eAFeF52733E37a47Fe53915EC29B3b13210D8a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x20eAFeF52733E37a47Fe53915EC29B3b13210D8a/logo.png b/blockchains/ethereum/assets/0x20eAFeF52733E37a47Fe53915EC29B3b13210D8a/logo.png
deleted file mode 100644
index 7961a59c942c2..0000000000000
Binary files a/blockchains/ethereum/assets/0x20eAFeF52733E37a47Fe53915EC29B3b13210D8a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x211d6373313dAfa21789767E2A255e0C435E7F5d/info.json b/blockchains/ethereum/assets/0x211d6373313dAfa21789767E2A255e0C435E7F5d/info.json
deleted file mode 100644
index f7b9cdd750d27..0000000000000
--- a/blockchains/ethereum/assets/0x211d6373313dAfa21789767E2A255e0C435E7F5d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USDI",
- "website": "https://otfund.io/",
- "description": "USDI payment gateway.",
- "explorer": "https://etherscan.io/token/0x211d6373313dAfa21789767E2A255e0C435E7F5d",
- "type": "ERC20",
- "symbol": "USDI",
- "decimals": 6,
- "status": "active",
- "id": "0x211d6373313dAfa21789767E2A255e0C435E7F5d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x211d6373313dAfa21789767E2A255e0C435E7F5d/logo.png b/blockchains/ethereum/assets/0x211d6373313dAfa21789767E2A255e0C435E7F5d/logo.png
deleted file mode 100644
index 1e85efdb60fd5..0000000000000
Binary files a/blockchains/ethereum/assets/0x211d6373313dAfa21789767E2A255e0C435E7F5d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x211e9983c8ae05821693AdD1F33570129F0C942D/info.json b/blockchains/ethereum/assets/0x211e9983c8ae05821693AdD1F33570129F0C942D/info.json
deleted file mode 100644
index 8672f878d3bb7..0000000000000
--- a/blockchains/ethereum/assets/0x211e9983c8ae05821693AdD1F33570129F0C942D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-10/30M40",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x211e9983c8ae05821693AdD1F33570129F0C942D",
- "status": "abandoned",
- "id": "0x211e9983c8ae05821693AdD1F33570129F0C942D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x211e9983c8ae05821693AdD1F33570129F0C942D/logo.png b/blockchains/ethereum/assets/0x211e9983c8ae05821693AdD1F33570129F0C942D/logo.png
deleted file mode 100644
index 8ad6787d2c634..0000000000000
Binary files a/blockchains/ethereum/assets/0x211e9983c8ae05821693AdD1F33570129F0C942D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2121a1B68E9C2Cc8fF4Bfd8bCD0F891ece331c51/info.json b/blockchains/ethereum/assets/0x2121a1B68E9C2Cc8fF4Bfd8bCD0F891ece331c51/info.json
deleted file mode 100644
index 895a5a40954d0..0000000000000
--- a/blockchains/ethereum/assets/0x2121a1B68E9C2Cc8fF4Bfd8bCD0F891ece331c51/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tantan Token",
- "website": "https://tantantoken.com/en",
- "description": "Tantan is all about making honest connections online and in real life.",
- "explorer": "https://etherscan.io/token/0x2121a1B68E9C2Cc8fF4Bfd8bCD0F891ece331c51",
- "type": "ERC20",
- "symbol": "TANTAN",
- "decimals": 8,
- "status": "active",
- "id": "0x2121a1B68E9C2Cc8fF4Bfd8bCD0F891ece331c51"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2121a1B68E9C2Cc8fF4Bfd8bCD0F891ece331c51/logo.png b/blockchains/ethereum/assets/0x2121a1B68E9C2Cc8fF4Bfd8bCD0F891ece331c51/logo.png
deleted file mode 100644
index 9ee5c27142a2e..0000000000000
Binary files a/blockchains/ethereum/assets/0x2121a1B68E9C2Cc8fF4Bfd8bCD0F891ece331c51/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2129fF6000b95A973236020BCd2b2006B0D8E019/info.json b/blockchains/ethereum/assets/0x2129fF6000b95A973236020BCd2b2006B0D8E019/info.json
deleted file mode 100644
index 2f0c1c344330b..0000000000000
--- a/blockchains/ethereum/assets/0x2129fF6000b95A973236020BCd2b2006B0D8E019/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MYX Network",
- "symbol": "MYX",
- "type": "ERC20",
- "decimals": 18,
- "description": "MYX Network is a DeFi Deflationary and Staking ERC20 token which is the primary digital asset of MYX Protocol which includes a Digital Advertisement Network, Investor DAO and Social Media Network.",
- "website": "https://myx.network/",
- "explorer": "https://etherscan.io/token/0x2129fF6000b95A973236020BCd2b2006B0D8E019",
- "status": "active",
- "id": "0x2129fF6000b95A973236020BCd2b2006B0D8E019"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2129fF6000b95A973236020BCd2b2006B0D8E019/logo.png b/blockchains/ethereum/assets/0x2129fF6000b95A973236020BCd2b2006B0D8E019/logo.png
deleted file mode 100644
index 068e889d3a2ed..0000000000000
Binary files a/blockchains/ethereum/assets/0x2129fF6000b95A973236020BCd2b2006B0D8E019/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2134057C0b461F898D375Cead652Acae62b59541/info.json b/blockchains/ethereum/assets/0x2134057C0b461F898D375Cead652Acae62b59541/info.json
deleted file mode 100644
index 3b689ae433aa7..0000000000000
--- a/blockchains/ethereum/assets/0x2134057C0b461F898D375Cead652Acae62b59541/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoxxxCoin",
- "symbol": "CXC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2134057C0b461F898D375Cead652Acae62b59541",
- "status": "active",
- "id": "0x2134057C0b461F898D375Cead652Acae62b59541"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2134057C0b461F898D375Cead652Acae62b59541/logo.png b/blockchains/ethereum/assets/0x2134057C0b461F898D375Cead652Acae62b59541/logo.png
deleted file mode 100644
index 456b23869c612..0000000000000
Binary files a/blockchains/ethereum/assets/0x2134057C0b461F898D375Cead652Acae62b59541/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x21381e026Ad6d8266244f2A583b35F9E4413FA2a/info.json b/blockchains/ethereum/assets/0x21381e026Ad6d8266244f2A583b35F9E4413FA2a/info.json
deleted file mode 100644
index 580eec8ad97c5..0000000000000
--- a/blockchains/ethereum/assets/0x21381e026Ad6d8266244f2A583b35F9E4413FA2a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Formation Finance",
- "website": "https://formation.fi",
- "description": "Formation Fi revolutionizes portfolio construction by introducing risk-adjusted portfolio of decentralized open financial crypto assets in the form of algorithmically rebasing indexes, with a high degree of composability, across the major blockchain networks.",
- "explorer": "https://etherscan.io/token/0x21381e026Ad6d8266244f2A583b35F9E4413FA2a",
- "type": "ERC20",
- "symbol": "FORM",
- "decimals": 18,
- "status": "active",
- "id": "0x21381e026Ad6d8266244f2A583b35F9E4413FA2a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x21381e026Ad6d8266244f2A583b35F9E4413FA2a/logo.png b/blockchains/ethereum/assets/0x21381e026Ad6d8266244f2A583b35F9E4413FA2a/logo.png
deleted file mode 100644
index 334cedd514475..0000000000000
Binary files a/blockchains/ethereum/assets/0x21381e026Ad6d8266244f2A583b35F9E4413FA2a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2157748D894741359281253188130c2d615FAdC8/info.json b/blockchains/ethereum/assets/0x2157748D894741359281253188130c2d615FAdC8/info.json
deleted file mode 100644
index d1475efb49a0b..0000000000000
--- a/blockchains/ethereum/assets/0x2157748D894741359281253188130c2d615FAdC8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Virtual Token",
- "symbol": "VITO",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2157748D894741359281253188130c2d615FAdC8",
- "status": "abandoned",
- "id": "0x2157748D894741359281253188130c2d615FAdC8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2157748D894741359281253188130c2d615FAdC8/logo.png b/blockchains/ethereum/assets/0x2157748D894741359281253188130c2d615FAdC8/logo.png
deleted file mode 100644
index 699a1f803aeab..0000000000000
Binary files a/blockchains/ethereum/assets/0x2157748D894741359281253188130c2d615FAdC8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x215dc4394247bE773c741265eD065377F37f8A43/info.json b/blockchains/ethereum/assets/0x215dc4394247bE773c741265eD065377F37f8A43/info.json
deleted file mode 100644
index b0d904c919ff8..0000000000000
--- a/blockchains/ethereum/assets/0x215dc4394247bE773c741265eD065377F37f8A43/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C512100",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x215dc4394247bE773c741265eD065377F37f8A43",
- "status": "abandoned",
- "id": "0x215dc4394247bE773c741265eD065377F37f8A43"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x215dc4394247bE773c741265eD065377F37f8A43/logo.png b/blockchains/ethereum/assets/0x215dc4394247bE773c741265eD065377F37f8A43/logo.png
deleted file mode 100644
index 84c763c5c0d35..0000000000000
Binary files a/blockchains/ethereum/assets/0x215dc4394247bE773c741265eD065377F37f8A43/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2167D2C82F763257C4F0A3e40d9B494EF93702f1/info.json b/blockchains/ethereum/assets/0x2167D2C82F763257C4F0A3e40d9B494EF93702f1/info.json
deleted file mode 100644
index cd00fbb16b072..0000000000000
--- a/blockchains/ethereum/assets/0x2167D2C82F763257C4F0A3e40d9B494EF93702f1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitUnits",
- "symbol": "XP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2167D2C82F763257C4F0A3e40d9B494EF93702f1",
- "status": "abandoned",
- "id": "0x2167D2C82F763257C4F0A3e40d9B494EF93702f1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2167D2C82F763257C4F0A3e40d9B494EF93702f1/logo.png b/blockchains/ethereum/assets/0x2167D2C82F763257C4F0A3e40d9B494EF93702f1/logo.png
deleted file mode 100755
index 22986695998f0..0000000000000
Binary files a/blockchains/ethereum/assets/0x2167D2C82F763257C4F0A3e40d9B494EF93702f1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2167FB82309CF76513E83B25123f8b0559d6b48f/info.json b/blockchains/ethereum/assets/0x2167FB82309CF76513E83B25123f8b0559d6b48f/info.json
deleted file mode 100644
index 5297c0b3eb440..0000000000000
--- a/blockchains/ethereum/assets/0x2167FB82309CF76513E83B25123f8b0559d6b48f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LION",
- "symbol": "LION",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://coinlion.com/",
- "explorer": "https://etherscan.io/token/0x2167FB82309CF76513E83B25123f8b0559d6b48f",
- "status": "abandoned",
- "id": "0x2167FB82309CF76513E83B25123f8b0559d6b48f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2167FB82309CF76513E83B25123f8b0559d6b48f/logo.png b/blockchains/ethereum/assets/0x2167FB82309CF76513E83B25123f8b0559d6b48f/logo.png
deleted file mode 100644
index 77a5e46a6a20a..0000000000000
Binary files a/blockchains/ethereum/assets/0x2167FB82309CF76513E83B25123f8b0559d6b48f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x21686F8ce003a95c99aCd297E302FAACf742F7d4/info.json b/blockchains/ethereum/assets/0x21686F8ce003a95c99aCd297E302FAACf742F7d4/info.json
deleted file mode 100644
index 5aee014d7dfdf..0000000000000
--- a/blockchains/ethereum/assets/0x21686F8ce003a95c99aCd297E302FAACf742F7d4/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Wrapped Conceal",
- "symbol": "wCCX",
- "type": "ERC20",
- "decimals": 6,
- "description": "Wrapped Conceal ($wCCX) provides an untraceable gateway to and from the Ethereum ecosystem to $CCX. Wrapped Conceal ($wCCX) represents $CCX on the Ethereum ecosystem.",
- "website": "https://conceal.network/",
- "explorer": "https://etherscan.io/token/0x21686F8ce003a95c99aCd297E302FAACf742F7d4",
- "status": "active",
- "id": "0x21686F8ce003a95c99aCd297E302FAACf742F7d4",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x21686F8ce003a95c99aCd297E302FAACf742F7d4/logo.png b/blockchains/ethereum/assets/0x21686F8ce003a95c99aCd297E302FAACf742F7d4/logo.png
deleted file mode 100644
index b9f69da48bcb0..0000000000000
Binary files a/blockchains/ethereum/assets/0x21686F8ce003a95c99aCd297E302FAACf742F7d4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x217f96737b39f9b9211767cb6aeF5DbAe2Fe9402/info.json b/blockchains/ethereum/assets/0x217f96737b39f9b9211767cb6aeF5DbAe2Fe9402/info.json
deleted file mode 100644
index 33ae3ab45fe58..0000000000000
--- a/blockchains/ethereum/assets/0x217f96737b39f9b9211767cb6aeF5DbAe2Fe9402/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bazaar Gift Token",
- "symbol": "WAY",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x217f96737b39f9b9211767cb6aeF5DbAe2Fe9402",
- "status": "abandoned",
- "id": "0x217f96737b39f9b9211767cb6aeF5DbAe2Fe9402"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x217f96737b39f9b9211767cb6aeF5DbAe2Fe9402/logo.png b/blockchains/ethereum/assets/0x217f96737b39f9b9211767cb6aeF5DbAe2Fe9402/logo.png
deleted file mode 100644
index 11d07ad9bd577..0000000000000
Binary files a/blockchains/ethereum/assets/0x217f96737b39f9b9211767cb6aeF5DbAe2Fe9402/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x21839a7f7e88c19a6089AdBFB3fB52606Ac6f0Dd/info.json b/blockchains/ethereum/assets/0x21839a7f7e88c19a6089AdBFB3fB52606Ac6f0Dd/info.json
deleted file mode 100644
index a9b70255d8116..0000000000000
--- a/blockchains/ethereum/assets/0x21839a7f7e88c19a6089AdBFB3fB52606Ac6f0Dd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FTO",
- "website": "https://f5trader.com",
- "description": "Most Trending & Potential Exchange Platform For Trading",
- "explorer": "https://etherscan.io/token/0x21839a7f7e88c19a6089AdBFB3fB52606Ac6f0Dd",
- "type": "ERC20",
- "symbol": "FTO",
- "decimals": 18,
- "status": "active",
- "id": "0x21839a7f7e88c19a6089AdBFB3fB52606Ac6f0Dd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x21839a7f7e88c19a6089AdBFB3fB52606Ac6f0Dd/logo.png b/blockchains/ethereum/assets/0x21839a7f7e88c19a6089AdBFB3fB52606Ac6f0Dd/logo.png
deleted file mode 100644
index 639b9b8e1a2db..0000000000000
Binary files a/blockchains/ethereum/assets/0x21839a7f7e88c19a6089AdBFB3fB52606Ac6f0Dd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x219218f117DC9348b358b8471c55A073E5e0dA0b/info.json b/blockchains/ethereum/assets/0x219218f117DC9348b358b8471c55A073E5e0dA0b/info.json
deleted file mode 100644
index 4f81c8efb7c5b..0000000000000
--- a/blockchains/ethereum/assets/0x219218f117DC9348b358b8471c55A073E5e0dA0b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gold Reward Token",
- "symbol": "GRX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://goldreward.io/",
- "explorer": "https://etherscan.io/token/0x219218f117DC9348b358b8471c55A073E5e0dA0b",
- "status": "abandoned",
- "id": "0x219218f117DC9348b358b8471c55A073E5e0dA0b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x219218f117DC9348b358b8471c55A073E5e0dA0b/logo.png b/blockchains/ethereum/assets/0x219218f117DC9348b358b8471c55A073E5e0dA0b/logo.png
deleted file mode 100644
index cfbbd87121d0b..0000000000000
Binary files a/blockchains/ethereum/assets/0x219218f117DC9348b358b8471c55A073E5e0dA0b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2193B9F2B5E5051E41C32c71B25587D6A6f045C8/info.json b/blockchains/ethereum/assets/0x2193B9F2B5E5051E41C32c71B25587D6A6f045C8/info.json
deleted file mode 100644
index 5032a7c6a73c3..0000000000000
--- a/blockchains/ethereum/assets/0x2193B9F2B5E5051E41C32c71B25587D6A6f045C8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Status Security",
- "symbol": "STS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2193B9F2B5E5051E41C32c71B25587D6A6f045C8",
- "status": "abandoned",
- "id": "0x2193B9F2B5E5051E41C32c71B25587D6A6f045C8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2193B9F2B5E5051E41C32c71B25587D6A6f045C8/logo.png b/blockchains/ethereum/assets/0x2193B9F2B5E5051E41C32c71B25587D6A6f045C8/logo.png
deleted file mode 100644
index 6bdfe7208579f..0000000000000
Binary files a/blockchains/ethereum/assets/0x2193B9F2B5E5051E41C32c71B25587D6A6f045C8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x219803d17f3067eb53d521ba8948d2734f402f7d/info.json b/blockchains/ethereum/assets/0x219803d17f3067eb53d521ba8948d2734f402f7d/info.json
deleted file mode 100644
index 6dea52d800d4d..0000000000000
--- a/blockchains/ethereum/assets/0x219803d17f3067eb53d521ba8948d2734f402f7d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WGM",
- "symbol": "WGM",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x219803d17f3067eb53d521ba8948d2734f402f7d",
- "status": "abandoned",
- "id": "0x219803d17f3067eb53d521ba8948d2734f402f7d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x219803d17f3067eb53d521ba8948d2734f402f7d/logo.png b/blockchains/ethereum/assets/0x219803d17f3067eb53d521ba8948d2734f402f7d/logo.png
deleted file mode 100644
index 6099545c87e8b..0000000000000
Binary files a/blockchains/ethereum/assets/0x219803d17f3067eb53d521ba8948d2734f402f7d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x219E0B7c4868adD72a913eEF492c228CD1F45cdD/info.json b/blockchains/ethereum/assets/0x219E0B7c4868adD72a913eEF492c228CD1F45cdD/info.json
deleted file mode 100644
index ff707258bafbc..0000000000000
--- a/blockchains/ethereum/assets/0x219E0B7c4868adD72a913eEF492c228CD1F45cdD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Firextoken",
- "symbol": "FRXT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x219E0B7c4868adD72a913eEF492c228CD1F45cdD",
- "status": "abandoned",
- "id": "0x219E0B7c4868adD72a913eEF492c228CD1F45cdD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x219E0B7c4868adD72a913eEF492c228CD1F45cdD/logo.png b/blockchains/ethereum/assets/0x219E0B7c4868adD72a913eEF492c228CD1F45cdD/logo.png
deleted file mode 100644
index da63d4528f483..0000000000000
Binary files a/blockchains/ethereum/assets/0x219E0B7c4868adD72a913eEF492c228CD1F45cdD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x21BfBDa47A0B4B5b1248c767Ee49F7caA9B23697/info.json b/blockchains/ethereum/assets/0x21BfBDa47A0B4B5b1248c767Ee49F7caA9B23697/info.json
deleted file mode 100644
index c35a2217418fb..0000000000000
--- a/blockchains/ethereum/assets/0x21BfBDa47A0B4B5b1248c767Ee49F7caA9B23697/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "OVR",
- "symbol": "OVR",
- "type": "ERC20",
- "decimals": 18,
- "description": "OVR is the decentralized infrastructure for the spatial web, merging physical and virtual world through Augmented Reality, creating a new dimension where everything is possible.",
- "website": "https://www.ovr.ai",
- "explorer": "https://etherscan.io/token/0x21bfbda47a0b4b5b1248c767ee49f7caa9b23697",
- "status": "active",
- "id": "0x21BfBDa47A0B4B5b1248c767Ee49F7caA9B23697",
- "tags": [
- "nft"
- ],
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/OVRtheReality"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/OVRtheReality"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/OVRmetaverse/"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/ovrannouncements"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ovrthereality"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ovr"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ovr/"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x21BfBDa47A0B4B5b1248c767Ee49F7caA9B23697/logo.png b/blockchains/ethereum/assets/0x21BfBDa47A0B4B5b1248c767Ee49F7caA9B23697/logo.png
deleted file mode 100644
index c3045348fbd1c..0000000000000
Binary files a/blockchains/ethereum/assets/0x21BfBDa47A0B4B5b1248c767Ee49F7caA9B23697/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x21C0F7B0aB3727EbBdB2FBDc4D039264d0b5B33B/info.json b/blockchains/ethereum/assets/0x21C0F7B0aB3727EbBdB2FBDc4D039264d0b5B33B/info.json
deleted file mode 100644
index 8f5af013a65fa..0000000000000
--- a/blockchains/ethereum/assets/0x21C0F7B0aB3727EbBdB2FBDc4D039264d0b5B33B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-24/30M24",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x21C0F7B0aB3727EbBdB2FBDc4D039264d0b5B33B",
- "status": "abandoned",
- "id": "0x21C0F7B0aB3727EbBdB2FBDc4D039264d0b5B33B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x21C0F7B0aB3727EbBdB2FBDc4D039264d0b5B33B/logo.png b/blockchains/ethereum/assets/0x21C0F7B0aB3727EbBdB2FBDc4D039264d0b5B33B/logo.png
deleted file mode 100644
index 9ea536cc595cb..0000000000000
Binary files a/blockchains/ethereum/assets/0x21C0F7B0aB3727EbBdB2FBDc4D039264d0b5B33B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x21C7F008970bFAbcCF9D44Fe7EE7e1f4A5401FEb/info.json b/blockchains/ethereum/assets/0x21C7F008970bFAbcCF9D44Fe7EE7e1f4A5401FEb/info.json
deleted file mode 100644
index 48f984671c056..0000000000000
--- a/blockchains/ethereum/assets/0x21C7F008970bFAbcCF9D44Fe7EE7e1f4A5401FEb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bobbies",
- "symbol": "BOBBS",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x21C7F008970bFAbcCF9D44Fe7EE7e1f4A5401FEb",
- "status": "active",
- "id": "0x21C7F008970bFAbcCF9D44Fe7EE7e1f4A5401FEb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x21C7F008970bFAbcCF9D44Fe7EE7e1f4A5401FEb/logo.png b/blockchains/ethereum/assets/0x21C7F008970bFAbcCF9D44Fe7EE7e1f4A5401FEb/logo.png
deleted file mode 100644
index 56c838042a8c8..0000000000000
Binary files a/blockchains/ethereum/assets/0x21C7F008970bFAbcCF9D44Fe7EE7e1f4A5401FEb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x21D281D3B296cFE0Ba581D09d995ae6b23B0CAFb/info.json b/blockchains/ethereum/assets/0x21D281D3B296cFE0Ba581D09d995ae6b23B0CAFb/info.json
deleted file mode 100644
index 8561477383b3d..0000000000000
--- a/blockchains/ethereum/assets/0x21D281D3B296cFE0Ba581D09d995ae6b23B0CAFb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COALCOIN",
- "symbol": "CIC",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x21D281D3B296cFE0Ba581D09d995ae6b23B0CAFb",
- "status": "abandoned",
- "id": "0x21D281D3B296cFE0Ba581D09d995ae6b23B0CAFb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x21D281D3B296cFE0Ba581D09d995ae6b23B0CAFb/logo.png b/blockchains/ethereum/assets/0x21D281D3B296cFE0Ba581D09d995ae6b23B0CAFb/logo.png
deleted file mode 100755
index 612c2e5688c2f..0000000000000
Binary files a/blockchains/ethereum/assets/0x21D281D3B296cFE0Ba581D09d995ae6b23B0CAFb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x21D5A14e625d767Ce6b7A167491C2d18e0785fDa/info.json b/blockchains/ethereum/assets/0x21D5A14e625d767Ce6b7A167491C2d18e0785fDa/info.json
deleted file mode 100644
index bae2e54f36d02..0000000000000
--- a/blockchains/ethereum/assets/0x21D5A14e625d767Ce6b7A167491C2d18e0785fDa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Jinbi Token",
- "symbol": "JNB",
- "type": "ERC20",
- "decimals": 18,
- "description": "Jinbi Token merges gold with blockchain technology. A new horizon of wealth and security.",
- "website": "https://jinbitoken.io",
- "explorer": "https://etherscan.io/token/0x21D5A14e625d767Ce6b7A167491C2d18e0785fDa",
- "status": "active",
- "id": "0x21D5A14e625d767Ce6b7A167491C2d18e0785fDa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x21D5A14e625d767Ce6b7A167491C2d18e0785fDa/logo.png b/blockchains/ethereum/assets/0x21D5A14e625d767Ce6b7A167491C2d18e0785fDa/logo.png
deleted file mode 100644
index 08a8d8acd2433..0000000000000
Binary files a/blockchains/ethereum/assets/0x21D5A14e625d767Ce6b7A167491C2d18e0785fDa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x21E13cB3F3F26f92A62ac7Adab4093e8997D1fb1/info.json b/blockchains/ethereum/assets/0x21E13cB3F3F26f92A62ac7Adab4093e8997D1fb1/info.json
deleted file mode 100644
index 1203f78c7dbcc..0000000000000
--- a/blockchains/ethereum/assets/0x21E13cB3F3F26f92A62ac7Adab4093e8997D1fb1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OIKOS",
- "symbol": "OIKOS",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x21E13cB3F3F26f92A62ac7Adab4093e8997D1fb1",
- "status": "abandoned",
- "id": "0x21E13cB3F3F26f92A62ac7Adab4093e8997D1fb1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x21E13cB3F3F26f92A62ac7Adab4093e8997D1fb1/logo.png b/blockchains/ethereum/assets/0x21E13cB3F3F26f92A62ac7Adab4093e8997D1fb1/logo.png
deleted file mode 100644
index 394cc4c982180..0000000000000
Binary files a/blockchains/ethereum/assets/0x21E13cB3F3F26f92A62ac7Adab4093e8997D1fb1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x21F3618937f954F8681C93673086d74426f63eb6/info.json b/blockchains/ethereum/assets/0x21F3618937f954F8681C93673086d74426f63eb6/info.json
deleted file mode 100644
index d2775c1d4256f..0000000000000
--- a/blockchains/ethereum/assets/0x21F3618937f954F8681C93673086d74426f63eb6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MageCoin",
- "symbol": "MAG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x21F3618937f954F8681C93673086d74426f63eb6",
- "status": "active",
- "id": "0x21F3618937f954F8681C93673086d74426f63eb6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x21F3618937f954F8681C93673086d74426f63eb6/logo.png b/blockchains/ethereum/assets/0x21F3618937f954F8681C93673086d74426f63eb6/logo.png
deleted file mode 100755
index b2d12a3f426c3..0000000000000
Binary files a/blockchains/ethereum/assets/0x21F3618937f954F8681C93673086d74426f63eb6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x21aB6c9fAC80C59D401b37cB43F81ea9DDe7Fe34/info.json b/blockchains/ethereum/assets/0x21aB6c9fAC80C59D401b37cB43F81ea9DDe7Fe34/info.json
deleted file mode 100644
index cc51d16d3283a..0000000000000
--- a/blockchains/ethereum/assets/0x21aB6c9fAC80C59D401b37cB43F81ea9DDe7Fe34/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Baer Chain",
- "symbol": "BRC",
- "type": "ERC20",
- "decimals": 8,
- "description": "Pioneer of Global Game Public Chain, dedicated to creating a game ecology based on blockchain technology.",
- "website": "https://www.baerchain.com/",
- "explorer": "https://etherscan.io/token/0x21aB6c9fAC80C59D401b37cB43F81ea9DDe7Fe34",
- "status": "active",
- "id": "0x21aB6c9fAC80C59D401b37cB43F81ea9DDe7Fe34"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x21aB6c9fAC80C59D401b37cB43F81ea9DDe7Fe34/logo.png b/blockchains/ethereum/assets/0x21aB6c9fAC80C59D401b37cB43F81ea9DDe7Fe34/logo.png
deleted file mode 100644
index bdf49f084bc42..0000000000000
Binary files a/blockchains/ethereum/assets/0x21aB6c9fAC80C59D401b37cB43F81ea9DDe7Fe34/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x21cA39943E91d704678F5D00b6616650F066fD63/info.json b/blockchains/ethereum/assets/0x21cA39943E91d704678F5D00b6616650F066fD63/info.json
deleted file mode 100644
index b9a513f2f0041..0000000000000
--- a/blockchains/ethereum/assets/0x21cA39943E91d704678F5D00b6616650F066fD63/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "mTSLA Token",
- "website": "https://mirror.finance",
- "description": "Wrapped Mirror TSLA Token.",
- "explorer": "https://etherscan.io/token/0x21cA39943E91d704678F5D00b6616650F066fD63",
- "type": "ERC20",
- "symbol": "mTSLA",
- "decimals": 18,
- "status": "active",
- "id": "0x21cA39943E91d704678F5D00b6616650F066fD63",
- "tags": [
- "wrapped"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MirrorProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mirror_protocol"
- },
- {
- "name": "discord",
- "url": "https://discord.com/MirrorProtocol"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@mirror-protocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x21cA39943E91d704678F5D00b6616650F066fD63/logo.png b/blockchains/ethereum/assets/0x21cA39943E91d704678F5D00b6616650F066fD63/logo.png
deleted file mode 100644
index cec81559ea9e8..0000000000000
Binary files a/blockchains/ethereum/assets/0x21cA39943E91d704678F5D00b6616650F066fD63/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x21d5678A62DFe63a47062469Ebb2fAc2817D8832/info.json b/blockchains/ethereum/assets/0x21d5678A62DFe63a47062469Ebb2fAc2817D8832/info.json
deleted file mode 100644
index d583154f832d9..0000000000000
--- a/blockchains/ethereum/assets/0x21d5678A62DFe63a47062469Ebb2fAc2817D8832/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YoloCash",
- "symbol": "YLC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.yolocash.co/",
- "explorer": "https://etherscan.io/token/0x21d5678A62DFe63a47062469Ebb2fAc2817D8832",
- "status": "abandoned",
- "id": "0x21d5678A62DFe63a47062469Ebb2fAc2817D8832"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x21d5678A62DFe63a47062469Ebb2fAc2817D8832/logo.png b/blockchains/ethereum/assets/0x21d5678A62DFe63a47062469Ebb2fAc2817D8832/logo.png
deleted file mode 100644
index a8b7f7e32e8da..0000000000000
Binary files a/blockchains/ethereum/assets/0x21d5678A62DFe63a47062469Ebb2fAc2817D8832/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x21f0F0fD3141Ee9E11B3d7f13a1028CD515f459c/info.json b/blockchains/ethereum/assets/0x21f0F0fD3141Ee9E11B3d7f13a1028CD515f459c/info.json
deleted file mode 100644
index 7111b5d80511c..0000000000000
--- a/blockchains/ethereum/assets/0x21f0F0fD3141Ee9E11B3d7f13a1028CD515f459c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MrpToken",
- "symbol": "MRP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x21f0F0fD3141Ee9E11B3d7f13a1028CD515f459c",
- "status": "abandoned",
- "id": "0x21f0F0fD3141Ee9E11B3d7f13a1028CD515f459c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x21f0F0fD3141Ee9E11B3d7f13a1028CD515f459c/logo.png b/blockchains/ethereum/assets/0x21f0F0fD3141Ee9E11B3d7f13a1028CD515f459c/logo.png
deleted file mode 100755
index d28d51018d253..0000000000000
Binary files a/blockchains/ethereum/assets/0x21f0F0fD3141Ee9E11B3d7f13a1028CD515f459c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2215459BBfc4A1041BB8B4E53D8c69d63F3B3224/info.json b/blockchains/ethereum/assets/0x2215459BBfc4A1041BB8B4E53D8c69d63F3B3224/info.json
deleted file mode 100644
index c7b90c7a03d3a..0000000000000
--- a/blockchains/ethereum/assets/0x2215459BBfc4A1041BB8B4E53D8c69d63F3B3224/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Noble Technologies Token",
- "symbol": "NTT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2215459BBfc4A1041BB8B4E53D8c69d63F3B3224",
- "status": "abandoned",
- "id": "0x2215459BBfc4A1041BB8B4E53D8c69d63F3B3224"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2215459BBfc4A1041BB8B4E53D8c69d63F3B3224/logo.png b/blockchains/ethereum/assets/0x2215459BBfc4A1041BB8B4E53D8c69d63F3B3224/logo.png
deleted file mode 100644
index 4f25ab5d9f164..0000000000000
Binary files a/blockchains/ethereum/assets/0x2215459BBfc4A1041BB8B4E53D8c69d63F3B3224/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x221657776846890989a759BA2973e427DfF5C9bB/info.json b/blockchains/ethereum/assets/0x221657776846890989a759BA2973e427DfF5C9bB/info.json
deleted file mode 100644
index 1fc2dc0e2a2bb..0000000000000
--- a/blockchains/ethereum/assets/0x221657776846890989a759BA2973e427DfF5C9bB/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Reputation",
- "website": "http://augur.net",
- "description": "Augur (REPv2) is meant to harness the wisdom of the crowd through prediction markets on a protocol owned and operated by holders of the Ethereum-based Reputation token.",
- "explorer": "https://etherscan.io/token/0x221657776846890989a759BA2973e427DfF5C9bB",
- "research": "https://research.binance.com/en/projects/augur",
- "type": "ERC20",
- "symbol": "REPv2",
- "decimals": 18,
- "status": "active",
- "id": "0x221657776846890989a759BA2973e427DfF5C9bB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x221657776846890989a759BA2973e427DfF5C9bB/logo.png b/blockchains/ethereum/assets/0x221657776846890989a759BA2973e427DfF5C9bB/logo.png
deleted file mode 100644
index 2251a4bf7129e..0000000000000
Binary files a/blockchains/ethereum/assets/0x221657776846890989a759BA2973e427DfF5C9bB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2216e873ea4282EbEf7A02aC5aeA220bE6391A7C/info.json b/blockchains/ethereum/assets/0x2216e873ea4282EbEf7A02aC5aeA220bE6391A7C/info.json
deleted file mode 100644
index 7816ec2ebade8..0000000000000
--- a/blockchains/ethereum/assets/0x2216e873ea4282EbEf7A02aC5aeA220bE6391A7C/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "smol",
- "website": "https://smol.finance",
- "description": "beeg tings, smol package",
- "explorer": "https://etherscan.io/token/0x2216e873ea4282EbEf7A02aC5aeA220bE6391A7C",
- "type": "ERC20",
- "symbol": "SMOL",
- "decimals": 18,
- "status": "active",
- "id": "0x2216e873ea4282EbEf7A02aC5aeA220bE6391A7C",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/smolfinance/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/SmolFinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/smol_tok"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/SmolFinance"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@smolfinance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2216e873ea4282EbEf7A02aC5aeA220bE6391A7C/logo.png b/blockchains/ethereum/assets/0x2216e873ea4282EbEf7A02aC5aeA220bE6391A7C/logo.png
deleted file mode 100644
index 08030285c6d41..0000000000000
Binary files a/blockchains/ethereum/assets/0x2216e873ea4282EbEf7A02aC5aeA220bE6391A7C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x221F7d0F2Fa0bFbd5F8B0d0340425906F2F9968c/info.json b/blockchains/ethereum/assets/0x221F7d0F2Fa0bFbd5F8B0d0340425906F2F9968c/info.json
deleted file mode 100644
index 03a5479d6e63c..0000000000000
--- a/blockchains/ethereum/assets/0x221F7d0F2Fa0bFbd5F8B0d0340425906F2F9968c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Super Running Coin",
- "symbol": "SRC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://superrunningcoin.com/",
- "explorer": "https://etherscan.io/token/0x221F7d0F2Fa0bFbd5F8B0d0340425906F2F9968c",
- "status": "abandoned",
- "id": "0x221F7d0F2Fa0bFbd5F8B0d0340425906F2F9968c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x221F7d0F2Fa0bFbd5F8B0d0340425906F2F9968c/logo.png b/blockchains/ethereum/assets/0x221F7d0F2Fa0bFbd5F8B0d0340425906F2F9968c/logo.png
deleted file mode 100644
index 24f28ab80e4b3..0000000000000
Binary files a/blockchains/ethereum/assets/0x221F7d0F2Fa0bFbd5F8B0d0340425906F2F9968c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x22222C03318440305aC3e8a7820563d6A9FD777F/info.json b/blockchains/ethereum/assets/0x22222C03318440305aC3e8a7820563d6A9FD777F/info.json
deleted file mode 100644
index cdb9fd63159a3..0000000000000
--- a/blockchains/ethereum/assets/0x22222C03318440305aC3e8a7820563d6A9FD777F/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Clover",
- "website": "https://clv.surge.sh/",
- "description": "A crypto community and group unlike any other. Unrivaled in their authenticity and uniqueness, they are certainly not for the easily offended.",
- "explorer": "https://etherscan.io/token/0x22222C03318440305aC3e8a7820563d6A9FD777F",
- "type": "ERC20",
- "symbol": "CLV",
- "decimals": 6,
- "status": "active",
- "id": "0x22222C03318440305aC3e8a7820563d6A9FD777F",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/clvfi"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x22222C03318440305aC3e8a7820563d6A9FD777F/logo.png b/blockchains/ethereum/assets/0x22222C03318440305aC3e8a7820563d6A9FD777F/logo.png
deleted file mode 100644
index 20ab1dc275393..0000000000000
Binary files a/blockchains/ethereum/assets/0x22222C03318440305aC3e8a7820563d6A9FD777F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2233799Ee2683d75dfefAcbCd2A26c78D34b470d/info.json b/blockchains/ethereum/assets/0x2233799Ee2683d75dfefAcbCd2A26c78D34b470d/info.json
deleted file mode 100644
index 48fd0d8714e52..0000000000000
--- a/blockchains/ethereum/assets/0x2233799Ee2683d75dfefAcbCd2A26c78D34b470d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Network Token",
- "symbol": "NTWK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2233799Ee2683d75dfefAcbCd2A26c78D34b470d",
- "status": "abandoned",
- "id": "0x2233799Ee2683d75dfefAcbCd2A26c78D34b470d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2233799Ee2683d75dfefAcbCd2A26c78D34b470d/logo.png b/blockchains/ethereum/assets/0x2233799Ee2683d75dfefAcbCd2A26c78D34b470d/logo.png
deleted file mode 100644
index b45d4873af099..0000000000000
Binary files a/blockchains/ethereum/assets/0x2233799Ee2683d75dfefAcbCd2A26c78D34b470d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x223B6e268Eea352572c3D081039DAf00c822A4c5/info.json b/blockchains/ethereum/assets/0x223B6e268Eea352572c3D081039DAf00c822A4c5/info.json
deleted file mode 100644
index de611796166ec..0000000000000
--- a/blockchains/ethereum/assets/0x223B6e268Eea352572c3D081039DAf00c822A4c5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crypto Chain",
- "symbol": "CRC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://cryptochaini.co/",
- "explorer": "https://etherscan.io/token/0x223B6e268Eea352572c3D081039DAf00c822A4c5",
- "status": "abandoned",
- "id": "0x223B6e268Eea352572c3D081039DAf00c822A4c5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x223B6e268Eea352572c3D081039DAf00c822A4c5/logo.png b/blockchains/ethereum/assets/0x223B6e268Eea352572c3D081039DAf00c822A4c5/logo.png
deleted file mode 100644
index 5227fe46b7345..0000000000000
Binary files a/blockchains/ethereum/assets/0x223B6e268Eea352572c3D081039DAf00c822A4c5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x224DB5E6180761df4C3d8936585f6b8b83879770/info.json b/blockchains/ethereum/assets/0x224DB5E6180761df4C3d8936585f6b8b83879770/info.json
deleted file mode 100644
index 0a34a7ebb2203..0000000000000
--- a/blockchains/ethereum/assets/0x224DB5E6180761df4C3d8936585f6b8b83879770/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "OM Lira",
- "website": "https://omlira.com",
- "description": "Kullanımı kolay kripto para",
- "explorer": "https://etherscan.io/token/0x224db5e6180761df4c3d8936585f6b8b83879770",
- "type": "ERC20",
- "symbol": "OML",
- "decimals": 18,
- "status": "active",
- "id": "0x224DB5E6180761df4C3d8936585f6b8b83879770",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/om_lira"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/MB75Bnc"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/omlira"
- },
- {
- "name": "medium",
- "url": "https://omlira.medium.com"
- },
- {
- "name": "whitepaper",
- "url": "https://omlira.com/whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x224DB5E6180761df4C3d8936585f6b8b83879770/logo.png b/blockchains/ethereum/assets/0x224DB5E6180761df4C3d8936585f6b8b83879770/logo.png
deleted file mode 100644
index 5754c6df58918..0000000000000
Binary files a/blockchains/ethereum/assets/0x224DB5E6180761df4C3d8936585f6b8b83879770/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x225927F8fa71d16EE07968B8746364D1d9F839bD/info.json b/blockchains/ethereum/assets/0x225927F8fa71d16EE07968B8746364D1d9F839bD/info.json
deleted file mode 100644
index 793ac44c4ac2a..0000000000000
--- a/blockchains/ethereum/assets/0x225927F8fa71d16EE07968B8746364D1d9F839bD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoin Fast",
- "symbol": "BTCF",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://bitcfast.com/",
- "explorer": "https://etherscan.io/token/0x225927F8fa71d16EE07968B8746364D1d9F839bD",
- "status": "abandoned",
- "id": "0x225927F8fa71d16EE07968B8746364D1d9F839bD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x225927F8fa71d16EE07968B8746364D1d9F839bD/logo.png b/blockchains/ethereum/assets/0x225927F8fa71d16EE07968B8746364D1d9F839bD/logo.png
deleted file mode 100644
index 2957c7ef99c31..0000000000000
Binary files a/blockchains/ethereum/assets/0x225927F8fa71d16EE07968B8746364D1d9F839bD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599/info.json b/blockchains/ethereum/assets/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599/info.json
deleted file mode 100644
index 3f95f6dc6dc30..0000000000000
--- a/blockchains/ethereum/assets/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Wrapped Bitcoin",
- "website": "https://wbtc.network",
- "description": "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin.",
- "explorer": "https://etherscan.io/token/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
- "type": "ERC20",
- "symbol": "WBTC",
- "decimals": 8,
- "status": "active",
- "id": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
- "tags": [
- "defi",
- "wrapped"
- ],
- "links": [
- {
- "name": "whitepaper",
- "url": "https://wbtc.network/assets/wrapped-tokens-whitepaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/wrapped-bitcoin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/wrapped-bitcoin/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599/logo.png b/blockchains/ethereum/assets/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599/logo.png
deleted file mode 100644
index 702d64a2e040a..0000000000000
Binary files a/blockchains/ethereum/assets/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x226F15CDBAa36814ce3cB287563069c32cC1A293/info.json b/blockchains/ethereum/assets/0x226F15CDBAa36814ce3cB287563069c32cC1A293/info.json
deleted file mode 100644
index ff05ac8458ba3..0000000000000
--- a/blockchains/ethereum/assets/0x226F15CDBAa36814ce3cB287563069c32cC1A293/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CRYPTOFOREX",
- "symbol": "CFX",
- "website": "http://cryptoforex.ai/",
- "description": "CRYPTOFOREX is a US dollar pegged stablecoin that aims to bring the benefits of cryptocurrency into forex trading.`",
- "explorer": "https://etherscan.io/token/0x226F15CDBAa36814ce3cB287563069c32cC1A293",
- "type": "ERC20",
- "decimals": 2,
- "status": "active",
- "id": "0x226F15CDBAa36814ce3cB287563069c32cC1A293"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x226F15CDBAa36814ce3cB287563069c32cC1A293/logo.png b/blockchains/ethereum/assets/0x226F15CDBAa36814ce3cB287563069c32cC1A293/logo.png
deleted file mode 100644
index a638a720565a9..0000000000000
Binary files a/blockchains/ethereum/assets/0x226F15CDBAa36814ce3cB287563069c32cC1A293/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x226bb599a12C826476e3A771454697EA52E9E220/info.json b/blockchains/ethereum/assets/0x226bb599a12C826476e3A771454697EA52E9E220/info.json
deleted file mode 100644
index d425e792bc0e8..0000000000000
--- a/blockchains/ethereum/assets/0x226bb599a12C826476e3A771454697EA52E9E220/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Propy",
- "symbol": "PRO",
- "type": "ERC20",
- "decimals": 8,
- "description": "Propy is a decentralized real-estate market place backed by superior blockchain infrastructure to facilitate real-time unified transaction in order to reduce fraud and redundancy. Propy is the world’s first international real-estate marketplace.",
- "website": "https://propy.com",
- "explorer": "https://etherscan.io/token/0x226bb599a12C826476e3A771454697EA52E9E220",
- "status": "active",
- "id": "0x226bb599a12C826476e3A771454697EA52E9E220"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x226bb599a12C826476e3A771454697EA52E9E220/logo.png b/blockchains/ethereum/assets/0x226bb599a12C826476e3A771454697EA52E9E220/logo.png
deleted file mode 100644
index 810410bfc468a..0000000000000
Binary files a/blockchains/ethereum/assets/0x226bb599a12C826476e3A771454697EA52E9E220/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x226f7b842E0F0120b7E194D05432b3fd14773a9D/info.json b/blockchains/ethereum/assets/0x226f7b842E0F0120b7E194D05432b3fd14773a9D/info.json
deleted file mode 100644
index 8a7c6abe7a3ad..0000000000000
--- a/blockchains/ethereum/assets/0x226f7b842E0F0120b7E194D05432b3fd14773a9D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UNION Protocol Governance Token",
- "type": "ERC20",
- "symbol": "UNN",
- "decimals": 18,
- "website": "https://www.unn.finance/",
- "description": "UNION's cornerstone of full stack protection reduces the risks and costs of DeFi",
- "explorer": "https://etherscan.io/token/0x226f7b842E0F0120b7E194D05432b3fd14773a9D",
- "status": "active",
- "id": "0x226f7b842E0F0120b7E194D05432b3fd14773a9D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x226f7b842E0F0120b7E194D05432b3fd14773a9D/logo.png b/blockchains/ethereum/assets/0x226f7b842E0F0120b7E194D05432b3fd14773a9D/logo.png
deleted file mode 100644
index 1ccbac4fbadf7..0000000000000
Binary files a/blockchains/ethereum/assets/0x226f7b842E0F0120b7E194D05432b3fd14773a9D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x228ba514309FFDF03A81a205a6D040E429d6E80C/info.json b/blockchains/ethereum/assets/0x228ba514309FFDF03A81a205a6D040E429d6E80C/info.json
deleted file mode 100644
index 30447aa1be446..0000000000000
--- a/blockchains/ethereum/assets/0x228ba514309FFDF03A81a205a6D040E429d6E80C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Global Social Chain",
- "symbol": "GSC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.gsc.social",
- "explorer": "https://etherscan.io/token/0x228ba514309FFDF03A81a205a6D040E429d6E80C",
- "status": "active",
- "id": "0x228ba514309FFDF03A81a205a6D040E429d6E80C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x228ba514309FFDF03A81a205a6D040E429d6E80C/logo.png b/blockchains/ethereum/assets/0x228ba514309FFDF03A81a205a6D040E429d6E80C/logo.png
deleted file mode 100755
index 949be4e85e82a..0000000000000
Binary files a/blockchains/ethereum/assets/0x228ba514309FFDF03A81a205a6D040E429d6E80C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2293E6c1C58D0e6a9f0702ddCA5551Cd2baca969/info.json b/blockchains/ethereum/assets/0x2293E6c1C58D0e6a9f0702ddCA5551Cd2baca969/info.json
deleted file mode 100644
index 22759b0c44d76..0000000000000
--- a/blockchains/ethereum/assets/0x2293E6c1C58D0e6a9f0702ddCA5551Cd2baca969/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GCB",
- "symbol": "GCB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2293E6c1C58D0e6a9f0702ddCA5551Cd2baca969",
- "status": "abandoned",
- "id": "0x2293E6c1C58D0e6a9f0702ddCA5551Cd2baca969"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2293E6c1C58D0e6a9f0702ddCA5551Cd2baca969/logo.png b/blockchains/ethereum/assets/0x2293E6c1C58D0e6a9f0702ddCA5551Cd2baca969/logo.png
deleted file mode 100755
index ba5e8ccd813b5..0000000000000
Binary files a/blockchains/ethereum/assets/0x2293E6c1C58D0e6a9f0702ddCA5551Cd2baca969/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2297685F1e219597B81E91d4dEd22d5291d9eDDd/info.json b/blockchains/ethereum/assets/0x2297685F1e219597B81E91d4dEd22d5291d9eDDd/info.json
deleted file mode 100644
index 64d31e4930469..0000000000000
--- a/blockchains/ethereum/assets/0x2297685F1e219597B81E91d4dEd22d5291d9eDDd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Medanio",
- "symbol": "MEDA",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2297685F1e219597B81E91d4dEd22d5291d9eDDd",
- "status": "abandoned",
- "id": "0x2297685F1e219597B81E91d4dEd22d5291d9eDDd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2297685F1e219597B81E91d4dEd22d5291d9eDDd/logo.png b/blockchains/ethereum/assets/0x2297685F1e219597B81E91d4dEd22d5291d9eDDd/logo.png
deleted file mode 100644
index e6ee63c955612..0000000000000
Binary files a/blockchains/ethereum/assets/0x2297685F1e219597B81E91d4dEd22d5291d9eDDd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x229B239b7d00AA2A41C8B74B1dB50a821f58D31a/info.json b/blockchains/ethereum/assets/0x229B239b7d00AA2A41C8B74B1dB50a821f58D31a/info.json
deleted file mode 100644
index c828362f5e6a4..0000000000000
--- a/blockchains/ethereum/assets/0x229B239b7d00AA2A41C8B74B1dB50a821f58D31a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FRUITS",
- "symbol": "FRTS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x229B239b7d00AA2A41C8B74B1dB50a821f58D31a",
- "status": "abandoned",
- "id": "0x229B239b7d00AA2A41C8B74B1dB50a821f58D31a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x229B239b7d00AA2A41C8B74B1dB50a821f58D31a/logo.png b/blockchains/ethereum/assets/0x229B239b7d00AA2A41C8B74B1dB50a821f58D31a/logo.png
deleted file mode 100644
index a2b0735077110..0000000000000
Binary files a/blockchains/ethereum/assets/0x229B239b7d00AA2A41C8B74B1dB50a821f58D31a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x22B3FAaa8DF978F6bAFe18aaDe18DC2e3dfA0e0C/info.json b/blockchains/ethereum/assets/0x22B3FAaa8DF978F6bAFe18aaDe18DC2e3dfA0e0C/info.json
deleted file mode 100644
index e6c1dbfe878b0..0000000000000
--- a/blockchains/ethereum/assets/0x22B3FAaa8DF978F6bAFe18aaDe18DC2e3dfA0e0C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bamboo",
- "symbol": "BAM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x22B3FAaa8DF978F6bAFe18aaDe18DC2e3dfA0e0C",
- "status": "abandoned",
- "id": "0x22B3FAaa8DF978F6bAFe18aaDe18DC2e3dfA0e0C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x22B3FAaa8DF978F6bAFe18aaDe18DC2e3dfA0e0C/logo.png b/blockchains/ethereum/assets/0x22B3FAaa8DF978F6bAFe18aaDe18DC2e3dfA0e0C/logo.png
deleted file mode 100644
index 166c065f2ebc1..0000000000000
Binary files a/blockchains/ethereum/assets/0x22B3FAaa8DF978F6bAFe18aaDe18DC2e3dfA0e0C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x22C8ECF727C23422f47093b562EC53c139805301/info.json b/blockchains/ethereum/assets/0x22C8ECF727C23422f47093b562EC53c139805301/info.json
deleted file mode 100644
index 1d3456b308430..0000000000000
--- a/blockchains/ethereum/assets/0x22C8ECF727C23422f47093b562EC53c139805301/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RealToken 16200 Fullerton Ave Detroit MI",
- "symbol": "REALTOKEN-16200-FULLERTON-AVE-DETROIT-MI",
- "type": "ERC20",
- "decimals": 18,
- "description": "16200 Fullerton is a 15-unit apartment building that has undergone comprehensive renovations in 2019, and now is a stabilized, income-producing asset with vetted tenants.",
- "website": "https://realt.co/product/16200-fullerton-ave-detroit-mi-48227/",
- "explorer": "https://etherscan.io/token/0x22C8ECF727C23422f47093b562EC53c139805301",
- "status": "active",
- "id": "0x22C8ECF727C23422f47093b562EC53c139805301"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x22C8ECF727C23422f47093b562EC53c139805301/logo.png b/blockchains/ethereum/assets/0x22C8ECF727C23422f47093b562EC53c139805301/logo.png
deleted file mode 100644
index 4617b23ed87e8..0000000000000
Binary files a/blockchains/ethereum/assets/0x22C8ECF727C23422f47093b562EC53c139805301/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x22d2B881DB8650234BECc98048987F9F012849d5/info.json b/blockchains/ethereum/assets/0x22d2B881DB8650234BECc98048987F9F012849d5/info.json
deleted file mode 100644
index 12e477b157c89..0000000000000
--- a/blockchains/ethereum/assets/0x22d2B881DB8650234BECc98048987F9F012849d5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fixie Network",
- "symbol": "XFN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x22d2B881DB8650234BECc98048987F9F012849d5",
- "status": "abandoned",
- "id": "0x22d2B881DB8650234BECc98048987F9F012849d5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x22d2B881DB8650234BECc98048987F9F012849d5/logo.png b/blockchains/ethereum/assets/0x22d2B881DB8650234BECc98048987F9F012849d5/logo.png
deleted file mode 100644
index cdda1c0333fda..0000000000000
Binary files a/blockchains/ethereum/assets/0x22d2B881DB8650234BECc98048987F9F012849d5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x22dE9912cd3D74953B1cd1F250B825133cC2C1b3/info.json b/blockchains/ethereum/assets/0x22dE9912cd3D74953B1cd1F250B825133cC2C1b3/info.json
deleted file mode 100644
index 1f2ae69a82bb0..0000000000000
--- a/blockchains/ethereum/assets/0x22dE9912cd3D74953B1cd1F250B825133cC2C1b3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DREP",
- "symbol": "DREP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.drep.org",
- "explorer": "https://etherscan.io/token/0x22dE9912cd3D74953B1cd1F250B825133cC2C1b3",
- "status": "abandoned",
- "id": "0x22dE9912cd3D74953B1cd1F250B825133cC2C1b3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x22dE9912cd3D74953B1cd1F250B825133cC2C1b3/logo.png b/blockchains/ethereum/assets/0x22dE9912cd3D74953B1cd1F250B825133cC2C1b3/logo.png
deleted file mode 100644
index de8c17deac62d..0000000000000
Binary files a/blockchains/ethereum/assets/0x22dE9912cd3D74953B1cd1F250B825133cC2C1b3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x22eEab2f980E8ed7824f8EA548C9595564a0F0e4/info.json b/blockchains/ethereum/assets/0x22eEab2f980E8ed7824f8EA548C9595564a0F0e4/info.json
deleted file mode 100644
index 8a863af77c18e..0000000000000
--- a/blockchains/ethereum/assets/0x22eEab2f980E8ed7824f8EA548C9595564a0F0e4/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Standard Crypto Fund",
- "website": "http://qqqfindex.com",
- "description": "The Standard Crypto Fund QQQF is a tokenised exchange-tradable fund (ETF) with DAO implementation.",
- "explorer": "https://etherscan.io/token/0x22eEab2f980E8ed7824f8EA548C9595564a0F0e4",
- "type": "ERC20",
- "symbol": "QQQF",
- "decimals": 18,
- "status": "active",
- "id": "0x22eEab2f980E8ed7824f8EA548C9595564a0F0e4",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/standardcryptofund"
- },
- {
- "name": "whitepaper",
- "url": "https://qqqfindex.com/qqqf_whitepaper_v1.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x22eEab2f980E8ed7824f8EA548C9595564a0F0e4/logo.png b/blockchains/ethereum/assets/0x22eEab2f980E8ed7824f8EA548C9595564a0F0e4/logo.png
deleted file mode 100644
index 9b3522070df7e..0000000000000
Binary files a/blockchains/ethereum/assets/0x22eEab2f980E8ed7824f8EA548C9595564a0F0e4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2328B310b24b4b1019F8e8D3cDE5FEEC17FF73e7/info.json b/blockchains/ethereum/assets/0x2328B310b24b4b1019F8e8D3cDE5FEEC17FF73e7/info.json
deleted file mode 100644
index ee2fde135cdf6..0000000000000
--- a/blockchains/ethereum/assets/0x2328B310b24b4b1019F8e8D3cDE5FEEC17FF73e7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-14/30M14",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2328B310b24b4b1019F8e8D3cDE5FEEC17FF73e7",
- "status": "abandoned",
- "id": "0x2328B310b24b4b1019F8e8D3cDE5FEEC17FF73e7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2328B310b24b4b1019F8e8D3cDE5FEEC17FF73e7/logo.png b/blockchains/ethereum/assets/0x2328B310b24b4b1019F8e8D3cDE5FEEC17FF73e7/logo.png
deleted file mode 100644
index 2abe502979853..0000000000000
Binary files a/blockchains/ethereum/assets/0x2328B310b24b4b1019F8e8D3cDE5FEEC17FF73e7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x23352036E911A22Cfc692B5E2E196692658ADED9/info.json b/blockchains/ethereum/assets/0x23352036E911A22Cfc692B5E2E196692658ADED9/info.json
deleted file mode 100644
index be4206729427f..0000000000000
--- a/blockchains/ethereum/assets/0x23352036E911A22Cfc692B5E2E196692658ADED9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Friendz Coin",
- "symbol": "FDZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "Friendz (FDZ) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://friendz.io",
- "explorer": "https://etherscan.io/token/0x23352036E911A22Cfc692B5E2E196692658ADED9",
- "status": "active",
- "id": "0x23352036E911A22Cfc692B5E2E196692658ADED9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x23352036E911A22Cfc692B5E2E196692658ADED9/logo.png b/blockchains/ethereum/assets/0x23352036E911A22Cfc692B5E2E196692658ADED9/logo.png
deleted file mode 100644
index d9bf6d6861811..0000000000000
Binary files a/blockchains/ethereum/assets/0x23352036E911A22Cfc692B5E2E196692658ADED9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2344871f523cBb28A4f60045531184cF1F03Ad24/info.json b/blockchains/ethereum/assets/0x2344871f523cBb28A4f60045531184cF1F03Ad24/info.json
deleted file mode 100644
index 349abfaa90261..0000000000000
--- a/blockchains/ethereum/assets/0x2344871f523cBb28A4f60045531184cF1F03Ad24/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RoBET - Truly Decentralized Sportsbetting",
- "symbol": "ROBET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.robetcoin.com/",
- "explorer": "https://etherscan.io/token/0x2344871f523cBb28A4f60045531184cF1F03Ad24",
- "status": "abandoned",
- "id": "0x2344871f523cBb28A4f60045531184cF1F03Ad24"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2344871f523cBb28A4f60045531184cF1F03Ad24/logo.png b/blockchains/ethereum/assets/0x2344871f523cBb28A4f60045531184cF1F03Ad24/logo.png
deleted file mode 100644
index 3ad2087b01873..0000000000000
Binary files a/blockchains/ethereum/assets/0x2344871f523cBb28A4f60045531184cF1F03Ad24/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x234DB38b60569972499bB3C8569feC4821B7A58D/info.json b/blockchains/ethereum/assets/0x234DB38b60569972499bB3C8569feC4821B7A58D/info.json
deleted file mode 100644
index 78e92a6f5574b..0000000000000
--- a/blockchains/ethereum/assets/0x234DB38b60569972499bB3C8569feC4821B7A58D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Easybit",
- "symbol": "ESYT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x234DB38b60569972499bB3C8569feC4821B7A58D",
- "status": "abandoned",
- "id": "0x234DB38b60569972499bB3C8569feC4821B7A58D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x234DB38b60569972499bB3C8569feC4821B7A58D/logo.png b/blockchains/ethereum/assets/0x234DB38b60569972499bB3C8569feC4821B7A58D/logo.png
deleted file mode 100644
index 9ec5eb058c497..0000000000000
Binary files a/blockchains/ethereum/assets/0x234DB38b60569972499bB3C8569feC4821B7A58D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x23536d03bC1d25e8fCF74DD32b1dEcf9a65408BE/info.json b/blockchains/ethereum/assets/0x23536d03bC1d25e8fCF74DD32b1dEcf9a65408BE/info.json
deleted file mode 100644
index 081eabd3d6b0a..0000000000000
--- a/blockchains/ethereum/assets/0x23536d03bC1d25e8fCF74DD32b1dEcf9a65408BE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Jii coin",
- "symbol": "Jii",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x23536d03bC1d25e8fCF74DD32b1dEcf9a65408BE",
- "status": "abandoned",
- "id": "0x23536d03bC1d25e8fCF74DD32b1dEcf9a65408BE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x23536d03bC1d25e8fCF74DD32b1dEcf9a65408BE/logo.png b/blockchains/ethereum/assets/0x23536d03bC1d25e8fCF74DD32b1dEcf9a65408BE/logo.png
deleted file mode 100755
index e562e7a728ba1..0000000000000
Binary files a/blockchains/ethereum/assets/0x23536d03bC1d25e8fCF74DD32b1dEcf9a65408BE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2369686fC9FB6E1fDc46541891568c2f341906eF/info.json b/blockchains/ethereum/assets/0x2369686fC9FB6E1fDc46541891568c2f341906eF/info.json
deleted file mode 100644
index cb292ab3f6651..0000000000000
--- a/blockchains/ethereum/assets/0x2369686fC9FB6E1fDc46541891568c2f341906eF/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "Drakoin",
- "website": "https://drakoin.drakons.io",
- "description": "Drakons.IO is a strategy game and crypto collectibles site powered by blockchain",
- "explorer": "https://etherscan.io/token/0x2369686fc9fb6e1fdc46541891568c2f341906ef",
- "research": "https://www.drakons.io/faq",
- "type": "ERC20",
- "symbol": "DRK",
- "decimals": 18,
- "status": "active",
- "id": "0x2369686fC9FB6E1fDc46541891568c2f341906eF",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://drakoin.drakons.io/whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2369686fC9FB6E1fDc46541891568c2f341906eF/logo.png b/blockchains/ethereum/assets/0x2369686fC9FB6E1fDc46541891568c2f341906eF/logo.png
deleted file mode 100644
index 435440e6a3d2d..0000000000000
Binary files a/blockchains/ethereum/assets/0x2369686fC9FB6E1fDc46541891568c2f341906eF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x23696914Ca9737466D8553a2d619948f548Ee424/info.json b/blockchains/ethereum/assets/0x23696914Ca9737466D8553a2d619948f548Ee424/info.json
deleted file mode 100644
index ee7d5191ef04a..0000000000000
--- a/blockchains/ethereum/assets/0x23696914Ca9737466D8553a2d619948f548Ee424/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Staked TrueFi",
- "website": "https://truefi.io/",
- "description": "TrueFi is an on-chain uncollateralized lending protocol. stkTRU represents a users TRU deposited into the protocol's staking contract",
- "explorer": "https://etherscan.io/token/0x23696914Ca9737466D8553a2d619948f548Ee424",
- "decimals": 8,
- "id": "0x23696914Ca9737466D8553a2d619948f548Ee424",
- "type": "ERC20",
- "symbol": "stkTRU",
- "status": "active"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x23696914Ca9737466D8553a2d619948f548Ee424/logo.png b/blockchains/ethereum/assets/0x23696914Ca9737466D8553a2d619948f548Ee424/logo.png
deleted file mode 100644
index 2da7ca3f468fe..0000000000000
Binary files a/blockchains/ethereum/assets/0x23696914Ca9737466D8553a2d619948f548Ee424/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x23700ab342eF9cd9A943DEe2476f8bAe020D7796/info.json b/blockchains/ethereum/assets/0x23700ab342eF9cd9A943DEe2476f8bAe020D7796/info.json
deleted file mode 100644
index 8efb88b47dd33..0000000000000
--- a/blockchains/ethereum/assets/0x23700ab342eF9cd9A943DEe2476f8bAe020D7796/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "1irstgold",
- "symbol": "1STG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x23700ab342eF9cd9A943DEe2476f8bAe020D7796",
- "status": "abandoned",
- "id": "0x23700ab342eF9cd9A943DEe2476f8bAe020D7796"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x23700ab342eF9cd9A943DEe2476f8bAe020D7796/logo.png b/blockchains/ethereum/assets/0x23700ab342eF9cd9A943DEe2476f8bAe020D7796/logo.png
deleted file mode 100644
index 5ea686cce743f..0000000000000
Binary files a/blockchains/ethereum/assets/0x23700ab342eF9cd9A943DEe2476f8bAe020D7796/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x237c0e91c28d20254A2F25976b81262E63bB767f/info.json b/blockchains/ethereum/assets/0x237c0e91c28d20254A2F25976b81262E63bB767f/info.json
deleted file mode 100644
index 26d910f48a95e..0000000000000
--- a/blockchains/ethereum/assets/0x237c0e91c28d20254A2F25976b81262E63bB767f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XITO",
- "symbol": "USDX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x237c0e91c28d20254A2F25976b81262E63bB767f",
- "status": "abandoned",
- "id": "0x237c0e91c28d20254A2F25976b81262E63bB767f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x237c0e91c28d20254A2F25976b81262E63bB767f/logo.png b/blockchains/ethereum/assets/0x237c0e91c28d20254A2F25976b81262E63bB767f/logo.png
deleted file mode 100755
index 60c2674c61365..0000000000000
Binary files a/blockchains/ethereum/assets/0x237c0e91c28d20254A2F25976b81262E63bB767f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x23812334fC611d99E2506D1493791Cc87Fa6Eddd/info.json b/blockchains/ethereum/assets/0x23812334fC611d99E2506D1493791Cc87Fa6Eddd/info.json
deleted file mode 100644
index d81f0bef7a715..0000000000000
--- a/blockchains/ethereum/assets/0x23812334fC611d99E2506D1493791Cc87Fa6Eddd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nishka",
- "symbol": "NSK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x23812334fC611d99E2506D1493791Cc87Fa6Eddd",
- "status": "abandoned",
- "id": "0x23812334fC611d99E2506D1493791Cc87Fa6Eddd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x23812334fC611d99E2506D1493791Cc87Fa6Eddd/logo.png b/blockchains/ethereum/assets/0x23812334fC611d99E2506D1493791Cc87Fa6Eddd/logo.png
deleted file mode 100755
index b78266a387220..0000000000000
Binary files a/blockchains/ethereum/assets/0x23812334fC611d99E2506D1493791Cc87Fa6Eddd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x23894DC9da6c94ECb439911cAF7d337746575A72/info.json b/blockchains/ethereum/assets/0x23894DC9da6c94ECb439911cAF7d337746575A72/info.json
deleted file mode 100644
index c6cf21a650816..0000000000000
--- a/blockchains/ethereum/assets/0x23894DC9da6c94ECb439911cAF7d337746575A72/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Geojam",
- "symbol": "JAM",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x23894DC9da6c94ECb439911cAF7d337746575A72"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x23894DC9da6c94ECb439911cAF7d337746575A72/logo.png b/blockchains/ethereum/assets/0x23894DC9da6c94ECb439911cAF7d337746575A72/logo.png
deleted file mode 100644
index 6b0a73d7787d1..0000000000000
Binary files a/blockchains/ethereum/assets/0x23894DC9da6c94ECb439911cAF7d337746575A72/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2396695c0979562F2D4068fe5f6A5AF6c838F15c/info.json b/blockchains/ethereum/assets/0x2396695c0979562F2D4068fe5f6A5AF6c838F15c/info.json
deleted file mode 100644
index b57a15f5850ce..0000000000000
--- a/blockchains/ethereum/assets/0x2396695c0979562F2D4068fe5f6A5AF6c838F15c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TRADE DINAR",
- "symbol": "KWDT",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2396695c0979562F2D4068fe5f6A5AF6c838F15c",
- "status": "abandoned",
- "id": "0x2396695c0979562F2D4068fe5f6A5AF6c838F15c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2396695c0979562F2D4068fe5f6A5AF6c838F15c/logo.png b/blockchains/ethereum/assets/0x2396695c0979562F2D4068fe5f6A5AF6c838F15c/logo.png
deleted file mode 100644
index 8e1a9da7133a7..0000000000000
Binary files a/blockchains/ethereum/assets/0x2396695c0979562F2D4068fe5f6A5AF6c838F15c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2396FBC0e2E3AE4B7206EbDb5706e2a5920349CB/info.json b/blockchains/ethereum/assets/0x2396FBC0e2E3AE4B7206EbDb5706e2a5920349CB/info.json
deleted file mode 100644
index 39c35bced1853..0000000000000
--- a/blockchains/ethereum/assets/0x2396FBC0e2E3AE4B7206EbDb5706e2a5920349CB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Color Coin",
- "symbol": "CLR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Color Platform is devoted to bringing the opportunities of a decentralized platform for daily life.",
- "website": "https://color-platform.org/~colors/en/",
- "explorer": "https://etherscan.io/token/0x2396FBC0e2E3AE4B7206EbDb5706e2a5920349CB",
- "status": "active",
- "id": "0x2396FBC0e2E3AE4B7206EbDb5706e2a5920349CB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2396FBC0e2E3AE4B7206EbDb5706e2a5920349CB/logo.png b/blockchains/ethereum/assets/0x2396FBC0e2E3AE4B7206EbDb5706e2a5920349CB/logo.png
deleted file mode 100644
index 188d1faac5c30..0000000000000
Binary files a/blockchains/ethereum/assets/0x2396FBC0e2E3AE4B7206EbDb5706e2a5920349CB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x239836e951DD75Fea01beF8ba039119dc8D5352f/info.json b/blockchains/ethereum/assets/0x239836e951DD75Fea01beF8ba039119dc8D5352f/info.json
deleted file mode 100644
index b644d1dfe7442..0000000000000
--- a/blockchains/ethereum/assets/0x239836e951DD75Fea01beF8ba039119dc8D5352f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Boostedpro Coin",
- "symbol": "BPC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x239836e951DD75Fea01beF8ba039119dc8D5352f",
- "status": "abandoned",
- "id": "0x239836e951DD75Fea01beF8ba039119dc8D5352f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x239836e951DD75Fea01beF8ba039119dc8D5352f/logo.png b/blockchains/ethereum/assets/0x239836e951DD75Fea01beF8ba039119dc8D5352f/logo.png
deleted file mode 100644
index 567d183eea9b4..0000000000000
Binary files a/blockchains/ethereum/assets/0x239836e951DD75Fea01beF8ba039119dc8D5352f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x239Dc02A28a0774738463E06245544a72745d5c5/info.json b/blockchains/ethereum/assets/0x239Dc02A28a0774738463E06245544a72745d5c5/info.json
deleted file mode 100644
index 137e4533b9044..0000000000000
--- a/blockchains/ethereum/assets/0x239Dc02A28a0774738463E06245544a72745d5c5/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Hanzo Inu",
- "type": "ERC20",
- "symbol": "HNZO",
- "decimals": 9,
- "description": "Hanzo Inu ($HNZO) is a peer-to peer cryptocurrency with built-in Automated Rewards Farming (ARF) technology. Just hold $HNZO in your wallet, and earn passive income.",
- "website": "https://hanzoinu.finance",
- "explorer": "https://etherscan.io/token/0x239dc02a28a0774738463e06245544a72745d5c5",
- "status": "active",
- "id": "0x239Dc02A28a0774738463E06245544a72745d5c5",
- "tags": [
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x239Dc02A28a0774738463E06245544a72745d5c5/logo.png b/blockchains/ethereum/assets/0x239Dc02A28a0774738463E06245544a72745d5c5/logo.png
deleted file mode 100644
index 46e57f5583835..0000000000000
Binary files a/blockchains/ethereum/assets/0x239Dc02A28a0774738463E06245544a72745d5c5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x23B608675a2B2fB1890d3ABBd85c5775c51691d5/info.json b/blockchains/ethereum/assets/0x23B608675a2B2fB1890d3ABBd85c5775c51691d5/info.json
deleted file mode 100644
index f9d27e79a66b4..0000000000000
--- a/blockchains/ethereum/assets/0x23B608675a2B2fB1890d3ABBd85c5775c51691d5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Unisocks Edition 0",
- "symbol": "SOCKS",
- "type": "ERC20",
- "decimals": 18,
- "description": "Unisocks is an “experimental” non-fungible token (NFT) listed on the Uniswap exchange.",
- "website": "https://unisocks.exchange/",
- "explorer": "https://etherscan.io/token/0x23B608675a2B2fB1890d3ABBd85c5775c51691d5",
- "status": "active",
- "id": "0x23B608675a2B2fB1890d3ABBd85c5775c51691d5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x23B608675a2B2fB1890d3ABBd85c5775c51691d5/logo.png b/blockchains/ethereum/assets/0x23B608675a2B2fB1890d3ABBd85c5775c51691d5/logo.png
deleted file mode 100755
index cb728e8b90fb5..0000000000000
Binary files a/blockchains/ethereum/assets/0x23B608675a2B2fB1890d3ABBd85c5775c51691d5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x23Ccc43365D9dD3882eab88F43d515208f832430/info.json b/blockchains/ethereum/assets/0x23Ccc43365D9dD3882eab88F43d515208f832430/info.json
deleted file mode 100644
index eec612e6e6000..0000000000000
--- a/blockchains/ethereum/assets/0x23Ccc43365D9dD3882eab88F43d515208f832430/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MidasProtocol",
- "symbol": "MAS",
- "type": "ERC20",
- "decimals": 18,
- "description": "A smart, secure, user-friendly, multi-coin wallet for all essential crypto needs, from safekeeping, intelligent trading, portfolio management, easy conversion to fiat and spending of cryptocurrencies - MidasProtocol.io",
- "website": "https://midasprotocol.io/",
- "explorer": "https://etherscan.io/token/0x23Ccc43365D9dD3882eab88F43d515208f832430",
- "status": "active",
- "id": "0x23Ccc43365D9dD3882eab88F43d515208f832430"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x23Ccc43365D9dD3882eab88F43d515208f832430/logo.png b/blockchains/ethereum/assets/0x23Ccc43365D9dD3882eab88F43d515208f832430/logo.png
deleted file mode 100644
index d1667df9593e3..0000000000000
Binary files a/blockchains/ethereum/assets/0x23Ccc43365D9dD3882eab88F43d515208f832430/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x23D80c4EE8Fb55D4183dd9329296E176dC7464e1/info.json b/blockchains/ethereum/assets/0x23D80c4EE8Fb55D4183dd9329296E176dC7464e1/info.json
deleted file mode 100644
index 78302a7cba004..0000000000000
--- a/blockchains/ethereum/assets/0x23D80c4EE8Fb55D4183dd9329296E176dC7464e1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Donut",
- "symbol": "DONUT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x23D80c4EE8Fb55D4183dd9329296E176dC7464e1",
- "status": "abandoned",
- "id": "0x23D80c4EE8Fb55D4183dd9329296E176dC7464e1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x23D80c4EE8Fb55D4183dd9329296E176dC7464e1/logo.png b/blockchains/ethereum/assets/0x23D80c4EE8Fb55D4183dd9329296E176dC7464e1/logo.png
deleted file mode 100755
index 863930e91210d..0000000000000
Binary files a/blockchains/ethereum/assets/0x23D80c4EE8Fb55D4183dd9329296E176dC7464e1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x23E4D69E477295547c89f36ca0df40646e72F998/info.json b/blockchains/ethereum/assets/0x23E4D69E477295547c89f36ca0df40646e72F998/info.json
deleted file mode 100644
index 339cd7c4c36da..0000000000000
--- a/blockchains/ethereum/assets/0x23E4D69E477295547c89f36ca0df40646e72F998/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blend",
- "symbol": "BED",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x23E4D69E477295547c89f36ca0df40646e72F998",
- "status": "abandoned",
- "id": "0x23E4D69E477295547c89f36ca0df40646e72F998"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x23E4D69E477295547c89f36ca0df40646e72F998/logo.png b/blockchains/ethereum/assets/0x23E4D69E477295547c89f36ca0df40646e72F998/logo.png
deleted file mode 100644
index 172e6473b7d59..0000000000000
Binary files a/blockchains/ethereum/assets/0x23E4D69E477295547c89f36ca0df40646e72F998/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x23EaaAD4B368F846C7a62759BAa086478D6EA5F1/info.json b/blockchains/ethereum/assets/0x23EaaAD4B368F846C7a62759BAa086478D6EA5F1/info.json
deleted file mode 100644
index f3843c70690fb..0000000000000
--- a/blockchains/ethereum/assets/0x23EaaAD4B368F846C7a62759BAa086478D6EA5F1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RESERVE USD",
- "symbol": "RZE",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x23EaaAD4B368F846C7a62759BAa086478D6EA5F1",
- "status": "abandoned",
- "id": "0x23EaaAD4B368F846C7a62759BAa086478D6EA5F1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x23EaaAD4B368F846C7a62759BAa086478D6EA5F1/logo.png b/blockchains/ethereum/assets/0x23EaaAD4B368F846C7a62759BAa086478D6EA5F1/logo.png
deleted file mode 100644
index 556c6d3173166..0000000000000
Binary files a/blockchains/ethereum/assets/0x23EaaAD4B368F846C7a62759BAa086478D6EA5F1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x23aE3C5B39B12f0693e05435EeaA1e51d8c61530/info.json b/blockchains/ethereum/assets/0x23aE3C5B39B12f0693e05435EeaA1e51d8c61530/info.json
deleted file mode 100644
index 167e5c9e348d8..0000000000000
--- a/blockchains/ethereum/assets/0x23aE3C5B39B12f0693e05435EeaA1e51d8c61530/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aigang Pre-Launch Token",
- "symbol": "APT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x23aE3C5B39B12f0693e05435EeaA1e51d8c61530",
- "status": "abandoned",
- "id": "0x23aE3C5B39B12f0693e05435EeaA1e51d8c61530"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x23aE3C5B39B12f0693e05435EeaA1e51d8c61530/logo.png b/blockchains/ethereum/assets/0x23aE3C5B39B12f0693e05435EeaA1e51d8c61530/logo.png
deleted file mode 100755
index 4ab1537e8977c..0000000000000
Binary files a/blockchains/ethereum/assets/0x23aE3C5B39B12f0693e05435EeaA1e51d8c61530/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x23aEfF664c1B2bbA98422a0399586e96cc8a1C92/info.json b/blockchains/ethereum/assets/0x23aEfF664c1B2bbA98422a0399586e96cc8a1C92/info.json
deleted file mode 100644
index e337b007855ab..0000000000000
--- a/blockchains/ethereum/assets/0x23aEfF664c1B2bbA98422a0399586e96cc8a1C92/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fact",
- "website": "https://fact.finance",
- "description": "Fee Active Collateral Token Is A Decentralized Finance Ecosystem That Allows Users To Borrow FACT Directly From The Liquidity Pool By Paying A One Time Processing Fee To The Pool Participants. This Loan Is Repaid On A Monthly Basis For 6 Months Or Before The 6 Months Ends.",
- "explorer": "https://etherscan.io/token/0x23aEfF664c1B2bbA98422a0399586e96cc8a1C92",
- "type": "ERC20",
- "symbol": "Fact",
- "decimals": 18,
- "status": "active",
- "id": "0x23aEfF664c1B2bbA98422a0399586e96cc8a1C92"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x23aEfF664c1B2bbA98422a0399586e96cc8a1C92/logo.png b/blockchains/ethereum/assets/0x23aEfF664c1B2bbA98422a0399586e96cc8a1C92/logo.png
deleted file mode 100644
index 1376f1fa140ab..0000000000000
Binary files a/blockchains/ethereum/assets/0x23aEfF664c1B2bbA98422a0399586e96cc8a1C92/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x23aaB5E8cDAFCa91849f0c8Fab42500fbdfed9Bd/info.json b/blockchains/ethereum/assets/0x23aaB5E8cDAFCa91849f0c8Fab42500fbdfed9Bd/info.json
deleted file mode 100644
index 969166f3ee823..0000000000000
--- a/blockchains/ethereum/assets/0x23aaB5E8cDAFCa91849f0c8Fab42500fbdfed9Bd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ebank Token",
- "symbol": "EBT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x23aaB5E8cDAFCa91849f0c8Fab42500fbdfed9Bd",
- "status": "abandoned",
- "id": "0x23aaB5E8cDAFCa91849f0c8Fab42500fbdfed9Bd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x23aaB5E8cDAFCa91849f0c8Fab42500fbdfed9Bd/logo.png b/blockchains/ethereum/assets/0x23aaB5E8cDAFCa91849f0c8Fab42500fbdfed9Bd/logo.png
deleted file mode 100644
index 56a8675cadc6c..0000000000000
Binary files a/blockchains/ethereum/assets/0x23aaB5E8cDAFCa91849f0c8Fab42500fbdfed9Bd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x23b75Bc7AaF28e2d6628C3f424B3882F8f072a3c/info.json b/blockchains/ethereum/assets/0x23b75Bc7AaF28e2d6628C3f424B3882F8f072a3c/info.json
deleted file mode 100644
index 720761856e627..0000000000000
--- a/blockchains/ethereum/assets/0x23b75Bc7AaF28e2d6628C3f424B3882F8f072a3c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vice",
- "symbol": "VIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Adult Entertainment Platform.",
- "website": "https://www.visionindustry.com",
- "explorer": "https://etherscan.io/token/0x23b75Bc7AaF28e2d6628C3f424B3882F8f072a3c",
- "status": "active",
- "id": "0x23b75Bc7AaF28e2d6628C3f424B3882F8f072a3c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x23b75Bc7AaF28e2d6628C3f424B3882F8f072a3c/logo.png b/blockchains/ethereum/assets/0x23b75Bc7AaF28e2d6628C3f424B3882F8f072a3c/logo.png
deleted file mode 100755
index 303dab985a0b7..0000000000000
Binary files a/blockchains/ethereum/assets/0x23b75Bc7AaF28e2d6628C3f424B3882F8f072a3c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/info.json b/blockchains/ethereum/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/info.json
deleted file mode 100644
index 8bdb76be8e1ab..0000000000000
--- a/blockchains/ethereum/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/info.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "EverRise NFT Stakes",
- "type": "ERC20",
- "symbol": "nftRISE",
- "decimals": 0,
- "website": "https://www.everrise.com/",
- "description": "EverRise Staking NFTs are containers of Vote Escrowed (ve)EverRise weighted governance tokens. veRISE generates rewards from the auto-buyback with a market driven yield curve, based on the transaction volume of EverRise trades and veEverRise sales.",
- "explorer": "https://etherscan.io/token/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e",
- "status": "active",
- "id": "0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/everrise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/everriseofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/everriseofficial/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EverRise"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/everrise"
- },
- {
- "name": "github",
- "url": "https://github.com/everrise-ecosystem"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EverRiseToken"
- }
- ],
- "tags": [
- "defi",
- "staking",
- "nft",
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/logo.png b/blockchains/ethereum/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/logo.png
deleted file mode 100644
index 4272c382f1522..0000000000000
Binary files a/blockchains/ethereum/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x23e392DaF36f2328C068E664a5EB7e5c9369a86D/info.json b/blockchains/ethereum/assets/0x23e392DaF36f2328C068E664a5EB7e5c9369a86D/info.json
deleted file mode 100644
index 55e734d3b36ea..0000000000000
--- a/blockchains/ethereum/assets/0x23e392DaF36f2328C068E664a5EB7e5c9369a86D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-17/30M47",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x23e392DaF36f2328C068E664a5EB7e5c9369a86D",
- "status": "abandoned",
- "id": "0x23e392DaF36f2328C068E664a5EB7e5c9369a86D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x23e392DaF36f2328C068E664a5EB7e5c9369a86D/logo.png b/blockchains/ethereum/assets/0x23e392DaF36f2328C068E664a5EB7e5c9369a86D/logo.png
deleted file mode 100644
index 7323eb40dff92..0000000000000
Binary files a/blockchains/ethereum/assets/0x23e392DaF36f2328C068E664a5EB7e5c9369a86D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x240166D45b82b7a9715A52E5cF1E3B89DA2079fC/info.json b/blockchains/ethereum/assets/0x240166D45b82b7a9715A52E5cF1E3B89DA2079fC/info.json
deleted file mode 100644
index af2e55cd4746b..0000000000000
--- a/blockchains/ethereum/assets/0x240166D45b82b7a9715A52E5cF1E3B89DA2079fC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-25/30M25",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x240166D45b82b7a9715A52E5cF1E3B89DA2079fC",
- "status": "abandoned",
- "id": "0x240166D45b82b7a9715A52E5cF1E3B89DA2079fC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x240166D45b82b7a9715A52E5cF1E3B89DA2079fC/logo.png b/blockchains/ethereum/assets/0x240166D45b82b7a9715A52E5cF1E3B89DA2079fC/logo.png
deleted file mode 100644
index a791b0052ac55..0000000000000
Binary files a/blockchains/ethereum/assets/0x240166D45b82b7a9715A52E5cF1E3B89DA2079fC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x241C248B0Db328e25921a91D04F43c985dedbd07/info.json b/blockchains/ethereum/assets/0x241C248B0Db328e25921a91D04F43c985dedbd07/info.json
deleted file mode 100644
index d63e42c1aaba1..0000000000000
--- a/blockchains/ethereum/assets/0x241C248B0Db328e25921a91D04F43c985dedbd07/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MXT",
- "symbol": "MXT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x241C248B0Db328e25921a91D04F43c985dedbd07",
- "status": "abandoned",
- "id": "0x241C248B0Db328e25921a91D04F43c985dedbd07"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x241C248B0Db328e25921a91D04F43c985dedbd07/logo.png b/blockchains/ethereum/assets/0x241C248B0Db328e25921a91D04F43c985dedbd07/logo.png
deleted file mode 100644
index 44f178ecbe174..0000000000000
Binary files a/blockchains/ethereum/assets/0x241C248B0Db328e25921a91D04F43c985dedbd07/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x241bA672574A78a3A604CDd0a94429A73a84a324/info.json b/blockchains/ethereum/assets/0x241bA672574A78a3A604CDd0a94429A73a84a324/info.json
deleted file mode 100644
index 71eaded706370..0000000000000
--- a/blockchains/ethereum/assets/0x241bA672574A78a3A604CDd0a94429A73a84a324/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "4NEW",
- "symbol": "KWATT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://4new.io/",
- "explorer": "https://etherscan.io/token/0x241bA672574A78a3A604CDd0a94429A73a84a324",
- "status": "abandoned",
- "id": "0x241bA672574A78a3A604CDd0a94429A73a84a324"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x241bA672574A78a3A604CDd0a94429A73a84a324/logo.png b/blockchains/ethereum/assets/0x241bA672574A78a3A604CDd0a94429A73a84a324/logo.png
deleted file mode 100644
index 33a590106df1b..0000000000000
Binary files a/blockchains/ethereum/assets/0x241bA672574A78a3A604CDd0a94429A73a84a324/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x241f5256070F0248386a1Cbe1644561d8479A779/info.json b/blockchains/ethereum/assets/0x241f5256070F0248386a1Cbe1644561d8479A779/info.json
deleted file mode 100644
index c527ab06786cc..0000000000000
--- a/blockchains/ethereum/assets/0x241f5256070F0248386a1Cbe1644561d8479A779/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "REAL",
- "symbol": "REAL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x241f5256070F0248386a1Cbe1644561d8479A779",
- "status": "abandoned",
- "id": "0x241f5256070F0248386a1Cbe1644561d8479A779"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x241f5256070F0248386a1Cbe1644561d8479A779/logo.png b/blockchains/ethereum/assets/0x241f5256070F0248386a1Cbe1644561d8479A779/logo.png
deleted file mode 100644
index 90d21ef0ffab5..0000000000000
Binary files a/blockchains/ethereum/assets/0x241f5256070F0248386a1Cbe1644561d8479A779/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24203996DCA9131aad08F7be29E227342a0946B9/info.json b/blockchains/ethereum/assets/0x24203996DCA9131aad08F7be29E227342a0946B9/info.json
deleted file mode 100644
index 54478ec92187e..0000000000000
--- a/blockchains/ethereum/assets/0x24203996DCA9131aad08F7be29E227342a0946B9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VendingChain",
- "symbol": "VEND",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x24203996DCA9131aad08F7be29E227342a0946B9",
- "status": "abandoned",
- "id": "0x24203996DCA9131aad08F7be29E227342a0946B9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24203996DCA9131aad08F7be29E227342a0946B9/logo.png b/blockchains/ethereum/assets/0x24203996DCA9131aad08F7be29E227342a0946B9/logo.png
deleted file mode 100644
index 3f59df59892f2..0000000000000
Binary files a/blockchains/ethereum/assets/0x24203996DCA9131aad08F7be29E227342a0946B9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24222A2602B1d83483977c1eB2518E15E58EB907/info.json b/blockchains/ethereum/assets/0x24222A2602B1d83483977c1eB2518E15E58EB907/info.json
deleted file mode 100644
index 19bb1b43620ae..0000000000000
--- a/blockchains/ethereum/assets/0x24222A2602B1d83483977c1eB2518E15E58EB907/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Detrust Token",
- "symbol": "XDT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x24222A2602B1d83483977c1eB2518E15E58EB907",
- "status": "abandoned",
- "id": "0x24222A2602B1d83483977c1eB2518E15E58EB907"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24222A2602B1d83483977c1eB2518E15E58EB907/logo.png b/blockchains/ethereum/assets/0x24222A2602B1d83483977c1eB2518E15E58EB907/logo.png
deleted file mode 100644
index b522294b4ef7c..0000000000000
Binary files a/blockchains/ethereum/assets/0x24222A2602B1d83483977c1eB2518E15E58EB907/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24283732C3DF91EE1e4354a3934C14B88B2d9a51/info.json b/blockchains/ethereum/assets/0x24283732C3DF91EE1e4354a3934C14B88B2d9a51/info.json
deleted file mode 100644
index 80a879def4751..0000000000000
--- a/blockchains/ethereum/assets/0x24283732C3DF91EE1e4354a3934C14B88B2d9a51/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ternio",
- "symbol": "TERN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x24283732C3DF91EE1e4354a3934C14B88B2d9a51",
- "status": "abandoned",
- "id": "0x24283732C3DF91EE1e4354a3934C14B88B2d9a51"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24283732C3DF91EE1e4354a3934C14B88B2d9a51/logo.png b/blockchains/ethereum/assets/0x24283732C3DF91EE1e4354a3934C14B88B2d9a51/logo.png
deleted file mode 100644
index eb7b179d25173..0000000000000
Binary files a/blockchains/ethereum/assets/0x24283732C3DF91EE1e4354a3934C14B88B2d9a51/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x243434048cC22eFdDB8AaB75673618CcBD63D155/info.json b/blockchains/ethereum/assets/0x243434048cC22eFdDB8AaB75673618CcBD63D155/info.json
deleted file mode 100644
index 3cbd55057a674..0000000000000
--- a/blockchains/ethereum/assets/0x243434048cC22eFdDB8AaB75673618CcBD63D155/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "onlyHundred",
- "symbol": "OH",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x243434048cC22eFdDB8AaB75673618CcBD63D155",
- "status": "abandoned",
- "id": "0x243434048cC22eFdDB8AaB75673618CcBD63D155"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x243434048cC22eFdDB8AaB75673618CcBD63D155/logo.png b/blockchains/ethereum/assets/0x243434048cC22eFdDB8AaB75673618CcBD63D155/logo.png
deleted file mode 100644
index 2a7f28db70141..0000000000000
Binary files a/blockchains/ethereum/assets/0x243434048cC22eFdDB8AaB75673618CcBD63D155/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x243c0769Fdef930c8a7558e390F619d4F093E19D/info.json b/blockchains/ethereum/assets/0x243c0769Fdef930c8a7558e390F619d4F093E19D/info.json
deleted file mode 100644
index 1c7c4845a40f1..0000000000000
--- a/blockchains/ethereum/assets/0x243c0769Fdef930c8a7558e390F619d4F093E19D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 307-CN28",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x243c0769Fdef930c8a7558e390F619d4F093E19D",
- "status": "abandoned",
- "id": "0x243c0769Fdef930c8a7558e390F619d4F093E19D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x243c0769Fdef930c8a7558e390F619d4F093E19D/logo.png b/blockchains/ethereum/assets/0x243c0769Fdef930c8a7558e390F619d4F093E19D/logo.png
deleted file mode 100644
index bdaca256d6e1f..0000000000000
Binary files a/blockchains/ethereum/assets/0x243c0769Fdef930c8a7558e390F619d4F093E19D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x243cACb4D5fF6814AD668C3e225246efA886AD5a/info.json b/blockchains/ethereum/assets/0x243cACb4D5fF6814AD668C3e225246efA886AD5a/info.json
deleted file mode 100644
index e98c2484f4d87..0000000000000
--- a/blockchains/ethereum/assets/0x243cACb4D5fF6814AD668C3e225246efA886AD5a/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Shina Inu",
- "type": "ERC20",
- "symbol": "SHI",
- "decimals": 18,
- "website": "https://shinatoken.com",
- "description": "Shina Token is a decentralized meme token on the Ethereum blockchain. Its mission is to give back to the crypto community, give to charity, and win the heart of the greatest token of all time - Shina Inu.",
- "explorer": "https://etherscan.io/token/0x243cACb4D5fF6814AD668C3e225246efA886AD5a",
- "status": "active",
- "id": "0x243cACb4D5fF6814AD668C3e225246efA886AD5a",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ShinaToken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/shinatokenportal"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/shina-inu/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/shina-inu"
- },
- {
- "name": "whitepaper",
- "url": "https://shinatoken.com/whitepaper/ShinaTokenWhitepaper-v0.6.pdf"
- }
- ],
- "tags": [
- "memes"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x243cACb4D5fF6814AD668C3e225246efA886AD5a/logo.png b/blockchains/ethereum/assets/0x243cACb4D5fF6814AD668C3e225246efA886AD5a/logo.png
deleted file mode 100644
index 18784a87d43d1..0000000000000
Binary files a/blockchains/ethereum/assets/0x243cACb4D5fF6814AD668C3e225246efA886AD5a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x245392ee7Ce736eC6A0908B67dC5d0a218230005/info.json b/blockchains/ethereum/assets/0x245392ee7Ce736eC6A0908B67dC5d0a218230005/info.json
deleted file mode 100644
index f0322bf862355..0000000000000
--- a/blockchains/ethereum/assets/0x245392ee7Ce736eC6A0908B67dC5d0a218230005/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YAPSTONE",
- "symbol": "YAP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.yapstone.pro/",
- "explorer": "https://etherscan.io/token/0x245392ee7Ce736eC6A0908B67dC5d0a218230005",
- "status": "abandoned",
- "id": "0x245392ee7Ce736eC6A0908B67dC5d0a218230005"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x245392ee7Ce736eC6A0908B67dC5d0a218230005/logo.png b/blockchains/ethereum/assets/0x245392ee7Ce736eC6A0908B67dC5d0a218230005/logo.png
deleted file mode 100644
index ec8e4e461342e..0000000000000
Binary files a/blockchains/ethereum/assets/0x245392ee7Ce736eC6A0908B67dC5d0a218230005/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x245663Af5561Dea23775f5feEB8f59500920B857/info.json b/blockchains/ethereum/assets/0x245663Af5561Dea23775f5feEB8f59500920B857/info.json
deleted file mode 100644
index 3e4126d0987ff..0000000000000
--- a/blockchains/ethereum/assets/0x245663Af5561Dea23775f5feEB8f59500920B857/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BCShareS",
- "symbol": "BCS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x245663Af5561Dea23775f5feEB8f59500920B857",
- "status": "abandoned",
- "id": "0x245663Af5561Dea23775f5feEB8f59500920B857"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x245663Af5561Dea23775f5feEB8f59500920B857/logo.png b/blockchains/ethereum/assets/0x245663Af5561Dea23775f5feEB8f59500920B857/logo.png
deleted file mode 100644
index 45491512bcdb6..0000000000000
Binary files a/blockchains/ethereum/assets/0x245663Af5561Dea23775f5feEB8f59500920B857/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x245b78F9957F0Dc435D1c093C64D2DEFE78577b2/info.json b/blockchains/ethereum/assets/0x245b78F9957F0Dc435D1c093C64D2DEFE78577b2/info.json
deleted file mode 100644
index 2334a40dfcfd7..0000000000000
--- a/blockchains/ethereum/assets/0x245b78F9957F0Dc435D1c093C64D2DEFE78577b2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Halving Coin",
- "symbol": "HALV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://halvingcoin.space/",
- "explorer": "https://etherscan.io/token/0x245b78F9957F0Dc435D1c093C64D2DEFE78577b2",
- "status": "abandoned",
- "id": "0x245b78F9957F0Dc435D1c093C64D2DEFE78577b2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x245b78F9957F0Dc435D1c093C64D2DEFE78577b2/logo.png b/blockchains/ethereum/assets/0x245b78F9957F0Dc435D1c093C64D2DEFE78577b2/logo.png
deleted file mode 100644
index 1348ac0d67c75..0000000000000
Binary files a/blockchains/ethereum/assets/0x245b78F9957F0Dc435D1c093C64D2DEFE78577b2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x245ef47D4d0505ECF3Ac463F4d81f41ADE8f1fd1/info.json b/blockchains/ethereum/assets/0x245ef47D4d0505ECF3Ac463F4d81f41ADE8f1fd1/info.json
deleted file mode 100644
index 61d6211a1a957..0000000000000
--- a/blockchains/ethereum/assets/0x245ef47D4d0505ECF3Ac463F4d81f41ADE8f1fd1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nuggets",
- "symbol": "NUG",
- "type": "ERC20",
- "decimals": 18,
- "description": "Nuggets is a decentralized, self-sovereign ID and payments platform",
- "website": "https://nuggets.life/",
- "explorer": "https://etherscan.io/token/0x245ef47D4d0505ECF3Ac463F4d81f41ADE8f1fd1",
- "status": "active",
- "id": "0x245ef47D4d0505ECF3Ac463F4d81f41ADE8f1fd1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x245ef47D4d0505ECF3Ac463F4d81f41ADE8f1fd1/logo.png b/blockchains/ethereum/assets/0x245ef47D4d0505ECF3Ac463F4d81f41ADE8f1fd1/logo.png
deleted file mode 100644
index 9b89f118c64c7..0000000000000
Binary files a/blockchains/ethereum/assets/0x245ef47D4d0505ECF3Ac463F4d81f41ADE8f1fd1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2467AA6B5A2351416fD4C3DeF8462d841feeecEC/info.json b/blockchains/ethereum/assets/0x2467AA6B5A2351416fD4C3DeF8462d841feeecEC/info.json
deleted file mode 100644
index a872c0a17e990..0000000000000
--- a/blockchains/ethereum/assets/0x2467AA6B5A2351416fD4C3DeF8462d841feeecEC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "qiibeeToken",
- "symbol": "QBX",
- "type": "ERC20",
- "decimals": 18,
- "description": "The global standard for loyalty on the blockchain. With qiibee, businesses around the world can run their loyalty programs on the blockchain.",
- "website": "https://qiibee.com/",
- "explorer": "https://etherscan.io/token/0x2467AA6B5A2351416fD4C3DeF8462d841feeecEC",
- "status": "abandoned",
- "id": "0x2467AA6B5A2351416fD4C3DeF8462d841feeecEC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24692791Bc444c5Cd0b81e3CBCaba4b04Acd1F3B/info.json b/blockchains/ethereum/assets/0x24692791Bc444c5Cd0b81e3CBCaba4b04Acd1F3B/info.json
deleted file mode 100644
index 2c619ee7ab885..0000000000000
--- a/blockchains/ethereum/assets/0x24692791Bc444c5Cd0b81e3CBCaba4b04Acd1F3B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UnikoinGold",
- "symbol": "UKG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://unikoingold.com/",
- "explorer": "https://etherscan.io/token/0x24692791Bc444c5Cd0b81e3CBCaba4b04Acd1F3B",
- "status": "abandoned",
- "id": "0x24692791Bc444c5Cd0b81e3CBCaba4b04Acd1F3B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24692791Bc444c5Cd0b81e3CBCaba4b04Acd1F3B/logo.png b/blockchains/ethereum/assets/0x24692791Bc444c5Cd0b81e3CBCaba4b04Acd1F3B/logo.png
deleted file mode 100644
index be58fd38a80f5..0000000000000
Binary files a/blockchains/ethereum/assets/0x24692791Bc444c5Cd0b81e3CBCaba4b04Acd1F3B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24700A297960E8477Ce3CA6C58b70a7Af3410398/info.json b/blockchains/ethereum/assets/0x24700A297960E8477Ce3CA6C58b70a7Af3410398/info.json
deleted file mode 100644
index f706ccf690529..0000000000000
--- a/blockchains/ethereum/assets/0x24700A297960E8477Ce3CA6C58b70a7Af3410398/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OasisCity",
- "symbol": "OSC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.oasiscity.io/en/",
- "explorer": "https://etherscan.io/token/0x24700A297960E8477Ce3CA6C58b70a7Af3410398",
- "status": "abandoned",
- "id": "0x24700A297960E8477Ce3CA6C58b70a7Af3410398"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24700A297960E8477Ce3CA6C58b70a7Af3410398/logo.png b/blockchains/ethereum/assets/0x24700A297960E8477Ce3CA6C58b70a7Af3410398/logo.png
deleted file mode 100644
index db5fc783e7cec..0000000000000
Binary files a/blockchains/ethereum/assets/0x24700A297960E8477Ce3CA6C58b70a7Af3410398/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x247551F2EB3362E222c742E9c788B8957D9BC87e/info.json b/blockchains/ethereum/assets/0x247551F2EB3362E222c742E9c788B8957D9BC87e/info.json
deleted file mode 100644
index 5cc7069af34c5..0000000000000
--- a/blockchains/ethereum/assets/0x247551F2EB3362E222c742E9c788B8957D9BC87e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GNY",
- "symbol": "GNY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.gny.io",
- "explorer": "https://etherscan.io/token/0x247551F2EB3362E222c742E9c788B8957D9BC87e",
- "status": "abandoned",
- "id": "0x247551F2EB3362E222c742E9c788B8957D9BC87e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x247551F2EB3362E222c742E9c788B8957D9BC87e/logo.png b/blockchains/ethereum/assets/0x247551F2EB3362E222c742E9c788B8957D9BC87e/logo.png
deleted file mode 100644
index a4fcc664c818f..0000000000000
Binary files a/blockchains/ethereum/assets/0x247551F2EB3362E222c742E9c788B8957D9BC87e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24763fd9A46826f7508d6DA3E76DBd4fb8ddCD0C/info.json b/blockchains/ethereum/assets/0x24763fd9A46826f7508d6DA3E76DBd4fb8ddCD0C/info.json
deleted file mode 100644
index 5cc9ccb17dea3..0000000000000
--- a/blockchains/ethereum/assets/0x24763fd9A46826f7508d6DA3E76DBd4fb8ddCD0C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CRYPTOESTATE",
- "symbol": "CRES",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x24763fd9A46826f7508d6DA3E76DBd4fb8ddCD0C",
- "status": "abandoned",
- "id": "0x24763fd9A46826f7508d6DA3E76DBd4fb8ddCD0C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24763fd9A46826f7508d6DA3E76DBd4fb8ddCD0C/logo.png b/blockchains/ethereum/assets/0x24763fd9A46826f7508d6DA3E76DBd4fb8ddCD0C/logo.png
deleted file mode 100644
index 7edca595484f1..0000000000000
Binary files a/blockchains/ethereum/assets/0x24763fd9A46826f7508d6DA3E76DBd4fb8ddCD0C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x248470C776023Ee14f984a5c694287298893Ca01/info.json b/blockchains/ethereum/assets/0x248470C776023Ee14f984a5c694287298893Ca01/info.json
deleted file mode 100644
index b32969f9d0ef4..0000000000000
--- a/blockchains/ethereum/assets/0x248470C776023Ee14f984a5c694287298893Ca01/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FSHN",
- "symbol": "FSHN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x248470C776023Ee14f984a5c694287298893Ca01",
- "status": "abandoned",
- "id": "0x248470C776023Ee14f984a5c694287298893Ca01"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x248470C776023Ee14f984a5c694287298893Ca01/logo.png b/blockchains/ethereum/assets/0x248470C776023Ee14f984a5c694287298893Ca01/logo.png
deleted file mode 100755
index 02575c8179e74..0000000000000
Binary files a/blockchains/ethereum/assets/0x248470C776023Ee14f984a5c694287298893Ca01/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x248aDE18435f7B5E39d855CC98C42D8f6840a386/info.json b/blockchains/ethereum/assets/0x248aDE18435f7B5E39d855CC98C42D8f6840a386/info.json
deleted file mode 100644
index c53b42f8ed10d..0000000000000
--- a/blockchains/ethereum/assets/0x248aDE18435f7B5E39d855CC98C42D8f6840a386/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Orbit",
- "symbol": "ORBIT",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "https://orbitcoin.cash/",
- "explorer": "https://etherscan.io/token/0x248aDE18435f7B5E39d855CC98C42D8f6840a386",
- "status": "abandoned",
- "id": "0x248aDE18435f7B5E39d855CC98C42D8f6840a386"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x248aDE18435f7B5E39d855CC98C42D8f6840a386/logo.png b/blockchains/ethereum/assets/0x248aDE18435f7B5E39d855CC98C42D8f6840a386/logo.png
deleted file mode 100644
index 3dce86279be6d..0000000000000
Binary files a/blockchains/ethereum/assets/0x248aDE18435f7B5E39d855CC98C42D8f6840a386/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x249cA82617eC3DfB2589c4c17ab7EC9765350a18/info.json b/blockchains/ethereum/assets/0x249cA82617eC3DfB2589c4c17ab7EC9765350a18/info.json
deleted file mode 100644
index 8f6a984a19e25..0000000000000
--- a/blockchains/ethereum/assets/0x249cA82617eC3DfB2589c4c17ab7EC9765350a18/info.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "name": "Verse",
- "symbol": "VERSE",
- "type": "ERC20",
- "decimals": 18,
- "description": "VERSE is Bitcoin.com's ecosystem token, providing rewards and utility to users of Bitcoin.com's products and services.",
- "website": "https://verse.bitcoin.com",
- "explorer": "https://etherscan.io/token/0x249ca82617ec3dfb2589c4c17ab7ec9765350a18",
- "status": "active",
- "id": "0x249cA82617eC3DfB2589c4c17ab7EC9765350a18",
- "tags": ["defi"],
- "links": [
- {
- "name": "facebook",
- "url": "https://facebook.com/buy.bitcoin.news"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/bitcoincom"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCetxkZolEBHX47BqtZktbkg"
- },
- {
- "name": "blog",
- "url": "https://blog.bitcoin.com/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/GetVerse"
- },
- {
- "name": "whitepaper",
- "url": "https://www.getverse.com/verse-whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x249cA82617eC3DfB2589c4c17ab7EC9765350a18/logo.png b/blockchains/ethereum/assets/0x249cA82617eC3DfB2589c4c17ab7EC9765350a18/logo.png
deleted file mode 100644
index 4a4bdff5796be..0000000000000
Binary files a/blockchains/ethereum/assets/0x249cA82617eC3DfB2589c4c17ab7EC9765350a18/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x249e38Ea4102D0cf8264d3701f1a0E39C4f2DC3B/info.json b/blockchains/ethereum/assets/0x249e38Ea4102D0cf8264d3701f1a0E39C4f2DC3B/info.json
deleted file mode 100644
index a4cb79e975faa..0000000000000
--- a/blockchains/ethereum/assets/0x249e38Ea4102D0cf8264d3701f1a0E39C4f2DC3B/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "The Truth",
- "symbol": "UFO",
- "type": "ERC20",
- "decimals": 18,
- "description": "UFO is an dual purpose token that powers the metaverse and helps govern it.",
- "website": "https://www.ufotoken.io/",
- "explorer": "https://etherscan.io/token/0x249e38ea4102d0cf8264d3701f1a0e39c4f2dc3b",
- "status": "active",
- "id": "0x249e38Ea4102D0cf8264d3701f1a0E39C4f2DC3B",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/theufotoken?s=21"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ufotokenofficial"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@UFOtruth"
- },
- {
- "name": "github",
- "url": "https://github.com/UFOTOKENOFFICIAL/supergalactic"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x249e38Ea4102D0cf8264d3701f1a0E39C4f2DC3B/logo.png b/blockchains/ethereum/assets/0x249e38Ea4102D0cf8264d3701f1a0E39C4f2DC3B/logo.png
deleted file mode 100644
index 0183206f7d519..0000000000000
Binary files a/blockchains/ethereum/assets/0x249e38Ea4102D0cf8264d3701f1a0E39C4f2DC3B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24A45d81170005Be4f51c8a294883b394BD83412/info.json b/blockchains/ethereum/assets/0x24A45d81170005Be4f51c8a294883b394BD83412/info.json
deleted file mode 100644
index 861aec6699cae..0000000000000
--- a/blockchains/ethereum/assets/0x24A45d81170005Be4f51c8a294883b394BD83412/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FIB",
- "symbol": "FIB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x24A45d81170005Be4f51c8a294883b394BD83412",
- "status": "abandoned",
- "id": "0x24A45d81170005Be4f51c8a294883b394BD83412"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24A45d81170005Be4f51c8a294883b394BD83412/logo.png b/blockchains/ethereum/assets/0x24A45d81170005Be4f51c8a294883b394BD83412/logo.png
deleted file mode 100644
index 5a09e57feb8bb..0000000000000
Binary files a/blockchains/ethereum/assets/0x24A45d81170005Be4f51c8a294883b394BD83412/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24A6A37576377F63f194Caa5F518a60f45b42921/info.json b/blockchains/ethereum/assets/0x24A6A37576377F63f194Caa5F518a60f45b42921/info.json
deleted file mode 100644
index 31675aad9e0db..0000000000000
--- a/blockchains/ethereum/assets/0x24A6A37576377F63f194Caa5F518a60f45b42921/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Float BANK",
- "website": "https://floatprotocol.com/",
- "description": "Governance token for Float Protocol.",
- "explorer": "https://etherscan.io/token/0x24a6a37576377f63f194caa5f518a60f45b42921",
- "type": "ERC20",
- "symbol": "BANK",
- "decimals": 18,
- "status": "active",
- "id": "0x24A6A37576377F63f194Caa5F518a60f45b42921"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24A6A37576377F63f194Caa5F518a60f45b42921/logo.png b/blockchains/ethereum/assets/0x24A6A37576377F63f194Caa5F518a60f45b42921/logo.png
deleted file mode 100644
index 34a386d81cbc9..0000000000000
Binary files a/blockchains/ethereum/assets/0x24A6A37576377F63f194Caa5F518a60f45b42921/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24A77c1F17C547105E14813e517be06b0040aa76/info.json b/blockchains/ethereum/assets/0x24A77c1F17C547105E14813e517be06b0040aa76/info.json
deleted file mode 100644
index 7f7f3d08e19ee..0000000000000
--- a/blockchains/ethereum/assets/0x24A77c1F17C547105E14813e517be06b0040aa76/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Live Stars Token",
- "symbol": "LIVE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x24A77c1F17C547105E14813e517be06b0040aa76",
- "status": "abandoned",
- "id": "0x24A77c1F17C547105E14813e517be06b0040aa76"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24A77c1F17C547105E14813e517be06b0040aa76/logo.png b/blockchains/ethereum/assets/0x24A77c1F17C547105E14813e517be06b0040aa76/logo.png
deleted file mode 100755
index ba0b16323c158..0000000000000
Binary files a/blockchains/ethereum/assets/0x24A77c1F17C547105E14813e517be06b0040aa76/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24C9586b762bD6005eE89D5cA442761B5a3830Ac/info.json b/blockchains/ethereum/assets/0x24C9586b762bD6005eE89D5cA442761B5a3830Ac/info.json
deleted file mode 100644
index 2647e6116cc5a..0000000000000
--- a/blockchains/ethereum/assets/0x24C9586b762bD6005eE89D5cA442761B5a3830Ac/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Trust Coin",
- "symbol": "TRUST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x24C9586b762bD6005eE89D5cA442761B5a3830Ac",
- "status": "abandoned",
- "id": "0x24C9586b762bD6005eE89D5cA442761B5a3830Ac"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24C9586b762bD6005eE89D5cA442761B5a3830Ac/logo.png b/blockchains/ethereum/assets/0x24C9586b762bD6005eE89D5cA442761B5a3830Ac/logo.png
deleted file mode 100644
index 8b8837c11f42f..0000000000000
Binary files a/blockchains/ethereum/assets/0x24C9586b762bD6005eE89D5cA442761B5a3830Ac/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24D77c210a014b1E123a0878F6C903Df74A2317B/info.json b/blockchains/ethereum/assets/0x24D77c210a014b1E123a0878F6C903Df74A2317B/info.json
deleted file mode 100644
index 1f930f4a2d853..0000000000000
--- a/blockchains/ethereum/assets/0x24D77c210a014b1E123a0878F6C903Df74A2317B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BITFXT COIN",
- "symbol": "BXT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.bitfxt.com/",
- "explorer": "https://etherscan.io/token/0x24D77c210a014b1E123a0878F6C903Df74A2317B",
- "status": "abandoned",
- "id": "0x24D77c210a014b1E123a0878F6C903Df74A2317B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24D77c210a014b1E123a0878F6C903Df74A2317B/logo.png b/blockchains/ethereum/assets/0x24D77c210a014b1E123a0878F6C903Df74A2317B/logo.png
deleted file mode 100644
index 2594f514f9fe4..0000000000000
Binary files a/blockchains/ethereum/assets/0x24D77c210a014b1E123a0878F6C903Df74A2317B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24DCc881E7Dd730546834452F21872D5cb4b5293/info.json b/blockchains/ethereum/assets/0x24DCc881E7Dd730546834452F21872D5cb4b5293/info.json
deleted file mode 100644
index 022a3e082da35..0000000000000
--- a/blockchains/ethereum/assets/0x24DCc881E7Dd730546834452F21872D5cb4b5293/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Scroll",
- "symbol": "SCRL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://datatxtoken.com/",
- "explorer": "https://etherscan.io/token/0x24DCc881E7Dd730546834452F21872D5cb4b5293",
- "status": "abandoned",
- "id": "0x24DCc881E7Dd730546834452F21872D5cb4b5293"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24DCc881E7Dd730546834452F21872D5cb4b5293/logo.png b/blockchains/ethereum/assets/0x24DCc881E7Dd730546834452F21872D5cb4b5293/logo.png
deleted file mode 100644
index f6d8274b2ac23..0000000000000
Binary files a/blockchains/ethereum/assets/0x24DCc881E7Dd730546834452F21872D5cb4b5293/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24E634089bE96E3754F0DFA628A94ea57089e4bc/info.json b/blockchains/ethereum/assets/0x24E634089bE96E3754F0DFA628A94ea57089e4bc/info.json
deleted file mode 100644
index 0dbe4e695a331..0000000000000
--- a/blockchains/ethereum/assets/0x24E634089bE96E3754F0DFA628A94ea57089e4bc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Max",
- "symbol": "MAX",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x24E634089bE96E3754F0DFA628A94ea57089e4bc",
- "status": "abandoned",
- "id": "0x24E634089bE96E3754F0DFA628A94ea57089e4bc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24E634089bE96E3754F0DFA628A94ea57089e4bc/logo.png b/blockchains/ethereum/assets/0x24E634089bE96E3754F0DFA628A94ea57089e4bc/logo.png
deleted file mode 100644
index fa3ef59e40bef..0000000000000
Binary files a/blockchains/ethereum/assets/0x24E634089bE96E3754F0DFA628A94ea57089e4bc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24E89bDf2f65326b94E36978A7EDeAc63623DAFA/info.json b/blockchains/ethereum/assets/0x24E89bDf2f65326b94E36978A7EDeAc63623DAFA/info.json
deleted file mode 100644
index 9cbf8cc0fbb01..0000000000000
--- a/blockchains/ethereum/assets/0x24E89bDf2f65326b94E36978A7EDeAc63623DAFA/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Tiger King",
- "type": "ERC20",
- "symbol": "TKING",
- "decimals": 18,
- "website": "https://www.tiger-king.org/",
- "description": "Official coin of the Tiger King",
- "explorer": "https://etherscan.io/token/0x24e89bdf2f65326b94e36978a7edeac63623dafa",
- "status": "active",
- "id": "0x24E89bDf2f65326b94E36978A7EDeAc63623DAFA",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Tiger_King_Coin"
- },
- {
- "name": "telegram",
- "url": "https://t.me/theTigerKingOfficial"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24E89bDf2f65326b94E36978A7EDeAc63623DAFA/logo.png b/blockchains/ethereum/assets/0x24E89bDf2f65326b94E36978A7EDeAc63623DAFA/logo.png
deleted file mode 100644
index 90debe973f678..0000000000000
Binary files a/blockchains/ethereum/assets/0x24E89bDf2f65326b94E36978A7EDeAc63623DAFA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24EC2Ca132abf8F6f8a6E24A1B97943e31f256a7/info.json b/blockchains/ethereum/assets/0x24EC2Ca132abf8F6f8a6E24A1B97943e31f256a7/info.json
deleted file mode 100644
index 43a74dc9e5e00..0000000000000
--- a/blockchains/ethereum/assets/0x24EC2Ca132abf8F6f8a6E24A1B97943e31f256a7/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "dotmoovs",
- "website": "https://www.dotmoovs.com/",
- "description": "dotmoovs is the first crypto mobile worldwide competitive environment. At dotmoovs you can compete with others around the world!",
- "explorer": "https://etherscan.io/token/0x24EC2Ca132abf8F6f8a6E24A1B97943e31f256a7",
- "type": "ERC20",
- "symbol": "MOOV",
- "decimals": 18,
- "status": "active",
- "id": "0x24EC2Ca132abf8F6f8a6E24A1B97943e31f256a7",
- "links": [
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/dotmoovs"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/dotmoovs"
- },
- {
- "name": "telegram",
- "url": "https://t.me/dotmoovs"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24EC2Ca132abf8F6f8a6E24A1B97943e31f256a7/logo.png b/blockchains/ethereum/assets/0x24EC2Ca132abf8F6f8a6E24A1B97943e31f256a7/logo.png
deleted file mode 100644
index 93258ee8e3b5d..0000000000000
Binary files a/blockchains/ethereum/assets/0x24EC2Ca132abf8F6f8a6E24A1B97943e31f256a7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24EDCa5a57Fc259427574E0c9cfdf630a3136d34/info.json b/blockchains/ethereum/assets/0x24EDCa5a57Fc259427574E0c9cfdf630a3136d34/info.json
deleted file mode 100644
index 1ee038f2c9b25..0000000000000
--- a/blockchains/ethereum/assets/0x24EDCa5a57Fc259427574E0c9cfdf630a3136d34/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hada Coin",
- "symbol": "HADA",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x24EDCa5a57Fc259427574E0c9cfdf630a3136d34",
- "status": "abandoned",
- "id": "0x24EDCa5a57Fc259427574E0c9cfdf630a3136d34"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24EDCa5a57Fc259427574E0c9cfdf630a3136d34/logo.png b/blockchains/ethereum/assets/0x24EDCa5a57Fc259427574E0c9cfdf630a3136d34/logo.png
deleted file mode 100644
index 65d1af298a0cf..0000000000000
Binary files a/blockchains/ethereum/assets/0x24EDCa5a57Fc259427574E0c9cfdf630a3136d34/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24FB4C36a83cbDbCd670856406f622E09A643d4d/info.json b/blockchains/ethereum/assets/0x24FB4C36a83cbDbCd670856406f622E09A643d4d/info.json
deleted file mode 100644
index 76bd090693254..0000000000000
--- a/blockchains/ethereum/assets/0x24FB4C36a83cbDbCd670856406f622E09A643d4d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hinto",
- "symbol": "HNT",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "https://hinto.win/",
- "explorer": "https://etherscan.io/token/0x24FB4C36a83cbDbCd670856406f622E09A643d4d",
- "status": "abandoned",
- "id": "0x24FB4C36a83cbDbCd670856406f622E09A643d4d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24FB4C36a83cbDbCd670856406f622E09A643d4d/logo.png b/blockchains/ethereum/assets/0x24FB4C36a83cbDbCd670856406f622E09A643d4d/logo.png
deleted file mode 100644
index 1d6a0faa0cce3..0000000000000
Binary files a/blockchains/ethereum/assets/0x24FB4C36a83cbDbCd670856406f622E09A643d4d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24Fd7970D1FFEB683eB8e99262AcE1316f9a8fBA/info.json b/blockchains/ethereum/assets/0x24Fd7970D1FFEB683eB8e99262AcE1316f9a8fBA/info.json
deleted file mode 100644
index d19208b812e4a..0000000000000
--- a/blockchains/ethereum/assets/0x24Fd7970D1FFEB683eB8e99262AcE1316f9a8fBA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Super Mario Coin",
- "symbol": "SMC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x24Fd7970D1FFEB683eB8e99262AcE1316f9a8fBA",
- "status": "abandoned",
- "id": "0x24Fd7970D1FFEB683eB8e99262AcE1316f9a8fBA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24Fd7970D1FFEB683eB8e99262AcE1316f9a8fBA/logo.png b/blockchains/ethereum/assets/0x24Fd7970D1FFEB683eB8e99262AcE1316f9a8fBA/logo.png
deleted file mode 100644
index eab83bf4126b9..0000000000000
Binary files a/blockchains/ethereum/assets/0x24Fd7970D1FFEB683eB8e99262AcE1316f9a8fBA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24aa44493177970541a7B9AeD330dD0eB61a1C80/info.json b/blockchains/ethereum/assets/0x24aa44493177970541a7B9AeD330dD0eB61a1C80/info.json
deleted file mode 100644
index 787a35eb63a52..0000000000000
--- a/blockchains/ethereum/assets/0x24aa44493177970541a7B9AeD330dD0eB61a1C80/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QR Rial",
- "symbol": "QRR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x24aa44493177970541a7B9AeD330dD0eB61a1C80",
- "status": "abandoned",
- "id": "0x24aa44493177970541a7B9AeD330dD0eB61a1C80"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24aa44493177970541a7B9AeD330dD0eB61a1C80/logo.png b/blockchains/ethereum/assets/0x24aa44493177970541a7B9AeD330dD0eB61a1C80/logo.png
deleted file mode 100755
index b83f85528c67a..0000000000000
Binary files a/blockchains/ethereum/assets/0x24aa44493177970541a7B9AeD330dD0eB61a1C80/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24b80fBa4B2ECaF0C4Df522354408F0A59A775C8/info.json b/blockchains/ethereum/assets/0x24b80fBa4B2ECaF0C4Df522354408F0A59A775C8/info.json
deleted file mode 100644
index 2fcd38040ac25..0000000000000
--- a/blockchains/ethereum/assets/0x24b80fBa4B2ECaF0C4Df522354408F0A59A775C8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "adsbywifi",
- "symbol": "WADS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://adsbywifi.com",
- "explorer": "https://etherscan.io/token/0x24b80fBa4B2ECaF0C4Df522354408F0A59A775C8",
- "status": "abandoned",
- "id": "0x24b80fBa4B2ECaF0C4Df522354408F0A59A775C8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24b80fBa4B2ECaF0C4Df522354408F0A59A775C8/logo.png b/blockchains/ethereum/assets/0x24b80fBa4B2ECaF0C4Df522354408F0A59A775C8/logo.png
deleted file mode 100644
index 46b6b26f9b319..0000000000000
Binary files a/blockchains/ethereum/assets/0x24b80fBa4B2ECaF0C4Df522354408F0A59A775C8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24cCeDEBF841544C9e6a62Af4E8c2fA6e5a46FdE/info.json b/blockchains/ethereum/assets/0x24cCeDEBF841544C9e6a62Af4E8c2fA6e5a46FdE/info.json
deleted file mode 100644
index 5bcaeb8a26f58..0000000000000
--- a/blockchains/ethereum/assets/0x24cCeDEBF841544C9e6a62Af4E8c2fA6e5a46FdE/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "BlueSparrow",
- "type": "ERC20",
- "symbol": "BLUESPARROW",
- "decimals": 9,
- "website": "http://bluesparrowtoken.com",
- "description": "The BlueSparrow token was launched 28th October 2021 and was designed to benefit people in all parts of the world no matter the circumstance, country, culture or economic disadvantage. One reason that makes that possible; our draw system!",
- "explorer": "https://etherscan.io/token/0x24cCeDEBF841544C9e6a62Af4E8c2fA6e5a46FdE",
- "status": "active",
- "id": "0x24cCeDEBF841544C9e6a62Af4E8c2fA6e5a46FdE",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/BlueSparrowETH"
- },
- {
- "name": "telegram",
- "url": "https://t.me/BlueSparrowOfficial"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/bluesparrow-token-new/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/bluesparrow"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/bluesparrow"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x24cCeDEBF841544C9e6a62Af4E8c2fA6e5a46FdE/logo.png b/blockchains/ethereum/assets/0x24cCeDEBF841544C9e6a62Af4E8c2fA6e5a46FdE/logo.png
deleted file mode 100644
index aab1fbdeaa8a6..0000000000000
Binary files a/blockchains/ethereum/assets/0x24cCeDEBF841544C9e6a62Af4E8c2fA6e5a46FdE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24dDFf6D8B8a42d835af3b440De91f3386554Aa4/info.json b/blockchains/ethereum/assets/0x24dDFf6D8B8a42d835af3b440De91f3386554Aa4/info.json
deleted file mode 100644
index 064e5624baeac..0000000000000
--- a/blockchains/ethereum/assets/0x24dDFf6D8B8a42d835af3b440De91f3386554Aa4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IUNGO token",
- "symbol": "ING",
- "type": "ERC20",
- "decimals": 18,
- "description": "Decentralised global wireless internet provider.",
- "website": "https://iungo.network",
- "explorer": "https://etherscan.io/token/0x24dDFf6D8B8a42d835af3b440De91f3386554Aa4",
- "status": "active",
- "id": "0x24dDFf6D8B8a42d835af3b440De91f3386554Aa4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24dDFf6D8B8a42d835af3b440De91f3386554Aa4/logo.png b/blockchains/ethereum/assets/0x24dDFf6D8B8a42d835af3b440De91f3386554Aa4/logo.png
deleted file mode 100644
index ae5334d54a60b..0000000000000
Binary files a/blockchains/ethereum/assets/0x24dDFf6D8B8a42d835af3b440De91f3386554Aa4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24eBA89651aa88810924D4669256Bb56832902fe/info.json b/blockchains/ethereum/assets/0x24eBA89651aa88810924D4669256Bb56832902fe/info.json
deleted file mode 100644
index 113d427fd9d71..0000000000000
--- a/blockchains/ethereum/assets/0x24eBA89651aa88810924D4669256Bb56832902fe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HiveMind",
- "symbol": "HIVED",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x24eBA89651aa88810924D4669256Bb56832902fe",
- "status": "abandoned",
- "id": "0x24eBA89651aa88810924D4669256Bb56832902fe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24eBA89651aa88810924D4669256Bb56832902fe/logo.png b/blockchains/ethereum/assets/0x24eBA89651aa88810924D4669256Bb56832902fe/logo.png
deleted file mode 100644
index a60fca097aca0..0000000000000
Binary files a/blockchains/ethereum/assets/0x24eBA89651aa88810924D4669256Bb56832902fe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x24eeB54A34D24D4A4baa1B1379928f7978951AcA/info.json b/blockchains/ethereum/assets/0x24eeB54A34D24D4A4baa1B1379928f7978951AcA/info.json
deleted file mode 100644
index 565b164b0a3f0..0000000000000
--- a/blockchains/ethereum/assets/0x24eeB54A34D24D4A4baa1B1379928f7978951AcA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "\"\"",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x24eeB54A34D24D4A4baa1B1379928f7978951AcA",
- "status": "abandoned",
- "id": "0x24eeB54A34D24D4A4baa1B1379928f7978951AcA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x24eeB54A34D24D4A4baa1B1379928f7978951AcA/logo.png b/blockchains/ethereum/assets/0x24eeB54A34D24D4A4baa1B1379928f7978951AcA/logo.png
deleted file mode 100755
index 628d0f34d2f1c..0000000000000
Binary files a/blockchains/ethereum/assets/0x24eeB54A34D24D4A4baa1B1379928f7978951AcA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2516ac5Db37DF788f8f6Ef69EcaA7Cd76652eAe2/info.json b/blockchains/ethereum/assets/0x2516ac5Db37DF788f8f6Ef69EcaA7Cd76652eAe2/info.json
deleted file mode 100644
index 44dc5f0f483ce..0000000000000
--- a/blockchains/ethereum/assets/0x2516ac5Db37DF788f8f6Ef69EcaA7Cd76652eAe2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ltconlinemarkets",
- "symbol": "LOM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ltconlinemarkets.com/Token/",
- "explorer": "https://etherscan.io/token/0x2516ac5Db37DF788f8f6Ef69EcaA7Cd76652eAe2",
- "status": "abandoned",
- "id": "0x2516ac5Db37DF788f8f6Ef69EcaA7Cd76652eAe2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2516ac5Db37DF788f8f6Ef69EcaA7Cd76652eAe2/logo.png b/blockchains/ethereum/assets/0x2516ac5Db37DF788f8f6Ef69EcaA7Cd76652eAe2/logo.png
deleted file mode 100644
index 575397fc5a6d8..0000000000000
Binary files a/blockchains/ethereum/assets/0x2516ac5Db37DF788f8f6Ef69EcaA7Cd76652eAe2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x251B5C9eFf2d9F04DC525f601E13293bfE40E4f5/info.json b/blockchains/ethereum/assets/0x251B5C9eFf2d9F04DC525f601E13293bfE40E4f5/info.json
deleted file mode 100644
index 6a032c4c8755b..0000000000000
--- a/blockchains/ethereum/assets/0x251B5C9eFf2d9F04DC525f601E13293bfE40E4f5/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "iYearn Finance",
- "website": "https://iyearn.finance",
- "description": "iYearn Finance is an independent FORK from Yearn Finance technology that is built to be reliable, independent and profitable.",
- "explorer": "https://etherscan.io/token/0x251b5c9eff2d9f04dc525f601e13293bfe40e4f5",
- "type": "ERC20",
- "symbol": "IYFI",
- "decimals": 18,
- "status": "active",
- "id": "0x251B5C9eFf2d9F04DC525f601E13293bfE40E4f5",
- "links": [
- {
- "name": "source_code",
- "url": "https://gitlab.com/iYearnFinance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x251B5C9eFf2d9F04DC525f601E13293bfE40E4f5/logo.png b/blockchains/ethereum/assets/0x251B5C9eFf2d9F04DC525f601E13293bfE40E4f5/logo.png
deleted file mode 100644
index 1aff80f70f0a4..0000000000000
Binary files a/blockchains/ethereum/assets/0x251B5C9eFf2d9F04DC525f601E13293bfE40E4f5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x25200235cA7113C2541E70dE737c41f5e9AcD1F6/info.json b/blockchains/ethereum/assets/0x25200235cA7113C2541E70dE737c41f5e9AcD1F6/info.json
deleted file mode 100644
index 2ed6b684a9b4e..0000000000000
--- a/blockchains/ethereum/assets/0x25200235cA7113C2541E70dE737c41f5e9AcD1F6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PathHive Network",
- "symbol": "PHV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.pathhive.com/",
- "explorer": "https://etherscan.io/token/0x25200235cA7113C2541E70dE737c41f5e9AcD1F6",
- "status": "abandoned",
- "id": "0x25200235cA7113C2541E70dE737c41f5e9AcD1F6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x25200235cA7113C2541E70dE737c41f5e9AcD1F6/logo.png b/blockchains/ethereum/assets/0x25200235cA7113C2541E70dE737c41f5e9AcD1F6/logo.png
deleted file mode 100644
index f5e2ec90f8b3e..0000000000000
Binary files a/blockchains/ethereum/assets/0x25200235cA7113C2541E70dE737c41f5e9AcD1F6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x252F830448d8890CA06a3FF78823DB8D23587037/info.json b/blockchains/ethereum/assets/0x252F830448d8890CA06a3FF78823DB8D23587037/info.json
deleted file mode 100644
index f96111e740d73..0000000000000
--- a/blockchains/ethereum/assets/0x252F830448d8890CA06a3FF78823DB8D23587037/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BIGBOMB",
- "symbol": "BBOMB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x252F830448d8890CA06a3FF78823DB8D23587037",
- "status": "abandoned",
- "id": "0x252F830448d8890CA06a3FF78823DB8D23587037"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x252F830448d8890CA06a3FF78823DB8D23587037/logo.png b/blockchains/ethereum/assets/0x252F830448d8890CA06a3FF78823DB8D23587037/logo.png
deleted file mode 100644
index e744c6e92e852..0000000000000
Binary files a/blockchains/ethereum/assets/0x252F830448d8890CA06a3FF78823DB8D23587037/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x25377ddb16c79C93B0CBf46809C8dE8765f03FCd/info.json b/blockchains/ethereum/assets/0x25377ddb16c79C93B0CBf46809C8dE8765f03FCd/info.json
deleted file mode 100644
index c1bd305880409..0000000000000
--- a/blockchains/ethereum/assets/0x25377ddb16c79C93B0CBf46809C8dE8765f03FCd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Synthetic CBDAO",
- "symbol": "SBREE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x25377ddb16c79C93B0CBf46809C8dE8765f03FCd",
- "status": "abandoned",
- "id": "0x25377ddb16c79C93B0CBf46809C8dE8765f03FCd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x25377ddb16c79C93B0CBf46809C8dE8765f03FCd/logo.png b/blockchains/ethereum/assets/0x25377ddb16c79C93B0CBf46809C8dE8765f03FCd/logo.png
deleted file mode 100644
index 33214b4fb998f..0000000000000
Binary files a/blockchains/ethereum/assets/0x25377ddb16c79C93B0CBf46809C8dE8765f03FCd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x253C7dd074f4BaCb305387F922225A4f737C08bd/info.json b/blockchains/ethereum/assets/0x253C7dd074f4BaCb305387F922225A4f737C08bd/info.json
deleted file mode 100644
index 64f4678a1176a..0000000000000
--- a/blockchains/ethereum/assets/0x253C7dd074f4BaCb305387F922225A4f737C08bd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LookRev",
- "symbol": "LOOK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x253C7dd074f4BaCb305387F922225A4f737C08bd",
- "status": "abandoned",
- "id": "0x253C7dd074f4BaCb305387F922225A4f737C08bd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x253C7dd074f4BaCb305387F922225A4f737C08bd/logo.png b/blockchains/ethereum/assets/0x253C7dd074f4BaCb305387F922225A4f737C08bd/logo.png
deleted file mode 100644
index 8ac69f8328b48..0000000000000
Binary files a/blockchains/ethereum/assets/0x253C7dd074f4BaCb305387F922225A4f737C08bd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x254bCa53A17A1C6E1AdA05C06aff042684E846c2/info.json b/blockchains/ethereum/assets/0x254bCa53A17A1C6E1AdA05C06aff042684E846c2/info.json
deleted file mode 100644
index c4c624386249e..0000000000000
--- a/blockchains/ethereum/assets/0x254bCa53A17A1C6E1AdA05C06aff042684E846c2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cygnity",
- "symbol": "CGN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x254bCa53A17A1C6E1AdA05C06aff042684E846c2",
- "status": "abandoned",
- "id": "0x254bCa53A17A1C6E1AdA05C06aff042684E846c2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x254bCa53A17A1C6E1AdA05C06aff042684E846c2/logo.png b/blockchains/ethereum/assets/0x254bCa53A17A1C6E1AdA05C06aff042684E846c2/logo.png
deleted file mode 100644
index 3221825c2085f..0000000000000
Binary files a/blockchains/ethereum/assets/0x254bCa53A17A1C6E1AdA05C06aff042684E846c2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x25543DB4Ff6a57affB219ccA074A1e983c024C18/info.json b/blockchains/ethereum/assets/0x25543DB4Ff6a57affB219ccA074A1e983c024C18/info.json
deleted file mode 100644
index a16a8758b87d8..0000000000000
--- a/blockchains/ethereum/assets/0x25543DB4Ff6a57affB219ccA074A1e983c024C18/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Earth Power Coin",
- "symbol": "EPC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x25543DB4Ff6a57affB219ccA074A1e983c024C18",
- "status": "abandoned",
- "id": "0x25543DB4Ff6a57affB219ccA074A1e983c024C18"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x25543DB4Ff6a57affB219ccA074A1e983c024C18/logo.png b/blockchains/ethereum/assets/0x25543DB4Ff6a57affB219ccA074A1e983c024C18/logo.png
deleted file mode 100644
index 6f2ff7d8633f2..0000000000000
Binary files a/blockchains/ethereum/assets/0x25543DB4Ff6a57affB219ccA074A1e983c024C18/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x255Aa6DF07540Cb5d3d297f0D0D4D84cb52bc8e6/info.json b/blockchains/ethereum/assets/0x255Aa6DF07540Cb5d3d297f0D0D4D84cb52bc8e6/info.json
deleted file mode 100644
index ec79cd9073cee..0000000000000
--- a/blockchains/ethereum/assets/0x255Aa6DF07540Cb5d3d297f0D0D4D84cb52bc8e6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Raiden Token",
- "symbol": "RDN",
- "type": "ERC20",
- "decimals": 18,
- "description": "Raiden Network Token (RDN) supports a host of use cases such as micropayments, M2M Markets, API Access, and Decentralized Exchanges.",
- "website": "https://raiden.network",
- "explorer": "https://etherscan.io/token/0x255Aa6DF07540Cb5d3d297f0D0D4D84cb52bc8e6",
- "status": "active",
- "id": "0x255Aa6DF07540Cb5d3d297f0D0D4D84cb52bc8e6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x255Aa6DF07540Cb5d3d297f0D0D4D84cb52bc8e6/logo.png b/blockchains/ethereum/assets/0x255Aa6DF07540Cb5d3d297f0D0D4D84cb52bc8e6/logo.png
deleted file mode 100644
index fc1533dc39555..0000000000000
Binary files a/blockchains/ethereum/assets/0x255Aa6DF07540Cb5d3d297f0D0D4D84cb52bc8e6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2565ae0385659badCada1031DB704442E1b69982/info.json b/blockchains/ethereum/assets/0x2565ae0385659badCada1031DB704442E1b69982/info.json
deleted file mode 100644
index e7d6a1747da40..0000000000000
--- a/blockchains/ethereum/assets/0x2565ae0385659badCada1031DB704442E1b69982/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Assemble Protocol",
- "symbol": "ASM",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x2565ae0385659badCada1031DB704442E1b69982"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2565ae0385659badCada1031DB704442E1b69982/logo.png b/blockchains/ethereum/assets/0x2565ae0385659badCada1031DB704442E1b69982/logo.png
deleted file mode 100644
index bd1ed95406ead..0000000000000
Binary files a/blockchains/ethereum/assets/0x2565ae0385659badCada1031DB704442E1b69982/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2567c677473d110D75a8360C35309e63B1d52429/info.json b/blockchains/ethereum/assets/0x2567c677473d110D75a8360C35309e63B1d52429/info.json
deleted file mode 100644
index 18a13c4f909c9..0000000000000
--- a/blockchains/ethereum/assets/0x2567c677473d110D75a8360C35309e63B1d52429/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ShareX",
- "symbol": "SEXC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2567c677473d110D75a8360C35309e63B1d52429",
- "status": "abandoned",
- "id": "0x2567c677473d110D75a8360C35309e63B1d52429"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2567c677473d110D75a8360C35309e63B1d52429/logo.png b/blockchains/ethereum/assets/0x2567c677473d110D75a8360C35309e63B1d52429/logo.png
deleted file mode 100644
index 0607b3735ab4c..0000000000000
Binary files a/blockchains/ethereum/assets/0x2567c677473d110D75a8360C35309e63B1d52429/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x256845e721C0c46d54E6afBD4FA3B52CB72353EA/info.json b/blockchains/ethereum/assets/0x256845e721C0c46d54E6afBD4FA3B52CB72353EA/info.json
deleted file mode 100644
index fca4dea1323d7..0000000000000
--- a/blockchains/ethereum/assets/0x256845e721C0c46d54E6afBD4FA3B52CB72353EA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UniDollar",
- "symbol": "UNIUSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "UniDollar is the first hybrid Proof of Liquidity and Proof of Stake ERC20 Token.",
- "website": "https://unidollar.network",
- "explorer": "https://etherscan.io/token/0x256845e721C0c46d54E6afBD4FA3B52CB72353EA",
- "status": "active",
- "id": "0x256845e721C0c46d54E6afBD4FA3B52CB72353EA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x256845e721C0c46d54E6afBD4FA3B52CB72353EA/logo.png b/blockchains/ethereum/assets/0x256845e721C0c46d54E6afBD4FA3B52CB72353EA/logo.png
deleted file mode 100644
index 450081141cdc0..0000000000000
Binary files a/blockchains/ethereum/assets/0x256845e721C0c46d54E6afBD4FA3B52CB72353EA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x25859743ED0861665611B81E47682e889b48313B/info.json b/blockchains/ethereum/assets/0x25859743ED0861665611B81E47682e889b48313B/info.json
deleted file mode 100644
index 264956a4cc68a..0000000000000
--- a/blockchains/ethereum/assets/0x25859743ED0861665611B81E47682e889b48313B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yumi",
- "symbol": "YUMI",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x25859743ED0861665611B81E47682e889b48313B",
- "status": "abandoned",
- "id": "0x25859743ED0861665611B81E47682e889b48313B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x25859743ED0861665611B81E47682e889b48313B/logo.png b/blockchains/ethereum/assets/0x25859743ED0861665611B81E47682e889b48313B/logo.png
deleted file mode 100644
index 5ac83a57fb9e5..0000000000000
Binary files a/blockchains/ethereum/assets/0x25859743ED0861665611B81E47682e889b48313B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x258B3D55941BC8BCE4a80e7AE7CF685D245A24dc/info.json b/blockchains/ethereum/assets/0x258B3D55941BC8BCE4a80e7AE7CF685D245A24dc/info.json
deleted file mode 100644
index 0ab444fc1e5e8..0000000000000
--- a/blockchains/ethereum/assets/0x258B3D55941BC8BCE4a80e7AE7CF685D245A24dc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RareCandy",
- "symbol": "RCDY",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x258B3D55941BC8BCE4a80e7AE7CF685D245A24dc",
- "status": "abandoned",
- "id": "0x258B3D55941BC8BCE4a80e7AE7CF685D245A24dc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x258B3D55941BC8BCE4a80e7AE7CF685D245A24dc/logo.png b/blockchains/ethereum/assets/0x258B3D55941BC8BCE4a80e7AE7CF685D245A24dc/logo.png
deleted file mode 100644
index be9f99d164fd8..0000000000000
Binary files a/blockchains/ethereum/assets/0x258B3D55941BC8BCE4a80e7AE7CF685D245A24dc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x259059f137CB9B8F60AE27Bd199d97aBb69E539B/info.json b/blockchains/ethereum/assets/0x259059f137CB9B8F60AE27Bd199d97aBb69E539B/info.json
deleted file mode 100644
index 8c8d3995cc3ce..0000000000000
--- a/blockchains/ethereum/assets/0x259059f137CB9B8F60AE27Bd199d97aBb69E539B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SpectrumNetwork",
- "symbol": "SPEC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x259059f137CB9B8F60AE27Bd199d97aBb69E539B",
- "status": "abandoned",
- "id": "0x259059f137CB9B8F60AE27Bd199d97aBb69E539B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x259059f137CB9B8F60AE27Bd199d97aBb69E539B/logo.png b/blockchains/ethereum/assets/0x259059f137CB9B8F60AE27Bd199d97aBb69E539B/logo.png
deleted file mode 100644
index 1b8dc03a5fde8..0000000000000
Binary files a/blockchains/ethereum/assets/0x259059f137CB9B8F60AE27Bd199d97aBb69E539B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x25A0f07677eFB5Aa884DC796A1B70B680acb01eD/info.json b/blockchains/ethereum/assets/0x25A0f07677eFB5Aa884DC796A1B70B680acb01eD/info.json
deleted file mode 100644
index 4431e59a6740c..0000000000000
--- a/blockchains/ethereum/assets/0x25A0f07677eFB5Aa884DC796A1B70B680acb01eD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LHO",
- "symbol": "LHO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x25A0f07677eFB5Aa884DC796A1B70B680acb01eD",
- "status": "abandoned",
- "id": "0x25A0f07677eFB5Aa884DC796A1B70B680acb01eD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x25A0f07677eFB5Aa884DC796A1B70B680acb01eD/logo.png b/blockchains/ethereum/assets/0x25A0f07677eFB5Aa884DC796A1B70B680acb01eD/logo.png
deleted file mode 100644
index cdf9da6d1a758..0000000000000
Binary files a/blockchains/ethereum/assets/0x25A0f07677eFB5Aa884DC796A1B70B680acb01eD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x25B6325f5BB1c1E03cfbC3e53F470E1F1ca022E3/info.json b/blockchains/ethereum/assets/0x25B6325f5BB1c1E03cfbC3e53F470E1F1ca022E3/info.json
deleted file mode 100644
index ccc73954c1ca8..0000000000000
--- a/blockchains/ethereum/assets/0x25B6325f5BB1c1E03cfbC3e53F470E1F1ca022E3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LML",
- "symbol": "LML",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.gny.io/lisk",
- "explorer": "https://etherscan.io/token/0x25B6325f5BB1c1E03cfbC3e53F470E1F1ca022E3",
- "status": "active",
- "id": "0x25B6325f5BB1c1E03cfbC3e53F470E1F1ca022E3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x25B6325f5BB1c1E03cfbC3e53F470E1F1ca022E3/logo.png b/blockchains/ethereum/assets/0x25B6325f5BB1c1E03cfbC3e53F470E1F1ca022E3/logo.png
deleted file mode 100644
index 7c8202403e852..0000000000000
Binary files a/blockchains/ethereum/assets/0x25B6325f5BB1c1E03cfbC3e53F470E1F1ca022E3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x25B63bcA43914b7d7CcD59892b762c06493a04E6/info.json b/blockchains/ethereum/assets/0x25B63bcA43914b7d7CcD59892b762c06493a04E6/info.json
deleted file mode 100644
index c48e3b993de40..0000000000000
--- a/blockchains/ethereum/assets/0x25B63bcA43914b7d7CcD59892b762c06493a04E6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ITALIA",
- "symbol": "ITALIA",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x25B63bcA43914b7d7CcD59892b762c06493a04E6",
- "status": "abandoned",
- "id": "0x25B63bcA43914b7d7CcD59892b762c06493a04E6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x25B63bcA43914b7d7CcD59892b762c06493a04E6/logo.png b/blockchains/ethereum/assets/0x25B63bcA43914b7d7CcD59892b762c06493a04E6/logo.png
deleted file mode 100644
index 2df815dd8db53..0000000000000
Binary files a/blockchains/ethereum/assets/0x25B63bcA43914b7d7CcD59892b762c06493a04E6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x25F859518d75B119b0CAa5Da1967F6458C9EeEA1/info.json b/blockchains/ethereum/assets/0x25F859518d75B119b0CAa5Da1967F6458C9EeEA1/info.json
deleted file mode 100644
index 31650da04441d..0000000000000
--- a/blockchains/ethereum/assets/0x25F859518d75B119b0CAa5Da1967F6458C9EeEA1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C507200",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x25F859518d75B119b0CAa5Da1967F6458C9EeEA1",
- "status": "spam",
- "id": "0x25F859518d75B119b0CAa5Da1967F6458C9EeEA1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x25F859518d75B119b0CAa5Da1967F6458C9EeEA1/logo.png b/blockchains/ethereum/assets/0x25F859518d75B119b0CAa5Da1967F6458C9EeEA1/logo.png
deleted file mode 100644
index c07fef9ac5dac..0000000000000
Binary files a/blockchains/ethereum/assets/0x25F859518d75B119b0CAa5Da1967F6458C9EeEA1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x25a0E66fC288ceDB17934C91D10D647031218d18/info.json b/blockchains/ethereum/assets/0x25a0E66fC288ceDB17934C91D10D647031218d18/info.json
deleted file mode 100644
index 632234dc5e9c5..0000000000000
--- a/blockchains/ethereum/assets/0x25a0E66fC288ceDB17934C91D10D647031218d18/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST 1",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x25a0E66fC288ceDB17934C91D10D647031218d18",
- "status": "abandoned",
- "id": "0x25a0E66fC288ceDB17934C91D10D647031218d18"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x25a0E66fC288ceDB17934C91D10D647031218d18/logo.png b/blockchains/ethereum/assets/0x25a0E66fC288ceDB17934C91D10D647031218d18/logo.png
deleted file mode 100644
index 2151f2217e63d..0000000000000
Binary files a/blockchains/ethereum/assets/0x25a0E66fC288ceDB17934C91D10D647031218d18/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x25a1DE1C3eE658FE034B8914a1D8d34110423AF8/info.json b/blockchains/ethereum/assets/0x25a1DE1C3eE658FE034B8914a1D8d34110423AF8/info.json
deleted file mode 100644
index 3a5dcd2978ce9..0000000000000
--- a/blockchains/ethereum/assets/0x25a1DE1C3eE658FE034B8914a1D8d34110423AF8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CheGuevara",
- "symbol": "Che",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x25a1DE1C3eE658FE034B8914a1D8d34110423AF8",
- "status": "spam",
- "id": "0x25a1DE1C3eE658FE034B8914a1D8d34110423AF8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x25a1DE1C3eE658FE034B8914a1D8d34110423AF8/logo.png b/blockchains/ethereum/assets/0x25a1DE1C3eE658FE034B8914a1D8d34110423AF8/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x25a1DE1C3eE658FE034B8914a1D8d34110423AF8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x25b24B3c47918b7962B3e49C4F468367F73CC0E0/info.json b/blockchains/ethereum/assets/0x25b24B3c47918b7962B3e49C4F468367F73CC0E0/info.json
deleted file mode 100644
index 31def2a2b4717..0000000000000
--- a/blockchains/ethereum/assets/0x25b24B3c47918b7962B3e49C4F468367F73CC0E0/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "AXL INU",
- "website": "https://www.axltoken.com/",
- "description": "The Ultimate Decentralized Platform",
- "explorer": "https://etherscan.io/token/0x25b24b3c47918b7962b3e49c4f468367f73cc0e0",
- "type": "ERC20",
- "symbol": "AXL",
- "decimals": 18,
- "status": "active",
- "id": "0x25b24B3c47918b7962B3e49C4F468367F73CC0E0",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Axltoken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Axltoken"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/Axltoken"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x25b24B3c47918b7962B3e49C4F468367F73CC0E0/logo.png b/blockchains/ethereum/assets/0x25b24B3c47918b7962B3e49C4F468367F73CC0E0/logo.png
deleted file mode 100644
index 0de4c3409f799..0000000000000
Binary files a/blockchains/ethereum/assets/0x25b24B3c47918b7962B3e49C4F468367F73CC0E0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x25b553b8b8D88Af11e2f9B2798D944ad24139e09/info.json b/blockchains/ethereum/assets/0x25b553b8b8D88Af11e2f9B2798D944ad24139e09/info.json
deleted file mode 100644
index 19ece2fc65808..0000000000000
--- a/blockchains/ethereum/assets/0x25b553b8b8D88Af11e2f9B2798D944ad24139e09/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Computer Graphic",
- "symbol": "CG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x25b553b8b8D88Af11e2f9B2798D944ad24139e09",
- "status": "abandoned",
- "id": "0x25b553b8b8D88Af11e2f9B2798D944ad24139e09"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x25b553b8b8D88Af11e2f9B2798D944ad24139e09/logo.png b/blockchains/ethereum/assets/0x25b553b8b8D88Af11e2f9B2798D944ad24139e09/logo.png
deleted file mode 100644
index 2598a796562e5..0000000000000
Binary files a/blockchains/ethereum/assets/0x25b553b8b8D88Af11e2f9B2798D944ad24139e09/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x25cef4fB106E76080E88135a0e4059276FA9BE87/info.json b/blockchains/ethereum/assets/0x25cef4fB106E76080E88135a0e4059276FA9BE87/info.json
deleted file mode 100644
index 3a12623a14000..0000000000000
--- a/blockchains/ethereum/assets/0x25cef4fB106E76080E88135a0e4059276FA9BE87/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Imperial",
- "symbol": "UNITS",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "https://imperialtokens.com/",
- "explorer": "https://etherscan.io/token/0x25cef4fB106E76080E88135a0e4059276FA9BE87",
- "status": "abandoned",
- "id": "0x25cef4fB106E76080E88135a0e4059276FA9BE87"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x25cef4fB106E76080E88135a0e4059276FA9BE87/logo.png b/blockchains/ethereum/assets/0x25cef4fB106E76080E88135a0e4059276FA9BE87/logo.png
deleted file mode 100644
index 9e26dc87f4148..0000000000000
Binary files a/blockchains/ethereum/assets/0x25cef4fB106E76080E88135a0e4059276FA9BE87/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x25e1474170c4c0aA64fa98123bdc8dB49D7802fa/info.json b/blockchains/ethereum/assets/0x25e1474170c4c0aA64fa98123bdc8dB49D7802fa/info.json
deleted file mode 100644
index 303af27353c2c..0000000000000
--- a/blockchains/ethereum/assets/0x25e1474170c4c0aA64fa98123bdc8dB49D7802fa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bidao",
- "symbol": "BID",
- "type": "ERC20",
- "decimals": 18,
- "description": "Bidao® is building a chain agnostic trustless stablecoin and decentralized finance ecosystem. Moreover the Bidao® Token can be staked to earn extra rewards.",
- "website": "https://bidaochain.com/",
- "explorer": "https://etherscan.io/token/0x25e1474170c4c0aA64fa98123bdc8dB49D7802fa",
- "status": "active",
- "id": "0x25e1474170c4c0aA64fa98123bdc8dB49D7802fa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x25e1474170c4c0aA64fa98123bdc8dB49D7802fa/logo.png b/blockchains/ethereum/assets/0x25e1474170c4c0aA64fa98123bdc8dB49D7802fa/logo.png
deleted file mode 100644
index 03fd1ec7dcd40..0000000000000
Binary files a/blockchains/ethereum/assets/0x25e1474170c4c0aA64fa98123bdc8dB49D7802fa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x25f8087EAD173b73D6e8B84329989A8eEA16CF73/info.json b/blockchains/ethereum/assets/0x25f8087EAD173b73D6e8B84329989A8eEA16CF73/info.json
deleted file mode 100644
index 6f70b55b93398..0000000000000
--- a/blockchains/ethereum/assets/0x25f8087EAD173b73D6e8B84329989A8eEA16CF73/info.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
- "name": "Yield Guild Games",
- "website": "https://yieldguild.io/",
- "description": "Yield Guild Games (YGG) is a decentralized autonomous organization (DAO) for investing in non fungible tokens (NFTs) used in virtual worlds and blockchain-based games. The organization’s mission is to create the biggest virtual world economy, optimizing its community-owned assets for maximum utility and sharing its profits with its token holders.",
- "explorer": "https://etherscan.io/token/0x25f8087ead173b73d6e8b84329989a8eea16cf73",
- "type": "ERC20",
- "symbol": "YGG",
- "decimals": 18,
- "status": "active",
- "id": "0x25f8087EAD173b73D6e8B84329989A8eEA16CF73",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://yieldguild.io/YGG-Whitepaper-English.pdf"
- },
- {
- "name": "medium",
- "url": "https://medium.com/yield-guild-games"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/yieldguildgames"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/YieldGuild"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/yieldguildgames/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/yieldguildgames"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/ygg"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/yield-guild-games/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/yield-guild-games"
- }
- ],
- "tags": [
- "governance",
- "gamefi",
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x25f8087EAD173b73D6e8B84329989A8eEA16CF73/logo.png b/blockchains/ethereum/assets/0x25f8087EAD173b73D6e8B84329989A8eEA16CF73/logo.png
deleted file mode 100644
index 0ddcda72aedd7..0000000000000
Binary files a/blockchains/ethereum/assets/0x25f8087EAD173b73D6e8B84329989A8eEA16CF73/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x25fe9c458Eb3f74C2c6B5398cF1aE0d302c84768/info.json b/blockchains/ethereum/assets/0x25fe9c458Eb3f74C2c6B5398cF1aE0d302c84768/info.json
deleted file mode 100644
index 3e804b3b421ff..0000000000000
--- a/blockchains/ethereum/assets/0x25fe9c458Eb3f74C2c6B5398cF1aE0d302c84768/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CouponOne",
- "symbol": "CPU",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x25fe9c458Eb3f74C2c6B5398cF1aE0d302c84768",
- "status": "abandoned",
- "id": "0x25fe9c458Eb3f74C2c6B5398cF1aE0d302c84768"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x25fe9c458Eb3f74C2c6B5398cF1aE0d302c84768/logo.png b/blockchains/ethereum/assets/0x25fe9c458Eb3f74C2c6B5398cF1aE0d302c84768/logo.png
deleted file mode 100644
index a7a119af9bb33..0000000000000
Binary files a/blockchains/ethereum/assets/0x25fe9c458Eb3f74C2c6B5398cF1aE0d302c84768/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2604FA406Be957E542BEb89E6754fCdE6815e83f/info.json b/blockchains/ethereum/assets/0x2604FA406Be957E542BEb89E6754fCdE6815e83f/info.json
deleted file mode 100644
index 1ebf1719cc7ca..0000000000000
--- a/blockchains/ethereum/assets/0x2604FA406Be957E542BEb89E6754fCdE6815e83f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Playkey Token",
- "symbol": "PKT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Playkey - Decentralized Cloud Gaming Platform ",
- "website": "https://playkey.io/",
- "explorer": "https://etherscan.io/token/0x2604FA406Be957E542BEb89E6754fCdE6815e83f",
- "status": "active",
- "id": "0x2604FA406Be957E542BEb89E6754fCdE6815e83f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2604FA406Be957E542BEb89E6754fCdE6815e83f/logo.png b/blockchains/ethereum/assets/0x2604FA406Be957E542BEb89E6754fCdE6815e83f/logo.png
deleted file mode 100644
index 62610c72dbf11..0000000000000
Binary files a/blockchains/ethereum/assets/0x2604FA406Be957E542BEb89E6754fCdE6815e83f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x261423128D8e5b91FACE3B95Ef561FC206110F96/info.json b/blockchains/ethereum/assets/0x261423128D8e5b91FACE3B95Ef561FC206110F96/info.json
deleted file mode 100644
index 465ee3849bed7..0000000000000
--- a/blockchains/ethereum/assets/0x261423128D8e5b91FACE3B95Ef561FC206110F96/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C526651",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x261423128D8e5b91FACE3B95Ef561FC206110F96",
- "status": "abandoned",
- "id": "0x261423128D8e5b91FACE3B95Ef561FC206110F96"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x261423128D8e5b91FACE3B95Ef561FC206110F96/logo.png b/blockchains/ethereum/assets/0x261423128D8e5b91FACE3B95Ef561FC206110F96/logo.png
deleted file mode 100644
index 2a066cf0a0d63..0000000000000
Binary files a/blockchains/ethereum/assets/0x261423128D8e5b91FACE3B95Ef561FC206110F96/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2614E04133209a492Ba276A6C35095Aad11aD06e/info.json b/blockchains/ethereum/assets/0x2614E04133209a492Ba276A6C35095Aad11aD06e/info.json
deleted file mode 100644
index b49304ed044c3..0000000000000
--- a/blockchains/ethereum/assets/0x2614E04133209a492Ba276A6C35095Aad11aD06e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TooCoin",
- "symbol": "TOO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2614E04133209a492Ba276A6C35095Aad11aD06e",
- "status": "abandoned",
- "id": "0x2614E04133209a492Ba276A6C35095Aad11aD06e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2614E04133209a492Ba276A6C35095Aad11aD06e/logo.png b/blockchains/ethereum/assets/0x2614E04133209a492Ba276A6C35095Aad11aD06e/logo.png
deleted file mode 100644
index 7f41456ab581e..0000000000000
Binary files a/blockchains/ethereum/assets/0x2614E04133209a492Ba276A6C35095Aad11aD06e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x261638EC8ee8100484130EBD2fEBfDAdC0D8742a/info.json b/blockchains/ethereum/assets/0x261638EC8ee8100484130EBD2fEBfDAdC0D8742a/info.json
deleted file mode 100644
index 49cf5acb5944e..0000000000000
--- a/blockchains/ethereum/assets/0x261638EC8ee8100484130EBD2fEBfDAdC0D8742a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Level01 Token",
- "symbol": "LVX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://level01.io/",
- "explorer": "https://etherscan.io/token/0x261638EC8ee8100484130EBD2fEBfDAdC0D8742a",
- "status": "abandoned",
- "id": "0x261638EC8ee8100484130EBD2fEBfDAdC0D8742a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x261638EC8ee8100484130EBD2fEBfDAdC0D8742a/logo.png b/blockchains/ethereum/assets/0x261638EC8ee8100484130EBD2fEBfDAdC0D8742a/logo.png
deleted file mode 100644
index 78e995304b508..0000000000000
Binary files a/blockchains/ethereum/assets/0x261638EC8ee8100484130EBD2fEBfDAdC0D8742a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x261b45D85cCFeAbb11F022eBa346ee8D1cd488c0/info.json b/blockchains/ethereum/assets/0x261b45D85cCFeAbb11F022eBa346ee8D1cd488c0/info.json
deleted file mode 100644
index 4967b82bc55e5..0000000000000
--- a/blockchains/ethereum/assets/0x261b45D85cCFeAbb11F022eBa346ee8D1cd488c0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Redeemable DAI",
- "symbol": "rDAI",
- "type": "ERC20",
- "decimals": 18,
- "description": "Provide programmable interest payments to everyone.",
- "website": "https://rdai.money/",
- "explorer": "https://etherscan.io/token/0x261b45D85cCFeAbb11F022eBa346ee8D1cd488c0",
- "status": "active",
- "id": "0x261b45D85cCFeAbb11F022eBa346ee8D1cd488c0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x261b45D85cCFeAbb11F022eBa346ee8D1cd488c0/logo.png b/blockchains/ethereum/assets/0x261b45D85cCFeAbb11F022eBa346ee8D1cd488c0/logo.png
deleted file mode 100644
index e3d892343217e..0000000000000
Binary files a/blockchains/ethereum/assets/0x261b45D85cCFeAbb11F022eBa346ee8D1cd488c0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2630997aAB62fA1030a8b975e1AA2dC573b18a13/info.json b/blockchains/ethereum/assets/0x2630997aAB62fA1030a8b975e1AA2dC573b18a13/info.json
deleted file mode 100644
index e192368da76de..0000000000000
--- a/blockchains/ethereum/assets/0x2630997aAB62fA1030a8b975e1AA2dC573b18a13/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HYPE Token",
- "symbol": "HYPE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://hypetoken.io",
- "explorer": "https://etherscan.io/token/0x2630997aAB62fA1030a8b975e1AA2dC573b18a13",
- "status": "abandoned",
- "id": "0x2630997aAB62fA1030a8b975e1AA2dC573b18a13"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2630997aAB62fA1030a8b975e1AA2dC573b18a13/logo.png b/blockchains/ethereum/assets/0x2630997aAB62fA1030a8b975e1AA2dC573b18a13/logo.png
deleted file mode 100644
index b5db58fae6b1d..0000000000000
Binary files a/blockchains/ethereum/assets/0x2630997aAB62fA1030a8b975e1AA2dC573b18a13/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x263c618480DBe35C300D8d5EcDA19bbB986AcaeD/info.json b/blockchains/ethereum/assets/0x263c618480DBe35C300D8d5EcDA19bbB986AcaeD/info.json
deleted file mode 100644
index b8a79d020e0bd..0000000000000
--- a/blockchains/ethereum/assets/0x263c618480DBe35C300D8d5EcDA19bbB986AcaeD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MOT",
- "symbol": "MOT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x263c618480DBe35C300D8d5EcDA19bbB986AcaeD",
- "status": "abandoned",
- "id": "0x263c618480DBe35C300D8d5EcDA19bbB986AcaeD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x263c618480DBe35C300D8d5EcDA19bbB986AcaeD/logo.png b/blockchains/ethereum/assets/0x263c618480DBe35C300D8d5EcDA19bbB986AcaeD/logo.png
deleted file mode 100755
index 1b88303b21569..0000000000000
Binary files a/blockchains/ethereum/assets/0x263c618480DBe35C300D8d5EcDA19bbB986AcaeD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x263d13Fb9a362065987f2Fb5Df34344a78B463ba/info.json b/blockchains/ethereum/assets/0x263d13Fb9a362065987f2Fb5Df34344a78B463ba/info.json
deleted file mode 100644
index 42a80274e28c7..0000000000000
--- a/blockchains/ethereum/assets/0x263d13Fb9a362065987f2Fb5Df34344a78B463ba/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-13/30M43",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x263d13Fb9a362065987f2Fb5Df34344a78B463ba",
- "status": "abandoned",
- "id": "0x263d13Fb9a362065987f2Fb5Df34344a78B463ba"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x263d13Fb9a362065987f2Fb5Df34344a78B463ba/logo.png b/blockchains/ethereum/assets/0x263d13Fb9a362065987f2Fb5Df34344a78B463ba/logo.png
deleted file mode 100644
index c20b7bf006acf..0000000000000
Binary files a/blockchains/ethereum/assets/0x263d13Fb9a362065987f2Fb5Df34344a78B463ba/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x264Dc2DedCdcbb897561A57CBa5085CA416fb7b4/info.json b/blockchains/ethereum/assets/0x264Dc2DedCdcbb897561A57CBa5085CA416fb7b4/info.json
deleted file mode 100644
index e224e92bb52a2..0000000000000
--- a/blockchains/ethereum/assets/0x264Dc2DedCdcbb897561A57CBa5085CA416fb7b4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QunQunCommunities",
- "symbol": "QUN",
- "type": "ERC20",
- "decimals": 18,
- "description": "QunQun (QUN) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://qunqun.io",
- "explorer": "https://etherscan.io/token/0x264Dc2DedCdcbb897561A57CBa5085CA416fb7b4",
- "status": "active",
- "id": "0x264Dc2DedCdcbb897561A57CBa5085CA416fb7b4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x264Dc2DedCdcbb897561A57CBa5085CA416fb7b4/logo.png b/blockchains/ethereum/assets/0x264Dc2DedCdcbb897561A57CBa5085CA416fb7b4/logo.png
deleted file mode 100755
index 0b48e9ef692cc..0000000000000
Binary files a/blockchains/ethereum/assets/0x264Dc2DedCdcbb897561A57CBa5085CA416fb7b4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x265Ba42daF2D20F3F358a7361D9f69Cb4E28F0E6/info.json b/blockchains/ethereum/assets/0x265Ba42daF2D20F3F358a7361D9f69Cb4E28F0E6/info.json
deleted file mode 100644
index f9cded7b0cc20..0000000000000
--- a/blockchains/ethereum/assets/0x265Ba42daF2D20F3F358a7361D9f69Cb4E28F0E6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UniBombV3",
- "symbol": "UBOMB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://unibomb.it/",
- "explorer": "https://etherscan.io/token/0x265Ba42daF2D20F3F358a7361D9f69Cb4E28F0E6",
- "status": "abandoned",
- "id": "0x265Ba42daF2D20F3F358a7361D9f69Cb4E28F0E6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x265Ba42daF2D20F3F358a7361D9f69Cb4E28F0E6/logo.png b/blockchains/ethereum/assets/0x265Ba42daF2D20F3F358a7361D9f69Cb4E28F0E6/logo.png
deleted file mode 100644
index 4a1f56a19ef45..0000000000000
Binary files a/blockchains/ethereum/assets/0x265Ba42daF2D20F3F358a7361D9f69Cb4E28F0E6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26710D94067B144c2A6970CBBB96a5d08B70aC79/info.json b/blockchains/ethereum/assets/0x26710D94067B144c2A6970CBBB96a5d08B70aC79/info.json
deleted file mode 100644
index 2ceb359f12fc9..0000000000000
--- a/blockchains/ethereum/assets/0x26710D94067B144c2A6970CBBB96a5d08B70aC79/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hydrolic",
- "symbol": "HDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x26710D94067B144c2A6970CBBB96a5d08B70aC79",
- "status": "spam",
- "id": "0x26710D94067B144c2A6970CBBB96a5d08B70aC79"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26710D94067B144c2A6970CBBB96a5d08B70aC79/logo.png b/blockchains/ethereum/assets/0x26710D94067B144c2A6970CBBB96a5d08B70aC79/logo.png
deleted file mode 100644
index de3a665eb0fb7..0000000000000
Binary files a/blockchains/ethereum/assets/0x26710D94067B144c2A6970CBBB96a5d08B70aC79/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x267Ba09FE3a8a16c7dc8A9B07b5F2C4AC0aDf1c0/info.json b/blockchains/ethereum/assets/0x267Ba09FE3a8a16c7dc8A9B07b5F2C4AC0aDf1c0/info.json
deleted file mode 100644
index ca8cf2c167f7c..0000000000000
--- a/blockchains/ethereum/assets/0x267Ba09FE3a8a16c7dc8A9B07b5F2C4AC0aDf1c0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bit Energy",
- "symbol": "BTE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x267Ba09FE3a8a16c7dc8A9B07b5F2C4AC0aDf1c0",
- "status": "abandoned",
- "id": "0x267Ba09FE3a8a16c7dc8A9B07b5F2C4AC0aDf1c0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x267Ba09FE3a8a16c7dc8A9B07b5F2C4AC0aDf1c0/logo.png b/blockchains/ethereum/assets/0x267Ba09FE3a8a16c7dc8A9B07b5F2C4AC0aDf1c0/logo.png
deleted file mode 100644
index 13e6516958ac2..0000000000000
Binary files a/blockchains/ethereum/assets/0x267Ba09FE3a8a16c7dc8A9B07b5F2C4AC0aDf1c0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26946adA5eCb57f3A1F91605050Ce45c482C9Eb1/info.json b/blockchains/ethereum/assets/0x26946adA5eCb57f3A1F91605050Ce45c482C9Eb1/info.json
deleted file mode 100644
index 031556649b84f..0000000000000
--- a/blockchains/ethereum/assets/0x26946adA5eCb57f3A1F91605050Ce45c482C9Eb1/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "BitcoinSoV",
- "symbol": "BSOV",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.btcsov.com/",
- "explorer": "https://etherscan.io/token/0x26946adA5eCb57f3A1F91605050Ce45c482C9Eb1",
- "status": "active",
- "id": "0x26946adA5eCb57f3A1F91605050Ce45c482C9Eb1",
- "tags": [
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26946adA5eCb57f3A1F91605050Ce45c482C9Eb1/logo.png b/blockchains/ethereum/assets/0x26946adA5eCb57f3A1F91605050Ce45c482C9Eb1/logo.png
deleted file mode 100644
index 94f2855f0948a..0000000000000
Binary files a/blockchains/ethereum/assets/0x26946adA5eCb57f3A1F91605050Ce45c482C9Eb1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26B3038a7Fc10b36c426846a9086Ef87328dA702/info.json b/blockchains/ethereum/assets/0x26B3038a7Fc10b36c426846a9086Ef87328dA702/info.json
deleted file mode 100644
index 1ec57a834d10d..0000000000000
--- a/blockchains/ethereum/assets/0x26B3038a7Fc10b36c426846a9086Ef87328dA702/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YFT",
- "website": "https://yft.finance",
- "description": "Yield Farming Token (YFT). A most profitable way to farm with next generation yield farming and high yield rewards.",
- "explorer": "https://etherscan.io/token/0x26B3038a7Fc10b36c426846a9086Ef87328dA702",
- "type": "ERC20",
- "symbol": "YFT",
- "decimals": 18,
- "status": "active",
- "id": "0x26B3038a7Fc10b36c426846a9086Ef87328dA702"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26B3038a7Fc10b36c426846a9086Ef87328dA702/logo.png b/blockchains/ethereum/assets/0x26B3038a7Fc10b36c426846a9086Ef87328dA702/logo.png
deleted file mode 100644
index 17fb443f2e483..0000000000000
Binary files a/blockchains/ethereum/assets/0x26B3038a7Fc10b36c426846a9086Ef87328dA702/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26B5410f3F4db08c99955f9cd67B40dB8008f425/info.json b/blockchains/ethereum/assets/0x26B5410f3F4db08c99955f9cd67B40dB8008f425/info.json
deleted file mode 100644
index 8e3b6bbaec3bf..0000000000000
--- a/blockchains/ethereum/assets/0x26B5410f3F4db08c99955f9cd67B40dB8008f425/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FishOne",
- "symbol": "FOT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x26B5410f3F4db08c99955f9cd67B40dB8008f425",
- "status": "abandoned",
- "id": "0x26B5410f3F4db08c99955f9cd67B40dB8008f425"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26B5410f3F4db08c99955f9cd67B40dB8008f425/logo.png b/blockchains/ethereum/assets/0x26B5410f3F4db08c99955f9cd67B40dB8008f425/logo.png
deleted file mode 100644
index 6802235a03135..0000000000000
Binary files a/blockchains/ethereum/assets/0x26B5410f3F4db08c99955f9cd67B40dB8008f425/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26B80FBfC01b71495f477d5237071242e0d959d7/info.json b/blockchains/ethereum/assets/0x26B80FBfC01b71495f477d5237071242e0d959d7/info.json
deleted file mode 100644
index da907c871b18e..0000000000000
--- a/blockchains/ethereum/assets/0x26B80FBfC01b71495f477d5237071242e0d959d7/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "ROSE (Portal)",
- "type": "ERC20",
- "symbol": "ROSE",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://oasisprotocol.org/",
- "explorer": "https://etherscan.io/token/0x26B80FBfC01b71495f477d5237071242e0d959d7",
- "status": "active",
- "id": "0x26B80FBfC01b71495f477d5237071242e0d959d7",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26B80FBfC01b71495f477d5237071242e0d959d7/logo.png b/blockchains/ethereum/assets/0x26B80FBfC01b71495f477d5237071242e0d959d7/logo.png
deleted file mode 100644
index 32179bc3c3aad..0000000000000
Binary files a/blockchains/ethereum/assets/0x26B80FBfC01b71495f477d5237071242e0d959d7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26C0E6F69B18125F68AC55f439b1E10C2A2e5c03/info.json b/blockchains/ethereum/assets/0x26C0E6F69B18125F68AC55f439b1E10C2A2e5c03/info.json
deleted file mode 100644
index 9b6182d39d770..0000000000000
--- a/blockchains/ethereum/assets/0x26C0E6F69B18125F68AC55f439b1E10C2A2e5c03/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crowdvilla Point",
- "symbol": "CROWD",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x26C0E6F69B18125F68AC55f439b1E10C2A2e5c03",
- "status": "abandoned",
- "id": "0x26C0E6F69B18125F68AC55f439b1E10C2A2e5c03"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26C0E6F69B18125F68AC55f439b1E10C2A2e5c03/logo.png b/blockchains/ethereum/assets/0x26C0E6F69B18125F68AC55f439b1E10C2A2e5c03/logo.png
deleted file mode 100644
index 16f679f4a0647..0000000000000
Binary files a/blockchains/ethereum/assets/0x26C0E6F69B18125F68AC55f439b1E10C2A2e5c03/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26CB3641aaA43911f1D4cB2ce544eb652AAc7c47/info.json b/blockchains/ethereum/assets/0x26CB3641aaA43911f1D4cB2ce544eb652AAc7c47/info.json
deleted file mode 100644
index 26a6ae567914f..0000000000000
--- a/blockchains/ethereum/assets/0x26CB3641aaA43911f1D4cB2ce544eb652AAc7c47/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CrystalToken",
- "symbol": "CYL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.crystaltoken.co",
- "explorer": "https://etherscan.io/token/0x26CB3641aaA43911f1D4cB2ce544eb652AAc7c47",
- "status": "abandoned",
- "id": "0x26CB3641aaA43911f1D4cB2ce544eb652AAc7c47"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26CB3641aaA43911f1D4cB2ce544eb652AAc7c47/logo.png b/blockchains/ethereum/assets/0x26CB3641aaA43911f1D4cB2ce544eb652AAc7c47/logo.png
deleted file mode 100644
index d78f6984f3567..0000000000000
Binary files a/blockchains/ethereum/assets/0x26CB3641aaA43911f1D4cB2ce544eb652AAc7c47/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26CE25148832C04f3d7F26F32478a9fe55197166/info.json b/blockchains/ethereum/assets/0x26CE25148832C04f3d7F26F32478a9fe55197166/info.json
deleted file mode 100644
index bff29ef2904bd..0000000000000
--- a/blockchains/ethereum/assets/0x26CE25148832C04f3d7F26F32478a9fe55197166/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "DEXTools",
- "website": "https://dextools.io/",
- "description": "Ultimate Hub and Defi App For Uniswap and DEX trading.",
- "explorer": "https://etherscan.io/token/0x26CE25148832C04f3d7F26F32478a9fe55197166",
- "type": "ERC20",
- "symbol": "DEXT",
- "decimals": 18,
- "status": "abandoned",
- "id": "0x26CE25148832C04f3d7F26F32478a9fe55197166",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/DexToolsapp"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26D5Bd2dfEDa983ECD6c39899e69DAE6431Dffbb/info.json b/blockchains/ethereum/assets/0x26D5Bd2dfEDa983ECD6c39899e69DAE6431Dffbb/info.json
deleted file mode 100644
index 1de93b2395c67..0000000000000
--- a/blockchains/ethereum/assets/0x26D5Bd2dfEDa983ECD6c39899e69DAE6431Dffbb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ERC20",
- "symbol": "ERC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x26D5Bd2dfEDa983ECD6c39899e69DAE6431Dffbb",
- "status": "abandoned",
- "id": "0x26D5Bd2dfEDa983ECD6c39899e69DAE6431Dffbb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26D5Bd2dfEDa983ECD6c39899e69DAE6431Dffbb/logo.png b/blockchains/ethereum/assets/0x26D5Bd2dfEDa983ECD6c39899e69DAE6431Dffbb/logo.png
deleted file mode 100644
index 3a4157dd6aba4..0000000000000
Binary files a/blockchains/ethereum/assets/0x26D5Bd2dfEDa983ECD6c39899e69DAE6431Dffbb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26DB5439F651CAF491A87d48799dA81F191bDB6b/info.json b/blockchains/ethereum/assets/0x26DB5439F651CAF491A87d48799dA81F191bDB6b/info.json
deleted file mode 100644
index 8b5002279ddb5..0000000000000
--- a/blockchains/ethereum/assets/0x26DB5439F651CAF491A87d48799dA81F191bDB6b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Casino Betting Coin",
- "symbol": "CBC",
- "type": "ERC20",
- "decimals": 8,
- "description": "Casino Betting Coin is an ERC-20 cryptocurrency designed to supercharge iGaming via the blockchain.",
- "website": "https://cbc.network",
- "explorer": "https://etherscan.io/token/0x26DB5439F651CAF491A87d48799dA81F191bDB6b",
- "status": "active",
- "id": "0x26DB5439F651CAF491A87d48799dA81F191bDB6b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26DB5439F651CAF491A87d48799dA81F191bDB6b/logo.png b/blockchains/ethereum/assets/0x26DB5439F651CAF491A87d48799dA81F191bDB6b/logo.png
deleted file mode 100644
index fcc18288dbe92..0000000000000
Binary files a/blockchains/ethereum/assets/0x26DB5439F651CAF491A87d48799dA81F191bDB6b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26DDF6CabADcBF4F013841BD8d914830BeB0d984/info.json b/blockchains/ethereum/assets/0x26DDF6CabADcBF4F013841BD8d914830BeB0d984/info.json
deleted file mode 100644
index cd4405769793b..0000000000000
--- a/blockchains/ethereum/assets/0x26DDF6CabADcBF4F013841BD8d914830BeB0d984/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KuaiToken",
- "symbol": "KT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.kuaitoken.com/",
- "explorer": "https://etherscan.io/token/0x26DDF6CabADcBF4F013841BD8d914830BeB0d984",
- "status": "active",
- "id": "0x26DDF6CabADcBF4F013841BD8d914830BeB0d984"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26DDF6CabADcBF4F013841BD8d914830BeB0d984/logo.png b/blockchains/ethereum/assets/0x26DDF6CabADcBF4F013841BD8d914830BeB0d984/logo.png
deleted file mode 100644
index 3f5301b0818ff..0000000000000
Binary files a/blockchains/ethereum/assets/0x26DDF6CabADcBF4F013841BD8d914830BeB0d984/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26E1f9F817b3b5FC2146c01ae34826593E593962/info.json b/blockchains/ethereum/assets/0x26E1f9F817b3b5FC2146c01ae34826593E593962/info.json
deleted file mode 100644
index b5400357883d1..0000000000000
--- a/blockchains/ethereum/assets/0x26E1f9F817b3b5FC2146c01ae34826593E593962/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "qiibeeToken",
- "symbol": "QBX",
- "type": "ERC20",
- "decimals": 18,
- "description": "The global standard for loyalty on the blockchain. With qiibee, businesses around the world can run their loyalty programs on the blockchain.",
- "website": "https://qiibee.com/",
- "explorer": "https://etherscan.io/token/0x26e1f9f817b3b5fc2146c01ae34826593e593962",
- "status": "active",
- "id": "0x26E1f9F817b3b5FC2146c01ae34826593E593962",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://static.qiibee.com/qiibee-White-Paper.pdf"
- },
- {
- "name": "github",
- "url": "https://github.com/qiibee"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/qiibee/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/qiibee"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/qiibee"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/qiibee"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26E1f9F817b3b5FC2146c01ae34826593E593962/logo.png b/blockchains/ethereum/assets/0x26E1f9F817b3b5FC2146c01ae34826593E593962/logo.png
deleted file mode 100644
index cc13c437d8459..0000000000000
Binary files a/blockchains/ethereum/assets/0x26E1f9F817b3b5FC2146c01ae34826593E593962/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26E43759551333e57F073bb0772F50329A957b30/info.json b/blockchains/ethereum/assets/0x26E43759551333e57F073bb0772F50329A957b30/info.json
deleted file mode 100644
index 3478313a31d40..0000000000000
--- a/blockchains/ethereum/assets/0x26E43759551333e57F073bb0772F50329A957b30/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "DegenVC",
- "website": "https://degen.vc/",
- "description": "Building a degen community incentivised by DGVC tokens to provide liquidity for Uniswap or other AMM project launches.",
- "explorer": "https://etherscan.io/token/0x26E43759551333e57F073bb0772F50329A957b30",
- "type": "ERC20",
- "symbol": "DGVC",
- "decimals": 18,
- "status": "active",
- "id": "0x26E43759551333e57F073bb0772F50329A957b30",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/degen-vc"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/degen_vc"
- },
- {
- "name": "whitepaper",
- "url": "https://www.degen.vc"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26E43759551333e57F073bb0772F50329A957b30/logo.png b/blockchains/ethereum/assets/0x26E43759551333e57F073bb0772F50329A957b30/logo.png
deleted file mode 100644
index c0f7c134cfd23..0000000000000
Binary files a/blockchains/ethereum/assets/0x26E43759551333e57F073bb0772F50329A957b30/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26E75307Fc0C021472fEb8F727839531F112f317/info.json b/blockchains/ethereum/assets/0x26E75307Fc0C021472fEb8F727839531F112f317/info.json
deleted file mode 100644
index 82d6532edb36b..0000000000000
--- a/blockchains/ethereum/assets/0x26E75307Fc0C021472fEb8F727839531F112f317/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crypto20",
- "symbol": "C20",
- "type": "ERC20",
- "decimals": 18,
- "description": "Crypto20 is the world's first tokenized crypto index fund.",
- "website": "https://invictuscapital.com/en/crypto20",
- "explorer": "https://etherscan.io/token/0x26E75307Fc0C021472fEb8F727839531F112f317",
- "status": "active",
- "id": "0x26E75307Fc0C021472fEb8F727839531F112f317"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26E75307Fc0C021472fEb8F727839531F112f317/logo.png b/blockchains/ethereum/assets/0x26E75307Fc0C021472fEb8F727839531F112f317/logo.png
deleted file mode 100644
index 1c65b7f12d038..0000000000000
Binary files a/blockchains/ethereum/assets/0x26E75307Fc0C021472fEb8F727839531F112f317/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26a604DFFE3ddaB3BEE816097F81d3C4a2A4CF97/info.json b/blockchains/ethereum/assets/0x26a604DFFE3ddaB3BEE816097F81d3C4a2A4CF97/info.json
deleted file mode 100644
index 5e26e21780852..0000000000000
--- a/blockchains/ethereum/assets/0x26a604DFFE3ddaB3BEE816097F81d3C4a2A4CF97/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CorionX utility token",
- "symbol": "CORX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://corion.io",
- "explorer": "https://etherscan.io/token/0x26a604DFFE3ddaB3BEE816097F81d3C4a2A4CF97",
- "status": "active",
- "id": "0x26a604DFFE3ddaB3BEE816097F81d3C4a2A4CF97"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26a604DFFE3ddaB3BEE816097F81d3C4a2A4CF97/logo.png b/blockchains/ethereum/assets/0x26a604DFFE3ddaB3BEE816097F81d3C4a2A4CF97/logo.png
deleted file mode 100644
index 7cfa0e94b260c..0000000000000
Binary files a/blockchains/ethereum/assets/0x26a604DFFE3ddaB3BEE816097F81d3C4a2A4CF97/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26a6F4A6867a71Be998b80eaAbf67ff87D1E59d6/info.json b/blockchains/ethereum/assets/0x26a6F4A6867a71Be998b80eaAbf67ff87D1E59d6/info.json
deleted file mode 100644
index 1448af6e51de8..0000000000000
--- a/blockchains/ethereum/assets/0x26a6F4A6867a71Be998b80eaAbf67ff87D1E59d6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CasinoLaCrosse",
- "symbol": "SIN",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x26a6F4A6867a71Be998b80eaAbf67ff87D1E59d6",
- "status": "abandoned",
- "id": "0x26a6F4A6867a71Be998b80eaAbf67ff87D1E59d6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26a6F4A6867a71Be998b80eaAbf67ff87D1E59d6/logo.png b/blockchains/ethereum/assets/0x26a6F4A6867a71Be998b80eaAbf67ff87D1E59d6/logo.png
deleted file mode 100644
index 189d56da86913..0000000000000
Binary files a/blockchains/ethereum/assets/0x26a6F4A6867a71Be998b80eaAbf67ff87D1E59d6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26a79Bd709A7eF5E5F747B8d8f83326EA044d8cC/info.json b/blockchains/ethereum/assets/0x26a79Bd709A7eF5E5F747B8d8f83326EA044d8cC/info.json
deleted file mode 100644
index 90b3937d5ce32..0000000000000
--- a/blockchains/ethereum/assets/0x26a79Bd709A7eF5E5F747B8d8f83326EA044d8cC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BankSocial",
- "website": "https://www.banksocial.io",
- "description": "BankSocial is a first-of-its-kind Decentralized Financed DeFi peer-to-peer lending platform built on Ethereum.",
- "explorer": "https://etherscan.io/token/0x26a79Bd709A7eF5E5F747B8d8f83326EA044d8cC",
- "type": "ERC20",
- "symbol": "BSOCIAL",
- "decimals": 8,
- "status": "abandoned",
- "id": "0x26a79Bd709A7eF5E5F747B8d8f83326EA044d8cC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26b7d545De1c04Af88dD2a5F3f4C8f58108C55A2/info.json b/blockchains/ethereum/assets/0x26b7d545De1c04Af88dD2a5F3f4C8f58108C55A2/info.json
deleted file mode 100644
index eb9aadc972350..0000000000000
--- a/blockchains/ethereum/assets/0x26b7d545De1c04Af88dD2a5F3f4C8f58108C55A2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MunchCoin",
- "symbol": "MNCH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x26b7d545De1c04Af88dD2a5F3f4C8f58108C55A2",
- "status": "abandoned",
- "id": "0x26b7d545De1c04Af88dD2a5F3f4C8f58108C55A2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26b7d545De1c04Af88dD2a5F3f4C8f58108C55A2/logo.png b/blockchains/ethereum/assets/0x26b7d545De1c04Af88dD2a5F3f4C8f58108C55A2/logo.png
deleted file mode 100755
index 2965bc6d9f75c..0000000000000
Binary files a/blockchains/ethereum/assets/0x26b7d545De1c04Af88dD2a5F3f4C8f58108C55A2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26c5331a8AAEDe3d3Af276fD61329163a55ECbCa/info.json b/blockchains/ethereum/assets/0x26c5331a8AAEDe3d3Af276fD61329163a55ECbCa/info.json
deleted file mode 100644
index 1b3c2fcd47688..0000000000000
--- a/blockchains/ethereum/assets/0x26c5331a8AAEDe3d3Af276fD61329163a55ECbCa/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "ABYSS",
- "website": "https://theabyss.Fund",
- "description": "The Abyss protocol is a governance-controlled burn address (DAE) which mints NFTs from token lockups. Uses the overlaying CHARON DAO, ABY holders are able to influence almost all parts of the protocol, from deciding on fee structures, adding new pools, rebalancing, and even disabling parts of the Abyss ecosystem. The holdings of the Abyss itself, are the only thing beyond the touch of mortals.",
- "explorer": "https://etherscan.io/token/0x26c5331a8aaede3d3af276fd61329163a55ecbca",
- "type": "ERC20",
- "symbol": "ABY*",
- "decimals": 18,
- "status": "active",
- "id": "0x26c5331a8AAEDe3d3Af276fD61329163a55ECbCa",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/m4ssAB/theAbyss"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26c5331a8AAEDe3d3Af276fD61329163a55ECbCa/logo.png b/blockchains/ethereum/assets/0x26c5331a8AAEDe3d3Af276fD61329163a55ECbCa/logo.png
deleted file mode 100644
index b90f908d99fd3..0000000000000
Binary files a/blockchains/ethereum/assets/0x26c5331a8AAEDe3d3Af276fD61329163a55ECbCa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26c8AFBBFE1EBaca03C2bB082E69D0476Bffe099/info.json b/blockchains/ethereum/assets/0x26c8AFBBFE1EBaca03C2bB082E69D0476Bffe099/info.json
deleted file mode 100644
index ad51fb45bf4f0..0000000000000
--- a/blockchains/ethereum/assets/0x26c8AFBBFE1EBaca03C2bB082E69D0476Bffe099/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Cellframe",
- "website": "https://cellframe.net",
- "description": "CELL is a token of the Cellframe Network.",
- "explorer": "https://etherscan.io/token/0x26c8afbbfe1ebaca03c2bb082e69d0476bffe099",
- "research": "https://research.blackdragon.io/portfolio/snapshot/cellframe-cell/",
- "type": "ERC20",
- "symbol": "CELL",
- "decimals": 18,
- "status": "active",
- "id": "0x26c8AFBBFE1EBaca03C2bB082E69D0476Bffe099"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26c8AFBBFE1EBaca03C2bB082E69D0476Bffe099/logo.png b/blockchains/ethereum/assets/0x26c8AFBBFE1EBaca03C2bB082E69D0476Bffe099/logo.png
deleted file mode 100644
index ba193b5c3c668..0000000000000
Binary files a/blockchains/ethereum/assets/0x26c8AFBBFE1EBaca03C2bB082E69D0476Bffe099/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26d00D339B22Db44A4a057B39513c1e12D140594/info.json b/blockchains/ethereum/assets/0x26d00D339B22Db44A4a057B39513c1e12D140594/info.json
deleted file mode 100644
index 82e8450968e5f..0000000000000
--- a/blockchains/ethereum/assets/0x26d00D339B22Db44A4a057B39513c1e12D140594/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HCoin Token",
- "symbol": "HCT",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x26d00D339B22Db44A4a057B39513c1e12D140594",
- "status": "abandoned",
- "id": "0x26d00D339B22Db44A4a057B39513c1e12D140594"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26d00D339B22Db44A4a057B39513c1e12D140594/logo.png b/blockchains/ethereum/assets/0x26d00D339B22Db44A4a057B39513c1e12D140594/logo.png
deleted file mode 100644
index 877db0c63a6bb..0000000000000
Binary files a/blockchains/ethereum/assets/0x26d00D339B22Db44A4a057B39513c1e12D140594/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26dcFbFa8Bc267b250432c01C982Eaf81cC5480C/info.json b/blockchains/ethereum/assets/0x26dcFbFa8Bc267b250432c01C982Eaf81cC5480C/info.json
deleted file mode 100644
index d1b1d22f1c0f3..0000000000000
--- a/blockchains/ethereum/assets/0x26dcFbFa8Bc267b250432c01C982Eaf81cC5480C/info.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "name": "Ankr Staked MATIC",
- "type": "ERC20",
- "symbol": "ankrMATIC",
- "decimals": 18,
- "website": "https://ankr.com",
- "description": "ankrMATIC represents your staked MATIC and provides liquidity for your staked position. All staking rewards are built into the token price, and ankrMATIC grows daily in value, but never in number",
- "explorer": "https://etherscan.io/token/0x26dcFbFa8Bc267b250432c01C982Eaf81cC5480C",
- "status": "active",
- "id": "0x26dcFbFa8Bc267b250432c01C982Eaf81cC5480C",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ankr"
- },
- {
- "name": "github",
- "url": "https://github.com/Ankr-network"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ankrnetwork"
- },
- {
- "name": "docs",
- "url": "https://ankr.com/docs/staking/overview"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Ankrofficial/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@AnkrOfficial"
- },
- {
- "name": "whitepaper",
- "url": "https://ankr.com/ankr-whitepaper-2.0.pdf"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/ankr"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ankr-network"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ankr-staked-matic"
- }
- ],
- "tags": [
- "staking"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x26dcFbFa8Bc267b250432c01C982Eaf81cC5480C/logo.png b/blockchains/ethereum/assets/0x26dcFbFa8Bc267b250432c01C982Eaf81cC5480C/logo.png
deleted file mode 100644
index 22d28ab4739aa..0000000000000
Binary files a/blockchains/ethereum/assets/0x26dcFbFa8Bc267b250432c01C982Eaf81cC5480C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26fE5f779AeE2c6E2099610d470679c6bAC0FFfA/info.json b/blockchains/ethereum/assets/0x26fE5f779AeE2c6E2099610d470679c6bAC0FFfA/info.json
deleted file mode 100644
index 88d3d0cb2acc1..0000000000000
--- a/blockchains/ethereum/assets/0x26fE5f779AeE2c6E2099610d470679c6bAC0FFfA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wurst",
- "symbol": "WURST",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x26fE5f779AeE2c6E2099610d470679c6bAC0FFfA",
- "status": "abandoned",
- "id": "0x26fE5f779AeE2c6E2099610d470679c6bAC0FFfA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26fE5f779AeE2c6E2099610d470679c6bAC0FFfA/logo.png b/blockchains/ethereum/assets/0x26fE5f779AeE2c6E2099610d470679c6bAC0FFfA/logo.png
deleted file mode 100644
index 5e6ebf9e6af3d..0000000000000
Binary files a/blockchains/ethereum/assets/0x26fE5f779AeE2c6E2099610d470679c6bAC0FFfA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26fF6D16549A00BA8b36ce3159b5277E6e798d18/info.json b/blockchains/ethereum/assets/0x26fF6D16549A00BA8b36ce3159b5277E6e798d18/info.json
deleted file mode 100644
index 4bdf5926e0a6f..0000000000000
--- a/blockchains/ethereum/assets/0x26fF6D16549A00BA8b36ce3159b5277E6e798d18/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Chihua Token",
- "website": "https://www.chihuatoken.com/",
- "description": "BUSD is a stablecoin issued by Paxos in partnership with Binance.",
- "explorer": "https://etherscan.io/token/0x26fF6D16549A00BA8b36ce3159b5277E6e798d18",
- "type": "ERC20",
- "symbol": "CHIHUA",
- "decimals": 18,
- "status": "active",
- "id": "0x26fF6D16549A00BA8b36ce3159b5277E6e798d18"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26fF6D16549A00BA8b36ce3159b5277E6e798d18/logo.png b/blockchains/ethereum/assets/0x26fF6D16549A00BA8b36ce3159b5277E6e798d18/logo.png
deleted file mode 100644
index eafe2359e3163..0000000000000
Binary files a/blockchains/ethereum/assets/0x26fF6D16549A00BA8b36ce3159b5277E6e798d18/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x26fb86579e371c7AEdc461b2DdEF0A8628c93d3B/info.json b/blockchains/ethereum/assets/0x26fb86579e371c7AEdc461b2DdEF0A8628c93d3B/info.json
deleted file mode 100644
index 35ec3a1cf2562..0000000000000
--- a/blockchains/ethereum/assets/0x26fb86579e371c7AEdc461b2DdEF0A8628c93d3B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BORA",
- "symbol": "BORA",
- "type": "ERC20",
- "decimals": 18,
- "description": "BORA describes itself as a decentralized entertainment platform that distributes digital content and provides incentives to participants. The project is a layer-2 platform with an ERC20-based dual token system.",
- "website": "https://www.boraecosystem.com/",
- "explorer": "https://etherscan.io/token/0x26fb86579e371c7AEdc461b2DdEF0A8628c93d3B",
- "status": "active",
- "id": "0x26fb86579e371c7AEdc461b2DdEF0A8628c93d3B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x26fb86579e371c7AEdc461b2DdEF0A8628c93d3B/logo.png b/blockchains/ethereum/assets/0x26fb86579e371c7AEdc461b2DdEF0A8628c93d3B/logo.png
deleted file mode 100644
index 139689905339c..0000000000000
Binary files a/blockchains/ethereum/assets/0x26fb86579e371c7AEdc461b2DdEF0A8628c93d3B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27054b13b1B798B345b591a4d22e6562d47eA75a/info.json b/blockchains/ethereum/assets/0x27054b13b1B798B345b591a4d22e6562d47eA75a/info.json
deleted file mode 100644
index d1751ebd76508..0000000000000
--- a/blockchains/ethereum/assets/0x27054b13b1B798B345b591a4d22e6562d47eA75a/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "AirSwap",
- "website": "https://www.airswap.io",
- "description": "AirSwap powers peer-to-peer trading.",
- "explorer": "https://etherscan.io/token/0x27054b13b1B798B345b591a4d22e6562d47eA75a",
- "type": "ERC20",
- "symbol": "AST",
- "decimals": 4,
- "status": "active",
- "id": "0x27054b13b1B798B345b591a4d22e6562d47eA75a",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/airswap"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/ecQbV7H"
- },
- {
- "name": "github",
- "url": "https://github.com/airswap"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27054b13b1B798B345b591a4d22e6562d47eA75a/logo.png b/blockchains/ethereum/assets/0x27054b13b1B798B345b591a4d22e6562d47eA75a/logo.png
deleted file mode 100644
index 17ed444295c3b..0000000000000
Binary files a/blockchains/ethereum/assets/0x27054b13b1B798B345b591a4d22e6562d47eA75a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27201232579491Ce9b116Ac6F37D354Cc723A2f3/info.json b/blockchains/ethereum/assets/0x27201232579491Ce9b116Ac6F37D354Cc723A2f3/info.json
deleted file mode 100644
index d6f0fb237e2f2..0000000000000
--- a/blockchains/ethereum/assets/0x27201232579491Ce9b116Ac6F37D354Cc723A2f3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MESEFA",
- "symbol": "SEFA",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://mesefa.com/",
- "explorer": "https://etherscan.io/token/0x27201232579491Ce9b116Ac6F37D354Cc723A2f3",
- "status": "abandoned",
- "id": "0x27201232579491Ce9b116Ac6F37D354Cc723A2f3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27201232579491Ce9b116Ac6F37D354Cc723A2f3/logo.png b/blockchains/ethereum/assets/0x27201232579491Ce9b116Ac6F37D354Cc723A2f3/logo.png
deleted file mode 100644
index 0043190b39e23..0000000000000
Binary files a/blockchains/ethereum/assets/0x27201232579491Ce9b116Ac6F37D354Cc723A2f3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x272F97b7a56a387aE942350bBC7Df5700f8a4576/info.json b/blockchains/ethereum/assets/0x272F97b7a56a387aE942350bBC7Df5700f8a4576/info.json
deleted file mode 100644
index 48468f8597be7..0000000000000
--- a/blockchains/ethereum/assets/0x272F97b7a56a387aE942350bBC7Df5700f8a4576/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave BAL",
- "symbol": "aBAL",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave BAL is an interest bearing token pegged 1:1 to the underlying BAL deposited in Aave. aBAL accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x272F97b7a56a387aE942350bBC7Df5700f8a4576",
- "status": "active",
- "id": "0x272F97b7a56a387aE942350bBC7Df5700f8a4576"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x272F97b7a56a387aE942350bBC7Df5700f8a4576/logo.png b/blockchains/ethereum/assets/0x272F97b7a56a387aE942350bBC7Df5700f8a4576/logo.png
deleted file mode 100644
index 994a89801cd56..0000000000000
Binary files a/blockchains/ethereum/assets/0x272F97b7a56a387aE942350bBC7Df5700f8a4576/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2730d6FdC86C95a74253BefFaA8306B40feDecbb/info.json b/blockchains/ethereum/assets/0x2730d6FdC86C95a74253BefFaA8306B40feDecbb/info.json
deleted file mode 100644
index d0cd0a65f643c..0000000000000
--- a/blockchains/ethereum/assets/0x2730d6FdC86C95a74253BefFaA8306B40feDecbb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UNICORN",
- "symbol": "UNI",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://unicorn.cm/",
- "explorer": "https://etherscan.io/token/0x2730d6FdC86C95a74253BefFaA8306B40feDecbb",
- "status": "abandoned",
- "id": "0x2730d6FdC86C95a74253BefFaA8306B40feDecbb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2730d6FdC86C95a74253BefFaA8306B40feDecbb/logo.png b/blockchains/ethereum/assets/0x2730d6FdC86C95a74253BefFaA8306B40feDecbb/logo.png
deleted file mode 100644
index 86eb988bf5ab8..0000000000000
Binary files a/blockchains/ethereum/assets/0x2730d6FdC86C95a74253BefFaA8306B40feDecbb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27310BfBE3481a295b8bD9092477C446A56C706c/info.json b/blockchains/ethereum/assets/0x27310BfBE3481a295b8bD9092477C446A56C706c/info.json
deleted file mode 100644
index bfd7bd2a9f475..0000000000000
--- a/blockchains/ethereum/assets/0x27310BfBE3481a295b8bD9092477C446A56C706c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BIXC",
- "symbol": "BIXC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x27310BfBE3481a295b8bD9092477C446A56C706c",
- "status": "abandoned",
- "id": "0x27310BfBE3481a295b8bD9092477C446A56C706c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27310BfBE3481a295b8bD9092477C446A56C706c/logo.png b/blockchains/ethereum/assets/0x27310BfBE3481a295b8bD9092477C446A56C706c/logo.png
deleted file mode 100644
index 0baad72615da1..0000000000000
Binary files a/blockchains/ethereum/assets/0x27310BfBE3481a295b8bD9092477C446A56C706c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27403b58ac43Be5a9F422962B4CDD5ffbDb60639/info.json b/blockchains/ethereum/assets/0x27403b58ac43Be5a9F422962B4CDD5ffbDb60639/info.json
deleted file mode 100644
index b629209daa2cb..0000000000000
--- a/blockchains/ethereum/assets/0x27403b58ac43Be5a9F422962B4CDD5ffbDb60639/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bcnex Token",
- "symbol": "BCNX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x27403b58ac43Be5a9F422962B4CDD5ffbDb60639",
- "status": "abandoned",
- "id": "0x27403b58ac43Be5a9F422962B4CDD5ffbDb60639"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27403b58ac43Be5a9F422962B4CDD5ffbDb60639/logo.png b/blockchains/ethereum/assets/0x27403b58ac43Be5a9F422962B4CDD5ffbDb60639/logo.png
deleted file mode 100644
index 3ffd7040cbfa9..0000000000000
Binary files a/blockchains/ethereum/assets/0x27403b58ac43Be5a9F422962B4CDD5ffbDb60639/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x274c5236276422330060aA95cADEd86dA0a297c2/info.json b/blockchains/ethereum/assets/0x274c5236276422330060aA95cADEd86dA0a297c2/info.json
deleted file mode 100644
index f061edbbaa2e0..0000000000000
--- a/blockchains/ethereum/assets/0x274c5236276422330060aA95cADEd86dA0a297c2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Folgory Coin",
- "symbol": "FLG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x274c5236276422330060aA95cADEd86dA0a297c2",
- "status": "abandoned",
- "id": "0x274c5236276422330060aA95cADEd86dA0a297c2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x274c5236276422330060aA95cADEd86dA0a297c2/logo.png b/blockchains/ethereum/assets/0x274c5236276422330060aA95cADEd86dA0a297c2/logo.png
deleted file mode 100644
index 1aacfd7cf910f..0000000000000
Binary files a/blockchains/ethereum/assets/0x274c5236276422330060aA95cADEd86dA0a297c2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x275b69AA7c8C1d648A0557656bCe1C286e69a29d/info.json b/blockchains/ethereum/assets/0x275b69AA7c8C1d648A0557656bCe1C286e69a29d/info.json
deleted file mode 100644
index 9135ea44aaf49..0000000000000
--- a/blockchains/ethereum/assets/0x275b69AA7c8C1d648A0557656bCe1C286e69a29d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Enumivo",
- "symbol": "ENU",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://enumivo.org/",
- "explorer": "https://etherscan.io/token/0x275b69AA7c8C1d648A0557656bCe1C286e69a29d",
- "status": "abandoned",
- "id": "0x275b69AA7c8C1d648A0557656bCe1C286e69a29d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x275b69AA7c8C1d648A0557656bCe1C286e69a29d/logo.png b/blockchains/ethereum/assets/0x275b69AA7c8C1d648A0557656bCe1C286e69a29d/logo.png
deleted file mode 100644
index b0ce9114a47a6..0000000000000
Binary files a/blockchains/ethereum/assets/0x275b69AA7c8C1d648A0557656bCe1C286e69a29d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x275f5Ad03be0Fa221B4C6649B8AeE09a42D9412A/info.json b/blockchains/ethereum/assets/0x275f5Ad03be0Fa221B4C6649B8AeE09a42D9412A/info.json
deleted file mode 100644
index eaa8bdbe12c3d..0000000000000
--- a/blockchains/ethereum/assets/0x275f5Ad03be0Fa221B4C6649B8AeE09a42D9412A/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Monavale",
- "website": "https://www.digitalax.xyz/",
- "description": "DIGITALAX is a digital fashion NFT engine built on the Ethereum network. It aims to offer digital fashion NFT house for all gaming, VR and metaverses in the crypto ecosystem.",
- "explorer": "https://etherscan.io/token/0x275f5Ad03be0Fa221B4C6649B8AeE09a42D9412A",
- "type": "ERC20",
- "symbol": "MONA",
- "decimals": 18,
- "status": "active",
- "id": "0x275f5Ad03be0Fa221B4C6649B8AeE09a42D9412A",
- "tags": [
- "nft"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/DIGITALAX_"
- },
- {
- "name": "telegram",
- "url": "https://t.me/digitalaxTG"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/monavale/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x275f5Ad03be0Fa221B4C6649B8AeE09a42D9412A/logo.png b/blockchains/ethereum/assets/0x275f5Ad03be0Fa221B4C6649B8AeE09a42D9412A/logo.png
deleted file mode 100644
index 96874fea84e96..0000000000000
Binary files a/blockchains/ethereum/assets/0x275f5Ad03be0Fa221B4C6649B8AeE09a42D9412A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27702a26126e0B3702af63Ee09aC4d1A084EF628/info.json b/blockchains/ethereum/assets/0x27702a26126e0B3702af63Ee09aC4d1A084EF628/info.json
deleted file mode 100644
index c26769163f145..0000000000000
--- a/blockchains/ethereum/assets/0x27702a26126e0B3702af63Ee09aC4d1A084EF628/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "aleph.im ERC-20 v2",
- "website": "https://aleph.im",
- "description": "Aleph.im is a cross-blockchain layer-2 networkspecifically focused on decentralized applications and their related infrastructure (storage, computing servers, security).",
- "explorer": "https://etherscan.io/token/0x27702a26126e0B3702af63Ee09aC4d1A084EF628",
- "type": "ERC20",
- "symbol": "ALEPH",
- "decimals": 18,
- "status": "active",
- "id": "0x27702a26126e0B3702af63Ee09aC4d1A084EF628"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27702a26126e0B3702af63Ee09aC4d1A084EF628/logo.png b/blockchains/ethereum/assets/0x27702a26126e0B3702af63Ee09aC4d1A084EF628/logo.png
deleted file mode 100644
index d3b78ccd56b75..0000000000000
Binary files a/blockchains/ethereum/assets/0x27702a26126e0B3702af63Ee09aC4d1A084EF628/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2774B5771F607938D4e9197B3A5CA9f21110CF11/info.json b/blockchains/ethereum/assets/0x2774B5771F607938D4e9197B3A5CA9f21110CF11/info.json
deleted file mode 100644
index 4de4b515aa956..0000000000000
--- a/blockchains/ethereum/assets/0x2774B5771F607938D4e9197B3A5CA9f21110CF11/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nacreous",
- "symbol": "NACRE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2774B5771F607938D4e9197B3A5CA9f21110CF11",
- "status": "abandoned",
- "id": "0x2774B5771F607938D4e9197B3A5CA9f21110CF11"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2774B5771F607938D4e9197B3A5CA9f21110CF11/logo.png b/blockchains/ethereum/assets/0x2774B5771F607938D4e9197B3A5CA9f21110CF11/logo.png
deleted file mode 100755
index b9b7b91034816..0000000000000
Binary files a/blockchains/ethereum/assets/0x2774B5771F607938D4e9197B3A5CA9f21110CF11/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2775F2A3C83bee1541D1d1BC308b3BB432B45151/info.json b/blockchains/ethereum/assets/0x2775F2A3C83bee1541D1d1BC308b3BB432B45151/info.json
deleted file mode 100644
index 4f582e6496f50..0000000000000
--- a/blockchains/ethereum/assets/0x2775F2A3C83bee1541D1d1BC308b3BB432B45151/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MEMBERSHIP",
- "symbol": "PLANETAGRO.ORG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://planetagro.org/",
- "explorer": "https://etherscan.io/token/0x2775F2A3C83bee1541D1d1BC308b3BB432B45151",
- "status": "abandoned",
- "id": "0x2775F2A3C83bee1541D1d1BC308b3BB432B45151"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2775F2A3C83bee1541D1d1BC308b3BB432B45151/logo.png b/blockchains/ethereum/assets/0x2775F2A3C83bee1541D1d1BC308b3BB432B45151/logo.png
deleted file mode 100755
index 4e77b9cbba062..0000000000000
Binary files a/blockchains/ethereum/assets/0x2775F2A3C83bee1541D1d1BC308b3BB432B45151/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2781246fe707bB15CeE3e5ea354e2154a2877B16/info.json b/blockchains/ethereum/assets/0x2781246fe707bB15CeE3e5ea354e2154a2877B16/info.json
deleted file mode 100644
index 3f0c0ac51b413..0000000000000
--- a/blockchains/ethereum/assets/0x2781246fe707bB15CeE3e5ea354e2154a2877B16/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ELYSIA",
- "symbol": "EL",
- "type": "ERC20",
- "decimals": 18,
- "description": "Elysia connects real estate buyers and sellers around the world. At Elysia, anyone can buy and sell fractions of real estate properties and receive equal ownership interest. $EL is used for various transactions inside the platform and EL is used to pay fees will be burned on a quarterly basis.",
- "website": "https://elysia.kr/",
- "explorer": "https://etherscan.io/token/0x2781246fe707bB15CeE3e5ea354e2154a2877B16",
- "status": "active",
- "id": "0x2781246fe707bB15CeE3e5ea354e2154a2877B16"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2781246fe707bB15CeE3e5ea354e2154a2877B16/logo.png b/blockchains/ethereum/assets/0x2781246fe707bB15CeE3e5ea354e2154a2877B16/logo.png
deleted file mode 100644
index 36f9e96ed6745..0000000000000
Binary files a/blockchains/ethereum/assets/0x2781246fe707bB15CeE3e5ea354e2154a2877B16/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27824111DD062Ca9062067B493Fbf512328928BA/info.json b/blockchains/ethereum/assets/0x27824111DD062Ca9062067B493Fbf512328928BA/info.json
deleted file mode 100644
index c7ce36952bcad..0000000000000
--- a/blockchains/ethereum/assets/0x27824111DD062Ca9062067B493Fbf512328928BA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UNI Token",
- "website": "https://unitoken.co",
- "description": "UNI Payment System, a globally accepted payment system based exclusively on cryptocurrencies and stablecoins.",
- "explorer": "https://etherscan.io/token/0x27824111dd062ca9062067b493fbf512328928ba",
- "type": "ERC20",
- "symbol": "UXT",
- "decimals": 8,
- "status": "active",
- "id": "0x27824111DD062Ca9062067B493Fbf512328928BA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27824111DD062Ca9062067B493Fbf512328928BA/logo.png b/blockchains/ethereum/assets/0x27824111DD062Ca9062067B493Fbf512328928BA/logo.png
deleted file mode 100644
index 71ec1ca79541f..0000000000000
Binary files a/blockchains/ethereum/assets/0x27824111DD062Ca9062067B493Fbf512328928BA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27894f59CbFeEdcCCb9644d91121e4070ffbc9Eb/info.json b/blockchains/ethereum/assets/0x27894f59CbFeEdcCCb9644d91121e4070ffbc9Eb/info.json
deleted file mode 100644
index abba343aba926..0000000000000
--- a/blockchains/ethereum/assets/0x27894f59CbFeEdcCCb9644d91121e4070ffbc9Eb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-28/30M28",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x27894f59CbFeEdcCCb9644d91121e4070ffbc9Eb",
- "status": "abandoned",
- "id": "0x27894f59CbFeEdcCCb9644d91121e4070ffbc9Eb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27894f59CbFeEdcCCb9644d91121e4070ffbc9Eb/logo.png b/blockchains/ethereum/assets/0x27894f59CbFeEdcCCb9644d91121e4070ffbc9Eb/logo.png
deleted file mode 100644
index 8ea93e78850cb..0000000000000
Binary files a/blockchains/ethereum/assets/0x27894f59CbFeEdcCCb9644d91121e4070ffbc9Eb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x278a83B64C3e3E1139f8E8A52D96360cA3c69A3D/info.json b/blockchains/ethereum/assets/0x278a83B64C3e3E1139f8E8A52D96360cA3c69A3D/info.json
deleted file mode 100644
index 12152e55f431b..0000000000000
--- a/blockchains/ethereum/assets/0x278a83B64C3e3E1139f8E8A52D96360cA3c69A3D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nexxo Tokens",
- "symbol": "NEXXO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://nexxo.io/",
- "explorer": "https://etherscan.io/token/0x278a83B64C3e3E1139f8E8A52D96360cA3c69A3D",
- "status": "abandoned",
- "id": "0x278a83B64C3e3E1139f8E8A52D96360cA3c69A3D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x278a83B64C3e3E1139f8E8A52D96360cA3c69A3D/logo.png b/blockchains/ethereum/assets/0x278a83B64C3e3E1139f8E8A52D96360cA3c69A3D/logo.png
deleted file mode 100644
index 601e022121616..0000000000000
Binary files a/blockchains/ethereum/assets/0x278a83B64C3e3E1139f8E8A52D96360cA3c69A3D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x278aE6f52CE72B0df6CBa451534b87846ACC9D65/info.json b/blockchains/ethereum/assets/0x278aE6f52CE72B0df6CBa451534b87846ACC9D65/info.json
deleted file mode 100644
index 0b008d6e33a6f..0000000000000
--- a/blockchains/ethereum/assets/0x278aE6f52CE72B0df6CBa451534b87846ACC9D65/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BLACKPANTHER",
- "symbol": "BPER",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x278aE6f52CE72B0df6CBa451534b87846ACC9D65",
- "status": "abandoned",
- "id": "0x278aE6f52CE72B0df6CBa451534b87846ACC9D65"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x278aE6f52CE72B0df6CBa451534b87846ACC9D65/logo.png b/blockchains/ethereum/assets/0x278aE6f52CE72B0df6CBa451534b87846ACC9D65/logo.png
deleted file mode 100644
index fe501eb52fe5a..0000000000000
Binary files a/blockchains/ethereum/assets/0x278aE6f52CE72B0df6CBa451534b87846ACC9D65/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x279D1aAC77A927d3113184e48269A35903380948/info.json b/blockchains/ethereum/assets/0x279D1aAC77A927d3113184e48269A35903380948/info.json
deleted file mode 100644
index 41d7d5262125f..0000000000000
--- a/blockchains/ethereum/assets/0x279D1aAC77A927d3113184e48269A35903380948/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MGH MT E 345-VE06",
- "symbol": "MGH",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x279D1aAC77A927d3113184e48269A35903380948",
- "status": "abandoned",
- "id": "0x279D1aAC77A927d3113184e48269A35903380948"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x279D1aAC77A927d3113184e48269A35903380948/logo.png b/blockchains/ethereum/assets/0x279D1aAC77A927d3113184e48269A35903380948/logo.png
deleted file mode 100644
index 14f7139bbf082..0000000000000
Binary files a/blockchains/ethereum/assets/0x279D1aAC77A927d3113184e48269A35903380948/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27B2210D4a3eB7E7BCD600d12A0Fa0eE51065162/info.json b/blockchains/ethereum/assets/0x27B2210D4a3eB7E7BCD600d12A0Fa0eE51065162/info.json
deleted file mode 100644
index 05676f0b4b132..0000000000000
--- a/blockchains/ethereum/assets/0x27B2210D4a3eB7E7BCD600d12A0Fa0eE51065162/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-23/30M53",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x27B2210D4a3eB7E7BCD600d12A0Fa0eE51065162",
- "status": "abandoned",
- "id": "0x27B2210D4a3eB7E7BCD600d12A0Fa0eE51065162"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27B2210D4a3eB7E7BCD600d12A0Fa0eE51065162/logo.png b/blockchains/ethereum/assets/0x27B2210D4a3eB7E7BCD600d12A0Fa0eE51065162/logo.png
deleted file mode 100644
index 9626bcca55ce5..0000000000000
Binary files a/blockchains/ethereum/assets/0x27B2210D4a3eB7E7BCD600d12A0Fa0eE51065162/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27BC53596Dc0EA71dE3c65C799d8E6c96C1dDA98/info.json b/blockchains/ethereum/assets/0x27BC53596Dc0EA71dE3c65C799d8E6c96C1dDA98/info.json
deleted file mode 100644
index bb848ab76240d..0000000000000
--- a/blockchains/ethereum/assets/0x27BC53596Dc0EA71dE3c65C799d8E6c96C1dDA98/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YunJiaMi",
- "symbol": "YJM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x27BC53596Dc0EA71dE3c65C799d8E6c96C1dDA98",
- "status": "spam",
- "id": "0x27BC53596Dc0EA71dE3c65C799d8E6c96C1dDA98"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27BC53596Dc0EA71dE3c65C799d8E6c96C1dDA98/logo.png b/blockchains/ethereum/assets/0x27BC53596Dc0EA71dE3c65C799d8E6c96C1dDA98/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x27BC53596Dc0EA71dE3c65C799d8E6c96C1dDA98/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27C1573FE604C945dFd0bD237f7456C3B85E230D/info.json b/blockchains/ethereum/assets/0x27C1573FE604C945dFd0bD237f7456C3B85E230D/info.json
deleted file mode 100644
index ca6c506554617..0000000000000
--- a/blockchains/ethereum/assets/0x27C1573FE604C945dFd0bD237f7456C3B85E230D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg14000",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x27C1573FE604C945dFd0bD237f7456C3B85E230D",
- "status": "abandoned",
- "id": "0x27C1573FE604C945dFd0bD237f7456C3B85E230D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27C1573FE604C945dFd0bD237f7456C3B85E230D/logo.png b/blockchains/ethereum/assets/0x27C1573FE604C945dFd0bD237f7456C3B85E230D/logo.png
deleted file mode 100644
index 6fcfd6e57b9d3..0000000000000
Binary files a/blockchains/ethereum/assets/0x27C1573FE604C945dFd0bD237f7456C3B85E230D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27C70Cd1946795B66be9d954418546998b546634/info.json b/blockchains/ethereum/assets/0x27C70Cd1946795B66be9d954418546998b546634/info.json
deleted file mode 100644
index 032800dc3e598..0000000000000
--- a/blockchains/ethereum/assets/0x27C70Cd1946795B66be9d954418546998b546634/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "DOGE KILLER",
- "symbol": "LEASH",
- "type": "ERC20",
- "decimals": 18,
- "website": "https://www.shibatoken.com",
- "description": "The second token incentivized on ShibaSwap offers special rewards for those who provide liquidity.",
- "explorer": "https://etherscan.io/token/0x27c70cd1946795b66be9d954418546998b546634",
- "status": "active",
- "id": "0x27C70Cd1946795B66be9d954418546998b546634",
- "tags": [
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27C70Cd1946795B66be9d954418546998b546634/logo.png b/blockchains/ethereum/assets/0x27C70Cd1946795B66be9d954418546998b546634/logo.png
deleted file mode 100644
index cf52a42366a45..0000000000000
Binary files a/blockchains/ethereum/assets/0x27C70Cd1946795B66be9d954418546998b546634/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27C743954bCe1Bfaef8bcbD685527531001D88D7/info.json b/blockchains/ethereum/assets/0x27C743954bCe1Bfaef8bcbD685527531001D88D7/info.json
deleted file mode 100644
index 3fa9b7e1438d6..0000000000000
--- a/blockchains/ethereum/assets/0x27C743954bCe1Bfaef8bcbD685527531001D88D7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blockium Token",
- "symbol": "BOK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x27C743954bCe1Bfaef8bcbD685527531001D88D7",
- "status": "abandoned",
- "id": "0x27C743954bCe1Bfaef8bcbD685527531001D88D7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27C743954bCe1Bfaef8bcbD685527531001D88D7/logo.png b/blockchains/ethereum/assets/0x27C743954bCe1Bfaef8bcbD685527531001D88D7/logo.png
deleted file mode 100644
index a3cd6742ab193..0000000000000
Binary files a/blockchains/ethereum/assets/0x27C743954bCe1Bfaef8bcbD685527531001D88D7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27C891c210aEc85267c2Eb5Fd3aD2E7c5758a1dC/info.json b/blockchains/ethereum/assets/0x27C891c210aEc85267c2Eb5Fd3aD2E7c5758a1dC/info.json
deleted file mode 100644
index 20341338e94ee..0000000000000
--- a/blockchains/ethereum/assets/0x27C891c210aEc85267c2Eb5Fd3aD2E7c5758a1dC/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Terawatt LED Token",
- "website": "https://terawattled.com",
- "description": "Terawatt is a patent-pending, renewable energy blockchain startup, with a strong focus on monetization and driving global L.E.D. adoption",
- "explorer": "https://etherscan.io/token/0x27C891c210aEc85267c2Eb5Fd3aD2E7c5758a1dC",
- "type": "ERC20",
- "symbol": "LED",
- "decimals": 0,
- "status": "active",
- "id": "0x27C891c210aEc85267c2Eb5Fd3aD2E7c5758a1dC",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/terawatt_led"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27C891c210aEc85267c2Eb5Fd3aD2E7c5758a1dC/logo.png b/blockchains/ethereum/assets/0x27C891c210aEc85267c2Eb5Fd3aD2E7c5758a1dC/logo.png
deleted file mode 100644
index d1602ff4849c6..0000000000000
Binary files a/blockchains/ethereum/assets/0x27C891c210aEc85267c2Eb5Fd3aD2E7c5758a1dC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27DC43004F0FE65030be5ef809E843e72035c0F1/info.json b/blockchains/ethereum/assets/0x27DC43004F0FE65030be5ef809E843e72035c0F1/info.json
deleted file mode 100644
index 4a441b5b69789..0000000000000
--- a/blockchains/ethereum/assets/0x27DC43004F0FE65030be5ef809E843e72035c0F1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Quantum Coin",
- "symbol": "COIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x27DC43004F0FE65030be5ef809E843e72035c0F1",
- "status": "abandoned",
- "id": "0x27DC43004F0FE65030be5ef809E843e72035c0F1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27DC43004F0FE65030be5ef809E843e72035c0F1/logo.png b/blockchains/ethereum/assets/0x27DC43004F0FE65030be5ef809E843e72035c0F1/logo.png
deleted file mode 100644
index 464cab6d7e9e7..0000000000000
Binary files a/blockchains/ethereum/assets/0x27DC43004F0FE65030be5ef809E843e72035c0F1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27Dce1eC4d3f72C3E457Cc50354f1F975dDEf488/info.json b/blockchains/ethereum/assets/0x27Dce1eC4d3f72C3E457Cc50354f1F975dDEf488/info.json
deleted file mode 100644
index eb56834bbc11c..0000000000000
--- a/blockchains/ethereum/assets/0x27Dce1eC4d3f72C3E457Cc50354f1F975dDEf488/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AirToken",
- "symbol": "AIR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x27Dce1eC4d3f72C3E457Cc50354f1F975dDEf488",
- "status": "abandoned",
- "id": "0x27Dce1eC4d3f72C3E457Cc50354f1F975dDEf488"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27Dce1eC4d3f72C3E457Cc50354f1F975dDEf488/logo.png b/blockchains/ethereum/assets/0x27Dce1eC4d3f72C3E457Cc50354f1F975dDEf488/logo.png
deleted file mode 100755
index 34580c755942a..0000000000000
Binary files a/blockchains/ethereum/assets/0x27Dce1eC4d3f72C3E457Cc50354f1F975dDEf488/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27aebC51AF422525461b9DdBE74e4A9a5995D015/info.json b/blockchains/ethereum/assets/0x27aebC51AF422525461b9DdBE74e4A9a5995D015/info.json
deleted file mode 100644
index 1de4d1046d26e..0000000000000
--- a/blockchains/ethereum/assets/0x27aebC51AF422525461b9DdBE74e4A9a5995D015/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lianqu",
- "symbol": "LNQ",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x27aebC51AF422525461b9DdBE74e4A9a5995D015",
- "status": "abandoned",
- "id": "0x27aebC51AF422525461b9DdBE74e4A9a5995D015"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27aebC51AF422525461b9DdBE74e4A9a5995D015/logo.png b/blockchains/ethereum/assets/0x27aebC51AF422525461b9DdBE74e4A9a5995D015/logo.png
deleted file mode 100755
index ef4b1ac47f303..0000000000000
Binary files a/blockchains/ethereum/assets/0x27aebC51AF422525461b9DdBE74e4A9a5995D015/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27f46987917180723E0473755621097F5a41c4A1/info.json b/blockchains/ethereum/assets/0x27f46987917180723E0473755621097F5a41c4A1/info.json
deleted file mode 100644
index 0ea3e8f260f84..0000000000000
--- a/blockchains/ethereum/assets/0x27f46987917180723E0473755621097F5a41c4A1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EV Dollar",
- "symbol": "EUSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x27f46987917180723E0473755621097F5a41c4A1",
- "status": "abandoned",
- "id": "0x27f46987917180723E0473755621097F5a41c4A1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27f46987917180723E0473755621097F5a41c4A1/logo.png b/blockchains/ethereum/assets/0x27f46987917180723E0473755621097F5a41c4A1/logo.png
deleted file mode 100644
index c21265847920b..0000000000000
Binary files a/blockchains/ethereum/assets/0x27f46987917180723E0473755621097F5a41c4A1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27f610BF36ecA0939093343ac28b1534a721DBB4/info.json b/blockchains/ethereum/assets/0x27f610BF36ecA0939093343ac28b1534a721DBB4/info.json
deleted file mode 100644
index 89c4d2a1621ce..0000000000000
--- a/blockchains/ethereum/assets/0x27f610BF36ecA0939093343ac28b1534a721DBB4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wand Token",
- "symbol": "WAND",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.wandx.co",
- "explorer": "https://etherscan.io/token/0x27f610BF36ecA0939093343ac28b1534a721DBB4",
- "status": "active",
- "id": "0x27f610BF36ecA0939093343ac28b1534a721DBB4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27f610BF36ecA0939093343ac28b1534a721DBB4/logo.png b/blockchains/ethereum/assets/0x27f610BF36ecA0939093343ac28b1534a721DBB4/logo.png
deleted file mode 100644
index 4ba970ed8b961..0000000000000
Binary files a/blockchains/ethereum/assets/0x27f610BF36ecA0939093343ac28b1534a721DBB4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27f706edde3aD952EF647Dd67E24e38CD0803DD6/info.json b/blockchains/ethereum/assets/0x27f706edde3aD952EF647Dd67E24e38CD0803DD6/info.json
deleted file mode 100644
index 5dde5bbc5431e..0000000000000
--- a/blockchains/ethereum/assets/0x27f706edde3aD952EF647Dd67E24e38CD0803DD6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Useless Ethereum Token",
- "symbol": "UET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://uetoken.com/",
- "explorer": "https://etherscan.io/token/0x27f706edde3aD952EF647Dd67E24e38CD0803DD6",
- "status": "abandoned",
- "id": "0x27f706edde3aD952EF647Dd67E24e38CD0803DD6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27f706edde3aD952EF647Dd67E24e38CD0803DD6/logo.png b/blockchains/ethereum/assets/0x27f706edde3aD952EF647Dd67E24e38CD0803DD6/logo.png
deleted file mode 100644
index 741f2b76593ae..0000000000000
Binary files a/blockchains/ethereum/assets/0x27f706edde3aD952EF647Dd67E24e38CD0803DD6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x27fD686Db10E0aE047fe8FE1DE9830C0e0dC3CFA/info.json b/blockchains/ethereum/assets/0x27fD686Db10E0aE047fe8FE1DE9830C0e0dC3CFA/info.json
deleted file mode 100644
index eb811743eed20..0000000000000
--- a/blockchains/ethereum/assets/0x27fD686Db10E0aE047fe8FE1DE9830C0e0dC3CFA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SCOTT",
- "symbol": "SCOTT",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x27fD686Db10E0aE047fe8FE1DE9830C0e0dC3CFA",
- "status": "abandoned",
- "id": "0x27fD686Db10E0aE047fe8FE1DE9830C0e0dC3CFA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x27fD686Db10E0aE047fe8FE1DE9830C0e0dC3CFA/logo.png b/blockchains/ethereum/assets/0x27fD686Db10E0aE047fe8FE1DE9830C0e0dC3CFA/logo.png
deleted file mode 100644
index 56b226eabd760..0000000000000
Binary files a/blockchains/ethereum/assets/0x27fD686Db10E0aE047fe8FE1DE9830C0e0dC3CFA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x280DAACbD812725BAf46E273B84426B1E10aB410/info.json b/blockchains/ethereum/assets/0x280DAACbD812725BAf46E273B84426B1E10aB410/info.json
deleted file mode 100644
index 0439583725daa..0000000000000
--- a/blockchains/ethereum/assets/0x280DAACbD812725BAf46E273B84426B1E10aB410/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CBEX TOKEN",
- "symbol": "CBEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.cbex.exchange/",
- "explorer": "https://etherscan.io/token/0x280DAACbD812725BAf46E273B84426B1E10aB410",
- "status": "abandoned",
- "id": "0x280DAACbD812725BAf46E273B84426B1E10aB410"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x280DAACbD812725BAf46E273B84426B1E10aB410/logo.png b/blockchains/ethereum/assets/0x280DAACbD812725BAf46E273B84426B1E10aB410/logo.png
deleted file mode 100644
index 4ef588aff2265..0000000000000
Binary files a/blockchains/ethereum/assets/0x280DAACbD812725BAf46E273B84426B1E10aB410/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x280f76a218DDC8d56B490B5835e251E55a2e8F8d/info.json b/blockchains/ethereum/assets/0x280f76a218DDC8d56B490B5835e251E55a2e8F8d/info.json
deleted file mode 100644
index e1791cc1bd28e..0000000000000
--- a/blockchains/ethereum/assets/0x280f76a218DDC8d56B490B5835e251E55a2e8F8d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Strike UNI",
- "symbol": "sUNI",
- "type": "ERC20",
- "decimals": 18,
- "description": "Strike Finance collateral cryptocurrency",
- "explorer": "https://etherscan.io/token/0x280f76a218DDC8d56B490B5835e251E55a2e8F8d",
- "status": "active",
- "id": "0x280f76a218DDC8d56B490B5835e251E55a2e8F8d",
- "website": "https://strike.org"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x280f76a218DDC8d56B490B5835e251E55a2e8F8d/logo.png b/blockchains/ethereum/assets/0x280f76a218DDC8d56B490B5835e251E55a2e8F8d/logo.png
deleted file mode 100644
index 4bf716d0cde93..0000000000000
Binary files a/blockchains/ethereum/assets/0x280f76a218DDC8d56B490B5835e251E55a2e8F8d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2822f6D1B2f41F93f33d937bc7d84A8Dfa4f4C21/info.json b/blockchains/ethereum/assets/0x2822f6D1B2f41F93f33d937bc7d84A8Dfa4f4C21/info.json
deleted file mode 100644
index 6c1e37e5667f6..0000000000000
--- a/blockchains/ethereum/assets/0x2822f6D1B2f41F93f33d937bc7d84A8Dfa4f4C21/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QQQ Token",
- "symbol": "QQQ",
- "type": "ERC20",
- "decimals": 18,
- "description": "We provide decentralized CDN service, the decentralized version of GCP, AWS Cloud Service.",
- "website": "https://poseidon.network/",
- "explorer": "https://etherscan.io/token/0x2822f6D1B2f41F93f33d937bc7d84A8Dfa4f4C21",
- "status": "active",
- "id": "0x2822f6D1B2f41F93f33d937bc7d84A8Dfa4f4C21"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2822f6D1B2f41F93f33d937bc7d84A8Dfa4f4C21/logo.png b/blockchains/ethereum/assets/0x2822f6D1B2f41F93f33d937bc7d84A8Dfa4f4C21/logo.png
deleted file mode 100644
index 6113a3523b70d..0000000000000
Binary files a/blockchains/ethereum/assets/0x2822f6D1B2f41F93f33d937bc7d84A8Dfa4f4C21/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x283121b94F2Ab0a9a0E0Ef72Cd24fe8E9d3C65f0/info.json b/blockchains/ethereum/assets/0x283121b94F2Ab0a9a0E0Ef72Cd24fe8E9d3C65f0/info.json
deleted file mode 100644
index 39224892f5605..0000000000000
--- a/blockchains/ethereum/assets/0x283121b94F2Ab0a9a0E0Ef72Cd24fe8E9d3C65f0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JusticeCoin",
- "symbol": "JUSTICE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x283121b94F2Ab0a9a0E0Ef72Cd24fe8E9d3C65f0",
- "status": "abandoned",
- "id": "0x283121b94F2Ab0a9a0E0Ef72Cd24fe8E9d3C65f0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x283121b94F2Ab0a9a0E0Ef72Cd24fe8E9d3C65f0/logo.png b/blockchains/ethereum/assets/0x283121b94F2Ab0a9a0E0Ef72Cd24fe8E9d3C65f0/logo.png
deleted file mode 100644
index dbaa7351e9e51..0000000000000
Binary files a/blockchains/ethereum/assets/0x283121b94F2Ab0a9a0E0Ef72Cd24fe8E9d3C65f0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x28317D822b6AC5A9f5B374536Eb157E3f424c8D0/info.json b/blockchains/ethereum/assets/0x28317D822b6AC5A9f5B374536Eb157E3f424c8D0/info.json
deleted file mode 100644
index 5173a30f2594c..0000000000000
--- a/blockchains/ethereum/assets/0x28317D822b6AC5A9f5B374536Eb157E3f424c8D0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BILLIONS",
- "symbol": "BLT1",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x28317D822b6AC5A9f5B374536Eb157E3f424c8D0",
- "status": "abandoned",
- "id": "0x28317D822b6AC5A9f5B374536Eb157E3f424c8D0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x28317D822b6AC5A9f5B374536Eb157E3f424c8D0/logo.png b/blockchains/ethereum/assets/0x28317D822b6AC5A9f5B374536Eb157E3f424c8D0/logo.png
deleted file mode 100644
index 017e564ed008b..0000000000000
Binary files a/blockchains/ethereum/assets/0x28317D822b6AC5A9f5B374536Eb157E3f424c8D0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2832461dc883D4a376025CF1F4FeAA80DD1C68d8/info.json b/blockchains/ethereum/assets/0x2832461dc883D4a376025CF1F4FeAA80DD1C68d8/info.json
deleted file mode 100644
index c53d369f14173..0000000000000
--- a/blockchains/ethereum/assets/0x2832461dc883D4a376025CF1F4FeAA80DD1C68d8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Digital Rand",
- "symbol": "ZAR",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2832461dc883D4a376025CF1F4FeAA80DD1C68d8",
- "status": "abandoned",
- "id": "0x2832461dc883D4a376025CF1F4FeAA80DD1C68d8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2832461dc883D4a376025CF1F4FeAA80DD1C68d8/logo.png b/blockchains/ethereum/assets/0x2832461dc883D4a376025CF1F4FeAA80DD1C68d8/logo.png
deleted file mode 100644
index a701e6d406d65..0000000000000
Binary files a/blockchains/ethereum/assets/0x2832461dc883D4a376025CF1F4FeAA80DD1C68d8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x283669123bd83dA2536bB534e20512101c18E5D8/info.json b/blockchains/ethereum/assets/0x283669123bd83dA2536bB534e20512101c18E5D8/info.json
deleted file mode 100644
index 0c15d2f875bea..0000000000000
--- a/blockchains/ethereum/assets/0x283669123bd83dA2536bB534e20512101c18E5D8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitpayer Token",
- "symbol": "BPT",
- "type": "ERC20",
- "decimals": 9,
- "description": "Bitpayer is a decentralized trading platform that lets you trade Ethereum and Ethereum-based tokens directly with other users. It is the first digital assets decentralised exchange that shares profits with all users.",
- "website": "https://bitpayer.io/",
- "explorer": "https://etherscan.io/token/0x283669123bd83dA2536bB534e20512101c18E5D8",
- "status": "active",
- "id": "0x283669123bd83dA2536bB534e20512101c18E5D8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x283669123bd83dA2536bB534e20512101c18E5D8/logo.png b/blockchains/ethereum/assets/0x283669123bd83dA2536bB534e20512101c18E5D8/logo.png
deleted file mode 100644
index 449b7c659a4dc..0000000000000
Binary files a/blockchains/ethereum/assets/0x283669123bd83dA2536bB534e20512101c18E5D8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2838490518933215Eba9F90ecb27A9AbfF94B145/info.json b/blockchains/ethereum/assets/0x2838490518933215Eba9F90ecb27A9AbfF94B145/info.json
deleted file mode 100644
index 438e3f700624d..0000000000000
--- a/blockchains/ethereum/assets/0x2838490518933215Eba9F90ecb27A9AbfF94B145/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ashurstcoin",
- "symbol": "ASH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2838490518933215Eba9F90ecb27A9AbfF94B145",
- "status": "abandoned",
- "id": "0x2838490518933215Eba9F90ecb27A9AbfF94B145"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2838490518933215Eba9F90ecb27A9AbfF94B145/logo.png b/blockchains/ethereum/assets/0x2838490518933215Eba9F90ecb27A9AbfF94B145/logo.png
deleted file mode 100755
index 36ed078136849..0000000000000
Binary files a/blockchains/ethereum/assets/0x2838490518933215Eba9F90ecb27A9AbfF94B145/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x284D4657f87B064d8Ce33CdF697f208e839d5BC7/info.json b/blockchains/ethereum/assets/0x284D4657f87B064d8Ce33CdF697f208e839d5BC7/info.json
deleted file mode 100644
index ce8eeafed9cf5..0000000000000
--- a/blockchains/ethereum/assets/0x284D4657f87B064d8Ce33CdF697f208e839d5BC7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg12000",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x284D4657f87B064d8Ce33CdF697f208e839d5BC7",
- "status": "abandoned",
- "id": "0x284D4657f87B064d8Ce33CdF697f208e839d5BC7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x284D4657f87B064d8Ce33CdF697f208e839d5BC7/logo.png b/blockchains/ethereum/assets/0x284D4657f87B064d8Ce33CdF697f208e839d5BC7/logo.png
deleted file mode 100644
index 95e621cd55c57..0000000000000
Binary files a/blockchains/ethereum/assets/0x284D4657f87B064d8Ce33CdF697f208e839d5BC7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x285441F9Ada849884b8B63e321E9Fe95b900a81E/info.json b/blockchains/ethereum/assets/0x285441F9Ada849884b8B63e321E9Fe95b900a81E/info.json
deleted file mode 100644
index b0e170286e153..0000000000000
--- a/blockchains/ethereum/assets/0x285441F9Ada849884b8B63e321E9Fe95b900a81E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Planetagro-Exchange",
- "symbol": "TOMATO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x285441F9Ada849884b8B63e321E9Fe95b900a81E",
- "status": "abandoned",
- "id": "0x285441F9Ada849884b8B63e321E9Fe95b900a81E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x285441F9Ada849884b8B63e321E9Fe95b900a81E/logo.png b/blockchains/ethereum/assets/0x285441F9Ada849884b8B63e321E9Fe95b900a81E/logo.png
deleted file mode 100755
index b3eaab161c7a1..0000000000000
Binary files a/blockchains/ethereum/assets/0x285441F9Ada849884b8B63e321E9Fe95b900a81E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x28577A6d31559bd265Ce3ADB62d0458550F7b8a7/info.json b/blockchains/ethereum/assets/0x28577A6d31559bd265Ce3ADB62d0458550F7b8a7/info.json
deleted file mode 100644
index e4be2200ebb91..0000000000000
--- a/blockchains/ethereum/assets/0x28577A6d31559bd265Ce3ADB62d0458550F7b8a7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crypto Crash Course",
- "symbol": "CCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x28577A6d31559bd265Ce3ADB62d0458550F7b8a7",
- "status": "abandoned",
- "id": "0x28577A6d31559bd265Ce3ADB62d0458550F7b8a7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x28577A6d31559bd265Ce3ADB62d0458550F7b8a7/logo.png b/blockchains/ethereum/assets/0x28577A6d31559bd265Ce3ADB62d0458550F7b8a7/logo.png
deleted file mode 100755
index 1b8d17f2084fb..0000000000000
Binary files a/blockchains/ethereum/assets/0x28577A6d31559bd265Ce3ADB62d0458550F7b8a7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2859021eE7F2Cb10162E67F33Af2D22764B31aFf/info.json b/blockchains/ethereum/assets/0x2859021eE7F2Cb10162E67F33Af2D22764B31aFf/info.json
deleted file mode 100644
index 65a923f30b423..0000000000000
--- a/blockchains/ethereum/assets/0x2859021eE7F2Cb10162E67F33Af2D22764B31aFf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Silent Notary Token",
- "symbol": "SNTR",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "https://silentnotary.com/",
- "explorer": "https://etherscan.io/token/0x2859021eE7F2Cb10162E67F33Af2D22764B31aFf",
- "status": "abandoned",
- "id": "0x2859021eE7F2Cb10162E67F33Af2D22764B31aFf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2859021eE7F2Cb10162E67F33Af2D22764B31aFf/logo.png b/blockchains/ethereum/assets/0x2859021eE7F2Cb10162E67F33Af2D22764B31aFf/logo.png
deleted file mode 100644
index 44647a795cb09..0000000000000
Binary files a/blockchains/ethereum/assets/0x2859021eE7F2Cb10162E67F33Af2D22764B31aFf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x286708f069225905194673755F12359e6afF6FE1/info.json b/blockchains/ethereum/assets/0x286708f069225905194673755F12359e6afF6FE1/info.json
deleted file mode 100644
index 784cab7dad03b..0000000000000
--- a/blockchains/ethereum/assets/0x286708f069225905194673755F12359e6afF6FE1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "STACS",
- "symbol": "STACS",
- "type": "ERC20",
- "decimals": 18,
- "description": "GATE tokens will have a number of utilities within the GSX Group’s digital securities markets strategy, including but not limited to, on-chain fees, staking, and rewards.",
- "website": "https://gatetoken.io/",
- "explorer": "https://etherscan.io/token/0x286708f069225905194673755F12359e6afF6FE1",
- "status": "active",
- "id": "0x286708f069225905194673755F12359e6afF6FE1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x286708f069225905194673755F12359e6afF6FE1/logo.png b/blockchains/ethereum/assets/0x286708f069225905194673755F12359e6afF6FE1/logo.png
deleted file mode 100644
index 0b77d47b4eea6..0000000000000
Binary files a/blockchains/ethereum/assets/0x286708f069225905194673755F12359e6afF6FE1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x28673D7A6DF30c99B705EDcA0046DE738431edE1/info.json b/blockchains/ethereum/assets/0x28673D7A6DF30c99B705EDcA0046DE738431edE1/info.json
deleted file mode 100644
index 43bfeff8de253..0000000000000
--- a/blockchains/ethereum/assets/0x28673D7A6DF30c99B705EDcA0046DE738431edE1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VTrust",
- "symbol": "VTR",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x28673D7A6DF30c99B705EDcA0046DE738431edE1",
- "status": "abandoned",
- "id": "0x28673D7A6DF30c99B705EDcA0046DE738431edE1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x28673D7A6DF30c99B705EDcA0046DE738431edE1/logo.png b/blockchains/ethereum/assets/0x28673D7A6DF30c99B705EDcA0046DE738431edE1/logo.png
deleted file mode 100644
index 062f40f7d6a2e..0000000000000
Binary files a/blockchains/ethereum/assets/0x28673D7A6DF30c99B705EDcA0046DE738431edE1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x286BDA1413a2Df81731D4930ce2F862a35A609fE/info.json b/blockchains/ethereum/assets/0x286BDA1413a2Df81731D4930ce2F862a35A609fE/info.json
deleted file mode 100644
index c9e08c1ecded7..0000000000000
--- a/blockchains/ethereum/assets/0x286BDA1413a2Df81731D4930ce2F862a35A609fE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tael",
- "symbol": "WaBi",
- "type": "ERC20",
- "decimals": 18,
- "description": "WABI enables fair value transfer between consumers and brands",
- "website": "https://wabi.io/",
- "explorer": "https://etherscan.io/token/0x286BDA1413a2Df81731D4930ce2F862a35A609fE",
- "status": "active",
- "id": "0x286BDA1413a2Df81731D4930ce2F862a35A609fE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x286BDA1413a2Df81731D4930ce2F862a35A609fE/logo.png b/blockchains/ethereum/assets/0x286BDA1413a2Df81731D4930ce2F862a35A609fE/logo.png
deleted file mode 100644
index 5b2a75666d0bf..0000000000000
Binary files a/blockchains/ethereum/assets/0x286BDA1413a2Df81731D4930ce2F862a35A609fE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x288c8ff967859B119B14768c9da5B5656504E4F3/info.json b/blockchains/ethereum/assets/0x288c8ff967859B119B14768c9da5B5656504E4F3/info.json
deleted file mode 100644
index 022a3ba6d096b..0000000000000
--- a/blockchains/ethereum/assets/0x288c8ff967859B119B14768c9da5B5656504E4F3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C560242",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x288c8ff967859B119B14768c9da5B5656504E4F3",
- "status": "abandoned",
- "id": "0x288c8ff967859B119B14768c9da5B5656504E4F3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x288c8ff967859B119B14768c9da5B5656504E4F3/logo.png b/blockchains/ethereum/assets/0x288c8ff967859B119B14768c9da5B5656504E4F3/logo.png
deleted file mode 100644
index 2e7819664f14e..0000000000000
Binary files a/blockchains/ethereum/assets/0x288c8ff967859B119B14768c9da5B5656504E4F3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x28Ed591C567Ab57aC3a885DF7770eBfd82D8Cd3e/info.json b/blockchains/ethereum/assets/0x28Ed591C567Ab57aC3a885DF7770eBfd82D8Cd3e/info.json
deleted file mode 100644
index 68250686af1ba..0000000000000
--- a/blockchains/ethereum/assets/0x28Ed591C567Ab57aC3a885DF7770eBfd82D8Cd3e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CFCB",
- "symbol": "CFCB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x28Ed591C567Ab57aC3a885DF7770eBfd82D8Cd3e",
- "status": "abandoned",
- "id": "0x28Ed591C567Ab57aC3a885DF7770eBfd82D8Cd3e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x28Ed591C567Ab57aC3a885DF7770eBfd82D8Cd3e/logo.png b/blockchains/ethereum/assets/0x28Ed591C567Ab57aC3a885DF7770eBfd82D8Cd3e/logo.png
deleted file mode 100644
index 24b04cb3e9a6b..0000000000000
Binary files a/blockchains/ethereum/assets/0x28Ed591C567Ab57aC3a885DF7770eBfd82D8Cd3e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x28FB6531723EE54B1073F7f2beB7f2E3C74503Bc/info.json b/blockchains/ethereum/assets/0x28FB6531723EE54B1073F7f2beB7f2E3C74503Bc/info.json
deleted file mode 100644
index 211dd9f2ba0f4..0000000000000
--- a/blockchains/ethereum/assets/0x28FB6531723EE54B1073F7f2beB7f2E3C74503Bc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Airline & Life Networking",
- "symbol": "ALLN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x28FB6531723EE54B1073F7f2beB7f2E3C74503Bc",
- "status": "abandoned",
- "id": "0x28FB6531723EE54B1073F7f2beB7f2E3C74503Bc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x28FB6531723EE54B1073F7f2beB7f2E3C74503Bc/logo.png b/blockchains/ethereum/assets/0x28FB6531723EE54B1073F7f2beB7f2E3C74503Bc/logo.png
deleted file mode 100644
index 344823469a78e..0000000000000
Binary files a/blockchains/ethereum/assets/0x28FB6531723EE54B1073F7f2beB7f2E3C74503Bc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x28a8aE348bbdc392497F9745832B5E0f0bd664F4/info.json b/blockchains/ethereum/assets/0x28a8aE348bbdc392497F9745832B5E0f0bd664F4/info.json
deleted file mode 100644
index 2173e4c43b7a9..0000000000000
--- a/blockchains/ethereum/assets/0x28a8aE348bbdc392497F9745832B5E0f0bd664F4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UBSTR",
- "symbol": "UBS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x28a8aE348bbdc392497F9745832B5E0f0bd664F4",
- "status": "abandoned",
- "id": "0x28a8aE348bbdc392497F9745832B5E0f0bd664F4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x28a8aE348bbdc392497F9745832B5E0f0bd664F4/logo.png b/blockchains/ethereum/assets/0x28a8aE348bbdc392497F9745832B5E0f0bd664F4/logo.png
deleted file mode 100644
index a96f3291ef0fb..0000000000000
Binary files a/blockchains/ethereum/assets/0x28a8aE348bbdc392497F9745832B5E0f0bd664F4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x28b5E12CcE51f15594B0b91d5b5AdaA70F684a02/info.json b/blockchains/ethereum/assets/0x28b5E12CcE51f15594B0b91d5b5AdaA70F684a02/info.json
deleted file mode 100644
index e6daf0dd80da4..0000000000000
--- a/blockchains/ethereum/assets/0x28b5E12CcE51f15594B0b91d5b5AdaA70F684a02/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NapoleonX Token",
- "symbol": "NPX",
- "type": "ERC20",
- "decimals": 2,
- "description": "NaPoleonX (NPX) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "http://www.napoleonx.ai",
- "explorer": "https://etherscan.io/token/0x28b5E12CcE51f15594B0b91d5b5AdaA70F684a02",
- "status": "active",
- "id": "0x28b5E12CcE51f15594B0b91d5b5AdaA70F684a02"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x28b5E12CcE51f15594B0b91d5b5AdaA70F684a02/logo.png b/blockchains/ethereum/assets/0x28b5E12CcE51f15594B0b91d5b5AdaA70F684a02/logo.png
deleted file mode 100644
index f8a73eb2dfaa0..0000000000000
Binary files a/blockchains/ethereum/assets/0x28b5E12CcE51f15594B0b91d5b5AdaA70F684a02/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x28c8d01FF633eA9Cd8fc6a451D7457889E698de6/info.json b/blockchains/ethereum/assets/0x28c8d01FF633eA9Cd8fc6a451D7457889E698de6/info.json
deleted file mode 100644
index 9fe370d598549..0000000000000
--- a/blockchains/ethereum/assets/0x28c8d01FF633eA9Cd8fc6a451D7457889E698de6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "ETG",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://www.etgproject.org/",
- "explorer": "https://etherscan.io/token/0x28c8d01FF633eA9Cd8fc6a451D7457889E698de6",
- "status": "active",
- "id": "0x28c8d01FF633eA9Cd8fc6a451D7457889E698de6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x28c8d01FF633eA9Cd8fc6a451D7457889E698de6/logo.png b/blockchains/ethereum/assets/0x28c8d01FF633eA9Cd8fc6a451D7457889E698de6/logo.png
deleted file mode 100755
index 4ad99de598d6f..0000000000000
Binary files a/blockchains/ethereum/assets/0x28c8d01FF633eA9Cd8fc6a451D7457889E698de6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x28cF843D0DE2e1FB05636e76569d5a50caF3b817/info.json b/blockchains/ethereum/assets/0x28cF843D0DE2e1FB05636e76569d5a50caF3b817/info.json
deleted file mode 100644
index 619b57a034170..0000000000000
--- a/blockchains/ethereum/assets/0x28cF843D0DE2e1FB05636e76569d5a50caF3b817/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bostec",
- "symbol": "TEC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x28cF843D0DE2e1FB05636e76569d5a50caF3b817",
- "status": "abandoned",
- "id": "0x28cF843D0DE2e1FB05636e76569d5a50caF3b817"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x28cF843D0DE2e1FB05636e76569d5a50caF3b817/logo.png b/blockchains/ethereum/assets/0x28cF843D0DE2e1FB05636e76569d5a50caF3b817/logo.png
deleted file mode 100644
index 6bd79a72180a1..0000000000000
Binary files a/blockchains/ethereum/assets/0x28cF843D0DE2e1FB05636e76569d5a50caF3b817/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x28cb7e841ee97947a86B06fA4090C8451f64c0be/info.json b/blockchains/ethereum/assets/0x28cb7e841ee97947a86B06fA4090C8451f64c0be/info.json
deleted file mode 100644
index 91997123e80e1..0000000000000
--- a/blockchains/ethereum/assets/0x28cb7e841ee97947a86B06fA4090C8451f64c0be/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "YFLink",
- "symbol": "YFL",
- "type": "ERC20",
- "decimals": 18,
- "description": "YF Link is a community DeFi project built around the decentralized exchange Linkswap as a hub and bridge for community DeFi projects.",
- "website": "https://yflink.io",
- "explorer": "https://etherscan.io/token/0x28cb7e841ee97947a86B06fA4090C8451f64c0be",
- "status": "active",
- "id": "0x28cb7e841ee97947a86B06fA4090C8451f64c0be",
- "tags": [
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x28cb7e841ee97947a86B06fA4090C8451f64c0be/logo.png b/blockchains/ethereum/assets/0x28cb7e841ee97947a86B06fA4090C8451f64c0be/logo.png
deleted file mode 100644
index 4d911e2adc520..0000000000000
Binary files a/blockchains/ethereum/assets/0x28cb7e841ee97947a86B06fA4090C8451f64c0be/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x28d7F432d24ba6020d1cbD4f28BEDc5a82F24320/info.json b/blockchains/ethereum/assets/0x28d7F432d24ba6020d1cbD4f28BEDc5a82F24320/info.json
deleted file mode 100644
index 7c0bc212b6dc8..0000000000000
--- a/blockchains/ethereum/assets/0x28d7F432d24ba6020d1cbD4f28BEDc5a82F24320/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tercet Network",
- "symbol": "TCNX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://tercet.network/",
- "explorer": "https://etherscan.io/token/0x28d7F432d24ba6020d1cbD4f28BEDc5a82F24320",
- "status": "abandoned",
- "id": "0x28d7F432d24ba6020d1cbD4f28BEDc5a82F24320"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x28d7F432d24ba6020d1cbD4f28BEDc5a82F24320/logo.png b/blockchains/ethereum/assets/0x28d7F432d24ba6020d1cbD4f28BEDc5a82F24320/logo.png
deleted file mode 100644
index 758649f7adbd4..0000000000000
Binary files a/blockchains/ethereum/assets/0x28d7F432d24ba6020d1cbD4f28BEDc5a82F24320/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x28dee01D53FED0Edf5f6E310BF8Ef9311513Ae40/info.json b/blockchains/ethereum/assets/0x28dee01D53FED0Edf5f6E310BF8Ef9311513Ae40/info.json
deleted file mode 100644
index c78a272367777..0000000000000
--- a/blockchains/ethereum/assets/0x28dee01D53FED0Edf5f6E310BF8Ef9311513Ae40/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BlitzPick (XBP)",
- "type": "ERC20",
- "symbol": "XBP",
- "decimals": 18,
- "website": "https://www.blitzpick.com",
- "description": "Immutable Repositories for Sports Bettors.",
- "explorer": "https://etherscan.io/token/0x28dee01D53FED0Edf5f6E310BF8Ef9311513Ae40",
- "status": "active",
- "id": "0x28dee01D53FED0Edf5f6E310BF8Ef9311513Ae40"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x28dee01D53FED0Edf5f6E310BF8Ef9311513Ae40/logo.png b/blockchains/ethereum/assets/0x28dee01D53FED0Edf5f6E310BF8Ef9311513Ae40/logo.png
deleted file mode 100644
index ce6212025ba2b..0000000000000
Binary files a/blockchains/ethereum/assets/0x28dee01D53FED0Edf5f6E310BF8Ef9311513Ae40/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x28e9C2F30b5e935b2eD38Fe8d796e1B39C4EFc91/info.json b/blockchains/ethereum/assets/0x28e9C2F30b5e935b2eD38Fe8d796e1B39C4EFc91/info.json
deleted file mode 100644
index aeb339effbb38..0000000000000
--- a/blockchains/ethereum/assets/0x28e9C2F30b5e935b2eD38Fe8d796e1B39C4EFc91/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "wield.finance",
- "symbol": "WFI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x28e9C2F30b5e935b2eD38Fe8d796e1B39C4EFc91",
- "status": "abandoned",
- "id": "0x28e9C2F30b5e935b2eD38Fe8d796e1B39C4EFc91"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x28e9C2F30b5e935b2eD38Fe8d796e1B39C4EFc91/logo.png b/blockchains/ethereum/assets/0x28e9C2F30b5e935b2eD38Fe8d796e1B39C4EFc91/logo.png
deleted file mode 100644
index 833b8e952a087..0000000000000
Binary files a/blockchains/ethereum/assets/0x28e9C2F30b5e935b2eD38Fe8d796e1B39C4EFc91/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x28ea81fac7b1719138cBf61267198155b433E00e/info.json b/blockchains/ethereum/assets/0x28ea81fac7b1719138cBf61267198155b433E00e/info.json
deleted file mode 100644
index 6de1c47bafeab..0000000000000
--- a/blockchains/ethereum/assets/0x28ea81fac7b1719138cBf61267198155b433E00e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cashpayz Token",
- "symbol": "CPC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x28ea81fac7b1719138cBf61267198155b433E00e",
- "status": "abandoned",
- "id": "0x28ea81fac7b1719138cBf61267198155b433E00e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x28ea81fac7b1719138cBf61267198155b433E00e/logo.png b/blockchains/ethereum/assets/0x28ea81fac7b1719138cBf61267198155b433E00e/logo.png
deleted file mode 100644
index c9a7ffaa4743f..0000000000000
Binary files a/blockchains/ethereum/assets/0x28ea81fac7b1719138cBf61267198155b433E00e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x28ebC92E995Ef0a2C9A069D39F991c55A512e07c/info.json b/blockchains/ethereum/assets/0x28ebC92E995Ef0a2C9A069D39F991c55A512e07c/info.json
deleted file mode 100644
index 163ccc4249864..0000000000000
--- a/blockchains/ethereum/assets/0x28ebC92E995Ef0a2C9A069D39F991c55A512e07c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ValorDAO",
- "symbol": "VLR",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x28ebC92E995Ef0a2C9A069D39F991c55A512e07c",
- "status": "abandoned",
- "id": "0x28ebC92E995Ef0a2C9A069D39F991c55A512e07c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x28ebC92E995Ef0a2C9A069D39F991c55A512e07c/logo.png b/blockchains/ethereum/assets/0x28ebC92E995Ef0a2C9A069D39F991c55A512e07c/logo.png
deleted file mode 100644
index c1650cf8a3f00..0000000000000
Binary files a/blockchains/ethereum/assets/0x28ebC92E995Ef0a2C9A069D39F991c55A512e07c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x28f94409B40213D95c0BD942FA16d6C679475bEc/info.json b/blockchains/ethereum/assets/0x28f94409B40213D95c0BD942FA16d6C679475bEc/info.json
deleted file mode 100644
index f06cc37a80c02..0000000000000
--- a/blockchains/ethereum/assets/0x28f94409B40213D95c0BD942FA16d6C679475bEc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DEKSEN Ecosystem",
- "symbol": "DEKSX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x28f94409B40213D95c0BD942FA16d6C679475bEc",
- "status": "abandoned",
- "id": "0x28f94409B40213D95c0BD942FA16d6C679475bEc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x28f94409B40213D95c0BD942FA16d6C679475bEc/logo.png b/blockchains/ethereum/assets/0x28f94409B40213D95c0BD942FA16d6C679475bEc/logo.png
deleted file mode 100644
index 714921da64d8c..0000000000000
Binary files a/blockchains/ethereum/assets/0x28f94409B40213D95c0BD942FA16d6C679475bEc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x28fB9FCf7cF7a67d05bD19fFBEc17578c0dE63d3/info.json b/blockchains/ethereum/assets/0x28fB9FCf7cF7a67d05bD19fFBEc17578c0dE63d3/info.json
deleted file mode 100644
index 2b1a21e3359a6..0000000000000
--- a/blockchains/ethereum/assets/0x28fB9FCf7cF7a67d05bD19fFBEc17578c0dE63d3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cercle Stock Service",
- "symbol": "CSS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x28fB9FCf7cF7a67d05bD19fFBEc17578c0dE63d3",
- "status": "abandoned",
- "id": "0x28fB9FCf7cF7a67d05bD19fFBEc17578c0dE63d3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x28fB9FCf7cF7a67d05bD19fFBEc17578c0dE63d3/logo.png b/blockchains/ethereum/assets/0x28fB9FCf7cF7a67d05bD19fFBEc17578c0dE63d3/logo.png
deleted file mode 100644
index 5242be8d8ee0b..0000000000000
Binary files a/blockchains/ethereum/assets/0x28fB9FCf7cF7a67d05bD19fFBEc17578c0dE63d3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2910Ad99C6376492c9b1b7A5399516Ff59Bb9d63/info.json b/blockchains/ethereum/assets/0x2910Ad99C6376492c9b1b7A5399516Ff59Bb9d63/info.json
deleted file mode 100644
index 1136cffafe247..0000000000000
--- a/blockchains/ethereum/assets/0x2910Ad99C6376492c9b1b7A5399516Ff59Bb9d63/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R897721",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2910Ad99C6376492c9b1b7A5399516Ff59Bb9d63",
- "status": "abandoned",
- "id": "0x2910Ad99C6376492c9b1b7A5399516Ff59Bb9d63"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2910Ad99C6376492c9b1b7A5399516Ff59Bb9d63/logo.png b/blockchains/ethereum/assets/0x2910Ad99C6376492c9b1b7A5399516Ff59Bb9d63/logo.png
deleted file mode 100644
index c6df06028f709..0000000000000
Binary files a/blockchains/ethereum/assets/0x2910Ad99C6376492c9b1b7A5399516Ff59Bb9d63/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2915ACAa744e36BEfB3c539c3d99A7f82AD8E6c9/info.json b/blockchains/ethereum/assets/0x2915ACAa744e36BEfB3c539c3d99A7f82AD8E6c9/info.json
deleted file mode 100644
index dea5a20a27d84..0000000000000
--- a/blockchains/ethereum/assets/0x2915ACAa744e36BEfB3c539c3d99A7f82AD8E6c9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Greek Drachma",
- "symbol": "GRD",
- "type": "ERC20",
- "decimals": 7,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2915ACAa744e36BEfB3c539c3d99A7f82AD8E6c9",
- "status": "abandoned",
- "id": "0x2915ACAa744e36BEfB3c539c3d99A7f82AD8E6c9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2915ACAa744e36BEfB3c539c3d99A7f82AD8E6c9/logo.png b/blockchains/ethereum/assets/0x2915ACAa744e36BEfB3c539c3d99A7f82AD8E6c9/logo.png
deleted file mode 100644
index 4a29d1b4b5250..0000000000000
Binary files a/blockchains/ethereum/assets/0x2915ACAa744e36BEfB3c539c3d99A7f82AD8E6c9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x291FA2725d153bcc6C7E1C304bcaD47fdEf1EF84/info.json b/blockchains/ethereum/assets/0x291FA2725d153bcc6C7E1C304bcaD47fdEf1EF84/info.json
deleted file mode 100644
index 191d5651cbad8..0000000000000
--- a/blockchains/ethereum/assets/0x291FA2725d153bcc6C7E1C304bcaD47fdEf1EF84/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mega Token",
- "symbol": "MX3",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://megamine.co/",
- "explorer": "https://etherscan.io/token/0x291FA2725d153bcc6C7E1C304bcaD47fdEf1EF84",
- "status": "abandoned",
- "id": "0x291FA2725d153bcc6C7E1C304bcaD47fdEf1EF84"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x291FA2725d153bcc6C7E1C304bcaD47fdEf1EF84/logo.png b/blockchains/ethereum/assets/0x291FA2725d153bcc6C7E1C304bcaD47fdEf1EF84/logo.png
deleted file mode 100644
index 3219f0c38dc36..0000000000000
Binary files a/blockchains/ethereum/assets/0x291FA2725d153bcc6C7E1C304bcaD47fdEf1EF84/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x29239242A83479a4074Cb1c9e2A3e6705A4A4455/info.json b/blockchains/ethereum/assets/0x29239242A83479a4074Cb1c9e2A3e6705A4A4455/info.json
deleted file mode 100644
index 6080a661bf6ca..0000000000000
--- a/blockchains/ethereum/assets/0x29239242A83479a4074Cb1c9e2A3e6705A4A4455/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TOZEX",
- "symbol": "TOZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "Tozex Tokenizaton platform",
- "website": "https://tozex.io/",
- "explorer": "https://etherscan.io/token/0x29239242A83479a4074Cb1c9e2A3e6705A4A4455",
- "status": "active",
- "id": "0x29239242A83479a4074Cb1c9e2A3e6705A4A4455"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x29239242A83479a4074Cb1c9e2A3e6705A4A4455/logo.png b/blockchains/ethereum/assets/0x29239242A83479a4074Cb1c9e2A3e6705A4A4455/logo.png
deleted file mode 100644
index ab57e6af72806..0000000000000
Binary files a/blockchains/ethereum/assets/0x29239242A83479a4074Cb1c9e2A3e6705A4A4455/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x293265AB375f52e0D059d3438a76f49f59E234b8/info.json b/blockchains/ethereum/assets/0x293265AB375f52e0D059d3438a76f49f59E234b8/info.json
deleted file mode 100644
index 6dcb8d716d5cc..0000000000000
--- a/blockchains/ethereum/assets/0x293265AB375f52e0D059d3438a76f49f59E234b8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WorldBusinessZimonCoin",
- "symbol": "WBZ",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x293265AB375f52e0D059d3438a76f49f59E234b8",
- "status": "abandoned",
- "id": "0x293265AB375f52e0D059d3438a76f49f59E234b8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x293265AB375f52e0D059d3438a76f49f59E234b8/logo.png b/blockchains/ethereum/assets/0x293265AB375f52e0D059d3438a76f49f59E234b8/logo.png
deleted file mode 100755
index 1047d52cd4161..0000000000000
Binary files a/blockchains/ethereum/assets/0x293265AB375f52e0D059d3438a76f49f59E234b8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2932746414a6766a2b4A472CB3a2624f5667Fd83/info.json b/blockchains/ethereum/assets/0x2932746414a6766a2b4A472CB3a2624f5667Fd83/info.json
deleted file mode 100644
index 2d66ac08de175..0000000000000
--- a/blockchains/ethereum/assets/0x2932746414a6766a2b4A472CB3a2624f5667Fd83/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitBall Treasure",
- "symbol": "BTRS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2932746414a6766a2b4A472CB3a2624f5667Fd83",
- "status": "abandoned",
- "id": "0x2932746414a6766a2b4A472CB3a2624f5667Fd83"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2932746414a6766a2b4A472CB3a2624f5667Fd83/logo.png b/blockchains/ethereum/assets/0x2932746414a6766a2b4A472CB3a2624f5667Fd83/logo.png
deleted file mode 100644
index b7483ca5accc4..0000000000000
Binary files a/blockchains/ethereum/assets/0x2932746414a6766a2b4A472CB3a2624f5667Fd83/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x293B0Cd0991DB07c8529fEBb01bc7D052315C5Ab/info.json b/blockchains/ethereum/assets/0x293B0Cd0991DB07c8529fEBb01bc7D052315C5Ab/info.json
deleted file mode 100644
index cc7f579d1bdc1..0000000000000
--- a/blockchains/ethereum/assets/0x293B0Cd0991DB07c8529fEBb01bc7D052315C5Ab/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "InTime",
- "symbol": "ITO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.intimefoundation.org/",
- "explorer": "https://etherscan.io/token/0x293B0Cd0991DB07c8529fEBb01bc7D052315C5Ab",
- "status": "abandoned",
- "id": "0x293B0Cd0991DB07c8529fEBb01bc7D052315C5Ab"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x293B0Cd0991DB07c8529fEBb01bc7D052315C5Ab/logo.png b/blockchains/ethereum/assets/0x293B0Cd0991DB07c8529fEBb01bc7D052315C5Ab/logo.png
deleted file mode 100644
index ef48664780b51..0000000000000
Binary files a/blockchains/ethereum/assets/0x293B0Cd0991DB07c8529fEBb01bc7D052315C5Ab/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2941dEaad71ADb02B944bd38EBce2f1F4C9A62Dc/info.json b/blockchains/ethereum/assets/0x2941dEaad71ADb02B944bd38EBce2f1F4C9A62Dc/info.json
deleted file mode 100644
index 4170dc73f86dc..0000000000000
--- a/blockchains/ethereum/assets/0x2941dEaad71ADb02B944bd38EBce2f1F4C9A62Dc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ColoradoCoin",
- "symbol": "COLO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2941dEaad71ADb02B944bd38EBce2f1F4C9A62Dc",
- "status": "abandoned",
- "id": "0x2941dEaad71ADb02B944bd38EBce2f1F4C9A62Dc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2941dEaad71ADb02B944bd38EBce2f1F4C9A62Dc/logo.png b/blockchains/ethereum/assets/0x2941dEaad71ADb02B944bd38EBce2f1F4C9A62Dc/logo.png
deleted file mode 100755
index 180048ca932d5..0000000000000
Binary files a/blockchains/ethereum/assets/0x2941dEaad71ADb02B944bd38EBce2f1F4C9A62Dc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x29502fE4d233EF0b45C3647101Fa1252cE0634BD/info.json b/blockchains/ethereum/assets/0x29502fE4d233EF0b45C3647101Fa1252cE0634BD/info.json
deleted file mode 100644
index 989fd5009a32e..0000000000000
--- a/blockchains/ethereum/assets/0x29502fE4d233EF0b45C3647101Fa1252cE0634BD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Froge Finance",
- "type": "ERC20",
- "symbol": "FROGE",
- "decimals": 9,
- "website": "https://froge.finance",
- "description": "FROGE, THE WORLDS FIRST ECO-DEFI",
- "explorer": "https://etherscan.io/token/0x29502fE4d233EF0b45C3647101Fa1252cE0634BD",
- "status": "active",
- "id": "0x29502fE4d233EF0b45C3647101Fa1252cE0634BD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x29502fE4d233EF0b45C3647101Fa1252cE0634BD/logo.png b/blockchains/ethereum/assets/0x29502fE4d233EF0b45C3647101Fa1252cE0634BD/logo.png
deleted file mode 100644
index c0697aa3d7853..0000000000000
Binary files a/blockchains/ethereum/assets/0x29502fE4d233EF0b45C3647101Fa1252cE0634BD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x29536B7Ca7029b5cDDEB03c0451715615AcA35ba/info.json b/blockchains/ethereum/assets/0x29536B7Ca7029b5cDDEB03c0451715615AcA35ba/info.json
deleted file mode 100644
index 38a24d627a8c6..0000000000000
--- a/blockchains/ethereum/assets/0x29536B7Ca7029b5cDDEB03c0451715615AcA35ba/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NewOS Token",
- "symbol": "NEWOS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://ne.ws/html/",
- "explorer": "https://etherscan.io/token/0x29536B7Ca7029b5cDDEB03c0451715615AcA35ba",
- "status": "abandoned",
- "id": "0x29536B7Ca7029b5cDDEB03c0451715615AcA35ba"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x29536B7Ca7029b5cDDEB03c0451715615AcA35ba/logo.png b/blockchains/ethereum/assets/0x29536B7Ca7029b5cDDEB03c0451715615AcA35ba/logo.png
deleted file mode 100644
index 658b27fcaa824..0000000000000
Binary files a/blockchains/ethereum/assets/0x29536B7Ca7029b5cDDEB03c0451715615AcA35ba/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2956356cD2a2bf3202F771F50D3D14A367b48070/info.json b/blockchains/ethereum/assets/0x2956356cD2a2bf3202F771F50D3D14A367b48070/info.json
deleted file mode 100644
index 1f2842cbf9145..0000000000000
--- a/blockchains/ethereum/assets/0x2956356cD2a2bf3202F771F50D3D14A367b48070/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ether Token",
- "symbol": "WETH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2956356cD2a2bf3202F771F50D3D14A367b48070",
- "status": "abandoned",
- "id": "0x2956356cD2a2bf3202F771F50D3D14A367b48070"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2956356cD2a2bf3202F771F50D3D14A367b48070/logo.png b/blockchains/ethereum/assets/0x2956356cD2a2bf3202F771F50D3D14A367b48070/logo.png
deleted file mode 100644
index 74c9aaed309a0..0000000000000
Binary files a/blockchains/ethereum/assets/0x2956356cD2a2bf3202F771F50D3D14A367b48070/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x296b3Fc8e3CC768F834152586e5Ad708BFE8F163/info.json b/blockchains/ethereum/assets/0x296b3Fc8e3CC768F834152586e5Ad708BFE8F163/info.json
deleted file mode 100644
index 96c5132fec096..0000000000000
--- a/blockchains/ethereum/assets/0x296b3Fc8e3CC768F834152586e5Ad708BFE8F163/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FirstEnergy Token",
- "symbol": "FET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://firstenergytoken.com/",
- "explorer": "https://etherscan.io/token/0x296b3Fc8e3CC768F834152586e5Ad708BFE8F163",
- "status": "abandoned",
- "id": "0x296b3Fc8e3CC768F834152586e5Ad708BFE8F163"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x296b3Fc8e3CC768F834152586e5Ad708BFE8F163/logo.png b/blockchains/ethereum/assets/0x296b3Fc8e3CC768F834152586e5Ad708BFE8F163/logo.png
deleted file mode 100644
index 9371ddf413601..0000000000000
Binary files a/blockchains/ethereum/assets/0x296b3Fc8e3CC768F834152586e5Ad708BFE8F163/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x297316B8215eEf7773c6Ffac56C9b85cE2213bDc/info.json b/blockchains/ethereum/assets/0x297316B8215eEf7773c6Ffac56C9b85cE2213bDc/info.json
deleted file mode 100644
index be192f33eb90c..0000000000000
--- a/blockchains/ethereum/assets/0x297316B8215eEf7773c6Ffac56C9b85cE2213bDc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "StarLight",
- "symbol": "SLT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x297316B8215eEf7773c6Ffac56C9b85cE2213bDc",
- "status": "abandoned",
- "id": "0x297316B8215eEf7773c6Ffac56C9b85cE2213bDc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x297316B8215eEf7773c6Ffac56C9b85cE2213bDc/logo.png b/blockchains/ethereum/assets/0x297316B8215eEf7773c6Ffac56C9b85cE2213bDc/logo.png
deleted file mode 100644
index 58f736c0cdb04..0000000000000
Binary files a/blockchains/ethereum/assets/0x297316B8215eEf7773c6Ffac56C9b85cE2213bDc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2976AC3D0bB67C6307A73Df852C61c14cDDa9863/info.json b/blockchains/ethereum/assets/0x2976AC3D0bB67C6307A73Df852C61c14cDDa9863/info.json
deleted file mode 100644
index c05e0f1c633e9..0000000000000
--- a/blockchains/ethereum/assets/0x2976AC3D0bB67C6307A73Df852C61c14cDDa9863/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoin Neo",
- "symbol": "BTCN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2976AC3D0bB67C6307A73Df852C61c14cDDa9863",
- "status": "abandoned",
- "id": "0x2976AC3D0bB67C6307A73Df852C61c14cDDa9863"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2976AC3D0bB67C6307A73Df852C61c14cDDa9863/logo.png b/blockchains/ethereum/assets/0x2976AC3D0bB67C6307A73Df852C61c14cDDa9863/logo.png
deleted file mode 100644
index 958d71be8dc9c..0000000000000
Binary files a/blockchains/ethereum/assets/0x2976AC3D0bB67C6307A73Df852C61c14cDDa9863/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2976cfd34E41fA6D5eC96D6C1b738eF0b582098e/info.json b/blockchains/ethereum/assets/0x2976cfd34E41fA6D5eC96D6C1b738eF0b582098e/info.json
deleted file mode 100644
index ce1f44ba6169d..0000000000000
--- a/blockchains/ethereum/assets/0x2976cfd34E41fA6D5eC96D6C1b738eF0b582098e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MythicX",
- "symbol": "MTCX2",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2976cfd34E41fA6D5eC96D6C1b738eF0b582098e",
- "status": "abandoned",
- "id": "0x2976cfd34E41fA6D5eC96D6C1b738eF0b582098e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2976cfd34E41fA6D5eC96D6C1b738eF0b582098e/logo.png b/blockchains/ethereum/assets/0x2976cfd34E41fA6D5eC96D6C1b738eF0b582098e/logo.png
deleted file mode 100644
index 1fa65c08f8646..0000000000000
Binary files a/blockchains/ethereum/assets/0x2976cfd34E41fA6D5eC96D6C1b738eF0b582098e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x297E4e5e59Ad72B1B0A2fd446929e76117be0E0a/info.json b/blockchains/ethereum/assets/0x297E4e5e59Ad72B1B0A2fd446929e76117be0E0a/info.json
deleted file mode 100644
index e6b0ac01b7fac..0000000000000
--- a/blockchains/ethereum/assets/0x297E4e5e59Ad72B1B0A2fd446929e76117be0E0a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ValorToken",
- "symbol": "VALOR",
- "type": "ERC20",
- "decimals": 18,
- "description": "SMART VALOR's vision is to build the new financial market infrastructure for on-chain securitization, democratizing access to wealth and making exclusive investments more widely accessible.",
- "website": "https://smartvalor.com",
- "explorer": "https://etherscan.io/token/0x297E4e5e59Ad72B1B0A2fd446929e76117be0E0a",
- "status": "active",
- "id": "0x297E4e5e59Ad72B1B0A2fd446929e76117be0E0a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x297E4e5e59Ad72B1B0A2fd446929e76117be0E0a/logo.png b/blockchains/ethereum/assets/0x297E4e5e59Ad72B1B0A2fd446929e76117be0E0a/logo.png
deleted file mode 100644
index ce1dd7ce5e239..0000000000000
Binary files a/blockchains/ethereum/assets/0x297E4e5e59Ad72B1B0A2fd446929e76117be0E0a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x29842bDDbA886Ce9F4834aaF167efee976357bF6/info.json b/blockchains/ethereum/assets/0x29842bDDbA886Ce9F4834aaF167efee976357bF6/info.json
deleted file mode 100644
index 2d40f3b56c96e..0000000000000
--- a/blockchains/ethereum/assets/0x29842bDDbA886Ce9F4834aaF167efee976357bF6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-3/30M33",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x29842bDDbA886Ce9F4834aaF167efee976357bF6",
- "status": "abandoned",
- "id": "0x29842bDDbA886Ce9F4834aaF167efee976357bF6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x29842bDDbA886Ce9F4834aaF167efee976357bF6/logo.png b/blockchains/ethereum/assets/0x29842bDDbA886Ce9F4834aaF167efee976357bF6/logo.png
deleted file mode 100644
index 7c05be5424327..0000000000000
Binary files a/blockchains/ethereum/assets/0x29842bDDbA886Ce9F4834aaF167efee976357bF6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x298d492e8c1d909D3F63Bc4A36C66c64ACB3d695/info.json b/blockchains/ethereum/assets/0x298d492e8c1d909D3F63Bc4A36C66c64ACB3d695/info.json
deleted file mode 100644
index 44d0896fe182f..0000000000000
--- a/blockchains/ethereum/assets/0x298d492e8c1d909D3F63Bc4A36C66c64ACB3d695/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PolkaBridge",
- "symbol": "PBR",
- "type": "ERC20",
- "decimals": 18,
- "description": "A decentralized all-in-one financial application platform. The PolkaBridge ecosystem is expected to include crosschain AMM, Farming, Lending, Fundraising platform (Launchpad), Prediction, NFT, and more. All products will be developed with Polkadot in center.",
- "website": "https://polkabridge.org/",
- "explorer": "https://etherscan.io/token/0x298d492e8c1d909D3F63Bc4A36C66c64ACB3d695",
- "status": "active",
- "id": "0x298d492e8c1d909D3F63Bc4A36C66c64ACB3d695"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x298d492e8c1d909D3F63Bc4A36C66c64ACB3d695/logo.png b/blockchains/ethereum/assets/0x298d492e8c1d909D3F63Bc4A36C66c64ACB3d695/logo.png
deleted file mode 100644
index dbbf49efdff7f..0000000000000
Binary files a/blockchains/ethereum/assets/0x298d492e8c1d909D3F63Bc4A36C66c64ACB3d695/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x29917c3B1c2B4779a7B61f08d98B3Da0fCf3b6A4/info.json b/blockchains/ethereum/assets/0x29917c3B1c2B4779a7B61f08d98B3Da0fCf3b6A4/info.json
deleted file mode 100644
index fa14ffd6147bf..0000000000000
--- a/blockchains/ethereum/assets/0x29917c3B1c2B4779a7B61f08d98B3Da0fCf3b6A4/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "ArgenPeso",
- "website": "https://argenpeso.com",
- "description": "ArgenPeso is the Argentine digital cryptocurrency that seeks to give a new value to the Argentine peso.",
- "explorer": "https://etherscan.io/token/0x29917c3B1c2B4779a7B61f08d98B3Da0fCf3b6A4",
- "type": "ERC20",
- "symbol": "ARGP",
- "decimals": 18,
- "status": "active",
- "id": "0x29917c3B1c2B4779a7B61f08d98B3Da0fCf3b6A4",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/argenpeso"
- },
- {
- "name": "whitepaper",
- "url": "https://argenpeso.com/whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x29917c3B1c2B4779a7B61f08d98B3Da0fCf3b6A4/logo.png b/blockchains/ethereum/assets/0x29917c3B1c2B4779a7B61f08d98B3Da0fCf3b6A4/logo.png
deleted file mode 100644
index eef6f6d6d6c2b..0000000000000
Binary files a/blockchains/ethereum/assets/0x29917c3B1c2B4779a7B61f08d98B3Da0fCf3b6A4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x29D75277aC7F0335b2165D0895E8725cbF658d73/info.json b/blockchains/ethereum/assets/0x29D75277aC7F0335b2165D0895E8725cbF658d73/info.json
deleted file mode 100644
index 774970a9708d0..0000000000000
--- a/blockchains/ethereum/assets/0x29D75277aC7F0335b2165D0895E8725cbF658d73/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitDice",
- "symbol": "CSNO",
- "type": "ERC20",
- "decimals": 8,
- "description": "Bitdice Casino.",
- "website": "https://www.bitdice.me/",
- "explorer": "https://etherscan.io/token/0x29D75277aC7F0335b2165D0895E8725cbF658d73",
- "status": "active",
- "id": "0x29D75277aC7F0335b2165D0895E8725cbF658d73"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x29D75277aC7F0335b2165D0895E8725cbF658d73/logo.png b/blockchains/ethereum/assets/0x29D75277aC7F0335b2165D0895E8725cbF658d73/logo.png
deleted file mode 100644
index 936abcb022891..0000000000000
Binary files a/blockchains/ethereum/assets/0x29D75277aC7F0335b2165D0895E8725cbF658d73/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x29E95E732e96315B88DF0123058527E4eC0e6E6a/info.json b/blockchains/ethereum/assets/0x29E95E732e96315B88DF0123058527E4eC0e6E6a/info.json
deleted file mode 100644
index 12a097d5226f5..0000000000000
--- a/blockchains/ethereum/assets/0x29E95E732e96315B88DF0123058527E4eC0e6E6a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dain ",
- "symbol": "DNC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x29E95E732e96315B88DF0123058527E4eC0e6E6a",
- "status": "abandoned",
- "id": "0x29E95E732e96315B88DF0123058527E4eC0e6E6a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x29E95E732e96315B88DF0123058527E4eC0e6E6a/logo.png b/blockchains/ethereum/assets/0x29E95E732e96315B88DF0123058527E4eC0e6E6a/logo.png
deleted file mode 100644
index c422ff71de1cb..0000000000000
Binary files a/blockchains/ethereum/assets/0x29E95E732e96315B88DF0123058527E4eC0e6E6a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x29E9fDF5933824ad21Bc6dbb8BF156EFA3735e32/info.json b/blockchains/ethereum/assets/0x29E9fDF5933824ad21Bc6dbb8BF156EFA3735e32/info.json
deleted file mode 100644
index 08106eca47fc6..0000000000000
--- a/blockchains/ethereum/assets/0x29E9fDF5933824ad21Bc6dbb8BF156EFA3735e32/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Meter Stable mapped by Meter.io",
- "website": "https://meter.io/",
- "description": "eMTR is the ERC-20 equivalent of MTR, the low-volatility coin of the Meter network.",
- "explorer": "https://etherscan.io/token/0x29E9fDF5933824ad21Bc6dbb8BF156EFA3735e32",
- "type": "ERC20",
- "symbol": "eMTR",
- "decimals": 18,
- "status": "abandoned",
- "id": "0x29E9fDF5933824ad21Bc6dbb8BF156EFA3735e32",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/meterio"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Meter_IO"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Meter_IO"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/XZgZsCn"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/MeterFoundation/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Meter_io/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x29F20242051AccDA50D52a7E272A5F23237e4696/info.json b/blockchains/ethereum/assets/0x29F20242051AccDA50D52a7E272A5F23237e4696/info.json
deleted file mode 100644
index 1a66801979738..0000000000000
--- a/blockchains/ethereum/assets/0x29F20242051AccDA50D52a7E272A5F23237e4696/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Identity Hub Token",
- "symbol": "IDHUB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.idhub.network/",
- "explorer": "https://etherscan.io/token/0x29F20242051AccDA50D52a7E272A5F23237e4696",
- "status": "abandoned",
- "id": "0x29F20242051AccDA50D52a7E272A5F23237e4696"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x29F20242051AccDA50D52a7E272A5F23237e4696/logo.png b/blockchains/ethereum/assets/0x29F20242051AccDA50D52a7E272A5F23237e4696/logo.png
deleted file mode 100644
index f531a0825a95f..0000000000000
Binary files a/blockchains/ethereum/assets/0x29F20242051AccDA50D52a7E272A5F23237e4696/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x29b9D465b1B1c81Fe23De0a3F459BDEe4841562c/info.json b/blockchains/ethereum/assets/0x29b9D465b1B1c81Fe23De0a3F459BDEe4841562c/info.json
deleted file mode 100644
index 6d24e68586c82..0000000000000
--- a/blockchains/ethereum/assets/0x29b9D465b1B1c81Fe23De0a3F459BDEe4841562c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-8/30M38",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x29b9D465b1B1c81Fe23De0a3F459BDEe4841562c",
- "status": "abandoned",
- "id": "0x29b9D465b1B1c81Fe23De0a3F459BDEe4841562c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x29b9D465b1B1c81Fe23De0a3F459BDEe4841562c/logo.png b/blockchains/ethereum/assets/0x29b9D465b1B1c81Fe23De0a3F459BDEe4841562c/logo.png
deleted file mode 100644
index 36adb3888edf7..0000000000000
Binary files a/blockchains/ethereum/assets/0x29b9D465b1B1c81Fe23De0a3F459BDEe4841562c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x29c59Add453901Cf03D25f3Cf7aF39f52224A19a/info.json b/blockchains/ethereum/assets/0x29c59Add453901Cf03D25f3Cf7aF39f52224A19a/info.json
deleted file mode 100644
index 2429670a34081..0000000000000
--- a/blockchains/ethereum/assets/0x29c59Add453901Cf03D25f3Cf7aF39f52224A19a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DoNever",
- "symbol": "DoCoin",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x29c59Add453901Cf03D25f3Cf7aF39f52224A19a",
- "status": "abandoned",
- "id": "0x29c59Add453901Cf03D25f3Cf7aF39f52224A19a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x29c59Add453901Cf03D25f3Cf7aF39f52224A19a/logo.png b/blockchains/ethereum/assets/0x29c59Add453901Cf03D25f3Cf7aF39f52224A19a/logo.png
deleted file mode 100644
index b0f422dc7b0d1..0000000000000
Binary files a/blockchains/ethereum/assets/0x29c59Add453901Cf03D25f3Cf7aF39f52224A19a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x29cF2AFCac8648ab3687E579684298650A66742c/info.json b/blockchains/ethereum/assets/0x29cF2AFCac8648ab3687E579684298650A66742c/info.json
deleted file mode 100644
index a735204d05bda..0000000000000
--- a/blockchains/ethereum/assets/0x29cF2AFCac8648ab3687E579684298650A66742c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SEAPonyCoin",
- "symbol": "SEA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ico.SEAponyCon.com",
- "explorer": "https://etherscan.io/token/0x29cF2AFCac8648ab3687E579684298650A66742c",
- "status": "abandoned",
- "id": "0x29cF2AFCac8648ab3687E579684298650A66742c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x29cF2AFCac8648ab3687E579684298650A66742c/logo.png b/blockchains/ethereum/assets/0x29cF2AFCac8648ab3687E579684298650A66742c/logo.png
deleted file mode 100755
index 32f653066ae1f..0000000000000
Binary files a/blockchains/ethereum/assets/0x29cF2AFCac8648ab3687E579684298650A66742c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x29cac70bB7FF448Db2C91e36f7A303624d7fc43F/info.json b/blockchains/ethereum/assets/0x29cac70bB7FF448Db2C91e36f7A303624d7fc43F/info.json
deleted file mode 100644
index c9820ff3d3e71..0000000000000
--- a/blockchains/ethereum/assets/0x29cac70bB7FF448Db2C91e36f7A303624d7fc43F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-5/30M65",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x29cac70bB7FF448Db2C91e36f7A303624d7fc43F",
- "status": "active",
- "id": "0x29cac70bB7FF448Db2C91e36f7A303624d7fc43F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x29cac70bB7FF448Db2C91e36f7A303624d7fc43F/logo.png b/blockchains/ethereum/assets/0x29cac70bB7FF448Db2C91e36f7A303624d7fc43F/logo.png
deleted file mode 100644
index 5c7ce677a87b3..0000000000000
Binary files a/blockchains/ethereum/assets/0x29cac70bB7FF448Db2C91e36f7A303624d7fc43F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x29dDc6A48EB611e8586a608e32C072A42614314D/info.json b/blockchains/ethereum/assets/0x29dDc6A48EB611e8586a608e32C072A42614314D/info.json
deleted file mode 100644
index 57506af674193..0000000000000
--- a/blockchains/ethereum/assets/0x29dDc6A48EB611e8586a608e32C072A42614314D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R937191",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x29dDc6A48EB611e8586a608e32C072A42614314D",
- "status": "spam",
- "id": "0x29dDc6A48EB611e8586a608e32C072A42614314D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x29dDc6A48EB611e8586a608e32C072A42614314D/logo.png b/blockchains/ethereum/assets/0x29dDc6A48EB611e8586a608e32C072A42614314D/logo.png
deleted file mode 100644
index 798840753819c..0000000000000
Binary files a/blockchains/ethereum/assets/0x29dDc6A48EB611e8586a608e32C072A42614314D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x29fb4CEe43155bAAB885897f0e96B1F0572a1E86/info.json b/blockchains/ethereum/assets/0x29fb4CEe43155bAAB885897f0e96B1F0572a1E86/info.json
deleted file mode 100644
index 7c71d3610ac21..0000000000000
--- a/blockchains/ethereum/assets/0x29fb4CEe43155bAAB885897f0e96B1F0572a1E86/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FilmBusinessBuster",
- "symbol": "FBB",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x29fb4CEe43155bAAB885897f0e96B1F0572a1E86",
- "status": "abandoned",
- "id": "0x29fb4CEe43155bAAB885897f0e96B1F0572a1E86"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x29fb4CEe43155bAAB885897f0e96B1F0572a1E86/logo.png b/blockchains/ethereum/assets/0x29fb4CEe43155bAAB885897f0e96B1F0572a1E86/logo.png
deleted file mode 100644
index f6901ddb0aca0..0000000000000
Binary files a/blockchains/ethereum/assets/0x29fb4CEe43155bAAB885897f0e96B1F0572a1E86/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2A05d22DB079BC40C2f77a1d1fF703a56E631cc1/info.json b/blockchains/ethereum/assets/0x2A05d22DB079BC40C2f77a1d1fF703a56E631cc1/info.json
deleted file mode 100644
index 8ece1c28d53be..0000000000000
--- a/blockchains/ethereum/assets/0x2A05d22DB079BC40C2f77a1d1fF703a56E631cc1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitAsean",
- "symbol": "BAS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.bitasean.org/",
- "explorer": "https://etherscan.io/token/0x2A05d22DB079BC40C2f77a1d1fF703a56E631cc1",
- "status": "abandoned",
- "id": "0x2A05d22DB079BC40C2f77a1d1fF703a56E631cc1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2A05d22DB079BC40C2f77a1d1fF703a56E631cc1/logo.png b/blockchains/ethereum/assets/0x2A05d22DB079BC40C2f77a1d1fF703a56E631cc1/logo.png
deleted file mode 100644
index 2e62d947a412c..0000000000000
Binary files a/blockchains/ethereum/assets/0x2A05d22DB079BC40C2f77a1d1fF703a56E631cc1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2A22e5cCA00a3D63308fa39f29202eB1b39eEf52/info.json b/blockchains/ethereum/assets/0x2A22e5cCA00a3D63308fa39f29202eB1b39eEf52/info.json
deleted file mode 100644
index 7416af2d205ca..0000000000000
--- a/blockchains/ethereum/assets/0x2A22e5cCA00a3D63308fa39f29202eB1b39eEf52/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EDU Token",
- "symbol": "EDU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2A22e5cCA00a3D63308fa39f29202eB1b39eEf52",
- "status": "abandoned",
- "id": "0x2A22e5cCA00a3D63308fa39f29202eB1b39eEf52"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2A22e5cCA00a3D63308fa39f29202eB1b39eEf52/logo.png b/blockchains/ethereum/assets/0x2A22e5cCA00a3D63308fa39f29202eB1b39eEf52/logo.png
deleted file mode 100755
index 67e18b1de38b2..0000000000000
Binary files a/blockchains/ethereum/assets/0x2A22e5cCA00a3D63308fa39f29202eB1b39eEf52/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2A4F61Ca0e03e260E6BE91692e430293D73998F0/info.json b/blockchains/ethereum/assets/0x2A4F61Ca0e03e260E6BE91692e430293D73998F0/info.json
deleted file mode 100644
index d30f82ffe9c24..0000000000000
--- a/blockchains/ethereum/assets/0x2A4F61Ca0e03e260E6BE91692e430293D73998F0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FLUXCOIN-A",
- "symbol": "FLXA",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2A4F61Ca0e03e260E6BE91692e430293D73998F0",
- "status": "abandoned",
- "id": "0x2A4F61Ca0e03e260E6BE91692e430293D73998F0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2A4F61Ca0e03e260E6BE91692e430293D73998F0/logo.png b/blockchains/ethereum/assets/0x2A4F61Ca0e03e260E6BE91692e430293D73998F0/logo.png
deleted file mode 100644
index ded3f1d0c1e1e..0000000000000
Binary files a/blockchains/ethereum/assets/0x2A4F61Ca0e03e260E6BE91692e430293D73998F0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2A5c5212f399aa04a0ce28dBe48C1a17FcA78DF4/info.json b/blockchains/ethereum/assets/0x2A5c5212f399aa04a0ce28dBe48C1a17FcA78DF4/info.json
deleted file mode 100644
index 5cc84e2f22197..0000000000000
--- a/blockchains/ethereum/assets/0x2A5c5212f399aa04a0ce28dBe48C1a17FcA78DF4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XDAC COIN",
- "symbol": "XDAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2A5c5212f399aa04a0ce28dBe48C1a17FcA78DF4",
- "status": "abandoned",
- "id": "0x2A5c5212f399aa04a0ce28dBe48C1a17FcA78DF4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2A5c5212f399aa04a0ce28dBe48C1a17FcA78DF4/logo.png b/blockchains/ethereum/assets/0x2A5c5212f399aa04a0ce28dBe48C1a17FcA78DF4/logo.png
deleted file mode 100755
index 9ef606f031d8e..0000000000000
Binary files a/blockchains/ethereum/assets/0x2A5c5212f399aa04a0ce28dBe48C1a17FcA78DF4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2A5e6368d6711979B333E2db8707b4C5b1AaF7C2/info.json b/blockchains/ethereum/assets/0x2A5e6368d6711979B333E2db8707b4C5b1AaF7C2/info.json
deleted file mode 100644
index 01172bc2955b7..0000000000000
--- a/blockchains/ethereum/assets/0x2A5e6368d6711979B333E2db8707b4C5b1AaF7C2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AsianCapitalChain",
- "symbol": "ACC",
- "type": "ERC20",
- "decimals": 7,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2A5e6368d6711979B333E2db8707b4C5b1AaF7C2",
- "status": "abandoned",
- "id": "0x2A5e6368d6711979B333E2db8707b4C5b1AaF7C2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2A5e6368d6711979B333E2db8707b4C5b1AaF7C2/logo.png b/blockchains/ethereum/assets/0x2A5e6368d6711979B333E2db8707b4C5b1AaF7C2/logo.png
deleted file mode 100755
index 753c59ab583e7..0000000000000
Binary files a/blockchains/ethereum/assets/0x2A5e6368d6711979B333E2db8707b4C5b1AaF7C2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2A73CB91ED8983398F83082c093ac306cac209FF/info.json b/blockchains/ethereum/assets/0x2A73CB91ED8983398F83082c093ac306cac209FF/info.json
deleted file mode 100644
index 677517fb0ba2b..0000000000000
--- a/blockchains/ethereum/assets/0x2A73CB91ED8983398F83082c093ac306cac209FF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fanboys Interactive",
- "symbol": "FIG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2A73CB91ED8983398F83082c093ac306cac209FF",
- "status": "abandoned",
- "id": "0x2A73CB91ED8983398F83082c093ac306cac209FF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2A73CB91ED8983398F83082c093ac306cac209FF/logo.png b/blockchains/ethereum/assets/0x2A73CB91ED8983398F83082c093ac306cac209FF/logo.png
deleted file mode 100644
index d407add7f49d6..0000000000000
Binary files a/blockchains/ethereum/assets/0x2A73CB91ED8983398F83082c093ac306cac209FF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86/info.json b/blockchains/ethereum/assets/0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86/info.json
deleted file mode 100644
index 30807194e248d..0000000000000
--- a/blockchains/ethereum/assets/0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86/info.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Origin Dollar (OUSD)",
- "website": "https://ousd.com",
- "description": "The first stablecoin that earns a yield while it’s still in your wallet",
- "explorer": "https://etherscan.io/token/0x2a8e1e676ec238d8a992307b495b45b3feaa5e86",
- "type": "ERC20",
- "symbol": "OUSD",
- "decimals": 18,
- "status": "active",
- "id": "0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86",
- "tags": [
- "stablecoin"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/originprotocol/origin-dollar"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86/logo.png b/blockchains/ethereum/assets/0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86/logo.png
deleted file mode 100644
index 372f46413c59e..0000000000000
Binary files a/blockchains/ethereum/assets/0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2AA4a3E8bB72BE68a31c9c3C98CA7BeC723C6222/info.json b/blockchains/ethereum/assets/0x2AA4a3E8bB72BE68a31c9c3C98CA7BeC723C6222/info.json
deleted file mode 100644
index 7047c521472d8..0000000000000
--- a/blockchains/ethereum/assets/0x2AA4a3E8bB72BE68a31c9c3C98CA7BeC723C6222/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BispexToken",
- "symbol": "BPX",
- "type": "ERC20",
- "decimals": 18,
- "description": "Bispex is a prediction market platform that focuses on cryptocurrency price changes. Predict and win cryptocurrency for making accurate forecasts today.",
- "website": "https://bispex.com",
- "explorer": "https://etherscan.io/token/0x2AA4a3E8bB72BE68a31c9c3C98CA7BeC723C6222",
- "status": "active",
- "id": "0x2AA4a3E8bB72BE68a31c9c3C98CA7BeC723C6222"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2AA4a3E8bB72BE68a31c9c3C98CA7BeC723C6222/logo.png b/blockchains/ethereum/assets/0x2AA4a3E8bB72BE68a31c9c3C98CA7BeC723C6222/logo.png
deleted file mode 100644
index 8bfbd435838e7..0000000000000
Binary files a/blockchains/ethereum/assets/0x2AA4a3E8bB72BE68a31c9c3C98CA7BeC723C6222/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2ACFf9cc74B104CD8540E9a2F691f22d3BD924d7/info.json b/blockchains/ethereum/assets/0x2ACFf9cc74B104CD8540E9a2F691f22d3BD924d7/info.json
deleted file mode 100644
index bb1f57cc161a9..0000000000000
--- a/blockchains/ethereum/assets/0x2ACFf9cc74B104CD8540E9a2F691f22d3BD924d7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WrapUSDT",
- "website": "https://ecocelium.io",
- "description": "Wrapped version of Tether (USDT)",
- "explorer": "https://etherscan.io/token/0x2ACFf9cc74B104CD8540E9a2F691f22d3BD924d7",
- "type": "ERC20",
- "symbol": "eUSDT",
- "decimals": 6,
- "status": "active",
- "id": "0x2ACFf9cc74B104CD8540E9a2F691f22d3BD924d7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2ACFf9cc74B104CD8540E9a2F691f22d3BD924d7/logo.png b/blockchains/ethereum/assets/0x2ACFf9cc74B104CD8540E9a2F691f22d3BD924d7/logo.png
deleted file mode 100644
index b858179163054..0000000000000
Binary files a/blockchains/ethereum/assets/0x2ACFf9cc74B104CD8540E9a2F691f22d3BD924d7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2AEC18c5500f21359CE1BEA5Dc1777344dF4C0Dc/info.json b/blockchains/ethereum/assets/0x2AEC18c5500f21359CE1BEA5Dc1777344dF4C0Dc/info.json
deleted file mode 100644
index d8010e22783d2..0000000000000
--- a/blockchains/ethereum/assets/0x2AEC18c5500f21359CE1BEA5Dc1777344dF4C0Dc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FarmaTrust Token",
- "symbol": "FTT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.farmatrust.com/",
- "explorer": "https://etherscan.io/token/0x2AEC18c5500f21359CE1BEA5Dc1777344dF4C0Dc",
- "status": "abandoned",
- "id": "0x2AEC18c5500f21359CE1BEA5Dc1777344dF4C0Dc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2AEC18c5500f21359CE1BEA5Dc1777344dF4C0Dc/logo.png b/blockchains/ethereum/assets/0x2AEC18c5500f21359CE1BEA5Dc1777344dF4C0Dc/logo.png
deleted file mode 100755
index c51fa2d2385a2..0000000000000
Binary files a/blockchains/ethereum/assets/0x2AEC18c5500f21359CE1BEA5Dc1777344dF4C0Dc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3/info.json b/blockchains/ethereum/assets/0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3/info.json
deleted file mode 100644
index d740e903cde4d..0000000000000
--- a/blockchains/ethereum/assets/0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "UNUS SED LEO",
- "website": "https://bitfinex.com",
- "description": "LEO Token is a Bitfinex exchange token, which mainly use is for discounts on the exchange.",
- "explorer": "https://etherscan.io/token/0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3",
- "type": "ERC20",
- "symbol": "LEO",
- "decimals": 18,
- "status": "active",
- "id": "0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3",
- "links": [
- {
- "name": "facebook",
- "url": "https://facebook.com/bitfinex1"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/bitfinex"
- },
- {
- "name": "telegram",
- "url": "https://t.me/bfxtelegram"
- },
- {
- "name": "whitepaper",
- "url": "https://bitfinex.com/wp-2019-05.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/leo-token/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3/logo.png b/blockchains/ethereum/assets/0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3/logo.png
deleted file mode 100644
index a077a00858443..0000000000000
Binary files a/blockchains/ethereum/assets/0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2Ab4B644F6926797B03DB86F7fd004857A6cDB17/info.json b/blockchains/ethereum/assets/0x2Ab4B644F6926797B03DB86F7fd004857A6cDB17/info.json
deleted file mode 100644
index be5dc40765dd7..0000000000000
--- a/blockchains/ethereum/assets/0x2Ab4B644F6926797B03DB86F7fd004857A6cDB17/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "0x0000000000000000000000000000000000000000000000000000000000000000",
- "symbol": "TDShare",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2Ab4B644F6926797B03DB86F7fd004857A6cDB17",
- "status": "abandoned",
- "id": "0x2Ab4B644F6926797B03DB86F7fd004857A6cDB17"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2Ab4B644F6926797B03DB86F7fd004857A6cDB17/logo.png b/blockchains/ethereum/assets/0x2Ab4B644F6926797B03DB86F7fd004857A6cDB17/logo.png
deleted file mode 100644
index 921f3b915af70..0000000000000
Binary files a/blockchains/ethereum/assets/0x2Ab4B644F6926797B03DB86F7fd004857A6cDB17/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2Ab6Bb8408ca3199B8Fa6C92d5b455F820Af03c4/info.json b/blockchains/ethereum/assets/0x2Ab6Bb8408ca3199B8Fa6C92d5b455F820Af03c4/info.json
deleted file mode 100644
index 5f68164f322c5..0000000000000
--- a/blockchains/ethereum/assets/0x2Ab6Bb8408ca3199B8Fa6C92d5b455F820Af03c4/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "TE-FOOD/TustChain",
- "website": "https://te-food.com/",
- "description": "TE-FOOD aims to enable customers to improve consumer trust and brand exposure, gain deeper supply chain insight to improve their operational efficiency, comply with export regulations, protect their brands against counterfeiting, and perform quicker product recalls. As an end-to-end solution, TE-FOOD offers many components for the complete supply chain to identify tracked items and batches, capture the data, store it on blockchain, process the data, and present it to the consumers.",
- "explorer": "https://etherscan.io/token/0x2ab6bb8408ca3199b8fa6c92d5b455f820af03c4",
- "type": "ERC20",
- "symbol": "TONE",
- "decimals": 18,
- "status": "active",
- "id": "0x2Ab6Bb8408ca3199B8Fa6C92d5b455F820Af03c4",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/TE_FOOD"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/TE_FOOD"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2Ab6Bb8408ca3199B8Fa6C92d5b455F820Af03c4/logo.png b/blockchains/ethereum/assets/0x2Ab6Bb8408ca3199B8Fa6C92d5b455F820Af03c4/logo.png
deleted file mode 100644
index f90833b16b1db..0000000000000
Binary files a/blockchains/ethereum/assets/0x2Ab6Bb8408ca3199B8Fa6C92d5b455F820Af03c4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2AcF7dB66B767a431acfDfE9F8834DdF5835c53d/info.json b/blockchains/ethereum/assets/0x2AcF7dB66B767a431acfDfE9F8834DdF5835c53d/info.json
deleted file mode 100644
index 90d6dfeb2a715..0000000000000
--- a/blockchains/ethereum/assets/0x2AcF7dB66B767a431acfDfE9F8834DdF5835c53d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Global Coin",
- "symbol": "GBC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2AcF7dB66B767a431acfDfE9F8834DdF5835c53d",
- "status": "abandoned",
- "id": "0x2AcF7dB66B767a431acfDfE9F8834DdF5835c53d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2AcF7dB66B767a431acfDfE9F8834DdF5835c53d/logo.png b/blockchains/ethereum/assets/0x2AcF7dB66B767a431acfDfE9F8834DdF5835c53d/logo.png
deleted file mode 100644
index f76159996038d..0000000000000
Binary files a/blockchains/ethereum/assets/0x2AcF7dB66B767a431acfDfE9F8834DdF5835c53d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2Ad128fBEFF2B781D028148DEc82bBe2498Dc08e/info.json b/blockchains/ethereum/assets/0x2Ad128fBEFF2B781D028148DEc82bBe2498Dc08e/info.json
deleted file mode 100644
index ca295ccabc30b..0000000000000
--- a/blockchains/ethereum/assets/0x2Ad128fBEFF2B781D028148DEc82bBe2498Dc08e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LIFE",
- "symbol": "LIFE",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2Ad128fBEFF2B781D028148DEc82bBe2498Dc08e",
- "status": "abandoned",
- "id": "0x2Ad128fBEFF2B781D028148DEc82bBe2498Dc08e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2Ad128fBEFF2B781D028148DEc82bBe2498Dc08e/logo.png b/blockchains/ethereum/assets/0x2Ad128fBEFF2B781D028148DEc82bBe2498Dc08e/logo.png
deleted file mode 100644
index ba87403d1a2b5..0000000000000
Binary files a/blockchains/ethereum/assets/0x2Ad128fBEFF2B781D028148DEc82bBe2498Dc08e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2Ad180cBAFFbc97237F572148Fc1B283b68D8861/info.json b/blockchains/ethereum/assets/0x2Ad180cBAFFbc97237F572148Fc1B283b68D8861/info.json
deleted file mode 100644
index dec7832d8c024..0000000000000
--- a/blockchains/ethereum/assets/0x2Ad180cBAFFbc97237F572148Fc1B283b68D8861/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IZX Token",
- "symbol": "IZX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2Ad180cBAFFbc97237F572148Fc1B283b68D8861",
- "status": "abandoned",
- "id": "0x2Ad180cBAFFbc97237F572148Fc1B283b68D8861"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2Ad180cBAFFbc97237F572148Fc1B283b68D8861/logo.png b/blockchains/ethereum/assets/0x2Ad180cBAFFbc97237F572148Fc1B283b68D8861/logo.png
deleted file mode 100644
index 514d62d2ce2a1..0000000000000
Binary files a/blockchains/ethereum/assets/0x2Ad180cBAFFbc97237F572148Fc1B283b68D8861/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2Ad8529dA0488A7C2a1af1E22d1902F7aD2943eB/info.json b/blockchains/ethereum/assets/0x2Ad8529dA0488A7C2a1af1E22d1902F7aD2943eB/info.json
deleted file mode 100644
index 5129df5ae2062..0000000000000
--- a/blockchains/ethereum/assets/0x2Ad8529dA0488A7C2a1af1E22d1902F7aD2943eB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BCAChain Initial Token",
- "symbol": "BCAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2Ad8529dA0488A7C2a1af1E22d1902F7aD2943eB",
- "status": "abandoned",
- "id": "0x2Ad8529dA0488A7C2a1af1E22d1902F7aD2943eB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2Ad8529dA0488A7C2a1af1E22d1902F7aD2943eB/logo.png b/blockchains/ethereum/assets/0x2Ad8529dA0488A7C2a1af1E22d1902F7aD2943eB/logo.png
deleted file mode 100644
index 156cdbb7fac32..0000000000000
Binary files a/blockchains/ethereum/assets/0x2Ad8529dA0488A7C2a1af1E22d1902F7aD2943eB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2B143041a6F8BE9dCC66E9110178a264A223A3bd/info.json b/blockchains/ethereum/assets/0x2B143041a6F8BE9dCC66E9110178a264A223A3bd/info.json
deleted file mode 100644
index 5db9968883b82..0000000000000
--- a/blockchains/ethereum/assets/0x2B143041a6F8BE9dCC66E9110178a264A223A3bd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Synth iBTC",
- "symbol": "iBTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2B143041a6F8BE9dCC66E9110178a264A223A3bd",
- "status": "abandoned",
- "id": "0x2B143041a6F8BE9dCC66E9110178a264A223A3bd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2B143041a6F8BE9dCC66E9110178a264A223A3bd/logo.png b/blockchains/ethereum/assets/0x2B143041a6F8BE9dCC66E9110178a264A223A3bd/logo.png
deleted file mode 100644
index 1e0536b1d3d44..0000000000000
Binary files a/blockchains/ethereum/assets/0x2B143041a6F8BE9dCC66E9110178a264A223A3bd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2B1f91AfbAC59FAfB0E5EAa22e0Ff0539E97EBa8/info.json b/blockchains/ethereum/assets/0x2B1f91AfbAC59FAfB0E5EAa22e0Ff0539E97EBa8/info.json
deleted file mode 100644
index 0be70d562bb06..0000000000000
--- a/blockchains/ethereum/assets/0x2B1f91AfbAC59FAfB0E5EAa22e0Ff0539E97EBa8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SKALE",
- "symbol": "SKL",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2B1f91AfbAC59FAfB0E5EAa22e0Ff0539E97EBa8",
- "status": "abandoned",
- "id": "0x2B1f91AfbAC59FAfB0E5EAa22e0Ff0539E97EBa8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2B1f91AfbAC59FAfB0E5EAa22e0Ff0539E97EBa8/logo.png b/blockchains/ethereum/assets/0x2B1f91AfbAC59FAfB0E5EAa22e0Ff0539E97EBa8/logo.png
deleted file mode 100644
index a2df8e5d58dae..0000000000000
Binary files a/blockchains/ethereum/assets/0x2B1f91AfbAC59FAfB0E5EAa22e0Ff0539E97EBa8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2B275c7AeDF32Bc960a15D1eBa71D8a04A86F029/info.json b/blockchains/ethereum/assets/0x2B275c7AeDF32Bc960a15D1eBa71D8a04A86F029/info.json
deleted file mode 100644
index 41ccfa64c5f9f..0000000000000
--- a/blockchains/ethereum/assets/0x2B275c7AeDF32Bc960a15D1eBa71D8a04A86F029/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FunFive",
- "website": "https://fun5exchange.com",
- "description": "A NEXT GENERATION CRYPTOCURRENCY EXCHANGE FOR ALL GENERATIONS OF TRADERS",
- "explorer": "https://etherscan.io/token/0x2B275c7AeDF32Bc960a15D1eBa71D8a04A86F029",
- "type": "ERC20",
- "symbol": "FFV",
- "decimals": 18,
- "status": "active",
- "id": "0x2B275c7AeDF32Bc960a15D1eBa71D8a04A86F029"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2B275c7AeDF32Bc960a15D1eBa71D8a04A86F029/logo.png b/blockchains/ethereum/assets/0x2B275c7AeDF32Bc960a15D1eBa71D8a04A86F029/logo.png
deleted file mode 100644
index 68c30eabb95ba..0000000000000
Binary files a/blockchains/ethereum/assets/0x2B275c7AeDF32Bc960a15D1eBa71D8a04A86F029/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2B4395084E1068877502EAD1Ae004094F5A0B88F/info.json b/blockchains/ethereum/assets/0x2B4395084E1068877502EAD1Ae004094F5A0B88F/info.json
deleted file mode 100644
index f0120d690671a..0000000000000
--- a/blockchains/ethereum/assets/0x2B4395084E1068877502EAD1Ae004094F5A0B88F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Peer 2 Peer Global Network",
- "symbol": "P2P",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2B4395084E1068877502EAD1Ae004094F5A0B88F",
- "status": "abandoned",
- "id": "0x2B4395084E1068877502EAD1Ae004094F5A0B88F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2B4395084E1068877502EAD1Ae004094F5A0B88F/logo.png b/blockchains/ethereum/assets/0x2B4395084E1068877502EAD1Ae004094F5A0B88F/logo.png
deleted file mode 100644
index b3b0a8ce82d97..0000000000000
Binary files a/blockchains/ethereum/assets/0x2B4395084E1068877502EAD1Ae004094F5A0B88F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2B757fa0630a4d1f9B01a3765E8fb00ee80a85DD/info.json b/blockchains/ethereum/assets/0x2B757fa0630a4d1f9B01a3765E8fb00ee80a85DD/info.json
deleted file mode 100644
index 82851781c7199..0000000000000
--- a/blockchains/ethereum/assets/0x2B757fa0630a4d1f9B01a3765E8fb00ee80a85DD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-30/30M60",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2B757fa0630a4d1f9B01a3765E8fb00ee80a85DD",
- "status": "abandoned",
- "id": "0x2B757fa0630a4d1f9B01a3765E8fb00ee80a85DD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2B757fa0630a4d1f9B01a3765E8fb00ee80a85DD/logo.png b/blockchains/ethereum/assets/0x2B757fa0630a4d1f9B01a3765E8fb00ee80a85DD/logo.png
deleted file mode 100644
index 4f4a92b2cbcbe..0000000000000
Binary files a/blockchains/ethereum/assets/0x2B757fa0630a4d1f9B01a3765E8fb00ee80a85DD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2B89bF8ba858cd2FCee1faDa378D5cd6936968Be/info.json b/blockchains/ethereum/assets/0x2B89bF8ba858cd2FCee1faDa378D5cd6936968Be/info.json
deleted file mode 100644
index ec75522b985f8..0000000000000
--- a/blockchains/ethereum/assets/0x2B89bF8ba858cd2FCee1faDa378D5cd6936968Be/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WSCRT",
- "website": "https://scrt.network",
- "description": "Secret is the native coin of the Secret Network, a decentralized network for private / secure computation. WSCRT is the wrapped ERC20 version of SCRT which can be exchanged 1:1 on the Secret Network Bridge.",
- "explorer": "https://etherscan.io/token/0x2b89bf8ba858cd2fcee1fada378d5cd6936968be",
- "type": "ERC20",
- "symbol": "WSCRT",
- "decimals": 6,
- "status": "active",
- "id": "0x2B89bF8ba858cd2FCee1faDa378D5cd6936968Be"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2B89bF8ba858cd2FCee1faDa378D5cd6936968Be/logo.png b/blockchains/ethereum/assets/0x2B89bF8ba858cd2FCee1faDa378D5cd6936968Be/logo.png
deleted file mode 100644
index 32ab2d8ac134e..0000000000000
Binary files a/blockchains/ethereum/assets/0x2B89bF8ba858cd2FCee1faDa378D5cd6936968Be/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2BDD6c9bf1bf396a37501AAE53751B9946B503Da/info.json b/blockchains/ethereum/assets/0x2BDD6c9bf1bf396a37501AAE53751B9946B503Da/info.json
deleted file mode 100644
index 58cc7ff452009..0000000000000
--- a/blockchains/ethereum/assets/0x2BDD6c9bf1bf396a37501AAE53751B9946B503Da/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Korea Medical TBA",
- "symbol": "KMTBA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2BDD6c9bf1bf396a37501AAE53751B9946B503Da",
- "status": "abandoned",
- "id": "0x2BDD6c9bf1bf396a37501AAE53751B9946B503Da"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2BDD6c9bf1bf396a37501AAE53751B9946B503Da/logo.png b/blockchains/ethereum/assets/0x2BDD6c9bf1bf396a37501AAE53751B9946B503Da/logo.png
deleted file mode 100644
index d549930248fd6..0000000000000
Binary files a/blockchains/ethereum/assets/0x2BDD6c9bf1bf396a37501AAE53751B9946B503Da/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2BEDccb60424F73a60474C4f350c023eD4a31044/info.json b/blockchains/ethereum/assets/0x2BEDccb60424F73a60474C4f350c023eD4a31044/info.json
deleted file mode 100644
index e4937f039efa1..0000000000000
--- a/blockchains/ethereum/assets/0x2BEDccb60424F73a60474C4f350c023eD4a31044/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R906476",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2BEDccb60424F73a60474C4f350c023eD4a31044",
- "status": "abandoned",
- "id": "0x2BEDccb60424F73a60474C4f350c023eD4a31044"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2BEDccb60424F73a60474C4f350c023eD4a31044/logo.png b/blockchains/ethereum/assets/0x2BEDccb60424F73a60474C4f350c023eD4a31044/logo.png
deleted file mode 100644
index d7504748c19dd..0000000000000
Binary files a/blockchains/ethereum/assets/0x2BEDccb60424F73a60474C4f350c023eD4a31044/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2BF91c18Cd4AE9C2f2858ef9FE518180F7B5096D/info.json b/blockchains/ethereum/assets/0x2BF91c18Cd4AE9C2f2858ef9FE518180F7B5096D/info.json
deleted file mode 100644
index 2284c6c9378f7..0000000000000
--- a/blockchains/ethereum/assets/0x2BF91c18Cd4AE9C2f2858ef9FE518180F7B5096D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KIWI Token",
- "symbol": "KIWI",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2BF91c18Cd4AE9C2f2858ef9FE518180F7B5096D",
- "status": "abandoned",
- "id": "0x2BF91c18Cd4AE9C2f2858ef9FE518180F7B5096D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2BF91c18Cd4AE9C2f2858ef9FE518180F7B5096D/logo.png b/blockchains/ethereum/assets/0x2BF91c18Cd4AE9C2f2858ef9FE518180F7B5096D/logo.png
deleted file mode 100644
index b1286d208cf04..0000000000000
Binary files a/blockchains/ethereum/assets/0x2BF91c18Cd4AE9C2f2858ef9FE518180F7B5096D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2BdA5B625D3b50848E8563480ed50EC782Dd42EE/info.json b/blockchains/ethereum/assets/0x2BdA5B625D3b50848E8563480ed50EC782Dd42EE/info.json
deleted file mode 100644
index 159522cc98046..0000000000000
--- a/blockchains/ethereum/assets/0x2BdA5B625D3b50848E8563480ed50EC782Dd42EE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BetEncore",
- "symbol": "BTEN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2BdA5B625D3b50848E8563480ed50EC782Dd42EE",
- "status": "abandoned",
- "id": "0x2BdA5B625D3b50848E8563480ed50EC782Dd42EE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2BdA5B625D3b50848E8563480ed50EC782Dd42EE/logo.png b/blockchains/ethereum/assets/0x2BdA5B625D3b50848E8563480ed50EC782Dd42EE/logo.png
deleted file mode 100755
index 810c868300275..0000000000000
Binary files a/blockchains/ethereum/assets/0x2BdA5B625D3b50848E8563480ed50EC782Dd42EE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2C05C327dE82fD198b1338DCBF43Af9dbaf1B24F/info.json b/blockchains/ethereum/assets/0x2C05C327dE82fD198b1338DCBF43Af9dbaf1B24F/info.json
deleted file mode 100644
index 029dbd6daf2db..0000000000000
--- a/blockchains/ethereum/assets/0x2C05C327dE82fD198b1338DCBF43Af9dbaf1B24F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CHARScoin",
- "symbol": "CHARS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.charsproject.io/",
- "explorer": "https://etherscan.io/token/0x2C05C327dE82fD198b1338DCBF43Af9dbaf1B24F",
- "status": "abandoned",
- "id": "0x2C05C327dE82fD198b1338DCBF43Af9dbaf1B24F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2C05C327dE82fD198b1338DCBF43Af9dbaf1B24F/logo.png b/blockchains/ethereum/assets/0x2C05C327dE82fD198b1338DCBF43Af9dbaf1B24F/logo.png
deleted file mode 100644
index 69bfbb6708327..0000000000000
Binary files a/blockchains/ethereum/assets/0x2C05C327dE82fD198b1338DCBF43Af9dbaf1B24F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2C2FB98d259fbF119222035AD125F5C4eE0D550F/info.json b/blockchains/ethereum/assets/0x2C2FB98d259fbF119222035AD125F5C4eE0D550F/info.json
deleted file mode 100644
index 36abe2134e2a2..0000000000000
--- a/blockchains/ethereum/assets/0x2C2FB98d259fbF119222035AD125F5C4eE0D550F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 216-CN04",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2C2FB98d259fbF119222035AD125F5C4eE0D550F",
- "status": "abandoned",
- "id": "0x2C2FB98d259fbF119222035AD125F5C4eE0D550F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2C2FB98d259fbF119222035AD125F5C4eE0D550F/logo.png b/blockchains/ethereum/assets/0x2C2FB98d259fbF119222035AD125F5C4eE0D550F/logo.png
deleted file mode 100644
index 80a8607caf21d..0000000000000
Binary files a/blockchains/ethereum/assets/0x2C2FB98d259fbF119222035AD125F5C4eE0D550F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2C351B6350975F64e45354c842D9F2F7A2508C1F/info.json b/blockchains/ethereum/assets/0x2C351B6350975F64e45354c842D9F2F7A2508C1F/info.json
deleted file mode 100644
index ff48c62d702a3..0000000000000
--- a/blockchains/ethereum/assets/0x2C351B6350975F64e45354c842D9F2F7A2508C1F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ElectroLite Network",
- "symbol": "ETL",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2C351B6350975F64e45354c842D9F2F7A2508C1F",
- "status": "abandoned",
- "id": "0x2C351B6350975F64e45354c842D9F2F7A2508C1F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2C351B6350975F64e45354c842D9F2F7A2508C1F/logo.png b/blockchains/ethereum/assets/0x2C351B6350975F64e45354c842D9F2F7A2508C1F/logo.png
deleted file mode 100644
index 6d7adc4d23f79..0000000000000
Binary files a/blockchains/ethereum/assets/0x2C351B6350975F64e45354c842D9F2F7A2508C1F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2C36204a0712A2a50E54A62F7c4F01867e78cB53/info.json b/blockchains/ethereum/assets/0x2C36204a0712A2a50E54A62F7c4F01867e78cB53/info.json
deleted file mode 100644
index 207d32e2db58f..0000000000000
--- a/blockchains/ethereum/assets/0x2C36204a0712A2a50E54A62F7c4F01867e78cB53/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Taklimakan",
- "symbol": "TAN",
- "type": "ERC20",
- "decimals": 18,
- "description": "Taklimakan Network describes itself as an AI and blockchain-based social network platform for crypto-enthusiasts and ordinary users.",
- "website": "https://taklimakan.network",
- "explorer": "https://etherscan.io/token/0x2C36204a0712A2a50E54A62F7c4F01867e78cB53",
- "status": "active",
- "id": "0x2C36204a0712A2a50E54A62F7c4F01867e78cB53"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2C36204a0712A2a50E54A62F7c4F01867e78cB53/logo.png b/blockchains/ethereum/assets/0x2C36204a0712A2a50E54A62F7c4F01867e78cB53/logo.png
deleted file mode 100644
index 320928c5cc45f..0000000000000
Binary files a/blockchains/ethereum/assets/0x2C36204a0712A2a50E54A62F7c4F01867e78cB53/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2C36316D46a59fad9103DEe17F80aE0671A4FE33/info.json b/blockchains/ethereum/assets/0x2C36316D46a59fad9103DEe17F80aE0671A4FE33/info.json
deleted file mode 100644
index 99c22b2708ab7..0000000000000
--- a/blockchains/ethereum/assets/0x2C36316D46a59fad9103DEe17F80aE0671A4FE33/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "REKT",
- "symbol": "REKT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2C36316D46a59fad9103DEe17F80aE0671A4FE33",
- "status": "abandoned",
- "id": "0x2C36316D46a59fad9103DEe17F80aE0671A4FE33"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2C36316D46a59fad9103DEe17F80aE0671A4FE33/logo.png b/blockchains/ethereum/assets/0x2C36316D46a59fad9103DEe17F80aE0671A4FE33/logo.png
deleted file mode 100644
index ac1646342ac75..0000000000000
Binary files a/blockchains/ethereum/assets/0x2C36316D46a59fad9103DEe17F80aE0671A4FE33/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2C4d804E27Da8071e4f54A2323d9c6Fc14d7CC46/info.json b/blockchains/ethereum/assets/0x2C4d804E27Da8071e4f54A2323d9c6Fc14d7CC46/info.json
deleted file mode 100644
index a85703df9ad4c..0000000000000
--- a/blockchains/ethereum/assets/0x2C4d804E27Da8071e4f54A2323d9c6Fc14d7CC46/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NasToken",
- "symbol": "NAS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2C4d804E27Da8071e4f54A2323d9c6Fc14d7CC46",
- "status": "abandoned",
- "id": "0x2C4d804E27Da8071e4f54A2323d9c6Fc14d7CC46"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2C4d804E27Da8071e4f54A2323d9c6Fc14d7CC46/logo.png b/blockchains/ethereum/assets/0x2C4d804E27Da8071e4f54A2323d9c6Fc14d7CC46/logo.png
deleted file mode 100644
index 51fd9d6ebad56..0000000000000
Binary files a/blockchains/ethereum/assets/0x2C4d804E27Da8071e4f54A2323d9c6Fc14d7CC46/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2C4e8f2D746113d0696cE89B35F0d8bF88E0AEcA/info.json b/blockchains/ethereum/assets/0x2C4e8f2D746113d0696cE89B35F0d8bF88E0AEcA/info.json
deleted file mode 100644
index 3589d393b4358..0000000000000
--- a/blockchains/ethereum/assets/0x2C4e8f2D746113d0696cE89B35F0d8bF88E0AEcA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Simple Token",
- "symbol": "ST",
- "type": "ERC20",
- "decimals": 18,
- "description": "OST KIT gives you all the tools you need to run your blockchain-powered economy on open scalable sidechains.",
- "website": "https://ost.com/",
- "explorer": "https://etherscan.io/token/0x2C4e8f2D746113d0696cE89B35F0d8bF88E0AEcA",
- "status": "active",
- "id": "0x2C4e8f2D746113d0696cE89B35F0d8bF88E0AEcA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2C4e8f2D746113d0696cE89B35F0d8bF88E0AEcA/logo.png b/blockchains/ethereum/assets/0x2C4e8f2D746113d0696cE89B35F0d8bF88E0AEcA/logo.png
deleted file mode 100644
index c9fec8d3664db..0000000000000
Binary files a/blockchains/ethereum/assets/0x2C4e8f2D746113d0696cE89B35F0d8bF88E0AEcA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2C537E5624e4af88A7ae4060C022609376C8D0EB/info.json b/blockchains/ethereum/assets/0x2C537E5624e4af88A7ae4060C022609376C8D0EB/info.json
deleted file mode 100644
index 226aca3f96b41..0000000000000
--- a/blockchains/ethereum/assets/0x2C537E5624e4af88A7ae4060C022609376C8D0EB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BiLira",
- "symbol": "TRYb",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://www.bilira.co/",
- "explorer": "https://etherscan.io/token/0x2C537E5624e4af88A7ae4060C022609376C8D0EB",
- "status": "abandoned",
- "id": "0x2C537E5624e4af88A7ae4060C022609376C8D0EB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2C537E5624e4af88A7ae4060C022609376C8D0EB/logo.png b/blockchains/ethereum/assets/0x2C537E5624e4af88A7ae4060C022609376C8D0EB/logo.png
deleted file mode 100644
index c5dbc1f3cafed..0000000000000
Binary files a/blockchains/ethereum/assets/0x2C537E5624e4af88A7ae4060C022609376C8D0EB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2C57A7707A367fB2d65e485E9E6a0aa90B79Afc4/info.json b/blockchains/ethereum/assets/0x2C57A7707A367fB2d65e485E9E6a0aa90B79Afc4/info.json
deleted file mode 100644
index 4a568b57c7607..0000000000000
--- a/blockchains/ethereum/assets/0x2C57A7707A367fB2d65e485E9E6a0aa90B79Afc4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QueenXChain",
- "symbol": "QXC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2C57A7707A367fB2d65e485E9E6a0aa90B79Afc4",
- "status": "abandoned",
- "id": "0x2C57A7707A367fB2d65e485E9E6a0aa90B79Afc4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2C57A7707A367fB2d65e485E9E6a0aa90B79Afc4/logo.png b/blockchains/ethereum/assets/0x2C57A7707A367fB2d65e485E9E6a0aa90B79Afc4/logo.png
deleted file mode 100644
index 595ec03657e15..0000000000000
Binary files a/blockchains/ethereum/assets/0x2C57A7707A367fB2d65e485E9E6a0aa90B79Afc4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2C5dcd12141c56FBEa08e95f54f12c8B22d492Eb/info.json b/blockchains/ethereum/assets/0x2C5dcd12141c56FBEa08e95f54f12c8B22d492Eb/info.json
deleted file mode 100644
index e3976efcb2a02..0000000000000
--- a/blockchains/ethereum/assets/0x2C5dcd12141c56FBEa08e95f54f12c8B22d492Eb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USDCoin",
- "symbol": "USC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2C5dcd12141c56FBEa08e95f54f12c8B22d492Eb",
- "status": "abandoned",
- "id": "0x2C5dcd12141c56FBEa08e95f54f12c8B22d492Eb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2C5dcd12141c56FBEa08e95f54f12c8B22d492Eb/logo.png b/blockchains/ethereum/assets/0x2C5dcd12141c56FBEa08e95f54f12c8B22d492Eb/logo.png
deleted file mode 100644
index 388fdd46aa0ba..0000000000000
Binary files a/blockchains/ethereum/assets/0x2C5dcd12141c56FBEa08e95f54f12c8B22d492Eb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2C61c057c4d599F21D11533D321C1D3e25d16AFC/info.json b/blockchains/ethereum/assets/0x2C61c057c4d599F21D11533D321C1D3e25d16AFC/info.json
deleted file mode 100644
index 9c6fa8a7eb5b0..0000000000000
--- a/blockchains/ethereum/assets/0x2C61c057c4d599F21D11533D321C1D3e25d16AFC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pixie Token",
- "symbol": "PXE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2C61c057c4d599F21D11533D321C1D3e25d16AFC",
- "status": "abandoned",
- "id": "0x2C61c057c4d599F21D11533D321C1D3e25d16AFC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2C61c057c4d599F21D11533D321C1D3e25d16AFC/logo.png b/blockchains/ethereum/assets/0x2C61c057c4d599F21D11533D321C1D3e25d16AFC/logo.png
deleted file mode 100755
index 08674459a1b0c..0000000000000
Binary files a/blockchains/ethereum/assets/0x2C61c057c4d599F21D11533D321C1D3e25d16AFC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2C66164F7a8564dCAAadcA8319b9f917ac418E4e/info.json b/blockchains/ethereum/assets/0x2C66164F7a8564dCAAadcA8319b9f917ac418E4e/info.json
deleted file mode 100644
index 194abd50f965d..0000000000000
--- a/blockchains/ethereum/assets/0x2C66164F7a8564dCAAadcA8319b9f917ac418E4e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ATBank",
- "website": "https://atbankdigital.com/",
- "description": "ATBANK DIGITAL under AT GROUP is the world's first bank to use digital banking service. With the motto: “In just a few minutes, with no need for branches or paperwork”, you absolutely do not need to go to the bank, or use any paper for your banking activities. Just open the ATBANK DIGITAL app and use it to complete transactions in just a few seconds. Anytime... Anywhere...",
- "explorer": "https://etherscan.io/token/0x2C66164F7a8564dCAAadcA8319b9f917ac418E4e",
- "type": "ERC20",
- "symbol": "ATB",
- "decimals": 18,
- "status": "active",
- "id": "0x2C66164F7a8564dCAAadcA8319b9f917ac418E4e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2C66164F7a8564dCAAadcA8319b9f917ac418E4e/logo.png b/blockchains/ethereum/assets/0x2C66164F7a8564dCAAadcA8319b9f917ac418E4e/logo.png
deleted file mode 100644
index cc72069aad078..0000000000000
Binary files a/blockchains/ethereum/assets/0x2C66164F7a8564dCAAadcA8319b9f917ac418E4e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2C6a9A29a5594456DD99f74ff4689D84c57F204C/info.json b/blockchains/ethereum/assets/0x2C6a9A29a5594456DD99f74ff4689D84c57F204C/info.json
deleted file mode 100644
index a9e387c0c447f..0000000000000
--- a/blockchains/ethereum/assets/0x2C6a9A29a5594456DD99f74ff4689D84c57F204C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HiWallet Digital Asset",
- "symbol": "HiWallet",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2C6a9A29a5594456DD99f74ff4689D84c57F204C",
- "status": "abandoned",
- "id": "0x2C6a9A29a5594456DD99f74ff4689D84c57F204C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2C6a9A29a5594456DD99f74ff4689D84c57F204C/logo.png b/blockchains/ethereum/assets/0x2C6a9A29a5594456DD99f74ff4689D84c57F204C/logo.png
deleted file mode 100755
index 577e6473bf1ff..0000000000000
Binary files a/blockchains/ethereum/assets/0x2C6a9A29a5594456DD99f74ff4689D84c57F204C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2C82c73d5B34AA015989462b2948cd616a37641F/info.json b/blockchains/ethereum/assets/0x2C82c73d5B34AA015989462b2948cd616a37641F/info.json
deleted file mode 100644
index 65ab5a2603758..0000000000000
--- a/blockchains/ethereum/assets/0x2C82c73d5B34AA015989462b2948cd616a37641F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Spectre.ai U-Token",
- "symbol": "SXUT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Broker-less financial trading platform.",
- "website": "http://www.spectre.ai/",
- "explorer": "https://etherscan.io/token/0x2C82c73d5B34AA015989462b2948cd616a37641F",
- "status": "active",
- "id": "0x2C82c73d5B34AA015989462b2948cd616a37641F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2C82c73d5B34AA015989462b2948cd616a37641F/logo.png b/blockchains/ethereum/assets/0x2C82c73d5B34AA015989462b2948cd616a37641F/logo.png
deleted file mode 100644
index 99814fda73cb1..0000000000000
Binary files a/blockchains/ethereum/assets/0x2C82c73d5B34AA015989462b2948cd616a37641F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2C9023bBc572ff8dc1228c7858A280046Ea8C9E5/info.json b/blockchains/ethereum/assets/0x2C9023bBc572ff8dc1228c7858A280046Ea8C9E5/info.json
deleted file mode 100644
index 0df68a64c8c89..0000000000000
--- a/blockchains/ethereum/assets/0x2C9023bBc572ff8dc1228c7858A280046Ea8C9E5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VideoCoin",
- "symbol": "VID",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://videocoin.io/",
- "explorer": "https://etherscan.io/token/0x2C9023bBc572ff8dc1228c7858A280046Ea8C9E5",
- "status": "abandoned",
- "id": "0x2C9023bBc572ff8dc1228c7858A280046Ea8C9E5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2C9023bBc572ff8dc1228c7858A280046Ea8C9E5/logo.png b/blockchains/ethereum/assets/0x2C9023bBc572ff8dc1228c7858A280046Ea8C9E5/logo.png
deleted file mode 100644
index 69a9db55435e3..0000000000000
Binary files a/blockchains/ethereum/assets/0x2C9023bBc572ff8dc1228c7858A280046Ea8C9E5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2C974B2d0BA1716E644c1FC59982a89DDD2fF724/info.json b/blockchains/ethereum/assets/0x2C974B2d0BA1716E644c1FC59982a89DDD2fF724/info.json
deleted file mode 100644
index 3a84b4c800535..0000000000000
--- a/blockchains/ethereum/assets/0x2C974B2d0BA1716E644c1FC59982a89DDD2fF724/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Viberate",
- "symbol": "VIB",
- "type": "ERC20",
- "decimals": 18,
- "description": "Viberate is a crowdsourced live music ecosystem and a blockchain-based marketplace where we're matching musicians with event organizers.",
- "website": "https://www.viberate.io/",
- "explorer": "https://etherscan.io/token/0x2C974B2d0BA1716E644c1FC59982a89DDD2fF724",
- "status": "active",
- "id": "0x2C974B2d0BA1716E644c1FC59982a89DDD2fF724"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2C974B2d0BA1716E644c1FC59982a89DDD2fF724/logo.png b/blockchains/ethereum/assets/0x2C974B2d0BA1716E644c1FC59982a89DDD2fF724/logo.png
deleted file mode 100644
index 118600e2c72af..0000000000000
Binary files a/blockchains/ethereum/assets/0x2C974B2d0BA1716E644c1FC59982a89DDD2fF724/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2CA06986040D18D80ACD34D0877E66F8e15f12fc/info.json b/blockchains/ethereum/assets/0x2CA06986040D18D80ACD34D0877E66F8e15f12fc/info.json
deleted file mode 100644
index b7dbd9e144dbd..0000000000000
--- a/blockchains/ethereum/assets/0x2CA06986040D18D80ACD34D0877E66F8e15f12fc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wrapped TenX Pay Token",
- "symbol": "WPAY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2CA06986040D18D80ACD34D0877E66F8e15f12fc",
- "status": "abandoned",
- "id": "0x2CA06986040D18D80ACD34D0877E66F8e15f12fc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2CA06986040D18D80ACD34D0877E66F8e15f12fc/logo.png b/blockchains/ethereum/assets/0x2CA06986040D18D80ACD34D0877E66F8e15f12fc/logo.png
deleted file mode 100644
index 2193519248df6..0000000000000
Binary files a/blockchains/ethereum/assets/0x2CA06986040D18D80ACD34D0877E66F8e15f12fc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2CC6Ea7c458c9A58a2d721172939415Eb2488cF6/info.json b/blockchains/ethereum/assets/0x2CC6Ea7c458c9A58a2d721172939415Eb2488cF6/info.json
deleted file mode 100644
index 79fc799ae6a88..0000000000000
--- a/blockchains/ethereum/assets/0x2CC6Ea7c458c9A58a2d721172939415Eb2488cF6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "tbriks",
- "symbol": "XTBX",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2CC6Ea7c458c9A58a2d721172939415Eb2488cF6",
- "status": "abandoned",
- "id": "0x2CC6Ea7c458c9A58a2d721172939415Eb2488cF6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2CC6Ea7c458c9A58a2d721172939415Eb2488cF6/logo.png b/blockchains/ethereum/assets/0x2CC6Ea7c458c9A58a2d721172939415Eb2488cF6/logo.png
deleted file mode 100755
index cbde2effce2e1..0000000000000
Binary files a/blockchains/ethereum/assets/0x2CC6Ea7c458c9A58a2d721172939415Eb2488cF6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2CEC6e153a9C71BC60f6324c45AC70407957A125/info.json b/blockchains/ethereum/assets/0x2CEC6e153a9C71BC60f6324c45AC70407957A125/info.json
deleted file mode 100644
index 291c0ddb5f35f..0000000000000
--- a/blockchains/ethereum/assets/0x2CEC6e153a9C71BC60f6324c45AC70407957A125/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Model Agency Coin",
- "symbol": "MACO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2CEC6e153a9C71BC60f6324c45AC70407957A125",
- "status": "abandoned",
- "id": "0x2CEC6e153a9C71BC60f6324c45AC70407957A125"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2CEC6e153a9C71BC60f6324c45AC70407957A125/logo.png b/blockchains/ethereum/assets/0x2CEC6e153a9C71BC60f6324c45AC70407957A125/logo.png
deleted file mode 100644
index f85ec97bd048e..0000000000000
Binary files a/blockchains/ethereum/assets/0x2CEC6e153a9C71BC60f6324c45AC70407957A125/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2Cc114bbE7b551d62B15C465c7bdCccd9125b182/info.json b/blockchains/ethereum/assets/0x2Cc114bbE7b551d62B15C465c7bdCccd9125b182/info.json
deleted file mode 100644
index cffc6bf033d9f..0000000000000
--- a/blockchains/ethereum/assets/0x2Cc114bbE7b551d62B15C465c7bdCccd9125b182/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IDOLCOIN",
- "symbol": "IDOL",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2Cc114bbE7b551d62B15C465c7bdCccd9125b182",
- "status": "abandoned",
- "id": "0x2Cc114bbE7b551d62B15C465c7bdCccd9125b182"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2Cc114bbE7b551d62B15C465c7bdCccd9125b182/logo.png b/blockchains/ethereum/assets/0x2Cc114bbE7b551d62B15C465c7bdCccd9125b182/logo.png
deleted file mode 100644
index 41778565095f8..0000000000000
Binary files a/blockchains/ethereum/assets/0x2Cc114bbE7b551d62B15C465c7bdCccd9125b182/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2D033D4CDaFA1b452362a2514Cb619E2F7B3A869/info.json b/blockchains/ethereum/assets/0x2D033D4CDaFA1b452362a2514Cb619E2F7B3A869/info.json
deleted file mode 100644
index cd04f667fbcff..0000000000000
--- a/blockchains/ethereum/assets/0x2D033D4CDaFA1b452362a2514Cb619E2F7B3A869/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C546832",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2D033D4CDaFA1b452362a2514Cb619E2F7B3A869",
- "status": "spam",
- "id": "0x2D033D4CDaFA1b452362a2514Cb619E2F7B3A869"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2D033D4CDaFA1b452362a2514Cb619E2F7B3A869/logo.png b/blockchains/ethereum/assets/0x2D033D4CDaFA1b452362a2514Cb619E2F7B3A869/logo.png
deleted file mode 100644
index 2bc2f7eb03859..0000000000000
Binary files a/blockchains/ethereum/assets/0x2D033D4CDaFA1b452362a2514Cb619E2F7B3A869/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2D153f2aDCCbe9364F9e4eD5843308AbD0bF93dA/info.json b/blockchains/ethereum/assets/0x2D153f2aDCCbe9364F9e4eD5843308AbD0bF93dA/info.json
deleted file mode 100644
index 8567554007819..0000000000000
--- a/blockchains/ethereum/assets/0x2D153f2aDCCbe9364F9e4eD5843308AbD0bF93dA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IdealCoin",
- "symbol": "IDEAL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2D153f2aDCCbe9364F9e4eD5843308AbD0bF93dA",
- "status": "abandoned",
- "id": "0x2D153f2aDCCbe9364F9e4eD5843308AbD0bF93dA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2D153f2aDCCbe9364F9e4eD5843308AbD0bF93dA/logo.png b/blockchains/ethereum/assets/0x2D153f2aDCCbe9364F9e4eD5843308AbD0bF93dA/logo.png
deleted file mode 100644
index 2b313a892c3b7..0000000000000
Binary files a/blockchains/ethereum/assets/0x2D153f2aDCCbe9364F9e4eD5843308AbD0bF93dA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2D3E7D4870a51b918919E7B851FE19983E4c38d5/info.json b/blockchains/ethereum/assets/0x2D3E7D4870a51b918919E7B851FE19983E4c38d5/info.json
deleted file mode 100644
index 6643196568494..0000000000000
--- a/blockchains/ethereum/assets/0x2D3E7D4870a51b918919E7B851FE19983E4c38d5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UBCoin",
- "symbol": "UBC",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Ubcoin is a crypto-goods p2p exchange where anyone can safely and instantly sell any good’s and become a cryptocurrency holder.",
- "website": "https://ubcoin.io/",
- "explorer": "https://etherscan.io/token/0x2D3E7D4870a51b918919E7B851FE19983E4c38d5",
- "status": "active",
- "id": "0x2D3E7D4870a51b918919E7B851FE19983E4c38d5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2D3E7D4870a51b918919E7B851FE19983E4c38d5/logo.png b/blockchains/ethereum/assets/0x2D3E7D4870a51b918919E7B851FE19983E4c38d5/logo.png
deleted file mode 100644
index e9729854f8276..0000000000000
Binary files a/blockchains/ethereum/assets/0x2D3E7D4870a51b918919E7B851FE19983E4c38d5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2D476A9126D2D4135fB310aCF029F9aAcD4f85a2/info.json b/blockchains/ethereum/assets/0x2D476A9126D2D4135fB310aCF029F9aAcD4f85a2/info.json
deleted file mode 100644
index 3e2ae5dc447d2..0000000000000
--- a/blockchains/ethereum/assets/0x2D476A9126D2D4135fB310aCF029F9aAcD4f85a2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Soft Token",
- "symbol": "SFT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2D476A9126D2D4135fB310aCF029F9aAcD4f85a2",
- "status": "abandoned",
- "id": "0x2D476A9126D2D4135fB310aCF029F9aAcD4f85a2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2D476A9126D2D4135fB310aCF029F9aAcD4f85a2/logo.png b/blockchains/ethereum/assets/0x2D476A9126D2D4135fB310aCF029F9aAcD4f85a2/logo.png
deleted file mode 100644
index 3ae2df33e39c3..0000000000000
Binary files a/blockchains/ethereum/assets/0x2D476A9126D2D4135fB310aCF029F9aAcD4f85a2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2D80f5F5328FdcB6ECeb7Cacf5DD8AEDaEC94e20/info.json b/blockchains/ethereum/assets/0x2D80f5F5328FdcB6ECeb7Cacf5DD8AEDaEC94e20/info.json
deleted file mode 100644
index 1ec5bfecea339..0000000000000
--- a/blockchains/ethereum/assets/0x2D80f5F5328FdcB6ECeb7Cacf5DD8AEDaEC94e20/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AGA Token",
- "symbol": "AGA",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2D80f5F5328FdcB6ECeb7Cacf5DD8AEDaEC94e20",
- "status": "abandoned",
- "id": "0x2D80f5F5328FdcB6ECeb7Cacf5DD8AEDaEC94e20"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2D80f5F5328FdcB6ECeb7Cacf5DD8AEDaEC94e20/logo.png b/blockchains/ethereum/assets/0x2D80f5F5328FdcB6ECeb7Cacf5DD8AEDaEC94e20/logo.png
deleted file mode 100644
index 8ef144e802802..0000000000000
Binary files a/blockchains/ethereum/assets/0x2D80f5F5328FdcB6ECeb7Cacf5DD8AEDaEC94e20/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2D8c4F0a1074F9895581b7aa509Bc361fe01F01b/info.json b/blockchains/ethereum/assets/0x2D8c4F0a1074F9895581b7aa509Bc361fe01F01b/info.json
deleted file mode 100644
index 3c473424eaf61..0000000000000
--- a/blockchains/ethereum/assets/0x2D8c4F0a1074F9895581b7aa509Bc361fe01F01b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Breast Cancer Awareness Coin",
- "symbol": "BRCA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2D8c4F0a1074F9895581b7aa509Bc361fe01F01b",
- "status": "abandoned",
- "id": "0x2D8c4F0a1074F9895581b7aa509Bc361fe01F01b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2D8c4F0a1074F9895581b7aa509Bc361fe01F01b/logo.png b/blockchains/ethereum/assets/0x2D8c4F0a1074F9895581b7aa509Bc361fe01F01b/logo.png
deleted file mode 100644
index 85ed4674c682e..0000000000000
Binary files a/blockchains/ethereum/assets/0x2D8c4F0a1074F9895581b7aa509Bc361fe01F01b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2DB07f061f12f1Ef51C49B02Ad5A3EB71f60B69e/info.json b/blockchains/ethereum/assets/0x2DB07f061f12f1Ef51C49B02Ad5A3EB71f60B69e/info.json
deleted file mode 100644
index 2ac45bee79815..0000000000000
--- a/blockchains/ethereum/assets/0x2DB07f061f12f1Ef51C49B02Ad5A3EB71f60B69e/info.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Melon",
- "symbol": "MELON",
- "type": "ERC20",
- "decimals": 4,
- "description": "This is the token sgt_slaughtermelon uses for bonus NFTs, discord access, hypervibes seeding, and other things yet to be devised. For all things sgt_slaughtermelon related, this is the $MELON for fun!",
- "website": "https://sgtslaughtermelon.com/art/",
- "explorer": "https://etherscan.io/token/0x2DB07f061f12f1Ef51C49B02Ad5A3EB71f60B69e",
- "status": "active",
- "id": "0x2DB07f061f12f1Ef51C49B02Ad5A3EB71f60B69e",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/sgt_sl8termelon"
- }
- ],
- "tags": [
- "nft"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x2DB07f061f12f1Ef51C49B02Ad5A3EB71f60B69e/logo.png b/blockchains/ethereum/assets/0x2DB07f061f12f1Ef51C49B02Ad5A3EB71f60B69e/logo.png
deleted file mode 100644
index 32dc752de6d0f..0000000000000
Binary files a/blockchains/ethereum/assets/0x2DB07f061f12f1Ef51C49B02Ad5A3EB71f60B69e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2DBd330bC9B7f3A822a9173aB52172BdDDcAcE2A/info.json b/blockchains/ethereum/assets/0x2DBd330bC9B7f3A822a9173aB52172BdDDcAcE2A/info.json
deleted file mode 100644
index 843669363514d..0000000000000
--- a/blockchains/ethereum/assets/0x2DBd330bC9B7f3A822a9173aB52172BdDDcAcE2A/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "YFED.FINANCE",
- "website": "https://yfed.finance/",
- "description": "The Yfed Platform will feature two types of Staking. Regular Staking & Fixed Deposit Staking",
- "explorer": "https://etherscan.io/token/0x2DBd330bC9B7f3A822a9173aB52172BdDDcAcE2A",
- "type": "ERC20",
- "symbol": "YFED",
- "decimals": 8,
- "status": "active",
- "id": "0x2DBd330bC9B7f3A822a9173aB52172BdDDcAcE2A",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/yfedfinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/FinanceYfed"
- },
- {
- "name": "telegram",
- "url": "https://t.me/YFEDGROUP"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2DBd330bC9B7f3A822a9173aB52172BdDDcAcE2A/logo.png b/blockchains/ethereum/assets/0x2DBd330bC9B7f3A822a9173aB52172BdDDcAcE2A/logo.png
deleted file mode 100644
index a0f01f2f68257..0000000000000
Binary files a/blockchains/ethereum/assets/0x2DBd330bC9B7f3A822a9173aB52172BdDDcAcE2A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2DDA85bDb6e977E2637A09913cbE7419429F7819/info.json b/blockchains/ethereum/assets/0x2DDA85bDb6e977E2637A09913cbE7419429F7819/info.json
deleted file mode 100644
index 8862bd573a78a..0000000000000
--- a/blockchains/ethereum/assets/0x2DDA85bDb6e977E2637A09913cbE7419429F7819/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PullRug.Run",
- "symbol": "PRR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2DDA85bDb6e977E2637A09913cbE7419429F7819",
- "status": "abandoned",
- "id": "0x2DDA85bDb6e977E2637A09913cbE7419429F7819"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2DDA85bDb6e977E2637A09913cbE7419429F7819/logo.png b/blockchains/ethereum/assets/0x2DDA85bDb6e977E2637A09913cbE7419429F7819/logo.png
deleted file mode 100644
index 2fcc0c7534654..0000000000000
Binary files a/blockchains/ethereum/assets/0x2DDA85bDb6e977E2637A09913cbE7419429F7819/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2DE4ef1Eb481cF4a7b8C9f88f6D2E47387cFAf5F/info.json b/blockchains/ethereum/assets/0x2DE4ef1Eb481cF4a7b8C9f88f6D2E47387cFAf5F/info.json
deleted file mode 100644
index e50588d4c286d..0000000000000
--- a/blockchains/ethereum/assets/0x2DE4ef1Eb481cF4a7b8C9f88f6D2E47387cFAf5F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Black",
- "symbol": "BLACK",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2DE4ef1Eb481cF4a7b8C9f88f6D2E47387cFAf5F",
- "status": "abandoned",
- "id": "0x2DE4ef1Eb481cF4a7b8C9f88f6D2E47387cFAf5F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2DE4ef1Eb481cF4a7b8C9f88f6D2E47387cFAf5F/logo.png b/blockchains/ethereum/assets/0x2DE4ef1Eb481cF4a7b8C9f88f6D2E47387cFAf5F/logo.png
deleted file mode 100644
index 546fc6cba3936..0000000000000
Binary files a/blockchains/ethereum/assets/0x2DE4ef1Eb481cF4a7b8C9f88f6D2E47387cFAf5F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2Da95f7e0093CE7DC9D9BA5f47b655108754B342/info.json b/blockchains/ethereum/assets/0x2Da95f7e0093CE7DC9D9BA5f47b655108754B342/info.json
deleted file mode 100644
index e41bb0d54598e..0000000000000
--- a/blockchains/ethereum/assets/0x2Da95f7e0093CE7DC9D9BA5f47b655108754B342/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RIN Token",
- "symbol": "RIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2Da95f7e0093CE7DC9D9BA5f47b655108754B342",
- "status": "abandoned",
- "id": "0x2Da95f7e0093CE7DC9D9BA5f47b655108754B342"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2Da95f7e0093CE7DC9D9BA5f47b655108754B342/logo.png b/blockchains/ethereum/assets/0x2Da95f7e0093CE7DC9D9BA5f47b655108754B342/logo.png
deleted file mode 100644
index 7d175298ace8f..0000000000000
Binary files a/blockchains/ethereum/assets/0x2Da95f7e0093CE7DC9D9BA5f47b655108754B342/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2E2E0a28f6585e895DD646a363BAE29B77B88a31/info.json b/blockchains/ethereum/assets/0x2E2E0a28f6585e895DD646a363BAE29B77B88a31/info.json
deleted file mode 100644
index d2aec546f9581..0000000000000
--- a/blockchains/ethereum/assets/0x2E2E0a28f6585e895DD646a363BAE29B77B88a31/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Volume Network Token",
- "symbol": "VOL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://volumenetwork.io/",
- "explorer": "https://etherscan.io/token/0x2E2E0a28f6585e895DD646a363BAE29B77B88a31",
- "status": "abandoned",
- "id": "0x2E2E0a28f6585e895DD646a363BAE29B77B88a31"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2E2E0a28f6585e895DD646a363BAE29B77B88a31/logo.png b/blockchains/ethereum/assets/0x2E2E0a28f6585e895DD646a363BAE29B77B88a31/logo.png
deleted file mode 100644
index 58d4fd52fe35b..0000000000000
Binary files a/blockchains/ethereum/assets/0x2E2E0a28f6585e895DD646a363BAE29B77B88a31/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2E49Da393831df8aB3F3ee16dAe7bCe0e63EA77B/info.json b/blockchains/ethereum/assets/0x2E49Da393831df8aB3F3ee16dAe7bCe0e63EA77B/info.json
deleted file mode 100644
index b01de6cff1b9f..0000000000000
--- a/blockchains/ethereum/assets/0x2E49Da393831df8aB3F3ee16dAe7bCe0e63EA77B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R805716",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2E49Da393831df8aB3F3ee16dAe7bCe0e63EA77B",
- "status": "abandoned",
- "id": "0x2E49Da393831df8aB3F3ee16dAe7bCe0e63EA77B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2E49Da393831df8aB3F3ee16dAe7bCe0e63EA77B/logo.png b/blockchains/ethereum/assets/0x2E49Da393831df8aB3F3ee16dAe7bCe0e63EA77B/logo.png
deleted file mode 100644
index d416974199774..0000000000000
Binary files a/blockchains/ethereum/assets/0x2E49Da393831df8aB3F3ee16dAe7bCe0e63EA77B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2E65E12b5f0fD1D58738c6F38dA7D57F5F183d1c/info.json b/blockchains/ethereum/assets/0x2E65E12b5f0fD1D58738c6F38dA7D57F5F183d1c/info.json
deleted file mode 100644
index 116d479e2093e..0000000000000
--- a/blockchains/ethereum/assets/0x2E65E12b5f0fD1D58738c6F38dA7D57F5F183d1c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tepleton",
- "symbol": "TEP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://www.tepleton.io/",
- "explorer": "https://etherscan.io/token/0x2E65E12b5f0fD1D58738c6F38dA7D57F5F183d1c",
- "status": "abandoned",
- "id": "0x2E65E12b5f0fD1D58738c6F38dA7D57F5F183d1c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2E65E12b5f0fD1D58738c6F38dA7D57F5F183d1c/logo.png b/blockchains/ethereum/assets/0x2E65E12b5f0fD1D58738c6F38dA7D57F5F183d1c/logo.png
deleted file mode 100644
index 006f9199c008b..0000000000000
Binary files a/blockchains/ethereum/assets/0x2E65E12b5f0fD1D58738c6F38dA7D57F5F183d1c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2E68dfB3f50Ea302c88F8dB74096D57565D9970a/info.json b/blockchains/ethereum/assets/0x2E68dfB3f50Ea302c88F8dB74096D57565D9970a/info.json
deleted file mode 100644
index 15fbede8165af..0000000000000
--- a/blockchains/ethereum/assets/0x2E68dfB3f50Ea302c88F8dB74096D57565D9970a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Amino Intelligent Network",
- "symbol": "AMIO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.amino.world/",
- "explorer": "https://etherscan.io/token/0x2E68dfB3f50Ea302c88F8dB74096D57565D9970a",
- "status": "abandoned",
- "id": "0x2E68dfB3f50Ea302c88F8dB74096D57565D9970a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2E68dfB3f50Ea302c88F8dB74096D57565D9970a/logo.png b/blockchains/ethereum/assets/0x2E68dfB3f50Ea302c88F8dB74096D57565D9970a/logo.png
deleted file mode 100644
index ab5fd35475bc2..0000000000000
Binary files a/blockchains/ethereum/assets/0x2E68dfB3f50Ea302c88F8dB74096D57565D9970a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2E84df8BA0C87670A7073689aA94e7F1d2d85970/info.json b/blockchains/ethereum/assets/0x2E84df8BA0C87670A7073689aA94e7F1d2d85970/info.json
deleted file mode 100644
index 2ab150c08ef43..0000000000000
--- a/blockchains/ethereum/assets/0x2E84df8BA0C87670A7073689aA94e7F1d2d85970/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EXNCE",
- "symbol": "XNC",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2E84df8BA0C87670A7073689aA94e7F1d2d85970",
- "status": "abandoned",
- "id": "0x2E84df8BA0C87670A7073689aA94e7F1d2d85970"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2E84df8BA0C87670A7073689aA94e7F1d2d85970/logo.png b/blockchains/ethereum/assets/0x2E84df8BA0C87670A7073689aA94e7F1d2d85970/logo.png
deleted file mode 100644
index 2cf328dc22d39..0000000000000
Binary files a/blockchains/ethereum/assets/0x2E84df8BA0C87670A7073689aA94e7F1d2d85970/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2E9036cf5EeC2d39F1E29E13743929c069238a6d/info.json b/blockchains/ethereum/assets/0x2E9036cf5EeC2d39F1E29E13743929c069238a6d/info.json
deleted file mode 100644
index fcd141c2761b1..0000000000000
--- a/blockchains/ethereum/assets/0x2E9036cf5EeC2d39F1E29E13743929c069238a6d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR 2000",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2E9036cf5EeC2d39F1E29E13743929c069238a6d",
- "status": "abandoned",
- "id": "0x2E9036cf5EeC2d39F1E29E13743929c069238a6d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2E9036cf5EeC2d39F1E29E13743929c069238a6d/logo.png b/blockchains/ethereum/assets/0x2E9036cf5EeC2d39F1E29E13743929c069238a6d/logo.png
deleted file mode 100644
index 094e8c7d9a654..0000000000000
Binary files a/blockchains/ethereum/assets/0x2E9036cf5EeC2d39F1E29E13743929c069238a6d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2E95Cea14dd384429EB3c4331B776c4CFBB6FCD9/info.json b/blockchains/ethereum/assets/0x2E95Cea14dd384429EB3c4331B776c4CFBB6FCD9/info.json
deleted file mode 100644
index 6e15963c6d97d..0000000000000
--- a/blockchains/ethereum/assets/0x2E95Cea14dd384429EB3c4331B776c4CFBB6FCD9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Throne",
- "type": "ERC20",
- "symbol": "THN",
- "decimals": 18,
- "website": "https://www.thr.one",
- "description": "Throne has developed an exciting and disruptive blockchain technology that will transform our relationship to content and empower content creators like never before.",
- "explorer": "https://etherscan.io/token/0x2e95cea14dd384429eb3c4331b776c4cfbb6fcd9",
- "status": "active",
- "id": "0x2E95Cea14dd384429EB3c4331B776c4CFBB6FCD9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2E95Cea14dd384429EB3c4331B776c4CFBB6FCD9/logo.png b/blockchains/ethereum/assets/0x2E95Cea14dd384429EB3c4331B776c4CFBB6FCD9/logo.png
deleted file mode 100644
index 50caacd4e35fc..0000000000000
Binary files a/blockchains/ethereum/assets/0x2E95Cea14dd384429EB3c4331B776c4CFBB6FCD9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2Eb047352BD8F2C6cAded05c0e264BDF770de5d6/info.json b/blockchains/ethereum/assets/0x2Eb047352BD8F2C6cAded05c0e264BDF770de5d6/info.json
deleted file mode 100644
index 3d4eb9e34e5cc..0000000000000
--- a/blockchains/ethereum/assets/0x2Eb047352BD8F2C6cAded05c0e264BDF770de5d6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AMAS TOKEN",
- "symbol": "AMAS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2Eb047352BD8F2C6cAded05c0e264BDF770de5d6",
- "status": "abandoned",
- "id": "0x2Eb047352BD8F2C6cAded05c0e264BDF770de5d6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2Eb047352BD8F2C6cAded05c0e264BDF770de5d6/logo.png b/blockchains/ethereum/assets/0x2Eb047352BD8F2C6cAded05c0e264BDF770de5d6/logo.png
deleted file mode 100644
index 5b7af4b786002..0000000000000
Binary files a/blockchains/ethereum/assets/0x2Eb047352BD8F2C6cAded05c0e264BDF770de5d6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2EbfCA85B9a34085AF1988e989324E7fdb8A6d19/info.json b/blockchains/ethereum/assets/0x2EbfCA85B9a34085AF1988e989324E7fdb8A6d19/info.json
deleted file mode 100644
index bf820d063934d..0000000000000
--- a/blockchains/ethereum/assets/0x2EbfCA85B9a34085AF1988e989324E7fdb8A6d19/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 207-CN03",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2EbfCA85B9a34085AF1988e989324E7fdb8A6d19",
- "status": "abandoned",
- "id": "0x2EbfCA85B9a34085AF1988e989324E7fdb8A6d19"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2EbfCA85B9a34085AF1988e989324E7fdb8A6d19/logo.png b/blockchains/ethereum/assets/0x2EbfCA85B9a34085AF1988e989324E7fdb8A6d19/logo.png
deleted file mode 100644
index 4d52bd0698be8..0000000000000
Binary files a/blockchains/ethereum/assets/0x2EbfCA85B9a34085AF1988e989324E7fdb8A6d19/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2Ec62769e99b382fC6308e840762a039f6507845/info.json b/blockchains/ethereum/assets/0x2Ec62769e99b382fC6308e840762a039f6507845/info.json
deleted file mode 100644
index 91e458487f64b..0000000000000
--- a/blockchains/ethereum/assets/0x2Ec62769e99b382fC6308e840762a039f6507845/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BCTOKEN",
- "symbol": "BCTOKEN",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2Ec62769e99b382fC6308e840762a039f6507845",
- "status": "abandoned",
- "id": "0x2Ec62769e99b382fC6308e840762a039f6507845"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2Ec62769e99b382fC6308e840762a039f6507845/logo.png b/blockchains/ethereum/assets/0x2Ec62769e99b382fC6308e840762a039f6507845/logo.png
deleted file mode 100644
index aee80ad910d32..0000000000000
Binary files a/blockchains/ethereum/assets/0x2Ec62769e99b382fC6308e840762a039f6507845/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2Ed07A2fCaEDe25871c4814e1361fc20353F40B3/info.json b/blockchains/ethereum/assets/0x2Ed07A2fCaEDe25871c4814e1361fc20353F40B3/info.json
deleted file mode 100644
index 8f986b42530e9..0000000000000
--- a/blockchains/ethereum/assets/0x2Ed07A2fCaEDe25871c4814e1361fc20353F40B3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "coinwhitebook",
- "symbol": "CWB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2Ed07A2fCaEDe25871c4814e1361fc20353F40B3",
- "status": "abandoned",
- "id": "0x2Ed07A2fCaEDe25871c4814e1361fc20353F40B3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2Ed07A2fCaEDe25871c4814e1361fc20353F40B3/logo.png b/blockchains/ethereum/assets/0x2Ed07A2fCaEDe25871c4814e1361fc20353F40B3/logo.png
deleted file mode 100644
index cf22770b251ea..0000000000000
Binary files a/blockchains/ethereum/assets/0x2Ed07A2fCaEDe25871c4814e1361fc20353F40B3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2Ef27BF41236bD859a95209e17a43Fbd26851f92/info.json b/blockchains/ethereum/assets/0x2Ef27BF41236bD859a95209e17a43Fbd26851f92/info.json
deleted file mode 100644
index 322c2ce9c5149..0000000000000
--- a/blockchains/ethereum/assets/0x2Ef27BF41236bD859a95209e17a43Fbd26851f92/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MORPH",
- "symbol": "MORPH",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2Ef27BF41236bD859a95209e17a43Fbd26851f92",
- "status": "abandoned",
- "id": "0x2Ef27BF41236bD859a95209e17a43Fbd26851f92"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2Ef27BF41236bD859a95209e17a43Fbd26851f92/logo.png b/blockchains/ethereum/assets/0x2Ef27BF41236bD859a95209e17a43Fbd26851f92/logo.png
deleted file mode 100755
index bbbfb71f6c373..0000000000000
Binary files a/blockchains/ethereum/assets/0x2Ef27BF41236bD859a95209e17a43Fbd26851f92/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2F109021aFe75B949429fe30523Ee7C0D5B27207/info.json b/blockchains/ethereum/assets/0x2F109021aFe75B949429fe30523Ee7C0D5B27207/info.json
deleted file mode 100644
index 0a0cf1bcbf451..0000000000000
--- a/blockchains/ethereum/assets/0x2F109021aFe75B949429fe30523Ee7C0D5B27207/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Occam.Fi",
- "symbol": "OCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "We are a team of technologists, olympiad winners mathematicians, reputable bankers, and eminent financial economists who came together with the goal of building next-generation DeFi applications on Cardano, that scale to accommodate the next wave of adoption.",
- "website": "https://occam.fi",
- "explorer": "https://etherscan.io/token/0x2F109021aFe75B949429fe30523Ee7C0D5B27207",
- "status": "active",
- "id": "0x2F109021aFe75B949429fe30523Ee7C0D5B27207"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2F109021aFe75B949429fe30523Ee7C0D5B27207/logo.png b/blockchains/ethereum/assets/0x2F109021aFe75B949429fe30523Ee7C0D5B27207/logo.png
deleted file mode 100644
index 0e67477b1e5c2..0000000000000
Binary files a/blockchains/ethereum/assets/0x2F109021aFe75B949429fe30523Ee7C0D5B27207/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2F141Ce366a2462f02cEA3D12CF93E4DCa49e4Fd/info.json b/blockchains/ethereum/assets/0x2F141Ce366a2462f02cEA3D12CF93E4DCa49e4Fd/info.json
deleted file mode 100644
index 654b9dc44d3b2..0000000000000
--- a/blockchains/ethereum/assets/0x2F141Ce366a2462f02cEA3D12CF93E4DCa49e4Fd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Free Coin",
- "symbol": "FREE",
- "type": "ERC20",
- "decimals": 18,
- "description": "Social project to promote cryptocurrency usage and increase global wealth.",
- "website": "https://www.FREEcoin.technology",
- "explorer": "https://etherscan.io/token/0x2F141Ce366a2462f02cEA3D12CF93E4DCa49e4Fd",
- "status": "active",
- "id": "0x2F141Ce366a2462f02cEA3D12CF93E4DCa49e4Fd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2F141Ce366a2462f02cEA3D12CF93E4DCa49e4Fd/logo.png b/blockchains/ethereum/assets/0x2F141Ce366a2462f02cEA3D12CF93E4DCa49e4Fd/logo.png
deleted file mode 100644
index 07f29efe0c2ae..0000000000000
Binary files a/blockchains/ethereum/assets/0x2F141Ce366a2462f02cEA3D12CF93E4DCa49e4Fd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2F6081E3552b1c86cE4479B80062A1ddA8EF23E3/info.json b/blockchains/ethereum/assets/0x2F6081E3552b1c86cE4479B80062A1ddA8EF23E3/info.json
deleted file mode 100644
index 2f7211647ee6a..0000000000000
--- a/blockchains/ethereum/assets/0x2F6081E3552b1c86cE4479B80062A1ddA8EF23E3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dollars",
- "website": "https://dollarprotocol.com",
- "description": "Dollar Protocol is a suite of algorithmic synthetics governed by Share",
- "explorer": "https://etherscan.io/token/0x2F6081E3552b1c86cE4479B80062A1ddA8EF23E3",
- "type": "ERC20",
- "symbol": "USDx",
- "decimals": 9,
- "status": "active",
- "id": "0x2F6081E3552b1c86cE4479B80062A1ddA8EF23E3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2F6081E3552b1c86cE4479B80062A1ddA8EF23E3/logo.png b/blockchains/ethereum/assets/0x2F6081E3552b1c86cE4479B80062A1ddA8EF23E3/logo.png
deleted file mode 100644
index 228498bd002e8..0000000000000
Binary files a/blockchains/ethereum/assets/0x2F6081E3552b1c86cE4479B80062A1ddA8EF23E3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2F6f9Ae909c1279f4281D0a7cd6fa146c949fC93/info.json b/blockchains/ethereum/assets/0x2F6f9Ae909c1279f4281D0a7cd6fa146c949fC93/info.json
deleted file mode 100644
index 4b3de76206aa0..0000000000000
--- a/blockchains/ethereum/assets/0x2F6f9Ae909c1279f4281D0a7cd6fa146c949fC93/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Britency",
- "symbol": "BRI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2F6f9Ae909c1279f4281D0a7cd6fa146c949fC93",
- "status": "abandoned",
- "id": "0x2F6f9Ae909c1279f4281D0a7cd6fa146c949fC93"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2F6f9Ae909c1279f4281D0a7cd6fa146c949fC93/logo.png b/blockchains/ethereum/assets/0x2F6f9Ae909c1279f4281D0a7cd6fa146c949fC93/logo.png
deleted file mode 100644
index 23f7edb7e206d..0000000000000
Binary files a/blockchains/ethereum/assets/0x2F6f9Ae909c1279f4281D0a7cd6fa146c949fC93/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2F78eb502DafaefBCc4bEaaC969ffF2aCf9b39A9/info.json b/blockchains/ethereum/assets/0x2F78eb502DafaefBCc4bEaaC969ffF2aCf9b39A9/info.json
deleted file mode 100644
index 96672f493fed4..0000000000000
--- a/blockchains/ethereum/assets/0x2F78eb502DafaefBCc4bEaaC969ffF2aCf9b39A9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-3/30M3",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2F78eb502DafaefBCc4bEaaC969ffF2aCf9b39A9",
- "status": "abandoned",
- "id": "0x2F78eb502DafaefBCc4bEaaC969ffF2aCf9b39A9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2F78eb502DafaefBCc4bEaaC969ffF2aCf9b39A9/logo.png b/blockchains/ethereum/assets/0x2F78eb502DafaefBCc4bEaaC969ffF2aCf9b39A9/logo.png
deleted file mode 100644
index 468ac1aabeb4a..0000000000000
Binary files a/blockchains/ethereum/assets/0x2F78eb502DafaefBCc4bEaaC969ffF2aCf9b39A9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2F83750F3F3a2295adE99E897a7FCbc099bd56c2/info.json b/blockchains/ethereum/assets/0x2F83750F3F3a2295adE99E897a7FCbc099bd56c2/info.json
deleted file mode 100644
index d295dd2f202bf..0000000000000
--- a/blockchains/ethereum/assets/0x2F83750F3F3a2295adE99E897a7FCbc099bd56c2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AICT",
- "symbol": "AICT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2F83750F3F3a2295adE99E897a7FCbc099bd56c2",
- "status": "spam",
- "id": "0x2F83750F3F3a2295adE99E897a7FCbc099bd56c2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2F83750F3F3a2295adE99E897a7FCbc099bd56c2/logo.png b/blockchains/ethereum/assets/0x2F83750F3F3a2295adE99E897a7FCbc099bd56c2/logo.png
deleted file mode 100644
index b747f15e76a0e..0000000000000
Binary files a/blockchains/ethereum/assets/0x2F83750F3F3a2295adE99E897a7FCbc099bd56c2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2F8EF85b43Df8Aa5B2096Ef090B00266CE714d72/info.json b/blockchains/ethereum/assets/0x2F8EF85b43Df8Aa5B2096Ef090B00266CE714d72/info.json
deleted file mode 100644
index c48ec0904161c..0000000000000
--- a/blockchains/ethereum/assets/0x2F8EF85b43Df8Aa5B2096Ef090B00266CE714d72/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-9/30M9",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2F8EF85b43Df8Aa5B2096Ef090B00266CE714d72",
- "status": "spam",
- "id": "0x2F8EF85b43Df8Aa5B2096Ef090B00266CE714d72"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2F8EF85b43Df8Aa5B2096Ef090B00266CE714d72/logo.png b/blockchains/ethereum/assets/0x2F8EF85b43Df8Aa5B2096Ef090B00266CE714d72/logo.png
deleted file mode 100644
index 24e92a9c357f2..0000000000000
Binary files a/blockchains/ethereum/assets/0x2F8EF85b43Df8Aa5B2096Ef090B00266CE714d72/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2F9b6779c37DF5707249eEb3734BbfC94763fBE2/info.json b/blockchains/ethereum/assets/0x2F9b6779c37DF5707249eEb3734BbfC94763fBE2/info.json
deleted file mode 100644
index bd389bbded8a1..0000000000000
--- a/blockchains/ethereum/assets/0x2F9b6779c37DF5707249eEb3734BbfC94763fBE2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CrowdWizToken",
- "symbol": "WIZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "Obtain a smooth access to the full consistent chronology of your own votes and activities, as well as the votes and activities of other CrowdWiz-ers.",
- "website": "https://crowdwiz.io/",
- "explorer": "https://etherscan.io/token/0x2F9b6779c37DF5707249eEb3734BbfC94763fBE2",
- "status": "active",
- "id": "0x2F9b6779c37DF5707249eEb3734BbfC94763fBE2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2F9b6779c37DF5707249eEb3734BbfC94763fBE2/logo.png b/blockchains/ethereum/assets/0x2F9b6779c37DF5707249eEb3734BbfC94763fBE2/logo.png
deleted file mode 100644
index 8a5cda3157083..0000000000000
Binary files a/blockchains/ethereum/assets/0x2F9b6779c37DF5707249eEb3734BbfC94763fBE2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2FA32a39fc1c399E0Cc7B2935868f5165De7cE97/info.json b/blockchains/ethereum/assets/0x2FA32a39fc1c399E0Cc7B2935868f5165De7cE97/info.json
deleted file mode 100644
index ee6b36e458120..0000000000000
--- a/blockchains/ethereum/assets/0x2FA32a39fc1c399E0Cc7B2935868f5165De7cE97/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PayFair Token",
- "symbol": "PFR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2FA32a39fc1c399E0Cc7B2935868f5165De7cE97",
- "status": "abandoned",
- "id": "0x2FA32a39fc1c399E0Cc7B2935868f5165De7cE97"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2FA32a39fc1c399E0Cc7B2935868f5165De7cE97/logo.png b/blockchains/ethereum/assets/0x2FA32a39fc1c399E0Cc7B2935868f5165De7cE97/logo.png
deleted file mode 100644
index 261396ec2d546..0000000000000
Binary files a/blockchains/ethereum/assets/0x2FA32a39fc1c399E0Cc7B2935868f5165De7cE97/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2FE3e4b2237bAF11ABd6Ca467f312C361Ac1c601/info.json b/blockchains/ethereum/assets/0x2FE3e4b2237bAF11ABd6Ca467f312C361Ac1c601/info.json
deleted file mode 100644
index 505131f967011..0000000000000
--- a/blockchains/ethereum/assets/0x2FE3e4b2237bAF11ABd6Ca467f312C361Ac1c601/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tyche Chip",
- "symbol": "TCH",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2FE3e4b2237bAF11ABd6Ca467f312C361Ac1c601",
- "status": "abandoned",
- "id": "0x2FE3e4b2237bAF11ABd6Ca467f312C361Ac1c601"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2FE3e4b2237bAF11ABd6Ca467f312C361Ac1c601/logo.png b/blockchains/ethereum/assets/0x2FE3e4b2237bAF11ABd6Ca467f312C361Ac1c601/logo.png
deleted file mode 100644
index db60e41f3e878..0000000000000
Binary files a/blockchains/ethereum/assets/0x2FE3e4b2237bAF11ABd6Ca467f312C361Ac1c601/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2Fb12bccF6f5Dd338b76Be784A93ade072425690/info.json b/blockchains/ethereum/assets/0x2Fb12bccF6f5Dd338b76Be784A93ade072425690/info.json
deleted file mode 100644
index 8a04e7ebd6d83..0000000000000
--- a/blockchains/ethereum/assets/0x2Fb12bccF6f5Dd338b76Be784A93ade072425690/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BEAT",
- "symbol": "BEAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://beat.org/",
- "explorer": "https://etherscan.io/token/0x2Fb12bccF6f5Dd338b76Be784A93ade072425690",
- "status": "abandoned",
- "id": "0x2Fb12bccF6f5Dd338b76Be784A93ade072425690"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2Fb12bccF6f5Dd338b76Be784A93ade072425690/logo.png b/blockchains/ethereum/assets/0x2Fb12bccF6f5Dd338b76Be784A93ade072425690/logo.png
deleted file mode 100644
index a0214a456fdcd..0000000000000
Binary files a/blockchains/ethereum/assets/0x2Fb12bccF6f5Dd338b76Be784A93ade072425690/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2Fc246aA66F0da5bB1368F688548ecBBE9bdee5d/info.json b/blockchains/ethereum/assets/0x2Fc246aA66F0da5bB1368F688548ecBBE9bdee5d/info.json
deleted file mode 100644
index ca7774d690dc3..0000000000000
--- a/blockchains/ethereum/assets/0x2Fc246aA66F0da5bB1368F688548ecBBE9bdee5d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TEMCO",
- "symbol": "TEMCO",
- "type": "ERC20",
- "decimals": 18,
- "description": "TEMCO is the world's first Bitcoin Smart Contract (RSK) based supply chain data platform. TEMCO connects isolated supply chain data and offers business and consumer services.",
- "website": "https://www.temco.io/",
- "explorer": "https://etherscan.io/token/0x2Fc246aA66F0da5bB1368F688548ecBBE9bdee5d",
- "status": "active",
- "id": "0x2Fc246aA66F0da5bB1368F688548ecBBE9bdee5d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2Fc246aA66F0da5bB1368F688548ecBBE9bdee5d/logo.png b/blockchains/ethereum/assets/0x2Fc246aA66F0da5bB1368F688548ecBBE9bdee5d/logo.png
deleted file mode 100644
index 2f96fe0f2bd9d..0000000000000
Binary files a/blockchains/ethereum/assets/0x2Fc246aA66F0da5bB1368F688548ecBBE9bdee5d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2Feb105FBb4c922597b125C56822B3db7351B55d/info.json b/blockchains/ethereum/assets/0x2Feb105FBb4c922597b125C56822B3db7351B55d/info.json
deleted file mode 100644
index 8a8963150fd91..0000000000000
--- a/blockchains/ethereum/assets/0x2Feb105FBb4c922597b125C56822B3db7351B55d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ABSTRACT",
- "symbol": "ABST",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2Feb105FBb4c922597b125C56822B3db7351B55d",
- "status": "abandoned",
- "id": "0x2Feb105FBb4c922597b125C56822B3db7351B55d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2Feb105FBb4c922597b125C56822B3db7351B55d/logo.png b/blockchains/ethereum/assets/0x2Feb105FBb4c922597b125C56822B3db7351B55d/logo.png
deleted file mode 100644
index bde466c7c240e..0000000000000
Binary files a/blockchains/ethereum/assets/0x2Feb105FBb4c922597b125C56822B3db7351B55d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2a093BcF0C98Ef744Bb6F69D74f2F85605324290/info.json b/blockchains/ethereum/assets/0x2a093BcF0C98Ef744Bb6F69D74f2F85605324290/info.json
deleted file mode 100644
index 52211106398f7..0000000000000
--- a/blockchains/ethereum/assets/0x2a093BcF0C98Ef744Bb6F69D74f2F85605324290/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FoodCoin",
- "symbol": "FOOD",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.foodcoin.io/",
- "explorer": "https://etherscan.io/token/0x2a093BcF0C98Ef744Bb6F69D74f2F85605324290",
- "status": "abandoned",
- "id": "0x2a093BcF0C98Ef744Bb6F69D74f2F85605324290"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2a093BcF0C98Ef744Bb6F69D74f2F85605324290/logo.png b/blockchains/ethereum/assets/0x2a093BcF0C98Ef744Bb6F69D74f2F85605324290/logo.png
deleted file mode 100644
index e631a9baefd52..0000000000000
Binary files a/blockchains/ethereum/assets/0x2a093BcF0C98Ef744Bb6F69D74f2F85605324290/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2a3bFF78B79A009976EeA096a51A948a3dC00e34/info.json b/blockchains/ethereum/assets/0x2a3bFF78B79A009976EeA096a51A948a3dC00e34/info.json
deleted file mode 100644
index e4bd64c19d29f..0000000000000
--- a/blockchains/ethereum/assets/0x2a3bFF78B79A009976EeA096a51A948a3dC00e34/info.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "Wilder World",
- "symbol": "WILD",
- "type": "ERC20",
- "decimals": 18,
- "description": "Wilder World is an immersive 5D metaverse powered entirely by NFTs.",
- "website": "https://www.wilderworld.com/",
- "explorer": "https://etherscan.io/token/0x2a3bFF78B79A009976EeA096a51A948a3dC00e34",
- "id": "0x2a3bFF78B79A009976EeA096a51A948a3dC00e34",
- "status": "active",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/WilderWorld"
- },
- {
- "name": "medium",
- "url": "https://wilderworld.medium.com/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/wilderworld"
- },
- {
- "name": "whitepaper",
- "url": "https://info.wilderworld.com/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/wilder-world/"
- },
- {
- "name": "blog",
- "url": "https://zine.wilderworld.com/"
- },
- {
- "name": "docs",
- "url": "https://wiki.wilderworld.com/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/wilder_world"
- }
- ],
- "tags": [
- "nft",
- "gamefi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x2a3bFF78B79A009976EeA096a51A948a3dC00e34/logo.png b/blockchains/ethereum/assets/0x2a3bFF78B79A009976EeA096a51A948a3dC00e34/logo.png
deleted file mode 100644
index 42c818858e0d8..0000000000000
Binary files a/blockchains/ethereum/assets/0x2a3bFF78B79A009976EeA096a51A948a3dC00e34/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2a469A22101f1F672B745D729D13Ab8DBd203C9B/info.json b/blockchains/ethereum/assets/0x2a469A22101f1F672B745D729D13Ab8DBd203C9B/info.json
deleted file mode 100644
index 6dc99a378e919..0000000000000
--- a/blockchains/ethereum/assets/0x2a469A22101f1F672B745D729D13Ab8DBd203C9B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COINSTO",
- "symbol": "CSO",
- "type": "ERC20",
- "decimals": 8,
- "description": "Coinsto is a Cryptocurrency project helping people to learn by others' experiences. Coinsto is focused on giving value to the people by the people, the platform will only act as a slate to help individuals and organizations learn about cryptocurrency",
- "website": "https://coinstoplatform.com/",
- "explorer": "https://etherscan.io/token/0x2a469A22101f1F672B745D729D13Ab8DBd203C9B",
- "status": "active",
- "id": "0x2a469A22101f1F672B745D729D13Ab8DBd203C9B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2a469A22101f1F672B745D729D13Ab8DBd203C9B/logo.png b/blockchains/ethereum/assets/0x2a469A22101f1F672B745D729D13Ab8DBd203C9B/logo.png
deleted file mode 100644
index 24a9481f47763..0000000000000
Binary files a/blockchains/ethereum/assets/0x2a469A22101f1F672B745D729D13Ab8DBd203C9B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2a4b256440fe78CBb6eB95271b6205988aB259ca/info.json b/blockchains/ethereum/assets/0x2a4b256440fe78CBb6eB95271b6205988aB259ca/info.json
deleted file mode 100644
index 9de88a9332644..0000000000000
--- a/blockchains/ethereum/assets/0x2a4b256440fe78CBb6eB95271b6205988aB259ca/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EDU token",
- "symbol": "EDU",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2a4b256440fe78CBb6eB95271b6205988aB259ca",
- "status": "abandoned",
- "id": "0x2a4b256440fe78CBb6eB95271b6205988aB259ca"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2a4b256440fe78CBb6eB95271b6205988aB259ca/logo.png b/blockchains/ethereum/assets/0x2a4b256440fe78CBb6eB95271b6205988aB259ca/logo.png
deleted file mode 100644
index bf86cb0c10713..0000000000000
Binary files a/blockchains/ethereum/assets/0x2a4b256440fe78CBb6eB95271b6205988aB259ca/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2a7f709eE001069771ceB6D42e85035f7D18E736/info.json b/blockchains/ethereum/assets/0x2a7f709eE001069771ceB6D42e85035f7D18E736/info.json
deleted file mode 100644
index 437f07b7dddb3..0000000000000
--- a/blockchains/ethereum/assets/0x2a7f709eE001069771ceB6D42e85035f7D18E736/info.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "OWL",
- "website": "https://stealthswap.org",
- "description": "StealthSwap is a protocol that implements shielded payments on Ethereum.",
- "explorer": "https://etherscan.io/token/0x2a7f709eE001069771ceB6D42e85035f7D18E736",
- "research": "https://medium.com/stealthswap",
- "type": "ERC20",
- "symbol": "OWL",
- "decimals": 18,
- "status": "active",
- "id": "0x2a7f709eE001069771ceB6D42e85035f7D18E736",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/stealthswap"
- },
- {
- "name": "whitepaper",
- "url": "https://stealthswap.org/dist/assets/stealthswap-whitepaper-v1.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2a7f709eE001069771ceB6D42e85035f7D18E736/logo.png b/blockchains/ethereum/assets/0x2a7f709eE001069771ceB6D42e85035f7D18E736/logo.png
deleted file mode 100644
index 96b2de790962c..0000000000000
Binary files a/blockchains/ethereum/assets/0x2a7f709eE001069771ceB6D42e85035f7D18E736/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2a8E98e256f32259b5E5Cb55Dd63C8e891950666/info.json b/blockchains/ethereum/assets/0x2a8E98e256f32259b5E5Cb55Dd63C8e891950666/info.json
deleted file mode 100644
index d53f898973443..0000000000000
--- a/blockchains/ethereum/assets/0x2a8E98e256f32259b5E5Cb55Dd63C8e891950666/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ParrotCoin",
- "symbol": "PTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2a8E98e256f32259b5E5Cb55Dd63C8e891950666",
- "status": "abandoned",
- "id": "0x2a8E98e256f32259b5E5Cb55Dd63C8e891950666"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2a8E98e256f32259b5E5Cb55Dd63C8e891950666/logo.png b/blockchains/ethereum/assets/0x2a8E98e256f32259b5E5Cb55Dd63C8e891950666/logo.png
deleted file mode 100755
index 4e31c391b66fa..0000000000000
Binary files a/blockchains/ethereum/assets/0x2a8E98e256f32259b5E5Cb55Dd63C8e891950666/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2a9D1dfC0174E8dB66F1838bc251aDA66Cd76018/info.json b/blockchains/ethereum/assets/0x2a9D1dfC0174E8dB66F1838bc251aDA66Cd76018/info.json
deleted file mode 100644
index 495418cfa70f4..0000000000000
--- a/blockchains/ethereum/assets/0x2a9D1dfC0174E8dB66F1838bc251aDA66Cd76018/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tyche Share",
- "symbol": "TSH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2a9D1dfC0174E8dB66F1838bc251aDA66Cd76018",
- "status": "abandoned",
- "id": "0x2a9D1dfC0174E8dB66F1838bc251aDA66Cd76018"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2a9D1dfC0174E8dB66F1838bc251aDA66Cd76018/logo.png b/blockchains/ethereum/assets/0x2a9D1dfC0174E8dB66F1838bc251aDA66Cd76018/logo.png
deleted file mode 100644
index f6f8668c9ad61..0000000000000
Binary files a/blockchains/ethereum/assets/0x2a9D1dfC0174E8dB66F1838bc251aDA66Cd76018/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2aE965cd3D2B6D186e87D9586FC3BdBfC667cAcC/info.json b/blockchains/ethereum/assets/0x2aE965cd3D2B6D186e87D9586FC3BdBfC667cAcC/info.json
deleted file mode 100644
index 33973418dd2a1..0000000000000
--- a/blockchains/ethereum/assets/0x2aE965cd3D2B6D186e87D9586FC3BdBfC667cAcC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GJC",
- "symbol": "GJC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2aE965cd3D2B6D186e87D9586FC3BdBfC667cAcC",
- "status": "abandoned",
- "id": "0x2aE965cd3D2B6D186e87D9586FC3BdBfC667cAcC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2aE965cd3D2B6D186e87D9586FC3BdBfC667cAcC/logo.png b/blockchains/ethereum/assets/0x2aE965cd3D2B6D186e87D9586FC3BdBfC667cAcC/logo.png
deleted file mode 100644
index f3ce629ebaac3..0000000000000
Binary files a/blockchains/ethereum/assets/0x2aE965cd3D2B6D186e87D9586FC3BdBfC667cAcC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2aF1dF3AB0ab157e1E2Ad8F88A7D04fbea0c7dc6/info.json b/blockchains/ethereum/assets/0x2aF1dF3AB0ab157e1E2Ad8F88A7D04fbea0c7dc6/info.json
deleted file mode 100644
index de57d9acb0b0d..0000000000000
--- a/blockchains/ethereum/assets/0x2aF1dF3AB0ab157e1E2Ad8F88A7D04fbea0c7dc6/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Bankless BED Index",
- "symbol": "BED",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Bankless BED Index is an equal weighted index of Bitcoin, Ethereum and DPI.",
- "website": "https://www.indexcoop.com/",
- "explorer": "https://etherscan.io/token/0x2aF1dF3AB0ab157e1E2Ad8F88A7D04fbea0c7dc6",
- "status": "active",
- "id": "0x2aF1dF3AB0ab157e1E2Ad8F88A7D04fbea0c7dc6",
- "links": [
- {
- "name": "blog",
- "url": "https://gov.indexcoop.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/indexcoop"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/defi-pulse-index/p"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/defipulse-index"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/RKZ4S3b"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2aF1dF3AB0ab157e1E2Ad8F88A7D04fbea0c7dc6/logo.png b/blockchains/ethereum/assets/0x2aF1dF3AB0ab157e1E2Ad8F88A7D04fbea0c7dc6/logo.png
deleted file mode 100644
index 120feb7a664a7..0000000000000
Binary files a/blockchains/ethereum/assets/0x2aF1dF3AB0ab157e1E2Ad8F88A7D04fbea0c7dc6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2ab05B915C30093679165bcdba9C26D8Cd8BeE99/info.json b/blockchains/ethereum/assets/0x2ab05B915C30093679165bcdba9C26D8Cd8BeE99/info.json
deleted file mode 100644
index adc0b65b9850a..0000000000000
--- a/blockchains/ethereum/assets/0x2ab05B915C30093679165bcdba9C26D8Cd8BeE99/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BCHC",
- "symbol": "BCHC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.bitcherry.io/",
- "explorer": "https://etherscan.io/token/0x2ab05B915C30093679165bcdba9C26D8Cd8BeE99",
- "status": "abandoned",
- "id": "0x2ab05B915C30093679165bcdba9C26D8Cd8BeE99"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2ab05B915C30093679165bcdba9C26D8Cd8BeE99/logo.png b/blockchains/ethereum/assets/0x2ab05B915C30093679165bcdba9C26D8Cd8BeE99/logo.png
deleted file mode 100755
index 914e8aafb3fa4..0000000000000
Binary files a/blockchains/ethereum/assets/0x2ab05B915C30093679165bcdba9C26D8Cd8BeE99/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2ac07844fbBA038412c210EFa28dbD764F5deF84/info.json b/blockchains/ethereum/assets/0x2ac07844fbBA038412c210EFa28dbD764F5deF84/info.json
deleted file mode 100644
index 67e70c7af1962..0000000000000
--- a/blockchains/ethereum/assets/0x2ac07844fbBA038412c210EFa28dbD764F5deF84/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Smart Pharmaceutical Token",
- "symbol": "SMPT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2ac07844fbBA038412c210EFa28dbD764F5deF84",
- "status": "abandoned",
- "id": "0x2ac07844fbBA038412c210EFa28dbD764F5deF84"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2ac07844fbBA038412c210EFa28dbD764F5deF84/logo.png b/blockchains/ethereum/assets/0x2ac07844fbBA038412c210EFa28dbD764F5deF84/logo.png
deleted file mode 100644
index a053772313c4f..0000000000000
Binary files a/blockchains/ethereum/assets/0x2ac07844fbBA038412c210EFa28dbD764F5deF84/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2adba23Cf1252dE095aCEd801e758b369EC10426/info.json b/blockchains/ethereum/assets/0x2adba23Cf1252dE095aCEd801e758b369EC10426/info.json
deleted file mode 100644
index 98c01839a686e..0000000000000
--- a/blockchains/ethereum/assets/0x2adba23Cf1252dE095aCEd801e758b369EC10426/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UCBI Banking",
- "symbol": "UCBI",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2adba23Cf1252dE095aCEd801e758b369EC10426",
- "status": "abandoned",
- "id": "0x2adba23Cf1252dE095aCEd801e758b369EC10426"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2adba23Cf1252dE095aCEd801e758b369EC10426/logo.png b/blockchains/ethereum/assets/0x2adba23Cf1252dE095aCEd801e758b369EC10426/logo.png
deleted file mode 100644
index 84fed384b7a2a..0000000000000
Binary files a/blockchains/ethereum/assets/0x2adba23Cf1252dE095aCEd801e758b369EC10426/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2b0979408914a819598da3784b82Ec497673FF75/info.json b/blockchains/ethereum/assets/0x2b0979408914a819598da3784b82Ec497673FF75/info.json
deleted file mode 100644
index a393713592bdb..0000000000000
--- a/blockchains/ethereum/assets/0x2b0979408914a819598da3784b82Ec497673FF75/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CCT 67398/489",
- "symbol": "CCT",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2b0979408914a819598da3784b82Ec497673FF75",
- "status": "abandoned",
- "id": "0x2b0979408914a819598da3784b82Ec497673FF75"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2b0979408914a819598da3784b82Ec497673FF75/logo.png b/blockchains/ethereum/assets/0x2b0979408914a819598da3784b82Ec497673FF75/logo.png
deleted file mode 100644
index 29e63056f4a9e..0000000000000
Binary files a/blockchains/ethereum/assets/0x2b0979408914a819598da3784b82Ec497673FF75/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2b17b8927A8e9844B6Ca11c5E0E818Bb633C044d/info.json b/blockchains/ethereum/assets/0x2b17b8927A8e9844B6Ca11c5E0E818Bb633C044d/info.json
deleted file mode 100644
index 8d80f81cb1664..0000000000000
--- a/blockchains/ethereum/assets/0x2b17b8927A8e9844B6Ca11c5E0E818Bb633C044d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OMNIS-BIT",
- "symbol": "OMNIS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2b17b8927A8e9844B6Ca11c5E0E818Bb633C044d",
- "status": "abandoned",
- "id": "0x2b17b8927A8e9844B6Ca11c5E0E818Bb633C044d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2b17b8927A8e9844B6Ca11c5E0E818Bb633C044d/logo.png b/blockchains/ethereum/assets/0x2b17b8927A8e9844B6Ca11c5E0E818Bb633C044d/logo.png
deleted file mode 100644
index 79da08f74e63e..0000000000000
Binary files a/blockchains/ethereum/assets/0x2b17b8927A8e9844B6Ca11c5E0E818Bb633C044d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2b1EB94d2AeD2dEA74D85A6Bac5f44df03B8DeDB/info.json b/blockchains/ethereum/assets/0x2b1EB94d2AeD2dEA74D85A6Bac5f44df03B8DeDB/info.json
deleted file mode 100644
index fb0d82e859342..0000000000000
--- a/blockchains/ethereum/assets/0x2b1EB94d2AeD2dEA74D85A6Bac5f44df03B8DeDB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BDAO",
- "website": "https://bdao.network",
- "description": "BDAO Network is a decentralized and autonomous reward platform that runs on the Ethereum blockchain through smart contracts.",
- "explorer": "https://etherscan.io/token/0x2b1EB94d2AeD2dEA74D85A6Bac5f44df03B8DeDB",
- "type": "ERC20",
- "symbol": "BDAO",
- "decimals": 18,
- "status": "active",
- "id": "0x2b1EB94d2AeD2dEA74D85A6Bac5f44df03B8DeDB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2b1EB94d2AeD2dEA74D85A6Bac5f44df03B8DeDB/logo.png b/blockchains/ethereum/assets/0x2b1EB94d2AeD2dEA74D85A6Bac5f44df03B8DeDB/logo.png
deleted file mode 100644
index eeeb0d7027663..0000000000000
Binary files a/blockchains/ethereum/assets/0x2b1EB94d2AeD2dEA74D85A6Bac5f44df03B8DeDB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2b36968BF3c77253266Aa382562Fa3fdD7fa1667/info.json b/blockchains/ethereum/assets/0x2b36968BF3c77253266Aa382562Fa3fdD7fa1667/info.json
deleted file mode 100644
index a61278bf3ccac..0000000000000
--- a/blockchains/ethereum/assets/0x2b36968BF3c77253266Aa382562Fa3fdD7fa1667/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MedicayunLink",
- "symbol": "MCL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2b36968BF3c77253266Aa382562Fa3fdD7fa1667",
- "status": "abandoned",
- "id": "0x2b36968BF3c77253266Aa382562Fa3fdD7fa1667"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2b36968BF3c77253266Aa382562Fa3fdD7fa1667/logo.png b/blockchains/ethereum/assets/0x2b36968BF3c77253266Aa382562Fa3fdD7fa1667/logo.png
deleted file mode 100644
index 3067801efc5b5..0000000000000
Binary files a/blockchains/ethereum/assets/0x2b36968BF3c77253266Aa382562Fa3fdD7fa1667/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2b4F00249026D720c45C26de387Ffa0fa7bc7195/info.json b/blockchains/ethereum/assets/0x2b4F00249026D720c45C26de387Ffa0fa7bc7195/info.json
deleted file mode 100644
index 5f886e62a5f76..0000000000000
--- a/blockchains/ethereum/assets/0x2b4F00249026D720c45C26de387Ffa0fa7bc7195/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GLAD",
- "symbol": "GLAD",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2b4F00249026D720c45C26de387Ffa0fa7bc7195",
- "status": "abandoned",
- "id": "0x2b4F00249026D720c45C26de387Ffa0fa7bc7195"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2b4F00249026D720c45C26de387Ffa0fa7bc7195/logo.png b/blockchains/ethereum/assets/0x2b4F00249026D720c45C26de387Ffa0fa7bc7195/logo.png
deleted file mode 100644
index fd0acd59cd000..0000000000000
Binary files a/blockchains/ethereum/assets/0x2b4F00249026D720c45C26de387Ffa0fa7bc7195/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39/info.json b/blockchains/ethereum/assets/0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39/info.json
deleted file mode 100644
index 3356a1c71b3c8..0000000000000
--- a/blockchains/ethereum/assets/0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HEX",
- "symbol": "HEX",
- "type": "ERC20",
- "decimals": 8,
- "description": "Launched by Richard Heart and team, HEX is the first certificate of deposit on the blockchain, essentially time deposits that gain interest,",
- "website": "https://hex.com",
- "explorer": "https://etherscan.io/token/0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39",
- "status": "active",
- "id": "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39/logo.png b/blockchains/ethereum/assets/0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39/logo.png
deleted file mode 100644
index a35b64fb5cdbc..0000000000000
Binary files a/blockchains/ethereum/assets/0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2b5cA2F9510cf1e3595Ff219f24D75D4244585EA/info.json b/blockchains/ethereum/assets/0x2b5cA2F9510cf1e3595Ff219f24D75D4244585EA/info.json
deleted file mode 100644
index 5d4d1892e4fa2..0000000000000
--- a/blockchains/ethereum/assets/0x2b5cA2F9510cf1e3595Ff219f24D75D4244585EA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EthereumPay",
- "type": "ERC20",
- "symbol": "EPAY",
- "decimals": 18,
- "website": "https://ethereumpay.org",
- "description": "An ERC-20 compatible token built on the ERC-1363 Protocol built specifically for payments",
- "explorer": "https://etherscan.io/token/0x2b5cA2F9510cf1e3595Ff219f24D75D4244585EA",
- "status": "active",
- "id": "0x2b5cA2F9510cf1e3595Ff219f24D75D4244585EA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2b5cA2F9510cf1e3595Ff219f24D75D4244585EA/logo.png b/blockchains/ethereum/assets/0x2b5cA2F9510cf1e3595Ff219f24D75D4244585EA/logo.png
deleted file mode 100644
index 76cda72903f0e..0000000000000
Binary files a/blockchains/ethereum/assets/0x2b5cA2F9510cf1e3595Ff219f24D75D4244585EA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2b6fF53Fc2493CcD5202D80a6C439741414C5Ff2/info.json b/blockchains/ethereum/assets/0x2b6fF53Fc2493CcD5202D80a6C439741414C5Ff2/info.json
deleted file mode 100644
index 60e391332b154..0000000000000
--- a/blockchains/ethereum/assets/0x2b6fF53Fc2493CcD5202D80a6C439741414C5Ff2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tweebaa",
- "symbol": "TWEE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://tweebaa.com/",
- "explorer": "https://etherscan.io/token/0x2b6fF53Fc2493CcD5202D80a6C439741414C5Ff2",
- "status": "abandoned",
- "id": "0x2b6fF53Fc2493CcD5202D80a6C439741414C5Ff2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2b6fF53Fc2493CcD5202D80a6C439741414C5Ff2/logo.png b/blockchains/ethereum/assets/0x2b6fF53Fc2493CcD5202D80a6C439741414C5Ff2/logo.png
deleted file mode 100644
index a78d8e069642b..0000000000000
Binary files a/blockchains/ethereum/assets/0x2b6fF53Fc2493CcD5202D80a6C439741414C5Ff2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2b867efD2dE4Ad2B583Ca0CB3dF9C4040Ef4D329/info.json b/blockchains/ethereum/assets/0x2b867efD2dE4Ad2B583Ca0CB3dF9C4040Ef4D329/info.json
deleted file mode 100644
index 9dcaaee2f8ed6..0000000000000
--- a/blockchains/ethereum/assets/0x2b867efD2dE4Ad2B583Ca0CB3dF9C4040Ef4D329/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "LuckyBlock",
- "website": "https://luckyblock.com/",
- "description": "A games & competitions platform with play-to-earn rewards using blockchain protocols.",
- "explorer": "https://etherscan.io/token/0x2b867efd2de4ad2b583ca0cb3df9c4040ef4d329",
- "symbol": "LBlock",
- "type": "ERC20",
- "decimals": 9,
- "status": "active",
- "id": "0x2b867efD2dE4Ad2B583Ca0CB3dF9C4040Ef4D329",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/lucky-block-v2/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/luckyblockcoin"
- },
- {
- "name": "telegram",
- "url": "https://t.me/LuckyBlockChainTG"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2b867efD2dE4Ad2B583Ca0CB3dF9C4040Ef4D329/logo.png b/blockchains/ethereum/assets/0x2b867efD2dE4Ad2B583Ca0CB3dF9C4040Ef4D329/logo.png
deleted file mode 100644
index 8e0a321445b0c..0000000000000
Binary files a/blockchains/ethereum/assets/0x2b867efD2dE4Ad2B583Ca0CB3dF9C4040Ef4D329/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2b915b505c017ABb1547aA5Ab355FbE69865cC6D/info.json b/blockchains/ethereum/assets/0x2b915b505c017ABb1547aA5Ab355FbE69865cC6D/info.json
deleted file mode 100644
index 52bfb95ae2af4..0000000000000
--- a/blockchains/ethereum/assets/0x2b915b505c017ABb1547aA5Ab355FbE69865cC6D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Maps.me",
- "type": "ERC20",
- "symbol": "MAPS",
- "decimals": 6,
- "website": "https://maps.me",
- "description": "Maps.me 2.0 is the ultimate travel companion and your passport to the new financial system.",
- "explorer": "https://etherscan.io/token/0x2b915b505c017abb1547aa5ab355fbe69865cc6d",
- "status": "active",
- "id": "0x2b915b505c017ABb1547aA5Ab355FbE69865cC6D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2b915b505c017ABb1547aA5Ab355FbE69865cC6D/logo.png b/blockchains/ethereum/assets/0x2b915b505c017ABb1547aA5Ab355FbE69865cC6D/logo.png
deleted file mode 100644
index 372f8c2da2f75..0000000000000
Binary files a/blockchains/ethereum/assets/0x2b915b505c017ABb1547aA5Ab355FbE69865cC6D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2bBA3CF6DE6058cc1B4457Ce00deb359E2703d7F/info.json b/blockchains/ethereum/assets/0x2bBA3CF6DE6058cc1B4457Ce00deb359E2703d7F/info.json
deleted file mode 100644
index 6343136dd5c5d..0000000000000
--- a/blockchains/ethereum/assets/0x2bBA3CF6DE6058cc1B4457Ce00deb359E2703d7F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HashCoin",
- "symbol": "HSC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.hashfuture.io/#home",
- "explorer": "https://etherscan.io/token/0x2bBA3CF6DE6058cc1B4457Ce00deb359E2703d7F",
- "status": "active",
- "id": "0x2bBA3CF6DE6058cc1B4457Ce00deb359E2703d7F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2bBA3CF6DE6058cc1B4457Ce00deb359E2703d7F/logo.png b/blockchains/ethereum/assets/0x2bBA3CF6DE6058cc1B4457Ce00deb359E2703d7F/logo.png
deleted file mode 100755
index f1e6f8144de76..0000000000000
Binary files a/blockchains/ethereum/assets/0x2bBA3CF6DE6058cc1B4457Ce00deb359E2703d7F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2bDC0D42996017fCe214b21607a515DA41A9E0C5/info.json b/blockchains/ethereum/assets/0x2bDC0D42996017fCe214b21607a515DA41A9E0C5/info.json
deleted file mode 100644
index 70c529eeece58..0000000000000
--- a/blockchains/ethereum/assets/0x2bDC0D42996017fCe214b21607a515DA41A9E0C5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SkinCoin",
- "symbol": "SKIN",
- "type": "ERC20",
- "decimals": 6,
- "description": "SkinCoin is a multipurpose cryptocurrency for gaming industry.",
- "website": "https://skincoin.org/",
- "explorer": "https://etherscan.io/token/0x2bDC0D42996017fCe214b21607a515DA41A9E0C5",
- "status": "active",
- "id": "0x2bDC0D42996017fCe214b21607a515DA41A9E0C5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2bDC0D42996017fCe214b21607a515DA41A9E0C5/logo.png b/blockchains/ethereum/assets/0x2bDC0D42996017fCe214b21607a515DA41A9E0C5/logo.png
deleted file mode 100644
index 4e3c73144e6ea..0000000000000
Binary files a/blockchains/ethereum/assets/0x2bDC0D42996017fCe214b21607a515DA41A9E0C5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2ba592F78dB6436527729929AAf6c908497cB200/info.json b/blockchains/ethereum/assets/0x2ba592F78dB6436527729929AAf6c908497cB200/info.json
deleted file mode 100644
index 540a9a74bc2f6..0000000000000
--- a/blockchains/ethereum/assets/0x2ba592F78dB6436527729929AAf6c908497cB200/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Cream Finance",
- "website": "https://cream.finance",
- "description": "Cream - Crypto Rules Everything Around Me",
- "explorer": "https://etherscan.io/token/0x2ba592F78dB6436527729929AAf6c908497cB200",
- "type": "ERC20",
- "symbol": "CREAM",
- "decimals": 18,
- "status": "active",
- "id": "0x2ba592F78dB6436527729929AAf6c908497cB200",
- "tags": [
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2ba592F78dB6436527729929AAf6c908497cB200/logo.png b/blockchains/ethereum/assets/0x2ba592F78dB6436527729929AAf6c908497cB200/logo.png
deleted file mode 100644
index 7925d9c25d0e6..0000000000000
Binary files a/blockchains/ethereum/assets/0x2ba592F78dB6436527729929AAf6c908497cB200/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2ba6b1E4424e19816382d15937739959F7DA5fD8/info.json b/blockchains/ethereum/assets/0x2ba6b1E4424e19816382d15937739959F7DA5fD8/info.json
deleted file mode 100644
index f95ec43b6fa13..0000000000000
--- a/blockchains/ethereum/assets/0x2ba6b1E4424e19816382d15937739959F7DA5fD8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MEX",
- "symbol": "MEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://introduce.mex.link/",
- "explorer": "https://etherscan.io/token/0x2ba6b1E4424e19816382d15937739959F7DA5fD8",
- "status": "abandoned",
- "id": "0x2ba6b1E4424e19816382d15937739959F7DA5fD8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2ba6b1E4424e19816382d15937739959F7DA5fD8/logo.png b/blockchains/ethereum/assets/0x2ba6b1E4424e19816382d15937739959F7DA5fD8/logo.png
deleted file mode 100644
index 358d4dc8937fd..0000000000000
Binary files a/blockchains/ethereum/assets/0x2ba6b1E4424e19816382d15937739959F7DA5fD8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2baac9330Cf9aC479D819195794d79AD0c7616e3/info.json b/blockchains/ethereum/assets/0x2baac9330Cf9aC479D819195794d79AD0c7616e3/info.json
deleted file mode 100644
index f2522424d0c9d..0000000000000
--- a/blockchains/ethereum/assets/0x2baac9330Cf9aC479D819195794d79AD0c7616e3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AdBank",
- "symbol": "ADB",
- "type": "ERC20",
- "decimals": 18,
- "description": "Built with the transparency of blockchain, advertisers don't waste money on fraudulent traffic and publishers get paid more without costly middlemen.",
- "website": "https://adbank.network/",
- "explorer": "https://etherscan.io/token/0x2baac9330Cf9aC479D819195794d79AD0c7616e3",
- "status": "active",
- "id": "0x2baac9330Cf9aC479D819195794d79AD0c7616e3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2baac9330Cf9aC479D819195794d79AD0c7616e3/logo.png b/blockchains/ethereum/assets/0x2baac9330Cf9aC479D819195794d79AD0c7616e3/logo.png
deleted file mode 100644
index 05c7245155ca3..0000000000000
Binary files a/blockchains/ethereum/assets/0x2baac9330Cf9aC479D819195794d79AD0c7616e3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2bc8B955F6a0Ed5a9D4146DED61aEC0bB74EcF67/info.json b/blockchains/ethereum/assets/0x2bc8B955F6a0Ed5a9D4146DED61aEC0bB74EcF67/info.json
deleted file mode 100644
index 4aca1aeb17365..0000000000000
--- a/blockchains/ethereum/assets/0x2bc8B955F6a0Ed5a9D4146DED61aEC0bB74EcF67/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Logistics Coin",
- "symbol": "LGC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://logistics.us.com",
- "explorer": "https://etherscan.io/token/0x2bc8B955F6a0Ed5a9D4146DED61aEC0bB74EcF67",
- "status": "abandoned",
- "id": "0x2bc8B955F6a0Ed5a9D4146DED61aEC0bB74EcF67"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2bc8B955F6a0Ed5a9D4146DED61aEC0bB74EcF67/logo.png b/blockchains/ethereum/assets/0x2bc8B955F6a0Ed5a9D4146DED61aEC0bB74EcF67/logo.png
deleted file mode 100644
index 45b46c7ae856f..0000000000000
Binary files a/blockchains/ethereum/assets/0x2bc8B955F6a0Ed5a9D4146DED61aEC0bB74EcF67/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2bdbF15d055899a767F5459A151bEd15Fb8fD2F6/info.json b/blockchains/ethereum/assets/0x2bdbF15d055899a767F5459A151bEd15Fb8fD2F6/info.json
deleted file mode 100644
index 016d9dd279277..0000000000000
--- a/blockchains/ethereum/assets/0x2bdbF15d055899a767F5459A151bEd15Fb8fD2F6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UST",
- "symbol": "UST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2bdbF15d055899a767F5459A151bEd15Fb8fD2F6",
- "status": "abandoned",
- "id": "0x2bdbF15d055899a767F5459A151bEd15Fb8fD2F6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2bdbF15d055899a767F5459A151bEd15Fb8fD2F6/logo.png b/blockchains/ethereum/assets/0x2bdbF15d055899a767F5459A151bEd15Fb8fD2F6/logo.png
deleted file mode 100644
index 60daa47d06169..0000000000000
Binary files a/blockchains/ethereum/assets/0x2bdbF15d055899a767F5459A151bEd15Fb8fD2F6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2c0459C5f9AA610E7a49AAd0988f6A208b60B555/info.json b/blockchains/ethereum/assets/0x2c0459C5f9AA610E7a49AAd0988f6A208b60B555/info.json
deleted file mode 100644
index f5c6e364702ca..0000000000000
--- a/blockchains/ethereum/assets/0x2c0459C5f9AA610E7a49AAd0988f6A208b60B555/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 188-CN47",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2c0459C5f9AA610E7a49AAd0988f6A208b60B555",
- "status": "abandoned",
- "id": "0x2c0459C5f9AA610E7a49AAd0988f6A208b60B555"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2c0459C5f9AA610E7a49AAd0988f6A208b60B555/logo.png b/blockchains/ethereum/assets/0x2c0459C5f9AA610E7a49AAd0988f6A208b60B555/logo.png
deleted file mode 100644
index 526305a55d639..0000000000000
Binary files a/blockchains/ethereum/assets/0x2c0459C5f9AA610E7a49AAd0988f6A208b60B555/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2c13344Db0D0142789722bc4Dea0CdED7C0ED663/info.json b/blockchains/ethereum/assets/0x2c13344Db0D0142789722bc4Dea0CdED7C0ED663/info.json
deleted file mode 100644
index 91a3ff7747d16..0000000000000
--- a/blockchains/ethereum/assets/0x2c13344Db0D0142789722bc4Dea0CdED7C0ED663/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Falcon Goverence Token",
- "symbol": "FGT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2c13344Db0D0142789722bc4Dea0CdED7C0ED663",
- "status": "abandoned",
- "id": "0x2c13344Db0D0142789722bc4Dea0CdED7C0ED663"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2c13344Db0D0142789722bc4Dea0CdED7C0ED663/logo.png b/blockchains/ethereum/assets/0x2c13344Db0D0142789722bc4Dea0CdED7C0ED663/logo.png
deleted file mode 100644
index bf507bde28fb6..0000000000000
Binary files a/blockchains/ethereum/assets/0x2c13344Db0D0142789722bc4Dea0CdED7C0ED663/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2c2Ad243E228405A0331C946C655b2Ae6c9CF457/info.json b/blockchains/ethereum/assets/0x2c2Ad243E228405A0331C946C655b2Ae6c9CF457/info.json
deleted file mode 100644
index 64e9c41f636ac..0000000000000
--- a/blockchains/ethereum/assets/0x2c2Ad243E228405A0331C946C655b2Ae6c9CF457/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "REVI Gold",
- "symbol": "GLD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2c2Ad243E228405A0331C946C655b2Ae6c9CF457",
- "status": "active",
- "id": "0x2c2Ad243E228405A0331C946C655b2Ae6c9CF457"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2c2Ad243E228405A0331C946C655b2Ae6c9CF457/logo.png b/blockchains/ethereum/assets/0x2c2Ad243E228405A0331C946C655b2Ae6c9CF457/logo.png
deleted file mode 100644
index 924dba4f204a1..0000000000000
Binary files a/blockchains/ethereum/assets/0x2c2Ad243E228405A0331C946C655b2Ae6c9CF457/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2c31C747e0D1eb1f662b619461DcED4ce5ca22Ea/info.json b/blockchains/ethereum/assets/0x2c31C747e0D1eb1f662b619461DcED4ce5ca22Ea/info.json
deleted file mode 100644
index b72b592f7234d..0000000000000
--- a/blockchains/ethereum/assets/0x2c31C747e0D1eb1f662b619461DcED4ce5ca22Ea/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Five Star Coin Pro",
- "symbol": "FSCP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2c31C747e0D1eb1f662b619461DcED4ce5ca22Ea",
- "status": "abandoned",
- "id": "0x2c31C747e0D1eb1f662b619461DcED4ce5ca22Ea"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2c31C747e0D1eb1f662b619461DcED4ce5ca22Ea/logo.png b/blockchains/ethereum/assets/0x2c31C747e0D1eb1f662b619461DcED4ce5ca22Ea/logo.png
deleted file mode 100644
index 4a2d6d07e9576..0000000000000
Binary files a/blockchains/ethereum/assets/0x2c31C747e0D1eb1f662b619461DcED4ce5ca22Ea/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2c50ba1ED5e4574C1b613b044Bd1876f0B0B87a9/info.json b/blockchains/ethereum/assets/0x2c50ba1ED5e4574C1b613b044Bd1876f0B0B87a9/info.json
deleted file mode 100644
index 5f7fb9012ca03..0000000000000
--- a/blockchains/ethereum/assets/0x2c50ba1ED5e4574C1b613b044Bd1876f0B0B87a9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kids Cash",
- "symbol": "KASH",
- "type": "ERC20",
- "decimals": 18,
- "description": "Governance by Traders for Traders. By linking game-theory and collective intelligence, we aim to welcome thousands of traders, analysts and thinkers to KASH.",
- "website": "https://kash.community",
- "explorer": "https://etherscan.io/token/0x2c50ba1ED5e4574C1b613b044Bd1876f0B0B87a9",
- "status": "active",
- "id": "0x2c50ba1ED5e4574C1b613b044Bd1876f0B0B87a9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2c50ba1ED5e4574C1b613b044Bd1876f0B0B87a9/logo.png b/blockchains/ethereum/assets/0x2c50ba1ED5e4574C1b613b044Bd1876f0B0B87a9/logo.png
deleted file mode 100644
index 9a44315657384..0000000000000
Binary files a/blockchains/ethereum/assets/0x2c50ba1ED5e4574C1b613b044Bd1876f0B0B87a9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2c594E1cB006E86C3879b1d8191a8B059AF52bE7/info.json b/blockchains/ethereum/assets/0x2c594E1cB006E86C3879b1d8191a8B059AF52bE7/info.json
deleted file mode 100644
index 07fe224398db5..0000000000000
--- a/blockchains/ethereum/assets/0x2c594E1cB006E86C3879b1d8191a8B059AF52bE7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ExcaliburCoin",
- "symbol": "EXC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2c594E1cB006E86C3879b1d8191a8B059AF52bE7",
- "status": "abandoned",
- "id": "0x2c594E1cB006E86C3879b1d8191a8B059AF52bE7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2c594E1cB006E86C3879b1d8191a8B059AF52bE7/logo.png b/blockchains/ethereum/assets/0x2c594E1cB006E86C3879b1d8191a8B059AF52bE7/logo.png
deleted file mode 100644
index a38d085882198..0000000000000
Binary files a/blockchains/ethereum/assets/0x2c594E1cB006E86C3879b1d8191a8B059AF52bE7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2c949199cFF14AEAF1B33D64Db01F48FB57f592f/info.json b/blockchains/ethereum/assets/0x2c949199cFF14AEAF1B33D64Db01F48FB57f592f/info.json
deleted file mode 100644
index 1f7aa1867cc7d..0000000000000
--- a/blockchains/ethereum/assets/0x2c949199cFF14AEAF1B33D64Db01F48FB57f592f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoinBene Coin",
- "symbol": "CONI",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.coinbene.com/#/coni",
- "explorer": "https://etherscan.io/token/0x2c949199cFF14AEAF1B33D64Db01F48FB57f592f",
- "status": "abandoned",
- "id": "0x2c949199cFF14AEAF1B33D64Db01F48FB57f592f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2c949199cFF14AEAF1B33D64Db01F48FB57f592f/logo.png b/blockchains/ethereum/assets/0x2c949199cFF14AEAF1B33D64Db01F48FB57f592f/logo.png
deleted file mode 100755
index 721861b750e1c..0000000000000
Binary files a/blockchains/ethereum/assets/0x2c949199cFF14AEAF1B33D64Db01F48FB57f592f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2c9Ff8Cd4266De4ba3a8a8e53391853cDb595c23/info.json b/blockchains/ethereum/assets/0x2c9Ff8Cd4266De4ba3a8a8e53391853cDb595c23/info.json
deleted file mode 100644
index 719abe08f7c3f..0000000000000
--- a/blockchains/ethereum/assets/0x2c9Ff8Cd4266De4ba3a8a8e53391853cDb595c23/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DAC",
- "symbol": "DAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Buy, sell, store, learn, and build your crypto wealth with Dacxi.",
- "website": "https://dacxi.com/",
- "explorer": "https://etherscan.io/token/0x2c9Ff8Cd4266De4ba3a8a8e53391853cDb595c23",
- "status": "abandoned",
- "id": "0x2c9Ff8Cd4266De4ba3a8a8e53391853cDb595c23"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2c9Ff8Cd4266De4ba3a8a8e53391853cDb595c23/logo.png b/blockchains/ethereum/assets/0x2c9Ff8Cd4266De4ba3a8a8e53391853cDb595c23/logo.png
deleted file mode 100644
index c517ac64f214e..0000000000000
Binary files a/blockchains/ethereum/assets/0x2c9Ff8Cd4266De4ba3a8a8e53391853cDb595c23/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2cAd4991f62fc6Fcd8EC219f37E7DE52B688B75A/info.json b/blockchains/ethereum/assets/0x2cAd4991f62fc6Fcd8EC219f37E7DE52B688B75A/info.json
deleted file mode 100644
index 75ecf79fbd1f0..0000000000000
--- a/blockchains/ethereum/assets/0x2cAd4991f62fc6Fcd8EC219f37E7DE52B688B75A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Schain Wallet",
- "website": "https://schainwallet.com",
- "description": "Schain Wallet is mobile defi wallet designed to help people staking and earn profit, storage, transfer coin & token with security and lower fees",
- "explorer": "https://etherscan.io/token/0x2cAd4991f62fc6Fcd8EC219f37E7DE52B688B75A",
- "type": "ERC20",
- "symbol": "SCHA",
- "decimals": 0,
- "status": "active",
- "id": "0x2cAd4991f62fc6Fcd8EC219f37E7DE52B688B75A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2cAd4991f62fc6Fcd8EC219f37E7DE52B688B75A/logo.png b/blockchains/ethereum/assets/0x2cAd4991f62fc6Fcd8EC219f37E7DE52B688B75A/logo.png
deleted file mode 100644
index 2019d47f223f2..0000000000000
Binary files a/blockchains/ethereum/assets/0x2cAd4991f62fc6Fcd8EC219f37E7DE52B688B75A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2cBA12a076BA4d922AcA5A6A814fc08701A2333C/info.json b/blockchains/ethereum/assets/0x2cBA12a076BA4d922AcA5A6A814fc08701A2333C/info.json
deleted file mode 100644
index 16dcd31ce09c3..0000000000000
--- a/blockchains/ethereum/assets/0x2cBA12a076BA4d922AcA5A6A814fc08701A2333C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FNKOSToken",
- "symbol": "FNKOS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2cBA12a076BA4d922AcA5A6A814fc08701A2333C",
- "status": "abandoned",
- "id": "0x2cBA12a076BA4d922AcA5A6A814fc08701A2333C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2cBA12a076BA4d922AcA5A6A814fc08701A2333C/logo.png b/blockchains/ethereum/assets/0x2cBA12a076BA4d922AcA5A6A814fc08701A2333C/logo.png
deleted file mode 100644
index fc05200dcc463..0000000000000
Binary files a/blockchains/ethereum/assets/0x2cBA12a076BA4d922AcA5A6A814fc08701A2333C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2cF618c19041D9Db330d8222B860A624021F30fb/info.json b/blockchains/ethereum/assets/0x2cF618c19041D9Db330d8222B860A624021F30fb/info.json
deleted file mode 100644
index a54feed88e30e..0000000000000
--- a/blockchains/ethereum/assets/0x2cF618c19041D9Db330d8222B860A624021F30fb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CRUISEBIT",
- "symbol": "CRBT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2cF618c19041D9Db330d8222B860A624021F30fb",
- "status": "abandoned",
- "id": "0x2cF618c19041D9Db330d8222B860A624021F30fb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2cF618c19041D9Db330d8222B860A624021F30fb/logo.png b/blockchains/ethereum/assets/0x2cF618c19041D9Db330d8222B860A624021F30fb/logo.png
deleted file mode 100644
index b9d69ea282f10..0000000000000
Binary files a/blockchains/ethereum/assets/0x2cF618c19041D9Db330d8222B860A624021F30fb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2cc851248Dbc30e7fB81199aaac9E219300Fc950/info.json b/blockchains/ethereum/assets/0x2cc851248Dbc30e7fB81199aaac9E219300Fc950/info.json
deleted file mode 100644
index 94ec6f06b02fe..0000000000000
--- a/blockchains/ethereum/assets/0x2cc851248Dbc30e7fB81199aaac9E219300Fc950/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mastermind",
- "symbol": "MMT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2cc851248Dbc30e7fB81199aaac9E219300Fc950",
- "status": "abandoned",
- "id": "0x2cc851248Dbc30e7fB81199aaac9E219300Fc950"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2cc851248Dbc30e7fB81199aaac9E219300Fc950/logo.png b/blockchains/ethereum/assets/0x2cc851248Dbc30e7fB81199aaac9E219300Fc950/logo.png
deleted file mode 100755
index 22383f5816bed..0000000000000
Binary files a/blockchains/ethereum/assets/0x2cc851248Dbc30e7fB81199aaac9E219300Fc950/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2ccbFF3A042c68716Ed2a2Cb0c544A9f1d1935E1/info.json b/blockchains/ethereum/assets/0x2ccbFF3A042c68716Ed2a2Cb0c544A9f1d1935E1/info.json
deleted file mode 100644
index ab478ea8e6490..0000000000000
--- a/blockchains/ethereum/assets/0x2ccbFF3A042c68716Ed2a2Cb0c544A9f1d1935E1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DMarket Token",
- "symbol": "DMT",
- "type": "ERC20",
- "decimals": 8,
- "description": "DMarket is a platform that aims to enable the secure buying, selling, and trading of in-game items to help developers attract more players, make more money, and increase the lifetime value of their game.",
- "website": "https://dmarket.com",
- "explorer": "https://etherscan.io/token/0x2ccbFF3A042c68716Ed2a2Cb0c544A9f1d1935E1",
- "status": "active",
- "id": "0x2ccbFF3A042c68716Ed2a2Cb0c544A9f1d1935E1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2ccbFF3A042c68716Ed2a2Cb0c544A9f1d1935E1/logo.png b/blockchains/ethereum/assets/0x2ccbFF3A042c68716Ed2a2Cb0c544A9f1d1935E1/logo.png
deleted file mode 100644
index f6c03d586b099..0000000000000
Binary files a/blockchains/ethereum/assets/0x2ccbFF3A042c68716Ed2a2Cb0c544A9f1d1935E1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2cf98D4B9C06487ADBd33D54ee54E16aa8515382/info.json b/blockchains/ethereum/assets/0x2cf98D4B9C06487ADBd33D54ee54E16aa8515382/info.json
deleted file mode 100644
index 4165671e72ba9..0000000000000
--- a/blockchains/ethereum/assets/0x2cf98D4B9C06487ADBd33D54ee54E16aa8515382/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CRS Token",
- "symbol": "CRSTK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2cf98D4B9C06487ADBd33D54ee54E16aa8515382",
- "status": "abandoned",
- "id": "0x2cf98D4B9C06487ADBd33D54ee54E16aa8515382"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2cf98D4B9C06487ADBd33D54ee54E16aa8515382/logo.png b/blockchains/ethereum/assets/0x2cf98D4B9C06487ADBd33D54ee54E16aa8515382/logo.png
deleted file mode 100644
index 41a5004b85b25..0000000000000
Binary files a/blockchains/ethereum/assets/0x2cf98D4B9C06487ADBd33D54ee54E16aa8515382/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2d03a587fd6d3726ecD36E2f5286B7fC4297b3A0/info.json b/blockchains/ethereum/assets/0x2d03a587fd6d3726ecD36E2f5286B7fC4297b3A0/info.json
deleted file mode 100644
index 556a260340f27..0000000000000
--- a/blockchains/ethereum/assets/0x2d03a587fd6d3726ecD36E2f5286B7fC4297b3A0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C492983",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2d03a587fd6d3726ecD36E2f5286B7fC4297b3A0",
- "status": "abandoned",
- "id": "0x2d03a587fd6d3726ecD36E2f5286B7fC4297b3A0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2d03a587fd6d3726ecD36E2f5286B7fC4297b3A0/logo.png b/blockchains/ethereum/assets/0x2d03a587fd6d3726ecD36E2f5286B7fC4297b3A0/logo.png
deleted file mode 100644
index 778caa86416c3..0000000000000
Binary files a/blockchains/ethereum/assets/0x2d03a587fd6d3726ecD36E2f5286B7fC4297b3A0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2d0E95bd4795D7aCe0da3C0Ff7b706a5970eb9D3/info.json b/blockchains/ethereum/assets/0x2d0E95bd4795D7aCe0da3C0Ff7b706a5970eb9D3/info.json
deleted file mode 100644
index 17bae1e9f3074..0000000000000
--- a/blockchains/ethereum/assets/0x2d0E95bd4795D7aCe0da3C0Ff7b706a5970eb9D3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "All Sports Coin",
- "symbol": "SOC",
- "type": "ERC20",
- "decimals": 18,
- "description": "All Sports (SOC) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.allsportschain.com",
- "explorer": "https://etherscan.io/token/0x2d0E95bd4795D7aCe0da3C0Ff7b706a5970eb9D3",
- "status": "active",
- "id": "0x2d0E95bd4795D7aCe0da3C0Ff7b706a5970eb9D3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2d0E95bd4795D7aCe0da3C0Ff7b706a5970eb9D3/logo.png b/blockchains/ethereum/assets/0x2d0E95bd4795D7aCe0da3C0Ff7b706a5970eb9D3/logo.png
deleted file mode 100644
index 9dfe3a396d8d1..0000000000000
Binary files a/blockchains/ethereum/assets/0x2d0E95bd4795D7aCe0da3C0Ff7b706a5970eb9D3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2d184014b5658C453443AA87c8e9C4D57285620b/info.json b/blockchains/ethereum/assets/0x2d184014b5658C453443AA87c8e9C4D57285620b/info.json
deleted file mode 100644
index 4eeaa18abc7e8..0000000000000
--- a/blockchains/ethereum/assets/0x2d184014b5658C453443AA87c8e9C4D57285620b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JSE Token",
- "symbol": "JSE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://jsecoin.com/",
- "explorer": "https://etherscan.io/token/0x2d184014b5658C453443AA87c8e9C4D57285620b",
- "status": "abandoned",
- "id": "0x2d184014b5658C453443AA87c8e9C4D57285620b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2d184014b5658C453443AA87c8e9C4D57285620b/logo.png b/blockchains/ethereum/assets/0x2d184014b5658C453443AA87c8e9C4D57285620b/logo.png
deleted file mode 100644
index 09043df0abf19..0000000000000
Binary files a/blockchains/ethereum/assets/0x2d184014b5658C453443AA87c8e9C4D57285620b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2d2621A2A41dd907CFBd01F66c826e2BEE14e198/info.json b/blockchains/ethereum/assets/0x2d2621A2A41dd907CFBd01F66c826e2BEE14e198/info.json
deleted file mode 100644
index be8db1e3736bf..0000000000000
--- a/blockchains/ethereum/assets/0x2d2621A2A41dd907CFBd01F66c826e2BEE14e198/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Joint Alliance Co.",
- "symbol": "JAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2d2621A2A41dd907CFBd01F66c826e2BEE14e198",
- "status": "abandoned",
- "id": "0x2d2621A2A41dd907CFBd01F66c826e2BEE14e198"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2d2621A2A41dd907CFBd01F66c826e2BEE14e198/logo.png b/blockchains/ethereum/assets/0x2d2621A2A41dd907CFBd01F66c826e2BEE14e198/logo.png
deleted file mode 100644
index ab92471ee6514..0000000000000
Binary files a/blockchains/ethereum/assets/0x2d2621A2A41dd907CFBd01F66c826e2BEE14e198/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2d3B86234A16a1D558945c6f9C5eb2443275A4f2/info.json b/blockchains/ethereum/assets/0x2d3B86234A16a1D558945c6f9C5eb2443275A4f2/info.json
deleted file mode 100644
index 3a056d9ff8dca..0000000000000
--- a/blockchains/ethereum/assets/0x2d3B86234A16a1D558945c6f9C5eb2443275A4f2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ozinex Token",
- "symbol": "OZI",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2d3B86234A16a1D558945c6f9C5eb2443275A4f2",
- "status": "abandoned",
- "id": "0x2d3B86234A16a1D558945c6f9C5eb2443275A4f2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2d3B86234A16a1D558945c6f9C5eb2443275A4f2/logo.png b/blockchains/ethereum/assets/0x2d3B86234A16a1D558945c6f9C5eb2443275A4f2/logo.png
deleted file mode 100755
index 1e7f616b2a286..0000000000000
Binary files a/blockchains/ethereum/assets/0x2d3B86234A16a1D558945c6f9C5eb2443275A4f2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2d71983E810B9e95258966B9c164C4d61a829bA9/info.json b/blockchains/ethereum/assets/0x2d71983E810B9e95258966B9c164C4d61a829bA9/info.json
deleted file mode 100644
index 5b39d39027813..0000000000000
--- a/blockchains/ethereum/assets/0x2d71983E810B9e95258966B9c164C4d61a829bA9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ICOCalendar.Today",
- "symbol": "ICT",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://www.icocalendar.today",
- "explorer": "https://etherscan.io/token/0x2d71983E810B9e95258966B9c164C4d61a829bA9",
- "status": "abandoned",
- "id": "0x2d71983E810B9e95258966B9c164C4d61a829bA9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2d71983E810B9e95258966B9c164C4d61a829bA9/logo.png b/blockchains/ethereum/assets/0x2d71983E810B9e95258966B9c164C4d61a829bA9/logo.png
deleted file mode 100644
index 84aa4fb0fb681..0000000000000
Binary files a/blockchains/ethereum/assets/0x2d71983E810B9e95258966B9c164C4d61a829bA9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2d94AA3e47d9D5024503Ca8491fcE9A2fB4DA198/info.json b/blockchains/ethereum/assets/0x2d94AA3e47d9D5024503Ca8491fcE9A2fB4DA198/info.json
deleted file mode 100644
index 4fbf14e17ac6b..0000000000000
--- a/blockchains/ethereum/assets/0x2d94AA3e47d9D5024503Ca8491fcE9A2fB4DA198/info.json
+++ /dev/null
@@ -1,57 +0,0 @@
-{
- "name": "Bankless DAO",
- "type": "ERC20",
- "symbol": "BANK",
- "decimals": 18,
- "website": "https://bankless.community",
- "description": "Bankless DAO is a decentralized community to coordinate and propagate bankless media, culture, and education. Its goal is to drive adoption and awareness of truly bankless money systems like Ethereum, DeFi, and Bitcoin.",
- "explorer": "https://etherscan.io/token/0x2d94AA3e47d9D5024503Ca8491fcE9A2fB4DA198",
- "status": "active",
- "id": "0x2d94AA3e47d9D5024503Ca8491fcE9A2fB4DA198",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/banklessDAO"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/bankless-dao"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/bjPz2w9Zts"
- },
- {
- "name": "blog",
- "url": "https://banklessdao.substack.com/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/bankless-dao"
- },
- {
- "name": "github",
- "url": "https://github.com/BanklessDAO"
- },
- {
- "name": "telegram",
- "url": "https://t.me/BanklessDAO"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/bankless-dao/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/bankless/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCAl9Ld79qaZxp9JzEOwd3aA"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/banklesshq"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2d94AA3e47d9D5024503Ca8491fcE9A2fB4DA198/logo.png b/blockchains/ethereum/assets/0x2d94AA3e47d9D5024503Ca8491fcE9A2fB4DA198/logo.png
deleted file mode 100644
index 9ff30d442a46a..0000000000000
Binary files a/blockchains/ethereum/assets/0x2d94AA3e47d9D5024503Ca8491fcE9A2fB4DA198/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2d9765a94FF22e0CA3AfC3E3F4B116dE2b67582a/info.json b/blockchains/ethereum/assets/0x2d9765a94FF22e0CA3AfC3E3F4B116dE2b67582a/info.json
deleted file mode 100644
index d67c55058e606..0000000000000
--- a/blockchains/ethereum/assets/0x2d9765a94FF22e0CA3AfC3E3F4B116dE2b67582a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CGCOINS",
- "symbol": "CGC",
- "type": "ERC20",
- "decimals": 16,
- "description": "-",
- "website": "https://www.genieico.net/",
- "explorer": "https://etherscan.io/token/0x2d9765a94FF22e0CA3AfC3E3F4B116dE2b67582a",
- "status": "abandoned",
- "id": "0x2d9765a94FF22e0CA3AfC3E3F4B116dE2b67582a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2d9765a94FF22e0CA3AfC3E3F4B116dE2b67582a/logo.png b/blockchains/ethereum/assets/0x2d9765a94FF22e0CA3AfC3E3F4B116dE2b67582a/logo.png
deleted file mode 100755
index 34fdb984e7333..0000000000000
Binary files a/blockchains/ethereum/assets/0x2d9765a94FF22e0CA3AfC3E3F4B116dE2b67582a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2dAEE1AA61D60A252DC80564499A69802853583A/info.json b/blockchains/ethereum/assets/0x2dAEE1AA61D60A252DC80564499A69802853583A/info.json
deleted file mode 100644
index 448ecdb4806ce..0000000000000
--- a/blockchains/ethereum/assets/0x2dAEE1AA61D60A252DC80564499A69802853583A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Authorship Token",
- "symbol": "ATS",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "http://authorship.com/",
- "explorer": "https://etherscan.io/token/0x2dAEE1AA61D60A252DC80564499A69802853583A",
- "status": "abandoned",
- "id": "0x2dAEE1AA61D60A252DC80564499A69802853583A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2dAEE1AA61D60A252DC80564499A69802853583A/logo.png b/blockchains/ethereum/assets/0x2dAEE1AA61D60A252DC80564499A69802853583A/logo.png
deleted file mode 100644
index bd54ba1dfaacd..0000000000000
Binary files a/blockchains/ethereum/assets/0x2dAEE1AA61D60A252DC80564499A69802853583A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2ddEDB349128B52C9fddaa03A15a00D37137bBc0/info.json b/blockchains/ethereum/assets/0x2ddEDB349128B52C9fddaa03A15a00D37137bBc0/info.json
deleted file mode 100644
index 0bb2f76fe2158..0000000000000
--- a/blockchains/ethereum/assets/0x2ddEDB349128B52C9fddaa03A15a00D37137bBc0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-21/30M81",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2ddEDB349128B52C9fddaa03A15a00D37137bBc0",
- "status": "abandoned",
- "id": "0x2ddEDB349128B52C9fddaa03A15a00D37137bBc0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2ddEDB349128B52C9fddaa03A15a00D37137bBc0/logo.png b/blockchains/ethereum/assets/0x2ddEDB349128B52C9fddaa03A15a00D37137bBc0/logo.png
deleted file mode 100644
index 54f59a5cfba38..0000000000000
Binary files a/blockchains/ethereum/assets/0x2ddEDB349128B52C9fddaa03A15a00D37137bBc0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2de72aDa48BDF7Bac276256D3F016fE058490C34/info.json b/blockchains/ethereum/assets/0x2de72aDa48BDF7Bac276256D3F016fE058490C34/info.json
deleted file mode 100644
index 8a2cc1a420e65..0000000000000
--- a/blockchains/ethereum/assets/0x2de72aDa48BDF7Bac276256D3F016fE058490C34/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Floki Inu",
- "website": "https://theflokiinu.com",
- "description": "Floki Inu is a meme token that provides deflationary rewards to holders.",
- "explorer": "https://etherscan.io/token/0x2de72aDa48BDF7Bac276256D3F016fE058490C34",
- "type": "ERC20",
- "symbol": "FLOKI",
- "decimals": 9,
- "status": "abandoned",
- "id": "0x2de72aDa48BDF7Bac276256D3F016fE058490C34"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2de72aDa48BDF7Bac276256D3F016fE058490C34/logo.png b/blockchains/ethereum/assets/0x2de72aDa48BDF7Bac276256D3F016fE058490C34/logo.png
deleted file mode 100644
index 52a97499126e8..0000000000000
Binary files a/blockchains/ethereum/assets/0x2de72aDa48BDF7Bac276256D3F016fE058490C34/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2dfF88A56767223A5529eA5960Da7A3F5f766406/info.json b/blockchains/ethereum/assets/0x2dfF88A56767223A5529eA5960Da7A3F5f766406/info.json
deleted file mode 100644
index f8e5458dbe732..0000000000000
--- a/blockchains/ethereum/assets/0x2dfF88A56767223A5529eA5960Da7A3F5f766406/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "SPACE ID",
- "symbol": "ID",
- "type": "ERC20",
- "decimals": 18,
- "description": "SPACE ID is a universal name service network that seamlessly connects people, information, assets, and applications in the digital world. SPACE ID is also the provider of .bnb domain name service.",
- "website": "https://space.id/",
- "explorer": "https://etherscan.io/token/0x2dfF88A56767223A5529eA5960Da7A3F5f766406",
- "id": "0x2dfF88A56767223A5529eA5960Da7A3F5f766406",
- "status": "active",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/SpaceIDProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/spaceid_news"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/spaceid"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/space-id/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/space-id/"
- },
- {
- "name": "docs",
- "url": "https://docs.space.id/"
- },
- {
- "name": "blog",
- "url": "https://blog.space.id/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2dfF88A56767223A5529eA5960Da7A3F5f766406/logo.png b/blockchains/ethereum/assets/0x2dfF88A56767223A5529eA5960Da7A3F5f766406/logo.png
deleted file mode 100644
index a6a3c27553a0e..0000000000000
Binary files a/blockchains/ethereum/assets/0x2dfF88A56767223A5529eA5960Da7A3F5f766406/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2e00CD222Cb42B616D86D037Cc494e8ab7F5c9a3/info.json b/blockchains/ethereum/assets/0x2e00CD222Cb42B616D86D037Cc494e8ab7F5c9a3/info.json
deleted file mode 100644
index 5c1b74b6a7487..0000000000000
--- a/blockchains/ethereum/assets/0x2e00CD222Cb42B616D86D037Cc494e8ab7F5c9a3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrueGoldCoin*",
- "symbol": "TGC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2e00CD222Cb42B616D86D037Cc494e8ab7F5c9a3",
- "status": "abandoned",
- "id": "0x2e00CD222Cb42B616D86D037Cc494e8ab7F5c9a3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2e00CD222Cb42B616D86D037Cc494e8ab7F5c9a3/logo.png b/blockchains/ethereum/assets/0x2e00CD222Cb42B616D86D037Cc494e8ab7F5c9a3/logo.png
deleted file mode 100644
index 5eb97a266117c..0000000000000
Binary files a/blockchains/ethereum/assets/0x2e00CD222Cb42B616D86D037Cc494e8ab7F5c9a3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2e071D2966Aa7D8dECB1005885bA1977D6038A65/info.json b/blockchains/ethereum/assets/0x2e071D2966Aa7D8dECB1005885bA1977D6038A65/info.json
deleted file mode 100644
index e9b71492bc084..0000000000000
--- a/blockchains/ethereum/assets/0x2e071D2966Aa7D8dECB1005885bA1977D6038A65/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DICE",
- "symbol": "ROL",
- "type": "ERC20",
- "decimals": 16,
- "description": "-",
- "website": "https://etheroll.com/",
- "explorer": "https://etherscan.io/token/0x2e071D2966Aa7D8dECB1005885bA1977D6038A65",
- "status": "abandoned",
- "id": "0x2e071D2966Aa7D8dECB1005885bA1977D6038A65"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2e071D2966Aa7D8dECB1005885bA1977D6038A65/logo.png b/blockchains/ethereum/assets/0x2e071D2966Aa7D8dECB1005885bA1977D6038A65/logo.png
deleted file mode 100644
index 419aa362e6587..0000000000000
Binary files a/blockchains/ethereum/assets/0x2e071D2966Aa7D8dECB1005885bA1977D6038A65/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2e1E15C44Ffe4Df6a0cb7371CD00d5028e571d14/info.json b/blockchains/ethereum/assets/0x2e1E15C44Ffe4Df6a0cb7371CD00d5028e571d14/info.json
deleted file mode 100644
index 0a4d0e89550dc..0000000000000
--- a/blockchains/ethereum/assets/0x2e1E15C44Ffe4Df6a0cb7371CD00d5028e571d14/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Mettalex",
- "website": "https://mettalex.com/",
- "description": "Mettalex is a capital-efficient commodity derivatives DEX featuring unique market pairs, autonomous market making, banded trading, one-sided liquidity provision, and MTLX-based governance.",
- "explorer": "https://etherscan.io/token/0x2e1E15C44Ffe4Df6a0cb7371CD00d5028e571d14",
- "type": "ERC20",
- "symbol": "MTLX",
- "decimals": 18,
- "status": "active",
- "id": "0x2e1E15C44Ffe4Df6a0cb7371CD00d5028e571d14",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/fetchai/mettalex-market-maker"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Mettalex"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mettalex_official_news"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/zvWqGEaykD"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCrEQK_X2Vm1kCtftlRoodXA"
- },
- {
- "name": "medium",
- "url": "https://medium.com/mettalex"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2e1E15C44Ffe4Df6a0cb7371CD00d5028e571d14/logo.png b/blockchains/ethereum/assets/0x2e1E15C44Ffe4Df6a0cb7371CD00d5028e571d14/logo.png
deleted file mode 100644
index a1923e0a514f9..0000000000000
Binary files a/blockchains/ethereum/assets/0x2e1E15C44Ffe4Df6a0cb7371CD00d5028e571d14/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2e2f3246b6c65CCc4239c9Ee556EC143a7E5DE2c/info.json b/blockchains/ethereum/assets/0x2e2f3246b6c65CCc4239c9Ee556EC143a7E5DE2c/info.json
deleted file mode 100644
index c8756bea4e4a3..0000000000000
--- a/blockchains/ethereum/assets/0x2e2f3246b6c65CCc4239c9Ee556EC143a7E5DE2c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yfi.mobi",
- "website": "https://yfi.mobi/",
- "description": "YFIM is an independent fork of YFI technology. It is a decentralized mobile application of YFI. The platform aggregates multiple protocols. When users deposit, the platform will automatically allocate user funds to the current agreement with the highest revenue, and give users a name In order to prove the rights and interests of YFIM Token, users can withdraw their original deposited tokens and corresponding income through YFIM Token.",
- "explorer": "https://etherscan.io/token/0x2e2f3246b6c65CCc4239c9Ee556EC143a7E5DE2c",
- "type": "ERC20",
- "symbol": "YFIM",
- "decimals": 18,
- "status": "active",
- "id": "0x2e2f3246b6c65CCc4239c9Ee556EC143a7E5DE2c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2e2f3246b6c65CCc4239c9Ee556EC143a7E5DE2c/logo.png b/blockchains/ethereum/assets/0x2e2f3246b6c65CCc4239c9Ee556EC143a7E5DE2c/logo.png
deleted file mode 100644
index 00db7417c8f52..0000000000000
Binary files a/blockchains/ethereum/assets/0x2e2f3246b6c65CCc4239c9Ee556EC143a7E5DE2c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2e3C062E16c1a3a04Ddc5003c62E294305d83684/info.json b/blockchains/ethereum/assets/0x2e3C062E16c1a3a04Ddc5003c62E294305d83684/info.json
deleted file mode 100644
index 8661c93623ec0..0000000000000
--- a/blockchains/ethereum/assets/0x2e3C062E16c1a3a04Ddc5003c62E294305d83684/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LITonium",
- "symbol": "LIT",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "https://thelitcollective.com/",
- "explorer": "https://etherscan.io/token/0x2e3C062E16c1a3a04Ddc5003c62E294305d83684",
- "status": "abandoned",
- "id": "0x2e3C062E16c1a3a04Ddc5003c62E294305d83684"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2e3C062E16c1a3a04Ddc5003c62E294305d83684/logo.png b/blockchains/ethereum/assets/0x2e3C062E16c1a3a04Ddc5003c62E294305d83684/logo.png
deleted file mode 100644
index bbce59927d236..0000000000000
Binary files a/blockchains/ethereum/assets/0x2e3C062E16c1a3a04Ddc5003c62E294305d83684/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2e6539edc3b76f1E21B71d214527FAbA875F70F3/info.json b/blockchains/ethereum/assets/0x2e6539edc3b76f1E21B71d214527FAbA875F70F3/info.json
deleted file mode 100644
index 1127a3060870f..0000000000000
--- a/blockchains/ethereum/assets/0x2e6539edc3b76f1E21B71d214527FAbA875F70F3/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Yearn Finance Dot",
- "website": "https://yfdot.finance",
- "description": "Yearn Finance Dot platform is powerful enough from a scalability, interoperability, developability and governance perspective to help make the vision of Web3 a reality that aims to get more value for an investment.",
- "explorer": "https://etherscan.io/token/0x2e6539edc3b76f1E21B71d214527FAbA875F70F3",
- "type": "ERC20",
- "symbol": "YFDOT",
- "decimals": 18,
- "status": "active",
- "id": "0x2e6539edc3b76f1E21B71d214527FAbA875F70F3",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/YFDOT"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Yfdotfinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/YFDOT_Finance"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@YFdotFinance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2e6539edc3b76f1E21B71d214527FAbA875F70F3/logo.png b/blockchains/ethereum/assets/0x2e6539edc3b76f1E21B71d214527FAbA875F70F3/logo.png
deleted file mode 100644
index 4e98310190693..0000000000000
Binary files a/blockchains/ethereum/assets/0x2e6539edc3b76f1E21B71d214527FAbA875F70F3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2e85ae1C47602f7927bCabc2Ff99C40aA222aE15/info.json b/blockchains/ethereum/assets/0x2e85ae1C47602f7927bCabc2Ff99C40aA222aE15/info.json
deleted file mode 100644
index 841c095b469ab..0000000000000
--- a/blockchains/ethereum/assets/0x2e85ae1C47602f7927bCabc2Ff99C40aA222aE15/info.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "id": "0x2e85ae1C47602f7927bCabc2Ff99C40aA222aE15",
- "name": "Katana Inu Token",
- "website": "https://katanainu.com",
- "description": "Katana Inu is a play2earn metaverse NFT-Game in an interactive openworld - All skins and weapons are NFTs. A project that focuses on driving Gaming & NFT crypto innovation through its innovative game offerings with auto staking in in-game reward method.",
- "explorer": "https://etherscan.io/token/0x2e85ae1C47602f7927bCabc2Ff99C40aA222aE15",
- "type": "ERC20",
- "symbol": "KATA",
- "decimals": 18,
- "status": "active",
- "tags": [
- "gamefi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/katanainu/katacoin-contract"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/katanainu"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/katanainuannouncement"
- },
- {
- "name": "telegram",
- "url": "https://t.me/katanainu"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@katanainu/katana-inu-a-great-play2earn-battle-royale-pc-game-with-nft-marketplace-on-layer-2-a56f9bbcce79"
- },
- {
- "name": "whitepaper",
- "url": "https://katanainu.com/katanainuwhitepaper.pdf/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/katana-inu"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/katana-inu/"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x2e85ae1C47602f7927bCabc2Ff99C40aA222aE15/logo.png b/blockchains/ethereum/assets/0x2e85ae1C47602f7927bCabc2Ff99C40aA222aE15/logo.png
deleted file mode 100644
index e6b50bc8bae07..0000000000000
Binary files a/blockchains/ethereum/assets/0x2e85ae1C47602f7927bCabc2Ff99C40aA222aE15/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2e91E3e54C5788e9FdD6A181497FDcEa1De1bcc1/info.json b/blockchains/ethereum/assets/0x2e91E3e54C5788e9FdD6A181497FDcEa1De1bcc1/info.json
deleted file mode 100644
index b87310537dead..0000000000000
--- a/blockchains/ethereum/assets/0x2e91E3e54C5788e9FdD6A181497FDcEa1De1bcc1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hercules",
- "symbol": "HERC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Hercules is a decentralized blockchain protocol platform that enables anyone to operate a fully functioning supply chain.",
- "website": "https://herc.one/",
- "explorer": "https://etherscan.io/token/0x2e91E3e54C5788e9FdD6A181497FDcEa1De1bcc1",
- "status": "active",
- "id": "0x2e91E3e54C5788e9FdD6A181497FDcEa1De1bcc1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2e91E3e54C5788e9FdD6A181497FDcEa1De1bcc1/logo.png b/blockchains/ethereum/assets/0x2e91E3e54C5788e9FdD6A181497FDcEa1De1bcc1/logo.png
deleted file mode 100644
index 7f77ae6b772e6..0000000000000
Binary files a/blockchains/ethereum/assets/0x2e91E3e54C5788e9FdD6A181497FDcEa1De1bcc1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2e98A6804E4b6c832ED0ca876a943abD3400b224/info.json b/blockchains/ethereum/assets/0x2e98A6804E4b6c832ED0ca876a943abD3400b224/info.json
deleted file mode 100644
index 5ad50c5afcea5..0000000000000
--- a/blockchains/ethereum/assets/0x2e98A6804E4b6c832ED0ca876a943abD3400b224/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bela",
- "symbol": "BELA",
- "type": "ERC20",
- "decimals": 18,
- "description": "Bela (BELA) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.livebela.com",
- "explorer": "https://etherscan.io/token/0x2e98A6804E4b6c832ED0ca876a943abD3400b224",
- "status": "active",
- "id": "0x2e98A6804E4b6c832ED0ca876a943abD3400b224"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2e98A6804E4b6c832ED0ca876a943abD3400b224/logo.png b/blockchains/ethereum/assets/0x2e98A6804E4b6c832ED0ca876a943abD3400b224/logo.png
deleted file mode 100755
index 394d62358b3c1..0000000000000
Binary files a/blockchains/ethereum/assets/0x2e98A6804E4b6c832ED0ca876a943abD3400b224/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2e9d63788249371f1DFC918a52f8d799F4a38C94/info.json b/blockchains/ethereum/assets/0x2e9d63788249371f1DFC918a52f8d799F4a38C94/info.json
deleted file mode 100644
index 4272d2a06adb1..0000000000000
--- a/blockchains/ethereum/assets/0x2e9d63788249371f1DFC918a52f8d799F4a38C94/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Tokemak",
- "type": "ERC20",
- "symbol": "TOKE",
- "decimals": 18,
- "website": "https://www.tokemak.xyz/",
- "description": "Tokemak is a decentralized liquidity provider/AMM protocol. TOKE is the native token, serves as tokenized liquidity, enabling stakers to direct the protocol's TVL as liquidity across DeFi markets.",
- "explorer": "https://etherscan.io/token/0x2e9d63788249371f1DFC918a52f8d799F4a38C94",
- "status": "active",
- "id": "0x2e9d63788249371f1DFC918a52f8d799F4a38C94",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/TokenReactor"
- },
- {
- "name": "medium",
- "url": "https://medium.com/tokemak"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/tokemak/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2e9d63788249371f1DFC918a52f8d799F4a38C94/logo.png b/blockchains/ethereum/assets/0x2e9d63788249371f1DFC918a52f8d799F4a38C94/logo.png
deleted file mode 100644
index 9ccb157fc1af6..0000000000000
Binary files a/blockchains/ethereum/assets/0x2e9d63788249371f1DFC918a52f8d799F4a38C94/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2eC95B8edA549B79a1248335A39d299d00Ed314C/info.json b/blockchains/ethereum/assets/0x2eC95B8edA549B79a1248335A39d299d00Ed314C/info.json
deleted file mode 100644
index a2cf81c53ff54..0000000000000
--- a/blockchains/ethereum/assets/0x2eC95B8edA549B79a1248335A39d299d00Ed314C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fatcoin",
- "symbol": "FAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Fatcoin (FAT) is an ERC20 token issued by the FatBTC exchange for use within its ecosystem.",
- "website": "https://www.fatbtc.com/",
- "explorer": "https://etherscan.io/token/0x2eC95B8edA549B79a1248335A39d299d00Ed314C",
- "status": "active",
- "id": "0x2eC95B8edA549B79a1248335A39d299d00Ed314C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2eC95B8edA549B79a1248335A39d299d00Ed314C/logo.png b/blockchains/ethereum/assets/0x2eC95B8edA549B79a1248335A39d299d00Ed314C/logo.png
deleted file mode 100644
index 96e1518f85394..0000000000000
Binary files a/blockchains/ethereum/assets/0x2eC95B8edA549B79a1248335A39d299d00Ed314C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2eDf094dB69d6Dcd487f1B3dB9febE2eeC0dd4c5/info.json b/blockchains/ethereum/assets/0x2eDf094dB69d6Dcd487f1B3dB9febE2eeC0dd4c5/info.json
deleted file mode 100644
index 90ce674ff7055..0000000000000
--- a/blockchains/ethereum/assets/0x2eDf094dB69d6Dcd487f1B3dB9febE2eeC0dd4c5/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "ZeroSwap",
- "website": "https://zeroswap.io/",
- "description": "ZeroSwap.io is a Multi-Chain, Zero-fee, On-chain Trading protocol with Liquidity Mining, DeFi Token Offering, and DEX Aggregation. The protocol will reward users every time they make an on-chain trade and provide liquidity to existing DEXes. All transactions would be Gasless with Zero Trade Fee.",
- "explorer": "https://etherscan.io/token/0x2eDf094dB69d6Dcd487f1B3dB9febE2eeC0dd4c5",
- "type": "ERC20",
- "symbol": "ZEE",
- "decimals": 18,
- "status": "active",
- "id": "0x2eDf094dB69d6Dcd487f1B3dB9febE2eeC0dd4c5",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ZeroswapLabs"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ZeroSwapLabs"
- },
- {
- "name": "telegram",
- "url": "https://t.me/zeroswap"
- },
- {
- "name": "medium",
- "url": "https://medium.com/zeroswaplabs"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2eDf094dB69d6Dcd487f1B3dB9febE2eeC0dd4c5/logo.png b/blockchains/ethereum/assets/0x2eDf094dB69d6Dcd487f1B3dB9febE2eeC0dd4c5/logo.png
deleted file mode 100644
index d6c6bf4e34507..0000000000000
Binary files a/blockchains/ethereum/assets/0x2eDf094dB69d6Dcd487f1B3dB9febE2eeC0dd4c5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2eb86e8fC520E0F6Bb5D9Af08F924fe70558Ab89/info.json b/blockchains/ethereum/assets/0x2eb86e8fC520E0F6Bb5D9Af08F924fe70558Ab89/info.json
deleted file mode 100644
index 7aceb65994acd..0000000000000
--- a/blockchains/ethereum/assets/0x2eb86e8fC520E0F6Bb5D9Af08F924fe70558Ab89/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Logarithm",
- "symbol": "LGR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2eb86e8fC520E0F6Bb5D9Af08F924fe70558Ab89",
- "status": "abandoned",
- "id": "0x2eb86e8fC520E0F6Bb5D9Af08F924fe70558Ab89"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2eb86e8fC520E0F6Bb5D9Af08F924fe70558Ab89/logo.png b/blockchains/ethereum/assets/0x2eb86e8fC520E0F6Bb5D9Af08F924fe70558Ab89/logo.png
deleted file mode 100644
index 5e072580c1047..0000000000000
Binary files a/blockchains/ethereum/assets/0x2eb86e8fC520E0F6Bb5D9Af08F924fe70558Ab89/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2ecB13A8c458c379c4d9a7259e202De03c8F3D19/info.json b/blockchains/ethereum/assets/0x2ecB13A8c458c379c4d9a7259e202De03c8F3D19/info.json
deleted file mode 100644
index f8ee82387ba0d..0000000000000
--- a/blockchains/ethereum/assets/0x2ecB13A8c458c379c4d9a7259e202De03c8F3D19/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Block-Chain.com Token",
- "symbol": "BC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://block-chain.com/",
- "explorer": "https://etherscan.io/token/0x2ecB13A8c458c379c4d9a7259e202De03c8F3D19",
- "status": "abandoned",
- "id": "0x2ecB13A8c458c379c4d9a7259e202De03c8F3D19"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2ecB13A8c458c379c4d9a7259e202De03c8F3D19/logo.png b/blockchains/ethereum/assets/0x2ecB13A8c458c379c4d9a7259e202De03c8F3D19/logo.png
deleted file mode 100644
index ff7fa5719a0ee..0000000000000
Binary files a/blockchains/ethereum/assets/0x2ecB13A8c458c379c4d9a7259e202De03c8F3D19/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2ef31d97FA8Ab9440d911f38c6D53921C5a64257/info.json b/blockchains/ethereum/assets/0x2ef31d97FA8Ab9440d911f38c6D53921C5a64257/info.json
deleted file mode 100644
index b3184a2b95346..0000000000000
--- a/blockchains/ethereum/assets/0x2ef31d97FA8Ab9440d911f38c6D53921C5a64257/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Noise",
- "symbol": "NOISE",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2ef31d97FA8Ab9440d911f38c6D53921C5a64257",
- "status": "abandoned",
- "id": "0x2ef31d97FA8Ab9440d911f38c6D53921C5a64257"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2ef31d97FA8Ab9440d911f38c6D53921C5a64257/logo.png b/blockchains/ethereum/assets/0x2ef31d97FA8Ab9440d911f38c6D53921C5a64257/logo.png
deleted file mode 100644
index c25ec39743ee9..0000000000000
Binary files a/blockchains/ethereum/assets/0x2ef31d97FA8Ab9440d911f38c6D53921C5a64257/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9/info.json b/blockchains/ethereum/assets/0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9/info.json
deleted file mode 100644
index dd43d28541b19..0000000000000
--- a/blockchains/ethereum/assets/0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9/info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "Revain",
- "symbol": "REV",
- "type": "ERC20",
- "decimals": 6,
- "description": "Revain is a blockchain-based review platform for the crypto community. Revain's ultimate goal is to provide high-quality reviews on all global products and services using emerging technologies like blockchain and AI.",
- "website": "https://revain.org/",
- "explorer": "https://etherscan.io/token/0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9",
- "status": "active",
- "id": "0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Revain"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Revain_org"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/revain_org/"
- },
- {
- "name": "blog",
- "url": "https://medium.com/revain"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/revain.org/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/joinchat/CzZcC0PCgpJcbBCb3JfNeQ"
- },
- {
- "name": "whitepaper",
- "url": "https://revain.org/pdf/wp/en-wp.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/revain/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9/logo.png b/blockchains/ethereum/assets/0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9/logo.png
deleted file mode 100644
index adb8cdbe9120c..0000000000000
Binary files a/blockchains/ethereum/assets/0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2f44A61c7d404CFc8eCb622bBBb130e56Ba786D9/info.json b/blockchains/ethereum/assets/0x2f44A61c7d404CFc8eCb622bBBb130e56Ba786D9/info.json
deleted file mode 100644
index cf730bfaca382..0000000000000
--- a/blockchains/ethereum/assets/0x2f44A61c7d404CFc8eCb622bBBb130e56Ba786D9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R728413",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2f44A61c7d404CFc8eCb622bBBb130e56Ba786D9",
- "status": "spam",
- "id": "0x2f44A61c7d404CFc8eCb622bBBb130e56Ba786D9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2f44A61c7d404CFc8eCb622bBBb130e56Ba786D9/logo.png b/blockchains/ethereum/assets/0x2f44A61c7d404CFc8eCb622bBBb130e56Ba786D9/logo.png
deleted file mode 100644
index b1cafe8a32f2e..0000000000000
Binary files a/blockchains/ethereum/assets/0x2f44A61c7d404CFc8eCb622bBBb130e56Ba786D9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2f4eb47A1b1F4488C71fc10e39a4aa56AF33Dd49/info.json b/blockchains/ethereum/assets/0x2f4eb47A1b1F4488C71fc10e39a4aa56AF33Dd49/info.json
deleted file mode 100644
index 235db686ca53f..0000000000000
--- a/blockchains/ethereum/assets/0x2f4eb47A1b1F4488C71fc10e39a4aa56AF33Dd49/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "UNCL",
- "website": "https://unicrypt.network",
- "description": "UNCL is the liquidity rewards token of the UniCrypt Farming platform.",
- "explorer": "https://etherscan.io/token/0x2f4eb47a1b1f4488c71fc10e39a4aa56af33dd49",
- "type": "ERC20",
- "symbol": "UNCL",
- "decimals": 18,
- "status": "active",
- "id": "0x2f4eb47A1b1F4488C71fc10e39a4aa56AF33Dd49",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/UNCX_token"
- },
- {
- "name": "medium",
- "url": "https://unicrypt.medium.com/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/uncx_token"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/uncl/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/uncl"
- },
- {
- "name": "docs",
- "url": "https://docs.unicrypt.network/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2f4eb47A1b1F4488C71fc10e39a4aa56AF33Dd49/logo.png b/blockchains/ethereum/assets/0x2f4eb47A1b1F4488C71fc10e39a4aa56AF33Dd49/logo.png
deleted file mode 100644
index 4fed88014f2a0..0000000000000
Binary files a/blockchains/ethereum/assets/0x2f4eb47A1b1F4488C71fc10e39a4aa56AF33Dd49/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2f5e2c9002C058c063d21A06B6cabb50950130c8/info.json b/blockchains/ethereum/assets/0x2f5e2c9002C058c063d21A06B6cabb50950130c8/info.json
deleted file mode 100644
index 48e623dd36af0..0000000000000
--- a/blockchains/ethereum/assets/0x2f5e2c9002C058c063d21A06B6cabb50950130c8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": " 3X Short Ethereum Token",
- "symbol": "ETHBEAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ftx.com/tokens/ETHBEAR",
- "explorer": "https://etherscan.io/token/0x2f5e2c9002C058c063d21A06B6cabb50950130c8",
- "status": "abandoned",
- "id": "0x2f5e2c9002C058c063d21A06B6cabb50950130c8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2f5e2c9002C058c063d21A06B6cabb50950130c8/logo.png b/blockchains/ethereum/assets/0x2f5e2c9002C058c063d21A06B6cabb50950130c8/logo.png
deleted file mode 100644
index 4d1fbe0ac77a0..0000000000000
Binary files a/blockchains/ethereum/assets/0x2f5e2c9002C058c063d21A06B6cabb50950130c8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2f8472dd7ecf7cA760c8f6b45dB20Ca7cf52F8d7/info.json b/blockchains/ethereum/assets/0x2f8472dd7ecf7cA760c8f6b45dB20Ca7cf52F8d7/info.json
deleted file mode 100644
index f602ad5b7b427..0000000000000
--- a/blockchains/ethereum/assets/0x2f8472dd7ecf7cA760c8f6b45dB20Ca7cf52F8d7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitStation",
- "symbol": "BSTN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.bitstation.co/en/",
- "explorer": "https://etherscan.io/token/0x2f8472dd7ecf7cA760c8f6b45dB20Ca7cf52F8d7",
- "status": "abandoned",
- "id": "0x2f8472dd7ecf7cA760c8f6b45dB20Ca7cf52F8d7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2f8472dd7ecf7cA760c8f6b45dB20Ca7cf52F8d7/logo.png b/blockchains/ethereum/assets/0x2f8472dd7ecf7cA760c8f6b45dB20Ca7cf52F8d7/logo.png
deleted file mode 100644
index 9783b24804949..0000000000000
Binary files a/blockchains/ethereum/assets/0x2f8472dd7ecf7cA760c8f6b45dB20Ca7cf52F8d7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2f85E502a988AF76f7ee6D83b7db8d6c0A823bf9/info.json b/blockchains/ethereum/assets/0x2f85E502a988AF76f7ee6D83b7db8d6c0A823bf9/info.json
deleted file mode 100644
index 89f06ebd1ef3e..0000000000000
--- a/blockchains/ethereum/assets/0x2f85E502a988AF76f7ee6D83b7db8d6c0A823bf9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LatiumX",
- "symbol": "LATX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://latium.org/",
- "explorer": "https://etherscan.io/token/0x2f85E502a988AF76f7ee6D83b7db8d6c0A823bf9",
- "status": "active",
- "id": "0x2f85E502a988AF76f7ee6D83b7db8d6c0A823bf9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2f85E502a988AF76f7ee6D83b7db8d6c0A823bf9/logo.png b/blockchains/ethereum/assets/0x2f85E502a988AF76f7ee6D83b7db8d6c0A823bf9/logo.png
deleted file mode 100644
index c8a2a8f48da09..0000000000000
Binary files a/blockchains/ethereum/assets/0x2f85E502a988AF76f7ee6D83b7db8d6c0A823bf9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2fC9B3Cce679ADa44a6900cC5731F32775D75CAF/info.json b/blockchains/ethereum/assets/0x2fC9B3Cce679ADa44a6900cC5731F32775D75CAF/info.json
deleted file mode 100644
index 214f8d54075b4..0000000000000
--- a/blockchains/ethereum/assets/0x2fC9B3Cce679ADa44a6900cC5731F32775D75CAF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Diamond Chain",
- "symbol": "DIC",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2fC9B3Cce679ADa44a6900cC5731F32775D75CAF",
- "status": "abandoned",
- "id": "0x2fC9B3Cce679ADa44a6900cC5731F32775D75CAF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2fC9B3Cce679ADa44a6900cC5731F32775D75CAF/logo.png b/blockchains/ethereum/assets/0x2fC9B3Cce679ADa44a6900cC5731F32775D75CAF/logo.png
deleted file mode 100644
index 98b5afb11cc3b..0000000000000
Binary files a/blockchains/ethereum/assets/0x2fC9B3Cce679ADa44a6900cC5731F32775D75CAF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2fa423671eab043916eA93B85596438a16302C25/info.json b/blockchains/ethereum/assets/0x2fa423671eab043916eA93B85596438a16302C25/info.json
deleted file mode 100644
index 15f08ec1ae548..0000000000000
--- a/blockchains/ethereum/assets/0x2fa423671eab043916eA93B85596438a16302C25/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-5/30M35",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x2fa423671eab043916eA93B85596438a16302C25",
- "status": "abandoned",
- "id": "0x2fa423671eab043916eA93B85596438a16302C25"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2fa423671eab043916eA93B85596438a16302C25/logo.png b/blockchains/ethereum/assets/0x2fa423671eab043916eA93B85596438a16302C25/logo.png
deleted file mode 100644
index c8741ff2dcfdd..0000000000000
Binary files a/blockchains/ethereum/assets/0x2fa423671eab043916eA93B85596438a16302C25/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2fd61567c29E7ADB4Ca17e60E1f4a3Fcfe68aCb8/info.json b/blockchains/ethereum/assets/0x2fd61567c29E7ADB4Ca17e60E1f4a3Fcfe68aCb8/info.json
deleted file mode 100644
index 8cb05bc51dded..0000000000000
--- a/blockchains/ethereum/assets/0x2fd61567c29E7ADB4Ca17e60E1f4a3Fcfe68aCb8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SymVerse",
- "symbol": "SYM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.symverse.com/",
- "explorer": "https://etherscan.io/token/0x2fd61567c29E7ADB4Ca17e60E1f4a3Fcfe68aCb8",
- "status": "abandoned",
- "id": "0x2fd61567c29E7ADB4Ca17e60E1f4a3Fcfe68aCb8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2fd61567c29E7ADB4Ca17e60E1f4a3Fcfe68aCb8/logo.png b/blockchains/ethereum/assets/0x2fd61567c29E7ADB4Ca17e60E1f4a3Fcfe68aCb8/logo.png
deleted file mode 100644
index 2f9f24ff52060..0000000000000
Binary files a/blockchains/ethereum/assets/0x2fd61567c29E7ADB4Ca17e60E1f4a3Fcfe68aCb8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x2fe39f22EAC6d3c1C86DD9D143640EbB94609FCE/info.json b/blockchains/ethereum/assets/0x2fe39f22EAC6d3c1C86DD9D143640EbB94609FCE/info.json
deleted file mode 100644
index 8c1b0be7abbea..0000000000000
--- a/blockchains/ethereum/assets/0x2fe39f22EAC6d3c1C86DD9D143640EbB94609FCE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JDCOIN",
- "symbol": "JDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.jdcoin.us/",
- "explorer": "https://etherscan.io/token/0x2fe39f22EAC6d3c1C86DD9D143640EbB94609FCE",
- "status": "abandoned",
- "id": "0x2fe39f22EAC6d3c1C86DD9D143640EbB94609FCE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x2fe39f22EAC6d3c1C86DD9D143640EbB94609FCE/logo.png b/blockchains/ethereum/assets/0x2fe39f22EAC6d3c1C86DD9D143640EbB94609FCE/logo.png
deleted file mode 100644
index 7aa3e9666b877..0000000000000
Binary files a/blockchains/ethereum/assets/0x2fe39f22EAC6d3c1C86DD9D143640EbB94609FCE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3007dbdf605784a0F5d89C37cB2518ea60faedCf/info.json b/blockchains/ethereum/assets/0x3007dbdf605784a0F5d89C37cB2518ea60faedCf/info.json
deleted file mode 100644
index 1ce0f8fd84fb6..0000000000000
--- a/blockchains/ethereum/assets/0x3007dbdf605784a0F5d89C37cB2518ea60faedCf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cobalt",
- "symbol": "CSC-CO",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3007dbdf605784a0F5d89C37cB2518ea60faedCf",
- "status": "abandoned",
- "id": "0x3007dbdf605784a0F5d89C37cB2518ea60faedCf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3007dbdf605784a0F5d89C37cB2518ea60faedCf/logo.png b/blockchains/ethereum/assets/0x3007dbdf605784a0F5d89C37cB2518ea60faedCf/logo.png
deleted file mode 100755
index 9adf7a331e665..0000000000000
Binary files a/blockchains/ethereum/assets/0x3007dbdf605784a0F5d89C37cB2518ea60faedCf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x301714DA1d783D542958C479345F27B75A7eFC9E/info.json b/blockchains/ethereum/assets/0x301714DA1d783D542958C479345F27B75A7eFC9E/info.json
deleted file mode 100644
index b5cd50e1ff752..0000000000000
--- a/blockchains/ethereum/assets/0x301714DA1d783D542958C479345F27B75A7eFC9E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZARK COIN",
- "symbol": "ZARK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x301714DA1d783D542958C479345F27B75A7eFC9E",
- "status": "active",
- "id": "0x301714DA1d783D542958C479345F27B75A7eFC9E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x301714DA1d783D542958C479345F27B75A7eFC9E/logo.png b/blockchains/ethereum/assets/0x301714DA1d783D542958C479345F27B75A7eFC9E/logo.png
deleted file mode 100644
index 6ab7b93743e65..0000000000000
Binary files a/blockchains/ethereum/assets/0x301714DA1d783D542958C479345F27B75A7eFC9E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3017Cb31A678fE1d247f4314Eee8bc1b86b0D4b4/info.json b/blockchains/ethereum/assets/0x3017Cb31A678fE1d247f4314Eee8bc1b86b0D4b4/info.json
deleted file mode 100644
index a733b3edb1665..0000000000000
--- a/blockchains/ethereum/assets/0x3017Cb31A678fE1d247f4314Eee8bc1b86b0D4b4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Shell Matrix",
- "website": "https://shell.org/",
- "description": "The token issued by the members of the Shell Matrix community.",
- "explorer": "https://etherscan.io/token/0x3017Cb31A678fE1d247f4314Eee8bc1b86b0D4b4",
- "type": "ERC20",
- "symbol": "SHELL",
- "decimals": 6,
- "status": "active",
- "id": "0x3017Cb31A678fE1d247f4314Eee8bc1b86b0D4b4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3017Cb31A678fE1d247f4314Eee8bc1b86b0D4b4/logo.png b/blockchains/ethereum/assets/0x3017Cb31A678fE1d247f4314Eee8bc1b86b0D4b4/logo.png
deleted file mode 100644
index 1b571eed1e5c0..0000000000000
Binary files a/blockchains/ethereum/assets/0x3017Cb31A678fE1d247f4314Eee8bc1b86b0D4b4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x301C755bA0fcA00B1923768Fffb3Df7f4E63aF31/info.json b/blockchains/ethereum/assets/0x301C755bA0fcA00B1923768Fffb3Df7f4E63aF31/info.json
deleted file mode 100644
index 3cbd511581858..0000000000000
--- a/blockchains/ethereum/assets/0x301C755bA0fcA00B1923768Fffb3Df7f4E63aF31/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Global Digital Content",
- "symbol": "GDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://gdctoken.io/",
- "explorer": "https://etherscan.io/token/0x301C755bA0fcA00B1923768Fffb3Df7f4E63aF31",
- "status": "abandoned",
- "id": "0x301C755bA0fcA00B1923768Fffb3Df7f4E63aF31"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x301C755bA0fcA00B1923768Fffb3Df7f4E63aF31/logo.png b/blockchains/ethereum/assets/0x301C755bA0fcA00B1923768Fffb3Df7f4E63aF31/logo.png
deleted file mode 100644
index 897c6dead6cc3..0000000000000
Binary files a/blockchains/ethereum/assets/0x301C755bA0fcA00B1923768Fffb3Df7f4E63aF31/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x301a7F0F98725D3f9cA889E935b579f1D896B322/info.json b/blockchains/ethereum/assets/0x301a7F0F98725D3f9cA889E935b579f1D896B322/info.json
deleted file mode 100644
index 7ba6605862396..0000000000000
--- a/blockchains/ethereum/assets/0x301a7F0F98725D3f9cA889E935b579f1D896B322/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HUMToken",
- "symbol": "HUM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x301a7F0F98725D3f9cA889E935b579f1D896B322",
- "status": "abandoned",
- "id": "0x301a7F0F98725D3f9cA889E935b579f1D896B322"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x301a7F0F98725D3f9cA889E935b579f1D896B322/logo.png b/blockchains/ethereum/assets/0x301a7F0F98725D3f9cA889E935b579f1D896B322/logo.png
deleted file mode 100644
index 646ef65fcf6e9..0000000000000
Binary files a/blockchains/ethereum/assets/0x301a7F0F98725D3f9cA889E935b579f1D896B322/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x301fFA01Ee2AA947a49cC787BDDeFD6Ac4C119e1/info.json b/blockchains/ethereum/assets/0x301fFA01Ee2AA947a49cC787BDDeFD6Ac4C119e1/info.json
deleted file mode 100644
index d4b336fb1f557..0000000000000
--- a/blockchains/ethereum/assets/0x301fFA01Ee2AA947a49cC787BDDeFD6Ac4C119e1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TAXICOIN",
- "symbol": "TAXC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x301fFA01Ee2AA947a49cC787BDDeFD6Ac4C119e1",
- "status": "abandoned",
- "id": "0x301fFA01Ee2AA947a49cC787BDDeFD6Ac4C119e1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x301fFA01Ee2AA947a49cC787BDDeFD6Ac4C119e1/logo.png b/blockchains/ethereum/assets/0x301fFA01Ee2AA947a49cC787BDDeFD6Ac4C119e1/logo.png
deleted file mode 100755
index bba545094417f..0000000000000
Binary files a/blockchains/ethereum/assets/0x301fFA01Ee2AA947a49cC787BDDeFD6Ac4C119e1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x30323d8c5d4c8aFf1fd1Fd45918C837845431146/info.json b/blockchains/ethereum/assets/0x30323d8c5d4c8aFf1fd1Fd45918C837845431146/info.json
deleted file mode 100644
index 5dc87868312b5..0000000000000
--- a/blockchains/ethereum/assets/0x30323d8c5d4c8aFf1fd1Fd45918C837845431146/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Filepays",
- "symbol": "FLPY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.filepays.com",
- "explorer": "https://etherscan.io/token/0x30323d8c5d4c8aFf1fd1Fd45918C837845431146",
- "status": "abandoned",
- "id": "0x30323d8c5d4c8aFf1fd1Fd45918C837845431146"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x30323d8c5d4c8aFf1fd1Fd45918C837845431146/logo.png b/blockchains/ethereum/assets/0x30323d8c5d4c8aFf1fd1Fd45918C837845431146/logo.png
deleted file mode 100644
index 4c189fee012a8..0000000000000
Binary files a/blockchains/ethereum/assets/0x30323d8c5d4c8aFf1fd1Fd45918C837845431146/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x30365Ed4Ca8173013ad948b9842f34ac71d01f7C/info.json b/blockchains/ethereum/assets/0x30365Ed4Ca8173013ad948b9842f34ac71d01f7C/info.json
deleted file mode 100644
index 70ad4e2ca9fdc..0000000000000
--- a/blockchains/ethereum/assets/0x30365Ed4Ca8173013ad948b9842f34ac71d01f7C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dirham",
- "website": "https://dirhamcrypto.io/",
- "description": "Dirham is a fiat collateralized stablecoin backed by AED. It is the native to Dirham crypto where bonds are introduced to blockchain for the first time ever. Dirham holders may earn up to 4% ineterest every year.",
- "explorer": "https://etherscan.io/token/0x30365Ed4Ca8173013ad948b9842f34ac71d01f7C",
- "type": "ERC20",
- "symbol": "DHS",
- "decimals": 18,
- "status": "active",
- "id": "0x30365Ed4Ca8173013ad948b9842f34ac71d01f7C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x30365Ed4Ca8173013ad948b9842f34ac71d01f7C/logo.png b/blockchains/ethereum/assets/0x30365Ed4Ca8173013ad948b9842f34ac71d01f7C/logo.png
deleted file mode 100644
index 2772bcd1a7ad0..0000000000000
Binary files a/blockchains/ethereum/assets/0x30365Ed4Ca8173013ad948b9842f34ac71d01f7C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x303D396bB1E2A73b1536665964aa9f5AA0f7f9cA/info.json b/blockchains/ethereum/assets/0x303D396bB1E2A73b1536665964aa9f5AA0f7f9cA/info.json
deleted file mode 100644
index 64281e51453b6..0000000000000
--- a/blockchains/ethereum/assets/0x303D396bB1E2A73b1536665964aa9f5AA0f7f9cA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Numisma Coin",
- "symbol": "NUMA",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x303D396bB1E2A73b1536665964aa9f5AA0f7f9cA",
- "status": "abandoned",
- "id": "0x303D396bB1E2A73b1536665964aa9f5AA0f7f9cA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x303D396bB1E2A73b1536665964aa9f5AA0f7f9cA/logo.png b/blockchains/ethereum/assets/0x303D396bB1E2A73b1536665964aa9f5AA0f7f9cA/logo.png
deleted file mode 100644
index 5b7ace82ad366..0000000000000
Binary files a/blockchains/ethereum/assets/0x303D396bB1E2A73b1536665964aa9f5AA0f7f9cA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x30521e4cCC4d0494d624394fc275EAd318051de8/info.json b/blockchains/ethereum/assets/0x30521e4cCC4d0494d624394fc275EAd318051de8/info.json
deleted file mode 100644
index b5120806da59a..0000000000000
--- a/blockchains/ethereum/assets/0x30521e4cCC4d0494d624394fc275EAd318051de8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RealDAS",
- "symbol": "REALDAS",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x30521e4cCC4d0494d624394fc275EAd318051de8",
- "status": "abandoned",
- "id": "0x30521e4cCC4d0494d624394fc275EAd318051de8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x30521e4cCC4d0494d624394fc275EAd318051de8/logo.png b/blockchains/ethereum/assets/0x30521e4cCC4d0494d624394fc275EAd318051de8/logo.png
deleted file mode 100644
index f044765619138..0000000000000
Binary files a/blockchains/ethereum/assets/0x30521e4cCC4d0494d624394fc275EAd318051de8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x305dbDD7931fb4833f5Ce48046A586E30ece683F/info.json b/blockchains/ethereum/assets/0x305dbDD7931fb4833f5Ce48046A586E30ece683F/info.json
deleted file mode 100644
index 681b8c1b26637..0000000000000
--- a/blockchains/ethereum/assets/0x305dbDD7931fb4833f5Ce48046A586E30ece683F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Massive WAVs",
- "symbol": "MWAVS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x305dbDD7931fb4833f5Ce48046A586E30ece683F",
- "status": "abandoned",
- "id": "0x305dbDD7931fb4833f5Ce48046A586E30ece683F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x305dbDD7931fb4833f5Ce48046A586E30ece683F/logo.png b/blockchains/ethereum/assets/0x305dbDD7931fb4833f5Ce48046A586E30ece683F/logo.png
deleted file mode 100755
index 870d9b532f7d6..0000000000000
Binary files a/blockchains/ethereum/assets/0x305dbDD7931fb4833f5Ce48046A586E30ece683F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x30680AC0a8A993088223925265fD7a76bEb87E7F/info.json b/blockchains/ethereum/assets/0x30680AC0a8A993088223925265fD7a76bEb87E7F/info.json
deleted file mode 100644
index 751f06b219e2d..0000000000000
--- a/blockchains/ethereum/assets/0x30680AC0a8A993088223925265fD7a76bEb87E7F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ARAW",
- "symbol": "ARAW",
- "type": "ERC20",
- "decimals": 18,
- "description": "ARAW is the Decentralised Payment for E-Commerce Ecosystem, aiming to be at the forefront of the Blockchain User Adoption globally with the intuitive integration of E-Commerce with the Decentralised Payment.",
- "website": "https://arawtoken.io/",
- "explorer": "https://etherscan.io/token/0x30680AC0a8A993088223925265fD7a76bEb87E7F",
- "status": "active",
- "id": "0x30680AC0a8A993088223925265fD7a76bEb87E7F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x30680AC0a8A993088223925265fD7a76bEb87E7F/logo.png b/blockchains/ethereum/assets/0x30680AC0a8A993088223925265fD7a76bEb87E7F/logo.png
deleted file mode 100644
index 9457136633e2e..0000000000000
Binary files a/blockchains/ethereum/assets/0x30680AC0a8A993088223925265fD7a76bEb87E7F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3070F4F173C81a96601338748481C53F43980E62/info.json b/blockchains/ethereum/assets/0x3070F4F173C81a96601338748481C53F43980E62/info.json
deleted file mode 100644
index 12ab2dc58d56f..0000000000000
--- a/blockchains/ethereum/assets/0x3070F4F173C81a96601338748481C53F43980E62/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vnix Network",
- "symbol": "VNX",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3070F4F173C81a96601338748481C53F43980E62",
- "status": "abandoned",
- "id": "0x3070F4F173C81a96601338748481C53F43980E62"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3070F4F173C81a96601338748481C53F43980E62/logo.png b/blockchains/ethereum/assets/0x3070F4F173C81a96601338748481C53F43980E62/logo.png
deleted file mode 100644
index 55720cc86c775..0000000000000
Binary files a/blockchains/ethereum/assets/0x3070F4F173C81a96601338748481C53F43980E62/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3071a55A0F7916d796B54A2d095Db85Df693d956/info.json b/blockchains/ethereum/assets/0x3071a55A0F7916d796B54A2d095Db85Df693d956/info.json
deleted file mode 100644
index 9f3f54f851bb2..0000000000000
--- a/blockchains/ethereum/assets/0x3071a55A0F7916d796B54A2d095Db85Df693d956/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Walleteum",
- "symbol": "EUM",
- "type": "ERC20",
- "decimals": 13,
- "description": "-",
- "website": "https://walleteum.com/",
- "explorer": "https://etherscan.io/token/0x3071a55A0F7916d796B54A2d095Db85Df693d956",
- "status": "abandoned",
- "id": "0x3071a55A0F7916d796B54A2d095Db85Df693d956"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3071a55A0F7916d796B54A2d095Db85Df693d956/logo.png b/blockchains/ethereum/assets/0x3071a55A0F7916d796B54A2d095Db85Df693d956/logo.png
deleted file mode 100644
index 25b89d693f302..0000000000000
Binary files a/blockchains/ethereum/assets/0x3071a55A0F7916d796B54A2d095Db85Df693d956/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3075c320F859C69F1f07fBD620AaAd77766b0386/info.json b/blockchains/ethereum/assets/0x3075c320F859C69F1f07fBD620AaAd77766b0386/info.json
deleted file mode 100644
index 4840854fbfe96..0000000000000
--- a/blockchains/ethereum/assets/0x3075c320F859C69F1f07fBD620AaAd77766b0386/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cadin",
- "symbol": "CDN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3075c320F859C69F1f07fBD620AaAd77766b0386",
- "status": "abandoned",
- "id": "0x3075c320F859C69F1f07fBD620AaAd77766b0386"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3075c320F859C69F1f07fBD620AaAd77766b0386/logo.png b/blockchains/ethereum/assets/0x3075c320F859C69F1f07fBD620AaAd77766b0386/logo.png
deleted file mode 100644
index 9bd53d0c406db..0000000000000
Binary files a/blockchains/ethereum/assets/0x3075c320F859C69F1f07fBD620AaAd77766b0386/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x307d45Afbb7E84F82ef3D251A6bb0F00Edf632E4/info.json b/blockchains/ethereum/assets/0x307d45Afbb7E84F82ef3D251A6bb0F00Edf632E4/info.json
deleted file mode 100644
index 29ada467ec988..0000000000000
--- a/blockchains/ethereum/assets/0x307d45Afbb7E84F82ef3D251A6bb0F00Edf632E4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PLANET",
- "symbol": "PLA",
- "type": "ERC20",
- "decimals": 18,
- "description": "PLANET is used as a currency for transactions in the crypto industry. PLANET tokens are used as prize money and participation tickets for e-sports related businesses in Japan.",
- "website": "https://planet-world.io",
- "explorer": "https://etherscan.io/token/0x307d45Afbb7E84F82ef3D251A6bb0F00Edf632E4",
- "status": "active",
- "id": "0x307d45Afbb7E84F82ef3D251A6bb0F00Edf632E4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x307d45Afbb7E84F82ef3D251A6bb0F00Edf632E4/logo.png b/blockchains/ethereum/assets/0x307d45Afbb7E84F82ef3D251A6bb0F00Edf632E4/logo.png
deleted file mode 100644
index 6dc2128f12d74..0000000000000
Binary files a/blockchains/ethereum/assets/0x307d45Afbb7E84F82ef3D251A6bb0F00Edf632E4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3080ec2A6960432F179c66D388099A48E82e2047/info.json b/blockchains/ethereum/assets/0x3080ec2A6960432F179c66D388099A48E82e2047/info.json
deleted file mode 100644
index 636c011e863b6..0000000000000
--- a/blockchains/ethereum/assets/0x3080ec2A6960432F179c66D388099A48E82e2047/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "popcorn",
- "website": "https://popcorntoken.dev",
- "description": "Popcorn (CORN) is an ERC20 token, the new social experiment, fun and meme machine rolled into Ethereum blockchain. It’s the most enjoyable fun you can have with ERC20 while getting some reward.",
- "explorer": "https://etherscan.io/token/0x3080ec2A6960432F179c66D388099A48E82e2047",
- "type": "ERC20",
- "symbol": "CORN",
- "decimals": 18,
- "status": "active",
- "id": "0x3080ec2A6960432F179c66D388099A48E82e2047",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/popcorntoken"
- },
- {
- "name": "whitepaper",
- "url": "https://popcorntoken.dev/Popcorn Whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3080ec2A6960432F179c66D388099A48E82e2047/logo.png b/blockchains/ethereum/assets/0x3080ec2A6960432F179c66D388099A48E82e2047/logo.png
deleted file mode 100644
index a7496d67a550b..0000000000000
Binary files a/blockchains/ethereum/assets/0x3080ec2A6960432F179c66D388099A48E82e2047/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x308E019143B560215775A0c6EFbD2673413D76E6/info.json b/blockchains/ethereum/assets/0x308E019143B560215775A0c6EFbD2673413D76E6/info.json
deleted file mode 100644
index 48d95af5100fb..0000000000000
--- a/blockchains/ethereum/assets/0x308E019143B560215775A0c6EFbD2673413D76E6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Uniswap V2",
- "symbol": "UNI-V2",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x308E019143B560215775A0c6EFbD2673413D76E6",
- "status": "abandoned",
- "id": "0x308E019143B560215775A0c6EFbD2673413D76E6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x308E019143B560215775A0c6EFbD2673413D76E6/logo.png b/blockchains/ethereum/assets/0x308E019143B560215775A0c6EFbD2673413D76E6/logo.png
deleted file mode 100644
index 0525227214f0f..0000000000000
Binary files a/blockchains/ethereum/assets/0x308E019143B560215775A0c6EFbD2673413D76E6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x309013d55fB0E8C17363bcC79F25d92f711A5802/info.json b/blockchains/ethereum/assets/0x309013d55fB0E8C17363bcC79F25d92f711A5802/info.json
deleted file mode 100644
index bcbbd3cd12f37..0000000000000
--- a/blockchains/ethereum/assets/0x309013d55fB0E8C17363bcC79F25d92f711A5802/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SBTC",
- "website": "https://sbtc.fi",
- "description": "Unfolding the Power of Soft Bitcoin Economy.",
- "explorer": "https://etherscan.io/token/0x309013d55fB0E8C17363bcC79F25d92f711A5802",
- "type": "ERC20",
- "symbol": "SBTC",
- "decimals": 9,
- "status": "active",
- "id": "0x309013d55fB0E8C17363bcC79F25d92f711A5802"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x309013d55fB0E8C17363bcC79F25d92f711A5802/logo.png b/blockchains/ethereum/assets/0x309013d55fB0E8C17363bcC79F25d92f711A5802/logo.png
deleted file mode 100644
index 02c2eb571bbfa..0000000000000
Binary files a/blockchains/ethereum/assets/0x309013d55fB0E8C17363bcC79F25d92f711A5802/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x309627af60F0926daa6041B8279484312f2bf060/info.json b/blockchains/ethereum/assets/0x309627af60F0926daa6041B8279484312f2bf060/info.json
deleted file mode 100644
index 74257358876a3..0000000000000
--- a/blockchains/ethereum/assets/0x309627af60F0926daa6041B8279484312f2bf060/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bancor USD Token",
- "symbol": "USDB",
- "type": "ERC20",
- "decimals": 18,
- "description": "USDB is a stabletoken backed by BNT (Bancor Network Token), and utilized in relays on the Bancor network.",
- "website": "https://usdb.peg.network/",
- "explorer": "https://etherscan.io/token/0x309627af60F0926daa6041B8279484312f2bf060",
- "status": "active",
- "id": "0x309627af60F0926daa6041B8279484312f2bf060"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x309627af60F0926daa6041B8279484312f2bf060/logo.png b/blockchains/ethereum/assets/0x309627af60F0926daa6041B8279484312f2bf060/logo.png
deleted file mode 100644
index d42d555d43a02..0000000000000
Binary files a/blockchains/ethereum/assets/0x309627af60F0926daa6041B8279484312f2bf060/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x30A29114490De08612Ce8314AB64C422Ad591F9c/info.json b/blockchains/ethereum/assets/0x30A29114490De08612Ce8314AB64C422Ad591F9c/info.json
deleted file mode 100644
index d342e5156da59..0000000000000
--- a/blockchains/ethereum/assets/0x30A29114490De08612Ce8314AB64C422Ad591F9c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DN",
- "symbol": "DN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x30A29114490De08612Ce8314AB64C422Ad591F9c",
- "status": "abandoned",
- "id": "0x30A29114490De08612Ce8314AB64C422Ad591F9c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x30A29114490De08612Ce8314AB64C422Ad591F9c/logo.png b/blockchains/ethereum/assets/0x30A29114490De08612Ce8314AB64C422Ad591F9c/logo.png
deleted file mode 100644
index 358bcde8f567f..0000000000000
Binary files a/blockchains/ethereum/assets/0x30A29114490De08612Ce8314AB64C422Ad591F9c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x30D30cCE06227b9bB8E148041F7F9B3bc03e2a13/info.json b/blockchains/ethereum/assets/0x30D30cCE06227b9bB8E148041F7F9B3bc03e2a13/info.json
deleted file mode 100644
index bf3f0f375dc1a..0000000000000
--- a/blockchains/ethereum/assets/0x30D30cCE06227b9bB8E148041F7F9B3bc03e2a13/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Trakcoin",
- "symbol": "TRKC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x30D30cCE06227b9bB8E148041F7F9B3bc03e2a13",
- "status": "abandoned",
- "id": "0x30D30cCE06227b9bB8E148041F7F9B3bc03e2a13"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x30D30cCE06227b9bB8E148041F7F9B3bc03e2a13/logo.png b/blockchains/ethereum/assets/0x30D30cCE06227b9bB8E148041F7F9B3bc03e2a13/logo.png
deleted file mode 100644
index 74ee766e026b8..0000000000000
Binary files a/blockchains/ethereum/assets/0x30D30cCE06227b9bB8E148041F7F9B3bc03e2a13/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x30DfD1E3ba2919D1337512a9f3CF83050fA7B84B/info.json b/blockchains/ethereum/assets/0x30DfD1E3ba2919D1337512a9f3CF83050fA7B84B/info.json
deleted file mode 100644
index 61d9f8bdf2b83..0000000000000
--- a/blockchains/ethereum/assets/0x30DfD1E3ba2919D1337512a9f3CF83050fA7B84B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Unity ETH token",
- "symbol": "UXET",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x30DfD1E3ba2919D1337512a9f3CF83050fA7B84B",
- "status": "abandoned",
- "id": "0x30DfD1E3ba2919D1337512a9f3CF83050fA7B84B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x30DfD1E3ba2919D1337512a9f3CF83050fA7B84B/logo.png b/blockchains/ethereum/assets/0x30DfD1E3ba2919D1337512a9f3CF83050fA7B84B/logo.png
deleted file mode 100644
index 8d721c2e7fc11..0000000000000
Binary files a/blockchains/ethereum/assets/0x30DfD1E3ba2919D1337512a9f3CF83050fA7B84B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x30E00B4af68acD6B779f9C0Ac82fa07F05bA94d0/info.json b/blockchains/ethereum/assets/0x30E00B4af68acD6B779f9C0Ac82fa07F05bA94d0/info.json
deleted file mode 100644
index b9dd47430f766..0000000000000
--- a/blockchains/ethereum/assets/0x30E00B4af68acD6B779f9C0Ac82fa07F05bA94d0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoin Diamond",
- "symbol": "BTCD",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x30E00B4af68acD6B779f9C0Ac82fa07F05bA94d0",
- "status": "abandoned",
- "id": "0x30E00B4af68acD6B779f9C0Ac82fa07F05bA94d0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x30E00B4af68acD6B779f9C0Ac82fa07F05bA94d0/logo.png b/blockchains/ethereum/assets/0x30E00B4af68acD6B779f9C0Ac82fa07F05bA94d0/logo.png
deleted file mode 100644
index e9870018689d8..0000000000000
Binary files a/blockchains/ethereum/assets/0x30E00B4af68acD6B779f9C0Ac82fa07F05bA94d0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x30FEF258d2728F9d1eDF038059c725FAf785697E/info.json b/blockchains/ethereum/assets/0x30FEF258d2728F9d1eDF038059c725FAf785697E/info.json
deleted file mode 100644
index e70578f7f1d7f..0000000000000
--- a/blockchains/ethereum/assets/0x30FEF258d2728F9d1eDF038059c725FAf785697E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PESOTOKEN",
- "symbol": "PESO",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x30FEF258d2728F9d1eDF038059c725FAf785697E",
- "status": "abandoned",
- "id": "0x30FEF258d2728F9d1eDF038059c725FAf785697E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x30FEF258d2728F9d1eDF038059c725FAf785697E/logo.png b/blockchains/ethereum/assets/0x30FEF258d2728F9d1eDF038059c725FAf785697E/logo.png
deleted file mode 100644
index 8606a3b9376fb..0000000000000
Binary files a/blockchains/ethereum/assets/0x30FEF258d2728F9d1eDF038059c725FAf785697E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x30a3c667aBe896B11514f0F6a3EAd2839e84dc5e/info.json b/blockchains/ethereum/assets/0x30a3c667aBe896B11514f0F6a3EAd2839e84dc5e/info.json
deleted file mode 100644
index 6fc540e611710..0000000000000
--- a/blockchains/ethereum/assets/0x30a3c667aBe896B11514f0F6a3EAd2839e84dc5e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GOL",
- "symbol": "GOLS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x30a3c667aBe896B11514f0F6a3EAd2839e84dc5e",
- "status": "abandoned",
- "id": "0x30a3c667aBe896B11514f0F6a3EAd2839e84dc5e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x30a3c667aBe896B11514f0F6a3EAd2839e84dc5e/logo.png b/blockchains/ethereum/assets/0x30a3c667aBe896B11514f0F6a3EAd2839e84dc5e/logo.png
deleted file mode 100644
index 11752e1a1e815..0000000000000
Binary files a/blockchains/ethereum/assets/0x30a3c667aBe896B11514f0F6a3EAd2839e84dc5e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x30ceCB5461A449A90081F5a5F55db4e048397BAB/info.json b/blockchains/ethereum/assets/0x30ceCB5461A449A90081F5a5F55db4e048397BAB/info.json
deleted file mode 100644
index f47d21b416245..0000000000000
--- a/blockchains/ethereum/assets/0x30ceCB5461A449A90081F5a5F55db4e048397BAB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tracto",
- "symbol": "TRCT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x30ceCB5461A449A90081F5a5F55db4e048397BAB",
- "status": "abandoned",
- "id": "0x30ceCB5461A449A90081F5a5F55db4e048397BAB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x30ceCB5461A449A90081F5a5F55db4e048397BAB/logo.png b/blockchains/ethereum/assets/0x30ceCB5461A449A90081F5a5F55db4e048397BAB/logo.png
deleted file mode 100644
index 94924e3cb9de0..0000000000000
Binary files a/blockchains/ethereum/assets/0x30ceCB5461A449A90081F5a5F55db4e048397BAB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x30e8da02f92252E2b9A40AF2973fEa18eCA4df87/info.json b/blockchains/ethereum/assets/0x30e8da02f92252E2b9A40AF2973fEa18eCA4df87/info.json
deleted file mode 100644
index 2d6f378656c86..0000000000000
--- a/blockchains/ethereum/assets/0x30e8da02f92252E2b9A40AF2973fEa18eCA4df87/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FIAT",
- "symbol": "FIAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x30e8da02f92252E2b9A40AF2973fEa18eCA4df87",
- "status": "abandoned",
- "id": "0x30e8da02f92252E2b9A40AF2973fEa18eCA4df87"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x30e8da02f92252E2b9A40AF2973fEa18eCA4df87/logo.png b/blockchains/ethereum/assets/0x30e8da02f92252E2b9A40AF2973fEa18eCA4df87/logo.png
deleted file mode 100644
index 94202934902b1..0000000000000
Binary files a/blockchains/ethereum/assets/0x30e8da02f92252E2b9A40AF2973fEa18eCA4df87/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x30f271C9E86D2B7d00a6376Cd96A1cFBD5F0b9b3/info.json b/blockchains/ethereum/assets/0x30f271C9E86D2B7d00a6376Cd96A1cFBD5F0b9b3/info.json
deleted file mode 100644
index 0a960bbb7b9dd..0000000000000
--- a/blockchains/ethereum/assets/0x30f271C9E86D2B7d00a6376Cd96A1cFBD5F0b9b3/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Decentr",
- "website": "https://decentr.net",
- "description": "Decentr is a publicly accessible, open-source blockchain protocol that targets the consumer crypto loans market, securing user data, and returning data value to the user.",
- "explorer": "https://etherscan.io/token/0x30f271C9E86D2B7d00a6376Cd96A1cFBD5F0b9b3",
- "type": "ERC20",
- "symbol": "DEC",
- "decimals": 18,
- "status": "active",
- "id": "0x30f271C9E86D2B7d00a6376Cd96A1cFBD5F0b9b3",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/decentr"
- },
- {
- "name": "telegram",
- "url": "https://t.me/DecentrNet"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@DecentrNet"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x30f271C9E86D2B7d00a6376Cd96A1cFBD5F0b9b3/logo.png b/blockchains/ethereum/assets/0x30f271C9E86D2B7d00a6376Cd96A1cFBD5F0b9b3/logo.png
deleted file mode 100644
index 6b733b415b3e6..0000000000000
Binary files a/blockchains/ethereum/assets/0x30f271C9E86D2B7d00a6376Cd96A1cFBD5F0b9b3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x31024A4C3e9aEeb256B825790F5cb7ac645e7cD5/info.json b/blockchains/ethereum/assets/0x31024A4C3e9aEeb256B825790F5cb7ac645e7cD5/info.json
deleted file mode 100644
index 63462d2d3db67..0000000000000
--- a/blockchains/ethereum/assets/0x31024A4C3e9aEeb256B825790F5cb7ac645e7cD5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XIOT",
- "website": "https://xiotri.io",
- "description": "XIOT is the main token of the Xiotri platform, giving fair yields to everyone.",
- "explorer": "https://etherscan.io/token/0x31024A4C3e9aEeb256B825790F5cb7ac645e7cD5",
- "type": "ERC20",
- "symbol": "XIOT",
- "decimals": 3,
- "status": "active",
- "id": "0x31024A4C3e9aEeb256B825790F5cb7ac645e7cD5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x31024A4C3e9aEeb256B825790F5cb7ac645e7cD5/logo.png b/blockchains/ethereum/assets/0x31024A4C3e9aEeb256B825790F5cb7ac645e7cD5/logo.png
deleted file mode 100644
index 122f3aa8e1449..0000000000000
Binary files a/blockchains/ethereum/assets/0x31024A4C3e9aEeb256B825790F5cb7ac645e7cD5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x310828368F4787c09c46E0b8973cA4a79B666b63/info.json b/blockchains/ethereum/assets/0x310828368F4787c09c46E0b8973cA4a79B666b63/info.json
deleted file mode 100644
index 2c1167fb30be6..0000000000000
--- a/blockchains/ethereum/assets/0x310828368F4787c09c46E0b8973cA4a79B666b63/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LIST (LISC.WORLD)",
- "symbol": "LIST v1.3",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x310828368F4787c09c46E0b8973cA4a79B666b63",
- "status": "abandoned",
- "id": "0x310828368F4787c09c46E0b8973cA4a79B666b63"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x310828368F4787c09c46E0b8973cA4a79B666b63/logo.png b/blockchains/ethereum/assets/0x310828368F4787c09c46E0b8973cA4a79B666b63/logo.png
deleted file mode 100644
index c699fd4dc13a2..0000000000000
Binary files a/blockchains/ethereum/assets/0x310828368F4787c09c46E0b8973cA4a79B666b63/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3109Af90eeDBeEbA9Df921a23dc6aC45188b4366/info.json b/blockchains/ethereum/assets/0x3109Af90eeDBeEbA9Df921a23dc6aC45188b4366/info.json
deleted file mode 100644
index 99b70969be230..0000000000000
--- a/blockchains/ethereum/assets/0x3109Af90eeDBeEbA9Df921a23dc6aC45188b4366/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Seed of wisdom",
- "symbol": "SOW",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3109Af90eeDBeEbA9Df921a23dc6aC45188b4366",
- "status": "abandoned",
- "id": "0x3109Af90eeDBeEbA9Df921a23dc6aC45188b4366"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3109Af90eeDBeEbA9Df921a23dc6aC45188b4366/logo.png b/blockchains/ethereum/assets/0x3109Af90eeDBeEbA9Df921a23dc6aC45188b4366/logo.png
deleted file mode 100644
index 546ed3ae56914..0000000000000
Binary files a/blockchains/ethereum/assets/0x3109Af90eeDBeEbA9Df921a23dc6aC45188b4366/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x310DA5e1E61cD9d6ECed092F085941089267E71E/info.json b/blockchains/ethereum/assets/0x310DA5e1E61cD9d6ECed092F085941089267E71E/info.json
deleted file mode 100644
index d2714dc31794e..0000000000000
--- a/blockchains/ethereum/assets/0x310DA5e1E61cD9d6ECed092F085941089267E71E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Money Token",
- "symbol": "MNT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://moneytoken.xyz/",
- "explorer": "https://etherscan.io/token/0x310DA5e1E61cD9d6ECed092F085941089267E71E",
- "status": "abandoned",
- "id": "0x310DA5e1E61cD9d6ECed092F085941089267E71E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x310DA5e1E61cD9d6ECed092F085941089267E71E/logo.png b/blockchains/ethereum/assets/0x310DA5e1E61cD9d6ECed092F085941089267E71E/logo.png
deleted file mode 100644
index fc975be740d6b..0000000000000
Binary files a/blockchains/ethereum/assets/0x310DA5e1E61cD9d6ECed092F085941089267E71E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x310c93dfc1C5E34CDF51678103f63C41762089CD/info.json b/blockchains/ethereum/assets/0x310c93dfc1C5E34CDF51678103f63C41762089CD/info.json
deleted file mode 100644
index 308be629eb7d2..0000000000000
--- a/blockchains/ethereum/assets/0x310c93dfc1C5E34CDF51678103f63C41762089CD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "1irst",
- "symbol": "FST",
- "type": "ERC20",
- "decimals": 6,
- "description": "1irstcoin describes itself as 'google for traders', The project claims that its bots are able to execute market orders with high performance and low fees.",
- "website": "https://1irstcoin.com",
- "explorer": "https://etherscan.io/token/0x310c93dfc1C5E34CDF51678103f63C41762089CD",
- "status": "active",
- "id": "0x310c93dfc1C5E34CDF51678103f63C41762089CD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x310c93dfc1C5E34CDF51678103f63C41762089CD/logo.png b/blockchains/ethereum/assets/0x310c93dfc1C5E34CDF51678103f63C41762089CD/logo.png
deleted file mode 100644
index f8891d575f860..0000000000000
Binary files a/blockchains/ethereum/assets/0x310c93dfc1C5E34CDF51678103f63C41762089CD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3123Ff80CbdFd35577628A41FF50598ceFc2D236/info.json b/blockchains/ethereum/assets/0x3123Ff80CbdFd35577628A41FF50598ceFc2D236/info.json
deleted file mode 100644
index b585f5783b44d..0000000000000
--- a/blockchains/ethereum/assets/0x3123Ff80CbdFd35577628A41FF50598ceFc2D236/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OMNIS-BIT",
- "symbol": "OMNIS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3123Ff80CbdFd35577628A41FF50598ceFc2D236",
- "status": "abandoned",
- "id": "0x3123Ff80CbdFd35577628A41FF50598ceFc2D236"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3123Ff80CbdFd35577628A41FF50598ceFc2D236/logo.png b/blockchains/ethereum/assets/0x3123Ff80CbdFd35577628A41FF50598ceFc2D236/logo.png
deleted file mode 100644
index 82b7d87d39df3..0000000000000
Binary files a/blockchains/ethereum/assets/0x3123Ff80CbdFd35577628A41FF50598ceFc2D236/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x31274db8b609Df99E5988ee527071643b5160Fc3/info.json b/blockchains/ethereum/assets/0x31274db8b609Df99E5988ee527071643b5160Fc3/info.json
deleted file mode 100644
index 64a8f51a61721..0000000000000
--- a/blockchains/ethereum/assets/0x31274db8b609Df99E5988ee527071643b5160Fc3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Business Credit Substitute",
- "symbol": "BCS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.bcachain.org/",
- "explorer": "https://etherscan.io/token/0x31274db8b609Df99E5988ee527071643b5160Fc3",
- "status": "abandoned",
- "id": "0x31274db8b609Df99E5988ee527071643b5160Fc3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x31274db8b609Df99E5988ee527071643b5160Fc3/logo.png b/blockchains/ethereum/assets/0x31274db8b609Df99E5988ee527071643b5160Fc3/logo.png
deleted file mode 100644
index cd5a40efe003a..0000000000000
Binary files a/blockchains/ethereum/assets/0x31274db8b609Df99E5988ee527071643b5160Fc3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3136eF851592aCf49CA4C825131E364170FA32b3/info.json b/blockchains/ethereum/assets/0x3136eF851592aCf49CA4C825131E364170FA32b3/info.json
deleted file mode 100644
index 570fde16a4006..0000000000000
--- a/blockchains/ethereum/assets/0x3136eF851592aCf49CA4C825131E364170FA32b3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoinFi",
- "symbol": "COFI",
- "type": "ERC20",
- "decimals": 18,
- "description": "CoinFi offers crowdsourced and professionally curated research, analysis, trading signals, trading algorithms, and market-moving news to give cryptocurrency traders the real-time market intelligence needed to gain an edge.",
- "website": "http://www.coinfi.com/",
- "explorer": "https://etherscan.io/token/0x3136eF851592aCf49CA4C825131E364170FA32b3",
- "status": "active",
- "id": "0x3136eF851592aCf49CA4C825131E364170FA32b3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3136eF851592aCf49CA4C825131E364170FA32b3/logo.png b/blockchains/ethereum/assets/0x3136eF851592aCf49CA4C825131E364170FA32b3/logo.png
deleted file mode 100644
index 07980228f02ca..0000000000000
Binary files a/blockchains/ethereum/assets/0x3136eF851592aCf49CA4C825131E364170FA32b3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x31371618e52a1dCD55Caa07f6E81628Bd4371585/info.json b/blockchains/ethereum/assets/0x31371618e52a1dCD55Caa07f6E81628Bd4371585/info.json
deleted file mode 100644
index a8a5e8a89ae8a..0000000000000
--- a/blockchains/ethereum/assets/0x31371618e52a1dCD55Caa07f6E81628Bd4371585/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ATBank",
- "website": "https://defi.atbankdigital.com",
- "description": "ATBANK DIGITAL under AT GROUP is the world's first bank to use digital banking service. With the motto: “In just a few minutes, with no need for branches or paperwork”, you absolutely do not need to go to the bank, or use any paper for your banking activities. Just open the ATBANK DIGITAL app and use it to complete transactions in just a few seconds. Anytime... Anywhere...",
- "explorer": "https://etherscan.io/token/0x31371618e52a1dCD55Caa07f6E81628Bd4371585",
- "type": "ERC20",
- "symbol": "ATB",
- "decimals": 18,
- "status": "active",
- "id": "0x31371618e52a1dCD55Caa07f6E81628Bd4371585"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x31371618e52a1dCD55Caa07f6E81628Bd4371585/logo.png b/blockchains/ethereum/assets/0x31371618e52a1dCD55Caa07f6E81628Bd4371585/logo.png
deleted file mode 100644
index 93af2fa08ca57..0000000000000
Binary files a/blockchains/ethereum/assets/0x31371618e52a1dCD55Caa07f6E81628Bd4371585/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3137619705b5fc22a3048989F983905e456b59Ab/info.json b/blockchains/ethereum/assets/0x3137619705b5fc22a3048989F983905e456b59Ab/info.json
deleted file mode 100644
index 443065cff1c8e..0000000000000
--- a/blockchains/ethereum/assets/0x3137619705b5fc22a3048989F983905e456b59Ab/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Everus",
- "symbol": "EVR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://everus.org/",
- "explorer": "https://etherscan.io/token/0x3137619705b5fc22a3048989F983905e456b59Ab",
- "status": "abandoned",
- "id": "0x3137619705b5fc22a3048989F983905e456b59Ab"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3137619705b5fc22a3048989F983905e456b59Ab/logo.png b/blockchains/ethereum/assets/0x3137619705b5fc22a3048989F983905e456b59Ab/logo.png
deleted file mode 100644
index 4e599fb26d151..0000000000000
Binary files a/blockchains/ethereum/assets/0x3137619705b5fc22a3048989F983905e456b59Ab/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x31414F9166291FC486965991264Ec00eB1f60603/info.json b/blockchains/ethereum/assets/0x31414F9166291FC486965991264Ec00eB1f60603/info.json
deleted file mode 100644
index a3374c276afeb..0000000000000
--- a/blockchains/ethereum/assets/0x31414F9166291FC486965991264Ec00eB1f60603/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "B2B Coin Token",
- "symbol": "B2BC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x31414F9166291FC486965991264Ec00eB1f60603",
- "status": "abandoned",
- "id": "0x31414F9166291FC486965991264Ec00eB1f60603"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x31414F9166291FC486965991264Ec00eB1f60603/logo.png b/blockchains/ethereum/assets/0x31414F9166291FC486965991264Ec00eB1f60603/logo.png
deleted file mode 100644
index da4e670a8cb8f..0000000000000
Binary files a/blockchains/ethereum/assets/0x31414F9166291FC486965991264Ec00eB1f60603/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3154da898943Fc7151bc77F16E43C0C47b5E452d/info.json b/blockchains/ethereum/assets/0x3154da898943Fc7151bc77F16E43C0C47b5E452d/info.json
deleted file mode 100644
index 5066635caf724..0000000000000
--- a/blockchains/ethereum/assets/0x3154da898943Fc7151bc77F16E43C0C47b5E452d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "STB Chain",
- "symbol": "STB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://soft2b.com/",
- "explorer": "https://etherscan.io/token/0x3154da898943Fc7151bc77F16E43C0C47b5E452d",
- "status": "spam",
- "id": "0x3154da898943Fc7151bc77F16E43C0C47b5E452d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3154da898943Fc7151bc77F16E43C0C47b5E452d/logo.png b/blockchains/ethereum/assets/0x3154da898943Fc7151bc77F16E43C0C47b5E452d/logo.png
deleted file mode 100644
index b497862138b9c..0000000000000
Binary files a/blockchains/ethereum/assets/0x3154da898943Fc7151bc77F16E43C0C47b5E452d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3155BA85D5F96b2d030a4966AF206230e46849cb/info.json b/blockchains/ethereum/assets/0x3155BA85D5F96b2d030a4966AF206230e46849cb/info.json
deleted file mode 100644
index 738e01958d58a..0000000000000
--- a/blockchains/ethereum/assets/0x3155BA85D5F96b2d030a4966AF206230e46849cb/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "THORChain ETH.RUNE",
- "website": "https://thorchain.org",
- "description": "THORChain describes itself as a decentralized liquidity network that allows users to swap assets instantly at manipulation-resistant market prices.",
- "explorer": "https://etherscan.io/token/0x3155ba85d5f96b2d030a4966af206230e46849cb",
- "research": "https://research.binance.com/en/projects/thorchain",
- "type": "ERC20",
- "symbol": "RUNE",
- "decimals": 18,
- "status": "active",
- "id": "0x3155BA85D5F96b2d030a4966AF206230e46849cb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3155BA85D5F96b2d030a4966AF206230e46849cb/logo.png b/blockchains/ethereum/assets/0x3155BA85D5F96b2d030a4966AF206230e46849cb/logo.png
deleted file mode 100644
index 85f78ff690121..0000000000000
Binary files a/blockchains/ethereum/assets/0x3155BA85D5F96b2d030a4966AF206230e46849cb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3166C570935a7D8554c8f4eA792ff965D2EFe1f2/info.json b/blockchains/ethereum/assets/0x3166C570935a7D8554c8f4eA792ff965D2EFe1f2/info.json
deleted file mode 100644
index d16136d3e992e..0000000000000
--- a/blockchains/ethereum/assets/0x3166C570935a7D8554c8f4eA792ff965D2EFe1f2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Q DAO Governance token v1.0",
- "symbol": "QDAO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://qdefi.io/en",
- "explorer": "https://etherscan.io/token/0x3166C570935a7D8554c8f4eA792ff965D2EFe1f2",
- "status": "active",
- "id": "0x3166C570935a7D8554c8f4eA792ff965D2EFe1f2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3166C570935a7D8554c8f4eA792ff965D2EFe1f2/logo.png b/blockchains/ethereum/assets/0x3166C570935a7D8554c8f4eA792ff965D2EFe1f2/logo.png
deleted file mode 100644
index e8030ee9aae0e..0000000000000
Binary files a/blockchains/ethereum/assets/0x3166C570935a7D8554c8f4eA792ff965D2EFe1f2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x317C54cc1ff18a0E275cDD8B8b75a657aD9063d1/info.json b/blockchains/ethereum/assets/0x317C54cc1ff18a0E275cDD8B8b75a657aD9063d1/info.json
deleted file mode 100644
index 806f909b95ce1..0000000000000
--- a/blockchains/ethereum/assets/0x317C54cc1ff18a0E275cDD8B8b75a657aD9063d1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "aibi token",
- "symbol": "IBL",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x317C54cc1ff18a0E275cDD8B8b75a657aD9063d1",
- "status": "abandoned",
- "id": "0x317C54cc1ff18a0E275cDD8B8b75a657aD9063d1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x317C54cc1ff18a0E275cDD8B8b75a657aD9063d1/logo.png b/blockchains/ethereum/assets/0x317C54cc1ff18a0E275cDD8B8b75a657aD9063d1/logo.png
deleted file mode 100644
index 27ee312a98da9..0000000000000
Binary files a/blockchains/ethereum/assets/0x317C54cc1ff18a0E275cDD8B8b75a657aD9063d1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x31910AFF5545784755970aE1fBE7fE65d5F0eEa2/info.json b/blockchains/ethereum/assets/0x31910AFF5545784755970aE1fBE7fE65d5F0eEa2/info.json
deleted file mode 100644
index b717ace80a591..0000000000000
--- a/blockchains/ethereum/assets/0x31910AFF5545784755970aE1fBE7fE65d5F0eEa2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CreatorPAL",
- "symbol": "CPAL",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x31910AFF5545784755970aE1fBE7fE65d5F0eEa2",
- "status": "abandoned",
- "id": "0x31910AFF5545784755970aE1fBE7fE65d5F0eEa2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x31910AFF5545784755970aE1fBE7fE65d5F0eEa2/logo.png b/blockchains/ethereum/assets/0x31910AFF5545784755970aE1fBE7fE65d5F0eEa2/logo.png
deleted file mode 100644
index 5087e64a400b6..0000000000000
Binary files a/blockchains/ethereum/assets/0x31910AFF5545784755970aE1fBE7fE65d5F0eEa2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x319bEb7dD4b5138BD0aBAd687d5Ca577e9f72B13/info.json b/blockchains/ethereum/assets/0x319bEb7dD4b5138BD0aBAd687d5Ca577e9f72B13/info.json
deleted file mode 100644
index 7ad2247901f96..0000000000000
--- a/blockchains/ethereum/assets/0x319bEb7dD4b5138BD0aBAd687d5Ca577e9f72B13/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HIPHOP",
- "symbol": "HOP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x319bEb7dD4b5138BD0aBAd687d5Ca577e9f72B13",
- "status": "abandoned",
- "id": "0x319bEb7dD4b5138BD0aBAd687d5Ca577e9f72B13"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x319bEb7dD4b5138BD0aBAd687d5Ca577e9f72B13/logo.png b/blockchains/ethereum/assets/0x319bEb7dD4b5138BD0aBAd687d5Ca577e9f72B13/logo.png
deleted file mode 100755
index 66ce7d889cb2a..0000000000000
Binary files a/blockchains/ethereum/assets/0x319bEb7dD4b5138BD0aBAd687d5Ca577e9f72B13/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x31A2bcf633d16dEE21e3377C8e62070Ef553b051/info.json b/blockchains/ethereum/assets/0x31A2bcf633d16dEE21e3377C8e62070Ef553b051/info.json
deleted file mode 100644
index 9ee581efc0fc3..0000000000000
--- a/blockchains/ethereum/assets/0x31A2bcf633d16dEE21e3377C8e62070Ef553b051/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MNET Token",
- "symbol": "MNET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x31A2bcf633d16dEE21e3377C8e62070Ef553b051",
- "status": "abandoned",
- "id": "0x31A2bcf633d16dEE21e3377C8e62070Ef553b051"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x31A2bcf633d16dEE21e3377C8e62070Ef553b051/logo.png b/blockchains/ethereum/assets/0x31A2bcf633d16dEE21e3377C8e62070Ef553b051/logo.png
deleted file mode 100644
index 0a82135f5c3db..0000000000000
Binary files a/blockchains/ethereum/assets/0x31A2bcf633d16dEE21e3377C8e62070Ef553b051/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x31B566a89CEF7962aA647ae6766Ea8Fb1DD6cCDb/info.json b/blockchains/ethereum/assets/0x31B566a89CEF7962aA647ae6766Ea8Fb1DD6cCDb/info.json
deleted file mode 100644
index f831b9ccea517..0000000000000
--- a/blockchains/ethereum/assets/0x31B566a89CEF7962aA647ae6766Ea8Fb1DD6cCDb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitBancoCoin",
- "symbol": "BBC",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x31B566a89CEF7962aA647ae6766Ea8Fb1DD6cCDb",
- "status": "abandoned",
- "id": "0x31B566a89CEF7962aA647ae6766Ea8Fb1DD6cCDb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x31B566a89CEF7962aA647ae6766Ea8Fb1DD6cCDb/logo.png b/blockchains/ethereum/assets/0x31B566a89CEF7962aA647ae6766Ea8Fb1DD6cCDb/logo.png
deleted file mode 100644
index d8ded2d8a03c7..0000000000000
Binary files a/blockchains/ethereum/assets/0x31B566a89CEF7962aA647ae6766Ea8Fb1DD6cCDb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x31b93656DC5c3e3dec636F586353566eCda658ab/info.json b/blockchains/ethereum/assets/0x31b93656DC5c3e3dec636F586353566eCda658ab/info.json
deleted file mode 100644
index 8e11dc920fa0a..0000000000000
--- a/blockchains/ethereum/assets/0x31b93656DC5c3e3dec636F586353566eCda658ab/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R891452",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x31b93656DC5c3e3dec636F586353566eCda658ab",
- "status": "spam",
- "id": "0x31b93656DC5c3e3dec636F586353566eCda658ab"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x31b93656DC5c3e3dec636F586353566eCda658ab/logo.png b/blockchains/ethereum/assets/0x31b93656DC5c3e3dec636F586353566eCda658ab/logo.png
deleted file mode 100644
index 1a7f1436d6874..0000000000000
Binary files a/blockchains/ethereum/assets/0x31b93656DC5c3e3dec636F586353566eCda658ab/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x31c63146a635EB7465e5853020b39713AC356991/info.json b/blockchains/ethereum/assets/0x31c63146a635EB7465e5853020b39713AC356991/info.json
deleted file mode 100644
index eb70287fe896a..0000000000000
--- a/blockchains/ethereum/assets/0x31c63146a635EB7465e5853020b39713AC356991/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "mUSO Token",
- "website": "https://mirror.finance",
- "description": "Wrapped Mirror USO Token.",
- "explorer": "https://etherscan.io/token/0x31c63146a635EB7465e5853020b39713AC356991",
- "type": "ERC20",
- "symbol": "mUSO",
- "decimals": 18,
- "status": "active",
- "id": "0x31c63146a635EB7465e5853020b39713AC356991",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MirrorProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mirror_protocol"
- },
- {
- "name": "discord",
- "url": "https://discord.com/MirrorProtocol"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@mirror-protocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x31c63146a635EB7465e5853020b39713AC356991/logo.png b/blockchains/ethereum/assets/0x31c63146a635EB7465e5853020b39713AC356991/logo.png
deleted file mode 100644
index 65dafdaaac668..0000000000000
Binary files a/blockchains/ethereum/assets/0x31c63146a635EB7465e5853020b39713AC356991/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x31c8EAcBFFdD875c74b94b077895Bd78CF1E64A3/info.json b/blockchains/ethereum/assets/0x31c8EAcBFFdD875c74b94b077895Bd78CF1E64A3/info.json
deleted file mode 100644
index ea51a41603022..0000000000000
--- a/blockchains/ethereum/assets/0x31c8EAcBFFdD875c74b94b077895Bd78CF1E64A3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Radicle",
- "symbol": "RAD",
- "type": "ERC20",
- "decimals": 18,
- "description": "Radicle Token",
- "website": "https://radicle.xyz",
- "explorer": "https://etherscan.io/token/0x31c8eacbffdd875c74b94b077895bd78cf1e64a3",
- "status": "active",
- "id": "0x31c8EAcBFFdD875c74b94b077895Bd78CF1E64A3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x31c8EAcBFFdD875c74b94b077895Bd78CF1E64A3/logo.png b/blockchains/ethereum/assets/0x31c8EAcBFFdD875c74b94b077895Bd78CF1E64A3/logo.png
deleted file mode 100644
index 4e2521194bb75..0000000000000
Binary files a/blockchains/ethereum/assets/0x31c8EAcBFFdD875c74b94b077895Bd78CF1E64A3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x31f3D9D1BeCE0c033fF78fA6DA60a6048F3E13c5/info.json b/blockchains/ethereum/assets/0x31f3D9D1BeCE0c033fF78fA6DA60a6048F3E13c5/info.json
deleted file mode 100644
index 3370e59ab8cd4..0000000000000
--- a/blockchains/ethereum/assets/0x31f3D9D1BeCE0c033fF78fA6DA60a6048F3E13c5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EBCoin",
- "symbol": "EBC",
- "type": "ERC20",
- "decimals": 18,
- "description": "EBCoin (EBC) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.ebcoin.io/",
- "explorer": "https://etherscan.io/token/0x31f3D9D1BeCE0c033fF78fA6DA60a6048F3E13c5",
- "status": "active",
- "id": "0x31f3D9D1BeCE0c033fF78fA6DA60a6048F3E13c5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x31f3D9D1BeCE0c033fF78fA6DA60a6048F3E13c5/logo.png b/blockchains/ethereum/assets/0x31f3D9D1BeCE0c033fF78fA6DA60a6048F3E13c5/logo.png
deleted file mode 100644
index 15a6cb395e465..0000000000000
Binary files a/blockchains/ethereum/assets/0x31f3D9D1BeCE0c033fF78fA6DA60a6048F3E13c5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3204c3630C75753723e2fCb4d161fB0De8ba5523/info.json b/blockchains/ethereum/assets/0x3204c3630C75753723e2fCb4d161fB0De8ba5523/info.json
deleted file mode 100644
index bcd31ce88261a..0000000000000
--- a/blockchains/ethereum/assets/0x3204c3630C75753723e2fCb4d161fB0De8ba5523/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CREEnergy© Hydrocarbon Credit, UNDRIP. Economic Development, (replace CRS).",
- "type": "ERC20",
- "symbol": "CREE",
- "decimals": 1,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0x3204c3630c75753723e2fcb4d161fb0de8ba5523",
- "status": "active",
- "id": "0x3204c3630C75753723e2fCb4d161fB0De8ba5523"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3204c3630C75753723e2fCb4d161fB0De8ba5523/logo.png b/blockchains/ethereum/assets/0x3204c3630C75753723e2fCb4d161fB0De8ba5523/logo.png
deleted file mode 100644
index aaa6c096c8600..0000000000000
Binary files a/blockchains/ethereum/assets/0x3204c3630C75753723e2fCb4d161fB0De8ba5523/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3205Df88cF95B5A702F2b6a1CC10e2075f54387c/info.json b/blockchains/ethereum/assets/0x3205Df88cF95B5A702F2b6a1CC10e2075f54387c/info.json
deleted file mode 100644
index 3d23c21d36258..0000000000000
--- a/blockchains/ethereum/assets/0x3205Df88cF95B5A702F2b6a1CC10e2075f54387c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BOMBX",
- "symbol": "XIO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3205Df88cF95B5A702F2b6a1CC10e2075f54387c",
- "status": "abandoned",
- "id": "0x3205Df88cF95B5A702F2b6a1CC10e2075f54387c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3205Df88cF95B5A702F2b6a1CC10e2075f54387c/logo.png b/blockchains/ethereum/assets/0x3205Df88cF95B5A702F2b6a1CC10e2075f54387c/logo.png
deleted file mode 100644
index 0130d9df98248..0000000000000
Binary files a/blockchains/ethereum/assets/0x3205Df88cF95B5A702F2b6a1CC10e2075f54387c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x320623b8E4fF03373931769A31Fc52A4E78B5d70/info.json b/blockchains/ethereum/assets/0x320623b8E4fF03373931769A31Fc52A4E78B5d70/info.json
deleted file mode 100644
index 94c82b0133740..0000000000000
--- a/blockchains/ethereum/assets/0x320623b8E4fF03373931769A31Fc52A4E78B5d70/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Reserve Rights",
- "type": "ERC20",
- "symbol": "RSR",
- "decimals": 18,
- "website": "https://reserve.org",
- "description": "The Reserve team's goal is to make the most accessible, economically strongest, and most robust-to-attack currency.",
- "explorer": "https://etherscan.io/token/0x320623b8E4fF03373931769A31Fc52A4E78B5d70",
- "status": "active",
- "id": "0x320623b8E4fF03373931769A31Fc52A4E78B5d70",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/reserveprotocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/reservecurrency"
- },
- {
- "name": "github",
- "url": "https://github.com/reserve-protocol/rsr-mainnet"
- },
- {
- "name": "blog",
- "url": "https://medium.com/reserve-currency"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/reserve-rights-token/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x320623b8E4fF03373931769A31Fc52A4E78B5d70/logo.png b/blockchains/ethereum/assets/0x320623b8E4fF03373931769A31Fc52A4E78B5d70/logo.png
deleted file mode 100644
index 99fd39a49469e..0000000000000
Binary files a/blockchains/ethereum/assets/0x320623b8E4fF03373931769A31Fc52A4E78B5d70/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3209f98BeBF0149B769ce26D71F7aEA8E435EfEa/info.json b/blockchains/ethereum/assets/0x3209f98BeBF0149B769ce26D71F7aEA8E435EfEa/info.json
deleted file mode 100644
index 49c4a350bcff6..0000000000000
--- a/blockchains/ethereum/assets/0x3209f98BeBF0149B769ce26D71F7aEA8E435EfEa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Traxia Membership Token",
- "symbol": "TMT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.traxia.co/",
- "explorer": "https://etherscan.io/token/0x3209f98BeBF0149B769ce26D71F7aEA8E435EfEa",
- "status": "abandoned",
- "id": "0x3209f98BeBF0149B769ce26D71F7aEA8E435EfEa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3209f98BeBF0149B769ce26D71F7aEA8E435EfEa/logo.png b/blockchains/ethereum/assets/0x3209f98BeBF0149B769ce26D71F7aEA8E435EfEa/logo.png
deleted file mode 100755
index b7bc87acdd33c..0000000000000
Binary files a/blockchains/ethereum/assets/0x3209f98BeBF0149B769ce26D71F7aEA8E435EfEa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3212b29E33587A00FB1C83346f5dBFA69A458923/info.json b/blockchains/ethereum/assets/0x3212b29E33587A00FB1C83346f5dBFA69A458923/info.json
deleted file mode 100644
index 1597d37853663..0000000000000
--- a/blockchains/ethereum/assets/0x3212b29E33587A00FB1C83346f5dBFA69A458923/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "The Tokenized Bitcoin",
- "symbol": "imBTC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://tokenlon.im/imBTC",
- "explorer": "https://etherscan.io/token/0x3212b29E33587A00FB1C83346f5dBFA69A458923",
- "status": "abandoned",
- "id": "0x3212b29E33587A00FB1C83346f5dBFA69A458923"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3212b29E33587A00FB1C83346f5dBFA69A458923/logo.png b/blockchains/ethereum/assets/0x3212b29E33587A00FB1C83346f5dBFA69A458923/logo.png
deleted file mode 100644
index 13dde25b35739..0000000000000
Binary files a/blockchains/ethereum/assets/0x3212b29E33587A00FB1C83346f5dBFA69A458923/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x321C2fE4446C7c963dc41Dd58879AF648838f98D/info.json b/blockchains/ethereum/assets/0x321C2fE4446C7c963dc41Dd58879AF648838f98D/info.json
deleted file mode 100644
index 5d310ae368f5c..0000000000000
--- a/blockchains/ethereum/assets/0x321C2fE4446C7c963dc41Dd58879AF648838f98D/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Cryptex Finance",
- "symbol": "CTX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x321C2fE4446C7c963dc41Dd58879AF648838f98D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x321C2fE4446C7c963dc41Dd58879AF648838f98D/logo.png b/blockchains/ethereum/assets/0x321C2fE4446C7c963dc41Dd58879AF648838f98D/logo.png
deleted file mode 100644
index c65675c5e93b7..0000000000000
Binary files a/blockchains/ethereum/assets/0x321C2fE4446C7c963dc41Dd58879AF648838f98D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x322124122DF407b0d0D902cB713B3714FB2e2E1F/info.json b/blockchains/ethereum/assets/0x322124122DF407b0d0D902cB713B3714FB2e2E1F/info.json
deleted file mode 100644
index bda9fdc2eeed8..0000000000000
--- a/blockchains/ethereum/assets/0x322124122DF407b0d0D902cB713B3714FB2e2E1F/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "Soft Yearn Finance",
- "website": "https://syfi.finance/",
- "description": "Soft Yearn is a unique cryptocurrency that is soft-pegged to Yearn Finance with adaptive properties taken from Ampleforth.",
- "explorer": "https://etherscan.io/token/0x322124122DF407b0d0D902cB713B3714FB2e2E1F",
- "research": "",
- "type": "ERC20",
- "symbol": "SYFI",
- "decimals": 9,
- "status": "active",
- "id": "0x322124122DF407b0d0D902cB713B3714FB2e2E1F",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://pdfhost.io/v/QPYmJTXdC_SOFT_YEARNpdf.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x322124122DF407b0d0D902cB713B3714FB2e2E1F/logo.png b/blockchains/ethereum/assets/0x322124122DF407b0d0D902cB713B3714FB2e2E1F/logo.png
deleted file mode 100644
index 2a794268acde7..0000000000000
Binary files a/blockchains/ethereum/assets/0x322124122DF407b0d0D902cB713B3714FB2e2E1F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3228f105DaC87e773aFAdBA7639cd1AA43513b61/info.json b/blockchains/ethereum/assets/0x3228f105DaC87e773aFAdBA7639cd1AA43513b61/info.json
deleted file mode 100644
index d6e9a9a7efa22..0000000000000
--- a/blockchains/ethereum/assets/0x3228f105DaC87e773aFAdBA7639cd1AA43513b61/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg7000",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3228f105DaC87e773aFAdBA7639cd1AA43513b61",
- "status": "abandoned",
- "id": "0x3228f105DaC87e773aFAdBA7639cd1AA43513b61"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3228f105DaC87e773aFAdBA7639cd1AA43513b61/logo.png b/blockchains/ethereum/assets/0x3228f105DaC87e773aFAdBA7639cd1AA43513b61/logo.png
deleted file mode 100644
index 6b714f0da5a05..0000000000000
Binary files a/blockchains/ethereum/assets/0x3228f105DaC87e773aFAdBA7639cd1AA43513b61/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x322f4f6a48329690957a3BCBd1301516C2B83c1F/info.json b/blockchains/ethereum/assets/0x322f4f6a48329690957a3BCBd1301516C2B83c1F/info.json
deleted file mode 100644
index 5f710ccbd1ece..0000000000000
--- a/blockchains/ethereum/assets/0x322f4f6a48329690957a3BCBd1301516C2B83c1F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MesChain",
- "symbol": "MES",
- "type": "ERC20",
- "decimals": 8,
- "description": "Mesh Chain (MESH) предоставляется компанией Genesis Crypto Technology.",
- "website": "https://meschain.io",
- "explorer": "https://etherscan.io/token/0x322f4f6a48329690957a3BCBd1301516C2B83c1F",
- "status": "active",
- "id": "0x322f4f6a48329690957a3BCBd1301516C2B83c1F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x322f4f6a48329690957a3BCBd1301516C2B83c1F/logo.png b/blockchains/ethereum/assets/0x322f4f6a48329690957a3BCBd1301516C2B83c1F/logo.png
deleted file mode 100644
index fc6870d0c9eb8..0000000000000
Binary files a/blockchains/ethereum/assets/0x322f4f6a48329690957a3BCBd1301516C2B83c1F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x32353A6C91143bfd6C7d363B546e62a9A2489A20/info.json b/blockchains/ethereum/assets/0x32353A6C91143bfd6C7d363B546e62a9A2489A20/info.json
deleted file mode 100644
index 415c551ba5294..0000000000000
--- a/blockchains/ethereum/assets/0x32353A6C91143bfd6C7d363B546e62a9A2489A20/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Adventure Gold",
- "symbol": "AGLD",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x32353A6C91143bfd6C7d363B546e62a9A2489A20"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x32353A6C91143bfd6C7d363B546e62a9A2489A20/logo.png b/blockchains/ethereum/assets/0x32353A6C91143bfd6C7d363B546e62a9A2489A20/logo.png
deleted file mode 100644
index 85599e3cf8a93..0000000000000
Binary files a/blockchains/ethereum/assets/0x32353A6C91143bfd6C7d363B546e62a9A2489A20/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x324230Bf92C3605C0601764E4e1d8761b76f8907/info.json b/blockchains/ethereum/assets/0x324230Bf92C3605C0601764E4e1d8761b76f8907/info.json
deleted file mode 100644
index e5c5ff735fc8e..0000000000000
--- a/blockchains/ethereum/assets/0x324230Bf92C3605C0601764E4e1d8761b76f8907/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OTChain",
- "symbol": "OTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x324230Bf92C3605C0601764E4e1d8761b76f8907",
- "status": "abandoned",
- "id": "0x324230Bf92C3605C0601764E4e1d8761b76f8907"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x324230Bf92C3605C0601764E4e1d8761b76f8907/logo.png b/blockchains/ethereum/assets/0x324230Bf92C3605C0601764E4e1d8761b76f8907/logo.png
deleted file mode 100644
index 0321d34c15ed8..0000000000000
Binary files a/blockchains/ethereum/assets/0x324230Bf92C3605C0601764E4e1d8761b76f8907/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x327682779bAB2BF4d1337e8974ab9dE8275A7Ca8/info.json b/blockchains/ethereum/assets/0x327682779bAB2BF4d1337e8974ab9dE8275A7Ca8/info.json
deleted file mode 100644
index 7e9a60d9d6ff8..0000000000000
--- a/blockchains/ethereum/assets/0x327682779bAB2BF4d1337e8974ab9dE8275A7Ca8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blockport Token",
- "symbol": "BPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Social crypto exchange based on a hybrid-decentralized architecture.",
- "website": "https://getbux.com/bux-crypto",
- "explorer": "https://etherscan.io/token/0x327682779bAB2BF4d1337e8974ab9dE8275A7Ca8",
- "status": "active",
- "id": "0x327682779bAB2BF4d1337e8974ab9dE8275A7Ca8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x327682779bAB2BF4d1337e8974ab9dE8275A7Ca8/logo.png b/blockchains/ethereum/assets/0x327682779bAB2BF4d1337e8974ab9dE8275A7Ca8/logo.png
deleted file mode 100755
index 5dbdb863f24dc..0000000000000
Binary files a/blockchains/ethereum/assets/0x327682779bAB2BF4d1337e8974ab9dE8275A7Ca8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3277dd536471a3cBEB0c9486aCad494C95A31E73/info.json b/blockchains/ethereum/assets/0x3277dd536471a3cBEB0c9486aCad494C95A31E73/info.json
deleted file mode 100644
index 37ff7bf9818d8..0000000000000
--- a/blockchains/ethereum/assets/0x3277dd536471a3cBEB0c9486aCad494C95A31E73/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coinhe Token",
- "symbol": "CHT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://token.coinhe.io/",
- "explorer": "https://etherscan.io/token/0x3277dd536471a3cBEB0c9486aCad494C95A31E73",
- "status": "abandoned",
- "id": "0x3277dd536471a3cBEB0c9486aCad494C95A31E73"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3277dd536471a3cBEB0c9486aCad494C95A31E73/logo.png b/blockchains/ethereum/assets/0x3277dd536471a3cBEB0c9486aCad494C95A31E73/logo.png
deleted file mode 100644
index 699f143075138..0000000000000
Binary files a/blockchains/ethereum/assets/0x3277dd536471a3cBEB0c9486aCad494C95A31E73/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x328C4c80BC7aCa0834Db37e6600A6c49E12Da4DE/info.json b/blockchains/ethereum/assets/0x328C4c80BC7aCa0834Db37e6600A6c49E12Da4DE/info.json
deleted file mode 100644
index 49e191e388736..0000000000000
--- a/blockchains/ethereum/assets/0x328C4c80BC7aCa0834Db37e6600A6c49E12Da4DE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave SNX V1",
- "symbol": "aSNX V1",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave SNX V1 is an interest bearing token pegged 1:1 to the underlying SNX deposited in Aave V1. aSNX V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x328C4c80BC7aCa0834Db37e6600A6c49E12Da4DE",
- "status": "abandoned",
- "id": "0x328C4c80BC7aCa0834Db37e6600A6c49E12Da4DE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x328C4c80BC7aCa0834Db37e6600A6c49E12Da4DE/logo.png b/blockchains/ethereum/assets/0x328C4c80BC7aCa0834Db37e6600A6c49E12Da4DE/logo.png
deleted file mode 100644
index 229051c791dc7..0000000000000
Binary files a/blockchains/ethereum/assets/0x328C4c80BC7aCa0834Db37e6600A6c49E12Da4DE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x328d97FC7d4d0ab304c6f7d636Cc59765197e7cB/info.json b/blockchains/ethereum/assets/0x328d97FC7d4d0ab304c6f7d636Cc59765197e7cB/info.json
deleted file mode 100644
index 5fc38eabfa6dd..0000000000000
--- a/blockchains/ethereum/assets/0x328d97FC7d4d0ab304c6f7d636Cc59765197e7cB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Manufacturing block chain alliance development platform",
- "symbol": "MCAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x328d97FC7d4d0ab304c6f7d636Cc59765197e7cB",
- "status": "abandoned",
- "id": "0x328d97FC7d4d0ab304c6f7d636Cc59765197e7cB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x328d97FC7d4d0ab304c6f7d636Cc59765197e7cB/logo.png b/blockchains/ethereum/assets/0x328d97FC7d4d0ab304c6f7d636Cc59765197e7cB/logo.png
deleted file mode 100644
index f85bf89f023f7..0000000000000
Binary files a/blockchains/ethereum/assets/0x328d97FC7d4d0ab304c6f7d636Cc59765197e7cB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3293Cc907fdE439B39aEdaF1B982785adaFf186b/info.json b/blockchains/ethereum/assets/0x3293Cc907fdE439B39aEdaF1B982785adaFf186b/info.json
deleted file mode 100644
index db73ed11554a8..0000000000000
--- a/blockchains/ethereum/assets/0x3293Cc907fdE439B39aEdaF1B982785adaFf186b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TriaToken",
- "symbol": "TRIA",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "https://triaconta.com/",
- "explorer": "https://etherscan.io/token/0x3293Cc907fdE439B39aEdaF1B982785adaFf186b",
- "status": "abandoned",
- "id": "0x3293Cc907fdE439B39aEdaF1B982785adaFf186b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3293Cc907fdE439B39aEdaF1B982785adaFf186b/logo.png b/blockchains/ethereum/assets/0x3293Cc907fdE439B39aEdaF1B982785adaFf186b/logo.png
deleted file mode 100644
index 7da853553690f..0000000000000
Binary files a/blockchains/ethereum/assets/0x3293Cc907fdE439B39aEdaF1B982785adaFf186b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x32A087D5fdF8c84eC32554c56727a7C81124544E/info.json b/blockchains/ethereum/assets/0x32A087D5fdF8c84eC32554c56727a7C81124544E/info.json
deleted file mode 100644
index 92dfbcc6ff099..0000000000000
--- a/blockchains/ethereum/assets/0x32A087D5fdF8c84eC32554c56727a7C81124544E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Movement DAO Token",
- "symbol": "MDT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x32A087D5fdF8c84eC32554c56727a7C81124544E",
- "status": "abandoned",
- "id": "0x32A087D5fdF8c84eC32554c56727a7C81124544E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x32A087D5fdF8c84eC32554c56727a7C81124544E/logo.png b/blockchains/ethereum/assets/0x32A087D5fdF8c84eC32554c56727a7C81124544E/logo.png
deleted file mode 100644
index 19f34deae5b99..0000000000000
Binary files a/blockchains/ethereum/assets/0x32A087D5fdF8c84eC32554c56727a7C81124544E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x32B7A3018E4B832dEa848786348164667EC030f3/info.json b/blockchains/ethereum/assets/0x32B7A3018E4B832dEa848786348164667EC030f3/info.json
deleted file mode 100644
index 458c1ef0e77d5..0000000000000
--- a/blockchains/ethereum/assets/0x32B7A3018E4B832dEa848786348164667EC030f3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Molecule",
- "symbol": "MOL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x32B7A3018E4B832dEa848786348164667EC030f3",
- "status": "abandoned",
- "id": "0x32B7A3018E4B832dEa848786348164667EC030f3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x32B7A3018E4B832dEa848786348164667EC030f3/logo.png b/blockchains/ethereum/assets/0x32B7A3018E4B832dEa848786348164667EC030f3/logo.png
deleted file mode 100644
index 5a13f43118f28..0000000000000
Binary files a/blockchains/ethereum/assets/0x32B7A3018E4B832dEa848786348164667EC030f3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x32C4ADB9cF57f972bc375129de91C897b4F364F1/info.json b/blockchains/ethereum/assets/0x32C4ADB9cF57f972bc375129de91C897b4F364F1/info.json
deleted file mode 100644
index dde7560ab9259..0000000000000
--- a/blockchains/ethereum/assets/0x32C4ADB9cF57f972bc375129de91C897b4F364F1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Flowchain",
- "symbol": "FLC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://flowchain.co/",
- "explorer": "https://etherscan.io/token/0x32C4ADB9cF57f972bc375129de91C897b4F364F1",
- "status": "abandoned",
- "id": "0x32C4ADB9cF57f972bc375129de91C897b4F364F1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x32C4ADB9cF57f972bc375129de91C897b4F364F1/logo.png b/blockchains/ethereum/assets/0x32C4ADB9cF57f972bc375129de91C897b4F364F1/logo.png
deleted file mode 100644
index 3902cc58d17c0..0000000000000
Binary files a/blockchains/ethereum/assets/0x32C4ADB9cF57f972bc375129de91C897b4F364F1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x32F3b8A00B6912D0314be212fe9538B7B9430c12/info.json b/blockchains/ethereum/assets/0x32F3b8A00B6912D0314be212fe9538B7B9430c12/info.json
deleted file mode 100644
index 74eafece73978..0000000000000
--- a/blockchains/ethereum/assets/0x32F3b8A00B6912D0314be212fe9538B7B9430c12/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SiriusX",
- "symbol": "SRX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x32F3b8A00B6912D0314be212fe9538B7B9430c12",
- "status": "abandoned",
- "id": "0x32F3b8A00B6912D0314be212fe9538B7B9430c12"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x32F3b8A00B6912D0314be212fe9538B7B9430c12/logo.png b/blockchains/ethereum/assets/0x32F3b8A00B6912D0314be212fe9538B7B9430c12/logo.png
deleted file mode 100644
index b2a35665f66c0..0000000000000
Binary files a/blockchains/ethereum/assets/0x32F3b8A00B6912D0314be212fe9538B7B9430c12/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x32F3b9B5Bd6C76F41ee3B389573f340468666861/info.json b/blockchains/ethereum/assets/0x32F3b9B5Bd6C76F41ee3B389573f340468666861/info.json
deleted file mode 100644
index 7ab111bb6ac04..0000000000000
--- a/blockchains/ethereum/assets/0x32F3b9B5Bd6C76F41ee3B389573f340468666861/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "YFII SILVER",
- "website": "https://yfiigold.finance",
- "description": "YFII SILVER is the world's first and only YFI pludges elastic token supply defi-protocol.",
- "explorer": "https://etherscan.io/token/0x32f3b9b5bd6c76f41ee3b389573f340468666861",
- "research": "",
- "type": "ERC20",
- "symbol": "YFIIS",
- "decimals": 18,
- "status": "active",
- "id": "0x32F3b9B5Bd6C76F41ee3B389573f340468666861"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x32F3b9B5Bd6C76F41ee3B389573f340468666861/logo.png b/blockchains/ethereum/assets/0x32F3b9B5Bd6C76F41ee3B389573f340468666861/logo.png
deleted file mode 100644
index 404a836809a1d..0000000000000
Binary files a/blockchains/ethereum/assets/0x32F3b9B5Bd6C76F41ee3B389573f340468666861/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x32a7C02e79c4ea1008dD6564b35F131428673c41/info.json b/blockchains/ethereum/assets/0x32a7C02e79c4ea1008dD6564b35F131428673c41/info.json
deleted file mode 100644
index b6fea054ef83e..0000000000000
--- a/blockchains/ethereum/assets/0x32a7C02e79c4ea1008dD6564b35F131428673c41/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "CRUST",
- "website": "https://crust.network",
- "description": "CRUST provides a decentralized storage network of Web3 ecosystem. It supports multiple storage layer protocols such as IPFS, and exposes storage interfaces to application layer. Crust's technical stack is also capable of supporting a decentralized computing layer. It is designed to build a decentralized cloud ecosystem that values data privacy and ownership.",
- "explorer": "https://etherscan.io/token/0x32a7C02e79c4ea1008dD6564b35F131428673c41",
- "type": "ERC20",
- "symbol": "CRU",
- "decimals": 18,
- "status": "active",
- "id": "0x32a7C02e79c4ea1008dD6564b35F131428673c41",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/crustio/crust"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x32a7C02e79c4ea1008dD6564b35F131428673c41/logo.png b/blockchains/ethereum/assets/0x32a7C02e79c4ea1008dD6564b35F131428673c41/logo.png
deleted file mode 100644
index 16ff864b15452..0000000000000
Binary files a/blockchains/ethereum/assets/0x32a7C02e79c4ea1008dD6564b35F131428673c41/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x32d33EDCC61b1f89404256894D8d10CC91Dd89a3/info.json b/blockchains/ethereum/assets/0x32d33EDCC61b1f89404256894D8d10CC91Dd89a3/info.json
deleted file mode 100644
index 0d472e2aec000..0000000000000
--- a/blockchains/ethereum/assets/0x32d33EDCC61b1f89404256894D8d10CC91Dd89a3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR V4/2061",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x32d33EDCC61b1f89404256894D8d10CC91Dd89a3",
- "status": "abandoned",
- "id": "0x32d33EDCC61b1f89404256894D8d10CC91Dd89a3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x32d33EDCC61b1f89404256894D8d10CC91Dd89a3/logo.png b/blockchains/ethereum/assets/0x32d33EDCC61b1f89404256894D8d10CC91Dd89a3/logo.png
deleted file mode 100644
index 1e7afea05fde7..0000000000000
Binary files a/blockchains/ethereum/assets/0x32d33EDCC61b1f89404256894D8d10CC91Dd89a3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x32d74896f05204D1b6Ae7B0a3CEBd7FC0Cd8F9C7/info.json b/blockchains/ethereum/assets/0x32d74896f05204D1b6Ae7B0a3CEBd7FC0Cd8F9C7/info.json
deleted file mode 100644
index c800f65bc23e5..0000000000000
--- a/blockchains/ethereum/assets/0x32d74896f05204D1b6Ae7B0a3CEBd7FC0Cd8F9C7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kcash",
- "symbol": "KCASH",
- "type": "ERC20",
- "decimals": 18,
- "description": "Kcash (KCASH) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.kcash.com",
- "explorer": "https://etherscan.io/token/0x32d74896f05204D1b6Ae7B0a3CEBd7FC0Cd8F9C7",
- "status": "active",
- "id": "0x32d74896f05204D1b6Ae7B0a3CEBd7FC0Cd8F9C7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x32d74896f05204D1b6Ae7B0a3CEBd7FC0Cd8F9C7/logo.png b/blockchains/ethereum/assets/0x32d74896f05204D1b6Ae7B0a3CEBd7FC0Cd8F9C7/logo.png
deleted file mode 100644
index ec741f439b835..0000000000000
Binary files a/blockchains/ethereum/assets/0x32d74896f05204D1b6Ae7B0a3CEBd7FC0Cd8F9C7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x32fB6403F76f65B929A77eBE941f454ca814f64c/info.json b/blockchains/ethereum/assets/0x32fB6403F76f65B929A77eBE941f454ca814f64c/info.json
deleted file mode 100644
index 2c6b814cc0c5a..0000000000000
--- a/blockchains/ethereum/assets/0x32fB6403F76f65B929A77eBE941f454ca814f64c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0N304555",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x32fB6403F76f65B929A77eBE941f454ca814f64c",
- "status": "abandoned",
- "id": "0x32fB6403F76f65B929A77eBE941f454ca814f64c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x32fB6403F76f65B929A77eBE941f454ca814f64c/logo.png b/blockchains/ethereum/assets/0x32fB6403F76f65B929A77eBE941f454ca814f64c/logo.png
deleted file mode 100644
index a13c047f28976..0000000000000
Binary files a/blockchains/ethereum/assets/0x32fB6403F76f65B929A77eBE941f454ca814f64c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3301Ee63Fb29F863f2333Bd4466acb46CD8323E6/info.json b/blockchains/ethereum/assets/0x3301Ee63Fb29F863f2333Bd4466acb46CD8323E6/info.json
deleted file mode 100644
index c384d0616b9bb..0000000000000
--- a/blockchains/ethereum/assets/0x3301Ee63Fb29F863f2333Bd4466acb46CD8323E6/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Akita Inu",
- "type": "ERC20",
- "symbol": "AKITA",
- "decimals": 18,
- "website": "https://akita.network",
- "description": "AKITA INU 秋田犬 is a 100% decentralized community experiment with it claims that 1/2 the tokens have been sent to Vitalik Buterin and the other half were locked to a Uniswap pool and the keys burned. It is same as SHIBA INU but with different tokenmetrics.",
- "explorer": "https://etherscan.io/token/0x3301ee63fb29f863f2333bd4466acb46cd8323e6",
- "status": "active",
- "id": "0x3301Ee63Fb29F863f2333Bd4466acb46CD8323E6",
- "tags": [
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3301Ee63Fb29F863f2333Bd4466acb46CD8323E6/logo.png b/blockchains/ethereum/assets/0x3301Ee63Fb29F863f2333Bd4466acb46CD8323E6/logo.png
deleted file mode 100644
index f029ab771e021..0000000000000
Binary files a/blockchains/ethereum/assets/0x3301Ee63Fb29F863f2333Bd4466acb46CD8323E6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x330839EF82D34801bd96e75a4Ee778ac56Fa1ED8/info.json b/blockchains/ethereum/assets/0x330839EF82D34801bd96e75a4Ee778ac56Fa1ED8/info.json
deleted file mode 100644
index ee84b912378a1..0000000000000
--- a/blockchains/ethereum/assets/0x330839EF82D34801bd96e75a4Ee778ac56Fa1ED8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ICOStart Token",
- "symbol": "ICH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x330839EF82D34801bd96e75a4Ee778ac56Fa1ED8",
- "status": "abandoned",
- "id": "0x330839EF82D34801bd96e75a4Ee778ac56Fa1ED8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x330839EF82D34801bd96e75a4Ee778ac56Fa1ED8/logo.png b/blockchains/ethereum/assets/0x330839EF82D34801bd96e75a4Ee778ac56Fa1ED8/logo.png
deleted file mode 100644
index cbe4e610178bd..0000000000000
Binary files a/blockchains/ethereum/assets/0x330839EF82D34801bd96e75a4Ee778ac56Fa1ED8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x331fA6C97c64e47475164b9fC8143b533c5eF529/info.json b/blockchains/ethereum/assets/0x331fA6C97c64e47475164b9fC8143b533c5eF529/info.json
deleted file mode 100644
index 0c41ef412bbd2..0000000000000
--- a/blockchains/ethereum/assets/0x331fA6C97c64e47475164b9fC8143b533c5eF529/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EXMR FDN.",
- "symbol": "EXMR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://exmrfoundation.org",
- "explorer": "https://etherscan.io/token/0x331fA6C97c64e47475164b9fC8143b533c5eF529",
- "status": "abandoned",
- "id": "0x331fA6C97c64e47475164b9fC8143b533c5eF529"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x331fA6C97c64e47475164b9fC8143b533c5eF529/logo.png b/blockchains/ethereum/assets/0x331fA6C97c64e47475164b9fC8143b533c5eF529/logo.png
deleted file mode 100644
index ed31050fd566b..0000000000000
Binary files a/blockchains/ethereum/assets/0x331fA6C97c64e47475164b9fC8143b533c5eF529/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x33227687626914030c8213E31d021cE9940728Ea/info.json b/blockchains/ethereum/assets/0x33227687626914030c8213E31d021cE9940728Ea/info.json
deleted file mode 100644
index a1b3c16e641fb..0000000000000
--- a/blockchains/ethereum/assets/0x33227687626914030c8213E31d021cE9940728Ea/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "STARS",
- "symbol": "STRS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x33227687626914030c8213E31d021cE9940728Ea",
- "status": "abandoned",
- "id": "0x33227687626914030c8213E31d021cE9940728Ea"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x33227687626914030c8213E31d021cE9940728Ea/logo.png b/blockchains/ethereum/assets/0x33227687626914030c8213E31d021cE9940728Ea/logo.png
deleted file mode 100755
index 5999b0eaabbc8..0000000000000
Binary files a/blockchains/ethereum/assets/0x33227687626914030c8213E31d021cE9940728Ea/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x33349B282065b0284d756F0577FB39c158F935e6/info.json b/blockchains/ethereum/assets/0x33349B282065b0284d756F0577FB39c158F935e6/info.json
deleted file mode 100644
index 667972e74e62b..0000000000000
--- a/blockchains/ethereum/assets/0x33349B282065b0284d756F0577FB39c158F935e6/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Maple",
- "symbol": "MPL",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x33349B282065b0284d756F0577FB39c158F935e6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x33349B282065b0284d756F0577FB39c158F935e6/logo.png b/blockchains/ethereum/assets/0x33349B282065b0284d756F0577FB39c158F935e6/logo.png
deleted file mode 100644
index d09a643ffdc9f..0000000000000
Binary files a/blockchains/ethereum/assets/0x33349B282065b0284d756F0577FB39c158F935e6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x334425Ef9a828e31fF27e0754A3198eDb714C57B/info.json b/blockchains/ethereum/assets/0x334425Ef9a828e31fF27e0754A3198eDb714C57B/info.json
deleted file mode 100644
index 82e0018e34fef..0000000000000
--- a/blockchains/ethereum/assets/0x334425Ef9a828e31fF27e0754A3198eDb714C57B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Genesis",
- "symbol": "GEN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.genesis-crypto.com/",
- "explorer": "https://etherscan.io/token/0x334425Ef9a828e31fF27e0754A3198eDb714C57B",
- "status": "abandoned",
- "id": "0x334425Ef9a828e31fF27e0754A3198eDb714C57B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x334425Ef9a828e31fF27e0754A3198eDb714C57B/logo.png b/blockchains/ethereum/assets/0x334425Ef9a828e31fF27e0754A3198eDb714C57B/logo.png
deleted file mode 100644
index 60093e3d78158..0000000000000
Binary files a/blockchains/ethereum/assets/0x334425Ef9a828e31fF27e0754A3198eDb714C57B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x334639A18B5Add14E8D98CB8B05ba0250308cBa4/info.json b/blockchains/ethereum/assets/0x334639A18B5Add14E8D98CB8B05ba0250308cBa4/info.json
deleted file mode 100644
index 7ea92ec9414ab..0000000000000
--- a/blockchains/ethereum/assets/0x334639A18B5Add14E8D98CB8B05ba0250308cBa4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KAV",
- "symbol": "KAV",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x334639A18B5Add14E8D98CB8B05ba0250308cBa4",
- "status": "abandoned",
- "id": "0x334639A18B5Add14E8D98CB8B05ba0250308cBa4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x334639A18B5Add14E8D98CB8B05ba0250308cBa4/logo.png b/blockchains/ethereum/assets/0x334639A18B5Add14E8D98CB8B05ba0250308cBa4/logo.png
deleted file mode 100644
index ce45dbbab2373..0000000000000
Binary files a/blockchains/ethereum/assets/0x334639A18B5Add14E8D98CB8B05ba0250308cBa4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3356a5CD30D9e39e14e19aB548274046b1B89949/info.json b/blockchains/ethereum/assets/0x3356a5CD30D9e39e14e19aB548274046b1B89949/info.json
deleted file mode 100644
index 3eab31b862ac9..0000000000000
--- a/blockchains/ethereum/assets/0x3356a5CD30D9e39e14e19aB548274046b1B89949/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-23/30M23",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3356a5CD30D9e39e14e19aB548274046b1B89949",
- "status": "abandoned",
- "id": "0x3356a5CD30D9e39e14e19aB548274046b1B89949"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3356a5CD30D9e39e14e19aB548274046b1B89949/logo.png b/blockchains/ethereum/assets/0x3356a5CD30D9e39e14e19aB548274046b1B89949/logo.png
deleted file mode 100644
index 75cd63c425e59..0000000000000
Binary files a/blockchains/ethereum/assets/0x3356a5CD30D9e39e14e19aB548274046b1B89949/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x33589ad907a47313166d34Cb8eE0a2aCC2c00d8E/info.json b/blockchains/ethereum/assets/0x33589ad907a47313166d34Cb8eE0a2aCC2c00d8E/info.json
deleted file mode 100644
index a40caeb4bfbee..0000000000000
--- a/blockchains/ethereum/assets/0x33589ad907a47313166d34Cb8eE0a2aCC2c00d8E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Backero",
- "website": "https://backero.org",
- "description": "Defi And Banks Merge Together",
- "explorer": "https://etherscan.io/token/0x33589ad907a47313166d34Cb8eE0a2aCC2c00d8E",
- "type": "ERC20",
- "symbol": "BKO",
- "decimals": 18,
- "status": "active",
- "id": "0x33589ad907a47313166d34Cb8eE0a2aCC2c00d8E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x33589ad907a47313166d34Cb8eE0a2aCC2c00d8E/logo.png b/blockchains/ethereum/assets/0x33589ad907a47313166d34Cb8eE0a2aCC2c00d8E/logo.png
deleted file mode 100644
index 4432d66f386ec..0000000000000
Binary files a/blockchains/ethereum/assets/0x33589ad907a47313166d34Cb8eE0a2aCC2c00d8E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3363D570f6DF3c74d486BB8785d3EbFB9E2347D3/info.json b/blockchains/ethereum/assets/0x3363D570f6DF3c74d486BB8785d3EbFB9E2347D3/info.json
deleted file mode 100644
index 9a23034ecafa9..0000000000000
--- a/blockchains/ethereum/assets/0x3363D570f6DF3c74d486BB8785d3EbFB9E2347D3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HedgeTrade",
- "symbol": "HEDG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3363D570f6DF3c74d486BB8785d3EbFB9E2347D3",
- "status": "abandoned",
- "id": "0x3363D570f6DF3c74d486BB8785d3EbFB9E2347D3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3363D570f6DF3c74d486BB8785d3EbFB9E2347D3/logo.png b/blockchains/ethereum/assets/0x3363D570f6DF3c74d486BB8785d3EbFB9E2347D3/logo.png
deleted file mode 100644
index bdab92d228c15..0000000000000
Binary files a/blockchains/ethereum/assets/0x3363D570f6DF3c74d486BB8785d3EbFB9E2347D3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x336492A0601CC85e08C14D390BF07d960328aaf4/info.json b/blockchains/ethereum/assets/0x336492A0601CC85e08C14D390BF07d960328aaf4/info.json
deleted file mode 100644
index 493912c16ebdc..0000000000000
--- a/blockchains/ethereum/assets/0x336492A0601CC85e08C14D390BF07d960328aaf4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blueshare Token",
- "symbol": "BST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x336492A0601CC85e08C14D390BF07d960328aaf4",
- "status": "abandoned",
- "id": "0x336492A0601CC85e08C14D390BF07d960328aaf4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x336492A0601CC85e08C14D390BF07d960328aaf4/logo.png b/blockchains/ethereum/assets/0x336492A0601CC85e08C14D390BF07d960328aaf4/logo.png
deleted file mode 100644
index 5d922d602f9f0..0000000000000
Binary files a/blockchains/ethereum/assets/0x336492A0601CC85e08C14D390BF07d960328aaf4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x336F646F87D9f6bC6Ed42Dd46E8b3fD9DbD15C22/info.json b/blockchains/ethereum/assets/0x336F646F87D9f6bC6Ed42Dd46E8b3fD9DbD15C22/info.json
deleted file mode 100644
index 9c48d4a94a83f..0000000000000
--- a/blockchains/ethereum/assets/0x336F646F87D9f6bC6Ed42Dd46E8b3fD9DbD15C22/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crystal Clear Token",
- "symbol": "CCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://crystal-clear.io/",
- "explorer": "https://etherscan.io/token/0x336F646F87D9f6bC6Ed42Dd46E8b3fD9DbD15C22",
- "status": "abandoned",
- "id": "0x336F646F87D9f6bC6Ed42Dd46E8b3fD9DbD15C22"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x336F646F87D9f6bC6Ed42Dd46E8b3fD9DbD15C22/logo.png b/blockchains/ethereum/assets/0x336F646F87D9f6bC6Ed42Dd46E8b3fD9DbD15C22/logo.png
deleted file mode 100644
index 0d54ece6af062..0000000000000
Binary files a/blockchains/ethereum/assets/0x336F646F87D9f6bC6Ed42Dd46E8b3fD9DbD15C22/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x336e43eD5B563f73E989b2748C1d6D65A693149b/info.json b/blockchains/ethereum/assets/0x336e43eD5B563f73E989b2748C1d6D65A693149b/info.json
deleted file mode 100644
index 88e0857ccc253..0000000000000
--- a/blockchains/ethereum/assets/0x336e43eD5B563f73E989b2748C1d6D65A693149b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MASSCOIN",
- "symbol": "MSC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x336e43eD5B563f73E989b2748C1d6D65A693149b",
- "status": "abandoned",
- "id": "0x336e43eD5B563f73E989b2748C1d6D65A693149b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x336e43eD5B563f73E989b2748C1d6D65A693149b/logo.png b/blockchains/ethereum/assets/0x336e43eD5B563f73E989b2748C1d6D65A693149b/logo.png
deleted file mode 100644
index 76c4073c55129..0000000000000
Binary files a/blockchains/ethereum/assets/0x336e43eD5B563f73E989b2748C1d6D65A693149b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3373bbF962190B158902A27Fbc2d9277A05b10Ab/info.json b/blockchains/ethereum/assets/0x3373bbF962190B158902A27Fbc2d9277A05b10Ab/info.json
deleted file mode 100644
index c12d08446248b..0000000000000
--- a/blockchains/ethereum/assets/0x3373bbF962190B158902A27Fbc2d9277A05b10Ab/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EGOLD",
- "symbol": "EGD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3373bbF962190B158902A27Fbc2d9277A05b10Ab",
- "status": "active",
- "id": "0x3373bbF962190B158902A27Fbc2d9277A05b10Ab"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3373bbF962190B158902A27Fbc2d9277A05b10Ab/logo.png b/blockchains/ethereum/assets/0x3373bbF962190B158902A27Fbc2d9277A05b10Ab/logo.png
deleted file mode 100644
index e3f92d0c38e0b..0000000000000
Binary files a/blockchains/ethereum/assets/0x3373bbF962190B158902A27Fbc2d9277A05b10Ab/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3383c5a8969Dc413bfdDc9656Eb80A1408E4bA20/info.json b/blockchains/ethereum/assets/0x3383c5a8969Dc413bfdDc9656Eb80A1408E4bA20/info.json
deleted file mode 100644
index 6757d020e968c..0000000000000
--- a/blockchains/ethereum/assets/0x3383c5a8969Dc413bfdDc9656Eb80A1408E4bA20/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Anatha",
- "website": "https://anatha.io",
- "description": "Reward token for the Anatha ecosystem.",
- "explorer": "https://etherscan.io/token/0x3383c5a8969Dc413bfdDc9656Eb80A1408E4bA20",
- "type": "ERC20",
- "symbol": "wANATHA",
- "decimals": 18,
- "status": "active",
- "id": "0x3383c5a8969Dc413bfdDc9656Eb80A1408E4bA20",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/anathatech/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Anatha_IO"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Anatha"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3383c5a8969Dc413bfdDc9656Eb80A1408E4bA20/logo.png b/blockchains/ethereum/assets/0x3383c5a8969Dc413bfdDc9656Eb80A1408E4bA20/logo.png
deleted file mode 100644
index a05accb4b794f..0000000000000
Binary files a/blockchains/ethereum/assets/0x3383c5a8969Dc413bfdDc9656Eb80A1408E4bA20/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x33B919F54692dDbf702065763EA2b50Ca02e6bfF/info.json b/blockchains/ethereum/assets/0x33B919F54692dDbf702065763EA2b50Ca02e6bfF/info.json
deleted file mode 100644
index e6582e0833cb5..0000000000000
--- a/blockchains/ethereum/assets/0x33B919F54692dDbf702065763EA2b50Ca02e6bfF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MOCROW",
- "symbol": "MCW",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x33B919F54692dDbf702065763EA2b50Ca02e6bfF",
- "status": "abandoned",
- "id": "0x33B919F54692dDbf702065763EA2b50Ca02e6bfF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x33B919F54692dDbf702065763EA2b50Ca02e6bfF/logo.png b/blockchains/ethereum/assets/0x33B919F54692dDbf702065763EA2b50Ca02e6bfF/logo.png
deleted file mode 100644
index d8e198bbb836f..0000000000000
Binary files a/blockchains/ethereum/assets/0x33B919F54692dDbf702065763EA2b50Ca02e6bfF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x33C623a2BAAfEb8D15DfaF3cE44095efec83D72C/info.json b/blockchains/ethereum/assets/0x33C623a2BAAfEb8D15DfaF3cE44095efec83D72C/info.json
deleted file mode 100644
index 100a159c4d037..0000000000000
--- a/blockchains/ethereum/assets/0x33C623a2BAAfEb8D15DfaF3cE44095efec83D72C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SGPay Token",
- "symbol": "SGP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x33C623a2BAAfEb8D15DfaF3cE44095efec83D72C",
- "status": "abandoned",
- "id": "0x33C623a2BAAfEb8D15DfaF3cE44095efec83D72C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x33C623a2BAAfEb8D15DfaF3cE44095efec83D72C/logo.png b/blockchains/ethereum/assets/0x33C623a2BAAfEb8D15DfaF3cE44095efec83D72C/logo.png
deleted file mode 100644
index d408c2a782746..0000000000000
Binary files a/blockchains/ethereum/assets/0x33C623a2BAAfEb8D15DfaF3cE44095efec83D72C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x33D0568941C0C64ff7e0FB4fbA0B11BD37deEd9f/info.json b/blockchains/ethereum/assets/0x33D0568941C0C64ff7e0FB4fbA0B11BD37deEd9f/info.json
deleted file mode 100644
index d412d95bf93ce..0000000000000
--- a/blockchains/ethereum/assets/0x33D0568941C0C64ff7e0FB4fbA0B11BD37deEd9f/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "RAMP DEFI",
- "website": "https://rampdefi.com/",
- "description": "Unlocking Liquid Capital From Staked Assets",
- "explorer": "https://etherscan.io/token/0x33D0568941C0C64ff7e0FB4fbA0B11BD37deEd9f",
- "type": "ERC20",
- "symbol": "RAMP",
- "decimals": 18,
- "status": "active",
- "id": "0x33D0568941C0C64ff7e0FB4fbA0B11BD37deEd9f",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/RampDefi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/rampdefiofficial"
- },
- {
- "name": "medium",
- "url": "https://medium.com/rampdefi"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x33D0568941C0C64ff7e0FB4fbA0B11BD37deEd9f/logo.png b/blockchains/ethereum/assets/0x33D0568941C0C64ff7e0FB4fbA0B11BD37deEd9f/logo.png
deleted file mode 100644
index e6d62663620bf..0000000000000
Binary files a/blockchains/ethereum/assets/0x33D0568941C0C64ff7e0FB4fbA0B11BD37deEd9f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x33DCd369d697132dE252884336225DE31fB474b2/info.json b/blockchains/ethereum/assets/0x33DCd369d697132dE252884336225DE31fB474b2/info.json
deleted file mode 100644
index b4e2c765fe9ab..0000000000000
--- a/blockchains/ethereum/assets/0x33DCd369d697132dE252884336225DE31fB474b2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Alice",
- "symbol": "ALICE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x33DCd369d697132dE252884336225DE31fB474b2",
- "status": "abandoned",
- "id": "0x33DCd369d697132dE252884336225DE31fB474b2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x33DCd369d697132dE252884336225DE31fB474b2/logo.png b/blockchains/ethereum/assets/0x33DCd369d697132dE252884336225DE31fB474b2/logo.png
deleted file mode 100644
index 1b40ab84e0d82..0000000000000
Binary files a/blockchains/ethereum/assets/0x33DCd369d697132dE252884336225DE31fB474b2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x33aD8CCD192c2B1782b0d3E557e32a54771E16F1/info.json b/blockchains/ethereum/assets/0x33aD8CCD192c2B1782b0d3E557e32a54771E16F1/info.json
deleted file mode 100644
index 8a4686acc4e87..0000000000000
--- a/blockchains/ethereum/assets/0x33aD8CCD192c2B1782b0d3E557e32a54771E16F1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SunPower",
- "symbol": "SP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x33aD8CCD192c2B1782b0d3E557e32a54771E16F1",
- "status": "abandoned",
- "id": "0x33aD8CCD192c2B1782b0d3E557e32a54771E16F1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x33aD8CCD192c2B1782b0d3E557e32a54771E16F1/logo.png b/blockchains/ethereum/assets/0x33aD8CCD192c2B1782b0d3E557e32a54771E16F1/logo.png
deleted file mode 100644
index 7ad13cff92abc..0000000000000
Binary files a/blockchains/ethereum/assets/0x33aD8CCD192c2B1782b0d3E557e32a54771E16F1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x33b282C88dE3E8eD471c24e43f60816dcAbe12f4/info.json b/blockchains/ethereum/assets/0x33b282C88dE3E8eD471c24e43f60816dcAbe12f4/info.json
deleted file mode 100644
index e1f6a89977a85..0000000000000
--- a/blockchains/ethereum/assets/0x33b282C88dE3E8eD471c24e43f60816dcAbe12f4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hopper Token",
- "symbol": "HOPP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x33b282C88dE3E8eD471c24e43f60816dcAbe12f4",
- "status": "abandoned",
- "id": "0x33b282C88dE3E8eD471c24e43f60816dcAbe12f4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x33b282C88dE3E8eD471c24e43f60816dcAbe12f4/logo.png b/blockchains/ethereum/assets/0x33b282C88dE3E8eD471c24e43f60816dcAbe12f4/logo.png
deleted file mode 100644
index d2a69a078d04e..0000000000000
Binary files a/blockchains/ethereum/assets/0x33b282C88dE3E8eD471c24e43f60816dcAbe12f4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x33bFD20660eeAF952E8D5Bc3236E1918701F17D0/info.json b/blockchains/ethereum/assets/0x33bFD20660eeAF952E8D5Bc3236E1918701F17D0/info.json
deleted file mode 100644
index ad8291435daf3..0000000000000
--- a/blockchains/ethereum/assets/0x33bFD20660eeAF952E8D5Bc3236E1918701F17D0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RCCC Token",
- "symbol": "RCCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.rccc.pro/",
- "explorer": "https://etherscan.io/token/0x33bFD20660eeAF952E8D5Bc3236E1918701F17D0",
- "status": "abandoned",
- "id": "0x33bFD20660eeAF952E8D5Bc3236E1918701F17D0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x33bFD20660eeAF952E8D5Bc3236E1918701F17D0/logo.png b/blockchains/ethereum/assets/0x33bFD20660eeAF952E8D5Bc3236E1918701F17D0/logo.png
deleted file mode 100755
index 0bdff29ead796..0000000000000
Binary files a/blockchains/ethereum/assets/0x33bFD20660eeAF952E8D5Bc3236E1918701F17D0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x33c23d44679433A88B89ca38D3311A9a3D160699/info.json b/blockchains/ethereum/assets/0x33c23d44679433A88B89ca38D3311A9a3D160699/info.json
deleted file mode 100644
index f8591fe9b61eb..0000000000000
--- a/blockchains/ethereum/assets/0x33c23d44679433A88B89ca38D3311A9a3D160699/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RAINBOW",
- "website": "https://magicliquidity.com",
- "description": "Magical Liquidity Rainbow ! Stake Uniswap v2 LP tokens and earn RAINBOW",
- "explorer": "https://etherscan.io/token/0x33c23d44679433A88B89ca38D3311A9a3D160699",
- "type": "ERC20",
- "symbol": "RAINBOW",
- "decimals": 18,
- "status": "active",
- "id": "0x33c23d44679433A88B89ca38D3311A9a3D160699"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x33c23d44679433A88B89ca38D3311A9a3D160699/logo.png b/blockchains/ethereum/assets/0x33c23d44679433A88B89ca38D3311A9a3D160699/logo.png
deleted file mode 100644
index a7fd5b82b160b..0000000000000
Binary files a/blockchains/ethereum/assets/0x33c23d44679433A88B89ca38D3311A9a3D160699/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x33c2DA7Fd5B125E629B3950f3c38d7f721D7B30D/info.json b/blockchains/ethereum/assets/0x33c2DA7Fd5B125E629B3950f3c38d7f721D7B30D/info.json
deleted file mode 100644
index 43ec0d754ee00..0000000000000
--- a/blockchains/ethereum/assets/0x33c2DA7Fd5B125E629B3950f3c38d7f721D7B30D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Seal Finance",
- "symbol": "Seal",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x33c2DA7Fd5B125E629B3950f3c38d7f721D7B30D",
- "status": "abandoned",
- "id": "0x33c2DA7Fd5B125E629B3950f3c38d7f721D7B30D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x33c2DA7Fd5B125E629B3950f3c38d7f721D7B30D/logo.png b/blockchains/ethereum/assets/0x33c2DA7Fd5B125E629B3950f3c38d7f721D7B30D/logo.png
deleted file mode 100644
index abe5590e97a69..0000000000000
Binary files a/blockchains/ethereum/assets/0x33c2DA7Fd5B125E629B3950f3c38d7f721D7B30D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x33c52eE4BD563A26071619bC6F70146295FeBE8D/info.json b/blockchains/ethereum/assets/0x33c52eE4BD563A26071619bC6F70146295FeBE8D/info.json
deleted file mode 100644
index a800059c03f45..0000000000000
--- a/blockchains/ethereum/assets/0x33c52eE4BD563A26071619bC6F70146295FeBE8D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VolAir Coin",
- "symbol": "VOL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x33c52eE4BD563A26071619bC6F70146295FeBE8D",
- "status": "abandoned",
- "id": "0x33c52eE4BD563A26071619bC6F70146295FeBE8D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x33c52eE4BD563A26071619bC6F70146295FeBE8D/logo.png b/blockchains/ethereum/assets/0x33c52eE4BD563A26071619bC6F70146295FeBE8D/logo.png
deleted file mode 100644
index d9d96fa751468..0000000000000
Binary files a/blockchains/ethereum/assets/0x33c52eE4BD563A26071619bC6F70146295FeBE8D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x33d63Ba1E57E54779F7dDAeaA7109349344cf5F1/info.json b/blockchains/ethereum/assets/0x33d63Ba1E57E54779F7dDAeaA7109349344cf5F1/info.json
deleted file mode 100644
index 7e9321ecf6681..0000000000000
--- a/blockchains/ethereum/assets/0x33d63Ba1E57E54779F7dDAeaA7109349344cf5F1/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Data Economy Index",
- "symbol": "DATA",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Data Economy Index is an ecosystem of data-based products and services.",
- "website": "https://www.indexcoop.com/data",
- "explorer": "https://etherscan.io/token/0x33d63Ba1E57E54779F7dDAeaA7109349344cf5F1",
- "status": "active",
- "id": "0x33d63Ba1E57E54779F7dDAeaA7109349344cf5F1",
- "links": [
- {
- "name": "blog",
- "url": "https://gov.indexcoop.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/indexcoop"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/data-economy-index/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/data-economy-index"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/RKZ4S3b"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x33d63Ba1E57E54779F7dDAeaA7109349344cf5F1/logo.png b/blockchains/ethereum/assets/0x33d63Ba1E57E54779F7dDAeaA7109349344cf5F1/logo.png
deleted file mode 100644
index 1f415e483a4c1..0000000000000
Binary files a/blockchains/ethereum/assets/0x33d63Ba1E57E54779F7dDAeaA7109349344cf5F1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x33d8e28949Eb784556064ED095A18C0E66219860/info.json b/blockchains/ethereum/assets/0x33d8e28949Eb784556064ED095A18C0E66219860/info.json
deleted file mode 100644
index 0d32fbb6888dd..0000000000000
--- a/blockchains/ethereum/assets/0x33d8e28949Eb784556064ED095A18C0E66219860/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "INNOVA",
- "symbol": "INA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x33d8e28949Eb784556064ED095A18C0E66219860",
- "status": "abandoned",
- "id": "0x33d8e28949Eb784556064ED095A18C0E66219860"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x33d8e28949Eb784556064ED095A18C0E66219860/logo.png b/blockchains/ethereum/assets/0x33d8e28949Eb784556064ED095A18C0E66219860/logo.png
deleted file mode 100644
index 687a1d30152bb..0000000000000
Binary files a/blockchains/ethereum/assets/0x33d8e28949Eb784556064ED095A18C0E66219860/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x33f90Dee07c6E8B9682dD20F73E6C358B2ED0f03/info.json b/blockchains/ethereum/assets/0x33f90Dee07c6E8B9682dD20F73E6C358B2ED0f03/info.json
deleted file mode 100644
index 8062476348c5e..0000000000000
--- a/blockchains/ethereum/assets/0x33f90Dee07c6E8B9682dD20F73E6C358B2ED0f03/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Trident Group",
- "symbol": "TRDT",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x33f90Dee07c6E8B9682dD20F73E6C358B2ED0f03",
- "status": "abandoned",
- "id": "0x33f90Dee07c6E8B9682dD20F73E6C358B2ED0f03"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x33f90Dee07c6E8B9682dD20F73E6C358B2ED0f03/logo.png b/blockchains/ethereum/assets/0x33f90Dee07c6E8B9682dD20F73E6C358B2ED0f03/logo.png
deleted file mode 100644
index a2cf74be9f2de..0000000000000
Binary files a/blockchains/ethereum/assets/0x33f90Dee07c6E8B9682dD20F73E6C358B2ED0f03/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x33fEfc811A86474A832d38926428a1DADE431F25/info.json b/blockchains/ethereum/assets/0x33fEfc811A86474A832d38926428a1DADE431F25/info.json
deleted file mode 100644
index d691af78f1c46..0000000000000
--- a/blockchains/ethereum/assets/0x33fEfc811A86474A832d38926428a1DADE431F25/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ProNet Coin",
- "website": "https://pronetcoin.com/",
- "description": "ProNet Coin (PNC) is a project aimed at helping victims of abandoned(scam) ICO projects regain their stolen investments. This is done by swapping the valueless coins left in their wallets into PNC. PNC is available for swap on Pronetcoin.com",
- "explorer": "https://etherscan.io/token/0x33fEfc811A86474A832d38926428a1DADE431F25",
- "type": "ERC20",
- "symbol": "PNC",
- "decimals": 8,
- "status": "active",
- "id": "0x33fEfc811A86474A832d38926428a1DADE431F25"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x33fEfc811A86474A832d38926428a1DADE431F25/logo.png b/blockchains/ethereum/assets/0x33fEfc811A86474A832d38926428a1DADE431F25/logo.png
deleted file mode 100644
index 8bdb6736c971f..0000000000000
Binary files a/blockchains/ethereum/assets/0x33fEfc811A86474A832d38926428a1DADE431F25/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x340D2bdE5Eb28c1eed91B2f790723E3B160613B7/info.json b/blockchains/ethereum/assets/0x340D2bdE5Eb28c1eed91B2f790723E3B160613B7/info.json
deleted file mode 100644
index ca6ce95b66496..0000000000000
--- a/blockchains/ethereum/assets/0x340D2bdE5Eb28c1eed91B2f790723E3B160613B7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BLOCKv (VEE)",
- "type": "ERC20",
- "symbol": "VEE",
- "decimals": 18,
- "website": "https://blockv.io/",
- "description": "BLOCKv provides a platform enabling the creation of Vatoms, a digital asset class (NFT) that bridges the gap between physical & digital worlds, creating new levels of human engagement.",
- "explorer": "https://etherscan.io/token/0x340d2bde5eb28c1eed91b2f790723e3b160613b7",
- "status": "active",
- "id": "0x340D2bdE5Eb28c1eed91B2f790723E3B160613B7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x340D2bdE5Eb28c1eed91B2f790723E3B160613B7/logo.png b/blockchains/ethereum/assets/0x340D2bdE5Eb28c1eed91B2f790723E3B160613B7/logo.png
deleted file mode 100644
index fa31569f7c038..0000000000000
Binary files a/blockchains/ethereum/assets/0x340D2bdE5Eb28c1eed91B2f790723E3B160613B7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x340eF83Ec8560892168D4062720F030460468656/info.json b/blockchains/ethereum/assets/0x340eF83Ec8560892168D4062720F030460468656/info.json
deleted file mode 100644
index ddfcadbb74e86..0000000000000
--- a/blockchains/ethereum/assets/0x340eF83Ec8560892168D4062720F030460468656/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethereum Meta",
- "symbol": "ETHM",
- "type": "ERC20",
- "decimals": 18,
- "description": "Ethereum Meta addresses a major weakness in Ethereum: the lack of privacy. Ethereum Meta enables smart contracts where no friend, family, nor foe can see what you bought or for how much.",
- "website": "https://ethermeta.com",
- "explorer": "https://etherscan.io/token/0x340eF83Ec8560892168D4062720F030460468656",
- "status": "abandoned",
- "id": "0x340eF83Ec8560892168D4062720F030460468656"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3414BEC8aC9b323008b511De2E91d979183B46f5/info.json b/blockchains/ethereum/assets/0x3414BEC8aC9b323008b511De2E91d979183B46f5/info.json
deleted file mode 100644
index ceba05b77630e..0000000000000
--- a/blockchains/ethereum/assets/0x3414BEC8aC9b323008b511De2E91d979183B46f5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AfroTeq Coin",
- "symbol": "AfT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3414BEC8aC9b323008b511De2E91d979183B46f5",
- "status": "abandoned",
- "id": "0x3414BEC8aC9b323008b511De2E91d979183B46f5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3414BEC8aC9b323008b511De2E91d979183B46f5/logo.png b/blockchains/ethereum/assets/0x3414BEC8aC9b323008b511De2E91d979183B46f5/logo.png
deleted file mode 100644
index fddd31994b03c..0000000000000
Binary files a/blockchains/ethereum/assets/0x3414BEC8aC9b323008b511De2E91d979183B46f5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x341c05c0E9b33C0E38d64de76516b2Ce970bB3BE/info.json b/blockchains/ethereum/assets/0x341c05c0E9b33C0E38d64de76516b2Ce970bB3BE/info.json
deleted file mode 100644
index 9bc912b0b6366..0000000000000
--- a/blockchains/ethereum/assets/0x341c05c0E9b33C0E38d64de76516b2Ce970bB3BE/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Diversified Staked ETH Index",
- "website": "https://indexcoop.com/dseth-diversified-staked-eth-index-coop",
- "description": "The Diversified Staked Ethereum Index is an index token of the leading Ethereum liquid staking tokens weighted according to their degree of decentralization.",
- "explorer": "https://etherscan.io/token/0x341c05c0E9b33C0E38d64de76516b2Ce970bB3BE",
- "symbol": "dsETH",
- "type": "ERC20",
- "decimals": 18,
- "status": "active",
- "id": "0x341c05c0E9b33C0E38d64de76516b2Ce970bB3BE",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/IndexCoop"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/indexcoop"
- },
- {
- "name": "docs",
- "url": "https://docs.indexcoop.com/index-coop-community-handbook/products/diversified-staked-eth-index-dseth"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/diversified-staked-eth"
- },
- {
- "name": "forum",
- "url": "https://gov.indexcoop.com/t/iip-171-launch-the-diversified-staked-eth-index-dseth/4389"
- }
- ],
- "tags": [
- "staking",
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x341c05c0E9b33C0E38d64de76516b2Ce970bB3BE/logo.png b/blockchains/ethereum/assets/0x341c05c0E9b33C0E38d64de76516b2Ce970bB3BE/logo.png
deleted file mode 100644
index a033f381130f0..0000000000000
Binary files a/blockchains/ethereum/assets/0x341c05c0E9b33C0E38d64de76516b2Ce970bB3BE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0/info.json b/blockchains/ethereum/assets/0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0/info.json
deleted file mode 100644
index c791eb45ea850..0000000000000
--- a/blockchains/ethereum/assets/0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Frax Share",
- "website": "https://frax.finance/",
- "description": "Frax is a new paradigm in stablecoin design, bringing together a two-token seigniorage share system, swap-based monetary policy, fully on-chain oracles, and decentralized governance alongside its fractional-algorithmic stablecoin design.",
- "explorer": "https://etherscan.io/token/0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0",
- "type": "ERC20",
- "symbol": "FXS",
- "decimals": 18,
- "status": "active",
- "id": "0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/FraxFinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Frax Finance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/fraxfinance"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/Xwe8kAwZ4a"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0/logo.png b/blockchains/ethereum/assets/0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0/logo.png
deleted file mode 100644
index 5072baa5035ed..0000000000000
Binary files a/blockchains/ethereum/assets/0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x34364BEe11607b1963d66BCA665FDE93fCA666a8/info.json b/blockchains/ethereum/assets/0x34364BEe11607b1963d66BCA665FDE93fCA666a8/info.json
deleted file mode 100644
index c00a67da20cd6..0000000000000
--- a/blockchains/ethereum/assets/0x34364BEe11607b1963d66BCA665FDE93fCA666a8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YOU COIN",
- "website": "http://youchain.cc",
- "description": "YOUChain is focused on carrying out large-scale commercial applications through its YPoS consensus mechanism and investment model.",
- "explorer": "https://etherscan.io/token/0x34364BEe11607b1963d66BCA665FDE93fCA666a8",
- "type": "ERC20",
- "symbol": "YOU",
- "decimals": 18,
- "status": "active",
- "id": "0x34364BEe11607b1963d66BCA665FDE93fCA666a8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x34364BEe11607b1963d66BCA665FDE93fCA666a8/logo.png b/blockchains/ethereum/assets/0x34364BEe11607b1963d66BCA665FDE93fCA666a8/logo.png
deleted file mode 100644
index 253474ec0c74b..0000000000000
Binary files a/blockchains/ethereum/assets/0x34364BEe11607b1963d66BCA665FDE93fCA666a8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3446E165471dCe3fF477F49a1352F28bBA73F07f/info.json b/blockchains/ethereum/assets/0x3446E165471dCe3fF477F49a1352F28bBA73F07f/info.json
deleted file mode 100644
index cebd222788ec5..0000000000000
--- a/blockchains/ethereum/assets/0x3446E165471dCe3fF477F49a1352F28bBA73F07f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R384884",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3446E165471dCe3fF477F49a1352F28bBA73F07f",
- "status": "abandoned",
- "id": "0x3446E165471dCe3fF477F49a1352F28bBA73F07f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3446E165471dCe3fF477F49a1352F28bBA73F07f/logo.png b/blockchains/ethereum/assets/0x3446E165471dCe3fF477F49a1352F28bBA73F07f/logo.png
deleted file mode 100644
index 43359984c9a52..0000000000000
Binary files a/blockchains/ethereum/assets/0x3446E165471dCe3fF477F49a1352F28bBA73F07f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3449FC1Cd036255BA1EB19d65fF4BA2b8903A69a/info.json b/blockchains/ethereum/assets/0x3449FC1Cd036255BA1EB19d65fF4BA2b8903A69a/info.json
deleted file mode 100644
index b531bf92ea3cd..0000000000000
--- a/blockchains/ethereum/assets/0x3449FC1Cd036255BA1EB19d65fF4BA2b8903A69a/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Basis Cash",
- "website": "https://basis.cash/",
- "description": "Basis Cash is an open source, permissionless stablecoin pegged to USD. The protocol is designed to expand and contract supply similarly to the way central banks buy and sell fiscal debt to stabilze purchasing power, without any REBASES or risking colletrals.",
- "explorer": "https://etherscan.io/token/0x3449fc1cd036255ba1eb19d65ff4ba2b8903a69a",
- "type": "ERC20",
- "symbol": "BAC",
- "decimals": 18,
- "status": "active",
- "id": "0x3449FC1Cd036255BA1EB19d65fF4BA2b8903A69a",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Basis-Cash"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Basis Cash"
- },
- {
- "name": "telegram",
- "url": "https://t.me/basiscash"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/UEZq3HF5Eu"
- },
- {
- "name": "medium",
- "url": "https://medium.com/basis-cash"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3449FC1Cd036255BA1EB19d65fF4BA2b8903A69a/logo.png b/blockchains/ethereum/assets/0x3449FC1Cd036255BA1EB19d65fF4BA2b8903A69a/logo.png
deleted file mode 100644
index 487fbdc0890b4..0000000000000
Binary files a/blockchains/ethereum/assets/0x3449FC1Cd036255BA1EB19d65fF4BA2b8903A69a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3453769b660b7EE4261AaA043479Aa3CA02243bf/info.json b/blockchains/ethereum/assets/0x3453769b660b7EE4261AaA043479Aa3CA02243bf/info.json
deleted file mode 100644
index 83d4014225ebd..0000000000000
--- a/blockchains/ethereum/assets/0x3453769b660b7EE4261AaA043479Aa3CA02243bf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LaserCoin",
- "symbol": "LZR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://lasercoin.io",
- "explorer": "https://etherscan.io/token/0x3453769b660b7EE4261AaA043479Aa3CA02243bf",
- "status": "abandoned",
- "id": "0x3453769b660b7EE4261AaA043479Aa3CA02243bf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3453769b660b7EE4261AaA043479Aa3CA02243bf/logo.png b/blockchains/ethereum/assets/0x3453769b660b7EE4261AaA043479Aa3CA02243bf/logo.png
deleted file mode 100644
index af1c52c38b742..0000000000000
Binary files a/blockchains/ethereum/assets/0x3453769b660b7EE4261AaA043479Aa3CA02243bf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x34612903Db071e888a4dADcaA416d3EE263a87b9/info.json b/blockchains/ethereum/assets/0x34612903Db071e888a4dADcaA416d3EE263a87b9/info.json
deleted file mode 100644
index ad407ab6a2170..0000000000000
--- a/blockchains/ethereum/assets/0x34612903Db071e888a4dADcaA416d3EE263a87b9/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "ETHITEM",
- "website": "https://ethitem.com",
- "description": "The voting token of the on-chain organization ETHITEM",
- "explorer": "https://etherscan.io/token/0x34612903Db071e888a4dADcaA416d3EE263a87b9",
- "type": "ERC20",
- "symbol": "arte",
- "decimals": 18,
- "status": "active",
- "id": "0x34612903Db071e888a4dADcaA416d3EE263a87b9",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/b-u-i-d-l/ETHITEM"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x34612903Db071e888a4dADcaA416d3EE263a87b9/logo.png b/blockchains/ethereum/assets/0x34612903Db071e888a4dADcaA416d3EE263a87b9/logo.png
deleted file mode 100644
index b2a088c3b1f75..0000000000000
Binary files a/blockchains/ethereum/assets/0x34612903Db071e888a4dADcaA416d3EE263a87b9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3472A5A71965499acd81997a54BBA8D852C6E53d/info.json b/blockchains/ethereum/assets/0x3472A5A71965499acd81997a54BBA8D852C6E53d/info.json
deleted file mode 100644
index d2730d7bbfc17..0000000000000
--- a/blockchains/ethereum/assets/0x3472A5A71965499acd81997a54BBA8D852C6E53d/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Badger",
- "website": "https://badger.finance/",
- "description": "DAO dedicated to building products and infrastructure to bring Bitcoin to DeFi.",
- "explorer": "https://etherscan.io/token/0x3472A5A71965499acd81997a54BBA8D852C6E53d",
- "type": "ERC20",
- "symbol": "BADGER",
- "decimals": 18,
- "status": "active",
- "id": "0x3472A5A71965499acd81997a54BBA8D852C6E53d",
- "tags": [
- "defi",
- "governance"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/$BADGER"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/xSPFHHS"
- },
- {
- "name": "medium",
- "url": "https://badgerdao.medium.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3472A5A71965499acd81997a54BBA8D852C6E53d/logo.png b/blockchains/ethereum/assets/0x3472A5A71965499acd81997a54BBA8D852C6E53d/logo.png
deleted file mode 100644
index fbf9e095994fc..0000000000000
Binary files a/blockchains/ethereum/assets/0x3472A5A71965499acd81997a54BBA8D852C6E53d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x347C099f110Ca6761779329D2879957b606b6aCE/info.json b/blockchains/ethereum/assets/0x347C099f110Ca6761779329D2879957b606b6aCE/info.json
deleted file mode 100644
index 6f4d22bd9e852..0000000000000
--- a/blockchains/ethereum/assets/0x347C099f110Ca6761779329D2879957b606b6aCE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JOINT",
- "symbol": "JOINT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://jointventures.io/",
- "explorer": "https://etherscan.io/token/0x347C099f110Ca6761779329D2879957b606b6aCE",
- "status": "abandoned",
- "id": "0x347C099f110Ca6761779329D2879957b606b6aCE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x347C099f110Ca6761779329D2879957b606b6aCE/logo.png b/blockchains/ethereum/assets/0x347C099f110Ca6761779329D2879957b606b6aCE/logo.png
deleted file mode 100644
index 0f1efe8b62c4e..0000000000000
Binary files a/blockchains/ethereum/assets/0x347C099f110Ca6761779329D2879957b606b6aCE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x348B7f3106B5Da47405332534d06069fF9CE4d1B/info.json b/blockchains/ethereum/assets/0x348B7f3106B5Da47405332534d06069fF9CE4d1B/info.json
deleted file mode 100644
index acd182c0faa95..0000000000000
--- a/blockchains/ethereum/assets/0x348B7f3106B5Da47405332534d06069fF9CE4d1B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Elongate Deluxe",
- "website": "https://elongd.finance/",
- "description": "Elongate Deluxe The passive reward protocol with advanced elongation technology.",
- "explorer": "https://etherscan.io/token/0x348B7f3106B5Da47405332534d06069fF9CE4d1B",
- "type": "ERC20",
- "symbol": "ELONGD",
- "decimals": 9,
- "status": "active",
- "id": "0x348B7f3106B5Da47405332534d06069fF9CE4d1B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x348B7f3106B5Da47405332534d06069fF9CE4d1B/logo.png b/blockchains/ethereum/assets/0x348B7f3106B5Da47405332534d06069fF9CE4d1B/logo.png
deleted file mode 100644
index 5d41cffd14e0a..0000000000000
Binary files a/blockchains/ethereum/assets/0x348B7f3106B5Da47405332534d06069fF9CE4d1B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x34950Ff2b487d9E5282c5aB342d08A2f712eb79F/info.json b/blockchains/ethereum/assets/0x34950Ff2b487d9E5282c5aB342d08A2f712eb79F/info.json
deleted file mode 100644
index f8a43d828b377..0000000000000
--- a/blockchains/ethereum/assets/0x34950Ff2b487d9E5282c5aB342d08A2f712eb79F/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Efforce",
- "website": "https://efforce.io/",
- "description": "The first blockchain-based energy-saving platform.",
- "explorer": "https://etherscan.io/token/0x34950Ff2b487d9E5282c5aB342d08A2f712eb79F",
- "type": "ERC20",
- "symbol": "WOZX",
- "decimals": 18,
- "status": "active",
- "id": "0x34950Ff2b487d9E5282c5aB342d08A2f712eb79F",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/EfforceOfficial"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EFFORCE/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x34950Ff2b487d9E5282c5aB342d08A2f712eb79F/logo.png b/blockchains/ethereum/assets/0x34950Ff2b487d9E5282c5aB342d08A2f712eb79F/logo.png
deleted file mode 100644
index 93f5da681a804..0000000000000
Binary files a/blockchains/ethereum/assets/0x34950Ff2b487d9E5282c5aB342d08A2f712eb79F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x349c9A0AFbe8C8e08a6bD8A2E925f9EC5aE7d2C9/info.json b/blockchains/ethereum/assets/0x349c9A0AFbe8C8e08a6bD8A2E925f9EC5aE7d2C9/info.json
deleted file mode 100644
index 9401add441ddf..0000000000000
--- a/blockchains/ethereum/assets/0x349c9A0AFbe8C8e08a6bD8A2E925f9EC5aE7d2C9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TheFaustFlick",
- "symbol": "TFF",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x349c9A0AFbe8C8e08a6bD8A2E925f9EC5aE7d2C9",
- "status": "abandoned",
- "id": "0x349c9A0AFbe8C8e08a6bD8A2E925f9EC5aE7d2C9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x349c9A0AFbe8C8e08a6bD8A2E925f9EC5aE7d2C9/logo.png b/blockchains/ethereum/assets/0x349c9A0AFbe8C8e08a6bD8A2E925f9EC5aE7d2C9/logo.png
deleted file mode 100755
index 686df5c0f31be..0000000000000
Binary files a/blockchains/ethereum/assets/0x349c9A0AFbe8C8e08a6bD8A2E925f9EC5aE7d2C9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x34Be5b8C30eE4fDe069DC878989686aBE9884470/info.json b/blockchains/ethereum/assets/0x34Be5b8C30eE4fDe069DC878989686aBE9884470/info.json
deleted file mode 100644
index 7cd7aa40f1d37..0000000000000
--- a/blockchains/ethereum/assets/0x34Be5b8C30eE4fDe069DC878989686aBE9884470/info.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "name": "SENATE",
- "symbol": "SENATE",
- "website": "https://sidusheroes.com",
- "description": "The financial system of the Sidus Heroes game includes two tokens: the SIDUS token and the SENATE token. The SENATE token is used by the in-game mechanics as a governance coin as well as in-game currency for certain products within the game.",
- "explorer": "https://etherscan.io/token/0x34Be5b8C30eE4fDe069DC878989686aBE9884470",
- "type": "ERC20",
- "decimals": 18,
- "status": "active",
- "id": "0x34Be5b8C30eE4fDe069DC878989686aBE9884470",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/sidusHeroes"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/galaxy_sidus"
- },
- {
- "name": "medium",
- "url": "https://medium.com/sidus-nft-heroes"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/sidus__heroes"
- },
- {
- "name": "whitepaper",
- "url": "https://sidusheroes.com/docs/whitepaper.pdf"
- }
- ],
- "tags": [
- "gamefi",
- "nft",
- "staking"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x34Be5b8C30eE4fDe069DC878989686aBE9884470/logo.png b/blockchains/ethereum/assets/0x34Be5b8C30eE4fDe069DC878989686aBE9884470/logo.png
deleted file mode 100644
index 05596aa049383..0000000000000
Binary files a/blockchains/ethereum/assets/0x34Be5b8C30eE4fDe069DC878989686aBE9884470/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x34D18AAC981D3C93e649814A5ECA79e296411b65/info.json b/blockchains/ethereum/assets/0x34D18AAC981D3C93e649814A5ECA79e296411b65/info.json
deleted file mode 100644
index 506c0f124f7e9..0000000000000
--- a/blockchains/ethereum/assets/0x34D18AAC981D3C93e649814A5ECA79e296411b65/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Neo Ether",
- "symbol": "NEET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x34D18AAC981D3C93e649814A5ECA79e296411b65",
- "status": "abandoned",
- "id": "0x34D18AAC981D3C93e649814A5ECA79e296411b65"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x34D18AAC981D3C93e649814A5ECA79e296411b65/logo.png b/blockchains/ethereum/assets/0x34D18AAC981D3C93e649814A5ECA79e296411b65/logo.png
deleted file mode 100644
index 069b3bd061cb0..0000000000000
Binary files a/blockchains/ethereum/assets/0x34D18AAC981D3C93e649814A5ECA79e296411b65/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x34D6A0F5C2f5D0082141fE73d93B9dd00ca7CE11/info.json b/blockchains/ethereum/assets/0x34D6A0F5C2f5D0082141fE73d93B9dd00ca7CE11/info.json
deleted file mode 100644
index 7ccf48559f258..0000000000000
--- a/blockchains/ethereum/assets/0x34D6A0F5C2f5D0082141fE73d93B9dd00ca7CE11/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GOLDEN TOKEN",
- "symbol": "GOLD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://goldentoken.org/",
- "explorer": "https://etherscan.io/token/0x34D6A0F5C2f5D0082141fE73d93B9dd00ca7CE11",
- "status": "abandoned",
- "id": "0x34D6A0F5C2f5D0082141fE73d93B9dd00ca7CE11"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x34D6A0F5C2f5D0082141fE73d93B9dd00ca7CE11/logo.png b/blockchains/ethereum/assets/0x34D6A0F5C2f5D0082141fE73d93B9dd00ca7CE11/logo.png
deleted file mode 100644
index 412947683b0be..0000000000000
Binary files a/blockchains/ethereum/assets/0x34D6A0F5C2f5D0082141fE73d93B9dd00ca7CE11/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x34Dd5EDfED51c632d1d4d2502bC901EfB5fdfCD4/info.json b/blockchains/ethereum/assets/0x34Dd5EDfED51c632d1d4d2502bC901EfB5fdfCD4/info.json
deleted file mode 100644
index e29f9d0f032e7..0000000000000
--- a/blockchains/ethereum/assets/0x34Dd5EDfED51c632d1d4d2502bC901EfB5fdfCD4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Juriseum",
- "symbol": "JURM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://juriseum.io",
- "explorer": "https://etherscan.io/token/0x34Dd5EDfED51c632d1d4d2502bC901EfB5fdfCD4",
- "status": "abandoned",
- "id": "0x34Dd5EDfED51c632d1d4d2502bC901EfB5fdfCD4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x34Dd5EDfED51c632d1d4d2502bC901EfB5fdfCD4/logo.png b/blockchains/ethereum/assets/0x34Dd5EDfED51c632d1d4d2502bC901EfB5fdfCD4/logo.png
deleted file mode 100644
index b7bd487b2e3ff..0000000000000
Binary files a/blockchains/ethereum/assets/0x34Dd5EDfED51c632d1d4d2502bC901EfB5fdfCD4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x34F0915a5f15a66Eba86F6a58bE1A471FB7836A7/info.json b/blockchains/ethereum/assets/0x34F0915a5f15a66Eba86F6a58bE1A471FB7836A7/info.json
deleted file mode 100644
index 3ddc28db0fa77..0000000000000
--- a/blockchains/ethereum/assets/0x34F0915a5f15a66Eba86F6a58bE1A471FB7836A7/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "PulseDogecoin",
- "type": "ERC20",
- "symbol": "PLSD",
- "decimals": 12,
- "website": "https://pulsedogecoin.com",
- "description": "Meme coins are some of the most widely held cryptocurrencies in the world. PulseDogecoin aims to onboard new users into the PulseChain ecosystem by creating a scarce and strongly held cryptocurrency. Initially, launched on Ethereum PLSD will be copied over to PulseChain at chain launch but will continue thrive on both chains.",
- "explorer": "https://etherscan.io/token/0x34F0915a5f15a66Eba86F6a58bE1A471FB7836A7",
- "status": "active",
- "id": "0x34F0915a5f15a66Eba86F6a58bE1A471FB7836A7",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/PLSDogecoin"
- },
- {
- "name": "github",
- "url": "https://github.com/PulseDogecoin"
- },
- {
- "name": "telegram",
- "url": "https://t.me/PLSDcoin"
- },
- {
- "name": "whitepaper",
- "url": "https://img1.wsimg.com/blobby/go/65de38bc-5845-4557-af8f-e14acf85fbfc/PulseDogecoin%20White%20Paper-PDF.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/pulsedogecoin"
- },
- {
- "name": "source_code",
- "url": "https://github.com/PulseDogecoin/PulseDogecoin-contract/blob/main/Pulsedogecoin.sol"
- }
- ],
- "tags": [
- "memes"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x34F0915a5f15a66Eba86F6a58bE1A471FB7836A7/logo.png b/blockchains/ethereum/assets/0x34F0915a5f15a66Eba86F6a58bE1A471FB7836A7/logo.png
deleted file mode 100644
index 7b32f2d25300e..0000000000000
Binary files a/blockchains/ethereum/assets/0x34F0915a5f15a66Eba86F6a58bE1A471FB7836A7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x34f0d846c766874413938994da32360Cf0E4350d/info.json b/blockchains/ethereum/assets/0x34f0d846c766874413938994da32360Cf0E4350d/info.json
deleted file mode 100644
index 498566930b045..0000000000000
--- a/blockchains/ethereum/assets/0x34f0d846c766874413938994da32360Cf0E4350d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sophon Capital Token",
- "symbol": "SAIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.sophoncapital.com/",
- "explorer": "https://etherscan.io/token/0x34f0d846c766874413938994da32360Cf0E4350d",
- "status": "abandoned",
- "id": "0x34f0d846c766874413938994da32360Cf0E4350d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x34f0d846c766874413938994da32360Cf0E4350d/logo.png b/blockchains/ethereum/assets/0x34f0d846c766874413938994da32360Cf0E4350d/logo.png
deleted file mode 100644
index ef8d5c02e0bca..0000000000000
Binary files a/blockchains/ethereum/assets/0x34f0d846c766874413938994da32360Cf0E4350d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x34fcE2C1A2F093F131A9669332C41b49ABE5671F/info.json b/blockchains/ethereum/assets/0x34fcE2C1A2F093F131A9669332C41b49ABE5671F/info.json
deleted file mode 100644
index 20003dcdce2c0..0000000000000
--- a/blockchains/ethereum/assets/0x34fcE2C1A2F093F131A9669332C41b49ABE5671F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-26/30M26",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x34fcE2C1A2F093F131A9669332C41b49ABE5671F",
- "status": "abandoned",
- "id": "0x34fcE2C1A2F093F131A9669332C41b49ABE5671F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x34fcE2C1A2F093F131A9669332C41b49ABE5671F/logo.png b/blockchains/ethereum/assets/0x34fcE2C1A2F093F131A9669332C41b49ABE5671F/logo.png
deleted file mode 100644
index 8fffa202f4b38..0000000000000
Binary files a/blockchains/ethereum/assets/0x34fcE2C1A2F093F131A9669332C41b49ABE5671F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x350104dE76bE6be8efE4D1Ff34E231a51BA34973/info.json b/blockchains/ethereum/assets/0x350104dE76bE6be8efE4D1Ff34E231a51BA34973/info.json
deleted file mode 100644
index 0d2dbd9fe1d50..0000000000000
--- a/blockchains/ethereum/assets/0x350104dE76bE6be8efE4D1Ff34E231a51BA34973/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "World Bank token",
- "symbol": "WBT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "theworldbank.group",
- "explorer": "https://etherscan.io/token/0x350104dE76bE6be8efE4D1Ff34E231a51BA34973",
- "status": "abandoned",
- "id": "0x350104dE76bE6be8efE4D1Ff34E231a51BA34973"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x350104dE76bE6be8efE4D1Ff34E231a51BA34973/logo.png b/blockchains/ethereum/assets/0x350104dE76bE6be8efE4D1Ff34E231a51BA34973/logo.png
deleted file mode 100644
index dfbb41f22ff93..0000000000000
Binary files a/blockchains/ethereum/assets/0x350104dE76bE6be8efE4D1Ff34E231a51BA34973/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3505F494c3f0fed0B594E01Fa41Dd3967645ca39/info.json b/blockchains/ethereum/assets/0x3505F494c3f0fed0B594E01Fa41Dd3967645ca39/info.json
deleted file mode 100644
index d940e30092a67..0000000000000
--- a/blockchains/ethereum/assets/0x3505F494c3f0fed0B594E01Fa41Dd3967645ca39/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SWARM",
- "symbol": "SWM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://swarm.fund",
- "explorer": "https://etherscan.io/token/0x3505F494c3f0fed0B594E01Fa41Dd3967645ca39",
- "status": "active",
- "id": "0x3505F494c3f0fed0B594E01Fa41Dd3967645ca39"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3505F494c3f0fed0B594E01Fa41Dd3967645ca39/logo.png b/blockchains/ethereum/assets/0x3505F494c3f0fed0B594E01Fa41Dd3967645ca39/logo.png
deleted file mode 100644
index 03e8002aa1750..0000000000000
Binary files a/blockchains/ethereum/assets/0x3505F494c3f0fed0B594E01Fa41Dd3967645ca39/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3506424F91fD33084466F402d5D97f05F8e3b4AF/info.json b/blockchains/ethereum/assets/0x3506424F91fD33084466F402d5D97f05F8e3b4AF/info.json
deleted file mode 100644
index e56c33d8ff313..0000000000000
--- a/blockchains/ethereum/assets/0x3506424F91fD33084466F402d5D97f05F8e3b4AF/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Chiliz",
- "website": "https://chiliz.com",
- "description": "Chiliz, powering Socios.com, aims to give sports and esports fans the ability to crowd-manage their favorite teams, games, leagues, and events.",
- "explorer": "https://etherscan.io/token/0x3506424F91fD33084466F402d5D97f05F8e3b4AF",
- "type": "ERC20",
- "symbol": "CHZ",
- "decimals": 18,
- "status": "active",
- "id": "0x3506424F91fD33084466F402d5D97f05F8e3b4AF",
- "tags": [
- "nft"
- ],
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/chiliz_io"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/chiliZ/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/chiliZdotcom/"
- },
- {
- "name": "blog",
- "url": "https://medium.com/chiliz"
- },
- {
- "name": "whitepaper",
- "url": "https://chiliz.com/docs/CHZ_whitepaper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/chiliz/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3506424F91fD33084466F402d5D97f05F8e3b4AF/logo.png b/blockchains/ethereum/assets/0x3506424F91fD33084466F402d5D97f05F8e3b4AF/logo.png
deleted file mode 100644
index ef01420eb3139..0000000000000
Binary files a/blockchains/ethereum/assets/0x3506424F91fD33084466F402d5D97f05F8e3b4AF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3514f2C8a12470Ae3410EA51F96f987e9e7018Dd/info.json b/blockchains/ethereum/assets/0x3514f2C8a12470Ae3410EA51F96f987e9e7018Dd/info.json
deleted file mode 100644
index b4f4a9ad43043..0000000000000
--- a/blockchains/ethereum/assets/0x3514f2C8a12470Ae3410EA51F96f987e9e7018Dd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LYC",
- "symbol": "Lycoin",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3514f2C8a12470Ae3410EA51F96f987e9e7018Dd",
- "status": "abandoned",
- "id": "0x3514f2C8a12470Ae3410EA51F96f987e9e7018Dd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3514f2C8a12470Ae3410EA51F96f987e9e7018Dd/logo.png b/blockchains/ethereum/assets/0x3514f2C8a12470Ae3410EA51F96f987e9e7018Dd/logo.png
deleted file mode 100644
index cce4ffecadba7..0000000000000
Binary files a/blockchains/ethereum/assets/0x3514f2C8a12470Ae3410EA51F96f987e9e7018Dd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x35156b404C3f9bdaf45ab65Ba315419bcDe3775c/info.json b/blockchains/ethereum/assets/0x35156b404C3f9bdaf45ab65Ba315419bcDe3775c/info.json
deleted file mode 100644
index d1bd1400a4d82..0000000000000
--- a/blockchains/ethereum/assets/0x35156b404C3f9bdaf45ab65Ba315419bcDe3775c/info.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "Chihiro Inu",
- "type": "ERC20",
- "symbol": "CHIRO",
- "decimals": 9,
- "website": "https://www.chihiro-inu.com",
- "description": "CHIRO is Chihiroverse an Integrated Ecosystem of Interactive Gaming.",
- "explorer": "https://etherscan.io/token/0x35156b404c3f9bdaf45ab65ba315419bcde3775c",
- "status": "active",
- "id": "0x35156b404C3f9bdaf45ab65Ba315419bcDe3775c",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ChihiroInuETH"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/CkeppjfPyn"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ChihiroInuETH"
- },
- {
- "name": "whitepaper",
- "url": "https://linktr.ee/chihiroinu"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/chihiro-inu"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/chihiro-inu"
- },
- {
- "name": "source_code",
- "url": "https://etherscan.io/address/0x35156b404c3f9bdaf45ab65ba315419bcde3775c#code"
- }
- ],
- "tags": [
- "gamefi",
- "nft",
- "deflationary",
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x35156b404C3f9bdaf45ab65Ba315419bcDe3775c/logo.png b/blockchains/ethereum/assets/0x35156b404C3f9bdaf45ab65Ba315419bcDe3775c/logo.png
deleted file mode 100644
index d6af19300793d..0000000000000
Binary files a/blockchains/ethereum/assets/0x35156b404C3f9bdaf45ab65Ba315419bcDe3775c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x35242Ed010d80F39643982d0216D7CA7AD1FA841/info.json b/blockchains/ethereum/assets/0x35242Ed010d80F39643982d0216D7CA7AD1FA841/info.json
deleted file mode 100644
index 11ec4b0a5ffc6..0000000000000
--- a/blockchains/ethereum/assets/0x35242Ed010d80F39643982d0216D7CA7AD1FA841/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Slonigiraf Token",
- "symbol": "SLON",
- "type": "ERC20",
- "decimals": 18,
- "description": "Exchange skills while learning and teaching.",
- "website": "https://www.slonigiraf.org/",
- "explorer": "https://etherscan.io/token/0x35242Ed010d80F39643982d0216D7CA7AD1FA841",
- "status": "active",
- "id": "0x35242Ed010d80F39643982d0216D7CA7AD1FA841"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x35242Ed010d80F39643982d0216D7CA7AD1FA841/logo.png b/blockchains/ethereum/assets/0x35242Ed010d80F39643982d0216D7CA7AD1FA841/logo.png
deleted file mode 100644
index 709eac378cba5..0000000000000
Binary files a/blockchains/ethereum/assets/0x35242Ed010d80F39643982d0216D7CA7AD1FA841/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x352563e90520F867cC2B7F42DC4B628C37996Eca/info.json b/blockchains/ethereum/assets/0x352563e90520F867cC2B7F42DC4B628C37996Eca/info.json
deleted file mode 100644
index 6954725728902..0000000000000
--- a/blockchains/ethereum/assets/0x352563e90520F867cC2B7F42DC4B628C37996Eca/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 235-CN46",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x352563e90520F867cC2B7F42DC4B628C37996Eca",
- "status": "abandoned",
- "id": "0x352563e90520F867cC2B7F42DC4B628C37996Eca"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x352563e90520F867cC2B7F42DC4B628C37996Eca/logo.png b/blockchains/ethereum/assets/0x352563e90520F867cC2B7F42DC4B628C37996Eca/logo.png
deleted file mode 100644
index d5d81274d3c0c..0000000000000
Binary files a/blockchains/ethereum/assets/0x352563e90520F867cC2B7F42DC4B628C37996Eca/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x352CFed33922fA8D34fcb8eb58525a60cA6821FC/info.json b/blockchains/ethereum/assets/0x352CFed33922fA8D34fcb8eb58525a60cA6821FC/info.json
deleted file mode 100644
index d92c6b975043c..0000000000000
--- a/blockchains/ethereum/assets/0x352CFed33922fA8D34fcb8eb58525a60cA6821FC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AUDION GAMING TOKEN",
- "symbol": "AGT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x352CFed33922fA8D34fcb8eb58525a60cA6821FC",
- "status": "abandoned",
- "id": "0x352CFed33922fA8D34fcb8eb58525a60cA6821FC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x352CFed33922fA8D34fcb8eb58525a60cA6821FC/logo.png b/blockchains/ethereum/assets/0x352CFed33922fA8D34fcb8eb58525a60cA6821FC/logo.png
deleted file mode 100644
index 232f701f47b9c..0000000000000
Binary files a/blockchains/ethereum/assets/0x352CFed33922fA8D34fcb8eb58525a60cA6821FC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x35334C8D87A398E376cB98c792513cbd85B27eb2/info.json b/blockchains/ethereum/assets/0x35334C8D87A398E376cB98c792513cbd85B27eb2/info.json
deleted file mode 100644
index 8d1d4ba67e680..0000000000000
--- a/blockchains/ethereum/assets/0x35334C8D87A398E376cB98c792513cbd85B27eb2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitoken",
- "symbol": "BTK",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x35334C8D87A398E376cB98c792513cbd85B27eb2",
- "status": "abandoned",
- "id": "0x35334C8D87A398E376cB98c792513cbd85B27eb2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x35334C8D87A398E376cB98c792513cbd85B27eb2/logo.png b/blockchains/ethereum/assets/0x35334C8D87A398E376cB98c792513cbd85B27eb2/logo.png
deleted file mode 100755
index e9a71af5d2649..0000000000000
Binary files a/blockchains/ethereum/assets/0x35334C8D87A398E376cB98c792513cbd85B27eb2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x353cAFd02131CA5b69211BBc3899f556BC62B7E3/info.json b/blockchains/ethereum/assets/0x353cAFd02131CA5b69211BBc3899f556BC62B7E3/info.json
deleted file mode 100644
index c1e35045d8f16..0000000000000
--- a/blockchains/ethereum/assets/0x353cAFd02131CA5b69211BBc3899f556BC62B7E3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitEDU",
- "symbol": "BEU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x353cAFd02131CA5b69211BBc3899f556BC62B7E3",
- "status": "abandoned",
- "id": "0x353cAFd02131CA5b69211BBc3899f556BC62B7E3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x353cAFd02131CA5b69211BBc3899f556BC62B7E3/logo.png b/blockchains/ethereum/assets/0x353cAFd02131CA5b69211BBc3899f556BC62B7E3/logo.png
deleted file mode 100755
index affae45ab7e48..0000000000000
Binary files a/blockchains/ethereum/assets/0x353cAFd02131CA5b69211BBc3899f556BC62B7E3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3543638eD4a9006E4840B105944271Bcea15605D/info.json b/blockchains/ethereum/assets/0x3543638eD4a9006E4840B105944271Bcea15605D/info.json
deleted file mode 100644
index baff1af2c34a4..0000000000000
--- a/blockchains/ethereum/assets/0x3543638eD4a9006E4840B105944271Bcea15605D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UNetworkToken",
- "symbol": "UUU",
- "type": "ERC20",
- "decimals": 18,
- "description": "U Network describes itself as a decentralized content asset storage, notarization, distribution, publishing, and valuation network.",
- "website": "https://u.network/",
- "explorer": "https://etherscan.io/token/0x3543638eD4a9006E4840B105944271Bcea15605D",
- "status": "active",
- "id": "0x3543638eD4a9006E4840B105944271Bcea15605D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3543638eD4a9006E4840B105944271Bcea15605D/logo.png b/blockchains/ethereum/assets/0x3543638eD4a9006E4840B105944271Bcea15605D/logo.png
deleted file mode 100644
index e05200adb0045..0000000000000
Binary files a/blockchains/ethereum/assets/0x3543638eD4a9006E4840B105944271Bcea15605D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3559F3724432f0dCA7255E8147bdC9d8B938E848/info.json b/blockchains/ethereum/assets/0x3559F3724432f0dCA7255E8147bdC9d8B938E848/info.json
deleted file mode 100644
index 3ac45cb6ff3d2..0000000000000
--- a/blockchains/ethereum/assets/0x3559F3724432f0dCA7255E8147bdC9d8B938E848/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DTH",
- "symbol": "DINESHTECH",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3559F3724432f0dCA7255E8147bdC9d8B938E848",
- "status": "abandoned",
- "id": "0x3559F3724432f0dCA7255E8147bdC9d8B938E848"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3559F3724432f0dCA7255E8147bdC9d8B938E848/logo.png b/blockchains/ethereum/assets/0x3559F3724432f0dCA7255E8147bdC9d8B938E848/logo.png
deleted file mode 100644
index fd7b9846ce3f8..0000000000000
Binary files a/blockchains/ethereum/assets/0x3559F3724432f0dCA7255E8147bdC9d8B938E848/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x355C665e101B9DA58704A8fDDb5FeeF210eF20c0/info.json b/blockchains/ethereum/assets/0x355C665e101B9DA58704A8fDDb5FeeF210eF20c0/info.json
deleted file mode 100644
index 7907adea25942..0000000000000
--- a/blockchains/ethereum/assets/0x355C665e101B9DA58704A8fDDb5FeeF210eF20c0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "dForce",
- "symbol": "GOLDx",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://goldx.dforce.network/",
- "explorer": "https://etherscan.io/token/0x355C665e101B9DA58704A8fDDb5FeeF210eF20c0",
- "status": "abandoned",
- "id": "0x355C665e101B9DA58704A8fDDb5FeeF210eF20c0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x355C665e101B9DA58704A8fDDb5FeeF210eF20c0/logo.png b/blockchains/ethereum/assets/0x355C665e101B9DA58704A8fDDb5FeeF210eF20c0/logo.png
deleted file mode 100644
index 6137d4217c5c3..0000000000000
Binary files a/blockchains/ethereum/assets/0x355C665e101B9DA58704A8fDDb5FeeF210eF20c0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x355a458d555151D3B27F94227960Ade1504E526a/info.json b/blockchains/ethereum/assets/0x355a458d555151D3B27F94227960Ade1504E526a/info.json
deleted file mode 100644
index 3b587f9a6c562..0000000000000
--- a/blockchains/ethereum/assets/0x355a458d555151D3B27F94227960Ade1504E526a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "StockChain Coin",
- "symbol": "SCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://stockchain.co/",
- "explorer": "https://etherscan.io/token/0x355a458d555151D3B27F94227960Ade1504E526a",
- "status": "abandoned",
- "id": "0x355a458d555151D3B27F94227960Ade1504E526a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x355a458d555151D3B27F94227960Ade1504E526a/logo.png b/blockchains/ethereum/assets/0x355a458d555151D3B27F94227960Ade1504E526a/logo.png
deleted file mode 100644
index ba70e74d0628a..0000000000000
Binary files a/blockchains/ethereum/assets/0x355a458d555151D3B27F94227960Ade1504E526a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x35612a781721944118ef90353554bc6c1cD51e24/info.json b/blockchains/ethereum/assets/0x35612a781721944118ef90353554bc6c1cD51e24/info.json
deleted file mode 100644
index a10001f815b4b..0000000000000
--- a/blockchains/ethereum/assets/0x35612a781721944118ef90353554bc6c1cD51e24/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "trip token",
- "symbol": "TRIP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x35612a781721944118ef90353554bc6c1cD51e24",
- "status": "abandoned",
- "id": "0x35612a781721944118ef90353554bc6c1cD51e24"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x35612a781721944118ef90353554bc6c1cD51e24/logo.png b/blockchains/ethereum/assets/0x35612a781721944118ef90353554bc6c1cD51e24/logo.png
deleted file mode 100644
index 8c91c0dc8c53b..0000000000000
Binary files a/blockchains/ethereum/assets/0x35612a781721944118ef90353554bc6c1cD51e24/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3564ad35b9E95340E5Ace2D6251dbfC76098669B/info.json b/blockchains/ethereum/assets/0x3564ad35b9E95340E5Ace2D6251dbfC76098669B/info.json
deleted file mode 100644
index 7cc65fa4535d9..0000000000000
--- a/blockchains/ethereum/assets/0x3564ad35b9E95340E5Ace2D6251dbfC76098669B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DMM: USDC",
- "symbol": "mUSDC",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3564ad35b9E95340E5Ace2D6251dbfC76098669B",
- "status": "abandoned",
- "id": "0x3564ad35b9E95340E5Ace2D6251dbfC76098669B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3564ad35b9E95340E5Ace2D6251dbfC76098669B/logo.png b/blockchains/ethereum/assets/0x3564ad35b9E95340E5Ace2D6251dbfC76098669B/logo.png
deleted file mode 100644
index b96a47a93e401..0000000000000
Binary files a/blockchains/ethereum/assets/0x3564ad35b9E95340E5Ace2D6251dbfC76098669B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3565402f2936D3284264F03615D065803330E392/info.json b/blockchains/ethereum/assets/0x3565402f2936D3284264F03615D065803330E392/info.json
deleted file mode 100644
index 3e1ad9ab1bee7..0000000000000
--- a/blockchains/ethereum/assets/0x3565402f2936D3284264F03615D065803330E392/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CandysAirdrop",
- "symbol": "CSAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3565402f2936D3284264F03615D065803330E392",
- "status": "abandoned",
- "id": "0x3565402f2936D3284264F03615D065803330E392"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3565402f2936D3284264F03615D065803330E392/logo.png b/blockchains/ethereum/assets/0x3565402f2936D3284264F03615D065803330E392/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x3565402f2936D3284264F03615D065803330E392/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x357aAc74D5Fc24f271E5652Ec6Bdd8AbfE048505/info.json b/blockchains/ethereum/assets/0x357aAc74D5Fc24f271E5652Ec6Bdd8AbfE048505/info.json
deleted file mode 100644
index fc8d743f34df7..0000000000000
--- a/blockchains/ethereum/assets/0x357aAc74D5Fc24f271E5652Ec6Bdd8AbfE048505/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoinCircle",
- "symbol": "ZIB",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x357aAc74D5Fc24f271E5652Ec6Bdd8AbfE048505",
- "status": "abandoned",
- "id": "0x357aAc74D5Fc24f271E5652Ec6Bdd8AbfE048505"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x357aAc74D5Fc24f271E5652Ec6Bdd8AbfE048505/logo.png b/blockchains/ethereum/assets/0x357aAc74D5Fc24f271E5652Ec6Bdd8AbfE048505/logo.png
deleted file mode 100644
index 2b9ab89a95f0e..0000000000000
Binary files a/blockchains/ethereum/assets/0x357aAc74D5Fc24f271E5652Ec6Bdd8AbfE048505/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x35840c161E1F677AEfb6cFF534fd8C5C93Af4824/info.json b/blockchains/ethereum/assets/0x35840c161E1F677AEfb6cFF534fd8C5C93Af4824/info.json
deleted file mode 100644
index 13413f34b8b30..0000000000000
--- a/blockchains/ethereum/assets/0x35840c161E1F677AEfb6cFF534fd8C5C93Af4824/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VESA",
- "symbol": "VESA",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x35840c161E1F677AEfb6cFF534fd8C5C93Af4824",
- "status": "abandoned",
- "id": "0x35840c161E1F677AEfb6cFF534fd8C5C93Af4824"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x35840c161E1F677AEfb6cFF534fd8C5C93Af4824/logo.png b/blockchains/ethereum/assets/0x35840c161E1F677AEfb6cFF534fd8C5C93Af4824/logo.png
deleted file mode 100644
index 8677678ef2158..0000000000000
Binary files a/blockchains/ethereum/assets/0x35840c161E1F677AEfb6cFF534fd8C5C93Af4824/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x35872fea6A4843fACBCDbCe99e3B69596A3680b8/info.json b/blockchains/ethereum/assets/0x35872fea6A4843fACBCDbCe99e3B69596A3680b8/info.json
deleted file mode 100644
index 18ce1f0f067fd..0000000000000
--- a/blockchains/ethereum/assets/0x35872fea6A4843fACBCDbCe99e3B69596A3680b8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "1337",
- "symbol": "1337",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x35872fea6A4843fACBCDbCe99e3B69596A3680b8",
- "status": "abandoned",
- "id": "0x35872fea6A4843fACBCDbCe99e3B69596A3680b8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x35872fea6A4843fACBCDbCe99e3B69596A3680b8/logo.png b/blockchains/ethereum/assets/0x35872fea6A4843fACBCDbCe99e3B69596A3680b8/logo.png
deleted file mode 100644
index 069e36f298040..0000000000000
Binary files a/blockchains/ethereum/assets/0x35872fea6A4843fACBCDbCe99e3B69596A3680b8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x358AA737e033F34df7c54306960a38d09AaBd523/info.json b/blockchains/ethereum/assets/0x358AA737e033F34df7c54306960a38d09AaBd523/info.json
deleted file mode 100644
index 949033b021916..0000000000000
--- a/blockchains/ethereum/assets/0x358AA737e033F34df7c54306960a38d09AaBd523/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Ares Protocol",
- "type": "ERC20",
- "symbol": "ARES",
- "decimals": 18,
- "website": "https://www.aresprotocol.io/",
- "description": "A chain-verified decentralized cross-chain oracle service protocol to provide secure and reliable data services for the interconnection of the chain and the digital economy.",
- "explorer": "https://etherscan.io/token/0x358AA737e033F34df7c54306960a38d09AaBd523",
- "status": "active",
- "id": "0x358AA737e033F34df7c54306960a38d09AaBd523",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/AresProtocolLab"
- },
- {
- "name": "telegram",
- "url": "https://t.me/aresprotocolLab"
- },
- {
- "name": "medium",
- "url": "https://aresprotocollab.medium.com"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/MKE4yX4h"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x358AA737e033F34df7c54306960a38d09AaBd523/logo.png b/blockchains/ethereum/assets/0x358AA737e033F34df7c54306960a38d09AaBd523/logo.png
deleted file mode 100644
index ad9c92c4524d6..0000000000000
Binary files a/blockchains/ethereum/assets/0x358AA737e033F34df7c54306960a38d09AaBd523/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x358B2f19BcBad11e1E076247df5552C2A5f0272C/info.json b/blockchains/ethereum/assets/0x358B2f19BcBad11e1E076247df5552C2A5f0272C/info.json
deleted file mode 100644
index ad7787df30ef2..0000000000000
--- a/blockchains/ethereum/assets/0x358B2f19BcBad11e1E076247df5552C2A5f0272C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ELLUI",
- "symbol": "ELU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x358B2f19BcBad11e1E076247df5552C2A5f0272C",
- "status": "abandoned",
- "id": "0x358B2f19BcBad11e1E076247df5552C2A5f0272C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x358B2f19BcBad11e1E076247df5552C2A5f0272C/logo.png b/blockchains/ethereum/assets/0x358B2f19BcBad11e1E076247df5552C2A5f0272C/logo.png
deleted file mode 100644
index 9a517d86af214..0000000000000
Binary files a/blockchains/ethereum/assets/0x358B2f19BcBad11e1E076247df5552C2A5f0272C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3593D125a4f7849a1B059E64F4517A86Dd60c95d/info.json b/blockchains/ethereum/assets/0x3593D125a4f7849a1B059E64F4517A86Dd60c95d/info.json
deleted file mode 100644
index d3b8c57fc2446..0000000000000
--- a/blockchains/ethereum/assets/0x3593D125a4f7849a1B059E64F4517A86Dd60c95d/info.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "name": "MANTRA DAO",
- "website": "http://mantradao.com",
- "description": "MANTRA DAO leverages the wisdom of the crowd to create a community-governed, transparent, and decentralized ecosystem for Web 3.0",
- "explorer": "https://etherscan.io/token/0x3593D125a4f7849a1B059E64F4517A86Dd60c95d",
- "research": "",
- "type": "ERC20",
- "symbol": "OM",
- "decimals": 18,
- "status": "active",
- "id": "0x3593D125a4f7849a1B059E64F4517A86Dd60c95d",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Mantradao"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/MANTRADAO"
- },
- {
- "name": "telegram",
- "url": "https://t.me/MANTRADAO"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/mantra-dao/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/mantra-dao/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3593D125a4f7849a1B059E64F4517A86Dd60c95d/logo.png b/blockchains/ethereum/assets/0x3593D125a4f7849a1B059E64F4517A86Dd60c95d/logo.png
deleted file mode 100644
index 2a061ac5484a6..0000000000000
Binary files a/blockchains/ethereum/assets/0x3593D125a4f7849a1B059E64F4517A86Dd60c95d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3597bfD533a99c9aa083587B074434E61Eb0A258/info.json b/blockchains/ethereum/assets/0x3597bfD533a99c9aa083587B074434E61Eb0A258/info.json
deleted file mode 100644
index 3dc545a034c79..0000000000000
--- a/blockchains/ethereum/assets/0x3597bfD533a99c9aa083587B074434E61Eb0A258/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DENT",
- "symbol": "DENT",
- "type": "ERC20",
- "decimals": 8,
- "description": "Creating a world-wide marketplace on Ethereum Blockchain to sell and buy Mobile Data with DENT Tokens.",
- "website": "https://www.dentwireless.com",
- "explorer": "https://etherscan.io/token/0x3597bfD533a99c9aa083587B074434E61Eb0A258",
- "status": "active",
- "id": "0x3597bfD533a99c9aa083587B074434E61Eb0A258"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3597bfD533a99c9aa083587B074434E61Eb0A258/logo.png b/blockchains/ethereum/assets/0x3597bfD533a99c9aa083587B074434E61Eb0A258/logo.png
deleted file mode 100644
index 486ff0c57f523..0000000000000
Binary files a/blockchains/ethereum/assets/0x3597bfD533a99c9aa083587B074434E61Eb0A258/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x35B420e41e5b8F4BEEbD2666B47B1CB6f508Af3b/info.json b/blockchains/ethereum/assets/0x35B420e41e5b8F4BEEbD2666B47B1CB6f508Af3b/info.json
deleted file mode 100644
index 6e3e6095264d2..0000000000000
--- a/blockchains/ethereum/assets/0x35B420e41e5b8F4BEEbD2666B47B1CB6f508Af3b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zeaci",
- "symbol": "Zai",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x35B420e41e5b8F4BEEbD2666B47B1CB6f508Af3b",
- "status": "abandoned",
- "id": "0x35B420e41e5b8F4BEEbD2666B47B1CB6f508Af3b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x35B420e41e5b8F4BEEbD2666B47B1CB6f508Af3b/logo.png b/blockchains/ethereum/assets/0x35B420e41e5b8F4BEEbD2666B47B1CB6f508Af3b/logo.png
deleted file mode 100644
index 2d1065cf40cb1..0000000000000
Binary files a/blockchains/ethereum/assets/0x35B420e41e5b8F4BEEbD2666B47B1CB6f508Af3b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x35C896b1700E344a81B95b6bC1D4d95b4503699c/info.json b/blockchains/ethereum/assets/0x35C896b1700E344a81B95b6bC1D4d95b4503699c/info.json
deleted file mode 100644
index 6adab72c15e9c..0000000000000
--- a/blockchains/ethereum/assets/0x35C896b1700E344a81B95b6bC1D4d95b4503699c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PokerSports Token",
- "symbol": "XPST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x35C896b1700E344a81B95b6bC1D4d95b4503699c",
- "status": "abandoned",
- "id": "0x35C896b1700E344a81B95b6bC1D4d95b4503699c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x35C896b1700E344a81B95b6bC1D4d95b4503699c/logo.png b/blockchains/ethereum/assets/0x35C896b1700E344a81B95b6bC1D4d95b4503699c/logo.png
deleted file mode 100755
index db128eefab501..0000000000000
Binary files a/blockchains/ethereum/assets/0x35C896b1700E344a81B95b6bC1D4d95b4503699c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x35F82CAa11C2459E179Bc8102cCE439D77C8Ef25/info.json b/blockchains/ethereum/assets/0x35F82CAa11C2459E179Bc8102cCE439D77C8Ef25/info.json
deleted file mode 100644
index 233d78fe018d2..0000000000000
--- a/blockchains/ethereum/assets/0x35F82CAa11C2459E179Bc8102cCE439D77C8Ef25/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Friendcoin007",
- "symbol": "FC007",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.friend007.com/",
- "explorer": "https://etherscan.io/token/0x35F82CAa11C2459E179Bc8102cCE439D77C8Ef25",
- "status": "abandoned",
- "id": "0x35F82CAa11C2459E179Bc8102cCE439D77C8Ef25"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x35F82CAa11C2459E179Bc8102cCE439D77C8Ef25/logo.png b/blockchains/ethereum/assets/0x35F82CAa11C2459E179Bc8102cCE439D77C8Ef25/logo.png
deleted file mode 100644
index aab0e10df3172..0000000000000
Binary files a/blockchains/ethereum/assets/0x35F82CAa11C2459E179Bc8102cCE439D77C8Ef25/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x35a5cB585d51D836922b78A9bb1f5c04635c39b6/info.json b/blockchains/ethereum/assets/0x35a5cB585d51D836922b78A9bb1f5c04635c39b6/info.json
deleted file mode 100644
index bcb65198422e3..0000000000000
--- a/blockchains/ethereum/assets/0x35a5cB585d51D836922b78A9bb1f5c04635c39b6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Decimated Token",
- "symbol": "DIO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.decimated.net/",
- "explorer": "https://etherscan.io/token/0x35a5cB585d51D836922b78A9bb1f5c04635c39b6",
- "status": "abandoned",
- "id": "0x35a5cB585d51D836922b78A9bb1f5c04635c39b6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x35a5cB585d51D836922b78A9bb1f5c04635c39b6/logo.png b/blockchains/ethereum/assets/0x35a5cB585d51D836922b78A9bb1f5c04635c39b6/logo.png
deleted file mode 100644
index 2bebf685cf25b..0000000000000
Binary files a/blockchains/ethereum/assets/0x35a5cB585d51D836922b78A9bb1f5c04635c39b6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x35a69642857083BA2F30bfaB735dacC7F0bac969/info.json b/blockchains/ethereum/assets/0x35a69642857083BA2F30bfaB735dacC7F0bac969/info.json
deleted file mode 100644
index ff420cd7de784..0000000000000
--- a/blockchains/ethereum/assets/0x35a69642857083BA2F30bfaB735dacC7F0bac969/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BBNToken",
- "symbol": "BBN",
- "type": "ERC20",
- "decimals": 18,
- "description": "Banyan Network is a fusion of big data network based on blockchain technology called Data Fusion Value Chain Network (DVN).",
- "website": "https://www.banyanbbt.org/",
- "explorer": "https://etherscan.io/token/0x35a69642857083BA2F30bfaB735dacC7F0bac969",
- "status": "active",
- "id": "0x35a69642857083BA2F30bfaB735dacC7F0bac969"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x35a69642857083BA2F30bfaB735dacC7F0bac969/logo.png b/blockchains/ethereum/assets/0x35a69642857083BA2F30bfaB735dacC7F0bac969/logo.png
deleted file mode 100644
index 71ac54a6ee662..0000000000000
Binary files a/blockchains/ethereum/assets/0x35a69642857083BA2F30bfaB735dacC7F0bac969/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x35b08722AA26bE119c1608029CcbC976ac5C1082/info.json b/blockchains/ethereum/assets/0x35b08722AA26bE119c1608029CcbC976ac5C1082/info.json
deleted file mode 100644
index 8e3f653fd0469..0000000000000
--- a/blockchains/ethereum/assets/0x35b08722AA26bE119c1608029CcbC976ac5C1082/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EminerToken",
- "symbol": "EM",
- "type": "ERC20",
- "decimals": 8,
- "description": "Eminer aims to build a platform that integrates hash rate services, financial services, and information services.",
- "website": "https://eminer.pro",
- "explorer": "https://etherscan.io/token/0x35b08722AA26bE119c1608029CcbC976ac5C1082",
- "status": "active",
- "id": "0x35b08722AA26bE119c1608029CcbC976ac5C1082"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x35b08722AA26bE119c1608029CcbC976ac5C1082/logo.png b/blockchains/ethereum/assets/0x35b08722AA26bE119c1608029CcbC976ac5C1082/logo.png
deleted file mode 100644
index c6327dc112d5a..0000000000000
Binary files a/blockchains/ethereum/assets/0x35b08722AA26bE119c1608029CcbC976ac5C1082/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x35bD01FC9d6D5D81CA9E055Db88Dc49aa2c699A8/info.json b/blockchains/ethereum/assets/0x35bD01FC9d6D5D81CA9E055Db88Dc49aa2c699A8/info.json
deleted file mode 100644
index 04630e2e3e8ed..0000000000000
--- a/blockchains/ethereum/assets/0x35bD01FC9d6D5D81CA9E055Db88Dc49aa2c699A8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Friends with Benefits",
- "website": "https://fwb.help",
- "description": "FWB is a Private Discord channel filled with our favorite thinkers, creatives, rebels, and doers.",
- "explorer": "https://etherscan.io/token/0x35bd01fc9d6d5d81ca9e055db88dc49aa2c699a8",
- "type": "ERC20",
- "symbol": "FWB",
- "decimals": 18,
- "status": "active",
- "id": "0x35bD01FC9d6D5D81CA9E055Db88Dc49aa2c699A8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x35bD01FC9d6D5D81CA9E055Db88Dc49aa2c699A8/logo.png b/blockchains/ethereum/assets/0x35bD01FC9d6D5D81CA9E055Db88Dc49aa2c699A8/logo.png
deleted file mode 100644
index 8e7d3209151e9..0000000000000
Binary files a/blockchains/ethereum/assets/0x35bD01FC9d6D5D81CA9E055Db88Dc49aa2c699A8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x35dF7c5fB0Df360a6C9d26bC53b97C5f082b6A1C/info.json b/blockchains/ethereum/assets/0x35dF7c5fB0Df360a6C9d26bC53b97C5f082b6A1C/info.json
deleted file mode 100644
index 47771db33c046..0000000000000
--- a/blockchains/ethereum/assets/0x35dF7c5fB0Df360a6C9d26bC53b97C5f082b6A1C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EcoFi Genesis Token",
- "symbol": "EGT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x35dF7c5fB0Df360a6C9d26bC53b97C5f082b6A1C",
- "status": "abandoned",
- "id": "0x35dF7c5fB0Df360a6C9d26bC53b97C5f082b6A1C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x35dF7c5fB0Df360a6C9d26bC53b97C5f082b6A1C/logo.png b/blockchains/ethereum/assets/0x35dF7c5fB0Df360a6C9d26bC53b97C5f082b6A1C/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x35dF7c5fB0Df360a6C9d26bC53b97C5f082b6A1C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x35e308668391dAaB398FFc0e60D13d65c7793fEd/info.json b/blockchains/ethereum/assets/0x35e308668391dAaB398FFc0e60D13d65c7793fEd/info.json
deleted file mode 100644
index 39eeddd11a46a..0000000000000
--- a/blockchains/ethereum/assets/0x35e308668391dAaB398FFc0e60D13d65c7793fEd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HEALTH CHAIN",
- "symbol": "HTHC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x35e308668391dAaB398FFc0e60D13d65c7793fEd",
- "status": "abandoned",
- "id": "0x35e308668391dAaB398FFc0e60D13d65c7793fEd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x35e308668391dAaB398FFc0e60D13d65c7793fEd/logo.png b/blockchains/ethereum/assets/0x35e308668391dAaB398FFc0e60D13d65c7793fEd/logo.png
deleted file mode 100644
index 41e3260e8add3..0000000000000
Binary files a/blockchains/ethereum/assets/0x35e308668391dAaB398FFc0e60D13d65c7793fEd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x35f6B052C598d933D69A4EEC4D04c73A191fE6c2/info.json b/blockchains/ethereum/assets/0x35f6B052C598d933D69A4EEC4D04c73A191fE6c2/info.json
deleted file mode 100644
index c9d826b1023fe..0000000000000
--- a/blockchains/ethereum/assets/0x35f6B052C598d933D69A4EEC4D04c73A191fE6c2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave SNX",
- "symbol": "aSNX",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave SNX is an interest bearing token pegged 1:1 to the underlying SNX deposited in Aave. aSNX accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x35f6B052C598d933D69A4EEC4D04c73A191fE6c2",
- "status": "active",
- "id": "0x35f6B052C598d933D69A4EEC4D04c73A191fE6c2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x35f6B052C598d933D69A4EEC4D04c73A191fE6c2/logo.png b/blockchains/ethereum/assets/0x35f6B052C598d933D69A4EEC4D04c73A191fE6c2/logo.png
deleted file mode 100644
index 229051c791dc7..0000000000000
Binary files a/blockchains/ethereum/assets/0x35f6B052C598d933D69A4EEC4D04c73A191fE6c2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x35fe0fA49a1A18cBe3844E2f9913f2e9e2db6B0b/info.json b/blockchains/ethereum/assets/0x35fe0fA49a1A18cBe3844E2f9913f2e9e2db6B0b/info.json
deleted file mode 100644
index b258269680acf..0000000000000
--- a/blockchains/ethereum/assets/0x35fe0fA49a1A18cBe3844E2f9913f2e9e2db6B0b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MoneyTree",
- "symbol": "MYT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x35fe0fA49a1A18cBe3844E2f9913f2e9e2db6B0b",
- "status": "abandoned",
- "id": "0x35fe0fA49a1A18cBe3844E2f9913f2e9e2db6B0b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x35fe0fA49a1A18cBe3844E2f9913f2e9e2db6B0b/logo.png b/blockchains/ethereum/assets/0x35fe0fA49a1A18cBe3844E2f9913f2e9e2db6B0b/logo.png
deleted file mode 100644
index f196005f10414..0000000000000
Binary files a/blockchains/ethereum/assets/0x35fe0fA49a1A18cBe3844E2f9913f2e9e2db6B0b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3600F7a4ff5E72eb2E4591F8B0B4311E86168DF2/info.json b/blockchains/ethereum/assets/0x3600F7a4ff5E72eb2E4591F8B0B4311E86168DF2/info.json
deleted file mode 100644
index d6ebed892b425..0000000000000
--- a/blockchains/ethereum/assets/0x3600F7a4ff5E72eb2E4591F8B0B4311E86168DF2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RubyCloud",
- "symbol": "RCD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3600F7a4ff5E72eb2E4591F8B0B4311E86168DF2",
- "status": "abandoned",
- "id": "0x3600F7a4ff5E72eb2E4591F8B0B4311E86168DF2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3600F7a4ff5E72eb2E4591F8B0B4311E86168DF2/logo.png b/blockchains/ethereum/assets/0x3600F7a4ff5E72eb2E4591F8B0B4311E86168DF2/logo.png
deleted file mode 100644
index c4ba0b29696da..0000000000000
Binary files a/blockchains/ethereum/assets/0x3600F7a4ff5E72eb2E4591F8B0B4311E86168DF2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3614b88B52a8de9De4473289CdC793C42343907d/info.json b/blockchains/ethereum/assets/0x3614b88B52a8de9De4473289CdC793C42343907d/info.json
deleted file mode 100644
index 78a171ee6562f..0000000000000
--- a/blockchains/ethereum/assets/0x3614b88B52a8de9De4473289CdC793C42343907d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dayton Network",
- "symbol": "DYN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3614b88B52a8de9De4473289CdC793C42343907d",
- "status": "abandoned",
- "id": "0x3614b88B52a8de9De4473289CdC793C42343907d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3614b88B52a8de9De4473289CdC793C42343907d/logo.png b/blockchains/ethereum/assets/0x3614b88B52a8de9De4473289CdC793C42343907d/logo.png
deleted file mode 100644
index cd9a45970d501..0000000000000
Binary files a/blockchains/ethereum/assets/0x3614b88B52a8de9De4473289CdC793C42343907d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x36151737B45017234E9570Cf9a1cAc97138953C2/info.json b/blockchains/ethereum/assets/0x36151737B45017234E9570Cf9a1cAc97138953C2/info.json
deleted file mode 100644
index e457f06387654..0000000000000
--- a/blockchains/ethereum/assets/0x36151737B45017234E9570Cf9a1cAc97138953C2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NOIZ",
- "symbol": "NOIZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://noizchain.com/",
- "explorer": "https://etherscan.io/token/0x36151737B45017234E9570Cf9a1cAc97138953C2",
- "status": "abandoned",
- "id": "0x36151737B45017234E9570Cf9a1cAc97138953C2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x36151737B45017234E9570Cf9a1cAc97138953C2/logo.png b/blockchains/ethereum/assets/0x36151737B45017234E9570Cf9a1cAc97138953C2/logo.png
deleted file mode 100644
index a39c077e5663a..0000000000000
Binary files a/blockchains/ethereum/assets/0x36151737B45017234E9570Cf9a1cAc97138953C2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x361e8b78699b1c776c2d5B1D65E731D26a9c7F54/info.json b/blockchains/ethereum/assets/0x361e8b78699b1c776c2d5B1D65E731D26a9c7F54/info.json
deleted file mode 100644
index 0acd72714e028..0000000000000
--- a/blockchains/ethereum/assets/0x361e8b78699b1c776c2d5B1D65E731D26a9c7F54/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FOODCOIN",
- "symbol": "FOOD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x361e8b78699b1c776c2d5B1D65E731D26a9c7F54",
- "status": "abandoned",
- "id": "0x361e8b78699b1c776c2d5B1D65E731D26a9c7F54"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x361e8b78699b1c776c2d5B1D65E731D26a9c7F54/logo.png b/blockchains/ethereum/assets/0x361e8b78699b1c776c2d5B1D65E731D26a9c7F54/logo.png
deleted file mode 100644
index 806ee901c2dbc..0000000000000
Binary files a/blockchains/ethereum/assets/0x361e8b78699b1c776c2d5B1D65E731D26a9c7F54/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x362998BCE7BFc45C1b0A2ecC83952e09712AfDDB/info.json b/blockchains/ethereum/assets/0x362998BCE7BFc45C1b0A2ecC83952e09712AfDDB/info.json
deleted file mode 100644
index 7121229687ef6..0000000000000
--- a/blockchains/ethereum/assets/0x362998BCE7BFc45C1b0A2ecC83952e09712AfDDB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bruciare",
- "symbol": "BCIRE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x362998BCE7BFc45C1b0A2ecC83952e09712AfDDB",
- "status": "abandoned",
- "id": "0x362998BCE7BFc45C1b0A2ecC83952e09712AfDDB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x362998BCE7BFc45C1b0A2ecC83952e09712AfDDB/logo.png b/blockchains/ethereum/assets/0x362998BCE7BFc45C1b0A2ecC83952e09712AfDDB/logo.png
deleted file mode 100644
index a5fb1b1045c64..0000000000000
Binary files a/blockchains/ethereum/assets/0x362998BCE7BFc45C1b0A2ecC83952e09712AfDDB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x362C4c557cdCa7109bae9Fce3F99f0Bb6E25B163/info.json b/blockchains/ethereum/assets/0x362C4c557cdCa7109bae9Fce3F99f0Bb6E25B163/info.json
deleted file mode 100644
index e1a2ef2d41c98..0000000000000
--- a/blockchains/ethereum/assets/0x362C4c557cdCa7109bae9Fce3F99f0Bb6E25B163/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-14/30M74",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x362C4c557cdCa7109bae9Fce3F99f0Bb6E25B163",
- "status": "abandoned",
- "id": "0x362C4c557cdCa7109bae9Fce3F99f0Bb6E25B163"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x362C4c557cdCa7109bae9Fce3F99f0Bb6E25B163/logo.png b/blockchains/ethereum/assets/0x362C4c557cdCa7109bae9Fce3F99f0Bb6E25B163/logo.png
deleted file mode 100644
index 5905b3b8e5633..0000000000000
Binary files a/blockchains/ethereum/assets/0x362C4c557cdCa7109bae9Fce3F99f0Bb6E25B163/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x362bc847A3a9637d3af6624EeC853618a43ed7D2/info.json b/blockchains/ethereum/assets/0x362bc847A3a9637d3af6624EeC853618a43ed7D2/info.json
deleted file mode 100644
index 3ca822434b203..0000000000000
--- a/blockchains/ethereum/assets/0x362bc847A3a9637d3af6624EeC853618a43ed7D2/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "PARSIQ",
- "website": "https://parsiq.net",
- "description": "Connect blockchain activity to off-chain apps and devices. Monitor and secure DeFi applications. Build custom event triggers and power real-time automations.",
- "explorer": "https://etherscan.io/token/0x362bc847A3a9637d3af6624EeC853618a43ed7D2",
- "type": "ERC20",
- "symbol": "PRQ",
- "decimals": 18,
- "status": "active",
- "id": "0x362bc847A3a9637d3af6624EeC853618a43ed7D2",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/parsiq_group"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/parsiq_net"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/parsiqnet/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/parsiq"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x362bc847A3a9637d3af6624EeC853618a43ed7D2/logo.png b/blockchains/ethereum/assets/0x362bc847A3a9637d3af6624EeC853618a43ed7D2/logo.png
deleted file mode 100644
index 6f34eb7678741..0000000000000
Binary files a/blockchains/ethereum/assets/0x362bc847A3a9637d3af6624EeC853618a43ed7D2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x364A7381A5b378CeD7AB33d1CDf6ff1bf162Bfd6/info.json b/blockchains/ethereum/assets/0x364A7381A5b378CeD7AB33d1CDf6ff1bf162Bfd6/info.json
deleted file mode 100644
index 7de9587f1232f..0000000000000
--- a/blockchains/ethereum/assets/0x364A7381A5b378CeD7AB33d1CDf6ff1bf162Bfd6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DeFi-X Token",
- "website": "https://defix.finance/",
- "description": "DeFi-X is a cross-chain compatible synthetic asset issuance and trading protocol designed to build a full-stack, open, decentralized financial ecosystem.",
- "explorer": "https://etherscan.io/token/0x364A7381A5b378CeD7AB33d1CDf6ff1bf162Bfd6",
- "type": "ERC20",
- "symbol": "TGX",
- "decimals": 18,
- "status": "active",
- "id": "0x364A7381A5b378CeD7AB33d1CDf6ff1bf162Bfd6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x364A7381A5b378CeD7AB33d1CDf6ff1bf162Bfd6/logo.png b/blockchains/ethereum/assets/0x364A7381A5b378CeD7AB33d1CDf6ff1bf162Bfd6/logo.png
deleted file mode 100644
index 1573dace886e2..0000000000000
Binary files a/blockchains/ethereum/assets/0x364A7381A5b378CeD7AB33d1CDf6ff1bf162Bfd6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3652190842022c188e2ca7962613F7e510DAB2D0/info.json b/blockchains/ethereum/assets/0x3652190842022c188e2ca7962613F7e510DAB2D0/info.json
deleted file mode 100644
index dbf0bb06eb5ab..0000000000000
--- a/blockchains/ethereum/assets/0x3652190842022c188e2ca7962613F7e510DAB2D0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TESTmg24",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3652190842022c188e2ca7962613F7e510DAB2D0",
- "status": "abandoned",
- "id": "0x3652190842022c188e2ca7962613F7e510DAB2D0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3652190842022c188e2ca7962613F7e510DAB2D0/logo.png b/blockchains/ethereum/assets/0x3652190842022c188e2ca7962613F7e510DAB2D0/logo.png
deleted file mode 100644
index bc69e674f3a9b..0000000000000
Binary files a/blockchains/ethereum/assets/0x3652190842022c188e2ca7962613F7e510DAB2D0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x365542DF3c8c9d096C5F0dE24A0d8cf33C19C8fd/info.json b/blockchains/ethereum/assets/0x365542DF3c8c9d096C5F0dE24A0d8cf33C19C8fd/info.json
deleted file mode 100644
index 353c71dd59f25..0000000000000
--- a/blockchains/ethereum/assets/0x365542DF3c8c9d096C5F0dE24A0d8cf33C19C8fd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hyper Speed Network",
- "symbol": "HSN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.hsn.link/",
- "explorer": "https://etherscan.io/token/0x365542DF3c8c9d096C5F0dE24A0d8cf33C19C8fd",
- "status": "abandoned",
- "id": "0x365542DF3c8c9d096C5F0dE24A0d8cf33C19C8fd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x365542DF3c8c9d096C5F0dE24A0d8cf33C19C8fd/logo.png b/blockchains/ethereum/assets/0x365542DF3c8c9d096C5F0dE24A0d8cf33C19C8fd/logo.png
deleted file mode 100644
index 0f4ff3019f961..0000000000000
Binary files a/blockchains/ethereum/assets/0x365542DF3c8c9d096C5F0dE24A0d8cf33C19C8fd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3672a1d8A362c9A50DB70df219e05EA3cAB60Df9/info.json b/blockchains/ethereum/assets/0x3672a1d8A362c9A50DB70df219e05EA3cAB60Df9/info.json
deleted file mode 100644
index ce6a8d1dfc4e9..0000000000000
--- a/blockchains/ethereum/assets/0x3672a1d8A362c9A50DB70df219e05EA3cAB60Df9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Planetagro-Exchange",
- "symbol": "SUGAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3672a1d8A362c9A50DB70df219e05EA3cAB60Df9",
- "status": "abandoned",
- "id": "0x3672a1d8A362c9A50DB70df219e05EA3cAB60Df9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3672a1d8A362c9A50DB70df219e05EA3cAB60Df9/logo.png b/blockchains/ethereum/assets/0x3672a1d8A362c9A50DB70df219e05EA3cAB60Df9/logo.png
deleted file mode 100755
index 4e77b9cbba062..0000000000000
Binary files a/blockchains/ethereum/assets/0x3672a1d8A362c9A50DB70df219e05EA3cAB60Df9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3678d8CC9Eb08875A3720f34c1C8d1e1B31F5A11/info.json b/blockchains/ethereum/assets/0x3678d8CC9Eb08875A3720f34c1C8d1e1B31F5A11/info.json
deleted file mode 100644
index 0c2414b5be97d..0000000000000
--- a/blockchains/ethereum/assets/0x3678d8CC9Eb08875A3720f34c1C8d1e1B31F5A11/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Obee Network ERC-20",
- "website": "https://obee.top",
- "product": "https://www.obee.vip",
- "description": "Obee Network is an incentive-based social platform and the Obee Network social platform has a content publishing system,comment forwarding, account system, commodities, account system, news blog, activities, and other modules.",
- "explorer": "https://etherscan.io/token/0x3678d8CC9Eb08875A3720f34c1C8d1e1B31F5A11",
- "type": "ERC20",
- "symbol": "OBEE",
- "decimals": 18,
- "status": "active",
- "id": "0x3678d8CC9Eb08875A3720f34c1C8d1e1B31F5A11"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3678d8CC9Eb08875A3720f34c1C8d1e1B31F5A11/logo.png b/blockchains/ethereum/assets/0x3678d8CC9Eb08875A3720f34c1C8d1e1B31F5A11/logo.png
deleted file mode 100644
index fc72f3d03bf71..0000000000000
Binary files a/blockchains/ethereum/assets/0x3678d8CC9Eb08875A3720f34c1C8d1e1B31F5A11/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x36905Fc93280f52362A1CBAB151F25DC46742Fb5/info.json b/blockchains/ethereum/assets/0x36905Fc93280f52362A1CBAB151F25DC46742Fb5/info.json
deleted file mode 100644
index 419cf53329ffe..0000000000000
--- a/blockchains/ethereum/assets/0x36905Fc93280f52362A1CBAB151F25DC46742Fb5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTOCoin",
- "symbol": "BTO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.bottos.org/",
- "explorer": "https://etherscan.io/token/0x36905Fc93280f52362A1CBAB151F25DC46742Fb5",
- "status": "abandoned",
- "id": "0x36905Fc93280f52362A1CBAB151F25DC46742Fb5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x36905Fc93280f52362A1CBAB151F25DC46742Fb5/logo.png b/blockchains/ethereum/assets/0x36905Fc93280f52362A1CBAB151F25DC46742Fb5/logo.png
deleted file mode 100755
index 2b496fc83aebc..0000000000000
Binary files a/blockchains/ethereum/assets/0x36905Fc93280f52362A1CBAB151F25DC46742Fb5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x369760eBf89d577a734d927a9599C1921397A152/info.json b/blockchains/ethereum/assets/0x369760eBf89d577a734d927a9599C1921397A152/info.json
deleted file mode 100644
index 36f726c1058d4..0000000000000
--- a/blockchains/ethereum/assets/0x369760eBf89d577a734d927a9599C1921397A152/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "E-Shipp Block",
- "symbol": "ESB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x369760eBf89d577a734d927a9599C1921397A152",
- "status": "abandoned",
- "id": "0x369760eBf89d577a734d927a9599C1921397A152"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x369760eBf89d577a734d927a9599C1921397A152/logo.png b/blockchains/ethereum/assets/0x369760eBf89d577a734d927a9599C1921397A152/logo.png
deleted file mode 100644
index 242905038e050..0000000000000
Binary files a/blockchains/ethereum/assets/0x369760eBf89d577a734d927a9599C1921397A152/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x369eb6821C94a78428f7c86c768590F53950068f/info.json b/blockchains/ethereum/assets/0x369eb6821C94a78428f7c86c768590F53950068f/info.json
deleted file mode 100644
index d98b14fed2d7e..0000000000000
--- a/blockchains/ethereum/assets/0x369eb6821C94a78428f7c86c768590F53950068f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ATFS Token",
- "symbol": "ATFS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.atfslab.io",
- "explorer": "https://etherscan.io/token/0x369eb6821C94a78428f7c86c768590F53950068f",
- "status": "abandoned",
- "id": "0x369eb6821C94a78428f7c86c768590F53950068f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x369eb6821C94a78428f7c86c768590F53950068f/logo.png b/blockchains/ethereum/assets/0x369eb6821C94a78428f7c86c768590F53950068f/logo.png
deleted file mode 100755
index 998ca2918bec2..0000000000000
Binary files a/blockchains/ethereum/assets/0x369eb6821C94a78428f7c86c768590F53950068f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x36AFf6FE8fFE81844bBa32427F622Af6c47EAB66/info.json b/blockchains/ethereum/assets/0x36AFf6FE8fFE81844bBa32427F622Af6c47EAB66/info.json
deleted file mode 100644
index 4e674bcab225e..0000000000000
--- a/blockchains/ethereum/assets/0x36AFf6FE8fFE81844bBa32427F622Af6c47EAB66/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GDC",
- "symbol": "GDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x36AFf6FE8fFE81844bBa32427F622Af6c47EAB66",
- "status": "abandoned",
- "id": "0x36AFf6FE8fFE81844bBa32427F622Af6c47EAB66"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x36AFf6FE8fFE81844bBa32427F622Af6c47EAB66/logo.png b/blockchains/ethereum/assets/0x36AFf6FE8fFE81844bBa32427F622Af6c47EAB66/logo.png
deleted file mode 100644
index f6ac5da8d6d5c..0000000000000
Binary files a/blockchains/ethereum/assets/0x36AFf6FE8fFE81844bBa32427F622Af6c47EAB66/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x36B4B58DE030E93775E151a78D796039a11a2548/info.json b/blockchains/ethereum/assets/0x36B4B58DE030E93775E151a78D796039a11a2548/info.json
deleted file mode 100644
index cf8aa0b0c0f43..0000000000000
--- a/blockchains/ethereum/assets/0x36B4B58DE030E93775E151a78D796039a11a2548/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "vSport Coin",
- "symbol": "VSC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://vsport.io/",
- "explorer": "https://etherscan.io/token/0x36B4B58DE030E93775E151a78D796039a11a2548",
- "status": "abandoned",
- "id": "0x36B4B58DE030E93775E151a78D796039a11a2548"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x36B4B58DE030E93775E151a78D796039a11a2548/logo.png b/blockchains/ethereum/assets/0x36B4B58DE030E93775E151a78D796039a11a2548/logo.png
deleted file mode 100644
index dd2c7758af243..0000000000000
Binary files a/blockchains/ethereum/assets/0x36B4B58DE030E93775E151a78D796039a11a2548/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x36BF67C9aA1D67a06BfEC145f08E20112A54c0f7/info.json b/blockchains/ethereum/assets/0x36BF67C9aA1D67a06BfEC145f08E20112A54c0f7/info.json
deleted file mode 100644
index c8b08c82e3741..0000000000000
--- a/blockchains/ethereum/assets/0x36BF67C9aA1D67a06BfEC145f08E20112A54c0f7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JeyennCoin",
- "symbol": "JNN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x36BF67C9aA1D67a06BfEC145f08E20112A54c0f7",
- "status": "abandoned",
- "id": "0x36BF67C9aA1D67a06BfEC145f08E20112A54c0f7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x36BF67C9aA1D67a06BfEC145f08E20112A54c0f7/logo.png b/blockchains/ethereum/assets/0x36BF67C9aA1D67a06BfEC145f08E20112A54c0f7/logo.png
deleted file mode 100644
index 94600e3860562..0000000000000
Binary files a/blockchains/ethereum/assets/0x36BF67C9aA1D67a06BfEC145f08E20112A54c0f7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x36D10c6800D569bb8C4fE284a05fFE3B752F972c/info.json b/blockchains/ethereum/assets/0x36D10c6800D569bb8C4fE284a05fFE3B752F972c/info.json
deleted file mode 100644
index 7974439d068fc..0000000000000
--- a/blockchains/ethereum/assets/0x36D10c6800D569bb8C4fE284a05fFE3B752F972c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "We Show Token",
- "symbol": "WET",
- "type": "ERC20",
- "decimals": 18,
- "description": "WeShow Token (WET) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.we.show/",
- "explorer": "https://etherscan.io/token/0x36D10c6800D569bb8C4fE284a05fFE3B752F972c",
- "status": "active",
- "id": "0x36D10c6800D569bb8C4fE284a05fFE3B752F972c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x36D10c6800D569bb8C4fE284a05fFE3B752F972c/logo.png b/blockchains/ethereum/assets/0x36D10c6800D569bb8C4fE284a05fFE3B752F972c/logo.png
deleted file mode 100644
index 76faf468946b4..0000000000000
Binary files a/blockchains/ethereum/assets/0x36D10c6800D569bb8C4fE284a05fFE3B752F972c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x36D38e232659deA52f5Fdb1A0f90709e6dC6994A/info.json b/blockchains/ethereum/assets/0x36D38e232659deA52f5Fdb1A0f90709e6dC6994A/info.json
deleted file mode 100644
index 2b65c5d6ca81e..0000000000000
--- a/blockchains/ethereum/assets/0x36D38e232659deA52f5Fdb1A0f90709e6dC6994A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitbarg",
- "symbol": "BARG",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x36D38e232659deA52f5Fdb1A0f90709e6dC6994A",
- "status": "abandoned",
- "id": "0x36D38e232659deA52f5Fdb1A0f90709e6dC6994A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x36D38e232659deA52f5Fdb1A0f90709e6dC6994A/logo.png b/blockchains/ethereum/assets/0x36D38e232659deA52f5Fdb1A0f90709e6dC6994A/logo.png
deleted file mode 100644
index e6d7b781bd2fb..0000000000000
Binary files a/blockchains/ethereum/assets/0x36D38e232659deA52f5Fdb1A0f90709e6dC6994A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x36DAECfc172Fd44a165fb93BE5569E72B09CeeA2/info.json b/blockchains/ethereum/assets/0x36DAECfc172Fd44a165fb93BE5569E72B09CeeA2/info.json
deleted file mode 100644
index b5222236733b0..0000000000000
--- a/blockchains/ethereum/assets/0x36DAECfc172Fd44a165fb93BE5569E72B09CeeA2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Winsshar",
- "symbol": "WSR",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x36DAECfc172Fd44a165fb93BE5569E72B09CeeA2",
- "status": "abandoned",
- "id": "0x36DAECfc172Fd44a165fb93BE5569E72B09CeeA2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x36DAECfc172Fd44a165fb93BE5569E72B09CeeA2/logo.png b/blockchains/ethereum/assets/0x36DAECfc172Fd44a165fb93BE5569E72B09CeeA2/logo.png
deleted file mode 100644
index 04bdf5db54a76..0000000000000
Binary files a/blockchains/ethereum/assets/0x36DAECfc172Fd44a165fb93BE5569E72B09CeeA2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x36E08E815f26c43dac8957E36C09e664a6B644F9/info.json b/blockchains/ethereum/assets/0x36E08E815f26c43dac8957E36C09e664a6B644F9/info.json
deleted file mode 100644
index f04d19d2ceb6e..0000000000000
--- a/blockchains/ethereum/assets/0x36E08E815f26c43dac8957E36C09e664a6B644F9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Prometeo",
- "symbol": "PMT",
- "type": "ERC20",
- "decimals": 11,
- "description": "-",
- "website": "https://www.prometeocoin.org",
- "explorer": "https://etherscan.io/token/0x36E08E815f26c43dac8957E36C09e664a6B644F9",
- "status": "abandoned",
- "id": "0x36E08E815f26c43dac8957E36C09e664a6B644F9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x36E08E815f26c43dac8957E36C09e664a6B644F9/logo.png b/blockchains/ethereum/assets/0x36E08E815f26c43dac8957E36C09e664a6B644F9/logo.png
deleted file mode 100644
index eca29192f242f..0000000000000
Binary files a/blockchains/ethereum/assets/0x36E08E815f26c43dac8957E36C09e664a6B644F9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x36E85A6403ffF21669980b436792129C96e7002e/info.json b/blockchains/ethereum/assets/0x36E85A6403ffF21669980b436792129C96e7002e/info.json
deleted file mode 100644
index 2c785d20ec0f9..0000000000000
--- a/blockchains/ethereum/assets/0x36E85A6403ffF21669980b436792129C96e7002e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Europay",
- "symbol": "EUPAY",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x36E85A6403ffF21669980b436792129C96e7002e",
- "status": "abandoned",
- "id": "0x36E85A6403ffF21669980b436792129C96e7002e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x36E85A6403ffF21669980b436792129C96e7002e/logo.png b/blockchains/ethereum/assets/0x36E85A6403ffF21669980b436792129C96e7002e/logo.png
deleted file mode 100644
index dde6207aec6a6..0000000000000
Binary files a/blockchains/ethereum/assets/0x36E85A6403ffF21669980b436792129C96e7002e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x36F3FD68E7325a35EB768F1AedaAe9EA0689d723/info.json b/blockchains/ethereum/assets/0x36F3FD68E7325a35EB768F1AedaAe9EA0689d723/info.json
deleted file mode 100644
index fffa8f8f17649..0000000000000
--- a/blockchains/ethereum/assets/0x36F3FD68E7325a35EB768F1AedaAe9EA0689d723/info.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "Empty Set Dollar",
- "website": "https://emptyset.finance/",
- "description": "Innovative USD Stablecoin",
- "explorer": "https://etherscan.io/token/0x36f3fd68e7325a35eb768f1aedaae9ea0689d723",
- "research": "https://docs.esd.tools/",
- "type": "ERC20",
- "symbol": "ESD",
- "decimals": 18,
- "status": "active",
- "id": "0x36F3FD68E7325a35EB768F1AedaAe9EA0689d723",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/emptysetsquad/dollar"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/emptysetsquad/dollar-docs"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x36F3FD68E7325a35EB768F1AedaAe9EA0689d723/logo.png b/blockchains/ethereum/assets/0x36F3FD68E7325a35EB768F1AedaAe9EA0689d723/logo.png
deleted file mode 100644
index 53854a9133c2f..0000000000000
Binary files a/blockchains/ethereum/assets/0x36F3FD68E7325a35EB768F1AedaAe9EA0689d723/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x36a73557f5BDE5195EC39eCA82d28b8A36D21141/info.json b/blockchains/ethereum/assets/0x36a73557f5BDE5195EC39eCA82d28b8A36D21141/info.json
deleted file mode 100644
index a1c70c0c88b9d..0000000000000
--- a/blockchains/ethereum/assets/0x36a73557f5BDE5195EC39eCA82d28b8A36D21141/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Forex Coin",
- "symbol": "FRX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x36a73557f5BDE5195EC39eCA82d28b8A36D21141",
- "status": "abandoned",
- "id": "0x36a73557f5BDE5195EC39eCA82d28b8A36D21141"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x36a73557f5BDE5195EC39eCA82d28b8A36D21141/logo.png b/blockchains/ethereum/assets/0x36a73557f5BDE5195EC39eCA82d28b8A36D21141/logo.png
deleted file mode 100755
index abdd7bd44155b..0000000000000
Binary files a/blockchains/ethereum/assets/0x36a73557f5BDE5195EC39eCA82d28b8A36D21141/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x36b679bd64Ed73DBfd88909cDCB892cB66Bd4CBb/info.json b/blockchains/ethereum/assets/0x36b679bd64Ed73DBfd88909cDCB892cB66Bd4CBb/info.json
deleted file mode 100644
index 490cbf567c745..0000000000000
--- a/blockchains/ethereum/assets/0x36b679bd64Ed73DBfd88909cDCB892cB66Bd4CBb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Standard",
- "type": "ERC20",
- "symbol": "xMARK",
- "decimals": 9,
- "website": "https://benchmarkprotocol.finance",
- "description": "Benchmark Protocol mitigates liquidation events and hedges risk with the MARK token; a supply elastic, stablecoin-alternative. The protocol dynamically adjusts supply based on the CBOE volatility index (VIX) and deviations from 1 Special Drawing Rights (SDR) unit. xMARK represents a share of MARK that is deposited in a token pool affected by rebasements, while xMARK itself is unaffected.",
- "explorer": "https://etherscan.io/token/0x36b679bd64Ed73DBfd88909cDCB892cB66Bd4CBb",
- "status": "active",
- "id": "0x36b679bd64Ed73DBfd88909cDCB892cB66Bd4CBb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x36b679bd64Ed73DBfd88909cDCB892cB66Bd4CBb/logo.png b/blockchains/ethereum/assets/0x36b679bd64Ed73DBfd88909cDCB892cB66Bd4CBb/logo.png
deleted file mode 100644
index d51f9fa314e3b..0000000000000
Binary files a/blockchains/ethereum/assets/0x36b679bd64Ed73DBfd88909cDCB892cB66Bd4CBb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x36dCffe069a3F2878Fab2A46D81e83D462d0cBF7/info.json b/blockchains/ethereum/assets/0x36dCffe069a3F2878Fab2A46D81e83D462d0cBF7/info.json
deleted file mode 100644
index f1322043d7dab..0000000000000
--- a/blockchains/ethereum/assets/0x36dCffe069a3F2878Fab2A46D81e83D462d0cBF7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tcbcoin",
- "symbol": "TCFX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x36dCffe069a3F2878Fab2A46D81e83D462d0cBF7",
- "status": "abandoned",
- "id": "0x36dCffe069a3F2878Fab2A46D81e83D462d0cBF7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x36dCffe069a3F2878Fab2A46D81e83D462d0cBF7/logo.png b/blockchains/ethereum/assets/0x36dCffe069a3F2878Fab2A46D81e83D462d0cBF7/logo.png
deleted file mode 100644
index 16ae9cd92b111..0000000000000
Binary files a/blockchains/ethereum/assets/0x36dCffe069a3F2878Fab2A46D81e83D462d0cBF7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x36e4dAA217800d8b2aAC42EE7CC56D4484940c69/info.json b/blockchains/ethereum/assets/0x36e4dAA217800d8b2aAC42EE7CC56D4484940c69/info.json
deleted file mode 100644
index 7794ddac3659f..0000000000000
--- a/blockchains/ethereum/assets/0x36e4dAA217800d8b2aAC42EE7CC56D4484940c69/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AntariX Token",
- "symbol": "ATRX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x36e4dAA217800d8b2aAC42EE7CC56D4484940c69",
- "status": "abandoned",
- "id": "0x36e4dAA217800d8b2aAC42EE7CC56D4484940c69"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x36e4dAA217800d8b2aAC42EE7CC56D4484940c69/logo.png b/blockchains/ethereum/assets/0x36e4dAA217800d8b2aAC42EE7CC56D4484940c69/logo.png
deleted file mode 100644
index cb2d213bea52e..0000000000000
Binary files a/blockchains/ethereum/assets/0x36e4dAA217800d8b2aAC42EE7CC56D4484940c69/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x36fF29571Ed2Ff029dF9fA6DA076CA1484CEB9Dc/info.json b/blockchains/ethereum/assets/0x36fF29571Ed2Ff029dF9fA6DA076CA1484CEB9Dc/info.json
deleted file mode 100644
index 5305d0b34b879..0000000000000
--- a/blockchains/ethereum/assets/0x36fF29571Ed2Ff029dF9fA6DA076CA1484CEB9Dc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vioscoin",
- "symbol": "VIS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x36fF29571Ed2Ff029dF9fA6DA076CA1484CEB9Dc",
- "status": "abandoned",
- "id": "0x36fF29571Ed2Ff029dF9fA6DA076CA1484CEB9Dc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x36fF29571Ed2Ff029dF9fA6DA076CA1484CEB9Dc/logo.png b/blockchains/ethereum/assets/0x36fF29571Ed2Ff029dF9fA6DA076CA1484CEB9Dc/logo.png
deleted file mode 100644
index fa630b06e287c..0000000000000
Binary files a/blockchains/ethereum/assets/0x36fF29571Ed2Ff029dF9fA6DA076CA1484CEB9Dc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x370DaE2AB60ECbc0EE793E837D94ca8040Dd6786/info.json b/blockchains/ethereum/assets/0x370DaE2AB60ECbc0EE793E837D94ca8040Dd6786/info.json
deleted file mode 100644
index 03f662a9c1d0d..0000000000000
--- a/blockchains/ethereum/assets/0x370DaE2AB60ECbc0EE793E837D94ca8040Dd6786/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ness",
- "symbol": "NESS",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x370DaE2AB60ECbc0EE793E837D94ca8040Dd6786",
- "status": "abandoned",
- "id": "0x370DaE2AB60ECbc0EE793E837D94ca8040Dd6786"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x370DaE2AB60ECbc0EE793E837D94ca8040Dd6786/logo.png b/blockchains/ethereum/assets/0x370DaE2AB60ECbc0EE793E837D94ca8040Dd6786/logo.png
deleted file mode 100644
index 9d24c8eb0c008..0000000000000
Binary files a/blockchains/ethereum/assets/0x370DaE2AB60ECbc0EE793E837D94ca8040Dd6786/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x370d6D0728407e06ccdd1db8150e433f8319D0d9/info.json b/blockchains/ethereum/assets/0x370d6D0728407e06ccdd1db8150e433f8319D0d9/info.json
deleted file mode 100644
index f60120b94dcb8..0000000000000
--- a/blockchains/ethereum/assets/0x370d6D0728407e06ccdd1db8150e433f8319D0d9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LATINOCOIN",
- "symbol": "LATINO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x370d6D0728407e06ccdd1db8150e433f8319D0d9",
- "status": "abandoned",
- "id": "0x370d6D0728407e06ccdd1db8150e433f8319D0d9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x370d6D0728407e06ccdd1db8150e433f8319D0d9/logo.png b/blockchains/ethereum/assets/0x370d6D0728407e06ccdd1db8150e433f8319D0d9/logo.png
deleted file mode 100644
index 4c95894260bec..0000000000000
Binary files a/blockchains/ethereum/assets/0x370d6D0728407e06ccdd1db8150e433f8319D0d9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x37236CD05b34Cc79d3715AF2383E96dd7443dCF1/info.json b/blockchains/ethereum/assets/0x37236CD05b34Cc79d3715AF2383E96dd7443dCF1/info.json
deleted file mode 100644
index 0ddbfae9f8e3f..0000000000000
--- a/blockchains/ethereum/assets/0x37236CD05b34Cc79d3715AF2383E96dd7443dCF1/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Small Love Potion",
- "website": "https://axieinfinity.com",
- "description": "Small Love Potion (SLP) is an ERC-20 token on the Axie Infinity platform that is used to breed new digital pets (Axies).",
- "explorer": "https://etherscan.io/token/0x37236cd05b34cc79d3715af2383e96dd7443dcf1",
- "research": "https://research.binance.com/en/projects/small-love-potion",
- "type": "ERC20",
- "symbol": "SLP",
- "decimals": 0,
- "status": "abandoned",
- "id": "0x37236CD05b34Cc79d3715AF2383E96dd7443dCF1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x37266508Ae0102c2Ea05865C94c6d19a3B0af05a/info.json b/blockchains/ethereum/assets/0x37266508Ae0102c2Ea05865C94c6d19a3B0af05a/info.json
deleted file mode 100644
index ba7d1d5332c89..0000000000000
--- a/blockchains/ethereum/assets/0x37266508Ae0102c2Ea05865C94c6d19a3B0af05a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Golden Age",
- "symbol": "GOLDEN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x37266508Ae0102c2Ea05865C94c6d19a3B0af05a",
- "status": "abandoned",
- "id": "0x37266508Ae0102c2Ea05865C94c6d19a3B0af05a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x37266508Ae0102c2Ea05865C94c6d19a3B0af05a/logo.png b/blockchains/ethereum/assets/0x37266508Ae0102c2Ea05865C94c6d19a3B0af05a/logo.png
deleted file mode 100644
index b13f3dbcdec18..0000000000000
Binary files a/blockchains/ethereum/assets/0x37266508Ae0102c2Ea05865C94c6d19a3B0af05a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x375A08cE3a460F20BbaFd282Be1E3579a2c31F41/info.json b/blockchains/ethereum/assets/0x375A08cE3a460F20BbaFd282Be1E3579a2c31F41/info.json
deleted file mode 100644
index 77db811d56f2e..0000000000000
--- a/blockchains/ethereum/assets/0x375A08cE3a460F20BbaFd282Be1E3579a2c31F41/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Thaler",
- "symbol": "TAL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.thalergroup.com/",
- "explorer": "https://etherscan.io/token/0x375A08cE3a460F20BbaFd282Be1E3579a2c31F41",
- "status": "abandoned",
- "id": "0x375A08cE3a460F20BbaFd282Be1E3579a2c31F41"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x375A08cE3a460F20BbaFd282Be1E3579a2c31F41/logo.png b/blockchains/ethereum/assets/0x375A08cE3a460F20BbaFd282Be1E3579a2c31F41/logo.png
deleted file mode 100644
index c4abe3377b827..0000000000000
Binary files a/blockchains/ethereum/assets/0x375A08cE3a460F20BbaFd282Be1E3579a2c31F41/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3763Bfe2aDaF90Eef907878a203AF1c2B40Ed2bd/info.json b/blockchains/ethereum/assets/0x3763Bfe2aDaF90Eef907878a203AF1c2B40Ed2bd/info.json
deleted file mode 100644
index a31c1921cec1e..0000000000000
--- a/blockchains/ethereum/assets/0x3763Bfe2aDaF90Eef907878a203AF1c2B40Ed2bd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-19/30M49",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3763Bfe2aDaF90Eef907878a203AF1c2B40Ed2bd",
- "status": "abandoned",
- "id": "0x3763Bfe2aDaF90Eef907878a203AF1c2B40Ed2bd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3763Bfe2aDaF90Eef907878a203AF1c2B40Ed2bd/logo.png b/blockchains/ethereum/assets/0x3763Bfe2aDaF90Eef907878a203AF1c2B40Ed2bd/logo.png
deleted file mode 100644
index 89059d504ea9c..0000000000000
Binary files a/blockchains/ethereum/assets/0x3763Bfe2aDaF90Eef907878a203AF1c2B40Ed2bd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x376d647978ad72BC3091739834cC9bB882fa8769/info.json b/blockchains/ethereum/assets/0x376d647978ad72BC3091739834cC9bB882fa8769/info.json
deleted file mode 100644
index 0bb7859dc487e..0000000000000
--- a/blockchains/ethereum/assets/0x376d647978ad72BC3091739834cC9bB882fa8769/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "9 Global Digital Coin",
- "symbol": "9GDC",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x376d647978ad72BC3091739834cC9bB882fa8769",
- "status": "abandoned",
- "id": "0x376d647978ad72BC3091739834cC9bB882fa8769"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x376d647978ad72BC3091739834cC9bB882fa8769/logo.png b/blockchains/ethereum/assets/0x376d647978ad72BC3091739834cC9bB882fa8769/logo.png
deleted file mode 100644
index c690d1c46d41e..0000000000000
Binary files a/blockchains/ethereum/assets/0x376d647978ad72BC3091739834cC9bB882fa8769/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x37729282bc2e55b68885400697D1d6011dA9924B/info.json b/blockchains/ethereum/assets/0x37729282bc2e55b68885400697D1d6011dA9924B/info.json
deleted file mode 100644
index 93d0ad4f8dccb..0000000000000
--- a/blockchains/ethereum/assets/0x37729282bc2e55b68885400697D1d6011dA9924B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ALKANA",
- "symbol": "ALKA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x37729282bc2e55b68885400697D1d6011dA9924B",
- "status": "abandoned",
- "id": "0x37729282bc2e55b68885400697D1d6011dA9924B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x37729282bc2e55b68885400697D1d6011dA9924B/logo.png b/blockchains/ethereum/assets/0x37729282bc2e55b68885400697D1d6011dA9924B/logo.png
deleted file mode 100644
index 17e3ea35df6b9..0000000000000
Binary files a/blockchains/ethereum/assets/0x37729282bc2e55b68885400697D1d6011dA9924B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3774E825d567125988Fb293e926064B6FAa71DAB/info.json b/blockchains/ethereum/assets/0x3774E825d567125988Fb293e926064B6FAa71DAB/info.json
deleted file mode 100644
index 25dcb3e9598a0..0000000000000
--- a/blockchains/ethereum/assets/0x3774E825d567125988Fb293e926064B6FAa71DAB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Strike USDC",
- "symbol": "sUSDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Strike Finance collateral cryptocurrency",
- "explorer": "https://etherscan.io/token/0x3774E825d567125988Fb293e926064B6FAa71DAB",
- "status": "active",
- "id": "0x3774E825d567125988Fb293e926064B6FAa71DAB",
- "website": "https://strike.org"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3774E825d567125988Fb293e926064B6FAa71DAB/logo.png b/blockchains/ethereum/assets/0x3774E825d567125988Fb293e926064B6FAa71DAB/logo.png
deleted file mode 100644
index fca136797643c..0000000000000
Binary files a/blockchains/ethereum/assets/0x3774E825d567125988Fb293e926064B6FAa71DAB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x378903a03FB2C3AC76BB52773e3CE11340377A32/info.json b/blockchains/ethereum/assets/0x378903a03FB2C3AC76BB52773e3CE11340377A32/info.json
deleted file mode 100644
index 7386610d98f55..0000000000000
--- a/blockchains/ethereum/assets/0x378903a03FB2C3AC76BB52773e3CE11340377A32/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Clipper Coin Capital",
- "symbol": "CCCX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x378903a03FB2C3AC76BB52773e3CE11340377A32",
- "status": "abandoned",
- "id": "0x378903a03FB2C3AC76BB52773e3CE11340377A32"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x378903a03FB2C3AC76BB52773e3CE11340377A32/logo.png b/blockchains/ethereum/assets/0x378903a03FB2C3AC76BB52773e3CE11340377A32/logo.png
deleted file mode 100644
index c7adec9d98941..0000000000000
Binary files a/blockchains/ethereum/assets/0x378903a03FB2C3AC76BB52773e3CE11340377A32/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x37CD675f891180d86391fc419e3E981b34e42280/info.json b/blockchains/ethereum/assets/0x37CD675f891180d86391fc419e3E981b34e42280/info.json
deleted file mode 100644
index c979439ff9f03..0000000000000
--- a/blockchains/ethereum/assets/0x37CD675f891180d86391fc419e3E981b34e42280/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Extended STO",
- "symbol": "ESTO",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x37CD675f891180d86391fc419e3E981b34e42280",
- "status": "abandoned",
- "id": "0x37CD675f891180d86391fc419e3E981b34e42280"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x37CD675f891180d86391fc419e3E981b34e42280/logo.png b/blockchains/ethereum/assets/0x37CD675f891180d86391fc419e3E981b34e42280/logo.png
deleted file mode 100644
index 0bde45d5dac7d..0000000000000
Binary files a/blockchains/ethereum/assets/0x37CD675f891180d86391fc419e3E981b34e42280/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x37D404A072056EDA0Cd10Cb714D35552329F8500/info.json b/blockchains/ethereum/assets/0x37D404A072056EDA0Cd10Cb714D35552329F8500/info.json
deleted file mode 100644
index 273d1fa8721fd..0000000000000
--- a/blockchains/ethereum/assets/0x37D404A072056EDA0Cd10Cb714D35552329F8500/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XRT Token",
- "symbol": "XRT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.xrtfoundation.org/",
- "explorer": "https://etherscan.io/token/0x37D404A072056EDA0Cd10Cb714D35552329F8500",
- "status": "abandoned",
- "id": "0x37D404A072056EDA0Cd10Cb714D35552329F8500"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x37D404A072056EDA0Cd10Cb714D35552329F8500/logo.png b/blockchains/ethereum/assets/0x37D404A072056EDA0Cd10Cb714D35552329F8500/logo.png
deleted file mode 100644
index 816d98c1bbc1e..0000000000000
Binary files a/blockchains/ethereum/assets/0x37D404A072056EDA0Cd10Cb714D35552329F8500/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x37D40510a2F5Bc98AA7a0f7BF4b3453Bcfb90Ac1/info.json b/blockchains/ethereum/assets/0x37D40510a2F5Bc98AA7a0f7BF4b3453Bcfb90Ac1/info.json
deleted file mode 100644
index 816c3664a5569..0000000000000
--- a/blockchains/ethereum/assets/0x37D40510a2F5Bc98AA7a0f7BF4b3453Bcfb90Ac1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Beluga Banking Infrastructure Token",
- "symbol": "BBI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://belugapay.com/",
- "explorer": "https://etherscan.io/token/0x37D40510a2F5Bc98AA7a0f7BF4b3453Bcfb90Ac1",
- "status": "abandoned",
- "id": "0x37D40510a2F5Bc98AA7a0f7BF4b3453Bcfb90Ac1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x37D40510a2F5Bc98AA7a0f7BF4b3453Bcfb90Ac1/logo.png b/blockchains/ethereum/assets/0x37D40510a2F5Bc98AA7a0f7BF4b3453Bcfb90Ac1/logo.png
deleted file mode 100755
index a62fe78fa5ba4..0000000000000
Binary files a/blockchains/ethereum/assets/0x37D40510a2F5Bc98AA7a0f7BF4b3453Bcfb90Ac1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x37D6E7F287200C740012747d2A79295cAeD2DB35/info.json b/blockchains/ethereum/assets/0x37D6E7F287200C740012747d2A79295cAeD2DB35/info.json
deleted file mode 100644
index 74dccd2825fb4..0000000000000
--- a/blockchains/ethereum/assets/0x37D6E7F287200C740012747d2A79295cAeD2DB35/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ALP Coin",
- "symbol": "ALP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://btc-alpha.com/en/alp-coin",
- "explorer": "https://etherscan.io/token/0x37D6E7F287200C740012747d2A79295cAeD2DB35",
- "status": "abandoned",
- "id": "0x37D6E7F287200C740012747d2A79295cAeD2DB35"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x37D6E7F287200C740012747d2A79295cAeD2DB35/logo.png b/blockchains/ethereum/assets/0x37D6E7F287200C740012747d2A79295cAeD2DB35/logo.png
deleted file mode 100644
index ac0a68a42da3a..0000000000000
Binary files a/blockchains/ethereum/assets/0x37D6E7F287200C740012747d2A79295cAeD2DB35/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x37E1160184F7dD29f00b78C050Bf13224780b0B0/info.json b/blockchains/ethereum/assets/0x37E1160184F7dD29f00b78C050Bf13224780b0B0/info.json
deleted file mode 100644
index 8b38d5ecd98b3..0000000000000
--- a/blockchains/ethereum/assets/0x37E1160184F7dD29f00b78C050Bf13224780b0B0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yuan Chain New",
- "symbol": "YCC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.yuan.org",
- "explorer": "https://etherscan.io/token/0x37E1160184F7dD29f00b78C050Bf13224780b0B0",
- "status": "abandoned",
- "id": "0x37E1160184F7dD29f00b78C050Bf13224780b0B0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x37E1160184F7dD29f00b78C050Bf13224780b0B0/logo.png b/blockchains/ethereum/assets/0x37E1160184F7dD29f00b78C050Bf13224780b0B0/logo.png
deleted file mode 100644
index 1f0b168f49aa2..0000000000000
Binary files a/blockchains/ethereum/assets/0x37E1160184F7dD29f00b78C050Bf13224780b0B0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x37E8789bB9996CaC9156cD5F5Fd32599E6b91289/info.json b/blockchains/ethereum/assets/0x37E8789bB9996CaC9156cD5F5Fd32599E6b91289/info.json
deleted file mode 100644
index 9fe2a7501b581..0000000000000
--- a/blockchains/ethereum/assets/0x37E8789bB9996CaC9156cD5F5Fd32599E6b91289/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AidCoin",
- "symbol": "AID",
- "type": "ERC20",
- "decimals": 18,
- "description": "The AID token will power AIDChain, a platform that provides an ecosystem of services through an easy-to-use interface, connecting the non-profit community while allowing full transparency and traceability of donations.",
- "website": "https://www.aidcoin.co/",
- "explorer": "https://etherscan.io/token/0x37E8789bB9996CaC9156cD5F5Fd32599E6b91289",
- "status": "active",
- "id": "0x37E8789bB9996CaC9156cD5F5Fd32599E6b91289"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x37E8789bB9996CaC9156cD5F5Fd32599E6b91289/logo.png b/blockchains/ethereum/assets/0x37E8789bB9996CaC9156cD5F5Fd32599E6b91289/logo.png
deleted file mode 100644
index 1c7ee3f647d4f..0000000000000
Binary files a/blockchains/ethereum/assets/0x37E8789bB9996CaC9156cD5F5Fd32599E6b91289/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x37F04d2C3AE075Fad5483bB918491F656B12BDB6/info.json b/blockchains/ethereum/assets/0x37F04d2C3AE075Fad5483bB918491F656B12BDB6/info.json
deleted file mode 100644
index cb9297bf0c500..0000000000000
--- a/blockchains/ethereum/assets/0x37F04d2C3AE075Fad5483bB918491F656B12BDB6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vestchain",
- "symbol": "VEST",
- "type": "ERC20",
- "decimals": 8,
- "description": "VestChain (VEST) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://vestchain.io/",
- "explorer": "https://etherscan.io/token/0x37F04d2C3AE075Fad5483bB918491F656B12BDB6",
- "status": "active",
- "id": "0x37F04d2C3AE075Fad5483bB918491F656B12BDB6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x37F04d2C3AE075Fad5483bB918491F656B12BDB6/logo.png b/blockchains/ethereum/assets/0x37F04d2C3AE075Fad5483bB918491F656B12BDB6/logo.png
deleted file mode 100644
index 83d09e79c5402..0000000000000
Binary files a/blockchains/ethereum/assets/0x37F04d2C3AE075Fad5483bB918491F656B12BDB6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x37F74e99794853777a10ea1dc08a64C86958F06a/info.json b/blockchains/ethereum/assets/0x37F74e99794853777a10ea1dc08a64C86958F06a/info.json
deleted file mode 100644
index 5001304f6b758..0000000000000
--- a/blockchains/ethereum/assets/0x37F74e99794853777a10ea1dc08a64C86958F06a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "D Community",
- "symbol": "DILI",
- "type": "ERC20",
- "decimals": 18,
- "description": "D Community describes itself as a blockchain-based youth community, which is upgraded from the ACG brand 'Dilidili'.",
- "website": "http://2ds.one/",
- "explorer": "https://etherscan.io/token/0x37F74e99794853777a10ea1dc08a64C86958F06a",
- "status": "active",
- "id": "0x37F74e99794853777a10ea1dc08a64C86958F06a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x37F74e99794853777a10ea1dc08a64C86958F06a/logo.png b/blockchains/ethereum/assets/0x37F74e99794853777a10ea1dc08a64C86958F06a/logo.png
deleted file mode 100644
index c33cadab1cb3f..0000000000000
Binary files a/blockchains/ethereum/assets/0x37F74e99794853777a10ea1dc08a64C86958F06a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x37fE0f067FA808fFBDd12891C0858532CFE7361d/info.json b/blockchains/ethereum/assets/0x37fE0f067FA808fFBDd12891C0858532CFE7361d/info.json
deleted file mode 100644
index 80c22c43a9fe7..0000000000000
--- a/blockchains/ethereum/assets/0x37fE0f067FA808fFBDd12891C0858532CFE7361d/info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "Civilization",
- "website": "https://civfund.com",
- "description": "The World's First 100% Decentralized Investment Fund (DIF)",
- "explorer": "https://etherscan.io/token/0x37fE0f067FA808fFBDd12891C0858532CFE7361d",
- "type": "ERC20",
- "symbol": "CIV",
- "decimals": 18,
- "status": "active",
- "id": "0x37fE0f067FA808fFBDd12891C0858532CFE7361d",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/sator-settler/civ-token"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/token_civ"
- },
- {
- "name": "telegram",
- "url": "https://t.me/civsettlers"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@sator-settler"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/civilization/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/Civilization-CIV-140053864869064"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/civfund/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/civilization/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x37fE0f067FA808fFBDd12891C0858532CFE7361d/logo.png b/blockchains/ethereum/assets/0x37fE0f067FA808fFBDd12891C0858532CFE7361d/logo.png
deleted file mode 100644
index 202e9ebf34306..0000000000000
Binary files a/blockchains/ethereum/assets/0x37fE0f067FA808fFBDd12891C0858532CFE7361d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3810A4Ddf41E586Fa0dbA1463A7951B748cEcFca/info.json b/blockchains/ethereum/assets/0x3810A4Ddf41E586Fa0dbA1463A7951B748cEcFca/info.json
deleted file mode 100644
index 845e46cbfcc85..0000000000000
--- a/blockchains/ethereum/assets/0x3810A4Ddf41E586Fa0dbA1463A7951B748cEcFca/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MPAY",
- "symbol": "MPAY",
- "type": "ERC20",
- "decimals": 18,
- "description": "MenaPay aims to replace cash and traditional banking tools used for online and offline transactions in daily life.",
- "website": "https://www.menapay.io",
- "explorer": "https://etherscan.io/token/0x3810A4Ddf41E586Fa0dbA1463A7951B748cEcFca",
- "status": "active",
- "id": "0x3810A4Ddf41E586Fa0dbA1463A7951B748cEcFca"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3810A4Ddf41E586Fa0dbA1463A7951B748cEcFca/logo.png b/blockchains/ethereum/assets/0x3810A4Ddf41E586Fa0dbA1463A7951B748cEcFca/logo.png
deleted file mode 100644
index 725883e6bf2fe..0000000000000
Binary files a/blockchains/ethereum/assets/0x3810A4Ddf41E586Fa0dbA1463A7951B748cEcFca/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3814Ea6889b5ad7dA133F05D7567337286f03f76/info.json b/blockchains/ethereum/assets/0x3814Ea6889b5ad7dA133F05D7567337286f03f76/info.json
deleted file mode 100644
index 82dd2e33efea5..0000000000000
--- a/blockchains/ethereum/assets/0x3814Ea6889b5ad7dA133F05D7567337286f03f76/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Novo Real",
- "symbol": "NRL",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3814Ea6889b5ad7dA133F05D7567337286f03f76",
- "status": "abandoned",
- "id": "0x3814Ea6889b5ad7dA133F05D7567337286f03f76"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3814Ea6889b5ad7dA133F05D7567337286f03f76/logo.png b/blockchains/ethereum/assets/0x3814Ea6889b5ad7dA133F05D7567337286f03f76/logo.png
deleted file mode 100644
index 8c16f6d9357fc..0000000000000
Binary files a/blockchains/ethereum/assets/0x3814Ea6889b5ad7dA133F05D7567337286f03f76/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x382117315856a533549eA621542Ccce13E54aE82/info.json b/blockchains/ethereum/assets/0x382117315856a533549eA621542Ccce13E54aE82/info.json
deleted file mode 100644
index 45bbf7deb9cea..0000000000000
--- a/blockchains/ethereum/assets/0x382117315856a533549eA621542Ccce13E54aE82/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitBall",
- "symbol": "BTB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x382117315856a533549eA621542Ccce13E54aE82",
- "status": "abandoned",
- "id": "0x382117315856a533549eA621542Ccce13E54aE82"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x382117315856a533549eA621542Ccce13E54aE82/logo.png b/blockchains/ethereum/assets/0x382117315856a533549eA621542Ccce13E54aE82/logo.png
deleted file mode 100644
index b93d4891e4677..0000000000000
Binary files a/blockchains/ethereum/assets/0x382117315856a533549eA621542Ccce13E54aE82/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x382f0160c24f5c515A19f155BAc14d479433A407/info.json b/blockchains/ethereum/assets/0x382f0160c24f5c515A19f155BAc14d479433A407/info.json
deleted file mode 100644
index 56ecb454d2e7a..0000000000000
--- a/blockchains/ethereum/assets/0x382f0160c24f5c515A19f155BAc14d479433A407/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Klee Kai",
- "website": "https://klee.finance/",
- "description": "KLEE Kai, the last of its kind, the forgotten doge of ETH.",
- "explorer": "https://etherscan.io/token/0x382f0160c24f5c515A19f155BAc14d479433A407",
- "type": "ERC20",
- "symbol": "KLEE",
- "decimals": 9,
- "status": "abandoned",
- "id": "0x382f0160c24f5c515A19f155BAc14d479433A407",
- "tags": [
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3833ddA0AEB6947b98cE454d89366cBA8Cc55528/info.json b/blockchains/ethereum/assets/0x3833ddA0AEB6947b98cE454d89366cBA8Cc55528/info.json
deleted file mode 100644
index 4495e84cc1bc7..0000000000000
--- a/blockchains/ethereum/assets/0x3833ddA0AEB6947b98cE454d89366cBA8Cc55528/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SPHTX",
- "symbol": "SPHTX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.sophiatx.com/",
- "explorer": "https://etherscan.io/token/0x3833ddA0AEB6947b98cE454d89366cBA8Cc55528",
- "status": "abandoned",
- "id": "0x3833ddA0AEB6947b98cE454d89366cBA8Cc55528"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3833ddA0AEB6947b98cE454d89366cBA8Cc55528/logo.png b/blockchains/ethereum/assets/0x3833ddA0AEB6947b98cE454d89366cBA8Cc55528/logo.png
deleted file mode 100755
index c6c94967dfa63..0000000000000
Binary files a/blockchains/ethereum/assets/0x3833ddA0AEB6947b98cE454d89366cBA8Cc55528/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x383518188C0C6d7730D91b2c03a03C837814a899/info.json b/blockchains/ethereum/assets/0x383518188C0C6d7730D91b2c03a03C837814a899/info.json
deleted file mode 100644
index 1ae21b99cba1e..0000000000000
--- a/blockchains/ethereum/assets/0x383518188C0C6d7730D91b2c03a03C837814a899/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OlympusDAO",
- "symbol": "OHM",
- "type": "ERC20",
- "decimals": 9,
- "description": "Olympus (OHM) aims to become a decentralized reserve currency that is community owned, governed by a DAO, and backed by decentralized assets.",
- "website": "https://olympusdao.finance",
- "explorer": "https://etherscan.io/token/0x383518188C0C6d7730D91b2c03a03C837814a899",
- "status": "active",
- "id": "0x383518188C0C6d7730D91b2c03a03C837814a899"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x383518188C0C6d7730D91b2c03a03C837814a899/logo.png b/blockchains/ethereum/assets/0x383518188C0C6d7730D91b2c03a03C837814a899/logo.png
deleted file mode 100644
index 35a09f0fcdcfe..0000000000000
Binary files a/blockchains/ethereum/assets/0x383518188C0C6d7730D91b2c03a03C837814a899/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x383891338E0e377b1B995f543758b998eb87D065/info.json b/blockchains/ethereum/assets/0x383891338E0e377b1B995f543758b998eb87D065/info.json
deleted file mode 100644
index d3781b0a10a20..0000000000000
--- a/blockchains/ethereum/assets/0x383891338E0e377b1B995f543758b998eb87D065/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GBHub Pro",
- "symbol": "GBP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x383891338E0e377b1B995f543758b998eb87D065",
- "status": "abandoned",
- "id": "0x383891338E0e377b1B995f543758b998eb87D065"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x383891338E0e377b1B995f543758b998eb87D065/logo.png b/blockchains/ethereum/assets/0x383891338E0e377b1B995f543758b998eb87D065/logo.png
deleted file mode 100644
index 50fc6c874d4ba..0000000000000
Binary files a/blockchains/ethereum/assets/0x383891338E0e377b1B995f543758b998eb87D065/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3839d8ba312751Aa0248fEd6a8bACB84308E20Ed/info.json b/blockchains/ethereum/assets/0x3839d8ba312751Aa0248fEd6a8bACB84308E20Ed/info.json
deleted file mode 100644
index d5c366cefd429..0000000000000
--- a/blockchains/ethereum/assets/0x3839d8ba312751Aa0248fEd6a8bACB84308E20Ed/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bezop",
- "symbol": "Bez",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bezop.io",
- "explorer": "https://etherscan.io/token/0x3839d8ba312751Aa0248fEd6a8bACB84308E20Ed",
- "status": "abandoned",
- "id": "0x3839d8ba312751Aa0248fEd6a8bACB84308E20Ed"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3839d8ba312751Aa0248fEd6a8bACB84308E20Ed/logo.png b/blockchains/ethereum/assets/0x3839d8ba312751Aa0248fEd6a8bACB84308E20Ed/logo.png
deleted file mode 100644
index e28f639d598d2..0000000000000
Binary files a/blockchains/ethereum/assets/0x3839d8ba312751Aa0248fEd6a8bACB84308E20Ed/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3845badAde8e6dFF049820680d1F14bD3903a5d0/info.json b/blockchains/ethereum/assets/0x3845badAde8e6dFF049820680d1F14bD3903a5d0/info.json
deleted file mode 100644
index 9ac135b2faa34..0000000000000
--- a/blockchains/ethereum/assets/0x3845badAde8e6dFF049820680d1F14bD3903a5d0/info.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "name": "The Sandbox",
- "website": "https://sandbox.game/en",
- "description": "The SAND token is an ERC-20 utility token that is used for value transfers as well as staking and governance.",
- "explorer": "https://etherscan.io/token/0x3845badAde8e6dFF049820680d1F14bD3903a5d0",
- "research": "https://research.binance.com/en/projects/the-sandbox",
- "type": "ERC20",
- "symbol": "SAND",
- "decimals": 18,
- "status": "active",
- "id": "0x3845badAde8e6dFF049820680d1F14bD3903a5d0",
- "tags": [
- "nft",
- "gamefi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3845badAde8e6dFF049820680d1F14bD3903a5d0/logo.png b/blockchains/ethereum/assets/0x3845badAde8e6dFF049820680d1F14bD3903a5d0/logo.png
deleted file mode 100644
index 5b4fa7432889a..0000000000000
Binary files a/blockchains/ethereum/assets/0x3845badAde8e6dFF049820680d1F14bD3903a5d0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x38513Db82BE1FB417Ad21DC8f25BD7e7Eb03b561/info.json b/blockchains/ethereum/assets/0x38513Db82BE1FB417Ad21DC8f25BD7e7Eb03b561/info.json
deleted file mode 100644
index abf98cf78fb5d..0000000000000
--- a/blockchains/ethereum/assets/0x38513Db82BE1FB417Ad21DC8f25BD7e7Eb03b561/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Iron",
- "symbol": "CSC-IR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x38513Db82BE1FB417Ad21DC8f25BD7e7Eb03b561",
- "status": "abandoned",
- "id": "0x38513Db82BE1FB417Ad21DC8f25BD7e7Eb03b561"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x38513Db82BE1FB417Ad21DC8f25BD7e7Eb03b561/logo.png b/blockchains/ethereum/assets/0x38513Db82BE1FB417Ad21DC8f25BD7e7Eb03b561/logo.png
deleted file mode 100755
index ded2309d90298..0000000000000
Binary files a/blockchains/ethereum/assets/0x38513Db82BE1FB417Ad21DC8f25BD7e7Eb03b561/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x386467F1f3ddbE832448650418311a479EECFC57/info.json b/blockchains/ethereum/assets/0x386467F1f3ddbE832448650418311a479EECFC57/info.json
deleted file mode 100644
index f98076b895941..0000000000000
--- a/blockchains/ethereum/assets/0x386467F1f3ddbE832448650418311a479EECFC57/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Embers",
- "symbol": "EMB",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x386467F1f3ddbE832448650418311a479EECFC57",
- "status": "abandoned",
- "id": "0x386467F1f3ddbE832448650418311a479EECFC57"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x386467F1f3ddbE832448650418311a479EECFC57/logo.png b/blockchains/ethereum/assets/0x386467F1f3ddbE832448650418311a479EECFC57/logo.png
deleted file mode 100644
index 9eeed37563c6c..0000000000000
Binary files a/blockchains/ethereum/assets/0x386467F1f3ddbE832448650418311a479EECFC57/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x386A09ece8a44D2b4befb21Bd1469d0D8F83c00D/info.json b/blockchains/ethereum/assets/0x386A09ece8a44D2b4befb21Bd1469d0D8F83c00D/info.json
deleted file mode 100644
index faa69f2ba15ef..0000000000000
--- a/blockchains/ethereum/assets/0x386A09ece8a44D2b4befb21Bd1469d0D8F83c00D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R738007",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x386A09ece8a44D2b4befb21Bd1469d0D8F83c00D",
- "status": "abandoned",
- "id": "0x386A09ece8a44D2b4befb21Bd1469d0D8F83c00D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x386A09ece8a44D2b4befb21Bd1469d0D8F83c00D/logo.png b/blockchains/ethereum/assets/0x386A09ece8a44D2b4befb21Bd1469d0D8F83c00D/logo.png
deleted file mode 100644
index 86c551b891c6d..0000000000000
Binary files a/blockchains/ethereum/assets/0x386A09ece8a44D2b4befb21Bd1469d0D8F83c00D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x386cABc0b14A507A4e024DEA15554342865B20DE/info.json b/blockchains/ethereum/assets/0x386cABc0b14A507A4e024DEA15554342865B20DE/info.json
deleted file mode 100644
index ee582ad330243..0000000000000
--- a/blockchains/ethereum/assets/0x386cABc0b14A507A4e024DEA15554342865B20DE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dapp Token",
- "symbol": "DAPPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.dapp.com",
- "explorer": "https://etherscan.io/token/0x386cABc0b14A507A4e024DEA15554342865B20DE",
- "status": "abandoned",
- "id": "0x386cABc0b14A507A4e024DEA15554342865B20DE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x386cABc0b14A507A4e024DEA15554342865B20DE/logo.png b/blockchains/ethereum/assets/0x386cABc0b14A507A4e024DEA15554342865B20DE/logo.png
deleted file mode 100644
index d65b2d8445fa0..0000000000000
Binary files a/blockchains/ethereum/assets/0x386cABc0b14A507A4e024DEA15554342865B20DE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x386dd8f88994f848763060672580Ea61676cD601/info.json b/blockchains/ethereum/assets/0x386dd8f88994f848763060672580Ea61676cD601/info.json
deleted file mode 100644
index ba9adacb992b9..0000000000000
--- a/blockchains/ethereum/assets/0x386dd8f88994f848763060672580Ea61676cD601/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GroupToken",
- "symbol": "Group",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x386dd8f88994f848763060672580Ea61676cD601",
- "status": "abandoned",
- "id": "0x386dd8f88994f848763060672580Ea61676cD601"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x386dd8f88994f848763060672580Ea61676cD601/logo.png b/blockchains/ethereum/assets/0x386dd8f88994f848763060672580Ea61676cD601/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x386dd8f88994f848763060672580Ea61676cD601/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3883f5e181fccaF8410FA61e12b59BAd963fb645/info.json b/blockchains/ethereum/assets/0x3883f5e181fccaF8410FA61e12b59BAd963fb645/info.json
deleted file mode 100644
index c9aecb96a527c..0000000000000
--- a/blockchains/ethereum/assets/0x3883f5e181fccaF8410FA61e12b59BAd963fb645/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Theta Network",
- "type": "ERC20",
- "symbol": "THETA",
- "decimals": 18,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0x3883f5e181fccaf8410fa61e12b59bad963fb645",
- "status": "active",
- "id": "0x3883f5e181fccaF8410FA61e12b59BAd963fb645"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3883f5e181fccaF8410FA61e12b59BAd963fb645/logo.png b/blockchains/ethereum/assets/0x3883f5e181fccaF8410FA61e12b59BAd963fb645/logo.png
deleted file mode 100644
index 4c6687735e296..0000000000000
Binary files a/blockchains/ethereum/assets/0x3883f5e181fccaF8410FA61e12b59BAd963fb645/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x38894302A6eABea6f2B29B508031d2ed75F0bE22/info.json b/blockchains/ethereum/assets/0x38894302A6eABea6f2B29B508031d2ed75F0bE22/info.json
deleted file mode 100644
index a3ddf41162c9d..0000000000000
--- a/blockchains/ethereum/assets/0x38894302A6eABea6f2B29B508031d2ed75F0bE22/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fearless",
- "symbol": "FEAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x38894302A6eABea6f2B29B508031d2ed75F0bE22",
- "status": "abandoned",
- "id": "0x38894302A6eABea6f2B29B508031d2ed75F0bE22"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x38894302A6eABea6f2B29B508031d2ed75F0bE22/logo.png b/blockchains/ethereum/assets/0x38894302A6eABea6f2B29B508031d2ed75F0bE22/logo.png
deleted file mode 100644
index 3a729ed876044..0000000000000
Binary files a/blockchains/ethereum/assets/0x38894302A6eABea6f2B29B508031d2ed75F0bE22/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x388fbFf7fef6CEe150E4820BBD4e22C377E80201/info.json b/blockchains/ethereum/assets/0x388fbFf7fef6CEe150E4820BBD4e22C377E80201/info.json
deleted file mode 100644
index 8ab9874376052..0000000000000
--- a/blockchains/ethereum/assets/0x388fbFf7fef6CEe150E4820BBD4e22C377E80201/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Techno Defi Solution",
- "symbol": "TDS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x388fbFf7fef6CEe150E4820BBD4e22C377E80201",
- "status": "abandoned",
- "id": "0x388fbFf7fef6CEe150E4820BBD4e22C377E80201"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x388fbFf7fef6CEe150E4820BBD4e22C377E80201/logo.png b/blockchains/ethereum/assets/0x388fbFf7fef6CEe150E4820BBD4e22C377E80201/logo.png
deleted file mode 100644
index 3369c3c7adb7e..0000000000000
Binary files a/blockchains/ethereum/assets/0x388fbFf7fef6CEe150E4820BBD4e22C377E80201/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3893b9422Cd5D70a81eDeFfe3d5A1c6A978310BB/info.json b/blockchains/ethereum/assets/0x3893b9422Cd5D70a81eDeFfe3d5A1c6A978310BB/info.json
deleted file mode 100644
index 5331de456aa3b..0000000000000
--- a/blockchains/ethereum/assets/0x3893b9422Cd5D70a81eDeFfe3d5A1c6A978310BB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mithril Token",
- "symbol": "MITH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://mith.io/",
- "explorer": "https://etherscan.io/token/0x3893b9422Cd5D70a81eDeFfe3d5A1c6A978310BB",
- "status": "abandoned",
- "id": "0x3893b9422Cd5D70a81eDeFfe3d5A1c6A978310BB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3893b9422Cd5D70a81eDeFfe3d5A1c6A978310BB/logo.png b/blockchains/ethereum/assets/0x3893b9422Cd5D70a81eDeFfe3d5A1c6A978310BB/logo.png
deleted file mode 100755
index 737dae9bce937..0000000000000
Binary files a/blockchains/ethereum/assets/0x3893b9422Cd5D70a81eDeFfe3d5A1c6A978310BB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x389999216860AB8E0175387A0c90E5c52522C945/info.json b/blockchains/ethereum/assets/0x389999216860AB8E0175387A0c90E5c52522C945/info.json
deleted file mode 100644
index 81c3dd01f910a..0000000000000
--- a/blockchains/ethereum/assets/0x389999216860AB8E0175387A0c90E5c52522C945/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "FEG Token",
- "type": "ERC20",
- "symbol": "FEGeth",
- "decimals": 9,
- "description": "FEG is a decentralized token that has developed the first fork to combine the powers of Shiba Inu (SHIB) and reflect.finance (RFI) with a super deflationary black hole that hyper-deflates the supply of the FEG governance token.",
- "website": "https://fegtoken.com",
- "explorer": "https://etherscan.io/token/0x389999216860ab8e0175387a0c90e5c52522c945",
- "id": "0x389999216860AB8E0175387A0c90E5c52522C945",
- "status": "abandoned",
- "tags": [
- "deflationary"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/fegtoken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/fegchat"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/K372n4NkbJ"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/FegToken_Official/"
- },
- {
- "name": "medium",
- "url": "https://fegtoken.medium.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x38A0df9a08d18dc06CD91Fc7Ec94a0AcdF28D994/info.json b/blockchains/ethereum/assets/0x38A0df9a08d18dc06CD91Fc7Ec94a0AcdF28D994/info.json
deleted file mode 100644
index 96d3f29a43c00..0000000000000
--- a/blockchains/ethereum/assets/0x38A0df9a08d18dc06CD91Fc7Ec94a0AcdF28D994/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Huptex",
- "symbol": "HTX",
- "type": "ERC20",
- "decimals": 2,
- "description": "HTX describes itself as a side-chain, relay matching node network for asset settlement and trading matching based on Ethereum.",
- "website": "https://huptex.io/",
- "explorer": "https://etherscan.io/token/0x38A0df9a08d18dc06CD91Fc7Ec94a0AcdF28D994",
- "status": "active",
- "id": "0x38A0df9a08d18dc06CD91Fc7Ec94a0AcdF28D994"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x38A0df9a08d18dc06CD91Fc7Ec94a0AcdF28D994/logo.png b/blockchains/ethereum/assets/0x38A0df9a08d18dc06CD91Fc7Ec94a0AcdF28D994/logo.png
deleted file mode 100644
index e92bf82007a2f..0000000000000
Binary files a/blockchains/ethereum/assets/0x38A0df9a08d18dc06CD91Fc7Ec94a0AcdF28D994/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x38A2fDc11f526Ddd5a607C1F251C065f40fBF2f7/info.json b/blockchains/ethereum/assets/0x38A2fDc11f526Ddd5a607C1F251C065f40fBF2f7/info.json
deleted file mode 100644
index 24c2b40665d01..0000000000000
--- a/blockchains/ethereum/assets/0x38A2fDc11f526Ddd5a607C1F251C065f40fBF2f7/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "PhoenixDAO Token",
- "website": "https://phoenixdao.io",
- "description": "Digital identity and authentication protocols to power the next generation of DeFi apps.",
- "explorer": "https://etherscan.io/token/0x38A2fDc11f526Ddd5a607C1F251C065f40fBF2f7",
- "type": "ERC20",
- "symbol": "PHNX",
- "decimals": 18,
- "status": "active",
- "id": "0x38A2fDc11f526Ddd5a607C1F251C065f40fBF2f7",
- "short_description": "Digital identity and authentication protocols to power the next generation of DeFi apps."
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x38A2fDc11f526Ddd5a607C1F251C065f40fBF2f7/logo.png b/blockchains/ethereum/assets/0x38A2fDc11f526Ddd5a607C1F251C065f40fBF2f7/logo.png
deleted file mode 100644
index 0eb61acc6dbb3..0000000000000
Binary files a/blockchains/ethereum/assets/0x38A2fDc11f526Ddd5a607C1F251C065f40fBF2f7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x38B7014ed2a83bc5801232551344Ed928698bd07/info.json b/blockchains/ethereum/assets/0x38B7014ed2a83bc5801232551344Ed928698bd07/info.json
deleted file mode 100644
index 2dcc831b7f684..0000000000000
--- a/blockchains/ethereum/assets/0x38B7014ed2a83bc5801232551344Ed928698bd07/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Incinerate Token v2",
- "symbol": "INC8",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x38B7014ed2a83bc5801232551344Ed928698bd07",
- "status": "abandoned",
- "id": "0x38B7014ed2a83bc5801232551344Ed928698bd07"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x38B7014ed2a83bc5801232551344Ed928698bd07/logo.png b/blockchains/ethereum/assets/0x38B7014ed2a83bc5801232551344Ed928698bd07/logo.png
deleted file mode 100644
index 1bd3a3eba7811..0000000000000
Binary files a/blockchains/ethereum/assets/0x38B7014ed2a83bc5801232551344Ed928698bd07/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x38D389C300357A26Beec198F3893fbA54FDe69C5/info.json b/blockchains/ethereum/assets/0x38D389C300357A26Beec198F3893fbA54FDe69C5/info.json
deleted file mode 100644
index eab032d889009..0000000000000
--- a/blockchains/ethereum/assets/0x38D389C300357A26Beec198F3893fbA54FDe69C5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PayUSD",
- "symbol": "PUSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x38D389C300357A26Beec198F3893fbA54FDe69C5",
- "status": "abandoned",
- "id": "0x38D389C300357A26Beec198F3893fbA54FDe69C5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x38D389C300357A26Beec198F3893fbA54FDe69C5/logo.png b/blockchains/ethereum/assets/0x38D389C300357A26Beec198F3893fbA54FDe69C5/logo.png
deleted file mode 100644
index ea23b098c7441..0000000000000
Binary files a/blockchains/ethereum/assets/0x38D389C300357A26Beec198F3893fbA54FDe69C5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x38D5e1f36eCa1Dcf9b8B400aD034c9BB875A14Da/info.json b/blockchains/ethereum/assets/0x38D5e1f36eCa1Dcf9b8B400aD034c9BB875A14Da/info.json
deleted file mode 100644
index 36f4abcaf988f..0000000000000
--- a/blockchains/ethereum/assets/0x38D5e1f36eCa1Dcf9b8B400aD034c9BB875A14Da/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FUTURAX",
- "symbol": "FXC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x38D5e1f36eCa1Dcf9b8B400aD034c9BB875A14Da",
- "status": "abandoned",
- "id": "0x38D5e1f36eCa1Dcf9b8B400aD034c9BB875A14Da"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x38D5e1f36eCa1Dcf9b8B400aD034c9BB875A14Da/logo.png b/blockchains/ethereum/assets/0x38D5e1f36eCa1Dcf9b8B400aD034c9BB875A14Da/logo.png
deleted file mode 100755
index 3e8176e8fa838..0000000000000
Binary files a/blockchains/ethereum/assets/0x38D5e1f36eCa1Dcf9b8B400aD034c9BB875A14Da/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x38EE6cE5b38Dc3AFb8de706FFf527f6fAE4d9eC1/info.json b/blockchains/ethereum/assets/0x38EE6cE5b38Dc3AFb8de706FFf527f6fAE4d9eC1/info.json
deleted file mode 100644
index 40a2b69413205..0000000000000
--- a/blockchains/ethereum/assets/0x38EE6cE5b38Dc3AFb8de706FFf527f6fAE4d9eC1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DogeFi.finance",
- "symbol": "DogeFi",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x38EE6cE5b38Dc3AFb8de706FFf527f6fAE4d9eC1",
- "status": "abandoned",
- "id": "0x38EE6cE5b38Dc3AFb8de706FFf527f6fAE4d9eC1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x38EE6cE5b38Dc3AFb8de706FFf527f6fAE4d9eC1/logo.png b/blockchains/ethereum/assets/0x38EE6cE5b38Dc3AFb8de706FFf527f6fAE4d9eC1/logo.png
deleted file mode 100644
index 68ddafaa6b6b5..0000000000000
Binary files a/blockchains/ethereum/assets/0x38EE6cE5b38Dc3AFb8de706FFf527f6fAE4d9eC1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x38Ef3d08eFc74857CC129E9e6026b0d4DB9AadA9/info.json b/blockchains/ethereum/assets/0x38Ef3d08eFc74857CC129E9e6026b0d4DB9AadA9/info.json
deleted file mode 100644
index 293a32cd8bb4f..0000000000000
--- a/blockchains/ethereum/assets/0x38Ef3d08eFc74857CC129E9e6026b0d4DB9AadA9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ExhibitToken",
- "symbol": "EXIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x38Ef3d08eFc74857CC129E9e6026b0d4DB9AadA9",
- "status": "abandoned",
- "id": "0x38Ef3d08eFc74857CC129E9e6026b0d4DB9AadA9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x38Ef3d08eFc74857CC129E9e6026b0d4DB9AadA9/logo.png b/blockchains/ethereum/assets/0x38Ef3d08eFc74857CC129E9e6026b0d4DB9AadA9/logo.png
deleted file mode 100755
index f9df61dc0c548..0000000000000
Binary files a/blockchains/ethereum/assets/0x38Ef3d08eFc74857CC129E9e6026b0d4DB9AadA9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x38c4102D11893351cED7eF187fCF43D33eb1aBE6/info.json b/blockchains/ethereum/assets/0x38c4102D11893351cED7eF187fCF43D33eb1aBE6/info.json
deleted file mode 100644
index b82e0b0d44154..0000000000000
--- a/blockchains/ethereum/assets/0x38c4102D11893351cED7eF187fCF43D33eb1aBE6/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Shrimp.Finance(SHRIMP)",
- "website": "https://shrimp.finance/",
- "description": "SHRIMP is an entirely decentralized protocol, similar to YAM but without the shortcomings of YAM. Which practices elastic supply, and fair distribution",
- "explorer": "https://etherscan.io/token/0x38c4102D11893351cED7eF187fCF43D33eb1aBE6",
- "type": "ERC20",
- "symbol": "SHRIMP",
- "decimals": 18,
- "status": "active",
- "id": "0x38c4102D11893351cED7eF187fCF43D33eb1aBE6",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/shrimp-finance/shrimp-protocol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/FinanceShrimp"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x38c4102D11893351cED7eF187fCF43D33eb1aBE6/logo.png b/blockchains/ethereum/assets/0x38c4102D11893351cED7eF187fCF43D33eb1aBE6/logo.png
deleted file mode 100644
index 5c1c7b5d9572a..0000000000000
Binary files a/blockchains/ethereum/assets/0x38c4102D11893351cED7eF187fCF43D33eb1aBE6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x38c5499aC70DF829Ba90d05be65F69365CeAeEf8/info.json b/blockchains/ethereum/assets/0x38c5499aC70DF829Ba90d05be65F69365CeAeEf8/info.json
deleted file mode 100644
index 79b31df9e4c10..0000000000000
--- a/blockchains/ethereum/assets/0x38c5499aC70DF829Ba90d05be65F69365CeAeEf8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SkyWay Token",
- "symbol": "SWT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x38c5499aC70DF829Ba90d05be65F69365CeAeEf8",
- "status": "abandoned",
- "id": "0x38c5499aC70DF829Ba90d05be65F69365CeAeEf8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x38c5499aC70DF829Ba90d05be65F69365CeAeEf8/logo.png b/blockchains/ethereum/assets/0x38c5499aC70DF829Ba90d05be65F69365CeAeEf8/logo.png
deleted file mode 100644
index 0d14f8b20d9f5..0000000000000
Binary files a/blockchains/ethereum/assets/0x38c5499aC70DF829Ba90d05be65F69365CeAeEf8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x38c87AA89B2B8cD9B95b736e1Fa7b612EA972169/info.json b/blockchains/ethereum/assets/0x38c87AA89B2B8cD9B95b736e1Fa7b612EA972169/info.json
deleted file mode 100644
index 0beeeffa46590..0000000000000
--- a/blockchains/ethereum/assets/0x38c87AA89B2B8cD9B95b736e1Fa7b612EA972169/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AMO Coin",
- "symbol": "AMO",
- "type": "ERC20",
- "decimals": 18,
- "description": "AMO Coin (AMO) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://amo.foundation",
- "explorer": "https://etherscan.io/token/0x38c87AA89B2B8cD9B95b736e1Fa7b612EA972169",
- "status": "active",
- "id": "0x38c87AA89B2B8cD9B95b736e1Fa7b612EA972169"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x38c87AA89B2B8cD9B95b736e1Fa7b612EA972169/logo.png b/blockchains/ethereum/assets/0x38c87AA89B2B8cD9B95b736e1Fa7b612EA972169/logo.png
deleted file mode 100644
index 3063c9ab4b08d..0000000000000
Binary files a/blockchains/ethereum/assets/0x38c87AA89B2B8cD9B95b736e1Fa7b612EA972169/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x38e4adB44ef08F22F5B5b76A8f0c2d0dCbE7DcA1/info.json b/blockchains/ethereum/assets/0x38e4adB44ef08F22F5B5b76A8f0c2d0dCbE7DcA1/info.json
deleted file mode 100644
index 41b9936115189..0000000000000
--- a/blockchains/ethereum/assets/0x38e4adB44ef08F22F5B5b76A8f0c2d0dCbE7DcA1/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Concentrated Voting Power",
- "website": "https://powerpool.finance/",
- "description": "PowerPool is a solution for accumulating governance power in Ethereum-based protocols by pooling tokens (COMP, BAL, LEND, YFI, BZRX, AKRO, etc.). The CVP token name refers to Concentrated Voting Power: CVP holders decide how pooled GTs will vote when the vote occurs in their root protocol. Also, CVP holders govern the entire protocol (key ecosystem variables, collateral types, adding new pools).",
- "explorer": "https://etherscan.io/token/0x38e4adb44ef08f22f5b5b76a8f0c2d0dcbe7dca1",
- "type": "ERC20",
- "symbol": "CVP",
- "decimals": 18,
- "status": "active",
- "id": "0x38e4adB44ef08F22F5B5b76A8f0c2d0dCbE7DcA1",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/powerpool-finance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/powerpoolcvp"
- },
- {
- "name": "telegram",
- "url": "https://t.me/powerpoolcvp"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/hYJXUBQ"
- },
- {
- "name": "medium",
- "url": "https://link.medium.com/bWcPgVnpN8"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x38e4adB44ef08F22F5B5b76A8f0c2d0dCbE7DcA1/logo.png b/blockchains/ethereum/assets/0x38e4adB44ef08F22F5B5b76A8f0c2d0dCbE7DcA1/logo.png
deleted file mode 100644
index 0276f0dba2ece..0000000000000
Binary files a/blockchains/ethereum/assets/0x38e4adB44ef08F22F5B5b76A8f0c2d0dCbE7DcA1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x38eF9841bAA499aEC437f3Efe6aD802699eE03A6/info.json b/blockchains/ethereum/assets/0x38eF9841bAA499aEC437f3Efe6aD802699eE03A6/info.json
deleted file mode 100644
index 7a0a07e350f67..0000000000000
--- a/blockchains/ethereum/assets/0x38eF9841bAA499aEC437f3Efe6aD802699eE03A6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blockchain Coin",
- "symbol": "EURD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x38eF9841bAA499aEC437f3Efe6aD802699eE03A6",
- "status": "abandoned",
- "id": "0x38eF9841bAA499aEC437f3Efe6aD802699eE03A6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x38eF9841bAA499aEC437f3Efe6aD802699eE03A6/logo.png b/blockchains/ethereum/assets/0x38eF9841bAA499aEC437f3Efe6aD802699eE03A6/logo.png
deleted file mode 100644
index bdfa278f346d7..0000000000000
Binary files a/blockchains/ethereum/assets/0x38eF9841bAA499aEC437f3Efe6aD802699eE03A6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x39013F961c378f02C2b82A6E1d31E9812786FD9D/info.json b/blockchains/ethereum/assets/0x39013F961c378f02C2b82A6E1d31E9812786FD9D/info.json
deleted file mode 100644
index 1ad18e3fe514b..0000000000000
--- a/blockchains/ethereum/assets/0x39013F961c378f02C2b82A6E1d31E9812786FD9D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Speed Mining Service",
- "symbol": "SMS",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x39013F961c378f02C2b82A6E1d31E9812786FD9D",
- "status": "abandoned",
- "id": "0x39013F961c378f02C2b82A6E1d31E9812786FD9D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x39013F961c378f02C2b82A6E1d31E9812786FD9D/logo.png b/blockchains/ethereum/assets/0x39013F961c378f02C2b82A6E1d31E9812786FD9D/logo.png
deleted file mode 100644
index 2a0efab0541c2..0000000000000
Binary files a/blockchains/ethereum/assets/0x39013F961c378f02C2b82A6E1d31E9812786FD9D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x39043aae9c48a628F5184Af7a5bB925137757B15/info.json b/blockchains/ethereum/assets/0x39043aae9c48a628F5184Af7a5bB925137757B15/info.json
deleted file mode 100644
index 049c242edab87..0000000000000
--- a/blockchains/ethereum/assets/0x39043aae9c48a628F5184Af7a5bB925137757B15/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yattaqi Pro",
- "symbol": "YATX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x39043aae9c48a628F5184Af7a5bB925137757B15",
- "status": "abandoned",
- "id": "0x39043aae9c48a628F5184Af7a5bB925137757B15"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x39043aae9c48a628F5184Af7a5bB925137757B15/logo.png b/blockchains/ethereum/assets/0x39043aae9c48a628F5184Af7a5bB925137757B15/logo.png
deleted file mode 100644
index 38a3335bebfca..0000000000000
Binary files a/blockchains/ethereum/assets/0x39043aae9c48a628F5184Af7a5bB925137757B15/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3918C42F14F2eB1168365F911f63E540E5A306b5/info.json b/blockchains/ethereum/assets/0x3918C42F14F2eB1168365F911f63E540E5A306b5/info.json
deleted file mode 100644
index 530a7499a0f13..0000000000000
--- a/blockchains/ethereum/assets/0x3918C42F14F2eB1168365F911f63E540E5A306b5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Neural Protocol",
- "symbol": "NRP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.nrp.world",
- "explorer": "https://etherscan.io/token/0x3918C42F14F2eB1168365F911f63E540E5A306b5",
- "status": "abandoned",
- "id": "0x3918C42F14F2eB1168365F911f63E540E5A306b5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3918C42F14F2eB1168365F911f63E540E5A306b5/logo.png b/blockchains/ethereum/assets/0x3918C42F14F2eB1168365F911f63E540E5A306b5/logo.png
deleted file mode 100644
index dd9491ef0e1fc..0000000000000
Binary files a/blockchains/ethereum/assets/0x3918C42F14F2eB1168365F911f63E540E5A306b5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3930E4dDb4d24ef2F4CB54C1f009a3694b708428/info.json b/blockchains/ethereum/assets/0x3930E4dDb4d24ef2F4CB54C1f009a3694b708428/info.json
deleted file mode 100644
index 5b06a06055bbf..0000000000000
--- a/blockchains/ethereum/assets/0x3930E4dDb4d24ef2F4CB54C1f009a3694b708428/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GameFanz",
- "symbol": "GFN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://gamefanz.io/",
- "explorer": "https://etherscan.io/token/0x3930E4dDb4d24ef2F4CB54C1f009a3694b708428",
- "status": "abandoned",
- "id": "0x3930E4dDb4d24ef2F4CB54C1f009a3694b708428"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3930E4dDb4d24ef2F4CB54C1f009a3694b708428/logo.png b/blockchains/ethereum/assets/0x3930E4dDb4d24ef2F4CB54C1f009a3694b708428/logo.png
deleted file mode 100644
index 42e42bdbc25ed..0000000000000
Binary files a/blockchains/ethereum/assets/0x3930E4dDb4d24ef2F4CB54C1f009a3694b708428/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3936Ad01cf109a36489d93cabdA11cF062fd3d48/info.json b/blockchains/ethereum/assets/0x3936Ad01cf109a36489d93cabdA11cF062fd3d48/info.json
deleted file mode 100644
index 679667e87b00d..0000000000000
--- a/blockchains/ethereum/assets/0x3936Ad01cf109a36489d93cabdA11cF062fd3d48/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coil",
- "website": "https://coilcrypto.com",
- "description": "Coil is an elastic supply cryptocurrency designed to adjust itself every 23 hrs to the supply and demand of the market.",
- "explorer": "https://etherscan.io/token/0x3936Ad01cf109a36489d93cabdA11cF062fd3d48",
- "type": "ERC20",
- "symbol": "COIL",
- "decimals": 9,
- "status": "active",
- "id": "0x3936Ad01cf109a36489d93cabdA11cF062fd3d48"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3936Ad01cf109a36489d93cabdA11cF062fd3d48/logo.png b/blockchains/ethereum/assets/0x3936Ad01cf109a36489d93cabdA11cF062fd3d48/logo.png
deleted file mode 100644
index 305c498eb9689..0000000000000
Binary files a/blockchains/ethereum/assets/0x3936Ad01cf109a36489d93cabdA11cF062fd3d48/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x39391e620a58c56E8Ac20E936B678Bd3D2f2A6fB/info.json b/blockchains/ethereum/assets/0x39391e620a58c56E8Ac20E936B678Bd3D2f2A6fB/info.json
deleted file mode 100644
index add83490b3c96..0000000000000
--- a/blockchains/ethereum/assets/0x39391e620a58c56E8Ac20E936B678Bd3D2f2A6fB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Watt Token",
- "symbol": "WAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x39391e620a58c56E8Ac20E936B678Bd3D2f2A6fB",
- "status": "abandoned",
- "id": "0x39391e620a58c56E8Ac20E936B678Bd3D2f2A6fB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x39391e620a58c56E8Ac20E936B678Bd3D2f2A6fB/logo.png b/blockchains/ethereum/assets/0x39391e620a58c56E8Ac20E936B678Bd3D2f2A6fB/logo.png
deleted file mode 100755
index 3f2dc227af51c..0000000000000
Binary files a/blockchains/ethereum/assets/0x39391e620a58c56E8Ac20E936B678Bd3D2f2A6fB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x393e90c35d9768e831029e90b9A2c436EDdB63BB/info.json b/blockchains/ethereum/assets/0x393e90c35d9768e831029e90b9A2c436EDdB63BB/info.json
deleted file mode 100644
index 0b9315597e1fe..0000000000000
--- a/blockchains/ethereum/assets/0x393e90c35d9768e831029e90b9A2c436EDdB63BB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IO Coin",
- "symbol": "IO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x393e90c35d9768e831029e90b9A2c436EDdB63BB",
- "status": "abandoned",
- "id": "0x393e90c35d9768e831029e90b9A2c436EDdB63BB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x393e90c35d9768e831029e90b9A2c436EDdB63BB/logo.png b/blockchains/ethereum/assets/0x393e90c35d9768e831029e90b9A2c436EDdB63BB/logo.png
deleted file mode 100644
index 5a5e1c51985e9..0000000000000
Binary files a/blockchains/ethereum/assets/0x393e90c35d9768e831029e90b9A2c436EDdB63BB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x393fAC0773C765c80dc887451377d553C46F83b1/info.json b/blockchains/ethereum/assets/0x393fAC0773C765c80dc887451377d553C46F83b1/info.json
deleted file mode 100644
index a60d10662117f..0000000000000
--- a/blockchains/ethereum/assets/0x393fAC0773C765c80dc887451377d553C46F83b1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RAKSUR",
- "symbol": "RAS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://raksur.com/",
- "explorer": "https://etherscan.io/token/0x393fAC0773C765c80dc887451377d553C46F83b1",
- "status": "abandoned",
- "id": "0x393fAC0773C765c80dc887451377d553C46F83b1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x393fAC0773C765c80dc887451377d553C46F83b1/logo.png b/blockchains/ethereum/assets/0x393fAC0773C765c80dc887451377d553C46F83b1/logo.png
deleted file mode 100644
index 7acbf1ebf415f..0000000000000
Binary files a/blockchains/ethereum/assets/0x393fAC0773C765c80dc887451377d553C46F83b1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x395f7bC771DB53732025547458f96Ee217aF6aD1/info.json b/blockchains/ethereum/assets/0x395f7bC771DB53732025547458f96Ee217aF6aD1/info.json
deleted file mode 100644
index 7742e37d47010..0000000000000
--- a/blockchains/ethereum/assets/0x395f7bC771DB53732025547458f96Ee217aF6aD1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ieo services",
- "symbol": "ieos",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ieoservicetoken.com/",
- "explorer": "https://etherscan.io/token/0x395f7bC771DB53732025547458f96Ee217aF6aD1",
- "status": "abandoned",
- "id": "0x395f7bC771DB53732025547458f96Ee217aF6aD1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x395f7bC771DB53732025547458f96Ee217aF6aD1/logo.png b/blockchains/ethereum/assets/0x395f7bC771DB53732025547458f96Ee217aF6aD1/logo.png
deleted file mode 100644
index 700b78aae1d2e..0000000000000
Binary files a/blockchains/ethereum/assets/0x395f7bC771DB53732025547458f96Ee217aF6aD1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x39795344CBCc76cC3Fb94B9D1b15C23c2070C66D/info.json b/blockchains/ethereum/assets/0x39795344CBCc76cC3Fb94B9D1b15C23c2070C66D/info.json
deleted file mode 100644
index 88d693f73607f..0000000000000
--- a/blockchains/ethereum/assets/0x39795344CBCc76cC3Fb94B9D1b15C23c2070C66D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Seigniorage Shares",
- "website": "https://dollarprotocol.com",
- "description": "Seigniorage Share (SHARE) is the speculation and governance token into the Dollar Protocol. Holders get seigniorage paid in Dollar (USD) token pro-rata.",
- "explorer": "https://etherscan.io/token/0x39795344CBCc76cC3Fb94B9D1b15C23c2070C66D",
- "type": "ERC20",
- "symbol": "SHARE",
- "decimals": 9,
- "status": "active",
- "id": "0x39795344CBCc76cC3Fb94B9D1b15C23c2070C66D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x39795344CBCc76cC3Fb94B9D1b15C23c2070C66D/logo.png b/blockchains/ethereum/assets/0x39795344CBCc76cC3Fb94B9D1b15C23c2070C66D/logo.png
deleted file mode 100644
index b4ab689210166..0000000000000
Binary files a/blockchains/ethereum/assets/0x39795344CBCc76cC3Fb94B9D1b15C23c2070C66D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x39A26fd8f19244377ab6e1C6FcDC5F3e75df4bDa/info.json b/blockchains/ethereum/assets/0x39A26fd8f19244377ab6e1C6FcDC5F3e75df4bDa/info.json
deleted file mode 100644
index f63e04da69b20..0000000000000
--- a/blockchains/ethereum/assets/0x39A26fd8f19244377ab6e1C6FcDC5F3e75df4bDa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-25/30M55",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x39A26fd8f19244377ab6e1C6FcDC5F3e75df4bDa",
- "status": "abandoned",
- "id": "0x39A26fd8f19244377ab6e1C6FcDC5F3e75df4bDa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x39A26fd8f19244377ab6e1C6FcDC5F3e75df4bDa/logo.png b/blockchains/ethereum/assets/0x39A26fd8f19244377ab6e1C6FcDC5F3e75df4bDa/logo.png
deleted file mode 100644
index bf865928ba7a6..0000000000000
Binary files a/blockchains/ethereum/assets/0x39A26fd8f19244377ab6e1C6FcDC5F3e75df4bDa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x39AA39c021dfbaE8faC545936693aC917d5E7563/info.json b/blockchains/ethereum/assets/0x39AA39c021dfbaE8faC545936693aC917d5E7563/info.json
deleted file mode 100644
index 1e58c65ccebb8..0000000000000
--- a/blockchains/ethereum/assets/0x39AA39c021dfbaE8faC545936693aC917d5E7563/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Compound USD Coin",
- "symbol": "cUSDC",
- "type": "ERC20",
- "decimals": 8,
- "description": "Compound is an open-source, autonomous protocol built for developers, to unlock a universe of new financial applications. Interest and borrowing, for the open financial system.",
- "website": "https://compound.finance/",
- "explorer": "https://etherscan.io/token/0x39AA39c021dfbaE8faC545936693aC917d5E7563",
- "status": "active",
- "id": "0x39AA39c021dfbaE8faC545936693aC917d5E7563"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x39AA39c021dfbaE8faC545936693aC917d5E7563/logo.png b/blockchains/ethereum/assets/0x39AA39c021dfbaE8faC545936693aC917d5E7563/logo.png
deleted file mode 100644
index 33824434343e4..0000000000000
Binary files a/blockchains/ethereum/assets/0x39AA39c021dfbaE8faC545936693aC917d5E7563/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x39AB32006Afe65A0B4D6A9A89877c2c33ad19EB5/info.json b/blockchains/ethereum/assets/0x39AB32006Afe65A0B4D6A9A89877c2c33ad19EB5/info.json
deleted file mode 100644
index 2ec4d60530cbc..0000000000000
--- a/blockchains/ethereum/assets/0x39AB32006Afe65A0B4D6A9A89877c2c33ad19EB5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CTether USD",
- "symbol": "CUSDT",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x39AB32006Afe65A0B4D6A9A89877c2c33ad19EB5",
- "status": "abandoned",
- "id": "0x39AB32006Afe65A0B4D6A9A89877c2c33ad19EB5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x39AB32006Afe65A0B4D6A9A89877c2c33ad19EB5/logo.png b/blockchains/ethereum/assets/0x39AB32006Afe65A0B4D6A9A89877c2c33ad19EB5/logo.png
deleted file mode 100644
index ce387c07e79d1..0000000000000
Binary files a/blockchains/ethereum/assets/0x39AB32006Afe65A0B4D6A9A89877c2c33ad19EB5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x39Ad22C916F42aF5f67371d6f2Fb0dab42321a89/info.json b/blockchains/ethereum/assets/0x39Ad22C916F42aF5f67371d6f2Fb0dab42321a89/info.json
deleted file mode 100644
index 99607e8219735..0000000000000
--- a/blockchains/ethereum/assets/0x39Ad22C916F42aF5f67371d6f2Fb0dab42321a89/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Osinachi",
- "symbol": "OSINA",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x39Ad22C916F42aF5f67371d6f2Fb0dab42321a89",
- "status": "abandoned",
- "id": "0x39Ad22C916F42aF5f67371d6f2Fb0dab42321a89"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x39Ad22C916F42aF5f67371d6f2Fb0dab42321a89/logo.png b/blockchains/ethereum/assets/0x39Ad22C916F42aF5f67371d6f2Fb0dab42321a89/logo.png
deleted file mode 100644
index 81fe062ae59b8..0000000000000
Binary files a/blockchains/ethereum/assets/0x39Ad22C916F42aF5f67371d6f2Fb0dab42321a89/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x39Bb259F66E1C59d5ABEF88375979b4D20D98022/info.json b/blockchains/ethereum/assets/0x39Bb259F66E1C59d5ABEF88375979b4D20D98022/info.json
deleted file mode 100644
index 2bc48a470a3bc..0000000000000
--- a/blockchains/ethereum/assets/0x39Bb259F66E1C59d5ABEF88375979b4D20D98022/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wax Token",
- "symbol": "WAX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x39Bb259F66E1C59d5ABEF88375979b4D20D98022",
- "status": "abandoned",
- "id": "0x39Bb259F66E1C59d5ABEF88375979b4D20D98022"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x39Bb259F66E1C59d5ABEF88375979b4D20D98022/logo.png b/blockchains/ethereum/assets/0x39Bb259F66E1C59d5ABEF88375979b4D20D98022/logo.png
deleted file mode 100644
index c62166bdf502c..0000000000000
Binary files a/blockchains/ethereum/assets/0x39Bb259F66E1C59d5ABEF88375979b4D20D98022/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x39C6b3e42d6A679d7D776778Fe880BC9487C2EDA/info.json b/blockchains/ethereum/assets/0x39C6b3e42d6A679d7D776778Fe880BC9487C2EDA/info.json
deleted file mode 100644
index 922bcb2c1c881..0000000000000
--- a/blockchains/ethereum/assets/0x39C6b3e42d6A679d7D776778Fe880BC9487C2EDA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave KNC",
- "symbol": "aKNC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave KNC is an interest bearing token pegged 1:1 to the underlying KNC deposited in Aave. aKNC accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x39C6b3e42d6A679d7D776778Fe880BC9487C2EDA",
- "status": "active",
- "id": "0x39C6b3e42d6A679d7D776778Fe880BC9487C2EDA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x39C6b3e42d6A679d7D776778Fe880BC9487C2EDA/logo.png b/blockchains/ethereum/assets/0x39C6b3e42d6A679d7D776778Fe880BC9487C2EDA/logo.png
deleted file mode 100644
index cc68814a910a2..0000000000000
Binary files a/blockchains/ethereum/assets/0x39C6b3e42d6A679d7D776778Fe880BC9487C2EDA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x39eAE99E685906fF1C11A962a743440d0a1A6e09/info.json b/blockchains/ethereum/assets/0x39eAE99E685906fF1C11A962a743440d0a1A6e09/info.json
deleted file mode 100644
index 2de8a111f5f1e..0000000000000
--- a/blockchains/ethereum/assets/0x39eAE99E685906fF1C11A962a743440d0a1A6e09/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Holyheld",
- "website": "https://holyheld.com",
- "description": "Holyheld, financial service for a digital generation.",
- "explorer": "https://etherscan.io/token/0x39eAE99E685906fF1C11A962a743440d0a1A6e09",
- "type": "ERC20",
- "symbol": "HOLY",
- "decimals": 18,
- "status": "abandoned",
- "id": "0x39eAE99E685906fF1C11A962a743440d0a1A6e09"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x39eAE99E685906fF1C11A962a743440d0a1A6e09/logo.png b/blockchains/ethereum/assets/0x39eAE99E685906fF1C11A962a743440d0a1A6e09/logo.png
deleted file mode 100644
index d9098e5c74a85..0000000000000
Binary files a/blockchains/ethereum/assets/0x39eAE99E685906fF1C11A962a743440d0a1A6e09/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x39f4A6659ec9E25386A0DB547Cbec62f62fa6bB5/info.json b/blockchains/ethereum/assets/0x39f4A6659ec9E25386A0DB547Cbec62f62fa6bB5/info.json
deleted file mode 100644
index 97d673527b25e..0000000000000
--- a/blockchains/ethereum/assets/0x39f4A6659ec9E25386A0DB547Cbec62f62fa6bB5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST 7",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x39f4A6659ec9E25386A0DB547Cbec62f62fa6bB5",
- "status": "abandoned",
- "id": "0x39f4A6659ec9E25386A0DB547Cbec62f62fa6bB5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x39f4A6659ec9E25386A0DB547Cbec62f62fa6bB5/logo.png b/blockchains/ethereum/assets/0x39f4A6659ec9E25386A0DB547Cbec62f62fa6bB5/logo.png
deleted file mode 100644
index b10d03d31ade8..0000000000000
Binary files a/blockchains/ethereum/assets/0x39f4A6659ec9E25386A0DB547Cbec62f62fa6bB5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3A10B7a22AE98E0f53276923F19f99B259F61778/info.json b/blockchains/ethereum/assets/0x3A10B7a22AE98E0f53276923F19f99B259F61778/info.json
deleted file mode 100644
index e08d9d41be67b..0000000000000
--- a/blockchains/ethereum/assets/0x3A10B7a22AE98E0f53276923F19f99B259F61778/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Secrets of Zurich Token",
- "symbol": "SOZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3A10B7a22AE98E0f53276923F19f99B259F61778",
- "status": "abandoned",
- "id": "0x3A10B7a22AE98E0f53276923F19f99B259F61778"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3A10B7a22AE98E0f53276923F19f99B259F61778/logo.png b/blockchains/ethereum/assets/0x3A10B7a22AE98E0f53276923F19f99B259F61778/logo.png
deleted file mode 100644
index ebb4f60de8189..0000000000000
Binary files a/blockchains/ethereum/assets/0x3A10B7a22AE98E0f53276923F19f99B259F61778/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3A1237D38D0Fb94513f85D61679cAd7F38507242/info.json b/blockchains/ethereum/assets/0x3A1237D38D0Fb94513f85D61679cAd7F38507242/info.json
deleted file mode 100644
index 73d40c16a05b5..0000000000000
--- a/blockchains/ethereum/assets/0x3A1237D38D0Fb94513f85D61679cAd7F38507242/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mindexcoin",
- "symbol": "MIC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://mindexcoin.com/",
- "explorer": "https://etherscan.io/token/0x3A1237D38D0Fb94513f85D61679cAd7F38507242",
- "status": "abandoned",
- "id": "0x3A1237D38D0Fb94513f85D61679cAd7F38507242"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3A1237D38D0Fb94513f85D61679cAd7F38507242/logo.png b/blockchains/ethereum/assets/0x3A1237D38D0Fb94513f85D61679cAd7F38507242/logo.png
deleted file mode 100644
index 7bf45358801a5..0000000000000
Binary files a/blockchains/ethereum/assets/0x3A1237D38D0Fb94513f85D61679cAd7F38507242/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3A2008B57C9c9361C40c43a60227180909A5B412/info.json b/blockchains/ethereum/assets/0x3A2008B57C9c9361C40c43a60227180909A5B412/info.json
deleted file mode 100644
index a1c26332b8f6c..0000000000000
--- a/blockchains/ethereum/assets/0x3A2008B57C9c9361C40c43a60227180909A5B412/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST 6",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3A2008B57C9c9361C40c43a60227180909A5B412",
- "status": "abandoned",
- "id": "0x3A2008B57C9c9361C40c43a60227180909A5B412"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3A2008B57C9c9361C40c43a60227180909A5B412/logo.png b/blockchains/ethereum/assets/0x3A2008B57C9c9361C40c43a60227180909A5B412/logo.png
deleted file mode 100644
index 5fe5647798716..0000000000000
Binary files a/blockchains/ethereum/assets/0x3A2008B57C9c9361C40c43a60227180909A5B412/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3A3A1B3A584C7bC41B561d958e092ae291bD7F93/info.json b/blockchains/ethereum/assets/0x3A3A1B3A584C7bC41B561d958e092ae291bD7F93/info.json
deleted file mode 100644
index 537986f51798a..0000000000000
--- a/blockchains/ethereum/assets/0x3A3A1B3A584C7bC41B561d958e092ae291bD7F93/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MYTBX",
- "symbol": "MYTBX",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3A3A1B3A584C7bC41B561d958e092ae291bD7F93",
- "status": "abandoned",
- "id": "0x3A3A1B3A584C7bC41B561d958e092ae291bD7F93"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3A3A1B3A584C7bC41B561d958e092ae291bD7F93/logo.png b/blockchains/ethereum/assets/0x3A3A1B3A584C7bC41B561d958e092ae291bD7F93/logo.png
deleted file mode 100644
index 6d060f64c2f1d..0000000000000
Binary files a/blockchains/ethereum/assets/0x3A3A1B3A584C7bC41B561d958e092ae291bD7F93/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3A4A0D5b8dfAcd651EE28ed4fFEBf91500345489/info.json b/blockchains/ethereum/assets/0x3A4A0D5b8dfAcd651EE28ed4fFEBf91500345489/info.json
deleted file mode 100644
index 94dd0341130ca..0000000000000
--- a/blockchains/ethereum/assets/0x3A4A0D5b8dfAcd651EE28ed4fFEBf91500345489/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "BerryX",
- "website": "https://polar-berry.com/",
- "description": "A BRX token is created to evaluate the size of the shares, as well as to facilitate the exchange of shares through innovation. The token is used for any transactions made within the cooperative,joining fees, membership and share fees, as well as for remuneration.",
- "explorer": "https://etherscan.io/token/0x3A4A0D5b8dfAcd651EE28ed4fFEBf91500345489",
- "type": "ERC20",
- "symbol": "BRX",
- "decimals": 18,
- "status": "active",
- "id": "0x3A4A0D5b8dfAcd651EE28ed4fFEBf91500345489",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Filinomus/BerryX"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Polar berry"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/polarberrycom"
- },
- {
- "name": "whitepaper",
- "url": "https://polar-berry.com/whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3A4A0D5b8dfAcd651EE28ed4fFEBf91500345489/logo.png b/blockchains/ethereum/assets/0x3A4A0D5b8dfAcd651EE28ed4fFEBf91500345489/logo.png
deleted file mode 100644
index ef48b52062462..0000000000000
Binary files a/blockchains/ethereum/assets/0x3A4A0D5b8dfAcd651EE28ed4fFEBf91500345489/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3A6CecAE3B2d0fFeFc2704790EdDf76d5A823430/info.json b/blockchains/ethereum/assets/0x3A6CecAE3B2d0fFeFc2704790EdDf76d5A823430/info.json
deleted file mode 100644
index 0cbfb9166c825..0000000000000
--- a/blockchains/ethereum/assets/0x3A6CecAE3B2d0fFeFc2704790EdDf76d5A823430/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C564343",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3A6CecAE3B2d0fFeFc2704790EdDf76d5A823430",
- "status": "abandoned",
- "id": "0x3A6CecAE3B2d0fFeFc2704790EdDf76d5A823430"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3A6CecAE3B2d0fFeFc2704790EdDf76d5A823430/logo.png b/blockchains/ethereum/assets/0x3A6CecAE3B2d0fFeFc2704790EdDf76d5A823430/logo.png
deleted file mode 100644
index c060b5fe8519f..0000000000000
Binary files a/blockchains/ethereum/assets/0x3A6CecAE3B2d0fFeFc2704790EdDf76d5A823430/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3A75731f9e16244dE01DD431636Db7c07D42A166/info.json b/blockchains/ethereum/assets/0x3A75731f9e16244dE01DD431636Db7c07D42A166/info.json
deleted file mode 100644
index d9254c0b970f2..0000000000000
--- a/blockchains/ethereum/assets/0x3A75731f9e16244dE01DD431636Db7c07D42A166/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bones",
- "symbol": "BONES",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3A75731f9e16244dE01DD431636Db7c07D42A166",
- "status": "abandoned",
- "id": "0x3A75731f9e16244dE01DD431636Db7c07D42A166"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3A75731f9e16244dE01DD431636Db7c07D42A166/logo.png b/blockchains/ethereum/assets/0x3A75731f9e16244dE01DD431636Db7c07D42A166/logo.png
deleted file mode 100644
index 1bd8c24899f1c..0000000000000
Binary files a/blockchains/ethereum/assets/0x3A75731f9e16244dE01DD431636Db7c07D42A166/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3A856d4effa670C54585a5D523e96513e148e95d/info.json b/blockchains/ethereum/assets/0x3A856d4effa670C54585a5D523e96513e148e95d/info.json
deleted file mode 100644
index 7232d5bdf65e7..0000000000000
--- a/blockchains/ethereum/assets/0x3A856d4effa670C54585a5D523e96513e148e95d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Trias Token",
- "symbol": "TRIAS",
- "type": "ERC20",
- "decimals": 18,
- "description": "TRIAS aims to create a new-generation public chain that will support the execution of general-purpose native-applications on all platforms.",
- "website": "https://www.trias.one",
- "explorer": "https://etherscan.io/token/0x3A856d4effa670C54585a5D523e96513e148e95d",
- "status": "active",
- "id": "0x3A856d4effa670C54585a5D523e96513e148e95d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3A856d4effa670C54585a5D523e96513e148e95d/logo.png b/blockchains/ethereum/assets/0x3A856d4effa670C54585a5D523e96513e148e95d/logo.png
deleted file mode 100644
index 0948f60db6557..0000000000000
Binary files a/blockchains/ethereum/assets/0x3A856d4effa670C54585a5D523e96513e148e95d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3A880652F47bFaa771908C07Dd8673A787dAEd3A/info.json b/blockchains/ethereum/assets/0x3A880652F47bFaa771908C07Dd8673A787dAEd3A/info.json
deleted file mode 100644
index a44460aff7c95..0000000000000
--- a/blockchains/ethereum/assets/0x3A880652F47bFaa771908C07Dd8673A787dAEd3A/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "DDX",
- "website": "https://derivadex.com",
- "description": "Discover the future of trading with DerivaDEX, a community-governed derivatives exchange that unites performance and autonomy.",
- "explorer": "https://etherscan.io/token/0x3A880652F47bFaa771908C07Dd8673A787dAEd3A",
- "type": "ERC20",
- "symbol": "DDX",
- "decimals": 18,
- "status": "active",
- "id": "0x3A880652F47bFaa771908C07Dd8673A787dAEd3A",
- "links": [
- {
- "name": "source_code",
- "url": "https://gitlab.com/derivadex"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/DDX_Official"
- },
- {
- "name": "telegram",
- "url": "https://t.me/DerivaDEX"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/rSYxQD2j"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCSAEVzSu0AEcJF2e7TMbZJg"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/derivadex/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/derivadex"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3A880652F47bFaa771908C07Dd8673A787dAEd3A/logo.png b/blockchains/ethereum/assets/0x3A880652F47bFaa771908C07Dd8673A787dAEd3A/logo.png
deleted file mode 100644
index 055f683dffbc1..0000000000000
Binary files a/blockchains/ethereum/assets/0x3A880652F47bFaa771908C07Dd8673A787dAEd3A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3A8cCCB969a61532d1E6005e2CE12C200caeCe87/info.json b/blockchains/ethereum/assets/0x3A8cCCB969a61532d1E6005e2CE12C200caeCe87/info.json
deleted file mode 100644
index 1c11a7e3d493a..0000000000000
--- a/blockchains/ethereum/assets/0x3A8cCCB969a61532d1E6005e2CE12C200caeCe87/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "TitanSwap",
- "type": "ERC20",
- "symbol": "Titan",
- "decimals": 18,
- "website": "https://titanswap.org/",
- "description": "TITAN is a blockchain based decentralized financial center that provides optimal liquidity solutions for different digital asset category by adaptive bonding curve.",
- "explorer": "https://etherscan.io/token/0x3A8cCCB969a61532d1E6005e2CE12C200caeCe87",
- "status": "active",
- "id": "0x3A8cCCB969a61532d1E6005e2CE12C200caeCe87",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/TitanSwaporg"
- },
- {
- "name": "github",
- "url": "https://github.com/titanSwap"
- },
- {
- "name": "telegram",
- "url": "https://t.me/TitanSwap"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3A8cCCB969a61532d1E6005e2CE12C200caeCe87/logo.png b/blockchains/ethereum/assets/0x3A8cCCB969a61532d1E6005e2CE12C200caeCe87/logo.png
deleted file mode 100644
index 835e7b024da9d..0000000000000
Binary files a/blockchains/ethereum/assets/0x3A8cCCB969a61532d1E6005e2CE12C200caeCe87/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3A92bD396aEf82af98EbC0Aa9030D25a23B11C6b/info.json b/blockchains/ethereum/assets/0x3A92bD396aEf82af98EbC0Aa9030D25a23B11C6b/info.json
deleted file mode 100644
index 8245140e29194..0000000000000
--- a/blockchains/ethereum/assets/0x3A92bD396aEf82af98EbC0Aa9030D25a23B11C6b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tokenbox",
- "symbol": "TBX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://tokenbox.io/",
- "explorer": "https://etherscan.io/token/0x3A92bD396aEf82af98EbC0Aa9030D25a23B11C6b",
- "status": "active",
- "id": "0x3A92bD396aEf82af98EbC0Aa9030D25a23B11C6b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3A92bD396aEf82af98EbC0Aa9030D25a23B11C6b/logo.png b/blockchains/ethereum/assets/0x3A92bD396aEf82af98EbC0Aa9030D25a23B11C6b/logo.png
deleted file mode 100644
index 76dcbf7cc165b..0000000000000
Binary files a/blockchains/ethereum/assets/0x3A92bD396aEf82af98EbC0Aa9030D25a23B11C6b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3A94221D98B86e32FB9eddCDC4D86E38e9767373/info.json b/blockchains/ethereum/assets/0x3A94221D98B86e32FB9eddCDC4D86E38e9767373/info.json
deleted file mode 100644
index 5bb5fbb1e0013..0000000000000
--- a/blockchains/ethereum/assets/0x3A94221D98B86e32FB9eddCDC4D86E38e9767373/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EarthXland",
- "symbol": "EXL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3A94221D98B86e32FB9eddCDC4D86E38e9767373",
- "status": "abandoned",
- "id": "0x3A94221D98B86e32FB9eddCDC4D86E38e9767373"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3A94221D98B86e32FB9eddCDC4D86E38e9767373/logo.png b/blockchains/ethereum/assets/0x3A94221D98B86e32FB9eddCDC4D86E38e9767373/logo.png
deleted file mode 100644
index d487ed3f2b85c..0000000000000
Binary files a/blockchains/ethereum/assets/0x3A94221D98B86e32FB9eddCDC4D86E38e9767373/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3A9FfF453d50D4Ac52A6890647b823379ba36B9E/info.json b/blockchains/ethereum/assets/0x3A9FfF453d50D4Ac52A6890647b823379ba36B9E/info.json
deleted file mode 100644
index bde0c46e0ccc9..0000000000000
--- a/blockchains/ethereum/assets/0x3A9FfF453d50D4Ac52A6890647b823379ba36B9E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Shuffle.Monster V3",
- "symbol": "SHUF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://shuffle.monster/",
- "explorer": "https://etherscan.io/token/0x3A9FfF453d50D4Ac52A6890647b823379ba36B9E",
- "status": "abandoned",
- "id": "0x3A9FfF453d50D4Ac52A6890647b823379ba36B9E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3A9FfF453d50D4Ac52A6890647b823379ba36B9E/logo.png b/blockchains/ethereum/assets/0x3A9FfF453d50D4Ac52A6890647b823379ba36B9E/logo.png
deleted file mode 100644
index 22edb90638985..0000000000000
Binary files a/blockchains/ethereum/assets/0x3A9FfF453d50D4Ac52A6890647b823379ba36B9E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3ADfc4999F77D04c8341BAC5F3A76f58DfF5B37A/info.json b/blockchains/ethereum/assets/0x3ADfc4999F77D04c8341BAC5F3A76f58DfF5B37A/info.json
deleted file mode 100644
index 3d2b8c28c850a..0000000000000
--- a/blockchains/ethereum/assets/0x3ADfc4999F77D04c8341BAC5F3A76f58DfF5B37A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Privatix",
- "symbol": "PRIX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://privatix.io/",
- "explorer": "https://etherscan.io/token/0x3ADfc4999F77D04c8341BAC5F3A76f58DfF5B37A",
- "status": "abandoned",
- "id": "0x3ADfc4999F77D04c8341BAC5F3A76f58DfF5B37A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3ADfc4999F77D04c8341BAC5F3A76f58DfF5B37A/logo.png b/blockchains/ethereum/assets/0x3ADfc4999F77D04c8341BAC5F3A76f58DfF5B37A/logo.png
deleted file mode 100755
index 81933eac31942..0000000000000
Binary files a/blockchains/ethereum/assets/0x3ADfc4999F77D04c8341BAC5F3A76f58DfF5B37A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3AFA1902b1f8a802aBC18e5aD982D1bCd34AfE22/info.json b/blockchains/ethereum/assets/0x3AFA1902b1f8a802aBC18e5aD982D1bCd34AfE22/info.json
deleted file mode 100644
index 26cf2b1b03a2a..0000000000000
--- a/blockchains/ethereum/assets/0x3AFA1902b1f8a802aBC18e5aD982D1bCd34AfE22/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GrEARN's Token",
- "symbol": "GST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.grearn.org/",
- "explorer": "https://etherscan.io/token/0x3AFA1902b1f8a802aBC18e5aD982D1bCd34AfE22",
- "status": "abandoned",
- "id": "0x3AFA1902b1f8a802aBC18e5aD982D1bCd34AfE22"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3AFA1902b1f8a802aBC18e5aD982D1bCd34AfE22/logo.png b/blockchains/ethereum/assets/0x3AFA1902b1f8a802aBC18e5aD982D1bCd34AfE22/logo.png
deleted file mode 100644
index 845703b8b2073..0000000000000
Binary files a/blockchains/ethereum/assets/0x3AFA1902b1f8a802aBC18e5aD982D1bCd34AfE22/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3Ab6Ed69Ef663bd986Ee59205CCaD8A20F98b4c2/info.json b/blockchains/ethereum/assets/0x3Ab6Ed69Ef663bd986Ee59205CCaD8A20F98b4c2/info.json
deleted file mode 100644
index 40b81281b2da2..0000000000000
--- a/blockchains/ethereum/assets/0x3Ab6Ed69Ef663bd986Ee59205CCaD8A20F98b4c2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DREP",
- "symbol": "DREP",
- "type": "ERC20",
- "decimals": 18,
- "description": "DREP is committed to building connectors and toolboxes based on blockchain technology, and aims to provide solutions that combine ease of use, flexibility, and frictionless integration.",
- "website": "https://www.drep.org",
- "explorer": "https://etherscan.io/token/0x3Ab6Ed69Ef663bd986Ee59205CCaD8A20F98b4c2",
- "status": "active",
- "id": "0x3Ab6Ed69Ef663bd986Ee59205CCaD8A20F98b4c2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3Ab6Ed69Ef663bd986Ee59205CCaD8A20F98b4c2/logo.png b/blockchains/ethereum/assets/0x3Ab6Ed69Ef663bd986Ee59205CCaD8A20F98b4c2/logo.png
deleted file mode 100644
index 22dbf0e7d7268..0000000000000
Binary files a/blockchains/ethereum/assets/0x3Ab6Ed69Ef663bd986Ee59205CCaD8A20F98b4c2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3AeF8e803BD9be47e69b9f36487748d30D940b96/info.json b/blockchains/ethereum/assets/0x3AeF8e803BD9be47e69b9f36487748d30D940b96/info.json
deleted file mode 100644
index d62abf8a7b03e..0000000000000
--- a/blockchains/ethereum/assets/0x3AeF8e803BD9be47e69b9f36487748d30D940b96/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Vesta",
- "website": "https://vtp.network",
- "description": "Vesta Is The Next Generation Liquidity Generator.",
- "explorer": "https://etherscan.io/token/0x3AeF8e803BD9be47e69b9f36487748d30D940b96",
- "type": "ERC20",
- "symbol": "vesta",
- "decimals": 18,
- "status": "active",
- "id": "0x3AeF8e803BD9be47e69b9f36487748d30D940b96",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://vtp.network/static/VestaProtocolWhitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3AeF8e803BD9be47e69b9f36487748d30D940b96/logo.png b/blockchains/ethereum/assets/0x3AeF8e803BD9be47e69b9f36487748d30D940b96/logo.png
deleted file mode 100644
index 0250f98584add..0000000000000
Binary files a/blockchains/ethereum/assets/0x3AeF8e803BD9be47e69b9f36487748d30D940b96/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3B3f859ab4CebB73c3043b99c33719052265E1E7/info.json b/blockchains/ethereum/assets/0x3B3f859ab4CebB73c3043b99c33719052265E1E7/info.json
deleted file mode 100644
index 8261a5ff03a02..0000000000000
--- a/blockchains/ethereum/assets/0x3B3f859ab4CebB73c3043b99c33719052265E1E7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "khAZon",
- "symbol": "KReeD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://web.khazon.online/",
- "explorer": "https://etherscan.io/token/0x3B3f859ab4CebB73c3043b99c33719052265E1E7",
- "status": "abandoned",
- "id": "0x3B3f859ab4CebB73c3043b99c33719052265E1E7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3B3f859ab4CebB73c3043b99c33719052265E1E7/logo.png b/blockchains/ethereum/assets/0x3B3f859ab4CebB73c3043b99c33719052265E1E7/logo.png
deleted file mode 100755
index 72891f1d20217..0000000000000
Binary files a/blockchains/ethereum/assets/0x3B3f859ab4CebB73c3043b99c33719052265E1E7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3B4B29C4c1872a60D09937686bD2b358Db9Dee8a/info.json b/blockchains/ethereum/assets/0x3B4B29C4c1872a60D09937686bD2b358Db9Dee8a/info.json
deleted file mode 100644
index 5c10ce6f20802..0000000000000
--- a/blockchains/ethereum/assets/0x3B4B29C4c1872a60D09937686bD2b358Db9Dee8a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Teacher Coin",
- "symbol": "TCH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3B4B29C4c1872a60D09937686bD2b358Db9Dee8a",
- "status": "abandoned",
- "id": "0x3B4B29C4c1872a60D09937686bD2b358Db9Dee8a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3B4B29C4c1872a60D09937686bD2b358Db9Dee8a/logo.png b/blockchains/ethereum/assets/0x3B4B29C4c1872a60D09937686bD2b358Db9Dee8a/logo.png
deleted file mode 100644
index 2d684e032b98d..0000000000000
Binary files a/blockchains/ethereum/assets/0x3B4B29C4c1872a60D09937686bD2b358Db9Dee8a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3B73c1B2ea59835cbfcADade5462b6aB630D9890/info.json b/blockchains/ethereum/assets/0x3B73c1B2ea59835cbfcADade5462b6aB630D9890/info.json
deleted file mode 100644
index fb078eed0c3b4..0000000000000
--- a/blockchains/ethereum/assets/0x3B73c1B2ea59835cbfcADade5462b6aB630D9890/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ChainSwap.com Governance Token",
- "website": "https://chainswap.com/",
- "description": "ChainSwap is a cross-chain asset bridge & application hub for smart chains.",
- "explorer": "https://etherscan.io/token/0x3B73c1B2ea59835cbfcADade5462b6aB630D9890",
- "type": "ERC20",
- "symbol": "TOKEN",
- "decimals": 18,
- "status": "active",
- "id": "0x3B73c1B2ea59835cbfcADade5462b6aB630D9890"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3B73c1B2ea59835cbfcADade5462b6aB630D9890/logo.png b/blockchains/ethereum/assets/0x3B73c1B2ea59835cbfcADade5462b6aB630D9890/logo.png
deleted file mode 100644
index 23ef147b5f4ca..0000000000000
Binary files a/blockchains/ethereum/assets/0x3B73c1B2ea59835cbfcADade5462b6aB630D9890/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3B78dc5736a49BD297Dd2E4d62daA83D35A22749/info.json b/blockchains/ethereum/assets/0x3B78dc5736a49BD297Dd2E4d62daA83D35A22749/info.json
deleted file mode 100644
index 72810ac19aed1..0000000000000
--- a/blockchains/ethereum/assets/0x3B78dc5736a49BD297Dd2E4d62daA83D35A22749/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Finswap",
- "website": "https://finswap.app",
- "description": "Finswap is a DEX trading and aggregation suite which provides advanced trading features augmented with defi integrations under one roof.",
- "explorer": "https://etherscan.io/token/0x3B78dc5736a49BD297Dd2E4d62daA83D35A22749",
- "type": "ERC20",
- "symbol": "FNSP",
- "decimals": 18,
- "status": "active",
- "id": "0x3B78dc5736a49BD297Dd2E4d62daA83D35A22749",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/finswap-app"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3B78dc5736a49BD297Dd2E4d62daA83D35A22749/logo.png b/blockchains/ethereum/assets/0x3B78dc5736a49BD297Dd2E4d62daA83D35A22749/logo.png
deleted file mode 100644
index 320397e1f66d4..0000000000000
Binary files a/blockchains/ethereum/assets/0x3B78dc5736a49BD297Dd2E4d62daA83D35A22749/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3B7f247f21BF3A07088C2D3423F64233d4B069F7/info.json b/blockchains/ethereum/assets/0x3B7f247f21BF3A07088C2D3423F64233d4B069F7/info.json
deleted file mode 100644
index 033220053c4b3..0000000000000
--- a/blockchains/ethereum/assets/0x3B7f247f21BF3A07088C2D3423F64233d4B069F7/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "DYNAMITE",
- "symbol": "DYNMT",
- "type": "ERC20",
- "decimals": 2,
- "description": "DYNMT is a community-based experimental project, which was prepared for the purpose of deflation and was produced on the Ethereum network. The DYNAMITE token smart contract is designed to burn 2% per transfer.",
- "website": "http://dynamitetoken.io/",
- "explorer": "https://etherscan.io/token/0x3B7f247f21BF3A07088C2D3423F64233d4B069F7",
- "status": "active",
- "id": "0x3B7f247f21BF3A07088C2D3423F64233d4B069F7",
- "tags": [
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3B7f247f21BF3A07088C2D3423F64233d4B069F7/logo.png b/blockchains/ethereum/assets/0x3B7f247f21BF3A07088C2D3423F64233d4B069F7/logo.png
deleted file mode 100644
index a30e334717717..0000000000000
Binary files a/blockchains/ethereum/assets/0x3B7f247f21BF3A07088C2D3423F64233d4B069F7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3BB72e05402C45198C0CeB76354205DeAA65542c/info.json b/blockchains/ethereum/assets/0x3BB72e05402C45198C0CeB76354205DeAA65542c/info.json
deleted file mode 100644
index 12bc27548109c..0000000000000
--- a/blockchains/ethereum/assets/0x3BB72e05402C45198C0CeB76354205DeAA65542c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kyber",
- "symbol": "KPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3BB72e05402C45198C0CeB76354205DeAA65542c",
- "status": "abandoned",
- "id": "0x3BB72e05402C45198C0CeB76354205DeAA65542c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3BB72e05402C45198C0CeB76354205DeAA65542c/logo.png b/blockchains/ethereum/assets/0x3BB72e05402C45198C0CeB76354205DeAA65542c/logo.png
deleted file mode 100755
index 0fcdda72ab9ee..0000000000000
Binary files a/blockchains/ethereum/assets/0x3BB72e05402C45198C0CeB76354205DeAA65542c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3BD183046cf51acC807D1f0680029Fa764f17BEE/info.json b/blockchains/ethereum/assets/0x3BD183046cf51acC807D1f0680029Fa764f17BEE/info.json
deleted file mode 100644
index 6bbd758d737b6..0000000000000
--- a/blockchains/ethereum/assets/0x3BD183046cf51acC807D1f0680029Fa764f17BEE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ULTRON",
- "symbol": "UTRN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3BD183046cf51acC807D1f0680029Fa764f17BEE",
- "status": "abandoned",
- "id": "0x3BD183046cf51acC807D1f0680029Fa764f17BEE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3BD183046cf51acC807D1f0680029Fa764f17BEE/logo.png b/blockchains/ethereum/assets/0x3BD183046cf51acC807D1f0680029Fa764f17BEE/logo.png
deleted file mode 100644
index a09f033dd0d05..0000000000000
Binary files a/blockchains/ethereum/assets/0x3BD183046cf51acC807D1f0680029Fa764f17BEE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3BD85455aC58cd787E327ED993F8D92225f08F68/info.json b/blockchains/ethereum/assets/0x3BD85455aC58cd787E327ED993F8D92225f08F68/info.json
deleted file mode 100644
index 480640b47d32b..0000000000000
--- a/blockchains/ethereum/assets/0x3BD85455aC58cd787E327ED993F8D92225f08F68/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nickel Token",
- "symbol": "NKL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3BD85455aC58cd787E327ED993F8D92225f08F68",
- "status": "abandoned",
- "id": "0x3BD85455aC58cd787E327ED993F8D92225f08F68"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3BD85455aC58cd787E327ED993F8D92225f08F68/logo.png b/blockchains/ethereum/assets/0x3BD85455aC58cd787E327ED993F8D92225f08F68/logo.png
deleted file mode 100644
index b65e49fb80395..0000000000000
Binary files a/blockchains/ethereum/assets/0x3BD85455aC58cd787E327ED993F8D92225f08F68/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3BeB004537DcDe3DA918C71a1e5065C5B4194910/info.json b/blockchains/ethereum/assets/0x3BeB004537DcDe3DA918C71a1e5065C5B4194910/info.json
deleted file mode 100644
index 6be17c02af3f8..0000000000000
--- a/blockchains/ethereum/assets/0x3BeB004537DcDe3DA918C71a1e5065C5B4194910/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R818644",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3BeB004537DcDe3DA918C71a1e5065C5B4194910",
- "status": "abandoned",
- "id": "0x3BeB004537DcDe3DA918C71a1e5065C5B4194910"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3BeB004537DcDe3DA918C71a1e5065C5B4194910/logo.png b/blockchains/ethereum/assets/0x3BeB004537DcDe3DA918C71a1e5065C5B4194910/logo.png
deleted file mode 100644
index d47299ccef5c2..0000000000000
Binary files a/blockchains/ethereum/assets/0x3BeB004537DcDe3DA918C71a1e5065C5B4194910/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3C03b4EC9477809072FF9CC9292C9B25d4A8e6c6/info.json b/blockchains/ethereum/assets/0x3C03b4EC9477809072FF9CC9292C9B25d4A8e6c6/info.json
deleted file mode 100644
index 48c9d3afa1b7a..0000000000000
--- a/blockchains/ethereum/assets/0x3C03b4EC9477809072FF9CC9292C9B25d4A8e6c6/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "CoverCompared",
- "type": "ERC20",
- "symbol": "CVR",
- "decimals": 18,
- "website": "https://covercompared.com/",
- "description": "CoverCompared is the First Decentralized aggregator for Traditional and Crypto insurance products.",
- "explorer": "https://etherscan.io/token/0x3C03b4EC9477809072FF9CC9292C9B25d4A8e6c6",
- "status": "active",
- "id": "0x3C03b4EC9477809072FF9CC9292C9B25d4A8e6c6",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/polkacover/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/polkacover"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3C03b4EC9477809072FF9CC9292C9B25d4A8e6c6/logo.png b/blockchains/ethereum/assets/0x3C03b4EC9477809072FF9CC9292C9B25d4A8e6c6/logo.png
deleted file mode 100644
index c2a4d4d336411..0000000000000
Binary files a/blockchains/ethereum/assets/0x3C03b4EC9477809072FF9CC9292C9B25d4A8e6c6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3C04FF86492Ce16CcB306AcB9226a1064CaFAd07/info.json b/blockchains/ethereum/assets/0x3C04FF86492Ce16CcB306AcB9226a1064CaFAd07/info.json
deleted file mode 100644
index 532cde4273ef5..0000000000000
--- a/blockchains/ethereum/assets/0x3C04FF86492Ce16CcB306AcB9226a1064CaFAd07/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nuclear",
- "symbol": "NCA",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3C04FF86492Ce16CcB306AcB9226a1064CaFAd07",
- "status": "abandoned",
- "id": "0x3C04FF86492Ce16CcB306AcB9226a1064CaFAd07"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3C04FF86492Ce16CcB306AcB9226a1064CaFAd07/logo.png b/blockchains/ethereum/assets/0x3C04FF86492Ce16CcB306AcB9226a1064CaFAd07/logo.png
deleted file mode 100644
index 4f01d56d231da..0000000000000
Binary files a/blockchains/ethereum/assets/0x3C04FF86492Ce16CcB306AcB9226a1064CaFAd07/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3C0cAC8290E2a6241814f812259278beA9050838/info.json b/blockchains/ethereum/assets/0x3C0cAC8290E2a6241814f812259278beA9050838/info.json
deleted file mode 100644
index bcb778b979ce9..0000000000000
--- a/blockchains/ethereum/assets/0x3C0cAC8290E2a6241814f812259278beA9050838/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BOSTOKEN",
- "symbol": "BOS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3C0cAC8290E2a6241814f812259278beA9050838",
- "status": "abandoned",
- "id": "0x3C0cAC8290E2a6241814f812259278beA9050838"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3C0cAC8290E2a6241814f812259278beA9050838/logo.png b/blockchains/ethereum/assets/0x3C0cAC8290E2a6241814f812259278beA9050838/logo.png
deleted file mode 100755
index e7ebd96365e3e..0000000000000
Binary files a/blockchains/ethereum/assets/0x3C0cAC8290E2a6241814f812259278beA9050838/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3C2cf21b9d4b543B93A9BcFe637F673d8BD944D8/info.json b/blockchains/ethereum/assets/0x3C2cf21b9d4b543B93A9BcFe637F673d8BD944D8/info.json
deleted file mode 100644
index 5eb47b4366819..0000000000000
--- a/blockchains/ethereum/assets/0x3C2cf21b9d4b543B93A9BcFe637F673d8BD944D8/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Origin D",
- "website": "https://dsdaq.com/",
- "description": "OD is the Dsdaq ecosystem utility token",
- "explorer": "https://etherscan.io/token/0x3C2cf21b9d4b543B93A9BcFe637F673d8BD944D8",
- "type": "ERC20",
- "symbol": "OD",
- "decimals": 18,
- "status": "active",
- "id": "0x3C2cf21b9d4b543B93A9BcFe637F673d8BD944D8",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://static.dsdaq.com/pdf/Dsdaq-white-paper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3C2cf21b9d4b543B93A9BcFe637F673d8BD944D8/logo.png b/blockchains/ethereum/assets/0x3C2cf21b9d4b543B93A9BcFe637F673d8BD944D8/logo.png
deleted file mode 100644
index 5e0daa0ceb0cf..0000000000000
Binary files a/blockchains/ethereum/assets/0x3C2cf21b9d4b543B93A9BcFe637F673d8BD944D8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3C35132D0b129F068Fdfa65b2c4D265Fa5d8CEa6/info.json b/blockchains/ethereum/assets/0x3C35132D0b129F068Fdfa65b2c4D265Fa5d8CEa6/info.json
deleted file mode 100644
index e60dbd8eadde9..0000000000000
--- a/blockchains/ethereum/assets/0x3C35132D0b129F068Fdfa65b2c4D265Fa5d8CEa6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Jonathan Joseph",
- "symbol": "JJJ",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3C35132D0b129F068Fdfa65b2c4D265Fa5d8CEa6",
- "status": "abandoned",
- "id": "0x3C35132D0b129F068Fdfa65b2c4D265Fa5d8CEa6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3C35132D0b129F068Fdfa65b2c4D265Fa5d8CEa6/logo.png b/blockchains/ethereum/assets/0x3C35132D0b129F068Fdfa65b2c4D265Fa5d8CEa6/logo.png
deleted file mode 100644
index eaf8abbf867d9..0000000000000
Binary files a/blockchains/ethereum/assets/0x3C35132D0b129F068Fdfa65b2c4D265Fa5d8CEa6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3C3f450Aa47C87c822D3E305b066e713dF04C1B3/info.json b/blockchains/ethereum/assets/0x3C3f450Aa47C87c822D3E305b066e713dF04C1B3/info.json
deleted file mode 100644
index 56fda4e6a2215..0000000000000
--- a/blockchains/ethereum/assets/0x3C3f450Aa47C87c822D3E305b066e713dF04C1B3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Canote Platform",
- "symbol": "CPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3C3f450Aa47C87c822D3E305b066e713dF04C1B3",
- "status": "abandoned",
- "id": "0x3C3f450Aa47C87c822D3E305b066e713dF04C1B3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3C3f450Aa47C87c822D3E305b066e713dF04C1B3/logo.png b/blockchains/ethereum/assets/0x3C3f450Aa47C87c822D3E305b066e713dF04C1B3/logo.png
deleted file mode 100644
index 2ad700822e622..0000000000000
Binary files a/blockchains/ethereum/assets/0x3C3f450Aa47C87c822D3E305b066e713dF04C1B3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3C45B24359fB0E107a4eAA56Bd0F2cE66C99A0E5/info.json b/blockchains/ethereum/assets/0x3C45B24359fB0E107a4eAA56Bd0F2cE66C99A0E5/info.json
deleted file mode 100644
index 141ebf4acc35c..0000000000000
--- a/blockchains/ethereum/assets/0x3C45B24359fB0E107a4eAA56Bd0F2cE66C99A0E5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Apple Network",
- "symbol": "ANK",
- "type": "ERC20",
- "decimals": 18,
- "description": "Apple Network is an investment / asset management platform where central authority is removed and more people can enjoy the investment or manage their assets equally.",
- "website": "http://applenetwork.io/",
- "explorer": "https://etherscan.io/token/0x3C45B24359fB0E107a4eAA56Bd0F2cE66C99A0E5",
- "status": "active",
- "id": "0x3C45B24359fB0E107a4eAA56Bd0F2cE66C99A0E5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3C45B24359fB0E107a4eAA56Bd0F2cE66C99A0E5/logo.png b/blockchains/ethereum/assets/0x3C45B24359fB0E107a4eAA56Bd0F2cE66C99A0E5/logo.png
deleted file mode 100644
index 9d4cab0b8c56e..0000000000000
Binary files a/blockchains/ethereum/assets/0x3C45B24359fB0E107a4eAA56Bd0F2cE66C99A0E5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d/info.json b/blockchains/ethereum/assets/0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d/info.json
deleted file mode 100644
index 73c8e5e274f44..0000000000000
--- a/blockchains/ethereum/assets/0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Voyager Token",
- "symbol": "VGX",
- "type": "ERC20",
- "decimals": 8,
- "description": "The Voyager Token (VGX) rewards users within the Voyager crypto broker ecosystem.",
- "website": "https://www.investvoyager.com",
- "explorer": "https://etherscan.io/token/0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d",
- "status": "active",
- "id": "0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d",
- "links": [
- {
- "name": "blog",
- "url": "https://investvoyager.com/blog/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/investvoyager"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Invest_Voyager/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/investvoyager"
- },
- {
- "name": "whitepaper",
- "url": "https://investvoyager.com/VoyagerToken/White_Paper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ethos/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d/logo.png b/blockchains/ethereum/assets/0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d/logo.png
deleted file mode 100644
index 443426909add1..0000000000000
Binary files a/blockchains/ethereum/assets/0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3C55b99c58a1Dc7001Dd96B902212d11c8eC7e15/info.json b/blockchains/ethereum/assets/0x3C55b99c58a1Dc7001Dd96B902212d11c8eC7e15/info.json
deleted file mode 100644
index f4867b0b4898d..0000000000000
--- a/blockchains/ethereum/assets/0x3C55b99c58a1Dc7001Dd96B902212d11c8eC7e15/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JS Token",
- "symbol": "JST",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3C55b99c58a1Dc7001Dd96B902212d11c8eC7e15",
- "status": "abandoned",
- "id": "0x3C55b99c58a1Dc7001Dd96B902212d11c8eC7e15"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3C55b99c58a1Dc7001Dd96B902212d11c8eC7e15/logo.png b/blockchains/ethereum/assets/0x3C55b99c58a1Dc7001Dd96B902212d11c8eC7e15/logo.png
deleted file mode 100644
index ebf7972b1cdc8..0000000000000
Binary files a/blockchains/ethereum/assets/0x3C55b99c58a1Dc7001Dd96B902212d11c8eC7e15/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3C5Bf1a0f133083A220E02720d54E6F90Ad0858B/info.json b/blockchains/ethereum/assets/0x3C5Bf1a0f133083A220E02720d54E6F90Ad0858B/info.json
deleted file mode 100644
index b1b4565aa0db0..0000000000000
--- a/blockchains/ethereum/assets/0x3C5Bf1a0f133083A220E02720d54E6F90Ad0858B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Old Fishman Token",
- "symbol": "OFC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3C5Bf1a0f133083A220E02720d54E6F90Ad0858B",
- "status": "abandoned",
- "id": "0x3C5Bf1a0f133083A220E02720d54E6F90Ad0858B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3C5Bf1a0f133083A220E02720d54E6F90Ad0858B/logo.png b/blockchains/ethereum/assets/0x3C5Bf1a0f133083A220E02720d54E6F90Ad0858B/logo.png
deleted file mode 100644
index 486750e31ef87..0000000000000
Binary files a/blockchains/ethereum/assets/0x3C5Bf1a0f133083A220E02720d54E6F90Ad0858B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3C6A7aB47B5F058Be0e7C7fE1A4b7925B8aCA40e/info.json b/blockchains/ethereum/assets/0x3C6A7aB47B5F058Be0e7C7fE1A4b7925B8aCA40e/info.json
deleted file mode 100644
index fbffa93fcd4e1..0000000000000
--- a/blockchains/ethereum/assets/0x3C6A7aB47B5F058Be0e7C7fE1A4b7925B8aCA40e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cajutel",
- "symbol": "CAJ",
- "type": "ERC20",
- "decimals": 18,
- "description": "Solar powered high speed internet for West Africa.",
- "website": "https://cajutel.io/",
- "explorer": "https://etherscan.io/token/0x3C6A7aB47B5F058Be0e7C7fE1A4b7925B8aCA40e",
- "status": "active",
- "id": "0x3C6A7aB47B5F058Be0e7C7fE1A4b7925B8aCA40e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3C6A7aB47B5F058Be0e7C7fE1A4b7925B8aCA40e/logo.png b/blockchains/ethereum/assets/0x3C6A7aB47B5F058Be0e7C7fE1A4b7925B8aCA40e/logo.png
deleted file mode 100644
index 1e6821dcbc529..0000000000000
Binary files a/blockchains/ethereum/assets/0x3C6A7aB47B5F058Be0e7C7fE1A4b7925B8aCA40e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3C6ff50c9Ec362efa359317009428d52115fe643/info.json b/blockchains/ethereum/assets/0x3C6ff50c9Ec362efa359317009428d52115fe643/info.json
deleted file mode 100644
index 2ad533c098548..0000000000000
--- a/blockchains/ethereum/assets/0x3C6ff50c9Ec362efa359317009428d52115fe643/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PeerEx Network",
- "symbol": "PERX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://peerex.network/",
- "explorer": "https://etherscan.io/token/0x3C6ff50c9Ec362efa359317009428d52115fe643",
- "status": "abandoned",
- "id": "0x3C6ff50c9Ec362efa359317009428d52115fe643"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3C6ff50c9Ec362efa359317009428d52115fe643/logo.png b/blockchains/ethereum/assets/0x3C6ff50c9Ec362efa359317009428d52115fe643/logo.png
deleted file mode 100644
index 9bdfbf951de04..0000000000000
Binary files a/blockchains/ethereum/assets/0x3C6ff50c9Ec362efa359317009428d52115fe643/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3C70eDE2C45bF9F4Df18d8938D4f76d71c3E707d/info.json b/blockchains/ethereum/assets/0x3C70eDE2C45bF9F4Df18d8938D4f76d71c3E707d/info.json
deleted file mode 100644
index bcd095620b147..0000000000000
--- a/blockchains/ethereum/assets/0x3C70eDE2C45bF9F4Df18d8938D4f76d71c3E707d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BASE",
- "symbol": "D-BASE TOKEN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3C70eDE2C45bF9F4Df18d8938D4f76d71c3E707d",
- "status": "abandoned",
- "id": "0x3C70eDE2C45bF9F4Df18d8938D4f76d71c3E707d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3C70eDE2C45bF9F4Df18d8938D4f76d71c3E707d/logo.png b/blockchains/ethereum/assets/0x3C70eDE2C45bF9F4Df18d8938D4f76d71c3E707d/logo.png
deleted file mode 100644
index be78558611f1f..0000000000000
Binary files a/blockchains/ethereum/assets/0x3C70eDE2C45bF9F4Df18d8938D4f76d71c3E707d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3C7b464376DB7C9927930cf50EEfDEA2EFF3A66A/info.json b/blockchains/ethereum/assets/0x3C7b464376DB7C9927930cf50EEfDEA2EFF3A66A/info.json
deleted file mode 100644
index c1f8e112023e1..0000000000000
--- a/blockchains/ethereum/assets/0x3C7b464376DB7C9927930cf50EEfDEA2EFF3A66A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USDA",
- "symbol": "USDA",
- "type": "ERC20",
- "decimals": 8,
- "description": "USDA is a traditional economic and encrypted currency exchange platform based on Block Chain Technology 3.0 issued by APDB for the natural economic regions of Asia-Pacific and its surrounding regions.",
- "website": "https://usda.cc/en",
- "explorer": "https://etherscan.io/token/0x3C7b464376DB7C9927930cf50EEfDEA2EFF3A66A",
- "status": "active",
- "id": "0x3C7b464376DB7C9927930cf50EEfDEA2EFF3A66A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3C7b464376DB7C9927930cf50EEfDEA2EFF3A66A/logo.png b/blockchains/ethereum/assets/0x3C7b464376DB7C9927930cf50EEfDEA2EFF3A66A/logo.png
deleted file mode 100644
index fd0cd21dd6aa3..0000000000000
Binary files a/blockchains/ethereum/assets/0x3C7b464376DB7C9927930cf50EEfDEA2EFF3A66A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3C8F860423405A700f9F20e94c742eC38FD17735/info.json b/blockchains/ethereum/assets/0x3C8F860423405A700f9F20e94c742eC38FD17735/info.json
deleted file mode 100644
index 25c88b209cb04..0000000000000
--- a/blockchains/ethereum/assets/0x3C8F860423405A700f9F20e94c742eC38FD17735/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Oats",
- "symbol": "OATS",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3C8F860423405A700f9F20e94c742eC38FD17735",
- "status": "abandoned",
- "id": "0x3C8F860423405A700f9F20e94c742eC38FD17735"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3C8F860423405A700f9F20e94c742eC38FD17735/logo.png b/blockchains/ethereum/assets/0x3C8F860423405A700f9F20e94c742eC38FD17735/logo.png
deleted file mode 100644
index 98a599dafbdd6..0000000000000
Binary files a/blockchains/ethereum/assets/0x3C8F860423405A700f9F20e94c742eC38FD17735/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3C9Ca73d5309d38c6F2C21b78b9aE1f4b2441188/info.json b/blockchains/ethereum/assets/0x3C9Ca73d5309d38c6F2C21b78b9aE1f4b2441188/info.json
deleted file mode 100644
index f74eca32ffbbf..0000000000000
--- a/blockchains/ethereum/assets/0x3C9Ca73d5309d38c6F2C21b78b9aE1f4b2441188/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RADAR",
- "symbol": "RDR",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3C9Ca73d5309d38c6F2C21b78b9aE1f4b2441188",
- "status": "abandoned",
- "id": "0x3C9Ca73d5309d38c6F2C21b78b9aE1f4b2441188"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3C9Ca73d5309d38c6F2C21b78b9aE1f4b2441188/logo.png b/blockchains/ethereum/assets/0x3C9Ca73d5309d38c6F2C21b78b9aE1f4b2441188/logo.png
deleted file mode 100644
index d2900e8db210d..0000000000000
Binary files a/blockchains/ethereum/assets/0x3C9Ca73d5309d38c6F2C21b78b9aE1f4b2441188/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3CD7047117dbfD0DCB470514172aCe9f394c31e8/info.json b/blockchains/ethereum/assets/0x3CD7047117dbfD0DCB470514172aCe9f394c31e8/info.json
deleted file mode 100644
index 8155a259db62c..0000000000000
--- a/blockchains/ethereum/assets/0x3CD7047117dbfD0DCB470514172aCe9f394c31e8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DEX Token",
- "symbol": "DEXT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3CD7047117dbfD0DCB470514172aCe9f394c31e8",
- "status": "abandoned",
- "id": "0x3CD7047117dbfD0DCB470514172aCe9f394c31e8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3CD7047117dbfD0DCB470514172aCe9f394c31e8/logo.png b/blockchains/ethereum/assets/0x3CD7047117dbfD0DCB470514172aCe9f394c31e8/logo.png
deleted file mode 100755
index a0b102465812a..0000000000000
Binary files a/blockchains/ethereum/assets/0x3CD7047117dbfD0DCB470514172aCe9f394c31e8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3CF82d81C9b71B112C8DD0C05fa05CdCDEe90189/info.json b/blockchains/ethereum/assets/0x3CF82d81C9b71B112C8DD0C05fa05CdCDEe90189/info.json
deleted file mode 100644
index c4b6322e79954..0000000000000
--- a/blockchains/ethereum/assets/0x3CF82d81C9b71B112C8DD0C05fa05CdCDEe90189/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "C19",
- "website": "https://c19godie.network/",
- "description": "Coronavirus disease (COVID-19) is an infectious disease caused by a newly discovered coronavirus.",
- "explorer": "https://etherscan.io/token/0x3CF82d81C9b71B112C8DD0C05fa05CdCDEe90189",
- "type": "ERC20",
- "symbol": "C19",
- "decimals": 0,
- "status": "active",
- "id": "0x3CF82d81C9b71B112C8DD0C05fa05CdCDEe90189"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3CF82d81C9b71B112C8DD0C05fa05CdCDEe90189/logo.png b/blockchains/ethereum/assets/0x3CF82d81C9b71B112C8DD0C05fa05CdCDEe90189/logo.png
deleted file mode 100644
index c332179bf1b15..0000000000000
Binary files a/blockchains/ethereum/assets/0x3CF82d81C9b71B112C8DD0C05fa05CdCDEe90189/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3D03Ff35F9CE83DD260C3fD928aD212e3D7f3E9b/info.json b/blockchains/ethereum/assets/0x3D03Ff35F9CE83DD260C3fD928aD212e3D7f3E9b/info.json
deleted file mode 100644
index 222af7ce649e8..0000000000000
--- a/blockchains/ethereum/assets/0x3D03Ff35F9CE83DD260C3fD928aD212e3D7f3E9b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R910505",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3D03Ff35F9CE83DD260C3fD928aD212e3D7f3E9b",
- "status": "spam",
- "id": "0x3D03Ff35F9CE83DD260C3fD928aD212e3D7f3E9b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3D03Ff35F9CE83DD260C3fD928aD212e3D7f3E9b/logo.png b/blockchains/ethereum/assets/0x3D03Ff35F9CE83DD260C3fD928aD212e3D7f3E9b/logo.png
deleted file mode 100644
index 91371a9c7517c..0000000000000
Binary files a/blockchains/ethereum/assets/0x3D03Ff35F9CE83DD260C3fD928aD212e3D7f3E9b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3D382228C54736d831FAC2748F4734D9177c7332/info.json b/blockchains/ethereum/assets/0x3D382228C54736d831FAC2748F4734D9177c7332/info.json
deleted file mode 100644
index 3c9e6f6fcdea2..0000000000000
--- a/blockchains/ethereum/assets/0x3D382228C54736d831FAC2748F4734D9177c7332/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "ANIVERSE",
- "type": "ERC20",
- "symbol": "ANV",
- "decimals": 18,
- "website": "https://aniverse.io/",
- "description": "ANIVERSE project is an 'Online Theme Park' platform that combines actual businesses based on animation IP with blockchain technology. ANIVERSE allows anyone to access animation IP sources through our platform to create and sell IP products, contents.",
- "explorer": "https://etherscan.io/token/0x3D382228C54736d831FAC2748F4734D9177c7332",
- "status": "active",
- "id": "0x3D382228C54736d831FAC2748F4734D9177c7332",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ANIVERSE17"
- },
- {
- "name": "telegram",
- "url": "https://t.me/joinchat/AAAAAFe2QpUJl8SOEb7pww"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/aniverse/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/aniverse/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3D382228C54736d831FAC2748F4734D9177c7332/logo.png b/blockchains/ethereum/assets/0x3D382228C54736d831FAC2748F4734D9177c7332/logo.png
deleted file mode 100644
index c62d4dcc1b3a2..0000000000000
Binary files a/blockchains/ethereum/assets/0x3D382228C54736d831FAC2748F4734D9177c7332/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3D3D35bb9bEC23b06Ca00fe472b50E7A4c692C30/info.json b/blockchains/ethereum/assets/0x3D3D35bb9bEC23b06Ca00fe472b50E7A4c692C30/info.json
deleted file mode 100644
index 6d7a4de83ca8f..0000000000000
--- a/blockchains/ethereum/assets/0x3D3D35bb9bEC23b06Ca00fe472b50E7A4c692C30/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vidya",
- "website": "https://team3d.io",
- "description": "Vidya is a DeFi gaming token for multiplayer games, cross-game inventories and experimental financial models on the blockchain.",
- "explorer": "https://etherscan.io/token/0x3D3D35bb9bEC23b06Ca00fe472b50E7A4c692C30",
- "type": "ERC20",
- "symbol": "VIDYA",
- "decimals": 18,
- "status": "active",
- "id": "0x3D3D35bb9bEC23b06Ca00fe472b50E7A4c692C30"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3D3D35bb9bEC23b06Ca00fe472b50E7A4c692C30/logo.png b/blockchains/ethereum/assets/0x3D3D35bb9bEC23b06Ca00fe472b50E7A4c692C30/logo.png
deleted file mode 100644
index c2d79d3be1c5a..0000000000000
Binary files a/blockchains/ethereum/assets/0x3D3D35bb9bEC23b06Ca00fe472b50E7A4c692C30/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3D41Ca3b76FEAABB9CEf094B1c6E24c89D66E0f3/info.json b/blockchains/ethereum/assets/0x3D41Ca3b76FEAABB9CEf094B1c6E24c89D66E0f3/info.json
deleted file mode 100644
index aa04b95aad71a..0000000000000
--- a/blockchains/ethereum/assets/0x3D41Ca3b76FEAABB9CEf094B1c6E24c89D66E0f3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R891441",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3D41Ca3b76FEAABB9CEf094B1c6E24c89D66E0f3",
- "status": "abandoned",
- "id": "0x3D41Ca3b76FEAABB9CEf094B1c6E24c89D66E0f3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3D41Ca3b76FEAABB9CEf094B1c6E24c89D66E0f3/logo.png b/blockchains/ethereum/assets/0x3D41Ca3b76FEAABB9CEf094B1c6E24c89D66E0f3/logo.png
deleted file mode 100644
index ebe26b3fce428..0000000000000
Binary files a/blockchains/ethereum/assets/0x3D41Ca3b76FEAABB9CEf094B1c6E24c89D66E0f3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3D46454212c61ECb7b31248047Fa033120B88668/info.json b/blockchains/ethereum/assets/0x3D46454212c61ECb7b31248047Fa033120B88668/info.json
deleted file mode 100644
index a28e08167c933..0000000000000
--- a/blockchains/ethereum/assets/0x3D46454212c61ECb7b31248047Fa033120B88668/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "The Movement",
- "symbol": "MVT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Decentralized organization for borderless collaboration. Headquartered in the Decentraland VR world.",
- "website": "https://movementdao.io/",
- "explorer": "https://etherscan.io/token/0x3D46454212c61ECb7b31248047Fa033120B88668",
- "status": "active",
- "id": "0x3D46454212c61ECb7b31248047Fa033120B88668"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3D46454212c61ECb7b31248047Fa033120B88668/logo.png b/blockchains/ethereum/assets/0x3D46454212c61ECb7b31248047Fa033120B88668/logo.png
deleted file mode 100644
index 61073d4a20fa8..0000000000000
Binary files a/blockchains/ethereum/assets/0x3D46454212c61ECb7b31248047Fa033120B88668/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3D58F7b1B6F0262031C319265bD57E4752e3fA1E/info.json b/blockchains/ethereum/assets/0x3D58F7b1B6F0262031C319265bD57E4752e3fA1E/info.json
deleted file mode 100644
index 078ee40379552..0000000000000
--- a/blockchains/ethereum/assets/0x3D58F7b1B6F0262031C319265bD57E4752e3fA1E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Circolo Arduino Token",
- "symbol": "ARDU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3D58F7b1B6F0262031C319265bD57E4752e3fA1E",
- "status": "abandoned",
- "id": "0x3D58F7b1B6F0262031C319265bD57E4752e3fA1E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3D58F7b1B6F0262031C319265bD57E4752e3fA1E/logo.png b/blockchains/ethereum/assets/0x3D58F7b1B6F0262031C319265bD57E4752e3fA1E/logo.png
deleted file mode 100644
index 8ee36d3ff84e9..0000000000000
Binary files a/blockchains/ethereum/assets/0x3D58F7b1B6F0262031C319265bD57E4752e3fA1E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3D658390460295FB963f54dC0899cfb1c30776Df/info.json b/blockchains/ethereum/assets/0x3D658390460295FB963f54dC0899cfb1c30776Df/info.json
deleted file mode 100644
index 9b6675cb4ad30..0000000000000
--- a/blockchains/ethereum/assets/0x3D658390460295FB963f54dC0899cfb1c30776Df/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CircuitsOfValue",
- "symbol": "Coval",
- "type": "ERC20",
- "decimals": 8,
- "description": "Combine different blockchain tokens into a single token. Tradable DeFi Pools. Make any token a privacy token. Make Tradable Portfolios. ",
- "website": "https://circuitsofvalue.com/",
- "explorer": "https://etherscan.io/token/0x3D658390460295FB963f54dC0899cfb1c30776Df",
- "status": "active",
- "id": "0x3D658390460295FB963f54dC0899cfb1c30776Df"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3D658390460295FB963f54dC0899cfb1c30776Df/logo.png b/blockchains/ethereum/assets/0x3D658390460295FB963f54dC0899cfb1c30776Df/logo.png
deleted file mode 100644
index fa6dfaeca5218..0000000000000
Binary files a/blockchains/ethereum/assets/0x3D658390460295FB963f54dC0899cfb1c30776Df/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3DB6Ba6ab6F95efed1a6E794caD492fAAabF294D/info.json b/blockchains/ethereum/assets/0x3DB6Ba6ab6F95efed1a6E794caD492fAAabF294D/info.json
deleted file mode 100644
index 863313fe9e254..0000000000000
--- a/blockchains/ethereum/assets/0x3DB6Ba6ab6F95efed1a6E794caD492fAAabF294D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LTO Network",
- "symbol": "LTO",
- "type": "ERC20",
- "decimals": 8,
- "description": "Old ERC20 Smart Contract for LTO Network, please swap to v2. LTO Network is a layer-1 platform for decentralized identities, verifiable credentials and decentralized workflow applications, while maintaining data privacy and GDPR compliance.",
- "website": "https://www.ltonetwork.com/",
- "explorer": "https://etherscan.io/token/0x3DB6Ba6ab6F95efed1a6E794caD492fAAabF294D",
- "status": "abandoned",
- "id": "0x3DB6Ba6ab6F95efed1a6E794caD492fAAabF294D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3DB6Ba6ab6F95efed1a6E794caD492fAAabF294D/logo.png b/blockchains/ethereum/assets/0x3DB6Ba6ab6F95efed1a6E794caD492fAAabF294D/logo.png
deleted file mode 100644
index 0e77179050038..0000000000000
Binary files a/blockchains/ethereum/assets/0x3DB6Ba6ab6F95efed1a6E794caD492fAAabF294D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3DB99ab08006aeFcC9600972eCA8C202396B4300/info.json b/blockchains/ethereum/assets/0x3DB99ab08006aeFcC9600972eCA8C202396B4300/info.json
deleted file mode 100644
index 9a7822df0d50e..0000000000000
--- a/blockchains/ethereum/assets/0x3DB99ab08006aeFcC9600972eCA8C202396B4300/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vinci",
- "symbol": "VINCI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://vinci.id/",
- "explorer": "https://etherscan.io/token/0x3DB99ab08006aeFcC9600972eCA8C202396B4300",
- "status": "abandoned",
- "id": "0x3DB99ab08006aeFcC9600972eCA8C202396B4300"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3DB99ab08006aeFcC9600972eCA8C202396B4300/logo.png b/blockchains/ethereum/assets/0x3DB99ab08006aeFcC9600972eCA8C202396B4300/logo.png
deleted file mode 100644
index 787cecdbdab16..0000000000000
Binary files a/blockchains/ethereum/assets/0x3DB99ab08006aeFcC9600972eCA8C202396B4300/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3Da327288Da2fd44Ca855748432D78226537dEF5/info.json b/blockchains/ethereum/assets/0x3Da327288Da2fd44Ca855748432D78226537dEF5/info.json
deleted file mode 100644
index 1d421bd3c6818..0000000000000
--- a/blockchains/ethereum/assets/0x3Da327288Da2fd44Ca855748432D78226537dEF5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cashlink",
- "symbol": "CLT",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3Da327288Da2fd44Ca855748432D78226537dEF5",
- "status": "abandoned",
- "id": "0x3Da327288Da2fd44Ca855748432D78226537dEF5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3Da327288Da2fd44Ca855748432D78226537dEF5/logo.png b/blockchains/ethereum/assets/0x3Da327288Da2fd44Ca855748432D78226537dEF5/logo.png
deleted file mode 100644
index f1719d250ab14..0000000000000
Binary files a/blockchains/ethereum/assets/0x3Da327288Da2fd44Ca855748432D78226537dEF5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3Dd957216C182675F630ee2eE957a5c735472FD1/info.json b/blockchains/ethereum/assets/0x3Dd957216C182675F630ee2eE957a5c735472FD1/info.json
deleted file mode 100644
index 4e8487defde39..0000000000000
--- a/blockchains/ethereum/assets/0x3Dd957216C182675F630ee2eE957a5c735472FD1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Planetagro-Exchange",
- "symbol": "LEMON",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3Dd957216C182675F630ee2eE957a5c735472FD1",
- "status": "abandoned",
- "id": "0x3Dd957216C182675F630ee2eE957a5c735472FD1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3Dd957216C182675F630ee2eE957a5c735472FD1/logo.png b/blockchains/ethereum/assets/0x3Dd957216C182675F630ee2eE957a5c735472FD1/logo.png
deleted file mode 100644
index 99fe1f0c7ba53..0000000000000
Binary files a/blockchains/ethereum/assets/0x3Dd957216C182675F630ee2eE957a5c735472FD1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3E083D08aDa591fe5356c52fBb89FE725fd9D670/info.json b/blockchains/ethereum/assets/0x3E083D08aDa591fe5356c52fBb89FE725fd9D670/info.json
deleted file mode 100644
index 4aef86052f8f3..0000000000000
--- a/blockchains/ethereum/assets/0x3E083D08aDa591fe5356c52fBb89FE725fd9D670/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptoTrust Token",
- "symbol": "CTE",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3E083D08aDa591fe5356c52fBb89FE725fd9D670",
- "status": "abandoned",
- "id": "0x3E083D08aDa591fe5356c52fBb89FE725fd9D670"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3E083D08aDa591fe5356c52fBb89FE725fd9D670/logo.png b/blockchains/ethereum/assets/0x3E083D08aDa591fe5356c52fBb89FE725fd9D670/logo.png
deleted file mode 100644
index 276b571b11b0a..0000000000000
Binary files a/blockchains/ethereum/assets/0x3E083D08aDa591fe5356c52fBb89FE725fd9D670/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3E1d5A855aD9D948373aE68e4fe1f094612b1322/info.json b/blockchains/ethereum/assets/0x3E1d5A855aD9D948373aE68e4fe1f094612b1322/info.json
deleted file mode 100644
index 6c669de44c209..0000000000000
--- a/blockchains/ethereum/assets/0x3E1d5A855aD9D948373aE68e4fe1f094612b1322/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HyperQuant Token",
- "symbol": "HQT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://hyperquant.net/en",
- "explorer": "https://etherscan.io/token/0x3E1d5A855aD9D948373aE68e4fe1f094612b1322",
- "status": "abandoned",
- "id": "0x3E1d5A855aD9D948373aE68e4fe1f094612b1322"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3E1d5A855aD9D948373aE68e4fe1f094612b1322/logo.png b/blockchains/ethereum/assets/0x3E1d5A855aD9D948373aE68e4fe1f094612b1322/logo.png
deleted file mode 100644
index 34665d825d000..0000000000000
Binary files a/blockchains/ethereum/assets/0x3E1d5A855aD9D948373aE68e4fe1f094612b1322/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3E2E36a24CFCdCEa167789181f29109F9cF2D000/info.json b/blockchains/ethereum/assets/0x3E2E36a24CFCdCEa167789181f29109F9cF2D000/info.json
deleted file mode 100644
index 8703cca48c8ca..0000000000000
--- a/blockchains/ethereum/assets/0x3E2E36a24CFCdCEa167789181f29109F9cF2D000/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AMRITA",
- "symbol": "AMRITA",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3E2E36a24CFCdCEa167789181f29109F9cF2D000",
- "status": "abandoned",
- "id": "0x3E2E36a24CFCdCEa167789181f29109F9cF2D000"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3E2E36a24CFCdCEa167789181f29109F9cF2D000/logo.png b/blockchains/ethereum/assets/0x3E2E36a24CFCdCEa167789181f29109F9cF2D000/logo.png
deleted file mode 100644
index e40dbd70a21e5..0000000000000
Binary files a/blockchains/ethereum/assets/0x3E2E36a24CFCdCEa167789181f29109F9cF2D000/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3E3dc42535c242844d8bff33f270A540140e4a0d/info.json b/blockchains/ethereum/assets/0x3E3dc42535c242844d8bff33f270A540140e4a0d/info.json
deleted file mode 100644
index 519f2bc2165da..0000000000000
--- a/blockchains/ethereum/assets/0x3E3dc42535c242844d8bff33f270A540140e4a0d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTC-E",
- "symbol": "BTC-E",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3E3dc42535c242844d8bff33f270A540140e4a0d",
- "status": "abandoned",
- "id": "0x3E3dc42535c242844d8bff33f270A540140e4a0d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3E3dc42535c242844d8bff33f270A540140e4a0d/logo.png b/blockchains/ethereum/assets/0x3E3dc42535c242844d8bff33f270A540140e4a0d/logo.png
deleted file mode 100644
index b67d8ad01f653..0000000000000
Binary files a/blockchains/ethereum/assets/0x3E3dc42535c242844d8bff33f270A540140e4a0d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3E9BC21C9b189C09dF3eF1B824798658d5011937/info.json b/blockchains/ethereum/assets/0x3E9BC21C9b189C09dF3eF1B824798658d5011937/info.json
deleted file mode 100644
index da1f3c55f88b9..0000000000000
--- a/blockchains/ethereum/assets/0x3E9BC21C9b189C09dF3eF1B824798658d5011937/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "LINA",
- "website": "https://linear.finance/",
- "description": "Linear Finance is a cross-chain compatible, decentralized delta-one asset protocol to cost-effectively and instantly create, manage, and trade synthetic assets with unlimited liquidity",
- "explorer": "https://etherscan.io/token/0x3E9BC21C9b189C09dF3eF1B824798658d5011937",
- "type": "ERC20",
- "symbol": "LINA",
- "decimals": 18,
- "status": "active",
- "id": "0x3E9BC21C9b189C09dF3eF1B824798658d5011937",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Linear-finance/linear"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/LinearFinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/linearfinanceofficial"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/linear/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/linear-bsc/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3E9BC21C9b189C09dF3eF1B824798658d5011937/logo.png b/blockchains/ethereum/assets/0x3E9BC21C9b189C09dF3eF1B824798658d5011937/logo.png
deleted file mode 100644
index c08b923c04a07..0000000000000
Binary files a/blockchains/ethereum/assets/0x3E9BC21C9b189C09dF3eF1B824798658d5011937/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3EB064766109D150e4362222df80638BcE00e037/info.json b/blockchains/ethereum/assets/0x3EB064766109D150e4362222df80638BcE00e037/info.json
deleted file mode 100644
index d507483aff149..0000000000000
--- a/blockchains/ethereum/assets/0x3EB064766109D150e4362222df80638BcE00e037/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Synth sEUR",
- "symbol": "sEUR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3EB064766109D150e4362222df80638BcE00e037",
- "status": "abandoned",
- "id": "0x3EB064766109D150e4362222df80638BcE00e037"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3EB064766109D150e4362222df80638BcE00e037/logo.png b/blockchains/ethereum/assets/0x3EB064766109D150e4362222df80638BcE00e037/logo.png
deleted file mode 100644
index 73cc1c5a508e4..0000000000000
Binary files a/blockchains/ethereum/assets/0x3EB064766109D150e4362222df80638BcE00e037/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3EB55D5B22Ee0f9B03D59B4994C5AE7fe811bE92/info.json b/blockchains/ethereum/assets/0x3EB55D5B22Ee0f9B03D59B4994C5AE7fe811bE92/info.json
deleted file mode 100644
index ef086e9335680..0000000000000
--- a/blockchains/ethereum/assets/0x3EB55D5B22Ee0f9B03D59B4994C5AE7fe811bE92/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tratin",
- "symbol": "TRAT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://tratin.io/",
- "explorer": "https://etherscan.io/token/0x3EB55D5B22Ee0f9B03D59B4994C5AE7fe811bE92",
- "status": "abandoned",
- "id": "0x3EB55D5B22Ee0f9B03D59B4994C5AE7fe811bE92"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3EB55D5B22Ee0f9B03D59B4994C5AE7fe811bE92/logo.png b/blockchains/ethereum/assets/0x3EB55D5B22Ee0f9B03D59B4994C5AE7fe811bE92/logo.png
deleted file mode 100644
index 8b690faac0e40..0000000000000
Binary files a/blockchains/ethereum/assets/0x3EB55D5B22Ee0f9B03D59B4994C5AE7fe811bE92/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3EDD235C3E840C1F29286B2e39370a255C7B6fdb/info.json b/blockchains/ethereum/assets/0x3EDD235C3E840C1F29286B2e39370a255C7B6fdb/info.json
deleted file mode 100644
index 67a93f7eae3c9..0000000000000
--- a/blockchains/ethereum/assets/0x3EDD235C3E840C1F29286B2e39370a255C7B6fdb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CMB Token",
- "symbol": "CMBT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3EDD235C3E840C1F29286B2e39370a255C7B6fdb",
- "status": "abandoned",
- "id": "0x3EDD235C3E840C1F29286B2e39370a255C7B6fdb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3EDD235C3E840C1F29286B2e39370a255C7B6fdb/logo.png b/blockchains/ethereum/assets/0x3EDD235C3E840C1F29286B2e39370a255C7B6fdb/logo.png
deleted file mode 100755
index edb4105006bf4..0000000000000
Binary files a/blockchains/ethereum/assets/0x3EDD235C3E840C1F29286B2e39370a255C7B6fdb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3EFe61891886ea50C2dE51b934Ef5501FCaD6203/info.json b/blockchains/ethereum/assets/0x3EFe61891886ea50C2dE51b934Ef5501FCaD6203/info.json
deleted file mode 100644
index bef4205e511f2..0000000000000
--- a/blockchains/ethereum/assets/0x3EFe61891886ea50C2dE51b934Ef5501FCaD6203/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 214-CN34",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3EFe61891886ea50C2dE51b934Ef5501FCaD6203",
- "status": "abandoned",
- "id": "0x3EFe61891886ea50C2dE51b934Ef5501FCaD6203"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3EFe61891886ea50C2dE51b934Ef5501FCaD6203/logo.png b/blockchains/ethereum/assets/0x3EFe61891886ea50C2dE51b934Ef5501FCaD6203/logo.png
deleted file mode 100644
index 30eaa49365d3f..0000000000000
Binary files a/blockchains/ethereum/assets/0x3EFe61891886ea50C2dE51b934Ef5501FCaD6203/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c/info.json b/blockchains/ethereum/assets/0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c/info.json
deleted file mode 100644
index 565dd1d1e38bb..0000000000000
--- a/blockchains/ethereum/assets/0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Rocket Bunny",
- "website": "https://rocketbunny.io/",
- "description": "Rocket Bunny combines the most sought after tokenomics across DeFi: automatic liquidity adds, compounding yield, deflationary supply, liquidity rewards, and price shock protection.",
- "explorer": "https://etherscan.io/token/0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c",
- "research": "https://rocketbunny.medium.com/welcome-to-rocket-bunny-f21b79f2715f",
- "type": "ERC20",
- "symbol": "BUNNY",
- "decimals": 9,
- "status": "active",
- "id": "0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c/logo.png b/blockchains/ethereum/assets/0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c/logo.png
deleted file mode 100644
index 99afe2a51ec20..0000000000000
Binary files a/blockchains/ethereum/assets/0x3Ea50B7Ef6a7eaf7E966E2cb72b519C16557497c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811/info.json b/blockchains/ethereum/assets/0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811/info.json
deleted file mode 100644
index af8fd06420466..0000000000000
--- a/blockchains/ethereum/assets/0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave USDT",
- "symbol": "aUSDT",
- "type": "ERC20",
- "decimals": 6,
- "description": "Aave USDT is an interest bearing token pegged 1:1 to the underlying USDT deposited in Aave. aUSDT accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811",
- "status": "active",
- "id": "0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811/logo.png b/blockchains/ethereum/assets/0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811/logo.png
deleted file mode 100644
index 0a295f6efaf7d..0000000000000
Binary files a/blockchains/ethereum/assets/0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3EfE03C53f94B65099dFF79b7Ca5Abf37a0B028c/info.json b/blockchains/ethereum/assets/0x3EfE03C53f94B65099dFF79b7Ca5Abf37a0B028c/info.json
deleted file mode 100644
index cb0273bfae8e6..0000000000000
--- a/blockchains/ethereum/assets/0x3EfE03C53f94B65099dFF79b7Ca5Abf37a0B028c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Finance",
- "symbol": "FI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3EfE03C53f94B65099dFF79b7Ca5Abf37a0B028c",
- "status": "abandoned",
- "id": "0x3EfE03C53f94B65099dFF79b7Ca5Abf37a0B028c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3EfE03C53f94B65099dFF79b7Ca5Abf37a0B028c/logo.png b/blockchains/ethereum/assets/0x3EfE03C53f94B65099dFF79b7Ca5Abf37a0B028c/logo.png
deleted file mode 100644
index e66361326625f..0000000000000
Binary files a/blockchains/ethereum/assets/0x3EfE03C53f94B65099dFF79b7Ca5Abf37a0B028c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3F013B600D31557f551131614f439e0c292dFd90/info.json b/blockchains/ethereum/assets/0x3F013B600D31557f551131614f439e0c292dFd90/info.json
deleted file mode 100644
index 5cd6254ac65fd..0000000000000
--- a/blockchains/ethereum/assets/0x3F013B600D31557f551131614f439e0c292dFd90/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Market Coin",
- "symbol": "MC",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3F013B600D31557f551131614f439e0c292dFd90",
- "status": "abandoned",
- "id": "0x3F013B600D31557f551131614f439e0c292dFd90"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3F013B600D31557f551131614f439e0c292dFd90/logo.png b/blockchains/ethereum/assets/0x3F013B600D31557f551131614f439e0c292dFd90/logo.png
deleted file mode 100644
index 6715004601b0d..0000000000000
Binary files a/blockchains/ethereum/assets/0x3F013B600D31557f551131614f439e0c292dFd90/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3F09400313e83d53366147e3ea0e4e2279D80850/info.json b/blockchains/ethereum/assets/0x3F09400313e83d53366147e3ea0e4e2279D80850/info.json
deleted file mode 100644
index c664c63626123..0000000000000
--- a/blockchains/ethereum/assets/0x3F09400313e83d53366147e3ea0e4e2279D80850/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Kush.Finance",
- "website": "https://kush.finance/",
- "description": "Kush Finance is a Decentralized Finance (DeFi) governance token abbreviated as kSeed(kush.SEED) that allow its holders stake their kSEED to attain Kush finances secondary token known as kKUSH(kush.KUSH).",
- "explorer": "https://etherscan.io/token/0x3F09400313e83d53366147e3ea0e4e2279D80850",
- "type": "ERC20",
- "symbol": "kSEED",
- "decimals": 18,
- "status": "active",
- "id": "0x3F09400313e83d53366147e3ea0e4e2279D80850",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/KushFinance/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/KushFinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/kushfinance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3F09400313e83d53366147e3ea0e4e2279D80850/logo.png b/blockchains/ethereum/assets/0x3F09400313e83d53366147e3ea0e4e2279D80850/logo.png
deleted file mode 100644
index 6d537f2f6d12b..0000000000000
Binary files a/blockchains/ethereum/assets/0x3F09400313e83d53366147e3ea0e4e2279D80850/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3F17Dd476faF0a4855572F0B6ed5115D9bBA22AD/info.json b/blockchains/ethereum/assets/0x3F17Dd476faF0a4855572F0B6ed5115D9bBA22AD/info.json
deleted file mode 100644
index 1dbf07767e219..0000000000000
--- a/blockchains/ethereum/assets/0x3F17Dd476faF0a4855572F0B6ed5115D9bBA22AD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WIBSON",
- "symbol": "WIB",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3F17Dd476faF0a4855572F0B6ed5115D9bBA22AD",
- "status": "abandoned",
- "id": "0x3F17Dd476faF0a4855572F0B6ed5115D9bBA22AD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3F17Dd476faF0a4855572F0B6ed5115D9bBA22AD/logo.png b/blockchains/ethereum/assets/0x3F17Dd476faF0a4855572F0B6ed5115D9bBA22AD/logo.png
deleted file mode 100644
index 7674909e29513..0000000000000
Binary files a/blockchains/ethereum/assets/0x3F17Dd476faF0a4855572F0B6ed5115D9bBA22AD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3F382DbD960E3a9bbCeaE22651E88158d2791550/info.json b/blockchains/ethereum/assets/0x3F382DbD960E3a9bbCeaE22651E88158d2791550/info.json
deleted file mode 100644
index 46dabcc9a8622..0000000000000
--- a/blockchains/ethereum/assets/0x3F382DbD960E3a9bbCeaE22651E88158d2791550/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Aavegotchi",
- "website": "https://www.aavegotchi.com/",
- "description": "Aavegotchis are crypto-collectibles living on the Ethereum blockchain, backed by the ERC721 standard used in popular blockchain games. $GHST is the official utility token of the Aavegotchi ecosystem and can be used to purchase portals, wearables, and consumables.",
- "explorer": "https://etherscan.io/token/0x3F382DbD960E3a9bbCeaE22651E88158d2791550",
- "type": "ERC20",
- "symbol": "GHST",
- "decimals": 18,
- "status": "active",
- "id": "0x3F382DbD960E3a9bbCeaE22651E88158d2791550",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/aavegotchi"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/aavegotchi"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/aavegotchi/"
- },
- {
- "name": "medium",
- "url": "https://aavegotchi.medium.com/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/aavegotchi-ghst-token/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3F382DbD960E3a9bbCeaE22651E88158d2791550/logo.png b/blockchains/ethereum/assets/0x3F382DbD960E3a9bbCeaE22651E88158d2791550/logo.png
deleted file mode 100644
index 8619ffebce5e2..0000000000000
Binary files a/blockchains/ethereum/assets/0x3F382DbD960E3a9bbCeaE22651E88158d2791550/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3F3B3B269d9f7088B022290906acff8710914be1/info.json b/blockchains/ethereum/assets/0x3F3B3B269d9f7088B022290906acff8710914be1/info.json
deleted file mode 100644
index 4cf94aa3d9e9a..0000000000000
--- a/blockchains/ethereum/assets/0x3F3B3B269d9f7088B022290906acff8710914be1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Strike LINK",
- "symbol": "sLINK",
- "type": "ERC20",
- "decimals": 18,
- "description": "Strike Finance collateral cryptocurrency",
- "explorer": "https://etherscan.io/token/0x3F3B3B269d9f7088B022290906acff8710914be1",
- "status": "active",
- "id": "0x3F3B3B269d9f7088B022290906acff8710914be1",
- "website": "https://strike.org"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3F3B3B269d9f7088B022290906acff8710914be1/logo.png b/blockchains/ethereum/assets/0x3F3B3B269d9f7088B022290906acff8710914be1/logo.png
deleted file mode 100644
index b5744deb0053d..0000000000000
Binary files a/blockchains/ethereum/assets/0x3F3B3B269d9f7088B022290906acff8710914be1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3F6f014849DEDB569628e3E1745120f308bb7699/info.json b/blockchains/ethereum/assets/0x3F6f014849DEDB569628e3E1745120f308bb7699/info.json
deleted file mode 100644
index de500bc3d8d3e..0000000000000
--- a/blockchains/ethereum/assets/0x3F6f014849DEDB569628e3E1745120f308bb7699/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Planetagro-Exchange",
- "symbol": "AVOCADO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3F6f014849DEDB569628e3E1745120f308bb7699",
- "status": "abandoned",
- "id": "0x3F6f014849DEDB569628e3E1745120f308bb7699"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3F6f014849DEDB569628e3E1745120f308bb7699/logo.png b/blockchains/ethereum/assets/0x3F6f014849DEDB569628e3E1745120f308bb7699/logo.png
deleted file mode 100755
index b3eaab161c7a1..0000000000000
Binary files a/blockchains/ethereum/assets/0x3F6f014849DEDB569628e3E1745120f308bb7699/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3F7Aff0EF20AA2E646290DfA4E67611B2220C597/info.json b/blockchains/ethereum/assets/0x3F7Aff0EF20AA2E646290DfA4E67611B2220C597/info.json
deleted file mode 100644
index 6d645a25268b2..0000000000000
--- a/blockchains/ethereum/assets/0x3F7Aff0EF20AA2E646290DfA4E67611B2220C597/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Volt Inu",
- "website": "https://voltinu.in/",
- "description": "Volt Inu ($VOLT) is a highly deflationary token that keeps growing through the use of true deflationary techniques and additional revenue generation.",
- "explorer": "https://etherscan.io/token/0x3F7Aff0EF20AA2E646290DfA4E67611B2220C597",
- "type": "ERC20",
- "symbol": "VOLT",
- "decimals": 9,
- "status": "active",
- "id": "0x3F7Aff0EF20AA2E646290DfA4E67611B2220C597",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/VoltInuOfficial"
- },
- {
- "name": "telegram",
- "url": "https://t.me/VoltInuOfficial"
- }
- ],
- "tags": [
- "memes"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x3F7Aff0EF20AA2E646290DfA4E67611B2220C597/logo.png b/blockchains/ethereum/assets/0x3F7Aff0EF20AA2E646290DfA4E67611B2220C597/logo.png
deleted file mode 100644
index e57110389d853..0000000000000
Binary files a/blockchains/ethereum/assets/0x3F7Aff0EF20AA2E646290DfA4E67611B2220C597/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3F8828955db539DDD78ECC2A0cecD77d3Eb8B033/info.json b/blockchains/ethereum/assets/0x3F8828955db539DDD78ECC2A0cecD77d3Eb8B033/info.json
deleted file mode 100644
index e01b59aeb8832..0000000000000
--- a/blockchains/ethereum/assets/0x3F8828955db539DDD78ECC2A0cecD77d3Eb8B033/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AmethystCoin",
- "symbol": "AMSC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3F8828955db539DDD78ECC2A0cecD77d3Eb8B033",
- "status": "abandoned",
- "id": "0x3F8828955db539DDD78ECC2A0cecD77d3Eb8B033"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3F8828955db539DDD78ECC2A0cecD77d3Eb8B033/logo.png b/blockchains/ethereum/assets/0x3F8828955db539DDD78ECC2A0cecD77d3Eb8B033/logo.png
deleted file mode 100644
index b55818251193d..0000000000000
Binary files a/blockchains/ethereum/assets/0x3F8828955db539DDD78ECC2A0cecD77d3Eb8B033/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3F8A2f7bcD70e7F7Bdd3FbB079c11d073588DEA2/info.json b/blockchains/ethereum/assets/0x3F8A2f7bcD70e7F7Bdd3FbB079c11d073588DEA2/info.json
deleted file mode 100644
index 4b555331edc40..0000000000000
--- a/blockchains/ethereum/assets/0x3F8A2f7bcD70e7F7Bdd3FbB079c11d073588DEA2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fireball",
- "symbol": "FIRE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://fireball.network/",
- "explorer": "https://etherscan.io/token/0x3F8A2f7bcD70e7F7Bdd3FbB079c11d073588DEA2",
- "status": "abandoned",
- "id": "0x3F8A2f7bcD70e7F7Bdd3FbB079c11d073588DEA2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3F8A2f7bcD70e7F7Bdd3FbB079c11d073588DEA2/logo.png b/blockchains/ethereum/assets/0x3F8A2f7bcD70e7F7Bdd3FbB079c11d073588DEA2/logo.png
deleted file mode 100644
index aee8e1ae079ce..0000000000000
Binary files a/blockchains/ethereum/assets/0x3F8A2f7bcD70e7F7Bdd3FbB079c11d073588DEA2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3FA729B4548beCBAd4EaB6EF18413470e6D5324C/info.json b/blockchains/ethereum/assets/0x3FA729B4548beCBAd4EaB6EF18413470e6D5324C/info.json
deleted file mode 100644
index 1349e68022a3a..0000000000000
--- a/blockchains/ethereum/assets/0x3FA729B4548beCBAd4EaB6EF18413470e6D5324C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mover",
- "website": "https://viamover.com",
- "description": "Mover -- financial service for a digital generation.",
- "explorer": "https://etherscan.io/token/0x3FA729B4548beCBAd4EaB6EF18413470e6D5324C",
- "type": "ERC20",
- "symbol": "MOVE",
- "decimals": 18,
- "status": "active",
- "id": "0x3FA729B4548beCBAd4EaB6EF18413470e6D5324C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3FA729B4548beCBAd4EaB6EF18413470e6D5324C/logo.png b/blockchains/ethereum/assets/0x3FA729B4548beCBAd4EaB6EF18413470e6D5324C/logo.png
deleted file mode 100644
index 05fbb6cde8935..0000000000000
Binary files a/blockchains/ethereum/assets/0x3FA729B4548beCBAd4EaB6EF18413470e6D5324C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3FAb0bBAa03BCEAF7C49E2b12877dB0142BE65FC/info.json b/blockchains/ethereum/assets/0x3FAb0bBAa03BCEAF7C49E2b12877dB0142BE65FC/info.json
deleted file mode 100644
index 57903edd51b84..0000000000000
--- a/blockchains/ethereum/assets/0x3FAb0bBAa03BCEAF7C49E2b12877dB0142BE65FC/info.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "name": "Castello Coin (CAST)",
- "type": "ERC20",
- "symbol": "CAST",
- "decimals": 8,
- "website": "https://castellocoin.com",
- "description": "The Coin with his Brand Ambassador Castello Cube acts as a bridge between the traditional financial world of finance, the world of traditional forms of investment, traditional art and the new world, the world of cryptocurrencies and the digital age.",
- "explorer": "https://etherscan.io/token/0x3FAb0bBAa03BCEAF7C49E2b12877dB0142BE65FC",
- "status": "active",
- "id": "0x3FAb0bBAa03BCEAF7C49E2b12877dB0142BE65FC",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/castellocoin"
- },
- {
- "name": "github",
- "url": "https://github.com/castellocoin"
- },
- {
- "name": "telegram",
- "url": "https://t.me/castellochat"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/castellocoin"
- },
- {
- "name": "whitepaper",
- "url": "https://docsend.com/view/s4sunjsscva8ajxt"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCeMyihvG3w2Y77n7xSkCTBA"
- },
- {
- "name": "source_code",
- "url": "https://etherscan.io/address/0x3fab0bbaa03bceaf7c49e2b12877db0142be65fc#code"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/Castello-Coin-102333735548185"
- }
- ],
- "tags": [
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3FAb0bBAa03BCEAF7C49E2b12877dB0142BE65FC/logo.png b/blockchains/ethereum/assets/0x3FAb0bBAa03BCEAF7C49E2b12877dB0142BE65FC/logo.png
deleted file mode 100644
index c83c1789ca293..0000000000000
Binary files a/blockchains/ethereum/assets/0x3FAb0bBAa03BCEAF7C49E2b12877dB0142BE65FC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3FD8f39A962eFDA04956981C31AB89FAB5FB8bC8/info.json b/blockchains/ethereum/assets/0x3FD8f39A962eFDA04956981C31AB89FAB5FB8bC8/info.json
deleted file mode 100644
index 8aa077572e75a..0000000000000
--- a/blockchains/ethereum/assets/0x3FD8f39A962eFDA04956981C31AB89FAB5FB8bC8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rotharium",
- "symbol": "RTH",
- "type": "ERC20",
- "decimals": 18,
- "description": "Rotharium Platform will connect Blockchain with stadard database solutions (Cloud and On-Premise) with B2C Apps.",
- "website": "https://www.rotharium.io",
- "explorer": "https://etherscan.io/token/0x3FD8f39A962eFDA04956981C31AB89FAB5FB8bC8",
- "status": "active",
- "id": "0x3FD8f39A962eFDA04956981C31AB89FAB5FB8bC8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3FD8f39A962eFDA04956981C31AB89FAB5FB8bC8/logo.png b/blockchains/ethereum/assets/0x3FD8f39A962eFDA04956981C31AB89FAB5FB8bC8/logo.png
deleted file mode 100644
index 3086d122288d7..0000000000000
Binary files a/blockchains/ethereum/assets/0x3FD8f39A962eFDA04956981C31AB89FAB5FB8bC8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3FEEcA6f6d6C498cD72FA1c83fDF6fCcECabbDCF/info.json b/blockchains/ethereum/assets/0x3FEEcA6f6d6C498cD72FA1c83fDF6fCcECabbDCF/info.json
deleted file mode 100644
index 1518c99630f21..0000000000000
--- a/blockchains/ethereum/assets/0x3FEEcA6f6d6C498cD72FA1c83fDF6fCcECabbDCF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Famecoin",
- "symbol": "FMCO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3FEEcA6f6d6C498cD72FA1c83fDF6fCcECabbDCF",
- "status": "abandoned",
- "id": "0x3FEEcA6f6d6C498cD72FA1c83fDF6fCcECabbDCF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3FEEcA6f6d6C498cD72FA1c83fDF6fCcECabbDCF/logo.png b/blockchains/ethereum/assets/0x3FEEcA6f6d6C498cD72FA1c83fDF6fCcECabbDCF/logo.png
deleted file mode 100644
index f13b0fbed77d0..0000000000000
Binary files a/blockchains/ethereum/assets/0x3FEEcA6f6d6C498cD72FA1c83fDF6fCcECabbDCF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3FFcFF428ED65968032112F137724C1002F76632/info.json b/blockchains/ethereum/assets/0x3FFcFF428ED65968032112F137724C1002F76632/info.json
deleted file mode 100644
index a669e1b751928..0000000000000
--- a/blockchains/ethereum/assets/0x3FFcFF428ED65968032112F137724C1002F76632/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C581300",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3FFcFF428ED65968032112F137724C1002F76632",
- "status": "abandoned",
- "id": "0x3FFcFF428ED65968032112F137724C1002F76632"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3FFcFF428ED65968032112F137724C1002F76632/logo.png b/blockchains/ethereum/assets/0x3FFcFF428ED65968032112F137724C1002F76632/logo.png
deleted file mode 100644
index 8b61356d835da..0000000000000
Binary files a/blockchains/ethereum/assets/0x3FFcFF428ED65968032112F137724C1002F76632/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3Fb1926a7d1cC68d4166d99c3483465885074F2F/info.json b/blockchains/ethereum/assets/0x3Fb1926a7d1cC68d4166d99c3483465885074F2F/info.json
deleted file mode 100644
index 5cd7a879e60cb..0000000000000
--- a/blockchains/ethereum/assets/0x3Fb1926a7d1cC68d4166d99c3483465885074F2F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ACT",
- "symbol": "ACT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3Fb1926a7d1cC68d4166d99c3483465885074F2F",
- "status": "abandoned",
- "id": "0x3Fb1926a7d1cC68d4166d99c3483465885074F2F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3Fb1926a7d1cC68d4166d99c3483465885074F2F/logo.png b/blockchains/ethereum/assets/0x3Fb1926a7d1cC68d4166d99c3483465885074F2F/logo.png
deleted file mode 100755
index 06d4f3fa7443c..0000000000000
Binary files a/blockchains/ethereum/assets/0x3Fb1926a7d1cC68d4166d99c3483465885074F2F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3Fe1c06061F3EA23f4Aa771Ed33Cf878486CF214/info.json b/blockchains/ethereum/assets/0x3Fe1c06061F3EA23f4Aa771Ed33Cf878486CF214/info.json
deleted file mode 100644
index 01b998f7405d0..0000000000000
--- a/blockchains/ethereum/assets/0x3Fe1c06061F3EA23f4Aa771Ed33Cf878486CF214/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VAYLA DEX",
- "symbol": "VDEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3Fe1c06061F3EA23f4Aa771Ed33Cf878486CF214",
- "status": "abandoned",
- "id": "0x3Fe1c06061F3EA23f4Aa771Ed33Cf878486CF214"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3Fe1c06061F3EA23f4Aa771Ed33Cf878486CF214/logo.png b/blockchains/ethereum/assets/0x3Fe1c06061F3EA23f4Aa771Ed33Cf878486CF214/logo.png
deleted file mode 100644
index a638945ac9051..0000000000000
Binary files a/blockchains/ethereum/assets/0x3Fe1c06061F3EA23f4Aa771Ed33Cf878486CF214/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3a07572568f1B0B07Aa1A31d01377AA433FE4658/info.json b/blockchains/ethereum/assets/0x3a07572568f1B0B07Aa1A31d01377AA433FE4658/info.json
deleted file mode 100644
index 783a061220aa9..0000000000000
--- a/blockchains/ethereum/assets/0x3a07572568f1B0B07Aa1A31d01377AA433FE4658/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Neon Finance",
- "symbol": "NFC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3a07572568f1B0B07Aa1A31d01377AA433FE4658",
- "status": "abandoned",
- "id": "0x3a07572568f1B0B07Aa1A31d01377AA433FE4658"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3a07572568f1B0B07Aa1A31d01377AA433FE4658/logo.png b/blockchains/ethereum/assets/0x3a07572568f1B0B07Aa1A31d01377AA433FE4658/logo.png
deleted file mode 100644
index 4070706a35e11..0000000000000
Binary files a/blockchains/ethereum/assets/0x3a07572568f1B0B07Aa1A31d01377AA433FE4658/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3a112D5BD99D4E9906a6aaf86dcb1891434C5cA4/info.json b/blockchains/ethereum/assets/0x3a112D5BD99D4E9906a6aaf86dcb1891434C5cA4/info.json
deleted file mode 100644
index ac3a45dc42ed9..0000000000000
--- a/blockchains/ethereum/assets/0x3a112D5BD99D4E9906a6aaf86dcb1891434C5cA4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mavro Token",
- "symbol": "MVR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3a112D5BD99D4E9906a6aaf86dcb1891434C5cA4",
- "status": "abandoned",
- "id": "0x3a112D5BD99D4E9906a6aaf86dcb1891434C5cA4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3a112D5BD99D4E9906a6aaf86dcb1891434C5cA4/logo.png b/blockchains/ethereum/assets/0x3a112D5BD99D4E9906a6aaf86dcb1891434C5cA4/logo.png
deleted file mode 100755
index 3d73045e1c0be..0000000000000
Binary files a/blockchains/ethereum/assets/0x3a112D5BD99D4E9906a6aaf86dcb1891434C5cA4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3a1311B8C404629E38f61D566cefEFed083B9670/info.json b/blockchains/ethereum/assets/0x3a1311B8C404629E38f61D566cefEFed083B9670/info.json
deleted file mode 100644
index e7bb55c58ec4c..0000000000000
--- a/blockchains/ethereum/assets/0x3a1311B8C404629E38f61D566cefEFed083B9670/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Piccolo Inu",
- "type": "ERC20",
- "symbol": "PINU",
- "decimals": 9,
- "website": "https://www.piccoloinu.com",
- "description": "PINU is a custom and unique NFT Marketplace DAPP, which will allow users to mint, sell, buy and trade their NFT's. In addition to the gaming platform, where they will be able to trade / play with their cards, they'll be able to show them to other users.",
- "explorer": "https://etherscan.io/token/0x3a1311B8C404629E38f61D566cefEFed083B9670",
- "status": "active",
- "id": "0x3a1311B8C404629E38f61D566cefEFed083B9670",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/piccolo-inu/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/piccolo-inu"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3a1311B8C404629E38f61D566cefEFed083B9670/logo.png b/blockchains/ethereum/assets/0x3a1311B8C404629E38f61D566cefEFed083B9670/logo.png
deleted file mode 100644
index 55ad88b3beee7..0000000000000
Binary files a/blockchains/ethereum/assets/0x3a1311B8C404629E38f61D566cefEFed083B9670/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3a1343a3Ca3c32a69b79AE82e8a9a71c1293C566/info.json b/blockchains/ethereum/assets/0x3a1343a3Ca3c32a69b79AE82e8a9a71c1293C566/info.json
deleted file mode 100644
index f4a69f9be9a96..0000000000000
--- a/blockchains/ethereum/assets/0x3a1343a3Ca3c32a69b79AE82e8a9a71c1293C566/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Onyx S&P 500",
- "symbol": "OSPV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3a1343a3Ca3c32a69b79AE82e8a9a71c1293C566",
- "status": "abandoned",
- "id": "0x3a1343a3Ca3c32a69b79AE82e8a9a71c1293C566"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3a1343a3Ca3c32a69b79AE82e8a9a71c1293C566/logo.png b/blockchains/ethereum/assets/0x3a1343a3Ca3c32a69b79AE82e8a9a71c1293C566/logo.png
deleted file mode 100644
index 8bd2d98112385..0000000000000
Binary files a/blockchains/ethereum/assets/0x3a1343a3Ca3c32a69b79AE82e8a9a71c1293C566/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3a1Bda28AdB5B0a812a7CF10A1950c920F79BcD3/info.json b/blockchains/ethereum/assets/0x3a1Bda28AdB5B0a812a7CF10A1950c920F79BcD3/info.json
deleted file mode 100644
index ef563924267cf..0000000000000
--- a/blockchains/ethereum/assets/0x3a1Bda28AdB5B0a812a7CF10A1950c920F79BcD3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FLIP Token",
- "symbol": "FLP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://fliptoken.gameflip.com/",
- "explorer": "https://etherscan.io/token/0x3a1Bda28AdB5B0a812a7CF10A1950c920F79BcD3",
- "status": "active",
- "id": "0x3a1Bda28AdB5B0a812a7CF10A1950c920F79BcD3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3a1Bda28AdB5B0a812a7CF10A1950c920F79BcD3/logo.png b/blockchains/ethereum/assets/0x3a1Bda28AdB5B0a812a7CF10A1950c920F79BcD3/logo.png
deleted file mode 100644
index b9f99f6c09a63..0000000000000
Binary files a/blockchains/ethereum/assets/0x3a1Bda28AdB5B0a812a7CF10A1950c920F79BcD3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3a26746Ddb79B1B8e4450e3F4FFE3285A307387E/info.json b/blockchains/ethereum/assets/0x3a26746Ddb79B1B8e4450e3F4FFE3285A307387E/info.json
deleted file mode 100644
index d8fe4c378387d..0000000000000
--- a/blockchains/ethereum/assets/0x3a26746Ddb79B1B8e4450e3F4FFE3285A307387E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETHERBTC",
- "symbol": "ETHB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3a26746Ddb79B1B8e4450e3F4FFE3285A307387E",
- "status": "abandoned",
- "id": "0x3a26746Ddb79B1B8e4450e3F4FFE3285A307387E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3a26746Ddb79B1B8e4450e3F4FFE3285A307387E/logo.png b/blockchains/ethereum/assets/0x3a26746Ddb79B1B8e4450e3F4FFE3285A307387E/logo.png
deleted file mode 100755
index 0d11c6e833958..0000000000000
Binary files a/blockchains/ethereum/assets/0x3a26746Ddb79B1B8e4450e3F4FFE3285A307387E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3a2732Aa4A876f2dadeE90E15467d2e5ecd18160/info.json b/blockchains/ethereum/assets/0x3a2732Aa4A876f2dadeE90E15467d2e5ecd18160/info.json
deleted file mode 100644
index 98c689aa1f6be..0000000000000
--- a/blockchains/ethereum/assets/0x3a2732Aa4A876f2dadeE90E15467d2e5ecd18160/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "NTV-d",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3a2732Aa4A876f2dadeE90E15467d2e5ecd18160",
- "status": "abandoned",
- "id": "0x3a2732Aa4A876f2dadeE90E15467d2e5ecd18160"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3a2732Aa4A876f2dadeE90E15467d2e5ecd18160/logo.png b/blockchains/ethereum/assets/0x3a2732Aa4A876f2dadeE90E15467d2e5ecd18160/logo.png
deleted file mode 100644
index 1ab178afa7f29..0000000000000
Binary files a/blockchains/ethereum/assets/0x3a2732Aa4A876f2dadeE90E15467d2e5ecd18160/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3a2b1B35Ef3C8C1aF0138a25057cd2E69Ae7bF3b/info.json b/blockchains/ethereum/assets/0x3a2b1B35Ef3C8C1aF0138a25057cd2E69Ae7bF3b/info.json
deleted file mode 100644
index 88736148f82db..0000000000000
--- a/blockchains/ethereum/assets/0x3a2b1B35Ef3C8C1aF0138a25057cd2E69Ae7bF3b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 270-CN51",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3a2b1B35Ef3C8C1aF0138a25057cd2E69Ae7bF3b",
- "status": "abandoned",
- "id": "0x3a2b1B35Ef3C8C1aF0138a25057cd2E69Ae7bF3b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3a2b1B35Ef3C8C1aF0138a25057cd2E69Ae7bF3b/logo.png b/blockchains/ethereum/assets/0x3a2b1B35Ef3C8C1aF0138a25057cd2E69Ae7bF3b/logo.png
deleted file mode 100644
index e20cd75211c3f..0000000000000
Binary files a/blockchains/ethereum/assets/0x3a2b1B35Ef3C8C1aF0138a25057cd2E69Ae7bF3b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3a3A65aAb0dd2A17E3F1947bA16138cd37d08c04/info.json b/blockchains/ethereum/assets/0x3a3A65aAb0dd2A17E3F1947bA16138cd37d08c04/info.json
deleted file mode 100644
index 516020ea20788..0000000000000
--- a/blockchains/ethereum/assets/0x3a3A65aAb0dd2A17E3F1947bA16138cd37d08c04/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave ETH V1",
- "website": "https://aave.com",
- "description": "Aave ETH V1 is an interest bearing token pegged 1:1 to the underlying ETH deposited in Aave V1. aETH V1 accrue interest in real time in your wallet.",
- "explorer": "https://etherscan.io/token/0x3a3A65aAb0dd2A17E3F1947bA16138cd37d08c04",
- "type": "ERC20",
- "symbol": "aETH V1",
- "decimals": 18,
- "status": "active",
- "id": "0x3a3A65aAb0dd2A17E3F1947bA16138cd37d08c04"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3a3A65aAb0dd2A17E3F1947bA16138cd37d08c04/logo.png b/blockchains/ethereum/assets/0x3a3A65aAb0dd2A17E3F1947bA16138cd37d08c04/logo.png
deleted file mode 100644
index 81e599bc490f6..0000000000000
Binary files a/blockchains/ethereum/assets/0x3a3A65aAb0dd2A17E3F1947bA16138cd37d08c04/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3a4282b8fFBae5De5AB6E29bAd3d08d83902Ebd2/info.json b/blockchains/ethereum/assets/0x3a4282b8fFBae5De5AB6E29bAd3d08d83902Ebd2/info.json
deleted file mode 100644
index f5eb2612f5647..0000000000000
--- a/blockchains/ethereum/assets/0x3a4282b8fFBae5De5AB6E29bAd3d08d83902Ebd2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SPONT",
- "symbol": "SPONT",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3a4282b8fFBae5De5AB6E29bAd3d08d83902Ebd2",
- "status": "abandoned",
- "id": "0x3a4282b8fFBae5De5AB6E29bAd3d08d83902Ebd2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3a4282b8fFBae5De5AB6E29bAd3d08d83902Ebd2/logo.png b/blockchains/ethereum/assets/0x3a4282b8fFBae5De5AB6E29bAd3d08d83902Ebd2/logo.png
deleted file mode 100644
index 9f78d9e961bb3..0000000000000
Binary files a/blockchains/ethereum/assets/0x3a4282b8fFBae5De5AB6E29bAd3d08d83902Ebd2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3a4f40631a4f906c2BaD353Ed06De7A5D3fCb430/info.json b/blockchains/ethereum/assets/0x3a4f40631a4f906c2BaD353Ed06De7A5D3fCb430/info.json
deleted file mode 100644
index aeb29c0909f37..0000000000000
--- a/blockchains/ethereum/assets/0x3a4f40631a4f906c2BaD353Ed06De7A5D3fCb430/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "PlayDapp",
- "symbol": "PLA",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x3a4f40631a4f906c2BaD353Ed06De7A5D3fCb430"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3a4f40631a4f906c2BaD353Ed06De7A5D3fCb430/logo.png b/blockchains/ethereum/assets/0x3a4f40631a4f906c2BaD353Ed06De7A5D3fCb430/logo.png
deleted file mode 100644
index 01f69ff1e68d2..0000000000000
Binary files a/blockchains/ethereum/assets/0x3a4f40631a4f906c2BaD353Ed06De7A5D3fCb430/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3a783e99E5a5618B8149e3380d14328139D97e31/info.json b/blockchains/ethereum/assets/0x3a783e99E5a5618B8149e3380d14328139D97e31/info.json
deleted file mode 100644
index f1b090ad11d21..0000000000000
--- a/blockchains/ethereum/assets/0x3a783e99E5a5618B8149e3380d14328139D97e31/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Curriculum Vitae",
- "symbol": "CVH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3a783e99E5a5618B8149e3380d14328139D97e31",
- "status": "abandoned",
- "id": "0x3a783e99E5a5618B8149e3380d14328139D97e31"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3a783e99E5a5618B8149e3380d14328139D97e31/logo.png b/blockchains/ethereum/assets/0x3a783e99E5a5618B8149e3380d14328139D97e31/logo.png
deleted file mode 100644
index 6a91c4285b6f7..0000000000000
Binary files a/blockchains/ethereum/assets/0x3a783e99E5a5618B8149e3380d14328139D97e31/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3a86512ccA257c4DD8A68646C7c01df084E0f87d/info.json b/blockchains/ethereum/assets/0x3a86512ccA257c4DD8A68646C7c01df084E0f87d/info.json
deleted file mode 100644
index a755984a6a88b..0000000000000
--- a/blockchains/ethereum/assets/0x3a86512ccA257c4DD8A68646C7c01df084E0f87d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Git",
- "symbol": "Git",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3a86512ccA257c4DD8A68646C7c01df084E0f87d",
- "status": "abandoned",
- "id": "0x3a86512ccA257c4DD8A68646C7c01df084E0f87d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3a86512ccA257c4DD8A68646C7c01df084E0f87d/logo.png b/blockchains/ethereum/assets/0x3a86512ccA257c4DD8A68646C7c01df084E0f87d/logo.png
deleted file mode 100644
index e8a289d29926d..0000000000000
Binary files a/blockchains/ethereum/assets/0x3a86512ccA257c4DD8A68646C7c01df084E0f87d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3aCA71C508e06Dc6B2758DaB6eb20f7654572fb7/info.json b/blockchains/ethereum/assets/0x3aCA71C508e06Dc6B2758DaB6eb20f7654572fb7/info.json
deleted file mode 100644
index 98e42d1cfd719..0000000000000
--- a/blockchains/ethereum/assets/0x3aCA71C508e06Dc6B2758DaB6eb20f7654572fb7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DREP",
- "symbol": "DREP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3aCA71C508e06Dc6B2758DaB6eb20f7654572fb7",
- "status": "abandoned",
- "id": "0x3aCA71C508e06Dc6B2758DaB6eb20f7654572fb7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3aCA71C508e06Dc6B2758DaB6eb20f7654572fb7/logo.png b/blockchains/ethereum/assets/0x3aCA71C508e06Dc6B2758DaB6eb20f7654572fb7/logo.png
deleted file mode 100644
index 39b51c59a1201..0000000000000
Binary files a/blockchains/ethereum/assets/0x3aCA71C508e06Dc6B2758DaB6eb20f7654572fb7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3aFe47A46289B8eE2597ef8d8Ce7BEbF0f64172E/info.json b/blockchains/ethereum/assets/0x3aFe47A46289B8eE2597ef8d8Ce7BEbF0f64172E/info.json
deleted file mode 100644
index ab8be56d60804..0000000000000
--- a/blockchains/ethereum/assets/0x3aFe47A46289B8eE2597ef8d8Ce7BEbF0f64172E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Swachhcoin",
- "symbol": "SCX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3aFe47A46289B8eE2597ef8d8Ce7BEbF0f64172E",
- "status": "abandoned",
- "id": "0x3aFe47A46289B8eE2597ef8d8Ce7BEbF0f64172E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3aFe47A46289B8eE2597ef8d8Ce7BEbF0f64172E/logo.png b/blockchains/ethereum/assets/0x3aFe47A46289B8eE2597ef8d8Ce7BEbF0f64172E/logo.png
deleted file mode 100755
index 9231377fd7735..0000000000000
Binary files a/blockchains/ethereum/assets/0x3aFe47A46289B8eE2597ef8d8Ce7BEbF0f64172E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3aFfCCa64c2A6f4e3B6Bd9c64CD2C969EFd1ECBe/info.json b/blockchains/ethereum/assets/0x3aFfCCa64c2A6f4e3B6Bd9c64CD2C969EFd1ECBe/info.json
deleted file mode 100644
index 26f471bd1069b..0000000000000
--- a/blockchains/ethereum/assets/0x3aFfCCa64c2A6f4e3B6Bd9c64CD2C969EFd1ECBe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DSLA",
- "symbol": "DSLA",
- "type": "ERC20",
- "decimals": 18,
- "description": "DSLA Protocol's flagship use case is to offset the financial losses of Proof-of-Stake delegators.",
- "website": "https://dsla.network",
- "explorer": "https://etherscan.io/token/0x3aFfCCa64c2A6f4e3B6Bd9c64CD2C969EFd1ECBe",
- "status": "active",
- "id": "0x3aFfCCa64c2A6f4e3B6Bd9c64CD2C969EFd1ECBe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3aFfCCa64c2A6f4e3B6Bd9c64CD2C969EFd1ECBe/logo.png b/blockchains/ethereum/assets/0x3aFfCCa64c2A6f4e3B6Bd9c64CD2C969EFd1ECBe/logo.png
deleted file mode 100644
index 512e9c4f003f0..0000000000000
Binary files a/blockchains/ethereum/assets/0x3aFfCCa64c2A6f4e3B6Bd9c64CD2C969EFd1ECBe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3aaDA3e213aBf8529606924d8D1c55CbDc70Bf74/info.json b/blockchains/ethereum/assets/0x3aaDA3e213aBf8529606924d8D1c55CbDc70Bf74/info.json
deleted file mode 100644
index 8019f1b9fce9a..0000000000000
--- a/blockchains/ethereum/assets/0x3aaDA3e213aBf8529606924d8D1c55CbDc70Bf74/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XMON",
- "symbol": "XMON",
- "type": "ERC20",
- "decimals": 18,
- "description": "0xmons is a NFT platform for summoning neural net generated pixel monsters.",
- "website": "https://0xmons.xyz/",
- "explorer": "https://etherscan.io/token/0x3aaDA3e213aBf8529606924d8D1c55CbDc70Bf74",
- "status": "active",
- "id": "0x3aaDA3e213aBf8529606924d8D1c55CbDc70Bf74"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3aaDA3e213aBf8529606924d8D1c55CbDc70Bf74/logo.png b/blockchains/ethereum/assets/0x3aaDA3e213aBf8529606924d8D1c55CbDc70Bf74/logo.png
deleted file mode 100644
index 4208b978fcfac..0000000000000
Binary files a/blockchains/ethereum/assets/0x3aaDA3e213aBf8529606924d8D1c55CbDc70Bf74/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3abdfF32F76b42E7635bdb7e425f0231A5F3aB17/info.json b/blockchains/ethereum/assets/0x3abdfF32F76b42E7635bdb7e425f0231A5F3aB17/info.json
deleted file mode 100644
index b8cb654c6dabb..0000000000000
--- a/blockchains/ethereum/assets/0x3abdfF32F76b42E7635bdb7e425f0231A5F3aB17/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ConnectJob",
- "symbol": "CJT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.connectjob.io/",
- "explorer": "https://etherscan.io/token/0x3abdfF32F76b42E7635bdb7e425f0231A5F3aB17",
- "status": "abandoned",
- "id": "0x3abdfF32F76b42E7635bdb7e425f0231A5F3aB17"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3abdfF32F76b42E7635bdb7e425f0231A5F3aB17/logo.png b/blockchains/ethereum/assets/0x3abdfF32F76b42E7635bdb7e425f0231A5F3aB17/logo.png
deleted file mode 100755
index 632e5bcebcdd5..0000000000000
Binary files a/blockchains/ethereum/assets/0x3abdfF32F76b42E7635bdb7e425f0231A5F3aB17/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3ac2AB91dDF57e2385089202Ca221C360CED0062/info.json b/blockchains/ethereum/assets/0x3ac2AB91dDF57e2385089202Ca221C360CED0062/info.json
deleted file mode 100644
index 50a1770c1a1e4..0000000000000
--- a/blockchains/ethereum/assets/0x3ac2AB91dDF57e2385089202Ca221C360CED0062/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SwapShip RTC",
- "website": "https://swapship.finance",
- "description": "Rewards token received for staking liquidity within the SwapShip protocol. Read This Contract (RTC).",
- "explorer": "https://etherscan.io/token/0x3ac2AB91dDF57e2385089202Ca221C360CED0062",
- "type": "ERC20",
- "symbol": "SWSH",
- "decimals": 18,
- "status": "active",
- "id": "0x3ac2AB91dDF57e2385089202Ca221C360CED0062"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3ac2AB91dDF57e2385089202Ca221C360CED0062/logo.png b/blockchains/ethereum/assets/0x3ac2AB91dDF57e2385089202Ca221C360CED0062/logo.png
deleted file mode 100755
index 667e76c83f6e9..0000000000000
Binary files a/blockchains/ethereum/assets/0x3ac2AB91dDF57e2385089202Ca221C360CED0062/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3aebb174Ee393916715bd7999261c3eD32f22d82/info.json b/blockchains/ethereum/assets/0x3aebb174Ee393916715bd7999261c3eD32f22d82/info.json
deleted file mode 100644
index ff670bf598ad5..0000000000000
--- a/blockchains/ethereum/assets/0x3aebb174Ee393916715bd7999261c3eD32f22d82/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WorldGamingTech",
- "symbol": "WGT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3aebb174Ee393916715bd7999261c3eD32f22d82",
- "status": "abandoned",
- "id": "0x3aebb174Ee393916715bd7999261c3eD32f22d82"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3aebb174Ee393916715bd7999261c3eD32f22d82/logo.png b/blockchains/ethereum/assets/0x3aebb174Ee393916715bd7999261c3eD32f22d82/logo.png
deleted file mode 100644
index 8bff53b19eac0..0000000000000
Binary files a/blockchains/ethereum/assets/0x3aebb174Ee393916715bd7999261c3eD32f22d82/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3afe25a2739B5C2E08CFec439F9621D91Ff7FBFb/info.json b/blockchains/ethereum/assets/0x3afe25a2739B5C2E08CFec439F9621D91Ff7FBFb/info.json
deleted file mode 100644
index f77b27ae94429..0000000000000
--- a/blockchains/ethereum/assets/0x3afe25a2739B5C2E08CFec439F9621D91Ff7FBFb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BULVRD",
- "symbol": "BLVD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3afe25a2739B5C2E08CFec439F9621D91Ff7FBFb",
- "status": "abandoned",
- "id": "0x3afe25a2739B5C2E08CFec439F9621D91Ff7FBFb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3afe25a2739B5C2E08CFec439F9621D91Ff7FBFb/logo.png b/blockchains/ethereum/assets/0x3afe25a2739B5C2E08CFec439F9621D91Ff7FBFb/logo.png
deleted file mode 100644
index bf0bc8c416c6a..0000000000000
Binary files a/blockchains/ethereum/assets/0x3afe25a2739B5C2E08CFec439F9621D91Ff7FBFb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3b16fB80Ab6Ac8562203F3913f58ee0c4DFc08B8/info.json b/blockchains/ethereum/assets/0x3b16fB80Ab6Ac8562203F3913f58ee0c4DFc08B8/info.json
deleted file mode 100644
index ae026249fded5..0000000000000
--- a/blockchains/ethereum/assets/0x3b16fB80Ab6Ac8562203F3913f58ee0c4DFc08B8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Advertising Token",
- "symbol": "AVT",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "https://www.theadvertisingtoken.com/",
- "explorer": "https://etherscan.io/token/0x3b16fB80Ab6Ac8562203F3913f58ee0c4DFc08B8",
- "status": "abandoned",
- "id": "0x3b16fB80Ab6Ac8562203F3913f58ee0c4DFc08B8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3b16fB80Ab6Ac8562203F3913f58ee0c4DFc08B8/logo.png b/blockchains/ethereum/assets/0x3b16fB80Ab6Ac8562203F3913f58ee0c4DFc08B8/logo.png
deleted file mode 100644
index 28787961f80fd..0000000000000
Binary files a/blockchains/ethereum/assets/0x3b16fB80Ab6Ac8562203F3913f58ee0c4DFc08B8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3b2f94C251c2CCcB7ad16a68F040A220CC2bDD72/info.json b/blockchains/ethereum/assets/0x3b2f94C251c2CCcB7ad16a68F040A220CC2bDD72/info.json
deleted file mode 100644
index efaa6eb03bf31..0000000000000
--- a/blockchains/ethereum/assets/0x3b2f94C251c2CCcB7ad16a68F040A220CC2bDD72/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ALUCHAIN",
- "symbol": "ALU",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3b2f94C251c2CCcB7ad16a68F040A220CC2bDD72",
- "status": "abandoned",
- "id": "0x3b2f94C251c2CCcB7ad16a68F040A220CC2bDD72"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3b2f94C251c2CCcB7ad16a68F040A220CC2bDD72/logo.png b/blockchains/ethereum/assets/0x3b2f94C251c2CCcB7ad16a68F040A220CC2bDD72/logo.png
deleted file mode 100755
index de1f4a2e52cc5..0000000000000
Binary files a/blockchains/ethereum/assets/0x3b2f94C251c2CCcB7ad16a68F040A220CC2bDD72/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3b484b82567a09e2588A13D54D032153f0c0aEe0/info.json b/blockchains/ethereum/assets/0x3b484b82567a09e2588A13D54D032153f0c0aEe0/info.json
deleted file mode 100644
index 3c69e0bc7f182..0000000000000
--- a/blockchains/ethereum/assets/0x3b484b82567a09e2588A13D54D032153f0c0aEe0/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "OpenDAO",
- "type": "ERC20",
- "symbol": "SOS",
- "decimals": 18,
- "website": "https://www.theopendao.com/",
- "description": "$SOS is grateful to all NFT creators, collectors and markets for nurturing the entire NFT ecosystem.",
- "explorer": "https://etherscan.io/token/0x3b484b82567a09e2588A13D54D032153f0c0aEe0",
- "status": "active",
- "id": "0x3b484b82567a09e2588A13D54D032153f0c0aEe0",
- "tags": [
- "nft"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/The_OpenDAO"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/opendao/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/zzzKhejARz"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x3b484b82567a09e2588A13D54D032153f0c0aEe0/logo.png b/blockchains/ethereum/assets/0x3b484b82567a09e2588A13D54D032153f0c0aEe0/logo.png
deleted file mode 100644
index 5e93db85fd70c..0000000000000
Binary files a/blockchains/ethereum/assets/0x3b484b82567a09e2588A13D54D032153f0c0aEe0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3b4cAAAF6F3ce5Bee2871C89987cbd825Ac30822/info.json b/blockchains/ethereum/assets/0x3b4cAAAF6F3ce5Bee2871C89987cbd825Ac30822/info.json
deleted file mode 100644
index a49468e86eeba..0000000000000
--- a/blockchains/ethereum/assets/0x3b4cAAAF6F3ce5Bee2871C89987cbd825Ac30822/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Ofin Token",
- "website": "https://ofin.io",
- "description": "Ofin is non-custodial investment protocol that enables novices to invest directly into the funds managed by seasoned crypto traders",
- "explorer": "https://etherscan.io/token/0x3b4cAAAF6F3ce5Bee2871C89987cbd825Ac30822",
- "type": "ERC20",
- "symbol": "ON",
- "decimals": 18,
- "status": "active",
- "id": "0x3b4cAAAF6F3ce5Bee2871C89987cbd825Ac30822",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Ofinio/Ofin.io"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/OfinProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ofin_io"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@ofin"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3b4cAAAF6F3ce5Bee2871C89987cbd825Ac30822/logo.png b/blockchains/ethereum/assets/0x3b4cAAAF6F3ce5Bee2871C89987cbd825Ac30822/logo.png
deleted file mode 100755
index 940c078a5368e..0000000000000
Binary files a/blockchains/ethereum/assets/0x3b4cAAAF6F3ce5Bee2871C89987cbd825Ac30822/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3b4f7CB9e60362A49dD04EB0091A374d340E3EfD/info.json b/blockchains/ethereum/assets/0x3b4f7CB9e60362A49dD04EB0091A374d340E3EfD/info.json
deleted file mode 100644
index 6160f1323ecbd..0000000000000
--- a/blockchains/ethereum/assets/0x3b4f7CB9e60362A49dD04EB0091A374d340E3EfD/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "ITAM",
- "website": "https://itam.network",
- "description": "ITAM operates a platform (NFT.Farm) that values digital assets and freely trades such assets using ITAM NFT. ITAM NFT is a Middleware technology for cultural and artistic creations such as paintings, comics, fashion, and games.",
- "explorer": "https://etherscan.io/token/0x3b4f7CB9e60362A49dD04EB0091A374d340E3EfD",
- "type": "ERC20",
- "symbol": "ITAM",
- "decimals": 18,
- "status": "active",
- "id": "0x3b4f7CB9e60362A49dD04EB0091A374d340E3EfD",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/itamgames"
- },
- {
- "name": "medium",
- "url": "https://medium.com/itam"
- },
- {
- "name": "telegram",
- "url": "https://t.me/itam_en"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCgM_ijLKjeibbQATtX46ZTw"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3b4f7CB9e60362A49dD04EB0091A374d340E3EfD/logo.png b/blockchains/ethereum/assets/0x3b4f7CB9e60362A49dD04EB0091A374d340E3EfD/logo.png
deleted file mode 100644
index 7cc26756dbd35..0000000000000
Binary files a/blockchains/ethereum/assets/0x3b4f7CB9e60362A49dD04EB0091A374d340E3EfD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3b544e6fcf6C8dCE9D8B45A4FdF21C9B02f9fDa9/info.json b/blockchains/ethereum/assets/0x3b544e6fcf6C8dCE9D8B45A4FdF21C9B02f9fDa9/info.json
deleted file mode 100644
index 22b203a2f30c2..0000000000000
--- a/blockchains/ethereum/assets/0x3b544e6fcf6C8dCE9D8B45A4FdF21C9B02f9fDa9/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Giftedhands",
- "website": "https://www.giftedhands.io",
- "description": "Giftedhands aims to offer solutions to constant issues in payment to freelancer developers in terms of speeding up the payment process.",
- "explorer": "https://etherscan.io/token/0x3b544e6fcf6C8dCE9D8B45A4FdF21C9B02f9fDa9",
- "type": "ERC20",
- "symbol": "GHD",
- "decimals": 18,
- "status": "active",
- "id": "0x3b544e6fcf6C8dCE9D8B45A4FdF21C9B02f9fDa9",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/giftedhandsGHD"
- },
- {
- "name": "telegram",
- "url": "https://t.me/GiftedHandsTokenChannel"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/watch?v=lu9I7rN2Mus"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/Gitedhands-Token-100871005019968/"
- },
- {
- "name": "whitepaper",
- "url": "https://drive.google.com/file/d/1Z7gUARX-h5xiF7Y5xFRQCiGf0yZQ7QP_/view"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3b544e6fcf6C8dCE9D8B45A4FdF21C9B02f9fDa9/logo.png b/blockchains/ethereum/assets/0x3b544e6fcf6C8dCE9D8B45A4FdF21C9B02f9fDa9/logo.png
deleted file mode 100644
index 3b1b9e4d1ebb4..0000000000000
Binary files a/blockchains/ethereum/assets/0x3b544e6fcf6C8dCE9D8B45A4FdF21C9B02f9fDa9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3b62F3820e0B035cc4aD602dECe6d796BC325325/info.json b/blockchains/ethereum/assets/0x3b62F3820e0B035cc4aD602dECe6d796BC325325/info.json
deleted file mode 100644
index 49d0429a04a60..0000000000000
--- a/blockchains/ethereum/assets/0x3b62F3820e0B035cc4aD602dECe6d796BC325325/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "DEUS",
- "website": "https://deus.finance/",
- "description": "DEUS finance the next generation asset tokenization transpose any verifiable digital or non-digital asset securely onto the blockchain.",
- "explorer": "https://etherscan.io/token/0x3b62F3820e0B035cc4aD602dECe6d796BC325325",
- "type": "ERC20",
- "symbol": "DEUS",
- "decimals": 18,
- "status": "abandoned",
- "id": "0x3b62F3820e0B035cc4aD602dECe6d796BC325325",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/deusfinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/DeusDao"
- },
- {
- "name": "telegram",
- "url": "https://t.me/deusfinance"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@deusfinance"
- },
- {
- "name": "whitepaper",
- "url": "https://deus.finance/litepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3b7120a39547AB5a3B8DD3890F468C7E6027C656/info.json b/blockchains/ethereum/assets/0x3b7120a39547AB5a3B8DD3890F468C7E6027C656/info.json
deleted file mode 100644
index 08a6a8d19271a..0000000000000
--- a/blockchains/ethereum/assets/0x3b7120a39547AB5a3B8DD3890F468C7E6027C656/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C574371",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3b7120a39547AB5a3B8DD3890F468C7E6027C656",
- "status": "abandoned",
- "id": "0x3b7120a39547AB5a3B8DD3890F468C7E6027C656"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3b7120a39547AB5a3B8DD3890F468C7E6027C656/logo.png b/blockchains/ethereum/assets/0x3b7120a39547AB5a3B8DD3890F468C7E6027C656/logo.png
deleted file mode 100644
index 9930e189e3bda..0000000000000
Binary files a/blockchains/ethereum/assets/0x3b7120a39547AB5a3B8DD3890F468C7E6027C656/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3b8D5FaCFf748c4525cDC1796990C8170A6206F1/info.json b/blockchains/ethereum/assets/0x3b8D5FaCFf748c4525cDC1796990C8170A6206F1/info.json
deleted file mode 100644
index 8f7a57660de45..0000000000000
--- a/blockchains/ethereum/assets/0x3b8D5FaCFf748c4525cDC1796990C8170A6206F1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Atunala Token",
- "symbol": "ATNL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3b8D5FaCFf748c4525cDC1796990C8170A6206F1",
- "status": "abandoned",
- "id": "0x3b8D5FaCFf748c4525cDC1796990C8170A6206F1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3b8D5FaCFf748c4525cDC1796990C8170A6206F1/logo.png b/blockchains/ethereum/assets/0x3b8D5FaCFf748c4525cDC1796990C8170A6206F1/logo.png
deleted file mode 100644
index cab56fafcf31e..0000000000000
Binary files a/blockchains/ethereum/assets/0x3b8D5FaCFf748c4525cDC1796990C8170A6206F1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3b9afC0Ad5F9ba8dD2ac061C11D392B2430aAe7f/info.json b/blockchains/ethereum/assets/0x3b9afC0Ad5F9ba8dD2ac061C11D392B2430aAe7f/info.json
deleted file mode 100644
index 706107391affa..0000000000000
--- a/blockchains/ethereum/assets/0x3b9afC0Ad5F9ba8dD2ac061C11D392B2430aAe7f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R910507",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3b9afC0Ad5F9ba8dD2ac061C11D392B2430aAe7f",
- "status": "abandoned",
- "id": "0x3b9afC0Ad5F9ba8dD2ac061C11D392B2430aAe7f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3b9afC0Ad5F9ba8dD2ac061C11D392B2430aAe7f/logo.png b/blockchains/ethereum/assets/0x3b9afC0Ad5F9ba8dD2ac061C11D392B2430aAe7f/logo.png
deleted file mode 100644
index 2563df0955c57..0000000000000
Binary files a/blockchains/ethereum/assets/0x3b9afC0Ad5F9ba8dD2ac061C11D392B2430aAe7f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3b9e094D56103611f0ACEfDAb43182347BA60dF4/info.json b/blockchains/ethereum/assets/0x3b9e094D56103611f0ACEfDAb43182347BA60dF4/info.json
deleted file mode 100644
index efe93c4dd9239..0000000000000
--- a/blockchains/ethereum/assets/0x3b9e094D56103611f0ACEfDAb43182347BA60dF4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PANTHEON X",
- "website": "https://pantheonx.io",
- "description": "No.1 Trading Strategy Marketplace",
- "explorer": "https://etherscan.io/token/0x3b9e094D56103611f0ACEfDAb43182347BA60dF4",
- "type": "ERC20",
- "symbol": "XPN",
- "decimals": 18,
- "status": "active",
- "id": "0x3b9e094D56103611f0ACEfDAb43182347BA60dF4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3b9e094D56103611f0ACEfDAb43182347BA60dF4/logo.png b/blockchains/ethereum/assets/0x3b9e094D56103611f0ACEfDAb43182347BA60dF4/logo.png
deleted file mode 100644
index a4f4803f55a35..0000000000000
Binary files a/blockchains/ethereum/assets/0x3b9e094D56103611f0ACEfDAb43182347BA60dF4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3bF5f07786b2f52BAcC8BC0fbC5D31deee667F67/info.json b/blockchains/ethereum/assets/0x3bF5f07786b2f52BAcC8BC0fbC5D31deee667F67/info.json
deleted file mode 100644
index c5ff31b7588f3..0000000000000
--- a/blockchains/ethereum/assets/0x3bF5f07786b2f52BAcC8BC0fbC5D31deee667F67/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ChainKEY",
- "symbol": "CKEY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3bF5f07786b2f52BAcC8BC0fbC5D31deee667F67",
- "status": "abandoned",
- "id": "0x3bF5f07786b2f52BAcC8BC0fbC5D31deee667F67"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3bF5f07786b2f52BAcC8BC0fbC5D31deee667F67/logo.png b/blockchains/ethereum/assets/0x3bF5f07786b2f52BAcC8BC0fbC5D31deee667F67/logo.png
deleted file mode 100644
index 329e98e751c99..0000000000000
Binary files a/blockchains/ethereum/assets/0x3bF5f07786b2f52BAcC8BC0fbC5D31deee667F67/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3be6e7bF2cD8E1a0A95597E72ca6D3709bBeFF76/info.json b/blockchains/ethereum/assets/0x3be6e7bF2cD8E1a0A95597E72ca6D3709bBeFF76/info.json
deleted file mode 100644
index 0bde8e5752934..0000000000000
--- a/blockchains/ethereum/assets/0x3be6e7bF2cD8E1a0A95597E72ca6D3709bBeFF76/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DMTC Token",
- "symbol": "DMTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://dmtc.io/",
- "explorer": "https://etherscan.io/token/0x3be6e7bF2cD8E1a0A95597E72ca6D3709bBeFF76",
- "status": "abandoned",
- "id": "0x3be6e7bF2cD8E1a0A95597E72ca6D3709bBeFF76"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3be6e7bF2cD8E1a0A95597E72ca6D3709bBeFF76/logo.png b/blockchains/ethereum/assets/0x3be6e7bF2cD8E1a0A95597E72ca6D3709bBeFF76/logo.png
deleted file mode 100644
index 78527790d896a..0000000000000
Binary files a/blockchains/ethereum/assets/0x3be6e7bF2cD8E1a0A95597E72ca6D3709bBeFF76/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3bf13d76a5d625Fc85486F73328926a64F226acC/info.json b/blockchains/ethereum/assets/0x3bf13d76a5d625Fc85486F73328926a64F226acC/info.json
deleted file mode 100644
index 5c5885b8e10ad..0000000000000
--- a/blockchains/ethereum/assets/0x3bf13d76a5d625Fc85486F73328926a64F226acC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short LINK-DAI v2",
- "symbol": "dsLINK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3bf13d76a5d625Fc85486F73328926a64F226acC",
- "status": "abandoned",
- "id": "0x3bf13d76a5d625Fc85486F73328926a64F226acC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3bf13d76a5d625Fc85486F73328926a64F226acC/logo.png b/blockchains/ethereum/assets/0x3bf13d76a5d625Fc85486F73328926a64F226acC/logo.png
deleted file mode 100644
index eb80921021426..0000000000000
Binary files a/blockchains/ethereum/assets/0x3bf13d76a5d625Fc85486F73328926a64F226acC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3c0C090679BaF2DCAFf6858417d117030E2aE952/info.json b/blockchains/ethereum/assets/0x3c0C090679BaF2DCAFf6858417d117030E2aE952/info.json
deleted file mode 100644
index 3242c24fc62d9..0000000000000
--- a/blockchains/ethereum/assets/0x3c0C090679BaF2DCAFf6858417d117030E2aE952/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Qurix",
- "symbol": "QRX",
- "type": "ERC20",
- "decimals": 1,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3c0C090679BaF2DCAFf6858417d117030E2aE952",
- "status": "abandoned",
- "id": "0x3c0C090679BaF2DCAFf6858417d117030E2aE952"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3c0C090679BaF2DCAFf6858417d117030E2aE952/logo.png b/blockchains/ethereum/assets/0x3c0C090679BaF2DCAFf6858417d117030E2aE952/logo.png
deleted file mode 100644
index 9f0aa7d40d5c6..0000000000000
Binary files a/blockchains/ethereum/assets/0x3c0C090679BaF2DCAFf6858417d117030E2aE952/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3c20d67b6B1aE0985F913aBb7397babc2fBb1A1F/info.json b/blockchains/ethereum/assets/0x3c20d67b6B1aE0985F913aBb7397babc2fBb1A1F/info.json
deleted file mode 100644
index b82c000694f5c..0000000000000
--- a/blockchains/ethereum/assets/0x3c20d67b6B1aE0985F913aBb7397babc2fBb1A1F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ICEDIUM",
- "symbol": "ICD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3c20d67b6B1aE0985F913aBb7397babc2fBb1A1F",
- "status": "abandoned",
- "id": "0x3c20d67b6B1aE0985F913aBb7397babc2fBb1A1F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3c20d67b6B1aE0985F913aBb7397babc2fBb1A1F/logo.png b/blockchains/ethereum/assets/0x3c20d67b6B1aE0985F913aBb7397babc2fBb1A1F/logo.png
deleted file mode 100755
index 014c31e4c14e2..0000000000000
Binary files a/blockchains/ethereum/assets/0x3c20d67b6B1aE0985F913aBb7397babc2fBb1A1F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3c4030839708a20fd2fb379cf11810dde4888d93/info.json b/blockchains/ethereum/assets/0x3c4030839708a20fd2fb379cf11810dde4888d93/info.json
deleted file mode 100644
index 266f55f642f84..0000000000000
--- a/blockchains/ethereum/assets/0x3c4030839708a20fd2fb379cf11810dde4888d93/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IMSWallet",
- "symbol": "IMS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://imswallet.co/",
- "explorer": "https://etherscan.io/token/0x3c4030839708a20fd2fb379cf11810dde4888d93",
- "status": "abandoned",
- "id": "0x3c4030839708a20fd2fb379cf11810dde4888d93"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3c4030839708a20fd2fb379cf11810dde4888d93/logo.png b/blockchains/ethereum/assets/0x3c4030839708a20fd2fb379cf11810dde4888d93/logo.png
deleted file mode 100644
index 4b7535abca46e..0000000000000
Binary files a/blockchains/ethereum/assets/0x3c4030839708a20fd2fb379cf11810dde4888d93/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3c4A48BeA9335f368e8f386bD1E49Eb85521f01B/info.json b/blockchains/ethereum/assets/0x3c4A48BeA9335f368e8f386bD1E49Eb85521f01B/info.json
deleted file mode 100644
index 8f486b018bd5d..0000000000000
--- a/blockchains/ethereum/assets/0x3c4A48BeA9335f368e8f386bD1E49Eb85521f01B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MindCaptial",
- "symbol": "MCP",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3c4A48BeA9335f368e8f386bD1E49Eb85521f01B",
- "status": "abandoned",
- "id": "0x3c4A48BeA9335f368e8f386bD1E49Eb85521f01B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3c4A48BeA9335f368e8f386bD1E49Eb85521f01B/logo.png b/blockchains/ethereum/assets/0x3c4A48BeA9335f368e8f386bD1E49Eb85521f01B/logo.png
deleted file mode 100644
index 1faee0059b404..0000000000000
Binary files a/blockchains/ethereum/assets/0x3c4A48BeA9335f368e8f386bD1E49Eb85521f01B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3c4a3ffd813a107febd57B2f01BC344264D90FdE/info.json b/blockchains/ethereum/assets/0x3c4a3ffd813a107febd57B2f01BC344264D90FdE/info.json
deleted file mode 100644
index 703e35ace0780..0000000000000
--- a/blockchains/ethereum/assets/0x3c4a3ffd813a107febd57B2f01BC344264D90FdE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EnergiToken",
- "symbol": "ETK",
- "type": "ERC20",
- "decimals": 2,
- "description": "EnergiToken rewards energy saving behaviour. Our blockchain solution will create a platform to reward energy efficient behaviour through EnergiToken.",
- "website": "https://energitoken.com/",
- "explorer": "https://etherscan.io/token/0x3c4a3ffd813a107febd57B2f01BC344264D90FdE",
- "status": "active",
- "id": "0x3c4a3ffd813a107febd57B2f01BC344264D90FdE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3c4a3ffd813a107febd57B2f01BC344264D90FdE/logo.png b/blockchains/ethereum/assets/0x3c4a3ffd813a107febd57B2f01BC344264D90FdE/logo.png
deleted file mode 100755
index 8e572f9c0e46c..0000000000000
Binary files a/blockchains/ethereum/assets/0x3c4a3ffd813a107febd57B2f01BC344264D90FdE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3c4bEa627039F0B7e7d21E34bB9C9FE962977518/info.json b/blockchains/ethereum/assets/0x3c4bEa627039F0B7e7d21E34bB9C9FE962977518/info.json
deleted file mode 100644
index ea4c305cbd4cd..0000000000000
--- a/blockchains/ethereum/assets/0x3c4bEa627039F0B7e7d21E34bB9C9FE962977518/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UCOT",
- "symbol": "UCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.ucot.world",
- "explorer": "https://etherscan.io/token/0x3c4bEa627039F0B7e7d21E34bB9C9FE962977518",
- "status": "abandoned",
- "id": "0x3c4bEa627039F0B7e7d21E34bB9C9FE962977518"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3c4bEa627039F0B7e7d21E34bB9C9FE962977518/logo.png b/blockchains/ethereum/assets/0x3c4bEa627039F0B7e7d21E34bB9C9FE962977518/logo.png
deleted file mode 100644
index 1834b60936b0f..0000000000000
Binary files a/blockchains/ethereum/assets/0x3c4bEa627039F0B7e7d21E34bB9C9FE962977518/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3c6Da7763cAA0e4b684BbC733f04a8EC08Af3762/info.json b/blockchains/ethereum/assets/0x3c6Da7763cAA0e4b684BbC733f04a8EC08Af3762/info.json
deleted file mode 100644
index 39a31a2d88110..0000000000000
--- a/blockchains/ethereum/assets/0x3c6Da7763cAA0e4b684BbC733f04a8EC08Af3762/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MODEL-X-coin",
- "symbol": "MODX",
- "type": "ERC20",
- "decimals": 8,
- "description": "MODEL-X-coin (MODX) is a cryptocurrency and operates on the Ethereum platform. ",
- "website": "https://model-x.net/",
- "explorer": "https://etherscan.io/token/0x3c6Da7763cAA0e4b684BbC733f04a8EC08Af3762",
- "status": "active",
- "id": "0x3c6Da7763cAA0e4b684BbC733f04a8EC08Af3762"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3c6Da7763cAA0e4b684BbC733f04a8EC08Af3762/logo.png b/blockchains/ethereum/assets/0x3c6Da7763cAA0e4b684BbC733f04a8EC08Af3762/logo.png
deleted file mode 100644
index ced7b0644abba..0000000000000
Binary files a/blockchains/ethereum/assets/0x3c6Da7763cAA0e4b684BbC733f04a8EC08Af3762/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3c75226555FC496168d48B88DF83B95F16771F37/info.json b/blockchains/ethereum/assets/0x3c75226555FC496168d48B88DF83B95F16771F37/info.json
deleted file mode 100644
index b51a684185b74..0000000000000
--- a/blockchains/ethereum/assets/0x3c75226555FC496168d48B88DF83B95F16771F37/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Droplex Token",
- "symbol": "DROP",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3c75226555FC496168d48B88DF83B95F16771F37",
- "status": "abandoned",
- "id": "0x3c75226555FC496168d48B88DF83B95F16771F37"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3c75226555FC496168d48B88DF83B95F16771F37/logo.png b/blockchains/ethereum/assets/0x3c75226555FC496168d48B88DF83B95F16771F37/logo.png
deleted file mode 100755
index 3cbd2aa22a6a1..0000000000000
Binary files a/blockchains/ethereum/assets/0x3c75226555FC496168d48B88DF83B95F16771F37/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3c961A0a2eC87247897A07e66d9d9967a317aBde/info.json b/blockchains/ethereum/assets/0x3c961A0a2eC87247897A07e66d9d9967a317aBde/info.json
deleted file mode 100644
index 3398de5a57431..0000000000000
--- a/blockchains/ethereum/assets/0x3c961A0a2eC87247897A07e66d9d9967a317aBde/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short KNC-DAI 3x v2",
- "symbol": "dsKNC3x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3c961A0a2eC87247897A07e66d9d9967a317aBde",
- "status": "abandoned",
- "id": "0x3c961A0a2eC87247897A07e66d9d9967a317aBde"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3c961A0a2eC87247897A07e66d9d9967a317aBde/logo.png b/blockchains/ethereum/assets/0x3c961A0a2eC87247897A07e66d9d9967a317aBde/logo.png
deleted file mode 100644
index 7693887820c73..0000000000000
Binary files a/blockchains/ethereum/assets/0x3c961A0a2eC87247897A07e66d9d9967a317aBde/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3c9d6c1C73b31c837832c72E04D3152f051fc1A9/info.json b/blockchains/ethereum/assets/0x3c9d6c1C73b31c837832c72E04D3152f051fc1A9/info.json
deleted file mode 100644
index 87d2acddf21c6..0000000000000
--- a/blockchains/ethereum/assets/0x3c9d6c1C73b31c837832c72E04D3152f051fc1A9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BoringDAO",
- "website": "https://www.boringdao.com/",
- "description": "BoringDAO is a decentralized asset bridge that uses tunnel mechanism to move tokens cross different chains.",
- "explorer": "https://etherscan.io/token/0x3c9d6c1C73b31c837832c72E04D3152f051fc1A9",
- "type": "ERC20",
- "symbol": "BOR",
- "decimals": 18,
- "id": "0x3c9d6c1C73b31c837832c72E04D3152f051fc1A9",
- "status": "active"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3c9d6c1C73b31c837832c72E04D3152f051fc1A9/logo.png b/blockchains/ethereum/assets/0x3c9d6c1C73b31c837832c72E04D3152f051fc1A9/logo.png
deleted file mode 100644
index fda5e058bd0e2..0000000000000
Binary files a/blockchains/ethereum/assets/0x3c9d6c1C73b31c837832c72E04D3152f051fc1A9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3cC5EB07E0e1227613F1DF58f38b549823d11cB9/info.json b/blockchains/ethereum/assets/0x3cC5EB07E0e1227613F1DF58f38b549823d11cB9/info.json
deleted file mode 100644
index 1df00084d0a5d..0000000000000
--- a/blockchains/ethereum/assets/0x3cC5EB07E0e1227613F1DF58f38b549823d11cB9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EthereumeRush",
- "symbol": "EER",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://erush.org/",
- "explorer": "https://etherscan.io/token/0x3cC5EB07E0e1227613F1DF58f38b549823d11cB9",
- "status": "abandoned",
- "id": "0x3cC5EB07E0e1227613F1DF58f38b549823d11cB9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3cC5EB07E0e1227613F1DF58f38b549823d11cB9/logo.png b/blockchains/ethereum/assets/0x3cC5EB07E0e1227613F1DF58f38b549823d11cB9/logo.png
deleted file mode 100644
index db3eac9aafea6..0000000000000
Binary files a/blockchains/ethereum/assets/0x3cC5EB07E0e1227613F1DF58f38b549823d11cB9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3d02381563B5a37930b4CFF1A369e2d29F19EFBf/info.json b/blockchains/ethereum/assets/0x3d02381563B5a37930b4CFF1A369e2d29F19EFBf/info.json
deleted file mode 100644
index 133474f19d207..0000000000000
--- a/blockchains/ethereum/assets/0x3d02381563B5a37930b4CFF1A369e2d29F19EFBf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SHRINK",
- "symbol": "SHRINK",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3d02381563B5a37930b4CFF1A369e2d29F19EFBf",
- "status": "abandoned",
- "id": "0x3d02381563B5a37930b4CFF1A369e2d29F19EFBf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3d02381563B5a37930b4CFF1A369e2d29F19EFBf/logo.png b/blockchains/ethereum/assets/0x3d02381563B5a37930b4CFF1A369e2d29F19EFBf/logo.png
deleted file mode 100644
index e456faf8b2bdb..0000000000000
Binary files a/blockchains/ethereum/assets/0x3d02381563B5a37930b4CFF1A369e2d29F19EFBf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3d03c451476E451FAD42Bd4b9462f3EeCa822986/info.json b/blockchains/ethereum/assets/0x3d03c451476E451FAD42Bd4b9462f3EeCa822986/info.json
deleted file mode 100644
index 59924b31a37de..0000000000000
--- a/blockchains/ethereum/assets/0x3d03c451476E451FAD42Bd4b9462f3EeCa822986/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-2/30M32",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3d03c451476E451FAD42Bd4b9462f3EeCa822986",
- "status": "abandoned",
- "id": "0x3d03c451476E451FAD42Bd4b9462f3EeCa822986"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3d03c451476E451FAD42Bd4b9462f3EeCa822986/logo.png b/blockchains/ethereum/assets/0x3d03c451476E451FAD42Bd4b9462f3EeCa822986/logo.png
deleted file mode 100644
index 742c8924222fd..0000000000000
Binary files a/blockchains/ethereum/assets/0x3d03c451476E451FAD42Bd4b9462f3EeCa822986/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3d166dd13dFdca66879bdd45dc224D07C8855CdB/info.json b/blockchains/ethereum/assets/0x3d166dd13dFdca66879bdd45dc224D07C8855CdB/info.json
deleted file mode 100644
index 28202aa5c5080..0000000000000
--- a/blockchains/ethereum/assets/0x3d166dd13dFdca66879bdd45dc224D07C8855CdB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CreaEther",
- "symbol": "CETH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3d166dd13dFdca66879bdd45dc224D07C8855CdB",
- "status": "abandoned",
- "id": "0x3d166dd13dFdca66879bdd45dc224D07C8855CdB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3d166dd13dFdca66879bdd45dc224D07C8855CdB/logo.png b/blockchains/ethereum/assets/0x3d166dd13dFdca66879bdd45dc224D07C8855CdB/logo.png
deleted file mode 100644
index 117473dabd910..0000000000000
Binary files a/blockchains/ethereum/assets/0x3d166dd13dFdca66879bdd45dc224D07C8855CdB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3d1BA9be9f66B8ee101911bC36D3fB562eaC2244/info.json b/blockchains/ethereum/assets/0x3d1BA9be9f66B8ee101911bC36D3fB562eaC2244/info.json
deleted file mode 100644
index e631f072a2901..0000000000000
--- a/blockchains/ethereum/assets/0x3d1BA9be9f66B8ee101911bC36D3fB562eaC2244/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RvT",
- "symbol": "RVT",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Decentralized & Mobile Cyber Security Token.",
- "website": "https://rivetz.com/",
- "explorer": "https://etherscan.io/token/0x3d1BA9be9f66B8ee101911bC36D3fB562eaC2244",
- "status": "active",
- "id": "0x3d1BA9be9f66B8ee101911bC36D3fB562eaC2244"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3d1BA9be9f66B8ee101911bC36D3fB562eaC2244/logo.png b/blockchains/ethereum/assets/0x3d1BA9be9f66B8ee101911bC36D3fB562eaC2244/logo.png
deleted file mode 100644
index e26052a73e0d3..0000000000000
Binary files a/blockchains/ethereum/assets/0x3d1BA9be9f66B8ee101911bC36D3fB562eaC2244/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3d438870DBeBCdD03C85Cf5beBA9ac562d7D6721/info.json b/blockchains/ethereum/assets/0x3d438870DBeBCdD03C85Cf5beBA9ac562d7D6721/info.json
deleted file mode 100644
index 0d5611bb360ed..0000000000000
--- a/blockchains/ethereum/assets/0x3d438870DBeBCdD03C85Cf5beBA9ac562d7D6721/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tps Network",
- "symbol": "TPS7",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3d438870DBeBCdD03C85Cf5beBA9ac562d7D6721",
- "status": "abandoned",
- "id": "0x3d438870DBeBCdD03C85Cf5beBA9ac562d7D6721"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3d438870DBeBCdD03C85Cf5beBA9ac562d7D6721/logo.png b/blockchains/ethereum/assets/0x3d438870DBeBCdD03C85Cf5beBA9ac562d7D6721/logo.png
deleted file mode 100644
index 504549c2c46e9..0000000000000
Binary files a/blockchains/ethereum/assets/0x3d438870DBeBCdD03C85Cf5beBA9ac562d7D6721/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3e370A6c8255b065bD42bc0AC9255b269CFcC172/info.json b/blockchains/ethereum/assets/0x3e370A6c8255b065bD42bc0AC9255b269CFcC172/info.json
deleted file mode 100644
index 293fd123e8cda..0000000000000
--- a/blockchains/ethereum/assets/0x3e370A6c8255b065bD42bc0AC9255b269CFcC172/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Unipot",
- "symbol": "UNI",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3e370A6c8255b065bD42bc0AC9255b269CFcC172",
- "status": "abandoned",
- "id": "0x3e370A6c8255b065bD42bc0AC9255b269CFcC172"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3e370A6c8255b065bD42bc0AC9255b269CFcC172/logo.png b/blockchains/ethereum/assets/0x3e370A6c8255b065bD42bc0AC9255b269CFcC172/logo.png
deleted file mode 100644
index a468125176d49..0000000000000
Binary files a/blockchains/ethereum/assets/0x3e370A6c8255b065bD42bc0AC9255b269CFcC172/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3e3CdA3218212503883C79F6D2FeEF29E6Bbb87d/info.json b/blockchains/ethereum/assets/0x3e3CdA3218212503883C79F6D2FeEF29E6Bbb87d/info.json
deleted file mode 100644
index 264652b83b4b7..0000000000000
--- a/blockchains/ethereum/assets/0x3e3CdA3218212503883C79F6D2FeEF29E6Bbb87d/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "GoldenPyrex",
- "website": "https://gpyx.money",
- "description": "GPYX is the native token of gpyx.money DeFi platform.",
- "explorer": "https://etherscan.io/token/0x3e3CdA3218212503883C79F6D2FeEF29E6Bbb87d",
- "type": "ERC20",
- "symbol": "GPYX",
- "decimals": 18,
- "status": "active",
- "id": "0x3e3CdA3218212503883C79F6D2FeEF29E6Bbb87d",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/gpyxmoney"
- },
- {
- "name": "whitepaper",
- "url": "https://gpyx.money/gpyxlitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3e3CdA3218212503883C79F6D2FeEF29E6Bbb87d/logo.png b/blockchains/ethereum/assets/0x3e3CdA3218212503883C79F6D2FeEF29E6Bbb87d/logo.png
deleted file mode 100644
index 000caa691d979..0000000000000
Binary files a/blockchains/ethereum/assets/0x3e3CdA3218212503883C79F6D2FeEF29E6Bbb87d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3e408d26C784cE8C015F78f2982E5950c5DD0125/info.json b/blockchains/ethereum/assets/0x3e408d26C784cE8C015F78f2982E5950c5DD0125/info.json
deleted file mode 100644
index e9101a8b22d8e..0000000000000
--- a/blockchains/ethereum/assets/0x3e408d26C784cE8C015F78f2982E5950c5DD0125/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FlingoCash",
- "symbol": "FLNGO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3e408d26C784cE8C015F78f2982E5950c5DD0125",
- "status": "abandoned",
- "id": "0x3e408d26C784cE8C015F78f2982E5950c5DD0125"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3e408d26C784cE8C015F78f2982E5950c5DD0125/logo.png b/blockchains/ethereum/assets/0x3e408d26C784cE8C015F78f2982E5950c5DD0125/logo.png
deleted file mode 100755
index 8bd1ec9fa029a..0000000000000
Binary files a/blockchains/ethereum/assets/0x3e408d26C784cE8C015F78f2982E5950c5DD0125/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3e51f4bd9F99122944c48E856F0C3aD6fEF33f6b/info.json b/blockchains/ethereum/assets/0x3e51f4bd9F99122944c48E856F0C3aD6fEF33f6b/info.json
deleted file mode 100644
index 9b1de08ef9890..0000000000000
--- a/blockchains/ethereum/assets/0x3e51f4bd9F99122944c48E856F0C3aD6fEF33f6b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 137-CN35",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3e51f4bd9F99122944c48E856F0C3aD6fEF33f6b",
- "status": "abandoned",
- "id": "0x3e51f4bd9F99122944c48E856F0C3aD6fEF33f6b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3e51f4bd9F99122944c48E856F0C3aD6fEF33f6b/logo.png b/blockchains/ethereum/assets/0x3e51f4bd9F99122944c48E856F0C3aD6fEF33f6b/logo.png
deleted file mode 100644
index 4ba0c61f0444a..0000000000000
Binary files a/blockchains/ethereum/assets/0x3e51f4bd9F99122944c48E856F0C3aD6fEF33f6b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3e65E1eeFdE5Ea7ccfC9a9a1634AbE90f32262f8/info.json b/blockchains/ethereum/assets/0x3e65E1eeFdE5Ea7ccfC9a9a1634AbE90f32262f8/info.json
deleted file mode 100644
index d7b9b095d4a34..0000000000000
--- a/blockchains/ethereum/assets/0x3e65E1eeFdE5Ea7ccfC9a9a1634AbE90f32262f8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BaaSid",
- "symbol": "BAAS",
- "type": "ERC20",
- "decimals": 18,
- "description": "BaaSid (BAAS) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.baasid.com/#token",
- "explorer": "https://etherscan.io/token/0x3e65E1eeFdE5Ea7ccfC9a9a1634AbE90f32262f8",
- "status": "active",
- "id": "0x3e65E1eeFdE5Ea7ccfC9a9a1634AbE90f32262f8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3e65E1eeFdE5Ea7ccfC9a9a1634AbE90f32262f8/logo.png b/blockchains/ethereum/assets/0x3e65E1eeFdE5Ea7ccfC9a9a1634AbE90f32262f8/logo.png
deleted file mode 100644
index 0a7cb1f077d65..0000000000000
Binary files a/blockchains/ethereum/assets/0x3e65E1eeFdE5Ea7ccfC9a9a1634AbE90f32262f8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3e85B55ff8BfC4EBFD0244Fe5b8eEc13655e9580/info.json b/blockchains/ethereum/assets/0x3e85B55ff8BfC4EBFD0244Fe5b8eEc13655e9580/info.json
deleted file mode 100644
index 62b24ff53b374..0000000000000
--- a/blockchains/ethereum/assets/0x3e85B55ff8BfC4EBFD0244Fe5b8eEc13655e9580/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BEDCOIN",
- "symbol": "BEDCOIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3e85B55ff8BfC4EBFD0244Fe5b8eEc13655e9580",
- "status": "abandoned",
- "id": "0x3e85B55ff8BfC4EBFD0244Fe5b8eEc13655e9580"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3e85B55ff8BfC4EBFD0244Fe5b8eEc13655e9580/logo.png b/blockchains/ethereum/assets/0x3e85B55ff8BfC4EBFD0244Fe5b8eEc13655e9580/logo.png
deleted file mode 100644
index 69b39af295fc6..0000000000000
Binary files a/blockchains/ethereum/assets/0x3e85B55ff8BfC4EBFD0244Fe5b8eEc13655e9580/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3e8b1a3A33BBe00825d6A5E4FA4295Fc70dcaA98/info.json b/blockchains/ethereum/assets/0x3e8b1a3A33BBe00825d6A5E4FA4295Fc70dcaA98/info.json
deleted file mode 100644
index b748658436166..0000000000000
--- a/blockchains/ethereum/assets/0x3e8b1a3A33BBe00825d6A5E4FA4295Fc70dcaA98/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dignity",
- "symbol": "DIG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3e8b1a3A33BBe00825d6A5E4FA4295Fc70dcaA98",
- "status": "abandoned",
- "id": "0x3e8b1a3A33BBe00825d6A5E4FA4295Fc70dcaA98"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3e8b1a3A33BBe00825d6A5E4FA4295Fc70dcaA98/logo.png b/blockchains/ethereum/assets/0x3e8b1a3A33BBe00825d6A5E4FA4295Fc70dcaA98/logo.png
deleted file mode 100755
index ca0b294cf96de..0000000000000
Binary files a/blockchains/ethereum/assets/0x3e8b1a3A33BBe00825d6A5E4FA4295Fc70dcaA98/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3ecB040c48e8ba51ec03ed750bBD22D6653C3846/info.json b/blockchains/ethereum/assets/0x3ecB040c48e8ba51ec03ed750bBD22D6653C3846/info.json
deleted file mode 100644
index a1930a0af080b..0000000000000
--- a/blockchains/ethereum/assets/0x3ecB040c48e8ba51ec03ed750bBD22D6653C3846/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R887047",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3ecB040c48e8ba51ec03ed750bBD22D6653C3846",
- "status": "abandoned",
- "id": "0x3ecB040c48e8ba51ec03ed750bBD22D6653C3846"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3ecB040c48e8ba51ec03ed750bBD22D6653C3846/logo.png b/blockchains/ethereum/assets/0x3ecB040c48e8ba51ec03ed750bBD22D6653C3846/logo.png
deleted file mode 100644
index 9dfb315788f28..0000000000000
Binary files a/blockchains/ethereum/assets/0x3ecB040c48e8ba51ec03ed750bBD22D6653C3846/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3ee3c43cd9Ba0AbC4EF763b9070b5D29f5AE1E15/info.json b/blockchains/ethereum/assets/0x3ee3c43cd9Ba0AbC4EF763b9070b5D29f5AE1E15/info.json
deleted file mode 100644
index aafdf384a0464..0000000000000
--- a/blockchains/ethereum/assets/0x3ee3c43cd9Ba0AbC4EF763b9070b5D29f5AE1E15/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TradeMyCoin",
- "symbol": "TRADEMY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3ee3c43cd9Ba0AbC4EF763b9070b5D29f5AE1E15",
- "status": "abandoned",
- "id": "0x3ee3c43cd9Ba0AbC4EF763b9070b5D29f5AE1E15"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3ee3c43cd9Ba0AbC4EF763b9070b5D29f5AE1E15/logo.png b/blockchains/ethereum/assets/0x3ee3c43cd9Ba0AbC4EF763b9070b5D29f5AE1E15/logo.png
deleted file mode 100755
index 4a00bc55de29f..0000000000000
Binary files a/blockchains/ethereum/assets/0x3ee3c43cd9Ba0AbC4EF763b9070b5D29f5AE1E15/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3f5DF2F90DF67E10974fBcB1729c00D3f87c0EB4/info.json b/blockchains/ethereum/assets/0x3f5DF2F90DF67E10974fBcB1729c00D3f87c0EB4/info.json
deleted file mode 100644
index de39af07c5293..0000000000000
--- a/blockchains/ethereum/assets/0x3f5DF2F90DF67E10974fBcB1729c00D3f87c0EB4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ShinCoin",
- "type": "ERC20",
- "symbol": "SCOIN",
- "decimals": 6,
- "website": "https://www.shincoin.io",
- "description": "The next-gen luxury asset staking",
- "explorer": "https://etherscan.io/token/0x3f5df2f90df67e10974fbcb1729c00d3f87c0eb4",
- "status": "active",
- "id": "0x3f5DF2F90DF67E10974fBcB1729c00D3f87c0EB4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3f5DF2F90DF67E10974fBcB1729c00D3f87c0EB4/logo.png b/blockchains/ethereum/assets/0x3f5DF2F90DF67E10974fBcB1729c00D3f87c0EB4/logo.png
deleted file mode 100644
index 46f8f69a8af5f..0000000000000
Binary files a/blockchains/ethereum/assets/0x3f5DF2F90DF67E10974fBcB1729c00D3f87c0EB4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea/info.json b/blockchains/ethereum/assets/0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea/info.json
deleted file mode 100644
index 1a2a77db9cac2..0000000000000
--- a/blockchains/ethereum/assets/0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pomp",
- "website": "https://pomp.finance",
- "description": "Pomp - collaborative hedge fund",
- "explorer": "https://etherscan.io/token/0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea",
- "type": "ERC20",
- "symbol": "POMP",
- "decimals": 18,
- "status": "active",
- "id": "0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea/logo.png b/blockchains/ethereum/assets/0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea/logo.png
deleted file mode 100644
index fa1645c16b39f..0000000000000
Binary files a/blockchains/ethereum/assets/0x3f7D27c41fdCD1Afc660F64290d314e08ea576Ea/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3fE2eF1DFb1595195768627d16751D552586dce8/info.json b/blockchains/ethereum/assets/0x3fE2eF1DFb1595195768627d16751D552586dce8/info.json
deleted file mode 100644
index 32d365835805b..0000000000000
--- a/blockchains/ethereum/assets/0x3fE2eF1DFb1595195768627d16751D552586dce8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Opta Token",
- "symbol": "OPA",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3fE2eF1DFb1595195768627d16751D552586dce8",
- "status": "abandoned",
- "id": "0x3fE2eF1DFb1595195768627d16751D552586dce8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3fE2eF1DFb1595195768627d16751D552586dce8/logo.png b/blockchains/ethereum/assets/0x3fE2eF1DFb1595195768627d16751D552586dce8/logo.png
deleted file mode 100644
index 85d8b9e2ba2b4..0000000000000
Binary files a/blockchains/ethereum/assets/0x3fE2eF1DFb1595195768627d16751D552586dce8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3fF9CeBbeAA7Bcc48a952a011A02a22a1FDd1C62/info.json b/blockchains/ethereum/assets/0x3fF9CeBbeAA7Bcc48a952a011A02a22a1FDd1C62/info.json
deleted file mode 100644
index 3f89495475803..0000000000000
--- a/blockchains/ethereum/assets/0x3fF9CeBbeAA7Bcc48a952a011A02a22a1FDd1C62/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ORDER",
- "symbol": "OR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3fF9CeBbeAA7Bcc48a952a011A02a22a1FDd1C62",
- "status": "abandoned",
- "id": "0x3fF9CeBbeAA7Bcc48a952a011A02a22a1FDd1C62"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3fF9CeBbeAA7Bcc48a952a011A02a22a1FDd1C62/logo.png b/blockchains/ethereum/assets/0x3fF9CeBbeAA7Bcc48a952a011A02a22a1FDd1C62/logo.png
deleted file mode 100644
index 7054d2e662031..0000000000000
Binary files a/blockchains/ethereum/assets/0x3fF9CeBbeAA7Bcc48a952a011A02a22a1FDd1C62/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x3fc507101C2CF3C2E7153b7bd6F27Ad2200E1721/info.json b/blockchains/ethereum/assets/0x3fc507101C2CF3C2E7153b7bd6F27Ad2200E1721/info.json
deleted file mode 100644
index 1296f23e86582..0000000000000
--- a/blockchains/ethereum/assets/0x3fc507101C2CF3C2E7153b7bd6F27Ad2200E1721/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Untitled",
- "symbol": "VOID",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x3fc507101C2CF3C2E7153b7bd6F27Ad2200E1721",
- "status": "abandoned",
- "id": "0x3fc507101C2CF3C2E7153b7bd6F27Ad2200E1721"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x3fc507101C2CF3C2E7153b7bd6F27Ad2200E1721/logo.png b/blockchains/ethereum/assets/0x3fc507101C2CF3C2E7153b7bd6F27Ad2200E1721/logo.png
deleted file mode 100644
index dd6fe16212ac0..0000000000000
Binary files a/blockchains/ethereum/assets/0x3fc507101C2CF3C2E7153b7bd6F27Ad2200E1721/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x400323C9a1A9AA08680B22140838121d38416B99/info.json b/blockchains/ethereum/assets/0x400323C9a1A9AA08680B22140838121d38416B99/info.json
deleted file mode 100644
index cffc21193c38c..0000000000000
--- a/blockchains/ethereum/assets/0x400323C9a1A9AA08680B22140838121d38416B99/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sava Coin",
- "symbol": "SCA",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x400323C9a1A9AA08680B22140838121d38416B99",
- "status": "abandoned",
- "id": "0x400323C9a1A9AA08680B22140838121d38416B99"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x400323C9a1A9AA08680B22140838121d38416B99/logo.png b/blockchains/ethereum/assets/0x400323C9a1A9AA08680B22140838121d38416B99/logo.png
deleted file mode 100644
index d959960696313..0000000000000
Binary files a/blockchains/ethereum/assets/0x400323C9a1A9AA08680B22140838121d38416B99/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x40395044Ac3c0C57051906dA938B54BD6557F212/info.json b/blockchains/ethereum/assets/0x40395044Ac3c0C57051906dA938B54BD6557F212/info.json
deleted file mode 100644
index 5a566a2504a90..0000000000000
--- a/blockchains/ethereum/assets/0x40395044Ac3c0C57051906dA938B54BD6557F212/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MobileGo Token",
- "symbol": "MGO",
- "type": "ERC20",
- "decimals": 8,
- "description": "MobileGo (MGO), a cryptocurrency that offers in-game rewards. Its ultimate goal is to 'make games available to everyone",
- "website": "https://mobilego.io/",
- "explorer": "https://etherscan.io/token/0x40395044Ac3c0C57051906dA938B54BD6557F212",
- "status": "active",
- "id": "0x40395044Ac3c0C57051906dA938B54BD6557F212"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x40395044Ac3c0C57051906dA938B54BD6557F212/logo.png b/blockchains/ethereum/assets/0x40395044Ac3c0C57051906dA938B54BD6557F212/logo.png
deleted file mode 100644
index d26e2afcf20ee..0000000000000
Binary files a/blockchains/ethereum/assets/0x40395044Ac3c0C57051906dA938B54BD6557F212/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x403fc67bC995aee4DaE6F5461788c94C977282b5/info.json b/blockchains/ethereum/assets/0x403fc67bC995aee4DaE6F5461788c94C977282b5/info.json
deleted file mode 100644
index 9c9c6c716276a..0000000000000
--- a/blockchains/ethereum/assets/0x403fc67bC995aee4DaE6F5461788c94C977282b5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "POP Missions B",
- "symbol": "POPB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x403fc67bC995aee4DaE6F5461788c94C977282b5",
- "status": "abandoned",
- "id": "0x403fc67bC995aee4DaE6F5461788c94C977282b5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x403fc67bC995aee4DaE6F5461788c94C977282b5/logo.png b/blockchains/ethereum/assets/0x403fc67bC995aee4DaE6F5461788c94C977282b5/logo.png
deleted file mode 100644
index ba317e6353b67..0000000000000
Binary files a/blockchains/ethereum/assets/0x403fc67bC995aee4DaE6F5461788c94C977282b5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x40428FDD5588197C15DD00B22fe9b9A48afeEb23/info.json b/blockchains/ethereum/assets/0x40428FDD5588197C15DD00B22fe9b9A48afeEb23/info.json
deleted file mode 100644
index 24f27e37f3586..0000000000000
--- a/blockchains/ethereum/assets/0x40428FDD5588197C15DD00B22fe9b9A48afeEb23/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cotrace",
- "website": "https://cotrace.org",
- "description": "Cotrace is COVID contact tracing, decentralized",
- "explorer": "https://etherscan.io/token/0x40428FDD5588197C15DD00B22fe9b9A48afeEb23",
- "type": "ERC20",
- "symbol": "COTR",
- "decimals": 18,
- "status": "active",
- "id": "0x40428FDD5588197C15DD00B22fe9b9A48afeEb23"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x40428FDD5588197C15DD00B22fe9b9A48afeEb23/logo.png b/blockchains/ethereum/assets/0x40428FDD5588197C15DD00B22fe9b9A48afeEb23/logo.png
deleted file mode 100644
index 12b0a0ddc1ba4..0000000000000
Binary files a/blockchains/ethereum/assets/0x40428FDD5588197C15DD00B22fe9b9A48afeEb23/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4049B0A25d780898648e8b175D7c104EA8959210/info.json b/blockchains/ethereum/assets/0x4049B0A25d780898648e8b175D7c104EA8959210/info.json
deleted file mode 100644
index abb4fa8c9de18..0000000000000
--- a/blockchains/ethereum/assets/0x4049B0A25d780898648e8b175D7c104EA8959210/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Basic Token",
- "symbol": "BAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4049B0A25d780898648e8b175D7c104EA8959210",
- "status": "abandoned",
- "id": "0x4049B0A25d780898648e8b175D7c104EA8959210"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4049B0A25d780898648e8b175D7c104EA8959210/logo.png b/blockchains/ethereum/assets/0x4049B0A25d780898648e8b175D7c104EA8959210/logo.png
deleted file mode 100644
index 9dcf642c1537b..0000000000000
Binary files a/blockchains/ethereum/assets/0x4049B0A25d780898648e8b175D7c104EA8959210/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4050103D244e3E320250f559f7F0484E5193bf76/info.json b/blockchains/ethereum/assets/0x4050103D244e3E320250f559f7F0484E5193bf76/info.json
deleted file mode 100644
index 22949462a7e98..0000000000000
--- a/blockchains/ethereum/assets/0x4050103D244e3E320250f559f7F0484E5193bf76/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BITSIFU COIN",
- "symbol": "BSF",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4050103D244e3E320250f559f7F0484E5193bf76",
- "status": "abandoned",
- "id": "0x4050103D244e3E320250f559f7F0484E5193bf76"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4050103D244e3E320250f559f7F0484E5193bf76/logo.png b/blockchains/ethereum/assets/0x4050103D244e3E320250f559f7F0484E5193bf76/logo.png
deleted file mode 100755
index cf4e2a889b40e..0000000000000
Binary files a/blockchains/ethereum/assets/0x4050103D244e3E320250f559f7F0484E5193bf76/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x405F242c397C428d5ecd2454Db7233Dd745Bf8F9/info.json b/blockchains/ethereum/assets/0x405F242c397C428d5ecd2454Db7233Dd745Bf8F9/info.json
deleted file mode 100644
index f3d319b0d26ea..0000000000000
--- a/blockchains/ethereum/assets/0x405F242c397C428d5ecd2454Db7233Dd745Bf8F9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ICO Review",
- "symbol": "ICRT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x405F242c397C428d5ecd2454Db7233Dd745Bf8F9",
- "status": "abandoned",
- "id": "0x405F242c397C428d5ecd2454Db7233Dd745Bf8F9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x405F242c397C428d5ecd2454Db7233Dd745Bf8F9/logo.png b/blockchains/ethereum/assets/0x405F242c397C428d5ecd2454Db7233Dd745Bf8F9/logo.png
deleted file mode 100644
index e2912cad952b9..0000000000000
Binary files a/blockchains/ethereum/assets/0x405F242c397C428d5ecd2454Db7233Dd745Bf8F9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x406ab55C0bAB2D4a3361f87F251211c3090d80Bc/info.json b/blockchains/ethereum/assets/0x406ab55C0bAB2D4a3361f87F251211c3090d80Bc/info.json
deleted file mode 100644
index 2678c38bd528a..0000000000000
--- a/blockchains/ethereum/assets/0x406ab55C0bAB2D4a3361f87F251211c3090d80Bc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EasyCoinDigitalFreedom",
- "symbol": "ECDF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.easycoindf.com/",
- "explorer": "https://etherscan.io/token/0x406ab55C0bAB2D4a3361f87F251211c3090d80Bc",
- "status": "abandoned",
- "id": "0x406ab55C0bAB2D4a3361f87F251211c3090d80Bc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x406ab55C0bAB2D4a3361f87F251211c3090d80Bc/logo.png b/blockchains/ethereum/assets/0x406ab55C0bAB2D4a3361f87F251211c3090d80Bc/logo.png
deleted file mode 100644
index 6e3fca6945363..0000000000000
Binary files a/blockchains/ethereum/assets/0x406ab55C0bAB2D4a3361f87F251211c3090d80Bc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x407b419144822E236D960e87E3c58C64fEB715B8/info.json b/blockchains/ethereum/assets/0x407b419144822E236D960e87E3c58C64fEB715B8/info.json
deleted file mode 100644
index 6ea26a657815d..0000000000000
--- a/blockchains/ethereum/assets/0x407b419144822E236D960e87E3c58C64fEB715B8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Platin Token",
- "symbol": "PTNX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x407b419144822E236D960e87E3c58C64fEB715B8",
- "status": "abandoned",
- "id": "0x407b419144822E236D960e87E3c58C64fEB715B8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x407b419144822E236D960e87E3c58C64fEB715B8/logo.png b/blockchains/ethereum/assets/0x407b419144822E236D960e87E3c58C64fEB715B8/logo.png
deleted file mode 100644
index bcd7eb1a51c75..0000000000000
Binary files a/blockchains/ethereum/assets/0x407b419144822E236D960e87E3c58C64fEB715B8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4086692D53262b2Be0b13909D804F0491FF6Ec3e/info.json b/blockchains/ethereum/assets/0x4086692D53262b2Be0b13909D804F0491FF6Ec3e/info.json
deleted file mode 100644
index b5e46c02f0265..0000000000000
--- a/blockchains/ethereum/assets/0x4086692D53262b2Be0b13909D804F0491FF6Ec3e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YFKA",
- "website": "https://burnthestate.com/",
- "description": "Yield Farming Known as Ash",
- "explorer": "https://etherscan.io/token/0x4086692D53262b2Be0b13909D804F0491FF6Ec3e",
- "type": "ERC20",
- "symbol": "YFKA",
- "decimals": 18,
- "status": "active",
- "id": "0x4086692D53262b2Be0b13909D804F0491FF6Ec3e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4086692D53262b2Be0b13909D804F0491FF6Ec3e/logo.png b/blockchains/ethereum/assets/0x4086692D53262b2Be0b13909D804F0491FF6Ec3e/logo.png
deleted file mode 100644
index 49fe99a8ffdf1..0000000000000
Binary files a/blockchains/ethereum/assets/0x4086692D53262b2Be0b13909D804F0491FF6Ec3e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x40880F4AdA231774dA97fe719A0c45992376BB98/info.json b/blockchains/ethereum/assets/0x40880F4AdA231774dA97fe719A0c45992376BB98/info.json
deleted file mode 100644
index 5cd838ce480c0..0000000000000
--- a/blockchains/ethereum/assets/0x40880F4AdA231774dA97fe719A0c45992376BB98/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Allurum",
- "symbol": "CSC-AL",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x40880F4AdA231774dA97fe719A0c45992376BB98",
- "status": "abandoned",
- "id": "0x40880F4AdA231774dA97fe719A0c45992376BB98"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x40880F4AdA231774dA97fe719A0c45992376BB98/logo.png b/blockchains/ethereum/assets/0x40880F4AdA231774dA97fe719A0c45992376BB98/logo.png
deleted file mode 100755
index ebc9348e45b7a..0000000000000
Binary files a/blockchains/ethereum/assets/0x40880F4AdA231774dA97fe719A0c45992376BB98/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x408e41876cCCDC0F92210600ef50372656052a38/info.json b/blockchains/ethereum/assets/0x408e41876cCCDC0F92210600ef50372656052a38/info.json
deleted file mode 100644
index 99921efdeb053..0000000000000
--- a/blockchains/ethereum/assets/0x408e41876cCCDC0F92210600ef50372656052a38/info.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "name": "Ren",
- "website": "https://renproject.io/",
- "description": "Ren is an open protocol meant to enable the permissionless and private transfer of value between any blockchain.",
- "explorer": "https://etherscan.io/token/0x408e41876cCCDC0F92210600ef50372656052a38",
- "type": "ERC20",
- "symbol": "REN",
- "decimals": 18,
- "status": "active",
- "id": "0x408e41876cCCDC0F92210600ef50372656052a38",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/renproject"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/renprotocol"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/RenProject"
- },
- {
- "name": "blog",
- "url": "https://medium.com/renproject"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/RenProject/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/renproject"
- },
- {
- "name": "whitepaper",
- "url": "https://renproject.io/litepaper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/republic-protocol/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x408e41876cCCDC0F92210600ef50372656052a38/logo.png b/blockchains/ethereum/assets/0x408e41876cCCDC0F92210600ef50372656052a38/logo.png
deleted file mode 100644
index 8a5543ceefa01..0000000000000
Binary files a/blockchains/ethereum/assets/0x408e41876cCCDC0F92210600ef50372656052a38/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4092678e4E78230F46A1534C0fbc8fA39780892B/info.json b/blockchains/ethereum/assets/0x4092678e4E78230F46A1534C0fbc8fA39780892B/info.json
deleted file mode 100644
index e762c9238d315..0000000000000
--- a/blockchains/ethereum/assets/0x4092678e4E78230F46A1534C0fbc8fA39780892B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OCoin",
- "symbol": "OCN",
- "type": "ERC20",
- "decimals": 18,
- "description": "Odyssey (OCN) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "http://www.ocnex.net",
- "explorer": "https://etherscan.io/token/0x4092678e4E78230F46A1534C0fbc8fA39780892B",
- "status": "active",
- "id": "0x4092678e4E78230F46A1534C0fbc8fA39780892B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4092678e4E78230F46A1534C0fbc8fA39780892B/logo.png b/blockchains/ethereum/assets/0x4092678e4E78230F46A1534C0fbc8fA39780892B/logo.png
deleted file mode 100644
index b4a20c7fd1a35..0000000000000
Binary files a/blockchains/ethereum/assets/0x4092678e4E78230F46A1534C0fbc8fA39780892B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x409291B89bF887C927bBc2682ee81489170083Ef/info.json b/blockchains/ethereum/assets/0x409291B89bF887C927bBc2682ee81489170083Ef/info.json
deleted file mode 100644
index cbcdd2bbf8d44..0000000000000
--- a/blockchains/ethereum/assets/0x409291B89bF887C927bBc2682ee81489170083Ef/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C483458",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x409291B89bF887C927bBc2682ee81489170083Ef",
- "status": "abandoned",
- "id": "0x409291B89bF887C927bBc2682ee81489170083Ef"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x409291B89bF887C927bBc2682ee81489170083Ef/logo.png b/blockchains/ethereum/assets/0x409291B89bF887C927bBc2682ee81489170083Ef/logo.png
deleted file mode 100644
index e7f2ae6222dda..0000000000000
Binary files a/blockchains/ethereum/assets/0x409291B89bF887C927bBc2682ee81489170083Ef/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4097C2d9BD5eECCBA7E35E0887469fa5C8B366De/info.json b/blockchains/ethereum/assets/0x4097C2d9BD5eECCBA7E35E0887469fa5C8B366De/info.json
deleted file mode 100644
index 350e494ffc3c2..0000000000000
--- a/blockchains/ethereum/assets/0x4097C2d9BD5eECCBA7E35E0887469fa5C8B366De/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Guide Coin",
- "symbol": "GDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4097C2d9BD5eECCBA7E35E0887469fa5C8B366De",
- "status": "abandoned",
- "id": "0x4097C2d9BD5eECCBA7E35E0887469fa5C8B366De"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4097C2d9BD5eECCBA7E35E0887469fa5C8B366De/logo.png b/blockchains/ethereum/assets/0x4097C2d9BD5eECCBA7E35E0887469fa5C8B366De/logo.png
deleted file mode 100644
index 836aa8bcc3d8d..0000000000000
Binary files a/blockchains/ethereum/assets/0x4097C2d9BD5eECCBA7E35E0887469fa5C8B366De/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x40AdFc7c23c22Cc06f94F199a4750D7196F46fbe/info.json b/blockchains/ethereum/assets/0x40AdFc7c23c22Cc06f94F199a4750D7196F46fbe/info.json
deleted file mode 100644
index 1958a4f4a78fb..0000000000000
--- a/blockchains/ethereum/assets/0x40AdFc7c23c22Cc06f94F199a4750D7196F46fbe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coinchase Token",
- "symbol": "CCH",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x40AdFc7c23c22Cc06f94F199a4750D7196F46fbe",
- "status": "abandoned",
- "id": "0x40AdFc7c23c22Cc06f94F199a4750D7196F46fbe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x40AdFc7c23c22Cc06f94F199a4750D7196F46fbe/logo.png b/blockchains/ethereum/assets/0x40AdFc7c23c22Cc06f94F199a4750D7196F46fbe/logo.png
deleted file mode 100644
index 048f462fd900e..0000000000000
Binary files a/blockchains/ethereum/assets/0x40AdFc7c23c22Cc06f94F199a4750D7196F46fbe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x40DA2788FB49ebd0a6DcE38c83BAF71BC1ED2699/info.json b/blockchains/ethereum/assets/0x40DA2788FB49ebd0a6DcE38c83BAF71BC1ED2699/info.json
deleted file mode 100644
index 38ce1c7fb824b..0000000000000
--- a/blockchains/ethereum/assets/0x40DA2788FB49ebd0a6DcE38c83BAF71BC1ED2699/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GeekChain Token",
- "symbol": "GEEK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x40DA2788FB49ebd0a6DcE38c83BAF71BC1ED2699",
- "status": "abandoned",
- "id": "0x40DA2788FB49ebd0a6DcE38c83BAF71BC1ED2699"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x40DA2788FB49ebd0a6DcE38c83BAF71BC1ED2699/logo.png b/blockchains/ethereum/assets/0x40DA2788FB49ebd0a6DcE38c83BAF71BC1ED2699/logo.png
deleted file mode 100644
index 3d628c7249974..0000000000000
Binary files a/blockchains/ethereum/assets/0x40DA2788FB49ebd0a6DcE38c83BAF71BC1ED2699/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x40E6131E32E7A86E072d80D12ecb94d7e3d09fa1/info.json b/blockchains/ethereum/assets/0x40E6131E32E7A86E072d80D12ecb94d7e3d09fa1/info.json
deleted file mode 100644
index 88a4adcf0769e..0000000000000
--- a/blockchains/ethereum/assets/0x40E6131E32E7A86E072d80D12ecb94d7e3d09fa1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AITBot Token ",
- "symbol": "AITBOT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x40E6131E32E7A86E072d80D12ecb94d7e3d09fa1",
- "status": "abandoned",
- "id": "0x40E6131E32E7A86E072d80D12ecb94d7e3d09fa1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x40E6131E32E7A86E072d80D12ecb94d7e3d09fa1/logo.png b/blockchains/ethereum/assets/0x40E6131E32E7A86E072d80D12ecb94d7e3d09fa1/logo.png
deleted file mode 100644
index b43c4a55968eb..0000000000000
Binary files a/blockchains/ethereum/assets/0x40E6131E32E7A86E072d80D12ecb94d7e3d09fa1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x40FD72257597aA14C7231A7B1aaa29Fce868F677/info.json b/blockchains/ethereum/assets/0x40FD72257597aA14C7231A7B1aaa29Fce868F677/info.json
deleted file mode 100644
index 4e1b6efebdf08..0000000000000
--- a/blockchains/ethereum/assets/0x40FD72257597aA14C7231A7B1aaa29Fce868F677/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "SORA",
- "website": "https://sora.org",
- "description": "Sora is a decentralized autonomous economic system, where users vote on how to mint new units of the XOR token through a democratic referendum process. The goal is to create a decentralized, yet rational world economic system.",
- "explorer": "https://etherscan.io/token/0x40FD72257597aA14C7231A7B1aaa29Fce868F677",
- "type": "ERC20",
- "symbol": "XOR",
- "decimals": 18,
- "status": "active",
- "id": "0x40FD72257597aA14C7231A7B1aaa29Fce868F677",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Sora"
- },
- {
- "name": "telegram",
- "url": "https://t.me/sora_xor"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/SORA"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x40FD72257597aA14C7231A7B1aaa29Fce868F677/logo.png b/blockchains/ethereum/assets/0x40FD72257597aA14C7231A7B1aaa29Fce868F677/logo.png
deleted file mode 100644
index 74c4cf014dca2..0000000000000
Binary files a/blockchains/ethereum/assets/0x40FD72257597aA14C7231A7B1aaa29Fce868F677/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x40aEea2e6c280E41cb88eC05673ba6C027C9c30c/info.json b/blockchains/ethereum/assets/0x40aEea2e6c280E41cb88eC05673ba6C027C9c30c/info.json
deleted file mode 100644
index 411302d48f83d..0000000000000
--- a/blockchains/ethereum/assets/0x40aEea2e6c280E41cb88eC05673ba6C027C9c30c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Xhuman",
- "symbol": "XHUMAN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x40aEea2e6c280E41cb88eC05673ba6C027C9c30c",
- "status": "abandoned",
- "id": "0x40aEea2e6c280E41cb88eC05673ba6C027C9c30c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x40aEea2e6c280E41cb88eC05673ba6C027C9c30c/logo.png b/blockchains/ethereum/assets/0x40aEea2e6c280E41cb88eC05673ba6C027C9c30c/logo.png
deleted file mode 100644
index cabd05c07314d..0000000000000
Binary files a/blockchains/ethereum/assets/0x40aEea2e6c280E41cb88eC05673ba6C027C9c30c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x40c6f861A08F97dfBC3C0931485bFf4921975a56/info.json b/blockchains/ethereum/assets/0x40c6f861A08F97dfBC3C0931485bFf4921975a56/info.json
deleted file mode 100644
index 87e2a97c8f68b..0000000000000
--- a/blockchains/ethereum/assets/0x40c6f861A08F97dfBC3C0931485bFf4921975a56/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HGH Token",
- "symbol": "HGH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://myhghproducts.com/hgh-token/",
- "explorer": "https://etherscan.io/token/0x40c6f861A08F97dfBC3C0931485bFf4921975a56",
- "status": "abandoned",
- "id": "0x40c6f861A08F97dfBC3C0931485bFf4921975a56"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x40c6f861A08F97dfBC3C0931485bFf4921975a56/logo.png b/blockchains/ethereum/assets/0x40c6f861A08F97dfBC3C0931485bFf4921975a56/logo.png
deleted file mode 100644
index 580ed23ad20d6..0000000000000
Binary files a/blockchains/ethereum/assets/0x40c6f861A08F97dfBC3C0931485bFf4921975a56/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x40d52577830E01aAEfa80659aA90ee8B34685F4e/info.json b/blockchains/ethereum/assets/0x40d52577830E01aAEfa80659aA90ee8B34685F4e/info.json
deleted file mode 100644
index d4c0ff4db67f0..0000000000000
--- a/blockchains/ethereum/assets/0x40d52577830E01aAEfa80659aA90ee8B34685F4e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bilaxy Token",
- "symbol": "BIA",
- "type": "ERC20",
- "decimals": 18,
- "description": "Blockchain asset exchange, providing real time and safe trading.",
- "website": "https://bilaxy.com",
- "explorer": "https://etherscan.io/token/0x40d52577830E01aAEfa80659aA90ee8B34685F4e",
- "status": "active",
- "id": "0x40d52577830E01aAEfa80659aA90ee8B34685F4e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x40d52577830E01aAEfa80659aA90ee8B34685F4e/logo.png b/blockchains/ethereum/assets/0x40d52577830E01aAEfa80659aA90ee8B34685F4e/logo.png
deleted file mode 100644
index 771c1478cbc59..0000000000000
Binary files a/blockchains/ethereum/assets/0x40d52577830E01aAEfa80659aA90ee8B34685F4e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4119876899a9B7D92ECF9DFB9479962499DD5B48/info.json b/blockchains/ethereum/assets/0x4119876899a9B7D92ECF9DFB9479962499DD5B48/info.json
deleted file mode 100644
index 5db3dcb561719..0000000000000
--- a/blockchains/ethereum/assets/0x4119876899a9B7D92ECF9DFB9479962499DD5B48/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ROAKRAK",
- "symbol": "ROK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4119876899a9B7D92ECF9DFB9479962499DD5B48",
- "status": "abandoned",
- "id": "0x4119876899a9B7D92ECF9DFB9479962499DD5B48"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4119876899a9B7D92ECF9DFB9479962499DD5B48/logo.png b/blockchains/ethereum/assets/0x4119876899a9B7D92ECF9DFB9479962499DD5B48/logo.png
deleted file mode 100644
index 6a9694355ed44..0000000000000
Binary files a/blockchains/ethereum/assets/0x4119876899a9B7D92ECF9DFB9479962499DD5B48/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x411A81C8Cd604941be13dBBD33B54e6f25d84683/info.json b/blockchains/ethereum/assets/0x411A81C8Cd604941be13dBBD33B54e6f25d84683/info.json
deleted file mode 100644
index 97c8082ea4317..0000000000000
--- a/blockchains/ethereum/assets/0x411A81C8Cd604941be13dBBD33B54e6f25d84683/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Letsfair",
- "symbol": "LTF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x411A81C8Cd604941be13dBBD33B54e6f25d84683",
- "status": "abandoned",
- "id": "0x411A81C8Cd604941be13dBBD33B54e6f25d84683"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x411A81C8Cd604941be13dBBD33B54e6f25d84683/logo.png b/blockchains/ethereum/assets/0x411A81C8Cd604941be13dBBD33B54e6f25d84683/logo.png
deleted file mode 100644
index 7ae5daa97d64d..0000000000000
Binary files a/blockchains/ethereum/assets/0x411A81C8Cd604941be13dBBD33B54e6f25d84683/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4123a133ae3c521FD134D7b13A2dEC35b56c2463/info.json b/blockchains/ethereum/assets/0x4123a133ae3c521FD134D7b13A2dEC35b56c2463/info.json
deleted file mode 100644
index 9274bd6ef4585..0000000000000
--- a/blockchains/ethereum/assets/0x4123a133ae3c521FD134D7b13A2dEC35b56c2463/info.json
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "name": "Qredo",
- "type": "ERC20",
- "symbol": "QRDO",
- "decimals": 8,
- "website": "https://qredo.com/",
- "description": "Qredo is a blockchain infrastructure that delivers interoperability, fast settlement, and decentralized custody.",
- "explorer": "https://etherscan.io/token/0x4123a133ae3c521fd134d7b13a2dec35b56c2463",
- "status": "active",
- "id": "0x4123a133ae3c521FD134D7b13A2dEC35b56c2463",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/QredoNetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/QredoNetwork"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/qredoannouncements"
- },
- {
- "name": "whitepaper",
- "url": "https://qredo.com/qredo-white-paper"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/qredonetwork"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/qredo"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/qredo/"
- },
- {
- "name": "blog",
- "url": "https://qredo.com/media-center"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/bgVPvf6"
- },
- {
- "name": "docs",
- "url": "https://support.qredo.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4123a133ae3c521FD134D7b13A2dEC35b56c2463/logo.png b/blockchains/ethereum/assets/0x4123a133ae3c521FD134D7b13A2dEC35b56c2463/logo.png
deleted file mode 100644
index fac9b363cfd8b..0000000000000
Binary files a/blockchains/ethereum/assets/0x4123a133ae3c521FD134D7b13A2dEC35b56c2463/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4129D3b7a6A2c5C997774077aC02bDafd1AF1d6a/info.json b/blockchains/ethereum/assets/0x4129D3b7a6A2c5C997774077aC02bDafd1AF1d6a/info.json
deleted file mode 100644
index f13dcb4b3d592..0000000000000
--- a/blockchains/ethereum/assets/0x4129D3b7a6A2c5C997774077aC02bDafd1AF1d6a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ladder Network",
- "symbol": "LAD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://laddernetwork.io/",
- "explorer": "https://etherscan.io/token/0x4129D3b7a6A2c5C997774077aC02bDafd1AF1d6a",
- "status": "abandoned",
- "id": "0x4129D3b7a6A2c5C997774077aC02bDafd1AF1d6a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4129D3b7a6A2c5C997774077aC02bDafd1AF1d6a/logo.png b/blockchains/ethereum/assets/0x4129D3b7a6A2c5C997774077aC02bDafd1AF1d6a/logo.png
deleted file mode 100644
index 44889a91ff909..0000000000000
Binary files a/blockchains/ethereum/assets/0x4129D3b7a6A2c5C997774077aC02bDafd1AF1d6a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4136dD480327e24E0908D829e03B08559e7D9B8D/info.json b/blockchains/ethereum/assets/0x4136dD480327e24E0908D829e03B08559e7D9B8D/info.json
deleted file mode 100644
index 03e205bbdd58c..0000000000000
--- a/blockchains/ethereum/assets/0x4136dD480327e24E0908D829e03B08559e7D9B8D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pirate Token",
- "symbol": "PRTKN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4136dD480327e24E0908D829e03B08559e7D9B8D",
- "status": "abandoned",
- "id": "0x4136dD480327e24E0908D829e03B08559e7D9B8D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4136dD480327e24E0908D829e03B08559e7D9B8D/logo.png b/blockchains/ethereum/assets/0x4136dD480327e24E0908D829e03B08559e7D9B8D/logo.png
deleted file mode 100644
index f8821e5676331..0000000000000
Binary files a/blockchains/ethereum/assets/0x4136dD480327e24E0908D829e03B08559e7D9B8D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x41385664aAd657990000004D3906d1572A6bb4c6/info.json b/blockchains/ethereum/assets/0x41385664aAd657990000004D3906d1572A6bb4c6/info.json
deleted file mode 100644
index fe203d7c457b4..0000000000000
--- a/blockchains/ethereum/assets/0x41385664aAd657990000004D3906d1572A6bb4c6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AmigoCoin",
- "symbol": "AMGC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x41385664aAd657990000004D3906d1572A6bb4c6",
- "status": "abandoned",
- "id": "0x41385664aAd657990000004D3906d1572A6bb4c6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x41385664aAd657990000004D3906d1572A6bb4c6/logo.png b/blockchains/ethereum/assets/0x41385664aAd657990000004D3906d1572A6bb4c6/logo.png
deleted file mode 100755
index 679748960eaff..0000000000000
Binary files a/blockchains/ethereum/assets/0x41385664aAd657990000004D3906d1572A6bb4c6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x41545f8b9472D758bB669ed8EaEEEcD7a9C4Ec29/info.json b/blockchains/ethereum/assets/0x41545f8b9472D758bB669ed8EaEEEcD7a9C4Ec29/info.json
deleted file mode 100644
index 8e60a1037f1d8..0000000000000
--- a/blockchains/ethereum/assets/0x41545f8b9472D758bB669ed8EaEEEcD7a9C4Ec29/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Forta",
- "website": "https://forta.org/",
- "description": "Forta is a real-time detection network for security & operational monitoring of blockchain activity. As a decentralized monitoring network, Forta detects threats and anomalies on Defi, NFT, governance, bridges and other Web3 systems in real-time.",
- "explorer": "https://etherscan.io/token/0x41545f8b9472d758bb669ed8eaeeecd7a9c4ec29",
- "type": "ERC20",
- "symbol": "FORT",
- "decimals": 18,
- "status": "active",
- "id": "0x41545f8b9472D758bB669ed8EaEEEcD7a9C4Ec29",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/FortaNetwork"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/forta/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/forta/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x41545f8b9472D758bB669ed8EaEEEcD7a9C4Ec29/logo.png b/blockchains/ethereum/assets/0x41545f8b9472D758bB669ed8EaEEEcD7a9C4Ec29/logo.png
deleted file mode 100644
index 5a0cdf513c2a3..0000000000000
Binary files a/blockchains/ethereum/assets/0x41545f8b9472D758bB669ed8EaEEEcD7a9C4Ec29/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4156D3342D5c385a87D264F90653733592000581/info.json b/blockchains/ethereum/assets/0x4156D3342D5c385a87D264F90653733592000581/info.json
deleted file mode 100644
index 90136129a6942..0000000000000
--- a/blockchains/ethereum/assets/0x4156D3342D5c385a87D264F90653733592000581/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Salt",
- "symbol": "SALT",
- "type": "ERC20",
- "decimals": 8,
- "description": "The SALT platform is meant to facilitate getting a loan, where the company holds your cryptocoins as collateral while you don't pay back the loan.",
- "website": "https://www.saltlending.com/",
- "explorer": "https://etherscan.io/token/0x4156D3342D5c385a87D264F90653733592000581",
- "status": "active",
- "id": "0x4156D3342D5c385a87D264F90653733592000581"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4156D3342D5c385a87D264F90653733592000581/logo.png b/blockchains/ethereum/assets/0x4156D3342D5c385a87D264F90653733592000581/logo.png
deleted file mode 100644
index 6f946313b9f34..0000000000000
Binary files a/blockchains/ethereum/assets/0x4156D3342D5c385a87D264F90653733592000581/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4161725D019690a3E0de50f6bE67b07a86A9fAe1/info.json b/blockchains/ethereum/assets/0x4161725D019690a3E0de50f6bE67b07a86A9fAe1/info.json
deleted file mode 100644
index b4415ecdcc0a7..0000000000000
--- a/blockchains/ethereum/assets/0x4161725D019690a3E0de50f6bE67b07a86A9fAe1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TokenPocket Token",
- "symbol": "TPT",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4161725D019690a3E0de50f6bE67b07a86A9fAe1",
- "status": "abandoned",
- "id": "0x4161725D019690a3E0de50f6bE67b07a86A9fAe1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4161725D019690a3E0de50f6bE67b07a86A9fAe1/logo.png b/blockchains/ethereum/assets/0x4161725D019690a3E0de50f6bE67b07a86A9fAe1/logo.png
deleted file mode 100644
index c26be447a1d57..0000000000000
Binary files a/blockchains/ethereum/assets/0x4161725D019690a3E0de50f6bE67b07a86A9fAe1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4162178B78D6985480A308B2190EE5517460406D/info.json b/blockchains/ethereum/assets/0x4162178B78D6985480A308B2190EE5517460406D/info.json
deleted file mode 100644
index 8bb0333418d33..0000000000000
--- a/blockchains/ethereum/assets/0x4162178B78D6985480A308B2190EE5517460406D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Colu Local Network",
- "symbol": "CLN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4162178B78D6985480A308B2190EE5517460406D",
- "status": "abandoned",
- "id": "0x4162178B78D6985480A308B2190EE5517460406D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4162178B78D6985480A308B2190EE5517460406D/logo.png b/blockchains/ethereum/assets/0x4162178B78D6985480A308B2190EE5517460406D/logo.png
deleted file mode 100644
index ee294bab6113c..0000000000000
Binary files a/blockchains/ethereum/assets/0x4162178B78D6985480A308B2190EE5517460406D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4164e5b047842Ad7dFf18fc6A6e63a1e40610f46/info.json b/blockchains/ethereum/assets/0x4164e5b047842Ad7dFf18fc6A6e63a1e40610f46/info.json
deleted file mode 100644
index e1b50407f7c39..0000000000000
--- a/blockchains/ethereum/assets/0x4164e5b047842Ad7dFf18fc6A6e63a1e40610f46/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Strike STRK",
- "symbol": "sSTRK",
- "type": "ERC20",
- "decimals": 18,
- "description": "Strike Finance collateral cryptocurrency",
- "explorer": "https://etherscan.io/token/0x4164e5b047842Ad7dFf18fc6A6e63a1e40610f46",
- "status": "active",
- "id": "0x4164e5b047842Ad7dFf18fc6A6e63a1e40610f46",
- "website": "https://strike.org"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4164e5b047842Ad7dFf18fc6A6e63a1e40610f46/logo.png b/blockchains/ethereum/assets/0x4164e5b047842Ad7dFf18fc6A6e63a1e40610f46/logo.png
deleted file mode 100644
index 14caa4ad7d3e3..0000000000000
Binary files a/blockchains/ethereum/assets/0x4164e5b047842Ad7dFf18fc6A6e63a1e40610f46/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4185cf99745B2a20727B37EE798193DD4a56cDfa/info.json b/blockchains/ethereum/assets/0x4185cf99745B2a20727B37EE798193DD4a56cDfa/info.json
deleted file mode 100644
index 85d4b748df4f7..0000000000000
--- a/blockchains/ethereum/assets/0x4185cf99745B2a20727B37EE798193DD4a56cDfa/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "wCOINBASE-IOU",
- "type": "ERC20",
- "symbol": "wCOINBASE-IOU",
- "decimals": 18,
- "website": "https://deus.finance/",
- "description": "DEUS GOES COINBASE. From our next system update, you will be able to buy Coinbase Futures on DEUS Swap!",
- "explorer": "https://etherscan.io/token/0x4185cf99745B2a20727B37EE798193DD4a56cDfa",
- "status": "active",
- "id": "0x4185cf99745B2a20727B37EE798193DD4a56cDfa",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/deusfinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/DeusDao"
- },
- {
- "name": "telegram",
- "url": "https://t.me/deusfinance"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@deusfinance"
- },
- {
- "name": "whitepaper",
- "url": "https://lafayettetabor.medium.com/deus-goes-coinbase-1d69f51e1b55"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4185cf99745B2a20727B37EE798193DD4a56cDfa/logo.png b/blockchains/ethereum/assets/0x4185cf99745B2a20727B37EE798193DD4a56cDfa/logo.png
deleted file mode 100644
index 95eff5cc1b2d9..0000000000000
Binary files a/blockchains/ethereum/assets/0x4185cf99745B2a20727B37EE798193DD4a56cDfa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x41875C2332B0877cDFAA699B641402b7D4642c32/info.json b/blockchains/ethereum/assets/0x41875C2332B0877cDFAA699B641402b7D4642c32/info.json
deleted file mode 100644
index 6807de4fa3156..0000000000000
--- a/blockchains/ethereum/assets/0x41875C2332B0877cDFAA699B641402b7D4642c32/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FUTURAX",
- "symbol": "FTXT",
- "type": "ERC20",
- "decimals": 8,
- "description": "FUTURAX is project of cryptocurrencies exchanger platform, we foucused to build modern Crypto Market with many feature and benefit to Trader.",
- "website": "https://www.futurax.global/",
- "explorer": "https://etherscan.io/token/0x41875C2332B0877cDFAA699B641402b7D4642c32",
- "status": "active",
- "id": "0x41875C2332B0877cDFAA699B641402b7D4642c32"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x41875C2332B0877cDFAA699B641402b7D4642c32/logo.png b/blockchains/ethereum/assets/0x41875C2332B0877cDFAA699B641402b7D4642c32/logo.png
deleted file mode 100644
index d24e40a60d926..0000000000000
Binary files a/blockchains/ethereum/assets/0x41875C2332B0877cDFAA699B641402b7D4642c32/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x418D75f65a02b3D53B2418FB8E1fe493759c7605/info.json b/blockchains/ethereum/assets/0x418D75f65a02b3D53B2418FB8E1fe493759c7605/info.json
deleted file mode 100644
index c47422846bcfa..0000000000000
--- a/blockchains/ethereum/assets/0x418D75f65a02b3D53B2418FB8E1fe493759c7605/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Binance Coin (Portal)",
- "type": "ERC20",
- "symbol": "BNB",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.binance.com/",
- "explorer": "https://etherscan.io/token/0x418D75f65a02b3D53B2418FB8E1fe493759c7605",
- "status": "active",
- "id": "0x418D75f65a02b3D53B2418FB8E1fe493759c7605",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x418D75f65a02b3D53B2418FB8E1fe493759c7605/logo.png b/blockchains/ethereum/assets/0x418D75f65a02b3D53B2418FB8E1fe493759c7605/logo.png
deleted file mode 100644
index 24a702d4390f2..0000000000000
Binary files a/blockchains/ethereum/assets/0x418D75f65a02b3D53B2418FB8E1fe493759c7605/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4199bF8b1bA4c825E1d6d206A78fa71daEB2B0d7/info.json b/blockchains/ethereum/assets/0x4199bF8b1bA4c825E1d6d206A78fa71daEB2B0d7/info.json
deleted file mode 100644
index 34492ea934129..0000000000000
--- a/blockchains/ethereum/assets/0x4199bF8b1bA4c825E1d6d206A78fa71daEB2B0d7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YOEXS COM",
- "symbol": "YOE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4199bF8b1bA4c825E1d6d206A78fa71daEB2B0d7",
- "status": "abandoned",
- "id": "0x4199bF8b1bA4c825E1d6d206A78fa71daEB2B0d7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4199bF8b1bA4c825E1d6d206A78fa71daEB2B0d7/logo.png b/blockchains/ethereum/assets/0x4199bF8b1bA4c825E1d6d206A78fa71daEB2B0d7/logo.png
deleted file mode 100644
index 8368f2feee12b..0000000000000
Binary files a/blockchains/ethereum/assets/0x4199bF8b1bA4c825E1d6d206A78fa71daEB2B0d7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x419B8ED155180A8c9C64145e76DaD49c0A4Efb97/info.json b/blockchains/ethereum/assets/0x419B8ED155180A8c9C64145e76DaD49c0A4Efb97/info.json
deleted file mode 100644
index 80c0290822c94..0000000000000
--- a/blockchains/ethereum/assets/0x419B8ED155180A8c9C64145e76DaD49c0A4Efb97/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AltEstate token",
- "symbol": "\"\"",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://alt.estate",
- "explorer": "https://etherscan.io/token/0x419B8ED155180A8c9C64145e76DaD49c0A4Efb97",
- "status": "active",
- "id": "0x419B8ED155180A8c9C64145e76DaD49c0A4Efb97"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x419B8ED155180A8c9C64145e76DaD49c0A4Efb97/logo.png b/blockchains/ethereum/assets/0x419B8ED155180A8c9C64145e76DaD49c0A4Efb97/logo.png
deleted file mode 100644
index 8d8ae084fa961..0000000000000
Binary files a/blockchains/ethereum/assets/0x419B8ED155180A8c9C64145e76DaD49c0A4Efb97/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x419D0d8BdD9aF5e606Ae2232ed285Aff190E711b/info.json b/blockchains/ethereum/assets/0x419D0d8BdD9aF5e606Ae2232ed285Aff190E711b/info.json
deleted file mode 100644
index c7f8ae6433ecf..0000000000000
--- a/blockchains/ethereum/assets/0x419D0d8BdD9aF5e606Ae2232ed285Aff190E711b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FunFair",
- "website": "https://funfair.io",
- "description": "Envisioning the decentralization of the concept behind casinos, FunFair harnesses peer-to-peer technology in combination with cryptography.",
- "explorer": "https://etherscan.io/token/0x419D0d8BdD9aF5e606Ae2232ed285Aff190E711b",
- "type": "ERC20",
- "symbol": "FUN",
- "decimals": 8,
- "status": "active",
- "id": "0x419D0d8BdD9aF5e606Ae2232ed285Aff190E711b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x419D0d8BdD9aF5e606Ae2232ed285Aff190E711b/logo.png b/blockchains/ethereum/assets/0x419D0d8BdD9aF5e606Ae2232ed285Aff190E711b/logo.png
deleted file mode 100755
index cda2128ddd34e..0000000000000
Binary files a/blockchains/ethereum/assets/0x419D0d8BdD9aF5e606Ae2232ed285Aff190E711b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x419c4dB4B9e25d6Db2AD9691ccb832C8D9fDA05E/info.json b/blockchains/ethereum/assets/0x419c4dB4B9e25d6Db2AD9691ccb832C8D9fDA05E/info.json
deleted file mode 100644
index feac8c870b520..0000000000000
--- a/blockchains/ethereum/assets/0x419c4dB4B9e25d6Db2AD9691ccb832C8D9fDA05E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dragon",
- "symbol": "DRGN",
- "type": "ERC20",
- "decimals": 18,
- "description": "Dragonchain is a hybrid blockchain platform, where sensitive business logic and smart contract functionality is held by the owner. Its cryptocurrency is denoted by the symbol DGRN.",
- "website": "https://dragonchain.com/",
- "explorer": "https://etherscan.io/token/0x419c4dB4B9e25d6Db2AD9691ccb832C8D9fDA05E",
- "status": "active",
- "id": "0x419c4dB4B9e25d6Db2AD9691ccb832C8D9fDA05E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x419c4dB4B9e25d6Db2AD9691ccb832C8D9fDA05E/logo.png b/blockchains/ethereum/assets/0x419c4dB4B9e25d6Db2AD9691ccb832C8D9fDA05E/logo.png
deleted file mode 100755
index cf0c2e7bf9741..0000000000000
Binary files a/blockchains/ethereum/assets/0x419c4dB4B9e25d6Db2AD9691ccb832C8D9fDA05E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x41A3Dba3D677E573636BA691a70ff2D606c29666/info.json b/blockchains/ethereum/assets/0x41A3Dba3D677E573636BA691a70ff2D606c29666/info.json
deleted file mode 100644
index 69387022c8cb3..0000000000000
--- a/blockchains/ethereum/assets/0x41A3Dba3D677E573636BA691a70ff2D606c29666/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GoBlank",
- "website": "https://www.goblank.io",
- "description": "Blank is the most private, non-custodial Ethereum browser wallet.",
- "explorer": "https://etherscan.io/token/0x41a3dba3d677e573636ba691a70ff2d606c29666",
- "type": "ERC20",
- "symbol": "BLANK",
- "decimals": 18,
- "status": "active",
- "id": "0x41A3Dba3D677E573636BA691a70ff2D606c29666"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x41A3Dba3D677E573636BA691a70ff2D606c29666/logo.png b/blockchains/ethereum/assets/0x41A3Dba3D677E573636BA691a70ff2D606c29666/logo.png
deleted file mode 100644
index 7f98f2ed3dfd7..0000000000000
Binary files a/blockchains/ethereum/assets/0x41A3Dba3D677E573636BA691a70ff2D606c29666/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x41AB1b6fcbB2fA9DCEd81aCbdeC13Ea6315F2Bf2/info.json b/blockchains/ethereum/assets/0x41AB1b6fcbB2fA9DCEd81aCbdeC13Ea6315F2Bf2/info.json
deleted file mode 100644
index 6ee6fff8e8ed1..0000000000000
--- a/blockchains/ethereum/assets/0x41AB1b6fcbB2fA9DCEd81aCbdeC13Ea6315F2Bf2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XinFin XDCE",
- "symbol": "XDCE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://xinfin.io",
- "explorer": "https://etherscan.io/token/0x41AB1b6fcbB2fA9DCEd81aCbdeC13Ea6315F2Bf2",
- "status": "abandoned",
- "id": "0x41AB1b6fcbB2fA9DCEd81aCbdeC13Ea6315F2Bf2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x41AB1b6fcbB2fA9DCEd81aCbdeC13Ea6315F2Bf2/logo.png b/blockchains/ethereum/assets/0x41AB1b6fcbB2fA9DCEd81aCbdeC13Ea6315F2Bf2/logo.png
deleted file mode 100644
index a2cf0644957c9..0000000000000
Binary files a/blockchains/ethereum/assets/0x41AB1b6fcbB2fA9DCEd81aCbdeC13Ea6315F2Bf2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x41Ab75435668919Bb507F871dd01E9762C2D173a/info.json b/blockchains/ethereum/assets/0x41Ab75435668919Bb507F871dd01E9762C2D173a/info.json
deleted file mode 100644
index 238998652c4b6..0000000000000
--- a/blockchains/ethereum/assets/0x41Ab75435668919Bb507F871dd01E9762C2D173a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XChain Token",
- "symbol": "NXCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.nxct.io/",
- "explorer": "https://etherscan.io/token/0x41Ab75435668919Bb507F871dd01E9762C2D173a",
- "status": "abandoned",
- "id": "0x41Ab75435668919Bb507F871dd01E9762C2D173a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x41Ab75435668919Bb507F871dd01E9762C2D173a/logo.png b/blockchains/ethereum/assets/0x41Ab75435668919Bb507F871dd01E9762C2D173a/logo.png
deleted file mode 100644
index 49ac6957db751..0000000000000
Binary files a/blockchains/ethereum/assets/0x41Ab75435668919Bb507F871dd01E9762C2D173a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x41BbEDd7286dAab5910a1f15d12CBda839852BD7/info.json b/blockchains/ethereum/assets/0x41BbEDd7286dAab5910a1f15d12CBda839852BD7/info.json
deleted file mode 100644
index a899842cc6032..0000000000000
--- a/blockchains/ethereum/assets/0x41BbEDd7286dAab5910a1f15d12CBda839852BD7/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "mMSFT Token",
- "website": "https://mirror.finance",
- "description": "Wrapped Mirror MSFT Token.",
- "explorer": "https://etherscan.io/token/0x41BbEDd7286dAab5910a1f15d12CBda839852BD7",
- "type": "ERC20",
- "symbol": "mMSFT",
- "decimals": 18,
- "status": "active",
- "id": "0x41BbEDd7286dAab5910a1f15d12CBda839852BD7",
- "tags": [
- "wrapped"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MirrorProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mirror_protocol"
- },
- {
- "name": "discord",
- "url": "https://discord.com/MirrorProtocol"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@mirror-protocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x41BbEDd7286dAab5910a1f15d12CBda839852BD7/logo.png b/blockchains/ethereum/assets/0x41BbEDd7286dAab5910a1f15d12CBda839852BD7/logo.png
deleted file mode 100644
index d64e63aa92330..0000000000000
Binary files a/blockchains/ethereum/assets/0x41BbEDd7286dAab5910a1f15d12CBda839852BD7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x41D5D79431A913C4aE7d69a668ecdfE5fF9DFB68/info.json b/blockchains/ethereum/assets/0x41D5D79431A913C4aE7d69a668ecdfE5fF9DFB68/info.json
deleted file mode 100644
index 014568a1961a9..0000000000000
--- a/blockchains/ethereum/assets/0x41D5D79431A913C4aE7d69a668ecdfE5fF9DFB68/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Inverse Finance",
- "symbol": "INV",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x41D5D79431A913C4aE7d69a668ecdfE5fF9DFB68"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x41D5D79431A913C4aE7d69a668ecdfE5fF9DFB68/logo.png b/blockchains/ethereum/assets/0x41D5D79431A913C4aE7d69a668ecdfE5fF9DFB68/logo.png
deleted file mode 100644
index 79e57fd1861f0..0000000000000
Binary files a/blockchains/ethereum/assets/0x41D5D79431A913C4aE7d69a668ecdfE5fF9DFB68/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x41a25A522cD89372895c126FcA4733B998f4ADE5/info.json b/blockchains/ethereum/assets/0x41a25A522cD89372895c126FcA4733B998f4ADE5/info.json
deleted file mode 100644
index 38d03e678c877..0000000000000
--- a/blockchains/ethereum/assets/0x41a25A522cD89372895c126FcA4733B998f4ADE5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg9000",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x41a25A522cD89372895c126FcA4733B998f4ADE5",
- "status": "abandoned",
- "id": "0x41a25A522cD89372895c126FcA4733B998f4ADE5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x41a25A522cD89372895c126FcA4733B998f4ADE5/logo.png b/blockchains/ethereum/assets/0x41a25A522cD89372895c126FcA4733B998f4ADE5/logo.png
deleted file mode 100644
index 38656127c9e76..0000000000000
Binary files a/blockchains/ethereum/assets/0x41a25A522cD89372895c126FcA4733B998f4ADE5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x41ad4093349C8A60DE591A3C37dcd184558EaAe3/info.json b/blockchains/ethereum/assets/0x41ad4093349C8A60DE591A3C37dcd184558EaAe3/info.json
deleted file mode 100644
index 9c832e22312e1..0000000000000
--- a/blockchains/ethereum/assets/0x41ad4093349C8A60DE591A3C37dcd184558EaAe3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoin&Company Network",
- "symbol": "BITN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.bitcoincompany.it/",
- "explorer": "https://etherscan.io/token/0x41ad4093349C8A60DE591A3C37dcd184558EaAe3",
- "status": "abandoned",
- "id": "0x41ad4093349C8A60DE591A3C37dcd184558EaAe3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x41ad4093349C8A60DE591A3C37dcd184558EaAe3/logo.png b/blockchains/ethereum/assets/0x41ad4093349C8A60DE591A3C37dcd184558EaAe3/logo.png
deleted file mode 100644
index 8dcab50d2fc0f..0000000000000
Binary files a/blockchains/ethereum/assets/0x41ad4093349C8A60DE591A3C37dcd184558EaAe3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x41c0d6a6e1B7932Db04aDC900BEd73b4ce59F231/info.json b/blockchains/ethereum/assets/0x41c0d6a6e1B7932Db04aDC900BEd73b4ce59F231/info.json
deleted file mode 100644
index 0723ed778f4d5..0000000000000
--- a/blockchains/ethereum/assets/0x41c0d6a6e1B7932Db04aDC900BEd73b4ce59F231/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Keepis",
- "symbol": "KEPIS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x41c0d6a6e1B7932Db04aDC900BEd73b4ce59F231",
- "status": "abandoned",
- "id": "0x41c0d6a6e1B7932Db04aDC900BEd73b4ce59F231"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x41c0d6a6e1B7932Db04aDC900BEd73b4ce59F231/logo.png b/blockchains/ethereum/assets/0x41c0d6a6e1B7932Db04aDC900BEd73b4ce59F231/logo.png
deleted file mode 100644
index b4643b66ddf3c..0000000000000
Binary files a/blockchains/ethereum/assets/0x41c0d6a6e1B7932Db04aDC900BEd73b4ce59F231/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x41c63BF8Fe81709aa6C4795EaB85E41fD067BF26/info.json b/blockchains/ethereum/assets/0x41c63BF8Fe81709aa6C4795EaB85E41fD067BF26/info.json
deleted file mode 100644
index 9145f7219664f..0000000000000
--- a/blockchains/ethereum/assets/0x41c63BF8Fe81709aa6C4795EaB85E41fD067BF26/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PGcoin",
- "symbol": "PGC",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x41c63BF8Fe81709aa6C4795EaB85E41fD067BF26",
- "status": "abandoned",
- "id": "0x41c63BF8Fe81709aa6C4795EaB85E41fD067BF26"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x41c63BF8Fe81709aa6C4795EaB85E41fD067BF26/logo.png b/blockchains/ethereum/assets/0x41c63BF8Fe81709aa6C4795EaB85E41fD067BF26/logo.png
deleted file mode 100644
index 2dcd3466ef47d..0000000000000
Binary files a/blockchains/ethereum/assets/0x41c63BF8Fe81709aa6C4795EaB85E41fD067BF26/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x41dBECc1cdC5517C6f76f6a6E836aDbEe2754DE3/info.json b/blockchains/ethereum/assets/0x41dBECc1cdC5517C6f76f6a6E836aDbEe2754DE3/info.json
deleted file mode 100644
index 53d3a41f152be..0000000000000
--- a/blockchains/ethereum/assets/0x41dBECc1cdC5517C6f76f6a6E836aDbEe2754DE3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MedToken",
- "symbol": "MTN",
- "type": "ERC20",
- "decimals": 18,
- "description": "Medicalchain uses blockchain technology to securely manage health records for a collaborative, smart approach to healthcare.",
- "website": "https://medicalchain.com/en/",
- "explorer": "https://etherscan.io/token/0x41dBECc1cdC5517C6f76f6a6E836aDbEe2754DE3",
- "status": "active",
- "id": "0x41dBECc1cdC5517C6f76f6a6E836aDbEe2754DE3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x41dBECc1cdC5517C6f76f6a6E836aDbEe2754DE3/logo.png b/blockchains/ethereum/assets/0x41dBECc1cdC5517C6f76f6a6E836aDbEe2754DE3/logo.png
deleted file mode 100755
index f5a4695c7346b..0000000000000
Binary files a/blockchains/ethereum/assets/0x41dBECc1cdC5517C6f76f6a6E836aDbEe2754DE3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x41e5560054824eA6B0732E656E3Ad64E20e94E45/info.json b/blockchains/ethereum/assets/0x41e5560054824eA6B0732E656E3Ad64E20e94E45/info.json
deleted file mode 100644
index baeb0e67bf867..0000000000000
--- a/blockchains/ethereum/assets/0x41e5560054824eA6B0732E656E3Ad64E20e94E45/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Civic",
- "website": "https://civic.com",
- "description": "Civic is an identity management service that allows one to protect and authorize the use of their identity in real-time.",
- "explorer": "https://etherscan.io/token/0x41e5560054824eA6B0732E656E3Ad64E20e94E45",
- "type": "ERC20",
- "symbol": "CVC",
- "decimals": 8,
- "status": "active",
- "id": "0x41e5560054824eA6B0732E656E3Ad64E20e94E45"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x41e5560054824eA6B0732E656E3Ad64E20e94E45/logo.png b/blockchains/ethereum/assets/0x41e5560054824eA6B0732E656E3Ad64E20e94E45/logo.png
deleted file mode 100644
index 8304fa05fea60..0000000000000
Binary files a/blockchains/ethereum/assets/0x41e5560054824eA6B0732E656E3Ad64E20e94E45/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x41e7f88F5a4580bf62b10BaC098F45979e3C86E0/info.json b/blockchains/ethereum/assets/0x41e7f88F5a4580bf62b10BaC098F45979e3C86E0/info.json
deleted file mode 100644
index 03a34b380b6a5..0000000000000
--- a/blockchains/ethereum/assets/0x41e7f88F5a4580bf62b10BaC098F45979e3C86E0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Whim",
- "symbol": "EWC",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x41e7f88F5a4580bf62b10BaC098F45979e3C86E0",
- "status": "abandoned",
- "id": "0x41e7f88F5a4580bf62b10BaC098F45979e3C86E0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x41e7f88F5a4580bf62b10BaC098F45979e3C86E0/logo.png b/blockchains/ethereum/assets/0x41e7f88F5a4580bf62b10BaC098F45979e3C86E0/logo.png
deleted file mode 100755
index 0abea5a467a71..0000000000000
Binary files a/blockchains/ethereum/assets/0x41e7f88F5a4580bf62b10BaC098F45979e3C86E0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x41f723448433367BE140D528D35EFECd3e023DB6/info.json b/blockchains/ethereum/assets/0x41f723448433367BE140D528D35EFECd3e023DB6/info.json
deleted file mode 100644
index 47f8f5e814a30..0000000000000
--- a/blockchains/ethereum/assets/0x41f723448433367BE140D528D35EFECd3e023DB6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Farm Partner",
- "symbol": "FARM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x41f723448433367BE140D528D35EFECd3e023DB6",
- "status": "abandoned",
- "id": "0x41f723448433367BE140D528D35EFECd3e023DB6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x41f723448433367BE140D528D35EFECd3e023DB6/logo.png b/blockchains/ethereum/assets/0x41f723448433367BE140D528D35EFECd3e023DB6/logo.png
deleted file mode 100644
index 4cfcad13b2684..0000000000000
Binary files a/blockchains/ethereum/assets/0x41f723448433367BE140D528D35EFECd3e023DB6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x41f7B8b9b897276b7AAE926a9016935280b44E97/info.json b/blockchains/ethereum/assets/0x41f7B8b9b897276b7AAE926a9016935280b44E97/info.json
deleted file mode 100644
index eb31ca8b0afd9..0000000000000
--- a/blockchains/ethereum/assets/0x41f7B8b9b897276b7AAE926a9016935280b44E97/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "USD Coin (Portal from Solana)",
- "type": "ERC20",
- "symbol": "USDCso",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.circle.com/en/usdc",
- "explorer": "https://etherscan.io/token/0x41f7B8b9b897276b7AAE926a9016935280b44E97",
- "status": "active",
- "id": "0x41f7B8b9b897276b7AAE926a9016935280b44E97",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x41f7B8b9b897276b7AAE926a9016935280b44E97/logo.png b/blockchains/ethereum/assets/0x41f7B8b9b897276b7AAE926a9016935280b44E97/logo.png
deleted file mode 100644
index c9ca83078881a..0000000000000
Binary files a/blockchains/ethereum/assets/0x41f7B8b9b897276b7AAE926a9016935280b44E97/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x420167D87d35c3A249b32Ef6225872fBD9aB85D2/info.json b/blockchains/ethereum/assets/0x420167D87d35c3A249b32Ef6225872fBD9aB85D2/info.json
deleted file mode 100644
index 09245d3731086..0000000000000
--- a/blockchains/ethereum/assets/0x420167D87d35c3A249b32Ef6225872fBD9aB85D2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MESG",
- "symbol": "MESG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x420167D87d35c3A249b32Ef6225872fBD9aB85D2",
- "status": "abandoned",
- "id": "0x420167D87d35c3A249b32Ef6225872fBD9aB85D2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x420167D87d35c3A249b32Ef6225872fBD9aB85D2/logo.png b/blockchains/ethereum/assets/0x420167D87d35c3A249b32Ef6225872fBD9aB85D2/logo.png
deleted file mode 100644
index 0abceaf8c1192..0000000000000
Binary files a/blockchains/ethereum/assets/0x420167D87d35c3A249b32Ef6225872fBD9aB85D2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x420412E765BFa6d85aaaC94b4f7b708C89be2e2B/info.json b/blockchains/ethereum/assets/0x420412E765BFa6d85aaaC94b4f7b708C89be2e2B/info.json
deleted file mode 100644
index 1b59e671997ee..0000000000000
--- a/blockchains/ethereum/assets/0x420412E765BFa6d85aaaC94b4f7b708C89be2e2B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BRZ",
- "symbol": "BRZ",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "https://www.brztoken.io/",
- "explorer": "https://etherscan.io/token/0x420412E765BFa6d85aaaC94b4f7b708C89be2e2B",
- "status": "abandoned",
- "id": "0x420412E765BFa6d85aaaC94b4f7b708C89be2e2B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x420412E765BFa6d85aaaC94b4f7b708C89be2e2B/logo.png b/blockchains/ethereum/assets/0x420412E765BFa6d85aaaC94b4f7b708C89be2e2B/logo.png
deleted file mode 100644
index e616f93c5e87b..0000000000000
Binary files a/blockchains/ethereum/assets/0x420412E765BFa6d85aaaC94b4f7b708C89be2e2B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4212FEa9FEc90236eCc51E41e2096B16CEB84555/info.json b/blockchains/ethereum/assets/0x4212FEa9FEc90236eCc51E41e2096B16CEB84555/info.json
deleted file mode 100644
index 1456102cdd68b..0000000000000
--- a/blockchains/ethereum/assets/0x4212FEa9FEc90236eCc51E41e2096B16CEB84555/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Six Domain Asset",
- "symbol": "SDA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4212FEa9FEc90236eCc51E41e2096B16CEB84555",
- "status": "abandoned",
- "id": "0x4212FEa9FEc90236eCc51E41e2096B16CEB84555"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4212FEa9FEc90236eCc51E41e2096B16CEB84555/logo.png b/blockchains/ethereum/assets/0x4212FEa9FEc90236eCc51E41e2096B16CEB84555/logo.png
deleted file mode 100644
index 44b8a34fbacc3..0000000000000
Binary files a/blockchains/ethereum/assets/0x4212FEa9FEc90236eCc51E41e2096B16CEB84555/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x422866a8F0b032c5cf1DfBDEf31A20F4509562b0/info.json b/blockchains/ethereum/assets/0x422866a8F0b032c5cf1DfBDEf31A20F4509562b0/info.json
deleted file mode 100644
index c34a6fe285fbd..0000000000000
--- a/blockchains/ethereum/assets/0x422866a8F0b032c5cf1DfBDEf31A20F4509562b0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Adshares Token",
- "symbol": "ADST",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://adshares.net/",
- "explorer": "https://etherscan.io/token/0x422866a8F0b032c5cf1DfBDEf31A20F4509562b0",
- "status": "abandoned",
- "id": "0x422866a8F0b032c5cf1DfBDEf31A20F4509562b0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x422866a8F0b032c5cf1DfBDEf31A20F4509562b0/logo.png b/blockchains/ethereum/assets/0x422866a8F0b032c5cf1DfBDEf31A20F4509562b0/logo.png
deleted file mode 100644
index 21a56fcf53664..0000000000000
Binary files a/blockchains/ethereum/assets/0x422866a8F0b032c5cf1DfBDEf31A20F4509562b0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4234f63B1D202F6c016Ca3b6a0d41d7d85f17716/info.json b/blockchains/ethereum/assets/0x4234f63B1D202F6c016Ca3b6a0d41d7d85f17716/info.json
deleted file mode 100644
index 343b45dee7cd7..0000000000000
--- a/blockchains/ethereum/assets/0x4234f63B1D202F6c016Ca3b6a0d41d7d85f17716/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QNTU Token",
- "symbol": "QNTU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.quanta.im/",
- "explorer": "https://etherscan.io/token/0x4234f63B1D202F6c016Ca3b6a0d41d7d85f17716",
- "status": "abandoned",
- "id": "0x4234f63B1D202F6c016Ca3b6a0d41d7d85f17716"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4234f63B1D202F6c016Ca3b6a0d41d7d85f17716/logo.png b/blockchains/ethereum/assets/0x4234f63B1D202F6c016Ca3b6a0d41d7d85f17716/logo.png
deleted file mode 100644
index a6033ef1144f1..0000000000000
Binary files a/blockchains/ethereum/assets/0x4234f63B1D202F6c016Ca3b6a0d41d7d85f17716/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4238098E9372E7b5DE2d6aF2F2Ed9EE34e183edE/info.json b/blockchains/ethereum/assets/0x4238098E9372E7b5DE2d6aF2F2Ed9EE34e183edE/info.json
deleted file mode 100644
index fdfdf6fa8132d..0000000000000
--- a/blockchains/ethereum/assets/0x4238098E9372E7b5DE2d6aF2F2Ed9EE34e183edE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Carlos",
- "symbol": "CARLOS",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4238098E9372E7b5DE2d6aF2F2Ed9EE34e183edE",
- "status": "abandoned",
- "id": "0x4238098E9372E7b5DE2d6aF2F2Ed9EE34e183edE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4238098E9372E7b5DE2d6aF2F2Ed9EE34e183edE/logo.png b/blockchains/ethereum/assets/0x4238098E9372E7b5DE2d6aF2F2Ed9EE34e183edE/logo.png
deleted file mode 100644
index 719a6ea40276f..0000000000000
Binary files a/blockchains/ethereum/assets/0x4238098E9372E7b5DE2d6aF2F2Ed9EE34e183edE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x42382F39e7C9F1ADD5fa5f0c6e24aa62f50be3b3/info.json b/blockchains/ethereum/assets/0x42382F39e7C9F1ADD5fa5f0c6e24aa62f50be3b3/info.json
deleted file mode 100644
index 93e8a645c6b85..0000000000000
--- a/blockchains/ethereum/assets/0x42382F39e7C9F1ADD5fa5f0c6e24aa62f50be3b3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZOM",
- "symbol": "ZOM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.yazom.com/",
- "explorer": "https://etherscan.io/token/0x42382F39e7C9F1ADD5fa5f0c6e24aa62f50be3b3",
- "status": "abandoned",
- "id": "0x42382F39e7C9F1ADD5fa5f0c6e24aa62f50be3b3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x42382F39e7C9F1ADD5fa5f0c6e24aa62f50be3b3/logo.png b/blockchains/ethereum/assets/0x42382F39e7C9F1ADD5fa5f0c6e24aa62f50be3b3/logo.png
deleted file mode 100644
index cda3e855aaafe..0000000000000
Binary files a/blockchains/ethereum/assets/0x42382F39e7C9F1ADD5fa5f0c6e24aa62f50be3b3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4238C2E2E9e387B6Feb23acbb81B3B6dEa648B8d/info.json b/blockchains/ethereum/assets/0x4238C2E2E9e387B6Feb23acbb81B3B6dEa648B8d/info.json
deleted file mode 100644
index 310ec073b5c8c..0000000000000
--- a/blockchains/ethereum/assets/0x4238C2E2E9e387B6Feb23acbb81B3B6dEa648B8d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XuanCoin",
- "symbol": "XNC",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4238C2E2E9e387B6Feb23acbb81B3B6dEa648B8d",
- "status": "abandoned",
- "id": "0x4238C2E2E9e387B6Feb23acbb81B3B6dEa648B8d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4238C2E2E9e387B6Feb23acbb81B3B6dEa648B8d/logo.png b/blockchains/ethereum/assets/0x4238C2E2E9e387B6Feb23acbb81B3B6dEa648B8d/logo.png
deleted file mode 100644
index 3b63440419c7b..0000000000000
Binary files a/blockchains/ethereum/assets/0x4238C2E2E9e387B6Feb23acbb81B3B6dEa648B8d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x423D8321be3DD7EbFF5B6c7da2EF6614B8547acf/info.json b/blockchains/ethereum/assets/0x423D8321be3DD7EbFF5B6c7da2EF6614B8547acf/info.json
deleted file mode 100644
index 11e68ab0699ed..0000000000000
--- a/blockchains/ethereum/assets/0x423D8321be3DD7EbFF5B6c7da2EF6614B8547acf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fundament RE 1",
- "symbol": "FUND",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x423D8321be3DD7EbFF5B6c7da2EF6614B8547acf",
- "status": "abandoned",
- "id": "0x423D8321be3DD7EbFF5B6c7da2EF6614B8547acf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x423D8321be3DD7EbFF5B6c7da2EF6614B8547acf/logo.png b/blockchains/ethereum/assets/0x423D8321be3DD7EbFF5B6c7da2EF6614B8547acf/logo.png
deleted file mode 100644
index a62ae130a1fe8..0000000000000
Binary files a/blockchains/ethereum/assets/0x423D8321be3DD7EbFF5B6c7da2EF6614B8547acf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x423FfB66AECC906361d79F87d85dB310897bDB6D/info.json b/blockchains/ethereum/assets/0x423FfB66AECC906361d79F87d85dB310897bDB6D/info.json
deleted file mode 100644
index 9ae3bd86edf7f..0000000000000
--- a/blockchains/ethereum/assets/0x423FfB66AECC906361d79F87d85dB310897bDB6D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "First Internet Football Association",
- "symbol": "FIFA",
- "type": "ERC20",
- "decimals": 18,
- "description": "The ISIKC blockchain-based loyalty platform is reportedly built by a team that understands technology and the construction materials market.",
- "website": "https://www.isikc.io",
- "explorer": "https://etherscan.io/token/0x423FfB66AECC906361d79F87d85dB310897bDB6D",
- "status": "active",
- "id": "0x423FfB66AECC906361d79F87d85dB310897bDB6D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x423FfB66AECC906361d79F87d85dB310897bDB6D/logo.png b/blockchains/ethereum/assets/0x423FfB66AECC906361d79F87d85dB310897bDB6D/logo.png
deleted file mode 100644
index 0bf165fffecb8..0000000000000
Binary files a/blockchains/ethereum/assets/0x423FfB66AECC906361d79F87d85dB310897bDB6D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x423b5F62b328D0D6D44870F4Eee316befA0b2dF5/info.json b/blockchains/ethereum/assets/0x423b5F62b328D0D6D44870F4Eee316befA0b2dF5/info.json
deleted file mode 100644
index 046b56848067e..0000000000000
--- a/blockchains/ethereum/assets/0x423b5F62b328D0D6D44870F4Eee316befA0b2dF5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GoToken",
- "symbol": "GOT",
- "type": "ERC20",
- "decimals": 18,
- "description": "GoNetwork (GOT) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://gonetwork.co/",
- "explorer": "https://etherscan.io/token/0x423b5F62b328D0D6D44870F4Eee316befA0b2dF5",
- "status": "active",
- "id": "0x423b5F62b328D0D6D44870F4Eee316befA0b2dF5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x423b5F62b328D0D6D44870F4Eee316befA0b2dF5/logo.png b/blockchains/ethereum/assets/0x423b5F62b328D0D6D44870F4Eee316befA0b2dF5/logo.png
deleted file mode 100644
index 80b8e8366c4fe..0000000000000
Binary files a/blockchains/ethereum/assets/0x423b5F62b328D0D6D44870F4Eee316befA0b2dF5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x423e4322CDDa29156b49a17dfbd2aCC4b280600D/info.json b/blockchains/ethereum/assets/0x423e4322CDDa29156b49a17dfbd2aCC4b280600D/info.json
deleted file mode 100644
index 03dff738afcf4..0000000000000
--- a/blockchains/ethereum/assets/0x423e4322CDDa29156b49a17dfbd2aCC4b280600D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CAR SHARING",
- "symbol": "CAR",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x423e4322CDDa29156b49a17dfbd2aCC4b280600D",
- "status": "abandoned",
- "id": "0x423e4322CDDa29156b49a17dfbd2aCC4b280600D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x423e4322CDDa29156b49a17dfbd2aCC4b280600D/logo.png b/blockchains/ethereum/assets/0x423e4322CDDa29156b49a17dfbd2aCC4b280600D/logo.png
deleted file mode 100644
index bab60884a41ba..0000000000000
Binary files a/blockchains/ethereum/assets/0x423e4322CDDa29156b49a17dfbd2aCC4b280600D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x42476F744292107e34519F9c357927074Ea3F75D/info.json b/blockchains/ethereum/assets/0x42476F744292107e34519F9c357927074Ea3F75D/info.json
deleted file mode 100644
index 465d4f98cdc59..0000000000000
--- a/blockchains/ethereum/assets/0x42476F744292107e34519F9c357927074Ea3F75D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Loom Token",
- "website": "https://loomx.io",
- "description": "Loom Network is a Platform as a Service intended to allow Ethereum-based Solidity applications to be run on side chains.",
- "explorer": "https://etherscan.io/token/0x42476F744292107e34519F9c357927074Ea3F75D",
- "type": "ERC20",
- "symbol": "LOOM",
- "decimals": 18,
- "status": "active",
- "id": "0x42476F744292107e34519F9c357927074Ea3F75D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x42476F744292107e34519F9c357927074Ea3F75D/logo.png b/blockchains/ethereum/assets/0x42476F744292107e34519F9c357927074Ea3F75D/logo.png
deleted file mode 100644
index 6363f4158ff05..0000000000000
Binary files a/blockchains/ethereum/assets/0x42476F744292107e34519F9c357927074Ea3F75D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x42566cFEFC853c232117EbA4413e45782a72715d/info.json b/blockchains/ethereum/assets/0x42566cFEFC853c232117EbA4413e45782a72715d/info.json
deleted file mode 100644
index a7fcb792f5546..0000000000000
--- a/blockchains/ethereum/assets/0x42566cFEFC853c232117EbA4413e45782a72715d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Krios Token",
- "symbol": "KRI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x42566cFEFC853c232117EbA4413e45782a72715d",
- "status": "active",
- "id": "0x42566cFEFC853c232117EbA4413e45782a72715d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x42566cFEFC853c232117EbA4413e45782a72715d/logo.png b/blockchains/ethereum/assets/0x42566cFEFC853c232117EbA4413e45782a72715d/logo.png
deleted file mode 100644
index 7381596615b53..0000000000000
Binary files a/blockchains/ethereum/assets/0x42566cFEFC853c232117EbA4413e45782a72715d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4257D36dF231DC71F7B7a6E1bE3Ef9C99B9181fD/info.json b/blockchains/ethereum/assets/0x4257D36dF231DC71F7B7a6E1bE3Ef9C99B9181fD/info.json
deleted file mode 100644
index 966c3f7e6c3cb..0000000000000
--- a/blockchains/ethereum/assets/0x4257D36dF231DC71F7B7a6E1bE3Ef9C99B9181fD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Super Star Token",
- "symbol": "SST",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4257D36dF231DC71F7B7a6E1bE3Ef9C99B9181fD",
- "status": "abandoned",
- "id": "0x4257D36dF231DC71F7B7a6E1bE3Ef9C99B9181fD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4257D36dF231DC71F7B7a6E1bE3Ef9C99B9181fD/logo.png b/blockchains/ethereum/assets/0x4257D36dF231DC71F7B7a6E1bE3Ef9C99B9181fD/logo.png
deleted file mode 100755
index 90fec5cfa2c43..0000000000000
Binary files a/blockchains/ethereum/assets/0x4257D36dF231DC71F7B7a6E1bE3Ef9C99B9181fD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4263A2f0456305d7d10F8a4555f8c3B593b3b895/info.json b/blockchains/ethereum/assets/0x4263A2f0456305d7d10F8a4555f8c3B593b3b895/info.json
deleted file mode 100644
index 3a9f353de9868..0000000000000
--- a/blockchains/ethereum/assets/0x4263A2f0456305d7d10F8a4555f8c3B593b3b895/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Quantum Proof (3FA)",
- "website": "https://3fa.app/",
- "description": "3FA utilizes a hybrid pin-code generating algorithm when computer and human logics are intertwined together in such a way that the resulting verification password is mathematically impossible to decrypt.",
- "explorer": "https://etherscan.io/token/0x4263A2f0456305d7d10F8a4555f8c3B593b3b895",
- "type": "ERC20",
- "symbol": "3FA",
- "decimals": 4,
- "status": "active",
- "id": "0x4263A2f0456305d7d10F8a4555f8c3B593b3b895"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4263A2f0456305d7d10F8a4555f8c3B593b3b895/logo.png b/blockchains/ethereum/assets/0x4263A2f0456305d7d10F8a4555f8c3B593b3b895/logo.png
deleted file mode 100644
index 6f1b4fc62be72..0000000000000
Binary files a/blockchains/ethereum/assets/0x4263A2f0456305d7d10F8a4555f8c3B593b3b895/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x426CA1eA2406c07d75Db9585F22781c096e3d0E0/info.json b/blockchains/ethereum/assets/0x426CA1eA2406c07d75Db9585F22781c096e3d0E0/info.json
deleted file mode 100644
index f1edfff0b96fb..0000000000000
--- a/blockchains/ethereum/assets/0x426CA1eA2406c07d75Db9585F22781c096e3d0E0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Minereum",
- "website": "https://minereum.com/",
- "description": "Minereum Official",
- "explorer": "https://etherscan.io/token/0x426CA1eA2406c07d75Db9585F22781c096e3d0E0",
- "type": "ERC20",
- "symbol": "MNE",
- "decimals": 8,
- "status": "active",
- "id": "0x426CA1eA2406c07d75Db9585F22781c096e3d0E0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x426CA1eA2406c07d75Db9585F22781c096e3d0E0/logo.png b/blockchains/ethereum/assets/0x426CA1eA2406c07d75Db9585F22781c096e3d0E0/logo.png
deleted file mode 100644
index e67899df07cf0..0000000000000
Binary files a/blockchains/ethereum/assets/0x426CA1eA2406c07d75Db9585F22781c096e3d0E0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x426FC8BE95573230f6e6bc4af91873F0c67b21b4/info.json b/blockchains/ethereum/assets/0x426FC8BE95573230f6e6bc4af91873F0c67b21b4/info.json
deleted file mode 100644
index 533a6a5a8d1a4..0000000000000
--- a/blockchains/ethereum/assets/0x426FC8BE95573230f6e6bc4af91873F0c67b21b4/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "BlackPearl Token",
- "website": "https://blackpearlchain.io/",
- "description": "BlackPearl Token ",
- "explorer": "https://etherscan.io/token/0x426FC8BE95573230f6e6bc4af91873F0c67b21b4",
- "type": "ERC20",
- "symbol": "BPLC",
- "decimals": 18,
- "status": "active",
- "id": "0x426FC8BE95573230f6e6bc4af91873F0c67b21b4",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://blackpearlchain.io/wp-content/uploads/2020/03/blackpearl5_Issuer_version_1_0_1.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x426FC8BE95573230f6e6bc4af91873F0c67b21b4/logo.png b/blockchains/ethereum/assets/0x426FC8BE95573230f6e6bc4af91873F0c67b21b4/logo.png
deleted file mode 100644
index 629daf716df17..0000000000000
Binary files a/blockchains/ethereum/assets/0x426FC8BE95573230f6e6bc4af91873F0c67b21b4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4270bb238f6DD8B1c3ca01f96CA65b2647c06D3C/info.json b/blockchains/ethereum/assets/0x4270bb238f6DD8B1c3ca01f96CA65b2647c06D3C/info.json
deleted file mode 100644
index 6dcddd53b6cd9..0000000000000
--- a/blockchains/ethereum/assets/0x4270bb238f6DD8B1c3ca01f96CA65b2647c06D3C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FOTA",
- "symbol": "FOTA",
- "type": "ERC20",
- "decimals": 18,
- "description": "FORTUNA is a global OTC derivatives market disciplined by algorithms while supporting transparent, real time, and full dose trading data supervision.",
- "website": "https://www.fota.top/",
- "explorer": "https://etherscan.io/token/0x4270bb238f6DD8B1c3ca01f96CA65b2647c06D3C",
- "status": "active",
- "id": "0x4270bb238f6DD8B1c3ca01f96CA65b2647c06D3C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4270bb238f6DD8B1c3ca01f96CA65b2647c06D3C/logo.png b/blockchains/ethereum/assets/0x4270bb238f6DD8B1c3ca01f96CA65b2647c06D3C/logo.png
deleted file mode 100644
index f6c9b970d8961..0000000000000
Binary files a/blockchains/ethereum/assets/0x4270bb238f6DD8B1c3ca01f96CA65b2647c06D3C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x42726d074BBa68Ccc15200442B72Afa2D495A783/info.json b/blockchains/ethereum/assets/0x42726d074BBa68Ccc15200442B72Afa2D495A783/info.json
deleted file mode 100644
index 15a22355f67a4..0000000000000
--- a/blockchains/ethereum/assets/0x42726d074BBa68Ccc15200442B72Afa2D495A783/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Isik Coin",
- "symbol": "ISIKC",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "https://www.isikc.io/",
- "explorer": "https://etherscan.io/token/0x42726d074BBa68Ccc15200442B72Afa2D495A783",
- "status": "active",
- "id": "0x42726d074BBa68Ccc15200442B72Afa2D495A783"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x42726d074BBa68Ccc15200442B72Afa2D495A783/logo.png b/blockchains/ethereum/assets/0x42726d074BBa68Ccc15200442B72Afa2D495A783/logo.png
deleted file mode 100644
index a02a05e898c89..0000000000000
Binary files a/blockchains/ethereum/assets/0x42726d074BBa68Ccc15200442B72Afa2D495A783/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4273073F1f1BFd2aA35e00369050BeBa3f83C4ca/info.json b/blockchains/ethereum/assets/0x4273073F1f1BFd2aA35e00369050BeBa3f83C4ca/info.json
deleted file mode 100644
index 2223a0545601f..0000000000000
--- a/blockchains/ethereum/assets/0x4273073F1f1BFd2aA35e00369050BeBa3f83C4ca/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EnterCoin",
- "symbol": "ENTRC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4273073F1f1BFd2aA35e00369050BeBa3f83C4ca",
- "status": "abandoned",
- "id": "0x4273073F1f1BFd2aA35e00369050BeBa3f83C4ca"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4273073F1f1BFd2aA35e00369050BeBa3f83C4ca/logo.png b/blockchains/ethereum/assets/0x4273073F1f1BFd2aA35e00369050BeBa3f83C4ca/logo.png
deleted file mode 100644
index 84788b8671619..0000000000000
Binary files a/blockchains/ethereum/assets/0x4273073F1f1BFd2aA35e00369050BeBa3f83C4ca/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4277DF6De4Cb2e25a2080DCf64aE533c9Aca8196/info.json b/blockchains/ethereum/assets/0x4277DF6De4Cb2e25a2080DCf64aE533c9Aca8196/info.json
deleted file mode 100644
index f097ec30ae5cd..0000000000000
--- a/blockchains/ethereum/assets/0x4277DF6De4Cb2e25a2080DCf64aE533c9Aca8196/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptoArtCoin",
- "symbol": "CRAC",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4277DF6De4Cb2e25a2080DCf64aE533c9Aca8196",
- "status": "abandoned",
- "id": "0x4277DF6De4Cb2e25a2080DCf64aE533c9Aca8196"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4277DF6De4Cb2e25a2080DCf64aE533c9Aca8196/logo.png b/blockchains/ethereum/assets/0x4277DF6De4Cb2e25a2080DCf64aE533c9Aca8196/logo.png
deleted file mode 100644
index f5a06e7bf10b2..0000000000000
Binary files a/blockchains/ethereum/assets/0x4277DF6De4Cb2e25a2080DCf64aE533c9Aca8196/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x428548d53E889d7A0D51F4142BA53463808c1BE6/info.json b/blockchains/ethereum/assets/0x428548d53E889d7A0D51F4142BA53463808c1BE6/info.json
deleted file mode 100644
index 06508d78ec632..0000000000000
--- a/blockchains/ethereum/assets/0x428548d53E889d7A0D51F4142BA53463808c1BE6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Energy27",
- "symbol": "TWS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x428548d53E889d7A0D51F4142BA53463808c1BE6",
- "status": "abandoned",
- "id": "0x428548d53E889d7A0D51F4142BA53463808c1BE6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x428548d53E889d7A0D51F4142BA53463808c1BE6/logo.png b/blockchains/ethereum/assets/0x428548d53E889d7A0D51F4142BA53463808c1BE6/logo.png
deleted file mode 100644
index ad6e3b3490b03..0000000000000
Binary files a/blockchains/ethereum/assets/0x428548d53E889d7A0D51F4142BA53463808c1BE6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4289c043A12392F1027307fB58272D8EBd853912/info.json b/blockchains/ethereum/assets/0x4289c043A12392F1027307fB58272D8EBd853912/info.json
deleted file mode 100644
index 81ad9ad9e612f..0000000000000
--- a/blockchains/ethereum/assets/0x4289c043A12392F1027307fB58272D8EBd853912/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AiLink Token",
- "symbol": "ALI",
- "type": "ERC20",
- "decimals": 18,
- "description": "AiLink Token (ALI) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "http://ailink.in/pc.html",
- "explorer": "https://etherscan.io/token/0x4289c043A12392F1027307fB58272D8EBd853912",
- "status": "active",
- "id": "0x4289c043A12392F1027307fB58272D8EBd853912"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4289c043A12392F1027307fB58272D8EBd853912/logo.png b/blockchains/ethereum/assets/0x4289c043A12392F1027307fB58272D8EBd853912/logo.png
deleted file mode 100644
index d60df6e8577aa..0000000000000
Binary files a/blockchains/ethereum/assets/0x4289c043A12392F1027307fB58272D8EBd853912/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4290563C2D7c255B5EEC87f2D3bD10389f991d68/info.json b/blockchains/ethereum/assets/0x4290563C2D7c255B5EEC87f2D3bD10389f991d68/info.json
deleted file mode 100644
index 8f5e402daace9..0000000000000
--- a/blockchains/ethereum/assets/0x4290563C2D7c255B5EEC87f2D3bD10389f991d68/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UnlimitedIP Token",
- "symbol": "UIP",
- "type": "ERC20",
- "decimals": 18,
- "description": "UIP (short for UnlimitedIP ) is a recreational copyright intelligent trading platform created by Link Entertainments Technology based on EOS.",
- "website": "http://www.unlimitedip.io/",
- "explorer": "https://etherscan.io/token/0x4290563C2D7c255B5EEC87f2D3bD10389f991d68",
- "status": "active",
- "id": "0x4290563C2D7c255B5EEC87f2D3bD10389f991d68"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4290563C2D7c255B5EEC87f2D3bD10389f991d68/logo.png b/blockchains/ethereum/assets/0x4290563C2D7c255B5EEC87f2D3bD10389f991d68/logo.png
deleted file mode 100644
index 26010a9c3ef67..0000000000000
Binary files a/blockchains/ethereum/assets/0x4290563C2D7c255B5EEC87f2D3bD10389f991d68/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4297394c20800E8a38A619A243E9BbE7681Ff24E/info.json b/blockchains/ethereum/assets/0x4297394c20800E8a38A619A243E9BbE7681Ff24E/info.json
deleted file mode 100644
index 2e1554d2ba72c..0000000000000
--- a/blockchains/ethereum/assets/0x4297394c20800E8a38A619A243E9BbE7681Ff24E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hot Cross Token",
- "website": "https://hotcross.com/",
- "description": "Hot Cross is an extensive multi-chain and cross-chain tool suite that enables blockchain teams and their communities to thrive. We are a cohort of builders who aggressively seek out opportunities to meet the demands of the now for both B2B and B2C.",
- "explorer": "https://etherscan.io/token/0x4297394c20800e8a38a619a243e9bbe7681ff24e",
- "type": "ERC20",
- "symbol": "HOTCROSS",
- "decimals": 18,
- "status": "active",
- "id": "0x4297394c20800E8a38A619A243E9BbE7681Ff24E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4297394c20800E8a38A619A243E9BbE7681Ff24E/logo.png b/blockchains/ethereum/assets/0x4297394c20800E8a38A619A243E9BbE7681Ff24E/logo.png
deleted file mode 100644
index 6c7d127ac1ce4..0000000000000
Binary files a/blockchains/ethereum/assets/0x4297394c20800E8a38A619A243E9BbE7681Ff24E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x429881672B9AE42b8EbA0E26cD9C73711b891Ca5/info.json b/blockchains/ethereum/assets/0x429881672B9AE42b8EbA0E26cD9C73711b891Ca5/info.json
deleted file mode 100644
index 28a54b233e895..0000000000000
--- a/blockchains/ethereum/assets/0x429881672B9AE42b8EbA0E26cD9C73711b891Ca5/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Pickle Finance",
- "website": "https://pickle.finance/",
- "description": "An experiment in bringing stablecoins closer to their pegs using farming incentives, jars, and governance",
- "explorer": "https://etherscan.io/token/0x429881672B9AE42b8EbA0E26cD9C73711b891Ca5",
- "type": "ERC20",
- "symbol": "PICKLE",
- "decimals": 18,
- "status": "active",
- "id": "0x429881672B9AE42b8EbA0E26cD9C73711b891Ca5",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/pickle-finance/contracts"
- },
- {
- "name": "whitepaper",
- "url": "https://pickle.finance/pickle-pico-paper-en.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x429881672B9AE42b8EbA0E26cD9C73711b891Ca5/logo.png b/blockchains/ethereum/assets/0x429881672B9AE42b8EbA0E26cD9C73711b891Ca5/logo.png
deleted file mode 100644
index 12c8a4c0118e6..0000000000000
Binary files a/blockchains/ethereum/assets/0x429881672B9AE42b8EbA0E26cD9C73711b891Ca5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x429Ac77F069BFF489e2d78F9479e1E933305c528/info.json b/blockchains/ethereum/assets/0x429Ac77F069BFF489e2d78F9479e1E933305c528/info.json
deleted file mode 100644
index 95429bb95c077..0000000000000
--- a/blockchains/ethereum/assets/0x429Ac77F069BFF489e2d78F9479e1E933305c528/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rizubot",
- "symbol": "RZB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://rizubot.com",
- "explorer": "https://etherscan.io/token/0x429Ac77F069BFF489e2d78F9479e1E933305c528",
- "status": "abandoned",
- "id": "0x429Ac77F069BFF489e2d78F9479e1E933305c528"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x429Ac77F069BFF489e2d78F9479e1E933305c528/logo.png b/blockchains/ethereum/assets/0x429Ac77F069BFF489e2d78F9479e1E933305c528/logo.png
deleted file mode 100644
index 44b9fcf118c82..0000000000000
Binary files a/blockchains/ethereum/assets/0x429Ac77F069BFF489e2d78F9479e1E933305c528/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x429Aed474de19a028DF775f94F6632DBf49752bA/info.json b/blockchains/ethereum/assets/0x429Aed474de19a028DF775f94F6632DBf49752bA/info.json
deleted file mode 100644
index 6440d518077ec..0000000000000
--- a/blockchains/ethereum/assets/0x429Aed474de19a028DF775f94F6632DBf49752bA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R812163",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x429Aed474de19a028DF775f94F6632DBf49752bA",
- "status": "abandoned",
- "id": "0x429Aed474de19a028DF775f94F6632DBf49752bA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x429Aed474de19a028DF775f94F6632DBf49752bA/logo.png b/blockchains/ethereum/assets/0x429Aed474de19a028DF775f94F6632DBf49752bA/logo.png
deleted file mode 100644
index 35e63899003fd..0000000000000
Binary files a/blockchains/ethereum/assets/0x429Aed474de19a028DF775f94F6632DBf49752bA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x429D83Bb0DCB8cdd5311e34680ADC8B12070a07f/info.json b/blockchains/ethereum/assets/0x429D83Bb0DCB8cdd5311e34680ADC8B12070a07f/info.json
deleted file mode 100644
index 521db1af2510b..0000000000000
--- a/blockchains/ethereum/assets/0x429D83Bb0DCB8cdd5311e34680ADC8B12070a07f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PlatonCoin",
- "symbol": "PLTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Platon Finance is a blockchain digital ecosystem that represents a bridge for all the people and business owners so everybody could learn, understand, use and benefit from blockchain, a revolution of technology.",
- "website": "https://platonfinance.com",
- "explorer": "https://etherscan.io/token/0x429D83Bb0DCB8cdd5311e34680ADC8B12070a07f",
- "status": "active",
- "id": "0x429D83Bb0DCB8cdd5311e34680ADC8B12070a07f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x429D83Bb0DCB8cdd5311e34680ADC8B12070a07f/logo.png b/blockchains/ethereum/assets/0x429D83Bb0DCB8cdd5311e34680ADC8B12070a07f/logo.png
deleted file mode 100644
index 02b296a550d6f..0000000000000
Binary files a/blockchains/ethereum/assets/0x429D83Bb0DCB8cdd5311e34680ADC8B12070a07f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x42BEdD647E387daBeC65A7dc3A3bAbCc68BB664d/info.json b/blockchains/ethereum/assets/0x42BEdD647E387daBeC65A7dc3A3bAbCc68BB664d/info.json
deleted file mode 100644
index dca877ef936cf..0000000000000
--- a/blockchains/ethereum/assets/0x42BEdD647E387daBeC65A7dc3A3bAbCc68BB664d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BLOCKMASON LINK TOKEN",
- "symbol": "BLINK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://blockmason.link/",
- "explorer": "https://etherscan.io/token/0x42BEdD647E387daBeC65A7dc3A3bAbCc68BB664d",
- "status": "abandoned",
- "id": "0x42BEdD647E387daBeC65A7dc3A3bAbCc68BB664d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x42BEdD647E387daBeC65A7dc3A3bAbCc68BB664d/logo.png b/blockchains/ethereum/assets/0x42BEdD647E387daBeC65A7dc3A3bAbCc68BB664d/logo.png
deleted file mode 100644
index b7e8ed7fbc1c2..0000000000000
Binary files a/blockchains/ethereum/assets/0x42BEdD647E387daBeC65A7dc3A3bAbCc68BB664d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x42CB4AB485Fc91cdf6D07e224e5b55E44f0378a7/info.json b/blockchains/ethereum/assets/0x42CB4AB485Fc91cdf6D07e224e5b55E44f0378a7/info.json
deleted file mode 100644
index e3763196127c5..0000000000000
--- a/blockchains/ethereum/assets/0x42CB4AB485Fc91cdf6D07e224e5b55E44f0378a7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Xiaodao",
- "symbol": "XDAO",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x42CB4AB485Fc91cdf6D07e224e5b55E44f0378a7",
- "status": "abandoned",
- "id": "0x42CB4AB485Fc91cdf6D07e224e5b55E44f0378a7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x42CB4AB485Fc91cdf6D07e224e5b55E44f0378a7/logo.png b/blockchains/ethereum/assets/0x42CB4AB485Fc91cdf6D07e224e5b55E44f0378a7/logo.png
deleted file mode 100644
index 70261077e2980..0000000000000
Binary files a/blockchains/ethereum/assets/0x42CB4AB485Fc91cdf6D07e224e5b55E44f0378a7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x42E9d6798bB9edE0aeedaACb6E07756266DaD67d/info.json b/blockchains/ethereum/assets/0x42E9d6798bB9edE0aeedaACb6E07756266DaD67d/info.json
deleted file mode 100644
index 1602bde0e1840..0000000000000
--- a/blockchains/ethereum/assets/0x42E9d6798bB9edE0aeedaACb6E07756266DaD67d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fair Science Token",
- "symbol": "SFA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x42E9d6798bB9edE0aeedaACb6E07756266DaD67d",
- "status": "abandoned",
- "id": "0x42E9d6798bB9edE0aeedaACb6E07756266DaD67d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x42E9d6798bB9edE0aeedaACb6E07756266DaD67d/logo.png b/blockchains/ethereum/assets/0x42E9d6798bB9edE0aeedaACb6E07756266DaD67d/logo.png
deleted file mode 100644
index 7793cd0e306cb..0000000000000
Binary files a/blockchains/ethereum/assets/0x42E9d6798bB9edE0aeedaACb6E07756266DaD67d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x42a75636e6F73e48e74A085f3efD81068586f74C/info.json b/blockchains/ethereum/assets/0x42a75636e6F73e48e74A085f3efD81068586f74C/info.json
deleted file mode 100644
index 79a09015d8a78..0000000000000
--- a/blockchains/ethereum/assets/0x42a75636e6F73e48e74A085f3efD81068586f74C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FUNY - TOKEN",
- "symbol": "FUN",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x42a75636e6F73e48e74A085f3efD81068586f74C",
- "status": "abandoned",
- "id": "0x42a75636e6F73e48e74A085f3efD81068586f74C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x42a75636e6F73e48e74A085f3efD81068586f74C/logo.png b/blockchains/ethereum/assets/0x42a75636e6F73e48e74A085f3efD81068586f74C/logo.png
deleted file mode 100644
index d3b261d62e756..0000000000000
Binary files a/blockchains/ethereum/assets/0x42a75636e6F73e48e74A085f3efD81068586f74C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x42b05A12783a659EB53a7d90b2C70929AF96Ad71/info.json b/blockchains/ethereum/assets/0x42b05A12783a659EB53a7d90b2C70929AF96Ad71/info.json
deleted file mode 100644
index 104a7ddf110ca..0000000000000
--- a/blockchains/ethereum/assets/0x42b05A12783a659EB53a7d90b2C70929AF96Ad71/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Deluxo",
- "symbol": "DLUX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x42b05A12783a659EB53a7d90b2C70929AF96Ad71",
- "status": "abandoned",
- "id": "0x42b05A12783a659EB53a7d90b2C70929AF96Ad71"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x42b05A12783a659EB53a7d90b2C70929AF96Ad71/logo.png b/blockchains/ethereum/assets/0x42b05A12783a659EB53a7d90b2C70929AF96Ad71/logo.png
deleted file mode 100644
index 43f82d434ca23..0000000000000
Binary files a/blockchains/ethereum/assets/0x42b05A12783a659EB53a7d90b2C70929AF96Ad71/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x42bBFa2e77757C645eeaAd1655E0911a7553Efbc/info.json b/blockchains/ethereum/assets/0x42bBFa2e77757C645eeaAd1655E0911a7553Efbc/info.json
deleted file mode 100644
index a563b3fcd5538..0000000000000
--- a/blockchains/ethereum/assets/0x42bBFa2e77757C645eeaAd1655E0911a7553Efbc/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Boba Network",
- "symbol": "BOBA",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x42bBFa2e77757C645eeaAd1655E0911a7553Efbc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x42bBFa2e77757C645eeaAd1655E0911a7553Efbc/logo.png b/blockchains/ethereum/assets/0x42bBFa2e77757C645eeaAd1655E0911a7553Efbc/logo.png
deleted file mode 100644
index eb8160eb55b88..0000000000000
Binary files a/blockchains/ethereum/assets/0x42bBFa2e77757C645eeaAd1655E0911a7553Efbc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x42d6622deCe394b54999Fbd73D108123806f6a18/info.json b/blockchains/ethereum/assets/0x42d6622deCe394b54999Fbd73D108123806f6a18/info.json
deleted file mode 100644
index 9b18dc9315440..0000000000000
--- a/blockchains/ethereum/assets/0x42d6622deCe394b54999Fbd73D108123806f6a18/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SPANK",
- "symbol": "SPANK",
- "type": "ERC20",
- "decimals": 18,
- "description": "A cryptoeconomic powered adult entertainment ecosystem built on the Ethereum network.",
- "website": "https://spankchain.com/",
- "explorer": "https://etherscan.io/token/0x42d6622deCe394b54999Fbd73D108123806f6a18",
- "status": "active",
- "id": "0x42d6622deCe394b54999Fbd73D108123806f6a18"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x42d6622deCe394b54999Fbd73D108123806f6a18/logo.png b/blockchains/ethereum/assets/0x42d6622deCe394b54999Fbd73D108123806f6a18/logo.png
deleted file mode 100755
index aadd7ff03bdf9..0000000000000
Binary files a/blockchains/ethereum/assets/0x42d6622deCe394b54999Fbd73D108123806f6a18/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4302583AD774F404aa55CeC5729FcABe2855EFFd/info.json b/blockchains/ethereum/assets/0x4302583AD774F404aa55CeC5729FcABe2855EFFd/info.json
deleted file mode 100644
index 6c9c854b590b9..0000000000000
--- a/blockchains/ethereum/assets/0x4302583AD774F404aa55CeC5729FcABe2855EFFd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NairaCoin",
- "symbol": "NGNC",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4302583AD774F404aa55CeC5729FcABe2855EFFd",
- "status": "abandoned",
- "id": "0x4302583AD774F404aa55CeC5729FcABe2855EFFd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4302583AD774F404aa55CeC5729FcABe2855EFFd/logo.png b/blockchains/ethereum/assets/0x4302583AD774F404aa55CeC5729FcABe2855EFFd/logo.png
deleted file mode 100644
index c8606390f9357..0000000000000
Binary files a/blockchains/ethereum/assets/0x4302583AD774F404aa55CeC5729FcABe2855EFFd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x43044f861ec040DB59A7e324c40507adDb673142/info.json b/blockchains/ethereum/assets/0x43044f861ec040DB59A7e324c40507adDb673142/info.json
deleted file mode 100644
index 48d06aaa429c2..0000000000000
--- a/blockchains/ethereum/assets/0x43044f861ec040DB59A7e324c40507adDb673142/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cap",
- "website": "https://cap.finance",
- "description": "Cap is a protocol to trade the markets with stablecoins.",
- "explorer": "https://etherscan.io/token/0x43044f861ec040DB59A7e324c40507adDb673142",
- "type": "ERC20",
- "symbol": "CAP",
- "decimals": 18,
- "status": "active",
- "id": "0x43044f861ec040DB59A7e324c40507adDb673142"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x43044f861ec040DB59A7e324c40507adDb673142/logo.png b/blockchains/ethereum/assets/0x43044f861ec040DB59A7e324c40507adDb673142/logo.png
deleted file mode 100644
index 26de27b005ebe..0000000000000
Binary files a/blockchains/ethereum/assets/0x43044f861ec040DB59A7e324c40507adDb673142/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x430EF9263E76DAE63c84292C3409D61c598E9682/info.json b/blockchains/ethereum/assets/0x430EF9263E76DAE63c84292C3409D61c598E9682/info.json
deleted file mode 100644
index 2b8b10951356e..0000000000000
--- a/blockchains/ethereum/assets/0x430EF9263E76DAE63c84292C3409D61c598E9682/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "PYR Token",
- "symbol": "PYR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Vulcan Forged is an established non-fungible token (NFT) game studio, marketplace, and dApp incubator with 10+ games, a 20000+ community, and top 5 NFT marketplace volume.",
- "website": "https://vulcanforged.com/",
- "explorer": "https://etherscan.io/token/0x430ef9263e76dae63c84292c3409d61c598e9682",
- "status": "active",
- "id": "0x430EF9263E76DAE63c84292C3409D61c598E9682",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/VulcanForged"
- },
- {
- "name": "telegram",
- "url": "https://t.me/VeriArti"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/vulcan-forged-pyr/"
- }
- ],
- "tags": [
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x430EF9263E76DAE63c84292C3409D61c598E9682/logo.png b/blockchains/ethereum/assets/0x430EF9263E76DAE63c84292C3409D61c598E9682/logo.png
deleted file mode 100644
index d61a97f70aac4..0000000000000
Binary files a/blockchains/ethereum/assets/0x430EF9263E76DAE63c84292C3409D61c598E9682/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x430bd07726423A54f6d82Ab0F578CE62A3b8054D/info.json b/blockchains/ethereum/assets/0x430bd07726423A54f6d82Ab0F578CE62A3b8054D/info.json
deleted file mode 100644
index f01dbde1f4257..0000000000000
--- a/blockchains/ethereum/assets/0x430bd07726423A54f6d82Ab0F578CE62A3b8054D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UOSToken",
- "symbol": "UOS",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "https://uos.network/",
- "explorer": "https://etherscan.io/token/0x430bd07726423A54f6d82Ab0F578CE62A3b8054D",
- "status": "abandoned",
- "id": "0x430bd07726423A54f6d82Ab0F578CE62A3b8054D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x430bd07726423A54f6d82Ab0F578CE62A3b8054D/logo.png b/blockchains/ethereum/assets/0x430bd07726423A54f6d82Ab0F578CE62A3b8054D/logo.png
deleted file mode 100644
index 35896818970a8..0000000000000
Binary files a/blockchains/ethereum/assets/0x430bd07726423A54f6d82Ab0F578CE62A3b8054D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4317Ea4820F8D9ea6A103553A89Cb261B6Ea7F2a/info.json b/blockchains/ethereum/assets/0x4317Ea4820F8D9ea6A103553A89Cb261B6Ea7F2a/info.json
deleted file mode 100644
index e2cffd00dc7c6..0000000000000
--- a/blockchains/ethereum/assets/0x4317Ea4820F8D9ea6A103553A89Cb261B6Ea7F2a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Alxocity",
- "symbol": "ALXO",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4317Ea4820F8D9ea6A103553A89Cb261B6Ea7F2a",
- "status": "abandoned",
- "id": "0x4317Ea4820F8D9ea6A103553A89Cb261B6Ea7F2a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4317Ea4820F8D9ea6A103553A89Cb261B6Ea7F2a/logo.png b/blockchains/ethereum/assets/0x4317Ea4820F8D9ea6A103553A89Cb261B6Ea7F2a/logo.png
deleted file mode 100644
index 9bfcf15fc9ff0..0000000000000
Binary files a/blockchains/ethereum/assets/0x4317Ea4820F8D9ea6A103553A89Cb261B6Ea7F2a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x431ad2ff6a9C365805eBaD47Ee021148d6f7DBe0/info.json b/blockchains/ethereum/assets/0x431ad2ff6a9C365805eBaD47Ee021148d6f7DBe0/info.json
deleted file mode 100644
index eb33825fb8270..0000000000000
--- a/blockchains/ethereum/assets/0x431ad2ff6a9C365805eBaD47Ee021148d6f7DBe0/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "dForce",
- "symbol": "DF",
- "type": "ERC20",
- "decimals": 18,
- "description": " dForce Lending is a decentralized lending protocol.",
- "website": "https://dforce.network",
- "explorer": "https://etherscan.io/token/0x431ad2ff6a9C365805eBaD47Ee021148d6f7DBe0",
- "status": "active",
- "id": "0x431ad2ff6a9C365805eBaD47Ee021148d6f7DBe0",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/dforce-network"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/dForcenet"
- },
- {
- "name": "medium",
- "url": "https://medium.com/dforcenet"
- },
- {
- "name": "telegram",
- "url": "https://t.me/dforcenet"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/dforce/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/dforce-token/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x431ad2ff6a9C365805eBaD47Ee021148d6f7DBe0/logo.png b/blockchains/ethereum/assets/0x431ad2ff6a9C365805eBaD47Ee021148d6f7DBe0/logo.png
deleted file mode 100644
index a60839cc6845e..0000000000000
Binary files a/blockchains/ethereum/assets/0x431ad2ff6a9C365805eBaD47Ee021148d6f7DBe0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x432555E5c898F83fC5F00dF631BD9c2801FeA289/info.json b/blockchains/ethereum/assets/0x432555E5c898F83fC5F00dF631BD9c2801FeA289/info.json
deleted file mode 100644
index 1de93288ec6dd..0000000000000
--- a/blockchains/ethereum/assets/0x432555E5c898F83fC5F00dF631BD9c2801FeA289/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HubrisOne",
- "symbol": "HBRS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x432555E5c898F83fC5F00dF631BD9c2801FeA289",
- "status": "abandoned",
- "id": "0x432555E5c898F83fC5F00dF631BD9c2801FeA289"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x432555E5c898F83fC5F00dF631BD9c2801FeA289/logo.png b/blockchains/ethereum/assets/0x432555E5c898F83fC5F00dF631BD9c2801FeA289/logo.png
deleted file mode 100644
index df9d97f906a49..0000000000000
Binary files a/blockchains/ethereum/assets/0x432555E5c898F83fC5F00dF631BD9c2801FeA289/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x43257DDCf6f22987062a7Dbe032Ffa67E4e0bB3a/info.json b/blockchains/ethereum/assets/0x43257DDCf6f22987062a7Dbe032Ffa67E4e0bB3a/info.json
deleted file mode 100644
index 13a0c2e67d387..0000000000000
--- a/blockchains/ethereum/assets/0x43257DDCf6f22987062a7Dbe032Ffa67E4e0bB3a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HBTT",
- "website": "https://hbttplus.space/",
- "description": "HBTT Payment System",
- "explorer": "https://etherscan.io/token/0x43257DDCf6f22987062a7Dbe032Ffa67E4e0bB3a",
- "type": "ERC20",
- "symbol": "HBTT",
- "decimals": 4,
- "status": "active",
- "id": "0x43257DDCf6f22987062a7Dbe032Ffa67E4e0bB3a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x43257DDCf6f22987062a7Dbe032Ffa67E4e0bB3a/logo.png b/blockchains/ethereum/assets/0x43257DDCf6f22987062a7Dbe032Ffa67E4e0bB3a/logo.png
deleted file mode 100644
index c55cc03210471..0000000000000
Binary files a/blockchains/ethereum/assets/0x43257DDCf6f22987062a7Dbe032Ffa67E4e0bB3a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4355fC160f74328f9b383dF2EC589bB3dFd82Ba0/info.json b/blockchains/ethereum/assets/0x4355fC160f74328f9b383dF2EC589bB3dFd82Ba0/info.json
deleted file mode 100644
index c90291144350f..0000000000000
--- a/blockchains/ethereum/assets/0x4355fC160f74328f9b383dF2EC589bB3dFd82Ba0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Opus Token",
- "symbol": "OPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "OPUS let’s musicians keep close to 100% of their profits for themselves, a truly revolutionary move in the music industry.",
- "website": "http://opus-foundation.org/",
- "explorer": "https://etherscan.io/token/0x4355fC160f74328f9b383dF2EC589bB3dFd82Ba0",
- "status": "active",
- "id": "0x4355fC160f74328f9b383dF2EC589bB3dFd82Ba0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4355fC160f74328f9b383dF2EC589bB3dFd82Ba0/logo.png b/blockchains/ethereum/assets/0x4355fC160f74328f9b383dF2EC589bB3dFd82Ba0/logo.png
deleted file mode 100755
index a0aa70da2328f..0000000000000
Binary files a/blockchains/ethereum/assets/0x4355fC160f74328f9b383dF2EC589bB3dFd82Ba0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x43567eb78638A55bbE51E9f9FB5B2D7AD1F125aa/info.json b/blockchains/ethereum/assets/0x43567eb78638A55bbE51E9f9FB5B2D7AD1F125aa/info.json
deleted file mode 100644
index 5c7271a93144b..0000000000000
--- a/blockchains/ethereum/assets/0x43567eb78638A55bbE51E9f9FB5B2D7AD1F125aa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HAC Token",
- "symbol": "HAC",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "https://hackspace.capital/",
- "explorer": "https://etherscan.io/token/0x43567eb78638A55bbE51E9f9FB5B2D7AD1F125aa",
- "status": "abandoned",
- "id": "0x43567eb78638A55bbE51E9f9FB5B2D7AD1F125aa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x43567eb78638A55bbE51E9f9FB5B2D7AD1F125aa/logo.png b/blockchains/ethereum/assets/0x43567eb78638A55bbE51E9f9FB5B2D7AD1F125aa/logo.png
deleted file mode 100644
index 0ae1f62aca3e7..0000000000000
Binary files a/blockchains/ethereum/assets/0x43567eb78638A55bbE51E9f9FB5B2D7AD1F125aa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x435d4183ae0Aeb1bABC31bd25A815d6244fC3562/info.json b/blockchains/ethereum/assets/0x435d4183ae0Aeb1bABC31bd25A815d6244fC3562/info.json
deleted file mode 100644
index 3786ecf252742..0000000000000
--- a/blockchains/ethereum/assets/0x435d4183ae0Aeb1bABC31bd25A815d6244fC3562/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rich Human Crypto",
- "symbol": "RHC",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x435d4183ae0Aeb1bABC31bd25A815d6244fC3562",
- "status": "abandoned",
- "id": "0x435d4183ae0Aeb1bABC31bd25A815d6244fC3562"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x435d4183ae0Aeb1bABC31bd25A815d6244fC3562/logo.png b/blockchains/ethereum/assets/0x435d4183ae0Aeb1bABC31bd25A815d6244fC3562/logo.png
deleted file mode 100644
index 215c20c918a7c..0000000000000
Binary files a/blockchains/ethereum/assets/0x435d4183ae0Aeb1bABC31bd25A815d6244fC3562/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x43688910273f199B8AE2cA018c13918fb3D37B58/info.json b/blockchains/ethereum/assets/0x43688910273f199B8AE2cA018c13918fb3D37B58/info.json
deleted file mode 100644
index 938085e00f424..0000000000000
--- a/blockchains/ethereum/assets/0x43688910273f199B8AE2cA018c13918fb3D37B58/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RealToken 5942 Audubon Road Detroit MI",
- "symbol": "REALTOKEN-5942-AUDUBON-RD-DETROIT-MI",
- "type": "ERC20",
- "decimals": 18,
- "description": "Token for classic 1930s home in the Morningside neighborhood of Detroit is the epitome of a promising single-family property investment.",
- "website": "https://realt.co/product/5942-audubon-rd-detroit-mi-48224/",
- "explorer": "https://etherscan.io/token/0x43688910273f199B8AE2cA018c13918fb3D37B58",
- "status": "active",
- "id": "0x43688910273f199B8AE2cA018c13918fb3D37B58"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x43688910273f199B8AE2cA018c13918fb3D37B58/logo.png b/blockchains/ethereum/assets/0x43688910273f199B8AE2cA018c13918fb3D37B58/logo.png
deleted file mode 100644
index 4617b23ed87e8..0000000000000
Binary files a/blockchains/ethereum/assets/0x43688910273f199B8AE2cA018c13918fb3D37B58/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x436F0F3a982074c4a05084485D421466a994FE53/info.json b/blockchains/ethereum/assets/0x436F0F3a982074c4a05084485D421466a994FE53/info.json
deleted file mode 100644
index 7c9d906f86efd..0000000000000
--- a/blockchains/ethereum/assets/0x436F0F3a982074c4a05084485D421466a994FE53/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rate3",
- "symbol": "RTE",
- "type": "ERC20",
- "decimals": 18,
- "description": "Creating a Connected Tokenized World Rate3 bridges enterprises to the blockchain through cross-chain asset tokenization and identity management.",
- "website": "https://www.rate3.network",
- "explorer": "https://etherscan.io/token/0x436F0F3a982074c4a05084485D421466a994FE53",
- "status": "active",
- "id": "0x436F0F3a982074c4a05084485D421466a994FE53"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x436F0F3a982074c4a05084485D421466a994FE53/logo.png b/blockchains/ethereum/assets/0x436F0F3a982074c4a05084485D421466a994FE53/logo.png
deleted file mode 100755
index cfe7375f9eaff..0000000000000
Binary files a/blockchains/ethereum/assets/0x436F0F3a982074c4a05084485D421466a994FE53/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4375E7aD8A01B8eC3Ed041399f62D9Cd120e0063/info.json b/blockchains/ethereum/assets/0x4375E7aD8A01B8eC3Ed041399f62D9Cd120e0063/info.json
deleted file mode 100644
index a3b25da9e4616..0000000000000
--- a/blockchains/ethereum/assets/0x4375E7aD8A01B8eC3Ed041399f62D9Cd120e0063/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BZ",
- "symbol": "BZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.bitz.top/",
- "explorer": "https://etherscan.io/token/0x4375E7aD8A01B8eC3Ed041399f62D9Cd120e0063",
- "status": "abandoned",
- "id": "0x4375E7aD8A01B8eC3Ed041399f62D9Cd120e0063"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4375E7aD8A01B8eC3Ed041399f62D9Cd120e0063/logo.png b/blockchains/ethereum/assets/0x4375E7aD8A01B8eC3Ed041399f62D9Cd120e0063/logo.png
deleted file mode 100755
index ae6666e194ef5..0000000000000
Binary files a/blockchains/ethereum/assets/0x4375E7aD8A01B8eC3Ed041399f62D9Cd120e0063/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x437C7136d9629f6c14d87e6EB67D963b9878B136/info.json b/blockchains/ethereum/assets/0x437C7136d9629f6c14d87e6EB67D963b9878B136/info.json
deleted file mode 100644
index 13ef7806a1ea8..0000000000000
--- a/blockchains/ethereum/assets/0x437C7136d9629f6c14d87e6EB67D963b9878B136/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SMARTCOIN",
- "symbol": "STC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x437C7136d9629f6c14d87e6EB67D963b9878B136",
- "status": "abandoned",
- "id": "0x437C7136d9629f6c14d87e6EB67D963b9878B136"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x437C7136d9629f6c14d87e6EB67D963b9878B136/logo.png b/blockchains/ethereum/assets/0x437C7136d9629f6c14d87e6EB67D963b9878B136/logo.png
deleted file mode 100644
index 582f740957285..0000000000000
Binary files a/blockchains/ethereum/assets/0x437C7136d9629f6c14d87e6EB67D963b9878B136/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4385328cc4D643Ca98DfEA734360C0F596C83449/info.json b/blockchains/ethereum/assets/0x4385328cc4D643Ca98DfEA734360C0F596C83449/info.json
deleted file mode 100644
index 52b636ea855c1..0000000000000
--- a/blockchains/ethereum/assets/0x4385328cc4D643Ca98DfEA734360C0F596C83449/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "tomi",
- "type": "ERC20",
- "symbol": "TOMI",
- "decimals": 18,
- "website": "https://tomi.com/",
- "description": "Alternative internet controlled by the community and privacy infrastructure.",
- "explorer": "https://etherscan.io/token/0x4385328cc4d643ca98dfea734360c0f596c83449",
- "status": "active",
- "id": "0x4385328cc4D643Ca98DfEA734360C0F596C83449",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/tomipioneers"
- },
- {
- "name": "telegram",
- "url": "https://t.me/tomipioneers"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/tominet/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4385328cc4D643Ca98DfEA734360C0F596C83449/logo.png b/blockchains/ethereum/assets/0x4385328cc4D643Ca98DfEA734360C0F596C83449/logo.png
deleted file mode 100644
index 313ab3ade59b2..0000000000000
Binary files a/blockchains/ethereum/assets/0x4385328cc4D643Ca98DfEA734360C0F596C83449/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x439B5ECBB7DF6167695e236650313CA58Eb2F8f9/info.json b/blockchains/ethereum/assets/0x439B5ECBB7DF6167695e236650313CA58Eb2F8f9/info.json
deleted file mode 100644
index 3b1e32a4a5118..0000000000000
--- a/blockchains/ethereum/assets/0x439B5ECBB7DF6167695e236650313CA58Eb2F8f9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sanook Token",
- "symbol": "SNK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x439B5ECBB7DF6167695e236650313CA58Eb2F8f9",
- "status": "abandoned",
- "id": "0x439B5ECBB7DF6167695e236650313CA58Eb2F8f9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x439B5ECBB7DF6167695e236650313CA58Eb2F8f9/logo.png b/blockchains/ethereum/assets/0x439B5ECBB7DF6167695e236650313CA58Eb2F8f9/logo.png
deleted file mode 100644
index 6ab386fed1bec..0000000000000
Binary files a/blockchains/ethereum/assets/0x439B5ECBB7DF6167695e236650313CA58Eb2F8f9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x439ad7Ac2b7D92a24C25537CF1AA243f365D0CB0/info.json b/blockchains/ethereum/assets/0x439ad7Ac2b7D92a24C25537CF1AA243f365D0CB0/info.json
deleted file mode 100644
index 95beac3fdf67c..0000000000000
--- a/blockchains/ethereum/assets/0x439ad7Ac2b7D92a24C25537CF1AA243f365D0CB0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BITLoTo",
- "symbol": "BTT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x439ad7Ac2b7D92a24C25537CF1AA243f365D0CB0",
- "status": "abandoned",
- "id": "0x439ad7Ac2b7D92a24C25537CF1AA243f365D0CB0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x439ad7Ac2b7D92a24C25537CF1AA243f365D0CB0/logo.png b/blockchains/ethereum/assets/0x439ad7Ac2b7D92a24C25537CF1AA243f365D0CB0/logo.png
deleted file mode 100644
index 8f710cdc4d565..0000000000000
Binary files a/blockchains/ethereum/assets/0x439ad7Ac2b7D92a24C25537CF1AA243f365D0CB0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x439d6bf9506fb86e4Ba620Be4971B04525DA57c5/info.json b/blockchains/ethereum/assets/0x439d6bf9506fb86e4Ba620Be4971B04525DA57c5/info.json
deleted file mode 100644
index 7dab9c2df7e5e..0000000000000
--- a/blockchains/ethereum/assets/0x439d6bf9506fb86e4Ba620Be4971B04525DA57c5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SINGAPORE ENJOY FOUNDATION PTE.LTD ",
- "symbol": "ENJOY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x439d6bf9506fb86e4Ba620Be4971B04525DA57c5",
- "status": "abandoned",
- "id": "0x439d6bf9506fb86e4Ba620Be4971B04525DA57c5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x439d6bf9506fb86e4Ba620Be4971B04525DA57c5/logo.png b/blockchains/ethereum/assets/0x439d6bf9506fb86e4Ba620Be4971B04525DA57c5/logo.png
deleted file mode 100644
index 6bc3c2dd1b5ca..0000000000000
Binary files a/blockchains/ethereum/assets/0x439d6bf9506fb86e4Ba620Be4971B04525DA57c5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd/info.json b/blockchains/ethereum/assets/0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd/info.json
deleted file mode 100644
index 21d7bf70760ca..0000000000000
--- a/blockchains/ethereum/assets/0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "DODO",
- "website": "https://dodoex.io/",
- "description": "DODO is a liquidity protocol powered by the Proactive Market Maker (PMM) algorithm and built for capital efficiency.",
- "explorer": "https://etherscan.io/token/0x43dfc4159d86f3a37a5a4b3d4580b888ad7d4ddd",
- "type": "ERC20",
- "symbol": "DODO",
- "decimals": 18,
- "status": "active",
- "id": "0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/DODOEX/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/DODO"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/DodoEx/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/dodoex"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd/logo.png b/blockchains/ethereum/assets/0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd/logo.png
deleted file mode 100644
index 3e5c749672d58..0000000000000
Binary files a/blockchains/ethereum/assets/0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x43E248b058438F05e78CEb66aFC1555a97CB280F/info.json b/blockchains/ethereum/assets/0x43E248b058438F05e78CEb66aFC1555a97CB280F/info.json
deleted file mode 100644
index e8157ad103c39..0000000000000
--- a/blockchains/ethereum/assets/0x43E248b058438F05e78CEb66aFC1555a97CB280F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ThrillerX",
- "symbol": "TLX",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x43E248b058438F05e78CEb66aFC1555a97CB280F",
- "status": "abandoned",
- "id": "0x43E248b058438F05e78CEb66aFC1555a97CB280F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x43E248b058438F05e78CEb66aFC1555a97CB280F/logo.png b/blockchains/ethereum/assets/0x43E248b058438F05e78CEb66aFC1555a97CB280F/logo.png
deleted file mode 100644
index 603b46f023f23..0000000000000
Binary files a/blockchains/ethereum/assets/0x43E248b058438F05e78CEb66aFC1555a97CB280F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x43E5F59247b235449E16eC84c46BA43991Ef6093/info.json b/blockchains/ethereum/assets/0x43E5F59247b235449E16eC84c46BA43991Ef6093/info.json
deleted file mode 100644
index ce8202b4859e2..0000000000000
--- a/blockchains/ethereum/assets/0x43E5F59247b235449E16eC84c46BA43991Ef6093/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coin Bank Int",
- "symbol": "CBI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x43E5F59247b235449E16eC84c46BA43991Ef6093",
- "status": "abandoned",
- "id": "0x43E5F59247b235449E16eC84c46BA43991Ef6093"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x43E5F59247b235449E16eC84c46BA43991Ef6093/logo.png b/blockchains/ethereum/assets/0x43E5F59247b235449E16eC84c46BA43991Ef6093/logo.png
deleted file mode 100644
index 17f482745b6c6..0000000000000
Binary files a/blockchains/ethereum/assets/0x43E5F59247b235449E16eC84c46BA43991Ef6093/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x43c1c012aA89C60019b4E941cCaC98f22D2f3C01/info.json b/blockchains/ethereum/assets/0x43c1c012aA89C60019b4E941cCaC98f22D2f3C01/info.json
deleted file mode 100644
index 57701e57f92d8..0000000000000
--- a/blockchains/ethereum/assets/0x43c1c012aA89C60019b4E941cCaC98f22D2f3C01/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CTB",
- "symbol": "CTB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x43c1c012aA89C60019b4E941cCaC98f22D2f3C01",
- "status": "abandoned",
- "id": "0x43c1c012aA89C60019b4E941cCaC98f22D2f3C01"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x43c1c012aA89C60019b4E941cCaC98f22D2f3C01/logo.png b/blockchains/ethereum/assets/0x43c1c012aA89C60019b4E941cCaC98f22D2f3C01/logo.png
deleted file mode 100644
index 2121f769782d0..0000000000000
Binary files a/blockchains/ethereum/assets/0x43c1c012aA89C60019b4E941cCaC98f22D2f3C01/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x43eE79e379e7b78D871100ed696e803E7893b644/info.json b/blockchains/ethereum/assets/0x43eE79e379e7b78D871100ed696e803E7893b644/info.json
deleted file mode 100644
index 68fac0cc4d95e..0000000000000
--- a/blockchains/ethereum/assets/0x43eE79e379e7b78D871100ed696e803E7893b644/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UG Token",
- "symbol": "UGT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x43eE79e379e7b78D871100ed696e803E7893b644",
- "status": "abandoned",
- "id": "0x43eE79e379e7b78D871100ed696e803E7893b644"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x43eE79e379e7b78D871100ed696e803E7893b644/logo.png b/blockchains/ethereum/assets/0x43eE79e379e7b78D871100ed696e803E7893b644/logo.png
deleted file mode 100644
index bb861ec2949b8..0000000000000
Binary files a/blockchains/ethereum/assets/0x43eE79e379e7b78D871100ed696e803E7893b644/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x43f11c02439e2736800433b4594994Bd43Cd066D/info.json b/blockchains/ethereum/assets/0x43f11c02439e2736800433b4594994Bd43Cd066D/info.json
deleted file mode 100644
index 23942b66ec054..0000000000000
--- a/blockchains/ethereum/assets/0x43f11c02439e2736800433b4594994Bd43Cd066D/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Floki Inu",
- "website": "https://theflokiinu.com",
- "description": "Floki Inu is a meme token that provides deflationary rewards to holders.",
- "explorer": "https://etherscan.io/token/0x43f11c02439e2736800433b4594994Bd43Cd066D",
- "type": "ERC20",
- "symbol": "FLOKI",
- "decimals": 9,
- "status": "abandoned",
- "id": "0x43f11c02439e2736800433b4594994Bd43Cd066D",
- "tags": [
- "deflationary"
- ],
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/FlokiInuToken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/RealFlokiInu"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/floki-inu/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/floki-inu"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x43f11c02439e2736800433b4594994Bd43Cd066D/logo.png b/blockchains/ethereum/assets/0x43f11c02439e2736800433b4594994Bd43Cd066D/logo.png
deleted file mode 100644
index 52a97499126e8..0000000000000
Binary files a/blockchains/ethereum/assets/0x43f11c02439e2736800433b4594994Bd43Cd066D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4403d1fd75cb4e4bb723223397dA1e4fC8C92ebe/info.json b/blockchains/ethereum/assets/0x4403d1fd75cb4e4bb723223397dA1e4fC8C92ebe/info.json
deleted file mode 100644
index fc3d2eed464f4..0000000000000
--- a/blockchains/ethereum/assets/0x4403d1fd75cb4e4bb723223397dA1e4fC8C92ebe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C581294",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4403d1fd75cb4e4bb723223397dA1e4fC8C92ebe",
- "status": "abandoned",
- "id": "0x4403d1fd75cb4e4bb723223397dA1e4fC8C92ebe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4403d1fd75cb4e4bb723223397dA1e4fC8C92ebe/logo.png b/blockchains/ethereum/assets/0x4403d1fd75cb4e4bb723223397dA1e4fC8C92ebe/logo.png
deleted file mode 100644
index 607a5f2db911e..0000000000000
Binary files a/blockchains/ethereum/assets/0x4403d1fd75cb4e4bb723223397dA1e4fC8C92ebe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x44086035439E676c02D411880FcCb9837CE37c57/info.json b/blockchains/ethereum/assets/0x44086035439E676c02D411880FcCb9837CE37c57/info.json
deleted file mode 100644
index e30243a549e82..0000000000000
--- a/blockchains/ethereum/assets/0x44086035439E676c02D411880FcCb9837CE37c57/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "unified Stable Dollar",
- "website": "https://unifihub.com",
- "description": "uSD is a stablecoin based on Uniswap Liquidity Pools Minted by the magic rainbow of Uniswap stablecoin pools, and backed by the power of the Unicorn, uSD is the most secure and resilient stablecoin on Ethereum - ever. The only way it could be destabilized is if the entire stablecoin industry crashed.",
- "explorer": "https://etherscan.io/token/0x44086035439E676c02D411880FcCb9837CE37c57",
- "type": "ERC20",
- "symbol": "uSD",
- "decimals": 18,
- "status": "active",
- "id": "0x44086035439E676c02D411880FcCb9837CE37c57",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/b-u-i-d-l/unifi/tree/master/contracts/stableCoin"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/b-u-i-d-l/unifi/blob/master/README.md"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x44086035439E676c02D411880FcCb9837CE37c57/logo.png b/blockchains/ethereum/assets/0x44086035439E676c02D411880FcCb9837CE37c57/logo.png
deleted file mode 100644
index 2063833f3fac4..0000000000000
Binary files a/blockchains/ethereum/assets/0x44086035439E676c02D411880FcCb9837CE37c57/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x44197A4c44D6A059297cAf6be4F7e172BD56Caaf/info.json b/blockchains/ethereum/assets/0x44197A4c44D6A059297cAf6be4F7e172BD56Caaf/info.json
deleted file mode 100644
index dac58d456275d..0000000000000
--- a/blockchains/ethereum/assets/0x44197A4c44D6A059297cAf6be4F7e172BD56Caaf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ELTCOIN",
- "symbol": "ELTCOIN",
- "type": "ERC20",
- "decimals": 8,
- "description": "A community-driven currency that powers an open-sourced library of cool dapps built on Ethereum.",
- "website": "https://www.eltcoin.tech/",
- "explorer": "https://etherscan.io/token/0x44197A4c44D6A059297cAf6be4F7e172BD56Caaf",
- "status": "active",
- "id": "0x44197A4c44D6A059297cAf6be4F7e172BD56Caaf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x44197A4c44D6A059297cAf6be4F7e172BD56Caaf/logo.png b/blockchains/ethereum/assets/0x44197A4c44D6A059297cAf6be4F7e172BD56Caaf/logo.png
deleted file mode 100644
index f65771c7544c8..0000000000000
Binary files a/blockchains/ethereum/assets/0x44197A4c44D6A059297cAf6be4F7e172BD56Caaf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x441d91F7AAEe51C7AE8cAB84333D6383A8a8C175/info.json b/blockchains/ethereum/assets/0x441d91F7AAEe51C7AE8cAB84333D6383A8a8C175/info.json
deleted file mode 100644
index 228f6fffc7adb..0000000000000
--- a/blockchains/ethereum/assets/0x441d91F7AAEe51C7AE8cAB84333D6383A8a8C175/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Speculative Resistance RTC",
- "website": "https://veravoss.github.io/rtc/#spectre",
- "description": "Deflationary token with decreasing supply and a fair launch. Read This Contract (RTC).",
- "explorer": "https://etherscan.io/token/0x441d91F7AAEe51C7AE8cAB84333D6383A8a8C175",
- "type": "ERC20",
- "symbol": "SPECTRE",
- "decimals": 18,
- "status": "active",
- "id": "0x441d91F7AAEe51C7AE8cAB84333D6383A8a8C175"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x441d91F7AAEe51C7AE8cAB84333D6383A8a8C175/logo.png b/blockchains/ethereum/assets/0x441d91F7AAEe51C7AE8cAB84333D6383A8a8C175/logo.png
deleted file mode 100755
index 5dd13a1b0b81c..0000000000000
Binary files a/blockchains/ethereum/assets/0x441d91F7AAEe51C7AE8cAB84333D6383A8a8C175/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x441e2C4EB49c00f835b9d2dE1Aa59F27b69F949f/info.json b/blockchains/ethereum/assets/0x441e2C4EB49c00f835b9d2dE1Aa59F27b69F949f/info.json
deleted file mode 100644
index 8cfc8ff91e415..0000000000000
--- a/blockchains/ethereum/assets/0x441e2C4EB49c00f835b9d2dE1Aa59F27b69F949f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bytecoin Black",
- "symbol": "BCB",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x441e2C4EB49c00f835b9d2dE1Aa59F27b69F949f",
- "status": "abandoned",
- "id": "0x441e2C4EB49c00f835b9d2dE1Aa59F27b69F949f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x441e2C4EB49c00f835b9d2dE1Aa59F27b69F949f/logo.png b/blockchains/ethereum/assets/0x441e2C4EB49c00f835b9d2dE1Aa59F27b69F949f/logo.png
deleted file mode 100644
index 2e05b58b15b22..0000000000000
Binary files a/blockchains/ethereum/assets/0x441e2C4EB49c00f835b9d2dE1Aa59F27b69F949f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x442d985EFeBC633b8Bfd14fF99E860A5609a6484/info.json b/blockchains/ethereum/assets/0x442d985EFeBC633b8Bfd14fF99E860A5609a6484/info.json
deleted file mode 100644
index 71ab1974f6839..0000000000000
--- a/blockchains/ethereum/assets/0x442d985EFeBC633b8Bfd14fF99E860A5609a6484/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethavo",
- "symbol": "EVO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x442d985EFeBC633b8Bfd14fF99E860A5609a6484",
- "status": "abandoned",
- "id": "0x442d985EFeBC633b8Bfd14fF99E860A5609a6484"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x442d985EFeBC633b8Bfd14fF99E860A5609a6484/logo.png b/blockchains/ethereum/assets/0x442d985EFeBC633b8Bfd14fF99E860A5609a6484/logo.png
deleted file mode 100644
index 8b8be7dc34edb..0000000000000
Binary files a/blockchains/ethereum/assets/0x442d985EFeBC633b8Bfd14fF99E860A5609a6484/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x443dC1c35cf812156C840Fe90639836C8a7371b0/info.json b/blockchains/ethereum/assets/0x443dC1c35cf812156C840Fe90639836C8a7371b0/info.json
deleted file mode 100644
index f71d6862c2dcf..0000000000000
--- a/blockchains/ethereum/assets/0x443dC1c35cf812156C840Fe90639836C8a7371b0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "THANKS",
- "symbol": "THANKS",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x443dC1c35cf812156C840Fe90639836C8a7371b0",
- "status": "active",
- "id": "0x443dC1c35cf812156C840Fe90639836C8a7371b0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x443dC1c35cf812156C840Fe90639836C8a7371b0/logo.png b/blockchains/ethereum/assets/0x443dC1c35cf812156C840Fe90639836C8a7371b0/logo.png
deleted file mode 100644
index cb3bd42b3dd66..0000000000000
Binary files a/blockchains/ethereum/assets/0x443dC1c35cf812156C840Fe90639836C8a7371b0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4442556a08a841227bEf04C67A7Ba7acf01b6Fc8/info.json b/blockchains/ethereum/assets/0x4442556a08a841227bEf04C67A7Ba7acf01b6Fc8/info.json
deleted file mode 100644
index 26ecf41e3f022..0000000000000
--- a/blockchains/ethereum/assets/0x4442556a08a841227bEf04C67A7Ba7acf01b6Fc8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Monarch Token",
- "symbol": "MT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://monarchwallet.com/",
- "explorer": "https://etherscan.io/token/0x4442556a08a841227bEf04C67A7Ba7acf01b6Fc8",
- "status": "abandoned",
- "id": "0x4442556a08a841227bEf04C67A7Ba7acf01b6Fc8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4442556a08a841227bEf04C67A7Ba7acf01b6Fc8/logo.png b/blockchains/ethereum/assets/0x4442556a08a841227bEf04C67A7Ba7acf01b6Fc8/logo.png
deleted file mode 100644
index acd4f0d15f060..0000000000000
Binary files a/blockchains/ethereum/assets/0x4442556a08a841227bEf04C67A7Ba7acf01b6Fc8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x44449Fa4d607F807d1eD4a69ad942971728391C8/info.json b/blockchains/ethereum/assets/0x44449Fa4d607F807d1eD4a69ad942971728391C8/info.json
deleted file mode 100644
index e0f26e48e302e..0000000000000
--- a/blockchains/ethereum/assets/0x44449Fa4d607F807d1eD4a69ad942971728391C8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XMED Chain Token",
- "symbol": "XMCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x44449Fa4d607F807d1eD4a69ad942971728391C8",
- "status": "abandoned",
- "id": "0x44449Fa4d607F807d1eD4a69ad942971728391C8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x44449Fa4d607F807d1eD4a69ad942971728391C8/logo.png b/blockchains/ethereum/assets/0x44449Fa4d607F807d1eD4a69ad942971728391C8/logo.png
deleted file mode 100755
index 3ec773598c707..0000000000000
Binary files a/blockchains/ethereum/assets/0x44449Fa4d607F807d1eD4a69ad942971728391C8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x444997b7e7fC830E20089afea3078cd518fCF2A2/info.json b/blockchains/ethereum/assets/0x444997b7e7fC830E20089afea3078cd518fCF2A2/info.json
deleted file mode 100644
index 61925cb52def1..0000000000000
--- a/blockchains/ethereum/assets/0x444997b7e7fC830E20089afea3078cd518fCF2A2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EWO Token",
- "symbol": "EWO",
- "type": "ERC20",
- "decimals": 18,
- "description": "EWO lets you earn from properties you don’t own while helping people you don’t know. Real estate-based interest accounts for crypto that pays weekly.",
- "website": "https://www.ewoplace.com/",
- "explorer": "https://etherscan.io/token/0x444997b7e7fC830E20089afea3078cd518fCF2A2",
- "status": "active",
- "id": "0x444997b7e7fC830E20089afea3078cd518fCF2A2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x444997b7e7fC830E20089afea3078cd518fCF2A2/logo.png b/blockchains/ethereum/assets/0x444997b7e7fC830E20089afea3078cd518fCF2A2/logo.png
deleted file mode 100755
index ab5cc7dacdcab..0000000000000
Binary files a/blockchains/ethereum/assets/0x444997b7e7fC830E20089afea3078cd518fCF2A2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x44618dE3Bf9b6DCBc3750eE058980cB614813d08/info.json b/blockchains/ethereum/assets/0x44618dE3Bf9b6DCBc3750eE058980cB614813d08/info.json
deleted file mode 100644
index 62aae9e5f7160..0000000000000
--- a/blockchains/ethereum/assets/0x44618dE3Bf9b6DCBc3750eE058980cB614813d08/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crypto VENO",
- "symbol": "VENO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x44618dE3Bf9b6DCBc3750eE058980cB614813d08",
- "status": "abandoned",
- "id": "0x44618dE3Bf9b6DCBc3750eE058980cB614813d08"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x44618dE3Bf9b6DCBc3750eE058980cB614813d08/logo.png b/blockchains/ethereum/assets/0x44618dE3Bf9b6DCBc3750eE058980cB614813d08/logo.png
deleted file mode 100755
index e8a41f554ed7f..0000000000000
Binary files a/blockchains/ethereum/assets/0x44618dE3Bf9b6DCBc3750eE058980cB614813d08/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x446C9033E7516D820cc9a2ce2d0B7328b579406F/info.json b/blockchains/ethereum/assets/0x446C9033E7516D820cc9a2ce2d0B7328b579406F/info.json
deleted file mode 100644
index d2fda24dd86fe..0000000000000
--- a/blockchains/ethereum/assets/0x446C9033E7516D820cc9a2ce2d0B7328b579406F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SOLVE",
- "website": "https://solve.care",
- "description": "Solve.Care is a healthcare IT company that builds blockchain platforms which the team believes may improve the way healthcare is delivered and managed.",
- "explorer": "https://etherscan.io/token/0x446C9033E7516D820cc9a2ce2d0B7328b579406F",
- "type": "ERC20",
- "symbol": "SOLVE",
- "decimals": 8,
- "status": "active",
- "id": "0x446C9033E7516D820cc9a2ce2d0B7328b579406F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x446C9033E7516D820cc9a2ce2d0B7328b579406F/logo.png b/blockchains/ethereum/assets/0x446C9033E7516D820cc9a2ce2d0B7328b579406F/logo.png
deleted file mode 100644
index 28866fb684200..0000000000000
Binary files a/blockchains/ethereum/assets/0x446C9033E7516D820cc9a2ce2d0B7328b579406F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x44709a920fCcF795fbC57BAA433cc3dd53C44DbE/info.json b/blockchains/ethereum/assets/0x44709a920fCcF795fbC57BAA433cc3dd53C44DbE/info.json
deleted file mode 100644
index 5f077e7d848b2..0000000000000
--- a/blockchains/ethereum/assets/0x44709a920fCcF795fbC57BAA433cc3dd53C44DbE/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "DappRadar",
- "website": "https://dappradar.com/",
- "description": "DappRadar aims to be one of the leading global NFT & DeFi DAPP store.",
- "explorer": "https://etherscan.io/token/0x44709a920fccf795fbc57baa433cc3dd53c44dbe",
- "symbol": "RADAR",
- "type": "ERC20",
- "decimals": 18,
- "status": "active",
- "id": "0x44709a920fCcF795fbC57BAA433cc3dd53C44DbE",
- "tags": [
- "nft",
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/dappradar"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/dappradar"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/dappradar/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/joinchat/GdhNjQ8PMhCZ_a0CZutmXg"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x44709a920fCcF795fbC57BAA433cc3dd53C44DbE/logo.png b/blockchains/ethereum/assets/0x44709a920fCcF795fbC57BAA433cc3dd53C44DbE/logo.png
deleted file mode 100644
index d054ff564f1f9..0000000000000
Binary files a/blockchains/ethereum/assets/0x44709a920fCcF795fbC57BAA433cc3dd53C44DbE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4470BB87d77b963A013DB939BE332f927f2b992e/info.json b/blockchains/ethereum/assets/0x4470BB87d77b963A013DB939BE332f927f2b992e/info.json
deleted file mode 100644
index 2983f65862073..0000000000000
--- a/blockchains/ethereum/assets/0x4470BB87d77b963A013DB939BE332f927f2b992e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AdEx",
- "symbol": "ADX",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4470BB87d77b963A013DB939BE332f927f2b992e",
- "status": "abandoned",
- "id": "0x4470BB87d77b963A013DB939BE332f927f2b992e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4470BB87d77b963A013DB939BE332f927f2b992e/logo.png b/blockchains/ethereum/assets/0x4470BB87d77b963A013DB939BE332f927f2b992e/logo.png
deleted file mode 100644
index c219b24e34f30..0000000000000
Binary files a/blockchains/ethereum/assets/0x4470BB87d77b963A013DB939BE332f927f2b992e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4488eD050cd13CcFe0B0fCf3d168216830142775/info.json b/blockchains/ethereum/assets/0x4488eD050cd13CcFe0B0fCf3d168216830142775/info.json
deleted file mode 100644
index 8b91de016f07c..0000000000000
--- a/blockchains/ethereum/assets/0x4488eD050cd13CcFe0B0fCf3d168216830142775/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Netkiller eBook Reader Coin",
- "symbol": "NBRC",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4488eD050cd13CcFe0B0fCf3d168216830142775",
- "status": "abandoned",
- "id": "0x4488eD050cd13CcFe0B0fCf3d168216830142775"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4488eD050cd13CcFe0B0fCf3d168216830142775/logo.png b/blockchains/ethereum/assets/0x4488eD050cd13CcFe0B0fCf3d168216830142775/logo.png
deleted file mode 100644
index e496bec4cf2a8..0000000000000
Binary files a/blockchains/ethereum/assets/0x4488eD050cd13CcFe0B0fCf3d168216830142775/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x448a47359833b26e5AA988dDB7A72099F6242170/info.json b/blockchains/ethereum/assets/0x448a47359833b26e5AA988dDB7A72099F6242170/info.json
deleted file mode 100644
index b3cf335fbbaee..0000000000000
--- a/blockchains/ethereum/assets/0x448a47359833b26e5AA988dDB7A72099F6242170/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Real Estate Investment Token",
- "symbol": "RIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://uberstate.me/",
- "explorer": "https://etherscan.io/token/0x448a47359833b26e5AA988dDB7A72099F6242170",
- "status": "abandoned",
- "id": "0x448a47359833b26e5AA988dDB7A72099F6242170"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x448a47359833b26e5AA988dDB7A72099F6242170/logo.png b/blockchains/ethereum/assets/0x448a47359833b26e5AA988dDB7A72099F6242170/logo.png
deleted file mode 100644
index 2ab8bd8720f6b..0000000000000
Binary files a/blockchains/ethereum/assets/0x448a47359833b26e5AA988dDB7A72099F6242170/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4493730b053D19e774bdfebaDB70823Ec4C59eD5/info.json b/blockchains/ethereum/assets/0x4493730b053D19e774bdfebaDB70823Ec4C59eD5/info.json
deleted file mode 100644
index f9036303bb156..0000000000000
--- a/blockchains/ethereum/assets/0x4493730b053D19e774bdfebaDB70823Ec4C59eD5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-1/30M1",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4493730b053D19e774bdfebaDB70823Ec4C59eD5",
- "status": "abandoned",
- "id": "0x4493730b053D19e774bdfebaDB70823Ec4C59eD5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4493730b053D19e774bdfebaDB70823Ec4C59eD5/logo.png b/blockchains/ethereum/assets/0x4493730b053D19e774bdfebaDB70823Ec4C59eD5/logo.png
deleted file mode 100644
index ccfb3f65e32b0..0000000000000
Binary files a/blockchains/ethereum/assets/0x4493730b053D19e774bdfebaDB70823Ec4C59eD5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x449574C69f3A658794829eD81639A7A9ECe041E1/info.json b/blockchains/ethereum/assets/0x449574C69f3A658794829eD81639A7A9ECe041E1/info.json
deleted file mode 100644
index 100fd56d48adc..0000000000000
--- a/blockchains/ethereum/assets/0x449574C69f3A658794829eD81639A7A9ECe041E1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "NEOG",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x449574C69f3A658794829eD81639A7A9ECe041E1",
- "status": "abandoned",
- "id": "0x449574C69f3A658794829eD81639A7A9ECe041E1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x449574C69f3A658794829eD81639A7A9ECe041E1/logo.png b/blockchains/ethereum/assets/0x449574C69f3A658794829eD81639A7A9ECe041E1/logo.png
deleted file mode 100644
index f30a76937175b..0000000000000
Binary files a/blockchains/ethereum/assets/0x449574C69f3A658794829eD81639A7A9ECe041E1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x449C164df2D0b9D6a15B48D8b93059e28872fC74/info.json b/blockchains/ethereum/assets/0x449C164df2D0b9D6a15B48D8b93059e28872fC74/info.json
deleted file mode 100644
index 71f973e5c2d3e..0000000000000
--- a/blockchains/ethereum/assets/0x449C164df2D0b9D6a15B48D8b93059e28872fC74/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XBTC",
- "symbol": "XBTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x449C164df2D0b9D6a15B48D8b93059e28872fC74",
- "status": "abandoned",
- "id": "0x449C164df2D0b9D6a15B48D8b93059e28872fC74"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x449C164df2D0b9D6a15B48D8b93059e28872fC74/logo.png b/blockchains/ethereum/assets/0x449C164df2D0b9D6a15B48D8b93059e28872fC74/logo.png
deleted file mode 100644
index 0b42f643f158b..0000000000000
Binary files a/blockchains/ethereum/assets/0x449C164df2D0b9D6a15B48D8b93059e28872fC74/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x449b25b8DB95Ca26aD7B7ec896145A2b900aFe0b/info.json b/blockchains/ethereum/assets/0x449b25b8DB95Ca26aD7B7ec896145A2b900aFe0b/info.json
deleted file mode 100644
index 4202952f2321c..0000000000000
--- a/blockchains/ethereum/assets/0x449b25b8DB95Ca26aD7B7ec896145A2b900aFe0b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sarun Token",
- "symbol": "SRT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x449b25b8DB95Ca26aD7B7ec896145A2b900aFe0b",
- "status": "abandoned",
- "id": "0x449b25b8DB95Ca26aD7B7ec896145A2b900aFe0b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x449b25b8DB95Ca26aD7B7ec896145A2b900aFe0b/logo.png b/blockchains/ethereum/assets/0x449b25b8DB95Ca26aD7B7ec896145A2b900aFe0b/logo.png
deleted file mode 100644
index 5c5f343d3fcb2..0000000000000
Binary files a/blockchains/ethereum/assets/0x449b25b8DB95Ca26aD7B7ec896145A2b900aFe0b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x449c640B6C7fce4f8aD2e3Dcd900D13be40174Af/info.json b/blockchains/ethereum/assets/0x449c640B6C7fce4f8aD2e3Dcd900D13be40174Af/info.json
deleted file mode 100644
index 595f1fda89cf9..0000000000000
--- a/blockchains/ethereum/assets/0x449c640B6C7fce4f8aD2e3Dcd900D13be40174Af/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IGICOIN",
- "symbol": "IGI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x449c640B6C7fce4f8aD2e3Dcd900D13be40174Af",
- "status": "abandoned",
- "id": "0x449c640B6C7fce4f8aD2e3Dcd900D13be40174Af"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x449c640B6C7fce4f8aD2e3Dcd900D13be40174Af/logo.png b/blockchains/ethereum/assets/0x449c640B6C7fce4f8aD2e3Dcd900D13be40174Af/logo.png
deleted file mode 100644
index bc30a4f5bc0c4..0000000000000
Binary files a/blockchains/ethereum/assets/0x449c640B6C7fce4f8aD2e3Dcd900D13be40174Af/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x44A67C8570a61A28bAfd0035042f2F0A73a64428/info.json b/blockchains/ethereum/assets/0x44A67C8570a61A28bAfd0035042f2F0A73a64428/info.json
deleted file mode 100644
index 7154c238f2c2c..0000000000000
--- a/blockchains/ethereum/assets/0x44A67C8570a61A28bAfd0035042f2F0A73a64428/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GermanCoin",
- "symbol": "GCX",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://germancoin.info/",
- "explorer": "https://etherscan.io/token/0x44A67C8570a61A28bAfd0035042f2F0A73a64428",
- "status": "abandoned",
- "id": "0x44A67C8570a61A28bAfd0035042f2F0A73a64428"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x44A67C8570a61A28bAfd0035042f2F0A73a64428/logo.png b/blockchains/ethereum/assets/0x44A67C8570a61A28bAfd0035042f2F0A73a64428/logo.png
deleted file mode 100644
index 616088d8bbf50..0000000000000
Binary files a/blockchains/ethereum/assets/0x44A67C8570a61A28bAfd0035042f2F0A73a64428/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x44B7e4fDD6A36D9c6574808c6B31ae50db9dF12d/info.json b/blockchains/ethereum/assets/0x44B7e4fDD6A36D9c6574808c6B31ae50db9dF12d/info.json
deleted file mode 100644
index f6413397a42e6..0000000000000
--- a/blockchains/ethereum/assets/0x44B7e4fDD6A36D9c6574808c6B31ae50db9dF12d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CPH MQA",
- "symbol": "CMQA",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x44B7e4fDD6A36D9c6574808c6B31ae50db9dF12d",
- "status": "abandoned",
- "id": "0x44B7e4fDD6A36D9c6574808c6B31ae50db9dF12d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x44B7e4fDD6A36D9c6574808c6B31ae50db9dF12d/logo.png b/blockchains/ethereum/assets/0x44B7e4fDD6A36D9c6574808c6B31ae50db9dF12d/logo.png
deleted file mode 100644
index 3d99c58fe6cda..0000000000000
Binary files a/blockchains/ethereum/assets/0x44B7e4fDD6A36D9c6574808c6B31ae50db9dF12d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x44DB405765397DEad3B71fdB943572D18Bdb16fD/info.json b/blockchains/ethereum/assets/0x44DB405765397DEad3B71fdB943572D18Bdb16fD/info.json
deleted file mode 100644
index 1c70412abc724..0000000000000
--- a/blockchains/ethereum/assets/0x44DB405765397DEad3B71fdB943572D18Bdb16fD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ga-me.io token",
- "symbol": "GAMT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x44DB405765397DEad3B71fdB943572D18Bdb16fD",
- "status": "abandoned",
- "id": "0x44DB405765397DEad3B71fdB943572D18Bdb16fD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x44DB405765397DEad3B71fdB943572D18Bdb16fD/logo.png b/blockchains/ethereum/assets/0x44DB405765397DEad3B71fdB943572D18Bdb16fD/logo.png
deleted file mode 100644
index 5e780db6bb960..0000000000000
Binary files a/blockchains/ethereum/assets/0x44DB405765397DEad3B71fdB943572D18Bdb16fD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x44E2ca91ceA1147f1B503e669f06CD11FB0C5490/info.json b/blockchains/ethereum/assets/0x44E2ca91ceA1147f1B503e669f06CD11FB0C5490/info.json
deleted file mode 100644
index 35cdf35a5ef4e..0000000000000
--- a/blockchains/ethereum/assets/0x44E2ca91ceA1147f1B503e669f06CD11FB0C5490/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoinMetro Token",
- "symbol": "XCM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://coinmetro.com/",
- "explorer": "https://etherscan.io/token/0x44E2ca91ceA1147f1B503e669f06CD11FB0C5490",
- "status": "abandoned",
- "id": "0x44E2ca91ceA1147f1B503e669f06CD11FB0C5490"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x44E2ca91ceA1147f1B503e669f06CD11FB0C5490/logo.png b/blockchains/ethereum/assets/0x44E2ca91ceA1147f1B503e669f06CD11FB0C5490/logo.png
deleted file mode 100644
index 74b0cb166546e..0000000000000
Binary files a/blockchains/ethereum/assets/0x44E2ca91ceA1147f1B503e669f06CD11FB0C5490/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x44F588aEeB8C44471439D1270B3603c66a9262F1/info.json b/blockchains/ethereum/assets/0x44F588aEeB8C44471439D1270B3603c66a9262F1/info.json
deleted file mode 100644
index 3b9b645cfa9c7..0000000000000
--- a/blockchains/ethereum/assets/0x44F588aEeB8C44471439D1270B3603c66a9262F1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SnipCoin",
- "symbol": "SNIP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x44F588aEeB8C44471439D1270B3603c66a9262F1",
- "status": "abandoned",
- "id": "0x44F588aEeB8C44471439D1270B3603c66a9262F1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x44F588aEeB8C44471439D1270B3603c66a9262F1/logo.png b/blockchains/ethereum/assets/0x44F588aEeB8C44471439D1270B3603c66a9262F1/logo.png
deleted file mode 100644
index c55e391817c78..0000000000000
Binary files a/blockchains/ethereum/assets/0x44F588aEeB8C44471439D1270B3603c66a9262F1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x44a718aC1bbfF570B8A0D9A25A0BA8f317e049b7/info.json b/blockchains/ethereum/assets/0x44a718aC1bbfF570B8A0D9A25A0BA8f317e049b7/info.json
deleted file mode 100644
index 00822e7de4296..0000000000000
--- a/blockchains/ethereum/assets/0x44a718aC1bbfF570B8A0D9A25A0BA8f317e049b7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NuChainLink Token",
- "symbol": "NuLINK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x44a718aC1bbfF570B8A0D9A25A0BA8f317e049b7",
- "status": "abandoned",
- "id": "0x44a718aC1bbfF570B8A0D9A25A0BA8f317e049b7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x44a718aC1bbfF570B8A0D9A25A0BA8f317e049b7/logo.png b/blockchains/ethereum/assets/0x44a718aC1bbfF570B8A0D9A25A0BA8f317e049b7/logo.png
deleted file mode 100644
index 6cbd10aece122..0000000000000
Binary files a/blockchains/ethereum/assets/0x44a718aC1bbfF570B8A0D9A25A0BA8f317e049b7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x44b6e3e85561ce054aB13Affa0773358D795D36D/info.json b/blockchains/ethereum/assets/0x44b6e3e85561ce054aB13Affa0773358D795D36D/info.json
deleted file mode 100644
index 7a58cdccb95b4..0000000000000
--- a/blockchains/ethereum/assets/0x44b6e3e85561ce054aB13Affa0773358D795D36D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ethArt",
- "symbol": "ARTE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x44b6e3e85561ce054aB13Affa0773358D795D36D",
- "status": "abandoned",
- "id": "0x44b6e3e85561ce054aB13Affa0773358D795D36D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x44b6e3e85561ce054aB13Affa0773358D795D36D/logo.png b/blockchains/ethereum/assets/0x44b6e3e85561ce054aB13Affa0773358D795D36D/logo.png
deleted file mode 100644
index 1f75a44e1cad3..0000000000000
Binary files a/blockchains/ethereum/assets/0x44b6e3e85561ce054aB13Affa0773358D795D36D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x44bf22949F9cc84b61B9328a9d885d1b5C806b41/info.json b/blockchains/ethereum/assets/0x44bf22949F9cc84b61B9328a9d885d1b5C806b41/info.json
deleted file mode 100644
index a8de537a8098c..0000000000000
--- a/blockchains/ethereum/assets/0x44bf22949F9cc84b61B9328a9d885d1b5C806b41/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mozo Token",
- "symbol": "MOZO",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x44bf22949F9cc84b61B9328a9d885d1b5C806b41",
- "status": "abandoned",
- "id": "0x44bf22949F9cc84b61B9328a9d885d1b5C806b41"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x44bf22949F9cc84b61B9328a9d885d1b5C806b41/logo.png b/blockchains/ethereum/assets/0x44bf22949F9cc84b61B9328a9d885d1b5C806b41/logo.png
deleted file mode 100644
index 7c6449b153b30..0000000000000
Binary files a/blockchains/ethereum/assets/0x44bf22949F9cc84b61B9328a9d885d1b5C806b41/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x44d269b126443007C2241E034416100fB7fDe3cB/info.json b/blockchains/ethereum/assets/0x44d269b126443007C2241E034416100fB7fDe3cB/info.json
deleted file mode 100644
index 1ea5b6d5b7b5c..0000000000000
--- a/blockchains/ethereum/assets/0x44d269b126443007C2241E034416100fB7fDe3cB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ind3X Exchange Token",
- "symbol": "Ind3X",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x44d269b126443007C2241E034416100fB7fDe3cB",
- "status": "abandoned",
- "id": "0x44d269b126443007C2241E034416100fB7fDe3cB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x44d269b126443007C2241E034416100fB7fDe3cB/logo.png b/blockchains/ethereum/assets/0x44d269b126443007C2241E034416100fB7fDe3cB/logo.png
deleted file mode 100644
index 9f0ce23a7fe55..0000000000000
Binary files a/blockchains/ethereum/assets/0x44d269b126443007C2241E034416100fB7fDe3cB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x45080a6531d671DDFf20DB42f93792a489685e32/info.json b/blockchains/ethereum/assets/0x45080a6531d671DDFf20DB42f93792a489685e32/info.json
deleted file mode 100644
index def95daa15ed3..0000000000000
--- a/blockchains/ethereum/assets/0x45080a6531d671DDFf20DB42f93792a489685e32/info.json
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "name": "finance.vote",
- "type": "ERC20",
- "symbol": "FVT",
- "decimals": 18,
- "website": "https://finance.vote",
- "description": "FVT is a utility token that powers the finance.vote dApp Suite.",
- "explorer": "https://etherscan.io/token/0x45080a6531d671ddff20db42f93792a489685e32",
- "status": "active",
- "id": "0x45080a6531d671DDFf20DB42f93792a489685e32",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/financedotvote"
- },
- {
- "name": "telegram",
- "url": "https://t.me/financevote"
- },
- {
- "name": "docs",
- "url": "https://financevote.readthedocs.io/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/QJ9cCQ7Cwy"
- },
- {
- "name": "whitepaper",
- "url": "https://f646e629-e6ab-436e-b4b5-ad62237799a8.filesusr.com/ugd/2f63aa_acbd8518e6cb4b20ae956ef661f85335.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/finance-vote/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/finance-vote"
- },
- {
- "name": "source_code",
- "url": "https://gitlab.com/finance.vote"
- },
- {
- "name": "blog",
- "url": "https://financedotvote.medium.com/"
- },
- {
- "name": "medium",
- "url": "https://financedotvote.medium.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x45080a6531d671DDFf20DB42f93792a489685e32/logo.png b/blockchains/ethereum/assets/0x45080a6531d671DDFf20DB42f93792a489685e32/logo.png
deleted file mode 100644
index 67c0113e214b4..0000000000000
Binary files a/blockchains/ethereum/assets/0x45080a6531d671DDFf20DB42f93792a489685e32/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4508FF4d0532D24051d3378680c37d63fFEC82EF/info.json b/blockchains/ethereum/assets/0x4508FF4d0532D24051d3378680c37d63fFEC82EF/info.json
deleted file mode 100644
index 8c3815c368384..0000000000000
--- a/blockchains/ethereum/assets/0x4508FF4d0532D24051d3378680c37d63fFEC82EF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Thorium",
- "symbol": "TORI",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4508FF4d0532D24051d3378680c37d63fFEC82EF",
- "status": "abandoned",
- "id": "0x4508FF4d0532D24051d3378680c37d63fFEC82EF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4508FF4d0532D24051d3378680c37d63fFEC82EF/logo.png b/blockchains/ethereum/assets/0x4508FF4d0532D24051d3378680c37d63fFEC82EF/logo.png
deleted file mode 100644
index 7891023579006..0000000000000
Binary files a/blockchains/ethereum/assets/0x4508FF4d0532D24051d3378680c37d63fFEC82EF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x450bbc727100D806797CD617c88d1319563F8416/info.json b/blockchains/ethereum/assets/0x450bbc727100D806797CD617c88d1319563F8416/info.json
deleted file mode 100644
index f8378c9b112aa..0000000000000
--- a/blockchains/ethereum/assets/0x450bbc727100D806797CD617c88d1319563F8416/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dochain",
- "symbol": "DOC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x450bbc727100D806797CD617c88d1319563F8416",
- "status": "abandoned",
- "id": "0x450bbc727100D806797CD617c88d1319563F8416"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x450bbc727100D806797CD617c88d1319563F8416/logo.png b/blockchains/ethereum/assets/0x450bbc727100D806797CD617c88d1319563F8416/logo.png
deleted file mode 100644
index f79d1ebcf79af..0000000000000
Binary files a/blockchains/ethereum/assets/0x450bbc727100D806797CD617c88d1319563F8416/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x45245bc59219eeaAF6cD3f382e078A461FF9De7B/info.json b/blockchains/ethereum/assets/0x45245bc59219eeaAF6cD3f382e078A461FF9De7B/info.json
deleted file mode 100644
index 3f290878ab4a0..0000000000000
--- a/blockchains/ethereum/assets/0x45245bc59219eeaAF6cD3f382e078A461FF9De7B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"\"BANKEX\"\" project utility token\"",
- "symbol": "BKX",
- "type": "ERC20",
- "decimals": 18,
- "description": "The BANKEX Proof-of-Asset (PoA) Protocol is a new standard used to create smart assets and smart contracts for decentralized capital markets.",
- "website": "https://bankex.com/en/",
- "explorer": "https://etherscan.io/token/0x45245bc59219eeaAF6cD3f382e078A461FF9De7B",
- "status": "active",
- "id": "0x45245bc59219eeaAF6cD3f382e078A461FF9De7B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x45245bc59219eeaAF6cD3f382e078A461FF9De7B/logo.png b/blockchains/ethereum/assets/0x45245bc59219eeaAF6cD3f382e078A461FF9De7B/logo.png
deleted file mode 100644
index ba6299c23a993..0000000000000
Binary files a/blockchains/ethereum/assets/0x45245bc59219eeaAF6cD3f382e078A461FF9De7B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x452502602022fa1f1753019053FCf841e770efaE/info.json b/blockchains/ethereum/assets/0x452502602022fa1f1753019053FCf841e770efaE/info.json
deleted file mode 100644
index 579d3a1218be4..0000000000000
--- a/blockchains/ethereum/assets/0x452502602022fa1f1753019053FCf841e770efaE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-18/30M48",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x452502602022fa1f1753019053FCf841e770efaE",
- "status": "abandoned",
- "id": "0x452502602022fa1f1753019053FCf841e770efaE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x452502602022fa1f1753019053FCf841e770efaE/logo.png b/blockchains/ethereum/assets/0x452502602022fa1f1753019053FCf841e770efaE/logo.png
deleted file mode 100644
index 7cba917841677..0000000000000
Binary files a/blockchains/ethereum/assets/0x452502602022fa1f1753019053FCf841e770efaE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4527a3B4A8A150403090a99b87efFC96F2195047/info.json b/blockchains/ethereum/assets/0x4527a3B4A8A150403090a99b87efFC96F2195047/info.json
deleted file mode 100644
index a6ff5087a322f..0000000000000
--- a/blockchains/ethereum/assets/0x4527a3B4A8A150403090a99b87efFC96F2195047/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "P2P Solutions Foundation",
- "symbol": "P2PS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.p2psf.org/",
- "explorer": "https://etherscan.io/token/0x4527a3B4A8A150403090a99b87efFC96F2195047",
- "status": "abandoned",
- "id": "0x4527a3B4A8A150403090a99b87efFC96F2195047"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4527a3B4A8A150403090a99b87efFC96F2195047/logo.png b/blockchains/ethereum/assets/0x4527a3B4A8A150403090a99b87efFC96F2195047/logo.png
deleted file mode 100755
index 45cca6fd7115d..0000000000000
Binary files a/blockchains/ethereum/assets/0x4527a3B4A8A150403090a99b87efFC96F2195047/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x452f6DE535f613B92443F5446AE4e7C1c4Ad01f2/info.json b/blockchains/ethereum/assets/0x452f6DE535f613B92443F5446AE4e7C1c4Ad01f2/info.json
deleted file mode 100644
index b35d73613e86b..0000000000000
--- a/blockchains/ethereum/assets/0x452f6DE535f613B92443F5446AE4e7C1c4Ad01f2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UsPay",
- "symbol": "USPAY",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "https://uspay.cash/",
- "explorer": "https://etherscan.io/token/0x452f6DE535f613B92443F5446AE4e7C1c4Ad01f2",
- "status": "abandoned",
- "id": "0x452f6DE535f613B92443F5446AE4e7C1c4Ad01f2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x452f6DE535f613B92443F5446AE4e7C1c4Ad01f2/logo.png b/blockchains/ethereum/assets/0x452f6DE535f613B92443F5446AE4e7C1c4Ad01f2/logo.png
deleted file mode 100644
index 53473e1a921d9..0000000000000
Binary files a/blockchains/ethereum/assets/0x452f6DE535f613B92443F5446AE4e7C1c4Ad01f2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4549c04465e1a89c16D5037c962077857e3923C4/info.json b/blockchains/ethereum/assets/0x4549c04465e1a89c16D5037c962077857e3923C4/info.json
deleted file mode 100644
index 7afb4fa736261..0000000000000
--- a/blockchains/ethereum/assets/0x4549c04465e1a89c16D5037c962077857e3923C4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Evangel",
- "symbol": "EVA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4549c04465e1a89c16D5037c962077857e3923C4",
- "status": "abandoned",
- "id": "0x4549c04465e1a89c16D5037c962077857e3923C4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4549c04465e1a89c16D5037c962077857e3923C4/logo.png b/blockchains/ethereum/assets/0x4549c04465e1a89c16D5037c962077857e3923C4/logo.png
deleted file mode 100644
index 6d6b707ba80f7..0000000000000
Binary files a/blockchains/ethereum/assets/0x4549c04465e1a89c16D5037c962077857e3923C4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x454B9f249bC1492eE995793Bbc3e57b830F1A5e9/info.json b/blockchains/ethereum/assets/0x454B9f249bC1492eE995793Bbc3e57b830F1A5e9/info.json
deleted file mode 100644
index fc24220b4d0ac..0000000000000
--- a/blockchains/ethereum/assets/0x454B9f249bC1492eE995793Bbc3e57b830F1A5e9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Alphacon Token",
- "symbol": "ALP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x454B9f249bC1492eE995793Bbc3e57b830F1A5e9",
- "status": "abandoned",
- "id": "0x454B9f249bC1492eE995793Bbc3e57b830F1A5e9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x454B9f249bC1492eE995793Bbc3e57b830F1A5e9/logo.png b/blockchains/ethereum/assets/0x454B9f249bC1492eE995793Bbc3e57b830F1A5e9/logo.png
deleted file mode 100644
index 5b871b003510f..0000000000000
Binary files a/blockchains/ethereum/assets/0x454B9f249bC1492eE995793Bbc3e57b830F1A5e9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x456125Cd98107ae0480Ba566f1b716D48Ba31453/info.json b/blockchains/ethereum/assets/0x456125Cd98107ae0480Ba566f1b716D48Ba31453/info.json
deleted file mode 100644
index 3c1971f1ec029..0000000000000
--- a/blockchains/ethereum/assets/0x456125Cd98107ae0480Ba566f1b716D48Ba31453/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Ultimate Champions Token",
- "type": "ERC20",
- "symbol": "CHAMP",
- "decimals": 18,
- "website": "https://token.ultimate-champions.com/",
- "description": "Ultimate Champions is a free to play and play to earn fantasy sports game.",
- "explorer": "https://etherscan.io/token/0x456125Cd98107ae0480Ba566f1b716D48Ba31453",
- "status": "active",
- "id": "0x456125Cd98107ae0480Ba566f1b716D48Ba31453",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ultimate-champions/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/UltiChamps"
- },
- {
- "name": "whitepaper",
- "url": "https://whitepaper.ultimate-champions.com/"
- },
- {
- "name": "medium",
- "url": "https://ultimatechampions.medium.com/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ultimatechampions"
- }
- ],
- "tags": [
- "nft",
- "gamefi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x456125Cd98107ae0480Ba566f1b716D48Ba31453/logo.png b/blockchains/ethereum/assets/0x456125Cd98107ae0480Ba566f1b716D48Ba31453/logo.png
deleted file mode 100644
index a16cde4bd1f7d..0000000000000
Binary files a/blockchains/ethereum/assets/0x456125Cd98107ae0480Ba566f1b716D48Ba31453/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4568De775a2D2B872b05549153b14016561fa087/info.json b/blockchains/ethereum/assets/0x4568De775a2D2B872b05549153b14016561fa087/info.json
deleted file mode 100644
index c7e377a474b5b..0000000000000
--- a/blockchains/ethereum/assets/0x4568De775a2D2B872b05549153b14016561fa087/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-26/30M86",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4568De775a2D2B872b05549153b14016561fa087",
- "status": "abandoned",
- "id": "0x4568De775a2D2B872b05549153b14016561fa087"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4568De775a2D2B872b05549153b14016561fa087/logo.png b/blockchains/ethereum/assets/0x4568De775a2D2B872b05549153b14016561fa087/logo.png
deleted file mode 100644
index 29eedddd6f26b..0000000000000
Binary files a/blockchains/ethereum/assets/0x4568De775a2D2B872b05549153b14016561fa087/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x456AE45c0CE901E2e7c99c0718031cEc0A7A59Ff/info.json b/blockchains/ethereum/assets/0x456AE45c0CE901E2e7c99c0718031cEc0A7A59Ff/info.json
deleted file mode 100644
index a27210ae8921f..0000000000000
--- a/blockchains/ethereum/assets/0x456AE45c0CE901E2e7c99c0718031cEc0A7A59Ff/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vision Network",
- "symbol": "VSN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.vision-network.io/",
- "explorer": "https://etherscan.io/token/0x456AE45c0CE901E2e7c99c0718031cEc0A7A59Ff",
- "status": "abandoned",
- "id": "0x456AE45c0CE901E2e7c99c0718031cEc0A7A59Ff"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x456AE45c0CE901E2e7c99c0718031cEc0A7A59Ff/logo.png b/blockchains/ethereum/assets/0x456AE45c0CE901E2e7c99c0718031cEc0A7A59Ff/logo.png
deleted file mode 100644
index f6f43d78e9344..0000000000000
Binary files a/blockchains/ethereum/assets/0x456AE45c0CE901E2e7c99c0718031cEc0A7A59Ff/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x456D8f0D25A4e787eE60c401F8B963a465148f70/info.json b/blockchains/ethereum/assets/0x456D8f0D25A4e787eE60c401F8B963a465148f70/info.json
deleted file mode 100644
index f01640ac24bd4..0000000000000
--- a/blockchains/ethereum/assets/0x456D8f0D25A4e787eE60c401F8B963a465148f70/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Cavapoo",
- "website": "https://www.cava.finance/",
- "description": "Fair launched on June 1 2021, Cavapoo ($CAVA) is the new dog in town bridging the crypto space with real-world events. $CAVA is fully decentralized and is on a mission to bring awareness to actively promoting and encouraging the funding of charities and acknowledging what’s currently happening in the world.",
- "explorer": "https://etherscan.io/token/0x456D8f0D25A4e787eE60c401F8B963a465148f70",
- "symbol": "CAVA",
- "type": "ERC20",
- "decimals": 9,
- "status": "active",
- "id": "0x456D8f0D25A4e787eE60c401F8B963a465148f70",
- "tags": [
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x456D8f0D25A4e787eE60c401F8B963a465148f70/logo.png b/blockchains/ethereum/assets/0x456D8f0D25A4e787eE60c401F8B963a465148f70/logo.png
deleted file mode 100644
index 57d9440ecbcc0..0000000000000
Binary files a/blockchains/ethereum/assets/0x456D8f0D25A4e787eE60c401F8B963a465148f70/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4571f3a386d1bd18E25d70d117e7067FA0Bd9D08/info.json b/blockchains/ethereum/assets/0x4571f3a386d1bd18E25d70d117e7067FA0Bd9D08/info.json
deleted file mode 100644
index 420319d0fad84..0000000000000
--- a/blockchains/ethereum/assets/0x4571f3a386d1bd18E25d70d117e7067FA0Bd9D08/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DEXTERG",
- "symbol": "DXG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4571f3a386d1bd18E25d70d117e7067FA0Bd9D08",
- "status": "abandoned",
- "id": "0x4571f3a386d1bd18E25d70d117e7067FA0Bd9D08"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4571f3a386d1bd18E25d70d117e7067FA0Bd9D08/logo.png b/blockchains/ethereum/assets/0x4571f3a386d1bd18E25d70d117e7067FA0Bd9D08/logo.png
deleted file mode 100755
index b3ac1697e4bef..0000000000000
Binary files a/blockchains/ethereum/assets/0x4571f3a386d1bd18E25d70d117e7067FA0Bd9D08/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4575f41308EC1483f3d399aa9a2826d74Da13Deb/info.json b/blockchains/ethereum/assets/0x4575f41308EC1483f3d399aa9a2826d74Da13Deb/info.json
deleted file mode 100644
index 8f888449d2253..0000000000000
--- a/blockchains/ethereum/assets/0x4575f41308EC1483f3d399aa9a2826d74Da13Deb/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Orchid",
- "website": "https://orchid.com",
- "description": "Orchid (OXT) is the native token of Orchid, a cryptocurrency-powered virtual private network (VPN).",
- "explorer": "https://etherscan.io/token/0x4575f41308EC1483f3d399aa9a2826d74Da13Deb",
- "research": "https://research.binance.com/en/projects/orchid",
- "type": "ERC20",
- "symbol": "OXT",
- "decimals": 18,
- "status": "active",
- "id": "0x4575f41308EC1483f3d399aa9a2826d74Da13Deb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4575f41308EC1483f3d399aa9a2826d74Da13Deb/logo.png b/blockchains/ethereum/assets/0x4575f41308EC1483f3d399aa9a2826d74Da13Deb/logo.png
deleted file mode 100644
index e832c819bb266..0000000000000
Binary files a/blockchains/ethereum/assets/0x4575f41308EC1483f3d399aa9a2826d74Da13Deb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x45804880De22913dAFE09f4980848ECE6EcbAf78/info.json b/blockchains/ethereum/assets/0x45804880De22913dAFE09f4980848ECE6EcbAf78/info.json
deleted file mode 100644
index 1a8b22b8c8f61..0000000000000
--- a/blockchains/ethereum/assets/0x45804880De22913dAFE09f4980848ECE6EcbAf78/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "PAX Gold",
- "website": "https://paxos.com/paxgold",
- "description": "PAX Gold (PAXG) is a digital asset where one token is backed by one fine troy ounce (t oz) of a 400 oz London Good Delivery gold bar, stored in Brink’s gold vaults.",
- "explorer": "https://etherscan.io/token/0x45804880De22913dAFE09f4980848ECE6EcbAf78",
- "research": "https://research.binance.com/en/projects/pax-gold",
- "type": "ERC20",
- "symbol": "PAXG",
- "decimals": 18,
- "status": "active",
- "id": "0x45804880De22913dAFE09f4980848ECE6EcbAf78"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x45804880De22913dAFE09f4980848ECE6EcbAf78/logo.png b/blockchains/ethereum/assets/0x45804880De22913dAFE09f4980848ECE6EcbAf78/logo.png
deleted file mode 100644
index 6838aa9c70983..0000000000000
Binary files a/blockchains/ethereum/assets/0x45804880De22913dAFE09f4980848ECE6EcbAf78/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x459086F2376525BdCebA5bDDA135e4E9d3FeF5bf/info.json b/blockchains/ethereum/assets/0x459086F2376525BdCebA5bDDA135e4E9d3FeF5bf/info.json
deleted file mode 100644
index 51c12a74330f8..0000000000000
--- a/blockchains/ethereum/assets/0x459086F2376525BdCebA5bDDA135e4E9d3FeF5bf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "renBCH",
- "symbol": "renBCH",
- "type": "ERC20",
- "decimals": 8,
- "description": "renBCH is a one-for-one representation of BCH on Ethereum via RenVM.",
- "website": "https://renproject.io/",
- "explorer": "https://etherscan.io/token/0x459086F2376525BdCebA5bDDA135e4E9d3FeF5bf",
- "status": "active",
- "id": "0x459086F2376525BdCebA5bDDA135e4E9d3FeF5bf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x459086F2376525BdCebA5bDDA135e4E9d3FeF5bf/logo.png b/blockchains/ethereum/assets/0x459086F2376525BdCebA5bDDA135e4E9d3FeF5bf/logo.png
deleted file mode 100644
index 1365daaa534f6..0000000000000
Binary files a/blockchains/ethereum/assets/0x459086F2376525BdCebA5bDDA135e4E9d3FeF5bf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4599836c212CD988EAccc54C820Ee9261cdaAC71/info.json b/blockchains/ethereum/assets/0x4599836c212CD988EAccc54C820Ee9261cdaAC71/info.json
deleted file mode 100644
index 7ee632d1b2349..0000000000000
--- a/blockchains/ethereum/assets/0x4599836c212CD988EAccc54C820Ee9261cdaAC71/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cryptid",
- "symbol": "CID",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://crypt-id.com",
- "explorer": "https://etherscan.io/token/0x4599836c212CD988EAccc54C820Ee9261cdaAC71",
- "status": "abandoned",
- "id": "0x4599836c212CD988EAccc54C820Ee9261cdaAC71"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4599836c212CD988EAccc54C820Ee9261cdaAC71/logo.png b/blockchains/ethereum/assets/0x4599836c212CD988EAccc54C820Ee9261cdaAC71/logo.png
deleted file mode 100644
index 1fc8db60ce842..0000000000000
Binary files a/blockchains/ethereum/assets/0x4599836c212CD988EAccc54C820Ee9261cdaAC71/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x45Af324F53a8D7DA1752DAd74ADc1748126D7978/info.json b/blockchains/ethereum/assets/0x45Af324F53a8D7DA1752DAd74ADc1748126D7978/info.json
deleted file mode 100644
index e20c6cc265df9..0000000000000
--- a/blockchains/ethereum/assets/0x45Af324F53a8D7DA1752DAd74ADc1748126D7978/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MyTV Token",
- "symbol": "MYTV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://mytvchain.io/",
- "explorer": "https://etherscan.io/token/0x45Af324F53a8D7DA1752DAd74ADc1748126D7978",
- "status": "abandoned",
- "id": "0x45Af324F53a8D7DA1752DAd74ADc1748126D7978"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x45Af324F53a8D7DA1752DAd74ADc1748126D7978/logo.png b/blockchains/ethereum/assets/0x45Af324F53a8D7DA1752DAd74ADc1748126D7978/logo.png
deleted file mode 100644
index acd1ac3519da6..0000000000000
Binary files a/blockchains/ethereum/assets/0x45Af324F53a8D7DA1752DAd74ADc1748126D7978/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x45C912Df1Ebf29BF208af374Bb9C51DeBf679939/info.json b/blockchains/ethereum/assets/0x45C912Df1Ebf29BF208af374Bb9C51DeBf679939/info.json
deleted file mode 100644
index 8eb23a7f18340..0000000000000
--- a/blockchains/ethereum/assets/0x45C912Df1Ebf29BF208af374Bb9C51DeBf679939/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Miss Wang",
- "symbol": "ETW",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x45C912Df1Ebf29BF208af374Bb9C51DeBf679939",
- "status": "abandoned",
- "id": "0x45C912Df1Ebf29BF208af374Bb9C51DeBf679939"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x45C912Df1Ebf29BF208af374Bb9C51DeBf679939/logo.png b/blockchains/ethereum/assets/0x45C912Df1Ebf29BF208af374Bb9C51DeBf679939/logo.png
deleted file mode 100644
index b259a92653e4b..0000000000000
Binary files a/blockchains/ethereum/assets/0x45C912Df1Ebf29BF208af374Bb9C51DeBf679939/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x45D180d2f5825Bf6D2DcF383AF83b5D217C96924/info.json b/blockchains/ethereum/assets/0x45D180d2f5825Bf6D2DcF383AF83b5D217C96924/info.json
deleted file mode 100644
index e9a10cb85b6f3..0000000000000
--- a/blockchains/ethereum/assets/0x45D180d2f5825Bf6D2DcF383AF83b5D217C96924/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FEST",
- "symbol": "FST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x45D180d2f5825Bf6D2DcF383AF83b5D217C96924",
- "status": "abandoned",
- "id": "0x45D180d2f5825Bf6D2DcF383AF83b5D217C96924"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x45D180d2f5825Bf6D2DcF383AF83b5D217C96924/logo.png b/blockchains/ethereum/assets/0x45D180d2f5825Bf6D2DcF383AF83b5D217C96924/logo.png
deleted file mode 100755
index 11e3fbe2cc3a8..0000000000000
Binary files a/blockchains/ethereum/assets/0x45D180d2f5825Bf6D2DcF383AF83b5D217C96924/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x45D66D8c36d7c9d431ADE018a96DF809118f0EEd/info.json b/blockchains/ethereum/assets/0x45D66D8c36d7c9d431ADE018a96DF809118f0EEd/info.json
deleted file mode 100644
index 257003cd10bbe..0000000000000
--- a/blockchains/ethereum/assets/0x45D66D8c36d7c9d431ADE018a96DF809118f0EEd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DACSC",
- "symbol": "DACSC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x45D66D8c36d7c9d431ADE018a96DF809118f0EEd",
- "status": "abandoned",
- "id": "0x45D66D8c36d7c9d431ADE018a96DF809118f0EEd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x45D66D8c36d7c9d431ADE018a96DF809118f0EEd/logo.png b/blockchains/ethereum/assets/0x45D66D8c36d7c9d431ADE018a96DF809118f0EEd/logo.png
deleted file mode 100755
index b73a4721ceeb7..0000000000000
Binary files a/blockchains/ethereum/assets/0x45D66D8c36d7c9d431ADE018a96DF809118f0EEd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x45F2aB0ca2116b2e1a70BF5e13293947b25d0272/info.json b/blockchains/ethereum/assets/0x45F2aB0ca2116b2e1a70BF5e13293947b25d0272/info.json
deleted file mode 100644
index 69d864eff7e7e..0000000000000
--- a/blockchains/ethereum/assets/0x45F2aB0ca2116b2e1a70BF5e13293947b25d0272/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GLOBAL RESERVE SYSTEM",
- "symbol": "GLOB",
- "type": "ERC20",
- "decimals": 18,
- "description": "GLOB aims to solve the problems of the modern economy using the decentralized emission and distribution algorithm, Proof of Transaction.",
- "website": "https://globreserve.github.io/",
- "explorer": "https://etherscan.io/token/0x45F2aB0ca2116b2e1a70BF5e13293947b25d0272",
- "status": "active",
- "id": "0x45F2aB0ca2116b2e1a70BF5e13293947b25d0272"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x45F2aB0ca2116b2e1a70BF5e13293947b25d0272/logo.png b/blockchains/ethereum/assets/0x45F2aB0ca2116b2e1a70BF5e13293947b25d0272/logo.png
deleted file mode 100644
index ac14ba3f63f1e..0000000000000
Binary files a/blockchains/ethereum/assets/0x45F2aB0ca2116b2e1a70BF5e13293947b25d0272/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x45bD9a077C8857dbbf72063692Cc58600199DEdB/info.json b/blockchains/ethereum/assets/0x45bD9a077C8857dbbf72063692Cc58600199DEdB/info.json
deleted file mode 100644
index 379983dfab02a..0000000000000
--- a/blockchains/ethereum/assets/0x45bD9a077C8857dbbf72063692Cc58600199DEdB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Favin Token",
- "symbol": "FAVE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x45bD9a077C8857dbbf72063692Cc58600199DEdB",
- "status": "abandoned",
- "id": "0x45bD9a077C8857dbbf72063692Cc58600199DEdB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x45bD9a077C8857dbbf72063692Cc58600199DEdB/logo.png b/blockchains/ethereum/assets/0x45bD9a077C8857dbbf72063692Cc58600199DEdB/logo.png
deleted file mode 100644
index 11245742c3959..0000000000000
Binary files a/blockchains/ethereum/assets/0x45bD9a077C8857dbbf72063692Cc58600199DEdB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x45cC3676b2EC557E36ee160D100aA47e4D189637/info.json b/blockchains/ethereum/assets/0x45cC3676b2EC557E36ee160D100aA47e4D189637/info.json
deleted file mode 100644
index c6879144d7490..0000000000000
--- a/blockchains/ethereum/assets/0x45cC3676b2EC557E36ee160D100aA47e4D189637/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NOVA",
- "symbol": "NOVA",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x45cC3676b2EC557E36ee160D100aA47e4D189637",
- "status": "abandoned",
- "id": "0x45cC3676b2EC557E36ee160D100aA47e4D189637"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x45cC3676b2EC557E36ee160D100aA47e4D189637/logo.png b/blockchains/ethereum/assets/0x45cC3676b2EC557E36ee160D100aA47e4D189637/logo.png
deleted file mode 100644
index e2ba82f0a6abd..0000000000000
Binary files a/blockchains/ethereum/assets/0x45cC3676b2EC557E36ee160D100aA47e4D189637/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x45e42D659D9f9466cD5DF622506033145a9b89Bc/info.json b/blockchains/ethereum/assets/0x45e42D659D9f9466cD5DF622506033145a9b89Bc/info.json
deleted file mode 100644
index 9aee186e15e05..0000000000000
--- a/blockchains/ethereum/assets/0x45e42D659D9f9466cD5DF622506033145a9b89Bc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nexium",
- "symbol": "NxC",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x45e42D659D9f9466cD5DF622506033145a9b89Bc",
- "status": "abandoned",
- "id": "0x45e42D659D9f9466cD5DF622506033145a9b89Bc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x45e42D659D9f9466cD5DF622506033145a9b89Bc/logo.png b/blockchains/ethereum/assets/0x45e42D659D9f9466cD5DF622506033145a9b89Bc/logo.png
deleted file mode 100755
index 2e7615886ac43..0000000000000
Binary files a/blockchains/ethereum/assets/0x45e42D659D9f9466cD5DF622506033145a9b89Bc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x45f24BaEef268BB6d63AEe5129015d69702BCDfa/info.json b/blockchains/ethereum/assets/0x45f24BaEef268BB6d63AEe5129015d69702BCDfa/info.json
deleted file mode 100644
index 36529a7f731ed..0000000000000
--- a/blockchains/ethereum/assets/0x45f24BaEef268BB6d63AEe5129015d69702BCDfa/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "YFValue",
- "website": "https://valuedefi.io/",
- "description": "Value DeFi: Bringing True Value to DeFi.",
- "explorer": "https://etherscan.io/token/0x45f24BaEef268BB6d63AEe5129015d69702BCDfa",
- "type": "ERC20",
- "symbol": "YFV",
- "decimals": 18,
- "status": "active",
- "id": "0x45f24BaEef268BB6d63AEe5129015d69702BCDfa",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/valuedefi"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/value_defi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ValueDeFi"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/Dpvd7tp"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@valuedefi"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x45f24BaEef268BB6d63AEe5129015d69702BCDfa/logo.png b/blockchains/ethereum/assets/0x45f24BaEef268BB6d63AEe5129015d69702BCDfa/logo.png
deleted file mode 100644
index 26df720569a79..0000000000000
Binary files a/blockchains/ethereum/assets/0x45f24BaEef268BB6d63AEe5129015d69702BCDfa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x461733c17b0755CA5649B6DB08B3E213FCf22546/info.json b/blockchains/ethereum/assets/0x461733c17b0755CA5649B6DB08B3E213FCf22546/info.json
deleted file mode 100644
index ff5ef2a1f6d9c..0000000000000
--- a/blockchains/ethereum/assets/0x461733c17b0755CA5649B6DB08B3E213FCf22546/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ATN",
- "symbol": "ATN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://atn.io",
- "explorer": "https://etherscan.io/token/0x461733c17b0755CA5649B6DB08B3E213FCf22546",
- "status": "active",
- "id": "0x461733c17b0755CA5649B6DB08B3E213FCf22546"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x461733c17b0755CA5649B6DB08B3E213FCf22546/logo.png b/blockchains/ethereum/assets/0x461733c17b0755CA5649B6DB08B3E213FCf22546/logo.png
deleted file mode 100644
index f09465563610e..0000000000000
Binary files a/blockchains/ethereum/assets/0x461733c17b0755CA5649B6DB08B3E213FCf22546/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4618519de4C304F3444ffa7f812dddC2971cc688/info.json b/blockchains/ethereum/assets/0x4618519de4C304F3444ffa7f812dddC2971cc688/info.json
deleted file mode 100644
index 7dd910db4d591..0000000000000
--- a/blockchains/ethereum/assets/0x4618519de4C304F3444ffa7f812dddC2971cc688/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kind Ads Token",
- "symbol": "KIND",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://kindads.io/",
- "explorer": "https://etherscan.io/token/0x4618519de4C304F3444ffa7f812dddC2971cc688",
- "status": "abandoned",
- "id": "0x4618519de4C304F3444ffa7f812dddC2971cc688"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4618519de4C304F3444ffa7f812dddC2971cc688/logo.png b/blockchains/ethereum/assets/0x4618519de4C304F3444ffa7f812dddC2971cc688/logo.png
deleted file mode 100644
index 0fe252463a5b5..0000000000000
Binary files a/blockchains/ethereum/assets/0x4618519de4C304F3444ffa7f812dddC2971cc688/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4619DF2Ca5795834eDdA178610b6aDB46ACF47A9/info.json b/blockchains/ethereum/assets/0x4619DF2Ca5795834eDdA178610b6aDB46ACF47A9/info.json
deleted file mode 100644
index 3b3ad28c7bed5..0000000000000
--- a/blockchains/ethereum/assets/0x4619DF2Ca5795834eDdA178610b6aDB46ACF47A9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sword Coin",
- "symbol": "SWDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4619DF2Ca5795834eDdA178610b6aDB46ACF47A9",
- "status": "abandoned",
- "id": "0x4619DF2Ca5795834eDdA178610b6aDB46ACF47A9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4619DF2Ca5795834eDdA178610b6aDB46ACF47A9/logo.png b/blockchains/ethereum/assets/0x4619DF2Ca5795834eDdA178610b6aDB46ACF47A9/logo.png
deleted file mode 100755
index 238e8eb52e9a4..0000000000000
Binary files a/blockchains/ethereum/assets/0x4619DF2Ca5795834eDdA178610b6aDB46ACF47A9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x462C642C9eC337425d91096e61fF655eF8B4172a/info.json b/blockchains/ethereum/assets/0x462C642C9eC337425d91096e61fF655eF8B4172a/info.json
deleted file mode 100644
index 2a12dc07c61e3..0000000000000
--- a/blockchains/ethereum/assets/0x462C642C9eC337425d91096e61fF655eF8B4172a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-11/30M71",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x462C642C9eC337425d91096e61fF655eF8B4172a",
- "status": "abandoned",
- "id": "0x462C642C9eC337425d91096e61fF655eF8B4172a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x462C642C9eC337425d91096e61fF655eF8B4172a/logo.png b/blockchains/ethereum/assets/0x462C642C9eC337425d91096e61fF655eF8B4172a/logo.png
deleted file mode 100644
index f94640d19b6c8..0000000000000
Binary files a/blockchains/ethereum/assets/0x462C642C9eC337425d91096e61fF655eF8B4172a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x462f85B7c8e1fd9f0D348DAdBc3b907124ce6c6A/info.json b/blockchains/ethereum/assets/0x462f85B7c8e1fd9f0D348DAdBc3b907124ce6c6A/info.json
deleted file mode 100644
index 7377691568c09..0000000000000
--- a/blockchains/ethereum/assets/0x462f85B7c8e1fd9f0D348DAdBc3b907124ce6c6A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C560232",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x462f85B7c8e1fd9f0D348DAdBc3b907124ce6c6A",
- "status": "abandoned",
- "id": "0x462f85B7c8e1fd9f0D348DAdBc3b907124ce6c6A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x462f85B7c8e1fd9f0D348DAdBc3b907124ce6c6A/logo.png b/blockchains/ethereum/assets/0x462f85B7c8e1fd9f0D348DAdBc3b907124ce6c6A/logo.png
deleted file mode 100644
index 4df452bbfba20..0000000000000
Binary files a/blockchains/ethereum/assets/0x462f85B7c8e1fd9f0D348DAdBc3b907124ce6c6A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4639cd8cd52EC1CF2E496a606ce28D8AfB1C792F/info.json b/blockchains/ethereum/assets/0x4639cd8cd52EC1CF2E496a606ce28D8AfB1C792F/info.json
deleted file mode 100644
index ebb9cd7e7b506..0000000000000
--- a/blockchains/ethereum/assets/0x4639cd8cd52EC1CF2E496a606ce28D8AfB1C792F/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "CBDAO",
- "website": "https://coinbreeder.com",
- "description": "CBDAO serves as a sandbox to research and proof test various decentralized consensus protocols on DAOs.",
- "explorer": "https://etherscan.io/token/0x4639cd8cd52EC1CF2E496a606ce28D8AfB1C792F",
- "type": "ERC20",
- "symbol": "BREE",
- "decimals": 18,
- "status": "active",
- "id": "0x4639cd8cd52EC1CF2E496a606ce28D8AfB1C792F",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/coinbreeder/coinbreederDAO/"
- },
- {
- "name": "whitepaper",
- "url": "https://drive.google.com/file/d/1wdVdS1QMcmDLL2IwaXD4p3TD__YeVY7b/view"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4639cd8cd52EC1CF2E496a606ce28D8AfB1C792F/logo.png b/blockchains/ethereum/assets/0x4639cd8cd52EC1CF2E496a606ce28D8AfB1C792F/logo.png
deleted file mode 100644
index b60992082a30b..0000000000000
Binary files a/blockchains/ethereum/assets/0x4639cd8cd52EC1CF2E496a606ce28D8AfB1C792F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x46492473755e8dF960F8034877F61732D718CE96/info.json b/blockchains/ethereum/assets/0x46492473755e8dF960F8034877F61732D718CE96/info.json
deleted file mode 100644
index 80440a6be8fd1..0000000000000
--- a/blockchains/ethereum/assets/0x46492473755e8dF960F8034877F61732D718CE96/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "StarCredits",
- "symbol": "STRC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x46492473755e8dF960F8034877F61732D718CE96",
- "status": "abandoned",
- "id": "0x46492473755e8dF960F8034877F61732D718CE96"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x46492473755e8dF960F8034877F61732D718CE96/logo.png b/blockchains/ethereum/assets/0x46492473755e8dF960F8034877F61732D718CE96/logo.png
deleted file mode 100644
index 8bd4d270246e1..0000000000000
Binary files a/blockchains/ethereum/assets/0x46492473755e8dF960F8034877F61732D718CE96/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x464BADdcE9BD32581a7d59D9Bb8350c7C7764668/info.json b/blockchains/ethereum/assets/0x464BADdcE9BD32581a7d59D9Bb8350c7C7764668/info.json
deleted file mode 100644
index b346c08ad5be3..0000000000000
--- a/blockchains/ethereum/assets/0x464BADdcE9BD32581a7d59D9Bb8350c7C7764668/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Viuly Token",
- "symbol": "VIU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x464BADdcE9BD32581a7d59D9Bb8350c7C7764668",
- "status": "abandoned",
- "id": "0x464BADdcE9BD32581a7d59D9Bb8350c7C7764668"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x464BADdcE9BD32581a7d59D9Bb8350c7C7764668/logo.png b/blockchains/ethereum/assets/0x464BADdcE9BD32581a7d59D9Bb8350c7C7764668/logo.png
deleted file mode 100644
index 6525d0b7bbbbf..0000000000000
Binary files a/blockchains/ethereum/assets/0x464BADdcE9BD32581a7d59D9Bb8350c7C7764668/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x464FdB8AFFC9bac185A7393fd4298137866DCFB8/info.json b/blockchains/ethereum/assets/0x464FdB8AFFC9bac185A7393fd4298137866DCFB8/info.json
deleted file mode 100644
index b66062d8c4d36..0000000000000
--- a/blockchains/ethereum/assets/0x464FdB8AFFC9bac185A7393fd4298137866DCFB8/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "REALM Token",
- "website": "https://realm.art",
- "description": "REALM is the native token of the Realm metaverse.",
- "explorer": "https://etherscan.io/token/0x464fdb8affc9bac185a7393fd4298137866dcfb8",
- "type": "ERC20",
- "symbol": "REALM",
- "decimals": 18,
- "status": "active",
- "id": "0x464FdB8AFFC9bac185A7393fd4298137866DCFB8",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Enter_Realm"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Enter_Realm"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/realm"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x464FdB8AFFC9bac185A7393fd4298137866DCFB8/logo.png b/blockchains/ethereum/assets/0x464FdB8AFFC9bac185A7393fd4298137866DCFB8/logo.png
deleted file mode 100644
index 17d83d4b86b8d..0000000000000
Binary files a/blockchains/ethereum/assets/0x464FdB8AFFC9bac185A7393fd4298137866DCFB8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x464eBE77c293E473B48cFe96dDCf88fcF7bFDAC0/info.json b/blockchains/ethereum/assets/0x464eBE77c293E473B48cFe96dDCf88fcF7bFDAC0/info.json
deleted file mode 100644
index b91327b47ec91..0000000000000
--- a/blockchains/ethereum/assets/0x464eBE77c293E473B48cFe96dDCf88fcF7bFDAC0/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Kryll.io Token",
- "symbol": "KRL",
- "type": "ERC20",
- "decimals": 18,
- "description": "Kryll integrates with the main exchanges, allowing you to centralize your portfolio and trade more easily! New exchanges are added regularly",
- "website": "https://kryll.io/",
- "explorer": "https://etherscan.io/token/0x464eBE77c293E473B48cFe96dDCf88fcF7bFDAC0",
- "status": "active",
- "id": "0x464eBE77c293E473B48cFe96dDCf88fcF7bFDAC0",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Cryptense/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/kryll_io"
- },
- {
- "name": "telegram",
- "url": "https://t.me/kryll_io"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/kryll.io"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/kryll/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/kryll/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x464eBE77c293E473B48cFe96dDCf88fcF7bFDAC0/logo.png b/blockchains/ethereum/assets/0x464eBE77c293E473B48cFe96dDCf88fcF7bFDAC0/logo.png
deleted file mode 100644
index 5669dc3f2788f..0000000000000
Binary files a/blockchains/ethereum/assets/0x464eBE77c293E473B48cFe96dDCf88fcF7bFDAC0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x46576e20EC5F25586A6Fa2E0d6B6058354B72E72/info.json b/blockchains/ethereum/assets/0x46576e20EC5F25586A6Fa2E0d6B6058354B72E72/info.json
deleted file mode 100644
index b505bb90246c4..0000000000000
--- a/blockchains/ethereum/assets/0x46576e20EC5F25586A6Fa2E0d6B6058354B72E72/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Cryptomind",
- "website": "https://cryptomindex.com",
- "description": "The main token of Cryptomindex exchange",
- "explorer": "https://etherscan.io/token/0x46576e20EC5F25586A6Fa2E0d6B6058354B72E72",
- "type": "ERC20",
- "symbol": "CR",
- "decimals": 8,
- "status": "active",
- "id": "0x46576e20EC5F25586A6Fa2E0d6B6058354B72E72",
- "links": [
- {
- "name": "facebook",
- "url": "https://facebook.com/cryptomindex"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/cryptomindex1"
- },
- {
- "name": "telegram",
- "url": "https://t.me/cryptomindex"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x46576e20EC5F25586A6Fa2E0d6B6058354B72E72/logo.png b/blockchains/ethereum/assets/0x46576e20EC5F25586A6Fa2E0d6B6058354B72E72/logo.png
deleted file mode 100644
index 5194383bd0a3d..0000000000000
Binary files a/blockchains/ethereum/assets/0x46576e20EC5F25586A6Fa2E0d6B6058354B72E72/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x466912bAA9430a4a460b141ee8C580D817441449/info.json b/blockchains/ethereum/assets/0x466912bAA9430a4a460b141ee8C580D817441449/info.json
deleted file mode 100644
index 3e6053e2e7ba4..0000000000000
--- a/blockchains/ethereum/assets/0x466912bAA9430a4a460b141ee8C580D817441449/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ocbtoken - Blockmax",
- "symbol": "OCB",
- "type": "ERC20",
- "decimals": 18,
- "description": "Blockmax (OCB) claims to be a Startup project with the goal of retail payment mobilizing capital and developing services in the Crypto field and payment in life.",
- "website": "https://blockmax.io/",
- "explorer": "https://etherscan.io/token/0x466912bAA9430a4a460b141ee8C580D817441449",
- "status": "active",
- "id": "0x466912bAA9430a4a460b141ee8C580D817441449"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x466912bAA9430a4a460b141ee8C580D817441449/logo.png b/blockchains/ethereum/assets/0x466912bAA9430a4a460b141ee8C580D817441449/logo.png
deleted file mode 100644
index a3254021ea7c9..0000000000000
Binary files a/blockchains/ethereum/assets/0x466912bAA9430a4a460b141ee8C580D817441449/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4672bAD527107471cB5067a887f4656D585a8A31/info.json b/blockchains/ethereum/assets/0x4672bAD527107471cB5067a887f4656D585a8A31/info.json
deleted file mode 100644
index 846840e453c4f..0000000000000
--- a/blockchains/ethereum/assets/0x4672bAD527107471cB5067a887f4656D585a8A31/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dropil",
- "symbol": "DROP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://dropil.com/",
- "explorer": "https://etherscan.io/token/0x4672bAD527107471cB5067a887f4656D585a8A31",
- "status": "abandoned",
- "id": "0x4672bAD527107471cB5067a887f4656D585a8A31"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4672bAD527107471cB5067a887f4656D585a8A31/logo.png b/blockchains/ethereum/assets/0x4672bAD527107471cB5067a887f4656D585a8A31/logo.png
deleted file mode 100644
index d4ceea775f7fa..0000000000000
Binary files a/blockchains/ethereum/assets/0x4672bAD527107471cB5067a887f4656D585a8A31/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4674672BcDdDA2ea5300F5207E1158185c944bc0/info.json b/blockchains/ethereum/assets/0x4674672BcDdDA2ea5300F5207E1158185c944bc0/info.json
deleted file mode 100644
index 56de5002b0c6a..0000000000000
--- a/blockchains/ethereum/assets/0x4674672BcDdDA2ea5300F5207E1158185c944bc0/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Gem Exchange and Trading",
- "website": "https://www.gxtglobal.com/en/index.html",
- "description": "GXT, the pioneer of NFT and Diamond Distribution evolves with no limit.",
- "explorer": "https://etherscan.io/token/0x4674672BcDdDA2ea5300F5207E1158185c944bc0",
- "type": "ERC20",
- "symbol": "GXT",
- "decimals": 18,
- "status": "active",
- "id": "0x4674672BcDdDA2ea5300F5207E1158185c944bc0",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/gxtmg/gxt_erc20"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/GXT25075644"
- },
- {
- "name": "telegram",
- "url": "https://t.me/gxtglobal_official"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/gem-exchange-and-trading"
- }
- ],
- "tags": [
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4674672BcDdDA2ea5300F5207E1158185c944bc0/logo.png b/blockchains/ethereum/assets/0x4674672BcDdDA2ea5300F5207E1158185c944bc0/logo.png
deleted file mode 100644
index f4ce4d24f150c..0000000000000
Binary files a/blockchains/ethereum/assets/0x4674672BcDdDA2ea5300F5207E1158185c944bc0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x467719aD09025FcC6cF6F8311755809d45a5E5f3/info.json b/blockchains/ethereum/assets/0x467719aD09025FcC6cF6F8311755809d45a5E5f3/info.json
deleted file mode 100644
index d8169bd28aadd..0000000000000
--- a/blockchains/ethereum/assets/0x467719aD09025FcC6cF6F8311755809d45a5E5f3/info.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "name": "Axelar",
- "type": "ERC20",
- "symbol": "AXL",
- "decimals": 6,
- "website": "https://axelar.network/",
- "description": "Axelar delivers secure cross-chain communication for Web3. Our infrastructure enables dApp users to interact with any asset or application, on any chain, with one click.",
- "explorer": "https://etherscan.io/token/0x467719aD09025FcC6cF6F8311755809d45a5E5f3",
- "status": "active",
- "id": "0x467719aD09025FcC6cF6F8311755809d45a5E5f3",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/axelarcore"
- },
- {
- "name": "github",
- "url": "https://github.com/axelarnetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/axelarcommunity"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/axelar"
- },
- {
- "name": "docs",
- "url": "https://docs.axelar.dev/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/aRZ3Ra6f7D"
- },
- {
- "name": "forum",
- "url": "https://community.axelar.network/"
- },
- {
- "name": "whitepaper",
- "url": "https://axelar.network/axelar_whitepaper.pdf"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/axelar"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@axelar-foundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/axelar/"
- },
- {
- "name": "blog",
- "url": "https://axelar.network/blog"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@Axelarcore"
- }
- ],
- "tags": [
- "wrapped"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x467719aD09025FcC6cF6F8311755809d45a5E5f3/logo.png b/blockchains/ethereum/assets/0x467719aD09025FcC6cF6F8311755809d45a5E5f3/logo.png
deleted file mode 100644
index 6c156aba62660..0000000000000
Binary files a/blockchains/ethereum/assets/0x467719aD09025FcC6cF6F8311755809d45a5E5f3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x467Bccd9d29f223BcE8043b84E8C8B282827790F/info.json b/blockchains/ethereum/assets/0x467Bccd9d29f223BcE8043b84E8C8B282827790F/info.json
deleted file mode 100644
index c8f6a2d0f74e6..0000000000000
--- a/blockchains/ethereum/assets/0x467Bccd9d29f223BcE8043b84E8C8B282827790F/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Telcoin",
- "symbol": "TEL",
- "type": "ERC20",
- "decimals": 2,
- "description": "Telcoin (TEL) is an Ethereum-based decentralized crypto established.",
- "website": "http://www.telco.in",
- "explorer": "https://etherscan.io/token/0x467Bccd9d29f223BcE8043b84E8C8B282827790F",
- "status": "active",
- "id": "0x467Bccd9d29f223BcE8043b84E8C8B282827790F",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/telcoin"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/telcoin_team"
- },
- {
- "name": "blog",
- "url": "https://medium.com/@telcoin"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/telcoin/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/telcoincommunity"
- },
- {
- "name": "whitepaper",
- "url": "https://telco.in/docs/whitepaper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/telcoin/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x467Bccd9d29f223BcE8043b84E8C8B282827790F/logo.png b/blockchains/ethereum/assets/0x467Bccd9d29f223BcE8043b84E8C8B282827790F/logo.png
deleted file mode 100644
index f090cd21272fd..0000000000000
Binary files a/blockchains/ethereum/assets/0x467Bccd9d29f223BcE8043b84E8C8B282827790F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4689a4e169eB39cC9078C0940e21ff1Aa8A39B9C/info.json b/blockchains/ethereum/assets/0x4689a4e169eB39cC9078C0940e21ff1Aa8A39B9C/info.json
deleted file mode 100644
index 58d5677c11a57..0000000000000
--- a/blockchains/ethereum/assets/0x4689a4e169eB39cC9078C0940e21ff1Aa8A39B9C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Proton Token",
- "symbol": "PTT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Proton is a public chain that is dedicated to data fusion and collaboration.",
- "website": "https://www.proton.global/",
- "explorer": "https://etherscan.io/token/0x4689a4e169eB39cC9078C0940e21ff1Aa8A39B9C",
- "status": "active",
- "id": "0x4689a4e169eB39cC9078C0940e21ff1Aa8A39B9C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4689a4e169eB39cC9078C0940e21ff1Aa8A39B9C/logo.png b/blockchains/ethereum/assets/0x4689a4e169eB39cC9078C0940e21ff1Aa8A39B9C/logo.png
deleted file mode 100755
index e8981e907117a..0000000000000
Binary files a/blockchains/ethereum/assets/0x4689a4e169eB39cC9078C0940e21ff1Aa8A39B9C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x468ab3b1f63A1C14b361bC367c3cC92277588Da1/info.json b/blockchains/ethereum/assets/0x468ab3b1f63A1C14b361bC367c3cC92277588Da1/info.json
deleted file mode 100644
index 2589257b6d782..0000000000000
--- a/blockchains/ethereum/assets/0x468ab3b1f63A1C14b361bC367c3cC92277588Da1/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Yeld Finance",
- "website": "https://yeld.finance",
- "description": "Yeld is the next generation in DeFi yield farming products.",
- "explorer": "https://etherscan.io/token/0x468ab3b1f63A1C14b361bC367c3cC92277588Da1",
- "type": "ERC20",
- "symbol": "YELD",
- "decimals": 18,
- "status": "active",
- "id": "0x468ab3b1f63A1C14b361bC367c3cC92277588Da1",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/merlox/yeld-website"
- },
- {
- "name": "whitepaper",
- "url": "https://yeld.finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x468ab3b1f63A1C14b361bC367c3cC92277588Da1/logo.png b/blockchains/ethereum/assets/0x468ab3b1f63A1C14b361bC367c3cC92277588Da1/logo.png
deleted file mode 100644
index 33a60731d8b44..0000000000000
Binary files a/blockchains/ethereum/assets/0x468ab3b1f63A1C14b361bC367c3cC92277588Da1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4691937a7508860F876c9c0a2a617E7d9E945D4B/info.json b/blockchains/ethereum/assets/0x4691937a7508860F876c9c0a2a617E7d9E945D4B/info.json
deleted file mode 100644
index 88b0c41dcbc75..0000000000000
--- a/blockchains/ethereum/assets/0x4691937a7508860F876c9c0a2a617E7d9E945D4B/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "WOO Network",
- "type": "ERC20",
- "symbol": "WOO",
- "decimals": 18,
- "website": "https://woo.network",
- "description": "Wootrade is a layer one trading infrastructure complete with deep liquidity, frontend trading GUI, and the ability to integrate into any exchange, trading desk, wallet, dApp, or other trading-related platform.",
- "explorer": "https://etherscan.io/token/0x4691937a7508860f876c9c0a2a617e7d9e945d4b",
- "status": "active",
- "id": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/wootrade"
- },
- {
- "name": "blog",
- "url": "https://medium.com/@wootrade"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/Wootrade"
- },
- {
- "name": "whitepaper",
- "url": "https://woo.network/Litepaper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/wootrade-network/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4691937a7508860F876c9c0a2a617E7d9E945D4B/logo.png b/blockchains/ethereum/assets/0x4691937a7508860F876c9c0a2a617E7d9E945D4B/logo.png
deleted file mode 100644
index 6a4f498ca1b25..0000000000000
Binary files a/blockchains/ethereum/assets/0x4691937a7508860F876c9c0a2a617E7d9E945D4B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x469861BDfd02E7ebCE7CdEb281e8EEC53069cf5f/info.json b/blockchains/ethereum/assets/0x469861BDfd02E7ebCE7CdEb281e8EEC53069cf5f/info.json
deleted file mode 100644
index 9d80babdb4710..0000000000000
--- a/blockchains/ethereum/assets/0x469861BDfd02E7ebCE7CdEb281e8EEC53069cf5f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Flame Token",
- "symbol": "XFL",
- "type": "ERC20",
- "decimals": 18,
- "description": "Flame Token is the native currency of Sharesome, the first social discovery network for adult content creators and brands.",
- "website": "https://flametoken.io",
- "explorer": "https://etherscan.io/token/0x469861BDfd02E7ebCE7CdEb281e8EEC53069cf5f",
- "status": "active",
- "id": "0x469861BDfd02E7ebCE7CdEb281e8EEC53069cf5f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x469861BDfd02E7ebCE7CdEb281e8EEC53069cf5f/logo.png b/blockchains/ethereum/assets/0x469861BDfd02E7ebCE7CdEb281e8EEC53069cf5f/logo.png
deleted file mode 100644
index bc725a58065ba..0000000000000
Binary files a/blockchains/ethereum/assets/0x469861BDfd02E7ebCE7CdEb281e8EEC53069cf5f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x469eDA64aEd3A3Ad6f868c44564291aA415cB1d9/info.json b/blockchains/ethereum/assets/0x469eDA64aEd3A3Ad6f868c44564291aA415cB1d9/info.json
deleted file mode 100644
index 97f96febce833..0000000000000
--- a/blockchains/ethereum/assets/0x469eDA64aEd3A3Ad6f868c44564291aA415cB1d9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FLUX",
- "symbol": "FLUX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://damcrypto.com",
- "explorer": "https://etherscan.io/token/0x469eDA64aEd3A3Ad6f868c44564291aA415cB1d9",
- "status": "active",
- "id": "0x469eDA64aEd3A3Ad6f868c44564291aA415cB1d9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x469eDA64aEd3A3Ad6f868c44564291aA415cB1d9/logo.png b/blockchains/ethereum/assets/0x469eDA64aEd3A3Ad6f868c44564291aA415cB1d9/logo.png
deleted file mode 100644
index 2a713c83a098f..0000000000000
Binary files a/blockchains/ethereum/assets/0x469eDA64aEd3A3Ad6f868c44564291aA415cB1d9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x46BADA28009B340D2faE1FDbab2fDf6039e00d60/info.json b/blockchains/ethereum/assets/0x46BADA28009B340D2faE1FDbab2fDf6039e00d60/info.json
deleted file mode 100644
index b04a2d9a6836d..0000000000000
--- a/blockchains/ethereum/assets/0x46BADA28009B340D2faE1FDbab2fDf6039e00d60/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tyche Share",
- "symbol": "TSH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x46BADA28009B340D2faE1FDbab2fDf6039e00d60",
- "status": "abandoned",
- "id": "0x46BADA28009B340D2faE1FDbab2fDf6039e00d60"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x46BADA28009B340D2faE1FDbab2fDf6039e00d60/logo.png b/blockchains/ethereum/assets/0x46BADA28009B340D2faE1FDbab2fDf6039e00d60/logo.png
deleted file mode 100644
index f6f8668c9ad61..0000000000000
Binary files a/blockchains/ethereum/assets/0x46BADA28009B340D2faE1FDbab2fDf6039e00d60/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x46BB4576993f50302Bb0d5F7440aEffBABFDBB78/info.json b/blockchains/ethereum/assets/0x46BB4576993f50302Bb0d5F7440aEffBABFDBB78/info.json
deleted file mode 100644
index 8e118690eaeb2..0000000000000
--- a/blockchains/ethereum/assets/0x46BB4576993f50302Bb0d5F7440aEffBABFDBB78/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short ETH-DAI 4x v2",
- "symbol": "dsETH4x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x46BB4576993f50302Bb0d5F7440aEffBABFDBB78",
- "status": "abandoned",
- "id": "0x46BB4576993f50302Bb0d5F7440aEffBABFDBB78"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x46BB4576993f50302Bb0d5F7440aEffBABFDBB78/logo.png b/blockchains/ethereum/assets/0x46BB4576993f50302Bb0d5F7440aEffBABFDBB78/logo.png
deleted file mode 100644
index 2978ea32b4fd5..0000000000000
Binary files a/blockchains/ethereum/assets/0x46BB4576993f50302Bb0d5F7440aEffBABFDBB78/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x46C440EA7C7d06559d46640112FC78F7Ab5a0262/info.json b/blockchains/ethereum/assets/0x46C440EA7C7d06559d46640112FC78F7Ab5a0262/info.json
deleted file mode 100644
index 26dae6375575e..0000000000000
--- a/blockchains/ethereum/assets/0x46C440EA7C7d06559d46640112FC78F7Ab5a0262/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EURO",
- "symbol": "EURO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x46C440EA7C7d06559d46640112FC78F7Ab5a0262",
- "status": "abandoned",
- "id": "0x46C440EA7C7d06559d46640112FC78F7Ab5a0262"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x46C440EA7C7d06559d46640112FC78F7Ab5a0262/logo.png b/blockchains/ethereum/assets/0x46C440EA7C7d06559d46640112FC78F7Ab5a0262/logo.png
deleted file mode 100644
index 13486a9448ce0..0000000000000
Binary files a/blockchains/ethereum/assets/0x46C440EA7C7d06559d46640112FC78F7Ab5a0262/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x46D886887B6908183032c75dee1b731B26D653c6/info.json b/blockchains/ethereum/assets/0x46D886887B6908183032c75dee1b731B26D653c6/info.json
deleted file mode 100644
index e9e68043c24c1..0000000000000
--- a/blockchains/ethereum/assets/0x46D886887B6908183032c75dee1b731B26D653c6/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "GreenCoin",
- "website": "https://greenflows.com/",
- "description": "GreenCoin is a decentralized web3 protocol that combines sustainable health data with blockchain technology.",
- "explorer": "https://etherscan.io/token/0x46d886887b6908183032c75dee1b731b26d653c6",
- "type": "ERC20",
- "symbol": "GRC",
- "decimals": 18,
- "status": "active",
- "id": "0x46D886887B6908183032c75dee1b731B26D653c6",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://greenflows.gitbook.io/litepaper/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/greenflowstech"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x46D886887B6908183032c75dee1b731B26D653c6/logo.png b/blockchains/ethereum/assets/0x46D886887B6908183032c75dee1b731B26D653c6/logo.png
deleted file mode 100644
index 0fd5737e379c8..0000000000000
Binary files a/blockchains/ethereum/assets/0x46D886887B6908183032c75dee1b731B26D653c6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x46DF69F7Ceb367dA359fCd02f5b2665133877ef6/info.json b/blockchains/ethereum/assets/0x46DF69F7Ceb367dA359fCd02f5b2665133877ef6/info.json
deleted file mode 100644
index e86fe51a2ad47..0000000000000
--- a/blockchains/ethereum/assets/0x46DF69F7Ceb367dA359fCd02f5b2665133877ef6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 059-CN40",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x46DF69F7Ceb367dA359fCd02f5b2665133877ef6",
- "status": "abandoned",
- "id": "0x46DF69F7Ceb367dA359fCd02f5b2665133877ef6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x46DF69F7Ceb367dA359fCd02f5b2665133877ef6/logo.png b/blockchains/ethereum/assets/0x46DF69F7Ceb367dA359fCd02f5b2665133877ef6/logo.png
deleted file mode 100644
index 47066ec4cd0db..0000000000000
Binary files a/blockchains/ethereum/assets/0x46DF69F7Ceb367dA359fCd02f5b2665133877ef6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x46ae264Bf6d9Dc6Dd84c31064551f961c67a755c/info.json b/blockchains/ethereum/assets/0x46ae264Bf6d9Dc6Dd84c31064551f961c67a755c/info.json
deleted file mode 100644
index 38d25ba171279..0000000000000
--- a/blockchains/ethereum/assets/0x46ae264Bf6d9Dc6Dd84c31064551f961c67a755c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HOT",
- "symbol": "HTX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x46ae264Bf6d9Dc6Dd84c31064551f961c67a755c",
- "status": "abandoned",
- "id": "0x46ae264Bf6d9Dc6Dd84c31064551f961c67a755c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x46ae264Bf6d9Dc6Dd84c31064551f961c67a755c/logo.png b/blockchains/ethereum/assets/0x46ae264Bf6d9Dc6Dd84c31064551f961c67a755c/logo.png
deleted file mode 100644
index 8bb9bbb7a270d..0000000000000
Binary files a/blockchains/ethereum/assets/0x46ae264Bf6d9Dc6Dd84c31064551f961c67a755c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x46b9Ad944d1059450Da1163511069C718F699D31/info.json b/blockchains/ethereum/assets/0x46b9Ad944d1059450Da1163511069C718F699D31/info.json
deleted file mode 100644
index 4196ed4da4bcf..0000000000000
--- a/blockchains/ethereum/assets/0x46b9Ad944d1059450Da1163511069C718F699D31/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CREDITS",
- "symbol": "CS",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://credits.com",
- "explorer": "https://etherscan.io/token/0x46b9Ad944d1059450Da1163511069C718F699D31",
- "status": "abandoned",
- "id": "0x46b9Ad944d1059450Da1163511069C718F699D31"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x46b9Ad944d1059450Da1163511069C718F699D31/logo.png b/blockchains/ethereum/assets/0x46b9Ad944d1059450Da1163511069C718F699D31/logo.png
deleted file mode 100644
index 2ce1f6c436091..0000000000000
Binary files a/blockchains/ethereum/assets/0x46b9Ad944d1059450Da1163511069C718F699D31/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x46cc7EC70746F4cbd56CE5FA9Bb7d648398EaA5C/info.json b/blockchains/ethereum/assets/0x46cc7EC70746F4cbd56CE5FA9Bb7d648398EaA5C/info.json
deleted file mode 100644
index b046c974670df..0000000000000
--- a/blockchains/ethereum/assets/0x46cc7EC70746F4cbd56CE5FA9Bb7d648398EaA5C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "REAL-T",
- "symbol": "REALT",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x46cc7EC70746F4cbd56CE5FA9Bb7d648398EaA5C",
- "status": "abandoned",
- "id": "0x46cc7EC70746F4cbd56CE5FA9Bb7d648398EaA5C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x46cc7EC70746F4cbd56CE5FA9Bb7d648398EaA5C/logo.png b/blockchains/ethereum/assets/0x46cc7EC70746F4cbd56CE5FA9Bb7d648398EaA5C/logo.png
deleted file mode 100644
index 8ec12a06a68a2..0000000000000
Binary files a/blockchains/ethereum/assets/0x46cc7EC70746F4cbd56CE5FA9Bb7d648398EaA5C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x46ecB2C725a811f54ee94b16E0eBB70740B5556D/info.json b/blockchains/ethereum/assets/0x46ecB2C725a811f54ee94b16E0eBB70740B5556D/info.json
deleted file mode 100644
index ad600092cee90..0000000000000
--- a/blockchains/ethereum/assets/0x46ecB2C725a811f54ee94b16E0eBB70740B5556D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YasudaCrypto Economy",
- "symbol": "YSDEC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x46ecB2C725a811f54ee94b16E0eBB70740B5556D",
- "status": "abandoned",
- "id": "0x46ecB2C725a811f54ee94b16E0eBB70740B5556D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x46ecB2C725a811f54ee94b16E0eBB70740B5556D/logo.png b/blockchains/ethereum/assets/0x46ecB2C725a811f54ee94b16E0eBB70740B5556D/logo.png
deleted file mode 100644
index 9df4fe3a72a88..0000000000000
Binary files a/blockchains/ethereum/assets/0x46ecB2C725a811f54ee94b16E0eBB70740B5556D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x46ffe978F4cf28E7135804FF244B6CDc8Dc51377/info.json b/blockchains/ethereum/assets/0x46ffe978F4cf28E7135804FF244B6CDc8Dc51377/info.json
deleted file mode 100644
index a15c3e568f50c..0000000000000
--- a/blockchains/ethereum/assets/0x46ffe978F4cf28E7135804FF244B6CDc8Dc51377/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CRYPTONUTZ",
- "symbol": "NUTZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x46ffe978F4cf28E7135804FF244B6CDc8Dc51377",
- "status": "abandoned",
- "id": "0x46ffe978F4cf28E7135804FF244B6CDc8Dc51377"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x46ffe978F4cf28E7135804FF244B6CDc8Dc51377/logo.png b/blockchains/ethereum/assets/0x46ffe978F4cf28E7135804FF244B6CDc8Dc51377/logo.png
deleted file mode 100755
index e1910ad1952fc..0000000000000
Binary files a/blockchains/ethereum/assets/0x46ffe978F4cf28E7135804FF244B6CDc8Dc51377/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x47110d43175f7f2C2425E7d15792acC5817EB44f/info.json b/blockchains/ethereum/assets/0x47110d43175f7f2C2425E7d15792acC5817EB44f/info.json
deleted file mode 100644
index 9300f24493643..0000000000000
--- a/blockchains/ethereum/assets/0x47110d43175f7f2C2425E7d15792acC5817EB44f/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Bankless DeFi Innovation Index",
- "symbol": "GMI",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Bankless DeFi Innovation Index is a simple composite index which will be built on Set Protocol. The index screens for promising early stage DeFi projects which are not yet considered blue chip. GMI attempts to produce an optimal weighting via the use of a combination of square-root market cap, relative secondary market liquidity, and relative token dilution/emission scoring.",
- "website": "https://indexcoop.com/",
- "research": "https://banklesshq.com/",
- "explorer": "https://etherscan.io/token/0x47110d43175f7f2C2425E7d15792acC5817EB44f",
- "status": "active",
- "id": "0x47110d43175f7f2C2425E7d15792acC5817EB44f",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "discord",
- "url": "https://discord.com/invite/indexcoop"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/indexcoop"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x47110d43175f7f2C2425E7d15792acC5817EB44f/logo.png b/blockchains/ethereum/assets/0x47110d43175f7f2C2425E7d15792acC5817EB44f/logo.png
deleted file mode 100644
index a71f48ae88f0c..0000000000000
Binary files a/blockchains/ethereum/assets/0x47110d43175f7f2C2425E7d15792acC5817EB44f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x471dAEE6E481b2ab7d2f2f64B8F9B083daAe29da/info.json b/blockchains/ethereum/assets/0x471dAEE6E481b2ab7d2f2f64B8F9B083daAe29da/info.json
deleted file mode 100644
index 967c99315b12b..0000000000000
--- a/blockchains/ethereum/assets/0x471dAEE6E481b2ab7d2f2f64B8F9B083daAe29da/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LORDLESS HOPS",
- "symbol": "HOPS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://lordless.io/",
- "explorer": "https://etherscan.io/token/0x471dAEE6E481b2ab7d2f2f64B8F9B083daAe29da",
- "status": "abandoned",
- "id": "0x471dAEE6E481b2ab7d2f2f64B8F9B083daAe29da"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x471dAEE6E481b2ab7d2f2f64B8F9B083daAe29da/logo.png b/blockchains/ethereum/assets/0x471dAEE6E481b2ab7d2f2f64B8F9B083daAe29da/logo.png
deleted file mode 100644
index bf110cfa936ed..0000000000000
Binary files a/blockchains/ethereum/assets/0x471dAEE6E481b2ab7d2f2f64B8F9B083daAe29da/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x47269FE8C07b3b7240c857F7560a4c5E12C1F01b/info.json b/blockchains/ethereum/assets/0x47269FE8C07b3b7240c857F7560a4c5E12C1F01b/info.json
deleted file mode 100644
index 5a6ffdc56b13c..0000000000000
--- a/blockchains/ethereum/assets/0x47269FE8C07b3b7240c857F7560a4c5E12C1F01b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "V-PALADINI TEST 2",
- "symbol": "V",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x47269FE8C07b3b7240c857F7560a4c5E12C1F01b",
- "status": "abandoned",
- "id": "0x47269FE8C07b3b7240c857F7560a4c5E12C1F01b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x47269FE8C07b3b7240c857F7560a4c5E12C1F01b/logo.png b/blockchains/ethereum/assets/0x47269FE8C07b3b7240c857F7560a4c5E12C1F01b/logo.png
deleted file mode 100644
index 878f50092f3ca..0000000000000
Binary files a/blockchains/ethereum/assets/0x47269FE8C07b3b7240c857F7560a4c5E12C1F01b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x472d7f65E0C3b2C1f10bcc922ffac18A57E77d74/info.json b/blockchains/ethereum/assets/0x472d7f65E0C3b2C1f10bcc922ffac18A57E77d74/info.json
deleted file mode 100644
index e56ce618d6f48..0000000000000
--- a/blockchains/ethereum/assets/0x472d7f65E0C3b2C1f10bcc922ffac18A57E77d74/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Alternate SX",
- "symbol": "ASXIH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x472d7f65E0C3b2C1f10bcc922ffac18A57E77d74",
- "status": "abandoned",
- "id": "0x472d7f65E0C3b2C1f10bcc922ffac18A57E77d74"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x472d7f65E0C3b2C1f10bcc922ffac18A57E77d74/logo.png b/blockchains/ethereum/assets/0x472d7f65E0C3b2C1f10bcc922ffac18A57E77d74/logo.png
deleted file mode 100644
index 71e385c216c89..0000000000000
Binary files a/blockchains/ethereum/assets/0x472d7f65E0C3b2C1f10bcc922ffac18A57E77d74/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4730fB1463A6F1F44AEB45F6c5c422427f37F4D0/info.json b/blockchains/ethereum/assets/0x4730fB1463A6F1F44AEB45F6c5c422427f37F4D0/info.json
deleted file mode 100644
index 01067ee5e4e8e..0000000000000
--- a/blockchains/ethereum/assets/0x4730fB1463A6F1F44AEB45F6c5c422427f37F4D0/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "The 4th Pillar Token",
- "symbol": "FOUR",
- "type": "ERC20",
- "decimals": 18,
- "description": "FOUR is 4thTech ecosystem utility token used as the primary means to enable services such as data file and instant messages wallet to wallet exchange.",
- "website": "https://4thtech.io/",
- "explorer": "https://etherscan.io/token/0x4730fB1463A6F1F44AEB45F6c5c422427f37F4D0",
- "status": "active",
- "id": "0x4730fB1463A6F1F44AEB45F6c5c422427f37F4D0",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/4thtechProject"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/the-4th-pillar"
- },
- {
- "name": "medium",
- "url": "https://medium.com/the4thpillar"
- },
- {
- "name": "telegram",
- "url": "https://t.me/the4thpillarofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/4thpillartechnologies"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/4thtech/static-assets/raw/main/pdf/whitepaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/4thpillar-technologies/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4730fB1463A6F1F44AEB45F6c5c422427f37F4D0/logo.png b/blockchains/ethereum/assets/0x4730fB1463A6F1F44AEB45F6c5c422427f37F4D0/logo.png
deleted file mode 100644
index 7acec2d200f0c..0000000000000
Binary files a/blockchains/ethereum/assets/0x4730fB1463A6F1F44AEB45F6c5c422427f37F4D0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4738a58f7473054d166D569274Cf6E023034eC19/info.json b/blockchains/ethereum/assets/0x4738a58f7473054d166D569274Cf6E023034eC19/info.json
deleted file mode 100644
index fa19133401279..0000000000000
--- a/blockchains/ethereum/assets/0x4738a58f7473054d166D569274Cf6E023034eC19/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blockchain Help Coin",
- "symbol": "BCHP",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4738a58f7473054d166D569274Cf6E023034eC19",
- "status": "abandoned",
- "id": "0x4738a58f7473054d166D569274Cf6E023034eC19"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4738a58f7473054d166D569274Cf6E023034eC19/logo.png b/blockchains/ethereum/assets/0x4738a58f7473054d166D569274Cf6E023034eC19/logo.png
deleted file mode 100644
index 1eef1906d750a..0000000000000
Binary files a/blockchains/ethereum/assets/0x4738a58f7473054d166D569274Cf6E023034eC19/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x474021845C4643113458ea4414bdb7fB74A01A77/info.json b/blockchains/ethereum/assets/0x474021845C4643113458ea4414bdb7fB74A01A77/info.json
deleted file mode 100644
index 08183f0c5c9cf..0000000000000
--- a/blockchains/ethereum/assets/0x474021845C4643113458ea4414bdb7fB74A01A77/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UnoRe",
- "type": "ERC20",
- "symbol": "UNO",
- "decimals": 18,
- "website": "http://www.unore.io",
- "description": "UnoRe will be the world’s first decentralized reinsurance platform powered by Polkadot, allowing the community to invest and trade in ‘risk’ and receive sizable returns on their investments in one of the safest asset classes in the world.",
- "explorer": "https://etherscan.io/token/0x474021845c4643113458ea4414bdb7fb74a01a77",
- "status": "active",
- "id": "0x474021845C4643113458ea4414bdb7fB74A01A77"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x474021845C4643113458ea4414bdb7fB74A01A77/logo.png b/blockchains/ethereum/assets/0x474021845C4643113458ea4414bdb7fB74A01A77/logo.png
deleted file mode 100644
index 30ccb3e890dff..0000000000000
Binary files a/blockchains/ethereum/assets/0x474021845C4643113458ea4414bdb7fB74A01A77/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4740735AA98Dc8aa232BD049f8F0210458E7fCa3/info.json b/blockchains/ethereum/assets/0x4740735AA98Dc8aa232BD049f8F0210458E7fCa3/info.json
deleted file mode 100644
index 52fdd1314f833..0000000000000
--- a/blockchains/ethereum/assets/0x4740735AA98Dc8aa232BD049f8F0210458E7fCa3/info.json
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "name": "Ridotto Token",
- "symbol": "RDT",
- "type": "ERC20",
- "decimals": 18,
- "description": "RDT is the native token for the Ridotto cross-chain gambling & lottery protocol.",
- "website": "https://ridotto.io",
- "explorer": "https://etherscan.io/token/0x4740735AA98Dc8aa232BD049f8F0210458E7fCa3",
- "status": "active",
- "id": "0x4740735AA98Dc8aa232BD049f8F0210458E7fCa3",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ridotto_io"
- },
- {
- "name": "github",
- "url": "https://github.com/ridotto-io"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ridotto_community"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/ridotto_io"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/qAXNArk2KU"
- },
- {
- "name": "medium",
- "url": "https://ridotto-io.medium.com/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/ridotto_io"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCxumaSF7pnu29f5kU4FAJbw"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ridotto/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ridotto"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4740735AA98Dc8aa232BD049f8F0210458E7fCa3/logo.png b/blockchains/ethereum/assets/0x4740735AA98Dc8aa232BD049f8F0210458E7fCa3/logo.png
deleted file mode 100644
index 77a0d0ea3438d..0000000000000
Binary files a/blockchains/ethereum/assets/0x4740735AA98Dc8aa232BD049f8F0210458E7fCa3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x47632dA9227E322EDa59F9e7691eAcC6430Ac87C/info.json b/blockchains/ethereum/assets/0x47632dA9227E322EDa59F9e7691eAcC6430Ac87C/info.json
deleted file mode 100644
index dbca5b9a49895..0000000000000
--- a/blockchains/ethereum/assets/0x47632dA9227E322EDa59F9e7691eAcC6430Ac87C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YFIBusiness.Finance (YFIB)",
- "website": "https://yfibusiness.finance",
- "description": "A DeFi powerhouse at the center of the hottest trend in the crypto industry.",
- "explorer": "https://etherscan.io/token/0x47632dA9227E322EDa59F9e7691eAcC6430Ac87C",
- "type": "ERC20",
- "symbol": "YFIB",
- "decimals": 18,
- "status": "active",
- "id": "0x47632dA9227E322EDa59F9e7691eAcC6430Ac87C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x47632dA9227E322EDa59F9e7691eAcC6430Ac87C/logo.png b/blockchains/ethereum/assets/0x47632dA9227E322EDa59F9e7691eAcC6430Ac87C/logo.png
deleted file mode 100644
index 4c691739b6c9d..0000000000000
Binary files a/blockchains/ethereum/assets/0x47632dA9227E322EDa59F9e7691eAcC6430Ac87C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x476c5E26a75bd202a9683ffD34359C0CC15be0fF/info.json b/blockchains/ethereum/assets/0x476c5E26a75bd202a9683ffD34359C0CC15be0fF/info.json
deleted file mode 100644
index 2f37a184811d7..0000000000000
--- a/blockchains/ethereum/assets/0x476c5E26a75bd202a9683ffD34359C0CC15be0fF/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "Serum",
- "website": "https://projectserum.com",
- "description": "Project Serum describes itself as a functional decentralized exchange with trustless cross-chain trading, at the speed and price that customers want.",
- "explorer": "https://etherscan.io/token/0x476c5E26a75bd202a9683ffD34359C0CC15be0fF",
- "research": "https://research.binance.com/en/projects/serum",
- "type": "ERC20",
- "symbol": "SRM",
- "decimals": 6,
- "status": "active",
- "id": "0x476c5E26a75bd202a9683ffD34359C0CC15be0fF",
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x476c5E26a75bd202a9683ffD34359C0CC15be0fF/logo.png b/blockchains/ethereum/assets/0x476c5E26a75bd202a9683ffD34359C0CC15be0fF/logo.png
deleted file mode 100644
index 4aed91f9a6e43..0000000000000
Binary files a/blockchains/ethereum/assets/0x476c5E26a75bd202a9683ffD34359C0CC15be0fF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x47740A5ac376f6e95464A1FAfFB0D980944Cf4Bf/info.json b/blockchains/ethereum/assets/0x47740A5ac376f6e95464A1FAfFB0D980944Cf4Bf/info.json
deleted file mode 100644
index 6323ec6c44bc3..0000000000000
--- a/blockchains/ethereum/assets/0x47740A5ac376f6e95464A1FAfFB0D980944Cf4Bf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RotasDoGarimpo",
- "symbol": "RDG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x47740A5ac376f6e95464A1FAfFB0D980944Cf4Bf",
- "status": "abandoned",
- "id": "0x47740A5ac376f6e95464A1FAfFB0D980944Cf4Bf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x47740A5ac376f6e95464A1FAfFB0D980944Cf4Bf/logo.png b/blockchains/ethereum/assets/0x47740A5ac376f6e95464A1FAfFB0D980944Cf4Bf/logo.png
deleted file mode 100755
index 69c5303930923..0000000000000
Binary files a/blockchains/ethereum/assets/0x47740A5ac376f6e95464A1FAfFB0D980944Cf4Bf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4790f605CBDBa5fCe4F209868B5A05B3bFf7272c/info.json b/blockchains/ethereum/assets/0x4790f605CBDBa5fCe4F209868B5A05B3bFf7272c/info.json
deleted file mode 100644
index af64dc199f9e2..0000000000000
--- a/blockchains/ethereum/assets/0x4790f605CBDBa5fCe4F209868B5A05B3bFf7272c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HUB",
- "website": "https://swaphub.finance/",
- "description": "SwapHub aims to build a new DeFi ecosystem. The first stage is to support users to stake LP. Then we will extend the functions.",
- "explorer": "https://etherscan.io/token/0x4790f605cbdba5fce4f209868b5a05b3bff7272c",
- "type": "ERC20",
- "symbol": "HUB",
- "decimals": 18,
- "status": "active",
- "id": "0x4790f605CBDBa5fCe4F209868B5A05B3bFf7272c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4790f605CBDBa5fCe4F209868B5A05B3bFf7272c/logo.png b/blockchains/ethereum/assets/0x4790f605CBDBa5fCe4F209868B5A05B3bFf7272c/logo.png
deleted file mode 100644
index afa37cac3f453..0000000000000
Binary files a/blockchains/ethereum/assets/0x4790f605CBDBa5fCe4F209868B5A05B3bFf7272c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x479a315BdafDa5e7e66C7AeEF228477A0535A2Ef/info.json b/blockchains/ethereum/assets/0x479a315BdafDa5e7e66C7AeEF228477A0535A2Ef/info.json
deleted file mode 100644
index a096fadfd03b5..0000000000000
--- a/blockchains/ethereum/assets/0x479a315BdafDa5e7e66C7AeEF228477A0535A2Ef/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BFFI OPTIONS",
- "symbol": "BFFI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x479a315BdafDa5e7e66C7AeEF228477A0535A2Ef",
- "status": "abandoned",
- "id": "0x479a315BdafDa5e7e66C7AeEF228477A0535A2Ef"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x479a315BdafDa5e7e66C7AeEF228477A0535A2Ef/logo.png b/blockchains/ethereum/assets/0x479a315BdafDa5e7e66C7AeEF228477A0535A2Ef/logo.png
deleted file mode 100644
index f15902dd04767..0000000000000
Binary files a/blockchains/ethereum/assets/0x479a315BdafDa5e7e66C7AeEF228477A0535A2Ef/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x47DA5456bC2e1ce391b645Ce80F2E97192e4976a/info.json b/blockchains/ethereum/assets/0x47DA5456bC2e1ce391b645Ce80F2E97192e4976a/info.json
deleted file mode 100644
index dbef352727a6e..0000000000000
--- a/blockchains/ethereum/assets/0x47DA5456bC2e1ce391b645Ce80F2E97192e4976a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pl^g Token",
- "website": "https://plugdefi.io/",
- "description": "PL^Gnet is a Multi Chain Synthetic Assets Network. PL^Gnet enables asset custodians to leverage any asset from any network in its synthetic form in DeFi.",
- "explorer": "https://etherscan.io/token/0x47da5456bc2e1ce391b645ce80f2e97192e4976a",
- "type": "ERC20",
- "symbol": "PLUG",
- "decimals": 18,
- "status": "active",
- "id": "0x47DA5456bC2e1ce391b645Ce80F2E97192e4976a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x47DA5456bC2e1ce391b645Ce80F2E97192e4976a/logo.png b/blockchains/ethereum/assets/0x47DA5456bC2e1ce391b645Ce80F2E97192e4976a/logo.png
deleted file mode 100644
index 30ab72d2fda5e..0000000000000
Binary files a/blockchains/ethereum/assets/0x47DA5456bC2e1ce391b645Ce80F2E97192e4976a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x47Ec6AF8E27C98e41d1Df7fb8219408541463022/info.json b/blockchains/ethereum/assets/0x47Ec6AF8E27C98e41d1Df7fb8219408541463022/info.json
deleted file mode 100644
index b0489150ab341..0000000000000
--- a/blockchains/ethereum/assets/0x47Ec6AF8E27C98e41d1Df7fb8219408541463022/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Eurasia Food coin",
- "symbol": "EFOOD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x47Ec6AF8E27C98e41d1Df7fb8219408541463022",
- "status": "abandoned",
- "id": "0x47Ec6AF8E27C98e41d1Df7fb8219408541463022"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x47Ec6AF8E27C98e41d1Df7fb8219408541463022/logo.png b/blockchains/ethereum/assets/0x47Ec6AF8E27C98e41d1Df7fb8219408541463022/logo.png
deleted file mode 100644
index b02cf13407131..0000000000000
Binary files a/blockchains/ethereum/assets/0x47Ec6AF8E27C98e41d1Df7fb8219408541463022/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x47F32f9eBFc49a1434eB6190d5D8a80A2Dc36af5/info.json b/blockchains/ethereum/assets/0x47F32f9eBFc49a1434eB6190d5D8a80A2Dc36af5/info.json
deleted file mode 100644
index 5c85b16ccb3d7..0000000000000
--- a/blockchains/ethereum/assets/0x47F32f9eBFc49a1434eB6190d5D8a80A2Dc36af5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Happy Park Chip",
- "symbol": "HPC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x47F32f9eBFc49a1434eB6190d5D8a80A2Dc36af5",
- "status": "abandoned",
- "id": "0x47F32f9eBFc49a1434eB6190d5D8a80A2Dc36af5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x47F32f9eBFc49a1434eB6190d5D8a80A2Dc36af5/logo.png b/blockchains/ethereum/assets/0x47F32f9eBFc49a1434eB6190d5D8a80A2Dc36af5/logo.png
deleted file mode 100755
index 341f7763b7c17..0000000000000
Binary files a/blockchains/ethereum/assets/0x47F32f9eBFc49a1434eB6190d5D8a80A2Dc36af5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x47aF9FD69AdC231E674140c81811a640dD92dC51/info.json b/blockchains/ethereum/assets/0x47aF9FD69AdC231E674140c81811a640dD92dC51/info.json
deleted file mode 100644
index 0ab4ab7486fc3..0000000000000
--- a/blockchains/ethereum/assets/0x47aF9FD69AdC231E674140c81811a640dD92dC51/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MobaCoin",
- "symbol": "MBC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x47aF9FD69AdC231E674140c81811a640dD92dC51",
- "status": "abandoned",
- "id": "0x47aF9FD69AdC231E674140c81811a640dD92dC51"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x47aF9FD69AdC231E674140c81811a640dD92dC51/logo.png b/blockchains/ethereum/assets/0x47aF9FD69AdC231E674140c81811a640dD92dC51/logo.png
deleted file mode 100644
index aa902df9c8006..0000000000000
Binary files a/blockchains/ethereum/assets/0x47aF9FD69AdC231E674140c81811a640dD92dC51/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x47b28F365Bf4CB38DB4B6356864BDE7bc4B35129/info.json b/blockchains/ethereum/assets/0x47b28F365Bf4CB38DB4B6356864BDE7bc4B35129/info.json
deleted file mode 100644
index 08bf48ba109f3..0000000000000
--- a/blockchains/ethereum/assets/0x47b28F365Bf4CB38DB4B6356864BDE7bc4B35129/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FNB Token",
- "symbol": "FNB",
- "type": "ERC20",
- "decimals": 18,
- "description": "FNB provides a new system that connects franchise HQs, franchise affiliates, and customers together through AR advertisement platform, franchise token, and blockchain.",
- "website": "https://fnbprotocol.io",
- "explorer": "https://etherscan.io/token/0x47b28F365Bf4CB38DB4B6356864BDE7bc4B35129",
- "status": "active",
- "id": "0x47b28F365Bf4CB38DB4B6356864BDE7bc4B35129"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x47b28F365Bf4CB38DB4B6356864BDE7bc4B35129/logo.png b/blockchains/ethereum/assets/0x47b28F365Bf4CB38DB4B6356864BDE7bc4B35129/logo.png
deleted file mode 100644
index 48ebd198a4a3b..0000000000000
Binary files a/blockchains/ethereum/assets/0x47b28F365Bf4CB38DB4B6356864BDE7bc4B35129/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x47bc01597798DCD7506DCCA36ac4302fc93a8cFb/info.json b/blockchains/ethereum/assets/0x47bc01597798DCD7506DCCA36ac4302fc93a8cFb/info.json
deleted file mode 100644
index 1d34c5ddb1d59..0000000000000
--- a/blockchains/ethereum/assets/0x47bc01597798DCD7506DCCA36ac4302fc93a8cFb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crowd Machine Compute Token",
- "symbol": "CMCT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://crowdmachine.com",
- "explorer": "https://etherscan.io/token/0x47bc01597798DCD7506DCCA36ac4302fc93a8cFb",
- "status": "abandoned",
- "id": "0x47bc01597798DCD7506DCCA36ac4302fc93a8cFb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x47bc01597798DCD7506DCCA36ac4302fc93a8cFb/logo.png b/blockchains/ethereum/assets/0x47bc01597798DCD7506DCCA36ac4302fc93a8cFb/logo.png
deleted file mode 100755
index 5caa93f4ee6cb..0000000000000
Binary files a/blockchains/ethereum/assets/0x47bc01597798DCD7506DCCA36ac4302fc93a8cFb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x47caf41a8C51d882E13b26E5E539b2737f227d9e/info.json b/blockchains/ethereum/assets/0x47caf41a8C51d882E13b26E5E539b2737f227d9e/info.json
deleted file mode 100644
index be459e06edded..0000000000000
--- a/blockchains/ethereum/assets/0x47caf41a8C51d882E13b26E5E539b2737f227d9e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RXCOIN",
- "symbol": "RXCN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x47caf41a8C51d882E13b26E5E539b2737f227d9e",
- "status": "abandoned",
- "id": "0x47caf41a8C51d882E13b26E5E539b2737f227d9e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x47caf41a8C51d882E13b26E5E539b2737f227d9e/logo.png b/blockchains/ethereum/assets/0x47caf41a8C51d882E13b26E5E539b2737f227d9e/logo.png
deleted file mode 100755
index 7b488c761b571..0000000000000
Binary files a/blockchains/ethereum/assets/0x47caf41a8C51d882E13b26E5E539b2737f227d9e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x47d1a59cBDd19AEE060C859C0009277E245328ae/info.json b/blockchains/ethereum/assets/0x47d1a59cBDd19AEE060C859C0009277E245328ae/info.json
deleted file mode 100644
index f2ebd61cda740..0000000000000
--- a/blockchains/ethereum/assets/0x47d1a59cBDd19AEE060C859C0009277E245328ae/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sonder",
- "symbol": "SNR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x47d1a59cBDd19AEE060C859C0009277E245328ae",
- "status": "abandoned",
- "id": "0x47d1a59cBDd19AEE060C859C0009277E245328ae"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x47d1a59cBDd19AEE060C859C0009277E245328ae/logo.png b/blockchains/ethereum/assets/0x47d1a59cBDd19AEE060C859C0009277E245328ae/logo.png
deleted file mode 100644
index 7efda0245dc02..0000000000000
Binary files a/blockchains/ethereum/assets/0x47d1a59cBDd19AEE060C859C0009277E245328ae/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x47dD62D4D075DeAd71d0e00299fc56a2d747beBb/info.json b/blockchains/ethereum/assets/0x47dD62D4D075DeAd71d0e00299fc56a2d747beBb/info.json
deleted file mode 100644
index 4637cd9290215..0000000000000
--- a/blockchains/ethereum/assets/0x47dD62D4D075DeAd71d0e00299fc56a2d747beBb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQUAL",
- "symbol": "EQL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x47dD62D4D075DeAd71d0e00299fc56a2d747beBb",
- "status": "abandoned",
- "id": "0x47dD62D4D075DeAd71d0e00299fc56a2d747beBb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x47dD62D4D075DeAd71d0e00299fc56a2d747beBb/logo.png b/blockchains/ethereum/assets/0x47dD62D4D075DeAd71d0e00299fc56a2d747beBb/logo.png
deleted file mode 100644
index 10134b209a22d..0000000000000
Binary files a/blockchains/ethereum/assets/0x47dD62D4D075DeAd71d0e00299fc56a2d747beBb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x47da42696A866CDC61A4C809A515500a242909C1/info.json b/blockchains/ethereum/assets/0x47da42696A866CDC61A4C809A515500a242909C1/info.json
deleted file mode 100644
index a7bccd1339eb7..0000000000000
--- a/blockchains/ethereum/assets/0x47da42696A866CDC61A4C809A515500a242909C1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitRewards Token",
- "symbol": "BIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bitrewards.network/",
- "explorer": "https://etherscan.io/token/0x47da42696A866CDC61A4C809A515500a242909C1",
- "status": "abandoned",
- "id": "0x47da42696A866CDC61A4C809A515500a242909C1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x47da42696A866CDC61A4C809A515500a242909C1/logo.png b/blockchains/ethereum/assets/0x47da42696A866CDC61A4C809A515500a242909C1/logo.png
deleted file mode 100755
index ab683832a68d9..0000000000000
Binary files a/blockchains/ethereum/assets/0x47da42696A866CDC61A4C809A515500a242909C1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x47e67BA66b0699500f18A53F94E2b9dB3D47437e/info.json b/blockchains/ethereum/assets/0x47e67BA66b0699500f18A53F94E2b9dB3D47437e/info.json
deleted file mode 100644
index 94896431ef2e6..0000000000000
--- a/blockchains/ethereum/assets/0x47e67BA66b0699500f18A53F94E2b9dB3D47437e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PlayGame",
- "symbol": "PXG",
- "type": "ERC20",
- "decimals": 18,
- "description": "Powering real economy in the gaming world. Purchase virtual items and pool prize competition with cryptocurrencies.",
- "website": "https://its.playgame.com/",
- "explorer": "https://etherscan.io/token/0x47e67BA66b0699500f18A53F94E2b9dB3D47437e",
- "status": "active",
- "id": "0x47e67BA66b0699500f18A53F94E2b9dB3D47437e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x47e67BA66b0699500f18A53F94E2b9dB3D47437e/logo.png b/blockchains/ethereum/assets/0x47e67BA66b0699500f18A53F94E2b9dB3D47437e/logo.png
deleted file mode 100644
index 914c68c72a20a..0000000000000
Binary files a/blockchains/ethereum/assets/0x47e67BA66b0699500f18A53F94E2b9dB3D47437e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x48094EBE2266CB1CBE5D3ec81933784E2E9561d8/info.json b/blockchains/ethereum/assets/0x48094EBE2266CB1CBE5D3ec81933784E2E9561d8/info.json
deleted file mode 100644
index 00120037f24d9..0000000000000
--- a/blockchains/ethereum/assets/0x48094EBE2266CB1CBE5D3ec81933784E2E9561d8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GOL",
- "symbol": "GOL",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x48094EBE2266CB1CBE5D3ec81933784E2E9561d8",
- "status": "abandoned",
- "id": "0x48094EBE2266CB1CBE5D3ec81933784E2E9561d8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x48094EBE2266CB1CBE5D3ec81933784E2E9561d8/logo.png b/blockchains/ethereum/assets/0x48094EBE2266CB1CBE5D3ec81933784E2E9561d8/logo.png
deleted file mode 100644
index e8f57e6fbe100..0000000000000
Binary files a/blockchains/ethereum/assets/0x48094EBE2266CB1CBE5D3ec81933784E2E9561d8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4824A7b64E3966B0133f4f4FFB1b9D6bEb75FFF7/info.json b/blockchains/ethereum/assets/0x4824A7b64E3966B0133f4f4FFB1b9D6bEb75FFF7/info.json
deleted file mode 100644
index 142893611c812..0000000000000
--- a/blockchains/ethereum/assets/0x4824A7b64E3966B0133f4f4FFB1b9D6bEb75FFF7/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "TokenClub",
- "website": "http://www.tokenclub.com",
- "description": "TokenClub provides investors with one-stop services, and aims at building an autonomous, trusting, and efficient investor community.",
- "explorer": "https://etherscan.io/token/0x4824A7b64E3966B0133f4f4FFB1b9D6bEb75FFF7",
- "research": "https://research.binance.com/en/projects/tokenclub",
- "type": "ERC20",
- "symbol": "TCT",
- "decimals": 18,
- "status": "active",
- "id": "0x4824A7b64E3966B0133f4f4FFB1b9D6bEb75FFF7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4824A7b64E3966B0133f4f4FFB1b9D6bEb75FFF7/logo.png b/blockchains/ethereum/assets/0x4824A7b64E3966B0133f4f4FFB1b9D6bEb75FFF7/logo.png
deleted file mode 100644
index 45407627bbd06..0000000000000
Binary files a/blockchains/ethereum/assets/0x4824A7b64E3966B0133f4f4FFB1b9D6bEb75FFF7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4826B0316f31bEe41CfFA4a4277d2B62557f915C/info.json b/blockchains/ethereum/assets/0x4826B0316f31bEe41CfFA4a4277d2B62557f915C/info.json
deleted file mode 100644
index d99f5756db799..0000000000000
--- a/blockchains/ethereum/assets/0x4826B0316f31bEe41CfFA4a4277d2B62557f915C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Magnergy",
- "symbol": "MGX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4826B0316f31bEe41CfFA4a4277d2B62557f915C",
- "status": "abandoned",
- "id": "0x4826B0316f31bEe41CfFA4a4277d2B62557f915C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4826B0316f31bEe41CfFA4a4277d2B62557f915C/logo.png b/blockchains/ethereum/assets/0x4826B0316f31bEe41CfFA4a4277d2B62557f915C/logo.png
deleted file mode 100644
index 00babb7975b78..0000000000000
Binary files a/blockchains/ethereum/assets/0x4826B0316f31bEe41CfFA4a4277d2B62557f915C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x48294aef8d2C9c109196aB3067C0B72e9b0F79cE/info.json b/blockchains/ethereum/assets/0x48294aef8d2C9c109196aB3067C0B72e9b0F79cE/info.json
deleted file mode 100644
index fc960341912dd..0000000000000
--- a/blockchains/ethereum/assets/0x48294aef8d2C9c109196aB3067C0B72e9b0F79cE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BEE TOKEN",
- "symbol": "BEE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x48294aef8d2C9c109196aB3067C0B72e9b0F79cE",
- "status": "abandoned",
- "id": "0x48294aef8d2C9c109196aB3067C0B72e9b0F79cE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x48294aef8d2C9c109196aB3067C0B72e9b0F79cE/logo.png b/blockchains/ethereum/assets/0x48294aef8d2C9c109196aB3067C0B72e9b0F79cE/logo.png
deleted file mode 100644
index b78b561e48d5b..0000000000000
Binary files a/blockchains/ethereum/assets/0x48294aef8d2C9c109196aB3067C0B72e9b0F79cE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x482f63DD7d64C601e6319D4A66Ee49496D3bD377/info.json b/blockchains/ethereum/assets/0x482f63DD7d64C601e6319D4A66Ee49496D3bD377/info.json
deleted file mode 100644
index 864acfb0f9a95..0000000000000
--- a/blockchains/ethereum/assets/0x482f63DD7d64C601e6319D4A66Ee49496D3bD377/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Techshare Token (TCL)",
- "symbol": "TCL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x482f63DD7d64C601e6319D4A66Ee49496D3bD377",
- "status": "abandoned",
- "id": "0x482f63DD7d64C601e6319D4A66Ee49496D3bD377"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x482f63DD7d64C601e6319D4A66Ee49496D3bD377/logo.png b/blockchains/ethereum/assets/0x482f63DD7d64C601e6319D4A66Ee49496D3bD377/logo.png
deleted file mode 100644
index 76955845c6d60..0000000000000
Binary files a/blockchains/ethereum/assets/0x482f63DD7d64C601e6319D4A66Ee49496D3bD377/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x485d17A6f1B8780392d53D64751824253011A260/info.json b/blockchains/ethereum/assets/0x485d17A6f1B8780392d53D64751824253011A260/info.json
deleted file mode 100644
index 2f702b1ff4904..0000000000000
--- a/blockchains/ethereum/assets/0x485d17A6f1B8780392d53D64751824253011A260/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ChronoTech TIME",
- "website": "https://chrono.tech",
- "description": "TIME is an utility and governance token of ChronoTech ecosystem",
- "explorer": "https://etherscan.io/token/0x485d17A6f1B8780392d53D64751824253011A260",
- "type": "ERC20",
- "symbol": "TIME",
- "decimals": 8,
- "status": "active",
- "id": "0x485d17A6f1B8780392d53D64751824253011A260"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x485d17A6f1B8780392d53D64751824253011A260/logo.png b/blockchains/ethereum/assets/0x485d17A6f1B8780392d53D64751824253011A260/logo.png
deleted file mode 100644
index 472ebeda678b8..0000000000000
Binary files a/blockchains/ethereum/assets/0x485d17A6f1B8780392d53D64751824253011A260/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x48783486ddD7fa85ECa6B0C4AE8920Bc25DfbcD7/info.json b/blockchains/ethereum/assets/0x48783486ddD7fa85ECa6B0C4AE8920Bc25DfbcD7/info.json
deleted file mode 100644
index 71aa9766d40c6..0000000000000
--- a/blockchains/ethereum/assets/0x48783486ddD7fa85ECa6B0C4AE8920Bc25DfbcD7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GoMoney2",
- "website": "https://animalgo.io/",
- "description": "GOM2 restructures the DeFi narrative to reward token holders. In addition, GOM2 tokens can be used to swap with other ERC-20 tokens.",
- "explorer": "https://etherscan.io/token/0x48783486ddD7fa85ECa6B0C4AE8920Bc25DfbcD7",
- "type": "ERC20",
- "symbol": "GOM2",
- "decimals": 0,
- "status": "active",
- "id": "0x48783486ddD7fa85ECa6B0C4AE8920Bc25DfbcD7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x48783486ddD7fa85ECa6B0C4AE8920Bc25DfbcD7/logo.png b/blockchains/ethereum/assets/0x48783486ddD7fa85ECa6B0C4AE8920Bc25DfbcD7/logo.png
deleted file mode 100644
index 3cf9a0c3e3045..0000000000000
Binary files a/blockchains/ethereum/assets/0x48783486ddD7fa85ECa6B0C4AE8920Bc25DfbcD7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x48BD67ad140C9d10F94099C1ceF7Ab17D90aC335/info.json b/blockchains/ethereum/assets/0x48BD67ad140C9d10F94099C1ceF7Ab17D90aC335/info.json
deleted file mode 100644
index 04a09a48fddf5..0000000000000
--- a/blockchains/ethereum/assets/0x48BD67ad140C9d10F94099C1ceF7Ab17D90aC335/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Leber Network",
- "symbol": "LBN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x48BD67ad140C9d10F94099C1ceF7Ab17D90aC335",
- "status": "abandoned",
- "id": "0x48BD67ad140C9d10F94099C1ceF7Ab17D90aC335"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x48BD67ad140C9d10F94099C1ceF7Ab17D90aC335/logo.png b/blockchains/ethereum/assets/0x48BD67ad140C9d10F94099C1ceF7Ab17D90aC335/logo.png
deleted file mode 100644
index 80904a05b068d..0000000000000
Binary files a/blockchains/ethereum/assets/0x48BD67ad140C9d10F94099C1ceF7Ab17D90aC335/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x48C1B2f3eFA85fbafb2ab951bF4Ba860a08cdBB7/info.json b/blockchains/ethereum/assets/0x48C1B2f3eFA85fbafb2ab951bF4Ba860a08cdBB7/info.json
deleted file mode 100644
index 6f50b30b10ff2..0000000000000
--- a/blockchains/ethereum/assets/0x48C1B2f3eFA85fbafb2ab951bF4Ba860a08cdBB7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ShowHand",
- "symbol": "HAND",
- "type": "ERC20",
- "decimals": 0,
- "description": "ShowHand is an advanced blockchain platform created to bring a fast, secure and trustless structure for the global gaming ecosystem. Our goal is to make gaming more inclusive, fair and decentralized.",
- "website": "https://www.showhand.io/",
- "explorer": "https://etherscan.io/token/0x48C1B2f3eFA85fbafb2ab951bF4Ba860a08cdBB7",
- "status": "active",
- "id": "0x48C1B2f3eFA85fbafb2ab951bF4Ba860a08cdBB7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x48C1B2f3eFA85fbafb2ab951bF4Ba860a08cdBB7/logo.png b/blockchains/ethereum/assets/0x48C1B2f3eFA85fbafb2ab951bF4Ba860a08cdBB7/logo.png
deleted file mode 100644
index 951b4d17c091b..0000000000000
Binary files a/blockchains/ethereum/assets/0x48C1B2f3eFA85fbafb2ab951bF4Ba860a08cdBB7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x48C276e8d03813224bb1e55F953adB6d02FD3E02/info.json b/blockchains/ethereum/assets/0x48C276e8d03813224bb1e55F953adB6d02FD3E02/info.json
deleted file mode 100644
index 9c2404e7ac1e7..0000000000000
--- a/blockchains/ethereum/assets/0x48C276e8d03813224bb1e55F953adB6d02FD3E02/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kuma Inu Token",
- "website": "https://kumatoken.com",
- "description": "Decentralized Meme Tokens that grew into a vibrant ecosystem.",
- "explorer": "https://etherscan.io/token/0x48c276e8d03813224bb1e55f953adb6d02fd3e02",
- "type": "ERC20",
- "symbol": "KUMA",
- "decimals": 18,
- "status": "active",
- "id": "0x48C276e8d03813224bb1e55F953adB6d02FD3E02"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x48C276e8d03813224bb1e55F953adB6d02FD3E02/logo.png b/blockchains/ethereum/assets/0x48C276e8d03813224bb1e55F953adB6d02FD3E02/logo.png
deleted file mode 100644
index 277a8ec68011a..0000000000000
Binary files a/blockchains/ethereum/assets/0x48C276e8d03813224bb1e55F953adB6d02FD3E02/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x48C3399719B582dD63eB5AADf12A40B4C3f52FA2/info.json b/blockchains/ethereum/assets/0x48C3399719B582dD63eB5AADf12A40B4C3f52FA2/info.json
deleted file mode 100644
index da525e1249838..0000000000000
--- a/blockchains/ethereum/assets/0x48C3399719B582dD63eB5AADf12A40B4C3f52FA2/info.json
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- "name": "StakeWise SWISE",
- "type": "ERC20",
- "symbol": "SWISE",
- "decimals": 18,
- "website": "https://stakewise.io",
- "description": "SWISE is the StakeWise governance token.",
- "explorer": "https://etherscan.io/token/0x48C3399719B582dD63eB5AADf12A40B4C3f52FA2",
- "status": "active",
- "id": "0x48C3399719B582dD63eB5AADf12A40B4C3f52FA2",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/stakewise_io"
- },
- {
- "name": "github",
- "url": "https://github.com/stakewise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/stakewise_io"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/stakewise_io"
- },
- {
- "name": "blog",
- "url": "https://stakewise.medium.com/"
- },
- {
- "name": "docs",
- "url": "https://docs.stakewise.io/"
- },
- {
- "name": "forum",
- "url": "https://forum.stakewise.io/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/8Zf7tKyXeZ"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/stakewise"
- },
- {
- "name": "medium",
- "url": "https://stakewise.medium.com/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCQ2cX28XNW-S-66quNYxzRA"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/stakewise"
- },
- {
- "name": "source_code",
- "url": "https://github.com/stakewise/contracts/blob/master/contracts/tokens/StakeWiseToken.sol"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/stakewise/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x48C3399719B582dD63eB5AADf12A40B4C3f52FA2/logo.png b/blockchains/ethereum/assets/0x48C3399719B582dD63eB5AADf12A40B4C3f52FA2/logo.png
deleted file mode 100644
index 57352c59ecd1f..0000000000000
Binary files a/blockchains/ethereum/assets/0x48C3399719B582dD63eB5AADf12A40B4C3f52FA2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x48C589F9734289d8862a245Cf9884631a315696f/info.json b/blockchains/ethereum/assets/0x48C589F9734289d8862a245Cf9884631a315696f/info.json
deleted file mode 100644
index 0fbb2b7e8f6aa..0000000000000
--- a/blockchains/ethereum/assets/0x48C589F9734289d8862a245Cf9884631a315696f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coin Of King",
- "symbol": "COK",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x48C589F9734289d8862a245Cf9884631a315696f",
- "status": "abandoned",
- "id": "0x48C589F9734289d8862a245Cf9884631a315696f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x48C589F9734289d8862a245Cf9884631a315696f/logo.png b/blockchains/ethereum/assets/0x48C589F9734289d8862a245Cf9884631a315696f/logo.png
deleted file mode 100644
index 9b14534143e53..0000000000000
Binary files a/blockchains/ethereum/assets/0x48C589F9734289d8862a245Cf9884631a315696f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x48DF4E0296f908CEAb0428A5182D19B31fC037d6/info.json b/blockchains/ethereum/assets/0x48DF4E0296f908CEAb0428A5182D19B31fC037d6/info.json
deleted file mode 100644
index 002771b8b6bbe..0000000000000
--- a/blockchains/ethereum/assets/0x48DF4E0296f908CEAb0428A5182D19B31fC037d6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fitrova",
- "symbol": "FRV",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://fitrova.com",
- "explorer": "https://etherscan.io/token/0x48DF4E0296f908CEAb0428A5182D19B31fC037d6",
- "status": "abandoned",
- "id": "0x48DF4E0296f908CEAb0428A5182D19B31fC037d6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x48DF4E0296f908CEAb0428A5182D19B31fC037d6/logo.png b/blockchains/ethereum/assets/0x48DF4E0296f908CEAb0428A5182D19B31fC037d6/logo.png
deleted file mode 100755
index 2a36f08777f6a..0000000000000
Binary files a/blockchains/ethereum/assets/0x48DF4E0296f908CEAb0428A5182D19B31fC037d6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x48FF53777F747cFB694101222a944dE070c15D36/info.json b/blockchains/ethereum/assets/0x48FF53777F747cFB694101222a944dE070c15D36/info.json
deleted file mode 100644
index 3c41301859dff..0000000000000
--- a/blockchains/ethereum/assets/0x48FF53777F747cFB694101222a944dE070c15D36/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ether Kingdoms Token",
- "symbol": "IMP",
- "type": "ERC20",
- "decimals": 7,
- "description": "Ether Kingdoms is a new crypto-game with its own ERC20 token, IMP. Key features: up to 365% annual POS reward, ERC-721 items, no ICO, fair airdrop distribution only.",
- "website": "https://imps.me/",
- "explorer": "https://etherscan.io/token/0x48FF53777F747cFB694101222a944dE070c15D36",
- "status": "active",
- "id": "0x48FF53777F747cFB694101222a944dE070c15D36"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x48FF53777F747cFB694101222a944dE070c15D36/logo.png b/blockchains/ethereum/assets/0x48FF53777F747cFB694101222a944dE070c15D36/logo.png
deleted file mode 100644
index ad358cd0e8605..0000000000000
Binary files a/blockchains/ethereum/assets/0x48FF53777F747cFB694101222a944dE070c15D36/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x48b64C2fA052bD4d0b985f2C48D6918c2c01bDEa/info.json b/blockchains/ethereum/assets/0x48b64C2fA052bD4d0b985f2C48D6918c2c01bDEa/info.json
deleted file mode 100644
index d41a07e4fc7c4..0000000000000
--- a/blockchains/ethereum/assets/0x48b64C2fA052bD4d0b985f2C48D6918c2c01bDEa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "365 Stream Token",
- "symbol": "365",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x48b64C2fA052bD4d0b985f2C48D6918c2c01bDEa",
- "status": "abandoned",
- "id": "0x48b64C2fA052bD4d0b985f2C48D6918c2c01bDEa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x48b64C2fA052bD4d0b985f2C48D6918c2c01bDEa/logo.png b/blockchains/ethereum/assets/0x48b64C2fA052bD4d0b985f2C48D6918c2c01bDEa/logo.png
deleted file mode 100644
index cb506c8730591..0000000000000
Binary files a/blockchains/ethereum/assets/0x48b64C2fA052bD4d0b985f2C48D6918c2c01bDEa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x48c80F1f4D53D5951e5D5438B54Cba84f29F32a5/info.json b/blockchains/ethereum/assets/0x48c80F1f4D53D5951e5D5438B54Cba84f29F32a5/info.json
deleted file mode 100644
index 4dfce32667b51..0000000000000
--- a/blockchains/ethereum/assets/0x48c80F1f4D53D5951e5D5438B54Cba84f29F32a5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "0x52657075746174696f6e00000000000000000000000000000000000000000000",
- "symbol": "REP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x48c80F1f4D53D5951e5D5438B54Cba84f29F32a5",
- "status": "active",
- "id": "0x48c80F1f4D53D5951e5D5438B54Cba84f29F32a5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x48c80F1f4D53D5951e5D5438B54Cba84f29F32a5/logo.png b/blockchains/ethereum/assets/0x48c80F1f4D53D5951e5D5438B54Cba84f29F32a5/logo.png
deleted file mode 100644
index f843bb1b8180a..0000000000000
Binary files a/blockchains/ethereum/assets/0x48c80F1f4D53D5951e5D5438B54Cba84f29F32a5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x48f07301E9E29c3C38a80ae8d9ae771F224f1054/info.json b/blockchains/ethereum/assets/0x48f07301E9E29c3C38a80ae8d9ae771F224f1054/info.json
deleted file mode 100644
index 54ddf13f0344c..0000000000000
--- a/blockchains/ethereum/assets/0x48f07301E9E29c3C38a80ae8d9ae771F224f1054/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "South African Tether",
- "symbol": "XZAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "xZAR is a South African stablecoin pegged 1 to 1 with the South African Rand (ZAR).",
- "website": "http://www.xzar.co.za/",
- "explorer": "https://etherscan.io/token/0x48f07301E9E29c3C38a80ae8d9ae771F224f1054",
- "status": "active",
- "id": "0x48f07301E9E29c3C38a80ae8d9ae771F224f1054"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x48f07301E9E29c3C38a80ae8d9ae771F224f1054/logo.png b/blockchains/ethereum/assets/0x48f07301E9E29c3C38a80ae8d9ae771F224f1054/logo.png
deleted file mode 100644
index df8d068f713b6..0000000000000
Binary files a/blockchains/ethereum/assets/0x48f07301E9E29c3C38a80ae8d9ae771F224f1054/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x48f775EFBE4F5EcE6e0DF2f7b5932dF56823B990/info.json b/blockchains/ethereum/assets/0x48f775EFBE4F5EcE6e0DF2f7b5932dF56823B990/info.json
deleted file mode 100644
index 3f90c6edea205..0000000000000
--- a/blockchains/ethereum/assets/0x48f775EFBE4F5EcE6e0DF2f7b5932dF56823B990/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "R token",
- "symbol": "R",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x48f775EFBE4F5EcE6e0DF2f7b5932dF56823B990",
- "status": "abandoned",
- "id": "0x48f775EFBE4F5EcE6e0DF2f7b5932dF56823B990"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x48f775EFBE4F5EcE6e0DF2f7b5932dF56823B990/logo.png b/blockchains/ethereum/assets/0x48f775EFBE4F5EcE6e0DF2f7b5932dF56823B990/logo.png
deleted file mode 100755
index 646e8cbc11f70..0000000000000
Binary files a/blockchains/ethereum/assets/0x48f775EFBE4F5EcE6e0DF2f7b5932dF56823B990/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x490DBf7884B8e13c2161448b83Dd2d8909dB48eD/info.json b/blockchains/ethereum/assets/0x490DBf7884B8e13c2161448b83Dd2d8909dB48eD/info.json
deleted file mode 100644
index 1fc4461d1b9ee..0000000000000
--- a/blockchains/ethereum/assets/0x490DBf7884B8e13c2161448b83Dd2d8909dB48eD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Curate",
- "symbol": "CUR8",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x490DBf7884B8e13c2161448b83Dd2d8909dB48eD",
- "status": "abandoned",
- "id": "0x490DBf7884B8e13c2161448b83Dd2d8909dB48eD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x490DBf7884B8e13c2161448b83Dd2d8909dB48eD/logo.png b/blockchains/ethereum/assets/0x490DBf7884B8e13c2161448b83Dd2d8909dB48eD/logo.png
deleted file mode 100644
index 346768cd1890f..0000000000000
Binary files a/blockchains/ethereum/assets/0x490DBf7884B8e13c2161448b83Dd2d8909dB48eD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x490c95bE16384E1f28B9e864e98fFEcFCBfF386d/info.json b/blockchains/ethereum/assets/0x490c95bE16384E1f28B9e864e98fFEcFCBfF386d/info.json
deleted file mode 100644
index e5561bb2a151b..0000000000000
--- a/blockchains/ethereum/assets/0x490c95bE16384E1f28B9e864e98fFEcFCBfF386d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "REPME",
- "symbol": "RPM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x490c95bE16384E1f28B9e864e98fFEcFCBfF386d",
- "status": "abandoned",
- "id": "0x490c95bE16384E1f28B9e864e98fFEcFCBfF386d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x490c95bE16384E1f28B9e864e98fFEcFCBfF386d/logo.png b/blockchains/ethereum/assets/0x490c95bE16384E1f28B9e864e98fFEcFCBfF386d/logo.png
deleted file mode 100644
index ccd905e95532b..0000000000000
Binary files a/blockchains/ethereum/assets/0x490c95bE16384E1f28B9e864e98fFEcFCBfF386d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x491604c0FDF08347Dd1fa4Ee062a822A5DD06B5D/info.json b/blockchains/ethereum/assets/0x491604c0FDF08347Dd1fa4Ee062a822A5DD06B5D/info.json
deleted file mode 100644
index 0bc0dfc00c6c4..0000000000000
--- a/blockchains/ethereum/assets/0x491604c0FDF08347Dd1fa4Ee062a822A5DD06B5D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cartesi Token",
- "symbol": "CTSI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://cartesi.io",
- "explorer": "https://etherscan.io/token/0x491604c0FDF08347Dd1fa4Ee062a822A5DD06B5D",
- "status": "active",
- "id": "0x491604c0FDF08347Dd1fa4Ee062a822A5DD06B5D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x491604c0FDF08347Dd1fa4Ee062a822A5DD06B5D/logo.png b/blockchains/ethereum/assets/0x491604c0FDF08347Dd1fa4Ee062a822A5DD06B5D/logo.png
deleted file mode 100644
index d3a51014d7a01..0000000000000
Binary files a/blockchains/ethereum/assets/0x491604c0FDF08347Dd1fa4Ee062a822A5DD06B5D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x491614641F2e9456AB8d4B41a83534B71C4c4f85/info.json b/blockchains/ethereum/assets/0x491614641F2e9456AB8d4B41a83534B71C4c4f85/info.json
deleted file mode 100644
index 926e994d2bea6..0000000000000
--- a/blockchains/ethereum/assets/0x491614641F2e9456AB8d4B41a83534B71C4c4f85/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AVC",
- "symbol": "AVC",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x491614641F2e9456AB8d4B41a83534B71C4c4f85",
- "status": "abandoned",
- "id": "0x491614641F2e9456AB8d4B41a83534B71C4c4f85"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x491614641F2e9456AB8d4B41a83534B71C4c4f85/logo.png b/blockchains/ethereum/assets/0x491614641F2e9456AB8d4B41a83534B71C4c4f85/logo.png
deleted file mode 100644
index 105e19e986133..0000000000000
Binary files a/blockchains/ethereum/assets/0x491614641F2e9456AB8d4B41a83534B71C4c4f85/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49184E6dAe8C8ecD89d8Bdc1B950c597b8167c90/info.json b/blockchains/ethereum/assets/0x49184E6dAe8C8ecD89d8Bdc1B950c597b8167c90/info.json
deleted file mode 100644
index bab2c4417f3ad..0000000000000
--- a/blockchains/ethereum/assets/0x49184E6dAe8C8ecD89d8Bdc1B950c597b8167c90/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LIBERTAS",
- "symbol": "LIBERTAS",
- "type": "ERC20",
- "decimals": 2,
- "description": "Libertas is a decentralized audio and podcast streaming service built on the Ethereum Blockchain.",
- "website": "https://libertas.network",
- "explorer": "https://etherscan.io/token/0x49184E6dAe8C8ecD89d8Bdc1B950c597b8167c90",
- "status": "active",
- "id": "0x49184E6dAe8C8ecD89d8Bdc1B950c597b8167c90"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49184E6dAe8C8ecD89d8Bdc1B950c597b8167c90/logo.png b/blockchains/ethereum/assets/0x49184E6dAe8C8ecD89d8Bdc1B950c597b8167c90/logo.png
deleted file mode 100644
index 404d38f36c2bc..0000000000000
Binary files a/blockchains/ethereum/assets/0x49184E6dAe8C8ecD89d8Bdc1B950c597b8167c90/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x491C9A23DB85623EEd455a8EfDd6AbA9b911C5dF/info.json b/blockchains/ethereum/assets/0x491C9A23DB85623EEd455a8EfDd6AbA9b911C5dF/info.json
deleted file mode 100644
index de4d901f07fbf..0000000000000
--- a/blockchains/ethereum/assets/0x491C9A23DB85623EEd455a8EfDd6AbA9b911C5dF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HeroNodeToken",
- "symbol": "HER",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://heronode.io",
- "explorer": "https://etherscan.io/token/0x491C9A23DB85623EEd455a8EfDd6AbA9b911C5dF",
- "status": "abandoned",
- "id": "0x491C9A23DB85623EEd455a8EfDd6AbA9b911C5dF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x491C9A23DB85623EEd455a8EfDd6AbA9b911C5dF/logo.png b/blockchains/ethereum/assets/0x491C9A23DB85623EEd455a8EfDd6AbA9b911C5dF/logo.png
deleted file mode 100644
index 1f4ae4a6a6d74..0000000000000
Binary files a/blockchains/ethereum/assets/0x491C9A23DB85623EEd455a8EfDd6AbA9b911C5dF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x491E136FF7FF03E6aB097E54734697Bb5802FC1C/info.json b/blockchains/ethereum/assets/0x491E136FF7FF03E6aB097E54734697Bb5802FC1C/info.json
deleted file mode 100644
index 8876582a42965..0000000000000
--- a/blockchains/ethereum/assets/0x491E136FF7FF03E6aB097E54734697Bb5802FC1C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kattana",
- "symbol": "KTN",
- "type": "ERC20",
- "decimals": 18,
- "description": "Trade crypto on DEXs and CEXs with a full suite of trading tools previously only available in CeFi",
- "website": "https://kattana.io",
- "explorer": "https://etherscan.io/token/0x491E136FF7FF03E6aB097E54734697Bb5802FC1C",
- "status": "active",
- "id": "0x491E136FF7FF03E6aB097E54734697Bb5802FC1C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x491E136FF7FF03E6aB097E54734697Bb5802FC1C/logo.png b/blockchains/ethereum/assets/0x491E136FF7FF03E6aB097E54734697Bb5802FC1C/logo.png
deleted file mode 100644
index 99e6fff75109e..0000000000000
Binary files a/blockchains/ethereum/assets/0x491E136FF7FF03E6aB097E54734697Bb5802FC1C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49225b3FE63Da25Abd057F8cf0d0dA11217580f2/info.json b/blockchains/ethereum/assets/0x49225b3FE63Da25Abd057F8cf0d0dA11217580f2/info.json
deleted file mode 100644
index ae4fc47321a0d..0000000000000
--- a/blockchains/ethereum/assets/0x49225b3FE63Da25Abd057F8cf0d0dA11217580f2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Respect Music",
- "symbol": "RSPM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x49225b3FE63Da25Abd057F8cf0d0dA11217580f2",
- "status": "abandoned",
- "id": "0x49225b3FE63Da25Abd057F8cf0d0dA11217580f2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49225b3FE63Da25Abd057F8cf0d0dA11217580f2/logo.png b/blockchains/ethereum/assets/0x49225b3FE63Da25Abd057F8cf0d0dA11217580f2/logo.png
deleted file mode 100644
index ff01639d10fbb..0000000000000
Binary files a/blockchains/ethereum/assets/0x49225b3FE63Da25Abd057F8cf0d0dA11217580f2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4922a015c4407F87432B179bb209e125432E4a2A/info.json b/blockchains/ethereum/assets/0x4922a015c4407F87432B179bb209e125432E4a2A/info.json
deleted file mode 100644
index 48ec3dd6c9705..0000000000000
--- a/blockchains/ethereum/assets/0x4922a015c4407F87432B179bb209e125432E4a2A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gold Tether",
- "type": "ERC20",
- "symbol": "XAUt",
- "decimals": 6,
- "website": "https://tether.to/",
- "description": "Each XAU₮ token represents ownership of one troy fine ounce of physical gold on a specific gold bar. Furthermore, Tether Gold (XAU₮) is the only product among the competition that offers zero custody fees and has direct control over the physical gold storage.",
- "explorer": "https://etherscan.io/token/0x4922a015c4407F87432B179bb209e125432E4a2A",
- "status": "active",
- "id": "0x4922a015c4407F87432B179bb209e125432E4a2A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4922a015c4407F87432B179bb209e125432E4a2A/logo.png b/blockchains/ethereum/assets/0x4922a015c4407F87432B179bb209e125432E4a2A/logo.png
deleted file mode 100644
index d42b02638aa41..0000000000000
Binary files a/blockchains/ethereum/assets/0x4922a015c4407F87432B179bb209e125432E4a2A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x493C57C4763932315A328269E1ADaD09653B9081/info.json b/blockchains/ethereum/assets/0x493C57C4763932315A328269E1ADaD09653B9081/info.json
deleted file mode 100644
index 4f5a934261195..0000000000000
--- a/blockchains/ethereum/assets/0x493C57C4763932315A328269E1ADaD09653B9081/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum DAI iToken",
- "symbol": "iDAI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x493C57C4763932315A328269E1ADaD09653B9081",
- "status": "active",
- "id": "0x493C57C4763932315A328269E1ADaD09653B9081"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x493C57C4763932315A328269E1ADaD09653B9081/logo.png b/blockchains/ethereum/assets/0x493C57C4763932315A328269E1ADaD09653B9081/logo.png
deleted file mode 100644
index e8e38ea2187bf..0000000000000
Binary files a/blockchains/ethereum/assets/0x493C57C4763932315A328269E1ADaD09653B9081/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x493Fc2760375a1d7bCcd50e82A6733883f63D167/info.json b/blockchains/ethereum/assets/0x493Fc2760375a1d7bCcd50e82A6733883f63D167/info.json
deleted file mode 100644
index e3c461f4700e8..0000000000000
--- a/blockchains/ethereum/assets/0x493Fc2760375a1d7bCcd50e82A6733883f63D167/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-19/30M19",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x493Fc2760375a1d7bCcd50e82A6733883f63D167",
- "status": "abandoned",
- "id": "0x493Fc2760375a1d7bCcd50e82A6733883f63D167"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x493Fc2760375a1d7bCcd50e82A6733883f63D167/logo.png b/blockchains/ethereum/assets/0x493Fc2760375a1d7bCcd50e82A6733883f63D167/logo.png
deleted file mode 100644
index 18c3c865b28ea..0000000000000
Binary files a/blockchains/ethereum/assets/0x493Fc2760375a1d7bCcd50e82A6733883f63D167/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x493c8d6a973246a7B26Aa8Ef4b1494867A825DE5/info.json b/blockchains/ethereum/assets/0x493c8d6a973246a7B26Aa8Ef4b1494867A825DE5/info.json
deleted file mode 100644
index a5fdc616a09a9..0000000000000
--- a/blockchains/ethereum/assets/0x493c8d6a973246a7B26Aa8Ef4b1494867A825DE5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NuLink",
- "symbol": "NLINK",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "https://nulink.org/",
- "explorer": "https://etherscan.io/token/0x493c8d6a973246a7B26Aa8Ef4b1494867A825DE5",
- "status": "abandoned",
- "id": "0x493c8d6a973246a7B26Aa8Ef4b1494867A825DE5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x493c8d6a973246a7B26Aa8Ef4b1494867A825DE5/logo.png b/blockchains/ethereum/assets/0x493c8d6a973246a7B26Aa8Ef4b1494867A825DE5/logo.png
deleted file mode 100644
index 8d27d8e055dff..0000000000000
Binary files a/blockchains/ethereum/assets/0x493c8d6a973246a7B26Aa8Ef4b1494867A825DE5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4943D17D370174D93b104E583F489175C22AD1b6/info.json b/blockchains/ethereum/assets/0x4943D17D370174D93b104E583F489175C22AD1b6/info.json
deleted file mode 100644
index cef8b9a421cf1..0000000000000
--- a/blockchains/ethereum/assets/0x4943D17D370174D93b104E583F489175C22AD1b6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TESTmg21",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4943D17D370174D93b104E583F489175C22AD1b6",
- "status": "abandoned",
- "id": "0x4943D17D370174D93b104E583F489175C22AD1b6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4943D17D370174D93b104E583F489175C22AD1b6/logo.png b/blockchains/ethereum/assets/0x4943D17D370174D93b104E583F489175C22AD1b6/logo.png
deleted file mode 100644
index 1dcd3591d39ea..0000000000000
Binary files a/blockchains/ethereum/assets/0x4943D17D370174D93b104E583F489175C22AD1b6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4946583c5b86E01cCD30c71a05617D06E3E73060/info.json b/blockchains/ethereum/assets/0x4946583c5b86E01cCD30c71a05617D06E3E73060/info.json
deleted file mode 100644
index 9d662cc59bd83..0000000000000
--- a/blockchains/ethereum/assets/0x4946583c5b86E01cCD30c71a05617D06E3E73060/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Foresting Token",
- "symbol": "PTON",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://foresting.io",
- "explorer": "https://etherscan.io/token/0x4946583c5b86E01cCD30c71a05617D06E3E73060",
- "status": "abandoned",
- "id": "0x4946583c5b86E01cCD30c71a05617D06E3E73060"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4946583c5b86E01cCD30c71a05617D06E3E73060/logo.png b/blockchains/ethereum/assets/0x4946583c5b86E01cCD30c71a05617D06E3E73060/logo.png
deleted file mode 100644
index 2a0e1681c86d6..0000000000000
Binary files a/blockchains/ethereum/assets/0x4946583c5b86E01cCD30c71a05617D06E3E73060/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4946Fcea7C692606e8908002e55A582af44AC121/info.json b/blockchains/ethereum/assets/0x4946Fcea7C692606e8908002e55A582af44AC121/info.json
deleted file mode 100644
index 4b5445ba69eda..0000000000000
--- a/blockchains/ethereum/assets/0x4946Fcea7C692606e8908002e55A582af44AC121/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FOAM Token",
- "symbol": "FOAM",
- "type": "ERC20",
- "decimals": 18,
- "description": "The FOAM Proof of Location protocol is a permissionless and autonomous network of radio beacons that can offer secure location services independent of external centralized sources such as GPS.",
- "website": "https://www.foam.space/",
- "explorer": "https://etherscan.io/token/0x4946Fcea7C692606e8908002e55A582af44AC121",
- "status": "active",
- "id": "0x4946Fcea7C692606e8908002e55A582af44AC121"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4946Fcea7C692606e8908002e55A582af44AC121/logo.png b/blockchains/ethereum/assets/0x4946Fcea7C692606e8908002e55A582af44AC121/logo.png
deleted file mode 100644
index 55a5d82f640cc..0000000000000
Binary files a/blockchains/ethereum/assets/0x4946Fcea7C692606e8908002e55A582af44AC121/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4952E95522e7Cc4D55d1D6650a52CcCd78Ef9C44/info.json b/blockchains/ethereum/assets/0x4952E95522e7Cc4D55d1D6650a52CcCd78Ef9C44/info.json
deleted file mode 100644
index e20f631535cf9..0000000000000
--- a/blockchains/ethereum/assets/0x4952E95522e7Cc4D55d1D6650a52CcCd78Ef9C44/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BinGo",
- "symbol": "GOO",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4952E95522e7Cc4D55d1D6650a52CcCd78Ef9C44",
- "status": "abandoned",
- "id": "0x4952E95522e7Cc4D55d1D6650a52CcCd78Ef9C44"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4952E95522e7Cc4D55d1D6650a52CcCd78Ef9C44/logo.png b/blockchains/ethereum/assets/0x4952E95522e7Cc4D55d1D6650a52CcCd78Ef9C44/logo.png
deleted file mode 100644
index d0ba0ac833c73..0000000000000
Binary files a/blockchains/ethereum/assets/0x4952E95522e7Cc4D55d1D6650a52CcCd78Ef9C44/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49530777a1Da9Ea16Fd8cbCb1AC47e6Bf9CE09e4/info.json b/blockchains/ethereum/assets/0x49530777a1Da9Ea16Fd8cbCb1AC47e6Bf9CE09e4/info.json
deleted file mode 100644
index 8c9bc59eff649..0000000000000
--- a/blockchains/ethereum/assets/0x49530777a1Da9Ea16Fd8cbCb1AC47e6Bf9CE09e4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AtjehCoin",
- "symbol": "ACEH",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x49530777a1Da9Ea16Fd8cbCb1AC47e6Bf9CE09e4",
- "status": "abandoned",
- "id": "0x49530777a1Da9Ea16Fd8cbCb1AC47e6Bf9CE09e4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49530777a1Da9Ea16Fd8cbCb1AC47e6Bf9CE09e4/logo.png b/blockchains/ethereum/assets/0x49530777a1Da9Ea16Fd8cbCb1AC47e6Bf9CE09e4/logo.png
deleted file mode 100644
index 2151f6acb0656..0000000000000
Binary files a/blockchains/ethereum/assets/0x49530777a1Da9Ea16Fd8cbCb1AC47e6Bf9CE09e4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4954Db6391F4feB5468b6B943D4935353596aEC9/info.json b/blockchains/ethereum/assets/0x4954Db6391F4feB5468b6B943D4935353596aEC9/info.json
deleted file mode 100644
index 46fc8cc3b6046..0000000000000
--- a/blockchains/ethereum/assets/0x4954Db6391F4feB5468b6B943D4935353596aEC9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USDQ Stablecoin by Q DAO v1.0",
- "symbol": "USDQ",
- "type": "ERC20",
- "decimals": 18,
- "description": "USDQ is a decentralized stable coin, which is backed by bitcoin and pegged to the dollar, so 1 USDQ = $1 USD.",
- "website": "https://usdq.platinum.fund/",
- "explorer": "https://etherscan.io/token/0x4954Db6391F4feB5468b6B943D4935353596aEC9",
- "status": "active",
- "id": "0x4954Db6391F4feB5468b6B943D4935353596aEC9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4954Db6391F4feB5468b6B943D4935353596aEC9/logo.png b/blockchains/ethereum/assets/0x4954Db6391F4feB5468b6B943D4935353596aEC9/logo.png
deleted file mode 100644
index 47a14144340a5..0000000000000
Binary files a/blockchains/ethereum/assets/0x4954Db6391F4feB5468b6B943D4935353596aEC9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49589163f5C6bBDC65d459fD8FEC1371BAE4215a/info.json b/blockchains/ethereum/assets/0x49589163f5C6bBDC65d459fD8FEC1371BAE4215a/info.json
deleted file mode 100644
index 6c41aed12cfd0..0000000000000
--- a/blockchains/ethereum/assets/0x49589163f5C6bBDC65d459fD8FEC1371BAE4215a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Navate AI",
- "symbol": "NAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x49589163f5C6bBDC65d459fD8FEC1371BAE4215a",
- "status": "abandoned",
- "id": "0x49589163f5C6bBDC65d459fD8FEC1371BAE4215a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49589163f5C6bBDC65d459fD8FEC1371BAE4215a/logo.png b/blockchains/ethereum/assets/0x49589163f5C6bBDC65d459fD8FEC1371BAE4215a/logo.png
deleted file mode 100644
index fe08dae3ce185..0000000000000
Binary files a/blockchains/ethereum/assets/0x49589163f5C6bBDC65d459fD8FEC1371BAE4215a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49614661737EfBFC6a102efaeefDc8E197f7CC0e/info.json b/blockchains/ethereum/assets/0x49614661737EfBFC6a102efaeefDc8E197f7CC0e/info.json
deleted file mode 100644
index 26dd6731b2a55..0000000000000
--- a/blockchains/ethereum/assets/0x49614661737EfBFC6a102efaeefDc8E197f7CC0e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Escroco Emerald",
- "symbol": "ESCE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://escroco.net/",
- "explorer": "https://etherscan.io/token/0x49614661737EfBFC6a102efaeefDc8E197f7CC0e",
- "status": "active",
- "id": "0x49614661737EfBFC6a102efaeefDc8E197f7CC0e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49614661737EfBFC6a102efaeefDc8E197f7CC0e/logo.png b/blockchains/ethereum/assets/0x49614661737EfBFC6a102efaeefDc8E197f7CC0e/logo.png
deleted file mode 100644
index 8a38fed0cc493..0000000000000
Binary files a/blockchains/ethereum/assets/0x49614661737EfBFC6a102efaeefDc8E197f7CC0e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49642110B712C1FD7261Bc074105E9E44676c68F/info.json b/blockchains/ethereum/assets/0x49642110B712C1FD7261Bc074105E9E44676c68F/info.json
deleted file mode 100644
index fffdd7e5e2407..0000000000000
--- a/blockchains/ethereum/assets/0x49642110B712C1FD7261Bc074105E9E44676c68F/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "DinoLFG",
- "type": "ERC20",
- "symbol": "DINO",
- "decimals": 18,
- "website": "https://dinolfg.com/",
- "description": "$Dino is a Meme Coin.",
- "explorer": "https://etherscan.io/token/0x49642110b712c1fd7261bc074105e9e44676c68f",
- "status": "active",
- "id": "0x49642110B712C1FD7261Bc074105E9E44676c68F",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/dinolfg/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/DinoLFG"
- },
- {
- "name": "telegram",
- "url": "https://t.me/OfficialDinoLFG"
- }
- ],
- "tags": [
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49642110B712C1FD7261Bc074105E9E44676c68F/logo.png b/blockchains/ethereum/assets/0x49642110B712C1FD7261Bc074105E9E44676c68F/logo.png
deleted file mode 100644
index 20ddde9870601..0000000000000
Binary files a/blockchains/ethereum/assets/0x49642110B712C1FD7261Bc074105E9E44676c68F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x497bAEF294c11a5f0f5Bea3f2AdB3073DB448B56/info.json b/blockchains/ethereum/assets/0x497bAEF294c11a5f0f5Bea3f2AdB3073DB448B56/info.json
deleted file mode 100644
index 401c8f49cea93..0000000000000
--- a/blockchains/ethereum/assets/0x497bAEF294c11a5f0f5Bea3f2AdB3073DB448B56/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DEX",
- "symbol": "DEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "DEX is issued by CoinBit's Mining Exchange.",
- "website": "https://www.coinbit.co.kr/",
- "explorer": "https://etherscan.io/token/0x497bAEF294c11a5f0f5Bea3f2AdB3073DB448B56",
- "status": "active",
- "id": "0x497bAEF294c11a5f0f5Bea3f2AdB3073DB448B56"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x497bAEF294c11a5f0f5Bea3f2AdB3073DB448B56/logo.png b/blockchains/ethereum/assets/0x497bAEF294c11a5f0f5Bea3f2AdB3073DB448B56/logo.png
deleted file mode 100644
index c4641d7f50988..0000000000000
Binary files a/blockchains/ethereum/assets/0x497bAEF294c11a5f0f5Bea3f2AdB3073DB448B56/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4983F767b1Bc44328E434729dDabea0a064cA1aC/info.json b/blockchains/ethereum/assets/0x4983F767b1Bc44328E434729dDabea0a064cA1aC/info.json
deleted file mode 100644
index 4574bba08b356..0000000000000
--- a/blockchains/ethereum/assets/0x4983F767b1Bc44328E434729dDabea0a064cA1aC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Constant",
- "symbol": "CONST",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4983F767b1Bc44328E434729dDabea0a064cA1aC",
- "status": "abandoned",
- "id": "0x4983F767b1Bc44328E434729dDabea0a064cA1aC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4983F767b1Bc44328E434729dDabea0a064cA1aC/logo.png b/blockchains/ethereum/assets/0x4983F767b1Bc44328E434729dDabea0a064cA1aC/logo.png
deleted file mode 100644
index 17cd78c356a0a..0000000000000
Binary files a/blockchains/ethereum/assets/0x4983F767b1Bc44328E434729dDabea0a064cA1aC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4991f29802D9cD309D574A2179EEfB0306aaCDE8/info.json b/blockchains/ethereum/assets/0x4991f29802D9cD309D574A2179EEfB0306aaCDE8/info.json
deleted file mode 100644
index ea80709c9fad6..0000000000000
--- a/blockchains/ethereum/assets/0x4991f29802D9cD309D574A2179EEfB0306aaCDE8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AFM 2018",
- "symbol": "AFM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4991f29802D9cD309D574A2179EEfB0306aaCDE8",
- "status": "abandoned",
- "id": "0x4991f29802D9cD309D574A2179EEfB0306aaCDE8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4991f29802D9cD309D574A2179EEfB0306aaCDE8/logo.png b/blockchains/ethereum/assets/0x4991f29802D9cD309D574A2179EEfB0306aaCDE8/logo.png
deleted file mode 100644
index 08bb29c39b770..0000000000000
Binary files a/blockchains/ethereum/assets/0x4991f29802D9cD309D574A2179EEfB0306aaCDE8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4993CB95c7443bdC06155c5f5688Be9D8f6999a5/info.json b/blockchains/ethereum/assets/0x4993CB95c7443bdC06155c5f5688Be9D8f6999a5/info.json
deleted file mode 100644
index 70d3c425512b1..0000000000000
--- a/blockchains/ethereum/assets/0x4993CB95c7443bdC06155c5f5688Be9D8f6999a5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ROUND",
- "symbol": "ROUND",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4993CB95c7443bdC06155c5f5688Be9D8f6999a5",
- "status": "abandoned",
- "id": "0x4993CB95c7443bdC06155c5f5688Be9D8f6999a5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4993CB95c7443bdC06155c5f5688Be9D8f6999a5/logo.png b/blockchains/ethereum/assets/0x4993CB95c7443bdC06155c5f5688Be9D8f6999a5/logo.png
deleted file mode 100644
index 3d00df30b2a97..0000000000000
Binary files a/blockchains/ethereum/assets/0x4993CB95c7443bdC06155c5f5688Be9D8f6999a5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49965D438d2a5D35DFfbc1FdAbA0c6Bd12749f08/info.json b/blockchains/ethereum/assets/0x49965D438d2a5D35DFfbc1FdAbA0c6Bd12749f08/info.json
deleted file mode 100644
index 62f7929bd91ee..0000000000000
--- a/blockchains/ethereum/assets/0x49965D438d2a5D35DFfbc1FdAbA0c6Bd12749f08/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MAYCOIN",
- "symbol": "MAYCOIN",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x49965D438d2a5D35DFfbc1FdAbA0c6Bd12749f08",
- "status": "abandoned",
- "id": "0x49965D438d2a5D35DFfbc1FdAbA0c6Bd12749f08"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49965D438d2a5D35DFfbc1FdAbA0c6Bd12749f08/logo.png b/blockchains/ethereum/assets/0x49965D438d2a5D35DFfbc1FdAbA0c6Bd12749f08/logo.png
deleted file mode 100644
index e868787cc1f71..0000000000000
Binary files a/blockchains/ethereum/assets/0x49965D438d2a5D35DFfbc1FdAbA0c6Bd12749f08/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x499A6B77bc25C26bCf8265E2102B1B3dd1617024/info.json b/blockchains/ethereum/assets/0x499A6B77bc25C26bCf8265E2102B1B3dd1617024/info.json
deleted file mode 100644
index e554bf42caadc..0000000000000
--- a/blockchains/ethereum/assets/0x499A6B77bc25C26bCf8265E2102B1B3dd1617024/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitether",
- "symbol": "BTR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x499A6B77bc25C26bCf8265E2102B1B3dd1617024",
- "status": "active",
- "id": "0x499A6B77bc25C26bCf8265E2102B1B3dd1617024"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x499A6B77bc25C26bCf8265E2102B1B3dd1617024/logo.png b/blockchains/ethereum/assets/0x499A6B77bc25C26bCf8265E2102B1B3dd1617024/logo.png
deleted file mode 100755
index 25f9479ab116a..0000000000000
Binary files a/blockchains/ethereum/assets/0x499A6B77bc25C26bCf8265E2102B1B3dd1617024/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x499eA5278E7e221C3E427c08E6085674bF002bf4/info.json b/blockchains/ethereum/assets/0x499eA5278E7e221C3E427c08E6085674bF002bf4/info.json
deleted file mode 100644
index 711a3a43f1761..0000000000000
--- a/blockchains/ethereum/assets/0x499eA5278E7e221C3E427c08E6085674bF002bf4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DCTR",
- "symbol": "DCTR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x499eA5278E7e221C3E427c08E6085674bF002bf4",
- "status": "abandoned",
- "id": "0x499eA5278E7e221C3E427c08E6085674bF002bf4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x499eA5278E7e221C3E427c08E6085674bF002bf4/logo.png b/blockchains/ethereum/assets/0x499eA5278E7e221C3E427c08E6085674bF002bf4/logo.png
deleted file mode 100644
index 2088eff534443..0000000000000
Binary files a/blockchains/ethereum/assets/0x499eA5278E7e221C3E427c08E6085674bF002bf4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49A1CBb5d28cdedD55B7daa627F658fbd8CF1d23/info.json b/blockchains/ethereum/assets/0x49A1CBb5d28cdedD55B7daa627F658fbd8CF1d23/info.json
deleted file mode 100644
index 2f248daee2079..0000000000000
--- a/blockchains/ethereum/assets/0x49A1CBb5d28cdedD55B7daa627F658fbd8CF1d23/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETERBASE",
- "symbol": "XBASE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x49A1CBb5d28cdedD55B7daa627F658fbd8CF1d23",
- "status": "abandoned",
- "id": "0x49A1CBb5d28cdedD55B7daa627F658fbd8CF1d23"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49A1CBb5d28cdedD55B7daa627F658fbd8CF1d23/logo.png b/blockchains/ethereum/assets/0x49A1CBb5d28cdedD55B7daa627F658fbd8CF1d23/logo.png
deleted file mode 100644
index 24d60d79d5e6f..0000000000000
Binary files a/blockchains/ethereum/assets/0x49A1CBb5d28cdedD55B7daa627F658fbd8CF1d23/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49A2e9Be4e06C7106c5708bFCABB9322d0ba33db/info.json b/blockchains/ethereum/assets/0x49A2e9Be4e06C7106c5708bFCABB9322d0ba33db/info.json
deleted file mode 100644
index f91010d7345a6..0000000000000
--- a/blockchains/ethereum/assets/0x49A2e9Be4e06C7106c5708bFCABB9322d0ba33db/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MAKCOIN",
- "symbol": "MAK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://makcoinnetwork.com/",
- "explorer": "https://etherscan.io/token/0x49A2e9Be4e06C7106c5708bFCABB9322d0ba33db",
- "status": "abandoned",
- "id": "0x49A2e9Be4e06C7106c5708bFCABB9322d0ba33db"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49A2e9Be4e06C7106c5708bFCABB9322d0ba33db/logo.png b/blockchains/ethereum/assets/0x49A2e9Be4e06C7106c5708bFCABB9322d0ba33db/logo.png
deleted file mode 100644
index a642ff8afe745..0000000000000
Binary files a/blockchains/ethereum/assets/0x49A2e9Be4e06C7106c5708bFCABB9322d0ba33db/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49AeC0752E68D0282Db544C677f6BA407BA17ED7/info.json b/blockchains/ethereum/assets/0x49AeC0752E68D0282Db544C677f6BA407BA17ED7/info.json
deleted file mode 100644
index 26d0158ea6be4..0000000000000
--- a/blockchains/ethereum/assets/0x49AeC0752E68D0282Db544C677f6BA407BA17ED7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Billionaire Token",
- "symbol": "XBL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://billionairetoken.com/",
- "explorer": "https://etherscan.io/token/0x49AeC0752E68D0282Db544C677f6BA407BA17ED7",
- "status": "abandoned",
- "id": "0x49AeC0752E68D0282Db544C677f6BA407BA17ED7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49AeC0752E68D0282Db544C677f6BA407BA17ED7/logo.png b/blockchains/ethereum/assets/0x49AeC0752E68D0282Db544C677f6BA407BA17ED7/logo.png
deleted file mode 100644
index ec6c713950935..0000000000000
Binary files a/blockchains/ethereum/assets/0x49AeC0752E68D0282Db544C677f6BA407BA17ED7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49B7af9C98A793AA44aB4937B92C72c3a96c3478/info.json b/blockchains/ethereum/assets/0x49B7af9C98A793AA44aB4937B92C72c3a96c3478/info.json
deleted file mode 100644
index 329b8f5467c8f..0000000000000
--- a/blockchains/ethereum/assets/0x49B7af9C98A793AA44aB4937B92C72c3a96c3478/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R891469",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x49B7af9C98A793AA44aB4937B92C72c3a96c3478",
- "status": "spam",
- "id": "0x49B7af9C98A793AA44aB4937B92C72c3a96c3478"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49B7af9C98A793AA44aB4937B92C72c3a96c3478/logo.png b/blockchains/ethereum/assets/0x49B7af9C98A793AA44aB4937B92C72c3a96c3478/logo.png
deleted file mode 100644
index 834873b0d667c..0000000000000
Binary files a/blockchains/ethereum/assets/0x49B7af9C98A793AA44aB4937B92C72c3a96c3478/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49C67AE22c334D0123dD6DBDc44F5302e130a88b/info.json b/blockchains/ethereum/assets/0x49C67AE22c334D0123dD6DBDc44F5302e130a88b/info.json
deleted file mode 100644
index 26c812aa690ba..0000000000000
--- a/blockchains/ethereum/assets/0x49C67AE22c334D0123dD6DBDc44F5302e130a88b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lupecoin",
- "symbol": "LUPX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x49C67AE22c334D0123dD6DBDc44F5302e130a88b",
- "status": "abandoned",
- "id": "0x49C67AE22c334D0123dD6DBDc44F5302e130a88b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49C67AE22c334D0123dD6DBDc44F5302e130a88b/logo.png b/blockchains/ethereum/assets/0x49C67AE22c334D0123dD6DBDc44F5302e130a88b/logo.png
deleted file mode 100755
index 1e9544b4538f3..0000000000000
Binary files a/blockchains/ethereum/assets/0x49C67AE22c334D0123dD6DBDc44F5302e130a88b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49D09cDa1Deb8a1680F1270C5ed15218fc4B18f0/info.json b/blockchains/ethereum/assets/0x49D09cDa1Deb8a1680F1270C5ed15218fc4B18f0/info.json
deleted file mode 100644
index 2889d22397637..0000000000000
--- a/blockchains/ethereum/assets/0x49D09cDa1Deb8a1680F1270C5ed15218fc4B18f0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OVCODE",
- "symbol": "OVC",
- "type": "ERC20",
- "decimals": 18,
- "description": "OVCODE is an award winning verification engine. OVCODE is a patented technology that verifies authenticity, reliability, and integrity of data using Blockchain technology.",
- "website": "https://ovcode.com/",
- "explorer": "https://etherscan.io/token/0x49D09cDa1Deb8a1680F1270C5ed15218fc4B18f0",
- "status": "active",
- "id": "0x49D09cDa1Deb8a1680F1270C5ed15218fc4B18f0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49D09cDa1Deb8a1680F1270C5ed15218fc4B18f0/logo.png b/blockchains/ethereum/assets/0x49D09cDa1Deb8a1680F1270C5ed15218fc4B18f0/logo.png
deleted file mode 100644
index 4e93c6c87e794..0000000000000
Binary files a/blockchains/ethereum/assets/0x49D09cDa1Deb8a1680F1270C5ed15218fc4B18f0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49E34308DFF5F78Ee0CC4eE1d08Cb5EaB17E829E/info.json b/blockchains/ethereum/assets/0x49E34308DFF5F78Ee0CC4eE1d08Cb5EaB17E829E/info.json
deleted file mode 100644
index 99d0e196ef167..0000000000000
--- a/blockchains/ethereum/assets/0x49E34308DFF5F78Ee0CC4eE1d08Cb5EaB17E829E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SmogToken",
- "symbol": "SGT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x49E34308DFF5F78Ee0CC4eE1d08Cb5EaB17E829E",
- "status": "abandoned",
- "id": "0x49E34308DFF5F78Ee0CC4eE1d08Cb5EaB17E829E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49E34308DFF5F78Ee0CC4eE1d08Cb5EaB17E829E/logo.png b/blockchains/ethereum/assets/0x49E34308DFF5F78Ee0CC4eE1d08Cb5EaB17E829E/logo.png
deleted file mode 100755
index 1c7511416d5b7..0000000000000
Binary files a/blockchains/ethereum/assets/0x49E34308DFF5F78Ee0CC4eE1d08Cb5EaB17E829E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49E833337ECe7aFE375e44F4E3e8481029218E5c/info.json b/blockchains/ethereum/assets/0x49E833337ECe7aFE375e44F4E3e8481029218E5c/info.json
deleted file mode 100644
index b068894a8d77d..0000000000000
--- a/blockchains/ethereum/assets/0x49E833337ECe7aFE375e44F4E3e8481029218E5c/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Value Liquidity",
- "website": "https://valuedefi.io/",
- "description": "Value DeFi: Bringing True Value to DeFi.",
- "explorer": "https://etherscan.io/token/0x49E833337ECe7aFE375e44F4E3e8481029218E5c",
- "type": "ERC20",
- "symbol": "VALUE",
- "decimals": 18,
- "status": "active",
- "id": "0x49E833337ECe7aFE375e44F4E3e8481029218E5c",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/valuedefi"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/value_defi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ValueDeFi"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/Dpvd7tp"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@valuedefi"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49E833337ECe7aFE375e44F4E3e8481029218E5c/logo.png b/blockchains/ethereum/assets/0x49E833337ECe7aFE375e44F4E3e8481029218E5c/logo.png
deleted file mode 100644
index 8264f1f431650..0000000000000
Binary files a/blockchains/ethereum/assets/0x49E833337ECe7aFE375e44F4E3e8481029218E5c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49a6123356b998EF9478C495E3D162A2F4eC4363/info.json b/blockchains/ethereum/assets/0x49a6123356b998EF9478C495E3D162A2F4eC4363/info.json
deleted file mode 100644
index db3af78a13c9b..0000000000000
--- a/blockchains/ethereum/assets/0x49a6123356b998EF9478C495E3D162A2F4eC4363/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HOLDPLATFORM",
- "symbol": "HOLD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x49a6123356b998EF9478C495E3D162A2F4eC4363",
- "status": "abandoned",
- "id": "0x49a6123356b998EF9478C495E3D162A2F4eC4363"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49a6123356b998EF9478C495E3D162A2F4eC4363/logo.png b/blockchains/ethereum/assets/0x49a6123356b998EF9478C495E3D162A2F4eC4363/logo.png
deleted file mode 100644
index cd22c32050fd9..0000000000000
Binary files a/blockchains/ethereum/assets/0x49a6123356b998EF9478C495E3D162A2F4eC4363/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49b127Bc33ce7E1586EC28CEC6a65b112596C822/info.json b/blockchains/ethereum/assets/0x49b127Bc33ce7E1586EC28CEC6a65b112596C822/info.json
deleted file mode 100644
index d7a640aaecb9f..0000000000000
--- a/blockchains/ethereum/assets/0x49b127Bc33ce7E1586EC28CEC6a65b112596C822/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ALX",
- "symbol": "ALX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://alax.io/",
- "explorer": "https://etherscan.io/token/0x49b127Bc33ce7E1586EC28CEC6a65b112596C822",
- "status": "abandoned",
- "id": "0x49b127Bc33ce7E1586EC28CEC6a65b112596C822"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49b127Bc33ce7E1586EC28CEC6a65b112596C822/logo.png b/blockchains/ethereum/assets/0x49b127Bc33ce7E1586EC28CEC6a65b112596C822/logo.png
deleted file mode 100755
index 19ebd41fe38be..0000000000000
Binary files a/blockchains/ethereum/assets/0x49b127Bc33ce7E1586EC28CEC6a65b112596C822/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49bD2DA75b1F7AF1E4dFd6b1125FEcDe59dBec58/info.json b/blockchains/ethereum/assets/0x49bD2DA75b1F7AF1E4dFd6b1125FEcDe59dBec58/info.json
deleted file mode 100644
index 3983c0fe028e4..0000000000000
--- a/blockchains/ethereum/assets/0x49bD2DA75b1F7AF1E4dFd6b1125FEcDe59dBec58/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Linkey Token",
- "symbol": "LKY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x49bD2DA75b1F7AF1E4dFd6b1125FEcDe59dBec58",
- "status": "abandoned",
- "id": "0x49bD2DA75b1F7AF1E4dFd6b1125FEcDe59dBec58"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49bD2DA75b1F7AF1E4dFd6b1125FEcDe59dBec58/logo.png b/blockchains/ethereum/assets/0x49bD2DA75b1F7AF1E4dFd6b1125FEcDe59dBec58/logo.png
deleted file mode 100644
index a41b80ce570c4..0000000000000
Binary files a/blockchains/ethereum/assets/0x49bD2DA75b1F7AF1E4dFd6b1125FEcDe59dBec58/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49bc8340ACD3521150d7cCD8a4a3510D2F5130Ca/info.json b/blockchains/ethereum/assets/0x49bc8340ACD3521150d7cCD8a4a3510D2F5130Ca/info.json
deleted file mode 100644
index 2a3328a84d92a..0000000000000
--- a/blockchains/ethereum/assets/0x49bc8340ACD3521150d7cCD8a4a3510D2F5130Ca/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Ukan",
- "type": "ERC20",
- "symbol": "UKAN",
- "decimals": 18,
- "website": "https://ukan.io",
- "description": "UKAN token is the first of its kind token, driven by the community that empowers a nation during an immense humanitarian crisis. Nicknamed the SAVIOR, because we utilize blockchain technology for the better good, and bring a transparent project to the world that will help bootstrap the economy of Ukraine during and especially in the aftermath of the war.",
- "explorer": "https://etherscan.io/token/0x49bc8340ACD3521150d7cCD8a4a3510D2F5130Ca",
- "status": "active",
- "id": "0x49bc8340ACD3521150d7cCD8a4a3510D2F5130Ca",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Ukantoken"
- },
- {
- "name": "github",
- "url": "https://github.com/Ukangit"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Ukantoken"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@Ukantoken"
- }
- ],
- "tags": [
- "memes"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x49bc8340ACD3521150d7cCD8a4a3510D2F5130Ca/logo.png b/blockchains/ethereum/assets/0x49bc8340ACD3521150d7cCD8a4a3510D2F5130Ca/logo.png
deleted file mode 100644
index b34eda09b27e2..0000000000000
Binary files a/blockchains/ethereum/assets/0x49bc8340ACD3521150d7cCD8a4a3510D2F5130Ca/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49d4C3629f93f49ba934dEBF28605D26CAaF3aCc/info.json b/blockchains/ethereum/assets/0x49d4C3629f93f49ba934dEBF28605D26CAaF3aCc/info.json
deleted file mode 100644
index 3f301023b69d2..0000000000000
--- a/blockchains/ethereum/assets/0x49d4C3629f93f49ba934dEBF28605D26CAaF3aCc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WineChain",
- "symbol": "WID",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x49d4C3629f93f49ba934dEBF28605D26CAaF3aCc",
- "status": "abandoned",
- "id": "0x49d4C3629f93f49ba934dEBF28605D26CAaF3aCc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49d4C3629f93f49ba934dEBF28605D26CAaF3aCc/logo.png b/blockchains/ethereum/assets/0x49d4C3629f93f49ba934dEBF28605D26CAaF3aCc/logo.png
deleted file mode 100644
index c47ad53b42170..0000000000000
Binary files a/blockchains/ethereum/assets/0x49d4C3629f93f49ba934dEBF28605D26CAaF3aCc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49d716DFe60b37379010A75329ae09428f17118d/info.json b/blockchains/ethereum/assets/0x49d716DFe60b37379010A75329ae09428f17118d/info.json
deleted file mode 100644
index 52fd1340e7f89..0000000000000
--- a/blockchains/ethereum/assets/0x49d716DFe60b37379010A75329ae09428f17118d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pool Dai",
- "symbol": "plDai",
- "type": "ERC20",
- "decimals": 18,
- "description": "PoolTogether is a no-loss, audited savings game powered by blockchain technology.",
- "website": "https://www.pooltogether.com/",
- "explorer": "https://etherscan.io/token/0x49d716DFe60b37379010A75329ae09428f17118d",
- "status": "active",
- "id": "0x49d716DFe60b37379010A75329ae09428f17118d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49d716DFe60b37379010A75329ae09428f17118d/logo.png b/blockchains/ethereum/assets/0x49d716DFe60b37379010A75329ae09428f17118d/logo.png
deleted file mode 100644
index 25c9f1e465e2a..0000000000000
Binary files a/blockchains/ethereum/assets/0x49d716DFe60b37379010A75329ae09428f17118d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49f112c234969F2b13724b8Ad81C182aCF3B8410/info.json b/blockchains/ethereum/assets/0x49f112c234969F2b13724b8Ad81C182aCF3B8410/info.json
deleted file mode 100644
index 93cb8352e3e2c..0000000000000
--- a/blockchains/ethereum/assets/0x49f112c234969F2b13724b8Ad81C182aCF3B8410/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R935153",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x49f112c234969F2b13724b8Ad81C182aCF3B8410",
- "status": "spam",
- "id": "0x49f112c234969F2b13724b8Ad81C182aCF3B8410"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49f112c234969F2b13724b8Ad81C182aCF3B8410/logo.png b/blockchains/ethereum/assets/0x49f112c234969F2b13724b8Ad81C182aCF3B8410/logo.png
deleted file mode 100644
index e213a7c45b468..0000000000000
Binary files a/blockchains/ethereum/assets/0x49f112c234969F2b13724b8Ad81C182aCF3B8410/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49f4592E641820e928F9919Ef4aBd92a719B4b49/info.json b/blockchains/ethereum/assets/0x49f4592E641820e928F9919Ef4aBd92a719B4b49/info.json
deleted file mode 100644
index 3736aeb66954a..0000000000000
--- a/blockchains/ethereum/assets/0x49f4592E641820e928F9919Ef4aBd92a719B4b49/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum sUSD iToken",
- "symbol": "iSUSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x49f4592E641820e928F9919Ef4aBd92a719B4b49",
- "status": "abandoned",
- "id": "0x49f4592E641820e928F9919Ef4aBd92a719B4b49"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49f4592E641820e928F9919Ef4aBd92a719B4b49/logo.png b/blockchains/ethereum/assets/0x49f4592E641820e928F9919Ef4aBd92a719B4b49/logo.png
deleted file mode 100644
index 664c90b76af1b..0000000000000
Binary files a/blockchains/ethereum/assets/0x49f4592E641820e928F9919Ef4aBd92a719B4b49/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49f941FA7f5731fe302068d79c8604C24C5E7196/info.json b/blockchains/ethereum/assets/0x49f941FA7f5731fe302068d79c8604C24C5E7196/info.json
deleted file mode 100644
index 4ca43174c18bf..0000000000000
--- a/blockchains/ethereum/assets/0x49f941FA7f5731fe302068d79c8604C24C5E7196/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BRR",
- "website": "https://brr.finance/",
- "description": "ha ha money printer go brr",
- "explorer": "https://etherscan.io/token/0x49f941FA7f5731fe302068d79c8604C24C5E7196",
- "type": "ERC20",
- "symbol": "BRR",
- "decimals": 18,
- "status": "active",
- "id": "0x49f941FA7f5731fe302068d79c8604C24C5E7196"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49f941FA7f5731fe302068d79c8604C24C5E7196/logo.png b/blockchains/ethereum/assets/0x49f941FA7f5731fe302068d79c8604C24C5E7196/logo.png
deleted file mode 100644
index cb3c4d7efc6c1..0000000000000
Binary files a/blockchains/ethereum/assets/0x49f941FA7f5731fe302068d79c8604C24C5E7196/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x49fa378b4550758731A0A4638330b2e59cE37fA6/info.json b/blockchains/ethereum/assets/0x49fa378b4550758731A0A4638330b2e59cE37fA6/info.json
deleted file mode 100644
index 8560dd3826283..0000000000000
--- a/blockchains/ethereum/assets/0x49fa378b4550758731A0A4638330b2e59cE37fA6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DANI",
- "symbol": "DANI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x49fa378b4550758731A0A4638330b2e59cE37fA6",
- "status": "abandoned",
- "id": "0x49fa378b4550758731A0A4638330b2e59cE37fA6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x49fa378b4550758731A0A4638330b2e59cE37fA6/logo.png b/blockchains/ethereum/assets/0x49fa378b4550758731A0A4638330b2e59cE37fA6/logo.png
deleted file mode 100755
index 4138a142d2748..0000000000000
Binary files a/blockchains/ethereum/assets/0x49fa378b4550758731A0A4638330b2e59cE37fA6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4A0eEdF6e95581CdA46A767E612e83731C0cD418/info.json b/blockchains/ethereum/assets/0x4A0eEdF6e95581CdA46A767E612e83731C0cD418/info.json
deleted file mode 100644
index b1be20cb1e243..0000000000000
--- a/blockchains/ethereum/assets/0x4A0eEdF6e95581CdA46A767E612e83731C0cD418/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WINSSHI",
- "symbol": "WNS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://winsshi.com/",
- "explorer": "https://etherscan.io/token/0x4A0eEdF6e95581CdA46A767E612e83731C0cD418",
- "status": "abandoned",
- "id": "0x4A0eEdF6e95581CdA46A767E612e83731C0cD418"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4A0eEdF6e95581CdA46A767E612e83731C0cD418/logo.png b/blockchains/ethereum/assets/0x4A0eEdF6e95581CdA46A767E612e83731C0cD418/logo.png
deleted file mode 100644
index c856125a4afd0..0000000000000
Binary files a/blockchains/ethereum/assets/0x4A0eEdF6e95581CdA46A767E612e83731C0cD418/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4A16BAf414b8e637Ed12019faD5Dd705735DB2e0/info.json b/blockchains/ethereum/assets/0x4A16BAf414b8e637Ed12019faD5Dd705735DB2e0/info.json
deleted file mode 100644
index 49fdb54bf52b6..0000000000000
--- a/blockchains/ethereum/assets/0x4A16BAf414b8e637Ed12019faD5Dd705735DB2e0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QCAD",
- "symbol": "QCAD",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4A16BAf414b8e637Ed12019faD5Dd705735DB2e0",
- "status": "abandoned",
- "id": "0x4A16BAf414b8e637Ed12019faD5Dd705735DB2e0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4A16BAf414b8e637Ed12019faD5Dd705735DB2e0/logo.png b/blockchains/ethereum/assets/0x4A16BAf414b8e637Ed12019faD5Dd705735DB2e0/logo.png
deleted file mode 100644
index 2a8363117750f..0000000000000
Binary files a/blockchains/ethereum/assets/0x4A16BAf414b8e637Ed12019faD5Dd705735DB2e0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4A1eDf138398b89E819a5F252830ac8cc3E53378/info.json b/blockchains/ethereum/assets/0x4A1eDf138398b89E819a5F252830ac8cc3E53378/info.json
deleted file mode 100644
index aae8925625889..0000000000000
--- a/blockchains/ethereum/assets/0x4A1eDf138398b89E819a5F252830ac8cc3E53378/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 000-CN16",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4A1eDf138398b89E819a5F252830ac8cc3E53378",
- "status": "abandoned",
- "id": "0x4A1eDf138398b89E819a5F252830ac8cc3E53378"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4A1eDf138398b89E819a5F252830ac8cc3E53378/logo.png b/blockchains/ethereum/assets/0x4A1eDf138398b89E819a5F252830ac8cc3E53378/logo.png
deleted file mode 100644
index dec2dc1f21cdc..0000000000000
Binary files a/blockchains/ethereum/assets/0x4A1eDf138398b89E819a5F252830ac8cc3E53378/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4A37A91eec4C97F9090CE66d21D3B3Aadf1aE5aD/info.json b/blockchains/ethereum/assets/0x4A37A91eec4C97F9090CE66d21D3B3Aadf1aE5aD/info.json
deleted file mode 100644
index f16db1f45247c..0000000000000
--- a/blockchains/ethereum/assets/0x4A37A91eec4C97F9090CE66d21D3B3Aadf1aE5aD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LiquorChain Token",
- "symbol": "LCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4A37A91eec4C97F9090CE66d21D3B3Aadf1aE5aD",
- "status": "abandoned",
- "id": "0x4A37A91eec4C97F9090CE66d21D3B3Aadf1aE5aD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4A37A91eec4C97F9090CE66d21D3B3Aadf1aE5aD/logo.png b/blockchains/ethereum/assets/0x4A37A91eec4C97F9090CE66d21D3B3Aadf1aE5aD/logo.png
deleted file mode 100755
index 6951f8e426876..0000000000000
Binary files a/blockchains/ethereum/assets/0x4A37A91eec4C97F9090CE66d21D3B3Aadf1aE5aD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4A42d2c580f83dcE404aCad18dab26Db11a1750E/info.json b/blockchains/ethereum/assets/0x4A42d2c580f83dcE404aCad18dab26Db11a1750E/info.json
deleted file mode 100644
index 4441883bd8d45..0000000000000
--- a/blockchains/ethereum/assets/0x4A42d2c580f83dcE404aCad18dab26Db11a1750E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Relex",
- "symbol": "RLX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://relex.io/",
- "explorer": "https://etherscan.io/token/0x4A42d2c580f83dcE404aCad18dab26Db11a1750E",
- "status": "abandoned",
- "id": "0x4A42d2c580f83dcE404aCad18dab26Db11a1750E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4A42d2c580f83dcE404aCad18dab26Db11a1750E/logo.png b/blockchains/ethereum/assets/0x4A42d2c580f83dcE404aCad18dab26Db11a1750E/logo.png
deleted file mode 100644
index e5a2164bc79fb..0000000000000
Binary files a/blockchains/ethereum/assets/0x4A42d2c580f83dcE404aCad18dab26Db11a1750E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4A644354aA3fe89D2a88cEd00D773E6E34c75EAA/info.json b/blockchains/ethereum/assets/0x4A644354aA3fe89D2a88cEd00D773E6E34c75EAA/info.json
deleted file mode 100644
index c442778795cb7..0000000000000
--- a/blockchains/ethereum/assets/0x4A644354aA3fe89D2a88cEd00D773E6E34c75EAA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FrasierCoin",
- "symbol": "FRC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4A644354aA3fe89D2a88cEd00D773E6E34c75EAA",
- "status": "abandoned",
- "id": "0x4A644354aA3fe89D2a88cEd00D773E6E34c75EAA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4A644354aA3fe89D2a88cEd00D773E6E34c75EAA/logo.png b/blockchains/ethereum/assets/0x4A644354aA3fe89D2a88cEd00D773E6E34c75EAA/logo.png
deleted file mode 100644
index 8b58277faafaf..0000000000000
Binary files a/blockchains/ethereum/assets/0x4A644354aA3fe89D2a88cEd00D773E6E34c75EAA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4A64515E5E1d1073e83f30cB97BEd20400b66E10/info.json b/blockchains/ethereum/assets/0x4A64515E5E1d1073e83f30cB97BEd20400b66E10/info.json
deleted file mode 100644
index 6da782e6a70cf..0000000000000
--- a/blockchains/ethereum/assets/0x4A64515E5E1d1073e83f30cB97BEd20400b66E10/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WZEC",
- "website": "https://www.wrapped.com",
- "description": "Wrapped ZEC is a 1:1 equivalent of Zcash on the Ethereum network",
- "explorer": "https://etherscan.io/token/0x4A64515E5E1d1073e83f30cB97BEd20400b66E10",
- "type": "ERC20",
- "symbol": "WZEC",
- "decimals": 18,
- "status": "active",
- "id": "0x4A64515E5E1d1073e83f30cB97BEd20400b66E10"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4A64515E5E1d1073e83f30cB97BEd20400b66E10/logo.png b/blockchains/ethereum/assets/0x4A64515E5E1d1073e83f30cB97BEd20400b66E10/logo.png
deleted file mode 100644
index 79573b703486c..0000000000000
Binary files a/blockchains/ethereum/assets/0x4A64515E5E1d1073e83f30cB97BEd20400b66E10/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4A73ce2A1d78DeE1000e87f7218791253aa66B1c/info.json b/blockchains/ethereum/assets/0x4A73ce2A1d78DeE1000e87f7218791253aa66B1c/info.json
deleted file mode 100644
index 8b5c7cb5bad48..0000000000000
--- a/blockchains/ethereum/assets/0x4A73ce2A1d78DeE1000e87f7218791253aa66B1c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Jerusalem Chain",
- "symbol": "JERU",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4A73ce2A1d78DeE1000e87f7218791253aa66B1c",
- "status": "abandoned",
- "id": "0x4A73ce2A1d78DeE1000e87f7218791253aa66B1c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4A73ce2A1d78DeE1000e87f7218791253aa66B1c/logo.png b/blockchains/ethereum/assets/0x4A73ce2A1d78DeE1000e87f7218791253aa66B1c/logo.png
deleted file mode 100755
index 01933e082163f..0000000000000
Binary files a/blockchains/ethereum/assets/0x4A73ce2A1d78DeE1000e87f7218791253aa66B1c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4A8F44BE523580a11cdB20e2C7C470Adf44Ec9BB/info.json b/blockchains/ethereum/assets/0x4A8F44BE523580a11cdB20e2C7C470Adf44Ec9BB/info.json
deleted file mode 100644
index 412a3d8ab8c09..0000000000000
--- a/blockchains/ethereum/assets/0x4A8F44BE523580a11cdB20e2C7C470Adf44Ec9BB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MinerCoin",
- "symbol": "BTMC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4A8F44BE523580a11cdB20e2C7C470Adf44Ec9BB",
- "status": "abandoned",
- "id": "0x4A8F44BE523580a11cdB20e2C7C470Adf44Ec9BB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4A8F44BE523580a11cdB20e2C7C470Adf44Ec9BB/logo.png b/blockchains/ethereum/assets/0x4A8F44BE523580a11cdB20e2C7C470Adf44Ec9BB/logo.png
deleted file mode 100644
index 702c786252ee7..0000000000000
Binary files a/blockchains/ethereum/assets/0x4A8F44BE523580a11cdB20e2C7C470Adf44Ec9BB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4A9d79Bb075b90e4cC63e2a471aED0cDcF944524/info.json b/blockchains/ethereum/assets/0x4A9d79Bb075b90e4cC63e2a471aED0cDcF944524/info.json
deleted file mode 100644
index ad6c64e293727..0000000000000
--- a/blockchains/ethereum/assets/0x4A9d79Bb075b90e4cC63e2a471aED0cDcF944524/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OppCoin",
- "symbol": "OPPC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4A9d79Bb075b90e4cC63e2a471aED0cDcF944524",
- "status": "abandoned",
- "id": "0x4A9d79Bb075b90e4cC63e2a471aED0cDcF944524"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4A9d79Bb075b90e4cC63e2a471aED0cDcF944524/logo.png b/blockchains/ethereum/assets/0x4A9d79Bb075b90e4cC63e2a471aED0cDcF944524/logo.png
deleted file mode 100644
index 1e4ac2dd114ff..0000000000000
Binary files a/blockchains/ethereum/assets/0x4A9d79Bb075b90e4cC63e2a471aED0cDcF944524/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4AC00f287f36A6Aad655281fE1cA6798C9cb727b/info.json b/blockchains/ethereum/assets/0x4AC00f287f36A6Aad655281fE1cA6798C9cb727b/info.json
deleted file mode 100644
index 1b07eb89f7a57..0000000000000
--- a/blockchains/ethereum/assets/0x4AC00f287f36A6Aad655281fE1cA6798C9cb727b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GazeCoin Metaverse Token",
- "symbol": "GZE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.gazecoin.io/",
- "explorer": "https://etherscan.io/token/0x4AC00f287f36A6Aad655281fE1cA6798C9cb727b",
- "status": "abandoned",
- "id": "0x4AC00f287f36A6Aad655281fE1cA6798C9cb727b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4AC00f287f36A6Aad655281fE1cA6798C9cb727b/logo.png b/blockchains/ethereum/assets/0x4AC00f287f36A6Aad655281fE1cA6798C9cb727b/logo.png
deleted file mode 100644
index 7a5654c51d7d7..0000000000000
Binary files a/blockchains/ethereum/assets/0x4AC00f287f36A6Aad655281fE1cA6798C9cb727b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4AFAdB32b8fdB334cF9f20AFb476A06c1F5b111A/info.json b/blockchains/ethereum/assets/0x4AFAdB32b8fdB334cF9f20AFb476A06c1F5b111A/info.json
deleted file mode 100644
index 73992f4dcbf8d..0000000000000
--- a/blockchains/ethereum/assets/0x4AFAdB32b8fdB334cF9f20AFb476A06c1F5b111A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TLS Token",
- "symbol": "TLS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://tlsgroup.io/",
- "explorer": "https://etherscan.io/token/0x4AFAdB32b8fdB334cF9f20AFb476A06c1F5b111A",
- "status": "abandoned",
- "id": "0x4AFAdB32b8fdB334cF9f20AFb476A06c1F5b111A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4AFAdB32b8fdB334cF9f20AFb476A06c1F5b111A/logo.png b/blockchains/ethereum/assets/0x4AFAdB32b8fdB334cF9f20AFb476A06c1F5b111A/logo.png
deleted file mode 100644
index fd77c867b87cd..0000000000000
Binary files a/blockchains/ethereum/assets/0x4AFAdB32b8fdB334cF9f20AFb476A06c1F5b111A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4AaC461C86aBfA71e9d00d9a2cde8d74E4E1aeEa/info.json b/blockchains/ethereum/assets/0x4AaC461C86aBfA71e9d00d9a2cde8d74E4E1aeEa/info.json
deleted file mode 100644
index 00c4bffc5fe33..0000000000000
--- a/blockchains/ethereum/assets/0x4AaC461C86aBfA71e9d00d9a2cde8d74E4E1aeEa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZINC",
- "symbol": "ZINC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Zinc simplifies, accelerates and reduces the cost of the hiring journey for workers and recruiters within the technology sector.",
- "website": "https://zinc.work/",
- "explorer": "https://etherscan.io/token/0x4AaC461C86aBfA71e9d00d9a2cde8d74E4E1aeEa",
- "status": "active",
- "id": "0x4AaC461C86aBfA71e9d00d9a2cde8d74E4E1aeEa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4AaC461C86aBfA71e9d00d9a2cde8d74E4E1aeEa/logo.png b/blockchains/ethereum/assets/0x4AaC461C86aBfA71e9d00d9a2cde8d74E4E1aeEa/logo.png
deleted file mode 100644
index 3aebd254bfa38..0000000000000
Binary files a/blockchains/ethereum/assets/0x4AaC461C86aBfA71e9d00d9a2cde8d74E4E1aeEa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4Ad32852B54cD0671023bb4692245F122E7CB30D/info.json b/blockchains/ethereum/assets/0x4Ad32852B54cD0671023bb4692245F122E7CB30D/info.json
deleted file mode 100644
index cbad804868a82..0000000000000
--- a/blockchains/ethereum/assets/0x4Ad32852B54cD0671023bb4692245F122E7CB30D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Co2 Hero",
- "symbol": "CO2H",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4Ad32852B54cD0671023bb4692245F122E7CB30D",
- "status": "abandoned",
- "id": "0x4Ad32852B54cD0671023bb4692245F122E7CB30D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4Ad32852B54cD0671023bb4692245F122E7CB30D/logo.png b/blockchains/ethereum/assets/0x4Ad32852B54cD0671023bb4692245F122E7CB30D/logo.png
deleted file mode 100644
index aeca3aee81ffb..0000000000000
Binary files a/blockchains/ethereum/assets/0x4Ad32852B54cD0671023bb4692245F122E7CB30D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4Ae20b59138431597C09A4531CD3d3156940d596/info.json b/blockchains/ethereum/assets/0x4Ae20b59138431597C09A4531CD3d3156940d596/info.json
deleted file mode 100644
index 0ee762fff08a1..0000000000000
--- a/blockchains/ethereum/assets/0x4Ae20b59138431597C09A4531CD3d3156940d596/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gatt",
- "symbol": "GATT",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4Ae20b59138431597C09A4531CD3d3156940d596",
- "status": "abandoned",
- "id": "0x4Ae20b59138431597C09A4531CD3d3156940d596"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4Ae20b59138431597C09A4531CD3d3156940d596/logo.png b/blockchains/ethereum/assets/0x4Ae20b59138431597C09A4531CD3d3156940d596/logo.png
deleted file mode 100644
index b9dd7a68f81cf..0000000000000
Binary files a/blockchains/ethereum/assets/0x4Ae20b59138431597C09A4531CD3d3156940d596/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4B1E80cAC91e2216EEb63e29B957eB91Ae9C2Be8/info.json b/blockchains/ethereum/assets/0x4B1E80cAC91e2216EEb63e29B957eB91Ae9C2Be8/info.json
deleted file mode 100644
index d8a638a5d2868..0000000000000
--- a/blockchains/ethereum/assets/0x4B1E80cAC91e2216EEb63e29B957eB91Ae9C2Be8/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Jupiter",
- "website": "https://jup.io",
- "description": "Using Jupiter, we strive to make this technology accessible by everyone and that is why we created Gravity, a versatile framework that interfaces with our blockchain, Jupiter.",
- "explorer": "https://etherscan.io/token/0x4B1E80cAC91e2216EEb63e29B957eB91Ae9C2Be8",
- "type": "ERC20",
- "symbol": "JUP",
- "decimals": 18,
- "status": "active",
- "id": "0x4B1E80cAC91e2216EEb63e29B957eB91Ae9C2Be8",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/jup_project"
- },
- {
- "name": "blog",
- "url": "https://blog.jup.io"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/JupiterProj"
- },
- {
- "name": "telegram",
- "url": "https://t.me/jupiterproject"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4B1E80cAC91e2216EEb63e29B957eB91Ae9C2Be8/logo.png b/blockchains/ethereum/assets/0x4B1E80cAC91e2216EEb63e29B957eB91Ae9C2Be8/logo.png
deleted file mode 100644
index a58136390f649..0000000000000
Binary files a/blockchains/ethereum/assets/0x4B1E80cAC91e2216EEb63e29B957eB91Ae9C2Be8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4B2C54b80B77580dc02A0f6734d3BAD733F50900/info.json b/blockchains/ethereum/assets/0x4B2C54b80B77580dc02A0f6734d3BAD733F50900/info.json
deleted file mode 100644
index 2f5a4064c3625..0000000000000
--- a/blockchains/ethereum/assets/0x4B2C54b80B77580dc02A0f6734d3BAD733F50900/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Kiba Inu",
- "type": "ERC20",
- "symbol": "KIBA",
- "decimals": 9,
- "website": "https://kibainu.space",
- "description": "Kiba Inu restores integrity to meme coins by building a safe Dex and Launchpad. Kiba Swap includes a dex and launchpad that includes features enabling investors to know which projects are safe and which they may want to avoid. We are on our way to becoming the leader of all meme coins and expanding into a multifaceted crypto project. ",
- "explorer": "https://etherscan.io/token/0x4B2C54b80B77580dc02A0f6734d3BAD733F50900",
- "status": "abandoned",
- "id": "0x4B2C54b80B77580dc02A0f6734d3BAD733F50900",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/kibainukiba"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/kiba-inu/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/kiba-inu/"
- }
- ],
- "tags": [
- "memes"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x4B32CA05509ca4ffDBb7D2D82B27bc48Ecde62F2/info.json b/blockchains/ethereum/assets/0x4B32CA05509ca4ffDBb7D2D82B27bc48Ecde62F2/info.json
deleted file mode 100644
index 461f8436e6226..0000000000000
--- a/blockchains/ethereum/assets/0x4B32CA05509ca4ffDBb7D2D82B27bc48Ecde62F2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lunch Money",
- "symbol": "LMY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4B32CA05509ca4ffDBb7D2D82B27bc48Ecde62F2",
- "status": "abandoned",
- "id": "0x4B32CA05509ca4ffDBb7D2D82B27bc48Ecde62F2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4B32CA05509ca4ffDBb7D2D82B27bc48Ecde62F2/logo.png b/blockchains/ethereum/assets/0x4B32CA05509ca4ffDBb7D2D82B27bc48Ecde62F2/logo.png
deleted file mode 100755
index 58ce30f25fa8b..0000000000000
Binary files a/blockchains/ethereum/assets/0x4B32CA05509ca4ffDBb7D2D82B27bc48Ecde62F2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4B3a0c6d668B43F3f07904E124328659b90Bb4Ca/info.json b/blockchains/ethereum/assets/0x4B3a0c6d668B43F3f07904E124328659b90Bb4Ca/info.json
deleted file mode 100644
index 904247ebe55bb..0000000000000
--- a/blockchains/ethereum/assets/0x4B3a0c6d668B43F3f07904E124328659b90Bb4Ca/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "AceD",
- "website": "https://acedcoin.com",
- "description": "AceD’s mission is to provide online world class entertainment options while providing a secure and private platform. We aim to integrate cryptocurrency into practical decentralised blockchain applications that are fun, entertaining and competitive while protecting your privacy.",
- "explorer": "https://etherscan.io/token/0x4B3a0c6d668B43F3f07904E124328659b90Bb4Ca",
- "type": "ERC20",
- "symbol": "AceD",
- "decimals": 18,
- "status": "active",
- "id": "0x4B3a0c6d668B43F3f07904E124328659b90Bb4Ca",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/AceDcoin"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/VExsPg6"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4B3a0c6d668B43F3f07904E124328659b90Bb4Ca/logo.png b/blockchains/ethereum/assets/0x4B3a0c6d668B43F3f07904E124328659b90Bb4Ca/logo.png
deleted file mode 100644
index 8d1094bacab13..0000000000000
Binary files a/blockchains/ethereum/assets/0x4B3a0c6d668B43F3f07904E124328659b90Bb4Ca/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4B4701f3f827E1331fb22FF8e2BEaC24b17Eb055/info.json b/blockchains/ethereum/assets/0x4B4701f3f827E1331fb22FF8e2BEaC24b17Eb055/info.json
deleted file mode 100644
index d11d870a25c36..0000000000000
--- a/blockchains/ethereum/assets/0x4B4701f3f827E1331fb22FF8e2BEaC24b17Eb055/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DISTX",
- "website": "https://distx.io",
- "description": "DISTX is an automated private sale platform, allowing token creators and token users to come together in a safe, decentralized and automated sale.",
- "explorer": "https://etherscan.io/token/0x4B4701f3f827E1331fb22FF8e2BEaC24b17Eb055",
- "type": "ERC20",
- "symbol": "DISTX",
- "decimals": 18,
- "status": "active",
- "id": "0x4B4701f3f827E1331fb22FF8e2BEaC24b17Eb055"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4B4701f3f827E1331fb22FF8e2BEaC24b17Eb055/logo.png b/blockchains/ethereum/assets/0x4B4701f3f827E1331fb22FF8e2BEaC24b17Eb055/logo.png
deleted file mode 100644
index c5f7afea63419..0000000000000
Binary files a/blockchains/ethereum/assets/0x4B4701f3f827E1331fb22FF8e2BEaC24b17Eb055/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4B4b1d389d4f4E082B30F75c6319c0CE5ACBd619/info.json b/blockchains/ethereum/assets/0x4B4b1d389d4f4E082B30F75c6319c0CE5ACBd619/info.json
deleted file mode 100644
index 1e05a4b0e66c6..0000000000000
--- a/blockchains/ethereum/assets/0x4B4b1d389d4f4E082B30F75c6319c0CE5ACBd619/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Heart Number",
- "website": "https://heartnumber.com/",
- "description": "AI Auto Trading Application",
- "explorer": "https://etherscan.io/token/0x4B4b1d389d4f4E082B30F75c6319c0CE5ACBd619",
- "type": "ERC20",
- "symbol": "HTN",
- "decimals": 18,
- "status": "active",
- "id": "0x4B4b1d389d4f4E082B30F75c6319c0CE5ACBd619"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4B4b1d389d4f4E082B30F75c6319c0CE5ACBd619/logo.png b/blockchains/ethereum/assets/0x4B4b1d389d4f4E082B30F75c6319c0CE5ACBd619/logo.png
deleted file mode 100644
index 9dd4e78313ea8..0000000000000
Binary files a/blockchains/ethereum/assets/0x4B4b1d389d4f4E082B30F75c6319c0CE5ACBd619/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4B742b5bdb1D252907AE7F399a891d4a178DBC24/info.json b/blockchains/ethereum/assets/0x4B742b5bdb1D252907AE7F399a891d4a178DBC24/info.json
deleted file mode 100644
index dded47c44e14c..0000000000000
--- a/blockchains/ethereum/assets/0x4B742b5bdb1D252907AE7F399a891d4a178DBC24/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "B One Payment",
- "symbol": "B1P",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.bonepayment.com",
- "explorer": "https://etherscan.io/token/0x4B742b5bdb1D252907AE7F399a891d4a178DBC24",
- "status": "abandoned",
- "id": "0x4B742b5bdb1D252907AE7F399a891d4a178DBC24"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4B742b5bdb1D252907AE7F399a891d4a178DBC24/logo.png b/blockchains/ethereum/assets/0x4B742b5bdb1D252907AE7F399a891d4a178DBC24/logo.png
deleted file mode 100644
index d44d8dac161e9..0000000000000
Binary files a/blockchains/ethereum/assets/0x4B742b5bdb1D252907AE7F399a891d4a178DBC24/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4B9E5fe882b2fbB3E098c9A25a8Ce66135Ed2be4/info.json b/blockchains/ethereum/assets/0x4B9E5fe882b2fbB3E098c9A25a8Ce66135Ed2be4/info.json
deleted file mode 100644
index d6f7d0618d4d1..0000000000000
--- a/blockchains/ethereum/assets/0x4B9E5fe882b2fbB3E098c9A25a8Ce66135Ed2be4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gaia",
- "website": "https://dollarprotocol.com",
- "description": "Gaia is the algorithmic reserve asset in Dollar Protocol's f-series",
- "explorer": "https://etherscan.io/token/0x4B9E5fe882b2fbB3E098c9A25a8Ce66135Ed2be4",
- "type": "ERC20",
- "symbol": "Gaia",
- "decimals": 9,
- "status": "active",
- "id": "0x4B9E5fe882b2fbB3E098c9A25a8Ce66135Ed2be4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4B9E5fe882b2fbB3E098c9A25a8Ce66135Ed2be4/logo.png b/blockchains/ethereum/assets/0x4B9E5fe882b2fbB3E098c9A25a8Ce66135Ed2be4/logo.png
deleted file mode 100644
index 35f54da014e34..0000000000000
Binary files a/blockchains/ethereum/assets/0x4B9E5fe882b2fbB3E098c9A25a8Ce66135Ed2be4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4BBbC57aF270138Ef2FF2C50DbfAD684e9E0e604/info.json b/blockchains/ethereum/assets/0x4BBbC57aF270138Ef2FF2C50DbfAD684e9E0e604/info.json
deleted file mode 100644
index da80f3ada0685..0000000000000
--- a/blockchains/ethereum/assets/0x4BBbC57aF270138Ef2FF2C50DbfAD684e9E0e604/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WABnetwork",
- "symbol": "WAB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4BBbC57aF270138Ef2FF2C50DbfAD684e9E0e604",
- "status": "abandoned",
- "id": "0x4BBbC57aF270138Ef2FF2C50DbfAD684e9E0e604"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4BBbC57aF270138Ef2FF2C50DbfAD684e9E0e604/logo.png b/blockchains/ethereum/assets/0x4BBbC57aF270138Ef2FF2C50DbfAD684e9E0e604/logo.png
deleted file mode 100644
index 5feda8c93046a..0000000000000
Binary files a/blockchains/ethereum/assets/0x4BBbC57aF270138Ef2FF2C50DbfAD684e9E0e604/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4BDeebbF6aEa92a12Dc040eC1C9EC5A7F0f81237/info.json b/blockchains/ethereum/assets/0x4BDeebbF6aEa92a12Dc040eC1C9EC5A7F0f81237/info.json
deleted file mode 100644
index 4a54acad98ade..0000000000000
--- a/blockchains/ethereum/assets/0x4BDeebbF6aEa92a12Dc040eC1C9EC5A7F0f81237/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-17/30M77",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4BDeebbF6aEa92a12Dc040eC1C9EC5A7F0f81237",
- "status": "abandoned",
- "id": "0x4BDeebbF6aEa92a12Dc040eC1C9EC5A7F0f81237"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4BDeebbF6aEa92a12Dc040eC1C9EC5A7F0f81237/logo.png b/blockchains/ethereum/assets/0x4BDeebbF6aEa92a12Dc040eC1C9EC5A7F0f81237/logo.png
deleted file mode 100644
index 50d799b544d8c..0000000000000
Binary files a/blockchains/ethereum/assets/0x4BDeebbF6aEa92a12Dc040eC1C9EC5A7F0f81237/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4BF93B7F68612Cc9ADef21dEA08ef74DCF0B6a6a/info.json b/blockchains/ethereum/assets/0x4BF93B7F68612Cc9ADef21dEA08ef74DCF0B6a6a/info.json
deleted file mode 100644
index df4af87bd05aa..0000000000000
--- a/blockchains/ethereum/assets/0x4BF93B7F68612Cc9ADef21dEA08ef74DCF0B6a6a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DVINCI",
- "symbol": "DVINCI",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4BF93B7F68612Cc9ADef21dEA08ef74DCF0B6a6a",
- "status": "abandoned",
- "id": "0x4BF93B7F68612Cc9ADef21dEA08ef74DCF0B6a6a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4BF93B7F68612Cc9ADef21dEA08ef74DCF0B6a6a/logo.png b/blockchains/ethereum/assets/0x4BF93B7F68612Cc9ADef21dEA08ef74DCF0B6a6a/logo.png
deleted file mode 100644
index 5eec793b2b267..0000000000000
Binary files a/blockchains/ethereum/assets/0x4BF93B7F68612Cc9ADef21dEA08ef74DCF0B6a6a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4BFFC9B4d4DcF730820a2EdCAD48Ff5D7E0Ae807/info.json b/blockchains/ethereum/assets/0x4BFFC9B4d4DcF730820a2EdCAD48Ff5D7E0Ae807/info.json
deleted file mode 100644
index 5189172cc4e33..0000000000000
--- a/blockchains/ethereum/assets/0x4BFFC9B4d4DcF730820a2EdCAD48Ff5D7E0Ae807/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Influence Chain Token",
- "symbol": "INC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4BFFC9B4d4DcF730820a2EdCAD48Ff5D7E0Ae807",
- "status": "abandoned",
- "id": "0x4BFFC9B4d4DcF730820a2EdCAD48Ff5D7E0Ae807"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4BFFC9B4d4DcF730820a2EdCAD48Ff5D7E0Ae807/logo.png b/blockchains/ethereum/assets/0x4BFFC9B4d4DcF730820a2EdCAD48Ff5D7E0Ae807/logo.png
deleted file mode 100755
index 25fbc828528e1..0000000000000
Binary files a/blockchains/ethereum/assets/0x4BFFC9B4d4DcF730820a2EdCAD48Ff5D7E0Ae807/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4Ba012f6e411a1bE55b98E9E62C3A4ceb16eC88B/info.json b/blockchains/ethereum/assets/0x4Ba012f6e411a1bE55b98E9E62C3A4ceb16eC88B/info.json
deleted file mode 100644
index 676b0f59062a4..0000000000000
--- a/blockchains/ethereum/assets/0x4Ba012f6e411a1bE55b98E9E62C3A4ceb16eC88B/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Cybercoin",
- "website": "https://cybercoin.site",
- "description": "The next-generation blockchain platform for large-scale stacking value. Cybercoin is a platform solution for true digital value storage - Blockchain for everyone - Digital security and boundless possibilities.",
- "explorer": "https://etherscan.io/token/0x4Ba012f6e411a1bE55b98E9E62C3A4ceb16eC88B",
- "type": "ERC20",
- "symbol": "CBR",
- "decimals": 18,
- "status": "active",
- "id": "0x4Ba012f6e411a1bE55b98E9E62C3A4ceb16eC88B",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Cybercoin"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/H4sy68N"
- },
- {
- "name": "whitepaper",
- "url": "https://www.cybercoin.site/Cybercoin.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4Ba012f6e411a1bE55b98E9E62C3A4ceb16eC88B/logo.png b/blockchains/ethereum/assets/0x4Ba012f6e411a1bE55b98E9E62C3A4ceb16eC88B/logo.png
deleted file mode 100644
index eaee8b6e311ca..0000000000000
Binary files a/blockchains/ethereum/assets/0x4Ba012f6e411a1bE55b98E9E62C3A4ceb16eC88B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4Ba6dDd7b89ed838FEd25d208D4f644106E34279/info.json b/blockchains/ethereum/assets/0x4Ba6dDd7b89ed838FEd25d208D4f644106E34279/info.json
deleted file mode 100644
index 39aa804e3b999..0000000000000
--- a/blockchains/ethereum/assets/0x4Ba6dDd7b89ed838FEd25d208D4f644106E34279/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vether",
- "symbol": "VETH",
- "type": "ERC20",
- "decimals": 18,
- "description": "Vether is designed to be a store-of-value with properties of strict scarcity, unforgeable costliness and a fixed emission schedule.",
- "website": "https://vetherasset.org/",
- "explorer": "https://etherscan.io/token/0x4Ba6dDd7b89ed838FEd25d208D4f644106E34279",
- "status": "active",
- "id": "0x4Ba6dDd7b89ed838FEd25d208D4f644106E34279"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4Ba6dDd7b89ed838FEd25d208D4f644106E34279/logo.png b/blockchains/ethereum/assets/0x4Ba6dDd7b89ed838FEd25d208D4f644106E34279/logo.png
deleted file mode 100644
index baa17fdc73a5e..0000000000000
Binary files a/blockchains/ethereum/assets/0x4Ba6dDd7b89ed838FEd25d208D4f644106E34279/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4Bebdd7312e81b184274d75e4c37a6D4A4d23163/info.json b/blockchains/ethereum/assets/0x4Bebdd7312e81b184274d75e4c37a6D4A4d23163/info.json
deleted file mode 100644
index ab92f4545f2ac..0000000000000
--- a/blockchains/ethereum/assets/0x4Bebdd7312e81b184274d75e4c37a6D4A4d23163/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ALLBESTICO.com",
- "symbol": "ALLBI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4Bebdd7312e81b184274d75e4c37a6D4A4d23163",
- "status": "abandoned",
- "id": "0x4Bebdd7312e81b184274d75e4c37a6D4A4d23163"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4Bebdd7312e81b184274d75e4c37a6D4A4d23163/logo.png b/blockchains/ethereum/assets/0x4Bebdd7312e81b184274d75e4c37a6D4A4d23163/logo.png
deleted file mode 100644
index 0e1177be1ef89..0000000000000
Binary files a/blockchains/ethereum/assets/0x4Bebdd7312e81b184274d75e4c37a6D4A4d23163/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4C0fBE1BB46612915E7967d2C3213cd4d87257AD/info.json b/blockchains/ethereum/assets/0x4C0fBE1BB46612915E7967d2C3213cd4d87257AD/info.json
deleted file mode 100644
index ea391db8f8a65..0000000000000
--- a/blockchains/ethereum/assets/0x4C0fBE1BB46612915E7967d2C3213cd4d87257AD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "APIS",
- "symbol": "APIS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://apisplatform.io/",
- "explorer": "https://etherscan.io/token/0x4C0fBE1BB46612915E7967d2C3213cd4d87257AD",
- "status": "abandoned",
- "id": "0x4C0fBE1BB46612915E7967d2C3213cd4d87257AD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4C0fBE1BB46612915E7967d2C3213cd4d87257AD/logo.png b/blockchains/ethereum/assets/0x4C0fBE1BB46612915E7967d2C3213cd4d87257AD/logo.png
deleted file mode 100644
index 39e485f86ed7e..0000000000000
Binary files a/blockchains/ethereum/assets/0x4C0fBE1BB46612915E7967d2C3213cd4d87257AD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4C14C5863d45aBAA275548DAFf56070043b52D85/info.json b/blockchains/ethereum/assets/0x4C14C5863d45aBAA275548DAFf56070043b52D85/info.json
deleted file mode 100644
index bcda567a47f96..0000000000000
--- a/blockchains/ethereum/assets/0x4C14C5863d45aBAA275548DAFf56070043b52D85/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AshPay",
- "symbol": "APY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4C14C5863d45aBAA275548DAFf56070043b52D85",
- "status": "abandoned",
- "id": "0x4C14C5863d45aBAA275548DAFf56070043b52D85"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4C14C5863d45aBAA275548DAFf56070043b52D85/logo.png b/blockchains/ethereum/assets/0x4C14C5863d45aBAA275548DAFf56070043b52D85/logo.png
deleted file mode 100644
index ef04456fa30c5..0000000000000
Binary files a/blockchains/ethereum/assets/0x4C14C5863d45aBAA275548DAFf56070043b52D85/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4C19596f5aAfF459fA38B0f7eD92F11AE6543784/info.json b/blockchains/ethereum/assets/0x4C19596f5aAfF459fA38B0f7eD92F11AE6543784/info.json
deleted file mode 100644
index e004ee614358d..0000000000000
--- a/blockchains/ethereum/assets/0x4C19596f5aAfF459fA38B0f7eD92F11AE6543784/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrueFi",
- "website": "https://truefi.io/",
- "description": "TrueFi is an on-chain uncollateralized lending protocol",
- "explorer": "https://etherscan.io/token/0x4c19596f5aaff459fa38b0f7ed92f11ae6543784",
- "type": "ERC20",
- "symbol": "TRU",
- "decimals": 8,
- "status": "active",
- "id": "0x4C19596f5aAfF459fA38B0f7eD92F11AE6543784"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4C19596f5aAfF459fA38B0f7eD92F11AE6543784/logo.png b/blockchains/ethereum/assets/0x4C19596f5aAfF459fA38B0f7eD92F11AE6543784/logo.png
deleted file mode 100644
index 1cc3edee59d7b..0000000000000
Binary files a/blockchains/ethereum/assets/0x4C19596f5aAfF459fA38B0f7eD92F11AE6543784/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4C29d75cc423E8Adaa3839892feb66977e295829/info.json b/blockchains/ethereum/assets/0x4C29d75cc423E8Adaa3839892feb66977e295829/info.json
deleted file mode 100644
index 6a227a7ac097a..0000000000000
--- a/blockchains/ethereum/assets/0x4C29d75cc423E8Adaa3839892feb66977e295829/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "POOH",
- "symbol": "POOH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4C29d75cc423E8Adaa3839892feb66977e295829",
- "status": "abandoned",
- "id": "0x4C29d75cc423E8Adaa3839892feb66977e295829"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4C29d75cc423E8Adaa3839892feb66977e295829/logo.png b/blockchains/ethereum/assets/0x4C29d75cc423E8Adaa3839892feb66977e295829/logo.png
deleted file mode 100644
index 980523806a89d..0000000000000
Binary files a/blockchains/ethereum/assets/0x4C29d75cc423E8Adaa3839892feb66977e295829/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4C596Bd86789D5347319E15Aedaf740b3D34aB91/info.json b/blockchains/ethereum/assets/0x4C596Bd86789D5347319E15Aedaf740b3D34aB91/info.json
deleted file mode 100644
index 29e283eb09a93..0000000000000
--- a/blockchains/ethereum/assets/0x4C596Bd86789D5347319E15Aedaf740b3D34aB91/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-29/30M59",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4C596Bd86789D5347319E15Aedaf740b3D34aB91",
- "status": "abandoned",
- "id": "0x4C596Bd86789D5347319E15Aedaf740b3D34aB91"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4C596Bd86789D5347319E15Aedaf740b3D34aB91/logo.png b/blockchains/ethereum/assets/0x4C596Bd86789D5347319E15Aedaf740b3D34aB91/logo.png
deleted file mode 100644
index 4551492e86bbc..0000000000000
Binary files a/blockchains/ethereum/assets/0x4C596Bd86789D5347319E15Aedaf740b3D34aB91/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4C6584dDCdFaB7110c7b1bE47749Bde8edc9c0c9/info.json b/blockchains/ethereum/assets/0x4C6584dDCdFaB7110c7b1bE47749Bde8edc9c0c9/info.json
deleted file mode 100644
index 6f0be14326750..0000000000000
--- a/blockchains/ethereum/assets/0x4C6584dDCdFaB7110c7b1bE47749Bde8edc9c0c9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "INFINITY Token",
- "symbol": "INF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://infinityz.8b.io/",
- "explorer": "https://etherscan.io/token/0x4C6584dDCdFaB7110c7b1bE47749Bde8edc9c0c9",
- "status": "abandoned",
- "id": "0x4C6584dDCdFaB7110c7b1bE47749Bde8edc9c0c9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4C6584dDCdFaB7110c7b1bE47749Bde8edc9c0c9/logo.png b/blockchains/ethereum/assets/0x4C6584dDCdFaB7110c7b1bE47749Bde8edc9c0c9/logo.png
deleted file mode 100644
index 096ec28a867fb..0000000000000
Binary files a/blockchains/ethereum/assets/0x4C6584dDCdFaB7110c7b1bE47749Bde8edc9c0c9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4C6eC08CF3fc987c6C4BEB03184D335A2dFc4042/info.json b/blockchains/ethereum/assets/0x4C6eC08CF3fc987c6C4BEB03184D335A2dFc4042/info.json
deleted file mode 100644
index a1987d035f792..0000000000000
--- a/blockchains/ethereum/assets/0x4C6eC08CF3fc987c6C4BEB03184D335A2dFc4042/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Paint",
- "website": "https://murall.art",
- "description": "MurAll is a 2048x1024px digital mural that anyone can draw on without restriction. MurAll requires PAINT - a fixed supply token synonymous with real-life paint, which is burned in the painting transaction. Painting on MurAll also mints a MURALL NFT of the artwork for the artist to keep.",
- "explorer": "https://etherscan.io/token/0x4c6ec08cf3fc987c6c4beb03184d335a2dfc4042",
- "type": "ERC20",
- "symbol": "PAINT",
- "decimals": 18,
- "status": "active",
- "id": "0x4C6eC08CF3fc987c6C4BEB03184D335A2dFc4042"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4C6eC08CF3fc987c6C4BEB03184D335A2dFc4042/logo.png b/blockchains/ethereum/assets/0x4C6eC08CF3fc987c6C4BEB03184D335A2dFc4042/logo.png
deleted file mode 100644
index 63d7b9f445eb1..0000000000000
Binary files a/blockchains/ethereum/assets/0x4C6eC08CF3fc987c6C4BEB03184D335A2dFc4042/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4C7065Bca76FE44AFb0D16C2441B1e6E163354E2/info.json b/blockchains/ethereum/assets/0x4C7065Bca76FE44AFb0D16C2441B1e6E163354E2/info.json
deleted file mode 100644
index fd382f4b84149..0000000000000
--- a/blockchains/ethereum/assets/0x4C7065Bca76FE44AFb0D16C2441B1e6E163354E2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Helysia",
- "website": "https://helysia.hammamalandalus.com",
- "description": "The Helysia token represents the value of a community seeking the inner balance through experiences in harmony with nature",
- "explorer": "https://etherscan.io/token/0x4C7065Bca76FE44AFb0D16C2441B1e6E163354E2",
- "type": "ERC20",
- "symbol": "3LY",
- "decimals": 18,
- "status": "active",
- "id": "0x4C7065Bca76FE44AFb0D16C2441B1e6E163354E2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4C7065Bca76FE44AFb0D16C2441B1e6E163354E2/logo.png b/blockchains/ethereum/assets/0x4C7065Bca76FE44AFb0D16C2441B1e6E163354E2/logo.png
deleted file mode 100644
index cf932b094aaf4..0000000000000
Binary files a/blockchains/ethereum/assets/0x4C7065Bca76FE44AFb0D16C2441B1e6E163354E2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4C791117248aBfE101b604F5269FFD9bE794467D/info.json b/blockchains/ethereum/assets/0x4C791117248aBfE101b604F5269FFD9bE794467D/info.json
deleted file mode 100644
index c6fa1a09258fe..0000000000000
--- a/blockchains/ethereum/assets/0x4C791117248aBfE101b604F5269FFD9bE794467D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R801895",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4C791117248aBfE101b604F5269FFD9bE794467D",
- "status": "active",
- "id": "0x4C791117248aBfE101b604F5269FFD9bE794467D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4C791117248aBfE101b604F5269FFD9bE794467D/logo.png b/blockchains/ethereum/assets/0x4C791117248aBfE101b604F5269FFD9bE794467D/logo.png
deleted file mode 100644
index de61637e53a93..0000000000000
Binary files a/blockchains/ethereum/assets/0x4C791117248aBfE101b604F5269FFD9bE794467D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4C7Bc4D7c5e2eD2F14f8722b7Ded6c615d578C1e/info.json b/blockchains/ethereum/assets/0x4C7Bc4D7c5e2eD2F14f8722b7Ded6c615d578C1e/info.json
deleted file mode 100644
index 0ed3bccef4476..0000000000000
--- a/blockchains/ethereum/assets/0x4C7Bc4D7c5e2eD2F14f8722b7Ded6c615d578C1e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZeroChain Network",
- "symbol": "ZCHAIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4C7Bc4D7c5e2eD2F14f8722b7Ded6c615d578C1e",
- "status": "abandoned",
- "id": "0x4C7Bc4D7c5e2eD2F14f8722b7Ded6c615d578C1e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4C7Bc4D7c5e2eD2F14f8722b7Ded6c615d578C1e/logo.png b/blockchains/ethereum/assets/0x4C7Bc4D7c5e2eD2F14f8722b7Ded6c615d578C1e/logo.png
deleted file mode 100644
index eaf700daf76eb..0000000000000
Binary files a/blockchains/ethereum/assets/0x4C7Bc4D7c5e2eD2F14f8722b7Ded6c615d578C1e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4C9d5672Ae33522240532206Ab45508116daF263/info.json b/blockchains/ethereum/assets/0x4C9d5672Ae33522240532206Ab45508116daF263/info.json
deleted file mode 100644
index ab9e160a4c51a..0000000000000
--- a/blockchains/ethereum/assets/0x4C9d5672Ae33522240532206Ab45508116daF263/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VGAMES",
- "symbol": "VGS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4C9d5672Ae33522240532206Ab45508116daF263",
- "status": "spam",
- "id": "0x4C9d5672Ae33522240532206Ab45508116daF263"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4C9d5672Ae33522240532206Ab45508116daF263/logo.png b/blockchains/ethereum/assets/0x4C9d5672Ae33522240532206Ab45508116daF263/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x4C9d5672Ae33522240532206Ab45508116daF263/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4CAc2515716Ab2531402cA8F992e235189F29C5a/info.json b/blockchains/ethereum/assets/0x4CAc2515716Ab2531402cA8F992e235189F29C5a/info.json
deleted file mode 100644
index dafd6aa10f61e..0000000000000
--- a/blockchains/ethereum/assets/0x4CAc2515716Ab2531402cA8F992e235189F29C5a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WINSTEX",
- "website": "https://winstex.com",
- "description": "A seamlessly integrated cryptocurrency exchange that meets your specific trading and investing needs.",
- "explorer": "https://etherscan.io/token/0x4CAc2515716Ab2531402cA8F992e235189F29C5a",
- "type": "ERC20",
- "symbol": "WIN",
- "decimals": 18,
- "status": "active",
- "id": "0x4CAc2515716Ab2531402cA8F992e235189F29C5a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4CAc2515716Ab2531402cA8F992e235189F29C5a/logo.png b/blockchains/ethereum/assets/0x4CAc2515716Ab2531402cA8F992e235189F29C5a/logo.png
deleted file mode 100644
index 2f6bdfe06a089..0000000000000
Binary files a/blockchains/ethereum/assets/0x4CAc2515716Ab2531402cA8F992e235189F29C5a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4CB10F4df4BF4F64D4797d00D468181EF731Be9A/info.json b/blockchains/ethereum/assets/0x4CB10F4df4BF4F64D4797d00D468181EF731Be9A/info.json
deleted file mode 100644
index 6ffbb46a77db7..0000000000000
--- a/blockchains/ethereum/assets/0x4CB10F4df4BF4F64D4797d00D468181EF731Be9A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DimensionToken",
- "symbol": "EON",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://dimensionchain.io/",
- "explorer": "https://etherscan.io/token/0x4CB10F4df4BF4F64D4797d00D468181EF731Be9A",
- "status": "abandoned",
- "id": "0x4CB10F4df4BF4F64D4797d00D468181EF731Be9A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4CB10F4df4BF4F64D4797d00D468181EF731Be9A/logo.png b/blockchains/ethereum/assets/0x4CB10F4df4BF4F64D4797d00D468181EF731Be9A/logo.png
deleted file mode 100644
index 8ceaec11a75aa..0000000000000
Binary files a/blockchains/ethereum/assets/0x4CB10F4df4BF4F64D4797d00D468181EF731Be9A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4CC19356f2D37338b9802aa8E8fc58B0373296E7/info.json b/blockchains/ethereum/assets/0x4CC19356f2D37338b9802aa8E8fc58B0373296E7/info.json
deleted file mode 100644
index a2f02d0d2f105..0000000000000
--- a/blockchains/ethereum/assets/0x4CC19356f2D37338b9802aa8E8fc58B0373296E7/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "KEY",
- "website": "https://selfkey.org",
- "description": "SelfKey is a self-sovereign identity platform, built on the Ethereum blockchain, which aims to enable individuals and companies to have full ownership of their digital identity.",
- "explorer": "https://etherscan.io/token/0x4cc19356f2d37338b9802aa8e8fc58b0373296e7",
- "research": "https://research.binance.com/en/projects/selfkey",
- "type": "ERC20",
- "symbol": "KEY",
- "decimals": 18,
- "status": "active",
- "id": "0x4CC19356f2D37338b9802aa8E8fc58B0373296E7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4CC19356f2D37338b9802aa8E8fc58B0373296E7/logo.png b/blockchains/ethereum/assets/0x4CC19356f2D37338b9802aa8E8fc58B0373296E7/logo.png
deleted file mode 100644
index 1ceccc464dadb..0000000000000
Binary files a/blockchains/ethereum/assets/0x4CC19356f2D37338b9802aa8E8fc58B0373296E7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4CDb966EA4A045d329D75C580E43Cf18e1C346CE/info.json b/blockchains/ethereum/assets/0x4CDb966EA4A045d329D75C580E43Cf18e1C346CE/info.json
deleted file mode 100644
index 36a16f38a298e..0000000000000
--- a/blockchains/ethereum/assets/0x4CDb966EA4A045d329D75C580E43Cf18e1C346CE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RLW WIND TOKEN",
- "symbol": "RLW",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4CDb966EA4A045d329D75C580E43Cf18e1C346CE",
- "status": "abandoned",
- "id": "0x4CDb966EA4A045d329D75C580E43Cf18e1C346CE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4CDb966EA4A045d329D75C580E43Cf18e1C346CE/logo.png b/blockchains/ethereum/assets/0x4CDb966EA4A045d329D75C580E43Cf18e1C346CE/logo.png
deleted file mode 100644
index 5583d3b2ec25c..0000000000000
Binary files a/blockchains/ethereum/assets/0x4CDb966EA4A045d329D75C580E43Cf18e1C346CE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4CEdA7906a5Ed2179785Cd3A40A69ee8bc99C466/info.json b/blockchains/ethereum/assets/0x4CEdA7906a5Ed2179785Cd3A40A69ee8bc99C466/info.json
deleted file mode 100644
index 4c532cbe7aa52..0000000000000
--- a/blockchains/ethereum/assets/0x4CEdA7906a5Ed2179785Cd3A40A69ee8bc99C466/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AION",
- "type": "ERC20",
- "symbol": "AION",
- "decimals": 8,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0x4ceda7906a5ed2179785cd3a40a69ee8bc99c466",
- "status": "active",
- "id": "0x4CEdA7906a5Ed2179785Cd3A40A69ee8bc99C466"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4CEdA7906a5Ed2179785Cd3A40A69ee8bc99C466/logo.png b/blockchains/ethereum/assets/0x4CEdA7906a5Ed2179785Cd3A40A69ee8bc99C466/logo.png
deleted file mode 100755
index 0c4b94ed0db9d..0000000000000
Binary files a/blockchains/ethereum/assets/0x4CEdA7906a5Ed2179785Cd3A40A69ee8bc99C466/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4CF488387F035FF08c371515562CBa712f9015d4/info.json b/blockchains/ethereum/assets/0x4CF488387F035FF08c371515562CBa712f9015d4/info.json
deleted file mode 100644
index a337103bb091d..0000000000000
--- a/blockchains/ethereum/assets/0x4CF488387F035FF08c371515562CBa712f9015d4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WePower Token",
- "symbol": "WPR",
- "type": "ERC20",
- "decimals": 18,
- "description": "WePower is a blockchain-based green energy trading platform that connects energy buyers (households and investors) directly with the green energy producers.",
- "website": "http://wepower.network",
- "explorer": "https://etherscan.io/token/0x4CF488387F035FF08c371515562CBa712f9015d4",
- "status": "active",
- "id": "0x4CF488387F035FF08c371515562CBa712f9015d4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4CF488387F035FF08c371515562CBa712f9015d4/logo.png b/blockchains/ethereum/assets/0x4CF488387F035FF08c371515562CBa712f9015d4/logo.png
deleted file mode 100644
index d658174f4dc2e..0000000000000
Binary files a/blockchains/ethereum/assets/0x4CF488387F035FF08c371515562CBa712f9015d4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4CcC3759eB48fAF1c6cfadaD2619E7038db6b212/info.json b/blockchains/ethereum/assets/0x4CcC3759eB48fAF1c6cfadaD2619E7038db6b212/info.json
deleted file mode 100644
index 87130ee8bb032..0000000000000
--- a/blockchains/ethereum/assets/0x4CcC3759eB48fAF1c6cfadaD2619E7038db6b212/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SuperEdge",
- "symbol": "ECT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://superedge.info/",
- "explorer": "https://etherscan.io/token/0x4CcC3759eB48fAF1c6cfadaD2619E7038db6b212",
- "status": "abandoned",
- "id": "0x4CcC3759eB48fAF1c6cfadaD2619E7038db6b212"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4CcC3759eB48fAF1c6cfadaD2619E7038db6b212/logo.png b/blockchains/ethereum/assets/0x4CcC3759eB48fAF1c6cfadaD2619E7038db6b212/logo.png
deleted file mode 100644
index be3d06144f206..0000000000000
Binary files a/blockchains/ethereum/assets/0x4CcC3759eB48fAF1c6cfadaD2619E7038db6b212/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4Cd988AfBad37289BAAf53C13e98E2BD46aAEa8c/info.json b/blockchains/ethereum/assets/0x4Cd988AfBad37289BAAf53C13e98E2BD46aAEa8c/info.json
deleted file mode 100644
index 6210a4ccb6e1a..0000000000000
--- a/blockchains/ethereum/assets/0x4Cd988AfBad37289BAAf53C13e98E2BD46aAEa8c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "0x4b45590000000000000000000000000000000000000000000000000000000000",
- "symbol": "KEY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://keygroup.me/",
- "explorer": "https://etherscan.io/token/0x4Cd988AfBad37289BAAf53C13e98E2BD46aAEa8c",
- "status": "abandoned",
- "id": "0x4Cd988AfBad37289BAAf53C13e98E2BD46aAEa8c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4Cd988AfBad37289BAAf53C13e98E2BD46aAEa8c/logo.png b/blockchains/ethereum/assets/0x4Cd988AfBad37289BAAf53C13e98E2BD46aAEa8c/logo.png
deleted file mode 100644
index 4bf2f00484cef..0000000000000
Binary files a/blockchains/ethereum/assets/0x4Cd988AfBad37289BAAf53C13e98E2BD46aAEa8c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4Cf89ca06ad997bC732Dc876ed2A7F26a9E7f361/info.json b/blockchains/ethereum/assets/0x4Cf89ca06ad997bC732Dc876ed2A7F26a9E7f361/info.json
deleted file mode 100644
index 38722dc385c24..0000000000000
--- a/blockchains/ethereum/assets/0x4Cf89ca06ad997bC732Dc876ed2A7F26a9E7f361/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Mysterium",
- "type": "ERC20",
- "symbol": "MYST",
- "decimals": 18,
- "website": "https://mysterium.network/",
- "description": "MYST is the utility token at the heart of Mysterium Network. MYST is used for frictionless P2P micropayments within the network. If you’re using the VPN, you can pay with MYST token. If you’re a node (provider of the VPN service) you receive MYST. Mysterium has designed its own unique micropayments infrastructure, the Hermes protocol, to facilitate these fast, anonymous, and censorship-resistant transactions.",
- "explorer": "https://etherscan.io/token/0x4Cf89ca06ad997bC732Dc876ed2A7F26a9E7f361",
- "status": "active",
- "id": "0x4Cf89ca06ad997bC732Dc876ed2A7F26a9E7f361",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MysteriumNet"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Mysterium_Network"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/n3vtSwc"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/MysteriumNetwork/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/mysterium-network"
- },
- {
- "name": "github",
- "url": "https://github.com/MysteriumNetwork"
- }
- ],
- "tags": [
- "privacy"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x4Cf89ca06ad997bC732Dc876ed2A7F26a9E7f361/logo.png b/blockchains/ethereum/assets/0x4Cf89ca06ad997bC732Dc876ed2A7F26a9E7f361/logo.png
deleted file mode 100644
index ad16c843c62cc..0000000000000
Binary files a/blockchains/ethereum/assets/0x4Cf89ca06ad997bC732Dc876ed2A7F26a9E7f361/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4D0425e47Ee2D16b94c036715dfcb52a0cebC4Dc/info.json b/blockchains/ethereum/assets/0x4D0425e47Ee2D16b94c036715dfcb52a0cebC4Dc/info.json
deleted file mode 100644
index 9402a796eebd7..0000000000000
--- a/blockchains/ethereum/assets/0x4D0425e47Ee2D16b94c036715dfcb52a0cebC4Dc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TAGZ5",
- "symbol": "TAGZ5",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4D0425e47Ee2D16b94c036715dfcb52a0cebC4Dc",
- "status": "abandoned",
- "id": "0x4D0425e47Ee2D16b94c036715dfcb52a0cebC4Dc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4D0425e47Ee2D16b94c036715dfcb52a0cebC4Dc/logo.png b/blockchains/ethereum/assets/0x4D0425e47Ee2D16b94c036715dfcb52a0cebC4Dc/logo.png
deleted file mode 100644
index a3d0fd7a3663a..0000000000000
Binary files a/blockchains/ethereum/assets/0x4D0425e47Ee2D16b94c036715dfcb52a0cebC4Dc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4D0528598F916Fd1D8dc80e5f54a8fEEDcFd4b18/info.json b/blockchains/ethereum/assets/0x4D0528598F916Fd1D8dc80e5f54a8fEEDcFd4b18/info.json
deleted file mode 100644
index 92be17d7b6b8c..0000000000000
--- a/blockchains/ethereum/assets/0x4D0528598F916Fd1D8dc80e5f54a8fEEDcFd4b18/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "ATOS",
- "website": "https://atoshi.org/",
- "description": "ԭ������ATOSHI���ǻ����������ڵ��̡��罻����Ϸ����֤�����ڵ���ҵ����Ӧ���������ۺϽ����������Ŀ����ͨ����������ֲ�ʽ�˱�����������һ��ȫ��Χ�ڵ���������̬Ӧ����ϵ���������Ի���Ӧ�ó���������������������ʵ���ҵ��",
- "explorer": "https://etherscan.io/token/0x4D0528598F916Fd1D8dc80e5f54a8fEEDcFd4b18",
- "type": "ERC20",
- "symbol": "ATOS",
- "decimals": 18,
- "status": "active",
- "id": "0x4D0528598F916Fd1D8dc80e5f54a8fEEDcFd4b18",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Twitter"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/atoshifoundation/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4D0528598F916Fd1D8dc80e5f54a8fEEDcFd4b18/logo.png b/blockchains/ethereum/assets/0x4D0528598F916Fd1D8dc80e5f54a8fEEDcFd4b18/logo.png
deleted file mode 100644
index 801e94cb4d830..0000000000000
Binary files a/blockchains/ethereum/assets/0x4D0528598F916Fd1D8dc80e5f54a8fEEDcFd4b18/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4D09C5e758CA68bE27240f29fb681E5a5341Ca98/info.json b/blockchains/ethereum/assets/0x4D09C5e758CA68bE27240f29fb681E5a5341Ca98/info.json
deleted file mode 100644
index 3996f455ac5fe..0000000000000
--- a/blockchains/ethereum/assets/0x4D09C5e758CA68bE27240f29fb681E5a5341Ca98/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HOTchain",
- "symbol": "HOTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.hotchain.vip/",
- "explorer": "https://etherscan.io/token/0x4D09C5e758CA68bE27240f29fb681E5a5341Ca98",
- "status": "abandoned",
- "id": "0x4D09C5e758CA68bE27240f29fb681E5a5341Ca98"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4D09C5e758CA68bE27240f29fb681E5a5341Ca98/logo.png b/blockchains/ethereum/assets/0x4D09C5e758CA68bE27240f29fb681E5a5341Ca98/logo.png
deleted file mode 100644
index e602569bb65f0..0000000000000
Binary files a/blockchains/ethereum/assets/0x4D09C5e758CA68bE27240f29fb681E5a5341Ca98/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4D13d624a87baa278733c068A174412AfA9ca6C8/info.json b/blockchains/ethereum/assets/0x4D13d624a87baa278733c068A174412AfA9ca6C8/info.json
deleted file mode 100644
index c30973f5e8543..0000000000000
--- a/blockchains/ethereum/assets/0x4D13d624a87baa278733c068A174412AfA9ca6C8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Eterbase Coin",
- "symbol": "XBASE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.eterbase.com/",
- "explorer": "https://etherscan.io/token/0x4D13d624a87baa278733c068A174412AfA9ca6C8",
- "status": "abandoned",
- "id": "0x4D13d624a87baa278733c068A174412AfA9ca6C8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4D13d624a87baa278733c068A174412AfA9ca6C8/logo.png b/blockchains/ethereum/assets/0x4D13d624a87baa278733c068A174412AfA9ca6C8/logo.png
deleted file mode 100644
index 24d60d79d5e6f..0000000000000
Binary files a/blockchains/ethereum/assets/0x4D13d624a87baa278733c068A174412AfA9ca6C8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4D2eE5DAe46C86DA2FF521F7657dad98834f97b8/info.json b/blockchains/ethereum/assets/0x4D2eE5DAe46C86DA2FF521F7657dad98834f97b8/info.json
deleted file mode 100644
index cc2444ab89f58..0000000000000
--- a/blockchains/ethereum/assets/0x4D2eE5DAe46C86DA2FF521F7657dad98834f97b8/info.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "Pepemon Pepeballs",
- "website": "https://pepemon.world",
- "description": "Pepemon PPBLZ is the origin token in the Pepemon economy. It's used to farm PPDEX.",
- "explorer": "https://etherscan.io/token/0x4d2ee5dae46c86da2ff521f7657dad98834f97b8",
- "research": "https://pepemonfinance.medium.com/gotta-farm-%C3%A9m-all-6a08fef5865",
- "type": "ERC20",
- "symbol": "PPBLZ",
- "decimals": 18,
- "status": "active",
- "id": "0x4D2eE5DAe46C86DA2FF521F7657dad98834f97b8",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/pepem00n"
- },
- {
- "name": "whitepaper",
- "url": "https://pepemonfinance.medium.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4D2eE5DAe46C86DA2FF521F7657dad98834f97b8/logo.png b/blockchains/ethereum/assets/0x4D2eE5DAe46C86DA2FF521F7657dad98834f97b8/logo.png
deleted file mode 100644
index 02609a49fe350..0000000000000
Binary files a/blockchains/ethereum/assets/0x4D2eE5DAe46C86DA2FF521F7657dad98834f97b8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4D6b9f281AF31916a0f16D1cEA2ec7384851EAAb/info.json b/blockchains/ethereum/assets/0x4D6b9f281AF31916a0f16D1cEA2ec7384851EAAb/info.json
deleted file mode 100644
index 5286e1a43b33f..0000000000000
--- a/blockchains/ethereum/assets/0x4D6b9f281AF31916a0f16D1cEA2ec7384851EAAb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Neuromorphic",
- "symbol": "NMP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://neuromorphic.io",
- "explorer": "https://etherscan.io/token/0x4D6b9f281AF31916a0f16D1cEA2ec7384851EAAb",
- "status": "abandoned",
- "id": "0x4D6b9f281AF31916a0f16D1cEA2ec7384851EAAb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4D6b9f281AF31916a0f16D1cEA2ec7384851EAAb/logo.png b/blockchains/ethereum/assets/0x4D6b9f281AF31916a0f16D1cEA2ec7384851EAAb/logo.png
deleted file mode 100644
index 3f95f56ab506f..0000000000000
Binary files a/blockchains/ethereum/assets/0x4D6b9f281AF31916a0f16D1cEA2ec7384851EAAb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4D807509aECe24C0fa5A102b6a3B059Ec6E14392/info.json b/blockchains/ethereum/assets/0x4D807509aECe24C0fa5A102b6a3B059Ec6E14392/info.json
deleted file mode 100644
index 1ec3d674efb81..0000000000000
--- a/blockchains/ethereum/assets/0x4D807509aECe24C0fa5A102b6a3B059Ec6E14392/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Menlo One",
- "symbol": "ONE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://menlo.one",
- "explorer": "https://etherscan.io/token/0x4D807509aECe24C0fa5A102b6a3B059Ec6E14392",
- "status": "abandoned",
- "id": "0x4D807509aECe24C0fa5A102b6a3B059Ec6E14392"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4D807509aECe24C0fa5A102b6a3B059Ec6E14392/logo.png b/blockchains/ethereum/assets/0x4D807509aECe24C0fa5A102b6a3B059Ec6E14392/logo.png
deleted file mode 100644
index 45e74e274750a..0000000000000
Binary files a/blockchains/ethereum/assets/0x4D807509aECe24C0fa5A102b6a3B059Ec6E14392/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4D8bfe7EA0f46486Fd40FC4df60CF39f7568BEE8/info.json b/blockchains/ethereum/assets/0x4D8bfe7EA0f46486Fd40FC4df60CF39f7568BEE8/info.json
deleted file mode 100644
index 740673126ad10..0000000000000
--- a/blockchains/ethereum/assets/0x4D8bfe7EA0f46486Fd40FC4df60CF39f7568BEE8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Incodium",
- "symbol": "INCO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4D8bfe7EA0f46486Fd40FC4df60CF39f7568BEE8",
- "status": "abandoned",
- "id": "0x4D8bfe7EA0f46486Fd40FC4df60CF39f7568BEE8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4D8bfe7EA0f46486Fd40FC4df60CF39f7568BEE8/logo.png b/blockchains/ethereum/assets/0x4D8bfe7EA0f46486Fd40FC4df60CF39f7568BEE8/logo.png
deleted file mode 100644
index 5da8f34cb9cfe..0000000000000
Binary files a/blockchains/ethereum/assets/0x4D8bfe7EA0f46486Fd40FC4df60CF39f7568BEE8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4D8fc1453a0F359e99c9675954e656D80d996FbF/info.json b/blockchains/ethereum/assets/0x4D8fc1453a0F359e99c9675954e656D80d996FbF/info.json
deleted file mode 100644
index 55990fc5ab4b8..0000000000000
--- a/blockchains/ethereum/assets/0x4D8fc1453a0F359e99c9675954e656D80d996FbF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bee Token",
- "symbol": "BEE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4D8fc1453a0F359e99c9675954e656D80d996FbF",
- "status": "abandoned",
- "id": "0x4D8fc1453a0F359e99c9675954e656D80d996FbF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4D8fc1453a0F359e99c9675954e656D80d996FbF/logo.png b/blockchains/ethereum/assets/0x4D8fc1453a0F359e99c9675954e656D80d996FbF/logo.png
deleted file mode 100644
index 40f295638cbfc..0000000000000
Binary files a/blockchains/ethereum/assets/0x4D8fc1453a0F359e99c9675954e656D80d996FbF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4D953cf077c0C95Ba090226E59A18FcF97db44EC/info.json b/blockchains/ethereum/assets/0x4D953cf077c0C95Ba090226E59A18FcF97db44EC/info.json
deleted file mode 100755
index c792abee1b57c..0000000000000
--- a/blockchains/ethereum/assets/0x4D953cf077c0C95Ba090226E59A18FcF97db44EC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MINI",
- "website": "https://miniswap.org",
- "description": "MiniSwap enable to have a connected network of DeFi ecosystems. MiniSwap provides a decentralised platform for exercising financial products.",
- "explorer": "https://etherscan.io/token/0x4D953cf077c0C95Ba090226E59A18FcF97db44EC",
- "type": "ERC20",
- "symbol": "MINI",
- "decimals": 18,
- "status": "active",
- "id": "0x4D953cf077c0C95Ba090226E59A18FcF97db44EC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4D953cf077c0C95Ba090226E59A18FcF97db44EC/logo.png b/blockchains/ethereum/assets/0x4D953cf077c0C95Ba090226E59A18FcF97db44EC/logo.png
deleted file mode 100644
index ac2a4a7b3ade7..0000000000000
Binary files a/blockchains/ethereum/assets/0x4D953cf077c0C95Ba090226E59A18FcF97db44EC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4D9e23a3842fE7Eb7682B9725cF6c507C424A41B/info.json b/blockchains/ethereum/assets/0x4D9e23a3842fE7Eb7682B9725cF6c507C424A41B/info.json
deleted file mode 100644
index b5579e6fc068e..0000000000000
--- a/blockchains/ethereum/assets/0x4D9e23a3842fE7Eb7682B9725cF6c507C424A41B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CarBlock.io",
- "symbol": "CAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4D9e23a3842fE7Eb7682B9725cF6c507C424A41B",
- "status": "abandoned",
- "id": "0x4D9e23a3842fE7Eb7682B9725cF6c507C424A41B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4D9e23a3842fE7Eb7682B9725cF6c507C424A41B/logo.png b/blockchains/ethereum/assets/0x4D9e23a3842fE7Eb7682B9725cF6c507C424A41B/logo.png
deleted file mode 100644
index 5acc92df0a54a..0000000000000
Binary files a/blockchains/ethereum/assets/0x4D9e23a3842fE7Eb7682B9725cF6c507C424A41B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4DA9b813057D04BAef4e5800E36083717b4a0341/info.json b/blockchains/ethereum/assets/0x4DA9b813057D04BAef4e5800E36083717b4a0341/info.json
deleted file mode 100644
index d3f6729b716c9..0000000000000
--- a/blockchains/ethereum/assets/0x4DA9b813057D04BAef4e5800E36083717b4a0341/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave TUSD V1",
- "symbol": "aTUSD V1",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave TUSD V1 is an interest bearing token pegged 1:1 to the underlying TUSD deposited in Aave V1. aTUSD V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x4DA9b813057D04BAef4e5800E36083717b4a0341",
- "status": "abandoned",
- "id": "0x4DA9b813057D04BAef4e5800E36083717b4a0341"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4DA9b813057D04BAef4e5800E36083717b4a0341/logo.png b/blockchains/ethereum/assets/0x4DA9b813057D04BAef4e5800E36083717b4a0341/logo.png
deleted file mode 100644
index 807cacca6d93c..0000000000000
Binary files a/blockchains/ethereum/assets/0x4DA9b813057D04BAef4e5800E36083717b4a0341/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4DAa7Fb607E9aBBB16B168741262aEa23980899e/info.json b/blockchains/ethereum/assets/0x4DAa7Fb607E9aBBB16B168741262aEa23980899e/info.json
deleted file mode 100644
index 0aba0449628b5..0000000000000
--- a/blockchains/ethereum/assets/0x4DAa7Fb607E9aBBB16B168741262aEa23980899e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg5500",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4DAa7Fb607E9aBBB16B168741262aEa23980899e",
- "status": "abandoned",
- "id": "0x4DAa7Fb607E9aBBB16B168741262aEa23980899e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4DAa7Fb607E9aBBB16B168741262aEa23980899e/logo.png b/blockchains/ethereum/assets/0x4DAa7Fb607E9aBBB16B168741262aEa23980899e/logo.png
deleted file mode 100644
index 3844aa3b141e1..0000000000000
Binary files a/blockchains/ethereum/assets/0x4DAa7Fb607E9aBBB16B168741262aEa23980899e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4DC3643DbC642b72C158E7F3d2ff232df61cb6CE/info.json b/blockchains/ethereum/assets/0x4DC3643DbC642b72C158E7F3d2ff232df61cb6CE/info.json
deleted file mode 100644
index ca729270a61ba..0000000000000
--- a/blockchains/ethereum/assets/0x4DC3643DbC642b72C158E7F3d2ff232df61cb6CE/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Ambrosus",
- "website": "http://ambrosus.com",
- "description": "The Ambrosus network is a blockchain-based ecosystem for supply chains, ensuring the origin, quality, compliance, and proper handling of items tracked by the network.",
- "explorer": "https://etherscan.io/token/0x4DC3643DbC642b72C158E7F3d2ff232df61cb6CE",
- "research": "https://research.binance.com/en/projects/ambrosus",
- "type": "ERC20",
- "symbol": "AMB",
- "decimals": 18,
- "status": "active",
- "id": "0x4DC3643DbC642b72C158E7F3d2ff232df61cb6CE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4DC3643DbC642b72C158E7F3d2ff232df61cb6CE/logo.png b/blockchains/ethereum/assets/0x4DC3643DbC642b72C158E7F3d2ff232df61cb6CE/logo.png
deleted file mode 100755
index 08cb4274da4da..0000000000000
Binary files a/blockchains/ethereum/assets/0x4DC3643DbC642b72C158E7F3d2ff232df61cb6CE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4DF47B4969B2911C966506E3592c41389493953b/info.json b/blockchains/ethereum/assets/0x4DF47B4969B2911C966506E3592c41389493953b/info.json
deleted file mode 100644
index e144f62041826..0000000000000
--- a/blockchains/ethereum/assets/0x4DF47B4969B2911C966506E3592c41389493953b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FundRequest",
- "symbol": "FND",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://fundrequest.io/",
- "explorer": "https://etherscan.io/token/0x4DF47B4969B2911C966506E3592c41389493953b",
- "status": "abandoned",
- "id": "0x4DF47B4969B2911C966506E3592c41389493953b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4DF47B4969B2911C966506E3592c41389493953b/logo.png b/blockchains/ethereum/assets/0x4DF47B4969B2911C966506E3592c41389493953b/logo.png
deleted file mode 100644
index 997596bc8c79c..0000000000000
Binary files a/blockchains/ethereum/assets/0x4DF47B4969B2911C966506E3592c41389493953b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4DF812F6064def1e5e029f1ca858777CC98D2D81/info.json b/blockchains/ethereum/assets/0x4DF812F6064def1e5e029f1ca858777CC98D2D81/info.json
deleted file mode 100644
index 7eace59803798..0000000000000
--- a/blockchains/ethereum/assets/0x4DF812F6064def1e5e029f1ca858777CC98D2D81/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Xaurum",
- "symbol": "XAUR",
- "type": "ERC20",
- "decimals": 8,
- "description": "Xaurum is unit of value on the golden blockchain, it represents an increasing amount of gold and can be exchanged for it by melting.",
- "website": "http://www.xaurum.org/",
- "explorer": "https://etherscan.io/token/0x4DF812F6064def1e5e029f1ca858777CC98D2D81",
- "status": "active",
- "id": "0x4DF812F6064def1e5e029f1ca858777CC98D2D81",
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4DF812F6064def1e5e029f1ca858777CC98D2D81/logo.png b/blockchains/ethereum/assets/0x4DF812F6064def1e5e029f1ca858777CC98D2D81/logo.png
deleted file mode 100755
index 94657939adda2..0000000000000
Binary files a/blockchains/ethereum/assets/0x4DF812F6064def1e5e029f1ca858777CC98D2D81/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4DbB31B7e25baD52e297F697688D013090b63EFd/info.json b/blockchains/ethereum/assets/0x4DbB31B7e25baD52e297F697688D013090b63EFd/info.json
deleted file mode 100644
index e3773a34bb57e..0000000000000
--- a/blockchains/ethereum/assets/0x4DbB31B7e25baD52e297F697688D013090b63EFd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg20000",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4DbB31B7e25baD52e297F697688D013090b63EFd",
- "status": "abandoned",
- "id": "0x4DbB31B7e25baD52e297F697688D013090b63EFd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4DbB31B7e25baD52e297F697688D013090b63EFd/logo.png b/blockchains/ethereum/assets/0x4DbB31B7e25baD52e297F697688D013090b63EFd/logo.png
deleted file mode 100644
index 89af9f0b7bde0..0000000000000
Binary files a/blockchains/ethereum/assets/0x4DbB31B7e25baD52e297F697688D013090b63EFd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4Dd672e77c795844fe3A464eF8eF0FAAe617C8fB/info.json b/blockchains/ethereum/assets/0x4Dd672e77c795844fe3A464eF8eF0FAAe617C8fB/info.json
deleted file mode 100644
index a0b9c9c661bc1..0000000000000
--- a/blockchains/ethereum/assets/0x4Dd672e77c795844fe3A464eF8eF0FAAe617C8fB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CONUN",
- "symbol": "CON",
- "type": "ERC20",
- "decimals": 18,
- "description": "A service platform that enables high-performance computing resources to be handled by sharing idle resources between participants' personal computers and smartphones. ",
- "website": "https://conun.io/",
- "explorer": "https://etherscan.io/token/0x4Dd672e77c795844fe3A464eF8eF0FAAe617C8fB",
- "status": "active",
- "id": "0x4Dd672e77c795844fe3A464eF8eF0FAAe617C8fB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4Dd672e77c795844fe3A464eF8eF0FAAe617C8fB/logo.png b/blockchains/ethereum/assets/0x4Dd672e77c795844fe3A464eF8eF0FAAe617C8fB/logo.png
deleted file mode 100644
index 09e4f080713e3..0000000000000
Binary files a/blockchains/ethereum/assets/0x4Dd672e77c795844fe3A464eF8eF0FAAe617C8fB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5/info.json b/blockchains/ethereum/assets/0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5/info.json
deleted file mode 100644
index ae186c0f50eda..0000000000000
--- a/blockchains/ethereum/assets/0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Compound Ether",
- "symbol": "cETH",
- "type": "ERC20",
- "decimals": 8,
- "description": "Compound is an algorithmic, autonomous interest rate protocol built for developers, to unlock a universe of open financial applications.",
- "website": "https://compound.finance/",
- "explorer": "https://etherscan.io/token/0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5",
- "status": "active",
- "id": "0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5/logo.png b/blockchains/ethereum/assets/0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5/logo.png
deleted file mode 100644
index d3e1c077855f7..0000000000000
Binary files a/blockchains/ethereum/assets/0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4DfB6AA71ffC76130A2d68B1844A1f12f75b8766/info.json b/blockchains/ethereum/assets/0x4DfB6AA71ffC76130A2d68B1844A1f12f75b8766/info.json
deleted file mode 100644
index f5125ed6f5a03..0000000000000
--- a/blockchains/ethereum/assets/0x4DfB6AA71ffC76130A2d68B1844A1f12f75b8766/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Geissbühler Weber & Partner Token",
- "symbol": "GWPT",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4DfB6AA71ffC76130A2d68B1844A1f12f75b8766",
- "status": "abandoned",
- "id": "0x4DfB6AA71ffC76130A2d68B1844A1f12f75b8766"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4DfB6AA71ffC76130A2d68B1844A1f12f75b8766/logo.png b/blockchains/ethereum/assets/0x4DfB6AA71ffC76130A2d68B1844A1f12f75b8766/logo.png
deleted file mode 100644
index b6c66e68eaede..0000000000000
Binary files a/blockchains/ethereum/assets/0x4DfB6AA71ffC76130A2d68B1844A1f12f75b8766/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4Dfd148B532e934a2a26eA65689cf6268753e130/info.json b/blockchains/ethereum/assets/0x4Dfd148B532e934a2a26eA65689cf6268753e130/info.json
deleted file mode 100644
index 4d95802266dc9..0000000000000
--- a/blockchains/ethereum/assets/0x4Dfd148B532e934a2a26eA65689cf6268753e130/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "MDT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4Dfd148B532e934a2a26eA65689cf6268753e130",
- "status": "abandoned",
- "id": "0x4Dfd148B532e934a2a26eA65689cf6268753e130"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4Dfd148B532e934a2a26eA65689cf6268753e130/logo.png b/blockchains/ethereum/assets/0x4Dfd148B532e934a2a26eA65689cf6268753e130/logo.png
deleted file mode 100644
index 8c5d0034f7c7a..0000000000000
Binary files a/blockchains/ethereum/assets/0x4Dfd148B532e934a2a26eA65689cf6268753e130/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4E0603e2A27A30480E5e3a4Fe548e29EF12F64bE/info.json b/blockchains/ethereum/assets/0x4E0603e2A27A30480E5e3a4Fe548e29EF12F64bE/info.json
deleted file mode 100644
index 5d744fd652ebd..0000000000000
--- a/blockchains/ethereum/assets/0x4E0603e2A27A30480E5e3a4Fe548e29EF12F64bE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Credo Token",
- "symbol": "CREDO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bitbounce.com/credo",
- "explorer": "https://etherscan.io/token/0x4E0603e2A27A30480E5e3a4Fe548e29EF12F64bE",
- "status": "abandoned",
- "id": "0x4E0603e2A27A30480E5e3a4Fe548e29EF12F64bE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4E0603e2A27A30480E5e3a4Fe548e29EF12F64bE/logo.png b/blockchains/ethereum/assets/0x4E0603e2A27A30480E5e3a4Fe548e29EF12F64bE/logo.png
deleted file mode 100644
index 7c9faefd95304..0000000000000
Binary files a/blockchains/ethereum/assets/0x4E0603e2A27A30480E5e3a4Fe548e29EF12F64bE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4E0fCa55a6C3A94720ded91153A27F60E26B9AA8/info.json b/blockchains/ethereum/assets/0x4E0fCa55a6C3A94720ded91153A27F60E26B9AA8/info.json
deleted file mode 100644
index b760fd42e5f9e..0000000000000
--- a/blockchains/ethereum/assets/0x4E0fCa55a6C3A94720ded91153A27F60E26B9AA8/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Boost",
- "website": "https://boostco.in/",
- "description": "Boost is a platform consisting of the latest DeFi tools designed by some of the top developers in the world and fueled by Boost Coin, the native cryptocurrency of the Boost ecosystem.",
- "explorer": "https://etherscan.io/token/0x4e0fca55a6c3a94720ded91153a27f60e26b9aa8",
- "type": "ERC20",
- "symbol": "BOOST",
- "decimals": 18,
- "status": "active",
- "id": "0x4E0fCa55a6C3A94720ded91153A27F60E26B9AA8",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://boostco.in/wp-content/uploads/2021/10/BoostWhitePaper.pdf"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/TheBoostCoin"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4E0fCa55a6C3A94720ded91153A27F60E26B9AA8/logo.png b/blockchains/ethereum/assets/0x4E0fCa55a6C3A94720ded91153A27F60E26B9AA8/logo.png
deleted file mode 100644
index 3e4b9a73a78e9..0000000000000
Binary files a/blockchains/ethereum/assets/0x4E0fCa55a6C3A94720ded91153A27F60E26B9AA8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4E12EB8e506Ccd1427F6b8F7faa3e88fB698EB28/info.json b/blockchains/ethereum/assets/0x4E12EB8e506Ccd1427F6b8F7faa3e88fB698EB28/info.json
deleted file mode 100644
index 8f2b294bd4834..0000000000000
--- a/blockchains/ethereum/assets/0x4E12EB8e506Ccd1427F6b8F7faa3e88fB698EB28/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Jack Token",
- "symbol": "JACK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://jackr.io/",
- "explorer": "https://etherscan.io/token/0x4E12EB8e506Ccd1427F6b8F7faa3e88fB698EB28",
- "status": "abandoned",
- "id": "0x4E12EB8e506Ccd1427F6b8F7faa3e88fB698EB28"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4E12EB8e506Ccd1427F6b8F7faa3e88fB698EB28/logo.png b/blockchains/ethereum/assets/0x4E12EB8e506Ccd1427F6b8F7faa3e88fB698EB28/logo.png
deleted file mode 100644
index 883a8ac976750..0000000000000
Binary files a/blockchains/ethereum/assets/0x4E12EB8e506Ccd1427F6b8F7faa3e88fB698EB28/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4E12bf83FEf8b31Bb21C8D5BE809Db31D42e456D/info.json b/blockchains/ethereum/assets/0x4E12bf83FEf8b31Bb21C8D5BE809Db31D42e456D/info.json
deleted file mode 100644
index 747587cc596c4..0000000000000
--- a/blockchains/ethereum/assets/0x4E12bf83FEf8b31Bb21C8D5BE809Db31D42e456D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Inferno",
- "symbol": "BLAZE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4E12bf83FEf8b31Bb21C8D5BE809Db31D42e456D",
- "status": "abandoned",
- "id": "0x4E12bf83FEf8b31Bb21C8D5BE809Db31D42e456D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4E12bf83FEf8b31Bb21C8D5BE809Db31D42e456D/logo.png b/blockchains/ethereum/assets/0x4E12bf83FEf8b31Bb21C8D5BE809Db31D42e456D/logo.png
deleted file mode 100644
index dac1de12c4842..0000000000000
Binary files a/blockchains/ethereum/assets/0x4E12bf83FEf8b31Bb21C8D5BE809Db31D42e456D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4E15361FD6b4BB609Fa63C81A2be19d873717870/info.json b/blockchains/ethereum/assets/0x4E15361FD6b4BB609Fa63C81A2be19d873717870/info.json
deleted file mode 100644
index b1da5c93daa7b..0000000000000
--- a/blockchains/ethereum/assets/0x4E15361FD6b4BB609Fa63C81A2be19d873717870/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Fantom Token",
- "symbol": "FTM",
- "type": "ERC20",
- "decimals": 18,
- "description": "Fantom is a high-performance, scalable, customizable, and secure smart-contract platform. It is designed to overcome the limitations of previous generation blockchain platforms. Fantom is permissionless, decentralized, and open-source.",
- "website": "http://fantom.foundation",
- "explorer": "https://etherscan.io/token/0x4E15361FD6b4BB609Fa63C81A2be19d873717870",
- "status": "active",
- "id": "0x4E15361FD6b4BB609Fa63C81A2be19d873717870",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/FantomFDN"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Fantom_English"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/fantom/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/fantom/"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x4E15361FD6b4BB609Fa63C81A2be19d873717870/logo.png b/blockchains/ethereum/assets/0x4E15361FD6b4BB609Fa63C81A2be19d873717870/logo.png
deleted file mode 100644
index 4c55ec1d7621e..0000000000000
Binary files a/blockchains/ethereum/assets/0x4E15361FD6b4BB609Fa63C81A2be19d873717870/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4E2224Bae4036f85FBC2293E05cBC66D3ac23f1c/info.json b/blockchains/ethereum/assets/0x4E2224Bae4036f85FBC2293E05cBC66D3ac23f1c/info.json
deleted file mode 100644
index 7abf7fdf138e4..0000000000000
--- a/blockchains/ethereum/assets/0x4E2224Bae4036f85FBC2293E05cBC66D3ac23f1c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Flingo",
- "symbol": "FLNGO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4E2224Bae4036f85FBC2293E05cBC66D3ac23f1c",
- "status": "abandoned",
- "id": "0x4E2224Bae4036f85FBC2293E05cBC66D3ac23f1c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4E2224Bae4036f85FBC2293E05cBC66D3ac23f1c/logo.png b/blockchains/ethereum/assets/0x4E2224Bae4036f85FBC2293E05cBC66D3ac23f1c/logo.png
deleted file mode 100755
index c43c7b059c1a9..0000000000000
Binary files a/blockchains/ethereum/assets/0x4E2224Bae4036f85FBC2293E05cBC66D3ac23f1c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4E3Bddd468AbfC6C88bc25dAA5d894380CEd5bc8/info.json b/blockchains/ethereum/assets/0x4E3Bddd468AbfC6C88bc25dAA5d894380CEd5bc8/info.json
deleted file mode 100644
index 374bdf91343b1..0000000000000
--- a/blockchains/ethereum/assets/0x4E3Bddd468AbfC6C88bc25dAA5d894380CEd5bc8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "New Energy",
- "symbol": "NSS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.nsscoin.net/",
- "explorer": "https://etherscan.io/token/0x4E3Bddd468AbfC6C88bc25dAA5d894380CEd5bc8",
- "status": "abandoned",
- "id": "0x4E3Bddd468AbfC6C88bc25dAA5d894380CEd5bc8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4E3Bddd468AbfC6C88bc25dAA5d894380CEd5bc8/logo.png b/blockchains/ethereum/assets/0x4E3Bddd468AbfC6C88bc25dAA5d894380CEd5bc8/logo.png
deleted file mode 100644
index 00e48fdebfa9e..0000000000000
Binary files a/blockchains/ethereum/assets/0x4E3Bddd468AbfC6C88bc25dAA5d894380CEd5bc8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4E4F2cf7C828E277b9a997261165fA7074ec66bF/info.json b/blockchains/ethereum/assets/0x4E4F2cf7C828E277b9a997261165fA7074ec66bF/info.json
deleted file mode 100644
index f6c80d8693fb3..0000000000000
--- a/blockchains/ethereum/assets/0x4E4F2cf7C828E277b9a997261165fA7074ec66bF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "educca",
- "symbol": "EDUC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4E4F2cf7C828E277b9a997261165fA7074ec66bF",
- "status": "abandoned",
- "id": "0x4E4F2cf7C828E277b9a997261165fA7074ec66bF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4E4F2cf7C828E277b9a997261165fA7074ec66bF/logo.png b/blockchains/ethereum/assets/0x4E4F2cf7C828E277b9a997261165fA7074ec66bF/logo.png
deleted file mode 100644
index 249baae35b5d1..0000000000000
Binary files a/blockchains/ethereum/assets/0x4E4F2cf7C828E277b9a997261165fA7074ec66bF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4E594479Fa417a1e9C5790a413575802D393010F/info.json b/blockchains/ethereum/assets/0x4E594479Fa417a1e9C5790a413575802D393010F/info.json
deleted file mode 100644
index d5cfdc70b131e..0000000000000
--- a/blockchains/ethereum/assets/0x4E594479Fa417a1e9C5790a413575802D393010F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ferret Coin",
- "symbol": "FER",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4E594479Fa417a1e9C5790a413575802D393010F",
- "status": "abandoned",
- "id": "0x4E594479Fa417a1e9C5790a413575802D393010F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4E594479Fa417a1e9C5790a413575802D393010F/logo.png b/blockchains/ethereum/assets/0x4E594479Fa417a1e9C5790a413575802D393010F/logo.png
deleted file mode 100644
index 6111d33087931..0000000000000
Binary files a/blockchains/ethereum/assets/0x4E594479Fa417a1e9C5790a413575802D393010F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4E6b679780e0Ffa47D7e05A1a21B5e0A7834039e/info.json b/blockchains/ethereum/assets/0x4E6b679780e0Ffa47D7e05A1a21B5e0A7834039e/info.json
deleted file mode 100644
index 7c56b999c76e9..0000000000000
--- a/blockchains/ethereum/assets/0x4E6b679780e0Ffa47D7e05A1a21B5e0A7834039e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ReeRoy",
- "symbol": "ROY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4E6b679780e0Ffa47D7e05A1a21B5e0A7834039e",
- "status": "abandoned",
- "id": "0x4E6b679780e0Ffa47D7e05A1a21B5e0A7834039e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4E6b679780e0Ffa47D7e05A1a21B5e0A7834039e/logo.png b/blockchains/ethereum/assets/0x4E6b679780e0Ffa47D7e05A1a21B5e0A7834039e/logo.png
deleted file mode 100644
index 86f554e257804..0000000000000
Binary files a/blockchains/ethereum/assets/0x4E6b679780e0Ffa47D7e05A1a21B5e0A7834039e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4E6c39b0ebf11eB720b77Ac18Dc30476aedaAe6A/info.json b/blockchains/ethereum/assets/0x4E6c39b0ebf11eB720b77Ac18Dc30476aedaAe6A/info.json
deleted file mode 100644
index 30d1080a8b5c0..0000000000000
--- a/blockchains/ethereum/assets/0x4E6c39b0ebf11eB720b77Ac18Dc30476aedaAe6A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CGS Token",
- "symbol": "CGS",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4E6c39b0ebf11eB720b77Ac18Dc30476aedaAe6A",
- "status": "abandoned",
- "id": "0x4E6c39b0ebf11eB720b77Ac18Dc30476aedaAe6A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4E6c39b0ebf11eB720b77Ac18Dc30476aedaAe6A/logo.png b/blockchains/ethereum/assets/0x4E6c39b0ebf11eB720b77Ac18Dc30476aedaAe6A/logo.png
deleted file mode 100644
index f041fc6d59085..0000000000000
Binary files a/blockchains/ethereum/assets/0x4E6c39b0ebf11eB720b77Ac18Dc30476aedaAe6A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4E9A46EA6A22f3894aBEE2302Ad42fd3b69E21E2/info.json b/blockchains/ethereum/assets/0x4E9A46EA6A22f3894aBEE2302Ad42fd3b69E21E2/info.json
deleted file mode 100644
index 9973c6a68e218..0000000000000
--- a/blockchains/ethereum/assets/0x4E9A46EA6A22f3894aBEE2302Ad42fd3b69E21E2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Binance Smart Chain Girl",
- "type": "ERC20",
- "symbol": "BSCGIRL",
- "decimals": 8,
- "website": "https://bscgirl.site/",
- "description": "This token is It is a token that cross-chains BEP20 BSC GIRL of the following URL to ERC20 token. https://bscscan.com/token/0x5c6fb802f173dba15e2caada433032b1368af59f",
- "explorer": "https://etherscan.io/token/0x4e9a46ea6a22f3894abee2302ad42fd3b69e21e2",
- "status": "active",
- "id": "0x4E9A46EA6A22f3894aBEE2302Ad42fd3b69E21E2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4E9A46EA6A22f3894aBEE2302Ad42fd3b69E21E2/logo.png b/blockchains/ethereum/assets/0x4E9A46EA6A22f3894aBEE2302Ad42fd3b69E21E2/logo.png
deleted file mode 100644
index 5cb001b0efd8c..0000000000000
Binary files a/blockchains/ethereum/assets/0x4E9A46EA6A22f3894aBEE2302Ad42fd3b69E21E2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4EB81375d34F493a7879c041BA86098f2AfD4139/info.json b/blockchains/ethereum/assets/0x4EB81375d34F493a7879c041BA86098f2AfD4139/info.json
deleted file mode 100644
index 84a315956a8b2..0000000000000
--- a/blockchains/ethereum/assets/0x4EB81375d34F493a7879c041BA86098f2AfD4139/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethereum Note",
- "symbol": "ENOTE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4EB81375d34F493a7879c041BA86098f2AfD4139",
- "status": "abandoned",
- "id": "0x4EB81375d34F493a7879c041BA86098f2AfD4139"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4EB81375d34F493a7879c041BA86098f2AfD4139/logo.png b/blockchains/ethereum/assets/0x4EB81375d34F493a7879c041BA86098f2AfD4139/logo.png
deleted file mode 100644
index f45623d6f0610..0000000000000
Binary files a/blockchains/ethereum/assets/0x4EB81375d34F493a7879c041BA86098f2AfD4139/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4EBCfA98b60fD25937DAFF54eccE4f6Fa6C1E638/info.json b/blockchains/ethereum/assets/0x4EBCfA98b60fD25937DAFF54eccE4f6Fa6C1E638/info.json
deleted file mode 100644
index bd53ba92f17f9..0000000000000
--- a/blockchains/ethereum/assets/0x4EBCfA98b60fD25937DAFF54eccE4f6Fa6C1E638/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethereum Staking",
- "symbol": "ESTA",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4EBCfA98b60fD25937DAFF54eccE4f6Fa6C1E638",
- "status": "abandoned",
- "id": "0x4EBCfA98b60fD25937DAFF54eccE4f6Fa6C1E638"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4EBCfA98b60fD25937DAFF54eccE4f6Fa6C1E638/logo.png b/blockchains/ethereum/assets/0x4EBCfA98b60fD25937DAFF54eccE4f6Fa6C1E638/logo.png
deleted file mode 100644
index b54bf87728de4..0000000000000
Binary files a/blockchains/ethereum/assets/0x4EBCfA98b60fD25937DAFF54eccE4f6Fa6C1E638/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4EcDB6385f3Db3847F9C4A9bf3F9917bb27A5452/info.json b/blockchains/ethereum/assets/0x4EcDB6385f3Db3847F9C4A9bf3F9917bb27A5452/info.json
deleted file mode 100644
index 3a51d1804e900..0000000000000
--- a/blockchains/ethereum/assets/0x4EcDB6385f3Db3847F9C4A9bf3F9917bb27A5452/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EKT",
- "symbol": "EKT",
- "type": "ERC20",
- "decimals": 8,
- "description": "EKT is an online education community that creating a model that equitably rewards both the content providers, referrals and the end consumer. It will serve to increase transparency, trust and collaboration.",
- "website": "http://ekt8.io/",
- "explorer": "https://etherscan.io/token/0x4EcDB6385f3Db3847F9C4A9bf3F9917bb27A5452",
- "status": "active",
- "id": "0x4EcDB6385f3Db3847F9C4A9bf3F9917bb27A5452"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4EcDB6385f3Db3847F9C4A9bf3F9917bb27A5452/logo.png b/blockchains/ethereum/assets/0x4EcDB6385f3Db3847F9C4A9bf3F9917bb27A5452/logo.png
deleted file mode 100644
index fce1dabeed1d4..0000000000000
Binary files a/blockchains/ethereum/assets/0x4EcDB6385f3Db3847F9C4A9bf3F9917bb27A5452/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4Eeea7B48b9C3ac8F70a9c932A8B1E8a5CB624c7/info.json b/blockchains/ethereum/assets/0x4Eeea7B48b9C3ac8F70a9c932A8B1E8a5CB624c7/info.json
deleted file mode 100644
index 811aac1cf8547..0000000000000
--- a/blockchains/ethereum/assets/0x4Eeea7B48b9C3ac8F70a9c932A8B1E8a5CB624c7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Membrana",
- "symbol": "MBN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://mbn.global",
- "explorer": "https://etherscan.io/token/0x4Eeea7B48b9C3ac8F70a9c932A8B1E8a5CB624c7",
- "status": "active",
- "id": "0x4Eeea7B48b9C3ac8F70a9c932A8B1E8a5CB624c7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4Eeea7B48b9C3ac8F70a9c932A8B1E8a5CB624c7/logo.png b/blockchains/ethereum/assets/0x4Eeea7B48b9C3ac8F70a9c932A8B1E8a5CB624c7/logo.png
deleted file mode 100644
index 9716da3d4795a..0000000000000
Binary files a/blockchains/ethereum/assets/0x4Eeea7B48b9C3ac8F70a9c932A8B1E8a5CB624c7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4F22310C27eF39FEAA4A756027896DC382F0b5E2/info.json b/blockchains/ethereum/assets/0x4F22310C27eF39FEAA4A756027896DC382F0b5E2/info.json
deleted file mode 100644
index d008ee418aeff..0000000000000
--- a/blockchains/ethereum/assets/0x4F22310C27eF39FEAA4A756027896DC382F0b5E2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SPIN Protocol",
- "symbol": "SPIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.spinprotocol.io/",
- "explorer": "https://etherscan.io/token/0x4F22310C27eF39FEAA4A756027896DC382F0b5E2",
- "status": "abandoned",
- "id": "0x4F22310C27eF39FEAA4A756027896DC382F0b5E2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4F22310C27eF39FEAA4A756027896DC382F0b5E2/logo.png b/blockchains/ethereum/assets/0x4F22310C27eF39FEAA4A756027896DC382F0b5E2/logo.png
deleted file mode 100644
index 7a5747e5f7d4d..0000000000000
Binary files a/blockchains/ethereum/assets/0x4F22310C27eF39FEAA4A756027896DC382F0b5E2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4F34adfff48CEB4Af2f3b2253CdFdcC99c9053F4/info.json b/blockchains/ethereum/assets/0x4F34adfff48CEB4Af2f3b2253CdFdcC99c9053F4/info.json
deleted file mode 100644
index 600f783a51b33..0000000000000
--- a/blockchains/ethereum/assets/0x4F34adfff48CEB4Af2f3b2253CdFdcC99c9053F4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Global Funeral Care SaleToken",
- "symbol": "GFCS",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4F34adfff48CEB4Af2f3b2253CdFdcC99c9053F4",
- "status": "abandoned",
- "id": "0x4F34adfff48CEB4Af2f3b2253CdFdcC99c9053F4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4F34adfff48CEB4Af2f3b2253CdFdcC99c9053F4/logo.png b/blockchains/ethereum/assets/0x4F34adfff48CEB4Af2f3b2253CdFdcC99c9053F4/logo.png
deleted file mode 100755
index aa4d21cf0d77f..0000000000000
Binary files a/blockchains/ethereum/assets/0x4F34adfff48CEB4Af2f3b2253CdFdcC99c9053F4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4F38f4229924bfa28D58eeda496Cc85e8016bCCC/info.json b/blockchains/ethereum/assets/0x4F38f4229924bfa28D58eeda496Cc85e8016bCCC/info.json
deleted file mode 100644
index b5d23e8863089..0000000000000
--- a/blockchains/ethereum/assets/0x4F38f4229924bfa28D58eeda496Cc85e8016bCCC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CehhCoin",
- "symbol": "CEHH",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4F38f4229924bfa28D58eeda496Cc85e8016bCCC",
- "status": "abandoned",
- "id": "0x4F38f4229924bfa28D58eeda496Cc85e8016bCCC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4F38f4229924bfa28D58eeda496Cc85e8016bCCC/logo.png b/blockchains/ethereum/assets/0x4F38f4229924bfa28D58eeda496Cc85e8016bCCC/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x4F38f4229924bfa28D58eeda496Cc85e8016bCCC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4F7c5BD3F7D62a9C984e265D73A86F5515F3e92B/info.json b/blockchains/ethereum/assets/0x4F7c5BD3F7D62a9C984e265D73A86F5515F3e92B/info.json
deleted file mode 100644
index 0870d3219d3b6..0000000000000
--- a/blockchains/ethereum/assets/0x4F7c5BD3F7D62a9C984e265D73A86F5515F3e92B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "The Burn Token",
- "symbol": "BURN",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4F7c5BD3F7D62a9C984e265D73A86F5515F3e92B",
- "status": "abandoned",
- "id": "0x4F7c5BD3F7D62a9C984e265D73A86F5515F3e92B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4F7c5BD3F7D62a9C984e265D73A86F5515F3e92B/logo.png b/blockchains/ethereum/assets/0x4F7c5BD3F7D62a9C984e265D73A86F5515F3e92B/logo.png
deleted file mode 100644
index 547c66f963ca8..0000000000000
Binary files a/blockchains/ethereum/assets/0x4F7c5BD3F7D62a9C984e265D73A86F5515F3e92B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4F9254C83EB525f9FCf346490bbb3ed28a81C667/info.json b/blockchains/ethereum/assets/0x4F9254C83EB525f9FCf346490bbb3ed28a81C667/info.json
deleted file mode 100644
index e502248a81a9f..0000000000000
--- a/blockchains/ethereum/assets/0x4F9254C83EB525f9FCf346490bbb3ed28a81C667/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CelerToken",
- "symbol": "CELR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Celer Network describes itself as 'a layer-2 scaling platform to build fast, easy-to-use, low-cost and secure blockchain applications at internet scale through off-chain scaling techniques and incentive-aligned cryptoeconomics'.",
- "website": "https://www.celer.network/#",
- "explorer": "https://etherscan.io/token/0x4F9254C83EB525f9FCf346490bbb3ed28a81C667",
- "status": "active",
- "id": "0x4F9254C83EB525f9FCf346490bbb3ed28a81C667"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4F9254C83EB525f9FCf346490bbb3ed28a81C667/logo.png b/blockchains/ethereum/assets/0x4F9254C83EB525f9FCf346490bbb3ed28a81C667/logo.png
deleted file mode 100644
index f716cd10721d6..0000000000000
Binary files a/blockchains/ethereum/assets/0x4F9254C83EB525f9FCf346490bbb3ed28a81C667/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4FA2141eD83Fc7eE82d9c49A14aEAf1f1509Feb1/info.json b/blockchains/ethereum/assets/0x4FA2141eD83Fc7eE82d9c49A14aEAf1f1509Feb1/info.json
deleted file mode 100644
index ee18b7bd3eb5b..0000000000000
--- a/blockchains/ethereum/assets/0x4FA2141eD83Fc7eE82d9c49A14aEAf1f1509Feb1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "All Beauty Community Token",
- "symbol": "ABCT",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4FA2141eD83Fc7eE82d9c49A14aEAf1f1509Feb1",
- "status": "abandoned",
- "id": "0x4FA2141eD83Fc7eE82d9c49A14aEAf1f1509Feb1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4FA2141eD83Fc7eE82d9c49A14aEAf1f1509Feb1/logo.png b/blockchains/ethereum/assets/0x4FA2141eD83Fc7eE82d9c49A14aEAf1f1509Feb1/logo.png
deleted file mode 100644
index 4b4c8fb309ed7..0000000000000
Binary files a/blockchains/ethereum/assets/0x4FA2141eD83Fc7eE82d9c49A14aEAf1f1509Feb1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4FB7d00f57A143B80b7FcedaEf8985Dc6EBB6798/info.json b/blockchains/ethereum/assets/0x4FB7d00f57A143B80b7FcedaEf8985Dc6EBB6798/info.json
deleted file mode 100644
index 9ebb5600a2682..0000000000000
--- a/blockchains/ethereum/assets/0x4FB7d00f57A143B80b7FcedaEf8985Dc6EBB6798/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TianHone Coin",
- "symbol": "THC",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4FB7d00f57A143B80b7FcedaEf8985Dc6EBB6798",
- "status": "abandoned",
- "id": "0x4FB7d00f57A143B80b7FcedaEf8985Dc6EBB6798"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4FB7d00f57A143B80b7FcedaEf8985Dc6EBB6798/logo.png b/blockchains/ethereum/assets/0x4FB7d00f57A143B80b7FcedaEf8985Dc6EBB6798/logo.png
deleted file mode 100644
index 99503ff8eca19..0000000000000
Binary files a/blockchains/ethereum/assets/0x4FB7d00f57A143B80b7FcedaEf8985Dc6EBB6798/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4FBb0B4cD8f960aC3428194F1c94c805D5b35836/info.json b/blockchains/ethereum/assets/0x4FBb0B4cD8f960aC3428194F1c94c805D5b35836/info.json
deleted file mode 100644
index 00470a95914b5..0000000000000
--- a/blockchains/ethereum/assets/0x4FBb0B4cD8f960aC3428194F1c94c805D5b35836/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BigBang Game Coin Token",
- "symbol": "BBGC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.bbgc.games",
- "explorer": "https://etherscan.io/token/0x4FBb0B4cD8f960aC3428194F1c94c805D5b35836",
- "status": "abandoned",
- "id": "0x4FBb0B4cD8f960aC3428194F1c94c805D5b35836"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4FBb0B4cD8f960aC3428194F1c94c805D5b35836/logo.png b/blockchains/ethereum/assets/0x4FBb0B4cD8f960aC3428194F1c94c805D5b35836/logo.png
deleted file mode 100755
index 3121613f431c2..0000000000000
Binary files a/blockchains/ethereum/assets/0x4FBb0B4cD8f960aC3428194F1c94c805D5b35836/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4FE2b959E0a093c58067E00c62add84820f7dc43/info.json b/blockchains/ethereum/assets/0x4FE2b959E0a093c58067E00c62add84820f7dc43/info.json
deleted file mode 100644
index f81a4cb0cc960..0000000000000
--- a/blockchains/ethereum/assets/0x4FE2b959E0a093c58067E00c62add84820f7dc43/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mutual Uniting System",
- "symbol": "MUS",
- "type": "ERC20",
- "decimals": 15,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4FE2b959E0a093c58067E00c62add84820f7dc43",
- "status": "abandoned",
- "id": "0x4FE2b959E0a093c58067E00c62add84820f7dc43"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4FE2b959E0a093c58067E00c62add84820f7dc43/logo.png b/blockchains/ethereum/assets/0x4FE2b959E0a093c58067E00c62add84820f7dc43/logo.png
deleted file mode 100755
index 96436f18e8543..0000000000000
Binary files a/blockchains/ethereum/assets/0x4FE2b959E0a093c58067E00c62add84820f7dc43/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4FE5851C9af07df9e5AD8217aFAE1ea72737Ebda/info.json b/blockchains/ethereum/assets/0x4FE5851C9af07df9e5AD8217aFAE1ea72737Ebda/info.json
deleted file mode 100644
index 05a491b5e4086..0000000000000
--- a/blockchains/ethereum/assets/0x4FE5851C9af07df9e5AD8217aFAE1ea72737Ebda/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "OpenPredict",
- "website": "https://openpredict.io/",
- "description": "OpenPredict is the first DeFi protocol to turn live predictions into liquid assets.",
- "explorer": "https://etherscan.io/token/0x4FE5851C9af07df9e5AD8217aFAE1ea72737Ebda",
- "research": "https://daomaker.com/sho/openpredict",
- "type": "ERC20",
- "symbol": "OPT",
- "decimals": 18,
- "status": "active",
- "id": "0x4FE5851C9af07df9e5AD8217aFAE1ea72737Ebda",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://openpredict.io/litepaper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4FE5851C9af07df9e5AD8217aFAE1ea72737Ebda/logo.png b/blockchains/ethereum/assets/0x4FE5851C9af07df9e5AD8217aFAE1ea72737Ebda/logo.png
deleted file mode 100644
index 59a5c1b6ff897..0000000000000
Binary files a/blockchains/ethereum/assets/0x4FE5851C9af07df9e5AD8217aFAE1ea72737Ebda/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4FE9f52Ec23f6805F2Fd0332a34Da4F1c135b024/info.json b/blockchains/ethereum/assets/0x4FE9f52Ec23f6805F2Fd0332a34Da4F1c135b024/info.json
deleted file mode 100644
index 789da3ce2383c..0000000000000
--- a/blockchains/ethereum/assets/0x4FE9f52Ec23f6805F2Fd0332a34Da4F1c135b024/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cai Token",
- "symbol": "CAI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4FE9f52Ec23f6805F2Fd0332a34Da4F1c135b024",
- "status": "abandoned",
- "id": "0x4FE9f52Ec23f6805F2Fd0332a34Da4F1c135b024"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4FE9f52Ec23f6805F2Fd0332a34Da4F1c135b024/logo.png b/blockchains/ethereum/assets/0x4FE9f52Ec23f6805F2Fd0332a34Da4F1c135b024/logo.png
deleted file mode 100644
index 4eef76fb116c3..0000000000000
Binary files a/blockchains/ethereum/assets/0x4FE9f52Ec23f6805F2Fd0332a34Da4F1c135b024/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4Fabb145d64652a948d72533023f6E7A623C7C53/info.json b/blockchains/ethereum/assets/0x4Fabb145d64652a948d72533023f6E7A623C7C53/info.json
deleted file mode 100644
index 8ef2031c3187c..0000000000000
--- a/blockchains/ethereum/assets/0x4Fabb145d64652a948d72533023f6E7A623C7C53/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "Binance USD",
- "website": "https://paxos.com/busd/",
- "description": "BUSD is a stablecoin issued by Paxos in partnership with Binance.",
- "explorer": "https://etherscan.io/token/0x4Fabb145d64652a948d72533023f6E7A623C7C53",
- "research": "https://research.binance.com/en/projects/binance-usd",
- "type": "ERC20",
- "symbol": "BUSD",
- "decimals": 18,
- "status": "active",
- "id": "0x4Fabb145d64652a948d72533023f6E7A623C7C53",
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4Fabb145d64652a948d72533023f6E7A623C7C53/logo.png b/blockchains/ethereum/assets/0x4Fabb145d64652a948d72533023f6E7A623C7C53/logo.png
deleted file mode 100644
index 76d02e370b6d6..0000000000000
Binary files a/blockchains/ethereum/assets/0x4Fabb145d64652a948d72533023f6E7A623C7C53/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4FbB350052Bca5417566f188eB2EBCE5b19BC964/info.json b/blockchains/ethereum/assets/0x4FbB350052Bca5417566f188eB2EBCE5b19BC964/info.json
deleted file mode 100644
index 67dd739c21ee0..0000000000000
--- a/blockchains/ethereum/assets/0x4FbB350052Bca5417566f188eB2EBCE5b19BC964/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rigo Token",
- "symbol": "GRG",
- "type": "ERC20",
- "decimals": 18,
- "description": "RigoBlock exists to reinvent the asset management industry, making it possible for anyone, anywhere, to set up and manage decentralized token pools which combine the powers of transparency, control, flexibility and governance.",
- "website": "https://rigoblock.com",
- "explorer": "https://etherscan.io/token/0x4FbB350052Bca5417566f188eB2EBCE5b19BC964",
- "status": "active",
- "id": "0x4FbB350052Bca5417566f188eB2EBCE5b19BC964"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4FbB350052Bca5417566f188eB2EBCE5b19BC964/logo.png b/blockchains/ethereum/assets/0x4FbB350052Bca5417566f188eB2EBCE5b19BC964/logo.png
deleted file mode 100644
index d51117195e21c..0000000000000
Binary files a/blockchains/ethereum/assets/0x4FbB350052Bca5417566f188eB2EBCE5b19BC964/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4Fe1b5fF3F640dA6eF23c4AA9be7d952E46f5C5b/info.json b/blockchains/ethereum/assets/0x4Fe1b5fF3F640dA6eF23c4AA9be7d952E46f5C5b/info.json
deleted file mode 100644
index 4009582099c90..0000000000000
--- a/blockchains/ethereum/assets/0x4Fe1b5fF3F640dA6eF23c4AA9be7d952E46f5C5b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BlockHipo",
- "symbol": "HIPO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4Fe1b5fF3F640dA6eF23c4AA9be7d952E46f5C5b",
- "status": "abandoned",
- "id": "0x4Fe1b5fF3F640dA6eF23c4AA9be7d952E46f5C5b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4Fe1b5fF3F640dA6eF23c4AA9be7d952E46f5C5b/logo.png b/blockchains/ethereum/assets/0x4Fe1b5fF3F640dA6eF23c4AA9be7d952E46f5C5b/logo.png
deleted file mode 100644
index 95958fb34f264..0000000000000
Binary files a/blockchains/ethereum/assets/0x4Fe1b5fF3F640dA6eF23c4AA9be7d952E46f5C5b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4Fe327c5a809fA721D47b80C5038A0b393E61305/info.json b/blockchains/ethereum/assets/0x4Fe327c5a809fA721D47b80C5038A0b393E61305/info.json
deleted file mode 100644
index 6b3c5e631cc57..0000000000000
--- a/blockchains/ethereum/assets/0x4Fe327c5a809fA721D47b80C5038A0b393E61305/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IOTW",
- "symbol": "IOTW",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4Fe327c5a809fA721D47b80C5038A0b393E61305",
- "status": "abandoned",
- "id": "0x4Fe327c5a809fA721D47b80C5038A0b393E61305"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4Fe327c5a809fA721D47b80C5038A0b393E61305/logo.png b/blockchains/ethereum/assets/0x4Fe327c5a809fA721D47b80C5038A0b393E61305/logo.png
deleted file mode 100644
index 3072cf4dff60c..0000000000000
Binary files a/blockchains/ethereum/assets/0x4Fe327c5a809fA721D47b80C5038A0b393E61305/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4a1DB1005CBC5684AA51E7A4EeE06db0298E70f6/info.json b/blockchains/ethereum/assets/0x4a1DB1005CBC5684AA51E7A4EeE06db0298E70f6/info.json
deleted file mode 100644
index 603c947ff1b6e..0000000000000
--- a/blockchains/ethereum/assets/0x4a1DB1005CBC5684AA51E7A4EeE06db0298E70f6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short LINK-DAI 3x v2",
- "symbol": "dsLINK3x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4a1DB1005CBC5684AA51E7A4EeE06db0298E70f6",
- "status": "abandoned",
- "id": "0x4a1DB1005CBC5684AA51E7A4EeE06db0298E70f6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4a1DB1005CBC5684AA51E7A4EeE06db0298E70f6/logo.png b/blockchains/ethereum/assets/0x4a1DB1005CBC5684AA51E7A4EeE06db0298E70f6/logo.png
deleted file mode 100644
index 525be5b24876e..0000000000000
Binary files a/blockchains/ethereum/assets/0x4a1DB1005CBC5684AA51E7A4EeE06db0298E70f6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4a220E6096B25EADb88358cb44068A3248254675/info.json b/blockchains/ethereum/assets/0x4a220E6096B25EADb88358cb44068A3248254675/info.json
deleted file mode 100644
index 8894ecc8d0c62..0000000000000
--- a/blockchains/ethereum/assets/0x4a220E6096B25EADb88358cb44068A3248254675/info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "Quant",
- "website": "https://quant.network",
- "description": "The Quant Network team developed Quant as a cryptocurrency token based on the Ethereum blockchain. The solutions offered by Quant include Overledger OS and GoVerify.",
- "explorer": "https://etherscan.io/token/0x4a220E6096B25EADb88358cb44068A3248254675",
- "type": "ERC20",
- "symbol": "QNT",
- "decimals": 18,
- "status": "active",
- "id": "0x4a220E6096B25EADb88358cb44068A3248254675",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/quantnetwork"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/quant_network"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/QuantNetwork/"
- },
- {
- "name": "blog",
- "url": "https://medium.com/@quant_network"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/quantnetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/quantnetworkannouncements"
- },
- {
- "name": "whitepaper",
- "url": "https://files.quant.network/files.quant.network/Quant_Overledger_Whitepaper_v0.1.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/quant-network/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4a220E6096B25EADb88358cb44068A3248254675/logo.png b/blockchains/ethereum/assets/0x4a220E6096B25EADb88358cb44068A3248254675/logo.png
deleted file mode 100644
index 5e419c75c826f..0000000000000
Binary files a/blockchains/ethereum/assets/0x4a220E6096B25EADb88358cb44068A3248254675/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4a48A334906f1A323628EE3EEc33E8Cce7bd2cFc/info.json b/blockchains/ethereum/assets/0x4a48A334906f1A323628EE3EEc33E8Cce7bd2cFc/info.json
deleted file mode 100644
index 792ac892fc789..0000000000000
--- a/blockchains/ethereum/assets/0x4a48A334906f1A323628EE3EEc33E8Cce7bd2cFc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MularPay",
- "symbol": "MP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4a48A334906f1A323628EE3EEc33E8Cce7bd2cFc",
- "status": "abandoned",
- "id": "0x4a48A334906f1A323628EE3EEc33E8Cce7bd2cFc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4a48A334906f1A323628EE3EEc33E8Cce7bd2cFc/logo.png b/blockchains/ethereum/assets/0x4a48A334906f1A323628EE3EEc33E8Cce7bd2cFc/logo.png
deleted file mode 100644
index 63cec29785aa7..0000000000000
Binary files a/blockchains/ethereum/assets/0x4a48A334906f1A323628EE3EEc33E8Cce7bd2cFc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4a527d8fc13C5203AB24BA0944F4Cb14658D1Db6/info.json b/blockchains/ethereum/assets/0x4a527d8fc13C5203AB24BA0944F4Cb14658D1Db6/info.json
deleted file mode 100644
index 034ea2087a74d..0000000000000
--- a/blockchains/ethereum/assets/0x4a527d8fc13C5203AB24BA0944F4Cb14658D1Db6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Morpheus Infrastructure Token",
- "symbol": "MITx",
- "type": "ERC20",
- "decimals": 18,
- "description": "We empower you to develop, deploy, and integrate applications on blockchain technology to solve real-life problems.",
- "website": "https://morpheuslabs.io/",
- "explorer": "https://etherscan.io/token/0x4a527d8fc13C5203AB24BA0944F4Cb14658D1Db6",
- "status": "active",
- "id": "0x4a527d8fc13C5203AB24BA0944F4Cb14658D1Db6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4a527d8fc13C5203AB24BA0944F4Cb14658D1Db6/logo.png b/blockchains/ethereum/assets/0x4a527d8fc13C5203AB24BA0944F4Cb14658D1Db6/logo.png
deleted file mode 100644
index 7c1afc65f7528..0000000000000
Binary files a/blockchains/ethereum/assets/0x4a527d8fc13C5203AB24BA0944F4Cb14658D1Db6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4a536c1cE7ad7F6e8D2E59135E17AEF5eF4dD4E6/info.json b/blockchains/ethereum/assets/0x4a536c1cE7ad7F6e8D2E59135E17AEF5eF4dD4E6/info.json
deleted file mode 100644
index 0b47b2f68a69b..0000000000000
--- a/blockchains/ethereum/assets/0x4a536c1cE7ad7F6e8D2E59135E17AEF5eF4dD4E6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GECoin",
- "symbol": "GEC",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4a536c1cE7ad7F6e8D2E59135E17AEF5eF4dD4E6",
- "status": "abandoned",
- "id": "0x4a536c1cE7ad7F6e8D2E59135E17AEF5eF4dD4E6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4a536c1cE7ad7F6e8D2E59135E17AEF5eF4dD4E6/logo.png b/blockchains/ethereum/assets/0x4a536c1cE7ad7F6e8D2E59135E17AEF5eF4dD4E6/logo.png
deleted file mode 100644
index bb92a0ad6cda4..0000000000000
Binary files a/blockchains/ethereum/assets/0x4a536c1cE7ad7F6e8D2E59135E17AEF5eF4dD4E6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4a57E687b9126435a9B19E4A802113e266AdeBde/info.json b/blockchains/ethereum/assets/0x4a57E687b9126435a9B19E4A802113e266AdeBde/info.json
deleted file mode 100644
index ebc9ff9c14fef..0000000000000
--- a/blockchains/ethereum/assets/0x4a57E687b9126435a9B19E4A802113e266AdeBde/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Flexacoin",
- "symbol": "FXC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://flexacoin.org",
- "explorer": "https://etherscan.io/token/0x4a57E687b9126435a9B19E4A802113e266AdeBde",
- "status": "abandoned",
- "id": "0x4a57E687b9126435a9B19E4A802113e266AdeBde"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4a57E687b9126435a9B19E4A802113e266AdeBde/logo.png b/blockchains/ethereum/assets/0x4a57E687b9126435a9B19E4A802113e266AdeBde/logo.png
deleted file mode 100644
index e81ff30638a0a..0000000000000
Binary files a/blockchains/ethereum/assets/0x4a57E687b9126435a9B19E4A802113e266AdeBde/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4a6058666cf1057eaC3CD3A5a614620547559fc9/info.json b/blockchains/ethereum/assets/0x4a6058666cf1057eaC3CD3A5a614620547559fc9/info.json
deleted file mode 100644
index 7828476f1573c..0000000000000
--- a/blockchains/ethereum/assets/0x4a6058666cf1057eaC3CD3A5a614620547559fc9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BrickblockToken",
- "symbol": "BBK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://brickblock.io/",
- "explorer": "https://etherscan.io/token/0x4a6058666cf1057eaC3CD3A5a614620547559fc9",
- "status": "abandoned",
- "id": "0x4a6058666cf1057eaC3CD3A5a614620547559fc9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4a6058666cf1057eaC3CD3A5a614620547559fc9/logo.png b/blockchains/ethereum/assets/0x4a6058666cf1057eaC3CD3A5a614620547559fc9/logo.png
deleted file mode 100644
index 34d81736b604d..0000000000000
Binary files a/blockchains/ethereum/assets/0x4a6058666cf1057eaC3CD3A5a614620547559fc9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4a615bB7166210CCe20E6642a6f8Fb5d4D044496/info.json b/blockchains/ethereum/assets/0x4a615bB7166210CCe20E6642a6f8Fb5d4D044496/info.json
deleted file mode 100644
index 7489d7af89f2f..0000000000000
--- a/blockchains/ethereum/assets/0x4a615bB7166210CCe20E6642a6f8Fb5d4D044496/info.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "NAOS Finance",
- "website": "https://naos.finance/",
- "description": "A DeFi lending protocol allowing lenders and SME borrowers to facilitate permissionless and borderless loaning/borrowing transactions",
- "explorer": "https://etherscan.io/token/0x4a615bB7166210CCe20E6642a6f8Fb5d4D044496",
- "type": "ERC20",
- "symbol": "NAOS",
- "decimals": 18,
- "status": "active",
- "id": "0x4a615bB7166210CCe20E6642a6f8Fb5d4D044496",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/naos_finance"
- },
- {
- "name": "github",
- "url": "https://github.com/NAOS-Finance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/naos_finance"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/rRaPwCVTaA"
- },
- {
- "name": "medium",
- "url": "https://medium.com/naos-finance"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCPu4TKw6uQaKFuXAUtzdtMg"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/naos-finance/"
- },
- {
- "name": "docs",
- "url": "https://naosfinance.gitbook.io/naos-finance/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/naos-finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4a615bB7166210CCe20E6642a6f8Fb5d4D044496/logo.png b/blockchains/ethereum/assets/0x4a615bB7166210CCe20E6642a6f8Fb5d4D044496/logo.png
deleted file mode 100644
index 1a5ed5ba3aa84..0000000000000
Binary files a/blockchains/ethereum/assets/0x4a615bB7166210CCe20E6642a6f8Fb5d4D044496/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4a621d9f1b19296d1C0f87637b3A8D4978e9bf82/info.json b/blockchains/ethereum/assets/0x4a621d9f1b19296d1C0f87637b3A8D4978e9bf82/info.json
deleted file mode 100644
index ee340d7f96ef9..0000000000000
--- a/blockchains/ethereum/assets/0x4a621d9f1b19296d1C0f87637b3A8D4978e9bf82/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "CyberFM Radio",
- "website": "https://cyber-fm.com",
- "description": "Utility token to reward Radio listeners and is 1 of 2 in the DLPRO Dual Token Economy.",
- "explorer": "https://etherscan.io/token/0x4a621d9f1b19296d1C0f87637b3A8D4978e9bf82",
- "type": "ERC20",
- "symbol": "CYFM",
- "decimals": 18,
- "status": "active",
- "id": "0x4a621d9f1b19296d1C0f87637b3A8D4978e9bf82",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/CyberFM/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/CyberFM"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mftudotnet"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/cyberfm"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4a621d9f1b19296d1C0f87637b3A8D4978e9bf82/logo.png b/blockchains/ethereum/assets/0x4a621d9f1b19296d1C0f87637b3A8D4978e9bf82/logo.png
deleted file mode 100644
index 680f5c6019290..0000000000000
Binary files a/blockchains/ethereum/assets/0x4a621d9f1b19296d1C0f87637b3A8D4978e9bf82/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4a6AB9792e9f046C3AB22D8602450DE5186Be9A7/info.json b/blockchains/ethereum/assets/0x4a6AB9792e9f046C3AB22D8602450DE5186Be9A7/info.json
deleted file mode 100644
index b6352aac812f5..0000000000000
--- a/blockchains/ethereum/assets/0x4a6AB9792e9f046C3AB22D8602450DE5186Be9A7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "POLVEN",
- "website": "https://polka.ventures/",
- "description": "TPolka Ventures is a decentralized alternative investment fund that invests in DeFi, crypto, and blockchain projects that create value and solve issues. They provide seed and early-stage funding.",
- "explorer": "https://etherscan.io/token/0x4a6ab9792e9f046c3ab22d8602450de5186be9a7",
- "type": "ERC20",
- "symbol": "POLVEN",
- "decimals": 18,
- "status": "active",
- "id": "0x4a6AB9792e9f046C3AB22D8602450DE5186Be9A7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4a6AB9792e9f046C3AB22D8602450DE5186Be9A7/logo.png b/blockchains/ethereum/assets/0x4a6AB9792e9f046C3AB22D8602450DE5186Be9A7/logo.png
deleted file mode 100644
index 2f49672eb35d4..0000000000000
Binary files a/blockchains/ethereum/assets/0x4a6AB9792e9f046C3AB22D8602450DE5186Be9A7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4a74Df6113E3d38d8e184273341Cb6BBb6885152/info.json b/blockchains/ethereum/assets/0x4a74Df6113E3d38d8e184273341Cb6BBb6885152/info.json
deleted file mode 100644
index 06da90073284c..0000000000000
--- a/blockchains/ethereum/assets/0x4a74Df6113E3d38d8e184273341Cb6BBb6885152/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Leisure Resorts Coin",
- "symbol": "LRC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4a74Df6113E3d38d8e184273341Cb6BBb6885152",
- "status": "abandoned",
- "id": "0x4a74Df6113E3d38d8e184273341Cb6BBb6885152"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4a74Df6113E3d38d8e184273341Cb6BBb6885152/logo.png b/blockchains/ethereum/assets/0x4a74Df6113E3d38d8e184273341Cb6BBb6885152/logo.png
deleted file mode 100644
index 6809f7c766c4f..0000000000000
Binary files a/blockchains/ethereum/assets/0x4a74Df6113E3d38d8e184273341Cb6BBb6885152/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4a9275953DBAd3fb7122240E2F666cfe22818805/info.json b/blockchains/ethereum/assets/0x4a9275953DBAd3fb7122240E2F666cfe22818805/info.json
deleted file mode 100644
index ccae16ffddc81..0000000000000
--- a/blockchains/ethereum/assets/0x4a9275953DBAd3fb7122240E2F666cfe22818805/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C559018",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4a9275953DBAd3fb7122240E2F666cfe22818805",
- "status": "spam",
- "id": "0x4a9275953DBAd3fb7122240E2F666cfe22818805"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4a9275953DBAd3fb7122240E2F666cfe22818805/logo.png b/blockchains/ethereum/assets/0x4a9275953DBAd3fb7122240E2F666cfe22818805/logo.png
deleted file mode 100644
index a9fe71d31a7c8..0000000000000
Binary files a/blockchains/ethereum/assets/0x4a9275953DBAd3fb7122240E2F666cfe22818805/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4aB524Df43beC3Cb130024C5196DB0915c61F40c/info.json b/blockchains/ethereum/assets/0x4aB524Df43beC3Cb130024C5196DB0915c61F40c/info.json
deleted file mode 100644
index 8e5d8a5e04f01..0000000000000
--- a/blockchains/ethereum/assets/0x4aB524Df43beC3Cb130024C5196DB0915c61F40c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "POP Missions M",
- "symbol": "POPM",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4aB524Df43beC3Cb130024C5196DB0915c61F40c",
- "status": "abandoned",
- "id": "0x4aB524Df43beC3Cb130024C5196DB0915c61F40c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4aB524Df43beC3Cb130024C5196DB0915c61F40c/logo.png b/blockchains/ethereum/assets/0x4aB524Df43beC3Cb130024C5196DB0915c61F40c/logo.png
deleted file mode 100644
index 5b88bc97c10fb..0000000000000
Binary files a/blockchains/ethereum/assets/0x4aB524Df43beC3Cb130024C5196DB0915c61F40c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4aF328C52921706dCB739F25786210499169AFe6/info.json b/blockchains/ethereum/assets/0x4aF328C52921706dCB739F25786210499169AFe6/info.json
deleted file mode 100644
index cde7157c4abad..0000000000000
--- a/blockchains/ethereum/assets/0x4aF328C52921706dCB739F25786210499169AFe6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sakura Bloom",
- "symbol": "SKB",
- "type": "ERC20",
- "decimals": 8,
- "description": "This is a cryptocurrency given to customers over Internet SNS sites and event attendees in the real world as a present. SKB is a token used for various services, including Bitcoin exchange, direct cash exchange, making purchases, etc.",
- "website": "https://www.skb-coin.jp/en/",
- "explorer": "https://etherscan.io/token/0x4aF328C52921706dCB739F25786210499169AFe6",
- "status": "active",
- "id": "0x4aF328C52921706dCB739F25786210499169AFe6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4aF328C52921706dCB739F25786210499169AFe6/logo.png b/blockchains/ethereum/assets/0x4aF328C52921706dCB739F25786210499169AFe6/logo.png
deleted file mode 100755
index 381446d15ea11..0000000000000
Binary files a/blockchains/ethereum/assets/0x4aF328C52921706dCB739F25786210499169AFe6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4ac6fba17a3961A792E63b5E2d4983C66b79d2Da/info.json b/blockchains/ethereum/assets/0x4ac6fba17a3961A792E63b5E2d4983C66b79d2Da/info.json
deleted file mode 100644
index 021df82497f5c..0000000000000
--- a/blockchains/ethereum/assets/0x4ac6fba17a3961A792E63b5E2d4983C66b79d2Da/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NewEra Token",
- "symbol": "NET",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4ac6fba17a3961A792E63b5E2d4983C66b79d2Da",
- "status": "abandoned",
- "id": "0x4ac6fba17a3961A792E63b5E2d4983C66b79d2Da"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4ac6fba17a3961A792E63b5E2d4983C66b79d2Da/logo.png b/blockchains/ethereum/assets/0x4ac6fba17a3961A792E63b5E2d4983C66b79d2Da/logo.png
deleted file mode 100755
index 76aa578501ac1..0000000000000
Binary files a/blockchains/ethereum/assets/0x4ac6fba17a3961A792E63b5E2d4983C66b79d2Da/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4acF024919217c33E2FF5A24AD780b1709eB3361/info.json b/blockchains/ethereum/assets/0x4acF024919217c33E2FF5A24AD780b1709eB3361/info.json
deleted file mode 100644
index 2ec994b37b0ad..0000000000000
--- a/blockchains/ethereum/assets/0x4acF024919217c33E2FF5A24AD780b1709eB3361/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zemp",
- "symbol": "ZEMP",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4acF024919217c33E2FF5A24AD780b1709eB3361",
- "status": "abandoned",
- "id": "0x4acF024919217c33E2FF5A24AD780b1709eB3361"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4acF024919217c33E2FF5A24AD780b1709eB3361/logo.png b/blockchains/ethereum/assets/0x4acF024919217c33E2FF5A24AD780b1709eB3361/logo.png
deleted file mode 100644
index 86f7867b32f0f..0000000000000
Binary files a/blockchains/ethereum/assets/0x4acF024919217c33E2FF5A24AD780b1709eB3361/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4ae63e92ddA9072Fc47bfffD623737Fc736533F9/info.json b/blockchains/ethereum/assets/0x4ae63e92ddA9072Fc47bfffD623737Fc736533F9/info.json
deleted file mode 100644
index 7e0977600b415..0000000000000
--- a/blockchains/ethereum/assets/0x4ae63e92ddA9072Fc47bfffD623737Fc736533F9/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "CentFi Bank Token",
- "website": "https://centfi.co",
- "description": "A Dececentralized Smart Contract that focuses the power of Savings. Dividend earnings for every Savings and stakes.",
- "explorer": "https://etherscan.io/token/0x4ae63e92ddA9072Fc47bfffD623737Fc736533F9",
- "type": "ERC20",
- "symbol": "CFIX",
- "decimals": 8,
- "status": "active",
- "id": "0x4ae63e92ddA9072Fc47bfffD623737Fc736533F9",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/centfibank"
- },
- {
- "name": "whitepaper",
- "url": "https://gofile.io/d/j0TTOA"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4ae63e92ddA9072Fc47bfffD623737Fc736533F9/logo.png b/blockchains/ethereum/assets/0x4ae63e92ddA9072Fc47bfffD623737Fc736533F9/logo.png
deleted file mode 100644
index addd3b46b3312..0000000000000
Binary files a/blockchains/ethereum/assets/0x4ae63e92ddA9072Fc47bfffD623737Fc736533F9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4b0516FED07e12a6a76a8cBf6b9A0ecdC808206e/info.json b/blockchains/ethereum/assets/0x4b0516FED07e12a6a76a8cBf6b9A0ecdC808206e/info.json
deleted file mode 100644
index 8594197d15a0b..0000000000000
--- a/blockchains/ethereum/assets/0x4b0516FED07e12a6a76a8cBf6b9A0ecdC808206e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Madaza Option",
- "symbol": " MADAZA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4b0516FED07e12a6a76a8cBf6b9A0ecdC808206e",
- "status": "abandoned",
- "id": "0x4b0516FED07e12a6a76a8cBf6b9A0ecdC808206e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4b0516FED07e12a6a76a8cBf6b9A0ecdC808206e/logo.png b/blockchains/ethereum/assets/0x4b0516FED07e12a6a76a8cBf6b9A0ecdC808206e/logo.png
deleted file mode 100644
index 730dc9b427f7b..0000000000000
Binary files a/blockchains/ethereum/assets/0x4b0516FED07e12a6a76a8cBf6b9A0ecdC808206e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4b317864a05c91225ab8f401EC7be0AeB87e9c12/info.json b/blockchains/ethereum/assets/0x4b317864a05c91225ab8f401EC7be0AeB87e9c12/info.json
deleted file mode 100644
index 9a7325ed9004e..0000000000000
--- a/blockchains/ethereum/assets/0x4b317864a05c91225ab8f401EC7be0AeB87e9c12/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BingoCoin",
- "symbol": "BOC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4b317864a05c91225ab8f401EC7be0AeB87e9c12",
- "status": "abandoned",
- "id": "0x4b317864a05c91225ab8f401EC7be0AeB87e9c12"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4b317864a05c91225ab8f401EC7be0AeB87e9c12/logo.png b/blockchains/ethereum/assets/0x4b317864a05c91225ab8f401EC7be0AeB87e9c12/logo.png
deleted file mode 100644
index 4b16a0b54fe0a..0000000000000
Binary files a/blockchains/ethereum/assets/0x4b317864a05c91225ab8f401EC7be0AeB87e9c12/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4b35e0AB998Ebe8414871c13cf778F9D0Bbdf609/info.json b/blockchains/ethereum/assets/0x4b35e0AB998Ebe8414871c13cf778F9D0Bbdf609/info.json
deleted file mode 100644
index 1f4eb8c67960c..0000000000000
--- a/blockchains/ethereum/assets/0x4b35e0AB998Ebe8414871c13cf778F9D0Bbdf609/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SWAP",
- "symbol": "SWP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4b35e0AB998Ebe8414871c13cf778F9D0Bbdf609",
- "status": "abandoned",
- "id": "0x4b35e0AB998Ebe8414871c13cf778F9D0Bbdf609"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4b35e0AB998Ebe8414871c13cf778F9D0Bbdf609/logo.png b/blockchains/ethereum/assets/0x4b35e0AB998Ebe8414871c13cf778F9D0Bbdf609/logo.png
deleted file mode 100644
index 15c811d5dfe17..0000000000000
Binary files a/blockchains/ethereum/assets/0x4b35e0AB998Ebe8414871c13cf778F9D0Bbdf609/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4b46636aFCb2BC4DD20C3D0424c4E1e6D296Fabe/info.json b/blockchains/ethereum/assets/0x4b46636aFCb2BC4DD20C3D0424c4E1e6D296Fabe/info.json
deleted file mode 100644
index ef4ba6353a7c2..0000000000000
--- a/blockchains/ethereum/assets/0x4b46636aFCb2BC4DD20C3D0424c4E1e6D296Fabe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ExtraCurio",
- "symbol": "CURIO",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4b46636aFCb2BC4DD20C3D0424c4E1e6D296Fabe",
- "status": "spam",
- "id": "0x4b46636aFCb2BC4DD20C3D0424c4E1e6D296Fabe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4b46636aFCb2BC4DD20C3D0424c4E1e6D296Fabe/logo.png b/blockchains/ethereum/assets/0x4b46636aFCb2BC4DD20C3D0424c4E1e6D296Fabe/logo.png
deleted file mode 100644
index e97b316b310df..0000000000000
Binary files a/blockchains/ethereum/assets/0x4b46636aFCb2BC4DD20C3D0424c4E1e6D296Fabe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4b520c812E8430659FC9f12f6d0c39026C83588D/info.json b/blockchains/ethereum/assets/0x4b520c812E8430659FC9f12f6d0c39026C83588D/info.json
deleted file mode 100644
index d1039cc00aa6a..0000000000000
--- a/blockchains/ethereum/assets/0x4b520c812E8430659FC9f12f6d0c39026C83588D/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Decentral Games",
- "website": "https://decentral.games",
- "description": "Decentral Games is a metaverse-native gaming DAO building play-to-earn poker. DG Hodlers vote on treasury management, economic policy, and development to grow and strengthen the Decentral Games ecosystem.",
- "explorer": "https://etherscan.io/token/0x4b520c812e8430659fc9f12f6d0c39026c83588d",
- "type": "ERC20",
- "symbol": "DG",
- "decimals": 18,
- "status": "active",
- "id": "0x4b520c812E8430659FC9f12f6d0c39026C83588D",
- "tags": [
- "gamefi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/decentralgames"
- },
- {
- "name": "github",
- "url": "https://github.com/decentralgames"
- },
- {
- "name": "telegram",
- "url": "https://t.me/decentralgames"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/decentral-games-new/"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x4b520c812E8430659FC9f12f6d0c39026C83588D/logo.png b/blockchains/ethereum/assets/0x4b520c812E8430659FC9f12f6d0c39026C83588D/logo.png
deleted file mode 100644
index b1c58d2c76c16..0000000000000
Binary files a/blockchains/ethereum/assets/0x4b520c812E8430659FC9f12f6d0c39026C83588D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4b5889a61bACf0EC18472EA4861c2bf0Ae61e2E1/info.json b/blockchains/ethereum/assets/0x4b5889a61bACf0EC18472EA4861c2bf0Ae61e2E1/info.json
deleted file mode 100644
index 7748f1f2da8c7..0000000000000
--- a/blockchains/ethereum/assets/0x4b5889a61bACf0EC18472EA4861c2bf0Ae61e2E1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "United States of America",
- "symbol": "USA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4b5889a61bACf0EC18472EA4861c2bf0Ae61e2E1",
- "status": "abandoned",
- "id": "0x4b5889a61bACf0EC18472EA4861c2bf0Ae61e2E1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4b5889a61bACf0EC18472EA4861c2bf0Ae61e2E1/logo.png b/blockchains/ethereum/assets/0x4b5889a61bACf0EC18472EA4861c2bf0Ae61e2E1/logo.png
deleted file mode 100644
index 5622f7e09db48..0000000000000
Binary files a/blockchains/ethereum/assets/0x4b5889a61bACf0EC18472EA4861c2bf0Ae61e2E1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4b7265D153886a7Dc717e815862AcDE6FF7B5bc8/info.json b/blockchains/ethereum/assets/0x4b7265D153886a7Dc717e815862AcDE6FF7B5bc8/info.json
deleted file mode 100644
index 14dc8d80bf1f8..0000000000000
--- a/blockchains/ethereum/assets/0x4b7265D153886a7Dc717e815862AcDE6FF7B5bc8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DENCHCOIN",
- "symbol": "DENCH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://dench.io/",
- "explorer": "https://etherscan.io/token/0x4b7265D153886a7Dc717e815862AcDE6FF7B5bc8",
- "status": "abandoned",
- "id": "0x4b7265D153886a7Dc717e815862AcDE6FF7B5bc8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4b7265D153886a7Dc717e815862AcDE6FF7B5bc8/logo.png b/blockchains/ethereum/assets/0x4b7265D153886a7Dc717e815862AcDE6FF7B5bc8/logo.png
deleted file mode 100644
index 854cbf06f4378..0000000000000
Binary files a/blockchains/ethereum/assets/0x4b7265D153886a7Dc717e815862AcDE6FF7B5bc8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4b7DfAe2567181E54776337C840e142ACb42AA1F/info.json b/blockchains/ethereum/assets/0x4b7DfAe2567181E54776337C840e142ACb42AA1F/info.json
deleted file mode 100644
index 2d2bfd4eb0dbd..0000000000000
--- a/blockchains/ethereum/assets/0x4b7DfAe2567181E54776337C840e142ACb42AA1F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GOD KIMCHI",
- "website": "https://kimchi.finance/",
- "description": "yield farming token with a halving function",
- "explorer": "https://etherscan.io/token/0x4b7DfAe2567181E54776337C840e142ACb42AA1F",
- "type": "ERC20",
- "symbol": "gKIMCHI",
- "decimals": 18,
- "status": "active",
- "id": "0x4b7DfAe2567181E54776337C840e142ACb42AA1F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4b7DfAe2567181E54776337C840e142ACb42AA1F/logo.png b/blockchains/ethereum/assets/0x4b7DfAe2567181E54776337C840e142ACb42AA1F/logo.png
deleted file mode 100644
index d7f982193e162..0000000000000
Binary files a/blockchains/ethereum/assets/0x4b7DfAe2567181E54776337C840e142ACb42AA1F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4b7aD3a56810032782Afce12d7d27122bDb96efF/info.json b/blockchains/ethereum/assets/0x4b7aD3a56810032782Afce12d7d27122bDb96efF/info.json
deleted file mode 100644
index bd40f48b1f956..0000000000000
--- a/blockchains/ethereum/assets/0x4b7aD3a56810032782Afce12d7d27122bDb96efF/info.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name": "Sparkle Loyalty",
- "website": "https://sparkleloyalty.io/",
- "description": "Sparkle is a time-based rewards system designed to allow equal participation amongst all users within Sparkle's ecosystem.",
- "coinmarketcap": "https://coinmarketcap.com/currencies/sparkle-loyalty/",
- "coingecko": "https://www.coingecko.com/en/coins/sparkle",
- "explorer": "https://etherscan.io/token/0x4b7aD3a56810032782Afce12d7d27122bDb96efF",
- "type": "ERC20",
- "symbol": "SPRKL",
- "decimals": 8,
- "status": "active",
- "id": "0x4b7aD3a56810032782Afce12d7d27122bDb96efF",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Sparkleloyalty"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4b7aD3a56810032782Afce12d7d27122bDb96efF/logo.png b/blockchains/ethereum/assets/0x4b7aD3a56810032782Afce12d7d27122bDb96efF/logo.png
deleted file mode 100644
index a839cc4451148..0000000000000
Binary files a/blockchains/ethereum/assets/0x4b7aD3a56810032782Afce12d7d27122bDb96efF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4b94c8567763654101F690Cf4d54957206383b75/info.json b/blockchains/ethereum/assets/0x4b94c8567763654101F690Cf4d54957206383b75/info.json
deleted file mode 100644
index efd1e6255b021..0000000000000
--- a/blockchains/ethereum/assets/0x4b94c8567763654101F690Cf4d54957206383b75/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NEOWORLD CASH",
- "symbol": "NASH",
- "type": "ERC20",
- "decimals": 18,
- "description": "NeoWorld is a multiplayer sandbox game running on the blockchain and a 3D virtual world created by users all over the globe.",
- "website": "https://neoworld.io/",
- "explorer": "https://etherscan.io/token/0x4b94c8567763654101F690Cf4d54957206383b75",
- "status": "active",
- "id": "0x4b94c8567763654101F690Cf4d54957206383b75"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4b94c8567763654101F690Cf4d54957206383b75/logo.png b/blockchains/ethereum/assets/0x4b94c8567763654101F690Cf4d54957206383b75/logo.png
deleted file mode 100644
index ccca5dd4389a4..0000000000000
Binary files a/blockchains/ethereum/assets/0x4b94c8567763654101F690Cf4d54957206383b75/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4bB98D82fD0058E1cE97B71Dc5c54b6d98c8C531/info.json b/blockchains/ethereum/assets/0x4bB98D82fD0058E1cE97B71Dc5c54b6d98c8C531/info.json
deleted file mode 100644
index 722f920ae5b78..0000000000000
--- a/blockchains/ethereum/assets/0x4bB98D82fD0058E1cE97B71Dc5c54b6d98c8C531/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XENIACOIN",
- "symbol": "XEN",
- "type": "ERC20",
- "decimals": 13,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4bB98D82fD0058E1cE97B71Dc5c54b6d98c8C531",
- "status": "abandoned",
- "id": "0x4bB98D82fD0058E1cE97B71Dc5c54b6d98c8C531"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4bB98D82fD0058E1cE97B71Dc5c54b6d98c8C531/logo.png b/blockchains/ethereum/assets/0x4bB98D82fD0058E1cE97B71Dc5c54b6d98c8C531/logo.png
deleted file mode 100755
index 0d3b71ca9d8e9..0000000000000
Binary files a/blockchains/ethereum/assets/0x4bB98D82fD0058E1cE97B71Dc5c54b6d98c8C531/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4bD70556ae3F8a6eC6C4080A0C327B24325438f3/info.json b/blockchains/ethereum/assets/0x4bD70556ae3F8a6eC6C4080A0C327B24325438f3/info.json
deleted file mode 100644
index e8932778e1c0e..0000000000000
--- a/blockchains/ethereum/assets/0x4bD70556ae3F8a6eC6C4080A0C327B24325438f3/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Hxro Token",
- "website": "https://hxro.io/",
- "description": "Hxro is a cryptocurrency exchange platform that offers perpetual, time-based digital derivatives markets. Hxro offers a way to interact with the market.",
- "explorer": "https://etherscan.io/token/0x4bD70556ae3F8a6eC6C4080A0C327B24325438f3",
- "type": "ERC20",
- "symbol": "HXRO",
- "decimals": 18,
- "status": "active",
- "id": "0x4bD70556ae3F8a6eC6C4080A0C327B24325438f3",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/RealHxro"
- },
- {
- "name": "telegram",
- "url": "https://t.me/TheRealHxro"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@hxromedia"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4bD70556ae3F8a6eC6C4080A0C327B24325438f3/logo.png b/blockchains/ethereum/assets/0x4bD70556ae3F8a6eC6C4080A0C327B24325438f3/logo.png
deleted file mode 100644
index 0d48e4e9f032b..0000000000000
Binary files a/blockchains/ethereum/assets/0x4bD70556ae3F8a6eC6C4080A0C327B24325438f3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4bE28e4b7dd6A8d5a4Fa059382175Dad781B51E8/info.json b/blockchains/ethereum/assets/0x4bE28e4b7dd6A8d5a4Fa059382175Dad781B51E8/info.json
deleted file mode 100644
index 1e985cb50b19e..0000000000000
--- a/blockchains/ethereum/assets/0x4bE28e4b7dd6A8d5a4Fa059382175Dad781B51E8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrainingToken",
- "symbol": "TRT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4bE28e4b7dd6A8d5a4Fa059382175Dad781B51E8",
- "status": "abandoned",
- "id": "0x4bE28e4b7dd6A8d5a4Fa059382175Dad781B51E8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4bE28e4b7dd6A8d5a4Fa059382175Dad781B51E8/logo.png b/blockchains/ethereum/assets/0x4bE28e4b7dd6A8d5a4Fa059382175Dad781B51E8/logo.png
deleted file mode 100644
index de305dfb82f18..0000000000000
Binary files a/blockchains/ethereum/assets/0x4bE28e4b7dd6A8d5a4Fa059382175Dad781B51E8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4bFe3B97929FA86e4955A4afB474FF2962848Af3/info.json b/blockchains/ethereum/assets/0x4bFe3B97929FA86e4955A4afB474FF2962848Af3/info.json
deleted file mode 100644
index 40f17ac4d82fb..0000000000000
--- a/blockchains/ethereum/assets/0x4bFe3B97929FA86e4955A4afB474FF2962848Af3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R885760",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4bFe3B97929FA86e4955A4afB474FF2962848Af3",
- "status": "abandoned",
- "id": "0x4bFe3B97929FA86e4955A4afB474FF2962848Af3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4bFe3B97929FA86e4955A4afB474FF2962848Af3/logo.png b/blockchains/ethereum/assets/0x4bFe3B97929FA86e4955A4afB474FF2962848Af3/logo.png
deleted file mode 100644
index 65c6d9aba481a..0000000000000
Binary files a/blockchains/ethereum/assets/0x4bFe3B97929FA86e4955A4afB474FF2962848Af3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4be40bc9681D0A7C24A99b4c92F85B9053Fc2A45/info.json b/blockchains/ethereum/assets/0x4be40bc9681D0A7C24A99b4c92F85B9053Fc2A45/info.json
deleted file mode 100644
index a9923581d0ce5..0000000000000
--- a/blockchains/ethereum/assets/0x4be40bc9681D0A7C24A99b4c92F85B9053Fc2A45/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DiFy.Finance",
- "website": "https://dify.finance",
- "description": "The next generation of Yearn Finance FORK is here now- DiFy Finance . DeFi moves fast. DiFy Finance moves faster.",
- "explorer": "https://etherscan.io/token/0x4be40bc9681D0A7C24A99b4c92F85B9053Fc2A45",
- "type": "ERC20",
- "symbol": "YFIII",
- "decimals": 18,
- "status": "active",
- "id": "0x4be40bc9681D0A7C24A99b4c92F85B9053Fc2A45"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4be40bc9681D0A7C24A99b4c92F85B9053Fc2A45/logo.png b/blockchains/ethereum/assets/0x4be40bc9681D0A7C24A99b4c92F85B9053Fc2A45/logo.png
deleted file mode 100644
index 75f1e83b70e10..0000000000000
Binary files a/blockchains/ethereum/assets/0x4be40bc9681D0A7C24A99b4c92F85B9053Fc2A45/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4c11249814f11b9346808179Cf06e71ac328c1b5/info.json b/blockchains/ethereum/assets/0x4c11249814f11b9346808179Cf06e71ac328c1b5/info.json
deleted file mode 100644
index 7335024fc6588..0000000000000
--- a/blockchains/ethereum/assets/0x4c11249814f11b9346808179Cf06e71ac328c1b5/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Oraichain Token",
- "website": "https://orai.io",
- "description": "Oraichain is a data oracle platform that aggregates and connects Artificial Intelligence APIs to smart contracts and regular applications. The world’s first AI-powered data oracle has arrived.",
- "explorer": "https://etherscan.io/token/0x4c11249814f11b9346808179cf06e71ac328c1b5",
- "type": "ERC20",
- "symbol": "ORAI",
- "decimals": 18,
- "status": "active",
- "id": "0x4c11249814f11b9346808179Cf06e71ac328c1b5",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/oraichain/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Oraichain and yAI.Finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4c11249814f11b9346808179Cf06e71ac328c1b5/logo.png b/blockchains/ethereum/assets/0x4c11249814f11b9346808179Cf06e71ac328c1b5/logo.png
deleted file mode 100644
index 2b7b599e04a32..0000000000000
Binary files a/blockchains/ethereum/assets/0x4c11249814f11b9346808179Cf06e71ac328c1b5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4c14114C107D6374EC31981F5F6Cc27A13e22F9a/info.json b/blockchains/ethereum/assets/0x4c14114C107D6374EC31981F5F6Cc27A13e22F9a/info.json
deleted file mode 100644
index d296083c86af2..0000000000000
--- a/blockchains/ethereum/assets/0x4c14114C107D6374EC31981F5F6Cc27A13e22F9a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SToken",
- "symbol": "STS",
- "type": "ERC20",
- "decimals": 18,
- "description": "SToken (STS) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.sbankcapital.com",
- "explorer": "https://etherscan.io/token/0x4c14114C107D6374EC31981F5F6Cc27A13e22F9a",
- "status": "active",
- "id": "0x4c14114C107D6374EC31981F5F6Cc27A13e22F9a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4c14114C107D6374EC31981F5F6Cc27A13e22F9a/logo.png b/blockchains/ethereum/assets/0x4c14114C107D6374EC31981F5F6Cc27A13e22F9a/logo.png
deleted file mode 100644
index c6283eb4aeae2..0000000000000
Binary files a/blockchains/ethereum/assets/0x4c14114C107D6374EC31981F5F6Cc27A13e22F9a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4c1A8ba7D6Fe281ea01B3Cd69fcB6d82d5771996/info.json b/blockchains/ethereum/assets/0x4c1A8ba7D6Fe281ea01B3Cd69fcB6d82d5771996/info.json
deleted file mode 100644
index efae70bd8afc3..0000000000000
--- a/blockchains/ethereum/assets/0x4c1A8ba7D6Fe281ea01B3Cd69fcB6d82d5771996/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "游龙盾",
- "symbol": "GDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4c1A8ba7D6Fe281ea01B3Cd69fcB6d82d5771996",
- "status": "abandoned",
- "id": "0x4c1A8ba7D6Fe281ea01B3Cd69fcB6d82d5771996"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4c1A8ba7D6Fe281ea01B3Cd69fcB6d82d5771996/logo.png b/blockchains/ethereum/assets/0x4c1A8ba7D6Fe281ea01B3Cd69fcB6d82d5771996/logo.png
deleted file mode 100644
index c02f2b6269445..0000000000000
Binary files a/blockchains/ethereum/assets/0x4c1A8ba7D6Fe281ea01B3Cd69fcB6d82d5771996/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4c1C4957D22D8F373aeD54d0853b090666F6F9De/info.json b/blockchains/ethereum/assets/0x4c1C4957D22D8F373aeD54d0853b090666F6F9De/info.json
deleted file mode 100644
index ac5f24cf8f532..0000000000000
--- a/blockchains/ethereum/assets/0x4c1C4957D22D8F373aeD54d0853b090666F6F9De/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Silverway",
- "symbol": "SLV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://silverway.io",
- "explorer": "https://etherscan.io/token/0x4c1C4957D22D8F373aeD54d0853b090666F6F9De",
- "status": "abandoned",
- "id": "0x4c1C4957D22D8F373aeD54d0853b090666F6F9De"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4c1C4957D22D8F373aeD54d0853b090666F6F9De/logo.png b/blockchains/ethereum/assets/0x4c1C4957D22D8F373aeD54d0853b090666F6F9De/logo.png
deleted file mode 100644
index 481155601f2a5..0000000000000
Binary files a/blockchains/ethereum/assets/0x4c1C4957D22D8F373aeD54d0853b090666F6F9De/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4c327471C44B2dacD6E90525f9D629bd2e4f662C/info.json b/blockchains/ethereum/assets/0x4c327471C44B2dacD6E90525f9D629bd2e4f662C/info.json
deleted file mode 100644
index 949ccc5567e76..0000000000000
--- a/blockchains/ethereum/assets/0x4c327471C44B2dacD6E90525f9D629bd2e4f662C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GHOST",
- "symbol": "GHOST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.ghostbymcafee.com/",
- "explorer": "https://etherscan.io/token/0x4c327471C44B2dacD6E90525f9D629bd2e4f662C",
- "status": "abandoned",
- "id": "0x4c327471C44B2dacD6E90525f9D629bd2e4f662C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4c327471C44B2dacD6E90525f9D629bd2e4f662C/logo.png b/blockchains/ethereum/assets/0x4c327471C44B2dacD6E90525f9D629bd2e4f662C/logo.png
deleted file mode 100644
index f21c85a8855de..0000000000000
Binary files a/blockchains/ethereum/assets/0x4c327471C44B2dacD6E90525f9D629bd2e4f662C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4c382F8E09615AC86E08CE58266CC227e7d4D913/info.json b/blockchains/ethereum/assets/0x4c382F8E09615AC86E08CE58266CC227e7d4D913/info.json
deleted file mode 100644
index e72fb492b6c4b..0000000000000
--- a/blockchains/ethereum/assets/0x4c382F8E09615AC86E08CE58266CC227e7d4D913/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Skrilla",
- "symbol": "SKR",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4c382F8E09615AC86E08CE58266CC227e7d4D913",
- "status": "abandoned",
- "id": "0x4c382F8E09615AC86E08CE58266CC227e7d4D913"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4c382F8E09615AC86E08CE58266CC227e7d4D913/logo.png b/blockchains/ethereum/assets/0x4c382F8E09615AC86E08CE58266CC227e7d4D913/logo.png
deleted file mode 100755
index 00a0e9ea59c57..0000000000000
Binary files a/blockchains/ethereum/assets/0x4c382F8E09615AC86E08CE58266CC227e7d4D913/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4c383bDCae52a6e1cb810C76C70d6f31A249eC9B/info.json b/blockchains/ethereum/assets/0x4c383bDCae52a6e1cb810C76C70d6f31A249eC9B/info.json
deleted file mode 100644
index 98cdab1995f59..0000000000000
--- a/blockchains/ethereum/assets/0x4c383bDCae52a6e1cb810C76C70d6f31A249eC9B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rusgas",
- "symbol": "RGS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4c383bDCae52a6e1cb810C76C70d6f31A249eC9B",
- "status": "abandoned",
- "id": "0x4c383bDCae52a6e1cb810C76C70d6f31A249eC9B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4c383bDCae52a6e1cb810C76C70d6f31A249eC9B/logo.png b/blockchains/ethereum/assets/0x4c383bDCae52a6e1cb810C76C70d6f31A249eC9B/logo.png
deleted file mode 100644
index b4421381376b6..0000000000000
Binary files a/blockchains/ethereum/assets/0x4c383bDCae52a6e1cb810C76C70d6f31A249eC9B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4c4c62A08eb49404aB85f3b4A0d6560488f2E216/info.json b/blockchains/ethereum/assets/0x4c4c62A08eb49404aB85f3b4A0d6560488f2E216/info.json
deleted file mode 100644
index b337a6e26e9aa..0000000000000
--- a/blockchains/ethereum/assets/0x4c4c62A08eb49404aB85f3b4A0d6560488f2E216/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sparkles Light",
- "symbol": "Spark",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4c4c62A08eb49404aB85f3b4A0d6560488f2E216",
- "status": "spam",
- "id": "0x4c4c62A08eb49404aB85f3b4A0d6560488f2E216"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4c4c62A08eb49404aB85f3b4A0d6560488f2E216/logo.png b/blockchains/ethereum/assets/0x4c4c62A08eb49404aB85f3b4A0d6560488f2E216/logo.png
deleted file mode 100644
index 2219f968adca2..0000000000000
Binary files a/blockchains/ethereum/assets/0x4c4c62A08eb49404aB85f3b4A0d6560488f2E216/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4c5601164e2048a4154DE91Fa5e0B07E626CaB7F/info.json b/blockchains/ethereum/assets/0x4c5601164e2048a4154DE91Fa5e0B07E626CaB7F/info.json
deleted file mode 100644
index e9821975fc3a5..0000000000000
--- a/blockchains/ethereum/assets/0x4c5601164e2048a4154DE91Fa5e0B07E626CaB7F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Funnel",
- "symbol": "FNL",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4c5601164e2048a4154DE91Fa5e0B07E626CaB7F",
- "status": "abandoned",
- "id": "0x4c5601164e2048a4154DE91Fa5e0B07E626CaB7F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4c5601164e2048a4154DE91Fa5e0B07E626CaB7F/logo.png b/blockchains/ethereum/assets/0x4c5601164e2048a4154DE91Fa5e0B07E626CaB7F/logo.png
deleted file mode 100644
index 41c7f787c3f83..0000000000000
Binary files a/blockchains/ethereum/assets/0x4c5601164e2048a4154DE91Fa5e0B07E626CaB7F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4cA16BF196440310d6dBe693758210Ca1338e011/info.json b/blockchains/ethereum/assets/0x4cA16BF196440310d6dBe693758210Ca1338e011/info.json
deleted file mode 100644
index 5fe3194405c73..0000000000000
--- a/blockchains/ethereum/assets/0x4cA16BF196440310d6dBe693758210Ca1338e011/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C572394",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4cA16BF196440310d6dBe693758210Ca1338e011",
- "status": "abandoned",
- "id": "0x4cA16BF196440310d6dBe693758210Ca1338e011"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4cA16BF196440310d6dBe693758210Ca1338e011/logo.png b/blockchains/ethereum/assets/0x4cA16BF196440310d6dBe693758210Ca1338e011/logo.png
deleted file mode 100644
index a9e6ca7817547..0000000000000
Binary files a/blockchains/ethereum/assets/0x4cA16BF196440310d6dBe693758210Ca1338e011/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4cA74185532DC1789527194e5B9c866dD33F4E82/info.json b/blockchains/ethereum/assets/0x4cA74185532DC1789527194e5B9c866dD33F4E82/info.json
deleted file mode 100644
index 24045241f08ec..0000000000000
--- a/blockchains/ethereum/assets/0x4cA74185532DC1789527194e5B9c866dD33F4E82/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "sensatori",
- "symbol": "sense",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4cA74185532DC1789527194e5B9c866dD33F4E82",
- "status": "abandoned",
- "id": "0x4cA74185532DC1789527194e5B9c866dD33F4E82"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4cA74185532DC1789527194e5B9c866dD33F4E82/logo.png b/blockchains/ethereum/assets/0x4cA74185532DC1789527194e5B9c866dD33F4E82/logo.png
deleted file mode 100644
index 21ce896fa5431..0000000000000
Binary files a/blockchains/ethereum/assets/0x4cA74185532DC1789527194e5B9c866dD33F4E82/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4cA91F13FDB0ce461D5B09b74f3094652688043B/info.json b/blockchains/ethereum/assets/0x4cA91F13FDB0ce461D5B09b74f3094652688043B/info.json
deleted file mode 100644
index ad81ae202fa21..0000000000000
--- a/blockchains/ethereum/assets/0x4cA91F13FDB0ce461D5B09b74f3094652688043B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KEPENG",
- "symbol": "KPNG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4cA91F13FDB0ce461D5B09b74f3094652688043B",
- "status": "abandoned",
- "id": "0x4cA91F13FDB0ce461D5B09b74f3094652688043B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4cA91F13FDB0ce461D5B09b74f3094652688043B/logo.png b/blockchains/ethereum/assets/0x4cA91F13FDB0ce461D5B09b74f3094652688043B/logo.png
deleted file mode 100644
index 11414ad8b5c6d..0000000000000
Binary files a/blockchains/ethereum/assets/0x4cA91F13FDB0ce461D5B09b74f3094652688043B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4cE6B362Bc77A24966Dda9078f9cEF81b3B886a7/info.json b/blockchains/ethereum/assets/0x4cE6B362Bc77A24966Dda9078f9cEF81b3B886a7/info.json
deleted file mode 100644
index ac2b8cf3460e7..0000000000000
--- a/blockchains/ethereum/assets/0x4cE6B362Bc77A24966Dda9078f9cEF81b3B886a7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NPER",
- "symbol": "NPER",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4cE6B362Bc77A24966Dda9078f9cEF81b3B886a7",
- "status": "abandoned",
- "id": "0x4cE6B362Bc77A24966Dda9078f9cEF81b3B886a7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4cE6B362Bc77A24966Dda9078f9cEF81b3B886a7/logo.png b/blockchains/ethereum/assets/0x4cE6B362Bc77A24966Dda9078f9cEF81b3B886a7/logo.png
deleted file mode 100644
index 3b67e57e11a45..0000000000000
Binary files a/blockchains/ethereum/assets/0x4cE6B362Bc77A24966Dda9078f9cEF81b3B886a7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4ceE978c126c43522765dE9ed02D9373C72AC290/info.json b/blockchains/ethereum/assets/0x4ceE978c126c43522765dE9ed02D9373C72AC290/info.json
deleted file mode 100644
index 83a17d1cab556..0000000000000
--- a/blockchains/ethereum/assets/0x4ceE978c126c43522765dE9ed02D9373C72AC290/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Comet",
- "symbol": "COMET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4ceE978c126c43522765dE9ed02D9373C72AC290",
- "status": "abandoned",
- "id": "0x4ceE978c126c43522765dE9ed02D9373C72AC290"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4ceE978c126c43522765dE9ed02D9373C72AC290/logo.png b/blockchains/ethereum/assets/0x4ceE978c126c43522765dE9ed02D9373C72AC290/logo.png
deleted file mode 100644
index 9473252f6fdeb..0000000000000
Binary files a/blockchains/ethereum/assets/0x4ceE978c126c43522765dE9ed02D9373C72AC290/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4d1f4B0eF6F65dE9A8f5c12C208C37E5c2458444/info.json b/blockchains/ethereum/assets/0x4d1f4B0eF6F65dE9A8f5c12C208C37E5c2458444/info.json
deleted file mode 100644
index b1542c9afe3ec..0000000000000
--- a/blockchains/ethereum/assets/0x4d1f4B0eF6F65dE9A8f5c12C208C37E5c2458444/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OREO",
- "symbol": "Orion",
- "type": "ERC20",
- "decimals": 1,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4d1f4B0eF6F65dE9A8f5c12C208C37E5c2458444",
- "status": "abandoned",
- "id": "0x4d1f4B0eF6F65dE9A8f5c12C208C37E5c2458444"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4d1f4B0eF6F65dE9A8f5c12C208C37E5c2458444/logo.png b/blockchains/ethereum/assets/0x4d1f4B0eF6F65dE9A8f5c12C208C37E5c2458444/logo.png
deleted file mode 100644
index c0819bd0c67d4..0000000000000
Binary files a/blockchains/ethereum/assets/0x4d1f4B0eF6F65dE9A8f5c12C208C37E5c2458444/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4d21563feB6c880AbC2A6a74B090D1a7cbF06Ca8/info.json b/blockchains/ethereum/assets/0x4d21563feB6c880AbC2A6a74B090D1a7cbF06Ca8/info.json
deleted file mode 100644
index bd530d6254d4e..0000000000000
--- a/blockchains/ethereum/assets/0x4d21563feB6c880AbC2A6a74B090D1a7cbF06Ca8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ben Token",
- "symbol": "BEN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4d21563feB6c880AbC2A6a74B090D1a7cbF06Ca8",
- "status": "abandoned",
- "id": "0x4d21563feB6c880AbC2A6a74B090D1a7cbF06Ca8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4d21563feB6c880AbC2A6a74B090D1a7cbF06Ca8/logo.png b/blockchains/ethereum/assets/0x4d21563feB6c880AbC2A6a74B090D1a7cbF06Ca8/logo.png
deleted file mode 100644
index 77256065af1c8..0000000000000
Binary files a/blockchains/ethereum/assets/0x4d21563feB6c880AbC2A6a74B090D1a7cbF06Ca8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4d224452801ACEd8B2F0aebE155379bb5D594381/info.json b/blockchains/ethereum/assets/0x4d224452801ACEd8B2F0aebE155379bb5D594381/info.json
deleted file mode 100644
index fc8574ed4216d..0000000000000
--- a/blockchains/ethereum/assets/0x4d224452801ACEd8B2F0aebE155379bb5D594381/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "ApeCoin (APE)",
- "type": "ERC20",
- "symbol": "APE",
- "decimals": 18,
- "website": "https://apecoin.com",
- "description": "ApeCoin is an ERC-20 governance and utility token used within the APE ecosystem to empower a decentralized community building at the forefront of web3.",
- "explorer": "https://etherscan.io/token/0x4d224452801aced8b2f0aebe155379bb5d594381",
- "status": "active",
- "id": "0x4d224452801ACEd8B2F0aebE155379bb5D594381",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/apecoin"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/apecoin-ape/"
- }
- ],
- "tags": [
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4d224452801ACEd8B2F0aebE155379bb5D594381/logo.png b/blockchains/ethereum/assets/0x4d224452801ACEd8B2F0aebE155379bb5D594381/logo.png
deleted file mode 100644
index e904199af7e8c..0000000000000
Binary files a/blockchains/ethereum/assets/0x4d224452801ACEd8B2F0aebE155379bb5D594381/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4d46335Fe05EBf9D220382AE014328C0f62EB12D/info.json b/blockchains/ethereum/assets/0x4d46335Fe05EBf9D220382AE014328C0f62EB12D/info.json
deleted file mode 100644
index d3d421f5aac46..0000000000000
--- a/blockchains/ethereum/assets/0x4d46335Fe05EBf9D220382AE014328C0f62EB12D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BsaiCoin",
- "symbol": "BSC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4d46335Fe05EBf9D220382AE014328C0f62EB12D",
- "status": "abandoned",
- "id": "0x4d46335Fe05EBf9D220382AE014328C0f62EB12D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4d46335Fe05EBf9D220382AE014328C0f62EB12D/logo.png b/blockchains/ethereum/assets/0x4d46335Fe05EBf9D220382AE014328C0f62EB12D/logo.png
deleted file mode 100644
index f80ecae86b2d1..0000000000000
Binary files a/blockchains/ethereum/assets/0x4d46335Fe05EBf9D220382AE014328C0f62EB12D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4d714Dd7E399e0Abb0b1aF54dB10998Cb239996E/info.json b/blockchains/ethereum/assets/0x4d714Dd7E399e0Abb0b1aF54dB10998Cb239996E/info.json
deleted file mode 100644
index 7c7f9a7c856ae..0000000000000
--- a/blockchains/ethereum/assets/0x4d714Dd7E399e0Abb0b1aF54dB10998Cb239996E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Carbon Network Token",
- "symbol": "CBN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4d714Dd7E399e0Abb0b1aF54dB10998Cb239996E",
- "status": "abandoned",
- "id": "0x4d714Dd7E399e0Abb0b1aF54dB10998Cb239996E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4d714Dd7E399e0Abb0b1aF54dB10998Cb239996E/logo.png b/blockchains/ethereum/assets/0x4d714Dd7E399e0Abb0b1aF54dB10998Cb239996E/logo.png
deleted file mode 100644
index a27c7ae341dd4..0000000000000
Binary files a/blockchains/ethereum/assets/0x4d714Dd7E399e0Abb0b1aF54dB10998Cb239996E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4d9Ee34b7eE0d3ceF04E5909c27a266e7Eb14712/info.json b/blockchains/ethereum/assets/0x4d9Ee34b7eE0d3ceF04E5909c27a266e7Eb14712/info.json
deleted file mode 100644
index 3d062ff5f1619..0000000000000
--- a/blockchains/ethereum/assets/0x4d9Ee34b7eE0d3ceF04E5909c27a266e7Eb14712/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CRYPTOBUCKS",
- "symbol": "C-BUCKS",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4d9Ee34b7eE0d3ceF04E5909c27a266e7Eb14712",
- "status": "abandoned",
- "id": "0x4d9Ee34b7eE0d3ceF04E5909c27a266e7Eb14712"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4d9Ee34b7eE0d3ceF04E5909c27a266e7Eb14712/logo.png b/blockchains/ethereum/assets/0x4d9Ee34b7eE0d3ceF04E5909c27a266e7Eb14712/logo.png
deleted file mode 100644
index 6f62e48994cdd..0000000000000
Binary files a/blockchains/ethereum/assets/0x4d9Ee34b7eE0d3ceF04E5909c27a266e7Eb14712/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4dB56A679DF2694c98793BdEB0a92f9C77C5ae64/info.json b/blockchains/ethereum/assets/0x4dB56A679DF2694c98793BdEB0a92f9C77C5ae64/info.json
deleted file mode 100644
index 9bee3cbdaa128..0000000000000
--- a/blockchains/ethereum/assets/0x4dB56A679DF2694c98793BdEB0a92f9C77C5ae64/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KNIGHT",
- "symbol": "KNIGHT",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4dB56A679DF2694c98793BdEB0a92f9C77C5ae64",
- "status": "abandoned",
- "id": "0x4dB56A679DF2694c98793BdEB0a92f9C77C5ae64"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4dB56A679DF2694c98793BdEB0a92f9C77C5ae64/logo.png b/blockchains/ethereum/assets/0x4dB56A679DF2694c98793BdEB0a92f9C77C5ae64/logo.png
deleted file mode 100644
index fe6c9d26f9b64..0000000000000
Binary files a/blockchains/ethereum/assets/0x4dB56A679DF2694c98793BdEB0a92f9C77C5ae64/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4dF76A9DaB9bb8310e4Ad3dc4336a8e26ed24EBB/info.json b/blockchains/ethereum/assets/0x4dF76A9DaB9bb8310e4Ad3dc4336a8e26ed24EBB/info.json
deleted file mode 100644
index f8264e0b44f66..0000000000000
--- a/blockchains/ethereum/assets/0x4dF76A9DaB9bb8310e4Ad3dc4336a8e26ed24EBB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sappchain",
- "symbol": "SAPP",
- "type": "ERC20",
- "decimals": 18,
- "description": "SAPPCHAIN is a decentralized end-to-end encrypted anonymous messaging App with peer-to-peer transfer of money and cryptocurrency solution.",
- "website": "https://sappchain.co/",
- "explorer": "https://etherscan.io/token/0x4dF76A9DaB9bb8310e4Ad3dc4336a8e26ed24EBB",
- "status": "active",
- "id": "0x4dF76A9DaB9bb8310e4Ad3dc4336a8e26ed24EBB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4dF76A9DaB9bb8310e4Ad3dc4336a8e26ed24EBB/logo.png b/blockchains/ethereum/assets/0x4dF76A9DaB9bb8310e4Ad3dc4336a8e26ed24EBB/logo.png
deleted file mode 100644
index bb01908da0269..0000000000000
Binary files a/blockchains/ethereum/assets/0x4dF76A9DaB9bb8310e4Ad3dc4336a8e26ed24EBB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4da08a1Bff50BE96bdeD5C7019227164b49C2bFc/info.json b/blockchains/ethereum/assets/0x4da08a1Bff50BE96bdeD5C7019227164b49C2bFc/info.json
deleted file mode 100644
index 536411ce62005..0000000000000
--- a/blockchains/ethereum/assets/0x4da08a1Bff50BE96bdeD5C7019227164b49C2bFc/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Mononoke Inu",
- "website": "https://www.mononoke-i.nu/",
- "description": "Mononoke Inu - the anime token with the biggest potential out there! Freshly released on Ethereum!",
- "explorer": "https://etherscan.io/token/0x4da08a1bff50be96bded5c7019227164b49c2bfc",
- "type": "ERC20",
- "symbol": "Mononoke-Inu",
- "decimals": 9,
- "status": "active",
- "id": "0x4da08a1Bff50BE96bdeD5C7019227164b49C2bFc",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/MononokeInu"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Mononoke_Inu"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/mononoke_inu"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mononokeinu"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCdH9xvqETEHJSZDRW94jJAg"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4da08a1Bff50BE96bdeD5C7019227164b49C2bFc/logo.png b/blockchains/ethereum/assets/0x4da08a1Bff50BE96bdeD5C7019227164b49C2bFc/logo.png
deleted file mode 100644
index 38813b85c3337..0000000000000
Binary files a/blockchains/ethereum/assets/0x4da08a1Bff50BE96bdeD5C7019227164b49C2bFc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4da27a545c0c5B758a6BA100e3a049001de870f5/info.json b/blockchains/ethereum/assets/0x4da27a545c0c5B758a6BA100e3a049001de870f5/info.json
deleted file mode 100644
index 6a38737d2b13d..0000000000000
--- a/blockchains/ethereum/assets/0x4da27a545c0c5B758a6BA100e3a049001de870f5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Staked AAVE",
- "symbol": "stkAAVE",
- "type": "ERC20",
- "decimals": 18,
- "description": "stkAAVE is AAVE that is staked in the Aave Protocol Safety Module. In case of a shortfall event, up to 30% of the stkAAVE can be slashed to cover the deficit. stkAAVE holders earn Safety Incentives as a reward for protecting the protocol. stkAAVE holders can also vote on governance proposals for protocol updates.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x4da27a545c0c5B758a6BA100e3a049001de870f5",
- "status": "active",
- "id": "0x4da27a545c0c5B758a6BA100e3a049001de870f5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4da27a545c0c5B758a6BA100e3a049001de870f5/logo.png b/blockchains/ethereum/assets/0x4da27a545c0c5B758a6BA100e3a049001de870f5/logo.png
deleted file mode 100644
index 596c6872ac675..0000000000000
Binary files a/blockchains/ethereum/assets/0x4da27a545c0c5B758a6BA100e3a049001de870f5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4db2c02831c9ac305FF9311Eb661f80f1dF61e07/info.json b/blockchains/ethereum/assets/0x4db2c02831c9ac305FF9311Eb661f80f1dF61e07/info.json
deleted file mode 100644
index e5b34af2d33df..0000000000000
--- a/blockchains/ethereum/assets/0x4db2c02831c9ac305FF9311Eb661f80f1dF61e07/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Stable ICHI",
- "website": "app.ichi.org",
- "description": "oneICHI is an ICHI-created stablecoin backed by USDC and ICHI built for the ICHI DAO.",
- "explorer": "https://etherscan.io/token/0x4db2c02831c9ac305FF9311Eb661f80f1dF61e07",
- "type": "ERC20",
- "symbol": "oneICHI",
- "decimals": 18,
- "status": "active",
- "id": "0x4db2c02831c9ac305FF9311Eb661f80f1dF61e07",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ichifarm/ichi-oneToken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ichifoundation"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ichifarm"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ichifarm"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x4db2c02831c9ac305FF9311Eb661f80f1dF61e07/logo.png b/blockchains/ethereum/assets/0x4db2c02831c9ac305FF9311Eb661f80f1dF61e07/logo.png
deleted file mode 100644
index 2b3da1697ad80..0000000000000
Binary files a/blockchains/ethereum/assets/0x4db2c02831c9ac305FF9311Eb661f80f1dF61e07/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4dbF2b6830EE68a0CD789610138795Ce78606385/info.json b/blockchains/ethereum/assets/0x4dbF2b6830EE68a0CD789610138795Ce78606385/info.json
deleted file mode 100644
index dc2846d303286..0000000000000
--- a/blockchains/ethereum/assets/0x4dbF2b6830EE68a0CD789610138795Ce78606385/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "1irst",
- "symbol": "FSCO",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4dbF2b6830EE68a0CD789610138795Ce78606385",
- "status": "abandoned",
- "id": "0x4dbF2b6830EE68a0CD789610138795Ce78606385"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4dbF2b6830EE68a0CD789610138795Ce78606385/logo.png b/blockchains/ethereum/assets/0x4dbF2b6830EE68a0CD789610138795Ce78606385/logo.png
deleted file mode 100644
index 4d26b7c4dc21d..0000000000000
Binary files a/blockchains/ethereum/assets/0x4dbF2b6830EE68a0CD789610138795Ce78606385/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4de2573e27E648607B50e1Cfff921A33E4A34405/info.json b/blockchains/ethereum/assets/0x4de2573e27E648607B50e1Cfff921A33E4A34405/info.json
deleted file mode 100644
index bc6dad3a972c9..0000000000000
--- a/blockchains/ethereum/assets/0x4de2573e27E648607B50e1Cfff921A33E4A34405/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lendroid Support Token",
- "symbol": "LST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.lendroid.com/",
- "explorer": "https://etherscan.io/token/0x4de2573e27E648607B50e1Cfff921A33E4A34405",
- "status": "abandoned",
- "id": "0x4de2573e27E648607B50e1Cfff921A33E4A34405"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4de2573e27E648607B50e1Cfff921A33E4A34405/logo.png b/blockchains/ethereum/assets/0x4de2573e27E648607B50e1Cfff921A33E4A34405/logo.png
deleted file mode 100644
index cdd4074edac38..0000000000000
Binary files a/blockchains/ethereum/assets/0x4de2573e27E648607B50e1Cfff921A33E4A34405/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4de25F080E02e8b3fDD450F0B2b9ed22c7e6Cf0A/info.json b/blockchains/ethereum/assets/0x4de25F080E02e8b3fDD450F0B2b9ed22c7e6Cf0A/info.json
deleted file mode 100644
index 68ffcb5464b03..0000000000000
--- a/blockchains/ethereum/assets/0x4de25F080E02e8b3fDD450F0B2b9ed22c7e6Cf0A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CAPT",
- "website": "http://captainbitcoin.io",
- "description": "Captain Bitcoin is a platform designed specifically to drive Bitcoin, crypto, and blockchain adoption through video content in a fun and engaging manner. Users watch crypto-related videos, earn crypto for answering multiple-choice questions, and WIN BITCOIN in our daily Bitcoin giveaways.",
- "explorer": "https://etherscan.io/token/0x4de25F080E02e8b3fDD450F0B2b9ed22c7e6Cf0A",
- "type": "ERC20",
- "symbol": "CAPT",
- "decimals": 18,
- "status": "active",
- "id": "0x4de25F080E02e8b3fDD450F0B2b9ed22c7e6Cf0A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4de25F080E02e8b3fDD450F0B2b9ed22c7e6Cf0A/logo.png b/blockchains/ethereum/assets/0x4de25F080E02e8b3fDD450F0B2b9ed22c7e6Cf0A/logo.png
deleted file mode 100644
index 9bb55027ed10f..0000000000000
Binary files a/blockchains/ethereum/assets/0x4de25F080E02e8b3fDD450F0B2b9ed22c7e6Cf0A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4e005a760e00e17c4912A8070EEc047CfecBabbb/info.json b/blockchains/ethereum/assets/0x4e005a760e00e17c4912A8070EEc047CfecBabbb/info.json
deleted file mode 100644
index c26d3fc19fe77..0000000000000
--- a/blockchains/ethereum/assets/0x4e005a760e00e17c4912A8070EEc047CfecBabbb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NEXT.exchange",
- "symbol": "NEXT",
- "type": "ERC20",
- "decimals": 18,
- "description": "A hybrid exchange registered as an N. V. (Public company) in the Netherlands and provides fiat pairs to all altcoins on its platform.",
- "website": "https://next.exchange/",
- "explorer": "https://etherscan.io/token/0x4e005a760e00e17c4912A8070EEc047CfecBabbb",
- "status": "active",
- "id": "0x4e005a760e00e17c4912A8070EEc047CfecBabbb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4e005a760e00e17c4912A8070EEc047CfecBabbb/logo.png b/blockchains/ethereum/assets/0x4e005a760e00e17c4912A8070EEc047CfecBabbb/logo.png
deleted file mode 100644
index 0827039e9344d..0000000000000
Binary files a/blockchains/ethereum/assets/0x4e005a760e00e17c4912A8070EEc047CfecBabbb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4e352cF164E64ADCBad318C3a1e222E9EBa4Ce42/info.json b/blockchains/ethereum/assets/0x4e352cF164E64ADCBad318C3a1e222E9EBa4Ce42/info.json
deleted file mode 100644
index 9d4acd08616bf..0000000000000
--- a/blockchains/ethereum/assets/0x4e352cF164E64ADCBad318C3a1e222E9EBa4Ce42/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MCDEX Token",
- "website": "https://mcdex.io",
- "description": "Monte Carlo Decentralized Exchange is a crypto trading platform. MCDEX is powered by the Mai Protocol smart contracts deployed on the Ethereum blockchain. The Mai Protocol smart contracts are fully audited by Open Zeppelin, Consensys and Chain Security.",
- "explorer": "https://etherscan.io/token/0x4e352cF164E64ADCBad318C3a1e222E9EBa4Ce42",
- "type": "ERC20",
- "symbol": "MCB",
- "decimals": 18,
- "status": "active",
- "id": "0x4e352cF164E64ADCBad318C3a1e222E9EBa4Ce42"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4e352cF164E64ADCBad318C3a1e222E9EBa4Ce42/logo.png b/blockchains/ethereum/assets/0x4e352cF164E64ADCBad318C3a1e222E9EBa4Ce42/logo.png
deleted file mode 100644
index ee172cac16fc5..0000000000000
Binary files a/blockchains/ethereum/assets/0x4e352cF164E64ADCBad318C3a1e222E9EBa4Ce42/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B/info.json b/blockchains/ethereum/assets/0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B/info.json
deleted file mode 100644
index c9da48ec92f3a..0000000000000
--- a/blockchains/ethereum/assets/0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Convex Token",
- "website": "https://www.convexfinance.com/",
- "description": "A platform built to boost rewards for CRV stakers and liquidity providers alike, all in a simple and easy to use interface. Convex aims to simplify staking on Curve, as well as the CRV-locking system with the help of its native fee-earning token: CVX.",
- "explorer": "https://etherscan.io/token/0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B",
- "type": "ERC20",
- "symbol": "CVX",
- "decimals": 18,
- "status": "active",
- "id": "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/convex-finance/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/convexfinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/convexEthChat"
- },
- {
- "name": "medium",
- "url": "https://convexfinance.medium.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B/logo.png b/blockchains/ethereum/assets/0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B/logo.png
deleted file mode 100644
index 9b437cd9c32d1..0000000000000
Binary files a/blockchains/ethereum/assets/0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4e7363E2B4253f07D786Fd12CFeE45f121DdaE98/info.json b/blockchains/ethereum/assets/0x4e7363E2B4253f07D786Fd12CFeE45f121DdaE98/info.json
deleted file mode 100644
index 39a3614777d8e..0000000000000
--- a/blockchains/ethereum/assets/0x4e7363E2B4253f07D786Fd12CFeE45f121DdaE98/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ARAKAN DAN GAR",
- "symbol": "ADG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4e7363E2B4253f07D786Fd12CFeE45f121DdaE98",
- "status": "abandoned",
- "id": "0x4e7363E2B4253f07D786Fd12CFeE45f121DdaE98"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4e7363E2B4253f07D786Fd12CFeE45f121DdaE98/logo.png b/blockchains/ethereum/assets/0x4e7363E2B4253f07D786Fd12CFeE45f121DdaE98/logo.png
deleted file mode 100644
index d9dc67d16899b..0000000000000
Binary files a/blockchains/ethereum/assets/0x4e7363E2B4253f07D786Fd12CFeE45f121DdaE98/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4e7dE94e1243c25be42c523A0A4EA712BE6d9766/info.json b/blockchains/ethereum/assets/0x4e7dE94e1243c25be42c523A0A4EA712BE6d9766/info.json
deleted file mode 100644
index 63ecad520efff..0000000000000
--- a/blockchains/ethereum/assets/0x4e7dE94e1243c25be42c523A0A4EA712BE6d9766/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Roman Empire Club",
- "symbol": "REC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4e7dE94e1243c25be42c523A0A4EA712BE6d9766",
- "status": "abandoned",
- "id": "0x4e7dE94e1243c25be42c523A0A4EA712BE6d9766"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4e7dE94e1243c25be42c523A0A4EA712BE6d9766/logo.png b/blockchains/ethereum/assets/0x4e7dE94e1243c25be42c523A0A4EA712BE6d9766/logo.png
deleted file mode 100644
index 5d086d47ee9c3..0000000000000
Binary files a/blockchains/ethereum/assets/0x4e7dE94e1243c25be42c523A0A4EA712BE6d9766/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4e84A65B5664D33B67750771F8bEAeC458bD6729/info.json b/blockchains/ethereum/assets/0x4e84A65B5664D33B67750771F8bEAeC458bD6729/info.json
deleted file mode 100644
index 65dd13a6ad54b..0000000000000
--- a/blockchains/ethereum/assets/0x4e84A65B5664D33B67750771F8bEAeC458bD6729/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Orionix",
- "symbol": "ORX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4e84A65B5664D33B67750771F8bEAeC458bD6729",
- "status": "abandoned",
- "id": "0x4e84A65B5664D33B67750771F8bEAeC458bD6729"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4e84A65B5664D33B67750771F8bEAeC458bD6729/logo.png b/blockchains/ethereum/assets/0x4e84A65B5664D33B67750771F8bEAeC458bD6729/logo.png
deleted file mode 100644
index d42282ad81c76..0000000000000
Binary files a/blockchains/ethereum/assets/0x4e84A65B5664D33B67750771F8bEAeC458bD6729/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4e9095A1B97933bf528B5C2Fa1e734f167C3aE12/info.json b/blockchains/ethereum/assets/0x4e9095A1B97933bf528B5C2Fa1e734f167C3aE12/info.json
deleted file mode 100644
index e64ace131e418..0000000000000
--- a/blockchains/ethereum/assets/0x4e9095A1B97933bf528B5C2Fa1e734f167C3aE12/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zaigar",
- "symbol": "ZAI",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4e9095A1B97933bf528B5C2Fa1e734f167C3aE12",
- "status": "abandoned",
- "id": "0x4e9095A1B97933bf528B5C2Fa1e734f167C3aE12"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4e9095A1B97933bf528B5C2Fa1e734f167C3aE12/logo.png b/blockchains/ethereum/assets/0x4e9095A1B97933bf528B5C2Fa1e734f167C3aE12/logo.png
deleted file mode 100644
index 3101e955289f6..0000000000000
Binary files a/blockchains/ethereum/assets/0x4e9095A1B97933bf528B5C2Fa1e734f167C3aE12/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4eC2eFb9cBd374786A03261E46ffce1a67756f3B/info.json b/blockchains/ethereum/assets/0x4eC2eFb9cBd374786A03261E46ffce1a67756f3B/info.json
deleted file mode 100644
index 864fe4555f1d3..0000000000000
--- a/blockchains/ethereum/assets/0x4eC2eFb9cBd374786A03261E46ffce1a67756f3B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Deflacoin",
- "symbol": "DEFL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://deflacoin.org/",
- "explorer": "https://etherscan.io/token/0x4eC2eFb9cBd374786A03261E46ffce1a67756f3B",
- "status": "abandoned",
- "id": "0x4eC2eFb9cBd374786A03261E46ffce1a67756f3B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4eC2eFb9cBd374786A03261E46ffce1a67756f3B/logo.png b/blockchains/ethereum/assets/0x4eC2eFb9cBd374786A03261E46ffce1a67756f3B/logo.png
deleted file mode 100644
index bc439ce0415d7..0000000000000
Binary files a/blockchains/ethereum/assets/0x4eC2eFb9cBd374786A03261E46ffce1a67756f3B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4eCB692B0fEDeCD7B486b4c99044392784877E8C/info.json b/blockchains/ethereum/assets/0x4eCB692B0fEDeCD7B486b4c99044392784877E8C/info.json
deleted file mode 100644
index cd61dbd34ed12..0000000000000
--- a/blockchains/ethereum/assets/0x4eCB692B0fEDeCD7B486b4c99044392784877E8C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cherry",
- "symbol": "CHERRY",
- "type": "ERC20",
- "decimals": 4,
- "description": "$CHERRY is the store of the value and the currency of the community. Allows use of tokenized membership, removing the need for monthly payments through credit cards and banks.",
- "website": "http://cherryhotwife.com/tour/",
- "explorer": "https://etherscan.io/token/0x4eCB692B0fEDeCD7B486b4c99044392784877E8C",
- "status": "active",
- "id": "0x4eCB692B0fEDeCD7B486b4c99044392784877E8C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4eCB692B0fEDeCD7B486b4c99044392784877E8C/logo.png b/blockchains/ethereum/assets/0x4eCB692B0fEDeCD7B486b4c99044392784877E8C/logo.png
deleted file mode 100644
index e8163239b06f2..0000000000000
Binary files a/blockchains/ethereum/assets/0x4eCB692B0fEDeCD7B486b4c99044392784877E8C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4eD040F2896761d1688Af5d772cc9138722ab9Ec/info.json b/blockchains/ethereum/assets/0x4eD040F2896761d1688Af5d772cc9138722ab9Ec/info.json
deleted file mode 100644
index f4eeea24d5fd0..0000000000000
--- a/blockchains/ethereum/assets/0x4eD040F2896761d1688Af5d772cc9138722ab9Ec/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Firefly Token",
- "symbol": "FRFY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4eD040F2896761d1688Af5d772cc9138722ab9Ec",
- "status": "abandoned",
- "id": "0x4eD040F2896761d1688Af5d772cc9138722ab9Ec"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4eD040F2896761d1688Af5d772cc9138722ab9Ec/logo.png b/blockchains/ethereum/assets/0x4eD040F2896761d1688Af5d772cc9138722ab9Ec/logo.png
deleted file mode 100644
index a2cfb3995b865..0000000000000
Binary files a/blockchains/ethereum/assets/0x4eD040F2896761d1688Af5d772cc9138722ab9Ec/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4eE6E959d460dE47DfE58E5E6fBAB330Ce8484b6/info.json b/blockchains/ethereum/assets/0x4eE6E959d460dE47DfE58E5E6fBAB330Ce8484b6/info.json
deleted file mode 100644
index 25cf534afd1e7..0000000000000
--- a/blockchains/ethereum/assets/0x4eE6E959d460dE47DfE58E5E6fBAB330Ce8484b6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QURA GLOBAL",
- "symbol": "QURA",
- "type": "ERC20",
- "decimals": 18,
- "description": "Cryptocurrency – Work on Modern Ideas.",
- "website": "https://quratoken.com/",
- "explorer": "https://etherscan.io/token/0x4eE6E959d460dE47DfE58E5E6fBAB330Ce8484b6",
- "status": "abandoned",
- "id": "0x4eE6E959d460dE47DfE58E5E6fBAB330Ce8484b6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4eE6E959d460dE47DfE58E5E6fBAB330Ce8484b6/logo.png b/blockchains/ethereum/assets/0x4eE6E959d460dE47DfE58E5E6fBAB330Ce8484b6/logo.png
deleted file mode 100644
index ed6ec09efbe27..0000000000000
Binary files a/blockchains/ethereum/assets/0x4eE6E959d460dE47DfE58E5E6fBAB330Ce8484b6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4f01eCbe8D6882FFaEe47fe23A9677A96AAbED07/info.json b/blockchains/ethereum/assets/0x4f01eCbe8D6882FFaEe47fe23A9677A96AAbED07/info.json
deleted file mode 100644
index ee38006b226a2..0000000000000
--- a/blockchains/ethereum/assets/0x4f01eCbe8D6882FFaEe47fe23A9677A96AAbED07/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MythicUSD",
- "symbol": "MTUSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4f01eCbe8D6882FFaEe47fe23A9677A96AAbED07",
- "status": "abandoned",
- "id": "0x4f01eCbe8D6882FFaEe47fe23A9677A96AAbED07"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4f01eCbe8D6882FFaEe47fe23A9677A96AAbED07/logo.png b/blockchains/ethereum/assets/0x4f01eCbe8D6882FFaEe47fe23A9677A96AAbED07/logo.png
deleted file mode 100644
index 0d1c0bc66f67a..0000000000000
Binary files a/blockchains/ethereum/assets/0x4f01eCbe8D6882FFaEe47fe23A9677A96AAbED07/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4f27053F32edA8Af84956437Bc00e5fFa7003287/info.json b/blockchains/ethereum/assets/0x4f27053F32edA8Af84956437Bc00e5fFa7003287/info.json
deleted file mode 100644
index df66b3d27ccaa..0000000000000
--- a/blockchains/ethereum/assets/0x4f27053F32edA8Af84956437Bc00e5fFa7003287/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ThriveToken",
- "symbol": "THRT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ico.thrivelabs.io",
- "explorer": "https://etherscan.io/token/0x4f27053F32edA8Af84956437Bc00e5fFa7003287",
- "status": "active",
- "id": "0x4f27053F32edA8Af84956437Bc00e5fFa7003287"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4f27053F32edA8Af84956437Bc00e5fFa7003287/logo.png b/blockchains/ethereum/assets/0x4f27053F32edA8Af84956437Bc00e5fFa7003287/logo.png
deleted file mode 100755
index d304686771faf..0000000000000
Binary files a/blockchains/ethereum/assets/0x4f27053F32edA8Af84956437Bc00e5fFa7003287/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4f3AfEC4E5a3F2A6a1A411DEF7D7dFe50eE057bF/info.json b/blockchains/ethereum/assets/0x4f3AfEC4E5a3F2A6a1A411DEF7D7dFe50eE057bF/info.json
deleted file mode 100644
index 534bf83f613c6..0000000000000
--- a/blockchains/ethereum/assets/0x4f3AfEC4E5a3F2A6a1A411DEF7D7dFe50eE057bF/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Digix Gold Token",
- "symbol": "DGX",
- "type": "ERC20",
- "decimals": 9,
- "description": "The project provides the infrastructure to create tokens backed by physical assets on the blockchain.",
- "website": "http://digix.io/",
- "explorer": "https://etherscan.io/token/0x4f3AfEC4E5a3F2A6a1A411DEF7D7dFe50eE057bF",
- "status": "active",
- "id": "0x4f3AfEC4E5a3F2A6a1A411DEF7D7dFe50eE057bF",
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4f3AfEC4E5a3F2A6a1A411DEF7D7dFe50eE057bF/logo.png b/blockchains/ethereum/assets/0x4f3AfEC4E5a3F2A6a1A411DEF7D7dFe50eE057bF/logo.png
deleted file mode 100755
index ae2da48c21545..0000000000000
Binary files a/blockchains/ethereum/assets/0x4f3AfEC4E5a3F2A6a1A411DEF7D7dFe50eE057bF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4f4f2963311a9A97b2Ac252b7912b440BDB342A7/info.json b/blockchains/ethereum/assets/0x4f4f2963311a9A97b2Ac252b7912b440BDB342A7/info.json
deleted file mode 100644
index 807e67a225fe2..0000000000000
--- a/blockchains/ethereum/assets/0x4f4f2963311a9A97b2Ac252b7912b440BDB342A7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AURUM",
- "symbol": "AUR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4f4f2963311a9A97b2Ac252b7912b440BDB342A7",
- "status": "abandoned",
- "id": "0x4f4f2963311a9A97b2Ac252b7912b440BDB342A7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4f4f2963311a9A97b2Ac252b7912b440BDB342A7/logo.png b/blockchains/ethereum/assets/0x4f4f2963311a9A97b2Ac252b7912b440BDB342A7/logo.png
deleted file mode 100755
index b1fd62f126e6b..0000000000000
Binary files a/blockchains/ethereum/assets/0x4f4f2963311a9A97b2Ac252b7912b440BDB342A7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4f56221252d117f35E2f6Ab937A3F77CAd38934D/info.json b/blockchains/ethereum/assets/0x4f56221252d117f35E2f6Ab937A3F77CAd38934D/info.json
deleted file mode 100644
index ee55cccbd1539..0000000000000
--- a/blockchains/ethereum/assets/0x4f56221252d117f35E2f6Ab937A3F77CAd38934D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptoCricketClub",
- "symbol": "3Cs",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.cryptocricketclub.com/",
- "explorer": "https://etherscan.io/token/0x4f56221252d117f35E2f6Ab937A3F77CAd38934D",
- "status": "abandoned",
- "id": "0x4f56221252d117f35E2f6Ab937A3F77CAd38934D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4f56221252d117f35E2f6Ab937A3F77CAd38934D/logo.png b/blockchains/ethereum/assets/0x4f56221252d117f35E2f6Ab937A3F77CAd38934D/logo.png
deleted file mode 100644
index 44357c6694f4a..0000000000000
Binary files a/blockchains/ethereum/assets/0x4f56221252d117f35E2f6Ab937A3F77CAd38934D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4f5fa8f2d12e5eB780f6082Dd656C565C48E0f24/info.json b/blockchains/ethereum/assets/0x4f5fa8f2d12e5eB780f6082Dd656C565C48E0f24/info.json
deleted file mode 100644
index ea92c529de74f..0000000000000
--- a/blockchains/ethereum/assets/0x4f5fa8f2d12e5eB780f6082Dd656C565C48E0f24/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gourmet Galaxy",
- "type": "ERC20",
- "symbol": "GUM",
- "decimals": 18,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0x4f5fa8f2d12e5eb780f6082dd656c565c48e0f24",
- "status": "active",
- "id": "0x4f5fa8f2d12e5eB780f6082Dd656C565C48E0f24"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4f5fa8f2d12e5eB780f6082Dd656C565C48E0f24/logo.png b/blockchains/ethereum/assets/0x4f5fa8f2d12e5eB780f6082Dd656C565C48E0f24/logo.png
deleted file mode 100644
index 0845f5aaefa87..0000000000000
Binary files a/blockchains/ethereum/assets/0x4f5fa8f2d12e5eB780f6082Dd656C565C48E0f24/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4f76E85d067e219779A863ff18577846b3152F1F/info.json b/blockchains/ethereum/assets/0x4f76E85d067e219779A863ff18577846b3152F1F/info.json
deleted file mode 100644
index bc42a2386b928..0000000000000
--- a/blockchains/ethereum/assets/0x4f76E85d067e219779A863ff18577846b3152F1F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KUBO COIN",
- "symbol": "KUBO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://kubocoin.org/",
- "explorer": "https://etherscan.io/token/0x4f76E85d067e219779A863ff18577846b3152F1F",
- "status": "abandoned",
- "id": "0x4f76E85d067e219779A863ff18577846b3152F1F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4f76E85d067e219779A863ff18577846b3152F1F/logo.png b/blockchains/ethereum/assets/0x4f76E85d067e219779A863ff18577846b3152F1F/logo.png
deleted file mode 100644
index 976ef454811b3..0000000000000
Binary files a/blockchains/ethereum/assets/0x4f76E85d067e219779A863ff18577846b3152F1F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4f83e4a0A4605b471CcB290db3aBDB920b5C70b0/info.json b/blockchains/ethereum/assets/0x4f83e4a0A4605b471CcB290db3aBDB920b5C70b0/info.json
deleted file mode 100644
index b467525609e78..0000000000000
--- a/blockchains/ethereum/assets/0x4f83e4a0A4605b471CcB290db3aBDB920b5C70b0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST 2",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4f83e4a0A4605b471CcB290db3aBDB920b5C70b0",
- "status": "abandoned",
- "id": "0x4f83e4a0A4605b471CcB290db3aBDB920b5C70b0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4f83e4a0A4605b471CcB290db3aBDB920b5C70b0/logo.png b/blockchains/ethereum/assets/0x4f83e4a0A4605b471CcB290db3aBDB920b5C70b0/logo.png
deleted file mode 100644
index dfa5271d18d95..0000000000000
Binary files a/blockchains/ethereum/assets/0x4f83e4a0A4605b471CcB290db3aBDB920b5C70b0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4f878C0852722b0976A955d68B376E4Cd4Ae99E5/info.json b/blockchains/ethereum/assets/0x4f878C0852722b0976A955d68B376E4Cd4Ae99E5/info.json
deleted file mode 100644
index 85f6aec164c1e..0000000000000
--- a/blockchains/ethereum/assets/0x4f878C0852722b0976A955d68B376E4Cd4Ae99E5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WaykiCoin",
- "symbol": "WIC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x4f878C0852722b0976A955d68B376E4Cd4Ae99E5",
- "status": "abandoned",
- "id": "0x4f878C0852722b0976A955d68B376E4Cd4Ae99E5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4f878C0852722b0976A955d68B376E4Cd4Ae99E5/logo.png b/blockchains/ethereum/assets/0x4f878C0852722b0976A955d68B376E4Cd4Ae99E5/logo.png
deleted file mode 100644
index 5bd6c4e47a7f8..0000000000000
Binary files a/blockchains/ethereum/assets/0x4f878C0852722b0976A955d68B376E4Cd4Ae99E5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4fAC0ccD9e2ed9fD462D42B66Fb81bA9A1f6F25E/info.json b/blockchains/ethereum/assets/0x4fAC0ccD9e2ed9fD462D42B66Fb81bA9A1f6F25E/info.json
deleted file mode 100644
index 43b60ffad4acb..0000000000000
--- a/blockchains/ethereum/assets/0x4fAC0ccD9e2ed9fD462D42B66Fb81bA9A1f6F25E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AXiaL Entertainment Digital Asset",
- "symbol": "AXL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://axl.team/",
- "explorer": "https://etherscan.io/token/0x4fAC0ccD9e2ed9fD462D42B66Fb81bA9A1f6F25E",
- "status": "abandoned",
- "id": "0x4fAC0ccD9e2ed9fD462D42B66Fb81bA9A1f6F25E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4fAC0ccD9e2ed9fD462D42B66Fb81bA9A1f6F25E/logo.png b/blockchains/ethereum/assets/0x4fAC0ccD9e2ed9fD462D42B66Fb81bA9A1f6F25E/logo.png
deleted file mode 100644
index a5fc1c287e29f..0000000000000
Binary files a/blockchains/ethereum/assets/0x4fAC0ccD9e2ed9fD462D42B66Fb81bA9A1f6F25E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x4fE83213D56308330EC302a8BD641f1d0113A4Cc/info.json b/blockchains/ethereum/assets/0x4fE83213D56308330EC302a8BD641f1d0113A4Cc/info.json
deleted file mode 100644
index efb075237d1ea..0000000000000
--- a/blockchains/ethereum/assets/0x4fE83213D56308330EC302a8BD641f1d0113A4Cc/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "NuCypher",
- "type": "ERC20",
- "symbol": "NU",
- "decimals": 18,
- "website": "https://www.nucypher.com/",
- "description": "NuCypher is a decentralized threshold cryptography network.",
- "explorer": "https://etherscan.io/token/0x4fE83213D56308330EC302a8BD641f1d0113A4Cc",
- "status": "active",
- "id": "0x4fE83213D56308330EC302a8BD641f1d0113A4Cc",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/nucypher/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/nucypher"
- },
- {
- "name": "telegram",
- "url": "https://t.me/nucypher"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/nucypher/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/nucypher/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x4fE83213D56308330EC302a8BD641f1d0113A4Cc/logo.png b/blockchains/ethereum/assets/0x4fE83213D56308330EC302a8BD641f1d0113A4Cc/logo.png
deleted file mode 100644
index 40ce4a6884c9f..0000000000000
Binary files a/blockchains/ethereum/assets/0x4fE83213D56308330EC302a8BD641f1d0113A4Cc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x500565E098d98A273224eC8Fb33d98dC8946F8B9/info.json b/blockchains/ethereum/assets/0x500565E098d98A273224eC8Fb33d98dC8946F8B9/info.json
deleted file mode 100644
index e775d1feb0be6..0000000000000
--- a/blockchains/ethereum/assets/0x500565E098d98A273224eC8Fb33d98dC8946F8B9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Game Cell Coin",
- "symbol": "GCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x500565E098d98A273224eC8Fb33d98dC8946F8B9",
- "status": "abandoned",
- "id": "0x500565E098d98A273224eC8Fb33d98dC8946F8B9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x500565E098d98A273224eC8Fb33d98dC8946F8B9/logo.png b/blockchains/ethereum/assets/0x500565E098d98A273224eC8Fb33d98dC8946F8B9/logo.png
deleted file mode 100644
index aa98274450d29..0000000000000
Binary files a/blockchains/ethereum/assets/0x500565E098d98A273224eC8Fb33d98dC8946F8B9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x500Df47E1dF0ef06039218dCF0960253D89D6658/info.json b/blockchains/ethereum/assets/0x500Df47E1dF0ef06039218dCF0960253D89D6658/info.json
deleted file mode 100644
index 12b7af2796a33..0000000000000
--- a/blockchains/ethereum/assets/0x500Df47E1dF0ef06039218dCF0960253D89D6658/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Authpaper Coin",
- "symbol": "AUPC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.authpaper.io/",
- "explorer": "https://etherscan.io/token/0x500Df47E1dF0ef06039218dCF0960253D89D6658",
- "status": "abandoned",
- "id": "0x500Df47E1dF0ef06039218dCF0960253D89D6658"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x500Df47E1dF0ef06039218dCF0960253D89D6658/logo.png b/blockchains/ethereum/assets/0x500Df47E1dF0ef06039218dCF0960253D89D6658/logo.png
deleted file mode 100644
index 187b24e51fdb8..0000000000000
Binary files a/blockchains/ethereum/assets/0x500Df47E1dF0ef06039218dCF0960253D89D6658/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x500d15aA5b01E7eb77e4D4C8283Df3E6c49Da754/info.json b/blockchains/ethereum/assets/0x500d15aA5b01E7eb77e4D4C8283Df3E6c49Da754/info.json
deleted file mode 100644
index 45faf65a7f4cf..0000000000000
--- a/blockchains/ethereum/assets/0x500d15aA5b01E7eb77e4D4C8283Df3E6c49Da754/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hashthereum",
- "symbol": "HETH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://hashthereum.info/",
- "explorer": "https://etherscan.io/token/0x500d15aA5b01E7eb77e4D4C8283Df3E6c49Da754",
- "status": "abandoned",
- "id": "0x500d15aA5b01E7eb77e4D4C8283Df3E6c49Da754"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x500d15aA5b01E7eb77e4D4C8283Df3E6c49Da754/logo.png b/blockchains/ethereum/assets/0x500d15aA5b01E7eb77e4D4C8283Df3E6c49Da754/logo.png
deleted file mode 100644
index 8a4cef5dd0736..0000000000000
Binary files a/blockchains/ethereum/assets/0x500d15aA5b01E7eb77e4D4C8283Df3E6c49Da754/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x501262281B2Ba043e2fbf14904980689CDDB0C78/info.json b/blockchains/ethereum/assets/0x501262281B2Ba043e2fbf14904980689CDDB0C78/info.json
deleted file mode 100644
index 3369f82c6cf67..0000000000000
--- a/blockchains/ethereum/assets/0x501262281B2Ba043e2fbf14904980689CDDB0C78/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mithril Ore",
- "symbol": "MORE",
- "type": "ERC20",
- "decimals": 2,
- "description": "Mithril Ore is a Casper Ethereum Staking Pool. Participation in Casper may be limited due to complexity, network-congestion, and/or lack of funds. This token allows participation by resolving these variables.",
- "website": "http://www.mithrilore.io/",
- "explorer": "https://etherscan.io/token/0x501262281B2Ba043e2fbf14904980689CDDB0C78",
- "status": "active",
- "id": "0x501262281B2Ba043e2fbf14904980689CDDB0C78"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x501262281B2Ba043e2fbf14904980689CDDB0C78/logo.png b/blockchains/ethereum/assets/0x501262281B2Ba043e2fbf14904980689CDDB0C78/logo.png
deleted file mode 100644
index 54cfaf85589fd..0000000000000
Binary files a/blockchains/ethereum/assets/0x501262281B2Ba043e2fbf14904980689CDDB0C78/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5026F006B85729a8b14553FAE6af249aD16c9aaB/info.json b/blockchains/ethereum/assets/0x5026F006B85729a8b14553FAE6af249aD16c9aaB/info.json
deleted file mode 100644
index a92907479bac0..0000000000000
--- a/blockchains/ethereum/assets/0x5026F006B85729a8b14553FAE6af249aD16c9aaB/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Wojak Coin",
- "type": "ERC20",
- "symbol": "WOJAK",
- "decimals": 18,
- "website": "https://www.wojak.finance/",
- "description": "A digital asset inspired by the Wojak meme.",
- "explorer": "https://etherscan.io/token/0x5026F006B85729a8b14553FAE6af249aD16c9aaB",
- "status": "active",
- "id": "0x5026F006B85729a8b14553FAE6af249aD16c9aaB",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/wojakcoineth"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/wojak/"
- }
- ],
- "tags": [
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5026F006B85729a8b14553FAE6af249aD16c9aaB/logo.png b/blockchains/ethereum/assets/0x5026F006B85729a8b14553FAE6af249aD16c9aaB/logo.png
deleted file mode 100644
index 354f229d3f631..0000000000000
Binary files a/blockchains/ethereum/assets/0x5026F006B85729a8b14553FAE6af249aD16c9aaB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5036aA791115Ad4d35493De68B5529648A36De8e/info.json b/blockchains/ethereum/assets/0x5036aA791115Ad4d35493De68B5529648A36De8e/info.json
deleted file mode 100644
index 870d7f49584ab..0000000000000
--- a/blockchains/ethereum/assets/0x5036aA791115Ad4d35493De68B5529648A36De8e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tachain",
- "symbol": "TCHN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5036aA791115Ad4d35493De68B5529648A36De8e",
- "status": "abandoned",
- "id": "0x5036aA791115Ad4d35493De68B5529648A36De8e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5036aA791115Ad4d35493De68B5529648A36De8e/logo.png b/blockchains/ethereum/assets/0x5036aA791115Ad4d35493De68B5529648A36De8e/logo.png
deleted file mode 100644
index c75083dc4eff8..0000000000000
Binary files a/blockchains/ethereum/assets/0x5036aA791115Ad4d35493De68B5529648A36De8e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x50398DE4651FFeCF38A93cc4dE9f2F0e20f3daD1/info.json b/blockchains/ethereum/assets/0x50398DE4651FFeCF38A93cc4dE9f2F0e20f3daD1/info.json
deleted file mode 100644
index 1df8af42fee4a..0000000000000
--- a/blockchains/ethereum/assets/0x50398DE4651FFeCF38A93cc4dE9f2F0e20f3daD1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PYR",
- "symbol": "PYR",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x50398DE4651FFeCF38A93cc4dE9f2F0e20f3daD1",
- "status": "abandoned",
- "id": "0x50398DE4651FFeCF38A93cc4dE9f2F0e20f3daD1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x50398DE4651FFeCF38A93cc4dE9f2F0e20f3daD1/logo.png b/blockchains/ethereum/assets/0x50398DE4651FFeCF38A93cc4dE9f2F0e20f3daD1/logo.png
deleted file mode 100644
index a7fa9a11153b7..0000000000000
Binary files a/blockchains/ethereum/assets/0x50398DE4651FFeCF38A93cc4dE9f2F0e20f3daD1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5046E860ff274fb8c66106B0Ffb8155849fB0787/info.json b/blockchains/ethereum/assets/0x5046E860ff274fb8c66106B0Ffb8155849fB0787/info.json
deleted file mode 100644
index c7313ea826a4d..0000000000000
--- a/blockchains/ethereum/assets/0x5046E860ff274fb8c66106B0Ffb8155849fB0787/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JavaScript",
- "symbol": "JS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://javascripttoken.pagedemo.co/",
- "explorer": "https://etherscan.io/token/0x5046E860ff274fb8c66106B0Ffb8155849fB0787",
- "status": "abandoned",
- "id": "0x5046E860ff274fb8c66106B0Ffb8155849fB0787"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5046E860ff274fb8c66106B0Ffb8155849fB0787/logo.png b/blockchains/ethereum/assets/0x5046E860ff274fb8c66106B0Ffb8155849fB0787/logo.png
deleted file mode 100644
index b3a833a05261b..0000000000000
Binary files a/blockchains/ethereum/assets/0x5046E860ff274fb8c66106B0Ffb8155849fB0787/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5047fc5C9D7c49Ab22e390d13646a6A3a2476eff/info.json b/blockchains/ethereum/assets/0x5047fc5C9D7c49Ab22e390d13646a6A3a2476eff/info.json
deleted file mode 100644
index 45b97319fb0a7..0000000000000
--- a/blockchains/ethereum/assets/0x5047fc5C9D7c49Ab22e390d13646a6A3a2476eff/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Stable WING",
- "website": "app.ichi.org",
- "description": "oneWING is an ICHI-created stablecoin for Wing.",
- "explorer": "https://etherscan.io/token/0x5047fc5C9D7c49Ab22e390d13646a6A3a2476eff",
- "type": "ERC20",
- "symbol": "oneWING",
- "decimals": 18,
- "status": "active",
- "id": "0x5047fc5C9D7c49Ab22e390d13646a6A3a2476eff",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ichifarm/ichi-oneToken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ichifarm"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ichifarm"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ichifarm"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/DvsYCfK8"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x5047fc5C9D7c49Ab22e390d13646a6A3a2476eff/logo.png b/blockchains/ethereum/assets/0x5047fc5C9D7c49Ab22e390d13646a6A3a2476eff/logo.png
deleted file mode 100644
index be448c0341684..0000000000000
Binary files a/blockchains/ethereum/assets/0x5047fc5C9D7c49Ab22e390d13646a6A3a2476eff/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x505d0fFa350B2687eB8393AeBD14632F2990991a/info.json b/blockchains/ethereum/assets/0x505d0fFa350B2687eB8393AeBD14632F2990991a/info.json
deleted file mode 100644
index c534a9c134379..0000000000000
--- a/blockchains/ethereum/assets/0x505d0fFa350B2687eB8393AeBD14632F2990991a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tatcoin",
- "website": "https://abitnetwork.com",
- "description": "TAT is a utility token designed to create value and alleviate most financial problems faced by Africans",
- "explorer": "https://etherscan.io/token/0x505d0fFa350B2687eB8393AeBD14632F2990991a",
- "type": "ERC20",
- "symbol": "TAT",
- "decimals": 18,
- "status": "active",
- "id": "0x505d0fFa350B2687eB8393AeBD14632F2990991a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x505d0fFa350B2687eB8393AeBD14632F2990991a/logo.png b/blockchains/ethereum/assets/0x505d0fFa350B2687eB8393AeBD14632F2990991a/logo.png
deleted file mode 100644
index ea5281a70e580..0000000000000
Binary files a/blockchains/ethereum/assets/0x505d0fFa350B2687eB8393AeBD14632F2990991a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x50625b636dAB619BF6AF75f693Dc486E56C2a694/info.json b/blockchains/ethereum/assets/0x50625b636dAB619BF6AF75f693Dc486E56C2a694/info.json
deleted file mode 100644
index a64591f3c19af..0000000000000
--- a/blockchains/ethereum/assets/0x50625b636dAB619BF6AF75f693Dc486E56C2a694/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Groovy Hooman Token",
- "symbol": "GHT",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "https://groovyhooman.com/",
- "explorer": "https://etherscan.io/token/0x50625b636dAB619BF6AF75f693Dc486E56C2a694",
- "status": "abandoned",
- "id": "0x50625b636dAB619BF6AF75f693Dc486E56C2a694"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x50625b636dAB619BF6AF75f693Dc486E56C2a694/logo.png b/blockchains/ethereum/assets/0x50625b636dAB619BF6AF75f693Dc486E56C2a694/logo.png
deleted file mode 100755
index cc42e938fb73d..0000000000000
Binary files a/blockchains/ethereum/assets/0x50625b636dAB619BF6AF75f693Dc486E56C2a694/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x509A38b7a1cC0dcd83Aa9d06214663D9eC7c7F4a/info.json b/blockchains/ethereum/assets/0x509A38b7a1cC0dcd83Aa9d06214663D9eC7c7F4a/info.json
deleted file mode 100644
index 5e43cb385b0ee..0000000000000
--- a/blockchains/ethereum/assets/0x509A38b7a1cC0dcd83Aa9d06214663D9eC7c7F4a/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Blocksquare",
- "website": "https://blocksquare.io/",
- "description": "Increase value and liquidity of real estate properties in your portfolio.",
- "explorer": "https://etherscan.io/token/0x509A38b7a1cC0dcd83Aa9d06214663D9eC7c7F4a",
- "type": "ERC20",
- "symbol": "BST",
- "decimals": 18,
- "status": "active",
- "id": "0x509A38b7a1cC0dcd83Aa9d06214663D9eC7c7F4a",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/blocksquare"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/blocksquare_io"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Blocksquare_io/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x509A38b7a1cC0dcd83Aa9d06214663D9eC7c7F4a/logo.png b/blockchains/ethereum/assets/0x509A38b7a1cC0dcd83Aa9d06214663D9eC7c7F4a/logo.png
deleted file mode 100755
index 86a9412d35344..0000000000000
Binary files a/blockchains/ethereum/assets/0x509A38b7a1cC0dcd83Aa9d06214663D9eC7c7F4a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x50D1c9771902476076eCFc8B2A83Ad6b9355a4c9/info.json b/blockchains/ethereum/assets/0x50D1c9771902476076eCFc8B2A83Ad6b9355a4c9/info.json
deleted file mode 100644
index 97939b396c2da..0000000000000
--- a/blockchains/ethereum/assets/0x50D1c9771902476076eCFc8B2A83Ad6b9355a4c9/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "FTX Token (FTT)",
- "type": "ERC20",
- "symbol": "FTT",
- "decimals": 18,
- "website": "https://ftx.com",
- "description": "FTX’s leveraged tokens aim to provide a clean, automated way for users to get leverage. FTT is the FTX ecosystem utility token.",
- "explorer": "https://etherscan.io/token/0x50D1c9771902476076eCFc8B2A83Ad6b9355a4c9",
- "status": "active",
- "id": "0x50D1c9771902476076eCFc8B2A83Ad6b9355a4c9",
- "links": [
- {
- "name": "blog",
- "url": "https://blog.ftx.com/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/FTX_Official"
- },
- {
- "name": "telegram",
- "url": "https://t.me/FTX_Official"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.google.com/document/d/1u5MOkENoWP8PGcjuoKqRkNP5Gl1LLRB9JvAHwffQ7ec/view"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ftx-token/"
- },
- {
- "name": "blog",
- "url": "https://blog.ftx.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x50D1c9771902476076eCFc8B2A83Ad6b9355a4c9/logo.png b/blockchains/ethereum/assets/0x50D1c9771902476076eCFc8B2A83Ad6b9355a4c9/logo.png
deleted file mode 100644
index 8476fe0183f27..0000000000000
Binary files a/blockchains/ethereum/assets/0x50D1c9771902476076eCFc8B2A83Ad6b9355a4c9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x50DE6856358Cc35f3A9a57eAAA34BD4cB707d2cd/info.json b/blockchains/ethereum/assets/0x50DE6856358Cc35f3A9a57eAAA34BD4cB707d2cd/info.json
deleted file mode 100644
index 2537f777a744d..0000000000000
--- a/blockchains/ethereum/assets/0x50DE6856358Cc35f3A9a57eAAA34BD4cB707d2cd/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Razor Network",
- "website": "https://razor.network/",
- "description": "Razor Network is a decentralized oracle network, which connects smart contracts with real-world off-chain data in a fast, robust and secure way. The core of Razor Network is a set of smart contracts that can run on any Ethereum compatible blockchain. Razor Network is blockchain agnostic and will be integrated with multiple blockchains.",
- "explorer": "https://etherscan.io/token/0x50DE6856358Cc35f3A9a57eAAA34BD4cB707d2cd",
- "type": "ERC20",
- "symbol": "RAZOR",
- "decimals": 18,
- "status": "active",
- "id": "0x50DE6856358Cc35f3A9a57eAAA34BD4cB707d2cd",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/razor-network"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/razor_network"
- },
- {
- "name": "telegram",
- "url": "https://t.me/razornetwork"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/yvrHg85ycE"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/RazorNetwork"
- },
- {
- "name": "medium",
- "url": "https://medium.com/razor-network"
- },
- {
- "name": "whitepaper",
- "url": "https://razor.network/whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x50DE6856358Cc35f3A9a57eAAA34BD4cB707d2cd/logo.png b/blockchains/ethereum/assets/0x50DE6856358Cc35f3A9a57eAAA34BD4cB707d2cd/logo.png
deleted file mode 100644
index f8a847b2ee19c..0000000000000
Binary files a/blockchains/ethereum/assets/0x50DE6856358Cc35f3A9a57eAAA34BD4cB707d2cd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x50Ee674689d75C0f88E8f83cfE8c4B69E8fd590D/info.json b/blockchains/ethereum/assets/0x50Ee674689d75C0f88E8f83cfE8c4B69E8fd590D/info.json
deleted file mode 100644
index bde29996c9940..0000000000000
--- a/blockchains/ethereum/assets/0x50Ee674689d75C0f88E8f83cfE8c4B69E8fd590D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EmphyCoin",
- "symbol": "EPY",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x50Ee674689d75C0f88E8f83cfE8c4B69E8fd590D",
- "status": "abandoned",
- "id": "0x50Ee674689d75C0f88E8f83cfE8c4B69E8fd590D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x50Ee674689d75C0f88E8f83cfE8c4B69E8fd590D/logo.png b/blockchains/ethereum/assets/0x50Ee674689d75C0f88E8f83cfE8c4B69E8fd590D/logo.png
deleted file mode 100644
index 56a08ce077dc0..0000000000000
Binary files a/blockchains/ethereum/assets/0x50Ee674689d75C0f88E8f83cfE8c4B69E8fd590D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x50bC2Ecc0bfDf5666640048038C1ABA7B7525683/info.json b/blockchains/ethereum/assets/0x50bC2Ecc0bfDf5666640048038C1ABA7B7525683/info.json
deleted file mode 100644
index 0587397a02551..0000000000000
--- a/blockchains/ethereum/assets/0x50bC2Ecc0bfDf5666640048038C1ABA7B7525683/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "carVertical",
- "type": "ERC20",
- "symbol": "cV",
- "decimals": 18,
- "website": "https://www.carvertical.com",
- "description": "carVertical is building a decentralized vehicle registry.",
- "explorer": "https://etherscan.io/token/0x50bC2Ecc0bfDf5666640048038C1ABA7B7525683",
- "status": "active",
- "id": "0x50bC2Ecc0bfDf5666640048038C1ABA7B7525683"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x50bC2Ecc0bfDf5666640048038C1ABA7B7525683/logo.png b/blockchains/ethereum/assets/0x50bC2Ecc0bfDf5666640048038C1ABA7B7525683/logo.png
deleted file mode 100644
index bea2c1e51f63e..0000000000000
Binary files a/blockchains/ethereum/assets/0x50bC2Ecc0bfDf5666640048038C1ABA7B7525683/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x50d78dF1ae1b29DEad5764624c6617f326825912/info.json b/blockchains/ethereum/assets/0x50d78dF1ae1b29DEad5764624c6617f326825912/info.json
deleted file mode 100644
index 57665da13b238..0000000000000
--- a/blockchains/ethereum/assets/0x50d78dF1ae1b29DEad5764624c6617f326825912/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R924468",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x50d78dF1ae1b29DEad5764624c6617f326825912",
- "status": "abandoned",
- "id": "0x50d78dF1ae1b29DEad5764624c6617f326825912"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x50d78dF1ae1b29DEad5764624c6617f326825912/logo.png b/blockchains/ethereum/assets/0x50d78dF1ae1b29DEad5764624c6617f326825912/logo.png
deleted file mode 100644
index e80099f839fe2..0000000000000
Binary files a/blockchains/ethereum/assets/0x50d78dF1ae1b29DEad5764624c6617f326825912/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x50dc23F6A26825209670c2b6A6a93506F9732f00/info.json b/blockchains/ethereum/assets/0x50dc23F6A26825209670c2b6A6a93506F9732f00/info.json
deleted file mode 100644
index f055e38b6aeae..0000000000000
--- a/blockchains/ethereum/assets/0x50dc23F6A26825209670c2b6A6a93506F9732f00/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MCOM",
- "symbol": "MCOM",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x50dc23F6A26825209670c2b6A6a93506F9732f00",
- "status": "abandoned",
- "id": "0x50dc23F6A26825209670c2b6A6a93506F9732f00"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x50dc23F6A26825209670c2b6A6a93506F9732f00/logo.png b/blockchains/ethereum/assets/0x50dc23F6A26825209670c2b6A6a93506F9732f00/logo.png
deleted file mode 100644
index 71b6b1c0de7fb..0000000000000
Binary files a/blockchains/ethereum/assets/0x50dc23F6A26825209670c2b6A6a93506F9732f00/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x50f31a45C1502B77c07Aa86698dB16ff3b35C333/info.json b/blockchains/ethereum/assets/0x50f31a45C1502B77c07Aa86698dB16ff3b35C333/info.json
deleted file mode 100644
index 6c49f627e767f..0000000000000
--- a/blockchains/ethereum/assets/0x50f31a45C1502B77c07Aa86698dB16ff3b35C333/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "INFOREX",
- "symbol": "IREX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x50f31a45C1502B77c07Aa86698dB16ff3b35C333",
- "status": "abandoned",
- "id": "0x50f31a45C1502B77c07Aa86698dB16ff3b35C333"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x50f31a45C1502B77c07Aa86698dB16ff3b35C333/logo.png b/blockchains/ethereum/assets/0x50f31a45C1502B77c07Aa86698dB16ff3b35C333/logo.png
deleted file mode 100755
index b4c784605aa59..0000000000000
Binary files a/blockchains/ethereum/assets/0x50f31a45C1502B77c07Aa86698dB16ff3b35C333/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5102791cA02FC3595398400BFE0e33d7B6C82267/info.json b/blockchains/ethereum/assets/0x5102791cA02FC3595398400BFE0e33d7B6C82267/info.json
deleted file mode 100644
index 12943de4e3a59..0000000000000
--- a/blockchains/ethereum/assets/0x5102791cA02FC3595398400BFE0e33d7B6C82267/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LEADCOIN",
- "symbol": "LDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "LeadCoin empowers businesses to sell their unused leads and buy hot leads from other businesses. Sellers automatically share their unused leads in real-time. LeadCoin’s matching algorithm then analyzes and matches leads to buyers.",
- "website": "https://www.leadcoin.network/",
- "explorer": "https://etherscan.io/token/0x5102791cA02FC3595398400BFE0e33d7B6C82267",
- "status": "active",
- "id": "0x5102791cA02FC3595398400BFE0e33d7B6C82267"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5102791cA02FC3595398400BFE0e33d7B6C82267/logo.png b/blockchains/ethereum/assets/0x5102791cA02FC3595398400BFE0e33d7B6C82267/logo.png
deleted file mode 100644
index 15adddbdd743f..0000000000000
Binary files a/blockchains/ethereum/assets/0x5102791cA02FC3595398400BFE0e33d7B6C82267/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x511232281BCD64d15b08C7f78825C45968caDbbf/info.json b/blockchains/ethereum/assets/0x511232281BCD64d15b08C7f78825C45968caDbbf/info.json
deleted file mode 100644
index a32b099dccce9..0000000000000
--- a/blockchains/ethereum/assets/0x511232281BCD64d15b08C7f78825C45968caDbbf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tritecoin",
- "symbol": "TRT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x511232281BCD64d15b08C7f78825C45968caDbbf",
- "status": "abandoned",
- "id": "0x511232281BCD64d15b08C7f78825C45968caDbbf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x511232281BCD64d15b08C7f78825C45968caDbbf/logo.png b/blockchains/ethereum/assets/0x511232281BCD64d15b08C7f78825C45968caDbbf/logo.png
deleted file mode 100644
index 9769afa8e2b73..0000000000000
Binary files a/blockchains/ethereum/assets/0x511232281BCD64d15b08C7f78825C45968caDbbf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5114C3Db64727FB14D5c3D88BEDE12D87b26211d/info.json b/blockchains/ethereum/assets/0x5114C3Db64727FB14D5c3D88BEDE12D87b26211d/info.json
deleted file mode 100644
index d88a10b55be82..0000000000000
--- a/blockchains/ethereum/assets/0x5114C3Db64727FB14D5c3D88BEDE12D87b26211d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Grow Token",
- "symbol": "GRWT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5114C3Db64727FB14D5c3D88BEDE12D87b26211d",
- "status": "abandoned",
- "id": "0x5114C3Db64727FB14D5c3D88BEDE12D87b26211d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5114C3Db64727FB14D5c3D88BEDE12D87b26211d/logo.png b/blockchains/ethereum/assets/0x5114C3Db64727FB14D5c3D88BEDE12D87b26211d/logo.png
deleted file mode 100644
index fb77f8607f949..0000000000000
Binary files a/blockchains/ethereum/assets/0x5114C3Db64727FB14D5c3D88BEDE12D87b26211d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x511759F0318750c7A9B5d2e083253720F4cE63A6/info.json b/blockchains/ethereum/assets/0x511759F0318750c7A9B5d2e083253720F4cE63A6/info.json
deleted file mode 100644
index b761c017f5d63..0000000000000
--- a/blockchains/ethereum/assets/0x511759F0318750c7A9B5d2e083253720F4cE63A6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wisely coin",
- "symbol": "wise",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x511759F0318750c7A9B5d2e083253720F4cE63A6",
- "status": "abandoned",
- "id": "0x511759F0318750c7A9B5d2e083253720F4cE63A6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x511759F0318750c7A9B5d2e083253720F4cE63A6/logo.png b/blockchains/ethereum/assets/0x511759F0318750c7A9B5d2e083253720F4cE63A6/logo.png
deleted file mode 100644
index d19d8add6d801..0000000000000
Binary files a/blockchains/ethereum/assets/0x511759F0318750c7A9B5d2e083253720F4cE63A6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x511798118E18f0c51aCabF138427d6caaDeccC76/info.json b/blockchains/ethereum/assets/0x511798118E18f0c51aCabF138427d6caaDeccC76/info.json
deleted file mode 100644
index 5e9f0407ed38b..0000000000000
--- a/blockchains/ethereum/assets/0x511798118E18f0c51aCabF138427d6caaDeccC76/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitCareCoin",
- "symbol": "BCARE",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x511798118E18f0c51aCabF138427d6caaDeccC76",
- "status": "abandoned",
- "id": "0x511798118E18f0c51aCabF138427d6caaDeccC76"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x511798118E18f0c51aCabF138427d6caaDeccC76/logo.png b/blockchains/ethereum/assets/0x511798118E18f0c51aCabF138427d6caaDeccC76/logo.png
deleted file mode 100644
index d67e517bc3472..0000000000000
Binary files a/blockchains/ethereum/assets/0x511798118E18f0c51aCabF138427d6caaDeccC76/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5121E348e897dAEf1Eef23959Ab290e5557CF274/info.json b/blockchains/ethereum/assets/0x5121E348e897dAEf1Eef23959Ab290e5557CF274/info.json
deleted file mode 100644
index 178b1d071922d..0000000000000
--- a/blockchains/ethereum/assets/0x5121E348e897dAEf1Eef23959Ab290e5557CF274/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PolyAi",
- "symbol": "AI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5121E348e897dAEf1Eef23959Ab290e5557CF274",
- "status": "abandoned",
- "id": "0x5121E348e897dAEf1Eef23959Ab290e5557CF274"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5121E348e897dAEf1Eef23959Ab290e5557CF274/logo.png b/blockchains/ethereum/assets/0x5121E348e897dAEf1Eef23959Ab290e5557CF274/logo.png
deleted file mode 100644
index a898ea6c88d3e..0000000000000
Binary files a/blockchains/ethereum/assets/0x5121E348e897dAEf1Eef23959Ab290e5557CF274/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x51344E5Ca564D1B8f05bDB483305a3CafeC3DF78/info.json b/blockchains/ethereum/assets/0x51344E5Ca564D1B8f05bDB483305a3CafeC3DF78/info.json
deleted file mode 100644
index 4f26cabd4da89..0000000000000
--- a/blockchains/ethereum/assets/0x51344E5Ca564D1B8f05bDB483305a3CafeC3DF78/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Colombian",
- "symbol": "ECOP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x51344E5Ca564D1B8f05bDB483305a3CafeC3DF78",
- "status": "abandoned",
- "id": "0x51344E5Ca564D1B8f05bDB483305a3CafeC3DF78"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x51344E5Ca564D1B8f05bDB483305a3CafeC3DF78/logo.png b/blockchains/ethereum/assets/0x51344E5Ca564D1B8f05bDB483305a3CafeC3DF78/logo.png
deleted file mode 100644
index c60201e8b9f19..0000000000000
Binary files a/blockchains/ethereum/assets/0x51344E5Ca564D1B8f05bDB483305a3CafeC3DF78/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5136C98A80811C3f46bDda8B5c4555CFd9f812F0/info.json b/blockchains/ethereum/assets/0x5136C98A80811C3f46bDda8B5c4555CFd9f812F0/info.json
deleted file mode 100644
index a26848114b3b7..0000000000000
--- a/blockchains/ethereum/assets/0x5136C98A80811C3f46bDda8B5c4555CFd9f812F0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "indaHash Coin",
- "symbol": "IDH",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://indahash.com/ico",
- "explorer": "https://etherscan.io/token/0x5136C98A80811C3f46bDda8B5c4555CFd9f812F0",
- "status": "abandoned",
- "id": "0x5136C98A80811C3f46bDda8B5c4555CFd9f812F0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5136C98A80811C3f46bDda8B5c4555CFd9f812F0/logo.png b/blockchains/ethereum/assets/0x5136C98A80811C3f46bDda8B5c4555CFd9f812F0/logo.png
deleted file mode 100755
index 5f83f0696f87d..0000000000000
Binary files a/blockchains/ethereum/assets/0x5136C98A80811C3f46bDda8B5c4555CFd9f812F0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5136c475c553Fe6ABFBb9Fd31C90A5Fc9FDfF5D3/info.json b/blockchains/ethereum/assets/0x5136c475c553Fe6ABFBb9Fd31C90A5Fc9FDfF5D3/info.json
deleted file mode 100644
index 82a070b75c7a5..0000000000000
--- a/blockchains/ethereum/assets/0x5136c475c553Fe6ABFBb9Fd31C90A5Fc9FDfF5D3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GoodWineToken",
- "symbol": "GWT",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5136c475c553Fe6ABFBb9Fd31C90A5Fc9FDfF5D3",
- "status": "abandoned",
- "id": "0x5136c475c553Fe6ABFBb9Fd31C90A5Fc9FDfF5D3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5136c475c553Fe6ABFBb9Fd31C90A5Fc9FDfF5D3/logo.png b/blockchains/ethereum/assets/0x5136c475c553Fe6ABFBb9Fd31C90A5Fc9FDfF5D3/logo.png
deleted file mode 100644
index dc3623fcd8b8c..0000000000000
Binary files a/blockchains/ethereum/assets/0x5136c475c553Fe6ABFBb9Fd31C90A5Fc9FDfF5D3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5137A403Dd25e48DE528912a4aF62881e625D801/info.json b/blockchains/ethereum/assets/0x5137A403Dd25e48DE528912a4aF62881e625D801/info.json
deleted file mode 100644
index 6b7e7a30ccb4a..0000000000000
--- a/blockchains/ethereum/assets/0x5137A403Dd25e48DE528912a4aF62881e625D801/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Huddl",
- "symbol": "HUDDL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5137A403Dd25e48DE528912a4aF62881e625D801",
- "status": "abandoned",
- "id": "0x5137A403Dd25e48DE528912a4aF62881e625D801"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5137A403Dd25e48DE528912a4aF62881e625D801/logo.png b/blockchains/ethereum/assets/0x5137A403Dd25e48DE528912a4aF62881e625D801/logo.png
deleted file mode 100644
index da5cb78b791bc..0000000000000
Binary files a/blockchains/ethereum/assets/0x5137A403Dd25e48DE528912a4aF62881e625D801/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5140e8453f913f53F9412a5AA126B64094d54e89/info.json b/blockchains/ethereum/assets/0x5140e8453f913f53F9412a5AA126B64094d54e89/info.json
deleted file mode 100644
index e7a53d1851953..0000000000000
--- a/blockchains/ethereum/assets/0x5140e8453f913f53F9412a5AA126B64094d54e89/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST 8",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5140e8453f913f53F9412a5AA126B64094d54e89",
- "status": "abandoned",
- "id": "0x5140e8453f913f53F9412a5AA126B64094d54e89"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5140e8453f913f53F9412a5AA126B64094d54e89/logo.png b/blockchains/ethereum/assets/0x5140e8453f913f53F9412a5AA126B64094d54e89/logo.png
deleted file mode 100644
index c2fe33779a7a0..0000000000000
Binary files a/blockchains/ethereum/assets/0x5140e8453f913f53F9412a5AA126B64094d54e89/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x514910771AF9Ca656af840dff83E8264EcF986CA/info.json b/blockchains/ethereum/assets/0x514910771AF9Ca656af840dff83E8264EcF986CA/info.json
deleted file mode 100644
index a636133d27459..0000000000000
--- a/blockchains/ethereum/assets/0x514910771AF9Ca656af840dff83E8264EcF986CA/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Chainlink",
- "website": "https://chain.link",
- "description": "Chainlink is a decentralized oracle service, which aims to connect smart contracts with data from the real world. Oracles are needed to function as data feeds in smart contracts. Oracles provide external data (e.g. temperature, weather) that can drive smart contract executions. Participants on the network are incentivized (through rewards) to provide smart contracts with access to external data feeds.",
- "explorer": "https://etherscan.io/token/0x514910771AF9Ca656af840dff83E8264EcF986CA",
- "type": "ERC20",
- "symbol": "LINK",
- "decimals": 18,
- "status": "active",
- "id": "0x514910771AF9Ca656af840dff83E8264EcF986CA",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/smartcontractkit/chainlink"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/chainlink"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/chainlink"
- },
- {
- "name": "whitepaper",
- "url": "https://link.smartcontract.com/whitepaper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x514910771AF9Ca656af840dff83E8264EcF986CA/logo.png b/blockchains/ethereum/assets/0x514910771AF9Ca656af840dff83E8264EcF986CA/logo.png
deleted file mode 100644
index ab55f5e21fae2..0000000000000
Binary files a/blockchains/ethereum/assets/0x514910771AF9Ca656af840dff83E8264EcF986CA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5149fFdf642D551539f7B68Bd75fA37b16371eb9/info.json b/blockchains/ethereum/assets/0x5149fFdf642D551539f7B68Bd75fA37b16371eb9/info.json
deleted file mode 100644
index b3a86d7a9b8b1..0000000000000
--- a/blockchains/ethereum/assets/0x5149fFdf642D551539f7B68Bd75fA37b16371eb9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KhanhTest01",
- "symbol": "KT1",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5149fFdf642D551539f7B68Bd75fA37b16371eb9",
- "status": "abandoned",
- "id": "0x5149fFdf642D551539f7B68Bd75fA37b16371eb9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5149fFdf642D551539f7B68Bd75fA37b16371eb9/logo.png b/blockchains/ethereum/assets/0x5149fFdf642D551539f7B68Bd75fA37b16371eb9/logo.png
deleted file mode 100644
index 46d5158f6a947..0000000000000
Binary files a/blockchains/ethereum/assets/0x5149fFdf642D551539f7B68Bd75fA37b16371eb9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x514cdb9cd8A2fb2BdCf7A3b8DDd098CaF466E548/info.json b/blockchains/ethereum/assets/0x514cdb9cd8A2fb2BdCf7A3b8DDd098CaF466E548/info.json
deleted file mode 100644
index b9fba8242ba68..0000000000000
--- a/blockchains/ethereum/assets/0x514cdb9cd8A2fb2BdCf7A3b8DDd098CaF466E548/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RedPanda Earth ",
- "type": "ERC20",
- "symbol": "REDPANDA",
- "decimals": 9,
- "website": "https://redpanda.earth",
- "description": "RedPanda Earth is a deflationary token focused on donating to charitable organizations worldwide to save our endangered species.",
- "explorer": "https://etherscan.io/token/0x514cdb9cd8A2fb2BdCf7A3b8DDd098CaF466E548",
- "status": "active",
- "id": "0x514cdb9cd8A2fb2BdCf7A3b8DDd098CaF466E548"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x514cdb9cd8A2fb2BdCf7A3b8DDd098CaF466E548/logo.png b/blockchains/ethereum/assets/0x514cdb9cd8A2fb2BdCf7A3b8DDd098CaF466E548/logo.png
deleted file mode 100644
index 0bd8796f75033..0000000000000
Binary files a/blockchains/ethereum/assets/0x514cdb9cd8A2fb2BdCf7A3b8DDd098CaF466E548/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5150956E082C748Ca837a5dFa0a7C10CA4697f9c/info.json b/blockchains/ethereum/assets/0x5150956E082C748Ca837a5dFa0a7C10CA4697f9c/info.json
deleted file mode 100644
index 5a72fea8c1c6a..0000000000000
--- a/blockchains/ethereum/assets/0x5150956E082C748Ca837a5dFa0a7C10CA4697f9c/info.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name": "Zeedex",
- "website": "https://zeedex.io",
- "twitter": "https://twitter.com/Zeedexio",
- "telegram": "https://t.me/zeedexio",
- "description": "Zeedex is a decentralized exchange where users can trade, stake, lend and borrow cryptocurrencies.",
- "explorer": "https://etherscan.io/token/0x5150956E082C748Ca837a5dFa0a7C10CA4697f9c",
- "type": "ERC20",
- "symbol": "ZDEX",
- "decimals": 18,
- "status": "active",
- "id": "0x5150956E082C748Ca837a5dFa0a7C10CA4697f9c",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/zeedexio"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5150956E082C748Ca837a5dFa0a7C10CA4697f9c/logo.png b/blockchains/ethereum/assets/0x5150956E082C748Ca837a5dFa0a7C10CA4697f9c/logo.png
deleted file mode 100644
index 5828296c00f5d..0000000000000
Binary files a/blockchains/ethereum/assets/0x5150956E082C748Ca837a5dFa0a7C10CA4697f9c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x515669d308f887Fd83a471C7764F5d084886D34D/info.json b/blockchains/ethereum/assets/0x515669d308f887Fd83a471C7764F5d084886D34D/info.json
deleted file mode 100644
index 5985343e78c5d..0000000000000
--- a/blockchains/ethereum/assets/0x515669d308f887Fd83a471C7764F5d084886D34D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MUXE Token",
- "symbol": "MUXE",
- "type": "ERC20",
- "decimals": 18,
- "description": "MUXE The Innovative Platform For all your needs. MUXE is the innovative platform that uses Blockchain technology to allow users to LIST, SEARCH, SECURE and SETTLE all your needs.",
- "website": "https://www.muxe.io/",
- "explorer": "https://etherscan.io/token/0x515669d308f887Fd83a471C7764F5d084886D34D",
- "status": "active",
- "id": "0x515669d308f887Fd83a471C7764F5d084886D34D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x515669d308f887Fd83a471C7764F5d084886D34D/logo.png b/blockchains/ethereum/assets/0x515669d308f887Fd83a471C7764F5d084886D34D/logo.png
deleted file mode 100644
index d55b29cda93ce..0000000000000
Binary files a/blockchains/ethereum/assets/0x515669d308f887Fd83a471C7764F5d084886D34D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x515bA0a2E286AF10115284F151cF398688A69170/info.json b/blockchains/ethereum/assets/0x515bA0a2E286AF10115284F151cF398688A69170/info.json
deleted file mode 100644
index 57693db2bbf35..0000000000000
--- a/blockchains/ethereum/assets/0x515bA0a2E286AF10115284F151cF398688A69170/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TenX Token",
- "symbol": "TENX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x515bA0a2E286AF10115284F151cF398688A69170",
- "status": "abandoned",
- "id": "0x515bA0a2E286AF10115284F151cF398688A69170"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x515bA0a2E286AF10115284F151cF398688A69170/logo.png b/blockchains/ethereum/assets/0x515bA0a2E286AF10115284F151cF398688A69170/logo.png
deleted file mode 100644
index 0bbb3c7835964..0000000000000
Binary files a/blockchains/ethereum/assets/0x515bA0a2E286AF10115284F151cF398688A69170/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5165d24277cD063F5ac44Efd447B27025e888f37/info.json b/blockchains/ethereum/assets/0x5165d24277cD063F5ac44Efd447B27025e888f37/info.json
deleted file mode 100644
index 8ac2294114992..0000000000000
--- a/blockchains/ethereum/assets/0x5165d24277cD063F5ac44Efd447B27025e888f37/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave YFI",
- "symbol": "aYFI",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave YFI is an interest bearing token pegged 1:1 to the underlying YFI deposited in Aave. aYFI accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x5165d24277cD063F5ac44Efd447B27025e888f37",
- "status": "active",
- "id": "0x5165d24277cD063F5ac44Efd447B27025e888f37"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5165d24277cD063F5ac44Efd447B27025e888f37/logo.png b/blockchains/ethereum/assets/0x5165d24277cD063F5ac44Efd447B27025e888f37/logo.png
deleted file mode 100644
index 766a811bd7588..0000000000000
Binary files a/blockchains/ethereum/assets/0x5165d24277cD063F5ac44Efd447B27025e888f37/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x516E5436bAfdc11083654DE7Bb9b95382d08d5DE/info.json b/blockchains/ethereum/assets/0x516E5436bAfdc11083654DE7Bb9b95382d08d5DE/info.json
deleted file mode 100644
index cea19c11a31ee..0000000000000
--- a/blockchains/ethereum/assets/0x516E5436bAfdc11083654DE7Bb9b95382d08d5DE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ormeus Coin",
- "symbol": "ORME",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x516E5436bAfdc11083654DE7Bb9b95382d08d5DE",
- "status": "abandoned",
- "id": "0x516E5436bAfdc11083654DE7Bb9b95382d08d5DE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x516E5436bAfdc11083654DE7Bb9b95382d08d5DE/logo.png b/blockchains/ethereum/assets/0x516E5436bAfdc11083654DE7Bb9b95382d08d5DE/logo.png
deleted file mode 100755
index 4852be1ae0e62..0000000000000
Binary files a/blockchains/ethereum/assets/0x516E5436bAfdc11083654DE7Bb9b95382d08d5DE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x519475b31653E46D20cD09F9FdcF3B12BDAcB4f5/info.json b/blockchains/ethereum/assets/0x519475b31653E46D20cD09F9FdcF3B12BDAcB4f5/info.json
deleted file mode 100644
index 6b354b23e94d1..0000000000000
--- a/blockchains/ethereum/assets/0x519475b31653E46D20cD09F9FdcF3B12BDAcB4f5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VIU",
- "symbol": "VIU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x519475b31653E46D20cD09F9FdcF3B12BDAcB4f5",
- "status": "abandoned",
- "id": "0x519475b31653E46D20cD09F9FdcF3B12BDAcB4f5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x519475b31653E46D20cD09F9FdcF3B12BDAcB4f5/logo.png b/blockchains/ethereum/assets/0x519475b31653E46D20cD09F9FdcF3B12BDAcB4f5/logo.png
deleted file mode 100644
index e912aa6b21490..0000000000000
Binary files a/blockchains/ethereum/assets/0x519475b31653E46D20cD09F9FdcF3B12BDAcB4f5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5197FBE1a86679FF1360E27862BF88B0c5119BD8/info.json b/blockchains/ethereum/assets/0x5197FBE1a86679FF1360E27862BF88B0c5119BD8/info.json
deleted file mode 100644
index 9461fbcdb141d..0000000000000
--- a/blockchains/ethereum/assets/0x5197FBE1a86679FF1360E27862BF88B0c5119BD8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BITPIF",
- "symbol": "BPF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5197FBE1a86679FF1360E27862BF88B0c5119BD8",
- "status": "abandoned",
- "id": "0x5197FBE1a86679FF1360E27862BF88B0c5119BD8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5197FBE1a86679FF1360E27862BF88B0c5119BD8/logo.png b/blockchains/ethereum/assets/0x5197FBE1a86679FF1360E27862BF88B0c5119BD8/logo.png
deleted file mode 100644
index dc3a48dc5f60e..0000000000000
Binary files a/blockchains/ethereum/assets/0x5197FBE1a86679FF1360E27862BF88B0c5119BD8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x51AD8CDcFE12dd38C746ABE72429B9c870032A7C/info.json b/blockchains/ethereum/assets/0x51AD8CDcFE12dd38C746ABE72429B9c870032A7C/info.json
deleted file mode 100644
index f60ca839d91b3..0000000000000
--- a/blockchains/ethereum/assets/0x51AD8CDcFE12dd38C746ABE72429B9c870032A7C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sky Ether",
- "symbol": "SET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x51AD8CDcFE12dd38C746ABE72429B9c870032A7C",
- "status": "abandoned",
- "id": "0x51AD8CDcFE12dd38C746ABE72429B9c870032A7C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x51AD8CDcFE12dd38C746ABE72429B9c870032A7C/logo.png b/blockchains/ethereum/assets/0x51AD8CDcFE12dd38C746ABE72429B9c870032A7C/logo.png
deleted file mode 100644
index 760dd7f9a9f02..0000000000000
Binary files a/blockchains/ethereum/assets/0x51AD8CDcFE12dd38C746ABE72429B9c870032A7C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x51B0dFD23f45e0700C598BBB91beE60e0a175c1B/info.json b/blockchains/ethereum/assets/0x51B0dFD23f45e0700C598BBB91beE60e0a175c1B/info.json
deleted file mode 100644
index 4bab1cc1d079c..0000000000000
--- a/blockchains/ethereum/assets/0x51B0dFD23f45e0700C598BBB91beE60e0a175c1B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FriendsCoin",
- "symbol": "FZC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x51B0dFD23f45e0700C598BBB91beE60e0a175c1B",
- "status": "abandoned",
- "id": "0x51B0dFD23f45e0700C598BBB91beE60e0a175c1B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x51B0dFD23f45e0700C598BBB91beE60e0a175c1B/logo.png b/blockchains/ethereum/assets/0x51B0dFD23f45e0700C598BBB91beE60e0a175c1B/logo.png
deleted file mode 100755
index 8d0905a75b29e..0000000000000
Binary files a/blockchains/ethereum/assets/0x51B0dFD23f45e0700C598BBB91beE60e0a175c1B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x51BC0DeaF7bBE82bC9006b0c3531668a4206D27F/info.json b/blockchains/ethereum/assets/0x51BC0DeaF7bBE82bC9006b0c3531668a4206D27F/info.json
deleted file mode 100644
index 9d38c919c9d60..0000000000000
--- a/blockchains/ethereum/assets/0x51BC0DeaF7bBE82bC9006b0c3531668a4206D27F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RAKUN",
- "symbol": "RAKU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://rakunworld.com/",
- "explorer": "https://etherscan.io/token/0x51BC0DeaF7bBE82bC9006b0c3531668a4206D27F",
- "status": "abandoned",
- "id": "0x51BC0DeaF7bBE82bC9006b0c3531668a4206D27F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x51BC0DeaF7bBE82bC9006b0c3531668a4206D27F/logo.png b/blockchains/ethereum/assets/0x51BC0DeaF7bBE82bC9006b0c3531668a4206D27F/logo.png
deleted file mode 100644
index f103a5a4dfcac..0000000000000
Binary files a/blockchains/ethereum/assets/0x51BC0DeaF7bBE82bC9006b0c3531668a4206D27F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x51Bb9c623226CE781F4A54FC8F4A530a47142b6B/info.json b/blockchains/ethereum/assets/0x51Bb9c623226CE781F4A54FC8F4A530a47142b6B/info.json
deleted file mode 100644
index 549708e62a444..0000000000000
--- a/blockchains/ethereum/assets/0x51Bb9c623226CE781F4A54FC8F4A530a47142b6B/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "Peet DeFi",
- "website": "https://peetdecentralized.finance/",
- "description": "Core utility, staking, and governance token for Peet decentralized finance platform.",
- "explorer": "https://etherscan.io/token/0x51bb9c623226ce781f4a54fc8f4a530a47142b6b",
- "research": "https://peetdefi.gitbook.io/docs/",
- "type": "ERC20",
- "symbol": "PTE",
- "decimals": 18,
- "status": "active",
- "id": "0x51Bb9c623226CE781F4A54FC8F4A530a47142b6B",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://peetdecentralized.finance/litepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x51Bb9c623226CE781F4A54FC8F4A530a47142b6B/logo.png b/blockchains/ethereum/assets/0x51Bb9c623226CE781F4A54FC8F4A530a47142b6B/logo.png
deleted file mode 100644
index 686395c018666..0000000000000
Binary files a/blockchains/ethereum/assets/0x51Bb9c623226CE781F4A54FC8F4A530a47142b6B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x51DB5Ad35C671a87207d88fC11d593AC0C8415bd/info.json b/blockchains/ethereum/assets/0x51DB5Ad35C671a87207d88fC11d593AC0C8415bd/info.json
deleted file mode 100644
index 73c03bc9c6437..0000000000000
--- a/blockchains/ethereum/assets/0x51DB5Ad35C671a87207d88fC11d593AC0C8415bd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Moeda Loyalty Points",
- "symbol": "MDA",
- "type": "ERC20",
- "decimals": 18,
- "description": "From anywhere in the world, secure and transparent contributions can be made in ventures and projects selected by our technical network that promote the enhancement and development of local communities",
- "website": "https://moedaseeds.com/",
- "explorer": "https://etherscan.io/token/0x51DB5Ad35C671a87207d88fC11d593AC0C8415bd",
- "status": "active",
- "id": "0x51DB5Ad35C671a87207d88fC11d593AC0C8415bd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x51DB5Ad35C671a87207d88fC11d593AC0C8415bd/logo.png b/blockchains/ethereum/assets/0x51DB5Ad35C671a87207d88fC11d593AC0C8415bd/logo.png
deleted file mode 100644
index 1856b6ff12e8a..0000000000000
Binary files a/blockchains/ethereum/assets/0x51DB5Ad35C671a87207d88fC11d593AC0C8415bd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x51FE2E572e97BFEB1D719809d743Ec2675924EDc/info.json b/blockchains/ethereum/assets/0x51FE2E572e97BFEB1D719809d743Ec2675924EDc/info.json
deleted file mode 100644
index 8d3adabe6dfbc..0000000000000
--- a/blockchains/ethereum/assets/0x51FE2E572e97BFEB1D719809d743Ec2675924EDc/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "VLaunch",
- "type": "ERC20",
- "symbol": "VPAD",
- "decimals": 18,
- "website": "https://www.vlaunch.com",
- "description": "First Fully Influencer-Backed Multi-Chain Launchpad",
- "explorer": "https://etherscan.io/token/0x51FE2E572e97BFEB1D719809d743Ec2675924EDc",
- "status": "active",
- "id": "0x51FE2E572e97BFEB1D719809d743Ec2675924EDc",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/vlaunchcom"
- },
- {
- "name": "telegram",
- "url": "https://t.me/VLaunchCOMToken"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/codenamevalerts"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/vlaunch"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/vlaunch"
- },
- {
- "name": "source_code",
- "url": "https://github.com/vlaunchcom"
- },
- {
- "name": "whitepaper",
- "url": "https://www.vlaunch.com/whitepaper"
- }
- ],
- "tags": [
- "staking"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x51FE2E572e97BFEB1D719809d743Ec2675924EDc/logo.png b/blockchains/ethereum/assets/0x51FE2E572e97BFEB1D719809d743Ec2675924EDc/logo.png
deleted file mode 100644
index 62b8c49184690..0000000000000
Binary files a/blockchains/ethereum/assets/0x51FE2E572e97BFEB1D719809d743Ec2675924EDc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x51e00a95748DBd2a3F47bC5c3b3E7B3F0fea666c/info.json b/blockchains/ethereum/assets/0x51e00a95748DBd2a3F47bC5c3b3E7B3F0fea666c/info.json
deleted file mode 100644
index 5a519c74ed1ef..0000000000000
--- a/blockchains/ethereum/assets/0x51e00a95748DBd2a3F47bC5c3b3E7B3F0fea666c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DVGToken",
- "type": "ERC20",
- "symbol": "DVG",
- "decimals": 18,
- "description": "DAOventures.co DeFi robo-advisor and automated money manager.",
- "website": "https://www.daoventures.co/",
- "explorer": "https://etherscan.io/token/0x51e00a95748dbd2a3f47bc5c3b3e7b3f0fea666c",
- "status": "active",
- "id": "0x51e00a95748DBd2a3F47bC5c3b3E7B3F0fea666c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x51e00a95748DBd2a3F47bC5c3b3E7B3F0fea666c/logo.png b/blockchains/ethereum/assets/0x51e00a95748DBd2a3F47bC5c3b3E7B3F0fea666c/logo.png
deleted file mode 100644
index 1073fcce4f87e..0000000000000
Binary files a/blockchains/ethereum/assets/0x51e00a95748DBd2a3F47bC5c3b3E7B3F0fea666c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x51ee82641Ac238BDe34B9859f98F5F311d6E4954/info.json b/blockchains/ethereum/assets/0x51ee82641Ac238BDe34B9859f98F5F311d6E4954/info.json
deleted file mode 100644
index 58599255f7895..0000000000000
--- a/blockchains/ethereum/assets/0x51ee82641Ac238BDe34B9859f98F5F311d6E4954/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IQT Token",
- "symbol": "IQT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x51ee82641Ac238BDe34B9859f98F5F311d6E4954",
- "status": "abandoned",
- "id": "0x51ee82641Ac238BDe34B9859f98F5F311d6E4954"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x51ee82641Ac238BDe34B9859f98F5F311d6E4954/logo.png b/blockchains/ethereum/assets/0x51ee82641Ac238BDe34B9859f98F5F311d6E4954/logo.png
deleted file mode 100644
index 796f42b84b60a..0000000000000
Binary files a/blockchains/ethereum/assets/0x51ee82641Ac238BDe34B9859f98F5F311d6E4954/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x51fB3dA8A67861361281AC56Fe2Ad8c3b4539FFa/info.json b/blockchains/ethereum/assets/0x51fB3dA8A67861361281AC56Fe2Ad8c3b4539FFa/info.json
deleted file mode 100644
index dad18a6f5d520..0000000000000
--- a/blockchains/ethereum/assets/0x51fB3dA8A67861361281AC56Fe2Ad8c3b4539FFa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "InsurChain2.0",
- "symbol": "INSUR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x51fB3dA8A67861361281AC56Fe2Ad8c3b4539FFa",
- "status": "abandoned",
- "id": "0x51fB3dA8A67861361281AC56Fe2Ad8c3b4539FFa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x51fB3dA8A67861361281AC56Fe2Ad8c3b4539FFa/logo.png b/blockchains/ethereum/assets/0x51fB3dA8A67861361281AC56Fe2Ad8c3b4539FFa/logo.png
deleted file mode 100644
index e7438f95be676..0000000000000
Binary files a/blockchains/ethereum/assets/0x51fB3dA8A67861361281AC56Fe2Ad8c3b4539FFa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x51fcc029E8DeA8dCbDF84e11B7fF69c5F3561136/info.json b/blockchains/ethereum/assets/0x51fcc029E8DeA8dCbDF84e11B7fF69c5F3561136/info.json
deleted file mode 100644
index b5303751681f2..0000000000000
--- a/blockchains/ethereum/assets/0x51fcc029E8DeA8dCbDF84e11B7fF69c5F3561136/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NEWDIA",
- "symbol": "NDIA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x51fcc029E8DeA8dCbDF84e11B7fF69c5F3561136",
- "status": "abandoned",
- "id": "0x51fcc029E8DeA8dCbDF84e11B7fF69c5F3561136"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x51fcc029E8DeA8dCbDF84e11B7fF69c5F3561136/logo.png b/blockchains/ethereum/assets/0x51fcc029E8DeA8dCbDF84e11B7fF69c5F3561136/logo.png
deleted file mode 100644
index 5ea519d16b0bf..0000000000000
Binary files a/blockchains/ethereum/assets/0x51fcc029E8DeA8dCbDF84e11B7fF69c5F3561136/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5212BD86b83fE7E72e19D95891fd634d98286f04/info.json b/blockchains/ethereum/assets/0x5212BD86b83fE7E72e19D95891fd634d98286f04/info.json
deleted file mode 100644
index 6879506ec7a2d..0000000000000
--- a/blockchains/ethereum/assets/0x5212BD86b83fE7E72e19D95891fd634d98286f04/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Maxburn Token",
- "symbol": "XMB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5212BD86b83fE7E72e19D95891fd634d98286f04",
- "status": "abandoned",
- "id": "0x5212BD86b83fE7E72e19D95891fd634d98286f04"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5212BD86b83fE7E72e19D95891fd634d98286f04/logo.png b/blockchains/ethereum/assets/0x5212BD86b83fE7E72e19D95891fd634d98286f04/logo.png
deleted file mode 100644
index d56b69668b7a3..0000000000000
Binary files a/blockchains/ethereum/assets/0x5212BD86b83fE7E72e19D95891fd634d98286f04/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5218E472cFCFE0b64A064F055B43b4cdC9EfD3A6/info.json b/blockchains/ethereum/assets/0x5218E472cFCFE0b64A064F055B43b4cdC9EfD3A6/info.json
deleted file mode 100644
index ea6587f8ffb83..0000000000000
--- a/blockchains/ethereum/assets/0x5218E472cFCFE0b64A064F055B43b4cdC9EfD3A6/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "unFederalReserve",
- "website": "https://unFederalReserve.com",
- "description": "unFederalReserve is a banking SaaS company built on blockchain technology. Our banking products are designed for smaller U.S. Treasury chartered banks and non-bank lenders in need of greater liquidity without sacrificing security or compliance.",
- "explorer": "https://etherscan.io/token/0x5218E472cFCFE0b64A064F055B43b4cdC9EfD3A6",
- "type": "ERC20",
- "symbol": "eRSDL",
- "decimals": 18,
- "status": "active",
- "id": "0x5218E472cFCFE0b64A064F055B43b4cdC9EfD3A6",
- "tags": [
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5218E472cFCFE0b64A064F055B43b4cdC9EfD3A6/logo.png b/blockchains/ethereum/assets/0x5218E472cFCFE0b64A064F055B43b4cdC9EfD3A6/logo.png
deleted file mode 100644
index c9f5954fbf2bf..0000000000000
Binary files a/blockchains/ethereum/assets/0x5218E472cFCFE0b64A064F055B43b4cdC9EfD3A6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5219D24CAa72040F055fC547Cc786a29e025E767/info.json b/blockchains/ethereum/assets/0x5219D24CAa72040F055fC547Cc786a29e025E767/info.json
deleted file mode 100644
index 0ec1131963fa0..0000000000000
--- a/blockchains/ethereum/assets/0x5219D24CAa72040F055fC547Cc786a29e025E767/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Linden Lab",
- "symbol": "LDL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5219D24CAa72040F055fC547Cc786a29e025E767",
- "status": "abandoned",
- "id": "0x5219D24CAa72040F055fC547Cc786a29e025E767"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5219D24CAa72040F055fC547Cc786a29e025E767/logo.png b/blockchains/ethereum/assets/0x5219D24CAa72040F055fC547Cc786a29e025E767/logo.png
deleted file mode 100644
index 1a58d1dddebb5..0000000000000
Binary files a/blockchains/ethereum/assets/0x5219D24CAa72040F055fC547Cc786a29e025E767/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x521A2aC7b33b09fA21A1aD7C040F4e1b5912C1d0/info.json b/blockchains/ethereum/assets/0x521A2aC7b33b09fA21A1aD7C040F4e1b5912C1d0/info.json
deleted file mode 100644
index e648e3ee300ed..0000000000000
--- a/blockchains/ethereum/assets/0x521A2aC7b33b09fA21A1aD7C040F4e1b5912C1d0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "zTrueUSD",
- "symbol": "zTUSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x521A2aC7b33b09fA21A1aD7C040F4e1b5912C1d0",
- "status": "abandoned",
- "id": "0x521A2aC7b33b09fA21A1aD7C040F4e1b5912C1d0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x521A2aC7b33b09fA21A1aD7C040F4e1b5912C1d0/logo.png b/blockchains/ethereum/assets/0x521A2aC7b33b09fA21A1aD7C040F4e1b5912C1d0/logo.png
deleted file mode 100644
index 729f50874901a..0000000000000
Binary files a/blockchains/ethereum/assets/0x521A2aC7b33b09fA21A1aD7C040F4e1b5912C1d0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x521cdd9083b751dba264e9E000d11511993836e9/info.json b/blockchains/ethereum/assets/0x521cdd9083b751dba264e9E000d11511993836e9/info.json
deleted file mode 100644
index 61c177f2fc3c3..0000000000000
--- a/blockchains/ethereum/assets/0x521cdd9083b751dba264e9E000d11511993836e9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XMAO",
- "symbol": "XMAO",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x521cdd9083b751dba264e9E000d11511993836e9",
- "status": "abandoned",
- "id": "0x521cdd9083b751dba264e9E000d11511993836e9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x521cdd9083b751dba264e9E000d11511993836e9/logo.png b/blockchains/ethereum/assets/0x521cdd9083b751dba264e9E000d11511993836e9/logo.png
deleted file mode 100644
index 831e2601bb88e..0000000000000
Binary files a/blockchains/ethereum/assets/0x521cdd9083b751dba264e9E000d11511993836e9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5228a22e72ccC52d415EcFd199F99D0665E7733b/info.json b/blockchains/ethereum/assets/0x5228a22e72ccC52d415EcFd199F99D0665E7733b/info.json
deleted file mode 100644
index 977302c34d7b9..0000000000000
--- a/blockchains/ethereum/assets/0x5228a22e72ccC52d415EcFd199F99D0665E7733b/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "pTokens BTC",
- "website": "https://ptokens.io/",
- "description": "pTokens BTC is a one-to-one pegged tokenised Bitcoin on Ethereum. Leveraging the pTokens system, Bitcoin is automatically moved into the Ethereum protocol as an ERC-777 token. pTokens BTC makes Bitcoin compatible with all financial dApps, bringing unparalleled liquidity to the DeFi ecosystem.",
- "explorer": "https://etherscan.io/token/0x5228a22e72ccC52d415EcFd199F99D0665E7733b",
- "type": "ERC20",
- "symbol": "pBTC",
- "decimals": 18,
- "status": "active",
- "id": "0x5228a22e72ccC52d415EcFd199F99D0665E7733b",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/provable-things"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/pToken pBTC"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ptokens"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/pTokens"
- },
- {
- "name": "whitepaper",
- "url": "https://ptokens.io/ptokens-rev5b.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5228a22e72ccC52d415EcFd199F99D0665E7733b/logo.png b/blockchains/ethereum/assets/0x5228a22e72ccC52d415EcFd199F99D0665E7733b/logo.png
deleted file mode 100644
index bbf9eb9bee49e..0000000000000
Binary files a/blockchains/ethereum/assets/0x5228a22e72ccC52d415EcFd199F99D0665E7733b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x52353940A0271f0048d01eD15Ad13923662190dd/info.json b/blockchains/ethereum/assets/0x52353940A0271f0048d01eD15Ad13923662190dd/info.json
deleted file mode 100644
index 6fc2cc6918140..0000000000000
--- a/blockchains/ethereum/assets/0x52353940A0271f0048d01eD15Ad13923662190dd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MAHOGANY COIN",
- "symbol": "MHG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x52353940A0271f0048d01eD15Ad13923662190dd",
- "status": "abandoned",
- "id": "0x52353940A0271f0048d01eD15Ad13923662190dd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x52353940A0271f0048d01eD15Ad13923662190dd/logo.png b/blockchains/ethereum/assets/0x52353940A0271f0048d01eD15Ad13923662190dd/logo.png
deleted file mode 100644
index b2688b644ebdd..0000000000000
Binary files a/blockchains/ethereum/assets/0x52353940A0271f0048d01eD15Ad13923662190dd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x525794473F7ab5715C81d06d10f52d11cC052804/info.json b/blockchains/ethereum/assets/0x525794473F7ab5715C81d06d10f52d11cC052804/info.json
deleted file mode 100644
index 5ffef15d20299..0000000000000
--- a/blockchains/ethereum/assets/0x525794473F7ab5715C81d06d10f52d11cC052804/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "12Ships",
- "symbol": "TSHP",
- "type": "ERC20",
- "decimals": 18,
- "description": "12ships will make your journey to the blockchain investment.",
- "website": "http://12ships.com/",
- "explorer": "https://etherscan.io/token/0x525794473F7ab5715C81d06d10f52d11cC052804",
- "status": "active",
- "id": "0x525794473F7ab5715C81d06d10f52d11cC052804"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x525794473F7ab5715C81d06d10f52d11cC052804/logo.png b/blockchains/ethereum/assets/0x525794473F7ab5715C81d06d10f52d11cC052804/logo.png
deleted file mode 100644
index ffca1b03c11f0..0000000000000
Binary files a/blockchains/ethereum/assets/0x525794473F7ab5715C81d06d10f52d11cC052804/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x525A8F6F3Ba4752868cde25164382BfbaE3990e1/info.json b/blockchains/ethereum/assets/0x525A8F6F3Ba4752868cde25164382BfbaE3990e1/info.json
deleted file mode 100644
index 31b5728e6ee33..0000000000000
--- a/blockchains/ethereum/assets/0x525A8F6F3Ba4752868cde25164382BfbaE3990e1/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "NYM",
- "type": "ERC20",
- "symbol": "NYM",
- "decimals": 6,
- "website": "https://nymtech.net/",
- "description": "Nym is an open-source, decentralized and permissionless privacy system. It provides full-stack privacy, allowing other applications, services or blockchains to provide their users with strong metadata protection, at both the network level (mixnet), and the application level (anonymous credentials).",
- "explorer": "https://etherscan.io/token/0x525A8F6F3Ba4752868cde25164382BfbaE3990e1",
- "status": "active",
- "id": "0x525A8F6F3Ba4752868cde25164382BfbaE3990e1",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/nymproject"
- },
- {
- "name": "github",
- "url": "https://github.com/nymtech"
- },
- {
- "name": "telegram",
- "url": "https://t.me/nymchan"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/nym/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x525A8F6F3Ba4752868cde25164382BfbaE3990e1/logo.png b/blockchains/ethereum/assets/0x525A8F6F3Ba4752868cde25164382BfbaE3990e1/logo.png
deleted file mode 100644
index 3539571325a91..0000000000000
Binary files a/blockchains/ethereum/assets/0x525A8F6F3Ba4752868cde25164382BfbaE3990e1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x525Ebb05F90Df8b2A70be1D49A938217F1F4e941/info.json b/blockchains/ethereum/assets/0x525Ebb05F90Df8b2A70be1D49A938217F1F4e941/info.json
deleted file mode 100644
index 624d0804c2c60..0000000000000
--- a/blockchains/ethereum/assets/0x525Ebb05F90Df8b2A70be1D49A938217F1F4e941/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Happy Coin",
- "symbol": "HACO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x525Ebb05F90Df8b2A70be1D49A938217F1F4e941",
- "status": "spam",
- "id": "0x525Ebb05F90Df8b2A70be1D49A938217F1F4e941"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x525Ebb05F90Df8b2A70be1D49A938217F1F4e941/logo.png b/blockchains/ethereum/assets/0x525Ebb05F90Df8b2A70be1D49A938217F1F4e941/logo.png
deleted file mode 100644
index a8f59bb9a26f7..0000000000000
Binary files a/blockchains/ethereum/assets/0x525Ebb05F90Df8b2A70be1D49A938217F1F4e941/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x526Ccc90191A9472299323816bD2c784C0A1BCDE/info.json b/blockchains/ethereum/assets/0x526Ccc90191A9472299323816bD2c784C0A1BCDE/info.json
deleted file mode 100644
index 8a211389fc13f..0000000000000
--- a/blockchains/ethereum/assets/0x526Ccc90191A9472299323816bD2c784C0A1BCDE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DataOnBlock",
- "symbol": "DBLK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x526Ccc90191A9472299323816bD2c784C0A1BCDE",
- "status": "abandoned",
- "id": "0x526Ccc90191A9472299323816bD2c784C0A1BCDE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x526Ccc90191A9472299323816bD2c784C0A1BCDE/logo.png b/blockchains/ethereum/assets/0x526Ccc90191A9472299323816bD2c784C0A1BCDE/logo.png
deleted file mode 100644
index 55d15c869397d..0000000000000
Binary files a/blockchains/ethereum/assets/0x526Ccc90191A9472299323816bD2c784C0A1BCDE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5283D291DBCF85356A21bA090E6db59121208b44/info.json b/blockchains/ethereum/assets/0x5283D291DBCF85356A21bA090E6db59121208b44/info.json
deleted file mode 100644
index 1a1009d13e404..0000000000000
--- a/blockchains/ethereum/assets/0x5283D291DBCF85356A21bA090E6db59121208b44/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Blur",
- "type": "ERC20",
- "symbol": "BLUR",
- "decimals": 18,
- "website": "https://blur.io/",
- "description": "Blur is the NFT marketplace for pro traders. The goal is to make Blur a marketplace that the entire NFT community owns and profits from.",
- "explorer": "https://etherscan.io/token/0x5283d291dbcf85356a21ba090e6db59121208b44",
- "status": "active",
- "id": "0x5283D291DBCF85356A21bA090E6db59121208b44",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/blur_io"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/blur/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/blur-token/"
- }
- ],
- "tags": [
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5283D291DBCF85356A21bA090E6db59121208b44/logo.png b/blockchains/ethereum/assets/0x5283D291DBCF85356A21bA090E6db59121208b44/logo.png
deleted file mode 100644
index f8383d887aa59..0000000000000
Binary files a/blockchains/ethereum/assets/0x5283D291DBCF85356A21bA090E6db59121208b44/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x528d068AE69e90c90AD090b3c2b0D18241E9e9b5/info.json b/blockchains/ethereum/assets/0x528d068AE69e90c90AD090b3c2b0D18241E9e9b5/info.json
deleted file mode 100644
index e0f6001aaaef9..0000000000000
--- a/blockchains/ethereum/assets/0x528d068AE69e90c90AD090b3c2b0D18241E9e9b5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XstarToken",
- "symbol": "XT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x528d068AE69e90c90AD090b3c2b0D18241E9e9b5",
- "status": "abandoned",
- "id": "0x528d068AE69e90c90AD090b3c2b0D18241E9e9b5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x528d068AE69e90c90AD090b3c2b0D18241E9e9b5/logo.png b/blockchains/ethereum/assets/0x528d068AE69e90c90AD090b3c2b0D18241E9e9b5/logo.png
deleted file mode 100644
index 3c1e1e6ee4e80..0000000000000
Binary files a/blockchains/ethereum/assets/0x528d068AE69e90c90AD090b3c2b0D18241E9e9b5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5292EB1d4f669e697AD14E55D151013969485711/info.json b/blockchains/ethereum/assets/0x5292EB1d4f669e697AD14E55D151013969485711/info.json
deleted file mode 100644
index 8bdd88b02037f..0000000000000
--- a/blockchains/ethereum/assets/0x5292EB1d4f669e697AD14E55D151013969485711/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WorkValley",
- "symbol": "WVT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5292EB1d4f669e697AD14E55D151013969485711",
- "status": "abandoned",
- "id": "0x5292EB1d4f669e697AD14E55D151013969485711"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5292EB1d4f669e697AD14E55D151013969485711/logo.png b/blockchains/ethereum/assets/0x5292EB1d4f669e697AD14E55D151013969485711/logo.png
deleted file mode 100644
index 9d37dbd6971ea..0000000000000
Binary files a/blockchains/ethereum/assets/0x5292EB1d4f669e697AD14E55D151013969485711/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x52A7cB918c11A16958bE40CBA7E31e32a499a465/info.json b/blockchains/ethereum/assets/0x52A7cB918c11A16958bE40CBA7E31e32a499a465/info.json
deleted file mode 100644
index 6acd8577fcef2..0000000000000
--- a/blockchains/ethereum/assets/0x52A7cB918c11A16958bE40CBA7E31e32a499a465/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "fidentiaX",
- "symbol": "fdX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x52A7cB918c11A16958bE40CBA7E31e32a499a465",
- "status": "abandoned",
- "id": "0x52A7cB918c11A16958bE40CBA7E31e32a499a465"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x52A7cB918c11A16958bE40CBA7E31e32a499a465/logo.png b/blockchains/ethereum/assets/0x52A7cB918c11A16958bE40CBA7E31e32a499a465/logo.png
deleted file mode 100644
index 655d3aba58214..0000000000000
Binary files a/blockchains/ethereum/assets/0x52A7cB918c11A16958bE40CBA7E31e32a499a465/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x52DB8ebF894036ec997Da693C5fa237A4fb69d10/info.json b/blockchains/ethereum/assets/0x52DB8ebF894036ec997Da693C5fa237A4fb69d10/info.json
deleted file mode 100644
index d0b720e54d494..0000000000000
--- a/blockchains/ethereum/assets/0x52DB8ebF894036ec997Da693C5fa237A4fb69d10/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Curriculum Vitae",
- "symbol": "CVH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x52DB8ebF894036ec997Da693C5fa237A4fb69d10",
- "status": "abandoned",
- "id": "0x52DB8ebF894036ec997Da693C5fa237A4fb69d10"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x52DB8ebF894036ec997Da693C5fa237A4fb69d10/logo.png b/blockchains/ethereum/assets/0x52DB8ebF894036ec997Da693C5fa237A4fb69d10/logo.png
deleted file mode 100755
index 70864c343931e..0000000000000
Binary files a/blockchains/ethereum/assets/0x52DB8ebF894036ec997Da693C5fa237A4fb69d10/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x52Fe31c97e5c29EA63CbcFB045E1171427Bb9248/info.json b/blockchains/ethereum/assets/0x52Fe31c97e5c29EA63CbcFB045E1171427Bb9248/info.json
deleted file mode 100644
index ff8ed6a03cb50..0000000000000
--- a/blockchains/ethereum/assets/0x52Fe31c97e5c29EA63CbcFB045E1171427Bb9248/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NewRich",
- "symbol": "NRCH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x52Fe31c97e5c29EA63CbcFB045E1171427Bb9248",
- "status": "abandoned",
- "id": "0x52Fe31c97e5c29EA63CbcFB045E1171427Bb9248"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x52Fe31c97e5c29EA63CbcFB045E1171427Bb9248/logo.png b/blockchains/ethereum/assets/0x52Fe31c97e5c29EA63CbcFB045E1171427Bb9248/logo.png
deleted file mode 100644
index e1ab9e8d9f0c7..0000000000000
Binary files a/blockchains/ethereum/assets/0x52Fe31c97e5c29EA63CbcFB045E1171427Bb9248/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x52a669d086A8df6F57074B0740997b24e6FDA530/info.json b/blockchains/ethereum/assets/0x52a669d086A8df6F57074B0740997b24e6FDA530/info.json
deleted file mode 100644
index 40b9d2d2aa2ae..0000000000000
--- a/blockchains/ethereum/assets/0x52a669d086A8df6F57074B0740997b24e6FDA530/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "earlybirdcoin",
- "symbol": "EBC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x52a669d086A8df6F57074B0740997b24e6FDA530",
- "status": "abandoned",
- "id": "0x52a669d086A8df6F57074B0740997b24e6FDA530"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x52a669d086A8df6F57074B0740997b24e6FDA530/logo.png b/blockchains/ethereum/assets/0x52a669d086A8df6F57074B0740997b24e6FDA530/logo.png
deleted file mode 100644
index 1ee4cf1f9f209..0000000000000
Binary files a/blockchains/ethereum/assets/0x52a669d086A8df6F57074B0740997b24e6FDA530/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x52b65CE1391C49eaE108017c4442077b3C2Bd17a/info.json b/blockchains/ethereum/assets/0x52b65CE1391C49eaE108017c4442077b3C2Bd17a/info.json
deleted file mode 100644
index 56ff99a2d6dd2..0000000000000
--- a/blockchains/ethereum/assets/0x52b65CE1391C49eaE108017c4442077b3C2Bd17a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FEG Wrapped USDC",
- "symbol": "fUSDC",
- "type": "ERC20",
- "decimals": 6,
- "description": "FEG Wrapped USDC",
- "website": "https://fegtoken.com",
- "explorer": "https://etherscan.io/token/0x52b65ce1391c49eae108017c4442077b3c2bd17a",
- "status": "active",
- "id": "0x52b65CE1391C49eaE108017c4442077b3C2Bd17a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x52b65CE1391C49eaE108017c4442077b3C2Bd17a/logo.png b/blockchains/ethereum/assets/0x52b65CE1391C49eaE108017c4442077b3C2Bd17a/logo.png
deleted file mode 100644
index fa402770c90fd..0000000000000
Binary files a/blockchains/ethereum/assets/0x52b65CE1391C49eaE108017c4442077b3C2Bd17a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x52fb36C83ad33C1824912FC81071cA5eEB8AB390/info.json b/blockchains/ethereum/assets/0x52fb36C83ad33C1824912FC81071cA5eEB8AB390/info.json
deleted file mode 100644
index 8e079dc562e92..0000000000000
--- a/blockchains/ethereum/assets/0x52fb36C83ad33C1824912FC81071cA5eEB8AB390/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fidelium Token",
- "symbol": "FID",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x52fb36C83ad33C1824912FC81071cA5eEB8AB390",
- "status": "abandoned",
- "id": "0x52fb36C83ad33C1824912FC81071cA5eEB8AB390"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x52fb36C83ad33C1824912FC81071cA5eEB8AB390/logo.png b/blockchains/ethereum/assets/0x52fb36C83ad33C1824912FC81071cA5eEB8AB390/logo.png
deleted file mode 100755
index 97f70eae51528..0000000000000
Binary files a/blockchains/ethereum/assets/0x52fb36C83ad33C1824912FC81071cA5eEB8AB390/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5301Eae39a4cBa1CC2A74E861fDed062cA3E3420/info.json b/blockchains/ethereum/assets/0x5301Eae39a4cBa1CC2A74E861fDed062cA3E3420/info.json
deleted file mode 100644
index 25caa254cdc61..0000000000000
--- a/blockchains/ethereum/assets/0x5301Eae39a4cBa1CC2A74E861fDed062cA3E3420/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Centaure Token",
- "symbol": "CEN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5301Eae39a4cBa1CC2A74E861fDed062cA3E3420",
- "status": "abandoned",
- "id": "0x5301Eae39a4cBa1CC2A74E861fDed062cA3E3420"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5301Eae39a4cBa1CC2A74E861fDed062cA3E3420/logo.png b/blockchains/ethereum/assets/0x5301Eae39a4cBa1CC2A74E861fDed062cA3E3420/logo.png
deleted file mode 100644
index 8bbe533367fc0..0000000000000
Binary files a/blockchains/ethereum/assets/0x5301Eae39a4cBa1CC2A74E861fDed062cA3E3420/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x53066cdDBc0099eb6c96785d9b3DF2AAeEDE5DA3/info.json b/blockchains/ethereum/assets/0x53066cdDBc0099eb6c96785d9b3DF2AAeEDE5DA3/info.json
deleted file mode 100644
index 83f16af98828e..0000000000000
--- a/blockchains/ethereum/assets/0x53066cdDBc0099eb6c96785d9b3DF2AAeEDE5DA3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Penta Network Token",
- "symbol": "PNT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.penta.global",
- "explorer": "https://etherscan.io/token/0x53066cdDBc0099eb6c96785d9b3DF2AAeEDE5DA3",
- "status": "active",
- "id": "0x53066cdDBc0099eb6c96785d9b3DF2AAeEDE5DA3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x53066cdDBc0099eb6c96785d9b3DF2AAeEDE5DA3/logo.png b/blockchains/ethereum/assets/0x53066cdDBc0099eb6c96785d9b3DF2AAeEDE5DA3/logo.png
deleted file mode 100755
index 765f7d4ae7089..0000000000000
Binary files a/blockchains/ethereum/assets/0x53066cdDBc0099eb6c96785d9b3DF2AAeEDE5DA3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5313E18463Cf2F4b68b392a5b11f94dE5528D01d/info.json b/blockchains/ethereum/assets/0x5313E18463Cf2F4b68b392a5b11f94dE5528D01d/info.json
deleted file mode 100644
index f53e5b31c1ef8..0000000000000
--- a/blockchains/ethereum/assets/0x5313E18463Cf2F4b68b392a5b11f94dE5528D01d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ullu",
- "symbol": "ULLU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ullu.io/",
- "explorer": "https://etherscan.io/token/0x5313E18463Cf2F4b68b392a5b11f94dE5528D01d",
- "status": "abandoned",
- "id": "0x5313E18463Cf2F4b68b392a5b11f94dE5528D01d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5313E18463Cf2F4b68b392a5b11f94dE5528D01d/logo.png b/blockchains/ethereum/assets/0x5313E18463Cf2F4b68b392a5b11f94dE5528D01d/logo.png
deleted file mode 100644
index 68015ad1ce94d..0000000000000
Binary files a/blockchains/ethereum/assets/0x5313E18463Cf2F4b68b392a5b11f94dE5528D01d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5322A3556F979cE2180B30e689a9436fDDCB1021/info.json b/blockchains/ethereum/assets/0x5322A3556F979cE2180B30e689a9436fDDCB1021/info.json
deleted file mode 100644
index 592d700ba549d..0000000000000
--- a/blockchains/ethereum/assets/0x5322A3556F979cE2180B30e689a9436fDDCB1021/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "yTSLA Finance",
- "website": "https://ytsla.finance/",
- "description": "$yTSLA is an experimental parody token. This project is not affiliated with Tesla Inc, Elon Musk or $MEME. yTSLA is a novelty and was given away through a free airdrop and farm yield. The distribution of yTSLA was conducted in a decentralized manner. yTSLA’s inherit value is $0.00. If the value is higher than $0.00 on the open market then please note that the price can quickly go back down to $0.00.",
- "explorer": "https://etherscan.io/token/0x5322A3556F979cE2180B30e689a9436fDDCB1021",
- "type": "ERC20",
- "symbol": "yTSLA",
- "decimals": 18,
- "status": "active",
- "id": "0x5322A3556F979cE2180B30e689a9436fDDCB1021",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/yTSLA"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/yTSLA"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5322A3556F979cE2180B30e689a9436fDDCB1021/logo.png b/blockchains/ethereum/assets/0x5322A3556F979cE2180B30e689a9436fDDCB1021/logo.png
deleted file mode 100644
index 2d369fa527134..0000000000000
Binary files a/blockchains/ethereum/assets/0x5322A3556F979cE2180B30e689a9436fDDCB1021/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x53378825D95281737914a8A2ac0E5A9304aE5Ed7/info.json b/blockchains/ethereum/assets/0x53378825D95281737914a8A2ac0E5A9304aE5Ed7/info.json
deleted file mode 100644
index 81f0d6022d4db..0000000000000
--- a/blockchains/ethereum/assets/0x53378825D95281737914a8A2ac0E5A9304aE5Ed7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Samurai Token",
- "website": "https://samuraiswap.org",
- "description": "is an ER20 token where liquidity is locked at Uniswap, holders will be allowed to stake their tokens to the platform and make amazing gains.",
- "explorer": "https://etherscan.io/token/0x53378825D95281737914a8A2ac0E5A9304aE5Ed7",
- "type": "ERC20",
- "symbol": "SAM",
- "decimals": 18,
- "status": "active",
- "id": "0x53378825D95281737914a8A2ac0E5A9304aE5Ed7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x53378825D95281737914a8A2ac0E5A9304aE5Ed7/logo.png b/blockchains/ethereum/assets/0x53378825D95281737914a8A2ac0E5A9304aE5Ed7/logo.png
deleted file mode 100644
index d10b1b5caf056..0000000000000
Binary files a/blockchains/ethereum/assets/0x53378825D95281737914a8A2ac0E5A9304aE5Ed7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x53437f622bf47e758C301D0E1d2649fd42A8bAa6/info.json b/blockchains/ethereum/assets/0x53437f622bf47e758C301D0E1d2649fd42A8bAa6/info.json
deleted file mode 100644
index c5dc222c9d9d9..0000000000000
--- a/blockchains/ethereum/assets/0x53437f622bf47e758C301D0E1d2649fd42A8bAa6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NewYorkCoin",
- "symbol": "NYC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x53437f622bf47e758C301D0E1d2649fd42A8bAa6",
- "status": "abandoned",
- "id": "0x53437f622bf47e758C301D0E1d2649fd42A8bAa6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x53437f622bf47e758C301D0E1d2649fd42A8bAa6/logo.png b/blockchains/ethereum/assets/0x53437f622bf47e758C301D0E1d2649fd42A8bAa6/logo.png
deleted file mode 100755
index 59915c7360537..0000000000000
Binary files a/blockchains/ethereum/assets/0x53437f622bf47e758C301D0E1d2649fd42A8bAa6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x534546C490A4Ed2a9D0c3555447Bb9b4b01bcb9E/info.json b/blockchains/ethereum/assets/0x534546C490A4Ed2a9D0c3555447Bb9b4b01bcb9E/info.json
deleted file mode 100644
index b6af3d12e61a2..0000000000000
--- a/blockchains/ethereum/assets/0x534546C490A4Ed2a9D0c3555447Bb9b4b01bcb9E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yotro",
- "symbol": "YTRO",
- "type": "ERC20",
- "decimals": 17,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x534546C490A4Ed2a9D0c3555447Bb9b4b01bcb9E",
- "status": "abandoned",
- "id": "0x534546C490A4Ed2a9D0c3555447Bb9b4b01bcb9E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x534546C490A4Ed2a9D0c3555447Bb9b4b01bcb9E/logo.png b/blockchains/ethereum/assets/0x534546C490A4Ed2a9D0c3555447Bb9b4b01bcb9E/logo.png
deleted file mode 100644
index d03010552de70..0000000000000
Binary files a/blockchains/ethereum/assets/0x534546C490A4Ed2a9D0c3555447Bb9b4b01bcb9E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x534c5EC7bF392d0B6b228EBEfBe3F6606a2b3484/info.json b/blockchains/ethereum/assets/0x534c5EC7bF392d0B6b228EBEfBe3F6606a2b3484/info.json
deleted file mode 100644
index 105af7595e893..0000000000000
--- a/blockchains/ethereum/assets/0x534c5EC7bF392d0B6b228EBEfBe3F6606a2b3484/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Daex.Trade",
- "symbol": "DAEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x534c5EC7bF392d0B6b228EBEfBe3F6606a2b3484",
- "status": "abandoned",
- "id": "0x534c5EC7bF392d0B6b228EBEfBe3F6606a2b3484"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x534c5EC7bF392d0B6b228EBEfBe3F6606a2b3484/logo.png b/blockchains/ethereum/assets/0x534c5EC7bF392d0B6b228EBEfBe3F6606a2b3484/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x534c5EC7bF392d0B6b228EBEfBe3F6606a2b3484/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x535c8019e78805d48e9dA4f2Ef81aA9Bd77F753D/info.json b/blockchains/ethereum/assets/0x535c8019e78805d48e9dA4f2Ef81aA9Bd77F753D/info.json
deleted file mode 100644
index 976d9d31dbecd..0000000000000
--- a/blockchains/ethereum/assets/0x535c8019e78805d48e9dA4f2Ef81aA9Bd77F753D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-30/30M90",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x535c8019e78805d48e9dA4f2Ef81aA9Bd77F753D",
- "status": "abandoned",
- "id": "0x535c8019e78805d48e9dA4f2Ef81aA9Bd77F753D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x535c8019e78805d48e9dA4f2Ef81aA9Bd77F753D/logo.png b/blockchains/ethereum/assets/0x535c8019e78805d48e9dA4f2Ef81aA9Bd77F753D/logo.png
deleted file mode 100644
index 64154874e5e29..0000000000000
Binary files a/blockchains/ethereum/assets/0x535c8019e78805d48e9dA4f2Ef81aA9Bd77F753D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x537A9095b78517597b5f2058EDcd6E1978095909/info.json b/blockchains/ethereum/assets/0x537A9095b78517597b5f2058EDcd6E1978095909/info.json
deleted file mode 100644
index 384c7257e5d05..0000000000000
--- a/blockchains/ethereum/assets/0x537A9095b78517597b5f2058EDcd6E1978095909/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Design",
- "symbol": "DSGN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x537A9095b78517597b5f2058EDcd6E1978095909",
- "status": "abandoned",
- "id": "0x537A9095b78517597b5f2058EDcd6E1978095909"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x537A9095b78517597b5f2058EDcd6E1978095909/logo.png b/blockchains/ethereum/assets/0x537A9095b78517597b5f2058EDcd6E1978095909/logo.png
deleted file mode 100644
index 975d5e10df6c2..0000000000000
Binary files a/blockchains/ethereum/assets/0x537A9095b78517597b5f2058EDcd6E1978095909/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x537edD52ebcb9F48ff2f8a28c51FCdB9D6a6E0D4/info.json b/blockchains/ethereum/assets/0x537edD52ebcb9F48ff2f8a28c51FCdB9D6a6E0D4/info.json
deleted file mode 100644
index 0fc56cf337371..0000000000000
--- a/blockchains/ethereum/assets/0x537edD52ebcb9F48ff2f8a28c51FCdB9D6a6E0D4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SDOG",
- "website": "https://smalldogecoin.com",
- "description": "Small Dogecoin is a revolutionary experiment initiated by the decentralised community in an attempt to connect the centralised and decentralised worlds so that they are no longer isolated from each other. through its token SDOG, the Small Dogecoin community hopes to achieve harmony between CEX and DEX. the Small Dogecoin community is at the heart of the project and all decisions are made by The community decides, we are like a doghole tunnel in the universe connecting two suspended planets",
- "explorer": "https://etherscan.io/token/0x537edD52ebcb9F48ff2f8a28c51FCdB9D6a6E0D4",
- "type": "ERC20",
- "symbol": "SDOG",
- "decimals": 18,
- "status": "active",
- "id": "0x537edD52ebcb9F48ff2f8a28c51FCdB9D6a6E0D4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x537edD52ebcb9F48ff2f8a28c51FCdB9D6a6E0D4/logo.png b/blockchains/ethereum/assets/0x537edD52ebcb9F48ff2f8a28c51FCdB9D6a6E0D4/logo.png
deleted file mode 100644
index 0c420e6746a5b..0000000000000
Binary files a/blockchains/ethereum/assets/0x537edD52ebcb9F48ff2f8a28c51FCdB9D6a6E0D4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x53884b61963351C283118a8E1Fc05BA464a11959/info.json b/blockchains/ethereum/assets/0x53884b61963351C283118a8E1Fc05BA464a11959/info.json
deleted file mode 100644
index b4573a3da44d0..0000000000000
--- a/blockchains/ethereum/assets/0x53884b61963351C283118a8E1Fc05BA464a11959/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Monnos Token",
- "symbol": "MNS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://monnos.com/",
- "explorer": "https://etherscan.io/token/0x53884b61963351C283118a8E1Fc05BA464a11959",
- "status": "abandoned",
- "id": "0x53884b61963351C283118a8E1Fc05BA464a11959"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x53884b61963351C283118a8E1Fc05BA464a11959/logo.png b/blockchains/ethereum/assets/0x53884b61963351C283118a8E1Fc05BA464a11959/logo.png
deleted file mode 100644
index e8b1ad0d8c811..0000000000000
Binary files a/blockchains/ethereum/assets/0x53884b61963351C283118a8E1Fc05BA464a11959/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x538a151Dd910C1D1227719bd400D6C4f99ea06d0/info.json b/blockchains/ethereum/assets/0x538a151Dd910C1D1227719bd400D6C4f99ea06d0/info.json
deleted file mode 100644
index 3cbbd87be1682..0000000000000
--- a/blockchains/ethereum/assets/0x538a151Dd910C1D1227719bd400D6C4f99ea06d0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cryptochrome",
- "website": "https://cryptochrome.org/",
- "description": "Liquidity Mining & Staking of ERC-20 tokens.",
- "explorer": "https://etherscan.io/token/0x538a151Dd910C1D1227719bd400D6C4f99ea06d0",
- "type": "ERC20",
- "symbol": "CHM",
- "decimals": 18,
- "status": "active",
- "id": "0x538a151Dd910C1D1227719bd400D6C4f99ea06d0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x538a151Dd910C1D1227719bd400D6C4f99ea06d0/logo.png b/blockchains/ethereum/assets/0x538a151Dd910C1D1227719bd400D6C4f99ea06d0/logo.png
deleted file mode 100644
index bc53dbbaad4d0..0000000000000
Binary files a/blockchains/ethereum/assets/0x538a151Dd910C1D1227719bd400D6C4f99ea06d0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x539EfE69bCDd21a83eFD9122571a64CC25e0282b/info.json b/blockchains/ethereum/assets/0x539EfE69bCDd21a83eFD9122571a64CC25e0282b/info.json
deleted file mode 100644
index 1ab79ddf2b3a6..0000000000000
--- a/blockchains/ethereum/assets/0x539EfE69bCDd21a83eFD9122571a64CC25e0282b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethereum Blue",
- "symbol": "BLUE",
- "type": "ERC20",
- "decimals": 8,
- "description": "Decentralized 2-Factor Authentication, Blacklisting, Whitelisting, Auto Smart Contract Scanning, & more.",
- "website": "https://www.blueprotocol.com/",
- "explorer": "https://etherscan.io/token/0x539EfE69bCDd21a83eFD9122571a64CC25e0282b",
- "status": "active",
- "id": "0x539EfE69bCDd21a83eFD9122571a64CC25e0282b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x539EfE69bCDd21a83eFD9122571a64CC25e0282b/logo.png b/blockchains/ethereum/assets/0x539EfE69bCDd21a83eFD9122571a64CC25e0282b/logo.png
deleted file mode 100644
index 18bdb8aaf7f78..0000000000000
Binary files a/blockchains/ethereum/assets/0x539EfE69bCDd21a83eFD9122571a64CC25e0282b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x539F3615C1dBAfa0D008d87504667458acBd16Fa/info.json b/blockchains/ethereum/assets/0x539F3615C1dBAfa0D008d87504667458acBd16Fa/info.json
deleted file mode 100644
index 5e93acdd205a3..0000000000000
--- a/blockchains/ethereum/assets/0x539F3615C1dBAfa0D008d87504667458acBd16Fa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FERA",
- "website": "https://ferastrategies.com/",
- "description": "FERA provides trading strategies for crypto traders and investors, focusing on low-cap projects. The full service includes a trading plan that covers funds management and short-term predictions.",
- "explorer": "https://etherscan.io/token/0x539F3615C1dBAfa0D008d87504667458acBd16Fa",
- "type": "ERC20",
- "symbol": "FERA",
- "decimals": 18,
- "status": "active",
- "id": "0x539F3615C1dBAfa0D008d87504667458acBd16Fa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x539F3615C1dBAfa0D008d87504667458acBd16Fa/logo.png b/blockchains/ethereum/assets/0x539F3615C1dBAfa0D008d87504667458acBd16Fa/logo.png
deleted file mode 100644
index 138bee0f12b42..0000000000000
Binary files a/blockchains/ethereum/assets/0x539F3615C1dBAfa0D008d87504667458acBd16Fa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x539ad7704C67FDB7A608fCA79695b6655f623e50/info.json b/blockchains/ethereum/assets/0x539ad7704C67FDB7A608fCA79695b6655f623e50/info.json
deleted file mode 100644
index 3a882cbc0bf60..0000000000000
--- a/blockchains/ethereum/assets/0x539ad7704C67FDB7A608fCA79695b6655f623e50/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Scudo",
- "symbol": "SNG",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x539ad7704C67FDB7A608fCA79695b6655f623e50",
- "status": "abandoned",
- "id": "0x539ad7704C67FDB7A608fCA79695b6655f623e50"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x539ad7704C67FDB7A608fCA79695b6655f623e50/logo.png b/blockchains/ethereum/assets/0x539ad7704C67FDB7A608fCA79695b6655f623e50/logo.png
deleted file mode 100644
index c82a4a763c2c7..0000000000000
Binary files a/blockchains/ethereum/assets/0x539ad7704C67FDB7A608fCA79695b6655f623e50/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x53Bd789F2cDb846b227d8ffc7B46eD4263231FDf/info.json b/blockchains/ethereum/assets/0x53Bd789F2cDb846b227d8ffc7B46eD4263231FDf/info.json
deleted file mode 100644
index 232ba584c416e..0000000000000
--- a/blockchains/ethereum/assets/0x53Bd789F2cDb846b227d8ffc7B46eD4263231FDf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SIMBCOIN SWAP",
- "type": "ERC20",
- "symbol": "SMB SWAP",
- "decimals": 18,
- "website": "https://www.simbcoin.net",
- "description": "SIMBCOIN SWAP ( SMBSWAP ) offers a new amazing and unique approach to invest in the crypto sphere, generating rewards from tangible luxury such as real estate, integrated by eco-sustainable energy and extraordinary form of btc crypto mining.",
- "explorer": "https://etherscan.io/token/0x53bd789f2cdb846b227d8ffc7b46ed4263231fdf",
- "status": "active",
- "id": "0x53Bd789F2cDb846b227d8ffc7B46eD4263231FDf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x53Bd789F2cDb846b227d8ffc7B46eD4263231FDf/logo.png b/blockchains/ethereum/assets/0x53Bd789F2cDb846b227d8ffc7B46eD4263231FDf/logo.png
deleted file mode 100644
index e0c131e3b1778..0000000000000
Binary files a/blockchains/ethereum/assets/0x53Bd789F2cDb846b227d8ffc7B46eD4263231FDf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x53D428716900EAe876aD1d7E4535e796B5FAedA2/info.json b/blockchains/ethereum/assets/0x53D428716900EAe876aD1d7E4535e796B5FAedA2/info.json
deleted file mode 100644
index 5ee543f581e46..0000000000000
--- a/blockchains/ethereum/assets/0x53D428716900EAe876aD1d7E4535e796B5FAedA2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zero Fee Xchange",
- "symbol": "ZFE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x53D428716900EAe876aD1d7E4535e796B5FAedA2",
- "status": "abandoned",
- "id": "0x53D428716900EAe876aD1d7E4535e796B5FAedA2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x53D428716900EAe876aD1d7E4535e796B5FAedA2/logo.png b/blockchains/ethereum/assets/0x53D428716900EAe876aD1d7E4535e796B5FAedA2/logo.png
deleted file mode 100644
index cba5c4d9c35d0..0000000000000
Binary files a/blockchains/ethereum/assets/0x53D428716900EAe876aD1d7E4535e796B5FAedA2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x53F64bE99Da00fec224EAf9f8ce2012149D2FC88/info.json b/blockchains/ethereum/assets/0x53F64bE99Da00fec224EAf9f8ce2012149D2FC88/info.json
deleted file mode 100644
index 9ef9e5eeeefb4..0000000000000
--- a/blockchains/ethereum/assets/0x53F64bE99Da00fec224EAf9f8ce2012149D2FC88/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NICE",
- "website": "https://niceee.org/",
- "description": "NICE is a farming token that inflates when the supply is between 69 and 420 coins. Once it reaches 420 coins, it deflates by burning 20% of every transaction until it reaches 69 again, and then the cycle repeats.",
- "explorer": "https://etherscan.io/token/0x53F64bE99Da00fec224EAf9f8ce2012149D2FC88",
- "type": "ERC20",
- "symbol": "NICE",
- "decimals": 18,
- "status": "active",
- "id": "0x53F64bE99Da00fec224EAf9f8ce2012149D2FC88"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x53F64bE99Da00fec224EAf9f8ce2012149D2FC88/logo.png b/blockchains/ethereum/assets/0x53F64bE99Da00fec224EAf9f8ce2012149D2FC88/logo.png
deleted file mode 100644
index f21e77c498b0c..0000000000000
Binary files a/blockchains/ethereum/assets/0x53F64bE99Da00fec224EAf9f8ce2012149D2FC88/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x53c4871322Bb47e7A24136fce291a6dcC832a294/info.json b/blockchains/ethereum/assets/0x53c4871322Bb47e7A24136fce291a6dcC832a294/info.json
deleted file mode 100644
index c9cb7f8c19147..0000000000000
--- a/blockchains/ethereum/assets/0x53c4871322Bb47e7A24136fce291a6dcC832a294/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WLTC",
- "website": "https://www.wrapped.com",
- "description": "Wrapped Litecoin is a 1:1 equivalent of Litecoin on the Ethereum network",
- "explorer": "https://etherscan.io/token/0x53c4871322Bb47e7A24136fce291a6dcC832a294",
- "type": "ERC20",
- "symbol": "WLTC",
- "decimals": 18,
- "status": "active",
- "id": "0x53c4871322Bb47e7A24136fce291a6dcC832a294"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x53c4871322Bb47e7A24136fce291a6dcC832a294/logo.png b/blockchains/ethereum/assets/0x53c4871322Bb47e7A24136fce291a6dcC832a294/logo.png
deleted file mode 100644
index d5c9c6f144239..0000000000000
Binary files a/blockchains/ethereum/assets/0x53c4871322Bb47e7A24136fce291a6dcC832a294/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x53eBb10Ca7F91E6c90d7ce9249Cea70E75948b16/info.json b/blockchains/ethereum/assets/0x53eBb10Ca7F91E6c90d7ce9249Cea70E75948b16/info.json
deleted file mode 100644
index a1ec76fe9a2db..0000000000000
--- a/blockchains/ethereum/assets/0x53eBb10Ca7F91E6c90d7ce9249Cea70E75948b16/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Alteum",
- "symbol": "AUM",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x53eBb10Ca7F91E6c90d7ce9249Cea70E75948b16",
- "status": "spam",
- "id": "0x53eBb10Ca7F91E6c90d7ce9249Cea70E75948b16"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x53eBb10Ca7F91E6c90d7ce9249Cea70E75948b16/logo.png b/blockchains/ethereum/assets/0x53eBb10Ca7F91E6c90d7ce9249Cea70E75948b16/logo.png
deleted file mode 100644
index b4de77eb1ea18..0000000000000
Binary files a/blockchains/ethereum/assets/0x53eBb10Ca7F91E6c90d7ce9249Cea70E75948b16/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5400575877b6db1749e60ed87780A94A7CA8AF13/info.json b/blockchains/ethereum/assets/0x5400575877b6db1749e60ed87780A94A7CA8AF13/info.json
deleted file mode 100644
index 37fd98ddf2ec8..0000000000000
--- a/blockchains/ethereum/assets/0x5400575877b6db1749e60ed87780A94A7CA8AF13/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoinFuns",
- "symbol": "CFS",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5400575877b6db1749e60ed87780A94A7CA8AF13",
- "status": "abandoned",
- "id": "0x5400575877b6db1749e60ed87780A94A7CA8AF13"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5400575877b6db1749e60ed87780A94A7CA8AF13/logo.png b/blockchains/ethereum/assets/0x5400575877b6db1749e60ed87780A94A7CA8AF13/logo.png
deleted file mode 100644
index c49af5c15f693..0000000000000
Binary files a/blockchains/ethereum/assets/0x5400575877b6db1749e60ed87780A94A7CA8AF13/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x54012cDF4119DE84218F7EB90eEB87e25aE6EBd7/info.json b/blockchains/ethereum/assets/0x54012cDF4119DE84218F7EB90eEB87e25aE6EBd7/info.json
deleted file mode 100644
index ff4f48701bdda..0000000000000
--- a/blockchains/ethereum/assets/0x54012cDF4119DE84218F7EB90eEB87e25aE6EBd7/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "LUFFY",
- "website": "https://luffytoken.com/",
- "description": "Luffy is a versatile altcoin featuring a layer-2 blockchain for fast and cheap transactions.",
- "explorer": "https://etherscan.io/token/0x54012cDF4119DE84218F7EB90eEB87e25aE6EBd7",
- "symbol": "LUFFY",
- "type": "ERC20",
- "decimals": 9,
- "status": "active",
- "id": "0x54012cDF4119DE84218F7EB90eEB87e25aE6EBd7",
- "tags": [
- "nft"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/luffyinutoken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/luffytoken_official"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/luffy_inu/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/groups/luffytoken"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x54012cDF4119DE84218F7EB90eEB87e25aE6EBd7/logo.png b/blockchains/ethereum/assets/0x54012cDF4119DE84218F7EB90eEB87e25aE6EBd7/logo.png
deleted file mode 100644
index fe575a033db9b..0000000000000
Binary files a/blockchains/ethereum/assets/0x54012cDF4119DE84218F7EB90eEB87e25aE6EBd7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5403d3AC289322C482cD558014ea3888EF1B1d44/info.json b/blockchains/ethereum/assets/0x5403d3AC289322C482cD558014ea3888EF1B1d44/info.json
deleted file mode 100644
index ce4e8fac5c628..0000000000000
--- a/blockchains/ethereum/assets/0x5403d3AC289322C482cD558014ea3888EF1B1d44/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Super Trip Chain",
- "symbol": "SUPT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5403d3AC289322C482cD558014ea3888EF1B1d44",
- "status": "abandoned",
- "id": "0x5403d3AC289322C482cD558014ea3888EF1B1d44"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5403d3AC289322C482cD558014ea3888EF1B1d44/logo.png b/blockchains/ethereum/assets/0x5403d3AC289322C482cD558014ea3888EF1B1d44/logo.png
deleted file mode 100644
index 610efe79f9a04..0000000000000
Binary files a/blockchains/ethereum/assets/0x5403d3AC289322C482cD558014ea3888EF1B1d44/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x540e5fFF293f523Acd26291b5bC7ac5713991FEb/info.json b/blockchains/ethereum/assets/0x540e5fFF293f523Acd26291b5bC7ac5713991FEb/info.json
deleted file mode 100644
index e516c7d71e53f..0000000000000
--- a/blockchains/ethereum/assets/0x540e5fFF293f523Acd26291b5bC7ac5713991FEb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PitisCoin",
- "symbol": "PTS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x540e5fFF293f523Acd26291b5bC7ac5713991FEb",
- "status": "abandoned",
- "id": "0x540e5fFF293f523Acd26291b5bC7ac5713991FEb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x540e5fFF293f523Acd26291b5bC7ac5713991FEb/logo.png b/blockchains/ethereum/assets/0x540e5fFF293f523Acd26291b5bC7ac5713991FEb/logo.png
deleted file mode 100644
index 62b2476e49df2..0000000000000
Binary files a/blockchains/ethereum/assets/0x540e5fFF293f523Acd26291b5bC7ac5713991FEb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x54257FcaAA8e50ae9a47Bf3afe054756fB1230F6/info.json b/blockchains/ethereum/assets/0x54257FcaAA8e50ae9a47Bf3afe054756fB1230F6/info.json
deleted file mode 100644
index f5daa70a766a9..0000000000000
--- a/blockchains/ethereum/assets/0x54257FcaAA8e50ae9a47Bf3afe054756fB1230F6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tombola",
- "symbol": "TBL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x54257FcaAA8e50ae9a47Bf3afe054756fB1230F6",
- "status": "abandoned",
- "id": "0x54257FcaAA8e50ae9a47Bf3afe054756fB1230F6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x54257FcaAA8e50ae9a47Bf3afe054756fB1230F6/logo.png b/blockchains/ethereum/assets/0x54257FcaAA8e50ae9a47Bf3afe054756fB1230F6/logo.png
deleted file mode 100644
index 927599809e1d1..0000000000000
Binary files a/blockchains/ethereum/assets/0x54257FcaAA8e50ae9a47Bf3afe054756fB1230F6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x542a1eb77C705D12c11d2aaa1Ae90cdd5e8103eC/info.json b/blockchains/ethereum/assets/0x542a1eb77C705D12c11d2aaa1Ae90cdd5e8103eC/info.json
deleted file mode 100644
index b71d412054a78..0000000000000
--- a/blockchains/ethereum/assets/0x542a1eb77C705D12c11d2aaa1Ae90cdd5e8103eC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SitCoin",
- "symbol": "SIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x542a1eb77C705D12c11d2aaa1Ae90cdd5e8103eC",
- "status": "abandoned",
- "id": "0x542a1eb77C705D12c11d2aaa1Ae90cdd5e8103eC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x542a1eb77C705D12c11d2aaa1Ae90cdd5e8103eC/logo.png b/blockchains/ethereum/assets/0x542a1eb77C705D12c11d2aaa1Ae90cdd5e8103eC/logo.png
deleted file mode 100644
index ccd459f249e65..0000000000000
Binary files a/blockchains/ethereum/assets/0x542a1eb77C705D12c11d2aaa1Ae90cdd5e8103eC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5432C580E34f590f4dd901B825DDeb92e905e826/info.json b/blockchains/ethereum/assets/0x5432C580E34f590f4dd901B825DDeb92e905e826/info.json
deleted file mode 100644
index 04cab29814035..0000000000000
--- a/blockchains/ethereum/assets/0x5432C580E34f590f4dd901B825DDeb92e905e826/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TradeX Token",
- "symbol": "TXH",
- "type": "ERC20",
- "decimals": 18,
- "description": "TradeX token is created for the projects which are built with its real-life utility.",
- "website": "https://tradextoken.com/",
- "explorer": "https://etherscan.io/token/0x5432C580E34f590f4dd901B825DDeb92e905e826",
- "status": "active",
- "id": "0x5432C580E34f590f4dd901B825DDeb92e905e826"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5432C580E34f590f4dd901B825DDeb92e905e826/logo.png b/blockchains/ethereum/assets/0x5432C580E34f590f4dd901B825DDeb92e905e826/logo.png
deleted file mode 100644
index 58e0b6254ab72..0000000000000
Binary files a/blockchains/ethereum/assets/0x5432C580E34f590f4dd901B825DDeb92e905e826/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5436056123811eA75C4740d086CfBac77eBcb6F8/info.json b/blockchains/ethereum/assets/0x5436056123811eA75C4740d086CfBac77eBcb6F8/info.json
deleted file mode 100644
index a577f8f43b0e9..0000000000000
--- a/blockchains/ethereum/assets/0x5436056123811eA75C4740d086CfBac77eBcb6F8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DD Electrum",
- "symbol": "DDE",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5436056123811eA75C4740d086CfBac77eBcb6F8",
- "status": "abandoned",
- "id": "0x5436056123811eA75C4740d086CfBac77eBcb6F8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5436056123811eA75C4740d086CfBac77eBcb6F8/logo.png b/blockchains/ethereum/assets/0x5436056123811eA75C4740d086CfBac77eBcb6F8/logo.png
deleted file mode 100644
index 89a0c6d1d46a7..0000000000000
Binary files a/blockchains/ethereum/assets/0x5436056123811eA75C4740d086CfBac77eBcb6F8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x543Ff227F64Aa17eA132Bf9886cAb5DB55DCAddf/info.json b/blockchains/ethereum/assets/0x543Ff227F64Aa17eA132Bf9886cAb5DB55DCAddf/info.json
deleted file mode 100644
index a8442c88da2c9..0000000000000
--- a/blockchains/ethereum/assets/0x543Ff227F64Aa17eA132Bf9886cAb5DB55DCAddf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DAOstack",
- "symbol": "GEN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://daostack.io/",
- "explorer": "https://etherscan.io/token/0x543Ff227F64Aa17eA132Bf9886cAb5DB55DCAddf",
- "status": "abandoned",
- "id": "0x543Ff227F64Aa17eA132Bf9886cAb5DB55DCAddf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x543Ff227F64Aa17eA132Bf9886cAb5DB55DCAddf/logo.png b/blockchains/ethereum/assets/0x543Ff227F64Aa17eA132Bf9886cAb5DB55DCAddf/logo.png
deleted file mode 100755
index 9fa10ebea99a3..0000000000000
Binary files a/blockchains/ethereum/assets/0x543Ff227F64Aa17eA132Bf9886cAb5DB55DCAddf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x544c42fBB96B39B21DF61cf322b5EDC285EE7429/info.json b/blockchains/ethereum/assets/0x544c42fBB96B39B21DF61cf322b5EDC285EE7429/info.json
deleted file mode 100644
index f930082432d5c..0000000000000
--- a/blockchains/ethereum/assets/0x544c42fBB96B39B21DF61cf322b5EDC285EE7429/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "InsurAce",
- "website": "https://insurace.io",
- "description": "InsurAce is a decentralized insurance protocol, aiming to provide reliable, robust, and carefree DeFi insurance services to DeFi users, with a low premium and sustainable investment returns.",
- "explorer": "https://etherscan.io/token/0x544c42fbb96b39b21df61cf322b5edc285ee7429",
- "type": "ERC20",
- "symbol": "INSUR",
- "decimals": 18,
- "status": "active",
- "id": "0x544c42fBB96B39B21DF61cf322b5EDC285EE7429"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x544c42fBB96B39B21DF61cf322b5EDC285EE7429/logo.png b/blockchains/ethereum/assets/0x544c42fBB96B39B21DF61cf322b5EDC285EE7429/logo.png
deleted file mode 100644
index 367f25758b7bc..0000000000000
Binary files a/blockchains/ethereum/assets/0x544c42fBB96B39B21DF61cf322b5EDC285EE7429/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5456BC77Dd275c45c3C15f0cF936b763cF57c3B5/info.json b/blockchains/ethereum/assets/0x5456BC77Dd275c45c3C15f0cF936b763cF57c3B5/info.json
deleted file mode 100644
index 24ff6d5b72e12..0000000000000
--- a/blockchains/ethereum/assets/0x5456BC77Dd275c45c3C15f0cF936b763cF57c3B5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Anchor",
- "symbol": "ANCT",
- "type": "ERC20",
- "decimals": 8,
- "description": "Anchor is the world’s first cryptocurrency (stablecoin) pegged to global economic growth.",
- "website": "https://theanchor.io/",
- "explorer": "https://etherscan.io/token/0x5456BC77Dd275c45c3C15f0cF936b763cF57c3B5",
- "status": "active",
- "id": "0x5456BC77Dd275c45c3C15f0cF936b763cF57c3B5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5456BC77Dd275c45c3C15f0cF936b763cF57c3B5/logo.png b/blockchains/ethereum/assets/0x5456BC77Dd275c45c3C15f0cF936b763cF57c3B5/logo.png
deleted file mode 100644
index 0bd87949a5f41..0000000000000
Binary files a/blockchains/ethereum/assets/0x5456BC77Dd275c45c3C15f0cF936b763cF57c3B5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x54672394026d16F223FdCD912973218AdB4b0E6d/info.json b/blockchains/ethereum/assets/0x54672394026d16F223FdCD912973218AdB4b0E6d/info.json
deleted file mode 100644
index d9b7fdb96d8af..0000000000000
--- a/blockchains/ethereum/assets/0x54672394026d16F223FdCD912973218AdB4b0E6d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Game4Bitcoin",
- "symbol": "G4B",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x54672394026d16F223FdCD912973218AdB4b0E6d",
- "status": "abandoned",
- "id": "0x54672394026d16F223FdCD912973218AdB4b0E6d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x54672394026d16F223FdCD912973218AdB4b0E6d/logo.png b/blockchains/ethereum/assets/0x54672394026d16F223FdCD912973218AdB4b0E6d/logo.png
deleted file mode 100644
index 3c286920acd8e..0000000000000
Binary files a/blockchains/ethereum/assets/0x54672394026d16F223FdCD912973218AdB4b0E6d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x549020a9Cb845220D66d3E9c6D9F9eF61C981102/info.json b/blockchains/ethereum/assets/0x549020a9Cb845220D66d3E9c6D9F9eF61C981102/info.json
deleted file mode 100644
index 12a82d30f7af8..0000000000000
--- a/blockchains/ethereum/assets/0x549020a9Cb845220D66d3E9c6D9F9eF61C981102/info.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "name": "SIDUS",
- "symbol": "SIDUS",
- "website": "https://sidusheroes.com",
- "description": "The financial system of the Sidus Heroes game includes two tokens: the SIDUS token and the SENATE token. The SIDUS token is used by players of SIDUS HEROES as in-game currency.",
- "explorer": "https://etherscan.io/token/0x549020a9Cb845220D66d3E9c6D9F9eF61C981102",
- "type": "ERC20",
- "decimals": 18,
- "status": "active",
- "id": "0x549020a9Cb845220D66d3E9c6D9F9eF61C981102",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/sidusHeroes"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/galaxy_sidus"
- },
- {
- "name": "medium",
- "url": "https://medium.com/sidus-nft-heroes"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/sidus__heroes"
- },
- {
- "name": "whitepaper",
- "url": "https://sidusheroes.com/docs/whitepaper.pdf"
- }
- ],
- "tags": [
- "gamefi",
- "nft",
- "staking"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x549020a9Cb845220D66d3E9c6D9F9eF61C981102/logo.png b/blockchains/ethereum/assets/0x549020a9Cb845220D66d3E9c6D9F9eF61C981102/logo.png
deleted file mode 100644
index 04638be4ef6e7..0000000000000
Binary files a/blockchains/ethereum/assets/0x549020a9Cb845220D66d3E9c6D9F9eF61C981102/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x54A994f88794C25fb8517c47De239bb3f5f7044F/info.json b/blockchains/ethereum/assets/0x54A994f88794C25fb8517c47De239bb3f5f7044F/info.json
deleted file mode 100644
index ad7a87d4f00eb..0000000000000
--- a/blockchains/ethereum/assets/0x54A994f88794C25fb8517c47De239bb3f5f7044F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R785456",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x54A994f88794C25fb8517c47De239bb3f5f7044F",
- "status": "abandoned",
- "id": "0x54A994f88794C25fb8517c47De239bb3f5f7044F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x54A994f88794C25fb8517c47De239bb3f5f7044F/logo.png b/blockchains/ethereum/assets/0x54A994f88794C25fb8517c47De239bb3f5f7044F/logo.png
deleted file mode 100644
index 52b3057673402..0000000000000
Binary files a/blockchains/ethereum/assets/0x54A994f88794C25fb8517c47De239bb3f5f7044F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x54A9ed327F2614316914c3F3a782a77d0AA47AEe/info.json b/blockchains/ethereum/assets/0x54A9ed327F2614316914c3F3a782a77d0AA47AEe/info.json
deleted file mode 100644
index d71c771e02314..0000000000000
--- a/blockchains/ethereum/assets/0x54A9ed327F2614316914c3F3a782a77d0AA47AEe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CONNECT",
- "symbol": "CNCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://connectplatformlimited.com/",
- "explorer": "https://etherscan.io/token/0x54A9ed327F2614316914c3F3a782a77d0AA47AEe",
- "status": "abandoned",
- "id": "0x54A9ed327F2614316914c3F3a782a77d0AA47AEe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x54A9ed327F2614316914c3F3a782a77d0AA47AEe/logo.png b/blockchains/ethereum/assets/0x54A9ed327F2614316914c3F3a782a77d0AA47AEe/logo.png
deleted file mode 100644
index 4c2b70dd96304..0000000000000
Binary files a/blockchains/ethereum/assets/0x54A9ed327F2614316914c3F3a782a77d0AA47AEe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x54C9EA2E9C9E8eD865Db4A4ce6711C2a0d5063Ba/info.json b/blockchains/ethereum/assets/0x54C9EA2E9C9E8eD865Db4A4ce6711C2a0d5063Ba/info.json
deleted file mode 100644
index be984c2b67e90..0000000000000
--- a/blockchains/ethereum/assets/0x54C9EA2E9C9E8eD865Db4A4ce6711C2a0d5063Ba/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "BarterTrade",
- "website": "https://bartertrade.io/",
- "description": "Utility token of cryptocurrency exchange.",
- "explorer": "https://etherscan.io/token/0x54c9ea2e9c9e8ed865db4a4ce6711c2a0d5063ba",
- "type": "ERC20",
- "symbol": "BART",
- "decimals": 18,
- "status": "active",
- "id": "0x54C9EA2E9C9E8eD865Db4A4ce6711C2a0d5063Ba",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/bartertradeio"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x54C9EA2E9C9E8eD865Db4A4ce6711C2a0d5063Ba/logo.png b/blockchains/ethereum/assets/0x54C9EA2E9C9E8eD865Db4A4ce6711C2a0d5063Ba/logo.png
deleted file mode 100644
index 668670453d755..0000000000000
Binary files a/blockchains/ethereum/assets/0x54C9EA2E9C9E8eD865Db4A4ce6711C2a0d5063Ba/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x54bFd2c33B252F6C959688bb1Ef2169A96DcEE8f/info.json b/blockchains/ethereum/assets/0x54bFd2c33B252F6C959688bb1Ef2169A96DcEE8f/info.json
deleted file mode 100644
index 420141e0be02f..0000000000000
--- a/blockchains/ethereum/assets/0x54bFd2c33B252F6C959688bb1Ef2169A96DcEE8f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bliss Exchange Token",
- "symbol": "BLISS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x54bFd2c33B252F6C959688bb1Ef2169A96DcEE8f",
- "status": "abandoned",
- "id": "0x54bFd2c33B252F6C959688bb1Ef2169A96DcEE8f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x54bFd2c33B252F6C959688bb1Ef2169A96DcEE8f/logo.png b/blockchains/ethereum/assets/0x54bFd2c33B252F6C959688bb1Ef2169A96DcEE8f/logo.png
deleted file mode 100755
index 5903b7d12d976..0000000000000
Binary files a/blockchains/ethereum/assets/0x54bFd2c33B252F6C959688bb1Ef2169A96DcEE8f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x54c402817c437A492DCE44e2ff1e82D168196c86/info.json b/blockchains/ethereum/assets/0x54c402817c437A492DCE44e2ff1e82D168196c86/info.json
deleted file mode 100644
index 652536e8e0f45..0000000000000
--- a/blockchains/ethereum/assets/0x54c402817c437A492DCE44e2ff1e82D168196c86/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Visor",
- "symbol": "XVR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x54c402817c437A492DCE44e2ff1e82D168196c86",
- "status": "abandoned",
- "id": "0x54c402817c437A492DCE44e2ff1e82D168196c86"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x54c402817c437A492DCE44e2ff1e82D168196c86/logo.png b/blockchains/ethereum/assets/0x54c402817c437A492DCE44e2ff1e82D168196c86/logo.png
deleted file mode 100755
index ebf6c6c970d59..0000000000000
Binary files a/blockchains/ethereum/assets/0x54c402817c437A492DCE44e2ff1e82D168196c86/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x54e5Fd5f3163709e0601A8EE09cf698F7019C9AE/info.json b/blockchains/ethereum/assets/0x54e5Fd5f3163709e0601A8EE09cf698F7019C9AE/info.json
deleted file mode 100644
index 7cc7998bcfdef..0000000000000
--- a/blockchains/ethereum/assets/0x54e5Fd5f3163709e0601A8EE09cf698F7019C9AE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ORICToken",
- "symbol": "ORIC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x54e5Fd5f3163709e0601A8EE09cf698F7019C9AE",
- "status": "spam",
- "id": "0x54e5Fd5f3163709e0601A8EE09cf698F7019C9AE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x54e5Fd5f3163709e0601A8EE09cf698F7019C9AE/logo.png b/blockchains/ethereum/assets/0x54e5Fd5f3163709e0601A8EE09cf698F7019C9AE/logo.png
deleted file mode 100755
index 3d658c7a80c3f..0000000000000
Binary files a/blockchains/ethereum/assets/0x54e5Fd5f3163709e0601A8EE09cf698F7019C9AE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x55126479c6AB438A6bee892dC2577aE4da9eCdAd/info.json b/blockchains/ethereum/assets/0x55126479c6AB438A6bee892dC2577aE4da9eCdAd/info.json
deleted file mode 100644
index 18cf57e503c8e..0000000000000
--- a/blockchains/ethereum/assets/0x55126479c6AB438A6bee892dC2577aE4da9eCdAd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Chicken Together",
- "symbol": "🐤",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x55126479c6AB438A6bee892dC2577aE4da9eCdAd",
- "status": "abandoned",
- "id": "0x55126479c6AB438A6bee892dC2577aE4da9eCdAd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x55126479c6AB438A6bee892dC2577aE4da9eCdAd/logo.png b/blockchains/ethereum/assets/0x55126479c6AB438A6bee892dC2577aE4da9eCdAd/logo.png
deleted file mode 100644
index 3184a2a16080e..0000000000000
Binary files a/blockchains/ethereum/assets/0x55126479c6AB438A6bee892dC2577aE4da9eCdAd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x55296f69f40Ea6d20E478533C15A6B08B654E758/info.json b/blockchains/ethereum/assets/0x55296f69f40Ea6d20E478533C15A6B08B654E758/info.json
deleted file mode 100644
index 816e56423de44..0000000000000
--- a/blockchains/ethereum/assets/0x55296f69f40Ea6d20E478533C15A6B08B654E758/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XY Oracle",
- "symbol": "XYO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://xyo.network/",
- "explorer": "https://etherscan.io/token/0x55296f69f40Ea6d20E478533C15A6B08B654E758",
- "status": "active",
- "id": "0x55296f69f40Ea6d20E478533C15A6B08B654E758"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x55296f69f40Ea6d20E478533C15A6B08B654E758/logo.png b/blockchains/ethereum/assets/0x55296f69f40Ea6d20E478533C15A6B08B654E758/logo.png
deleted file mode 100644
index 49f67155b5c09..0000000000000
Binary files a/blockchains/ethereum/assets/0x55296f69f40Ea6d20E478533C15A6B08B654E758/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x552Ed8253f341fb770E8BAdff5A0E0Ee2fd57B43/info.json b/blockchains/ethereum/assets/0x552Ed8253f341fb770E8BAdff5A0E0Ee2fd57B43/info.json
deleted file mode 100644
index 1067e5f6ccb09..0000000000000
--- a/blockchains/ethereum/assets/0x552Ed8253f341fb770E8BAdff5A0E0Ee2fd57B43/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vestarin",
- "symbol": "VST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x552Ed8253f341fb770E8BAdff5A0E0Ee2fd57B43",
- "status": "abandoned",
- "id": "0x552Ed8253f341fb770E8BAdff5A0E0Ee2fd57B43"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x552Ed8253f341fb770E8BAdff5A0E0Ee2fd57B43/logo.png b/blockchains/ethereum/assets/0x552Ed8253f341fb770E8BAdff5A0E0Ee2fd57B43/logo.png
deleted file mode 100755
index c3e8168001993..0000000000000
Binary files a/blockchains/ethereum/assets/0x552Ed8253f341fb770E8BAdff5A0E0Ee2fd57B43/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x554C20B7c486beeE439277b4540A434566dC4C02/info.json b/blockchains/ethereum/assets/0x554C20B7c486beeE439277b4540A434566dC4C02/info.json
deleted file mode 100644
index b940c7c30716d..0000000000000
--- a/blockchains/ethereum/assets/0x554C20B7c486beeE439277b4540A434566dC4C02/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Decision Token",
- "symbol": "HST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://horizonstate.com/",
- "explorer": "https://etherscan.io/token/0x554C20B7c486beeE439277b4540A434566dC4C02",
- "status": "abandoned",
- "id": "0x554C20B7c486beeE439277b4540A434566dC4C02"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x554C20B7c486beeE439277b4540A434566dC4C02/logo.png b/blockchains/ethereum/assets/0x554C20B7c486beeE439277b4540A434566dC4C02/logo.png
deleted file mode 100644
index 167516643c6e5..0000000000000
Binary files a/blockchains/ethereum/assets/0x554C20B7c486beeE439277b4540A434566dC4C02/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x554FFc77F4251a9fB3c0E3590a6a205f8d4e067D/info.json b/blockchains/ethereum/assets/0x554FFc77F4251a9fB3c0E3590a6a205f8d4e067D/info.json
deleted file mode 100644
index 955770f21f18e..0000000000000
--- a/blockchains/ethereum/assets/0x554FFc77F4251a9fB3c0E3590a6a205f8d4e067D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZMINE Token",
- "symbol": "ZMN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.zmine.com/",
- "explorer": "https://etherscan.io/token/0x554FFc77F4251a9fB3c0E3590a6a205f8d4e067D",
- "status": "abandoned",
- "id": "0x554FFc77F4251a9fB3c0E3590a6a205f8d4e067D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x554FFc77F4251a9fB3c0E3590a6a205f8d4e067D/logo.png b/blockchains/ethereum/assets/0x554FFc77F4251a9fB3c0E3590a6a205f8d4e067D/logo.png
deleted file mode 100755
index 4bda4cce1ecda..0000000000000
Binary files a/blockchains/ethereum/assets/0x554FFc77F4251a9fB3c0E3590a6a205f8d4e067D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x554b0C70258D3F4dC84C39b36D9018c27381b3bE/info.json b/blockchains/ethereum/assets/0x554b0C70258D3F4dC84C39b36D9018c27381b3bE/info.json
deleted file mode 100644
index 86d434aa848f9..0000000000000
--- a/blockchains/ethereum/assets/0x554b0C70258D3F4dC84C39b36D9018c27381b3bE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IOT$",
- "symbol": "IOT$",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x554b0C70258D3F4dC84C39b36D9018c27381b3bE",
- "status": "active",
- "id": "0x554b0C70258D3F4dC84C39b36D9018c27381b3bE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x554b0C70258D3F4dC84C39b36D9018c27381b3bE/logo.png b/blockchains/ethereum/assets/0x554b0C70258D3F4dC84C39b36D9018c27381b3bE/logo.png
deleted file mode 100755
index df4f2bb26c546..0000000000000
Binary files a/blockchains/ethereum/assets/0x554b0C70258D3F4dC84C39b36D9018c27381b3bE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5554e04e76533E1d14c52f05beEF6c9d329E1E30/info.json b/blockchains/ethereum/assets/0x5554e04e76533E1d14c52f05beEF6c9d329E1E30/info.json
deleted file mode 100644
index 7f7f4ada51f2b..0000000000000
--- a/blockchains/ethereum/assets/0x5554e04e76533E1d14c52f05beEF6c9d329E1E30/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Autonio",
- "symbol": "NIO",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5554e04e76533E1d14c52f05beEF6c9d329E1E30",
- "status": "abandoned",
- "id": "0x5554e04e76533E1d14c52f05beEF6c9d329E1E30"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5554e04e76533E1d14c52f05beEF6c9d329E1E30/logo.png b/blockchains/ethereum/assets/0x5554e04e76533E1d14c52f05beEF6c9d329E1E30/logo.png
deleted file mode 100644
index ed8d232471b8a..0000000000000
Binary files a/blockchains/ethereum/assets/0x5554e04e76533E1d14c52f05beEF6c9d329E1E30/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5555e6B8e710BBCd7804f5172395b87c09621f80/info.json b/blockchains/ethereum/assets/0x5555e6B8e710BBCd7804f5172395b87c09621f80/info.json
deleted file mode 100644
index e7abd22130f2a..0000000000000
--- a/blockchains/ethereum/assets/0x5555e6B8e710BBCd7804f5172395b87c09621f80/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dolphin Token",
- "website": "revi.network",
- "description": "Dolphin Token (DHT) is an open-source, decentralized lottery token or stake chip, on the Ethereum platform.",
- "explorer": "https://etherscan.io/token/0x5555e6B8e710BBCd7804f5172395b87c09621f80",
- "type": "ERC20",
- "symbol": "DHT",
- "decimals": 18,
- "status": "active",
- "id": "0x5555e6B8e710BBCd7804f5172395b87c09621f80"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5555e6B8e710BBCd7804f5172395b87c09621f80/logo.png b/blockchains/ethereum/assets/0x5555e6B8e710BBCd7804f5172395b87c09621f80/logo.png
deleted file mode 100644
index 195d6f89fc259..0000000000000
Binary files a/blockchains/ethereum/assets/0x5555e6B8e710BBCd7804f5172395b87c09621f80/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5556d6a283fD18d71FD0c8b50D1211C5F842dBBc/info.json b/blockchains/ethereum/assets/0x5556d6a283fD18d71FD0c8b50D1211C5F842dBBc/info.json
deleted file mode 100644
index 255d47ea0cf58..0000000000000
--- a/blockchains/ethereum/assets/0x5556d6a283fD18d71FD0c8b50D1211C5F842dBBc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ButtCoin v2.0",
- "symbol": "0xBUTT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5556d6a283fD18d71FD0c8b50D1211C5F842dBBc",
- "status": "abandoned",
- "id": "0x5556d6a283fD18d71FD0c8b50D1211C5F842dBBc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5556d6a283fD18d71FD0c8b50D1211C5F842dBBc/logo.png b/blockchains/ethereum/assets/0x5556d6a283fD18d71FD0c8b50D1211C5F842dBBc/logo.png
deleted file mode 100644
index a06e9701b7246..0000000000000
Binary files a/blockchains/ethereum/assets/0x5556d6a283fD18d71FD0c8b50D1211C5F842dBBc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x556148562d5DdeB72545D7EC4B3eC8edc8F55Ba7/info.json b/blockchains/ethereum/assets/0x556148562d5DdeB72545D7EC4B3eC8edc8F55Ba7/info.json
deleted file mode 100644
index ce8fa69616b1b..0000000000000
--- a/blockchains/ethereum/assets/0x556148562d5DdeB72545D7EC4B3eC8edc8F55Ba7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Predix Network",
- "symbol": "PRDX",
- "type": "ERC20",
- "decimals": 18,
- "description": "Predix Network is a prediction-based reward system on the Ethereum blockchain powered by PRDX, a price-reactive deflationary stakable ERC20 token. PRDX supports a tiered staking mechanism where users are placed in different staking tiers based on the staking size.",
- "website": "https://predix.network/",
- "explorer": "https://etherscan.io/token/0x556148562d5DdeB72545D7EC4B3eC8edc8F55Ba7",
- "status": "active",
- "id": "0x556148562d5DdeB72545D7EC4B3eC8edc8F55Ba7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x556148562d5DdeB72545D7EC4B3eC8edc8F55Ba7/logo.png b/blockchains/ethereum/assets/0x556148562d5DdeB72545D7EC4B3eC8edc8F55Ba7/logo.png
deleted file mode 100644
index 7ca62c071a784..0000000000000
Binary files a/blockchains/ethereum/assets/0x556148562d5DdeB72545D7EC4B3eC8edc8F55Ba7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x556237E86Df9325017c330E295c13A6c7d0E71a7/info.json b/blockchains/ethereum/assets/0x556237E86Df9325017c330E295c13A6c7d0E71a7/info.json
deleted file mode 100644
index 855b2c52d3641..0000000000000
--- a/blockchains/ethereum/assets/0x556237E86Df9325017c330E295c13A6c7d0E71a7/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Go9tro",
- "website": "https://go9tro.io/en/basic",
- "description": "Real crowdfunding for you and non-profits",
- "explorer": "https://etherscan.io/token/0x556237E86Df9325017c330E295c13A6c7d0E71a7",
- "type": "ERC20",
- "symbol": "Go9tro",
- "decimals": 18,
- "status": "active",
- "id": "0x556237E86Df9325017c330E295c13A6c7d0E71a7",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/joinchat/GVUMOljY3IFZpd5XnRKonw"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCo_xEbK6rImcbERDp4G4dGQ"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x556237E86Df9325017c330E295c13A6c7d0E71a7/logo.png b/blockchains/ethereum/assets/0x556237E86Df9325017c330E295c13A6c7d0E71a7/logo.png
deleted file mode 100644
index 94342ae275ba3..0000000000000
Binary files a/blockchains/ethereum/assets/0x556237E86Df9325017c330E295c13A6c7d0E71a7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x55648De19836338549130B1af587F16beA46F66B/info.json b/blockchains/ethereum/assets/0x55648De19836338549130B1af587F16beA46F66B/info.json
deleted file mode 100644
index 242a94db6adb3..0000000000000
--- a/blockchains/ethereum/assets/0x55648De19836338549130B1af587F16beA46F66B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pebbles",
- "symbol": "PBL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://publica.io/",
- "explorer": "https://etherscan.io/token/0x55648De19836338549130B1af587F16beA46F66B",
- "status": "abandoned",
- "id": "0x55648De19836338549130B1af587F16beA46F66B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x55648De19836338549130B1af587F16beA46F66B/logo.png b/blockchains/ethereum/assets/0x55648De19836338549130B1af587F16beA46F66B/logo.png
deleted file mode 100644
index eed01d0439be5..0000000000000
Binary files a/blockchains/ethereum/assets/0x55648De19836338549130B1af587F16beA46F66B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5565317065fb33EA1afb4d55665402ecc557d7cC/info.json b/blockchains/ethereum/assets/0x5565317065fb33EA1afb4d55665402ecc557d7cC/info.json
deleted file mode 100644
index cade6e43159ea..0000000000000
--- a/blockchains/ethereum/assets/0x5565317065fb33EA1afb4d55665402ecc557d7cC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Digger",
- "symbol": "DG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5565317065fb33EA1afb4d55665402ecc557d7cC",
- "status": "abandoned",
- "id": "0x5565317065fb33EA1afb4d55665402ecc557d7cC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5565317065fb33EA1afb4d55665402ecc557d7cC/logo.png b/blockchains/ethereum/assets/0x5565317065fb33EA1afb4d55665402ecc557d7cC/logo.png
deleted file mode 100644
index df8f5d61356e1..0000000000000
Binary files a/blockchains/ethereum/assets/0x5565317065fb33EA1afb4d55665402ecc557d7cC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5565E9824e9d4a9F4175D912A7376d3A10e187Ba/info.json b/blockchains/ethereum/assets/0x5565E9824e9d4a9F4175D912A7376d3A10e187Ba/info.json
deleted file mode 100644
index 0354521f9f564..0000000000000
--- a/blockchains/ethereum/assets/0x5565E9824e9d4a9F4175D912A7376d3A10e187Ba/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PWCC",
- "symbol": "PWCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5565E9824e9d4a9F4175D912A7376d3A10e187Ba",
- "status": "abandoned",
- "id": "0x5565E9824e9d4a9F4175D912A7376d3A10e187Ba"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5565E9824e9d4a9F4175D912A7376d3A10e187Ba/logo.png b/blockchains/ethereum/assets/0x5565E9824e9d4a9F4175D912A7376d3A10e187Ba/logo.png
deleted file mode 100644
index bdafc8af06e79..0000000000000
Binary files a/blockchains/ethereum/assets/0x5565E9824e9d4a9F4175D912A7376d3A10e187Ba/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x557B933a7C2c45672B610F8954A3deB39a51A8Ca/info.json b/blockchains/ethereum/assets/0x557B933a7C2c45672B610F8954A3deB39a51A8Ca/info.json
deleted file mode 100644
index 7ff03c74aeb2e..0000000000000
--- a/blockchains/ethereum/assets/0x557B933a7C2c45672B610F8954A3deB39a51A8Ca/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "REVV",
- "website": "https://revvmotorsport.com/",
- "description": "REVV is the main utility token and in-game currency for branded motorsports blockchain game titles produced by Animoca Brands, such as the F1® Delta Time blockchain game platform, and a title based on the MotoGP™ motorsport intellectual property, releasing in Q4 of 2020.",
- "explorer": "https://etherscan.io/token/0x557B933a7C2c45672B610F8954A3deB39a51A8Ca",
- "type": "ERC20",
- "symbol": "REVV",
- "decimals": 18,
- "status": "active",
- "id": "0x557B933a7C2c45672B610F8954A3deB39a51A8Ca",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://revvmotorsport.com/REVV-Motorsport-Lightpaperv1.1.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x557B933a7C2c45672B610F8954A3deB39a51A8Ca/logo.png b/blockchains/ethereum/assets/0x557B933a7C2c45672B610F8954A3deB39a51A8Ca/logo.png
deleted file mode 100644
index 7ce7ea5715530..0000000000000
Binary files a/blockchains/ethereum/assets/0x557B933a7C2c45672B610F8954A3deB39a51A8Ca/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5580ab97F226C324c671746a1787524AEF42E415/info.json b/blockchains/ethereum/assets/0x5580ab97F226C324c671746a1787524AEF42E415/info.json
deleted file mode 100644
index 05d096daf9c27..0000000000000
--- a/blockchains/ethereum/assets/0x5580ab97F226C324c671746a1787524AEF42E415/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "JustLiquidity",
- "website": "https://justliquidity.org",
- "description": "The JustLiquidity DeFi is not merely a better way to trade and earn on Uniswap with ETH, but also a DeFi which can execute a Liquidity Token Sale with a token. .",
- "explorer": "https://etherscan.io/token/0x5580ab97F226C324c671746a1787524AEF42E415",
- "type": "ERC20",
- "symbol": "JUL",
- "decimals": 18,
- "status": "active",
- "id": "0x5580ab97F226C324c671746a1787524AEF42E415",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/JustLiquidity"
- },
- {
- "name": "whitepaper",
- "url": "https://docdro.id/DyOuQZr"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5580ab97F226C324c671746a1787524AEF42E415/logo.png b/blockchains/ethereum/assets/0x5580ab97F226C324c671746a1787524AEF42E415/logo.png
deleted file mode 100644
index 0928ae7251dcc..0000000000000
Binary files a/blockchains/ethereum/assets/0x5580ab97F226C324c671746a1787524AEF42E415/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x558EC3152e2eb2174905cd19AeA4e34A23DE9aD6/info.json b/blockchains/ethereum/assets/0x558EC3152e2eb2174905cd19AeA4e34A23DE9aD6/info.json
deleted file mode 100644
index 5371a9a29383b..0000000000000
--- a/blockchains/ethereum/assets/0x558EC3152e2eb2174905cd19AeA4e34A23DE9aD6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bread",
- "website": "https://brd.com",
- "description": "BRD bills itself as 'the simple and secure onramp to bitcoin, ethereum, and other digital currencies'.",
- "explorer": "https://etherscan.io/token/0x558EC3152e2eb2174905cd19AeA4e34A23DE9aD6",
- "type": "ERC20",
- "symbol": "BRD",
- "decimals": 18,
- "status": "active",
- "id": "0x558EC3152e2eb2174905cd19AeA4e34A23DE9aD6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x558EC3152e2eb2174905cd19AeA4e34A23DE9aD6/logo.png b/blockchains/ethereum/assets/0x558EC3152e2eb2174905cd19AeA4e34A23DE9aD6/logo.png
deleted file mode 100644
index 638cd8673068e..0000000000000
Binary files a/blockchains/ethereum/assets/0x558EC3152e2eb2174905cd19AeA4e34A23DE9aD6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5590b05495bAD72365d4aFAa3Ed5FBA5D8D67af2/info.json b/blockchains/ethereum/assets/0x5590b05495bAD72365d4aFAa3Ed5FBA5D8D67af2/info.json
deleted file mode 100644
index 6e2f60c107951..0000000000000
--- a/blockchains/ethereum/assets/0x5590b05495bAD72365d4aFAa3Ed5FBA5D8D67af2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short WBTC-DAI v2",
- "symbol": "dsWBTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5590b05495bAD72365d4aFAa3Ed5FBA5D8D67af2",
- "status": "abandoned",
- "id": "0x5590b05495bAD72365d4aFAa3Ed5FBA5D8D67af2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5590b05495bAD72365d4aFAa3Ed5FBA5D8D67af2/logo.png b/blockchains/ethereum/assets/0x5590b05495bAD72365d4aFAa3Ed5FBA5D8D67af2/logo.png
deleted file mode 100644
index a84ef80e68c55..0000000000000
Binary files a/blockchains/ethereum/assets/0x5590b05495bAD72365d4aFAa3Ed5FBA5D8D67af2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x559E848A1b6a7AfC69Ee27F8d20280A42628b2cf/info.json b/blockchains/ethereum/assets/0x559E848A1b6a7AfC69Ee27F8d20280A42628b2cf/info.json
deleted file mode 100644
index afebe483bcc9b..0000000000000
--- a/blockchains/ethereum/assets/0x559E848A1b6a7AfC69Ee27F8d20280A42628b2cf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Synth sJPY",
- "symbol": "sJPY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x559E848A1b6a7AfC69Ee27F8d20280A42628b2cf",
- "status": "abandoned",
- "id": "0x559E848A1b6a7AfC69Ee27F8d20280A42628b2cf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x559E848A1b6a7AfC69Ee27F8d20280A42628b2cf/logo.png b/blockchains/ethereum/assets/0x559E848A1b6a7AfC69Ee27F8d20280A42628b2cf/logo.png
deleted file mode 100644
index f325234c9716a..0000000000000
Binary files a/blockchains/ethereum/assets/0x559E848A1b6a7AfC69Ee27F8d20280A42628b2cf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x55C2E2Ea5D2dEEBD64a57F4E959F22E7851F92F7/info.json b/blockchains/ethereum/assets/0x55C2E2Ea5D2dEEBD64a57F4E959F22E7851F92F7/info.json
deleted file mode 100644
index 1a6aecec83751..0000000000000
--- a/blockchains/ethereum/assets/0x55C2E2Ea5D2dEEBD64a57F4E959F22E7851F92F7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kannalon",
- "symbol": "KNL",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x55C2E2Ea5D2dEEBD64a57F4E959F22E7851F92F7",
- "status": "abandoned",
- "id": "0x55C2E2Ea5D2dEEBD64a57F4E959F22E7851F92F7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x55C2E2Ea5D2dEEBD64a57F4E959F22E7851F92F7/logo.png b/blockchains/ethereum/assets/0x55C2E2Ea5D2dEEBD64a57F4E959F22E7851F92F7/logo.png
deleted file mode 100644
index 4170d6aa53c15..0000000000000
Binary files a/blockchains/ethereum/assets/0x55C2E2Ea5D2dEEBD64a57F4E959F22E7851F92F7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x55a290f08Bb4CAe8DcF1Ea5635A3FCfd4Da60456/info.json b/blockchains/ethereum/assets/0x55a290f08Bb4CAe8DcF1Ea5635A3FCfd4Da60456/info.json
deleted file mode 100644
index 61d2520fbb63f..0000000000000
--- a/blockchains/ethereum/assets/0x55a290f08Bb4CAe8DcF1Ea5635A3FCfd4Da60456/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BITTO",
- "website": "https://bittoexchange.com",
- "description": "First Exchange with Proof of Stake Blockchain Technology that offers an advanced access to its users to gain profit.",
- "explorer": "https://etherscan.io/token/0x55a290f08Bb4CAe8DcF1Ea5635A3FCfd4Da60456",
- "type": "ERC20",
- "symbol": "BITTO",
- "decimals": 18,
- "status": "active",
- "id": "0x55a290f08Bb4CAe8DcF1Ea5635A3FCfd4Da60456"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x55a290f08Bb4CAe8DcF1Ea5635A3FCfd4Da60456/logo.png b/blockchains/ethereum/assets/0x55a290f08Bb4CAe8DcF1Ea5635A3FCfd4Da60456/logo.png
deleted file mode 100644
index a5a7e9e60e9f0..0000000000000
Binary files a/blockchains/ethereum/assets/0x55a290f08Bb4CAe8DcF1Ea5635A3FCfd4Da60456/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x55b9a11c2e8351b4Ffc7b11561148bfaC9977855/info.json b/blockchains/ethereum/assets/0x55b9a11c2e8351b4Ffc7b11561148bfaC9977855/info.json
deleted file mode 100644
index 8cb6ce1b5bf2e..0000000000000
--- a/blockchains/ethereum/assets/0x55b9a11c2e8351b4Ffc7b11561148bfaC9977855/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DigixGold",
- "type": "ERC20",
- "symbol": "DGX",
- "decimals": 0,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0x55b9a11c2e8351b4ffc7b11561148bfac9977855",
- "status": "active",
- "id": "0x55b9a11c2e8351b4Ffc7b11561148bfaC9977855"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x55b9a11c2e8351b4Ffc7b11561148bfaC9977855/logo.png b/blockchains/ethereum/assets/0x55b9a11c2e8351b4Ffc7b11561148bfaC9977855/logo.png
deleted file mode 100644
index b47bbd3ea33c2..0000000000000
Binary files a/blockchains/ethereum/assets/0x55b9a11c2e8351b4Ffc7b11561148bfaC9977855/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x55f6CdC949b6a38d8F549599b3e8c10f10FE6AB1/info.json b/blockchains/ethereum/assets/0x55f6CdC949b6a38d8F549599b3e8c10f10FE6AB1/info.json
deleted file mode 100644
index 74da25bcf1705..0000000000000
--- a/blockchains/ethereum/assets/0x55f6CdC949b6a38d8F549599b3e8c10f10FE6AB1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BOST",
- "symbol": "BOST",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x55f6CdC949b6a38d8F549599b3e8c10f10FE6AB1",
- "status": "abandoned",
- "id": "0x55f6CdC949b6a38d8F549599b3e8c10f10FE6AB1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x55f6CdC949b6a38d8F549599b3e8c10f10FE6AB1/logo.png b/blockchains/ethereum/assets/0x55f6CdC949b6a38d8F549599b3e8c10f10FE6AB1/logo.png
deleted file mode 100755
index 2389d9b37ba7f..0000000000000
Binary files a/blockchains/ethereum/assets/0x55f6CdC949b6a38d8F549599b3e8c10f10FE6AB1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x56015BBE3C01fE05bc30A8a9a9Fd9A88917e7dB3/info.json b/blockchains/ethereum/assets/0x56015BBE3C01fE05bc30A8a9a9Fd9A88917e7dB3/info.json
deleted file mode 100644
index ba35fbbfb6fed..0000000000000
--- a/blockchains/ethereum/assets/0x56015BBE3C01fE05bc30A8a9a9Fd9A88917e7dB3/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "CAT Token",
- "website": "https://thecattoken.com/",
- "description": "CAT Token - created for people who love cats.",
- "explorer": "https://etherscan.io/token/0x56015BBE3C01fE05bc30A8a9a9Fd9A88917e7dB3",
- "type": "ERC20",
- "symbol": "CAT",
- "decimals": 18,
- "status": "active",
- "id": "0x56015BBE3C01fE05bc30A8a9a9Fd9A88917e7dB3",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://thecattoken.com/whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x56015BBE3C01fE05bc30A8a9a9Fd9A88917e7dB3/logo.png b/blockchains/ethereum/assets/0x56015BBE3C01fE05bc30A8a9a9Fd9A88917e7dB3/logo.png
deleted file mode 100644
index ae5b5f332fd04..0000000000000
Binary files a/blockchains/ethereum/assets/0x56015BBE3C01fE05bc30A8a9a9Fd9A88917e7dB3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x560a20EDdeDDf84217221AeF0d5Ca7d7aE7aE798/info.json b/blockchains/ethereum/assets/0x560a20EDdeDDf84217221AeF0d5Ca7d7aE7aE798/info.json
deleted file mode 100644
index 8de097e7d3b2b..0000000000000
--- a/blockchains/ethereum/assets/0x560a20EDdeDDf84217221AeF0d5Ca7d7aE7aE798/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PlasmaBank token",
- "symbol": "PBK",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x560a20EDdeDDf84217221AeF0d5Ca7d7aE7aE798",
- "status": "abandoned",
- "id": "0x560a20EDdeDDf84217221AeF0d5Ca7d7aE7aE798"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x560a20EDdeDDf84217221AeF0d5Ca7d7aE7aE798/logo.png b/blockchains/ethereum/assets/0x560a20EDdeDDf84217221AeF0d5Ca7d7aE7aE798/logo.png
deleted file mode 100755
index 400f0fe8e9f2e..0000000000000
Binary files a/blockchains/ethereum/assets/0x560a20EDdeDDf84217221AeF0d5Ca7d7aE7aE798/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x56288Db47A268810fa49A505044919aF82E9088a/info.json b/blockchains/ethereum/assets/0x56288Db47A268810fa49A505044919aF82E9088a/info.json
deleted file mode 100644
index 3357692cd4d10..0000000000000
--- a/blockchains/ethereum/assets/0x56288Db47A268810fa49A505044919aF82E9088a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JTrust Coin",
- "symbol": "JTC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x56288Db47A268810fa49A505044919aF82E9088a",
- "status": "abandoned",
- "id": "0x56288Db47A268810fa49A505044919aF82E9088a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x56288Db47A268810fa49A505044919aF82E9088a/logo.png b/blockchains/ethereum/assets/0x56288Db47A268810fa49A505044919aF82E9088a/logo.png
deleted file mode 100644
index 7c464ce254012..0000000000000
Binary files a/blockchains/ethereum/assets/0x56288Db47A268810fa49A505044919aF82E9088a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x56325d180Ec3878A9028AfC7B0EDCEe7486Cc9df/info.json b/blockchains/ethereum/assets/0x56325d180Ec3878A9028AfC7B0EDCEe7486Cc9df/info.json
deleted file mode 100644
index 54106b20459d8..0000000000000
--- a/blockchains/ethereum/assets/0x56325d180Ec3878A9028AfC7B0EDCEe7486Cc9df/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fountain 3",
- "symbol": "FTN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x56325d180Ec3878A9028AfC7B0EDCEe7486Cc9df",
- "status": "active",
- "id": "0x56325d180Ec3878A9028AfC7B0EDCEe7486Cc9df"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x56325d180Ec3878A9028AfC7B0EDCEe7486Cc9df/logo.png b/blockchains/ethereum/assets/0x56325d180Ec3878A9028AfC7B0EDCEe7486Cc9df/logo.png
deleted file mode 100644
index 09704a83e9687..0000000000000
Binary files a/blockchains/ethereum/assets/0x56325d180Ec3878A9028AfC7B0EDCEe7486Cc9df/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5635ddEaBf9cdDA686995Fe90BEB5411831563FC/info.json b/blockchains/ethereum/assets/0x5635ddEaBf9cdDA686995Fe90BEB5411831563FC/info.json
deleted file mode 100644
index 65bb8256ff8c5..0000000000000
--- a/blockchains/ethereum/assets/0x5635ddEaBf9cdDA686995Fe90BEB5411831563FC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TravelNote",
- "symbol": "TVNT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://ico.travelnote.io/",
- "explorer": "https://etherscan.io/token/0x5635ddEaBf9cdDA686995Fe90BEB5411831563FC",
- "status": "abandoned",
- "id": "0x5635ddEaBf9cdDA686995Fe90BEB5411831563FC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5635ddEaBf9cdDA686995Fe90BEB5411831563FC/logo.png b/blockchains/ethereum/assets/0x5635ddEaBf9cdDA686995Fe90BEB5411831563FC/logo.png
deleted file mode 100644
index 8b3ae846122b3..0000000000000
Binary files a/blockchains/ethereum/assets/0x5635ddEaBf9cdDA686995Fe90BEB5411831563FC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x564393b8D6dEAeA8f3D739a3f6D9B441D8Ee6198/info.json b/blockchains/ethereum/assets/0x564393b8D6dEAeA8f3D739a3f6D9B441D8Ee6198/info.json
deleted file mode 100644
index 81b5376f1299e..0000000000000
--- a/blockchains/ethereum/assets/0x564393b8D6dEAeA8f3D739a3f6D9B441D8Ee6198/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Amino Network Infrastructure ",
- "symbol": "AMIX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://amino.world/",
- "explorer": "https://etherscan.io/token/0x564393b8D6dEAeA8f3D739a3f6D9B441D8Ee6198",
- "status": "abandoned",
- "id": "0x564393b8D6dEAeA8f3D739a3f6D9B441D8Ee6198"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x564393b8D6dEAeA8f3D739a3f6D9B441D8Ee6198/logo.png b/blockchains/ethereum/assets/0x564393b8D6dEAeA8f3D739a3f6D9B441D8Ee6198/logo.png
deleted file mode 100644
index b53f8c2d60b3a..0000000000000
Binary files a/blockchains/ethereum/assets/0x564393b8D6dEAeA8f3D739a3f6D9B441D8Ee6198/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x564F45b6bb68ADEd8b660a0d8a0A948DD6d6e4E8/info.json b/blockchains/ethereum/assets/0x564F45b6bb68ADEd8b660a0d8a0A948DD6d6e4E8/info.json
deleted file mode 100644
index ae417acbf7f0c..0000000000000
--- a/blockchains/ethereum/assets/0x564F45b6bb68ADEd8b660a0d8a0A948DD6d6e4E8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ALADIN",
- "website": "https://aladiex.com/",
- "description": "We make it possible for any business to raise capital for their projects globally at a small cost, with low barriers and support investors around the world who can invest in potential projects more easily, manage their assets and provide them with great trading tools",
- "explorer": "https://etherscan.io/token/0x564F45b6bb68ADEd8b660a0d8a0A948DD6d6e4E8",
- "type": "ERC20",
- "symbol": "ALA",
- "decimals": 8,
- "status": "active",
- "id": "0x564F45b6bb68ADEd8b660a0d8a0A948DD6d6e4E8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x564F45b6bb68ADEd8b660a0d8a0A948DD6d6e4E8/logo.png b/blockchains/ethereum/assets/0x564F45b6bb68ADEd8b660a0d8a0A948DD6d6e4E8/logo.png
deleted file mode 100644
index 92bcdeb6e6ebf..0000000000000
Binary files a/blockchains/ethereum/assets/0x564F45b6bb68ADEd8b660a0d8a0A948DD6d6e4E8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5651D6678bcf70740487cAd0003918d98ab2898B/info.json b/blockchains/ethereum/assets/0x5651D6678bcf70740487cAd0003918d98ab2898B/info.json
deleted file mode 100644
index 75e47237a3573..0000000000000
--- a/blockchains/ethereum/assets/0x5651D6678bcf70740487cAd0003918d98ab2898B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Expect Chain",
- "symbol": "EXC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5651D6678bcf70740487cAd0003918d98ab2898B",
- "status": "abandoned",
- "id": "0x5651D6678bcf70740487cAd0003918d98ab2898B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5651D6678bcf70740487cAd0003918d98ab2898B/logo.png b/blockchains/ethereum/assets/0x5651D6678bcf70740487cAd0003918d98ab2898B/logo.png
deleted file mode 100755
index 55412ee49d5ac..0000000000000
Binary files a/blockchains/ethereum/assets/0x5651D6678bcf70740487cAd0003918d98ab2898B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x56687cf29Ac9751Ce2a4E764680B6aD7E668942e/info.json b/blockchains/ethereum/assets/0x56687cf29Ac9751Ce2a4E764680B6aD7E668942e/info.json
deleted file mode 100644
index 870ca4740f421..0000000000000
--- a/blockchains/ethereum/assets/0x56687cf29Ac9751Ce2a4E764680B6aD7E668942e/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "FlynJamm",
- "website": "https://outpost-protocol.com/jamm",
- "description": "A social token for crypto-natives who are experimenting with tokenized community tools to pave the way for new creator economies.",
- "explorer": "https://etherscan.io/token/0x56687cf29Ac9751Ce2a4E764680B6aD7E668942e",
- "type": "ERC20",
- "symbol": "JAMM",
- "decimals": 4,
- "status": "active",
- "id": "0x56687cf29Ac9751Ce2a4E764680B6aD7E668942e",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/jammsession_"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x56687cf29Ac9751Ce2a4E764680B6aD7E668942e/logo.png b/blockchains/ethereum/assets/0x56687cf29Ac9751Ce2a4E764680B6aD7E668942e/logo.png
deleted file mode 100644
index 09e19df82aca7..0000000000000
Binary files a/blockchains/ethereum/assets/0x56687cf29Ac9751Ce2a4E764680B6aD7E668942e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x566957eF80F9fd5526CD2BEF8BE67035C0b81130/info.json b/blockchains/ethereum/assets/0x566957eF80F9fd5526CD2BEF8BE67035C0b81130/info.json
deleted file mode 100644
index 54fc9affeb69a..0000000000000
--- a/blockchains/ethereum/assets/0x566957eF80F9fd5526CD2BEF8BE67035C0b81130/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "USD Coin (PoS) (Portal from Polygon)",
- "type": "ERC20",
- "symbol": "USDCpo",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.circle.com/en/usdc",
- "explorer": "https://etherscan.io/token/0x566957eF80F9fd5526CD2BEF8BE67035C0b81130",
- "status": "active",
- "id": "0x566957eF80F9fd5526CD2BEF8BE67035C0b81130",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x566957eF80F9fd5526CD2BEF8BE67035C0b81130/logo.png b/blockchains/ethereum/assets/0x566957eF80F9fd5526CD2BEF8BE67035C0b81130/logo.png
deleted file mode 100644
index 4e3f74d233943..0000000000000
Binary files a/blockchains/ethereum/assets/0x566957eF80F9fd5526CD2BEF8BE67035C0b81130/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x566fF8D8bD6dE69d2af4e3cf9153E2Cc77c7972f/info.json b/blockchains/ethereum/assets/0x566fF8D8bD6dE69d2af4e3cf9153E2Cc77c7972f/info.json
deleted file mode 100644
index d4b455d26cee7..0000000000000
--- a/blockchains/ethereum/assets/0x566fF8D8bD6dE69d2af4e3cf9153E2Cc77c7972f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VianeXGold ",
- "symbol": "VIXG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://vianex-org.site/",
- "explorer": "https://etherscan.io/token/0x566fF8D8bD6dE69d2af4e3cf9153E2Cc77c7972f",
- "status": "abandoned",
- "id": "0x566fF8D8bD6dE69d2af4e3cf9153E2Cc77c7972f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x566fF8D8bD6dE69d2af4e3cf9153E2Cc77c7972f/logo.png b/blockchains/ethereum/assets/0x566fF8D8bD6dE69d2af4e3cf9153E2Cc77c7972f/logo.png
deleted file mode 100644
index 555ba176ff6d3..0000000000000
Binary files a/blockchains/ethereum/assets/0x566fF8D8bD6dE69d2af4e3cf9153E2Cc77c7972f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x567287d4f42086BEAb4b36De9Af21C70aDEc6760/info.json b/blockchains/ethereum/assets/0x567287d4f42086BEAb4b36De9Af21C70aDEc6760/info.json
deleted file mode 100644
index 54db8451de84f..0000000000000
--- a/blockchains/ethereum/assets/0x567287d4f42086BEAb4b36De9Af21C70aDEc6760/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Latino Token",
- "symbol": "LATINO",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "https://latinotoken.com/",
- "explorer": "https://etherscan.io/token/0x567287d4f42086BEAb4b36De9Af21C70aDEc6760",
- "status": "abandoned",
- "id": "0x567287d4f42086BEAb4b36De9Af21C70aDEc6760"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x567287d4f42086BEAb4b36De9Af21C70aDEc6760/logo.png b/blockchains/ethereum/assets/0x567287d4f42086BEAb4b36De9Af21C70aDEc6760/logo.png
deleted file mode 100644
index 223e0cc398713..0000000000000
Binary files a/blockchains/ethereum/assets/0x567287d4f42086BEAb4b36De9Af21C70aDEc6760/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x567300e14f8d67e1F6720a95291Dce2511a86723/info.json b/blockchains/ethereum/assets/0x567300e14f8d67e1F6720a95291Dce2511a86723/info.json
deleted file mode 100644
index 5ebcc17e7caa3..0000000000000
--- a/blockchains/ethereum/assets/0x567300e14f8d67e1F6720a95291Dce2511a86723/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Helper Search Token",
- "symbol": "HSN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://helpersearch.network/",
- "explorer": "https://etherscan.io/token/0x567300e14f8d67e1F6720a95291Dce2511a86723",
- "status": "abandoned",
- "id": "0x567300e14f8d67e1F6720a95291Dce2511a86723"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x567300e14f8d67e1F6720a95291Dce2511a86723/logo.png b/blockchains/ethereum/assets/0x567300e14f8d67e1F6720a95291Dce2511a86723/logo.png
deleted file mode 100644
index 83a9312faa482..0000000000000
Binary files a/blockchains/ethereum/assets/0x567300e14f8d67e1F6720a95291Dce2511a86723/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x568F9F32969E29B5cE1a4545bE5398e8Cc7C4401/info.json b/blockchains/ethereum/assets/0x568F9F32969E29B5cE1a4545bE5398e8Cc7C4401/info.json
deleted file mode 100644
index d6d22b12de22c..0000000000000
--- a/blockchains/ethereum/assets/0x568F9F32969E29B5cE1a4545bE5398e8Cc7C4401/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FiveBalance",
- "symbol": "FBN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x568F9F32969E29B5cE1a4545bE5398e8Cc7C4401",
- "status": "abandoned",
- "id": "0x568F9F32969E29B5cE1a4545bE5398e8Cc7C4401"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x568F9F32969E29B5cE1a4545bE5398e8Cc7C4401/logo.png b/blockchains/ethereum/assets/0x568F9F32969E29B5cE1a4545bE5398e8Cc7C4401/logo.png
deleted file mode 100644
index 61ce32a4502a1..0000000000000
Binary files a/blockchains/ethereum/assets/0x568F9F32969E29B5cE1a4545bE5398e8Cc7C4401/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x56978aa0ce04e117f4c2EACEf0EaCc27Ae99Ff82/info.json b/blockchains/ethereum/assets/0x56978aa0ce04e117f4c2EACEf0EaCc27Ae99Ff82/info.json
deleted file mode 100644
index cb122d266bd30..0000000000000
--- a/blockchains/ethereum/assets/0x56978aa0ce04e117f4c2EACEf0EaCc27Ae99Ff82/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 306-CN12",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x56978aa0ce04e117f4c2EACEf0EaCc27Ae99Ff82",
- "status": "abandoned",
- "id": "0x56978aa0ce04e117f4c2EACEf0EaCc27Ae99Ff82"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x56978aa0ce04e117f4c2EACEf0EaCc27Ae99Ff82/logo.png b/blockchains/ethereum/assets/0x56978aa0ce04e117f4c2EACEf0EaCc27Ae99Ff82/logo.png
deleted file mode 100644
index e173eeb9133e5..0000000000000
Binary files a/blockchains/ethereum/assets/0x56978aa0ce04e117f4c2EACEf0EaCc27Ae99Ff82/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5699C04A5Bee6adBA02Ac81Baa36E01960F94562/info.json b/blockchains/ethereum/assets/0x5699C04A5Bee6adBA02Ac81Baa36E01960F94562/info.json
deleted file mode 100644
index 243ac94411f7e..0000000000000
--- a/blockchains/ethereum/assets/0x5699C04A5Bee6adBA02Ac81Baa36E01960F94562/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FX Crypto",
- "symbol": "FXC",
- "type": "ERC20",
- "decimals": 16,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5699C04A5Bee6adBA02Ac81Baa36E01960F94562",
- "status": "abandoned",
- "id": "0x5699C04A5Bee6adBA02Ac81Baa36E01960F94562"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5699C04A5Bee6adBA02Ac81Baa36E01960F94562/logo.png b/blockchains/ethereum/assets/0x5699C04A5Bee6adBA02Ac81Baa36E01960F94562/logo.png
deleted file mode 100644
index ad29a805deb43..0000000000000
Binary files a/blockchains/ethereum/assets/0x5699C04A5Bee6adBA02Ac81Baa36E01960F94562/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x56Af706584668690a500BC35C5499dD6104B96D1/info.json b/blockchains/ethereum/assets/0x56Af706584668690a500BC35C5499dD6104B96D1/info.json
deleted file mode 100644
index 3c535345c4115..0000000000000
--- a/blockchains/ethereum/assets/0x56Af706584668690a500BC35C5499dD6104B96D1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IQC Token",
- "website": "https://iqcexchange.com",
- "description": "IQC Exchange. We are always making efforts to become the best and the most reliable trading broker in the world",
- "explorer": "https://etherscan.io/token/0x56Af706584668690a500BC35C5499dD6104B96D1",
- "type": "ERC20",
- "symbol": "IQC",
- "decimals": 18,
- "status": "active",
- "id": "0x56Af706584668690a500BC35C5499dD6104B96D1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x56Af706584668690a500BC35C5499dD6104B96D1/logo.png b/blockchains/ethereum/assets/0x56Af706584668690a500BC35C5499dD6104B96D1/logo.png
deleted file mode 100644
index 87ba37b41ead1..0000000000000
Binary files a/blockchains/ethereum/assets/0x56Af706584668690a500BC35C5499dD6104B96D1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x56BE94D29e1125D2D61D06629c1b251d72c1b3B3/info.json b/blockchains/ethereum/assets/0x56BE94D29e1125D2D61D06629c1b251d72c1b3B3/info.json
deleted file mode 100644
index 16cf55d562ab3..0000000000000
--- a/blockchains/ethereum/assets/0x56BE94D29e1125D2D61D06629c1b251d72c1b3B3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HUSTLE",
- "symbol": "HUSL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.hustletoken.org/",
- "explorer": "https://etherscan.io/token/0x56BE94D29e1125D2D61D06629c1b251d72c1b3B3",
- "status": "abandoned",
- "id": "0x56BE94D29e1125D2D61D06629c1b251d72c1b3B3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x56BE94D29e1125D2D61D06629c1b251d72c1b3B3/logo.png b/blockchains/ethereum/assets/0x56BE94D29e1125D2D61D06629c1b251d72c1b3B3/logo.png
deleted file mode 100644
index 665b1055be26d..0000000000000
Binary files a/blockchains/ethereum/assets/0x56BE94D29e1125D2D61D06629c1b251d72c1b3B3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x56C438eE032224D93a5E9F182cBF4608cDfc928e/info.json b/blockchains/ethereum/assets/0x56C438eE032224D93a5E9F182cBF4608cDfc928e/info.json
deleted file mode 100644
index 49cd09bad6a5a..0000000000000
--- a/blockchains/ethereum/assets/0x56C438eE032224D93a5E9F182cBF4608cDfc928e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETH Player Key",
- "symbol": "EPK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x56C438eE032224D93a5E9F182cBF4608cDfc928e",
- "status": "spam",
- "id": "0x56C438eE032224D93a5E9F182cBF4608cDfc928e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x56C438eE032224D93a5E9F182cBF4608cDfc928e/logo.png b/blockchains/ethereum/assets/0x56C438eE032224D93a5E9F182cBF4608cDfc928e/logo.png
deleted file mode 100644
index 264cb6701987f..0000000000000
Binary files a/blockchains/ethereum/assets/0x56C438eE032224D93a5E9F182cBF4608cDfc928e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x56CdBbeec9828962cECB3f1b69517d430295D952/info.json b/blockchains/ethereum/assets/0x56CdBbeec9828962cECB3f1b69517d430295D952/info.json
deleted file mode 100644
index ccc1c180a21b5..0000000000000
--- a/blockchains/ethereum/assets/0x56CdBbeec9828962cECB3f1b69517d430295D952/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Davecoin",
- "symbol": "DDTG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://davecoin.cash/",
- "explorer": "https://etherscan.io/token/0x56CdBbeec9828962cECB3f1b69517d430295D952",
- "status": "abandoned",
- "id": "0x56CdBbeec9828962cECB3f1b69517d430295D952"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x56CdBbeec9828962cECB3f1b69517d430295D952/logo.png b/blockchains/ethereum/assets/0x56CdBbeec9828962cECB3f1b69517d430295D952/logo.png
deleted file mode 100644
index d1f5991ce6546..0000000000000
Binary files a/blockchains/ethereum/assets/0x56CdBbeec9828962cECB3f1b69517d430295D952/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x56D1aE30c97288DA4B58BC39F026091778e4E316/info.json b/blockchains/ethereum/assets/0x56D1aE30c97288DA4B58BC39F026091778e4E316/info.json
deleted file mode 100644
index 7bac6814ef824..0000000000000
--- a/blockchains/ethereum/assets/0x56D1aE30c97288DA4B58BC39F026091778e4E316/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DAGT Crypto Platform",
- "symbol": "DAGT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.dagt.io/",
- "explorer": "https://etherscan.io/token/0x56D1aE30c97288DA4B58BC39F026091778e4E316",
- "status": "abandoned",
- "id": "0x56D1aE30c97288DA4B58BC39F026091778e4E316"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x56D1aE30c97288DA4B58BC39F026091778e4E316/logo.png b/blockchains/ethereum/assets/0x56D1aE30c97288DA4B58BC39F026091778e4E316/logo.png
deleted file mode 100644
index 668903a45f515..0000000000000
Binary files a/blockchains/ethereum/assets/0x56D1aE30c97288DA4B58BC39F026091778e4E316/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x56aA298a19C93c6801FDde870fA63EF75Cc0aF72/info.json b/blockchains/ethereum/assets/0x56aA298a19C93c6801FDde870fA63EF75Cc0aF72/info.json
deleted file mode 100644
index d4a57f0af6298..0000000000000
--- a/blockchains/ethereum/assets/0x56aA298a19C93c6801FDde870fA63EF75Cc0aF72/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "mBABA Token",
- "website": "https://mirror.finance",
- "description": "Wrapped Mirror BABA Token.",
- "explorer": "https://etherscan.io/token/0x56aA298a19C93c6801FDde870fA63EF75Cc0aF72",
- "type": "ERC20",
- "symbol": "mBABA",
- "decimals": 18,
- "status": "active",
- "id": "0x56aA298a19C93c6801FDde870fA63EF75Cc0aF72",
- "tags": [
- "wrapped"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MirrorProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mirror_protocol"
- },
- {
- "name": "discord",
- "url": "https://discord.com/MirrorProtocol"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@mirror-protocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x56aA298a19C93c6801FDde870fA63EF75Cc0aF72/logo.png b/blockchains/ethereum/assets/0x56aA298a19C93c6801FDde870fA63EF75Cc0aF72/logo.png
deleted file mode 100644
index d4a076728715b..0000000000000
Binary files a/blockchains/ethereum/assets/0x56aA298a19C93c6801FDde870fA63EF75Cc0aF72/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x56b6431F45d08eED55f34371386326c739eACbcC/info.json b/blockchains/ethereum/assets/0x56b6431F45d08eED55f34371386326c739eACbcC/info.json
deleted file mode 100644
index 1855619dc3fe0..0000000000000
--- a/blockchains/ethereum/assets/0x56b6431F45d08eED55f34371386326c739eACbcC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethereum Meta",
- "symbol": "ETHM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ethermeta.com/",
- "explorer": "https://etherscan.io/token/0x56b6431F45d08eED55f34371386326c739eACbcC",
- "status": "abandoned",
- "id": "0x56b6431F45d08eED55f34371386326c739eACbcC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x56b6431F45d08eED55f34371386326c739eACbcC/logo.png b/blockchains/ethereum/assets/0x56b6431F45d08eED55f34371386326c739eACbcC/logo.png
deleted file mode 100644
index 27fd34bff9975..0000000000000
Binary files a/blockchains/ethereum/assets/0x56b6431F45d08eED55f34371386326c739eACbcC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x56bB6f961F2CB9947FEa063Df1A42c2233487903/info.json b/blockchains/ethereum/assets/0x56bB6f961F2CB9947FEa063Df1A42c2233487903/info.json
deleted file mode 100644
index 7bcc94cabb20b..0000000000000
--- a/blockchains/ethereum/assets/0x56bB6f961F2CB9947FEa063Df1A42c2233487903/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TAPSPAY",
- "symbol": "TAPS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x56bB6f961F2CB9947FEa063Df1A42c2233487903",
- "status": "abandoned",
- "id": "0x56bB6f961F2CB9947FEa063Df1A42c2233487903"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x56bB6f961F2CB9947FEa063Df1A42c2233487903/logo.png b/blockchains/ethereum/assets/0x56bB6f961F2CB9947FEa063Df1A42c2233487903/logo.png
deleted file mode 100644
index e154fc15f67fa..0000000000000
Binary files a/blockchains/ethereum/assets/0x56bB6f961F2CB9947FEa063Df1A42c2233487903/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x56ba2Ee7890461f463F7be02aAC3099f6d5811A8/info.json b/blockchains/ethereum/assets/0x56ba2Ee7890461f463F7be02aAC3099f6d5811A8/info.json
deleted file mode 100644
index f70c212c26bb5..0000000000000
--- a/blockchains/ethereum/assets/0x56ba2Ee7890461f463F7be02aAC3099f6d5811A8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BlockCAT Token",
- "symbol": "CAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x56ba2Ee7890461f463F7be02aAC3099f6d5811A8",
- "status": "abandoned",
- "id": "0x56ba2Ee7890461f463F7be02aAC3099f6d5811A8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x56ba2Ee7890461f463F7be02aAC3099f6d5811A8/logo.png b/blockchains/ethereum/assets/0x56ba2Ee7890461f463F7be02aAC3099f6d5811A8/logo.png
deleted file mode 100644
index 4abe0f3554472..0000000000000
Binary files a/blockchains/ethereum/assets/0x56ba2Ee7890461f463F7be02aAC3099f6d5811A8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x56d61054bce91d607CB0e52a6c28E08D35578244/info.json b/blockchains/ethereum/assets/0x56d61054bce91d607CB0e52a6c28E08D35578244/info.json
deleted file mode 100644
index d162d324228e4..0000000000000
--- a/blockchains/ethereum/assets/0x56d61054bce91d607CB0e52a6c28E08D35578244/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C480772",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x56d61054bce91d607CB0e52a6c28E08D35578244",
- "status": "abandoned",
- "id": "0x56d61054bce91d607CB0e52a6c28E08D35578244"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x56d61054bce91d607CB0e52a6c28E08D35578244/logo.png b/blockchains/ethereum/assets/0x56d61054bce91d607CB0e52a6c28E08D35578244/logo.png
deleted file mode 100644
index b11c53d6ec2d0..0000000000000
Binary files a/blockchains/ethereum/assets/0x56d61054bce91d607CB0e52a6c28E08D35578244/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x56d811088235F11C8920698a204A5010a788f4b3/info.json b/blockchains/ethereum/assets/0x56d811088235F11C8920698a204A5010a788f4b3/info.json
deleted file mode 100644
index a05910751ce23..0000000000000
--- a/blockchains/ethereum/assets/0x56d811088235F11C8920698a204A5010a788f4b3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "bZx Protocol Token",
- "website": "https://bzx.network",
- "description": "BZRX is a bZx protocol governance token",
- "explorer": "https://etherscan.io/token/0x56d811088235F11C8920698a204A5010a788f4b3",
- "type": "ERC20",
- "symbol": "BZRX",
- "decimals": 18,
- "status": "active",
- "id": "0x56d811088235F11C8920698a204A5010a788f4b3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x56d811088235F11C8920698a204A5010a788f4b3/logo.png b/blockchains/ethereum/assets/0x56d811088235F11C8920698a204A5010a788f4b3/logo.png
deleted file mode 100644
index d0c8bd1463238..0000000000000
Binary files a/blockchains/ethereum/assets/0x56d811088235F11C8920698a204A5010a788f4b3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x56e0B2C7694E6e10391E870774daA45cf6583486/info.json b/blockchains/ethereum/assets/0x56e0B2C7694E6e10391E870774daA45cf6583486/info.json
deleted file mode 100644
index 171d53ac3bb1a..0000000000000
--- a/blockchains/ethereum/assets/0x56e0B2C7694E6e10391E870774daA45cf6583486/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DUO Network Token",
- "symbol": "DUO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://duo.network/",
- "explorer": "https://etherscan.io/token/0x56e0B2C7694E6e10391E870774daA45cf6583486",
- "status": "abandoned",
- "id": "0x56e0B2C7694E6e10391E870774daA45cf6583486"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x56e0B2C7694E6e10391E870774daA45cf6583486/logo.png b/blockchains/ethereum/assets/0x56e0B2C7694E6e10391E870774daA45cf6583486/logo.png
deleted file mode 100644
index 37eafa387452d..0000000000000
Binary files a/blockchains/ethereum/assets/0x56e0B2C7694E6e10391E870774daA45cf6583486/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x56eE8C9BD1d445a3324ad83E86D8be309Db8f85d/info.json b/blockchains/ethereum/assets/0x56eE8C9BD1d445a3324ad83E86D8be309Db8f85d/info.json
deleted file mode 100644
index ff3fbe77ad371..0000000000000
--- a/blockchains/ethereum/assets/0x56eE8C9BD1d445a3324ad83E86D8be309Db8f85d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Solareum",
- "symbol": "SLRM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://solareum.club",
- "explorer": "https://etherscan.io/token/0x56eE8C9BD1d445a3324ad83E86D8be309Db8f85d",
- "status": "abandoned",
- "id": "0x56eE8C9BD1d445a3324ad83E86D8be309Db8f85d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x56eE8C9BD1d445a3324ad83E86D8be309Db8f85d/logo.png b/blockchains/ethereum/assets/0x56eE8C9BD1d445a3324ad83E86D8be309Db8f85d/logo.png
deleted file mode 100644
index 8feeed46bf75c..0000000000000
Binary files a/blockchains/ethereum/assets/0x56eE8C9BD1d445a3324ad83E86D8be309Db8f85d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x571f1ae7851E59580f24857Ed65bf2d89eaFBF00/info.json b/blockchains/ethereum/assets/0x571f1ae7851E59580f24857Ed65bf2d89eaFBF00/info.json
deleted file mode 100644
index a26cca02f83e1..0000000000000
--- a/blockchains/ethereum/assets/0x571f1ae7851E59580f24857Ed65bf2d89eaFBF00/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ATLANTACOIN",
- "symbol": "ATLT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x571f1ae7851E59580f24857Ed65bf2d89eaFBF00",
- "status": "abandoned",
- "id": "0x571f1ae7851E59580f24857Ed65bf2d89eaFBF00"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x571f1ae7851E59580f24857Ed65bf2d89eaFBF00/logo.png b/blockchains/ethereum/assets/0x571f1ae7851E59580f24857Ed65bf2d89eaFBF00/logo.png
deleted file mode 100644
index 6b065d359ca1a..0000000000000
Binary files a/blockchains/ethereum/assets/0x571f1ae7851E59580f24857Ed65bf2d89eaFBF00/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5732046A883704404F284Ce41FfADd5b007FD668/info.json b/blockchains/ethereum/assets/0x5732046A883704404F284Ce41FfADd5b007FD668/info.json
deleted file mode 100644
index bb3c04a885a6b..0000000000000
--- a/blockchains/ethereum/assets/0x5732046A883704404F284Ce41FfADd5b007FD668/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bluzelle Token",
- "symbol": "BLZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bluzelle.com",
- "explorer": "https://etherscan.io/token/0x5732046A883704404F284Ce41FfADd5b007FD668",
- "status": "active",
- "id": "0x5732046A883704404F284Ce41FfADd5b007FD668"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5732046A883704404F284Ce41FfADd5b007FD668/logo.png b/blockchains/ethereum/assets/0x5732046A883704404F284Ce41FfADd5b007FD668/logo.png
deleted file mode 100644
index 211c9c4a8a575..0000000000000
Binary files a/blockchains/ethereum/assets/0x5732046A883704404F284Ce41FfADd5b007FD668/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x574725c3f528096e7b27Ae7e5FC47b35eF515260/info.json b/blockchains/ethereum/assets/0x574725c3f528096e7b27Ae7e5FC47b35eF515260/info.json
deleted file mode 100644
index d780311917797..0000000000000
--- a/blockchains/ethereum/assets/0x574725c3f528096e7b27Ae7e5FC47b35eF515260/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Petra",
- "symbol": "PTR",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x574725c3f528096e7b27Ae7e5FC47b35eF515260",
- "status": "abandoned",
- "id": "0x574725c3f528096e7b27Ae7e5FC47b35eF515260"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x574725c3f528096e7b27Ae7e5FC47b35eF515260/logo.png b/blockchains/ethereum/assets/0x574725c3f528096e7b27Ae7e5FC47b35eF515260/logo.png
deleted file mode 100644
index 9c21491654d6e..0000000000000
Binary files a/blockchains/ethereum/assets/0x574725c3f528096e7b27Ae7e5FC47b35eF515260/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x574B5B500517ccaD92c78573c7daf8Be8cc0dE19/info.json b/blockchains/ethereum/assets/0x574B5B500517ccaD92c78573c7daf8Be8cc0dE19/info.json
deleted file mode 100644
index da425b7bc0c94..0000000000000
--- a/blockchains/ethereum/assets/0x574B5B500517ccaD92c78573c7daf8Be8cc0dE19/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Five Color Stone",
- "symbol": "FCS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x574B5B500517ccaD92c78573c7daf8Be8cc0dE19",
- "status": "abandoned",
- "id": "0x574B5B500517ccaD92c78573c7daf8Be8cc0dE19"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x574B5B500517ccaD92c78573c7daf8Be8cc0dE19/logo.png b/blockchains/ethereum/assets/0x574B5B500517ccaD92c78573c7daf8Be8cc0dE19/logo.png
deleted file mode 100644
index 2e6b6dc7b0a96..0000000000000
Binary files a/blockchains/ethereum/assets/0x574B5B500517ccaD92c78573c7daf8Be8cc0dE19/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x574F84108a98c575794F75483d801d1d5DC861a5/info.json b/blockchains/ethereum/assets/0x574F84108a98c575794F75483d801d1d5DC861a5/info.json
deleted file mode 100644
index c5287233c0939..0000000000000
--- a/blockchains/ethereum/assets/0x574F84108a98c575794F75483d801d1d5DC861a5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Robotina token",
- "symbol": "ROX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://robotinarox.io/",
- "explorer": "https://etherscan.io/token/0x574F84108a98c575794F75483d801d1d5DC861a5",
- "status": "abandoned",
- "id": "0x574F84108a98c575794F75483d801d1d5DC861a5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x574F84108a98c575794F75483d801d1d5DC861a5/logo.png b/blockchains/ethereum/assets/0x574F84108a98c575794F75483d801d1d5DC861a5/logo.png
deleted file mode 100644
index 9953a47be06f4..0000000000000
Binary files a/blockchains/ethereum/assets/0x574F84108a98c575794F75483d801d1d5DC861a5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x576097fA17E1F702bB9167f0f08F2eA0898a3EA5/info.json b/blockchains/ethereum/assets/0x576097fA17E1F702bB9167f0f08F2eA0898a3EA5/info.json
deleted file mode 100644
index 8c68bce0107bb..0000000000000
--- a/blockchains/ethereum/assets/0x576097fA17E1F702bB9167f0f08F2eA0898a3EA5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DogeToken",
- "symbol": "DogeT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x576097fA17E1F702bB9167f0f08F2eA0898a3EA5",
- "status": "abandoned",
- "id": "0x576097fA17E1F702bB9167f0f08F2eA0898a3EA5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x576097fA17E1F702bB9167f0f08F2eA0898a3EA5/logo.png b/blockchains/ethereum/assets/0x576097fA17E1F702bB9167f0f08F2eA0898a3EA5/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x576097fA17E1F702bB9167f0f08F2eA0898a3EA5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x57652Fc91f522f9EFF0b38CDF1D51f5FB5764215/info.json b/blockchains/ethereum/assets/0x57652Fc91f522f9EFF0b38CDF1D51f5FB5764215/info.json
deleted file mode 100644
index 2ad28f2f3f82c..0000000000000
--- a/blockchains/ethereum/assets/0x57652Fc91f522f9EFF0b38CDF1D51f5FB5764215/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Buddy",
- "symbol": "BUD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://investors.buddy.cloud/",
- "explorer": "https://etherscan.io/token/0x57652Fc91f522f9EFF0b38CDF1D51f5FB5764215",
- "status": "abandoned",
- "id": "0x57652Fc91f522f9EFF0b38CDF1D51f5FB5764215"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x57652Fc91f522f9EFF0b38CDF1D51f5FB5764215/logo.png b/blockchains/ethereum/assets/0x57652Fc91f522f9EFF0b38CDF1D51f5FB5764215/logo.png
deleted file mode 100644
index 78df57522f92e..0000000000000
Binary files a/blockchains/ethereum/assets/0x57652Fc91f522f9EFF0b38CDF1D51f5FB5764215/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x57700244B20f84799a31c6C96DadFF373ca9D6c5/info.json b/blockchains/ethereum/assets/0x57700244B20f84799a31c6C96DadFF373ca9D6c5/info.json
deleted file mode 100644
index 91a3ec4f17f16..0000000000000
--- a/blockchains/ethereum/assets/0x57700244B20f84799a31c6C96DadFF373ca9D6c5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TRUST DAO",
- "symbol": "TRUST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.trustdao.network",
- "explorer": "https://etherscan.io/token/0x57700244B20f84799a31c6C96DadFF373ca9D6c5",
- "status": "active",
- "id": "0x57700244B20f84799a31c6C96DadFF373ca9D6c5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x57700244B20f84799a31c6C96DadFF373ca9D6c5/logo.png b/blockchains/ethereum/assets/0x57700244B20f84799a31c6C96DadFF373ca9D6c5/logo.png
deleted file mode 100644
index 6461d313cbe4f..0000000000000
Binary files a/blockchains/ethereum/assets/0x57700244B20f84799a31c6C96DadFF373ca9D6c5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5783862cef49094bE4DE1fe31280B2E33cF87416/info.json b/blockchains/ethereum/assets/0x5783862cef49094bE4DE1fe31280B2E33cF87416/info.json
deleted file mode 100644
index 7c040fee3cd53..0000000000000
--- a/blockchains/ethereum/assets/0x5783862cef49094bE4DE1fe31280B2E33cF87416/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KredX Token",
- "symbol": "KRT",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5783862cef49094bE4DE1fe31280B2E33cF87416",
- "status": "abandoned",
- "id": "0x5783862cef49094bE4DE1fe31280B2E33cF87416"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5783862cef49094bE4DE1fe31280B2E33cF87416/logo.png b/blockchains/ethereum/assets/0x5783862cef49094bE4DE1fe31280B2E33cF87416/logo.png
deleted file mode 100644
index e0800a7728cb9..0000000000000
Binary files a/blockchains/ethereum/assets/0x5783862cef49094bE4DE1fe31280B2E33cF87416/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x57838fF342f36A1EC18224981ea8715a4667fB3a/info.json b/blockchains/ethereum/assets/0x57838fF342f36A1EC18224981ea8715a4667fB3a/info.json
deleted file mode 100644
index 22e210f5a24b9..0000000000000
--- a/blockchains/ethereum/assets/0x57838fF342f36A1EC18224981ea8715a4667fB3a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QUBE",
- "symbol": "QUBE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.qube.vip/",
- "explorer": "https://etherscan.io/token/0x57838fF342f36A1EC18224981ea8715a4667fB3a",
- "status": "abandoned",
- "id": "0x57838fF342f36A1EC18224981ea8715a4667fB3a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x57838fF342f36A1EC18224981ea8715a4667fB3a/logo.png b/blockchains/ethereum/assets/0x57838fF342f36A1EC18224981ea8715a4667fB3a/logo.png
deleted file mode 100644
index 263372cf557dc..0000000000000
Binary files a/blockchains/ethereum/assets/0x57838fF342f36A1EC18224981ea8715a4667fB3a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x578B49C45961f98d8DF92854b53F1641AF0A5036/info.json b/blockchains/ethereum/assets/0x578B49C45961f98d8DF92854b53F1641AF0A5036/info.json
deleted file mode 100644
index c07d3cee3bba9..0000000000000
--- a/blockchains/ethereum/assets/0x578B49C45961f98d8DF92854b53F1641AF0A5036/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LinkaToken",
- "symbol": "LINKA",
- "type": "ERC20",
- "decimals": 18,
- "description": "Enrich your everyday life with. Fintech on Blockchain.",
- "website": "https://www.linka.io",
- "explorer": "https://etherscan.io/token/0x578B49C45961f98d8DF92854b53F1641AF0A5036",
- "status": "active",
- "id": "0x578B49C45961f98d8DF92854b53F1641AF0A5036"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x578B49C45961f98d8DF92854b53F1641AF0A5036/logo.png b/blockchains/ethereum/assets/0x578B49C45961f98d8DF92854b53F1641AF0A5036/logo.png
deleted file mode 100644
index f031a1df7e3dd..0000000000000
Binary files a/blockchains/ethereum/assets/0x578B49C45961f98d8DF92854b53F1641AF0A5036/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x578C7557D207e87e8232Cd69d94f41A9A136A5fe/info.json b/blockchains/ethereum/assets/0x578C7557D207e87e8232Cd69d94f41A9A136A5fe/info.json
deleted file mode 100644
index 3c9556f1e2de9..0000000000000
--- a/blockchains/ethereum/assets/0x578C7557D207e87e8232Cd69d94f41A9A136A5fe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DaQianCoin",
- "symbol": "DQC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x578C7557D207e87e8232Cd69d94f41A9A136A5fe",
- "status": "abandoned",
- "id": "0x578C7557D207e87e8232Cd69d94f41A9A136A5fe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x578C7557D207e87e8232Cd69d94f41A9A136A5fe/logo.png b/blockchains/ethereum/assets/0x578C7557D207e87e8232Cd69d94f41A9A136A5fe/logo.png
deleted file mode 100644
index 52bbe437295fa..0000000000000
Binary files a/blockchains/ethereum/assets/0x578C7557D207e87e8232Cd69d94f41A9A136A5fe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5797A6291C3F22F785bc6B793d023EF034A17719/info.json b/blockchains/ethereum/assets/0x5797A6291C3F22F785bc6B793d023EF034A17719/info.json
deleted file mode 100644
index 3220a7372e227..0000000000000
--- a/blockchains/ethereum/assets/0x5797A6291C3F22F785bc6B793d023EF034A17719/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cryptune",
- "symbol": "CPT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5797A6291C3F22F785bc6B793d023EF034A17719",
- "status": "abandoned",
- "id": "0x5797A6291C3F22F785bc6B793d023EF034A17719"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5797A6291C3F22F785bc6B793d023EF034A17719/logo.png b/blockchains/ethereum/assets/0x5797A6291C3F22F785bc6B793d023EF034A17719/logo.png
deleted file mode 100644
index ce8349bad3f9f..0000000000000
Binary files a/blockchains/ethereum/assets/0x5797A6291C3F22F785bc6B793d023EF034A17719/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x579CEa1889991f68aCc35Ff5c3dd0621fF29b0C9/info.json b/blockchains/ethereum/assets/0x579CEa1889991f68aCc35Ff5c3dd0621fF29b0C9/info.json
deleted file mode 100644
index 7330fcdc1cb9d..0000000000000
--- a/blockchains/ethereum/assets/0x579CEa1889991f68aCc35Ff5c3dd0621fF29b0C9/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Everipedia IQ",
- "type": "ERC20",
- "symbol": "IQ",
- "decimals": 18,
- "website": "https://iq.wiki/",
- "description": "Everipedia IQ’s mission is to bring the world’s knowledge on-chain.",
- "explorer": "https://etherscan.io/token/0x579cea1889991f68acc35ff5c3dd0621ff29b0c9",
- "status": "active",
- "id": "0x579CEa1889991f68aCc35Ff5c3dd0621fF29b0C9",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Everipedia"
- },
- {
- "name": "github",
- "url": "https://github.com/EveripediaNetwork"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/everipedia/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x579CEa1889991f68aCc35Ff5c3dd0621fF29b0C9/logo.png b/blockchains/ethereum/assets/0x579CEa1889991f68aCc35Ff5c3dd0621fF29b0C9/logo.png
deleted file mode 100644
index dceff00bfbb03..0000000000000
Binary files a/blockchains/ethereum/assets/0x579CEa1889991f68aCc35Ff5c3dd0621fF29b0C9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x579f51260059DaA77B21343b66Ed73E3bF7b58aA/info.json b/blockchains/ethereum/assets/0x579f51260059DaA77B21343b66Ed73E3bF7b58aA/info.json
deleted file mode 100644
index ee65d15c5997f..0000000000000
--- a/blockchains/ethereum/assets/0x579f51260059DaA77B21343b66Ed73E3bF7b58aA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptoBiz",
- "symbol": "CBZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x579f51260059DaA77B21343b66Ed73E3bF7b58aA",
- "status": "abandoned",
- "id": "0x579f51260059DaA77B21343b66Ed73E3bF7b58aA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x579f51260059DaA77B21343b66Ed73E3bF7b58aA/logo.png b/blockchains/ethereum/assets/0x579f51260059DaA77B21343b66Ed73E3bF7b58aA/logo.png
deleted file mode 100644
index e3b6ccbb2f230..0000000000000
Binary files a/blockchains/ethereum/assets/0x579f51260059DaA77B21343b66Ed73E3bF7b58aA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x57Ab1E02fEE23774580C119740129eAC7081e9D3/info.json b/blockchains/ethereum/assets/0x57Ab1E02fEE23774580C119740129eAC7081e9D3/info.json
deleted file mode 100644
index 32712c099e191..0000000000000
--- a/blockchains/ethereum/assets/0x57Ab1E02fEE23774580C119740129eAC7081e9D3/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Synth sUSD",
- "symbol": "sUSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x57Ab1E02fEE23774580C119740129eAC7081e9D3",
- "status": "abandoned",
- "id": "0x57Ab1E02fEE23774580C119740129eAC7081e9D3",
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x57Ab1E02fEE23774580C119740129eAC7081e9D3/logo.png b/blockchains/ethereum/assets/0x57Ab1E02fEE23774580C119740129eAC7081e9D3/logo.png
deleted file mode 100644
index b26b625a22abd..0000000000000
Binary files a/blockchains/ethereum/assets/0x57Ab1E02fEE23774580C119740129eAC7081e9D3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x57Ab1ec28D129707052df4dF418D58a2D46d5f51/info.json b/blockchains/ethereum/assets/0x57Ab1ec28D129707052df4dF418D58a2D46d5f51/info.json
deleted file mode 100644
index 198a33bdbc4df..0000000000000
--- a/blockchains/ethereum/assets/0x57Ab1ec28D129707052df4dF418D58a2D46d5f51/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "sUSD",
- "website": "https://synthetix.io",
- "description": "sUSD is an ERC-20 token made by the Synthetix team which tracks the price of USD.",
- "explorer": "https://etherscan.io/token/0x57Ab1ec28D129707052df4dF418D58a2D46d5f51",
- "type": "ERC20",
- "symbol": "sUSD",
- "decimals": 18,
- "status": "active",
- "id": "0x57Ab1ec28D129707052df4dF418D58a2D46d5f51",
- "tags": [
- "defi",
- "stablecoin"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Synthetixio"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/synthetix_io"
- },
- {
- "name": "blog",
- "url": "https://blog.synthetix.io/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/susd/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/nusd/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x57Ab1ec28D129707052df4dF418D58a2D46d5f51/logo.png b/blockchains/ethereum/assets/0x57Ab1ec28D129707052df4dF418D58a2D46d5f51/logo.png
deleted file mode 100644
index 5a4101b74f367..0000000000000
Binary files a/blockchains/ethereum/assets/0x57Ab1ec28D129707052df4dF418D58a2D46d5f51/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x57B946008913B82E4dF85f501cbAeD910e58D26C/info.json b/blockchains/ethereum/assets/0x57B946008913B82E4dF85f501cbAeD910e58D26C/info.json
deleted file mode 100644
index 8bca59d7a43aa..0000000000000
--- a/blockchains/ethereum/assets/0x57B946008913B82E4dF85f501cbAeD910e58D26C/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Marlin POND",
- "website": "https://www.marlin.pro/",
- "description": "Marlin is an open protocol that provides a high-performance programmable network infrastructure for Web 3.0",
- "explorer": "https://etherscan.io/token/0x57b946008913b82e4df85f501cbaed910e58d26c",
- "type": "ERC20",
- "symbol": "POND",
- "decimals": 18,
- "status": "active",
- "id": "0x57B946008913B82E4dF85f501cbAeD910e58D26C",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/marlinprotocol"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/marlin/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/marlinprotocol"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/marlin/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x57B946008913B82E4dF85f501cbAeD910e58D26C/logo.png b/blockchains/ethereum/assets/0x57B946008913B82E4dF85f501cbAeD910e58D26C/logo.png
deleted file mode 100644
index 5bf18545dfb5a..0000000000000
Binary files a/blockchains/ethereum/assets/0x57B946008913B82E4dF85f501cbAeD910e58D26C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x57C09A8de0b0F471F8567609777aDdFfb5c46a08/info.json b/blockchains/ethereum/assets/0x57C09A8de0b0F471F8567609777aDdFfb5c46a08/info.json
deleted file mode 100644
index 6af939736c642..0000000000000
--- a/blockchains/ethereum/assets/0x57C09A8de0b0F471F8567609777aDdFfb5c46a08/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitex Global XBX Coin",
- "symbol": "XBX",
- "type": "ERC20",
- "decimals": 18,
- "description": "EZBitex is the currency exchange and banking infrastructure with a decentralized, distributed and immutable ledger.",
- "website": "https://bitex.global/",
- "explorer": "https://etherscan.io/token/0x57C09A8de0b0F471F8567609777aDdFfb5c46a08",
- "status": "active",
- "id": "0x57C09A8de0b0F471F8567609777aDdFfb5c46a08"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x57C09A8de0b0F471F8567609777aDdFfb5c46a08/logo.png b/blockchains/ethereum/assets/0x57C09A8de0b0F471F8567609777aDdFfb5c46a08/logo.png
deleted file mode 100644
index 150057e8fede5..0000000000000
Binary files a/blockchains/ethereum/assets/0x57C09A8de0b0F471F8567609777aDdFfb5c46a08/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x57C75ECCc8557136D32619a191fBCDc88560d711/info.json b/blockchains/ethereum/assets/0x57C75ECCc8557136D32619a191fBCDc88560d711/info.json
deleted file mode 100644
index 3f01c061b293e..0000000000000
--- a/blockchains/ethereum/assets/0x57C75ECCc8557136D32619a191fBCDc88560d711/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VeriDocGlobal",
- "symbol": "VDG",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://www.veridocglobal.com",
- "explorer": "https://etherscan.io/token/0x57C75ECCc8557136D32619a191fBCDc88560d711",
- "status": "active",
- "id": "0x57C75ECCc8557136D32619a191fBCDc88560d711"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x57C75ECCc8557136D32619a191fBCDc88560d711/logo.png b/blockchains/ethereum/assets/0x57C75ECCc8557136D32619a191fBCDc88560d711/logo.png
deleted file mode 100644
index 98efcba0e6df0..0000000000000
Binary files a/blockchains/ethereum/assets/0x57C75ECCc8557136D32619a191fBCDc88560d711/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x57D79A886f2b8FCe735AdCb6c36cADdfC0c5ebF0/info.json b/blockchains/ethereum/assets/0x57D79A886f2b8FCe735AdCb6c36cADdfC0c5ebF0/info.json
deleted file mode 100644
index 61d510fd2d2f6..0000000000000
--- a/blockchains/ethereum/assets/0x57D79A886f2b8FCe735AdCb6c36cADdfC0c5ebF0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EtherCenter",
- "symbol": "ECT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x57D79A886f2b8FCe735AdCb6c36cADdfC0c5ebF0",
- "status": "abandoned",
- "id": "0x57D79A886f2b8FCe735AdCb6c36cADdfC0c5ebF0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x57D79A886f2b8FCe735AdCb6c36cADdfC0c5ebF0/logo.png b/blockchains/ethereum/assets/0x57D79A886f2b8FCe735AdCb6c36cADdfC0c5ebF0/logo.png
deleted file mode 100644
index aa42dd862c046..0000000000000
Binary files a/blockchains/ethereum/assets/0x57D79A886f2b8FCe735AdCb6c36cADdfC0c5ebF0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x57aD67aCf9bF015E4820Fbd66EA1A21BED8852eC/info.json b/blockchains/ethereum/assets/0x57aD67aCf9bF015E4820Fbd66EA1A21BED8852eC/info.json
deleted file mode 100644
index 35e7d0d89f092..0000000000000
--- a/blockchains/ethereum/assets/0x57aD67aCf9bF015E4820Fbd66EA1A21BED8852eC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lympo tokens",
- "symbol": "LYM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x57aD67aCf9bF015E4820Fbd66EA1A21BED8852eC",
- "status": "abandoned",
- "id": "0x57aD67aCf9bF015E4820Fbd66EA1A21BED8852eC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x57aD67aCf9bF015E4820Fbd66EA1A21BED8852eC/logo.png b/blockchains/ethereum/assets/0x57aD67aCf9bF015E4820Fbd66EA1A21BED8852eC/logo.png
deleted file mode 100755
index e5bfa97a7615c..0000000000000
Binary files a/blockchains/ethereum/assets/0x57aD67aCf9bF015E4820Fbd66EA1A21BED8852eC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x57b7E9f4B3CD22B0D6CDb672F6494da2492C16fF/info.json b/blockchains/ethereum/assets/0x57b7E9f4B3CD22B0D6CDb672F6494da2492C16fF/info.json
deleted file mode 100644
index 81607d80c4c70..0000000000000
--- a/blockchains/ethereum/assets/0x57b7E9f4B3CD22B0D6CDb672F6494da2492C16fF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YUI",
- "symbol": "YUI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x57b7E9f4B3CD22B0D6CDb672F6494da2492C16fF",
- "status": "abandoned",
- "id": "0x57b7E9f4B3CD22B0D6CDb672F6494da2492C16fF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x57b7E9f4B3CD22B0D6CDb672F6494da2492C16fF/logo.png b/blockchains/ethereum/assets/0x57b7E9f4B3CD22B0D6CDb672F6494da2492C16fF/logo.png
deleted file mode 100644
index a97755149935b..0000000000000
Binary files a/blockchains/ethereum/assets/0x57b7E9f4B3CD22B0D6CDb672F6494da2492C16fF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x57c8D5d5b87A1580FDAF996cEF674Bb0d7F14C98/info.json b/blockchains/ethereum/assets/0x57c8D5d5b87A1580FDAF996cEF674Bb0d7F14C98/info.json
deleted file mode 100644
index 55dd1cb891880..0000000000000
--- a/blockchains/ethereum/assets/0x57c8D5d5b87A1580FDAF996cEF674Bb0d7F14C98/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OdinBrowser",
- "symbol": "ODIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.odinlink.com/",
- "explorer": "https://etherscan.io/token/0x57c8D5d5b87A1580FDAF996cEF674Bb0d7F14C98",
- "status": "abandoned",
- "id": "0x57c8D5d5b87A1580FDAF996cEF674Bb0d7F14C98"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x57c8D5d5b87A1580FDAF996cEF674Bb0d7F14C98/logo.png b/blockchains/ethereum/assets/0x57c8D5d5b87A1580FDAF996cEF674Bb0d7F14C98/logo.png
deleted file mode 100644
index 912f193e3d796..0000000000000
Binary files a/blockchains/ethereum/assets/0x57c8D5d5b87A1580FDAF996cEF674Bb0d7F14C98/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x57e299eE8F1C5A92A9Ed54F934ACC7FF5F159699/info.json b/blockchains/ethereum/assets/0x57e299eE8F1C5A92A9Ed54F934ACC7FF5F159699/info.json
deleted file mode 100644
index 142d8c2ea0ce2..0000000000000
--- a/blockchains/ethereum/assets/0x57e299eE8F1C5A92A9Ed54F934ACC7FF5F159699/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RECORD",
- "symbol": "RCD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x57e299eE8F1C5A92A9Ed54F934ACC7FF5F159699",
- "status": "abandoned",
- "id": "0x57e299eE8F1C5A92A9Ed54F934ACC7FF5F159699"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x57e299eE8F1C5A92A9Ed54F934ACC7FF5F159699/logo.png b/blockchains/ethereum/assets/0x57e299eE8F1C5A92A9Ed54F934ACC7FF5F159699/logo.png
deleted file mode 100755
index 3662614fa3216..0000000000000
Binary files a/blockchains/ethereum/assets/0x57e299eE8F1C5A92A9Ed54F934ACC7FF5F159699/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5807CA447851C98569c567963B25B1C83D41BeBc/info.json b/blockchains/ethereum/assets/0x5807CA447851C98569c567963B25B1C83D41BeBc/info.json
deleted file mode 100644
index 4f38be6762336..0000000000000
--- a/blockchains/ethereum/assets/0x5807CA447851C98569c567963B25B1C83D41BeBc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RealToken 10024-10028 Appoline Street Detroit MI",
- "symbol": "REALTOKEN-10024-10028-APPOLINE-ST-DETROIT-MI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://realt.co/product/10024-28-appoline-st-detroit-mi-48227/",
- "explorer": "https://etherscan.io/token/0x5807CA447851C98569c567963B25B1C83D41BeBc",
- "status": "abandoned",
- "id": "0x5807CA447851C98569c567963B25B1C83D41BeBc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5807CA447851C98569c567963B25B1C83D41BeBc/logo.png b/blockchains/ethereum/assets/0x5807CA447851C98569c567963B25B1C83D41BeBc/logo.png
deleted file mode 100644
index 4617b23ed87e8..0000000000000
Binary files a/blockchains/ethereum/assets/0x5807CA447851C98569c567963B25B1C83D41BeBc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x580c8520dEDA0a441522AEAe0f9F7A5f29629aFa/info.json b/blockchains/ethereum/assets/0x580c8520dEDA0a441522AEAe0f9F7A5f29629aFa/info.json
deleted file mode 100644
index e2022f3ebedc0..0000000000000
--- a/blockchains/ethereum/assets/0x580c8520dEDA0a441522AEAe0f9F7A5f29629aFa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dawn",
- "website": "https://dawn.org",
- "description": "Dawn is an open-source protocol for gaming and competitions.",
- "explorer": "https://etherscan.io/token/0x580c8520dEDA0a441522AEAe0f9F7A5f29629aFa",
- "type": "ERC20",
- "symbol": "DAWN",
- "decimals": 18,
- "status": "active",
- "id": "0x580c8520dEDA0a441522AEAe0f9F7A5f29629aFa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x580c8520dEDA0a441522AEAe0f9F7A5f29629aFa/logo.png b/blockchains/ethereum/assets/0x580c8520dEDA0a441522AEAe0f9F7A5f29629aFa/logo.png
deleted file mode 100644
index 51dee464db1df..0000000000000
Binary files a/blockchains/ethereum/assets/0x580c8520dEDA0a441522AEAe0f9F7A5f29629aFa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5825fBa40871aaaCba45E4b34629abB86520B807/info.json b/blockchains/ethereum/assets/0x5825fBa40871aaaCba45E4b34629abB86520B807/info.json
deleted file mode 100644
index db6d74669bd78..0000000000000
--- a/blockchains/ethereum/assets/0x5825fBa40871aaaCba45E4b34629abB86520B807/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ChainPay",
- "symbol": "CPAY",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5825fBa40871aaaCba45E4b34629abB86520B807",
- "status": "abandoned",
- "id": "0x5825fBa40871aaaCba45E4b34629abB86520B807"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5825fBa40871aaaCba45E4b34629abB86520B807/logo.png b/blockchains/ethereum/assets/0x5825fBa40871aaaCba45E4b34629abB86520B807/logo.png
deleted file mode 100644
index 7c4113135450a..0000000000000
Binary files a/blockchains/ethereum/assets/0x5825fBa40871aaaCba45E4b34629abB86520B807/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1/info.json b/blockchains/ethereum/assets/0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1/info.json
deleted file mode 100644
index 09c4ec798610c..0000000000000
--- a/blockchains/ethereum/assets/0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Wrapped TON Coin",
- "type": "ERC20",
- "symbol": "TONCOIN",
- "decimals": 9,
- "website": "https://ton.org/",
- "description": "The Open Network is a blockchain-based decentralized computer network. TON is designed to enable processing millions of transactions per second via infinite sharding paradigm. It allows building Web 3.0 empowered by decentralized storage and DNS, instant payments and decentralized services.",
- "explorer": "https://etherscan.io/token/0x582d872a1b094fc48f5de31d3b73f2d9be47def1",
- "status": "active",
- "id": "0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/newton-blockchain"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/toncoin/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/tonblockchain"
- }
- ],
- "tags": [
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1/logo.png b/blockchains/ethereum/assets/0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1/logo.png
deleted file mode 100644
index 9ef1d563283d0..0000000000000
Binary files a/blockchains/ethereum/assets/0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x582e09eE0a6ae313f9E8E4E84491808Dec0e7edA/info.json b/blockchains/ethereum/assets/0x582e09eE0a6ae313f9E8E4E84491808Dec0e7edA/info.json
deleted file mode 100644
index d32cb6f077637..0000000000000
--- a/blockchains/ethereum/assets/0x582e09eE0a6ae313f9E8E4E84491808Dec0e7edA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BUYEXSHOP",
- "symbol": "BYXS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x582e09eE0a6ae313f9E8E4E84491808Dec0e7edA",
- "status": "abandoned",
- "id": "0x582e09eE0a6ae313f9E8E4E84491808Dec0e7edA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x582e09eE0a6ae313f9E8E4E84491808Dec0e7edA/logo.png b/blockchains/ethereum/assets/0x582e09eE0a6ae313f9E8E4E84491808Dec0e7edA/logo.png
deleted file mode 100755
index 9ef8495b0346b..0000000000000
Binary files a/blockchains/ethereum/assets/0x582e09eE0a6ae313f9E8E4E84491808Dec0e7edA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x584B44853680ee34a0F337B712a8f66d816dF151/info.json b/blockchains/ethereum/assets/0x584B44853680ee34a0F337B712a8f66d816dF151/info.json
deleted file mode 100644
index 44ec55dc5ec5f..0000000000000
--- a/blockchains/ethereum/assets/0x584B44853680ee34a0F337B712a8f66d816dF151/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AI Doctor",
- "symbol": "AIDOC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.aidoc.me",
- "explorer": "https://etherscan.io/token/0x584B44853680ee34a0F337B712a8f66d816dF151",
- "status": "active",
- "id": "0x584B44853680ee34a0F337B712a8f66d816dF151"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x584B44853680ee34a0F337B712a8f66d816dF151/logo.png b/blockchains/ethereum/assets/0x584B44853680ee34a0F337B712a8f66d816dF151/logo.png
deleted file mode 100644
index cf85b78e7cc76..0000000000000
Binary files a/blockchains/ethereum/assets/0x584B44853680ee34a0F337B712a8f66d816dF151/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x584bC13c7D411c00c01A62e8019472dE68768430/info.json b/blockchains/ethereum/assets/0x584bC13c7D411c00c01A62e8019472dE68768430/info.json
deleted file mode 100644
index 0fb437b5e127e..0000000000000
--- a/blockchains/ethereum/assets/0x584bC13c7D411c00c01A62e8019472dE68768430/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "Hegic",
- "website": "https://hegic.co/",
- "description": "Hegic is an on-chain, non-custodial peer-to-pool options trading protocol built on Ethereum. Currently Hegic supports options trading in for Bitcoin (wBTC) and Ether (ETH).",
- "explorer": "https://etherscan.io/token/0x584bC13c7D411c00c01A62e8019472dE68768430",
- "research": "",
- "type": "ERC20",
- "symbol": "HEGIC",
- "decimals": 18,
- "status": "active",
- "id": "0x584bC13c7D411c00c01A62e8019472dE68768430",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/hegic"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x584bC13c7D411c00c01A62e8019472dE68768430/logo.png b/blockchains/ethereum/assets/0x584bC13c7D411c00c01A62e8019472dE68768430/logo.png
deleted file mode 100644
index 44c118daf7b4e..0000000000000
Binary files a/blockchains/ethereum/assets/0x584bC13c7D411c00c01A62e8019472dE68768430/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5850700E214c16C73d1778B2886C01639e69faA3/info.json b/blockchains/ethereum/assets/0x5850700E214c16C73d1778B2886C01639e69faA3/info.json
deleted file mode 100644
index a08f3abe2542f..0000000000000
--- a/blockchains/ethereum/assets/0x5850700E214c16C73d1778B2886C01639e69faA3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ROGANCOIN",
- "symbol": "RGC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5850700E214c16C73d1778B2886C01639e69faA3",
- "status": "abandoned",
- "id": "0x5850700E214c16C73d1778B2886C01639e69faA3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5850700E214c16C73d1778B2886C01639e69faA3/logo.png b/blockchains/ethereum/assets/0x5850700E214c16C73d1778B2886C01639e69faA3/logo.png
deleted file mode 100644
index 93e8903d69457..0000000000000
Binary files a/blockchains/ethereum/assets/0x5850700E214c16C73d1778B2886C01639e69faA3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x585C2cF94c41b528ec7329CBc3cdE3C4f8d268dB/info.json b/blockchains/ethereum/assets/0x585C2cF94c41b528ec7329CBc3cdE3C4f8d268dB/info.json
deleted file mode 100644
index 9888d96958560..0000000000000
--- a/blockchains/ethereum/assets/0x585C2cF94c41b528ec7329CBc3cdE3C4f8d268dB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "STETHDaiRebalancingSetToken",
- "symbol": "STETHDai",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.tokensets.com/set/ethlovol",
- "explorer": "https://etherscan.io/token/0x585C2cF94c41b528ec7329CBc3cdE3C4f8d268dB",
- "status": "abandoned",
- "id": "0x585C2cF94c41b528ec7329CBc3cdE3C4f8d268dB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x585C2cF94c41b528ec7329CBc3cdE3C4f8d268dB/logo.png b/blockchains/ethereum/assets/0x585C2cF94c41b528ec7329CBc3cdE3C4f8d268dB/logo.png
deleted file mode 100644
index 1e53531568a58..0000000000000
Binary files a/blockchains/ethereum/assets/0x585C2cF94c41b528ec7329CBc3cdE3C4f8d268dB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5862A9935Aa62Ca329f679933491057413Ce2943/info.json b/blockchains/ethereum/assets/0x5862A9935Aa62Ca329f679933491057413Ce2943/info.json
deleted file mode 100644
index a4a49095fd846..0000000000000
--- a/blockchains/ethereum/assets/0x5862A9935Aa62Ca329f679933491057413Ce2943/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BlockMed",
- "symbol": "BMD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5862A9935Aa62Ca329f679933491057413Ce2943",
- "status": "abandoned",
- "id": "0x5862A9935Aa62Ca329f679933491057413Ce2943"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5862A9935Aa62Ca329f679933491057413Ce2943/logo.png b/blockchains/ethereum/assets/0x5862A9935Aa62Ca329f679933491057413Ce2943/logo.png
deleted file mode 100755
index 8f0558063a50d..0000000000000
Binary files a/blockchains/ethereum/assets/0x5862A9935Aa62Ca329f679933491057413Ce2943/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x586f381885E91898663c96946b1030C503130AA1/info.json b/blockchains/ethereum/assets/0x586f381885E91898663c96946b1030C503130AA1/info.json
deleted file mode 100644
index 284079a290fcb..0000000000000
--- a/blockchains/ethereum/assets/0x586f381885E91898663c96946b1030C503130AA1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "High Tech Genesis",
- "symbol": "HTECH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x586f381885E91898663c96946b1030C503130AA1",
- "status": "abandoned",
- "id": "0x586f381885E91898663c96946b1030C503130AA1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x586f381885E91898663c96946b1030C503130AA1/logo.png b/blockchains/ethereum/assets/0x586f381885E91898663c96946b1030C503130AA1/logo.png
deleted file mode 100644
index b891253584349..0000000000000
Binary files a/blockchains/ethereum/assets/0x586f381885E91898663c96946b1030C503130AA1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5874548C51822Da642661b235e101D6d636b6feb/info.json b/blockchains/ethereum/assets/0x5874548C51822Da642661b235e101D6d636b6feb/info.json
deleted file mode 100644
index eeb4e133f71ea..0000000000000
--- a/blockchains/ethereum/assets/0x5874548C51822Da642661b235e101D6d636b6feb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MESSE Coin",
- "symbol": "MESSE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5874548C51822Da642661b235e101D6d636b6feb",
- "status": "abandoned",
- "id": "0x5874548C51822Da642661b235e101D6d636b6feb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5874548C51822Da642661b235e101D6d636b6feb/logo.png b/blockchains/ethereum/assets/0x5874548C51822Da642661b235e101D6d636b6feb/logo.png
deleted file mode 100644
index 496bbc02edde6..0000000000000
Binary files a/blockchains/ethereum/assets/0x5874548C51822Da642661b235e101D6d636b6feb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x587E276Dc7F2C97d986E8AdF9b82D3F14D6cd8d2/info.json b/blockchains/ethereum/assets/0x587E276Dc7F2C97d986E8AdF9b82D3F14D6cd8d2/info.json
deleted file mode 100644
index 14b1f1013b7cd..0000000000000
--- a/blockchains/ethereum/assets/0x587E276Dc7F2C97d986E8AdF9b82D3F14D6cd8d2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fysical",
- "symbol": "FYS",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x587E276Dc7F2C97d986E8AdF9b82D3F14D6cd8d2",
- "status": "abandoned",
- "id": "0x587E276Dc7F2C97d986E8AdF9b82D3F14D6cd8d2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x587E276Dc7F2C97d986E8AdF9b82D3F14D6cd8d2/logo.png b/blockchains/ethereum/assets/0x587E276Dc7F2C97d986E8AdF9b82D3F14D6cd8d2/logo.png
deleted file mode 100644
index 1910abdf58652..0000000000000
Binary files a/blockchains/ethereum/assets/0x587E276Dc7F2C97d986E8AdF9b82D3F14D6cd8d2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x588047365dF5BA589F923604AAC23d673555c623/info.json b/blockchains/ethereum/assets/0x588047365dF5BA589F923604AAC23d673555c623/info.json
deleted file mode 100644
index 2f9dda844dcc3..0000000000000
--- a/blockchains/ethereum/assets/0x588047365dF5BA589F923604AAC23d673555c623/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NaviToken",
- "symbol": "NAVI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x588047365dF5BA589F923604AAC23d673555c623",
- "status": "abandoned",
- "id": "0x588047365dF5BA589F923604AAC23d673555c623"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x588047365dF5BA589F923604AAC23d673555c623/logo.png b/blockchains/ethereum/assets/0x588047365dF5BA589F923604AAC23d673555c623/logo.png
deleted file mode 100644
index 627aac144ff6d..0000000000000
Binary files a/blockchains/ethereum/assets/0x588047365dF5BA589F923604AAC23d673555c623/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5881dA4527BCdC44a100F8bA2efC4039243D2C07/info.json b/blockchains/ethereum/assets/0x5881dA4527BCdC44a100F8bA2efC4039243D2C07/info.json
deleted file mode 100644
index 756a36aa02ba0..0000000000000
--- a/blockchains/ethereum/assets/0x5881dA4527BCdC44a100F8bA2efC4039243D2C07/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pride",
- "symbol": "LGBTQ",
- "type": "ERC20",
- "decimals": 1,
- "description": "A project offering the opportunity to participate in the LGBTQ community and support for the LGBTQ community from around the world.",
- "website": "https://www.lgbtqnetwork.space/",
- "explorer": "https://etherscan.io/token/0x5881dA4527BCdC44a100F8bA2efC4039243D2C07",
- "status": "active",
- "id": "0x5881dA4527BCdC44a100F8bA2efC4039243D2C07"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5881dA4527BCdC44a100F8bA2efC4039243D2C07/logo.png b/blockchains/ethereum/assets/0x5881dA4527BCdC44a100F8bA2efC4039243D2C07/logo.png
deleted file mode 100644
index 810396f7578a1..0000000000000
Binary files a/blockchains/ethereum/assets/0x5881dA4527BCdC44a100F8bA2efC4039243D2C07/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x588ED7e35595e3396F6aA72B7dDCEC2fEFBcA46e/info.json b/blockchains/ethereum/assets/0x588ED7e35595e3396F6aA72B7dDCEC2fEFBcA46e/info.json
deleted file mode 100644
index de9c2abd85be9..0000000000000
--- a/blockchains/ethereum/assets/0x588ED7e35595e3396F6aA72B7dDCEC2fEFBcA46e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "rix.finance",
- "symbol": "RIX",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x588ED7e35595e3396F6aA72B7dDCEC2fEFBcA46e",
- "status": "abandoned",
- "id": "0x588ED7e35595e3396F6aA72B7dDCEC2fEFBcA46e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x588ED7e35595e3396F6aA72B7dDCEC2fEFBcA46e/logo.png b/blockchains/ethereum/assets/0x588ED7e35595e3396F6aA72B7dDCEC2fEFBcA46e/logo.png
deleted file mode 100644
index d0453265a9cd3..0000000000000
Binary files a/blockchains/ethereum/assets/0x588ED7e35595e3396F6aA72B7dDCEC2fEFBcA46e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x58959E0C71080434f237bD42d07Cd84B74CeF438/info.json b/blockchains/ethereum/assets/0x58959E0C71080434f237bD42d07Cd84B74CeF438/info.json
deleted file mode 100644
index b07389ed8a951..0000000000000
--- a/blockchains/ethereum/assets/0x58959E0C71080434f237bD42d07Cd84B74CeF438/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tesra AI Supernet",
- "symbol": "TSR",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "https://tesra.io/",
- "explorer": "https://etherscan.io/token/0x58959E0C71080434f237bD42d07Cd84B74CeF438",
- "status": "abandoned",
- "id": "0x58959E0C71080434f237bD42d07Cd84B74CeF438"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x58959E0C71080434f237bD42d07Cd84B74CeF438/logo.png b/blockchains/ethereum/assets/0x58959E0C71080434f237bD42d07Cd84B74CeF438/logo.png
deleted file mode 100644
index 6d71fbc1973ae..0000000000000
Binary files a/blockchains/ethereum/assets/0x58959E0C71080434f237bD42d07Cd84B74CeF438/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x589891a198195061Cb8ad1a75357A3b7DbaDD7Bc/info.json b/blockchains/ethereum/assets/0x589891a198195061Cb8ad1a75357A3b7DbaDD7Bc/info.json
deleted file mode 100644
index 044145f05712f..0000000000000
--- a/blockchains/ethereum/assets/0x589891a198195061Cb8ad1a75357A3b7DbaDD7Bc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Contentos",
- "symbol": "COS",
- "type": "ERC20",
- "decimals": 18,
- "description": "The decentralized global ecosystem for digital content, where content can be freely produced, distributed and transacted, and where the value and rights will be returned to creators and contributors.",
- "website": "https://www.contentos.io/",
- "explorer": "https://etherscan.io/token/0x589891a198195061Cb8ad1a75357A3b7DbaDD7Bc",
- "status": "active",
- "id": "0x589891a198195061Cb8ad1a75357A3b7DbaDD7Bc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x589891a198195061Cb8ad1a75357A3b7DbaDD7Bc/logo.png b/blockchains/ethereum/assets/0x589891a198195061Cb8ad1a75357A3b7DbaDD7Bc/logo.png
deleted file mode 100644
index a2d4abfb0189a..0000000000000
Binary files a/blockchains/ethereum/assets/0x589891a198195061Cb8ad1a75357A3b7DbaDD7Bc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x58A3520D738B268c2353ECeE518A1AD8e28E4AE5/info.json b/blockchains/ethereum/assets/0x58A3520D738B268c2353ECeE518A1AD8e28E4AE5/info.json
deleted file mode 100644
index c70d319adcfad..0000000000000
--- a/blockchains/ethereum/assets/0x58A3520D738B268c2353ECeE518A1AD8e28E4AE5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HEIDI",
- "symbol": "HDI",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "https://heidicoin.ch",
- "explorer": "https://etherscan.io/token/0x58A3520D738B268c2353ECeE518A1AD8e28E4AE5",
- "status": "abandoned",
- "id": "0x58A3520D738B268c2353ECeE518A1AD8e28E4AE5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x58A3520D738B268c2353ECeE518A1AD8e28E4AE5/logo.png b/blockchains/ethereum/assets/0x58A3520D738B268c2353ECeE518A1AD8e28E4AE5/logo.png
deleted file mode 100644
index f73fc4b80e1d8..0000000000000
Binary files a/blockchains/ethereum/assets/0x58A3520D738B268c2353ECeE518A1AD8e28E4AE5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x58B823abd4b0B5506A60dF6A12Ae681A350dAb4c/info.json b/blockchains/ethereum/assets/0x58B823abd4b0B5506A60dF6A12Ae681A350dAb4c/info.json
deleted file mode 100644
index 2fa80f6de3628..0000000000000
--- a/blockchains/ethereum/assets/0x58B823abd4b0B5506A60dF6A12Ae681A350dAb4c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SUREBANQA UTILITY TOKEN",
- "symbol": "FEX",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x58B823abd4b0B5506A60dF6A12Ae681A350dAb4c",
- "status": "abandoned",
- "id": "0x58B823abd4b0B5506A60dF6A12Ae681A350dAb4c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x58B823abd4b0B5506A60dF6A12Ae681A350dAb4c/logo.png b/blockchains/ethereum/assets/0x58B823abd4b0B5506A60dF6A12Ae681A350dAb4c/logo.png
deleted file mode 100644
index 2949cdef37b96..0000000000000
Binary files a/blockchains/ethereum/assets/0x58B823abd4b0B5506A60dF6A12Ae681A350dAb4c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x58FFeCe158216D694d33b1ca1A31b6E539D95523/info.json b/blockchains/ethereum/assets/0x58FFeCe158216D694d33b1ca1A31b6E539D95523/info.json
deleted file mode 100644
index e6a4bff750e85..0000000000000
--- a/blockchains/ethereum/assets/0x58FFeCe158216D694d33b1ca1A31b6E539D95523/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CIXCA",
- "symbol": "CAX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x58FFeCe158216D694d33b1ca1A31b6E539D95523",
- "status": "abandoned",
- "id": "0x58FFeCe158216D694d33b1ca1A31b6E539D95523"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x58FFeCe158216D694d33b1ca1A31b6E539D95523/logo.png b/blockchains/ethereum/assets/0x58FFeCe158216D694d33b1ca1A31b6E539D95523/logo.png
deleted file mode 100755
index 08c1ac535e1d1..0000000000000
Binary files a/blockchains/ethereum/assets/0x58FFeCe158216D694d33b1ca1A31b6E539D95523/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x58a4884182d9E835597f405e5F258290E46ae7C2/info.json b/blockchains/ethereum/assets/0x58a4884182d9E835597f405e5F258290E46ae7C2/info.json
deleted file mode 100644
index 425e2db74c9cd..0000000000000
--- a/blockchains/ethereum/assets/0x58a4884182d9E835597f405e5F258290E46ae7C2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NOAHCOIN",
- "symbol": "NOAH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x58a4884182d9E835597f405e5F258290E46ae7C2",
- "status": "abandoned",
- "id": "0x58a4884182d9E835597f405e5F258290E46ae7C2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x58a4884182d9E835597f405e5F258290E46ae7C2/logo.png b/blockchains/ethereum/assets/0x58a4884182d9E835597f405e5F258290E46ae7C2/logo.png
deleted file mode 100644
index 3ff494f437e1f..0000000000000
Binary files a/blockchains/ethereum/assets/0x58a4884182d9E835597f405e5F258290E46ae7C2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x58a5d3e4873A75B07fB3c7CF477EeBc44ea73B3B/info.json b/blockchains/ethereum/assets/0x58a5d3e4873A75B07fB3c7CF477EeBc44ea73B3B/info.json
deleted file mode 100644
index b0948a76857ce..0000000000000
--- a/blockchains/ethereum/assets/0x58a5d3e4873A75B07fB3c7CF477EeBc44ea73B3B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KAIJU",
- "symbol": "KAIJU",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x58a5d3e4873A75B07fB3c7CF477EeBc44ea73B3B",
- "status": "abandoned",
- "id": "0x58a5d3e4873A75B07fB3c7CF477EeBc44ea73B3B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x58a5d3e4873A75B07fB3c7CF477EeBc44ea73B3B/logo.png b/blockchains/ethereum/assets/0x58a5d3e4873A75B07fB3c7CF477EeBc44ea73B3B/logo.png
deleted file mode 100644
index 1c1ec73418693..0000000000000
Binary files a/blockchains/ethereum/assets/0x58a5d3e4873A75B07fB3c7CF477EeBc44ea73B3B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x58b6A8A3302369DAEc383334672404Ee733aB239/info.json b/blockchains/ethereum/assets/0x58b6A8A3302369DAEc383334672404Ee733aB239/info.json
deleted file mode 100644
index 99869c8a08a73..0000000000000
--- a/blockchains/ethereum/assets/0x58b6A8A3302369DAEc383334672404Ee733aB239/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Livepeer Token",
- "symbol": "LPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "A decentralized video streaming protocol that empowers developers to build video enabled applications backed by a competitive market of economically incentivized service providers.",
- "website": "https://livepeer.org/",
- "explorer": "https://etherscan.io/token/0x58b6A8A3302369DAEc383334672404Ee733aB239",
- "status": "active",
- "id": "0x58b6A8A3302369DAEc383334672404Ee733aB239",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/livepeer"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/LivepeerOrg"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/livepeer/"
- },
- {
- "name": "blog",
- "url": "https://medium.com/livepeer-blog"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/livepeer/wiki/blob/master/WHITEPAPER.md"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/livepeer/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x58b6A8A3302369DAEc383334672404Ee733aB239/logo.png b/blockchains/ethereum/assets/0x58b6A8A3302369DAEc383334672404Ee733aB239/logo.png
deleted file mode 100755
index 7377c64c80f77..0000000000000
Binary files a/blockchains/ethereum/assets/0x58b6A8A3302369DAEc383334672404Ee733aB239/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x58c69ed6cd6887c0225D1FcCEcC055127843c69b/info.json b/blockchains/ethereum/assets/0x58c69ed6cd6887c0225D1FcCEcC055127843c69b/info.json
deleted file mode 100644
index ee7af56d12793..0000000000000
--- a/blockchains/ethereum/assets/0x58c69ed6cd6887c0225D1FcCEcC055127843c69b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HalalChain",
- "symbol": "HLC",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "http://www.hlc.com",
- "explorer": "https://etherscan.io/token/0x58c69ed6cd6887c0225D1FcCEcC055127843c69b",
- "status": "active",
- "id": "0x58c69ed6cd6887c0225D1FcCEcC055127843c69b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x58c69ed6cd6887c0225D1FcCEcC055127843c69b/logo.png b/blockchains/ethereum/assets/0x58c69ed6cd6887c0225D1FcCEcC055127843c69b/logo.png
deleted file mode 100644
index d4741c6d5cc22..0000000000000
Binary files a/blockchains/ethereum/assets/0x58c69ed6cd6887c0225D1FcCEcC055127843c69b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x58ca3065C0F24C7c96Aee8d6056b5B5deCf9c2f8/info.json b/blockchains/ethereum/assets/0x58ca3065C0F24C7c96Aee8d6056b5B5deCf9c2f8/info.json
deleted file mode 100644
index 9ddf24f1ff103..0000000000000
--- a/blockchains/ethereum/assets/0x58ca3065C0F24C7c96Aee8d6056b5B5deCf9c2f8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GXC",
- "symbol": "GXC",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x58ca3065C0F24C7c96Aee8d6056b5B5deCf9c2f8",
- "status": "abandoned",
- "id": "0x58ca3065C0F24C7c96Aee8d6056b5B5deCf9c2f8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x58ca3065C0F24C7c96Aee8d6056b5B5deCf9c2f8/logo.png b/blockchains/ethereum/assets/0x58ca3065C0F24C7c96Aee8d6056b5B5deCf9c2f8/logo.png
deleted file mode 100755
index 83de0945e16ed..0000000000000
Binary files a/blockchains/ethereum/assets/0x58ca3065C0F24C7c96Aee8d6056b5B5deCf9c2f8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x58d0A58E4B165a27E4e1B8C2A3eF39C89b581180/info.json b/blockchains/ethereum/assets/0x58d0A58E4B165a27E4e1B8C2A3eF39C89b581180/info.json
deleted file mode 100644
index 472524afb9f28..0000000000000
--- a/blockchains/ethereum/assets/0x58d0A58E4B165a27E4e1B8C2A3eF39C89b581180/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ShowCoin",
- "symbol": "Show",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x58d0A58E4B165a27E4e1B8C2A3eF39C89b581180",
- "status": "abandoned",
- "id": "0x58d0A58E4B165a27E4e1B8C2A3eF39C89b581180"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x58d0A58E4B165a27E4e1B8C2A3eF39C89b581180/logo.png b/blockchains/ethereum/assets/0x58d0A58E4B165a27E4e1B8C2A3eF39C89b581180/logo.png
deleted file mode 100644
index da7a6df887750..0000000000000
Binary files a/blockchains/ethereum/assets/0x58d0A58E4B165a27E4e1B8C2A3eF39C89b581180/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x58e1a16Cc86FE135b6f0e478B383a2f8D75B4652/info.json b/blockchains/ethereum/assets/0x58e1a16Cc86FE135b6f0e478B383a2f8D75B4652/info.json
deleted file mode 100644
index df3830be98484..0000000000000
--- a/blockchains/ethereum/assets/0x58e1a16Cc86FE135b6f0e478B383a2f8D75B4652/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ines y Pacheco",
- "symbol": "LOVE",
- "type": "ERC20",
- "decimals": 1,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x58e1a16Cc86FE135b6f0e478B383a2f8D75B4652",
- "status": "abandoned",
- "id": "0x58e1a16Cc86FE135b6f0e478B383a2f8D75B4652"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x58e1a16Cc86FE135b6f0e478B383a2f8D75B4652/logo.png b/blockchains/ethereum/assets/0x58e1a16Cc86FE135b6f0e478B383a2f8D75B4652/logo.png
deleted file mode 100644
index 931e11eebb310..0000000000000
Binary files a/blockchains/ethereum/assets/0x58e1a16Cc86FE135b6f0e478B383a2f8D75B4652/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x58e570f4D7d8be486207D21fF661591c65A22E23/info.json b/blockchains/ethereum/assets/0x58e570f4D7d8be486207D21fF661591c65A22E23/info.json
deleted file mode 100644
index f3bae8108f230..0000000000000
--- a/blockchains/ethereum/assets/0x58e570f4D7d8be486207D21fF661591c65A22E23/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Phoenex",
- "symbol": "PHNEX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x58e570f4D7d8be486207D21fF661591c65A22E23",
- "status": "abandoned",
- "id": "0x58e570f4D7d8be486207D21fF661591c65A22E23"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x58e570f4D7d8be486207D21fF661591c65A22E23/logo.png b/blockchains/ethereum/assets/0x58e570f4D7d8be486207D21fF661591c65A22E23/logo.png
deleted file mode 100644
index 20ef2ffb01e3f..0000000000000
Binary files a/blockchains/ethereum/assets/0x58e570f4D7d8be486207D21fF661591c65A22E23/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5919DeA604631016c15c805e3D948A0384879892/info.json b/blockchains/ethereum/assets/0x5919DeA604631016c15c805e3D948A0384879892/info.json
deleted file mode 100644
index 9c08223b50e01..0000000000000
--- a/blockchains/ethereum/assets/0x5919DeA604631016c15c805e3D948A0384879892/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "The People's Coin",
- "website": "https://thepeoplescoin.money/",
- "description": "PEEPS is a community-driven coin built by people within that very same community. It will host an ever-adapting ecosystem built with the visibility and security of the ETH network. The transparency and welcoming community will both allow organic growth and the promotion of ideas to improve the existing crypto landscape.",
- "explorer": "https://etherscan.io/token/0x5919DeA604631016c15c805e3D948A0384879892",
- "type": "ERC20",
- "symbol": "PEEPS",
- "decimals": 9,
- "status": "active",
- "id": "0x5919DeA604631016c15c805e3D948A0384879892",
- "links": [
- {
- "name": "facebook",
- "url": "https://facebook.com/groups/thepeoplescoin/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ThePeoples_Coin"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/PEEPScoin/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ThePeoplesCoinOfficial"
- }
- ],
- "tags": [
- "defi",
- "governance"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x5919DeA604631016c15c805e3D948A0384879892/logo.png b/blockchains/ethereum/assets/0x5919DeA604631016c15c805e3D948A0384879892/logo.png
deleted file mode 100644
index 007114fa02d66..0000000000000
Binary files a/blockchains/ethereum/assets/0x5919DeA604631016c15c805e3D948A0384879892/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5925f67d2767d937F47141DAC24166B469558222/info.json b/blockchains/ethereum/assets/0x5925f67d2767d937F47141DAC24166B469558222/info.json
deleted file mode 100644
index 56d6fe9d31e4d..0000000000000
--- a/blockchains/ethereum/assets/0x5925f67d2767d937F47141DAC24166B469558222/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OLXA",
- "symbol": "OLXA",
- "type": "ERC20",
- "decimals": 2,
- "description": "OLXA is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.olxacoin.com",
- "explorer": "https://etherscan.io/token/0x5925f67d2767d937F47141DAC24166B469558222",
- "status": "active",
- "id": "0x5925f67d2767d937F47141DAC24166B469558222"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5925f67d2767d937F47141DAC24166B469558222/logo.png b/blockchains/ethereum/assets/0x5925f67d2767d937F47141DAC24166B469558222/logo.png
deleted file mode 100755
index 83beb1335021d..0000000000000
Binary files a/blockchains/ethereum/assets/0x5925f67d2767d937F47141DAC24166B469558222/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x593114f03A0A575aece9ED675e52Ed68D2172B8c/info.json b/blockchains/ethereum/assets/0x593114f03A0A575aece9ED675e52Ed68D2172B8c/info.json
deleted file mode 100644
index 2fe71fbdfc287..0000000000000
--- a/blockchains/ethereum/assets/0x593114f03A0A575aece9ED675e52Ed68D2172B8c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BidiPass",
- "symbol": "BDP",
- "type": "ERC20",
- "decimals": 18,
- "description": "BidiPass Network is comprised of an EVM blockchain and digital asset bridge. Our team leverages our existing infrastructure to build products that improve usability and trust of decentralized applications.",
- "website": "https://bidipass.org/",
- "explorer": "https://etherscan.io/token/0x593114f03A0A575aece9ED675e52Ed68D2172B8c",
- "status": "active",
- "id": "0x593114f03A0A575aece9ED675e52Ed68D2172B8c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x593114f03A0A575aece9ED675e52Ed68D2172B8c/logo.png b/blockchains/ethereum/assets/0x593114f03A0A575aece9ED675e52Ed68D2172B8c/logo.png
deleted file mode 100644
index f28a09cdb7853..0000000000000
Binary files a/blockchains/ethereum/assets/0x593114f03A0A575aece9ED675e52Ed68D2172B8c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x59321ace77C8087FF8Cb9F94C8384807E4Fd8a3c/info.json b/blockchains/ethereum/assets/0x59321ace77C8087FF8Cb9F94C8384807E4Fd8a3c/info.json
deleted file mode 100644
index 0d8aabfeb8c25..0000000000000
--- a/blockchains/ethereum/assets/0x59321ace77C8087FF8Cb9F94C8384807E4Fd8a3c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Xeniumx",
- "symbol": "XEMX",
- "type": "ERC20",
- "decimals": 18,
- "description": "Xeniumx is a blockchain-based marketplace, where buyers & sellers meet to carry out operations involving digital goods & saas based services with cryptocurrency transactions. It uses an automatic matching of users, based on the artificial intelligence approach.",
- "website": "https://xeniumx.com/",
- "explorer": "https://etherscan.io/token/0x59321ace77C8087FF8Cb9F94C8384807E4Fd8a3c",
- "status": "active",
- "id": "0x59321ace77C8087FF8Cb9F94C8384807E4Fd8a3c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x59321ace77C8087FF8Cb9F94C8384807E4Fd8a3c/logo.png b/blockchains/ethereum/assets/0x59321ace77C8087FF8Cb9F94C8384807E4Fd8a3c/logo.png
deleted file mode 100644
index b2b2072207d54..0000000000000
Binary files a/blockchains/ethereum/assets/0x59321ace77C8087FF8Cb9F94C8384807E4Fd8a3c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x594120039687DDaAB50C4aB03bAda20Eb4b218F6/info.json b/blockchains/ethereum/assets/0x594120039687DDaAB50C4aB03bAda20Eb4b218F6/info.json
deleted file mode 100644
index d4a636573a7cb..0000000000000
--- a/blockchains/ethereum/assets/0x594120039687DDaAB50C4aB03bAda20Eb4b218F6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Green Movement",
- "symbol": "GMV",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x594120039687DDaAB50C4aB03bAda20Eb4b218F6",
- "status": "abandoned",
- "id": "0x594120039687DDaAB50C4aB03bAda20Eb4b218F6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x594120039687DDaAB50C4aB03bAda20Eb4b218F6/logo.png b/blockchains/ethereum/assets/0x594120039687DDaAB50C4aB03bAda20Eb4b218F6/logo.png
deleted file mode 100755
index d9922782ee39a..0000000000000
Binary files a/blockchains/ethereum/assets/0x594120039687DDaAB50C4aB03bAda20Eb4b218F6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x594e9F0c7914118A6e2158F83b5D1dDDE2157475/info.json b/blockchains/ethereum/assets/0x594e9F0c7914118A6e2158F83b5D1dDDE2157475/info.json
deleted file mode 100644
index 9beea23d48827..0000000000000
--- a/blockchains/ethereum/assets/0x594e9F0c7914118A6e2158F83b5D1dDDE2157475/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blockchain Media Group",
- "symbol": "BCMG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x594e9F0c7914118A6e2158F83b5D1dDDE2157475",
- "status": "abandoned",
- "id": "0x594e9F0c7914118A6e2158F83b5D1dDDE2157475"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x594e9F0c7914118A6e2158F83b5D1dDDE2157475/logo.png b/blockchains/ethereum/assets/0x594e9F0c7914118A6e2158F83b5D1dDDE2157475/logo.png
deleted file mode 100644
index a94197d4081bb..0000000000000
Binary files a/blockchains/ethereum/assets/0x594e9F0c7914118A6e2158F83b5D1dDDE2157475/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x595643D83B35df38E29058976C04000AcFA31570/info.json b/blockchains/ethereum/assets/0x595643D83B35df38E29058976C04000AcFA31570/info.json
deleted file mode 100644
index cb2f5fdc538fa..0000000000000
--- a/blockchains/ethereum/assets/0x595643D83B35df38E29058976C04000AcFA31570/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Order of the Black Rose",
- "website": "https://nftobr.com",
- "description": "The official token of Order of the Black Rose",
- "explorer": "https://etherscan.io/token/0x595643D83B35df38E29058976C04000AcFA31570",
- "research": "",
- "type": "ERC20",
- "symbol": "OBR",
- "decimals": 18,
- "status": "active",
- "id": "0x595643D83B35df38E29058976C04000AcFA31570"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x595643D83B35df38E29058976C04000AcFA31570/logo.png b/blockchains/ethereum/assets/0x595643D83B35df38E29058976C04000AcFA31570/logo.png
deleted file mode 100644
index bd44a9b6b5268..0000000000000
Binary files a/blockchains/ethereum/assets/0x595643D83B35df38E29058976C04000AcFA31570/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x595832F8FC6BF59c85C527fEC3740A1b7a361269/info.json b/blockchains/ethereum/assets/0x595832F8FC6BF59c85C527fEC3740A1b7a361269/info.json
deleted file mode 100644
index 019c6ea177577..0000000000000
--- a/blockchains/ethereum/assets/0x595832F8FC6BF59c85C527fEC3740A1b7a361269/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Power Ledger",
- "website": "https://powerledger.io",
- "description": "Power Ledger (POWR), based in Australia, encourages us to imagine a world in which electricity is dependable, affordable and clean for everyone.",
- "explorer": "https://etherscan.io/token/0x595832F8FC6BF59c85C527fEC3740A1b7a361269",
- "type": "ERC20",
- "symbol": "POWR",
- "decimals": 6,
- "status": "active",
- "id": "0x595832F8FC6BF59c85C527fEC3740A1b7a361269"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x595832F8FC6BF59c85C527fEC3740A1b7a361269/logo.png b/blockchains/ethereum/assets/0x595832F8FC6BF59c85C527fEC3740A1b7a361269/logo.png
deleted file mode 100755
index 3a3e5fc77919c..0000000000000
Binary files a/blockchains/ethereum/assets/0x595832F8FC6BF59c85C527fEC3740A1b7a361269/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x59639Ab94e7dAF3b39C6555115e493145032e85E/info.json b/blockchains/ethereum/assets/0x59639Ab94e7dAF3b39C6555115e493145032e85E/info.json
deleted file mode 100644
index 1aec61a0fea8a..0000000000000
--- a/blockchains/ethereum/assets/0x59639Ab94e7dAF3b39C6555115e493145032e85E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OmnisBit",
- "symbol": "OMNIS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x59639Ab94e7dAF3b39C6555115e493145032e85E",
- "status": "abandoned",
- "id": "0x59639Ab94e7dAF3b39C6555115e493145032e85E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x59639Ab94e7dAF3b39C6555115e493145032e85E/logo.png b/blockchains/ethereum/assets/0x59639Ab94e7dAF3b39C6555115e493145032e85E/logo.png
deleted file mode 100644
index 3584ce8e6a117..0000000000000
Binary files a/blockchains/ethereum/assets/0x59639Ab94e7dAF3b39C6555115e493145032e85E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x59641DCaD70239473503DDaa27af4f1017e3c998/info.json b/blockchains/ethereum/assets/0x59641DCaD70239473503DDaa27af4f1017e3c998/info.json
deleted file mode 100644
index b9e07c2587282..0000000000000
--- a/blockchains/ethereum/assets/0x59641DCaD70239473503DDaa27af4f1017e3c998/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Oracle Network",
- "symbol": "ONK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x59641DCaD70239473503DDaa27af4f1017e3c998",
- "status": "abandoned",
- "id": "0x59641DCaD70239473503DDaa27af4f1017e3c998"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x59641DCaD70239473503DDaa27af4f1017e3c998/logo.png b/blockchains/ethereum/assets/0x59641DCaD70239473503DDaa27af4f1017e3c998/logo.png
deleted file mode 100644
index 8591b285f6a0f..0000000000000
Binary files a/blockchains/ethereum/assets/0x59641DCaD70239473503DDaa27af4f1017e3c998/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5978708d6ccE1CC9640Eed47422D64c91BbD5171/info.json b/blockchains/ethereum/assets/0x5978708d6ccE1CC9640Eed47422D64c91BbD5171/info.json
deleted file mode 100644
index 6ad4c7d106354..0000000000000
--- a/blockchains/ethereum/assets/0x5978708d6ccE1CC9640Eed47422D64c91BbD5171/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LOLTOKEN",
- "symbol": "LOL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://loleiu.io",
- "explorer": "https://etherscan.io/token/0x5978708d6ccE1CC9640Eed47422D64c91BbD5171",
- "status": "abandoned",
- "id": "0x5978708d6ccE1CC9640Eed47422D64c91BbD5171"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5978708d6ccE1CC9640Eed47422D64c91BbD5171/logo.png b/blockchains/ethereum/assets/0x5978708d6ccE1CC9640Eed47422D64c91BbD5171/logo.png
deleted file mode 100644
index 6e5db0fb1c709..0000000000000
Binary files a/blockchains/ethereum/assets/0x5978708d6ccE1CC9640Eed47422D64c91BbD5171/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5987b7aD0bfB6eB3d8e00882BBab490c79d185C9/info.json b/blockchains/ethereum/assets/0x5987b7aD0bfB6eB3d8e00882BBab490c79d185C9/info.json
deleted file mode 100644
index 150f1790d569c..0000000000000
--- a/blockchains/ethereum/assets/0x5987b7aD0bfB6eB3d8e00882BBab490c79d185C9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitgene Token",
- "symbol": "BGT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5987b7aD0bfB6eB3d8e00882BBab490c79d185C9",
- "status": "abandoned",
- "id": "0x5987b7aD0bfB6eB3d8e00882BBab490c79d185C9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5987b7aD0bfB6eB3d8e00882BBab490c79d185C9/logo.png b/blockchains/ethereum/assets/0x5987b7aD0bfB6eB3d8e00882BBab490c79d185C9/logo.png
deleted file mode 100644
index c99a6efa68f1e..0000000000000
Binary files a/blockchains/ethereum/assets/0x5987b7aD0bfB6eB3d8e00882BBab490c79d185C9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x598C9a4f069dC076984868873C01e78a905D50E6/info.json b/blockchains/ethereum/assets/0x598C9a4f069dC076984868873C01e78a905D50E6/info.json
deleted file mode 100644
index 25140dd5d5faf..0000000000000
--- a/blockchains/ethereum/assets/0x598C9a4f069dC076984868873C01e78a905D50E6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ledgerium",
- "symbol": "XLG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x598C9a4f069dC076984868873C01e78a905D50E6",
- "status": "abandoned",
- "id": "0x598C9a4f069dC076984868873C01e78a905D50E6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x598C9a4f069dC076984868873C01e78a905D50E6/logo.png b/blockchains/ethereum/assets/0x598C9a4f069dC076984868873C01e78a905D50E6/logo.png
deleted file mode 100644
index d5dc12845f176..0000000000000
Binary files a/blockchains/ethereum/assets/0x598C9a4f069dC076984868873C01e78a905D50E6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x599346779e90fc3F5F997b5ea715349820F91571/info.json b/blockchains/ethereum/assets/0x599346779e90fc3F5F997b5ea715349820F91571/info.json
deleted file mode 100644
index 038b70c5d4a57..0000000000000
--- a/blockchains/ethereum/assets/0x599346779e90fc3F5F997b5ea715349820F91571/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Saturn",
- "symbol": "STN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x599346779e90fc3F5F997b5ea715349820F91571",
- "status": "abandoned",
- "id": "0x599346779e90fc3F5F997b5ea715349820F91571"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x599346779e90fc3F5F997b5ea715349820F91571/logo.png b/blockchains/ethereum/assets/0x599346779e90fc3F5F997b5ea715349820F91571/logo.png
deleted file mode 100755
index 3c748146565f8..0000000000000
Binary files a/blockchains/ethereum/assets/0x599346779e90fc3F5F997b5ea715349820F91571/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x59A11e14514b15D5486b7fAa190Ab234DE04EdB4/info.json b/blockchains/ethereum/assets/0x59A11e14514b15D5486b7fAa190Ab234DE04EdB4/info.json
deleted file mode 100644
index f3cf63bfe173b..0000000000000
--- a/blockchains/ethereum/assets/0x59A11e14514b15D5486b7fAa190Ab234DE04EdB4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Planetagro",
- "symbol": "MXN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x59A11e14514b15D5486b7fAa190Ab234DE04EdB4",
- "status": "abandoned",
- "id": "0x59A11e14514b15D5486b7fAa190Ab234DE04EdB4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x59A11e14514b15D5486b7fAa190Ab234DE04EdB4/logo.png b/blockchains/ethereum/assets/0x59A11e14514b15D5486b7fAa190Ab234DE04EdB4/logo.png
deleted file mode 100644
index c25437eb0dc46..0000000000000
Binary files a/blockchains/ethereum/assets/0x59A11e14514b15D5486b7fAa190Ab234DE04EdB4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x59A921Db27Dd6d4d974745B7FfC5c33932653442/info.json b/blockchains/ethereum/assets/0x59A921Db27Dd6d4d974745B7FfC5c33932653442/info.json
deleted file mode 100644
index 4b698b77afa4a..0000000000000
--- a/blockchains/ethereum/assets/0x59A921Db27Dd6d4d974745B7FfC5c33932653442/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "mGOOGL Token",
- "website": "https://mirror.finance",
- "description": "Wrapped Mirror GOOGL Token.",
- "explorer": "https://etherscan.io/token/0x59A921Db27Dd6d4d974745B7FfC5c33932653442",
- "type": "ERC20",
- "symbol": "mGOOGL",
- "decimals": 18,
- "status": "active",
- "id": "0x59A921Db27Dd6d4d974745B7FfC5c33932653442",
- "tags": [
- "wrapped"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MirrorProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mirror_protocol"
- },
- {
- "name": "discord",
- "url": "https://discord.com/MirrorProtocol"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@mirror-protocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x59A921Db27Dd6d4d974745B7FfC5c33932653442/logo.png b/blockchains/ethereum/assets/0x59A921Db27Dd6d4d974745B7FfC5c33932653442/logo.png
deleted file mode 100644
index 5e9b9e1f4e303..0000000000000
Binary files a/blockchains/ethereum/assets/0x59A921Db27Dd6d4d974745B7FfC5c33932653442/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x59AD6061A0be82155E7aCcE9F0C37Bf59F9c1e3C/info.json b/blockchains/ethereum/assets/0x59AD6061A0be82155E7aCcE9F0C37Bf59F9c1e3C/info.json
deleted file mode 100644
index d2e62b33a7e69..0000000000000
--- a/blockchains/ethereum/assets/0x59AD6061A0be82155E7aCcE9F0C37Bf59F9c1e3C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Liquid Lottery RTC",
- "website": "https://etherscan.io/address/0x59AD6061A0be82155E7aCcE9F0C37Bf59F9c1e3C#code",
- "description": "Utility token used as the main prize in the daily Liquid Lottery draws. Read This Contract (RTC)",
- "explorer": "https://etherscan.io/token/0x59AD6061A0be82155E7aCcE9F0C37Bf59F9c1e3C",
- "type": "ERC20",
- "symbol": "LIQLO",
- "decimals": 18,
- "status": "active",
- "id": "0x59AD6061A0be82155E7aCcE9F0C37Bf59F9c1e3C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x59AD6061A0be82155E7aCcE9F0C37Bf59F9c1e3C/logo.png b/blockchains/ethereum/assets/0x59AD6061A0be82155E7aCcE9F0C37Bf59F9c1e3C/logo.png
deleted file mode 100755
index 0580d54d8a648..0000000000000
Binary files a/blockchains/ethereum/assets/0x59AD6061A0be82155E7aCcE9F0C37Bf59F9c1e3C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x59BE937f05cf2c406b61c42C6c82a093fA54edfE/info.json b/blockchains/ethereum/assets/0x59BE937f05cf2c406b61c42C6c82a093fA54edfE/info.json
deleted file mode 100644
index 6f9dfcb967775..0000000000000
--- a/blockchains/ethereum/assets/0x59BE937f05cf2c406b61c42C6c82a093fA54edfE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PlayCoin",
- "symbol": "PLY",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "https://playcoin.game/Home/Index",
- "explorer": "https://etherscan.io/token/0x59BE937f05cf2c406b61c42C6c82a093fA54edfE",
- "status": "abandoned",
- "id": "0x59BE937f05cf2c406b61c42C6c82a093fA54edfE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x59BE937f05cf2c406b61c42C6c82a093fA54edfE/logo.png b/blockchains/ethereum/assets/0x59BE937f05cf2c406b61c42C6c82a093fA54edfE/logo.png
deleted file mode 100644
index 3eeea0b73ea4a..0000000000000
Binary files a/blockchains/ethereum/assets/0x59BE937f05cf2c406b61c42C6c82a093fA54edfE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x59D63c88aDa5A485A4Ea1cCEc1145619C59e5f39/info.json b/blockchains/ethereum/assets/0x59D63c88aDa5A485A4Ea1cCEc1145619C59e5f39/info.json
deleted file mode 100644
index 803b65a806289..0000000000000
--- a/blockchains/ethereum/assets/0x59D63c88aDa5A485A4Ea1cCEc1145619C59e5f39/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ARESCOIN",
- "symbol": "ARES",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x59D63c88aDa5A485A4Ea1cCEc1145619C59e5f39",
- "status": "abandoned",
- "id": "0x59D63c88aDa5A485A4Ea1cCEc1145619C59e5f39"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x59D63c88aDa5A485A4Ea1cCEc1145619C59e5f39/logo.png b/blockchains/ethereum/assets/0x59D63c88aDa5A485A4Ea1cCEc1145619C59e5f39/logo.png
deleted file mode 100644
index d9ec0aa686dca..0000000000000
Binary files a/blockchains/ethereum/assets/0x59D63c88aDa5A485A4Ea1cCEc1145619C59e5f39/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x59F96b8571E3B11f859A09Eaf5a790A138FC64D0/info.json b/blockchains/ethereum/assets/0x59F96b8571E3B11f859A09Eaf5a790A138FC64D0/info.json
deleted file mode 100644
index dfd0145ae581f..0000000000000
--- a/blockchains/ethereum/assets/0x59F96b8571E3B11f859A09Eaf5a790A138FC64D0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Uniswap V2",
- "symbol": "UNI-V2",
- "type": "ERC20",
- "decimals": 18,
- "description": " This Uniswap Liquidity Provider (LP) token represents the STA and ETH pairing.",
- "website": "https://stateratoken.com/",
- "explorer": "https://etherscan.io/token/0x59F96b8571E3B11f859A09Eaf5a790A138FC64D0",
- "status": "active",
- "id": "0x59F96b8571E3B11f859A09Eaf5a790A138FC64D0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x59F96b8571E3B11f859A09Eaf5a790A138FC64D0/logo.png b/blockchains/ethereum/assets/0x59F96b8571E3B11f859A09Eaf5a790A138FC64D0/logo.png
deleted file mode 100644
index 0b17e5b43d895..0000000000000
Binary files a/blockchains/ethereum/assets/0x59F96b8571E3B11f859A09Eaf5a790A138FC64D0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x59a17c58DAAEE299b39A060B9De67Bf7C829e4d3/info.json b/blockchains/ethereum/assets/0x59a17c58DAAEE299b39A060B9De67Bf7C829e4d3/info.json
deleted file mode 100644
index 29439654fd2bc..0000000000000
--- a/blockchains/ethereum/assets/0x59a17c58DAAEE299b39A060B9De67Bf7C829e4d3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "shelterDAO",
- "symbol": "SHEL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x59a17c58DAAEE299b39A060B9De67Bf7C829e4d3",
- "status": "abandoned",
- "id": "0x59a17c58DAAEE299b39A060B9De67Bf7C829e4d3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x59a17c58DAAEE299b39A060B9De67Bf7C829e4d3/logo.png b/blockchains/ethereum/assets/0x59a17c58DAAEE299b39A060B9De67Bf7C829e4d3/logo.png
deleted file mode 100644
index 33b4499ed10d2..0000000000000
Binary files a/blockchains/ethereum/assets/0x59a17c58DAAEE299b39A060B9De67Bf7C829e4d3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x59d4CCC94A9C4C3d3b4bA2Aa343a9bDF95145DD1/info.json b/blockchains/ethereum/assets/0x59d4CCC94A9C4C3d3b4bA2Aa343a9bDF95145DD1/info.json
deleted file mode 100644
index 6a28dbf2681fa..0000000000000
--- a/blockchains/ethereum/assets/0x59d4CCC94A9C4C3d3b4bA2Aa343a9bDF95145DD1/info.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "QUSD",
- "website": "https://qian.finance",
- "description": "QUSD is the first kind of stablecoin of QIAN protocol. In the future, QIAN will launch QHKD, QEUR and other stable assets).",
- "explorer": "https://etherscan.io/token/0x59d4CCC94A9C4C3d3b4bA2Aa343a9bDF95145DD1",
- "audit_report": "https://qian.finance/PeckShield-Audit-Report-QIAN2-v1.0.pdf",
- "type": "ERC20",
- "symbol": "QUSD",
- "decimals": 18,
- "status": "active",
- "id": "0x59d4CCC94A9C4C3d3b4bA2Aa343a9bDF95145DD1",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://qian.finance/qian_whitepaper_zh.pdf"
- },
- {
- "name": "github",
- "url": "https://github.com/QIAN-Protocol/QIAN"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x59d4CCC94A9C4C3d3b4bA2Aa343a9bDF95145DD1/logo.png b/blockchains/ethereum/assets/0x59d4CCC94A9C4C3d3b4bA2Aa343a9bDF95145DD1/logo.png
deleted file mode 100644
index 844124997d325..0000000000000
Binary files a/blockchains/ethereum/assets/0x59d4CCC94A9C4C3d3b4bA2Aa343a9bDF95145DD1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5A07db85AA330Bb0E333018722bFA4b65B6009cB/info.json b/blockchains/ethereum/assets/0x5A07db85AA330Bb0E333018722bFA4b65B6009cB/info.json
deleted file mode 100644
index 6bd2db4d334a2..0000000000000
--- a/blockchains/ethereum/assets/0x5A07db85AA330Bb0E333018722bFA4b65B6009cB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-17/30M17",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5A07db85AA330Bb0E333018722bFA4b65B6009cB",
- "status": "abandoned",
- "id": "0x5A07db85AA330Bb0E333018722bFA4b65B6009cB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5A07db85AA330Bb0E333018722bFA4b65B6009cB/logo.png b/blockchains/ethereum/assets/0x5A07db85AA330Bb0E333018722bFA4b65B6009cB/logo.png
deleted file mode 100644
index 9e2dd473b942e..0000000000000
Binary files a/blockchains/ethereum/assets/0x5A07db85AA330Bb0E333018722bFA4b65B6009cB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5A1A29DBb6Ad6153DB764568C1289076bC876df6/info.json b/blockchains/ethereum/assets/0x5A1A29DBb6Ad6153DB764568C1289076bC876df6/info.json
deleted file mode 100644
index 171536fbf3371..0000000000000
--- a/blockchains/ethereum/assets/0x5A1A29DBb6Ad6153DB764568C1289076bC876df6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NeworkCoin",
- "symbol": "NKC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Nework is an incentive platform based on block-chain technology to connect human work skills.",
- "website": "http://nework.pro/",
- "explorer": "https://etherscan.io/token/0x5A1A29DBb6Ad6153DB764568C1289076bC876df6",
- "status": "active",
- "id": "0x5A1A29DBb6Ad6153DB764568C1289076bC876df6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5A1A29DBb6Ad6153DB764568C1289076bC876df6/logo.png b/blockchains/ethereum/assets/0x5A1A29DBb6Ad6153DB764568C1289076bC876df6/logo.png
deleted file mode 100644
index 1c4cccaafa54d..0000000000000
Binary files a/blockchains/ethereum/assets/0x5A1A29DBb6Ad6153DB764568C1289076bC876df6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5A2fe67e429fB02ceBc3344a23e90E242263205D/info.json b/blockchains/ethereum/assets/0x5A2fe67e429fB02ceBc3344a23e90E242263205D/info.json
deleted file mode 100644
index a3fa5390a8efe..0000000000000
--- a/blockchains/ethereum/assets/0x5A2fe67e429fB02ceBc3344a23e90E242263205D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mercury Network",
- "symbol": "MNT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5A2fe67e429fB02ceBc3344a23e90E242263205D",
- "status": "abandoned",
- "id": "0x5A2fe67e429fB02ceBc3344a23e90E242263205D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5A2fe67e429fB02ceBc3344a23e90E242263205D/logo.png b/blockchains/ethereum/assets/0x5A2fe67e429fB02ceBc3344a23e90E242263205D/logo.png
deleted file mode 100644
index 9ead43109889f..0000000000000
Binary files a/blockchains/ethereum/assets/0x5A2fe67e429fB02ceBc3344a23e90E242263205D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5A758e5A34e5C9258198b2b6d186a92056ae0B19/info.json b/blockchains/ethereum/assets/0x5A758e5A34e5C9258198b2b6d186a92056ae0B19/info.json
deleted file mode 100644
index cc933047fa15e..0000000000000
--- a/blockchains/ethereum/assets/0x5A758e5A34e5C9258198b2b6d186a92056ae0B19/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cooin",
- "symbol": "COOIN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5A758e5A34e5C9258198b2b6d186a92056ae0B19",
- "status": "abandoned",
- "id": "0x5A758e5A34e5C9258198b2b6d186a92056ae0B19"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5A758e5A34e5C9258198b2b6d186a92056ae0B19/logo.png b/blockchains/ethereum/assets/0x5A758e5A34e5C9258198b2b6d186a92056ae0B19/logo.png
deleted file mode 100644
index 9ca5d002cd3ab..0000000000000
Binary files a/blockchains/ethereum/assets/0x5A758e5A34e5C9258198b2b6d186a92056ae0B19/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5A844590c5b8f40ae56190771d06c60b9ab1Da1C/info.json b/blockchains/ethereum/assets/0x5A844590c5b8f40ae56190771d06c60b9ab1Da1C/info.json
deleted file mode 100644
index a43ae9e71ffe4..0000000000000
--- a/blockchains/ethereum/assets/0x5A844590c5b8f40ae56190771d06c60b9ab1Da1C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ross Campbell Legal Engineering",
- "symbol": "RCLE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5A844590c5b8f40ae56190771d06c60b9ab1Da1C",
- "status": "abandoned",
- "id": "0x5A844590c5b8f40ae56190771d06c60b9ab1Da1C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5A844590c5b8f40ae56190771d06c60b9ab1Da1C/logo.png b/blockchains/ethereum/assets/0x5A844590c5b8f40ae56190771d06c60b9ab1Da1C/logo.png
deleted file mode 100644
index ba978dbcddb8e..0000000000000
Binary files a/blockchains/ethereum/assets/0x5A844590c5b8f40ae56190771d06c60b9ab1Da1C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5A95527eD7616d35fb2a113cD68832f4EDEFa2dF/info.json b/blockchains/ethereum/assets/0x5A95527eD7616d35fb2a113cD68832f4EDEFa2dF/info.json
deleted file mode 100644
index 08e5f6d91fef8..0000000000000
--- a/blockchains/ethereum/assets/0x5A95527eD7616d35fb2a113cD68832f4EDEFa2dF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AllWensCoin",
- "symbol": "AWC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5A95527eD7616d35fb2a113cD68832f4EDEFa2dF",
- "status": "abandoned",
- "id": "0x5A95527eD7616d35fb2a113cD68832f4EDEFa2dF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5A95527eD7616d35fb2a113cD68832f4EDEFa2dF/logo.png b/blockchains/ethereum/assets/0x5A95527eD7616d35fb2a113cD68832f4EDEFa2dF/logo.png
deleted file mode 100644
index ef838be100d5d..0000000000000
Binary files a/blockchains/ethereum/assets/0x5A95527eD7616d35fb2a113cD68832f4EDEFa2dF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32/info.json b/blockchains/ethereum/assets/0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32/info.json
deleted file mode 100644
index c2b5384720935..0000000000000
--- a/blockchains/ethereum/assets/0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Lido DAO",
- "type": "ERC20",
- "symbol": "LDO",
- "decimals": 18,
- "website": "https://stake.lido.fi/",
- "description": "Lido is a liquid staking solution for Ethereum. Lido lets users stake their ETH - with no minimum deposits or maintaining of infrastructure - whilst participating in on-chain activities, e.g. lending, to compound returns. LDO is an ERC20 token granting governance rights in the Lido DAO.",
- "explorer": "https://etherscan.io/token/0x5a98fcbea516cf06857215779fd812ca3bef1b32",
- "status": "active",
- "id": "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/lidofinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/lidofinance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/lido-dao/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/lido-dao/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32/logo.png b/blockchains/ethereum/assets/0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32/logo.png
deleted file mode 100644
index cd90bc194cf7e..0000000000000
Binary files a/blockchains/ethereum/assets/0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5AB793E36070F0fac928EA15826b0c1Bc5365119/info.json b/blockchains/ethereum/assets/0x5AB793E36070F0fac928EA15826b0c1Bc5365119/info.json
deleted file mode 100644
index 53c69a8f6ec41..0000000000000
--- a/blockchains/ethereum/assets/0x5AB793E36070F0fac928EA15826b0c1Bc5365119/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YUKI",
- "symbol": "YUKI",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.yukicoin.jp/en",
- "explorer": "https://etherscan.io/token/0x5AB793E36070F0fac928EA15826b0c1Bc5365119",
- "status": "abandoned",
- "id": "0x5AB793E36070F0fac928EA15826b0c1Bc5365119"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5AB793E36070F0fac928EA15826b0c1Bc5365119/logo.png b/blockchains/ethereum/assets/0x5AB793E36070F0fac928EA15826b0c1Bc5365119/logo.png
deleted file mode 100644
index 020b4c36ad488..0000000000000
Binary files a/blockchains/ethereum/assets/0x5AB793E36070F0fac928EA15826b0c1Bc5365119/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5ABaFf0B83F81DC061C590AAdcbA013C69237fd7/info.json b/blockchains/ethereum/assets/0x5ABaFf0B83F81DC061C590AAdcbA013C69237fd7/info.json
deleted file mode 100644
index 7f21c1df5e887..0000000000000
--- a/blockchains/ethereum/assets/0x5ABaFf0B83F81DC061C590AAdcbA013C69237fd7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Jade Token",
- "symbol": "JADE",
- "type": "ERC20",
- "decimals": 18,
- "description": "Jade Currency aims to change the world the world by allowing the public to pay for Jade with our token safely and easily.",
- "website": "https://www.jadecurrency.com/",
- "explorer": "https://etherscan.io/token/0x5ABaFf0B83F81DC061C590AAdcbA013C69237fd7",
- "status": "active",
- "id": "0x5ABaFf0B83F81DC061C590AAdcbA013C69237fd7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5ABaFf0B83F81DC061C590AAdcbA013C69237fd7/logo.png b/blockchains/ethereum/assets/0x5ABaFf0B83F81DC061C590AAdcbA013C69237fd7/logo.png
deleted file mode 100644
index 6b0e55504cfff..0000000000000
Binary files a/blockchains/ethereum/assets/0x5ABaFf0B83F81DC061C590AAdcbA013C69237fd7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5Af2Be193a6ABCa9c8817001F45744777Db30756/info.json b/blockchains/ethereum/assets/0x5Af2Be193a6ABCa9c8817001F45744777Db30756/info.json
deleted file mode 100644
index 1c44288b3ba04..0000000000000
--- a/blockchains/ethereum/assets/0x5Af2Be193a6ABCa9c8817001F45744777Db30756/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Voyager Token",
- "symbol": "VGX",
- "type": "ERC20",
- "decimals": 8,
- "description": "The Voyager Token (VGX) rewards users within the Voyager crypto broker ecosystem.",
- "website": "https://www.InvestVoyager.com",
- "explorer": "https://etherscan.io/token/0x5Af2Be193a6ABCa9c8817001F45744777Db30756",
- "status": "abandoned",
- "id": "0x5Af2Be193a6ABCa9c8817001F45744777Db30756",
- "links": [
- {
- "name": "blog",
- "url": "https://investvoyager.com/blog/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/investvoyager"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Invest_Voyager/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/investvoyager"
- },
- {
- "name": "whitepaper",
- "url": "https://investvoyager.com/VoyagerToken/White_Paper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ethos/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5B0751713b2527d7f002c0c4e2a37e1219610A6B/info.json b/blockchains/ethereum/assets/0x5B0751713b2527d7f002c0c4e2a37e1219610A6B/info.json
deleted file mode 100644
index 67e6aa6a03c4c..0000000000000
--- a/blockchains/ethereum/assets/0x5B0751713b2527d7f002c0c4e2a37e1219610A6B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Horse",
- "symbol": "HORSE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ethorse.com/",
- "explorer": "https://etherscan.io/token/0x5B0751713b2527d7f002c0c4e2a37e1219610A6B",
- "status": "abandoned",
- "id": "0x5B0751713b2527d7f002c0c4e2a37e1219610A6B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5B0751713b2527d7f002c0c4e2a37e1219610A6B/logo.png b/blockchains/ethereum/assets/0x5B0751713b2527d7f002c0c4e2a37e1219610A6B/logo.png
deleted file mode 100644
index b2f189940f2ea..0000000000000
Binary files a/blockchains/ethereum/assets/0x5B0751713b2527d7f002c0c4e2a37e1219610A6B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5B09A0371C1DA44A8E24D36Bf5DEb1141a84d875/info.json b/blockchains/ethereum/assets/0x5B09A0371C1DA44A8E24D36Bf5DEb1141a84d875/info.json
deleted file mode 100644
index 438dd09808d02..0000000000000
--- a/blockchains/ethereum/assets/0x5B09A0371C1DA44A8E24D36Bf5DEb1141a84d875/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "MadNetwork",
- "website": "http://madnetwork.com",
- "description": "MadNetwork is a custom blockchain designed to authenticate and manage the identity of organizations, people, or assets in the digital world.",
- "explorer": "https://etherscan.io/token/0x5B09A0371C1DA44A8E24D36Bf5DEb1141a84d875",
- "research": "",
- "type": "ERC20",
- "symbol": "MAD",
- "decimals": 18,
- "status": "active",
- "id": "0x5B09A0371C1DA44A8E24D36Bf5DEb1141a84d875"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5B09A0371C1DA44A8E24D36Bf5DEb1141a84d875/logo.png b/blockchains/ethereum/assets/0x5B09A0371C1DA44A8E24D36Bf5DEb1141a84d875/logo.png
deleted file mode 100644
index 72c1c5c8942eb..0000000000000
Binary files a/blockchains/ethereum/assets/0x5B09A0371C1DA44A8E24D36Bf5DEb1141a84d875/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5B0A88473EdBD7B68e9D2f71583faeF866aE1114/info.json b/blockchains/ethereum/assets/0x5B0A88473EdBD7B68e9D2f71583faeF866aE1114/info.json
deleted file mode 100644
index 3c8aa39a76971..0000000000000
--- a/blockchains/ethereum/assets/0x5B0A88473EdBD7B68e9D2f71583faeF866aE1114/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R885766",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5B0A88473EdBD7B68e9D2f71583faeF866aE1114",
- "status": "abandoned",
- "id": "0x5B0A88473EdBD7B68e9D2f71583faeF866aE1114"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5B0A88473EdBD7B68e9D2f71583faeF866aE1114/logo.png b/blockchains/ethereum/assets/0x5B0A88473EdBD7B68e9D2f71583faeF866aE1114/logo.png
deleted file mode 100644
index f56e11126cd50..0000000000000
Binary files a/blockchains/ethereum/assets/0x5B0A88473EdBD7B68e9D2f71583faeF866aE1114/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5B21E581a0A441338fFDC19923Eb32bA4c9Df365/info.json b/blockchains/ethereum/assets/0x5B21E581a0A441338fFDC19923Eb32bA4c9Df365/info.json
deleted file mode 100644
index 6a020abe1c3be..0000000000000
--- a/blockchains/ethereum/assets/0x5B21E581a0A441338fFDC19923Eb32bA4c9Df365/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "mHealthCoin",
- "symbol": "MHEC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5B21E581a0A441338fFDC19923Eb32bA4c9Df365",
- "status": "abandoned",
- "id": "0x5B21E581a0A441338fFDC19923Eb32bA4c9Df365"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5B21E581a0A441338fFDC19923Eb32bA4c9Df365/logo.png b/blockchains/ethereum/assets/0x5B21E581a0A441338fFDC19923Eb32bA4c9Df365/logo.png
deleted file mode 100755
index 3831672ee6a3d..0000000000000
Binary files a/blockchains/ethereum/assets/0x5B21E581a0A441338fFDC19923Eb32bA4c9Df365/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5B2801375De6C23fcF8D2ECD453D3Fa72c254306/info.json b/blockchains/ethereum/assets/0x5B2801375De6C23fcF8D2ECD453D3Fa72c254306/info.json
deleted file mode 100644
index 64ad0a1ae30f5..0000000000000
--- a/blockchains/ethereum/assets/0x5B2801375De6C23fcF8D2ECD453D3Fa72c254306/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTC",
- "symbol": "BTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5B2801375De6C23fcF8D2ECD453D3Fa72c254306",
- "status": "abandoned",
- "id": "0x5B2801375De6C23fcF8D2ECD453D3Fa72c254306"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5B2801375De6C23fcF8D2ECD453D3Fa72c254306/logo.png b/blockchains/ethereum/assets/0x5B2801375De6C23fcF8D2ECD453D3Fa72c254306/logo.png
deleted file mode 100644
index f277625efd8fc..0000000000000
Binary files a/blockchains/ethereum/assets/0x5B2801375De6C23fcF8D2ECD453D3Fa72c254306/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5B2e4a700dfBc560061e957edec8F6EeEb74a320/info.json b/blockchains/ethereum/assets/0x5B2e4a700dfBc560061e957edec8F6EeEb74a320/info.json
deleted file mode 100644
index c6cf142f0c49e..0000000000000
--- a/blockchains/ethereum/assets/0x5B2e4a700dfBc560061e957edec8F6EeEb74a320/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "INS Token",
- "symbol": "INS",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5B2e4a700dfBc560061e957edec8F6EeEb74a320",
- "status": "abandoned",
- "id": "0x5B2e4a700dfBc560061e957edec8F6EeEb74a320"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5B2e4a700dfBc560061e957edec8F6EeEb74a320/logo.png b/blockchains/ethereum/assets/0x5B2e4a700dfBc560061e957edec8F6EeEb74a320/logo.png
deleted file mode 100755
index 011a62e80cb5b..0000000000000
Binary files a/blockchains/ethereum/assets/0x5B2e4a700dfBc560061e957edec8F6EeEb74a320/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5B322514FF727253292637D9054301600c2C81e8/info.json b/blockchains/ethereum/assets/0x5B322514FF727253292637D9054301600c2C81e8/info.json
deleted file mode 100644
index ae170a1126fd1..0000000000000
--- a/blockchains/ethereum/assets/0x5B322514FF727253292637D9054301600c2C81e8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DAD",
- "symbol": "DAD",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "https://dad.one",
- "explorer": "https://etherscan.io/token/0x5B322514FF727253292637D9054301600c2C81e8",
- "status": "active",
- "id": "0x5B322514FF727253292637D9054301600c2C81e8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5B322514FF727253292637D9054301600c2C81e8/logo.png b/blockchains/ethereum/assets/0x5B322514FF727253292637D9054301600c2C81e8/logo.png
deleted file mode 100644
index a553cda9e3171..0000000000000
Binary files a/blockchains/ethereum/assets/0x5B322514FF727253292637D9054301600c2C81e8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5B4E0B60f6F3725628d831057C8A624422B2E9aF/info.json b/blockchains/ethereum/assets/0x5B4E0B60f6F3725628d831057C8A624422B2E9aF/info.json
deleted file mode 100644
index d57e5c86e3910..0000000000000
--- a/blockchains/ethereum/assets/0x5B4E0B60f6F3725628d831057C8A624422B2E9aF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Health Data Chain Token",
- "symbol": "HDCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5B4E0B60f6F3725628d831057C8A624422B2E9aF",
- "status": "abandoned",
- "id": "0x5B4E0B60f6F3725628d831057C8A624422B2E9aF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5B4E0B60f6F3725628d831057C8A624422B2E9aF/logo.png b/blockchains/ethereum/assets/0x5B4E0B60f6F3725628d831057C8A624422B2E9aF/logo.png
deleted file mode 100644
index 58900a4d59206..0000000000000
Binary files a/blockchains/ethereum/assets/0x5B4E0B60f6F3725628d831057C8A624422B2E9aF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5B54240612a83d34E89C141fd2F8d399349A9490/info.json b/blockchains/ethereum/assets/0x5B54240612a83d34E89C141fd2F8d399349A9490/info.json
deleted file mode 100644
index 1c584ce9a4037..0000000000000
--- a/blockchains/ethereum/assets/0x5B54240612a83d34E89C141fd2F8d399349A9490/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitUnits",
- "symbol": "UNITX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5B54240612a83d34E89C141fd2F8d399349A9490",
- "status": "abandoned",
- "id": "0x5B54240612a83d34E89C141fd2F8d399349A9490"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5B54240612a83d34E89C141fd2F8d399349A9490/logo.png b/blockchains/ethereum/assets/0x5B54240612a83d34E89C141fd2F8d399349A9490/logo.png
deleted file mode 100755
index f9784d4b727eb..0000000000000
Binary files a/blockchains/ethereum/assets/0x5B54240612a83d34E89C141fd2F8d399349A9490/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5B7093Fe2491DFB058c94BcD62A1CD4D822F884C/info.json b/blockchains/ethereum/assets/0x5B7093Fe2491DFB058c94BcD62A1CD4D822F884C/info.json
deleted file mode 100644
index 4d01298ecf9bc..0000000000000
--- a/blockchains/ethereum/assets/0x5B7093Fe2491DFB058c94BcD62A1CD4D822F884C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Authoreon",
- "symbol": "AUN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5B7093Fe2491DFB058c94BcD62A1CD4D822F884C",
- "status": "abandoned",
- "id": "0x5B7093Fe2491DFB058c94BcD62A1CD4D822F884C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5B7093Fe2491DFB058c94BcD62A1CD4D822F884C/logo.png b/blockchains/ethereum/assets/0x5B7093Fe2491DFB058c94BcD62A1CD4D822F884C/logo.png
deleted file mode 100644
index 54da8e0960774..0000000000000
Binary files a/blockchains/ethereum/assets/0x5B7093Fe2491DFB058c94BcD62A1CD4D822F884C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5B7533812759B45C2B44C19e320ba2cD2681b542/info.json b/blockchains/ethereum/assets/0x5B7533812759B45C2B44C19e320ba2cD2681b542/info.json
deleted file mode 100644
index 154223dca69d4..0000000000000
--- a/blockchains/ethereum/assets/0x5B7533812759B45C2B44C19e320ba2cD2681b542/info.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- "name": "SingularityNET Token",
- "website": "https://singularitynet.io",
- "description": "SingularityNET is a blockchain-powered platform that allows anybody to easily create, share, and monetize AI services, thanks to its globally-accessible AI marketplace.",
- "explorer": "https://etherscan.io/token/0x5B7533812759B45C2B44C19e320ba2cD2681b542",
- "research": "https://research.binance.com/en/projects/singularitynet",
- "type": "ERC20",
- "symbol": "AGIX",
- "decimals": 8,
- "status": "active",
- "id": "0x5B7533812759B45C2B44C19e320ba2cD2681b542",
- "tags": [
- "governance",
- "staking"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/singnet"
- },
- {
- "name": "whitepaper",
- "url": "https://public.singularitynet.io/whitepaper.pdf"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/singularity_net"
- },
- {
- "name": "telegram",
- "url": "https://t.me/singularitynet"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/SingularityNet"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/singularityNET.io/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/singularitynet/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/singularitynet"
- },
- {
- "name": "blog",
- "url": "https://blog.singularitynet.io/"
- },
- {
- "name": "forum",
- "url": "https://community.singularitynet.io/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5B7533812759B45C2B44C19e320ba2cD2681b542/logo.png b/blockchains/ethereum/assets/0x5B7533812759B45C2B44C19e320ba2cD2681b542/logo.png
deleted file mode 100644
index 5332b5730fe4d..0000000000000
Binary files a/blockchains/ethereum/assets/0x5B7533812759B45C2B44C19e320ba2cD2681b542/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5B9DeCe6E8E703BFfC25E794e6f5DfaEbd26D543/info.json b/blockchains/ethereum/assets/0x5B9DeCe6E8E703BFfC25E794e6f5DfaEbd26D543/info.json
deleted file mode 100644
index 2834ed4a3fca0..0000000000000
--- a/blockchains/ethereum/assets/0x5B9DeCe6E8E703BFfC25E794e6f5DfaEbd26D543/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gorn",
- "symbol": "GORN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5B9DeCe6E8E703BFfC25E794e6f5DfaEbd26D543",
- "status": "abandoned",
- "id": "0x5B9DeCe6E8E703BFfC25E794e6f5DfaEbd26D543"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5B9DeCe6E8E703BFfC25E794e6f5DfaEbd26D543/logo.png b/blockchains/ethereum/assets/0x5B9DeCe6E8E703BFfC25E794e6f5DfaEbd26D543/logo.png
deleted file mode 100644
index a5703365e418a..0000000000000
Binary files a/blockchains/ethereum/assets/0x5B9DeCe6E8E703BFfC25E794e6f5DfaEbd26D543/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5BC7e5f0Ab8b2E10D2D0a3F21739FCe62459aeF3/info.json b/blockchains/ethereum/assets/0x5BC7e5f0Ab8b2E10D2D0a3F21739FCe62459aeF3/info.json
deleted file mode 100644
index b05bae8e308d4..0000000000000
--- a/blockchains/ethereum/assets/0x5BC7e5f0Ab8b2E10D2D0a3F21739FCe62459aeF3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hut34 Entropy Token",
- "symbol": "ENTRP",
- "type": "ERC20",
- "decimals": 18,
- "description": "Building the tools for the new data economy.",
- "website": "https://hut34.io/",
- "explorer": "https://etherscan.io/token/0x5BC7e5f0Ab8b2E10D2D0a3F21739FCe62459aeF3",
- "status": "active",
- "id": "0x5BC7e5f0Ab8b2E10D2D0a3F21739FCe62459aeF3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5BC7e5f0Ab8b2E10D2D0a3F21739FCe62459aeF3/logo.png b/blockchains/ethereum/assets/0x5BC7e5f0Ab8b2E10D2D0a3F21739FCe62459aeF3/logo.png
deleted file mode 100644
index f319192c312c2..0000000000000
Binary files a/blockchains/ethereum/assets/0x5BC7e5f0Ab8b2E10D2D0a3F21739FCe62459aeF3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5BEfBB272290dD5b8521D4a938f6c4757742c430/info.json b/blockchains/ethereum/assets/0x5BEfBB272290dD5b8521D4a938f6c4757742c430/info.json
deleted file mode 100644
index 33b52c6486526..0000000000000
--- a/blockchains/ethereum/assets/0x5BEfBB272290dD5b8521D4a938f6c4757742c430/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Xfinance",
- "website": "https://xfinance.io",
- "description": "Xfinance is a decentralized finance (DeFi) which aims to build an aggregate liquidity pool.",
- "explorer": "https://etherscan.io/token/0x5BEfBB272290dD5b8521D4a938f6c4757742c430",
- "type": "ERC20",
- "symbol": "XFI",
- "decimals": 18,
- "status": "active",
- "id": "0x5BEfBB272290dD5b8521D4a938f6c4757742c430"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5BEfBB272290dD5b8521D4a938f6c4757742c430/logo.png b/blockchains/ethereum/assets/0x5BEfBB272290dD5b8521D4a938f6c4757742c430/logo.png
deleted file mode 100644
index f42f8a2609ed3..0000000000000
Binary files a/blockchains/ethereum/assets/0x5BEfBB272290dD5b8521D4a938f6c4757742c430/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5BF68f3eFc3A7817e6B2C304070423261C0a0afa/info.json b/blockchains/ethereum/assets/0x5BF68f3eFc3A7817e6B2C304070423261C0a0afa/info.json
deleted file mode 100644
index a85268e4413af..0000000000000
--- a/blockchains/ethereum/assets/0x5BF68f3eFc3A7817e6B2C304070423261C0a0afa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OkNodeToken",
- "symbol": "OKNC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5BF68f3eFc3A7817e6B2C304070423261C0a0afa",
- "status": "abandoned",
- "id": "0x5BF68f3eFc3A7817e6B2C304070423261C0a0afa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5BF68f3eFc3A7817e6B2C304070423261C0a0afa/logo.png b/blockchains/ethereum/assets/0x5BF68f3eFc3A7817e6B2C304070423261C0a0afa/logo.png
deleted file mode 100755
index 336b560306b5d..0000000000000
Binary files a/blockchains/ethereum/assets/0x5BF68f3eFc3A7817e6B2C304070423261C0a0afa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5Bc63f70030CC31531c9cD899BD1BA97b9411AbC/info.json b/blockchains/ethereum/assets/0x5Bc63f70030CC31531c9cD899BD1BA97b9411AbC/info.json
deleted file mode 100644
index 7023d27ad9ee7..0000000000000
--- a/blockchains/ethereum/assets/0x5Bc63f70030CC31531c9cD899BD1BA97b9411AbC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C572388",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5Bc63f70030CC31531c9cD899BD1BA97b9411AbC",
- "status": "abandoned",
- "id": "0x5Bc63f70030CC31531c9cD899BD1BA97b9411AbC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5Bc63f70030CC31531c9cD899BD1BA97b9411AbC/logo.png b/blockchains/ethereum/assets/0x5Bc63f70030CC31531c9cD899BD1BA97b9411AbC/logo.png
deleted file mode 100644
index 190c1e2f1d76e..0000000000000
Binary files a/blockchains/ethereum/assets/0x5Bc63f70030CC31531c9cD899BD1BA97b9411AbC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5Bdd8A2bbAcEdC580A5BC73b27eC905bC9fA9d50/info.json b/blockchains/ethereum/assets/0x5Bdd8A2bbAcEdC580A5BC73b27eC905bC9fA9d50/info.json
deleted file mode 100644
index 0c72092510ae8..0000000000000
--- a/blockchains/ethereum/assets/0x5Bdd8A2bbAcEdC580A5BC73b27eC905bC9fA9d50/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DaangnCoin",
- "symbol": "DGC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5Bdd8A2bbAcEdC580A5BC73b27eC905bC9fA9d50",
- "status": "abandoned",
- "id": "0x5Bdd8A2bbAcEdC580A5BC73b27eC905bC9fA9d50"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5Bdd8A2bbAcEdC580A5BC73b27eC905bC9fA9d50/logo.png b/blockchains/ethereum/assets/0x5Bdd8A2bbAcEdC580A5BC73b27eC905bC9fA9d50/logo.png
deleted file mode 100644
index 2e574ed01cf8d..0000000000000
Binary files a/blockchains/ethereum/assets/0x5Bdd8A2bbAcEdC580A5BC73b27eC905bC9fA9d50/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5C406D99E04B8494dc253FCc52943Ef82bcA7D75/info.json b/blockchains/ethereum/assets/0x5C406D99E04B8494dc253FCc52943Ef82bcA7D75/info.json
deleted file mode 100644
index 22f00e1f00cc1..0000000000000
--- a/blockchains/ethereum/assets/0x5C406D99E04B8494dc253FCc52943Ef82bcA7D75/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "cUSD Currency",
- "symbol": "cUSD",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://www.cusd.money",
- "explorer": "https://etherscan.io/token/0x5C406D99E04B8494dc253FCc52943Ef82bcA7D75",
- "status": "abandoned",
- "id": "0x5C406D99E04B8494dc253FCc52943Ef82bcA7D75"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5C406D99E04B8494dc253FCc52943Ef82bcA7D75/logo.png b/blockchains/ethereum/assets/0x5C406D99E04B8494dc253FCc52943Ef82bcA7D75/logo.png
deleted file mode 100644
index d7b407e005b7d..0000000000000
Binary files a/blockchains/ethereum/assets/0x5C406D99E04B8494dc253FCc52943Ef82bcA7D75/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5C529EDa84EF12Dba15AA1A12FefAfeb8deE4Ea7/info.json b/blockchains/ethereum/assets/0x5C529EDa84EF12Dba15AA1A12FefAfeb8deE4Ea7/info.json
deleted file mode 100644
index 843877f451829..0000000000000
--- a/blockchains/ethereum/assets/0x5C529EDa84EF12Dba15AA1A12FefAfeb8deE4Ea7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Garuda Coin",
- "symbol": "GAR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5C529EDa84EF12Dba15AA1A12FefAfeb8deE4Ea7",
- "status": "abandoned",
- "id": "0x5C529EDa84EF12Dba15AA1A12FefAfeb8deE4Ea7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5C529EDa84EF12Dba15AA1A12FefAfeb8deE4Ea7/logo.png b/blockchains/ethereum/assets/0x5C529EDa84EF12Dba15AA1A12FefAfeb8deE4Ea7/logo.png
deleted file mode 100644
index 678743cbb111c..0000000000000
Binary files a/blockchains/ethereum/assets/0x5C529EDa84EF12Dba15AA1A12FefAfeb8deE4Ea7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5C5a61c0C8182b368e3E7DE52Ee64ABb693565Ad/info.json b/blockchains/ethereum/assets/0x5C5a61c0C8182b368e3E7DE52Ee64ABb693565Ad/info.json
deleted file mode 100644
index 68543f7576d0a..0000000000000
--- a/blockchains/ethereum/assets/0x5C5a61c0C8182b368e3E7DE52Ee64ABb693565Ad/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Etherfaith",
- "symbol": "ETFH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5C5a61c0C8182b368e3E7DE52Ee64ABb693565Ad",
- "status": "abandoned",
- "id": "0x5C5a61c0C8182b368e3E7DE52Ee64ABb693565Ad"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5C5a61c0C8182b368e3E7DE52Ee64ABb693565Ad/logo.png b/blockchains/ethereum/assets/0x5C5a61c0C8182b368e3E7DE52Ee64ABb693565Ad/logo.png
deleted file mode 100755
index b06befcb2a8cc..0000000000000
Binary files a/blockchains/ethereum/assets/0x5C5a61c0C8182b368e3E7DE52Ee64ABb693565Ad/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5C71bF122B5e1eEC7fb2cf029D6fAB7B224BD94F/info.json b/blockchains/ethereum/assets/0x5C71bF122B5e1eEC7fb2cf029D6fAB7B224BD94F/info.json
deleted file mode 100644
index 3904e494ca1f2..0000000000000
--- a/blockchains/ethereum/assets/0x5C71bF122B5e1eEC7fb2cf029D6fAB7B224BD94F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DeFi-X USD",
- "website": "https://defix.finance/",
- "description": "TGX holders can cast xUSD by locking their TGX as collateral through DeFi-Xsmart contract. xUSD is a synthetic asset that tracks the actual asset price.",
- "explorer": "https://etherscan.io/token/0x5c71bf122b5e1eec7fb2cf029d6fab7b224bd94f",
- "type": "ERC20",
- "symbol": "xUSD",
- "decimals": 18,
- "status": "active",
- "id": "0x5C71bF122B5e1eEC7fb2cf029D6fAB7B224BD94F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5C71bF122B5e1eEC7fb2cf029D6fAB7B224BD94F/logo.png b/blockchains/ethereum/assets/0x5C71bF122B5e1eEC7fb2cf029D6fAB7B224BD94F/logo.png
deleted file mode 100644
index 3edea18a0df13..0000000000000
Binary files a/blockchains/ethereum/assets/0x5C71bF122B5e1eEC7fb2cf029D6fAB7B224BD94F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5CC00ccA0692b9b34AF816e5439CDb47D3B63691/info.json b/blockchains/ethereum/assets/0x5CC00ccA0692b9b34AF816e5439CDb47D3B63691/info.json
deleted file mode 100644
index a837044e9bdc1..0000000000000
--- a/blockchains/ethereum/assets/0x5CC00ccA0692b9b34AF816e5439CDb47D3B63691/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WooshCoin",
- "symbol": "XWO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.wooshcoin.io/",
- "explorer": "https://etherscan.io/token/0x5CC00ccA0692b9b34AF816e5439CDb47D3B63691",
- "status": "abandoned",
- "id": "0x5CC00ccA0692b9b34AF816e5439CDb47D3B63691"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5CC00ccA0692b9b34AF816e5439CDb47D3B63691/logo.png b/blockchains/ethereum/assets/0x5CC00ccA0692b9b34AF816e5439CDb47D3B63691/logo.png
deleted file mode 100644
index d371bab92c476..0000000000000
Binary files a/blockchains/ethereum/assets/0x5CC00ccA0692b9b34AF816e5439CDb47D3B63691/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5Ca381bBfb58f0092df149bD3D243b08B9a8386e/info.json b/blockchains/ethereum/assets/0x5Ca381bBfb58f0092df149bD3D243b08B9a8386e/info.json
deleted file mode 100644
index c4a9ea77892fb..0000000000000
--- a/blockchains/ethereum/assets/0x5Ca381bBfb58f0092df149bD3D243b08B9a8386e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MXCToken",
- "symbol": "MXC",
- "type": "ERC20",
- "decimals": 18,
- "description": "MXC Supernodes provide LPWAN network services to devices around the world.",
- "website": "https://www.mxc.org",
- "explorer": "https://etherscan.io/token/0x5Ca381bBfb58f0092df149bD3D243b08B9a8386e",
- "status": "active",
- "id": "0x5Ca381bBfb58f0092df149bD3D243b08B9a8386e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5Ca381bBfb58f0092df149bD3D243b08B9a8386e/logo.png b/blockchains/ethereum/assets/0x5Ca381bBfb58f0092df149bD3D243b08B9a8386e/logo.png
deleted file mode 100644
index 3449244d1c977..0000000000000
Binary files a/blockchains/ethereum/assets/0x5Ca381bBfb58f0092df149bD3D243b08B9a8386e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5Cb888182fBfFdb62C08fb4B5a343914F00FdfeE/info.json b/blockchains/ethereum/assets/0x5Cb888182fBfFdb62C08fb4B5a343914F00FdfeE/info.json
deleted file mode 100644
index da57ae3fa13cc..0000000000000
--- a/blockchains/ethereum/assets/0x5Cb888182fBfFdb62C08fb4B5a343914F00FdfeE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Moneybrain BiPS",
- "symbol": "BiPS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5Cb888182fBfFdb62C08fb4B5a343914F00FdfeE",
- "status": "abandoned",
- "id": "0x5Cb888182fBfFdb62C08fb4B5a343914F00FdfeE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5Cb888182fBfFdb62C08fb4B5a343914F00FdfeE/logo.png b/blockchains/ethereum/assets/0x5Cb888182fBfFdb62C08fb4B5a343914F00FdfeE/logo.png
deleted file mode 100644
index 05ce0c0a8c463..0000000000000
Binary files a/blockchains/ethereum/assets/0x5Cb888182fBfFdb62C08fb4B5a343914F00FdfeE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5CcC4Ff4b286c1c1Cce05f5194E8c8B01Cb7C80d/info.json b/blockchains/ethereum/assets/0x5CcC4Ff4b286c1c1Cce05f5194E8c8B01Cb7C80d/info.json
deleted file mode 100644
index f9215a42e7248..0000000000000
--- a/blockchains/ethereum/assets/0x5CcC4Ff4b286c1c1Cce05f5194E8c8B01Cb7C80d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Electronic Trading Unit",
- "symbol": "ETU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5CcC4Ff4b286c1c1Cce05f5194E8c8B01Cb7C80d",
- "status": "abandoned",
- "id": "0x5CcC4Ff4b286c1c1Cce05f5194E8c8B01Cb7C80d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5CcC4Ff4b286c1c1Cce05f5194E8c8B01Cb7C80d/logo.png b/blockchains/ethereum/assets/0x5CcC4Ff4b286c1c1Cce05f5194E8c8B01Cb7C80d/logo.png
deleted file mode 100644
index 0dffb212d17a2..0000000000000
Binary files a/blockchains/ethereum/assets/0x5CcC4Ff4b286c1c1Cce05f5194E8c8B01Cb7C80d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5CeB8c7f189e694B326310694Ac6DF98e5CED66E/info.json b/blockchains/ethereum/assets/0x5CeB8c7f189e694B326310694Ac6DF98e5CED66E/info.json
deleted file mode 100644
index e50db5ad5c56a..0000000000000
--- a/blockchains/ethereum/assets/0x5CeB8c7f189e694B326310694Ac6DF98e5CED66E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yattaqi",
- "symbol": "YAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5CeB8c7f189e694B326310694Ac6DF98e5CED66E",
- "status": "abandoned",
- "id": "0x5CeB8c7f189e694B326310694Ac6DF98e5CED66E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5CeB8c7f189e694B326310694Ac6DF98e5CED66E/logo.png b/blockchains/ethereum/assets/0x5CeB8c7f189e694B326310694Ac6DF98e5CED66E/logo.png
deleted file mode 100644
index 04f25cb0086cc..0000000000000
Binary files a/blockchains/ethereum/assets/0x5CeB8c7f189e694B326310694Ac6DF98e5CED66E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5Cf04716BA20127F1E2297AdDCf4B5035000c9eb/info.json b/blockchains/ethereum/assets/0x5Cf04716BA20127F1E2297AdDCf4B5035000c9eb/info.json
deleted file mode 100644
index 2b2ae3824f706..0000000000000
--- a/blockchains/ethereum/assets/0x5Cf04716BA20127F1E2297AdDCf4B5035000c9eb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NKN",
- "symbol": "NKN",
- "type": "ERC20",
- "decimals": 18,
- "description": "NKN, or New Kind of Network, is an open-source protocol for public blockchain-based peer-to-peer Networks to share network bandwidth and Internet connectivity.",
- "website": "https://www.nkn.org/",
- "explorer": "https://etherscan.io/token/0x5Cf04716BA20127F1E2297AdDCf4B5035000c9eb",
- "status": "active",
- "id": "0x5Cf04716BA20127F1E2297AdDCf4B5035000c9eb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5Cf04716BA20127F1E2297AdDCf4B5035000c9eb/logo.png b/blockchains/ethereum/assets/0x5Cf04716BA20127F1E2297AdDCf4B5035000c9eb/logo.png
deleted file mode 100644
index 64610a82b0015..0000000000000
Binary files a/blockchains/ethereum/assets/0x5Cf04716BA20127F1E2297AdDCf4B5035000c9eb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5D00d312e171Be5342067c09BaE883f9Bcb2003B/info.json b/blockchains/ethereum/assets/0x5D00d312e171Be5342067c09BaE883f9Bcb2003B/info.json
deleted file mode 100755
index 48852fce5408d..0000000000000
--- a/blockchains/ethereum/assets/0x5D00d312e171Be5342067c09BaE883f9Bcb2003B/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Ethermon",
- "website": "https://ethermon.io",
- "description": "Decentralized World of Ether Monsters",
- "explorer": "https://etherscan.io/token/0x5D00d312e171Be5342067c09BaE883f9Bcb2003B",
- "type": "ERC20",
- "symbol": "EMONA",
- "decimals": 0,
- "status": "active",
- "id": "0x5D00d312e171Be5342067c09BaE883f9Bcb2003B",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ethermon_nft"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5D00d312e171Be5342067c09BaE883f9Bcb2003B/logo.png b/blockchains/ethereum/assets/0x5D00d312e171Be5342067c09BaE883f9Bcb2003B/logo.png
deleted file mode 100755
index 77b632bd3e530..0000000000000
Binary files a/blockchains/ethereum/assets/0x5D00d312e171Be5342067c09BaE883f9Bcb2003B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5D0773b82644c28C96813DCF2D58B2b83D785b6d/info.json b/blockchains/ethereum/assets/0x5D0773b82644c28C96813DCF2D58B2b83D785b6d/info.json
deleted file mode 100644
index b52d44660ca4e..0000000000000
--- a/blockchains/ethereum/assets/0x5D0773b82644c28C96813DCF2D58B2b83D785b6d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MIN",
- "symbol": "MIN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5D0773b82644c28C96813DCF2D58B2b83D785b6d",
- "status": "abandoned",
- "id": "0x5D0773b82644c28C96813DCF2D58B2b83D785b6d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5D0773b82644c28C96813DCF2D58B2b83D785b6d/logo.png b/blockchains/ethereum/assets/0x5D0773b82644c28C96813DCF2D58B2b83D785b6d/logo.png
deleted file mode 100644
index d185d72ea94a5..0000000000000
Binary files a/blockchains/ethereum/assets/0x5D0773b82644c28C96813DCF2D58B2b83D785b6d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5D21eF5f25a985380B65c8e943A0082fEDa0Db84/info.json b/blockchains/ethereum/assets/0x5D21eF5f25a985380B65c8e943A0082fEDa0Db84/info.json
deleted file mode 100644
index ec6ccae538894..0000000000000
--- a/blockchains/ethereum/assets/0x5D21eF5f25a985380B65c8e943A0082fEDa0Db84/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ethereumcash",
- "symbol": "ECASH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.ethereumcash.technology/",
- "explorer": "https://etherscan.io/token/0x5D21eF5f25a985380B65c8e943A0082fEDa0Db84",
- "status": "abandoned",
- "id": "0x5D21eF5f25a985380B65c8e943A0082fEDa0Db84"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5D21eF5f25a985380B65c8e943A0082fEDa0Db84/logo.png b/blockchains/ethereum/assets/0x5D21eF5f25a985380B65c8e943A0082fEDa0Db84/logo.png
deleted file mode 100644
index 7d2e37fe8cde9..0000000000000
Binary files a/blockchains/ethereum/assets/0x5D21eF5f25a985380B65c8e943A0082fEDa0Db84/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5D4232EAC1EA003a4dB87138585aA5078DeD2b10/info.json b/blockchains/ethereum/assets/0x5D4232EAC1EA003a4dB87138585aA5078DeD2b10/info.json
deleted file mode 100644
index 856c4611a969c..0000000000000
--- a/blockchains/ethereum/assets/0x5D4232EAC1EA003a4dB87138585aA5078DeD2b10/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "����������",
- "symbol": "GCB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5D4232EAC1EA003a4dB87138585aA5078DeD2b10",
- "status": "abandoned",
- "id": "0x5D4232EAC1EA003a4dB87138585aA5078DeD2b10"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5D4232EAC1EA003a4dB87138585aA5078DeD2b10/logo.png b/blockchains/ethereum/assets/0x5D4232EAC1EA003a4dB87138585aA5078DeD2b10/logo.png
deleted file mode 100755
index a55465a0e1dd0..0000000000000
Binary files a/blockchains/ethereum/assets/0x5D4232EAC1EA003a4dB87138585aA5078DeD2b10/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5D4d57cd06Fa7fe99e26fdc481b468f77f05073C/info.json b/blockchains/ethereum/assets/0x5D4d57cd06Fa7fe99e26fdc481b468f77f05073C/info.json
deleted file mode 100644
index b09462192f568..0000000000000
--- a/blockchains/ethereum/assets/0x5D4d57cd06Fa7fe99e26fdc481b468f77f05073C/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "Netkoin",
- "website": "https://netkoin.com",
- "description": "Netkoin is a crypto rewards platform.",
- "explorer": "https://etherscan.io/token/0x5d4d57cd06fa7fe99e26fdc481b468f77f05073c",
- "research": "https://coinmarketcap.com/currencies/netkoin/",
- "type": "ERC20",
- "symbol": "NTK",
- "decimals": 18,
- "status": "active",
- "id": "0x5D4d57cd06Fa7fe99e26fdc481b468f77f05073C",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://www.netkoin.com/wp-content/uploads/2019/09/Netkoin-Whitepaper-version-3_0-1.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5D4d57cd06Fa7fe99e26fdc481b468f77f05073C/logo.png b/blockchains/ethereum/assets/0x5D4d57cd06Fa7fe99e26fdc481b468f77f05073C/logo.png
deleted file mode 100755
index 0e3271292b569..0000000000000
Binary files a/blockchains/ethereum/assets/0x5D4d57cd06Fa7fe99e26fdc481b468f77f05073C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5D64D850c8368008aFB39224E92aD0DcEFf3CF38/info.json b/blockchains/ethereum/assets/0x5D64D850c8368008aFB39224E92aD0DcEFf3CF38/info.json
deleted file mode 100644
index 57ff5430fa573..0000000000000
--- a/blockchains/ethereum/assets/0x5D64D850c8368008aFB39224E92aD0DcEFf3CF38/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MINDOL",
- "symbol": "MIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://mindol.net",
- "explorer": "https://etherscan.io/token/0x5D64D850c8368008aFB39224E92aD0DcEFf3CF38",
- "status": "abandoned",
- "id": "0x5D64D850c8368008aFB39224E92aD0DcEFf3CF38"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5D64D850c8368008aFB39224E92aD0DcEFf3CF38/logo.png b/blockchains/ethereum/assets/0x5D64D850c8368008aFB39224E92aD0DcEFf3CF38/logo.png
deleted file mode 100644
index c227c2d82ae7b..0000000000000
Binary files a/blockchains/ethereum/assets/0x5D64D850c8368008aFB39224E92aD0DcEFf3CF38/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5D762F76b9E91F71cc4F94391BDFe6333dB8519c/info.json b/blockchains/ethereum/assets/0x5D762F76b9E91F71cc4F94391BDFe6333dB8519c/info.json
deleted file mode 100644
index 5270c13d89c1c..0000000000000
--- a/blockchains/ethereum/assets/0x5D762F76b9E91F71cc4F94391BDFe6333dB8519c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IYF.finance",
- "website": "https://iyf.finance",
- "description": "iYieldFarm (IYF) is a community-driven yieldfarming project with decentralized arbitrage tools provided.",
- "explorer": "https://etherscan.io/token/0x5D762F76b9E91F71cc4F94391BDFe6333dB8519c",
- "type": "ERC20",
- "symbol": "IYF",
- "decimals": 18,
- "status": "active",
- "id": "0x5D762F76b9E91F71cc4F94391BDFe6333dB8519c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5D762F76b9E91F71cc4F94391BDFe6333dB8519c/logo.png b/blockchains/ethereum/assets/0x5D762F76b9E91F71cc4F94391BDFe6333dB8519c/logo.png
deleted file mode 100644
index 1ae9a79475754..0000000000000
Binary files a/blockchains/ethereum/assets/0x5D762F76b9E91F71cc4F94391BDFe6333dB8519c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5D858bcd53E085920620549214a8b27CE2f04670/info.json b/blockchains/ethereum/assets/0x5D858bcd53E085920620549214a8b27CE2f04670/info.json
deleted file mode 100644
index f6f2316bb71aa..0000000000000
--- a/blockchains/ethereum/assets/0x5D858bcd53E085920620549214a8b27CE2f04670/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "POP Network Token",
- "symbol": "POP",
- "type": "ERC20",
- "decimals": 18,
- "description": "POP Network is an ecosystem of blockchain and artificial intelligence applications built to power the streaming economy. Components include: Masternode Torrent Network, Superdelegated Proof-of-Stake Blockchain, and Artificial Intelligence.",
- "website": "http://thepopnetwork.org/",
- "explorer": "https://etherscan.io/token/0x5D858bcd53E085920620549214a8b27CE2f04670",
- "status": "active",
- "id": "0x5D858bcd53E085920620549214a8b27CE2f04670"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5D858bcd53E085920620549214a8b27CE2f04670/logo.png b/blockchains/ethereum/assets/0x5D858bcd53E085920620549214a8b27CE2f04670/logo.png
deleted file mode 100644
index 0a1ca5f7e0032..0000000000000
Binary files a/blockchains/ethereum/assets/0x5D858bcd53E085920620549214a8b27CE2f04670/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5D8d9F5b96f4438195BE9b99eee6118Ed4304286/info.json b/blockchains/ethereum/assets/0x5D8d9F5b96f4438195BE9b99eee6118Ed4304286/info.json
deleted file mode 100644
index af2728d5e5292..0000000000000
--- a/blockchains/ethereum/assets/0x5D8d9F5b96f4438195BE9b99eee6118Ed4304286/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Old Cover Protocol",
- "website": "https://www.coverprotocol.com/",
- "description": "COVER Protocol features shield-mining and SAFE2 token will be converted to COVER token.",
- "explorer": "https://etherscan.io/token/0x5d8d9f5b96f4438195be9b99eee6118ed4304286",
- "type": "ERC20",
- "symbol": "COVER",
- "decimals": 18,
- "status": "active",
- "id": "0x5D8d9F5b96f4438195BE9b99eee6118Ed4304286",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/CoverProtocol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/COVERProtocol"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/cover-protocol/"
- },
- {
- "name": "medium",
- "url": "https://coverprotocol.medium.com/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/cover-protocol/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5D8d9F5b96f4438195BE9b99eee6118Ed4304286/logo.png b/blockchains/ethereum/assets/0x5D8d9F5b96f4438195BE9b99eee6118Ed4304286/logo.png
deleted file mode 100644
index 5b868fff3b789..0000000000000
Binary files a/blockchains/ethereum/assets/0x5D8d9F5b96f4438195BE9b99eee6118Ed4304286/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5D9B9f6EeaeEBc46FDfA0c1041E929834b15c03A/info.json b/blockchains/ethereum/assets/0x5D9B9f6EeaeEBc46FDfA0c1041E929834b15c03A/info.json
deleted file mode 100644
index 2888679fb6080..0000000000000
--- a/blockchains/ethereum/assets/0x5D9B9f6EeaeEBc46FDfA0c1041E929834b15c03A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitZyon",
- "symbol": "ZYON",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5D9B9f6EeaeEBc46FDfA0c1041E929834b15c03A",
- "status": "abandoned",
- "id": "0x5D9B9f6EeaeEBc46FDfA0c1041E929834b15c03A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5D9B9f6EeaeEBc46FDfA0c1041E929834b15c03A/logo.png b/blockchains/ethereum/assets/0x5D9B9f6EeaeEBc46FDfA0c1041E929834b15c03A/logo.png
deleted file mode 100644
index a57be92962852..0000000000000
Binary files a/blockchains/ethereum/assets/0x5D9B9f6EeaeEBc46FDfA0c1041E929834b15c03A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5DBAC24e98E2a4f43ADC0DC82Af403fca063Ce2c/info.json b/blockchains/ethereum/assets/0x5DBAC24e98E2a4f43ADC0DC82Af403fca063Ce2c/info.json
deleted file mode 100644
index 1911a0dc663ca..0000000000000
--- a/blockchains/ethereum/assets/0x5DBAC24e98E2a4f43ADC0DC82Af403fca063Ce2c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EngagementToken",
- "symbol": "EGT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5DBAC24e98E2a4f43ADC0DC82Af403fca063Ce2c",
- "status": "abandoned",
- "id": "0x5DBAC24e98E2a4f43ADC0DC82Af403fca063Ce2c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5DBAC24e98E2a4f43ADC0DC82Af403fca063Ce2c/logo.png b/blockchains/ethereum/assets/0x5DBAC24e98E2a4f43ADC0DC82Af403fca063Ce2c/logo.png
deleted file mode 100644
index 84edc77d15193..0000000000000
Binary files a/blockchains/ethereum/assets/0x5DBAC24e98E2a4f43ADC0DC82Af403fca063Ce2c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5DBd23a64EE5b80DabDE8E0b8474f901b4D0b5AE/info.json b/blockchains/ethereum/assets/0x5DBd23a64EE5b80DabDE8E0b8474f901b4D0b5AE/info.json
deleted file mode 100644
index 1a0698912cb85..0000000000000
--- a/blockchains/ethereum/assets/0x5DBd23a64EE5b80DabDE8E0b8474f901b4D0b5AE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BEX",
- "symbol": "BEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5DBd23a64EE5b80DabDE8E0b8474f901b4D0b5AE",
- "status": "abandoned",
- "id": "0x5DBd23a64EE5b80DabDE8E0b8474f901b4D0b5AE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5DBd23a64EE5b80DabDE8E0b8474f901b4D0b5AE/logo.png b/blockchains/ethereum/assets/0x5DBd23a64EE5b80DabDE8E0b8474f901b4D0b5AE/logo.png
deleted file mode 100644
index b53e4d7901e37..0000000000000
Binary files a/blockchains/ethereum/assets/0x5DBd23a64EE5b80DabDE8E0b8474f901b4D0b5AE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5Dc02Ea99285E17656b8350722694c35154DB1E8/info.json b/blockchains/ethereum/assets/0x5Dc02Ea99285E17656b8350722694c35154DB1E8/info.json
deleted file mode 100644
index 8747026c75099..0000000000000
--- a/blockchains/ethereum/assets/0x5Dc02Ea99285E17656b8350722694c35154DB1E8/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "BOND",
- "website": "https://bonded.finance/",
- "description": "The Bonded platform was created to incubate and deploy experimental, high-yield, smart-contract driven, financial instruments that push the bounds of open finance.",
- "explorer": "https://etherscan.io/token/0x5Dc02Ea99285E17656b8350722694c35154DB1E8",
- "type": "ERC20",
- "symbol": "BOND",
- "decimals": 8,
- "status": "active",
- "id": "0x5Dc02Ea99285E17656b8350722694c35154DB1E8",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Bondedfinance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5Dc02Ea99285E17656b8350722694c35154DB1E8/logo.png b/blockchains/ethereum/assets/0x5Dc02Ea99285E17656b8350722694c35154DB1E8/logo.png
deleted file mode 100644
index d12005ecd77a4..0000000000000
Binary files a/blockchains/ethereum/assets/0x5Dc02Ea99285E17656b8350722694c35154DB1E8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5Dc74029509752F4ed9A609C2bb52216275E4c1D/info.json b/blockchains/ethereum/assets/0x5Dc74029509752F4ed9A609C2bb52216275E4c1D/info.json
deleted file mode 100644
index 8e5c30331a152..0000000000000
--- a/blockchains/ethereum/assets/0x5Dc74029509752F4ed9A609C2bb52216275E4c1D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GameCity",
- "symbol": "GMCI",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://gamecity-muezza.com/",
- "explorer": "https://etherscan.io/token/0x5Dc74029509752F4ed9A609C2bb52216275E4c1D",
- "status": "abandoned",
- "id": "0x5Dc74029509752F4ed9A609C2bb52216275E4c1D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5Dc74029509752F4ed9A609C2bb52216275E4c1D/logo.png b/blockchains/ethereum/assets/0x5Dc74029509752F4ed9A609C2bb52216275E4c1D/logo.png
deleted file mode 100644
index 2ccecafe018eb..0000000000000
Binary files a/blockchains/ethereum/assets/0x5Dc74029509752F4ed9A609C2bb52216275E4c1D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5Dff89a2caa4D76bc286F74D67Bd718eb834da61/info.json b/blockchains/ethereum/assets/0x5Dff89a2caa4D76bc286F74D67Bd718eb834da61/info.json
deleted file mode 100644
index 82382b7ab4cce..0000000000000
--- a/blockchains/ethereum/assets/0x5Dff89a2caa4D76bc286F74D67Bd718eb834da61/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptFillCoin",
- "symbol": "CFC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5Dff89a2caa4D76bc286F74D67Bd718eb834da61",
- "status": "abandoned",
- "id": "0x5Dff89a2caa4D76bc286F74D67Bd718eb834da61"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5Dff89a2caa4D76bc286F74D67Bd718eb834da61/logo.png b/blockchains/ethereum/assets/0x5Dff89a2caa4D76bc286F74D67Bd718eb834da61/logo.png
deleted file mode 100755
index 0c35fcccc4c0c..0000000000000
Binary files a/blockchains/ethereum/assets/0x5Dff89a2caa4D76bc286F74D67Bd718eb834da61/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5E09feb2136f92fd7Cd80cD97A284D3124376ab2/info.json b/blockchains/ethereum/assets/0x5E09feb2136f92fd7Cd80cD97A284D3124376ab2/info.json
deleted file mode 100644
index ae91f158f94ee..0000000000000
--- a/blockchains/ethereum/assets/0x5E09feb2136f92fd7Cd80cD97A284D3124376ab2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ARcoin",
- "symbol": "ARCI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5E09feb2136f92fd7Cd80cD97A284D3124376ab2",
- "status": "abandoned",
- "id": "0x5E09feb2136f92fd7Cd80cD97A284D3124376ab2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5E09feb2136f92fd7Cd80cD97A284D3124376ab2/logo.png b/blockchains/ethereum/assets/0x5E09feb2136f92fd7Cd80cD97A284D3124376ab2/logo.png
deleted file mode 100644
index b0a74cb404a5f..0000000000000
Binary files a/blockchains/ethereum/assets/0x5E09feb2136f92fd7Cd80cD97A284D3124376ab2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5E3002dff591C5e75Bb9DEdae268049742E6b13a/info.json b/blockchains/ethereum/assets/0x5E3002dff591C5e75Bb9DEdae268049742E6b13a/info.json
deleted file mode 100644
index 7c2c7a90bf62e..0000000000000
--- a/blockchains/ethereum/assets/0x5E3002dff591C5e75Bb9DEdae268049742E6b13a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TudaToken",
- "symbol": "\"\"",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.tutorsdiary.io",
- "explorer": "https://etherscan.io/token/0x5E3002dff591C5e75Bb9DEdae268049742E6b13a",
- "status": "abandoned",
- "id": "0x5E3002dff591C5e75Bb9DEdae268049742E6b13a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5E3002dff591C5e75Bb9DEdae268049742E6b13a/logo.png b/blockchains/ethereum/assets/0x5E3002dff591C5e75Bb9DEdae268049742E6b13a/logo.png
deleted file mode 100644
index febb6e33ccb98..0000000000000
Binary files a/blockchains/ethereum/assets/0x5E3002dff591C5e75Bb9DEdae268049742E6b13a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5E42c9A733C12AD90cdfC0bC863D1D5Dca1FFBa2/info.json b/blockchains/ethereum/assets/0x5E42c9A733C12AD90cdfC0bC863D1D5Dca1FFBa2/info.json
deleted file mode 100644
index e8bfa6af4d0ac..0000000000000
--- a/blockchains/ethereum/assets/0x5E42c9A733C12AD90cdfC0bC863D1D5Dca1FFBa2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XCBytes",
- "symbol": "XCB",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5E42c9A733C12AD90cdfC0bC863D1D5Dca1FFBa2",
- "status": "abandoned",
- "id": "0x5E42c9A733C12AD90cdfC0bC863D1D5Dca1FFBa2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5E42c9A733C12AD90cdfC0bC863D1D5Dca1FFBa2/logo.png b/blockchains/ethereum/assets/0x5E42c9A733C12AD90cdfC0bC863D1D5Dca1FFBa2/logo.png
deleted file mode 100644
index 32a0d09409ab8..0000000000000
Binary files a/blockchains/ethereum/assets/0x5E42c9A733C12AD90cdfC0bC863D1D5Dca1FFBa2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5E4334fD53B95dF63993c805066d693bb8CE5dFc/info.json b/blockchains/ethereum/assets/0x5E4334fD53B95dF63993c805066d693bb8CE5dFc/info.json
deleted file mode 100644
index 89cc5a7a72e68..0000000000000
--- a/blockchains/ethereum/assets/0x5E4334fD53B95dF63993c805066d693bb8CE5dFc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CayTreX Token",
- "symbol": "CTXT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Crypto Exchange. Caytrex offers one of the most liquid order book in the world, allowing users to easily exchange Bitcoin, Ethereum, and many other.",
- "website": "https://www.caytrex.com/",
- "explorer": "https://etherscan.io/token/0x5E4334fD53B95dF63993c805066d693bb8CE5dFc",
- "status": "active",
- "id": "0x5E4334fD53B95dF63993c805066d693bb8CE5dFc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5E4334fD53B95dF63993c805066d693bb8CE5dFc/logo.png b/blockchains/ethereum/assets/0x5E4334fD53B95dF63993c805066d693bb8CE5dFc/logo.png
deleted file mode 100644
index 9afaf4588d054..0000000000000
Binary files a/blockchains/ethereum/assets/0x5E4334fD53B95dF63993c805066d693bb8CE5dFc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5E6Dd064B32EFA783d5745f2f3a994004956b67E/info.json b/blockchains/ethereum/assets/0x5E6Dd064B32EFA783d5745f2f3a994004956b67E/info.json
deleted file mode 100644
index b9c200a079960..0000000000000
--- a/blockchains/ethereum/assets/0x5E6Dd064B32EFA783d5745f2f3a994004956b67E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Accommodation",
- "symbol": "ACCO",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5E6Dd064B32EFA783d5745f2f3a994004956b67E",
- "status": "abandoned",
- "id": "0x5E6Dd064B32EFA783d5745f2f3a994004956b67E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5E6Dd064B32EFA783d5745f2f3a994004956b67E/logo.png b/blockchains/ethereum/assets/0x5E6Dd064B32EFA783d5745f2f3a994004956b67E/logo.png
deleted file mode 100644
index 2077f3cd04441..0000000000000
Binary files a/blockchains/ethereum/assets/0x5E6Dd064B32EFA783d5745f2f3a994004956b67E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5E6b6d9aBAd9093fdc861Ea1600eBa1b355Cd940/info.json b/blockchains/ethereum/assets/0x5E6b6d9aBAd9093fdc861Ea1600eBa1b355Cd940/info.json
deleted file mode 100644
index 0529805107dc9..0000000000000
--- a/blockchains/ethereum/assets/0x5E6b6d9aBAd9093fdc861Ea1600eBa1b355Cd940/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IOT on Chain",
- "symbol": "ITC",
- "type": "ERC20",
- "decimals": 18,
- "description": "A secure IoT light operating system driven by blockchain technology.",
- "website": "https://iotchain.io/",
- "explorer": "https://etherscan.io/token/0x5E6b6d9aBAd9093fdc861Ea1600eBa1b355Cd940",
- "status": "active",
- "id": "0x5E6b6d9aBAd9093fdc861Ea1600eBa1b355Cd940"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5E6b6d9aBAd9093fdc861Ea1600eBa1b355Cd940/logo.png b/blockchains/ethereum/assets/0x5E6b6d9aBAd9093fdc861Ea1600eBa1b355Cd940/logo.png
deleted file mode 100755
index ca175f581869a..0000000000000
Binary files a/blockchains/ethereum/assets/0x5E6b6d9aBAd9093fdc861Ea1600eBa1b355Cd940/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5E7Ebea68ab05198F771d77a875480314f1d0aae/info.json b/blockchains/ethereum/assets/0x5E7Ebea68ab05198F771d77a875480314f1d0aae/info.json
deleted file mode 100644
index 3e50fbefcf0c6..0000000000000
--- a/blockchains/ethereum/assets/0x5E7Ebea68ab05198F771d77a875480314f1d0aae/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DABANKING",
- "symbol": "DAB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5E7Ebea68ab05198F771d77a875480314f1d0aae",
- "status": "abandoned",
- "id": "0x5E7Ebea68ab05198F771d77a875480314f1d0aae"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5E7Ebea68ab05198F771d77a875480314f1d0aae/logo.png b/blockchains/ethereum/assets/0x5E7Ebea68ab05198F771d77a875480314f1d0aae/logo.png
deleted file mode 100644
index 0f180c51fc854..0000000000000
Binary files a/blockchains/ethereum/assets/0x5E7Ebea68ab05198F771d77a875480314f1d0aae/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5EB40F52c6cA784036f1496CfB1495Ba06579B8A/info.json b/blockchains/ethereum/assets/0x5EB40F52c6cA784036f1496CfB1495Ba06579B8A/info.json
deleted file mode 100644
index c2ef029b589b4..0000000000000
--- a/blockchains/ethereum/assets/0x5EB40F52c6cA784036f1496CfB1495Ba06579B8A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OwnerToken",
- "symbol": "OWN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5EB40F52c6cA784036f1496CfB1495Ba06579B8A",
- "status": "abandoned",
- "id": "0x5EB40F52c6cA784036f1496CfB1495Ba06579B8A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5EB40F52c6cA784036f1496CfB1495Ba06579B8A/logo.png b/blockchains/ethereum/assets/0x5EB40F52c6cA784036f1496CfB1495Ba06579B8A/logo.png
deleted file mode 100755
index 6f1c8a1b5af8a..0000000000000
Binary files a/blockchains/ethereum/assets/0x5EB40F52c6cA784036f1496CfB1495Ba06579B8A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5EB87cAA0105a63aa87A36C7Bd2573Bd13E84faE/info.json b/blockchains/ethereum/assets/0x5EB87cAA0105a63aa87A36C7Bd2573Bd13E84faE/info.json
deleted file mode 100644
index f42463c675867..0000000000000
--- a/blockchains/ethereum/assets/0x5EB87cAA0105a63aa87A36C7Bd2573Bd13E84faE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BQT",
- "symbol": "BQT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.bqi.com/cn/",
- "explorer": "https://etherscan.io/token/0x5EB87cAA0105a63aa87A36C7Bd2573Bd13E84faE",
- "status": "abandoned",
- "id": "0x5EB87cAA0105a63aa87A36C7Bd2573Bd13E84faE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5EB87cAA0105a63aa87A36C7Bd2573Bd13E84faE/logo.png b/blockchains/ethereum/assets/0x5EB87cAA0105a63aa87A36C7Bd2573Bd13E84faE/logo.png
deleted file mode 100644
index 89b2c4f3e3a48..0000000000000
Binary files a/blockchains/ethereum/assets/0x5EB87cAA0105a63aa87A36C7Bd2573Bd13E84faE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5EF42C9eFFa0Ab4a6fAEB101CD328baA53Fa2268/info.json b/blockchains/ethereum/assets/0x5EF42C9eFFa0Ab4a6fAEB101CD328baA53Fa2268/info.json
deleted file mode 100644
index 36408e2d4e011..0000000000000
--- a/blockchains/ethereum/assets/0x5EF42C9eFFa0Ab4a6fAEB101CD328baA53Fa2268/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KTLCOIN",
- "symbol": "KTL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5EF42C9eFFa0Ab4a6fAEB101CD328baA53Fa2268",
- "status": "abandoned",
- "id": "0x5EF42C9eFFa0Ab4a6fAEB101CD328baA53Fa2268"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5EF42C9eFFa0Ab4a6fAEB101CD328baA53Fa2268/logo.png b/blockchains/ethereum/assets/0x5EF42C9eFFa0Ab4a6fAEB101CD328baA53Fa2268/logo.png
deleted file mode 100644
index b8aab5990e238..0000000000000
Binary files a/blockchains/ethereum/assets/0x5EF42C9eFFa0Ab4a6fAEB101CD328baA53Fa2268/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5Ea29CcE6E375a14A043C2D88DfB87f6f825Aa9a/info.json b/blockchains/ethereum/assets/0x5Ea29CcE6E375a14A043C2D88DfB87f6f825Aa9a/info.json
deleted file mode 100644
index 169958d119348..0000000000000
--- a/blockchains/ethereum/assets/0x5Ea29CcE6E375a14A043C2D88DfB87f6f825Aa9a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C573719",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5Ea29CcE6E375a14A043C2D88DfB87f6f825Aa9a",
- "status": "spam",
- "id": "0x5Ea29CcE6E375a14A043C2D88DfB87f6f825Aa9a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5Ea29CcE6E375a14A043C2D88DfB87f6f825Aa9a/logo.png b/blockchains/ethereum/assets/0x5Ea29CcE6E375a14A043C2D88DfB87f6f825Aa9a/logo.png
deleted file mode 100644
index 1ca7d20935907..0000000000000
Binary files a/blockchains/ethereum/assets/0x5Ea29CcE6E375a14A043C2D88DfB87f6f825Aa9a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5Eaa69B29f99C84Fe5dE8200340b4e9b4Ab38EaC/info.json b/blockchains/ethereum/assets/0x5Eaa69B29f99C84Fe5dE8200340b4e9b4Ab38EaC/info.json
deleted file mode 100644
index 85f510fc62a1b..0000000000000
--- a/blockchains/ethereum/assets/0x5Eaa69B29f99C84Fe5dE8200340b4e9b4Ab38EaC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Raze Network Token",
- "symbol": "RAZE",
- "type": "ERC20",
- "decimals": 18,
- "description": "Raze Network is a Substrate-based Cross-chain Privacy Protocol for the Polkadot Ecosystem.",
- "website": "https://raze.network/",
- "explorer": "https://etherscan.io/token/0x5Eaa69B29f99C84Fe5dE8200340b4e9b4Ab38EaC",
- "status": "active",
- "id": "0x5Eaa69B29f99C84Fe5dE8200340b4e9b4Ab38EaC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5Eaa69B29f99C84Fe5dE8200340b4e9b4Ab38EaC/logo.png b/blockchains/ethereum/assets/0x5Eaa69B29f99C84Fe5dE8200340b4e9b4Ab38EaC/logo.png
deleted file mode 100644
index 0da3545c49716..0000000000000
Binary files a/blockchains/ethereum/assets/0x5Eaa69B29f99C84Fe5dE8200340b4e9b4Ab38EaC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5EdC1a266E8b2c5E8086d373725dF0690af7e3Ea/info.json b/blockchains/ethereum/assets/0x5EdC1a266E8b2c5E8086d373725dF0690af7e3Ea/info.json
deleted file mode 100644
index c2a94120cbba3..0000000000000
--- a/blockchains/ethereum/assets/0x5EdC1a266E8b2c5E8086d373725dF0690af7e3Ea/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YottaCoin",
- "symbol": "YTA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.yottachain.io/",
- "explorer": "https://etherscan.io/token/0x5EdC1a266E8b2c5E8086d373725dF0690af7e3Ea",
- "status": "abandoned",
- "id": "0x5EdC1a266E8b2c5E8086d373725dF0690af7e3Ea"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5EdC1a266E8b2c5E8086d373725dF0690af7e3Ea/logo.png b/blockchains/ethereum/assets/0x5EdC1a266E8b2c5E8086d373725dF0690af7e3Ea/logo.png
deleted file mode 100644
index 6299373d05eef..0000000000000
Binary files a/blockchains/ethereum/assets/0x5EdC1a266E8b2c5E8086d373725dF0690af7e3Ea/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5F08Dcb63edD9E2553e4C363a78b88392Df94B2A/info.json b/blockchains/ethereum/assets/0x5F08Dcb63edD9E2553e4C363a78b88392Df94B2A/info.json
deleted file mode 100644
index 9bd512ba58312..0000000000000
--- a/blockchains/ethereum/assets/0x5F08Dcb63edD9E2553e4C363a78b88392Df94B2A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RPS Coin",
- "symbol": "RPSC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5F08Dcb63edD9E2553e4C363a78b88392Df94B2A",
- "status": "abandoned",
- "id": "0x5F08Dcb63edD9E2553e4C363a78b88392Df94B2A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5F08Dcb63edD9E2553e4C363a78b88392Df94B2A/logo.png b/blockchains/ethereum/assets/0x5F08Dcb63edD9E2553e4C363a78b88392Df94B2A/logo.png
deleted file mode 100644
index d7277a7526a2f..0000000000000
Binary files a/blockchains/ethereum/assets/0x5F08Dcb63edD9E2553e4C363a78b88392Df94B2A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5F236F062f16A9B19819c535127398dF9a01D762/info.json b/blockchains/ethereum/assets/0x5F236F062f16A9B19819c535127398dF9a01D762/info.json
deleted file mode 100644
index c80de3bb1c489..0000000000000
--- a/blockchains/ethereum/assets/0x5F236F062f16A9B19819c535127398dF9a01D762/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IPUX Token",
- "symbol": "IPUX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ipux.io/",
- "explorer": "https://etherscan.io/token/0x5F236F062f16A9B19819c535127398dF9a01D762",
- "status": "abandoned",
- "id": "0x5F236F062f16A9B19819c535127398dF9a01D762"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5F236F062f16A9B19819c535127398dF9a01D762/logo.png b/blockchains/ethereum/assets/0x5F236F062f16A9B19819c535127398dF9a01D762/logo.png
deleted file mode 100644
index 7c5e4069818e5..0000000000000
Binary files a/blockchains/ethereum/assets/0x5F236F062f16A9B19819c535127398dF9a01D762/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5F33d158CA7275848F70A3f149b421190DF85B32/info.json b/blockchains/ethereum/assets/0x5F33d158CA7275848F70A3f149b421190DF85B32/info.json
deleted file mode 100644
index 67aed1a68e5ce..0000000000000
--- a/blockchains/ethereum/assets/0x5F33d158CA7275848F70A3f149b421190DF85B32/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PdxToken",
- "symbol": "PDX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://pdx.link",
- "explorer": "https://etherscan.io/token/0x5F33d158CA7275848F70A3f149b421190DF85B32",
- "status": "abandoned",
- "id": "0x5F33d158CA7275848F70A3f149b421190DF85B32"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5F33d158CA7275848F70A3f149b421190DF85B32/logo.png b/blockchains/ethereum/assets/0x5F33d158CA7275848F70A3f149b421190DF85B32/logo.png
deleted file mode 100644
index b45968d8c9f20..0000000000000
Binary files a/blockchains/ethereum/assets/0x5F33d158CA7275848F70A3f149b421190DF85B32/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5F401A460FC931a7E6D4141188501F3B91ed1A95/info.json b/blockchains/ethereum/assets/0x5F401A460FC931a7E6D4141188501F3B91ed1A95/info.json
deleted file mode 100644
index 905b6c1e5ce07..0000000000000
--- a/blockchains/ethereum/assets/0x5F401A460FC931a7E6D4141188501F3B91ed1A95/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GRAND",
- "symbol": "G",
- "type": "ERC20",
- "decimals": 15,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5F401A460FC931a7E6D4141188501F3B91ed1A95",
- "status": "abandoned",
- "id": "0x5F401A460FC931a7E6D4141188501F3B91ed1A95"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5F401A460FC931a7E6D4141188501F3B91ed1A95/logo.png b/blockchains/ethereum/assets/0x5F401A460FC931a7E6D4141188501F3B91ed1A95/logo.png
deleted file mode 100755
index f4c35491c33a7..0000000000000
Binary files a/blockchains/ethereum/assets/0x5F401A460FC931a7E6D4141188501F3B91ed1A95/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5F53f7A8075614b699Baad0bC2c899f4bAd8FBBF/info.json b/blockchains/ethereum/assets/0x5F53f7A8075614b699Baad0bC2c899f4bAd8FBBF/info.json
deleted file mode 100644
index 1c2feac9c02bf..0000000000000
--- a/blockchains/ethereum/assets/0x5F53f7A8075614b699Baad0bC2c899f4bAd8FBBF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rebellious",
- "symbol": "REBL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5F53f7A8075614b699Baad0bC2c899f4bAd8FBBF",
- "status": "abandoned",
- "id": "0x5F53f7A8075614b699Baad0bC2c899f4bAd8FBBF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5F53f7A8075614b699Baad0bC2c899f4bAd8FBBF/logo.png b/blockchains/ethereum/assets/0x5F53f7A8075614b699Baad0bC2c899f4bAd8FBBF/logo.png
deleted file mode 100644
index 24dab192692ac..0000000000000
Binary files a/blockchains/ethereum/assets/0x5F53f7A8075614b699Baad0bC2c899f4bAd8FBBF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5F632f77a8077170Edcd8FADdADF06384CdC0e93/info.json b/blockchains/ethereum/assets/0x5F632f77a8077170Edcd8FADdADF06384CdC0e93/info.json
deleted file mode 100644
index 31d1f9dd6c146..0000000000000
--- a/blockchains/ethereum/assets/0x5F632f77a8077170Edcd8FADdADF06384CdC0e93/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HRQ Token",
- "symbol": "HRQ",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5F632f77a8077170Edcd8FADdADF06384CdC0e93",
- "status": "abandoned",
- "id": "0x5F632f77a8077170Edcd8FADdADF06384CdC0e93"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5F632f77a8077170Edcd8FADdADF06384CdC0e93/logo.png b/blockchains/ethereum/assets/0x5F632f77a8077170Edcd8FADdADF06384CdC0e93/logo.png
deleted file mode 100644
index 5e5ed07bbbcff..0000000000000
Binary files a/blockchains/ethereum/assets/0x5F632f77a8077170Edcd8FADdADF06384CdC0e93/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5F64Ab1544D28732F0A24F4713c2C8ec0dA089f0/info.json b/blockchains/ethereum/assets/0x5F64Ab1544D28732F0A24F4713c2C8ec0dA089f0/info.json
deleted file mode 100644
index 94119440e9f86..0000000000000
--- a/blockchains/ethereum/assets/0x5F64Ab1544D28732F0A24F4713c2C8ec0dA089f0/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "DEXTF Token",
- "website": "https://domani.finance",
- "description": "The DEXTF token is an ERC20 token built on the Ethereum blockchain designed to be used as a governance and incentive mechanism for usage, upgrades and potential changes to the protocol.",
- "explorer": "https://etherscan.io/token/0x5F64Ab1544D28732F0A24F4713c2C8ec0dA089f0",
- "type": "ERC20",
- "symbol": "DEXTF",
- "decimals": 18,
- "status": "active",
- "id": "0x5F64Ab1544D28732F0A24F4713c2C8ec0dA089f0",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/domaniprotocol"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/dextf-protocol/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/dextf"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/bxgyXMZ2U5"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x5F64Ab1544D28732F0A24F4713c2C8ec0dA089f0/logo.png b/blockchains/ethereum/assets/0x5F64Ab1544D28732F0A24F4713c2C8ec0dA089f0/logo.png
deleted file mode 100644
index bc59e0c401b45..0000000000000
Binary files a/blockchains/ethereum/assets/0x5F64Ab1544D28732F0A24F4713c2C8ec0dA089f0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5F85c60187aB233Ca6e750731D15e7eFd061fBdE/info.json b/blockchains/ethereum/assets/0x5F85c60187aB233Ca6e750731D15e7eFd061fBdE/info.json
deleted file mode 100644
index 0b6d8c0a207ca..0000000000000
--- a/blockchains/ethereum/assets/0x5F85c60187aB233Ca6e750731D15e7eFd061fBdE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Poseidon",
- "symbol": "PSDN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5F85c60187aB233Ca6e750731D15e7eFd061fBdE",
- "status": "abandoned",
- "id": "0x5F85c60187aB233Ca6e750731D15e7eFd061fBdE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5F85c60187aB233Ca6e750731D15e7eFd061fBdE/logo.png b/blockchains/ethereum/assets/0x5F85c60187aB233Ca6e750731D15e7eFd061fBdE/logo.png
deleted file mode 100644
index 0bbd54179c7db..0000000000000
Binary files a/blockchains/ethereum/assets/0x5F85c60187aB233Ca6e750731D15e7eFd061fBdE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5Fa8F6890EfE30E8aA47C5614E510Dc34AC8A89c/info.json b/blockchains/ethereum/assets/0x5Fa8F6890EfE30E8aA47C5614E510Dc34AC8A89c/info.json
deleted file mode 100644
index c5acfaedb61cd..0000000000000
--- a/blockchains/ethereum/assets/0x5Fa8F6890EfE30E8aA47C5614E510Dc34AC8A89c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ururu",
- "symbol": "URT",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5Fa8F6890EfE30E8aA47C5614E510Dc34AC8A89c",
- "status": "abandoned",
- "id": "0x5Fa8F6890EfE30E8aA47C5614E510Dc34AC8A89c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5Fa8F6890EfE30E8aA47C5614E510Dc34AC8A89c/logo.png b/blockchains/ethereum/assets/0x5Fa8F6890EfE30E8aA47C5614E510Dc34AC8A89c/logo.png
deleted file mode 100755
index 448ef6e4549b6..0000000000000
Binary files a/blockchains/ethereum/assets/0x5Fa8F6890EfE30E8aA47C5614E510Dc34AC8A89c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5Fc6DE61258e63706543bb57619b99cC0E5a5A1F/info.json b/blockchains/ethereum/assets/0x5Fc6DE61258e63706543bb57619b99cC0E5a5A1F/info.json
deleted file mode 100644
index ecc754cc374e1..0000000000000
--- a/blockchains/ethereum/assets/0x5Fc6DE61258e63706543bb57619b99cC0E5a5A1F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WanCoin",
- "type": "ERC20",
- "symbol": "WAN",
- "decimals": 18,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0x5fc6de61258e63706543bb57619b99cc0e5a5a1f",
- "status": "active",
- "id": "0x5Fc6DE61258e63706543bb57619b99cC0E5a5A1F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5Fc6DE61258e63706543bb57619b99cC0E5a5A1F/logo.png b/blockchains/ethereum/assets/0x5Fc6DE61258e63706543bb57619b99cC0E5a5A1F/logo.png
deleted file mode 100644
index 4dbcc0e2849a4..0000000000000
Binary files a/blockchains/ethereum/assets/0x5Fc6DE61258e63706543bb57619b99cC0E5a5A1F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5a011bC3B10191782DFA67806f8864bD5cF9d3ae/info.json b/blockchains/ethereum/assets/0x5a011bC3B10191782DFA67806f8864bD5cF9d3ae/info.json
deleted file mode 100644
index cf0f077ea6309..0000000000000
--- a/blockchains/ethereum/assets/0x5a011bC3B10191782DFA67806f8864bD5cF9d3ae/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SocialWorld",
- "symbol": "SWD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5a011bC3B10191782DFA67806f8864bD5cF9d3ae",
- "status": "abandoned",
- "id": "0x5a011bC3B10191782DFA67806f8864bD5cF9d3ae"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5a011bC3B10191782DFA67806f8864bD5cF9d3ae/logo.png b/blockchains/ethereum/assets/0x5a011bC3B10191782DFA67806f8864bD5cF9d3ae/logo.png
deleted file mode 100644
index d952192e9e187..0000000000000
Binary files a/blockchains/ethereum/assets/0x5a011bC3B10191782DFA67806f8864bD5cF9d3ae/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5a3c9A1725AA82690ee0959c89abE96fD1b527ee/info.json b/blockchains/ethereum/assets/0x5a3c9A1725AA82690ee0959c89abE96fD1b527ee/info.json
deleted file mode 100644
index 433dee3c9157b..0000000000000
--- a/blockchains/ethereum/assets/0x5a3c9A1725AA82690ee0959c89abE96fD1b527ee/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PiedPiperCoin",
- "symbol": "PPI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5a3c9A1725AA82690ee0959c89abE96fD1b527ee",
- "status": "abandoned",
- "id": "0x5a3c9A1725AA82690ee0959c89abE96fD1b527ee"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5a3c9A1725AA82690ee0959c89abE96fD1b527ee/logo.png b/blockchains/ethereum/assets/0x5a3c9A1725AA82690ee0959c89abE96fD1b527ee/logo.png
deleted file mode 100644
index 2e429417b4e2d..0000000000000
Binary files a/blockchains/ethereum/assets/0x5a3c9A1725AA82690ee0959c89abE96fD1b527ee/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5a4B14aea23A605aBc463f04a6B8Aaf52Dd3e7C6/info.json b/blockchains/ethereum/assets/0x5a4B14aea23A605aBc463f04a6B8Aaf52Dd3e7C6/info.json
deleted file mode 100644
index fa142b2cbd142..0000000000000
--- a/blockchains/ethereum/assets/0x5a4B14aea23A605aBc463f04a6B8Aaf52Dd3e7C6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HeartBout HP",
- "symbol": "HP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://heartbout.com/",
- "explorer": "https://etherscan.io/token/0x5a4B14aea23A605aBc463f04a6B8Aaf52Dd3e7C6",
- "status": "abandoned",
- "id": "0x5a4B14aea23A605aBc463f04a6B8Aaf52Dd3e7C6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5a4B14aea23A605aBc463f04a6B8Aaf52Dd3e7C6/logo.png b/blockchains/ethereum/assets/0x5a4B14aea23A605aBc463f04a6B8Aaf52Dd3e7C6/logo.png
deleted file mode 100644
index a83165a41dd57..0000000000000
Binary files a/blockchains/ethereum/assets/0x5a4B14aea23A605aBc463f04a6B8Aaf52Dd3e7C6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5a50B3d55e9a1089029824a26caaA8f2abFC4bb0/info.json b/blockchains/ethereum/assets/0x5a50B3d55e9a1089029824a26caaA8f2abFC4bb0/info.json
deleted file mode 100644
index 7f4adfa261b30..0000000000000
--- a/blockchains/ethereum/assets/0x5a50B3d55e9a1089029824a26caaA8f2abFC4bb0/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "xunii.finance",
- "website": "https://xunii.finance",
- "description": "A Yield Farming Project.",
- "explorer": "https://etherscan.io/token/0x5a50B3d55e9a1089029824a26caaA8f2abFC4bb0",
- "type": "ERC20",
- "symbol": "XUNII",
- "decimals": 18,
- "status": "active",
- "id": "0x5a50B3d55e9a1089029824a26caaA8f2abFC4bb0",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/xuniifinance/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/xuniifinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/xuniifinance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5a50B3d55e9a1089029824a26caaA8f2abFC4bb0/logo.png b/blockchains/ethereum/assets/0x5a50B3d55e9a1089029824a26caaA8f2abFC4bb0/logo.png
deleted file mode 100644
index 3e9de4986e6a6..0000000000000
Binary files a/blockchains/ethereum/assets/0x5a50B3d55e9a1089029824a26caaA8f2abFC4bb0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5a666c7d92E5fA7Edcb6390E4efD6d0CDd69cF37/info.json b/blockchains/ethereum/assets/0x5a666c7d92E5fA7Edcb6390E4efD6d0CDd69cF37/info.json
deleted file mode 100644
index af15f8c2b31b8..0000000000000
--- a/blockchains/ethereum/assets/0x5a666c7d92E5fA7Edcb6390E4efD6d0CDd69cF37/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UnMarshal",
- "symbol": "MARSH",
- "type": "ERC20",
- "decimals": 18,
- "description": "Unmarshal is a Multi-chain DeFi network of indexers that provides seamless access to Blockchain data for DeFi applications. We provide rich, meaningful, and reliable access to data through our decentralized network nodes.",
- "website": "https://unmarshal.io/",
- "explorer": "https://etherscan.io/token/0x5a666c7d92E5fA7Edcb6390E4efD6d0CDd69cF37",
- "status": "active",
- "id": "0x5a666c7d92E5fA7Edcb6390E4efD6d0CDd69cF37"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5a666c7d92E5fA7Edcb6390E4efD6d0CDd69cF37/logo.png b/blockchains/ethereum/assets/0x5a666c7d92E5fA7Edcb6390E4efD6d0CDd69cF37/logo.png
deleted file mode 100644
index 579ef272ce1fb..0000000000000
Binary files a/blockchains/ethereum/assets/0x5a666c7d92E5fA7Edcb6390E4efD6d0CDd69cF37/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5a84969bb663fb64F6d015DcF9F622Aedc796750/info.json b/blockchains/ethereum/assets/0x5a84969bb663fb64F6d015DcF9F622Aedc796750/info.json
deleted file mode 100644
index a61a09b11973f..0000000000000
--- a/blockchains/ethereum/assets/0x5a84969bb663fb64F6d015DcF9F622Aedc796750/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IDICE",
- "symbol": "ICE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5a84969bb663fb64F6d015DcF9F622Aedc796750",
- "status": "abandoned",
- "id": "0x5a84969bb663fb64F6d015DcF9F622Aedc796750"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5a84969bb663fb64F6d015DcF9F622Aedc796750/logo.png b/blockchains/ethereum/assets/0x5a84969bb663fb64F6d015DcF9F622Aedc796750/logo.png
deleted file mode 100644
index f6bd394cb7728..0000000000000
Binary files a/blockchains/ethereum/assets/0x5a84969bb663fb64F6d015DcF9F622Aedc796750/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5a8C4342d07C90293fbb82D9B08098c8603E0947/info.json b/blockchains/ethereum/assets/0x5a8C4342d07C90293fbb82D9B08098c8603E0947/info.json
deleted file mode 100644
index 2b30778c3a3e7..0000000000000
--- a/blockchains/ethereum/assets/0x5a8C4342d07C90293fbb82D9B08098c8603E0947/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LocalKoin",
- "symbol": "DXC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5a8C4342d07C90293fbb82D9B08098c8603E0947",
- "status": "abandoned",
- "id": "0x5a8C4342d07C90293fbb82D9B08098c8603E0947"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5a8C4342d07C90293fbb82D9B08098c8603E0947/logo.png b/blockchains/ethereum/assets/0x5a8C4342d07C90293fbb82D9B08098c8603E0947/logo.png
deleted file mode 100644
index c53bf805a4aee..0000000000000
Binary files a/blockchains/ethereum/assets/0x5a8C4342d07C90293fbb82D9B08098c8603E0947/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5aB0897E4c4EA07D16BdBedA58d40dE728bCE16C/info.json b/blockchains/ethereum/assets/0x5aB0897E4c4EA07D16BdBedA58d40dE728bCE16C/info.json
deleted file mode 100644
index e17f1658d89e5..0000000000000
--- a/blockchains/ethereum/assets/0x5aB0897E4c4EA07D16BdBedA58d40dE728bCE16C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "REFER",
- "symbol": "REF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5aB0897E4c4EA07D16BdBedA58d40dE728bCE16C",
- "status": "abandoned",
- "id": "0x5aB0897E4c4EA07D16BdBedA58d40dE728bCE16C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5aB0897E4c4EA07D16BdBedA58d40dE728bCE16C/logo.png b/blockchains/ethereum/assets/0x5aB0897E4c4EA07D16BdBedA58d40dE728bCE16C/logo.png
deleted file mode 100644
index b435cbd1dfefe..0000000000000
Binary files a/blockchains/ethereum/assets/0x5aB0897E4c4EA07D16BdBedA58d40dE728bCE16C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5aD866239154Bc912846576a60277e2a085E365C/info.json b/blockchains/ethereum/assets/0x5aD866239154Bc912846576a60277e2a085E365C/info.json
deleted file mode 100644
index 16478291819e1..0000000000000
--- a/blockchains/ethereum/assets/0x5aD866239154Bc912846576a60277e2a085E365C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GN",
- "symbol": "GN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5aD866239154Bc912846576a60277e2a085E365C",
- "status": "abandoned",
- "id": "0x5aD866239154Bc912846576a60277e2a085E365C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5aD866239154Bc912846576a60277e2a085E365C/logo.png b/blockchains/ethereum/assets/0x5aD866239154Bc912846576a60277e2a085E365C/logo.png
deleted file mode 100644
index cb289dcc3e5e8..0000000000000
Binary files a/blockchains/ethereum/assets/0x5aD866239154Bc912846576a60277e2a085E365C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5aaEFe84E0fB3DD1f0fCfF6fA7468124986B91bd/info.json b/blockchains/ethereum/assets/0x5aaEFe84E0fB3DD1f0fCfF6fA7468124986B91bd/info.json
deleted file mode 100644
index bdc542beae6b9..0000000000000
--- a/blockchains/ethereum/assets/0x5aaEFe84E0fB3DD1f0fCfF6fA7468124986B91bd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Evedo Token",
- "symbol": "EVED",
- "type": "ERC20",
- "decimals": 18,
- "description": "Evedo is a blockchain based platform, consisting of B2B & B2C Marketplaces. It unifies all businesses and participants involved in organizing events.",
- "website": "https://www.evedo.co",
- "explorer": "https://etherscan.io/token/0x5aaEFe84E0fB3DD1f0fCfF6fA7468124986B91bd",
- "status": "active",
- "id": "0x5aaEFe84E0fB3DD1f0fCfF6fA7468124986B91bd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5aaEFe84E0fB3DD1f0fCfF6fA7468124986B91bd/logo.png b/blockchains/ethereum/assets/0x5aaEFe84E0fB3DD1f0fCfF6fA7468124986B91bd/logo.png
deleted file mode 100644
index 7b76c0c84f273..0000000000000
Binary files a/blockchains/ethereum/assets/0x5aaEFe84E0fB3DD1f0fCfF6fA7468124986B91bd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5aaa2182459377b6cA18b10712F9F602140764af/info.json b/blockchains/ethereum/assets/0x5aaa2182459377b6cA18b10712F9F602140764af/info.json
deleted file mode 100644
index a1ce4963436b1..0000000000000
--- a/blockchains/ethereum/assets/0x5aaa2182459377b6cA18b10712F9F602140764af/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ElevationToken",
- "symbol": "EVT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://theelevationico.com",
- "explorer": "https://etherscan.io/token/0x5aaa2182459377b6cA18b10712F9F602140764af",
- "status": "abandoned",
- "id": "0x5aaa2182459377b6cA18b10712F9F602140764af"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5aaa2182459377b6cA18b10712F9F602140764af/logo.png b/blockchains/ethereum/assets/0x5aaa2182459377b6cA18b10712F9F602140764af/logo.png
deleted file mode 100644
index 1fc3dcd0f83a1..0000000000000
Binary files a/blockchains/ethereum/assets/0x5aaa2182459377b6cA18b10712F9F602140764af/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5abFd418AdB35e89c68313574eB16BdfFc15e607/info.json b/blockchains/ethereum/assets/0x5abFd418AdB35e89c68313574eB16BdfFc15e607/info.json
deleted file mode 100644
index 148150816608c..0000000000000
--- a/blockchains/ethereum/assets/0x5abFd418AdB35e89c68313574eB16BdfFc15e607/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TimviToken",
- "symbol": "TMV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://timvi.com/",
- "explorer": "https://etherscan.io/token/0x5abFd418AdB35e89c68313574eB16BdfFc15e607",
- "status": "abandoned",
- "id": "0x5abFd418AdB35e89c68313574eB16BdfFc15e607"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5abFd418AdB35e89c68313574eB16BdfFc15e607/logo.png b/blockchains/ethereum/assets/0x5abFd418AdB35e89c68313574eB16BdfFc15e607/logo.png
deleted file mode 100644
index dca62d48b695a..0000000000000
Binary files a/blockchains/ethereum/assets/0x5abFd418AdB35e89c68313574eB16BdfFc15e607/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5acD19b9c91e596b1f062f18e3D02da7eD8D1e50/info.json b/blockchains/ethereum/assets/0x5acD19b9c91e596b1f062f18e3D02da7eD8D1e50/info.json
deleted file mode 100644
index bff6122728398..0000000000000
--- a/blockchains/ethereum/assets/0x5acD19b9c91e596b1f062f18e3D02da7eD8D1e50/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTC LITE",
- "symbol": "BTCL",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://btclite.org/",
- "explorer": "https://etherscan.io/token/0x5acD19b9c91e596b1f062f18e3D02da7eD8D1e50",
- "status": "abandoned",
- "id": "0x5acD19b9c91e596b1f062f18e3D02da7eD8D1e50"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5acD19b9c91e596b1f062f18e3D02da7eD8D1e50/logo.png b/blockchains/ethereum/assets/0x5acD19b9c91e596b1f062f18e3D02da7eD8D1e50/logo.png
deleted file mode 100755
index 2c2dc8349514d..0000000000000
Binary files a/blockchains/ethereum/assets/0x5acD19b9c91e596b1f062f18e3D02da7eD8D1e50/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5adc961D6AC3f7062D2eA45FEFB8D8167d44b190/info.json b/blockchains/ethereum/assets/0x5adc961D6AC3f7062D2eA45FEFB8D8167d44b190/info.json
deleted file mode 100644
index 12b833b7e186f..0000000000000
--- a/blockchains/ethereum/assets/0x5adc961D6AC3f7062D2eA45FEFB8D8167d44b190/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dether",
- "symbol": "DTH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://dether.io",
- "explorer": "https://etherscan.io/token/0x5adc961D6AC3f7062D2eA45FEFB8D8167d44b190",
- "status": "active",
- "id": "0x5adc961D6AC3f7062D2eA45FEFB8D8167d44b190"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5adc961D6AC3f7062D2eA45FEFB8D8167d44b190/logo.png b/blockchains/ethereum/assets/0x5adc961D6AC3f7062D2eA45FEFB8D8167d44b190/logo.png
deleted file mode 100644
index 4196850b2ab1a..0000000000000
Binary files a/blockchains/ethereum/assets/0x5adc961D6AC3f7062D2eA45FEFB8D8167d44b190/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5b0CFFdB6E04992eBFe4748F6fD8FA868f216Fdb/info.json b/blockchains/ethereum/assets/0x5b0CFFdB6E04992eBFe4748F6fD8FA868f216Fdb/info.json
deleted file mode 100644
index dfb44270fd744..0000000000000
--- a/blockchains/ethereum/assets/0x5b0CFFdB6E04992eBFe4748F6fD8FA868f216Fdb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CUBE",
- "symbol": "CUBE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5b0CFFdB6E04992eBFe4748F6fD8FA868f216Fdb",
- "status": "abandoned",
- "id": "0x5b0CFFdB6E04992eBFe4748F6fD8FA868f216Fdb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5b0CFFdB6E04992eBFe4748F6fD8FA868f216Fdb/logo.png b/blockchains/ethereum/assets/0x5b0CFFdB6E04992eBFe4748F6fD8FA868f216Fdb/logo.png
deleted file mode 100644
index 21d14a5bad619..0000000000000
Binary files a/blockchains/ethereum/assets/0x5b0CFFdB6E04992eBFe4748F6fD8FA868f216Fdb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5b11aAcB6Bddb9ffab908FDCE739Bf4aed554327/info.json b/blockchains/ethereum/assets/0x5b11aAcB6Bddb9ffab908FDCE739Bf4aed554327/info.json
deleted file mode 100644
index 081f05d4c55ca..0000000000000
--- a/blockchains/ethereum/assets/0x5b11aAcB6Bddb9ffab908FDCE739Bf4aed554327/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrueDeck",
- "symbol": "TDP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://truedeck.io/",
- "explorer": "https://etherscan.io/token/0x5b11aAcB6Bddb9ffab908FDCE739Bf4aed554327",
- "status": "abandoned",
- "id": "0x5b11aAcB6Bddb9ffab908FDCE739Bf4aed554327"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5b11aAcB6Bddb9ffab908FDCE739Bf4aed554327/logo.png b/blockchains/ethereum/assets/0x5b11aAcB6Bddb9ffab908FDCE739Bf4aed554327/logo.png
deleted file mode 100644
index a258fb2a92c28..0000000000000
Binary files a/blockchains/ethereum/assets/0x5b11aAcB6Bddb9ffab908FDCE739Bf4aed554327/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5b135D7E2774c801a73208f258123d7623E07784/info.json b/blockchains/ethereum/assets/0x5b135D7E2774c801a73208f258123d7623E07784/info.json
deleted file mode 100644
index 0b5b892a009d3..0000000000000
--- a/blockchains/ethereum/assets/0x5b135D7E2774c801a73208f258123d7623E07784/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Saifu",
- "symbol": "SFU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5b135D7E2774c801a73208f258123d7623E07784",
- "status": "abandoned",
- "id": "0x5b135D7E2774c801a73208f258123d7623E07784"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5b135D7E2774c801a73208f258123d7623E07784/logo.png b/blockchains/ethereum/assets/0x5b135D7E2774c801a73208f258123d7623E07784/logo.png
deleted file mode 100755
index c3a205b226e7b..0000000000000
Binary files a/blockchains/ethereum/assets/0x5b135D7E2774c801a73208f258123d7623E07784/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5b3DA67e01436d735717F1EFadF1dD607f35043C/info.json b/blockchains/ethereum/assets/0x5b3DA67e01436d735717F1EFadF1dD607f35043C/info.json
deleted file mode 100644
index d710f4a539ba5..0000000000000
--- a/blockchains/ethereum/assets/0x5b3DA67e01436d735717F1EFadF1dD607f35043C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C530026",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5b3DA67e01436d735717F1EFadF1dD607f35043C",
- "status": "abandoned",
- "id": "0x5b3DA67e01436d735717F1EFadF1dD607f35043C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5b3DA67e01436d735717F1EFadF1dD607f35043C/logo.png b/blockchains/ethereum/assets/0x5b3DA67e01436d735717F1EFadF1dD607f35043C/logo.png
deleted file mode 100644
index af9a1ef37a617..0000000000000
Binary files a/blockchains/ethereum/assets/0x5b3DA67e01436d735717F1EFadF1dD607f35043C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5b5bB9765eff8D26c24B9FF0DAa09838a3Cd78E9/info.json b/blockchains/ethereum/assets/0x5b5bB9765eff8D26c24B9FF0DAa09838a3Cd78E9/info.json
deleted file mode 100644
index b0e4c34a545b7..0000000000000
--- a/blockchains/ethereum/assets/0x5b5bB9765eff8D26c24B9FF0DAa09838a3Cd78E9/info.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "name": "Bitanium",
- "website": "https://bitanium.org",
- "description": "Bitanium (BI) was built from the ground up to embody the strength and stability of Titanium. Bitanium delivers the finest high performance enterprise-first blockchain available in an ERC20 Token to date.",
- "explorer": "https://etherscan.io/token/0x5b5bB9765eff8D26c24B9FF0DAa09838a3Cd78E9",
- "research": "https://ethplorer.io/address/0x5b5bb9765eff8d26c24b9ff0daa09838a3cd78e9",
- "type": "ERC20",
- "symbol": "BI",
- "decimals": 4,
- "status": "active",
- "id": "0x5b5bB9765eff8D26c24B9FF0DAa09838a3Cd78E9",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/vittominacori/erc20-generator/blob/v3.0.4/dist/BaseToken.dist.sol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/@bitaniumb"
- },
- {
- "name": "telegram",
- "url": "https://t.me/gregowens"
- },
- {
- "name": "whitepaper",
- "url": "https://bitanium.org"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5b5bB9765eff8D26c24B9FF0DAa09838a3Cd78E9/logo.png b/blockchains/ethereum/assets/0x5b5bB9765eff8D26c24B9FF0DAa09838a3Cd78E9/logo.png
deleted file mode 100644
index 689291e90414d..0000000000000
Binary files a/blockchains/ethereum/assets/0x5b5bB9765eff8D26c24B9FF0DAa09838a3Cd78E9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5b71BEE9D961b1B848f8485EEC8d8787f80217F5/info.json b/blockchains/ethereum/assets/0x5b71BEE9D961b1B848f8485EEC8d8787f80217F5/info.json
deleted file mode 100644
index 39a1e2d0142a2..0000000000000
--- a/blockchains/ethereum/assets/0x5b71BEE9D961b1B848f8485EEC8d8787f80217F5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitForex Token",
- "symbol": "BF",
- "type": "ERC20",
- "decimals": 18,
- "description": "Bitforex Token (BF) is token issued by BitForex Exchange, it is the proof of platform ownership. BF are issued mainly through trade mining, community and ecosystem mutual construction, and being released gradually.",
- "website": "https://bitforex.com",
- "explorer": "https://etherscan.io/token/0x5b71BEE9D961b1B848f8485EEC8d8787f80217F5",
- "status": "active",
- "id": "0x5b71BEE9D961b1B848f8485EEC8d8787f80217F5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5b71BEE9D961b1B848f8485EEC8d8787f80217F5/logo.png b/blockchains/ethereum/assets/0x5b71BEE9D961b1B848f8485EEC8d8787f80217F5/logo.png
deleted file mode 100644
index d33a253f21363..0000000000000
Binary files a/blockchains/ethereum/assets/0x5b71BEE9D961b1B848f8485EEC8d8787f80217F5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5b7EE4fc3DC39335AE2D6bFBa3033C3FE1ae5D0f/info.json b/blockchains/ethereum/assets/0x5b7EE4fc3DC39335AE2D6bFBa3033C3FE1ae5D0f/info.json
deleted file mode 100644
index f22bfa086bec9..0000000000000
--- a/blockchains/ethereum/assets/0x5b7EE4fc3DC39335AE2D6bFBa3033C3FE1ae5D0f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoronaCrypto",
- "symbol": "NCOR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5b7EE4fc3DC39335AE2D6bFBa3033C3FE1ae5D0f",
- "status": "abandoned",
- "id": "0x5b7EE4fc3DC39335AE2D6bFBa3033C3FE1ae5D0f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5b7EE4fc3DC39335AE2D6bFBa3033C3FE1ae5D0f/logo.png b/blockchains/ethereum/assets/0x5b7EE4fc3DC39335AE2D6bFBa3033C3FE1ae5D0f/logo.png
deleted file mode 100644
index 8df23884186e1..0000000000000
Binary files a/blockchains/ethereum/assets/0x5b7EE4fc3DC39335AE2D6bFBa3033C3FE1ae5D0f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5b978aA9227cDD45905a1fbaC52d6d6b497E88ce/info.json b/blockchains/ethereum/assets/0x5b978aA9227cDD45905a1fbaC52d6d6b497E88ce/info.json
deleted file mode 100644
index e274fc66c1b52..0000000000000
--- a/blockchains/ethereum/assets/0x5b978aA9227cDD45905a1fbaC52d6d6b497E88ce/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-1/30M31",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5b978aA9227cDD45905a1fbaC52d6d6b497E88ce",
- "status": "active",
- "id": "0x5b978aA9227cDD45905a1fbaC52d6d6b497E88ce"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5b978aA9227cDD45905a1fbaC52d6d6b497E88ce/logo.png b/blockchains/ethereum/assets/0x5b978aA9227cDD45905a1fbaC52d6d6b497E88ce/logo.png
deleted file mode 100644
index 7a2ee4d5a4451..0000000000000
Binary files a/blockchains/ethereum/assets/0x5b978aA9227cDD45905a1fbaC52d6d6b497E88ce/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5bC901CbebefB03a56D45e57E4F356dc4DB30ab5/info.json b/blockchains/ethereum/assets/0x5bC901CbebefB03a56D45e57E4F356dc4DB30ab5/info.json
deleted file mode 100644
index 08caca6123917..0000000000000
--- a/blockchains/ethereum/assets/0x5bC901CbebefB03a56D45e57E4F356dc4DB30ab5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "xensor token",
- "symbol": "XST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5bC901CbebefB03a56D45e57E4F356dc4DB30ab5",
- "status": "abandoned",
- "id": "0x5bC901CbebefB03a56D45e57E4F356dc4DB30ab5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5bC901CbebefB03a56D45e57E4F356dc4DB30ab5/logo.png b/blockchains/ethereum/assets/0x5bC901CbebefB03a56D45e57E4F356dc4DB30ab5/logo.png
deleted file mode 100644
index 0d2478d3b9fa6..0000000000000
Binary files a/blockchains/ethereum/assets/0x5bC901CbebefB03a56D45e57E4F356dc4DB30ab5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5bEaBAEBB3146685Dd74176f68a0721F91297D37/info.json b/blockchains/ethereum/assets/0x5bEaBAEBB3146685Dd74176f68a0721F91297D37/info.json
deleted file mode 100644
index b26b348a93589..0000000000000
--- a/blockchains/ethereum/assets/0x5bEaBAEBB3146685Dd74176f68a0721F91297D37/info.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "name": "Bounce Finance",
- "website": "https://bounce.finance",
- "description": "Decentralized auctions including fixed swap, sealed-bid, Dutch auction, NFT auctions.",
- "explorer": "https://etherscan.io/token/0x5bEaBAEBB3146685Dd74176f68a0721F91297D37",
- "research": "https://research.binance.com/en/projects/bounce",
- "type": "ERC20",
- "symbol": "BOT",
- "decimals": 18,
- "status": "active",
- "id": "0x5bEaBAEBB3146685Dd74176f68a0721F91297D37",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/bouncefinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/bounce_finance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/bounce_finance"
- },
- {
- "name": "medium",
- "url": "https://bouncefinance.medium.com"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5bEaBAEBB3146685Dd74176f68a0721F91297D37/logo.png b/blockchains/ethereum/assets/0x5bEaBAEBB3146685Dd74176f68a0721F91297D37/logo.png
deleted file mode 100644
index b20857aa57ebd..0000000000000
Binary files a/blockchains/ethereum/assets/0x5bEaBAEBB3146685Dd74176f68a0721F91297D37/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5bfc1FF7f9e087C64fEfb34F2e7cF24e5570919F/info.json b/blockchains/ethereum/assets/0x5bfc1FF7f9e087C64fEfb34F2e7cF24e5570919F/info.json
deleted file mode 100644
index b9567fa55f897..0000000000000
--- a/blockchains/ethereum/assets/0x5bfc1FF7f9e087C64fEfb34F2e7cF24e5570919F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Habitus",
- "symbol": "HABS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5bfc1FF7f9e087C64fEfb34F2e7cF24e5570919F",
- "status": "abandoned",
- "id": "0x5bfc1FF7f9e087C64fEfb34F2e7cF24e5570919F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5bfc1FF7f9e087C64fEfb34F2e7cF24e5570919F/logo.png b/blockchains/ethereum/assets/0x5bfc1FF7f9e087C64fEfb34F2e7cF24e5570919F/logo.png
deleted file mode 100644
index 8b324aa00cc29..0000000000000
Binary files a/blockchains/ethereum/assets/0x5bfc1FF7f9e087C64fEfb34F2e7cF24e5570919F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5c1209acd4fAE170Eea93c830A0CB74Bc5f9eF2b/info.json b/blockchains/ethereum/assets/0x5c1209acd4fAE170Eea93c830A0CB74Bc5f9eF2b/info.json
deleted file mode 100644
index 80d2a7ec55c6b..0000000000000
--- a/blockchains/ethereum/assets/0x5c1209acd4fAE170Eea93c830A0CB74Bc5f9eF2b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cojam",
- "symbol": "CT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5c1209acd4fAE170Eea93c830A0CB74Bc5f9eF2b",
- "status": "abandoned",
- "id": "0x5c1209acd4fAE170Eea93c830A0CB74Bc5f9eF2b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5c1209acd4fAE170Eea93c830A0CB74Bc5f9eF2b/logo.png b/blockchains/ethereum/assets/0x5c1209acd4fAE170Eea93c830A0CB74Bc5f9eF2b/logo.png
deleted file mode 100644
index 2086c66c098a1..0000000000000
Binary files a/blockchains/ethereum/assets/0x5c1209acd4fAE170Eea93c830A0CB74Bc5f9eF2b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5c147e74D63B1D31AA3Fd78Eb229B65161983B2b/info.json b/blockchains/ethereum/assets/0x5c147e74D63B1D31AA3Fd78Eb229B65161983B2b/info.json
deleted file mode 100644
index 170290b4882fc..0000000000000
--- a/blockchains/ethereum/assets/0x5c147e74D63B1D31AA3Fd78Eb229B65161983B2b/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Wrapped Flow",
- "type": "ERC20",
- "symbol": "WFLOW",
- "decimals": 18,
- "website": "https://www.onflow.org/",
- "description": "Wrapped FLOW (WFLOW) is an ERC-20 token backed 1:1 with FLOW, the native token of the Flow blockchain. All minted WFLOW will be backed 1:1 by FLOW held in Anchorage custody, an institutional-grade storage system.",
- "explorer": "https://etherscan.io/token/0x5c147e74d63b1d31aa3fd78eb229b65161983b2b",
- "status": "active",
- "id": "0x5c147e74D63B1D31AA3Fd78Eb229B65161983B2b",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/flow_blockchain"
- },
- {
- "name": "github",
- "url": "https://github.com/onflow/"
- }
- ],
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5c147e74D63B1D31AA3Fd78Eb229B65161983B2b/logo.png b/blockchains/ethereum/assets/0x5c147e74D63B1D31AA3Fd78Eb229B65161983B2b/logo.png
deleted file mode 100644
index e13a753953ddf..0000000000000
Binary files a/blockchains/ethereum/assets/0x5c147e74D63B1D31AA3Fd78Eb229B65161983B2b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5c1b16991eE5c7555a340DD72bB293A5eAAdd8ac/info.json b/blockchains/ethereum/assets/0x5c1b16991eE5c7555a340DD72bB293A5eAAdd8ac/info.json
deleted file mode 100644
index 17b9c0f293b5c..0000000000000
--- a/blockchains/ethereum/assets/0x5c1b16991eE5c7555a340DD72bB293A5eAAdd8ac/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FLC_Coin",
- "symbol": "FLC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5c1b16991eE5c7555a340DD72bB293A5eAAdd8ac",
- "status": "abandoned",
- "id": "0x5c1b16991eE5c7555a340DD72bB293A5eAAdd8ac"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5c1b16991eE5c7555a340DD72bB293A5eAAdd8ac/logo.png b/blockchains/ethereum/assets/0x5c1b16991eE5c7555a340DD72bB293A5eAAdd8ac/logo.png
deleted file mode 100644
index 78c04696b4819..0000000000000
Binary files a/blockchains/ethereum/assets/0x5c1b16991eE5c7555a340DD72bB293A5eAAdd8ac/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5c250ff9b993C6991cC4A3cC543716e53b478018/info.json b/blockchains/ethereum/assets/0x5c250ff9b993C6991cC4A3cC543716e53b478018/info.json
deleted file mode 100644
index a7bce7391a6cf..0000000000000
--- a/blockchains/ethereum/assets/0x5c250ff9b993C6991cC4A3cC543716e53b478018/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "STPAY",
- "website": "https://stpay.org/",
- "description": "STPAY is creating a global platform to support Education and E-Commerce.",
- "explorer": "https://etherscan.io/token/0x5c250ff9b993C6991cC4A3cC543716e53b478018",
- "type": "ERC20",
- "symbol": "STP",
- "decimals": 18,
- "status": "active",
- "id": "0x5c250ff9b993C6991cC4A3cC543716e53b478018",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/stpay/contract"
- },
- {
- "name": "telegram",
- "url": "https://t.me/stpaychannel"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/stpaychannel"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCfrHNUUZMw7PfojxfdRTTDQ"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5c250ff9b993C6991cC4A3cC543716e53b478018/logo.png b/blockchains/ethereum/assets/0x5c250ff9b993C6991cC4A3cC543716e53b478018/logo.png
deleted file mode 100644
index 86059e65c6db3..0000000000000
Binary files a/blockchains/ethereum/assets/0x5c250ff9b993C6991cC4A3cC543716e53b478018/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5c2f940281e735ca3496d8138be12d18023DcE9F/info.json b/blockchains/ethereum/assets/0x5c2f940281e735ca3496d8138be12d18023DcE9F/info.json
deleted file mode 100644
index d215ad2bdfa5b..0000000000000
--- a/blockchains/ethereum/assets/0x5c2f940281e735ca3496d8138be12d18023DcE9F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BANANA TOKEN",
- "symbol": "BNANA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5c2f940281e735ca3496d8138be12d18023DcE9F",
- "status": "abandoned",
- "id": "0x5c2f940281e735ca3496d8138be12d18023DcE9F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5c2f940281e735ca3496d8138be12d18023DcE9F/logo.png b/blockchains/ethereum/assets/0x5c2f940281e735ca3496d8138be12d18023DcE9F/logo.png
deleted file mode 100644
index 38a778c27f0d9..0000000000000
Binary files a/blockchains/ethereum/assets/0x5c2f940281e735ca3496d8138be12d18023DcE9F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5c3a228510D246b78a3765C20221Cbf3082b44a4/info.json b/blockchains/ethereum/assets/0x5c3a228510D246b78a3765C20221Cbf3082b44a4/info.json
deleted file mode 100644
index d40cedd4140cc..0000000000000
--- a/blockchains/ethereum/assets/0x5c3a228510D246b78a3765C20221Cbf3082b44a4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Storiqa Token",
- "symbol": "STQ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ico.storiqa.com",
- "explorer": "https://etherscan.io/token/0x5c3a228510D246b78a3765C20221Cbf3082b44a4",
- "status": "abandoned",
- "id": "0x5c3a228510D246b78a3765C20221Cbf3082b44a4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5c3a228510D246b78a3765C20221Cbf3082b44a4/logo.png b/blockchains/ethereum/assets/0x5c3a228510D246b78a3765C20221Cbf3082b44a4/logo.png
deleted file mode 100644
index b92f7f5a17154..0000000000000
Binary files a/blockchains/ethereum/assets/0x5c3a228510D246b78a3765C20221Cbf3082b44a4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5c4E325d2c570443f4ea3Ed5623c58dE221E9475/info.json b/blockchains/ethereum/assets/0x5c4E325d2c570443f4ea3Ed5623c58dE221E9475/info.json
deleted file mode 100644
index b6993ec3f0f93..0000000000000
--- a/blockchains/ethereum/assets/0x5c4E325d2c570443f4ea3Ed5623c58dE221E9475/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BestOne",
- "symbol": "BOF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5c4E325d2c570443f4ea3Ed5623c58dE221E9475",
- "status": "abandoned",
- "id": "0x5c4E325d2c570443f4ea3Ed5623c58dE221E9475"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5c4E325d2c570443f4ea3Ed5623c58dE221E9475/logo.png b/blockchains/ethereum/assets/0x5c4E325d2c570443f4ea3Ed5623c58dE221E9475/logo.png
deleted file mode 100644
index 4a3c38a925e18..0000000000000
Binary files a/blockchains/ethereum/assets/0x5c4E325d2c570443f4ea3Ed5623c58dE221E9475/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5c4ac68aAc56eBe098D621Cd8CE9F43270Aaa355/info.json b/blockchains/ethereum/assets/0x5c4ac68aAc56eBe098D621Cd8CE9F43270Aaa355/info.json
deleted file mode 100644
index 598a0425a2532..0000000000000
--- a/blockchains/ethereum/assets/0x5c4ac68aAc56eBe098D621Cd8CE9F43270Aaa355/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "bXIOT",
- "website": "https://xiotri.io",
- "description": "bXIOT is the second token of the Xiotri platform, giving fair yields to everyone.",
- "explorer": "https://etherscan.io/token/0x5c4ac68aAc56eBe098D621Cd8CE9F43270Aaa355",
- "type": "ERC20",
- "symbol": "bXIOT",
- "decimals": 6,
- "status": "active",
- "id": "0x5c4ac68aAc56eBe098D621Cd8CE9F43270Aaa355"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5c4ac68aAc56eBe098D621Cd8CE9F43270Aaa355/logo.png b/blockchains/ethereum/assets/0x5c4ac68aAc56eBe098D621Cd8CE9F43270Aaa355/logo.png
deleted file mode 100644
index 8c508fe4c6e0c..0000000000000
Binary files a/blockchains/ethereum/assets/0x5c4ac68aAc56eBe098D621Cd8CE9F43270Aaa355/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5c543e7AE0A1104f78406C340E9C64FD9fCE5170/info.json b/blockchains/ethereum/assets/0x5c543e7AE0A1104f78406C340E9C64FD9fCE5170/info.json
deleted file mode 100644
index ba457ed420f37..0000000000000
--- a/blockchains/ethereum/assets/0x5c543e7AE0A1104f78406C340E9C64FD9fCE5170/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "\"\"",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5c543e7AE0A1104f78406C340E9C64FD9fCE5170",
- "status": "abandoned",
- "id": "0x5c543e7AE0A1104f78406C340E9C64FD9fCE5170"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5c543e7AE0A1104f78406C340E9C64FD9fCE5170/logo.png b/blockchains/ethereum/assets/0x5c543e7AE0A1104f78406C340E9C64FD9fCE5170/logo.png
deleted file mode 100644
index 87fe34d95d56e..0000000000000
Binary files a/blockchains/ethereum/assets/0x5c543e7AE0A1104f78406C340E9C64FD9fCE5170/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5c5887E55bBe41472AcDBA5FAe989788C6f7ab59/info.json b/blockchains/ethereum/assets/0x5c5887E55bBe41472AcDBA5FAe989788C6f7ab59/info.json
deleted file mode 100644
index 9f8f4020d7314..0000000000000
--- a/blockchains/ethereum/assets/0x5c5887E55bBe41472AcDBA5FAe989788C6f7ab59/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "STK Coin",
- "symbol": "STK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://stkcoin.io/",
- "explorer": "https://etherscan.io/token/0x5c5887E55bBe41472AcDBA5FAe989788C6f7ab59",
- "status": "abandoned",
- "id": "0x5c5887E55bBe41472AcDBA5FAe989788C6f7ab59"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5c5887E55bBe41472AcDBA5FAe989788C6f7ab59/logo.png b/blockchains/ethereum/assets/0x5c5887E55bBe41472AcDBA5FAe989788C6f7ab59/logo.png
deleted file mode 100644
index 056c09815cc96..0000000000000
Binary files a/blockchains/ethereum/assets/0x5c5887E55bBe41472AcDBA5FAe989788C6f7ab59/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5c62Da804298D5972a323C80B539B8E7517a0dDe/info.json b/blockchains/ethereum/assets/0x5c62Da804298D5972a323C80B539B8E7517a0dDe/info.json
deleted file mode 100644
index 2a6e296ff3c33..0000000000000
--- a/blockchains/ethereum/assets/0x5c62Da804298D5972a323C80B539B8E7517a0dDe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VENJOCOIN",
- "symbol": "VJC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://venjocoin.io",
- "explorer": "https://etherscan.io/token/0x5c62Da804298D5972a323C80B539B8E7517a0dDe",
- "status": "abandoned",
- "id": "0x5c62Da804298D5972a323C80B539B8E7517a0dDe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5c62Da804298D5972a323C80B539B8E7517a0dDe/logo.png b/blockchains/ethereum/assets/0x5c62Da804298D5972a323C80B539B8E7517a0dDe/logo.png
deleted file mode 100644
index 2201cea6c023d..0000000000000
Binary files a/blockchains/ethereum/assets/0x5c62Da804298D5972a323C80B539B8E7517a0dDe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5c64031C62061865E5FD0F53d3CDaeF80f72E99D/info.json b/blockchains/ethereum/assets/0x5c64031C62061865E5FD0F53d3CDaeF80f72E99D/info.json
deleted file mode 100644
index ff3ebd4d14ccd..0000000000000
--- a/blockchains/ethereum/assets/0x5c64031C62061865E5FD0F53d3CDaeF80f72E99D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HASHGARD",
- "symbol": "GARD",
- "type": "ERC20",
- "decimals": 18,
- "description": "OLXA Coin aims to connect the crypto market to the real world through services such as Letter of Crypto Credit, i-Advertising Platform, and Crowd-Projects.",
- "website": "https://www.hashgard.io",
- "explorer": "https://etherscan.io/token/0x5c64031C62061865E5FD0F53d3CDaeF80f72E99D",
- "status": "active",
- "id": "0x5c64031C62061865E5FD0F53d3CDaeF80f72E99D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5c64031C62061865E5FD0F53d3CDaeF80f72E99D/logo.png b/blockchains/ethereum/assets/0x5c64031C62061865E5FD0F53d3CDaeF80f72E99D/logo.png
deleted file mode 100644
index 74bd781e03a59..0000000000000
Binary files a/blockchains/ethereum/assets/0x5c64031C62061865E5FD0F53d3CDaeF80f72E99D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5c743a35E903F6c584514ec617ACEe0611Cf44f3/info.json b/blockchains/ethereum/assets/0x5c743a35E903F6c584514ec617ACEe0611Cf44f3/info.json
deleted file mode 100644
index ad2ec04ab4211..0000000000000
--- a/blockchains/ethereum/assets/0x5c743a35E903F6c584514ec617ACEe0611Cf44f3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Experty Token",
- "symbol": "EXY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.experty.io/en?utm_source=coingecko&utm_medium=listing&utm_campaign=coingecko",
- "explorer": "https://etherscan.io/token/0x5c743a35E903F6c584514ec617ACEe0611Cf44f3",
- "status": "active",
- "id": "0x5c743a35E903F6c584514ec617ACEe0611Cf44f3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5c743a35E903F6c584514ec617ACEe0611Cf44f3/logo.png b/blockchains/ethereum/assets/0x5c743a35E903F6c584514ec617ACEe0611Cf44f3/logo.png
deleted file mode 100644
index 35e6155753175..0000000000000
Binary files a/blockchains/ethereum/assets/0x5c743a35E903F6c584514ec617ACEe0611Cf44f3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5c7499CF00E8278AA232982fF178ee9735024091/info.json b/blockchains/ethereum/assets/0x5c7499CF00E8278AA232982fF178ee9735024091/info.json
deleted file mode 100644
index baa128fc5142a..0000000000000
--- a/blockchains/ethereum/assets/0x5c7499CF00E8278AA232982fF178ee9735024091/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "r.Pepe",
- "website": "https://rarepepe.net",
- "description": "r.Pepe Token is a deflationary cypto-currency with a 2.5% burn implemented for each transaction.",
- "explorer": "https://etherscan.io/token/0x5c7499CF00E8278AA232982fF178ee9735024091",
- "type": "ERC20",
- "symbol": "r.Pepe",
- "decimals": 0,
- "status": "active",
- "id": "0x5c7499CF00E8278AA232982fF178ee9735024091"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5c7499CF00E8278AA232982fF178ee9735024091/logo.png b/blockchains/ethereum/assets/0x5c7499CF00E8278AA232982fF178ee9735024091/logo.png
deleted file mode 100644
index 573f822961377..0000000000000
Binary files a/blockchains/ethereum/assets/0x5c7499CF00E8278AA232982fF178ee9735024091/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5c7869eA979814d64b0C09Fd6BB06ab9ed6B6cC2/info.json b/blockchains/ethereum/assets/0x5c7869eA979814d64b0C09Fd6BB06ab9ed6B6cC2/info.json
deleted file mode 100644
index ace53b1a740e1..0000000000000
--- a/blockchains/ethereum/assets/0x5c7869eA979814d64b0C09Fd6BB06ab9ed6B6cC2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kaze Coin Group",
- "symbol": "KCG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5c7869eA979814d64b0C09Fd6BB06ab9ed6B6cC2",
- "status": "abandoned",
- "id": "0x5c7869eA979814d64b0C09Fd6BB06ab9ed6B6cC2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5c7869eA979814d64b0C09Fd6BB06ab9ed6B6cC2/logo.png b/blockchains/ethereum/assets/0x5c7869eA979814d64b0C09Fd6BB06ab9ed6B6cC2/logo.png
deleted file mode 100755
index 8e000788532ea..0000000000000
Binary files a/blockchains/ethereum/assets/0x5c7869eA979814d64b0C09Fd6BB06ab9ed6B6cC2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5c8118FC0237697422CeD89a448Dce2C8E34B4EF/info.json b/blockchains/ethereum/assets/0x5c8118FC0237697422CeD89a448Dce2C8E34B4EF/info.json
deleted file mode 100644
index 064e3c44e270d..0000000000000
--- a/blockchains/ethereum/assets/0x5c8118FC0237697422CeD89a448Dce2C8E34B4EF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LutherChain",
- "symbol": "LTH",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5c8118FC0237697422CeD89a448Dce2C8E34B4EF",
- "status": "abandoned",
- "id": "0x5c8118FC0237697422CeD89a448Dce2C8E34B4EF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5c8118FC0237697422CeD89a448Dce2C8E34B4EF/logo.png b/blockchains/ethereum/assets/0x5c8118FC0237697422CeD89a448Dce2C8E34B4EF/logo.png
deleted file mode 100644
index 6416fd326e50d..0000000000000
Binary files a/blockchains/ethereum/assets/0x5c8118FC0237697422CeD89a448Dce2C8E34B4EF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5c872500c00565505F3624AB435c222E558E9ff8/info.json b/blockchains/ethereum/assets/0x5c872500c00565505F3624AB435c222E558E9ff8/info.json
deleted file mode 100644
index 01da7371a8f6f..0000000000000
--- a/blockchains/ethereum/assets/0x5c872500c00565505F3624AB435c222E558E9ff8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoTrader",
- "symbol": "COT",
- "type": "ERC20",
- "decimals": 18,
- "description": "CoTrader (COT) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://cotrader.com/",
- "explorer": "https://etherscan.io/token/0x5c872500c00565505F3624AB435c222E558E9ff8",
- "status": "active",
- "id": "0x5c872500c00565505F3624AB435c222E558E9ff8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5c872500c00565505F3624AB435c222E558E9ff8/logo.png b/blockchains/ethereum/assets/0x5c872500c00565505F3624AB435c222E558E9ff8/logo.png
deleted file mode 100644
index ba9e97f260b77..0000000000000
Binary files a/blockchains/ethereum/assets/0x5c872500c00565505F3624AB435c222E558E9ff8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5cAf454Ba92e6F2c929DF14667Ee360eD9fD5b26/info.json b/blockchains/ethereum/assets/0x5cAf454Ba92e6F2c929DF14667Ee360eD9fD5b26/info.json
deleted file mode 100644
index da782625c19d6..0000000000000
--- a/blockchains/ethereum/assets/0x5cAf454Ba92e6F2c929DF14667Ee360eD9fD5b26/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dev",
- "symbol": "DEV",
- "type": "ERC20",
- "decimals": 18,
- "description": "Dev Protocol lets GitHub users tokenize their OSS projects in a few clicks. Creating an OSS token allows projects to access sustainable funding, create underlying economic models for their project, and distribute incentives at scale.",
- "website": "https://devprtcl.com/",
- "explorer": "https://etherscan.io/token/0x5cAf454Ba92e6F2c929DF14667Ee360eD9fD5b26",
- "status": "active",
- "id": "0x5cAf454Ba92e6F2c929DF14667Ee360eD9fD5b26"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5cAf454Ba92e6F2c929DF14667Ee360eD9fD5b26/logo.png b/blockchains/ethereum/assets/0x5cAf454Ba92e6F2c929DF14667Ee360eD9fD5b26/logo.png
deleted file mode 100644
index 30f971c6cfb3e..0000000000000
Binary files a/blockchains/ethereum/assets/0x5cAf454Ba92e6F2c929DF14667Ee360eD9fD5b26/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5cb654CDEc88eE15f9e91C9b3A8Cd4266F85c8F7/info.json b/blockchains/ethereum/assets/0x5cb654CDEc88eE15f9e91C9b3A8Cd4266F85c8F7/info.json
deleted file mode 100644
index c5ba0ea7468a5..0000000000000
--- a/blockchains/ethereum/assets/0x5cb654CDEc88eE15f9e91C9b3A8Cd4266F85c8F7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COINVR",
- "symbol": "COVR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5cb654CDEc88eE15f9e91C9b3A8Cd4266F85c8F7",
- "status": "abandoned",
- "id": "0x5cb654CDEc88eE15f9e91C9b3A8Cd4266F85c8F7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5cb654CDEc88eE15f9e91C9b3A8Cd4266F85c8F7/logo.png b/blockchains/ethereum/assets/0x5cb654CDEc88eE15f9e91C9b3A8Cd4266F85c8F7/logo.png
deleted file mode 100644
index 1c4d2ea3c262c..0000000000000
Binary files a/blockchains/ethereum/assets/0x5cb654CDEc88eE15f9e91C9b3A8Cd4266F85c8F7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5d285F735998F36631F678FF41fb56A10A4d0429/info.json b/blockchains/ethereum/assets/0x5d285F735998F36631F678FF41fb56A10A4d0429/info.json
deleted file mode 100644
index 10910059f76bd..0000000000000
--- a/blockchains/ethereum/assets/0x5d285F735998F36631F678FF41fb56A10A4d0429/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MixMarvel Token",
- "symbol": "MIX",
- "type": "ERC20",
- "decimals": 18,
- "description": "MixMarvel is a global game publishing platform based on blockchain technology.",
- "website": "https://www.mixmarvel.com/",
- "explorer": "https://etherscan.io/token/0x5d285F735998F36631F678FF41fb56A10A4d0429",
- "status": "active",
- "id": "0x5d285F735998F36631F678FF41fb56A10A4d0429"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5d285F735998F36631F678FF41fb56A10A4d0429/logo.png b/blockchains/ethereum/assets/0x5d285F735998F36631F678FF41fb56A10A4d0429/logo.png
deleted file mode 100644
index 1b2678fbeb369..0000000000000
Binary files a/blockchains/ethereum/assets/0x5d285F735998F36631F678FF41fb56A10A4d0429/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643/info.json b/blockchains/ethereum/assets/0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643/info.json
deleted file mode 100644
index fae929d4f7c5c..0000000000000
--- a/blockchains/ethereum/assets/0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Compound Dai",
- "symbol": "cDAI",
- "type": "ERC20",
- "decimals": 8,
- "description": "Compound is an open-source, autonomous protocol built for developers, to unlock a universe of new financial applications. Interest and borrowing, for the open financial system.",
- "website": "https://compound.finance/",
- "explorer": "https://etherscan.io/token/0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643",
- "status": "active",
- "id": "0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643/logo.png b/blockchains/ethereum/assets/0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643/logo.png
deleted file mode 100644
index fe655839427a0..0000000000000
Binary files a/blockchains/ethereum/assets/0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5d4481675fC07dee43f5DBC1Cf17eB3DbE212a9D/info.json b/blockchains/ethereum/assets/0x5d4481675fC07dee43f5DBC1Cf17eB3DbE212a9D/info.json
deleted file mode 100644
index 99dc3e4f1d613..0000000000000
--- a/blockchains/ethereum/assets/0x5d4481675fC07dee43f5DBC1Cf17eB3DbE212a9D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tyche Share",
- "symbol": "TYS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5d4481675fC07dee43f5DBC1Cf17eB3DbE212a9D",
- "status": "abandoned",
- "id": "0x5d4481675fC07dee43f5DBC1Cf17eB3DbE212a9D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5d4481675fC07dee43f5DBC1Cf17eB3DbE212a9D/logo.png b/blockchains/ethereum/assets/0x5d4481675fC07dee43f5DBC1Cf17eB3DbE212a9D/logo.png
deleted file mode 100644
index f6f8668c9ad61..0000000000000
Binary files a/blockchains/ethereum/assets/0x5d4481675fC07dee43f5DBC1Cf17eB3DbE212a9D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5d48F293BaED247A2D0189058bA37aa238bD4725/info.json b/blockchains/ethereum/assets/0x5d48F293BaED247A2D0189058bA37aa238bD4725/info.json
deleted file mode 100644
index 0e154a2552b33..0000000000000
--- a/blockchains/ethereum/assets/0x5d48F293BaED247A2D0189058bA37aa238bD4725/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NeuroChain Clausius",
- "symbol": "NCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "NeuroChain will deliver a protocol to create simple and scalable business applications.",
- "website": "https://www.neurochaintech.io/",
- "explorer": "https://etherscan.io/token/0x5d48F293BaED247A2D0189058bA37aa238bD4725",
- "status": "active",
- "id": "0x5d48F293BaED247A2D0189058bA37aa238bD4725"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5d48F293BaED247A2D0189058bA37aa238bD4725/logo.png b/blockchains/ethereum/assets/0x5d48F293BaED247A2D0189058bA37aa238bD4725/logo.png
deleted file mode 100644
index f18a2b8f1e164..0000000000000
Binary files a/blockchains/ethereum/assets/0x5d48F293BaED247A2D0189058bA37aa238bD4725/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5d4ABC77B8405aD177d8ac6682D584ecbFd46CEc/info.json b/blockchains/ethereum/assets/0x5d4ABC77B8405aD177d8ac6682D584ecbFd46CEc/info.json
deleted file mode 100644
index 8d0476d6b7eb7..0000000000000
--- a/blockchains/ethereum/assets/0x5d4ABC77B8405aD177d8ac6682D584ecbFd46CEc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Primas Token",
- "symbol": "PST",
- "type": "ERC20",
- "decimals": 18,
- "description": "Primas is a platform for high-quality content centred in Distributed Trusted Content Protocol or DTCP.",
- "website": "https://primas.io/",
- "explorer": "https://etherscan.io/token/0x5d4ABC77B8405aD177d8ac6682D584ecbFd46CEc",
- "status": "active",
- "id": "0x5d4ABC77B8405aD177d8ac6682D584ecbFd46CEc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5d4ABC77B8405aD177d8ac6682D584ecbFd46CEc/logo.png b/blockchains/ethereum/assets/0x5d4ABC77B8405aD177d8ac6682D584ecbFd46CEc/logo.png
deleted file mode 100644
index 2144e3e6e2636..0000000000000
Binary files a/blockchains/ethereum/assets/0x5d4ABC77B8405aD177d8ac6682D584ecbFd46CEc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5d51FCceD3114A8bb5E90cDD0f9d682bCbCC5393/info.json b/blockchains/ethereum/assets/0x5d51FCceD3114A8bb5E90cDD0f9d682bCbCC5393/info.json
deleted file mode 100644
index ee4d5e09399d7..0000000000000
--- a/blockchains/ethereum/assets/0x5d51FCceD3114A8bb5E90cDD0f9d682bCbCC5393/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "B2BX",
- "website": "https://b2bx.exchange",
- "description": "The first official provider of cryptocurrency liquidity.",
- "explorer": "https://etherscan.io/token/0x5d51FCceD3114A8bb5E90cDD0f9d682bCbCC5393",
- "type": "ERC20",
- "symbol": "B2BX",
- "decimals": 18,
- "status": "active",
- "id": "0x5d51FCceD3114A8bb5E90cDD0f9d682bCbCC5393"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5d51FCceD3114A8bb5E90cDD0f9d682bCbCC5393/logo.png b/blockchains/ethereum/assets/0x5d51FCceD3114A8bb5E90cDD0f9d682bCbCC5393/logo.png
deleted file mode 100644
index 3326b3a3b33e4..0000000000000
Binary files a/blockchains/ethereum/assets/0x5d51FCceD3114A8bb5E90cDD0f9d682bCbCC5393/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5d551fA77ec2C7dd1387B626c4f33235c3885199/info.json b/blockchains/ethereum/assets/0x5d551fA77ec2C7dd1387B626c4f33235c3885199/info.json
deleted file mode 100644
index 8a729d7f06ba5..0000000000000
--- a/blockchains/ethereum/assets/0x5d551fA77ec2C7dd1387B626c4f33235c3885199/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BlockSports",
- "symbol": "BSP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5d551fA77ec2C7dd1387B626c4f33235c3885199",
- "status": "abandoned",
- "id": "0x5d551fA77ec2C7dd1387B626c4f33235c3885199"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5d551fA77ec2C7dd1387B626c4f33235c3885199/logo.png b/blockchains/ethereum/assets/0x5d551fA77ec2C7dd1387B626c4f33235c3885199/logo.png
deleted file mode 100644
index 20ee5910a5e60..0000000000000
Binary files a/blockchains/ethereum/assets/0x5d551fA77ec2C7dd1387B626c4f33235c3885199/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5d60d8d7eF6d37E16EBABc324de3bE57f135e0BC/info.json b/blockchains/ethereum/assets/0x5d60d8d7eF6d37E16EBABc324de3bE57f135e0BC/info.json
deleted file mode 100644
index 8331a28dde359..0000000000000
--- a/blockchains/ethereum/assets/0x5d60d8d7eF6d37E16EBABc324de3bE57f135e0BC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MyBit",
- "symbol": "MYB",
- "type": "ERC20",
- "decimals": 18,
- "description": "Our vision is creating a future where people don't have to work and machines pay humans.",
- "website": "https://mybit.io/",
- "explorer": "https://etherscan.io/token/0x5d60d8d7eF6d37E16EBABc324de3bE57f135e0BC",
- "status": "active",
- "id": "0x5d60d8d7eF6d37E16EBABc324de3bE57f135e0BC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5d60d8d7eF6d37E16EBABc324de3bE57f135e0BC/logo.png b/blockchains/ethereum/assets/0x5d60d8d7eF6d37E16EBABc324de3bE57f135e0BC/logo.png
deleted file mode 100644
index fca1572d3beb8..0000000000000
Binary files a/blockchains/ethereum/assets/0x5d60d8d7eF6d37E16EBABc324de3bE57f135e0BC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5d7F6540b8d592E81deF42904C853a6DD01bD486/info.json b/blockchains/ethereum/assets/0x5d7F6540b8d592E81deF42904C853a6DD01bD486/info.json
deleted file mode 100644
index e9d6da007154e..0000000000000
--- a/blockchains/ethereum/assets/0x5d7F6540b8d592E81deF42904C853a6DD01bD486/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bizcoin",
- "symbol": "BIZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5d7F6540b8d592E81deF42904C853a6DD01bD486",
- "status": "abandoned",
- "id": "0x5d7F6540b8d592E81deF42904C853a6DD01bD486"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5d7F6540b8d592E81deF42904C853a6DD01bD486/logo.png b/blockchains/ethereum/assets/0x5d7F6540b8d592E81deF42904C853a6DD01bD486/logo.png
deleted file mode 100644
index 3a39aa30d0b62..0000000000000
Binary files a/blockchains/ethereum/assets/0x5d7F6540b8d592E81deF42904C853a6DD01bD486/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5d81a1DDB8E51D3f7f68C0698CeE1193FC2b07e2/info.json b/blockchains/ethereum/assets/0x5d81a1DDB8E51D3f7f68C0698CeE1193FC2b07e2/info.json
deleted file mode 100644
index ba618d8a8a54e..0000000000000
--- a/blockchains/ethereum/assets/0x5d81a1DDB8E51D3f7f68C0698CeE1193FC2b07e2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USD Asset",
- "symbol": "USDA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5d81a1DDB8E51D3f7f68C0698CeE1193FC2b07e2",
- "status": "abandoned",
- "id": "0x5d81a1DDB8E51D3f7f68C0698CeE1193FC2b07e2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5d81a1DDB8E51D3f7f68C0698CeE1193FC2b07e2/logo.png b/blockchains/ethereum/assets/0x5d81a1DDB8E51D3f7f68C0698CeE1193FC2b07e2/logo.png
deleted file mode 100644
index 95b7f7c4bb769..0000000000000
Binary files a/blockchains/ethereum/assets/0x5d81a1DDB8E51D3f7f68C0698CeE1193FC2b07e2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5d8cE06A40fB101895bE5b6560931b92a1b3444F/info.json b/blockchains/ethereum/assets/0x5d8cE06A40fB101895bE5b6560931b92a1b3444F/info.json
deleted file mode 100644
index d8eb02a3a115a..0000000000000
--- a/blockchains/ethereum/assets/0x5d8cE06A40fB101895bE5b6560931b92a1b3444F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TAGZ",
- "symbol": "TAGZ",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5d8cE06A40fB101895bE5b6560931b92a1b3444F",
- "status": "abandoned",
- "id": "0x5d8cE06A40fB101895bE5b6560931b92a1b3444F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5d8cE06A40fB101895bE5b6560931b92a1b3444F/logo.png b/blockchains/ethereum/assets/0x5d8cE06A40fB101895bE5b6560931b92a1b3444F/logo.png
deleted file mode 100644
index 449c3c2391e8c..0000000000000
Binary files a/blockchains/ethereum/assets/0x5d8cE06A40fB101895bE5b6560931b92a1b3444F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5dBA63c221d7A584795431cE01Ecd641A1798416/info.json b/blockchains/ethereum/assets/0x5dBA63c221d7A584795431cE01Ecd641A1798416/info.json
deleted file mode 100644
index c35b8844f8a6e..0000000000000
--- a/blockchains/ethereum/assets/0x5dBA63c221d7A584795431cE01Ecd641A1798416/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Oratium",
- "symbol": "ORT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.oratium.io",
- "explorer": "https://etherscan.io/token/0x5dBA63c221d7A584795431cE01Ecd641A1798416",
- "status": "abandoned",
- "id": "0x5dBA63c221d7A584795431cE01Ecd641A1798416"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5dBA63c221d7A584795431cE01Ecd641A1798416/logo.png b/blockchains/ethereum/assets/0x5dBA63c221d7A584795431cE01Ecd641A1798416/logo.png
deleted file mode 100644
index 88fc7d1b3f70d..0000000000000
Binary files a/blockchains/ethereum/assets/0x5dBA63c221d7A584795431cE01Ecd641A1798416/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5dbcF33D8c2E976c6b560249878e6F1491Bca25c/info.json b/blockchains/ethereum/assets/0x5dbcF33D8c2E976c6b560249878e6F1491Bca25c/info.json
deleted file mode 100644
index 9be2868e84480..0000000000000
--- a/blockchains/ethereum/assets/0x5dbcF33D8c2E976c6b560249878e6F1491Bca25c/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "yUSD",
- "website": "https://yearn.finance/",
- "description": "yUSD makes DeFi simple by automatically maximizing yield and minimizing risk for our depositors. On the backend, the yCRV Vault implements modular, autonomous, yield-aware strategies. These are created and regularly updated by the best minds in DeFi, all under the control of Yearn governance.",
- "explorer": "https://etherscan.io/token/0x5dbcF33D8c2E976c6b560249878e6F1491Bca25c",
- "research": "https://research.binance.com/en/projects/yearnfinance",
- "type": "ERC20",
- "symbol": "yyDAI+yUSDC+yUSDT+yTUSD",
- "decimals": 18,
- "status": "active",
- "id": "0x5dbcF33D8c2E976c6b560249878e6F1491Bca25c",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/iearn-finance/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5dbcF33D8c2E976c6b560249878e6F1491Bca25c/logo.png b/blockchains/ethereum/assets/0x5dbcF33D8c2E976c6b560249878e6F1491Bca25c/logo.png
deleted file mode 100644
index 2e09e4430ea37..0000000000000
Binary files a/blockchains/ethereum/assets/0x5dbcF33D8c2E976c6b560249878e6F1491Bca25c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5dbe296F97B23C4A6AA6183D73e574D02bA5c719/info.json b/blockchains/ethereum/assets/0x5dbe296F97B23C4A6AA6183D73e574D02bA5c719/info.json
deleted file mode 100644
index 92506ecfab717..0000000000000
--- a/blockchains/ethereum/assets/0x5dbe296F97B23C4A6AA6183D73e574D02bA5c719/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Level-Up Coin",
- "symbol": "LUC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://play2live.io/",
- "explorer": "https://etherscan.io/token/0x5dbe296F97B23C4A6AA6183D73e574D02bA5c719",
- "status": "abandoned",
- "id": "0x5dbe296F97B23C4A6AA6183D73e574D02bA5c719"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5dbe296F97B23C4A6AA6183D73e574D02bA5c719/logo.png b/blockchains/ethereum/assets/0x5dbe296F97B23C4A6AA6183D73e574D02bA5c719/logo.png
deleted file mode 100755
index 25e637ecc4c2a..0000000000000
Binary files a/blockchains/ethereum/assets/0x5dbe296F97B23C4A6AA6183D73e574D02bA5c719/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5dc60C4D5e75D22588FA17fFEB90A63E535efCE0/info.json b/blockchains/ethereum/assets/0x5dc60C4D5e75D22588FA17fFEB90A63E535efCE0/info.json
deleted file mode 100644
index e1d6415ee4110..0000000000000
--- a/blockchains/ethereum/assets/0x5dc60C4D5e75D22588FA17fFEB90A63E535efCE0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "dKargo",
- "symbol": "DKA",
- "type": "ERC20",
- "decimals": 18,
- "description": "A decentralized and cooperative protocol for next generation logistics .",
- "website": "https://dkargo.io/main_en.html",
- "explorer": "https://etherscan.io/token/0x5dc60C4D5e75D22588FA17fFEB90A63E535efCE0",
- "status": "active",
- "id": "0x5dc60C4D5e75D22588FA17fFEB90A63E535efCE0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5dc60C4D5e75D22588FA17fFEB90A63E535efCE0/logo.png b/blockchains/ethereum/assets/0x5dc60C4D5e75D22588FA17fFEB90A63E535efCE0/logo.png
deleted file mode 100644
index e3b8ed8b33897..0000000000000
Binary files a/blockchains/ethereum/assets/0x5dc60C4D5e75D22588FA17fFEB90A63E535efCE0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5df94780f00140FE72d239D0D261f7797E3Fbd1B/info.json b/blockchains/ethereum/assets/0x5df94780f00140FE72d239D0D261f7797E3Fbd1B/info.json
deleted file mode 100644
index ad95e44a1fd82..0000000000000
--- a/blockchains/ethereum/assets/0x5df94780f00140FE72d239D0D261f7797E3Fbd1B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QChi Chain",
- "website": "https://qchichain.com/",
- "description": "QChi Chain (QHC) is a cross industry application platform that brings blockchain technology to a wide range of industries.",
- "explorer": "https://etherscan.io/token/0x5df94780f00140FE72d239D0D261f7797E3Fbd1B",
- "type": "ERC20",
- "symbol": "QHC",
- "decimals": 18,
- "status": "active",
- "id": "0x5df94780f00140FE72d239D0D261f7797E3Fbd1B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5df94780f00140FE72d239D0D261f7797E3Fbd1B/logo.png b/blockchains/ethereum/assets/0x5df94780f00140FE72d239D0D261f7797E3Fbd1B/logo.png
deleted file mode 100644
index 635eb05a667c9..0000000000000
Binary files a/blockchains/ethereum/assets/0x5df94780f00140FE72d239D0D261f7797E3Fbd1B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5e040aC72140F0617bC24aB7134c0C6eCae0e965/info.json b/blockchains/ethereum/assets/0x5e040aC72140F0617bC24aB7134c0C6eCae0e965/info.json
deleted file mode 100644
index ae8b7515049b7..0000000000000
--- a/blockchains/ethereum/assets/0x5e040aC72140F0617bC24aB7134c0C6eCae0e965/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Folgory Coin",
- "symbol": "FLG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5e040aC72140F0617bC24aB7134c0C6eCae0e965",
- "status": "abandoned",
- "id": "0x5e040aC72140F0617bC24aB7134c0C6eCae0e965"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5e040aC72140F0617bC24aB7134c0C6eCae0e965/logo.png b/blockchains/ethereum/assets/0x5e040aC72140F0617bC24aB7134c0C6eCae0e965/logo.png
deleted file mode 100644
index 4e722138d5f4c..0000000000000
Binary files a/blockchains/ethereum/assets/0x5e040aC72140F0617bC24aB7134c0C6eCae0e965/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5e0aF01930c8dc676a6Dc7133Bd86370a0bE3953/info.json b/blockchains/ethereum/assets/0x5e0aF01930c8dc676a6Dc7133Bd86370a0bE3953/info.json
deleted file mode 100644
index 81625642745a7..0000000000000
--- a/blockchains/ethereum/assets/0x5e0aF01930c8dc676a6Dc7133Bd86370a0bE3953/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Touch. Token",
- "symbol": "TST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5e0aF01930c8dc676a6Dc7133Bd86370a0bE3953",
- "status": "abandoned",
- "id": "0x5e0aF01930c8dc676a6Dc7133Bd86370a0bE3953"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5e0aF01930c8dc676a6Dc7133Bd86370a0bE3953/logo.png b/blockchains/ethereum/assets/0x5e0aF01930c8dc676a6Dc7133Bd86370a0bE3953/logo.png
deleted file mode 100755
index a0d8b17738267..0000000000000
Binary files a/blockchains/ethereum/assets/0x5e0aF01930c8dc676a6Dc7133Bd86370a0bE3953/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5e13427Aa62028CdB937228906837f1aba911956/info.json b/blockchains/ethereum/assets/0x5e13427Aa62028CdB937228906837f1aba911956/info.json
deleted file mode 100644
index 5bdea854d2f28..0000000000000
--- a/blockchains/ethereum/assets/0x5e13427Aa62028CdB937228906837f1aba911956/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BX2019",
- "symbol": "BX2019",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5e13427Aa62028CdB937228906837f1aba911956",
- "status": "abandoned",
- "id": "0x5e13427Aa62028CdB937228906837f1aba911956"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5e13427Aa62028CdB937228906837f1aba911956/logo.png b/blockchains/ethereum/assets/0x5e13427Aa62028CdB937228906837f1aba911956/logo.png
deleted file mode 100644
index 6439449af4526..0000000000000
Binary files a/blockchains/ethereum/assets/0x5e13427Aa62028CdB937228906837f1aba911956/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5e3346444010135322268a4630d2ED5F8D09446c/info.json b/blockchains/ethereum/assets/0x5e3346444010135322268a4630d2ED5F8D09446c/info.json
deleted file mode 100644
index 6e6d6f5126c22..0000000000000
--- a/blockchains/ethereum/assets/0x5e3346444010135322268a4630d2ED5F8D09446c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LockChain",
- "symbol": "LOC",
- "type": "ERC20",
- "decimals": 18,
- "description": "LockTrip.com is a blockchain-based travel marketplace that allows users to save up to 60% on their bookings by cutting out middlemen and their commissions. Choose among various payment methods such as credit card, popular cryptocurrencies and the native LOC token to bypass payment fees.",
- "website": "https://locktrip.com/",
- "explorer": "https://etherscan.io/token/0x5e3346444010135322268a4630d2ED5F8D09446c",
- "status": "active",
- "id": "0x5e3346444010135322268a4630d2ED5F8D09446c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5e3346444010135322268a4630d2ED5F8D09446c/logo.png b/blockchains/ethereum/assets/0x5e3346444010135322268a4630d2ED5F8D09446c/logo.png
deleted file mode 100644
index c4ced2e1be5cb..0000000000000
Binary files a/blockchains/ethereum/assets/0x5e3346444010135322268a4630d2ED5F8D09446c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5e3845A1d78DB544613EdbE43Dc1Ea497266d3b8/info.json b/blockchains/ethereum/assets/0x5e3845A1d78DB544613EdbE43Dc1Ea497266d3b8/info.json
deleted file mode 100644
index 41d5b3fdd39d1..0000000000000
--- a/blockchains/ethereum/assets/0x5e3845A1d78DB544613EdbE43Dc1Ea497266d3b8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LNX Protocol",
- "symbol": "LNX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://lnxprotocol.io/",
- "explorer": "https://etherscan.io/token/0x5e3845A1d78DB544613EdbE43Dc1Ea497266d3b8",
- "status": "abandoned",
- "id": "0x5e3845A1d78DB544613EdbE43Dc1Ea497266d3b8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5e3845A1d78DB544613EdbE43Dc1Ea497266d3b8/logo.png b/blockchains/ethereum/assets/0x5e3845A1d78DB544613EdbE43Dc1Ea497266d3b8/logo.png
deleted file mode 100644
index 986dc570dfe9c..0000000000000
Binary files a/blockchains/ethereum/assets/0x5e3845A1d78DB544613EdbE43Dc1Ea497266d3b8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5e4ABE6419650CA839Ce5BB7Db422b881a6064bB/info.json b/blockchains/ethereum/assets/0x5e4ABE6419650CA839Ce5BB7Db422b881a6064bB/info.json
deleted file mode 100644
index bce0d22bbdc8d..0000000000000
--- a/blockchains/ethereum/assets/0x5e4ABE6419650CA839Ce5BB7Db422b881a6064bB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wi Coin",
- "symbol": "WiC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.cryptowi.com/",
- "explorer": "https://etherscan.io/token/0x5e4ABE6419650CA839Ce5BB7Db422b881a6064bB",
- "status": "abandoned",
- "id": "0x5e4ABE6419650CA839Ce5BB7Db422b881a6064bB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5e4ABE6419650CA839Ce5BB7Db422b881a6064bB/logo.png b/blockchains/ethereum/assets/0x5e4ABE6419650CA839Ce5BB7Db422b881a6064bB/logo.png
deleted file mode 100644
index 0f9fe869ea8ec..0000000000000
Binary files a/blockchains/ethereum/assets/0x5e4ABE6419650CA839Ce5BB7Db422b881a6064bB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5e6016Ae7d7C49d347dcF834860B9f3Ee282812b/info.json b/blockchains/ethereum/assets/0x5e6016Ae7d7C49d347dcF834860B9f3Ee282812b/info.json
deleted file mode 100644
index 0d2c460bc7174..0000000000000
--- a/blockchains/ethereum/assets/0x5e6016Ae7d7C49d347dcF834860B9f3Ee282812b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EZToken",
- "symbol": "EZT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5e6016Ae7d7C49d347dcF834860B9f3Ee282812b",
- "status": "abandoned",
- "id": "0x5e6016Ae7d7C49d347dcF834860B9f3Ee282812b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5e6016Ae7d7C49d347dcF834860B9f3Ee282812b/logo.png b/blockchains/ethereum/assets/0x5e6016Ae7d7C49d347dcF834860B9f3Ee282812b/logo.png
deleted file mode 100644
index 32d7711986199..0000000000000
Binary files a/blockchains/ethereum/assets/0x5e6016Ae7d7C49d347dcF834860B9f3Ee282812b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5e6364d4534F780Ae053B93b45c8B8840E683Eb7/info.json b/blockchains/ethereum/assets/0x5e6364d4534F780Ae053B93b45c8B8840E683Eb7/info.json
deleted file mode 100644
index ad63310c2b519..0000000000000
--- a/blockchains/ethereum/assets/0x5e6364d4534F780Ae053B93b45c8B8840E683Eb7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NOTES",
- "symbol": "NOTES",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5e6364d4534F780Ae053B93b45c8B8840E683Eb7",
- "status": "abandoned",
- "id": "0x5e6364d4534F780Ae053B93b45c8B8840E683Eb7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5e6364d4534F780Ae053B93b45c8B8840E683Eb7/logo.png b/blockchains/ethereum/assets/0x5e6364d4534F780Ae053B93b45c8B8840E683Eb7/logo.png
deleted file mode 100644
index 1a92c451cf18a..0000000000000
Binary files a/blockchains/ethereum/assets/0x5e6364d4534F780Ae053B93b45c8B8840E683Eb7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5e7370A6a6E08ec756434bC2eF97D71d87587126/info.json b/blockchains/ethereum/assets/0x5e7370A6a6E08ec756434bC2eF97D71d87587126/info.json
deleted file mode 100644
index 85bd3c202980c..0000000000000
--- a/blockchains/ethereum/assets/0x5e7370A6a6E08ec756434bC2eF97D71d87587126/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EL REY",
- "symbol": "XRY",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5e7370A6a6E08ec756434bC2eF97D71d87587126",
- "status": "abandoned",
- "id": "0x5e7370A6a6E08ec756434bC2eF97D71d87587126"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5e7370A6a6E08ec756434bC2eF97D71d87587126/logo.png b/blockchains/ethereum/assets/0x5e7370A6a6E08ec756434bC2eF97D71d87587126/logo.png
deleted file mode 100644
index 121899e1f1f56..0000000000000
Binary files a/blockchains/ethereum/assets/0x5e7370A6a6E08ec756434bC2eF97D71d87587126/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5e74C9036fb86BD7eCdcb084a0673EFc32eA31cb/info.json b/blockchains/ethereum/assets/0x5e74C9036fb86BD7eCdcb084a0673EFc32eA31cb/info.json
deleted file mode 100644
index 1e2019ab86f8f..0000000000000
--- a/blockchains/ethereum/assets/0x5e74C9036fb86BD7eCdcb084a0673EFc32eA31cb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Synth sETH",
- "symbol": "sETH",
- "type": "ERC20",
- "decimals": 18,
- "description": "A synthetic asset issued by the Synthetix protocol which tracks the price of Ether (ETH). ETH is the native digital currency of the Ethereum blockchain, a smart contract platform that enables developers to build decentralized applications.",
- "website": "https://www.synthetix.io/",
- "explorer": "https://etherscan.io/token/0x5e74C9036fb86BD7eCdcb084a0673EFc32eA31cb",
- "status": "active",
- "id": "0x5e74C9036fb86BD7eCdcb084a0673EFc32eA31cb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5e74C9036fb86BD7eCdcb084a0673EFc32eA31cb/logo.png b/blockchains/ethereum/assets/0x5e74C9036fb86BD7eCdcb084a0673EFc32eA31cb/logo.png
deleted file mode 100644
index 4a8adcc23f045..0000000000000
Binary files a/blockchains/ethereum/assets/0x5e74C9036fb86BD7eCdcb084a0673EFc32eA31cb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5e7f7fA613FF78b5fb0373D873cf291EBE9AbD7C/info.json b/blockchains/ethereum/assets/0x5e7f7fA613FF78b5fb0373D873cf291EBE9AbD7C/info.json
deleted file mode 100644
index 1f7be997340dd..0000000000000
--- a/blockchains/ethereum/assets/0x5e7f7fA613FF78b5fb0373D873cf291EBE9AbD7C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-12/30M12",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5e7f7fA613FF78b5fb0373D873cf291EBE9AbD7C",
- "status": "abandoned",
- "id": "0x5e7f7fA613FF78b5fb0373D873cf291EBE9AbD7C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5e7f7fA613FF78b5fb0373D873cf291EBE9AbD7C/logo.png b/blockchains/ethereum/assets/0x5e7f7fA613FF78b5fb0373D873cf291EBE9AbD7C/logo.png
deleted file mode 100644
index fe7c28a91d7bf..0000000000000
Binary files a/blockchains/ethereum/assets/0x5e7f7fA613FF78b5fb0373D873cf291EBE9AbD7C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5e8816e9f910C472a18617B64B75711132E4678C/info.json b/blockchains/ethereum/assets/0x5e8816e9f910C472a18617B64B75711132E4678C/info.json
deleted file mode 100644
index 956038aec3245..0000000000000
--- a/blockchains/ethereum/assets/0x5e8816e9f910C472a18617B64B75711132E4678C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Avengers Coin",
- "symbol": "AVE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5e8816e9f910C472a18617B64B75711132E4678C",
- "status": "abandoned",
- "id": "0x5e8816e9f910C472a18617B64B75711132E4678C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5e8816e9f910C472a18617B64B75711132E4678C/logo.png b/blockchains/ethereum/assets/0x5e8816e9f910C472a18617B64B75711132E4678C/logo.png
deleted file mode 100644
index 683b6fd6d9f4d..0000000000000
Binary files a/blockchains/ethereum/assets/0x5e8816e9f910C472a18617B64B75711132E4678C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5e8F855966D638135a968861E80DdA722291B06d/info.json b/blockchains/ethereum/assets/0x5e8F855966D638135a968861E80DdA722291B06d/info.json
deleted file mode 100644
index 8c08849390981..0000000000000
--- a/blockchains/ethereum/assets/0x5e8F855966D638135a968861E80DdA722291B06d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coinvest COIN V2 Token",
- "symbol": "COIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://coinve.st",
- "explorer": "https://etherscan.io/token/0x5e8F855966D638135a968861E80DdA722291B06d",
- "status": "abandoned",
- "id": "0x5e8F855966D638135a968861E80DdA722291B06d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5e8F855966D638135a968861E80DdA722291B06d/logo.png b/blockchains/ethereum/assets/0x5e8F855966D638135a968861E80DdA722291B06d/logo.png
deleted file mode 100755
index 0100879d9adb2..0000000000000
Binary files a/blockchains/ethereum/assets/0x5e8F855966D638135a968861E80DdA722291B06d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5eBDd407FE6D47eC4af2DbBEf7d790100C567aB6/info.json b/blockchains/ethereum/assets/0x5eBDd407FE6D47eC4af2DbBEf7d790100C567aB6/info.json
deleted file mode 100644
index 3423384c97f47..0000000000000
--- a/blockchains/ethereum/assets/0x5eBDd407FE6D47eC4af2DbBEf7d790100C567aB6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bmplfort",
- "symbol": "BMPL",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5eBDd407FE6D47eC4af2DbBEf7d790100C567aB6",
- "status": "abandoned",
- "id": "0x5eBDd407FE6D47eC4af2DbBEf7d790100C567aB6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5eBDd407FE6D47eC4af2DbBEf7d790100C567aB6/logo.png b/blockchains/ethereum/assets/0x5eBDd407FE6D47eC4af2DbBEf7d790100C567aB6/logo.png
deleted file mode 100644
index 3a0537de1016a..0000000000000
Binary files a/blockchains/ethereum/assets/0x5eBDd407FE6D47eC4af2DbBEf7d790100C567aB6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5eF227F7cE4e96c9Ce90E32D4850545a6C5D099B/info.json b/blockchains/ethereum/assets/0x5eF227F7cE4e96c9Ce90E32D4850545a6C5D099B/info.json
deleted file mode 100644
index 41379b864b947..0000000000000
--- a/blockchains/ethereum/assets/0x5eF227F7cE4e96c9Ce90E32D4850545a6C5D099B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BLUECHIPS",
- "symbol": "BCHIP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.bluechips-token.com/",
- "explorer": "https://etherscan.io/token/0x5eF227F7cE4e96c9Ce90E32D4850545a6C5D099B",
- "status": "abandoned",
- "id": "0x5eF227F7cE4e96c9Ce90E32D4850545a6C5D099B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5eF227F7cE4e96c9Ce90E32D4850545a6C5D099B/logo.png b/blockchains/ethereum/assets/0x5eF227F7cE4e96c9Ce90E32D4850545a6C5D099B/logo.png
deleted file mode 100644
index 8a315e00fef87..0000000000000
Binary files a/blockchains/ethereum/assets/0x5eF227F7cE4e96c9Ce90E32D4850545a6C5D099B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5ec41a158e09De1dBA6410AEbe72f504f2428052/info.json b/blockchains/ethereum/assets/0x5ec41a158e09De1dBA6410AEbe72f504f2428052/info.json
deleted file mode 100644
index 81121e6960cd6..0000000000000
--- a/blockchains/ethereum/assets/0x5ec41a158e09De1dBA6410AEbe72f504f2428052/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COPA Coin",
- "symbol": "COPA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5ec41a158e09De1dBA6410AEbe72f504f2428052",
- "status": "abandoned",
- "id": "0x5ec41a158e09De1dBA6410AEbe72f504f2428052"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5ec41a158e09De1dBA6410AEbe72f504f2428052/logo.png b/blockchains/ethereum/assets/0x5ec41a158e09De1dBA6410AEbe72f504f2428052/logo.png
deleted file mode 100644
index eefd7cd9de2f7..0000000000000
Binary files a/blockchains/ethereum/assets/0x5ec41a158e09De1dBA6410AEbe72f504f2428052/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5edA415009B984118e7061966B629b12733dff92/info.json b/blockchains/ethereum/assets/0x5edA415009B984118e7061966B629b12733dff92/info.json
deleted file mode 100644
index 34344f9398b6d..0000000000000
--- a/blockchains/ethereum/assets/0x5edA415009B984118e7061966B629b12733dff92/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Super Radar",
- "symbol": "SRADAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5edA415009B984118e7061966B629b12733dff92",
- "status": "abandoned",
- "id": "0x5edA415009B984118e7061966B629b12733dff92"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5edA415009B984118e7061966B629b12733dff92/logo.png b/blockchains/ethereum/assets/0x5edA415009B984118e7061966B629b12733dff92/logo.png
deleted file mode 100644
index 496917a1c0b64..0000000000000
Binary files a/blockchains/ethereum/assets/0x5edA415009B984118e7061966B629b12733dff92/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5f038e82bB69b6A52FeC7A4A38163340b98fb1e4/info.json b/blockchains/ethereum/assets/0x5f038e82bB69b6A52FeC7A4A38163340b98fb1e4/info.json
deleted file mode 100644
index e668930bbcbe5..0000000000000
--- a/blockchains/ethereum/assets/0x5f038e82bB69b6A52FeC7A4A38163340b98fb1e4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitpaid",
- "website": "https://bitpaid.org/",
- "description": "ERC-20 token for Bitpaid ecosystem.",
- "explorer": "https://etherscan.io/token/0x5f038e82bB69b6A52FeC7A4A38163340b98fb1e4",
- "type": "ERC20",
- "symbol": "BTP",
- "decimals": 18,
- "status": "active",
- "id": "0x5f038e82bB69b6A52FeC7A4A38163340b98fb1e4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5f038e82bB69b6A52FeC7A4A38163340b98fb1e4/logo.png b/blockchains/ethereum/assets/0x5f038e82bB69b6A52FeC7A4A38163340b98fb1e4/logo.png
deleted file mode 100644
index 9d95d2ff9b331..0000000000000
Binary files a/blockchains/ethereum/assets/0x5f038e82bB69b6A52FeC7A4A38163340b98fb1e4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5f1C478F23a2F14dd0a624121F61d9e74C4598a2/info.json b/blockchains/ethereum/assets/0x5f1C478F23a2F14dd0a624121F61d9e74C4598a2/info.json
deleted file mode 100644
index a0a9d4b4a0b4e..0000000000000
--- a/blockchains/ethereum/assets/0x5f1C478F23a2F14dd0a624121F61d9e74C4598a2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WOTER",
- "symbol": "WOT",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5f1C478F23a2F14dd0a624121F61d9e74C4598a2",
- "status": "abandoned",
- "id": "0x5f1C478F23a2F14dd0a624121F61d9e74C4598a2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5f1C478F23a2F14dd0a624121F61d9e74C4598a2/logo.png b/blockchains/ethereum/assets/0x5f1C478F23a2F14dd0a624121F61d9e74C4598a2/logo.png
deleted file mode 100755
index 5640c39869e2f..0000000000000
Binary files a/blockchains/ethereum/assets/0x5f1C478F23a2F14dd0a624121F61d9e74C4598a2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5f3789907b35DCe5605b00C0bE0a7eCDBFa8A841/info.json b/blockchains/ethereum/assets/0x5f3789907b35DCe5605b00C0bE0a7eCDBFa8A841/info.json
deleted file mode 100644
index 24cd7f9d02ff4..0000000000000
--- a/blockchains/ethereum/assets/0x5f3789907b35DCe5605b00C0bE0a7eCDBFa8A841/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Content and Ad Network",
- "symbol": "CAN",
- "type": "ERC20",
- "decimals": 18,
- "description": "CAN is the token designed for advertising services basing on a constantly growing AD system being developed by MobiPromo.",
- "website": "http://mobipromo.io/",
- "explorer": "https://etherscan.io/token/0x5f3789907b35DCe5605b00C0bE0a7eCDBFa8A841",
- "status": "active",
- "id": "0x5f3789907b35DCe5605b00C0bE0a7eCDBFa8A841"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5f3789907b35DCe5605b00C0bE0a7eCDBFa8A841/logo.png b/blockchains/ethereum/assets/0x5f3789907b35DCe5605b00C0bE0a7eCDBFa8A841/logo.png
deleted file mode 100644
index 637bd83e03acf..0000000000000
Binary files a/blockchains/ethereum/assets/0x5f3789907b35DCe5605b00C0bE0a7eCDBFa8A841/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5f51a196ED91Fb14E3B3650c30743675c9a429Be/info.json b/blockchains/ethereum/assets/0x5f51a196ED91Fb14E3B3650c30743675c9a429Be/info.json
deleted file mode 100644
index 43085d7b6d389..0000000000000
--- a/blockchains/ethereum/assets/0x5f51a196ED91Fb14E3B3650c30743675c9a429Be/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoin Solar",
- "symbol": "BTCS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5f51a196ED91Fb14E3B3650c30743675c9a429Be",
- "status": "abandoned",
- "id": "0x5f51a196ED91Fb14E3B3650c30743675c9a429Be"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5f51a196ED91Fb14E3B3650c30743675c9a429Be/logo.png b/blockchains/ethereum/assets/0x5f51a196ED91Fb14E3B3650c30743675c9a429Be/logo.png
deleted file mode 100644
index 502b6b2ea5992..0000000000000
Binary files a/blockchains/ethereum/assets/0x5f51a196ED91Fb14E3B3650c30743675c9a429Be/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5f55D0f814eD8Ac0101538e2aE200BA4CCDb6FEF/info.json b/blockchains/ethereum/assets/0x5f55D0f814eD8Ac0101538e2aE200BA4CCDb6FEF/info.json
deleted file mode 100644
index 5e6409767d4cc..0000000000000
--- a/blockchains/ethereum/assets/0x5f55D0f814eD8Ac0101538e2aE200BA4CCDb6FEF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OPENPAY",
- "symbol": "OPY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5f55D0f814eD8Ac0101538e2aE200BA4CCDb6FEF",
- "status": "abandoned",
- "id": "0x5f55D0f814eD8Ac0101538e2aE200BA4CCDb6FEF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5f55D0f814eD8Ac0101538e2aE200BA4CCDb6FEF/logo.png b/blockchains/ethereum/assets/0x5f55D0f814eD8Ac0101538e2aE200BA4CCDb6FEF/logo.png
deleted file mode 100644
index a1286d5eec972..0000000000000
Binary files a/blockchains/ethereum/assets/0x5f55D0f814eD8Ac0101538e2aE200BA4CCDb6FEF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5f5f8a9C9775499b783171ac1979b4327ab60447/info.json b/blockchains/ethereum/assets/0x5f5f8a9C9775499b783171ac1979b4327ab60447/info.json
deleted file mode 100644
index c78b8880a9291..0000000000000
--- a/blockchains/ethereum/assets/0x5f5f8a9C9775499b783171ac1979b4327ab60447/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fructus",
- "symbol": "XFRC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5f5f8a9C9775499b783171ac1979b4327ab60447",
- "status": "abandoned",
- "id": "0x5f5f8a9C9775499b783171ac1979b4327ab60447"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5f5f8a9C9775499b783171ac1979b4327ab60447/logo.png b/blockchains/ethereum/assets/0x5f5f8a9C9775499b783171ac1979b4327ab60447/logo.png
deleted file mode 100644
index 3719f5c68a35b..0000000000000
Binary files a/blockchains/ethereum/assets/0x5f5f8a9C9775499b783171ac1979b4327ab60447/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5f75112bBB4E1aF516fBE3e21528C63DA2B6a1A5/info.json b/blockchains/ethereum/assets/0x5f75112bBB4E1aF516fBE3e21528C63DA2B6a1A5/info.json
deleted file mode 100644
index aea7531196022..0000000000000
--- a/blockchains/ethereum/assets/0x5f75112bBB4E1aF516fBE3e21528C63DA2B6a1A5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Chess Coin",
- "symbol": "CHESS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://brainiacchess.network/",
- "explorer": "https://etherscan.io/token/0x5f75112bBB4E1aF516fBE3e21528C63DA2B6a1A5",
- "status": "abandoned",
- "id": "0x5f75112bBB4E1aF516fBE3e21528C63DA2B6a1A5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5f75112bBB4E1aF516fBE3e21528C63DA2B6a1A5/logo.png b/blockchains/ethereum/assets/0x5f75112bBB4E1aF516fBE3e21528C63DA2B6a1A5/logo.png
deleted file mode 100644
index 345f97dfe7238..0000000000000
Binary files a/blockchains/ethereum/assets/0x5f75112bBB4E1aF516fBE3e21528C63DA2B6a1A5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5f7d95329e806Befa024982e91B7127393737249/info.json b/blockchains/ethereum/assets/0x5f7d95329e806Befa024982e91B7127393737249/info.json
deleted file mode 100644
index 1a7bd0d22b76a..0000000000000
--- a/blockchains/ethereum/assets/0x5f7d95329e806Befa024982e91B7127393737249/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BaapPay",
- "symbol": "BAAP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5f7d95329e806Befa024982e91B7127393737249",
- "status": "abandoned",
- "id": "0x5f7d95329e806Befa024982e91B7127393737249"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5f7d95329e806Befa024982e91B7127393737249/logo.png b/blockchains/ethereum/assets/0x5f7d95329e806Befa024982e91B7127393737249/logo.png
deleted file mode 100644
index b9695d82b00ba..0000000000000
Binary files a/blockchains/ethereum/assets/0x5f7d95329e806Befa024982e91B7127393737249/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5f9172EcEeaC7bBac9DD6A8013bfA9a30F5E5628/info.json b/blockchains/ethereum/assets/0x5f9172EcEeaC7bBac9DD6A8013bfA9a30F5E5628/info.json
deleted file mode 100644
index 232565d0f297d..0000000000000
--- a/blockchains/ethereum/assets/0x5f9172EcEeaC7bBac9DD6A8013bfA9a30F5E5628/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SEXPOP Collective",
- "symbol": "EXPOP",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5f9172EcEeaC7bBac9DD6A8013bfA9a30F5E5628",
- "status": "abandoned",
- "id": "0x5f9172EcEeaC7bBac9DD6A8013bfA9a30F5E5628"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5f9172EcEeaC7bBac9DD6A8013bfA9a30F5E5628/logo.png b/blockchains/ethereum/assets/0x5f9172EcEeaC7bBac9DD6A8013bfA9a30F5E5628/logo.png
deleted file mode 100644
index faec5e071e65b..0000000000000
Binary files a/blockchains/ethereum/assets/0x5f9172EcEeaC7bBac9DD6A8013bfA9a30F5E5628/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5f98805A4E8be255a32880FDeC7F6728C6568bA0/info.json b/blockchains/ethereum/assets/0x5f98805A4E8be255a32880FDeC7F6728C6568bA0/info.json
deleted file mode 100644
index 65f061734bb66..0000000000000
--- a/blockchains/ethereum/assets/0x5f98805A4E8be255a32880FDeC7F6728C6568bA0/info.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "name": "Liquity USD",
- "website": "https://www.liquity.org",
- "description": "Liquity is a decentralized borrowing protocol that allows you to draw 0% interest loans against Ether used as collateral.",
- "explorer": "https://etherscan.io/token/0x5f98805A4E8be255a32880FDeC7F6728C6568bA0",
- "research": "https://docs.liquity.org",
- "type": "ERC20",
- "symbol": "LUSD",
- "decimals": 18,
- "status": "active",
- "id": "0x5f98805A4E8be255a32880FDeC7F6728C6568bA0",
- "tags": [
- "defi",
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5f98805A4E8be255a32880FDeC7F6728C6568bA0/logo.png b/blockchains/ethereum/assets/0x5f98805A4E8be255a32880FDeC7F6728C6568bA0/logo.png
deleted file mode 100644
index f7ff889cc6a70..0000000000000
Binary files a/blockchains/ethereum/assets/0x5f98805A4E8be255a32880FDeC7F6728C6568bA0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5fAa989Af96Af85384b8a938c2EdE4A7378D9875/info.json b/blockchains/ethereum/assets/0x5fAa989Af96Af85384b8a938c2EdE4A7378D9875/info.json
deleted file mode 100644
index 0802bc02b25a5..0000000000000
--- a/blockchains/ethereum/assets/0x5fAa989Af96Af85384b8a938c2EdE4A7378D9875/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Galxe",
- "type": "ERC20",
- "symbol": "GAL",
- "decimals": 18,
- "website": "https://galxe.com/",
- "description": "Galxe is the leading Web3 credential data network in the world.",
- "explorer": "https://etherscan.io/token/0x5faa989af96af85384b8a938c2ede4a7378d9875",
- "status": "active",
- "id": "0x5fAa989Af96Af85384b8a938c2EdE4A7378D9875",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/galxe/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/galxe"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/galxe"
- },
- {
- "name": "telegram",
- "url": "https://t.me/galxe"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/galxe"
- }
- ],
- "tags": [
- "nft"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x5fAa989Af96Af85384b8a938c2EdE4A7378D9875/logo.png b/blockchains/ethereum/assets/0x5fAa989Af96Af85384b8a938c2EdE4A7378D9875/logo.png
deleted file mode 100644
index 2c93c622e823e..0000000000000
Binary files a/blockchains/ethereum/assets/0x5fAa989Af96Af85384b8a938c2EdE4A7378D9875/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5fCde0CB8B4964756baF27BAf3A400C9135915B5/info.json b/blockchains/ethereum/assets/0x5fCde0CB8B4964756baF27BAf3A400C9135915B5/info.json
deleted file mode 100644
index 20483a8327eed..0000000000000
--- a/blockchains/ethereum/assets/0x5fCde0CB8B4964756baF27BAf3A400C9135915B5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-8/30M8",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5fCde0CB8B4964756baF27BAf3A400C9135915B5",
- "status": "abandoned",
- "id": "0x5fCde0CB8B4964756baF27BAf3A400C9135915B5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5fCde0CB8B4964756baF27BAf3A400C9135915B5/logo.png b/blockchains/ethereum/assets/0x5fCde0CB8B4964756baF27BAf3A400C9135915B5/logo.png
deleted file mode 100644
index 718a6fd4af8fb..0000000000000
Binary files a/blockchains/ethereum/assets/0x5fCde0CB8B4964756baF27BAf3A400C9135915B5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5fEA39e08561caEf6bD94cdaA48Ef002111De741/info.json b/blockchains/ethereum/assets/0x5fEA39e08561caEf6bD94cdaA48Ef002111De741/info.json
deleted file mode 100644
index 453c3f25a4141..0000000000000
--- a/blockchains/ethereum/assets/0x5fEA39e08561caEf6bD94cdaA48Ef002111De741/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SitKoin",
- "symbol": "SIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5fEA39e08561caEf6bD94cdaA48Ef002111De741",
- "status": "abandoned",
- "id": "0x5fEA39e08561caEf6bD94cdaA48Ef002111De741"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5fEA39e08561caEf6bD94cdaA48Ef002111De741/logo.png b/blockchains/ethereum/assets/0x5fEA39e08561caEf6bD94cdaA48Ef002111De741/logo.png
deleted file mode 100644
index 76063d1a35eb6..0000000000000
Binary files a/blockchains/ethereum/assets/0x5fEA39e08561caEf6bD94cdaA48Ef002111De741/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5feeE18D8BA20bE1fbfad89B2b793E03c8bB3b95/info.json b/blockchains/ethereum/assets/0x5feeE18D8BA20bE1fbfad89B2b793E03c8bB3b95/info.json
deleted file mode 100644
index 72e86f3182ee9..0000000000000
--- a/blockchains/ethereum/assets/0x5feeE18D8BA20bE1fbfad89B2b793E03c8bB3b95/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gives Token",
- "symbol": "GIVES",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x5feeE18D8BA20bE1fbfad89B2b793E03c8bB3b95",
- "status": "abandoned",
- "id": "0x5feeE18D8BA20bE1fbfad89B2b793E03c8bB3b95"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5feeE18D8BA20bE1fbfad89B2b793E03c8bB3b95/logo.png b/blockchains/ethereum/assets/0x5feeE18D8BA20bE1fbfad89B2b793E03c8bB3b95/logo.png
deleted file mode 100644
index 2066fa3263acb..0000000000000
Binary files a/blockchains/ethereum/assets/0x5feeE18D8BA20bE1fbfad89B2b793E03c8bB3b95/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x5ff668ddfDcBB7505f41ED56e626E4D4719DcB26/info.json b/blockchains/ethereum/assets/0x5ff668ddfDcBB7505f41ED56e626E4D4719DcB26/info.json
deleted file mode 100644
index a1b29a4ddb59d..0000000000000
--- a/blockchains/ethereum/assets/0x5ff668ddfDcBB7505f41ED56e626E4D4719DcB26/info.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "Wrapped Loki",
- "website": "https://loki.network",
- "description": "Loki is a private cryptocurrency with an incentivised service node network. The decentralised service node network is leveraged to create a whole suite of privacy tools including an anonymous private messenger (Session) and an anonymous onion router (Lokinet).",
- "explorer": "https://etherscan.io/token/0x5ff668ddfdcbb7505f41ed56e626e4d4719dcb26",
- "research": "",
- "type": "ERC20",
- "symbol": "wLOKI",
- "decimals": 9,
- "status": "active",
- "id": "0x5ff668ddfDcBB7505f41ED56e626E4D4719DcB26",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/loki-project/loki-core"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Loki_Project"
- },
- {
- "name": "whitepaper",
- "url": "https://loki.network/wp-content/uploads/2018/10/LokiWhitepaperV3_1.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x5ff668ddfDcBB7505f41ED56e626E4D4719DcB26/logo.png b/blockchains/ethereum/assets/0x5ff668ddfDcBB7505f41ED56e626E4D4719DcB26/logo.png
deleted file mode 100644
index 9bdcc58fd4446..0000000000000
Binary files a/blockchains/ethereum/assets/0x5ff668ddfDcBB7505f41ED56e626E4D4719DcB26/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6006FC2a849fEdABa8330ce36F5133DE01F96189/info.json b/blockchains/ethereum/assets/0x6006FC2a849fEdABa8330ce36F5133DE01F96189/info.json
deleted file mode 100644
index 653c90d7ad107..0000000000000
--- a/blockchains/ethereum/assets/0x6006FC2a849fEdABa8330ce36F5133DE01F96189/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Shake Token",
- "website": "https://spaceswap.app/",
- "description": "SHAKE token is conditionally stable and is pegged to MILK2 token at a 1:1000 ratio. SHAKE price is raising (+10 MILK2 per token) with each SHAKE token minted.",
- "explorer": "https://etherscan.io/token/0x6006FC2a849fEdABa8330ce36F5133DE01F96189",
- "type": "ERC20",
- "symbol": "SHAKE",
- "decimals": 18,
- "status": "active",
- "id": "0x6006FC2a849fEdABa8330ce36F5133DE01F96189",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/spaceswap/spaceswap"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/spaceswapdefi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/spaceswap"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/r6RymJj"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6006FC2a849fEdABa8330ce36F5133DE01F96189/logo.png b/blockchains/ethereum/assets/0x6006FC2a849fEdABa8330ce36F5133DE01F96189/logo.png
deleted file mode 100644
index 9ca47537fd6cf..0000000000000
Binary files a/blockchains/ethereum/assets/0x6006FC2a849fEdABa8330ce36F5133DE01F96189/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6020Da0F7c1857dBE4431Ec92A15cC318D933eAa/info.json b/blockchains/ethereum/assets/0x6020Da0F7c1857dBE4431Ec92A15cC318D933eAa/info.json
deleted file mode 100644
index b5510e811453c..0000000000000
--- a/blockchains/ethereum/assets/0x6020Da0F7c1857dBE4431Ec92A15cC318D933eAa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EnTanMo",
- "symbol": "ETM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.entanmo.com/",
- "explorer": "https://etherscan.io/token/0x6020Da0F7c1857dBE4431Ec92A15cC318D933eAa",
- "status": "abandoned",
- "id": "0x6020Da0F7c1857dBE4431Ec92A15cC318D933eAa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6020Da0F7c1857dBE4431Ec92A15cC318D933eAa/logo.png b/blockchains/ethereum/assets/0x6020Da0F7c1857dBE4431Ec92A15cC318D933eAa/logo.png
deleted file mode 100644
index 89cff2ba4d4d4..0000000000000
Binary files a/blockchains/ethereum/assets/0x6020Da0F7c1857dBE4431Ec92A15cC318D933eAa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6025Fb154B7C30E13657d5304DaFdb55B194E5Dd/info.json b/blockchains/ethereum/assets/0x6025Fb154B7C30E13657d5304DaFdb55B194E5Dd/info.json
deleted file mode 100644
index 9d4e50f05f1d4..0000000000000
--- a/blockchains/ethereum/assets/0x6025Fb154B7C30E13657d5304DaFdb55B194E5Dd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "iAM",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6025Fb154B7C30E13657d5304DaFdb55B194E5Dd",
- "status": "abandoned",
- "id": "0x6025Fb154B7C30E13657d5304DaFdb55B194E5Dd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6025Fb154B7C30E13657d5304DaFdb55B194E5Dd/logo.png b/blockchains/ethereum/assets/0x6025Fb154B7C30E13657d5304DaFdb55B194E5Dd/logo.png
deleted file mode 100644
index 3b82be482fb62..0000000000000
Binary files a/blockchains/ethereum/assets/0x6025Fb154B7C30E13657d5304DaFdb55B194E5Dd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6032a80aD22AC6aDAAEb0921eb39eE534F560fBE/info.json b/blockchains/ethereum/assets/0x6032a80aD22AC6aDAAEb0921eb39eE534F560fBE/info.json
deleted file mode 100644
index 95468d4a0f758..0000000000000
--- a/blockchains/ethereum/assets/0x6032a80aD22AC6aDAAEb0921eb39eE534F560fBE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Celfits",
- "symbol": "CELFIT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6032a80aD22AC6aDAAEb0921eb39eE534F560fBE",
- "status": "abandoned",
- "id": "0x6032a80aD22AC6aDAAEb0921eb39eE534F560fBE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6032a80aD22AC6aDAAEb0921eb39eE534F560fBE/logo.png b/blockchains/ethereum/assets/0x6032a80aD22AC6aDAAEb0921eb39eE534F560fBE/logo.png
deleted file mode 100644
index c4d303aa4f08c..0000000000000
Binary files a/blockchains/ethereum/assets/0x6032a80aD22AC6aDAAEb0921eb39eE534F560fBE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x60507b69cCF9a30380c0cc7E781E278A355743F7/info.json b/blockchains/ethereum/assets/0x60507b69cCF9a30380c0cc7E781E278A355743F7/info.json
deleted file mode 100644
index bf50ef269aff8..0000000000000
--- a/blockchains/ethereum/assets/0x60507b69cCF9a30380c0cc7E781E278A355743F7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BlockMed_Venture",
- "symbol": "BMV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x60507b69cCF9a30380c0cc7E781E278A355743F7",
- "status": "abandoned",
- "id": "0x60507b69cCF9a30380c0cc7E781E278A355743F7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x60507b69cCF9a30380c0cc7E781E278A355743F7/logo.png b/blockchains/ethereum/assets/0x60507b69cCF9a30380c0cc7E781E278A355743F7/logo.png
deleted file mode 100755
index 86b89f168e14b..0000000000000
Binary files a/blockchains/ethereum/assets/0x60507b69cCF9a30380c0cc7E781E278A355743F7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6051C1354Ccc51b4d561e43b02735DEaE64768B8/info.json b/blockchains/ethereum/assets/0x6051C1354Ccc51b4d561e43b02735DEaE64768B8/info.json
deleted file mode 100644
index 7b316ccd0ca2f..0000000000000
--- a/blockchains/ethereum/assets/0x6051C1354Ccc51b4d561e43b02735DEaE64768B8/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "yRise",
- "website": "https://yrise.finance",
- "description": "yRise is an innovative solution for your Decentralized Finance needs, bringing staking, yield farming and fixed-rate savings into a single platform, and making it easier for users to manage their portfolio of DeFi assets. Our platform is one of the most user-friendly platforms in the market, where users find it easy and intuitive to navigate.",
- "explorer": "https://etherscan.io/token/0x6051C1354Ccc51b4d561e43b02735DEaE64768B8",
- "type": "ERC20",
- "symbol": "yRise",
- "decimals": 18,
- "status": "active",
- "id": "0x6051C1354Ccc51b4d561e43b02735DEaE64768B8",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/YriseFinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/YriseFinance"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/3agjxBy"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@yrisefinance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6051C1354Ccc51b4d561e43b02735DEaE64768B8/logo.png b/blockchains/ethereum/assets/0x6051C1354Ccc51b4d561e43b02735DEaE64768B8/logo.png
deleted file mode 100644
index 6f4fe71f7df6d..0000000000000
Binary files a/blockchains/ethereum/assets/0x6051C1354Ccc51b4d561e43b02735DEaE64768B8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x60571E95E12c78CbA5223042692908f0649435a5/info.json b/blockchains/ethereum/assets/0x60571E95E12c78CbA5223042692908f0649435a5/info.json
deleted file mode 100644
index 773ec49a4a307..0000000000000
--- a/blockchains/ethereum/assets/0x60571E95E12c78CbA5223042692908f0649435a5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PLAAS FARMERS TOKEN",
- "symbol": "PLAAS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://plaas.io/",
- "explorer": "https://etherscan.io/token/0x60571E95E12c78CbA5223042692908f0649435a5",
- "status": "abandoned",
- "id": "0x60571E95E12c78CbA5223042692908f0649435a5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x60571E95E12c78CbA5223042692908f0649435a5/logo.png b/blockchains/ethereum/assets/0x60571E95E12c78CbA5223042692908f0649435a5/logo.png
deleted file mode 100644
index 97d41619ad0cd..0000000000000
Binary files a/blockchains/ethereum/assets/0x60571E95E12c78CbA5223042692908f0649435a5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6059F55751603eAd7Dc6d280ad83A7B33D837C90/info.json b/blockchains/ethereum/assets/0x6059F55751603eAd7Dc6d280ad83A7B33D837C90/info.json
deleted file mode 100644
index 0702e10f7068e..0000000000000
--- a/blockchains/ethereum/assets/0x6059F55751603eAd7Dc6d280ad83A7B33D837C90/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hybrid Block",
- "symbol": "HYB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6059F55751603eAd7Dc6d280ad83A7B33D837C90",
- "status": "abandoned",
- "id": "0x6059F55751603eAd7Dc6d280ad83A7B33D837C90"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6059F55751603eAd7Dc6d280ad83A7B33D837C90/logo.png b/blockchains/ethereum/assets/0x6059F55751603eAd7Dc6d280ad83A7B33D837C90/logo.png
deleted file mode 100644
index c5531bfa0a894..0000000000000
Binary files a/blockchains/ethereum/assets/0x6059F55751603eAd7Dc6d280ad83A7B33D837C90/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x605f360B047f3e089283d0da1D5cE3168dbB53ac/info.json b/blockchains/ethereum/assets/0x605f360B047f3e089283d0da1D5cE3168dbB53ac/info.json
deleted file mode 100644
index b8c892226a358..0000000000000
--- a/blockchains/ethereum/assets/0x605f360B047f3e089283d0da1D5cE3168dbB53ac/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FCash Coin",
- "symbol": "FEC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x605f360B047f3e089283d0da1D5cE3168dbB53ac",
- "status": "abandoned",
- "id": "0x605f360B047f3e089283d0da1D5cE3168dbB53ac"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x605f360B047f3e089283d0da1D5cE3168dbB53ac/logo.png b/blockchains/ethereum/assets/0x605f360B047f3e089283d0da1D5cE3168dbB53ac/logo.png
deleted file mode 100644
index 8bdd42c1dce71..0000000000000
Binary files a/blockchains/ethereum/assets/0x605f360B047f3e089283d0da1D5cE3168dbB53ac/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6063F73fd4701ae7Ffe7E5D990F2804538a4C199/info.json b/blockchains/ethereum/assets/0x6063F73fd4701ae7Ffe7E5D990F2804538a4C199/info.json
deleted file mode 100644
index 1ea426bab9c8b..0000000000000
--- a/blockchains/ethereum/assets/0x6063F73fd4701ae7Ffe7E5D990F2804538a4C199/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Flora Fic",
- "symbol": "FIC",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://www.florafic.io/",
- "explorer": "https://etherscan.io/token/0x6063F73fd4701ae7Ffe7E5D990F2804538a4C199",
- "status": "abandoned",
- "id": "0x6063F73fd4701ae7Ffe7E5D990F2804538a4C199"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6063F73fd4701ae7Ffe7E5D990F2804538a4C199/logo.png b/blockchains/ethereum/assets/0x6063F73fd4701ae7Ffe7E5D990F2804538a4C199/logo.png
deleted file mode 100644
index 4df7a0894b1ea..0000000000000
Binary files a/blockchains/ethereum/assets/0x6063F73fd4701ae7Ffe7E5D990F2804538a4C199/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x60715E436c37444E29772c0D26a98Ae1E8E1A989/info.json b/blockchains/ethereum/assets/0x60715E436c37444E29772c0D26a98Ae1E8E1A989/info.json
deleted file mode 100644
index 9ef297cabb6e1..0000000000000
--- a/blockchains/ethereum/assets/0x60715E436c37444E29772c0D26a98Ae1E8E1A989/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VOLTZ",
- "symbol": "VOLTZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://voltz.io",
- "explorer": "https://etherscan.io/token/0x60715E436c37444E29772c0D26a98Ae1E8E1A989",
- "status": "abandoned",
- "id": "0x60715E436c37444E29772c0D26a98Ae1E8E1A989"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x60715E436c37444E29772c0D26a98Ae1E8E1A989/logo.png b/blockchains/ethereum/assets/0x60715E436c37444E29772c0D26a98Ae1E8E1A989/logo.png
deleted file mode 100644
index 5f53bd94664eb..0000000000000
Binary files a/blockchains/ethereum/assets/0x60715E436c37444E29772c0D26a98Ae1E8E1A989/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x607C794cDa77efB21F8848B7910ecf27451Ae842/info.json b/blockchains/ethereum/assets/0x607C794cDa77efB21F8848B7910ecf27451Ae842/info.json
deleted file mode 100644
index 8bf2ec714043b..0000000000000
--- a/blockchains/ethereum/assets/0x607C794cDa77efB21F8848B7910ecf27451Ae842/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "DeFiPIE",
- "website": "https://defipie.com",
- "description": "DeFiPIE allows everyone to create lending pools for any assets on Ethereum and Binance Smart Chain networks. Users can supply their assets and borrow other assets.",
- "explorer": "https://etherscan.io/token/0x607C794cDa77efB21F8848B7910ecf27451Ae842",
- "type": "ERC20",
- "symbol": "PIE",
- "decimals": 18,
- "status": "active",
- "id": "0x607C794cDa77efB21F8848B7910ecf27451Ae842",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/DefiPie"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/defipiepie"
- },
- {
- "name": "telegram",
- "url": "https://t.me/defipie"
- },
- {
- "name": "medium",
- "url": "https://medium.com/defipie"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x607C794cDa77efB21F8848B7910ecf27451Ae842/logo.png b/blockchains/ethereum/assets/0x607C794cDa77efB21F8848B7910ecf27451Ae842/logo.png
deleted file mode 100644
index fe37ce71b1a32..0000000000000
Binary files a/blockchains/ethereum/assets/0x607C794cDa77efB21F8848B7910ecf27451Ae842/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x607F4C5BB672230e8672085532f7e901544a7375/info.json b/blockchains/ethereum/assets/0x607F4C5BB672230e8672085532f7e901544a7375/info.json
deleted file mode 100644
index 0796d1ad46246..0000000000000
--- a/blockchains/ethereum/assets/0x607F4C5BB672230e8672085532f7e901544a7375/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "iExec RLC",
- "website": "https://iex.ec",
- "description": "iExec claims to have developed the first decentralized marketplace for cloud computing resources.",
- "explorer": "https://etherscan.io/token/0x607F4C5BB672230e8672085532f7e901544a7375",
- "type": "ERC20",
- "symbol": "RLC",
- "decimals": 9,
- "status": "active",
- "id": "0x607F4C5BB672230e8672085532f7e901544a7375",
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x607F4C5BB672230e8672085532f7e901544a7375/logo.png b/blockchains/ethereum/assets/0x607F4C5BB672230e8672085532f7e901544a7375/logo.png
deleted file mode 100644
index 0b723e8a2fbc4..0000000000000
Binary files a/blockchains/ethereum/assets/0x607F4C5BB672230e8672085532f7e901544a7375/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6086b52Cab4522b4B0E8aF9C3b2c5b8994C36ba6/info.json b/blockchains/ethereum/assets/0x6086b52Cab4522b4B0E8aF9C3b2c5b8994C36ba6/info.json
deleted file mode 100644
index 22ba562dfc90c..0000000000000
--- a/blockchains/ethereum/assets/0x6086b52Cab4522b4B0E8aF9C3b2c5b8994C36ba6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ShuttleOne Token",
- "symbol": "SZO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6086b52Cab4522b4B0E8aF9C3b2c5b8994C36ba6",
- "status": "abandoned",
- "id": "0x6086b52Cab4522b4B0E8aF9C3b2c5b8994C36ba6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6086b52Cab4522b4B0E8aF9C3b2c5b8994C36ba6/logo.png b/blockchains/ethereum/assets/0x6086b52Cab4522b4B0E8aF9C3b2c5b8994C36ba6/logo.png
deleted file mode 100644
index d6cbc12d10183..0000000000000
Binary files a/blockchains/ethereum/assets/0x6086b52Cab4522b4B0E8aF9C3b2c5b8994C36ba6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x608Be0464774A7Be87EC2a1fc7407ce64714d5D2/info.json b/blockchains/ethereum/assets/0x608Be0464774A7Be87EC2a1fc7407ce64714d5D2/info.json
deleted file mode 100644
index 996f324e526fd..0000000000000
--- a/blockchains/ethereum/assets/0x608Be0464774A7Be87EC2a1fc7407ce64714d5D2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GlobalCryptoGate",
- "symbol": "GCG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.globalcryptogate.com/",
- "explorer": "https://etherscan.io/token/0x608Be0464774A7Be87EC2a1fc7407ce64714d5D2",
- "status": "abandoned",
- "id": "0x608Be0464774A7Be87EC2a1fc7407ce64714d5D2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x608Be0464774A7Be87EC2a1fc7407ce64714d5D2/logo.png b/blockchains/ethereum/assets/0x608Be0464774A7Be87EC2a1fc7407ce64714d5D2/logo.png
deleted file mode 100644
index 2ed9035235e48..0000000000000
Binary files a/blockchains/ethereum/assets/0x608Be0464774A7Be87EC2a1fc7407ce64714d5D2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x608f006B6813f97097372d0d31Fb0F11d1CA3E4e/info.json b/blockchains/ethereum/assets/0x608f006B6813f97097372d0d31Fb0F11d1CA3E4e/info.json
deleted file mode 100644
index 9a97eb52e21ba..0000000000000
--- a/blockchains/ethereum/assets/0x608f006B6813f97097372d0d31Fb0F11d1CA3E4e/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "CRAD CASH",
- "website": "https://cfc.io/",
- "description": "CryptoAds Marketplace, a Decentralized advertisement ecosystem built on blockchain (based on CFC.io app,7M+ users). CryptoAds is a focus to disrupt the advertising market, launched.",
- "explorer": "https://etherscan.io/token/0x608f006B6813f97097372d0d31Fb0F11d1CA3E4e",
- "type": "ERC20",
- "symbol": "CRAD",
- "decimals": 18,
- "status": "active",
- "id": "0x608f006B6813f97097372d0d31Fb0F11d1CA3E4e",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ixc-software"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/CryptoAds Marketplace"
- },
- {
- "name": "telegram",
- "url": "https://t.me/cryptoads_marketplace_en"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/CryptoAdsMarketplace"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/CRAD/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@AlexVinogradov4"
- },
- {
- "name": "whitepaper",
- "url": "https://cryptoads.exchange"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x608f006B6813f97097372d0d31Fb0F11d1CA3E4e/logo.png b/blockchains/ethereum/assets/0x608f006B6813f97097372d0d31Fb0F11d1CA3E4e/logo.png
deleted file mode 100644
index 2e750172fca88..0000000000000
Binary files a/blockchains/ethereum/assets/0x608f006B6813f97097372d0d31Fb0F11d1CA3E4e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6096d2460CF5177E40B515223428DC005ad35123/info.json b/blockchains/ethereum/assets/0x6096d2460CF5177E40B515223428DC005ad35123/info.json
deleted file mode 100644
index 8e21bfb920766..0000000000000
--- a/blockchains/ethereum/assets/0x6096d2460CF5177E40B515223428DC005ad35123/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Precium Token",
- "symbol": "PCM",
- "type": "ERC20",
- "decimals": 18,
- "description": "Precium is a smart contract platform that provides a template of various smart contract terms to allow users to create and use smart contracts simply and securely through peer-to-peer transactions.",
- "website": "https://precium.io",
- "explorer": "https://etherscan.io/token/0x6096d2460CF5177E40B515223428DC005ad35123",
- "status": "active",
- "id": "0x6096d2460CF5177E40B515223428DC005ad35123"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6096d2460CF5177E40B515223428DC005ad35123/logo.png b/blockchains/ethereum/assets/0x6096d2460CF5177E40B515223428DC005ad35123/logo.png
deleted file mode 100644
index fef8b93a47e12..0000000000000
Binary files a/blockchains/ethereum/assets/0x6096d2460CF5177E40B515223428DC005ad35123/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x60AD32E32e07dEf2997dCA8859b6AC8a29E259f1/info.json b/blockchains/ethereum/assets/0x60AD32E32e07dEf2997dCA8859b6AC8a29E259f1/info.json
deleted file mode 100644
index d95329bb5dfa0..0000000000000
--- a/blockchains/ethereum/assets/0x60AD32E32e07dEf2997dCA8859b6AC8a29E259f1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NEWERA",
- "symbol": "NWR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x60AD32E32e07dEf2997dCA8859b6AC8a29E259f1",
- "status": "abandoned",
- "id": "0x60AD32E32e07dEf2997dCA8859b6AC8a29E259f1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x60AD32E32e07dEf2997dCA8859b6AC8a29E259f1/logo.png b/blockchains/ethereum/assets/0x60AD32E32e07dEf2997dCA8859b6AC8a29E259f1/logo.png
deleted file mode 100644
index e11f38f341d58..0000000000000
Binary files a/blockchains/ethereum/assets/0x60AD32E32e07dEf2997dCA8859b6AC8a29E259f1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x60B4E7dfc29dAC77a6d9f4b2D8b4568515E59c26/info.json b/blockchains/ethereum/assets/0x60B4E7dfc29dAC77a6d9f4b2D8b4568515E59c26/info.json
deleted file mode 100644
index 92bf94ef6e964..0000000000000
--- a/blockchains/ethereum/assets/0x60B4E7dfc29dAC77a6d9f4b2D8b4568515E59c26/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C560224",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x60B4E7dfc29dAC77a6d9f4b2D8b4568515E59c26",
- "status": "abandoned",
- "id": "0x60B4E7dfc29dAC77a6d9f4b2D8b4568515E59c26"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x60B4E7dfc29dAC77a6d9f4b2D8b4568515E59c26/logo.png b/blockchains/ethereum/assets/0x60B4E7dfc29dAC77a6d9f4b2D8b4568515E59c26/logo.png
deleted file mode 100644
index ecee2513accf1..0000000000000
Binary files a/blockchains/ethereum/assets/0x60B4E7dfc29dAC77a6d9f4b2D8b4568515E59c26/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x60C24407d01782C2175D32fe7C8921ed732371D1/info.json b/blockchains/ethereum/assets/0x60C24407d01782C2175D32fe7C8921ed732371D1/info.json
deleted file mode 100644
index 763a8bbc0bfa2..0000000000000
--- a/blockchains/ethereum/assets/0x60C24407d01782C2175D32fe7C8921ed732371D1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lemo",
- "symbol": "LEMO",
- "type": "ERC20",
- "decimals": 18,
- "description": "LemoChain is a cross-application ecosystem for business data circulation, based on secure multi-party computation.",
- "website": "https://www.lemochain.com/#/",
- "explorer": "https://etherscan.io/token/0x60C24407d01782C2175D32fe7C8921ed732371D1",
- "status": "active",
- "id": "0x60C24407d01782C2175D32fe7C8921ed732371D1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x60C24407d01782C2175D32fe7C8921ed732371D1/logo.png b/blockchains/ethereum/assets/0x60C24407d01782C2175D32fe7C8921ed732371D1/logo.png
deleted file mode 100644
index 544976333c72a..0000000000000
Binary files a/blockchains/ethereum/assets/0x60C24407d01782C2175D32fe7C8921ed732371D1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x60a41Dcc8D48a32dDE8ef4cCA4Ef044E8304df38/info.json b/blockchains/ethereum/assets/0x60a41Dcc8D48a32dDE8ef4cCA4Ef044E8304df38/info.json
deleted file mode 100644
index f686202f651cf..0000000000000
--- a/blockchains/ethereum/assets/0x60a41Dcc8D48a32dDE8ef4cCA4Ef044E8304df38/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Assam",
- "symbol": "AXM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x60a41Dcc8D48a32dDE8ef4cCA4Ef044E8304df38",
- "status": "abandoned",
- "id": "0x60a41Dcc8D48a32dDE8ef4cCA4Ef044E8304df38"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x60a41Dcc8D48a32dDE8ef4cCA4Ef044E8304df38/logo.png b/blockchains/ethereum/assets/0x60a41Dcc8D48a32dDE8ef4cCA4Ef044E8304df38/logo.png
deleted file mode 100644
index 30a1e0a4b6453..0000000000000
Binary files a/blockchains/ethereum/assets/0x60a41Dcc8D48a32dDE8ef4cCA4Ef044E8304df38/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x60c68a87bE1E8a84144b543AAcfA77199cd3d024/info.json b/blockchains/ethereum/assets/0x60c68a87bE1E8a84144b543AAcfA77199cd3d024/info.json
deleted file mode 100644
index 91f870d6f71bb..0000000000000
--- a/blockchains/ethereum/assets/0x60c68a87bE1E8a84144b543AAcfA77199cd3d024/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Themis",
- "symbol": "GET",
- "type": "ERC20",
- "decimals": 18,
- "description": "Themis is a trusted blockchain infrastructure based on group escrow service, the problmes of fair exchanges which using cryptocurrencies as the medium, and helping to build a new generation of trusted network.",
- "website": "https://themis.network",
- "explorer": "https://etherscan.io/token/0x60c68a87bE1E8a84144b543AAcfA77199cd3d024",
- "status": "active",
- "id": "0x60c68a87bE1E8a84144b543AAcfA77199cd3d024"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x60c68a87bE1E8a84144b543AAcfA77199cd3d024/logo.png b/blockchains/ethereum/assets/0x60c68a87bE1E8a84144b543AAcfA77199cd3d024/logo.png
deleted file mode 100644
index 9dbac2037cb3b..0000000000000
Binary files a/blockchains/ethereum/assets/0x60c68a87bE1E8a84144b543AAcfA77199cd3d024/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x60c87297A1fEaDC3C25993FfcadC54e99971e307/info.json b/blockchains/ethereum/assets/0x60c87297A1fEaDC3C25993FfcadC54e99971e307/info.json
deleted file mode 100644
index 5be2dc6330e69..0000000000000
--- a/blockchains/ethereum/assets/0x60c87297A1fEaDC3C25993FfcadC54e99971e307/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GXToken",
- "symbol": "GXT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x60c87297A1fEaDC3C25993FfcadC54e99971e307",
- "status": "abandoned",
- "id": "0x60c87297A1fEaDC3C25993FfcadC54e99971e307"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x60c87297A1fEaDC3C25993FfcadC54e99971e307/logo.png b/blockchains/ethereum/assets/0x60c87297A1fEaDC3C25993FfcadC54e99971e307/logo.png
deleted file mode 100644
index d736cdce6f2e5..0000000000000
Binary files a/blockchains/ethereum/assets/0x60c87297A1fEaDC3C25993FfcadC54e99971e307/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x60db53521c1563C89E55D9FcEDa8D47F55c14d0e/info.json b/blockchains/ethereum/assets/0x60db53521c1563C89E55D9FcEDa8D47F55c14d0e/info.json
deleted file mode 100644
index 2dfaf4f6b03a9..0000000000000
--- a/blockchains/ethereum/assets/0x60db53521c1563C89E55D9FcEDa8D47F55c14d0e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "e-Money DKK stablecoin",
- "website": "https://e-money.com",
- "description": "ERC20 version of the e-Money DKK stablecoin",
- "explorer": "https://etherscan.io/token/0x60db53521c1563C89E55D9FcEDa8D47F55c14d0e",
- "type": "ERC20",
- "symbol": "EDKK",
- "decimals": 6,
- "status": "active",
- "id": "0x60db53521c1563C89E55D9FcEDa8D47F55c14d0e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x60db53521c1563C89E55D9FcEDa8D47F55c14d0e/logo.png b/blockchains/ethereum/assets/0x60db53521c1563C89E55D9FcEDa8D47F55c14d0e/logo.png
deleted file mode 100644
index dc81836d1ddb6..0000000000000
Binary files a/blockchains/ethereum/assets/0x60db53521c1563C89E55D9FcEDa8D47F55c14d0e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x60e7f0518102A4E70431960F88c1EBC98f994159/info.json b/blockchains/ethereum/assets/0x60e7f0518102A4E70431960F88c1EBC98f994159/info.json
deleted file mode 100644
index b6b1fa81313cc..0000000000000
--- a/blockchains/ethereum/assets/0x60e7f0518102A4E70431960F88c1EBC98f994159/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Exenox Mobile",
- "symbol": "EXNX",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://exenox.net/",
- "explorer": "https://etherscan.io/token/0x60e7f0518102A4E70431960F88c1EBC98f994159",
- "status": "abandoned",
- "id": "0x60e7f0518102A4E70431960F88c1EBC98f994159"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x60e7f0518102A4E70431960F88c1EBC98f994159/logo.png b/blockchains/ethereum/assets/0x60e7f0518102A4E70431960F88c1EBC98f994159/logo.png
deleted file mode 100644
index 6860448ff3a62..0000000000000
Binary files a/blockchains/ethereum/assets/0x60e7f0518102A4E70431960F88c1EBC98f994159/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x60ec679cf3a48d89EfA774FCcD3Dc59Ef1401330/info.json b/blockchains/ethereum/assets/0x60ec679cf3a48d89EfA774FCcD3Dc59Ef1401330/info.json
deleted file mode 100644
index 5182361b2846e..0000000000000
--- a/blockchains/ethereum/assets/0x60ec679cf3a48d89EfA774FCcD3Dc59Ef1401330/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "NXT Gold",
- "description": "NXT Gold (NXTG) is an ERC20 token backed 1:1 with NXT.",
- "website": "https://nxtgold.eu",
- "explorer": "https://etherscan.io/token/0x60ec679cf3a48d89EfA774FCcD3Dc59Ef1401330",
- "type": "ERC20",
- "symbol": "NXTG",
- "decimals": 0,
- "status": "active",
- "id": "0x60ec679cf3a48d89EfA774FCcD3Dc59Ef1401330",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/nxtgold"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x60ec679cf3a48d89EfA774FCcD3Dc59Ef1401330/logo.png b/blockchains/ethereum/assets/0x60ec679cf3a48d89EfA774FCcD3Dc59Ef1401330/logo.png
deleted file mode 100644
index ddcca7ccd6e55..0000000000000
Binary files a/blockchains/ethereum/assets/0x60ec679cf3a48d89EfA774FCcD3Dc59Ef1401330/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x60ecB1536D7c49c07a05ed042e8662cb7FA3dD42/info.json b/blockchains/ethereum/assets/0x60ecB1536D7c49c07a05ed042e8662cb7FA3dD42/info.json
deleted file mode 100644
index cf2c9e4c4b534..0000000000000
--- a/blockchains/ethereum/assets/0x60ecB1536D7c49c07a05ed042e8662cb7FA3dD42/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vessel Investment Trust",
- "symbol": "VTRUST",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x60ecB1536D7c49c07a05ed042e8662cb7FA3dD42",
- "status": "abandoned",
- "id": "0x60ecB1536D7c49c07a05ed042e8662cb7FA3dD42"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x60ecB1536D7c49c07a05ed042e8662cb7FA3dD42/logo.png b/blockchains/ethereum/assets/0x60ecB1536D7c49c07a05ed042e8662cb7FA3dD42/logo.png
deleted file mode 100644
index 1ef2db0a15b6d..0000000000000
Binary files a/blockchains/ethereum/assets/0x60ecB1536D7c49c07a05ed042e8662cb7FA3dD42/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6100dd79fCAA88420750DceE3F735d168aBcB771/info.json b/blockchains/ethereum/assets/0x6100dd79fCAA88420750DceE3F735d168aBcB771/info.json
deleted file mode 100644
index d6ce3e0ebdb29..0000000000000
--- a/blockchains/ethereum/assets/0x6100dd79fCAA88420750DceE3F735d168aBcB771/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "NONbeta",
- "symbol": "SOON",
- "type": "ERC20",
- "decimals": 18,
- "description": "Governance Token of the NONgov BETA. After the NONnation release the NON token, will be distributed 1:1 to OS holders",
- "website": "https://nonnation.xyz",
- "explorer": "https://etherscan.io/token/0x6100dd79fCAA88420750DceE3F735d168aBcB771",
- "status": "active",
- "id": "0x6100dd79fCAA88420750DceE3F735d168aBcB771",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/nonlabshq"
- },
- {
- "name": "discord",
- "url": "https://discord.com/nonlabs"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@nonlabs"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x6100dd79fCAA88420750DceE3F735d168aBcB771/logo.png b/blockchains/ethereum/assets/0x6100dd79fCAA88420750DceE3F735d168aBcB771/logo.png
deleted file mode 100644
index 98342ec40dd8b..0000000000000
Binary files a/blockchains/ethereum/assets/0x6100dd79fCAA88420750DceE3F735d168aBcB771/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x610740Af3f25b72892Ba21b98bFB8595F2cDE386/info.json b/blockchains/ethereum/assets/0x610740Af3f25b72892Ba21b98bFB8595F2cDE386/info.json
deleted file mode 100644
index 1a0ae417f0177..0000000000000
--- a/blockchains/ethereum/assets/0x610740Af3f25b72892Ba21b98bFB8595F2cDE386/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Garuda Token",
- "symbol": "GAD",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x610740Af3f25b72892Ba21b98bFB8595F2cDE386",
- "status": "abandoned",
- "id": "0x610740Af3f25b72892Ba21b98bFB8595F2cDE386"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x610740Af3f25b72892Ba21b98bFB8595F2cDE386/logo.png b/blockchains/ethereum/assets/0x610740Af3f25b72892Ba21b98bFB8595F2cDE386/logo.png
deleted file mode 100755
index aa81d8588fe92..0000000000000
Binary files a/blockchains/ethereum/assets/0x610740Af3f25b72892Ba21b98bFB8595F2cDE386/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x61152b50B7162F994d0cFbb9d4e108f96646e81f/info.json b/blockchains/ethereum/assets/0x61152b50B7162F994d0cFbb9d4e108f96646e81f/info.json
deleted file mode 100644
index 3c9946d845aba..0000000000000
--- a/blockchains/ethereum/assets/0x61152b50B7162F994d0cFbb9d4e108f96646e81f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Decentr Protocol",
- "symbol": "DPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x61152b50B7162F994d0cFbb9d4e108f96646e81f",
- "status": "abandoned",
- "id": "0x61152b50B7162F994d0cFbb9d4e108f96646e81f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x61152b50B7162F994d0cFbb9d4e108f96646e81f/logo.png b/blockchains/ethereum/assets/0x61152b50B7162F994d0cFbb9d4e108f96646e81f/logo.png
deleted file mode 100644
index 3a044f454b84c..0000000000000
Binary files a/blockchains/ethereum/assets/0x61152b50B7162F994d0cFbb9d4e108f96646e81f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x611c74310a06B10593E073aFFe4Ea543b793f539/info.json b/blockchains/ethereum/assets/0x611c74310a06B10593E073aFFe4Ea543b793f539/info.json
deleted file mode 100644
index d6ce280c0ec03..0000000000000
--- a/blockchains/ethereum/assets/0x611c74310a06B10593E073aFFe4Ea543b793f539/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FinCrypChain",
- "symbol": "FCC",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x611c74310a06B10593E073aFFe4Ea543b793f539",
- "status": "abandoned",
- "id": "0x611c74310a06B10593E073aFFe4Ea543b793f539"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x611c74310a06B10593E073aFFe4Ea543b793f539/logo.png b/blockchains/ethereum/assets/0x611c74310a06B10593E073aFFe4Ea543b793f539/logo.png
deleted file mode 100755
index 25a12c05b9b36..0000000000000
Binary files a/blockchains/ethereum/assets/0x611c74310a06B10593E073aFFe4Ea543b793f539/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6123A0CBC95Cb157995A0795187A60995B85e0A9/info.json b/blockchains/ethereum/assets/0x6123A0CBC95Cb157995A0795187A60995B85e0A9/info.json
deleted file mode 100644
index 377b469c8f327..0000000000000
--- a/blockchains/ethereum/assets/0x6123A0CBC95Cb157995A0795187A60995B85e0A9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTCDaiRebalancingSetToken",
- "symbol": "BTCDai",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.tokensets.com/set/btchivol",
- "explorer": "https://etherscan.io/token/0x6123A0CBC95Cb157995A0795187A60995B85e0A9",
- "status": "abandoned",
- "id": "0x6123A0CBC95Cb157995A0795187A60995B85e0A9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6123A0CBC95Cb157995A0795187A60995B85e0A9/logo.png b/blockchains/ethereum/assets/0x6123A0CBC95Cb157995A0795187A60995B85e0A9/logo.png
deleted file mode 100644
index 3359c7aa75d35..0000000000000
Binary files a/blockchains/ethereum/assets/0x6123A0CBC95Cb157995A0795187A60995B85e0A9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6123B0049F904d730dB3C36a31167D9d4121fA6B/info.json b/blockchains/ethereum/assets/0x6123B0049F904d730dB3C36a31167D9d4121fA6B/info.json
deleted file mode 100644
index 3828f7646acaf..0000000000000
--- a/blockchains/ethereum/assets/0x6123B0049F904d730dB3C36a31167D9d4121fA6B/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Ribbon Finance",
- "symbol": "RBN",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x6123B0049F904d730dB3C36a31167D9d4121fA6B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6123B0049F904d730dB3C36a31167D9d4121fA6B/logo.png b/blockchains/ethereum/assets/0x6123B0049F904d730dB3C36a31167D9d4121fA6B/logo.png
deleted file mode 100644
index b6925127c14a1..0000000000000
Binary files a/blockchains/ethereum/assets/0x6123B0049F904d730dB3C36a31167D9d4121fA6B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x61383Ac89988B498dF5363050ff07fE5C52ecDDA/info.json b/blockchains/ethereum/assets/0x61383Ac89988B498dF5363050ff07fE5C52ecDDA/info.json
deleted file mode 100644
index 932344c64fa5a..0000000000000
--- a/blockchains/ethereum/assets/0x61383Ac89988B498dF5363050ff07fE5C52ecDDA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "REBGLO Token",
- "symbol": "REB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x61383Ac89988B498dF5363050ff07fE5C52ecDDA",
- "status": "abandoned",
- "id": "0x61383Ac89988B498dF5363050ff07fE5C52ecDDA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x61383Ac89988B498dF5363050ff07fE5C52ecDDA/logo.png b/blockchains/ethereum/assets/0x61383Ac89988B498dF5363050ff07fE5C52ecDDA/logo.png
deleted file mode 100644
index 6f98f91939872..0000000000000
Binary files a/blockchains/ethereum/assets/0x61383Ac89988B498dF5363050ff07fE5C52ecDDA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6139F7FB1937806d21cc6b3b8152492c21239bdD/info.json b/blockchains/ethereum/assets/0x6139F7FB1937806d21cc6b3b8152492c21239bdD/info.json
deleted file mode 100644
index 10e34bf82dc0e..0000000000000
--- a/blockchains/ethereum/assets/0x6139F7FB1937806d21cc6b3b8152492c21239bdD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Unix Chain",
- "symbol": "UNIX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6139F7FB1937806d21cc6b3b8152492c21239bdD",
- "status": "abandoned",
- "id": "0x6139F7FB1937806d21cc6b3b8152492c21239bdD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6139F7FB1937806d21cc6b3b8152492c21239bdD/logo.png b/blockchains/ethereum/assets/0x6139F7FB1937806d21cc6b3b8152492c21239bdD/logo.png
deleted file mode 100644
index d0cfb442594a5..0000000000000
Binary files a/blockchains/ethereum/assets/0x6139F7FB1937806d21cc6b3b8152492c21239bdD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x613Fa2A6e6DAA70c659060E86bA1443D2679c9D7/info.json b/blockchains/ethereum/assets/0x613Fa2A6e6DAA70c659060E86bA1443D2679c9D7/info.json
deleted file mode 100644
index a75d7f05aac66..0000000000000
--- a/blockchains/ethereum/assets/0x613Fa2A6e6DAA70c659060E86bA1443D2679c9D7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GOToken",
- "symbol": "GOT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://parkingo.io/en/",
- "explorer": "https://etherscan.io/token/0x613Fa2A6e6DAA70c659060E86bA1443D2679c9D7",
- "status": "abandoned",
- "id": "0x613Fa2A6e6DAA70c659060E86bA1443D2679c9D7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x613Fa2A6e6DAA70c659060E86bA1443D2679c9D7/logo.png b/blockchains/ethereum/assets/0x613Fa2A6e6DAA70c659060E86bA1443D2679c9D7/logo.png
deleted file mode 100644
index 97c244624316d..0000000000000
Binary files a/blockchains/ethereum/assets/0x613Fa2A6e6DAA70c659060E86bA1443D2679c9D7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x614348D080835ADCbbDEe121af077024e27EcCC6/info.json b/blockchains/ethereum/assets/0x614348D080835ADCbbDEe121af077024e27EcCC6/info.json
deleted file mode 100644
index a2a09a22fadf4..0000000000000
--- a/blockchains/ethereum/assets/0x614348D080835ADCbbDEe121af077024e27EcCC6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ledgit",
- "symbol": "LDG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x614348D080835ADCbbDEe121af077024e27EcCC6",
- "status": "abandoned",
- "id": "0x614348D080835ADCbbDEe121af077024e27EcCC6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x614348D080835ADCbbDEe121af077024e27EcCC6/logo.png b/blockchains/ethereum/assets/0x614348D080835ADCbbDEe121af077024e27EcCC6/logo.png
deleted file mode 100644
index 748fae9ba62d2..0000000000000
Binary files a/blockchains/ethereum/assets/0x614348D080835ADCbbDEe121af077024e27EcCC6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6149C26Cd2f7b5CCdb32029aF817123F6E37Df5B/info.json b/blockchains/ethereum/assets/0x6149C26Cd2f7b5CCdb32029aF817123F6E37Df5B/info.json
deleted file mode 100644
index 41abd2c178ad8..0000000000000
--- a/blockchains/ethereum/assets/0x6149C26Cd2f7b5CCdb32029aF817123F6E37Df5B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Launchpool",
- "symbol": "LPOOL",
- "type": "ERC20",
- "decimals": 18,
- "description": "LPOOL is the platform token of Launchpool, the fair token launchpad. LPOOL can be staked to earn an allocation from projects launching on Launchpool.",
- "website": "https://launchpool.xyz/",
- "explorer": "https://etherscan.io/token/0x6149c26cd2f7b5ccdb32029af817123f6e37df5b",
- "status": "active",
- "id": "0x6149C26Cd2f7b5CCdb32029aF817123F6E37Df5B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6149C26Cd2f7b5CCdb32029aF817123F6E37Df5B/logo.png b/blockchains/ethereum/assets/0x6149C26Cd2f7b5CCdb32029aF817123F6E37Df5B/logo.png
deleted file mode 100644
index 0588d72f444db..0000000000000
Binary files a/blockchains/ethereum/assets/0x6149C26Cd2f7b5CCdb32029aF817123F6E37Df5B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x614D7f40701132E25fe6fc17801Fbd34212d2Eda/info.json b/blockchains/ethereum/assets/0x614D7f40701132E25fe6fc17801Fbd34212d2Eda/info.json
deleted file mode 100644
index 70950d626eafb..0000000000000
--- a/blockchains/ethereum/assets/0x614D7f40701132E25fe6fc17801Fbd34212d2Eda/info.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "name": "SafeBLAST",
- "type": "ERC20",
- "symbol": "BLAST",
- "decimals": 9,
- "website": "https://www.safeblastcrypto.com/",
- "description": "SafeBLAST token is an autonomous yield and Liquidity generation protocol. Every transaction reduces the total circulating supply of BLAST. Every wallet HODLers automatically gets rewarded with a 5% distribution on each transaction. Each transaction also creates a 5% liquidity, which is automatically LOCKED.",
- "explorer": "https://etherscan.io/token/0x614D7f40701132E25fe6fc17801Fbd34212d2Eda",
- "status": "active",
- "id": "0x614D7f40701132E25fe6fc17801Fbd34212d2Eda",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/SafeBlastArmy"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/SafeBlastCrypto"
- },
- {
- "name": "medium",
- "url": "https://safeblastcrypto.medium.com/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/u/SafeBlastCrypto"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/SafeBlastCrypto"
- },
- {
- "name": "telegram",
- "url": "https://t.me/SafeBLAST"
- },
- {
- "name": "whitepaper",
- "url": "https://safeblastcrypto.com/SafeBLAST-Whitepaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/safeblast/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/safeblast"
- }
- ],
- "tags": [
- "staking"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x614D7f40701132E25fe6fc17801Fbd34212d2Eda/logo.png b/blockchains/ethereum/assets/0x614D7f40701132E25fe6fc17801Fbd34212d2Eda/logo.png
deleted file mode 100644
index 34180c9ce1d00..0000000000000
Binary files a/blockchains/ethereum/assets/0x614D7f40701132E25fe6fc17801Fbd34212d2Eda/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x61588F52056A65f5d145fFE83E4d482FFf01E096/info.json b/blockchains/ethereum/assets/0x61588F52056A65f5d145fFE83E4d482FFf01E096/info.json
deleted file mode 100644
index c488b0224d424..0000000000000
--- a/blockchains/ethereum/assets/0x61588F52056A65f5d145fFE83E4d482FFf01E096/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "iZiCoin",
- "symbol": "IZC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x61588F52056A65f5d145fFE83E4d482FFf01E096",
- "status": "abandoned",
- "id": "0x61588F52056A65f5d145fFE83E4d482FFf01E096"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x61588F52056A65f5d145fFE83E4d482FFf01E096/logo.png b/blockchains/ethereum/assets/0x61588F52056A65f5d145fFE83E4d482FFf01E096/logo.png
deleted file mode 100644
index a774022d17ff3..0000000000000
Binary files a/blockchains/ethereum/assets/0x61588F52056A65f5d145fFE83E4d482FFf01E096/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6158e3F89b4398f5fb20D20DbFc5a5c955F0F6dd/info.json b/blockchains/ethereum/assets/0x6158e3F89b4398f5fb20D20DbFc5a5c955F0F6dd/info.json
deleted file mode 100644
index 62ed10754a266..0000000000000
--- a/blockchains/ethereum/assets/0x6158e3F89b4398f5fb20D20DbFc5a5c955F0F6dd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TimeBox Coin",
- "symbol": "TB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.timebox.network",
- "explorer": "https://etherscan.io/token/0x6158e3F89b4398f5fb20D20DbFc5a5c955F0F6dd",
- "status": "spam",
- "id": "0x6158e3F89b4398f5fb20D20DbFc5a5c955F0F6dd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6158e3F89b4398f5fb20D20DbFc5a5c955F0F6dd/logo.png b/blockchains/ethereum/assets/0x6158e3F89b4398f5fb20D20DbFc5a5c955F0F6dd/logo.png
deleted file mode 100644
index 731a099523e93..0000000000000
Binary files a/blockchains/ethereum/assets/0x6158e3F89b4398f5fb20D20DbFc5a5c955F0F6dd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x617178Aab7d75e90E424FfE3C35BeF3b180C2080/info.json b/blockchains/ethereum/assets/0x617178Aab7d75e90E424FfE3C35BeF3b180C2080/info.json
deleted file mode 100644
index 21ab64a67abbd..0000000000000
--- a/blockchains/ethereum/assets/0x617178Aab7d75e90E424FfE3C35BeF3b180C2080/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Curlva Network",
- "symbol": "AAA",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x617178Aab7d75e90E424FfE3C35BeF3b180C2080",
- "status": "abandoned",
- "id": "0x617178Aab7d75e90E424FfE3C35BeF3b180C2080"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x617178Aab7d75e90E424FfE3C35BeF3b180C2080/logo.png b/blockchains/ethereum/assets/0x617178Aab7d75e90E424FfE3C35BeF3b180C2080/logo.png
deleted file mode 100644
index 07cd35147227f..0000000000000
Binary files a/blockchains/ethereum/assets/0x617178Aab7d75e90E424FfE3C35BeF3b180C2080/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x61725f3db4004AFE014745B21DAb1E1677CC328b/info.json b/blockchains/ethereum/assets/0x61725f3db4004AFE014745B21DAb1E1677CC328b/info.json
deleted file mode 100644
index 1ca2202ce1e15..0000000000000
--- a/blockchains/ethereum/assets/0x61725f3db4004AFE014745B21DAb1E1677CC328b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Digital Asset Exchange Token",
- "symbol": "DAXT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x61725f3db4004AFE014745B21DAb1E1677CC328b",
- "status": "abandoned",
- "id": "0x61725f3db4004AFE014745B21DAb1E1677CC328b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x61725f3db4004AFE014745B21DAb1E1677CC328b/logo.png b/blockchains/ethereum/assets/0x61725f3db4004AFE014745B21DAb1E1677CC328b/logo.png
deleted file mode 100755
index 992c2ed1aa5a3..0000000000000
Binary files a/blockchains/ethereum/assets/0x61725f3db4004AFE014745B21DAb1E1677CC328b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6175f6F85339f1e56AFFAc5A68cBf8297969004D/info.json b/blockchains/ethereum/assets/0x6175f6F85339f1e56AFFAc5A68cBf8297969004D/info.json
deleted file mode 100644
index a33757020f252..0000000000000
--- a/blockchains/ethereum/assets/0x6175f6F85339f1e56AFFAc5A68cBf8297969004D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Shopin Token",
- "symbol": "SHOP",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6175f6F85339f1e56AFFAc5A68cBf8297969004D",
- "status": "abandoned",
- "id": "0x6175f6F85339f1e56AFFAc5A68cBf8297969004D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6175f6F85339f1e56AFFAc5A68cBf8297969004D/logo.png b/blockchains/ethereum/assets/0x6175f6F85339f1e56AFFAc5A68cBf8297969004D/logo.png
deleted file mode 100755
index 29589754dfb12..0000000000000
Binary files a/blockchains/ethereum/assets/0x6175f6F85339f1e56AFFAc5A68cBf8297969004D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6179078872605396Ee62960917128F9477a5DdbB/info.json b/blockchains/ethereum/assets/0x6179078872605396Ee62960917128F9477a5DdbB/info.json
deleted file mode 100644
index efe4faa2b3f03..0000000000000
--- a/blockchains/ethereum/assets/0x6179078872605396Ee62960917128F9477a5DdbB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave UniETH",
- "website": "https://aave.com",
- "description": "Aave UniETH is an interest bearing token pegged 1:1 to the underlying ETH deposited in the Uniswap Market of Aave Protocol.",
- "explorer": "https://etherscan.io/token/0x6179078872605396Ee62960917128F9477a5DdbB",
- "type": "ERC20",
- "symbol": "aUniETH",
- "decimals": 18,
- "status": "active",
- "id": "0x6179078872605396Ee62960917128F9477a5DdbB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6179078872605396Ee62960917128F9477a5DdbB/logo.png b/blockchains/ethereum/assets/0x6179078872605396Ee62960917128F9477a5DdbB/logo.png
deleted file mode 100644
index 81e599bc490f6..0000000000000
Binary files a/blockchains/ethereum/assets/0x6179078872605396Ee62960917128F9477a5DdbB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x618E75Ac90b12c6049Ba3b27f5d5F8651b0037F6/info.json b/blockchains/ethereum/assets/0x618E75Ac90b12c6049Ba3b27f5d5F8651b0037F6/info.json
deleted file mode 100644
index dc0bb84461a8d..0000000000000
--- a/blockchains/ethereum/assets/0x618E75Ac90b12c6049Ba3b27f5d5F8651b0037F6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QASH",
- "website": "https://liquid.com",
- "description": "Liquid, formerly Quoine, is building a universal liquidity solution for cryptoasset trading and a suite of services, Worldbook and Prime Brokerage, using the Qash (QASH) token.",
- "explorer": "https://etherscan.io/token/0x618E75Ac90b12c6049Ba3b27f5d5F8651b0037F6",
- "type": "ERC20",
- "symbol": "QASH",
- "decimals": 6,
- "status": "active",
- "id": "0x618E75Ac90b12c6049Ba3b27f5d5F8651b0037F6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x618E75Ac90b12c6049Ba3b27f5d5F8651b0037F6/logo.png b/blockchains/ethereum/assets/0x618E75Ac90b12c6049Ba3b27f5d5F8651b0037F6/logo.png
deleted file mode 100644
index e0176a45bd326..0000000000000
Binary files a/blockchains/ethereum/assets/0x618E75Ac90b12c6049Ba3b27f5d5F8651b0037F6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x618aCb9601cb54244F5780F09536DB07d2C7aCf4/info.json b/blockchains/ethereum/assets/0x618aCb9601cb54244F5780F09536DB07d2C7aCf4/info.json
deleted file mode 100644
index 4618f2f3bbc73..0000000000000
--- a/blockchains/ethereum/assets/0x618aCb9601cb54244F5780F09536DB07d2C7aCf4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Defense Grade Security (GRIG)",
- "website": "https://grig.ai/",
- "description": "Grig is an ambitious project dedicated to produce a cutting-edge mobile platform providing highly secure messaging, payment transfers and 3-factor authentication capabilities.",
- "explorer": "https://etherscan.io/token/0x618aCb9601cb54244F5780F09536DB07d2C7aCf4",
- "type": "ERC20",
- "symbol": "GRIG",
- "decimals": 2,
- "status": "active",
- "id": "0x618aCb9601cb54244F5780F09536DB07d2C7aCf4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x618aCb9601cb54244F5780F09536DB07d2C7aCf4/logo.png b/blockchains/ethereum/assets/0x618aCb9601cb54244F5780F09536DB07d2C7aCf4/logo.png
deleted file mode 100644
index 650d10ee3f2ad..0000000000000
Binary files a/blockchains/ethereum/assets/0x618aCb9601cb54244F5780F09536DB07d2C7aCf4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x61B21C6EE787bC1dF5EF873E5F6809711C62Ab92/info.json b/blockchains/ethereum/assets/0x61B21C6EE787bC1dF5EF873E5F6809711C62Ab92/info.json
deleted file mode 100644
index ee0b8e535787b..0000000000000
--- a/blockchains/ethereum/assets/0x61B21C6EE787bC1dF5EF873E5F6809711C62Ab92/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Unit Payment International",
- "symbol": "UPI",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x61B21C6EE787bC1dF5EF873E5F6809711C62Ab92",
- "status": "abandoned",
- "id": "0x61B21C6EE787bC1dF5EF873E5F6809711C62Ab92"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x61B21C6EE787bC1dF5EF873E5F6809711C62Ab92/logo.png b/blockchains/ethereum/assets/0x61B21C6EE787bC1dF5EF873E5F6809711C62Ab92/logo.png
deleted file mode 100644
index 3f14f791dc8dd..0000000000000
Binary files a/blockchains/ethereum/assets/0x61B21C6EE787bC1dF5EF873E5F6809711C62Ab92/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x61B2d3eA9f1c6b387C985C73d40e8fBfb284E5C7/info.json b/blockchains/ethereum/assets/0x61B2d3eA9f1c6b387C985C73d40e8fBfb284E5C7/info.json
deleted file mode 100644
index 94ce276f4b897..0000000000000
--- a/blockchains/ethereum/assets/0x61B2d3eA9f1c6b387C985C73d40e8fBfb284E5C7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RoboCalls",
- "symbol": "RC20",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://robocalls.io",
- "explorer": "https://etherscan.io/token/0x61B2d3eA9f1c6b387C985C73d40e8fBfb284E5C7",
- "status": "abandoned",
- "id": "0x61B2d3eA9f1c6b387C985C73d40e8fBfb284E5C7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x61B2d3eA9f1c6b387C985C73d40e8fBfb284E5C7/logo.png b/blockchains/ethereum/assets/0x61B2d3eA9f1c6b387C985C73d40e8fBfb284E5C7/logo.png
deleted file mode 100644
index 496e520fa2dc2..0000000000000
Binary files a/blockchains/ethereum/assets/0x61B2d3eA9f1c6b387C985C73d40e8fBfb284E5C7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x61C8BD3402999c5B4cAd919B774DBd5ab710E71f/info.json b/blockchains/ethereum/assets/0x61C8BD3402999c5B4cAd919B774DBd5ab710E71f/info.json
deleted file mode 100644
index 67bedb9f44545..0000000000000
--- a/blockchains/ethereum/assets/0x61C8BD3402999c5B4cAd919B774DBd5ab710E71f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CESIO",
- "symbol": "CES",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x61C8BD3402999c5B4cAd919B774DBd5ab710E71f",
- "status": "abandoned",
- "id": "0x61C8BD3402999c5B4cAd919B774DBd5ab710E71f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x61C8BD3402999c5B4cAd919B774DBd5ab710E71f/logo.png b/blockchains/ethereum/assets/0x61C8BD3402999c5B4cAd919B774DBd5ab710E71f/logo.png
deleted file mode 100644
index e1eeafa4c8eaf..0000000000000
Binary files a/blockchains/ethereum/assets/0x61C8BD3402999c5B4cAd919B774DBd5ab710E71f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x61D0ADfCF76225F3060eD9F72a5d74523c8eCabE/info.json b/blockchains/ethereum/assets/0x61D0ADfCF76225F3060eD9F72a5d74523c8eCabE/info.json
deleted file mode 100644
index 3e4f640e351fd..0000000000000
--- a/blockchains/ethereum/assets/0x61D0ADfCF76225F3060eD9F72a5d74523c8eCabE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OBIDUA",
- "symbol": "OBD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x61D0ADfCF76225F3060eD9F72a5d74523c8eCabE",
- "status": "abandoned",
- "id": "0x61D0ADfCF76225F3060eD9F72a5d74523c8eCabE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x61D0ADfCF76225F3060eD9F72a5d74523c8eCabE/logo.png b/blockchains/ethereum/assets/0x61D0ADfCF76225F3060eD9F72a5d74523c8eCabE/logo.png
deleted file mode 100644
index 5db0dc39434a1..0000000000000
Binary files a/blockchains/ethereum/assets/0x61D0ADfCF76225F3060eD9F72a5d74523c8eCabE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x61D24Aabb3e5E800D8f3d3D43dcBD66AE6caB51E/info.json b/blockchains/ethereum/assets/0x61D24Aabb3e5E800D8f3d3D43dcBD66AE6caB51E/info.json
deleted file mode 100644
index 3f2db8d61b47b..0000000000000
--- a/blockchains/ethereum/assets/0x61D24Aabb3e5E800D8f3d3D43dcBD66AE6caB51E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitRabbit Exchange",
- "symbol": "BRB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bitrabbit.io/",
- "explorer": "https://etherscan.io/token/0x61D24Aabb3e5E800D8f3d3D43dcBD66AE6caB51E",
- "status": "abandoned",
- "id": "0x61D24Aabb3e5E800D8f3d3D43dcBD66AE6caB51E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x61D24Aabb3e5E800D8f3d3D43dcBD66AE6caB51E/logo.png b/blockchains/ethereum/assets/0x61D24Aabb3e5E800D8f3d3D43dcBD66AE6caB51E/logo.png
deleted file mode 100644
index 46b030cbef290..0000000000000
Binary files a/blockchains/ethereum/assets/0x61D24Aabb3e5E800D8f3d3D43dcBD66AE6caB51E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x61D71973A6FfD07d5F1095AED53b06E5673E64BC/info.json b/blockchains/ethereum/assets/0x61D71973A6FfD07d5F1095AED53b06E5673E64BC/info.json
deleted file mode 100644
index dcecad1f2f2c9..0000000000000
--- a/blockchains/ethereum/assets/0x61D71973A6FfD07d5F1095AED53b06E5673E64BC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mima",
- "symbol": "MIMA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x61D71973A6FfD07d5F1095AED53b06E5673E64BC",
- "status": "abandoned",
- "id": "0x61D71973A6FfD07d5F1095AED53b06E5673E64BC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x61D71973A6FfD07d5F1095AED53b06E5673E64BC/logo.png b/blockchains/ethereum/assets/0x61D71973A6FfD07d5F1095AED53b06E5673E64BC/logo.png
deleted file mode 100644
index f2d747403e5c4..0000000000000
Binary files a/blockchains/ethereum/assets/0x61D71973A6FfD07d5F1095AED53b06E5673E64BC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x61E90A50137E1F645c9eF4a0d3A4f01477738406/info.json b/blockchains/ethereum/assets/0x61E90A50137E1F645c9eF4a0d3A4f01477738406/info.json
deleted file mode 100644
index 3609280eb3b78..0000000000000
--- a/blockchains/ethereum/assets/0x61E90A50137E1F645c9eF4a0d3A4f01477738406/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "League of Kingdoms",
- "symbol": "LOKA",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x61E90A50137E1F645c9eF4a0d3A4f01477738406"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x61E90A50137E1F645c9eF4a0d3A4f01477738406/logo.png b/blockchains/ethereum/assets/0x61E90A50137E1F645c9eF4a0d3A4f01477738406/logo.png
deleted file mode 100644
index 7f2f069cd2910..0000000000000
Binary files a/blockchains/ethereum/assets/0x61E90A50137E1F645c9eF4a0d3A4f01477738406/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x61Ed1C66239d29Cc93C8597c6167159e8F69a823/info.json b/blockchains/ethereum/assets/0x61Ed1C66239d29Cc93C8597c6167159e8F69a823/info.json
deleted file mode 100644
index 8fd80fb54d169..0000000000000
--- a/blockchains/ethereum/assets/0x61Ed1C66239d29Cc93C8597c6167159e8F69a823/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Reference System for DeFi",
- "website": "https://rsd.cash",
- "description": "RSD is an algorithmic token with dynamic supply based on reinforcement learning aimed at the DeFi market.",
- "explorer": "https://etherscan.io/token/0x61Ed1C66239d29Cc93C8597c6167159e8F69a823",
- "research": "",
- "type": "ERC20",
- "symbol": "RSD",
- "decimals": 18,
- "status": "active",
- "id": "0x61Ed1C66239d29Cc93C8597c6167159e8F69a823"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x61Ed1C66239d29Cc93C8597c6167159e8F69a823/logo.png b/blockchains/ethereum/assets/0x61Ed1C66239d29Cc93C8597c6167159e8F69a823/logo.png
deleted file mode 100644
index 99f1c68f5772a..0000000000000
Binary files a/blockchains/ethereum/assets/0x61Ed1C66239d29Cc93C8597c6167159e8F69a823/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x61bc1F530AC6193D73aF1e1A6A14CB44b9C3f915/info.json b/blockchains/ethereum/assets/0x61bc1F530AC6193D73aF1e1A6A14CB44b9C3f915/info.json
deleted file mode 100644
index 891a7635016a8..0000000000000
--- a/blockchains/ethereum/assets/0x61bc1F530AC6193D73aF1e1A6A14CB44b9C3f915/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pajama.Finance",
- "website": "https://pajama.finance/",
- "description": "Pajama.Finance - $PJM is an Yield Farming Token! Farm $PJM and receive $PJM!",
- "explorer": "https://etherscan.io/token/0x61bc1F530AC6193D73aF1e1A6A14CB44b9C3f915",
- "type": "ERC20",
- "symbol": "PJM",
- "decimals": 18,
- "status": "active",
- "id": "0x61bc1F530AC6193D73aF1e1A6A14CB44b9C3f915"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x61bc1F530AC6193D73aF1e1A6A14CB44b9C3f915/logo.png b/blockchains/ethereum/assets/0x61bc1F530AC6193D73aF1e1A6A14CB44b9C3f915/logo.png
deleted file mode 100644
index e62f0ee1ed8c8..0000000000000
Binary files a/blockchains/ethereum/assets/0x61bc1F530AC6193D73aF1e1A6A14CB44b9C3f915/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x61c0407487349E7C828d0C21D63BfD0Ac6640AB5/info.json b/blockchains/ethereum/assets/0x61c0407487349E7C828d0C21D63BfD0Ac6640AB5/info.json
deleted file mode 100644
index 807a3070cd55e..0000000000000
--- a/blockchains/ethereum/assets/0x61c0407487349E7C828d0C21D63BfD0Ac6640AB5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zebras Token",
- "symbol": "ZBT",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x61c0407487349E7C828d0C21D63BfD0Ac6640AB5",
- "status": "abandoned",
- "id": "0x61c0407487349E7C828d0C21D63BfD0Ac6640AB5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x61c0407487349E7C828d0C21D63BfD0Ac6640AB5/logo.png b/blockchains/ethereum/assets/0x61c0407487349E7C828d0C21D63BfD0Ac6640AB5/logo.png
deleted file mode 100644
index d6fd8a2f1fb9a..0000000000000
Binary files a/blockchains/ethereum/assets/0x61c0407487349E7C828d0C21D63BfD0Ac6640AB5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x61cDb66e56FAD942a7b5cE3F419FfE9375E31075/info.json b/blockchains/ethereum/assets/0x61cDb66e56FAD942a7b5cE3F419FfE9375E31075/info.json
deleted file mode 100644
index 30346a496d4b0..0000000000000
--- a/blockchains/ethereum/assets/0x61cDb66e56FAD942a7b5cE3F419FfE9375E31075/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RAIN Network",
- "symbol": "RAIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://rainnetwork.online/",
- "explorer": "https://etherscan.io/token/0x61cDb66e56FAD942a7b5cE3F419FfE9375E31075",
- "status": "abandoned",
- "id": "0x61cDb66e56FAD942a7b5cE3F419FfE9375E31075"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x61cDb66e56FAD942a7b5cE3F419FfE9375E31075/logo.png b/blockchains/ethereum/assets/0x61cDb66e56FAD942a7b5cE3F419FfE9375E31075/logo.png
deleted file mode 100644
index 5c310fb1ea6d9..0000000000000
Binary files a/blockchains/ethereum/assets/0x61cDb66e56FAD942a7b5cE3F419FfE9375E31075/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x61dF1FD3454185A66B03C27F84ffB7e4D478553E/info.json b/blockchains/ethereum/assets/0x61dF1FD3454185A66B03C27F84ffB7e4D478553E/info.json
deleted file mode 100644
index d5aeb5f5ff50b..0000000000000
--- a/blockchains/ethereum/assets/0x61dF1FD3454185A66B03C27F84ffB7e4D478553E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Junto",
- "symbol": "JUNTO",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x61dF1FD3454185A66B03C27F84ffB7e4D478553E",
- "status": "abandoned",
- "id": "0x61dF1FD3454185A66B03C27F84ffB7e4D478553E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x61dF1FD3454185A66B03C27F84ffB7e4D478553E/logo.png b/blockchains/ethereum/assets/0x61dF1FD3454185A66B03C27F84ffB7e4D478553E/logo.png
deleted file mode 100644
index 7d9459469b880..0000000000000
Binary files a/blockchains/ethereum/assets/0x61dF1FD3454185A66B03C27F84ffB7e4D478553E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x61f33Da40594cEc1E3Dc900FaF99F861D01e2e7D/info.json b/blockchains/ethereum/assets/0x61f33Da40594cEc1E3Dc900FaF99F861D01e2e7D/info.json
deleted file mode 100644
index 11d61b61031d0..0000000000000
--- a/blockchains/ethereum/assets/0x61f33Da40594cEc1E3Dc900FaF99F861D01e2e7D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cybereits Token",
- "symbol": "CRE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://cybereits.com/",
- "explorer": "https://etherscan.io/token/0x61f33Da40594cEc1E3Dc900FaF99F861D01e2e7D",
- "status": "abandoned",
- "id": "0x61f33Da40594cEc1E3Dc900FaF99F861D01e2e7D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x61f33Da40594cEc1E3Dc900FaF99F861D01e2e7D/logo.png b/blockchains/ethereum/assets/0x61f33Da40594cEc1E3Dc900FaF99F861D01e2e7D/logo.png
deleted file mode 100755
index 132f43c87fdd0..0000000000000
Binary files a/blockchains/ethereum/assets/0x61f33Da40594cEc1E3Dc900FaF99F861D01e2e7D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x61f7f75552A8d961718B4eAaae10DEfc4D29a28c/info.json b/blockchains/ethereum/assets/0x61f7f75552A8d961718B4eAaae10DEfc4D29a28c/info.json
deleted file mode 100644
index 93b48eb286fcd..0000000000000
--- a/blockchains/ethereum/assets/0x61f7f75552A8d961718B4eAaae10DEfc4D29a28c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-12/30M42",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x61f7f75552A8d961718B4eAaae10DEfc4D29a28c",
- "status": "abandoned",
- "id": "0x61f7f75552A8d961718B4eAaae10DEfc4D29a28c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x61f7f75552A8d961718B4eAaae10DEfc4D29a28c/logo.png b/blockchains/ethereum/assets/0x61f7f75552A8d961718B4eAaae10DEfc4D29a28c/logo.png
deleted file mode 100644
index 8bdba1ee6f990..0000000000000
Binary files a/blockchains/ethereum/assets/0x61f7f75552A8d961718B4eAaae10DEfc4D29a28c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x62050D57CB395239972Dc9A0D6c1bA273b45a416/info.json b/blockchains/ethereum/assets/0x62050D57CB395239972Dc9A0D6c1bA273b45a416/info.json
deleted file mode 100644
index a0f93a83ddbc3..0000000000000
--- a/blockchains/ethereum/assets/0x62050D57CB395239972Dc9A0D6c1bA273b45a416/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Retengo",
- "symbol": "REG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x62050D57CB395239972Dc9A0D6c1bA273b45a416",
- "status": "spam",
- "id": "0x62050D57CB395239972Dc9A0D6c1bA273b45a416"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x62050D57CB395239972Dc9A0D6c1bA273b45a416/logo.png b/blockchains/ethereum/assets/0x62050D57CB395239972Dc9A0D6c1bA273b45a416/logo.png
deleted file mode 100755
index 53178633e4efc..0000000000000
Binary files a/blockchains/ethereum/assets/0x62050D57CB395239972Dc9A0D6c1bA273b45a416/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x621E0D4E21683459A1fc4784A525095677461DbE/info.json b/blockchains/ethereum/assets/0x621E0D4E21683459A1fc4784A525095677461DbE/info.json
deleted file mode 100644
index 70d2e14b29a96..0000000000000
--- a/blockchains/ethereum/assets/0x621E0D4E21683459A1fc4784A525095677461DbE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "wetoken",
- "symbol": "WET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x621E0D4E21683459A1fc4784A525095677461DbE",
- "status": "abandoned",
- "id": "0x621E0D4E21683459A1fc4784A525095677461DbE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x621E0D4E21683459A1fc4784A525095677461DbE/logo.png b/blockchains/ethereum/assets/0x621E0D4E21683459A1fc4784A525095677461DbE/logo.png
deleted file mode 100644
index 497b2650cab35..0000000000000
Binary files a/blockchains/ethereum/assets/0x621E0D4E21683459A1fc4784A525095677461DbE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x621d78f2EF2fd937BFca696CabaF9A779F59B3Ed/info.json b/blockchains/ethereum/assets/0x621d78f2EF2fd937BFca696CabaF9A779F59B3Ed/info.json
deleted file mode 100644
index fcd249157568a..0000000000000
--- a/blockchains/ethereum/assets/0x621d78f2EF2fd937BFca696CabaF9A779F59B3Ed/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DCORP",
- "symbol": "DRP",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "https://www.dcorp.it/",
- "explorer": "https://etherscan.io/token/0x621d78f2EF2fd937BFca696CabaF9A779F59B3Ed",
- "status": "abandoned",
- "id": "0x621d78f2EF2fd937BFca696CabaF9A779F59B3Ed"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x621d78f2EF2fd937BFca696CabaF9A779F59B3Ed/logo.png b/blockchains/ethereum/assets/0x621d78f2EF2fd937BFca696CabaF9A779F59B3Ed/logo.png
deleted file mode 100644
index adee5c732f9fe..0000000000000
Binary files a/blockchains/ethereum/assets/0x621d78f2EF2fd937BFca696CabaF9A779F59B3Ed/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6226caA1857AFBc6DFB6ca66071Eb241228031A1/info.json b/blockchains/ethereum/assets/0x6226caA1857AFBc6DFB6ca66071Eb241228031A1/info.json
deleted file mode 100644
index b53d7fe0aec5c..0000000000000
--- a/blockchains/ethereum/assets/0x6226caA1857AFBc6DFB6ca66071Eb241228031A1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Linkart",
- "symbol": "LAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "LinkArt aims to establish a decentralized platform to track and manage the whole life cycle of artworks on blockchain. Through token economy, LinkArt empowers the artwork and improves artwork awareness and liquidity.",
- "website": "http://www.linkart.io/",
- "explorer": "https://etherscan.io/token/0x6226caA1857AFBc6DFB6ca66071Eb241228031A1",
- "status": "active",
- "id": "0x6226caA1857AFBc6DFB6ca66071Eb241228031A1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6226caA1857AFBc6DFB6ca66071Eb241228031A1/logo.png b/blockchains/ethereum/assets/0x6226caA1857AFBc6DFB6ca66071Eb241228031A1/logo.png
deleted file mode 100644
index 1d2056b85ebff..0000000000000
Binary files a/blockchains/ethereum/assets/0x6226caA1857AFBc6DFB6ca66071Eb241228031A1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6226e00bCAc68b0Fe55583B90A1d727C14fAB77f/info.json b/blockchains/ethereum/assets/0x6226e00bCAc68b0Fe55583B90A1d727C14fAB77f/info.json
deleted file mode 100644
index 68f934d219594..0000000000000
--- a/blockchains/ethereum/assets/0x6226e00bCAc68b0Fe55583B90A1d727C14fAB77f/info.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "name": "MultiVAC",
- "symbol": "MTV",
- "type": "ERC20",
- "decimals": 18,
- "description": "MultiVAC is the innovative sharding protocol and pioneering flexible computing framework. MultiVAC is also called 'Multi-core Ethereum'. As a high-throughput and flexible public blockchain platform, MultiVAC proposed an all-dimensional sharding solution to increase TPS of blockchain, and MultiVAC is the first one that proposed a flexible computing framework, so the developers can trade-off freely about the blockchain trilemma on this framework.",
- "website": "https://www.mtv.ac/",
- "explorer": "https://etherscan.io/token/0x6226e00bcac68b0fe55583b90a1d727c14fab77f",
- "status": "active",
- "id": "0x6226e00bCAc68b0Fe55583B90A1d727C14fAB77f",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/multivactech"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/MultiVAC_Global"
- },
- {
- "name": "blog",
- "url": "https://multivac-global.medium.com"
- },
- {
- "name": "telegram",
- "url": "https://t.me/MultiVAC2020"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/MultiVACMTV"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UC601thGbV-rneZB8KTtbqpA?sub_confirmation=1"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/MultiVAC.MTV/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/zq8dbUZMCF"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/MultiVAC_official/"
- },
- {
- "name": "whitepaper",
- "url": "https://mtv.ac/assets/file/MultiVAC_Tech_Whitepaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/multivac/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/multivac"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6226e00bCAc68b0Fe55583B90A1d727C14fAB77f/logo.png b/blockchains/ethereum/assets/0x6226e00bCAc68b0Fe55583B90A1d727C14fAB77f/logo.png
deleted file mode 100644
index 3b63f0692ee82..0000000000000
Binary files a/blockchains/ethereum/assets/0x6226e00bCAc68b0Fe55583B90A1d727C14fAB77f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x622CD54dEb2bB7A051515192417109bcF3fe098f/info.json b/blockchains/ethereum/assets/0x622CD54dEb2bB7A051515192417109bcF3fe098f/info.json
deleted file mode 100644
index 570158bc9008d..0000000000000
--- a/blockchains/ethereum/assets/0x622CD54dEb2bB7A051515192417109bcF3fe098f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IPC",
- "symbol": "IPC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.ipcchain.org/",
- "explorer": "https://etherscan.io/token/0x622CD54dEb2bB7A051515192417109bcF3fe098f",
- "status": "abandoned",
- "id": "0x622CD54dEb2bB7A051515192417109bcF3fe098f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x622CD54dEb2bB7A051515192417109bcF3fe098f/logo.png b/blockchains/ethereum/assets/0x622CD54dEb2bB7A051515192417109bcF3fe098f/logo.png
deleted file mode 100644
index bfcf78aa42ee9..0000000000000
Binary files a/blockchains/ethereum/assets/0x622CD54dEb2bB7A051515192417109bcF3fe098f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x622dFfCc4e83C64ba959530A5a5580687a57581b/info.json b/blockchains/ethereum/assets/0x622dFfCc4e83C64ba959530A5a5580687a57581b/info.json
deleted file mode 100644
index bb8ec0631b64e..0000000000000
--- a/blockchains/ethereum/assets/0x622dFfCc4e83C64ba959530A5a5580687a57581b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CUBE",
- "symbol": "AUTO",
- "type": "ERC20",
- "decimals": 18,
- "description": "Autonomous Car Future Mobility Platform",
- "website": "https://cubeint.io",
- "explorer": "https://etherscan.io/token/0x622dFfCc4e83C64ba959530A5a5580687a57581b",
- "status": "active",
- "id": "0x622dFfCc4e83C64ba959530A5a5580687a57581b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x622dFfCc4e83C64ba959530A5a5580687a57581b/logo.png b/blockchains/ethereum/assets/0x622dFfCc4e83C64ba959530A5a5580687a57581b/logo.png
deleted file mode 100644
index 8a3196c5f3f9a..0000000000000
Binary files a/blockchains/ethereum/assets/0x622dFfCc4e83C64ba959530A5a5580687a57581b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x62357227E54d0A3a832bD5c58b3325A09c778Bdf/info.json b/blockchains/ethereum/assets/0x62357227E54d0A3a832bD5c58b3325A09c778Bdf/info.json
deleted file mode 100644
index 359189201e39a..0000000000000
--- a/blockchains/ethereum/assets/0x62357227E54d0A3a832bD5c58b3325A09c778Bdf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETH_2X TOKEN",
- "symbol": "E2X",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x62357227E54d0A3a832bD5c58b3325A09c778Bdf",
- "status": "abandoned",
- "id": "0x62357227E54d0A3a832bD5c58b3325A09c778Bdf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x62357227E54d0A3a832bD5c58b3325A09c778Bdf/logo.png b/blockchains/ethereum/assets/0x62357227E54d0A3a832bD5c58b3325A09c778Bdf/logo.png
deleted file mode 100644
index c57068307df53..0000000000000
Binary files a/blockchains/ethereum/assets/0x62357227E54d0A3a832bD5c58b3325A09c778Bdf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x62359Ed7505Efc61FF1D56fEF82158CcaffA23D7/info.json b/blockchains/ethereum/assets/0x62359Ed7505Efc61FF1D56fEF82158CcaffA23D7/info.json
deleted file mode 100644
index 1d81950521a6f..0000000000000
--- a/blockchains/ethereum/assets/0x62359Ed7505Efc61FF1D56fEF82158CcaffA23D7/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "cVault.finance",
- "website": "https://cVault.finance",
- "description": "CORE is the first ever deflationary farming token.",
- "explorer": "https://etherscan.io/token/0x62359Ed7505Efc61FF1D56fEF82158CcaffA23D7",
- "type": "ERC20",
- "symbol": "CORE",
- "decimals": 18,
- "status": "active",
- "id": "0x62359Ed7505Efc61FF1D56fEF82158CcaffA23D7",
- "tags": [
- "governance"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/cVault-finance/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/CORE_VAULT"
- },
- {
- "name": "telegram",
- "url": "https://t.me/COREVault"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x62359Ed7505Efc61FF1D56fEF82158CcaffA23D7/logo.png b/blockchains/ethereum/assets/0x62359Ed7505Efc61FF1D56fEF82158CcaffA23D7/logo.png
deleted file mode 100644
index 096af2ce1ee23..0000000000000
Binary files a/blockchains/ethereum/assets/0x62359Ed7505Efc61FF1D56fEF82158CcaffA23D7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x623aFE103Fb8d189B56311E4CE9956Ec0989b412/info.json b/blockchains/ethereum/assets/0x623aFE103Fb8d189B56311E4CE9956Ec0989b412/info.json
deleted file mode 100644
index 33c7b360c0680..0000000000000
--- a/blockchains/ethereum/assets/0x623aFE103Fb8d189B56311E4CE9956Ec0989b412/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Beauty Coin",
- "symbol": "BEAUTY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x623aFE103Fb8d189B56311E4CE9956Ec0989b412",
- "status": "abandoned",
- "id": "0x623aFE103Fb8d189B56311E4CE9956Ec0989b412"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x623aFE103Fb8d189B56311E4CE9956Ec0989b412/logo.png b/blockchains/ethereum/assets/0x623aFE103Fb8d189B56311E4CE9956Ec0989b412/logo.png
deleted file mode 100644
index 66da3a6c05740..0000000000000
Binary files a/blockchains/ethereum/assets/0x623aFE103Fb8d189B56311E4CE9956Ec0989b412/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6243d8CEA23066d098a15582d81a598b4e8391F4/info.json b/blockchains/ethereum/assets/0x6243d8CEA23066d098a15582d81a598b4e8391F4/info.json
deleted file mode 100644
index 678e07dbd0860..0000000000000
--- a/blockchains/ethereum/assets/0x6243d8CEA23066d098a15582d81a598b4e8391F4/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Reflexer Ungovernance Token",
- "website": "https://reflexer.finance",
- "description": "FLX is the ungovernance token for the RAI stable asset and the Reflexer ecosystem. It is a backstop asset for the RAI protocol.",
- "explorer": "https://etherscan.io/token/0x6243d8CEA23066d098a15582d81a598b4e8391F4",
- "research": "https://docs.reflexer.finance/",
- "type": "ERC20",
- "symbol": "FLX",
- "decimals": 18,
- "status": "active",
- "id": "0x6243d8CEA23066d098a15582d81a598b4e8391F4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6243d8CEA23066d098a15582d81a598b4e8391F4/logo.png b/blockchains/ethereum/assets/0x6243d8CEA23066d098a15582d81a598b4e8391F4/logo.png
deleted file mode 100644
index 006b8c97495ac..0000000000000
Binary files a/blockchains/ethereum/assets/0x6243d8CEA23066d098a15582d81a598b4e8391F4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x624d520BAB2E4aD83935Fa503fB130614374E850/info.json b/blockchains/ethereum/assets/0x624d520BAB2E4aD83935Fa503fB130614374E850/info.json
deleted file mode 100644
index aa3f9106f2931..0000000000000
--- a/blockchains/ethereum/assets/0x624d520BAB2E4aD83935Fa503fB130614374E850/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "smartshare token",
- "symbol": "SSP",
- "type": "ERC20",
- "decimals": 4,
- "description": "Smartshare (SSP) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://smartshare.vip/#/",
- "explorer": "https://etherscan.io/token/0x624d520BAB2E4aD83935Fa503fB130614374E850",
- "status": "active",
- "id": "0x624d520BAB2E4aD83935Fa503fB130614374E850"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x624d520BAB2E4aD83935Fa503fB130614374E850/logo.png b/blockchains/ethereum/assets/0x624d520BAB2E4aD83935Fa503fB130614374E850/logo.png
deleted file mode 100755
index 31b4ab0e65fbc..0000000000000
Binary files a/blockchains/ethereum/assets/0x624d520BAB2E4aD83935Fa503fB130614374E850/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6251583e7D997DF3604bc73B9779196e94A090Ce/info.json b/blockchains/ethereum/assets/0x6251583e7D997DF3604bc73B9779196e94A090Ce/info.json
deleted file mode 100644
index 41cad536a2739..0000000000000
--- a/blockchains/ethereum/assets/0x6251583e7D997DF3604bc73B9779196e94A090Ce/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hercules",
- "symbol": "HERC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6251583e7D997DF3604bc73B9779196e94A090Ce",
- "status": "abandoned",
- "id": "0x6251583e7D997DF3604bc73B9779196e94A090Ce"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6251583e7D997DF3604bc73B9779196e94A090Ce/logo.png b/blockchains/ethereum/assets/0x6251583e7D997DF3604bc73B9779196e94A090Ce/logo.png
deleted file mode 100644
index a121695e979a4..0000000000000
Binary files a/blockchains/ethereum/assets/0x6251583e7D997DF3604bc73B9779196e94A090Ce/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6251E725CD45Fb1AF99354035a414A2C0890B929/info.json b/blockchains/ethereum/assets/0x6251E725CD45Fb1AF99354035a414A2C0890B929/info.json
deleted file mode 100644
index 5acdebf389e68..0000000000000
--- a/blockchains/ethereum/assets/0x6251E725CD45Fb1AF99354035a414A2C0890B929/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MixTrust",
- "symbol": "MXT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.mixtrust.exchange/",
- "explorer": "https://etherscan.io/token/0x6251E725CD45Fb1AF99354035a414A2C0890B929",
- "status": "abandoned",
- "id": "0x6251E725CD45Fb1AF99354035a414A2C0890B929"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6251E725CD45Fb1AF99354035a414A2C0890B929/logo.png b/blockchains/ethereum/assets/0x6251E725CD45Fb1AF99354035a414A2C0890B929/logo.png
deleted file mode 100644
index 3f05494c3b3a5..0000000000000
Binary files a/blockchains/ethereum/assets/0x6251E725CD45Fb1AF99354035a414A2C0890B929/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x625aE63000f46200499120B906716420bd059240/info.json b/blockchains/ethereum/assets/0x625aE63000f46200499120B906716420bd059240/info.json
deleted file mode 100644
index 7ffcf21ef29c5..0000000000000
--- a/blockchains/ethereum/assets/0x625aE63000f46200499120B906716420bd059240/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave SUSD V1",
- "symbol": "aSUSD V1",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave SUSD V1 is an interest bearing token pegged 1:1 to the underlying SUSD deposited in Aave V1. aSUSD V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x625aE63000f46200499120B906716420bd059240",
- "status": "abandoned",
- "id": "0x625aE63000f46200499120B906716420bd059240"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x625aE63000f46200499120B906716420bd059240/logo.png b/blockchains/ethereum/assets/0x625aE63000f46200499120B906716420bd059240/logo.png
deleted file mode 100644
index b130346011e89..0000000000000
Binary files a/blockchains/ethereum/assets/0x625aE63000f46200499120B906716420bd059240/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6265bCD2ca8E8Ee077CB9A9C66a851F18216022E/info.json b/blockchains/ethereum/assets/0x6265bCD2ca8E8Ee077CB9A9C66a851F18216022E/info.json
deleted file mode 100644
index 030912aa946be..0000000000000
--- a/blockchains/ethereum/assets/0x6265bCD2ca8E8Ee077CB9A9C66a851F18216022E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EtherCare",
- "symbol": "ETCR",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6265bCD2ca8E8Ee077CB9A9C66a851F18216022E",
- "status": "abandoned",
- "id": "0x6265bCD2ca8E8Ee077CB9A9C66a851F18216022E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6265bCD2ca8E8Ee077CB9A9C66a851F18216022E/logo.png b/blockchains/ethereum/assets/0x6265bCD2ca8E8Ee077CB9A9C66a851F18216022E/logo.png
deleted file mode 100644
index 4d2e6cb964e00..0000000000000
Binary files a/blockchains/ethereum/assets/0x6265bCD2ca8E8Ee077CB9A9C66a851F18216022E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x626E8036dEB333b408Be468F951bdB42433cBF18/info.json b/blockchains/ethereum/assets/0x626E8036dEB333b408Be468F951bdB42433cBF18/info.json
deleted file mode 100644
index 7b67dc8de3453..0000000000000
--- a/blockchains/ethereum/assets/0x626E8036dEB333b408Be468F951bdB42433cBF18/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AIOZ Network",
- "website": "https://aioz.network",
- "description": "AIOZ Network is re-imagining streaming from the ground up with a blockchain that integrates content distribution and tokenomics built for media.",
- "explorer": "https://etherscan.io/token/0x626E8036dEB333b408Be468F951bdB42433cBF18",
- "type": "ERC20",
- "symbol": "AIOZ",
- "decimals": 18,
- "status": "active",
- "id": "0x626E8036dEB333b408Be468F951bdB42433cBF18"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x626E8036dEB333b408Be468F951bdB42433cBF18/logo.png b/blockchains/ethereum/assets/0x626E8036dEB333b408Be468F951bdB42433cBF18/logo.png
deleted file mode 100644
index 3a03dd6f8f9e6..0000000000000
Binary files a/blockchains/ethereum/assets/0x626E8036dEB333b408Be468F951bdB42433cBF18/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6275181a6480Deb056B60c2ABa055bFD56C3c5fb/info.json b/blockchains/ethereum/assets/0x6275181a6480Deb056B60c2ABa055bFD56C3c5fb/info.json
deleted file mode 100644
index c32faecee011d..0000000000000
--- a/blockchains/ethereum/assets/0x6275181a6480Deb056B60c2ABa055bFD56C3c5fb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TGKR",
- "symbol": "TGKR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6275181a6480Deb056B60c2ABa055bFD56C3c5fb",
- "status": "abandoned",
- "id": "0x6275181a6480Deb056B60c2ABa055bFD56C3c5fb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6275181a6480Deb056B60c2ABa055bFD56C3c5fb/logo.png b/blockchains/ethereum/assets/0x6275181a6480Deb056B60c2ABa055bFD56C3c5fb/logo.png
deleted file mode 100644
index 2e0ccbcf4c42a..0000000000000
Binary files a/blockchains/ethereum/assets/0x6275181a6480Deb056B60c2ABa055bFD56C3c5fb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x627974847450C45b60B3Fe3598f4e6E4cf945B9a/info.json b/blockchains/ethereum/assets/0x627974847450C45b60B3Fe3598f4e6E4cf945B9a/info.json
deleted file mode 100644
index eab1194715160..0000000000000
--- a/blockchains/ethereum/assets/0x627974847450C45b60B3Fe3598f4e6E4cf945B9a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ThunderBoltCoin",
- "symbol": "TBC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.thunderboltcoin.io/",
- "explorer": "https://etherscan.io/token/0x627974847450C45b60B3Fe3598f4e6E4cf945B9a",
- "status": "abandoned",
- "id": "0x627974847450C45b60B3Fe3598f4e6E4cf945B9a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x627974847450C45b60B3Fe3598f4e6E4cf945B9a/logo.png b/blockchains/ethereum/assets/0x627974847450C45b60B3Fe3598f4e6E4cf945B9a/logo.png
deleted file mode 100755
index 0769c32107ec1..0000000000000
Binary files a/blockchains/ethereum/assets/0x627974847450C45b60B3Fe3598f4e6E4cf945B9a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x627B9057549CE79ca1dE9dE5019EE5cfa1EaDC86/info.json b/blockchains/ethereum/assets/0x627B9057549CE79ca1dE9dE5019EE5cfa1EaDC86/info.json
deleted file mode 100644
index 45ec271335f23..0000000000000
--- a/blockchains/ethereum/assets/0x627B9057549CE79ca1dE9dE5019EE5cfa1EaDC86/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YACHT.SOCIAL",
- "symbol": "YSC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x627B9057549CE79ca1dE9dE5019EE5cfa1EaDC86",
- "status": "abandoned",
- "id": "0x627B9057549CE79ca1dE9dE5019EE5cfa1EaDC86"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x627B9057549CE79ca1dE9dE5019EE5cfa1EaDC86/logo.png b/blockchains/ethereum/assets/0x627B9057549CE79ca1dE9dE5019EE5cfa1EaDC86/logo.png
deleted file mode 100644
index 4bd88f1930f0e..0000000000000
Binary files a/blockchains/ethereum/assets/0x627B9057549CE79ca1dE9dE5019EE5cfa1EaDC86/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x628A3b2E302C7e896AcC432D2d0dD22B6cb9bc88/info.json b/blockchains/ethereum/assets/0x628A3b2E302C7e896AcC432D2d0dD22B6cb9bc88/info.json
deleted file mode 100644
index fdca635aff9f4..0000000000000
--- a/blockchains/ethereum/assets/0x628A3b2E302C7e896AcC432D2d0dD22B6cb9bc88/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "LimeWire Token",
- "website": "https://limewire.com",
- "description": "LimeWire, the iconic brand that helped millions of users to disover their favorite music in the early 2000's is back as the first Web3 subscription platform for artists, brands and creators.",
- "explorer": "https://etherscan.io/token/0x628a3b2e302c7e896acc432d2d0dd22b6cb9bc88",
- "symbol": "LMWR",
- "type": "ERC20",
- "decimals": 18,
- "status": "active",
- "id": "0x628A3b2E302C7e896AcC432D2d0dD22B6cb9bc88",
- "tags": [
- "nft"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/limewire"
- },
- {
- "name": "telegram",
- "url": "https://t.me/limewire"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x628A3b2E302C7e896AcC432D2d0dD22B6cb9bc88/logo.png b/blockchains/ethereum/assets/0x628A3b2E302C7e896AcC432D2d0dD22B6cb9bc88/logo.png
deleted file mode 100644
index 686dbf3313261..0000000000000
Binary files a/blockchains/ethereum/assets/0x628A3b2E302C7e896AcC432D2d0dD22B6cb9bc88/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x62951eD30443389CDd36026cC79D68021420Cd6B/info.json b/blockchains/ethereum/assets/0x62951eD30443389CDd36026cC79D68021420Cd6B/info.json
deleted file mode 100644
index b927c8e6f2d19..0000000000000
--- a/blockchains/ethereum/assets/0x62951eD30443389CDd36026cC79D68021420Cd6B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 330-CN37",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x62951eD30443389CDd36026cC79D68021420Cd6B",
- "status": "abandoned",
- "id": "0x62951eD30443389CDd36026cC79D68021420Cd6B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x62951eD30443389CDd36026cC79D68021420Cd6B/logo.png b/blockchains/ethereum/assets/0x62951eD30443389CDd36026cC79D68021420Cd6B/logo.png
deleted file mode 100644
index e779a5110aa25..0000000000000
Binary files a/blockchains/ethereum/assets/0x62951eD30443389CDd36026cC79D68021420Cd6B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x62959c699A52eC647622c91e79CE73344e4099f5/info.json b/blockchains/ethereum/assets/0x62959c699A52eC647622c91e79CE73344e4099f5/info.json
deleted file mode 100644
index cfd5982981b9d..0000000000000
--- a/blockchains/ethereum/assets/0x62959c699A52eC647622c91e79CE73344e4099f5/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "DeFine Art",
- "type": "ERC20",
- "symbol": "DFA",
- "decimals": 18,
- "website": "https://www.define.one/",
- "description": "DeFine is the NFT social platform for all creators including artists, musicians, influencers, gamers, and athletes. The platform facilitates all social interaction, engagement and communication for creators and their fanbase with digital assets like NFTs and social/fan tokens.",
- "explorer": "https://etherscan.io/token/0x62959c699a52ec647622c91e79ce73344e4099f5",
- "status": "active",
- "id": "0x62959c699A52eC647622c91e79CE73344e4099f5",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/DeFinePlatform"
- },
- {
- "name": "telegram",
- "url": "https://t.me/DeFinePlatform"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/define/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x62959c699A52eC647622c91e79CE73344e4099f5/logo.png b/blockchains/ethereum/assets/0x62959c699A52eC647622c91e79CE73344e4099f5/logo.png
deleted file mode 100644
index bf1c9f3405e64..0000000000000
Binary files a/blockchains/ethereum/assets/0x62959c699A52eC647622c91e79CE73344e4099f5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6295Ab2BE04A617747481B292c390BfcA592Cf28/info.json b/blockchains/ethereum/assets/0x6295Ab2BE04A617747481B292c390BfcA592Cf28/info.json
deleted file mode 100644
index f4750f504ee9f..0000000000000
--- a/blockchains/ethereum/assets/0x6295Ab2BE04A617747481B292c390BfcA592Cf28/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TokenDesk",
- "symbol": "TDS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.tokendesk.io/",
- "explorer": "https://etherscan.io/token/0x6295Ab2BE04A617747481B292c390BfcA592Cf28",
- "status": "abandoned",
- "id": "0x6295Ab2BE04A617747481B292c390BfcA592Cf28"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6295Ab2BE04A617747481B292c390BfcA592Cf28/logo.png b/blockchains/ethereum/assets/0x6295Ab2BE04A617747481B292c390BfcA592Cf28/logo.png
deleted file mode 100644
index df88300c5fa7e..0000000000000
Binary files a/blockchains/ethereum/assets/0x6295Ab2BE04A617747481B292c390BfcA592Cf28/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x62994dEF86d1810cFA795eF20f81aC74Dc43d155/info.json b/blockchains/ethereum/assets/0x62994dEF86d1810cFA795eF20f81aC74Dc43d155/info.json
deleted file mode 100644
index 2b5413dfb3757..0000000000000
--- a/blockchains/ethereum/assets/0x62994dEF86d1810cFA795eF20f81aC74Dc43d155/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg14500",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x62994dEF86d1810cFA795eF20f81aC74Dc43d155",
- "status": "abandoned",
- "id": "0x62994dEF86d1810cFA795eF20f81aC74Dc43d155"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x62994dEF86d1810cFA795eF20f81aC74Dc43d155/logo.png b/blockchains/ethereum/assets/0x62994dEF86d1810cFA795eF20f81aC74Dc43d155/logo.png
deleted file mode 100644
index dca3799e57a44..0000000000000
Binary files a/blockchains/ethereum/assets/0x62994dEF86d1810cFA795eF20f81aC74Dc43d155/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x629aEe55ed49581C33ab27f9403F7992A289ffd5/info.json b/blockchains/ethereum/assets/0x629aEe55ed49581C33ab27f9403F7992A289ffd5/info.json
deleted file mode 100644
index 65570940ec7a3..0000000000000
--- a/blockchains/ethereum/assets/0x629aEe55ed49581C33ab27f9403F7992A289ffd5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "StrikeCoin Token",
- "symbol": "STC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x629aEe55ed49581C33ab27f9403F7992A289ffd5",
- "status": "abandoned",
- "id": "0x629aEe55ed49581C33ab27f9403F7992A289ffd5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x629aEe55ed49581C33ab27f9403F7992A289ffd5/logo.png b/blockchains/ethereum/assets/0x629aEe55ed49581C33ab27f9403F7992A289ffd5/logo.png
deleted file mode 100644
index b6a6eb05a0361..0000000000000
Binary files a/blockchains/ethereum/assets/0x629aEe55ed49581C33ab27f9403F7992A289ffd5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x62A6738d887F47e297676FaB05b902709B106C64/info.json b/blockchains/ethereum/assets/0x62A6738d887F47e297676FaB05b902709B106C64/info.json
deleted file mode 100644
index 9e18fc842cb62..0000000000000
--- a/blockchains/ethereum/assets/0x62A6738d887F47e297676FaB05b902709B106C64/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ArCoin",
- "website": "https://arcoin.arcalabs.com/",
- "description": "The Arca U.S. Treasury Fund is the first of its kind—a closed-end fund registered under the Investment Company Act of 1940 issuing shares as digital securities that are transferable using blockchain technology.",
- "explorer": "https://etherscan.io/token/0x62A6738d887F47e297676FaB05b902709B106C64",
- "type": "ERC20",
- "symbol": "ARCA",
- "decimals": 18,
- "status": "active",
- "id": "0x62A6738d887F47e297676FaB05b902709B106C64"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x62A6738d887F47e297676FaB05b902709B106C64/logo.png b/blockchains/ethereum/assets/0x62A6738d887F47e297676FaB05b902709B106C64/logo.png
deleted file mode 100644
index 49a83f6263248..0000000000000
Binary files a/blockchains/ethereum/assets/0x62A6738d887F47e297676FaB05b902709B106C64/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x62Eca46294e51FC10D48572Ad2A99467919F7CBE/info.json b/blockchains/ethereum/assets/0x62Eca46294e51FC10D48572Ad2A99467919F7CBE/info.json
deleted file mode 100644
index cabc5052179a3..0000000000000
--- a/blockchains/ethereum/assets/0x62Eca46294e51FC10D48572Ad2A99467919F7CBE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitcoinCash Token",
- "symbol": "BCHT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x62Eca46294e51FC10D48572Ad2A99467919F7CBE",
- "status": "abandoned",
- "id": "0x62Eca46294e51FC10D48572Ad2A99467919F7CBE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x62Eca46294e51FC10D48572Ad2A99467919F7CBE/logo.png b/blockchains/ethereum/assets/0x62Eca46294e51FC10D48572Ad2A99467919F7CBE/logo.png
deleted file mode 100644
index 316b6a021b909..0000000000000
Binary files a/blockchains/ethereum/assets/0x62Eca46294e51FC10D48572Ad2A99467919F7CBE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x62a56a4A2Ef4D355D34D10fBF837e747504d38d4/info.json b/blockchains/ethereum/assets/0x62a56a4A2Ef4D355D34D10fBF837e747504d38d4/info.json
deleted file mode 100644
index 84bd3b88a9883..0000000000000
--- a/blockchains/ethereum/assets/0x62a56a4A2Ef4D355D34D10fBF837e747504d38d4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "PAYX",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "https://paypex.org/",
- "explorer": "https://etherscan.io/token/0x62a56a4A2Ef4D355D34D10fBF837e747504d38d4",
- "status": "abandoned",
- "id": "0x62a56a4A2Ef4D355D34D10fBF837e747504d38d4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x62a56a4A2Ef4D355D34D10fBF837e747504d38d4/logo.png b/blockchains/ethereum/assets/0x62a56a4A2Ef4D355D34D10fBF837e747504d38d4/logo.png
deleted file mode 100644
index 8fbd3e7fbe113..0000000000000
Binary files a/blockchains/ethereum/assets/0x62a56a4A2Ef4D355D34D10fBF837e747504d38d4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x62a7F298fCC43d23359307Cc7c7db8f5aFa80992/info.json b/blockchains/ethereum/assets/0x62a7F298fCC43d23359307Cc7c7db8f5aFa80992/info.json
deleted file mode 100644
index 40b6db4a21ece..0000000000000
--- a/blockchains/ethereum/assets/0x62a7F298fCC43d23359307Cc7c7db8f5aFa80992/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Integration Of Credit",
- "symbol": "IOL",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x62a7F298fCC43d23359307Cc7c7db8f5aFa80992",
- "status": "abandoned",
- "id": "0x62a7F298fCC43d23359307Cc7c7db8f5aFa80992"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x62a7F298fCC43d23359307Cc7c7db8f5aFa80992/logo.png b/blockchains/ethereum/assets/0x62a7F298fCC43d23359307Cc7c7db8f5aFa80992/logo.png
deleted file mode 100644
index b7417a91d0c94..0000000000000
Binary files a/blockchains/ethereum/assets/0x62a7F298fCC43d23359307Cc7c7db8f5aFa80992/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x62a7dA217d6a55A983455e5fd6C4a025aC786879/info.json b/blockchains/ethereum/assets/0x62a7dA217d6a55A983455e5fd6C4a025aC786879/info.json
deleted file mode 100644
index 8db1233c49c1f..0000000000000
--- a/blockchains/ethereum/assets/0x62a7dA217d6a55A983455e5fd6C4a025aC786879/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TBT",
- "symbol": "TBT",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x62a7dA217d6a55A983455e5fd6C4a025aC786879",
- "status": "abandoned",
- "id": "0x62a7dA217d6a55A983455e5fd6C4a025aC786879"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x62a7dA217d6a55A983455e5fd6C4a025aC786879/logo.png b/blockchains/ethereum/assets/0x62a7dA217d6a55A983455e5fd6C4a025aC786879/logo.png
deleted file mode 100644
index 4cd0fc3bbb30e..0000000000000
Binary files a/blockchains/ethereum/assets/0x62a7dA217d6a55A983455e5fd6C4a025aC786879/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x62bf50192b3ef428e24Bc8d10f0c2A6Eabe80E08/info.json b/blockchains/ethereum/assets/0x62bf50192b3ef428e24Bc8d10f0c2A6Eabe80E08/info.json
deleted file mode 100644
index e362f85c4efe9..0000000000000
--- a/blockchains/ethereum/assets/0x62bf50192b3ef428e24Bc8d10f0c2A6Eabe80E08/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BITSIFU COIN",
- "symbol": "BSF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x62bf50192b3ef428e24Bc8d10f0c2A6Eabe80E08",
- "status": "abandoned",
- "id": "0x62bf50192b3ef428e24Bc8d10f0c2A6Eabe80E08"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x62bf50192b3ef428e24Bc8d10f0c2A6Eabe80E08/logo.png b/blockchains/ethereum/assets/0x62bf50192b3ef428e24Bc8d10f0c2A6Eabe80E08/logo.png
deleted file mode 100755
index cf4e2a889b40e..0000000000000
Binary files a/blockchains/ethereum/assets/0x62bf50192b3ef428e24Bc8d10f0c2A6Eabe80E08/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x62d6655db4D29a38E3fA588bCd4137c6D330C2a2/info.json b/blockchains/ethereum/assets/0x62d6655db4D29a38E3fA588bCd4137c6D330C2a2/info.json
deleted file mode 100644
index 57237eac71c0a..0000000000000
--- a/blockchains/ethereum/assets/0x62d6655db4D29a38E3fA588bCd4137c6D330C2a2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hexa Chain",
- "symbol": "HXC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x62d6655db4D29a38E3fA588bCd4137c6D330C2a2",
- "status": "abandoned",
- "id": "0x62d6655db4D29a38E3fA588bCd4137c6D330C2a2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x62d6655db4D29a38E3fA588bCd4137c6D330C2a2/logo.png b/blockchains/ethereum/assets/0x62d6655db4D29a38E3fA588bCd4137c6D330C2a2/logo.png
deleted file mode 100755
index 13f2bf8b0c708..0000000000000
Binary files a/blockchains/ethereum/assets/0x62d6655db4D29a38E3fA588bCd4137c6D330C2a2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x62d69910f45b839903eFfd217559307AEc307076/info.json b/blockchains/ethereum/assets/0x62d69910f45b839903eFfd217559307AEc307076/info.json
deleted file mode 100644
index 7412a6685f937..0000000000000
--- a/blockchains/ethereum/assets/0x62d69910f45b839903eFfd217559307AEc307076/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AfterShock V2",
- "symbol": "SHOCK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://aftershock.vip/",
- "explorer": "https://etherscan.io/token/0x62d69910f45b839903eFfd217559307AEc307076",
- "status": "abandoned",
- "id": "0x62d69910f45b839903eFfd217559307AEc307076"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x62d69910f45b839903eFfd217559307AEc307076/logo.png b/blockchains/ethereum/assets/0x62d69910f45b839903eFfd217559307AEc307076/logo.png
deleted file mode 100644
index 94ff9ef1da585..0000000000000
Binary files a/blockchains/ethereum/assets/0x62d69910f45b839903eFfd217559307AEc307076/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x630323f3A19d248CaB2FA9ef1cD743E7985768dD/info.json b/blockchains/ethereum/assets/0x630323f3A19d248CaB2FA9ef1cD743E7985768dD/info.json
deleted file mode 100644
index 834059350fe7d..0000000000000
--- a/blockchains/ethereum/assets/0x630323f3A19d248CaB2FA9ef1cD743E7985768dD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Shine Network Token",
- "symbol": "SNT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x630323f3A19d248CaB2FA9ef1cD743E7985768dD",
- "status": "abandoned",
- "id": "0x630323f3A19d248CaB2FA9ef1cD743E7985768dD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x630323f3A19d248CaB2FA9ef1cD743E7985768dD/logo.png b/blockchains/ethereum/assets/0x630323f3A19d248CaB2FA9ef1cD743E7985768dD/logo.png
deleted file mode 100644
index 48d153abf90e2..0000000000000
Binary files a/blockchains/ethereum/assets/0x630323f3A19d248CaB2FA9ef1cD743E7985768dD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x630d98424eFe0Ea27fB1b3Ab7741907DFFEaAd78/info.json b/blockchains/ethereum/assets/0x630d98424eFe0Ea27fB1b3Ab7741907DFFEaAd78/info.json
deleted file mode 100644
index 686f9d8f341a3..0000000000000
--- a/blockchains/ethereum/assets/0x630d98424eFe0Ea27fB1b3Ab7741907DFFEaAd78/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PEAK",
- "website": "https://app.peakdefi.com/download",
- "description": "PEAKDEFI is a decentralized asset management fund, created to connect investors and asset managers for capital growth.",
- "explorer": "https://etherscan.io/token/0x630d98424efe0ea27fb1b3ab7741907dffeaad78",
- "type": "ERC20",
- "symbol": "PEAK",
- "decimals": 8,
- "status": "active",
- "id": "0x630d98424eFe0Ea27fB1b3Ab7741907DFFEaAd78"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x630d98424eFe0Ea27fB1b3Ab7741907DFFEaAd78/logo.png b/blockchains/ethereum/assets/0x630d98424eFe0Ea27fB1b3Ab7741907DFFEaAd78/logo.png
deleted file mode 100644
index bc0e94876348e..0000000000000
Binary files a/blockchains/ethereum/assets/0x630d98424eFe0Ea27fB1b3Ab7741907DFFEaAd78/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6311a8D6C7ad7d84eF100366aE0B747e50856ec3/info.json b/blockchains/ethereum/assets/0x6311a8D6C7ad7d84eF100366aE0B747e50856ec3/info.json
deleted file mode 100644
index d552e0f16b7bd..0000000000000
--- a/blockchains/ethereum/assets/0x6311a8D6C7ad7d84eF100366aE0B747e50856ec3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptoBones",
- "symbol": "CBT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6311a8D6C7ad7d84eF100366aE0B747e50856ec3",
- "status": "abandoned",
- "id": "0x6311a8D6C7ad7d84eF100366aE0B747e50856ec3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6311a8D6C7ad7d84eF100366aE0B747e50856ec3/logo.png b/blockchains/ethereum/assets/0x6311a8D6C7ad7d84eF100366aE0B747e50856ec3/logo.png
deleted file mode 100755
index e0db10172891c..0000000000000
Binary files a/blockchains/ethereum/assets/0x6311a8D6C7ad7d84eF100366aE0B747e50856ec3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x631Fc019888CcB5618fF6D8B95fc06D339fC7755/info.json b/blockchains/ethereum/assets/0x631Fc019888CcB5618fF6D8B95fc06D339fC7755/info.json
deleted file mode 100644
index 1831f15ff21fb..0000000000000
--- a/blockchains/ethereum/assets/0x631Fc019888CcB5618fF6D8B95fc06D339fC7755/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Recycle Chain",
- "symbol": "RECH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x631Fc019888CcB5618fF6D8B95fc06D339fC7755",
- "status": "abandoned",
- "id": "0x631Fc019888CcB5618fF6D8B95fc06D339fC7755"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x631Fc019888CcB5618fF6D8B95fc06D339fC7755/logo.png b/blockchains/ethereum/assets/0x631Fc019888CcB5618fF6D8B95fc06D339fC7755/logo.png
deleted file mode 100644
index 22164fd570e2b..0000000000000
Binary files a/blockchains/ethereum/assets/0x631Fc019888CcB5618fF6D8B95fc06D339fC7755/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x632F62FCf63cb56380ffD27d63afcF5F1349f73f/info.json b/blockchains/ethereum/assets/0x632F62FCf63cb56380ffD27d63afcF5F1349f73f/info.json
deleted file mode 100644
index 03862769b8ad1..0000000000000
--- a/blockchains/ethereum/assets/0x632F62FCf63cb56380ffD27d63afcF5F1349f73f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptoHarborExchange",
- "symbol": "CHE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x632F62FCf63cb56380ffD27d63afcF5F1349f73f",
- "status": "abandoned",
- "id": "0x632F62FCf63cb56380ffD27d63afcF5F1349f73f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x632F62FCf63cb56380ffD27d63afcF5F1349f73f/logo.png b/blockchains/ethereum/assets/0x632F62FCf63cb56380ffD27d63afcF5F1349f73f/logo.png
deleted file mode 100644
index 500e97425fc9c..0000000000000
Binary files a/blockchains/ethereum/assets/0x632F62FCf63cb56380ffD27d63afcF5F1349f73f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x633eE3fbE5ffc05bD44Ecd8240732fF9ef9Dee1d/info.json b/blockchains/ethereum/assets/0x633eE3fbE5ffc05bD44Ecd8240732fF9ef9Dee1d/info.json
deleted file mode 100644
index 09d4649b9ca1a..0000000000000
--- a/blockchains/ethereum/assets/0x633eE3fbE5ffc05bD44Ecd8240732fF9ef9Dee1d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MarketPeak",
- "symbol": "PEAK",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://marketpeak.com/",
- "explorer": "https://etherscan.io/token/0x633eE3fbE5ffc05bD44Ecd8240732fF9ef9Dee1d",
- "status": "abandoned",
- "id": "0x633eE3fbE5ffc05bD44Ecd8240732fF9ef9Dee1d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x633eE3fbE5ffc05bD44Ecd8240732fF9ef9Dee1d/logo.png b/blockchains/ethereum/assets/0x633eE3fbE5ffc05bD44Ecd8240732fF9ef9Dee1d/logo.png
deleted file mode 100644
index 34ad77d200e6f..0000000000000
Binary files a/blockchains/ethereum/assets/0x633eE3fbE5ffc05bD44Ecd8240732fF9ef9Dee1d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6342A4744EA2fD9685610Ab0c7D11f3d083Bc7Ba/info.json b/blockchains/ethereum/assets/0x6342A4744EA2fD9685610Ab0c7D11f3d083Bc7Ba/info.json
deleted file mode 100644
index c696128faef92..0000000000000
--- a/blockchains/ethereum/assets/0x6342A4744EA2fD9685610Ab0c7D11f3d083Bc7Ba/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "jiatingwang.net Token",
- "symbol": "JTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6342A4744EA2fD9685610Ab0c7D11f3d083Bc7Ba",
- "status": "abandoned",
- "id": "0x6342A4744EA2fD9685610Ab0c7D11f3d083Bc7Ba"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6342A4744EA2fD9685610Ab0c7D11f3d083Bc7Ba/logo.png b/blockchains/ethereum/assets/0x6342A4744EA2fD9685610Ab0c7D11f3d083Bc7Ba/logo.png
deleted file mode 100644
index eb376d8d7fc93..0000000000000
Binary files a/blockchains/ethereum/assets/0x6342A4744EA2fD9685610Ab0c7D11f3d083Bc7Ba/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x635d081fD8F6670135D8a3640E2cF78220787d56/info.json b/blockchains/ethereum/assets/0x635d081fD8F6670135D8a3640E2cF78220787d56/info.json
deleted file mode 100644
index 9380d3d04466b..0000000000000
--- a/blockchains/ethereum/assets/0x635d081fD8F6670135D8a3640E2cF78220787d56/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ADD.xyz",
- "symbol": "ADD",
- "type": "ERC20",
- "decimals": 18,
- "description": "ADD.xyz is a full-stack DeFi aggregator, plugging in multiple products and DeFi applications into one single platform, focusing on User Experience, Design, Privacy and Anonymity.",
- "website": "https://ADD.xyz",
- "explorer": "https://etherscan.io/token/0x635d081fd8f6670135d8a3640e2cf78220787d56",
- "status": "active",
- "id": "0x635d081fD8F6670135D8a3640E2cF78220787d56"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x635d081fD8F6670135D8a3640E2cF78220787d56/logo.png b/blockchains/ethereum/assets/0x635d081fD8F6670135D8a3640E2cF78220787d56/logo.png
deleted file mode 100644
index 8ea64a6e48541..0000000000000
Binary files a/blockchains/ethereum/assets/0x635d081fD8F6670135D8a3640E2cF78220787d56/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6360322F95e72f049bfc010c83a6D9a9DE1c651B/info.json b/blockchains/ethereum/assets/0x6360322F95e72f049bfc010c83a6D9a9DE1c651B/info.json
deleted file mode 100644
index 41eac8c58e9c3..0000000000000
--- a/blockchains/ethereum/assets/0x6360322F95e72f049bfc010c83a6D9a9DE1c651B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R793660",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6360322F95e72f049bfc010c83a6D9a9DE1c651B",
- "status": "abandoned",
- "id": "0x6360322F95e72f049bfc010c83a6D9a9DE1c651B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6360322F95e72f049bfc010c83a6D9a9DE1c651B/logo.png b/blockchains/ethereum/assets/0x6360322F95e72f049bfc010c83a6D9a9DE1c651B/logo.png
deleted file mode 100644
index 5fb9090b218e1..0000000000000
Binary files a/blockchains/ethereum/assets/0x6360322F95e72f049bfc010c83a6D9a9DE1c651B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6368e1E18c4C419DDFC608A0BEd1ccb87b9250fc/info.json b/blockchains/ethereum/assets/0x6368e1E18c4C419DDFC608A0BEd1ccb87b9250fc/info.json
deleted file mode 100644
index 767c7a76a1d59..0000000000000
--- a/blockchains/ethereum/assets/0x6368e1E18c4C419DDFC608A0BEd1ccb87b9250fc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tap",
- "symbol": "XTP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.tap.global",
- "explorer": "https://etherscan.io/token/0x6368e1E18c4C419DDFC608A0BEd1ccb87b9250fc",
- "status": "active",
- "id": "0x6368e1E18c4C419DDFC608A0BEd1ccb87b9250fc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6368e1E18c4C419DDFC608A0BEd1ccb87b9250fc/logo.png b/blockchains/ethereum/assets/0x6368e1E18c4C419DDFC608A0BEd1ccb87b9250fc/logo.png
deleted file mode 100644
index e057a83b062c8..0000000000000
Binary files a/blockchains/ethereum/assets/0x6368e1E18c4C419DDFC608A0BEd1ccb87b9250fc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6369c3DadfC00054A42BA8B2c09c48131dd4Aa38/info.json b/blockchains/ethereum/assets/0x6369c3DadfC00054A42BA8B2c09c48131dd4Aa38/info.json
deleted file mode 100644
index bf5ffa582152d..0000000000000
--- a/blockchains/ethereum/assets/0x6369c3DadfC00054A42BA8B2c09c48131dd4Aa38/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Morpher Token",
- "website": "https://morpher.com",
- "description": "Morpher rebuilds financial markets from the ground up on the Ethereum Blockchain. All in the pursuit of the perfect trading experience. With Zero Fees, Perfectly Liquid Markets, No Counterparties, Verifiable and Transparent Execution all Secured with Blockchain Technology",
- "explorer": "https://etherscan.io/token/0x6369c3DadfC00054A42BA8B2c09c48131dd4Aa38",
- "type": "ERC20",
- "symbol": "MPH",
- "decimals": 18,
- "status": "active",
- "id": "0x6369c3DadfC00054A42BA8B2c09c48131dd4Aa38",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/morpher_io"
- },
- {
- "name": "telegram",
- "url": "https://t.me/morpher_io"
- },
- {
- "name": "medium",
- "url": "https://medium.com/morpher"
- },
- {
- "name": "whitepaper",
- "url": "https://www.morpher.com/docs/morpher_whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6369c3DadfC00054A42BA8B2c09c48131dd4Aa38/logo.png b/blockchains/ethereum/assets/0x6369c3DadfC00054A42BA8B2c09c48131dd4Aa38/logo.png
deleted file mode 100644
index 6f8fa384b4d52..0000000000000
Binary files a/blockchains/ethereum/assets/0x6369c3DadfC00054A42BA8B2c09c48131dd4Aa38/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x636ea377BaCbb41bF5A64400a2e5621407A898c4/info.json b/blockchains/ethereum/assets/0x636ea377BaCbb41bF5A64400a2e5621407A898c4/info.json
deleted file mode 100644
index e198959e3b44e..0000000000000
--- a/blockchains/ethereum/assets/0x636ea377BaCbb41bF5A64400a2e5621407A898c4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ten Billion Coin",
- "symbol": "YBY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x636ea377BaCbb41bF5A64400a2e5621407A898c4",
- "status": "abandoned",
- "id": "0x636ea377BaCbb41bF5A64400a2e5621407A898c4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x636ea377BaCbb41bF5A64400a2e5621407A898c4/logo.png b/blockchains/ethereum/assets/0x636ea377BaCbb41bF5A64400a2e5621407A898c4/logo.png
deleted file mode 100644
index 17e3a82c5a2a8..0000000000000
Binary files a/blockchains/ethereum/assets/0x636ea377BaCbb41bF5A64400a2e5621407A898c4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6378930da9be7C90d824d7f113974741644d62dA/info.json b/blockchains/ethereum/assets/0x6378930da9be7C90d824d7f113974741644d62dA/info.json
deleted file mode 100644
index a999d4b25c6b8..0000000000000
--- a/blockchains/ethereum/assets/0x6378930da9be7C90d824d7f113974741644d62dA/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "CTC",
- "address": "0x6378930da9be7C90d824d7f113974741644d62dA",
- "description": "Cetacean Pool (CTC) will continue to be used to increase liquidity and borrow needs for BMJ-DAO as the First Distributed Storage Project BMJ's DeFi Governance Certificate. Participate in the ecological management of BMJ by pledgeing the proceeds of the DeFi project under the Cetacean Pool agreement.",
- "email": "bmj20200716@gmail.com",
- "website": "https://dapp.bmjcoin.com",
- "explorer": "https://etherscan.io/token/0x6378930da9be7C90d824d7f113974741644d62dA",
- "state": "NORMAL",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/BMJ67466085"
- },
- {
- "name": "telegram",
- "url": "https://t.me/CTCcommunity01"
- },
- {
- "name": "github",
- "url": "https://github.com/BMJ20200716"
- }
- ],
- "type": "ERC20",
- "symbol": "CTC",
- "decimals": 18,
- "status": "active",
- "id": "0x6378930da9be7C90d824d7f113974741644d62dA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6378930da9be7C90d824d7f113974741644d62dA/logo.png b/blockchains/ethereum/assets/0x6378930da9be7C90d824d7f113974741644d62dA/logo.png
deleted file mode 100644
index caf8ee786078f..0000000000000
Binary files a/blockchains/ethereum/assets/0x6378930da9be7C90d824d7f113974741644d62dA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x638155F4BD8F85d401Da32498D8866eE39A150B8/info.json b/blockchains/ethereum/assets/0x638155F4BD8F85d401Da32498D8866eE39A150B8/info.json
deleted file mode 100644
index dfc5aab5459ac..0000000000000
--- a/blockchains/ethereum/assets/0x638155F4BD8F85d401Da32498D8866eE39A150B8/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Jura",
- "website": "https://jura.network/",
- "description": "The Jura protocol is essentially a suite of four different innovations all wrapped into one: an individual account-based directed acyclic graph (DAG) data structure we’ve named the Fusus, a Proof of Dedication (PoD) consensus mechanism, a dynamically monitored and distributed sharding (DMDS) technique for distributing data, and an AI security and learning layer to prevent malicious attacks from happening",
- "explorer": "https://etherscan.io/token/0x638155F4BD8F85d401Da32498D8866eE39A150B8",
- "type": "ERC20",
- "symbol": "JREX",
- "decimals": 8,
- "status": "active",
- "id": "0x638155F4BD8F85d401Da32498D8866eE39A150B8",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/JuraNetwork"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/JuraProtocol"
- },
- {
- "name": "whitepaper",
- "url": "https://docsend.com/view/p9f87gp/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x638155F4BD8F85d401Da32498D8866eE39A150B8/logo.png b/blockchains/ethereum/assets/0x638155F4BD8F85d401Da32498D8866eE39A150B8/logo.png
deleted file mode 100644
index f3cad408a4d3a..0000000000000
Binary files a/blockchains/ethereum/assets/0x638155F4BD8F85d401Da32498D8866eE39A150B8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6390D6E16a097CC899Fb6eE72Ea0DD67267E6415/info.json b/blockchains/ethereum/assets/0x6390D6E16a097CC899Fb6eE72Ea0DD67267E6415/info.json
deleted file mode 100644
index f7f937d8ec4b4..0000000000000
--- a/blockchains/ethereum/assets/0x6390D6E16a097CC899Fb6eE72Ea0DD67267E6415/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-20/30M20",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6390D6E16a097CC899Fb6eE72Ea0DD67267E6415",
- "status": "abandoned",
- "id": "0x6390D6E16a097CC899Fb6eE72Ea0DD67267E6415"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6390D6E16a097CC899Fb6eE72Ea0DD67267E6415/logo.png b/blockchains/ethereum/assets/0x6390D6E16a097CC899Fb6eE72Ea0DD67267E6415/logo.png
deleted file mode 100644
index d8f766d482cfc..0000000000000
Binary files a/blockchains/ethereum/assets/0x6390D6E16a097CC899Fb6eE72Ea0DD67267E6415/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6393E822874728f8Afa7e1C9944E417D37CA5878/info.json b/blockchains/ethereum/assets/0x6393E822874728f8Afa7e1C9944E417D37CA5878/info.json
deleted file mode 100644
index 4fc56c36d59a3..0000000000000
--- a/blockchains/ethereum/assets/0x6393E822874728f8Afa7e1C9944E417D37CA5878/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cryptoindex 100",
- "symbol": "CIX100",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://cryptoindex.com/",
- "explorer": "https://etherscan.io/token/0x6393E822874728f8Afa7e1C9944E417D37CA5878",
- "status": "abandoned",
- "id": "0x6393E822874728f8Afa7e1C9944E417D37CA5878"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6393E822874728f8Afa7e1C9944E417D37CA5878/logo.png b/blockchains/ethereum/assets/0x6393E822874728f8Afa7e1C9944E417D37CA5878/logo.png
deleted file mode 100644
index 5e1233ebbf166..0000000000000
Binary files a/blockchains/ethereum/assets/0x6393E822874728f8Afa7e1C9944E417D37CA5878/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6399C842dD2bE3dE30BF99Bc7D1bBF6Fa3650E70/info.json b/blockchains/ethereum/assets/0x6399C842dD2bE3dE30BF99Bc7D1bBF6Fa3650E70/info.json
deleted file mode 100644
index 3ae849d5d525d..0000000000000
--- a/blockchains/ethereum/assets/0x6399C842dD2bE3dE30BF99Bc7D1bBF6Fa3650E70/info.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "PREMIA",
- "website": "https://premia.finance",
- "short_description": "powered by anons.",
- "description": "Decentralized Financial Instrument Protocol.",
- "explorer": "https://etherscan.io/token/0x6399C842dD2bE3dE30BF99Bc7D1bBF6Fa3650E70",
- "type": "ERC20",
- "symbol": "$PREMIA",
- "decimals": 18,
- "status": "active",
- "id": "0x6399C842dD2bE3dE30BF99Bc7D1bBF6Fa3650E70",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/premiafinance/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/premiafinance"
- },
- {
- "name": "medium",
- "url": "https://premia.medium.com"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6399C842dD2bE3dE30BF99Bc7D1bBF6Fa3650E70/logo.png b/blockchains/ethereum/assets/0x6399C842dD2bE3dE30BF99Bc7D1bBF6Fa3650E70/logo.png
deleted file mode 100644
index 5f2501833fbcc..0000000000000
Binary files a/blockchains/ethereum/assets/0x6399C842dD2bE3dE30BF99Bc7D1bBF6Fa3650E70/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x639ae8F3EEd18690bF451229d14953a5A5627b72/info.json b/blockchains/ethereum/assets/0x639ae8F3EEd18690bF451229d14953a5A5627b72/info.json
deleted file mode 100644
index 71043f9039e4f..0000000000000
--- a/blockchains/ethereum/assets/0x639ae8F3EEd18690bF451229d14953a5A5627b72/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GNBU",
- "website": "https://nimbusplatform.io",
- "description": "Nimbus - Creating Value Based on Real Use cases for Digital Assets.",
- "explorer": "https://etherscan.io/token/0x639ae8F3EEd18690bF451229d14953a5A5627b72",
- "type": "ERC20",
- "symbol": "GNBU",
- "decimals": 18,
- "status": "active",
- "id": "0x639ae8F3EEd18690bF451229d14953a5A5627b72"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x639ae8F3EEd18690bF451229d14953a5A5627b72/logo.png b/blockchains/ethereum/assets/0x639ae8F3EEd18690bF451229d14953a5A5627b72/logo.png
deleted file mode 100644
index 07eb3b5e7b6fb..0000000000000
Binary files a/blockchains/ethereum/assets/0x639ae8F3EEd18690bF451229d14953a5A5627b72/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x63A2CcD492E316EEFAB5B3326dB3C7b0a94c3726/info.json b/blockchains/ethereum/assets/0x63A2CcD492E316EEFAB5B3326dB3C7b0a94c3726/info.json
deleted file mode 100644
index b62c0e84300b6..0000000000000
--- a/blockchains/ethereum/assets/0x63A2CcD492E316EEFAB5B3326dB3C7b0a94c3726/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cercle",
- "symbol": "CIRCL",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x63A2CcD492E316EEFAB5B3326dB3C7b0a94c3726",
- "status": "abandoned",
- "id": "0x63A2CcD492E316EEFAB5B3326dB3C7b0a94c3726"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x63A2CcD492E316EEFAB5B3326dB3C7b0a94c3726/logo.png b/blockchains/ethereum/assets/0x63A2CcD492E316EEFAB5B3326dB3C7b0a94c3726/logo.png
deleted file mode 100644
index dc00dc0ac0b3e..0000000000000
Binary files a/blockchains/ethereum/assets/0x63A2CcD492E316EEFAB5B3326dB3C7b0a94c3726/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x63B8b7d4A3EFD0735c4BFFBD95B332a55e4eB851/info.json b/blockchains/ethereum/assets/0x63B8b7d4A3EFD0735c4BFFBD95B332a55e4eB851/info.json
deleted file mode 100644
index 4b4e8738c443a..0000000000000
--- a/blockchains/ethereum/assets/0x63B8b7d4A3EFD0735c4BFFBD95B332a55e4eB851/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DigiCol Token",
- "website": "https://www.digicol.io",
- "description": "-",
- "explorer": "https://etherscan.io/token/0x63B8b7d4A3EFD0735c4BFFBD95B332a55e4eB851",
- "type": "ERC20",
- "symbol": "DGCL",
- "decimals": 18,
- "status": "active",
- "id": "0x63B8b7d4A3EFD0735c4BFFBD95B332a55e4eB851"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x63B8b7d4A3EFD0735c4BFFBD95B332a55e4eB851/logo.png b/blockchains/ethereum/assets/0x63B8b7d4A3EFD0735c4BFFBD95B332a55e4eB851/logo.png
deleted file mode 100644
index 3b006880118aa..0000000000000
Binary files a/blockchains/ethereum/assets/0x63B8b7d4A3EFD0735c4BFFBD95B332a55e4eB851/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x63DcaD9E5F2d784Fc4F12ABf61eC47236FABA895/info.json b/blockchains/ethereum/assets/0x63DcaD9E5F2d784Fc4F12ABf61eC47236FABA895/info.json
deleted file mode 100644
index 3132b840c8c34..0000000000000
--- a/blockchains/ethereum/assets/0x63DcaD9E5F2d784Fc4F12ABf61eC47236FABA895/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BigTorum Stake",
- "symbol": "BTS",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x63DcaD9E5F2d784Fc4F12ABf61eC47236FABA895",
- "status": "abandoned",
- "id": "0x63DcaD9E5F2d784Fc4F12ABf61eC47236FABA895"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x63DcaD9E5F2d784Fc4F12ABf61eC47236FABA895/logo.png b/blockchains/ethereum/assets/0x63DcaD9E5F2d784Fc4F12ABf61eC47236FABA895/logo.png
deleted file mode 100644
index 22c25beefca31..0000000000000
Binary files a/blockchains/ethereum/assets/0x63DcaD9E5F2d784Fc4F12ABf61eC47236FABA895/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x63a18BC38D1101DB7F0efCbCBdCbe927A5879039/info.json b/blockchains/ethereum/assets/0x63a18BC38D1101DB7F0efCbCBdCbe927A5879039/info.json
deleted file mode 100644
index de9c5afa580ce..0000000000000
--- a/blockchains/ethereum/assets/0x63a18BC38D1101DB7F0efCbCBdCbe927A5879039/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "EARN Token",
- "website": "http://www.yearnclassic.finance/",
- "description": "EARN is the governance token for the Yearn Classic platform, the sustainable decentralised finance (DeFi) ecosystem with a total supply of 21,000 EARN issued on the Ethereum platform.",
- "explorer": "https://etherscan.io/token/0x63a18BC38D1101DB7F0efCbCBdCbe927A5879039",
- "type": "ERC20",
- "symbol": "EARN",
- "decimals": 18,
- "status": "active",
- "id": "0x63a18BC38D1101DB7F0efCbCBdCbe927A5879039",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/YearnClassic"
- },
- {
- "name": "telegram",
- "url": "https://t.me/earndefi"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x63a18BC38D1101DB7F0efCbCBdCbe927A5879039/logo.png b/blockchains/ethereum/assets/0x63a18BC38D1101DB7F0efCbCBdCbe927A5879039/logo.png
deleted file mode 100644
index 8063847859391..0000000000000
Binary files a/blockchains/ethereum/assets/0x63a18BC38D1101DB7F0efCbCBdCbe927A5879039/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x63b4f3e3fa4e438698CE330e365E831F7cCD1eF4/info.json b/blockchains/ethereum/assets/0x63b4f3e3fa4e438698CE330e365E831F7cCD1eF4/info.json
deleted file mode 100644
index 593b85856b213..0000000000000
--- a/blockchains/ethereum/assets/0x63b4f3e3fa4e438698CE330e365E831F7cCD1eF4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CyberFi Token",
- "type": "ERC20",
- "symbol": "CFi",
- "decimals": 18,
- "website": "https://cyberfi.tech/",
- "description": "The mission of CyberFi is to create a user-friendly DeFi experience and add a new layer of features available. Users of our platform will experience zero-stress, automated DeFi trading and farming, smaller fees and tools for Impermanent Loss mitigation.",
- "explorer": "https://etherscan.io/token/0x63b4f3e3fa4e438698ce330e365e831f7ccd1ef4",
- "status": "active",
- "id": "0x63b4f3e3fa4e438698CE330e365E831F7cCD1eF4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x63b4f3e3fa4e438698CE330e365E831F7cCD1eF4/logo.png b/blockchains/ethereum/assets/0x63b4f3e3fa4e438698CE330e365E831F7cCD1eF4/logo.png
deleted file mode 100644
index ca7ade899fc1c..0000000000000
Binary files a/blockchains/ethereum/assets/0x63b4f3e3fa4e438698CE330e365E831F7cCD1eF4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x63b619A040CcE5f90c12b230d7258E5809E91082/info.json b/blockchains/ethereum/assets/0x63b619A040CcE5f90c12b230d7258E5809E91082/info.json
deleted file mode 100644
index 642865445dc9a..0000000000000
--- a/blockchains/ethereum/assets/0x63b619A040CcE5f90c12b230d7258E5809E91082/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Investment Kingdom",
- "symbol": "KIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x63b619A040CcE5f90c12b230d7258E5809E91082",
- "status": "abandoned",
- "id": "0x63b619A040CcE5f90c12b230d7258E5809E91082"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x63b619A040CcE5f90c12b230d7258E5809E91082/logo.png b/blockchains/ethereum/assets/0x63b619A040CcE5f90c12b230d7258E5809E91082/logo.png
deleted file mode 100644
index 67f988c8c0f0f..0000000000000
Binary files a/blockchains/ethereum/assets/0x63b619A040CcE5f90c12b230d7258E5809E91082/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x63b992e6246d88f07fc35A056d2C365E6D441A3D/info.json b/blockchains/ethereum/assets/0x63b992e6246d88f07fc35A056d2C365E6D441A3D/info.json
deleted file mode 100644
index 961784b52f375..0000000000000
--- a/blockchains/ethereum/assets/0x63b992e6246d88f07fc35A056d2C365E6D441A3D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Soma Community Token",
- "symbol": "SCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://soma.co",
- "explorer": "https://etherscan.io/token/0x63b992e6246d88f07fc35A056d2C365E6D441A3D",
- "status": "abandoned",
- "id": "0x63b992e6246d88f07fc35A056d2C365E6D441A3D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x63b992e6246d88f07fc35A056d2C365E6D441A3D/logo.png b/blockchains/ethereum/assets/0x63b992e6246d88f07fc35A056d2C365E6D441A3D/logo.png
deleted file mode 100644
index 2739951b37a14..0000000000000
Binary files a/blockchains/ethereum/assets/0x63b992e6246d88f07fc35A056d2C365E6D441A3D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x63c9c6BBb3C1dC7769512fD7a9ED49226bEf52f7/info.json b/blockchains/ethereum/assets/0x63c9c6BBb3C1dC7769512fD7a9ED49226bEf52f7/info.json
deleted file mode 100644
index 9c5c9668ef0b9..0000000000000
--- a/blockchains/ethereum/assets/0x63c9c6BBb3C1dC7769512fD7a9ED49226bEf52f7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WrapETH",
- "website": "https://ecocelium.io",
- "description": "Wrapped version of Ethereum (ETH)",
- "explorer": "https://etherscan.io/token/0x63c9c6BBb3C1dC7769512fD7a9ED49226bEf52f7",
- "type": "ERC20",
- "symbol": "eETH",
- "decimals": 18,
- "status": "active",
- "id": "0x63c9c6BBb3C1dC7769512fD7a9ED49226bEf52f7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x63c9c6BBb3C1dC7769512fD7a9ED49226bEf52f7/logo.png b/blockchains/ethereum/assets/0x63c9c6BBb3C1dC7769512fD7a9ED49226bEf52f7/logo.png
deleted file mode 100644
index 8f5f37cb2636b..0000000000000
Binary files a/blockchains/ethereum/assets/0x63c9c6BBb3C1dC7769512fD7a9ED49226bEf52f7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x63d4ed1173B7BBbaD79B897C0989bc1CAe6E2ae6/info.json b/blockchains/ethereum/assets/0x63d4ed1173B7BBbaD79B897C0989bc1CAe6E2ae6/info.json
deleted file mode 100644
index 9b1d8e2638f04..0000000000000
--- a/blockchains/ethereum/assets/0x63d4ed1173B7BBbaD79B897C0989bc1CAe6E2ae6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IONACK",
- "symbol": "ION",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x63d4ed1173B7BBbaD79B897C0989bc1CAe6E2ae6",
- "status": "abandoned",
- "id": "0x63d4ed1173B7BBbaD79B897C0989bc1CAe6E2ae6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x63d4ed1173B7BBbaD79B897C0989bc1CAe6E2ae6/logo.png b/blockchains/ethereum/assets/0x63d4ed1173B7BBbaD79B897C0989bc1CAe6E2ae6/logo.png
deleted file mode 100755
index 41d87f2779b83..0000000000000
Binary files a/blockchains/ethereum/assets/0x63d4ed1173B7BBbaD79B897C0989bc1CAe6E2ae6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x63d958D765F5bd88efDbD8Afd32445393b24907f/info.json b/blockchains/ethereum/assets/0x63d958D765F5bd88efDbD8Afd32445393b24907f/info.json
deleted file mode 100644
index a97adf8308a3c..0000000000000
--- a/blockchains/ethereum/assets/0x63d958D765F5bd88efDbD8Afd32445393b24907f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Acash Coin",
- "symbol": "ACA",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.acashcorp.com/",
- "explorer": "https://etherscan.io/token/0x63d958D765F5bd88efDbD8Afd32445393b24907f",
- "status": "abandoned",
- "id": "0x63d958D765F5bd88efDbD8Afd32445393b24907f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x63d958D765F5bd88efDbD8Afd32445393b24907f/logo.png b/blockchains/ethereum/assets/0x63d958D765F5bd88efDbD8Afd32445393b24907f/logo.png
deleted file mode 100644
index 85bc273dfa2b0..0000000000000
Binary files a/blockchains/ethereum/assets/0x63d958D765F5bd88efDbD8Afd32445393b24907f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x63e634330A20150DbB61B15648bC73855d6CCF07/info.json b/blockchains/ethereum/assets/0x63e634330A20150DbB61B15648bC73855d6CCF07/info.json
deleted file mode 100644
index 70203dfdc9075..0000000000000
--- a/blockchains/ethereum/assets/0x63e634330A20150DbB61B15648bC73855d6CCF07/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lancer Token",
- "symbol": "LNC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://blocklancer.net/",
- "explorer": "https://etherscan.io/token/0x63e634330A20150DbB61B15648bC73855d6CCF07",
- "status": "abandoned",
- "id": "0x63e634330A20150DbB61B15648bC73855d6CCF07"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x63e634330A20150DbB61B15648bC73855d6CCF07/logo.png b/blockchains/ethereum/assets/0x63e634330A20150DbB61B15648bC73855d6CCF07/logo.png
deleted file mode 100644
index 188f5167f7e6c..0000000000000
Binary files a/blockchains/ethereum/assets/0x63e634330A20150DbB61B15648bC73855d6CCF07/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x63ec021C680E3958878aec8615b86Ff48290653f/info.json b/blockchains/ethereum/assets/0x63ec021C680E3958878aec8615b86Ff48290653f/info.json
deleted file mode 100644
index 553e9a916ce31..0000000000000
--- a/blockchains/ethereum/assets/0x63ec021C680E3958878aec8615b86Ff48290653f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg10000",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x63ec021C680E3958878aec8615b86Ff48290653f",
- "status": "abandoned",
- "id": "0x63ec021C680E3958878aec8615b86Ff48290653f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x63ec021C680E3958878aec8615b86Ff48290653f/logo.png b/blockchains/ethereum/assets/0x63ec021C680E3958878aec8615b86Ff48290653f/logo.png
deleted file mode 100644
index e264127df09bc..0000000000000
Binary files a/blockchains/ethereum/assets/0x63ec021C680E3958878aec8615b86Ff48290653f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x63ecd27326E3E6b303aC680cceA0f69816e9873d/info.json b/blockchains/ethereum/assets/0x63ecd27326E3E6b303aC680cceA0f69816e9873d/info.json
deleted file mode 100644
index 57f707bf144ad..0000000000000
--- a/blockchains/ethereum/assets/0x63ecd27326E3E6b303aC680cceA0f69816e9873d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C560226",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x63ecd27326E3E6b303aC680cceA0f69816e9873d",
- "status": "abandoned",
- "id": "0x63ecd27326E3E6b303aC680cceA0f69816e9873d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x63ecd27326E3E6b303aC680cceA0f69816e9873d/logo.png b/blockchains/ethereum/assets/0x63ecd27326E3E6b303aC680cceA0f69816e9873d/logo.png
deleted file mode 100644
index e0c1bb311a90e..0000000000000
Binary files a/blockchains/ethereum/assets/0x63ecd27326E3E6b303aC680cceA0f69816e9873d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x63f0b23080DeC3d4485577F085D117D6DeDa9fDF/info.json b/blockchains/ethereum/assets/0x63f0b23080DeC3d4485577F085D117D6DeDa9fDF/info.json
deleted file mode 100644
index 330b773da3aa5..0000000000000
--- a/blockchains/ethereum/assets/0x63f0b23080DeC3d4485577F085D117D6DeDa9fDF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EveryBody",
- "symbol": "EB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x63f0b23080DeC3d4485577F085D117D6DeDa9fDF",
- "status": "abandoned",
- "id": "0x63f0b23080DeC3d4485577F085D117D6DeDa9fDF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x63f0b23080DeC3d4485577F085D117D6DeDa9fDF/logo.png b/blockchains/ethereum/assets/0x63f0b23080DeC3d4485577F085D117D6DeDa9fDF/logo.png
deleted file mode 100644
index cda952fea43c1..0000000000000
Binary files a/blockchains/ethereum/assets/0x63f0b23080DeC3d4485577F085D117D6DeDa9fDF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x63f584FA56E60e4D0fE8802b27C7e6E3b33E007f/info.json b/blockchains/ethereum/assets/0x63f584FA56E60e4D0fE8802b27C7e6E3b33E007f/info.json
deleted file mode 100644
index 2ab24f0c41e47..0000000000000
--- a/blockchains/ethereum/assets/0x63f584FA56E60e4D0fE8802b27C7e6E3b33E007f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BOX Token",
- "symbol": "BOX",
- "type": "ERC20",
- "decimals": 18,
- "description": "Blockchain Infrastructure For The Digital Content Industry. Empowering a decentralized digital content ecosystem.",
- "website": "https://contentbox.one/",
- "explorer": "https://etherscan.io/token/0x63f584FA56E60e4D0fE8802b27C7e6E3b33E007f",
- "status": "active",
- "id": "0x63f584FA56E60e4D0fE8802b27C7e6E3b33E007f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x63f584FA56E60e4D0fE8802b27C7e6E3b33E007f/logo.png b/blockchains/ethereum/assets/0x63f584FA56E60e4D0fE8802b27C7e6E3b33E007f/logo.png
deleted file mode 100644
index c131d609e2c6b..0000000000000
Binary files a/blockchains/ethereum/assets/0x63f584FA56E60e4D0fE8802b27C7e6E3b33E007f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437/info.json b/blockchains/ethereum/assets/0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437/info.json
deleted file mode 100644
index 7a7cbabc437ed..0000000000000
--- a/blockchains/ethereum/assets/0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437/info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "GAME Credits",
- "website": "https://gamecredits.org",
- "description": "The next-generation blockchain platform for large-scale online games and social apps. GAME Credits is a platform eSports solution for true digital item ownership - Blockchain for every game and every gamer - empower your players and deliver what they want - true ownership, digital security and boundless possibilities for fun.",
- "explorer": "https://etherscan.io/token/0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437",
- "type": "ERC20",
- "symbol": "GAME",
- "decimals": 18,
- "status": "active",
- "id": "0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/novatokenplatform"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/gamecredits"
- },
- {
- "name": "telegram",
- "url": "https://t.me/gamecreditsglobal"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/gamecredits"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/gamecredits/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/GameCredits/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/gamecredits"
- },
- {
- "name": "whitepaper",
- "url": "https://gamecredits.org/wp-content/uploads/2020/04/GC_whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437/logo.png b/blockchains/ethereum/assets/0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437/logo.png
deleted file mode 100644
index c60bccdab9067..0000000000000
Binary files a/blockchains/ethereum/assets/0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6400B5522f8D448C0803e6245436DD1c81dF09ce/info.json b/blockchains/ethereum/assets/0x6400B5522f8D448C0803e6245436DD1c81dF09ce/info.json
deleted file mode 100644
index c4ba1b83b222c..0000000000000
--- a/blockchains/ethereum/assets/0x6400B5522f8D448C0803e6245436DD1c81dF09ce/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CVNToken",
- "symbol": "CVNT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://cvn.io/",
- "explorer": "https://etherscan.io/token/0x6400B5522f8D448C0803e6245436DD1c81dF09ce",
- "status": "abandoned",
- "id": "0x6400B5522f8D448C0803e6245436DD1c81dF09ce"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6400B5522f8D448C0803e6245436DD1c81dF09ce/logo.png b/blockchains/ethereum/assets/0x6400B5522f8D448C0803e6245436DD1c81dF09ce/logo.png
deleted file mode 100644
index 3b3409b1dd992..0000000000000
Binary files a/blockchains/ethereum/assets/0x6400B5522f8D448C0803e6245436DD1c81dF09ce/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x640c88a3F7dbD2CBeB4821b0436Eb49Af86A2aAd/info.json b/blockchains/ethereum/assets/0x640c88a3F7dbD2CBeB4821b0436Eb49Af86A2aAd/info.json
deleted file mode 100644
index e15c3486dc64d..0000000000000
--- a/blockchains/ethereum/assets/0x640c88a3F7dbD2CBeB4821b0436Eb49Af86A2aAd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PURCOW MILK TOKEN",
- "symbol": "MILK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x640c88a3F7dbD2CBeB4821b0436Eb49Af86A2aAd",
- "status": "abandoned",
- "id": "0x640c88a3F7dbD2CBeB4821b0436Eb49Af86A2aAd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x640c88a3F7dbD2CBeB4821b0436Eb49Af86A2aAd/logo.png b/blockchains/ethereum/assets/0x640c88a3F7dbD2CBeB4821b0436Eb49Af86A2aAd/logo.png
deleted file mode 100644
index a79eadd2511f9..0000000000000
Binary files a/blockchains/ethereum/assets/0x640c88a3F7dbD2CBeB4821b0436Eb49Af86A2aAd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6420A10A763dB3E0f3B8EB501Ba9c6153619410b/info.json b/blockchains/ethereum/assets/0x6420A10A763dB3E0f3B8EB501Ba9c6153619410b/info.json
deleted file mode 100644
index ce4965cb74d36..0000000000000
--- a/blockchains/ethereum/assets/0x6420A10A763dB3E0f3B8EB501Ba9c6153619410b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RAS",
- "symbol": "RAS",
- "type": "ERC20",
- "decimals": 4,
- "description": "RAS is a stable crypto asset (“stablecoin”) with a fixed price of 1.00 BRL and it is backed in BRL (Reais) in a 1:1 ratio.",
- "website": "https://ras.cash/",
- "explorer": "https://etherscan.io/token/0x6420A10A763dB3E0f3B8EB501Ba9c6153619410b",
- "status": "active",
- "id": "0x6420A10A763dB3E0f3B8EB501Ba9c6153619410b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6420A10A763dB3E0f3B8EB501Ba9c6153619410b/logo.png b/blockchains/ethereum/assets/0x6420A10A763dB3E0f3B8EB501Ba9c6153619410b/logo.png
deleted file mode 100644
index f690299a4b02a..0000000000000
Binary files a/blockchains/ethereum/assets/0x6420A10A763dB3E0f3B8EB501Ba9c6153619410b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6425c6BE902d692AE2db752B3c268AFAdb099D3b/info.json b/blockchains/ethereum/assets/0x6425c6BE902d692AE2db752B3c268AFAdb099D3b/info.json
deleted file mode 100644
index 258f35e8b263e..0000000000000
--- a/blockchains/ethereum/assets/0x6425c6BE902d692AE2db752B3c268AFAdb099D3b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RED MWAT",
- "symbol": "MWAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Restart Energy MWAT (MWAT) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://restartenergy.io",
- "explorer": "https://etherscan.io/token/0x6425c6BE902d692AE2db752B3c268AFAdb099D3b",
- "status": "active",
- "id": "0x6425c6BE902d692AE2db752B3c268AFAdb099D3b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6425c6BE902d692AE2db752B3c268AFAdb099D3b/logo.png b/blockchains/ethereum/assets/0x6425c6BE902d692AE2db752B3c268AFAdb099D3b/logo.png
deleted file mode 100644
index c38fdf868f59c..0000000000000
Binary files a/blockchains/ethereum/assets/0x6425c6BE902d692AE2db752B3c268AFAdb099D3b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x64340ed116881E2b435b7240b3A60cF224630E01/info.json b/blockchains/ethereum/assets/0x64340ed116881E2b435b7240b3A60cF224630E01/info.json
deleted file mode 100644
index 0eb0d24d11910..0000000000000
--- a/blockchains/ethereum/assets/0x64340ed116881E2b435b7240b3A60cF224630E01/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SIGMA Token",
- "symbol": "SIGMA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x64340ed116881E2b435b7240b3A60cF224630E01",
- "status": "abandoned",
- "id": "0x64340ed116881E2b435b7240b3A60cF224630E01"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x64340ed116881E2b435b7240b3A60cF224630E01/logo.png b/blockchains/ethereum/assets/0x64340ed116881E2b435b7240b3A60cF224630E01/logo.png
deleted file mode 100644
index 28cb39f7f8dc1..0000000000000
Binary files a/blockchains/ethereum/assets/0x64340ed116881E2b435b7240b3A60cF224630E01/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x644192291cc835A93d6330b24EA5f5FEdD0eEF9e/info.json b/blockchains/ethereum/assets/0x644192291cc835A93d6330b24EA5f5FEdD0eEF9e/info.json
deleted file mode 100644
index 6315a0153ea1e..0000000000000
--- a/blockchains/ethereum/assets/0x644192291cc835A93d6330b24EA5f5FEdD0eEF9e/info.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "name": "AllianceBlock Nexera Token",
- "type": "ERC20",
- "symbol": "NXRA",
- "decimals": 18,
- "website": "https://allianceblock.io",
- "description": "Seamless gateways between TradFi and DeFi",
- "explorer": "https://etherscan.io/token/0x644192291cc835a93d6330b24ea5f5fedd0eef9e",
- "status": "active",
- "id": "0x644192291cc835A93d6330b24EA5f5FEdD0eEF9e",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/allianceblock"
- },
- {
- "name": "telegram",
- "url": "https://t.me/AllianceBlock"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/AllianceBlockAnn"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/AllianceBlock/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/allianceblock"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/AllianceBlock"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/allianceblock-nexera"
- },
- {
- "name": "github",
- "url": "https://github.com/Stichting-AllianceBlock-Foundation/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/fB4tkF52H5"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x644192291cc835A93d6330b24EA5f5FEdD0eEF9e/logo.png b/blockchains/ethereum/assets/0x644192291cc835A93d6330b24EA5f5FEdD0eEF9e/logo.png
deleted file mode 100644
index db68f1ad4e461..0000000000000
Binary files a/blockchains/ethereum/assets/0x644192291cc835A93d6330b24EA5f5FEdD0eEF9e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6444b69B46D5bA431C5A7D4e2a91E2e1AD52e4d0/info.json b/blockchains/ethereum/assets/0x6444b69B46D5bA431C5A7D4e2a91E2e1AD52e4d0/info.json
deleted file mode 100644
index b538d51c5a5d0..0000000000000
--- a/blockchains/ethereum/assets/0x6444b69B46D5bA431C5A7D4e2a91E2e1AD52e4d0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Chain Key",
- "symbol": "CKY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6444b69B46D5bA431C5A7D4e2a91E2e1AD52e4d0",
- "status": "abandoned",
- "id": "0x6444b69B46D5bA431C5A7D4e2a91E2e1AD52e4d0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6444b69B46D5bA431C5A7D4e2a91E2e1AD52e4d0/logo.png b/blockchains/ethereum/assets/0x6444b69B46D5bA431C5A7D4e2a91E2e1AD52e4d0/logo.png
deleted file mode 100644
index 9f68d3aa3b5ac..0000000000000
Binary files a/blockchains/ethereum/assets/0x6444b69B46D5bA431C5A7D4e2a91E2e1AD52e4d0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6454340896B9AE47921809de9035F4dADEA3ac8B/info.json b/blockchains/ethereum/assets/0x6454340896B9AE47921809de9035F4dADEA3ac8B/info.json
deleted file mode 100644
index d1edd52f94482..0000000000000
--- a/blockchains/ethereum/assets/0x6454340896B9AE47921809de9035F4dADEA3ac8B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BLOCKCHAIN NEWMEDIA NETWORK",
- "symbol": "BNN2U",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6454340896B9AE47921809de9035F4dADEA3ac8B",
- "status": "abandoned",
- "id": "0x6454340896B9AE47921809de9035F4dADEA3ac8B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6454340896B9AE47921809de9035F4dADEA3ac8B/logo.png b/blockchains/ethereum/assets/0x6454340896B9AE47921809de9035F4dADEA3ac8B/logo.png
deleted file mode 100644
index 40a3951066a71..0000000000000
Binary files a/blockchains/ethereum/assets/0x6454340896B9AE47921809de9035F4dADEA3ac8B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x646707246D7d5C2a86d7206f41CA8199ea9CED69/info.json b/blockchains/ethereum/assets/0x646707246D7d5C2a86d7206f41CA8199ea9CED69/info.json
deleted file mode 100644
index 6e58da131f8a6..0000000000000
--- a/blockchains/ethereum/assets/0x646707246D7d5C2a86d7206f41CA8199ea9CED69/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Porkchop",
- "symbol": "CHOP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.porkchop.network/",
- "explorer": "https://etherscan.io/token/0x646707246D7d5C2a86d7206f41CA8199ea9CED69",
- "status": "abandoned",
- "id": "0x646707246D7d5C2a86d7206f41CA8199ea9CED69"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x646707246D7d5C2a86d7206f41CA8199ea9CED69/logo.png b/blockchains/ethereum/assets/0x646707246D7d5C2a86d7206f41CA8199ea9CED69/logo.png
deleted file mode 100644
index 0a0b99ad8e0b3..0000000000000
Binary files a/blockchains/ethereum/assets/0x646707246D7d5C2a86d7206f41CA8199ea9CED69/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6467882316dc6e206FEef05fBa6deaA69277f155/info.json b/blockchains/ethereum/assets/0x6467882316dc6e206FEef05fBa6deaA69277f155/info.json
deleted file mode 100644
index a34b17e3be858..0000000000000
--- a/blockchains/ethereum/assets/0x6467882316dc6e206FEef05fBa6deaA69277f155/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FAPcoin",
- "symbol": "FAP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6467882316dc6e206FEef05fBa6deaA69277f155",
- "status": "abandoned",
- "id": "0x6467882316dc6e206FEef05fBa6deaA69277f155"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6467882316dc6e206FEef05fBa6deaA69277f155/logo.png b/blockchains/ethereum/assets/0x6467882316dc6e206FEef05fBa6deaA69277f155/logo.png
deleted file mode 100644
index 272e1eb04639c..0000000000000
Binary files a/blockchains/ethereum/assets/0x6467882316dc6e206FEef05fBa6deaA69277f155/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6468e79A80C0eaB0F9A2B574c8d5bC374Af59414/info.json b/blockchains/ethereum/assets/0x6468e79A80C0eaB0F9A2B574c8d5bC374Af59414/info.json
deleted file mode 100644
index 3cb4dde3fb3bb..0000000000000
--- a/blockchains/ethereum/assets/0x6468e79A80C0eaB0F9A2B574c8d5bC374Af59414/info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "E-RADIX",
- "website": "https://radixdlt.com",
- "description": "E-RADIX (eXRD) is the Ethereum token of Radix, the first layer one protocol built for DeFi. Radix introduces a scalable, secure-by-design, composable platform with a DeFi specific build environment to make it easy to build and launch scalable DeFi.",
- "explorer": "https://etherscan.io/token/0x6468e79A80C0eaB0F9A2B574c8d5bC374Af59414",
- "type": "ERC20",
- "symbol": "eXRD",
- "decimals": 18,
- "status": "active",
- "id": "0x6468e79A80C0eaB0F9A2B574c8d5bC374Af59414",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/radixdlt"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Radix"
- },
- {
- "name": "telegram",
- "url": "https://t.me/RadixAnnouncements"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/WkB2USt"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/RadixDLT/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCWz_uLkOCrmSUnLAxSY4N5Q"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Radix/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@radixdlt"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6468e79A80C0eaB0F9A2B574c8d5bC374Af59414/logo.png b/blockchains/ethereum/assets/0x6468e79A80C0eaB0F9A2B574c8d5bC374Af59414/logo.png
deleted file mode 100644
index db2666e269746..0000000000000
Binary files a/blockchains/ethereum/assets/0x6468e79A80C0eaB0F9A2B574c8d5bC374Af59414/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x64786063A352b399d44de2875909D1229F120eBE/info.json b/blockchains/ethereum/assets/0x64786063A352b399d44de2875909D1229F120eBE/info.json
deleted file mode 100644
index 4015b478e851c..0000000000000
--- a/blockchains/ethereum/assets/0x64786063A352b399d44de2875909D1229F120eBE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TAUR",
- "symbol": "TAUR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x64786063A352b399d44de2875909D1229F120eBE",
- "status": "active",
- "id": "0x64786063A352b399d44de2875909D1229F120eBE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x64786063A352b399d44de2875909D1229F120eBE/logo.png b/blockchains/ethereum/assets/0x64786063A352b399d44de2875909D1229F120eBE/logo.png
deleted file mode 100755
index 993c3b9f185ac..0000000000000
Binary files a/blockchains/ethereum/assets/0x64786063A352b399d44de2875909D1229F120eBE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x647F274b3a7248D6CF51b35f08E7E7fD6EdFb271/info.json b/blockchains/ethereum/assets/0x647F274b3a7248D6CF51b35f08E7E7fD6EdFb271/info.json
deleted file mode 100644
index f5795518a9af5..0000000000000
--- a/blockchains/ethereum/assets/0x647F274b3a7248D6CF51b35f08E7E7fD6EdFb271/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Maggie Token",
- "symbol": "MAG",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "http://maggie.vip/",
- "explorer": "https://etherscan.io/token/0x647F274b3a7248D6CF51b35f08E7E7fD6EdFb271",
- "status": "abandoned",
- "id": "0x647F274b3a7248D6CF51b35f08E7E7fD6EdFb271"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x647F274b3a7248D6CF51b35f08E7E7fD6EdFb271/logo.png b/blockchains/ethereum/assets/0x647F274b3a7248D6CF51b35f08E7E7fD6EdFb271/logo.png
deleted file mode 100644
index 6a73ab833d66e..0000000000000
Binary files a/blockchains/ethereum/assets/0x647F274b3a7248D6CF51b35f08E7E7fD6EdFb271/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x64921aCb8Fc1B54D7F774788A405b7cF1864CBFf/info.json b/blockchains/ethereum/assets/0x64921aCb8Fc1B54D7F774788A405b7cF1864CBFf/info.json
deleted file mode 100644
index ce0dd852750a9..0000000000000
--- a/blockchains/ethereum/assets/0x64921aCb8Fc1B54D7F774788A405b7cF1864CBFf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AFRICAN DIGITAL CURRENCY",
- "symbol": "ADC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x64921aCb8Fc1B54D7F774788A405b7cF1864CBFf",
- "status": "abandoned",
- "id": "0x64921aCb8Fc1B54D7F774788A405b7cF1864CBFf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x64921aCb8Fc1B54D7F774788A405b7cF1864CBFf/logo.png b/blockchains/ethereum/assets/0x64921aCb8Fc1B54D7F774788A405b7cF1864CBFf/logo.png
deleted file mode 100644
index 691c528393dce..0000000000000
Binary files a/blockchains/ethereum/assets/0x64921aCb8Fc1B54D7F774788A405b7cF1864CBFf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x64944C83481Ed0228E7500c013E4C23aB825bB6D/info.json b/blockchains/ethereum/assets/0x64944C83481Ed0228E7500c013E4C23aB825bB6D/info.json
deleted file mode 100644
index 80bbe85a80d6b..0000000000000
--- a/blockchains/ethereum/assets/0x64944C83481Ed0228E7500c013E4C23aB825bB6D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Instant Asset Token",
- "symbol": "IAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x64944C83481Ed0228E7500c013E4C23aB825bB6D",
- "status": "abandoned",
- "id": "0x64944C83481Ed0228E7500c013E4C23aB825bB6D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x64944C83481Ed0228E7500c013E4C23aB825bB6D/logo.png b/blockchains/ethereum/assets/0x64944C83481Ed0228E7500c013E4C23aB825bB6D/logo.png
deleted file mode 100644
index 89bd5af229113..0000000000000
Binary files a/blockchains/ethereum/assets/0x64944C83481Ed0228E7500c013E4C23aB825bB6D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x64A60493D888728Cf42616e034a0dfEAe38EFCF0/info.json b/blockchains/ethereum/assets/0x64A60493D888728Cf42616e034a0dfEAe38EFCF0/info.json
deleted file mode 100644
index 20da9afe07ae4..0000000000000
--- a/blockchains/ethereum/assets/0x64A60493D888728Cf42616e034a0dfEAe38EFCF0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Oneledger Token",
- "symbol": "OLT",
- "type": "ERC20",
- "decimals": 18,
- "description": "OneLedger is A Universal Blockchain Protocol Enabling Cross-ledger Access through Business Modularization.",
- "website": "https://oneledger.io/",
- "explorer": "https://etherscan.io/token/0x64A60493D888728Cf42616e034a0dfEAe38EFCF0",
- "status": "active",
- "id": "0x64A60493D888728Cf42616e034a0dfEAe38EFCF0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x64A60493D888728Cf42616e034a0dfEAe38EFCF0/logo.png b/blockchains/ethereum/assets/0x64A60493D888728Cf42616e034a0dfEAe38EFCF0/logo.png
deleted file mode 100644
index 4f2ae04e1b0eb..0000000000000
Binary files a/blockchains/ethereum/assets/0x64A60493D888728Cf42616e034a0dfEAe38EFCF0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x64Ac6Dfd5D74C5A255c970F173Feb37aF6d6D04B/info.json b/blockchains/ethereum/assets/0x64Ac6Dfd5D74C5A255c970F173Feb37aF6d6D04B/info.json
deleted file mode 100644
index 1147a4f0896dd..0000000000000
--- a/blockchains/ethereum/assets/0x64Ac6Dfd5D74C5A255c970F173Feb37aF6d6D04B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crowdnext",
- "symbol": "CNXT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x64Ac6Dfd5D74C5A255c970F173Feb37aF6d6D04B",
- "status": "abandoned",
- "id": "0x64Ac6Dfd5D74C5A255c970F173Feb37aF6d6D04B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x64Ac6Dfd5D74C5A255c970F173Feb37aF6d6D04B/logo.png b/blockchains/ethereum/assets/0x64Ac6Dfd5D74C5A255c970F173Feb37aF6d6D04B/logo.png
deleted file mode 100644
index 180031ce13a86..0000000000000
Binary files a/blockchains/ethereum/assets/0x64Ac6Dfd5D74C5A255c970F173Feb37aF6d6D04B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x64CA86de1D7103943da14aAE723C450c4a1af3C8/info.json b/blockchains/ethereum/assets/0x64CA86de1D7103943da14aAE723C450c4a1af3C8/info.json
deleted file mode 100644
index e823ae0f3af98..0000000000000
--- a/blockchains/ethereum/assets/0x64CA86de1D7103943da14aAE723C450c4a1af3C8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R932638",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x64CA86de1D7103943da14aAE723C450c4a1af3C8",
- "status": "spam",
- "id": "0x64CA86de1D7103943da14aAE723C450c4a1af3C8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x64CA86de1D7103943da14aAE723C450c4a1af3C8/logo.png b/blockchains/ethereum/assets/0x64CA86de1D7103943da14aAE723C450c4a1af3C8/logo.png
deleted file mode 100644
index d71997b9c5842..0000000000000
Binary files a/blockchains/ethereum/assets/0x64CA86de1D7103943da14aAE723C450c4a1af3C8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x64CdF819d3E75Ac8eC217B3496d7cE167Be42e80/info.json b/blockchains/ethereum/assets/0x64CdF819d3E75Ac8eC217B3496d7cE167Be42e80/info.json
deleted file mode 100644
index 9ab7060758ca8..0000000000000
--- a/blockchains/ethereum/assets/0x64CdF819d3E75Ac8eC217B3496d7cE167Be42e80/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "InsurePal token",
- "symbol": "IPL",
- "type": "ERC20",
- "decimals": 18,
- "description": "Team insurance is a form of insurance in which a group of people insures themselves at the same time, as a team.",
- "website": "https://insurepal.io/",
- "explorer": "https://etherscan.io/token/0x64CdF819d3E75Ac8eC217B3496d7cE167Be42e80",
- "status": "active",
- "id": "0x64CdF819d3E75Ac8eC217B3496d7cE167Be42e80"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x64CdF819d3E75Ac8eC217B3496d7cE167Be42e80/logo.png b/blockchains/ethereum/assets/0x64CdF819d3E75Ac8eC217B3496d7cE167Be42e80/logo.png
deleted file mode 100644
index a6924613aaeb9..0000000000000
Binary files a/blockchains/ethereum/assets/0x64CdF819d3E75Ac8eC217B3496d7cE167Be42e80/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x64D91f12Ece7362F91A6f8E7940Cd55F05060b92/info.json b/blockchains/ethereum/assets/0x64D91f12Ece7362F91A6f8E7940Cd55F05060b92/info.json
deleted file mode 100644
index 227e4dfdafff9..0000000000000
--- a/blockchains/ethereum/assets/0x64D91f12Ece7362F91A6f8E7940Cd55F05060b92/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "ASH",
- "symbol": "ASH",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x64D91f12Ece7362F91A6f8E7940Cd55F05060b92"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x64D91f12Ece7362F91A6f8E7940Cd55F05060b92/logo.png b/blockchains/ethereum/assets/0x64D91f12Ece7362F91A6f8E7940Cd55F05060b92/logo.png
deleted file mode 100644
index d5fc819fc383d..0000000000000
Binary files a/blockchains/ethereum/assets/0x64D91f12Ece7362F91A6f8E7940Cd55F05060b92/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x64EA2c6104F1CF3035E28Be0f781B6286d50934D/info.json b/blockchains/ethereum/assets/0x64EA2c6104F1CF3035E28Be0f781B6286d50934D/info.json
deleted file mode 100644
index 88b160618451b..0000000000000
--- a/blockchains/ethereum/assets/0x64EA2c6104F1CF3035E28Be0f781B6286d50934D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Satoshivisioncoin",
- "symbol": "SVC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://satoshivisioncoin.com/",
- "explorer": "https://etherscan.io/token/0x64EA2c6104F1CF3035E28Be0f781B6286d50934D",
- "status": "abandoned",
- "id": "0x64EA2c6104F1CF3035E28Be0f781B6286d50934D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x64EA2c6104F1CF3035E28Be0f781B6286d50934D/logo.png b/blockchains/ethereum/assets/0x64EA2c6104F1CF3035E28Be0f781B6286d50934D/logo.png
deleted file mode 100644
index bb48ac87a60b0..0000000000000
Binary files a/blockchains/ethereum/assets/0x64EA2c6104F1CF3035E28Be0f781B6286d50934D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x64Ee5a075701f75359F10626BC986Aae844Ad9a7/info.json b/blockchains/ethereum/assets/0x64Ee5a075701f75359F10626BC986Aae844Ad9a7/info.json
deleted file mode 100644
index 168f99ef5a452..0000000000000
--- a/blockchains/ethereum/assets/0x64Ee5a075701f75359F10626BC986Aae844Ad9a7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TradeStars TSX Utility Coin",
- "symbol": "TSX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x64Ee5a075701f75359F10626BC986Aae844Ad9a7",
- "status": "abandoned",
- "id": "0x64Ee5a075701f75359F10626BC986Aae844Ad9a7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x64Ee5a075701f75359F10626BC986Aae844Ad9a7/logo.png b/blockchains/ethereum/assets/0x64Ee5a075701f75359F10626BC986Aae844Ad9a7/logo.png
deleted file mode 100644
index 50c306350e40b..0000000000000
Binary files a/blockchains/ethereum/assets/0x64Ee5a075701f75359F10626BC986Aae844Ad9a7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x64d0260eF0BA835c427603a3DECEe49f539653E9/info.json b/blockchains/ethereum/assets/0x64d0260eF0BA835c427603a3DECEe49f539653E9/info.json
deleted file mode 100644
index 1fabe17862c99..0000000000000
--- a/blockchains/ethereum/assets/0x64d0260eF0BA835c427603a3DECEe49f539653E9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Business",
- "symbol": "BET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x64d0260eF0BA835c427603a3DECEe49f539653E9",
- "status": "abandoned",
- "id": "0x64d0260eF0BA835c427603a3DECEe49f539653E9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x64d0260eF0BA835c427603a3DECEe49f539653E9/logo.png b/blockchains/ethereum/assets/0x64d0260eF0BA835c427603a3DECEe49f539653E9/logo.png
deleted file mode 100644
index 0c2af6565e87f..0000000000000
Binary files a/blockchains/ethereum/assets/0x64d0260eF0BA835c427603a3DECEe49f539653E9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x64e274f486a5c6c52b09D1862Bb291Ec647c7d82/info.json b/blockchains/ethereum/assets/0x64e274f486a5c6c52b09D1862Bb291Ec647c7d82/info.json
deleted file mode 100644
index f4709019ac029..0000000000000
--- a/blockchains/ethereum/assets/0x64e274f486a5c6c52b09D1862Bb291Ec647c7d82/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OZCAR",
- "symbol": "OCR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x64e274f486a5c6c52b09D1862Bb291Ec647c7d82",
- "status": "abandoned",
- "id": "0x64e274f486a5c6c52b09D1862Bb291Ec647c7d82"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x64e274f486a5c6c52b09D1862Bb291Ec647c7d82/logo.png b/blockchains/ethereum/assets/0x64e274f486a5c6c52b09D1862Bb291Ec647c7d82/logo.png
deleted file mode 100644
index 1357b3835aa17..0000000000000
Binary files a/blockchains/ethereum/assets/0x64e274f486a5c6c52b09D1862Bb291Ec647c7d82/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x64f64A26873ffbD11188679fB85FE00b6a2DdE27/info.json b/blockchains/ethereum/assets/0x64f64A26873ffbD11188679fB85FE00b6a2DdE27/info.json
deleted file mode 100644
index cc19f5a43b0a7..0000000000000
--- a/blockchains/ethereum/assets/0x64f64A26873ffbD11188679fB85FE00b6a2DdE27/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ltconlinemarkets",
- "website": "https://ltconlinemarkets.com/Token/",
- "description": "LOM is a collaborative and decentralised solution for the globalsourcing and problems.I",
- "explorer": "https://etherscan.io/token/0x64f64A26873ffbD11188679fB85FE00b6a2DdE27",
- "type": "ERC20",
- "symbol": "LOM",
- "decimals": 18,
- "status": "active",
- "id": "0x64f64A26873ffbD11188679fB85FE00b6a2DdE27"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x64f64A26873ffbD11188679fB85FE00b6a2DdE27/logo.png b/blockchains/ethereum/assets/0x64f64A26873ffbD11188679fB85FE00b6a2DdE27/logo.png
deleted file mode 100644
index 0212e32983e32..0000000000000
Binary files a/blockchains/ethereum/assets/0x64f64A26873ffbD11188679fB85FE00b6a2DdE27/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x650882557EAF672A7Ee16f6338031bB277572BD0/info.json b/blockchains/ethereum/assets/0x650882557EAF672A7Ee16f6338031bB277572BD0/info.json
deleted file mode 100644
index c81b94d76d8e6..0000000000000
--- a/blockchains/ethereum/assets/0x650882557EAF672A7Ee16f6338031bB277572BD0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hydra Protocol",
- "symbol": "HPL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x650882557EAF672A7Ee16f6338031bB277572BD0",
- "status": "abandoned",
- "id": "0x650882557EAF672A7Ee16f6338031bB277572BD0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x650882557EAF672A7Ee16f6338031bB277572BD0/logo.png b/blockchains/ethereum/assets/0x650882557EAF672A7Ee16f6338031bB277572BD0/logo.png
deleted file mode 100644
index 8bda527b22838..0000000000000
Binary files a/blockchains/ethereum/assets/0x650882557EAF672A7Ee16f6338031bB277572BD0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x651bC25bB8913c48A4249992C303B1E48189a004/info.json b/blockchains/ethereum/assets/0x651bC25bB8913c48A4249992C303B1E48189a004/info.json
deleted file mode 100644
index 7d7dd63367d4c..0000000000000
--- a/blockchains/ethereum/assets/0x651bC25bB8913c48A4249992C303B1E48189a004/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yasuda Crypto",
- "symbol": "TAKAYASUDA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x651bC25bB8913c48A4249992C303B1E48189a004",
- "status": "abandoned",
- "id": "0x651bC25bB8913c48A4249992C303B1E48189a004"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x651bC25bB8913c48A4249992C303B1E48189a004/logo.png b/blockchains/ethereum/assets/0x651bC25bB8913c48A4249992C303B1E48189a004/logo.png
deleted file mode 100644
index 2968b3fac06b0..0000000000000
Binary files a/blockchains/ethereum/assets/0x651bC25bB8913c48A4249992C303B1E48189a004/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6524B87960c2d573AE514fd4181777E7842435d4/info.json b/blockchains/ethereum/assets/0x6524B87960c2d573AE514fd4181777E7842435d4/info.json
deleted file mode 100644
index 9f5f6db5a4be6..0000000000000
--- a/blockchains/ethereum/assets/0x6524B87960c2d573AE514fd4181777E7842435d4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Benzene 2.1",
- "symbol": "BZN",
- "type": "ERC20",
- "decimals": 18,
- "description": "War Riders is the MMO game of earning cryptocurrency and blowing up cars. Use your vehicles to mine and attack enemies for Benzene.",
- "website": "https://warriders.com/",
- "explorer": "https://etherscan.io/token/0x6524B87960c2d573AE514fd4181777E7842435d4",
- "status": "active",
- "id": "0x6524B87960c2d573AE514fd4181777E7842435d4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6524B87960c2d573AE514fd4181777E7842435d4/logo.png b/blockchains/ethereum/assets/0x6524B87960c2d573AE514fd4181777E7842435d4/logo.png
deleted file mode 100755
index 845ddbab3bf34..0000000000000
Binary files a/blockchains/ethereum/assets/0x6524B87960c2d573AE514fd4181777E7842435d4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x652594082f97392a1703D80985Ab575085f34a4e/info.json b/blockchains/ethereum/assets/0x652594082f97392a1703D80985Ab575085f34a4e/info.json
deleted file mode 100644
index b5a96304f313e..0000000000000
--- a/blockchains/ethereum/assets/0x652594082f97392a1703D80985Ab575085f34a4e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Silvertoken",
- "symbol": "SLVT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "Http://www.silvertoken.com",
- "explorer": "https://etherscan.io/token/0x652594082f97392a1703D80985Ab575085f34a4e",
- "status": "abandoned",
- "id": "0x652594082f97392a1703D80985Ab575085f34a4e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x652594082f97392a1703D80985Ab575085f34a4e/logo.png b/blockchains/ethereum/assets/0x652594082f97392a1703D80985Ab575085f34a4e/logo.png
deleted file mode 100644
index fbe81a4367cbb..0000000000000
Binary files a/blockchains/ethereum/assets/0x652594082f97392a1703D80985Ab575085f34a4e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x65292EeadF1426Cd2dF1C4793a3d7519f253913b/info.json b/blockchains/ethereum/assets/0x65292EeadF1426Cd2dF1C4793a3d7519f253913b/info.json
deleted file mode 100644
index e024de047407d..0000000000000
--- a/blockchains/ethereum/assets/0x65292EeadF1426Cd2dF1C4793a3d7519f253913b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COSS",
- "symbol": "COSS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x65292EeadF1426Cd2dF1C4793a3d7519f253913b",
- "status": "abandoned",
- "id": "0x65292EeadF1426Cd2dF1C4793a3d7519f253913b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x65292EeadF1426Cd2dF1C4793a3d7519f253913b/logo.png b/blockchains/ethereum/assets/0x65292EeadF1426Cd2dF1C4793a3d7519f253913b/logo.png
deleted file mode 100755
index f29a52748fdc9..0000000000000
Binary files a/blockchains/ethereum/assets/0x65292EeadF1426Cd2dF1C4793a3d7519f253913b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6531f133e6DeeBe7F2dcE5A0441aA7ef330B4e53/info.json b/blockchains/ethereum/assets/0x6531f133e6DeeBe7F2dcE5A0441aA7ef330B4e53/info.json
deleted file mode 100644
index c1552001eb996..0000000000000
--- a/blockchains/ethereum/assets/0x6531f133e6DeeBe7F2dcE5A0441aA7ef330B4e53/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Chronobank TIME (EOL)",
- "website": "https://chronobank.io",
- "description": "TIME is an utility token of Chronobank ecosystem",
- "explorer": "https://etherscan.io/token/0x6531f133e6deebe7f2dce5a0441aa7ef330b4e53",
- "type": "ERC20",
- "symbol": "TIME",
- "decimals": 8,
- "status": "active",
- "id": "0x6531f133e6DeeBe7F2dcE5A0441aA7ef330B4e53"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6531f133e6DeeBe7F2dcE5A0441aA7ef330B4e53/logo.png b/blockchains/ethereum/assets/0x6531f133e6DeeBe7F2dcE5A0441aA7ef330B4e53/logo.png
deleted file mode 100644
index 6c72ef3a9aea2..0000000000000
Binary files a/blockchains/ethereum/assets/0x6531f133e6DeeBe7F2dcE5A0441aA7ef330B4e53/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x653430560bE843C4a3D143d0110e896c2Ab8ac0D/info.json b/blockchains/ethereum/assets/0x653430560bE843C4a3D143d0110e896c2Ab8ac0D/info.json
deleted file mode 100644
index 248cbd16de7cc..0000000000000
--- a/blockchains/ethereum/assets/0x653430560bE843C4a3D143d0110e896c2Ab8ac0D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Molecular Future",
- "website": "http://molecular.cc",
- "description": "Molecular Future is an innovative financial investment service company. The platform includes but not limited to digital currency management, hedge funds, crowd funding, ETF index funds, and mortgage transaction products.",
- "explorer": "https://etherscan.io/token/0x653430560bE843C4a3D143d0110e896c2Ab8ac0D",
- "type": "ERC20",
- "symbol": "MOF",
- "decimals": 16,
- "status": "active",
- "id": "0x653430560bE843C4a3D143d0110e896c2Ab8ac0D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x653430560bE843C4a3D143d0110e896c2Ab8ac0D/logo.png b/blockchains/ethereum/assets/0x653430560bE843C4a3D143d0110e896c2Ab8ac0D/logo.png
deleted file mode 100644
index 801780d047a09..0000000000000
Binary files a/blockchains/ethereum/assets/0x653430560bE843C4a3D143d0110e896c2Ab8ac0D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x653d2fD3ca2D8795831f5c73afdb28B122BD4C4D/info.json b/blockchains/ethereum/assets/0x653d2fD3ca2D8795831f5c73afdb28B122BD4C4D/info.json
deleted file mode 100644
index 14f377b67aaa2..0000000000000
--- a/blockchains/ethereum/assets/0x653d2fD3ca2D8795831f5c73afdb28B122BD4C4D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R943215",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x653d2fD3ca2D8795831f5c73afdb28B122BD4C4D",
- "status": "abandoned",
- "id": "0x653d2fD3ca2D8795831f5c73afdb28B122BD4C4D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x653d2fD3ca2D8795831f5c73afdb28B122BD4C4D/logo.png b/blockchains/ethereum/assets/0x653d2fD3ca2D8795831f5c73afdb28B122BD4C4D/logo.png
deleted file mode 100644
index 32fc5dcaaf8bc..0000000000000
Binary files a/blockchains/ethereum/assets/0x653d2fD3ca2D8795831f5c73afdb28B122BD4C4D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6556D2EC4D96Da39CF75cbE50D58fae90079800a/info.json b/blockchains/ethereum/assets/0x6556D2EC4D96Da39CF75cbE50D58fae90079800a/info.json
deleted file mode 100644
index 9a31ff305d912..0000000000000
--- a/blockchains/ethereum/assets/0x6556D2EC4D96Da39CF75cbE50D58fae90079800a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lukki Operating Token",
- "symbol": "LOT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://lukki.io/",
- "explorer": "https://etherscan.io/token/0x6556D2EC4D96Da39CF75cbE50D58fae90079800a",
- "status": "abandoned",
- "id": "0x6556D2EC4D96Da39CF75cbE50D58fae90079800a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6556D2EC4D96Da39CF75cbE50D58fae90079800a/logo.png b/blockchains/ethereum/assets/0x6556D2EC4D96Da39CF75cbE50D58fae90079800a/logo.png
deleted file mode 100644
index 4d80a61eb746a..0000000000000
Binary files a/blockchains/ethereum/assets/0x6556D2EC4D96Da39CF75cbE50D58fae90079800a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x657f624dd8Eef219E020C456A991A68f3e205a3D/info.json b/blockchains/ethereum/assets/0x657f624dd8Eef219E020C456A991A68f3e205a3D/info.json
deleted file mode 100644
index 20b0085ec5ec6..0000000000000
--- a/blockchains/ethereum/assets/0x657f624dd8Eef219E020C456A991A68f3e205a3D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Digital Trader Luxury",
- "symbol": "DTL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x657f624dd8Eef219E020C456A991A68f3e205a3D",
- "status": "abandoned",
- "id": "0x657f624dd8Eef219E020C456A991A68f3e205a3D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x657f624dd8Eef219E020C456A991A68f3e205a3D/logo.png b/blockchains/ethereum/assets/0x657f624dd8Eef219E020C456A991A68f3e205a3D/logo.png
deleted file mode 100644
index 546f310f51d80..0000000000000
Binary files a/blockchains/ethereum/assets/0x657f624dd8Eef219E020C456A991A68f3e205a3D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x658D79c02A4829B5efA49254F627287e92458ECD/info.json b/blockchains/ethereum/assets/0x658D79c02A4829B5efA49254F627287e92458ECD/info.json
deleted file mode 100644
index 1786a3dc24144..0000000000000
--- a/blockchains/ethereum/assets/0x658D79c02A4829B5efA49254F627287e92458ECD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "M2O coin",
- "symbol": "M2O",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x658D79c02A4829B5efA49254F627287e92458ECD",
- "status": "abandoned",
- "id": "0x658D79c02A4829B5efA49254F627287e92458ECD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x658D79c02A4829B5efA49254F627287e92458ECD/logo.png b/blockchains/ethereum/assets/0x658D79c02A4829B5efA49254F627287e92458ECD/logo.png
deleted file mode 100644
index 29a0052c43375..0000000000000
Binary files a/blockchains/ethereum/assets/0x658D79c02A4829B5efA49254F627287e92458ECD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x659635905891a08f23D2CC7E000Bc452eA5EE074/info.json b/blockchains/ethereum/assets/0x659635905891a08f23D2CC7E000Bc452eA5EE074/info.json
deleted file mode 100644
index 097b8b72f1ef4..0000000000000
--- a/blockchains/ethereum/assets/0x659635905891a08f23D2CC7E000Bc452eA5EE074/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CCTCOIN",
- "symbol": "CCTC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://cybercrypto.io/",
- "explorer": "https://etherscan.io/token/0x659635905891a08f23D2CC7E000Bc452eA5EE074",
- "status": "abandoned",
- "id": "0x659635905891a08f23D2CC7E000Bc452eA5EE074"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x659635905891a08f23D2CC7E000Bc452eA5EE074/logo.png b/blockchains/ethereum/assets/0x659635905891a08f23D2CC7E000Bc452eA5EE074/logo.png
deleted file mode 100644
index c1312fc7f1c2f..0000000000000
Binary files a/blockchains/ethereum/assets/0x659635905891a08f23D2CC7E000Bc452eA5EE074/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x65BCd48666b1c534947bCd1518c42974d07e781d/info.json b/blockchains/ethereum/assets/0x65BCd48666b1c534947bCd1518c42974d07e781d/info.json
deleted file mode 100644
index c801bfcccdc09..0000000000000
--- a/blockchains/ethereum/assets/0x65BCd48666b1c534947bCd1518c42974d07e781d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R790705",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x65BCd48666b1c534947bCd1518c42974d07e781d",
- "status": "abandoned",
- "id": "0x65BCd48666b1c534947bCd1518c42974d07e781d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x65BCd48666b1c534947bCd1518c42974d07e781d/logo.png b/blockchains/ethereum/assets/0x65BCd48666b1c534947bCd1518c42974d07e781d/logo.png
deleted file mode 100644
index 3c548b66b3ff5..0000000000000
Binary files a/blockchains/ethereum/assets/0x65BCd48666b1c534947bCd1518c42974d07e781d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x65C9F3bC25370cD91FD7a1BAdC7352CaE2D8031B/info.json b/blockchains/ethereum/assets/0x65C9F3bC25370cD91FD7a1BAdC7352CaE2D8031B/info.json
deleted file mode 100644
index 04638a255afd7..0000000000000
--- a/blockchains/ethereum/assets/0x65C9F3bC25370cD91FD7a1BAdC7352CaE2D8031B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COZ",
- "symbol": "COZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x65C9F3bC25370cD91FD7a1BAdC7352CaE2D8031B",
- "status": "abandoned",
- "id": "0x65C9F3bC25370cD91FD7a1BAdC7352CaE2D8031B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x65C9F3bC25370cD91FD7a1BAdC7352CaE2D8031B/logo.png b/blockchains/ethereum/assets/0x65C9F3bC25370cD91FD7a1BAdC7352CaE2D8031B/logo.png
deleted file mode 100644
index ff2dd1914dc24..0000000000000
Binary files a/blockchains/ethereum/assets/0x65C9F3bC25370cD91FD7a1BAdC7352CaE2D8031B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x65ED27b8560aA16b12E684620679AeAB531eF84B/info.json b/blockchains/ethereum/assets/0x65ED27b8560aA16b12E684620679AeAB531eF84B/info.json
deleted file mode 100644
index f1bc96fce3df3..0000000000000
--- a/blockchains/ethereum/assets/0x65ED27b8560aA16b12E684620679AeAB531eF84B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "69 c",
- "symbol": "COIN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x65ED27b8560aA16b12E684620679AeAB531eF84B",
- "status": "abandoned",
- "id": "0x65ED27b8560aA16b12E684620679AeAB531eF84B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x65ED27b8560aA16b12E684620679AeAB531eF84B/logo.png b/blockchains/ethereum/assets/0x65ED27b8560aA16b12E684620679AeAB531eF84B/logo.png
deleted file mode 100644
index 7572fafdc387e..0000000000000
Binary files a/blockchains/ethereum/assets/0x65ED27b8560aA16b12E684620679AeAB531eF84B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x65Ef703f5594D2573eb71Aaf55BC0CB548492df4/info.json b/blockchains/ethereum/assets/0x65Ef703f5594D2573eb71Aaf55BC0CB548492df4/info.json
deleted file mode 100644
index 7505eaf1e2fc6..0000000000000
--- a/blockchains/ethereum/assets/0x65Ef703f5594D2573eb71Aaf55BC0CB548492df4/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Multichain",
- "symbol": "MULTI",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x65Ef703f5594D2573eb71Aaf55BC0CB548492df4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x65Ef703f5594D2573eb71Aaf55BC0CB548492df4/logo.png b/blockchains/ethereum/assets/0x65Ef703f5594D2573eb71Aaf55BC0CB548492df4/logo.png
deleted file mode 100644
index 7a5d7c63b83d3..0000000000000
Binary files a/blockchains/ethereum/assets/0x65Ef703f5594D2573eb71Aaf55BC0CB548492df4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x65cCD72c0813CE6f2703593B633202a0F3Ca6a0c/info.json b/blockchains/ethereum/assets/0x65cCD72c0813CE6f2703593B633202a0F3Ca6a0c/info.json
deleted file mode 100644
index 4ac0c4edbacb6..0000000000000
--- a/blockchains/ethereum/assets/0x65cCD72c0813CE6f2703593B633202a0F3Ca6a0c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nestree",
- "symbol": "EGG",
- "type": "ERC20",
- "decimals": 18,
- "description": "Nestree Community Messenger.",
- "website": "https://www.nestree.io/",
- "explorer": "https://etherscan.io/token/0x65cCD72c0813CE6f2703593B633202a0F3Ca6a0c",
- "status": "active",
- "id": "0x65cCD72c0813CE6f2703593B633202a0F3Ca6a0c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x65cCD72c0813CE6f2703593B633202a0F3Ca6a0c/logo.png b/blockchains/ethereum/assets/0x65cCD72c0813CE6f2703593B633202a0F3Ca6a0c/logo.png
deleted file mode 100644
index cfb8bfa223bbd..0000000000000
Binary files a/blockchains/ethereum/assets/0x65cCD72c0813CE6f2703593B633202a0F3Ca6a0c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x65d9bC970aA9B2413027fA339F7f179B3F3f2604/info.json b/blockchains/ethereum/assets/0x65d9bC970aA9B2413027fA339F7f179B3F3f2604/info.json
deleted file mode 100644
index 2d53325b8c56c..0000000000000
--- a/blockchains/ethereum/assets/0x65d9bC970aA9B2413027fA339F7f179B3F3f2604/info.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "KUN",
- "website": "https://qian.finance/mining",
- "description": "KUN is the governance token of the QIAN stablecoin protocol. It is used to vote on QIAN governance and to maintain QUSD price stability.",
- "explorer": "https://etherscan.io/token/0x65d9bC970aA9B2413027fA339F7f179B3F3f2604",
- "audit_report": "https://qian.finance/PeckShield-Audit-Report-QIAN2-v1.0.pdf",
- "type": "ERC20",
- "symbol": "KUN",
- "decimals": 18,
- "status": "active",
- "id": "0x65d9bC970aA9B2413027fA339F7f179B3F3f2604",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://qian.finance/qian_whitepaper_zh.pdf"
- },
- {
- "name": "github",
- "url": "https://github.com/QIAN-Protocol/QIAN"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x65d9bC970aA9B2413027fA339F7f179B3F3f2604/logo.png b/blockchains/ethereum/assets/0x65d9bC970aA9B2413027fA339F7f179B3F3f2604/logo.png
deleted file mode 100644
index 195a3271649ee..0000000000000
Binary files a/blockchains/ethereum/assets/0x65d9bC970aA9B2413027fA339F7f179B3F3f2604/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x65ed651b23B13268C3F5971372BE770Bde1b0A6F/info.json b/blockchains/ethereum/assets/0x65ed651b23B13268C3F5971372BE770Bde1b0A6F/info.json
deleted file mode 100644
index dae7a3282bb6f..0000000000000
--- a/blockchains/ethereum/assets/0x65ed651b23B13268C3F5971372BE770Bde1b0A6F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Basis Neuro System Token",
- "symbol": "BNST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x65ed651b23B13268C3F5971372BE770Bde1b0A6F",
- "status": "abandoned",
- "id": "0x65ed651b23B13268C3F5971372BE770Bde1b0A6F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x65ed651b23B13268C3F5971372BE770Bde1b0A6F/logo.png b/blockchains/ethereum/assets/0x65ed651b23B13268C3F5971372BE770Bde1b0A6F/logo.png
deleted file mode 100644
index c1a3a922144c1..0000000000000
Binary files a/blockchains/ethereum/assets/0x65ed651b23B13268C3F5971372BE770Bde1b0A6F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x660AD693D77FB33325aCdf0250E5417d929F8d7d/info.json b/blockchains/ethereum/assets/0x660AD693D77FB33325aCdf0250E5417d929F8d7d/info.json
deleted file mode 100644
index 2347a4b95b551..0000000000000
--- a/blockchains/ethereum/assets/0x660AD693D77FB33325aCdf0250E5417d929F8d7d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UniFire",
- "symbol": "uFire",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x660AD693D77FB33325aCdf0250E5417d929F8d7d",
- "status": "abandoned",
- "id": "0x660AD693D77FB33325aCdf0250E5417d929F8d7d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x660AD693D77FB33325aCdf0250E5417d929F8d7d/logo.png b/blockchains/ethereum/assets/0x660AD693D77FB33325aCdf0250E5417d929F8d7d/logo.png
deleted file mode 100644
index a2e2e88e5af49..0000000000000
Binary files a/blockchains/ethereum/assets/0x660AD693D77FB33325aCdf0250E5417d929F8d7d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x660Fc35032bbbB04A2bd6c39C7c29D6214e1BF75/info.json b/blockchains/ethereum/assets/0x660Fc35032bbbB04A2bd6c39C7c29D6214e1BF75/info.json
deleted file mode 100644
index e5496f7115e66..0000000000000
--- a/blockchains/ethereum/assets/0x660Fc35032bbbB04A2bd6c39C7c29D6214e1BF75/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C476246",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x660Fc35032bbbB04A2bd6c39C7c29D6214e1BF75",
- "status": "abandoned",
- "id": "0x660Fc35032bbbB04A2bd6c39C7c29D6214e1BF75"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x660Fc35032bbbB04A2bd6c39C7c29D6214e1BF75/logo.png b/blockchains/ethereum/assets/0x660Fc35032bbbB04A2bd6c39C7c29D6214e1BF75/logo.png
deleted file mode 100644
index 11cb71d4d253d..0000000000000
Binary files a/blockchains/ethereum/assets/0x660Fc35032bbbB04A2bd6c39C7c29D6214e1BF75/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x660e71483785f66133548B10f6926dC332b06e61/info.json b/blockchains/ethereum/assets/0x660e71483785f66133548B10f6926dC332b06e61/info.json
deleted file mode 100644
index 784fc1b0170f3..0000000000000
--- a/blockchains/ethereum/assets/0x660e71483785f66133548B10f6926dC332b06e61/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Adelphoi",
- "symbol": "ADL",
- "type": "ERC20",
- "decimals": 18,
- "description": "Adel is a cryptocurrency system and global community that is self-sustaining and operates within its own macroeconomic ecosystem. This ecosystem will maintain its fiat independence through the use of the Adelphoi ($ADL) cryptocurrency coin.",
- "website": "https://www.adelphoi.io/",
- "explorer": "https://etherscan.io/token/0x660e71483785f66133548B10f6926dC332b06e61",
- "status": "active",
- "id": "0x660e71483785f66133548B10f6926dC332b06e61"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x660e71483785f66133548B10f6926dC332b06e61/logo.png b/blockchains/ethereum/assets/0x660e71483785f66133548B10f6926dC332b06e61/logo.png
deleted file mode 100644
index 008266beddb14..0000000000000
Binary files a/blockchains/ethereum/assets/0x660e71483785f66133548B10f6926dC332b06e61/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6613876533Bc69b9DD628611a4D5dD2CCD8C7638/info.json b/blockchains/ethereum/assets/0x6613876533Bc69b9DD628611a4D5dD2CCD8C7638/info.json
deleted file mode 100644
index 9b35a2b30ec7b..0000000000000
--- a/blockchains/ethereum/assets/0x6613876533Bc69b9DD628611a4D5dD2CCD8C7638/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Toqqn",
- "symbol": "TQN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6613876533Bc69b9DD628611a4D5dD2CCD8C7638",
- "status": "abandoned",
- "id": "0x6613876533Bc69b9DD628611a4D5dD2CCD8C7638"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6613876533Bc69b9DD628611a4D5dD2CCD8C7638/logo.png b/blockchains/ethereum/assets/0x6613876533Bc69b9DD628611a4D5dD2CCD8C7638/logo.png
deleted file mode 100644
index 2a6d7204ed222..0000000000000
Binary files a/blockchains/ethereum/assets/0x6613876533Bc69b9DD628611a4D5dD2CCD8C7638/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x66186008C1050627F979d464eABb258860563dbE/info.json b/blockchains/ethereum/assets/0x66186008C1050627F979d464eABb258860563dbE/info.json
deleted file mode 100644
index 1592394561327..0000000000000
--- a/blockchains/ethereum/assets/0x66186008C1050627F979d464eABb258860563dbE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MediShares Token",
- "symbol": "MDS",
- "type": "ERC20",
- "decimals": 18,
- "description": "Mutual DAO System is a Ethereum based, decentralized, open-source mutual insurance marketplace.",
- "website": "http://www.medishares.org/",
- "explorer": "https://etherscan.io/token/0x66186008C1050627F979d464eABb258860563dbE",
- "status": "active",
- "id": "0x66186008C1050627F979d464eABb258860563dbE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x66186008C1050627F979d464eABb258860563dbE/logo.png b/blockchains/ethereum/assets/0x66186008C1050627F979d464eABb258860563dbE/logo.png
deleted file mode 100755
index 415eaa6b59d44..0000000000000
Binary files a/blockchains/ethereum/assets/0x66186008C1050627F979d464eABb258860563dbE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x661Ab0Ed68000491d98C796146bcF28c20d7c559/info.json b/blockchains/ethereum/assets/0x661Ab0Ed68000491d98C796146bcF28c20d7c559/info.json
deleted file mode 100644
index 4d7cd4140e1aa..0000000000000
--- a/blockchains/ethereum/assets/0x661Ab0Ed68000491d98C796146bcF28c20d7c559/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Shadows",
- "symbol": "DOWS",
- "type": "ERC20",
- "decimals": 18,
- "description": "Shadows is a hub for issuing, trading, lending and borrowing synthetic assets.",
- "website": "http://shadows.link/",
- "explorer": "https://etherscan.io/token/0x661ab0ed68000491d98c796146bcf28c20d7c559",
- "status": "active",
- "id": "0x661Ab0Ed68000491d98C796146bcF28c20d7c559"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x661Ab0Ed68000491d98C796146bcF28c20d7c559/logo.png b/blockchains/ethereum/assets/0x661Ab0Ed68000491d98C796146bcF28c20d7c559/logo.png
deleted file mode 100644
index 0344c1c493d3b..0000000000000
Binary files a/blockchains/ethereum/assets/0x661Ab0Ed68000491d98C796146bcF28c20d7c559/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x662F5Ed82f2FF613a35c5Dd2Cd30048e1330aC93/info.json b/blockchains/ethereum/assets/0x662F5Ed82f2FF613a35c5Dd2Cd30048e1330aC93/info.json
deleted file mode 100644
index cda446f030ad0..0000000000000
--- a/blockchains/ethereum/assets/0x662F5Ed82f2FF613a35c5Dd2Cd30048e1330aC93/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SG30013(ACE)",
- "symbol": "ACE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x662F5Ed82f2FF613a35c5Dd2Cd30048e1330aC93",
- "status": "abandoned",
- "id": "0x662F5Ed82f2FF613a35c5Dd2Cd30048e1330aC93"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x662F5Ed82f2FF613a35c5Dd2Cd30048e1330aC93/logo.png b/blockchains/ethereum/assets/0x662F5Ed82f2FF613a35c5Dd2Cd30048e1330aC93/logo.png
deleted file mode 100644
index 234c5bb8a7ef3..0000000000000
Binary files a/blockchains/ethereum/assets/0x662F5Ed82f2FF613a35c5Dd2Cd30048e1330aC93/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x662aBcAd0b7f345AB7FfB1b1fbb9Df7894f18e66/info.json b/blockchains/ethereum/assets/0x662aBcAd0b7f345AB7FfB1b1fbb9Df7894f18e66/info.json
deleted file mode 100644
index 272abca438241..0000000000000
--- a/blockchains/ethereum/assets/0x662aBcAd0b7f345AB7FfB1b1fbb9Df7894f18e66/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CarTaxi",
- "symbol": "CTX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x662aBcAd0b7f345AB7FfB1b1fbb9Df7894f18e66",
- "status": "abandoned",
- "id": "0x662aBcAd0b7f345AB7FfB1b1fbb9Df7894f18e66"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x662aBcAd0b7f345AB7FfB1b1fbb9Df7894f18e66/logo.png b/blockchains/ethereum/assets/0x662aBcAd0b7f345AB7FfB1b1fbb9Df7894f18e66/logo.png
deleted file mode 100755
index f8f5d332a6b74..0000000000000
Binary files a/blockchains/ethereum/assets/0x662aBcAd0b7f345AB7FfB1b1fbb9Df7894f18e66/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x663085225320c7Afae10f3f1982EAA7324eA55DA/info.json b/blockchains/ethereum/assets/0x663085225320c7Afae10f3f1982EAA7324eA55DA/info.json
deleted file mode 100644
index 328d8b598bff5..0000000000000
--- a/blockchains/ethereum/assets/0x663085225320c7Afae10f3f1982EAA7324eA55DA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Qualified Quality Block ",
- "symbol": "QQB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x663085225320c7Afae10f3f1982EAA7324eA55DA",
- "status": "abandoned",
- "id": "0x663085225320c7Afae10f3f1982EAA7324eA55DA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x663085225320c7Afae10f3f1982EAA7324eA55DA/logo.png b/blockchains/ethereum/assets/0x663085225320c7Afae10f3f1982EAA7324eA55DA/logo.png
deleted file mode 100644
index 48fdac4437c9a..0000000000000
Binary files a/blockchains/ethereum/assets/0x663085225320c7Afae10f3f1982EAA7324eA55DA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6634437f057e89198aAe001A7893dE7D21F7f619/info.json b/blockchains/ethereum/assets/0x6634437f057e89198aAe001A7893dE7D21F7f619/info.json
deleted file mode 100644
index f6a4640fa521d..0000000000000
--- a/blockchains/ethereum/assets/0x6634437f057e89198aAe001A7893dE7D21F7f619/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WineChain",
- "symbol": "WID",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6634437f057e89198aAe001A7893dE7D21F7f619",
- "status": "abandoned",
- "id": "0x6634437f057e89198aAe001A7893dE7D21F7f619"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6634437f057e89198aAe001A7893dE7D21F7f619/logo.png b/blockchains/ethereum/assets/0x6634437f057e89198aAe001A7893dE7D21F7f619/logo.png
deleted file mode 100644
index c47ad53b42170..0000000000000
Binary files a/blockchains/ethereum/assets/0x6634437f057e89198aAe001A7893dE7D21F7f619/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x66446Ab822206ce050BccEc8fdCaD37a584ebdf1/info.json b/blockchains/ethereum/assets/0x66446Ab822206ce050BccEc8fdCaD37a584ebdf1/info.json
deleted file mode 100644
index b11bcf234d498..0000000000000
--- a/blockchains/ethereum/assets/0x66446Ab822206ce050BccEc8fdCaD37a584ebdf1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Robries",
- "symbol": "RBC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x66446Ab822206ce050BccEc8fdCaD37a584ebdf1",
- "status": "abandoned",
- "id": "0x66446Ab822206ce050BccEc8fdCaD37a584ebdf1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x66446Ab822206ce050BccEc8fdCaD37a584ebdf1/logo.png b/blockchains/ethereum/assets/0x66446Ab822206ce050BccEc8fdCaD37a584ebdf1/logo.png
deleted file mode 100644
index c20de1ca55a14..0000000000000
Binary files a/blockchains/ethereum/assets/0x66446Ab822206ce050BccEc8fdCaD37a584ebdf1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6667A56d8fCB35448eE8514936e6D6c4CcC86E97/info.json b/blockchains/ethereum/assets/0x6667A56d8fCB35448eE8514936e6D6c4CcC86E97/info.json
deleted file mode 100644
index 805fa4182fbaa..0000000000000
--- a/blockchains/ethereum/assets/0x6667A56d8fCB35448eE8514936e6D6c4CcC86E97/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Globfone Coin",
- "symbol": "GFC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6667A56d8fCB35448eE8514936e6D6c4CcC86E97",
- "status": "abandoned",
- "id": "0x6667A56d8fCB35448eE8514936e6D6c4CcC86E97"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6667A56d8fCB35448eE8514936e6D6c4CcC86E97/logo.png b/blockchains/ethereum/assets/0x6667A56d8fCB35448eE8514936e6D6c4CcC86E97/logo.png
deleted file mode 100755
index 53a46478ad1b1..0000000000000
Binary files a/blockchains/ethereum/assets/0x6667A56d8fCB35448eE8514936e6D6c4CcC86E97/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x666d875C600AA06AC1cf15641361dEC3b00432Ef/info.json b/blockchains/ethereum/assets/0x666d875C600AA06AC1cf15641361dEC3b00432Ef/info.json
deleted file mode 100644
index 9d3b6dccf5c6d..0000000000000
--- a/blockchains/ethereum/assets/0x666d875C600AA06AC1cf15641361dEC3b00432Ef/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTSE Token",
- "website": "https://btse.com",
- "description": "BTSE utility token carefully designed to augment the user experience on the exchange and within the BTSE ecosystem.",
- "explorer": "https://etherscan.io/token/0x666d875C600AA06AC1cf15641361dEC3b00432Ef",
- "type": "ERC20",
- "symbol": "BTSE",
- "decimals": 8,
- "status": "active",
- "id": "0x666d875C600AA06AC1cf15641361dEC3b00432Ef"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x666d875C600AA06AC1cf15641361dEC3b00432Ef/logo.png b/blockchains/ethereum/assets/0x666d875C600AA06AC1cf15641361dEC3b00432Ef/logo.png
deleted file mode 100644
index 45820619b100a..0000000000000
Binary files a/blockchains/ethereum/assets/0x666d875C600AA06AC1cf15641361dEC3b00432Ef/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x667088b212ce3d06a1b553a7221E1fD19000d9aF/info.json b/blockchains/ethereum/assets/0x667088b212ce3d06a1b553a7221E1fD19000d9aF/info.json
deleted file mode 100644
index 9fa60d3c749ca..0000000000000
--- a/blockchains/ethereum/assets/0x667088b212ce3d06a1b553a7221E1fD19000d9aF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WINGS",
- "symbol": "WINGS",
- "type": "ERC20",
- "decimals": 18,
- "description": "WINGS combines several concepts, ranging from attention rewards, forecasting markets, smart contracts, governance models and federated funds security.",
- "website": "https://wings.ai/",
- "explorer": "https://etherscan.io/token/0x667088b212ce3d06a1b553a7221E1fD19000d9aF",
- "status": "active",
- "id": "0x667088b212ce3d06a1b553a7221E1fD19000d9aF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x667088b212ce3d06a1b553a7221E1fD19000d9aF/logo.png b/blockchains/ethereum/assets/0x667088b212ce3d06a1b553a7221E1fD19000d9aF/logo.png
deleted file mode 100755
index d851b459d184e..0000000000000
Binary files a/blockchains/ethereum/assets/0x667088b212ce3d06a1b553a7221E1fD19000d9aF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x668921a4d40ca5204B5F2A0dbF8a88d842a0d62F/info.json b/blockchains/ethereum/assets/0x668921a4d40ca5204B5F2A0dbF8a88d842a0d62F/info.json
deleted file mode 100644
index 4cd30beff6687..0000000000000
--- a/blockchains/ethereum/assets/0x668921a4d40ca5204B5F2A0dbF8a88d842a0d62F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Semain",
- "symbol": "SMA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x668921a4d40ca5204B5F2A0dbF8a88d842a0d62F",
- "status": "abandoned",
- "id": "0x668921a4d40ca5204B5F2A0dbF8a88d842a0d62F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x668921a4d40ca5204B5F2A0dbF8a88d842a0d62F/logo.png b/blockchains/ethereum/assets/0x668921a4d40ca5204B5F2A0dbF8a88d842a0d62F/logo.png
deleted file mode 100755
index 614faeae1538c..0000000000000
Binary files a/blockchains/ethereum/assets/0x668921a4d40ca5204B5F2A0dbF8a88d842a0d62F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x668C50B1c7f46EFFBE3f242687071d7908AAB00A/info.json b/blockchains/ethereum/assets/0x668C50B1c7f46EFFBE3f242687071d7908AAB00A/info.json
deleted file mode 100644
index f4239be4ed0e6..0000000000000
--- a/blockchains/ethereum/assets/0x668C50B1c7f46EFFBE3f242687071d7908AAB00A/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "CoShi Inu",
- "website": "https://corgishiba.dog/",
- "description": "CoShi Inu is a MEME coin inspired by Shiba Inu and Doge",
- "explorer": "https://etherscan.io/token/0x668C50B1c7f46EFFBE3f242687071d7908AAB00A",
- "type": "ERC20",
- "symbol": "CoShi",
- "decimals": 9,
- "status": "active",
- "id": "0x668C50B1c7f46EFFBE3f242687071d7908AAB00A",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ShibaCorgiDog"
- },
- {
- "name": "telegram",
- "url": "https://t.me/corgishibadog"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x668C50B1c7f46EFFBE3f242687071d7908AAB00A/logo.png b/blockchains/ethereum/assets/0x668C50B1c7f46EFFBE3f242687071d7908AAB00A/logo.png
deleted file mode 100644
index efac94c9f3fd3..0000000000000
Binary files a/blockchains/ethereum/assets/0x668C50B1c7f46EFFBE3f242687071d7908AAB00A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x668DbF100635f593A3847c0bDaF21f0a09380188/info.json b/blockchains/ethereum/assets/0x668DbF100635f593A3847c0bDaF21f0a09380188/info.json
deleted file mode 100644
index 3f960ea68de45..0000000000000
--- a/blockchains/ethereum/assets/0x668DbF100635f593A3847c0bDaF21f0a09380188/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BNSD Finance",
- "website": "https://bns.finance",
- "description": "BNSD is a DeFI token to augment the returns on your existing tokens by generating high yields on it.",
- "explorer": "https://etherscan.io/token/0x668DbF100635f593A3847c0bDaF21f0a09380188",
- "type": "ERC20",
- "symbol": "BNSD",
- "decimals": 18,
- "status": "active",
- "id": "0x668DbF100635f593A3847c0bDaF21f0a09380188"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x668DbF100635f593A3847c0bDaF21f0a09380188/logo.png b/blockchains/ethereum/assets/0x668DbF100635f593A3847c0bDaF21f0a09380188/logo.png
deleted file mode 100644
index 0ba1609a57884..0000000000000
Binary files a/blockchains/ethereum/assets/0x668DbF100635f593A3847c0bDaF21f0a09380188/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x668cBDdAf840d324Fdc974758C32A6735d7Aeaea/info.json b/blockchains/ethereum/assets/0x668cBDdAf840d324Fdc974758C32A6735d7Aeaea/info.json
deleted file mode 100644
index 9f84f1fca5038..0000000000000
--- a/blockchains/ethereum/assets/0x668cBDdAf840d324Fdc974758C32A6735d7Aeaea/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "25% of MindAd Project",
- "symbol": "MindAd",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x668cBDdAf840d324Fdc974758C32A6735d7Aeaea",
- "status": "abandoned",
- "id": "0x668cBDdAf840d324Fdc974758C32A6735d7Aeaea"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x668cBDdAf840d324Fdc974758C32A6735d7Aeaea/logo.png b/blockchains/ethereum/assets/0x668cBDdAf840d324Fdc974758C32A6735d7Aeaea/logo.png
deleted file mode 100644
index 31dcf2dea7623..0000000000000
Binary files a/blockchains/ethereum/assets/0x668cBDdAf840d324Fdc974758C32A6735d7Aeaea/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x66969Da31cCCaB81366524DE642A9fc764532C26/info.json b/blockchains/ethereum/assets/0x66969Da31cCCaB81366524DE642A9fc764532C26/info.json
deleted file mode 100644
index a73261e2592e3..0000000000000
--- a/blockchains/ethereum/assets/0x66969Da31cCCaB81366524DE642A9fc764532C26/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Culture Travel Currency",
- "symbol": "CTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x66969Da31cCCaB81366524DE642A9fc764532C26",
- "status": "abandoned",
- "id": "0x66969Da31cCCaB81366524DE642A9fc764532C26"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x66969Da31cCCaB81366524DE642A9fc764532C26/logo.png b/blockchains/ethereum/assets/0x66969Da31cCCaB81366524DE642A9fc764532C26/logo.png
deleted file mode 100644
index eb07cb01c9849..0000000000000
Binary files a/blockchains/ethereum/assets/0x66969Da31cCCaB81366524DE642A9fc764532C26/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x66980DbFF5476f2D09A9330821E8f6B2572C4B1a/info.json b/blockchains/ethereum/assets/0x66980DbFF5476f2D09A9330821E8f6B2572C4B1a/info.json
deleted file mode 100644
index 4a3ca984a2735..0000000000000
--- a/blockchains/ethereum/assets/0x66980DbFF5476f2D09A9330821E8f6B2572C4B1a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TiValue",
- "symbol": "TV",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x66980DbFF5476f2D09A9330821E8f6B2572C4B1a",
- "status": "abandoned",
- "id": "0x66980DbFF5476f2D09A9330821E8f6B2572C4B1a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x66980DbFF5476f2D09A9330821E8f6B2572C4B1a/logo.png b/blockchains/ethereum/assets/0x66980DbFF5476f2D09A9330821E8f6B2572C4B1a/logo.png
deleted file mode 100644
index 1d94cc37e67e4..0000000000000
Binary files a/blockchains/ethereum/assets/0x66980DbFF5476f2D09A9330821E8f6B2572C4B1a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x66B3037aa8Dd64c3eF1AEE13a4D1F2509F672D1C/info.json b/blockchains/ethereum/assets/0x66B3037aa8Dd64c3eF1AEE13a4D1F2509F672D1C/info.json
deleted file mode 100644
index d2c754737cf7b..0000000000000
--- a/blockchains/ethereum/assets/0x66B3037aa8Dd64c3eF1AEE13a4D1F2509F672D1C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NAP",
- "website": "https://zzz.finance",
- "description": "NAP is the fuel token used for DeFI products governed by ZZZ.finance ",
- "explorer": "https://etherscan.io/token/0x66B3037aa8Dd64c3eF1AEE13a4D1F2509F672D1C",
- "type": "ERC20",
- "symbol": "NAP",
- "decimals": 18,
- "status": "active",
- "id": "0x66B3037aa8Dd64c3eF1AEE13a4D1F2509F672D1C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x66B3037aa8Dd64c3eF1AEE13a4D1F2509F672D1C/logo.png b/blockchains/ethereum/assets/0x66B3037aa8Dd64c3eF1AEE13a4D1F2509F672D1C/logo.png
deleted file mode 100644
index 5cb425946f235..0000000000000
Binary files a/blockchains/ethereum/assets/0x66B3037aa8Dd64c3eF1AEE13a4D1F2509F672D1C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x66BaD545596fb17a0B4ebDC003a85dEF10E8F6Ae/info.json b/blockchains/ethereum/assets/0x66BaD545596fb17a0B4ebDC003a85dEF10E8F6Ae/info.json
deleted file mode 100644
index f8a7a79ad0b0b..0000000000000
--- a/blockchains/ethereum/assets/0x66BaD545596fb17a0B4ebDC003a85dEF10E8F6Ae/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WIKI Token",
- "symbol": "WIKI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://wikitoken.bitcoinwiki.org/",
- "explorer": "https://etherscan.io/token/0x66BaD545596fb17a0B4ebDC003a85dEF10E8F6Ae",
- "status": "abandoned",
- "id": "0x66BaD545596fb17a0B4ebDC003a85dEF10E8F6Ae"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x66BaD545596fb17a0B4ebDC003a85dEF10E8F6Ae/logo.png b/blockchains/ethereum/assets/0x66BaD545596fb17a0B4ebDC003a85dEF10E8F6Ae/logo.png
deleted file mode 100644
index 9d3ddb3124a34..0000000000000
Binary files a/blockchains/ethereum/assets/0x66BaD545596fb17a0B4ebDC003a85dEF10E8F6Ae/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x66E0a4E0BaF97e3883296d4E2aaFD484FE8Cd783/info.json b/blockchains/ethereum/assets/0x66E0a4E0BaF97e3883296d4E2aaFD484FE8Cd783/info.json
deleted file mode 100644
index bfd01b96f59d5..0000000000000
--- a/blockchains/ethereum/assets/0x66E0a4E0BaF97e3883296d4E2aaFD484FE8Cd783/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YAM.Finance",
- "symbol": "YAM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x66E0a4E0BaF97e3883296d4E2aaFD484FE8Cd783",
- "status": "abandoned",
- "id": "0x66E0a4E0BaF97e3883296d4E2aaFD484FE8Cd783"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x66E0a4E0BaF97e3883296d4E2aaFD484FE8Cd783/logo.png b/blockchains/ethereum/assets/0x66E0a4E0BaF97e3883296d4E2aaFD484FE8Cd783/logo.png
deleted file mode 100644
index 68d7b1ce0981d..0000000000000
Binary files a/blockchains/ethereum/assets/0x66E0a4E0BaF97e3883296d4E2aaFD484FE8Cd783/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x66E2e867B93FBE69f84387427d08861285A9a65a/info.json b/blockchains/ethereum/assets/0x66E2e867B93FBE69f84387427d08861285A9a65a/info.json
deleted file mode 100644
index 68ac6a7e3b94f..0000000000000
--- a/blockchains/ethereum/assets/0x66E2e867B93FBE69f84387427d08861285A9a65a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Atp",
- "symbol": "Atp",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x66E2e867B93FBE69f84387427d08861285A9a65a",
- "status": "abandoned",
- "id": "0x66E2e867B93FBE69f84387427d08861285A9a65a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x66E2e867B93FBE69f84387427d08861285A9a65a/logo.png b/blockchains/ethereum/assets/0x66E2e867B93FBE69f84387427d08861285A9a65a/logo.png
deleted file mode 100644
index 732a022442a85..0000000000000
Binary files a/blockchains/ethereum/assets/0x66E2e867B93FBE69f84387427d08861285A9a65a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x66a0f676479Cee1d7373f3DC2e2952778BfF5bd6/info.json b/blockchains/ethereum/assets/0x66a0f676479Cee1d7373f3DC2e2952778BfF5bd6/info.json
deleted file mode 100644
index 7b6f6c3f1bba9..0000000000000
--- a/blockchains/ethereum/assets/0x66a0f676479Cee1d7373f3DC2e2952778BfF5bd6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wise Token",
- "website": "https://wisetoken.net/",
- "description": "Wise is an innovative and highly secure DeFi ecosystem that offers a full suite of financial tools. 100% of ecosystem profits go to token holders.",
- "explorer": "https://etherscan.io/token/0x66a0f676479cee1d7373f3dc2e2952778bff5bd6",
- "type": "ERC20",
- "symbol": "WISE",
- "decimals": 18,
- "status": "active",
- "id": "0x66a0f676479Cee1d7373f3DC2e2952778BfF5bd6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x66a0f676479Cee1d7373f3DC2e2952778BfF5bd6/logo.png b/blockchains/ethereum/assets/0x66a0f676479Cee1d7373f3DC2e2952778BfF5bd6/logo.png
deleted file mode 100644
index cace932e8c938..0000000000000
Binary files a/blockchains/ethereum/assets/0x66a0f676479Cee1d7373f3DC2e2952778BfF5bd6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x66b213c6C76C578C58973184bB09aCB6e6F99D7C/info.json b/blockchains/ethereum/assets/0x66b213c6C76C578C58973184bB09aCB6e6F99D7C/info.json
deleted file mode 100644
index fefe0570a8b75..0000000000000
--- a/blockchains/ethereum/assets/0x66b213c6C76C578C58973184bB09aCB6e6F99D7C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Defi Solution Token",
- "symbol": "DST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x66b213c6C76C578C58973184bB09aCB6e6F99D7C",
- "status": "abandoned",
- "id": "0x66b213c6C76C578C58973184bB09aCB6e6F99D7C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x66b213c6C76C578C58973184bB09aCB6e6F99D7C/logo.png b/blockchains/ethereum/assets/0x66b213c6C76C578C58973184bB09aCB6e6F99D7C/logo.png
deleted file mode 100644
index 001f4d575fbc4..0000000000000
Binary files a/blockchains/ethereum/assets/0x66b213c6C76C578C58973184bB09aCB6e6F99D7C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x66d9c4D19b4C8e23a54C6dc4CeEd141f66b8111C/info.json b/blockchains/ethereum/assets/0x66d9c4D19b4C8e23a54C6dc4CeEd141f66b8111C/info.json
deleted file mode 100644
index ebf0a4fa57768..0000000000000
--- a/blockchains/ethereum/assets/0x66d9c4D19b4C8e23a54C6dc4CeEd141f66b8111C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fountain 2",
- "symbol": "FTN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://fountainhub.com/en/index.html",
- "explorer": "https://etherscan.io/token/0x66d9c4D19b4C8e23a54C6dc4CeEd141f66b8111C",
- "status": "abandoned",
- "id": "0x66d9c4D19b4C8e23a54C6dc4CeEd141f66b8111C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x66d9c4D19b4C8e23a54C6dc4CeEd141f66b8111C/logo.png b/blockchains/ethereum/assets/0x66d9c4D19b4C8e23a54C6dc4CeEd141f66b8111C/logo.png
deleted file mode 100644
index 09704a83e9687..0000000000000
Binary files a/blockchains/ethereum/assets/0x66d9c4D19b4C8e23a54C6dc4CeEd141f66b8111C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x66eb65D7Ab8e9567ba0fa6E37c305956c5341574/info.json b/blockchains/ethereum/assets/0x66eb65D7Ab8e9567ba0fa6E37c305956c5341574/info.json
deleted file mode 100644
index 6996bfcbef2ec..0000000000000
--- a/blockchains/ethereum/assets/0x66eb65D7Ab8e9567ba0fa6E37c305956c5341574/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "HLX",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "https://helex.world",
- "explorer": "https://etherscan.io/token/0x66eb65D7Ab8e9567ba0fa6E37c305956c5341574",
- "status": "abandoned",
- "id": "0x66eb65D7Ab8e9567ba0fa6E37c305956c5341574"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x66eb65D7Ab8e9567ba0fa6E37c305956c5341574/logo.png b/blockchains/ethereum/assets/0x66eb65D7Ab8e9567ba0fa6E37c305956c5341574/logo.png
deleted file mode 100644
index 4309380d378c5..0000000000000
Binary files a/blockchains/ethereum/assets/0x66eb65D7Ab8e9567ba0fa6E37c305956c5341574/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x66fD97a78d8854fEc445cd1C80a07896B0b4851f/info.json b/blockchains/ethereum/assets/0x66fD97a78d8854fEc445cd1C80a07896B0b4851f/info.json
deleted file mode 100644
index c193dd12a3ebc..0000000000000
--- a/blockchains/ethereum/assets/0x66fD97a78d8854fEc445cd1C80a07896B0b4851f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lunch Money",
- "symbol": "LMY",
- "type": "ERC20",
- "decimals": 18,
- "description": "Lunch Money is an ERC20 token built on the Ethereum Blockchain.",
- "website": "http://lunchmoney.io",
- "explorer": "https://etherscan.io/token/0x66fD97a78d8854fEc445cd1C80a07896B0b4851f",
- "status": "active",
- "id": "0x66fD97a78d8854fEc445cd1C80a07896B0b4851f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x66fD97a78d8854fEc445cd1C80a07896B0b4851f/logo.png b/blockchains/ethereum/assets/0x66fD97a78d8854fEc445cd1C80a07896B0b4851f/logo.png
deleted file mode 100755
index fad93de53191e..0000000000000
Binary files a/blockchains/ethereum/assets/0x66fD97a78d8854fEc445cd1C80a07896B0b4851f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6704B673c70dE9bF74C8fBa4b4bd748F0e2190E1/info.json b/blockchains/ethereum/assets/0x6704B673c70dE9bF74C8fBa4b4bd748F0e2190E1/info.json
deleted file mode 100644
index 9384a2ae39260..0000000000000
--- a/blockchains/ethereum/assets/0x6704B673c70dE9bF74C8fBa4b4bd748F0e2190E1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UBEX Token",
- "symbol": "UBEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "Ubex is a global decentralized advertising exchange where companies advertise effectively, while publishers profitably tokenize ad slots on their resources.",
- "website": "https://www.ubex.com/",
- "explorer": "https://etherscan.io/token/0x6704B673c70dE9bF74C8fBa4b4bd748F0e2190E1",
- "status": "active",
- "id": "0x6704B673c70dE9bF74C8fBa4b4bd748F0e2190E1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6704B673c70dE9bF74C8fBa4b4bd748F0e2190E1/logo.png b/blockchains/ethereum/assets/0x6704B673c70dE9bF74C8fBa4b4bd748F0e2190E1/logo.png
deleted file mode 100644
index b4bcdda42feee..0000000000000
Binary files a/blockchains/ethereum/assets/0x6704B673c70dE9bF74C8fBa4b4bd748F0e2190E1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6710CeE627Fa3A988200ffD5687cc1C814cEf0F6/info.json b/blockchains/ethereum/assets/0x6710CeE627Fa3A988200ffD5687cc1C814cEf0F6/info.json
deleted file mode 100644
index feb81b71339f9..0000000000000
--- a/blockchains/ethereum/assets/0x6710CeE627Fa3A988200ffD5687cc1C814cEf0F6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fotrem Capital Token",
- "symbol": "FCQ",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6710CeE627Fa3A988200ffD5687cc1C814cEf0F6",
- "status": "abandoned",
- "id": "0x6710CeE627Fa3A988200ffD5687cc1C814cEf0F6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6710CeE627Fa3A988200ffD5687cc1C814cEf0F6/logo.png b/blockchains/ethereum/assets/0x6710CeE627Fa3A988200ffD5687cc1C814cEf0F6/logo.png
deleted file mode 100644
index 95c91fd2f6d09..0000000000000
Binary files a/blockchains/ethereum/assets/0x6710CeE627Fa3A988200ffD5687cc1C814cEf0F6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6710c63432A2De02954fc0f851db07146a6c0312/info.json b/blockchains/ethereum/assets/0x6710c63432A2De02954fc0f851db07146a6c0312/info.json
deleted file mode 100644
index ab2d3d82302d9..0000000000000
--- a/blockchains/ethereum/assets/0x6710c63432A2De02954fc0f851db07146a6c0312/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SyncFab Smart Manufacturing Blockchain",
- "symbol": "MFG",
- "type": "ERC20",
- "decimals": 18,
- "description": "Decentralizing Manufacturing Supply Chains with Blockchain and the MFG Token",
- "website": "https://blockchain.syncfab.com",
- "explorer": "https://etherscan.io/token/0x6710c63432A2De02954fc0f851db07146a6c0312",
- "status": "active",
- "id": "0x6710c63432A2De02954fc0f851db07146a6c0312"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6710c63432A2De02954fc0f851db07146a6c0312/logo.png b/blockchains/ethereum/assets/0x6710c63432A2De02954fc0f851db07146a6c0312/logo.png
deleted file mode 100644
index 6f93928eee6ad..0000000000000
Binary files a/blockchains/ethereum/assets/0x6710c63432A2De02954fc0f851db07146a6c0312/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x671AbBe5CE652491985342e85428EB1b07bC6c64/info.json b/blockchains/ethereum/assets/0x671AbBe5CE652491985342e85428EB1b07bC6c64/info.json
deleted file mode 100644
index a0335394f8d9d..0000000000000
--- a/blockchains/ethereum/assets/0x671AbBe5CE652491985342e85428EB1b07bC6c64/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Quantum",
- "symbol": "QAU",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x671AbBe5CE652491985342e85428EB1b07bC6c64",
- "status": "abandoned",
- "id": "0x671AbBe5CE652491985342e85428EB1b07bC6c64"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x671AbBe5CE652491985342e85428EB1b07bC6c64/logo.png b/blockchains/ethereum/assets/0x671AbBe5CE652491985342e85428EB1b07bC6c64/logo.png
deleted file mode 100755
index 43f2093245753..0000000000000
Binary files a/blockchains/ethereum/assets/0x671AbBe5CE652491985342e85428EB1b07bC6c64/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x672D7b3333d0F069a28b73A268bC6eAeC65F2E1a/info.json b/blockchains/ethereum/assets/0x672D7b3333d0F069a28b73A268bC6eAeC65F2E1a/info.json
deleted file mode 100644
index 20cddd204d57c..0000000000000
--- a/blockchains/ethereum/assets/0x672D7b3333d0F069a28b73A268bC6eAeC65F2E1a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kelpie Inu",
- "type": "ERC20",
- "symbol": "KELPIE",
- "decimals": 9,
- "website": "https://kelpie.tech",
- "description": "New Submission for logo",
- "explorer": "https://etherscan.io/token/0x672d7b3333d0f069a28b73a268bc6eaec65f2e1a",
- "status": "active",
- "id": "0x672D7b3333d0F069a28b73A268bC6eAeC65F2E1a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x672D7b3333d0F069a28b73A268bC6eAeC65F2E1a/logo.png b/blockchains/ethereum/assets/0x672D7b3333d0F069a28b73A268bC6eAeC65F2E1a/logo.png
deleted file mode 100644
index 48937fd899928..0000000000000
Binary files a/blockchains/ethereum/assets/0x672D7b3333d0F069a28b73A268bC6eAeC65F2E1a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x672a1AD4f667FB18A333Af13667aa0Af1F5b5bDD/info.json b/blockchains/ethereum/assets/0x672a1AD4f667FB18A333Af13667aa0Af1F5b5bDD/info.json
deleted file mode 100644
index 7e95ca5f6a10f..0000000000000
--- a/blockchains/ethereum/assets/0x672a1AD4f667FB18A333Af13667aa0Af1F5b5bDD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Verify Token",
- "symbol": "CRED",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://verify.as/",
- "explorer": "https://etherscan.io/token/0x672a1AD4f667FB18A333Af13667aa0Af1F5b5bDD",
- "status": "abandoned",
- "id": "0x672a1AD4f667FB18A333Af13667aa0Af1F5b5bDD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x672a1AD4f667FB18A333Af13667aa0Af1F5b5bDD/logo.png b/blockchains/ethereum/assets/0x672a1AD4f667FB18A333Af13667aa0Af1F5b5bDD/logo.png
deleted file mode 100644
index 1c175830ad558..0000000000000
Binary files a/blockchains/ethereum/assets/0x672a1AD4f667FB18A333Af13667aa0Af1F5b5bDD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6733D909e10DDedB8d6181b213dE32A30cEac7ed/info.json b/blockchains/ethereum/assets/0x6733D909e10DDedB8d6181b213dE32A30cEac7ed/info.json
deleted file mode 100644
index a6f33ff2c2dac..0000000000000
--- a/blockchains/ethereum/assets/0x6733D909e10DDedB8d6181b213dE32A30cEac7ed/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitSerial",
- "symbol": "BTE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6733D909e10DDedB8d6181b213dE32A30cEac7ed",
- "status": "abandoned",
- "id": "0x6733D909e10DDedB8d6181b213dE32A30cEac7ed"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6733D909e10DDedB8d6181b213dE32A30cEac7ed/logo.png b/blockchains/ethereum/assets/0x6733D909e10DDedB8d6181b213dE32A30cEac7ed/logo.png
deleted file mode 100644
index 50392e660263b..0000000000000
Binary files a/blockchains/ethereum/assets/0x6733D909e10DDedB8d6181b213dE32A30cEac7ed/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6737fE98389Ffb356F64ebB726aA1a92390D94Fb/info.json b/blockchains/ethereum/assets/0x6737fE98389Ffb356F64ebB726aA1a92390D94Fb/info.json
deleted file mode 100644
index b6768da79a1a1..0000000000000
--- a/blockchains/ethereum/assets/0x6737fE98389Ffb356F64ebB726aA1a92390D94Fb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZeroCarbon",
- "symbol": "ZCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Our Zero Carbon Market delivers lower energy prices and rewards consumers with Energis tokens as a catalyst for change, reducing carbon emissions faster than renewable energy.",
- "website": "https://www.zerocarbonproject.com/",
- "explorer": "https://etherscan.io/token/0x6737fE98389Ffb356F64ebB726aA1a92390D94Fb",
- "status": "active",
- "id": "0x6737fE98389Ffb356F64ebB726aA1a92390D94Fb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6737fE98389Ffb356F64ebB726aA1a92390D94Fb/logo.png b/blockchains/ethereum/assets/0x6737fE98389Ffb356F64ebB726aA1a92390D94Fb/logo.png
deleted file mode 100644
index 0d7429489c24c..0000000000000
Binary files a/blockchains/ethereum/assets/0x6737fE98389Ffb356F64ebB726aA1a92390D94Fb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6745fAB6801e376cD24F03572B9C9B0D4EdDDCcf/info.json b/blockchains/ethereum/assets/0x6745fAB6801e376cD24F03572B9C9B0D4EdDDCcf/info.json
deleted file mode 100644
index e401628f73a20..0000000000000
--- a/blockchains/ethereum/assets/0x6745fAB6801e376cD24F03572B9C9B0D4EdDDCcf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sense",
- "symbol": "SENSE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6745fAB6801e376cD24F03572B9C9B0D4EdDDCcf",
- "status": "abandoned",
- "id": "0x6745fAB6801e376cD24F03572B9C9B0D4EdDDCcf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6745fAB6801e376cD24F03572B9C9B0D4EdDDCcf/logo.png b/blockchains/ethereum/assets/0x6745fAB6801e376cD24F03572B9C9B0D4EdDDCcf/logo.png
deleted file mode 100644
index 21ce896fa5431..0000000000000
Binary files a/blockchains/ethereum/assets/0x6745fAB6801e376cD24F03572B9C9B0D4EdDDCcf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x674C6Ad92Fd080e4004b2312b45f796a192D27a0/info.json b/blockchains/ethereum/assets/0x674C6Ad92Fd080e4004b2312b45f796a192D27a0/info.json
deleted file mode 100644
index eba9bafb9245d..0000000000000
--- a/blockchains/ethereum/assets/0x674C6Ad92Fd080e4004b2312b45f796a192D27a0/info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "USDN",
- "website": "https://neutrino.at",
- "description": "Neutrino USDN is a stablecoin issued on Waves Protocol. Collaterization is based on NSBT. More details in WP.",
- "explorer": "https://etherscan.io/token/0x674c6ad92fd080e4004b2312b45f796a192d27a0",
- "type": "ERC20",
- "symbol": "USDN",
- "decimals": 18,
- "status": "active",
- "id": "0x674C6Ad92Fd080e4004b2312b45f796a192D27a0",
- "tags": [
- "defi",
- "stablecoin"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Neutrino-Protocol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/neutrino_proto"
- },
- {
- "name": "blog",
- "url": "https://medium.com/neutrinoteam"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/NeutrinoProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/neutrino_group"
- },
- {
- "name": "whitepaper",
- "url": "https://wp.neutrino.at/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/neutrino/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x674C6Ad92Fd080e4004b2312b45f796a192D27a0/logo.png b/blockchains/ethereum/assets/0x674C6Ad92Fd080e4004b2312b45f796a192D27a0/logo.png
deleted file mode 100644
index 435ade892eff8..0000000000000
Binary files a/blockchains/ethereum/assets/0x674C6Ad92Fd080e4004b2312b45f796a192D27a0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6752787D5A119DAD443E97cC6CC4449C655ED5d2/info.json b/blockchains/ethereum/assets/0x6752787D5A119DAD443E97cC6CC4449C655ED5d2/info.json
deleted file mode 100644
index 55679431f559f..0000000000000
--- a/blockchains/ethereum/assets/0x6752787D5A119DAD443E97cC6CC4449C655ED5d2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Start Chain",
- "symbol": "STC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6752787D5A119DAD443E97cC6CC4449C655ED5d2",
- "status": "abandoned",
- "id": "0x6752787D5A119DAD443E97cC6CC4449C655ED5d2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6752787D5A119DAD443E97cC6CC4449C655ED5d2/logo.png b/blockchains/ethereum/assets/0x6752787D5A119DAD443E97cC6CC4449C655ED5d2/logo.png
deleted file mode 100644
index ec688685a6ab7..0000000000000
Binary files a/blockchains/ethereum/assets/0x6752787D5A119DAD443E97cC6CC4449C655ED5d2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6758B7d441a9739b98552B373703d8d3d14f9e62/info.json b/blockchains/ethereum/assets/0x6758B7d441a9739b98552B373703d8d3d14f9e62/info.json
deleted file mode 100644
index 656ae12c2f186..0000000000000
--- a/blockchains/ethereum/assets/0x6758B7d441a9739b98552B373703d8d3d14f9e62/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "POA ERC20 on Foundation",
- "symbol": "POA20",
- "type": "ERC20",
- "decimals": 18,
- "description": "POA Network is an Ethereum-based platform that offers an open-source framework for smart contracts.",
- "website": "https://poa.net/",
- "explorer": "https://etherscan.io/token/0x6758B7d441a9739b98552B373703d8d3d14f9e62",
- "status": "active",
- "id": "0x6758B7d441a9739b98552B373703d8d3d14f9e62"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6758B7d441a9739b98552B373703d8d3d14f9e62/logo.png b/blockchains/ethereum/assets/0x6758B7d441a9739b98552B373703d8d3d14f9e62/logo.png
deleted file mode 100755
index cfa1b254c1fe8..0000000000000
Binary files a/blockchains/ethereum/assets/0x6758B7d441a9739b98552B373703d8d3d14f9e62/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x675E7d927Af7e6D0082e0153dc3485B687a6F0ad/info.json b/blockchains/ethereum/assets/0x675E7d927Af7e6D0082e0153dc3485B687a6F0ad/info.json
deleted file mode 100644
index d36f3c5836f95..0000000000000
--- a/blockchains/ethereum/assets/0x675E7d927Af7e6D0082e0153dc3485B687a6F0ad/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CREED",
- "website": "https://creed.finance",
- "description": "Every time you stake and unstake LP tokens, the contract will automatically harvest CREED rewards for you",
- "explorer": "https://etherscan.io/token/0x675E7d927Af7e6D0082e0153dc3485B687a6F0ad",
- "type": "ERC20",
- "symbol": "CREED",
- "decimals": 18,
- "status": "active",
- "id": "0x675E7d927Af7e6D0082e0153dc3485B687a6F0ad"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x675E7d927Af7e6D0082e0153dc3485B687a6F0ad/logo.png b/blockchains/ethereum/assets/0x675E7d927Af7e6D0082e0153dc3485B687a6F0ad/logo.png
deleted file mode 100644
index 1792590bd716f..0000000000000
Binary files a/blockchains/ethereum/assets/0x675E7d927Af7e6D0082e0153dc3485B687a6F0ad/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x675a1f8750C1e6a3fd8708E224283dE843BF28EC/info.json b/blockchains/ethereum/assets/0x675a1f8750C1e6a3fd8708E224283dE843BF28EC/info.json
deleted file mode 100644
index 1c60e6217fb9e..0000000000000
--- a/blockchains/ethereum/assets/0x675a1f8750C1e6a3fd8708E224283dE843BF28EC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yacht Club",
- "symbol": "POINT",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x675a1f8750C1e6a3fd8708E224283dE843BF28EC",
- "status": "abandoned",
- "id": "0x675a1f8750C1e6a3fd8708E224283dE843BF28EC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x675a1f8750C1e6a3fd8708E224283dE843BF28EC/logo.png b/blockchains/ethereum/assets/0x675a1f8750C1e6a3fd8708E224283dE843BF28EC/logo.png
deleted file mode 100644
index 16875994d5db9..0000000000000
Binary files a/blockchains/ethereum/assets/0x675a1f8750C1e6a3fd8708E224283dE843BF28EC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6768063279E2B185Dc0c972b97f11f231d0B45ad/info.json b/blockchains/ethereum/assets/0x6768063279E2B185Dc0c972b97f11f231d0B45ad/info.json
deleted file mode 100644
index f491316229aa4..0000000000000
--- a/blockchains/ethereum/assets/0x6768063279E2B185Dc0c972b97f11f231d0B45ad/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YIELD",
- "website": "https://yield-farming.io",
- "description": "A trustable farming DeFi project",
- "explorer": "https://etherscan.io/token/0x6768063279E2B185Dc0c972b97f11f231d0B45ad",
- "type": "ERC20",
- "symbol": "YIELD",
- "decimals": 18,
- "status": "active",
- "id": "0x6768063279E2B185Dc0c972b97f11f231d0B45ad"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6768063279E2B185Dc0c972b97f11f231d0B45ad/logo.png b/blockchains/ethereum/assets/0x6768063279E2B185Dc0c972b97f11f231d0B45ad/logo.png
deleted file mode 100644
index b202d2c2db45e..0000000000000
Binary files a/blockchains/ethereum/assets/0x6768063279E2B185Dc0c972b97f11f231d0B45ad/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6773BfBc5e1B5bBDCf2c160b04d68b2Ff2250C5f/info.json b/blockchains/ethereum/assets/0x6773BfBc5e1B5bBDCf2c160b04d68b2Ff2250C5f/info.json
deleted file mode 100644
index e7107bdab8ccc..0000000000000
--- a/blockchains/ethereum/assets/0x6773BfBc5e1B5bBDCf2c160b04d68b2Ff2250C5f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg11500",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6773BfBc5e1B5bBDCf2c160b04d68b2Ff2250C5f",
- "status": "abandoned",
- "id": "0x6773BfBc5e1B5bBDCf2c160b04d68b2Ff2250C5f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6773BfBc5e1B5bBDCf2c160b04d68b2Ff2250C5f/logo.png b/blockchains/ethereum/assets/0x6773BfBc5e1B5bBDCf2c160b04d68b2Ff2250C5f/logo.png
deleted file mode 100644
index 5b8a092bcfcae..0000000000000
Binary files a/blockchains/ethereum/assets/0x6773BfBc5e1B5bBDCf2c160b04d68b2Ff2250C5f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x677fB8474b6bf1496f7Ab633E63e25fE1132d042/info.json b/blockchains/ethereum/assets/0x677fB8474b6bf1496f7Ab633E63e25fE1132d042/info.json
deleted file mode 100644
index 8f57957013ac6..0000000000000
--- a/blockchains/ethereum/assets/0x677fB8474b6bf1496f7Ab633E63e25fE1132d042/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "bitecoin",
- "symbol": "BITE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x677fB8474b6bf1496f7Ab633E63e25fE1132d042",
- "status": "abandoned",
- "id": "0x677fB8474b6bf1496f7Ab633E63e25fE1132d042"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x677fB8474b6bf1496f7Ab633E63e25fE1132d042/logo.png b/blockchains/ethereum/assets/0x677fB8474b6bf1496f7Ab633E63e25fE1132d042/logo.png
deleted file mode 100755
index f8d9969ff2314..0000000000000
Binary files a/blockchains/ethereum/assets/0x677fB8474b6bf1496f7Ab633E63e25fE1132d042/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6781a0F84c7E9e846DCb84A9a5bd49333067b104/info.json b/blockchains/ethereum/assets/0x6781a0F84c7E9e846DCb84A9a5bd49333067b104/info.json
deleted file mode 100644
index 2af9be211dbfa..0000000000000
--- a/blockchains/ethereum/assets/0x6781a0F84c7E9e846DCb84A9a5bd49333067b104/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZAP TOKEN",
- "symbol": "ZAP",
- "type": "ERC20",
- "decimals": 18,
- "description": "ZAP is a cryptocurrency and operates on the Ethereum platform. ",
- "website": "https://zap.org",
- "explorer": "https://etherscan.io/token/0x6781a0F84c7E9e846DCb84A9a5bd49333067b104",
- "status": "active",
- "id": "0x6781a0F84c7E9e846DCb84A9a5bd49333067b104"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6781a0F84c7E9e846DCb84A9a5bd49333067b104/logo.png b/blockchains/ethereum/assets/0x6781a0F84c7E9e846DCb84A9a5bd49333067b104/logo.png
deleted file mode 100644
index 9c25ad977d121..0000000000000
Binary files a/blockchains/ethereum/assets/0x6781a0F84c7E9e846DCb84A9a5bd49333067b104/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x678e840C640F619E17848045D23072844224dD37/info.json b/blockchains/ethereum/assets/0x678e840C640F619E17848045D23072844224dD37/info.json
deleted file mode 100644
index 69c3b73ad4874..0000000000000
--- a/blockchains/ethereum/assets/0x678e840C640F619E17848045D23072844224dD37/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Cratos",
- "type": "ERC20",
- "symbol": "CRTS",
- "decimals": 18,
- "website": "https://www.cratostoken.com/",
- "description": "CRATOS is an ERC-20 utility token designed to facilitate citizen participation in the CRATOS app, a real-time live vote platform.",
- "explorer": "https://etherscan.io/token/0x678e840c640f619e17848045d23072844224dd37",
- "status": "active",
- "id": "0x678e840C640F619E17848045D23072844224dD37",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/cratostoken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/CratosToken"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/cratos/"
- }
- ],
- "tags": [
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x678e840C640F619E17848045D23072844224dD37/logo.png b/blockchains/ethereum/assets/0x678e840C640F619E17848045D23072844224dD37/logo.png
deleted file mode 100644
index cad91b5eadb32..0000000000000
Binary files a/blockchains/ethereum/assets/0x678e840C640F619E17848045D23072844224dD37/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x679131F591B4f369acB8cd8c51E68596806c3916/info.json b/blockchains/ethereum/assets/0x679131F591B4f369acB8cd8c51E68596806c3916/info.json
deleted file mode 100644
index 4c18daf7ecec5..0000000000000
--- a/blockchains/ethereum/assets/0x679131F591B4f369acB8cd8c51E68596806c3916/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Trustlines Network Token",
- "website": "https://trustlines.network/",
- "description": "TLN are ERC20 tokens on the Ethereum chain, which can be converted to TLC by sending them to the Trustlines Blockchain bridge.",
- "explorer": "https://etherscan.io/token/0x679131F591B4f369acB8cd8c51E68596806c3916",
- "type": "ERC20",
- "symbol": "TLN",
- "decimals": 18,
- "status": "active",
- "id": "0x679131F591B4f369acB8cd8c51E68596806c3916",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/trustlines-protocol/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/TrustlinesFound"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Trustlines"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x679131F591B4f369acB8cd8c51E68596806c3916/logo.png b/blockchains/ethereum/assets/0x679131F591B4f369acB8cd8c51E68596806c3916/logo.png
deleted file mode 100644
index fd3f05e7fee85..0000000000000
Binary files a/blockchains/ethereum/assets/0x679131F591B4f369acB8cd8c51E68596806c3916/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x679BADc551626e01B23CeecEFBc9B877EA18fc46/info.json b/blockchains/ethereum/assets/0x679BADc551626e01B23CeecEFBc9B877EA18fc46/info.json
deleted file mode 100644
index ead3c42a1bf8b..0000000000000
--- a/blockchains/ethereum/assets/0x679BADc551626e01B23CeecEFBc9B877EA18fc46/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ccore Token",
- "symbol": "CCO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ccore.io/",
- "explorer": "https://etherscan.io/token/0x679BADc551626e01B23CeecEFBc9B877EA18fc46",
- "status": "abandoned",
- "id": "0x679BADc551626e01B23CeecEFBc9B877EA18fc46"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x679BADc551626e01B23CeecEFBc9B877EA18fc46/logo.png b/blockchains/ethereum/assets/0x679BADc551626e01B23CeecEFBc9B877EA18fc46/logo.png
deleted file mode 100644
index a8e712d85c11f..0000000000000
Binary files a/blockchains/ethereum/assets/0x679BADc551626e01B23CeecEFBc9B877EA18fc46/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x67A8C7EdADd6827056F489ABDfF85fB5a4B2182C/info.json b/blockchains/ethereum/assets/0x67A8C7EdADd6827056F489ABDfF85fB5a4B2182C/info.json
deleted file mode 100644
index eda14e659eca9..0000000000000
--- a/blockchains/ethereum/assets/0x67A8C7EdADd6827056F489ABDfF85fB5a4B2182C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Medicine Health Token",
- "symbol": "MHT",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x67A8C7EdADd6827056F489ABDfF85fB5a4B2182C",
- "status": "spam",
- "id": "0x67A8C7EdADd6827056F489ABDfF85fB5a4B2182C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x67A8C7EdADd6827056F489ABDfF85fB5a4B2182C/logo.png b/blockchains/ethereum/assets/0x67A8C7EdADd6827056F489ABDfF85fB5a4B2182C/logo.png
deleted file mode 100644
index 59e3dc3cfc667..0000000000000
Binary files a/blockchains/ethereum/assets/0x67A8C7EdADd6827056F489ABDfF85fB5a4B2182C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x67B6D479c7bB412C54e03dCA8E1Bc6740ce6b99C/info.json b/blockchains/ethereum/assets/0x67B6D479c7bB412C54e03dCA8E1Bc6740ce6b99C/info.json
deleted file mode 100644
index ef9b332f952b5..0000000000000
--- a/blockchains/ethereum/assets/0x67B6D479c7bB412C54e03dCA8E1Bc6740ce6b99C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kylin",
- "symbol": "KYL",
- "type": "ERC20",
- "decimals": 18,
- "description": "Kylin Network aims to Build a Cross-chain Platform Powering the Data Economy on Polkadot. It will be the Data Infrastructure for DeFi and Web 3.0 Powered by Polkadot.",
- "website": "https://kylin.network/",
- "explorer": "https://etherscan.io/token/0x67B6D479c7bB412C54e03dCA8E1Bc6740ce6b99C",
- "status": "active",
- "id": "0x67B6D479c7bB412C54e03dCA8E1Bc6740ce6b99C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x67B6D479c7bB412C54e03dCA8E1Bc6740ce6b99C/logo.png b/blockchains/ethereum/assets/0x67B6D479c7bB412C54e03dCA8E1Bc6740ce6b99C/logo.png
deleted file mode 100644
index e2628e4b681b8..0000000000000
Binary files a/blockchains/ethereum/assets/0x67B6D479c7bB412C54e03dCA8E1Bc6740ce6b99C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x67CFE387D6a1C9BC02293d82e443A2aA011336E7/info.json b/blockchains/ethereum/assets/0x67CFE387D6a1C9BC02293d82e443A2aA011336E7/info.json
deleted file mode 100644
index f7ad8fa7add93..0000000000000
--- a/blockchains/ethereum/assets/0x67CFE387D6a1C9BC02293d82e443A2aA011336E7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LGN International",
- "symbol": "LGN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x67CFE387D6a1C9BC02293d82e443A2aA011336E7",
- "status": "abandoned",
- "id": "0x67CFE387D6a1C9BC02293d82e443A2aA011336E7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x67CFE387D6a1C9BC02293d82e443A2aA011336E7/logo.png b/blockchains/ethereum/assets/0x67CFE387D6a1C9BC02293d82e443A2aA011336E7/logo.png
deleted file mode 100644
index 02fa9a4a78a54..0000000000000
Binary files a/blockchains/ethereum/assets/0x67CFE387D6a1C9BC02293d82e443A2aA011336E7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x67D3E39Ae5D3316dfdAAebEd1C62293e7cF19297/info.json b/blockchains/ethereum/assets/0x67D3E39Ae5D3316dfdAAebEd1C62293e7cF19297/info.json
deleted file mode 100644
index e2cd860dd9f81..0000000000000
--- a/blockchains/ethereum/assets/0x67D3E39Ae5D3316dfdAAebEd1C62293e7cF19297/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-16/30M76",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x67D3E39Ae5D3316dfdAAebEd1C62293e7cF19297",
- "status": "abandoned",
- "id": "0x67D3E39Ae5D3316dfdAAebEd1C62293e7cF19297"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x67D3E39Ae5D3316dfdAAebEd1C62293e7cF19297/logo.png b/blockchains/ethereum/assets/0x67D3E39Ae5D3316dfdAAebEd1C62293e7cF19297/logo.png
deleted file mode 100644
index 0d9f15e5ef116..0000000000000
Binary files a/blockchains/ethereum/assets/0x67D3E39Ae5D3316dfdAAebEd1C62293e7cF19297/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x67D511f4a4f2Bc034dDc5DB3b28102d888CdD11F/info.json b/blockchains/ethereum/assets/0x67D511f4a4f2Bc034dDc5DB3b28102d888CdD11F/info.json
deleted file mode 100644
index 0836e67b74ac3..0000000000000
--- a/blockchains/ethereum/assets/0x67D511f4a4f2Bc034dDc5DB3b28102d888CdD11F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AlgoTradingFun",
- "symbol": "ATF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x67D511f4a4f2Bc034dDc5DB3b28102d888CdD11F",
- "status": "abandoned",
- "id": "0x67D511f4a4f2Bc034dDc5DB3b28102d888CdD11F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x67D511f4a4f2Bc034dDc5DB3b28102d888CdD11F/logo.png b/blockchains/ethereum/assets/0x67D511f4a4f2Bc034dDc5DB3b28102d888CdD11F/logo.png
deleted file mode 100644
index e910bd568719c..0000000000000
Binary files a/blockchains/ethereum/assets/0x67D511f4a4f2Bc034dDc5DB3b28102d888CdD11F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x67a9099f0008C35C61c00042cd9Fb03684451097/info.json b/blockchains/ethereum/assets/0x67a9099f0008C35C61c00042cd9Fb03684451097/info.json
deleted file mode 100644
index 41ce0f1f1e491..0000000000000
--- a/blockchains/ethereum/assets/0x67a9099f0008C35C61c00042cd9Fb03684451097/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GAMESTARS TOKEN",
- "symbol": "GST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://gamestars.io",
- "explorer": "https://etherscan.io/token/0x67a9099f0008C35C61c00042cd9Fb03684451097",
- "status": "abandoned",
- "id": "0x67a9099f0008C35C61c00042cd9Fb03684451097"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x67a9099f0008C35C61c00042cd9Fb03684451097/logo.png b/blockchains/ethereum/assets/0x67a9099f0008C35C61c00042cd9Fb03684451097/logo.png
deleted file mode 100644
index d5d779fc73e53..0000000000000
Binary files a/blockchains/ethereum/assets/0x67a9099f0008C35C61c00042cd9Fb03684451097/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x67ab11058eF23D0a19178f61A050D3c38F81Ae21/info.json b/blockchains/ethereum/assets/0x67ab11058eF23D0a19178f61A050D3c38F81Ae21/info.json
deleted file mode 100644
index 29cf6c4f2dcef..0000000000000
--- a/blockchains/ethereum/assets/0x67ab11058eF23D0a19178f61A050D3c38F81Ae21/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SELF TOKEN",
- "symbol": "SELF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x67ab11058eF23D0a19178f61A050D3c38F81Ae21",
- "status": "abandoned",
- "id": "0x67ab11058eF23D0a19178f61A050D3c38F81Ae21"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x67ab11058eF23D0a19178f61A050D3c38F81Ae21/logo.png b/blockchains/ethereum/assets/0x67ab11058eF23D0a19178f61A050D3c38F81Ae21/logo.png
deleted file mode 100644
index be542f39623e3..0000000000000
Binary files a/blockchains/ethereum/assets/0x67ab11058eF23D0a19178f61A050D3c38F81Ae21/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x67b562802aE7Da63283741103d14F508597f6380/info.json b/blockchains/ethereum/assets/0x67b562802aE7Da63283741103d14F508597f6380/info.json
deleted file mode 100644
index 7d34d82b43487..0000000000000
--- a/blockchains/ethereum/assets/0x67b562802aE7Da63283741103d14F508597f6380/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ROOKS",
- "symbol": "ROOKS",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x67b562802aE7Da63283741103d14F508597f6380",
- "status": "abandoned",
- "id": "0x67b562802aE7Da63283741103d14F508597f6380"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x67b562802aE7Da63283741103d14F508597f6380/logo.png b/blockchains/ethereum/assets/0x67b562802aE7Da63283741103d14F508597f6380/logo.png
deleted file mode 100644
index 4800e94996c96..0000000000000
Binary files a/blockchains/ethereum/assets/0x67b562802aE7Da63283741103d14F508597f6380/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x67c597624B17b16fb77959217360B7cD18284253/info.json b/blockchains/ethereum/assets/0x67c597624B17b16fb77959217360B7cD18284253/info.json
deleted file mode 100644
index 89c0848279e4d..0000000000000
--- a/blockchains/ethereum/assets/0x67c597624B17b16fb77959217360B7cD18284253/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Benchmark Protocol",
- "type": "ERC20",
- "symbol": "MARK",
- "decimals": 9,
- "website": "https://benchmarkprotocol.finance",
- "description": "Benchmark Protocol mitigates liquidation events and hedges risk with the MARK token; a supply elastic, stablecoin-alternative that connects traditional capital markets to DeFi.",
- "explorer": "https://etherscan.io/token/0x67c597624B17b16fb77959217360B7cD18284253",
- "status": "active",
- "id": "0x67c597624B17b16fb77959217360B7cD18284253",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Benchmark_Defi"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x67c597624B17b16fb77959217360B7cD18284253/logo.png b/blockchains/ethereum/assets/0x67c597624B17b16fb77959217360B7cD18284253/logo.png
deleted file mode 100644
index d51f9fa314e3b..0000000000000
Binary files a/blockchains/ethereum/assets/0x67c597624B17b16fb77959217360B7cD18284253/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x68037790A0229e9Ce6EaA8A99ea92964106C4703/info.json b/blockchains/ethereum/assets/0x68037790A0229e9Ce6EaA8A99ea92964106C4703/info.json
deleted file mode 100644
index 824a229ea82e3..0000000000000
--- a/blockchains/ethereum/assets/0x68037790A0229e9Ce6EaA8A99ea92964106C4703/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PAR Stablecoin (PAR)",
- "type": "ERC20",
- "symbol": "PAR",
- "decimals": 18,
- "website": "https://mimo.capital",
- "description": "PAR is introduced to the market as the first stable token algorithmically pegged to the Euro (€), offering investors for the first time the possibility to acquire a token in the native currency of the European Community countries. PAR token holders will be able to place their tokens in liquidity pools to obtain attractive returns within the MIMO Decentralized Finance Platform.",
- "explorer": "https://etherscan.io/token/0x68037790A0229e9Ce6EaA8A99ea92964106C4703",
- "status": "active",
- "id": "0x68037790A0229e9Ce6EaA8A99ea92964106C4703"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x68037790A0229e9Ce6EaA8A99ea92964106C4703/logo.png b/blockchains/ethereum/assets/0x68037790A0229e9Ce6EaA8A99ea92964106C4703/logo.png
deleted file mode 100644
index 49d033de3dfc1..0000000000000
Binary files a/blockchains/ethereum/assets/0x68037790A0229e9Ce6EaA8A99ea92964106C4703/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6810e776880C02933D47DB1b9fc05908e5386b96/info.json b/blockchains/ethereum/assets/0x6810e776880C02933D47DB1b9fc05908e5386b96/info.json
deleted file mode 100644
index db15a0d6a307d..0000000000000
--- a/blockchains/ethereum/assets/0x6810e776880C02933D47DB1b9fc05908e5386b96/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Gnosis",
- "website": "https://gnosis.io",
- "description": "Gnosis is a decentralized prediction market built on the Ethereum protocol.",
- "explorer": "https://etherscan.io/token/0x6810e776880C02933D47DB1b9fc05908e5386b96",
- "type": "ERC20",
- "symbol": "GNO",
- "decimals": 18,
- "status": "active",
- "id": "0x6810e776880C02933D47DB1b9fc05908e5386b96",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/gnosis"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/gnosisPM"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/gnosisPM/"
- },
- {
- "name": "blog",
- "url": "https://blog.gnosis.io/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/Gnosis.pm/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/gnosis/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6810e776880C02933D47DB1b9fc05908e5386b96/logo.png b/blockchains/ethereum/assets/0x6810e776880C02933D47DB1b9fc05908e5386b96/logo.png
deleted file mode 100644
index 35fed91b892f3..0000000000000
Binary files a/blockchains/ethereum/assets/0x6810e776880C02933D47DB1b9fc05908e5386b96/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x681724368d052a4e29Fc226eD5085082d74Fe716/info.json b/blockchains/ethereum/assets/0x681724368d052a4e29Fc226eD5085082d74Fe716/info.json
deleted file mode 100644
index 5c2ef3691d154..0000000000000
--- a/blockchains/ethereum/assets/0x681724368d052a4e29Fc226eD5085082d74Fe716/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SOLARMINING",
- "symbol": "SRM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x681724368d052a4e29Fc226eD5085082d74Fe716",
- "status": "abandoned",
- "id": "0x681724368d052a4e29Fc226eD5085082d74Fe716"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x681724368d052a4e29Fc226eD5085082d74Fe716/logo.png b/blockchains/ethereum/assets/0x681724368d052a4e29Fc226eD5085082d74Fe716/logo.png
deleted file mode 100644
index 32bfde2c6763f..0000000000000
Binary files a/blockchains/ethereum/assets/0x681724368d052a4e29Fc226eD5085082d74Fe716/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x68350d30D9F58C81aaaA41929f1bfC52FFf4Ea49/info.json b/blockchains/ethereum/assets/0x68350d30D9F58C81aaaA41929f1bfC52FFf4Ea49/info.json
deleted file mode 100644
index 6b6ed7154ee90..0000000000000
--- a/blockchains/ethereum/assets/0x68350d30D9F58C81aaaA41929f1bfC52FFf4Ea49/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rapidz",
- "symbol": "RPZX",
- "type": "ERC20",
- "decimals": 18,
- "description": "RAPIDZ - reimagines the digital finance & payment experience and propels the crypto ecosystem to a broader audience.",
- "website": "https://www.rapidz.io",
- "explorer": "https://etherscan.io/token/0x68350d30D9F58C81aaaA41929f1bfC52FFf4Ea49",
- "status": "active",
- "id": "0x68350d30D9F58C81aaaA41929f1bfC52FFf4Ea49"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x68350d30D9F58C81aaaA41929f1bfC52FFf4Ea49/logo.png b/blockchains/ethereum/assets/0x68350d30D9F58C81aaaA41929f1bfC52FFf4Ea49/logo.png
deleted file mode 100644
index 99160adeb971e..0000000000000
Binary files a/blockchains/ethereum/assets/0x68350d30D9F58C81aaaA41929f1bfC52FFf4Ea49/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x684e2DCb12Bb755237E07242529C82f78a84Ea61/info.json b/blockchains/ethereum/assets/0x684e2DCb12Bb755237E07242529C82f78a84Ea61/info.json
deleted file mode 100644
index 87f435252c0db..0000000000000
--- a/blockchains/ethereum/assets/0x684e2DCb12Bb755237E07242529C82f78a84Ea61/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WELL Token",
- "symbol": "WELL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x684e2DCb12Bb755237E07242529C82f78a84Ea61",
- "status": "abandoned",
- "id": "0x684e2DCb12Bb755237E07242529C82f78a84Ea61"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x684e2DCb12Bb755237E07242529C82f78a84Ea61/logo.png b/blockchains/ethereum/assets/0x684e2DCb12Bb755237E07242529C82f78a84Ea61/logo.png
deleted file mode 100644
index 69f3ef045b534..0000000000000
Binary files a/blockchains/ethereum/assets/0x684e2DCb12Bb755237E07242529C82f78a84Ea61/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6859242a5c8e43101BC96787c09728036590083B/info.json b/blockchains/ethereum/assets/0x6859242a5c8e43101BC96787c09728036590083B/info.json
deleted file mode 100644
index 6d0590f5c137b..0000000000000
--- a/blockchains/ethereum/assets/0x6859242a5c8e43101BC96787c09728036590083B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "World Travel Token",
- "symbol": "WTL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6859242a5c8e43101BC96787c09728036590083B",
- "status": "abandoned",
- "id": "0x6859242a5c8e43101BC96787c09728036590083B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6859242a5c8e43101BC96787c09728036590083B/logo.png b/blockchains/ethereum/assets/0x6859242a5c8e43101BC96787c09728036590083B/logo.png
deleted file mode 100644
index 9443bb91adafa..0000000000000
Binary files a/blockchains/ethereum/assets/0x6859242a5c8e43101BC96787c09728036590083B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6863bE0e7CF7ce860A574760e9020D519a8bDC47/info.json b/blockchains/ethereum/assets/0x6863bE0e7CF7ce860A574760e9020D519a8bDC47/info.json
deleted file mode 100644
index a5786afa5d004..0000000000000
--- a/blockchains/ethereum/assets/0x6863bE0e7CF7ce860A574760e9020D519a8bDC47/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "On.Live",
- "symbol": "ONL",
- "type": "ERC20",
- "decimals": 18,
- "description": "On.Live (ONL) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://on.live/",
- "explorer": "https://etherscan.io/token/0x6863bE0e7CF7ce860A574760e9020D519a8bDC47",
- "status": "active",
- "id": "0x6863bE0e7CF7ce860A574760e9020D519a8bDC47"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6863bE0e7CF7ce860A574760e9020D519a8bDC47/logo.png b/blockchains/ethereum/assets/0x6863bE0e7CF7ce860A574760e9020D519a8bDC47/logo.png
deleted file mode 100755
index 3177915a99052..0000000000000
Binary files a/blockchains/ethereum/assets/0x6863bE0e7CF7ce860A574760e9020D519a8bDC47/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x686C650dbcFEaa75D09B883621Ad810F5952bD5d/info.json b/blockchains/ethereum/assets/0x686C650dbcFEaa75D09B883621Ad810F5952bD5d/info.json
deleted file mode 100644
index 5903f396a6c36..0000000000000
--- a/blockchains/ethereum/assets/0x686C650dbcFEaa75D09B883621Ad810F5952bD5d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AAX Token",
- "symbol": "AAB",
- "type": "ERC20",
- "decimals": 18,
- "description": "Digital asset exchange. AAX Token (AAB) is an integral part of AAX, providing special benefits to users, and a means to be part of the growth of the exchange.",
- "website": "https://aab.aax.com/",
- "explorer": "https://etherscan.io/token/0x686C650dbcFEaa75D09B883621Ad810F5952bD5d",
- "status": "active",
- "id": "0x686C650dbcFEaa75D09B883621Ad810F5952bD5d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x686C650dbcFEaa75D09B883621Ad810F5952bD5d/logo.png b/blockchains/ethereum/assets/0x686C650dbcFEaa75D09B883621Ad810F5952bD5d/logo.png
deleted file mode 100644
index b72fdf34bb1f9..0000000000000
Binary files a/blockchains/ethereum/assets/0x686C650dbcFEaa75D09B883621Ad810F5952bD5d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x687174f8C49ceb7729D925C3A961507ea4Ac7b28/info.json b/blockchains/ethereum/assets/0x687174f8C49ceb7729D925C3A961507ea4Ac7b28/info.json
deleted file mode 100644
index 3e6094ebea9a6..0000000000000
--- a/blockchains/ethereum/assets/0x687174f8C49ceb7729D925C3A961507ea4Ac7b28/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GAT Token",
- "symbol": "GAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.gatcoin.io/",
- "explorer": "https://etherscan.io/token/0x687174f8C49ceb7729D925C3A961507ea4Ac7b28",
- "status": "active",
- "id": "0x687174f8C49ceb7729D925C3A961507ea4Ac7b28"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x687174f8C49ceb7729D925C3A961507ea4Ac7b28/logo.png b/blockchains/ethereum/assets/0x687174f8C49ceb7729D925C3A961507ea4Ac7b28/logo.png
deleted file mode 100644
index 2f30702eb38d8..0000000000000
Binary files a/blockchains/ethereum/assets/0x687174f8C49ceb7729D925C3A961507ea4Ac7b28/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x687BfC3E73f6af55F0CccA8450114D107E781a0e/info.json b/blockchains/ethereum/assets/0x687BfC3E73f6af55F0CccA8450114D107E781a0e/info.json
deleted file mode 100644
index 03b63565d4f43..0000000000000
--- a/blockchains/ethereum/assets/0x687BfC3E73f6af55F0CccA8450114D107E781a0e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QChi",
- "symbol": "QCH",
- "type": "ERC20",
- "decimals": 18,
- "description": "Chi (Q-Chi) can be broken down to mean quantum essence of life, is attempting to harness the disruptive blockchain technology to power the marketing, health and gaming industry. ",
- "website": "http://www.qchi.mobi",
- "explorer": "https://etherscan.io/token/0x687BfC3E73f6af55F0CccA8450114D107E781a0e",
- "status": "active",
- "id": "0x687BfC3E73f6af55F0CccA8450114D107E781a0e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x687BfC3E73f6af55F0CccA8450114D107E781a0e/logo.png b/blockchains/ethereum/assets/0x687BfC3E73f6af55F0CccA8450114D107E781a0e/logo.png
deleted file mode 100644
index 5016240bf9504..0000000000000
Binary files a/blockchains/ethereum/assets/0x687BfC3E73f6af55F0CccA8450114D107E781a0e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x688478f003b8D0F10b8af2122bF20378555EF958/info.json b/blockchains/ethereum/assets/0x688478f003b8D0F10b8af2122bF20378555EF958/info.json
deleted file mode 100644
index c88b09abc6bc3..0000000000000
--- a/blockchains/ethereum/assets/0x688478f003b8D0F10b8af2122bF20378555EF958/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BolttCoin",
- "symbol": "BOLTT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x688478f003b8D0F10b8af2122bF20378555EF958",
- "status": "abandoned",
- "id": "0x688478f003b8D0F10b8af2122bF20378555EF958"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x688478f003b8D0F10b8af2122bF20378555EF958/logo.png b/blockchains/ethereum/assets/0x688478f003b8D0F10b8af2122bF20378555EF958/logo.png
deleted file mode 100644
index 7c5a7d1168d18..0000000000000
Binary files a/blockchains/ethereum/assets/0x688478f003b8D0F10b8af2122bF20378555EF958/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6885Fc6a8166d6B875CC9884Ea9FCf76745F8B51/info.json b/blockchains/ethereum/assets/0x6885Fc6a8166d6B875CC9884Ea9FCf76745F8B51/info.json
deleted file mode 100644
index 6a5f37007ad50..0000000000000
--- a/blockchains/ethereum/assets/0x6885Fc6a8166d6B875CC9884Ea9FCf76745F8B51/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MonetChainToken",
- "symbol": "MOTE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6885Fc6a8166d6B875CC9884Ea9FCf76745F8B51",
- "status": "abandoned",
- "id": "0x6885Fc6a8166d6B875CC9884Ea9FCf76745F8B51"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6885Fc6a8166d6B875CC9884Ea9FCf76745F8B51/logo.png b/blockchains/ethereum/assets/0x6885Fc6a8166d6B875CC9884Ea9FCf76745F8B51/logo.png
deleted file mode 100644
index d83758424cc71..0000000000000
Binary files a/blockchains/ethereum/assets/0x6885Fc6a8166d6B875CC9884Ea9FCf76745F8B51/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6888a16eA9792c15A4DCF2f6C623D055c8eDe792/info.json b/blockchains/ethereum/assets/0x6888a16eA9792c15A4DCF2f6C623D055c8eDe792/info.json
deleted file mode 100644
index 9fe2883d4a418..0000000000000
--- a/blockchains/ethereum/assets/0x6888a16eA9792c15A4DCF2f6C623D055c8eDe792/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Signals",
- "symbol": "SIG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.spectivvr.com/",
- "explorer": "https://etherscan.io/token/0x6888a16eA9792c15A4DCF2f6C623D055c8eDe792",
- "status": "abandoned",
- "id": "0x6888a16eA9792c15A4DCF2f6C623D055c8eDe792"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6888a16eA9792c15A4DCF2f6C623D055c8eDe792/logo.png b/blockchains/ethereum/assets/0x6888a16eA9792c15A4DCF2f6C623D055c8eDe792/logo.png
deleted file mode 100644
index 580937ac5bb5f..0000000000000
Binary files a/blockchains/ethereum/assets/0x6888a16eA9792c15A4DCF2f6C623D055c8eDe792/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x688fF43c3c19e4714f0BeB76df8Ee394207Ab411/info.json b/blockchains/ethereum/assets/0x688fF43c3c19e4714f0BeB76df8Ee394207Ab411/info.json
deleted file mode 100644
index f9916e1c8c384..0000000000000
--- a/blockchains/ethereum/assets/0x688fF43c3c19e4714f0BeB76df8Ee394207Ab411/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RoboAi Coin R2R",
- "symbol": "R2R",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.citios.io/",
- "explorer": "https://etherscan.io/token/0x688fF43c3c19e4714f0BeB76df8Ee394207Ab411",
- "status": "abandoned",
- "id": "0x688fF43c3c19e4714f0BeB76df8Ee394207Ab411"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x688fF43c3c19e4714f0BeB76df8Ee394207Ab411/logo.png b/blockchains/ethereum/assets/0x688fF43c3c19e4714f0BeB76df8Ee394207Ab411/logo.png
deleted file mode 100644
index c8694dc46c0d4..0000000000000
Binary files a/blockchains/ethereum/assets/0x688fF43c3c19e4714f0BeB76df8Ee394207Ab411/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x68909e586eeAC8F47315e84B4c9788DD54Ef65Bb/info.json b/blockchains/ethereum/assets/0x68909e586eeAC8F47315e84B4c9788DD54Ef65Bb/info.json
deleted file mode 100644
index 410fafc5ec120..0000000000000
--- a/blockchains/ethereum/assets/0x68909e586eeAC8F47315e84B4c9788DD54Ef65Bb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EvenCoin",
- "symbol": "EVN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://evencoin.io",
- "explorer": "https://etherscan.io/token/0x68909e586eeAC8F47315e84B4c9788DD54Ef65Bb",
- "status": "abandoned",
- "id": "0x68909e586eeAC8F47315e84B4c9788DD54Ef65Bb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x68909e586eeAC8F47315e84B4c9788DD54Ef65Bb/logo.png b/blockchains/ethereum/assets/0x68909e586eeAC8F47315e84B4c9788DD54Ef65Bb/logo.png
deleted file mode 100644
index 691e48ac7268e..0000000000000
Binary files a/blockchains/ethereum/assets/0x68909e586eeAC8F47315e84B4c9788DD54Ef65Bb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x68A118Ef45063051Eac49c7e647CE5Ace48a68a5/info.json b/blockchains/ethereum/assets/0x68A118Ef45063051Eac49c7e647CE5Ace48a68a5/info.json
deleted file mode 100644
index 5cb477df80970..0000000000000
--- a/blockchains/ethereum/assets/0x68A118Ef45063051Eac49c7e647CE5Ace48a68a5/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Based Money",
- "website": "https://based.money",
- "description": "The BASED Protocol is a DeFi game of chicken designed to shake out weak hands and yield the highest gains for those who understand the rules.",
- "explorer": "https://etherscan.io/token/0x68A118Ef45063051Eac49c7e647CE5Ace48a68a5",
- "dapp": "https://stake.based.money",
- "type": "ERC20",
- "symbol": "$BASED",
- "decimals": 18,
- "status": "active",
- "id": "0x68A118Ef45063051Eac49c7e647CE5Ace48a68a5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x68A118Ef45063051Eac49c7e647CE5Ace48a68a5/logo.png b/blockchains/ethereum/assets/0x68A118Ef45063051Eac49c7e647CE5Ace48a68a5/logo.png
deleted file mode 100644
index b0aa09a73da87..0000000000000
Binary files a/blockchains/ethereum/assets/0x68A118Ef45063051Eac49c7e647CE5Ace48a68a5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x68A5A07C6ef88C0C9Be41fd967CFF73Aa05dE63D/info.json b/blockchains/ethereum/assets/0x68A5A07C6ef88C0C9Be41fd967CFF73Aa05dE63D/info.json
deleted file mode 100644
index 52205bd34df29..0000000000000
--- a/blockchains/ethereum/assets/0x68A5A07C6ef88C0C9Be41fd967CFF73Aa05dE63D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTEApplication",
- "symbol": "BTEA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x68A5A07C6ef88C0C9Be41fd967CFF73Aa05dE63D",
- "status": "abandoned",
- "id": "0x68A5A07C6ef88C0C9Be41fd967CFF73Aa05dE63D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x68A5A07C6ef88C0C9Be41fd967CFF73Aa05dE63D/logo.png b/blockchains/ethereum/assets/0x68A5A07C6ef88C0C9Be41fd967CFF73Aa05dE63D/logo.png
deleted file mode 100644
index 6b5d734fdbcab..0000000000000
Binary files a/blockchains/ethereum/assets/0x68A5A07C6ef88C0C9Be41fd967CFF73Aa05dE63D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x68AA3F232dA9bdC2343465545794ef3eEa5209BD/info.json b/blockchains/ethereum/assets/0x68AA3F232dA9bdC2343465545794ef3eEa5209BD/info.json
deleted file mode 100644
index 68a643d5c4fcc..0000000000000
--- a/blockchains/ethereum/assets/0x68AA3F232dA9bdC2343465545794ef3eEa5209BD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mothership Token",
- "symbol": "MSP",
- "type": "ERC20",
- "decimals": 18,
- "description": "Cryptocurrency exchange built from the ground up to support cryptocurrency traders with fiat pairs.",
- "website": "https://mothership.cx/",
- "explorer": "https://etherscan.io/token/0x68AA3F232dA9bdC2343465545794ef3eEa5209BD",
- "status": "active",
- "id": "0x68AA3F232dA9bdC2343465545794ef3eEa5209BD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x68AA3F232dA9bdC2343465545794ef3eEa5209BD/logo.png b/blockchains/ethereum/assets/0x68AA3F232dA9bdC2343465545794ef3eEa5209BD/logo.png
deleted file mode 100644
index 5d8c2fde1348a..0000000000000
Binary files a/blockchains/ethereum/assets/0x68AA3F232dA9bdC2343465545794ef3eEa5209BD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x68D3AF29a900D21d092778A9D0aa4F73B1367141/info.json b/blockchains/ethereum/assets/0x68D3AF29a900D21d092778A9D0aa4F73B1367141/info.json
deleted file mode 100644
index 9c67f4d9b694a..0000000000000
--- a/blockchains/ethereum/assets/0x68D3AF29a900D21d092778A9D0aa4F73B1367141/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bayan Token",
- "symbol": "BYT",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x68D3AF29a900D21d092778A9D0aa4F73B1367141",
- "status": "abandoned",
- "id": "0x68D3AF29a900D21d092778A9D0aa4F73B1367141"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x68D3AF29a900D21d092778A9D0aa4F73B1367141/logo.png b/blockchains/ethereum/assets/0x68D3AF29a900D21d092778A9D0aa4F73B1367141/logo.png
deleted file mode 100644
index f4bd3657a1db7..0000000000000
Binary files a/blockchains/ethereum/assets/0x68D3AF29a900D21d092778A9D0aa4F73B1367141/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x68EE15Cd6A76547fb5851453632fd1D4f752Ba79/info.json b/blockchains/ethereum/assets/0x68EE15Cd6A76547fb5851453632fd1D4f752Ba79/info.json
deleted file mode 100644
index d9db4703b1616..0000000000000
--- a/blockchains/ethereum/assets/0x68EE15Cd6A76547fb5851453632fd1D4f752Ba79/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BULLIONXT",
- "symbol": "BNXT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x68EE15Cd6A76547fb5851453632fd1D4f752Ba79",
- "status": "abandoned",
- "id": "0x68EE15Cd6A76547fb5851453632fd1D4f752Ba79"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x68EE15Cd6A76547fb5851453632fd1D4f752Ba79/logo.png b/blockchains/ethereum/assets/0x68EE15Cd6A76547fb5851453632fd1D4f752Ba79/logo.png
deleted file mode 100644
index 0dd7cfd23f2f0..0000000000000
Binary files a/blockchains/ethereum/assets/0x68EE15Cd6A76547fb5851453632fd1D4f752Ba79/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x68F8b2E7B1A5841724e614758a56ADe0482F077e/info.json b/blockchains/ethereum/assets/0x68F8b2E7B1A5841724e614758a56ADe0482F077e/info.json
deleted file mode 100644
index 5d5727f62fdaf..0000000000000
--- a/blockchains/ethereum/assets/0x68F8b2E7B1A5841724e614758a56ADe0482F077e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LXANK",
- "symbol": "LXANK",
- "type": "ERC20",
- "decimals": 16,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x68F8b2E7B1A5841724e614758a56ADe0482F077e",
- "status": "abandoned",
- "id": "0x68F8b2E7B1A5841724e614758a56ADe0482F077e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x68F8b2E7B1A5841724e614758a56ADe0482F077e/logo.png b/blockchains/ethereum/assets/0x68F8b2E7B1A5841724e614758a56ADe0482F077e/logo.png
deleted file mode 100644
index 73eba7aaf7ee8..0000000000000
Binary files a/blockchains/ethereum/assets/0x68F8b2E7B1A5841724e614758a56ADe0482F077e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x68a3637bA6E75c0f66B61A42639c4e9fCD3D4824/info.json b/blockchains/ethereum/assets/0x68a3637bA6E75c0f66B61A42639c4e9fCD3D4824/info.json
deleted file mode 100644
index 7d54183ada577..0000000000000
--- a/blockchains/ethereum/assets/0x68a3637bA6E75c0f66B61A42639c4e9fCD3D4824/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MoonToken",
- "website": "https://moonswap.fi",
- "description": "moonswap is first experiment with cross-chain migration of swapDEX .",
- "explorer": "https://etherscan.io/token/0x68a3637bA6E75c0f66B61A42639c4e9fCD3D4824",
- "type": "ERC20",
- "symbol": "MOON",
- "decimals": 18,
- "status": "active",
- "id": "0x68a3637bA6E75c0f66B61A42639c4e9fCD3D4824"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x68a3637bA6E75c0f66B61A42639c4e9fCD3D4824/logo.png b/blockchains/ethereum/assets/0x68a3637bA6E75c0f66B61A42639c4e9fCD3D4824/logo.png
deleted file mode 100644
index 80b27b7e698f6..0000000000000
Binary files a/blockchains/ethereum/assets/0x68a3637bA6E75c0f66B61A42639c4e9fCD3D4824/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x68bD713Fe048FC41Eb500b198cc9297e42A8bBfb/info.json b/blockchains/ethereum/assets/0x68bD713Fe048FC41Eb500b198cc9297e42A8bBfb/info.json
deleted file mode 100644
index d1bcec847c2c5..0000000000000
--- a/blockchains/ethereum/assets/0x68bD713Fe048FC41Eb500b198cc9297e42A8bBfb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lottery Pools",
- "symbol": "PLOTO",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x68bD713Fe048FC41Eb500b198cc9297e42A8bBfb",
- "status": "abandoned",
- "id": "0x68bD713Fe048FC41Eb500b198cc9297e42A8bBfb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x68bD713Fe048FC41Eb500b198cc9297e42A8bBfb/logo.png b/blockchains/ethereum/assets/0x68bD713Fe048FC41Eb500b198cc9297e42A8bBfb/logo.png
deleted file mode 100644
index a9c09cb815c7d..0000000000000
Binary files a/blockchains/ethereum/assets/0x68bD713Fe048FC41Eb500b198cc9297e42A8bBfb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x68d57c9a1C35f63E2c83eE8e49A64e9d70528D25/info.json b/blockchains/ethereum/assets/0x68d57c9a1C35f63E2c83eE8e49A64e9d70528D25/info.json
deleted file mode 100644
index b82df75e46cac..0000000000000
--- a/blockchains/ethereum/assets/0x68d57c9a1C35f63E2c83eE8e49A64e9d70528D25/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SIRIN",
- "symbol": "SRN",
- "type": "ERC20",
- "decimals": 18,
- "description": "Blockchain Smartphone.",
- "website": "https://www.sirinlabs.com",
- "explorer": "https://etherscan.io/token/0x68d57c9a1C35f63E2c83eE8e49A64e9d70528D25",
- "status": "active",
- "id": "0x68d57c9a1C35f63E2c83eE8e49A64e9d70528D25"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x68d57c9a1C35f63E2c83eE8e49A64e9d70528D25/logo.png b/blockchains/ethereum/assets/0x68d57c9a1C35f63E2c83eE8e49A64e9d70528D25/logo.png
deleted file mode 100755
index fe5185c1075c8..0000000000000
Binary files a/blockchains/ethereum/assets/0x68d57c9a1C35f63E2c83eE8e49A64e9d70528D25/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x68e14bb5A45B9681327E16E528084B9d962C1a39/info.json b/blockchains/ethereum/assets/0x68e14bb5A45B9681327E16E528084B9d962C1a39/info.json
deleted file mode 100644
index b9c1ba6e75b43..0000000000000
--- a/blockchains/ethereum/assets/0x68e14bb5A45B9681327E16E528084B9d962C1a39/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitClave - Consumer Activity Token",
- "symbol": "CAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x68e14bb5A45B9681327E16E528084B9d962C1a39",
- "status": "abandoned",
- "id": "0x68e14bb5A45B9681327E16E528084B9d962C1a39"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x68e14bb5A45B9681327E16E528084B9d962C1a39/logo.png b/blockchains/ethereum/assets/0x68e14bb5A45B9681327E16E528084B9d962C1a39/logo.png
deleted file mode 100644
index c38e542a2cdb4..0000000000000
Binary files a/blockchains/ethereum/assets/0x68e14bb5A45B9681327E16E528084B9d962C1a39/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x68eb95Dc9934E19B86687A10DF8e364423240E94/info.json b/blockchains/ethereum/assets/0x68eb95Dc9934E19B86687A10DF8e364423240E94/info.json
deleted file mode 100644
index 2a1b51baa53d4..0000000000000
--- a/blockchains/ethereum/assets/0x68eb95Dc9934E19B86687A10DF8e364423240E94/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": " 3X Long Bitcoin Token",
- "symbol": "BULL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ftx.com/tokens/BULL",
- "explorer": "https://etherscan.io/token/0x68eb95Dc9934E19B86687A10DF8e364423240E94",
- "status": "abandoned",
- "id": "0x68eb95Dc9934E19B86687A10DF8e364423240E94"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x68eb95Dc9934E19B86687A10DF8e364423240E94/logo.png b/blockchains/ethereum/assets/0x68eb95Dc9934E19B86687A10DF8e364423240E94/logo.png
deleted file mode 100644
index 36d37c8b5358a..0000000000000
Binary files a/blockchains/ethereum/assets/0x68eb95Dc9934E19B86687A10DF8e364423240E94/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x68f54CeF8DB7Ca1d3aC1bdd4cB56bC7A6Ec26Faa/info.json b/blockchains/ethereum/assets/0x68f54CeF8DB7Ca1d3aC1bdd4cB56bC7A6Ec26Faa/info.json
deleted file mode 100644
index b3cc9aa8d7982..0000000000000
--- a/blockchains/ethereum/assets/0x68f54CeF8DB7Ca1d3aC1bdd4cB56bC7A6Ec26Faa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NanoX Coin",
- "symbol": "NNX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x68f54CeF8DB7Ca1d3aC1bdd4cB56bC7A6Ec26Faa",
- "status": "abandoned",
- "id": "0x68f54CeF8DB7Ca1d3aC1bdd4cB56bC7A6Ec26Faa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x68f54CeF8DB7Ca1d3aC1bdd4cB56bC7A6Ec26Faa/logo.png b/blockchains/ethereum/assets/0x68f54CeF8DB7Ca1d3aC1bdd4cB56bC7A6Ec26Faa/logo.png
deleted file mode 100644
index 55c737d044c50..0000000000000
Binary files a/blockchains/ethereum/assets/0x68f54CeF8DB7Ca1d3aC1bdd4cB56bC7A6Ec26Faa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6911270D4BC1915744AEdd785d41D44f47245BD0/info.json b/blockchains/ethereum/assets/0x6911270D4BC1915744AEdd785d41D44f47245BD0/info.json
deleted file mode 100644
index 14c9e9079e9b6..0000000000000
--- a/blockchains/ethereum/assets/0x6911270D4BC1915744AEdd785d41D44f47245BD0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QPay",
- "symbol": "QPY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://qpay.group/",
- "explorer": "https://etherscan.io/token/0x6911270D4BC1915744AEdd785d41D44f47245BD0",
- "status": "abandoned",
- "id": "0x6911270D4BC1915744AEdd785d41D44f47245BD0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6911270D4BC1915744AEdd785d41D44f47245BD0/logo.png b/blockchains/ethereum/assets/0x6911270D4BC1915744AEdd785d41D44f47245BD0/logo.png
deleted file mode 100644
index 512e31b97f68c..0000000000000
Binary files a/blockchains/ethereum/assets/0x6911270D4BC1915744AEdd785d41D44f47245BD0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6913cCabBC337F0ea7b4109dd8200D61c704D332/info.json b/blockchains/ethereum/assets/0x6913cCabBC337F0ea7b4109dd8200D61c704D332/info.json
deleted file mode 100644
index 9765ba9ece2b4..0000000000000
--- a/blockchains/ethereum/assets/0x6913cCabBC337F0ea7b4109dd8200D61c704D332/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Asac Coin",
- "symbol": "ASAC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://asaccoin.com/",
- "explorer": "https://etherscan.io/token/0x6913cCabBC337F0ea7b4109dd8200D61c704D332",
- "status": "abandoned",
- "id": "0x6913cCabBC337F0ea7b4109dd8200D61c704D332"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6913cCabBC337F0ea7b4109dd8200D61c704D332/logo.png b/blockchains/ethereum/assets/0x6913cCabBC337F0ea7b4109dd8200D61c704D332/logo.png
deleted file mode 100644
index 6035d9f60ef2d..0000000000000
Binary files a/blockchains/ethereum/assets/0x6913cCabBC337F0ea7b4109dd8200D61c704D332/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x691c25C461DaFC47792b6E4d674FBB637bca1C6F/info.json b/blockchains/ethereum/assets/0x691c25C461DaFC47792b6E4d674FBB637bca1C6F/info.json
deleted file mode 100644
index 6bcdbf9fcbdd8..0000000000000
--- a/blockchains/ethereum/assets/0x691c25C461DaFC47792b6E4d674FBB637bca1C6F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "iBBT Utility Token",
- "symbol": "iBBT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ibbt.io",
- "explorer": "https://etherscan.io/token/0x691c25C461DaFC47792b6E4d674FBB637bca1C6F",
- "status": "abandoned",
- "id": "0x691c25C461DaFC47792b6E4d674FBB637bca1C6F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x691c25C461DaFC47792b6E4d674FBB637bca1C6F/logo.png b/blockchains/ethereum/assets/0x691c25C461DaFC47792b6E4d674FBB637bca1C6F/logo.png
deleted file mode 100644
index e5b43b1f6b7cc..0000000000000
Binary files a/blockchains/ethereum/assets/0x691c25C461DaFC47792b6E4d674FBB637bca1C6F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x694cC11c7b749B4D19aAfE5B7543A8A7C2f14687/info.json b/blockchains/ethereum/assets/0x694cC11c7b749B4D19aAfE5B7543A8A7C2f14687/info.json
deleted file mode 100644
index 1547e195e2de3..0000000000000
--- a/blockchains/ethereum/assets/0x694cC11c7b749B4D19aAfE5B7543A8A7C2f14687/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CRYPTOTRADER",
- "symbol": "CTT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x694cC11c7b749B4D19aAfE5B7543A8A7C2f14687",
- "status": "abandoned",
- "id": "0x694cC11c7b749B4D19aAfE5B7543A8A7C2f14687"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x694cC11c7b749B4D19aAfE5B7543A8A7C2f14687/logo.png b/blockchains/ethereum/assets/0x694cC11c7b749B4D19aAfE5B7543A8A7C2f14687/logo.png
deleted file mode 100755
index aa3a91d62c5c4..0000000000000
Binary files a/blockchains/ethereum/assets/0x694cC11c7b749B4D19aAfE5B7543A8A7C2f14687/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x695106Ad73f506f9D0A9650a78019A93149AE07C/info.json b/blockchains/ethereum/assets/0x695106Ad73f506f9D0A9650a78019A93149AE07C/info.json
deleted file mode 100644
index a5c58d61d0254..0000000000000
--- a/blockchains/ethereum/assets/0x695106Ad73f506f9D0A9650a78019A93149AE07C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BNS Token",
- "website": "https://bitbns.com",
- "description": "BNS Token is a multi-protocol utility token by Bitbns, which aims at enabling general masses to use cryptocurrency just like they use FIAT currency in day-to-day transactions.",
- "explorer": "https://etherscan.io/token/0x695106Ad73f506f9D0A9650a78019A93149AE07C",
- "type": "ERC20",
- "symbol": "BNS",
- "decimals": 8,
- "status": "active",
- "id": "0x695106Ad73f506f9D0A9650a78019A93149AE07C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x695106Ad73f506f9D0A9650a78019A93149AE07C/logo.png b/blockchains/ethereum/assets/0x695106Ad73f506f9D0A9650a78019A93149AE07C/logo.png
deleted file mode 100644
index cad2375b336a8..0000000000000
Binary files a/blockchains/ethereum/assets/0x695106Ad73f506f9D0A9650a78019A93149AE07C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6956983F8B3Ce173B4AB84361AA0ad52f38D936f/info.json b/blockchains/ethereum/assets/0x6956983F8B3Ce173B4AB84361AA0ad52f38D936f/info.json
deleted file mode 100644
index c7c5dfae57772..0000000000000
--- a/blockchains/ethereum/assets/0x6956983F8B3Ce173B4AB84361AA0ad52f38D936f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crafty Token",
- "symbol": "CFTY",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6956983F8B3Ce173B4AB84361AA0ad52f38D936f",
- "status": "abandoned",
- "id": "0x6956983F8B3Ce173B4AB84361AA0ad52f38D936f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6956983F8B3Ce173B4AB84361AA0ad52f38D936f/logo.png b/blockchains/ethereum/assets/0x6956983F8B3Ce173B4AB84361AA0ad52f38D936f/logo.png
deleted file mode 100644
index 8326a462db898..0000000000000
Binary files a/blockchains/ethereum/assets/0x6956983F8B3Ce173B4AB84361AA0ad52f38D936f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6961A3e9D86deD4C0c64678d538dc2359659b29E/info.json b/blockchains/ethereum/assets/0x6961A3e9D86deD4C0c64678d538dc2359659b29E/info.json
deleted file mode 100644
index db17005785ade..0000000000000
--- a/blockchains/ethereum/assets/0x6961A3e9D86deD4C0c64678d538dc2359659b29E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Qbean",
- "type": "ERC20",
- "symbol": "QBC",
- "decimals": 18,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0x6961a3e9d86ded4c0c64678d538dc2359659b29e",
- "status": "active",
- "id": "0x6961A3e9D86deD4C0c64678d538dc2359659b29E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6961A3e9D86deD4C0c64678d538dc2359659b29E/logo.png b/blockchains/ethereum/assets/0x6961A3e9D86deD4C0c64678d538dc2359659b29E/logo.png
deleted file mode 100644
index 10a6c6f135e31..0000000000000
Binary files a/blockchains/ethereum/assets/0x6961A3e9D86deD4C0c64678d538dc2359659b29E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69692D3345010a207b759a7D1af6fc7F38b35c5E/info.json b/blockchains/ethereum/assets/0x69692D3345010a207b759a7D1af6fc7F38b35c5E/info.json
deleted file mode 100644
index 1766b75027131..0000000000000
--- a/blockchains/ethereum/assets/0x69692D3345010a207b759a7D1af6fc7F38b35c5E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "chads.vc",
- "website": "https://chads.vc",
- "description": "CHADS is a deflationary token utilizing a novel burn curve mechanism to create a supply-and-demand equilibrium. CHADS tokens are the centerpoint of the non-fungible-token (NFT) marketplace and Chadswap, a Polkadot cross-parachain exchange.",
- "explorer": "https://etherscan.io/token/0x69692D3345010a207b759a7D1af6fc7F38b35c5E",
- "type": "ERC20",
- "symbol": "CHADS",
- "decimals": 18,
- "status": "active",
- "id": "0x69692D3345010a207b759a7D1af6fc7F38b35c5E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69692D3345010a207b759a7D1af6fc7F38b35c5E/logo.png b/blockchains/ethereum/assets/0x69692D3345010a207b759a7D1af6fc7F38b35c5E/logo.png
deleted file mode 100644
index 0e2d150baeded..0000000000000
Binary files a/blockchains/ethereum/assets/0x69692D3345010a207b759a7D1af6fc7F38b35c5E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69702cfd7DAd8bCcAA24D6B440159404AAA140F5/info.json b/blockchains/ethereum/assets/0x69702cfd7DAd8bCcAA24D6B440159404AAA140F5/info.json
deleted file mode 100644
index 432d1c67d42b4..0000000000000
--- a/blockchains/ethereum/assets/0x69702cfd7DAd8bCcAA24D6B440159404AAA140F5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Strike USDT",
- "symbol": "sUSDT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Strike Finance collateral cryptocurrency",
- "explorer": "https://etherscan.io/token/0x69702cfd7DAd8bCcAA24D6B440159404AAA140F5",
- "status": "active",
- "id": "0x69702cfd7DAd8bCcAA24D6B440159404AAA140F5",
- "website": "https://strike.org"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69702cfd7DAd8bCcAA24D6B440159404AAA140F5/logo.png b/blockchains/ethereum/assets/0x69702cfd7DAd8bCcAA24D6B440159404AAA140F5/logo.png
deleted file mode 100644
index db3b49ff7ce07..0000000000000
Binary files a/blockchains/ethereum/assets/0x69702cfd7DAd8bCcAA24D6B440159404AAA140F5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69765C619F11bbcc5C382F9127383A2126F94138/info.json b/blockchains/ethereum/assets/0x69765C619F11bbcc5C382F9127383A2126F94138/info.json
deleted file mode 100644
index db45743805218..0000000000000
--- a/blockchains/ethereum/assets/0x69765C619F11bbcc5C382F9127383A2126F94138/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BAR Coin",
- "symbol": "BAR",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x69765C619F11bbcc5C382F9127383A2126F94138",
- "status": "abandoned",
- "id": "0x69765C619F11bbcc5C382F9127383A2126F94138"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69765C619F11bbcc5C382F9127383A2126F94138/logo.png b/blockchains/ethereum/assets/0x69765C619F11bbcc5C382F9127383A2126F94138/logo.png
deleted file mode 100644
index 0881511606323..0000000000000
Binary files a/blockchains/ethereum/assets/0x69765C619F11bbcc5C382F9127383A2126F94138/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x697beac28B09E122C4332D163985e8a73121b97F/info.json b/blockchains/ethereum/assets/0x697beac28B09E122C4332D163985e8a73121b97F/info.json
deleted file mode 100644
index d497fa1021df3..0000000000000
--- a/blockchains/ethereum/assets/0x697beac28B09E122C4332D163985e8a73121b97F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QRL",
- "symbol": "QRL",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x697beac28B09E122C4332D163985e8a73121b97F",
- "status": "abandoned",
- "id": "0x697beac28B09E122C4332D163985e8a73121b97F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x697beac28B09E122C4332D163985e8a73121b97F/logo.png b/blockchains/ethereum/assets/0x697beac28B09E122C4332D163985e8a73121b97F/logo.png
deleted file mode 100755
index 62eb6a6578f0e..0000000000000
Binary files a/blockchains/ethereum/assets/0x697beac28B09E122C4332D163985e8a73121b97F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x697eF32B4a3F5a4C39dE1cB7563f24CA7BfC5947/info.json b/blockchains/ethereum/assets/0x697eF32B4a3F5a4C39dE1cB7563f24CA7BfC5947/info.json
deleted file mode 100644
index 74f6c485875e5..0000000000000
--- a/blockchains/ethereum/assets/0x697eF32B4a3F5a4C39dE1cB7563f24CA7BfC5947/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Insula",
- "symbol": "ISLA",
- "type": "ERC20",
- "decimals": 18,
- "description": "Insula builds long only diversified crypto investment funds custodied securely on the blockchain and owned by investors through private key.",
- "website": "https://www.insulainvestments.com",
- "explorer": "https://etherscan.io/token/0x697eF32B4a3F5a4C39dE1cB7563f24CA7BfC5947",
- "status": "active",
- "id": "0x697eF32B4a3F5a4C39dE1cB7563f24CA7BfC5947"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x697eF32B4a3F5a4C39dE1cB7563f24CA7BfC5947/logo.png b/blockchains/ethereum/assets/0x697eF32B4a3F5a4C39dE1cB7563f24CA7BfC5947/logo.png
deleted file mode 100644
index b4da9c0ed80b8..0000000000000
Binary files a/blockchains/ethereum/assets/0x697eF32B4a3F5a4C39dE1cB7563f24CA7BfC5947/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6982508145454Ce325dDbE47a25d4ec3d2311933/info.json b/blockchains/ethereum/assets/0x6982508145454Ce325dDbE47a25d4ec3d2311933/info.json
deleted file mode 100644
index 551d2f03b623b..0000000000000
--- a/blockchains/ethereum/assets/0x6982508145454Ce325dDbE47a25d4ec3d2311933/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Pepe",
- "type": "ERC20",
- "symbol": "PEPE",
- "decimals": 18,
- "website": "https://www.pepe.vip/",
- "description": "Pepe is a community based memecoin with one mission: to make memecoins great again. Made to honor the iconic meme we all know and love, Pepe is here to take reign as the most memeable memecoin in existence, fueled purely by memetic power. Pepe is for the people.",
- "explorer": "https://etherscan.io/token/0x6982508145454ce325ddbe47a25d4ec3d2311933",
- "status": "active",
- "id": "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/pepecoineth"
- },
- {
- "name": "telegram",
- "url": "https://t.me/pepecoineth"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/pepe/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/pepe"
- }
- ],
- "tags": [
- "memes"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x6982508145454Ce325dDbE47a25d4ec3d2311933/logo.png b/blockchains/ethereum/assets/0x6982508145454Ce325dDbE47a25d4ec3d2311933/logo.png
deleted file mode 100644
index 9b4a73e8db238..0000000000000
Binary files a/blockchains/ethereum/assets/0x6982508145454Ce325dDbE47a25d4ec3d2311933/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6982e4F4b6269b0FebaA60B788FedAc2518c7bcF/info.json b/blockchains/ethereum/assets/0x6982e4F4b6269b0FebaA60B788FedAc2518c7bcF/info.json
deleted file mode 100644
index d7b70c66a63ae..0000000000000
--- a/blockchains/ethereum/assets/0x6982e4F4b6269b0FebaA60B788FedAc2518c7bcF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OldDriver Token",
- "symbol": "ODT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6982e4F4b6269b0FebaA60B788FedAc2518c7bcF",
- "status": "abandoned",
- "id": "0x6982e4F4b6269b0FebaA60B788FedAc2518c7bcF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6982e4F4b6269b0FebaA60B788FedAc2518c7bcF/logo.png b/blockchains/ethereum/assets/0x6982e4F4b6269b0FebaA60B788FedAc2518c7bcF/logo.png
deleted file mode 100644
index 89f5c49d3a662..0000000000000
Binary files a/blockchains/ethereum/assets/0x6982e4F4b6269b0FebaA60B788FedAc2518c7bcF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6984337918DdDD917c36456facE3a73f1b27BC38/info.json b/blockchains/ethereum/assets/0x6984337918DdDD917c36456facE3a73f1b27BC38/info.json
deleted file mode 100644
index db5a846b54f5d..0000000000000
--- a/blockchains/ethereum/assets/0x6984337918DdDD917c36456facE3a73f1b27BC38/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MakersProtocol",
- "symbol": "MP",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6984337918DdDD917c36456facE3a73f1b27BC38",
- "status": "abandoned",
- "id": "0x6984337918DdDD917c36456facE3a73f1b27BC38"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6984337918DdDD917c36456facE3a73f1b27BC38/logo.png b/blockchains/ethereum/assets/0x6984337918DdDD917c36456facE3a73f1b27BC38/logo.png
deleted file mode 100644
index ace18518b160a..0000000000000
Binary files a/blockchains/ethereum/assets/0x6984337918DdDD917c36456facE3a73f1b27BC38/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69948cC03f478B95283F7dbf1CE764d0fc7EC54C/info.json b/blockchains/ethereum/assets/0x69948cC03f478B95283F7dbf1CE764d0fc7EC54C/info.json
deleted file mode 100644
index 1bbb7b1610619..0000000000000
--- a/blockchains/ethereum/assets/0x69948cC03f478B95283F7dbf1CE764d0fc7EC54C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave REN V1",
- "symbol": "aREN V1",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave REN V1 is an interest bearing token pegged 1:1 to the underlying REN deposited in Aave V1. aREN V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x69948cC03f478B95283F7dbf1CE764d0fc7EC54C",
- "status": "active",
- "id": "0x69948cC03f478B95283F7dbf1CE764d0fc7EC54C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69948cC03f478B95283F7dbf1CE764d0fc7EC54C/logo.png b/blockchains/ethereum/assets/0x69948cC03f478B95283F7dbf1CE764d0fc7EC54C/logo.png
deleted file mode 100644
index 87456b425d6c6..0000000000000
Binary files a/blockchains/ethereum/assets/0x69948cC03f478B95283F7dbf1CE764d0fc7EC54C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6999d699a8210d728A9b2C34B4aD89E96cE34df8/info.json b/blockchains/ethereum/assets/0x6999d699a8210d728A9b2C34B4aD89E96cE34df8/info.json
deleted file mode 100644
index d687fed494ca1..0000000000000
--- a/blockchains/ethereum/assets/0x6999d699a8210d728A9b2C34B4aD89E96cE34df8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DD Gold",
- "symbol": "DDG",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6999d699a8210d728A9b2C34B4aD89E96cE34df8",
- "status": "abandoned",
- "id": "0x6999d699a8210d728A9b2C34B4aD89E96cE34df8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6999d699a8210d728A9b2C34B4aD89E96cE34df8/logo.png b/blockchains/ethereum/assets/0x6999d699a8210d728A9b2C34B4aD89E96cE34df8/logo.png
deleted file mode 100644
index 81199c2b96197..0000000000000
Binary files a/blockchains/ethereum/assets/0x6999d699a8210d728A9b2C34B4aD89E96cE34df8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69A3e8c6cF0Ff937a3F08607b6D6CB80DF8aE733/info.json b/blockchains/ethereum/assets/0x69A3e8c6cF0Ff937a3F08607b6D6CB80DF8aE733/info.json
deleted file mode 100644
index 8ad2f1da2f232..0000000000000
--- a/blockchains/ethereum/assets/0x69A3e8c6cF0Ff937a3F08607b6D6CB80DF8aE733/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "0x0000000000000000000000000000000000000000000000000000000000000000",
- "symbol": "TDCash",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x69A3e8c6cF0Ff937a3F08607b6D6CB80DF8aE733",
- "status": "abandoned",
- "id": "0x69A3e8c6cF0Ff937a3F08607b6D6CB80DF8aE733"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69A3e8c6cF0Ff937a3F08607b6D6CB80DF8aE733/logo.png b/blockchains/ethereum/assets/0x69A3e8c6cF0Ff937a3F08607b6D6CB80DF8aE733/logo.png
deleted file mode 100644
index 0a1eb897dea40..0000000000000
Binary files a/blockchains/ethereum/assets/0x69A3e8c6cF0Ff937a3F08607b6D6CB80DF8aE733/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69A4f651f0e3aE823be95Eda4041D4eDF317eD71/info.json b/blockchains/ethereum/assets/0x69A4f651f0e3aE823be95Eda4041D4eDF317eD71/info.json
deleted file mode 100644
index 7229499026163..0000000000000
--- a/blockchains/ethereum/assets/0x69A4f651f0e3aE823be95Eda4041D4eDF317eD71/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OmukX",
- "symbol": "OMX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x69A4f651f0e3aE823be95Eda4041D4eDF317eD71",
- "status": "abandoned",
- "id": "0x69A4f651f0e3aE823be95Eda4041D4eDF317eD71"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69A4f651f0e3aE823be95Eda4041D4eDF317eD71/logo.png b/blockchains/ethereum/assets/0x69A4f651f0e3aE823be95Eda4041D4eDF317eD71/logo.png
deleted file mode 100644
index 20c6659997fd5..0000000000000
Binary files a/blockchains/ethereum/assets/0x69A4f651f0e3aE823be95Eda4041D4eDF317eD71/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69A95185ee2a045CDC4bCd1b1Df10710395e4e23/info.json b/blockchains/ethereum/assets/0x69A95185ee2a045CDC4bCd1b1Df10710395e4e23/info.json
deleted file mode 100644
index 6396dd4fb7ed2..0000000000000
--- a/blockchains/ethereum/assets/0x69A95185ee2a045CDC4bCd1b1Df10710395e4e23/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Poolz Finance",
- "website": "https://www.poolz.finance",
- "description": "Poolz is a decentralized swapping protocol for cross-chain token pools and auctions, enabling projects to raise capital.",
- "explorer": "https://etherscan.io/token/0x69A95185ee2a045CDC4bCd1b1Df10710395e4e23",
- "type": "ERC20",
- "symbol": "POOLZ",
- "decimals": 18,
- "status": "active",
- "id": "0x69A95185ee2a045CDC4bCd1b1Df10710395e4e23",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/The-Poolz"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Poolz"
- },
- {
- "name": "telegram",
- "url": "https://t.me/PoolzOfficialCommunity"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/xwtWw4sGPp"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69A95185ee2a045CDC4bCd1b1Df10710395e4e23/logo.png b/blockchains/ethereum/assets/0x69A95185ee2a045CDC4bCd1b1Df10710395e4e23/logo.png
deleted file mode 100644
index d583a120797b7..0000000000000
Binary files a/blockchains/ethereum/assets/0x69A95185ee2a045CDC4bCd1b1Df10710395e4e23/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69BEaB403438253f13b6e92Db91F7FB849258263/info.json b/blockchains/ethereum/assets/0x69BEaB403438253f13b6e92Db91F7FB849258263/info.json
deleted file mode 100644
index bae89190872d2..0000000000000
--- a/blockchains/ethereum/assets/0x69BEaB403438253f13b6e92Db91F7FB849258263/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NeuroToken",
- "symbol": "NTK",
- "type": "ERC20",
- "decimals": 18,
- "description": "Through our expertise in deep learning and with our development platform, we drive breakthrough AI products from concept to market.",
- "website": "https://neuromation.io",
- "explorer": "https://etherscan.io/token/0x69BEaB403438253f13b6e92Db91F7FB849258263",
- "status": "active",
- "id": "0x69BEaB403438253f13b6e92Db91F7FB849258263"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69BEaB403438253f13b6e92Db91F7FB849258263/logo.png b/blockchains/ethereum/assets/0x69BEaB403438253f13b6e92Db91F7FB849258263/logo.png
deleted file mode 100755
index a97708abbedda..0000000000000
Binary files a/blockchains/ethereum/assets/0x69BEaB403438253f13b6e92Db91F7FB849258263/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69DC5556A91DFab39f8D50f6FE552296F2268Dda/info.json b/blockchains/ethereum/assets/0x69DC5556A91DFab39f8D50f6FE552296F2268Dda/info.json
deleted file mode 100644
index 7cdfc7d00739b..0000000000000
--- a/blockchains/ethereum/assets/0x69DC5556A91DFab39f8D50f6FE552296F2268Dda/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wonder",
- "website": "https://wondercoin.info",
- "description": "Wonder is ERC20 token that is going to become a payment method in websites and games.",
- "explorer": "https://etherscan.io/token/0x69DC5556A91DFab39f8D50f6FE552296F2268Dda",
- "type": "ERC20",
- "symbol": "WND",
- "decimals": 5,
- "status": "active",
- "id": "0x69DC5556A91DFab39f8D50f6FE552296F2268Dda"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69DC5556A91DFab39f8D50f6FE552296F2268Dda/logo.png b/blockchains/ethereum/assets/0x69DC5556A91DFab39f8D50f6FE552296F2268Dda/logo.png
deleted file mode 100644
index f9bcdbe32503b..0000000000000
Binary files a/blockchains/ethereum/assets/0x69DC5556A91DFab39f8D50f6FE552296F2268Dda/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69F64d814Aa278825997e71738120392993973A4/info.json b/blockchains/ethereum/assets/0x69F64d814Aa278825997e71738120392993973A4/info.json
deleted file mode 100644
index ff7ab52b5cf0b..0000000000000
--- a/blockchains/ethereum/assets/0x69F64d814Aa278825997e71738120392993973A4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crowdvilla Ownership",
- "symbol": "CRV",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x69F64d814Aa278825997e71738120392993973A4",
- "status": "abandoned",
- "id": "0x69F64d814Aa278825997e71738120392993973A4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69F64d814Aa278825997e71738120392993973A4/logo.png b/blockchains/ethereum/assets/0x69F64d814Aa278825997e71738120392993973A4/logo.png
deleted file mode 100644
index 71fd8e3048595..0000000000000
Binary files a/blockchains/ethereum/assets/0x69F64d814Aa278825997e71738120392993973A4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074/info.json b/blockchains/ethereum/assets/0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074/info.json
deleted file mode 100644
index b261162c85bf2..0000000000000
--- a/blockchains/ethereum/assets/0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Mask Network",
- "website": "https://mask.io",
- "description": "The portal to the new, open internet.",
- "explorer": "https://etherscan.io/token/0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074",
- "type": "ERC20",
- "symbol": "MASK",
- "decimals": 18,
- "status": "active",
- "id": "0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/DimensionDev/Maskbook"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/realmaskbook"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/masknetwork"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074/logo.png b/blockchains/ethereum/assets/0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074/logo.png
deleted file mode 100644
index a87ba04bd0969..0000000000000
Binary files a/blockchains/ethereum/assets/0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69b148395Ce0015C13e36BFfBAd63f49EF874E03/info.json b/blockchains/ethereum/assets/0x69b148395Ce0015C13e36BFfBAd63f49EF874E03/info.json
deleted file mode 100644
index 729c5c16422fe..0000000000000
--- a/blockchains/ethereum/assets/0x69b148395Ce0015C13e36BFfBAd63f49EF874E03/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Data Token",
- "symbol": "DTA",
- "type": "ERC20",
- "decimals": 18,
- "description": "DATA (Decentralized AI-powered Trust Alliance) is a blockchain based digital data authentication protocol powered by AI & P2P mobile storage infrastructure.",
- "website": "http://data.eco/",
- "explorer": "https://etherscan.io/token/0x69b148395Ce0015C13e36BFfBAd63f49EF874E03",
- "status": "active",
- "id": "0x69b148395Ce0015C13e36BFfBAd63f49EF874E03"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69b148395Ce0015C13e36BFfBAd63f49EF874E03/logo.png b/blockchains/ethereum/assets/0x69b148395Ce0015C13e36BFfBAd63f49EF874E03/logo.png
deleted file mode 100644
index 75fa92b02b305..0000000000000
Binary files a/blockchains/ethereum/assets/0x69b148395Ce0015C13e36BFfBAd63f49EF874E03/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69b6AB6866bCeBECa2A1AFB203D210BaC57D6267/info.json b/blockchains/ethereum/assets/0x69b6AB6866bCeBECa2A1AFB203D210BaC57D6267/info.json
deleted file mode 100644
index cda91b777516e..0000000000000
--- a/blockchains/ethereum/assets/0x69b6AB6866bCeBECa2A1AFB203D210BaC57D6267/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blockchain Accentuated Gambling System",
- "symbol": "BAGS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x69b6AB6866bCeBECa2A1AFB203D210BaC57D6267",
- "status": "abandoned",
- "id": "0x69b6AB6866bCeBECa2A1AFB203D210BaC57D6267"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69b6AB6866bCeBECa2A1AFB203D210BaC57D6267/logo.png b/blockchains/ethereum/assets/0x69b6AB6866bCeBECa2A1AFB203D210BaC57D6267/logo.png
deleted file mode 100644
index 65f1befdaf128..0000000000000
Binary files a/blockchains/ethereum/assets/0x69b6AB6866bCeBECa2A1AFB203D210BaC57D6267/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69b9e58Dcc2680cf07c66399b7E50670F7452459/info.json b/blockchains/ethereum/assets/0x69b9e58Dcc2680cf07c66399b7E50670F7452459/info.json
deleted file mode 100644
index f3da3f64d31af..0000000000000
--- a/blockchains/ethereum/assets/0x69b9e58Dcc2680cf07c66399b7E50670F7452459/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coinverter.info",
- "website": "https://coinverter.info",
- "description": "Coinverter.info is a platform where you can easily see information about coin rates.",
- "explorer": "https://etherscan.io/token/0x69b9e58Dcc2680cf07c66399b7E50670F7452459",
- "type": "ERC20",
- "symbol": "COIN",
- "decimals": 18,
- "status": "active",
- "id": "0x69b9e58Dcc2680cf07c66399b7E50670F7452459"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69b9e58Dcc2680cf07c66399b7E50670F7452459/logo.png b/blockchains/ethereum/assets/0x69b9e58Dcc2680cf07c66399b7E50670F7452459/logo.png
deleted file mode 100644
index f2ce5bec6f615..0000000000000
Binary files a/blockchains/ethereum/assets/0x69b9e58Dcc2680cf07c66399b7E50670F7452459/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69cea718773F3ffBc9ff77dD0647F7270bF9282D/info.json b/blockchains/ethereum/assets/0x69cea718773F3ffBc9ff77dD0647F7270bF9282D/info.json
deleted file mode 100644
index 5f02102f05552..0000000000000
--- a/blockchains/ethereum/assets/0x69cea718773F3ffBc9ff77dD0647F7270bF9282D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETU Exchange",
- "symbol": "ETUex",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x69cea718773F3ffBc9ff77dD0647F7270bF9282D",
- "status": "abandoned",
- "id": "0x69cea718773F3ffBc9ff77dD0647F7270bF9282D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69cea718773F3ffBc9ff77dD0647F7270bF9282D/logo.png b/blockchains/ethereum/assets/0x69cea718773F3ffBc9ff77dD0647F7270bF9282D/logo.png
deleted file mode 100644
index 4eea80c068f8c..0000000000000
Binary files a/blockchains/ethereum/assets/0x69cea718773F3ffBc9ff77dD0647F7270bF9282D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69cf82EEAf06778aABAfE71Bc990F1937E00eDBd/info.json b/blockchains/ethereum/assets/0x69cf82EEAf06778aABAfE71Bc990F1937E00eDBd/info.json
deleted file mode 100644
index 9af0ed9d7ce44..0000000000000
--- a/blockchains/ethereum/assets/0x69cf82EEAf06778aABAfE71Bc990F1937E00eDBd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg15000",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x69cf82EEAf06778aABAfE71Bc990F1937E00eDBd",
- "status": "abandoned",
- "id": "0x69cf82EEAf06778aABAfE71Bc990F1937E00eDBd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69cf82EEAf06778aABAfE71Bc990F1937E00eDBd/logo.png b/blockchains/ethereum/assets/0x69cf82EEAf06778aABAfE71Bc990F1937E00eDBd/logo.png
deleted file mode 100644
index 58b5241cc6746..0000000000000
Binary files a/blockchains/ethereum/assets/0x69cf82EEAf06778aABAfE71Bc990F1937E00eDBd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69d2779533a4D2c780639713558B2cC98c46A9b7/info.json b/blockchains/ethereum/assets/0x69d2779533a4D2c780639713558B2cC98c46A9b7/info.json
deleted file mode 100644
index 6c8822489b563..0000000000000
--- a/blockchains/ethereum/assets/0x69d2779533a4D2c780639713558B2cC98c46A9b7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VNTChain",
- "symbol": "VNT",
- "type": "ERC20",
- "decimals": 8,
- "description": "VNT Chain is built with immutable and consistent distributed ledger technology. It provides standardized data access protocols to participating organizations on various blockchains, and forms a multi-dimension data network for various applications and business models.",
- "website": "http://vntchain.io",
- "explorer": "https://etherscan.io/token/0x69d2779533a4D2c780639713558B2cC98c46A9b7",
- "status": "active",
- "id": "0x69d2779533a4D2c780639713558B2cC98c46A9b7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69d2779533a4D2c780639713558B2cC98c46A9b7/logo.png b/blockchains/ethereum/assets/0x69d2779533a4D2c780639713558B2cC98c46A9b7/logo.png
deleted file mode 100644
index 942731ea441be..0000000000000
Binary files a/blockchains/ethereum/assets/0x69d2779533a4D2c780639713558B2cC98c46A9b7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69d3Af30c63F5bd916bBcD79b58dBc8BD16D0308/info.json b/blockchains/ethereum/assets/0x69d3Af30c63F5bd916bBcD79b58dBc8BD16D0308/info.json
deleted file mode 100644
index e986025fe1b8d..0000000000000
--- a/blockchains/ethereum/assets/0x69d3Af30c63F5bd916bBcD79b58dBc8BD16D0308/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "MikeTangoBravo21",
- "website": "https://openvino.exchange/MTB21",
- "description": "MTB21 is a wine-backed vintage coin from Costaflores",
- "explorer": "https://etherscan.io/token/0x69d3Af30c63F5bd916bBcD79b58dBc8BD16D0308",
- "research": "https://wiki.costaflores.com",
- "type": "ERC20",
- "symbol": "MTB21",
- "decimals": 18,
- "status": "active",
- "id": "0x69d3Af30c63F5bd916bBcD79b58dBc8BD16D0308"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69d3Af30c63F5bd916bBcD79b58dBc8BD16D0308/logo.png b/blockchains/ethereum/assets/0x69d3Af30c63F5bd916bBcD79b58dBc8BD16D0308/logo.png
deleted file mode 100644
index d9dab20ef9321..0000000000000
Binary files a/blockchains/ethereum/assets/0x69d3Af30c63F5bd916bBcD79b58dBc8BD16D0308/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69dFcf370c5ba8959acEbd0BfA229A0608961a6d/info.json b/blockchains/ethereum/assets/0x69dFcf370c5ba8959acEbd0BfA229A0608961a6d/info.json
deleted file mode 100644
index 4469bebf4cea8..0000000000000
--- a/blockchains/ethereum/assets/0x69dFcf370c5ba8959acEbd0BfA229A0608961a6d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TokenBookCoin",
- "symbol": "TBCoin",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x69dFcf370c5ba8959acEbd0BfA229A0608961a6d",
- "status": "abandoned",
- "id": "0x69dFcf370c5ba8959acEbd0BfA229A0608961a6d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69dFcf370c5ba8959acEbd0BfA229A0608961a6d/logo.png b/blockchains/ethereum/assets/0x69dFcf370c5ba8959acEbd0BfA229A0608961a6d/logo.png
deleted file mode 100644
index ce3c92ccce5ee..0000000000000
Binary files a/blockchains/ethereum/assets/0x69dFcf370c5ba8959acEbd0BfA229A0608961a6d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x69fa0feE221AD11012BAb0FdB45d444D3D2Ce71c/info.json b/blockchains/ethereum/assets/0x69fa0feE221AD11012BAb0FdB45d444D3D2Ce71c/info.json
deleted file mode 100644
index 3210a1f1bb596..0000000000000
--- a/blockchains/ethereum/assets/0x69fa0feE221AD11012BAb0FdB45d444D3D2Ce71c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Thorstarter XRUNE Token",
- "website": "https://thorstarter.org",
- "description": "Thorstarter is an IDO platform and liquidity relayer for the THORChain ecosystem",
- "explorer": "https://etherscan.io/token/0x69fa0fee221ad11012bab0fdb45d444d3d2ce71c",
- "type": "ERC20",
- "symbol": "XRUNE",
- "decimals": 18,
- "status": "active",
- "id": "0x69fa0feE221AD11012BAb0FdB45d444D3D2Ce71c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x69fa0feE221AD11012BAb0FdB45d444D3D2Ce71c/logo.png b/blockchains/ethereum/assets/0x69fa0feE221AD11012BAb0FdB45d444D3D2Ce71c/logo.png
deleted file mode 100644
index 5a12d21c27816..0000000000000
Binary files a/blockchains/ethereum/assets/0x69fa0feE221AD11012BAb0FdB45d444D3D2Ce71c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6A0F8F1531C76A2C57A9Cd07AD3DCf51c09d8B17/info.json b/blockchains/ethereum/assets/0x6A0F8F1531C76A2C57A9Cd07AD3DCf51c09d8B17/info.json
deleted file mode 100644
index f202b624a87a5..0000000000000
--- a/blockchains/ethereum/assets/0x6A0F8F1531C76A2C57A9Cd07AD3DCf51c09d8B17/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C573718",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6A0F8F1531C76A2C57A9Cd07AD3DCf51c09d8B17",
- "status": "abandoned",
- "id": "0x6A0F8F1531C76A2C57A9Cd07AD3DCf51c09d8B17"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6A0F8F1531C76A2C57A9Cd07AD3DCf51c09d8B17/logo.png b/blockchains/ethereum/assets/0x6A0F8F1531C76A2C57A9Cd07AD3DCf51c09d8B17/logo.png
deleted file mode 100644
index 98b636b3a17aa..0000000000000
Binary files a/blockchains/ethereum/assets/0x6A0F8F1531C76A2C57A9Cd07AD3DCf51c09d8B17/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6A0ae448Da83d73B291A199b798D13bB2e7d664d/info.json b/blockchains/ethereum/assets/0x6A0ae448Da83d73B291A199b798D13bB2e7d664d/info.json
deleted file mode 100644
index e164d1efbc6d6..0000000000000
--- a/blockchains/ethereum/assets/0x6A0ae448Da83d73B291A199b798D13bB2e7d664d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "World Wide Web Coin (WWW)",
- "website": "https://norisk.trade",
- "description": "WWW is a Stable Coin which want to sell Internet throughout the world.Backed stablecoins are subject to the same volatility and risk associated with the backing asset. If the backed stablecoin is backed in a decentralized manner, then they are relatively safe from predation, but if there is a central vault, they may be robbed, of suffer loss of confidence.",
- "explorer": "https://etherscan.io/token/0x6A0ae448Da83d73B291A199b798D13bB2e7d664d",
- "type": "ERC20",
- "symbol": "WWW",
- "decimals": 18,
- "status": "active",
- "id": "0x6A0ae448Da83d73B291A199b798D13bB2e7d664d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6A0ae448Da83d73B291A199b798D13bB2e7d664d/logo.png b/blockchains/ethereum/assets/0x6A0ae448Da83d73B291A199b798D13bB2e7d664d/logo.png
deleted file mode 100644
index eab85573bf6a1..0000000000000
Binary files a/blockchains/ethereum/assets/0x6A0ae448Da83d73B291A199b798D13bB2e7d664d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6A27348483D59150aE76eF4C0f3622A78B0cA698/info.json b/blockchains/ethereum/assets/0x6A27348483D59150aE76eF4C0f3622A78B0cA698/info.json
deleted file mode 100644
index 1ea852a72103e..0000000000000
--- a/blockchains/ethereum/assets/0x6A27348483D59150aE76eF4C0f3622A78B0cA698/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MetaGraphChain",
- "symbol": "BKBT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.beekan.org/index_en.html#",
- "explorer": "https://etherscan.io/token/0x6A27348483D59150aE76eF4C0f3622A78B0cA698",
- "status": "abandoned",
- "id": "0x6A27348483D59150aE76eF4C0f3622A78B0cA698"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6A27348483D59150aE76eF4C0f3622A78B0cA698/logo.png b/blockchains/ethereum/assets/0x6A27348483D59150aE76eF4C0f3622A78B0cA698/logo.png
deleted file mode 100755
index 2140b78c6b888..0000000000000
Binary files a/blockchains/ethereum/assets/0x6A27348483D59150aE76eF4C0f3622A78B0cA698/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6A5A304D8b0675D74665A3162353b1F5440B23d1/info.json b/blockchains/ethereum/assets/0x6A5A304D8b0675D74665A3162353b1F5440B23d1/info.json
deleted file mode 100644
index de37a85ab2c28..0000000000000
--- a/blockchains/ethereum/assets/0x6A5A304D8b0675D74665A3162353b1F5440B23d1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PriorityEx",
- "symbol": "PYX",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "https://www.priorityex.io",
- "explorer": "https://etherscan.io/token/0x6A5A304D8b0675D74665A3162353b1F5440B23d1",
- "status": "abandoned",
- "id": "0x6A5A304D8b0675D74665A3162353b1F5440B23d1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6A5A304D8b0675D74665A3162353b1F5440B23d1/logo.png b/blockchains/ethereum/assets/0x6A5A304D8b0675D74665A3162353b1F5440B23d1/logo.png
deleted file mode 100644
index 702db12f89f3c..0000000000000
Binary files a/blockchains/ethereum/assets/0x6A5A304D8b0675D74665A3162353b1F5440B23d1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6A943f0F37d2d811b0b89c5e845d3aC04bbcC32F/info.json b/blockchains/ethereum/assets/0x6A943f0F37d2d811b0b89c5e845d3aC04bbcC32F/info.json
deleted file mode 100644
index 65d898f0a4df8..0000000000000
--- a/blockchains/ethereum/assets/0x6A943f0F37d2d811b0b89c5e845d3aC04bbcC32F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R908627",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6A943f0F37d2d811b0b89c5e845d3aC04bbcC32F",
- "status": "abandoned",
- "id": "0x6A943f0F37d2d811b0b89c5e845d3aC04bbcC32F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6A943f0F37d2d811b0b89c5e845d3aC04bbcC32F/logo.png b/blockchains/ethereum/assets/0x6A943f0F37d2d811b0b89c5e845d3aC04bbcC32F/logo.png
deleted file mode 100644
index 95ddd20d32ed3..0000000000000
Binary files a/blockchains/ethereum/assets/0x6A943f0F37d2d811b0b89c5e845d3aC04bbcC32F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6ADb2E268de2aA1aBF6578E4a8119b960E02928F/info.json b/blockchains/ethereum/assets/0x6ADb2E268de2aA1aBF6578E4a8119b960E02928F/info.json
deleted file mode 100644
index f2608950dd11c..0000000000000
--- a/blockchains/ethereum/assets/0x6ADb2E268de2aA1aBF6578E4a8119b960E02928F/info.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "ShibaDoge",
- "type": "ERC20",
- "symbol": "SHIBDOGE",
- "decimals": 9,
- "website": "https://realshibadoge.com",
- "description": "The first community driven token created by Shiba & Dogecoin whales coming together for the greater good of both communities",
- "explorer": "https://etherscan.io/token/0x6adb2e268de2aa1abf6578e4a8119b960e02928f",
- "status": "active",
- "id": "0x6ADb2E268de2aA1aBF6578E4a8119b960E02928F",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/realshibadoge"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ShibaDoge_Portal"
- },
- {
- "name": "whitepaper",
- "url": "https://whitepaper.realshibadoge.com"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/shibadoge/"
- },
- {
- "name": "github",
- "url": "https://github.com/RealShibaDogeDev"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/realshibadoge"
- },
- {
- "name": "medium",
- "url": "https://realshibadoge.medium.com/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/shibadoge"
- }
- ],
- "tags": [
- "memes",
- "deflationary"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x6ADb2E268de2aA1aBF6578E4a8119b960E02928F/logo.png b/blockchains/ethereum/assets/0x6ADb2E268de2aA1aBF6578E4a8119b960E02928F/logo.png
deleted file mode 100644
index dcae30b63c13a..0000000000000
Binary files a/blockchains/ethereum/assets/0x6ADb2E268de2aA1aBF6578E4a8119b960E02928F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6AEF0E5A3DdD864F7FbbF5CA7Ce38852d39bF4D2/info.json b/blockchains/ethereum/assets/0x6AEF0E5A3DdD864F7FbbF5CA7Ce38852d39bF4D2/info.json
deleted file mode 100644
index 3d2b6cb2a6d31..0000000000000
--- a/blockchains/ethereum/assets/0x6AEF0E5A3DdD864F7FbbF5CA7Ce38852d39bF4D2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EGW Capital",
- "symbol": "EGWCAP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6AEF0E5A3DdD864F7FbbF5CA7Ce38852d39bF4D2",
- "status": "abandoned",
- "id": "0x6AEF0E5A3DdD864F7FbbF5CA7Ce38852d39bF4D2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6AEF0E5A3DdD864F7FbbF5CA7Ce38852d39bF4D2/logo.png b/blockchains/ethereum/assets/0x6AEF0E5A3DdD864F7FbbF5CA7Ce38852d39bF4D2/logo.png
deleted file mode 100644
index 2af72fffb2538..0000000000000
Binary files a/blockchains/ethereum/assets/0x6AEF0E5A3DdD864F7FbbF5CA7Ce38852d39bF4D2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6Aac8CB9861E42bf8259F5AbDC6aE3Ae89909E11/info.json b/blockchains/ethereum/assets/0x6Aac8CB9861E42bf8259F5AbDC6aE3Ae89909E11/info.json
deleted file mode 100644
index bf9cda2dc84be..0000000000000
--- a/blockchains/ethereum/assets/0x6Aac8CB9861E42bf8259F5AbDC6aE3Ae89909E11/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoin Red",
- "symbol": "BTCR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://www.bitcoinred.io/",
- "explorer": "https://etherscan.io/token/0x6Aac8CB9861E42bf8259F5AbDC6aE3Ae89909E11",
- "status": "abandoned",
- "id": "0x6Aac8CB9861E42bf8259F5AbDC6aE3Ae89909E11"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6Aac8CB9861E42bf8259F5AbDC6aE3Ae89909E11/logo.png b/blockchains/ethereum/assets/0x6Aac8CB9861E42bf8259F5AbDC6aE3Ae89909E11/logo.png
deleted file mode 100644
index c7aa5c497fa0a..0000000000000
Binary files a/blockchains/ethereum/assets/0x6Aac8CB9861E42bf8259F5AbDC6aE3Ae89909E11/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6AbA1623ea906D1164Cbb007E764eBde2514A2Ba/info.json b/blockchains/ethereum/assets/0x6AbA1623ea906D1164Cbb007E764eBde2514A2Ba/info.json
deleted file mode 100644
index b88df58a7e4d6..0000000000000
--- a/blockchains/ethereum/assets/0x6AbA1623ea906D1164Cbb007E764eBde2514A2Ba/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "App Alliance Association",
- "symbol": "AAA",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "https://aaachain.net/",
- "explorer": "https://etherscan.io/token/0x6AbA1623ea906D1164Cbb007E764eBde2514A2Ba",
- "status": "abandoned",
- "id": "0x6AbA1623ea906D1164Cbb007E764eBde2514A2Ba"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6AbA1623ea906D1164Cbb007E764eBde2514A2Ba/logo.png b/blockchains/ethereum/assets/0x6AbA1623ea906D1164Cbb007E764eBde2514A2Ba/logo.png
deleted file mode 100644
index 5887f27b71780..0000000000000
Binary files a/blockchains/ethereum/assets/0x6AbA1623ea906D1164Cbb007E764eBde2514A2Ba/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6Ad8804A34bFaC166e85cd28569fD299b96acd92/info.json b/blockchains/ethereum/assets/0x6Ad8804A34bFaC166e85cd28569fD299b96acd92/info.json
deleted file mode 100644
index 8a114ee18af91..0000000000000
--- a/blockchains/ethereum/assets/0x6Ad8804A34bFaC166e85cd28569fD299b96acd92/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MasterMind Token",
- "symbol": "MMT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6Ad8804A34bFaC166e85cd28569fD299b96acd92",
- "status": "abandoned",
- "id": "0x6Ad8804A34bFaC166e85cd28569fD299b96acd92"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6Ad8804A34bFaC166e85cd28569fD299b96acd92/logo.png b/blockchains/ethereum/assets/0x6Ad8804A34bFaC166e85cd28569fD299b96acd92/logo.png
deleted file mode 100644
index 55537b0acd729..0000000000000
Binary files a/blockchains/ethereum/assets/0x6Ad8804A34bFaC166e85cd28569fD299b96acd92/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6AfdE9E8732EB8fe6376aE98347e64E2895299D4/info.json b/blockchains/ethereum/assets/0x6AfdE9E8732EB8fe6376aE98347e64E2895299D4/info.json
deleted file mode 100644
index 02f80a1243ad8..0000000000000
--- a/blockchains/ethereum/assets/0x6AfdE9E8732EB8fe6376aE98347e64E2895299D4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "$BASED",
- "symbol": "$BASED",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6AfdE9E8732EB8fe6376aE98347e64E2895299D4",
- "status": "abandoned",
- "id": "0x6AfdE9E8732EB8fe6376aE98347e64E2895299D4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6AfdE9E8732EB8fe6376aE98347e64E2895299D4/logo.png b/blockchains/ethereum/assets/0x6AfdE9E8732EB8fe6376aE98347e64E2895299D4/logo.png
deleted file mode 100644
index f374811cbff51..0000000000000
Binary files a/blockchains/ethereum/assets/0x6AfdE9E8732EB8fe6376aE98347e64E2895299D4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6B01c3170ae1EFEBEe1a3159172CB3F7A5ECf9E5/info.json b/blockchains/ethereum/assets/0x6B01c3170ae1EFEBEe1a3159172CB3F7A5ECf9E5/info.json
deleted file mode 100644
index b57eb66e66fd8..0000000000000
--- a/blockchains/ethereum/assets/0x6B01c3170ae1EFEBEe1a3159172CB3F7A5ECf9E5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BOOTY",
- "symbol": "BOOTY",
- "type": "ERC20",
- "decimals": 18,
- "description": "Platform and payment services for the adult industry.",
- "website": "https://bank.spankchain.com/",
- "explorer": "https://etherscan.io/token/0x6B01c3170ae1EFEBEe1a3159172CB3F7A5ECf9E5",
- "status": "active",
- "id": "0x6B01c3170ae1EFEBEe1a3159172CB3F7A5ECf9E5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6B01c3170ae1EFEBEe1a3159172CB3F7A5ECf9E5/logo.png b/blockchains/ethereum/assets/0x6B01c3170ae1EFEBEe1a3159172CB3F7A5ECf9E5/logo.png
deleted file mode 100644
index db6dd92464448..0000000000000
Binary files a/blockchains/ethereum/assets/0x6B01c3170ae1EFEBEe1a3159172CB3F7A5ECf9E5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6B0359f95796327475ad4F12aE4E1047c3A67fA3/info.json b/blockchains/ethereum/assets/0x6B0359f95796327475ad4F12aE4E1047c3A67fA3/info.json
deleted file mode 100644
index 94bfdbedc8730..0000000000000
--- a/blockchains/ethereum/assets/0x6B0359f95796327475ad4F12aE4E1047c3A67fA3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FINFINE TOKEN",
- "website": "https://conin.ai/",
- "description": "FinFine Tokens is the intermediary cryptocurrency for the CONIN Exchange. We build exchange activitives for cryptocurrencies and index investment funds in the crypto market.",
- "explorer": "https://etherscan.io/token/0x6B0359f95796327475ad4F12aE4E1047c3A67fA3",
- "type": "ERC20",
- "symbol": "FFT",
- "decimals": 3,
- "status": "active",
- "id": "0x6B0359f95796327475ad4F12aE4E1047c3A67fA3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6B0359f95796327475ad4F12aE4E1047c3A67fA3/logo.png b/blockchains/ethereum/assets/0x6B0359f95796327475ad4F12aE4E1047c3A67fA3/logo.png
deleted file mode 100644
index a4308cbddea46..0000000000000
Binary files a/blockchains/ethereum/assets/0x6B0359f95796327475ad4F12aE4E1047c3A67fA3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6B0b3a982b4634aC68dD83a4DBF02311cE324181/info.json b/blockchains/ethereum/assets/0x6B0b3a982b4634aC68dD83a4DBF02311cE324181/info.json
deleted file mode 100644
index d016f137a1f15..0000000000000
--- a/blockchains/ethereum/assets/0x6B0b3a982b4634aC68dD83a4DBF02311cE324181/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Alethea Artificial Liquid Intelligence",
- "symbol": "ALI",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x6B0b3a982b4634aC68dD83a4DBF02311cE324181"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6B0b3a982b4634aC68dD83a4DBF02311cE324181/logo.png b/blockchains/ethereum/assets/0x6B0b3a982b4634aC68dD83a4DBF02311cE324181/logo.png
deleted file mode 100644
index 9851aea7e3024..0000000000000
Binary files a/blockchains/ethereum/assets/0x6B0b3a982b4634aC68dD83a4DBF02311cE324181/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/info.json b/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/info.json
deleted file mode 100644
index da897ca5d00d2..0000000000000
--- a/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/info.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "name": "Dai",
- "website": "http://makerdao.com",
- "description": "Dai is a stable cryptocurrency supported by Maker (MKR). To ensure price stability, Dai minimizes the price volatility against the US dollar, through an incentive structure for its participants.",
- "explorer": "https://etherscan.io/token/0x6B175474E89094C44Da98b954EedeAC495271d0F",
- "research": "https://research.binance.com/en/projects/dai",
- "type": "ERC20",
- "symbol": "DAI",
- "decimals": 18,
- "status": "active",
- "id": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
- "tags": [
- "defi",
- "stablecoin"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MakerDAO"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/MakerDAO/"
- },
- {
- "name": "blog",
- "url": "https://blog.makerdao.com/"
- },
- {
- "name": "whitepaper",
- "url": "https://makerdao.com/whitepaper/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/multi-collateral-dai/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/dai/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png b/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png
deleted file mode 100644
index 836fe787663b9..0000000000000
Binary files a/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6B2bAB5E4b9Bc9592636c16bC4e5e07eF076cD6d/info.json b/blockchains/ethereum/assets/0x6B2bAB5E4b9Bc9592636c16bC4e5e07eF076cD6d/info.json
deleted file mode 100644
index d91a22b2ce06b..0000000000000
--- a/blockchains/ethereum/assets/0x6B2bAB5E4b9Bc9592636c16bC4e5e07eF076cD6d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MP Shield",
- "symbol": "SLD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6B2bAB5E4b9Bc9592636c16bC4e5e07eF076cD6d",
- "status": "abandoned",
- "id": "0x6B2bAB5E4b9Bc9592636c16bC4e5e07eF076cD6d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6B2bAB5E4b9Bc9592636c16bC4e5e07eF076cD6d/logo.png b/blockchains/ethereum/assets/0x6B2bAB5E4b9Bc9592636c16bC4e5e07eF076cD6d/logo.png
deleted file mode 100644
index e92993f9e93b0..0000000000000
Binary files a/blockchains/ethereum/assets/0x6B2bAB5E4b9Bc9592636c16bC4e5e07eF076cD6d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6B3595068778DD592e39A122f4f5a5cF09C90fE2/info.json b/blockchains/ethereum/assets/0x6B3595068778DD592e39A122f4f5a5cF09C90fE2/info.json
deleted file mode 100644
index 3448306f517db..0000000000000
--- a/blockchains/ethereum/assets/0x6B3595068778DD592e39A122f4f5a5cF09C90fE2/info.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "name": "SushiSwap",
- "website": "https://sushiswap.fi",
- "description": "SushiSwap claims to be an evolution of #Uniswap with $SUSHI tokenomics.",
- "explorer": "https://etherscan.io/token/0x6B3595068778DD592e39A122f4f5a5cF09C90fE2",
- "research": "",
- "type": "ERC20",
- "symbol": "SUSHI",
- "decimals": 18,
- "status": "active",
- "id": "0x6B3595068778DD592e39A122f4f5a5cF09C90fE2",
- "tags": [
- "defi",
- "governance",
- "nft"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/sushiswap"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/sushiswap"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/sushi/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6B3595068778DD592e39A122f4f5a5cF09C90fE2/logo.png b/blockchains/ethereum/assets/0x6B3595068778DD592e39A122f4f5a5cF09C90fE2/logo.png
deleted file mode 100644
index 37523b87fe8a7..0000000000000
Binary files a/blockchains/ethereum/assets/0x6B3595068778DD592e39A122f4f5a5cF09C90fE2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611/info.json b/blockchains/ethereum/assets/0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611/info.json
deleted file mode 100644
index 4bcd3df0dfbbb..0000000000000
--- a/blockchains/ethereum/assets/0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Million",
- "website": "https://milliontoken.org",
- "description": "Million is a digital currency with 1,000,000 total supply. https://milliontoken.org",
- "explorer": "https://etherscan.io/token/0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611",
- "type": "ERC20",
- "symbol": "MM",
- "decimals": 18,
- "status": "active",
- "id": "0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611/logo.png b/blockchains/ethereum/assets/0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611/logo.png
deleted file mode 100644
index 20b8915821c78..0000000000000
Binary files a/blockchains/ethereum/assets/0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6B9f031D718dDed0d681c20cB754F97b3BB81b78/info.json b/blockchains/ethereum/assets/0x6B9f031D718dDed0d681c20cB754F97b3BB81b78/info.json
deleted file mode 100644
index d2353020bb9ac..0000000000000
--- a/blockchains/ethereum/assets/0x6B9f031D718dDed0d681c20cB754F97b3BB81b78/info.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "Geeq",
- "website": "https://geeq.io",
- "description": "Geeq is based on a new blockchain consensus protocol called Proof of Honesty(PoH). PoH empowers users who hold tokens on the platform to determine for themselves whether the network of validating nodes is behaving honestly. This allows Geeq to provide 99% Byzantine Fault Tolerance (BFT) while delivering rapid transaction finality at extremely low transactions cost.",
- "explorer": "https://etherscan.io/token/0x6B9f031D718dDed0d681c20cB754F97b3BB81b78",
- "research": "https://www.coingecko.com/en/coins/geeq",
- "type": "ERC20",
- "symbol": "GEEQ",
- "decimals": 18,
- "status": "active",
- "id": "0x6B9f031D718dDed0d681c20cB754F97b3BB81b78",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/geeq-token"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Geeq"
- },
- {
- "name": "whitepaper",
- "url": "https://geeq.io/geeq-white-paper-2/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6B9f031D718dDed0d681c20cB754F97b3BB81b78/logo.png b/blockchains/ethereum/assets/0x6B9f031D718dDed0d681c20cB754F97b3BB81b78/logo.png
deleted file mode 100644
index e568344c99b80..0000000000000
Binary files a/blockchains/ethereum/assets/0x6B9f031D718dDed0d681c20cB754F97b3BB81b78/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6BDA8ad4D771e628C2Ea7481b4591236bA01A864/info.json b/blockchains/ethereum/assets/0x6BDA8ad4D771e628C2Ea7481b4591236bA01A864/info.json
deleted file mode 100644
index 1e58a399000ba..0000000000000
--- a/blockchains/ethereum/assets/0x6BDA8ad4D771e628C2Ea7481b4591236bA01A864/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "INFWEE",
- "symbol": "INFWEE",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6BDA8ad4D771e628C2Ea7481b4591236bA01A864",
- "status": "abandoned",
- "id": "0x6BDA8ad4D771e628C2Ea7481b4591236bA01A864"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6BDA8ad4D771e628C2Ea7481b4591236bA01A864/logo.png b/blockchains/ethereum/assets/0x6BDA8ad4D771e628C2Ea7481b4591236bA01A864/logo.png
deleted file mode 100644
index 582f18daf2f68..0000000000000
Binary files a/blockchains/ethereum/assets/0x6BDA8ad4D771e628C2Ea7481b4591236bA01A864/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6BEB418Fc6E1958204aC8baddCf109B8E9694966/info.json b/blockchains/ethereum/assets/0x6BEB418Fc6E1958204aC8baddCf109B8E9694966/info.json
deleted file mode 100644
index bc94826a5aaa7..0000000000000
--- a/blockchains/ethereum/assets/0x6BEB418Fc6E1958204aC8baddCf109B8E9694966/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Linker Coin",
- "symbol": "LNC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Collection of the systems which facilitate the inter-transaction between Linker Coin and various economic networks built on crypto-currency market, financial market, e-commerce market, etc.",
- "website": "https://www.linkercoin.com/en",
- "explorer": "https://etherscan.io/token/0x6BEB418Fc6E1958204aC8baddCf109B8E9694966",
- "status": "active",
- "id": "0x6BEB418Fc6E1958204aC8baddCf109B8E9694966"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6BEB418Fc6E1958204aC8baddCf109B8E9694966/logo.png b/blockchains/ethereum/assets/0x6BEB418Fc6E1958204aC8baddCf109B8E9694966/logo.png
deleted file mode 100644
index 3d66a55964b7d..0000000000000
Binary files a/blockchains/ethereum/assets/0x6BEB418Fc6E1958204aC8baddCf109B8E9694966/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6BFf2fE249601ed0Db3a87424a2E923118BB0312/info.json b/blockchains/ethereum/assets/0x6BFf2fE249601ed0Db3a87424a2E923118BB0312/info.json
deleted file mode 100644
index 480fa8521336d..0000000000000
--- a/blockchains/ethereum/assets/0x6BFf2fE249601ed0Db3a87424a2E923118BB0312/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Fyooz",
- "website": "https://fyooz.io",
- "description": "When decentralized finance meets pop culture. Fyooz empowers users to invest in anything you love. It can be a artist, brand or influencer. Fyooz combines the power of Social Media with state-of-the-art Fintech solutions – in a decentralized way.",
- "explorer": "https://etherscan.io/token/0x6BFf2fE249601ed0Db3a87424a2E923118BB0312",
- "research": "https://www.fyooz.io/wiki",
- "type": "ERC20",
- "symbol": "FYZ",
- "decimals": 18,
- "status": "active",
- "id": "0x6BFf2fE249601ed0Db3a87424a2E923118BB0312"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6BFf2fE249601ed0Db3a87424a2E923118BB0312/logo.png b/blockchains/ethereum/assets/0x6BFf2fE249601ed0Db3a87424a2E923118BB0312/logo.png
deleted file mode 100644
index c0f4c835201d9..0000000000000
Binary files a/blockchains/ethereum/assets/0x6BFf2fE249601ed0Db3a87424a2E923118BB0312/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6BFfa07a1B0ceBC474cE6833eAf2bE6326252449/info.json b/blockchains/ethereum/assets/0x6BFfa07a1B0ceBC474cE6833eAf2bE6326252449/info.json
deleted file mode 100644
index 55c0a830abee5..0000000000000
--- a/blockchains/ethereum/assets/0x6BFfa07a1B0ceBC474cE6833eAf2bE6326252449/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BAEPAY",
- "symbol": "BAEPAY",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6BFfa07a1B0ceBC474cE6833eAf2bE6326252449",
- "status": "abandoned",
- "id": "0x6BFfa07a1B0ceBC474cE6833eAf2bE6326252449"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6BFfa07a1B0ceBC474cE6833eAf2bE6326252449/logo.png b/blockchains/ethereum/assets/0x6BFfa07a1B0ceBC474cE6833eAf2bE6326252449/logo.png
deleted file mode 100644
index 891dfa0d66480..0000000000000
Binary files a/blockchains/ethereum/assets/0x6BFfa07a1B0ceBC474cE6833eAf2bE6326252449/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6Ba460AB75Cd2c56343b3517ffeBA60748654D26/info.json b/blockchains/ethereum/assets/0x6Ba460AB75Cd2c56343b3517ffeBA60748654D26/info.json
deleted file mode 100644
index 3689342fe4bd6..0000000000000
--- a/blockchains/ethereum/assets/0x6Ba460AB75Cd2c56343b3517ffeBA60748654D26/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UpToken",
- "symbol": "UP",
- "type": "ERC20",
- "decimals": 8,
- "description": "UpToken is designed to rapidly build a crypto ATM network where we all rise together.",
- "website": "https://uptoken.org/",
- "explorer": "https://etherscan.io/token/0x6Ba460AB75Cd2c56343b3517ffeBA60748654D26",
- "status": "active",
- "id": "0x6Ba460AB75Cd2c56343b3517ffeBA60748654D26"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6Ba460AB75Cd2c56343b3517ffeBA60748654D26/logo.png b/blockchains/ethereum/assets/0x6Ba460AB75Cd2c56343b3517ffeBA60748654D26/logo.png
deleted file mode 100644
index 35b3249ab9fc0..0000000000000
Binary files a/blockchains/ethereum/assets/0x6Ba460AB75Cd2c56343b3517ffeBA60748654D26/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6Bba316c48b49BD1eAc44573c5c871ff02958469/info.json b/blockchains/ethereum/assets/0x6Bba316c48b49BD1eAc44573c5c871ff02958469/info.json
deleted file mode 100644
index d16c9a4693253..0000000000000
--- a/blockchains/ethereum/assets/0x6Bba316c48b49BD1eAc44573c5c871ff02958469/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gas DAO",
- "type": "ERC20",
- "symbol": "GAS",
- "decimals": 18,
- "website": "https://www.gasdao.org",
- "description": "A super-DAO formed with the vision of being the heartbeat and voice of the largest community of Web3 native users on the Ethereum Network.",
- "explorer": "https://etherscan.io/token/0x6Bba316c48b49BD1eAc44573c5c871ff02958469",
- "status": "active",
- "id": "0x6Bba316c48b49BD1eAc44573c5c871ff02958469"
-}
diff --git a/blockchains/ethereum/assets/0x6Bba316c48b49BD1eAc44573c5c871ff02958469/logo.png b/blockchains/ethereum/assets/0x6Bba316c48b49BD1eAc44573c5c871ff02958469/logo.png
deleted file mode 100644
index b5b0ee403a92b..0000000000000
Binary files a/blockchains/ethereum/assets/0x6Bba316c48b49BD1eAc44573c5c871ff02958469/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6C03106799Fedd0060804aF8f05d007b8216C5AA/info.json b/blockchains/ethereum/assets/0x6C03106799Fedd0060804aF8f05d007b8216C5AA/info.json
deleted file mode 100644
index fe5ea9362761a..0000000000000
--- a/blockchains/ethereum/assets/0x6C03106799Fedd0060804aF8f05d007b8216C5AA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DISDAT",
- "symbol": "DISDAT",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6C03106799Fedd0060804aF8f05d007b8216C5AA",
- "status": "abandoned",
- "id": "0x6C03106799Fedd0060804aF8f05d007b8216C5AA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6C03106799Fedd0060804aF8f05d007b8216C5AA/logo.png b/blockchains/ethereum/assets/0x6C03106799Fedd0060804aF8f05d007b8216C5AA/logo.png
deleted file mode 100644
index 1e408025030a9..0000000000000
Binary files a/blockchains/ethereum/assets/0x6C03106799Fedd0060804aF8f05d007b8216C5AA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6C16119B20fa52600230F074b349dA3cb861a7e3/info.json b/blockchains/ethereum/assets/0x6C16119B20fa52600230F074b349dA3cb861a7e3/info.json
deleted file mode 100644
index 05b5851b3403e..0000000000000
--- a/blockchains/ethereum/assets/0x6C16119B20fa52600230F074b349dA3cb861a7e3/info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "Alkemi Network DAO Token",
- "website": "https://alkemi.network",
- "description": "Alkemi Network is bridging CeFi to DeFi, building an institution-grade liquidity network for financial institutions and individuals to access professional DeFi and earn yields on their Ethereum-based digital assets.",
- "explorer": "https://etherscan.io/token/0x6C16119B20fa52600230F074b349dA3cb861a7e3",
- "type": "ERC20",
- "symbol": "ALK",
- "decimals": 18,
- "status": "active",
- "id": "0x6C16119B20fa52600230F074b349dA3cb861a7e3",
- "links": [
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/alkemi-network-dao-token"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/alkemi-network-dao-token/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/AlkemiNetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/AlkemiNetwork"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/4pThZqCJrj"
- },
- {
- "name": "medium",
- "url": "https://medium.com/alkemi"
- },
- {
- "name": "github",
- "url": "https://github.com/AlkemiNetwork"
- },
- {
- "name": "docs",
- "url": "https://docs.alkemi.network/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6C16119B20fa52600230F074b349dA3cb861a7e3/logo.png b/blockchains/ethereum/assets/0x6C16119B20fa52600230F074b349dA3cb861a7e3/logo.png
deleted file mode 100644
index cd74254fa87cf..0000000000000
Binary files a/blockchains/ethereum/assets/0x6C16119B20fa52600230F074b349dA3cb861a7e3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6C2adC2073994fb2CCC5032cC2906Fa221e9B391/info.json b/blockchains/ethereum/assets/0x6C2adC2073994fb2CCC5032cC2906Fa221e9B391/info.json
deleted file mode 100644
index 1e8aa3f1005a1..0000000000000
--- a/blockchains/ethereum/assets/0x6C2adC2073994fb2CCC5032cC2906Fa221e9B391/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Delphy Token",
- "symbol": "DPY",
- "type": "ERC20",
- "decimals": 18,
- "description": "Delphy is a distributed, social mobile prediction market platform built on Ethereum..",
- "website": "https://www.delphy.org",
- "explorer": "https://etherscan.io/token/0x6C2adC2073994fb2CCC5032cC2906Fa221e9B391",
- "status": "active",
- "id": "0x6C2adC2073994fb2CCC5032cC2906Fa221e9B391"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6C2adC2073994fb2CCC5032cC2906Fa221e9B391/logo.png b/blockchains/ethereum/assets/0x6C2adC2073994fb2CCC5032cC2906Fa221e9B391/logo.png
deleted file mode 100755
index 07038c99f0844..0000000000000
Binary files a/blockchains/ethereum/assets/0x6C2adC2073994fb2CCC5032cC2906Fa221e9B391/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6C5024Cd4F8A59110119C56f8933403A539555EB/info.json b/blockchains/ethereum/assets/0x6C5024Cd4F8A59110119C56f8933403A539555EB/info.json
deleted file mode 100644
index 148c5058f5e87..0000000000000
--- a/blockchains/ethereum/assets/0x6C5024Cd4F8A59110119C56f8933403A539555EB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave SUSD",
- "symbol": "aSUSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave SUSD is an interest bearing token pegged 1:1 to the underlying SUSD deposited in Aave. aSUSD accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x6C5024Cd4F8A59110119C56f8933403A539555EB",
- "status": "active",
- "id": "0x6C5024Cd4F8A59110119C56f8933403A539555EB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6C5024Cd4F8A59110119C56f8933403A539555EB/logo.png b/blockchains/ethereum/assets/0x6C5024Cd4F8A59110119C56f8933403A539555EB/logo.png
deleted file mode 100644
index f3981203dec84..0000000000000
Binary files a/blockchains/ethereum/assets/0x6C5024Cd4F8A59110119C56f8933403A539555EB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6C5A643F582408a640068Ed68443D9185Fb2b0B8/info.json b/blockchains/ethereum/assets/0x6C5A643F582408a640068Ed68443D9185Fb2b0B8/info.json
deleted file mode 100644
index cc62c1f79df22..0000000000000
--- a/blockchains/ethereum/assets/0x6C5A643F582408a640068Ed68443D9185Fb2b0B8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EGGS",
- "symbol": "EGGS",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6C5A643F582408a640068Ed68443D9185Fb2b0B8",
- "status": "abandoned",
- "id": "0x6C5A643F582408a640068Ed68443D9185Fb2b0B8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6C5A643F582408a640068Ed68443D9185Fb2b0B8/logo.png b/blockchains/ethereum/assets/0x6C5A643F582408a640068Ed68443D9185Fb2b0B8/logo.png
deleted file mode 100644
index 18b0a51326e10..0000000000000
Binary files a/blockchains/ethereum/assets/0x6C5A643F582408a640068Ed68443D9185Fb2b0B8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6C8c6b02E7b2BE14d4fA6022Dfd6d75921D90E4E/info.json b/blockchains/ethereum/assets/0x6C8c6b02E7b2BE14d4fA6022Dfd6d75921D90E4E/info.json
deleted file mode 100644
index 6813280afe89d..0000000000000
--- a/blockchains/ethereum/assets/0x6C8c6b02E7b2BE14d4fA6022Dfd6d75921D90E4E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Compound Basic Attention Token",
- "symbol": "cBAT",
- "type": "ERC20",
- "decimals": 8,
- "description": "Compound is an open-source protocol for algorithmic, efficient Money Markets on the Ethereum blockchain.",
- "website": "https://compound.finance/",
- "explorer": "https://etherscan.io/token/0x6C8c6b02E7b2BE14d4fA6022Dfd6d75921D90E4E",
- "status": "active",
- "id": "0x6C8c6b02E7b2BE14d4fA6022Dfd6d75921D90E4E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6C8c6b02E7b2BE14d4fA6022Dfd6d75921D90E4E/logo.png b/blockchains/ethereum/assets/0x6C8c6b02E7b2BE14d4fA6022Dfd6d75921D90E4E/logo.png
deleted file mode 100644
index ff67c6456ac3d..0000000000000
Binary files a/blockchains/ethereum/assets/0x6C8c6b02E7b2BE14d4fA6022Dfd6d75921D90E4E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6CE10f66B4D47601Be2BEd4aC20653D9b90d0759/info.json b/blockchains/ethereum/assets/0x6CE10f66B4D47601Be2BEd4aC20653D9b90d0759/info.json
deleted file mode 100644
index fab32dd44b4f4..0000000000000
--- a/blockchains/ethereum/assets/0x6CE10f66B4D47601Be2BEd4aC20653D9b90d0759/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoinWithNoName",
- "symbol": "CWNN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6CE10f66B4D47601Be2BEd4aC20653D9b90d0759",
- "status": "abandoned",
- "id": "0x6CE10f66B4D47601Be2BEd4aC20653D9b90d0759"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6CE10f66B4D47601Be2BEd4aC20653D9b90d0759/logo.png b/blockchains/ethereum/assets/0x6CE10f66B4D47601Be2BEd4aC20653D9b90d0759/logo.png
deleted file mode 100644
index d0eb7cb41b786..0000000000000
Binary files a/blockchains/ethereum/assets/0x6CE10f66B4D47601Be2BEd4aC20653D9b90d0759/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6CE21e5f5383c95691d243879A86A6025E0870c0/info.json b/blockchains/ethereum/assets/0x6CE21e5f5383c95691d243879A86A6025E0870c0/info.json
deleted file mode 100644
index dccc5fc7aa7e0..0000000000000
--- a/blockchains/ethereum/assets/0x6CE21e5f5383c95691d243879A86A6025E0870c0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HINT Token",
- "symbol": "HINT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://hintchain.io/",
- "explorer": "https://etherscan.io/token/0x6CE21e5f5383c95691d243879A86A6025E0870c0",
- "status": "abandoned",
- "id": "0x6CE21e5f5383c95691d243879A86A6025E0870c0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6CE21e5f5383c95691d243879A86A6025E0870c0/logo.png b/blockchains/ethereum/assets/0x6CE21e5f5383c95691d243879A86A6025E0870c0/logo.png
deleted file mode 100644
index 240663403d649..0000000000000
Binary files a/blockchains/ethereum/assets/0x6CE21e5f5383c95691d243879A86A6025E0870c0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6CbEDEc4F1ac9D874987D2769596544E0d9161ab/info.json b/blockchains/ethereum/assets/0x6CbEDEc4F1ac9D874987D2769596544E0d9161ab/info.json
deleted file mode 100644
index 80b64f1665521..0000000000000
--- a/blockchains/ethereum/assets/0x6CbEDEc4F1ac9D874987D2769596544E0d9161ab/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DeepCloud",
- "symbol": "DEEP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.deepcloudai.com",
- "explorer": "https://etherscan.io/token/0x6CbEDEc4F1ac9D874987D2769596544E0d9161ab",
- "status": "abandoned",
- "id": "0x6CbEDEc4F1ac9D874987D2769596544E0d9161ab"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6CbEDEc4F1ac9D874987D2769596544E0d9161ab/logo.png b/blockchains/ethereum/assets/0x6CbEDEc4F1ac9D874987D2769596544E0d9161ab/logo.png
deleted file mode 100644
index 6611a2f2adf46..0000000000000
Binary files a/blockchains/ethereum/assets/0x6CbEDEc4F1ac9D874987D2769596544E0d9161ab/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6Ccb2AdECc8cE829F768465280586F0E04a6959c/info.json b/blockchains/ethereum/assets/0x6Ccb2AdECc8cE829F768465280586F0E04a6959c/info.json
deleted file mode 100644
index d96ae0c692771..0000000000000
--- a/blockchains/ethereum/assets/0x6Ccb2AdECc8cE829F768465280586F0E04a6959c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TOP TOKEN",
- "symbol": "TOP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6Ccb2AdECc8cE829F768465280586F0E04a6959c",
- "status": "abandoned",
- "id": "0x6Ccb2AdECc8cE829F768465280586F0E04a6959c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6Ccb2AdECc8cE829F768465280586F0E04a6959c/logo.png b/blockchains/ethereum/assets/0x6Ccb2AdECc8cE829F768465280586F0E04a6959c/logo.png
deleted file mode 100644
index 4132eb6c7a00a..0000000000000
Binary files a/blockchains/ethereum/assets/0x6Ccb2AdECc8cE829F768465280586F0E04a6959c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6D06095d75784e948E0F98Dd680C798bFf1aaBAf/info.json b/blockchains/ethereum/assets/0x6D06095d75784e948E0F98Dd680C798bFf1aaBAf/info.json
deleted file mode 100644
index 0c1fc9236267d..0000000000000
--- a/blockchains/ethereum/assets/0x6D06095d75784e948E0F98Dd680C798bFf1aaBAf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EntropyEnergyCoin",
- "symbol": "EEC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6D06095d75784e948E0F98Dd680C798bFf1aaBAf",
- "status": "abandoned",
- "id": "0x6D06095d75784e948E0F98Dd680C798bFf1aaBAf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6D06095d75784e948E0F98Dd680C798bFf1aaBAf/logo.png b/blockchains/ethereum/assets/0x6D06095d75784e948E0F98Dd680C798bFf1aaBAf/logo.png
deleted file mode 100644
index f8f490cdbf440..0000000000000
Binary files a/blockchains/ethereum/assets/0x6D06095d75784e948E0F98Dd680C798bFf1aaBAf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6D45640F5D0B75280647f2F37CCD19c1167f833c/info.json b/blockchains/ethereum/assets/0x6D45640F5D0B75280647f2F37CCD19c1167f833c/info.json
deleted file mode 100644
index b0bb830ffea20..0000000000000
--- a/blockchains/ethereum/assets/0x6D45640F5D0B75280647f2F37CCD19c1167f833c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FLEx Token",
- "website": "https://fuzzy.one",
- "description": "FLEx token is the proof of work token used as payment for contributors to the fuzzy.one solutions library and discussion board.",
- "explorer": "https://etherscan.io/token/0x6D45640F5D0B75280647f2F37CCD19c1167f833c",
- "type": "ERC20",
- "symbol": "FLEx",
- "decimals": 4,
- "status": "active",
- "id": "0x6D45640F5D0B75280647f2F37CCD19c1167f833c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6D45640F5D0B75280647f2F37CCD19c1167f833c/logo.png b/blockchains/ethereum/assets/0x6D45640F5D0B75280647f2F37CCD19c1167f833c/logo.png
deleted file mode 100644
index b65fdbaeaf18b..0000000000000
Binary files a/blockchains/ethereum/assets/0x6D45640F5D0B75280647f2F37CCD19c1167f833c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6D5caC36c1AE39f41d52393b7a425d0A610ad9f2/info.json b/blockchains/ethereum/assets/0x6D5caC36c1AE39f41d52393b7a425d0A610ad9f2/info.json
deleted file mode 100644
index a3e9b2260a091..0000000000000
--- a/blockchains/ethereum/assets/0x6D5caC36c1AE39f41d52393b7a425d0A610ad9f2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LLToken",
- "symbol": "LLT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6D5caC36c1AE39f41d52393b7a425d0A610ad9f2",
- "status": "abandoned",
- "id": "0x6D5caC36c1AE39f41d52393b7a425d0A610ad9f2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6D5caC36c1AE39f41d52393b7a425d0A610ad9f2/logo.png b/blockchains/ethereum/assets/0x6D5caC36c1AE39f41d52393b7a425d0A610ad9f2/logo.png
deleted file mode 100644
index bb2ef6ff4947d..0000000000000
Binary files a/blockchains/ethereum/assets/0x6D5caC36c1AE39f41d52393b7a425d0A610ad9f2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6D5e9Ab1E1085492736615A34A229db65C382236/info.json b/blockchains/ethereum/assets/0x6D5e9Ab1E1085492736615A34A229db65C382236/info.json
deleted file mode 100644
index 7048badcc286d..0000000000000
--- a/blockchains/ethereum/assets/0x6D5e9Ab1E1085492736615A34A229db65C382236/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R885794",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6D5e9Ab1E1085492736615A34A229db65C382236",
- "status": "abandoned",
- "id": "0x6D5e9Ab1E1085492736615A34A229db65C382236"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6D5e9Ab1E1085492736615A34A229db65C382236/logo.png b/blockchains/ethereum/assets/0x6D5e9Ab1E1085492736615A34A229db65C382236/logo.png
deleted file mode 100644
index bcd1816facf6f..0000000000000
Binary files a/blockchains/ethereum/assets/0x6D5e9Ab1E1085492736615A34A229db65C382236/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6D6166aD588314eC2ad3D7a365b23E2cA31Ba71d/info.json b/blockchains/ethereum/assets/0x6D6166aD588314eC2ad3D7a365b23E2cA31Ba71d/info.json
deleted file mode 100644
index 938eb9de60b50..0000000000000
--- a/blockchains/ethereum/assets/0x6D6166aD588314eC2ad3D7a365b23E2cA31Ba71d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BITECH",
- "symbol": "BTH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6D6166aD588314eC2ad3D7a365b23E2cA31Ba71d",
- "status": "abandoned",
- "id": "0x6D6166aD588314eC2ad3D7a365b23E2cA31Ba71d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6D6166aD588314eC2ad3D7a365b23E2cA31Ba71d/logo.png b/blockchains/ethereum/assets/0x6D6166aD588314eC2ad3D7a365b23E2cA31Ba71d/logo.png
deleted file mode 100644
index 7e248976019b0..0000000000000
Binary files a/blockchains/ethereum/assets/0x6D6166aD588314eC2ad3D7a365b23E2cA31Ba71d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6D6506E6F438edE269877a0A720026559110B7d5/info.json b/blockchains/ethereum/assets/0x6D6506E6F438edE269877a0A720026559110B7d5/info.json
deleted file mode 100644
index 02d93e3b36731..0000000000000
--- a/blockchains/ethereum/assets/0x6D6506E6F438edE269877a0A720026559110B7d5/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Bonk Token",
- "website": "https://bonktoken.com/",
- "description": "Proof of art combined with decentralized staking",
- "explorer": "https://etherscan.io/token/0x6D6506E6F438edE269877a0A720026559110B7d5",
- "type": "ERC20",
- "symbol": "BONK",
- "decimals": 18,
- "status": "active",
- "id": "0x6D6506E6F438edE269877a0A720026559110B7d5",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/bonktoken"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6D6506E6F438edE269877a0A720026559110B7d5/logo.png b/blockchains/ethereum/assets/0x6D6506E6F438edE269877a0A720026559110B7d5/logo.png
deleted file mode 100644
index 676446ca0773a..0000000000000
Binary files a/blockchains/ethereum/assets/0x6D6506E6F438edE269877a0A720026559110B7d5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6D6CC526EB192D0bf8feabA959bAbA384C5Cf100/info.json b/blockchains/ethereum/assets/0x6D6CC526EB192D0bf8feabA959bAbA384C5Cf100/info.json
deleted file mode 100644
index dfbe25768d06b..0000000000000
--- a/blockchains/ethereum/assets/0x6D6CC526EB192D0bf8feabA959bAbA384C5Cf100/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dreambuilder Dept.",
- "symbol": "DBD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6D6CC526EB192D0bf8feabA959bAbA384C5Cf100",
- "status": "abandoned",
- "id": "0x6D6CC526EB192D0bf8feabA959bAbA384C5Cf100"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6D6CC526EB192D0bf8feabA959bAbA384C5Cf100/logo.png b/blockchains/ethereum/assets/0x6D6CC526EB192D0bf8feabA959bAbA384C5Cf100/logo.png
deleted file mode 100644
index 7ad0c92b70f57..0000000000000
Binary files a/blockchains/ethereum/assets/0x6D6CC526EB192D0bf8feabA959bAbA384C5Cf100/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6D7efEB3DF42e6075fa7Cf04E278d2D69e26a623/info.json b/blockchains/ethereum/assets/0x6D7efEB3DF42e6075fa7Cf04E278d2D69e26a623/info.json
deleted file mode 100644
index 15585d2be229c..0000000000000
--- a/blockchains/ethereum/assets/0x6D7efEB3DF42e6075fa7Cf04E278d2D69e26a623/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lucky You",
- "symbol": "LKY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6D7efEB3DF42e6075fa7Cf04E278d2D69e26a623",
- "status": "abandoned",
- "id": "0x6D7efEB3DF42e6075fa7Cf04E278d2D69e26a623"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6D7efEB3DF42e6075fa7Cf04E278d2D69e26a623/logo.png b/blockchains/ethereum/assets/0x6D7efEB3DF42e6075fa7Cf04E278d2D69e26a623/logo.png
deleted file mode 100644
index b9be2d678093b..0000000000000
Binary files a/blockchains/ethereum/assets/0x6D7efEB3DF42e6075fa7Cf04E278d2D69e26a623/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6DAaf4CfCDA1605519d331D35e7A978Ee71327cf/info.json b/blockchains/ethereum/assets/0x6DAaf4CfCDA1605519d331D35e7A978Ee71327cf/info.json
deleted file mode 100644
index a9eb4ddbbad8f..0000000000000
--- a/blockchains/ethereum/assets/0x6DAaf4CfCDA1605519d331D35e7A978Ee71327cf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": " Official Made Beaver; The traditional Metis Currency",
- "symbol": "MB",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "https://madebeaver.wordpress.com",
- "explorer": "https://etherscan.io/token/0x6DAaf4CfCDA1605519d331D35e7A978Ee71327cf",
- "status": "abandoned",
- "id": "0x6DAaf4CfCDA1605519d331D35e7A978Ee71327cf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6DAaf4CfCDA1605519d331D35e7A978Ee71327cf/logo.png b/blockchains/ethereum/assets/0x6DAaf4CfCDA1605519d331D35e7A978Ee71327cf/logo.png
deleted file mode 100755
index 7fa525a028c5d..0000000000000
Binary files a/blockchains/ethereum/assets/0x6DAaf4CfCDA1605519d331D35e7A978Ee71327cf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6DCcF9C0aB71dAc26b7F7886E43a2B433806c590/info.json b/blockchains/ethereum/assets/0x6DCcF9C0aB71dAc26b7F7886E43a2B433806c590/info.json
deleted file mode 100644
index a9721f4d23376..0000000000000
--- a/blockchains/ethereum/assets/0x6DCcF9C0aB71dAc26b7F7886E43a2B433806c590/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "vibrant",
- "symbol": "VBX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6DCcF9C0aB71dAc26b7F7886E43a2B433806c590",
- "status": "abandoned",
- "id": "0x6DCcF9C0aB71dAc26b7F7886E43a2B433806c590"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6DCcF9C0aB71dAc26b7F7886E43a2B433806c590/logo.png b/blockchains/ethereum/assets/0x6DCcF9C0aB71dAc26b7F7886E43a2B433806c590/logo.png
deleted file mode 100644
index 3e55a64d52a05..0000000000000
Binary files a/blockchains/ethereum/assets/0x6DCcF9C0aB71dAc26b7F7886E43a2B433806c590/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6DD4e4Aad29A40eDd6A409b9c1625186C9855b4D/info.json b/blockchains/ethereum/assets/0x6DD4e4Aad29A40eDd6A409b9c1625186C9855b4D/info.json
deleted file mode 100644
index 845bbb8d0bf13..0000000000000
--- a/blockchains/ethereum/assets/0x6DD4e4Aad29A40eDd6A409b9c1625186C9855b4D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GENE TOKEN (PARKGENE)",
- "symbol": "GENE",
- "type": "ERC20",
- "decimals": 8,
- "description": "Parkgene (GENE) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://parkgene.io",
- "explorer": "https://etherscan.io/token/0x6DD4e4Aad29A40eDd6A409b9c1625186C9855b4D",
- "status": "active",
- "id": "0x6DD4e4Aad29A40eDd6A409b9c1625186C9855b4D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6DD4e4Aad29A40eDd6A409b9c1625186C9855b4D/logo.png b/blockchains/ethereum/assets/0x6DD4e4Aad29A40eDd6A409b9c1625186C9855b4D/logo.png
deleted file mode 100755
index 2554c7ef1735f..0000000000000
Binary files a/blockchains/ethereum/assets/0x6DD4e4Aad29A40eDd6A409b9c1625186C9855b4D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6DEA81C8171D0bA574754EF6F8b412F2Ed88c54D/info.json b/blockchains/ethereum/assets/0x6DEA81C8171D0bA574754EF6F8b412F2Ed88c54D/info.json
deleted file mode 100644
index 1815f8c32f2eb..0000000000000
--- a/blockchains/ethereum/assets/0x6DEA81C8171D0bA574754EF6F8b412F2Ed88c54D/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "LQTY Token",
- "website": "https://www.liquity.org",
- "description": "Liquity is a decentralized borrowing protocol that allows you to draw 0% interest loans against Ether used as collateral.",
- "explorer": "https://etherscan.io/token/0x6DEA81C8171D0bA574754EF6F8b412F2Ed88c54D",
- "research": "https://docs.liquity.org",
- "type": "ERC20",
- "symbol": "LQTY",
- "decimals": 18,
- "status": "active",
- "id": "0x6DEA81C8171D0bA574754EF6F8b412F2Ed88c54D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6DEA81C8171D0bA574754EF6F8b412F2Ed88c54D/logo.png b/blockchains/ethereum/assets/0x6DEA81C8171D0bA574754EF6F8b412F2Ed88c54D/logo.png
deleted file mode 100644
index 3064aa03fd150..0000000000000
Binary files a/blockchains/ethereum/assets/0x6DEA81C8171D0bA574754EF6F8b412F2Ed88c54D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24/info.json b/blockchains/ethereum/assets/0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24/info.json
deleted file mode 100644
index 4826da2040920..0000000000000
--- a/blockchains/ethereum/assets/0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Render Token",
- "symbol": "RNDR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Distributed GPU rendering on the blockchain.",
- "website": "https://rendertoken.com/",
- "explorer": "https://etherscan.io/token/0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24",
- "status": "active",
- "id": "0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24/logo.png b/blockchains/ethereum/assets/0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24/logo.png
deleted file mode 100755
index 5bae5e293f97f..0000000000000
Binary files a/blockchains/ethereum/assets/0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6E10AAcb89A28d6FA0FE68790777fec7E7f01890/info.json b/blockchains/ethereum/assets/0x6E10AAcb89A28d6FA0FE68790777fec7E7f01890/info.json
deleted file mode 100644
index 75f44f1b0826b..0000000000000
--- a/blockchains/ethereum/assets/0x6E10AAcb89A28d6FA0FE68790777fec7E7f01890/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Sav3Token",
- "website": "https://sav3.org/",
- "description": "SAV3 is a DAO for uncensorable on-chain information. It charges a 4% tax on transfers which is paid to liquidity providers.",
- "explorer": "https://etherscan.io/token/0x6e10aacb89a28d6fa0fe68790777fec7e7f01890",
- "type": "ERC20",
- "symbol": "SAV3",
- "decimals": 18,
- "status": "active",
- "id": "0x6E10AAcb89A28d6FA0FE68790777fec7E7f01890",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/sav3org"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6E10AAcb89A28d6FA0FE68790777fec7E7f01890/logo.png b/blockchains/ethereum/assets/0x6E10AAcb89A28d6FA0FE68790777fec7E7f01890/logo.png
deleted file mode 100644
index 8ab3e886da467..0000000000000
Binary files a/blockchains/ethereum/assets/0x6E10AAcb89A28d6FA0FE68790777fec7E7f01890/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6E403DF62b5E5d2991519Fee1768291b1bFEEb8B/info.json b/blockchains/ethereum/assets/0x6E403DF62b5E5d2991519Fee1768291b1bFEEb8B/info.json
deleted file mode 100644
index 9c41c694903a7..0000000000000
--- a/blockchains/ethereum/assets/0x6E403DF62b5E5d2991519Fee1768291b1bFEEb8B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ANNAcoin",
- "symbol": "ANNA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6E403DF62b5E5d2991519Fee1768291b1bFEEb8B",
- "status": "abandoned",
- "id": "0x6E403DF62b5E5d2991519Fee1768291b1bFEEb8B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6E403DF62b5E5d2991519Fee1768291b1bFEEb8B/logo.png b/blockchains/ethereum/assets/0x6E403DF62b5E5d2991519Fee1768291b1bFEEb8B/logo.png
deleted file mode 100755
index 8d17ba7312fd5..0000000000000
Binary files a/blockchains/ethereum/assets/0x6E403DF62b5E5d2991519Fee1768291b1bFEEb8B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6E514DE4c2675feeb51d759977B4222Dc65556AF/info.json b/blockchains/ethereum/assets/0x6E514DE4c2675feeb51d759977B4222Dc65556AF/info.json
deleted file mode 100644
index 3bd5a03454813..0000000000000
--- a/blockchains/ethereum/assets/0x6E514DE4c2675feeb51d759977B4222Dc65556AF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Oldtimer",
- "symbol": "OLD",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "https://www.oldtimersoffer.com",
- "explorer": "https://etherscan.io/token/0x6E514DE4c2675feeb51d759977B4222Dc65556AF",
- "status": "abandoned",
- "id": "0x6E514DE4c2675feeb51d759977B4222Dc65556AF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6E514DE4c2675feeb51d759977B4222Dc65556AF/logo.png b/blockchains/ethereum/assets/0x6E514DE4c2675feeb51d759977B4222Dc65556AF/logo.png
deleted file mode 100644
index 9ee2ff1467698..0000000000000
Binary files a/blockchains/ethereum/assets/0x6E514DE4c2675feeb51d759977B4222Dc65556AF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6E5a43DB10b04701385A34afb670E404bC7Ea597/info.json b/blockchains/ethereum/assets/0x6E5a43DB10b04701385A34afb670E404bC7Ea597/info.json
deleted file mode 100644
index 0bc4b676e6b6f..0000000000000
--- a/blockchains/ethereum/assets/0x6E5a43DB10b04701385A34afb670E404bC7Ea597/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RAKON",
- "symbol": "RKN",
- "type": "ERC20",
- "decimals": 12,
- "description": "-",
- "website": "https://rakon.io/",
- "explorer": "https://etherscan.io/token/0x6E5a43DB10b04701385A34afb670E404bC7Ea597",
- "status": "active",
- "id": "0x6E5a43DB10b04701385A34afb670E404bC7Ea597"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6E5a43DB10b04701385A34afb670E404bC7Ea597/logo.png b/blockchains/ethereum/assets/0x6E5a43DB10b04701385A34afb670E404bC7Ea597/logo.png
deleted file mode 100644
index c37e024c118cf..0000000000000
Binary files a/blockchains/ethereum/assets/0x6E5a43DB10b04701385A34afb670E404bC7Ea597/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6E605c269E0C92e70BEeB85486f1fC550f9380BD/info.json b/blockchains/ethereum/assets/0x6E605c269E0C92e70BEeB85486f1fC550f9380BD/info.json
deleted file mode 100644
index 479b81e3e37e6..0000000000000
--- a/blockchains/ethereum/assets/0x6E605c269E0C92e70BEeB85486f1fC550f9380BD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Catex",
- "symbol": "CATT",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Catex Token (CATT) is the native asset of the Catex exchange. Catt token holders reportedly receive dividends from the exchange and enjoy zero fee withdrawals.",
- "website": "https://www.catex.io/",
- "explorer": "https://etherscan.io/token/0x6E605c269E0C92e70BEeB85486f1fC550f9380BD",
- "status": "active",
- "id": "0x6E605c269E0C92e70BEeB85486f1fC550f9380BD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6E605c269E0C92e70BEeB85486f1fC550f9380BD/logo.png b/blockchains/ethereum/assets/0x6E605c269E0C92e70BEeB85486f1fC550f9380BD/logo.png
deleted file mode 100644
index 714cada4dbc7c..0000000000000
Binary files a/blockchains/ethereum/assets/0x6E605c269E0C92e70BEeB85486f1fC550f9380BD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6E765D26388A17A6e86c49A8E41DF3F58aBcd337/info.json b/blockchains/ethereum/assets/0x6E765D26388A17A6e86c49A8E41DF3F58aBcd337/info.json
deleted file mode 100644
index 059565543f3a5..0000000000000
--- a/blockchains/ethereum/assets/0x6E765D26388A17A6e86c49A8E41DF3F58aBcd337/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kangal",
- "type": "ERC20",
- "symbol": "KANGAL",
- "decimals": 18,
- "website": "https://www.kangaltoken.com",
- "description": "Kangal is a DAO that is creating the ultimate dApps ecosystem. Kangal holders are able to create and vote on governance proposals, and will be able to stake Kangal and Kangal LP tokens for earning the Utility Token $TEAK of the dApps ecosystem. Kangal is available both on Ethereum and Binance Smart Chain Mainnet.",
- "explorer": "https://etherscan.io/token/0x6e765d26388a17a6e86c49a8e41df3f58abcd337",
- "status": "active",
- "id": "0x6E765D26388A17A6e86c49A8E41DF3F58aBcd337"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6E765D26388A17A6e86c49A8E41DF3F58aBcd337/logo.png b/blockchains/ethereum/assets/0x6E765D26388A17A6e86c49A8E41DF3F58aBcd337/logo.png
deleted file mode 100644
index 908a48651853f..0000000000000
Binary files a/blockchains/ethereum/assets/0x6E765D26388A17A6e86c49A8E41DF3F58aBcd337/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6EA53dfc58C5cbf68a799EdD208cb3A905db5939/info.json b/blockchains/ethereum/assets/0x6EA53dfc58C5cbf68a799EdD208cb3A905db5939/info.json
deleted file mode 100644
index 7b5a8f5c3b748..0000000000000
--- a/blockchains/ethereum/assets/0x6EA53dfc58C5cbf68a799EdD208cb3A905db5939/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EthereumeRush",
- "symbol": "EER",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6EA53dfc58C5cbf68a799EdD208cb3A905db5939",
- "status": "abandoned",
- "id": "0x6EA53dfc58C5cbf68a799EdD208cb3A905db5939"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6EA53dfc58C5cbf68a799EdD208cb3A905db5939/logo.png b/blockchains/ethereum/assets/0x6EA53dfc58C5cbf68a799EdD208cb3A905db5939/logo.png
deleted file mode 100644
index ff72579e63602..0000000000000
Binary files a/blockchains/ethereum/assets/0x6EA53dfc58C5cbf68a799EdD208cb3A905db5939/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6EB678CcBfA5CFbea98C94510B2543e2E7E1fd44/info.json b/blockchains/ethereum/assets/0x6EB678CcBfA5CFbea98C94510B2543e2E7E1fd44/info.json
deleted file mode 100644
index 3cfbe729c9bfa..0000000000000
--- a/blockchains/ethereum/assets/0x6EB678CcBfA5CFbea98C94510B2543e2E7E1fd44/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NLC Token",
- "symbol": "NLC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6EB678CcBfA5CFbea98C94510B2543e2E7E1fd44",
- "status": "abandoned",
- "id": "0x6EB678CcBfA5CFbea98C94510B2543e2E7E1fd44"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6EB678CcBfA5CFbea98C94510B2543e2E7E1fd44/logo.png b/blockchains/ethereum/assets/0x6EB678CcBfA5CFbea98C94510B2543e2E7E1fd44/logo.png
deleted file mode 100644
index 1a34c5acc471b..0000000000000
Binary files a/blockchains/ethereum/assets/0x6EB678CcBfA5CFbea98C94510B2543e2E7E1fd44/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6EC8a24CaBdc339A06a172F8223ea557055aDAa5/info.json b/blockchains/ethereum/assets/0x6EC8a24CaBdc339A06a172F8223ea557055aDAa5/info.json
deleted file mode 100644
index 8d5053fe1e8e6..0000000000000
--- a/blockchains/ethereum/assets/0x6EC8a24CaBdc339A06a172F8223ea557055aDAa5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Genaro X",
- "symbol": "GNX",
- "type": "ERC20",
- "decimals": 9,
- "description": "The Genaro Network is the first Turing-complete public blockchain combining peer-to-peer storage with a sustainable consensus mechanism. Genaro's mixed consensus uses SPoR and PoS, ensuring stronger performance and security.",
- "website": "https://genaro.network/en",
- "explorer": "https://etherscan.io/token/0x6EC8a24CaBdc339A06a172F8223ea557055aDAa5",
- "status": "active",
- "id": "0x6EC8a24CaBdc339A06a172F8223ea557055aDAa5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6EC8a24CaBdc339A06a172F8223ea557055aDAa5/logo.png b/blockchains/ethereum/assets/0x6EC8a24CaBdc339A06a172F8223ea557055aDAa5/logo.png
deleted file mode 100644
index 05e864b8a10d6..0000000000000
Binary files a/blockchains/ethereum/assets/0x6EC8a24CaBdc339A06a172F8223ea557055aDAa5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6Eb53a6B9dF66A4B1D6a9fcCd6C530E1fbaCCea9/info.json b/blockchains/ethereum/assets/0x6Eb53a6B9dF66A4B1D6a9fcCd6C530E1fbaCCea9/info.json
deleted file mode 100644
index e8cfbd1631f64..0000000000000
--- a/blockchains/ethereum/assets/0x6Eb53a6B9dF66A4B1D6a9fcCd6C530E1fbaCCea9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CREDITCRYPTO",
- "symbol": "CREDIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6Eb53a6B9dF66A4B1D6a9fcCd6C530E1fbaCCea9",
- "status": "abandoned",
- "id": "0x6Eb53a6B9dF66A4B1D6a9fcCd6C530E1fbaCCea9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6Eb53a6B9dF66A4B1D6a9fcCd6C530E1fbaCCea9/logo.png b/blockchains/ethereum/assets/0x6Eb53a6B9dF66A4B1D6a9fcCd6C530E1fbaCCea9/logo.png
deleted file mode 100644
index 1a57687024567..0000000000000
Binary files a/blockchains/ethereum/assets/0x6Eb53a6B9dF66A4B1D6a9fcCd6C530E1fbaCCea9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6EbeAf8e8E946F0716E6533A6f2cefc83f60e8Ab/info.json b/blockchains/ethereum/assets/0x6EbeAf8e8E946F0716E6533A6f2cefc83f60e8Ab/info.json
deleted file mode 100644
index 95ac80031b9ab..0000000000000
--- a/blockchains/ethereum/assets/0x6EbeAf8e8E946F0716E6533A6f2cefc83f60e8Ab/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gods Unchained",
- "symbol": "GODS",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6EbeAf8e8E946F0716E6533A6f2cefc83f60e8Ab",
- "status": "abandoned",
- "id": "0x6EbeAf8e8E946F0716E6533A6f2cefc83f60e8Ab"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6EbeAf8e8E946F0716E6533A6f2cefc83f60e8Ab/logo.png b/blockchains/ethereum/assets/0x6EbeAf8e8E946F0716E6533A6f2cefc83f60e8Ab/logo.png
deleted file mode 100755
index c3d7e0dfb7c7b..0000000000000
Binary files a/blockchains/ethereum/assets/0x6EbeAf8e8E946F0716E6533A6f2cefc83f60e8Ab/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6Ee0f7BB50a54AB5253dA0667B0Dc2ee526C30a8/info.json b/blockchains/ethereum/assets/0x6Ee0f7BB50a54AB5253dA0667B0Dc2ee526C30a8/info.json
deleted file mode 100644
index 8c7f8d8c0186e..0000000000000
--- a/blockchains/ethereum/assets/0x6Ee0f7BB50a54AB5253dA0667B0Dc2ee526C30a8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave BUSD V1",
- "symbol": "aBUSD V1",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave BUSD V1 is an interest bearing token pegged 1:1 to the underlying BUSD deposited in Aave V1. aBUSD V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x6Ee0f7BB50a54AB5253dA0667B0Dc2ee526C30a8",
- "status": "active",
- "id": "0x6Ee0f7BB50a54AB5253dA0667B0Dc2ee526C30a8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6Ee0f7BB50a54AB5253dA0667B0Dc2ee526C30a8/logo.png b/blockchains/ethereum/assets/0x6Ee0f7BB50a54AB5253dA0667B0Dc2ee526C30a8/logo.png
deleted file mode 100644
index d358ca8c7f862..0000000000000
Binary files a/blockchains/ethereum/assets/0x6Ee0f7BB50a54AB5253dA0667B0Dc2ee526C30a8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6Ef5febbD2A56FAb23f18a69d3fB9F4E2A70440B/info.json b/blockchains/ethereum/assets/0x6Ef5febbD2A56FAb23f18a69d3fB9F4E2A70440B/info.json
deleted file mode 100644
index f0ae98065790d..0000000000000
--- a/blockchains/ethereum/assets/0x6Ef5febbD2A56FAb23f18a69d3fB9F4E2A70440B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Intercoin",
- "symbol": "ITR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Building a next-gen scalable crypto payment platform.",
- "website": "https://global.intercoin.org/",
- "explorer": "https://etherscan.io/token/0x6Ef5febbD2A56FAb23f18a69d3fB9F4E2A70440B",
- "status": "active",
- "id": "0x6Ef5febbD2A56FAb23f18a69d3fB9F4E2A70440B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6Ef5febbD2A56FAb23f18a69d3fB9F4E2A70440B/logo.png b/blockchains/ethereum/assets/0x6Ef5febbD2A56FAb23f18a69d3fB9F4E2A70440B/logo.png
deleted file mode 100644
index 448f502ea742c..0000000000000
Binary files a/blockchains/ethereum/assets/0x6Ef5febbD2A56FAb23f18a69d3fB9F4E2A70440B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6F02055E3541DD74A1aBD8692116c22fFAFaDc5D/info.json b/blockchains/ethereum/assets/0x6F02055E3541DD74A1aBD8692116c22fFAFaDc5D/info.json
deleted file mode 100644
index 268c1ef3f6e88..0000000000000
--- a/blockchains/ethereum/assets/0x6F02055E3541DD74A1aBD8692116c22fFAFaDc5D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TBC Mart Token",
- "symbol": "TMT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://tbcmartoken.store",
- "explorer": "https://etherscan.io/token/0x6F02055E3541DD74A1aBD8692116c22fFAFaDc5D",
- "status": "abandoned",
- "id": "0x6F02055E3541DD74A1aBD8692116c22fFAFaDc5D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6F02055E3541DD74A1aBD8692116c22fFAFaDc5D/logo.png b/blockchains/ethereum/assets/0x6F02055E3541DD74A1aBD8692116c22fFAFaDc5D/logo.png
deleted file mode 100644
index 0e3bd1d83e98a..0000000000000
Binary files a/blockchains/ethereum/assets/0x6F02055E3541DD74A1aBD8692116c22fFAFaDc5D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6F3009663470475F0749A6b76195375f95495fcB/info.json b/blockchains/ethereum/assets/0x6F3009663470475F0749A6b76195375f95495fcB/info.json
deleted file mode 100644
index ded85a8ed7e0f..0000000000000
--- a/blockchains/ethereum/assets/0x6F3009663470475F0749A6b76195375f95495fcB/info.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "HATCH",
- "website": "https://hatchdao.finance",
- "description": "HatchDAO is a universal repository for researchers and developers to experiment with various decentralized consensus protocols in DAO’s",
- "explorer": "https://etherscan.io/token/0x6F3009663470475F0749A6b76195375f95495fcB",
- "research": "https://etherscan.io/token/0x6f3009663470475f0749a6b76195375f95495fcb",
- "type": "ERC20",
- "symbol": "HATCH",
- "decimals": 18,
- "status": "active",
- "id": "0x6F3009663470475F0749A6b76195375f95495fcB",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/HatchDAO/HatchDAO-Token"
- },
- {
- "name": "whitepaper",
- "url": "https://pdfhost.io/v/sizGm.REJ_HatchDao_WPpdf.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6F3009663470475F0749A6b76195375f95495fcB/logo.png b/blockchains/ethereum/assets/0x6F3009663470475F0749A6b76195375f95495fcB/logo.png
deleted file mode 100644
index 342630158fefe..0000000000000
Binary files a/blockchains/ethereum/assets/0x6F3009663470475F0749A6b76195375f95495fcB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6F371CA338bbddd0baF719E1D5d0797cCE20774f/info.json b/blockchains/ethereum/assets/0x6F371CA338bbddd0baF719E1D5d0797cCE20774f/info.json
deleted file mode 100644
index c535cb40334d9..0000000000000
--- a/blockchains/ethereum/assets/0x6F371CA338bbddd0baF719E1D5d0797cCE20774f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethereum Rush",
- "symbol": "ETR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6F371CA338bbddd0baF719E1D5d0797cCE20774f",
- "status": "abandoned",
- "id": "0x6F371CA338bbddd0baF719E1D5d0797cCE20774f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6F371CA338bbddd0baF719E1D5d0797cCE20774f/logo.png b/blockchains/ethereum/assets/0x6F371CA338bbddd0baF719E1D5d0797cCE20774f/logo.png
deleted file mode 100644
index ff72579e63602..0000000000000
Binary files a/blockchains/ethereum/assets/0x6F371CA338bbddd0baF719E1D5d0797cCE20774f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6F52dac9dC6676BB199d0d10BbEdbF05628A554A/info.json b/blockchains/ethereum/assets/0x6F52dac9dC6676BB199d0d10BbEdbF05628A554A/info.json
deleted file mode 100644
index 6ce868301cf80..0000000000000
--- a/blockchains/ethereum/assets/0x6F52dac9dC6676BB199d0d10BbEdbF05628A554A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UFC Oficial",
- "symbol": "UFC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6F52dac9dC6676BB199d0d10BbEdbF05628A554A",
- "status": "abandoned",
- "id": "0x6F52dac9dC6676BB199d0d10BbEdbF05628A554A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6F52dac9dC6676BB199d0d10BbEdbF05628A554A/logo.png b/blockchains/ethereum/assets/0x6F52dac9dC6676BB199d0d10BbEdbF05628A554A/logo.png
deleted file mode 100644
index 0ec848ce393e5..0000000000000
Binary files a/blockchains/ethereum/assets/0x6F52dac9dC6676BB199d0d10BbEdbF05628A554A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6F6DEb5db0C4994A8283A01D6CFeEB27Fc3bBe9C/info.json b/blockchains/ethereum/assets/0x6F6DEb5db0C4994A8283A01D6CFeEB27Fc3bBe9C/info.json
deleted file mode 100644
index fa8647cd0b9cc..0000000000000
--- a/blockchains/ethereum/assets/0x6F6DEb5db0C4994A8283A01D6CFeEB27Fc3bBe9C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SmartBillions Token",
- "symbol": "Smart",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6F6DEb5db0C4994A8283A01D6CFeEB27Fc3bBe9C",
- "status": "abandoned",
- "id": "0x6F6DEb5db0C4994A8283A01D6CFeEB27Fc3bBe9C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6F6DEb5db0C4994A8283A01D6CFeEB27Fc3bBe9C/logo.png b/blockchains/ethereum/assets/0x6F6DEb5db0C4994A8283A01D6CFeEB27Fc3bBe9C/logo.png
deleted file mode 100755
index 5ca84fea602dd..0000000000000
Binary files a/blockchains/ethereum/assets/0x6F6DEb5db0C4994A8283A01D6CFeEB27Fc3bBe9C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6F6d15e2DAbD182c7C0830dB1bDfF1f920b57ffA/info.json b/blockchains/ethereum/assets/0x6F6d15e2DAbD182c7C0830dB1bDfF1f920b57ffA/info.json
deleted file mode 100644
index 71a19367406a7..0000000000000
--- a/blockchains/ethereum/assets/0x6F6d15e2DAbD182c7C0830dB1bDfF1f920b57ffA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ODE",
- "website": "https://ode.money",
- "description": "ODE is a digital currency of the new financial ecosystem designed for branchless banking and financial institutions. ODE offers individual retirement account (dIRA), which is the first time in the world savings with cryptocurrency. This is a decentralized finance (DeFi) product.",
- "explorer": "https://etherscan.io/token/0x6F6d15e2DAbD182c7C0830dB1bDfF1f920b57ffA",
- "type": "ERC20",
- "symbol": "ODE",
- "decimals": 2,
- "status": "active",
- "id": "0x6F6d15e2DAbD182c7C0830dB1bDfF1f920b57ffA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6F6d15e2DAbD182c7C0830dB1bDfF1f920b57ffA/logo.png b/blockchains/ethereum/assets/0x6F6d15e2DAbD182c7C0830dB1bDfF1f920b57ffA/logo.png
deleted file mode 100644
index 9a6195550eb95..0000000000000
Binary files a/blockchains/ethereum/assets/0x6F6d15e2DAbD182c7C0830dB1bDfF1f920b57ffA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6F6eef16939b8327d53afdcaF08a72bba99c1A7F/info.json b/blockchains/ethereum/assets/0x6F6eef16939b8327d53afdcaF08a72bba99c1A7F/info.json
deleted file mode 100644
index f6ad037db81f6..0000000000000
--- a/blockchains/ethereum/assets/0x6F6eef16939b8327d53afdcaF08a72bba99c1A7F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KANGB INTL",
- "symbol": "KBI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6F6eef16939b8327d53afdcaF08a72bba99c1A7F",
- "status": "abandoned",
- "id": "0x6F6eef16939b8327d53afdcaF08a72bba99c1A7F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6F6eef16939b8327d53afdcaF08a72bba99c1A7F/logo.png b/blockchains/ethereum/assets/0x6F6eef16939b8327d53afdcaF08a72bba99c1A7F/logo.png
deleted file mode 100644
index ee5644c5b9d55..0000000000000
Binary files a/blockchains/ethereum/assets/0x6F6eef16939b8327d53afdcaF08a72bba99c1A7F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6F8591c960f41591097E9199E61441beA28D776A/info.json b/blockchains/ethereum/assets/0x6F8591c960f41591097E9199E61441beA28D776A/info.json
deleted file mode 100644
index 11126498747eb..0000000000000
--- a/blockchains/ethereum/assets/0x6F8591c960f41591097E9199E61441beA28D776A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Eco Care Organic Token",
- "symbol": "ECOT",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6F8591c960f41591097E9199E61441beA28D776A",
- "status": "abandoned",
- "id": "0x6F8591c960f41591097E9199E61441beA28D776A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6F8591c960f41591097E9199E61441beA28D776A/logo.png b/blockchains/ethereum/assets/0x6F8591c960f41591097E9199E61441beA28D776A/logo.png
deleted file mode 100644
index 7dda736bbb7b6..0000000000000
Binary files a/blockchains/ethereum/assets/0x6F8591c960f41591097E9199E61441beA28D776A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6F87D756DAf0503d08Eb8993686c7Fc01Dc44fB1/info.json b/blockchains/ethereum/assets/0x6F87D756DAf0503d08Eb8993686c7Fc01Dc44fB1/info.json
deleted file mode 100644
index 800e84412b8cd..0000000000000
--- a/blockchains/ethereum/assets/0x6F87D756DAf0503d08Eb8993686c7Fc01Dc44fB1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UniTrade",
- "website": "https://unitrade.app",
- "description": "UniTrade is a completely decentralized trading platform in the DeFi space that is built on top of UniSwap liquidity pools and requires no KYC, no accounts, and has no trading limits.",
- "explorer": "https://etherscan.io/token/0x6F87D756DAf0503d08Eb8993686c7Fc01Dc44fB1",
- "type": "ERC20",
- "symbol": "TRADE",
- "decimals": 18,
- "status": "active",
- "id": "0x6F87D756DAf0503d08Eb8993686c7Fc01Dc44fB1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6F87D756DAf0503d08Eb8993686c7Fc01Dc44fB1/logo.png b/blockchains/ethereum/assets/0x6F87D756DAf0503d08Eb8993686c7Fc01Dc44fB1/logo.png
deleted file mode 100644
index 6f5a913027b98..0000000000000
Binary files a/blockchains/ethereum/assets/0x6F87D756DAf0503d08Eb8993686c7Fc01Dc44fB1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6F919D67967a97EA36195A2346d9244E60FE0dDB/info.json b/blockchains/ethereum/assets/0x6F919D67967a97EA36195A2346d9244E60FE0dDB/info.json
deleted file mode 100644
index 4d133b39a32b7..0000000000000
--- a/blockchains/ethereum/assets/0x6F919D67967a97EA36195A2346d9244E60FE0dDB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blockcloud",
- "symbol": "BLOC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Blockcloud (BLOC) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.block-cloud.io",
- "explorer": "https://etherscan.io/token/0x6F919D67967a97EA36195A2346d9244E60FE0dDB",
- "status": "active",
- "id": "0x6F919D67967a97EA36195A2346d9244E60FE0dDB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6F919D67967a97EA36195A2346d9244E60FE0dDB/logo.png b/blockchains/ethereum/assets/0x6F919D67967a97EA36195A2346d9244E60FE0dDB/logo.png
deleted file mode 100644
index 5d5e733225d58..0000000000000
Binary files a/blockchains/ethereum/assets/0x6F919D67967a97EA36195A2346d9244E60FE0dDB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6FBF4e57EC93cDd33c74762f7d99694228a68Cd2/info.json b/blockchains/ethereum/assets/0x6FBF4e57EC93cDd33c74762f7d99694228a68Cd2/info.json
deleted file mode 100644
index 172efb17bb13e..0000000000000
--- a/blockchains/ethereum/assets/0x6FBF4e57EC93cDd33c74762f7d99694228a68Cd2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BLANK",
- "symbol": "BLK",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6FBF4e57EC93cDd33c74762f7d99694228a68Cd2",
- "status": "abandoned",
- "id": "0x6FBF4e57EC93cDd33c74762f7d99694228a68Cd2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6FBF4e57EC93cDd33c74762f7d99694228a68Cd2/logo.png b/blockchains/ethereum/assets/0x6FBF4e57EC93cDd33c74762f7d99694228a68Cd2/logo.png
deleted file mode 100644
index 7608099e6c84e..0000000000000
Binary files a/blockchains/ethereum/assets/0x6FBF4e57EC93cDd33c74762f7d99694228a68Cd2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6FC2A052f82d0f8B5d774f8EF8B30Fe933ce9953/info.json b/blockchains/ethereum/assets/0x6FC2A052f82d0f8B5d774f8EF8B30Fe933ce9953/info.json
deleted file mode 100644
index ac1e0938d3965..0000000000000
--- a/blockchains/ethereum/assets/0x6FC2A052f82d0f8B5d774f8EF8B30Fe933ce9953/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DMSCOIN",
- "symbol": "DMS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6FC2A052f82d0f8B5d774f8EF8B30Fe933ce9953",
- "status": "abandoned",
- "id": "0x6FC2A052f82d0f8B5d774f8EF8B30Fe933ce9953"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6FC2A052f82d0f8B5d774f8EF8B30Fe933ce9953/logo.png b/blockchains/ethereum/assets/0x6FC2A052f82d0f8B5d774f8EF8B30Fe933ce9953/logo.png
deleted file mode 100755
index 86ba41cbef143..0000000000000
Binary files a/blockchains/ethereum/assets/0x6FC2A052f82d0f8B5d774f8EF8B30Fe933ce9953/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6FCE4A401B6B80ACe52baAefE4421Bd188e76F6f/info.json b/blockchains/ethereum/assets/0x6FCE4A401B6B80ACe52baAefE4421Bd188e76F6f/info.json
deleted file mode 100644
index b14c6d19fffb1..0000000000000
--- a/blockchains/ethereum/assets/0x6FCE4A401B6B80ACe52baAefE4421Bd188e76F6f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave MANA V1",
- "symbol": "aMANA V1",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave MANA V1 is an interest bearing token pegged 1:1 to the underlying MANA deposited in Aave V1. aMANA V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x6FCE4A401B6B80ACe52baAefE4421Bd188e76F6f",
- "status": "abandoned",
- "id": "0x6FCE4A401B6B80ACe52baAefE4421Bd188e76F6f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6FCE4A401B6B80ACe52baAefE4421Bd188e76F6f/logo.png b/blockchains/ethereum/assets/0x6FCE4A401B6B80ACe52baAefE4421Bd188e76F6f/logo.png
deleted file mode 100644
index 6a5925e7c1654..0000000000000
Binary files a/blockchains/ethereum/assets/0x6FCE4A401B6B80ACe52baAefE4421Bd188e76F6f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6FD695e4524209c92029E908F8A38A6eCd15337E/info.json b/blockchains/ethereum/assets/0x6FD695e4524209c92029E908F8A38A6eCd15337E/info.json
deleted file mode 100644
index 7cb129eb55731..0000000000000
--- a/blockchains/ethereum/assets/0x6FD695e4524209c92029E908F8A38A6eCd15337E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "जोह्_Token",
- "symbol": "JOH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6FD695e4524209c92029E908F8A38A6eCd15337E",
- "status": "abandoned",
- "id": "0x6FD695e4524209c92029E908F8A38A6eCd15337E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6FD695e4524209c92029E908F8A38A6eCd15337E/logo.png b/blockchains/ethereum/assets/0x6FD695e4524209c92029E908F8A38A6eCd15337E/logo.png
deleted file mode 100644
index 92e1f1630d2cf..0000000000000
Binary files a/blockchains/ethereum/assets/0x6FD695e4524209c92029E908F8A38A6eCd15337E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6FE2B5f6798C9D5D6aebE1335BbF03080aceE7Dc/info.json b/blockchains/ethereum/assets/0x6FE2B5f6798C9D5D6aebE1335BbF03080aceE7Dc/info.json
deleted file mode 100644
index c0fa16a7a0b98..0000000000000
--- a/blockchains/ethereum/assets/0x6FE2B5f6798C9D5D6aebE1335BbF03080aceE7Dc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TokenMakerOrg",
- "symbol": "TMO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6FE2B5f6798C9D5D6aebE1335BbF03080aceE7Dc",
- "status": "abandoned",
- "id": "0x6FE2B5f6798C9D5D6aebE1335BbF03080aceE7Dc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6FE2B5f6798C9D5D6aebE1335BbF03080aceE7Dc/logo.png b/blockchains/ethereum/assets/0x6FE2B5f6798C9D5D6aebE1335BbF03080aceE7Dc/logo.png
deleted file mode 100644
index 8ae8f04365a33..0000000000000
Binary files a/blockchains/ethereum/assets/0x6FE2B5f6798C9D5D6aebE1335BbF03080aceE7Dc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6Fa4255fae82B80D2B8FA97e544Ae9D20456b29a/info.json b/blockchains/ethereum/assets/0x6Fa4255fae82B80D2B8FA97e544Ae9D20456b29a/info.json
deleted file mode 100644
index 66301bd6b8f6a..0000000000000
--- a/blockchains/ethereum/assets/0x6Fa4255fae82B80D2B8FA97e544Ae9D20456b29a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "door of future11",
- "symbol": "DOFX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6Fa4255fae82B80D2B8FA97e544Ae9D20456b29a",
- "status": "abandoned",
- "id": "0x6Fa4255fae82B80D2B8FA97e544Ae9D20456b29a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6Fa4255fae82B80D2B8FA97e544Ae9D20456b29a/logo.png b/blockchains/ethereum/assets/0x6Fa4255fae82B80D2B8FA97e544Ae9D20456b29a/logo.png
deleted file mode 100644
index fa037c1777236..0000000000000
Binary files a/blockchains/ethereum/assets/0x6Fa4255fae82B80D2B8FA97e544Ae9D20456b29a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6Faa826aF0568d1866Fca570dA79B318ef114dAb/info.json b/blockchains/ethereum/assets/0x6Faa826aF0568d1866Fca570dA79B318ef114dAb/info.json
deleted file mode 100644
index 588809628d5fc..0000000000000
--- a/blockchains/ethereum/assets/0x6Faa826aF0568d1866Fca570dA79B318ef114dAb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "B21 Token",
- "symbol": "B21",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6Faa826aF0568d1866Fca570dA79B318ef114dAb",
- "status": "abandoned",
- "id": "0x6Faa826aF0568d1866Fca570dA79B318ef114dAb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6Faa826aF0568d1866Fca570dA79B318ef114dAb/logo.png b/blockchains/ethereum/assets/0x6Faa826aF0568d1866Fca570dA79B318ef114dAb/logo.png
deleted file mode 100755
index f7ed7a8262907..0000000000000
Binary files a/blockchains/ethereum/assets/0x6Faa826aF0568d1866Fca570dA79B318ef114dAb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6Fb0855c404E09c47C3fBCA25f08d4E41f9F062f/info.json b/blockchains/ethereum/assets/0x6Fb0855c404E09c47C3fBCA25f08d4E41f9F062f/info.json
deleted file mode 100644
index 4b84eeabdd370..0000000000000
--- a/blockchains/ethereum/assets/0x6Fb0855c404E09c47C3fBCA25f08d4E41f9F062f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave ZRX V1",
- "symbol": "aZRX V1",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave ZRX V1 is an interest bearing token pegged 1:1 to the underlying ZRX deposited in Aave V1. aZRX V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x6Fb0855c404E09c47C3fBCA25f08d4E41f9F062f",
- "status": "abandoned",
- "id": "0x6Fb0855c404E09c47C3fBCA25f08d4E41f9F062f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6Fb0855c404E09c47C3fBCA25f08d4E41f9F062f/logo.png b/blockchains/ethereum/assets/0x6Fb0855c404E09c47C3fBCA25f08d4E41f9F062f/logo.png
deleted file mode 100644
index af590bc1e7808..0000000000000
Binary files a/blockchains/ethereum/assets/0x6Fb0855c404E09c47C3fBCA25f08d4E41f9F062f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6FeBdFC0A9d9502C45343fCE0dF08828dEF44795/info.json b/blockchains/ethereum/assets/0x6FeBdFC0A9d9502C45343fCE0dF08828dEF44795/info.json
deleted file mode 100644
index 8403a7349eefa..0000000000000
--- a/blockchains/ethereum/assets/0x6FeBdFC0A9d9502C45343fCE0dF08828dEF44795/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "3X Short BNB Token",
- "symbol": "BNBBEAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ftx.com/tokens/BNBBEAR",
- "explorer": "https://etherscan.io/token/0x6FeBdFC0A9d9502C45343fCE0dF08828dEF44795",
- "status": "abandoned",
- "id": "0x6FeBdFC0A9d9502C45343fCE0dF08828dEF44795"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6FeBdFC0A9d9502C45343fCE0dF08828dEF44795/logo.png b/blockchains/ethereum/assets/0x6FeBdFC0A9d9502C45343fCE0dF08828dEF44795/logo.png
deleted file mode 100644
index a8cc1f578d450..0000000000000
Binary files a/blockchains/ethereum/assets/0x6FeBdFC0A9d9502C45343fCE0dF08828dEF44795/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6a073DdaBCaec5362B3D2A3290bE80B35397e48B/info.json b/blockchains/ethereum/assets/0x6a073DdaBCaec5362B3D2A3290bE80B35397e48B/info.json
deleted file mode 100644
index 10dcf9a8bd724..0000000000000
--- a/blockchains/ethereum/assets/0x6a073DdaBCaec5362B3D2A3290bE80B35397e48B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pistoletoken",
- "symbol": "ILE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6a073DdaBCaec5362B3D2A3290bE80B35397e48B",
- "status": "abandoned",
- "id": "0x6a073DdaBCaec5362B3D2A3290bE80B35397e48B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6a073DdaBCaec5362B3D2A3290bE80B35397e48B/logo.png b/blockchains/ethereum/assets/0x6a073DdaBCaec5362B3D2A3290bE80B35397e48B/logo.png
deleted file mode 100644
index 028759417751c..0000000000000
Binary files a/blockchains/ethereum/assets/0x6a073DdaBCaec5362B3D2A3290bE80B35397e48B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6a0A97E47d15aAd1D132a1Ac79a480E3F2079063/info.json b/blockchains/ethereum/assets/0x6a0A97E47d15aAd1D132a1Ac79a480E3F2079063/info.json
deleted file mode 100644
index 2b28de0b33fc2..0000000000000
--- a/blockchains/ethereum/assets/0x6a0A97E47d15aAd1D132a1Ac79a480E3F2079063/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WePower Contribution Token",
- "symbol": "WCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6a0A97E47d15aAd1D132a1Ac79a480E3F2079063",
- "status": "abandoned",
- "id": "0x6a0A97E47d15aAd1D132a1Ac79a480E3F2079063"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6a0A97E47d15aAd1D132a1Ac79a480E3F2079063/logo.png b/blockchains/ethereum/assets/0x6a0A97E47d15aAd1D132a1Ac79a480E3F2079063/logo.png
deleted file mode 100644
index 33511f9740fc1..0000000000000
Binary files a/blockchains/ethereum/assets/0x6a0A97E47d15aAd1D132a1Ac79a480E3F2079063/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6a2f414E1298264ecD446D6Bb9Da012760336A4f/info.json b/blockchains/ethereum/assets/0x6a2f414E1298264ecD446D6Bb9Da012760336A4f/info.json
deleted file mode 100644
index 7a8683a178733..0000000000000
--- a/blockchains/ethereum/assets/0x6a2f414E1298264ecD446D6Bb9Da012760336A4f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MikeTangoBravo20",
- "symbol": "MTB20",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6a2f414E1298264ecD446D6Bb9Da012760336A4f",
- "status": "abandoned",
- "id": "0x6a2f414E1298264ecD446D6Bb9Da012760336A4f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6a2f414E1298264ecD446D6Bb9Da012760336A4f/logo.png b/blockchains/ethereum/assets/0x6a2f414E1298264ecD446D6Bb9Da012760336A4f/logo.png
deleted file mode 100644
index d75862f5c9304..0000000000000
Binary files a/blockchains/ethereum/assets/0x6a2f414E1298264ecD446D6Bb9Da012760336A4f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6a33C2C807124Eae26f6188877c15675d3889Ca3/info.json b/blockchains/ethereum/assets/0x6a33C2C807124Eae26f6188877c15675d3889Ca3/info.json
deleted file mode 100644
index b79a4372e7786..0000000000000
--- a/blockchains/ethereum/assets/0x6a33C2C807124Eae26f6188877c15675d3889Ca3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TUNEZ",
- "symbol": "TUNEZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6a33C2C807124Eae26f6188877c15675d3889Ca3",
- "status": "abandoned",
- "id": "0x6a33C2C807124Eae26f6188877c15675d3889Ca3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6a33C2C807124Eae26f6188877c15675d3889Ca3/logo.png b/blockchains/ethereum/assets/0x6a33C2C807124Eae26f6188877c15675d3889Ca3/logo.png
deleted file mode 100644
index c4adc791d445b..0000000000000
Binary files a/blockchains/ethereum/assets/0x6a33C2C807124Eae26f6188877c15675d3889Ca3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6a4C76874e686A7d080D173987A35A9c48905583/info.json b/blockchains/ethereum/assets/0x6a4C76874e686A7d080D173987A35A9c48905583/info.json
deleted file mode 100644
index b6252dedc6429..0000000000000
--- a/blockchains/ethereum/assets/0x6a4C76874e686A7d080D173987A35A9c48905583/info.json
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- "name": "Luxurious Pro Network Token",
- "type": "ERC20",
- "symbol": "LPNT",
- "decimals": 18,
- "website": "https://lpntoken.io",
- "description": "Luxurious Pro Network Token is A high demand ERC20 token for everyone. A big, growing and sustainable community is holding LPNT today. Community of people who want to grow their economy with blockchain.",
- "explorer": "https://etherscan.io/token/0x6a4C76874e686A7d080D173987A35A9c48905583",
- "status": "active",
- "id": "0x6a4C76874e686A7d080D173987A35A9c48905583",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/officialLPNT"
- },
- {
- "name": "github",
- "url": "https://github.com/LPNTOKEN"
- },
- {
- "name": "telegram",
- "url": "https://t.me/LPNT_Official"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/officialLPNT"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UChJkd2crx3fG31LVh5sbDiw/featured"
- },
- {
- "name": "blog",
- "url": "https://blog.lpntoken.io/"
- },
- {
- "name": "whitepaper",
- "url": "https://lpntoken.io/assets/lpnt-io/images/whitepaper-lpntoken.pdf"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/user/lpntokenofficial/"
- },
- {
- "name": "medium",
- "url": "https://lpntoken.medium.com/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/luxurious-pro-network-token/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/luxurious-pro-network-token"
- }
- ],
- "tags": [
- "staking"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6a4C76874e686A7d080D173987A35A9c48905583/logo.png b/blockchains/ethereum/assets/0x6a4C76874e686A7d080D173987A35A9c48905583/logo.png
deleted file mode 100644
index 646089d3436b9..0000000000000
Binary files a/blockchains/ethereum/assets/0x6a4C76874e686A7d080D173987A35A9c48905583/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6a4FFAafa8DD400676Df8076AD6c724867b0e2e8/info.json b/blockchains/ethereum/assets/0x6a4FFAafa8DD400676Df8076AD6c724867b0e2e8/info.json
deleted file mode 100644
index a1afa89a94073..0000000000000
--- a/blockchains/ethereum/assets/0x6a4FFAafa8DD400676Df8076AD6c724867b0e2e8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTU Incentivized DAI",
- "symbol": "bDAI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://btu-protocol.com/bdai/",
- "explorer": "https://etherscan.io/token/0x6a4FFAafa8DD400676Df8076AD6c724867b0e2e8",
- "status": "abandoned",
- "id": "0x6a4FFAafa8DD400676Df8076AD6c724867b0e2e8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6a4FFAafa8DD400676Df8076AD6c724867b0e2e8/logo.png b/blockchains/ethereum/assets/0x6a4FFAafa8DD400676Df8076AD6c724867b0e2e8/logo.png
deleted file mode 100644
index e0cab2485d3c7..0000000000000
Binary files a/blockchains/ethereum/assets/0x6a4FFAafa8DD400676Df8076AD6c724867b0e2e8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6a85f717Aaa16a9050858be9415eB213DFc1957a/info.json b/blockchains/ethereum/assets/0x6a85f717Aaa16a9050858be9415eB213DFc1957a/info.json
deleted file mode 100644
index 863ee6307815b..0000000000000
--- a/blockchains/ethereum/assets/0x6a85f717Aaa16a9050858be9415eB213DFc1957a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Xpress",
- "symbol": "XPT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6a85f717Aaa16a9050858be9415eB213DFc1957a",
- "status": "abandoned",
- "id": "0x6a85f717Aaa16a9050858be9415eB213DFc1957a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6a85f717Aaa16a9050858be9415eB213DFc1957a/logo.png b/blockchains/ethereum/assets/0x6a85f717Aaa16a9050858be9415eB213DFc1957a/logo.png
deleted file mode 100755
index 8fa3ebb40ca90..0000000000000
Binary files a/blockchains/ethereum/assets/0x6a85f717Aaa16a9050858be9415eB213DFc1957a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6a90445976B4a9ad09DE0C1621048483d2f5589F/info.json b/blockchains/ethereum/assets/0x6a90445976B4a9ad09DE0C1621048483d2f5589F/info.json
deleted file mode 100644
index 18c657ec03cb0..0000000000000
--- a/blockchains/ethereum/assets/0x6a90445976B4a9ad09DE0C1621048483d2f5589F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZAI Stablecoin",
- "symbol": "ZAI",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6a90445976B4a9ad09DE0C1621048483d2f5589F",
- "status": "abandoned",
- "id": "0x6a90445976B4a9ad09DE0C1621048483d2f5589F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6a90445976B4a9ad09DE0C1621048483d2f5589F/logo.png b/blockchains/ethereum/assets/0x6a90445976B4a9ad09DE0C1621048483d2f5589F/logo.png
deleted file mode 100644
index e6ae5561e51f3..0000000000000
Binary files a/blockchains/ethereum/assets/0x6a90445976B4a9ad09DE0C1621048483d2f5589F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6aB4A7d75B0A42B6Bc83E852daB9E121F9C610Aa/info.json b/blockchains/ethereum/assets/0x6aB4A7d75B0A42B6Bc83E852daB9E121F9C610Aa/info.json
deleted file mode 100644
index 6a23abbf693e6..0000000000000
--- a/blockchains/ethereum/assets/0x6aB4A7d75B0A42B6Bc83E852daB9E121F9C610Aa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Elitium",
- "symbol": "EUM",
- "type": "ERC20",
- "decimals": 18,
- "description": "Elitium provides a luxury lifestyle platform for its clientele using a sustainable cryptocurrency solution.",
- "website": "https://www.elitium.io/",
- "explorer": "https://etherscan.io/token/0x6aB4A7d75B0A42B6Bc83E852daB9E121F9C610Aa",
- "status": "active",
- "id": "0x6aB4A7d75B0A42B6Bc83E852daB9E121F9C610Aa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6aB4A7d75B0A42B6Bc83E852daB9E121F9C610Aa/logo.png b/blockchains/ethereum/assets/0x6aB4A7d75B0A42B6Bc83E852daB9E121F9C610Aa/logo.png
deleted file mode 100644
index 45ce296d19135..0000000000000
Binary files a/blockchains/ethereum/assets/0x6aB4A7d75B0A42B6Bc83E852daB9E121F9C610Aa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6aBb492D778903be5fb8922e076cA5e337E29062/info.json b/blockchains/ethereum/assets/0x6aBb492D778903be5fb8922e076cA5e337E29062/info.json
deleted file mode 100644
index 7ba3a2e5fa9c2..0000000000000
--- a/blockchains/ethereum/assets/0x6aBb492D778903be5fb8922e076cA5e337E29062/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cashpayz Token",
- "symbol": "CPC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6aBb492D778903be5fb8922e076cA5e337E29062",
- "status": "abandoned",
- "id": "0x6aBb492D778903be5fb8922e076cA5e337E29062"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6aBb492D778903be5fb8922e076cA5e337E29062/logo.png b/blockchains/ethereum/assets/0x6aBb492D778903be5fb8922e076cA5e337E29062/logo.png
deleted file mode 100644
index c9a7ffaa4743f..0000000000000
Binary files a/blockchains/ethereum/assets/0x6aBb492D778903be5fb8922e076cA5e337E29062/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6aCf5940974E2a935f3F4e4FEDAc798583eEE826/info.json b/blockchains/ethereum/assets/0x6aCf5940974E2a935f3F4e4FEDAc798583eEE826/info.json
deleted file mode 100644
index cbadda575fd02..0000000000000
--- a/blockchains/ethereum/assets/0x6aCf5940974E2a935f3F4e4FEDAc798583eEE826/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CNAC",
- "symbol": "cnacoin",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6aCf5940974E2a935f3F4e4FEDAc798583eEE826",
- "status": "abandoned",
- "id": "0x6aCf5940974E2a935f3F4e4FEDAc798583eEE826"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6aCf5940974E2a935f3F4e4FEDAc798583eEE826/logo.png b/blockchains/ethereum/assets/0x6aCf5940974E2a935f3F4e4FEDAc798583eEE826/logo.png
deleted file mode 100644
index abf23380e2a14..0000000000000
Binary files a/blockchains/ethereum/assets/0x6aCf5940974E2a935f3F4e4FEDAc798583eEE826/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6aD03307Fd545a68A391F99eFdd31CEC86569A4C/info.json b/blockchains/ethereum/assets/0x6aD03307Fd545a68A391F99eFdd31CEC86569A4C/info.json
deleted file mode 100644
index 8088594cb2122..0000000000000
--- a/blockchains/ethereum/assets/0x6aD03307Fd545a68A391F99eFdd31CEC86569A4C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Stake Street",
- "symbol": "STST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6aD03307Fd545a68A391F99eFdd31CEC86569A4C",
- "status": "abandoned",
- "id": "0x6aD03307Fd545a68A391F99eFdd31CEC86569A4C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6aD03307Fd545a68A391F99eFdd31CEC86569A4C/logo.png b/blockchains/ethereum/assets/0x6aD03307Fd545a68A391F99eFdd31CEC86569A4C/logo.png
deleted file mode 100644
index 9987d3668f13d..0000000000000
Binary files a/blockchains/ethereum/assets/0x6aD03307Fd545a68A391F99eFdd31CEC86569A4C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6aD422DD6035AdC3Fb222334db9c14ED679F5b45/info.json b/blockchains/ethereum/assets/0x6aD422DD6035AdC3Fb222334db9c14ED679F5b45/info.json
deleted file mode 100644
index afa370da370ae..0000000000000
--- a/blockchains/ethereum/assets/0x6aD422DD6035AdC3Fb222334db9c14ED679F5b45/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Interstellar Credits",
- "symbol": "ISC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6aD422DD6035AdC3Fb222334db9c14ED679F5b45",
- "status": "abandoned",
- "id": "0x6aD422DD6035AdC3Fb222334db9c14ED679F5b45"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6aD422DD6035AdC3Fb222334db9c14ED679F5b45/logo.png b/blockchains/ethereum/assets/0x6aD422DD6035AdC3Fb222334db9c14ED679F5b45/logo.png
deleted file mode 100644
index c4c6129d83465..0000000000000
Binary files a/blockchains/ethereum/assets/0x6aD422DD6035AdC3Fb222334db9c14ED679F5b45/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6aD4a493d34149A7F2FB08d24f4481a2f57a1aA8/info.json b/blockchains/ethereum/assets/0x6aD4a493d34149A7F2FB08d24f4481a2f57a1aA8/info.json
deleted file mode 100644
index dc3428a0e3a58..0000000000000
--- a/blockchains/ethereum/assets/0x6aD4a493d34149A7F2FB08d24f4481a2f57a1aA8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-19/30M79",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6aD4a493d34149A7F2FB08d24f4481a2f57a1aA8",
- "status": "abandoned",
- "id": "0x6aD4a493d34149A7F2FB08d24f4481a2f57a1aA8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6aD4a493d34149A7F2FB08d24f4481a2f57a1aA8/logo.png b/blockchains/ethereum/assets/0x6aD4a493d34149A7F2FB08d24f4481a2f57a1aA8/logo.png
deleted file mode 100644
index 7beb516a7e869..0000000000000
Binary files a/blockchains/ethereum/assets/0x6aD4a493d34149A7F2FB08d24f4481a2f57a1aA8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6aEB95F06CDA84cA345c2dE0F3B7f96923a44f4c/info.json b/blockchains/ethereum/assets/0x6aEB95F06CDA84cA345c2dE0F3B7f96923a44f4c/info.json
deleted file mode 100644
index 93763debb5dfe..0000000000000
--- a/blockchains/ethereum/assets/0x6aEB95F06CDA84cA345c2dE0F3B7f96923a44f4c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Berry",
- "symbol": "BERRY",
- "type": "ERC20",
- "decimals": 14,
- "description": "Rentberry offers users a fully operational long-term rental platform. It leverages blockchain technology to ensure seamless rental experience.",
- "website": "https://rentberry.com/",
- "explorer": "https://etherscan.io/token/0x6aEB95F06CDA84cA345c2dE0F3B7f96923a44f4c",
- "status": "active",
- "id": "0x6aEB95F06CDA84cA345c2dE0F3B7f96923a44f4c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6aEB95F06CDA84cA345c2dE0F3B7f96923a44f4c/logo.png b/blockchains/ethereum/assets/0x6aEB95F06CDA84cA345c2dE0F3B7f96923a44f4c/logo.png
deleted file mode 100644
index a2d2cc3504db6..0000000000000
Binary files a/blockchains/ethereum/assets/0x6aEB95F06CDA84cA345c2dE0F3B7f96923a44f4c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6aEDbF8dFF31437220dF351950Ba2a3362168d1b/info.json b/blockchains/ethereum/assets/0x6aEDbF8dFF31437220dF351950Ba2a3362168d1b/info.json
deleted file mode 100644
index 97b46517086ab..0000000000000
--- a/blockchains/ethereum/assets/0x6aEDbF8dFF31437220dF351950Ba2a3362168d1b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dragonglass",
- "symbol": "DGS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://dragonglass.com/",
- "explorer": "https://etherscan.io/token/0x6aEDbF8dFF31437220dF351950Ba2a3362168d1b",
- "status": "abandoned",
- "id": "0x6aEDbF8dFF31437220dF351950Ba2a3362168d1b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6aEDbF8dFF31437220dF351950Ba2a3362168d1b/logo.png b/blockchains/ethereum/assets/0x6aEDbF8dFF31437220dF351950Ba2a3362168d1b/logo.png
deleted file mode 100644
index 15eb95d36675c..0000000000000
Binary files a/blockchains/ethereum/assets/0x6aEDbF8dFF31437220dF351950Ba2a3362168d1b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6ad5A90C31e1fE76E3A5Df21AFf3B736c3Bc3820/info.json b/blockchains/ethereum/assets/0x6ad5A90C31e1fE76E3A5Df21AFf3B736c3Bc3820/info.json
deleted file mode 100644
index bb5e6ddbeba4f..0000000000000
--- a/blockchains/ethereum/assets/0x6ad5A90C31e1fE76E3A5Df21AFf3B736c3Bc3820/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Patent Coin",
- "symbol": "XPT",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6ad5A90C31e1fE76E3A5Df21AFf3B736c3Bc3820",
- "status": "abandoned",
- "id": "0x6ad5A90C31e1fE76E3A5Df21AFf3B736c3Bc3820"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6ad5A90C31e1fE76E3A5Df21AFf3B736c3Bc3820/logo.png b/blockchains/ethereum/assets/0x6ad5A90C31e1fE76E3A5Df21AFf3B736c3Bc3820/logo.png
deleted file mode 100644
index 6a8d4a444dfbb..0000000000000
Binary files a/blockchains/ethereum/assets/0x6ad5A90C31e1fE76E3A5Df21AFf3B736c3Bc3820/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6b048D884188895EbA104645Ee6fFa093fe80a07/info.json b/blockchains/ethereum/assets/0x6b048D884188895EbA104645Ee6fFa093fe80a07/info.json
deleted file mode 100644
index 16f83cf9086e4..0000000000000
--- a/blockchains/ethereum/assets/0x6b048D884188895EbA104645Ee6fFa093fe80a07/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Erazer Token",
- "symbol": "ERAZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6b048D884188895EbA104645Ee6fFa093fe80a07",
- "status": "abandoned",
- "id": "0x6b048D884188895EbA104645Ee6fFa093fe80a07"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6b048D884188895EbA104645Ee6fFa093fe80a07/logo.png b/blockchains/ethereum/assets/0x6b048D884188895EbA104645Ee6fFa093fe80a07/logo.png
deleted file mode 100644
index b3e8982fa56fa..0000000000000
Binary files a/blockchains/ethereum/assets/0x6b048D884188895EbA104645Ee6fFa093fe80a07/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6b193e107A773967bD821bCf8218f3548Cfa2503/info.json b/blockchains/ethereum/assets/0x6b193e107A773967bD821bCf8218f3548Cfa2503/info.json
deleted file mode 100644
index fe957088f04ad..0000000000000
--- a/blockchains/ethereum/assets/0x6b193e107A773967bD821bCf8218f3548Cfa2503/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Posscoin",
- "symbol": "POSS",
- "type": "ERC20",
- "decimals": 18,
- "description": "Posscoin (POSS) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.posscoin.org",
- "explorer": "https://etherscan.io/token/0x6b193e107A773967bD821bCf8218f3548Cfa2503",
- "status": "active",
- "id": "0x6b193e107A773967bD821bCf8218f3548Cfa2503"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6b193e107A773967bD821bCf8218f3548Cfa2503/logo.png b/blockchains/ethereum/assets/0x6b193e107A773967bD821bCf8218f3548Cfa2503/logo.png
deleted file mode 100644
index 69217b29c0c1a..0000000000000
Binary files a/blockchains/ethereum/assets/0x6b193e107A773967bD821bCf8218f3548Cfa2503/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6b414584f7DD3750a0D61b4b8692242A7dEBee06/info.json b/blockchains/ethereum/assets/0x6b414584f7DD3750a0D61b4b8692242A7dEBee06/info.json
deleted file mode 100644
index 33e25dd726b82..0000000000000
--- a/blockchains/ethereum/assets/0x6b414584f7DD3750a0D61b4b8692242A7dEBee06/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XGoldToken",
- "symbol": "XGT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6b414584f7DD3750a0D61b4b8692242A7dEBee06",
- "status": "abandoned",
- "id": "0x6b414584f7DD3750a0D61b4b8692242A7dEBee06"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6b414584f7DD3750a0D61b4b8692242A7dEBee06/logo.png b/blockchains/ethereum/assets/0x6b414584f7DD3750a0D61b4b8692242A7dEBee06/logo.png
deleted file mode 100755
index 94c0964ef1440..0000000000000
Binary files a/blockchains/ethereum/assets/0x6b414584f7DD3750a0D61b4b8692242A7dEBee06/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6b4689E4514957699eDeB2Ee91C947F18E439806/info.json b/blockchains/ethereum/assets/0x6b4689E4514957699eDeB2Ee91C947F18E439806/info.json
deleted file mode 100644
index 47cb08ff90b57..0000000000000
--- a/blockchains/ethereum/assets/0x6b4689E4514957699eDeB2Ee91C947F18E439806/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZeuxCoin",
- "symbol": "ZUC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.zeux.com/",
- "explorer": "https://etherscan.io/token/0x6b4689E4514957699eDeB2Ee91C947F18E439806",
- "status": "abandoned",
- "id": "0x6b4689E4514957699eDeB2Ee91C947F18E439806"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6b4689E4514957699eDeB2Ee91C947F18E439806/logo.png b/blockchains/ethereum/assets/0x6b4689E4514957699eDeB2Ee91C947F18E439806/logo.png
deleted file mode 100644
index 32b0e91b1ad70..0000000000000
Binary files a/blockchains/ethereum/assets/0x6b4689E4514957699eDeB2Ee91C947F18E439806/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6b60d7285504D73DD88547cf1289c3B5528827d3/info.json b/blockchains/ethereum/assets/0x6b60d7285504D73DD88547cf1289c3B5528827d3/info.json
deleted file mode 100644
index a6c881d7bf846..0000000000000
--- a/blockchains/ethereum/assets/0x6b60d7285504D73DD88547cf1289c3B5528827d3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MaskFactory",
- "symbol": "MFT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6b60d7285504D73DD88547cf1289c3B5528827d3",
- "status": "abandoned",
- "id": "0x6b60d7285504D73DD88547cf1289c3B5528827d3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6b60d7285504D73DD88547cf1289c3B5528827d3/logo.png b/blockchains/ethereum/assets/0x6b60d7285504D73DD88547cf1289c3B5528827d3/logo.png
deleted file mode 100644
index b4915885d2c3a..0000000000000
Binary files a/blockchains/ethereum/assets/0x6b60d7285504D73DD88547cf1289c3B5528827d3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6b74Dd5d01f8320081247F5CF1F7a48324700Db6/info.json b/blockchains/ethereum/assets/0x6b74Dd5d01f8320081247F5CF1F7a48324700Db6/info.json
deleted file mode 100644
index c03774b269346..0000000000000
--- a/blockchains/ethereum/assets/0x6b74Dd5d01f8320081247F5CF1F7a48324700Db6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UBU",
- "symbol": "UBU",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://bitubu.com/ubu",
- "explorer": "https://etherscan.io/token/0x6b74Dd5d01f8320081247F5CF1F7a48324700Db6",
- "status": "abandoned",
- "id": "0x6b74Dd5d01f8320081247F5CF1F7a48324700Db6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6b74Dd5d01f8320081247F5CF1F7a48324700Db6/logo.png b/blockchains/ethereum/assets/0x6b74Dd5d01f8320081247F5CF1F7a48324700Db6/logo.png
deleted file mode 100644
index 3a33128f41244..0000000000000
Binary files a/blockchains/ethereum/assets/0x6b74Dd5d01f8320081247F5CF1F7a48324700Db6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6b785a0322126826d8226d77e173d75DAfb84d11/info.json b/blockchains/ethereum/assets/0x6b785a0322126826d8226d77e173d75DAfb84d11/info.json
deleted file mode 100644
index 5a92f2a572f05..0000000000000
--- a/blockchains/ethereum/assets/0x6b785a0322126826d8226d77e173d75DAfb84d11/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bankroll Vault",
- "symbol": "VLT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Bankroll is a decentralized finance network on TRON and Ethereum. It implements a voluntary, sustainable, and permissionless global economic engine. Through a network of financial contracts, the platform provides rewards in TRX, ETH, BTT, VLT, and BNKR.",
- "website": "https://bankroll.network/",
- "explorer": "https://etherscan.io/token/0x6b785a0322126826d8226d77e173d75DAfb84d11",
- "status": "active",
- "id": "0x6b785a0322126826d8226d77e173d75DAfb84d11"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6b785a0322126826d8226d77e173d75DAfb84d11/logo.png b/blockchains/ethereum/assets/0x6b785a0322126826d8226d77e173d75DAfb84d11/logo.png
deleted file mode 100644
index 5fec6f3362f38..0000000000000
Binary files a/blockchains/ethereum/assets/0x6b785a0322126826d8226d77e173d75DAfb84d11/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6b9F1F092E0B10015a4391A80cD3E6B6cefD1728/info.json b/blockchains/ethereum/assets/0x6b9F1F092E0B10015a4391A80cD3E6B6cefD1728/info.json
deleted file mode 100644
index 7c428fd2b8315..0000000000000
--- a/blockchains/ethereum/assets/0x6b9F1F092E0B10015a4391A80cD3E6B6cefD1728/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LuckySevenToken",
- "symbol": "LST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://luckyseven.solutions/",
- "explorer": "https://etherscan.io/token/0x6b9F1F092E0B10015a4391A80cD3E6B6cefD1728",
- "status": "abandoned",
- "id": "0x6b9F1F092E0B10015a4391A80cD3E6B6cefD1728"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6b9F1F092E0B10015a4391A80cD3E6B6cefD1728/logo.png b/blockchains/ethereum/assets/0x6b9F1F092E0B10015a4391A80cD3E6B6cefD1728/logo.png
deleted file mode 100644
index ff27c2db26147..0000000000000
Binary files a/blockchains/ethereum/assets/0x6b9F1F092E0B10015a4391A80cD3E6B6cefD1728/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6bC1F3A1ae56231DbB64d3E82E070857EAe86045/info.json b/blockchains/ethereum/assets/0x6bC1F3A1ae56231DbB64d3E82E070857EAe86045/info.json
deleted file mode 100644
index 149f3989def11..0000000000000
--- a/blockchains/ethereum/assets/0x6bC1F3A1ae56231DbB64d3E82E070857EAe86045/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "xensor",
- "symbol": "XSR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://xensor.cc/",
- "explorer": "https://etherscan.io/token/0x6bC1F3A1ae56231DbB64d3E82E070857EAe86045",
- "status": "abandoned",
- "id": "0x6bC1F3A1ae56231DbB64d3E82E070857EAe86045"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6bC1F3A1ae56231DbB64d3E82E070857EAe86045/logo.png b/blockchains/ethereum/assets/0x6bC1F3A1ae56231DbB64d3E82E070857EAe86045/logo.png
deleted file mode 100644
index ae03db5ddce43..0000000000000
Binary files a/blockchains/ethereum/assets/0x6bC1F3A1ae56231DbB64d3E82E070857EAe86045/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6bC4375083D3aD563dE91caD8438F629841448a5/info.json b/blockchains/ethereum/assets/0x6bC4375083D3aD563dE91caD8438F629841448a5/info.json
deleted file mode 100644
index be4501253b611..0000000000000
--- a/blockchains/ethereum/assets/0x6bC4375083D3aD563dE91caD8438F629841448a5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cryptogeneid Token",
- "symbol": "ID7",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6bC4375083D3aD563dE91caD8438F629841448a5",
- "status": "abandoned",
- "id": "0x6bC4375083D3aD563dE91caD8438F629841448a5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6bC4375083D3aD563dE91caD8438F629841448a5/logo.png b/blockchains/ethereum/assets/0x6bC4375083D3aD563dE91caD8438F629841448a5/logo.png
deleted file mode 100644
index f7a7686253753..0000000000000
Binary files a/blockchains/ethereum/assets/0x6bC4375083D3aD563dE91caD8438F629841448a5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6bF0d1AfAF3F9073E3706EE4BEb140b9bf05a3D4/info.json b/blockchains/ethereum/assets/0x6bF0d1AfAF3F9073E3706EE4BEb140b9bf05a3D4/info.json
deleted file mode 100644
index f8705fdef9e19..0000000000000
--- a/blockchains/ethereum/assets/0x6bF0d1AfAF3F9073E3706EE4BEb140b9bf05a3D4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TransBurn",
- "symbol": "TRB ",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6bF0d1AfAF3F9073E3706EE4BEb140b9bf05a3D4",
- "status": "abandoned",
- "id": "0x6bF0d1AfAF3F9073E3706EE4BEb140b9bf05a3D4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6bF0d1AfAF3F9073E3706EE4BEb140b9bf05a3D4/logo.png b/blockchains/ethereum/assets/0x6bF0d1AfAF3F9073E3706EE4BEb140b9bf05a3D4/logo.png
deleted file mode 100644
index e70a7f39e65d8..0000000000000
Binary files a/blockchains/ethereum/assets/0x6bF0d1AfAF3F9073E3706EE4BEb140b9bf05a3D4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6baf7FcEA90B0968dc5eD7B8dCB76C986637Ff55/info.json b/blockchains/ethereum/assets/0x6baf7FcEA90B0968dc5eD7B8dCB76C986637Ff55/info.json
deleted file mode 100644
index d8cba0415f47a..0000000000000
--- a/blockchains/ethereum/assets/0x6baf7FcEA90B0968dc5eD7B8dCB76C986637Ff55/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hooli Coin Blockchain",
- "symbol": "HLI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6baf7FcEA90B0968dc5eD7B8dCB76C986637Ff55",
- "status": "abandoned",
- "id": "0x6baf7FcEA90B0968dc5eD7B8dCB76C986637Ff55"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6baf7FcEA90B0968dc5eD7B8dCB76C986637Ff55/logo.png b/blockchains/ethereum/assets/0x6baf7FcEA90B0968dc5eD7B8dCB76C986637Ff55/logo.png
deleted file mode 100644
index 4c817b0b3662b..0000000000000
Binary files a/blockchains/ethereum/assets/0x6baf7FcEA90B0968dc5eD7B8dCB76C986637Ff55/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6c1796D1c17d9361314770D357Dc7B6Aa03b3a5D/info.json b/blockchains/ethereum/assets/0x6c1796D1c17d9361314770D357Dc7B6Aa03b3a5D/info.json
deleted file mode 100644
index a9ea742e3cdd0..0000000000000
--- a/blockchains/ethereum/assets/0x6c1796D1c17d9361314770D357Dc7B6Aa03b3a5D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EllisToken",
- "symbol": "ELIS",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6c1796D1c17d9361314770D357Dc7B6Aa03b3a5D",
- "status": "abandoned",
- "id": "0x6c1796D1c17d9361314770D357Dc7B6Aa03b3a5D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6c1796D1c17d9361314770D357Dc7B6Aa03b3a5D/logo.png b/blockchains/ethereum/assets/0x6c1796D1c17d9361314770D357Dc7B6Aa03b3a5D/logo.png
deleted file mode 100644
index 2aa40cf57545c..0000000000000
Binary files a/blockchains/ethereum/assets/0x6c1796D1c17d9361314770D357Dc7B6Aa03b3a5D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6c28AeF8977c9B773996d0e8376d2EE379446F2f/info.json b/blockchains/ethereum/assets/0x6c28AeF8977c9B773996d0e8376d2EE379446F2f/info.json
deleted file mode 100644
index 95bb74c7bbb7f..0000000000000
--- a/blockchains/ethereum/assets/0x6c28AeF8977c9B773996d0e8376d2EE379446F2f/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "QuickSwap",
- "website": "https://quickswap.exchange/",
- "description": "Next-gen Layer 2 DEX. Trade at lightning-fast speeds with near-zero gas fees, Powered by Polygon",
- "explorer": "https://etherscan.io/token/0x6c28AeF8977c9B773996d0e8376d2EE379446F2f",
- "type": "ERC20",
- "symbol": "QUICK",
- "decimals": 18,
- "status": "active",
- "id": "0x6c28AeF8977c9B773996d0e8376d2EE379446F2f",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/QuickSwap"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/QuickswapDEX"
- },
- {
- "name": "telegram",
- "url": "https://t.me/QuickSwapDEX"
- },
- {
- "name": "medium",
- "url": "https://quickswap-layer2.medium.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6c28AeF8977c9B773996d0e8376d2EE379446F2f/logo.png b/blockchains/ethereum/assets/0x6c28AeF8977c9B773996d0e8376d2EE379446F2f/logo.png
deleted file mode 100644
index 9bc477ee42999..0000000000000
Binary files a/blockchains/ethereum/assets/0x6c28AeF8977c9B773996d0e8376d2EE379446F2f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6c37Bf4f042712C978A73e3fd56D1F5738dD7C43/info.json b/blockchains/ethereum/assets/0x6c37Bf4f042712C978A73e3fd56D1F5738dD7C43/info.json
deleted file mode 100644
index 3926e6f14d0a0..0000000000000
--- a/blockchains/ethereum/assets/0x6c37Bf4f042712C978A73e3fd56D1F5738dD7C43/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Elementeum",
- "symbol": "ELET",
- "type": "ERC20",
- "decimals": 18,
- "description": "Elementeum Games is behind the Ether Legends Trading Card Game, which aims to merge physical and blockchain trading cards with engaging gameplay.",
- "website": "https://www.etherlegends.io",
- "explorer": "https://etherscan.io/token/0x6c37Bf4f042712C978A73e3fd56D1F5738dD7C43",
- "status": "active",
- "id": "0x6c37Bf4f042712C978A73e3fd56D1F5738dD7C43"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6c37Bf4f042712C978A73e3fd56D1F5738dD7C43/logo.png b/blockchains/ethereum/assets/0x6c37Bf4f042712C978A73e3fd56D1F5738dD7C43/logo.png
deleted file mode 100644
index faeba1d419bbe..0000000000000
Binary files a/blockchains/ethereum/assets/0x6c37Bf4f042712C978A73e3fd56D1F5738dD7C43/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6c3BE406174349cfa4501654313d97e6a31072e1/info.json b/blockchains/ethereum/assets/0x6c3BE406174349cfa4501654313d97e6a31072e1/info.json
deleted file mode 100644
index c3abd6f826e92..0000000000000
--- a/blockchains/ethereum/assets/0x6c3BE406174349cfa4501654313d97e6a31072e1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crypto Neo-value Neural System",
- "symbol": "CNNS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://cnns.io/",
- "explorer": "https://etherscan.io/token/0x6c3BE406174349cfa4501654313d97e6a31072e1",
- "status": "abandoned",
- "id": "0x6c3BE406174349cfa4501654313d97e6a31072e1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6c3BE406174349cfa4501654313d97e6a31072e1/logo.png b/blockchains/ethereum/assets/0x6c3BE406174349cfa4501654313d97e6a31072e1/logo.png
deleted file mode 100644
index 00b035df83956..0000000000000
Binary files a/blockchains/ethereum/assets/0x6c3BE406174349cfa4501654313d97e6a31072e1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6c5bA91642F10282b576d91922Ae6448C9d52f4E/info.json b/blockchains/ethereum/assets/0x6c5bA91642F10282b576d91922Ae6448C9d52f4E/info.json
deleted file mode 100644
index 1ecf98c2dcfd5..0000000000000
--- a/blockchains/ethereum/assets/0x6c5bA91642F10282b576d91922Ae6448C9d52f4E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Phala",
- "symbol": "PHA",
- "type": "ERC20",
- "decimals": 18,
- "description": "Phala Network is a privacy-preserving cloud computing service, which offers computing power comparable to existing cloud services and protects the privacy of managed programs.",
- "website": "https://phala.network/",
- "explorer": "https://etherscan.io/token/0x6c5bA91642F10282b576d91922Ae6448C9d52f4E",
- "status": "active",
- "id": "0x6c5bA91642F10282b576d91922Ae6448C9d52f4E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6c5bA91642F10282b576d91922Ae6448C9d52f4E/logo.png b/blockchains/ethereum/assets/0x6c5bA91642F10282b576d91922Ae6448C9d52f4E/logo.png
deleted file mode 100644
index a390339631565..0000000000000
Binary files a/blockchains/ethereum/assets/0x6c5bA91642F10282b576d91922Ae6448C9d52f4E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6c6EE5e31d828De241282B9606C8e98Ea48526E2/info.json b/blockchains/ethereum/assets/0x6c6EE5e31d828De241282B9606C8e98Ea48526E2/info.json
deleted file mode 100644
index 020d4795ec673..0000000000000
--- a/blockchains/ethereum/assets/0x6c6EE5e31d828De241282B9606C8e98Ea48526E2/info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "Holo",
- "website": "https://holochain.org",
- "description": "Holochain (HOT) is a decentralized application platform that uses peer-to-peer networking for processing agent-centric agreement and consensus mechanisms between users.",
- "explorer": "https://etherscan.io/token/0x6c6EE5e31d828De241282B9606C8e98Ea48526E2",
- "type": "ERC20",
- "symbol": "HOT",
- "decimals": 18,
- "status": "active",
- "id": "0x6c6EE5e31d828De241282B9606C8e98Ea48526E2",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Holo-Host"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/H_O_L_O_"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/holochain/"
- },
- {
- "name": "blog",
- "url": "https://medium.com/h-o-l-o"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/holohost/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/channelholo"
- },
- {
- "name": "whitepaper",
- "url": "https://holo.host/whitepapers/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/holotoken/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6c6EE5e31d828De241282B9606C8e98Ea48526E2/logo.png b/blockchains/ethereum/assets/0x6c6EE5e31d828De241282B9606C8e98Ea48526E2/logo.png
deleted file mode 100644
index d40fc9546d20e..0000000000000
Binary files a/blockchains/ethereum/assets/0x6c6EE5e31d828De241282B9606C8e98Ea48526E2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6c972b70c533E2E045F333Ee28b9fFb8D717bE69/info.json b/blockchains/ethereum/assets/0x6c972b70c533E2E045F333Ee28b9fFb8D717bE69/info.json
deleted file mode 100644
index 646cae33db0e7..0000000000000
--- a/blockchains/ethereum/assets/0x6c972b70c533E2E045F333Ee28b9fFb8D717bE69/info.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "name": "Foundry Logistics Token",
- "symbol": "FRY",
- "type": "ERC20",
- "decimals": 18,
- "website": "https://foundrydao.com",
- "explorer": "https://etherscan.io/token/0x6c972b70c533E2E045F333Ee28b9fFb8D717bE69",
- "status": "active",
- "id": "0x6c972b70c533E2E045F333Ee28b9fFb8D717bE69",
- "short_description": "Foundry: A DAO for Economic Freedom",
- "description": "Foundry will attract FRY holders who believe in unstoppable economic freedom. Following SmokeSignal and DAIHard, FRY holders will likely drive Foundry to build or invest in similar pursuits: profitable tools that increase economic freedom which cannot be shut down.",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/team-toast/Foundry"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/foundryDAO"
- },
- {
- "name": "telegram",
- "url": "https://t.me/FoundryCommunity"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UC4Z34M4q5emaYlJP_Sqa-Cw"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/foundrydao-logistics"
- },
- {
- "name": "medium",
- "url": "https://medium.com/daihard-buidlers"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/team-toast/foundry-design/releases/latest/download/foundry-design.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6c972b70c533E2E045F333Ee28b9fFb8D717bE69/logo.png b/blockchains/ethereum/assets/0x6c972b70c533E2E045F333Ee28b9fFb8D717bE69/logo.png
deleted file mode 100644
index 8e5652b5c27c2..0000000000000
Binary files a/blockchains/ethereum/assets/0x6c972b70c533E2E045F333Ee28b9fFb8D717bE69/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6cCB56947eA1d6eFdc81ACfbAcd8263DDFa9b202/info.json b/blockchains/ethereum/assets/0x6cCB56947eA1d6eFdc81ACfbAcd8263DDFa9b202/info.json
deleted file mode 100644
index c167ed4703c05..0000000000000
--- a/blockchains/ethereum/assets/0x6cCB56947eA1d6eFdc81ACfbAcd8263DDFa9b202/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Royal Kingdom Coin",
- "symbol": "RKC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6cCB56947eA1d6eFdc81ACfbAcd8263DDFa9b202",
- "status": "abandoned",
- "id": "0x6cCB56947eA1d6eFdc81ACfbAcd8263DDFa9b202"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6cCB56947eA1d6eFdc81ACfbAcd8263DDFa9b202/logo.png b/blockchains/ethereum/assets/0x6cCB56947eA1d6eFdc81ACfbAcd8263DDFa9b202/logo.png
deleted file mode 100644
index 954050eeb6111..0000000000000
Binary files a/blockchains/ethereum/assets/0x6cCB56947eA1d6eFdc81ACfbAcd8263DDFa9b202/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6cF1d9eEDC34a13bD385D02310d4Bfcf83CB270F/info.json b/blockchains/ethereum/assets/0x6cF1d9eEDC34a13bD385D02310d4Bfcf83CB270F/info.json
deleted file mode 100644
index 1d19b3b5fb766..0000000000000
--- a/blockchains/ethereum/assets/0x6cF1d9eEDC34a13bD385D02310d4Bfcf83CB270F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NEXUS",
- "symbol": "NEXUS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6cF1d9eEDC34a13bD385D02310d4Bfcf83CB270F",
- "status": "abandoned",
- "id": "0x6cF1d9eEDC34a13bD385D02310d4Bfcf83CB270F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6cF1d9eEDC34a13bD385D02310d4Bfcf83CB270F/logo.png b/blockchains/ethereum/assets/0x6cF1d9eEDC34a13bD385D02310d4Bfcf83CB270F/logo.png
deleted file mode 100644
index a245ad8af8f58..0000000000000
Binary files a/blockchains/ethereum/assets/0x6cF1d9eEDC34a13bD385D02310d4Bfcf83CB270F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6d59439c9fDc84f495Dc72254EDf348Ad0dc30aF/info.json b/blockchains/ethereum/assets/0x6d59439c9fDc84f495Dc72254EDf348Ad0dc30aF/info.json
deleted file mode 100644
index ca1b10e8b1c2c..0000000000000
--- a/blockchains/ethereum/assets/0x6d59439c9fDc84f495Dc72254EDf348Ad0dc30aF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vision Bitcoin Cash",
- "symbol": "VSBC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6d59439c9fDc84f495Dc72254EDf348Ad0dc30aF",
- "status": "abandoned",
- "id": "0x6d59439c9fDc84f495Dc72254EDf348Ad0dc30aF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6d59439c9fDc84f495Dc72254EDf348Ad0dc30aF/logo.png b/blockchains/ethereum/assets/0x6d59439c9fDc84f495Dc72254EDf348Ad0dc30aF/logo.png
deleted file mode 100644
index 1317b2947f9c0..0000000000000
Binary files a/blockchains/ethereum/assets/0x6d59439c9fDc84f495Dc72254EDf348Ad0dc30aF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6d82017e55b1D24C53c7B33BbB770A86f2ca229D/info.json b/blockchains/ethereum/assets/0x6d82017e55b1D24C53c7B33BbB770A86f2ca229D/info.json
deleted file mode 100644
index 7d24c0ce6c434..0000000000000
--- a/blockchains/ethereum/assets/0x6d82017e55b1D24C53c7B33BbB770A86f2ca229D/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Stable FIL",
- "website": "https://ichi.org",
- "description": "Stable FIL is the stablecoin created for the Filecoin community. Backed by both a treasury of FIL and collateral of USDC this ERC20 token can be redeemed for USDC at anytime and also provides a vote for governance of the FIL treasury.",
- "explorer": "https://etherscan.io/token/0x6d82017e55b1D24C53c7B33BbB770A86f2ca229D",
- "type": "ERC20",
- "symbol": "oneFIL",
- "decimals": 18,
- "status": "active",
- "id": "0x6d82017e55b1D24C53c7B33BbB770A86f2ca229D",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ichifarm/ichi-oneToken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ichifarm"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ichifarm"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ichifarm"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/Bm6pUHjHUC"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/stable-fil"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6d82017e55b1D24C53c7B33BbB770A86f2ca229D/logo.png b/blockchains/ethereum/assets/0x6d82017e55b1D24C53c7B33BbB770A86f2ca229D/logo.png
deleted file mode 100644
index 24df5decec078..0000000000000
Binary files a/blockchains/ethereum/assets/0x6d82017e55b1D24C53c7B33BbB770A86f2ca229D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6dc1ac0FF2619383AC3F3B6514403f31a07D1C52/info.json b/blockchains/ethereum/assets/0x6dc1ac0FF2619383AC3F3B6514403f31a07D1C52/info.json
deleted file mode 100644
index 7f52abf15ad2b..0000000000000
--- a/blockchains/ethereum/assets/0x6dc1ac0FF2619383AC3F3B6514403f31a07D1C52/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKC Token",
- "symbol": "MKC",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6dc1ac0FF2619383AC3F3B6514403f31a07D1C52",
- "status": "abandoned",
- "id": "0x6dc1ac0FF2619383AC3F3B6514403f31a07D1C52"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6dc1ac0FF2619383AC3F3B6514403f31a07D1C52/logo.png b/blockchains/ethereum/assets/0x6dc1ac0FF2619383AC3F3B6514403f31a07D1C52/logo.png
deleted file mode 100644
index 0218579d763b5..0000000000000
Binary files a/blockchains/ethereum/assets/0x6dc1ac0FF2619383AC3F3B6514403f31a07D1C52/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6dfBCB859b4e64a04AFfCE7699a9Ea857c9C1452/info.json b/blockchains/ethereum/assets/0x6dfBCB859b4e64a04AFfCE7699a9Ea857c9C1452/info.json
deleted file mode 100644
index 10ab201036340..0000000000000
--- a/blockchains/ethereum/assets/0x6dfBCB859b4e64a04AFfCE7699a9Ea857c9C1452/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "O2O Plus",
- "symbol": "OOP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6dfBCB859b4e64a04AFfCE7699a9Ea857c9C1452",
- "status": "abandoned",
- "id": "0x6dfBCB859b4e64a04AFfCE7699a9Ea857c9C1452"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6dfBCB859b4e64a04AFfCE7699a9Ea857c9C1452/logo.png b/blockchains/ethereum/assets/0x6dfBCB859b4e64a04AFfCE7699a9Ea857c9C1452/logo.png
deleted file mode 100644
index 85e4591ae6d79..0000000000000
Binary files a/blockchains/ethereum/assets/0x6dfBCB859b4e64a04AFfCE7699a9Ea857c9C1452/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6e0daDE58D2d89eBBe7aFc384e3E4f15b70b14D8/info.json b/blockchains/ethereum/assets/0x6e0daDE58D2d89eBBe7aFc384e3E4f15b70b14D8/info.json
deleted file mode 100644
index bb406fcbc17b7..0000000000000
--- a/blockchains/ethereum/assets/0x6e0daDE58D2d89eBBe7aFc384e3E4f15b70b14D8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QuiverX",
- "website": "https://quiverx.io/",
- "description": "QuiverX is a utility token for the QuiverX crowdfunding platform which is based on blockchain technology, and governed by smart contracts on the Ethereum ecosystem.",
- "explorer": "https://etherscan.io/token/0x6e0dade58d2d89ebbe7afc384e3e4f15b70b14d8",
- "type": "ERC20",
- "symbol": "QRX",
- "decimals": 18,
- "status": "active",
- "id": "0x6e0daDE58D2d89eBBe7aFc384e3E4f15b70b14D8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6e0daDE58D2d89eBBe7aFc384e3E4f15b70b14D8/logo.png b/blockchains/ethereum/assets/0x6e0daDE58D2d89eBBe7aFc384e3E4f15b70b14D8/logo.png
deleted file mode 100644
index 9c4eec953b214..0000000000000
Binary files a/blockchains/ethereum/assets/0x6e0daDE58D2d89eBBe7aFc384e3E4f15b70b14D8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6e1A19F235bE7ED8E3369eF73b196C07257494DE/info.json b/blockchains/ethereum/assets/0x6e1A19F235bE7ED8E3369eF73b196C07257494DE/info.json
deleted file mode 100644
index 3c38d7a5cd4de..0000000000000
--- a/blockchains/ethereum/assets/0x6e1A19F235bE7ED8E3369eF73b196C07257494DE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WFIL",
- "website": "https://www.wrapped.com",
- "description": "Wrapped Filecoin is a 1:1 equivalent of Filecoin on the Ethereum network",
- "explorer": "https://etherscan.io/token/0x6e1A19F235bE7ED8E3369eF73b196C07257494DE",
- "type": "ERC20",
- "symbol": "WFIL",
- "decimals": 18,
- "status": "active",
- "id": "0x6e1A19F235bE7ED8E3369eF73b196C07257494DE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6e1A19F235bE7ED8E3369eF73b196C07257494DE/logo.png b/blockchains/ethereum/assets/0x6e1A19F235bE7ED8E3369eF73b196C07257494DE/logo.png
deleted file mode 100644
index 6df06db09d337..0000000000000
Binary files a/blockchains/ethereum/assets/0x6e1A19F235bE7ED8E3369eF73b196C07257494DE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6e2050CBFB3eD8A4d39b64cC9f47E711a03a5a89/info.json b/blockchains/ethereum/assets/0x6e2050CBFB3eD8A4d39b64cC9f47E711a03a5a89/info.json
deleted file mode 100644
index e5ecea8c799a9..0000000000000
--- a/blockchains/ethereum/assets/0x6e2050CBFB3eD8A4d39b64cC9f47E711a03a5a89/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "\"\"",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6e2050CBFB3eD8A4d39b64cC9f47E711a03a5a89",
- "status": "abandoned",
- "id": "0x6e2050CBFB3eD8A4d39b64cC9f47E711a03a5a89"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6e2050CBFB3eD8A4d39b64cC9f47E711a03a5a89/logo.png b/blockchains/ethereum/assets/0x6e2050CBFB3eD8A4d39b64cC9f47E711a03a5a89/logo.png
deleted file mode 100755
index 422324dbe543f..0000000000000
Binary files a/blockchains/ethereum/assets/0x6e2050CBFB3eD8A4d39b64cC9f47E711a03a5a89/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6e2A5b577437440D6024AEf6a6bf81CdE09798de/info.json b/blockchains/ethereum/assets/0x6e2A5b577437440D6024AEf6a6bf81CdE09798de/info.json
deleted file mode 100644
index 0bc6803c9945b..0000000000000
--- a/blockchains/ethereum/assets/0x6e2A5b577437440D6024AEf6a6bf81CdE09798de/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ChainBookSystem",
- "symbol": "CBS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6e2A5b577437440D6024AEf6a6bf81CdE09798de",
- "status": "abandoned",
- "id": "0x6e2A5b577437440D6024AEf6a6bf81CdE09798de"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6e2A5b577437440D6024AEf6a6bf81CdE09798de/logo.png b/blockchains/ethereum/assets/0x6e2A5b577437440D6024AEf6a6bf81CdE09798de/logo.png
deleted file mode 100644
index 8135ace0938ab..0000000000000
Binary files a/blockchains/ethereum/assets/0x6e2A5b577437440D6024AEf6a6bf81CdE09798de/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6e55027CAe60cfdB7BACA78f3e6514aEE716fCf9/info.json b/blockchains/ethereum/assets/0x6e55027CAe60cfdB7BACA78f3e6514aEE716fCf9/info.json
deleted file mode 100644
index fff8496312475..0000000000000
--- a/blockchains/ethereum/assets/0x6e55027CAe60cfdB7BACA78f3e6514aEE716fCf9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NANO ECOSYSTEM",
- "symbol": "NECOS",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6e55027CAe60cfdB7BACA78f3e6514aEE716fCf9",
- "status": "abandoned",
- "id": "0x6e55027CAe60cfdB7BACA78f3e6514aEE716fCf9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6e55027CAe60cfdB7BACA78f3e6514aEE716fCf9/logo.png b/blockchains/ethereum/assets/0x6e55027CAe60cfdB7BACA78f3e6514aEE716fCf9/logo.png
deleted file mode 100644
index 5e1cb4fe815cf..0000000000000
Binary files a/blockchains/ethereum/assets/0x6e55027CAe60cfdB7BACA78f3e6514aEE716fCf9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6e63b76fa87a4085DdaCfB0066A57C1ED812f4cE/info.json b/blockchains/ethereum/assets/0x6e63b76fa87a4085DdaCfB0066A57C1ED812f4cE/info.json
deleted file mode 100644
index 0305f5b6a2400..0000000000000
--- a/blockchains/ethereum/assets/0x6e63b76fa87a4085DdaCfB0066A57C1ED812f4cE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ocbtoken - Blockmax",
- "symbol": "OCB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6e63b76fa87a4085DdaCfB0066A57C1ED812f4cE",
- "status": "abandoned",
- "id": "0x6e63b76fa87a4085DdaCfB0066A57C1ED812f4cE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6e63b76fa87a4085DdaCfB0066A57C1ED812f4cE/logo.png b/blockchains/ethereum/assets/0x6e63b76fa87a4085DdaCfB0066A57C1ED812f4cE/logo.png
deleted file mode 100644
index a3254021ea7c9..0000000000000
Binary files a/blockchains/ethereum/assets/0x6e63b76fa87a4085DdaCfB0066A57C1ED812f4cE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6e8908cfa881C9f6f2C64d3436E7b80b1bf0093F/info.json b/blockchains/ethereum/assets/0x6e8908cfa881C9f6f2C64d3436E7b80b1bf0093F/info.json
deleted file mode 100644
index 1a10042079a38..0000000000000
--- a/blockchains/ethereum/assets/0x6e8908cfa881C9f6f2C64d3436E7b80b1bf0093F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bistroo",
- "symbol": "BIST",
- "type": "ERC20",
- "decimals": 18,
- "description": "The community-powered food delivery platform.",
- "website": "https://bistroo.io",
- "explorer": "https://etherscan.io/token/0x6e8908cfa881c9f6f2c64d3436e7b80b1bf0093f",
- "status": "active",
- "id": "0x6e8908cfa881C9f6f2C64d3436E7b80b1bf0093F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6e8908cfa881C9f6f2C64d3436E7b80b1bf0093F/logo.png b/blockchains/ethereum/assets/0x6e8908cfa881C9f6f2C64d3436E7b80b1bf0093F/logo.png
deleted file mode 100644
index 3d13eb23d1faa..0000000000000
Binary files a/blockchains/ethereum/assets/0x6e8908cfa881C9f6f2C64d3436E7b80b1bf0093F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6e9730EcFfBed43fD876A264C982e254ef05a0DE/info.json b/blockchains/ethereum/assets/0x6e9730EcFfBed43fD876A264C982e254ef05a0DE/info.json
deleted file mode 100644
index c9df659406f89..0000000000000
--- a/blockchains/ethereum/assets/0x6e9730EcFfBed43fD876A264C982e254ef05a0DE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nord Finance",
- "type": "ERC20",
- "symbol": "NORD",
- "decimals": 18,
- "website": "https://nordfinance.io",
- "description": "Nord Finance, a blockchain agnostic platform, is an advanced decentralized financial ecosystem focusing on simplifying decentralized finance products.",
- "explorer": "https://etherscan.io/token/0x6e9730ecffbed43fd876a264c982e254ef05a0de",
- "status": "active",
- "id": "0x6e9730EcFfBed43fD876A264C982e254ef05a0DE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6e9730EcFfBed43fD876A264C982e254ef05a0DE/logo.png b/blockchains/ethereum/assets/0x6e9730EcFfBed43fD876A264C982e254ef05a0DE/logo.png
deleted file mode 100644
index 42fc13591f894..0000000000000
Binary files a/blockchains/ethereum/assets/0x6e9730EcFfBed43fD876A264C982e254ef05a0DE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6e9DE2e85A8C1188995FeCea289b3F22E489bB12/info.json b/blockchains/ethereum/assets/0x6e9DE2e85A8C1188995FeCea289b3F22E489bB12/info.json
deleted file mode 100644
index 7be39ab5c47af..0000000000000
--- a/blockchains/ethereum/assets/0x6e9DE2e85A8C1188995FeCea289b3F22E489bB12/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bertbit",
- "symbol": "BERT",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6e9DE2e85A8C1188995FeCea289b3F22E489bB12",
- "status": "abandoned",
- "id": "0x6e9DE2e85A8C1188995FeCea289b3F22E489bB12"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6e9DE2e85A8C1188995FeCea289b3F22E489bB12/logo.png b/blockchains/ethereum/assets/0x6e9DE2e85A8C1188995FeCea289b3F22E489bB12/logo.png
deleted file mode 100644
index 8e758e1bbd9d3..0000000000000
Binary files a/blockchains/ethereum/assets/0x6e9DE2e85A8C1188995FeCea289b3F22E489bB12/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6eC4Bd455ccEc9695A24A9DD702ed8fa8f69b27e/info.json b/blockchains/ethereum/assets/0x6eC4Bd455ccEc9695A24A9DD702ed8fa8f69b27e/info.json
deleted file mode 100644
index afc4432b4e0d5..0000000000000
--- a/blockchains/ethereum/assets/0x6eC4Bd455ccEc9695A24A9DD702ed8fa8f69b27e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Eco Finances",
- "symbol": "EFC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6eC4Bd455ccEc9695A24A9DD702ed8fa8f69b27e",
- "status": "spam",
- "id": "0x6eC4Bd455ccEc9695A24A9DD702ed8fa8f69b27e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6eC4Bd455ccEc9695A24A9DD702ed8fa8f69b27e/logo.png b/blockchains/ethereum/assets/0x6eC4Bd455ccEc9695A24A9DD702ed8fa8f69b27e/logo.png
deleted file mode 100644
index 3b5f39c23c74b..0000000000000
Binary files a/blockchains/ethereum/assets/0x6eC4Bd455ccEc9695A24A9DD702ed8fa8f69b27e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6eDBdEB48CCC0DFab0BbAebc349732e320d6d213/info.json b/blockchains/ethereum/assets/0x6eDBdEB48CCC0DFab0BbAebc349732e320d6d213/info.json
deleted file mode 100644
index b7b5298176f03..0000000000000
--- a/blockchains/ethereum/assets/0x6eDBdEB48CCC0DFab0BbAebc349732e320d6d213/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YesManCoin",
- "symbol": "YESM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6eDBdEB48CCC0DFab0BbAebc349732e320d6d213",
- "status": "abandoned",
- "id": "0x6eDBdEB48CCC0DFab0BbAebc349732e320d6d213"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6eDBdEB48CCC0DFab0BbAebc349732e320d6d213/logo.png b/blockchains/ethereum/assets/0x6eDBdEB48CCC0DFab0BbAebc349732e320d6d213/logo.png
deleted file mode 100644
index 54ee38f6f2b28..0000000000000
Binary files a/blockchains/ethereum/assets/0x6eDBdEB48CCC0DFab0BbAebc349732e320d6d213/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6eE3c275D233f9519E5c32e24aDA2e90091a8f50/info.json b/blockchains/ethereum/assets/0x6eE3c275D233f9519E5c32e24aDA2e90091a8f50/info.json
deleted file mode 100644
index 72f51a94c2936..0000000000000
--- a/blockchains/ethereum/assets/0x6eE3c275D233f9519E5c32e24aDA2e90091a8f50/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BlueChain",
- "symbol": "BLC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6eE3c275D233f9519E5c32e24aDA2e90091a8f50",
- "status": "abandoned",
- "id": "0x6eE3c275D233f9519E5c32e24aDA2e90091a8f50"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6eE3c275D233f9519E5c32e24aDA2e90091a8f50/logo.png b/blockchains/ethereum/assets/0x6eE3c275D233f9519E5c32e24aDA2e90091a8f50/logo.png
deleted file mode 100644
index a5350349a5cd3..0000000000000
Binary files a/blockchains/ethereum/assets/0x6eE3c275D233f9519E5c32e24aDA2e90091a8f50/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6ea6531b603F270d23d9EDd2d8279135DC5D6773/info.json b/blockchains/ethereum/assets/0x6ea6531b603F270d23d9EDd2d8279135DC5D6773/info.json
deleted file mode 100644
index 418eb122ced90..0000000000000
--- a/blockchains/ethereum/assets/0x6ea6531b603F270d23d9EDd2d8279135DC5D6773/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "InsurChain Coin",
- "symbol": "INSUR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6ea6531b603F270d23d9EDd2d8279135DC5D6773",
- "status": "abandoned",
- "id": "0x6ea6531b603F270d23d9EDd2d8279135DC5D6773"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6ea6531b603F270d23d9EDd2d8279135DC5D6773/logo.png b/blockchains/ethereum/assets/0x6ea6531b603F270d23d9EDd2d8279135DC5D6773/logo.png
deleted file mode 100644
index 0c1afc7d02997..0000000000000
Binary files a/blockchains/ethereum/assets/0x6ea6531b603F270d23d9EDd2d8279135DC5D6773/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6eab9C5e768C8C37e94dC236c6Cde7dbA4d0F3b3/info.json b/blockchains/ethereum/assets/0x6eab9C5e768C8C37e94dC236c6Cde7dbA4d0F3b3/info.json
deleted file mode 100644
index 8a577ad42bfcd..0000000000000
--- a/blockchains/ethereum/assets/0x6eab9C5e768C8C37e94dC236c6Cde7dbA4d0F3b3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Swapscan",
- "symbol": "SWP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6eab9C5e768C8C37e94dC236c6Cde7dbA4d0F3b3",
- "status": "abandoned",
- "id": "0x6eab9C5e768C8C37e94dC236c6Cde7dbA4d0F3b3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6eab9C5e768C8C37e94dC236c6Cde7dbA4d0F3b3/logo.png b/blockchains/ethereum/assets/0x6eab9C5e768C8C37e94dC236c6Cde7dbA4d0F3b3/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x6eab9C5e768C8C37e94dC236c6Cde7dbA4d0F3b3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6f022E991ea21d26F85f6716c088e2864101dfEC/info.json b/blockchains/ethereum/assets/0x6f022E991ea21d26F85f6716c088e2864101dfEC/info.json
deleted file mode 100644
index a4540b95b02c5..0000000000000
--- a/blockchains/ethereum/assets/0x6f022E991ea21d26F85f6716c088e2864101dfEC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hands Of Steel",
- "website": "https://handsofsteel.money",
- "description": "Our Seller Transfer Only Protocol Initiates Tax (STOP IT) actively taxes sellers while rewarding holders.",
- "explorer": "https://etherscan.io/token/0x6f022E991ea21d26F85f6716c088e2864101dfEC",
- "type": "ERC20",
- "symbol": "STEEL",
- "decimals": 0,
- "status": "active",
- "id": "0x6f022E991ea21d26F85f6716c088e2864101dfEC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6f022E991ea21d26F85f6716c088e2864101dfEC/logo.png b/blockchains/ethereum/assets/0x6f022E991ea21d26F85f6716c088e2864101dfEC/logo.png
deleted file mode 100644
index cef72b187d3c9..0000000000000
Binary files a/blockchains/ethereum/assets/0x6f022E991ea21d26F85f6716c088e2864101dfEC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6f259637dcD74C767781E37Bc6133cd6A68aa161/info.json b/blockchains/ethereum/assets/0x6f259637dcD74C767781E37Bc6133cd6A68aa161/info.json
deleted file mode 100644
index e939366aee1fc..0000000000000
--- a/blockchains/ethereum/assets/0x6f259637dcD74C767781E37Bc6133cd6A68aa161/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Huobi Token",
- "website": "https://hbg.com",
- "description": "Huobi Token (HT) is an exchange based token and native currency of the Huobi crypto exchange.",
- "explorer": "https://etherscan.io/token/0x6f259637dcD74C767781E37Bc6133cd6A68aa161",
- "type": "ERC20",
- "symbol": "HT",
- "decimals": 18,
- "status": "active",
- "id": "0x6f259637dcD74C767781E37Bc6133cd6A68aa161",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/huobiproofficial"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/HUOBI_Pro"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/huobi.pro"
- },
- {
- "name": "blog",
- "url": "https://medium.com/huobi-global"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/huobi-token/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6f259637dcD74C767781E37Bc6133cd6A68aa161/logo.png b/blockchains/ethereum/assets/0x6f259637dcD74C767781E37Bc6133cd6A68aa161/logo.png
deleted file mode 100644
index 88f70f843e6f4..0000000000000
Binary files a/blockchains/ethereum/assets/0x6f259637dcD74C767781E37Bc6133cd6A68aa161/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6f40d4A6237C257fff2dB00FA0510DeEECd303eb/info.json b/blockchains/ethereum/assets/0x6f40d4A6237C257fff2dB00FA0510DeEECd303eb/info.json
deleted file mode 100644
index bf8d72dc58ed0..0000000000000
--- a/blockchains/ethereum/assets/0x6f40d4A6237C257fff2dB00FA0510DeEECd303eb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Instadapp",
- "type": "ERC20",
- "symbol": "INST",
- "decimals": 18,
- "website": "https://Instadapp.io",
- "description": "Middleware platform for decentralized finance applications",
- "explorer": "https://etherscan.io/token/0x6f40d4a6237c257fff2db00fa0510deeecd303eb",
- "status": "active",
- "id": "0x6f40d4A6237C257fff2dB00FA0510DeEECd303eb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6f40d4A6237C257fff2dB00FA0510DeEECd303eb/logo.png b/blockchains/ethereum/assets/0x6f40d4A6237C257fff2dB00FA0510DeEECd303eb/logo.png
deleted file mode 100644
index 2dcf75b7481a6..0000000000000
Binary files a/blockchains/ethereum/assets/0x6f40d4A6237C257fff2dB00FA0510DeEECd303eb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6f45453C04D9Ffc46F70a1c44c903a1fB0D51684/info.json b/blockchains/ethereum/assets/0x6f45453C04D9Ffc46F70a1c44c903a1fB0D51684/info.json
deleted file mode 100644
index 7bae631154296..0000000000000
--- a/blockchains/ethereum/assets/0x6f45453C04D9Ffc46F70a1c44c903a1fB0D51684/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Deut Capital Management",
- "symbol": "DCM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6f45453C04D9Ffc46F70a1c44c903a1fB0D51684",
- "status": "abandoned",
- "id": "0x6f45453C04D9Ffc46F70a1c44c903a1fB0D51684"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6f45453C04D9Ffc46F70a1c44c903a1fB0D51684/logo.png b/blockchains/ethereum/assets/0x6f45453C04D9Ffc46F70a1c44c903a1fB0D51684/logo.png
deleted file mode 100644
index 4be99841a6233..0000000000000
Binary files a/blockchains/ethereum/assets/0x6f45453C04D9Ffc46F70a1c44c903a1fB0D51684/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6f5E77Cea0AbDdA40013a8eF53639C96972fb745/info.json b/blockchains/ethereum/assets/0x6f5E77Cea0AbDdA40013a8eF53639C96972fb745/info.json
deleted file mode 100644
index 3fce7a2e22d49..0000000000000
--- a/blockchains/ethereum/assets/0x6f5E77Cea0AbDdA40013a8eF53639C96972fb745/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "New York Exchange Coin",
- "website": "https://nyecoin.io/",
- "description": "It utilizes the blockchain technology to create a financial integration between old classic stock and commodities market with the new trend of Crypto Trading platforms. Transaction Transparency: Records and manages price, contracts, and transaction history. Re-evaluation of Corporate Values: In order to safeguard ITO participants, our crypto holders and their assets, NYE controls potential risks by depending on objective metrics analysis and multi-variable assessment.",
- "type": "ERC20",
- "symbol": "NYE",
- "decimals": 18,
- "status": "active",
- "id": "0x6f5E77Cea0AbDdA40013a8eF53639C96972fb745",
- "explorer": "https://etherscan.io/token/0x6f5e77cea0abdda40013a8ef53639c96972fb745"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6f5E77Cea0AbDdA40013a8eF53639C96972fb745/logo.png b/blockchains/ethereum/assets/0x6f5E77Cea0AbDdA40013a8eF53639C96972fb745/logo.png
deleted file mode 100644
index 934aeaed10729..0000000000000
Binary files a/blockchains/ethereum/assets/0x6f5E77Cea0AbDdA40013a8eF53639C96972fb745/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6f72b14383f5eCDAcDD2F761a5C4B070F91C2806/info.json b/blockchains/ethereum/assets/0x6f72b14383f5eCDAcDD2F761a5C4B070F91C2806/info.json
deleted file mode 100644
index 100ffd5172817..0000000000000
--- a/blockchains/ethereum/assets/0x6f72b14383f5eCDAcDD2F761a5C4B070F91C2806/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Melt",
- "symbol": "MELT",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "https://www.meltproject.net",
- "explorer": "https://etherscan.io/token/0x6f72b14383f5eCDAcDD2F761a5C4B070F91C2806",
- "status": "abandoned",
- "id": "0x6f72b14383f5eCDAcDD2F761a5C4B070F91C2806"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6f72b14383f5eCDAcDD2F761a5C4B070F91C2806/logo.png b/blockchains/ethereum/assets/0x6f72b14383f5eCDAcDD2F761a5C4B070F91C2806/logo.png
deleted file mode 100644
index 2808d2b24d030..0000000000000
Binary files a/blockchains/ethereum/assets/0x6f72b14383f5eCDAcDD2F761a5C4B070F91C2806/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6f80310CA7F2C654691D1383149Fa1A57d8AB1f8/info.json b/blockchains/ethereum/assets/0x6f80310CA7F2C654691D1383149Fa1A57d8AB1f8/info.json
deleted file mode 100644
index 5ca6b58d9c38b..0000000000000
--- a/blockchains/ethereum/assets/0x6f80310CA7F2C654691D1383149Fa1A57d8AB1f8/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "Silo Finance",
- "type": "ERC20",
- "symbol": "SILO",
- "decimals": 18,
- "website": "https://www.silo.finance",
- "description": "Silo's lending protocol (Silo Finance) is owned and operated by the SiloDAO. The governance token ($SILO) endows holders with full control over the DAO and its lending protocol through voting and delegation rights.",
- "explorer": "https://etherscan.io/token/0x6f80310CA7F2C654691D1383149Fa1A57d8AB1f8",
- "status": "active",
- "id": "0x6f80310CA7F2C654691D1383149Fa1A57d8AB1f8",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/SiloFinance"
- },
- {
- "name": "github",
- "url": "https://github.com/silo-finance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/silo_community"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/silo_finance"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/silo-finance"
- },
- {
- "name": "docs",
- "url": "https://silopedia.silo.finance/welcome/read-me"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/silo-finance"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x6f80310CA7F2C654691D1383149Fa1A57d8AB1f8/logo.png b/blockchains/ethereum/assets/0x6f80310CA7F2C654691D1383149Fa1A57d8AB1f8/logo.png
deleted file mode 100644
index 7e2a636e29485..0000000000000
Binary files a/blockchains/ethereum/assets/0x6f80310CA7F2C654691D1383149Fa1A57d8AB1f8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6f9aFEe7645ed0F115f39a64346e7Cb2Cd17B26F/info.json b/blockchains/ethereum/assets/0x6f9aFEe7645ed0F115f39a64346e7Cb2Cd17B26F/info.json
deleted file mode 100644
index 1864a36e896e7..0000000000000
--- a/blockchains/ethereum/assets/0x6f9aFEe7645ed0F115f39a64346e7Cb2Cd17B26F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LibraNetwork",
- "symbol": "Libra",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6f9aFEe7645ed0F115f39a64346e7Cb2Cd17B26F",
- "status": "abandoned",
- "id": "0x6f9aFEe7645ed0F115f39a64346e7Cb2Cd17B26F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6f9aFEe7645ed0F115f39a64346e7Cb2Cd17B26F/logo.png b/blockchains/ethereum/assets/0x6f9aFEe7645ed0F115f39a64346e7Cb2Cd17B26F/logo.png
deleted file mode 100644
index b8d56373612c8..0000000000000
Binary files a/blockchains/ethereum/assets/0x6f9aFEe7645ed0F115f39a64346e7Cb2Cd17B26F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6fB3e0A217407EFFf7Ca062D46c26E5d60a14d69/info.json b/blockchains/ethereum/assets/0x6fB3e0A217407EFFf7Ca062D46c26E5d60a14d69/info.json
deleted file mode 100644
index 335e1d413ecbc..0000000000000
--- a/blockchains/ethereum/assets/0x6fB3e0A217407EFFf7Ca062D46c26E5d60a14d69/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "IoTeX ERC20",
- "symbol": "IoTeX ERC20",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://iotex.io",
- "explorer": "https://etherscan.io/token/0x6fB3e0A217407EFFf7Ca062D46c26E5d60a14d69",
- "status": "abandoned",
- "id": "0x6fB3e0A217407EFFf7Ca062D46c26E5d60a14d69",
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6fB3e0A217407EFFf7Ca062D46c26E5d60a14d69/logo.png b/blockchains/ethereum/assets/0x6fB3e0A217407EFFf7Ca062D46c26E5d60a14d69/logo.png
deleted file mode 100644
index f0b7334340338..0000000000000
Binary files a/blockchains/ethereum/assets/0x6fB3e0A217407EFFf7Ca062D46c26E5d60a14d69/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6fC13EACE26590B80cCCAB1ba5d51890577D83B2/info.json b/blockchains/ethereum/assets/0x6fC13EACE26590B80cCCAB1ba5d51890577D83B2/info.json
deleted file mode 100644
index 66e4c640b20fb..0000000000000
--- a/blockchains/ethereum/assets/0x6fC13EACE26590B80cCCAB1ba5d51890577D83B2/info.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "id": "0x6fC13EACE26590B80cCCAB1ba5d51890577D83B2",
- "name": "Umbrella Network",
- "website": "https://www.umb.network",
- "short_description": "Umbrella is a scalable, community owned oracle",
- "description": "Umbrella Network a Community owned, Decentralized Oracle built on Layer 2 for DeFi and Blockchain Applications powered by UMB cryptocurrency",
- "explorer": "https://etherscan.io/token/0x6fC13EACE26590B80cCCAB1ba5d51890577D83B2",
- "decimals": 18,
- "type": "ERC20",
- "symbol": "UMB",
- "status": "active",
- "research": "",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/umbrella-network/overture"
- },
- {
- "name": "whitepaper",
- "url": "https://www.umb.network/wp-content/uploads/2021/02/umb_litepaper_design_v3.1.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6fC13EACE26590B80cCCAB1ba5d51890577D83B2/logo.png b/blockchains/ethereum/assets/0x6fC13EACE26590B80cCCAB1ba5d51890577D83B2/logo.png
deleted file mode 100644
index de13ce264b1ee..0000000000000
Binary files a/blockchains/ethereum/assets/0x6fC13EACE26590B80cCCAB1ba5d51890577D83B2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6fE355c62C6faf6946cE888fFABa9fD12355ae27/info.json b/blockchains/ethereum/assets/0x6fE355c62C6faf6946cE888fFABa9fD12355ae27/info.json
deleted file mode 100644
index 6eac7016e50fe..0000000000000
--- a/blockchains/ethereum/assets/0x6fE355c62C6faf6946cE888fFABa9fD12355ae27/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HashBX",
- "symbol": "HBX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://hashbx.io/",
- "explorer": "https://etherscan.io/token/0x6fE355c62C6faf6946cE888fFABa9fD12355ae27",
- "status": "abandoned",
- "id": "0x6fE355c62C6faf6946cE888fFABa9fD12355ae27"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6fE355c62C6faf6946cE888fFABa9fD12355ae27/logo.png b/blockchains/ethereum/assets/0x6fE355c62C6faf6946cE888fFABa9fD12355ae27/logo.png
deleted file mode 100755
index 7d58ff8da96bb..0000000000000
Binary files a/blockchains/ethereum/assets/0x6fE355c62C6faf6946cE888fFABa9fD12355ae27/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6fF9FF021B978605DEA99b35d212AE950e9EA36e/info.json b/blockchains/ethereum/assets/0x6fF9FF021B978605DEA99b35d212AE950e9EA36e/info.json
deleted file mode 100644
index 641773a0dcf72..0000000000000
--- a/blockchains/ethereum/assets/0x6fF9FF021B978605DEA99b35d212AE950e9EA36e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Box5",
- "symbol": "Box5",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6fF9FF021B978605DEA99b35d212AE950e9EA36e",
- "status": "abandoned",
- "id": "0x6fF9FF021B978605DEA99b35d212AE950e9EA36e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6fF9FF021B978605DEA99b35d212AE950e9EA36e/logo.png b/blockchains/ethereum/assets/0x6fF9FF021B978605DEA99b35d212AE950e9EA36e/logo.png
deleted file mode 100755
index e5ce862411d0f..0000000000000
Binary files a/blockchains/ethereum/assets/0x6fF9FF021B978605DEA99b35d212AE950e9EA36e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6fFF3806Bbac52A20e0d79BC538d527f6a22c96b/info.json b/blockchains/ethereum/assets/0x6fFF3806Bbac52A20e0d79BC538d527f6a22c96b/info.json
deleted file mode 100644
index 5aab80ec9f5f0..0000000000000
--- a/blockchains/ethereum/assets/0x6fFF3806Bbac52A20e0d79BC538d527f6a22c96b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "0x0000000000000000000000000000000000000000000000000000000000000020",
- "symbol": "CDX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://cdxnet.com/",
- "explorer": "https://etherscan.io/token/0x6fFF3806Bbac52A20e0d79BC538d527f6a22c96b",
- "status": "abandoned",
- "id": "0x6fFF3806Bbac52A20e0d79BC538d527f6a22c96b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6fFF3806Bbac52A20e0d79BC538d527f6a22c96b/logo.png b/blockchains/ethereum/assets/0x6fFF3806Bbac52A20e0d79BC538d527f6a22c96b/logo.png
deleted file mode 100755
index c99b3b72ef1bf..0000000000000
Binary files a/blockchains/ethereum/assets/0x6fFF3806Bbac52A20e0d79BC538d527f6a22c96b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6fc22D1F6852Af2bceA6cB749033ccB6B4D3177a/info.json b/blockchains/ethereum/assets/0x6fc22D1F6852Af2bceA6cB749033ccB6B4D3177a/info.json
deleted file mode 100644
index ee97426b9e58a..0000000000000
--- a/blockchains/ethereum/assets/0x6fc22D1F6852Af2bceA6cB749033ccB6B4D3177a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitSTD Shares",
- "symbol": "BSS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6fc22D1F6852Af2bceA6cB749033ccB6B4D3177a",
- "status": "abandoned",
- "id": "0x6fc22D1F6852Af2bceA6cB749033ccB6B4D3177a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6fc22D1F6852Af2bceA6cB749033ccB6B4D3177a/logo.png b/blockchains/ethereum/assets/0x6fc22D1F6852Af2bceA6cB749033ccB6B4D3177a/logo.png
deleted file mode 100644
index a3847c99b06be..0000000000000
Binary files a/blockchains/ethereum/assets/0x6fc22D1F6852Af2bceA6cB749033ccB6B4D3177a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6fcBBB527Fb2954BED2B224A5BB7c23C5AeEb6E1/info.json b/blockchains/ethereum/assets/0x6fcBBB527Fb2954BED2B224A5BB7c23C5AeEb6E1/info.json
deleted file mode 100644
index f935bc7e3ecaa..0000000000000
--- a/blockchains/ethereum/assets/0x6fcBBB527Fb2954BED2B224A5BB7c23C5AeEb6E1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "oneETH",
- "website": "https://ichi.farm",
- "description": "This has been migrated over to a new contract: 0xec0d77a58528a218cbf41fa6e1585c8d7a085868",
- "explorer": "https://etherscan.io/token/0x6fcBBB527Fb2954BED2B224A5BB7c23C5AeEb6E1",
- "type": "ERC20",
- "symbol": "oneETH",
- "decimals": 9,
- "status": "abandoned",
- "id": "0x6fcBBB527Fb2954BED2B224A5BB7c23C5AeEb6E1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6fcBBB527Fb2954BED2B224A5BB7c23C5AeEb6E1/logo.png b/blockchains/ethereum/assets/0x6fcBBB527Fb2954BED2B224A5BB7c23C5AeEb6E1/logo.png
deleted file mode 100644
index a8f652160593b..0000000000000
Binary files a/blockchains/ethereum/assets/0x6fcBBB527Fb2954BED2B224A5BB7c23C5AeEb6E1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6fe56C0bcdD471359019FcBC48863d6c3e9d4F41/info.json b/blockchains/ethereum/assets/0x6fe56C0bcdD471359019FcBC48863d6c3e9d4F41/info.json
deleted file mode 100644
index dd6d2a6f9bb9f..0000000000000
--- a/blockchains/ethereum/assets/0x6fe56C0bcdD471359019FcBC48863d6c3e9d4F41/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Props Token",
- "symbol": "PROPS",
- "type": "ERC20",
- "decimals": 18,
- "description": " Props’ open-source infrastructure creates a decentralized network of apps operated by independent developers, who share an underlying token, benefiting from collective network effects.",
- "website": "https://www.propsproject.com",
- "explorer": "https://etherscan.io/token/0x6fe56C0bcdD471359019FcBC48863d6c3e9d4F41",
- "status": "active",
- "id": "0x6fe56C0bcdD471359019FcBC48863d6c3e9d4F41"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6fe56C0bcdD471359019FcBC48863d6c3e9d4F41/logo.png b/blockchains/ethereum/assets/0x6fe56C0bcdD471359019FcBC48863d6c3e9d4F41/logo.png
deleted file mode 100644
index 2c62ceb78528f..0000000000000
Binary files a/blockchains/ethereum/assets/0x6fe56C0bcdD471359019FcBC48863d6c3e9d4F41/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6ff313FB38d53d7A458860b1bf7512f54a03e968/info.json b/blockchains/ethereum/assets/0x6ff313FB38d53d7A458860b1bf7512f54a03e968/info.json
deleted file mode 100644
index 642133a7b922f..0000000000000
--- a/blockchains/ethereum/assets/0x6ff313FB38d53d7A458860b1bf7512f54a03e968/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mero Currency",
- "symbol": "MRO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6ff313FB38d53d7A458860b1bf7512f54a03e968",
- "status": "abandoned",
- "id": "0x6ff313FB38d53d7A458860b1bf7512f54a03e968"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6ff313FB38d53d7A458860b1bf7512f54a03e968/logo.png b/blockchains/ethereum/assets/0x6ff313FB38d53d7A458860b1bf7512f54a03e968/logo.png
deleted file mode 100644
index b06a4548a9f67..0000000000000
Binary files a/blockchains/ethereum/assets/0x6ff313FB38d53d7A458860b1bf7512f54a03e968/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6ff7C968B50ec34FA13e99B80Ce97d5Df14c7921/info.json b/blockchains/ethereum/assets/0x6ff7C968B50ec34FA13e99B80Ce97d5Df14c7921/info.json
deleted file mode 100644
index f6ef967af4491..0000000000000
--- a/blockchains/ethereum/assets/0x6ff7C968B50ec34FA13e99B80Ce97d5Df14c7921/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "osimi.finance",
- "symbol": "OS",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6ff7C968B50ec34FA13e99B80Ce97d5Df14c7921",
- "status": "abandoned",
- "id": "0x6ff7C968B50ec34FA13e99B80Ce97d5Df14c7921"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6ff7C968B50ec34FA13e99B80Ce97d5Df14c7921/logo.png b/blockchains/ethereum/assets/0x6ff7C968B50ec34FA13e99B80Ce97d5Df14c7921/logo.png
deleted file mode 100644
index 290d5948c6e21..0000000000000
Binary files a/blockchains/ethereum/assets/0x6ff7C968B50ec34FA13e99B80Ce97d5Df14c7921/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x6ffF948c46B92e4ba0A6A4142ec4d895785aFE19/info.json b/blockchains/ethereum/assets/0x6ffF948c46B92e4ba0A6A4142ec4d895785aFE19/info.json
deleted file mode 100644
index 2a9abbe5a3c0a..0000000000000
--- a/blockchains/ethereum/assets/0x6ffF948c46B92e4ba0A6A4142ec4d895785aFE19/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yoi Crypto",
- "symbol": "YOI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x6ffF948c46B92e4ba0A6A4142ec4d895785aFE19",
- "status": "abandoned",
- "id": "0x6ffF948c46B92e4ba0A6A4142ec4d895785aFE19"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x6ffF948c46B92e4ba0A6A4142ec4d895785aFE19/logo.png b/blockchains/ethereum/assets/0x6ffF948c46B92e4ba0A6A4142ec4d895785aFE19/logo.png
deleted file mode 100644
index 786ddccec852d..0000000000000
Binary files a/blockchains/ethereum/assets/0x6ffF948c46B92e4ba0A6A4142ec4d895785aFE19/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x701C244b988a513c945973dEFA05de933b23Fe1D/info.json b/blockchains/ethereum/assets/0x701C244b988a513c945973dEFA05de933b23Fe1D/info.json
deleted file mode 100644
index 322f4ec103fb9..0000000000000
--- a/blockchains/ethereum/assets/0x701C244b988a513c945973dEFA05de933b23Fe1D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "openANX Token",
- "symbol": "OAX",
- "type": "ERC20",
- "decimals": 18,
- "description": "Developing and promoting a sustainable digital asset ecosystem for the future.",
- "website": "https://www.oax.org",
- "explorer": "https://etherscan.io/token/0x701C244b988a513c945973dEFA05de933b23Fe1D",
- "status": "active",
- "id": "0x701C244b988a513c945973dEFA05de933b23Fe1D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x701C244b988a513c945973dEFA05de933b23Fe1D/logo.png b/blockchains/ethereum/assets/0x701C244b988a513c945973dEFA05de933b23Fe1D/logo.png
deleted file mode 100755
index e5716b41dd5c8..0000000000000
Binary files a/blockchains/ethereum/assets/0x701C244b988a513c945973dEFA05de933b23Fe1D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7024e48B4B6439307920EB1D71682fE18262189c/info.json b/blockchains/ethereum/assets/0x7024e48B4B6439307920EB1D71682fE18262189c/info.json
deleted file mode 100644
index 34c2bd9111117..0000000000000
--- a/blockchains/ethereum/assets/0x7024e48B4B6439307920EB1D71682fE18262189c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hitfinex",
- "symbol": "HFX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7024e48B4B6439307920EB1D71682fE18262189c",
- "status": "abandoned",
- "id": "0x7024e48B4B6439307920EB1D71682fE18262189c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7024e48B4B6439307920EB1D71682fE18262189c/logo.png b/blockchains/ethereum/assets/0x7024e48B4B6439307920EB1D71682fE18262189c/logo.png
deleted file mode 100644
index 1e44ef48fc140..0000000000000
Binary files a/blockchains/ethereum/assets/0x7024e48B4B6439307920EB1D71682fE18262189c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7025baB2EC90410de37F488d1298204cd4D6b29d/info.json b/blockchains/ethereum/assets/0x7025baB2EC90410de37F488d1298204cd4D6b29d/info.json
deleted file mode 100644
index 42ddb01e865d4..0000000000000
--- a/blockchains/ethereum/assets/0x7025baB2EC90410de37F488d1298204cd4D6b29d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MasterXriba",
- "symbol": "XRA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://xriba.com/",
- "explorer": "https://etherscan.io/token/0x7025baB2EC90410de37F488d1298204cd4D6b29d",
- "status": "abandoned",
- "id": "0x7025baB2EC90410de37F488d1298204cd4D6b29d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7025baB2EC90410de37F488d1298204cd4D6b29d/logo.png b/blockchains/ethereum/assets/0x7025baB2EC90410de37F488d1298204cd4D6b29d/logo.png
deleted file mode 100644
index 53de497a0357a..0000000000000
Binary files a/blockchains/ethereum/assets/0x7025baB2EC90410de37F488d1298204cd4D6b29d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x70401dFD142A16dC7031c56E862Fc88Cb9537Ce0/info.json b/blockchains/ethereum/assets/0x70401dFD142A16dC7031c56E862Fc88Cb9537Ce0/info.json
deleted file mode 100644
index 37fe209b3c028..0000000000000
--- a/blockchains/ethereum/assets/0x70401dFD142A16dC7031c56E862Fc88Cb9537Ce0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bird.Money",
- "type": "ERC20",
- "symbol": "BIRD",
- "decimals": 18,
- "website": "https://bird.money",
- "description": "Bird.Money leverages the power of its off-chain oracle analytics to provide on-chain protocols with trust data, combined with a lending platform. Allowing you to safely maximize borrowing while gaining access to additional digital assets.",
- "explorer": "https://etherscan.io/token/0x70401dfd142a16dc7031c56e862fc88cb9537ce0",
- "status": "active",
- "id": "0x70401dFD142A16dC7031c56E862Fc88Cb9537Ce0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x70401dFD142A16dC7031c56E862Fc88Cb9537Ce0/logo.png b/blockchains/ethereum/assets/0x70401dFD142A16dC7031c56E862Fc88Cb9537Ce0/logo.png
deleted file mode 100644
index db2078a08cc24..0000000000000
Binary files a/blockchains/ethereum/assets/0x70401dFD142A16dC7031c56E862Fc88Cb9537Ce0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x704BDdaa18f3b4EEf33CDfec5e80dAf5847c7d41/info.json b/blockchains/ethereum/assets/0x704BDdaa18f3b4EEf33CDfec5e80dAf5847c7d41/info.json
deleted file mode 100644
index d47469787294a..0000000000000
--- a/blockchains/ethereum/assets/0x704BDdaa18f3b4EEf33CDfec5e80dAf5847c7d41/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MIQcoin",
- "symbol": "MIQ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x704BDdaa18f3b4EEf33CDfec5e80dAf5847c7d41",
- "status": "abandoned",
- "id": "0x704BDdaa18f3b4EEf33CDfec5e80dAf5847c7d41"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x704BDdaa18f3b4EEf33CDfec5e80dAf5847c7d41/logo.png b/blockchains/ethereum/assets/0x704BDdaa18f3b4EEf33CDfec5e80dAf5847c7d41/logo.png
deleted file mode 100644
index f37bc157328eb..0000000000000
Binary files a/blockchains/ethereum/assets/0x704BDdaa18f3b4EEf33CDfec5e80dAf5847c7d41/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x705051Bbfd9f287869A412cbA8bC7d112de48E69/info.json b/blockchains/ethereum/assets/0x705051Bbfd9f287869A412cbA8bC7d112de48E69/info.json
deleted file mode 100644
index 00aec8a18febf..0000000000000
--- a/blockchains/ethereum/assets/0x705051Bbfd9f287869A412cbA8bC7d112de48E69/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SAKECOIN",
- "symbol": "SAKE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.sakecoin.info/",
- "explorer": "https://etherscan.io/token/0x705051Bbfd9f287869A412cbA8bC7d112de48E69",
- "status": "abandoned",
- "id": "0x705051Bbfd9f287869A412cbA8bC7d112de48E69"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x705051Bbfd9f287869A412cbA8bC7d112de48E69/logo.png b/blockchains/ethereum/assets/0x705051Bbfd9f287869A412cbA8bC7d112de48E69/logo.png
deleted file mode 100644
index c3e6d19e3b695..0000000000000
Binary files a/blockchains/ethereum/assets/0x705051Bbfd9f287869A412cbA8bC7d112de48E69/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7051620d11042c4335069AaA4f10Cd3B4290C681/info.json b/blockchains/ethereum/assets/0x7051620d11042c4335069AaA4f10Cd3B4290C681/info.json
deleted file mode 100644
index 2415ea6fe854d..0000000000000
--- a/blockchains/ethereum/assets/0x7051620d11042c4335069AaA4f10Cd3B4290C681/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tcash",
- "symbol": "TCASH",
- "type": "ERC20",
- "decimals": 8,
- "description": "TCASH is EtherFlyer’s platform token. EtherFlyer describes itself as a decentralized crypto Exchange.",
- "website": "https://www.etherflyer.com/index.html",
- "explorer": "https://etherscan.io/token/0x7051620d11042c4335069AaA4f10Cd3B4290C681",
- "status": "active",
- "id": "0x7051620d11042c4335069AaA4f10Cd3B4290C681"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7051620d11042c4335069AaA4f10Cd3B4290C681/logo.png b/blockchains/ethereum/assets/0x7051620d11042c4335069AaA4f10Cd3B4290C681/logo.png
deleted file mode 100644
index 500c51442418e..0000000000000
Binary files a/blockchains/ethereum/assets/0x7051620d11042c4335069AaA4f10Cd3B4290C681/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x705EE96c1c160842C92c1aeCfCFfccc9C412e3D9/info.json b/blockchains/ethereum/assets/0x705EE96c1c160842C92c1aeCfCFfccc9C412e3D9/info.json
deleted file mode 100644
index 5b5b80454a5e6..0000000000000
--- a/blockchains/ethereum/assets/0x705EE96c1c160842C92c1aeCfCFfccc9C412e3D9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ClearPoll Token",
- "symbol": "POLL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.clearpoll.io/",
- "explorer": "https://etherscan.io/token/0x705EE96c1c160842C92c1aeCfCFfccc9C412e3D9",
- "status": "abandoned",
- "id": "0x705EE96c1c160842C92c1aeCfCFfccc9C412e3D9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x705EE96c1c160842C92c1aeCfCFfccc9C412e3D9/logo.png b/blockchains/ethereum/assets/0x705EE96c1c160842C92c1aeCfCFfccc9C412e3D9/logo.png
deleted file mode 100644
index 47853fed89647..0000000000000
Binary files a/blockchains/ethereum/assets/0x705EE96c1c160842C92c1aeCfCFfccc9C412e3D9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x70605a6457B0A8fBf1EEE896911895296eAB467E/info.json b/blockchains/ethereum/assets/0x70605a6457B0A8fBf1EEE896911895296eAB467E/info.json
deleted file mode 100644
index fa053bdab4f2d..0000000000000
--- a/blockchains/ethereum/assets/0x70605a6457B0A8fBf1EEE896911895296eAB467E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IchiStake",
- "website": "https://ichi.org",
- "description": "xICHI is the staking coin of the ICHI community.",
- "explorer": "https://etherscan.io/token/0x70605a6457B0A8fBf1EEE896911895296eAB467E",
- "type": "ERC20",
- "symbol": "xICHI",
- "decimals": 9,
- "status": "active",
- "id": "0x70605a6457B0A8fBf1EEE896911895296eAB467E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x70605a6457B0A8fBf1EEE896911895296eAB467E/logo.png b/blockchains/ethereum/assets/0x70605a6457B0A8fBf1EEE896911895296eAB467E/logo.png
deleted file mode 100644
index 287d281fb0b86..0000000000000
Binary files a/blockchains/ethereum/assets/0x70605a6457B0A8fBf1EEE896911895296eAB467E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7064aAb39A0Fcf7221c3396719D0917a65E35515/info.json b/blockchains/ethereum/assets/0x7064aAb39A0Fcf7221c3396719D0917a65E35515/info.json
deleted file mode 100644
index 447dc55547b6c..0000000000000
--- a/blockchains/ethereum/assets/0x7064aAb39A0Fcf7221c3396719D0917a65E35515/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cpollo",
- "symbol": "CPLO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7064aAb39A0Fcf7221c3396719D0917a65E35515",
- "status": "abandoned",
- "id": "0x7064aAb39A0Fcf7221c3396719D0917a65E35515"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7064aAb39A0Fcf7221c3396719D0917a65E35515/logo.png b/blockchains/ethereum/assets/0x7064aAb39A0Fcf7221c3396719D0917a65E35515/logo.png
deleted file mode 100644
index 59016b2f9fbdb..0000000000000
Binary files a/blockchains/ethereum/assets/0x7064aAb39A0Fcf7221c3396719D0917a65E35515/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x706CB9E741CBFee00Ad5b3f5ACc8bd44D1644a74/info.json b/blockchains/ethereum/assets/0x706CB9E741CBFee00Ad5b3f5ACc8bd44D1644a74/info.json
deleted file mode 100644
index f4e0c4c9a6898..0000000000000
--- a/blockchains/ethereum/assets/0x706CB9E741CBFee00Ad5b3f5ACc8bd44D1644a74/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "YFOX.FINANCE",
- "website": "https://yfox.finance",
- "description": "Y FOX is an open-source Decentralized protocol which enables you to easily access FOX DUAL STAKING, FARMING, GOVERNANCE VOTE, LENDING and BORROWING DeFi Services from a simple dashboard.",
- "explorer": "https://etherscan.io/token/0x706CB9E741CBFee00Ad5b3f5ACc8bd44D1644a74",
- "type": "ERC20",
- "symbol": "YFOX",
- "decimals": 6,
- "status": "active",
- "id": "0x706CB9E741CBFee00Ad5b3f5ACc8bd44D1644a74",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/yfoxfinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/YFOX_Announcement"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x706CB9E741CBFee00Ad5b3f5ACc8bd44D1644a74/logo.png b/blockchains/ethereum/assets/0x706CB9E741CBFee00Ad5b3f5ACc8bd44D1644a74/logo.png
deleted file mode 100644
index b443e98cc7d87..0000000000000
Binary files a/blockchains/ethereum/assets/0x706CB9E741CBFee00Ad5b3f5ACc8bd44D1644a74/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x708aA4e8AaeAaD6074dD09cc4e5C52A70452eB39/info.json b/blockchains/ethereum/assets/0x708aA4e8AaeAaD6074dD09cc4e5C52A70452eB39/info.json
deleted file mode 100644
index e4cf6c0da0891..0000000000000
--- a/blockchains/ethereum/assets/0x708aA4e8AaeAaD6074dD09cc4e5C52A70452eB39/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoffeen",
- "symbol": "BFF",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://bitcoffeen.com/",
- "explorer": "https://etherscan.io/token/0x708aA4e8AaeAaD6074dD09cc4e5C52A70452eB39",
- "status": "abandoned",
- "id": "0x708aA4e8AaeAaD6074dD09cc4e5C52A70452eB39"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x708aA4e8AaeAaD6074dD09cc4e5C52A70452eB39/logo.png b/blockchains/ethereum/assets/0x708aA4e8AaeAaD6074dD09cc4e5C52A70452eB39/logo.png
deleted file mode 100644
index 433452d50a256..0000000000000
Binary files a/blockchains/ethereum/assets/0x708aA4e8AaeAaD6074dD09cc4e5C52A70452eB39/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7090a6e22c838469c9E67851D6489ba9c933a43F/info.json b/blockchains/ethereum/assets/0x7090a6e22c838469c9E67851D6489ba9c933a43F/info.json
deleted file mode 100644
index a30ce0249756a..0000000000000
--- a/blockchains/ethereum/assets/0x7090a6e22c838469c9E67851D6489ba9c933a43F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zuck Bucks",
- "symbol": "ZBUX",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://zuckbucks.cash/",
- "explorer": "https://etherscan.io/token/0x7090a6e22c838469c9E67851D6489ba9c933a43F",
- "status": "abandoned",
- "id": "0x7090a6e22c838469c9E67851D6489ba9c933a43F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7090a6e22c838469c9E67851D6489ba9c933a43F/logo.png b/blockchains/ethereum/assets/0x7090a6e22c838469c9E67851D6489ba9c933a43F/logo.png
deleted file mode 100644
index 4b5f031f32cc3..0000000000000
Binary files a/blockchains/ethereum/assets/0x7090a6e22c838469c9E67851D6489ba9c933a43F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x70968FEAF13299d0dBf78f66860bAb9DbE3856bc/info.json b/blockchains/ethereum/assets/0x70968FEAF13299d0dBf78f66860bAb9DbE3856bc/info.json
deleted file mode 100644
index 7aecd983df4de..0000000000000
--- a/blockchains/ethereum/assets/0x70968FEAF13299d0dBf78f66860bAb9DbE3856bc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Treelion",
- "symbol": "TRN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://treelion.com/",
- "explorer": "https://etherscan.io/token/0x70968FEAF13299d0dBf78f66860bAb9DbE3856bc",
- "status": "abandoned",
- "id": "0x70968FEAF13299d0dBf78f66860bAb9DbE3856bc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x70968FEAF13299d0dBf78f66860bAb9DbE3856bc/logo.png b/blockchains/ethereum/assets/0x70968FEAF13299d0dBf78f66860bAb9DbE3856bc/logo.png
deleted file mode 100644
index c428bdedfcc50..0000000000000
Binary files a/blockchains/ethereum/assets/0x70968FEAF13299d0dBf78f66860bAb9DbE3856bc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x70D17291E47DC09852baec47eD795CE9b1d64789/info.json b/blockchains/ethereum/assets/0x70D17291E47DC09852baec47eD795CE9b1d64789/info.json
deleted file mode 100644
index eb741b7063eff..0000000000000
--- a/blockchains/ethereum/assets/0x70D17291E47DC09852baec47eD795CE9b1d64789/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Unica Coin",
- "symbol": "UNI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x70D17291E47DC09852baec47eD795CE9b1d64789",
- "status": "abandoned",
- "id": "0x70D17291E47DC09852baec47eD795CE9b1d64789"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x70D17291E47DC09852baec47eD795CE9b1d64789/logo.png b/blockchains/ethereum/assets/0x70D17291E47DC09852baec47eD795CE9b1d64789/logo.png
deleted file mode 100644
index 4adb579b21d4d..0000000000000
Binary files a/blockchains/ethereum/assets/0x70D17291E47DC09852baec47eD795CE9b1d64789/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x70Ec7702ADA8530d8f7332f7f3700099553D772D/info.json b/blockchains/ethereum/assets/0x70Ec7702ADA8530d8f7332f7f3700099553D772D/info.json
deleted file mode 100644
index 58fa8625d2329..0000000000000
--- a/blockchains/ethereum/assets/0x70Ec7702ADA8530d8f7332f7f3700099553D772D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Indonesian Project",
- "symbol": "IDN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://indonesian-project.my.id",
- "explorer": "https://etherscan.io/token/0x70Ec7702ADA8530d8f7332f7f3700099553D772D",
- "status": "abandoned",
- "id": "0x70Ec7702ADA8530d8f7332f7f3700099553D772D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x70Ec7702ADA8530d8f7332f7f3700099553D772D/logo.png b/blockchains/ethereum/assets/0x70Ec7702ADA8530d8f7332f7f3700099553D772D/logo.png
deleted file mode 100644
index 9a79081c5f97c..0000000000000
Binary files a/blockchains/ethereum/assets/0x70Ec7702ADA8530d8f7332f7f3700099553D772D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x70F6A7Ac4ebB8C04539e6D5245501cc553E48D39/info.json b/blockchains/ethereum/assets/0x70F6A7Ac4ebB8C04539e6D5245501cc553E48D39/info.json
deleted file mode 100644
index 3fe7172b2a55b..0000000000000
--- a/blockchains/ethereum/assets/0x70F6A7Ac4ebB8C04539e6D5245501cc553E48D39/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Chefs Coin",
- "symbol": "CHEF",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x70F6A7Ac4ebB8C04539e6D5245501cc553E48D39",
- "status": "abandoned",
- "id": "0x70F6A7Ac4ebB8C04539e6D5245501cc553E48D39"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x70F6A7Ac4ebB8C04539e6D5245501cc553E48D39/logo.png b/blockchains/ethereum/assets/0x70F6A7Ac4ebB8C04539e6D5245501cc553E48D39/logo.png
deleted file mode 100644
index 37a2066082765..0000000000000
Binary files a/blockchains/ethereum/assets/0x70F6A7Ac4ebB8C04539e6D5245501cc553E48D39/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x70b147E01E9285E7cE68B9BA437Fe3a9190E756a/info.json b/blockchains/ethereum/assets/0x70b147E01E9285E7cE68B9BA437Fe3a9190E756a/info.json
deleted file mode 100644
index bce866f61f03c..0000000000000
--- a/blockchains/ethereum/assets/0x70b147E01E9285E7cE68B9BA437Fe3a9190E756a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitFlux",
- "symbol": "FLX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x70b147E01E9285E7cE68B9BA437Fe3a9190E756a",
- "status": "abandoned",
- "id": "0x70b147E01E9285E7cE68B9BA437Fe3a9190E756a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x70b147E01E9285E7cE68B9BA437Fe3a9190E756a/logo.png b/blockchains/ethereum/assets/0x70b147E01E9285E7cE68B9BA437Fe3a9190E756a/logo.png
deleted file mode 100644
index c1b2ddb861167..0000000000000
Binary files a/blockchains/ethereum/assets/0x70b147E01E9285E7cE68B9BA437Fe3a9190E756a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x70c621f949b6556c4545707a2d5d73A776b98359/info.json b/blockchains/ethereum/assets/0x70c621f949b6556c4545707a2d5d73A776b98359/info.json
deleted file mode 100644
index 4fb7522978231..0000000000000
--- a/blockchains/ethereum/assets/0x70c621f949b6556c4545707a2d5d73A776b98359/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Skychain Global Token",
- "symbol": "SKCH",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "http://skychain.global/",
- "explorer": "https://etherscan.io/token/0x70c621f949b6556c4545707a2d5d73A776b98359",
- "status": "abandoned",
- "id": "0x70c621f949b6556c4545707a2d5d73A776b98359"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x70c621f949b6556c4545707a2d5d73A776b98359/logo.png b/blockchains/ethereum/assets/0x70c621f949b6556c4545707a2d5d73A776b98359/logo.png
deleted file mode 100644
index 37717581c2fbb..0000000000000
Binary files a/blockchains/ethereum/assets/0x70c621f949b6556c4545707a2d5d73A776b98359/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x70da48f4B7e83c386ef983D4CEF4e58c2c09D8Ac/info.json b/blockchains/ethereum/assets/0x70da48f4B7e83c386ef983D4CEF4e58c2c09D8Ac/info.json
deleted file mode 100644
index 8d048323595b5..0000000000000
--- a/blockchains/ethereum/assets/0x70da48f4B7e83c386ef983D4CEF4e58c2c09D8Ac/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Quras Token",
- "symbol": "XQC",
- "type": "ERC20",
- "decimals": 8,
- "description": "QURAS is a genuine secret contract platform that fulfills various privacy protection needs.",
- "website": "https://quras.io/",
- "explorer": "https://etherscan.io/token/0x70da48f4B7e83c386ef983D4CEF4e58c2c09D8Ac",
- "status": "active",
- "id": "0x70da48f4B7e83c386ef983D4CEF4e58c2c09D8Ac"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x70da48f4B7e83c386ef983D4CEF4e58c2c09D8Ac/logo.png b/blockchains/ethereum/assets/0x70da48f4B7e83c386ef983D4CEF4e58c2c09D8Ac/logo.png
deleted file mode 100644
index d96cda1702bad..0000000000000
Binary files a/blockchains/ethereum/assets/0x70da48f4B7e83c386ef983D4CEF4e58c2c09D8Ac/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x70debcDAB2Ef20bE3d1dBFf6a845E9cCb6E46930/info.json b/blockchains/ethereum/assets/0x70debcDAB2Ef20bE3d1dBFf6a845E9cCb6E46930/info.json
deleted file mode 100644
index 09e42221e8093..0000000000000
--- a/blockchains/ethereum/assets/0x70debcDAB2Ef20bE3d1dBFf6a845E9cCb6E46930/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BIKICOIN TOKEN",
- "symbol": "BIKI",
- "type": "ERC20",
- "decimals": 8,
- "description": "BIKI is a token issued by the BiKi trading platform, and represents the rights and interests of the exchange.",
- "website": "https://www.biki.cc",
- "explorer": "https://etherscan.io/token/0x70debcDAB2Ef20bE3d1dBFf6a845E9cCb6E46930",
- "status": "active",
- "id": "0x70debcDAB2Ef20bE3d1dBFf6a845E9cCb6E46930"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x70debcDAB2Ef20bE3d1dBFf6a845E9cCb6E46930/logo.png b/blockchains/ethereum/assets/0x70debcDAB2Ef20bE3d1dBFf6a845E9cCb6E46930/logo.png
deleted file mode 100644
index 2e606c1fb0c57..0000000000000
Binary files a/blockchains/ethereum/assets/0x70debcDAB2Ef20bE3d1dBFf6a845E9cCb6E46930/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x70e14cD4d6e71775580124c139dF842b11c3AC3b/info.json b/blockchains/ethereum/assets/0x70e14cD4d6e71775580124c139dF842b11c3AC3b/info.json
deleted file mode 100644
index 58d5362c194c4..0000000000000
--- a/blockchains/ethereum/assets/0x70e14cD4d6e71775580124c139dF842b11c3AC3b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETHER CASH",
- "symbol": "ETCA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x70e14cD4d6e71775580124c139dF842b11c3AC3b",
- "status": "abandoned",
- "id": "0x70e14cD4d6e71775580124c139dF842b11c3AC3b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x70e14cD4d6e71775580124c139dF842b11c3AC3b/logo.png b/blockchains/ethereum/assets/0x70e14cD4d6e71775580124c139dF842b11c3AC3b/logo.png
deleted file mode 100644
index 8087c30856cb2..0000000000000
Binary files a/blockchains/ethereum/assets/0x70e14cD4d6e71775580124c139dF842b11c3AC3b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96/info.json b/blockchains/ethereum/assets/0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96/info.json
deleted file mode 100644
index ce8033458da4b..0000000000000
--- a/blockchains/ethereum/assets/0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "XSGD",
- "type": "ERC20",
- "symbol": "XSGD",
- "decimals": 6,
- "website": "https://www.straitsx.com/",
- "description": "Fully collateralised Singapore-dollar backed stablecoin. ",
- "explorer": "https://etherscan.io/token/0x70e8de73ce538da2beed35d14187f6959a8eca96",
- "status": "active",
- "id": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96",
- "tags": [
- "stablecoin"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Xfers/StraitsX-tokens/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/StraitsX"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96/logo.png b/blockchains/ethereum/assets/0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96/logo.png
deleted file mode 100644
index 842ca8279def0..0000000000000
Binary files a/blockchains/ethereum/assets/0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x70eFDc485a10210B056eF8e0A32993Bc6529995E/info.json b/blockchains/ethereum/assets/0x70eFDc485a10210B056eF8e0A32993Bc6529995E/info.json
deleted file mode 100644
index 8697d3378b76e..0000000000000
--- a/blockchains/ethereum/assets/0x70eFDc485a10210B056eF8e0A32993Bc6529995E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blaze Network",
- "symbol": "BLZN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.blazenetwork.info",
- "explorer": "https://etherscan.io/token/0x70eFDc485a10210B056eF8e0A32993Bc6529995E",
- "status": "abandoned",
- "id": "0x70eFDc485a10210B056eF8e0A32993Bc6529995E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x70eFDc485a10210B056eF8e0A32993Bc6529995E/logo.png b/blockchains/ethereum/assets/0x70eFDc485a10210B056eF8e0A32993Bc6529995E/logo.png
deleted file mode 100644
index 024506a0e666f..0000000000000
Binary files a/blockchains/ethereum/assets/0x70eFDc485a10210B056eF8e0A32993Bc6529995E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x71010A9D003445aC60C4e6A7017c1E89A477B438/info.json b/blockchains/ethereum/assets/0x71010A9D003445aC60C4e6A7017c1E89A477B438/info.json
deleted file mode 100644
index 054822db8e916..0000000000000
--- a/blockchains/ethereum/assets/0x71010A9D003445aC60C4e6A7017c1E89A477B438/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave REP V1",
- "symbol": "aREP V1",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave REP V1 is an interest bearing token pegged 1:1 to the underlying REP deposited in Aave V1. aREP V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x71010A9D003445aC60C4e6A7017c1E89A477B438",
- "status": "abandoned",
- "id": "0x71010A9D003445aC60C4e6A7017c1E89A477B438"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x71010A9D003445aC60C4e6A7017c1E89A477B438/logo.png b/blockchains/ethereum/assets/0x71010A9D003445aC60C4e6A7017c1E89A477B438/logo.png
deleted file mode 100644
index 779fe0c27ee1d..0000000000000
Binary files a/blockchains/ethereum/assets/0x71010A9D003445aC60C4e6A7017c1E89A477B438/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7101798482d3f230a4888434588984A9a6D70921/info.json b/blockchains/ethereum/assets/0x7101798482d3f230a4888434588984A9a6D70921/info.json
deleted file mode 100644
index 637c84c9b2575..0000000000000
--- a/blockchains/ethereum/assets/0x7101798482d3f230a4888434588984A9a6D70921/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Colombian",
- "symbol": "ECOP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7101798482d3f230a4888434588984A9a6D70921",
- "status": "abandoned",
- "id": "0x7101798482d3f230a4888434588984A9a6D70921"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7101798482d3f230a4888434588984A9a6D70921/logo.png b/blockchains/ethereum/assets/0x7101798482d3f230a4888434588984A9a6D70921/logo.png
deleted file mode 100644
index c60201e8b9f19..0000000000000
Binary files a/blockchains/ethereum/assets/0x7101798482d3f230a4888434588984A9a6D70921/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7105eC15995A97496eC25de36CF7eEc47b703375/info.json b/blockchains/ethereum/assets/0x7105eC15995A97496eC25de36CF7eEc47b703375/info.json
deleted file mode 100644
index 4b17f4f3a881d..0000000000000
--- a/blockchains/ethereum/assets/0x7105eC15995A97496eC25de36CF7eEc47b703375/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Red Box Dapp Token",
- "symbol": "RBD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://redboxdapp.co",
- "explorer": "https://etherscan.io/token/0x7105eC15995A97496eC25de36CF7eEc47b703375",
- "status": "abandoned",
- "id": "0x7105eC15995A97496eC25de36CF7eEc47b703375"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7105eC15995A97496eC25de36CF7eEc47b703375/logo.png b/blockchains/ethereum/assets/0x7105eC15995A97496eC25de36CF7eEc47b703375/logo.png
deleted file mode 100644
index 19e90781a488d..0000000000000
Binary files a/blockchains/ethereum/assets/0x7105eC15995A97496eC25de36CF7eEc47b703375/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7118057ff0F4Fd0994fb9d2D94de8231d5cca79E/info.json b/blockchains/ethereum/assets/0x7118057ff0F4Fd0994fb9d2D94de8231d5cca79E/info.json
deleted file mode 100644
index 0a114e980daab..0000000000000
--- a/blockchains/ethereum/assets/0x7118057ff0F4Fd0994fb9d2D94de8231d5cca79E/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "SOURCE",
- "website": "https://resource.finance",
- "description": "SOURCE is the utility token that powers the ReSource protocol—a DeFi protocol enabling the world’s first on-chain mutual credit economic system.",
- "explorer": "https://etherscan.io/token/0x7118057ff0F4Fd0994fb9d2D94de8231d5cca79E",
- "type": "ERC20",
- "symbol": "SOURCE",
- "decimals": 18,
- "status": "active",
- "id": "0x7118057ff0F4Fd0994fb9d2D94de8231d5cca79E",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ReSource_Fi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/theresourcenetwork"
- },
- {
- "name": "github",
- "url": "https://github.com/ReSource-Network/"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x7118057ff0F4Fd0994fb9d2D94de8231d5cca79E/logo.png b/blockchains/ethereum/assets/0x7118057ff0F4Fd0994fb9d2D94de8231d5cca79E/logo.png
deleted file mode 100644
index 7c604f4165f81..0000000000000
Binary files a/blockchains/ethereum/assets/0x7118057ff0F4Fd0994fb9d2D94de8231d5cca79E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7121D00b4fA18F13Da6c2e30d19C04844E6AfDC8/info.json b/blockchains/ethereum/assets/0x7121D00b4fA18F13Da6c2e30d19C04844E6AfDC8/info.json
deleted file mode 100644
index 530fc6718b283..0000000000000
--- a/blockchains/ethereum/assets/0x7121D00b4fA18F13Da6c2e30d19C04844E6AfDC8/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Luffy",
- "website": "https://luffytoken.com",
- "description": "Luffy wants to revolutionize the cryptoverse by creating a matchless ecosystem combined with an own blockchain.",
- "explorer": "https://etherscan.io/token/0x7121d00b4fa18f13da6c2e30d19c04844e6afdc8",
- "type": "ERC20",
- "symbol": "LUFFY",
- "decimals": 9,
- "status": "abandoned",
- "id": "0x7121D00b4fA18F13Da6c2e30d19C04844E6AfDC8",
- "tags": [
- "nft"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/luffyinutoken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/joinchat/R4fpgPGB0l9kMGJi"
- },
- {
- "name": "whitepaper",
- "url": "https://luffytoken.com/pdf/whitepaper.pdf"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x712DB54daA836B53Ef1EcBb9c6ba3b9Efb073F40/info.json b/blockchains/ethereum/assets/0x712DB54daA836B53Ef1EcBb9c6ba3b9Efb073F40/info.json
deleted file mode 100644
index 67aac6e1a9d6b..0000000000000
--- a/blockchains/ethereum/assets/0x712DB54daA836B53Ef1EcBb9c6ba3b9Efb073F40/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave ENJ V1",
- "symbol": "aENJ V1",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave ENJ V1 is an interest bearing token pegged 1:1 to the underlying xxxx deposited in Aave V1. aENJ V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x712DB54daA836B53Ef1EcBb9c6ba3b9Efb073F40",
- "status": "active",
- "id": "0x712DB54daA836B53Ef1EcBb9c6ba3b9Efb073F40"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x712DB54daA836B53Ef1EcBb9c6ba3b9Efb073F40/logo.png b/blockchains/ethereum/assets/0x712DB54daA836B53Ef1EcBb9c6ba3b9Efb073F40/logo.png
deleted file mode 100644
index a2c47e09b2e67..0000000000000
Binary files a/blockchains/ethereum/assets/0x712DB54daA836B53Ef1EcBb9c6ba3b9Efb073F40/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x71396a6410249725C5609646c4e449C6c4d41E27/info.json b/blockchains/ethereum/assets/0x71396a6410249725C5609646c4e449C6c4d41E27/info.json
deleted file mode 100644
index 6df912d8b8c13..0000000000000
--- a/blockchains/ethereum/assets/0x71396a6410249725C5609646c4e449C6c4d41E27/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Max",
- "symbol": "MVG",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x71396a6410249725C5609646c4e449C6c4d41E27",
- "status": "abandoned",
- "id": "0x71396a6410249725C5609646c4e449C6c4d41E27"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x71396a6410249725C5609646c4e449C6c4d41E27/logo.png b/blockchains/ethereum/assets/0x71396a6410249725C5609646c4e449C6c4d41E27/logo.png
deleted file mode 100644
index d33e9c9f2715e..0000000000000
Binary files a/blockchains/ethereum/assets/0x71396a6410249725C5609646c4e449C6c4d41E27/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x71797B389adC1607770A14ADd8173242ec11B7e6/info.json b/blockchains/ethereum/assets/0x71797B389adC1607770A14ADd8173242ec11B7e6/info.json
deleted file mode 100644
index 92340842c8797..0000000000000
--- a/blockchains/ethereum/assets/0x71797B389adC1607770A14ADd8173242ec11B7e6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Authentication Chain",
- "symbol": "AUC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x71797B389adC1607770A14ADd8173242ec11B7e6",
- "status": "abandoned",
- "id": "0x71797B389adC1607770A14ADd8173242ec11B7e6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x71797B389adC1607770A14ADd8173242ec11B7e6/logo.png b/blockchains/ethereum/assets/0x71797B389adC1607770A14ADd8173242ec11B7e6/logo.png
deleted file mode 100644
index 7936081ee3803..0000000000000
Binary files a/blockchains/ethereum/assets/0x71797B389adC1607770A14ADd8173242ec11B7e6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x71944c7953c93dBc0cd977e0ee1bBd9C2494B7B1/info.json b/blockchains/ethereum/assets/0x71944c7953c93dBc0cd977e0ee1bBd9C2494B7B1/info.json
deleted file mode 100644
index 51251c533e6e7..0000000000000
--- a/blockchains/ethereum/assets/0x71944c7953c93dBc0cd977e0ee1bBd9C2494B7B1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ALMEELA",
- "symbol": "KZE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x71944c7953c93dBc0cd977e0ee1bBd9C2494B7B1",
- "status": "abandoned",
- "id": "0x71944c7953c93dBc0cd977e0ee1bBd9C2494B7B1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x71944c7953c93dBc0cd977e0ee1bBd9C2494B7B1/logo.png b/blockchains/ethereum/assets/0x71944c7953c93dBc0cd977e0ee1bBd9C2494B7B1/logo.png
deleted file mode 100644
index dc38b0f0394e5..0000000000000
Binary files a/blockchains/ethereum/assets/0x71944c7953c93dBc0cd977e0ee1bBd9C2494B7B1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7194BB18C95c638F9b9604C2f20064B66A0de8fE/info.json b/blockchains/ethereum/assets/0x7194BB18C95c638F9b9604C2f20064B66A0de8fE/info.json
deleted file mode 100644
index edc17d3aa0c62..0000000000000
--- a/blockchains/ethereum/assets/0x7194BB18C95c638F9b9604C2f20064B66A0de8fE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Learno",
- "symbol": "LRT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://learno.tech/",
- "explorer": "https://etherscan.io/token/0x7194BB18C95c638F9b9604C2f20064B66A0de8fE",
- "status": "abandoned",
- "id": "0x7194BB18C95c638F9b9604C2f20064B66A0de8fE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7194BB18C95c638F9b9604C2f20064B66A0de8fE/logo.png b/blockchains/ethereum/assets/0x7194BB18C95c638F9b9604C2f20064B66A0de8fE/logo.png
deleted file mode 100644
index d21a53a89e39c..0000000000000
Binary files a/blockchains/ethereum/assets/0x7194BB18C95c638F9b9604C2f20064B66A0de8fE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x71Ab77b7dbB4fa7e017BC15090b2163221420282/info.json b/blockchains/ethereum/assets/0x71Ab77b7dbB4fa7e017BC15090b2163221420282/info.json
deleted file mode 100644
index 506db12b14e69..0000000000000
--- a/blockchains/ethereum/assets/0x71Ab77b7dbB4fa7e017BC15090b2163221420282/info.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "Highstreet",
- "type": "ERC20",
- "symbol": "HIGH",
- "decimals": 18,
- "website": "https://www.highstreet.market",
- "description": "Inspired by classics from Nintendo, encouraged by a shared addiction in MMOs, and finally consolidated by our team’s 6 years of experience serving retail customers with VR, Highstreet creates the Shopify experience on an MMORPG for brands while presenting a true path to the Metaverse for players.",
- "explorer": "https://etherscan.io/token/0x71Ab77b7dbB4fa7e017BC15090b2163221420282",
- "status": "active",
- "id": "0x71Ab77b7dbB4fa7e017BC15090b2163221420282",
- "links": [
- {
- "name": "medium",
- "url": "https://medium.com/highstreet-market "
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/highstreetworld"
- },
- {
- "name": "github",
- "url": "https://github.com/TravisBuilds/HighStreet"
- },
- {
- "name": "telegram",
- "url": "https://t.me/highstreetworld"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/439FhsrMu2"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/highstreetmkt"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/highstreet/ico/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/highstreet"
- },
- {
- "name": "whitepaper",
- "url": "https://docsend.com/view/czjyuggsatn8hpj5"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x71Ab77b7dbB4fa7e017BC15090b2163221420282/logo.png b/blockchains/ethereum/assets/0x71Ab77b7dbB4fa7e017BC15090b2163221420282/logo.png
deleted file mode 100644
index 60183acd5b7a4..0000000000000
Binary files a/blockchains/ethereum/assets/0x71Ab77b7dbB4fa7e017BC15090b2163221420282/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x71C830A05d787c1316a55bf9055a6f5920218537/info.json b/blockchains/ethereum/assets/0x71C830A05d787c1316a55bf9055a6f5920218537/info.json
deleted file mode 100644
index 967d9331b8b18..0000000000000
--- a/blockchains/ethereum/assets/0x71C830A05d787c1316a55bf9055a6f5920218537/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Best US Token",
- "symbol": "BEST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x71C830A05d787c1316a55bf9055a6f5920218537",
- "status": "abandoned",
- "id": "0x71C830A05d787c1316a55bf9055a6f5920218537"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x71C830A05d787c1316a55bf9055a6f5920218537/logo.png b/blockchains/ethereum/assets/0x71C830A05d787c1316a55bf9055a6f5920218537/logo.png
deleted file mode 100644
index 8151b6995e0a7..0000000000000
Binary files a/blockchains/ethereum/assets/0x71C830A05d787c1316a55bf9055a6f5920218537/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x71D01dB8d6a2fBEa7f8d434599C237980C234e4C/info.json b/blockchains/ethereum/assets/0x71D01dB8d6a2fBEa7f8d434599C237980C234e4C/info.json
deleted file mode 100644
index 50a3b9d29b83f..0000000000000
--- a/blockchains/ethereum/assets/0x71D01dB8d6a2fBEa7f8d434599C237980C234e4C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gladius Token",
- "symbol": "GLA",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x71D01dB8d6a2fBEa7f8d434599C237980C234e4C",
- "status": "abandoned",
- "id": "0x71D01dB8d6a2fBEa7f8d434599C237980C234e4C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x71D01dB8d6a2fBEa7f8d434599C237980C234e4C/logo.png b/blockchains/ethereum/assets/0x71D01dB8d6a2fBEa7f8d434599C237980C234e4C/logo.png
deleted file mode 100755
index b4179c8136ea9..0000000000000
Binary files a/blockchains/ethereum/assets/0x71D01dB8d6a2fBEa7f8d434599C237980C234e4C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x71D6C373dd0d08Da66d578fE623B6Ed4c9e671a9/info.json b/blockchains/ethereum/assets/0x71D6C373dd0d08Da66d578fE623B6Ed4c9e671a9/info.json
deleted file mode 100644
index ea60ece97bd97..0000000000000
--- a/blockchains/ethereum/assets/0x71D6C373dd0d08Da66d578fE623B6Ed4c9e671a9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UniversalGlobalIntegral",
- "symbol": "UGI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x71D6C373dd0d08Da66d578fE623B6Ed4c9e671a9",
- "status": "abandoned",
- "id": "0x71D6C373dd0d08Da66d578fE623B6Ed4c9e671a9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x71D6C373dd0d08Da66d578fE623B6Ed4c9e671a9/logo.png b/blockchains/ethereum/assets/0x71D6C373dd0d08Da66d578fE623B6Ed4c9e671a9/logo.png
deleted file mode 100755
index e4953745f5173..0000000000000
Binary files a/blockchains/ethereum/assets/0x71D6C373dd0d08Da66d578fE623B6Ed4c9e671a9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x71F85B2E46976bD21302B64329868fd15eb0D127/info.json b/blockchains/ethereum/assets/0x71F85B2E46976bD21302B64329868fd15eb0D127/info.json
deleted file mode 100644
index ddcee92d1a1c4..0000000000000
--- a/blockchains/ethereum/assets/0x71F85B2E46976bD21302B64329868fd15eb0D127/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Axion",
- "website": "https://axion.network",
- "description": "Using a high-interest time-locked savings account, Axion is a global currency, built to serve the people.",
- "explorer": "https://etherscan.io/token/0x71F85B2E46976bD21302B64329868fd15eb0D127",
- "type": "ERC20",
- "symbol": "AXN",
- "decimals": 18,
- "status": "active",
- "id": "0x71F85B2E46976bD21302B64329868fd15eb0D127"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x71F85B2E46976bD21302B64329868fd15eb0D127/logo.png b/blockchains/ethereum/assets/0x71F85B2E46976bD21302B64329868fd15eb0D127/logo.png
deleted file mode 100644
index 81cc0baa9d93f..0000000000000
Binary files a/blockchains/ethereum/assets/0x71F85B2E46976bD21302B64329868fd15eb0D127/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x71b8744c38c11f2682199Ca4f697eED5A9c46a45/info.json b/blockchains/ethereum/assets/0x71b8744c38c11f2682199Ca4f697eED5A9c46a45/info.json
deleted file mode 100644
index 27294dded8fa7..0000000000000
--- a/blockchains/ethereum/assets/0x71b8744c38c11f2682199Ca4f697eED5A9c46a45/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C523493",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x71b8744c38c11f2682199Ca4f697eED5A9c46a45",
- "status": "abandoned",
- "id": "0x71b8744c38c11f2682199Ca4f697eED5A9c46a45"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x71b8744c38c11f2682199Ca4f697eED5A9c46a45/logo.png b/blockchains/ethereum/assets/0x71b8744c38c11f2682199Ca4f697eED5A9c46a45/logo.png
deleted file mode 100644
index d1d3f9a87a4f4..0000000000000
Binary files a/blockchains/ethereum/assets/0x71b8744c38c11f2682199Ca4f697eED5A9c46a45/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x71f1Bc89f38B241f3eBF0D5a013Fa2850c63a1D4/info.json b/blockchains/ethereum/assets/0x71f1Bc89f38B241f3eBF0D5a013Fa2850c63a1D4/info.json
deleted file mode 100644
index 468aa1facfd27..0000000000000
--- a/blockchains/ethereum/assets/0x71f1Bc89f38B241f3eBF0D5a013Fa2850c63a1D4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zloadr Token",
- "symbol": "ZDR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x71f1Bc89f38B241f3eBF0D5a013Fa2850c63a1D4",
- "status": "abandoned",
- "id": "0x71f1Bc89f38B241f3eBF0D5a013Fa2850c63a1D4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x71f1Bc89f38B241f3eBF0D5a013Fa2850c63a1D4/logo.png b/blockchains/ethereum/assets/0x71f1Bc89f38B241f3eBF0D5a013Fa2850c63a1D4/logo.png
deleted file mode 100755
index bf74664c5ec88..0000000000000
Binary files a/blockchains/ethereum/assets/0x71f1Bc89f38B241f3eBF0D5a013Fa2850c63a1D4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x71fc860F7D3A592A4a98740e39dB31d25db65ae8/info.json b/blockchains/ethereum/assets/0x71fc860F7D3A592A4a98740e39dB31d25db65ae8/info.json
deleted file mode 100644
index 1369fa95d2671..0000000000000
--- a/blockchains/ethereum/assets/0x71fc860F7D3A592A4a98740e39dB31d25db65ae8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave USDT V1",
- "symbol": "aUSDT V1",
- "type": "ERC20",
- "decimals": 6,
- "description": "Aave USDT V1 is an interest bearing token pegged 1:1 to the underlying USDT deposited in Aave V1. aUSDT V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x71fc860F7D3A592A4a98740e39dB31d25db65ae8",
- "status": "abandoned",
- "id": "0x71fc860F7D3A592A4a98740e39dB31d25db65ae8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x71fc860F7D3A592A4a98740e39dB31d25db65ae8/logo.png b/blockchains/ethereum/assets/0x71fc860F7D3A592A4a98740e39dB31d25db65ae8/logo.png
deleted file mode 100644
index 97b9711eb421f..0000000000000
Binary files a/blockchains/ethereum/assets/0x71fc860F7D3A592A4a98740e39dB31d25db65ae8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x720CD16b011b987Da3518fbf38c3071d4F0D1495/info.json b/blockchains/ethereum/assets/0x720CD16b011b987Da3518fbf38c3071d4F0D1495/info.json
deleted file mode 100644
index 0bbf54165b754..0000000000000
--- a/blockchains/ethereum/assets/0x720CD16b011b987Da3518fbf38c3071d4F0D1495/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Flux",
- "type": "ERC20",
- "symbol": "FLUX",
- "decimals": 8,
- "website": "https://runonflux.io/",
- "description": "Flux is the cryptocurrency powering the Flux Ecosystem, including a massive decentralized computational network. Flux gives users both institutional and private control over their cloud infrastructure in a decentralized manner.",
- "explorer": "https://etherscan.io/token/0x720cd16b011b987da3518fbf38c3071d4f0d1495",
- "status": "active",
- "id": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/RunOnFlux"
- },
- {
- "name": "github",
- "url": "https://github.com/runonflux"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/ruonflux"
- },
- {
- "name": "telegram",
- "url": "https://t.me/runonflux"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/zel/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/zelcash/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x720CD16b011b987Da3518fbf38c3071d4F0D1495/logo.png b/blockchains/ethereum/assets/0x720CD16b011b987Da3518fbf38c3071d4F0D1495/logo.png
deleted file mode 100644
index 9d7b0435acaac..0000000000000
Binary files a/blockchains/ethereum/assets/0x720CD16b011b987Da3518fbf38c3071d4F0D1495/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x720c2c93F5f9A6b82226e84095558B10F399b0FA/info.json b/blockchains/ethereum/assets/0x720c2c93F5f9A6b82226e84095558B10F399b0FA/info.json
deleted file mode 100644
index 1f16476b018ae..0000000000000
--- a/blockchains/ethereum/assets/0x720c2c93F5f9A6b82226e84095558B10F399b0FA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gric Coin",
- "symbol": "GC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Gric Coin (GC) is an Agricultural Blockchain Project that is focused on improving agricultural practice and increase agricultural output globally with the major focus on Africa.",
- "website": "https://agric.io/",
- "explorer": "https://etherscan.io/token/0x720c2c93F5f9A6b82226e84095558B10F399b0FA",
- "status": "active",
- "id": "0x720c2c93F5f9A6b82226e84095558B10F399b0FA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x720c2c93F5f9A6b82226e84095558B10F399b0FA/logo.png b/blockchains/ethereum/assets/0x720c2c93F5f9A6b82226e84095558B10F399b0FA/logo.png
deleted file mode 100644
index 78794cadb921c..0000000000000
Binary files a/blockchains/ethereum/assets/0x720c2c93F5f9A6b82226e84095558B10F399b0FA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72112EE2f2Cfb1F8494e78E0C3166a77Fb6A2d24/info.json b/blockchains/ethereum/assets/0x72112EE2f2Cfb1F8494e78E0C3166a77Fb6A2d24/info.json
deleted file mode 100644
index f2233cb1acc9e..0000000000000
--- a/blockchains/ethereum/assets/0x72112EE2f2Cfb1F8494e78E0C3166a77Fb6A2d24/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Galaxy Diamond",
- "symbol": "GD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.galalink.org",
- "explorer": "https://etherscan.io/token/0x72112EE2f2Cfb1F8494e78E0C3166a77Fb6A2d24",
- "status": "abandoned",
- "id": "0x72112EE2f2Cfb1F8494e78E0C3166a77Fb6A2d24"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72112EE2f2Cfb1F8494e78E0C3166a77Fb6A2d24/logo.png b/blockchains/ethereum/assets/0x72112EE2f2Cfb1F8494e78E0C3166a77Fb6A2d24/logo.png
deleted file mode 100644
index c909f0f61c23c..0000000000000
Binary files a/blockchains/ethereum/assets/0x72112EE2f2Cfb1F8494e78E0C3166a77Fb6A2d24/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x722D7416827E0419C0A8B96add73c84D2a9b2a9b/info.json b/blockchains/ethereum/assets/0x722D7416827E0419C0A8B96add73c84D2a9b2a9b/info.json
deleted file mode 100644
index 4d7b19c2186db..0000000000000
--- a/blockchains/ethereum/assets/0x722D7416827E0419C0A8B96add73c84D2a9b2a9b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 063-CN41",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x722D7416827E0419C0A8B96add73c84D2a9b2a9b",
- "status": "abandoned",
- "id": "0x722D7416827E0419C0A8B96add73c84D2a9b2a9b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x722D7416827E0419C0A8B96add73c84D2a9b2a9b/logo.png b/blockchains/ethereum/assets/0x722D7416827E0419C0A8B96add73c84D2a9b2a9b/logo.png
deleted file mode 100644
index 2afd70c19ac50..0000000000000
Binary files a/blockchains/ethereum/assets/0x722D7416827E0419C0A8B96add73c84D2a9b2a9b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x722F2f3EaC7e9597C73a593f7CF3de33Fbfc3308/info.json b/blockchains/ethereum/assets/0x722F2f3EaC7e9597C73a593f7CF3de33Fbfc3308/info.json
deleted file mode 100644
index ae37cba30c401..0000000000000
--- a/blockchains/ethereum/assets/0x722F2f3EaC7e9597C73a593f7CF3de33Fbfc3308/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoinUs",
- "symbol": "CNUS",
- "type": "ERC20",
- "decimals": 18,
- "description": "CoinUs is a personal multi-wallet offering convenience and security for storing various cryptocurrencies.",
- "website": "https://www.coinus.io",
- "explorer": "https://etherscan.io/token/0x722F2f3EaC7e9597C73a593f7CF3de33Fbfc3308",
- "status": "active",
- "id": "0x722F2f3EaC7e9597C73a593f7CF3de33Fbfc3308"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x722F2f3EaC7e9597C73a593f7CF3de33Fbfc3308/logo.png b/blockchains/ethereum/assets/0x722F2f3EaC7e9597C73a593f7CF3de33Fbfc3308/logo.png
deleted file mode 100644
index e77770a0ebe3c..0000000000000
Binary files a/blockchains/ethereum/assets/0x722F2f3EaC7e9597C73a593f7CF3de33Fbfc3308/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x723CbfC05e2cfcc71d3d89e770D32801A5eEf5Ab/info.json b/blockchains/ethereum/assets/0x723CbfC05e2cfcc71d3d89e770D32801A5eEf5Ab/info.json
deleted file mode 100644
index 379f863fd16d8..0000000000000
--- a/blockchains/ethereum/assets/0x723CbfC05e2cfcc71d3d89e770D32801A5eEf5Ab/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitcoinPro",
- "symbol": "BTCP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://bitcoinpro.money",
- "explorer": "https://etherscan.io/token/0x723CbfC05e2cfcc71d3d89e770D32801A5eEf5Ab",
- "status": "abandoned",
- "id": "0x723CbfC05e2cfcc71d3d89e770D32801A5eEf5Ab"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x723CbfC05e2cfcc71d3d89e770D32801A5eEf5Ab/logo.png b/blockchains/ethereum/assets/0x723CbfC05e2cfcc71d3d89e770D32801A5eEf5Ab/logo.png
deleted file mode 100644
index b22e29397201f..0000000000000
Binary files a/blockchains/ethereum/assets/0x723CbfC05e2cfcc71d3d89e770D32801A5eEf5Ab/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7240aC91f01233BaAf8b064248E80feaA5912BA3/info.json b/blockchains/ethereum/assets/0x7240aC91f01233BaAf8b064248E80feaA5912BA3/info.json
deleted file mode 100644
index 6730a531324fa..0000000000000
--- a/blockchains/ethereum/assets/0x7240aC91f01233BaAf8b064248E80feaA5912BA3/info.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "OctoFi",
- "website": "https://octo.fi",
- "description": "Decentralized finance tentacles",
- "explorer": "https://etherscan.io/token/0x7240aC91f01233BaAf8b064248E80feaA5912BA3",
- "type": "ERC20",
- "symbol": "OCTO",
- "decimals": 18,
- "status": "active",
- "id": "0x7240aC91f01233BaAf8b064248E80feaA5912BA3",
- "tags": [
- "governance"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/octofi"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7240aC91f01233BaAf8b064248E80feaA5912BA3/logo.png b/blockchains/ethereum/assets/0x7240aC91f01233BaAf8b064248E80feaA5912BA3/logo.png
deleted file mode 100644
index c6d65836a29ed..0000000000000
Binary files a/blockchains/ethereum/assets/0x7240aC91f01233BaAf8b064248E80feaA5912BA3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72413edBf399E0F4B981E799F37a1712b73Dd790/info.json b/blockchains/ethereum/assets/0x72413edBf399E0F4B981E799F37a1712b73Dd790/info.json
deleted file mode 100644
index ea4d364e0909a..0000000000000
--- a/blockchains/ethereum/assets/0x72413edBf399E0F4B981E799F37a1712b73Dd790/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DKG Dark Pool Chain",
- "symbol": "DDPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x72413edBf399E0F4B981E799F37a1712b73Dd790",
- "status": "abandoned",
- "id": "0x72413edBf399E0F4B981E799F37a1712b73Dd790"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72413edBf399E0F4B981E799F37a1712b73Dd790/logo.png b/blockchains/ethereum/assets/0x72413edBf399E0F4B981E799F37a1712b73Dd790/logo.png
deleted file mode 100755
index 0458537f53892..0000000000000
Binary files a/blockchains/ethereum/assets/0x72413edBf399E0F4B981E799F37a1712b73Dd790/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72430A612Adc007c50e3b6946dBb1Bb0fd3101D1/info.json b/blockchains/ethereum/assets/0x72430A612Adc007c50e3b6946dBb1Bb0fd3101D1/info.json
deleted file mode 100644
index e39276680fa36..0000000000000
--- a/blockchains/ethereum/assets/0x72430A612Adc007c50e3b6946dBb1Bb0fd3101D1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Thingschain",
- "symbol": "TIC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://thingschain.network/",
- "explorer": "https://etherscan.io/token/0x72430A612Adc007c50e3b6946dBb1Bb0fd3101D1",
- "status": "abandoned",
- "id": "0x72430A612Adc007c50e3b6946dBb1Bb0fd3101D1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72430A612Adc007c50e3b6946dBb1Bb0fd3101D1/logo.png b/blockchains/ethereum/assets/0x72430A612Adc007c50e3b6946dBb1Bb0fd3101D1/logo.png
deleted file mode 100644
index d6bc0269e3bca..0000000000000
Binary files a/blockchains/ethereum/assets/0x72430A612Adc007c50e3b6946dBb1Bb0fd3101D1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7252fDbB1097C7089D93b0fBDf3494aECf2c92A0/info.json b/blockchains/ethereum/assets/0x7252fDbB1097C7089D93b0fBDf3494aECf2c92A0/info.json
deleted file mode 100644
index 16722b0d05eea..0000000000000
--- a/blockchains/ethereum/assets/0x7252fDbB1097C7089D93b0fBDf3494aECf2c92A0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VIRTEX TOKEN",
- "symbol": "VRX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7252fDbB1097C7089D93b0fBDf3494aECf2c92A0",
- "status": "abandoned",
- "id": "0x7252fDbB1097C7089D93b0fBDf3494aECf2c92A0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7252fDbB1097C7089D93b0fBDf3494aECf2c92A0/logo.png b/blockchains/ethereum/assets/0x7252fDbB1097C7089D93b0fBDf3494aECf2c92A0/logo.png
deleted file mode 100755
index ca9661c115fbf..0000000000000
Binary files a/blockchains/ethereum/assets/0x7252fDbB1097C7089D93b0fBDf3494aECf2c92A0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x725440512cb7b78bF56B334E50e31707418231CB/info.json b/blockchains/ethereum/assets/0x725440512cb7b78bF56B334E50e31707418231CB/info.json
deleted file mode 100644
index 893ee35700fce..0000000000000
--- a/blockchains/ethereum/assets/0x725440512cb7b78bF56B334E50e31707418231CB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DEXA COIN",
- "symbol": "DEXA",
- "type": "ERC20",
- "decimals": 18,
- "description": "A Social Messenger Platform that allows users to send Money & Cryptocurrency to each other.",
- "website": "https://dexacoin.net",
- "explorer": "https://etherscan.io/token/0x725440512cb7b78bF56B334E50e31707418231CB",
- "status": "active",
- "id": "0x725440512cb7b78bF56B334E50e31707418231CB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x725440512cb7b78bF56B334E50e31707418231CB/logo.png b/blockchains/ethereum/assets/0x725440512cb7b78bF56B334E50e31707418231CB/logo.png
deleted file mode 100644
index cfdb535e2c6df..0000000000000
Binary files a/blockchains/ethereum/assets/0x725440512cb7b78bF56B334E50e31707418231CB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x725Be8aE1802C09343523556Fca6ef227E502ffF/info.json b/blockchains/ethereum/assets/0x725Be8aE1802C09343523556Fca6ef227E502ffF/info.json
deleted file mode 100644
index 7602373c8dbdd..0000000000000
--- a/blockchains/ethereum/assets/0x725Be8aE1802C09343523556Fca6ef227E502ffF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SG10006(YOU)",
- "symbol": "YOU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x725Be8aE1802C09343523556Fca6ef227E502ffF",
- "status": "abandoned",
- "id": "0x725Be8aE1802C09343523556Fca6ef227E502ffF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x725Be8aE1802C09343523556Fca6ef227E502ffF/logo.png b/blockchains/ethereum/assets/0x725Be8aE1802C09343523556Fca6ef227E502ffF/logo.png
deleted file mode 100644
index abdb94416c8ae..0000000000000
Binary files a/blockchains/ethereum/assets/0x725Be8aE1802C09343523556Fca6ef227E502ffF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x725C263e32c72dDC3A19bEa12C5a0479a81eE688/info.json b/blockchains/ethereum/assets/0x725C263e32c72dDC3A19bEa12C5a0479a81eE688/info.json
deleted file mode 100644
index 2b558430df343..0000000000000
--- a/blockchains/ethereum/assets/0x725C263e32c72dDC3A19bEa12C5a0479a81eE688/info.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "Bridge Mutual",
- "type": "ERC20",
- "symbol": "BMI",
- "decimals": 18,
- "website": "https://bridgemutual.io",
- "short_description": "A discretionary risk coverage platform.",
- "description": "Bridge Mutual is a decentralized, discretionary p2p/p2b platform that provides coverage for stablecoins, centralized exchanges, and smart contracts. Its allows users to provide coverage, decide on payouts, and get compensated for taking part in the ecosystem.",
- "explorer": "https://etherscan.io/token/0x725C263e32c72dDC3A19bEa12C5a0479a81eE688",
- "status": "active",
- "id": "0x725C263e32c72dDC3A19bEa12C5a0479a81eE688",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Bridge-Mutual"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Bridge_Mutual"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x725C263e32c72dDC3A19bEa12C5a0479a81eE688/logo.png b/blockchains/ethereum/assets/0x725C263e32c72dDC3A19bEa12C5a0479a81eE688/logo.png
deleted file mode 100644
index b6b6c52840f58..0000000000000
Binary files a/blockchains/ethereum/assets/0x725C263e32c72dDC3A19bEa12C5a0479a81eE688/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x726091d1Dad881fBa95dc8093591bca110f2bf2E/info.json b/blockchains/ethereum/assets/0x726091d1Dad881fBa95dc8093591bca110f2bf2E/info.json
deleted file mode 100644
index b1e98cf00c66f..0000000000000
--- a/blockchains/ethereum/assets/0x726091d1Dad881fBa95dc8093591bca110f2bf2E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Planetagro-Exchange",
- "symbol": "WHEAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x726091d1Dad881fBa95dc8093591bca110f2bf2E",
- "status": "abandoned",
- "id": "0x726091d1Dad881fBa95dc8093591bca110f2bf2E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x726091d1Dad881fBa95dc8093591bca110f2bf2E/logo.png b/blockchains/ethereum/assets/0x726091d1Dad881fBa95dc8093591bca110f2bf2E/logo.png
deleted file mode 100755
index 4e77b9cbba062..0000000000000
Binary files a/blockchains/ethereum/assets/0x726091d1Dad881fBa95dc8093591bca110f2bf2E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72630B1e3B42874bf335020Ba0249e3E9e47Bafc/info.json b/blockchains/ethereum/assets/0x72630B1e3B42874bf335020Ba0249e3E9e47Bafc/info.json
deleted file mode 100644
index fd17a357b26f3..0000000000000
--- a/blockchains/ethereum/assets/0x72630B1e3B42874bf335020Ba0249e3E9e47Bafc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Paypolitan Token",
- "website": "https://paypolitan.io",
- "description": "PayPolitan offers mobile payments for fiat and cryptocurrencies with yield farming.",
- "explorer": "https://etherscan.io/token/0x72630B1e3B42874bf335020Ba0249e3E9e47Bafc",
- "type": "ERC20",
- "symbol": "EPAN",
- "decimals": 18,
- "status": "active",
- "id": "0x72630B1e3B42874bf335020Ba0249e3E9e47Bafc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72630B1e3B42874bf335020Ba0249e3E9e47Bafc/logo.png b/blockchains/ethereum/assets/0x72630B1e3B42874bf335020Ba0249e3E9e47Bafc/logo.png
deleted file mode 100644
index f4c257c234b92..0000000000000
Binary files a/blockchains/ethereum/assets/0x72630B1e3B42874bf335020Ba0249e3E9e47Bafc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x727443713e3fF01411Feaae52dae5d142A3c7b29/info.json b/blockchains/ethereum/assets/0x727443713e3fF01411Feaae52dae5d142A3c7b29/info.json
deleted file mode 100644
index a4a2d405f0474..0000000000000
--- a/blockchains/ethereum/assets/0x727443713e3fF01411Feaae52dae5d142A3c7b29/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GLOBALFOUNDATION",
- "symbol": "GF",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x727443713e3fF01411Feaae52dae5d142A3c7b29",
- "status": "abandoned",
- "id": "0x727443713e3fF01411Feaae52dae5d142A3c7b29"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x727443713e3fF01411Feaae52dae5d142A3c7b29/logo.png b/blockchains/ethereum/assets/0x727443713e3fF01411Feaae52dae5d142A3c7b29/logo.png
deleted file mode 100755
index 16214e24362e8..0000000000000
Binary files a/blockchains/ethereum/assets/0x727443713e3fF01411Feaae52dae5d142A3c7b29/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x728781E75735dc0962Df3a51d7Ef47E798A7107E/info.json b/blockchains/ethereum/assets/0x728781E75735dc0962Df3a51d7Ef47E798A7107E/info.json
deleted file mode 100644
index b8594935940bf..0000000000000
--- a/blockchains/ethereum/assets/0x728781E75735dc0962Df3a51d7Ef47E798A7107E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wolk Protocol Token",
- "symbol": "WOLK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x728781E75735dc0962Df3a51d7Ef47E798A7107E",
- "status": "abandoned",
- "id": "0x728781E75735dc0962Df3a51d7Ef47E798A7107E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x728781E75735dc0962Df3a51d7Ef47E798A7107E/logo.png b/blockchains/ethereum/assets/0x728781E75735dc0962Df3a51d7Ef47E798A7107E/logo.png
deleted file mode 100644
index 232a1f1345853..0000000000000
Binary files a/blockchains/ethereum/assets/0x728781E75735dc0962Df3a51d7Ef47E798A7107E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72896d5478aD86B14a6d4f6e7441740d4970083d/info.json b/blockchains/ethereum/assets/0x72896d5478aD86B14a6d4f6e7441740d4970083d/info.json
deleted file mode 100644
index cdad6077e82e5..0000000000000
--- a/blockchains/ethereum/assets/0x72896d5478aD86B14a6d4f6e7441740d4970083d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wrapped ZCore",
- "website": "https://defi.zcore.cash",
- "description": "Wrapped ZCore is a coin backed by 1 ZCR, on the ethereum network, which is an scalable, easy to use peer-to-peer network.",
- "explorer": "https://etherscan.io/token/0x72896d5478ad86b14a6d4f6e7441740d4970083d",
- "type": "ERC20",
- "symbol": "WZCR",
- "decimals": 18,
- "status": "active",
- "id": "0x72896d5478aD86B14a6d4f6e7441740d4970083d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72896d5478aD86B14a6d4f6e7441740d4970083d/logo.png b/blockchains/ethereum/assets/0x72896d5478aD86B14a6d4f6e7441740d4970083d/logo.png
deleted file mode 100644
index 34e9a3eb4bb76..0000000000000
Binary files a/blockchains/ethereum/assets/0x72896d5478aD86B14a6d4f6e7441740d4970083d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72955eCFf76E48F2C8AbCCe11d54e5734D6f3657/info.json b/blockchains/ethereum/assets/0x72955eCFf76E48F2C8AbCCe11d54e5734D6f3657/info.json
deleted file mode 100644
index 22c5aed149393..0000000000000
--- a/blockchains/ethereum/assets/0x72955eCFf76E48F2C8AbCCe11d54e5734D6f3657/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrustVerse",
- "symbol": "TRV",
- "type": "ERC20",
- "decimals": 18,
- "description": "TrustVerse aims to become the universe of trust. It describes itself as a blockchain-based AI-wealth management and digital asset planning protocol.",
- "website": "https://trustverse.io",
- "explorer": "https://etherscan.io/token/0x72955eCFf76E48F2C8AbCCe11d54e5734D6f3657",
- "status": "active",
- "id": "0x72955eCFf76E48F2C8AbCCe11d54e5734D6f3657"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72955eCFf76E48F2C8AbCCe11d54e5734D6f3657/logo.png b/blockchains/ethereum/assets/0x72955eCFf76E48F2C8AbCCe11d54e5734D6f3657/logo.png
deleted file mode 100644
index fcb8897d57ee7..0000000000000
Binary files a/blockchains/ethereum/assets/0x72955eCFf76E48F2C8AbCCe11d54e5734D6f3657/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72B886d09C117654aB7dA13A14d603001dE0B777/info.json b/blockchains/ethereum/assets/0x72B886d09C117654aB7dA13A14d603001dE0B777/info.json
deleted file mode 100644
index 3f5d29d257f76..0000000000000
--- a/blockchains/ethereum/assets/0x72B886d09C117654aB7dA13A14d603001dE0B777/info.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "name": "XDEFI",
- "type": "ERC20",
- "symbol": "XDEFI",
- "decimals": 18,
- "website": "https://www.xdefi.io",
- "description": "XDEFI Wallet is a multi-chain web browser extension currently available on Chrome & Brave (soon on Firefox) built for DeFi users and NFT lovers. It is a wallet with native integrations on THORChain, Ethereum + several EVM networks and Terra.",
- "explorer": "https://etherscan.io/token/0x72b886d09c117654ab7da13a14d603001de0b777",
- "status": "active",
- "id": "0x72B886d09C117654aB7dA13A14d603001dE0B777",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/xdefi_wallet"
- },
- {
- "name": "github",
- "url": "https://github.com/xdefi-tech"
- },
- {
- "name": "telegram",
- "url": "https://t.me/xdefi_io"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/xdefi_announcements"
- }
- ],
- "tags": [
- "nft",
- "defi",
- "staking"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x72B886d09C117654aB7dA13A14d603001dE0B777/logo.png b/blockchains/ethereum/assets/0x72B886d09C117654aB7dA13A14d603001dE0B777/logo.png
deleted file mode 100644
index 1f9439a894190..0000000000000
Binary files a/blockchains/ethereum/assets/0x72B886d09C117654aB7dA13A14d603001dE0B777/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72D84A0FD9Ca53FA302a0A1cE4be22B1072274Be/info.json b/blockchains/ethereum/assets/0x72D84A0FD9Ca53FA302a0A1cE4be22B1072274Be/info.json
deleted file mode 100644
index 110960fe103ee..0000000000000
--- a/blockchains/ethereum/assets/0x72D84A0FD9Ca53FA302a0A1cE4be22B1072274Be/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EthereumPlus",
- "symbol": "ETHP",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x72D84A0FD9Ca53FA302a0A1cE4be22B1072274Be",
- "status": "abandoned",
- "id": "0x72D84A0FD9Ca53FA302a0A1cE4be22B1072274Be"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72D84A0FD9Ca53FA302a0A1cE4be22B1072274Be/logo.png b/blockchains/ethereum/assets/0x72D84A0FD9Ca53FA302a0A1cE4be22B1072274Be/logo.png
deleted file mode 100644
index 236125ceced4b..0000000000000
Binary files a/blockchains/ethereum/assets/0x72D84A0FD9Ca53FA302a0A1cE4be22B1072274Be/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72DC30371f77DD6eFb22e27843594a14Bde0337b/info.json b/blockchains/ethereum/assets/0x72DC30371f77DD6eFb22e27843594a14Bde0337b/info.json
deleted file mode 100644
index 5b6a90ab2d1d7..0000000000000
--- a/blockchains/ethereum/assets/0x72DC30371f77DD6eFb22e27843594a14Bde0337b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SBS COIN",
- "symbol": "SBS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x72DC30371f77DD6eFb22e27843594a14Bde0337b",
- "status": "abandoned",
- "id": "0x72DC30371f77DD6eFb22e27843594a14Bde0337b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72DC30371f77DD6eFb22e27843594a14Bde0337b/logo.png b/blockchains/ethereum/assets/0x72DC30371f77DD6eFb22e27843594a14Bde0337b/logo.png
deleted file mode 100644
index 1fe54123957e1..0000000000000
Binary files a/blockchains/ethereum/assets/0x72DC30371f77DD6eFb22e27843594a14Bde0337b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72F020f8f3E8fd9382705723Cd26380f8D0c66Bb/info.json b/blockchains/ethereum/assets/0x72F020f8f3E8fd9382705723Cd26380f8D0c66Bb/info.json
deleted file mode 100644
index f11bd4d6ccb85..0000000000000
--- a/blockchains/ethereum/assets/0x72F020f8f3E8fd9382705723Cd26380f8D0c66Bb/info.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "PlotX",
- "website": "https://plotx.io/",
- "description": "PlotX is a non-custodial prediction market protocol that enables users to earn rewards on high-yield prediction markets. Dubbed as the Uniswap of Prediction Markets, PlotX uses an Automated Market Making algorithm to settle markets and distribute rewards on the Ethereum Blockchain without any counterparty risk. Markets are focused on crypto-pairs like BTC-USD & ETH-USD and created in intervals of 4h, 1d and 1w.",
- "explorer": "https://etherscan.io/token/0x72f020f8f3e8fd9382705723cd26380f8d0c66bb",
- "type": "ERC20",
- "symbol": "PLOT",
- "decimals": 18,
- "status": "active",
- "id": "0x72F020f8f3E8fd9382705723Cd26380f8D0c66Bb",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/plotx"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/TryPlotX"
- },
- {
- "name": "telegram",
- "url": "https://t.me/plotx_official"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/8CWNQnG"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/TryPlotX"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCiUd_PC6uUdsavWk3vYbtgA"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Plotx"
- },
- {
- "name": "medium",
- "url": "https://medium.com/plotx"
- },
- {
- "name": "whitepaper",
- "url": "https://docsend.com/view/nnea7um4434u49uh"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72F020f8f3E8fd9382705723Cd26380f8D0c66Bb/logo.png b/blockchains/ethereum/assets/0x72F020f8f3E8fd9382705723Cd26380f8D0c66Bb/logo.png
deleted file mode 100644
index 0eda52abbbdd0..0000000000000
Binary files a/blockchains/ethereum/assets/0x72F020f8f3E8fd9382705723Cd26380f8D0c66Bb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72a8E0272fdf57F26588DFCA90082f01D51Cb29A/info.json b/blockchains/ethereum/assets/0x72a8E0272fdf57F26588DFCA90082f01D51Cb29A/info.json
deleted file mode 100644
index 255bc33c31ef3..0000000000000
--- a/blockchains/ethereum/assets/0x72a8E0272fdf57F26588DFCA90082f01D51Cb29A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XUAN Token",
- "symbol": "XUAN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x72a8E0272fdf57F26588DFCA90082f01D51Cb29A",
- "status": "abandoned",
- "id": "0x72a8E0272fdf57F26588DFCA90082f01D51Cb29A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72a8E0272fdf57F26588DFCA90082f01D51Cb29A/logo.png b/blockchains/ethereum/assets/0x72a8E0272fdf57F26588DFCA90082f01D51Cb29A/logo.png
deleted file mode 100644
index 194b363b6b335..0000000000000
Binary files a/blockchains/ethereum/assets/0x72a8E0272fdf57F26588DFCA90082f01D51Cb29A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72a8EAeaD0B6F735361a0a6b9402b13DD7081048/info.json b/blockchains/ethereum/assets/0x72a8EAeaD0B6F735361a0a6b9402b13DD7081048/info.json
deleted file mode 100644
index d73dfe7d1c6a9..0000000000000
--- a/blockchains/ethereum/assets/0x72a8EAeaD0B6F735361a0a6b9402b13DD7081048/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Intuz",
- "symbol": "INZ",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x72a8EAeaD0B6F735361a0a6b9402b13DD7081048",
- "status": "abandoned",
- "id": "0x72a8EAeaD0B6F735361a0a6b9402b13DD7081048"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72a8EAeaD0B6F735361a0a6b9402b13DD7081048/logo.png b/blockchains/ethereum/assets/0x72a8EAeaD0B6F735361a0a6b9402b13DD7081048/logo.png
deleted file mode 100644
index 33d0a15de2340..0000000000000
Binary files a/blockchains/ethereum/assets/0x72a8EAeaD0B6F735361a0a6b9402b13DD7081048/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72a8e0B56ae249537A2636C5eCac0F03b60D7DC5/info.json b/blockchains/ethereum/assets/0x72a8e0B56ae249537A2636C5eCac0F03b60D7DC5/info.json
deleted file mode 100644
index dcdda01e40c3a..0000000000000
--- a/blockchains/ethereum/assets/0x72a8e0B56ae249537A2636C5eCac0F03b60D7DC5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nise Chain",
- "symbol": "STO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x72a8e0B56ae249537A2636C5eCac0F03b60D7DC5",
- "status": "abandoned",
- "id": "0x72a8e0B56ae249537A2636C5eCac0F03b60D7DC5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72a8e0B56ae249537A2636C5eCac0F03b60D7DC5/logo.png b/blockchains/ethereum/assets/0x72a8e0B56ae249537A2636C5eCac0F03b60D7DC5/logo.png
deleted file mode 100644
index 5544a87040c75..0000000000000
Binary files a/blockchains/ethereum/assets/0x72a8e0B56ae249537A2636C5eCac0F03b60D7DC5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72aDadb447784dd7AB1F472467750fC485e4cb2d/info.json b/blockchains/ethereum/assets/0x72aDadb447784dd7AB1F472467750fC485e4cb2d/info.json
deleted file mode 100644
index caa1cff228dfe..0000000000000
--- a/blockchains/ethereum/assets/0x72aDadb447784dd7AB1F472467750fC485e4cb2d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Worldcore",
- "symbol": "WRC",
- "type": "ERC20",
- "decimals": 6,
- "description": "Worldcore (WRC) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://worldcore.com",
- "explorer": "https://etherscan.io/token/0x72aDadb447784dd7AB1F472467750fC485e4cb2d",
- "status": "active",
- "id": "0x72aDadb447784dd7AB1F472467750fC485e4cb2d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72aDadb447784dd7AB1F472467750fC485e4cb2d/logo.png b/blockchains/ethereum/assets/0x72aDadb447784dd7AB1F472467750fC485e4cb2d/logo.png
deleted file mode 100755
index 716c48dfb4fcd..0000000000000
Binary files a/blockchains/ethereum/assets/0x72aDadb447784dd7AB1F472467750fC485e4cb2d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72b984078E270CfDdcb9E04643A18605507d1d77/info.json b/blockchains/ethereum/assets/0x72b984078E270CfDdcb9E04643A18605507d1d77/info.json
deleted file mode 100644
index 65004ece6178b..0000000000000
--- a/blockchains/ethereum/assets/0x72b984078E270CfDdcb9E04643A18605507d1d77/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EASY",
- "symbol": "EASY",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x72b984078E270CfDdcb9E04643A18605507d1d77",
- "status": "abandoned",
- "id": "0x72b984078E270CfDdcb9E04643A18605507d1d77"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72b984078E270CfDdcb9E04643A18605507d1d77/logo.png b/blockchains/ethereum/assets/0x72b984078E270CfDdcb9E04643A18605507d1d77/logo.png
deleted file mode 100644
index ca405d9cf665d..0000000000000
Binary files a/blockchains/ethereum/assets/0x72b984078E270CfDdcb9E04643A18605507d1d77/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72c9Fb7ED19D3ce51cea5C56B3e023cd918baaDf/info.json b/blockchains/ethereum/assets/0x72c9Fb7ED19D3ce51cea5C56B3e023cd918baaDf/info.json
deleted file mode 100644
index 717806dccb8f3..0000000000000
--- a/blockchains/ethereum/assets/0x72c9Fb7ED19D3ce51cea5C56B3e023cd918baaDf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Agrolot Token",
- "symbol": "AGLT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://agrolot.io/",
- "explorer": "https://etherscan.io/token/0x72c9Fb7ED19D3ce51cea5C56B3e023cd918baaDf",
- "status": "abandoned",
- "id": "0x72c9Fb7ED19D3ce51cea5C56B3e023cd918baaDf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72c9Fb7ED19D3ce51cea5C56B3e023cd918baaDf/logo.png b/blockchains/ethereum/assets/0x72c9Fb7ED19D3ce51cea5C56B3e023cd918baaDf/logo.png
deleted file mode 100644
index a6bb77b1b6e68..0000000000000
Binary files a/blockchains/ethereum/assets/0x72c9Fb7ED19D3ce51cea5C56B3e023cd918baaDf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72dD4b6bd852A3AA172Be4d6C5a6dbEc588cf131/info.json b/blockchains/ethereum/assets/0x72dD4b6bd852A3AA172Be4d6C5a6dbEc588cf131/info.json
deleted file mode 100644
index b4b2f958afbbd..0000000000000
--- a/blockchains/ethereum/assets/0x72dD4b6bd852A3AA172Be4d6C5a6dbEc588cf131/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NAGA Coin",
- "symbol": "NGC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.thenagacoin.com/",
- "explorer": "https://etherscan.io/token/0x72dD4b6bd852A3AA172Be4d6C5a6dbEc588cf131",
- "status": "abandoned",
- "id": "0x72dD4b6bd852A3AA172Be4d6C5a6dbEc588cf131"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72dD4b6bd852A3AA172Be4d6C5a6dbEc588cf131/logo.png b/blockchains/ethereum/assets/0x72dD4b6bd852A3AA172Be4d6C5a6dbEc588cf131/logo.png
deleted file mode 100755
index b25af754b1c5f..0000000000000
Binary files a/blockchains/ethereum/assets/0x72dD4b6bd852A3AA172Be4d6C5a6dbEc588cf131/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72e364F2ABdC788b7E918bc238B21f109Cd634D7/info.json b/blockchains/ethereum/assets/0x72e364F2ABdC788b7E918bc238B21f109Cd634D7/info.json
deleted file mode 100644
index aaf4f5e119339..0000000000000
--- a/blockchains/ethereum/assets/0x72e364F2ABdC788b7E918bc238B21f109Cd634D7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Metaverse Index",
- "symbol": "MVI",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Metaverse Index captures the trend of entertainment, sports, and businesses shifting to virtual environments, with activity in this environment taking place on Ethereum.",
- "website": "https://www.indexcoop.com",
- "explorer": "https://etherscan.io/token/0x72e364F2ABdC788b7E918bc238B21f109Cd634D7",
- "status": "active",
- "id": "0x72e364F2ABdC788b7E918bc238B21f109Cd634D7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72e364F2ABdC788b7E918bc238B21f109Cd634D7/logo.png b/blockchains/ethereum/assets/0x72e364F2ABdC788b7E918bc238B21f109Cd634D7/logo.png
deleted file mode 100644
index ff61ec60a23c6..0000000000000
Binary files a/blockchains/ethereum/assets/0x72e364F2ABdC788b7E918bc238B21f109Cd634D7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72e646b78a2b58CBD9B0282c2E9C812Bc8033293/info.json b/blockchains/ethereum/assets/0x72e646b78a2b58CBD9B0282c2E9C812Bc8033293/info.json
deleted file mode 100644
index 5706b7da205ba..0000000000000
--- a/blockchains/ethereum/assets/0x72e646b78a2b58CBD9B0282c2E9C812Bc8033293/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lunox",
- "symbol": "LNX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x72e646b78a2b58CBD9B0282c2E9C812Bc8033293",
- "status": "abandoned",
- "id": "0x72e646b78a2b58CBD9B0282c2E9C812Bc8033293"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72e646b78a2b58CBD9B0282c2E9C812Bc8033293/logo.png b/blockchains/ethereum/assets/0x72e646b78a2b58CBD9B0282c2E9C812Bc8033293/logo.png
deleted file mode 100644
index 3bf79304a18ab..0000000000000
Binary files a/blockchains/ethereum/assets/0x72e646b78a2b58CBD9B0282c2E9C812Bc8033293/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72e9D9038cE484EE986FEa183f8d8Df93f9aDA13/info.json b/blockchains/ethereum/assets/0x72e9D9038cE484EE986FEa183f8d8Df93f9aDA13/info.json
deleted file mode 100644
index da688ef1543a7..0000000000000
--- a/blockchains/ethereum/assets/0x72e9D9038cE484EE986FEa183f8d8Df93f9aDA13/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SmartCredit Token",
- "website": "https://smartcredit.io/",
- "description": "DeFi lending solution from Swiss bankers. Low collateral ratio for Borrowers. Private Fixed Income Funds for Lenders.",
- "explorer": "https://etherscan.io/token/0x72e9D9038cE484EE986FEa183f8d8Df93f9aDA13",
- "type": "ERC20",
- "symbol": "SMARTCREDIT",
- "decimals": 18,
- "status": "active",
- "id": "0x72e9D9038cE484EE986FEa183f8d8Df93f9aDA13"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72e9D9038cE484EE986FEa183f8d8Df93f9aDA13/logo.png b/blockchains/ethereum/assets/0x72e9D9038cE484EE986FEa183f8d8Df93f9aDA13/logo.png
deleted file mode 100644
index d56485a1a5a23..0000000000000
Binary files a/blockchains/ethereum/assets/0x72e9D9038cE484EE986FEa183f8d8Df93f9aDA13/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x72f5eA105faC794fb3CF0Af0f5e65DF8dDd3519B/info.json b/blockchains/ethereum/assets/0x72f5eA105faC794fb3CF0Af0f5e65DF8dDd3519B/info.json
deleted file mode 100644
index 93aee16305be7..0000000000000
--- a/blockchains/ethereum/assets/0x72f5eA105faC794fb3CF0Af0f5e65DF8dDd3519B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "REC",
- "website": "https://svcapital.io/",
- "description": "REC Wallet is the ethereum wallet and cryptocurrency wallet to store your favourite ERC20 tokens!",
- "explorer": "https://etherscan.io/token/0x72f5eA105faC794fb3CF0Af0f5e65DF8dDd3519B",
- "type": "ERC20",
- "symbol": "REC",
- "decimals": 18,
- "status": "active",
- "id": "0x72f5eA105faC794fb3CF0Af0f5e65DF8dDd3519B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x72f5eA105faC794fb3CF0Af0f5e65DF8dDd3519B/logo.png b/blockchains/ethereum/assets/0x72f5eA105faC794fb3CF0Af0f5e65DF8dDd3519B/logo.png
deleted file mode 100644
index 7503ddfb35036..0000000000000
Binary files a/blockchains/ethereum/assets/0x72f5eA105faC794fb3CF0Af0f5e65DF8dDd3519B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x730749c9C73cB491f9E0D4fd6bdd5f3096373BC7/info.json b/blockchains/ethereum/assets/0x730749c9C73cB491f9E0D4fd6bdd5f3096373BC7/info.json
deleted file mode 100644
index f37f0562796a4..0000000000000
--- a/blockchains/ethereum/assets/0x730749c9C73cB491f9E0D4fd6bdd5f3096373BC7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-10/30M70",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x730749c9C73cB491f9E0D4fd6bdd5f3096373BC7",
- "status": "abandoned",
- "id": "0x730749c9C73cB491f9E0D4fd6bdd5f3096373BC7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x730749c9C73cB491f9E0D4fd6bdd5f3096373BC7/logo.png b/blockchains/ethereum/assets/0x730749c9C73cB491f9E0D4fd6bdd5f3096373BC7/logo.png
deleted file mode 100644
index d8ed00122c7b1..0000000000000
Binary files a/blockchains/ethereum/assets/0x730749c9C73cB491f9E0D4fd6bdd5f3096373BC7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x73145E8603c71FFfDC4E37E6957a6C55dB00ED23/info.json b/blockchains/ethereum/assets/0x73145E8603c71FFfDC4E37E6957a6C55dB00ED23/info.json
deleted file mode 100644
index 2ce4b0ccccc78..0000000000000
--- a/blockchains/ethereum/assets/0x73145E8603c71FFfDC4E37E6957a6C55dB00ED23/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NaGa",
- "website": "https://nagatrade.com",
- "description": "Binary options trading platform",
- "explorer": "https://etherscan.io/token/0x73145E8603c71FFfDC4E37E6957a6C55dB00ED23",
- "type": "ERC20",
- "symbol": "NLP",
- "decimals": 18,
- "status": "active",
- "id": "0x73145E8603c71FFfDC4E37E6957a6C55dB00ED23"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x73145E8603c71FFfDC4E37E6957a6C55dB00ED23/logo.png b/blockchains/ethereum/assets/0x73145E8603c71FFfDC4E37E6957a6C55dB00ED23/logo.png
deleted file mode 100644
index 46873ca7044c4..0000000000000
Binary files a/blockchains/ethereum/assets/0x73145E8603c71FFfDC4E37E6957a6C55dB00ED23/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x73187be2C94F645175da8B60B43813d7A25f353B/info.json b/blockchains/ethereum/assets/0x73187be2C94F645175da8B60B43813d7A25f353B/info.json
deleted file mode 100644
index 14065e827e91c..0000000000000
--- a/blockchains/ethereum/assets/0x73187be2C94F645175da8B60B43813d7A25f353B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BIG",
- "symbol": "BIG",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x73187be2C94F645175da8B60B43813d7A25f353B",
- "status": "abandoned",
- "id": "0x73187be2C94F645175da8B60B43813d7A25f353B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x73187be2C94F645175da8B60B43813d7A25f353B/logo.png b/blockchains/ethereum/assets/0x73187be2C94F645175da8B60B43813d7A25f353B/logo.png
deleted file mode 100644
index c1b33b9a7e03d..0000000000000
Binary files a/blockchains/ethereum/assets/0x73187be2C94F645175da8B60B43813d7A25f353B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7324e2Fc03dB82ed4f42ff04559a73E3D87226B4/info.json b/blockchains/ethereum/assets/0x7324e2Fc03dB82ed4f42ff04559a73E3D87226B4/info.json
deleted file mode 100644
index 9f173951a5486..0000000000000
--- a/blockchains/ethereum/assets/0x7324e2Fc03dB82ed4f42ff04559a73E3D87226B4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MomToken",
- "symbol": "MOM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7324e2Fc03dB82ed4f42ff04559a73E3D87226B4",
- "status": "abandoned",
- "id": "0x7324e2Fc03dB82ed4f42ff04559a73E3D87226B4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7324e2Fc03dB82ed4f42ff04559a73E3D87226B4/logo.png b/blockchains/ethereum/assets/0x7324e2Fc03dB82ed4f42ff04559a73E3D87226B4/logo.png
deleted file mode 100644
index bace0223413e7..0000000000000
Binary files a/blockchains/ethereum/assets/0x7324e2Fc03dB82ed4f42ff04559a73E3D87226B4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x73374Ea518De7adDD4c2B624C0e8B113955ee041/info.json b/blockchains/ethereum/assets/0x73374Ea518De7adDD4c2B624C0e8B113955ee041/info.json
deleted file mode 100644
index 631370639f176..0000000000000
--- a/blockchains/ethereum/assets/0x73374Ea518De7adDD4c2B624C0e8B113955ee041/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JGNDeFi",
- "website": "https://jgndefi.com/",
- "description": "The World’s First Unstoppable DeFi Communication Network.",
- "explorer": "https://etherscan.io/token/0x73374Ea518De7adDD4c2B624C0e8B113955ee041",
- "type": "ERC20",
- "symbol": "JGN",
- "decimals": 18,
- "status": "active",
- "id": "0x73374Ea518De7adDD4c2B624C0e8B113955ee041"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x73374Ea518De7adDD4c2B624C0e8B113955ee041/logo.png b/blockchains/ethereum/assets/0x73374Ea518De7adDD4c2B624C0e8B113955ee041/logo.png
deleted file mode 100644
index 43bf1b3e48d78..0000000000000
Binary files a/blockchains/ethereum/assets/0x73374Ea518De7adDD4c2B624C0e8B113955ee041/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x73489CE024bF775498D6eEC5dC56688f66Db48e1/info.json b/blockchains/ethereum/assets/0x73489CE024bF775498D6eEC5dC56688f66Db48e1/info.json
deleted file mode 100644
index 4c10bdb70ee2f..0000000000000
--- a/blockchains/ethereum/assets/0x73489CE024bF775498D6eEC5dC56688f66Db48e1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dollar Blocknote",
- "symbol": "$",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x73489CE024bF775498D6eEC5dC56688f66Db48e1",
- "status": "abandoned",
- "id": "0x73489CE024bF775498D6eEC5dC56688f66Db48e1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x73489CE024bF775498D6eEC5dC56688f66Db48e1/logo.png b/blockchains/ethereum/assets/0x73489CE024bF775498D6eEC5dC56688f66Db48e1/logo.png
deleted file mode 100644
index 70d6aab7d784d..0000000000000
Binary files a/blockchains/ethereum/assets/0x73489CE024bF775498D6eEC5dC56688f66Db48e1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7357397c090F5ac0Ab4b1194020dB94F77c4D4da/info.json b/blockchains/ethereum/assets/0x7357397c090F5ac0Ab4b1194020dB94F77c4D4da/info.json
deleted file mode 100644
index 2577ee7872252..0000000000000
--- a/blockchains/ethereum/assets/0x7357397c090F5ac0Ab4b1194020dB94F77c4D4da/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MySmartProperty Tokens",
- "symbol": "MSPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7357397c090F5ac0Ab4b1194020dB94F77c4D4da",
- "status": "abandoned",
- "id": "0x7357397c090F5ac0Ab4b1194020dB94F77c4D4da"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7357397c090F5ac0Ab4b1194020dB94F77c4D4da/logo.png b/blockchains/ethereum/assets/0x7357397c090F5ac0Ab4b1194020dB94F77c4D4da/logo.png
deleted file mode 100644
index 14517b44ac7a9..0000000000000
Binary files a/blockchains/ethereum/assets/0x7357397c090F5ac0Ab4b1194020dB94F77c4D4da/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7368eFcc7BF9deE2f61e124EbF97663544b7Aa7f/info.json b/blockchains/ethereum/assets/0x7368eFcc7BF9deE2f61e124EbF97663544b7Aa7f/info.json
deleted file mode 100644
index de791a3df883e..0000000000000
--- a/blockchains/ethereum/assets/0x7368eFcc7BF9deE2f61e124EbF97663544b7Aa7f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-4/30M4",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7368eFcc7BF9deE2f61e124EbF97663544b7Aa7f",
- "status": "abandoned",
- "id": "0x7368eFcc7BF9deE2f61e124EbF97663544b7Aa7f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7368eFcc7BF9deE2f61e124EbF97663544b7Aa7f/logo.png b/blockchains/ethereum/assets/0x7368eFcc7BF9deE2f61e124EbF97663544b7Aa7f/logo.png
deleted file mode 100644
index 9f8bcf2273dc4..0000000000000
Binary files a/blockchains/ethereum/assets/0x7368eFcc7BF9deE2f61e124EbF97663544b7Aa7f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x737Ec9a2509ea187E59b427F714b9ea8159cB76d/info.json b/blockchains/ethereum/assets/0x737Ec9a2509ea187E59b427F714b9ea8159cB76d/info.json
deleted file mode 100644
index 03f4715db7ccb..0000000000000
--- a/blockchains/ethereum/assets/0x737Ec9a2509ea187E59b427F714b9ea8159cB76d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PlayChain",
- "symbol": "PCN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x737Ec9a2509ea187E59b427F714b9ea8159cB76d",
- "status": "abandoned",
- "id": "0x737Ec9a2509ea187E59b427F714b9ea8159cB76d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x737Ec9a2509ea187E59b427F714b9ea8159cB76d/logo.png b/blockchains/ethereum/assets/0x737Ec9a2509ea187E59b427F714b9ea8159cB76d/logo.png
deleted file mode 100755
index 6e21b05173a63..0000000000000
Binary files a/blockchains/ethereum/assets/0x737Ec9a2509ea187E59b427F714b9ea8159cB76d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x737F98AC8cA59f2C68aD658E3C3d8C8963E40a4c/info.json b/blockchains/ethereum/assets/0x737F98AC8cA59f2C68aD658E3C3d8C8963E40a4c/info.json
deleted file mode 100644
index d3eaf7ddb132b..0000000000000
--- a/blockchains/ethereum/assets/0x737F98AC8cA59f2C68aD658E3C3d8C8963E40a4c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Amon",
- "symbol": "AMN",
- "type": "ERC20",
- "decimals": 18,
- "description": "Worldcore (WRC) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://amon.tech",
- "explorer": "https://etherscan.io/token/0x737F98AC8cA59f2C68aD658E3C3d8C8963E40a4c",
- "status": "active",
- "id": "0x737F98AC8cA59f2C68aD658E3C3d8C8963E40a4c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x737F98AC8cA59f2C68aD658E3C3d8C8963E40a4c/logo.png b/blockchains/ethereum/assets/0x737F98AC8cA59f2C68aD658E3C3d8C8963E40a4c/logo.png
deleted file mode 100644
index 1131ed8a3c8f5..0000000000000
Binary files a/blockchains/ethereum/assets/0x737F98AC8cA59f2C68aD658E3C3d8C8963E40a4c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x737fA0372c8D001904Ae6aCAf0552d4015F9c947/info.json b/blockchains/ethereum/assets/0x737fA0372c8D001904Ae6aCAf0552d4015F9c947/info.json
deleted file mode 100644
index be48b4b7e9d9a..0000000000000
--- a/blockchains/ethereum/assets/0x737fA0372c8D001904Ae6aCAf0552d4015F9c947/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MEDIBIT",
- "symbol": "MEDIBIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.medibit.org/",
- "explorer": "https://etherscan.io/token/0x737fA0372c8D001904Ae6aCAf0552d4015F9c947",
- "status": "abandoned",
- "id": "0x737fA0372c8D001904Ae6aCAf0552d4015F9c947"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x737fA0372c8D001904Ae6aCAf0552d4015F9c947/logo.png b/blockchains/ethereum/assets/0x737fA0372c8D001904Ae6aCAf0552d4015F9c947/logo.png
deleted file mode 100644
index d2fcdad2234b5..0000000000000
Binary files a/blockchains/ethereum/assets/0x737fA0372c8D001904Ae6aCAf0552d4015F9c947/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7396dA68628183EE475Ad7285173047993a0A7C8/info.json b/blockchains/ethereum/assets/0x7396dA68628183EE475Ad7285173047993a0A7C8/info.json
deleted file mode 100644
index 2a18b2530c4c0..0000000000000
--- a/blockchains/ethereum/assets/0x7396dA68628183EE475Ad7285173047993a0A7C8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NETTENCOIN",
- "symbol": "NTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7396dA68628183EE475Ad7285173047993a0A7C8",
- "status": "abandoned",
- "id": "0x7396dA68628183EE475Ad7285173047993a0A7C8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7396dA68628183EE475Ad7285173047993a0A7C8/logo.png b/blockchains/ethereum/assets/0x7396dA68628183EE475Ad7285173047993a0A7C8/logo.png
deleted file mode 100644
index 6d44be0364b70..0000000000000
Binary files a/blockchains/ethereum/assets/0x7396dA68628183EE475Ad7285173047993a0A7C8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x73B534fb6F07381a29a60B01eed5ae57D4EE24D7/info.json b/blockchains/ethereum/assets/0x73B534fb6F07381a29a60B01eed5ae57D4EE24D7/info.json
deleted file mode 100644
index 0067c28414f15..0000000000000
--- a/blockchains/ethereum/assets/0x73B534fb6F07381a29a60B01eed5ae57D4EE24D7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SENDERON",
- "symbol": "SDRN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x73B534fb6F07381a29a60B01eed5ae57D4EE24D7",
- "status": "abandoned",
- "id": "0x73B534fb6F07381a29a60B01eed5ae57D4EE24D7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x73B534fb6F07381a29a60B01eed5ae57D4EE24D7/logo.png b/blockchains/ethereum/assets/0x73B534fb6F07381a29a60B01eed5ae57D4EE24D7/logo.png
deleted file mode 100644
index f70bc4cc91a13..0000000000000
Binary files a/blockchains/ethereum/assets/0x73B534fb6F07381a29a60B01eed5ae57D4EE24D7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x73C9275c3a2Dd84b5741fD59AEbF102C91Eb033F/info.json b/blockchains/ethereum/assets/0x73C9275c3a2Dd84b5741fD59AEbF102C91Eb033F/info.json
deleted file mode 100644
index d24aa2a97ae31..0000000000000
--- a/blockchains/ethereum/assets/0x73C9275c3a2Dd84b5741fD59AEbF102C91Eb033F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitBall Treasure",
- "symbol": "BTRS",
- "type": "ERC20",
- "decimals": 18,
- "description": "Bitball Ecosystem: All in one crypto Solution. Peer to Peer digital currencies with Multiple utilities.",
- "website": "https://bitball-btb.com",
- "explorer": "https://etherscan.io/token/0x73C9275c3a2Dd84b5741fD59AEbF102C91Eb033F",
- "status": "active",
- "id": "0x73C9275c3a2Dd84b5741fD59AEbF102C91Eb033F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x73C9275c3a2Dd84b5741fD59AEbF102C91Eb033F/logo.png b/blockchains/ethereum/assets/0x73C9275c3a2Dd84b5741fD59AEbF102C91Eb033F/logo.png
deleted file mode 100644
index 0916db71621bc..0000000000000
Binary files a/blockchains/ethereum/assets/0x73C9275c3a2Dd84b5741fD59AEbF102C91Eb033F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x73Cee8348b9bDd48c64E13452b8a6fbc81630573/info.json b/blockchains/ethereum/assets/0x73Cee8348b9bDd48c64E13452b8a6fbc81630573/info.json
deleted file mode 100644
index 180ce7ce20664..0000000000000
--- a/blockchains/ethereum/assets/0x73Cee8348b9bDd48c64E13452b8a6fbc81630573/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EGORAS",
- "symbol": "EGR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://egoras.com",
- "explorer": "https://etherscan.io/token/0x73Cee8348b9bDd48c64E13452b8a6fbc81630573",
- "status": "abandoned",
- "id": "0x73Cee8348b9bDd48c64E13452b8a6fbc81630573"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x73Cee8348b9bDd48c64E13452b8a6fbc81630573/logo.png b/blockchains/ethereum/assets/0x73Cee8348b9bDd48c64E13452b8a6fbc81630573/logo.png
deleted file mode 100644
index 4bf53164c6732..0000000000000
Binary files a/blockchains/ethereum/assets/0x73Cee8348b9bDd48c64E13452b8a6fbc81630573/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x73D65156b358B26B9626E98A7eC17dd386E6187D/info.json b/blockchains/ethereum/assets/0x73D65156b358B26B9626E98A7eC17dd386E6187D/info.json
deleted file mode 100644
index 7035b86907118..0000000000000
--- a/blockchains/ethereum/assets/0x73D65156b358B26B9626E98A7eC17dd386E6187D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Myph",
- "symbol": "MYPH",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x73D65156b358B26B9626E98A7eC17dd386E6187D",
- "status": "abandoned",
- "id": "0x73D65156b358B26B9626E98A7eC17dd386E6187D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x73D65156b358B26B9626E98A7eC17dd386E6187D/logo.png b/blockchains/ethereum/assets/0x73D65156b358B26B9626E98A7eC17dd386E6187D/logo.png
deleted file mode 100644
index 79374ed15cff0..0000000000000
Binary files a/blockchains/ethereum/assets/0x73D65156b358B26B9626E98A7eC17dd386E6187D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x73DBbf72d427076BDd73CF905fDFc442c9C67D4a/info.json b/blockchains/ethereum/assets/0x73DBbf72d427076BDd73CF905fDFc442c9C67D4a/info.json
deleted file mode 100644
index 8dfe323fdbddf..0000000000000
--- a/blockchains/ethereum/assets/0x73DBbf72d427076BDd73CF905fDFc442c9C67D4a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zeedex",
- "symbol": "ZDEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x73DBbf72d427076BDd73CF905fDFc442c9C67D4a",
- "status": "abandoned",
- "id": "0x73DBbf72d427076BDd73CF905fDFc442c9C67D4a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x73DBbf72d427076BDd73CF905fDFc442c9C67D4a/logo.png b/blockchains/ethereum/assets/0x73DBbf72d427076BDd73CF905fDFc442c9C67D4a/logo.png
deleted file mode 100644
index 5c42ac4bb095f..0000000000000
Binary files a/blockchains/ethereum/assets/0x73DBbf72d427076BDd73CF905fDFc442c9C67D4a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x73a052500105205d34Daf004eAb301916DA8190f/info.json b/blockchains/ethereum/assets/0x73a052500105205d34Daf004eAb301916DA8190f/info.json
deleted file mode 100644
index 84266e368a669..0000000000000
--- a/blockchains/ethereum/assets/0x73a052500105205d34Daf004eAb301916DA8190f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "iearn TUSD",
- "symbol": "yTUSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "Simple auto interest rate switching tokens for Compound, Fulcrum, Aave, and dYdX.",
- "website": "https://docs.yearn.finance/",
- "explorer": "https://etherscan.io/token/0x73a052500105205d34Daf004eAb301916DA8190f",
- "status": "active",
- "id": "0x73a052500105205d34Daf004eAb301916DA8190f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x73a052500105205d34Daf004eAb301916DA8190f/logo.png b/blockchains/ethereum/assets/0x73a052500105205d34Daf004eAb301916DA8190f/logo.png
deleted file mode 100644
index 9aa9d5c0a0b3c..0000000000000
Binary files a/blockchains/ethereum/assets/0x73a052500105205d34Daf004eAb301916DA8190f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x73dD069c299A5d691E9836243BcaeC9c8C1D8734/info.json b/blockchains/ethereum/assets/0x73dD069c299A5d691E9836243BcaeC9c8C1D8734/info.json
deleted file mode 100644
index 847c18f05104b..0000000000000
--- a/blockchains/ethereum/assets/0x73dD069c299A5d691E9836243BcaeC9c8C1D8734/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoineum",
- "symbol": "BTE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x73dD069c299A5d691E9836243BcaeC9c8C1D8734",
- "status": "abandoned",
- "id": "0x73dD069c299A5d691E9836243BcaeC9c8C1D8734"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x73dD069c299A5d691E9836243BcaeC9c8C1D8734/logo.png b/blockchains/ethereum/assets/0x73dD069c299A5d691E9836243BcaeC9c8C1D8734/logo.png
deleted file mode 100644
index 3251d1090e1b2..0000000000000
Binary files a/blockchains/ethereum/assets/0x73dD069c299A5d691E9836243BcaeC9c8C1D8734/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x73e4A6B80F8De0aA3f95331c5a93e7f8431B6d95/info.json b/blockchains/ethereum/assets/0x73e4A6B80F8De0aA3f95331c5a93e7f8431B6d95/info.json
deleted file mode 100644
index f5ad5480ec3c8..0000000000000
--- a/blockchains/ethereum/assets/0x73e4A6B80F8De0aA3f95331c5a93e7f8431B6d95/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fama",
- "website": "https://famacoins.com/",
- "description": "FM is a basic setting for building a commercial blockchain. Both companies and individuals can use FM to realize payment, which is easy to operate. FM is a transaction medium between merchants, merchants and individuals, and individuals. FM as a digital currency will fully become a circulation demand and emerge..",
- "explorer": "https://etherscan.io/token/0x73e4A6B80F8De0aA3f95331c5a93e7f8431B6d95",
- "type": "ERC20",
- "symbol": "FM",
- "decimals": 18,
- "status": "active",
- "id": "0x73e4A6B80F8De0aA3f95331c5a93e7f8431B6d95"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x73e4A6B80F8De0aA3f95331c5a93e7f8431B6d95/logo.png b/blockchains/ethereum/assets/0x73e4A6B80F8De0aA3f95331c5a93e7f8431B6d95/logo.png
deleted file mode 100644
index a9feedd05c9af..0000000000000
Binary files a/blockchains/ethereum/assets/0x73e4A6B80F8De0aA3f95331c5a93e7f8431B6d95/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x73f142e90636b4E063CFA80B02e4877484fe464E/info.json b/blockchains/ethereum/assets/0x73f142e90636b4E063CFA80B02e4877484fe464E/info.json
deleted file mode 100644
index fc52ad01df3b3..0000000000000
--- a/blockchains/ethereum/assets/0x73f142e90636b4E063CFA80B02e4877484fe464E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sava International",
- "symbol": "SAVA",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x73f142e90636b4E063CFA80B02e4877484fe464E",
- "status": "abandoned",
- "id": "0x73f142e90636b4E063CFA80B02e4877484fe464E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x73f142e90636b4E063CFA80B02e4877484fe464E/logo.png b/blockchains/ethereum/assets/0x73f142e90636b4E063CFA80B02e4877484fe464E/logo.png
deleted file mode 100644
index a20cf2aee01a9..0000000000000
Binary files a/blockchains/ethereum/assets/0x73f142e90636b4E063CFA80B02e4877484fe464E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x73f8406eAACe2CE69BA49a67551464FDa1D11F14/info.json b/blockchains/ethereum/assets/0x73f8406eAACe2CE69BA49a67551464FDa1D11F14/info.json
deleted file mode 100644
index db02f54ca46c7..0000000000000
--- a/blockchains/ethereum/assets/0x73f8406eAACe2CE69BA49a67551464FDa1D11F14/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MoonCoin",
- "symbol": "MOON",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x73f8406eAACe2CE69BA49a67551464FDa1D11F14",
- "status": "abandoned",
- "id": "0x73f8406eAACe2CE69BA49a67551464FDa1D11F14"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x73f8406eAACe2CE69BA49a67551464FDa1D11F14/logo.png b/blockchains/ethereum/assets/0x73f8406eAACe2CE69BA49a67551464FDa1D11F14/logo.png
deleted file mode 100644
index bf05a52569347..0000000000000
Binary files a/blockchains/ethereum/assets/0x73f8406eAACe2CE69BA49a67551464FDa1D11F14/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x740623d2c797b7D8D1EcB98e9b4Afcf99Ec31E14/info.json b/blockchains/ethereum/assets/0x740623d2c797b7D8D1EcB98e9b4Afcf99Ec31E14/info.json
deleted file mode 100644
index 6e68386e9246b..0000000000000
--- a/blockchains/ethereum/assets/0x740623d2c797b7D8D1EcB98e9b4Afcf99Ec31E14/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DoYourTip",
- "symbol": "DYT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://doyourtip.io/",
- "explorer": "https://etherscan.io/token/0x740623d2c797b7D8D1EcB98e9b4Afcf99Ec31E14",
- "status": "abandoned",
- "id": "0x740623d2c797b7D8D1EcB98e9b4Afcf99Ec31E14"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x740623d2c797b7D8D1EcB98e9b4Afcf99Ec31E14/logo.png b/blockchains/ethereum/assets/0x740623d2c797b7D8D1EcB98e9b4Afcf99Ec31E14/logo.png
deleted file mode 100644
index 1e534c7a6852f..0000000000000
Binary files a/blockchains/ethereum/assets/0x740623d2c797b7D8D1EcB98e9b4Afcf99Ec31E14/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x740B88Dd18D4987f1b0Fe02d59E174be59938EBb/info.json b/blockchains/ethereum/assets/0x740B88Dd18D4987f1b0Fe02d59E174be59938EBb/info.json
deleted file mode 100644
index 866f79c936001..0000000000000
--- a/blockchains/ethereum/assets/0x740B88Dd18D4987f1b0Fe02d59E174be59938EBb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Econ",
- "symbol": "ECON",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x740B88Dd18D4987f1b0Fe02d59E174be59938EBb",
- "status": "abandoned",
- "id": "0x740B88Dd18D4987f1b0Fe02d59E174be59938EBb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x740B88Dd18D4987f1b0Fe02d59E174be59938EBb/logo.png b/blockchains/ethereum/assets/0x740B88Dd18D4987f1b0Fe02d59E174be59938EBb/logo.png
deleted file mode 100644
index e5a911995027d..0000000000000
Binary files a/blockchains/ethereum/assets/0x740B88Dd18D4987f1b0Fe02d59E174be59938EBb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC/info.json b/blockchains/ethereum/assets/0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC/info.json
deleted file mode 100644
index 3720fca307758..0000000000000
--- a/blockchains/ethereum/assets/0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JasmyCoin",
- "website": "https://www.jasmy.co.jp/en.html",
- "description": "JasmyCoin is based on the ERC 20 standard. The token can also be used by an unspecified number of individuals and businesses to transfer tokens using digital devices as proof of value exchange or payment for services. By not limiting its usability, the token can have a wide range of purposes.",
- "explorer": "https://etherscan.io/token/0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC",
- "type": "ERC20",
- "symbol": "JASMY",
- "decimals": 18,
- "status": "active",
- "id": "0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC/logo.png b/blockchains/ethereum/assets/0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC/logo.png
deleted file mode 100644
index 16144dfa98334..0000000000000
Binary files a/blockchains/ethereum/assets/0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x742134547B314Adbf197aE10d53EFceBfc6ff1E8/info.json b/blockchains/ethereum/assets/0x742134547B314Adbf197aE10d53EFceBfc6ff1E8/info.json
deleted file mode 100644
index 4ef8961c79b5b..0000000000000
--- a/blockchains/ethereum/assets/0x742134547B314Adbf197aE10d53EFceBfc6ff1E8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IChain",
- "symbol": "ISC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x742134547B314Adbf197aE10d53EFceBfc6ff1E8",
- "status": "abandoned",
- "id": "0x742134547B314Adbf197aE10d53EFceBfc6ff1E8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x742134547B314Adbf197aE10d53EFceBfc6ff1E8/logo.png b/blockchains/ethereum/assets/0x742134547B314Adbf197aE10d53EFceBfc6ff1E8/logo.png
deleted file mode 100644
index 135d308f10f07..0000000000000
Binary files a/blockchains/ethereum/assets/0x742134547B314Adbf197aE10d53EFceBfc6ff1E8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x74232704659ef37c08995e386A2E26cc27a8d7B1/info.json b/blockchains/ethereum/assets/0x74232704659ef37c08995e386A2E26cc27a8d7B1/info.json
deleted file mode 100644
index 4979515502cb6..0000000000000
--- a/blockchains/ethereum/assets/0x74232704659ef37c08995e386A2E26cc27a8d7B1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Strike Finance",
- "symbol": "STRK",
- "type": "ERC20",
- "decimals": 18,
- "description": "Strike Finance Governance Token",
- "explorer": "https://etherscan.io/token/0x74232704659ef37c08995e386A2E26cc27a8d7B1",
- "status": "active",
- "id": "0x74232704659ef37c08995e386A2E26cc27a8d7B1",
- "website": "https://strike.org"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x74232704659ef37c08995e386A2E26cc27a8d7B1/logo.png b/blockchains/ethereum/assets/0x74232704659ef37c08995e386A2E26cc27a8d7B1/logo.png
deleted file mode 100644
index 1f511540305b3..0000000000000
Binary files a/blockchains/ethereum/assets/0x74232704659ef37c08995e386A2E26cc27a8d7B1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x74233bbf79A05409e367b10f9FCEF888cfFc9e59/info.json b/blockchains/ethereum/assets/0x74233bbf79A05409e367b10f9FCEF888cfFc9e59/info.json
deleted file mode 100644
index 673bd957b670a..0000000000000
--- a/blockchains/ethereum/assets/0x74233bbf79A05409e367b10f9FCEF888cfFc9e59/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GSDToken",
- "symbol": "GSD",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x74233bbf79A05409e367b10f9FCEF888cfFc9e59",
- "status": "abandoned",
- "id": "0x74233bbf79A05409e367b10f9FCEF888cfFc9e59"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x74233bbf79A05409e367b10f9FCEF888cfFc9e59/logo.png b/blockchains/ethereum/assets/0x74233bbf79A05409e367b10f9FCEF888cfFc9e59/logo.png
deleted file mode 100644
index 6572fa7dca2e5..0000000000000
Binary files a/blockchains/ethereum/assets/0x74233bbf79A05409e367b10f9FCEF888cfFc9e59/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x743E2916227E10882476da16487E6CF3030Df629/info.json b/blockchains/ethereum/assets/0x743E2916227E10882476da16487E6CF3030Df629/info.json
deleted file mode 100644
index 71a87d6352f68..0000000000000
--- a/blockchains/ethereum/assets/0x743E2916227E10882476da16487E6CF3030Df629/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MasonCoin",
- "symbol": "MSNC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x743E2916227E10882476da16487E6CF3030Df629",
- "status": "abandoned",
- "id": "0x743E2916227E10882476da16487E6CF3030Df629"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x743E2916227E10882476da16487E6CF3030Df629/logo.png b/blockchains/ethereum/assets/0x743E2916227E10882476da16487E6CF3030Df629/logo.png
deleted file mode 100755
index 2568a6e072a96..0000000000000
Binary files a/blockchains/ethereum/assets/0x743E2916227E10882476da16487E6CF3030Df629/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x744c9c36D1Cc3268a4b9b2e28c60B1752C85E97d/info.json b/blockchains/ethereum/assets/0x744c9c36D1Cc3268a4b9b2e28c60B1752C85E97d/info.json
deleted file mode 100644
index 270a99e3eab79..0000000000000
--- a/blockchains/ethereum/assets/0x744c9c36D1Cc3268a4b9b2e28c60B1752C85E97d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Alluva",
- "symbol": "ALV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x744c9c36D1Cc3268a4b9b2e28c60B1752C85E97d",
- "status": "abandoned",
- "id": "0x744c9c36D1Cc3268a4b9b2e28c60B1752C85E97d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x744c9c36D1Cc3268a4b9b2e28c60B1752C85E97d/logo.png b/blockchains/ethereum/assets/0x744c9c36D1Cc3268a4b9b2e28c60B1752C85E97d/logo.png
deleted file mode 100644
index 6b9a1ece84802..0000000000000
Binary files a/blockchains/ethereum/assets/0x744c9c36D1Cc3268a4b9b2e28c60B1752C85E97d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x744d70FDBE2Ba4CF95131626614a1763DF805B9E/info.json b/blockchains/ethereum/assets/0x744d70FDBE2Ba4CF95131626614a1763DF805B9E/info.json
deleted file mode 100644
index 0e11feeb9d239..0000000000000
--- a/blockchains/ethereum/assets/0x744d70FDBE2Ba4CF95131626614a1763DF805B9E/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Status",
- "website": "http://status.im",
- "description": "Status (SNT) is an open source messaging platform and mobile interface built to interact with applications that run on the Ethereum network. ",
- "explorer": "https://etherscan.io/token/0x744d70FDBE2Ba4CF95131626614a1763DF805B9E",
- "type": "ERC20",
- "symbol": "SNT",
- "decimals": 18,
- "status": "active",
- "id": "0x744d70FDBE2Ba4CF95131626614a1763DF805B9E",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/status-im"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ethstatus"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/statusim/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/ethstatus"
- },
- {
- "name": "whitepaper",
- "url": "https://status.im/whitepaper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/status/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x744d70FDBE2Ba4CF95131626614a1763DF805B9E/logo.png b/blockchains/ethereum/assets/0x744d70FDBE2Ba4CF95131626614a1763DF805B9E/logo.png
deleted file mode 100644
index 959655c8afa13..0000000000000
Binary files a/blockchains/ethereum/assets/0x744d70FDBE2Ba4CF95131626614a1763DF805B9E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x745407c86DF8DB893011912d3aB28e68B62E49B0/info.json b/blockchains/ethereum/assets/0x745407c86DF8DB893011912d3aB28e68B62E49B0/info.json
deleted file mode 100644
index 122bb11292012..0000000000000
--- a/blockchains/ethereum/assets/0x745407c86DF8DB893011912d3aB28e68B62E49B0/info.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "name": "MahaDAO",
- "website": "https://mahadao.com/",
- "description": "MahaDAO introduces the world's first valuecoin ARTH, a new kind of currency that remains stable short term, but appreciates long-term",
- "explorer": "https://etherscan.io/token/0x745407c86DF8DB893011912d3aB28e68B62E49B0",
- "type": "ERC20",
- "symbol": "MAHA",
- "decimals": 18,
- "status": "active",
- "id": "0x745407c86DF8DB893011912d3aB28e68B62E49B0",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/TheMahaDAO"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mahadao"
- },
- {
- "name": "medium",
- "url": "https://medium.com/mahadao"
- }
- ],
- "tags": [
- "staking",
- "governance",
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x745407c86DF8DB893011912d3aB28e68B62E49B0/logo.png b/blockchains/ethereum/assets/0x745407c86DF8DB893011912d3aB28e68B62E49B0/logo.png
deleted file mode 100644
index 5193b5258dd6f..0000000000000
Binary files a/blockchains/ethereum/assets/0x745407c86DF8DB893011912d3aB28e68B62E49B0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7461C43bb1E96863233D72A09191008ee9217Ee8/info.json b/blockchains/ethereum/assets/0x7461C43bb1E96863233D72A09191008ee9217Ee8/info.json
deleted file mode 100644
index 741bfdc1a745a..0000000000000
--- a/blockchains/ethereum/assets/0x7461C43bb1E96863233D72A09191008ee9217Ee8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DGN",
- "website": "https://degenerateplatform.com/",
- "description": "Degenerate Platform is developing a marketplace for Sports Betting. Our token is used as a form of payment on sportsbooks and casinos.",
- "explorer": "https://etherscan.io/token/0x7461C43bb1E96863233D72A09191008ee9217Ee8",
- "type": "ERC20",
- "symbol": "DGN",
- "decimals": 18,
- "status": "active",
- "id": "0x7461C43bb1E96863233D72A09191008ee9217Ee8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7461C43bb1E96863233D72A09191008ee9217Ee8/logo.png b/blockchains/ethereum/assets/0x7461C43bb1E96863233D72A09191008ee9217Ee8/logo.png
deleted file mode 100644
index 43579f3956042..0000000000000
Binary files a/blockchains/ethereum/assets/0x7461C43bb1E96863233D72A09191008ee9217Ee8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x74658fB5f7fF3Bc7d70f7F792d53fd74f89dC055/info.json b/blockchains/ethereum/assets/0x74658fB5f7fF3Bc7d70f7F792d53fd74f89dC055/info.json
deleted file mode 100644
index 8082f8b6713e0..0000000000000
--- a/blockchains/ethereum/assets/0x74658fB5f7fF3Bc7d70f7F792d53fd74f89dC055/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MYTHIC",
- "symbol": "MTCX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x74658fB5f7fF3Bc7d70f7F792d53fd74f89dC055",
- "status": "abandoned",
- "id": "0x74658fB5f7fF3Bc7d70f7F792d53fd74f89dC055"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x74658fB5f7fF3Bc7d70f7F792d53fd74f89dC055/logo.png b/blockchains/ethereum/assets/0x74658fB5f7fF3Bc7d70f7F792d53fd74f89dC055/logo.png
deleted file mode 100644
index 910d0b488c0e3..0000000000000
Binary files a/blockchains/ethereum/assets/0x74658fB5f7fF3Bc7d70f7F792d53fd74f89dC055/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x746DdA2ea243400D5a63e0700F190aB79f06489e/info.json b/blockchains/ethereum/assets/0x746DdA2ea243400D5a63e0700F190aB79f06489e/info.json
deleted file mode 100644
index 6cc52f2060f6d..0000000000000
--- a/blockchains/ethereum/assets/0x746DdA2ea243400D5a63e0700F190aB79f06489e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BOSAGORA",
- "website": "https://bosagora.io",
- "description": "BOSAGORA aims to establish a decentralized, censorship-resistant blockchain platform where stakers (part of the congress) can decide on what projects to support through a democratic decision-making process.",
- "explorer": "https://etherscan.io/token/0x746DdA2ea243400D5a63e0700F190aB79f06489e",
- "type": "ERC20",
- "symbol": "BOA",
- "decimals": 7,
- "status": "active",
- "id": "0x746DdA2ea243400D5a63e0700F190aB79f06489e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x746DdA2ea243400D5a63e0700F190aB79f06489e/logo.png b/blockchains/ethereum/assets/0x746DdA2ea243400D5a63e0700F190aB79f06489e/logo.png
deleted file mode 100644
index 3c4f00a491ca6..0000000000000
Binary files a/blockchains/ethereum/assets/0x746DdA2ea243400D5a63e0700F190aB79f06489e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x748e0216C9C0ccf215DCd1E848d461E6Ce86a5f0/info.json b/blockchains/ethereum/assets/0x748e0216C9C0ccf215DCd1E848d461E6Ce86a5f0/info.json
deleted file mode 100644
index 8aa5d69a73c7c..0000000000000
--- a/blockchains/ethereum/assets/0x748e0216C9C0ccf215DCd1E848d461E6Ce86a5f0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ExchangeGoodsChain",
- "symbol": "EGC+",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x748e0216C9C0ccf215DCd1E848d461E6Ce86a5f0",
- "status": "abandoned",
- "id": "0x748e0216C9C0ccf215DCd1E848d461E6Ce86a5f0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x748e0216C9C0ccf215DCd1E848d461E6Ce86a5f0/logo.png b/blockchains/ethereum/assets/0x748e0216C9C0ccf215DCd1E848d461E6Ce86a5f0/logo.png
deleted file mode 100644
index 53f21dce74fbd..0000000000000
Binary files a/blockchains/ethereum/assets/0x748e0216C9C0ccf215DCd1E848d461E6Ce86a5f0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x749f35Ff65932E68267dd82F6CD85eeA735d700E/info.json b/blockchains/ethereum/assets/0x749f35Ff65932E68267dd82F6CD85eeA735d700E/info.json
deleted file mode 100644
index 2f985e29019e8..0000000000000
--- a/blockchains/ethereum/assets/0x749f35Ff65932E68267dd82F6CD85eeA735d700E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CyClean Token",
- "symbol": "CCL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x749f35Ff65932E68267dd82F6CD85eeA735d700E",
- "status": "abandoned",
- "id": "0x749f35Ff65932E68267dd82F6CD85eeA735d700E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x749f35Ff65932E68267dd82F6CD85eeA735d700E/logo.png b/blockchains/ethereum/assets/0x749f35Ff65932E68267dd82F6CD85eeA735d700E/logo.png
deleted file mode 100644
index 46fdaf43b30f5..0000000000000
Binary files a/blockchains/ethereum/assets/0x749f35Ff65932E68267dd82F6CD85eeA735d700E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x74CEDa77281b339142A36817Fa5F9E29412bAb85/info.json b/blockchains/ethereum/assets/0x74CEDa77281b339142A36817Fa5F9E29412bAb85/info.json
deleted file mode 100644
index e9785cdc73b4c..0000000000000
--- a/blockchains/ethereum/assets/0x74CEDa77281b339142A36817Fa5F9E29412bAb85/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EROSCOIN",
- "symbol": "ERO",
- "type": "ERC20",
- "decimals": 8,
- "description": "Eroscoin (ERO) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://eroscoin.org",
- "explorer": "https://etherscan.io/token/0x74CEDa77281b339142A36817Fa5F9E29412bAb85",
- "status": "active",
- "id": "0x74CEDa77281b339142A36817Fa5F9E29412bAb85"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x74CEDa77281b339142A36817Fa5F9E29412bAb85/logo.png b/blockchains/ethereum/assets/0x74CEDa77281b339142A36817Fa5F9E29412bAb85/logo.png
deleted file mode 100644
index 209e6adb31615..0000000000000
Binary files a/blockchains/ethereum/assets/0x74CEDa77281b339142A36817Fa5F9E29412bAb85/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x74F9595874b595c7A5af9cf78AC051C2E7387173/info.json b/blockchains/ethereum/assets/0x74F9595874b595c7A5af9cf78AC051C2E7387173/info.json
deleted file mode 100644
index 0f510ee42b977..0000000000000
--- a/blockchains/ethereum/assets/0x74F9595874b595c7A5af9cf78AC051C2E7387173/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PROOF",
- "website": "https://proofcoin.online",
- "description": "Long-term venture and business investments with unique marketing system.",
- "explorer": "https://etherscan.io/token/0x74F9595874b595c7A5af9cf78AC051C2E7387173",
- "type": "ERC20",
- "symbol": "PRF",
- "decimals": 6,
- "status": "active",
- "id": "0x74F9595874b595c7A5af9cf78AC051C2E7387173"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x74F9595874b595c7A5af9cf78AC051C2E7387173/logo.png b/blockchains/ethereum/assets/0x74F9595874b595c7A5af9cf78AC051C2E7387173/logo.png
deleted file mode 100644
index e59be4be2a569..0000000000000
Binary files a/blockchains/ethereum/assets/0x74F9595874b595c7A5af9cf78AC051C2E7387173/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x74FD51a98a4A1ECBeF8Cc43be801cce630E260Bd/info.json b/blockchains/ethereum/assets/0x74FD51a98a4A1ECBeF8Cc43be801cce630E260Bd/info.json
deleted file mode 100644
index a4f1cc5990ff0..0000000000000
--- a/blockchains/ethereum/assets/0x74FD51a98a4A1ECBeF8Cc43be801cce630E260Bd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SiaCashCoin",
- "symbol": "SCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.siacashcoin.com/",
- "explorer": "https://etherscan.io/token/0x74FD51a98a4A1ECBeF8Cc43be801cce630E260Bd",
- "status": "abandoned",
- "id": "0x74FD51a98a4A1ECBeF8Cc43be801cce630E260Bd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x74FD51a98a4A1ECBeF8Cc43be801cce630E260Bd/logo.png b/blockchains/ethereum/assets/0x74FD51a98a4A1ECBeF8Cc43be801cce630E260Bd/logo.png
deleted file mode 100644
index efa55361dcb08..0000000000000
Binary files a/blockchains/ethereum/assets/0x74FD51a98a4A1ECBeF8Cc43be801cce630E260Bd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x74cF330c3f6017A1d346106515623180A6705Af2/info.json b/blockchains/ethereum/assets/0x74cF330c3f6017A1d346106515623180A6705Af2/info.json
deleted file mode 100644
index 05fff1bd85b0e..0000000000000
--- a/blockchains/ethereum/assets/0x74cF330c3f6017A1d346106515623180A6705Af2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-11/30M41",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x74cF330c3f6017A1d346106515623180A6705Af2",
- "status": "abandoned",
- "id": "0x74cF330c3f6017A1d346106515623180A6705Af2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x74cF330c3f6017A1d346106515623180A6705Af2/logo.png b/blockchains/ethereum/assets/0x74cF330c3f6017A1d346106515623180A6705Af2/logo.png
deleted file mode 100644
index 879e7f0f6434b..0000000000000
Binary files a/blockchains/ethereum/assets/0x74cF330c3f6017A1d346106515623180A6705Af2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x74cc9987BD51dC5481c467220B928BBCF8Df2c50/info.json b/blockchains/ethereum/assets/0x74cc9987BD51dC5481c467220B928BBCF8Df2c50/info.json
deleted file mode 100644
index 96561d1ec4ad8..0000000000000
--- a/blockchains/ethereum/assets/0x74cc9987BD51dC5481c467220B928BBCF8Df2c50/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R863429",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x74cc9987BD51dC5481c467220B928BBCF8Df2c50",
- "status": "abandoned",
- "id": "0x74cc9987BD51dC5481c467220B928BBCF8Df2c50"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x74cc9987BD51dC5481c467220B928BBCF8Df2c50/logo.png b/blockchains/ethereum/assets/0x74cc9987BD51dC5481c467220B928BBCF8Df2c50/logo.png
deleted file mode 100644
index 0128840db2cb6..0000000000000
Binary files a/blockchains/ethereum/assets/0x74cc9987BD51dC5481c467220B928BBCF8Df2c50/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x74faaB6986560fD1140508e4266D8a7b87274Ffd/info.json b/blockchains/ethereum/assets/0x74faaB6986560fD1140508e4266D8a7b87274Ffd/info.json
deleted file mode 100644
index d8bbf8240944b..0000000000000
--- a/blockchains/ethereum/assets/0x74faaB6986560fD1140508e4266D8a7b87274Ffd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HyperDao",
- "symbol": "HDAO",
- "type": "ERC20",
- "decimals": 18,
- "description": "Decentralised Financial Services Ecosystem.",
- "website": "https://hyperdao.com",
- "explorer": "https://etherscan.io/token/0x74faaB6986560fD1140508e4266D8a7b87274Ffd",
- "status": "active",
- "id": "0x74faaB6986560fD1140508e4266D8a7b87274Ffd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x74faaB6986560fD1140508e4266D8a7b87274Ffd/logo.png b/blockchains/ethereum/assets/0x74faaB6986560fD1140508e4266D8a7b87274Ffd/logo.png
deleted file mode 100644
index 4e963d59d675b..0000000000000
Binary files a/blockchains/ethereum/assets/0x74faaB6986560fD1140508e4266D8a7b87274Ffd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x75231F58b43240C9718Dd58B4967c5114342a86c/info.json b/blockchains/ethereum/assets/0x75231F58b43240C9718Dd58B4967c5114342a86c/info.json
deleted file mode 100644
index 9bba68a78c83f..0000000000000
--- a/blockchains/ethereum/assets/0x75231F58b43240C9718Dd58B4967c5114342a86c/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "OKB",
- "website": "https://okex.com",
- "description": "OKB is a global utility token issued by OK Blockchain foundation.",
- "explorer": "https://etherscan.io/token/0x75231F58b43240C9718Dd58B4967c5114342a86c",
- "type": "ERC20",
- "symbol": "OKB",
- "decimals": 18,
- "status": "active",
- "id": "0x75231F58b43240C9718Dd58B4967c5114342a86c",
- "links": [
- {
- "name": "blog",
- "url": "https://medium.com/okex-blog"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/okex_"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/okexofficial"
- },
- {
- "name": "telegram",
- "url": "https://t.me/okexofficial_en"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/okb/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x75231F58b43240C9718Dd58B4967c5114342a86c/logo.png b/blockchains/ethereum/assets/0x75231F58b43240C9718Dd58B4967c5114342a86c/logo.png
deleted file mode 100644
index eaaa88f47eaaa..0000000000000
Binary files a/blockchains/ethereum/assets/0x75231F58b43240C9718Dd58B4967c5114342a86c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7528E3040376EdD5DB8263Db2F5bd1beD91467FB/info.json b/blockchains/ethereum/assets/0x7528E3040376EdD5DB8263Db2F5bd1beD91467FB/info.json
deleted file mode 100644
index 06fd13368a364..0000000000000
--- a/blockchains/ethereum/assets/0x7528E3040376EdD5DB8263Db2F5bd1beD91467FB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Simmitri",
- "symbol": "SIM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://token.simmitri.com/",
- "explorer": "https://etherscan.io/token/0x7528E3040376EdD5DB8263Db2F5bd1beD91467FB",
- "status": "abandoned",
- "id": "0x7528E3040376EdD5DB8263Db2F5bd1beD91467FB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7528E3040376EdD5DB8263Db2F5bd1beD91467FB/logo.png b/blockchains/ethereum/assets/0x7528E3040376EdD5DB8263Db2F5bd1beD91467FB/logo.png
deleted file mode 100644
index 404b05fbb9860..0000000000000
Binary files a/blockchains/ethereum/assets/0x7528E3040376EdD5DB8263Db2F5bd1beD91467FB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x752FF65b884b9C260D212C804E0b7ACEea012473/info.json b/blockchains/ethereum/assets/0x752FF65b884b9C260D212C804E0b7ACEea012473/info.json
deleted file mode 100644
index 1299a038efc67..0000000000000
--- a/blockchains/ethereum/assets/0x752FF65b884b9C260D212C804E0b7ACEea012473/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SnapCoin",
- "symbol": "SNPC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://earneo.io/",
- "explorer": "https://etherscan.io/token/0x752FF65b884b9C260D212C804E0b7ACEea012473",
- "status": "abandoned",
- "id": "0x752FF65b884b9C260D212C804E0b7ACEea012473"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x752FF65b884b9C260D212C804E0b7ACEea012473/logo.png b/blockchains/ethereum/assets/0x752FF65b884b9C260D212C804E0b7ACEea012473/logo.png
deleted file mode 100644
index b842408eca8d2..0000000000000
Binary files a/blockchains/ethereum/assets/0x752FF65b884b9C260D212C804E0b7ACEea012473/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x752cBf685f75621A1330951B628059Ec2130C609/info.json b/blockchains/ethereum/assets/0x752cBf685f75621A1330951B628059Ec2130C609/info.json
deleted file mode 100644
index b54b228a7e180..0000000000000
--- a/blockchains/ethereum/assets/0x752cBf685f75621A1330951B628059Ec2130C609/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 172-CN05",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x752cBf685f75621A1330951B628059Ec2130C609",
- "status": "abandoned",
- "id": "0x752cBf685f75621A1330951B628059Ec2130C609"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x752cBf685f75621A1330951B628059Ec2130C609/logo.png b/blockchains/ethereum/assets/0x752cBf685f75621A1330951B628059Ec2130C609/logo.png
deleted file mode 100644
index cb0d08463b4db..0000000000000
Binary files a/blockchains/ethereum/assets/0x752cBf685f75621A1330951B628059Ec2130C609/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x752fd71994776Bde43C91e943F8612517F242432/info.json b/blockchains/ethereum/assets/0x752fd71994776Bde43C91e943F8612517F242432/info.json
deleted file mode 100644
index 17ce7b8304499..0000000000000
--- a/blockchains/ethereum/assets/0x752fd71994776Bde43C91e943F8612517F242432/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BDAM Coin",
- "symbol": "BDAM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x752fd71994776Bde43C91e943F8612517F242432",
- "status": "abandoned",
- "id": "0x752fd71994776Bde43C91e943F8612517F242432"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x752fd71994776Bde43C91e943F8612517F242432/logo.png b/blockchains/ethereum/assets/0x752fd71994776Bde43C91e943F8612517F242432/logo.png
deleted file mode 100644
index 5fc13a01be86a..0000000000000
Binary files a/blockchains/ethereum/assets/0x752fd71994776Bde43C91e943F8612517F242432/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x755146E16214446DcB17b68Df0CFcCa4763eb77A/info.json b/blockchains/ethereum/assets/0x755146E16214446DcB17b68Df0CFcCa4763eb77A/info.json
deleted file mode 100644
index 058c009b34a8f..0000000000000
--- a/blockchains/ethereum/assets/0x755146E16214446DcB17b68Df0CFcCa4763eb77A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SLOTH",
- "symbol": "SLOTH",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x755146E16214446DcB17b68Df0CFcCa4763eb77A",
- "status": "abandoned",
- "id": "0x755146E16214446DcB17b68Df0CFcCa4763eb77A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x755146E16214446DcB17b68Df0CFcCa4763eb77A/logo.png b/blockchains/ethereum/assets/0x755146E16214446DcB17b68Df0CFcCa4763eb77A/logo.png
deleted file mode 100644
index 740bc83b078e4..0000000000000
Binary files a/blockchains/ethereum/assets/0x755146E16214446DcB17b68Df0CFcCa4763eb77A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x75579D1C935Bc600c7b4e30c54EcF86e703E5d88/info.json b/blockchains/ethereum/assets/0x75579D1C935Bc600c7b4e30c54EcF86e703E5d88/info.json
deleted file mode 100644
index e1c02cc5285bb..0000000000000
--- a/blockchains/ethereum/assets/0x75579D1C935Bc600c7b4e30c54EcF86e703E5d88/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YasudaCrypto 90",
- "symbol": "YSD90",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x75579D1C935Bc600c7b4e30c54EcF86e703E5d88",
- "status": "abandoned",
- "id": "0x75579D1C935Bc600c7b4e30c54EcF86e703E5d88"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x75579D1C935Bc600c7b4e30c54EcF86e703E5d88/logo.png b/blockchains/ethereum/assets/0x75579D1C935Bc600c7b4e30c54EcF86e703E5d88/logo.png
deleted file mode 100644
index 65a02b40b794a..0000000000000
Binary files a/blockchains/ethereum/assets/0x75579D1C935Bc600c7b4e30c54EcF86e703E5d88/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x755eb14D2fefF2939EB3026f5CaD9D03775b9fF4/info.json b/blockchains/ethereum/assets/0x755eb14D2fefF2939EB3026f5CaD9D03775b9fF4/info.json
deleted file mode 100644
index c4ceeec5f7548..0000000000000
--- a/blockchains/ethereum/assets/0x755eb14D2fefF2939EB3026f5CaD9D03775b9fF4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BunnyToken",
- "symbol": "BUNNY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bunnytoken.com/",
- "explorer": "https://etherscan.io/token/0x755eb14D2fefF2939EB3026f5CaD9D03775b9fF4",
- "status": "abandoned",
- "id": "0x755eb14D2fefF2939EB3026f5CaD9D03775b9fF4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x755eb14D2fefF2939EB3026f5CaD9D03775b9fF4/logo.png b/blockchains/ethereum/assets/0x755eb14D2fefF2939EB3026f5CaD9D03775b9fF4/logo.png
deleted file mode 100644
index d5c96ba820584..0000000000000
Binary files a/blockchains/ethereum/assets/0x755eb14D2fefF2939EB3026f5CaD9D03775b9fF4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x756bFb452cFE36A5Bc82e4F5f4261A89a18c242b/info.json b/blockchains/ethereum/assets/0x756bFb452cFE36A5Bc82e4F5f4261A89a18c242b/info.json
deleted file mode 100644
index 0b576bccaddaa..0000000000000
--- a/blockchains/ethereum/assets/0x756bFb452cFE36A5Bc82e4F5f4261A89a18c242b/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Marinade staked SOL (Portal)",
- "type": "ERC20",
- "symbol": "mSOL",
- "decimals": 9,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://marinade.finance/",
- "explorer": "https://etherscan.io/token/0x756bFb452cFE36A5Bc82e4F5f4261A89a18c242b",
- "status": "active",
- "id": "0x756bFb452cFE36A5Bc82e4F5f4261A89a18c242b",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x756bFb452cFE36A5Bc82e4F5f4261A89a18c242b/logo.png b/blockchains/ethereum/assets/0x756bFb452cFE36A5Bc82e4F5f4261A89a18c242b/logo.png
deleted file mode 100644
index b6c0173045c7a..0000000000000
Binary files a/blockchains/ethereum/assets/0x756bFb452cFE36A5Bc82e4F5f4261A89a18c242b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x756eFAcB09fA797A21Dd62D942A5181a2Ec36f17/info.json b/blockchains/ethereum/assets/0x756eFAcB09fA797A21Dd62D942A5181a2Ec36f17/info.json
deleted file mode 100644
index 6d723638cd73a..0000000000000
--- a/blockchains/ethereum/assets/0x756eFAcB09fA797A21Dd62D942A5181a2Ec36f17/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PhiCoinGold",
- "symbol": "PhiG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x756eFAcB09fA797A21Dd62D942A5181a2Ec36f17",
- "status": "abandoned",
- "id": "0x756eFAcB09fA797A21Dd62D942A5181a2Ec36f17"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x756eFAcB09fA797A21Dd62D942A5181a2Ec36f17/logo.png b/blockchains/ethereum/assets/0x756eFAcB09fA797A21Dd62D942A5181a2Ec36f17/logo.png
deleted file mode 100644
index f7712e85db14f..0000000000000
Binary files a/blockchains/ethereum/assets/0x756eFAcB09fA797A21Dd62D942A5181a2Ec36f17/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7571C4A38cCBd0fBE5206170b68C8BaF84F25dDF/info.json b/blockchains/ethereum/assets/0x7571C4A38cCBd0fBE5206170b68C8BaF84F25dDF/info.json
deleted file mode 100644
index b670af54106b0..0000000000000
--- a/blockchains/ethereum/assets/0x7571C4A38cCBd0fBE5206170b68C8BaF84F25dDF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wizard",
- "symbol": "WIZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7571C4A38cCBd0fBE5206170b68C8BaF84F25dDF",
- "status": "abandoned",
- "id": "0x7571C4A38cCBd0fBE5206170b68C8BaF84F25dDF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7571C4A38cCBd0fBE5206170b68C8BaF84F25dDF/logo.png b/blockchains/ethereum/assets/0x7571C4A38cCBd0fBE5206170b68C8BaF84F25dDF/logo.png
deleted file mode 100644
index 9e41487e68a8c..0000000000000
Binary files a/blockchains/ethereum/assets/0x7571C4A38cCBd0fBE5206170b68C8BaF84F25dDF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x75739d5944534115d7C54ee8C73F186D793BAE02/info.json b/blockchains/ethereum/assets/0x75739d5944534115d7C54ee8C73F186D793BAE02/info.json
deleted file mode 100644
index 4f7882687ee75..0000000000000
--- a/blockchains/ethereum/assets/0x75739d5944534115d7C54ee8C73F186D793BAE02/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Collective",
- "website": "https://www.thecollectivegroup.org",
- "description": "The Collective is an all-in-one platform built to incubate, manage and develop communities, and help assure liquidity for the best Crypto Projects.",
- "explorer": "https://etherscan.io/token/0x75739d5944534115d7c54ee8c73f186d793bae02",
- "symbol": "CO2",
- "type": "ERC20",
- "decimals": 18,
- "status": "active",
- "id": "0x75739d5944534115d7C54ee8C73F186D793BAE02",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/TheCollectiveGo"
- },
- {
- "name": "telegram",
- "url": "https://t.me/TheCollectiveCommunity"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/thecollectivego/"
- },
- {
- "name": "medium",
- "url": "https://thecollectivego-02.medium.com/"
- },
- {
- "name": "whitepaper",
- "url": "https://thecollectivego-02.medium.com"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x75739d5944534115d7C54ee8C73F186D793BAE02/logo.png b/blockchains/ethereum/assets/0x75739d5944534115d7C54ee8C73F186D793BAE02/logo.png
deleted file mode 100644
index 809340f87a14a..0000000000000
Binary files a/blockchains/ethereum/assets/0x75739d5944534115d7C54ee8C73F186D793BAE02/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7585F835ae2d522722d2684323a0ba83401f32f5/info.json b/blockchains/ethereum/assets/0x7585F835ae2d522722d2684323a0ba83401f32f5/info.json
deleted file mode 100644
index 3a8d45eb6467a..0000000000000
--- a/blockchains/ethereum/assets/0x7585F835ae2d522722d2684323a0ba83401f32f5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HelloGold Gold Backed Token",
- "symbol": "GBT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7585F835ae2d522722d2684323a0ba83401f32f5",
- "status": "abandoned",
- "id": "0x7585F835ae2d522722d2684323a0ba83401f32f5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7585F835ae2d522722d2684323a0ba83401f32f5/logo.png b/blockchains/ethereum/assets/0x7585F835ae2d522722d2684323a0ba83401f32f5/logo.png
deleted file mode 100644
index 699b64a869a9c..0000000000000
Binary files a/blockchains/ethereum/assets/0x7585F835ae2d522722d2684323a0ba83401f32f5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x75A93C11dFF32A4312057714257758B113a0F512/info.json b/blockchains/ethereum/assets/0x75A93C11dFF32A4312057714257758B113a0F512/info.json
deleted file mode 100644
index dd0682a1d8b38..0000000000000
--- a/blockchains/ethereum/assets/0x75A93C11dFF32A4312057714257758B113a0F512/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OTFund",
- "website": "https://otfund.io/",
- "description": "OTFUND is the first open-end fund plaform integrates BLOCKCHAIN on DAPP GAME, DIGITAL LOTTERY, DIGITAL TRADING, GAME ONLINE, BLOCKCHAIN ACADEMY, E-COMMERCE SHARING ECONOMY which is officially launched in October.",
- "explorer": "https://etherscan.io/token/0x75A93C11dFF32A4312057714257758B113a0F512",
- "type": "ERC20",
- "symbol": "OTF",
- "decimals": 18,
- "status": "active",
- "id": "0x75A93C11dFF32A4312057714257758B113a0F512"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x75A93C11dFF32A4312057714257758B113a0F512/logo.png b/blockchains/ethereum/assets/0x75A93C11dFF32A4312057714257758B113a0F512/logo.png
deleted file mode 100644
index d55fb5754381b..0000000000000
Binary files a/blockchains/ethereum/assets/0x75A93C11dFF32A4312057714257758B113a0F512/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x75D12E4F91Df721faFCae4c6cD1d5280381370AC/info.json b/blockchains/ethereum/assets/0x75D12E4F91Df721faFCae4c6cD1d5280381370AC/info.json
deleted file mode 100644
index 890df156623e5..0000000000000
--- a/blockchains/ethereum/assets/0x75D12E4F91Df721faFCae4c6cD1d5280381370AC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Myōbu",
- "type": "ERC20",
- "symbol": "MYOBU",
- "decimals": 9,
- "website": "https://myobu.io",
- "description": "Myōbu was designed to reward holders and discourage dumping. Learning from the mistakes of past so-called \"anti-whale\" tokens with fixed transaction and wallet limits that become useless as the number of pooled tokens decrease over time, we have introduced a dynamic sell limit that's based on price impact.",
- "explorer": "https://etherscan.io/token/0x75d12e4f91df721fafcae4c6cd1d5280381370ac",
- "status": "active",
- "id": "0x75D12E4F91Df721faFCae4c6cD1d5280381370AC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x75D12E4F91Df721faFCae4c6cD1d5280381370AC/logo.png b/blockchains/ethereum/assets/0x75D12E4F91Df721faFCae4c6cD1d5280381370AC/logo.png
deleted file mode 100644
index 85874829359b7..0000000000000
Binary files a/blockchains/ethereum/assets/0x75D12E4F91Df721faFCae4c6cD1d5280381370AC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x75Dfa37dAC9D323f1d1E1249F248Bed52a6FaBA9/info.json b/blockchains/ethereum/assets/0x75Dfa37dAC9D323f1d1E1249F248Bed52a6FaBA9/info.json
deleted file mode 100644
index 03a2fc773574f..0000000000000
--- a/blockchains/ethereum/assets/0x75Dfa37dAC9D323f1d1E1249F248Bed52a6FaBA9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cabo Token",
- "symbol": "CTN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x75Dfa37dAC9D323f1d1E1249F248Bed52a6FaBA9",
- "status": "abandoned",
- "id": "0x75Dfa37dAC9D323f1d1E1249F248Bed52a6FaBA9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x75Dfa37dAC9D323f1d1E1249F248Bed52a6FaBA9/logo.png b/blockchains/ethereum/assets/0x75Dfa37dAC9D323f1d1E1249F248Bed52a6FaBA9/logo.png
deleted file mode 100644
index 8bbf1265c2b56..0000000000000
Binary files a/blockchains/ethereum/assets/0x75Dfa37dAC9D323f1d1E1249F248Bed52a6FaBA9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x75FE5F25A39ac56083af564cFfA8F00c1b89011C/info.json b/blockchains/ethereum/assets/0x75FE5F25A39ac56083af564cFfA8F00c1b89011C/info.json
deleted file mode 100644
index 0f2b3a6afeafb..0000000000000
--- a/blockchains/ethereum/assets/0x75FE5F25A39ac56083af564cFfA8F00c1b89011C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Piandex",
- "symbol": "PIANDX",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x75FE5F25A39ac56083af564cFfA8F00c1b89011C",
- "status": "abandoned",
- "id": "0x75FE5F25A39ac56083af564cFfA8F00c1b89011C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x75FE5F25A39ac56083af564cFfA8F00c1b89011C/logo.png b/blockchains/ethereum/assets/0x75FE5F25A39ac56083af564cFfA8F00c1b89011C/logo.png
deleted file mode 100644
index bc44b5701ba4b..0000000000000
Binary files a/blockchains/ethereum/assets/0x75FE5F25A39ac56083af564cFfA8F00c1b89011C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x75c5eE419331B6150879530D06f9Ba054755F1DA/info.json b/blockchains/ethereum/assets/0x75c5eE419331B6150879530D06f9Ba054755F1DA/info.json
deleted file mode 100644
index e5820b0215752..0000000000000
--- a/blockchains/ethereum/assets/0x75c5eE419331B6150879530D06f9Ba054755F1DA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SalPay",
- "symbol": "SAL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x75c5eE419331B6150879530D06f9Ba054755F1DA",
- "status": "abandoned",
- "id": "0x75c5eE419331B6150879530D06f9Ba054755F1DA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x75c5eE419331B6150879530D06f9Ba054755F1DA/logo.png b/blockchains/ethereum/assets/0x75c5eE419331B6150879530D06f9Ba054755F1DA/logo.png
deleted file mode 100755
index b19596bff53ba..0000000000000
Binary files a/blockchains/ethereum/assets/0x75c5eE419331B6150879530D06f9Ba054755F1DA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x761684e229f04ce8985b49e3BEB1CD994C776A21/info.json b/blockchains/ethereum/assets/0x761684e229f04ce8985b49e3BEB1CD994C776A21/info.json
deleted file mode 100644
index 64040d26c98aa..0000000000000
--- a/blockchains/ethereum/assets/0x761684e229f04ce8985b49e3BEB1CD994C776A21/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pyrrhos",
- "symbol": "PYR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x761684e229f04ce8985b49e3BEB1CD994C776A21",
- "status": "abandoned",
- "id": "0x761684e229f04ce8985b49e3BEB1CD994C776A21"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x761684e229f04ce8985b49e3BEB1CD994C776A21/logo.png b/blockchains/ethereum/assets/0x761684e229f04ce8985b49e3BEB1CD994C776A21/logo.png
deleted file mode 100644
index 9e4b72f7d66f7..0000000000000
Binary files a/blockchains/ethereum/assets/0x761684e229f04ce8985b49e3BEB1CD994C776A21/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x761D38e5ddf6ccf6Cf7c55759d5210750B5D60F3/info.json b/blockchains/ethereum/assets/0x761D38e5ddf6ccf6Cf7c55759d5210750B5D60F3/info.json
deleted file mode 100644
index 0fb0f8412f1ec..0000000000000
--- a/blockchains/ethereum/assets/0x761D38e5ddf6ccf6Cf7c55759d5210750B5D60F3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dogelon",
- "website": "https://dogelon.io",
- "description": "I am Dogelon. Dogelon Mars. Join me and together we'll reach the stars ✨ We want to reach Mars and beyond. However, many of those good people are rugged, or buy scam tokens that can't be sold. For this reason, the Dogelon community pledges to send tokens over time to victims of rugs and scams, so that the worst day of their trading life can be turned into their best. And after some time, they will be able to join us on our regular flights to Mars....",
- "explorer": "https://etherscan.io/token/0x761d38e5ddf6ccf6cf7c55759d5210750b5d60f3",
- "type": "ERC20",
- "symbol": "ELON",
- "decimals": 18,
- "status": "active",
- "id": "0x761D38e5ddf6ccf6Cf7c55759d5210750B5D60F3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x761D38e5ddf6ccf6Cf7c55759d5210750B5D60F3/logo.png b/blockchains/ethereum/assets/0x761D38e5ddf6ccf6Cf7c55759d5210750B5D60F3/logo.png
deleted file mode 100644
index a0e452743b17c..0000000000000
Binary files a/blockchains/ethereum/assets/0x761D38e5ddf6ccf6Cf7c55759d5210750B5D60F3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x763186eB8d4856D536eD4478302971214FEbc6A9/info.json b/blockchains/ethereum/assets/0x763186eB8d4856D536eD4478302971214FEbc6A9/info.json
deleted file mode 100644
index 22f3a9261ed5c..0000000000000
--- a/blockchains/ethereum/assets/0x763186eB8d4856D536eD4478302971214FEbc6A9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Better Betting",
- "symbol": "BETR",
- "type": "ERC20",
- "decimals": 18,
- "description": "The smart escrow token.",
- "website": "https://www.betterbetting.org",
- "explorer": "https://etherscan.io/token/0x763186eB8d4856D536eD4478302971214FEbc6A9",
- "status": "active",
- "id": "0x763186eB8d4856D536eD4478302971214FEbc6A9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x763186eB8d4856D536eD4478302971214FEbc6A9/logo.png b/blockchains/ethereum/assets/0x763186eB8d4856D536eD4478302971214FEbc6A9/logo.png
deleted file mode 100644
index a6a63e267c0ea..0000000000000
Binary files a/blockchains/ethereum/assets/0x763186eB8d4856D536eD4478302971214FEbc6A9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x763A67bE94E2494DBFfdCC62CeE4ed8f761f6770/info.json b/blockchains/ethereum/assets/0x763A67bE94E2494DBFfdCC62CeE4ed8f761f6770/info.json
deleted file mode 100644
index cdfa0e43e9282..0000000000000
--- a/blockchains/ethereum/assets/0x763A67bE94E2494DBFfdCC62CeE4ed8f761f6770/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitenny",
- "symbol": "BTNY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x763A67bE94E2494DBFfdCC62CeE4ed8f761f6770",
- "status": "abandoned",
- "id": "0x763A67bE94E2494DBFfdCC62CeE4ed8f761f6770"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x763A67bE94E2494DBFfdCC62CeE4ed8f761f6770/logo.png b/blockchains/ethereum/assets/0x763A67bE94E2494DBFfdCC62CeE4ed8f761f6770/logo.png
deleted file mode 100644
index aa59fa106b9fd..0000000000000
Binary files a/blockchains/ethereum/assets/0x763A67bE94E2494DBFfdCC62CeE4ed8f761f6770/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x763Fa6806e1acf68130D2D0f0df754C93cC546B2/info.json b/blockchains/ethereum/assets/0x763Fa6806e1acf68130D2D0f0df754C93cC546B2/info.json
deleted file mode 100644
index 8272d8c8e9517..0000000000000
--- a/blockchains/ethereum/assets/0x763Fa6806e1acf68130D2D0f0df754C93cC546B2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LITION",
- "symbol": "LIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.lition.io/",
- "explorer": "https://etherscan.io/token/0x763Fa6806e1acf68130D2D0f0df754C93cC546B2",
- "status": "abandoned",
- "id": "0x763Fa6806e1acf68130D2D0f0df754C93cC546B2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x763Fa6806e1acf68130D2D0f0df754C93cC546B2/logo.png b/blockchains/ethereum/assets/0x763Fa6806e1acf68130D2D0f0df754C93cC546B2/logo.png
deleted file mode 100644
index c732ff06695a7..0000000000000
Binary files a/blockchains/ethereum/assets/0x763Fa6806e1acf68130D2D0f0df754C93cC546B2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7641b2Ca9DDD58adDf6e3381c1F994Aac5f1A32f/info.json b/blockchains/ethereum/assets/0x7641b2Ca9DDD58adDf6e3381c1F994Aac5f1A32f/info.json
deleted file mode 100644
index b592455c45426..0000000000000
--- a/blockchains/ethereum/assets/0x7641b2Ca9DDD58adDf6e3381c1F994Aac5f1A32f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Purpose",
- "symbol": "PRPS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7641b2Ca9DDD58adDf6e3381c1F994Aac5f1A32f",
- "status": "abandoned",
- "id": "0x7641b2Ca9DDD58adDf6e3381c1F994Aac5f1A32f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7641b2Ca9DDD58adDf6e3381c1F994Aac5f1A32f/logo.png b/blockchains/ethereum/assets/0x7641b2Ca9DDD58adDf6e3381c1F994Aac5f1A32f/logo.png
deleted file mode 100755
index 6ef68dcfe9fff..0000000000000
Binary files a/blockchains/ethereum/assets/0x7641b2Ca9DDD58adDf6e3381c1F994Aac5f1A32f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7654915A1b82D6D2D0AFc37c52Af556eA8983c7E/info.json b/blockchains/ethereum/assets/0x7654915A1b82D6D2D0AFc37c52Af556eA8983c7E/info.json
deleted file mode 100644
index 092983dc50a9e..0000000000000
--- a/blockchains/ethereum/assets/0x7654915A1b82D6D2D0AFc37c52Af556eA8983c7E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Feed",
- "symbol": "IFT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7654915A1b82D6D2D0AFc37c52Af556eA8983c7E",
- "status": "abandoned",
- "id": "0x7654915A1b82D6D2D0AFc37c52Af556eA8983c7E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7654915A1b82D6D2D0AFc37c52Af556eA8983c7E/logo.png b/blockchains/ethereum/assets/0x7654915A1b82D6D2D0AFc37c52Af556eA8983c7E/logo.png
deleted file mode 100755
index c5b7c73af43b7..0000000000000
Binary files a/blockchains/ethereum/assets/0x7654915A1b82D6D2D0AFc37c52Af556eA8983c7E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7659CE147D0e714454073a5dd7003544234b6Aa0/info.json b/blockchains/ethereum/assets/0x7659CE147D0e714454073a5dd7003544234b6Aa0/info.json
deleted file mode 100644
index d282d672a6f6e..0000000000000
--- a/blockchains/ethereum/assets/0x7659CE147D0e714454073a5dd7003544234b6Aa0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XCAD Network",
- "type": "ERC20",
- "symbol": "XCAD",
- "decimals": 18,
- "website": "https://xcademytoken.com",
- "description": "XCAD network is a tokenisation platform for content creators & their fans. Think CHZ fan tokens but for content creators",
- "explorer": "https://etherscan.io/token/0x7659CE147D0e714454073a5dd7003544234b6Aa0",
- "status": "active",
- "id": "0x7659CE147D0e714454073a5dd7003544234b6Aa0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7659CE147D0e714454073a5dd7003544234b6Aa0/logo.png b/blockchains/ethereum/assets/0x7659CE147D0e714454073a5dd7003544234b6Aa0/logo.png
deleted file mode 100644
index c509ae64852b1..0000000000000
Binary files a/blockchains/ethereum/assets/0x7659CE147D0e714454073a5dd7003544234b6Aa0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x765f0C16D1Ddc279295c1a7C24B0883F62d33F75/info.json b/blockchains/ethereum/assets/0x765f0C16D1Ddc279295c1a7C24B0883F62d33F75/info.json
deleted file mode 100644
index 5bab6a29d275f..0000000000000
--- a/blockchains/ethereum/assets/0x765f0C16D1Ddc279295c1a7C24B0883F62d33F75/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DaTa eXchange Token",
- "symbol": "DTX",
- "type": "ERC20",
- "decimals": 18,
- "description": "Databroker (DTX) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://databrokerdao.com",
- "explorer": "https://etherscan.io/token/0x765f0C16D1Ddc279295c1a7C24B0883F62d33F75",
- "status": "active",
- "id": "0x765f0C16D1Ddc279295c1a7C24B0883F62d33F75"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x765f0C16D1Ddc279295c1a7C24B0883F62d33F75/logo.png b/blockchains/ethereum/assets/0x765f0C16D1Ddc279295c1a7C24B0883F62d33F75/logo.png
deleted file mode 100755
index ac10d7b2006dd..0000000000000
Binary files a/blockchains/ethereum/assets/0x765f0C16D1Ddc279295c1a7C24B0883F62d33F75/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x766E38D64EDdC4FD2369326E5Ea4Bf0b010c6A93/info.json b/blockchains/ethereum/assets/0x766E38D64EDdC4FD2369326E5Ea4Bf0b010c6A93/info.json
deleted file mode 100644
index 586037f84055d..0000000000000
--- a/blockchains/ethereum/assets/0x766E38D64EDdC4FD2369326E5Ea4Bf0b010c6A93/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Korean Won",
- "symbol": "KRW",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x766E38D64EDdC4FD2369326E5Ea4Bf0b010c6A93",
- "status": "abandoned",
- "id": "0x766E38D64EDdC4FD2369326E5Ea4Bf0b010c6A93"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x766E38D64EDdC4FD2369326E5Ea4Bf0b010c6A93/logo.png b/blockchains/ethereum/assets/0x766E38D64EDdC4FD2369326E5Ea4Bf0b010c6A93/logo.png
deleted file mode 100644
index bea0b806ed016..0000000000000
Binary files a/blockchains/ethereum/assets/0x766E38D64EDdC4FD2369326E5Ea4Bf0b010c6A93/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7671904eed7f10808B664fc30BB8693FD7237abF/info.json b/blockchains/ethereum/assets/0x7671904eed7f10808B664fc30BB8693FD7237abF/info.json
deleted file mode 100644
index e3839c1347c67..0000000000000
--- a/blockchains/ethereum/assets/0x7671904eed7f10808B664fc30BB8693FD7237abF/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Boolberry",
- "website": "https://app.bbr.finance/",
- "description": "New way of yield farming defi BITBERRY FINANCE",
- "explorer": "https://etherscan.io/token/0x7671904eed7f10808b664fc30bb8693fd7237abf",
- "type": "ERC20",
- "symbol": "BBR",
- "decimals": 18,
- "status": "active",
- "id": "0x7671904eed7f10808B664fc30BB8693FD7237abF",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/bbr-defi/bbr-contracts"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7671904eed7f10808B664fc30BB8693FD7237abF/logo.png b/blockchains/ethereum/assets/0x7671904eed7f10808B664fc30BB8693FD7237abF/logo.png
deleted file mode 100644
index a6aeb9e9ca2d5..0000000000000
Binary files a/blockchains/ethereum/assets/0x7671904eed7f10808B664fc30BB8693FD7237abF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E/info.json b/blockchains/ethereum/assets/0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E/info.json
deleted file mode 100644
index ce1610df4ec6e..0000000000000
--- a/blockchains/ethereum/assets/0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Illuvium",
- "symbol": "ILV",
- "type": "ERC20",
- "decimals": 18,
- "description": "Illuvium is a decentralized gaming studio that merges online gaming with cryptocurrency.",
- "website": "https://illuvium.io",
- "explorer": "https://etherscan.io/token/0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E",
- "status": "active",
- "id": "0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E/logo.png b/blockchains/ethereum/assets/0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E/logo.png
deleted file mode 100644
index eff90b69d1f85..0000000000000
Binary files a/blockchains/ethereum/assets/0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x767bA2915EC344015a7938E3eEDfeC2785195D05/info.json b/blockchains/ethereum/assets/0x767bA2915EC344015a7938E3eEDfeC2785195D05/info.json
deleted file mode 100644
index dc2a3f51fd0cd..0000000000000
--- a/blockchains/ethereum/assets/0x767bA2915EC344015a7938E3eEDfeC2785195D05/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Realisto Token",
- "symbol": "REA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x767bA2915EC344015a7938E3eEDfeC2785195D05",
- "status": "abandoned",
- "id": "0x767bA2915EC344015a7938E3eEDfeC2785195D05"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x767bA2915EC344015a7938E3eEDfeC2785195D05/logo.png b/blockchains/ethereum/assets/0x767bA2915EC344015a7938E3eEDfeC2785195D05/logo.png
deleted file mode 100644
index e93eab6fa54e5..0000000000000
Binary files a/blockchains/ethereum/assets/0x767bA2915EC344015a7938E3eEDfeC2785195D05/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x768386990688B293226B9f83465974003B5e40D7/info.json b/blockchains/ethereum/assets/0x768386990688B293226B9f83465974003B5e40D7/info.json
deleted file mode 100644
index 84ccf7fa43fb6..0000000000000
--- a/blockchains/ethereum/assets/0x768386990688B293226B9f83465974003B5e40D7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NRVCOIN",
- "symbol": "NRV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://nrvcoin.com/",
- "explorer": "https://etherscan.io/token/0x768386990688B293226B9f83465974003B5e40D7",
- "status": "abandoned",
- "id": "0x768386990688B293226B9f83465974003B5e40D7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x768386990688B293226B9f83465974003B5e40D7/logo.png b/blockchains/ethereum/assets/0x768386990688B293226B9f83465974003B5e40D7/logo.png
deleted file mode 100644
index 322a982acc38d..0000000000000
Binary files a/blockchains/ethereum/assets/0x768386990688B293226B9f83465974003B5e40D7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x76960Dccd5a1fe799F7c29bE9F19ceB4627aEb2f/info.json b/blockchains/ethereum/assets/0x76960Dccd5a1fe799F7c29bE9F19ceB4627aEb2f/info.json
deleted file mode 100644
index 28a694d5b3286..0000000000000
--- a/blockchains/ethereum/assets/0x76960Dccd5a1fe799F7c29bE9F19ceB4627aEb2f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Red Community Token",
- "symbol": "RED",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Red community is building the world's first fullstack and blockchain language.",
- "website": "https://ico.red-lang.org",
- "explorer": "https://etherscan.io/token/0x76960Dccd5a1fe799F7c29bE9F19ceB4627aEb2f",
- "status": "active",
- "id": "0x76960Dccd5a1fe799F7c29bE9F19ceB4627aEb2f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x76960Dccd5a1fe799F7c29bE9F19ceB4627aEb2f/logo.png b/blockchains/ethereum/assets/0x76960Dccd5a1fe799F7c29bE9F19ceB4627aEb2f/logo.png
deleted file mode 100755
index a5995ef130522..0000000000000
Binary files a/blockchains/ethereum/assets/0x76960Dccd5a1fe799F7c29bE9F19ceB4627aEb2f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x76974C7B79dC8a6a109Fd71fd7cEb9E40eff5382/info.json b/blockchains/ethereum/assets/0x76974C7B79dC8a6a109Fd71fd7cEb9E40eff5382/info.json
deleted file mode 100644
index 9e34ace3e0cf6..0000000000000
--- a/blockchains/ethereum/assets/0x76974C7B79dC8a6a109Fd71fd7cEb9E40eff5382/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DOW",
- "symbol": "dow",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.dowcoin.io",
- "explorer": "https://etherscan.io/token/0x76974C7B79dC8a6a109Fd71fd7cEb9E40eff5382",
- "status": "abandoned",
- "id": "0x76974C7B79dC8a6a109Fd71fd7cEb9E40eff5382"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x76974C7B79dC8a6a109Fd71fd7cEb9E40eff5382/logo.png b/blockchains/ethereum/assets/0x76974C7B79dC8a6a109Fd71fd7cEb9E40eff5382/logo.png
deleted file mode 100644
index 9aebf2089e3d4..0000000000000
Binary files a/blockchains/ethereum/assets/0x76974C7B79dC8a6a109Fd71fd7cEb9E40eff5382/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7698211Cf413a2e5953e1c155bbDdCB033CC31e3/info.json b/blockchains/ethereum/assets/0x7698211Cf413a2e5953e1c155bbDdCB033CC31e3/info.json
deleted file mode 100644
index e47d79b751fe6..0000000000000
--- a/blockchains/ethereum/assets/0x7698211Cf413a2e5953e1c155bbDdCB033CC31e3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NERV",
- "symbol": "EVA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7698211Cf413a2e5953e1c155bbDdCB033CC31e3",
- "status": "abandoned",
- "id": "0x7698211Cf413a2e5953e1c155bbDdCB033CC31e3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7698211Cf413a2e5953e1c155bbDdCB033CC31e3/logo.png b/blockchains/ethereum/assets/0x7698211Cf413a2e5953e1c155bbDdCB033CC31e3/logo.png
deleted file mode 100644
index 204a9b3ec50be..0000000000000
Binary files a/blockchains/ethereum/assets/0x7698211Cf413a2e5953e1c155bbDdCB033CC31e3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x76A034e76Aa835363056dd418611E4f81870f16e/info.json b/blockchains/ethereum/assets/0x76A034e76Aa835363056dd418611E4f81870f16e/info.json
deleted file mode 100644
index dd896d1a57f53..0000000000000
--- a/blockchains/ethereum/assets/0x76A034e76Aa835363056dd418611E4f81870f16e/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Value ETH",
- "website": "https://valuedefi.io/",
- "description": "Value DeFi: Bringing True Value to DeFi.",
- "explorer": "https://etherscan.io/token/0x76A034e76Aa835363056dd418611E4f81870f16e",
- "type": "ERC20",
- "symbol": "vETH",
- "decimals": 9,
- "status": "active",
- "id": "0x76A034e76Aa835363056dd418611E4f81870f16e",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/valuedefi"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/value_defi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ValueDeFi"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/Dpvd7tp"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@valuedefi"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x76A034e76Aa835363056dd418611E4f81870f16e/logo.png b/blockchains/ethereum/assets/0x76A034e76Aa835363056dd418611E4f81870f16e/logo.png
deleted file mode 100644
index da86292230c46..0000000000000
Binary files a/blockchains/ethereum/assets/0x76A034e76Aa835363056dd418611E4f81870f16e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x76BC677d444f1E9d57dAf5187ee2b7dC852745aE/info.json b/blockchains/ethereum/assets/0x76BC677d444f1E9d57dAf5187ee2b7dC852745aE/info.json
deleted file mode 100644
index 2968ee118c3e2..0000000000000
--- a/blockchains/ethereum/assets/0x76BC677d444f1E9d57dAf5187ee2b7dC852745aE/info.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "name": "Offshift",
- "type": "ERC20",
- "symbol": "XFT",
- "decimals": 18,
- "website": "https://offshift.io/",
- "description": "Pioneering #PriFi on Ethereum Layer 1",
- "explorer": "https://etherscan.io/token/0x76BC677d444f1E9d57dAf5187ee2b7dC852745aE",
- "status": "active",
- "id": "0x76BC677d444f1E9d57dAf5187ee2b7dC852745aE",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/OffshiftXFT"
- },
- {
- "name": "github",
- "url": "https://github.com/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/OffshiftXFT"
- },
- {
- "name": "blog",
- "url": "https://offshift.io/blog/"
- },
- {
- "name": "whitepaper",
- "url": "https://open.offshift.io/offshiftXFT/new-papers/-/blob/main/Offshift%20Ecosystem%20Whitepaper.md"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/OffshiftXFT"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/offshift-new/"
- },
- {
- "name": "source_code",
- "url": "https://open.offshift.io/offshiftXFT"
- },
- {
- "name": "docs",
- "url": "https://open.offshift.io/offshiftXFT/new-papers"
- }
- ],
- "tags": [
- "privacy"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x76BC677d444f1E9d57dAf5187ee2b7dC852745aE/logo.png b/blockchains/ethereum/assets/0x76BC677d444f1E9d57dAf5187ee2b7dC852745aE/logo.png
deleted file mode 100644
index 152cba93d5df7..0000000000000
Binary files a/blockchains/ethereum/assets/0x76BC677d444f1E9d57dAf5187ee2b7dC852745aE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x76a435B51bAeae457324406da02ee7E3473288B5/info.json b/blockchains/ethereum/assets/0x76a435B51bAeae457324406da02ee7E3473288B5/info.json
deleted file mode 100644
index ec532a2c57a50..0000000000000
--- a/blockchains/ethereum/assets/0x76a435B51bAeae457324406da02ee7E3473288B5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XTRLPay",
- "symbol": "XTRLPay",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x76a435B51bAeae457324406da02ee7E3473288B5",
- "status": "abandoned",
- "id": "0x76a435B51bAeae457324406da02ee7E3473288B5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x76a435B51bAeae457324406da02ee7E3473288B5/logo.png b/blockchains/ethereum/assets/0x76a435B51bAeae457324406da02ee7E3473288B5/logo.png
deleted file mode 100644
index fac14e09f0888..0000000000000
Binary files a/blockchains/ethereum/assets/0x76a435B51bAeae457324406da02ee7E3473288B5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x76acE4E080C49F04A6C12756c036d3627F6B1e69/info.json b/blockchains/ethereum/assets/0x76acE4E080C49F04A6C12756c036d3627F6B1e69/info.json
deleted file mode 100644
index 4397870471d74..0000000000000
--- a/blockchains/ethereum/assets/0x76acE4E080C49F04A6C12756c036d3627F6B1e69/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "InterGalactic Credit",
- "symbol": "CREE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x76acE4E080C49F04A6C12756c036d3627F6B1e69",
- "status": "abandoned",
- "id": "0x76acE4E080C49F04A6C12756c036d3627F6B1e69"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x76acE4E080C49F04A6C12756c036d3627F6B1e69/logo.png b/blockchains/ethereum/assets/0x76acE4E080C49F04A6C12756c036d3627F6B1e69/logo.png
deleted file mode 100644
index 71bbb65f95b06..0000000000000
Binary files a/blockchains/ethereum/assets/0x76acE4E080C49F04A6C12756c036d3627F6B1e69/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x76cb396Be0f76DbC58A8eB0569B7163Bf02d5555/info.json b/blockchains/ethereum/assets/0x76cb396Be0f76DbC58A8eB0569B7163Bf02d5555/info.json
deleted file mode 100644
index bba1efb00e4ff..0000000000000
--- a/blockchains/ethereum/assets/0x76cb396Be0f76DbC58A8eB0569B7163Bf02d5555/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MonsterEnergyToken",
- "symbol": "MET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x76cb396Be0f76DbC58A8eB0569B7163Bf02d5555",
- "status": "abandoned",
- "id": "0x76cb396Be0f76DbC58A8eB0569B7163Bf02d5555"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x76cb396Be0f76DbC58A8eB0569B7163Bf02d5555/logo.png b/blockchains/ethereum/assets/0x76cb396Be0f76DbC58A8eB0569B7163Bf02d5555/logo.png
deleted file mode 100755
index 597515ed236da..0000000000000
Binary files a/blockchains/ethereum/assets/0x76cb396Be0f76DbC58A8eB0569B7163Bf02d5555/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7703C35CfFdC5CDa8D27aa3df2F9ba6964544b6e/info.json b/blockchains/ethereum/assets/0x7703C35CfFdC5CDa8D27aa3df2F9ba6964544b6e/info.json
deleted file mode 100644
index 29d9580f0bad4..0000000000000
--- a/blockchains/ethereum/assets/0x7703C35CfFdC5CDa8D27aa3df2F9ba6964544b6e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pylon Token",
- "symbol": "PYLNT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Pylon Network. The Energy-Wise Blockchain Platform.",
- "website": "https://pylon-network.org",
- "explorer": "https://etherscan.io/token/0x7703C35CfFdC5CDa8D27aa3df2F9ba6964544b6e",
- "status": "active",
- "id": "0x7703C35CfFdC5CDa8D27aa3df2F9ba6964544b6e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7703C35CfFdC5CDa8D27aa3df2F9ba6964544b6e/logo.png b/blockchains/ethereum/assets/0x7703C35CfFdC5CDa8D27aa3df2F9ba6964544b6e/logo.png
deleted file mode 100644
index c4b4b0cefe522..0000000000000
Binary files a/blockchains/ethereum/assets/0x7703C35CfFdC5CDa8D27aa3df2F9ba6964544b6e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x771b5D3c4B6FA706A006Da2463b41A528E98E41D/info.json b/blockchains/ethereum/assets/0x771b5D3c4B6FA706A006Da2463b41A528E98E41D/info.json
deleted file mode 100644
index 70402eed20ee9..0000000000000
--- a/blockchains/ethereum/assets/0x771b5D3c4B6FA706A006Da2463b41A528E98E41D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COSSE Coin",
- "symbol": "COSSE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x771b5D3c4B6FA706A006Da2463b41A528E98E41D",
- "status": "abandoned",
- "id": "0x771b5D3c4B6FA706A006Da2463b41A528E98E41D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x771b5D3c4B6FA706A006Da2463b41A528E98E41D/logo.png b/blockchains/ethereum/assets/0x771b5D3c4B6FA706A006Da2463b41A528E98E41D/logo.png
deleted file mode 100644
index 178a45fb059ff..0000000000000
Binary files a/blockchains/ethereum/assets/0x771b5D3c4B6FA706A006Da2463b41A528E98E41D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7728dFEF5aBd468669EB7f9b48A7f70a501eD29D/info.json b/blockchains/ethereum/assets/0x7728dFEF5aBd468669EB7f9b48A7f70a501eD29D/info.json
deleted file mode 100644
index a9055684fcd7f..0000000000000
--- a/blockchains/ethereum/assets/0x7728dFEF5aBd468669EB7f9b48A7f70a501eD29D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PRG",
- "symbol": "PRG",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7728dFEF5aBd468669EB7f9b48A7f70a501eD29D",
- "status": "abandoned",
- "id": "0x7728dFEF5aBd468669EB7f9b48A7f70a501eD29D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7728dFEF5aBd468669EB7f9b48A7f70a501eD29D/logo.png b/blockchains/ethereum/assets/0x7728dFEF5aBd468669EB7f9b48A7f70a501eD29D/logo.png
deleted file mode 100644
index 143a7a839cf10..0000000000000
Binary files a/blockchains/ethereum/assets/0x7728dFEF5aBd468669EB7f9b48A7f70a501eD29D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x773258b03c730F84aF10dFcB1BfAa7487558B8Ac/info.json b/blockchains/ethereum/assets/0x773258b03c730F84aF10dFcB1BfAa7487558B8Ac/info.json
deleted file mode 100644
index 9a0f90e30b7b6..0000000000000
--- a/blockchains/ethereum/assets/0x773258b03c730F84aF10dFcB1BfAa7487558B8Ac/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SEFI",
- "website": "https://secretswap.io",
- "description": "SEFI is the native governance token for SecretSwap and Secret DeFi more generally. Earn SEFI and shape the future of the front-running resistant, privacy-first open finance ecosystem.",
- "explorer": "https://etherscan.io/token/0x773258b03c730f84af10dfcb1bfaa7487558b8ac",
- "type": "ERC20",
- "symbol": "SEFI",
- "decimals": 6,
- "status": "active",
- "id": "0x773258b03c730F84aF10dFcB1BfAa7487558B8Ac"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x773258b03c730F84aF10dFcB1BfAa7487558B8Ac/logo.png b/blockchains/ethereum/assets/0x773258b03c730F84aF10dFcB1BfAa7487558B8Ac/logo.png
deleted file mode 100644
index 91bef48309d79..0000000000000
Binary files a/blockchains/ethereum/assets/0x773258b03c730F84aF10dFcB1BfAa7487558B8Ac/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7732aBAe70c3b9319e27fa2cEaE509F538D8e94F/info.json b/blockchains/ethereum/assets/0x7732aBAe70c3b9319e27fa2cEaE509F538D8e94F/info.json
deleted file mode 100644
index 5c22a3eb07101..0000000000000
--- a/blockchains/ethereum/assets/0x7732aBAe70c3b9319e27fa2cEaE509F538D8e94F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Camel",
- "symbol": "CAMEL",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7732aBAe70c3b9319e27fa2cEaE509F538D8e94F",
- "status": "abandoned",
- "id": "0x7732aBAe70c3b9319e27fa2cEaE509F538D8e94F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7732aBAe70c3b9319e27fa2cEaE509F538D8e94F/logo.png b/blockchains/ethereum/assets/0x7732aBAe70c3b9319e27fa2cEaE509F538D8e94F/logo.png
deleted file mode 100644
index 9d34051cbbd6b..0000000000000
Binary files a/blockchains/ethereum/assets/0x7732aBAe70c3b9319e27fa2cEaE509F538D8e94F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x773dCEFa15b47E77c7955e5d0383BaFECd672734/info.json b/blockchains/ethereum/assets/0x773dCEFa15b47E77c7955e5d0383BaFECd672734/info.json
deleted file mode 100644
index 6ad6137a53b65..0000000000000
--- a/blockchains/ethereum/assets/0x773dCEFa15b47E77c7955e5d0383BaFECd672734/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SignalCoin",
- "symbol": "SGC",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x773dCEFa15b47E77c7955e5d0383BaFECd672734",
- "status": "abandoned",
- "id": "0x773dCEFa15b47E77c7955e5d0383BaFECd672734"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x773dCEFa15b47E77c7955e5d0383BaFECd672734/logo.png b/blockchains/ethereum/assets/0x773dCEFa15b47E77c7955e5d0383BaFECd672734/logo.png
deleted file mode 100755
index ebc40001b858f..0000000000000
Binary files a/blockchains/ethereum/assets/0x773dCEFa15b47E77c7955e5d0383BaFECd672734/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x774be8Aa7482E2d4a4961ECa756C73D662689dF1/info.json b/blockchains/ethereum/assets/0x774be8Aa7482E2d4a4961ECa756C73D662689dF1/info.json
deleted file mode 100644
index f578b2b4c8eed..0000000000000
--- a/blockchains/ethereum/assets/0x774be8Aa7482E2d4a4961ECa756C73D662689dF1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pyramidion Cryptocurrency",
- "symbol": "PYRA",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x774be8Aa7482E2d4a4961ECa756C73D662689dF1",
- "status": "abandoned",
- "id": "0x774be8Aa7482E2d4a4961ECa756C73D662689dF1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x774be8Aa7482E2d4a4961ECa756C73D662689dF1/logo.png b/blockchains/ethereum/assets/0x774be8Aa7482E2d4a4961ECa756C73D662689dF1/logo.png
deleted file mode 100644
index 56782a1116826..0000000000000
Binary files a/blockchains/ethereum/assets/0x774be8Aa7482E2d4a4961ECa756C73D662689dF1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x77599D2C6DB170224243e255e6669280F11F1473/info.json b/blockchains/ethereum/assets/0x77599D2C6DB170224243e255e6669280F11F1473/info.json
deleted file mode 100644
index 45fa3a9bfcbd0..0000000000000
--- a/blockchains/ethereum/assets/0x77599D2C6DB170224243e255e6669280F11F1473/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Opacity",
- "symbol": "OPQ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.opacity.io/",
- "explorer": "https://etherscan.io/token/0x77599D2C6DB170224243e255e6669280F11F1473",
- "status": "abandoned",
- "id": "0x77599D2C6DB170224243e255e6669280F11F1473"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x77599D2C6DB170224243e255e6669280F11F1473/logo.png b/blockchains/ethereum/assets/0x77599D2C6DB170224243e255e6669280F11F1473/logo.png
deleted file mode 100644
index c756591a7af04..0000000000000
Binary files a/blockchains/ethereum/assets/0x77599D2C6DB170224243e255e6669280F11F1473/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x77678CFD0f2B55152aDC6599DB9F988AB28D72F2/info.json b/blockchains/ethereum/assets/0x77678CFD0f2B55152aDC6599DB9F988AB28D72F2/info.json
deleted file mode 100644
index f2aa9cb6ff3dc..0000000000000
--- a/blockchains/ethereum/assets/0x77678CFD0f2B55152aDC6599DB9F988AB28D72F2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SwitchDex",
- "symbol": "SDEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x77678CFD0f2B55152aDC6599DB9F988AB28D72F2",
- "status": "abandoned",
- "id": "0x77678CFD0f2B55152aDC6599DB9F988AB28D72F2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x77678CFD0f2B55152aDC6599DB9F988AB28D72F2/logo.png b/blockchains/ethereum/assets/0x77678CFD0f2B55152aDC6599DB9F988AB28D72F2/logo.png
deleted file mode 100644
index 1d4194ae64ca2..0000000000000
Binary files a/blockchains/ethereum/assets/0x77678CFD0f2B55152aDC6599DB9F988AB28D72F2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x776CA7dEd9474829ea20AD4a5Ab7a6fFdB64C796/info.json b/blockchains/ethereum/assets/0x776CA7dEd9474829ea20AD4a5Ab7a6fFdB64C796/info.json
deleted file mode 100644
index 5784823070705..0000000000000
--- a/blockchains/ethereum/assets/0x776CA7dEd9474829ea20AD4a5Ab7a6fFdB64C796/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "TENS",
- "website": "https://tenspeed.finance/",
- "description": "TenSpeed is the next generation of high yield deflationary farming, utilizing the TENS cryptocurrency which has been programmed to decrease in total supply the more active trading, yield farming and moving tokens becomes.",
- "explorer": "https://etherscan.io/token/0x776CA7dEd9474829ea20AD4a5Ab7a6fFdB64C796",
- "type": "ERC20",
- "symbol": "TENS",
- "decimals": 18,
- "status": "active",
- "id": "0x776CA7dEd9474829ea20AD4a5Ab7a6fFdB64C796",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/TenSpeedFinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/tenspeed_finance"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/uS9FhGH"
- },
- {
- "name": "medium",
- "url": "https://medium.com/tenspeed/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x776CA7dEd9474829ea20AD4a5Ab7a6fFdB64C796/logo.png b/blockchains/ethereum/assets/0x776CA7dEd9474829ea20AD4a5Ab7a6fFdB64C796/logo.png
deleted file mode 100644
index 0f68933cb59c4..0000000000000
Binary files a/blockchains/ethereum/assets/0x776CA7dEd9474829ea20AD4a5Ab7a6fFdB64C796/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x776c5DebB8759e25ba7Ac1A2950F7158816E2705/info.json b/blockchains/ethereum/assets/0x776c5DebB8759e25ba7Ac1A2950F7158816E2705/info.json
deleted file mode 100644
index d8a02c578bda2..0000000000000
--- a/blockchains/ethereum/assets/0x776c5DebB8759e25ba7Ac1A2950F7158816E2705/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "Bests Token",
- "website": "https://aibestgroup.com",
- "description": "AI Best Group is a pioneer in harnessing the power of the internet, making the most of the internet to make money online, mining digital money, using the artificial intelligence to create trade coins, Forex generates great profit",
- "explorer": "https://etherscan.io/token/0x776c5DebB8759e25ba7Ac1A2950F7158816E2705",
- "explorers": [
- {
- "name": "Etherscan",
- "url": "https://etherscan.io/token/0x776c5debb8759e25ba7ac1a2950f7158816e2705"
- }
- ],
- "data_source": "aibestgroup",
- "type": "ERC20",
- "symbol": "BTD",
- "decimals": 18,
- "status": "active",
- "id": "0x776c5DebB8759e25ba7Ac1A2950F7158816E2705"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x776c5DebB8759e25ba7Ac1A2950F7158816E2705/logo.png b/blockchains/ethereum/assets/0x776c5DebB8759e25ba7Ac1A2950F7158816E2705/logo.png
deleted file mode 100644
index 328953c271cca..0000000000000
Binary files a/blockchains/ethereum/assets/0x776c5DebB8759e25ba7Ac1A2950F7158816E2705/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x77761e63C05aeE6648FDaeaa9B94248351AF9bCd/info.json b/blockchains/ethereum/assets/0x77761e63C05aeE6648FDaeaa9B94248351AF9bCd/info.json
deleted file mode 100644
index 617e3a6ed803e..0000000000000
--- a/blockchains/ethereum/assets/0x77761e63C05aeE6648FDaeaa9B94248351AF9bCd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PASS Token",
- "symbol": "PASS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x77761e63C05aeE6648FDaeaa9B94248351AF9bCd",
- "status": "abandoned",
- "id": "0x77761e63C05aeE6648FDaeaa9B94248351AF9bCd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x77761e63C05aeE6648FDaeaa9B94248351AF9bCd/logo.png b/blockchains/ethereum/assets/0x77761e63C05aeE6648FDaeaa9B94248351AF9bCd/logo.png
deleted file mode 100644
index dd5ada88087a9..0000000000000
Binary files a/blockchains/ethereum/assets/0x77761e63C05aeE6648FDaeaa9B94248351AF9bCd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7777770f8A6632ff043c8833310e245EBa9209E6/info.json b/blockchains/ethereum/assets/0x7777770f8A6632ff043c8833310e245EBa9209E6/info.json
deleted file mode 100644
index fcf03ff2bd0fc..0000000000000
--- a/blockchains/ethereum/assets/0x7777770f8A6632ff043c8833310e245EBa9209E6/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "symbol": "TOB",
- "name": "Tokens of Babel, Price is God",
- "type": "ERC20",
- "address": "0x7777770f8a6632ff043c8833310e245eba9209e6",
- "ens_address": "",
- "decimals": 18,
- "website": "https://antiample.org/",
- "description": "Tokens of Babel, Price is God. A new trading game that tests the limits of DeFi",
- "explorer": "https://etherscan.io/token/0x7777770f8A6632ff043c8833310e245EBa9209E6",
- "support": {
- "email": "",
- "url": ""
- },
- "social": {
- "blog": "",
- "chat": "",
- "facebook": "",
- "forum": "",
- "github": "",
- "gitter": "",
- "instagram": "",
- "linkedin": "",
- "reddit": "",
- "slack": "",
- "telegram": "https://t.me/antiample_official",
- "twitter": "https://twitter.com/burn_the_state",
- "youtube": ""
- },
- "status": "active",
- "id": "0x7777770f8A6632ff043c8833310e245EBa9209E6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7777770f8A6632ff043c8833310e245EBa9209E6/logo.png b/blockchains/ethereum/assets/0x7777770f8A6632ff043c8833310e245EBa9209E6/logo.png
deleted file mode 100644
index a014e9edc7831..0000000000000
Binary files a/blockchains/ethereum/assets/0x7777770f8A6632ff043c8833310e245EBa9209E6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x77777FeDdddFfC19Ff86DB637967013e6C6A116C/info.json b/blockchains/ethereum/assets/0x77777FeDdddFfC19Ff86DB637967013e6C6A116C/info.json
deleted file mode 100644
index 0c9069fc5155a..0000000000000
--- a/blockchains/ethereum/assets/0x77777FeDdddFfC19Ff86DB637967013e6C6A116C/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Tornado Cash",
- "website": "https://tornado.cash",
- "description": "A fully decentralized protocol for private transactions on Ethereum.",
- "explorer": "https://etherscan.io/token/0x77777feddddffc19ff86db637967013e6c6a116c",
- "type": "ERC20",
- "symbol": "TORN",
- "decimals": 18,
- "status": "active",
- "id": "0x77777FeDdddFfC19Ff86DB637967013e6C6A116C",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/tornadocash"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/TornadoCash"
- },
- {
- "name": "telegram",
- "url": "https://t.me/TornadoCashOfficial"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/tornado-cash/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/torn/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x77777FeDdddFfC19Ff86DB637967013e6C6A116C/logo.png b/blockchains/ethereum/assets/0x77777FeDdddFfC19Ff86DB637967013e6C6A116C/logo.png
deleted file mode 100644
index d7f45d249079f..0000000000000
Binary files a/blockchains/ethereum/assets/0x77777FeDdddFfC19Ff86DB637967013e6C6A116C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x777E2ae845272a2F540ebf6a3D03734A5a8f618e/info.json b/blockchains/ethereum/assets/0x777E2ae845272a2F540ebf6a3D03734A5a8f618e/info.json
deleted file mode 100644
index 68dcede0ee598..0000000000000
--- a/blockchains/ethereum/assets/0x777E2ae845272a2F540ebf6a3D03734A5a8f618e/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Ryoshi's Vision",
- "type": "ERC20",
- "symbol": "RYOSHI",
- "decimals": 18,
- "website": "https://www.ryoshi.vision/",
- "description": "This is a deflationary token built to honor the founder of $SHIB and intended to fuel the Shiba ecosystem!",
- "explorer": "https://etherscan.io/token/0x777E2ae845272a2F540ebf6a3D03734A5a8f618e",
- "status": "active",
- "id": "0x777E2ae845272a2F540ebf6a3D03734A5a8f618e",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/RyoshisVision"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/RyoshisVision"
- },
- {
- "name": "blog",
- "url": "https://medium.com/@RyoshisVision"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/TAqh6ZvU"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@RyoshisVision"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ryoshis-vision"
- },
- {
- "name": "source_code",
- "url": "https://etherscan.io/address/0x777E2ae845272a2F540ebf6a3D03734A5a8f618e#code"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x777E2ae845272a2F540ebf6a3D03734A5a8f618e/logo.png b/blockchains/ethereum/assets/0x777E2ae845272a2F540ebf6a3D03734A5a8f618e/logo.png
deleted file mode 100644
index e88bc4d7e99e4..0000000000000
Binary files a/blockchains/ethereum/assets/0x777E2ae845272a2F540ebf6a3D03734A5a8f618e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x778608c4AC424522180A43329ff5145400B9d409/info.json b/blockchains/ethereum/assets/0x778608c4AC424522180A43329ff5145400B9d409/info.json
deleted file mode 100644
index 2eb0f5a3bda30..0000000000000
--- a/blockchains/ethereum/assets/0x778608c4AC424522180A43329ff5145400B9d409/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Chainclub Ecosystem Network",
- "symbol": "CEN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x778608c4AC424522180A43329ff5145400B9d409",
- "status": "abandoned",
- "id": "0x778608c4AC424522180A43329ff5145400B9d409"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x778608c4AC424522180A43329ff5145400B9d409/logo.png b/blockchains/ethereum/assets/0x778608c4AC424522180A43329ff5145400B9d409/logo.png
deleted file mode 100644
index be1642b942c81..0000000000000
Binary files a/blockchains/ethereum/assets/0x778608c4AC424522180A43329ff5145400B9d409/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7788D759F21F53533051A9AE657fA05A1E068fc6/info.json b/blockchains/ethereum/assets/0x7788D759F21F53533051A9AE657fA05A1E068fc6/info.json
deleted file mode 100644
index cbfe8c5a22991..0000000000000
--- a/blockchains/ethereum/assets/0x7788D759F21F53533051A9AE657fA05A1E068fc6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fleta Token",
- "symbol": "FLETA",
- "type": "ERC20",
- "decimals": 18,
- "description": "FLETA is a blockchain platform that aims to offer infrastructure that can be applied to real-world business models. FLETA has its own core blockchain technologies like Level Tree Validation, Parallel Sharding, Independent multi-chain Structure, Block Redesign, and PoF(Proof-of-Formulation) which is its own consensus algorithm.",
- "website": "https://fleta.io/",
- "explorer": "https://etherscan.io/token/0x7788D759F21F53533051A9AE657fA05A1E068fc6",
- "status": "active",
- "id": "0x7788D759F21F53533051A9AE657fA05A1E068fc6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7788D759F21F53533051A9AE657fA05A1E068fc6/logo.png b/blockchains/ethereum/assets/0x7788D759F21F53533051A9AE657fA05A1E068fc6/logo.png
deleted file mode 100644
index 5d6a24f6d0e15..0000000000000
Binary files a/blockchains/ethereum/assets/0x7788D759F21F53533051A9AE657fA05A1E068fc6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x77C07555aF5ffdC946Fb47ce15EA68620E4e7170/info.json b/blockchains/ethereum/assets/0x77C07555aF5ffdC946Fb47ce15EA68620E4e7170/info.json
deleted file mode 100644
index f1ba5d91f12d2..0000000000000
--- a/blockchains/ethereum/assets/0x77C07555aF5ffdC946Fb47ce15EA68620E4e7170/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Breeze",
- "symbol": "BRZE",
- "type": "ERC20",
- "decimals": 18,
- "description": "The goal of Breezecoin is to combine blockchain-based cryptocurrency technology with real estate investments.",
- "website": "https://www.breezecoin.io",
- "explorer": "https://etherscan.io/token/0x77C07555aF5ffdC946Fb47ce15EA68620E4e7170",
- "status": "active",
- "id": "0x77C07555aF5ffdC946Fb47ce15EA68620E4e7170"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x77C07555aF5ffdC946Fb47ce15EA68620E4e7170/logo.png b/blockchains/ethereum/assets/0x77C07555aF5ffdC946Fb47ce15EA68620E4e7170/logo.png
deleted file mode 100644
index c18cd5866564c..0000000000000
Binary files a/blockchains/ethereum/assets/0x77C07555aF5ffdC946Fb47ce15EA68620E4e7170/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x77D0112d005D21c1740A323F513bb088916B9A14/info.json b/blockchains/ethereum/assets/0x77D0112d005D21c1740A323F513bb088916B9A14/info.json
deleted file mode 100644
index ba4327a9f41f3..0000000000000
--- a/blockchains/ethereum/assets/0x77D0112d005D21c1740A323F513bb088916B9A14/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ManitoSuperToken",
- "symbol": "ManitoS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x77D0112d005D21c1740A323F513bb088916B9A14",
- "status": "abandoned",
- "id": "0x77D0112d005D21c1740A323F513bb088916B9A14"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x77D0112d005D21c1740A323F513bb088916B9A14/logo.png b/blockchains/ethereum/assets/0x77D0112d005D21c1740A323F513bb088916B9A14/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x77D0112d005D21c1740A323F513bb088916B9A14/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x77DE6b2729bAff72C220115Fe03017C57b57BAf5/info.json b/blockchains/ethereum/assets/0x77DE6b2729bAff72C220115Fe03017C57b57BAf5/info.json
deleted file mode 100644
index 9474a51f347ba..0000000000000
--- a/blockchains/ethereum/assets/0x77DE6b2729bAff72C220115Fe03017C57b57BAf5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dancoin",
- "symbol": "DANCOIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x77DE6b2729bAff72C220115Fe03017C57b57BAf5",
- "status": "abandoned",
- "id": "0x77DE6b2729bAff72C220115Fe03017C57b57BAf5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x77DE6b2729bAff72C220115Fe03017C57b57BAf5/logo.png b/blockchains/ethereum/assets/0x77DE6b2729bAff72C220115Fe03017C57b57BAf5/logo.png
deleted file mode 100644
index a83024781fd5b..0000000000000
Binary files a/blockchains/ethereum/assets/0x77DE6b2729bAff72C220115Fe03017C57b57BAf5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x77EDd08fa155bCE573a6a8C015dB188152584572/info.json b/blockchains/ethereum/assets/0x77EDd08fa155bCE573a6a8C015dB188152584572/info.json
deleted file mode 100644
index d1f14259e43fd..0000000000000
--- a/blockchains/ethereum/assets/0x77EDd08fa155bCE573a6a8C015dB188152584572/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BUSINESS TICKER COIN",
- "symbol": "BSTC",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x77EDd08fa155bCE573a6a8C015dB188152584572",
- "status": "abandoned",
- "id": "0x77EDd08fa155bCE573a6a8C015dB188152584572"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x77EDd08fa155bCE573a6a8C015dB188152584572/logo.png b/blockchains/ethereum/assets/0x77EDd08fa155bCE573a6a8C015dB188152584572/logo.png
deleted file mode 100644
index c95b9091ebaa6..0000000000000
Binary files a/blockchains/ethereum/assets/0x77EDd08fa155bCE573a6a8C015dB188152584572/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x77FE30b2cf39245267C0a5084B66a560f1cF9E1f/info.json b/blockchains/ethereum/assets/0x77FE30b2cf39245267C0a5084B66a560f1cF9E1f/info.json
deleted file mode 100644
index ea8cde7e4faed..0000000000000
--- a/blockchains/ethereum/assets/0x77FE30b2cf39245267C0a5084B66a560f1cF9E1f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Azbit",
- "symbol": "AZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x77FE30b2cf39245267C0a5084B66a560f1cF9E1f",
- "status": "abandoned",
- "id": "0x77FE30b2cf39245267C0a5084B66a560f1cF9E1f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x77FE30b2cf39245267C0a5084B66a560f1cF9E1f/logo.png b/blockchains/ethereum/assets/0x77FE30b2cf39245267C0a5084B66a560f1cF9E1f/logo.png
deleted file mode 100644
index 527aad92d93e6..0000000000000
Binary files a/blockchains/ethereum/assets/0x77FE30b2cf39245267C0a5084B66a560f1cF9E1f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x77FbA179C79De5B7653F68b5039Af940AdA60ce0/info.json b/blockchains/ethereum/assets/0x77FbA179C79De5B7653F68b5039Af940AdA60ce0/info.json
deleted file mode 100644
index 80d0d740e9f79..0000000000000
--- a/blockchains/ethereum/assets/0x77FbA179C79De5B7653F68b5039Af940AdA60ce0/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Ampleforth Governance",
- "type": "ERC20",
- "symbol": "FORTH",
- "decimals": 18,
- "website": "https://www.ampleforth.org/",
- "description": "FORTH is the governance token for the Ampleforth protocol. AMPL is the first rebasing currency and a key DeFi building block for denominating stable contracts. The AMPL protocol adjusts total supply daily based on market conditions, transferring volatility from price to supply. Unlike stablecoin models, AMPL does not rely on traditional banks or lenders of last resort.",
- "explorer": "https://etherscan.io/token/0x77FbA179C79De5B7653F68b5039Af940AdA60ce0",
- "status": "active",
- "id": "0x77FbA179C79De5B7653F68b5039Af940AdA60ce0",
- "tags": [
- "governance"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ampleforth"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/AmpleforthOrg"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/ampleforthcrypto"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Ampleforth"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ampleforth-governance-token/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ampleforth-governance-token/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x77FbA179C79De5B7653F68b5039Af940AdA60ce0/logo.png b/blockchains/ethereum/assets/0x77FbA179C79De5B7653F68b5039Af940AdA60ce0/logo.png
deleted file mode 100644
index fda1667f5937d..0000000000000
Binary files a/blockchains/ethereum/assets/0x77FbA179C79De5B7653F68b5039Af940AdA60ce0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x77dF79539083DCd4a8898dbA296d899aFef20067/info.json b/blockchains/ethereum/assets/0x77dF79539083DCd4a8898dbA296d899aFef20067/info.json
deleted file mode 100644
index 30972ab38cc55..0000000000000
--- a/blockchains/ethereum/assets/0x77dF79539083DCd4a8898dbA296d899aFef20067/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "ArtemProtocol",
- "website": "http://artem.finance",
- "description": "Artem is a Compound derived lending project featuring liquidity for cryptocurrencies and Real-World Assets (RWA). It empowers community governance and adopts 0 pre-farming, 0 distribution, and 0 fundraisings.",
- "explorer": "https://etherscan.io/token/0x77dF79539083DCd4a8898dbA296d899aFef20067",
- "research": "https://app.zerion.io/explore/asset/ARTT-0x77df79539083dcd4a8898dba296d899afef20067",
- "type": "ERC20",
- "symbol": "ARTT",
- "decimals": 18,
- "status": "active",
- "id": "0x77dF79539083DCd4a8898dbA296d899aFef20067"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x77dF79539083DCd4a8898dbA296d899aFef20067/logo.png b/blockchains/ethereum/assets/0x77dF79539083DCd4a8898dbA296d899aFef20067/logo.png
deleted file mode 100644
index 5cb7cbd98dd11..0000000000000
Binary files a/blockchains/ethereum/assets/0x77dF79539083DCd4a8898dbA296d899aFef20067/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x77ee79C5cceF975c942732C0D54BAb4473566fed/info.json b/blockchains/ethereum/assets/0x77ee79C5cceF975c942732C0D54BAb4473566fed/info.json
deleted file mode 100644
index 8a91e66a86b21..0000000000000
--- a/blockchains/ethereum/assets/0x77ee79C5cceF975c942732C0D54BAb4473566fed/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "I Luv 2 C",
- "symbol": "IL2C",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x77ee79C5cceF975c942732C0D54BAb4473566fed",
- "status": "abandoned",
- "id": "0x77ee79C5cceF975c942732C0D54BAb4473566fed"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x77ee79C5cceF975c942732C0D54BAb4473566fed/logo.png b/blockchains/ethereum/assets/0x77ee79C5cceF975c942732C0D54BAb4473566fed/logo.png
deleted file mode 100644
index 451a6d0aafffb..0000000000000
Binary files a/blockchains/ethereum/assets/0x77ee79C5cceF975c942732C0D54BAb4473566fed/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x77f973FCaF871459aa58cd81881Ce453759281bC/info.json b/blockchains/ethereum/assets/0x77f973FCaF871459aa58cd81881Ce453759281bC/info.json
deleted file mode 100644
index 4270d8b0451be..0000000000000
--- a/blockchains/ethereum/assets/0x77f973FCaF871459aa58cd81881Ce453759281bC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "bZx ETH iToken",
- "symbol": "iETH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x77f973FCaF871459aa58cd81881Ce453759281bC",
- "status": "abandoned",
- "id": "0x77f973FCaF871459aa58cd81881Ce453759281bC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x77f973FCaF871459aa58cd81881Ce453759281bC/logo.png b/blockchains/ethereum/assets/0x77f973FCaF871459aa58cd81881Ce453759281bC/logo.png
deleted file mode 100644
index f77fd7ed762a3..0000000000000
Binary files a/blockchains/ethereum/assets/0x77f973FCaF871459aa58cd81881Ce453759281bC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x78002d01A35E1098E1DC8f50b8182EE08b632f9F/info.json b/blockchains/ethereum/assets/0x78002d01A35E1098E1DC8f50b8182EE08b632f9F/info.json
deleted file mode 100644
index f655f419554d0..0000000000000
--- a/blockchains/ethereum/assets/0x78002d01A35E1098E1DC8f50b8182EE08b632f9F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TAURUS",
- "symbol": "SIC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x78002d01A35E1098E1DC8f50b8182EE08b632f9F",
- "status": "abandoned",
- "id": "0x78002d01A35E1098E1DC8f50b8182EE08b632f9F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x78002d01A35E1098E1DC8f50b8182EE08b632f9F/logo.png b/blockchains/ethereum/assets/0x78002d01A35E1098E1DC8f50b8182EE08b632f9F/logo.png
deleted file mode 100644
index ec66326ac2adb..0000000000000
Binary files a/blockchains/ethereum/assets/0x78002d01A35E1098E1DC8f50b8182EE08b632f9F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x780116D91E5592E58a3b3c76A351571b39abCEc6/info.json b/blockchains/ethereum/assets/0x780116D91E5592E58a3b3c76A351571b39abCEc6/info.json
deleted file mode 100644
index 8ed2866e063ba..0000000000000
--- a/blockchains/ethereum/assets/0x780116D91E5592E58a3b3c76A351571b39abCEc6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Boxx",
- "symbol": "BOXX",
- "type": "ERC20",
- "decimals": 15,
- "description": "Blockparty is designed to solve major pain points in ticketing: ensuring attendee identity, solving ticket fraud, and enabling revenue share in secondary ticket markets.",
- "website": "https://www.goblockparty.com/",
- "explorer": "https://etherscan.io/token/0x780116D91E5592E58a3b3c76A351571b39abCEc6",
- "status": "active",
- "id": "0x780116D91E5592E58a3b3c76A351571b39abCEc6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x780116D91E5592E58a3b3c76A351571b39abCEc6/logo.png b/blockchains/ethereum/assets/0x780116D91E5592E58a3b3c76A351571b39abCEc6/logo.png
deleted file mode 100644
index 8e809c28bfb5d..0000000000000
Binary files a/blockchains/ethereum/assets/0x780116D91E5592E58a3b3c76A351571b39abCEc6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x780c0C651C4f676A6cCAdc09E34150F97cE0066b/info.json b/blockchains/ethereum/assets/0x780c0C651C4f676A6cCAdc09E34150F97cE0066b/info.json
deleted file mode 100644
index a6ef55755b3a6..0000000000000
--- a/blockchains/ethereum/assets/0x780c0C651C4f676A6cCAdc09E34150F97cE0066b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SafeStart Token",
- "symbol": "SST",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x780c0C651C4f676A6cCAdc09E34150F97cE0066b",
- "status": "abandoned",
- "id": "0x780c0C651C4f676A6cCAdc09E34150F97cE0066b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x780c0C651C4f676A6cCAdc09E34150F97cE0066b/logo.png b/blockchains/ethereum/assets/0x780c0C651C4f676A6cCAdc09E34150F97cE0066b/logo.png
deleted file mode 100644
index a198611fb1daf..0000000000000
Binary files a/blockchains/ethereum/assets/0x780c0C651C4f676A6cCAdc09E34150F97cE0066b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x780ec47d3696Fe6fc8Cd273D2420721bCEf936c5/info.json b/blockchains/ethereum/assets/0x780ec47d3696Fe6fc8Cd273D2420721bCEf936c5/info.json
deleted file mode 100644
index e3f3026d0c3de..0000000000000
--- a/blockchains/ethereum/assets/0x780ec47d3696Fe6fc8Cd273D2420721bCEf936c5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DAPTOKEN",
- "symbol": "DAP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x780ec47d3696Fe6fc8Cd273D2420721bCEf936c5",
- "status": "abandoned",
- "id": "0x780ec47d3696Fe6fc8Cd273D2420721bCEf936c5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x780ec47d3696Fe6fc8Cd273D2420721bCEf936c5/logo.png b/blockchains/ethereum/assets/0x780ec47d3696Fe6fc8Cd273D2420721bCEf936c5/logo.png
deleted file mode 100644
index a360e33a14083..0000000000000
Binary files a/blockchains/ethereum/assets/0x780ec47d3696Fe6fc8Cd273D2420721bCEf936c5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7825e833D495F3d1c28872415a4aee339D26AC88/info.json b/blockchains/ethereum/assets/0x7825e833D495F3d1c28872415a4aee339D26AC88/info.json
deleted file mode 100644
index 6683e36246647..0000000000000
--- a/blockchains/ethereum/assets/0x7825e833D495F3d1c28872415a4aee339D26AC88/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "pTokens TLOS",
- "type": "ERC20",
- "symbol": "TLOS",
- "decimals": 18,
- "website": "https://ptokens.io/",
- "description": "pNetwork enables cross-chain movement of assets and data.",
- "explorer": "https://etherscan.io/token/0x7825e833d495f3d1c28872415a4aee339d26ac88",
- "status": "active",
- "id": "0x7825e833D495F3d1c28872415a4aee339D26AC88",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/pNetworkDeFi"
- },
- {
- "name": "github",
- "url": "https://github.com/provable-things"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/telos/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7825e833D495F3d1c28872415a4aee339D26AC88/logo.png b/blockchains/ethereum/assets/0x7825e833D495F3d1c28872415a4aee339D26AC88/logo.png
deleted file mode 100644
index cc526a26256c8..0000000000000
Binary files a/blockchains/ethereum/assets/0x7825e833D495F3d1c28872415a4aee339D26AC88/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x783Ba0062326861eE76E0e15429594922e9FE2F5/info.json b/blockchains/ethereum/assets/0x783Ba0062326861eE76E0e15429594922e9FE2F5/info.json
deleted file mode 100644
index 83add601dd1c6..0000000000000
--- a/blockchains/ethereum/assets/0x783Ba0062326861eE76E0e15429594922e9FE2F5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Andrey Voronkov Ventures Promo",
- "symbol": "AVVP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x783Ba0062326861eE76E0e15429594922e9FE2F5",
- "status": "abandoned",
- "id": "0x783Ba0062326861eE76E0e15429594922e9FE2F5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x783Ba0062326861eE76E0e15429594922e9FE2F5/logo.png b/blockchains/ethereum/assets/0x783Ba0062326861eE76E0e15429594922e9FE2F5/logo.png
deleted file mode 100644
index b3886b88bab13..0000000000000
Binary files a/blockchains/ethereum/assets/0x783Ba0062326861eE76E0e15429594922e9FE2F5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7841B2A48D1F6e78ACeC359FEd6D874Eb8a0f63c/info.json b/blockchains/ethereum/assets/0x7841B2A48D1F6e78ACeC359FEd6D874Eb8a0f63c/info.json
deleted file mode 100644
index cf6d6751fa7e6..0000000000000
--- a/blockchains/ethereum/assets/0x7841B2A48D1F6e78ACeC359FEd6D874Eb8a0f63c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KERMAN",
- "symbol": "KERMAN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "https://app.tryroll.com/rewards/KERMAN",
- "explorer": "https://etherscan.io/token/0x7841B2A48D1F6e78ACeC359FEd6D874Eb8a0f63c",
- "status": "abandoned",
- "id": "0x7841B2A48D1F6e78ACeC359FEd6D874Eb8a0f63c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7841B2A48D1F6e78ACeC359FEd6D874Eb8a0f63c/logo.png b/blockchains/ethereum/assets/0x7841B2A48D1F6e78ACeC359FEd6D874Eb8a0f63c/logo.png
deleted file mode 100644
index c24e1716adabd..0000000000000
Binary files a/blockchains/ethereum/assets/0x7841B2A48D1F6e78ACeC359FEd6D874Eb8a0f63c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x784561B89A160990F46DE6dB19571Ca1B5F14bCE/info.json b/blockchains/ethereum/assets/0x784561B89A160990F46DE6dB19571Ca1B5F14bCE/info.json
deleted file mode 100644
index f8bc22f38ca12..0000000000000
--- a/blockchains/ethereum/assets/0x784561B89A160990F46DE6dB19571Ca1B5F14bCE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MOST",
- "website": "https://mostprotocol.org/",
- "description": "MOST is a decentralized algorithmic stable token with an elegant mechanism to incentivize MOST holders to sell tokens when they are highly demanded and hold MOST tokens when over circulated.",
- "explorer": "https://etherscan.io/token/0x784561B89A160990F46DE6dB19571Ca1B5F14bCE",
- "type": "ERC20",
- "symbol": "MOST",
- "decimals": 9,
- "status": "active",
- "id": "0x784561B89A160990F46DE6dB19571Ca1B5F14bCE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x784561B89A160990F46DE6dB19571Ca1B5F14bCE/logo.png b/blockchains/ethereum/assets/0x784561B89A160990F46DE6dB19571Ca1B5F14bCE/logo.png
deleted file mode 100644
index 6323e5a8d35b8..0000000000000
Binary files a/blockchains/ethereum/assets/0x784561B89A160990F46DE6dB19571Ca1B5F14bCE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7848ae8F19671Dc05966dafBeFbBbb0308BDfAbD/info.json b/blockchains/ethereum/assets/0x7848ae8F19671Dc05966dafBeFbBbb0308BDfAbD/info.json
deleted file mode 100644
index b8872c0d65218..0000000000000
--- a/blockchains/ethereum/assets/0x7848ae8F19671Dc05966dafBeFbBbb0308BDfAbD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WednesdayCoin",
- "website": "https://wednesdaycoin.io",
- "description": "WednesdayCoin is an ERC20 token that can only be sent on Wednesdays! It was created as a way to help people detach from the 24/7 crypto-world.",
- "explorer": "https://etherscan.io/token/0x7848ae8F19671Dc05966dafBeFbBbb0308BDfAbD",
- "type": "ERC20",
- "symbol": "WED",
- "decimals": 18,
- "status": "active",
- "id": "0x7848ae8F19671Dc05966dafBeFbBbb0308BDfAbD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7848ae8F19671Dc05966dafBeFbBbb0308BDfAbD/logo.png b/blockchains/ethereum/assets/0x7848ae8F19671Dc05966dafBeFbBbb0308BDfAbD/logo.png
deleted file mode 100644
index 64520a512f835..0000000000000
Binary files a/blockchains/ethereum/assets/0x7848ae8F19671Dc05966dafBeFbBbb0308BDfAbD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x785AfB6062004F52A1d6A4323860e56803bc14D0/info.json b/blockchains/ethereum/assets/0x785AfB6062004F52A1d6A4323860e56803bc14D0/info.json
deleted file mode 100644
index 7cca912a84685..0000000000000
--- a/blockchains/ethereum/assets/0x785AfB6062004F52A1d6A4323860e56803bc14D0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kangdom",
- "symbol": "KANGG",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x785AfB6062004F52A1d6A4323860e56803bc14D0",
- "status": "abandoned",
- "id": "0x785AfB6062004F52A1d6A4323860e56803bc14D0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x785AfB6062004F52A1d6A4323860e56803bc14D0/logo.png b/blockchains/ethereum/assets/0x785AfB6062004F52A1d6A4323860e56803bc14D0/logo.png
deleted file mode 100644
index fbfabe5d1e55f..0000000000000
Binary files a/blockchains/ethereum/assets/0x785AfB6062004F52A1d6A4323860e56803bc14D0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7865af71cf0b288b4E7F654f4F7851EB46a2B7F8/info.json b/blockchains/ethereum/assets/0x7865af71cf0b288b4E7F654f4F7851EB46a2B7F8/info.json
deleted file mode 100644
index 58d8d895872aa..0000000000000
--- a/blockchains/ethereum/assets/0x7865af71cf0b288b4E7F654f4F7851EB46a2B7F8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sentivate",
- "website": "https://sentivate.com/",
- "description": "SENTIVATE IS A HYBRID WEB BUILT TO BE A VIABLE & REALISTIC REPLACEMENT FOR THE MODERN WEB. FASTER, SAFER, & MORE SCALABLE THAN ANY SOLELY CENTRALIZED OR DECENTRALIZED WEB.",
- "explorer": "https://etherscan.io/token/0x7865af71cf0b288b4E7F654f4F7851EB46a2B7F8",
- "type": "ERC20",
- "symbol": "SNTVT",
- "decimals": 18,
- "status": "active",
- "id": "0x7865af71cf0b288b4E7F654f4F7851EB46a2B7F8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7865af71cf0b288b4E7F654f4F7851EB46a2B7F8/logo.png b/blockchains/ethereum/assets/0x7865af71cf0b288b4E7F654f4F7851EB46a2B7F8/logo.png
deleted file mode 100644
index c4eba8c5bd272..0000000000000
Binary files a/blockchains/ethereum/assets/0x7865af71cf0b288b4E7F654f4F7851EB46a2B7F8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7869c4A1a3f6F8684FBCC422a21aD7Abe3167834/info.json b/blockchains/ethereum/assets/0x7869c4A1a3f6F8684FBCC422a21aD7Abe3167834/info.json
deleted file mode 100644
index ba0ea7bbf3a2d..0000000000000
--- a/blockchains/ethereum/assets/0x7869c4A1a3f6F8684FBCC422a21aD7Abe3167834/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pivot Token",
- "symbol": "PVT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Pivot is the world's largest investment and communication platform for blockchains, dedicated to providing users with real-time comprehensive cryptocurrency market, information, trading one-stop service.",
- "website": "https://www.pivot.one/",
- "explorer": "https://etherscan.io/token/0x7869c4A1a3f6F8684FBCC422a21aD7Abe3167834",
- "status": "active",
- "id": "0x7869c4A1a3f6F8684FBCC422a21aD7Abe3167834"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7869c4A1a3f6F8684FBCC422a21aD7Abe3167834/logo.png b/blockchains/ethereum/assets/0x7869c4A1a3f6F8684FBCC422a21aD7Abe3167834/logo.png
deleted file mode 100644
index 415197ede38d4..0000000000000
Binary files a/blockchains/ethereum/assets/0x7869c4A1a3f6F8684FBCC422a21aD7Abe3167834/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7878424E994D8a2B8E329D31096922B7CeAbe660/info.json b/blockchains/ethereum/assets/0x7878424E994D8a2B8E329D31096922B7CeAbe660/info.json
deleted file mode 100644
index 8ff21af65b03e..0000000000000
--- a/blockchains/ethereum/assets/0x7878424E994D8a2B8E329D31096922B7CeAbe660/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ImmVRse Token",
- "symbol": "IMVR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7878424E994D8a2B8E329D31096922B7CeAbe660",
- "status": "abandoned",
- "id": "0x7878424E994D8a2B8E329D31096922B7CeAbe660"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7878424E994D8a2B8E329D31096922B7CeAbe660/logo.png b/blockchains/ethereum/assets/0x7878424E994D8a2B8E329D31096922B7CeAbe660/logo.png
deleted file mode 100644
index efcdd799189e6..0000000000000
Binary files a/blockchains/ethereum/assets/0x7878424E994D8a2B8E329D31096922B7CeAbe660/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x787C2fFFB74F559219836a77FAd6181f808b6F73/info.json b/blockchains/ethereum/assets/0x787C2fFFB74F559219836a77FAd6181f808b6F73/info.json
deleted file mode 100644
index cbd46d4012ea0..0000000000000
--- a/blockchains/ethereum/assets/0x787C2fFFB74F559219836a77FAd6181f808b6F73/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "klcoin",
- "symbol": "KLC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x787C2fFFB74F559219836a77FAd6181f808b6F73",
- "status": "abandoned",
- "id": "0x787C2fFFB74F559219836a77FAd6181f808b6F73"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x787C2fFFB74F559219836a77FAd6181f808b6F73/logo.png b/blockchains/ethereum/assets/0x787C2fFFB74F559219836a77FAd6181f808b6F73/logo.png
deleted file mode 100644
index 483194b8334f6..0000000000000
Binary files a/blockchains/ethereum/assets/0x787C2fFFB74F559219836a77FAd6181f808b6F73/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7884F51dC1410387371ce61747CB6264E1dAeE0B/info.json b/blockchains/ethereum/assets/0x7884F51dC1410387371ce61747CB6264E1dAeE0B/info.json
deleted file mode 100644
index 96c6bdb9237be..0000000000000
--- a/blockchains/ethereum/assets/0x7884F51dC1410387371ce61747CB6264E1dAeE0B/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Binance Wrapped DOT",
- "website": "https://binance.org",
- "description": "BDOT tokens are ERC20 tokens on the Ethereum network created via the Binance Token Canal program, where the price is pegged to DOT at a rate of 1 BDOT = 1 DOT.",
- "explorer": "https://etherscan.io/token/0x7884f51dc1410387371ce61747cb6264e1daee0b",
- "research": "https://research.binance.com/en/projects/polkadot",
- "type": "ERC20",
- "symbol": "BDOT",
- "decimals": 10,
- "status": "active",
- "id": "0x7884F51dC1410387371ce61747CB6264E1dAeE0B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7884F51dC1410387371ce61747CB6264E1dAeE0B/logo.png b/blockchains/ethereum/assets/0x7884F51dC1410387371ce61747CB6264E1dAeE0B/logo.png
deleted file mode 100644
index 4fdd922e0f23c..0000000000000
Binary files a/blockchains/ethereum/assets/0x7884F51dC1410387371ce61747CB6264E1dAeE0B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x78886f538c0FAd33D777a325Ff2F9E54e4B70c67/info.json b/blockchains/ethereum/assets/0x78886f538c0FAd33D777a325Ff2F9E54e4B70c67/info.json
deleted file mode 100644
index 786ddbaf33e57..0000000000000
--- a/blockchains/ethereum/assets/0x78886f538c0FAd33D777a325Ff2F9E54e4B70c67/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dogethereum",
- "symbol": "DETH",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x78886f538c0FAd33D777a325Ff2F9E54e4B70c67",
- "status": "abandoned",
- "id": "0x78886f538c0FAd33D777a325Ff2F9E54e4B70c67"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x78886f538c0FAd33D777a325Ff2F9E54e4B70c67/logo.png b/blockchains/ethereum/assets/0x78886f538c0FAd33D777a325Ff2F9E54e4B70c67/logo.png
deleted file mode 100644
index c943d53e23f9f..0000000000000
Binary files a/blockchains/ethereum/assets/0x78886f538c0FAd33D777a325Ff2F9E54e4B70c67/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x78A806A3Bef5f9AFcaA0F3B31fc07617A284516b/info.json b/blockchains/ethereum/assets/0x78A806A3Bef5f9AFcaA0F3B31fc07617A284516b/info.json
deleted file mode 100644
index d2c53a930104a..0000000000000
--- a/blockchains/ethereum/assets/0x78A806A3Bef5f9AFcaA0F3B31fc07617A284516b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Token Guardian",
- "symbol": "TKGN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x78A806A3Bef5f9AFcaA0F3B31fc07617A284516b",
- "status": "abandoned",
- "id": "0x78A806A3Bef5f9AFcaA0F3B31fc07617A284516b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x78A806A3Bef5f9AFcaA0F3B31fc07617A284516b/logo.png b/blockchains/ethereum/assets/0x78A806A3Bef5f9AFcaA0F3B31fc07617A284516b/logo.png
deleted file mode 100644
index 5b934b2670c49..0000000000000
Binary files a/blockchains/ethereum/assets/0x78A806A3Bef5f9AFcaA0F3B31fc07617A284516b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x78B039921E84E726EB72E7b1212bb35504c645cA/info.json b/blockchains/ethereum/assets/0x78B039921E84E726EB72E7b1212bb35504c645cA/info.json
deleted file mode 100644
index 9e1f5ac863e50..0000000000000
--- a/blockchains/ethereum/assets/0x78B039921E84E726EB72E7b1212bb35504c645cA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sether",
- "symbol": "SETH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.sether.io/",
- "explorer": "https://etherscan.io/token/0x78B039921E84E726EB72E7b1212bb35504c645cA",
- "status": "abandoned",
- "id": "0x78B039921E84E726EB72E7b1212bb35504c645cA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x78B039921E84E726EB72E7b1212bb35504c645cA/logo.png b/blockchains/ethereum/assets/0x78B039921E84E726EB72E7b1212bb35504c645cA/logo.png
deleted file mode 100644
index dae14ec3385ee..0000000000000
Binary files a/blockchains/ethereum/assets/0x78B039921E84E726EB72E7b1212bb35504c645cA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x78B7FADA55A64dD895D8c8c35779DD8b67fA8a05/info.json b/blockchains/ethereum/assets/0x78B7FADA55A64dD895D8c8c35779DD8b67fA8a05/info.json
deleted file mode 100644
index c31487cc974cf..0000000000000
--- a/blockchains/ethereum/assets/0x78B7FADA55A64dD895D8c8c35779DD8b67fA8a05/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ATLANT Token",
- "symbol": "ATL",
- "type": "ERC20",
- "decimals": 18,
- "description": "ATLANT is addressing two of the most pertinent problems in real estate with its decentralized blockchain platform: Tokenized Ownership and global P2P Rentals.",
- "website": "https://atlant.io/",
- "explorer": "https://etherscan.io/token/0x78B7FADA55A64dD895D8c8c35779DD8b67fA8a05",
- "status": "active",
- "id": "0x78B7FADA55A64dD895D8c8c35779DD8b67fA8a05"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x78B7FADA55A64dD895D8c8c35779DD8b67fA8a05/logo.png b/blockchains/ethereum/assets/0x78B7FADA55A64dD895D8c8c35779DD8b67fA8a05/logo.png
deleted file mode 100755
index fc1c1a1910c8f..0000000000000
Binary files a/blockchains/ethereum/assets/0x78B7FADA55A64dD895D8c8c35779DD8b67fA8a05/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x78C857ee6633193C843B93Bd2db7f38befcf6732/info.json b/blockchains/ethereum/assets/0x78C857ee6633193C843B93Bd2db7f38befcf6732/info.json
deleted file mode 100644
index 4cd7331232f40..0000000000000
--- a/blockchains/ethereum/assets/0x78C857ee6633193C843B93Bd2db7f38befcf6732/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UFAN8",
- "symbol": "UFAN8",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x78C857ee6633193C843B93Bd2db7f38befcf6732",
- "status": "abandoned",
- "id": "0x78C857ee6633193C843B93Bd2db7f38befcf6732"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x78C857ee6633193C843B93Bd2db7f38befcf6732/logo.png b/blockchains/ethereum/assets/0x78C857ee6633193C843B93Bd2db7f38befcf6732/logo.png
deleted file mode 100644
index 273c83af940bc..0000000000000
Binary files a/blockchains/ethereum/assets/0x78C857ee6633193C843B93Bd2db7f38befcf6732/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x78CdF5497656297cEe5be43EecD3113c586515d3/info.json b/blockchains/ethereum/assets/0x78CdF5497656297cEe5be43EecD3113c586515d3/info.json
deleted file mode 100644
index 711cc6c9c6b19..0000000000000
--- a/blockchains/ethereum/assets/0x78CdF5497656297cEe5be43EecD3113c586515d3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R792351",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x78CdF5497656297cEe5be43EecD3113c586515d3",
- "status": "abandoned",
- "id": "0x78CdF5497656297cEe5be43EecD3113c586515d3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x78CdF5497656297cEe5be43EecD3113c586515d3/logo.png b/blockchains/ethereum/assets/0x78CdF5497656297cEe5be43EecD3113c586515d3/logo.png
deleted file mode 100755
index 13c3bf06de3ab..0000000000000
Binary files a/blockchains/ethereum/assets/0x78CdF5497656297cEe5be43EecD3113c586515d3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x78F5bBC74fb9137A75D85f3C9C3c599Be49f0A56/info.json b/blockchains/ethereum/assets/0x78F5bBC74fb9137A75D85f3C9C3c599Be49f0A56/info.json
deleted file mode 100644
index 0c628eaa7ef04..0000000000000
--- a/blockchains/ethereum/assets/0x78F5bBC74fb9137A75D85f3C9C3c599Be49f0A56/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "smartup",
- "symbol": "SmartUp",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.smartup.global/",
- "explorer": "https://etherscan.io/token/0x78F5bBC74fb9137A75D85f3C9C3c599Be49f0A56",
- "status": "abandoned",
- "id": "0x78F5bBC74fb9137A75D85f3C9C3c599Be49f0A56"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x78F5bBC74fb9137A75D85f3C9C3c599Be49f0A56/logo.png b/blockchains/ethereum/assets/0x78F5bBC74fb9137A75D85f3C9C3c599Be49f0A56/logo.png
deleted file mode 100644
index 0e36af2c5ec45..0000000000000
Binary files a/blockchains/ethereum/assets/0x78F5bBC74fb9137A75D85f3C9C3c599Be49f0A56/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x78FAefDf01Efe5759Fe3123560e5bACD0cfe2819/info.json b/blockchains/ethereum/assets/0x78FAefDf01Efe5759Fe3123560e5bACD0cfe2819/info.json
deleted file mode 100644
index 09d21b519c1b8..0000000000000
--- a/blockchains/ethereum/assets/0x78FAefDf01Efe5759Fe3123560e5bACD0cfe2819/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ElectroLite Network",
- "symbol": "ETLX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x78FAefDf01Efe5759Fe3123560e5bACD0cfe2819",
- "status": "abandoned",
- "id": "0x78FAefDf01Efe5759Fe3123560e5bACD0cfe2819"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x78FAefDf01Efe5759Fe3123560e5bACD0cfe2819/logo.png b/blockchains/ethereum/assets/0x78FAefDf01Efe5759Fe3123560e5bACD0cfe2819/logo.png
deleted file mode 100644
index 6d7adc4d23f79..0000000000000
Binary files a/blockchains/ethereum/assets/0x78FAefDf01Efe5759Fe3123560e5bACD0cfe2819/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x78FcEca5bf5EC79C23effece97Ae758665BA4f55/info.json b/blockchains/ethereum/assets/0x78FcEca5bf5EC79C23effece97Ae758665BA4f55/info.json
deleted file mode 100644
index 2155c5d2893e4..0000000000000
--- a/blockchains/ethereum/assets/0x78FcEca5bf5EC79C23effece97Ae758665BA4f55/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YouDeal Token",
- "symbol": "YD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x78FcEca5bf5EC79C23effece97Ae758665BA4f55",
- "status": "abandoned",
- "id": "0x78FcEca5bf5EC79C23effece97Ae758665BA4f55"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x78FcEca5bf5EC79C23effece97Ae758665BA4f55/logo.png b/blockchains/ethereum/assets/0x78FcEca5bf5EC79C23effece97Ae758665BA4f55/logo.png
deleted file mode 100644
index 1f5a8353196dc..0000000000000
Binary files a/blockchains/ethereum/assets/0x78FcEca5bf5EC79C23effece97Ae758665BA4f55/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x78a2a1029E3168b49d3A276C787050fF5106dCF2/info.json b/blockchains/ethereum/assets/0x78a2a1029E3168b49d3A276C787050fF5106dCF2/info.json
deleted file mode 100644
index b9f14b1b9312a..0000000000000
--- a/blockchains/ethereum/assets/0x78a2a1029E3168b49d3A276C787050fF5106dCF2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EZOOW",
- "symbol": "EZW",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.ezoow.com/",
- "explorer": "https://etherscan.io/token/0x78a2a1029E3168b49d3A276C787050fF5106dCF2",
- "status": "abandoned",
- "id": "0x78a2a1029E3168b49d3A276C787050fF5106dCF2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x78a2a1029E3168b49d3A276C787050fF5106dCF2/logo.png b/blockchains/ethereum/assets/0x78a2a1029E3168b49d3A276C787050fF5106dCF2/logo.png
deleted file mode 100644
index 18dd9d17e43c3..0000000000000
Binary files a/blockchains/ethereum/assets/0x78a2a1029E3168b49d3A276C787050fF5106dCF2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x78a3B2f1e7eec1073088ea4a193618743F81cEf8/info.json b/blockchains/ethereum/assets/0x78a3B2f1e7eec1073088ea4a193618743F81cEf8/info.json
deleted file mode 100644
index 2e699667cd07e..0000000000000
--- a/blockchains/ethereum/assets/0x78a3B2f1e7eec1073088ea4a193618743F81cEf8/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Stable BOOT",
- "website": "app.ichi.org",
- "description": "bootusd is an ICHI-created stablecoin for Boot Finance.",
- "explorer": "https://etherscan.io/token/0x78a3b2f1e7eec1073088ea4a193618743f81cef8",
- "type": "ERC20",
- "symbol": "bootusd",
- "decimals": 18,
- "status": "active",
- "id": "0x78a3B2f1e7eec1073088ea4a193618743F81cEf8",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ichifarm/ichi-oneToken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ichifarm"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ichifarm"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ichifarm"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/DvsYCfK8"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x78a3B2f1e7eec1073088ea4a193618743F81cEf8/logo.png b/blockchains/ethereum/assets/0x78a3B2f1e7eec1073088ea4a193618743F81cEf8/logo.png
deleted file mode 100644
index 8d4e8974efb0b..0000000000000
Binary files a/blockchains/ethereum/assets/0x78a3B2f1e7eec1073088ea4a193618743F81cEf8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x78a685E0762096ed0F98107212e98F8C35A9D1D8/info.json b/blockchains/ethereum/assets/0x78a685E0762096ed0F98107212e98F8C35A9D1D8/info.json
deleted file mode 100644
index 70f14a6531827..0000000000000
--- a/blockchains/ethereum/assets/0x78a685E0762096ed0F98107212e98F8C35A9D1D8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bloc",
- "symbol": "Dap",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "https://www.daplabsllc.org",
- "explorer": "https://etherscan.io/token/0x78a685E0762096ed0F98107212e98F8C35A9D1D8",
- "status": "abandoned",
- "id": "0x78a685E0762096ed0F98107212e98F8C35A9D1D8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x78a685E0762096ed0F98107212e98F8C35A9D1D8/logo.png b/blockchains/ethereum/assets/0x78a685E0762096ed0F98107212e98F8C35A9D1D8/logo.png
deleted file mode 100644
index 44dc14b640ef5..0000000000000
Binary files a/blockchains/ethereum/assets/0x78a685E0762096ed0F98107212e98F8C35A9D1D8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x78a73B6CBc5D183CE56e786f6e905CaDEC63547B/info.json b/blockchains/ethereum/assets/0x78a73B6CBc5D183CE56e786f6e905CaDEC63547B/info.json
deleted file mode 100644
index 26359c627125a..0000000000000
--- a/blockchains/ethereum/assets/0x78a73B6CBc5D183CE56e786f6e905CaDEC63547B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fabric Token",
- "symbol": "FT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x78a73B6CBc5D183CE56e786f6e905CaDEC63547B",
- "status": "abandoned",
- "id": "0x78a73B6CBc5D183CE56e786f6e905CaDEC63547B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x78a73B6CBc5D183CE56e786f6e905CaDEC63547B/logo.png b/blockchains/ethereum/assets/0x78a73B6CBc5D183CE56e786f6e905CaDEC63547B/logo.png
deleted file mode 100644
index eeb801117b0d3..0000000000000
Binary files a/blockchains/ethereum/assets/0x78a73B6CBc5D183CE56e786f6e905CaDEC63547B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x78c292D1445E6b9558bf42e8BC369271DeD062eA/info.json b/blockchains/ethereum/assets/0x78c292D1445E6b9558bf42e8BC369271DeD062eA/info.json
deleted file mode 100644
index 527b1f078271b..0000000000000
--- a/blockchains/ethereum/assets/0x78c292D1445E6b9558bf42e8BC369271DeD062eA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CyberMusic",
- "symbol": "CYMT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://cybermusic.io/",
- "explorer": "https://etherscan.io/token/0x78c292D1445E6b9558bf42e8BC369271DeD062eA",
- "status": "abandoned",
- "id": "0x78c292D1445E6b9558bf42e8BC369271DeD062eA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x78c292D1445E6b9558bf42e8BC369271DeD062eA/logo.png b/blockchains/ethereum/assets/0x78c292D1445E6b9558bf42e8BC369271DeD062eA/logo.png
deleted file mode 100644
index 2313367e8ad6e..0000000000000
Binary files a/blockchains/ethereum/assets/0x78c292D1445E6b9558bf42e8BC369271DeD062eA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x78fAdca7874AFA0FDeE1cAfd9A80D6Ace86325Fe/info.json b/blockchains/ethereum/assets/0x78fAdca7874AFA0FDeE1cAfd9A80D6Ace86325Fe/info.json
deleted file mode 100644
index 95b4ed9ae8505..0000000000000
--- a/blockchains/ethereum/assets/0x78fAdca7874AFA0FDeE1cAfd9A80D6Ace86325Fe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EIC token",
- "symbol": "EIC",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x78fAdca7874AFA0FDeE1cAfd9A80D6Ace86325Fe",
- "status": "abandoned",
- "id": "0x78fAdca7874AFA0FDeE1cAfd9A80D6Ace86325Fe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x78fAdca7874AFA0FDeE1cAfd9A80D6Ace86325Fe/logo.png b/blockchains/ethereum/assets/0x78fAdca7874AFA0FDeE1cAfd9A80D6Ace86325Fe/logo.png
deleted file mode 100644
index 3fd0f914c5e79..0000000000000
Binary files a/blockchains/ethereum/assets/0x78fAdca7874AFA0FDeE1cAfd9A80D6Ace86325Fe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x790bFaCaE71576107C068f494c8A6302aea640cb/info.json b/blockchains/ethereum/assets/0x790bFaCaE71576107C068f494c8A6302aea640cb/info.json
deleted file mode 100644
index b2097426aceb5..0000000000000
--- a/blockchains/ethereum/assets/0x790bFaCaE71576107C068f494c8A6302aea640cb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crypto Boss Coin",
- "symbol": "CBC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://cryptoboss.me/",
- "explorer": "https://etherscan.io/token/0x790bFaCaE71576107C068f494c8A6302aea640cb",
- "status": "abandoned",
- "id": "0x790bFaCaE71576107C068f494c8A6302aea640cb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x790bFaCaE71576107C068f494c8A6302aea640cb/logo.png b/blockchains/ethereum/assets/0x790bFaCaE71576107C068f494c8A6302aea640cb/logo.png
deleted file mode 100644
index 9d64252fd2c6f..0000000000000
Binary files a/blockchains/ethereum/assets/0x790bFaCaE71576107C068f494c8A6302aea640cb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x791425156956E39F2ab8AB06B79DE189C18e95e5/info.json b/blockchains/ethereum/assets/0x791425156956E39F2ab8AB06B79DE189C18e95e5/info.json
deleted file mode 100644
index 179437c3a3422..0000000000000
--- a/blockchains/ethereum/assets/0x791425156956E39F2ab8AB06B79DE189C18e95e5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IcoBay",
- "symbol": "IBT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.icobay.net/",
- "explorer": "https://etherscan.io/token/0x791425156956E39F2ab8AB06B79DE189C18e95e5",
- "status": "abandoned",
- "id": "0x791425156956E39F2ab8AB06B79DE189C18e95e5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x791425156956E39F2ab8AB06B79DE189C18e95e5/logo.png b/blockchains/ethereum/assets/0x791425156956E39F2ab8AB06B79DE189C18e95e5/logo.png
deleted file mode 100644
index 2e140589f1281..0000000000000
Binary files a/blockchains/ethereum/assets/0x791425156956E39F2ab8AB06B79DE189C18e95e5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x79186Ba0FC6fa49fd9DB2F0bA34F36F8c24489c7/info.json b/blockchains/ethereum/assets/0x79186Ba0FC6fa49fd9DB2F0bA34F36F8c24489c7/info.json
deleted file mode 100644
index 31ecda31fda12..0000000000000
--- a/blockchains/ethereum/assets/0x79186Ba0FC6fa49fd9DB2F0bA34F36F8c24489c7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CrowdCoinage",
- "symbol": "CCOS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x79186Ba0FC6fa49fd9DB2F0bA34F36F8c24489c7",
- "status": "abandoned",
- "id": "0x79186Ba0FC6fa49fd9DB2F0bA34F36F8c24489c7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x79186Ba0FC6fa49fd9DB2F0bA34F36F8c24489c7/logo.png b/blockchains/ethereum/assets/0x79186Ba0FC6fa49fd9DB2F0bA34F36F8c24489c7/logo.png
deleted file mode 100644
index e384ad26bf73f..0000000000000
Binary files a/blockchains/ethereum/assets/0x79186Ba0FC6fa49fd9DB2F0bA34F36F8c24489c7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x79327212F66c259f0A0b46961D2aEF91A503a9E1/info.json b/blockchains/ethereum/assets/0x79327212F66c259f0A0b46961D2aEF91A503a9E1/info.json
deleted file mode 100644
index ed3b2de8fe05c..0000000000000
--- a/blockchains/ethereum/assets/0x79327212F66c259f0A0b46961D2aEF91A503a9E1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Score",
- "symbol": "SCORE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x79327212F66c259f0A0b46961D2aEF91A503a9E1",
- "status": "abandoned",
- "id": "0x79327212F66c259f0A0b46961D2aEF91A503a9E1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x79327212F66c259f0A0b46961D2aEF91A503a9E1/logo.png b/blockchains/ethereum/assets/0x79327212F66c259f0A0b46961D2aEF91A503a9E1/logo.png
deleted file mode 100644
index 8d5eefce486f6..0000000000000
Binary files a/blockchains/ethereum/assets/0x79327212F66c259f0A0b46961D2aEF91A503a9E1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x793786e2dd4Cc492ed366a94B88a3Ff9ba5E7546/info.json b/blockchains/ethereum/assets/0x793786e2dd4Cc492ed366a94B88a3Ff9ba5E7546/info.json
deleted file mode 100644
index 46af66889eb55..0000000000000
--- a/blockchains/ethereum/assets/0x793786e2dd4Cc492ed366a94B88a3Ff9ba5E7546/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "AXIA TOKEN",
- "website": "https://axiaprotocol.io",
- "description": " Axia Protocol is a Decentralized platform for Cryptocurrency Index Fund management.",
- "explorer": "https://etherscan.io/token/0x793786e2dd4Cc492ed366a94B88a3Ff9ba5E7546",
- "type": "ERC20",
- "symbol": "AXIAv3",
- "decimals": 18,
- "status": "active",
- "id": "0x793786e2dd4Cc492ed366a94B88a3Ff9ba5E7546",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/axiaprotocol"
- },
- {
- "name": "whitepaper",
- "url": "https://axiaprotocol.io/Axia%20Protocol%20Whitepaper%202020.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x793786e2dd4Cc492ed366a94B88a3Ff9ba5E7546/logo.png b/blockchains/ethereum/assets/0x793786e2dd4Cc492ed366a94B88a3Ff9ba5E7546/logo.png
deleted file mode 100644
index 180f0b56a65ee..0000000000000
Binary files a/blockchains/ethereum/assets/0x793786e2dd4Cc492ed366a94B88a3Ff9ba5E7546/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x793e2602A8396468f3CE6E34C1B6C6Fd6D985bAD/info.json b/blockchains/ethereum/assets/0x793e2602A8396468f3CE6E34C1B6C6Fd6D985bAD/info.json
deleted file mode 100644
index e47fd263d0e72..0000000000000
--- a/blockchains/ethereum/assets/0x793e2602A8396468f3CE6E34C1B6C6Fd6D985bAD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Saint Fame: $ICK Mask",
- "symbol": "ICK",
- "type": "ERC20",
- "decimals": 18,
- "description": "The $ICK Mask is a face mask by Saint Fame, the world's first internet-owned fashion house. It is the first piece collectively designed by the disciples of Saint Fame.",
- "website": "https://www.saintfame.com/SICK",
- "explorer": "https://etherscan.io/token/0x793e2602A8396468f3CE6E34C1B6C6Fd6D985bAD",
- "status": "active",
- "id": "0x793e2602A8396468f3CE6E34C1B6C6Fd6D985bAD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x793e2602A8396468f3CE6E34C1B6C6Fd6D985bAD/logo.png b/blockchains/ethereum/assets/0x793e2602A8396468f3CE6E34C1B6C6Fd6D985bAD/logo.png
deleted file mode 100644
index 83c4f3216ec3b..0000000000000
Binary files a/blockchains/ethereum/assets/0x793e2602A8396468f3CE6E34C1B6C6Fd6D985bAD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x79650799e7899A802cB96C0Bc33a6a8d4CE4936C/info.json b/blockchains/ethereum/assets/0x79650799e7899A802cB96C0Bc33a6a8d4CE4936C/info.json
deleted file mode 100644
index da6d16b01d5ea..0000000000000
--- a/blockchains/ethereum/assets/0x79650799e7899A802cB96C0Bc33a6a8d4CE4936C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AIT",
- "symbol": "AIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "AICHAIN (AIT) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.aichain.me",
- "explorer": "https://etherscan.io/token/0x79650799e7899A802cB96C0Bc33a6a8d4CE4936C",
- "status": "active",
- "id": "0x79650799e7899A802cB96C0Bc33a6a8d4CE4936C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x79650799e7899A802cB96C0Bc33a6a8d4CE4936C/logo.png b/blockchains/ethereum/assets/0x79650799e7899A802cB96C0Bc33a6a8d4CE4936C/logo.png
deleted file mode 100644
index 2704441e6e6f2..0000000000000
Binary files a/blockchains/ethereum/assets/0x79650799e7899A802cB96C0Bc33a6a8d4CE4936C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7968bc6a03017eA2de509AAA816F163Db0f35148/info.json b/blockchains/ethereum/assets/0x7968bc6a03017eA2de509AAA816F163Db0f35148/info.json
deleted file mode 100644
index d776f30a24968..0000000000000
--- a/blockchains/ethereum/assets/0x7968bc6a03017eA2de509AAA816F163Db0f35148/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Hedget",
- "website": "https://www.hedget.com",
- "description": "Hedget is a decentralised protocol for options trading.",
- "explorer": "https://etherscan.io/token/0x7968bc6a03017eA2de509AAA816F163Db0f35148",
- "research": "",
- "type": "ERC20",
- "symbol": "HGET",
- "decimals": 6,
- "status": "active",
- "id": "0x7968bc6a03017eA2de509AAA816F163Db0f35148"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7968bc6a03017eA2de509AAA816F163Db0f35148/logo.png b/blockchains/ethereum/assets/0x7968bc6a03017eA2de509AAA816F163Db0f35148/logo.png
deleted file mode 100644
index 9d0f4c8de5813..0000000000000
Binary files a/blockchains/ethereum/assets/0x7968bc6a03017eA2de509AAA816F163Db0f35148/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x796E47B85A0d759F300f1de96A3583004235D4D8/info.json b/blockchains/ethereum/assets/0x796E47B85A0d759F300f1de96A3583004235D4D8/info.json
deleted file mode 100644
index 01b1d6d04a86a..0000000000000
--- a/blockchains/ethereum/assets/0x796E47B85A0d759F300f1de96A3583004235D4D8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "electrumdark",
- "symbol": "ELD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://electrumdark.com",
- "explorer": "https://etherscan.io/token/0x796E47B85A0d759F300f1de96A3583004235D4D8",
- "status": "abandoned",
- "id": "0x796E47B85A0d759F300f1de96A3583004235D4D8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x796E47B85A0d759F300f1de96A3583004235D4D8/logo.png b/blockchains/ethereum/assets/0x796E47B85A0d759F300f1de96A3583004235D4D8/logo.png
deleted file mode 100644
index 404fd094df0c8..0000000000000
Binary files a/blockchains/ethereum/assets/0x796E47B85A0d759F300f1de96A3583004235D4D8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x798D1bE841a82a273720CE31c822C61a67a601C3/info.json b/blockchains/ethereum/assets/0x798D1bE841a82a273720CE31c822C61a67a601C3/info.json
deleted file mode 100644
index 8c9b14398072d..0000000000000
--- a/blockchains/ethereum/assets/0x798D1bE841a82a273720CE31c822C61a67a601C3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Digg (DIGG)",
- "type": "ERC20",
- "symbol": "DIGG",
- "decimals": 9,
- "website": "https://badger.finance/",
- "description": "DIGG is the first elastic supply rebase token where its price is pegged to Bitcoin’s price. It is one of the products released by Badger DAO.",
- "explorer": "https://etherscan.io/token/0x798d1be841a82a273720ce31c822c61a67a601c3",
- "status": "active",
- "id": "0x798D1bE841a82a273720CE31c822C61a67a601C3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x798D1bE841a82a273720CE31c822C61a67a601C3/logo.png b/blockchains/ethereum/assets/0x798D1bE841a82a273720CE31c822C61a67a601C3/logo.png
deleted file mode 100644
index e207329382f08..0000000000000
Binary files a/blockchains/ethereum/assets/0x798D1bE841a82a273720CE31c822C61a67a601C3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7995ab36bB307Afa6A683C24a25d90Dc1Ea83566/info.json b/blockchains/ethereum/assets/0x7995ab36bB307Afa6A683C24a25d90Dc1Ea83566/info.json
deleted file mode 100644
index 1629fef719b25..0000000000000
--- a/blockchains/ethereum/assets/0x7995ab36bB307Afa6A683C24a25d90Dc1Ea83566/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HitchainCoin",
- "symbol": "HIT",
- "type": "ERC20",
- "decimals": 6,
- "description": "HitChain is a decentralized and collaborative community built to value developers’ works with a transparent credit system using blockchain technology. It is a community of the developers, by the developers, for the developers.",
- "website": "http://hitchain.org/index.html",
- "explorer": "https://etherscan.io/token/0x7995ab36bB307Afa6A683C24a25d90Dc1Ea83566",
- "status": "active",
- "id": "0x7995ab36bB307Afa6A683C24a25d90Dc1Ea83566"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7995ab36bB307Afa6A683C24a25d90Dc1Ea83566/logo.png b/blockchains/ethereum/assets/0x7995ab36bB307Afa6A683C24a25d90Dc1Ea83566/logo.png
deleted file mode 100644
index 28b7d6e9c14b3..0000000000000
Binary files a/blockchains/ethereum/assets/0x7995ab36bB307Afa6A683C24a25d90Dc1Ea83566/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x799a4202c12ca952cB311598a024C80eD371a41e/info.json b/blockchains/ethereum/assets/0x799a4202c12ca952cB311598a024C80eD371a41e/info.json
deleted file mode 100644
index b4347bd8293bd..0000000000000
--- a/blockchains/ethereum/assets/0x799a4202c12ca952cB311598a024C80eD371a41e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HarmonyOne",
- "symbol": "ONE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x799a4202c12ca952cB311598a024C80eD371a41e",
- "status": "abandoned",
- "id": "0x799a4202c12ca952cB311598a024C80eD371a41e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x799a4202c12ca952cB311598a024C80eD371a41e/logo.png b/blockchains/ethereum/assets/0x799a4202c12ca952cB311598a024C80eD371a41e/logo.png
deleted file mode 100644
index a2e1b7122e720..0000000000000
Binary files a/blockchains/ethereum/assets/0x799a4202c12ca952cB311598a024C80eD371a41e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x799d214d7143B766cDd4979cd0280939288ba931/info.json b/blockchains/ethereum/assets/0x799d214d7143B766cDd4979cd0280939288ba931/info.json
deleted file mode 100644
index 22132949248f3..0000000000000
--- a/blockchains/ethereum/assets/0x799d214d7143B766cDd4979cd0280939288ba931/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Countinghouse Fund",
- "symbol": "CHT",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x799d214d7143B766cDd4979cd0280939288ba931",
- "status": "abandoned",
- "id": "0x799d214d7143B766cDd4979cd0280939288ba931"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x799d214d7143B766cDd4979cd0280939288ba931/logo.png b/blockchains/ethereum/assets/0x799d214d7143B766cDd4979cd0280939288ba931/logo.png
deleted file mode 100644
index 44c6bf027548e..0000000000000
Binary files a/blockchains/ethereum/assets/0x799d214d7143B766cDd4979cd0280939288ba931/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x799ebfABE77a6E34311eeEe9825190B9ECe32824/info.json b/blockchains/ethereum/assets/0x799ebfABE77a6E34311eeEe9825190B9ECe32824/info.json
deleted file mode 100644
index a65131d2734e8..0000000000000
--- a/blockchains/ethereum/assets/0x799ebfABE77a6E34311eeEe9825190B9ECe32824/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "BTRST",
- "website": "https://www.usebraintrust.com/",
- "description": "Braintrust is a decentralized talent network that connects knowledge workers with companies. Braintrust was built and continues to be upgraded by its community. BTRST is the governance and staking token used to power the network.",
- "explorer": "https://etherscan.io/token/0x799ebfabe77a6e34311eeee9825190b9ece32824",
- "type": "ERC20",
- "symbol": "BTRST",
- "decimals": 18,
- "status": "active",
- "id": "0x799ebfABE77a6E34311eeEe9825190B9ECe32824",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/usebraintrust"
- },
- {
- "name": "telegram",
- "url": "https://t.me/braintrustofficial"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/braintrust/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x799ebfABE77a6E34311eeEe9825190B9ECe32824/logo.png b/blockchains/ethereum/assets/0x799ebfABE77a6E34311eeEe9825190B9ECe32824/logo.png
deleted file mode 100644
index 4d5316baca30f..0000000000000
Binary files a/blockchains/ethereum/assets/0x799ebfABE77a6E34311eeEe9825190B9ECe32824/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x79A00A26f05f901fBC7D29cccf1156eD0599b5FC/info.json b/blockchains/ethereum/assets/0x79A00A26f05f901fBC7D29cccf1156eD0599b5FC/info.json
deleted file mode 100644
index 991c9651e8b2f..0000000000000
--- a/blockchains/ethereum/assets/0x79A00A26f05f901fBC7D29cccf1156eD0599b5FC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Astra",
- "symbol": "AST",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x79A00A26f05f901fBC7D29cccf1156eD0599b5FC",
- "status": "abandoned",
- "id": "0x79A00A26f05f901fBC7D29cccf1156eD0599b5FC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x79A00A26f05f901fBC7D29cccf1156eD0599b5FC/logo.png b/blockchains/ethereum/assets/0x79A00A26f05f901fBC7D29cccf1156eD0599b5FC/logo.png
deleted file mode 100644
index 03fe75f8a4c5f..0000000000000
Binary files a/blockchains/ethereum/assets/0x79A00A26f05f901fBC7D29cccf1156eD0599b5FC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x79C5a1Ae586322A07BfB60be36E1b31CE8C84A1e/info.json b/blockchains/ethereum/assets/0x79C5a1Ae586322A07BfB60be36E1b31CE8C84A1e/info.json
deleted file mode 100644
index 2be1ce0c70fdb..0000000000000
--- a/blockchains/ethereum/assets/0x79C5a1Ae586322A07BfB60be36E1b31CE8C84A1e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Freight Trust Network",
- "symbol": "EDI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://freighttrust.com/",
- "explorer": "https://etherscan.io/token/0x79C5a1Ae586322A07BfB60be36E1b31CE8C84A1e",
- "status": "abandoned",
- "id": "0x79C5a1Ae586322A07BfB60be36E1b31CE8C84A1e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x79C5a1Ae586322A07BfB60be36E1b31CE8C84A1e/logo.png b/blockchains/ethereum/assets/0x79C5a1Ae586322A07BfB60be36E1b31CE8C84A1e/logo.png
deleted file mode 100644
index 15538b7ef26fd..0000000000000
Binary files a/blockchains/ethereum/assets/0x79C5a1Ae586322A07BfB60be36E1b31CE8C84A1e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x79C6ed6D205Dd41F00F3561a1D684C1F39152A20/info.json b/blockchains/ethereum/assets/0x79C6ed6D205Dd41F00F3561a1D684C1F39152A20/info.json
deleted file mode 100644
index 835e6cae08902..0000000000000
--- a/blockchains/ethereum/assets/0x79C6ed6D205Dd41F00F3561a1D684C1F39152A20/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Long ZRX-DAI 3x v2",
- "symbol": "dLZRX3x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x79C6ed6D205Dd41F00F3561a1D684C1F39152A20",
- "status": "abandoned",
- "id": "0x79C6ed6D205Dd41F00F3561a1D684C1F39152A20"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x79C6ed6D205Dd41F00F3561a1D684C1F39152A20/logo.png b/blockchains/ethereum/assets/0x79C6ed6D205Dd41F00F3561a1D684C1F39152A20/logo.png
deleted file mode 100644
index bf1de2f397375..0000000000000
Binary files a/blockchains/ethereum/assets/0x79C6ed6D205Dd41F00F3561a1D684C1F39152A20/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x79C7EF95aD32DcD5ECadB231568Bb03dF7824815/info.json b/blockchains/ethereum/assets/0x79C7EF95aD32DcD5ECadB231568Bb03dF7824815/info.json
deleted file mode 100644
index 177db96a6a020..0000000000000
--- a/blockchains/ethereum/assets/0x79C7EF95aD32DcD5ECadB231568Bb03dF7824815/info.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "name": "Ariva",
- "type": "ERC20",
- "symbol": "ARV",
- "decimals": 8,
- "website": "https://www.ariva.digital/",
- "description": "Ariva (ARV) is a cryptocurrency supported by Ariva Co., produced for active use in global and local tourism and travel networks in the near future.",
- "explorer": "https://etherscan.io/token/0x79C7EF95aD32DcD5ECadB231568Bb03dF7824815",
- "status": "active",
- "id": "0x79C7EF95aD32DcD5ECadB231568Bb03dF7824815",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ArivaCoin"
- },
- {
- "name": "github",
- "url": "https://github.com/ariva-digital"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ariva_arv"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/arivadigital"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCYab7J37fMRtP7ucjEc0eog"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/arivadigital"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@arivacoin"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ariva/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ariva"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x79C7EF95aD32DcD5ECadB231568Bb03dF7824815/logo.png b/blockchains/ethereum/assets/0x79C7EF95aD32DcD5ECadB231568Bb03dF7824815/logo.png
deleted file mode 100644
index e381b4c2bd43e..0000000000000
Binary files a/blockchains/ethereum/assets/0x79C7EF95aD32DcD5ECadB231568Bb03dF7824815/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x79b0CFb685cC88d79b67Ee3eedB912E369D0969f/info.json b/blockchains/ethereum/assets/0x79b0CFb685cC88d79b67Ee3eedB912E369D0969f/info.json
deleted file mode 100644
index 13ca9ee8fbed6..0000000000000
--- a/blockchains/ethereum/assets/0x79b0CFb685cC88d79b67Ee3eedB912E369D0969f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IRCM",
- "symbol": "IRCM",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x79b0CFb685cC88d79b67Ee3eedB912E369D0969f",
- "status": "abandoned",
- "id": "0x79b0CFb685cC88d79b67Ee3eedB912E369D0969f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x79b0CFb685cC88d79b67Ee3eedB912E369D0969f/logo.png b/blockchains/ethereum/assets/0x79b0CFb685cC88d79b67Ee3eedB912E369D0969f/logo.png
deleted file mode 100644
index 48ef641432c03..0000000000000
Binary files a/blockchains/ethereum/assets/0x79b0CFb685cC88d79b67Ee3eedB912E369D0969f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x79b4D12Fa63A8d1202b26c5Ba6d62136A4A09dDa/info.json b/blockchains/ethereum/assets/0x79b4D12Fa63A8d1202b26c5Ba6d62136A4A09dDa/info.json
deleted file mode 100644
index 8e2cdc6ebe289..0000000000000
--- a/blockchains/ethereum/assets/0x79b4D12Fa63A8d1202b26c5Ba6d62136A4A09dDa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SymVerse",
- "symbol": "SYM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x79b4D12Fa63A8d1202b26c5Ba6d62136A4A09dDa",
- "status": "abandoned",
- "id": "0x79b4D12Fa63A8d1202b26c5Ba6d62136A4A09dDa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x79b4D12Fa63A8d1202b26c5Ba6d62136A4A09dDa/logo.png b/blockchains/ethereum/assets/0x79b4D12Fa63A8d1202b26c5Ba6d62136A4A09dDa/logo.png
deleted file mode 100644
index 2f9f24ff52060..0000000000000
Binary files a/blockchains/ethereum/assets/0x79b4D12Fa63A8d1202b26c5Ba6d62136A4A09dDa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x79c71D3436F39Ce382D0f58F1B011D88100B9D91/info.json b/blockchains/ethereum/assets/0x79c71D3436F39Ce382D0f58F1B011D88100B9D91/info.json
deleted file mode 100644
index da17924a415a2..0000000000000
--- a/blockchains/ethereum/assets/0x79c71D3436F39Ce382D0f58F1B011D88100B9D91/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Xeonbit Token",
- "symbol": "XNS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://xeonbit.com/",
- "explorer": "https://etherscan.io/token/0x79c71D3436F39Ce382D0f58F1B011D88100B9D91",
- "status": "abandoned",
- "id": "0x79c71D3436F39Ce382D0f58F1B011D88100B9D91"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x79c71D3436F39Ce382D0f58F1B011D88100B9D91/logo.png b/blockchains/ethereum/assets/0x79c71D3436F39Ce382D0f58F1B011D88100B9D91/logo.png
deleted file mode 100644
index 241091cc60c1c..0000000000000
Binary files a/blockchains/ethereum/assets/0x79c71D3436F39Ce382D0f58F1B011D88100B9D91/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x79cB5d2936F814e0600e8adbB5De9d9Bc3341560/info.json b/blockchains/ethereum/assets/0x79cB5d2936F814e0600e8adbB5De9d9Bc3341560/info.json
deleted file mode 100644
index ceb3b32c7cf4d..0000000000000
--- a/blockchains/ethereum/assets/0x79cB5d2936F814e0600e8adbB5De9d9Bc3341560/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR 700",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x79cB5d2936F814e0600e8adbB5De9d9Bc3341560",
- "status": "abandoned",
- "id": "0x79cB5d2936F814e0600e8adbB5De9d9Bc3341560"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x79cB5d2936F814e0600e8adbB5De9d9Bc3341560/logo.png b/blockchains/ethereum/assets/0x79cB5d2936F814e0600e8adbB5De9d9Bc3341560/logo.png
deleted file mode 100644
index 3f499c146031c..0000000000000
Binary files a/blockchains/ethereum/assets/0x79cB5d2936F814e0600e8adbB5De9d9Bc3341560/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x79cdFa04e3c4EB58C4f49DAE78b322E5b0D38788/info.json b/blockchains/ethereum/assets/0x79cdFa04e3c4EB58C4f49DAE78b322E5b0D38788/info.json
deleted file mode 100644
index b2786cd3ca0cf..0000000000000
--- a/blockchains/ethereum/assets/0x79cdFa04e3c4EB58C4f49DAE78b322E5b0D38788/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrueFeedBack",
- "symbol": "TFB",
- "type": "ERC20",
- "decimals": 18,
- "description": "The participants of the platform can keep their anonymity while completing surveys and receive TFB tokens.",
- "website": "https://www.truefeedbackchain.com",
- "explorer": "https://etherscan.io/token/0x79cdFa04e3c4EB58C4f49DAE78b322E5b0D38788",
- "status": "active",
- "id": "0x79cdFa04e3c4EB58C4f49DAE78b322E5b0D38788"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x79cdFa04e3c4EB58C4f49DAE78b322E5b0D38788/logo.png b/blockchains/ethereum/assets/0x79cdFa04e3c4EB58C4f49DAE78b322E5b0D38788/logo.png
deleted file mode 100644
index 8db202e04e783..0000000000000
Binary files a/blockchains/ethereum/assets/0x79cdFa04e3c4EB58C4f49DAE78b322E5b0D38788/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x79dcD7320F227A368F0b73B0aF2997d2cB3888D6/info.json b/blockchains/ethereum/assets/0x79dcD7320F227A368F0b73B0aF2997d2cB3888D6/info.json
deleted file mode 100644
index 564e47f1e9a71..0000000000000
--- a/blockchains/ethereum/assets/0x79dcD7320F227A368F0b73B0aF2997d2cB3888D6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Maya",
- "symbol": "MAYA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x79dcD7320F227A368F0b73B0aF2997d2cB3888D6",
- "status": "abandoned",
- "id": "0x79dcD7320F227A368F0b73B0aF2997d2cB3888D6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x79dcD7320F227A368F0b73B0aF2997d2cB3888D6/logo.png b/blockchains/ethereum/assets/0x79dcD7320F227A368F0b73B0aF2997d2cB3888D6/logo.png
deleted file mode 100644
index 3fc1c77e32edf..0000000000000
Binary files a/blockchains/ethereum/assets/0x79dcD7320F227A368F0b73B0aF2997d2cB3888D6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x79fF677aF16e0e173C55ae571E5d9852A1c8f2Ff/info.json b/blockchains/ethereum/assets/0x79fF677aF16e0e173C55ae571E5d9852A1c8f2Ff/info.json
deleted file mode 100644
index f6d6132915783..0000000000000
--- a/blockchains/ethereum/assets/0x79fF677aF16e0e173C55ae571E5d9852A1c8f2Ff/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GlobalAssetsChain",
- "symbol": "GAX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x79fF677aF16e0e173C55ae571E5d9852A1c8f2Ff",
- "status": "abandoned",
- "id": "0x79fF677aF16e0e173C55ae571E5d9852A1c8f2Ff"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x79fF677aF16e0e173C55ae571E5d9852A1c8f2Ff/logo.png b/blockchains/ethereum/assets/0x79fF677aF16e0e173C55ae571E5d9852A1c8f2Ff/logo.png
deleted file mode 100644
index edab7de564597..0000000000000
Binary files a/blockchains/ethereum/assets/0x79fF677aF16e0e173C55ae571E5d9852A1c8f2Ff/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7A07E1a0c2514D51132183EcfeA2A880Ec3b7648/info.json b/blockchains/ethereum/assets/0x7A07E1a0c2514D51132183EcfeA2A880Ec3b7648/info.json
deleted file mode 100644
index 9e4d015e4b289..0000000000000
--- a/blockchains/ethereum/assets/0x7A07E1a0c2514D51132183EcfeA2A880Ec3b7648/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IXE Token",
- "symbol": "IXE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7A07E1a0c2514D51132183EcfeA2A880Ec3b7648",
- "status": "abandoned",
- "id": "0x7A07E1a0c2514D51132183EcfeA2A880Ec3b7648"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7A07E1a0c2514D51132183EcfeA2A880Ec3b7648/logo.png b/blockchains/ethereum/assets/0x7A07E1a0c2514D51132183EcfeA2A880Ec3b7648/logo.png
deleted file mode 100644
index 3f32201c11019..0000000000000
Binary files a/blockchains/ethereum/assets/0x7A07E1a0c2514D51132183EcfeA2A880Ec3b7648/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7A12a550cC13cE7c38c40a58465BfbB55D1EdC36/info.json b/blockchains/ethereum/assets/0x7A12a550cC13cE7c38c40a58465BfbB55D1EdC36/info.json
deleted file mode 100644
index 8d8da6f9bbbc8..0000000000000
--- a/blockchains/ethereum/assets/0x7A12a550cC13cE7c38c40a58465BfbB55D1EdC36/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "cubecoin",
- "website": "https://cubebit.io",
- "description": "CubeBit is an innovative and extensive platform that tenders effortless, transparent, and secure way to grow your digital assets.",
- "explorer": "https://etherscan.io/token/0x7a12a550cc13ce7c38c40a58465bfbb55d1edc36",
- "type": "ERC20",
- "symbol": "CUB",
- "decimals": 18,
- "status": "active",
- "id": "0x7A12a550cC13cE7c38c40a58465BfbB55D1EdC36"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7A12a550cC13cE7c38c40a58465BfbB55D1EdC36/logo.png b/blockchains/ethereum/assets/0x7A12a550cC13cE7c38c40a58465BfbB55D1EdC36/logo.png
deleted file mode 100644
index 0e933e91ac90d..0000000000000
Binary files a/blockchains/ethereum/assets/0x7A12a550cC13cE7c38c40a58465BfbB55D1EdC36/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7A2810d3d859Ed03ede523eB801a3B43B5e8979C/info.json b/blockchains/ethereum/assets/0x7A2810d3d859Ed03ede523eB801a3B43B5e8979C/info.json
deleted file mode 100644
index 7f63c58fc8723..0000000000000
--- a/blockchains/ethereum/assets/0x7A2810d3d859Ed03ede523eB801a3B43B5e8979C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zodcoin",
- "symbol": "ZDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7A2810d3d859Ed03ede523eB801a3B43B5e8979C",
- "status": "abandoned",
- "id": "0x7A2810d3d859Ed03ede523eB801a3B43B5e8979C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7A2810d3d859Ed03ede523eB801a3B43B5e8979C/logo.png b/blockchains/ethereum/assets/0x7A2810d3d859Ed03ede523eB801a3B43B5e8979C/logo.png
deleted file mode 100644
index 08c7a42738ab7..0000000000000
Binary files a/blockchains/ethereum/assets/0x7A2810d3d859Ed03ede523eB801a3B43B5e8979C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7A41e0517a5ecA4FdbC7FbebA4D4c47B9fF6DC63/info.json b/blockchains/ethereum/assets/0x7A41e0517a5ecA4FdbC7FbebA4D4c47B9fF6DC63/info.json
deleted file mode 100644
index 859a3f3b68353..0000000000000
--- a/blockchains/ethereum/assets/0x7A41e0517a5ecA4FdbC7FbebA4D4c47B9fF6DC63/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zeus Shield Coin",
- "symbol": "ZSC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://zsc.io/",
- "explorer": "https://etherscan.io/token/0x7A41e0517a5ecA4FdbC7FbebA4D4c47B9fF6DC63",
- "status": "abandoned",
- "id": "0x7A41e0517a5ecA4FdbC7FbebA4D4c47B9fF6DC63"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7A41e0517a5ecA4FdbC7FbebA4D4c47B9fF6DC63/logo.png b/blockchains/ethereum/assets/0x7A41e0517a5ecA4FdbC7FbebA4D4c47B9fF6DC63/logo.png
deleted file mode 100755
index a8c2d5367f39b..0000000000000
Binary files a/blockchains/ethereum/assets/0x7A41e0517a5ecA4FdbC7FbebA4D4c47B9fF6DC63/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7A5599B97E8c4abB5dd06EBA0E9d1F75AF818DB9/info.json b/blockchains/ethereum/assets/0x7A5599B97E8c4abB5dd06EBA0E9d1F75AF818DB9/info.json
deleted file mode 100644
index 368911c137f5c..0000000000000
--- a/blockchains/ethereum/assets/0x7A5599B97E8c4abB5dd06EBA0E9d1F75AF818DB9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OSMOTIC TOKEN",
- "symbol": "RTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7A5599B97E8c4abB5dd06EBA0E9d1F75AF818DB9",
- "status": "abandoned",
- "id": "0x7A5599B97E8c4abB5dd06EBA0E9d1F75AF818DB9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7A5599B97E8c4abB5dd06EBA0E9d1F75AF818DB9/logo.png b/blockchains/ethereum/assets/0x7A5599B97E8c4abB5dd06EBA0E9d1F75AF818DB9/logo.png
deleted file mode 100644
index 3d7a9fbbae08e..0000000000000
Binary files a/blockchains/ethereum/assets/0x7A5599B97E8c4abB5dd06EBA0E9d1F75AF818DB9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7A5E6ca9d335e343D1Ed12239F67248E056AFE2f/info.json b/blockchains/ethereum/assets/0x7A5E6ca9d335e343D1Ed12239F67248E056AFE2f/info.json
deleted file mode 100644
index 5fe717ccf392c..0000000000000
--- a/blockchains/ethereum/assets/0x7A5E6ca9d335e343D1Ed12239F67248E056AFE2f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethash Miner",
- "symbol": "HETM",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://www.ethash.net/",
- "explorer": "https://etherscan.io/token/0x7A5E6ca9d335e343D1Ed12239F67248E056AFE2f",
- "status": "abandoned",
- "id": "0x7A5E6ca9d335e343D1Ed12239F67248E056AFE2f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7A5E6ca9d335e343D1Ed12239F67248E056AFE2f/logo.png b/blockchains/ethereum/assets/0x7A5E6ca9d335e343D1Ed12239F67248E056AFE2f/logo.png
deleted file mode 100644
index 1bc87a4ed1d6f..0000000000000
Binary files a/blockchains/ethereum/assets/0x7A5E6ca9d335e343D1Ed12239F67248E056AFE2f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7A69F675eA3886892a3bd15C1DD2A5a579b7f7dc/info.json b/blockchains/ethereum/assets/0x7A69F675eA3886892a3bd15C1DD2A5a579b7f7dc/info.json
deleted file mode 100644
index 344d0a60e81a6..0000000000000
--- a/blockchains/ethereum/assets/0x7A69F675eA3886892a3bd15C1DD2A5a579b7f7dc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DXM Solutions",
- "symbol": "DXM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7A69F675eA3886892a3bd15C1DD2A5a579b7f7dc",
- "status": "abandoned",
- "id": "0x7A69F675eA3886892a3bd15C1DD2A5a579b7f7dc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7A69F675eA3886892a3bd15C1DD2A5a579b7f7dc/logo.png b/blockchains/ethereum/assets/0x7A69F675eA3886892a3bd15C1DD2A5a579b7f7dc/logo.png
deleted file mode 100644
index bc0d4c1dc4f41..0000000000000
Binary files a/blockchains/ethereum/assets/0x7A69F675eA3886892a3bd15C1DD2A5a579b7f7dc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7A74c427c833baD2A638E0fb203BA2C728f557C1/info.json b/blockchains/ethereum/assets/0x7A74c427c833baD2A638E0fb203BA2C728f557C1/info.json
deleted file mode 100644
index e872b9510222d..0000000000000
--- a/blockchains/ethereum/assets/0x7A74c427c833baD2A638E0fb203BA2C728f557C1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OrdoCoin",
- "symbol": "RDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7A74c427c833baD2A638E0fb203BA2C728f557C1",
- "status": "abandoned",
- "id": "0x7A74c427c833baD2A638E0fb203BA2C728f557C1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7A74c427c833baD2A638E0fb203BA2C728f557C1/logo.png b/blockchains/ethereum/assets/0x7A74c427c833baD2A638E0fb203BA2C728f557C1/logo.png
deleted file mode 100644
index 8458c22dc7296..0000000000000
Binary files a/blockchains/ethereum/assets/0x7A74c427c833baD2A638E0fb203BA2C728f557C1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7A7F3Fa6FA036C97ec87617EEF82f44aF2A6F097/info.json b/blockchains/ethereum/assets/0x7A7F3Fa6FA036C97ec87617EEF82f44aF2A6F097/info.json
deleted file mode 100644
index 787dd6d800c17..0000000000000
--- a/blockchains/ethereum/assets/0x7A7F3Fa6FA036C97ec87617EEF82f44aF2A6F097/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST 5",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7A7F3Fa6FA036C97ec87617EEF82f44aF2A6F097",
- "status": "abandoned",
- "id": "0x7A7F3Fa6FA036C97ec87617EEF82f44aF2A6F097"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7A7F3Fa6FA036C97ec87617EEF82f44aF2A6F097/logo.png b/blockchains/ethereum/assets/0x7A7F3Fa6FA036C97ec87617EEF82f44aF2A6F097/logo.png
deleted file mode 100644
index c119a14ffb0ff..0000000000000
Binary files a/blockchains/ethereum/assets/0x7A7F3Fa6FA036C97ec87617EEF82f44aF2A6F097/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7A7b8be6F9c8b485da8E70b2da3b37946100F946/info.json b/blockchains/ethereum/assets/0x7A7b8be6F9c8b485da8E70b2da3b37946100F946/info.json
deleted file mode 100644
index c562d75272429..0000000000000
--- a/blockchains/ethereum/assets/0x7A7b8be6F9c8b485da8E70b2da3b37946100F946/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-15/30M45",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7A7b8be6F9c8b485da8E70b2da3b37946100F946",
- "status": "abandoned",
- "id": "0x7A7b8be6F9c8b485da8E70b2da3b37946100F946"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7A7b8be6F9c8b485da8E70b2da3b37946100F946/logo.png b/blockchains/ethereum/assets/0x7A7b8be6F9c8b485da8E70b2da3b37946100F946/logo.png
deleted file mode 100644
index 020e69d7bb684..0000000000000
Binary files a/blockchains/ethereum/assets/0x7A7b8be6F9c8b485da8E70b2da3b37946100F946/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7A8Ca2f815A260660158a38C34ca321A3605eCFE/info.json b/blockchains/ethereum/assets/0x7A8Ca2f815A260660158a38C34ca321A3605eCFE/info.json
deleted file mode 100644
index eacfbf28e8e79..0000000000000
--- a/blockchains/ethereum/assets/0x7A8Ca2f815A260660158a38C34ca321A3605eCFE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BizzCoin",
- "symbol": "BIZZ",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://bizzcoin.com/",
- "explorer": "https://etherscan.io/token/0x7A8Ca2f815A260660158a38C34ca321A3605eCFE",
- "status": "active",
- "id": "0x7A8Ca2f815A260660158a38C34ca321A3605eCFE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7A8Ca2f815A260660158a38C34ca321A3605eCFE/logo.png b/blockchains/ethereum/assets/0x7A8Ca2f815A260660158a38C34ca321A3605eCFE/logo.png
deleted file mode 100644
index cced86cad94b3..0000000000000
Binary files a/blockchains/ethereum/assets/0x7A8Ca2f815A260660158a38C34ca321A3605eCFE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7AAcAfb674be81F90dc19aF4f2047BB0EBAfbbe5/info.json b/blockchains/ethereum/assets/0x7AAcAfb674be81F90dc19aF4f2047BB0EBAfbbe5/info.json
deleted file mode 100644
index 49d31b835f619..0000000000000
--- a/blockchains/ethereum/assets/0x7AAcAfb674be81F90dc19aF4f2047BB0EBAfbbe5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GREENQUEEN",
- "symbol": "GQC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7AAcAfb674be81F90dc19aF4f2047BB0EBAfbbe5",
- "status": "abandoned",
- "id": "0x7AAcAfb674be81F90dc19aF4f2047BB0EBAfbbe5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7AAcAfb674be81F90dc19aF4f2047BB0EBAfbbe5/logo.png b/blockchains/ethereum/assets/0x7AAcAfb674be81F90dc19aF4f2047BB0EBAfbbe5/logo.png
deleted file mode 100644
index 7b91ddcb0522b..0000000000000
Binary files a/blockchains/ethereum/assets/0x7AAcAfb674be81F90dc19aF4f2047BB0EBAfbbe5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7Afe4978032e10D5Ac54ac8657C38F0000D55250/info.json b/blockchains/ethereum/assets/0x7Afe4978032e10D5Ac54ac8657C38F0000D55250/info.json
deleted file mode 100644
index a9809d441b7ef..0000000000000
--- a/blockchains/ethereum/assets/0x7Afe4978032e10D5Ac54ac8657C38F0000D55250/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Brennen",
- "symbol": "BRN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7Afe4978032e10D5Ac54ac8657C38F0000D55250",
- "status": "abandoned",
- "id": "0x7Afe4978032e10D5Ac54ac8657C38F0000D55250"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7Afe4978032e10D5Ac54ac8657C38F0000D55250/logo.png b/blockchains/ethereum/assets/0x7Afe4978032e10D5Ac54ac8657C38F0000D55250/logo.png
deleted file mode 100644
index 5e74505ed2f51..0000000000000
Binary files a/blockchains/ethereum/assets/0x7Afe4978032e10D5Ac54ac8657C38F0000D55250/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7B0C06043468469967DBA22d1AF33d77d44056c8/info.json b/blockchains/ethereum/assets/0x7B0C06043468469967DBA22d1AF33d77d44056c8/info.json
deleted file mode 100644
index 44dd8dd7dcc8e..0000000000000
--- a/blockchains/ethereum/assets/0x7B0C06043468469967DBA22d1AF33d77d44056c8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Morpheus.Network",
- "symbol": "MRPH",
- "type": "ERC20",
- "decimals": 4,
- "description": "Launched in 2017 by a global team based in Canada, Taiwan and India. Morpheus.Network aims to digitally Integrate and automated global supply chains.",
- "website": "https://morpheus.network",
- "explorer": "https://etherscan.io/token/0x7B0C06043468469967DBA22d1AF33d77d44056c8",
- "status": "active",
- "id": "0x7B0C06043468469967DBA22d1AF33d77d44056c8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7B0C06043468469967DBA22d1AF33d77d44056c8/logo.png b/blockchains/ethereum/assets/0x7B0C06043468469967DBA22d1AF33d77d44056c8/logo.png
deleted file mode 100644
index df719cfccaacb..0000000000000
Binary files a/blockchains/ethereum/assets/0x7B0C06043468469967DBA22d1AF33d77d44056c8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7B22938ca841aA392C93dBB7f4c42178E3d65E88/info.json b/blockchains/ethereum/assets/0x7B22938ca841aA392C93dBB7f4c42178E3d65E88/info.json
deleted file mode 100644
index b073daae86583..0000000000000
--- a/blockchains/ethereum/assets/0x7B22938ca841aA392C93dBB7f4c42178E3d65E88/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AstroTokens",
- "symbol": "ASTRO",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "https://astronaut.capital/",
- "explorer": "https://etherscan.io/token/0x7B22938ca841aA392C93dBB7f4c42178E3d65E88",
- "status": "abandoned",
- "id": "0x7B22938ca841aA392C93dBB7f4c42178E3d65E88"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7B22938ca841aA392C93dBB7f4c42178E3d65E88/logo.png b/blockchains/ethereum/assets/0x7B22938ca841aA392C93dBB7f4c42178E3d65E88/logo.png
deleted file mode 100644
index 5d35add544b7f..0000000000000
Binary files a/blockchains/ethereum/assets/0x7B22938ca841aA392C93dBB7f4c42178E3d65E88/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7B4B0B9b024109D182dCF3831222fbdA81369423/info.json b/blockchains/ethereum/assets/0x7B4B0B9b024109D182dCF3831222fbdA81369423/info.json
deleted file mode 100644
index 6c81cec13ab1f..0000000000000
--- a/blockchains/ethereum/assets/0x7B4B0B9b024109D182dCF3831222fbdA81369423/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Binance USD (Portal from BSC)",
- "type": "ERC20",
- "symbol": "BUSDbs",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.paxos.com/busd/",
- "explorer": "https://etherscan.io/token/0x7B4B0B9b024109D182dCF3831222fbdA81369423",
- "status": "active",
- "id": "0x7B4B0B9b024109D182dCF3831222fbdA81369423",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7B4B0B9b024109D182dCF3831222fbdA81369423/logo.png b/blockchains/ethereum/assets/0x7B4B0B9b024109D182dCF3831222fbdA81369423/logo.png
deleted file mode 100644
index 58b66f7e91e64..0000000000000
Binary files a/blockchains/ethereum/assets/0x7B4B0B9b024109D182dCF3831222fbdA81369423/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7B68D272EDa2185ea2F9283F241b1c44C51e712A/info.json b/blockchains/ethereum/assets/0x7B68D272EDa2185ea2F9283F241b1c44C51e712A/info.json
deleted file mode 100644
index 4d612705f3d24..0000000000000
--- a/blockchains/ethereum/assets/0x7B68D272EDa2185ea2F9283F241b1c44C51e712A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Okschain Token",
- "symbol": "OKS",
- "type": "ERC20",
- "decimals": 18,
- "description": "OKSCHAIN - is a decentralized financial system for a wide range of consumers, with different interests and requests. The new technology will make handling money easier and more diverse, as well as open the prospects for safe investment to everyone.",
- "website": "https://okschain.com/",
- "explorer": "https://etherscan.io/token/0x7B68D272EDa2185ea2F9283F241b1c44C51e712A",
- "status": "active",
- "id": "0x7B68D272EDa2185ea2F9283F241b1c44C51e712A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7B68D272EDa2185ea2F9283F241b1c44C51e712A/logo.png b/blockchains/ethereum/assets/0x7B68D272EDa2185ea2F9283F241b1c44C51e712A/logo.png
deleted file mode 100644
index ac171a8dd8b88..0000000000000
Binary files a/blockchains/ethereum/assets/0x7B68D272EDa2185ea2F9283F241b1c44C51e712A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7B6F4c8264a8DA34f84c360923d32E82922665E2/info.json b/blockchains/ethereum/assets/0x7B6F4c8264a8DA34f84c360923d32E82922665E2/info.json
deleted file mode 100644
index 2a7d3f3b82404..0000000000000
--- a/blockchains/ethereum/assets/0x7B6F4c8264a8DA34f84c360923d32E82922665E2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EFILUM",
- "symbol": "EFI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7B6F4c8264a8DA34f84c360923d32E82922665E2",
- "status": "abandoned",
- "id": "0x7B6F4c8264a8DA34f84c360923d32E82922665E2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7B6F4c8264a8DA34f84c360923d32E82922665E2/logo.png b/blockchains/ethereum/assets/0x7B6F4c8264a8DA34f84c360923d32E82922665E2/logo.png
deleted file mode 100644
index 901608bda1141..0000000000000
Binary files a/blockchains/ethereum/assets/0x7B6F4c8264a8DA34f84c360923d32E82922665E2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7BD198b9107496fD5cC3d7655AF52f43a8eDBc4C/info.json b/blockchains/ethereum/assets/0x7BD198b9107496fD5cC3d7655AF52f43a8eDBc4C/info.json
deleted file mode 100644
index c27b0bc40ecda..0000000000000
--- a/blockchains/ethereum/assets/0x7BD198b9107496fD5cC3d7655AF52f43a8eDBc4C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "oneVBTC",
- "website": "https://ichi.org",
- "description": "oneVBTC is the stablecoin created for the Strudel Finance community. Backed by both a treasury of VBTC and collateral of USDC this ERC20 token can be redeemed for USDC at anytime and also provides a vote for governance of the VBTC treasury.",
- "explorer": "https://etherscan.io/token/0x7BD198b9107496fD5cC3d7655AF52f43a8eDBc4C",
- "type": "ERC20",
- "symbol": "oneVBTC",
- "decimals": 9,
- "status": "active",
- "id": "0x7BD198b9107496fD5cC3d7655AF52f43a8eDBc4C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7BD198b9107496fD5cC3d7655AF52f43a8eDBc4C/logo.png b/blockchains/ethereum/assets/0x7BD198b9107496fD5cC3d7655AF52f43a8eDBc4C/logo.png
deleted file mode 100644
index 99796cf968ada..0000000000000
Binary files a/blockchains/ethereum/assets/0x7BD198b9107496fD5cC3d7655AF52f43a8eDBc4C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7BD6a4E7DB3A34c485A8DD02b30B6565e3bbC633/info.json b/blockchains/ethereum/assets/0x7BD6a4E7DB3A34c485A8DD02b30B6565e3bbC633/info.json
deleted file mode 100644
index c593de1e72421..0000000000000
--- a/blockchains/ethereum/assets/0x7BD6a4E7DB3A34c485A8DD02b30B6565e3bbC633/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KOK Coin",
- "symbol": "KOK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://kok-play.io/",
- "explorer": "https://etherscan.io/token/0x7BD6a4E7DB3A34c485A8DD02b30B6565e3bbC633",
- "status": "abandoned",
- "id": "0x7BD6a4E7DB3A34c485A8DD02b30B6565e3bbC633"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7BD6a4E7DB3A34c485A8DD02b30B6565e3bbC633/logo.png b/blockchains/ethereum/assets/0x7BD6a4E7DB3A34c485A8DD02b30B6565e3bbC633/logo.png
deleted file mode 100644
index 8a73d0d61ccb1..0000000000000
Binary files a/blockchains/ethereum/assets/0x7BD6a4E7DB3A34c485A8DD02b30B6565e3bbC633/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7BEF710a5759d197EC0Bf621c3Df802C2D60D848/info.json b/blockchains/ethereum/assets/0x7BEF710a5759d197EC0Bf621c3Df802C2D60D848/info.json
deleted file mode 100644
index 3bf4b03caa20a..0000000000000
--- a/blockchains/ethereum/assets/0x7BEF710a5759d197EC0Bf621c3Df802C2D60D848/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "SHOPX",
- "type": "ERC20",
- "symbol": "SHOPX",
- "decimals": 18,
- "website": "https://shopx.co/",
- "description": "SHOPX is an NFT-as-a-Service (NaaS) that allows businesses to create branded e-commerce NFTs, driving sales and customer engagement in Web3.",
- "explorer": "https://etherscan.io/token/0x7bef710a5759d197ec0bf621c3df802c2d60d848",
- "status": "active",
- "id": "0x7BEF710a5759d197EC0Bf621c3Df802C2D60D848",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/shopxlabs"
- },
- {
- "name": "github",
- "url": "https://github.com/shopxlabs"
- },
- {
- "name": "telegram",
- "url": "https://t.me/shopxlabs"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/XNn9shER62"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/shopxlabs/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/splyt"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/splyt/"
- }
- ],
- "tags": [
- "nft"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x7BEF710a5759d197EC0Bf621c3Df802C2D60D848/logo.png b/blockchains/ethereum/assets/0x7BEF710a5759d197EC0Bf621c3Df802C2D60D848/logo.png
deleted file mode 100644
index 1dff0a55127e9..0000000000000
Binary files a/blockchains/ethereum/assets/0x7BEF710a5759d197EC0Bf621c3Df802C2D60D848/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7Bb09bC8aDE747178e95B1D035ecBeEBbB18cFee/info.json b/blockchains/ethereum/assets/0x7Bb09bC8aDE747178e95B1D035ecBeEBbB18cFee/info.json
deleted file mode 100644
index eeb70762e7edc..0000000000000
--- a/blockchains/ethereum/assets/0x7Bb09bC8aDE747178e95B1D035ecBeEBbB18cFee/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crypto Valley Alliance",
- "symbol": "CVA",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7Bb09bC8aDE747178e95B1D035ecBeEBbB18cFee",
- "status": "abandoned",
- "id": "0x7Bb09bC8aDE747178e95B1D035ecBeEBbB18cFee"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7Bb09bC8aDE747178e95B1D035ecBeEBbB18cFee/logo.png b/blockchains/ethereum/assets/0x7Bb09bC8aDE747178e95B1D035ecBeEBbB18cFee/logo.png
deleted file mode 100755
index 92b40998bb065..0000000000000
Binary files a/blockchains/ethereum/assets/0x7Bb09bC8aDE747178e95B1D035ecBeEBbB18cFee/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7Bb50Ae05147882107218FE9daB9f58BD2e8FF55/info.json b/blockchains/ethereum/assets/0x7Bb50Ae05147882107218FE9daB9f58BD2e8FF55/info.json
deleted file mode 100644
index 04073b054a096..0000000000000
--- a/blockchains/ethereum/assets/0x7Bb50Ae05147882107218FE9daB9f58BD2e8FF55/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mark",
- "symbol": "MARK",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7Bb50Ae05147882107218FE9daB9f58BD2e8FF55",
- "status": "abandoned",
- "id": "0x7Bb50Ae05147882107218FE9daB9f58BD2e8FF55"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7Bb50Ae05147882107218FE9daB9f58BD2e8FF55/logo.png b/blockchains/ethereum/assets/0x7Bb50Ae05147882107218FE9daB9f58BD2e8FF55/logo.png
deleted file mode 100644
index 610708bc0608c..0000000000000
Binary files a/blockchains/ethereum/assets/0x7Bb50Ae05147882107218FE9daB9f58BD2e8FF55/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7C1056ac0F7D223C4297e0c683453EE625011B1f/info.json b/blockchains/ethereum/assets/0x7C1056ac0F7D223C4297e0c683453EE625011B1f/info.json
deleted file mode 100644
index b49aeeb17a0bb..0000000000000
--- a/blockchains/ethereum/assets/0x7C1056ac0F7D223C4297e0c683453EE625011B1f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ButtCoin",
- "symbol": "0xBUTT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7C1056ac0F7D223C4297e0c683453EE625011B1f",
- "status": "abandoned",
- "id": "0x7C1056ac0F7D223C4297e0c683453EE625011B1f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7C1056ac0F7D223C4297e0c683453EE625011B1f/logo.png b/blockchains/ethereum/assets/0x7C1056ac0F7D223C4297e0c683453EE625011B1f/logo.png
deleted file mode 100644
index 933092e93fb07..0000000000000
Binary files a/blockchains/ethereum/assets/0x7C1056ac0F7D223C4297e0c683453EE625011B1f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7C2AF3a86B4bf47E6Ee63AD9bde7B3B0ba7F95da/info.json b/blockchains/ethereum/assets/0x7C2AF3a86B4bf47E6Ee63AD9bde7B3B0ba7F95da/info.json
deleted file mode 100644
index 8e921dba8bff9..0000000000000
--- a/blockchains/ethereum/assets/0x7C2AF3a86B4bf47E6Ee63AD9bde7B3B0ba7F95da/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EcosBall",
- "symbol": "ABA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://ecoball.org/#/home",
- "explorer": "https://etherscan.io/token/0x7C2AF3a86B4bf47E6Ee63AD9bde7B3B0ba7F95da",
- "status": "abandoned",
- "id": "0x7C2AF3a86B4bf47E6Ee63AD9bde7B3B0ba7F95da"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7C2AF3a86B4bf47E6Ee63AD9bde7B3B0ba7F95da/logo.png b/blockchains/ethereum/assets/0x7C2AF3a86B4bf47E6Ee63AD9bde7B3B0ba7F95da/logo.png
deleted file mode 100644
index fd6d44a5fe933..0000000000000
Binary files a/blockchains/ethereum/assets/0x7C2AF3a86B4bf47E6Ee63AD9bde7B3B0ba7F95da/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7C2C75adcEE243e3874938aE8a71fA08020088a3/info.json b/blockchains/ethereum/assets/0x7C2C75adcEE243e3874938aE8a71fA08020088a3/info.json
deleted file mode 100644
index 93ff9d05f1792..0000000000000
--- a/blockchains/ethereum/assets/0x7C2C75adcEE243e3874938aE8a71fA08020088a3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Petro.Global",
- "symbol": "PTG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7C2C75adcEE243e3874938aE8a71fA08020088a3",
- "status": "abandoned",
- "id": "0x7C2C75adcEE243e3874938aE8a71fA08020088a3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7C2C75adcEE243e3874938aE8a71fA08020088a3/logo.png b/blockchains/ethereum/assets/0x7C2C75adcEE243e3874938aE8a71fA08020088a3/logo.png
deleted file mode 100755
index 3106b3b159b53..0000000000000
Binary files a/blockchains/ethereum/assets/0x7C2C75adcEE243e3874938aE8a71fA08020088a3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7C2E5b7ec572199D3841f6a38F7D4868BD0798f1/info.json b/blockchains/ethereum/assets/0x7C2E5b7ec572199D3841f6a38F7D4868BD0798f1/info.json
deleted file mode 100644
index 8dda89cae5d42..0000000000000
--- a/blockchains/ethereum/assets/0x7C2E5b7ec572199D3841f6a38F7D4868BD0798f1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HAVY",
- "symbol": "HAVY",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.havy.io",
- "explorer": "https://etherscan.io/token/0x7C2E5b7ec572199D3841f6a38F7D4868BD0798f1",
- "status": "active",
- "id": "0x7C2E5b7ec572199D3841f6a38F7D4868BD0798f1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7C2E5b7ec572199D3841f6a38F7D4868BD0798f1/logo.png b/blockchains/ethereum/assets/0x7C2E5b7ec572199D3841f6a38F7D4868BD0798f1/logo.png
deleted file mode 100644
index 8ce2181bdb5da..0000000000000
Binary files a/blockchains/ethereum/assets/0x7C2E5b7ec572199D3841f6a38F7D4868BD0798f1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7C3f24EcBeBbD6aDF612c91586DCD5D66A798ACe/info.json b/blockchains/ethereum/assets/0x7C3f24EcBeBbD6aDF612c91586DCD5D66A798ACe/info.json
deleted file mode 100644
index 2eba4f60a3d83..0000000000000
--- a/blockchains/ethereum/assets/0x7C3f24EcBeBbD6aDF612c91586DCD5D66A798ACe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Spexs Note 7",
- "symbol": "SPXN7",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7C3f24EcBeBbD6aDF612c91586DCD5D66A798ACe",
- "status": "abandoned",
- "id": "0x7C3f24EcBeBbD6aDF612c91586DCD5D66A798ACe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7C3f24EcBeBbD6aDF612c91586DCD5D66A798ACe/logo.png b/blockchains/ethereum/assets/0x7C3f24EcBeBbD6aDF612c91586DCD5D66A798ACe/logo.png
deleted file mode 100644
index e834819e488f2..0000000000000
Binary files a/blockchains/ethereum/assets/0x7C3f24EcBeBbD6aDF612c91586DCD5D66A798ACe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7C4Fb0152079f824111628c62342d8757c6ceCB3/info.json b/blockchains/ethereum/assets/0x7C4Fb0152079f824111628c62342d8757c6ceCB3/info.json
deleted file mode 100644
index 7b966247b8393..0000000000000
--- a/blockchains/ethereum/assets/0x7C4Fb0152079f824111628c62342d8757c6ceCB3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R916853",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7C4Fb0152079f824111628c62342d8757c6ceCB3",
- "status": "abandoned",
- "id": "0x7C4Fb0152079f824111628c62342d8757c6ceCB3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7C4Fb0152079f824111628c62342d8757c6ceCB3/logo.png b/blockchains/ethereum/assets/0x7C4Fb0152079f824111628c62342d8757c6ceCB3/logo.png
deleted file mode 100644
index a3182494dbbab..0000000000000
Binary files a/blockchains/ethereum/assets/0x7C4Fb0152079f824111628c62342d8757c6ceCB3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7C5A0CE9267ED19B22F8cae653F198e3E8daf098/info.json b/blockchains/ethereum/assets/0x7C5A0CE9267ED19B22F8cae653F198e3E8daf098/info.json
deleted file mode 100644
index 89071326059df..0000000000000
--- a/blockchains/ethereum/assets/0x7C5A0CE9267ED19B22F8cae653F198e3E8daf098/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SANtiment network token",
- "symbol": "SAN",
- "type": "ERC20",
- "decimals": 18,
- "description": "Tools to help you analyze the crypto market and find data-driven investing opportunities.",
- "website": "https://santiment.net",
- "explorer": "https://etherscan.io/token/0x7C5A0CE9267ED19B22F8cae653F198e3E8daf098",
- "status": "active",
- "id": "0x7C5A0CE9267ED19B22F8cae653F198e3E8daf098"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7C5A0CE9267ED19B22F8cae653F198e3E8daf098/logo.png b/blockchains/ethereum/assets/0x7C5A0CE9267ED19B22F8cae653F198e3E8daf098/logo.png
deleted file mode 100644
index c16f2631692ce..0000000000000
Binary files a/blockchains/ethereum/assets/0x7C5A0CE9267ED19B22F8cae653F198e3E8daf098/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7C84e62859D0715eb77d1b1C4154Ecd6aBB21BEC/info.json b/blockchains/ethereum/assets/0x7C84e62859D0715eb77d1b1C4154Ecd6aBB21BEC/info.json
deleted file mode 100644
index 188569747ff8c..0000000000000
--- a/blockchains/ethereum/assets/0x7C84e62859D0715eb77d1b1C4154Ecd6aBB21BEC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Shping Coin",
- "symbol": "SHPING",
- "type": "ERC20",
- "decimals": 18,
- "description": "Shping is the ultimate shopping companion, allowing you to compare pricing on products with a simple barcode scan of a product and earn money for interacting with the products you love.",
- "website": "https://www.shping.com/",
- "explorer": "https://etherscan.io/token/0x7C84e62859D0715eb77d1b1C4154Ecd6aBB21BEC",
- "status": "active",
- "id": "0x7C84e62859D0715eb77d1b1C4154Ecd6aBB21BEC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7C84e62859D0715eb77d1b1C4154Ecd6aBB21BEC/logo.png b/blockchains/ethereum/assets/0x7C84e62859D0715eb77d1b1C4154Ecd6aBB21BEC/logo.png
deleted file mode 100644
index 14e44228c3759..0000000000000
Binary files a/blockchains/ethereum/assets/0x7C84e62859D0715eb77d1b1C4154Ecd6aBB21BEC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7C918dF91f8F4e8D707a7A4013b8e7247C0293B1/info.json b/blockchains/ethereum/assets/0x7C918dF91f8F4e8D707a7A4013b8e7247C0293B1/info.json
deleted file mode 100644
index 3eccb9003b612..0000000000000
--- a/blockchains/ethereum/assets/0x7C918dF91f8F4e8D707a7A4013b8e7247C0293B1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Feathers",
- "symbol": "FTHR",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7C918dF91f8F4e8D707a7A4013b8e7247C0293B1",
- "status": "abandoned",
- "id": "0x7C918dF91f8F4e8D707a7A4013b8e7247C0293B1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7C918dF91f8F4e8D707a7A4013b8e7247C0293B1/logo.png b/blockchains/ethereum/assets/0x7C918dF91f8F4e8D707a7A4013b8e7247C0293B1/logo.png
deleted file mode 100644
index 9b5f346315a7e..0000000000000
Binary files a/blockchains/ethereum/assets/0x7C918dF91f8F4e8D707a7A4013b8e7247C0293B1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7C974104DF9dd7fb91205ab3D66d15AFf1049DE8/info.json b/blockchains/ethereum/assets/0x7C974104DF9dd7fb91205ab3D66d15AFf1049DE8/info.json
deleted file mode 100644
index a8d571bc6ef40..0000000000000
--- a/blockchains/ethereum/assets/0x7C974104DF9dd7fb91205ab3D66d15AFf1049DE8/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Wrapped USD",
- "website": "https://covenants.eth.link",
- "description": "One stablecoin to pool them all in all the pools of DeFi. $WUSD is minted at the confluence of other stablecoins, which stream out and collateralize it in the pools of AMMs everywhere. Free from any oracle or issuer, it is the most resilient and decentralized stablecoin out there—and the first you can farm.",
- "explorer": "https://etherscan.io/token/0x7C974104DF9dd7fb91205ab3D66d15AFf1049DE8",
- "type": "ERC20",
- "symbol": "uSD",
- "decimals": 18,
- "status": "active",
- "id": "0x7C974104DF9dd7fb91205ab3D66d15AFf1049DE8",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/b-u-i-d-l/"
- },
- {
- "name": "whitepaper",
- "url": "https://covenants.eth.link/#/grimoire"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7C974104DF9dd7fb91205ab3D66d15AFf1049DE8/logo.png b/blockchains/ethereum/assets/0x7C974104DF9dd7fb91205ab3D66d15AFf1049DE8/logo.png
deleted file mode 100644
index 9c7d7e1f8609f..0000000000000
Binary files a/blockchains/ethereum/assets/0x7C974104DF9dd7fb91205ab3D66d15AFf1049DE8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7CC62d8E80Be9bEa3947F3443aD136f50f75b505/info.json b/blockchains/ethereum/assets/0x7CC62d8E80Be9bEa3947F3443aD136f50f75b505/info.json
deleted file mode 100644
index b64d00f280aed..0000000000000
--- a/blockchains/ethereum/assets/0x7CC62d8E80Be9bEa3947F3443aD136f50f75b505/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Knekted",
- "symbol": "KNT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://knekted.net/",
- "explorer": "https://etherscan.io/token/0x7CC62d8E80Be9bEa3947F3443aD136f50f75b505",
- "status": "abandoned",
- "id": "0x7CC62d8E80Be9bEa3947F3443aD136f50f75b505"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7CC62d8E80Be9bEa3947F3443aD136f50f75b505/logo.png b/blockchains/ethereum/assets/0x7CC62d8E80Be9bEa3947F3443aD136f50f75b505/logo.png
deleted file mode 100644
index a0fce8706d4a7..0000000000000
Binary files a/blockchains/ethereum/assets/0x7CC62d8E80Be9bEa3947F3443aD136f50f75b505/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7Cc4356b280f0b5d2DB47EA2755916F6De8DbB6e/info.json b/blockchains/ethereum/assets/0x7Cc4356b280f0b5d2DB47EA2755916F6De8DbB6e/info.json
deleted file mode 100644
index af811ef97b1d4..0000000000000
--- a/blockchains/ethereum/assets/0x7Cc4356b280f0b5d2DB47EA2755916F6De8DbB6e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BankersCoins",
- "symbol": "BC",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7Cc4356b280f0b5d2DB47EA2755916F6De8DbB6e",
- "status": "abandoned",
- "id": "0x7Cc4356b280f0b5d2DB47EA2755916F6De8DbB6e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7Cc4356b280f0b5d2DB47EA2755916F6De8DbB6e/logo.png b/blockchains/ethereum/assets/0x7Cc4356b280f0b5d2DB47EA2755916F6De8DbB6e/logo.png
deleted file mode 100644
index 7d7be9170cfe3..0000000000000
Binary files a/blockchains/ethereum/assets/0x7Cc4356b280f0b5d2DB47EA2755916F6De8DbB6e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/info.json b/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/info.json
deleted file mode 100644
index c43421b7e08ce..0000000000000
--- a/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Polygon",
- "website": "https://matic.network",
- "description": "Matic Network is a Layer-2 scaling solution that uses sidechains for off-chain computation while ensuring asset security using the Plasma framework and a decentralized network of Proof-of-Stake (PoS) validators.",
- "explorer": "https://etherscan.io/token/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0",
- "type": "ERC20",
- "symbol": "MATIC",
- "decimals": 18,
- "status": "active",
- "id": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png b/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png
deleted file mode 100644
index 64b54839d94ab..0000000000000
Binary files a/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7D29A64504629172a429e64183D6673b9dAcbFCe/info.json b/blockchains/ethereum/assets/0x7D29A64504629172a429e64183D6673b9dAcbFCe/info.json
deleted file mode 100644
index d93d5d3d6719f..0000000000000
--- a/blockchains/ethereum/assets/0x7D29A64504629172a429e64183D6673b9dAcbFCe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VectorspaceAI",
- "symbol": "VXV",
- "type": "ERC20",
- "decimals": 18,
- "description": "Our platform powers research groups, data vendors, funds and institutions by generating on-demand NLP/NLU correlation matrix datasets",
- "website": "https://vectorspace.ai",
- "explorer": "https://etherscan.io/token/0x7D29A64504629172a429e64183D6673b9dAcbFCe",
- "status": "active",
- "id": "0x7D29A64504629172a429e64183D6673b9dAcbFCe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7D29A64504629172a429e64183D6673b9dAcbFCe/logo.png b/blockchains/ethereum/assets/0x7D29A64504629172a429e64183D6673b9dAcbFCe/logo.png
deleted file mode 100644
index 2955f9daba5fd..0000000000000
Binary files a/blockchains/ethereum/assets/0x7D29A64504629172a429e64183D6673b9dAcbFCe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7D2D3688Df45Ce7C552E19c27e007673da9204B8/info.json b/blockchains/ethereum/assets/0x7D2D3688Df45Ce7C552E19c27e007673da9204B8/info.json
deleted file mode 100644
index 97fd320fe2b18..0000000000000
--- a/blockchains/ethereum/assets/0x7D2D3688Df45Ce7C552E19c27e007673da9204B8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave LEND V1",
- "symbol": "aLEND V1",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave LEND V1 is an interest bearing token pegged 1:1 to the underlying LEND deposited in Aave V1. aLEND V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x7D2D3688Df45Ce7C552E19c27e007673da9204B8",
- "status": "abandoned",
- "id": "0x7D2D3688Df45Ce7C552E19c27e007673da9204B8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7D2D3688Df45Ce7C552E19c27e007673da9204B8/logo.png b/blockchains/ethereum/assets/0x7D2D3688Df45Ce7C552E19c27e007673da9204B8/logo.png
deleted file mode 100644
index c5b1a227fb1bf..0000000000000
Binary files a/blockchains/ethereum/assets/0x7D2D3688Df45Ce7C552E19c27e007673da9204B8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7D2D8ad6d6c689B583fBd91f7b54C4395815de30/info.json b/blockchains/ethereum/assets/0x7D2D8ad6d6c689B583fBd91f7b54C4395815de30/info.json
deleted file mode 100644
index da43962bd5812..0000000000000
--- a/blockchains/ethereum/assets/0x7D2D8ad6d6c689B583fBd91f7b54C4395815de30/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RedRabbitToken",
- "symbol": "REDRA",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7D2D8ad6d6c689B583fBd91f7b54C4395815de30",
- "status": "spam",
- "id": "0x7D2D8ad6d6c689B583fBd91f7b54C4395815de30"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7D2D8ad6d6c689B583fBd91f7b54C4395815de30/logo.png b/blockchains/ethereum/assets/0x7D2D8ad6d6c689B583fBd91f7b54C4395815de30/logo.png
deleted file mode 100644
index 92bc59c86ad46..0000000000000
Binary files a/blockchains/ethereum/assets/0x7D2D8ad6d6c689B583fBd91f7b54C4395815de30/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7D447595415db51C399cCc2D926ee8169b139765/info.json b/blockchains/ethereum/assets/0x7D447595415db51C399cCc2D926ee8169b139765/info.json
deleted file mode 100644
index 16971433a81df..0000000000000
--- a/blockchains/ethereum/assets/0x7D447595415db51C399cCc2D926ee8169b139765/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Planetagro-Exchange",
- "symbol": "COFEE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7D447595415db51C399cCc2D926ee8169b139765",
- "status": "abandoned",
- "id": "0x7D447595415db51C399cCc2D926ee8169b139765"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7D447595415db51C399cCc2D926ee8169b139765/logo.png b/blockchains/ethereum/assets/0x7D447595415db51C399cCc2D926ee8169b139765/logo.png
deleted file mode 100755
index 4e77b9cbba062..0000000000000
Binary files a/blockchains/ethereum/assets/0x7D447595415db51C399cCc2D926ee8169b139765/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7D48FBe0A877bB1f511fcf9B57F12420C75841e9/info.json b/blockchains/ethereum/assets/0x7D48FBe0A877bB1f511fcf9B57F12420C75841e9/info.json
deleted file mode 100644
index 5cd7002079bb0..0000000000000
--- a/blockchains/ethereum/assets/0x7D48FBe0A877bB1f511fcf9B57F12420C75841e9/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "DOOR Token",
- "website": "https://doortoken.org/",
- "description": "DOOR connects consumers and advertisers to facilitate transactions that reward consumers for the authorized use of their data. Every time a consumer's data is used for commercial use they are rewarded with DOOR Tokens. Advertisers purchase DOOR Tokens to be used for licensing authorized data from Consumers. By eliminating the middleman, the consumer and business can benefit from a direct connection via DOOR.",
- "explorer": "https://etherscan.io/token/0x7D48FBe0A877bB1f511fcf9B57F12420C75841e9",
- "type": "ERC20",
- "symbol": "DOOR",
- "decimals": 18,
- "status": "active",
- "id": "0x7D48FBe0A877bB1f511fcf9B57F12420C75841e9",
- "links": [
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/door"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/door/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7D48FBe0A877bB1f511fcf9B57F12420C75841e9/logo.png b/blockchains/ethereum/assets/0x7D48FBe0A877bB1f511fcf9B57F12420C75841e9/logo.png
deleted file mode 100644
index a1daa02af74fc..0000000000000
Binary files a/blockchains/ethereum/assets/0x7D48FBe0A877bB1f511fcf9B57F12420C75841e9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7D5Edcd23dAa3fB94317D32aE253eE1Af08Ba14d/info.json b/blockchains/ethereum/assets/0x7D5Edcd23dAa3fB94317D32aE253eE1Af08Ba14d/info.json
deleted file mode 100644
index c60d814cc3887..0000000000000
--- a/blockchains/ethereum/assets/0x7D5Edcd23dAa3fB94317D32aE253eE1Af08Ba14d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethbet",
- "symbol": "EBET",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7D5Edcd23dAa3fB94317D32aE253eE1Af08Ba14d",
- "status": "abandoned",
- "id": "0x7D5Edcd23dAa3fB94317D32aE253eE1Af08Ba14d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7D5Edcd23dAa3fB94317D32aE253eE1Af08Ba14d/logo.png b/blockchains/ethereum/assets/0x7D5Edcd23dAa3fB94317D32aE253eE1Af08Ba14d/logo.png
deleted file mode 100644
index 948fd4720bbfc..0000000000000
Binary files a/blockchains/ethereum/assets/0x7D5Edcd23dAa3fB94317D32aE253eE1Af08Ba14d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7D8146cf21e8D7cbe46054e01588207b51198729/info.json b/blockchains/ethereum/assets/0x7D8146cf21e8D7cbe46054e01588207b51198729/info.json
deleted file mode 100644
index a5c189254c705..0000000000000
--- a/blockchains/ethereum/assets/0x7D8146cf21e8D7cbe46054e01588207b51198729/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "BOB",
- "type": "ERC20",
- "symbol": "BOB",
- "decimals": 18,
- "website": "https://bobishere.co/",
- "description": "A meme token.",
- "explorer": "https://etherscan.io/token/0x7D8146cf21e8D7cbe46054e01588207b51198729",
- "status": "active",
- "id": "0x7D8146cf21e8D7cbe46054e01588207b51198729",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/BOBETHtoken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/BOBERCPORTAL"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/bob1/"
- }
- ],
- "tags": [
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7D8146cf21e8D7cbe46054e01588207b51198729/logo.png b/blockchains/ethereum/assets/0x7D8146cf21e8D7cbe46054e01588207b51198729/logo.png
deleted file mode 100644
index b8f85ad95a0bb..0000000000000
Binary files a/blockchains/ethereum/assets/0x7D8146cf21e8D7cbe46054e01588207b51198729/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7D8b9F24320Dab5369144Eb46927667f4a58dC49/info.json b/blockchains/ethereum/assets/0x7D8b9F24320Dab5369144Eb46927667f4a58dC49/info.json
deleted file mode 100644
index e30bb76845047..0000000000000
--- a/blockchains/ethereum/assets/0x7D8b9F24320Dab5369144Eb46927667f4a58dC49/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NRC",
- "symbol": "R",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7D8b9F24320Dab5369144Eb46927667f4a58dC49",
- "status": "abandoned",
- "id": "0x7D8b9F24320Dab5369144Eb46927667f4a58dC49"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7D8b9F24320Dab5369144Eb46927667f4a58dC49/logo.png b/blockchains/ethereum/assets/0x7D8b9F24320Dab5369144Eb46927667f4a58dC49/logo.png
deleted file mode 100755
index 74e74a9033019..0000000000000
Binary files a/blockchains/ethereum/assets/0x7D8b9F24320Dab5369144Eb46927667f4a58dC49/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7D8eaf75738C15729AC7e7ae497EFf397020AB63/info.json b/blockchains/ethereum/assets/0x7D8eaf75738C15729AC7e7ae497EFf397020AB63/info.json
deleted file mode 100644
index ac1de84fdfec6..0000000000000
--- a/blockchains/ethereum/assets/0x7D8eaf75738C15729AC7e7ae497EFf397020AB63/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg5000",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7D8eaf75738C15729AC7e7ae497EFf397020AB63",
- "status": "abandoned",
- "id": "0x7D8eaf75738C15729AC7e7ae497EFf397020AB63"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7D8eaf75738C15729AC7e7ae497EFf397020AB63/logo.png b/blockchains/ethereum/assets/0x7D8eaf75738C15729AC7e7ae497EFf397020AB63/logo.png
deleted file mode 100644
index ec87621a8589e..0000000000000
Binary files a/blockchains/ethereum/assets/0x7D8eaf75738C15729AC7e7ae497EFf397020AB63/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7DAc25b1A665e1c70F25F1fC37d88C99274984ed/info.json b/blockchains/ethereum/assets/0x7DAc25b1A665e1c70F25F1fC37d88C99274984ed/info.json
deleted file mode 100644
index 3f606b7054b06..0000000000000
--- a/blockchains/ethereum/assets/0x7DAc25b1A665e1c70F25F1fC37d88C99274984ed/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Shibnobi",
- "type": "ERC20",
- "symbol": "SHINJA",
- "decimals": 9,
- "website": "https://shibnobi.com",
- "description": "SHIBNOBI is a community-driven token / platform that wants to develop a cross-chain token swap for the next generation of investors and make crypto simple and safe for everyone.",
- "explorer": "https://etherscan.io/token/0x7DAc25b1A665e1c70F25F1fC37d88C99274984ed",
- "status": "active",
- "id": "0x7DAc25b1A665e1c70F25F1fC37d88C99274984ed",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Shib_nobi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ShibnobiCommunity"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/shibnobi-v2/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/Shibnobi"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@Shibnobi"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Shibnobi/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/shibnobi"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7DAc25b1A665e1c70F25F1fC37d88C99274984ed/logo.png b/blockchains/ethereum/assets/0x7DAc25b1A665e1c70F25F1fC37d88C99274984ed/logo.png
deleted file mode 100644
index c11f4a499dd71..0000000000000
Binary files a/blockchains/ethereum/assets/0x7DAc25b1A665e1c70F25F1fC37d88C99274984ed/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429/info.json b/blockchains/ethereum/assets/0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429/info.json
deleted file mode 100644
index d3c63c2281a74..0000000000000
--- a/blockchains/ethereum/assets/0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Golem",
- "symbol": "GLM",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429/logo.png b/blockchains/ethereum/assets/0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429/logo.png
deleted file mode 100644
index 9c10c78562db6..0000000000000
Binary files a/blockchains/ethereum/assets/0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7DE2d123042994737105802D2abD0A10a7BdE276/info.json b/blockchains/ethereum/assets/0x7DE2d123042994737105802D2abD0A10a7BdE276/info.json
deleted file mode 100644
index f577e9839c0c7..0000000000000
--- a/blockchains/ethereum/assets/0x7DE2d123042994737105802D2abD0A10a7BdE276/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MEXC Token",
- "symbol": "MEXC",
- "type": "ERC20",
- "decimals": 18,
- "description": "MEXC describes itself as a utility token for the Emergency Medical Services (EMS) industry.",
- "website": "https://mexc.life",
- "explorer": "https://etherscan.io/token/0x7DE2d123042994737105802D2abD0A10a7BdE276",
- "status": "active",
- "id": "0x7DE2d123042994737105802D2abD0A10a7BdE276"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7DE2d123042994737105802D2abD0A10a7BdE276/logo.png b/blockchains/ethereum/assets/0x7DE2d123042994737105802D2abD0A10a7BdE276/logo.png
deleted file mode 100644
index ef3a1decef672..0000000000000
Binary files a/blockchains/ethereum/assets/0x7DE2d123042994737105802D2abD0A10a7BdE276/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7DE580D247D0f5d72c522b2750089E18f26e1cF9/info.json b/blockchains/ethereum/assets/0x7DE580D247D0f5d72c522b2750089E18f26e1cF9/info.json
deleted file mode 100644
index 85d9efd04fd44..0000000000000
--- a/blockchains/ethereum/assets/0x7DE580D247D0f5d72c522b2750089E18f26e1cF9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MadCripto",
- "symbol": "MAD",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7DE580D247D0f5d72c522b2750089E18f26e1cF9",
- "status": "active",
- "id": "0x7DE580D247D0f5d72c522b2750089E18f26e1cF9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7DE580D247D0f5d72c522b2750089E18f26e1cF9/logo.png b/blockchains/ethereum/assets/0x7DE580D247D0f5d72c522b2750089E18f26e1cF9/logo.png
deleted file mode 100644
index a742d7865a945..0000000000000
Binary files a/blockchains/ethereum/assets/0x7DE580D247D0f5d72c522b2750089E18f26e1cF9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7DEE45dff03ec7137979586cA20a2F4917BAC9Fa/info.json b/blockchains/ethereum/assets/0x7DEE45dff03ec7137979586cA20a2F4917BAC9Fa/info.json
deleted file mode 100644
index 37ee4f7b51531..0000000000000
--- a/blockchains/ethereum/assets/0x7DEE45dff03ec7137979586cA20a2F4917BAC9Fa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DeFiWizard",
- "symbol": "DWZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "DeFi Wizard is a dashboard for building DeFi smart contracts with a few clicks, it offers real time programmer analytics and allows you to create smart contract for ERC20 / BEP20 / EDST, staking, yield farming, governance, cross-chain bridge, gas less relayer baked in.",
- "website": "https://defiwizard.xyz/",
- "explorer": "https://etherscan.io/token/0x7dee45dff03ec7137979586ca20a2f4917bac9fa",
- "status": "active",
- "id": "0x7DEE45dff03ec7137979586cA20a2F4917BAC9Fa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7DEE45dff03ec7137979586cA20a2F4917BAC9Fa/logo.png b/blockchains/ethereum/assets/0x7DEE45dff03ec7137979586cA20a2F4917BAC9Fa/logo.png
deleted file mode 100644
index ab3acfd043695..0000000000000
Binary files a/blockchains/ethereum/assets/0x7DEE45dff03ec7137979586cA20a2F4917BAC9Fa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7DF5816FE144c077aa2fF2a404F3F8AEB48C1d96/info.json b/blockchains/ethereum/assets/0x7DF5816FE144c077aa2fF2a404F3F8AEB48C1d96/info.json
deleted file mode 100644
index 19616239fd6da..0000000000000
--- a/blockchains/ethereum/assets/0x7DF5816FE144c077aa2fF2a404F3F8AEB48C1d96/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GameChain",
- "symbol": "GCN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7DF5816FE144c077aa2fF2a404F3F8AEB48C1d96",
- "status": "abandoned",
- "id": "0x7DF5816FE144c077aa2fF2a404F3F8AEB48C1d96"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7DF5816FE144c077aa2fF2a404F3F8AEB48C1d96/logo.png b/blockchains/ethereum/assets/0x7DF5816FE144c077aa2fF2a404F3F8AEB48C1d96/logo.png
deleted file mode 100644
index 91c3879547cd6..0000000000000
Binary files a/blockchains/ethereum/assets/0x7DF5816FE144c077aa2fF2a404F3F8AEB48C1d96/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7Dc4f41294697a7903C4027f6Ac528C5d14cd7eB/info.json b/blockchains/ethereum/assets/0x7Dc4f41294697a7903C4027f6Ac528C5d14cd7eB/info.json
deleted file mode 100644
index 4a5cb89292991..0000000000000
--- a/blockchains/ethereum/assets/0x7Dc4f41294697a7903C4027f6Ac528C5d14cd7eB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RemiCoin",
- "symbol": "RMC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7Dc4f41294697a7903C4027f6Ac528C5d14cd7eB",
- "status": "abandoned",
- "id": "0x7Dc4f41294697a7903C4027f6Ac528C5d14cd7eB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7Dc4f41294697a7903C4027f6Ac528C5d14cd7eB/logo.png b/blockchains/ethereum/assets/0x7Dc4f41294697a7903C4027f6Ac528C5d14cd7eB/logo.png
deleted file mode 100644
index cf4168b164939..0000000000000
Binary files a/blockchains/ethereum/assets/0x7Dc4f41294697a7903C4027f6Ac528C5d14cd7eB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7Ddc52c4De30e94Be3A6A0A2b259b2850f421989/info.json b/blockchains/ethereum/assets/0x7Ddc52c4De30e94Be3A6A0A2b259b2850f421989/info.json
deleted file mode 100644
index 5ca0f8da51875..0000000000000
--- a/blockchains/ethereum/assets/0x7Ddc52c4De30e94Be3A6A0A2b259b2850f421989/info.json
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- "name": "Gomining",
- "website": "https://gomining.com/",
- "description": "Gomining is an exchange token backed by a Top 10 global bitcoin mining project.",
- "explorer": "https://etherscan.io/token/0x7Ddc52c4De30e94Be3A6A0A2b259b2850f421989",
- "type": "ERC20",
- "symbol": "GMT",
- "decimals": 18,
- "status": "active",
- "id": "0x7Ddc52c4De30e94Be3A6A0A2b259b2850f421989",
- "links": [
- {
- "name": "telegram_news",
- "url": "https://t.me/gmt_token"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/GMTtoken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/GMT_Token"
- },
- {
- "name": "telegram",
- "url": "https://t.me/gmt_token_talk"
- },
- {
- "name": "whitepaper",
- "url": "https://gomining.com/white-paper.pdf"
- },
- {
- "name": "source_code",
- "url": "https://github.com/gomining-token/smart"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/gomining-token/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/gmt-token"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@GMT_Token"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/user/GoMiningToken"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCl98r2sL8dO058XWToApIJw"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7Ddc52c4De30e94Be3A6A0A2b259b2850f421989/logo.png b/blockchains/ethereum/assets/0x7Ddc52c4De30e94Be3A6A0A2b259b2850f421989/logo.png
deleted file mode 100644
index 1d15389d09576..0000000000000
Binary files a/blockchains/ethereum/assets/0x7Ddc52c4De30e94Be3A6A0A2b259b2850f421989/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7E1922F5eaFB2AA8f849838C638B7a7a5eC50751/info.json b/blockchains/ethereum/assets/0x7E1922F5eaFB2AA8f849838C638B7a7a5eC50751/info.json
deleted file mode 100644
index e02d43919a7b6..0000000000000
--- a/blockchains/ethereum/assets/0x7E1922F5eaFB2AA8f849838C638B7a7a5eC50751/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gains Circulation Chain(Gcchain)",
- "symbol": "GCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7E1922F5eaFB2AA8f849838C638B7a7a5eC50751",
- "status": "abandoned",
- "id": "0x7E1922F5eaFB2AA8f849838C638B7a7a5eC50751"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7E1922F5eaFB2AA8f849838C638B7a7a5eC50751/logo.png b/blockchains/ethereum/assets/0x7E1922F5eaFB2AA8f849838C638B7a7a5eC50751/logo.png
deleted file mode 100644
index 893229138461f..0000000000000
Binary files a/blockchains/ethereum/assets/0x7E1922F5eaFB2AA8f849838C638B7a7a5eC50751/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7E2a54ced53bcC12C6b537537da24c5a3C450844/info.json b/blockchains/ethereum/assets/0x7E2a54ced53bcC12C6b537537da24c5a3C450844/info.json
deleted file mode 100644
index 6dd888456e73f..0000000000000
--- a/blockchains/ethereum/assets/0x7E2a54ced53bcC12C6b537537da24c5a3C450844/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IMGame",
- "symbol": "IMG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7E2a54ced53bcC12C6b537537da24c5a3C450844",
- "status": "abandoned",
- "id": "0x7E2a54ced53bcC12C6b537537da24c5a3C450844"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7E2a54ced53bcC12C6b537537da24c5a3C450844/logo.png b/blockchains/ethereum/assets/0x7E2a54ced53bcC12C6b537537da24c5a3C450844/logo.png
deleted file mode 100644
index cf850cf298fbb..0000000000000
Binary files a/blockchains/ethereum/assets/0x7E2a54ced53bcC12C6b537537da24c5a3C450844/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7E43581b19ab509BCF9397a2eFd1ab10233f27dE/info.json b/blockchains/ethereum/assets/0x7E43581b19ab509BCF9397a2eFd1ab10233f27dE/info.json
deleted file mode 100644
index 102d22593cf3a..0000000000000
--- a/blockchains/ethereum/assets/0x7E43581b19ab509BCF9397a2eFd1ab10233f27dE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitGuild PLAT",
- "symbol": "PLAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7E43581b19ab509BCF9397a2eFd1ab10233f27dE",
- "status": "abandoned",
- "id": "0x7E43581b19ab509BCF9397a2eFd1ab10233f27dE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7E43581b19ab509BCF9397a2eFd1ab10233f27dE/logo.png b/blockchains/ethereum/assets/0x7E43581b19ab509BCF9397a2eFd1ab10233f27dE/logo.png
deleted file mode 100644
index dec3ef674dd37..0000000000000
Binary files a/blockchains/ethereum/assets/0x7E43581b19ab509BCF9397a2eFd1ab10233f27dE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7E5fF2E01331f23c02EEA77D6706ccf070e6ad3c/info.json b/blockchains/ethereum/assets/0x7E5fF2E01331f23c02EEA77D6706ccf070e6ad3c/info.json
deleted file mode 100644
index de8e75a46c096..0000000000000
--- a/blockchains/ethereum/assets/0x7E5fF2E01331f23c02EEA77D6706ccf070e6ad3c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HOWL-WPB",
- "symbol": "HOWL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7E5fF2E01331f23c02EEA77D6706ccf070e6ad3c",
- "status": "abandoned",
- "id": "0x7E5fF2E01331f23c02EEA77D6706ccf070e6ad3c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7E5fF2E01331f23c02EEA77D6706ccf070e6ad3c/logo.png b/blockchains/ethereum/assets/0x7E5fF2E01331f23c02EEA77D6706ccf070e6ad3c/logo.png
deleted file mode 100755
index 605806ec41f8a..0000000000000
Binary files a/blockchains/ethereum/assets/0x7E5fF2E01331f23c02EEA77D6706ccf070e6ad3c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7E6509aC567e7DE3Bc702E7CAF3B56245b50D1A7/info.json b/blockchains/ethereum/assets/0x7E6509aC567e7DE3Bc702E7CAF3B56245b50D1A7/info.json
deleted file mode 100644
index c0fa251b4528d..0000000000000
--- a/blockchains/ethereum/assets/0x7E6509aC567e7DE3Bc702E7CAF3B56245b50D1A7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Swace",
- "symbol": "SWA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://swace.io/",
- "explorer": "https://etherscan.io/token/0x7E6509aC567e7DE3Bc702E7CAF3B56245b50D1A7",
- "status": "abandoned",
- "id": "0x7E6509aC567e7DE3Bc702E7CAF3B56245b50D1A7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7E6509aC567e7DE3Bc702E7CAF3B56245b50D1A7/logo.png b/blockchains/ethereum/assets/0x7E6509aC567e7DE3Bc702E7CAF3B56245b50D1A7/logo.png
deleted file mode 100644
index 7f8ee904b7d82..0000000000000
Binary files a/blockchains/ethereum/assets/0x7E6509aC567e7DE3Bc702E7CAF3B56245b50D1A7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7E7Ed710D7d04DB0d278A046683C71FE00fb96D6/info.json b/blockchains/ethereum/assets/0x7E7Ed710D7d04DB0d278A046683C71FE00fb96D6/info.json
deleted file mode 100644
index cab32c6fae693..0000000000000
--- a/blockchains/ethereum/assets/0x7E7Ed710D7d04DB0d278A046683C71FE00fb96D6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LianPaiToken",
- "symbol": "LP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7E7Ed710D7d04DB0d278A046683C71FE00fb96D6",
- "status": "abandoned",
- "id": "0x7E7Ed710D7d04DB0d278A046683C71FE00fb96D6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7E7Ed710D7d04DB0d278A046683C71FE00fb96D6/logo.png b/blockchains/ethereum/assets/0x7E7Ed710D7d04DB0d278A046683C71FE00fb96D6/logo.png
deleted file mode 100644
index 0cc366383cb0c..0000000000000
Binary files a/blockchains/ethereum/assets/0x7E7Ed710D7d04DB0d278A046683C71FE00fb96D6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7EF55A013D0632c24955553367C8D5Cc082ddBfF/info.json b/blockchains/ethereum/assets/0x7EF55A013D0632c24955553367C8D5Cc082ddBfF/info.json
deleted file mode 100644
index 1f2a565afa512..0000000000000
--- a/blockchains/ethereum/assets/0x7EF55A013D0632c24955553367C8D5Cc082ddBfF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SILVERING",
- "symbol": "SLVG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.silvering.biz/",
- "explorer": "https://etherscan.io/token/0x7EF55A013D0632c24955553367C8D5Cc082ddBfF",
- "status": "abandoned",
- "id": "0x7EF55A013D0632c24955553367C8D5Cc082ddBfF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7EF55A013D0632c24955553367C8D5Cc082ddBfF/logo.png b/blockchains/ethereum/assets/0x7EF55A013D0632c24955553367C8D5Cc082ddBfF/logo.png
deleted file mode 100644
index d72551d09f804..0000000000000
Binary files a/blockchains/ethereum/assets/0x7EF55A013D0632c24955553367C8D5Cc082ddBfF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7Ed172530F9822cd0573B895853E3f745f4108B4/info.json b/blockchains/ethereum/assets/0x7Ed172530F9822cd0573B895853E3f745f4108B4/info.json
deleted file mode 100644
index 6532ce0f38b26..0000000000000
--- a/blockchains/ethereum/assets/0x7Ed172530F9822cd0573B895853E3f745f4108B4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HadesCoin",
- "symbol": "HAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://hadescoin.net",
- "explorer": "https://etherscan.io/token/0x7Ed172530F9822cd0573B895853E3f745f4108B4",
- "status": "abandoned",
- "id": "0x7Ed172530F9822cd0573B895853E3f745f4108B4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7Ed172530F9822cd0573B895853E3f745f4108B4/logo.png b/blockchains/ethereum/assets/0x7Ed172530F9822cd0573B895853E3f745f4108B4/logo.png
deleted file mode 100644
index 7b299914e5969..0000000000000
Binary files a/blockchains/ethereum/assets/0x7Ed172530F9822cd0573B895853E3f745f4108B4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7F0F05D1a4d5bDeAA35aAe5a765c600E46e0B14E/info.json b/blockchains/ethereum/assets/0x7F0F05D1a4d5bDeAA35aAe5a765c600E46e0B14E/info.json
deleted file mode 100644
index a49da9e21391c..0000000000000
--- a/blockchains/ethereum/assets/0x7F0F05D1a4d5bDeAA35aAe5a765c600E46e0B14E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Good Wine Token",
- "symbol": "GWT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7F0F05D1a4d5bDeAA35aAe5a765c600E46e0B14E",
- "status": "abandoned",
- "id": "0x7F0F05D1a4d5bDeAA35aAe5a765c600E46e0B14E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7F0F05D1a4d5bDeAA35aAe5a765c600E46e0B14E/logo.png b/blockchains/ethereum/assets/0x7F0F05D1a4d5bDeAA35aAe5a765c600E46e0B14E/logo.png
deleted file mode 100644
index dc3623fcd8b8c..0000000000000
Binary files a/blockchains/ethereum/assets/0x7F0F05D1a4d5bDeAA35aAe5a765c600E46e0B14E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7F3EDcdD180Dbe4819Bd98FeE8929b5cEdB3AdEB/info.json b/blockchains/ethereum/assets/0x7F3EDcdD180Dbe4819Bd98FeE8929b5cEdB3AdEB/info.json
deleted file mode 100644
index ad8a6cacfdc6e..0000000000000
--- a/blockchains/ethereum/assets/0x7F3EDcdD180Dbe4819Bd98FeE8929b5cEdB3AdEB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "xToken",
- "website": "https://xtoken.market",
- "description": "xTokens are ERC20 wrapper tokens for staking, governance and liquidity strategies. xToken offers simple set-and-forget tokens that provide simplified exposure to the returns from participating in staking protocols.",
- "explorer": "https://etherscan.io/token/0x7F3EDcdD180Dbe4819Bd98FeE8929b5cEdB3AdEB",
- "type": "ERC20",
- "symbol": "XTK",
- "decimals": 18,
- "status": "active",
- "id": "0x7F3EDcdD180Dbe4819Bd98FeE8929b5cEdB3AdEB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7F3EDcdD180Dbe4819Bd98FeE8929b5cEdB3AdEB/logo.png b/blockchains/ethereum/assets/0x7F3EDcdD180Dbe4819Bd98FeE8929b5cEdB3AdEB/logo.png
deleted file mode 100644
index 305eca39cd513..0000000000000
Binary files a/blockchains/ethereum/assets/0x7F3EDcdD180Dbe4819Bd98FeE8929b5cEdB3AdEB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7F77a0cc3caCE8c58ccE9D153c070f312D1a1088/info.json b/blockchains/ethereum/assets/0x7F77a0cc3caCE8c58ccE9D153c070f312D1a1088/info.json
deleted file mode 100644
index 9ed44607ffc18..0000000000000
--- a/blockchains/ethereum/assets/0x7F77a0cc3caCE8c58ccE9D153c070f312D1a1088/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Med. Cannabis Note",
- "symbol": "₵",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7F77a0cc3caCE8c58ccE9D153c070f312D1a1088",
- "status": "spam",
- "id": "0x7F77a0cc3caCE8c58ccE9D153c070f312D1a1088"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7F77a0cc3caCE8c58ccE9D153c070f312D1a1088/logo.png b/blockchains/ethereum/assets/0x7F77a0cc3caCE8c58ccE9D153c070f312D1a1088/logo.png
deleted file mode 100644
index c378274d1df4e..0000000000000
Binary files a/blockchains/ethereum/assets/0x7F77a0cc3caCE8c58ccE9D153c070f312D1a1088/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7FC408011165760eE31bE2BF20dAf450356692Af/info.json b/blockchains/ethereum/assets/0x7FC408011165760eE31bE2BF20dAf450356692Af/info.json
deleted file mode 100644
index 78a918282ecaf..0000000000000
--- a/blockchains/ethereum/assets/0x7FC408011165760eE31bE2BF20dAf450356692Af/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mitrav",
- "symbol": "MTR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7FC408011165760eE31bE2BF20dAf450356692Af",
- "status": "abandoned",
- "id": "0x7FC408011165760eE31bE2BF20dAf450356692Af"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7FC408011165760eE31bE2BF20dAf450356692Af/logo.png b/blockchains/ethereum/assets/0x7FC408011165760eE31bE2BF20dAf450356692Af/logo.png
deleted file mode 100755
index 984657020c1ec..0000000000000
Binary files a/blockchains/ethereum/assets/0x7FC408011165760eE31bE2BF20dAf450356692Af/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7FCE2856899a6806eeEf70807985fc7554C66340/info.json b/blockchains/ethereum/assets/0x7FCE2856899a6806eeEf70807985fc7554C66340/info.json
deleted file mode 100644
index 1f57258ddf999..0000000000000
--- a/blockchains/ethereum/assets/0x7FCE2856899a6806eeEf70807985fc7554C66340/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CLP Token",
- "symbol": "CLP",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "https://cryptolending.org/",
- "explorer": "https://etherscan.io/token/0x7FCE2856899a6806eeEf70807985fc7554C66340",
- "status": "abandoned",
- "id": "0x7FCE2856899a6806eeEf70807985fc7554C66340"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7FCE2856899a6806eeEf70807985fc7554C66340/logo.png b/blockchains/ethereum/assets/0x7FCE2856899a6806eeEf70807985fc7554C66340/logo.png
deleted file mode 100644
index d164a415de13e..0000000000000
Binary files a/blockchains/ethereum/assets/0x7FCE2856899a6806eeEf70807985fc7554C66340/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7FF4169a6B5122b664c51c95727d87750eC07c84/info.json b/blockchains/ethereum/assets/0x7FF4169a6B5122b664c51c95727d87750eC07c84/info.json
deleted file mode 100644
index 0e0696a8df868..0000000000000
--- a/blockchains/ethereum/assets/0x7FF4169a6B5122b664c51c95727d87750eC07c84/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tenset",
- "symbol": "10SET",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Bridge Between Crypto & Stock Market",
- "website": "https://tenset.io/",
- "explorer": "https://etherscan.io/token/0x7FF4169a6B5122b664c51c95727d87750eC07c84",
- "status": "active",
- "id": "0x7FF4169a6B5122b664c51c95727d87750eC07c84"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7FF4169a6B5122b664c51c95727d87750eC07c84/logo.png b/blockchains/ethereum/assets/0x7FF4169a6B5122b664c51c95727d87750eC07c84/logo.png
deleted file mode 100644
index 7d34476004c55..0000000000000
Binary files a/blockchains/ethereum/assets/0x7FF4169a6B5122b664c51c95727d87750eC07c84/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9/info.json b/blockchains/ethereum/assets/0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9/info.json
deleted file mode 100644
index 5876c3d24d162..0000000000000
--- a/blockchains/ethereum/assets/0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9/info.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
- "name": "Aave",
- "website": "https://aave.com",
- "description": "Aave Protocol is a decentralised liquidity protocol where people can lend and borrow digital assets. The AAVE token is the governance token of the protocol, so AAVE holders can vote on proposals for updates. AAVE holders can also stake their AAVE in the protocol Safety Module and earn Safety Incentives for securing the protocol",
- "explorer": "https://etherscan.io/token/0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
- "research": "https://research.binance.com/en/projects/aave-protocol",
- "type": "ERC20",
- "symbol": "AAVE",
- "decimals": 18,
- "status": "active",
- "id": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
- "tags": [
- "defi",
- "governance"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/aave/aave-protocol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/AaveAave"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Aave_Official"
- },
- {
- "name": "blog",
- "url": "https://medium.com/aave"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/AaveCom"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/aave/aave-protocol/blob/master/docs/Aave_Protocol_Whitepaper_v1_0.pdf/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/aave/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/aave/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9/logo.png b/blockchains/ethereum/assets/0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9/logo.png
deleted file mode 100644
index 1e7cef36a8aaa..0000000000000
Binary files a/blockchains/ethereum/assets/0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7Fe92EC600F15cD25253b421bc151c51b0276b7D/info.json b/blockchains/ethereum/assets/0x7Fe92EC600F15cD25253b421bc151c51b0276b7D/info.json
deleted file mode 100644
index 1097dd5f9e31e..0000000000000
--- a/blockchains/ethereum/assets/0x7Fe92EC600F15cD25253b421bc151c51b0276b7D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Japan Content Token",
- "symbol": "JCT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7Fe92EC600F15cD25253b421bc151c51b0276b7D",
- "status": "abandoned",
- "id": "0x7Fe92EC600F15cD25253b421bc151c51b0276b7D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7Fe92EC600F15cD25253b421bc151c51b0276b7D/logo.png b/blockchains/ethereum/assets/0x7Fe92EC600F15cD25253b421bc151c51b0276b7D/logo.png
deleted file mode 100755
index ca625370bc11a..0000000000000
Binary files a/blockchains/ethereum/assets/0x7Fe92EC600F15cD25253b421bc151c51b0276b7D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7a0e91c4204355e0A6bBf746dc0B7E32dFEFDecf/info.json b/blockchains/ethereum/assets/0x7a0e91c4204355e0A6bBf746dc0B7E32dFEFDecf/info.json
deleted file mode 100644
index 64732dc1d8cb0..0000000000000
--- a/blockchains/ethereum/assets/0x7a0e91c4204355e0A6bBf746dc0B7E32dFEFDecf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EURO TOKEN",
- "symbol": "SREUR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.socialremit.com",
- "explorer": "https://etherscan.io/token/0x7a0e91c4204355e0A6bBf746dc0B7E32dFEFDecf",
- "status": "abandoned",
- "id": "0x7a0e91c4204355e0A6bBf746dc0B7E32dFEFDecf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7a0e91c4204355e0A6bBf746dc0B7E32dFEFDecf/logo.png b/blockchains/ethereum/assets/0x7a0e91c4204355e0A6bBf746dc0B7E32dFEFDecf/logo.png
deleted file mode 100644
index 811eec05ebe39..0000000000000
Binary files a/blockchains/ethereum/assets/0x7a0e91c4204355e0A6bBf746dc0B7E32dFEFDecf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7a20456BEdBa4A5744b3Ac6a800B79286208eB48/info.json b/blockchains/ethereum/assets/0x7a20456BEdBa4A5744b3Ac6a800B79286208eB48/info.json
deleted file mode 100644
index cf1c2fb983655..0000000000000
--- a/blockchains/ethereum/assets/0x7a20456BEdBa4A5744b3Ac6a800B79286208eB48/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BLKTOKEN",
- "symbol": "BLKT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7a20456BEdBa4A5744b3Ac6a800B79286208eB48",
- "status": "abandoned",
- "id": "0x7a20456BEdBa4A5744b3Ac6a800B79286208eB48"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7a20456BEdBa4A5744b3Ac6a800B79286208eB48/logo.png b/blockchains/ethereum/assets/0x7a20456BEdBa4A5744b3Ac6a800B79286208eB48/logo.png
deleted file mode 100644
index c2387c815a9c2..0000000000000
Binary files a/blockchains/ethereum/assets/0x7a20456BEdBa4A5744b3Ac6a800B79286208eB48/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7a2Bc711E19ba6aff6cE8246C546E8c4B4944DFD/info.json b/blockchains/ethereum/assets/0x7a2Bc711E19ba6aff6cE8246C546E8c4B4944DFD/info.json
deleted file mode 100644
index 217173b6a506f..0000000000000
--- a/blockchains/ethereum/assets/0x7a2Bc711E19ba6aff6cE8246C546E8c4B4944DFD/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "WAXE",
- "website": "https://wax.io",
- "description": "WAX Economic Token",
- "explorer": "https://etherscan.io/token/0x7a2Bc711E19ba6aff6cE8246C546E8c4B4944DFD",
- "research": "https://wax.io/blog/tags/technical",
- "type": "ERC20",
- "symbol": "WAXE",
- "decimals": 8,
- "status": "active",
- "id": "0x7a2Bc711E19ba6aff6cE8246C546E8c4B4944DFD",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://github.com/worldwide-asset-exchange/whitepaper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7a2Bc711E19ba6aff6cE8246C546E8c4B4944DFD/logo.png b/blockchains/ethereum/assets/0x7a2Bc711E19ba6aff6cE8246C546E8c4B4944DFD/logo.png
deleted file mode 100644
index 5e11cb7e2ddf0..0000000000000
Binary files a/blockchains/ethereum/assets/0x7a2Bc711E19ba6aff6cE8246C546E8c4B4944DFD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7a2cF566Ee773AcCeD9F4Ac48bC05c11b31900C2/info.json b/blockchains/ethereum/assets/0x7a2cF566Ee773AcCeD9F4Ac48bC05c11b31900C2/info.json
deleted file mode 100644
index 17f38834c8245..0000000000000
--- a/blockchains/ethereum/assets/0x7a2cF566Ee773AcCeD9F4Ac48bC05c11b31900C2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aether",
- "symbol": "AETH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7a2cF566Ee773AcCeD9F4Ac48bC05c11b31900C2",
- "status": "abandoned",
- "id": "0x7a2cF566Ee773AcCeD9F4Ac48bC05c11b31900C2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7a2cF566Ee773AcCeD9F4Ac48bC05c11b31900C2/logo.png b/blockchains/ethereum/assets/0x7a2cF566Ee773AcCeD9F4Ac48bC05c11b31900C2/logo.png
deleted file mode 100644
index b57663cb7b0a3..0000000000000
Binary files a/blockchains/ethereum/assets/0x7a2cF566Ee773AcCeD9F4Ac48bC05c11b31900C2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7a35fE1e97823f78736EF60b8053BFF68fd7dEb4/info.json b/blockchains/ethereum/assets/0x7a35fE1e97823f78736EF60b8053BFF68fd7dEb4/info.json
deleted file mode 100644
index 18482d56449ae..0000000000000
--- a/blockchains/ethereum/assets/0x7a35fE1e97823f78736EF60b8053BFF68fd7dEb4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hasanah",
- "symbol": "HUT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7a35fE1e97823f78736EF60b8053BFF68fd7dEb4",
- "status": "active",
- "id": "0x7a35fE1e97823f78736EF60b8053BFF68fd7dEb4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7a35fE1e97823f78736EF60b8053BFF68fd7dEb4/logo.png b/blockchains/ethereum/assets/0x7a35fE1e97823f78736EF60b8053BFF68fd7dEb4/logo.png
deleted file mode 100644
index 74d6e9fabe19b..0000000000000
Binary files a/blockchains/ethereum/assets/0x7a35fE1e97823f78736EF60b8053BFF68fd7dEb4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7a3d3c4f30c46F51b814BEe23D970A7c9b757a32/info.json b/blockchains/ethereum/assets/0x7a3d3c4f30c46F51b814BEe23D970A7c9b757a32/info.json
deleted file mode 100644
index ddb24e2a087d5..0000000000000
--- a/blockchains/ethereum/assets/0x7a3d3c4f30c46F51b814BEe23D970A7c9b757a32/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ASGARD",
- "symbol": "ASG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7a3d3c4f30c46F51b814BEe23D970A7c9b757a32",
- "status": "abandoned",
- "id": "0x7a3d3c4f30c46F51b814BEe23D970A7c9b757a32"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7a3d3c4f30c46F51b814BEe23D970A7c9b757a32/logo.png b/blockchains/ethereum/assets/0x7a3d3c4f30c46F51b814BEe23D970A7c9b757a32/logo.png
deleted file mode 100644
index 833a479a09d49..0000000000000
Binary files a/blockchains/ethereum/assets/0x7a3d3c4f30c46F51b814BEe23D970A7c9b757a32/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7a545Ed3863221A974F327199Ac22F7f12535F11/info.json b/blockchains/ethereum/assets/0x7a545Ed3863221A974F327199Ac22F7f12535F11/info.json
deleted file mode 100644
index d480e51ac73e0..0000000000000
--- a/blockchains/ethereum/assets/0x7a545Ed3863221A974F327199Ac22F7f12535F11/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Baguette Token",
- "website": "https://baguettetoken.com/",
- "description": "Baguette Token is a community-based meme project implemented as an ERC20 token. BGTT is distributed as a reward for contributions made to its ecosystem. Its goal is to bridge the culinary and cryptocurrency worlds and provide partnerships with bakeries all around the world.",
- "explorer": "https://etherscan.io/token/0x7a545Ed3863221A974F327199Ac22F7f12535F11",
- "type": "ERC20",
- "symbol": "BGTT",
- "decimals": 18,
- "status": "active",
- "id": "0x7a545Ed3863221A974F327199Ac22F7f12535F11",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/BaguetteToken"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/baguette-token"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/baguette-token"
- },
- {
- "name": "whitepaper",
- "url": "https://baguettetoken.com/assets/Baguette_Token_White_Paper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7a545Ed3863221A974F327199Ac22F7f12535F11/logo.png b/blockchains/ethereum/assets/0x7a545Ed3863221A974F327199Ac22F7f12535F11/logo.png
deleted file mode 100644
index ea077e6a62a5c..0000000000000
Binary files a/blockchains/ethereum/assets/0x7a545Ed3863221A974F327199Ac22F7f12535F11/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7aBc60B3290F68c85f495fD2e0c3Bd278837a313/info.json b/blockchains/ethereum/assets/0x7aBc60B3290F68c85f495fD2e0c3Bd278837a313/info.json
deleted file mode 100644
index 12f194db40fed..0000000000000
--- a/blockchains/ethereum/assets/0x7aBc60B3290F68c85f495fD2e0c3Bd278837a313/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CyberMovieChain",
- "symbol": "CMCT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://cybermoviechain.io/",
- "explorer": "https://etherscan.io/token/0x7aBc60B3290F68c85f495fD2e0c3Bd278837a313",
- "status": "abandoned",
- "id": "0x7aBc60B3290F68c85f495fD2e0c3Bd278837a313"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7aBc60B3290F68c85f495fD2e0c3Bd278837a313/logo.png b/blockchains/ethereum/assets/0x7aBc60B3290F68c85f495fD2e0c3Bd278837a313/logo.png
deleted file mode 100755
index 22bb892458f71..0000000000000
Binary files a/blockchains/ethereum/assets/0x7aBc60B3290F68c85f495fD2e0c3Bd278837a313/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7aF9Fd0545D36Ca3c55C4DE505E6D5636BB7fE0B/info.json b/blockchains/ethereum/assets/0x7aF9Fd0545D36Ca3c55C4DE505E6D5636BB7fE0B/info.json
deleted file mode 100644
index 5151ed52dd911..0000000000000
--- a/blockchains/ethereum/assets/0x7aF9Fd0545D36Ca3c55C4DE505E6D5636BB7fE0B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Orange Token",
- "symbol": "ORA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7aF9Fd0545D36Ca3c55C4DE505E6D5636BB7fE0B",
- "status": "abandoned",
- "id": "0x7aF9Fd0545D36Ca3c55C4DE505E6D5636BB7fE0B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7aF9Fd0545D36Ca3c55C4DE505E6D5636BB7fE0B/logo.png b/blockchains/ethereum/assets/0x7aF9Fd0545D36Ca3c55C4DE505E6D5636BB7fE0B/logo.png
deleted file mode 100644
index a164cda0bd6e6..0000000000000
Binary files a/blockchains/ethereum/assets/0x7aF9Fd0545D36Ca3c55C4DE505E6D5636BB7fE0B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7afA2BbC06Dad88487b5171EA2bcDF938A6b7Ff9/info.json b/blockchains/ethereum/assets/0x7afA2BbC06Dad88487b5171EA2bcDF938A6b7Ff9/info.json
deleted file mode 100644
index 5e706e0857f0a..0000000000000
--- a/blockchains/ethereum/assets/0x7afA2BbC06Dad88487b5171EA2bcDF938A6b7Ff9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TramsToken",
- "symbol": "TRAMS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7afA2BbC06Dad88487b5171EA2bcDF938A6b7Ff9",
- "status": "abandoned",
- "id": "0x7afA2BbC06Dad88487b5171EA2bcDF938A6b7Ff9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7afA2BbC06Dad88487b5171EA2bcDF938A6b7Ff9/logo.png b/blockchains/ethereum/assets/0x7afA2BbC06Dad88487b5171EA2bcDF938A6b7Ff9/logo.png
deleted file mode 100644
index 7dc0e04906188..0000000000000
Binary files a/blockchains/ethereum/assets/0x7afA2BbC06Dad88487b5171EA2bcDF938A6b7Ff9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7b02C6118BaeFe500058cfC07D708fb404Ef5bC6/info.json b/blockchains/ethereum/assets/0x7b02C6118BaeFe500058cfC07D708fb404Ef5bC6/info.json
deleted file mode 100644
index c27d7873e161d..0000000000000
--- a/blockchains/ethereum/assets/0x7b02C6118BaeFe500058cfC07D708fb404Ef5bC6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tryminex Token",
- "symbol": "TMX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7b02C6118BaeFe500058cfC07D708fb404Ef5bC6",
- "status": "abandoned",
- "id": "0x7b02C6118BaeFe500058cfC07D708fb404Ef5bC6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7b02C6118BaeFe500058cfC07D708fb404Ef5bC6/logo.png b/blockchains/ethereum/assets/0x7b02C6118BaeFe500058cfC07D708fb404Ef5bC6/logo.png
deleted file mode 100644
index 23d5e4e29f0b2..0000000000000
Binary files a/blockchains/ethereum/assets/0x7b02C6118BaeFe500058cfC07D708fb404Ef5bC6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7b09Fb91eD7015B99db9e9ac10a2dD38aC0C85E1/info.json b/blockchains/ethereum/assets/0x7b09Fb91eD7015B99db9e9ac10a2dD38aC0C85E1/info.json
deleted file mode 100644
index 92bcefd4853d7..0000000000000
--- a/blockchains/ethereum/assets/0x7b09Fb91eD7015B99db9e9ac10a2dD38aC0C85E1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GiftToken",
- "symbol": "GFT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7b09Fb91eD7015B99db9e9ac10a2dD38aC0C85E1",
- "status": "abandoned",
- "id": "0x7b09Fb91eD7015B99db9e9ac10a2dD38aC0C85E1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7b09Fb91eD7015B99db9e9ac10a2dD38aC0C85E1/logo.png b/blockchains/ethereum/assets/0x7b09Fb91eD7015B99db9e9ac10a2dD38aC0C85E1/logo.png
deleted file mode 100755
index 70de1bc4b323a..0000000000000
Binary files a/blockchains/ethereum/assets/0x7b09Fb91eD7015B99db9e9ac10a2dD38aC0C85E1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7b0CB0481E20448B030DeB3F292b61605EcEf050/info.json b/blockchains/ethereum/assets/0x7b0CB0481E20448B030DeB3F292b61605EcEf050/info.json
deleted file mode 100644
index 1e388d5c2eaed..0000000000000
--- a/blockchains/ethereum/assets/0x7b0CB0481E20448B030DeB3F292b61605EcEf050/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Healthy Coin",
- "symbol": "HLCN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7b0CB0481E20448B030DeB3F292b61605EcEf050",
- "status": "abandoned",
- "id": "0x7b0CB0481E20448B030DeB3F292b61605EcEf050"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7b0CB0481E20448B030DeB3F292b61605EcEf050/logo.png b/blockchains/ethereum/assets/0x7b0CB0481E20448B030DeB3F292b61605EcEf050/logo.png
deleted file mode 100644
index c8886550e7033..0000000000000
Binary files a/blockchains/ethereum/assets/0x7b0CB0481E20448B030DeB3F292b61605EcEf050/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7b123f53421b1bF8533339BFBdc7C98aA94163db/info.json b/blockchains/ethereum/assets/0x7b123f53421b1bF8533339BFBdc7C98aA94163db/info.json
deleted file mode 100644
index 5234618e552a7..0000000000000
--- a/blockchains/ethereum/assets/0x7b123f53421b1bF8533339BFBdc7C98aA94163db/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "DFOhub",
- "website": "https://dfohub.com",
- "description": "is the Voting Token of DFOhub, the first programmable equity. DFOhub is an On-Chain Github to deploy and manage Decentralised Flexible Organizations. DFOs are Microservices-Driven On-Chain organisations to build Independent Decentralised Applications, in where Token Holders are the real owners and nobody hold the pk.",
- "explorer": "https://etherscan.io/token/0x7b123f53421b1bF8533339BFBdc7C98aA94163db",
- "type": "ERC20",
- "symbol": "buidl",
- "decimals": 18,
- "status": "active",
- "id": "0x7b123f53421b1bF8533339BFBdc7C98aA94163db",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/b-u-i-d-l"
- },
- {
- "name": "whitepaper",
- "url": "https://www.dfohub.com/strategy"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7b123f53421b1bF8533339BFBdc7C98aA94163db/logo.png b/blockchains/ethereum/assets/0x7b123f53421b1bF8533339BFBdc7C98aA94163db/logo.png
deleted file mode 100644
index b383274f040fb..0000000000000
Binary files a/blockchains/ethereum/assets/0x7b123f53421b1bF8533339BFBdc7C98aA94163db/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7b267eea6E679e747C0Cb1D6B453A976D3638D27/info.json b/blockchains/ethereum/assets/0x7b267eea6E679e747C0Cb1D6B453A976D3638D27/info.json
deleted file mode 100644
index 4d288f4630b41..0000000000000
--- a/blockchains/ethereum/assets/0x7b267eea6E679e747C0Cb1D6B453A976D3638D27/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CMAP Token",
- "symbol": "CMAP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7b267eea6E679e747C0Cb1D6B453A976D3638D27",
- "status": "abandoned",
- "id": "0x7b267eea6E679e747C0Cb1D6B453A976D3638D27"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7b267eea6E679e747C0Cb1D6B453A976D3638D27/logo.png b/blockchains/ethereum/assets/0x7b267eea6E679e747C0Cb1D6B453A976D3638D27/logo.png
deleted file mode 100755
index 3cbd4d5f2ca2c..0000000000000
Binary files a/blockchains/ethereum/assets/0x7b267eea6E679e747C0Cb1D6B453A976D3638D27/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7b2dF125567815ac9b57DA04B620F50bc93B320C/info.json b/blockchains/ethereum/assets/0x7b2dF125567815ac9b57DA04B620F50bc93B320C/info.json
deleted file mode 100644
index a9ececa34054b..0000000000000
--- a/blockchains/ethereum/assets/0x7b2dF125567815ac9b57DA04B620F50bc93B320C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Archetypal Network",
- "symbol": "ACTP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://archetypal.network/",
- "explorer": "https://etherscan.io/token/0x7b2dF125567815ac9b57DA04B620F50bc93B320C",
- "status": "abandoned",
- "id": "0x7b2dF125567815ac9b57DA04B620F50bc93B320C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7b2dF125567815ac9b57DA04B620F50bc93B320C/logo.png b/blockchains/ethereum/assets/0x7b2dF125567815ac9b57DA04B620F50bc93B320C/logo.png
deleted file mode 100644
index 84c3588b700be..0000000000000
Binary files a/blockchains/ethereum/assets/0x7b2dF125567815ac9b57DA04B620F50bc93B320C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7b39BB62b486cBD9C5995ce4AC331BCd63dabe82/info.json b/blockchains/ethereum/assets/0x7b39BB62b486cBD9C5995ce4AC331BCd63dabe82/info.json
deleted file mode 100644
index aed71a1c51083..0000000000000
--- a/blockchains/ethereum/assets/0x7b39BB62b486cBD9C5995ce4AC331BCd63dabe82/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BITWOX",
- "symbol": "WOX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.bitwox.com",
- "explorer": "https://etherscan.io/token/0x7b39BB62b486cBD9C5995ce4AC331BCd63dabe82",
- "status": "abandoned",
- "id": "0x7b39BB62b486cBD9C5995ce4AC331BCd63dabe82"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7b39BB62b486cBD9C5995ce4AC331BCd63dabe82/logo.png b/blockchains/ethereum/assets/0x7b39BB62b486cBD9C5995ce4AC331BCd63dabe82/logo.png
deleted file mode 100644
index 5e23430aa9fab..0000000000000
Binary files a/blockchains/ethereum/assets/0x7b39BB62b486cBD9C5995ce4AC331BCd63dabe82/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7b53B2C4B2F495d843a4e92e5c5511034d32bd15/info.json b/blockchains/ethereum/assets/0x7b53B2C4B2F495d843a4e92e5c5511034d32bd15/info.json
deleted file mode 100644
index 577d7ea7ff064..0000000000000
--- a/blockchains/ethereum/assets/0x7b53B2C4B2F495d843a4e92e5c5511034d32bd15/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VAYLA Token",
- "symbol": "VYA",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7b53B2C4B2F495d843a4e92e5c5511034d32bd15",
- "status": "abandoned",
- "id": "0x7b53B2C4B2F495d843a4e92e5c5511034d32bd15"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7b53B2C4B2F495d843a4e92e5c5511034d32bd15/logo.png b/blockchains/ethereum/assets/0x7b53B2C4B2F495d843a4e92e5c5511034d32bd15/logo.png
deleted file mode 100644
index b3d5ad7cb4635..0000000000000
Binary files a/blockchains/ethereum/assets/0x7b53B2C4B2F495d843a4e92e5c5511034d32bd15/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7b551d679606eE11862B0E9b2d354b53951fda93/info.json b/blockchains/ethereum/assets/0x7b551d679606eE11862B0E9b2d354b53951fda93/info.json
deleted file mode 100644
index 39d1447c44eb5..0000000000000
--- a/blockchains/ethereum/assets/0x7b551d679606eE11862B0E9b2d354b53951fda93/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hydrolic Token",
- "symbol": "HDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7b551d679606eE11862B0E9b2d354b53951fda93",
- "status": "abandoned",
- "id": "0x7b551d679606eE11862B0E9b2d354b53951fda93"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7b551d679606eE11862B0E9b2d354b53951fda93/logo.png b/blockchains/ethereum/assets/0x7b551d679606eE11862B0E9b2d354b53951fda93/logo.png
deleted file mode 100644
index de3a665eb0fb7..0000000000000
Binary files a/blockchains/ethereum/assets/0x7b551d679606eE11862B0E9b2d354b53951fda93/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7b94A1281Db0335C9Efd68AcA5c98B494d775C70/info.json b/blockchains/ethereum/assets/0x7b94A1281Db0335C9Efd68AcA5c98B494d775C70/info.json
deleted file mode 100644
index 40d6d69e485d6..0000000000000
--- a/blockchains/ethereum/assets/0x7b94A1281Db0335C9Efd68AcA5c98B494d775C70/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Path Network Token",
- "symbol": "PATH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7b94A1281Db0335C9Efd68AcA5c98B494d775C70",
- "status": "abandoned",
- "id": "0x7b94A1281Db0335C9Efd68AcA5c98B494d775C70"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7b94A1281Db0335C9Efd68AcA5c98B494d775C70/logo.png b/blockchains/ethereum/assets/0x7b94A1281Db0335C9Efd68AcA5c98B494d775C70/logo.png
deleted file mode 100644
index 94942d703e947..0000000000000
Binary files a/blockchains/ethereum/assets/0x7b94A1281Db0335C9Efd68AcA5c98B494d775C70/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7b98dC6Dea0BE60dea2b2cF44b5bd9e702D7440B/info.json b/blockchains/ethereum/assets/0x7b98dC6Dea0BE60dea2b2cF44b5bd9e702D7440B/info.json
deleted file mode 100644
index 080c10c3f4f63..0000000000000
--- a/blockchains/ethereum/assets/0x7b98dC6Dea0BE60dea2b2cF44b5bd9e702D7440B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitrouToken",
- "symbol": "ROT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7b98dC6Dea0BE60dea2b2cF44b5bd9e702D7440B",
- "status": "abandoned",
- "id": "0x7b98dC6Dea0BE60dea2b2cF44b5bd9e702D7440B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7b98dC6Dea0BE60dea2b2cF44b5bd9e702D7440B/logo.png b/blockchains/ethereum/assets/0x7b98dC6Dea0BE60dea2b2cF44b5bd9e702D7440B/logo.png
deleted file mode 100644
index d1a2063fa4af5..0000000000000
Binary files a/blockchains/ethereum/assets/0x7b98dC6Dea0BE60dea2b2cF44b5bd9e702D7440B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7bA19B7F7d106A9a1e0985397B94F38EEe0b555e/info.json b/blockchains/ethereum/assets/0x7bA19B7F7d106A9a1e0985397B94F38EEe0b555e/info.json
deleted file mode 100644
index d224face5201a..0000000000000
--- a/blockchains/ethereum/assets/0x7bA19B7F7d106A9a1e0985397B94F38EEe0b555e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wixlar",
- "symbol": "WIX",
- "type": "ERC20",
- "decimals": 2,
- "description": "Wixlar is a Global Decentralized Digital Currency based on the BlockChain Technology which is instant, secure, private and with low fee transactions.",
- "website": "https://wixlar.com",
- "explorer": "https://etherscan.io/token/0x7bA19B7F7d106A9a1e0985397B94F38EEe0b555e",
- "status": "active",
- "id": "0x7bA19B7F7d106A9a1e0985397B94F38EEe0b555e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7bA19B7F7d106A9a1e0985397B94F38EEe0b555e/logo.png b/blockchains/ethereum/assets/0x7bA19B7F7d106A9a1e0985397B94F38EEe0b555e/logo.png
deleted file mode 100755
index 536a6f73c81f5..0000000000000
Binary files a/blockchains/ethereum/assets/0x7bA19B7F7d106A9a1e0985397B94F38EEe0b555e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7bBef2035c3BbE8D99E4Ac027Ba0EBA501BF8957/info.json b/blockchains/ethereum/assets/0x7bBef2035c3BbE8D99E4Ac027Ba0EBA501BF8957/info.json
deleted file mode 100644
index 4e98c2ba03d44..0000000000000
--- a/blockchains/ethereum/assets/0x7bBef2035c3BbE8D99E4Ac027Ba0EBA501BF8957/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Astatos Token",
- "symbol": "ASTT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7bBef2035c3BbE8D99E4Ac027Ba0EBA501BF8957",
- "status": "abandoned",
- "id": "0x7bBef2035c3BbE8D99E4Ac027Ba0EBA501BF8957"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7bBef2035c3BbE8D99E4Ac027Ba0EBA501BF8957/logo.png b/blockchains/ethereum/assets/0x7bBef2035c3BbE8D99E4Ac027Ba0EBA501BF8957/logo.png
deleted file mode 100755
index b525b7a2cd1b1..0000000000000
Binary files a/blockchains/ethereum/assets/0x7bBef2035c3BbE8D99E4Ac027Ba0EBA501BF8957/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7bE00ed6796B21656732E8f739Fc1b8F1C53DA0D/info.json b/blockchains/ethereum/assets/0x7bE00ed6796B21656732E8f739Fc1b8F1C53DA0D/info.json
deleted file mode 100644
index 17b4f9fbb557b..0000000000000
--- a/blockchains/ethereum/assets/0x7bE00ed6796B21656732E8f739Fc1b8F1C53DA0D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AC eXchange Token",
- "website": "https://www.acdx.io",
- "description": "-",
- "explorer": "https://etherscan.io/token/0x7bE00ed6796B21656732E8f739Fc1b8F1C53DA0D",
- "type": "ERC20",
- "symbol": "ACXT",
- "decimals": 18,
- "status": "active",
- "id": "0x7bE00ed6796B21656732E8f739Fc1b8F1C53DA0D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7bE00ed6796B21656732E8f739Fc1b8F1C53DA0D/logo.png b/blockchains/ethereum/assets/0x7bE00ed6796B21656732E8f739Fc1b8F1C53DA0D/logo.png
deleted file mode 100644
index 45a6be45d7662..0000000000000
Binary files a/blockchains/ethereum/assets/0x7bE00ed6796B21656732E8f739Fc1b8F1C53DA0D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7bE14a02F9953D5A37f5569113f403De4704Eae4/info.json b/blockchains/ethereum/assets/0x7bE14a02F9953D5A37f5569113f403De4704Eae4/info.json
deleted file mode 100644
index 00764690de21e..0000000000000
--- a/blockchains/ethereum/assets/0x7bE14a02F9953D5A37f5569113f403De4704Eae4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CARTY",
- "symbol": "CTY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7bE14a02F9953D5A37f5569113f403De4704Eae4",
- "status": "abandoned",
- "id": "0x7bE14a02F9953D5A37f5569113f403De4704Eae4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7bE14a02F9953D5A37f5569113f403De4704Eae4/logo.png b/blockchains/ethereum/assets/0x7bE14a02F9953D5A37f5569113f403De4704Eae4/logo.png
deleted file mode 100644
index 1627c899677e9..0000000000000
Binary files a/blockchains/ethereum/assets/0x7bE14a02F9953D5A37f5569113f403De4704Eae4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7bF219195f0A3E109886AE5901298A9ba34DD1F6/info.json b/blockchains/ethereum/assets/0x7bF219195f0A3E109886AE5901298A9ba34DD1F6/info.json
deleted file mode 100644
index e2f660ea5d82a..0000000000000
--- a/blockchains/ethereum/assets/0x7bF219195f0A3E109886AE5901298A9ba34DD1F6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VAN",
- "website": "https://vancoin.cash",
- "description": "A currency used as payment for removals and transport services",
- "explorer": "https://etherscan.io/token/0x7bF219195f0A3E109886AE5901298A9ba34DD1F6",
- "type": "ERC20",
- "symbol": "VAN",
- "decimals": 18,
- "status": "active",
- "id": "0x7bF219195f0A3E109886AE5901298A9ba34DD1F6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7bF219195f0A3E109886AE5901298A9ba34DD1F6/logo.png b/blockchains/ethereum/assets/0x7bF219195f0A3E109886AE5901298A9ba34DD1F6/logo.png
deleted file mode 100644
index 49e7b60a3c9db..0000000000000
Binary files a/blockchains/ethereum/assets/0x7bF219195f0A3E109886AE5901298A9ba34DD1F6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7bb1A6b19e37028B3aA5c580339c640720E35203/info.json b/blockchains/ethereum/assets/0x7bb1A6b19e37028B3aA5c580339c640720E35203/info.json
deleted file mode 100644
index 410845b7754e4..0000000000000
--- a/blockchains/ethereum/assets/0x7bb1A6b19e37028B3aA5c580339c640720E35203/info.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "name": "DynETH DynaSet",
- "type": "ERC20",
- "symbol": "dynETH",
- "decimals": 18,
- "website": "https://singularitydao.ai/dynasets/dynETH",
- "description": "dynETH gives users exposure to Ethereum using long only strategies optimised by the Dynamic Asset Manager with less fees & expenses. Powered by SingularityDAO.ai.",
- "explorer": "https://etherscan.io/token/0x7bb1A6b19e37028B3aA5c580339c640720E35203",
- "status": "active",
- "id": "0x7bb1A6b19e37028B3aA5c580339c640720E35203",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/SingularityDao"
- },
- {
- "name": "telegram",
- "url": "https://t.me/chatsight_bot?start=dmVyaWZ5OjotMTAwMTI4NzAxNjEzNw=="
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/sdaoann"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/singularitydao"
- },
- {
- "name": "github",
- "url": "https://github.com/Singularity-DAO"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/singularitydao"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@SingularityDAO"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/singularitydao/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/singularitydao"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/SingularityDAO/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x7bb1A6b19e37028B3aA5c580339c640720E35203/logo.png b/blockchains/ethereum/assets/0x7bb1A6b19e37028B3aA5c580339c640720E35203/logo.png
deleted file mode 100644
index 3b2e558104823..0000000000000
Binary files a/blockchains/ethereum/assets/0x7bb1A6b19e37028B3aA5c580339c640720E35203/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7bf878a25f7d34D392EBC8d14E33478966c7CA75/info.json b/blockchains/ethereum/assets/0x7bf878a25f7d34D392EBC8d14E33478966c7CA75/info.json
deleted file mode 100644
index d237bd85b383c..0000000000000
--- a/blockchains/ethereum/assets/0x7bf878a25f7d34D392EBC8d14E33478966c7CA75/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pornvisory",
- "symbol": "PVY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7bf878a25f7d34D392EBC8d14E33478966c7CA75",
- "status": "abandoned",
- "id": "0x7bf878a25f7d34D392EBC8d14E33478966c7CA75"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7bf878a25f7d34D392EBC8d14E33478966c7CA75/logo.png b/blockchains/ethereum/assets/0x7bf878a25f7d34D392EBC8d14E33478966c7CA75/logo.png
deleted file mode 100644
index e7809d518ffa7..0000000000000
Binary files a/blockchains/ethereum/assets/0x7bf878a25f7d34D392EBC8d14E33478966c7CA75/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7c0AFD49D40Ec308d49E2926E5c99B037d54EE7e/info.json b/blockchains/ethereum/assets/0x7c0AFD49D40Ec308d49E2926E5c99B037d54EE7e/info.json
deleted file mode 100644
index 83ea73093e72f..0000000000000
--- a/blockchains/ethereum/assets/0x7c0AFD49D40Ec308d49E2926E5c99B037d54EE7e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Onyx USD",
- "symbol": "OUSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7c0AFD49D40Ec308d49E2926E5c99B037d54EE7e",
- "status": "abandoned",
- "id": "0x7c0AFD49D40Ec308d49E2926E5c99B037d54EE7e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7c0AFD49D40Ec308d49E2926E5c99B037d54EE7e/logo.png b/blockchains/ethereum/assets/0x7c0AFD49D40Ec308d49E2926E5c99B037d54EE7e/logo.png
deleted file mode 100644
index e0b286aa3715e..0000000000000
Binary files a/blockchains/ethereum/assets/0x7c0AFD49D40Ec308d49E2926E5c99B037d54EE7e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7c3f46575C569caD06490AaB2d179D1153F2cD23/info.json b/blockchains/ethereum/assets/0x7c3f46575C569caD06490AaB2d179D1153F2cD23/info.json
deleted file mode 100644
index 7358223d3cb22..0000000000000
--- a/blockchains/ethereum/assets/0x7c3f46575C569caD06490AaB2d179D1153F2cD23/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HNGC Token",
- "symbol": "HNGC",
- "type": "ERC20",
- "decimals": 16,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7c3f46575C569caD06490AaB2d179D1153F2cD23",
- "status": "spam",
- "id": "0x7c3f46575C569caD06490AaB2d179D1153F2cD23"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7c3f46575C569caD06490AaB2d179D1153F2cD23/logo.png b/blockchains/ethereum/assets/0x7c3f46575C569caD06490AaB2d179D1153F2cD23/logo.png
deleted file mode 100644
index 013cdc1b02c4d..0000000000000
Binary files a/blockchains/ethereum/assets/0x7c3f46575C569caD06490AaB2d179D1153F2cD23/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7c50079cC96284C1e01e3a66FC38af090289b4Ee/info.json b/blockchains/ethereum/assets/0x7c50079cC96284C1e01e3a66FC38af090289b4Ee/info.json
deleted file mode 100644
index 967ac085202eb..0000000000000
--- a/blockchains/ethereum/assets/0x7c50079cC96284C1e01e3a66FC38af090289b4Ee/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SUREBANQA ENTERPRISE e-SHARE",
- "symbol": "ST20E",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7c50079cC96284C1e01e3a66FC38af090289b4Ee",
- "status": "abandoned",
- "id": "0x7c50079cC96284C1e01e3a66FC38af090289b4Ee"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7c50079cC96284C1e01e3a66FC38af090289b4Ee/logo.png b/blockchains/ethereum/assets/0x7c50079cC96284C1e01e3a66FC38af090289b4Ee/logo.png
deleted file mode 100755
index cbdcc8227a6a9..0000000000000
Binary files a/blockchains/ethereum/assets/0x7c50079cC96284C1e01e3a66FC38af090289b4Ee/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7c6ceDa90802BA9bEA8c7508c2c5b8dEF670f3c0/info.json b/blockchains/ethereum/assets/0x7c6ceDa90802BA9bEA8c7508c2c5b8dEF670f3c0/info.json
deleted file mode 100644
index e07b75dc40eda..0000000000000
--- a/blockchains/ethereum/assets/0x7c6ceDa90802BA9bEA8c7508c2c5b8dEF670f3c0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R901372",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7c6ceDa90802BA9bEA8c7508c2c5b8dEF670f3c0",
- "status": "abandoned",
- "id": "0x7c6ceDa90802BA9bEA8c7508c2c5b8dEF670f3c0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7c6ceDa90802BA9bEA8c7508c2c5b8dEF670f3c0/logo.png b/blockchains/ethereum/assets/0x7c6ceDa90802BA9bEA8c7508c2c5b8dEF670f3c0/logo.png
deleted file mode 100644
index 4159674ba4abd..0000000000000
Binary files a/blockchains/ethereum/assets/0x7c6ceDa90802BA9bEA8c7508c2c5b8dEF670f3c0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7c8161545717a334f3196e765d9713f8042EF338/info.json b/blockchains/ethereum/assets/0x7c8161545717a334f3196e765d9713f8042EF338/info.json
deleted file mode 100644
index 044837dd336d4..0000000000000
--- a/blockchains/ethereum/assets/0x7c8161545717a334f3196e765d9713f8042EF338/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "PancakeSwap Token (Portal)",
- "type": "ERC20",
- "symbol": "CAKE",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://pancakeswap.finance/",
- "explorer": "https://etherscan.io/token/0x7c8161545717a334f3196e765d9713f8042EF338",
- "status": "active",
- "id": "0x7c8161545717a334f3196e765d9713f8042EF338",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7c8161545717a334f3196e765d9713f8042EF338/logo.png b/blockchains/ethereum/assets/0x7c8161545717a334f3196e765d9713f8042EF338/logo.png
deleted file mode 100644
index cb6457e6b173d..0000000000000
Binary files a/blockchains/ethereum/assets/0x7c8161545717a334f3196e765d9713f8042EF338/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7c8F07Ac5b0a2876ee582a661d53dE2D0BbAd96F/info.json b/blockchains/ethereum/assets/0x7c8F07Ac5b0a2876ee582a661d53dE2D0BbAd96F/info.json
deleted file mode 100644
index 186b2bc6d9f4a..0000000000000
--- a/blockchains/ethereum/assets/0x7c8F07Ac5b0a2876ee582a661d53dE2D0BbAd96F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Synth iBNB",
- "symbol": "iBNB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7c8F07Ac5b0a2876ee582a661d53dE2D0BbAd96F",
- "status": "abandoned",
- "id": "0x7c8F07Ac5b0a2876ee582a661d53dE2D0BbAd96F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7c8F07Ac5b0a2876ee582a661d53dE2D0BbAd96F/logo.png b/blockchains/ethereum/assets/0x7c8F07Ac5b0a2876ee582a661d53dE2D0BbAd96F/logo.png
deleted file mode 100644
index d82e4d38bc834..0000000000000
Binary files a/blockchains/ethereum/assets/0x7c8F07Ac5b0a2876ee582a661d53dE2D0BbAd96F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7c95633971a6696bE4b7C1406a4Ff74f74613665/info.json b/blockchains/ethereum/assets/0x7c95633971a6696bE4b7C1406a4Ff74f74613665/info.json
deleted file mode 100644
index 677b2dd122ef1..0000000000000
--- a/blockchains/ethereum/assets/0x7c95633971a6696bE4b7C1406a4Ff74f74613665/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C565922",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7c95633971a6696bE4b7C1406a4Ff74f74613665",
- "status": "abandoned",
- "id": "0x7c95633971a6696bE4b7C1406a4Ff74f74613665"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7c95633971a6696bE4b7C1406a4Ff74f74613665/logo.png b/blockchains/ethereum/assets/0x7c95633971a6696bE4b7C1406a4Ff74f74613665/logo.png
deleted file mode 100644
index 3855ef59f8e33..0000000000000
Binary files a/blockchains/ethereum/assets/0x7c95633971a6696bE4b7C1406a4Ff74f74613665/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7c9D8Fb3bDe3D9Ea6e89170618C2dC3d16695D36/info.json b/blockchains/ethereum/assets/0x7c9D8Fb3bDe3D9Ea6e89170618C2dC3d16695D36/info.json
deleted file mode 100644
index cc813d4dc347e..0000000000000
--- a/blockchains/ethereum/assets/0x7c9D8Fb3bDe3D9Ea6e89170618C2dC3d16695D36/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WhiteRockCasino",
- "symbol": "WRC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://whiterock-coin.com/",
- "explorer": "https://etherscan.io/token/0x7c9D8Fb3bDe3D9Ea6e89170618C2dC3d16695D36",
- "status": "abandoned",
- "id": "0x7c9D8Fb3bDe3D9Ea6e89170618C2dC3d16695D36"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7c9D8Fb3bDe3D9Ea6e89170618C2dC3d16695D36/logo.png b/blockchains/ethereum/assets/0x7c9D8Fb3bDe3D9Ea6e89170618C2dC3d16695D36/logo.png
deleted file mode 100644
index d4a92c226f838..0000000000000
Binary files a/blockchains/ethereum/assets/0x7c9D8Fb3bDe3D9Ea6e89170618C2dC3d16695D36/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7c9f4C87d911613Fe9ca58b579f737911AAD2D43/info.json b/blockchains/ethereum/assets/0x7c9f4C87d911613Fe9ca58b579f737911AAD2D43/info.json
deleted file mode 100644
index 98c3f57675940..0000000000000
--- a/blockchains/ethereum/assets/0x7c9f4C87d911613Fe9ca58b579f737911AAD2D43/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "MATIC (Portal from Polygon)",
- "type": "ERC20",
- "symbol": "MATICpo",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://polygon.technology/",
- "explorer": "https://etherscan.io/token/0x7c9f4C87d911613Fe9ca58b579f737911AAD2D43",
- "status": "active",
- "id": "0x7c9f4C87d911613Fe9ca58b579f737911AAD2D43",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7c9f4C87d911613Fe9ca58b579f737911AAD2D43/logo.png b/blockchains/ethereum/assets/0x7c9f4C87d911613Fe9ca58b579f737911AAD2D43/logo.png
deleted file mode 100644
index 60c97897b870c..0000000000000
Binary files a/blockchains/ethereum/assets/0x7c9f4C87d911613Fe9ca58b579f737911AAD2D43/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7cC23E195D4db133A78B43eB93B524796777c3e7/info.json b/blockchains/ethereum/assets/0x7cC23E195D4db133A78B43eB93B524796777c3e7/info.json
deleted file mode 100644
index e73dd7d6003fd..0000000000000
--- a/blockchains/ethereum/assets/0x7cC23E195D4db133A78B43eB93B524796777c3e7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "yam.gold",
- "symbol": "YAM GOLD",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7cC23E195D4db133A78B43eB93B524796777c3e7",
- "status": "abandoned",
- "id": "0x7cC23E195D4db133A78B43eB93B524796777c3e7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7cC23E195D4db133A78B43eB93B524796777c3e7/logo.png b/blockchains/ethereum/assets/0x7cC23E195D4db133A78B43eB93B524796777c3e7/logo.png
deleted file mode 100644
index 674156fcc80ec..0000000000000
Binary files a/blockchains/ethereum/assets/0x7cC23E195D4db133A78B43eB93B524796777c3e7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7cE0641D19095ed3226fC5222836901bcE41585D/info.json b/blockchains/ethereum/assets/0x7cE0641D19095ed3226fC5222836901bcE41585D/info.json
deleted file mode 100644
index 1b23ca7ed407b..0000000000000
--- a/blockchains/ethereum/assets/0x7cE0641D19095ed3226fC5222836901bcE41585D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "StarFire GoldBond Fiat SettleMint",
- "symbol": "SFGB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7cE0641D19095ed3226fC5222836901bcE41585D",
- "status": "abandoned",
- "id": "0x7cE0641D19095ed3226fC5222836901bcE41585D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7cE0641D19095ed3226fC5222836901bcE41585D/logo.png b/blockchains/ethereum/assets/0x7cE0641D19095ed3226fC5222836901bcE41585D/logo.png
deleted file mode 100644
index b6b46a6b9aa77..0000000000000
Binary files a/blockchains/ethereum/assets/0x7cE0641D19095ed3226fC5222836901bcE41585D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7ca121b093e2FbD4bB9A894bD5Ff487d16f1F83b/info.json b/blockchains/ethereum/assets/0x7ca121b093e2FbD4bB9A894bD5Ff487d16f1F83b/info.json
deleted file mode 100644
index be91ee4e70e30..0000000000000
--- a/blockchains/ethereum/assets/0x7ca121b093e2FbD4bB9A894bD5Ff487d16f1F83b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LORDLESS TOKEN",
- "symbol": "LESS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7ca121b093e2FbD4bB9A894bD5Ff487d16f1F83b",
- "status": "abandoned",
- "id": "0x7ca121b093e2FbD4bB9A894bD5Ff487d16f1F83b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7ca121b093e2FbD4bB9A894bD5Ff487d16f1F83b/logo.png b/blockchains/ethereum/assets/0x7ca121b093e2FbD4bB9A894bD5Ff487d16f1F83b/logo.png
deleted file mode 100644
index 3c41f4ee0785a..0000000000000
Binary files a/blockchains/ethereum/assets/0x7ca121b093e2FbD4bB9A894bD5Ff487d16f1F83b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7cd167B101D2808Cfd2C45d17b2E7EA9F46b74B6/info.json b/blockchains/ethereum/assets/0x7cd167B101D2808Cfd2C45d17b2E7EA9F46b74B6/info.json
deleted file mode 100644
index 026140a5832c7..0000000000000
--- a/blockchains/ethereum/assets/0x7cd167B101D2808Cfd2C45d17b2E7EA9F46b74B6/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "USD Coin (Portal from BSC)",
- "type": "ERC20",
- "symbol": "USDCbs",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.circle.com/en/usdc",
- "explorer": "https://etherscan.io/token/0x7cd167B101D2808Cfd2C45d17b2E7EA9F46b74B6",
- "status": "active",
- "id": "0x7cd167B101D2808Cfd2C45d17b2E7EA9F46b74B6",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7cd167B101D2808Cfd2C45d17b2E7EA9F46b74B6/logo.png b/blockchains/ethereum/assets/0x7cd167B101D2808Cfd2C45d17b2E7EA9F46b74B6/logo.png
deleted file mode 100644
index 8ec55937f4dba..0000000000000
Binary files a/blockchains/ethereum/assets/0x7cd167B101D2808Cfd2C45d17b2E7EA9F46b74B6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7ce8559ab2ba6c5Ade33CC7DD6dBE14425eA9d8c/info.json b/blockchains/ethereum/assets/0x7ce8559ab2ba6c5Ade33CC7DD6dBE14425eA9d8c/info.json
deleted file mode 100644
index 6edd667a59604..0000000000000
--- a/blockchains/ethereum/assets/0x7ce8559ab2ba6c5Ade33CC7DD6dBE14425eA9d8c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R674400",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7ce8559ab2ba6c5Ade33CC7DD6dBE14425eA9d8c",
- "status": "abandoned",
- "id": "0x7ce8559ab2ba6c5Ade33CC7DD6dBE14425eA9d8c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7ce8559ab2ba6c5Ade33CC7DD6dBE14425eA9d8c/logo.png b/blockchains/ethereum/assets/0x7ce8559ab2ba6c5Ade33CC7DD6dBE14425eA9d8c/logo.png
deleted file mode 100755
index 727b475899527..0000000000000
Binary files a/blockchains/ethereum/assets/0x7ce8559ab2ba6c5Ade33CC7DD6dBE14425eA9d8c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7ce88CEEd1015eCEBAED624459Dd97435e77157B/info.json b/blockchains/ethereum/assets/0x7ce88CEEd1015eCEBAED624459Dd97435e77157B/info.json
deleted file mode 100644
index b60ab18fa799c..0000000000000
--- a/blockchains/ethereum/assets/0x7ce88CEEd1015eCEBAED624459Dd97435e77157B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ATC",
- "symbol": "ATC",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7ce88CEEd1015eCEBAED624459Dd97435e77157B",
- "status": "abandoned",
- "id": "0x7ce88CEEd1015eCEBAED624459Dd97435e77157B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7ce88CEEd1015eCEBAED624459Dd97435e77157B/logo.png b/blockchains/ethereum/assets/0x7ce88CEEd1015eCEBAED624459Dd97435e77157B/logo.png
deleted file mode 100644
index b7ca9ab429369..0000000000000
Binary files a/blockchains/ethereum/assets/0x7ce88CEEd1015eCEBAED624459Dd97435e77157B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7cf6dC769482AbEe2FF75795d000F381A8062DEC/info.json b/blockchains/ethereum/assets/0x7cf6dC769482AbEe2FF75795d000F381A8062DEC/info.json
deleted file mode 100644
index ecb98e5046f79..0000000000000
--- a/blockchains/ethereum/assets/0x7cf6dC769482AbEe2FF75795d000F381A8062DEC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Far Token",
- "symbol": "FAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7cf6dC769482AbEe2FF75795d000F381A8062DEC",
- "status": "abandoned",
- "id": "0x7cf6dC769482AbEe2FF75795d000F381A8062DEC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7cf6dC769482AbEe2FF75795d000F381A8062DEC/logo.png b/blockchains/ethereum/assets/0x7cf6dC769482AbEe2FF75795d000F381A8062DEC/logo.png
deleted file mode 100755
index 410c8a0308cf5..0000000000000
Binary files a/blockchains/ethereum/assets/0x7cf6dC769482AbEe2FF75795d000F381A8062DEC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7d0Bb7A2FDc7e15e2937226670f1622931459660/info.json b/blockchains/ethereum/assets/0x7d0Bb7A2FDc7e15e2937226670f1622931459660/info.json
deleted file mode 100644
index 85d4d632acda6..0000000000000
--- a/blockchains/ethereum/assets/0x7d0Bb7A2FDc7e15e2937226670f1622931459660/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CacheAvatarToken",
- "symbol": "CACHEA",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7d0Bb7A2FDc7e15e2937226670f1622931459660",
- "status": "abandoned",
- "id": "0x7d0Bb7A2FDc7e15e2937226670f1622931459660"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7d0Bb7A2FDc7e15e2937226670f1622931459660/logo.png b/blockchains/ethereum/assets/0x7d0Bb7A2FDc7e15e2937226670f1622931459660/logo.png
deleted file mode 100755
index 5fd9c4f9b4302..0000000000000
Binary files a/blockchains/ethereum/assets/0x7d0Bb7A2FDc7e15e2937226670f1622931459660/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7d3761297D48E3364448560de2a40a3cCce399e2/info.json b/blockchains/ethereum/assets/0x7d3761297D48E3364448560de2a40a3cCce399e2/info.json
deleted file mode 100644
index 040fa332da43f..0000000000000
--- a/blockchains/ethereum/assets/0x7d3761297D48E3364448560de2a40a3cCce399e2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BZcash",
- "symbol": "BZC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7d3761297D48E3364448560de2a40a3cCce399e2",
- "status": "abandoned",
- "id": "0x7d3761297D48E3364448560de2a40a3cCce399e2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7d3761297D48E3364448560de2a40a3cCce399e2/logo.png b/blockchains/ethereum/assets/0x7d3761297D48E3364448560de2a40a3cCce399e2/logo.png
deleted file mode 100644
index 8b7e4809c70c5..0000000000000
Binary files a/blockchains/ethereum/assets/0x7d3761297D48E3364448560de2a40a3cCce399e2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7d3E7D41DA367b4FDCe7CBE06502B13294Deb758/info.json b/blockchains/ethereum/assets/0x7d3E7D41DA367b4FDCe7CBE06502B13294Deb758/info.json
deleted file mode 100644
index 2f6abb863c1b4..0000000000000
--- a/blockchains/ethereum/assets/0x7d3E7D41DA367b4FDCe7CBE06502B13294Deb758/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SSS",
- "symbol": "SSS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7d3E7D41DA367b4FDCe7CBE06502B13294Deb758",
- "status": "abandoned",
- "id": "0x7d3E7D41DA367b4FDCe7CBE06502B13294Deb758"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7d3E7D41DA367b4FDCe7CBE06502B13294Deb758/logo.png b/blockchains/ethereum/assets/0x7d3E7D41DA367b4FDCe7CBE06502B13294Deb758/logo.png
deleted file mode 100644
index 8e1b0f32d33b8..0000000000000
Binary files a/blockchains/ethereum/assets/0x7d3E7D41DA367b4FDCe7CBE06502B13294Deb758/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7d3cb11f8c13730C24D01826d8F2005F0e1b348F/info.json b/blockchains/ethereum/assets/0x7d3cb11f8c13730C24D01826d8F2005F0e1b348F/info.json
deleted file mode 100644
index 35020bd986e78..0000000000000
--- a/blockchains/ethereum/assets/0x7d3cb11f8c13730C24D01826d8F2005F0e1b348F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COS",
- "symbol": "COS",
- "type": "ERC20",
- "decimals": 18,
- "description": "One-stop shop for all things crypto: an exchange, an e-wallet which supports a broad variety of tokens, a platform for ICO launches and promotional trading campaigns, a fiat gateway, a market cap widget, and more.",
- "website": "https://coss.io/",
- "explorer": "https://etherscan.io/token/0x7d3cb11f8c13730C24D01826d8F2005F0e1b348F",
- "status": "active",
- "id": "0x7d3cb11f8c13730C24D01826d8F2005F0e1b348F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7d3cb11f8c13730C24D01826d8F2005F0e1b348F/logo.png b/blockchains/ethereum/assets/0x7d3cb11f8c13730C24D01826d8F2005F0e1b348F/logo.png
deleted file mode 100644
index 82c950230a11a..0000000000000
Binary files a/blockchains/ethereum/assets/0x7d3cb11f8c13730C24D01826d8F2005F0e1b348F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7d4b8Cce0591C9044a22ee543533b72E976E36C3/info.json b/blockchains/ethereum/assets/0x7d4b8Cce0591C9044a22ee543533b72E976E36C3/info.json
deleted file mode 100644
index b51bf32538780..0000000000000
--- a/blockchains/ethereum/assets/0x7d4b8Cce0591C9044a22ee543533b72E976E36C3/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Change",
- "website": "https://www.changeinvest.com",
- "description": "Change is a rapidly growing FinTech providing everyone in Europe access to exciting investments. Tens of thousands of people from 31 EU countries trust Change to build their financial future and have traded over 170 million euros with us.",
- "explorer": "https://etherscan.io/token/0x7d4b8cce0591c9044a22ee543533b72e976e36c3",
- "type": "ERC20",
- "symbol": "CAG",
- "decimals": 18,
- "status": "active",
- "id": "0x7d4b8Cce0591C9044a22ee543533b72E976E36C3",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ChangeFinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/changefinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ChangeBank"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/changeinvest"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/changeinvest"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/ChangeInvest"
- },
- {
- "name": "whitepaper",
- "url": "https://www.changeinvest.com/investor"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7d4b8Cce0591C9044a22ee543533b72E976E36C3/logo.png b/blockchains/ethereum/assets/0x7d4b8Cce0591C9044a22ee543533b72E976E36C3/logo.png
deleted file mode 100644
index a5a587775e15b..0000000000000
Binary files a/blockchains/ethereum/assets/0x7d4b8Cce0591C9044a22ee543533b72E976E36C3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7d7587513e4674e93Be5CB18d7EA6b905Abd1BbC/info.json b/blockchains/ethereum/assets/0x7d7587513e4674e93Be5CB18d7EA6b905Abd1BbC/info.json
deleted file mode 100644
index aac296a50f948..0000000000000
--- a/blockchains/ethereum/assets/0x7d7587513e4674e93Be5CB18d7EA6b905Abd1BbC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DARK Token",
- "website": "https://coin.darkpay.market",
- "description": "D4RKBAY : P2P e-commerce solution focused on users privacy.",
- "explorer": "https://etherscan.io/token/0x7d7587513e4674e93Be5CB18d7EA6b905Abd1BbC",
- "type": "ERC20",
- "symbol": "DARK",
- "decimals": 18,
- "status": "active",
- "id": "0x7d7587513e4674e93Be5CB18d7EA6b905Abd1BbC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7d7587513e4674e93Be5CB18d7EA6b905Abd1BbC/logo.png b/blockchains/ethereum/assets/0x7d7587513e4674e93Be5CB18d7EA6b905Abd1BbC/logo.png
deleted file mode 100644
index 3044db48eb937..0000000000000
Binary files a/blockchains/ethereum/assets/0x7d7587513e4674e93Be5CB18d7EA6b905Abd1BbC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7d7Ab1Db2c8766D98465a392f374eB97361289eF/info.json b/blockchains/ethereum/assets/0x7d7Ab1Db2c8766D98465a392f374eB97361289eF/info.json
deleted file mode 100644
index 8a3ef386e9828..0000000000000
--- a/blockchains/ethereum/assets/0x7d7Ab1Db2c8766D98465a392f374eB97361289eF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short LINK-DAI 2x v2",
- "symbol": "dsLINK2x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7d7Ab1Db2c8766D98465a392f374eB97361289eF",
- "status": "abandoned",
- "id": "0x7d7Ab1Db2c8766D98465a392f374eB97361289eF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7d7Ab1Db2c8766D98465a392f374eB97361289eF/logo.png b/blockchains/ethereum/assets/0x7d7Ab1Db2c8766D98465a392f374eB97361289eF/logo.png
deleted file mode 100644
index 2d530b62d867d..0000000000000
Binary files a/blockchains/ethereum/assets/0x7d7Ab1Db2c8766D98465a392f374eB97361289eF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7d91e637589EC3Bb54D8213a9e92Dc6E8D12da91/info.json b/blockchains/ethereum/assets/0x7d91e637589EC3Bb54D8213a9e92Dc6E8D12da91/info.json
deleted file mode 100644
index 8f12f77f5bb5c..0000000000000
--- a/blockchains/ethereum/assets/0x7d91e637589EC3Bb54D8213a9e92Dc6E8D12da91/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FRIENDS WITH BENEFITS",
- "symbol": "FWB",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7d91e637589EC3Bb54D8213a9e92Dc6E8D12da91",
- "status": "abandoned",
- "id": "0x7d91e637589EC3Bb54D8213a9e92Dc6E8D12da91"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7d91e637589EC3Bb54D8213a9e92Dc6E8D12da91/logo.png b/blockchains/ethereum/assets/0x7d91e637589EC3Bb54D8213a9e92Dc6E8D12da91/logo.png
deleted file mode 100644
index 7fc87ed1309fc..0000000000000
Binary files a/blockchains/ethereum/assets/0x7d91e637589EC3Bb54D8213a9e92Dc6E8D12da91/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7d93978d21DE3033B1bdCB3C0D16Dbd0afD29c27/info.json b/blockchains/ethereum/assets/0x7d93978d21DE3033B1bdCB3C0D16Dbd0afD29c27/info.json
deleted file mode 100644
index 6d17c8505708a..0000000000000
--- a/blockchains/ethereum/assets/0x7d93978d21DE3033B1bdCB3C0D16Dbd0afD29c27/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TRE YTRE Y654 UY65",
- "symbol": "TRE",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7d93978d21DE3033B1bdCB3C0D16Dbd0afD29c27",
- "status": "abandoned",
- "id": "0x7d93978d21DE3033B1bdCB3C0D16Dbd0afD29c27"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7d93978d21DE3033B1bdCB3C0D16Dbd0afD29c27/logo.png b/blockchains/ethereum/assets/0x7d93978d21DE3033B1bdCB3C0D16Dbd0afD29c27/logo.png
deleted file mode 100644
index 908551682a6b4..0000000000000
Binary files a/blockchains/ethereum/assets/0x7d93978d21DE3033B1bdCB3C0D16Dbd0afD29c27/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7dCB3B2356C822d3577D4d060D0D5D78C860488C/info.json b/blockchains/ethereum/assets/0x7dCB3B2356C822d3577D4d060D0D5D78C860488C/info.json
deleted file mode 100644
index 90530c8e419fe..0000000000000
--- a/blockchains/ethereum/assets/0x7dCB3B2356C822d3577D4d060D0D5D78C860488C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FANX Token",
- "symbol": "FANX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7dCB3B2356C822d3577D4d060D0D5D78C860488C",
- "status": "abandoned",
- "id": "0x7dCB3B2356C822d3577D4d060D0D5D78C860488C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7dCB3B2356C822d3577D4d060D0D5D78C860488C/logo.png b/blockchains/ethereum/assets/0x7dCB3B2356C822d3577D4d060D0D5D78C860488C/logo.png
deleted file mode 100755
index 68f2fc8b94761..0000000000000
Binary files a/blockchains/ethereum/assets/0x7dCB3B2356C822d3577D4d060D0D5D78C860488C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7dE91B204C1C737bcEe6F000AAA6569Cf7061cb7/info.json b/blockchains/ethereum/assets/0x7dE91B204C1C737bcEe6F000AAA6569Cf7061cb7/info.json
deleted file mode 100644
index 29652b57b4ce4..0000000000000
--- a/blockchains/ethereum/assets/0x7dE91B204C1C737bcEe6F000AAA6569Cf7061cb7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Robonomics",
- "website": "https://robonomics.network",
- "description": "Operation of a decentralized network for the maintenance of Smart Cities and Industry 4.0",
- "explorer": "https://etherscan.io/token/0x7dE91B204C1C737bcEe6F000AAA6569Cf7061cb7",
- "type": "ERC20",
- "symbol": "XRT",
- "decimals": 9,
- "status": "active",
- "id": "0x7dE91B204C1C737bcEe6F000AAA6569Cf7061cb7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7dE91B204C1C737bcEe6F000AAA6569Cf7061cb7/logo.png b/blockchains/ethereum/assets/0x7dE91B204C1C737bcEe6F000AAA6569Cf7061cb7/logo.png
deleted file mode 100644
index 13f6f27ed8bf8..0000000000000
Binary files a/blockchains/ethereum/assets/0x7dE91B204C1C737bcEe6F000AAA6569Cf7061cb7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7dEe371A788f9BD6c546dF83F0d74fBe37cbf006/info.json b/blockchains/ethereum/assets/0x7dEe371A788f9BD6c546dF83F0d74fBe37cbf006/info.json
deleted file mode 100644
index d9a43df2c566b..0000000000000
--- a/blockchains/ethereum/assets/0x7dEe371A788f9BD6c546dF83F0d74fBe37cbf006/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Teccoin",
- "symbol": "Tecn",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://teccoin.tech/",
- "explorer": "https://etherscan.io/token/0x7dEe371A788f9BD6c546dF83F0d74fBe37cbf006",
- "status": "abandoned",
- "id": "0x7dEe371A788f9BD6c546dF83F0d74fBe37cbf006"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7dEe371A788f9BD6c546dF83F0d74fBe37cbf006/logo.png b/blockchains/ethereum/assets/0x7dEe371A788f9BD6c546dF83F0d74fBe37cbf006/logo.png
deleted file mode 100644
index b2480d2ff3bd4..0000000000000
Binary files a/blockchains/ethereum/assets/0x7dEe371A788f9BD6c546dF83F0d74fBe37cbf006/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7db5af2B9624e1b3B4Bb69D6DeBd9aD1016A58Ac/info.json b/blockchains/ethereum/assets/0x7db5af2B9624e1b3B4Bb69D6DeBd9aD1016A58Ac/info.json
deleted file mode 100644
index c52485305b095..0000000000000
--- a/blockchains/ethereum/assets/0x7db5af2B9624e1b3B4Bb69D6DeBd9aD1016A58Ac/info.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "name": "Volt Inu",
- "type": "ERC20",
- "symbol": "VOLT",
- "decimals": 9,
- "website": "https://voltinu.in",
- "description": "Volt Inu ($VOLT) is a hyper-deflationary token whose aim is to invest in multiple asset classes such as NFTs, nodes, altcoins, staking & farming of stablecoins. This investment diversity allows to mitigate the risk while taking advantage of the possible non-correlated growth of the trending assets.",
- "explorer": "https://etherscan.io/token/0x7db5af2B9624e1b3B4Bb69D6DeBd9aD1016A58Ac",
- "status": "active",
- "id": "0x7db5af2B9624e1b3B4Bb69D6DeBd9aD1016A58Ac",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/VoltInuOfficial"
- },
- {
- "name": "telegram",
- "url": "https://t.me/VoltInuOfficial"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Volt_Inu/"
- },
- {
- "name": "whitepaper",
- "url": "https://voltinu.in/Whitepaper_v1.pdf"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCDLlAleEEmhc7pVdB5pZWFg"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/volt-inu-v2/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/volt-inu"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@VoltInu"
- }
- ],
- "tags": [
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7db5af2B9624e1b3B4Bb69D6DeBd9aD1016A58Ac/logo.png b/blockchains/ethereum/assets/0x7db5af2B9624e1b3B4Bb69D6DeBd9aD1016A58Ac/logo.png
deleted file mode 100644
index 295e34eadfc14..0000000000000
Binary files a/blockchains/ethereum/assets/0x7db5af2B9624e1b3B4Bb69D6DeBd9aD1016A58Ac/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7dd474dCe035debF073dCB9C188584d761b1D024/info.json b/blockchains/ethereum/assets/0x7dd474dCe035debF073dCB9C188584d761b1D024/info.json
deleted file mode 100644
index c5cad28f56d66..0000000000000
--- a/blockchains/ethereum/assets/0x7dd474dCe035debF073dCB9C188584d761b1D024/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short WBTC-DAI 3x v2",
- "symbol": "dsWBTC3x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7dd474dCe035debF073dCB9C188584d761b1D024",
- "status": "abandoned",
- "id": "0x7dd474dCe035debF073dCB9C188584d761b1D024"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7dd474dCe035debF073dCB9C188584d761b1D024/logo.png b/blockchains/ethereum/assets/0x7dd474dCe035debF073dCB9C188584d761b1D024/logo.png
deleted file mode 100644
index 0c5d843aaf407..0000000000000
Binary files a/blockchains/ethereum/assets/0x7dd474dCe035debF073dCB9C188584d761b1D024/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7deB5e830be29F91E298ba5FF1356BB7f8146998/info.json b/blockchains/ethereum/assets/0x7deB5e830be29F91E298ba5FF1356BB7f8146998/info.json
deleted file mode 100644
index 2b9c2504f63a8..0000000000000
--- a/blockchains/ethereum/assets/0x7deB5e830be29F91E298ba5FF1356BB7f8146998/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave MKR V1",
- "symbol": "aMKR V1",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave MKR V1 is an interest bearing token pegged 1:1 to the underlying MKR deposited in Aave V1. aMKR V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x7deB5e830be29F91E298ba5FF1356BB7f8146998",
- "status": "abandoned",
- "id": "0x7deB5e830be29F91E298ba5FF1356BB7f8146998"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7deB5e830be29F91E298ba5FF1356BB7f8146998/logo.png b/blockchains/ethereum/assets/0x7deB5e830be29F91E298ba5FF1356BB7f8146998/logo.png
deleted file mode 100644
index 0debb533fa8d6..0000000000000
Binary files a/blockchains/ethereum/assets/0x7deB5e830be29F91E298ba5FF1356BB7f8146998/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7deD07692e27B7b15Cb665666c7Fcd06417F9110/info.json b/blockchains/ethereum/assets/0x7deD07692e27B7b15Cb665666c7Fcd06417F9110/info.json
deleted file mode 100644
index 98bf6da1a37b1..0000000000000
--- a/blockchains/ethereum/assets/0x7deD07692e27B7b15Cb665666c7Fcd06417F9110/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pentacles",
- "symbol": "PNTCL",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7deD07692e27B7b15Cb665666c7Fcd06417F9110",
- "status": "abandoned",
- "id": "0x7deD07692e27B7b15Cb665666c7Fcd06417F9110"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7deD07692e27B7b15Cb665666c7Fcd06417F9110/logo.png b/blockchains/ethereum/assets/0x7deD07692e27B7b15Cb665666c7Fcd06417F9110/logo.png
deleted file mode 100644
index bdd69ed020e43..0000000000000
Binary files a/blockchains/ethereum/assets/0x7deD07692e27B7b15Cb665666c7Fcd06417F9110/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7e1A6C74b9a862002d5246215205CA062FBe0868/info.json b/blockchains/ethereum/assets/0x7e1A6C74b9a862002d5246215205CA062FBe0868/info.json
deleted file mode 100644
index 23cf83f751faf..0000000000000
--- a/blockchains/ethereum/assets/0x7e1A6C74b9a862002d5246215205CA062FBe0868/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Itubagus",
- "symbol": "ITB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://www.itubagus.com/",
- "explorer": "https://etherscan.io/token/0x7e1A6C74b9a862002d5246215205CA062FBe0868",
- "status": "abandoned",
- "id": "0x7e1A6C74b9a862002d5246215205CA062FBe0868"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7e1A6C74b9a862002d5246215205CA062FBe0868/logo.png b/blockchains/ethereum/assets/0x7e1A6C74b9a862002d5246215205CA062FBe0868/logo.png
deleted file mode 100644
index 4becb0126d88f..0000000000000
Binary files a/blockchains/ethereum/assets/0x7e1A6C74b9a862002d5246215205CA062FBe0868/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7e4A9B2BfDDcc37D042B881e48344A560Ad7c462/info.json b/blockchains/ethereum/assets/0x7e4A9B2BfDDcc37D042B881e48344A560Ad7c462/info.json
deleted file mode 100644
index d1120254d453c..0000000000000
--- a/blockchains/ethereum/assets/0x7e4A9B2BfDDcc37D042B881e48344A560Ad7c462/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "United States of America",
- "symbol": "USAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7e4A9B2BfDDcc37D042B881e48344A560Ad7c462",
- "status": "abandoned",
- "id": "0x7e4A9B2BfDDcc37D042B881e48344A560Ad7c462"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7e4A9B2BfDDcc37D042B881e48344A560Ad7c462/logo.png b/blockchains/ethereum/assets/0x7e4A9B2BfDDcc37D042B881e48344A560Ad7c462/logo.png
deleted file mode 100644
index bd6538c8eeb53..0000000000000
Binary files a/blockchains/ethereum/assets/0x7e4A9B2BfDDcc37D042B881e48344A560Ad7c462/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7e667525521cF61352e2E01b50FaaaE7Df39749a/info.json b/blockchains/ethereum/assets/0x7e667525521cF61352e2E01b50FaaaE7Df39749a/info.json
deleted file mode 100644
index f92a2b2d24256..0000000000000
--- a/blockchains/ethereum/assets/0x7e667525521cF61352e2E01b50FaaaE7Df39749a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CMC ",
- "symbol": "CMC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7e667525521cF61352e2E01b50FaaaE7Df39749a",
- "status": "abandoned",
- "id": "0x7e667525521cF61352e2E01b50FaaaE7Df39749a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7e667525521cF61352e2E01b50FaaaE7Df39749a/logo.png b/blockchains/ethereum/assets/0x7e667525521cF61352e2E01b50FaaaE7Df39749a/logo.png
deleted file mode 100755
index c5624501ed61c..0000000000000
Binary files a/blockchains/ethereum/assets/0x7e667525521cF61352e2E01b50FaaaE7Df39749a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7e794eD35788b698AE60cefC98eE48015C4876dA/info.json b/blockchains/ethereum/assets/0x7e794eD35788b698AE60cefC98eE48015C4876dA/info.json
deleted file mode 100644
index f7fdb5ea0909a..0000000000000
--- a/blockchains/ethereum/assets/0x7e794eD35788b698AE60cefC98eE48015C4876dA/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Shintama",
- "type": "ERC20",
- "symbol": "SHINTAMA",
- "decimals": 9,
- "website": "https://www.shintamatoken.com",
- "description": "Shintama, a DeFi project launched after the success of Shinja and Saitama in the DeFi space has grand plans to build a bridge between everyday internet users and the Defi world in a safe and simple way.",
- "explorer": "https://etherscan.io/token/0x7e794ed35788b698ae60cefc98ee48015c4876da",
- "status": "active",
- "id": "0x7e794eD35788b698AE60cefC98eE48015C4876dA",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/SHINTAMAToken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/SHINTAMA_Join"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/shintama/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7e794eD35788b698AE60cefC98eE48015C4876dA/logo.png b/blockchains/ethereum/assets/0x7e794eD35788b698AE60cefC98eE48015C4876dA/logo.png
deleted file mode 100644
index 71b32a03f40cb..0000000000000
Binary files a/blockchains/ethereum/assets/0x7e794eD35788b698AE60cefC98eE48015C4876dA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7e9b050F9ce3d41a0cCe8d53830C494E7d213156/info.json b/blockchains/ethereum/assets/0x7e9b050F9ce3d41a0cCe8d53830C494E7d213156/info.json
deleted file mode 100644
index ba6c217c9a11e..0000000000000
--- a/blockchains/ethereum/assets/0x7e9b050F9ce3d41a0cCe8d53830C494E7d213156/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST 3",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7e9b050F9ce3d41a0cCe8d53830C494E7d213156",
- "status": "abandoned",
- "id": "0x7e9b050F9ce3d41a0cCe8d53830C494E7d213156"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7e9b050F9ce3d41a0cCe8d53830C494E7d213156/logo.png b/blockchains/ethereum/assets/0x7e9b050F9ce3d41a0cCe8d53830C494E7d213156/logo.png
deleted file mode 100644
index 3779f0ace2df3..0000000000000
Binary files a/blockchains/ethereum/assets/0x7e9b050F9ce3d41a0cCe8d53830C494E7d213156/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7e9e431a0B8c4D532C745B1043c7FA29a48D4fBa/info.json b/blockchains/ethereum/assets/0x7e9e431a0B8c4D532C745B1043c7FA29a48D4fBa/info.json
deleted file mode 100644
index 0f64bcfeab069..0000000000000
--- a/blockchains/ethereum/assets/0x7e9e431a0B8c4D532C745B1043c7FA29a48D4fBa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "eosDAC",
- "type": "ERC20",
- "symbol": "eosDAC",
- "decimals": 18,
- "website": "https://eosdac.io",
- "description": "eosDAC is being created and launched by BlockMaker Ltd. Once eosDAC is launched BlockMaker Ltd will not have any ownership or control over eosDAC, nor own any eosDAC tokens.",
- "explorer": "https://etherscan.io/token/0x7e9e431a0B8c4D532C745B1043c7FA29a48D4fBa",
- "status": "active",
- "id": "0x7e9e431a0B8c4D532C745B1043c7FA29a48D4fBa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7e9e431a0B8c4D532C745B1043c7FA29a48D4fBa/logo.png b/blockchains/ethereum/assets/0x7e9e431a0B8c4D532C745B1043c7FA29a48D4fBa/logo.png
deleted file mode 100644
index febc0678793e4..0000000000000
Binary files a/blockchains/ethereum/assets/0x7e9e431a0B8c4D532C745B1043c7FA29a48D4fBa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7eAFF6b30F225475061FA49AaE97333666E258Ff/info.json b/blockchains/ethereum/assets/0x7eAFF6b30F225475061FA49AaE97333666E258Ff/info.json
deleted file mode 100644
index f105a030bcf2b..0000000000000
--- a/blockchains/ethereum/assets/0x7eAFF6b30F225475061FA49AaE97333666E258Ff/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "E-Dome Plus",
- "symbol": "EDP",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7eAFF6b30F225475061FA49AaE97333666E258Ff",
- "status": "abandoned",
- "id": "0x7eAFF6b30F225475061FA49AaE97333666E258Ff"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7eAFF6b30F225475061FA49AaE97333666E258Ff/logo.png b/blockchains/ethereum/assets/0x7eAFF6b30F225475061FA49AaE97333666E258Ff/logo.png
deleted file mode 100644
index 8eaacfc3ee90a..0000000000000
Binary files a/blockchains/ethereum/assets/0x7eAFF6b30F225475061FA49AaE97333666E258Ff/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7eE56d7D5a084e88E9843B537AcdC4B1D2bc50f7/info.json b/blockchains/ethereum/assets/0x7eE56d7D5a084e88E9843B537AcdC4B1D2bc50f7/info.json
deleted file mode 100644
index efa6040a6960a..0000000000000
--- a/blockchains/ethereum/assets/0x7eE56d7D5a084e88E9843B537AcdC4B1D2bc50f7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CHATO",
- "symbol": "GAN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7eE56d7D5a084e88E9843B537AcdC4B1D2bc50f7",
- "status": "abandoned",
- "id": "0x7eE56d7D5a084e88E9843B537AcdC4B1D2bc50f7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7eE56d7D5a084e88E9843B537AcdC4B1D2bc50f7/logo.png b/blockchains/ethereum/assets/0x7eE56d7D5a084e88E9843B537AcdC4B1D2bc50f7/logo.png
deleted file mode 100644
index 4a8d486647ffe..0000000000000
Binary files a/blockchains/ethereum/assets/0x7eE56d7D5a084e88E9843B537AcdC4B1D2bc50f7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7f121d4EC6c2C07eB6BC7989d91d2d4fF654c068/info.json b/blockchains/ethereum/assets/0x7f121d4EC6c2C07eB6BC7989d91d2d4fF654c068/info.json
deleted file mode 100644
index eed42618741dc..0000000000000
--- a/blockchains/ethereum/assets/0x7f121d4EC6c2C07eB6BC7989d91d2d4fF654c068/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoinMeet",
- "symbol": "MEET",
- "type": "ERC20",
- "decimals": 18,
- "description": "CoinMeet is a revolutionary multi-asset management social wallet. Based on cross-chain adaptor, COINMEET can fulfill deposit, transfer, payment and democratic listing a wide range of digital assets.",
- "website": "https://coinmeet.io/",
- "explorer": "https://etherscan.io/token/0x7f121d4EC6c2C07eB6BC7989d91d2d4fF654c068",
- "status": "active",
- "id": "0x7f121d4EC6c2C07eB6BC7989d91d2d4fF654c068"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7f121d4EC6c2C07eB6BC7989d91d2d4fF654c068/logo.png b/blockchains/ethereum/assets/0x7f121d4EC6c2C07eB6BC7989d91d2d4fF654c068/logo.png
deleted file mode 100644
index 21fc25f75015a..0000000000000
Binary files a/blockchains/ethereum/assets/0x7f121d4EC6c2C07eB6BC7989d91d2d4fF654c068/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7f1F2D3dFa99678675ECE1C243d3f7bC3746db5D/info.json b/blockchains/ethereum/assets/0x7f1F2D3dFa99678675ECE1C243d3f7bC3746db5D/info.json
deleted file mode 100644
index c373a07ea3451..0000000000000
--- a/blockchains/ethereum/assets/0x7f1F2D3dFa99678675ECE1C243d3f7bC3746db5D/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Tapmydata",
- "symbol": "TAP",
- "decimals": 18,
- "status": "active",
- "website": "https://www.tapmydata.com",
- "description": "Take back control of your data, store it on our encrypted wallet, license it to earn from your data",
- "explorer": "https://etherscan.io/token/0x7f1f2d3dfa99678675ece1c243d3f7bc3746db5d",
- "type": "ERC20",
- "id": "0x7f1F2D3dFa99678675ECE1C243d3f7bC3746db5D",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/tapmydata"
- },
- {
- "name": "telegram",
- "url": "https://t.me/tapmydataofficial"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7f1F2D3dFa99678675ECE1C243d3f7bC3746db5D/logo.png b/blockchains/ethereum/assets/0x7f1F2D3dFa99678675ECE1C243d3f7bC3746db5D/logo.png
deleted file mode 100644
index 69c9b5cb8275a..0000000000000
Binary files a/blockchains/ethereum/assets/0x7f1F2D3dFa99678675ECE1C243d3f7bC3746db5D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7f288Ff5A8055F5f6103A80Dd806cf8415e035C7/info.json b/blockchains/ethereum/assets/0x7f288Ff5A8055F5f6103A80Dd806cf8415e035C7/info.json
deleted file mode 100644
index a5ea8a0633502..0000000000000
--- a/blockchains/ethereum/assets/0x7f288Ff5A8055F5f6103A80Dd806cf8415e035C7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Chain Finance",
- "symbol": "CFC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.chainfinance.org/",
- "explorer": "https://etherscan.io/token/0x7f288Ff5A8055F5f6103A80Dd806cf8415e035C7",
- "status": "abandoned",
- "id": "0x7f288Ff5A8055F5f6103A80Dd806cf8415e035C7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7f288Ff5A8055F5f6103A80Dd806cf8415e035C7/logo.png b/blockchains/ethereum/assets/0x7f288Ff5A8055F5f6103A80Dd806cf8415e035C7/logo.png
deleted file mode 100644
index c40d50fe1e33b..0000000000000
Binary files a/blockchains/ethereum/assets/0x7f288Ff5A8055F5f6103A80Dd806cf8415e035C7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7f3BEbd8D994972788f63585933446b520100732/info.json b/blockchains/ethereum/assets/0x7f3BEbd8D994972788f63585933446b520100732/info.json
deleted file mode 100644
index 4e803fdd9c5c0..0000000000000
--- a/blockchains/ethereum/assets/0x7f3BEbd8D994972788f63585933446b520100732/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pinata",
- "type": "ERC20",
- "symbol": "PINS",
- "decimals": 18,
- "website": "https://www.pinatapins.io",
- "description": "Decentralized Meme Tokens that grew into a vibrant ecosystem, Up to explode!",
- "explorer": "https://etherscan.io/token/0x7f3bebd8d994972788f63585933446b520100732",
- "status": "active",
- "id": "0x7f3BEbd8D994972788f63585933446b520100732"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7f3BEbd8D994972788f63585933446b520100732/logo.png b/blockchains/ethereum/assets/0x7f3BEbd8D994972788f63585933446b520100732/logo.png
deleted file mode 100644
index f57eabd2486a8..0000000000000
Binary files a/blockchains/ethereum/assets/0x7f3BEbd8D994972788f63585933446b520100732/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7f65BE7FAd0c22813e51746E7e8f13a20bAa9411/info.json b/blockchains/ethereum/assets/0x7f65BE7FAd0c22813e51746E7e8f13a20bAa9411/info.json
deleted file mode 100644
index 820c18cc87de6..0000000000000
--- a/blockchains/ethereum/assets/0x7f65BE7FAd0c22813e51746E7e8f13a20bAa9411/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "REBITCOIN",
- "website": "https://rebitcoin.com",
- "description": "REBITCOIN",
- "explorer": "https://etherscan.io/token/0x7f65BE7FAd0c22813e51746E7e8f13a20bAa9411",
- "type": "ERC20",
- "symbol": "RBTC",
- "decimals": 8,
- "status": "abandoned",
- "id": "0x7f65BE7FAd0c22813e51746E7e8f13a20bAa9411"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7f65BE7FAd0c22813e51746E7e8f13a20bAa9411/logo.png b/blockchains/ethereum/assets/0x7f65BE7FAd0c22813e51746E7e8f13a20bAa9411/logo.png
deleted file mode 100644
index 5183329eb15e9..0000000000000
Binary files a/blockchains/ethereum/assets/0x7f65BE7FAd0c22813e51746E7e8f13a20bAa9411/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7f6715c3FC4740A02F70De85B9FD50ac6001fEd9/info.json b/blockchains/ethereum/assets/0x7f6715c3FC4740A02F70De85B9FD50ac6001fEd9/info.json
deleted file mode 100644
index 010b3c3aba7e2..0000000000000
--- a/blockchains/ethereum/assets/0x7f6715c3FC4740A02F70De85B9FD50ac6001fEd9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FANX Token",
- "symbol": "FANX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7f6715c3FC4740A02F70De85B9FD50ac6001fEd9",
- "status": "abandoned",
- "id": "0x7f6715c3FC4740A02F70De85B9FD50ac6001fEd9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7f6715c3FC4740A02F70De85B9FD50ac6001fEd9/logo.png b/blockchains/ethereum/assets/0x7f6715c3FC4740A02F70De85B9FD50ac6001fEd9/logo.png
deleted file mode 100755
index 68f2fc8b94761..0000000000000
Binary files a/blockchains/ethereum/assets/0x7f6715c3FC4740A02F70De85B9FD50ac6001fEd9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7f791C8B4Fd1AA6EF52157Cca3436f7cE9844058/info.json b/blockchains/ethereum/assets/0x7f791C8B4Fd1AA6EF52157Cca3436f7cE9844058/info.json
deleted file mode 100644
index 9588deffb28e9..0000000000000
--- a/blockchains/ethereum/assets/0x7f791C8B4Fd1AA6EF52157Cca3436f7cE9844058/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vikas Kalwani",
- "symbol": "VK",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7f791C8B4Fd1AA6EF52157Cca3436f7cE9844058",
- "status": "abandoned",
- "id": "0x7f791C8B4Fd1AA6EF52157Cca3436f7cE9844058"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7f791C8B4Fd1AA6EF52157Cca3436f7cE9844058/logo.png b/blockchains/ethereum/assets/0x7f791C8B4Fd1AA6EF52157Cca3436f7cE9844058/logo.png
deleted file mode 100644
index 4d0536ded092f..0000000000000
Binary files a/blockchains/ethereum/assets/0x7f791C8B4Fd1AA6EF52157Cca3436f7cE9844058/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7f7Cac26A300Cb2E911B0241F71A5C18f6481C9D/info.json b/blockchains/ethereum/assets/0x7f7Cac26A300Cb2E911B0241F71A5C18f6481C9D/info.json
deleted file mode 100644
index 7283bb812a1ba..0000000000000
--- a/blockchains/ethereum/assets/0x7f7Cac26A300Cb2E911B0241F71A5C18f6481C9D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OYO",
- "symbol": "OYO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7f7Cac26A300Cb2E911B0241F71A5C18f6481C9D",
- "status": "abandoned",
- "id": "0x7f7Cac26A300Cb2E911B0241F71A5C18f6481C9D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7f7Cac26A300Cb2E911B0241F71A5C18f6481C9D/logo.png b/blockchains/ethereum/assets/0x7f7Cac26A300Cb2E911B0241F71A5C18f6481C9D/logo.png
deleted file mode 100644
index 420f4603c9c73..0000000000000
Binary files a/blockchains/ethereum/assets/0x7f7Cac26A300Cb2E911B0241F71A5C18f6481C9D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7f9A00E03c2E53A3aF6031C17A150DBeDaAab3dC/info.json b/blockchains/ethereum/assets/0x7f9A00E03c2E53A3aF6031C17A150DBeDaAab3dC/info.json
deleted file mode 100644
index 7935a057355c2..0000000000000
--- a/blockchains/ethereum/assets/0x7f9A00E03c2E53A3aF6031C17A150DBeDaAab3dC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Read This Contract",
- "website": "https://etherscan.io/address/0x7f9A00E03c2E53A3aF6031C17A150DBeDaAab3dC#code",
- "description": "Utility token promoting the Read This Contract (RTC) initiative and ecosystem.",
- "explorer": "https://etherscan.io/token/0x7f9A00E03c2E53A3aF6031C17A150DBeDaAab3dC",
- "type": "ERC20",
- "symbol": "RTC",
- "decimals": 18,
- "status": "active",
- "id": "0x7f9A00E03c2E53A3aF6031C17A150DBeDaAab3dC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7f9A00E03c2E53A3aF6031C17A150DBeDaAab3dC/logo.png b/blockchains/ethereum/assets/0x7f9A00E03c2E53A3aF6031C17A150DBeDaAab3dC/logo.png
deleted file mode 100755
index e92cdd980bee5..0000000000000
Binary files a/blockchains/ethereum/assets/0x7f9A00E03c2E53A3aF6031C17A150DBeDaAab3dC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7fD483c9F72cf1Bf9BE2852810E50DeF29Ff2f7f/info.json b/blockchains/ethereum/assets/0x7fD483c9F72cf1Bf9BE2852810E50DeF29Ff2f7f/info.json
deleted file mode 100644
index b1f1d7765431c..0000000000000
--- a/blockchains/ethereum/assets/0x7fD483c9F72cf1Bf9BE2852810E50DeF29Ff2f7f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CotteToken",
- "symbol": "CTO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7fD483c9F72cf1Bf9BE2852810E50DeF29Ff2f7f",
- "status": "abandoned",
- "id": "0x7fD483c9F72cf1Bf9BE2852810E50DeF29Ff2f7f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7fD483c9F72cf1Bf9BE2852810E50DeF29Ff2f7f/logo.png b/blockchains/ethereum/assets/0x7fD483c9F72cf1Bf9BE2852810E50DeF29Ff2f7f/logo.png
deleted file mode 100644
index 19059afd4861f..0000000000000
Binary files a/blockchains/ethereum/assets/0x7fD483c9F72cf1Bf9BE2852810E50DeF29Ff2f7f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7fDbd45a8fd1530995b4D9701E1cC1e71Ad12955/info.json b/blockchains/ethereum/assets/0x7fDbd45a8fd1530995b4D9701E1cC1e71Ad12955/info.json
deleted file mode 100644
index fe36c11afcbf7..0000000000000
--- a/blockchains/ethereum/assets/0x7fDbd45a8fd1530995b4D9701E1cC1e71Ad12955/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C361427",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7fDbd45a8fd1530995b4D9701E1cC1e71Ad12955",
- "status": "abandoned",
- "id": "0x7fDbd45a8fd1530995b4D9701E1cC1e71Ad12955"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7fDbd45a8fd1530995b4D9701E1cC1e71Ad12955/logo.png b/blockchains/ethereum/assets/0x7fDbd45a8fd1530995b4D9701E1cC1e71Ad12955/logo.png
deleted file mode 100644
index 8dbe252b57464..0000000000000
Binary files a/blockchains/ethereum/assets/0x7fDbd45a8fd1530995b4D9701E1cC1e71Ad12955/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x7fa149D89B96F50B3AE6A2554a4Ffe022575B1bf/info.json b/blockchains/ethereum/assets/0x7fa149D89B96F50B3AE6A2554a4Ffe022575B1bf/info.json
deleted file mode 100644
index 0ef78f012a4a6..0000000000000
--- a/blockchains/ethereum/assets/0x7fa149D89B96F50B3AE6A2554a4Ffe022575B1bf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-5/30M5",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x7fa149D89B96F50B3AE6A2554a4Ffe022575B1bf",
- "status": "abandoned",
- "id": "0x7fa149D89B96F50B3AE6A2554a4Ffe022575B1bf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x7fa149D89B96F50B3AE6A2554a4Ffe022575B1bf/logo.png b/blockchains/ethereum/assets/0x7fa149D89B96F50B3AE6A2554a4Ffe022575B1bf/logo.png
deleted file mode 100644
index 74a561d9ffb42..0000000000000
Binary files a/blockchains/ethereum/assets/0x7fa149D89B96F50B3AE6A2554a4Ffe022575B1bf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8003C49f6ebACDdC493EA47CAB45e892d1B638a1/info.json b/blockchains/ethereum/assets/0x8003C49f6ebACDdC493EA47CAB45e892d1B638a1/info.json
deleted file mode 100644
index 22cdf92e23adb..0000000000000
--- a/blockchains/ethereum/assets/0x8003C49f6ebACDdC493EA47CAB45e892d1B638a1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AmpleGold",
- "website": "https://amplegold.io/",
- "description": "Ample Gold ($AMPLG) is worlds first and only goldpegged elastic tokensupply defi-protocol. $AMPLG is a decentralized ERC20 token which reaches supply-price equilibrium by increasing and decreasing the totalsupply. This is done by Rebasing events which trigger at random time intervals.",
- "explorer": "https://etherscan.io/token/0x8003C49f6ebACDdC493EA47CAB45e892d1B638a1",
- "type": "ERC20",
- "symbol": "AMPLG",
- "decimals": 9,
- "status": "active",
- "id": "0x8003C49f6ebACDdC493EA47CAB45e892d1B638a1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8003C49f6ebACDdC493EA47CAB45e892d1B638a1/logo.png b/blockchains/ethereum/assets/0x8003C49f6ebACDdC493EA47CAB45e892d1B638a1/logo.png
deleted file mode 100644
index 7966a5b0b8f6f..0000000000000
Binary files a/blockchains/ethereum/assets/0x8003C49f6ebACDdC493EA47CAB45e892d1B638a1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x800c9882C0bF3E7908c0De8Da940Ab1d4F4458ee/info.json b/blockchains/ethereum/assets/0x800c9882C0bF3E7908c0De8Da940Ab1d4F4458ee/info.json
deleted file mode 100644
index 29d1146670075..0000000000000
--- a/blockchains/ethereum/assets/0x800c9882C0bF3E7908c0De8Da940Ab1d4F4458ee/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R810805",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x800c9882C0bF3E7908c0De8Da940Ab1d4F4458ee",
- "status": "abandoned",
- "id": "0x800c9882C0bF3E7908c0De8Da940Ab1d4F4458ee"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x800c9882C0bF3E7908c0De8Da940Ab1d4F4458ee/logo.png b/blockchains/ethereum/assets/0x800c9882C0bF3E7908c0De8Da940Ab1d4F4458ee/logo.png
deleted file mode 100755
index 1c028cd336b7d..0000000000000
Binary files a/blockchains/ethereum/assets/0x800c9882C0bF3E7908c0De8Da940Ab1d4F4458ee/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8013D06A86F341afAB95F82f6487e44c4Dc0C655/info.json b/blockchains/ethereum/assets/0x8013D06A86F341afAB95F82f6487e44c4Dc0C655/info.json
deleted file mode 100644
index aab337e3ef526..0000000000000
--- a/blockchains/ethereum/assets/0x8013D06A86F341afAB95F82f6487e44c4Dc0C655/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BITCOIN SVGOLD",
- "symbol": "BSVG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.bitcoinsvgold.org/",
- "explorer": "https://etherscan.io/token/0x8013D06A86F341afAB95F82f6487e44c4Dc0C655",
- "status": "abandoned",
- "id": "0x8013D06A86F341afAB95F82f6487e44c4Dc0C655"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8013D06A86F341afAB95F82f6487e44c4Dc0C655/logo.png b/blockchains/ethereum/assets/0x8013D06A86F341afAB95F82f6487e44c4Dc0C655/logo.png
deleted file mode 100644
index 602f1cfbd369c..0000000000000
Binary files a/blockchains/ethereum/assets/0x8013D06A86F341afAB95F82f6487e44c4Dc0C655/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x801Af47bA35316B7DA5EAe0a08904B014E7eC696/info.json b/blockchains/ethereum/assets/0x801Af47bA35316B7DA5EAe0a08904B014E7eC696/info.json
deleted file mode 100644
index 808d65c6a490b..0000000000000
--- a/blockchains/ethereum/assets/0x801Af47bA35316B7DA5EAe0a08904B014E7eC696/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IPP COIN",
- "symbol": "IPP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x801Af47bA35316B7DA5EAe0a08904B014E7eC696",
- "status": "abandoned",
- "id": "0x801Af47bA35316B7DA5EAe0a08904B014E7eC696"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x801Af47bA35316B7DA5EAe0a08904B014E7eC696/logo.png b/blockchains/ethereum/assets/0x801Af47bA35316B7DA5EAe0a08904B014E7eC696/logo.png
deleted file mode 100755
index d19f3af948f2b..0000000000000
Binary files a/blockchains/ethereum/assets/0x801Af47bA35316B7DA5EAe0a08904B014E7eC696/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8040d35ED6c82f75b1078Cf5Eb93A2cFd34b2Bd8/info.json b/blockchains/ethereum/assets/0x8040d35ED6c82f75b1078Cf5Eb93A2cFd34b2Bd8/info.json
deleted file mode 100644
index 2e4d9cbf87ddc..0000000000000
--- a/blockchains/ethereum/assets/0x8040d35ED6c82f75b1078Cf5Eb93A2cFd34b2Bd8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitreal",
- "symbol": "BTR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8040d35ED6c82f75b1078Cf5Eb93A2cFd34b2Bd8",
- "status": "abandoned",
- "id": "0x8040d35ED6c82f75b1078Cf5Eb93A2cFd34b2Bd8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8040d35ED6c82f75b1078Cf5Eb93A2cFd34b2Bd8/logo.png b/blockchains/ethereum/assets/0x8040d35ED6c82f75b1078Cf5Eb93A2cFd34b2Bd8/logo.png
deleted file mode 100755
index 3a2e03fde31d9..0000000000000
Binary files a/blockchains/ethereum/assets/0x8040d35ED6c82f75b1078Cf5Eb93A2cFd34b2Bd8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x80640db285Cc63496bdd8c1980A7f4526A4D477F/info.json b/blockchains/ethereum/assets/0x80640db285Cc63496bdd8c1980A7f4526A4D477F/info.json
deleted file mode 100644
index 66be95e016e2f..0000000000000
--- a/blockchains/ethereum/assets/0x80640db285Cc63496bdd8c1980A7f4526A4D477F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BeatzCoin",
- "symbol": "BTZC",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x80640db285Cc63496bdd8c1980A7f4526A4D477F",
- "status": "abandoned",
- "id": "0x80640db285Cc63496bdd8c1980A7f4526A4D477F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x80640db285Cc63496bdd8c1980A7f4526A4D477F/logo.png b/blockchains/ethereum/assets/0x80640db285Cc63496bdd8c1980A7f4526A4D477F/logo.png
deleted file mode 100644
index d6c6f21201602..0000000000000
Binary files a/blockchains/ethereum/assets/0x80640db285Cc63496bdd8c1980A7f4526A4D477F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8069080a922834460C3A092FB2c1510224dc066b/info.json b/blockchains/ethereum/assets/0x8069080a922834460C3A092FB2c1510224dc066b/info.json
deleted file mode 100644
index 9a61cc7b2ef73..0000000000000
--- a/blockchains/ethereum/assets/0x8069080a922834460C3A092FB2c1510224dc066b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SpaceChain",
- "symbol": "SPC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://spacechain.com/",
- "explorer": "https://etherscan.io/token/0x8069080a922834460C3A092FB2c1510224dc066b",
- "status": "abandoned",
- "id": "0x8069080a922834460C3A092FB2c1510224dc066b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8069080a922834460C3A092FB2c1510224dc066b/logo.png b/blockchains/ethereum/assets/0x8069080a922834460C3A092FB2c1510224dc066b/logo.png
deleted file mode 100644
index 770232c1ee75d..0000000000000
Binary files a/blockchains/ethereum/assets/0x8069080a922834460C3A092FB2c1510224dc066b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8081749f7F049d0B7E32BB33DEcaD9eeD96693D5/info.json b/blockchains/ethereum/assets/0x8081749f7F049d0B7E32BB33DEcaD9eeD96693D5/info.json
deleted file mode 100644
index 79561c476b925..0000000000000
--- a/blockchains/ethereum/assets/0x8081749f7F049d0B7E32BB33DEcaD9eeD96693D5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "International Financial Asset",
- "symbol": "IFA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8081749f7F049d0B7E32BB33DEcaD9eeD96693D5",
- "status": "abandoned",
- "id": "0x8081749f7F049d0B7E32BB33DEcaD9eeD96693D5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8081749f7F049d0B7E32BB33DEcaD9eeD96693D5/logo.png b/blockchains/ethereum/assets/0x8081749f7F049d0B7E32BB33DEcaD9eeD96693D5/logo.png
deleted file mode 100644
index b1dda62601cf7..0000000000000
Binary files a/blockchains/ethereum/assets/0x8081749f7F049d0B7E32BB33DEcaD9eeD96693D5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8082938646A474cf08f2107791bc9F644D9DAd75/info.json b/blockchains/ethereum/assets/0x8082938646A474cf08f2107791bc9F644D9DAd75/info.json
deleted file mode 100644
index bfe6afeb10e8c..0000000000000
--- a/blockchains/ethereum/assets/0x8082938646A474cf08f2107791bc9F644D9DAd75/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DD Platinum",
- "symbol": "DDP",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8082938646A474cf08f2107791bc9F644D9DAd75",
- "status": "abandoned",
- "id": "0x8082938646A474cf08f2107791bc9F644D9DAd75"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8082938646A474cf08f2107791bc9F644D9DAd75/logo.png b/blockchains/ethereum/assets/0x8082938646A474cf08f2107791bc9F644D9DAd75/logo.png
deleted file mode 100644
index 22a8411cdb255..0000000000000
Binary files a/blockchains/ethereum/assets/0x8082938646A474cf08f2107791bc9F644D9DAd75/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x808470d3C22263bca54d2634BCA479bF05d36E93/info.json b/blockchains/ethereum/assets/0x808470d3C22263bca54d2634BCA479bF05d36E93/info.json
deleted file mode 100644
index 331afd74a392d..0000000000000
--- a/blockchains/ethereum/assets/0x808470d3C22263bca54d2634BCA479bF05d36E93/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Quantum Generation",
- "symbol": "QUBIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x808470d3C22263bca54d2634BCA479bF05d36E93",
- "status": "abandoned",
- "id": "0x808470d3C22263bca54d2634BCA479bF05d36E93"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x808470d3C22263bca54d2634BCA479bF05d36E93/logo.png b/blockchains/ethereum/assets/0x808470d3C22263bca54d2634BCA479bF05d36E93/logo.png
deleted file mode 100644
index 0ab224b6aac11..0000000000000
Binary files a/blockchains/ethereum/assets/0x808470d3C22263bca54d2634BCA479bF05d36E93/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x808507121B80c02388fAd14726482e061B8da827/info.json b/blockchains/ethereum/assets/0x808507121B80c02388fAd14726482e061B8da827/info.json
deleted file mode 100644
index df578b1b086bd..0000000000000
--- a/blockchains/ethereum/assets/0x808507121B80c02388fAd14726482e061B8da827/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Pendle",
- "website": "https://www.pendle.finance/",
- "description": "Pendle is a protocol for people to trade and hedge yield. Users can tokenize yield and trade them on Pendle's AMM",
- "explorer": "https://etherscan.io/token/0x808507121b80c02388fad14726482e061b8da827",
- "type": "ERC20",
- "symbol": "PENDLE",
- "decimals": 18,
- "status": "active",
- "id": "0x808507121B80c02388fAd14726482e061B8da827",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/pendle-finance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/pendle_fi"
- },
- {
- "name": "docs",
- "url": "https://docs.pendle.finance/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/pendle"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/9x9VUngNZD"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x808507121B80c02388fAd14726482e061B8da827/logo.png b/blockchains/ethereum/assets/0x808507121B80c02388fAd14726482e061B8da827/logo.png
deleted file mode 100644
index 20b9f4470afad..0000000000000
Binary files a/blockchains/ethereum/assets/0x808507121B80c02388fAd14726482e061B8da827/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x809826cceAb68c387726af962713b64Cb5Cb3CCA/info.json b/blockchains/ethereum/assets/0x809826cceAb68c387726af962713b64Cb5Cb3CCA/info.json
deleted file mode 100644
index a75fa5f8e5dc5..0000000000000
--- a/blockchains/ethereum/assets/0x809826cceAb68c387726af962713b64Cb5Cb3CCA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NucleusVision",
- "symbol": "nCash",
- "type": "ERC20",
- "decimals": 18,
- "description": "Our mission is to connect the unconnected, so brick and mortar stores business can access previously unavailable insights.",
- "website": "https://nucleus.vision",
- "explorer": "https://etherscan.io/token/0x809826cceAb68c387726af962713b64Cb5Cb3CCA",
- "status": "active",
- "id": "0x809826cceAb68c387726af962713b64Cb5Cb3CCA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x809826cceAb68c387726af962713b64Cb5Cb3CCA/logo.png b/blockchains/ethereum/assets/0x809826cceAb68c387726af962713b64Cb5Cb3CCA/logo.png
deleted file mode 100755
index 20a9cc2866515..0000000000000
Binary files a/blockchains/ethereum/assets/0x809826cceAb68c387726af962713b64Cb5Cb3CCA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x809FAaF63eE61B9133102b4Fbe560219b534b6e4/info.json b/blockchains/ethereum/assets/0x809FAaF63eE61B9133102b4Fbe560219b534b6e4/info.json
deleted file mode 100644
index 6138d00ef5110..0000000000000
--- a/blockchains/ethereum/assets/0x809FAaF63eE61B9133102b4Fbe560219b534b6e4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PurpleCoin",
- "symbol": "PPC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x809FAaF63eE61B9133102b4Fbe560219b534b6e4",
- "status": "abandoned",
- "id": "0x809FAaF63eE61B9133102b4Fbe560219b534b6e4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x809FAaF63eE61B9133102b4Fbe560219b534b6e4/logo.png b/blockchains/ethereum/assets/0x809FAaF63eE61B9133102b4Fbe560219b534b6e4/logo.png
deleted file mode 100755
index ead1d5a2caa26..0000000000000
Binary files a/blockchains/ethereum/assets/0x809FAaF63eE61B9133102b4Fbe560219b534b6e4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x80BC5512561c7f85A3A9508c7df7901b370Fa1DF/info.json b/blockchains/ethereum/assets/0x80BC5512561c7f85A3A9508c7df7901b370Fa1DF/info.json
deleted file mode 100644
index 9f1aa4dc8ae81..0000000000000
--- a/blockchains/ethereum/assets/0x80BC5512561c7f85A3A9508c7df7901b370Fa1DF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TradeToken",
- "symbol": "TIO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x80BC5512561c7f85A3A9508c7df7901b370Fa1DF",
- "status": "abandoned",
- "id": "0x80BC5512561c7f85A3A9508c7df7901b370Fa1DF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x80BC5512561c7f85A3A9508c7df7901b370Fa1DF/logo.png b/blockchains/ethereum/assets/0x80BC5512561c7f85A3A9508c7df7901b370Fa1DF/logo.png
deleted file mode 100644
index 33522d859f095..0000000000000
Binary files a/blockchains/ethereum/assets/0x80BC5512561c7f85A3A9508c7df7901b370Fa1DF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x80C62FE4487E1351b47Ba49809EBD60ED085bf52/info.json b/blockchains/ethereum/assets/0x80C62FE4487E1351b47Ba49809EBD60ED085bf52/info.json
deleted file mode 100644
index 1acd8e509c332..0000000000000
--- a/blockchains/ethereum/assets/0x80C62FE4487E1351b47Ba49809EBD60ED085bf52/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "CLV",
- "website": "https://clv.org/",
- "description": "Clover is the native token of CLV M-Chain, and is used for staking to take part in network consensus, transaction fees, platform rewards, and network governance.",
- "explorer": "https://etherscan.io/token/0x80C62FE4487E1351b47Ba49809EBD60ED085bf52",
- "symbol": "CLV",
- "type": "ERC20",
- "decimals": 18,
- "status": "active",
- "id": "0x80C62FE4487E1351b47Ba49809EBD60ED085bf52",
- "tags": [
- "staking-native"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/clover-network"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/clv_org"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@clv_org"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x80C62FE4487E1351b47Ba49809EBD60ED085bf52/logo.png b/blockchains/ethereum/assets/0x80C62FE4487E1351b47Ba49809EBD60ED085bf52/logo.png
deleted file mode 100644
index c8b9890a7b891..0000000000000
Binary files a/blockchains/ethereum/assets/0x80C62FE4487E1351b47Ba49809EBD60ED085bf52/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x80CE3027a70e0A928d9268994e9B85d03Bd4CDcf/info.json b/blockchains/ethereum/assets/0x80CE3027a70e0A928d9268994e9B85d03Bd4CDcf/info.json
deleted file mode 100644
index 3ebb1b45fac00..0000000000000
--- a/blockchains/ethereum/assets/0x80CE3027a70e0A928d9268994e9B85d03Bd4CDcf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Polkalokr",
- "symbol": "LKR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Polkalokr is restoring trust & simplicity to complex token ecosystems.",
- "website": "https://polkalokr.com",
- "explorer": "https://etherscan.io/token/0x80CE3027a70e0A928d9268994e9B85d03Bd4CDcf",
- "status": "active",
- "id": "0x80CE3027a70e0A928d9268994e9B85d03Bd4CDcf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x80CE3027a70e0A928d9268994e9B85d03Bd4CDcf/logo.png b/blockchains/ethereum/assets/0x80CE3027a70e0A928d9268994e9B85d03Bd4CDcf/logo.png
deleted file mode 100644
index 4942cda9eb8b0..0000000000000
Binary files a/blockchains/ethereum/assets/0x80CE3027a70e0A928d9268994e9B85d03Bd4CDcf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x80D09dA032F4293b1f1295274509Cb76C2A5DC42/info.json b/blockchains/ethereum/assets/0x80D09dA032F4293b1f1295274509Cb76C2A5DC42/info.json
deleted file mode 100644
index 65e4d5076b6e8..0000000000000
--- a/blockchains/ethereum/assets/0x80D09dA032F4293b1f1295274509Cb76C2A5DC42/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Visa Application Chain",
- "symbol": "VAAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x80D09dA032F4293b1f1295274509Cb76C2A5DC42",
- "status": "abandoned",
- "id": "0x80D09dA032F4293b1f1295274509Cb76C2A5DC42"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x80D09dA032F4293b1f1295274509Cb76C2A5DC42/logo.png b/blockchains/ethereum/assets/0x80D09dA032F4293b1f1295274509Cb76C2A5DC42/logo.png
deleted file mode 100644
index 87623c2832e39..0000000000000
Binary files a/blockchains/ethereum/assets/0x80D09dA032F4293b1f1295274509Cb76C2A5DC42/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x80E7a4d750aDe616Da896C49049B7EdE9e04C191/info.json b/blockchains/ethereum/assets/0x80E7a4d750aDe616Da896C49049B7EdE9e04C191/info.json
deleted file mode 100644
index 519e4e88f7391..0000000000000
--- a/blockchains/ethereum/assets/0x80E7a4d750aDe616Da896C49049B7EdE9e04C191/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AstrCoin",
- "symbol": "ASTR",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x80E7a4d750aDe616Da896C49049B7EdE9e04C191",
- "status": "spam",
- "id": "0x80E7a4d750aDe616Da896C49049B7EdE9e04C191"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x80E7a4d750aDe616Da896C49049B7EdE9e04C191/logo.png b/blockchains/ethereum/assets/0x80E7a4d750aDe616Da896C49049B7EdE9e04C191/logo.png
deleted file mode 100644
index e15ec34d1315c..0000000000000
Binary files a/blockchains/ethereum/assets/0x80E7a4d750aDe616Da896C49049B7EdE9e04C191/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x80aB141F324C3d6F2b18b030f1C4E95d4d658778/info.json b/blockchains/ethereum/assets/0x80aB141F324C3d6F2b18b030f1C4E95d4d658778/info.json
deleted file mode 100644
index 33c65fac27965..0000000000000
--- a/blockchains/ethereum/assets/0x80aB141F324C3d6F2b18b030f1C4E95d4d658778/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "DEA",
- "type": "ERC20",
- "symbol": "DEA",
- "decimals": 18,
- "website": "https://deus.finance/",
- "description": "DEA is the female part of DEUS. She will become the voice of the unheard & the balance of the rough forces.",
- "explorer": "https://etherscan.io/token/0x80aB141F324C3d6F2b18b030f1C4E95d4d658778",
- "status": "abandoned",
- "id": "0x80aB141F324C3d6F2b18b030f1C4E95d4d658778",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/deusfinance"
- },
- {
- "name": "whitepaper",
- "url": "https://medium.com/@deusfinance/deus-dea-unveiling-the-governance-token-of-the-deus-ecosystem-part-1-26d6433aac13"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x80aCB802869F7B825cdBdaCb504cF95b595BB930/info.json b/blockchains/ethereum/assets/0x80aCB802869F7B825cdBdaCb504cF95b595BB930/info.json
deleted file mode 100644
index 42d9ca7dcfb7f..0000000000000
--- a/blockchains/ethereum/assets/0x80aCB802869F7B825cdBdaCb504cF95b595BB930/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Core",
- "symbol": "CRX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x80aCB802869F7B825cdBdaCb504cF95b595BB930",
- "status": "abandoned",
- "id": "0x80aCB802869F7B825cdBdaCb504cF95b595BB930"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x80aCB802869F7B825cdBdaCb504cF95b595BB930/logo.png b/blockchains/ethereum/assets/0x80aCB802869F7B825cdBdaCb504cF95b595BB930/logo.png
deleted file mode 100644
index 17111efa034a8..0000000000000
Binary files a/blockchains/ethereum/assets/0x80aCB802869F7B825cdBdaCb504cF95b595BB930/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x80bD0cc689c206e3F642919244c4251c7Ef19852/info.json b/blockchains/ethereum/assets/0x80bD0cc689c206e3F642919244c4251c7Ef19852/info.json
deleted file mode 100644
index ea481fbe505e8..0000000000000
--- a/blockchains/ethereum/assets/0x80bD0cc689c206e3F642919244c4251c7Ef19852/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SudanGoldCoin",
- "symbol": "SGC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://sudangoldcoin.com/",
- "explorer": "https://etherscan.io/token/0x80bD0cc689c206e3F642919244c4251c7Ef19852",
- "status": "abandoned",
- "id": "0x80bD0cc689c206e3F642919244c4251c7Ef19852"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x80bD0cc689c206e3F642919244c4251c7Ef19852/logo.png b/blockchains/ethereum/assets/0x80bD0cc689c206e3F642919244c4251c7Ef19852/logo.png
deleted file mode 100644
index 051abd5b63b1c..0000000000000
Binary files a/blockchains/ethereum/assets/0x80bD0cc689c206e3F642919244c4251c7Ef19852/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x80bb277f4355A43CDbB86a82F9876C946476d9Eb/info.json b/blockchains/ethereum/assets/0x80bb277f4355A43CDbB86a82F9876C946476d9Eb/info.json
deleted file mode 100644
index 34926e2aebdb5..0000000000000
--- a/blockchains/ethereum/assets/0x80bb277f4355A43CDbB86a82F9876C946476d9Eb/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "DogDefiCoin",
- "website": "https://dogdeficoin.com",
- "description": "DogDefi offers liquidity mining and earn DogDeFiCoin as reward.",
- "explorer": "https://etherscan.io/token/0x80bb277f4355a43cdbb86a82f9876c946476d9eb",
- "type": "ERC20",
- "symbol": "DOGDEFI",
- "decimals": 18,
- "status": "active",
- "id": "0x80bb277f4355A43CDbB86a82F9876C946476d9Eb",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/DogDeFiCoin"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x80bb277f4355A43CDbB86a82F9876C946476d9Eb/logo.png b/blockchains/ethereum/assets/0x80bb277f4355A43CDbB86a82F9876C946476d9Eb/logo.png
deleted file mode 100644
index 6a2d40cae4603..0000000000000
Binary files a/blockchains/ethereum/assets/0x80bb277f4355A43CDbB86a82F9876C946476d9Eb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x80bf9169f4c7bc84344FbC75B026dd57252D9a0C/info.json b/blockchains/ethereum/assets/0x80bf9169f4c7bc84344FbC75B026dd57252D9a0C/info.json
deleted file mode 100644
index e6fc89860f827..0000000000000
--- a/blockchains/ethereum/assets/0x80bf9169f4c7bc84344FbC75B026dd57252D9a0C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USDNT",
- "symbol": "USDNT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x80bf9169f4c7bc84344FbC75B026dd57252D9a0C",
- "status": "abandoned",
- "id": "0x80bf9169f4c7bc84344FbC75B026dd57252D9a0C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x80bf9169f4c7bc84344FbC75B026dd57252D9a0C/logo.png b/blockchains/ethereum/assets/0x80bf9169f4c7bc84344FbC75B026dd57252D9a0C/logo.png
deleted file mode 100644
index f38b66645cb3e..0000000000000
Binary files a/blockchains/ethereum/assets/0x80bf9169f4c7bc84344FbC75B026dd57252D9a0C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x80c8C3dCfB854f9542567c8Dac3f44D709eBc1de/info.json b/blockchains/ethereum/assets/0x80c8C3dCfB854f9542567c8Dac3f44D709eBc1de/info.json
deleted file mode 100644
index 690d4c7b2e01f..0000000000000
--- a/blockchains/ethereum/assets/0x80c8C3dCfB854f9542567c8Dac3f44D709eBc1de/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "MilkyWayToken",
- "website": "https://spaceswap.app/",
- "description": "The SpaceSwap project aims to become the first and only one-stop-station for major DeFi protocols. It will provide users with a fair and profitable earnings sharing system, topped by MilkyWay (MILK2) coin rewards and MilkShake (SHAKE), to boost your earnings.",
- "explorer": "https://etherscan.io/token/0x80c8C3dCfB854f9542567c8Dac3f44D709eBc1de",
- "type": "ERC20",
- "symbol": "MILK2",
- "decimals": 18,
- "status": "active",
- "id": "0x80c8C3dCfB854f9542567c8Dac3f44D709eBc1de",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/spaceswap/spaceswap"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/spaceswapdefi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/spaceswap"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/r6RymJj"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x80c8C3dCfB854f9542567c8Dac3f44D709eBc1de/logo.png b/blockchains/ethereum/assets/0x80c8C3dCfB854f9542567c8Dac3f44D709eBc1de/logo.png
deleted file mode 100644
index 94b6dc8493227..0000000000000
Binary files a/blockchains/ethereum/assets/0x80c8C3dCfB854f9542567c8Dac3f44D709eBc1de/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x80d211718f9B9Ba31959a14328Acd8D8c9d5382f/info.json b/blockchains/ethereum/assets/0x80d211718f9B9Ba31959a14328Acd8D8c9d5382f/info.json
deleted file mode 100644
index 0ae2540a532c9..0000000000000
--- a/blockchains/ethereum/assets/0x80d211718f9B9Ba31959a14328Acd8D8c9d5382f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Palmes",
- "website": "https://palmestoken.com/",
- "description": "Palmes: An innovative concept to generate new assets with security and blockchain technology.",
- "explorer": "https://etherscan.io/token/0x80d211718f9B9Ba31959a14328Acd8D8c9d5382f",
- "type": "ERC20",
- "symbol": "PLM",
- "decimals": 6,
- "status": "active",
- "id": "0x80d211718f9B9Ba31959a14328Acd8D8c9d5382f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x80d211718f9B9Ba31959a14328Acd8D8c9d5382f/logo.png b/blockchains/ethereum/assets/0x80d211718f9B9Ba31959a14328Acd8D8c9d5382f/logo.png
deleted file mode 100644
index 421b0ca53756a..0000000000000
Binary files a/blockchains/ethereum/assets/0x80d211718f9B9Ba31959a14328Acd8D8c9d5382f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x80e82Dd8707a68D9f26a3035c1bBF2b704549801/info.json b/blockchains/ethereum/assets/0x80e82Dd8707a68D9f26a3035c1bBF2b704549801/info.json
deleted file mode 100644
index 192d7d94ad5d0..0000000000000
--- a/blockchains/ethereum/assets/0x80e82Dd8707a68D9f26a3035c1bBF2b704549801/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Trendercoin",
- "symbol": "TDC",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x80e82Dd8707a68D9f26a3035c1bBF2b704549801",
- "status": "abandoned",
- "id": "0x80e82Dd8707a68D9f26a3035c1bBF2b704549801"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x80e82Dd8707a68D9f26a3035c1bBF2b704549801/logo.png b/blockchains/ethereum/assets/0x80e82Dd8707a68D9f26a3035c1bBF2b704549801/logo.png
deleted file mode 100644
index 3d5d262445f40..0000000000000
Binary files a/blockchains/ethereum/assets/0x80e82Dd8707a68D9f26a3035c1bBF2b704549801/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x80f222a749a2e18Eb7f676D371F19ad7EFEEe3b7/info.json b/blockchains/ethereum/assets/0x80f222a749a2e18Eb7f676D371F19ad7EFEEe3b7/info.json
deleted file mode 100644
index dd1c4f56d3336..0000000000000
--- a/blockchains/ethereum/assets/0x80f222a749a2e18Eb7f676D371F19ad7EFEEe3b7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Magnolia Token",
- "symbol": "MGN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x80f222a749a2e18Eb7f676D371F19ad7EFEEe3b7",
- "status": "abandoned",
- "id": "0x80f222a749a2e18Eb7f676D371F19ad7EFEEe3b7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x80f222a749a2e18Eb7f676D371F19ad7EFEEe3b7/logo.png b/blockchains/ethereum/assets/0x80f222a749a2e18Eb7f676D371F19ad7EFEEe3b7/logo.png
deleted file mode 100644
index 1a1b7fd0ab68f..0000000000000
Binary files a/blockchains/ethereum/assets/0x80f222a749a2e18Eb7f676D371F19ad7EFEEe3b7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x80fB784B7eD66730e8b1DBd9820aFD29931aab03/info.json b/blockchains/ethereum/assets/0x80fB784B7eD66730e8b1DBd9820aFD29931aab03/info.json
deleted file mode 100644
index b21e28aa6a84b..0000000000000
--- a/blockchains/ethereum/assets/0x80fB784B7eD66730e8b1DBd9820aFD29931aab03/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Aave",
- "website": "https://aave.com",
- "description": "Aave is an Open Source and Non-Custodial protocol to earn interest on deposits & borrow assets.",
- "explorer": "https://etherscan.io/token/0x80fB784B7eD66730e8b1DBd9820aFD29931aab03",
- "research": "https://research.binance.com/en/projects/aave-protocol",
- "type": "ERC20",
- "symbol": "LEND",
- "decimals": 18,
- "status": "abandoned",
- "id": "0x80fB784B7eD66730e8b1DBd9820aFD29931aab03"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x810908B285f85Af668F6348cD8B26D76B3EC12e1/info.json b/blockchains/ethereum/assets/0x810908B285f85Af668F6348cD8B26D76B3EC12e1/info.json
deleted file mode 100644
index d2b8565481c35..0000000000000
--- a/blockchains/ethereum/assets/0x810908B285f85Af668F6348cD8B26D76B3EC12e1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Swapcoinz",
- "symbol": "SPAZ",
- "type": "ERC20",
- "decimals": 8,
- "description": "Swapcoinz The #1 Blockchain Innovative Playground Solution For African Kids With our sole Mission to be a bridge between Families and Businesses.",
- "website": "https://swapcoinz.io/",
- "explorer": "https://etherscan.io/token/0x810908B285f85Af668F6348cD8B26D76B3EC12e1",
- "status": "active",
- "id": "0x810908B285f85Af668F6348cD8B26D76B3EC12e1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x810908B285f85Af668F6348cD8B26D76B3EC12e1/logo.png b/blockchains/ethereum/assets/0x810908B285f85Af668F6348cD8B26D76B3EC12e1/logo.png
deleted file mode 100644
index d92169364c0c1..0000000000000
Binary files a/blockchains/ethereum/assets/0x810908B285f85Af668F6348cD8B26D76B3EC12e1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x812456F20215B291fd1246a4A63065E38961949f/info.json b/blockchains/ethereum/assets/0x812456F20215B291fd1246a4A63065E38961949f/info.json
deleted file mode 100644
index 8e6bb087cf686..0000000000000
--- a/blockchains/ethereum/assets/0x812456F20215B291fd1246a4A63065E38961949f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "halo",
- "symbol": "halo",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x812456F20215B291fd1246a4A63065E38961949f",
- "status": "abandoned",
- "id": "0x812456F20215B291fd1246a4A63065E38961949f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x812456F20215B291fd1246a4A63065E38961949f/logo.png b/blockchains/ethereum/assets/0x812456F20215B291fd1246a4A63065E38961949f/logo.png
deleted file mode 100644
index 09f925762375e..0000000000000
Binary files a/blockchains/ethereum/assets/0x812456F20215B291fd1246a4A63065E38961949f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x81246a3F5fab7Aa9f4F625866105F3CAfFc67686/info.json b/blockchains/ethereum/assets/0x81246a3F5fab7Aa9f4F625866105F3CAfFc67686/info.json
deleted file mode 100644
index ec340ad345949..0000000000000
--- a/blockchains/ethereum/assets/0x81246a3F5fab7Aa9f4F625866105F3CAfFc67686/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DIM Token",
- "website": "https://dim.chat",
- "description": "An open source project that provides both a decentralized instant messaging protocol and the system architecture that makes it work.",
- "explorer": "https://etherscan.io/token/0x81246a3F5fab7Aa9f4F625866105F3CAfFc67686",
- "type": "ERC20",
- "symbol": "DIMT",
- "decimals": 18,
- "status": "active",
- "id": "0x81246a3F5fab7Aa9f4F625866105F3CAfFc67686"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x81246a3F5fab7Aa9f4F625866105F3CAfFc67686/logo.png b/blockchains/ethereum/assets/0x81246a3F5fab7Aa9f4F625866105F3CAfFc67686/logo.png
deleted file mode 100644
index 2b243a70a5c34..0000000000000
Binary files a/blockchains/ethereum/assets/0x81246a3F5fab7Aa9f4F625866105F3CAfFc67686/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x81311Be50efd05ee4501d884F0152f942015508b/info.json b/blockchains/ethereum/assets/0x81311Be50efd05ee4501d884F0152f942015508b/info.json
deleted file mode 100644
index 2f06e5e2b2556..0000000000000
--- a/blockchains/ethereum/assets/0x81311Be50efd05ee4501d884F0152f942015508b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "World Wide Trade Coin",
- "symbol": "WWTC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x81311Be50efd05ee4501d884F0152f942015508b",
- "status": "abandoned",
- "id": "0x81311Be50efd05ee4501d884F0152f942015508b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x81311Be50efd05ee4501d884F0152f942015508b/logo.png b/blockchains/ethereum/assets/0x81311Be50efd05ee4501d884F0152f942015508b/logo.png
deleted file mode 100644
index 90d68adcedd30..0000000000000
Binary files a/blockchains/ethereum/assets/0x81311Be50efd05ee4501d884F0152f942015508b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x813b428aF3920226E059B68A62e4c04933D4eA7a/info.json b/blockchains/ethereum/assets/0x813b428aF3920226E059B68A62e4c04933D4eA7a/info.json
deleted file mode 100644
index c89c0f85188fa..0000000000000
--- a/blockchains/ethereum/assets/0x813b428aF3920226E059B68A62e4c04933D4eA7a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Decentralized Asset Trading Platform",
- "symbol": "DATP",
- "type": "ERC20",
- "decimals": 8,
- "description": "The Decentralized Trading Asset Platform is a DAPP opensource toolkit built for transactions using third parties with decentralized P2P networks.",
- "website": "https://datp.market/",
- "explorer": "https://etherscan.io/token/0x813b428aF3920226E059B68A62e4c04933D4eA7a",
- "status": "active",
- "id": "0x813b428aF3920226E059B68A62e4c04933D4eA7a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x813b428aF3920226E059B68A62e4c04933D4eA7a/logo.png b/blockchains/ethereum/assets/0x813b428aF3920226E059B68A62e4c04933D4eA7a/logo.png
deleted file mode 100644
index 4e96930e92976..0000000000000
Binary files a/blockchains/ethereum/assets/0x813b428aF3920226E059B68A62e4c04933D4eA7a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x814964b1bceAf24e26296D031EaDf134a2Ca4105/info.json b/blockchains/ethereum/assets/0x814964b1bceAf24e26296D031EaDf134a2Ca4105/info.json
deleted file mode 100644
index b01c76c71c2e7..0000000000000
--- a/blockchains/ethereum/assets/0x814964b1bceAf24e26296D031EaDf134a2Ca4105/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Newbium",
- "symbol": "NEWB",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x814964b1bceAf24e26296D031EaDf134a2Ca4105",
- "status": "abandoned",
- "id": "0x814964b1bceAf24e26296D031EaDf134a2Ca4105"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x814964b1bceAf24e26296D031EaDf134a2Ca4105/logo.png b/blockchains/ethereum/assets/0x814964b1bceAf24e26296D031EaDf134a2Ca4105/logo.png
deleted file mode 100644
index e1b034a1f117e..0000000000000
Binary files a/blockchains/ethereum/assets/0x814964b1bceAf24e26296D031EaDf134a2Ca4105/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x814F67fA286f7572B041D041b1D99b432c9155Ee/info.json b/blockchains/ethereum/assets/0x814F67fA286f7572B041D041b1D99b432c9155Ee/info.json
deleted file mode 100644
index 5770ef17847b3..0000000000000
--- a/blockchains/ethereum/assets/0x814F67fA286f7572B041D041b1D99b432c9155Ee/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dragon Coins",
- "website": "https://drgtoken.io",
- "description": "Dragon Corp. is a dedicated FinTech company that is fully committed to presenting a state of the art Blockchain payment solution.",
- "explorer": "https://etherscan.io/token/0x814F67fA286f7572B041D041b1D99b432c9155Ee",
- "type": "ERC20",
- "symbol": "DRG",
- "decimals": 8,
- "status": "active",
- "id": "0x814F67fA286f7572B041D041b1D99b432c9155Ee"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x814F67fA286f7572B041D041b1D99b432c9155Ee/logo.png b/blockchains/ethereum/assets/0x814F67fA286f7572B041D041b1D99b432c9155Ee/logo.png
deleted file mode 100644
index f356be6907eab..0000000000000
Binary files a/blockchains/ethereum/assets/0x814F67fA286f7572B041D041b1D99b432c9155Ee/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x814e0908b12A99FeCf5BC101bB5d0b8B5cDf7d26/info.json b/blockchains/ethereum/assets/0x814e0908b12A99FeCf5BC101bB5d0b8B5cDf7d26/info.json
deleted file mode 100644
index e688dd2d1f73a..0000000000000
--- a/blockchains/ethereum/assets/0x814e0908b12A99FeCf5BC101bB5d0b8B5cDf7d26/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Measurable Data Token",
- "website": "http://mdt.io",
- "description": "Measurable Data Token (MDT) aims to provide a decentralized data economy, where data providers and data buyers can exchange data securely and anonymously.",
- "explorer": "https://etherscan.io/token/0x814e0908b12A99FeCf5BC101bB5d0b8B5cDf7d26",
- "research": "https://research.binance.com/en/projects/measurable-data-token",
- "type": "ERC20",
- "symbol": "MDT",
- "decimals": 18,
- "status": "active",
- "id": "0x814e0908b12A99FeCf5BC101bB5d0b8B5cDf7d26"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x814e0908b12A99FeCf5BC101bB5d0b8B5cDf7d26/logo.png b/blockchains/ethereum/assets/0x814e0908b12A99FeCf5BC101bB5d0b8B5cDf7d26/logo.png
deleted file mode 100644
index 90bacfc61ab93..0000000000000
Binary files a/blockchains/ethereum/assets/0x814e0908b12A99FeCf5BC101bB5d0b8B5cDf7d26/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8156C0DCfC78308A12A38CcdE1825c0b4A78d77f/info.json b/blockchains/ethereum/assets/0x8156C0DCfC78308A12A38CcdE1825c0b4A78d77f/info.json
deleted file mode 100644
index 0a7da7e9680b3..0000000000000
--- a/blockchains/ethereum/assets/0x8156C0DCfC78308A12A38CcdE1825c0b4A78d77f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FUNCOINIO",
- "symbol": "FUNC",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8156C0DCfC78308A12A38CcdE1825c0b4A78d77f",
- "status": "abandoned",
- "id": "0x8156C0DCfC78308A12A38CcdE1825c0b4A78d77f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8156C0DCfC78308A12A38CcdE1825c0b4A78d77f/logo.png b/blockchains/ethereum/assets/0x8156C0DCfC78308A12A38CcdE1825c0b4A78d77f/logo.png
deleted file mode 100644
index 372340aa4b9e3..0000000000000
Binary files a/blockchains/ethereum/assets/0x8156C0DCfC78308A12A38CcdE1825c0b4A78d77f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x816051E2203Ca534c4336d8d6Df71987fA3Ae0BD/info.json b/blockchains/ethereum/assets/0x816051E2203Ca534c4336d8d6Df71987fA3Ae0BD/info.json
deleted file mode 100644
index d4551b03f8d9a..0000000000000
--- a/blockchains/ethereum/assets/0x816051E2203Ca534c4336d8d6Df71987fA3Ae0BD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FunKoin",
- "symbol": "FNK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x816051E2203Ca534c4336d8d6Df71987fA3Ae0BD",
- "status": "abandoned",
- "id": "0x816051E2203Ca534c4336d8d6Df71987fA3Ae0BD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x816051E2203Ca534c4336d8d6Df71987fA3Ae0BD/logo.png b/blockchains/ethereum/assets/0x816051E2203Ca534c4336d8d6Df71987fA3Ae0BD/logo.png
deleted file mode 100755
index 0618e52c077e7..0000000000000
Binary files a/blockchains/ethereum/assets/0x816051E2203Ca534c4336d8d6Df71987fA3Ae0BD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x81611aCD4460Fd996Aa657835aF044644Fa8ae29/info.json b/blockchains/ethereum/assets/0x81611aCD4460Fd996Aa657835aF044644Fa8ae29/info.json
deleted file mode 100644
index ebc9e1283a247..0000000000000
--- a/blockchains/ethereum/assets/0x81611aCD4460Fd996Aa657835aF044644Fa8ae29/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yangue",
- "symbol": "YANG",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x81611aCD4460Fd996Aa657835aF044644Fa8ae29",
- "status": "abandoned",
- "id": "0x81611aCD4460Fd996Aa657835aF044644Fa8ae29"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x81611aCD4460Fd996Aa657835aF044644Fa8ae29/logo.png b/blockchains/ethereum/assets/0x81611aCD4460Fd996Aa657835aF044644Fa8ae29/logo.png
deleted file mode 100644
index 3a5b1110c329b..0000000000000
Binary files a/blockchains/ethereum/assets/0x81611aCD4460Fd996Aa657835aF044644Fa8ae29/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8167D3B1024cB51A2DD1B4d889ddf7023420796a/info.json b/blockchains/ethereum/assets/0x8167D3B1024cB51A2DD1B4d889ddf7023420796a/info.json
deleted file mode 100644
index 46cf4dba22e28..0000000000000
--- a/blockchains/ethereum/assets/0x8167D3B1024cB51A2DD1B4d889ddf7023420796a/info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "NOKU v2",
- "type": "ERC20",
- "symbol": "NOKU",
- "decimals": 18,
- "website": "https://www.noku.io/",
- "description": "Noku develops blockchain platforms. Noku has released Nokuchain: a blockchain designed to raise up the NFTs performance for gaming applications.",
- "explorer": "https://etherscan.io/token/0x8167d3b1024cb51a2dd1b4d889ddf7023420796a",
- "status": "active",
- "id": "0x8167D3B1024cB51A2DD1B4d889ddf7023420796a",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/nokuofficial"
- },
- {
- "name": "github",
- "url": "https://github.com/noku-team"
- },
- {
- "name": "telegram",
- "url": "https://t.me/nokuofficial"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/nokunews"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/Noku-317917408638309"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UC2Ru2OagHzkuETQLDvy4FuA"
- },
- {
- "name": "medium",
- "url": "https://nokuteam.medium.com/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/noku/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8167D3B1024cB51A2DD1B4d889ddf7023420796a/logo.png b/blockchains/ethereum/assets/0x8167D3B1024cB51A2DD1B4d889ddf7023420796a/logo.png
deleted file mode 100644
index d6331bbcfea37..0000000000000
Binary files a/blockchains/ethereum/assets/0x8167D3B1024cB51A2DD1B4d889ddf7023420796a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x81705082eF9f0D660f07BE80093D46d826d48b25/info.json b/blockchains/ethereum/assets/0x81705082eF9f0D660f07BE80093D46d826d48b25/info.json
deleted file mode 100644
index 64620d5c73c72..0000000000000
--- a/blockchains/ethereum/assets/0x81705082eF9f0D660f07BE80093D46d826d48b25/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Globalvillage ecosystem",
- "symbol": "GVE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://gve.io/",
- "explorer": "https://etherscan.io/token/0x81705082eF9f0D660f07BE80093D46d826d48b25",
- "status": "abandoned",
- "id": "0x81705082eF9f0D660f07BE80093D46d826d48b25"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x81705082eF9f0D660f07BE80093D46d826d48b25/logo.png b/blockchains/ethereum/assets/0x81705082eF9f0D660f07BE80093D46d826d48b25/logo.png
deleted file mode 100644
index 8980e1ef2066e..0000000000000
Binary files a/blockchains/ethereum/assets/0x81705082eF9f0D660f07BE80093D46d826d48b25/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8185Bc4757572Da2a610f887561c32298f1A5748/info.json b/blockchains/ethereum/assets/0x8185Bc4757572Da2a610f887561c32298f1A5748/info.json
deleted file mode 100644
index 0ef0ab458c3cc..0000000000000
--- a/blockchains/ethereum/assets/0x8185Bc4757572Da2a610f887561c32298f1A5748/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aluna Token",
- "website": "https://aluna.social",
- "description": "Aluna Social - Multi-exchange Social Trading Terminal for Crypto Traders and Investors",
- "explorer": "https://etherscan.io/token/0x8185Bc4757572Da2a610f887561c32298f1A5748",
- "type": "ERC20",
- "symbol": "ALN",
- "decimals": 18,
- "status": "active",
- "id": "0x8185Bc4757572Da2a610f887561c32298f1A5748"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8185Bc4757572Da2a610f887561c32298f1A5748/logo.png b/blockchains/ethereum/assets/0x8185Bc4757572Da2a610f887561c32298f1A5748/logo.png
deleted file mode 100644
index d1cb853185d32..0000000000000
Binary files a/blockchains/ethereum/assets/0x8185Bc4757572Da2a610f887561c32298f1A5748/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8188e51Bc678F0070531f0e782718Df0027452De/info.json b/blockchains/ethereum/assets/0x8188e51Bc678F0070531f0e782718Df0027452De/info.json
deleted file mode 100644
index 10bb8c6306c40..0000000000000
--- a/blockchains/ethereum/assets/0x8188e51Bc678F0070531f0e782718Df0027452De/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZERACOIN",
- "symbol": "ZERA",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8188e51Bc678F0070531f0e782718Df0027452De",
- "status": "abandoned",
- "id": "0x8188e51Bc678F0070531f0e782718Df0027452De"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8188e51Bc678F0070531f0e782718Df0027452De/logo.png b/blockchains/ethereum/assets/0x8188e51Bc678F0070531f0e782718Df0027452De/logo.png
deleted file mode 100644
index 8554b411b6f1b..0000000000000
Binary files a/blockchains/ethereum/assets/0x8188e51Bc678F0070531f0e782718Df0027452De/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x818Fc6C2Ec5986bc6E2CBf00939d90556aB12ce5/info.json b/blockchains/ethereum/assets/0x818Fc6C2Ec5986bc6E2CBf00939d90556aB12ce5/info.json
deleted file mode 100644
index c8d365e1150ac..0000000000000
--- a/blockchains/ethereum/assets/0x818Fc6C2Ec5986bc6E2CBf00939d90556aB12ce5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kin",
- "symbol": "KIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x818Fc6C2Ec5986bc6E2CBf00939d90556aB12ce5",
- "status": "abandoned",
- "id": "0x818Fc6C2Ec5986bc6E2CBf00939d90556aB12ce5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x818Fc6C2Ec5986bc6E2CBf00939d90556aB12ce5/logo.png b/blockchains/ethereum/assets/0x818Fc6C2Ec5986bc6E2CBf00939d90556aB12ce5/logo.png
deleted file mode 100644
index b01678574f52d..0000000000000
Binary files a/blockchains/ethereum/assets/0x818Fc6C2Ec5986bc6E2CBf00939d90556aB12ce5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8196cdd6e17991b22816bb9cdD31FAcEeCf2F816/info.json b/blockchains/ethereum/assets/0x8196cdd6e17991b22816bb9cdD31FAcEeCf2F816/info.json
deleted file mode 100644
index 33e73742042c4..0000000000000
--- a/blockchains/ethereum/assets/0x8196cdd6e17991b22816bb9cdD31FAcEeCf2F816/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "NTV-e",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8196cdd6e17991b22816bb9cdD31FAcEeCf2F816",
- "status": "abandoned",
- "id": "0x8196cdd6e17991b22816bb9cdD31FAcEeCf2F816"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8196cdd6e17991b22816bb9cdD31FAcEeCf2F816/logo.png b/blockchains/ethereum/assets/0x8196cdd6e17991b22816bb9cdD31FAcEeCf2F816/logo.png
deleted file mode 100644
index 7c46919a15ee8..0000000000000
Binary files a/blockchains/ethereum/assets/0x8196cdd6e17991b22816bb9cdD31FAcEeCf2F816/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x81AADA684F4Bd51252c8184148A78e7E4B44dc2c/info.json b/blockchains/ethereum/assets/0x81AADA684F4Bd51252c8184148A78e7E4B44dc2c/info.json
deleted file mode 100644
index c3a5f6ff14aa3..0000000000000
--- a/blockchains/ethereum/assets/0x81AADA684F4Bd51252c8184148A78e7E4B44dc2c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ARUKU COIN",
- "symbol": "ARUK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x81AADA684F4Bd51252c8184148A78e7E4B44dc2c",
- "status": "active",
- "id": "0x81AADA684F4Bd51252c8184148A78e7E4B44dc2c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x81AADA684F4Bd51252c8184148A78e7E4B44dc2c/logo.png b/blockchains/ethereum/assets/0x81AADA684F4Bd51252c8184148A78e7E4B44dc2c/logo.png
deleted file mode 100644
index 178d266ec7c95..0000000000000
Binary files a/blockchains/ethereum/assets/0x81AADA684F4Bd51252c8184148A78e7E4B44dc2c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x81AcB5e13e9846c8a1DBC82d947b901B78aB1A5D/info.json b/blockchains/ethereum/assets/0x81AcB5e13e9846c8a1DBC82d947b901B78aB1A5D/info.json
deleted file mode 100644
index ed60a94596392..0000000000000
--- a/blockchains/ethereum/assets/0x81AcB5e13e9846c8a1DBC82d947b901B78aB1A5D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HXT",
- "symbol": "HXT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x81AcB5e13e9846c8a1DBC82d947b901B78aB1A5D",
- "status": "abandoned",
- "id": "0x81AcB5e13e9846c8a1DBC82d947b901B78aB1A5D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x81AcB5e13e9846c8a1DBC82d947b901B78aB1A5D/logo.png b/blockchains/ethereum/assets/0x81AcB5e13e9846c8a1DBC82d947b901B78aB1A5D/logo.png
deleted file mode 100644
index 16f09a32f3b27..0000000000000
Binary files a/blockchains/ethereum/assets/0x81AcB5e13e9846c8a1DBC82d947b901B78aB1A5D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x81Af4CB0A608839557834c1C275DD74BdEfb7Ec8/info.json b/blockchains/ethereum/assets/0x81Af4CB0A608839557834c1C275DD74BdEfb7Ec8/info.json
deleted file mode 100644
index ad895bb5580b4..0000000000000
--- a/blockchains/ethereum/assets/0x81Af4CB0A608839557834c1C275DD74BdEfb7Ec8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NERBIO",
- "symbol": "NRB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://nerbio.com",
- "explorer": "https://etherscan.io/token/0x81Af4CB0A608839557834c1C275DD74BdEfb7Ec8",
- "status": "abandoned",
- "id": "0x81Af4CB0A608839557834c1C275DD74BdEfb7Ec8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x81Af4CB0A608839557834c1C275DD74BdEfb7Ec8/logo.png b/blockchains/ethereum/assets/0x81Af4CB0A608839557834c1C275DD74BdEfb7Ec8/logo.png
deleted file mode 100644
index df20661d0b674..0000000000000
Binary files a/blockchains/ethereum/assets/0x81Af4CB0A608839557834c1C275DD74BdEfb7Ec8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x81B1bFD6CB9Ad42DB395c2a27F73D4DCf5777e2D/info.json b/blockchains/ethereum/assets/0x81B1bFD6CB9Ad42DB395c2a27F73D4DCf5777e2D/info.json
deleted file mode 100644
index 1096f29b96925..0000000000000
--- a/blockchains/ethereum/assets/0x81B1bFD6CB9Ad42DB395c2a27F73D4DCf5777e2D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rare",
- "symbol": "RARE",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x81B1bFD6CB9Ad42DB395c2a27F73D4DCf5777e2D",
- "status": "active",
- "id": "0x81B1bFD6CB9Ad42DB395c2a27F73D4DCf5777e2D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x81B1bFD6CB9Ad42DB395c2a27F73D4DCf5777e2D/logo.png b/blockchains/ethereum/assets/0x81B1bFD6CB9Ad42DB395c2a27F73D4DCf5777e2D/logo.png
deleted file mode 100644
index 771f039230b3a..0000000000000
Binary files a/blockchains/ethereum/assets/0x81B1bFD6CB9Ad42DB395c2a27F73D4DCf5777e2D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x81DDbc1394c02D15946D76C16485b829Aa5CCc43/info.json b/blockchains/ethereum/assets/0x81DDbc1394c02D15946D76C16485b829Aa5CCc43/info.json
deleted file mode 100644
index 030a8f107def2..0000000000000
--- a/blockchains/ethereum/assets/0x81DDbc1394c02D15946D76C16485b829Aa5CCc43/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blackcard Exchange",
- "symbol": "BEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x81DDbc1394c02D15946D76C16485b829Aa5CCc43",
- "status": "abandoned",
- "id": "0x81DDbc1394c02D15946D76C16485b829Aa5CCc43"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x81DDbc1394c02D15946D76C16485b829Aa5CCc43/logo.png b/blockchains/ethereum/assets/0x81DDbc1394c02D15946D76C16485b829Aa5CCc43/logo.png
deleted file mode 100644
index 93ac8c9343262..0000000000000
Binary files a/blockchains/ethereum/assets/0x81DDbc1394c02D15946D76C16485b829Aa5CCc43/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x81E74a3eA4BaB2277aA3b941E9D9F37B08Ac5374/info.json b/blockchains/ethereum/assets/0x81E74a3eA4BaB2277aA3b941E9D9F37B08Ac5374/info.json
deleted file mode 100644
index ab4eeaedb9b5c..0000000000000
--- a/blockchains/ethereum/assets/0x81E74a3eA4BaB2277aA3b941E9D9F37B08Ac5374/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ifoods Token",
- "symbol": "IFOOD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.ifoodschain.io/#/",
- "explorer": "https://etherscan.io/token/0x81E74a3eA4BaB2277aA3b941E9D9F37B08Ac5374",
- "status": "abandoned",
- "id": "0x81E74a3eA4BaB2277aA3b941E9D9F37B08Ac5374"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x81E74a3eA4BaB2277aA3b941E9D9F37B08Ac5374/logo.png b/blockchains/ethereum/assets/0x81E74a3eA4BaB2277aA3b941E9D9F37B08Ac5374/logo.png
deleted file mode 100644
index 8919e8a2728d0..0000000000000
Binary files a/blockchains/ethereum/assets/0x81E74a3eA4BaB2277aA3b941E9D9F37B08Ac5374/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x81Fe677CB2Cb26abF471f40Cd8256cE9d07FeD3a/info.json b/blockchains/ethereum/assets/0x81Fe677CB2Cb26abF471f40Cd8256cE9d07FeD3a/info.json
deleted file mode 100644
index a8cec5403792d..0000000000000
--- a/blockchains/ethereum/assets/0x81Fe677CB2Cb26abF471f40Cd8256cE9d07FeD3a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MagicCoin",
- "symbol": "MCC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x81Fe677CB2Cb26abF471f40Cd8256cE9d07FeD3a",
- "status": "abandoned",
- "id": "0x81Fe677CB2Cb26abF471f40Cd8256cE9d07FeD3a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x81Fe677CB2Cb26abF471f40Cd8256cE9d07FeD3a/logo.png b/blockchains/ethereum/assets/0x81Fe677CB2Cb26abF471f40Cd8256cE9d07FeD3a/logo.png
deleted file mode 100755
index 61194bce5880b..0000000000000
Binary files a/blockchains/ethereum/assets/0x81Fe677CB2Cb26abF471f40Cd8256cE9d07FeD3a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x81b4D08645DA11374a03749AB170836E4e539767/info.json b/blockchains/ethereum/assets/0x81b4D08645DA11374a03749AB170836E4e539767/info.json
deleted file mode 100644
index 09832fa157b9a..0000000000000
--- a/blockchains/ethereum/assets/0x81b4D08645DA11374a03749AB170836E4e539767/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Paymon Token",
- "symbol": "PMNT",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x81b4D08645DA11374a03749AB170836E4e539767",
- "status": "abandoned",
- "id": "0x81b4D08645DA11374a03749AB170836E4e539767"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x81b4D08645DA11374a03749AB170836E4e539767/logo.png b/blockchains/ethereum/assets/0x81b4D08645DA11374a03749AB170836E4e539767/logo.png
deleted file mode 100755
index df8b89237ea3f..0000000000000
Binary files a/blockchains/ethereum/assets/0x81b4D08645DA11374a03749AB170836E4e539767/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x81c55017F7Ce6E72451cEd49FF7bAB1e3DF64d0C/info.json b/blockchains/ethereum/assets/0x81c55017F7Ce6E72451cEd49FF7bAB1e3DF64d0C/info.json
deleted file mode 100644
index da65f897cd04c..0000000000000
--- a/blockchains/ethereum/assets/0x81c55017F7Ce6E72451cEd49FF7bAB1e3DF64d0C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTC Min Volatility Set",
- "symbol": "BTCMINVOL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.tokensets.com/set/btcminvol",
- "explorer": "https://etherscan.io/token/0x81c55017F7Ce6E72451cEd49FF7bAB1e3DF64d0C",
- "status": "abandoned",
- "id": "0x81c55017F7Ce6E72451cEd49FF7bAB1e3DF64d0C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x81c55017F7Ce6E72451cEd49FF7bAB1e3DF64d0C/logo.png b/blockchains/ethereum/assets/0x81c55017F7Ce6E72451cEd49FF7bAB1e3DF64d0C/logo.png
deleted file mode 100644
index 3359c7aa75d35..0000000000000
Binary files a/blockchains/ethereum/assets/0x81c55017F7Ce6E72451cEd49FF7bAB1e3DF64d0C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x81c9151de0C8bafCd325a57E3dB5a5dF1CEBf79c/info.json b/blockchains/ethereum/assets/0x81c9151de0C8bafCd325a57E3dB5a5dF1CEBf79c/info.json
deleted file mode 100644
index 76bbaaeb05379..0000000000000
--- a/blockchains/ethereum/assets/0x81c9151de0C8bafCd325a57E3dB5a5dF1CEBf79c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Datum Token",
- "symbol": "DAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Datum is a decentralized and distributed high performance NoSQL database backed by a blockchain ledger. This technology allows anyone to securely and anonymously backup structured data from social networks, wearables, smart homes, and other IoT devices. Datum provides a marketplace where users can share or sell data on their own terms.",
- "website": "https://datum.org/",
- "explorer": "https://etherscan.io/token/0x81c9151de0C8bafCd325a57E3dB5a5dF1CEBf79c",
- "status": "active",
- "id": "0x81c9151de0C8bafCd325a57E3dB5a5dF1CEBf79c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x81c9151de0C8bafCd325a57E3dB5a5dF1CEBf79c/logo.png b/blockchains/ethereum/assets/0x81c9151de0C8bafCd325a57E3dB5a5dF1CEBf79c/logo.png
deleted file mode 100755
index 1062ae9277611..0000000000000
Binary files a/blockchains/ethereum/assets/0x81c9151de0C8bafCd325a57E3dB5a5dF1CEBf79c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x81e091299D14024956723aEf6681F3B39692746c/info.json b/blockchains/ethereum/assets/0x81e091299D14024956723aEf6681F3B39692746c/info.json
deleted file mode 100644
index 9264adffac72a..0000000000000
--- a/blockchains/ethereum/assets/0x81e091299D14024956723aEf6681F3B39692746c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Jicoin",
- "symbol": "JIH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x81e091299D14024956723aEf6681F3B39692746c",
- "status": "abandoned",
- "id": "0x81e091299D14024956723aEf6681F3B39692746c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x81e091299D14024956723aEf6681F3B39692746c/logo.png b/blockchains/ethereum/assets/0x81e091299D14024956723aEf6681F3B39692746c/logo.png
deleted file mode 100644
index 39695e1d0d414..0000000000000
Binary files a/blockchains/ethereum/assets/0x81e091299D14024956723aEf6681F3B39692746c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x81e70eA3d76D713Ea1F501f89417aF9BCc2A5f9F/info.json b/blockchains/ethereum/assets/0x81e70eA3d76D713Ea1F501f89417aF9BCc2A5f9F/info.json
deleted file mode 100644
index 12c632c051c28..0000000000000
--- a/blockchains/ethereum/assets/0x81e70eA3d76D713Ea1F501f89417aF9BCc2A5f9F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AutoKen",
- "symbol": "AU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x81e70eA3d76D713Ea1F501f89417aF9BCc2A5f9F",
- "status": "abandoned",
- "id": "0x81e70eA3d76D713Ea1F501f89417aF9BCc2A5f9F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x81e70eA3d76D713Ea1F501f89417aF9BCc2A5f9F/logo.png b/blockchains/ethereum/assets/0x81e70eA3d76D713Ea1F501f89417aF9BCc2A5f9F/logo.png
deleted file mode 100644
index 4e35868d334ba..0000000000000
Binary files a/blockchains/ethereum/assets/0x81e70eA3d76D713Ea1F501f89417aF9BCc2A5f9F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x81f8f0bb1cB2A06649E51913A151F0E7Ef6FA321/info.json b/blockchains/ethereum/assets/0x81f8f0bb1cB2A06649E51913A151F0E7Ef6FA321/info.json
deleted file mode 100644
index 55cb8f20b89b1..0000000000000
--- a/blockchains/ethereum/assets/0x81f8f0bb1cB2A06649E51913A151F0E7Ef6FA321/info.json
+++ /dev/null
@@ -1,57 +0,0 @@
-{
- "name": "VitaDAO",
- "type": "ERC20",
- "symbol": "VITA",
- "decimals": 18,
- "website": "https://www.vitadao.com",
- "description": "The governance token for VitaDAO, a decentralized collective funding early stage longevity research.",
- "explorer": "https://etherscan.io/token/0x81f8f0bb1cB2A06649E51913A151F0E7Ef6FA321",
- "status": "active",
- "id": "0x81f8f0bb1cB2A06649E51913A151F0E7Ef6FA321",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/vita_dao"
- },
- {
- "name": "github",
- "url": "https://github.com/VitaDAO"
- },
- {
- "name": "telegram",
- "url": "https://t.me/vitadao"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/vitadaonews"
- },
- {
- "name": "blog",
- "url": "https://www.vitadao.com/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/channels/810893413880561704/880806340837118022"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/VitaDAO/whitepaper/raw/master/VitaDAO_Whitepaper.pdf"
- },
- {
- "name": "medium",
- "url": "https://vitadao.medium.com/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/VitaDAO/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/vitadao"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/vitadao"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x81f8f0bb1cB2A06649E51913A151F0E7Ef6FA321/logo.png b/blockchains/ethereum/assets/0x81f8f0bb1cB2A06649E51913A151F0E7Ef6FA321/logo.png
deleted file mode 100644
index 44e154b29cadf..0000000000000
Binary files a/blockchains/ethereum/assets/0x81f8f0bb1cB2A06649E51913A151F0E7Ef6FA321/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x820618367fB401310502760462FbA400a32C1D69/info.json b/blockchains/ethereum/assets/0x820618367fB401310502760462FbA400a32C1D69/info.json
deleted file mode 100644
index c4960c2150308..0000000000000
--- a/blockchains/ethereum/assets/0x820618367fB401310502760462FbA400a32C1D69/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CorelFX Token",
- "symbol": "XCO",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x820618367fB401310502760462FbA400a32C1D69",
- "status": "abandoned",
- "id": "0x820618367fB401310502760462FbA400a32C1D69"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x820618367fB401310502760462FbA400a32C1D69/logo.png b/blockchains/ethereum/assets/0x820618367fB401310502760462FbA400a32C1D69/logo.png
deleted file mode 100644
index fd7acfdd8646e..0000000000000
Binary files a/blockchains/ethereum/assets/0x820618367fB401310502760462FbA400a32C1D69/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8207c1FfC5B6804F6024322CcF34F29c3541Ae26/info.json b/blockchains/ethereum/assets/0x8207c1FfC5B6804F6024322CcF34F29c3541Ae26/info.json
deleted file mode 100644
index 605c7c5968153..0000000000000
--- a/blockchains/ethereum/assets/0x8207c1FfC5B6804F6024322CcF34F29c3541Ae26/info.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Origin Protocol",
- "website": "https://originprotocol.com",
- "description": "Enabling peer-to-peer commerce",
- "explorer": "https://etherscan.io/token/0x8207c1ffc5b6804f6024322ccf34f29c3541ae26",
- "type": "ERC20",
- "symbol": "OGN",
- "decimals": 18,
- "status": "active",
- "id": "0x8207c1FfC5B6804F6024322CcF34F29c3541Ae26",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/originprotocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8207c1FfC5B6804F6024322CcF34F29c3541Ae26/logo.png b/blockchains/ethereum/assets/0x8207c1FfC5B6804F6024322CcF34F29c3541Ae26/logo.png
deleted file mode 100644
index 3b088d8ca84e1..0000000000000
Binary files a/blockchains/ethereum/assets/0x8207c1FfC5B6804F6024322CcF34F29c3541Ae26/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x821144518dfE9e7b44fCF4d0824e15e8390d4637/info.json b/blockchains/ethereum/assets/0x821144518dfE9e7b44fCF4d0824e15e8390d4637/info.json
deleted file mode 100644
index 99bf289e72255..0000000000000
--- a/blockchains/ethereum/assets/0x821144518dfE9e7b44fCF4d0824e15e8390d4637/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ATIS Token",
- "symbol": "ATIS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x821144518dfE9e7b44fCF4d0824e15e8390d4637",
- "status": "abandoned",
- "id": "0x821144518dfE9e7b44fCF4d0824e15e8390d4637"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x821144518dfE9e7b44fCF4d0824e15e8390d4637/logo.png b/blockchains/ethereum/assets/0x821144518dfE9e7b44fCF4d0824e15e8390d4637/logo.png
deleted file mode 100644
index bffadf2087734..0000000000000
Binary files a/blockchains/ethereum/assets/0x821144518dfE9e7b44fCF4d0824e15e8390d4637/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x82125AFe01819Dff1535D0D6276d57045291B6c0/info.json b/blockchains/ethereum/assets/0x82125AFe01819Dff1535D0D6276d57045291B6c0/info.json
deleted file mode 100644
index 1edac63ff7484..0000000000000
--- a/blockchains/ethereum/assets/0x82125AFe01819Dff1535D0D6276d57045291B6c0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Marcelo",
- "symbol": "MRL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.marcelo-mrl.com",
- "explorer": "https://etherscan.io/token/0x82125AFe01819Dff1535D0D6276d57045291B6c0",
- "status": "abandoned",
- "id": "0x82125AFe01819Dff1535D0D6276d57045291B6c0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x82125AFe01819Dff1535D0D6276d57045291B6c0/logo.png b/blockchains/ethereum/assets/0x82125AFe01819Dff1535D0D6276d57045291B6c0/logo.png
deleted file mode 100755
index 69eccca084968..0000000000000
Binary files a/blockchains/ethereum/assets/0x82125AFe01819Dff1535D0D6276d57045291B6c0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x825130Aa1bEeF07BdF4f389705321816D05b0d0f/info.json b/blockchains/ethereum/assets/0x825130Aa1bEeF07BdF4f389705321816D05b0d0f/info.json
deleted file mode 100644
index 74e981599e2dd..0000000000000
--- a/blockchains/ethereum/assets/0x825130Aa1bEeF07BdF4f389705321816D05b0d0f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UNII",
- "symbol": "UNII",
- "type": "ERC20",
- "decimals": 18,
- "description": "Unii.finance is a project whereby a group of Uniswap users are trying to unite the many small UNI token holders (to get 10M UNI staked in order to be eligible to vote on Uniswap's proposal) or deal with potential problems in the automated market maker's (AMM) governance.",
- "website": "https://unii.finance/",
- "explorer": "https://etherscan.io/token/0x825130Aa1bEeF07BdF4f389705321816D05b0d0f",
- "status": "active",
- "id": "0x825130Aa1bEeF07BdF4f389705321816D05b0d0f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x825130Aa1bEeF07BdF4f389705321816D05b0d0f/logo.png b/blockchains/ethereum/assets/0x825130Aa1bEeF07BdF4f389705321816D05b0d0f/logo.png
deleted file mode 100644
index 34706e429cf48..0000000000000
Binary files a/blockchains/ethereum/assets/0x825130Aa1bEeF07BdF4f389705321816D05b0d0f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x825fA76e912B3Ffd272DFDcEe1bc74c3eB79534F/info.json b/blockchains/ethereum/assets/0x825fA76e912B3Ffd272DFDcEe1bc74c3eB79534F/info.json
deleted file mode 100644
index 0988d9510ecab..0000000000000
--- a/blockchains/ethereum/assets/0x825fA76e912B3Ffd272DFDcEe1bc74c3eB79534F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TradeMyCoin",
- "symbol": "TMYC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x825fA76e912B3Ffd272DFDcEe1bc74c3eB79534F",
- "status": "abandoned",
- "id": "0x825fA76e912B3Ffd272DFDcEe1bc74c3eB79534F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x825fA76e912B3Ffd272DFDcEe1bc74c3eB79534F/logo.png b/blockchains/ethereum/assets/0x825fA76e912B3Ffd272DFDcEe1bc74c3eB79534F/logo.png
deleted file mode 100755
index 5ead815e91b97..0000000000000
Binary files a/blockchains/ethereum/assets/0x825fA76e912B3Ffd272DFDcEe1bc74c3eB79534F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x82622209cEf6EBf4b8BDB353a8FC7e0b8655D0b0/info.json b/blockchains/ethereum/assets/0x82622209cEf6EBf4b8BDB353a8FC7e0b8655D0b0/info.json
deleted file mode 100644
index 8101631417342..0000000000000
--- a/blockchains/ethereum/assets/0x82622209cEf6EBf4b8BDB353a8FC7e0b8655D0b0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nuclear Bomb",
- "symbol": "NB",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://nuclearbomb.io/",
- "explorer": "https://etherscan.io/token/0x82622209cEf6EBf4b8BDB353a8FC7e0b8655D0b0",
- "status": "abandoned",
- "id": "0x82622209cEf6EBf4b8BDB353a8FC7e0b8655D0b0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x82622209cEf6EBf4b8BDB353a8FC7e0b8655D0b0/logo.png b/blockchains/ethereum/assets/0x82622209cEf6EBf4b8BDB353a8FC7e0b8655D0b0/logo.png
deleted file mode 100644
index 226c7ae587e9d..0000000000000
Binary files a/blockchains/ethereum/assets/0x82622209cEf6EBf4b8BDB353a8FC7e0b8655D0b0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8266897D3044A030f1FCa81F18c9Ad2DaF9e5f09/info.json b/blockchains/ethereum/assets/0x8266897D3044A030f1FCa81F18c9Ad2DaF9e5f09/info.json
deleted file mode 100644
index cbecb48a36906..0000000000000
--- a/blockchains/ethereum/assets/0x8266897D3044A030f1FCa81F18c9Ad2DaF9e5f09/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETHEREUMtoken",
- "symbol": "ETHt",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8266897D3044A030f1FCa81F18c9Ad2DaF9e5f09",
- "status": "abandoned",
- "id": "0x8266897D3044A030f1FCa81F18c9Ad2DaF9e5f09"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8266897D3044A030f1FCa81F18c9Ad2DaF9e5f09/logo.png b/blockchains/ethereum/assets/0x8266897D3044A030f1FCa81F18c9Ad2DaF9e5f09/logo.png
deleted file mode 100644
index 4ec57e1a49074..0000000000000
Binary files a/blockchains/ethereum/assets/0x8266897D3044A030f1FCa81F18c9Ad2DaF9e5f09/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8275eBF521Dc217aa79C88132017A5BCEf001dd9/info.json b/blockchains/ethereum/assets/0x8275eBF521Dc217aa79C88132017A5BCEf001dd9/info.json
deleted file mode 100644
index 938d6e59684d8..0000000000000
--- a/blockchains/ethereum/assets/0x8275eBF521Dc217aa79C88132017A5BCEf001dd9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Jewel",
- "symbol": "JWL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://jewelpay.org/",
- "explorer": "https://etherscan.io/token/0x8275eBF521Dc217aa79C88132017A5BCEf001dd9",
- "status": "abandoned",
- "id": "0x8275eBF521Dc217aa79C88132017A5BCEf001dd9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8275eBF521Dc217aa79C88132017A5BCEf001dd9/logo.png b/blockchains/ethereum/assets/0x8275eBF521Dc217aa79C88132017A5BCEf001dd9/logo.png
deleted file mode 100644
index f7a29ea71ff9f..0000000000000
Binary files a/blockchains/ethereum/assets/0x8275eBF521Dc217aa79C88132017A5BCEf001dd9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8276ad69acdAacB17f981B780FDEF80b95f7e764/info.json b/blockchains/ethereum/assets/0x8276ad69acdAacB17f981B780FDEF80b95f7e764/info.json
deleted file mode 100644
index c7c0518d17e08..0000000000000
--- a/blockchains/ethereum/assets/0x8276ad69acdAacB17f981B780FDEF80b95f7e764/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PROMETEO",
- "symbol": "PPT7",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8276ad69acdAacB17f981B780FDEF80b95f7e764",
- "status": "abandoned",
- "id": "0x8276ad69acdAacB17f981B780FDEF80b95f7e764"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8276ad69acdAacB17f981B780FDEF80b95f7e764/logo.png b/blockchains/ethereum/assets/0x8276ad69acdAacB17f981B780FDEF80b95f7e764/logo.png
deleted file mode 100644
index 34481e8a7bcdf..0000000000000
Binary files a/blockchains/ethereum/assets/0x8276ad69acdAacB17f981B780FDEF80b95f7e764/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x827D53c8170aF52625f414bde00326Fc8A085E86/info.json b/blockchains/ethereum/assets/0x827D53c8170aF52625f414bde00326Fc8A085E86/info.json
deleted file mode 100644
index d7f72f7ea1ffc..0000000000000
--- a/blockchains/ethereum/assets/0x827D53c8170aF52625f414bde00326Fc8A085E86/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Beaxy Token",
- "symbol": "BXY",
- "type": "ERC20",
- "decimals": 18,
- "description": "BXY is an exchange utility token that powers the Beaxy Exchange platform. It can be used to increase user levels, reduce fees, and access new tools & features.",
- "website": "https://beaxy.com/",
- "explorer": "https://etherscan.io/token/0x827D53c8170aF52625f414bde00326Fc8A085E86",
- "status": "active",
- "id": "0x827D53c8170aF52625f414bde00326Fc8A085E86"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x827D53c8170aF52625f414bde00326Fc8A085E86/logo.png b/blockchains/ethereum/assets/0x827D53c8170aF52625f414bde00326Fc8A085E86/logo.png
deleted file mode 100644
index 359f5d413b624..0000000000000
Binary files a/blockchains/ethereum/assets/0x827D53c8170aF52625f414bde00326Fc8A085E86/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x827Fe1736CEe36F7737Be6cF502434aF294Cf137/info.json b/blockchains/ethereum/assets/0x827Fe1736CEe36F7737Be6cF502434aF294Cf137/info.json
deleted file mode 100644
index 51e106bea2e09..0000000000000
--- a/blockchains/ethereum/assets/0x827Fe1736CEe36F7737Be6cF502434aF294Cf137/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Africa Digital Coin",
- "symbol": "ADC$",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x827Fe1736CEe36F7737Be6cF502434aF294Cf137",
- "status": "abandoned",
- "id": "0x827Fe1736CEe36F7737Be6cF502434aF294Cf137"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x827Fe1736CEe36F7737Be6cF502434aF294Cf137/logo.png b/blockchains/ethereum/assets/0x827Fe1736CEe36F7737Be6cF502434aF294Cf137/logo.png
deleted file mode 100644
index af33013a2b6f0..0000000000000
Binary files a/blockchains/ethereum/assets/0x827Fe1736CEe36F7737Be6cF502434aF294Cf137/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x82866b4A71BA9d930Fe338C386B6A45a7133eb36/info.json b/blockchains/ethereum/assets/0x82866b4A71BA9d930Fe338C386B6A45a7133eb36/info.json
deleted file mode 100644
index 61b157211a777..0000000000000
--- a/blockchains/ethereum/assets/0x82866b4A71BA9d930Fe338C386B6A45a7133eb36/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "QCORE.FINANCE",
- "website": "https://qcore.finance/",
- "description": "QCORE.FINANCE controlled and rewarded with QCORE governance tokens.",
- "explorer": "https://etherscan.io/token/0x82866b4A71BA9d930Fe338C386B6A45a7133eb36",
- "type": "ERC20",
- "symbol": "QCORE",
- "decimals": 9,
- "status": "active",
- "id": "0x82866b4A71BA9d930Fe338C386B6A45a7133eb36",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/qcore-finance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/qcore_finance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/qcore_finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x82866b4A71BA9d930Fe338C386B6A45a7133eb36/logo.png b/blockchains/ethereum/assets/0x82866b4A71BA9d930Fe338C386B6A45a7133eb36/logo.png
deleted file mode 100644
index b675772224d60..0000000000000
Binary files a/blockchains/ethereum/assets/0x82866b4A71BA9d930Fe338C386B6A45a7133eb36/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4/info.json b/blockchains/ethereum/assets/0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4/info.json
deleted file mode 100644
index 6bf293511ad02..0000000000000
--- a/blockchains/ethereum/assets/0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Ankr",
- "website": "https://ankr.com",
- "description": "Ankr is building an infrastructure platform and marketplace for Web3-stack deployment.",
- "explorer": "https://etherscan.io/token/0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4",
- "research": "https://research.binance.com/en/projects/ankr-network",
- "type": "ERC20",
- "symbol": "ANKR",
- "decimals": 18,
- "status": "active",
- "id": "0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "blog",
- "url": "https://medium.com/ankr-network"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ankrnetwork?lang=en"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ankrnetwork"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ankr/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4/logo.png b/blockchains/ethereum/assets/0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4/logo.png
deleted file mode 100644
index 0dc7139291155..0000000000000
Binary files a/blockchains/ethereum/assets/0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8290D7a64F25e6b5002d98367E8367c1b532b534/info.json b/blockchains/ethereum/assets/0x8290D7a64F25e6b5002d98367E8367c1b532b534/info.json
deleted file mode 100644
index 5ccca031f36b9..0000000000000
--- a/blockchains/ethereum/assets/0x8290D7a64F25e6b5002d98367E8367c1b532b534/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Stable UNI",
- "website": "app.ichi.org",
- "description": "oneUNI is an ICHI-created stablecoin for Uniswap.",
- "explorer": "https://etherscan.io/token/0x8290d7a64f25e6b5002d98367e8367c1b532b534",
- "type": "ERC20",
- "symbol": "oneUNI",
- "decimals": 18,
- "status": "active",
- "id": "0x8290D7a64F25e6b5002d98367E8367c1b532b534",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ichifarm/ichi-oneToken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ichifarm"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ichifarm"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ichifarm"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/DvsYCfK8"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/stable-uni"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x8290D7a64F25e6b5002d98367E8367c1b532b534/logo.png b/blockchains/ethereum/assets/0x8290D7a64F25e6b5002d98367E8367c1b532b534/logo.png
deleted file mode 100644
index d5720aa5d64b7..0000000000000
Binary files a/blockchains/ethereum/assets/0x8290D7a64F25e6b5002d98367E8367c1b532b534/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8293bBd92C42608B20af588620a76128A33e4De9/info.json b/blockchains/ethereum/assets/0x8293bBd92C42608B20af588620a76128A33e4De9/info.json
deleted file mode 100644
index 99ec6ad51a4d3..0000000000000
--- a/blockchains/ethereum/assets/0x8293bBd92C42608B20af588620a76128A33e4De9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CATCOIN",
- "symbol": "CATS",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8293bBd92C42608B20af588620a76128A33e4De9",
- "status": "abandoned",
- "id": "0x8293bBd92C42608B20af588620a76128A33e4De9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8293bBd92C42608B20af588620a76128A33e4De9/logo.png b/blockchains/ethereum/assets/0x8293bBd92C42608B20af588620a76128A33e4De9/logo.png
deleted file mode 100644
index 02c0efb95bec0..0000000000000
Binary files a/blockchains/ethereum/assets/0x8293bBd92C42608B20af588620a76128A33e4De9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x829C97092C0Cc92EfE7397dd3ddb831Cc5835Bae/info.json b/blockchains/ethereum/assets/0x829C97092C0Cc92EfE7397dd3ddb831Cc5835Bae/info.json
deleted file mode 100644
index aab9d4ca87543..0000000000000
--- a/blockchains/ethereum/assets/0x829C97092C0Cc92EfE7397dd3ddb831Cc5835Bae/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Mine Network",
- "type": "ERC20",
- "symbol": "MNET",
- "decimals": 18,
- "website": "https://mine.network/",
- "description": "MINE Network is an innovative cross-chain mining Metaverse solution that seamlessly connects the worlds of DeFi, GameFi and NFT's into one consolidated, easy-to-use open-source protocol.",
- "explorer": "https://etherscan.io/token/0x829c97092c0cc92efe7397dd3ddb831cc5835bae",
- "status": "active",
- "id": "0x829C97092C0Cc92EfE7397dd3ddb831Cc5835Bae",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/mine_blockchain"
- },
- {
- "name": "github",
- "url": "https://github.com/Mine-Blockchain"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mine_blockchain"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/mine-network/"
- }
- ],
- "tags": [
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x829C97092C0Cc92EfE7397dd3ddb831Cc5835Bae/logo.png b/blockchains/ethereum/assets/0x829C97092C0Cc92EfE7397dd3ddb831Cc5835Bae/logo.png
deleted file mode 100644
index 1805ec23d1659..0000000000000
Binary files a/blockchains/ethereum/assets/0x829C97092C0Cc92EfE7397dd3ddb831Cc5835Bae/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x829FC6B9CCEC9FBd5534E40B2181556C2a791896/info.json b/blockchains/ethereum/assets/0x829FC6B9CCEC9FBd5534E40B2181556C2a791896/info.json
deleted file mode 100644
index a3c6b5567b4b1..0000000000000
--- a/blockchains/ethereum/assets/0x829FC6B9CCEC9FBd5534E40B2181556C2a791896/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GEO Rewards",
- "symbol": "GEO",
- "type": "ERC20",
- "decimals": 7,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x829FC6B9CCEC9FBd5534E40B2181556C2a791896",
- "status": "abandoned",
- "id": "0x829FC6B9CCEC9FBd5534E40B2181556C2a791896"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x829FC6B9CCEC9FBd5534E40B2181556C2a791896/logo.png b/blockchains/ethereum/assets/0x829FC6B9CCEC9FBd5534E40B2181556C2a791896/logo.png
deleted file mode 100644
index d17dd477b8b53..0000000000000
Binary files a/blockchains/ethereum/assets/0x829FC6B9CCEC9FBd5534E40B2181556C2a791896/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x82Cf44bE0768A3600c4BDeA58607783A3A7c51AE/info.json b/blockchains/ethereum/assets/0x82Cf44bE0768A3600c4BDeA58607783A3A7c51AE/info.json
deleted file mode 100644
index 3010e7792114f..0000000000000
--- a/blockchains/ethereum/assets/0x82Cf44bE0768A3600c4BDeA58607783A3A7c51AE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fountain",
- "symbol": "FTN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x82Cf44bE0768A3600c4BDeA58607783A3A7c51AE",
- "status": "abandoned",
- "id": "0x82Cf44bE0768A3600c4BDeA58607783A3A7c51AE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x82Cf44bE0768A3600c4BDeA58607783A3A7c51AE/logo.png b/blockchains/ethereum/assets/0x82Cf44bE0768A3600c4BDeA58607783A3A7c51AE/logo.png
deleted file mode 100644
index 46feac3bdd243..0000000000000
Binary files a/blockchains/ethereum/assets/0x82Cf44bE0768A3600c4BDeA58607783A3A7c51AE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x82D5683F6d32D19B3b34FCfBC7041f43a3Faf228/info.json b/blockchains/ethereum/assets/0x82D5683F6d32D19B3b34FCfBC7041f43a3Faf228/info.json
deleted file mode 100644
index e744cd1e32bd6..0000000000000
--- a/blockchains/ethereum/assets/0x82D5683F6d32D19B3b34FCfBC7041f43a3Faf228/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Catnero",
- "symbol": "CTO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x82D5683F6d32D19B3b34FCfBC7041f43a3Faf228",
- "status": "abandoned",
- "id": "0x82D5683F6d32D19B3b34FCfBC7041f43a3Faf228"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x82D5683F6d32D19B3b34FCfBC7041f43a3Faf228/logo.png b/blockchains/ethereum/assets/0x82D5683F6d32D19B3b34FCfBC7041f43a3Faf228/logo.png
deleted file mode 100644
index 3bfda54548b87..0000000000000
Binary files a/blockchains/ethereum/assets/0x82D5683F6d32D19B3b34FCfBC7041f43a3Faf228/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x82E5aeC4e37b37FCA34925C13429506209A98536/info.json b/blockchains/ethereum/assets/0x82E5aeC4e37b37FCA34925C13429506209A98536/info.json
deleted file mode 100644
index 7b5d9f9855b3f..0000000000000
--- a/blockchains/ethereum/assets/0x82E5aeC4e37b37FCA34925C13429506209A98536/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Taconomics Liquidity",
- "symbol": "SALSA",
- "type": "ERC20",
- "decimals": 18,
- "description": "SALSA is the liquidity pool token for the Taconomics platform and the TACO token. Taconomics claims to be an NFT plaform for aspiring latino artists creating Taco related art.",
- "website": "https://www.taconomics.io",
- "explorer": "https://etherscan.io/token/0x82E5aeC4e37b37FCA34925C13429506209A98536",
- "status": "abandoned",
- "id": "0x82E5aeC4e37b37FCA34925C13429506209A98536"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x82Ef11f04Bc3cb863373aDdf5558dbc01d8F9b9b/info.json b/blockchains/ethereum/assets/0x82Ef11f04Bc3cb863373aDdf5558dbc01d8F9b9b/info.json
deleted file mode 100644
index cac3b4bee2de2..0000000000000
--- a/blockchains/ethereum/assets/0x82Ef11f04Bc3cb863373aDdf5558dbc01d8F9b9b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Halloween",
- "website": "https://halloween.airsite.co",
- "description": "Halloween token was meant to store and tokenize every horrible event ever documented on the interne. 60% of all annual sales Will be donatated to peoples and countries living in fear through charity ororganizations.",
- "explorer": "https://etherscan.io/token/0x82Ef11f04Bc3cb863373aDdf5558dbc01d8F9b9b",
- "type": "ERC20",
- "symbol": "horor",
- "decimals": 18,
- "status": "active",
- "id": "0x82Ef11f04Bc3cb863373aDdf5558dbc01d8F9b9b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x82Ef11f04Bc3cb863373aDdf5558dbc01d8F9b9b/logo.png b/blockchains/ethereum/assets/0x82Ef11f04Bc3cb863373aDdf5558dbc01d8F9b9b/logo.png
deleted file mode 100644
index 7f1b3e80642de..0000000000000
Binary files a/blockchains/ethereum/assets/0x82Ef11f04Bc3cb863373aDdf5558dbc01d8F9b9b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x82b0E50478eeaFde392D45D1259Ed1071B6fDa81/info.json b/blockchains/ethereum/assets/0x82b0E50478eeaFde392D45D1259Ed1071B6fDa81/info.json
deleted file mode 100644
index eb0a051027993..0000000000000
--- a/blockchains/ethereum/assets/0x82b0E50478eeaFde392D45D1259Ed1071B6fDa81/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EncrypGen (old)",
- "symbol": "DNA2017",
- "type": "ERC20",
- "decimals": 18,
- "description": "This token has been deprecated and replaced with contract address 0xef6344de1fcfC5F48c30234C16c1389e8CdC572C",
- "website": "https://encrypgen.com",
- "explorer": "https://etherscan.io/token/0x82b0E50478eeaFde392D45D1259Ed1071B6fDa81",
- "status": "abandoned",
- "id": "0x82b0E50478eeaFde392D45D1259Ed1071B6fDa81"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x82b0E50478eeaFde392D45D1259Ed1071B6fDa81/logo.png b/blockchains/ethereum/assets/0x82b0E50478eeaFde392D45D1259Ed1071B6fDa81/logo.png
deleted file mode 100644
index d445ca0ac5b50..0000000000000
Binary files a/blockchains/ethereum/assets/0x82b0E50478eeaFde392D45D1259Ed1071B6fDa81/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x82b5B44Ed4f9A9f846F204a9ABed058D3D796B5B/info.json b/blockchains/ethereum/assets/0x82b5B44Ed4f9A9f846F204a9ABed058D3D796B5B/info.json
deleted file mode 100644
index e68587b9c3afb..0000000000000
--- a/blockchains/ethereum/assets/0x82b5B44Ed4f9A9f846F204a9ABed058D3D796B5B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Planetagro-Exchange",
- "symbol": "TOMATOE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x82b5B44Ed4f9A9f846F204a9ABed058D3D796B5B",
- "status": "abandoned",
- "id": "0x82b5B44Ed4f9A9f846F204a9ABed058D3D796B5B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x82b5B44Ed4f9A9f846F204a9ABed058D3D796B5B/logo.png b/blockchains/ethereum/assets/0x82b5B44Ed4f9A9f846F204a9ABed058D3D796B5B/logo.png
deleted file mode 100755
index 4e77b9cbba062..0000000000000
Binary files a/blockchains/ethereum/assets/0x82b5B44Ed4f9A9f846F204a9ABed058D3D796B5B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x82b9eB75D6E8E6b4A296cF8FDE9A7c23Ee4B89eC/info.json b/blockchains/ethereum/assets/0x82b9eB75D6E8E6b4A296cF8FDE9A7c23Ee4B89eC/info.json
deleted file mode 100644
index 32b3d0f42ab88..0000000000000
--- a/blockchains/ethereum/assets/0x82b9eB75D6E8E6b4A296cF8FDE9A7c23Ee4B89eC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OMNIS-BIT",
- "symbol": "OMNIS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x82b9eB75D6E8E6b4A296cF8FDE9A7c23Ee4B89eC",
- "status": "abandoned",
- "id": "0x82b9eB75D6E8E6b4A296cF8FDE9A7c23Ee4B89eC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x82b9eB75D6E8E6b4A296cF8FDE9A7c23Ee4B89eC/logo.png b/blockchains/ethereum/assets/0x82b9eB75D6E8E6b4A296cF8FDE9A7c23Ee4B89eC/logo.png
deleted file mode 100755
index 2d3dc7d56a085..0000000000000
Binary files a/blockchains/ethereum/assets/0x82b9eB75D6E8E6b4A296cF8FDE9A7c23Ee4B89eC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x82bdfb4C6F488fC47700ceF12C448a2F13F8fF4F/info.json b/blockchains/ethereum/assets/0x82bdfb4C6F488fC47700ceF12C448a2F13F8fF4F/info.json
deleted file mode 100644
index 62b915fcfa85f..0000000000000
--- a/blockchains/ethereum/assets/0x82bdfb4C6F488fC47700ceF12C448a2F13F8fF4F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SealBlock Token",
- "symbol": "SKT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://sealblock.io/",
- "explorer": "https://etherscan.io/token/0x82bdfb4C6F488fC47700ceF12C448a2F13F8fF4F",
- "status": "abandoned",
- "id": "0x82bdfb4C6F488fC47700ceF12C448a2F13F8fF4F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x82bdfb4C6F488fC47700ceF12C448a2F13F8fF4F/logo.png b/blockchains/ethereum/assets/0x82bdfb4C6F488fC47700ceF12C448a2F13F8fF4F/logo.png
deleted file mode 100644
index 851e802d979bb..0000000000000
Binary files a/blockchains/ethereum/assets/0x82bdfb4C6F488fC47700ceF12C448a2F13F8fF4F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x82e5497347eC3d9a98632b7d5A844b645F0bA8c6/info.json b/blockchains/ethereum/assets/0x82e5497347eC3d9a98632b7d5A844b645F0bA8c6/info.json
deleted file mode 100644
index 9385af96373a5..0000000000000
--- a/blockchains/ethereum/assets/0x82e5497347eC3d9a98632b7d5A844b645F0bA8c6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RESCALTA",
- "symbol": "RES",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x82e5497347eC3d9a98632b7d5A844b645F0bA8c6",
- "status": "abandoned",
- "id": "0x82e5497347eC3d9a98632b7d5A844b645F0bA8c6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x82e5497347eC3d9a98632b7d5A844b645F0bA8c6/logo.png b/blockchains/ethereum/assets/0x82e5497347eC3d9a98632b7d5A844b645F0bA8c6/logo.png
deleted file mode 100644
index 261b50f4f70ee..0000000000000
Binary files a/blockchains/ethereum/assets/0x82e5497347eC3d9a98632b7d5A844b645F0bA8c6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x82f4dED9Cec9B5750FBFf5C2185AEe35AfC16587/info.json b/blockchains/ethereum/assets/0x82f4dED9Cec9B5750FBFf5C2185AEe35AfC16587/info.json
deleted file mode 100644
index 6cfd50e608c32..0000000000000
--- a/blockchains/ethereum/assets/0x82f4dED9Cec9B5750FBFf5C2185AEe35AfC16587/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DreamTeam Token",
- "symbol": "DREAM",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://token.dreamteam.gg",
- "explorer": "https://etherscan.io/token/0x82f4dED9Cec9B5750FBFf5C2185AEe35AfC16587",
- "status": "abandoned",
- "id": "0x82f4dED9Cec9B5750FBFf5C2185AEe35AfC16587"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x82f4dED9Cec9B5750FBFf5C2185AEe35AfC16587/logo.png b/blockchains/ethereum/assets/0x82f4dED9Cec9B5750FBFf5C2185AEe35AfC16587/logo.png
deleted file mode 100644
index 64da8542890b6..0000000000000
Binary files a/blockchains/ethereum/assets/0x82f4dED9Cec9B5750FBFf5C2185AEe35AfC16587/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x82fdedfB7635441aA5A92791D001fA7388da8025/info.json b/blockchains/ethereum/assets/0x82fdedfB7635441aA5A92791D001fA7388da8025/info.json
deleted file mode 100644
index 718c06143c6e0..0000000000000
--- a/blockchains/ethereum/assets/0x82fdedfB7635441aA5A92791D001fA7388da8025/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DigitalTicks",
- "symbol": "DTX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.digitalticks.com/",
- "explorer": "https://etherscan.io/token/0x82fdedfB7635441aA5A92791D001fA7388da8025",
- "status": "abandoned",
- "id": "0x82fdedfB7635441aA5A92791D001fA7388da8025"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x82fdedfB7635441aA5A92791D001fA7388da8025/logo.png b/blockchains/ethereum/assets/0x82fdedfB7635441aA5A92791D001fA7388da8025/logo.png
deleted file mode 100755
index ac10d7b2006dd..0000000000000
Binary files a/blockchains/ethereum/assets/0x82fdedfB7635441aA5A92791D001fA7388da8025/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8317b216D7c3F9a5B8401E4b6814D13A7BE390ec/info.json b/blockchains/ethereum/assets/0x8317b216D7c3F9a5B8401E4b6814D13A7BE390ec/info.json
deleted file mode 100644
index 06ded496913d1..0000000000000
--- a/blockchains/ethereum/assets/0x8317b216D7c3F9a5B8401E4b6814D13A7BE390ec/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EXNCE",
- "symbol": "XNC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.exnce.com/",
- "explorer": "https://etherscan.io/token/0x8317b216D7c3F9a5B8401E4b6814D13A7BE390ec",
- "status": "abandoned",
- "id": "0x8317b216D7c3F9a5B8401E4b6814D13A7BE390ec"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8317b216D7c3F9a5B8401E4b6814D13A7BE390ec/logo.png b/blockchains/ethereum/assets/0x8317b216D7c3F9a5B8401E4b6814D13A7BE390ec/logo.png
deleted file mode 100644
index 2cf328dc22d39..0000000000000
Binary files a/blockchains/ethereum/assets/0x8317b216D7c3F9a5B8401E4b6814D13A7BE390ec/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x832904863978b94802123106e6eB491BDF0Df928/info.json b/blockchains/ethereum/assets/0x832904863978b94802123106e6eB491BDF0Df928/info.json
deleted file mode 100644
index b750b80f662ae..0000000000000
--- a/blockchains/ethereum/assets/0x832904863978b94802123106e6eB491BDF0Df928/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OptiToken",
- "symbol": "OPTI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://optitoken.io/",
- "explorer": "https://etherscan.io/token/0x832904863978b94802123106e6eB491BDF0Df928",
- "status": "abandoned",
- "id": "0x832904863978b94802123106e6eB491BDF0Df928"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x832904863978b94802123106e6eB491BDF0Df928/logo.png b/blockchains/ethereum/assets/0x832904863978b94802123106e6eB491BDF0Df928/logo.png
deleted file mode 100644
index 96fffbf9427af..0000000000000
Binary files a/blockchains/ethereum/assets/0x832904863978b94802123106e6eB491BDF0Df928/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x832eC40433B457028A1D27434f3B9FdF81aaecbE/info.json b/blockchains/ethereum/assets/0x832eC40433B457028A1D27434f3B9FdF81aaecbE/info.json
deleted file mode 100644
index 444a37ba92655..0000000000000
--- a/blockchains/ethereum/assets/0x832eC40433B457028A1D27434f3B9FdF81aaecbE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Grow Token",
- "symbol": "GRWT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x832eC40433B457028A1D27434f3B9FdF81aaecbE",
- "status": "abandoned",
- "id": "0x832eC40433B457028A1D27434f3B9FdF81aaecbE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x832eC40433B457028A1D27434f3B9FdF81aaecbE/logo.png b/blockchains/ethereum/assets/0x832eC40433B457028A1D27434f3B9FdF81aaecbE/logo.png
deleted file mode 100755
index 37bfb7f5b6c50..0000000000000
Binary files a/blockchains/ethereum/assets/0x832eC40433B457028A1D27434f3B9FdF81aaecbE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x833E4c02c47B7e38f5b9A80b26eb07D23d1961f4/info.json b/blockchains/ethereum/assets/0x833E4c02c47B7e38f5b9A80b26eb07D23d1961f4/info.json
deleted file mode 100644
index f65fd77583c3f..0000000000000
--- a/blockchains/ethereum/assets/0x833E4c02c47B7e38f5b9A80b26eb07D23d1961f4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "The Bitcoin Family",
- "symbol": "FAMILY",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x833E4c02c47B7e38f5b9A80b26eb07D23d1961f4",
- "status": "abandoned",
- "id": "0x833E4c02c47B7e38f5b9A80b26eb07D23d1961f4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x833E4c02c47B7e38f5b9A80b26eb07D23d1961f4/logo.png b/blockchains/ethereum/assets/0x833E4c02c47B7e38f5b9A80b26eb07D23d1961f4/logo.png
deleted file mode 100644
index f510f535f068b..0000000000000
Binary files a/blockchains/ethereum/assets/0x833E4c02c47B7e38f5b9A80b26eb07D23d1961f4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x834625F5D8B006D70a6CaAEeF73C29442F156dAF/info.json b/blockchains/ethereum/assets/0x834625F5D8B006D70a6CaAEeF73C29442F156dAF/info.json
deleted file mode 100644
index 517061dd8ae48..0000000000000
--- a/blockchains/ethereum/assets/0x834625F5D8B006D70a6CaAEeF73C29442F156dAF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Instantily",
- "symbol": "TILY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://instantily.com/",
- "explorer": "https://etherscan.io/token/0x834625F5D8B006D70a6CaAEeF73C29442F156dAF",
- "status": "abandoned",
- "id": "0x834625F5D8B006D70a6CaAEeF73C29442F156dAF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x834625F5D8B006D70a6CaAEeF73C29442F156dAF/logo.png b/blockchains/ethereum/assets/0x834625F5D8B006D70a6CaAEeF73C29442F156dAF/logo.png
deleted file mode 100644
index cee9a3ea7795e..0000000000000
Binary files a/blockchains/ethereum/assets/0x834625F5D8B006D70a6CaAEeF73C29442F156dAF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x834Ae750d5E8119e6C60FB5F1D784f696517001b/info.json b/blockchains/ethereum/assets/0x834Ae750d5E8119e6C60FB5F1D784f696517001b/info.json
deleted file mode 100644
index d7037501efa3f..0000000000000
--- a/blockchains/ethereum/assets/0x834Ae750d5E8119e6C60FB5F1D784f696517001b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C554790",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x834Ae750d5E8119e6C60FB5F1D784f696517001b",
- "status": "abandoned",
- "id": "0x834Ae750d5E8119e6C60FB5F1D784f696517001b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x834Ae750d5E8119e6C60FB5F1D784f696517001b/logo.png b/blockchains/ethereum/assets/0x834Ae750d5E8119e6C60FB5F1D784f696517001b/logo.png
deleted file mode 100644
index 8132b131cfd12..0000000000000
Binary files a/blockchains/ethereum/assets/0x834Ae750d5E8119e6C60FB5F1D784f696517001b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x83519EC12329FC296573b8e95E62F01313D63cA4/info.json b/blockchains/ethereum/assets/0x83519EC12329FC296573b8e95E62F01313D63cA4/info.json
deleted file mode 100644
index e40e78d30d2d4..0000000000000
--- a/blockchains/ethereum/assets/0x83519EC12329FC296573b8e95E62F01313D63cA4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitchainnet",
- "symbol": "BNCT",
- "type": "ERC20",
- "decimals": 16,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x83519EC12329FC296573b8e95E62F01313D63cA4",
- "status": "abandoned",
- "id": "0x83519EC12329FC296573b8e95E62F01313D63cA4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x83519EC12329FC296573b8e95E62F01313D63cA4/logo.png b/blockchains/ethereum/assets/0x83519EC12329FC296573b8e95E62F01313D63cA4/logo.png
deleted file mode 100644
index 123bb24340dda..0000000000000
Binary files a/blockchains/ethereum/assets/0x83519EC12329FC296573b8e95E62F01313D63cA4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x835fb9077C2EEEB044E55725Cc4c6c00c4FF88E3/info.json b/blockchains/ethereum/assets/0x835fb9077C2EEEB044E55725Cc4c6c00c4FF88E3/info.json
deleted file mode 100644
index 07b6d52cbfa70..0000000000000
--- a/blockchains/ethereum/assets/0x835fb9077C2EEEB044E55725Cc4c6c00c4FF88E3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Whisky",
- "symbol": "WHISKY",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x835fb9077C2EEEB044E55725Cc4c6c00c4FF88E3",
- "status": "abandoned",
- "id": "0x835fb9077C2EEEB044E55725Cc4c6c00c4FF88E3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x835fb9077C2EEEB044E55725Cc4c6c00c4FF88E3/logo.png b/blockchains/ethereum/assets/0x835fb9077C2EEEB044E55725Cc4c6c00c4FF88E3/logo.png
deleted file mode 100644
index 159967b6d4d99..0000000000000
Binary files a/blockchains/ethereum/assets/0x835fb9077C2EEEB044E55725Cc4c6c00c4FF88E3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8361C75a2A6e6Ec681F7e41BA9baf21396A1A3Bf/info.json b/blockchains/ethereum/assets/0x8361C75a2A6e6Ec681F7e41BA9baf21396A1A3Bf/info.json
deleted file mode 100644
index 344abb3b87dfb..0000000000000
--- a/blockchains/ethereum/assets/0x8361C75a2A6e6Ec681F7e41BA9baf21396A1A3Bf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-1/30M61",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8361C75a2A6e6Ec681F7e41BA9baf21396A1A3Bf",
- "status": "abandoned",
- "id": "0x8361C75a2A6e6Ec681F7e41BA9baf21396A1A3Bf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8361C75a2A6e6Ec681F7e41BA9baf21396A1A3Bf/logo.png b/blockchains/ethereum/assets/0x8361C75a2A6e6Ec681F7e41BA9baf21396A1A3Bf/logo.png
deleted file mode 100644
index d1c3d77f8595b..0000000000000
Binary files a/blockchains/ethereum/assets/0x8361C75a2A6e6Ec681F7e41BA9baf21396A1A3Bf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8377ee6d3545Bc6ff1425ee3015DC648B149C7B2/info.json b/blockchains/ethereum/assets/0x8377ee6d3545Bc6ff1425ee3015DC648B149C7B2/info.json
deleted file mode 100644
index dec75c22d06a3..0000000000000
--- a/blockchains/ethereum/assets/0x8377ee6d3545Bc6ff1425ee3015DC648B149C7B2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ProChain",
- "symbol": "PRO",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8377ee6d3545Bc6ff1425ee3015DC648B149C7B2",
- "status": "abandoned",
- "id": "0x8377ee6d3545Bc6ff1425ee3015DC648B149C7B2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8377ee6d3545Bc6ff1425ee3015DC648B149C7B2/logo.png b/blockchains/ethereum/assets/0x8377ee6d3545Bc6ff1425ee3015DC648B149C7B2/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x8377ee6d3545Bc6ff1425ee3015DC648B149C7B2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x83869DE76B9Ad8125e22b857f519F001588c0f62/info.json b/blockchains/ethereum/assets/0x83869DE76B9Ad8125e22b857f519F001588c0f62/info.json
deleted file mode 100644
index d407e9f570271..0000000000000
--- a/blockchains/ethereum/assets/0x83869DE76B9Ad8125e22b857f519F001588c0f62/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EXMOCoin",
- "symbol": "EXM",
- "type": "ERC20",
- "decimals": 8,
- "description": "EXMO Coin is a utility token for the EXMO exchange's internal ecosystem.",
- "website": "https://exmo.money",
- "explorer": "https://etherscan.io/token/0x83869DE76B9Ad8125e22b857f519F001588c0f62",
- "status": "active",
- "id": "0x83869DE76B9Ad8125e22b857f519F001588c0f62"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x83869DE76B9Ad8125e22b857f519F001588c0f62/logo.png b/blockchains/ethereum/assets/0x83869DE76B9Ad8125e22b857f519F001588c0f62/logo.png
deleted file mode 100644
index caa9c35b0a144..0000000000000
Binary files a/blockchains/ethereum/assets/0x83869DE76B9Ad8125e22b857f519F001588c0f62/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8387fE93abecaB50Cdf5be79A5f5BfcBAc90A2BE/info.json b/blockchains/ethereum/assets/0x8387fE93abecaB50Cdf5be79A5f5BfcBAc90A2BE/info.json
deleted file mode 100644
index e8c29bc8b49c0..0000000000000
--- a/blockchains/ethereum/assets/0x8387fE93abecaB50Cdf5be79A5f5BfcBAc90A2BE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PACT Gold",
- "symbol": "PACT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8387fE93abecaB50Cdf5be79A5f5BfcBAc90A2BE",
- "status": "abandoned",
- "id": "0x8387fE93abecaB50Cdf5be79A5f5BfcBAc90A2BE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8387fE93abecaB50Cdf5be79A5f5BfcBAc90A2BE/logo.png b/blockchains/ethereum/assets/0x8387fE93abecaB50Cdf5be79A5f5BfcBAc90A2BE/logo.png
deleted file mode 100644
index 198094f8b12c9..0000000000000
Binary files a/blockchains/ethereum/assets/0x8387fE93abecaB50Cdf5be79A5f5BfcBAc90A2BE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x838d8e11B160deC88Fe62BF0f743FB7000941e13/info.json b/blockchains/ethereum/assets/0x838d8e11B160deC88Fe62BF0f743FB7000941e13/info.json
deleted file mode 100644
index 0ebadabc8457f..0000000000000
--- a/blockchains/ethereum/assets/0x838d8e11B160deC88Fe62BF0f743FB7000941e13/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Krios/GIG",
- "website": "https://krios.io/",
- "description": "Krios is a platform that connects employers and freelancers in the next hire share economy. Many skilled individuals are turning to freelancing as a result of the freedom and flexibility that it brings. Krios enables employers looking to hire and freelancers searching for jobs to connect with one another. Sign up now to search for job opportunities and showcase your skills.",
- "explorer": "https://etherscan.io/token/0x838d8e11B160deC88Fe62BF0f743FB7000941e13",
- "type": "ERC20",
- "symbol": "GIG",
- "decimals": 18,
- "status": "active",
- "id": "0x838d8e11B160deC88Fe62BF0f743FB7000941e13",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ethereum"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Krios"
- },
- {
- "name": "telegram",
- "url": "https://t.me/KriosToken"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/krios.io/"
- },
- {
- "name": "whitepaper",
- "url": "https://krios-test.s3.amazonaws.com/image_1565724128958.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x838d8e11B160deC88Fe62BF0f743FB7000941e13/logo.png b/blockchains/ethereum/assets/0x838d8e11B160deC88Fe62BF0f743FB7000941e13/logo.png
deleted file mode 100644
index 0396e69197392..0000000000000
Binary files a/blockchains/ethereum/assets/0x838d8e11B160deC88Fe62BF0f743FB7000941e13/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x839078adA638AF8306c039221E408eE7bc4E3F7F/info.json b/blockchains/ethereum/assets/0x839078adA638AF8306c039221E408eE7bc4E3F7F/info.json
deleted file mode 100644
index f023f20b255ca..0000000000000
--- a/blockchains/ethereum/assets/0x839078adA638AF8306c039221E408eE7bc4E3F7F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Thursday Ninja",
- "symbol": "THUR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x839078adA638AF8306c039221E408eE7bc4E3F7F",
- "status": "abandoned",
- "id": "0x839078adA638AF8306c039221E408eE7bc4E3F7F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x839078adA638AF8306c039221E408eE7bc4E3F7F/logo.png b/blockchains/ethereum/assets/0x839078adA638AF8306c039221E408eE7bc4E3F7F/logo.png
deleted file mode 100644
index 844ebbd923077..0000000000000
Binary files a/blockchains/ethereum/assets/0x839078adA638AF8306c039221E408eE7bc4E3F7F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x83984d6142934bb535793A82ADB0a46EF0F66B6d/info.json b/blockchains/ethereum/assets/0x83984d6142934bb535793A82ADB0a46EF0F66B6d/info.json
deleted file mode 100644
index 30b616ea04636..0000000000000
--- a/blockchains/ethereum/assets/0x83984d6142934bb535793A82ADB0a46EF0F66B6d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "REMME token",
- "symbol": "REM",
- "type": "ERC20",
- "decimals": 4,
- "description": "Distributed Public Key Infrastructure protocol and PKI-enabled apps for the modern web.",
- "website": "https://remme.io",
- "explorer": "https://etherscan.io/token/0x83984d6142934bb535793A82ADB0a46EF0F66B6d",
- "status": "active",
- "id": "0x83984d6142934bb535793A82ADB0a46EF0F66B6d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x83984d6142934bb535793A82ADB0a46EF0F66B6d/logo.png b/blockchains/ethereum/assets/0x83984d6142934bb535793A82ADB0a46EF0F66B6d/logo.png
deleted file mode 100644
index 9c2cc2525e168..0000000000000
Binary files a/blockchains/ethereum/assets/0x83984d6142934bb535793A82ADB0a46EF0F66B6d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x839961692c56270b73538F9906f8736fC1DA4fA6/info.json b/blockchains/ethereum/assets/0x839961692c56270b73538F9906f8736fC1DA4fA6/info.json
deleted file mode 100644
index 36f202f974f8b..0000000000000
--- a/blockchains/ethereum/assets/0x839961692c56270b73538F9906f8736fC1DA4fA6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CHALLENGE",
- "symbol": "CLG",
- "type": "ERC20",
- "decimals": 18,
- "description": "Challenge is a community driven DeFi-project by the people and for the people, the decisions and actions of CLG (governance token) are made by its community through voting to assure equity and fairness for all.",
- "website": "https://www.challengeclg.com/",
- "explorer": "https://etherscan.io/token/0x839961692c56270b73538F9906f8736fC1DA4fA6",
- "status": "active",
- "id": "0x839961692c56270b73538F9906f8736fC1DA4fA6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x839961692c56270b73538F9906f8736fC1DA4fA6/logo.png b/blockchains/ethereum/assets/0x839961692c56270b73538F9906f8736fC1DA4fA6/logo.png
deleted file mode 100644
index 4538255b06bdd..0000000000000
Binary files a/blockchains/ethereum/assets/0x839961692c56270b73538F9906f8736fC1DA4fA6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x839e71613f9aA06E5701CF6de63E303616B0DDE3/info.json b/blockchains/ethereum/assets/0x839e71613f9aA06E5701CF6de63E303616B0DDE3/info.json
deleted file mode 100644
index 8e1ed6372b062..0000000000000
--- a/blockchains/ethereum/assets/0x839e71613f9aA06E5701CF6de63E303616B0DDE3/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "VVS Finance",
- "type": "ERC20",
- "symbol": "VVS",
- "decimals": 18,
- "website": "https://vvs.finance/",
- "description": "A utility, governance, and reward token with applications throughout the VVS platform.",
- "explorer": "https://etherscan.io/token/0x839e71613f9aA06E5701CF6de63E303616B0DDE3",
- "status": "active",
- "id": "0x839e71613f9aA06E5701CF6de63E303616B0DDE3",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/VVS_finance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/VVSFinance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/vvs-finance/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/vvs-finance/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x839e71613f9aA06E5701CF6de63E303616B0DDE3/logo.png b/blockchains/ethereum/assets/0x839e71613f9aA06E5701CF6de63E303616B0DDE3/logo.png
deleted file mode 100644
index 46fe17fb77bd0..0000000000000
Binary files a/blockchains/ethereum/assets/0x839e71613f9aA06E5701CF6de63E303616B0DDE3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x83A668a8a9b6A2171466Ce09BB023DbE0BAd1b3E/info.json b/blockchains/ethereum/assets/0x83A668a8a9b6A2171466Ce09BB023DbE0BAd1b3E/info.json
deleted file mode 100644
index 3aba417a8de34..0000000000000
--- a/blockchains/ethereum/assets/0x83A668a8a9b6A2171466Ce09BB023DbE0BAd1b3E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg15500",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x83A668a8a9b6A2171466Ce09BB023DbE0BAd1b3E",
- "status": "abandoned",
- "id": "0x83A668a8a9b6A2171466Ce09BB023DbE0BAd1b3E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x83A668a8a9b6A2171466Ce09BB023DbE0BAd1b3E/logo.png b/blockchains/ethereum/assets/0x83A668a8a9b6A2171466Ce09BB023DbE0BAd1b3E/logo.png
deleted file mode 100644
index 6b6141a0de5cb..0000000000000
Binary files a/blockchains/ethereum/assets/0x83A668a8a9b6A2171466Ce09BB023DbE0BAd1b3E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x83C017A3FcD81E2d3ed00D8941f1c861587ceba2/info.json b/blockchains/ethereum/assets/0x83C017A3FcD81E2d3ed00D8941f1c861587ceba2/info.json
deleted file mode 100644
index bb401e338e9f8..0000000000000
--- a/blockchains/ethereum/assets/0x83C017A3FcD81E2d3ed00D8941f1c861587ceba2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mi Token",
- "symbol": "MIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x83C017A3FcD81E2d3ed00D8941f1c861587ceba2",
- "status": "abandoned",
- "id": "0x83C017A3FcD81E2d3ed00D8941f1c861587ceba2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x83C017A3FcD81E2d3ed00D8941f1c861587ceba2/logo.png b/blockchains/ethereum/assets/0x83C017A3FcD81E2d3ed00D8941f1c861587ceba2/logo.png
deleted file mode 100644
index a0aa20a33a6a9..0000000000000
Binary files a/blockchains/ethereum/assets/0x83C017A3FcD81E2d3ed00D8941f1c861587ceba2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x83D6a2171F78e8fFE4dfE7680983efFC49cff7a0/info.json b/blockchains/ethereum/assets/0x83D6a2171F78e8fFE4dfE7680983efFC49cff7a0/info.json
deleted file mode 100644
index c6faa8784a69c..0000000000000
--- a/blockchains/ethereum/assets/0x83D6a2171F78e8fFE4dfE7680983efFC49cff7a0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bet Chips",
- "symbol": "BetC",
- "type": "ERC20",
- "decimals": 4,
- "description": "BETCHIPS (BETC) is a utility token based on ERC 20 for iGaming platform. The token is in use on www.betclotto.com as a transaction protocol for the gaming world.",
- "website": "https://betc.ltd/",
- "explorer": "https://etherscan.io/token/0x83D6a2171F78e8fFE4dfE7680983efFC49cff7a0",
- "status": "active",
- "id": "0x83D6a2171F78e8fFE4dfE7680983efFC49cff7a0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x83D6a2171F78e8fFE4dfE7680983efFC49cff7a0/logo.png b/blockchains/ethereum/assets/0x83D6a2171F78e8fFE4dfE7680983efFC49cff7a0/logo.png
deleted file mode 100644
index 048814ea1b9b2..0000000000000
Binary files a/blockchains/ethereum/assets/0x83D6a2171F78e8fFE4dfE7680983efFC49cff7a0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x83c1eb6C7F1c787B0D74d39Da8022b47DFe4971B/info.json b/blockchains/ethereum/assets/0x83c1eb6C7F1c787B0D74d39Da8022b47DFe4971B/info.json
deleted file mode 100644
index ebdd8a0c525f7..0000000000000
--- a/blockchains/ethereum/assets/0x83c1eb6C7F1c787B0D74d39Da8022b47DFe4971B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQUOPAY",
- "symbol": "EQY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x83c1eb6C7F1c787B0D74d39Da8022b47DFe4971B",
- "status": "abandoned",
- "id": "0x83c1eb6C7F1c787B0D74d39Da8022b47DFe4971B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x83c1eb6C7F1c787B0D74d39Da8022b47DFe4971B/logo.png b/blockchains/ethereum/assets/0x83c1eb6C7F1c787B0D74d39Da8022b47DFe4971B/logo.png
deleted file mode 100644
index 3cac8829c4b48..0000000000000
Binary files a/blockchains/ethereum/assets/0x83c1eb6C7F1c787B0D74d39Da8022b47DFe4971B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x83c88dBd0059EdB45A3e57B9Cc50E9Ee0fdA7191/info.json b/blockchains/ethereum/assets/0x83c88dBd0059EdB45A3e57B9Cc50E9Ee0fdA7191/info.json
deleted file mode 100644
index c8afe1fa26059..0000000000000
--- a/blockchains/ethereum/assets/0x83c88dBd0059EdB45A3e57B9Cc50E9Ee0fdA7191/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Planet BlockChain",
- "symbol": "PBC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://planetblockchain.io",
- "explorer": "https://etherscan.io/token/0x83c88dBd0059EdB45A3e57B9Cc50E9Ee0fdA7191",
- "status": "abandoned",
- "id": "0x83c88dBd0059EdB45A3e57B9Cc50E9Ee0fdA7191"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x83c88dBd0059EdB45A3e57B9Cc50E9Ee0fdA7191/logo.png b/blockchains/ethereum/assets/0x83c88dBd0059EdB45A3e57B9Cc50E9Ee0fdA7191/logo.png
deleted file mode 100755
index cf0c74474202e..0000000000000
Binary files a/blockchains/ethereum/assets/0x83c88dBd0059EdB45A3e57B9Cc50E9Ee0fdA7191/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x83cAEECace9Ec5c322c93743B2B370ED58951F5c/info.json b/blockchains/ethereum/assets/0x83cAEECace9Ec5c322c93743B2B370ED58951F5c/info.json
deleted file mode 100644
index 5ca5ae3b5b94b..0000000000000
--- a/blockchains/ethereum/assets/0x83cAEECace9Ec5c322c93743B2B370ED58951F5c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bazooka Token",
- "symbol": "BAZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x83cAEECace9Ec5c322c93743B2B370ED58951F5c",
- "status": "abandoned",
- "id": "0x83cAEECace9Ec5c322c93743B2B370ED58951F5c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x83cAEECace9Ec5c322c93743B2B370ED58951F5c/logo.png b/blockchains/ethereum/assets/0x83cAEECace9Ec5c322c93743B2B370ED58951F5c/logo.png
deleted file mode 100644
index b586821b29c15..0000000000000
Binary files a/blockchains/ethereum/assets/0x83cAEECace9Ec5c322c93743B2B370ED58951F5c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x83cee9e086A77e492eE0bB93C2B0437aD6fdECCc/info.json b/blockchains/ethereum/assets/0x83cee9e086A77e492eE0bB93C2B0437aD6fdECCc/info.json
deleted file mode 100644
index d23690e831804..0000000000000
--- a/blockchains/ethereum/assets/0x83cee9e086A77e492eE0bB93C2B0437aD6fdECCc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Goldmint MNT Prelaunch Token",
- "symbol": "MNTP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.goldmint.io/",
- "explorer": "https://etherscan.io/token/0x83cee9e086A77e492eE0bB93C2B0437aD6fdECCc",
- "status": "abandoned",
- "id": "0x83cee9e086A77e492eE0bB93C2B0437aD6fdECCc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x83cee9e086A77e492eE0bB93C2B0437aD6fdECCc/logo.png b/blockchains/ethereum/assets/0x83cee9e086A77e492eE0bB93C2B0437aD6fdECCc/logo.png
deleted file mode 100644
index 37f24749e23c4..0000000000000
Binary files a/blockchains/ethereum/assets/0x83cee9e086A77e492eE0bB93C2B0437aD6fdECCc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x83e11a3b34D2330AdF67a3B1032172A7Bc408e17/info.json b/blockchains/ethereum/assets/0x83e11a3b34D2330AdF67a3B1032172A7Bc408e17/info.json
deleted file mode 100644
index ab44cb502e07b..0000000000000
--- a/blockchains/ethereum/assets/0x83e11a3b34D2330AdF67a3B1032172A7Bc408e17/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Deluxo",
- "symbol": "DLUX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x83e11a3b34D2330AdF67a3B1032172A7Bc408e17",
- "status": "abandoned",
- "id": "0x83e11a3b34D2330AdF67a3B1032172A7Bc408e17"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x83e11a3b34D2330AdF67a3B1032172A7Bc408e17/logo.png b/blockchains/ethereum/assets/0x83e11a3b34D2330AdF67a3B1032172A7Bc408e17/logo.png
deleted file mode 100644
index 43f82d434ca23..0000000000000
Binary files a/blockchains/ethereum/assets/0x83e11a3b34D2330AdF67a3B1032172A7Bc408e17/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x83e2BE8d114F9661221384B3a50d24B96a5653F5/info.json b/blockchains/ethereum/assets/0x83e2BE8d114F9661221384B3a50d24B96a5653F5/info.json
deleted file mode 100644
index c2dd18bb47f41..0000000000000
--- a/blockchains/ethereum/assets/0x83e2BE8d114F9661221384B3a50d24B96a5653F5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "0xcert Protocol Token",
- "symbol": "ZXC",
- "type": "ERC20",
- "decimals": 18,
- "description": "0xcert provides the open-source 0xcert Framework for building powerful decentralized applications (dapps) combined with non-fungible tokens (NFTs). The Framework is a JavaScript library that reduces the time, resources, and issues of developing a dapp.",
- "website": "https://0xcert.org/",
- "explorer": "https://etherscan.io/token/0x83e2BE8d114F9661221384B3a50d24B96a5653F5",
- "status": "active",
- "id": "0x83e2BE8d114F9661221384B3a50d24B96a5653F5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x83e2BE8d114F9661221384B3a50d24B96a5653F5/logo.png b/blockchains/ethereum/assets/0x83e2BE8d114F9661221384B3a50d24B96a5653F5/logo.png
deleted file mode 100755
index 2294205f5f6c3..0000000000000
Binary files a/blockchains/ethereum/assets/0x83e2BE8d114F9661221384B3a50d24B96a5653F5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x83e6f1E41cdd28eAcEB20Cb649155049Fac3D5Aa/info.json b/blockchains/ethereum/assets/0x83e6f1E41cdd28eAcEB20Cb649155049Fac3D5Aa/info.json
deleted file mode 100644
index e53ec79bb9c0e..0000000000000
--- a/blockchains/ethereum/assets/0x83e6f1E41cdd28eAcEB20Cb649155049Fac3D5Aa/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Polkastarter",
- "website": "https://polkastarter.com/",
- "description": "Polkastarter is a DEX built for cross-chain token pools and auctions, enabling projects to raise capital on a decentralized, permissionless and interoperable environment based on Polkadot.",
- "explorer": "https://etherscan.io/token/0x83e6f1E41cdd28eAcEB20Cb649155049Fac3D5Aa",
- "type": "ERC20",
- "symbol": "POLS",
- "decimals": 18,
- "status": "active",
- "id": "0x83e6f1E41cdd28eAcEB20Cb649155049Fac3D5Aa",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/polkastarter"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.google.com/presentation/d/1HkdL6XZfbl4mYgNo_8xZsZU0m8QOKusjgi0vBT9nvvY/edit"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x83e6f1E41cdd28eAcEB20Cb649155049Fac3D5Aa/logo.png b/blockchains/ethereum/assets/0x83e6f1E41cdd28eAcEB20Cb649155049Fac3D5Aa/logo.png
deleted file mode 100644
index c65267fb05214..0000000000000
Binary files a/blockchains/ethereum/assets/0x83e6f1E41cdd28eAcEB20Cb649155049Fac3D5Aa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x83eEA00D838f92dEC4D1475697B9f4D3537b56E3/info.json b/blockchains/ethereum/assets/0x83eEA00D838f92dEC4D1475697B9f4D3537b56E3/info.json
deleted file mode 100644
index 0acb9deec41cb..0000000000000
--- a/blockchains/ethereum/assets/0x83eEA00D838f92dEC4D1475697B9f4D3537b56E3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VOISE",
- "symbol": "VOISE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.voise.com/",
- "explorer": "https://etherscan.io/token/0x83eEA00D838f92dEC4D1475697B9f4D3537b56E3",
- "status": "abandoned",
- "id": "0x83eEA00D838f92dEC4D1475697B9f4D3537b56E3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x83eEA00D838f92dEC4D1475697B9f4D3537b56E3/logo.png b/blockchains/ethereum/assets/0x83eEA00D838f92dEC4D1475697B9f4D3537b56E3/logo.png
deleted file mode 100755
index 3d3a57cd75345..0000000000000
Binary files a/blockchains/ethereum/assets/0x83eEA00D838f92dEC4D1475697B9f4D3537b56E3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x83f798e925BcD4017Eb265844FDDAbb448f1707D/info.json b/blockchains/ethereum/assets/0x83f798e925BcD4017Eb265844FDDAbb448f1707D/info.json
deleted file mode 100644
index 50a284f28cf38..0000000000000
--- a/blockchains/ethereum/assets/0x83f798e925BcD4017Eb265844FDDAbb448f1707D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "iearn USDT",
- "symbol": "yUSDT",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x83f798e925BcD4017Eb265844FDDAbb448f1707D",
- "status": "abandoned",
- "id": "0x83f798e925BcD4017Eb265844FDDAbb448f1707D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x83f798e925BcD4017Eb265844FDDAbb448f1707D/logo.png b/blockchains/ethereum/assets/0x83f798e925BcD4017Eb265844FDDAbb448f1707D/logo.png
deleted file mode 100644
index 9aa9d5c0a0b3c..0000000000000
Binary files a/blockchains/ethereum/assets/0x83f798e925BcD4017Eb265844FDDAbb448f1707D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8400363706E3850E2BFfc612F9ADb38567e3B6AC/info.json b/blockchains/ethereum/assets/0x8400363706E3850E2BFfc612F9ADb38567e3B6AC/info.json
deleted file mode 100644
index e58f6513a8126..0000000000000
--- a/blockchains/ethereum/assets/0x8400363706E3850E2BFfc612F9ADb38567e3B6AC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 276-CN11",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8400363706E3850E2BFfc612F9ADb38567e3B6AC",
- "status": "abandoned",
- "id": "0x8400363706E3850E2BFfc612F9ADb38567e3B6AC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8400363706E3850E2BFfc612F9ADb38567e3B6AC/logo.png b/blockchains/ethereum/assets/0x8400363706E3850E2BFfc612F9ADb38567e3B6AC/logo.png
deleted file mode 100644
index cab71eefcb528..0000000000000
Binary files a/blockchains/ethereum/assets/0x8400363706E3850E2BFfc612F9ADb38567e3B6AC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e/info.json b/blockchains/ethereum/assets/0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e/info.json
deleted file mode 100644
index c25d1a8949385..0000000000000
--- a/blockchains/ethereum/assets/0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Unibright",
- "website": "https://unibright.io",
- "description": "Unibright offers a unified framework that aims to bring blockchain technology and smart contracts to mainstream usage.",
- "explorer": "https://etherscan.io/token/0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e",
- "type": "ERC20",
- "symbol": "UBT",
- "decimals": 8,
- "status": "active",
- "id": "0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e/logo.png b/blockchains/ethereum/assets/0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e/logo.png
deleted file mode 100644
index e9c9f22a30072..0000000000000
Binary files a/blockchains/ethereum/assets/0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x840fe75ABfaDc0F2d54037829571B2782e919ce4/info.json b/blockchains/ethereum/assets/0x840fe75ABfaDc0F2d54037829571B2782e919ce4/info.json
deleted file mode 100644
index 89d4dca4597ac..0000000000000
--- a/blockchains/ethereum/assets/0x840fe75ABfaDc0F2d54037829571B2782e919ce4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Webcoin",
- "symbol": "WEB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://webcoin.today/#/",
- "explorer": "https://etherscan.io/token/0x840fe75ABfaDc0F2d54037829571B2782e919ce4",
- "status": "abandoned",
- "id": "0x840fe75ABfaDc0F2d54037829571B2782e919ce4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x840fe75ABfaDc0F2d54037829571B2782e919ce4/logo.png b/blockchains/ethereum/assets/0x840fe75ABfaDc0F2d54037829571B2782e919ce4/logo.png
deleted file mode 100644
index 03fa9e9eb7534..0000000000000
Binary files a/blockchains/ethereum/assets/0x840fe75ABfaDc0F2d54037829571B2782e919ce4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x84119cb33E8F590D75c2D6Ea4e6B0741a7494EDA/info.json b/blockchains/ethereum/assets/0x84119cb33E8F590D75c2D6Ea4e6B0741a7494EDA/info.json
deleted file mode 100644
index fa9e28c26f499..0000000000000
--- a/blockchains/ethereum/assets/0x84119cb33E8F590D75c2D6Ea4e6B0741a7494EDA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "\"\"",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://cryptonomos.com/wtt/",
- "explorer": "https://etherscan.io/token/0x84119cb33E8F590D75c2D6Ea4e6B0741a7494EDA",
- "status": "abandoned",
- "id": "0x84119cb33E8F590D75c2D6Ea4e6B0741a7494EDA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x84119cb33E8F590D75c2D6Ea4e6B0741a7494EDA/logo.png b/blockchains/ethereum/assets/0x84119cb33E8F590D75c2D6Ea4e6B0741a7494EDA/logo.png
deleted file mode 100644
index d5add88a7b018..0000000000000
Binary files a/blockchains/ethereum/assets/0x84119cb33E8F590D75c2D6Ea4e6B0741a7494EDA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x841FB148863454A3b3570f515414759BE9091465/info.json b/blockchains/ethereum/assets/0x841FB148863454A3b3570f515414759BE9091465/info.json
deleted file mode 100644
index 81cfe53a7e5d2..0000000000000
--- a/blockchains/ethereum/assets/0x841FB148863454A3b3570f515414759BE9091465/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Shih Tzu",
- "type": "ERC20",
- "symbol": "SHIH",
- "decimals": 18,
- "description": "SHIH TZU project is a meme based token that has determined to pursue NFT artwork",
- "website": "https://www.shih-tzu.org/",
- "explorer": "https://etherscan.io/token/0x841FB148863454A3b3570f515414759BE9091465",
- "status": "active",
- "id": "0x841FB148863454A3b3570f515414759BE9091465"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x841FB148863454A3b3570f515414759BE9091465/logo.png b/blockchains/ethereum/assets/0x841FB148863454A3b3570f515414759BE9091465/logo.png
deleted file mode 100644
index 55b6bdcbc1a58..0000000000000
Binary files a/blockchains/ethereum/assets/0x841FB148863454A3b3570f515414759BE9091465/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x841d6e848fe163BE5712F1A4f85F11a48A3b47F5/info.json b/blockchains/ethereum/assets/0x841d6e848fe163BE5712F1A4f85F11a48A3b47F5/info.json
deleted file mode 100644
index 69cc3ef1a82d1..0000000000000
--- a/blockchains/ethereum/assets/0x841d6e848fe163BE5712F1A4f85F11a48A3b47F5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CarBlock.io",
- "symbol": "CAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x841d6e848fe163BE5712F1A4f85F11a48A3b47F5",
- "status": "abandoned",
- "id": "0x841d6e848fe163BE5712F1A4f85F11a48A3b47F5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x841d6e848fe163BE5712F1A4f85F11a48A3b47F5/logo.png b/blockchains/ethereum/assets/0x841d6e848fe163BE5712F1A4f85F11a48A3b47F5/logo.png
deleted file mode 100644
index a600a225becad..0000000000000
Binary files a/blockchains/ethereum/assets/0x841d6e848fe163BE5712F1A4f85F11a48A3b47F5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x84294FC9710e1252d407d3D80A84bC39001bd4A8/info.json b/blockchains/ethereum/assets/0x84294FC9710e1252d407d3D80A84bC39001bd4A8/info.json
deleted file mode 100644
index 03004c92428ce..0000000000000
--- a/blockchains/ethereum/assets/0x84294FC9710e1252d407d3D80A84bC39001bd4A8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "(Old) NUTS",
- "website": "https://squirrel.finance",
- "description": "NUTS is an upcoming ecosystem to empower simple & secure DeFi. The first product Stash is live in beta with second product Insure coming shortly.",
- "explorer": "https://etherscan.io/token/0x84294FC9710e1252d407d3D80A84bC39001bd4A8",
- "type": "ERC20",
- "symbol": "NUTS",
- "decimals": 18,
- "status": "abandoned",
- "id": "0x84294FC9710e1252d407d3D80A84bC39001bd4A8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x84294FC9710e1252d407d3D80A84bC39001bd4A8/logo.png b/blockchains/ethereum/assets/0x84294FC9710e1252d407d3D80A84bC39001bd4A8/logo.png
deleted file mode 100644
index ea2a3c6c20605..0000000000000
Binary files a/blockchains/ethereum/assets/0x84294FC9710e1252d407d3D80A84bC39001bd4A8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x843131b15F2Ec5BeA850aC5164D2e4a3749ad87f/info.json b/blockchains/ethereum/assets/0x843131b15F2Ec5BeA850aC5164D2e4a3749ad87f/info.json
deleted file mode 100644
index 451fe2dca49cb..0000000000000
--- a/blockchains/ethereum/assets/0x843131b15F2Ec5BeA850aC5164D2e4a3749ad87f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WOWcoin",
- "symbol": "WOW",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x843131b15F2Ec5BeA850aC5164D2e4a3749ad87f",
- "status": "abandoned",
- "id": "0x843131b15F2Ec5BeA850aC5164D2e4a3749ad87f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x843131b15F2Ec5BeA850aC5164D2e4a3749ad87f/logo.png b/blockchains/ethereum/assets/0x843131b15F2Ec5BeA850aC5164D2e4a3749ad87f/logo.png
deleted file mode 100644
index 2d48bc4aed2e3..0000000000000
Binary files a/blockchains/ethereum/assets/0x843131b15F2Ec5BeA850aC5164D2e4a3749ad87f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x843c0b086ecbb640b07f63AfD566A17a934051C2/info.json b/blockchains/ethereum/assets/0x843c0b086ecbb640b07f63AfD566A17a934051C2/info.json
deleted file mode 100644
index 0ba4405bdd31e..0000000000000
--- a/blockchains/ethereum/assets/0x843c0b086ecbb640b07f63AfD566A17a934051C2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Axtra",
- "symbol": "AXT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x843c0b086ecbb640b07f63AfD566A17a934051C2",
- "status": "abandoned",
- "id": "0x843c0b086ecbb640b07f63AfD566A17a934051C2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x843c0b086ecbb640b07f63AfD566A17a934051C2/logo.png b/blockchains/ethereum/assets/0x843c0b086ecbb640b07f63AfD566A17a934051C2/logo.png
deleted file mode 100644
index 493ad06ed597d..0000000000000
Binary files a/blockchains/ethereum/assets/0x843c0b086ecbb640b07f63AfD566A17a934051C2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x845576c64f9754CF09d87e45B720E82F3EeF522C/info.json b/blockchains/ethereum/assets/0x845576c64f9754CF09d87e45B720E82F3EeF522C/info.json
deleted file mode 100644
index e28fc1a9150a2..0000000000000
--- a/blockchains/ethereum/assets/0x845576c64f9754CF09d87e45B720E82F3EeF522C/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Artverse Token",
- "symbol": "AVT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x845576c64f9754CF09d87e45B720E82F3EeF522C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x845576c64f9754CF09d87e45B720E82F3EeF522C/logo.png b/blockchains/ethereum/assets/0x845576c64f9754CF09d87e45B720E82F3EeF522C/logo.png
deleted file mode 100644
index a32cb551816d2..0000000000000
Binary files a/blockchains/ethereum/assets/0x845576c64f9754CF09d87e45B720E82F3EeF522C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x84675a35c00e824F99Ec147ea6518D98f988DA32/info.json b/blockchains/ethereum/assets/0x84675a35c00e824F99Ec147ea6518D98f988DA32/info.json
deleted file mode 100644
index 6aa83751d4992..0000000000000
--- a/blockchains/ethereum/assets/0x84675a35c00e824F99Ec147ea6518D98f988DA32/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Shuern Coin",
- "symbol": "SHUERN",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x84675a35c00e824F99Ec147ea6518D98f988DA32",
- "status": "abandoned",
- "id": "0x84675a35c00e824F99Ec147ea6518D98f988DA32"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x84675a35c00e824F99Ec147ea6518D98f988DA32/logo.png b/blockchains/ethereum/assets/0x84675a35c00e824F99Ec147ea6518D98f988DA32/logo.png
deleted file mode 100644
index a0393ad589809..0000000000000
Binary files a/blockchains/ethereum/assets/0x84675a35c00e824F99Ec147ea6518D98f988DA32/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x84679bc467DC6c2c40ab04538813AfF3796351f1/info.json b/blockchains/ethereum/assets/0x84679bc467DC6c2c40ab04538813AfF3796351f1/info.json
deleted file mode 100644
index 5e39a0df1fa26..0000000000000
--- a/blockchains/ethereum/assets/0x84679bc467DC6c2c40ab04538813AfF3796351f1/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "CHONK",
- "website": "https://chonker.finance/",
- "description": "Inspired by $MEME. Fish with fat chonkers and get rewarded with NFT cards. DEFI + NFT + FAT CATS.",
- "explorer": "https://etherscan.io/token/0x84679bc467DC6c2c40ab04538813AfF3796351f1",
- "type": "ERC20",
- "symbol": "CHONK",
- "decimals": 18,
- "status": "active",
- "id": "0x84679bc467DC6c2c40ab04538813AfF3796351f1",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ChonkerFinance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x84679bc467DC6c2c40ab04538813AfF3796351f1/logo.png b/blockchains/ethereum/assets/0x84679bc467DC6c2c40ab04538813AfF3796351f1/logo.png
deleted file mode 100644
index 18f76a3e52437..0000000000000
Binary files a/blockchains/ethereum/assets/0x84679bc467DC6c2c40ab04538813AfF3796351f1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x846C66cf71C43f80403B51fE3906B3599D63336f/info.json b/blockchains/ethereum/assets/0x846C66cf71C43f80403B51fE3906B3599D63336f/info.json
deleted file mode 100644
index e803c024a0328..0000000000000
--- a/blockchains/ethereum/assets/0x846C66cf71C43f80403B51fE3906B3599D63336f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PumaPay",
- "symbol": "PMA",
- "type": "ERC20",
- "decimals": 18,
- "description": "PumaPay was built on top of the Ethereum blockchain.",
- "website": "https://pumapay.io",
- "explorer": "https://etherscan.io/token/0x846C66cf71C43f80403B51fE3906B3599D63336f",
- "status": "active",
- "id": "0x846C66cf71C43f80403B51fE3906B3599D63336f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x846C66cf71C43f80403B51fE3906B3599D63336f/logo.png b/blockchains/ethereum/assets/0x846C66cf71C43f80403B51fE3906B3599D63336f/logo.png
deleted file mode 100644
index 8cdecb7fe2a00..0000000000000
Binary files a/blockchains/ethereum/assets/0x846C66cf71C43f80403B51fE3906B3599D63336f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x847c1C902F773e27A9CCad509817571C5Bf1b687/info.json b/blockchains/ethereum/assets/0x847c1C902F773e27A9CCad509817571C5Bf1b687/info.json
deleted file mode 100644
index 96b0af11f2006..0000000000000
--- a/blockchains/ethereum/assets/0x847c1C902F773e27A9CCad509817571C5Bf1b687/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R878618",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x847c1C902F773e27A9CCad509817571C5Bf1b687",
- "status": "abandoned",
- "id": "0x847c1C902F773e27A9CCad509817571C5Bf1b687"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x847c1C902F773e27A9CCad509817571C5Bf1b687/logo.png b/blockchains/ethereum/assets/0x847c1C902F773e27A9CCad509817571C5Bf1b687/logo.png
deleted file mode 100644
index c238bd8f7ca44..0000000000000
Binary files a/blockchains/ethereum/assets/0x847c1C902F773e27A9CCad509817571C5Bf1b687/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x84810bcF08744d5862B8181f12d17bfd57d3b078/info.json b/blockchains/ethereum/assets/0x84810bcF08744d5862B8181f12d17bfd57d3b078/info.json
deleted file mode 100644
index ae744563a58d1..0000000000000
--- a/blockchains/ethereum/assets/0x84810bcF08744d5862B8181f12d17bfd57d3b078/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "SharedStake Governance Token",
- "website": "https://www.sharedstake.org",
- "symbol": "SGT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Easy to use Decentralized Open Source Protocol that allows users to stake any amount of Ether to Ethereum-2 while keeping their staked amount valuable and liquid.",
- "explorer": "https://etherscan.io/token/0x84810bcF08744d5862B8181f12d17bfd57d3b078",
- "status": "active",
- "id": "0x84810bcF08744d5862B8181f12d17bfd57d3b078",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/SharedStake"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x84810bcF08744d5862B8181f12d17bfd57d3b078/logo.png b/blockchains/ethereum/assets/0x84810bcF08744d5862B8181f12d17bfd57d3b078/logo.png
deleted file mode 100644
index 3e348309cc40a..0000000000000
Binary files a/blockchains/ethereum/assets/0x84810bcF08744d5862B8181f12d17bfd57d3b078/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8499e759C3a624a90db184503c5dc74F5040fFE2/info.json b/blockchains/ethereum/assets/0x8499e759C3a624a90db184503c5dc74F5040fFE2/info.json
deleted file mode 100644
index c3412eb84417c..0000000000000
--- a/blockchains/ethereum/assets/0x8499e759C3a624a90db184503c5dc74F5040fFE2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "code1 coin",
- "symbol": "CODE",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8499e759C3a624a90db184503c5dc74F5040fFE2",
- "status": "abandoned",
- "id": "0x8499e759C3a624a90db184503c5dc74F5040fFE2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8499e759C3a624a90db184503c5dc74F5040fFE2/logo.png b/blockchains/ethereum/assets/0x8499e759C3a624a90db184503c5dc74F5040fFE2/logo.png
deleted file mode 100644
index 5e5fb92dbdc0f..0000000000000
Binary files a/blockchains/ethereum/assets/0x8499e759C3a624a90db184503c5dc74F5040fFE2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x84A2d83b9eF6474A085834e8CF00C5b4d7b99440/info.json b/blockchains/ethereum/assets/0x84A2d83b9eF6474A085834e8CF00C5b4d7b99440/info.json
deleted file mode 100644
index 5aacce9737f41..0000000000000
--- a/blockchains/ethereum/assets/0x84A2d83b9eF6474A085834e8CF00C5b4d7b99440/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MannyBUX",
- "symbol": "BUX",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x84A2d83b9eF6474A085834e8CF00C5b4d7b99440",
- "status": "abandoned",
- "id": "0x84A2d83b9eF6474A085834e8CF00C5b4d7b99440"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x84A2d83b9eF6474A085834e8CF00C5b4d7b99440/logo.png b/blockchains/ethereum/assets/0x84A2d83b9eF6474A085834e8CF00C5b4d7b99440/logo.png
deleted file mode 100755
index baa107dd43655..0000000000000
Binary files a/blockchains/ethereum/assets/0x84A2d83b9eF6474A085834e8CF00C5b4d7b99440/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x84BBcaB430717ff832c3904fa6515f97fc63C76F/info.json b/blockchains/ethereum/assets/0x84BBcaB430717ff832c3904fa6515f97fc63C76F/info.json
deleted file mode 100644
index a05096c701042..0000000000000
--- a/blockchains/ethereum/assets/0x84BBcaB430717ff832c3904fa6515f97fc63C76F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave aUniSETHETH",
- "website": "https://aave.com",
- "description": "Aave UniSETHETH is an interest bearing token pegged 1:1 to the underlying SETH and ETH deposited in the Uniswap Market of Aave Protocol.",
- "explorer": "https://etherscan.io/token/0x84BBcaB430717ff832c3904fa6515f97fc63C76F",
- "type": "ERC20",
- "symbol": "aUniSETHETH",
- "decimals": 18,
- "status": "active",
- "id": "0x84BBcaB430717ff832c3904fa6515f97fc63C76F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x84BBcaB430717ff832c3904fa6515f97fc63C76F/logo.png b/blockchains/ethereum/assets/0x84BBcaB430717ff832c3904fa6515f97fc63C76F/logo.png
deleted file mode 100644
index 99e871d07dfe9..0000000000000
Binary files a/blockchains/ethereum/assets/0x84BBcaB430717ff832c3904fa6515f97fc63C76F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x84F7c44B6Fed1080f647E354D552595be2Cc602F/info.json b/blockchains/ethereum/assets/0x84F7c44B6Fed1080f647E354D552595be2Cc602F/info.json
deleted file mode 100644
index fd7973bf87e5c..0000000000000
--- a/blockchains/ethereum/assets/0x84F7c44B6Fed1080f647E354D552595be2Cc602F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bigbom",
- "symbol": "BBO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bigbom.com",
- "explorer": "https://etherscan.io/token/0x84F7c44B6Fed1080f647E354D552595be2Cc602F",
- "status": "abandoned",
- "id": "0x84F7c44B6Fed1080f647E354D552595be2Cc602F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x84F7c44B6Fed1080f647E354D552595be2Cc602F/logo.png b/blockchains/ethereum/assets/0x84F7c44B6Fed1080f647E354D552595be2Cc602F/logo.png
deleted file mode 100755
index 95658a0faa4d6..0000000000000
Binary files a/blockchains/ethereum/assets/0x84F7c44B6Fed1080f647E354D552595be2Cc602F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x84FA8f52E437Ac04107EC1768764B2b39287CB3e/info.json b/blockchains/ethereum/assets/0x84FA8f52E437Ac04107EC1768764B2b39287CB3e/info.json
deleted file mode 100644
index a400e96581e50..0000000000000
--- a/blockchains/ethereum/assets/0x84FA8f52E437Ac04107EC1768764B2b39287CB3e/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Grove Token",
- "type": "ERC20",
- "symbol": "GVR",
- "decimals": 18,
- "website": "https://grovetoken.com/",
- "description": "Our mission is to create wealth, for all Grovers, by harnessing the opportunities of a secure, decentralized digital currency in an environmentally conscious way. By compensating nature for years of abuse, Grove will create a healthier, wealthier future for all.",
- "explorer": "https://etherscan.io/token/0x84FA8f52E437Ac04107EC1768764B2b39287CB3e",
- "status": "abandoned",
- "id": "0x84FA8f52E437Ac04107EC1768764B2b39287CB3e",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/Grovetoken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/GroveToken"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/grove/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/grove"
- },
- {
- "name": "source_code",
- "url": "https://bscscan.com/address/0xaFb64E73dEf6fAa8B6Ef9a6fb7312d5C4C15ebDB#code#L1"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419/info.json b/blockchains/ethereum/assets/0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419/info.json
deleted file mode 100644
index 313041befb26b..0000000000000
--- a/blockchains/ethereum/assets/0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "DIA",
- "website": "https://diadata.org",
- "description": "DIA (Decentralised Information Asset) claims to provide financial institutions with an immutable and verified single source of financial market data for any market and asset type.",
- "explorer": "https://etherscan.io/token/0x84ca8bc7997272c7cfb4d0cd3d55cd942b3c9419",
- "research": "https://research.binance.com/en/projects/dia",
- "symbol": "DIA",
- "type": "ERC20",
- "decimals": 18,
- "status": "active",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/DIAdata_org"
- },
- {
- "name": "github",
- "url": "https://github.com/diadata-org"
- },
- {
- "name": "blog",
- "url": "https://medium.com/dia-insights"
- },
- {
- "name": "telegram",
- "url": "https://t.me/DIAdata_org"
- }
- ],
- "id": "0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419"
-}
diff --git a/blockchains/ethereum/assets/0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419/logo.png b/blockchains/ethereum/assets/0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419/logo.png
deleted file mode 100644
index ea6f681e1ddb1..0000000000000
Binary files a/blockchains/ethereum/assets/0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x84d4AfE150dA7Ea1165B9e45Ff8Ee4798d7C38DA/info.json b/blockchains/ethereum/assets/0x84d4AfE150dA7Ea1165B9e45Ff8Ee4798d7C38DA/info.json
deleted file mode 100644
index b114a433601c8..0000000000000
--- a/blockchains/ethereum/assets/0x84d4AfE150dA7Ea1165B9e45Ff8Ee4798d7C38DA/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "DMM: USDT",
- "website": "https://defimoneymarket.com",
- "description": "mToken wrapper for USDT",
- "explorer": "https://etherscan.io/token/0x84d4AfE150dA7Ea1165B9e45Ff8Ee4798d7C38DA",
- "type": "ERC20",
- "symbol": "mUSDT",
- "decimals": 6,
- "status": "active",
- "id": "0x84d4AfE150dA7Ea1165B9e45Ff8Ee4798d7C38DA",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/DMMDAO"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/DMMDAO"
- },
- {
- "name": "medium",
- "url": "https://medium.com/dmm-dao"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x84d4AfE150dA7Ea1165B9e45Ff8Ee4798d7C38DA/logo.png b/blockchains/ethereum/assets/0x84d4AfE150dA7Ea1165B9e45Ff8Ee4798d7C38DA/logo.png
deleted file mode 100644
index abbaf4d41bc50..0000000000000
Binary files a/blockchains/ethereum/assets/0x84d4AfE150dA7Ea1165B9e45Ff8Ee4798d7C38DA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x85089389C14Bd9c77FC2b8F0c3d1dC3363Bf06Ef/info.json b/blockchains/ethereum/assets/0x85089389C14Bd9c77FC2b8F0c3d1dC3363Bf06Ef/info.json
deleted file mode 100644
index 3c252e4d64aa5..0000000000000
--- a/blockchains/ethereum/assets/0x85089389C14Bd9c77FC2b8F0c3d1dC3363Bf06Ef/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SPFToken",
- "symbol": "SPF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://sportyco.io/",
- "explorer": "https://etherscan.io/token/0x85089389C14Bd9c77FC2b8F0c3d1dC3363Bf06Ef",
- "status": "abandoned",
- "id": "0x85089389C14Bd9c77FC2b8F0c3d1dC3363Bf06Ef"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x85089389C14Bd9c77FC2b8F0c3d1dC3363Bf06Ef/logo.png b/blockchains/ethereum/assets/0x85089389C14Bd9c77FC2b8F0c3d1dC3363Bf06Ef/logo.png
deleted file mode 100755
index 4d0ce3ba07270..0000000000000
Binary files a/blockchains/ethereum/assets/0x85089389C14Bd9c77FC2b8F0c3d1dC3363Bf06Ef/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x851017523AE205adc9195e7F97D029f4Cfe7794c/info.json b/blockchains/ethereum/assets/0x851017523AE205adc9195e7F97D029f4Cfe7794c/info.json
deleted file mode 100644
index ed3166f68660b..0000000000000
--- a/blockchains/ethereum/assets/0x851017523AE205adc9195e7F97D029f4Cfe7794c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Social Lending Token",
- "symbol": "SLT",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "https://sociallending.io/",
- "explorer": "https://etherscan.io/token/0x851017523AE205adc9195e7F97D029f4Cfe7794c",
- "status": "abandoned",
- "id": "0x851017523AE205adc9195e7F97D029f4Cfe7794c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x851017523AE205adc9195e7F97D029f4Cfe7794c/logo.png b/blockchains/ethereum/assets/0x851017523AE205adc9195e7F97D029f4Cfe7794c/logo.png
deleted file mode 100644
index 9bec2fc07acf5..0000000000000
Binary files a/blockchains/ethereum/assets/0x851017523AE205adc9195e7F97D029f4Cfe7794c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8515cD0f00aD81996d24b9A9C35121a3b759D6Cd/info.json b/blockchains/ethereum/assets/0x8515cD0f00aD81996d24b9A9C35121a3b759D6Cd/info.json
deleted file mode 100644
index c7b578f350bda..0000000000000
--- a/blockchains/ethereum/assets/0x8515cD0f00aD81996d24b9A9C35121a3b759D6Cd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blockburn",
- "symbol": "BURN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://blockburn.io/",
- "explorer": "https://etherscan.io/token/0x8515cD0f00aD81996d24b9A9C35121a3b759D6Cd",
- "status": "active",
- "id": "0x8515cD0f00aD81996d24b9A9C35121a3b759D6Cd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8515cD0f00aD81996d24b9A9C35121a3b759D6Cd/logo.png b/blockchains/ethereum/assets/0x8515cD0f00aD81996d24b9A9C35121a3b759D6Cd/logo.png
deleted file mode 100644
index f12767a532687..0000000000000
Binary files a/blockchains/ethereum/assets/0x8515cD0f00aD81996d24b9A9C35121a3b759D6Cd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x85332b222787EacAb0fFf68cf3b884798823528C/info.json b/blockchains/ethereum/assets/0x85332b222787EacAb0fFf68cf3b884798823528C/info.json
deleted file mode 100644
index b69973a3c9bb4..0000000000000
--- a/blockchains/ethereum/assets/0x85332b222787EacAb0fFf68cf3b884798823528C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WinETHFree",
- "symbol": "winethfree.com (Win ETH Free)",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x85332b222787EacAb0fFf68cf3b884798823528C",
- "status": "spam",
- "id": "0x85332b222787EacAb0fFf68cf3b884798823528C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x85332b222787EacAb0fFf68cf3b884798823528C/logo.png b/blockchains/ethereum/assets/0x85332b222787EacAb0fFf68cf3b884798823528C/logo.png
deleted file mode 100644
index 3cfeb86921f68..0000000000000
Binary files a/blockchains/ethereum/assets/0x85332b222787EacAb0fFf68cf3b884798823528C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x853Bb55c1f469902F088A629db8C8803A9BE3857/info.json b/blockchains/ethereum/assets/0x853Bb55c1f469902F088A629db8C8803A9BE3857/info.json
deleted file mode 100644
index ae5900cff25a3..0000000000000
--- a/blockchains/ethereum/assets/0x853Bb55c1f469902F088A629db8C8803A9BE3857/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Stable 1inch",
- "website": "https://ichi.org",
- "description": "Stable 1inch is the stablecoin created for the 1inch community. Backed by both a treasury of 1inch and collateral of USDC this ERC20 token can be redeemed for USDC at anytime and also provides a vote for governance of the 1inch treasury.",
- "explorer": "https://etherscan.io/token/0x853Bb55c1f469902F088A629db8C8803A9BE3857",
- "type": "ERC20",
- "symbol": "one1inch",
- "decimals": 18,
- "status": "active",
- "id": "0x853Bb55c1f469902F088A629db8C8803A9BE3857",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ichifarm/ichi-oneToken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ichifarm"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ichifarm"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ichifarm"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/Bm6pUHjHUC"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/stable-1inch"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/stable-1inch/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x853Bb55c1f469902F088A629db8C8803A9BE3857/logo.png b/blockchains/ethereum/assets/0x853Bb55c1f469902F088A629db8C8803A9BE3857/logo.png
deleted file mode 100644
index 8edcbc9cefe18..0000000000000
Binary files a/blockchains/ethereum/assets/0x853Bb55c1f469902F088A629db8C8803A9BE3857/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x853d955aCEf822Db058eb8505911ED77F175b99e/info.json b/blockchains/ethereum/assets/0x853d955aCEf822Db058eb8505911ED77F175b99e/info.json
deleted file mode 100644
index 623017a802c25..0000000000000
--- a/blockchains/ethereum/assets/0x853d955aCEf822Db058eb8505911ED77F175b99e/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Frax",
- "website": "https://frax.finance/",
- "description": "Frax is a new paradigm in stablecoin design, bringing together a two-token seigniorage share system, swap-based monetary policy, fully on-chain oracles, and decentralized governance alongside its fractional-algorithmic stablecoin design.",
- "explorer": "https://etherscan.io/token/0x853d955aCEf822Db058eb8505911ED77F175b99e",
- "type": "ERC20",
- "symbol": "FRAX",
- "decimals": 18,
- "status": "active",
- "id": "0x853d955aCEf822Db058eb8505911ED77F175b99e",
- "tags": [
- "defi",
- "stablecoin"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/FraxFinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Frax Finance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/fraxfinance"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/Xwe8kAwZ4a"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x853d955aCEf822Db058eb8505911ED77F175b99e/logo.png b/blockchains/ethereum/assets/0x853d955aCEf822Db058eb8505911ED77F175b99e/logo.png
deleted file mode 100644
index 762d2dd36f501..0000000000000
Binary files a/blockchains/ethereum/assets/0x853d955aCEf822Db058eb8505911ED77F175b99e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8542325B72C6D9fC0aD2Ca965A78435413a915A0/info.json b/blockchains/ethereum/assets/0x8542325B72C6D9fC0aD2Ca965A78435413a915A0/info.json
deleted file mode 100644
index 0c79695ca6de5..0000000000000
--- a/blockchains/ethereum/assets/0x8542325B72C6D9fC0aD2Ca965A78435413a915A0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Oyster Shell",
- "symbol": "SHL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8542325B72C6D9fC0aD2Ca965A78435413a915A0",
- "status": "abandoned",
- "id": "0x8542325B72C6D9fC0aD2Ca965A78435413a915A0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8542325B72C6D9fC0aD2Ca965A78435413a915A0/logo.png b/blockchains/ethereum/assets/0x8542325B72C6D9fC0aD2Ca965A78435413a915A0/logo.png
deleted file mode 100644
index 0bd7f1149ed73..0000000000000
Binary files a/blockchains/ethereum/assets/0x8542325B72C6D9fC0aD2Ca965A78435413a915A0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8578530205CEcbe5DB83F7F29EcfEEC860C297C2/info.json b/blockchains/ethereum/assets/0x8578530205CEcbe5DB83F7F29EcfEEC860C297C2/info.json
deleted file mode 100644
index 006d76bee1ce2..0000000000000
--- a/blockchains/ethereum/assets/0x8578530205CEcbe5DB83F7F29EcfEEC860C297C2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AOG",
- "symbol": "AOG",
- "type": "ERC20",
- "decimals": 18,
- "description": "smART OF GIVING (AOG) is an idea-turned-reality that envisioned a unique model to generate funds for charities without asking for monetary donation.",
- "website": "https://www.smartofgiving.com",
- "explorer": "https://etherscan.io/token/0x8578530205CEcbe5DB83F7F29EcfEEC860C297C2",
- "status": "active",
- "id": "0x8578530205CEcbe5DB83F7F29EcfEEC860C297C2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8578530205CEcbe5DB83F7F29EcfEEC860C297C2/logo.png b/blockchains/ethereum/assets/0x8578530205CEcbe5DB83F7F29EcfEEC860C297C2/logo.png
deleted file mode 100644
index defd27eee9cfd..0000000000000
Binary files a/blockchains/ethereum/assets/0x8578530205CEcbe5DB83F7F29EcfEEC860C297C2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8599112EC500eeb267e0141D3A5ee40316400913/info.json b/blockchains/ethereum/assets/0x8599112EC500eeb267e0141D3A5ee40316400913/info.json
deleted file mode 100644
index a373715f0eed4..0000000000000
--- a/blockchains/ethereum/assets/0x8599112EC500eeb267e0141D3A5ee40316400913/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HOLLYWOODCOIN",
- "symbol": "HLWD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8599112EC500eeb267e0141D3A5ee40316400913",
- "status": "abandoned",
- "id": "0x8599112EC500eeb267e0141D3A5ee40316400913"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8599112EC500eeb267e0141D3A5ee40316400913/logo.png b/blockchains/ethereum/assets/0x8599112EC500eeb267e0141D3A5ee40316400913/logo.png
deleted file mode 100755
index 37bf8229cec1c..0000000000000
Binary files a/blockchains/ethereum/assets/0x8599112EC500eeb267e0141D3A5ee40316400913/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x85993bE4EF5BEc00B62BA7e46a8a70f353182b3e/info.json b/blockchains/ethereum/assets/0x85993bE4EF5BEc00B62BA7e46a8a70f353182b3e/info.json
deleted file mode 100644
index c6d473e9bc9cb..0000000000000
--- a/blockchains/ethereum/assets/0x85993bE4EF5BEc00B62BA7e46a8a70f353182b3e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YiYouBao",
- "symbol": "YYB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x85993bE4EF5BEc00B62BA7e46a8a70f353182b3e",
- "status": "abandoned",
- "id": "0x85993bE4EF5BEc00B62BA7e46a8a70f353182b3e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x85993bE4EF5BEc00B62BA7e46a8a70f353182b3e/logo.png b/blockchains/ethereum/assets/0x85993bE4EF5BEc00B62BA7e46a8a70f353182b3e/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x85993bE4EF5BEc00B62BA7e46a8a70f353182b3e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x859a9C0b44cb7066D956a958B0b82e54C9e44b4B/info.json b/blockchains/ethereum/assets/0x859a9C0b44cb7066D956a958B0b82e54C9e44b4B/info.json
deleted file mode 100644
index ffd9944d50242..0000000000000
--- a/blockchains/ethereum/assets/0x859a9C0b44cb7066D956a958B0b82e54C9e44b4B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "iEthereum",
- "symbol": "iETH",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x859a9C0b44cb7066D956a958B0b82e54C9e44b4B",
- "status": "abandoned",
- "id": "0x859a9C0b44cb7066D956a958B0b82e54C9e44b4B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x859a9C0b44cb7066D956a958B0b82e54C9e44b4B/logo.png b/blockchains/ethereum/assets/0x859a9C0b44cb7066D956a958B0b82e54C9e44b4B/logo.png
deleted file mode 100644
index 6f63f5629cc6f..0000000000000
Binary files a/blockchains/ethereum/assets/0x859a9C0b44cb7066D956a958B0b82e54C9e44b4B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x85D7d752C380F7B2BF61878386474778782207FB/info.json b/blockchains/ethereum/assets/0x85D7d752C380F7B2BF61878386474778782207FB/info.json
deleted file mode 100644
index 64aed91ad0ec4..0000000000000
--- a/blockchains/ethereum/assets/0x85D7d752C380F7B2BF61878386474778782207FB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CasualGames Token",
- "symbol": "CaGa",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x85D7d752C380F7B2BF61878386474778782207FB",
- "status": "abandoned",
- "id": "0x85D7d752C380F7B2BF61878386474778782207FB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x85D7d752C380F7B2BF61878386474778782207FB/logo.png b/blockchains/ethereum/assets/0x85D7d752C380F7B2BF61878386474778782207FB/logo.png
deleted file mode 100644
index 54277b1dee21a..0000000000000
Binary files a/blockchains/ethereum/assets/0x85D7d752C380F7B2BF61878386474778782207FB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x85Dd50BB40b7770564d35D71B0C6EAf3ec1d9603/info.json b/blockchains/ethereum/assets/0x85Dd50BB40b7770564d35D71B0C6EAf3ec1d9603/info.json
deleted file mode 100644
index 27c3afaeb1602..0000000000000
--- a/blockchains/ethereum/assets/0x85Dd50BB40b7770564d35D71B0C6EAf3ec1d9603/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Founder Chibi Fighters",
- "symbol": "FCF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x85Dd50BB40b7770564d35D71B0C6EAf3ec1d9603",
- "status": "abandoned",
- "id": "0x85Dd50BB40b7770564d35D71B0C6EAf3ec1d9603"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x85Dd50BB40b7770564d35D71B0C6EAf3ec1d9603/logo.png b/blockchains/ethereum/assets/0x85Dd50BB40b7770564d35D71B0C6EAf3ec1d9603/logo.png
deleted file mode 100755
index b599f58097bc7..0000000000000
Binary files a/blockchains/ethereum/assets/0x85Dd50BB40b7770564d35D71B0C6EAf3ec1d9603/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x85Eee30c52B0b379b046Fb0F85F4f3Dc3009aFEC/info.json b/blockchains/ethereum/assets/0x85Eee30c52B0b379b046Fb0F85F4f3Dc3009aFEC/info.json
deleted file mode 100644
index b762120dc0942..0000000000000
--- a/blockchains/ethereum/assets/0x85Eee30c52B0b379b046Fb0F85F4f3Dc3009aFEC/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "KEEP Token",
- "symbol": "KEEP",
- "type": "ERC20",
- "decimals": 18,
- "description": "Keep technology is what sets tBTC apart as the only decentralized solution for Bitcoin on Ethereum.",
- "website": "https://keep.network",
- "explorer": "https://etherscan.io/token/0x85Eee30c52B0b379b046Fb0F85F4f3Dc3009aFEC",
- "status": "active",
- "id": "0x85Eee30c52B0b379b046Fb0F85F4f3Dc3009aFEC",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/keep-network/keep-core"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/keep_project"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/KeepNetwork"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/keep-network/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/keep-network/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x85Eee30c52B0b379b046Fb0F85F4f3Dc3009aFEC/logo.png b/blockchains/ethereum/assets/0x85Eee30c52B0b379b046Fb0F85F4f3Dc3009aFEC/logo.png
deleted file mode 100644
index 5b0d177d41686..0000000000000
Binary files a/blockchains/ethereum/assets/0x85Eee30c52B0b379b046Fb0F85F4f3Dc3009aFEC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x85FCfD9438E4c071fcba6cf415c5FFef276d5064/info.json b/blockchains/ethereum/assets/0x85FCfD9438E4c071fcba6cf415c5FFef276d5064/info.json
deleted file mode 100644
index 1492c1082811a..0000000000000
--- a/blockchains/ethereum/assets/0x85FCfD9438E4c071fcba6cf415c5FFef276d5064/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptoPro",
- "symbol": "CPP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x85FCfD9438E4c071fcba6cf415c5FFef276d5064",
- "status": "abandoned",
- "id": "0x85FCfD9438E4c071fcba6cf415c5FFef276d5064"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x85FCfD9438E4c071fcba6cf415c5FFef276d5064/logo.png b/blockchains/ethereum/assets/0x85FCfD9438E4c071fcba6cf415c5FFef276d5064/logo.png
deleted file mode 100644
index eb264ae75a01b..0000000000000
Binary files a/blockchains/ethereum/assets/0x85FCfD9438E4c071fcba6cf415c5FFef276d5064/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x85Fc58443F809bEA3e1fb70A84F582FE84d624Ce/info.json b/blockchains/ethereum/assets/0x85Fc58443F809bEA3e1fb70A84F582FE84d624Ce/info.json
deleted file mode 100644
index 33a6e9e2b8969..0000000000000
--- a/blockchains/ethereum/assets/0x85Fc58443F809bEA3e1fb70A84F582FE84d624Ce/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": " Economic Zone",
- "symbol": "ECON",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x85Fc58443F809bEA3e1fb70A84F582FE84d624Ce",
- "status": "abandoned",
- "id": "0x85Fc58443F809bEA3e1fb70A84F582FE84d624Ce"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x85Fc58443F809bEA3e1fb70A84F582FE84d624Ce/logo.png b/blockchains/ethereum/assets/0x85Fc58443F809bEA3e1fb70A84F582FE84d624Ce/logo.png
deleted file mode 100644
index c78e7f3460a97..0000000000000
Binary files a/blockchains/ethereum/assets/0x85Fc58443F809bEA3e1fb70A84F582FE84d624Ce/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x85ca6710D0F1D511d130f6935eDDA88ACBD921bD/info.json b/blockchains/ethereum/assets/0x85ca6710D0F1D511d130f6935eDDA88ACBD921bD/info.json
deleted file mode 100644
index a2788087fdf26..0000000000000
--- a/blockchains/ethereum/assets/0x85ca6710D0F1D511d130f6935eDDA88ACBD921bD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PLGToken",
- "symbol": "PLG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://pledgecamp.com/",
- "explorer": "https://etherscan.io/token/0x85ca6710D0F1D511d130f6935eDDA88ACBD921bD",
- "status": "abandoned",
- "id": "0x85ca6710D0F1D511d130f6935eDDA88ACBD921bD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x85ca6710D0F1D511d130f6935eDDA88ACBD921bD/logo.png b/blockchains/ethereum/assets/0x85ca6710D0F1D511d130f6935eDDA88ACBD921bD/logo.png
deleted file mode 100644
index 333a43a14f03f..0000000000000
Binary files a/blockchains/ethereum/assets/0x85ca6710D0F1D511d130f6935eDDA88ACBD921bD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x85ccda048E7C23bB40bEe51cB9E166058350774d/info.json b/blockchains/ethereum/assets/0x85ccda048E7C23bB40bEe51cB9E166058350774d/info.json
deleted file mode 100644
index 737863d6daf49..0000000000000
--- a/blockchains/ethereum/assets/0x85ccda048E7C23bB40bEe51cB9E166058350774d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C565903",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x85ccda048E7C23bB40bEe51cB9E166058350774d",
- "status": "abandoned",
- "id": "0x85ccda048E7C23bB40bEe51cB9E166058350774d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x85ccda048E7C23bB40bEe51cB9E166058350774d/logo.png b/blockchains/ethereum/assets/0x85ccda048E7C23bB40bEe51cB9E166058350774d/logo.png
deleted file mode 100644
index 35523e0ea7998..0000000000000
Binary files a/blockchains/ethereum/assets/0x85ccda048E7C23bB40bEe51cB9E166058350774d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x85df09a6aAE0337d10A70CC3f079E9Eb9b66ef10/info.json b/blockchains/ethereum/assets/0x85df09a6aAE0337d10A70CC3f079E9Eb9b66ef10/info.json
deleted file mode 100644
index 114b257ce902e..0000000000000
--- a/blockchains/ethereum/assets/0x85df09a6aAE0337d10A70CC3f079E9Eb9b66ef10/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R916558",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x85df09a6aAE0337d10A70CC3f079E9Eb9b66ef10",
- "status": "abandoned",
- "id": "0x85df09a6aAE0337d10A70CC3f079E9Eb9b66ef10"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x85df09a6aAE0337d10A70CC3f079E9Eb9b66ef10/logo.png b/blockchains/ethereum/assets/0x85df09a6aAE0337d10A70CC3f079E9Eb9b66ef10/logo.png
deleted file mode 100644
index 127c5f5e1d724..0000000000000
Binary files a/blockchains/ethereum/assets/0x85df09a6aAE0337d10A70CC3f079E9Eb9b66ef10/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x85eBa557C06c348395fD49e35d860F58a4F7c95a/info.json b/blockchains/ethereum/assets/0x85eBa557C06c348395fD49e35d860F58a4F7c95a/info.json
deleted file mode 100644
index b53a541fbd3e4..0000000000000
--- a/blockchains/ethereum/assets/0x85eBa557C06c348395fD49e35d860F58a4F7c95a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "H3X",
- "symbol": "H3X",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://h3x.exchange/",
- "explorer": "https://etherscan.io/token/0x85eBa557C06c348395fD49e35d860F58a4F7c95a",
- "status": "abandoned",
- "id": "0x85eBa557C06c348395fD49e35d860F58a4F7c95a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x85eBa557C06c348395fD49e35d860F58a4F7c95a/logo.png b/blockchains/ethereum/assets/0x85eBa557C06c348395fD49e35d860F58a4F7c95a/logo.png
deleted file mode 100644
index de118cd2986c4..0000000000000
Binary files a/blockchains/ethereum/assets/0x85eBa557C06c348395fD49e35d860F58a4F7c95a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x85eF130106f3e3BE4D9F53eDd2E6ff713272e7dc/info.json b/blockchains/ethereum/assets/0x85eF130106f3e3BE4D9F53eDd2E6ff713272e7dc/info.json
deleted file mode 100644
index d699a0d6db072..0000000000000
--- a/blockchains/ethereum/assets/0x85eF130106f3e3BE4D9F53eDd2E6ff713272e7dc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coin: by Insomnia",
- "symbol": "CBI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x85eF130106f3e3BE4D9F53eDd2E6ff713272e7dc",
- "status": "abandoned",
- "id": "0x85eF130106f3e3BE4D9F53eDd2E6ff713272e7dc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x85eF130106f3e3BE4D9F53eDd2E6ff713272e7dc/logo.png b/blockchains/ethereum/assets/0x85eF130106f3e3BE4D9F53eDd2E6ff713272e7dc/logo.png
deleted file mode 100755
index 6bf81bbfb1f4e..0000000000000
Binary files a/blockchains/ethereum/assets/0x85eF130106f3e3BE4D9F53eDd2E6ff713272e7dc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x85f138bfEE4ef8e540890CFb48F620571d67Eda3/info.json b/blockchains/ethereum/assets/0x85f138bfEE4ef8e540890CFb48F620571d67Eda3/info.json
deleted file mode 100644
index 477bdb7157774..0000000000000
--- a/blockchains/ethereum/assets/0x85f138bfEE4ef8e540890CFb48F620571d67Eda3/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "AVAX (Portal)",
- "type": "ERC20",
- "symbol": "AVAX",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.avax.network/",
- "explorer": "https://etherscan.io/token/0x85f138bfEE4ef8e540890CFb48F620571d67Eda3",
- "status": "active",
- "id": "0x85f138bfEE4ef8e540890CFb48F620571d67Eda3",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x85f138bfEE4ef8e540890CFb48F620571d67Eda3/logo.png b/blockchains/ethereum/assets/0x85f138bfEE4ef8e540890CFb48F620571d67Eda3/logo.png
deleted file mode 100644
index 5cfbd9abb2f7c..0000000000000
Binary files a/blockchains/ethereum/assets/0x85f138bfEE4ef8e540890CFb48F620571d67Eda3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x85f6eB2BD5a062f5F8560BE93FB7147e16c81472/info.json b/blockchains/ethereum/assets/0x85f6eB2BD5a062f5F8560BE93FB7147e16c81472/info.json
deleted file mode 100644
index 595760449ef4a..0000000000000
--- a/blockchains/ethereum/assets/0x85f6eB2BD5a062f5F8560BE93FB7147e16c81472/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Franklin",
- "type": "ERC20",
- "symbol": "FLy",
- "decimals": 4,
- "website": "https://tokenfly.co/",
- "description": "The FLy token was designed to provide customers with an opportunity of getting discounts and additional benefits from VRM and its eco-system. The token should support company development by involving people in long-term relationships and building a strong society of institutional and retail partners around the company. FLy is an ERC20 token, but the company will reserve the right to move a part of the token supply to different blockchain networks in the future.",
- "explorer": "https://etherscan.io/token/0x85f6eB2BD5a062f5F8560BE93FB7147e16c81472",
- "status": "active",
- "id": "0x85f6eB2BD5a062f5F8560BE93FB7147e16c81472"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x85f6eB2BD5a062f5F8560BE93FB7147e16c81472/logo.png b/blockchains/ethereum/assets/0x85f6eB2BD5a062f5F8560BE93FB7147e16c81472/logo.png
deleted file mode 100644
index 88bfa4bd3d3ef..0000000000000
Binary files a/blockchains/ethereum/assets/0x85f6eB2BD5a062f5F8560BE93FB7147e16c81472/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8606a8F28e1e2FD50B9074d65C01548B1F040B32/info.json b/blockchains/ethereum/assets/0x8606a8F28e1e2FD50B9074d65C01548B1F040B32/info.json
deleted file mode 100644
index f39294d837fd3..0000000000000
--- a/blockchains/ethereum/assets/0x8606a8F28e1e2FD50B9074d65C01548B1F040B32/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cryptrust",
- "symbol": "CTRT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://cryptrust.io/platform",
- "explorer": "https://etherscan.io/token/0x8606a8F28e1e2FD50B9074d65C01548B1F040B32",
- "status": "abandoned",
- "id": "0x8606a8F28e1e2FD50B9074d65C01548B1F040B32"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8606a8F28e1e2FD50B9074d65C01548B1F040B32/logo.png b/blockchains/ethereum/assets/0x8606a8F28e1e2FD50B9074d65C01548B1F040B32/logo.png
deleted file mode 100644
index e4ab01e0f2226..0000000000000
Binary files a/blockchains/ethereum/assets/0x8606a8F28e1e2FD50B9074d65C01548B1F040B32/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86149C67e57c749d0A12e6D6c2Bf1b616619BB29/info.json b/blockchains/ethereum/assets/0x86149C67e57c749d0A12e6D6c2Bf1b616619BB29/info.json
deleted file mode 100644
index fdbbcb8431482..0000000000000
--- a/blockchains/ethereum/assets/0x86149C67e57c749d0A12e6D6c2Bf1b616619BB29/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BANCACY",
- "symbol": "BNY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bancacy.com",
- "explorer": "https://etherscan.io/token/0x86149C67e57c749d0A12e6D6c2Bf1b616619BB29",
- "status": "abandoned",
- "id": "0x86149C67e57c749d0A12e6D6c2Bf1b616619BB29"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86149C67e57c749d0A12e6D6c2Bf1b616619BB29/logo.png b/blockchains/ethereum/assets/0x86149C67e57c749d0A12e6D6c2Bf1b616619BB29/logo.png
deleted file mode 100644
index b889b85b465e5..0000000000000
Binary files a/blockchains/ethereum/assets/0x86149C67e57c749d0A12e6D6c2Bf1b616619BB29/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x861d899E74eC0e84fa8A15Ba58088Bb3BACcb6FA/info.json b/blockchains/ethereum/assets/0x861d899E74eC0e84fa8A15Ba58088Bb3BACcb6FA/info.json
deleted file mode 100644
index d752fdd9f3beb..0000000000000
--- a/blockchains/ethereum/assets/0x861d899E74eC0e84fa8A15Ba58088Bb3BACcb6FA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tether DeFi (USDD)",
- "website": "https://tetherdefi.com",
- "description": "Tether DeFi (USDD) is called a stablecoin because it was originally designed to always be worth $1.00, maintaining $1.00 in reserves for each tether issued. Nevertheless, Tether DeFi (USDD) Limited states that owners of tethers have no contractual right, other legal claims, or guarantee that tethers will be redeemed or exchanged for dollars.",
- "explorer": "https://etherscan.io/token/0x861d899E74eC0e84fa8A15Ba58088Bb3BACcb6FA",
- "type": "ERC20",
- "symbol": "USDD",
- "decimals": 10,
- "status": "active",
- "id": "0x861d899E74eC0e84fa8A15Ba58088Bb3BACcb6FA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x861d899E74eC0e84fa8A15Ba58088Bb3BACcb6FA/logo.png b/blockchains/ethereum/assets/0x861d899E74eC0e84fa8A15Ba58088Bb3BACcb6FA/logo.png
deleted file mode 100644
index cde69eed416b7..0000000000000
Binary files a/blockchains/ethereum/assets/0x861d899E74eC0e84fa8A15Ba58088Bb3BACcb6FA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8627ffCaDADe9C0c4dab4A82C73Ceae10C2B401D/info.json b/blockchains/ethereum/assets/0x8627ffCaDADe9C0c4dab4A82C73Ceae10C2B401D/info.json
deleted file mode 100644
index bd76cd2a14ece..0000000000000
--- a/blockchains/ethereum/assets/0x8627ffCaDADe9C0c4dab4A82C73Ceae10C2B401D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FiberToken",
- "symbol": "FBTK",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8627ffCaDADe9C0c4dab4A82C73Ceae10C2B401D",
- "status": "abandoned",
- "id": "0x8627ffCaDADe9C0c4dab4A82C73Ceae10C2B401D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8627ffCaDADe9C0c4dab4A82C73Ceae10C2B401D/logo.png b/blockchains/ethereum/assets/0x8627ffCaDADe9C0c4dab4A82C73Ceae10C2B401D/logo.png
deleted file mode 100755
index 0049f8516f485..0000000000000
Binary files a/blockchains/ethereum/assets/0x8627ffCaDADe9C0c4dab4A82C73Ceae10C2B401D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x862Da0A691bb0b74038377295f8fF523D0493eB4/info.json b/blockchains/ethereum/assets/0x862Da0A691bb0b74038377295f8fF523D0493eB4/info.json
deleted file mode 100644
index bee6f0e062f0d..0000000000000
--- a/blockchains/ethereum/assets/0x862Da0A691bb0b74038377295f8fF523D0493eB4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MINDOL",
- "symbol": "MIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x862Da0A691bb0b74038377295f8fF523D0493eB4",
- "status": "abandoned",
- "id": "0x862Da0A691bb0b74038377295f8fF523D0493eB4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x862Da0A691bb0b74038377295f8fF523D0493eB4/logo.png b/blockchains/ethereum/assets/0x862Da0A691bb0b74038377295f8fF523D0493eB4/logo.png
deleted file mode 100644
index c227c2d82ae7b..0000000000000
Binary files a/blockchains/ethereum/assets/0x862Da0A691bb0b74038377295f8fF523D0493eB4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x862caA11AbE48c945D5361E80EaF19348C479240/info.json b/blockchains/ethereum/assets/0x862caA11AbE48c945D5361E80EaF19348C479240/info.json
deleted file mode 100644
index 3ca62abbe35fd..0000000000000
--- a/blockchains/ethereum/assets/0x862caA11AbE48c945D5361E80EaF19348C479240/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Hero",
- "symbol": "HERO",
- "type": "ERC20",
- "decimals": 4,
- "description": "The official token of all things in The Bad Crypto Podcast universe, including the show itself, Blockchain Heroes digital trading cards, The Nifty Show, The Nifty Box and more!",
- "website": "https://bcheroes.com/",
- "explorer": "https://etherscan.io/token/0x862caA11AbE48c945D5361E80EaF19348C479240",
- "status": "active",
- "id": "0x862caA11AbE48c945D5361E80EaF19348C479240",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/bcheroes"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/badcrypto"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/NAWZfZBPm7"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/badcryptopodcast"
- }
- ],
- "tags": [
- "nft"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x862caA11AbE48c945D5361E80EaF19348C479240/logo.png b/blockchains/ethereum/assets/0x862caA11AbE48c945D5361E80EaF19348C479240/logo.png
deleted file mode 100644
index f76b3febd22e0..0000000000000
Binary files a/blockchains/ethereum/assets/0x862caA11AbE48c945D5361E80EaF19348C479240/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8632F0Cec0Ca0C428Da7A31e758D65A92b06dF47/info.json b/blockchains/ethereum/assets/0x8632F0Cec0Ca0C428Da7A31e758D65A92b06dF47/info.json
deleted file mode 100644
index c0225091e06e9..0000000000000
--- a/blockchains/ethereum/assets/0x8632F0Cec0Ca0C428Da7A31e758D65A92b06dF47/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Banx coin",
- "symbol": "BXN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8632F0Cec0Ca0C428Da7A31e758D65A92b06dF47",
- "status": "abandoned",
- "id": "0x8632F0Cec0Ca0C428Da7A31e758D65A92b06dF47"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8632F0Cec0Ca0C428Da7A31e758D65A92b06dF47/logo.png b/blockchains/ethereum/assets/0x8632F0Cec0Ca0C428Da7A31e758D65A92b06dF47/logo.png
deleted file mode 100644
index 3d369cdd45a8f..0000000000000
Binary files a/blockchains/ethereum/assets/0x8632F0Cec0Ca0C428Da7A31e758D65A92b06dF47/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8634F0689a502B3659f2b3c9E5650d365067B48A/info.json b/blockchains/ethereum/assets/0x8634F0689a502B3659f2b3c9E5650d365067B48A/info.json
deleted file mode 100644
index 27306dcf9ead4..0000000000000
--- a/blockchains/ethereum/assets/0x8634F0689a502B3659f2b3c9E5650d365067B48A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Motion",
- "symbol": "MOTION",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8634F0689a502B3659f2b3c9E5650d365067B48A",
- "status": "abandoned",
- "id": "0x8634F0689a502B3659f2b3c9E5650d365067B48A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8634F0689a502B3659f2b3c9E5650d365067B48A/logo.png b/blockchains/ethereum/assets/0x8634F0689a502B3659f2b3c9E5650d365067B48A/logo.png
deleted file mode 100644
index 3920d60320216..0000000000000
Binary files a/blockchains/ethereum/assets/0x8634F0689a502B3659f2b3c9E5650d365067B48A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86367c0e517622DAcdab379f2de389c3C9524345/info.json b/blockchains/ethereum/assets/0x86367c0e517622DAcdab379f2de389c3C9524345/info.json
deleted file mode 100644
index abb9057b1d379..0000000000000
--- a/blockchains/ethereum/assets/0x86367c0e517622DAcdab379f2de389c3C9524345/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Universal US Dollar",
- "website": "https://universalprotocol.io/",
- "description": "The UPUSD is a fully-transparent, digital asset that is collateralized 1-to-1 with U.S. dollars to be held at U.S. domiciled, FDIC-insured banks.",
- "explorer": "https://etherscan.io/token/0x86367c0e517622dacdab379f2de389c3c9524345",
- "type": "ERC20",
- "symbol": "UPUSD",
- "decimals": 2,
- "status": "active",
- "id": "0x86367c0e517622DAcdab379f2de389c3C9524345",
- "links": [
- {
- "name": "reddit",
- "url": "https://reddit.com/r/universalprotocol/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/UPPlatform"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/universal-us-dollar/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/universalprotocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/universalprotocolplatform"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86367c0e517622DAcdab379f2de389c3C9524345/logo.png b/blockchains/ethereum/assets/0x86367c0e517622DAcdab379f2de389c3C9524345/logo.png
deleted file mode 100644
index 06906625c3581..0000000000000
Binary files a/blockchains/ethereum/assets/0x86367c0e517622DAcdab379f2de389c3C9524345/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8642A849D0dcb7a15a974794668ADcfbe4794B56/info.json b/blockchains/ethereum/assets/0x8642A849D0dcb7a15a974794668ADcfbe4794B56/info.json
deleted file mode 100644
index 53fc6fff90902..0000000000000
--- a/blockchains/ethereum/assets/0x8642A849D0dcb7a15a974794668ADcfbe4794B56/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Prosper",
- "website": "https://prosper.so/",
- "description": "Cross-chain prediction market and hedging platform that is pioneering the technology of on-chain liquidity aggregation",
- "explorer": "https://etherscan.io/token/0x8642A849D0dcb7a15a974794668ADcfbe4794B56",
- "type": "ERC20",
- "symbol": "PROS",
- "decimals": 18,
- "status": "active",
- "id": "0x8642A849D0dcb7a15a974794668ADcfbe4794B56",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Prosperpredict"
- },
- {
- "name": "telegram",
- "url": "https://t.me/prosperfi"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/prosper/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8642A849D0dcb7a15a974794668ADcfbe4794B56/logo.png b/blockchains/ethereum/assets/0x8642A849D0dcb7a15a974794668ADcfbe4794B56/logo.png
deleted file mode 100644
index 5725990a5e6f0..0000000000000
Binary files a/blockchains/ethereum/assets/0x8642A849D0dcb7a15a974794668ADcfbe4794B56/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x865D176351f287fE1B0010805b110d08699C200A/info.json b/blockchains/ethereum/assets/0x865D176351f287fE1B0010805b110d08699C200A/info.json
deleted file mode 100644
index 06908232f7204..0000000000000
--- a/blockchains/ethereum/assets/0x865D176351f287fE1B0010805b110d08699C200A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BananaCoin Extended",
- "symbol": "BCO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x865D176351f287fE1B0010805b110d08699C200A",
- "status": "abandoned",
- "id": "0x865D176351f287fE1B0010805b110d08699C200A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x865D176351f287fE1B0010805b110d08699C200A/logo.png b/blockchains/ethereum/assets/0x865D176351f287fE1B0010805b110d08699C200A/logo.png
deleted file mode 100755
index 8431b4f601e66..0000000000000
Binary files a/blockchains/ethereum/assets/0x865D176351f287fE1B0010805b110d08699C200A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x865bfD8232778F00CAe81315bf75ef1Fe6E30CDD/info.json b/blockchains/ethereum/assets/0x865bfD8232778F00CAe81315bf75ef1Fe6E30CDD/info.json
deleted file mode 100644
index 6959a42c95529..0000000000000
--- a/blockchains/ethereum/assets/0x865bfD8232778F00CAe81315bf75ef1Fe6E30CDD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ABLE X Token",
- "symbol": "ABLX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.able-project.io/en/index.php",
- "explorer": "https://etherscan.io/token/0x865bfD8232778F00CAe81315bf75ef1Fe6E30CDD",
- "status": "abandoned",
- "id": "0x865bfD8232778F00CAe81315bf75ef1Fe6E30CDD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x865bfD8232778F00CAe81315bf75ef1Fe6E30CDD/logo.png b/blockchains/ethereum/assets/0x865bfD8232778F00CAe81315bf75ef1Fe6E30CDD/logo.png
deleted file mode 100644
index fb89f9a7fb843..0000000000000
Binary files a/blockchains/ethereum/assets/0x865bfD8232778F00CAe81315bf75ef1Fe6E30CDD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x865e3707a580F9db89304005CddD050Ade8873eB/info.json b/blockchains/ethereum/assets/0x865e3707a580F9db89304005CddD050Ade8873eB/info.json
deleted file mode 100644
index c12d980001baf..0000000000000
--- a/blockchains/ethereum/assets/0x865e3707a580F9db89304005CddD050Ade8873eB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hire",
- "symbol": "HIRE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x865e3707a580F9db89304005CddD050Ade8873eB",
- "status": "abandoned",
- "id": "0x865e3707a580F9db89304005CddD050Ade8873eB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x865e3707a580F9db89304005CddD050Ade8873eB/logo.png b/blockchains/ethereum/assets/0x865e3707a580F9db89304005CddD050Ade8873eB/logo.png
deleted file mode 100644
index 1f362d6bd96ed..0000000000000
Binary files a/blockchains/ethereum/assets/0x865e3707a580F9db89304005CddD050Ade8873eB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x865ec58b06bF6305B886793AA20A2da31D034E68/info.json b/blockchains/ethereum/assets/0x865ec58b06bF6305B886793AA20A2da31D034E68/info.json
deleted file mode 100644
index b02da3a87c7fc..0000000000000
--- a/blockchains/ethereum/assets/0x865ec58b06bF6305B886793AA20A2da31D034E68/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Moss Coin",
- "symbol": "MOC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Moss Coin (MOC) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "http://moss.land",
- "explorer": "https://etherscan.io/token/0x865ec58b06bF6305B886793AA20A2da31D034E68",
- "status": "active",
- "id": "0x865ec58b06bF6305B886793AA20A2da31D034E68"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x865ec58b06bF6305B886793AA20A2da31D034E68/logo.png b/blockchains/ethereum/assets/0x865ec58b06bF6305B886793AA20A2da31D034E68/logo.png
deleted file mode 100755
index 750995391f9b5..0000000000000
Binary files a/blockchains/ethereum/assets/0x865ec58b06bF6305B886793AA20A2da31D034E68/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86772b1409b61c639EaAc9Ba0AcfBb6E238e5F83/info.json b/blockchains/ethereum/assets/0x86772b1409b61c639EaAc9Ba0AcfBb6E238e5F83/info.json
deleted file mode 100644
index 39f8b1938fa5b..0000000000000
--- a/blockchains/ethereum/assets/0x86772b1409b61c639EaAc9Ba0AcfBb6E238e5F83/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Indexed Finance",
- "website": "https://indexed.finance",
- "description": "Indexed Finance is a project focused on the development of passive portfolio management strategies for the Ethereum network.",
- "explorer": "https://etherscan.io/token/0x86772b1409b61c639eaac9ba0acfbb6e238e5f83",
- "research": "https://ndxfi.medium.com/introducing-indexed-finance-ndx-5d91137bde29",
- "type": "ERC20",
- "symbol": "NDX",
- "decimals": 18,
- "status": "active",
- "id": "0x86772b1409b61c639EaAc9Ba0AcfBb6E238e5F83"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86772b1409b61c639EaAc9Ba0AcfBb6E238e5F83/logo.png b/blockchains/ethereum/assets/0x86772b1409b61c639EaAc9Ba0AcfBb6E238e5F83/logo.png
deleted file mode 100644
index 008c7ef43cddf..0000000000000
Binary files a/blockchains/ethereum/assets/0x86772b1409b61c639EaAc9Ba0AcfBb6E238e5F83/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86807Da5B92d31F67E128771CAcb85F3579646eA/info.json b/blockchains/ethereum/assets/0x86807Da5B92d31F67E128771CAcb85F3579646eA/info.json
deleted file mode 100644
index 7688f6733ee26..0000000000000
--- a/blockchains/ethereum/assets/0x86807Da5B92d31F67E128771CAcb85F3579646eA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "3X Short TRX Token",
- "symbol": "TRXBEAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ftx.com/tokens/TRXBEAR",
- "explorer": "https://etherscan.io/token/0x86807Da5B92d31F67E128771CAcb85F3579646eA",
- "status": "abandoned",
- "id": "0x86807Da5B92d31F67E128771CAcb85F3579646eA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86807Da5B92d31F67E128771CAcb85F3579646eA/logo.png b/blockchains/ethereum/assets/0x86807Da5B92d31F67E128771CAcb85F3579646eA/logo.png
deleted file mode 100644
index a8cc1f578d450..0000000000000
Binary files a/blockchains/ethereum/assets/0x86807Da5B92d31F67E128771CAcb85F3579646eA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86876a5fCAcb52a197f194A2c8b2166Af327a6da/info.json b/blockchains/ethereum/assets/0x86876a5fCAcb52a197f194A2c8b2166Af327a6da/info.json
deleted file mode 100644
index de2319779350c..0000000000000
--- a/blockchains/ethereum/assets/0x86876a5fCAcb52a197f194A2c8b2166Af327a6da/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FabulousFunds",
- "symbol": "FAB",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x86876a5fCAcb52a197f194A2c8b2166Af327a6da",
- "status": "abandoned",
- "id": "0x86876a5fCAcb52a197f194A2c8b2166Af327a6da"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86876a5fCAcb52a197f194A2c8b2166Af327a6da/logo.png b/blockchains/ethereum/assets/0x86876a5fCAcb52a197f194A2c8b2166Af327a6da/logo.png
deleted file mode 100644
index 4147e7a00098e..0000000000000
Binary files a/blockchains/ethereum/assets/0x86876a5fCAcb52a197f194A2c8b2166Af327a6da/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86949Dc8043A5fD7619A1289d65964aD5ec3D25c/info.json b/blockchains/ethereum/assets/0x86949Dc8043A5fD7619A1289d65964aD5ec3D25c/info.json
deleted file mode 100644
index 5ae0b396b17e4..0000000000000
--- a/blockchains/ethereum/assets/0x86949Dc8043A5fD7619A1289d65964aD5ec3D25c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gamechain System",
- "symbol": "GCS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x86949Dc8043A5fD7619A1289d65964aD5ec3D25c",
- "status": "abandoned",
- "id": "0x86949Dc8043A5fD7619A1289d65964aD5ec3D25c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86949Dc8043A5fD7619A1289d65964aD5ec3D25c/logo.png b/blockchains/ethereum/assets/0x86949Dc8043A5fD7619A1289d65964aD5ec3D25c/logo.png
deleted file mode 100644
index 76968f4e49ab9..0000000000000
Binary files a/blockchains/ethereum/assets/0x86949Dc8043A5fD7619A1289d65964aD5ec3D25c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x869b1F57380aE501d387b19262EFD3C0Eb7501b0/info.json b/blockchains/ethereum/assets/0x869b1F57380aE501d387b19262EFD3C0Eb7501b0/info.json
deleted file mode 100644
index 97212a4612832..0000000000000
--- a/blockchains/ethereum/assets/0x869b1F57380aE501d387b19262EFD3C0Eb7501b0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Oxycoin",
- "symbol": "OXY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://oxycoin.io/",
- "explorer": "https://etherscan.io/token/0x869b1F57380aE501d387b19262EFD3C0Eb7501b0",
- "status": "abandoned",
- "id": "0x869b1F57380aE501d387b19262EFD3C0Eb7501b0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x869b1F57380aE501d387b19262EFD3C0Eb7501b0/logo.png b/blockchains/ethereum/assets/0x869b1F57380aE501d387b19262EFD3C0Eb7501b0/logo.png
deleted file mode 100644
index f3af0dd8f7b2d..0000000000000
Binary files a/blockchains/ethereum/assets/0x869b1F57380aE501d387b19262EFD3C0Eb7501b0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86A635EccEFFfA70Ff8A6DB29DA9C8DB288E40D0/info.json b/blockchains/ethereum/assets/0x86A635EccEFFfA70Ff8A6DB29DA9C8DB288E40D0/info.json
deleted file mode 100644
index bd716f2469677..0000000000000
--- a/blockchains/ethereum/assets/0x86A635EccEFFfA70Ff8A6DB29DA9C8DB288E40D0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Augmint Crypto Euro",
- "symbol": "AEUR",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x86A635EccEFFfA70Ff8A6DB29DA9C8DB288E40D0",
- "status": "abandoned",
- "id": "0x86A635EccEFFfA70Ff8A6DB29DA9C8DB288E40D0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86A635EccEFFfA70Ff8A6DB29DA9C8DB288E40D0/logo.png b/blockchains/ethereum/assets/0x86A635EccEFFfA70Ff8A6DB29DA9C8DB288E40D0/logo.png
deleted file mode 100644
index d1619db866f84..0000000000000
Binary files a/blockchains/ethereum/assets/0x86A635EccEFFfA70Ff8A6DB29DA9C8DB288E40D0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86C31E6da2190a1FFd39A36990a44174D0A8be15/info.json b/blockchains/ethereum/assets/0x86C31E6da2190a1FFd39A36990a44174D0A8be15/info.json
deleted file mode 100644
index 57803ce66cf84..0000000000000
--- a/blockchains/ethereum/assets/0x86C31E6da2190a1FFd39A36990a44174D0A8be15/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VianeX",
- "symbol": "VIX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x86C31E6da2190a1FFd39A36990a44174D0A8be15",
- "status": "abandoned",
- "id": "0x86C31E6da2190a1FFd39A36990a44174D0A8be15"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86C31E6da2190a1FFd39A36990a44174D0A8be15/logo.png b/blockchains/ethereum/assets/0x86C31E6da2190a1FFd39A36990a44174D0A8be15/logo.png
deleted file mode 100644
index 1da849cd9970b..0000000000000
Binary files a/blockchains/ethereum/assets/0x86C31E6da2190a1FFd39A36990a44174D0A8be15/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86E288793B6B9eb05f38758D166c44bF3d643Bcf/info.json b/blockchains/ethereum/assets/0x86E288793B6B9eb05f38758D166c44bF3d643Bcf/info.json
deleted file mode 100644
index 19d8f2fd0ece3..0000000000000
--- a/blockchains/ethereum/assets/0x86E288793B6B9eb05f38758D166c44bF3d643Bcf/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "CreditDefi",
- "website": "https://creditdefi.org/",
- "description": "Collection of digital currency services Pay, exchange, collect, send, earn and receive money. Superfast and easy",
- "explorer": "https://etherscan.io/token/0x86E288793B6B9eb05f38758D166c44bF3d643Bcf",
- "type": "ERC20",
- "symbol": "CRD",
- "decimals": 18,
- "status": "active",
- "id": "0x86E288793B6B9eb05f38758D166c44bF3d643Bcf",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Creditdefi/CRD"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/credit_defi"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/CreditDefi-100459715148303"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@Creditdefi6"
- },
- {
- "name": "whitepaper",
- "url": "https://office.creditdefi.org/docs/crd-whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86E288793B6B9eb05f38758D166c44bF3d643Bcf/logo.png b/blockchains/ethereum/assets/0x86E288793B6B9eb05f38758D166c44bF3d643Bcf/logo.png
deleted file mode 100644
index e468e7782123d..0000000000000
Binary files a/blockchains/ethereum/assets/0x86E288793B6B9eb05f38758D166c44bF3d643Bcf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86E44543164D9b97B14ef7f6f3aB7bA670CAB346/info.json b/blockchains/ethereum/assets/0x86E44543164D9b97B14ef7f6f3aB7bA670CAB346/info.json
deleted file mode 100644
index 5a8eae1fa872e..0000000000000
--- a/blockchains/ethereum/assets/0x86E44543164D9b97B14ef7f6f3aB7bA670CAB346/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "\"\"",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://quinads.com/",
- "explorer": "https://etherscan.io/token/0x86E44543164D9b97B14ef7f6f3aB7bA670CAB346",
- "status": "abandoned",
- "id": "0x86E44543164D9b97B14ef7f6f3aB7bA670CAB346"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86E44543164D9b97B14ef7f6f3aB7bA670CAB346/logo.png b/blockchains/ethereum/assets/0x86E44543164D9b97B14ef7f6f3aB7bA670CAB346/logo.png
deleted file mode 100644
index 4957a0c131d53..0000000000000
Binary files a/blockchains/ethereum/assets/0x86E44543164D9b97B14ef7f6f3aB7bA670CAB346/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86E56f3c89a14528858e58B3De48c074538BAf2c/info.json b/blockchains/ethereum/assets/0x86E56f3c89a14528858e58B3De48c074538BAf2c/info.json
deleted file mode 100644
index 3a1f34e5251de..0000000000000
--- a/blockchains/ethereum/assets/0x86E56f3c89a14528858e58B3De48c074538BAf2c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Evolution Land Global Token",
- "symbol": "RING",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.evolution.land",
- "explorer": "https://etherscan.io/token/0x86E56f3c89a14528858e58B3De48c074538BAf2c",
- "status": "abandoned",
- "id": "0x86E56f3c89a14528858e58B3De48c074538BAf2c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86E56f3c89a14528858e58B3De48c074538BAf2c/logo.png b/blockchains/ethereum/assets/0x86E56f3c89a14528858e58B3De48c074538BAf2c/logo.png
deleted file mode 100755
index 77133e5580b81..0000000000000
Binary files a/blockchains/ethereum/assets/0x86E56f3c89a14528858e58B3De48c074538BAf2c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86F2E94D5886f005fa47F7c804C75Eb4427144b5/info.json b/blockchains/ethereum/assets/0x86F2E94D5886f005fa47F7c804C75Eb4427144b5/info.json
deleted file mode 100644
index 2267070e8c6a1..0000000000000
--- a/blockchains/ethereum/assets/0x86F2E94D5886f005fa47F7c804C75Eb4427144b5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Benex",
- "symbol": "BNX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x86F2E94D5886f005fa47F7c804C75Eb4427144b5",
- "status": "abandoned",
- "id": "0x86F2E94D5886f005fa47F7c804C75Eb4427144b5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86F2E94D5886f005fa47F7c804C75Eb4427144b5/logo.png b/blockchains/ethereum/assets/0x86F2E94D5886f005fa47F7c804C75Eb4427144b5/logo.png
deleted file mode 100644
index 95e607f8142c0..0000000000000
Binary files a/blockchains/ethereum/assets/0x86F2E94D5886f005fa47F7c804C75Eb4427144b5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86FADb80d8D2cff3C3680819E4da99C10232Ba0F/info.json b/blockchains/ethereum/assets/0x86FADb80d8D2cff3C3680819E4da99C10232Ba0F/info.json
deleted file mode 100644
index 7c9b81d299727..0000000000000
--- a/blockchains/ethereum/assets/0x86FADb80d8D2cff3C3680819E4da99C10232Ba0F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EURBASE Stablecoin",
- "symbol": "EBASE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x86FADb80d8D2cff3C3680819E4da99C10232Ba0F",
- "status": "abandoned",
- "id": "0x86FADb80d8D2cff3C3680819E4da99C10232Ba0F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86FADb80d8D2cff3C3680819E4da99C10232Ba0F/logo.png b/blockchains/ethereum/assets/0x86FADb80d8D2cff3C3680819E4da99C10232Ba0F/logo.png
deleted file mode 100644
index d13d83fbec1a2..0000000000000
Binary files a/blockchains/ethereum/assets/0x86FADb80d8D2cff3C3680819E4da99C10232Ba0F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86Fa049857E0209aa7D9e616F7eb3b3B78ECfdb0/info.json b/blockchains/ethereum/assets/0x86Fa049857E0209aa7D9e616F7eb3b3B78ECfdb0/info.json
deleted file mode 100644
index 07b24fd8a007d..0000000000000
--- a/blockchains/ethereum/assets/0x86Fa049857E0209aa7D9e616F7eb3b3B78ECfdb0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EOS",
- "type": "ERC20",
- "symbol": "EOS",
- "decimals": 18,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0x86fa049857e0209aa7d9e616f7eb3b3b78ecfdb0",
- "status": "active",
- "id": "0x86Fa049857E0209aa7D9e616F7eb3b3B78ECfdb0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86Fa049857E0209aa7D9e616F7eb3b3B78ECfdb0/logo.png b/blockchains/ethereum/assets/0x86Fa049857E0209aa7D9e616F7eb3b3B78ECfdb0/logo.png
deleted file mode 100644
index 1cc7334b557f8..0000000000000
Binary files a/blockchains/ethereum/assets/0x86Fa049857E0209aa7D9e616F7eb3b3B78ECfdb0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86Faa4988E3F3fd862f0f794F1F25270f6038cE9/info.json b/blockchains/ethereum/assets/0x86Faa4988E3F3fd862f0f794F1F25270f6038cE9/info.json
deleted file mode 100644
index ec356480e1f75..0000000000000
--- a/blockchains/ethereum/assets/0x86Faa4988E3F3fd862f0f794F1F25270f6038cE9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GlobalCitizenCoin",
- "symbol": "GCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x86Faa4988E3F3fd862f0f794F1F25270f6038cE9",
- "status": "abandoned",
- "id": "0x86Faa4988E3F3fd862f0f794F1F25270f6038cE9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86Faa4988E3F3fd862f0f794F1F25270f6038cE9/logo.png b/blockchains/ethereum/assets/0x86Faa4988E3F3fd862f0f794F1F25270f6038cE9/logo.png
deleted file mode 100755
index 8e5eadd5c3a16..0000000000000
Binary files a/blockchains/ethereum/assets/0x86Faa4988E3F3fd862f0f794F1F25270f6038cE9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86aF39a0e3B774d03ff7b57ab91018A62776F1CA/info.json b/blockchains/ethereum/assets/0x86aF39a0e3B774d03ff7b57ab91018A62776F1CA/info.json
deleted file mode 100644
index e2c37e9b8360d..0000000000000
--- a/blockchains/ethereum/assets/0x86aF39a0e3B774d03ff7b57ab91018A62776F1CA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BBF15ChallengeCoin",
- "symbol": "BBF15",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x86aF39a0e3B774d03ff7b57ab91018A62776F1CA",
- "status": "abandoned",
- "id": "0x86aF39a0e3B774d03ff7b57ab91018A62776F1CA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86aF39a0e3B774d03ff7b57ab91018A62776F1CA/logo.png b/blockchains/ethereum/assets/0x86aF39a0e3B774d03ff7b57ab91018A62776F1CA/logo.png
deleted file mode 100755
index a7d947ac6d20c..0000000000000
Binary files a/blockchains/ethereum/assets/0x86aF39a0e3B774d03ff7b57ab91018A62776F1CA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86e6A4F512b1290c043970B04E0b570D4FC98291/info.json b/blockchains/ethereum/assets/0x86e6A4F512b1290c043970B04E0b570D4FC98291/info.json
deleted file mode 100644
index 75ad3b8bad600..0000000000000
--- a/blockchains/ethereum/assets/0x86e6A4F512b1290c043970B04E0b570D4FC98291/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IntelliShare Token",
- "symbol": "INE",
- "type": "ERC20",
- "decimals": 18,
- "description": "IntelliShare describes itself as a distributed network based on mesh technology. It reportedly customizes private networks for communities and provides network support for commercial uses.",
- "website": "http://ine.io",
- "explorer": "https://etherscan.io/token/0x86e6A4F512b1290c043970B04E0b570D4FC98291",
- "status": "active",
- "id": "0x86e6A4F512b1290c043970B04E0b570D4FC98291"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86e6A4F512b1290c043970B04E0b570D4FC98291/logo.png b/blockchains/ethereum/assets/0x86e6A4F512b1290c043970B04E0b570D4FC98291/logo.png
deleted file mode 100644
index 46855beeba53c..0000000000000
Binary files a/blockchains/ethereum/assets/0x86e6A4F512b1290c043970B04E0b570D4FC98291/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86e92C595De61FD22C0f0A0458C6EaA63d0B06EF/info.json b/blockchains/ethereum/assets/0x86e92C595De61FD22C0f0A0458C6EaA63d0B06EF/info.json
deleted file mode 100644
index 2105aed312a9a..0000000000000
--- a/blockchains/ethereum/assets/0x86e92C595De61FD22C0f0A0458C6EaA63d0B06EF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ChainBow.io",
- "symbol": "CBB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x86e92C595De61FD22C0f0A0458C6EaA63d0B06EF",
- "status": "abandoned",
- "id": "0x86e92C595De61FD22C0f0A0458C6EaA63d0B06EF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86e92C595De61FD22C0f0A0458C6EaA63d0B06EF/logo.png b/blockchains/ethereum/assets/0x86e92C595De61FD22C0f0A0458C6EaA63d0B06EF/logo.png
deleted file mode 100755
index e2e06af1f24c5..0000000000000
Binary files a/blockchains/ethereum/assets/0x86e92C595De61FD22C0f0A0458C6EaA63d0B06EF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86eCAA22459BCc7c356765f65e05Afd456eC51F9/info.json b/blockchains/ethereum/assets/0x86eCAA22459BCc7c356765f65e05Afd456eC51F9/info.json
deleted file mode 100644
index b5013bef19a11..0000000000000
--- a/blockchains/ethereum/assets/0x86eCAA22459BCc7c356765f65e05Afd456eC51F9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PazCoin",
- "symbol": "PAZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x86eCAA22459BCc7c356765f65e05Afd456eC51F9",
- "status": "abandoned",
- "id": "0x86eCAA22459BCc7c356765f65e05Afd456eC51F9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86eCAA22459BCc7c356765f65e05Afd456eC51F9/logo.png b/blockchains/ethereum/assets/0x86eCAA22459BCc7c356765f65e05Afd456eC51F9/logo.png
deleted file mode 100644
index e97bcd30e70da..0000000000000
Binary files a/blockchains/ethereum/assets/0x86eCAA22459BCc7c356765f65e05Afd456eC51F9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x86f6D5d86b8cC5105A6Ccef741db02fa4Eb48415/info.json b/blockchains/ethereum/assets/0x86f6D5d86b8cC5105A6Ccef741db02fa4Eb48415/info.json
deleted file mode 100644
index 1270c014acced..0000000000000
--- a/blockchains/ethereum/assets/0x86f6D5d86b8cC5105A6Ccef741db02fa4Eb48415/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LONDONCOIN",
- "symbol": "LONDON",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x86f6D5d86b8cC5105A6Ccef741db02fa4Eb48415",
- "status": "abandoned",
- "id": "0x86f6D5d86b8cC5105A6Ccef741db02fa4Eb48415"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x86f6D5d86b8cC5105A6Ccef741db02fa4Eb48415/logo.png b/blockchains/ethereum/assets/0x86f6D5d86b8cC5105A6Ccef741db02fa4Eb48415/logo.png
deleted file mode 100644
index 9bd9caab0db8a..0000000000000
Binary files a/blockchains/ethereum/assets/0x86f6D5d86b8cC5105A6Ccef741db02fa4Eb48415/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x87026F792D09960232CA406E80C89BD35BAfE566/info.json b/blockchains/ethereum/assets/0x87026F792D09960232CA406E80C89BD35BAfE566/info.json
deleted file mode 100644
index f2845452f3370..0000000000000
--- a/blockchains/ethereum/assets/0x87026F792D09960232CA406E80C89BD35BAfE566/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CDCToken",
- "symbol": "CDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.cdc.tech/",
- "explorer": "https://etherscan.io/token/0x87026F792D09960232CA406E80C89BD35BAfE566",
- "status": "abandoned",
- "id": "0x87026F792D09960232CA406E80C89BD35BAfE566"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x87026F792D09960232CA406E80C89BD35BAfE566/logo.png b/blockchains/ethereum/assets/0x87026F792D09960232CA406E80C89BD35BAfE566/logo.png
deleted file mode 100644
index 383a2d2a988c9..0000000000000
Binary files a/blockchains/ethereum/assets/0x87026F792D09960232CA406E80C89BD35BAfE566/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x870bb7A60eb21f69077D2c38d3dE0542a5298E09/info.json b/blockchains/ethereum/assets/0x870bb7A60eb21f69077D2c38d3dE0542a5298E09/info.json
deleted file mode 100644
index 3a8ff7464bb2d..0000000000000
--- a/blockchains/ethereum/assets/0x870bb7A60eb21f69077D2c38d3dE0542a5298E09/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Global Finance Token",
- "symbol": "GFT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x870bb7A60eb21f69077D2c38d3dE0542a5298E09",
- "status": "abandoned",
- "id": "0x870bb7A60eb21f69077D2c38d3dE0542a5298E09"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x870bb7A60eb21f69077D2c38d3dE0542a5298E09/logo.png b/blockchains/ethereum/assets/0x870bb7A60eb21f69077D2c38d3dE0542a5298E09/logo.png
deleted file mode 100755
index b072195c752cd..0000000000000
Binary files a/blockchains/ethereum/assets/0x870bb7A60eb21f69077D2c38d3dE0542a5298E09/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8711CF7764d23D32092C0DCEdfDAc63eCe1E6cF3/info.json b/blockchains/ethereum/assets/0x8711CF7764d23D32092C0DCEdfDAc63eCe1E6cF3/info.json
deleted file mode 100644
index e90dbb7cd06bc..0000000000000
--- a/blockchains/ethereum/assets/0x8711CF7764d23D32092C0DCEdfDAc63eCe1E6cF3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Textil",
- "symbol": "TXL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8711CF7764d23D32092C0DCEdfDAc63eCe1E6cF3",
- "status": "abandoned",
- "id": "0x8711CF7764d23D32092C0DCEdfDAc63eCe1E6cF3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8711CF7764d23D32092C0DCEdfDAc63eCe1E6cF3/logo.png b/blockchains/ethereum/assets/0x8711CF7764d23D32092C0DCEdfDAc63eCe1E6cF3/logo.png
deleted file mode 100644
index 3ac05db2c2773..0000000000000
Binary files a/blockchains/ethereum/assets/0x8711CF7764d23D32092C0DCEdfDAc63eCe1E6cF3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8713d26637CF49e1b6B4a7Ce57106AaBc9325343/info.json b/blockchains/ethereum/assets/0x8713d26637CF49e1b6B4a7Ce57106AaBc9325343/info.json
deleted file mode 100644
index a9986e7ac0b4e..0000000000000
--- a/blockchains/ethereum/assets/0x8713d26637CF49e1b6B4a7Ce57106AaBc9325343/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CNN Token",
- "symbol": "CNN",
- "type": "ERC20",
- "decimals": 18,
- "description": "Content Neutrality Network (CNN) Platform introduces several mechanisms/protocols related to content creation, distribution, circulation and revenue share. CNN Platform combines personalized recommendation with the community votes to distribute the most relevant content to each user.",
- "website": "http://www.cnntoken.io/",
- "explorer": "https://etherscan.io/token/0x8713d26637CF49e1b6B4a7Ce57106AaBc9325343",
- "status": "active",
- "id": "0x8713d26637CF49e1b6B4a7Ce57106AaBc9325343"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8713d26637CF49e1b6B4a7Ce57106AaBc9325343/logo.png b/blockchains/ethereum/assets/0x8713d26637CF49e1b6B4a7Ce57106AaBc9325343/logo.png
deleted file mode 100755
index 1f631e4e63f34..0000000000000
Binary files a/blockchains/ethereum/assets/0x8713d26637CF49e1b6B4a7Ce57106AaBc9325343/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8716Fc5Da009D3A208f0178b637a50F4ef42400F/info.json b/blockchains/ethereum/assets/0x8716Fc5Da009D3A208f0178b637a50F4ef42400F/info.json
deleted file mode 100644
index 2c85ec3366625..0000000000000
--- a/blockchains/ethereum/assets/0x8716Fc5Da009D3A208f0178b637a50F4ef42400F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UltrainGas",
- "symbol": "UGAS",
- "type": "ERC20",
- "decimals": 18,
- "description": "UltrainGas (UGAS) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.ultrain.io",
- "explorer": "https://etherscan.io/token/0x8716Fc5Da009D3A208f0178b637a50F4ef42400F",
- "status": "active",
- "id": "0x8716Fc5Da009D3A208f0178b637a50F4ef42400F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8716Fc5Da009D3A208f0178b637a50F4ef42400F/logo.png b/blockchains/ethereum/assets/0x8716Fc5Da009D3A208f0178b637a50F4ef42400F/logo.png
deleted file mode 100644
index 46658121e7b7a..0000000000000
Binary files a/blockchains/ethereum/assets/0x8716Fc5Da009D3A208f0178b637a50F4ef42400F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x871baeD4088b863fd6407159f3672D70CD34837d/info.json b/blockchains/ethereum/assets/0x871baeD4088b863fd6407159f3672D70CD34837d/info.json
deleted file mode 100644
index 53b3ba08e1114..0000000000000
--- a/blockchains/ethereum/assets/0x871baeD4088b863fd6407159f3672D70CD34837d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": " 3X Long Ethereum Token",
- "symbol": "ETHBULL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ftx.com/tokens/ETHBULL",
- "explorer": "https://etherscan.io/token/0x871baeD4088b863fd6407159f3672D70CD34837d",
- "status": "abandoned",
- "id": "0x871baeD4088b863fd6407159f3672D70CD34837d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x871baeD4088b863fd6407159f3672D70CD34837d/logo.png b/blockchains/ethereum/assets/0x871baeD4088b863fd6407159f3672D70CD34837d/logo.png
deleted file mode 100644
index 4d1fbe0ac77a0..0000000000000
Binary files a/blockchains/ethereum/assets/0x871baeD4088b863fd6407159f3672D70CD34837d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x87210f1D3422BA75B6C40C63C78d79324daBcd55/info.json b/blockchains/ethereum/assets/0x87210f1D3422BA75B6C40C63C78d79324daBcd55/info.json
deleted file mode 100644
index 7f6998dbdbc99..0000000000000
--- a/blockchains/ethereum/assets/0x87210f1D3422BA75B6C40C63C78d79324daBcd55/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EOS TRUST",
- "symbol": "EOST",
- "type": "ERC20",
- "decimals": 18,
- "description": "Eost is introduced as a platform for easy, fast, affordable and efficient use of Eos. The solution is centered around giving people (EOST community) the ability to comfortably use EOS through a more scalable alias – EOST.",
- "website": "https://eostrustlink.io",
- "explorer": "https://etherscan.io/token/0x87210f1D3422BA75B6C40C63C78d79324daBcd55",
- "status": "active",
- "id": "0x87210f1D3422BA75B6C40C63C78d79324daBcd55"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x87210f1D3422BA75B6C40C63C78d79324daBcd55/logo.png b/blockchains/ethereum/assets/0x87210f1D3422BA75B6C40C63C78d79324daBcd55/logo.png
deleted file mode 100644
index b355ee1a8599f..0000000000000
Binary files a/blockchains/ethereum/assets/0x87210f1D3422BA75B6C40C63C78d79324daBcd55/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8727c112C712c4a03371AC87a74dD6aB104Af768/info.json b/blockchains/ethereum/assets/0x8727c112C712c4a03371AC87a74dD6aB104Af768/info.json
deleted file mode 100644
index 6f11a532b43ea..0000000000000
--- a/blockchains/ethereum/assets/0x8727c112C712c4a03371AC87a74dD6aB104Af768/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Jetcoin",
- "symbol": "JET",
- "type": "ERC20",
- "decimals": 18,
- "description": "Jetcoin (JET) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "http://www.jetcoininstitute.com",
- "explorer": "https://etherscan.io/token/0x8727c112C712c4a03371AC87a74dD6aB104Af768",
- "status": "active",
- "id": "0x8727c112C712c4a03371AC87a74dD6aB104Af768"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8727c112C712c4a03371AC87a74dD6aB104Af768/logo.png b/blockchains/ethereum/assets/0x8727c112C712c4a03371AC87a74dD6aB104Af768/logo.png
deleted file mode 100755
index 8ac16fded1009..0000000000000
Binary files a/blockchains/ethereum/assets/0x8727c112C712c4a03371AC87a74dD6aB104Af768/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8734afDaEDf4e490bf92a22BBFD3eA2d8Eb2E86c/info.json b/blockchains/ethereum/assets/0x8734afDaEDf4e490bf92a22BBFD3eA2d8Eb2E86c/info.json
deleted file mode 100644
index 981e126a6fe72..0000000000000
--- a/blockchains/ethereum/assets/0x8734afDaEDf4e490bf92a22BBFD3eA2d8Eb2E86c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-27/30M27",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8734afDaEDf4e490bf92a22BBFD3eA2d8Eb2E86c",
- "status": "abandoned",
- "id": "0x8734afDaEDf4e490bf92a22BBFD3eA2d8Eb2E86c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8734afDaEDf4e490bf92a22BBFD3eA2d8Eb2E86c/logo.png b/blockchains/ethereum/assets/0x8734afDaEDf4e490bf92a22BBFD3eA2d8Eb2E86c/logo.png
deleted file mode 100644
index 04d4bebe5507c..0000000000000
Binary files a/blockchains/ethereum/assets/0x8734afDaEDf4e490bf92a22BBFD3eA2d8Eb2E86c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8743DF749cb06C91445267D1fef1Cf1CBafB49F2/info.json b/blockchains/ethereum/assets/0x8743DF749cb06C91445267D1fef1Cf1CBafB49F2/info.json
deleted file mode 100644
index f1088c1fbd975..0000000000000
--- a/blockchains/ethereum/assets/0x8743DF749cb06C91445267D1fef1Cf1CBafB49F2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AVA ADVISORY",
- "symbol": "AVA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8743DF749cb06C91445267D1fef1Cf1CBafB49F2",
- "status": "abandoned",
- "id": "0x8743DF749cb06C91445267D1fef1Cf1CBafB49F2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8743DF749cb06C91445267D1fef1Cf1CBafB49F2/logo.png b/blockchains/ethereum/assets/0x8743DF749cb06C91445267D1fef1Cf1CBafB49F2/logo.png
deleted file mode 100644
index 1a88ba956c774..0000000000000
Binary files a/blockchains/ethereum/assets/0x8743DF749cb06C91445267D1fef1Cf1CBafB49F2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x874D4C9B980f1a13dD44CBcDB912e24Ef0671eD0/info.json b/blockchains/ethereum/assets/0x874D4C9B980f1a13dD44CBcDB912e24Ef0671eD0/info.json
deleted file mode 100644
index 3394939ee6282..0000000000000
--- a/blockchains/ethereum/assets/0x874D4C9B980f1a13dD44CBcDB912e24Ef0671eD0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Guider",
- "symbol": "GDR",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Guider platform aims to facilitate and expedite the search for a suitable guide for travelers.",
- "website": "https://guider.travel",
- "explorer": "https://etherscan.io/token/0x874D4C9B980f1a13dD44CBcDB912e24Ef0671eD0",
- "status": "abandoned",
- "id": "0x874D4C9B980f1a13dD44CBcDB912e24Ef0671eD0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x874D4C9B980f1a13dD44CBcDB912e24Ef0671eD0/logo.png b/blockchains/ethereum/assets/0x874D4C9B980f1a13dD44CBcDB912e24Ef0671eD0/logo.png
deleted file mode 100644
index 74bfa967de5b1..0000000000000
Binary files a/blockchains/ethereum/assets/0x874D4C9B980f1a13dD44CBcDB912e24Ef0671eD0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x875089A734213cA39f0d93c2BbB8209827ec5e9f/info.json b/blockchains/ethereum/assets/0x875089A734213cA39f0d93c2BbB8209827ec5e9f/info.json
deleted file mode 100644
index b1767733cb88a..0000000000000
--- a/blockchains/ethereum/assets/0x875089A734213cA39f0d93c2BbB8209827ec5e9f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Euphoria",
- "symbol": "EPH",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.euphoriastore.io",
- "explorer": "https://etherscan.io/token/0x875089A734213cA39f0d93c2BbB8209827ec5e9f",
- "status": "abandoned",
- "id": "0x875089A734213cA39f0d93c2BbB8209827ec5e9f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x875089A734213cA39f0d93c2BbB8209827ec5e9f/logo.png b/blockchains/ethereum/assets/0x875089A734213cA39f0d93c2BbB8209827ec5e9f/logo.png
deleted file mode 100644
index 415deb7a6d940..0000000000000
Binary files a/blockchains/ethereum/assets/0x875089A734213cA39f0d93c2BbB8209827ec5e9f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8762db106B2c2A0bccB3A80d1Ed41273552616E8/info.json b/blockchains/ethereum/assets/0x8762db106B2c2A0bccB3A80d1Ed41273552616E8/info.json
deleted file mode 100644
index 9a5c3f530357d..0000000000000
--- a/blockchains/ethereum/assets/0x8762db106B2c2A0bccB3A80d1Ed41273552616E8/info.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "name": "Reserve Rights",
- "website": "https://reserve.org",
- "description": "The Reserve team's goal is to make the most accessible, economically strongest, and most robust-to-attack currency.",
- "explorer": "https://etherscan.io/token/0x8762db106B2c2A0bccB3A80d1Ed41273552616E8",
- "research": "https://research.binance.com/en/projects/reserve-rights",
- "type": "ERC20",
- "symbol": "RSR",
- "decimals": 18,
- "status": "abandoned",
- "id": "0x8762db106B2c2A0bccB3A80d1Ed41273552616E8",
- "tags": [
- "defi",
- "stablecoin"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/reserve-protocol/rsr"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/reserveprotocol"
- },
- {
- "name": "blog",
- "url": "https://medium.com/reserve-currency"
- },
- {
- "name": "telegram",
- "url": "https://t.me/reservecurrency"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/reserve-rights-token/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x877391140c33B93a913478a6A1DF5157edC08320/info.json b/blockchains/ethereum/assets/0x877391140c33B93a913478a6A1DF5157edC08320/info.json
deleted file mode 100644
index 97fe8b97ac422..0000000000000
--- a/blockchains/ethereum/assets/0x877391140c33B93a913478a6A1DF5157edC08320/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTCERC-20",
- "website": "http://www.btceinfo.com",
- "description": "BTCE is a borderless remittance platform enabling peer to peer transactions in the cheapest, fastest and easiest way.",
- "explorer": "https://etherscan.io/token/0x877391140c33B93a913478a6A1DF5157edC08320",
- "type": "ERC20",
- "symbol": "BTCE",
- "decimals": 8,
- "status": "active",
- "id": "0x877391140c33B93a913478a6A1DF5157edC08320"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x877391140c33B93a913478a6A1DF5157edC08320/logo.png b/blockchains/ethereum/assets/0x877391140c33B93a913478a6A1DF5157edC08320/logo.png
deleted file mode 100644
index 03217e2f3b944..0000000000000
Binary files a/blockchains/ethereum/assets/0x877391140c33B93a913478a6A1DF5157edC08320/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x87897374EA98260343d8d3E5076b12dD0d09956a/info.json b/blockchains/ethereum/assets/0x87897374EA98260343d8d3E5076b12dD0d09956a/info.json
deleted file mode 100644
index 363d2570d5b35..0000000000000
--- a/blockchains/ethereum/assets/0x87897374EA98260343d8d3E5076b12dD0d09956a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QOP云配送",
- "symbol": "QOP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x87897374EA98260343d8d3E5076b12dD0d09956a",
- "status": "abandoned",
- "id": "0x87897374EA98260343d8d3E5076b12dD0d09956a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x87897374EA98260343d8d3E5076b12dD0d09956a/logo.png b/blockchains/ethereum/assets/0x87897374EA98260343d8d3E5076b12dD0d09956a/logo.png
deleted file mode 100644
index 552748f53449a..0000000000000
Binary files a/blockchains/ethereum/assets/0x87897374EA98260343d8d3E5076b12dD0d09956a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272/info.json b/blockchains/ethereum/assets/0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272/info.json
deleted file mode 100644
index fa9b1f2bb88b7..0000000000000
--- a/blockchains/ethereum/assets/0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "SushiBar",
- "website": "https://sushiswap.fi",
- "description": "xSUSHI is a trading fee accruing token. 0.05% of the exchange trade fees on SushiSwap are awarded to holders of the xSUSHI token",
- "explorer": "https://etherscan.io/token/0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272",
- "type": "ERC20",
- "symbol": "xSUSHI",
- "decimals": 18,
- "status": "active",
- "id": "0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272",
- "tags": [
- "governance"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/sushiswap"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/SushiSwap"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/sqhXAqc"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272/logo.png b/blockchains/ethereum/assets/0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272/logo.png
deleted file mode 100644
index 9b75aefb22ff2..0000000000000
Binary files a/blockchains/ethereum/assets/0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x87AB739464881af0011052D4Ca0B0d657e8c3B48/info.json b/blockchains/ethereum/assets/0x87AB739464881af0011052D4Ca0B0d657e8c3B48/info.json
deleted file mode 100644
index 10343312a4292..0000000000000
--- a/blockchains/ethereum/assets/0x87AB739464881af0011052D4Ca0B0d657e8c3B48/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MikeTangoBravo19",
- "symbol": "MTB19",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x87AB739464881af0011052D4Ca0B0d657e8c3B48",
- "status": "abandoned",
- "id": "0x87AB739464881af0011052D4Ca0B0d657e8c3B48"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x87AB739464881af0011052D4Ca0B0d657e8c3B48/logo.png b/blockchains/ethereum/assets/0x87AB739464881af0011052D4Ca0B0d657e8c3B48/logo.png
deleted file mode 100644
index 3447582aea28d..0000000000000
Binary files a/blockchains/ethereum/assets/0x87AB739464881af0011052D4Ca0B0d657e8c3B48/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x87C00817ABe35eD4C093e59043fae488238d2F74/info.json b/blockchains/ethereum/assets/0x87C00817ABe35eD4C093e59043fae488238d2F74/info.json
deleted file mode 100644
index 4c6626e51493d..0000000000000
--- a/blockchains/ethereum/assets/0x87C00817ABe35eD4C093e59043fae488238d2F74/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "YOINK",
- "website": "https://yoink.rocks/",
- "description": "YOINK is a simple yet elegant protocol encompassing deflationary characteristics with a sneaky little twist.",
- "explorer": "https://etherscan.io/token/0x87C00817ABe35eD4C093e59043fae488238d2F74",
- "type": "ERC20",
- "symbol": "YNK",
- "decimals": 18,
- "status": "active",
- "id": "0x87C00817ABe35eD4C093e59043fae488238d2F74",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/yoinknetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/yoinkofficial"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x87C00817ABe35eD4C093e59043fae488238d2F74/logo.png b/blockchains/ethereum/assets/0x87C00817ABe35eD4C093e59043fae488238d2F74/logo.png
deleted file mode 100644
index 1c1127eab6819..0000000000000
Binary files a/blockchains/ethereum/assets/0x87C00817ABe35eD4C093e59043fae488238d2F74/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x87F14E9460ceCb789F1B125b2E3e353Ff8ed6fcd/info.json b/blockchains/ethereum/assets/0x87F14E9460ceCb789F1B125b2E3e353Ff8ed6fcd/info.json
deleted file mode 100644
index 287a3e2361501..0000000000000
--- a/blockchains/ethereum/assets/0x87F14E9460ceCb789F1B125b2E3e353Ff8ed6fcd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bytus",
- "symbol": "BYTS",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "http://bytus.io",
- "explorer": "https://etherscan.io/token/0x87F14E9460ceCb789F1B125b2E3e353Ff8ed6fcd",
- "status": "abandoned",
- "id": "0x87F14E9460ceCb789F1B125b2E3e353Ff8ed6fcd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x87F14E9460ceCb789F1B125b2E3e353Ff8ed6fcd/logo.png b/blockchains/ethereum/assets/0x87F14E9460ceCb789F1B125b2E3e353Ff8ed6fcd/logo.png
deleted file mode 100755
index 5cab6de39adf9..0000000000000
Binary files a/blockchains/ethereum/assets/0x87F14E9460ceCb789F1B125b2E3e353Ff8ed6fcd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x87F5F9eBE40786D49D35E1B5997b07cCAA8ADbFF/info.json b/blockchains/ethereum/assets/0x87F5F9eBE40786D49D35E1B5997b07cCAA8ADbFF/info.json
deleted file mode 100644
index f490c9a8a7bcd..0000000000000
--- a/blockchains/ethereum/assets/0x87F5F9eBE40786D49D35E1B5997b07cCAA8ADbFF/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Rebased",
- "website": "https://rebased.fi/",
- "description": "Elastic supply | Publicly callable rebase mechanism every 12h.",
- "explorer": "https://etherscan.io/token/0x87F5F9eBE40786D49D35E1B5997b07cCAA8ADbFF",
- "type": "ERC20",
- "symbol": "REB2",
- "decimals": 9,
- "status": "active",
- "id": "0x87F5F9eBE40786D49D35E1B5997b07cCAA8ADbFF",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/RebasedToken/Rebased2"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Rebased_"
- },
- {
- "name": "telegram",
- "url": "https://t.me/rebasedTG"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x87F5F9eBE40786D49D35E1B5997b07cCAA8ADbFF/logo.png b/blockchains/ethereum/assets/0x87F5F9eBE40786D49D35E1B5997b07cCAA8ADbFF/logo.png
deleted file mode 100644
index b18d09c751b7c..0000000000000
Binary files a/blockchains/ethereum/assets/0x87F5F9eBE40786D49D35E1B5997b07cCAA8ADbFF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x87b008E57F640D94Ee44Fd893F0323AF933F9195/info.json b/blockchains/ethereum/assets/0x87b008E57F640D94Ee44Fd893F0323AF933F9195/info.json
deleted file mode 100644
index 5ab6171820f36..0000000000000
--- a/blockchains/ethereum/assets/0x87b008E57F640D94Ee44Fd893F0323AF933F9195/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coin Artist",
- "website": "https://medium.com/@coin_artist_17801",
- "description": "COIN is a social token created by Coin Artist, a collaborative governance token for the Coin Artist ecosystem.",
- "explorer": "https://etherscan.io/token/0x87b008E57F640D94Ee44Fd893F0323AF933F9195",
- "type": "ERC20",
- "symbol": "COIN",
- "decimals": 18,
- "status": "active",
- "id": "0x87b008E57F640D94Ee44Fd893F0323AF933F9195"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x87b008E57F640D94Ee44Fd893F0323AF933F9195/logo.png b/blockchains/ethereum/assets/0x87b008E57F640D94Ee44Fd893F0323AF933F9195/logo.png
deleted file mode 100644
index 613253ceb62bc..0000000000000
Binary files a/blockchains/ethereum/assets/0x87b008E57F640D94Ee44Fd893F0323AF933F9195/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x87cc79C77a760464d18990b485C914bFD6806F1C/info.json b/blockchains/ethereum/assets/0x87cc79C77a760464d18990b485C914bFD6806F1C/info.json
deleted file mode 100644
index ffc4574c2311d..0000000000000
--- a/blockchains/ethereum/assets/0x87cc79C77a760464d18990b485C914bFD6806F1C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JSW",
- "symbol": "JSW",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x87cc79C77a760464d18990b485C914bFD6806F1C",
- "status": "abandoned",
- "id": "0x87cc79C77a760464d18990b485C914bFD6806F1C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x87cc79C77a760464d18990b485C914bFD6806F1C/logo.png b/blockchains/ethereum/assets/0x87cc79C77a760464d18990b485C914bFD6806F1C/logo.png
deleted file mode 100644
index 1033c374d8ca8..0000000000000
Binary files a/blockchains/ethereum/assets/0x87cc79C77a760464d18990b485C914bFD6806F1C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x87d9bF506B434e9973cb0e6183DA7A50A16796b2/info.json b/blockchains/ethereum/assets/0x87d9bF506B434e9973cb0e6183DA7A50A16796b2/info.json
deleted file mode 100644
index ed67ff08cf296..0000000000000
--- a/blockchains/ethereum/assets/0x87d9bF506B434e9973cb0e6183DA7A50A16796b2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "888",
- "symbol": "888",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x87d9bF506B434e9973cb0e6183DA7A50A16796b2",
- "status": "abandoned",
- "id": "0x87d9bF506B434e9973cb0e6183DA7A50A16796b2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x87d9bF506B434e9973cb0e6183DA7A50A16796b2/logo.png b/blockchains/ethereum/assets/0x87d9bF506B434e9973cb0e6183DA7A50A16796b2/logo.png
deleted file mode 100644
index 1e471d5e7b3a6..0000000000000
Binary files a/blockchains/ethereum/assets/0x87d9bF506B434e9973cb0e6183DA7A50A16796b2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x87e20a1C261d5DDC4B4250DC9197102f52010aE7/info.json b/blockchains/ethereum/assets/0x87e20a1C261d5DDC4B4250DC9197102f52010aE7/info.json
deleted file mode 100644
index 78ddbb42c7ec6..0000000000000
--- a/blockchains/ethereum/assets/0x87e20a1C261d5DDC4B4250DC9197102f52010aE7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "two",
- "symbol": "TWO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x87e20a1C261d5DDC4B4250DC9197102f52010aE7",
- "status": "abandoned",
- "id": "0x87e20a1C261d5DDC4B4250DC9197102f52010aE7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x87e20a1C261d5DDC4B4250DC9197102f52010aE7/logo.png b/blockchains/ethereum/assets/0x87e20a1C261d5DDC4B4250DC9197102f52010aE7/logo.png
deleted file mode 100644
index 75ce38d290e94..0000000000000
Binary files a/blockchains/ethereum/assets/0x87e20a1C261d5DDC4B4250DC9197102f52010aE7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x87eDfFDe3E14c7a66c9b9724747a1C5696b742e6/info.json b/blockchains/ethereum/assets/0x87eDfFDe3E14c7a66c9b9724747a1C5696b742e6/info.json
deleted file mode 100644
index 944c99936ddfa..0000000000000
--- a/blockchains/ethereum/assets/0x87eDfFDe3E14c7a66c9b9724747a1C5696b742e6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Swag Token",
- "website": "https://swag.finance",
- "description": "Decentralizing the Global Adult Entertainment Industry",
- "explorer": "https://etherscan.io/token/0x87eDfFDe3E14c7a66c9b9724747a1C5696b742e6",
- "type": "ERC20",
- "symbol": "SWAG",
- "decimals": 18,
- "status": "active",
- "id": "0x87eDfFDe3E14c7a66c9b9724747a1C5696b742e6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x87eDfFDe3E14c7a66c9b9724747a1C5696b742e6/logo.png b/blockchains/ethereum/assets/0x87eDfFDe3E14c7a66c9b9724747a1C5696b742e6/logo.png
deleted file mode 100644
index 8407a4e1f3bdc..0000000000000
Binary files a/blockchains/ethereum/assets/0x87eDfFDe3E14c7a66c9b9724747a1C5696b742e6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x87f5E8c3425218837f3CB67dB941aF0C01323E56/info.json b/blockchains/ethereum/assets/0x87f5E8c3425218837f3CB67dB941aF0C01323E56/info.json
deleted file mode 100644
index be5d6c3fbfedf..0000000000000
--- a/blockchains/ethereum/assets/0x87f5E8c3425218837f3CB67dB941aF0C01323E56/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitCoin ONE",
- "symbol": "BTCONE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.bitcoinone.io/",
- "explorer": "https://etherscan.io/token/0x87f5E8c3425218837f3CB67dB941aF0C01323E56",
- "status": "abandoned",
- "id": "0x87f5E8c3425218837f3CB67dB941aF0C01323E56"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x87f5E8c3425218837f3CB67dB941aF0C01323E56/logo.png b/blockchains/ethereum/assets/0x87f5E8c3425218837f3CB67dB941aF0C01323E56/logo.png
deleted file mode 100644
index baaae2367ca49..0000000000000
Binary files a/blockchains/ethereum/assets/0x87f5E8c3425218837f3CB67dB941aF0C01323E56/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2/info.json b/blockchains/ethereum/assets/0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2/info.json
deleted file mode 100644
index bdd2120bfb6c2..0000000000000
--- a/blockchains/ethereum/assets/0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Uquid Coin",
- "website": "https://uquidcoin.com/",
- "description": "UQC is a decentralized virtual currency based on the ERC20 token - one of Ethereum Technological trends. The goal of this blockchain asset is to supplement the development of UQUID Ecosystem. In this virtual revolution, coin holders will have the benefit of instantly and effortlessly cashing out their coins.",
- "explorer": "https://etherscan.io/token/0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2",
- "type": "ERC20",
- "symbol": "UQC",
- "decimals": 18,
- "status": "active",
- "id": "0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2/logo.png b/blockchains/ethereum/assets/0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2/logo.png
deleted file mode 100644
index a2f37fa240723..0000000000000
Binary files a/blockchains/ethereum/assets/0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8810C63470d38639954c6B41AaC545848C46484a/info.json b/blockchains/ethereum/assets/0x8810C63470d38639954c6B41AaC545848C46484a/info.json
deleted file mode 100644
index 0c901fa7653a0..0000000000000
--- a/blockchains/ethereum/assets/0x8810C63470d38639954c6B41AaC545848C46484a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aditus",
- "symbol": "ADI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.aditus.net/",
- "explorer": "https://etherscan.io/token/0x8810C63470d38639954c6B41AaC545848C46484a",
- "status": "abandoned",
- "id": "0x8810C63470d38639954c6B41AaC545848C46484a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8810C63470d38639954c6B41AaC545848C46484a/logo.png b/blockchains/ethereum/assets/0x8810C63470d38639954c6B41AaC545848C46484a/logo.png
deleted file mode 100644
index 7a05b31e7eec4..0000000000000
Binary files a/blockchains/ethereum/assets/0x8810C63470d38639954c6B41AaC545848C46484a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x881Ef48211982D01E2CB7092C915E647Cd40D85C/info.json b/blockchains/ethereum/assets/0x881Ef48211982D01E2CB7092C915E647Cd40D85C/info.json
deleted file mode 100644
index cd44cc0139198..0000000000000
--- a/blockchains/ethereum/assets/0x881Ef48211982D01E2CB7092C915E647Cd40D85C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Open Trading Network",
- "symbol": "OTN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x881Ef48211982D01E2CB7092C915E647Cd40D85C",
- "status": "abandoned",
- "id": "0x881Ef48211982D01E2CB7092C915E647Cd40D85C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x881Ef48211982D01E2CB7092C915E647Cd40D85C/logo.png b/blockchains/ethereum/assets/0x881Ef48211982D01E2CB7092C915E647Cd40D85C/logo.png
deleted file mode 100644
index 7c0eb24631443..0000000000000
Binary files a/blockchains/ethereum/assets/0x881Ef48211982D01E2CB7092C915E647Cd40D85C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x88277055dF2EE38dA159863dA2F56ee0A6909D62/info.json b/blockchains/ethereum/assets/0x88277055dF2EE38dA159863dA2F56ee0A6909D62/info.json
deleted file mode 100644
index 27cd0a14db9b2..0000000000000
--- a/blockchains/ethereum/assets/0x88277055dF2EE38dA159863dA2F56ee0A6909D62/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ANALYSX",
- "symbol": "XYS",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x88277055dF2EE38dA159863dA2F56ee0A6909D62",
- "status": "abandoned",
- "id": "0x88277055dF2EE38dA159863dA2F56ee0A6909D62"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x88277055dF2EE38dA159863dA2F56ee0A6909D62/logo.png b/blockchains/ethereum/assets/0x88277055dF2EE38dA159863dA2F56ee0A6909D62/logo.png
deleted file mode 100644
index fdfa3c04f6e23..0000000000000
Binary files a/blockchains/ethereum/assets/0x88277055dF2EE38dA159863dA2F56ee0A6909D62/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8832E23B1135f78aD08a044c2550489eEA1E1098/info.json b/blockchains/ethereum/assets/0x8832E23B1135f78aD08a044c2550489eEA1E1098/info.json
deleted file mode 100644
index 5dedf1cb58d31..0000000000000
--- a/blockchains/ethereum/assets/0x8832E23B1135f78aD08a044c2550489eEA1E1098/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "2+2=4+4=8",
- "symbol": "2248",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.2248.io/",
- "explorer": "https://etherscan.io/token/0x8832E23B1135f78aD08a044c2550489eEA1E1098",
- "status": "abandoned",
- "id": "0x8832E23B1135f78aD08a044c2550489eEA1E1098"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8832E23B1135f78aD08a044c2550489eEA1E1098/logo.png b/blockchains/ethereum/assets/0x8832E23B1135f78aD08a044c2550489eEA1E1098/logo.png
deleted file mode 100644
index 8ab31e3860b69..0000000000000
Binary files a/blockchains/ethereum/assets/0x8832E23B1135f78aD08a044c2550489eEA1E1098/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x884181554dfA9e578d36379919C05C25dC4a15bB/info.json b/blockchains/ethereum/assets/0x884181554dfA9e578d36379919C05C25dC4a15bB/info.json
deleted file mode 100644
index 704fa79917a92..0000000000000
--- a/blockchains/ethereum/assets/0x884181554dfA9e578d36379919C05C25dC4a15bB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gene Source Code Chain",
- "symbol": "Gene",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Gene Source Code Foundation is building the world's largest distributed genomic and healthcare data storage system based on blockchain technology.",
- "website": "http://www.gscchain.org",
- "explorer": "https://etherscan.io/token/0x884181554dfA9e578d36379919C05C25dC4a15bB",
- "status": "active",
- "id": "0x884181554dfA9e578d36379919C05C25dC4a15bB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x884181554dfA9e578d36379919C05C25dC4a15bB/logo.png b/blockchains/ethereum/assets/0x884181554dfA9e578d36379919C05C25dC4a15bB/logo.png
deleted file mode 100644
index 430507bc98922..0000000000000
Binary files a/blockchains/ethereum/assets/0x884181554dfA9e578d36379919C05C25dC4a15bB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8846c5cAD73fF19007367C1366b85E75c1885165/info.json b/blockchains/ethereum/assets/0x8846c5cAD73fF19007367C1366b85E75c1885165/info.json
deleted file mode 100644
index e16b7785086a9..0000000000000
--- a/blockchains/ethereum/assets/0x8846c5cAD73fF19007367C1366b85E75c1885165/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Long KNC-DAI 4x v2",
- "symbol": "dLKNC4x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8846c5cAD73fF19007367C1366b85E75c1885165",
- "status": "abandoned",
- "id": "0x8846c5cAD73fF19007367C1366b85E75c1885165"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8846c5cAD73fF19007367C1366b85E75c1885165/logo.png b/blockchains/ethereum/assets/0x8846c5cAD73fF19007367C1366b85E75c1885165/logo.png
deleted file mode 100644
index 3a0d6b7a41f25..0000000000000
Binary files a/blockchains/ethereum/assets/0x8846c5cAD73fF19007367C1366b85E75c1885165/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x88479186BAC914E4313389a64881F5ed0153C765/info.json b/blockchains/ethereum/assets/0x88479186BAC914E4313389a64881F5ed0153C765/info.json
deleted file mode 100644
index 0cbadd9a5c7a6..0000000000000
--- a/blockchains/ethereum/assets/0x88479186BAC914E4313389a64881F5ed0153C765/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "SquidGrow",
- "type": "ERC20",
- "symbol": "SquidGrow",
- "decimals": 19,
- "website": "https://squidgrow.wtf",
- "description": "SquidGrow was conceptualized by anonymous crypto billionaire “Shibtoshi” and is pushing boundaries and setting precedents for a growing meme-utility token. ",
- "explorer": "https://etherscan.io/token/0x88479186BAC914E4313389a64881F5ed0153C765",
- "status": "abandoned",
- "id": "0x88479186BAC914E4313389a64881F5ed0153C765",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/squid_grow"
- },
- {
- "name": "telegram",
- "url": "https://t.me/SquidGrowPortalEntry"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x884E84264d540485fAd815e7b3e5d8413CF76bD9/info.json b/blockchains/ethereum/assets/0x884E84264d540485fAd815e7b3e5d8413CF76bD9/info.json
deleted file mode 100644
index 686b495dd1ed7..0000000000000
--- a/blockchains/ethereum/assets/0x884E84264d540485fAd815e7b3e5d8413CF76bD9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MBT Chain",
- "symbol": "MBTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x884E84264d540485fAd815e7b3e5d8413CF76bD9",
- "status": "abandoned",
- "id": "0x884E84264d540485fAd815e7b3e5d8413CF76bD9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x884E84264d540485fAd815e7b3e5d8413CF76bD9/logo.png b/blockchains/ethereum/assets/0x884E84264d540485fAd815e7b3e5d8413CF76bD9/logo.png
deleted file mode 100644
index 0710b80d9faf7..0000000000000
Binary files a/blockchains/ethereum/assets/0x884E84264d540485fAd815e7b3e5d8413CF76bD9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8851B3DDA4F8A0a231FF45e8871b7003142d83DC/info.json b/blockchains/ethereum/assets/0x8851B3DDA4F8A0a231FF45e8871b7003142d83DC/info.json
deleted file mode 100644
index c50613691d76e..0000000000000
--- a/blockchains/ethereum/assets/0x8851B3DDA4F8A0a231FF45e8871b7003142d83DC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZIM GOLD TOKEN",
- "symbol": "ZAGO",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8851B3DDA4F8A0a231FF45e8871b7003142d83DC",
- "status": "abandoned",
- "id": "0x8851B3DDA4F8A0a231FF45e8871b7003142d83DC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8851B3DDA4F8A0a231FF45e8871b7003142d83DC/logo.png b/blockchains/ethereum/assets/0x8851B3DDA4F8A0a231FF45e8871b7003142d83DC/logo.png
deleted file mode 100644
index 35a77ac690afa..0000000000000
Binary files a/blockchains/ethereum/assets/0x8851B3DDA4F8A0a231FF45e8871b7003142d83DC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8856a941149a9A2110b0bF58A1Fc97d34ffa60Fe/info.json b/blockchains/ethereum/assets/0x8856a941149a9A2110b0bF58A1Fc97d34ffa60Fe/info.json
deleted file mode 100644
index f0f11d345c64d..0000000000000
--- a/blockchains/ethereum/assets/0x8856a941149a9A2110b0bF58A1Fc97d34ffa60Fe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R914437",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8856a941149a9A2110b0bF58A1Fc97d34ffa60Fe",
- "status": "abandoned",
- "id": "0x8856a941149a9A2110b0bF58A1Fc97d34ffa60Fe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8856a941149a9A2110b0bF58A1Fc97d34ffa60Fe/logo.png b/blockchains/ethereum/assets/0x8856a941149a9A2110b0bF58A1Fc97d34ffa60Fe/logo.png
deleted file mode 100755
index fbdc5fd2f1e16..0000000000000
Binary files a/blockchains/ethereum/assets/0x8856a941149a9A2110b0bF58A1Fc97d34ffa60Fe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x887168120cb89Fb06F3E74Dc4AF20D67dF0977f6/info.json b/blockchains/ethereum/assets/0x887168120cb89Fb06F3E74Dc4AF20D67dF0977f6/info.json
deleted file mode 100644
index ccd6777988593..0000000000000
--- a/blockchains/ethereum/assets/0x887168120cb89Fb06F3E74Dc4AF20D67dF0977f6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sekuritance",
- "symbol": "SKRT",
- "type": "ERC20",
- "decimals": 18,
- "description": "A CeFi and DeFi RegTech ecosystem delivering top compliance, regulatory, transaction monitoring and identity management.",
- "website": "https://www.sekuritance.com/",
- "explorer": "https://etherscan.io/token/0x887168120cb89fb06f3e74dc4af20d67df0977f6",
- "status": "active",
- "id": "0x887168120cb89Fb06F3E74Dc4AF20D67dF0977f6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x887168120cb89Fb06F3E74Dc4AF20D67dF0977f6/logo.png b/blockchains/ethereum/assets/0x887168120cb89Fb06F3E74Dc4AF20D67dF0977f6/logo.png
deleted file mode 100644
index 8354e528269af..0000000000000
Binary files a/blockchains/ethereum/assets/0x887168120cb89Fb06F3E74Dc4AF20D67dF0977f6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8871690d148a2c3BE909B6DA330A9a12C7164234/info.json b/blockchains/ethereum/assets/0x8871690d148a2c3BE909B6DA330A9a12C7164234/info.json
deleted file mode 100644
index b7ce8bd279ab3..0000000000000
--- a/blockchains/ethereum/assets/0x8871690d148a2c3BE909B6DA330A9a12C7164234/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PatientsCoin",
- "symbol": "FAM",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8871690d148a2c3BE909B6DA330A9a12C7164234",
- "status": "abandoned",
- "id": "0x8871690d148a2c3BE909B6DA330A9a12C7164234"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8871690d148a2c3BE909B6DA330A9a12C7164234/logo.png b/blockchains/ethereum/assets/0x8871690d148a2c3BE909B6DA330A9a12C7164234/logo.png
deleted file mode 100644
index 0c1ad9144e38a..0000000000000
Binary files a/blockchains/ethereum/assets/0x8871690d148a2c3BE909B6DA330A9a12C7164234/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x887834D3b8D450B6bAB109c252Df3DA286d73CE4/info.json b/blockchains/ethereum/assets/0x887834D3b8D450B6bAB109c252Df3DA286d73CE4/info.json
deleted file mode 100644
index f4c04b4254e18..0000000000000
--- a/blockchains/ethereum/assets/0x887834D3b8D450B6bAB109c252Df3DA286d73CE4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Atmatrix Token",
- "symbol": "ATT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x887834D3b8D450B6bAB109c252Df3DA286d73CE4",
- "status": "abandoned",
- "id": "0x887834D3b8D450B6bAB109c252Df3DA286d73CE4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x887834D3b8D450B6bAB109c252Df3DA286d73CE4/logo.png b/blockchains/ethereum/assets/0x887834D3b8D450B6bAB109c252Df3DA286d73CE4/logo.png
deleted file mode 100644
index d460b07173a8a..0000000000000
Binary files a/blockchains/ethereum/assets/0x887834D3b8D450B6bAB109c252Df3DA286d73CE4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x88800092fF476844f74dC2FC427974BBee2794Ae/info.json b/blockchains/ethereum/assets/0x88800092fF476844f74dC2FC427974BBee2794Ae/info.json
deleted file mode 100644
index e60f7a7ec0897..0000000000000
--- a/blockchains/ethereum/assets/0x88800092fF476844f74dC2FC427974BBee2794Ae/info.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- "name": "Ambire Wallet",
- "website": "https://ambire.com",
- "description": "WALLET is the governance token of Ambire Wallet. It is also used as a user acquisition tool for marketing activities (referral program, rewards, etc.).",
- "explorer": "https://etherscan.io/token/0x88800092fF476844f74dC2FC427974BBee2794Ae",
- "type": "ERC20",
- "symbol": "WALLET",
- "status": "active",
- "decimals": 18,
- "id": "0x88800092fF476844f74dC2FC427974BBee2794Ae",
- "tags": [
- "defi",
- "governance",
- "staking"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/AmbireTech/wallet"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/AmbireWallet"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/AdEx"
- },
- {
- "name": "blog",
- "url": "https://ambire.medium.com"
- },
- {
- "name": "telegram",
- "url": "https://t.me/AmbireOfficial"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/nMBGJsb"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/AmbireAdEx"
- },
- {
- "name": "whitepaper",
- "url": "https://ambire.notion.site/ambire/Ambire-Wallet-Whitepaper-d502e54caf584fe7a67f9b0a018cd10f"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ambire-wallet"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/ambire-wallet"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x88800092fF476844f74dC2FC427974BBee2794Ae/logo.png b/blockchains/ethereum/assets/0x88800092fF476844f74dC2FC427974BBee2794Ae/logo.png
deleted file mode 100644
index 2c33c7b401760..0000000000000
Binary files a/blockchains/ethereum/assets/0x88800092fF476844f74dC2FC427974BBee2794Ae/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x888666CA69E0f178DED6D75b5726Cee99A87D698/info.json b/blockchains/ethereum/assets/0x888666CA69E0f178DED6D75b5726Cee99A87D698/info.json
deleted file mode 100644
index 8e4f2dcb1e1bc..0000000000000
--- a/blockchains/ethereum/assets/0x888666CA69E0f178DED6D75b5726Cee99A87D698/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ICONOMI",
- "symbol": "ICN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x888666CA69E0f178DED6D75b5726Cee99A87D698",
- "status": "abandoned",
- "id": "0x888666CA69E0f178DED6D75b5726Cee99A87D698"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x888666CA69E0f178DED6D75b5726Cee99A87D698/logo.png b/blockchains/ethereum/assets/0x888666CA69E0f178DED6D75b5726Cee99A87D698/logo.png
deleted file mode 100644
index 10a6a18cc6990..0000000000000
Binary files a/blockchains/ethereum/assets/0x888666CA69E0f178DED6D75b5726Cee99A87D698/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8888801aF4d980682e47f1A9036e589479e835C5/info.json b/blockchains/ethereum/assets/0x8888801aF4d980682e47f1A9036e589479e835C5/info.json
deleted file mode 100644
index 96985457d21e2..0000000000000
--- a/blockchains/ethereum/assets/0x8888801aF4d980682e47f1A9036e589479e835C5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "88mph.app",
- "symbol": "MPH",
- "type": "ERC20",
- "decimals": 18,
- "description": "MPH is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://88mph.app",
- "explorer": "https://etherscan.io/token/0x8888801aF4d980682e47f1A9036e589479e835C5",
- "status": "active",
- "id": "0x8888801aF4d980682e47f1A9036e589479e835C5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8888801aF4d980682e47f1A9036e589479e835C5/logo.png b/blockchains/ethereum/assets/0x8888801aF4d980682e47f1A9036e589479e835C5/logo.png
deleted file mode 100644
index 63da7540dab6c..0000000000000
Binary files a/blockchains/ethereum/assets/0x8888801aF4d980682e47f1A9036e589479e835C5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x888888848B652B3E3a0f34c96E00EEC0F3a23F72/info.json b/blockchains/ethereum/assets/0x888888848B652B3E3a0f34c96E00EEC0F3a23F72/info.json
deleted file mode 100644
index a920aaab92e90..0000000000000
--- a/blockchains/ethereum/assets/0x888888848B652B3E3a0f34c96E00EEC0F3a23F72/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Alien Worlds Trilium",
- "symbol": "TLM",
- "type": "ERC20",
- "decimals": 4,
- "description": "Trilium (TLM) is the native utility token of the Alien Worlds metaverse",
- "website": "https://alienworlds.io",
- "explorer": "https://etherscan.io/token/0x888888848B652B3E3a0f34c96E00EEC0F3a23F72",
- "status": "active",
- "id": "0x888888848B652B3E3a0f34c96E00EEC0F3a23F72",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/AlienWorldsOffical"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/alienworlds"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/alien-worlds/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/alien-worlds/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x888888848B652B3E3a0f34c96E00EEC0F3a23F72/logo.png b/blockchains/ethereum/assets/0x888888848B652B3E3a0f34c96E00EEC0F3a23F72/logo.png
deleted file mode 100644
index ac988ef8228fc..0000000000000
Binary files a/blockchains/ethereum/assets/0x888888848B652B3E3a0f34c96E00EEC0F3a23F72/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8888889213DD4dA823EbDD1e235b09590633C150/info.json b/blockchains/ethereum/assets/0x8888889213DD4dA823EbDD1e235b09590633C150/info.json
deleted file mode 100644
index b8e91fe231956..0000000000000
--- a/blockchains/ethereum/assets/0x8888889213DD4dA823EbDD1e235b09590633C150/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Marblecoin",
- "symbol": "MBC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://marble.cards/",
- "explorer": "https://etherscan.io/token/0x8888889213DD4dA823EbDD1e235b09590633C150",
- "status": "abandoned",
- "id": "0x8888889213DD4dA823EbDD1e235b09590633C150"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8888889213DD4dA823EbDD1e235b09590633C150/logo.png b/blockchains/ethereum/assets/0x8888889213DD4dA823EbDD1e235b09590633C150/logo.png
deleted file mode 100644
index 858cbdb477fe6..0000000000000
Binary files a/blockchains/ethereum/assets/0x8888889213DD4dA823EbDD1e235b09590633C150/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x889badfa1aFAfb0E783B9f91626d71aeB1a3B113/info.json b/blockchains/ethereum/assets/0x889badfa1aFAfb0E783B9f91626d71aeB1a3B113/info.json
deleted file mode 100644
index e25171728b308..0000000000000
--- a/blockchains/ethereum/assets/0x889badfa1aFAfb0E783B9f91626d71aeB1a3B113/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short ZRX-DAI 3x v2",
- "symbol": "dsZRX3x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x889badfa1aFAfb0E783B9f91626d71aeB1a3B113",
- "status": "abandoned",
- "id": "0x889badfa1aFAfb0E783B9f91626d71aeB1a3B113"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x889badfa1aFAfb0E783B9f91626d71aeB1a3B113/logo.png b/blockchains/ethereum/assets/0x889badfa1aFAfb0E783B9f91626d71aeB1a3B113/logo.png
deleted file mode 100644
index 2ee8e126f2faf..0000000000000
Binary files a/blockchains/ethereum/assets/0x889badfa1aFAfb0E783B9f91626d71aeB1a3B113/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x889eFB523cc39590B8483EB9491890AC71407f64/info.json b/blockchains/ethereum/assets/0x889eFB523cc39590B8483EB9491890AC71407f64/info.json
deleted file mode 100644
index c5973e8c6f2f4..0000000000000
--- a/blockchains/ethereum/assets/0x889eFB523cc39590B8483EB9491890AC71407f64/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Moon Juice (JUICE)",
- "website": "https://moonjuice.xyz/",
- "description": "Moon Juice is a experiment in farming, deflation, and programmable money.",
- "explorer": "https://etherscan.io/token/0x889eFB523cc39590B8483EB9491890AC71407f64",
- "type": "ERC20",
- "symbol": "JUICE",
- "decimals": 18,
- "status": "active",
- "id": "0x889eFB523cc39590B8483EB9491890AC71407f64",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MoonJuice_xyz"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x889eFB523cc39590B8483EB9491890AC71407f64/logo.png b/blockchains/ethereum/assets/0x889eFB523cc39590B8483EB9491890AC71407f64/logo.png
deleted file mode 100644
index 48b9e4cae97ae..0000000000000
Binary files a/blockchains/ethereum/assets/0x889eFB523cc39590B8483EB9491890AC71407f64/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x88A9A52F944315D5B4e917b9689e65445C401E83/info.json b/blockchains/ethereum/assets/0x88A9A52F944315D5B4e917b9689e65445C401E83/info.json
deleted file mode 100644
index 3a84475b35d16..0000000000000
--- a/blockchains/ethereum/assets/0x88A9A52F944315D5B4e917b9689e65445C401E83/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Fear",
- "type": "ERC20",
- "symbol": "FEAR",
- "decimals": 18,
- "website": "https://www.fearnft.games/",
- "description": "Fear is a blockchain horror gaming and NFT project from the creators of the famous Whack It games.",
- "explorer": "https://etherscan.io/token/0x88a9a52f944315d5b4e917b9689e65445c401e83",
- "status": "active",
- "id": "0x88A9A52F944315D5B4e917b9689e65445C401E83",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://fearnft.games/docs/fear-nfts-whitepaper.pdf"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/fearnfts"
- },
- {
- "name": "telegram",
- "url": "https://t.me/fearcoin"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/fearnftsannouncement"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/fear-nfts/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/fear"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/FEAR-109921091272605"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x88A9A52F944315D5B4e917b9689e65445C401E83/logo.png b/blockchains/ethereum/assets/0x88A9A52F944315D5B4e917b9689e65445C401E83/logo.png
deleted file mode 100644
index 9c94c2c33f66b..0000000000000
Binary files a/blockchains/ethereum/assets/0x88A9A52F944315D5B4e917b9689e65445C401E83/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x88ACDd2a6425c3FaAE4Bc9650Fd7E27e0Bebb7aB/info.json b/blockchains/ethereum/assets/0x88ACDd2a6425c3FaAE4Bc9650Fd7E27e0Bebb7aB/info.json
deleted file mode 100644
index 305222961c74b..0000000000000
--- a/blockchains/ethereum/assets/0x88ACDd2a6425c3FaAE4Bc9650Fd7E27e0Bebb7aB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Alchemist",
- "type": "ERC20",
- "symbol": "⚗️",
- "decimals": 18,
- "website": "https://alchemist.farm/",
- "description": "Alchemist's one and only purpose is to find the philosopher's stone and use it to explore the galaxy.",
- "explorer": "https://etherscan.io/token/0x88acdd2a6425c3faae4bc9650fd7e27e0bebb7ab",
- "status": "active",
- "id": "0x88ACDd2a6425c3FaAE4Bc9650Fd7E27e0Bebb7aB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x88ACDd2a6425c3FaAE4Bc9650Fd7E27e0Bebb7aB/logo.png b/blockchains/ethereum/assets/0x88ACDd2a6425c3FaAE4Bc9650Fd7E27e0Bebb7aB/logo.png
deleted file mode 100644
index 58a468d8cc060..0000000000000
Binary files a/blockchains/ethereum/assets/0x88ACDd2a6425c3FaAE4Bc9650Fd7E27e0Bebb7aB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x88D59Ba796fDf639dEd3b5E720988D59fDb71Eb8/info.json b/blockchains/ethereum/assets/0x88D59Ba796fDf639dEd3b5E720988D59fDb71Eb8/info.json
deleted file mode 100644
index 1b6b522f211b4..0000000000000
--- a/blockchains/ethereum/assets/0x88D59Ba796fDf639dEd3b5E720988D59fDb71Eb8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Payship.org",
- "symbol": "PSHP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x88D59Ba796fDf639dEd3b5E720988D59fDb71Eb8",
- "status": "abandoned",
- "id": "0x88D59Ba796fDf639dEd3b5E720988D59fDb71Eb8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x88D59Ba796fDf639dEd3b5E720988D59fDb71Eb8/logo.png b/blockchains/ethereum/assets/0x88D59Ba796fDf639dEd3b5E720988D59fDb71Eb8/logo.png
deleted file mode 100644
index 584893d016b72..0000000000000
Binary files a/blockchains/ethereum/assets/0x88D59Ba796fDf639dEd3b5E720988D59fDb71Eb8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x88EF27e69108B2633F8E1C184CC37940A075cC02/info.json b/blockchains/ethereum/assets/0x88EF27e69108B2633F8E1C184CC37940A075cC02/info.json
deleted file mode 100644
index ee2fc52bd6e85..0000000000000
--- a/blockchains/ethereum/assets/0x88EF27e69108B2633F8E1C184CC37940A075cC02/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Dego Finance",
- "website": "https://dego.finance",
- "description": "DEGO claims to be a brand new idea towards a sustainable Decentralized Finance (DeFi) ecosystem.",
- "explorer": "https://etherscan.io/token/0x88EF27e69108B2633F8E1C184CC37940A075cC02",
- "type": "ERC20",
- "symbol": "DEGO",
- "decimals": 18,
- "status": "active",
- "id": "0x88EF27e69108B2633F8E1C184CC37940A075cC02",
- "tags": [
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x88EF27e69108B2633F8E1C184CC37940A075cC02/logo.png b/blockchains/ethereum/assets/0x88EF27e69108B2633F8E1C184CC37940A075cC02/logo.png
deleted file mode 100644
index 8f1f43a328283..0000000000000
Binary files a/blockchains/ethereum/assets/0x88EF27e69108B2633F8E1C184CC37940A075cC02/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x88F12E1B380aad1D21c80aC48A0A87a02Ccc0DE9/info.json b/blockchains/ethereum/assets/0x88F12E1B380aad1D21c80aC48A0A87a02Ccc0DE9/info.json
deleted file mode 100644
index 5ab8b59679912..0000000000000
--- a/blockchains/ethereum/assets/0x88F12E1B380aad1D21c80aC48A0A87a02Ccc0DE9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KLICKZIE TOKEN",
- "symbol": "KLK20",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x88F12E1B380aad1D21c80aC48A0A87a02Ccc0DE9",
- "status": "abandoned",
- "id": "0x88F12E1B380aad1D21c80aC48A0A87a02Ccc0DE9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x88F12E1B380aad1D21c80aC48A0A87a02Ccc0DE9/logo.png b/blockchains/ethereum/assets/0x88F12E1B380aad1D21c80aC48A0A87a02Ccc0DE9/logo.png
deleted file mode 100644
index bc3bca1ea2b66..0000000000000
Binary files a/blockchains/ethereum/assets/0x88F12E1B380aad1D21c80aC48A0A87a02Ccc0DE9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x88FA37fcEF9B2EE0DdC18Acda2044b54f400F58e/info.json b/blockchains/ethereum/assets/0x88FA37fcEF9B2EE0DdC18Acda2044b54f400F58e/info.json
deleted file mode 100644
index 46fae819dcf34..0000000000000
--- a/blockchains/ethereum/assets/0x88FA37fcEF9B2EE0DdC18Acda2044b54f400F58e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nsah",
- "symbol": "NSAH",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x88FA37fcEF9B2EE0DdC18Acda2044b54f400F58e",
- "status": "abandoned",
- "id": "0x88FA37fcEF9B2EE0DdC18Acda2044b54f400F58e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x88FA37fcEF9B2EE0DdC18Acda2044b54f400F58e/logo.png b/blockchains/ethereum/assets/0x88FA37fcEF9B2EE0DdC18Acda2044b54f400F58e/logo.png
deleted file mode 100644
index 17b7f76967bb6..0000000000000
Binary files a/blockchains/ethereum/assets/0x88FA37fcEF9B2EE0DdC18Acda2044b54f400F58e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x88FCFBc22C6d3dBaa25aF478C578978339BDe77a/info.json b/blockchains/ethereum/assets/0x88FCFBc22C6d3dBaa25aF478C578978339BDe77a/info.json
deleted file mode 100644
index b6ac27288d86c..0000000000000
--- a/blockchains/ethereum/assets/0x88FCFBc22C6d3dBaa25aF478C578978339BDe77a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FundYourselfNow Token",
- "symbol": "FYN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x88FCFBc22C6d3dBaa25aF478C578978339BDe77a",
- "status": "abandoned",
- "id": "0x88FCFBc22C6d3dBaa25aF478C578978339BDe77a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x88FCFBc22C6d3dBaa25aF478C578978339BDe77a/logo.png b/blockchains/ethereum/assets/0x88FCFBc22C6d3dBaa25aF478C578978339BDe77a/logo.png
deleted file mode 100644
index 8dae526def6f1..0000000000000
Binary files a/blockchains/ethereum/assets/0x88FCFBc22C6d3dBaa25aF478C578978339BDe77a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x88bCB069C9141aa6a466c17C0a90F736df33FD85/info.json b/blockchains/ethereum/assets/0x88bCB069C9141aa6a466c17C0a90F736df33FD85/info.json
deleted file mode 100644
index 4e25d06f917d1..0000000000000
--- a/blockchains/ethereum/assets/0x88bCB069C9141aa6a466c17C0a90F736df33FD85/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dafco Token",
- "symbol": "DAFCO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x88bCB069C9141aa6a466c17C0a90F736df33FD85",
- "status": "abandoned",
- "id": "0x88bCB069C9141aa6a466c17C0a90F736df33FD85"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x88bCB069C9141aa6a466c17C0a90F736df33FD85/logo.png b/blockchains/ethereum/assets/0x88bCB069C9141aa6a466c17C0a90F736df33FD85/logo.png
deleted file mode 100644
index b742f50879bb2..0000000000000
Binary files a/blockchains/ethereum/assets/0x88bCB069C9141aa6a466c17C0a90F736df33FD85/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x88cDF00f95d31904600b2cd8110b95ac970E0E2F/info.json b/blockchains/ethereum/assets/0x88cDF00f95d31904600b2cd8110b95ac970E0E2F/info.json
deleted file mode 100644
index 40dacd2b6941a..0000000000000
--- a/blockchains/ethereum/assets/0x88cDF00f95d31904600b2cd8110b95ac970E0E2F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Petro.Global",
- "symbol": "PTG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x88cDF00f95d31904600b2cd8110b95ac970E0E2F",
- "status": "abandoned",
- "id": "0x88cDF00f95d31904600b2cd8110b95ac970E0E2F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x88cDF00f95d31904600b2cd8110b95ac970E0E2F/logo.png b/blockchains/ethereum/assets/0x88cDF00f95d31904600b2cd8110b95ac970E0E2F/logo.png
deleted file mode 100644
index 5eb874b8596b2..0000000000000
Binary files a/blockchains/ethereum/assets/0x88cDF00f95d31904600b2cd8110b95ac970E0E2F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x88d50B466BE55222019D71F9E8fAe17f5f45FCA1/info.json b/blockchains/ethereum/assets/0x88d50B466BE55222019D71F9E8fAe17f5f45FCA1/info.json
deleted file mode 100644
index f5ec3f2dde117..0000000000000
--- a/blockchains/ethereum/assets/0x88d50B466BE55222019D71F9E8fAe17f5f45FCA1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cryptaur",
- "symbol": "CPT",
- "type": "ERC20",
- "decimals": 8,
- "description": "Cryptaur (CPT) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://cryptaur.com",
- "explorer": "https://etherscan.io/token/0x88d50B466BE55222019D71F9E8fAe17f5f45FCA1",
- "status": "active",
- "id": "0x88d50B466BE55222019D71F9E8fAe17f5f45FCA1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x88d50B466BE55222019D71F9E8fAe17f5f45FCA1/logo.png b/blockchains/ethereum/assets/0x88d50B466BE55222019D71F9E8fAe17f5f45FCA1/logo.png
deleted file mode 100644
index 27dda96829186..0000000000000
Binary files a/blockchains/ethereum/assets/0x88d50B466BE55222019D71F9E8fAe17f5f45FCA1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x88d60255F917e3eb94eaE199d827DAd837fac4cB/info.json b/blockchains/ethereum/assets/0x88d60255F917e3eb94eaE199d827DAd837fac4cB/info.json
deleted file mode 100644
index 41ceb3524a5d0..0000000000000
--- a/blockchains/ethereum/assets/0x88d60255F917e3eb94eaE199d827DAd837fac4cB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gastoken.io",
- "type": "ERC20",
- "symbol": "GST1",
- "decimals": 2,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0x88d60255f917e3eb94eae199d827dad837fac4cb",
- "status": "abandoned",
- "id": "0x88d60255F917e3eb94eaE199d827DAd837fac4cB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x88dF592F8eb5D7Bd38bFeF7dEb0fBc02cf3778a0/info.json b/blockchains/ethereum/assets/0x88dF592F8eb5D7Bd38bFeF7dEb0fBc02cf3778a0/info.json
deleted file mode 100644
index 89f25dcda5ab2..0000000000000
--- a/blockchains/ethereum/assets/0x88dF592F8eb5D7Bd38bFeF7dEb0fBc02cf3778a0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tellor",
- "website": "https://tellor.io",
- "description": "Tellor (a decentralized oracle) aims to address the Oracle problem on Ethereum.",
- "explorer": "https://etherscan.io/token/0x88df592f8eb5d7bd38bfef7deb0fbc02cf3778a0",
- "type": "ERC20",
- "symbol": "TRB",
- "decimals": 18,
- "status": "active",
- "id": "0x88dF592F8eb5D7Bd38bFeF7dEb0fBc02cf3778a0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x88dF592F8eb5D7Bd38bFeF7dEb0fBc02cf3778a0/logo.png b/blockchains/ethereum/assets/0x88dF592F8eb5D7Bd38bFeF7dEb0fBc02cf3778a0/logo.png
deleted file mode 100644
index ec5a4360d97bf..0000000000000
Binary files a/blockchains/ethereum/assets/0x88dF592F8eb5D7Bd38bFeF7dEb0fBc02cf3778a0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x88f400F6a26465c9ac6AE5c1C8C14Cf12B515C96/info.json b/blockchains/ethereum/assets/0x88f400F6a26465c9ac6AE5c1C8C14Cf12B515C96/info.json
deleted file mode 100644
index 7268396be66e9..0000000000000
--- a/blockchains/ethereum/assets/0x88f400F6a26465c9ac6AE5c1C8C14Cf12B515C96/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Virus Token",
- "symbol": "VIRUS",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "https://virustoken.xyz/",
- "explorer": "https://etherscan.io/token/0x88f400F6a26465c9ac6AE5c1C8C14Cf12B515C96",
- "status": "abandoned",
- "id": "0x88f400F6a26465c9ac6AE5c1C8C14Cf12B515C96"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x88f400F6a26465c9ac6AE5c1C8C14Cf12B515C96/logo.png b/blockchains/ethereum/assets/0x88f400F6a26465c9ac6AE5c1C8C14Cf12B515C96/logo.png
deleted file mode 100644
index e01d65637d199..0000000000000
Binary files a/blockchains/ethereum/assets/0x88f400F6a26465c9ac6AE5c1C8C14Cf12B515C96/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8902f3Ab9E14183c9a7EC1463ecd7F61046BA965/info.json b/blockchains/ethereum/assets/0x8902f3Ab9E14183c9a7EC1463ecd7F61046BA965/info.json
deleted file mode 100644
index f79a8fa9c33bd..0000000000000
--- a/blockchains/ethereum/assets/0x8902f3Ab9E14183c9a7EC1463ecd7F61046BA965/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BITNEXX",
- "symbol": "BTNX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8902f3Ab9E14183c9a7EC1463ecd7F61046BA965",
- "status": "abandoned",
- "id": "0x8902f3Ab9E14183c9a7EC1463ecd7F61046BA965"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8902f3Ab9E14183c9a7EC1463ecd7F61046BA965/logo.png b/blockchains/ethereum/assets/0x8902f3Ab9E14183c9a7EC1463ecd7F61046BA965/logo.png
deleted file mode 100755
index f75045343be2a..0000000000000
Binary files a/blockchains/ethereum/assets/0x8902f3Ab9E14183c9a7EC1463ecd7F61046BA965/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8912358D977e123b51EcAd1fFA0cC4A7e32FF774/info.json b/blockchains/ethereum/assets/0x8912358D977e123b51EcAd1fFA0cC4A7e32FF774/info.json
deleted file mode 100644
index 675ca4e9c0cbe..0000000000000
--- a/blockchains/ethereum/assets/0x8912358D977e123b51EcAd1fFA0cC4A7e32FF774/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wisdom chain",
- "symbol": "Wdc",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8912358D977e123b51EcAd1fFA0cC4A7e32FF774",
- "status": "abandoned",
- "id": "0x8912358D977e123b51EcAd1fFA0cC4A7e32FF774"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8912358D977e123b51EcAd1fFA0cC4A7e32FF774/logo.png b/blockchains/ethereum/assets/0x8912358D977e123b51EcAd1fFA0cC4A7e32FF774/logo.png
deleted file mode 100644
index 5db9d1a0a92ce..0000000000000
Binary files a/blockchains/ethereum/assets/0x8912358D977e123b51EcAd1fFA0cC4A7e32FF774/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x892F5A0B08BB7B1eeCCCC63EF3916fF201c93664/info.json b/blockchains/ethereum/assets/0x892F5A0B08BB7B1eeCCCC63EF3916fF201c93664/info.json
deleted file mode 100644
index 2b7f763c2ab98..0000000000000
--- a/blockchains/ethereum/assets/0x892F5A0B08BB7B1eeCCCC63EF3916fF201c93664/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bloody",
- "website": "https://bloodyfi.org/",
- "description": "Bloody is a deflationary farming token that also periodically rebases like Ampleforth.",
- "explorer": "https://etherscan.io/token/0x892F5A0B08BB7B1eeCCCC63EF3916fF201c93664",
- "type": "ERC20",
- "symbol": "BLOODY",
- "decimals": 18,
- "status": "active",
- "id": "0x892F5A0B08BB7B1eeCCCC63EF3916fF201c93664"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x892F5A0B08BB7B1eeCCCC63EF3916fF201c93664/logo.png b/blockchains/ethereum/assets/0x892F5A0B08BB7B1eeCCCC63EF3916fF201c93664/logo.png
deleted file mode 100644
index 3a4c4edaa2b5a..0000000000000
Binary files a/blockchains/ethereum/assets/0x892F5A0B08BB7B1eeCCCC63EF3916fF201c93664/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x89303500a7Abfb178B274FD89F2469C264951e1f/info.json b/blockchains/ethereum/assets/0x89303500a7Abfb178B274FD89F2469C264951e1f/info.json
deleted file mode 100644
index 5a293335a0fe5..0000000000000
--- a/blockchains/ethereum/assets/0x89303500a7Abfb178B274FD89F2469C264951e1f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RefToken",
- "symbol": "REF",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x89303500a7Abfb178B274FD89F2469C264951e1f",
- "status": "abandoned",
- "id": "0x89303500a7Abfb178B274FD89F2469C264951e1f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x89303500a7Abfb178B274FD89F2469C264951e1f/logo.png b/blockchains/ethereum/assets/0x89303500a7Abfb178B274FD89F2469C264951e1f/logo.png
deleted file mode 100644
index 2e87ef003fd1a..0000000000000
Binary files a/blockchains/ethereum/assets/0x89303500a7Abfb178B274FD89F2469C264951e1f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x89332542B57621dBee1e305b30b0e02F86283100/info.json b/blockchains/ethereum/assets/0x89332542B57621dBee1e305b30b0e02F86283100/info.json
deleted file mode 100644
index 680cbfdbbe6c4..0000000000000
--- a/blockchains/ethereum/assets/0x89332542B57621dBee1e305b30b0e02F86283100/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kryptonium",
- "symbol": "KRYP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x89332542B57621dBee1e305b30b0e02F86283100",
- "status": "abandoned",
- "id": "0x89332542B57621dBee1e305b30b0e02F86283100"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x89332542B57621dBee1e305b30b0e02F86283100/logo.png b/blockchains/ethereum/assets/0x89332542B57621dBee1e305b30b0e02F86283100/logo.png
deleted file mode 100755
index 235d8f874738c..0000000000000
Binary files a/blockchains/ethereum/assets/0x89332542B57621dBee1e305b30b0e02F86283100/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x896a07e3788983ec52eaf0F9C6F6E031464Ee2CC/info.json b/blockchains/ethereum/assets/0x896a07e3788983ec52eaf0F9C6F6E031464Ee2CC/info.json
deleted file mode 100644
index b437484fccdd0..0000000000000
--- a/blockchains/ethereum/assets/0x896a07e3788983ec52eaf0F9C6F6E031464Ee2CC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Meridian Network",
- "symbol": "MRDN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x896a07e3788983ec52eaf0F9C6F6E031464Ee2CC",
- "status": "abandoned",
- "id": "0x896a07e3788983ec52eaf0F9C6F6E031464Ee2CC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x896a07e3788983ec52eaf0F9C6F6E031464Ee2CC/logo.png b/blockchains/ethereum/assets/0x896a07e3788983ec52eaf0F9C6F6E031464Ee2CC/logo.png
deleted file mode 100644
index 2bf09aedcb309..0000000000000
Binary files a/blockchains/ethereum/assets/0x896a07e3788983ec52eaf0F9C6F6E031464Ee2CC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x896fdE45EbD168034fa1438BF754e5eDeAEf6232/info.json b/blockchains/ethereum/assets/0x896fdE45EbD168034fa1438BF754e5eDeAEf6232/info.json
deleted file mode 100644
index f2b2c87e72747..0000000000000
--- a/blockchains/ethereum/assets/0x896fdE45EbD168034fa1438BF754e5eDeAEf6232/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg10500",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x896fdE45EbD168034fa1438BF754e5eDeAEf6232",
- "status": "abandoned",
- "id": "0x896fdE45EbD168034fa1438BF754e5eDeAEf6232"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x896fdE45EbD168034fa1438BF754e5eDeAEf6232/logo.png b/blockchains/ethereum/assets/0x896fdE45EbD168034fa1438BF754e5eDeAEf6232/logo.png
deleted file mode 100644
index 5a97c3c199438..0000000000000
Binary files a/blockchains/ethereum/assets/0x896fdE45EbD168034fa1438BF754e5eDeAEf6232/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x897036A41d787BC4a52F8617A5AF820188386f3F/info.json b/blockchains/ethereum/assets/0x897036A41d787BC4a52F8617A5AF820188386f3F/info.json
deleted file mode 100644
index 20fdc2ee34514..0000000000000
--- a/blockchains/ethereum/assets/0x897036A41d787BC4a52F8617A5AF820188386f3F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C547986",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x897036A41d787BC4a52F8617A5AF820188386f3F",
- "status": "abandoned",
- "id": "0x897036A41d787BC4a52F8617A5AF820188386f3F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x897036A41d787BC4a52F8617A5AF820188386f3F/logo.png b/blockchains/ethereum/assets/0x897036A41d787BC4a52F8617A5AF820188386f3F/logo.png
deleted file mode 100644
index ba132b08673f1..0000000000000
Binary files a/blockchains/ethereum/assets/0x897036A41d787BC4a52F8617A5AF820188386f3F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8971f9fd7196e5cEE2C1032B50F656855af7Dd26/info.json b/blockchains/ethereum/assets/0x8971f9fd7196e5cEE2C1032B50F656855af7Dd26/info.json
deleted file mode 100644
index 6cccedb438423..0000000000000
--- a/blockchains/ethereum/assets/0x8971f9fd7196e5cEE2C1032B50F656855af7Dd26/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lambda",
- "symbol": "LAMB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.lambdastorage.com/en",
- "explorer": "https://etherscan.io/token/0x8971f9fd7196e5cEE2C1032B50F656855af7Dd26",
- "status": "abandoned",
- "id": "0x8971f9fd7196e5cEE2C1032B50F656855af7Dd26"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8971f9fd7196e5cEE2C1032B50F656855af7Dd26/logo.png b/blockchains/ethereum/assets/0x8971f9fd7196e5cEE2C1032B50F656855af7Dd26/logo.png
deleted file mode 100644
index 8fa81fcec3280..0000000000000
Binary files a/blockchains/ethereum/assets/0x8971f9fd7196e5cEE2C1032B50F656855af7Dd26/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x897d549EF2f848DE133Ba88F1983F0ec0C3222a7/info.json b/blockchains/ethereum/assets/0x897d549EF2f848DE133Ba88F1983F0ec0C3222a7/info.json
deleted file mode 100644
index a17fa910d1794..0000000000000
--- a/blockchains/ethereum/assets/0x897d549EF2f848DE133Ba88F1983F0ec0C3222a7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FFKDemoCoin",
- "symbol": "FFKD",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x897d549EF2f848DE133Ba88F1983F0ec0C3222a7",
- "status": "abandoned",
- "id": "0x897d549EF2f848DE133Ba88F1983F0ec0C3222a7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x897d549EF2f848DE133Ba88F1983F0ec0C3222a7/logo.png b/blockchains/ethereum/assets/0x897d549EF2f848DE133Ba88F1983F0ec0C3222a7/logo.png
deleted file mode 100644
index 6758dca4267b9..0000000000000
Binary files a/blockchains/ethereum/assets/0x897d549EF2f848DE133Ba88F1983F0ec0C3222a7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x89885FC1F76C3f4cc719640E33c315227Da7003a/info.json b/blockchains/ethereum/assets/0x89885FC1F76C3f4cc719640E33c315227Da7003a/info.json
deleted file mode 100644
index 606aea2529cc5..0000000000000
--- a/blockchains/ethereum/assets/0x89885FC1F76C3f4cc719640E33c315227Da7003a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OASES",
- "symbol": "OAS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x89885FC1F76C3f4cc719640E33c315227Da7003a",
- "status": "abandoned",
- "id": "0x89885FC1F76C3f4cc719640E33c315227Da7003a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x89885FC1F76C3f4cc719640E33c315227Da7003a/logo.png b/blockchains/ethereum/assets/0x89885FC1F76C3f4cc719640E33c315227Da7003a/logo.png
deleted file mode 100644
index 033a00a76d4eb..0000000000000
Binary files a/blockchains/ethereum/assets/0x89885FC1F76C3f4cc719640E33c315227Da7003a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x898BAD2774EB97cF6b94605677F43b41871410B1/info.json b/blockchains/ethereum/assets/0x898BAD2774EB97cF6b94605677F43b41871410B1/info.json
deleted file mode 100644
index 2f9b5cdc54828..0000000000000
--- a/blockchains/ethereum/assets/0x898BAD2774EB97cF6b94605677F43b41871410B1/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "vEth2",
- "website": "https://www.sharedstake.org",
- "symbol": "vETH2",
- "type": "ERC20",
- "decimals": 18,
- "description": "vEth2 is the liquid representation of underlying staked Ether on SharedStake, which provides an additional yield on top traditional Eth2 staking.",
- "explorer": "https://etherscan.io/token/0x898BAD2774EB97cF6b94605677F43b41871410B1",
- "status": "active",
- "id": "0x898BAD2774EB97cF6b94605677F43b41871410B1",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/SharedStake"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x898BAD2774EB97cF6b94605677F43b41871410B1/logo.png b/blockchains/ethereum/assets/0x898BAD2774EB97cF6b94605677F43b41871410B1/logo.png
deleted file mode 100644
index 64a113d2558a6..0000000000000
Binary files a/blockchains/ethereum/assets/0x898BAD2774EB97cF6b94605677F43b41871410B1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x898F198a0138A51a357De0694948Ea8E4E808507/info.json b/blockchains/ethereum/assets/0x898F198a0138A51a357De0694948Ea8E4E808507/info.json
deleted file mode 100644
index 890bba18a9003..0000000000000
--- a/blockchains/ethereum/assets/0x898F198a0138A51a357De0694948Ea8E4E808507/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mint Token",
- "symbol": "MINT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x898F198a0138A51a357De0694948Ea8E4E808507",
- "status": "abandoned",
- "id": "0x898F198a0138A51a357De0694948Ea8E4E808507"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x898F198a0138A51a357De0694948Ea8E4E808507/logo.png b/blockchains/ethereum/assets/0x898F198a0138A51a357De0694948Ea8E4E808507/logo.png
deleted file mode 100644
index 69371469b4e0a..0000000000000
Binary files a/blockchains/ethereum/assets/0x898F198a0138A51a357De0694948Ea8E4E808507/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x899338b84D25aC505a332aDCE7402d697D947494/info.json b/blockchains/ethereum/assets/0x899338b84D25aC505a332aDCE7402d697D947494/info.json
deleted file mode 100644
index a1ffa39c55649..0000000000000
--- a/blockchains/ethereum/assets/0x899338b84D25aC505a332aDCE7402d697D947494/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WCOIN",
- "symbol": "WIN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x899338b84D25aC505a332aDCE7402d697D947494",
- "status": "abandoned",
- "id": "0x899338b84D25aC505a332aDCE7402d697D947494"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x899338b84D25aC505a332aDCE7402d697D947494/logo.png b/blockchains/ethereum/assets/0x899338b84D25aC505a332aDCE7402d697D947494/logo.png
deleted file mode 100644
index f5470c9055853..0000000000000
Binary files a/blockchains/ethereum/assets/0x899338b84D25aC505a332aDCE7402d697D947494/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8993F76e40ED605f930b13B860BFAbDEe0756858/info.json b/blockchains/ethereum/assets/0x8993F76e40ED605f930b13B860BFAbDEe0756858/info.json
deleted file mode 100644
index 88b9679fd560b..0000000000000
--- a/blockchains/ethereum/assets/0x8993F76e40ED605f930b13B860BFAbDEe0756858/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bank Future Exchange",
- "symbol": "BFEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8993F76e40ED605f930b13B860BFAbDEe0756858",
- "status": "abandoned",
- "id": "0x8993F76e40ED605f930b13B860BFAbDEe0756858"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8993F76e40ED605f930b13B860BFAbDEe0756858/logo.png b/blockchains/ethereum/assets/0x8993F76e40ED605f930b13B860BFAbDEe0756858/logo.png
deleted file mode 100644
index ba2f6ffe4d82c..0000000000000
Binary files a/blockchains/ethereum/assets/0x8993F76e40ED605f930b13B860BFAbDEe0756858/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x89Ab32156e46F46D02ade3FEcbe5Fc4243B9AAeD/info.json b/blockchains/ethereum/assets/0x89Ab32156e46F46D02ade3FEcbe5Fc4243B9AAeD/info.json
deleted file mode 100644
index a7381e64d36d2..0000000000000
--- a/blockchains/ethereum/assets/0x89Ab32156e46F46D02ade3FEcbe5Fc4243B9AAeD/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "pNetwork",
- "website": "https://p.network",
- "description": "The heartbeat of cross-chain composability.",
- "explorer": "https://etherscan.io/token/0x89Ab32156e46F46D02ade3FEcbe5Fc4243B9AAeD",
- "research": "https://research.binance.com/en/projects/pnetwork",
- "type": "ERC20",
- "symbol": "PNT",
- "decimals": 18,
- "status": "active",
- "id": "0x89Ab32156e46F46D02ade3FEcbe5Fc4243B9AAeD",
- "tags": [
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x89Ab32156e46F46D02ade3FEcbe5Fc4243B9AAeD/logo.png b/blockchains/ethereum/assets/0x89Ab32156e46F46D02ade3FEcbe5Fc4243B9AAeD/logo.png
deleted file mode 100644
index a97a32e4cf847..0000000000000
Binary files a/blockchains/ethereum/assets/0x89Ab32156e46F46D02ade3FEcbe5Fc4243B9AAeD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x89B6A8Ca0001948d33F5807Bc3aB65D541641e27/info.json b/blockchains/ethereum/assets/0x89B6A8Ca0001948d33F5807Bc3aB65D541641e27/info.json
deleted file mode 100644
index 4ba4bc49fdce2..0000000000000
--- a/blockchains/ethereum/assets/0x89B6A8Ca0001948d33F5807Bc3aB65D541641e27/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yasmine Coin",
- "symbol": "YAS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x89B6A8Ca0001948d33F5807Bc3aB65D541641e27",
- "status": "abandoned",
- "id": "0x89B6A8Ca0001948d33F5807Bc3aB65D541641e27"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x89B6A8Ca0001948d33F5807Bc3aB65D541641e27/logo.png b/blockchains/ethereum/assets/0x89B6A8Ca0001948d33F5807Bc3aB65D541641e27/logo.png
deleted file mode 100644
index d65acafa2f325..0000000000000
Binary files a/blockchains/ethereum/assets/0x89B6A8Ca0001948d33F5807Bc3aB65D541641e27/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x89C041a9007Bf6D7E334F1C0cF09c49886F39391/info.json b/blockchains/ethereum/assets/0x89C041a9007Bf6D7E334F1C0cF09c49886F39391/info.json
deleted file mode 100644
index 011a65a3e3fa6..0000000000000
--- a/blockchains/ethereum/assets/0x89C041a9007Bf6D7E334F1C0cF09c49886F39391/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-6/30M6",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x89C041a9007Bf6D7E334F1C0cF09c49886F39391",
- "status": "abandoned",
- "id": "0x89C041a9007Bf6D7E334F1C0cF09c49886F39391"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x89C041a9007Bf6D7E334F1C0cF09c49886F39391/logo.png b/blockchains/ethereum/assets/0x89C041a9007Bf6D7E334F1C0cF09c49886F39391/logo.png
deleted file mode 100644
index 2338b0c2db3d9..0000000000000
Binary files a/blockchains/ethereum/assets/0x89C041a9007Bf6D7E334F1C0cF09c49886F39391/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x89C33Ed4C7f780691444C172eAE9E6F1803be2C7/info.json b/blockchains/ethereum/assets/0x89C33Ed4C7f780691444C172eAE9E6F1803be2C7/info.json
deleted file mode 100644
index 02fd9b993cd51..0000000000000
--- a/blockchains/ethereum/assets/0x89C33Ed4C7f780691444C172eAE9E6F1803be2C7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BRAAI",
- "symbol": "BRAAI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x89C33Ed4C7f780691444C172eAE9E6F1803be2C7",
- "status": "abandoned",
- "id": "0x89C33Ed4C7f780691444C172eAE9E6F1803be2C7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x89C33Ed4C7f780691444C172eAE9E6F1803be2C7/logo.png b/blockchains/ethereum/assets/0x89C33Ed4C7f780691444C172eAE9E6F1803be2C7/logo.png
deleted file mode 100644
index f69e7e2646d18..0000000000000
Binary files a/blockchains/ethereum/assets/0x89C33Ed4C7f780691444C172eAE9E6F1803be2C7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x89C98F4529A41c7eE25d730d29Bc39170ED11C60/info.json b/blockchains/ethereum/assets/0x89C98F4529A41c7eE25d730d29Bc39170ED11C60/info.json
deleted file mode 100644
index 66df67d1b5219..0000000000000
--- a/blockchains/ethereum/assets/0x89C98F4529A41c7eE25d730d29Bc39170ED11C60/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Astro",
- "symbol": "ASR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x89C98F4529A41c7eE25d730d29Bc39170ED11C60",
- "status": "abandoned",
- "id": "0x89C98F4529A41c7eE25d730d29Bc39170ED11C60"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x89C98F4529A41c7eE25d730d29Bc39170ED11C60/logo.png b/blockchains/ethereum/assets/0x89C98F4529A41c7eE25d730d29Bc39170ED11C60/logo.png
deleted file mode 100644
index 136329d6fa9ab..0000000000000
Binary files a/blockchains/ethereum/assets/0x89C98F4529A41c7eE25d730d29Bc39170ED11C60/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x89b4d5f2cBA55D08a8c31eD7c1FB4b0a882B16B8/info.json b/blockchains/ethereum/assets/0x89b4d5f2cBA55D08a8c31eD7c1FB4b0a882B16B8/info.json
deleted file mode 100644
index 4d1039396ec73..0000000000000
--- a/blockchains/ethereum/assets/0x89b4d5f2cBA55D08a8c31eD7c1FB4b0a882B16B8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GameMax",
- "symbol": "GM",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x89b4d5f2cBA55D08a8c31eD7c1FB4b0a882B16B8",
- "status": "abandoned",
- "id": "0x89b4d5f2cBA55D08a8c31eD7c1FB4b0a882B16B8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x89b4d5f2cBA55D08a8c31eD7c1FB4b0a882B16B8/logo.png b/blockchains/ethereum/assets/0x89b4d5f2cBA55D08a8c31eD7c1FB4b0a882B16B8/logo.png
deleted file mode 100644
index 2c3ec81b3d45d..0000000000000
Binary files a/blockchains/ethereum/assets/0x89b4d5f2cBA55D08a8c31eD7c1FB4b0a882B16B8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x89c0086e809Bbb5D054A9D0ef56412B2898928b1/info.json b/blockchains/ethereum/assets/0x89c0086e809Bbb5D054A9D0ef56412B2898928b1/info.json
deleted file mode 100644
index d2b614af6b41a..0000000000000
--- a/blockchains/ethereum/assets/0x89c0086e809Bbb5D054A9D0ef56412B2898928b1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C559019",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x89c0086e809Bbb5D054A9D0ef56412B2898928b1",
- "status": "abandoned",
- "id": "0x89c0086e809Bbb5D054A9D0ef56412B2898928b1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x89c0086e809Bbb5D054A9D0ef56412B2898928b1/logo.png b/blockchains/ethereum/assets/0x89c0086e809Bbb5D054A9D0ef56412B2898928b1/logo.png
deleted file mode 100644
index 296294b964e71..0000000000000
Binary files a/blockchains/ethereum/assets/0x89c0086e809Bbb5D054A9D0ef56412B2898928b1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x89c6c856a6db3e46107163D0cDa7A7FF211BD655/info.json b/blockchains/ethereum/assets/0x89c6c856a6db3e46107163D0cDa7A7FF211BD655/info.json
deleted file mode 100644
index a43a5a536b62c..0000000000000
--- a/blockchains/ethereum/assets/0x89c6c856a6db3e46107163D0cDa7A7FF211BD655/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Darico Ecosystem Coin",
- "symbol": "DEC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://darico.io",
- "explorer": "https://etherscan.io/token/0x89c6c856a6db3e46107163D0cDa7A7FF211BD655",
- "status": "abandoned",
- "id": "0x89c6c856a6db3e46107163D0cDa7A7FF211BD655"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x89c6c856a6db3e46107163D0cDa7A7FF211BD655/logo.png b/blockchains/ethereum/assets/0x89c6c856a6db3e46107163D0cDa7A7FF211BD655/logo.png
deleted file mode 100644
index a2f6bdc39af53..0000000000000
Binary files a/blockchains/ethereum/assets/0x89c6c856a6db3e46107163D0cDa7A7FF211BD655/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x89c7C3F672754409171297c56Dcb81A9dbB1F7A7/info.json b/blockchains/ethereum/assets/0x89c7C3F672754409171297c56Dcb81A9dbB1F7A7/info.json
deleted file mode 100644
index d0e10acb9673d..0000000000000
--- a/blockchains/ethereum/assets/0x89c7C3F672754409171297c56Dcb81A9dbB1F7A7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R891511",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x89c7C3F672754409171297c56Dcb81A9dbB1F7A7",
- "status": "abandoned",
- "id": "0x89c7C3F672754409171297c56Dcb81A9dbB1F7A7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x89c7C3F672754409171297c56Dcb81A9dbB1F7A7/logo.png b/blockchains/ethereum/assets/0x89c7C3F672754409171297c56Dcb81A9dbB1F7A7/logo.png
deleted file mode 100644
index d2c9a38d5873e..0000000000000
Binary files a/blockchains/ethereum/assets/0x89c7C3F672754409171297c56Dcb81A9dbB1F7A7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359/info.json b/blockchains/ethereum/assets/0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359/info.json
deleted file mode 100644
index 47c2882878a50..0000000000000
--- a/blockchains/ethereum/assets/0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Single Collateral DAI",
- "website": "http://makerdao.com",
- "description": "Dai is a USD-pegged stablecoin built on the Ethereum blockchain, and has no centralized authority. ",
- "explorer": "https://etherscan.io/token/0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359",
- "type": "ERC20",
- "symbol": "SAI",
- "decimals": 18,
- "status": "active",
- "id": "0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359/logo.png b/blockchains/ethereum/assets/0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359/logo.png
deleted file mode 100644
index 944633a3c572c..0000000000000
Binary files a/blockchains/ethereum/assets/0x89d24A6b4CcB1B6fAA2625fE562bDD9a23260359/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x89eE58Af4871b474c30001982c3D7439C933c838/info.json b/blockchains/ethereum/assets/0x89eE58Af4871b474c30001982c3D7439C933c838/info.json
deleted file mode 100644
index 74bef8e08cede..0000000000000
--- a/blockchains/ethereum/assets/0x89eE58Af4871b474c30001982c3D7439C933c838/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "yfBETA",
- "website": "https://yfbeta.finance/",
- "description": "yfBETA restructures the DeFi narrative to reward tokenholders. yfBETA uses yields generated from farming other protocols.",
- "explorer": "https://etherscan.io/token/0x89eE58Af4871b474c30001982c3D7439C933c838",
- "type": "ERC20",
- "symbol": "YFBETA",
- "decimals": 18,
- "status": "active",
- "id": "0x89eE58Af4871b474c30001982c3D7439C933c838"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x89eE58Af4871b474c30001982c3D7439C933c838/logo.png b/blockchains/ethereum/assets/0x89eE58Af4871b474c30001982c3D7439C933c838/logo.png
deleted file mode 100644
index 35c5e086fd271..0000000000000
Binary files a/blockchains/ethereum/assets/0x89eE58Af4871b474c30001982c3D7439C933c838/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8A1E3930FDe1f151471c368fDBb39F3F63A65B55/info.json b/blockchains/ethereum/assets/0x8A1E3930FDe1f151471c368fDBb39F3F63A65B55/info.json
deleted file mode 100644
index 1700e55c6f5aa..0000000000000
--- a/blockchains/ethereum/assets/0x8A1E3930FDe1f151471c368fDBb39F3F63A65B55/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bezop",
- "symbol": "Bez",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8A1E3930FDe1f151471c368fDBb39F3F63A65B55",
- "status": "abandoned",
- "id": "0x8A1E3930FDe1f151471c368fDBb39F3F63A65B55"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8A1E3930FDe1f151471c368fDBb39F3F63A65B55/logo.png b/blockchains/ethereum/assets/0x8A1E3930FDe1f151471c368fDBb39F3F63A65B55/logo.png
deleted file mode 100644
index e28f639d598d2..0000000000000
Binary files a/blockchains/ethereum/assets/0x8A1E3930FDe1f151471c368fDBb39F3F63A65B55/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8A2279d4A90B6fe1C4B30fa660cC9f926797bAA2/info.json b/blockchains/ethereum/assets/0x8A2279d4A90B6fe1C4B30fa660cC9f926797bAA2/info.json
deleted file mode 100644
index 79375f9113124..0000000000000
--- a/blockchains/ethereum/assets/0x8A2279d4A90B6fe1C4B30fa660cC9f926797bAA2/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Chromia",
- "symbol": "CHR",
- "type": "ERC20",
- "decimals": 6,
- "description": "Chromia is a relational blockchain designed to make it much easier to make complex and scalable dapps.",
- "website": "https://chromia.com/",
- "explorer": "https://etherscan.io/token/0x8A2279d4A90B6fe1C4B30fa660cC9f926797bAA2",
- "status": "active",
- "id": "0x8A2279d4A90B6fe1C4B30fa660cC9f926797bAA2",
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8A2279d4A90B6fe1C4B30fa660cC9f926797bAA2/logo.png b/blockchains/ethereum/assets/0x8A2279d4A90B6fe1C4B30fa660cC9f926797bAA2/logo.png
deleted file mode 100644
index e1e8641acb294..0000000000000
Binary files a/blockchains/ethereum/assets/0x8A2279d4A90B6fe1C4B30fa660cC9f926797bAA2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8A42c37558967dA1fd2fF57969946320e61E9aAB/info.json b/blockchains/ethereum/assets/0x8A42c37558967dA1fd2fF57969946320e61E9aAB/info.json
deleted file mode 100644
index f9ed460b8ef42..0000000000000
--- a/blockchains/ethereum/assets/0x8A42c37558967dA1fd2fF57969946320e61E9aAB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CloudWalkCoin",
- "symbol": "CWC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8A42c37558967dA1fd2fF57969946320e61E9aAB",
- "status": "abandoned",
- "id": "0x8A42c37558967dA1fd2fF57969946320e61E9aAB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8A42c37558967dA1fd2fF57969946320e61E9aAB/logo.png b/blockchains/ethereum/assets/0x8A42c37558967dA1fd2fF57969946320e61E9aAB/logo.png
deleted file mode 100755
index 23bdcfb655eb8..0000000000000
Binary files a/blockchains/ethereum/assets/0x8A42c37558967dA1fd2fF57969946320e61E9aAB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8A5aD873A1A615001aCc1757214F67E1Ba145cC9/info.json b/blockchains/ethereum/assets/0x8A5aD873A1A615001aCc1757214F67E1Ba145cC9/info.json
deleted file mode 100644
index 6a81b6ae80de1..0000000000000
--- a/blockchains/ethereum/assets/0x8A5aD873A1A615001aCc1757214F67E1Ba145cC9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HEARTBEAT",
- "symbol": "HBIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8A5aD873A1A615001aCc1757214F67E1Ba145cC9",
- "status": "abandoned",
- "id": "0x8A5aD873A1A615001aCc1757214F67E1Ba145cC9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8A5aD873A1A615001aCc1757214F67E1Ba145cC9/logo.png b/blockchains/ethereum/assets/0x8A5aD873A1A615001aCc1757214F67E1Ba145cC9/logo.png
deleted file mode 100644
index fdb8e0a4140b4..0000000000000
Binary files a/blockchains/ethereum/assets/0x8A5aD873A1A615001aCc1757214F67E1Ba145cC9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8A732BC91c33c167F868E0af7e6f31e0776d0f71/info.json b/blockchains/ethereum/assets/0x8A732BC91c33c167F868E0af7e6f31e0776d0f71/info.json
deleted file mode 100644
index f7fb1a000076b..0000000000000
--- a/blockchains/ethereum/assets/0x8A732BC91c33c167F868E0af7e6f31e0776d0f71/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Litecoin Token",
- "symbol": "LTK",
- "type": "ERC20",
- "decimals": 18,
- "description": "Litecoin Token (LTC) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://ltk.community",
- "explorer": "https://etherscan.io/token/0x8A732BC91c33c167F868E0af7e6f31e0776d0f71",
- "status": "abandoned",
- "id": "0x8A732BC91c33c167F868E0af7e6f31e0776d0f71"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8A732BC91c33c167F868E0af7e6f31e0776d0f71/logo.png b/blockchains/ethereum/assets/0x8A732BC91c33c167F868E0af7e6f31e0776d0f71/logo.png
deleted file mode 100755
index 02623b383160d..0000000000000
Binary files a/blockchains/ethereum/assets/0x8A732BC91c33c167F868E0af7e6f31e0776d0f71/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8A79DD3b266F681211a7bB0a4c5345A4Cc90F413/info.json b/blockchains/ethereum/assets/0x8A79DD3b266F681211a7bB0a4c5345A4Cc90F413/info.json
deleted file mode 100644
index 37eb21f8d75a8..0000000000000
--- a/blockchains/ethereum/assets/0x8A79DD3b266F681211a7bB0a4c5345A4Cc90F413/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lord Coin",
- "symbol": "LRD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8A79DD3b266F681211a7bB0a4c5345A4Cc90F413",
- "status": "abandoned",
- "id": "0x8A79DD3b266F681211a7bB0a4c5345A4Cc90F413"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8A79DD3b266F681211a7bB0a4c5345A4Cc90F413/logo.png b/blockchains/ethereum/assets/0x8A79DD3b266F681211a7bB0a4c5345A4Cc90F413/logo.png
deleted file mode 100644
index 4f952ff0d21ec..0000000000000
Binary files a/blockchains/ethereum/assets/0x8A79DD3b266F681211a7bB0a4c5345A4Cc90F413/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8A8b5318d3A59fa6D1d0A83A1B0506f2796b5670/info.json b/blockchains/ethereum/assets/0x8A8b5318d3A59fa6D1d0A83A1B0506f2796b5670/info.json
deleted file mode 100644
index 227b8e619007d..0000000000000
--- a/blockchains/ethereum/assets/0x8A8b5318d3A59fa6D1d0A83A1B0506f2796b5670/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Denarii",
- "website": "https://ari.finance",
- "description": "Denarii (ARI) is an ERC20 token with staking and liquidity pool staking",
- "explorer": "https://etherscan.io/token/0x8A8b5318d3A59fa6D1d0A83A1B0506f2796b5670",
- "type": "ERC20",
- "symbol": "ARI",
- "decimals": 8,
- "status": "active",
- "id": "0x8A8b5318d3A59fa6D1d0A83A1B0506f2796b5670"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8A8b5318d3A59fa6D1d0A83A1B0506f2796b5670/logo.png b/blockchains/ethereum/assets/0x8A8b5318d3A59fa6D1d0A83A1B0506f2796b5670/logo.png
deleted file mode 100644
index af8e52a747e95..0000000000000
Binary files a/blockchains/ethereum/assets/0x8A8b5318d3A59fa6D1d0A83A1B0506f2796b5670/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8A99ED8a1b204903Ee46e733f2c1286F6d20b177/info.json b/blockchains/ethereum/assets/0x8A99ED8a1b204903Ee46e733f2c1286F6d20b177/info.json
deleted file mode 100644
index 5eb3ff8213bd6..0000000000000
--- a/blockchains/ethereum/assets/0x8A99ED8a1b204903Ee46e733f2c1286F6d20b177/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fujinto",
- "symbol": "NTO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8A99ED8a1b204903Ee46e733f2c1286F6d20b177",
- "status": "abandoned",
- "id": "0x8A99ED8a1b204903Ee46e733f2c1286F6d20b177"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8A99ED8a1b204903Ee46e733f2c1286F6d20b177/logo.png b/blockchains/ethereum/assets/0x8A99ED8a1b204903Ee46e733f2c1286F6d20b177/logo.png
deleted file mode 100644
index e101a5b1f4d7e..0000000000000
Binary files a/blockchains/ethereum/assets/0x8A99ED8a1b204903Ee46e733f2c1286F6d20b177/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8A9C67fee641579dEbA04928c4BC45F66e26343A/info.json b/blockchains/ethereum/assets/0x8A9C67fee641579dEbA04928c4BC45F66e26343A/info.json
deleted file mode 100644
index e26568bedcf13..0000000000000
--- a/blockchains/ethereum/assets/0x8A9C67fee641579dEbA04928c4BC45F66e26343A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Jarvis Network",
- "website": "https://jarvis.network",
- "description": "Jarvis Network is a set of protocols on Ethereum allowing anyone to become a broker by funding and maintaining liquidity pools.",
- "explorer": "https://etherscan.io/token/0x8A9C67fee641579dEbA04928c4BC45F66e26343A",
- "type": "ERC20",
- "symbol": "JRT",
- "decimals": 18,
- "status": "active",
- "id": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8A9C67fee641579dEbA04928c4BC45F66e26343A/logo.png b/blockchains/ethereum/assets/0x8A9C67fee641579dEbA04928c4BC45F66e26343A/logo.png
deleted file mode 100644
index e09069937b487..0000000000000
Binary files a/blockchains/ethereum/assets/0x8A9C67fee641579dEbA04928c4BC45F66e26343A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8AAA0D43cc86ed98b7aA9c8e1f87A319Cd873DC4/info.json b/blockchains/ethereum/assets/0x8AAA0D43cc86ed98b7aA9c8e1f87A319Cd873DC4/info.json
deleted file mode 100644
index 5daa24adfd3b2..0000000000000
--- a/blockchains/ethereum/assets/0x8AAA0D43cc86ed98b7aA9c8e1f87A319Cd873DC4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SCB",
- "symbol": "SCB",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8AAA0D43cc86ed98b7aA9c8e1f87A319Cd873DC4",
- "status": "abandoned",
- "id": "0x8AAA0D43cc86ed98b7aA9c8e1f87A319Cd873DC4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8AAA0D43cc86ed98b7aA9c8e1f87A319Cd873DC4/logo.png b/blockchains/ethereum/assets/0x8AAA0D43cc86ed98b7aA9c8e1f87A319Cd873DC4/logo.png
deleted file mode 100644
index 3b878eaf64ef6..0000000000000
Binary files a/blockchains/ethereum/assets/0x8AAA0D43cc86ed98b7aA9c8e1f87A319Cd873DC4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8ABAF9a8ae10Cd4AF52C1B336cC5Bd4eaF6C5A7B/info.json b/blockchains/ethereum/assets/0x8ABAF9a8ae10Cd4AF52C1B336cC5Bd4eaF6C5A7B/info.json
deleted file mode 100644
index b80e5d964d6fe..0000000000000
--- a/blockchains/ethereum/assets/0x8ABAF9a8ae10Cd4AF52C1B336cC5Bd4eaF6C5A7B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Qubix Credit",
- "symbol": "QBX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8ABAF9a8ae10Cd4AF52C1B336cC5Bd4eaF6C5A7B",
- "status": "abandoned",
- "id": "0x8ABAF9a8ae10Cd4AF52C1B336cC5Bd4eaF6C5A7B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8ABAF9a8ae10Cd4AF52C1B336cC5Bd4eaF6C5A7B/logo.png b/blockchains/ethereum/assets/0x8ABAF9a8ae10Cd4AF52C1B336cC5Bd4eaF6C5A7B/logo.png
deleted file mode 100644
index 920891bc59370..0000000000000
Binary files a/blockchains/ethereum/assets/0x8ABAF9a8ae10Cd4AF52C1B336cC5Bd4eaF6C5A7B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8Ab7404063Ec4DBcfd4598215992DC3F8EC853d7/info.json b/blockchains/ethereum/assets/0x8Ab7404063Ec4DBcfd4598215992DC3F8EC853d7/info.json
deleted file mode 100644
index 18c491057aca0..0000000000000
--- a/blockchains/ethereum/assets/0x8Ab7404063Ec4DBcfd4598215992DC3F8EC853d7/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Akropolis",
- "website": "https://akropolis.io",
- "description": "Akropolis describes itself as a domain-specific financial protocol dedicated to the needs of the informal economy.",
- "explorer": "https://etherscan.io/token/0x8Ab7404063Ec4DBcfd4598215992DC3F8EC853d7",
- "research": "https://research.binance.com/en/projects/akropolis",
- "type": "ERC20",
- "symbol": "AKRO",
- "decimals": 18,
- "status": "active",
- "id": "0x8Ab7404063Ec4DBcfd4598215992DC3F8EC853d7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8Ab7404063Ec4DBcfd4598215992DC3F8EC853d7/logo.png b/blockchains/ethereum/assets/0x8Ab7404063Ec4DBcfd4598215992DC3F8EC853d7/logo.png
deleted file mode 100644
index 6c0d53fd510c3..0000000000000
Binary files a/blockchains/ethereum/assets/0x8Ab7404063Ec4DBcfd4598215992DC3F8EC853d7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8Ae4BF2C33a8e667de34B54938B0ccD03Eb8CC06/info.json b/blockchains/ethereum/assets/0x8Ae4BF2C33a8e667de34B54938B0ccD03Eb8CC06/info.json
deleted file mode 100644
index 203ccdc04d856..0000000000000
--- a/blockchains/ethereum/assets/0x8Ae4BF2C33a8e667de34B54938B0ccD03Eb8CC06/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Patientory",
- "symbol": "PTOY",
- "type": "ERC20",
- "decimals": 8,
- "description": "PTOY is the native token of PTOYMatrix, the HIPAA compliant blockchain enabled Health Information Exchange and Storage System. The token provides unit economics for health data auditability and access to the PTOYMatrix which aims to ensure access to healthcare information is secure and encrypted.",
- "website": "https://ptoy.org",
- "explorer": "https://etherscan.io/token/0x8Ae4BF2C33a8e667de34B54938B0ccD03Eb8CC06",
- "status": "active",
- "id": "0x8Ae4BF2C33a8e667de34B54938B0ccD03Eb8CC06"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8Ae4BF2C33a8e667de34B54938B0ccD03Eb8CC06/logo.png b/blockchains/ethereum/assets/0x8Ae4BF2C33a8e667de34B54938B0ccD03Eb8CC06/logo.png
deleted file mode 100644
index ee4dfdaf29c6e..0000000000000
Binary files a/blockchains/ethereum/assets/0x8Ae4BF2C33a8e667de34B54938B0ccD03Eb8CC06/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8Ae6AE8F172d7fc103CCfa5890883d6fE46038C9/info.json b/blockchains/ethereum/assets/0x8Ae6AE8F172d7fc103CCfa5890883d6fE46038C9/info.json
deleted file mode 100644
index cb554dae748af..0000000000000
--- a/blockchains/ethereum/assets/0x8Ae6AE8F172d7fc103CCfa5890883d6fE46038C9/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "EOG Eye of God",
- "website": "https://helixnebula.help",
- "description": "When people help each other, the system in uinswap donates tokens from the pool to the helper; this means that when we help each other, the value of the EOG token increases. The EOG token is only minted when the pool inventory in uinswap reaches less than one token.",
- "explorer": "https://etherscan.io/token/0x8Ae6AE8F172d7fc103CCfa5890883d6fE46038C9",
- "type": "ERC20",
- "symbol": "EOG",
- "decimals": 18,
- "status": "active",
- "id": "0x8Ae6AE8F172d7fc103CCfa5890883d6fE46038C9",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/HelixNebulahelp"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8Ae6AE8F172d7fc103CCfa5890883d6fE46038C9/logo.png b/blockchains/ethereum/assets/0x8Ae6AE8F172d7fc103CCfa5890883d6fE46038C9/logo.png
deleted file mode 100644
index cf0310d5b02d3..0000000000000
Binary files a/blockchains/ethereum/assets/0x8Ae6AE8F172d7fc103CCfa5890883d6fE46038C9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8AedB297FED4b6884b808ee61fAf0837713670d0/info.json b/blockchains/ethereum/assets/0x8AedB297FED4b6884b808ee61fAf0837713670d0/info.json
deleted file mode 100644
index 5455aa3f34660..0000000000000
--- a/blockchains/ethereum/assets/0x8AedB297FED4b6884b808ee61fAf0837713670d0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wrapped MarbleCards",
- "symbol": "WMC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://wrappedmarble.cards",
- "explorer": "https://etherscan.io/token/0x8AedB297FED4b6884b808ee61fAf0837713670d0",
- "status": "abandoned",
- "id": "0x8AedB297FED4b6884b808ee61fAf0837713670d0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8AedB297FED4b6884b808ee61fAf0837713670d0/logo.png b/blockchains/ethereum/assets/0x8AedB297FED4b6884b808ee61fAf0837713670d0/logo.png
deleted file mode 100644
index 1cc73813a145d..0000000000000
Binary files a/blockchains/ethereum/assets/0x8AedB297FED4b6884b808ee61fAf0837713670d0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8B1F49491477e0fB46a29fef53F1EA320D13c349/info.json b/blockchains/ethereum/assets/0x8B1F49491477e0fB46a29fef53F1EA320D13c349/info.json
deleted file mode 100644
index 190bfefa9c36f..0000000000000
--- a/blockchains/ethereum/assets/0x8B1F49491477e0fB46a29fef53F1EA320D13c349/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MicroMoney",
- "symbol": "AMM",
- "type": "ERC20",
- "decimals": 6,
- "description": "Micromoney is an Open Source Credit & Big Data Bureau.",
- "website": "https://www.micromoney.io",
- "explorer": "https://etherscan.io/token/0x8B1F49491477e0fB46a29fef53F1EA320D13c349",
- "status": "active",
- "id": "0x8B1F49491477e0fB46a29fef53F1EA320D13c349"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8B1F49491477e0fB46a29fef53F1EA320D13c349/logo.png b/blockchains/ethereum/assets/0x8B1F49491477e0fB46a29fef53F1EA320D13c349/logo.png
deleted file mode 100644
index afac7291143c2..0000000000000
Binary files a/blockchains/ethereum/assets/0x8B1F49491477e0fB46a29fef53F1EA320D13c349/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8B29b70b2cd8fdD891C1d0cd5808fb92781ba90B/info.json b/blockchains/ethereum/assets/0x8B29b70b2cd8fdD891C1d0cd5808fb92781ba90B/info.json
deleted file mode 100644
index 60de01eee7e46..0000000000000
--- a/blockchains/ethereum/assets/0x8B29b70b2cd8fdD891C1d0cd5808fb92781ba90B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "The Jigsaw Games",
- "symbol": "Jiggs3D",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8B29b70b2cd8fdD891C1d0cd5808fb92781ba90B",
- "status": "abandoned",
- "id": "0x8B29b70b2cd8fdD891C1d0cd5808fb92781ba90B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8B29b70b2cd8fdD891C1d0cd5808fb92781ba90B/logo.png b/blockchains/ethereum/assets/0x8B29b70b2cd8fdD891C1d0cd5808fb92781ba90B/logo.png
deleted file mode 100755
index db2e11a318d2b..0000000000000
Binary files a/blockchains/ethereum/assets/0x8B29b70b2cd8fdD891C1d0cd5808fb92781ba90B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8B3192f5eEBD8579568A2Ed41E6FEB402f93f73F/info.json b/blockchains/ethereum/assets/0x8B3192f5eEBD8579568A2Ed41E6FEB402f93f73F/info.json
deleted file mode 100644
index 5c645fc564dd5..0000000000000
--- a/blockchains/ethereum/assets/0x8B3192f5eEBD8579568A2Ed41E6FEB402f93f73F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Saitama Inu",
- "type": "ERC20",
- "symbol": "SAITAMA",
- "decimals": 9,
- "website": "https://saitamatoken.com",
- "description": "Community Owned Decentralised Token",
- "explorer": "https://etherscan.io/token/0x8b3192f5eebd8579568a2ed41e6feb402f93f73f",
- "status": "abandoned",
- "id": "0x8B3192f5eEBD8579568A2Ed41E6FEB402f93f73F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8B3192f5eEBD8579568A2Ed41E6FEB402f93f73F/logo.png b/blockchains/ethereum/assets/0x8B3192f5eEBD8579568A2Ed41E6FEB402f93f73F/logo.png
deleted file mode 100644
index 3c5fa55ad453a..0000000000000
Binary files a/blockchains/ethereum/assets/0x8B3192f5eEBD8579568A2Ed41E6FEB402f93f73F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8B334C54997BC6c1c347d19cac73e015E3DDdf40/info.json b/blockchains/ethereum/assets/0x8B334C54997BC6c1c347d19cac73e015E3DDdf40/info.json
deleted file mode 100644
index 912d4a88b0fac..0000000000000
--- a/blockchains/ethereum/assets/0x8B334C54997BC6c1c347d19cac73e015E3DDdf40/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Credit",
- "symbol": "EMEX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8B334C54997BC6c1c347d19cac73e015E3DDdf40",
- "status": "abandoned",
- "id": "0x8B334C54997BC6c1c347d19cac73e015E3DDdf40"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8B334C54997BC6c1c347d19cac73e015E3DDdf40/logo.png b/blockchains/ethereum/assets/0x8B334C54997BC6c1c347d19cac73e015E3DDdf40/logo.png
deleted file mode 100644
index ad7fe0393d934..0000000000000
Binary files a/blockchains/ethereum/assets/0x8B334C54997BC6c1c347d19cac73e015E3DDdf40/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8B39B70E39Aa811b69365398e0aACe9bee238AEb/info.json b/blockchains/ethereum/assets/0x8B39B70E39Aa811b69365398e0aACe9bee238AEb/info.json
deleted file mode 100644
index cb9d65d1d95b9..0000000000000
--- a/blockchains/ethereum/assets/0x8B39B70E39Aa811b69365398e0aACe9bee238AEb/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "PolkaFoundry",
- "symbol": "PKF",
- "type": "ERC20",
- "decimals": 18,
- "description": "PolkaFoundry is a platform for creating borderless and frictionless DeFi apps. It is designed to unleash developers to explore new horizons of the DeFi landscape.",
- "website": "https://polkafoundry.com",
- "explorer": "https://etherscan.io/token/0x8B39B70E39Aa811b69365398e0aACe9bee238AEb",
- "status": "active",
- "id": "0x8B39B70E39Aa811b69365398e0aACe9bee238AEb",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/polkafoundry"
- },
- {
- "name": "telegram",
- "url": "https://t.me/polkafoundry"
- },
- {
- "name": "medium",
- "url": "https://medium.com/polkafoundry"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8B39B70E39Aa811b69365398e0aACe9bee238AEb/logo.png b/blockchains/ethereum/assets/0x8B39B70E39Aa811b69365398e0aACe9bee238AEb/logo.png
deleted file mode 100644
index dba9d8768b719..0000000000000
Binary files a/blockchains/ethereum/assets/0x8B39B70E39Aa811b69365398e0aACe9bee238AEb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8B40761142B9aa6dc8964e61D0585995425C3D94/info.json b/blockchains/ethereum/assets/0x8B40761142B9aa6dc8964e61D0585995425C3D94/info.json
deleted file mode 100644
index ddb3027e84431..0000000000000
--- a/blockchains/ethereum/assets/0x8B40761142B9aa6dc8964e61D0585995425C3D94/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tripio Token",
- "symbol": "TRIO",
- "type": "ERC20",
- "decimals": 18,
- "description": "Tripio describes itself as a blockchain-based travel marketplace and protocols.",
- "website": "https://trip.io",
- "explorer": "https://etherscan.io/token/0x8B40761142B9aa6dc8964e61D0585995425C3D94",
- "status": "active",
- "id": "0x8B40761142B9aa6dc8964e61D0585995425C3D94"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8B40761142B9aa6dc8964e61D0585995425C3D94/logo.png b/blockchains/ethereum/assets/0x8B40761142B9aa6dc8964e61D0585995425C3D94/logo.png
deleted file mode 100755
index eadb1f3a4536f..0000000000000
Binary files a/blockchains/ethereum/assets/0x8B40761142B9aa6dc8964e61D0585995425C3D94/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8B554bF7304065e60F89915a4eb1aBa7E7EB301c/info.json b/blockchains/ethereum/assets/0x8B554bF7304065e60F89915a4eb1aBa7E7EB301c/info.json
deleted file mode 100644
index 9a4d7f6e30b41..0000000000000
--- a/blockchains/ethereum/assets/0x8B554bF7304065e60F89915a4eb1aBa7E7EB301c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PazCoin",
- "symbol": "PAZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8B554bF7304065e60F89915a4eb1aBa7E7EB301c",
- "status": "abandoned",
- "id": "0x8B554bF7304065e60F89915a4eb1aBa7E7EB301c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8B554bF7304065e60F89915a4eb1aBa7E7EB301c/logo.png b/blockchains/ethereum/assets/0x8B554bF7304065e60F89915a4eb1aBa7E7EB301c/logo.png
deleted file mode 100644
index ee8986a93efca..0000000000000
Binary files a/blockchains/ethereum/assets/0x8B554bF7304065e60F89915a4eb1aBa7E7EB301c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8B7ddE91e299e5c48128E388D7e3320E3839320D/info.json b/blockchains/ethereum/assets/0x8B7ddE91e299e5c48128E388D7e3320E3839320D/info.json
deleted file mode 100644
index 341297dff8d38..0000000000000
--- a/blockchains/ethereum/assets/0x8B7ddE91e299e5c48128E388D7e3320E3839320D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ABC.Chain",
- "symbol": "ABCchain",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8B7ddE91e299e5c48128E388D7e3320E3839320D",
- "status": "abandoned",
- "id": "0x8B7ddE91e299e5c48128E388D7e3320E3839320D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8B7ddE91e299e5c48128E388D7e3320E3839320D/logo.png b/blockchains/ethereum/assets/0x8B7ddE91e299e5c48128E388D7e3320E3839320D/logo.png
deleted file mode 100644
index 5c95a829d11c8..0000000000000
Binary files a/blockchains/ethereum/assets/0x8B7ddE91e299e5c48128E388D7e3320E3839320D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8B8E088c7aD40D70d0A8183a399c8f9c24b5c8d8/info.json b/blockchains/ethereum/assets/0x8B8E088c7aD40D70d0A8183a399c8f9c24b5c8d8/info.json
deleted file mode 100644
index bffc4130111ae..0000000000000
--- a/blockchains/ethereum/assets/0x8B8E088c7aD40D70d0A8183a399c8f9c24b5c8d8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ChelleCoin",
- "symbol": "CHL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8B8E088c7aD40D70d0A8183a399c8f9c24b5c8d8",
- "status": "abandoned",
- "id": "0x8B8E088c7aD40D70d0A8183a399c8f9c24b5c8d8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8B8E088c7aD40D70d0A8183a399c8f9c24b5c8d8/logo.png b/blockchains/ethereum/assets/0x8B8E088c7aD40D70d0A8183a399c8f9c24b5c8d8/logo.png
deleted file mode 100644
index b24704e4bb5ee..0000000000000
Binary files a/blockchains/ethereum/assets/0x8B8E088c7aD40D70d0A8183a399c8f9c24b5c8d8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8B9b98feeC18b390cb82c33A55A78e81151Cc6eD/info.json b/blockchains/ethereum/assets/0x8B9b98feeC18b390cb82c33A55A78e81151Cc6eD/info.json
deleted file mode 100644
index 83c6d04a476fc..0000000000000
--- a/blockchains/ethereum/assets/0x8B9b98feeC18b390cb82c33A55A78e81151Cc6eD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short ZRX-DAI 2x v2",
- "symbol": "dsZRX2x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8B9b98feeC18b390cb82c33A55A78e81151Cc6eD",
- "status": "abandoned",
- "id": "0x8B9b98feeC18b390cb82c33A55A78e81151Cc6eD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8B9b98feeC18b390cb82c33A55A78e81151Cc6eD/logo.png b/blockchains/ethereum/assets/0x8B9b98feeC18b390cb82c33A55A78e81151Cc6eD/logo.png
deleted file mode 100644
index ddf7bf29b92f2..0000000000000
Binary files a/blockchains/ethereum/assets/0x8B9b98feeC18b390cb82c33A55A78e81151Cc6eD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8BA6DcC667d3FF64C1A2123cE72FF5F0199E5315/info.json b/blockchains/ethereum/assets/0x8BA6DcC667d3FF64C1A2123cE72FF5F0199E5315/info.json
deleted file mode 100644
index a431a3f2a0c34..0000000000000
--- a/blockchains/ethereum/assets/0x8BA6DcC667d3FF64C1A2123cE72FF5F0199E5315/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AlexMasmej",
- "symbol": "ALEX",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "https://app.tryroll.com/rewards/ALEX",
- "explorer": "https://etherscan.io/token/0x8BA6DcC667d3FF64C1A2123cE72FF5F0199E5315",
- "status": "abandoned",
- "id": "0x8BA6DcC667d3FF64C1A2123cE72FF5F0199E5315"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8BA6DcC667d3FF64C1A2123cE72FF5F0199E5315/logo.png b/blockchains/ethereum/assets/0x8BA6DcC667d3FF64C1A2123cE72FF5F0199E5315/logo.png
deleted file mode 100644
index f2649ddce2b7d..0000000000000
Binary files a/blockchains/ethereum/assets/0x8BA6DcC667d3FF64C1A2123cE72FF5F0199E5315/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8BcB64bfDA77905398b67aF0Af084c744e777A20/info.json b/blockchains/ethereum/assets/0x8BcB64bfDA77905398b67aF0Af084c744e777A20/info.json
deleted file mode 100644
index 0088b6718aca4..0000000000000
--- a/blockchains/ethereum/assets/0x8BcB64bfDA77905398b67aF0Af084c744e777A20/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GameCell",
- "symbol": "GCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8BcB64bfDA77905398b67aF0Af084c744e777A20",
- "status": "abandoned",
- "id": "0x8BcB64bfDA77905398b67aF0Af084c744e777A20"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8BcB64bfDA77905398b67aF0Af084c744e777A20/logo.png b/blockchains/ethereum/assets/0x8BcB64bfDA77905398b67aF0Af084c744e777A20/logo.png
deleted file mode 100644
index c5bae51fe27f3..0000000000000
Binary files a/blockchains/ethereum/assets/0x8BcB64bfDA77905398b67aF0Af084c744e777A20/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8Be191b2E888342b0392e093320A0d1D56c9fe1E/info.json b/blockchains/ethereum/assets/0x8Be191b2E888342b0392e093320A0d1D56c9fe1E/info.json
deleted file mode 100644
index 767dd4236f0ea..0000000000000
--- a/blockchains/ethereum/assets/0x8Be191b2E888342b0392e093320A0d1D56c9fe1E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Losscoin",
- "symbol": "LOSS",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8Be191b2E888342b0392e093320A0d1D56c9fe1E",
- "status": "abandoned",
- "id": "0x8Be191b2E888342b0392e093320A0d1D56c9fe1E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8Be191b2E888342b0392e093320A0d1D56c9fe1E/logo.png b/blockchains/ethereum/assets/0x8Be191b2E888342b0392e093320A0d1D56c9fe1E/logo.png
deleted file mode 100755
index 860aa31b6541a..0000000000000
Binary files a/blockchains/ethereum/assets/0x8Be191b2E888342b0392e093320A0d1D56c9fe1E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8Bedb57393F24FbdDf36A76881E21Ed5037d00a4/info.json b/blockchains/ethereum/assets/0x8Bedb57393F24FbdDf36A76881E21Ed5037d00a4/info.json
deleted file mode 100644
index 7956a7b0038f5..0000000000000
--- a/blockchains/ethereum/assets/0x8Bedb57393F24FbdDf36A76881E21Ed5037d00a4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Decentralized Finance Application",
- "symbol": "DFA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8Bedb57393F24FbdDf36A76881E21Ed5037d00a4",
- "status": "abandoned",
- "id": "0x8Bedb57393F24FbdDf36A76881E21Ed5037d00a4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8Bedb57393F24FbdDf36A76881E21Ed5037d00a4/logo.png b/blockchains/ethereum/assets/0x8Bedb57393F24FbdDf36A76881E21Ed5037d00a4/logo.png
deleted file mode 100644
index c8aa92ebfd821..0000000000000
Binary files a/blockchains/ethereum/assets/0x8Bedb57393F24FbdDf36A76881E21Ed5037d00a4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8C60423251C62f653855777C476d76280b853960/info.json b/blockchains/ethereum/assets/0x8C60423251C62f653855777C476d76280b853960/info.json
deleted file mode 100644
index b5b6b6a6e5175..0000000000000
--- a/blockchains/ethereum/assets/0x8C60423251C62f653855777C476d76280b853960/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Chaz",
- "symbol": "CHOP",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8C60423251C62f653855777C476d76280b853960",
- "status": "abandoned",
- "id": "0x8C60423251C62f653855777C476d76280b853960"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8C60423251C62f653855777C476d76280b853960/logo.png b/blockchains/ethereum/assets/0x8C60423251C62f653855777C476d76280b853960/logo.png
deleted file mode 100644
index 81364b6151638..0000000000000
Binary files a/blockchains/ethereum/assets/0x8C60423251C62f653855777C476d76280b853960/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8C8cCB81D436B0f3017664441C39cbeFbD64650F/info.json b/blockchains/ethereum/assets/0x8C8cCB81D436B0f3017664441C39cbeFbD64650F/info.json
deleted file mode 100644
index 28e0fef177130..0000000000000
--- a/blockchains/ethereum/assets/0x8C8cCB81D436B0f3017664441C39cbeFbD64650F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ThaneCoin",
- "symbol": "TPI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8C8cCB81D436B0f3017664441C39cbeFbD64650F",
- "status": "abandoned",
- "id": "0x8C8cCB81D436B0f3017664441C39cbeFbD64650F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8C8cCB81D436B0f3017664441C39cbeFbD64650F/logo.png b/blockchains/ethereum/assets/0x8C8cCB81D436B0f3017664441C39cbeFbD64650F/logo.png
deleted file mode 100644
index 00a34ed7c3840..0000000000000
Binary files a/blockchains/ethereum/assets/0x8C8cCB81D436B0f3017664441C39cbeFbD64650F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8CBC6d8E11a9cb59922278321E0E61Dfabc0D9F4/info.json b/blockchains/ethereum/assets/0x8CBC6d8E11a9cb59922278321E0E61Dfabc0D9F4/info.json
deleted file mode 100644
index a20ad6a3775b0..0000000000000
--- a/blockchains/ethereum/assets/0x8CBC6d8E11a9cb59922278321E0E61Dfabc0D9F4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KOPI",
- "website": "https://kopiblockchain.io",
- "description": "KOPI BLOCKCHAIN is the digitalization of commodity coffee using blockchain technology. It will allow tracing of transactions on Waves Explorer. KOPI uses ERC20 & Waves Platform - decentralize exchange (DEX) to facilitate transaction and transfer.",
- "explorer": "https://etherscan.io/token/0x8CBC6d8E11a9cb59922278321E0E61Dfabc0D9F4",
- "type": "ERC20",
- "symbol": "KOPI",
- "decimals": 2,
- "status": "active",
- "id": "0x8CBC6d8E11a9cb59922278321E0E61Dfabc0D9F4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8CBC6d8E11a9cb59922278321E0E61Dfabc0D9F4/logo.png b/blockchains/ethereum/assets/0x8CBC6d8E11a9cb59922278321E0E61Dfabc0D9F4/logo.png
deleted file mode 100644
index dec6b8cdea7c6..0000000000000
Binary files a/blockchains/ethereum/assets/0x8CBC6d8E11a9cb59922278321E0E61Dfabc0D9F4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8CD6e29d3686d24d3C2018CEe54621eA0f89313B/info.json b/blockchains/ethereum/assets/0x8CD6e29d3686d24d3C2018CEe54621eA0f89313B/info.json
deleted file mode 100644
index 355f47ecf0549..0000000000000
--- a/blockchains/ethereum/assets/0x8CD6e29d3686d24d3C2018CEe54621eA0f89313B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NerveNetwork",
- "symbol": "ENVT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8CD6e29d3686d24d3C2018CEe54621eA0f89313B",
- "status": "abandoned",
- "id": "0x8CD6e29d3686d24d3C2018CEe54621eA0f89313B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8CD6e29d3686d24d3C2018CEe54621eA0f89313B/logo.png b/blockchains/ethereum/assets/0x8CD6e29d3686d24d3C2018CEe54621eA0f89313B/logo.png
deleted file mode 100644
index 603077f5fe02b..0000000000000
Binary files a/blockchains/ethereum/assets/0x8CD6e29d3686d24d3C2018CEe54621eA0f89313B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9/info.json b/blockchains/ethereum/assets/0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9/info.json
deleted file mode 100644
index 04b1d7e37706b..0000000000000
--- a/blockchains/ethereum/assets/0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "Swipe",
- "website": "https://swipe.io/token",
- "description": "Swipe Token is a utility token designed to be the gas and fuel of the Swipe Wallet and Swipe Card.",
- "explorer": "https://etherscan.io/token/0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9",
- "research": "https://research.binance.com/en/projects/swipe",
- "type": "ERC20",
- "symbol": "SXP",
- "decimals": 18,
- "status": "active",
- "id": "0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9",
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9/logo.png b/blockchains/ethereum/assets/0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9/logo.png
deleted file mode 100644
index d3c9933a2ebf8..0000000000000
Binary files a/blockchains/ethereum/assets/0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8D0e3f8b0E1CD67629a05d529F7e036D86794293/info.json b/blockchains/ethereum/assets/0x8D0e3f8b0E1CD67629a05d529F7e036D86794293/info.json
deleted file mode 100644
index a02e91bd844f2..0000000000000
--- a/blockchains/ethereum/assets/0x8D0e3f8b0E1CD67629a05d529F7e036D86794293/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 220-CN10",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8D0e3f8b0E1CD67629a05d529F7e036D86794293",
- "status": "abandoned",
- "id": "0x8D0e3f8b0E1CD67629a05d529F7e036D86794293"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8D0e3f8b0E1CD67629a05d529F7e036D86794293/logo.png b/blockchains/ethereum/assets/0x8D0e3f8b0E1CD67629a05d529F7e036D86794293/logo.png
deleted file mode 100644
index adfd8031b097c..0000000000000
Binary files a/blockchains/ethereum/assets/0x8D0e3f8b0E1CD67629a05d529F7e036D86794293/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8D122b36b992AE6da171aC396479208f3B4174a5/info.json b/blockchains/ethereum/assets/0x8D122b36b992AE6da171aC396479208f3B4174a5/info.json
deleted file mode 100644
index 55c7dd66b12fc..0000000000000
--- a/blockchains/ethereum/assets/0x8D122b36b992AE6da171aC396479208f3B4174a5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LOOT",
- "symbol": "LOOT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8D122b36b992AE6da171aC396479208f3B4174a5",
- "status": "abandoned",
- "id": "0x8D122b36b992AE6da171aC396479208f3B4174a5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8D122b36b992AE6da171aC396479208f3B4174a5/logo.png b/blockchains/ethereum/assets/0x8D122b36b992AE6da171aC396479208f3B4174a5/logo.png
deleted file mode 100644
index 11f923c2a24aa..0000000000000
Binary files a/blockchains/ethereum/assets/0x8D122b36b992AE6da171aC396479208f3B4174a5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8D5682941cE456900b12d47ac06a88b47C764CE1/info.json b/blockchains/ethereum/assets/0x8D5682941cE456900b12d47ac06a88b47C764CE1/info.json
deleted file mode 100644
index 230787f1f7e3f..0000000000000
--- a/blockchains/ethereum/assets/0x8D5682941cE456900b12d47ac06a88b47C764CE1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RightMesh Token",
- "symbol": "RMESH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8D5682941cE456900b12d47ac06a88b47C764CE1",
- "status": "abandoned",
- "id": "0x8D5682941cE456900b12d47ac06a88b47C764CE1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8D5682941cE456900b12d47ac06a88b47C764CE1/logo.png b/blockchains/ethereum/assets/0x8D5682941cE456900b12d47ac06a88b47C764CE1/logo.png
deleted file mode 100644
index 2f21971eef9e7..0000000000000
Binary files a/blockchains/ethereum/assets/0x8D5682941cE456900b12d47ac06a88b47C764CE1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8D75959f1E61EC2571aa72798237101F084DE63a/info.json b/blockchains/ethereum/assets/0x8D75959f1E61EC2571aa72798237101F084DE63a/info.json
deleted file mode 100644
index b239f6d87093e..0000000000000
--- a/blockchains/ethereum/assets/0x8D75959f1E61EC2571aa72798237101F084DE63a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Substratum",
- "symbol": "SUB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://substratum.net/",
- "explorer": "https://etherscan.io/token/0x8D75959f1E61EC2571aa72798237101F084DE63a",
- "status": "abandoned",
- "id": "0x8D75959f1E61EC2571aa72798237101F084DE63a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8D75959f1E61EC2571aa72798237101F084DE63a/logo.png b/blockchains/ethereum/assets/0x8D75959f1E61EC2571aa72798237101F084DE63a/logo.png
deleted file mode 100755
index 49bc51822326b..0000000000000
Binary files a/blockchains/ethereum/assets/0x8D75959f1E61EC2571aa72798237101F084DE63a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8D8129963291740dDDd917ab01af18c7aed4BA58/info.json b/blockchains/ethereum/assets/0x8D8129963291740dDDd917ab01af18c7aed4BA58/info.json
deleted file mode 100644
index 3d0d2c2931c4e..0000000000000
--- a/blockchains/ethereum/assets/0x8D8129963291740dDDd917ab01af18c7aed4BA58/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MineBee",
- "symbol": "MB",
- "type": "ERC20",
- "decimals": 18,
- "description": "MineBee is developing a turnkey solution that will address the mining industries multi-faceted problems through MineBee solution, MineBee contract, and MineBee open market.",
- "website": "https://minebee.io/",
- "explorer": "https://etherscan.io/token/0x8D8129963291740dDDd917ab01af18c7aed4BA58",
- "status": "active",
- "id": "0x8D8129963291740dDDd917ab01af18c7aed4BA58"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8D8129963291740dDDd917ab01af18c7aed4BA58/logo.png b/blockchains/ethereum/assets/0x8D8129963291740dDDd917ab01af18c7aed4BA58/logo.png
deleted file mode 100644
index 60ee1418a17a2..0000000000000
Binary files a/blockchains/ethereum/assets/0x8D8129963291740dDDd917ab01af18c7aed4BA58/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8DA087b4C36D0804E766c3a6b1c1AdAccc8490c0/info.json b/blockchains/ethereum/assets/0x8DA087b4C36D0804E766c3a6b1c1AdAccc8490c0/info.json
deleted file mode 100644
index 8a218409962da..0000000000000
--- a/blockchains/ethereum/assets/0x8DA087b4C36D0804E766c3a6b1c1AdAccc8490c0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CrystalCoin",
- "symbol": "CRYSTAL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8DA087b4C36D0804E766c3a6b1c1AdAccc8490c0",
- "status": "abandoned",
- "id": "0x8DA087b4C36D0804E766c3a6b1c1AdAccc8490c0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8DA087b4C36D0804E766c3a6b1c1AdAccc8490c0/logo.png b/blockchains/ethereum/assets/0x8DA087b4C36D0804E766c3a6b1c1AdAccc8490c0/logo.png
deleted file mode 100644
index 9e1cc98e4543b..0000000000000
Binary files a/blockchains/ethereum/assets/0x8DA087b4C36D0804E766c3a6b1c1AdAccc8490c0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8DAFa2546A8dDfa4299Ff31a1997A2D2C8197a7C/info.json b/blockchains/ethereum/assets/0x8DAFa2546A8dDfa4299Ff31a1997A2D2C8197a7C/info.json
deleted file mode 100644
index d4ed7bb0b7cf7..0000000000000
--- a/blockchains/ethereum/assets/0x8DAFa2546A8dDfa4299Ff31a1997A2D2C8197a7C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-25/30M85",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8DAFa2546A8dDfa4299Ff31a1997A2D2C8197a7C",
- "status": "abandoned",
- "id": "0x8DAFa2546A8dDfa4299Ff31a1997A2D2C8197a7C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8DAFa2546A8dDfa4299Ff31a1997A2D2C8197a7C/logo.png b/blockchains/ethereum/assets/0x8DAFa2546A8dDfa4299Ff31a1997A2D2C8197a7C/logo.png
deleted file mode 100644
index 46eb0b6ac9545..0000000000000
Binary files a/blockchains/ethereum/assets/0x8DAFa2546A8dDfa4299Ff31a1997A2D2C8197a7C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8DE0f21eaa95f589A8a2fE69c5752fFdADA83EaD/info.json b/blockchains/ethereum/assets/0x8DE0f21eaa95f589A8a2fE69c5752fFdADA83EaD/info.json
deleted file mode 100644
index 521cb0ef80da9..0000000000000
--- a/blockchains/ethereum/assets/0x8DE0f21eaa95f589A8a2fE69c5752fFdADA83EaD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cybitex",
- "website": "http://cybitex.co",
- "description": "Cybitex is based on Ethereum Erc20 Network as a network that promotes the digital assets in settled markets.",
- "explorer": "https://etherscan.io/token/0x8DE0f21eaa95f589A8a2fE69c5752fFdADA83EaD",
- "type": "ERC20",
- "symbol": "CBX",
- "decimals": 18,
- "status": "active",
- "id": "0x8DE0f21eaa95f589A8a2fE69c5752fFdADA83EaD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8DE0f21eaa95f589A8a2fE69c5752fFdADA83EaD/logo.png b/blockchains/ethereum/assets/0x8DE0f21eaa95f589A8a2fE69c5752fFdADA83EaD/logo.png
deleted file mode 100644
index be02ab7f4f954..0000000000000
Binary files a/blockchains/ethereum/assets/0x8DE0f21eaa95f589A8a2fE69c5752fFdADA83EaD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8DadC1061b421BF96bcfC9dEf8f5C5a9D7E19B46/info.json b/blockchains/ethereum/assets/0x8DadC1061b421BF96bcfC9dEf8f5C5a9D7E19B46/info.json
deleted file mode 100644
index a2c51d39dfb3f..0000000000000
--- a/blockchains/ethereum/assets/0x8DadC1061b421BF96bcfC9dEf8f5C5a9D7E19B46/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 139-CN26",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8DadC1061b421BF96bcfC9dEf8f5C5a9D7E19B46",
- "status": "abandoned",
- "id": "0x8DadC1061b421BF96bcfC9dEf8f5C5a9D7E19B46"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8DadC1061b421BF96bcfC9dEf8f5C5a9D7E19B46/logo.png b/blockchains/ethereum/assets/0x8DadC1061b421BF96bcfC9dEf8f5C5a9D7E19B46/logo.png
deleted file mode 100644
index 2a2359b7ab9c1..0000000000000
Binary files a/blockchains/ethereum/assets/0x8DadC1061b421BF96bcfC9dEf8f5C5a9D7E19B46/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8DbF4D457929F339D4742DD45de28BEd97b7d635/info.json b/blockchains/ethereum/assets/0x8DbF4D457929F339D4742DD45de28BEd97b7d635/info.json
deleted file mode 100644
index 6b734b5789be1..0000000000000
--- a/blockchains/ethereum/assets/0x8DbF4D457929F339D4742DD45de28BEd97b7d635/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DIYChain Token",
- "symbol": "DIY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.diychain.com/",
- "explorer": "https://etherscan.io/token/0x8DbF4D457929F339D4742DD45de28BEd97b7d635",
- "status": "abandoned",
- "id": "0x8DbF4D457929F339D4742DD45de28BEd97b7d635"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8DbF4D457929F339D4742DD45de28BEd97b7d635/logo.png b/blockchains/ethereum/assets/0x8DbF4D457929F339D4742DD45de28BEd97b7d635/logo.png
deleted file mode 100644
index 5b1fe58504cf6..0000000000000
Binary files a/blockchains/ethereum/assets/0x8DbF4D457929F339D4742DD45de28BEd97b7d635/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8Dc53eC99Ec97bf098eC3777C9DdCeF935DF49d4/info.json b/blockchains/ethereum/assets/0x8Dc53eC99Ec97bf098eC3777C9DdCeF935DF49d4/info.json
deleted file mode 100644
index 5378c1b95e05e..0000000000000
--- a/blockchains/ethereum/assets/0x8Dc53eC99Ec97bf098eC3777C9DdCeF935DF49d4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TRADECOIN",
- "symbol": "TRDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8Dc53eC99Ec97bf098eC3777C9DdCeF935DF49d4",
- "status": "abandoned",
- "id": "0x8Dc53eC99Ec97bf098eC3777C9DdCeF935DF49d4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8Dc53eC99Ec97bf098eC3777C9DdCeF935DF49d4/logo.png b/blockchains/ethereum/assets/0x8Dc53eC99Ec97bf098eC3777C9DdCeF935DF49d4/logo.png
deleted file mode 100755
index e10e24e8a74bb..0000000000000
Binary files a/blockchains/ethereum/assets/0x8Dc53eC99Ec97bf098eC3777C9DdCeF935DF49d4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8Ddc86DbA7ad728012eFc460b8A168Aba60B403B/info.json b/blockchains/ethereum/assets/0x8Ddc86DbA7ad728012eFc460b8A168Aba60B403B/info.json
deleted file mode 100644
index 748a571148d7f..0000000000000
--- a/blockchains/ethereum/assets/0x8Ddc86DbA7ad728012eFc460b8A168Aba60B403B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETHDaiRebalancingSetToken",
- "symbol": "ETHDai",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.tokensets.com/set/ethhivol",
- "explorer": "https://etherscan.io/token/0x8Ddc86DbA7ad728012eFc460b8A168Aba60B403B",
- "status": "abandoned",
- "id": "0x8Ddc86DbA7ad728012eFc460b8A168Aba60B403B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8Ddc86DbA7ad728012eFc460b8A168Aba60B403B/logo.png b/blockchains/ethereum/assets/0x8Ddc86DbA7ad728012eFc460b8A168Aba60B403B/logo.png
deleted file mode 100644
index c1d5e5223814b..0000000000000
Binary files a/blockchains/ethereum/assets/0x8Ddc86DbA7ad728012eFc460b8A168Aba60B403B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8De67D55C58540807601dBf1259537BC2DFfc84D/info.json b/blockchains/ethereum/assets/0x8De67D55C58540807601dBf1259537BC2DFfc84D/info.json
deleted file mode 100644
index 1a6efac375acd..0000000000000
--- a/blockchains/ethereum/assets/0x8De67D55C58540807601dBf1259537BC2DFfc84D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Almeela",
- "symbol": "KZE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8De67D55C58540807601dBf1259537BC2DFfc84D",
- "status": "abandoned",
- "id": "0x8De67D55C58540807601dBf1259537BC2DFfc84D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8De67D55C58540807601dBf1259537BC2DFfc84D/logo.png b/blockchains/ethereum/assets/0x8De67D55C58540807601dBf1259537BC2DFfc84D/logo.png
deleted file mode 100755
index 834a87baa99f4..0000000000000
Binary files a/blockchains/ethereum/assets/0x8De67D55C58540807601dBf1259537BC2DFfc84D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8DebC1A98a3acafc7C23195e55a7682cE49DaD28/info.json b/blockchains/ethereum/assets/0x8DebC1A98a3acafc7C23195e55a7682cE49DaD28/info.json
deleted file mode 100644
index 9cd84b98e282d..0000000000000
--- a/blockchains/ethereum/assets/0x8DebC1A98a3acafc7C23195e55a7682cE49DaD28/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 225-CN14",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8DebC1A98a3acafc7C23195e55a7682cE49DaD28",
- "status": "abandoned",
- "id": "0x8DebC1A98a3acafc7C23195e55a7682cE49DaD28"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8DebC1A98a3acafc7C23195e55a7682cE49DaD28/logo.png b/blockchains/ethereum/assets/0x8DebC1A98a3acafc7C23195e55a7682cE49DaD28/logo.png
deleted file mode 100644
index b65bb8486a764..0000000000000
Binary files a/blockchains/ethereum/assets/0x8DebC1A98a3acafc7C23195e55a7682cE49DaD28/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7/info.json b/blockchains/ethereum/assets/0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7/info.json
deleted file mode 100644
index e12c5452d0bf9..0000000000000
--- a/blockchains/ethereum/assets/0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Binance Wrapped FIL",
- "website": "https://binance.org",
- "description": "BFIL tokens are ERC20 tokens on the Ethereum network created via the Binance Token Canal program, where the price is pegged to FIL at a rate of 1 BFIL = 1 FIL.",
- "explorer": "https://etherscan.io/token/0x8e16bf47065fe843a82f4399baf5abac4e0822b7",
- "research": "https://research.binance.com/en/projects/filecoin",
- "type": "ERC20",
- "symbol": "BFIL",
- "decimals": 18,
- "status": "active",
- "id": "0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7/logo.png b/blockchains/ethereum/assets/0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7/logo.png
deleted file mode 100644
index a3f868039ead1..0000000000000
Binary files a/blockchains/ethereum/assets/0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8E30ea2329D95802Fd804f4291220b0e2F579812/info.json b/blockchains/ethereum/assets/0x8E30ea2329D95802Fd804f4291220b0e2F579812/info.json
deleted file mode 100644
index a2e1e793f05f4..0000000000000
--- a/blockchains/ethereum/assets/0x8E30ea2329D95802Fd804f4291220b0e2F579812/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Decentralized Vulnerability Platform",
- "symbol": "DVP",
- "type": "ERC20",
- "decimals": 18,
- "description": "DVP (Decentralized Vulnerability Platform) is an international community of information security professionals (White Hats). The platform endeavors to build, leveraging on Blockchain technologies and utilizing Blockchain-based token as a key incentive, a technology driven global community and ecosystem that brings organizations, Blockchain projects and White Hats together, creating a sustainable secure environment for the Blockchain industry as a whole.",
- "website": "https://dvpnet.io/",
- "explorer": "https://etherscan.io/token/0x8E30ea2329D95802Fd804f4291220b0e2F579812",
- "status": "active",
- "id": "0x8E30ea2329D95802Fd804f4291220b0e2F579812"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8E30ea2329D95802Fd804f4291220b0e2F579812/logo.png b/blockchains/ethereum/assets/0x8E30ea2329D95802Fd804f4291220b0e2F579812/logo.png
deleted file mode 100644
index 12bb150c406a8..0000000000000
Binary files a/blockchains/ethereum/assets/0x8E30ea2329D95802Fd804f4291220b0e2F579812/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8E4B1E38c082C7cEb638c084C102352421FE607F/info.json b/blockchains/ethereum/assets/0x8E4B1E38c082C7cEb638c084C102352421FE607F/info.json
deleted file mode 100644
index 11ec16ae64cab..0000000000000
--- a/blockchains/ethereum/assets/0x8E4B1E38c082C7cEb638c084C102352421FE607F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FEG Wrapped SHIB",
- "website": "https://fegtoken.com",
- "description": "FEG Wrapped SHIB",
- "explorer": "https://etherscan.io/token/0x8e4b1e38c082c7ceb638c084c102352421fe607f",
- "type": "ERC20",
- "symbol": "fSHIB",
- "decimals": 18,
- "status": "active",
- "id": "0x8E4B1E38c082C7cEb638c084C102352421FE607F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8E4B1E38c082C7cEb638c084C102352421FE607F/logo.png b/blockchains/ethereum/assets/0x8E4B1E38c082C7cEb638c084C102352421FE607F/logo.png
deleted file mode 100644
index 33332dddaf4e8..0000000000000
Binary files a/blockchains/ethereum/assets/0x8E4B1E38c082C7cEb638c084C102352421FE607F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8E5610ab5E39d26828167640EA29823fe1dD5843/info.json b/blockchains/ethereum/assets/0x8E5610ab5E39d26828167640EA29823fe1dD5843/info.json
deleted file mode 100644
index bfdfd6a04e387..0000000000000
--- a/blockchains/ethereum/assets/0x8E5610ab5E39d26828167640EA29823fe1dD5843/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KanadeCoin",
- "symbol": "KNDC",
- "type": "ERC20",
- "decimals": 8,
- "description": "KanadeCoin (KNDC) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://kanadecoin.com",
- "explorer": "https://etherscan.io/token/0x8E5610ab5E39d26828167640EA29823fe1dD5843",
- "status": "active",
- "id": "0x8E5610ab5E39d26828167640EA29823fe1dD5843"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8E5610ab5E39d26828167640EA29823fe1dD5843/logo.png b/blockchains/ethereum/assets/0x8E5610ab5E39d26828167640EA29823fe1dD5843/logo.png
deleted file mode 100644
index f0e393df4bed9..0000000000000
Binary files a/blockchains/ethereum/assets/0x8E5610ab5E39d26828167640EA29823fe1dD5843/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8E6cd950Ad6ba651F6DD608Dc70e5886B1AA6B24/info.json b/blockchains/ethereum/assets/0x8E6cd950Ad6ba651F6DD608Dc70e5886B1AA6B24/info.json
deleted file mode 100644
index 645cbcd492e18..0000000000000
--- a/blockchains/ethereum/assets/0x8E6cd950Ad6ba651F6DD608Dc70e5886B1AA6B24/info.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
- "name": "StarLink $STARL",
- "type": "ERC20",
- "symbol": "STARL",
- "decimals": 18,
- "website": "https://www.starltoken.com",
- "description": "Starlink Metaverse is a 3D video game featuring NFT collectible virtual real-estate powered by blockchain technology. ",
- "explorer": "https://etherscan.io/token/0x8e6cd950ad6ba651f6dd608dc70e5886b1aa6b24",
- "status": "active",
- "id": "0x8E6cd950Ad6ba651F6DD608Dc70e5886B1AA6B24",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/starlinketh"
- },
- {
- "name": "github",
- "url": "https://github.com/StarlinkMeta"
- },
- {
- "name": "telegram",
- "url": "https://t.me/starlinkofficial"
- },
- {
- "name": "whitepaper",
- "url": "https://starlinkmeta.medium.com/starlink-whitepaper-v1-26f5264b65f9"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/starlinkann"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/groups/starlinkmetaverse"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Starlink_Metaverse/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/N9sG4Dgy"
- },
- {
- "name": "source_code",
- "url": "https://etherscan.io/address/0x8e6cd950ad6ba651f6dd608dc70e5886b1aa6b24#events"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/star-link/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/starlink"
- },
- {
- "name": "blog",
- "url": "https://starlinkmetaverse.fandom.com/"
- },
- {
- "name": "medium",
- "url": "https://starlinkmeta.medium.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8E6cd950Ad6ba651F6DD608Dc70e5886B1AA6B24/logo.png b/blockchains/ethereum/assets/0x8E6cd950Ad6ba651F6DD608Dc70e5886B1AA6B24/logo.png
deleted file mode 100644
index 27776d2cf01a2..0000000000000
Binary files a/blockchains/ethereum/assets/0x8E6cd950Ad6ba651F6DD608Dc70e5886B1AA6B24/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8E766F57F7d16Ca50B4A0b90b88f6468A09b0439/info.json b/blockchains/ethereum/assets/0x8E766F57F7d16Ca50B4A0b90b88f6468A09b0439/info.json
deleted file mode 100644
index 1a3edbb375c98..0000000000000
--- a/blockchains/ethereum/assets/0x8E766F57F7d16Ca50B4A0b90b88f6468A09b0439/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Maximine Coin",
- "symbol": "MXM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://maximine.io/",
- "explorer": "https://etherscan.io/token/0x8E766F57F7d16Ca50B4A0b90b88f6468A09b0439",
- "status": "abandoned",
- "id": "0x8E766F57F7d16Ca50B4A0b90b88f6468A09b0439"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8E766F57F7d16Ca50B4A0b90b88f6468A09b0439/logo.png b/blockchains/ethereum/assets/0x8E766F57F7d16Ca50B4A0b90b88f6468A09b0439/logo.png
deleted file mode 100644
index aeaf1ebeba07c..0000000000000
Binary files a/blockchains/ethereum/assets/0x8E766F57F7d16Ca50B4A0b90b88f6468A09b0439/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8E802E72A96F560b607E7CA2D59fF62bA222257b/info.json b/blockchains/ethereum/assets/0x8E802E72A96F560b607E7CA2D59fF62bA222257b/info.json
deleted file mode 100644
index 02d4449e7f1ee..0000000000000
--- a/blockchains/ethereum/assets/0x8E802E72A96F560b607E7CA2D59fF62bA222257b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-27/30M57",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8E802E72A96F560b607E7CA2D59fF62bA222257b",
- "status": "abandoned",
- "id": "0x8E802E72A96F560b607E7CA2D59fF62bA222257b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8E802E72A96F560b607E7CA2D59fF62bA222257b/logo.png b/blockchains/ethereum/assets/0x8E802E72A96F560b607E7CA2D59fF62bA222257b/logo.png
deleted file mode 100644
index dcba88cecdac9..0000000000000
Binary files a/blockchains/ethereum/assets/0x8E802E72A96F560b607E7CA2D59fF62bA222257b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8E822B60b3a262d34dF59A4Ddd02383deF599B94/info.json b/blockchains/ethereum/assets/0x8E822B60b3a262d34dF59A4Ddd02383deF599B94/info.json
deleted file mode 100644
index e2dea9cbc1359..0000000000000
--- a/blockchains/ethereum/assets/0x8E822B60b3a262d34dF59A4Ddd02383deF599B94/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USDCI",
- "symbol": "USDCI",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8E822B60b3a262d34dF59A4Ddd02383deF599B94",
- "status": "abandoned",
- "id": "0x8E822B60b3a262d34dF59A4Ddd02383deF599B94"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8E822B60b3a262d34dF59A4Ddd02383deF599B94/logo.png b/blockchains/ethereum/assets/0x8E822B60b3a262d34dF59A4Ddd02383deF599B94/logo.png
deleted file mode 100644
index 8fa22125bcfa8..0000000000000
Binary files a/blockchains/ethereum/assets/0x8E822B60b3a262d34dF59A4Ddd02383deF599B94/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8E853c3aB40Bd80412bb5F40Eadfed4Fb1cDC7d0/info.json b/blockchains/ethereum/assets/0x8E853c3aB40Bd80412bb5F40Eadfed4Fb1cDC7d0/info.json
deleted file mode 100644
index b0ed511dae131..0000000000000
--- a/blockchains/ethereum/assets/0x8E853c3aB40Bd80412bb5F40Eadfed4Fb1cDC7d0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C559025",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8E853c3aB40Bd80412bb5F40Eadfed4Fb1cDC7d0",
- "status": "abandoned",
- "id": "0x8E853c3aB40Bd80412bb5F40Eadfed4Fb1cDC7d0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8E853c3aB40Bd80412bb5F40Eadfed4Fb1cDC7d0/logo.png b/blockchains/ethereum/assets/0x8E853c3aB40Bd80412bb5F40Eadfed4Fb1cDC7d0/logo.png
deleted file mode 100644
index 89eb14316b8c9..0000000000000
Binary files a/blockchains/ethereum/assets/0x8E853c3aB40Bd80412bb5F40Eadfed4Fb1cDC7d0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8E870D67F660D95d5be530380D0eC0bd388289E1/info.json b/blockchains/ethereum/assets/0x8E870D67F660D95d5be530380D0eC0bd388289E1/info.json
deleted file mode 100644
index 82f0f1d3f443e..0000000000000
--- a/blockchains/ethereum/assets/0x8E870D67F660D95d5be530380D0eC0bd388289E1/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Pax Dollar",
- "website": "https://paxos.com/standard",
- "description": "Paxos Standard (PAX) is a stablecoin that allows users to exchange US dollars for Paxos Standard Tokens to 'transact at the speed of the internet'.",
- "explorer": "https://etherscan.io/token/0x8E870D67F660D95d5be530380D0eC0bd388289E1",
- "research": "https://research.binance.com/en/projects/paxos-standard",
- "type": "ERC20",
- "symbol": "USDP",
- "decimals": 18,
- "status": "active",
- "id": "0x8E870D67F660D95d5be530380D0eC0bd388289E1",
- "tags": [
- "stablecoin"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/paxosglobal/pax-contracts"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/PaxosStandard"
- },
- {
- "name": "blog",
- "url": "https://medium.com/@PaxosStandard"
- },
- {
- "name": "whitepaper",
- "url": "https://standard.paxos.com/whitepaper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/paxos-standard/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8E870D67F660D95d5be530380D0eC0bd388289E1/logo.png b/blockchains/ethereum/assets/0x8E870D67F660D95d5be530380D0eC0bd388289E1/logo.png
deleted file mode 100644
index d813568c1d3bd..0000000000000
Binary files a/blockchains/ethereum/assets/0x8E870D67F660D95d5be530380D0eC0bd388289E1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8E9F8B93D049CbfeB37e0337b2d581ac6D0c3808/info.json b/blockchains/ethereum/assets/0x8E9F8B93D049CbfeB37e0337b2d581ac6D0c3808/info.json
deleted file mode 100644
index 76c056675fd4d..0000000000000
--- a/blockchains/ethereum/assets/0x8E9F8B93D049CbfeB37e0337b2d581ac6D0c3808/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 009-CN44",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8E9F8B93D049CbfeB37e0337b2d581ac6D0c3808",
- "status": "abandoned",
- "id": "0x8E9F8B93D049CbfeB37e0337b2d581ac6D0c3808"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8E9F8B93D049CbfeB37e0337b2d581ac6D0c3808/logo.png b/blockchains/ethereum/assets/0x8E9F8B93D049CbfeB37e0337b2d581ac6D0c3808/logo.png
deleted file mode 100644
index b8559a63a1631..0000000000000
Binary files a/blockchains/ethereum/assets/0x8E9F8B93D049CbfeB37e0337b2d581ac6D0c3808/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8EA6cCBB95efAd9Ff6dF3721b6B9738Cac255d59/info.json b/blockchains/ethereum/assets/0x8EA6cCBB95efAd9Ff6dF3721b6B9738Cac255d59/info.json
deleted file mode 100644
index c088ef0cd56a3..0000000000000
--- a/blockchains/ethereum/assets/0x8EA6cCBB95efAd9Ff6dF3721b6B9738Cac255d59/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Squirrelcoin",
- "symbol": "NTS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8EA6cCBB95efAd9Ff6dF3721b6B9738Cac255d59",
- "status": "abandoned",
- "id": "0x8EA6cCBB95efAd9Ff6dF3721b6B9738Cac255d59"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8EA6cCBB95efAd9Ff6dF3721b6B9738Cac255d59/logo.png b/blockchains/ethereum/assets/0x8EA6cCBB95efAd9Ff6dF3721b6B9738Cac255d59/logo.png
deleted file mode 100755
index 50e1590de44cc..0000000000000
Binary files a/blockchains/ethereum/assets/0x8EA6cCBB95efAd9Ff6dF3721b6B9738Cac255d59/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8EE22C31531956A921425c6aFcB3E5742E775f12/info.json b/blockchains/ethereum/assets/0x8EE22C31531956A921425c6aFcB3E5742E775f12/info.json
deleted file mode 100644
index 2e8ca3f428200..0000000000000
--- a/blockchains/ethereum/assets/0x8EE22C31531956A921425c6aFcB3E5742E775f12/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Volley",
- "symbol": "VOLLEY",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8EE22C31531956A921425c6aFcB3E5742E775f12",
- "status": "abandoned",
- "id": "0x8EE22C31531956A921425c6aFcB3E5742E775f12"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8EE22C31531956A921425c6aFcB3E5742E775f12/logo.png b/blockchains/ethereum/assets/0x8EE22C31531956A921425c6aFcB3E5742E775f12/logo.png
deleted file mode 100644
index 50ecdddd25ef3..0000000000000
Binary files a/blockchains/ethereum/assets/0x8EE22C31531956A921425c6aFcB3E5742E775f12/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8EF47555856f6Ce2E0cd7C36AeF4FAb317d2e2E2/info.json b/blockchains/ethereum/assets/0x8EF47555856f6Ce2E0cd7C36AeF4FAb317d2e2E2/info.json
deleted file mode 100644
index 7fdda4403947d..0000000000000
--- a/blockchains/ethereum/assets/0x8EF47555856f6Ce2E0cd7C36AeF4FAb317d2e2E2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PayAccept",
- "website": "https://payaccept.net",
- "description": "PayAccept is revolutionizing the way you manage payments. We combine traditional and Decentralized Finance (DeFi) to offer access to fiat, cryptocurrency, lending, card issuance, payment solutions, and risk management services.",
- "explorer": "https://etherscan.io/token/0x8EF47555856f6Ce2E0cd7C36AeF4FAb317d2e2E2",
- "type": "ERC20",
- "symbol": "PAYT",
- "decimals": 18,
- "status": "active",
- "id": "0x8EF47555856f6Ce2E0cd7C36AeF4FAb317d2e2E2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8EF47555856f6Ce2E0cd7C36AeF4FAb317d2e2E2/logo.png b/blockchains/ethereum/assets/0x8EF47555856f6Ce2E0cd7C36AeF4FAb317d2e2E2/logo.png
deleted file mode 100644
index b58517a19d5c5..0000000000000
Binary files a/blockchains/ethereum/assets/0x8EF47555856f6Ce2E0cd7C36AeF4FAb317d2e2E2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8Eb38715604b938812DEC25A0A1bc05B4becB9ca/info.json b/blockchains/ethereum/assets/0x8Eb38715604b938812DEC25A0A1bc05B4becB9ca/info.json
deleted file mode 100644
index 1439c5ef7944f..0000000000000
--- a/blockchains/ethereum/assets/0x8Eb38715604b938812DEC25A0A1bc05B4becB9ca/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gric Coin",
- "symbol": "GC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8Eb38715604b938812DEC25A0A1bc05B4becB9ca",
- "status": "abandoned",
- "id": "0x8Eb38715604b938812DEC25A0A1bc05B4becB9ca"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8Eb38715604b938812DEC25A0A1bc05B4becB9ca/logo.png b/blockchains/ethereum/assets/0x8Eb38715604b938812DEC25A0A1bc05B4becB9ca/logo.png
deleted file mode 100644
index 7d020e5c61434..0000000000000
Binary files a/blockchains/ethereum/assets/0x8Eb38715604b938812DEC25A0A1bc05B4becB9ca/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8Ed793D7D5715258aa1B7320770D603517EE66E6/info.json b/blockchains/ethereum/assets/0x8Ed793D7D5715258aa1B7320770D603517EE66E6/info.json
deleted file mode 100644
index 0bd15e3d0dfe9..0000000000000
--- a/blockchains/ethereum/assets/0x8Ed793D7D5715258aa1B7320770D603517EE66E6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KimchiSoxchain",
- "symbol": "KSOX",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8Ed793D7D5715258aa1B7320770D603517EE66E6",
- "status": "abandoned",
- "id": "0x8Ed793D7D5715258aa1B7320770D603517EE66E6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8Ed793D7D5715258aa1B7320770D603517EE66E6/logo.png b/blockchains/ethereum/assets/0x8Ed793D7D5715258aa1B7320770D603517EE66E6/logo.png
deleted file mode 100644
index d30b126a4f7bc..0000000000000
Binary files a/blockchains/ethereum/assets/0x8Ed793D7D5715258aa1B7320770D603517EE66E6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8F041A3940a5e6FB580075C3774E15FcFA0E1618/info.json b/blockchains/ethereum/assets/0x8F041A3940a5e6FB580075C3774E15FcFA0E1618/info.json
deleted file mode 100644
index 32625b72e62ba..0000000000000
--- a/blockchains/ethereum/assets/0x8F041A3940a5e6FB580075C3774E15FcFA0E1618/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "oneWING",
- "website": "https://ichi.org",
- "description": "oneWING is the stablecoin created for the Wing Finance community. Backed by both a treasury of WING and collateral of USDC this ERC20 token can be redeemed for USDC at anytime and also provides a vote for governance of the WING treasury.",
- "explorer": "https://etherscan.io/token/0x8F041A3940a5e6FB580075C3774E15FcFA0E1618",
- "type": "ERC20",
- "symbol": "oneWING",
- "decimals": 9,
- "status": "active",
- "id": "0x8F041A3940a5e6FB580075C3774E15FcFA0E1618"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8F041A3940a5e6FB580075C3774E15FcFA0E1618/logo.png b/blockchains/ethereum/assets/0x8F041A3940a5e6FB580075C3774E15FcFA0E1618/logo.png
deleted file mode 100644
index e970feb0b3aa4..0000000000000
Binary files a/blockchains/ethereum/assets/0x8F041A3940a5e6FB580075C3774E15FcFA0E1618/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8F046a2457a8F1618cAe4706Fa57Bf790e2532a6/info.json b/blockchains/ethereum/assets/0x8F046a2457a8F1618cAe4706Fa57Bf790e2532a6/info.json
deleted file mode 100644
index a86be21466f4e..0000000000000
--- a/blockchains/ethereum/assets/0x8F046a2457a8F1618cAe4706Fa57Bf790e2532a6/info.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "Restore Truth Token",
- "type": "ERC20",
- "symbol": "RTT",
- "decimals": 18,
- "website": "https://restoretruthtoken.com/",
- "description": "Using the power of crypto, RTT puts American values at the forefront of its decision making, and you can play your part by using the RTT ecosystem to help fix issues important to you.",
- "explorer": "https://etherscan.io/token/0x8F046a2457a8F1618cAe4706Fa57Bf790e2532a6",
- "status": "active",
- "id": "0x8F046a2457a8F1618cAe4706Fa57Bf790e2532a6",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/restoretruthtoken/restoretruthtoken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/restoretruthRTT"
- },
- {
- "name": "telegram",
- "url": "https://t.me/RestoreTruthTokenChat"
- },
- {
- "name": "whitepaper",
- "url": "https://restoretruthtoken.com/rtt-business-plan/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/R7G7YMXYjt"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/RestoreTruthToken/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/restoretruthtoken/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/restore-truth-token"
- }
- ],
- "tags": [
- "defi",
- "staking"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x8F046a2457a8F1618cAe4706Fa57Bf790e2532a6/logo.png b/blockchains/ethereum/assets/0x8F046a2457a8F1618cAe4706Fa57Bf790e2532a6/logo.png
deleted file mode 100644
index 808a76421ba0c..0000000000000
Binary files a/blockchains/ethereum/assets/0x8F046a2457a8F1618cAe4706Fa57Bf790e2532a6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8F0921f30555624143d427b340b1156914882C10/info.json b/blockchains/ethereum/assets/0x8F0921f30555624143d427b340b1156914882C10/info.json
deleted file mode 100644
index 94e3154e48588..0000000000000
--- a/blockchains/ethereum/assets/0x8F0921f30555624143d427b340b1156914882C10/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Flyp.me Token",
- "symbol": "FYP",
- "type": "ERC20",
- "decimals": 18,
- "description": "Accountless Crypto Exchanger.",
- "website": "https://flyp.me",
- "explorer": "https://etherscan.io/token/0x8F0921f30555624143d427b340b1156914882C10",
- "status": "active",
- "id": "0x8F0921f30555624143d427b340b1156914882C10"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8F0921f30555624143d427b340b1156914882C10/logo.png b/blockchains/ethereum/assets/0x8F0921f30555624143d427b340b1156914882C10/logo.png
deleted file mode 100644
index cdd87e684c60f..0000000000000
Binary files a/blockchains/ethereum/assets/0x8F0921f30555624143d427b340b1156914882C10/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8F2C01B50A16482Efd29560Ecb2B4E6016CC3886/info.json b/blockchains/ethereum/assets/0x8F2C01B50A16482Efd29560Ecb2B4E6016CC3886/info.json
deleted file mode 100644
index 5096aa1eb00ae..0000000000000
--- a/blockchains/ethereum/assets/0x8F2C01B50A16482Efd29560Ecb2B4E6016CC3886/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ambazonia Coin",
- "symbol": "AMBA",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8F2C01B50A16482Efd29560Ecb2B4E6016CC3886",
- "status": "abandoned",
- "id": "0x8F2C01B50A16482Efd29560Ecb2B4E6016CC3886"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8F2C01B50A16482Efd29560Ecb2B4E6016CC3886/logo.png b/blockchains/ethereum/assets/0x8F2C01B50A16482Efd29560Ecb2B4E6016CC3886/logo.png
deleted file mode 100644
index c6904fefd92a6..0000000000000
Binary files a/blockchains/ethereum/assets/0x8F2C01B50A16482Efd29560Ecb2B4E6016CC3886/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8F2Fc2ab67d61d30eB3478A4F9396AB1ca90bA21/info.json b/blockchains/ethereum/assets/0x8F2Fc2ab67d61d30eB3478A4F9396AB1ca90bA21/info.json
deleted file mode 100644
index f022a05979d9a..0000000000000
--- a/blockchains/ethereum/assets/0x8F2Fc2ab67d61d30eB3478A4F9396AB1ca90bA21/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Global Healthcare Token",
- "symbol": "XHQ",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8F2Fc2ab67d61d30eB3478A4F9396AB1ca90bA21",
- "status": "abandoned",
- "id": "0x8F2Fc2ab67d61d30eB3478A4F9396AB1ca90bA21"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8F2Fc2ab67d61d30eB3478A4F9396AB1ca90bA21/logo.png b/blockchains/ethereum/assets/0x8F2Fc2ab67d61d30eB3478A4F9396AB1ca90bA21/logo.png
deleted file mode 100644
index 61007520236b4..0000000000000
Binary files a/blockchains/ethereum/assets/0x8F2Fc2ab67d61d30eB3478A4F9396AB1ca90bA21/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8F564dc862FfE7EC0436C3717EC7ED06150144E2/info.json b/blockchains/ethereum/assets/0x8F564dc862FfE7EC0436C3717EC7ED06150144E2/info.json
deleted file mode 100644
index 9ee4fceead7e1..0000000000000
--- a/blockchains/ethereum/assets/0x8F564dc862FfE7EC0436C3717EC7ED06150144E2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NiMA",
- "symbol": "NIMA",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8F564dc862FfE7EC0436C3717EC7ED06150144E2",
- "status": "abandoned",
- "id": "0x8F564dc862FfE7EC0436C3717EC7ED06150144E2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8F564dc862FfE7EC0436C3717EC7ED06150144E2/logo.png b/blockchains/ethereum/assets/0x8F564dc862FfE7EC0436C3717EC7ED06150144E2/logo.png
deleted file mode 100644
index 22c9a46dcb35f..0000000000000
Binary files a/blockchains/ethereum/assets/0x8F564dc862FfE7EC0436C3717EC7ED06150144E2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8F5d19F2136dF211e8340Dc118221444c6c869Fb/info.json b/blockchains/ethereum/assets/0x8F5d19F2136dF211e8340Dc118221444c6c869Fb/info.json
deleted file mode 100644
index fe155a7d6a03b..0000000000000
--- a/blockchains/ethereum/assets/0x8F5d19F2136dF211e8340Dc118221444c6c869Fb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Skrepit",
- "symbol": "SKRT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8F5d19F2136dF211e8340Dc118221444c6c869Fb",
- "status": "abandoned",
- "id": "0x8F5d19F2136dF211e8340Dc118221444c6c869Fb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8F5d19F2136dF211e8340Dc118221444c6c869Fb/logo.png b/blockchains/ethereum/assets/0x8F5d19F2136dF211e8340Dc118221444c6c869Fb/logo.png
deleted file mode 100644
index 46c98825e8df1..0000000000000
Binary files a/blockchains/ethereum/assets/0x8F5d19F2136dF211e8340Dc118221444c6c869Fb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8F8e787989BC652eeA01A6C88a19f0f379BDF4FD/info.json b/blockchains/ethereum/assets/0x8F8e787989BC652eeA01A6C88a19f0f379BDF4FD/info.json
deleted file mode 100644
index d750bf99d5490..0000000000000
--- a/blockchains/ethereum/assets/0x8F8e787989BC652eeA01A6C88a19f0f379BDF4FD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HELEX",
- "symbol": "HLX",
- "type": "ERC20",
- "decimals": 5,
- "description": "HELEX (HLX) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://helex.world",
- "explorer": "https://etherscan.io/token/0x8F8e787989BC652eeA01A6C88a19f0f379BDF4FD",
- "status": "active",
- "id": "0x8F8e787989BC652eeA01A6C88a19f0f379BDF4FD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8F8e787989BC652eeA01A6C88a19f0f379BDF4FD/logo.png b/blockchains/ethereum/assets/0x8F8e787989BC652eeA01A6C88a19f0f379BDF4FD/logo.png
deleted file mode 100644
index dddcadb978ac0..0000000000000
Binary files a/blockchains/ethereum/assets/0x8F8e787989BC652eeA01A6C88a19f0f379BDF4FD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8FAF0be1465B9bE70eE73d9123B2A1fDD9F2AAe4/info.json b/blockchains/ethereum/assets/0x8FAF0be1465B9bE70eE73d9123B2A1fDD9F2AAe4/info.json
deleted file mode 100644
index 5faf723680b8d..0000000000000
--- a/blockchains/ethereum/assets/0x8FAF0be1465B9bE70eE73d9123B2A1fDD9F2AAe4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethereum Lite Cash",
- "symbol": "XLC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8FAF0be1465B9bE70eE73d9123B2A1fDD9F2AAe4",
- "status": "abandoned",
- "id": "0x8FAF0be1465B9bE70eE73d9123B2A1fDD9F2AAe4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8FAF0be1465B9bE70eE73d9123B2A1fDD9F2AAe4/logo.png b/blockchains/ethereum/assets/0x8FAF0be1465B9bE70eE73d9123B2A1fDD9F2AAe4/logo.png
deleted file mode 100644
index 2da27423bc3df..0000000000000
Binary files a/blockchains/ethereum/assets/0x8FAF0be1465B9bE70eE73d9123B2A1fDD9F2AAe4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8FD709Fc68886Bb522b32b9E70203D6001A2d1b2/info.json b/blockchains/ethereum/assets/0x8FD709Fc68886Bb522b32b9E70203D6001A2d1b2/info.json
deleted file mode 100644
index 175372c0ae489..0000000000000
--- a/blockchains/ethereum/assets/0x8FD709Fc68886Bb522b32b9E70203D6001A2d1b2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ComeAndPay",
- "symbol": "CNA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8FD709Fc68886Bb522b32b9E70203D6001A2d1b2",
- "status": "abandoned",
- "id": "0x8FD709Fc68886Bb522b32b9E70203D6001A2d1b2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8FD709Fc68886Bb522b32b9E70203D6001A2d1b2/logo.png b/blockchains/ethereum/assets/0x8FD709Fc68886Bb522b32b9E70203D6001A2d1b2/logo.png
deleted file mode 100644
index f0a4e5746955f..0000000000000
Binary files a/blockchains/ethereum/assets/0x8FD709Fc68886Bb522b32b9E70203D6001A2d1b2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8Fc8f8269ebca376D046Ce292dC7eaC40c8D358A/info.json b/blockchains/ethereum/assets/0x8Fc8f8269ebca376D046Ce292dC7eaC40c8D358A/info.json
deleted file mode 100644
index e8555b550752d..0000000000000
--- a/blockchains/ethereum/assets/0x8Fc8f8269ebca376D046Ce292dC7eaC40c8D358A/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "DeFiChain",
- "website": "https://defichain.com/",
- "description": "DeFiChain (DFI) is a blockchain platform built with the mission of maximizing the full potential of DeFi within the Bitcoin (BTC) ecosystem.",
- "explorer": "https://etherscan.io/token/0x8fc8f8269ebca376d046ce292dc7eac40c8d358a",
- "type": "ERC20",
- "symbol": "DFI",
- "decimals": 8,
- "status": "active",
- "id": "0x8Fc8f8269ebca376D046Ce292dC7eaC40c8D358A",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/DeFiCh/ain"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/defichain"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/defichain/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8Fc8f8269ebca376D046Ce292dC7eaC40c8D358A/logo.png b/blockchains/ethereum/assets/0x8Fc8f8269ebca376D046Ce292dC7eaC40c8D358A/logo.png
deleted file mode 100644
index ee8b25edc5483..0000000000000
Binary files a/blockchains/ethereum/assets/0x8Fc8f8269ebca376D046Ce292dC7eaC40c8D358A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8a0ba07B4358dE33eFecff2f09f55c85CDa14670/info.json b/blockchains/ethereum/assets/0x8a0ba07B4358dE33eFecff2f09f55c85CDa14670/info.json
deleted file mode 100644
index ecf48fe97176f..0000000000000
--- a/blockchains/ethereum/assets/0x8a0ba07B4358dE33eFecff2f09f55c85CDa14670/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DriverToken",
- "symbol": "Driver",
- "type": "ERC20",
- "decimals": 18,
- "description": "Chromia (CHR) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://chromia.com",
- "explorer": "https://etherscan.io/token/0x8a0ba07B4358dE33eFecff2f09f55c85CDa14670",
- "status": "abandoned",
- "id": "0x8a0ba07B4358dE33eFecff2f09f55c85CDa14670"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8a0ba07B4358dE33eFecff2f09f55c85CDa14670/logo.png b/blockchains/ethereum/assets/0x8a0ba07B4358dE33eFecff2f09f55c85CDa14670/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x8a0ba07B4358dE33eFecff2f09f55c85CDa14670/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8a187D5285d316bcBC9ADafc08b51d70a0d8e000/info.json b/blockchains/ethereum/assets/0x8a187D5285d316bcBC9ADafc08b51d70a0d8e000/info.json
deleted file mode 100644
index 412d84db6e7a0..0000000000000
--- a/blockchains/ethereum/assets/0x8a187D5285d316bcBC9ADafc08b51d70a0d8e000/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Smart Investment Fund Token",
- "symbol": "SIFT",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8a187D5285d316bcBC9ADafc08b51d70a0d8e000",
- "status": "abandoned",
- "id": "0x8a187D5285d316bcBC9ADafc08b51d70a0d8e000"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8a187D5285d316bcBC9ADafc08b51d70a0d8e000/logo.png b/blockchains/ethereum/assets/0x8a187D5285d316bcBC9ADafc08b51d70a0d8e000/logo.png
deleted file mode 100644
index 4294d75e78d64..0000000000000
Binary files a/blockchains/ethereum/assets/0x8a187D5285d316bcBC9ADafc08b51d70a0d8e000/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8a40c222996f9F3431f63Bf80244C36822060f12/info.json b/blockchains/ethereum/assets/0x8a40c222996f9F3431f63Bf80244C36822060f12/info.json
deleted file mode 100644
index 07f2ef979bd9a..0000000000000
--- a/blockchains/ethereum/assets/0x8a40c222996f9F3431f63Bf80244C36822060f12/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Finxflo",
- "website": "https://www.finxflo.com/",
- "description": "Finxflo is the world's first hybrid liquidity aggregator designed to offer the best rates and prices from the world’s leading CeFi and DeFi protocols through one connection, one account and one KYC process.",
- "explorer": "https://etherscan.io/token/0x8a40c222996f9F3431f63Bf80244C36822060f12",
- "type": "ERC20",
- "symbol": "FXF",
- "decimals": 18,
- "status": "active",
- "id": "0x8a40c222996f9F3431f63Bf80244C36822060f12"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8a40c222996f9F3431f63Bf80244C36822060f12/logo.png b/blockchains/ethereum/assets/0x8a40c222996f9F3431f63Bf80244C36822060f12/logo.png
deleted file mode 100644
index 8989b4598f4d9..0000000000000
Binary files a/blockchains/ethereum/assets/0x8a40c222996f9F3431f63Bf80244C36822060f12/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8a48dfb33b8D6140C59f0a454c1D055d392Af66C/info.json b/blockchains/ethereum/assets/0x8a48dfb33b8D6140C59f0a454c1D055d392Af66C/info.json
deleted file mode 100644
index a5bb29dc37629..0000000000000
--- a/blockchains/ethereum/assets/0x8a48dfb33b8D6140C59f0a454c1D055d392Af66C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vbitcoin",
- "symbol": "VBTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8a48dfb33b8D6140C59f0a454c1D055d392Af66C",
- "status": "abandoned",
- "id": "0x8a48dfb33b8D6140C59f0a454c1D055d392Af66C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8a48dfb33b8D6140C59f0a454c1D055d392Af66C/logo.png b/blockchains/ethereum/assets/0x8a48dfb33b8D6140C59f0a454c1D055d392Af66C/logo.png
deleted file mode 100644
index 26a93d3d894f0..0000000000000
Binary files a/blockchains/ethereum/assets/0x8a48dfb33b8D6140C59f0a454c1D055d392Af66C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8a64c0Bd7146710Aa5C2773365Bb620FaF11BEd4/info.json b/blockchains/ethereum/assets/0x8a64c0Bd7146710Aa5C2773365Bb620FaF11BEd4/info.json
deleted file mode 100644
index f451a3e21e13a..0000000000000
--- a/blockchains/ethereum/assets/0x8a64c0Bd7146710Aa5C2773365Bb620FaF11BEd4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PHTTOKENX",
- "symbol": "PHTTX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8a64c0Bd7146710Aa5C2773365Bb620FaF11BEd4",
- "status": "abandoned",
- "id": "0x8a64c0Bd7146710Aa5C2773365Bb620FaF11BEd4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8a64c0Bd7146710Aa5C2773365Bb620FaF11BEd4/logo.png b/blockchains/ethereum/assets/0x8a64c0Bd7146710Aa5C2773365Bb620FaF11BEd4/logo.png
deleted file mode 100755
index 18bd18b624545..0000000000000
Binary files a/blockchains/ethereum/assets/0x8a64c0Bd7146710Aa5C2773365Bb620FaF11BEd4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8a65ab17324c155fAc3e46aD33e9553d9165a252/info.json b/blockchains/ethereum/assets/0x8a65ab17324c155fAc3e46aD33e9553d9165a252/info.json
deleted file mode 100644
index 484133b1dcdc0..0000000000000
--- a/blockchains/ethereum/assets/0x8a65ab17324c155fAc3e46aD33e9553d9165a252/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Silver Coin",
- "symbol": "SCN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://silvercoin.asia/",
- "explorer": "https://etherscan.io/token/0x8a65ab17324c155fAc3e46aD33e9553d9165a252",
- "status": "abandoned",
- "id": "0x8a65ab17324c155fAc3e46aD33e9553d9165a252"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8a65ab17324c155fAc3e46aD33e9553d9165a252/logo.png b/blockchains/ethereum/assets/0x8a65ab17324c155fAc3e46aD33e9553d9165a252/logo.png
deleted file mode 100644
index e8c7302292551..0000000000000
Binary files a/blockchains/ethereum/assets/0x8a65ab17324c155fAc3e46aD33e9553d9165a252/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8a6f3BF52A26a21531514E23016eEAe8Ba7e7018/info.json b/blockchains/ethereum/assets/0x8a6f3BF52A26a21531514E23016eEAe8Ba7e7018/info.json
deleted file mode 100644
index 36c193d23d31b..0000000000000
--- a/blockchains/ethereum/assets/0x8a6f3BF52A26a21531514E23016eEAe8Ba7e7018/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Multiplier Token",
- "website": "https://multiplier.finance",
- "description": "Multiplier is a suite of DeFi protocols that leverages a native governance token - MXX - that can only be minted. The first protocol, Simplified Stable Bonds (SSB) enables holders to earn stable yield on their collateral. The second protocol, TakoSwap is a set of computer programs that run on the Ethereum blockchain and allows for decentralized token swaps. In the near future, more DeFi protocols will be built that focuses on creating value and utility for the community.",
- "explorer": "https://etherscan.io/token/0x8a6f3BF52A26a21531514E23016eEAe8Ba7e7018",
- "type": "ERC20",
- "symbol": "MXX",
- "decimals": 8,
- "status": "active",
- "id": "0x8a6f3BF52A26a21531514E23016eEAe8Ba7e7018",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Multiplier-Finance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/MultiplierMXX"
- },
- {
- "name": "telegram",
- "url": "https://t.me/themultiplierio"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8a6f3BF52A26a21531514E23016eEAe8Ba7e7018/logo.png b/blockchains/ethereum/assets/0x8a6f3BF52A26a21531514E23016eEAe8Ba7e7018/logo.png
deleted file mode 100644
index de6a0624c6cf5..0000000000000
Binary files a/blockchains/ethereum/assets/0x8a6f3BF52A26a21531514E23016eEAe8Ba7e7018/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8a77e40936BbC27e80E9a3F526368C967869c86D/info.json b/blockchains/ethereum/assets/0x8a77e40936BbC27e80E9a3F526368C967869c86D/info.json
deleted file mode 100644
index 8382b40588f95..0000000000000
--- a/blockchains/ethereum/assets/0x8a77e40936BbC27e80E9a3F526368C967869c86D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Merculet",
- "symbol": "MVP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://merculet.io/",
- "explorer": "https://etherscan.io/token/0x8a77e40936BbC27e80E9a3F526368C967869c86D",
- "status": "abandoned",
- "id": "0x8a77e40936BbC27e80E9a3F526368C967869c86D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8a77e40936BbC27e80E9a3F526368C967869c86D/logo.png b/blockchains/ethereum/assets/0x8a77e40936BbC27e80E9a3F526368C967869c86D/logo.png
deleted file mode 100644
index b98050a1082a3..0000000000000
Binary files a/blockchains/ethereum/assets/0x8a77e40936BbC27e80E9a3F526368C967869c86D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8a7b7B9B2f7d0c63F66171721339705A6188a7D5/info.json b/blockchains/ethereum/assets/0x8a7b7B9B2f7d0c63F66171721339705A6188a7D5/info.json
deleted file mode 100644
index 1d12e7328b0f5..0000000000000
--- a/blockchains/ethereum/assets/0x8a7b7B9B2f7d0c63F66171721339705A6188a7D5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EtherDoge",
- "symbol": "EDOGE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://etherdoge.org/",
- "explorer": "https://etherscan.io/token/0x8a7b7B9B2f7d0c63F66171721339705A6188a7D5",
- "status": "abandoned",
- "id": "0x8a7b7B9B2f7d0c63F66171721339705A6188a7D5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8a7b7B9B2f7d0c63F66171721339705A6188a7D5/logo.png b/blockchains/ethereum/assets/0x8a7b7B9B2f7d0c63F66171721339705A6188a7D5/logo.png
deleted file mode 100644
index b12ae3d03e774..0000000000000
Binary files a/blockchains/ethereum/assets/0x8a7b7B9B2f7d0c63F66171721339705A6188a7D5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8a854288a5976036A725879164Ca3e91d30c6A1B/info.json b/blockchains/ethereum/assets/0x8a854288a5976036A725879164Ca3e91d30c6A1B/info.json
deleted file mode 100644
index e7950957a667b..0000000000000
--- a/blockchains/ethereum/assets/0x8a854288a5976036A725879164Ca3e91d30c6A1B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GET",
- "symbol": "GET",
- "type": "ERC20",
- "decimals": 18,
- "description": "The GET Protocol offers a blockchain-based smart ticketing solution that can be used by everybody who needs to issue tickets(NFTs) in an honest and transparent way.",
- "website": "https://get-protocol.io",
- "explorer": "https://etherscan.io/token/0x8a854288a5976036A725879164Ca3e91d30c6A1B",
- "status": "active",
- "id": "0x8a854288a5976036A725879164Ca3e91d30c6A1B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8a854288a5976036A725879164Ca3e91d30c6A1B/logo.png b/blockchains/ethereum/assets/0x8a854288a5976036A725879164Ca3e91d30c6A1B/logo.png
deleted file mode 100644
index 6a5fbdf637daf..0000000000000
Binary files a/blockchains/ethereum/assets/0x8a854288a5976036A725879164Ca3e91d30c6A1B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8a88f04e0c905054D2F33b26BB3A46D7091A039A/info.json b/blockchains/ethereum/assets/0x8a88f04e0c905054D2F33b26BB3A46D7091A039A/info.json
deleted file mode 100644
index e66433e161535..0000000000000
--- a/blockchains/ethereum/assets/0x8a88f04e0c905054D2F33b26BB3A46D7091A039A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IG",
- "symbol": "IG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://igtoken.net/",
- "explorer": "https://etherscan.io/token/0x8a88f04e0c905054D2F33b26BB3A46D7091A039A",
- "status": "abandoned",
- "id": "0x8a88f04e0c905054D2F33b26BB3A46D7091A039A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8a88f04e0c905054D2F33b26BB3A46D7091A039A/logo.png b/blockchains/ethereum/assets/0x8a88f04e0c905054D2F33b26BB3A46D7091A039A/logo.png
deleted file mode 100644
index aa1eb72fec3b5..0000000000000
Binary files a/blockchains/ethereum/assets/0x8a88f04e0c905054D2F33b26BB3A46D7091A039A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8a99E2dAE13e4df4A6aA2A9Db2d6A7901eD0107D/info.json b/blockchains/ethereum/assets/0x8a99E2dAE13e4df4A6aA2A9Db2d6A7901eD0107D/info.json
deleted file mode 100644
index e62e1cfcb09f4..0000000000000
--- a/blockchains/ethereum/assets/0x8a99E2dAE13e4df4A6aA2A9Db2d6A7901eD0107D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vibrant Finance",
- "symbol": "ViFi",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8a99E2dAE13e4df4A6aA2A9Db2d6A7901eD0107D",
- "status": "abandoned",
- "id": "0x8a99E2dAE13e4df4A6aA2A9Db2d6A7901eD0107D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8a99E2dAE13e4df4A6aA2A9Db2d6A7901eD0107D/logo.png b/blockchains/ethereum/assets/0x8a99E2dAE13e4df4A6aA2A9Db2d6A7901eD0107D/logo.png
deleted file mode 100644
index c0d03b67ff3d7..0000000000000
Binary files a/blockchains/ethereum/assets/0x8a99E2dAE13e4df4A6aA2A9Db2d6A7901eD0107D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8aA33A7899FCC8eA5fBe6A608A109c3893A1B8b2/info.json b/blockchains/ethereum/assets/0x8aA33A7899FCC8eA5fBe6A608A109c3893A1B8b2/info.json
deleted file mode 100644
index 02c1193d7ed2c..0000000000000
--- a/blockchains/ethereum/assets/0x8aA33A7899FCC8eA5fBe6A608A109c3893A1B8b2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dao.Casino",
- "symbol": "BET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://daobet.org/",
- "explorer": "https://etherscan.io/token/0x8aA33A7899FCC8eA5fBe6A608A109c3893A1B8b2",
- "status": "abandoned",
- "id": "0x8aA33A7899FCC8eA5fBe6A608A109c3893A1B8b2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8aA33A7899FCC8eA5fBe6A608A109c3893A1B8b2/logo.png b/blockchains/ethereum/assets/0x8aA33A7899FCC8eA5fBe6A608A109c3893A1B8b2/logo.png
deleted file mode 100755
index c1152d0e5f772..0000000000000
Binary files a/blockchains/ethereum/assets/0x8aA33A7899FCC8eA5fBe6A608A109c3893A1B8b2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8aD6739649f1fbF079882C14D27862d5c2206660/info.json b/blockchains/ethereum/assets/0x8aD6739649f1fbF079882C14D27862d5c2206660/info.json
deleted file mode 100644
index 819e17b137325..0000000000000
--- a/blockchains/ethereum/assets/0x8aD6739649f1fbF079882C14D27862d5c2206660/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IOU Loyalty Exchange Token",
- "symbol": "IOUX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://iou.io/",
- "explorer": "https://etherscan.io/token/0x8aD6739649f1fbF079882C14D27862d5c2206660",
- "status": "abandoned",
- "id": "0x8aD6739649f1fbF079882C14D27862d5c2206660"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8aD6739649f1fbF079882C14D27862d5c2206660/logo.png b/blockchains/ethereum/assets/0x8aD6739649f1fbF079882C14D27862d5c2206660/logo.png
deleted file mode 100644
index 0ed7aba0a7886..0000000000000
Binary files a/blockchains/ethereum/assets/0x8aD6739649f1fbF079882C14D27862d5c2206660/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8aF1ED18AF94CBC846991731702111AfbF904b45/info.json b/blockchains/ethereum/assets/0x8aF1ED18AF94CBC846991731702111AfbF904b45/info.json
deleted file mode 100644
index 0d603f0716982..0000000000000
--- a/blockchains/ethereum/assets/0x8aF1ED18AF94CBC846991731702111AfbF904b45/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Injective Protocol",
- "symbol": "IPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8aF1ED18AF94CBC846991731702111AfbF904b45",
- "status": "abandoned",
- "id": "0x8aF1ED18AF94CBC846991731702111AfbF904b45"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8aF1ED18AF94CBC846991731702111AfbF904b45/logo.png b/blockchains/ethereum/assets/0x8aF1ED18AF94CBC846991731702111AfbF904b45/logo.png
deleted file mode 100644
index c300874a2be04..0000000000000
Binary files a/blockchains/ethereum/assets/0x8aF1ED18AF94CBC846991731702111AfbF904b45/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8aF5648EC4ACa18484a2718c6f7672e51DC152BF/info.json b/blockchains/ethereum/assets/0x8aF5648EC4ACa18484a2718c6f7672e51DC152BF/info.json
deleted file mode 100644
index 112a71cd46a8f..0000000000000
--- a/blockchains/ethereum/assets/0x8aF5648EC4ACa18484a2718c6f7672e51DC152BF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Payeer KRW",
- "symbol": "PKRW",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8aF5648EC4ACa18484a2718c6f7672e51DC152BF",
- "status": "abandoned",
- "id": "0x8aF5648EC4ACa18484a2718c6f7672e51DC152BF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8aF5648EC4ACa18484a2718c6f7672e51DC152BF/logo.png b/blockchains/ethereum/assets/0x8aF5648EC4ACa18484a2718c6f7672e51DC152BF/logo.png
deleted file mode 100644
index ed2699d4a02c0..0000000000000
Binary files a/blockchains/ethereum/assets/0x8aF5648EC4ACa18484a2718c6f7672e51DC152BF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8aa688AB789d1848d131C65D98CEAA8875D97eF1/info.json b/blockchains/ethereum/assets/0x8aa688AB789d1848d131C65D98CEAA8875D97eF1/info.json
deleted file mode 100644
index 2f247e976e145..0000000000000
--- a/blockchains/ethereum/assets/0x8aa688AB789d1848d131C65D98CEAA8875D97eF1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MultiVAC",
- "symbol": "MTV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.mtv.ac",
- "explorer": "https://etherscan.io/token/0x8aa688AB789d1848d131C65D98CEAA8875D97eF1",
- "status": "abandoned",
- "id": "0x8aa688AB789d1848d131C65D98CEAA8875D97eF1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8aa688AB789d1848d131C65D98CEAA8875D97eF1/logo.png b/blockchains/ethereum/assets/0x8aa688AB789d1848d131C65D98CEAA8875D97eF1/logo.png
deleted file mode 100644
index 7a3b3c819ea9f..0000000000000
Binary files a/blockchains/ethereum/assets/0x8aa688AB789d1848d131C65D98CEAA8875D97eF1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8aaFB952f6F3BE554aca3aC2Ba0506e20F2bDCD6/info.json b/blockchains/ethereum/assets/0x8aaFB952f6F3BE554aca3aC2Ba0506e20F2bDCD6/info.json
deleted file mode 100644
index 60d30b1bf4aa9..0000000000000
--- a/blockchains/ethereum/assets/0x8aaFB952f6F3BE554aca3aC2Ba0506e20F2bDCD6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "cgturbo",
- "symbol": "BCG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8aaFB952f6F3BE554aca3aC2Ba0506e20F2bDCD6",
- "status": "abandoned",
- "id": "0x8aaFB952f6F3BE554aca3aC2Ba0506e20F2bDCD6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8aaFB952f6F3BE554aca3aC2Ba0506e20F2bDCD6/logo.png b/blockchains/ethereum/assets/0x8aaFB952f6F3BE554aca3aC2Ba0506e20F2bDCD6/logo.png
deleted file mode 100644
index aa07077f22e42..0000000000000
Binary files a/blockchains/ethereum/assets/0x8aaFB952f6F3BE554aca3aC2Ba0506e20F2bDCD6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8ab0565dFE65BF9BE754D7b0Dadbb42c4eCaEC01/info.json b/blockchains/ethereum/assets/0x8ab0565dFE65BF9BE754D7b0Dadbb42c4eCaEC01/info.json
deleted file mode 100644
index 28d55518e13bc..0000000000000
--- a/blockchains/ethereum/assets/0x8ab0565dFE65BF9BE754D7b0Dadbb42c4eCaEC01/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "The Luxury Coin",
- "symbol": "TLB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8ab0565dFE65BF9BE754D7b0Dadbb42c4eCaEC01",
- "status": "abandoned",
- "id": "0x8ab0565dFE65BF9BE754D7b0Dadbb42c4eCaEC01"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8ab0565dFE65BF9BE754D7b0Dadbb42c4eCaEC01/logo.png b/blockchains/ethereum/assets/0x8ab0565dFE65BF9BE754D7b0Dadbb42c4eCaEC01/logo.png
deleted file mode 100644
index f10ea3aa25576..0000000000000
Binary files a/blockchains/ethereum/assets/0x8ab0565dFE65BF9BE754D7b0Dadbb42c4eCaEC01/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8aeD3f09FFaA1e6246E3b4b5790F13E1976f6055/info.json b/blockchains/ethereum/assets/0x8aeD3f09FFaA1e6246E3b4b5790F13E1976f6055/info.json
deleted file mode 100644
index ed2769975b55b..0000000000000
--- a/blockchains/ethereum/assets/0x8aeD3f09FFaA1e6246E3b4b5790F13E1976f6055/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZONTO Token",
- "symbol": "ZONTO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8aeD3f09FFaA1e6246E3b4b5790F13E1976f6055",
- "status": "abandoned",
- "id": "0x8aeD3f09FFaA1e6246E3b4b5790F13E1976f6055"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8aeD3f09FFaA1e6246E3b4b5790F13E1976f6055/logo.png b/blockchains/ethereum/assets/0x8aeD3f09FFaA1e6246E3b4b5790F13E1976f6055/logo.png
deleted file mode 100644
index d47796d293d50..0000000000000
Binary files a/blockchains/ethereum/assets/0x8aeD3f09FFaA1e6246E3b4b5790F13E1976f6055/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8b0E42F366bA502d787BB134478aDfAE966C8798/info.json b/blockchains/ethereum/assets/0x8b0E42F366bA502d787BB134478aDfAE966C8798/info.json
deleted file mode 100644
index 07ef3f4abc9b5..0000000000000
--- a/blockchains/ethereum/assets/0x8b0E42F366bA502d787BB134478aDfAE966C8798/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "LABS Group ",
- "type": "ERC20",
- "symbol": "LABS",
- "decimals": 18,
- "website": "https://labsgroup.io",
- "description": "LABS is disrupting real estate investments in the largest asset class through the world's first end to end real estate investment ecosystem by fractionalizing real estate investments. Powered by the LABS ecosystem token through decentralized finance (DeFi) and governance.\\n\\nLABS tokens are utility tokens with the G.A.I.N.S. model, namely governance, access (to projects), Incentives, nomination (rights) and staking (for rewards).",
- "explorer": "https://etherscan.io/token/0x8b0E42F366bA502d787BB134478aDfAE966C8798",
- "status": "active",
- "id": "0x8b0E42F366bA502d787BB134478aDfAE966C8798",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/labsgroupio"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/labsgroupio"
- },
- {
- "name": "medium",
- "url": "https://labsgroupio.medium.com"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCFE1WiuctumRk9CRNRjJoWA"
- },
- {
- "name": "whitepaper",
- "url": "https://labsgroup.io/wp-content/LABS_Whitepaper_en.pdf"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/LabsGroupio/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8b0E42F366bA502d787BB134478aDfAE966C8798/logo.png b/blockchains/ethereum/assets/0x8b0E42F366bA502d787BB134478aDfAE966C8798/logo.png
deleted file mode 100644
index 2dd362d63a77e..0000000000000
Binary files a/blockchains/ethereum/assets/0x8b0E42F366bA502d787BB134478aDfAE966C8798/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8b12739dF8760a67e79afbE0Cd8cF113c009F411/info.json b/blockchains/ethereum/assets/0x8b12739dF8760a67e79afbE0Cd8cF113c009F411/info.json
deleted file mode 100644
index 383bcb4f2d70d..0000000000000
--- a/blockchains/ethereum/assets/0x8b12739dF8760a67e79afbE0Cd8cF113c009F411/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Infinity",
- "symbol": "WJL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8b12739dF8760a67e79afbE0Cd8cF113c009F411",
- "status": "abandoned",
- "id": "0x8b12739dF8760a67e79afbE0Cd8cF113c009F411"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8b12739dF8760a67e79afbE0Cd8cF113c009F411/logo.png b/blockchains/ethereum/assets/0x8b12739dF8760a67e79afbE0Cd8cF113c009F411/logo.png
deleted file mode 100644
index 5a161f730dc37..0000000000000
Binary files a/blockchains/ethereum/assets/0x8b12739dF8760a67e79afbE0Cd8cF113c009F411/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8b353021189375591723E7384262F45709A3C3dC/info.json b/blockchains/ethereum/assets/0x8b353021189375591723E7384262F45709A3C3dC/info.json
deleted file mode 100644
index 6d8fdebb92d53..0000000000000
--- a/blockchains/ethereum/assets/0x8b353021189375591723E7384262F45709A3C3dC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tomocoin",
- "type": "ERC20",
- "symbol": "TOMO",
- "decimals": 18,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0x8b353021189375591723e7384262f45709a3c3dc",
- "status": "active",
- "id": "0x8b353021189375591723E7384262F45709A3C3dC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8b353021189375591723E7384262F45709A3C3dC/logo.png b/blockchains/ethereum/assets/0x8b353021189375591723E7384262F45709A3C3dC/logo.png
deleted file mode 100755
index 6028ff2e37bb1..0000000000000
Binary files a/blockchains/ethereum/assets/0x8b353021189375591723E7384262F45709A3C3dC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8b385Ca3592A5EFc34E0C9fE663de56897F1751F/info.json b/blockchains/ethereum/assets/0x8b385Ca3592A5EFc34E0C9fE663de56897F1751F/info.json
deleted file mode 100644
index 0a481b0fe34b7..0000000000000
--- a/blockchains/ethereum/assets/0x8b385Ca3592A5EFc34E0C9fE663de56897F1751F/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "INFibit",
- "type": "ERC20",
- "symbol": "IBIT",
- "decimals": 18,
- "website": "https://infibit.org/",
- "description": "INFibit is a decentralized blockchain-powered platform that uses $IBIT as a governance layer blockchain for other platforms as a DAO",
- "explorer": "https://etherscan.io/token/0x8b385ca3592a5efc34e0c9fe663de56897f1751f",
- "status": "active",
- "id": "0x8b385Ca3592A5EFc34E0C9fE663de56897F1751F",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/infibit"
- },
- {
- "name": "telegram",
- "url": "https://t.me/infibit/1"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/bens-finale/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8b385Ca3592A5EFc34E0C9fE663de56897F1751F/logo.png b/blockchains/ethereum/assets/0x8b385Ca3592A5EFc34E0C9fE663de56897F1751F/logo.png
deleted file mode 100644
index d1e3a04a7a079..0000000000000
Binary files a/blockchains/ethereum/assets/0x8b385Ca3592A5EFc34E0C9fE663de56897F1751F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8b42663186E45EFE5352B8366EB94b8EeF5AFe2e/info.json b/blockchains/ethereum/assets/0x8b42663186E45EFE5352B8366EB94b8EeF5AFe2e/info.json
deleted file mode 100644
index 32c1aa128d4b8..0000000000000
--- a/blockchains/ethereum/assets/0x8b42663186E45EFE5352B8366EB94b8EeF5AFe2e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Distribute Token",
- "symbol": "DIST",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8b42663186E45EFE5352B8366EB94b8EeF5AFe2e",
- "status": "abandoned",
- "id": "0x8b42663186E45EFE5352B8366EB94b8EeF5AFe2e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8b42663186E45EFE5352B8366EB94b8EeF5AFe2e/logo.png b/blockchains/ethereum/assets/0x8b42663186E45EFE5352B8366EB94b8EeF5AFe2e/logo.png
deleted file mode 100644
index bdc6c983828e5..0000000000000
Binary files a/blockchains/ethereum/assets/0x8b42663186E45EFE5352B8366EB94b8EeF5AFe2e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8b69f58BE5D02Ddc832384Ef930bfAD2F9223719/info.json b/blockchains/ethereum/assets/0x8b69f58BE5D02Ddc832384Ef930bfAD2F9223719/info.json
deleted file mode 100644
index 5114c216be28d..0000000000000
--- a/blockchains/ethereum/assets/0x8b69f58BE5D02Ddc832384Ef930bfAD2F9223719/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "N2Chain",
- "symbol": "N2C",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8b69f58BE5D02Ddc832384Ef930bfAD2F9223719",
- "status": "abandoned",
- "id": "0x8b69f58BE5D02Ddc832384Ef930bfAD2F9223719"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8b69f58BE5D02Ddc832384Ef930bfAD2F9223719/logo.png b/blockchains/ethereum/assets/0x8b69f58BE5D02Ddc832384Ef930bfAD2F9223719/logo.png
deleted file mode 100644
index a3fb846ef65a9..0000000000000
Binary files a/blockchains/ethereum/assets/0x8b69f58BE5D02Ddc832384Ef930bfAD2F9223719/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8b6CdA5CC518c904e8844f445E1A7C7d2DB0fF16/info.json b/blockchains/ethereum/assets/0x8b6CdA5CC518c904e8844f445E1A7C7d2DB0fF16/info.json
deleted file mode 100644
index 088ca1fe43777..0000000000000
--- a/blockchains/ethereum/assets/0x8b6CdA5CC518c904e8844f445E1A7C7d2DB0fF16/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SF Capital",
- "symbol": "SFCP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.sfcapital.io/",
- "explorer": "https://etherscan.io/token/0x8b6CdA5CC518c904e8844f445E1A7C7d2DB0fF16",
- "status": "abandoned",
- "id": "0x8b6CdA5CC518c904e8844f445E1A7C7d2DB0fF16"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8b6CdA5CC518c904e8844f445E1A7C7d2DB0fF16/logo.png b/blockchains/ethereum/assets/0x8b6CdA5CC518c904e8844f445E1A7C7d2DB0fF16/logo.png
deleted file mode 100644
index e932132f064d1..0000000000000
Binary files a/blockchains/ethereum/assets/0x8b6CdA5CC518c904e8844f445E1A7C7d2DB0fF16/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8b6c3b7C01D9dB4393f9aa734750F36df1543E9A/info.json b/blockchains/ethereum/assets/0x8b6c3b7C01D9dB4393f9aa734750F36df1543E9A/info.json
deleted file mode 100644
index cb6421d7102b6..0000000000000
--- a/blockchains/ethereum/assets/0x8b6c3b7C01D9dB4393f9aa734750F36df1543E9A/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "VI",
- "website": "https://vid.camera/",
- "description": "VI is the native token used in the Vid app. Vid is a social media platform that pays you for the value you provide to the platform.",
- "explorer": "https://etherscan.io/token/0x8b6c3b7C01D9dB4393f9aa734750F36df1543E9A",
- "type": "ERC20",
- "symbol": "VI",
- "decimals": 18,
- "status": "active",
- "id": "0x8b6c3b7C01D9dB4393f9aa734750F36df1543E9A",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://vid.camera/files/Vi-UBI.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8b6c3b7C01D9dB4393f9aa734750F36df1543E9A/logo.png b/blockchains/ethereum/assets/0x8b6c3b7C01D9dB4393f9aa734750F36df1543E9A/logo.png
deleted file mode 100644
index f33f9df46bc88..0000000000000
Binary files a/blockchains/ethereum/assets/0x8b6c3b7C01D9dB4393f9aa734750F36df1543E9A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8b79656FC38a04044E495e22fAD747126ca305C4/info.json b/blockchains/ethereum/assets/0x8b79656FC38a04044E495e22fAD747126ca305C4/info.json
deleted file mode 100644
index 98957c2a93151..0000000000000
--- a/blockchains/ethereum/assets/0x8b79656FC38a04044E495e22fAD747126ca305C4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AgaveCoin",
- "symbol": "AGVC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://agavecoin.io/",
- "explorer": "https://etherscan.io/token/0x8b79656FC38a04044E495e22fAD747126ca305C4",
- "status": "abandoned",
- "id": "0x8b79656FC38a04044E495e22fAD747126ca305C4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8b79656FC38a04044E495e22fAD747126ca305C4/logo.png b/blockchains/ethereum/assets/0x8b79656FC38a04044E495e22fAD747126ca305C4/logo.png
deleted file mode 100755
index 89fb6c1c5a30c..0000000000000
Binary files a/blockchains/ethereum/assets/0x8b79656FC38a04044E495e22fAD747126ca305C4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8bC2922d8544fE6e58Bb57a2D2566f0bc17FFfDD/info.json b/blockchains/ethereum/assets/0x8bC2922d8544fE6e58Bb57a2D2566f0bc17FFfDD/info.json
deleted file mode 100644
index c8f23fdec7f23..0000000000000
--- a/blockchains/ethereum/assets/0x8bC2922d8544fE6e58Bb57a2D2566f0bc17FFfDD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C548645",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8bC2922d8544fE6e58Bb57a2D2566f0bc17FFfDD",
- "status": "abandoned",
- "id": "0x8bC2922d8544fE6e58Bb57a2D2566f0bc17FFfDD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8bC2922d8544fE6e58Bb57a2D2566f0bc17FFfDD/logo.png b/blockchains/ethereum/assets/0x8bC2922d8544fE6e58Bb57a2D2566f0bc17FFfDD/logo.png
deleted file mode 100644
index 02906bafb2dc8..0000000000000
Binary files a/blockchains/ethereum/assets/0x8bC2922d8544fE6e58Bb57a2D2566f0bc17FFfDD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8bc41a9ABb969a9F8F4fdb33e566B09938d1D658/info.json b/blockchains/ethereum/assets/0x8bc41a9ABb969a9F8F4fdb33e566B09938d1D658/info.json
deleted file mode 100644
index 7b26a4b0f450f..0000000000000
--- a/blockchains/ethereum/assets/0x8bc41a9ABb969a9F8F4fdb33e566B09938d1D658/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ArcadiumToken",
- "symbol": "ARCD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8bc41a9ABb969a9F8F4fdb33e566B09938d1D658",
- "status": "abandoned",
- "id": "0x8bc41a9ABb969a9F8F4fdb33e566B09938d1D658"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8bc41a9ABb969a9F8F4fdb33e566B09938d1D658/logo.png b/blockchains/ethereum/assets/0x8bc41a9ABb969a9F8F4fdb33e566B09938d1D658/logo.png
deleted file mode 100644
index 0e268309b83cc..0000000000000
Binary files a/blockchains/ethereum/assets/0x8bc41a9ABb969a9F8F4fdb33e566B09938d1D658/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8c15Ef5b4B21951d50E53E4fbdA8298FFAD25057/info.json b/blockchains/ethereum/assets/0x8c15Ef5b4B21951d50E53E4fbdA8298FFAD25057/info.json
deleted file mode 100644
index 9bc865c7ed177..0000000000000
--- a/blockchains/ethereum/assets/0x8c15Ef5b4B21951d50E53E4fbdA8298FFAD25057/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Function X",
- "symbol": "FX",
- "type": "ERC20",
- "decimals": 18,
- "description": "A scalable, open, decentralized Function X Blockchain is now in the works. We are in the stage of testnet 3.0 which is a continuous fixing and testing process.",
- "website": "https://functionx.io/#/",
- "explorer": "https://etherscan.io/token/0x8c15Ef5b4B21951d50E53E4fbdA8298FFAD25057",
- "status": "active",
- "id": "0x8c15Ef5b4B21951d50E53E4fbdA8298FFAD25057"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8c15Ef5b4B21951d50E53E4fbdA8298FFAD25057/logo.png b/blockchains/ethereum/assets/0x8c15Ef5b4B21951d50E53E4fbdA8298FFAD25057/logo.png
deleted file mode 100644
index db23363f2448f..0000000000000
Binary files a/blockchains/ethereum/assets/0x8c15Ef5b4B21951d50E53E4fbdA8298FFAD25057/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8c20D8D54771DF6Ed6728CA7413aE95e2E5F14Ee/info.json b/blockchains/ethereum/assets/0x8c20D8D54771DF6Ed6728CA7413aE95e2E5F14Ee/info.json
deleted file mode 100644
index 15e05506f709f..0000000000000
--- a/blockchains/ethereum/assets/0x8c20D8D54771DF6Ed6728CA7413aE95e2E5F14Ee/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Garrys",
- "symbol": "GAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8c20D8D54771DF6Ed6728CA7413aE95e2E5F14Ee",
- "status": "abandoned",
- "id": "0x8c20D8D54771DF6Ed6728CA7413aE95e2E5F14Ee"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8c20D8D54771DF6Ed6728CA7413aE95e2E5F14Ee/logo.png b/blockchains/ethereum/assets/0x8c20D8D54771DF6Ed6728CA7413aE95e2E5F14Ee/logo.png
deleted file mode 100755
index 3d2d13ee942b2..0000000000000
Binary files a/blockchains/ethereum/assets/0x8c20D8D54771DF6Ed6728CA7413aE95e2E5F14Ee/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8c3eE4F778E282B59D42d693A97b80b1ed80f4Ee/info.json b/blockchains/ethereum/assets/0x8c3eE4F778E282B59D42d693A97b80b1ed80f4Ee/info.json
deleted file mode 100644
index c4b6c9bdd79d8..0000000000000
--- a/blockchains/ethereum/assets/0x8c3eE4F778E282B59D42d693A97b80b1ed80f4Ee/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "SatoPay",
- "website": "https://satopay.network/",
- "description": "Crypto Payment Gateway",
- "explorer": "https://etherscan.io/token/0x8c3eE4F778E282B59D42d693A97b80b1ed80f4Ee",
- "type": "ERC20",
- "symbol": "STOP",
- "decimals": 18,
- "status": "active",
- "id": "0x8c3eE4F778E282B59D42d693A97b80b1ed80f4Ee",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://satopay.network/whitepapper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8c3eE4F778E282B59D42d693A97b80b1ed80f4Ee/logo.png b/blockchains/ethereum/assets/0x8c3eE4F778E282B59D42d693A97b80b1ed80f4Ee/logo.png
deleted file mode 100644
index 6c2df96dd1004..0000000000000
Binary files a/blockchains/ethereum/assets/0x8c3eE4F778E282B59D42d693A97b80b1ed80f4Ee/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8c4E7f814d40f8929F9112C5D09016F923d34472/info.json b/blockchains/ethereum/assets/0x8c4E7f814d40f8929F9112C5D09016F923d34472/info.json
deleted file mode 100644
index 30afb311f2966..0000000000000
--- a/blockchains/ethereum/assets/0x8c4E7f814d40f8929F9112C5D09016F923d34472/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XCELTOKEN PLUS",
- "symbol": "XLAB",
- "type": "ERC20",
- "decimals": 18,
- "description": "XCELTOKEN PLUS (XLAB) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.xceltrip.com",
- "explorer": "https://etherscan.io/token/0x8c4E7f814d40f8929F9112C5D09016F923d34472",
- "status": "active",
- "id": "0x8c4E7f814d40f8929F9112C5D09016F923d34472"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8c4E7f814d40f8929F9112C5D09016F923d34472/logo.png b/blockchains/ethereum/assets/0x8c4E7f814d40f8929F9112C5D09016F923d34472/logo.png
deleted file mode 100644
index 8d01b3d10c8a2..0000000000000
Binary files a/blockchains/ethereum/assets/0x8c4E7f814d40f8929F9112C5D09016F923d34472/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8c69f7A4C9B38F1b48005D216c398Efb2F1Ce3e4/info.json b/blockchains/ethereum/assets/0x8c69f7A4C9B38F1b48005D216c398Efb2F1Ce3e4/info.json
deleted file mode 100644
index 3d21fb398fa39..0000000000000
--- a/blockchains/ethereum/assets/0x8c69f7A4C9B38F1b48005D216c398Efb2F1Ce3e4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave aUniMKRETH",
- "website": "https://aave.com",
- "description": "Aave UniMKRETH is an interest bearing token pegged 1:1 to the underlying MKR and ETH deposited in the Uniswap Market of Aave Protocol.",
- "explorer": "https://etherscan.io/token/0x8c69f7A4C9B38F1b48005D216c398Efb2F1Ce3e4",
- "type": "ERC20",
- "symbol": "aUniMKRETH",
- "decimals": 18,
- "status": "active",
- "id": "0x8c69f7A4C9B38F1b48005D216c398Efb2F1Ce3e4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8c69f7A4C9B38F1b48005D216c398Efb2F1Ce3e4/logo.png b/blockchains/ethereum/assets/0x8c69f7A4C9B38F1b48005D216c398Efb2F1Ce3e4/logo.png
deleted file mode 100644
index daf7e7b4b0d94..0000000000000
Binary files a/blockchains/ethereum/assets/0x8c69f7A4C9B38F1b48005D216c398Efb2F1Ce3e4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8c9E4CF756b9d01D791b95bc2D0913EF2Bf03784/info.json b/blockchains/ethereum/assets/0x8c9E4CF756b9d01D791b95bc2D0913EF2Bf03784/info.json
deleted file mode 100644
index 06455f4e7abbd..0000000000000
--- a/blockchains/ethereum/assets/0x8c9E4CF756b9d01D791b95bc2D0913EF2Bf03784/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AeroToken",
- "symbol": "AET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.aerotoken.org",
- "explorer": "https://etherscan.io/token/0x8c9E4CF756b9d01D791b95bc2D0913EF2Bf03784",
- "status": "abandoned",
- "id": "0x8c9E4CF756b9d01D791b95bc2D0913EF2Bf03784"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8c9E4CF756b9d01D791b95bc2D0913EF2Bf03784/logo.png b/blockchains/ethereum/assets/0x8c9E4CF756b9d01D791b95bc2D0913EF2Bf03784/logo.png
deleted file mode 100644
index 8ceb39f23dd7b..0000000000000
Binary files a/blockchains/ethereum/assets/0x8c9E4CF756b9d01D791b95bc2D0913EF2Bf03784/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8c9d8f5CC3427F460e20F63b36992f74AA19e27d/info.json b/blockchains/ethereum/assets/0x8c9d8f5CC3427F460e20F63b36992f74AA19e27d/info.json
deleted file mode 100644
index 61dca26950f91..0000000000000
--- a/blockchains/ethereum/assets/0x8c9d8f5CC3427F460e20F63b36992f74AA19e27d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DeFiat Points",
- "website": "https://defiat.net/",
- "description": "DeFiat Points is the secondary, inflationary asset of the DeFiat ecosystem, granted for network participation.",
- "explorer": "https://etherscan.io/token/0x8c9d8f5CC3427F460e20F63b36992f74AA19e27d",
- "type": "ERC20",
- "symbol": "DFTP",
- "decimals": 18,
- "status": "active",
- "id": "0x8c9d8f5CC3427F460e20F63b36992f74AA19e27d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8c9d8f5CC3427F460e20F63b36992f74AA19e27d/logo.png b/blockchains/ethereum/assets/0x8c9d8f5CC3427F460e20F63b36992f74AA19e27d/logo.png
deleted file mode 100644
index 8206ee6c85826..0000000000000
Binary files a/blockchains/ethereum/assets/0x8c9d8f5CC3427F460e20F63b36992f74AA19e27d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8cACd0Fa3b9A4B0A8734f0F1c1da162690a50Ab1/info.json b/blockchains/ethereum/assets/0x8cACd0Fa3b9A4B0A8734f0F1c1da162690a50Ab1/info.json
deleted file mode 100644
index acd0612ce544d..0000000000000
--- a/blockchains/ethereum/assets/0x8cACd0Fa3b9A4B0A8734f0F1c1da162690a50Ab1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Barthor",
- "symbol": "BRC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8cACd0Fa3b9A4B0A8734f0F1c1da162690a50Ab1",
- "status": "abandoned",
- "id": "0x8cACd0Fa3b9A4B0A8734f0F1c1da162690a50Ab1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8cACd0Fa3b9A4B0A8734f0F1c1da162690a50Ab1/logo.png b/blockchains/ethereum/assets/0x8cACd0Fa3b9A4B0A8734f0F1c1da162690a50Ab1/logo.png
deleted file mode 100644
index a296d465c007d..0000000000000
Binary files a/blockchains/ethereum/assets/0x8cACd0Fa3b9A4B0A8734f0F1c1da162690a50Ab1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8cBD4D5FBeE7C99Cb2704e7c0031733A72834ff8/info.json b/blockchains/ethereum/assets/0x8cBD4D5FBeE7C99Cb2704e7c0031733A72834ff8/info.json
deleted file mode 100644
index 8ac309eda2056..0000000000000
--- a/blockchains/ethereum/assets/0x8cBD4D5FBeE7C99Cb2704e7c0031733A72834ff8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UTOPIA CITIZEN",
- "symbol": "UTOC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8cBD4D5FBeE7C99Cb2704e7c0031733A72834ff8",
- "status": "abandoned",
- "id": "0x8cBD4D5FBeE7C99Cb2704e7c0031733A72834ff8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8cBD4D5FBeE7C99Cb2704e7c0031733A72834ff8/logo.png b/blockchains/ethereum/assets/0x8cBD4D5FBeE7C99Cb2704e7c0031733A72834ff8/logo.png
deleted file mode 100644
index a3570a70b5703..0000000000000
Binary files a/blockchains/ethereum/assets/0x8cBD4D5FBeE7C99Cb2704e7c0031733A72834ff8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8cb1d155a5a1d5d667611b7710920fD9D1CD727F/info.json b/blockchains/ethereum/assets/0x8cb1d155a5a1d5d667611b7710920fD9D1CD727F/info.json
deleted file mode 100644
index acbdf3dd2de47..0000000000000
--- a/blockchains/ethereum/assets/0x8cb1d155a5a1d5d667611b7710920fD9D1CD727F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aircoins",
- "symbol": "AIRx",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://aircoins.io/",
- "explorer": "https://etherscan.io/token/0x8cb1d155a5a1d5d667611b7710920fD9D1CD727F",
- "status": "abandoned",
- "id": "0x8cb1d155a5a1d5d667611b7710920fD9D1CD727F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8cb1d155a5a1d5d667611b7710920fD9D1CD727F/logo.png b/blockchains/ethereum/assets/0x8cb1d155a5a1d5d667611b7710920fD9D1CD727F/logo.png
deleted file mode 100644
index 8c485255345c6..0000000000000
Binary files a/blockchains/ethereum/assets/0x8cb1d155a5a1d5d667611b7710920fD9D1CD727F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8d284499fC4cD9B5415FeaFe1DFf26586be717B9/info.json b/blockchains/ethereum/assets/0x8d284499fC4cD9B5415FeaFe1DFf26586be717B9/info.json
deleted file mode 100644
index e454e28050c80..0000000000000
--- a/blockchains/ethereum/assets/0x8d284499fC4cD9B5415FeaFe1DFf26586be717B9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CRP Token published by Soompay Korea",
- "symbol": "CRP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8d284499fC4cD9B5415FeaFe1DFf26586be717B9",
- "status": "abandoned",
- "id": "0x8d284499fC4cD9B5415FeaFe1DFf26586be717B9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8d284499fC4cD9B5415FeaFe1DFf26586be717B9/logo.png b/blockchains/ethereum/assets/0x8d284499fC4cD9B5415FeaFe1DFf26586be717B9/logo.png
deleted file mode 100644
index 99fcdf78dc021..0000000000000
Binary files a/blockchains/ethereum/assets/0x8d284499fC4cD9B5415FeaFe1DFf26586be717B9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8d5A69dc82a47594881256F2eef81770274fA30f/info.json b/blockchains/ethereum/assets/0x8d5A69dc82a47594881256F2eef81770274fA30f/info.json
deleted file mode 100644
index df4de9ba371ca..0000000000000
--- a/blockchains/ethereum/assets/0x8d5A69dc82a47594881256F2eef81770274fA30f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NATCOIN",
- "symbol": "NTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8d5A69dc82a47594881256F2eef81770274fA30f",
- "status": "abandoned",
- "id": "0x8d5A69dc82a47594881256F2eef81770274fA30f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8d5A69dc82a47594881256F2eef81770274fA30f/logo.png b/blockchains/ethereum/assets/0x8d5A69dc82a47594881256F2eef81770274fA30f/logo.png
deleted file mode 100644
index 3e76ee99b2af4..0000000000000
Binary files a/blockchains/ethereum/assets/0x8d5A69dc82a47594881256F2eef81770274fA30f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8d80de8A78198396329dfA769aD54d24bF90E7aa/info.json b/blockchains/ethereum/assets/0x8d80de8A78198396329dfA769aD54d24bF90E7aa/info.json
deleted file mode 100644
index 4f6ad76a4191a..0000000000000
--- a/blockchains/ethereum/assets/0x8d80de8A78198396329dfA769aD54d24bF90E7aa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nami ICO",
- "symbol": "NAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://nami.trade/",
- "explorer": "https://etherscan.io/token/0x8d80de8A78198396329dfA769aD54d24bF90E7aa",
- "status": "abandoned",
- "id": "0x8d80de8A78198396329dfA769aD54d24bF90E7aa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8d80de8A78198396329dfA769aD54d24bF90E7aa/logo.png b/blockchains/ethereum/assets/0x8d80de8A78198396329dfA769aD54d24bF90E7aa/logo.png
deleted file mode 100755
index 0ab51d9e2d702..0000000000000
Binary files a/blockchains/ethereum/assets/0x8d80de8A78198396329dfA769aD54d24bF90E7aa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8d94296e7E171A98b199eca7F511311DDE6A8DB6/info.json b/blockchains/ethereum/assets/0x8d94296e7E171A98b199eca7F511311DDE6A8DB6/info.json
deleted file mode 100644
index b57cab16cff24..0000000000000
--- a/blockchains/ethereum/assets/0x8d94296e7E171A98b199eca7F511311DDE6A8DB6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SquareX",
- "symbol": "SQX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8d94296e7E171A98b199eca7F511311DDE6A8DB6",
- "status": "abandoned",
- "id": "0x8d94296e7E171A98b199eca7F511311DDE6A8DB6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8d94296e7E171A98b199eca7F511311DDE6A8DB6/logo.png b/blockchains/ethereum/assets/0x8d94296e7E171A98b199eca7F511311DDE6A8DB6/logo.png
deleted file mode 100644
index fadc28434a20c..0000000000000
Binary files a/blockchains/ethereum/assets/0x8d94296e7E171A98b199eca7F511311DDE6A8DB6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8d9626315e8025B81c3BDb926Db4C51DDE237f52/info.json b/blockchains/ethereum/assets/0x8d9626315e8025B81c3BDb926Db4C51DDE237f52/info.json
deleted file mode 100644
index b25de49cfe357..0000000000000
--- a/blockchains/ethereum/assets/0x8d9626315e8025B81c3BDb926Db4C51DDE237f52/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PLAAS",
- "symbol": "PLS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8d9626315e8025B81c3BDb926Db4C51DDE237f52",
- "status": "abandoned",
- "id": "0x8d9626315e8025B81c3BDb926Db4C51DDE237f52"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8d9626315e8025B81c3BDb926Db4C51DDE237f52/logo.png b/blockchains/ethereum/assets/0x8d9626315e8025B81c3BDb926Db4C51DDE237f52/logo.png
deleted file mode 100755
index f731b7952476a..0000000000000
Binary files a/blockchains/ethereum/assets/0x8d9626315e8025B81c3BDb926Db4C51DDE237f52/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8d96B4ab6C741a4C8679AE323a100d74f085BA8F/info.json b/blockchains/ethereum/assets/0x8d96B4ab6C741a4C8679AE323a100d74f085BA8F/info.json
deleted file mode 100644
index 50f25d4987d88..0000000000000
--- a/blockchains/ethereum/assets/0x8d96B4ab6C741a4C8679AE323a100d74f085BA8F/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Bazaars",
- "type": "ERC20",
- "symbol": "BZR",
- "decimals": 18,
- "website": "https://bazaars.io",
- "description": "Adding BZR Token Logo to Trust Wallet Assets Repo",
- "explorer": "https://etherscan.io/token/0x8d96B4ab6C741a4C8679AE323a100d74f085BA8F",
- "status": "active",
- "id": "0x8d96B4ab6C741a4C8679AE323a100d74f085BA8F",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Bazaars_project"
- },
- {
- "name": "github",
- "url": "https://github.com/Bazaars-project"
- },
- {
- "name": "telegram",
- "url": "https://t.me/+47OlE7imAd8yNjQ0"
- }
- ],
- "tags": [
- "governance"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x8d96B4ab6C741a4C8679AE323a100d74f085BA8F/logo.png b/blockchains/ethereum/assets/0x8d96B4ab6C741a4C8679AE323a100d74f085BA8F/logo.png
deleted file mode 100644
index 55d19d6f4d0d1..0000000000000
Binary files a/blockchains/ethereum/assets/0x8d96B4ab6C741a4C8679AE323a100d74f085BA8F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8d9AB766cC475AA16AEF6529Fe5D4cd2c7ccFc98/info.json b/blockchains/ethereum/assets/0x8d9AB766cC475AA16AEF6529Fe5D4cd2c7ccFc98/info.json
deleted file mode 100644
index 194b938da634c..0000000000000
--- a/blockchains/ethereum/assets/0x8d9AB766cC475AA16AEF6529Fe5D4cd2c7ccFc98/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WAM",
- "symbol": "WAM",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8d9AB766cC475AA16AEF6529Fe5D4cd2c7ccFc98",
- "status": "abandoned",
- "id": "0x8d9AB766cC475AA16AEF6529Fe5D4cd2c7ccFc98"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8d9AB766cC475AA16AEF6529Fe5D4cd2c7ccFc98/logo.png b/blockchains/ethereum/assets/0x8d9AB766cC475AA16AEF6529Fe5D4cd2c7ccFc98/logo.png
deleted file mode 100644
index b86aa7db4be82..0000000000000
Binary files a/blockchains/ethereum/assets/0x8d9AB766cC475AA16AEF6529Fe5D4cd2c7ccFc98/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8dA18119eF2A42b2eb3A93707cFD0107fC2A0eaC/info.json b/blockchains/ethereum/assets/0x8dA18119eF2A42b2eb3A93707cFD0107fC2A0eaC/info.json
deleted file mode 100644
index 58b43523037ab..0000000000000
--- a/blockchains/ethereum/assets/0x8dA18119eF2A42b2eb3A93707cFD0107fC2A0eaC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-23/30M83",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8dA18119eF2A42b2eb3A93707cFD0107fC2A0eaC",
- "status": "abandoned",
- "id": "0x8dA18119eF2A42b2eb3A93707cFD0107fC2A0eaC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8dA18119eF2A42b2eb3A93707cFD0107fC2A0eaC/logo.png b/blockchains/ethereum/assets/0x8dA18119eF2A42b2eb3A93707cFD0107fC2A0eaC/logo.png
deleted file mode 100644
index 229b812730c55..0000000000000
Binary files a/blockchains/ethereum/assets/0x8dA18119eF2A42b2eb3A93707cFD0107fC2A0eaC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8dAE6Cb04688C62d939ed9B68d32Bc62e49970b1/info.json b/blockchains/ethereum/assets/0x8dAE6Cb04688C62d939ed9B68d32Bc62e49970b1/info.json
deleted file mode 100644
index da8d2aba30798..0000000000000
--- a/blockchains/ethereum/assets/0x8dAE6Cb04688C62d939ed9B68d32Bc62e49970b1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave CRV",
- "symbol": "aCRV",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave CRV is an interest bearing token pegged 1:1 to the underlying CRV deposited in Aave. aCRV accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x8dAE6Cb04688C62d939ed9B68d32Bc62e49970b1",
- "status": "active",
- "id": "0x8dAE6Cb04688C62d939ed9B68d32Bc62e49970b1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8dAE6Cb04688C62d939ed9B68d32Bc62e49970b1/logo.png b/blockchains/ethereum/assets/0x8dAE6Cb04688C62d939ed9B68d32Bc62e49970b1/logo.png
deleted file mode 100644
index 9f6f6f6ae73b2..0000000000000
Binary files a/blockchains/ethereum/assets/0x8dAE6Cb04688C62d939ed9B68d32Bc62e49970b1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8dAEBADE922dF735c38C80C7eBD708Af50815fAa/info.json b/blockchains/ethereum/assets/0x8dAEBADE922dF735c38C80C7eBD708Af50815fAa/info.json
deleted file mode 100644
index 6601610e3da2e..0000000000000
--- a/blockchains/ethereum/assets/0x8dAEBADE922dF735c38C80C7eBD708Af50815fAa/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "tBTC",
- "website": "https://tbtc.network/",
- "description": "tBTC is a trustlessly Bitcoin-backed ERC-20 token.",
- "explorer": "https://etherscan.io/token/0x8dAEBADE922dF735c38C80C7eBD708Af50815fAa",
- "type": "ERC20",
- "symbol": "TBTC",
- "decimals": 18,
- "status": "active",
- "id": "0x8dAEBADE922dF735c38C80C7eBD708Af50815fAa",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/keep-network/tbtc"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/tBTC_project"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/KeepNetwork"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8dAEBADE922dF735c38C80C7eBD708Af50815fAa/logo.png b/blockchains/ethereum/assets/0x8dAEBADE922dF735c38C80C7eBD708Af50815fAa/logo.png
deleted file mode 100644
index 25d192499dabf..0000000000000
Binary files a/blockchains/ethereum/assets/0x8dAEBADE922dF735c38C80C7eBD708Af50815fAa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8dB54ca569D3019A2ba126D03C37c44b5eF81EF6/info.json b/blockchains/ethereum/assets/0x8dB54ca569D3019A2ba126D03C37c44b5eF81EF6/info.json
deleted file mode 100644
index b2795ce6479b5..0000000000000
--- a/blockchains/ethereum/assets/0x8dB54ca569D3019A2ba126D03C37c44b5eF81EF6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DataWallet Token",
- "symbol": "DXT",
- "type": "ERC20",
- "decimals": 8,
- "description": "DXT is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://datawallet.com",
- "explorer": "https://etherscan.io/token/0x8dB54ca569D3019A2ba126D03C37c44b5eF81EF6",
- "status": "active",
- "id": "0x8dB54ca569D3019A2ba126D03C37c44b5eF81EF6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8dB54ca569D3019A2ba126D03C37c44b5eF81EF6/logo.png b/blockchains/ethereum/assets/0x8dB54ca569D3019A2ba126D03C37c44b5eF81EF6/logo.png
deleted file mode 100644
index c52036633e138..0000000000000
Binary files a/blockchains/ethereum/assets/0x8dB54ca569D3019A2ba126D03C37c44b5eF81EF6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8db6Da2120b346FAa7f206841f2FB005BBE0DFD8/info.json b/blockchains/ethereum/assets/0x8db6Da2120b346FAa7f206841f2FB005BBE0DFD8/info.json
deleted file mode 100644
index 8223dfbec74e3..0000000000000
--- a/blockchains/ethereum/assets/0x8db6Da2120b346FAa7f206841f2FB005BBE0DFD8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Paul Razvan Berg",
- "symbol": "PAUL",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8db6Da2120b346FAa7f206841f2FB005BBE0DFD8",
- "status": "abandoned",
- "id": "0x8db6Da2120b346FAa7f206841f2FB005BBE0DFD8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8db6Da2120b346FAa7f206841f2FB005BBE0DFD8/logo.png b/blockchains/ethereum/assets/0x8db6Da2120b346FAa7f206841f2FB005BBE0DFD8/logo.png
deleted file mode 100644
index 5ac53382ddc1f..0000000000000
Binary files a/blockchains/ethereum/assets/0x8db6Da2120b346FAa7f206841f2FB005BBE0DFD8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8dc89F4716E027394Bba225b82328C1ea2Ea58Bf/info.json b/blockchains/ethereum/assets/0x8dc89F4716E027394Bba225b82328C1ea2Ea58Bf/info.json
deleted file mode 100644
index 614bdbbdf0d69..0000000000000
--- a/blockchains/ethereum/assets/0x8dc89F4716E027394Bba225b82328C1ea2Ea58Bf/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Galaxy Villains",
- "type": "ERC20",
- "symbol": "GVC",
- "decimals": 18,
- "website": "https://galaxyvillains.com",
- "description": "Galaxy Villains is a community driven token under the Galaxy Heroes ecosystem. GVC is your gateway to a decentralized galaxy where holders can take leadership of their finances and earn sparkly rewards.",
- "explorer": "https://etherscan.io/token/0x8dc89f4716e027394bba225b82328c1ea2ea58bf",
- "status": "active",
- "id": "0x8dc89F4716E027394Bba225b82328C1ea2Ea58Bf",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/villainsgvc"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/galaxy-villans/"
- },
- {
- "name": "github",
- "url": "https://github.com/sumner770/GalaxyVillains"
- },
- {
- "name": "telegram",
- "url": "https://t.me/galaxyvillains"
- },
- {
- "name": "discord",
- "url": "https://discord.com/galaxycoins"
- },
- {
- "name": "whitepaper",
- "url": "https://www.galaxyvillains.com/_files/ugd/834baa_0f0fbd0ed2644f17b7d9add713eb73c9.pdf"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8dc89F4716E027394Bba225b82328C1ea2Ea58Bf/logo.png b/blockchains/ethereum/assets/0x8dc89F4716E027394Bba225b82328C1ea2Ea58Bf/logo.png
deleted file mode 100644
index ac25780141b59..0000000000000
Binary files a/blockchains/ethereum/assets/0x8dc89F4716E027394Bba225b82328C1ea2Ea58Bf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8dd5fbCe2F6a956C3022bA3663759011Dd51e73E/info.json b/blockchains/ethereum/assets/0x8dd5fbCe2F6a956C3022bA3663759011Dd51e73E/info.json
deleted file mode 100644
index ddd4e635fdb37..0000000000000
--- a/blockchains/ethereum/assets/0x8dd5fbCe2F6a956C3022bA3663759011Dd51e73E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrueUSD (OLD)",
- "type": "ERC20",
- "symbol": "TUSD",
- "decimals": 18,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0x8dd5fbce2f6a956c3022ba3663759011dd51e73e",
- "status": "active",
- "id": "0x8dd5fbCe2F6a956C3022bA3663759011Dd51e73E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8dd5fbCe2F6a956C3022bA3663759011Dd51e73E/logo.png b/blockchains/ethereum/assets/0x8dd5fbCe2F6a956C3022bA3663759011Dd51e73E/logo.png
deleted file mode 100644
index 76e0bf62c1096..0000000000000
Binary files a/blockchains/ethereum/assets/0x8dd5fbCe2F6a956C3022bA3663759011Dd51e73E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8e09FE761f4Eee5DAC56024cC5eF9174231e5F1b/info.json b/blockchains/ethereum/assets/0x8e09FE761f4Eee5DAC56024cC5eF9174231e5F1b/info.json
deleted file mode 100644
index 56523c85c47dd..0000000000000
--- a/blockchains/ethereum/assets/0x8e09FE761f4Eee5DAC56024cC5eF9174231e5F1b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Indoaset",
- "symbol": "1ai",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8e09FE761f4Eee5DAC56024cC5eF9174231e5F1b",
- "status": "abandoned",
- "id": "0x8e09FE761f4Eee5DAC56024cC5eF9174231e5F1b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8e09FE761f4Eee5DAC56024cC5eF9174231e5F1b/logo.png b/blockchains/ethereum/assets/0x8e09FE761f4Eee5DAC56024cC5eF9174231e5F1b/logo.png
deleted file mode 100644
index acda539be1c5f..0000000000000
Binary files a/blockchains/ethereum/assets/0x8e09FE761f4Eee5DAC56024cC5eF9174231e5F1b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8e1b448EC7aDFc7Fa35FC2e885678bD323176E34/info.json b/blockchains/ethereum/assets/0x8e1b448EC7aDFc7Fa35FC2e885678bD323176E34/info.json
deleted file mode 100644
index bfc1a115d48e8..0000000000000
--- a/blockchains/ethereum/assets/0x8e1b448EC7aDFc7Fa35FC2e885678bD323176E34/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Egretia",
- "symbol": "EGT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Egretia (EGT) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "http://egretia.io",
- "explorer": "https://etherscan.io/token/0x8e1b448EC7aDFc7Fa35FC2e885678bD323176E34",
- "status": "active",
- "id": "0x8e1b448EC7aDFc7Fa35FC2e885678bD323176E34"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8e1b448EC7aDFc7Fa35FC2e885678bD323176E34/logo.png b/blockchains/ethereum/assets/0x8e1b448EC7aDFc7Fa35FC2e885678bD323176E34/logo.png
deleted file mode 100644
index 2f0f601311f89..0000000000000
Binary files a/blockchains/ethereum/assets/0x8e1b448EC7aDFc7Fa35FC2e885678bD323176E34/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8e57c27761EBBd381b0f9d09Bb92CeB51a358AbB/info.json b/blockchains/ethereum/assets/0x8e57c27761EBBd381b0f9d09Bb92CeB51a358AbB/info.json
deleted file mode 100644
index a0d6843379058..0000000000000
--- a/blockchains/ethereum/assets/0x8e57c27761EBBd381b0f9d09Bb92CeB51a358AbB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "extraDNA",
- "symbol": "xDNA",
- "type": "ERC20",
- "decimals": 18,
- "description": "Adaptive Social Media System.",
- "website": "https://xhumanity.org",
- "explorer": "https://etherscan.io/token/0x8e57c27761EBBd381b0f9d09Bb92CeB51a358AbB",
- "status": "active",
- "id": "0x8e57c27761EBBd381b0f9d09Bb92CeB51a358AbB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8e57c27761EBBd381b0f9d09Bb92CeB51a358AbB/logo.png b/blockchains/ethereum/assets/0x8e57c27761EBBd381b0f9d09Bb92CeB51a358AbB/logo.png
deleted file mode 100644
index 8cf99c9bfec67..0000000000000
Binary files a/blockchains/ethereum/assets/0x8e57c27761EBBd381b0f9d09Bb92CeB51a358AbB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8e9934b2F0EA602cA5Be89e9274669E896C05Ac3/info.json b/blockchains/ethereum/assets/0x8e9934b2F0EA602cA5Be89e9274669E896C05Ac3/info.json
deleted file mode 100644
index 14f07d7f66193..0000000000000
--- a/blockchains/ethereum/assets/0x8e9934b2F0EA602cA5Be89e9274669E896C05Ac3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Digital Australian Dollar",
- "symbol": "DAUD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8e9934b2F0EA602cA5Be89e9274669E896C05Ac3",
- "status": "abandoned",
- "id": "0x8e9934b2F0EA602cA5Be89e9274669E896C05Ac3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8e9934b2F0EA602cA5Be89e9274669E896C05Ac3/logo.png b/blockchains/ethereum/assets/0x8e9934b2F0EA602cA5Be89e9274669E896C05Ac3/logo.png
deleted file mode 100644
index fdb85b51e2064..0000000000000
Binary files a/blockchains/ethereum/assets/0x8e9934b2F0EA602cA5Be89e9274669E896C05Ac3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8eB24319393716668D768dCEC29356ae9CfFe285/info.json b/blockchains/ethereum/assets/0x8eB24319393716668D768dCEC29356ae9CfFe285/info.json
deleted file mode 100644
index 8e13e7958884a..0000000000000
--- a/blockchains/ethereum/assets/0x8eB24319393716668D768dCEC29356ae9CfFe285/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SingularityNET Token",
- "symbol": "AGI",
- "type": "ERC20",
- "decimals": 8,
- "description": "SingularityNET is a blockchain-powered platform that allows anybody to easily create, share, and monetize AI services, thanks to its globally-accessible AI marketplace.",
- "website": "https://singularitynet.io",
- "explorer": "https://etherscan.io/token/0x8eB24319393716668D768dCEC29356ae9CfFe285",
- "status": "abandoned",
- "id": "0x8eB24319393716668D768dCEC29356ae9CfFe285"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8eEF5a82E6Aa222a60F009ac18c24EE12dBf4b41/info.json b/blockchains/ethereum/assets/0x8eEF5a82E6Aa222a60F009ac18c24EE12dBf4b41/info.json
deleted file mode 100644
index edea0144df3ee..0000000000000
--- a/blockchains/ethereum/assets/0x8eEF5a82E6Aa222a60F009ac18c24EE12dBf4b41/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Tixl",
- "website": "https://tixl.org",
- "description": "Interoperable Smart Contracts & dApps Network",
- "explorer": "https://etherscan.io/token/0x8eEF5a82E6Aa222a60F009ac18c24EE12dBf4b41",
- "research": "",
- "type": "ERC20",
- "symbol": "TXL",
- "decimals": 18,
- "status": "active",
- "id": "0x8eEF5a82E6Aa222a60F009ac18c24EE12dBf4b41"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8eEF5a82E6Aa222a60F009ac18c24EE12dBf4b41/logo.png b/blockchains/ethereum/assets/0x8eEF5a82E6Aa222a60F009ac18c24EE12dBf4b41/logo.png
deleted file mode 100644
index 7e5220019c6b3..0000000000000
Binary files a/blockchains/ethereum/assets/0x8eEF5a82E6Aa222a60F009ac18c24EE12dBf4b41/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8eFFd494eB698cc399AF6231fCcd39E08fd20B15/info.json b/blockchains/ethereum/assets/0x8eFFd494eB698cc399AF6231fCcd39E08fd20B15/info.json
deleted file mode 100644
index 3cef4954e43fd..0000000000000
--- a/blockchains/ethereum/assets/0x8eFFd494eB698cc399AF6231fCcd39E08fd20B15/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PIX Token",
- "symbol": "PIX",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8eFFd494eB698cc399AF6231fCcd39E08fd20B15",
- "status": "abandoned",
- "id": "0x8eFFd494eB698cc399AF6231fCcd39E08fd20B15"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8eFFd494eB698cc399AF6231fCcd39E08fd20B15/logo.png b/blockchains/ethereum/assets/0x8eFFd494eB698cc399AF6231fCcd39E08fd20B15/logo.png
deleted file mode 100755
index b9787d56704ce..0000000000000
Binary files a/blockchains/ethereum/assets/0x8eFFd494eB698cc399AF6231fCcd39E08fd20B15/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8ee38cd3d0Ce2620d94Ad7DF54ac5B85d7d28935/info.json b/blockchains/ethereum/assets/0x8ee38cd3d0Ce2620d94Ad7DF54ac5B85d7d28935/info.json
deleted file mode 100644
index 1c0fc88c96a76..0000000000000
--- a/blockchains/ethereum/assets/0x8ee38cd3d0Ce2620d94Ad7DF54ac5B85d7d28935/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rudem00se",
- "symbol": "MOOSE",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8ee38cd3d0Ce2620d94Ad7DF54ac5B85d7d28935",
- "status": "abandoned",
- "id": "0x8ee38cd3d0Ce2620d94Ad7DF54ac5B85d7d28935"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8ee38cd3d0Ce2620d94Ad7DF54ac5B85d7d28935/logo.png b/blockchains/ethereum/assets/0x8ee38cd3d0Ce2620d94Ad7DF54ac5B85d7d28935/logo.png
deleted file mode 100644
index 965a2e68ec6cc..0000000000000
Binary files a/blockchains/ethereum/assets/0x8ee38cd3d0Ce2620d94Ad7DF54ac5B85d7d28935/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8efBADD950AC0910d92FCaE60cFD69D15e573Da0/info.json b/blockchains/ethereum/assets/0x8efBADD950AC0910d92FCaE60cFD69D15e573Da0/info.json
deleted file mode 100644
index bf877f2897b74..0000000000000
--- a/blockchains/ethereum/assets/0x8efBADD950AC0910d92FCaE60cFD69D15e573Da0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CICBanking",
- "symbol": "CIC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8efBADD950AC0910d92FCaE60cFD69D15e573Da0",
- "status": "abandoned",
- "id": "0x8efBADD950AC0910d92FCaE60cFD69D15e573Da0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8efBADD950AC0910d92FCaE60cFD69D15e573Da0/logo.png b/blockchains/ethereum/assets/0x8efBADD950AC0910d92FCaE60cFD69D15e573Da0/logo.png
deleted file mode 100644
index ad52937e3e721..0000000000000
Binary files a/blockchains/ethereum/assets/0x8efBADD950AC0910d92FCaE60cFD69D15e573Da0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8f006D1e1D9dC6C98996F50a4c810F17a47fBF19/info.json b/blockchains/ethereum/assets/0x8f006D1e1D9dC6C98996F50a4c810F17a47fBF19/info.json
deleted file mode 100644
index 9154082a6393f..0000000000000
--- a/blockchains/ethereum/assets/0x8f006D1e1D9dC6C98996F50a4c810F17a47fBF19/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Pleasure Coin",
- "website": "https://pleasurecoin.com/",
- "description": "Pleasure Coin (NSFW) is an ERC-20 token on Ethereum and the Polygon chain that will be utilized within the Pleasure Network, an adult industry ecosystem that empowers individuals and businesses.",
- "explorer": "https://etherscan.io/token/0x8f006d1e1d9dc6c98996f50a4c810f17a47fbf19",
- "type": "ERC20",
- "symbol": "NSFW",
- "decimals": 18,
- "status": "active",
- "tags": [
- "wrapped"
- ],
- "id": "0x8f006D1e1D9dC6C98996F50a4c810F17a47fBF19",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/pleasurecoin_crypto"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/GCHkdY6fnF"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Pleasure_coin"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/pleasure-coin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/pleasure-coin"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x8f006D1e1D9dC6C98996F50a4c810F17a47fBF19/logo.png b/blockchains/ethereum/assets/0x8f006D1e1D9dC6C98996F50a4c810F17a47fBF19/logo.png
deleted file mode 100644
index 2592a2e3e7c1c..0000000000000
Binary files a/blockchains/ethereum/assets/0x8f006D1e1D9dC6C98996F50a4c810F17a47fBF19/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8f136Cc8bEf1fEA4A7b71aa2301ff1A52F084384/info.json b/blockchains/ethereum/assets/0x8f136Cc8bEf1fEA4A7b71aa2301ff1A52F084384/info.json
deleted file mode 100644
index 934f47ca4dab7..0000000000000
--- a/blockchains/ethereum/assets/0x8f136Cc8bEf1fEA4A7b71aa2301ff1A52F084384/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "StarChainToken",
- "symbol": "STC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8f136Cc8bEf1fEA4A7b71aa2301ff1A52F084384",
- "status": "abandoned",
- "id": "0x8f136Cc8bEf1fEA4A7b71aa2301ff1A52F084384"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8f136Cc8bEf1fEA4A7b71aa2301ff1A52F084384/logo.png b/blockchains/ethereum/assets/0x8f136Cc8bEf1fEA4A7b71aa2301ff1A52F084384/logo.png
deleted file mode 100644
index 9f80eea6f59f1..0000000000000
Binary files a/blockchains/ethereum/assets/0x8f136Cc8bEf1fEA4A7b71aa2301ff1A52F084384/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8f1459743dF07b81aE11A58C5ac6f2fB5fC8F095/info.json b/blockchains/ethereum/assets/0x8f1459743dF07b81aE11A58C5ac6f2fB5fC8F095/info.json
deleted file mode 100644
index 431844cf69107..0000000000000
--- a/blockchains/ethereum/assets/0x8f1459743dF07b81aE11A58C5ac6f2fB5fC8F095/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Littrade",
- "symbol": "LTE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8f1459743dF07b81aE11A58C5ac6f2fB5fC8F095",
- "status": "abandoned",
- "id": "0x8f1459743dF07b81aE11A58C5ac6f2fB5fC8F095"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8f1459743dF07b81aE11A58C5ac6f2fB5fC8F095/logo.png b/blockchains/ethereum/assets/0x8f1459743dF07b81aE11A58C5ac6f2fB5fC8F095/logo.png
deleted file mode 100644
index 7e40fa082bc04..0000000000000
Binary files a/blockchains/ethereum/assets/0x8f1459743dF07b81aE11A58C5ac6f2fB5fC8F095/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8f3470A7388c05eE4e7AF3d01D8C722b0FF52374/info.json b/blockchains/ethereum/assets/0x8f3470A7388c05eE4e7AF3d01D8C722b0FF52374/info.json
deleted file mode 100644
index f0454e55e8ca3..0000000000000
--- a/blockchains/ethereum/assets/0x8f3470A7388c05eE4e7AF3d01D8C722b0FF52374/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Veritaseum",
- "symbol": "VERI",
- "type": "ERC20",
- "decimals": 18,
- "description": "Veritaseum is a smart contracts-based, peer-to-peer wallet interface (in beta) that currently interacts with Bitcoin blockchain (to be ported to Ethereum).",
- "website": "https://singularitynet.io",
- "explorer": "https://etherscan.io/token/0x8f3470A7388c05eE4e7AF3d01D8C722b0FF52374",
- "status": "active",
- "id": "0x8f3470A7388c05eE4e7AF3d01D8C722b0FF52374"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8f3470A7388c05eE4e7AF3d01D8C722b0FF52374/logo.png b/blockchains/ethereum/assets/0x8f3470A7388c05eE4e7AF3d01D8C722b0FF52374/logo.png
deleted file mode 100644
index 0781393203420..0000000000000
Binary files a/blockchains/ethereum/assets/0x8f3470A7388c05eE4e7AF3d01D8C722b0FF52374/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8f464bfe2292748A0FED58Bb53D3838B4CE018b0/info.json b/blockchains/ethereum/assets/0x8f464bfe2292748A0FED58Bb53D3838B4CE018b0/info.json
deleted file mode 100644
index 26edee68f0b8c..0000000000000
--- a/blockchains/ethereum/assets/0x8f464bfe2292748A0FED58Bb53D3838B4CE018b0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KEVIN",
- "symbol": "KEVIN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8f464bfe2292748A0FED58Bb53D3838B4CE018b0",
- "status": "abandoned",
- "id": "0x8f464bfe2292748A0FED58Bb53D3838B4CE018b0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8f464bfe2292748A0FED58Bb53D3838B4CE018b0/logo.png b/blockchains/ethereum/assets/0x8f464bfe2292748A0FED58Bb53D3838B4CE018b0/logo.png
deleted file mode 100644
index e77dabcd378ab..0000000000000
Binary files a/blockchains/ethereum/assets/0x8f464bfe2292748A0FED58Bb53D3838B4CE018b0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8f66A173696502A0aD280781C3e55928A06c1312/info.json b/blockchains/ethereum/assets/0x8f66A173696502A0aD280781C3e55928A06c1312/info.json
deleted file mode 100644
index 30bfaa23276fb..0000000000000
--- a/blockchains/ethereum/assets/0x8f66A173696502A0aD280781C3e55928A06c1312/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Peoplewave Token",
- "symbol": "PWV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8f66A173696502A0aD280781C3e55928A06c1312",
- "status": "abandoned",
- "id": "0x8f66A173696502A0aD280781C3e55928A06c1312"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8f66A173696502A0aD280781C3e55928A06c1312/logo.png b/blockchains/ethereum/assets/0x8f66A173696502A0aD280781C3e55928A06c1312/logo.png
deleted file mode 100644
index 0bd174e3bd423..0000000000000
Binary files a/blockchains/ethereum/assets/0x8f66A173696502A0aD280781C3e55928A06c1312/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8f693ca8D21b157107184d29D398A8D082b38b76/info.json b/blockchains/ethereum/assets/0x8f693ca8D21b157107184d29D398A8D082b38b76/info.json
deleted file mode 100644
index a8d019ce55401..0000000000000
--- a/blockchains/ethereum/assets/0x8f693ca8D21b157107184d29D398A8D082b38b76/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Streamr",
- "type": "ERC20",
- "symbol": "DATA",
- "decimals": 18,
- "website": "https://streamr.network",
- "description": "Streamr is a decentralized real‑time data network for web3. Create, share and consume data streams on an open, scalable P2P protocol with powerful tools for monetization. As a layer zero protocol, it provides a publish/subscribe messaging framework for decentralized applications built on top.",
- "explorer": "https://etherscan.io/token/0x8f693ca8D21b157107184d29D398A8D082b38b76",
- "status": "active",
- "id": "0x8f693ca8D21b157107184d29D398A8D082b38b76",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/streamr"
- },
- {
- "name": "github",
- "url": "https://github.com/streamr-dev"
- },
- {
- "name": "whitepaper",
- "url": "https://streamr.network/network-whitepaper"
- },
- {
- "name": "docs",
- "url": "https://streamr.network/docs"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/streamr"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/streamr"
- },
- {
- "name": "blog",
- "url": "https://blog.streamr.network"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8f693ca8D21b157107184d29D398A8D082b38b76/logo.png b/blockchains/ethereum/assets/0x8f693ca8D21b157107184d29D398A8D082b38b76/logo.png
deleted file mode 100644
index 9fc79a7995fc5..0000000000000
Binary files a/blockchains/ethereum/assets/0x8f693ca8D21b157107184d29D398A8D082b38b76/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8f7b0B40E27E357540F90f187d90CE06366aC5A5/info.json b/blockchains/ethereum/assets/0x8f7b0B40E27E357540F90f187d90CE06366aC5A5/info.json
deleted file mode 100644
index c766e73dcdbe4..0000000000000
--- a/blockchains/ethereum/assets/0x8f7b0B40E27E357540F90f187d90CE06366aC5A5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Value Chain",
- "symbol": "VLC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://valuechain.biz/",
- "explorer": "https://etherscan.io/token/0x8f7b0B40E27E357540F90f187d90CE06366aC5A5",
- "status": "abandoned",
- "id": "0x8f7b0B40E27E357540F90f187d90CE06366aC5A5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8f7b0B40E27E357540F90f187d90CE06366aC5A5/logo.png b/blockchains/ethereum/assets/0x8f7b0B40E27E357540F90f187d90CE06366aC5A5/logo.png
deleted file mode 100644
index bcb46e883555f..0000000000000
Binary files a/blockchains/ethereum/assets/0x8f7b0B40E27E357540F90f187d90CE06366aC5A5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8f8221aFbB33998d8584A2B05749bA73c37a938a/info.json b/blockchains/ethereum/assets/0x8f8221aFbB33998d8584A2B05749bA73c37a938a/info.json
deleted file mode 100644
index 0d5f82e83fb22..0000000000000
--- a/blockchains/ethereum/assets/0x8f8221aFbB33998d8584A2B05749bA73c37a938a/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Request Token",
- "symbol": "REQ",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Request Network itself is an Ethereum-based decentralized payment system where anyone can request a payment and receive money through secure means.",
- "website": "https://request.network",
- "explorer": "https://etherscan.io/token/0x8f8221aFbB33998d8584A2B05749bA73c37a938a",
- "status": "active",
- "id": "0x8f8221aFbB33998d8584A2B05749bA73c37a938a",
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8f8221aFbB33998d8584A2B05749bA73c37a938a/logo.png b/blockchains/ethereum/assets/0x8f8221aFbB33998d8584A2B05749bA73c37a938a/logo.png
deleted file mode 100644
index 01bd8547359d0..0000000000000
Binary files a/blockchains/ethereum/assets/0x8f8221aFbB33998d8584A2B05749bA73c37a938a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8fC01E6CbDfFaf09B54F423f9Bb1F856b22e47b2/info.json b/blockchains/ethereum/assets/0x8fC01E6CbDfFaf09B54F423f9Bb1F856b22e47b2/info.json
deleted file mode 100644
index 75e99aa87bccf..0000000000000
--- a/blockchains/ethereum/assets/0x8fC01E6CbDfFaf09B54F423f9Bb1F856b22e47b2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ObitanChain",
- "symbol": "OBTC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.obitanchain.org",
- "explorer": "https://etherscan.io/token/0x8fC01E6CbDfFaf09B54F423f9Bb1F856b22e47b2",
- "status": "abandoned",
- "id": "0x8fC01E6CbDfFaf09B54F423f9Bb1F856b22e47b2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8fC01E6CbDfFaf09B54F423f9Bb1F856b22e47b2/logo.png b/blockchains/ethereum/assets/0x8fC01E6CbDfFaf09B54F423f9Bb1F856b22e47b2/logo.png
deleted file mode 100644
index 22b0c7442f2f7..0000000000000
Binary files a/blockchains/ethereum/assets/0x8fC01E6CbDfFaf09B54F423f9Bb1F856b22e47b2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8fEEf860E9fA9326ff9d7E0058F637bE8579Cc29/info.json b/blockchains/ethereum/assets/0x8fEEf860E9fA9326ff9d7E0058F637bE8579Cc29/info.json
deleted file mode 100644
index 027dc9399c702..0000000000000
--- a/blockchains/ethereum/assets/0x8fEEf860E9fA9326ff9d7E0058F637bE8579Cc29/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "TIMERS",
- "website": "https://timers.network",
- "description": "The TIMERS token is a representation of a humans intrinsic time value. The abbreviation IPM stands for Income/Per/Minute.",
- "explorer": "https://etherscan.io/token/0x8fEEf860E9fA9326ff9d7E0058F637bE8579Cc29",
- "type": "ERC20",
- "symbol": "IPM",
- "decimals": 18,
- "status": "active",
- "id": "0x8fEEf860E9fA9326ff9d7E0058F637bE8579Cc29",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://timers.network/synopsis/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8fEEf860E9fA9326ff9d7E0058F637bE8579Cc29/logo.png b/blockchains/ethereum/assets/0x8fEEf860E9fA9326ff9d7E0058F637bE8579Cc29/logo.png
deleted file mode 100644
index 5a80b6d4878a9..0000000000000
Binary files a/blockchains/ethereum/assets/0x8fEEf860E9fA9326ff9d7E0058F637bE8579Cc29/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8fa1323590032461997eEb4E1b3F918C186b7843/info.json b/blockchains/ethereum/assets/0x8fa1323590032461997eEb4E1b3F918C186b7843/info.json
deleted file mode 100644
index 00c8ad1dc9dad..0000000000000
--- a/blockchains/ethereum/assets/0x8fa1323590032461997eEb4E1b3F918C186b7843/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 177-CN02",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8fa1323590032461997eEb4E1b3F918C186b7843",
- "status": "abandoned",
- "id": "0x8fa1323590032461997eEb4E1b3F918C186b7843"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8fa1323590032461997eEb4E1b3F918C186b7843/logo.png b/blockchains/ethereum/assets/0x8fa1323590032461997eEb4E1b3F918C186b7843/logo.png
deleted file mode 100644
index b8b06a6e30564..0000000000000
Binary files a/blockchains/ethereum/assets/0x8fa1323590032461997eEb4E1b3F918C186b7843/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8fa1a491f55D93bD40ff023956261f2fB5047297/info.json b/blockchains/ethereum/assets/0x8fa1a491f55D93bD40ff023956261f2fB5047297/info.json
deleted file mode 100644
index a24c60144ae15..0000000000000
--- a/blockchains/ethereum/assets/0x8fa1a491f55D93bD40ff023956261f2fB5047297/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short ETH-DAI 2x v2",
- "symbol": "dsETH2x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8fa1a491f55D93bD40ff023956261f2fB5047297",
- "status": "abandoned",
- "id": "0x8fa1a491f55D93bD40ff023956261f2fB5047297"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8fa1a491f55D93bD40ff023956261f2fB5047297/logo.png b/blockchains/ethereum/assets/0x8fa1a491f55D93bD40ff023956261f2fB5047297/logo.png
deleted file mode 100644
index 31d9a8e3bde45..0000000000000
Binary files a/blockchains/ethereum/assets/0x8fa1a491f55D93bD40ff023956261f2fB5047297/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8fbcB3f7a4C48dD9500BA20b5254C08D75403ba1/info.json b/blockchains/ethereum/assets/0x8fbcB3f7a4C48dD9500BA20b5254C08D75403ba1/info.json
deleted file mode 100644
index 81a827fdb8a1a..0000000000000
--- a/blockchains/ethereum/assets/0x8fbcB3f7a4C48dD9500BA20b5254C08D75403ba1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mobilink",
- "symbol": "MOBL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8fbcB3f7a4C48dD9500BA20b5254C08D75403ba1",
- "status": "abandoned",
- "id": "0x8fbcB3f7a4C48dD9500BA20b5254C08D75403ba1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8fbcB3f7a4C48dD9500BA20b5254C08D75403ba1/logo.png b/blockchains/ethereum/assets/0x8fbcB3f7a4C48dD9500BA20b5254C08D75403ba1/logo.png
deleted file mode 100755
index 7545a2bd5e9dd..0000000000000
Binary files a/blockchains/ethereum/assets/0x8fbcB3f7a4C48dD9500BA20b5254C08D75403ba1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8fc9b6354E839AB1c8B31F4afa53607092B8C2e5/info.json b/blockchains/ethereum/assets/0x8fc9b6354E839AB1c8B31F4afa53607092B8C2e5/info.json
deleted file mode 100644
index 3e3ebbbddbe48..0000000000000
--- a/blockchains/ethereum/assets/0x8fc9b6354E839AB1c8B31F4afa53607092B8C2e5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ECOSCU",
- "symbol": "ECU",
- "type": "ERC20",
- "decimals": 18,
- "description": "ECOSCU (ECU) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.ecosc.io",
- "explorer": "https://etherscan.io/token/0x8fc9b6354E839AB1c8B31F4afa53607092B8C2e5",
- "status": "active",
- "id": "0x8fc9b6354E839AB1c8B31F4afa53607092B8C2e5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8fc9b6354E839AB1c8B31F4afa53607092B8C2e5/logo.png b/blockchains/ethereum/assets/0x8fc9b6354E839AB1c8B31F4afa53607092B8C2e5/logo.png
deleted file mode 100644
index ac34fad5875d0..0000000000000
Binary files a/blockchains/ethereum/assets/0x8fc9b6354E839AB1c8B31F4afa53607092B8C2e5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x8fe19C447821B4cdCdd5012BCa1B5469cA96d80D/info.json b/blockchains/ethereum/assets/0x8fe19C447821B4cdCdd5012BCa1B5469cA96d80D/info.json
deleted file mode 100644
index 1afca9da6989a..0000000000000
--- a/blockchains/ethereum/assets/0x8fe19C447821B4cdCdd5012BCa1B5469cA96d80D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETH.TOWN Token",
- "symbol": "ETIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x8fe19C447821B4cdCdd5012BCa1B5469cA96d80D",
- "status": "abandoned",
- "id": "0x8fe19C447821B4cdCdd5012BCa1B5469cA96d80D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x8fe19C447821B4cdCdd5012BCa1B5469cA96d80D/logo.png b/blockchains/ethereum/assets/0x8fe19C447821B4cdCdd5012BCa1B5469cA96d80D/logo.png
deleted file mode 100755
index fdd6d32c8695a..0000000000000
Binary files a/blockchains/ethereum/assets/0x8fe19C447821B4cdCdd5012BCa1B5469cA96d80D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9002D4485b7594e3E850F0a206713B305113f69e/info.json b/blockchains/ethereum/assets/0x9002D4485b7594e3E850F0a206713B305113f69e/info.json
deleted file mode 100644
index ad4814bc39906..0000000000000
--- a/blockchains/ethereum/assets/0x9002D4485b7594e3E850F0a206713B305113f69e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HawalaToken",
- "symbol": "HAT",
- "type": "ERC20",
- "decimals": 12,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9002D4485b7594e3E850F0a206713B305113f69e",
- "status": "abandoned",
- "id": "0x9002D4485b7594e3E850F0a206713B305113f69e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9002D4485b7594e3E850F0a206713B305113f69e/logo.png b/blockchains/ethereum/assets/0x9002D4485b7594e3E850F0a206713B305113f69e/logo.png
deleted file mode 100755
index 16e7c0f4e289b..0000000000000
Binary files a/blockchains/ethereum/assets/0x9002D4485b7594e3E850F0a206713B305113f69e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x900b4449236a7bb26b286601dD14d2bDe7a6aC6c/info.json b/blockchains/ethereum/assets/0x900b4449236a7bb26b286601dD14d2bDe7a6aC6c/info.json
deleted file mode 100644
index 8399288796ffe..0000000000000
--- a/blockchains/ethereum/assets/0x900b4449236a7bb26b286601dD14d2bDe7a6aC6c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EARTH Token",
- "symbol": "EARTH",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://earth-token.com",
- "explorer": "https://etherscan.io/token/0x900b4449236a7bb26b286601dD14d2bDe7a6aC6c",
- "status": "abandoned",
- "id": "0x900b4449236a7bb26b286601dD14d2bDe7a6aC6c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x900b4449236a7bb26b286601dD14d2bDe7a6aC6c/logo.png b/blockchains/ethereum/assets/0x900b4449236a7bb26b286601dD14d2bDe7a6aC6c/logo.png
deleted file mode 100755
index 0be7466a01835..0000000000000
Binary files a/blockchains/ethereum/assets/0x900b4449236a7bb26b286601dD14d2bDe7a6aC6c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x90162f41886c0946D09999736f1C15c8a105A421/info.json b/blockchains/ethereum/assets/0x90162f41886c0946D09999736f1C15c8a105A421/info.json
deleted file mode 100644
index 5cfa5040d9c00..0000000000000
--- a/blockchains/ethereum/assets/0x90162f41886c0946D09999736f1C15c8a105A421/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fan Token",
- "symbol": "FAN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://tokensale.fanfare.global",
- "explorer": "https://etherscan.io/token/0x90162f41886c0946D09999736f1C15c8a105A421",
- "status": "abandoned",
- "id": "0x90162f41886c0946D09999736f1C15c8a105A421"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x90162f41886c0946D09999736f1C15c8a105A421/logo.png b/blockchains/ethereum/assets/0x90162f41886c0946D09999736f1C15c8a105A421/logo.png
deleted file mode 100644
index 372134e476f6c..0000000000000
Binary files a/blockchains/ethereum/assets/0x90162f41886c0946D09999736f1C15c8a105A421/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9025f9A59694dd939739e05beB2502a567e8326f/info.json b/blockchains/ethereum/assets/0x9025f9A59694dd939739e05beB2502a567e8326f/info.json
deleted file mode 100644
index 15c95b040d6ba..0000000000000
--- a/blockchains/ethereum/assets/0x9025f9A59694dd939739e05beB2502a567e8326f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NamTanToken",
- "symbol": "NAMTT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://namtancoin.cash",
- "explorer": "https://etherscan.io/token/0x9025f9A59694dd939739e05beB2502a567e8326f",
- "status": "abandoned",
- "id": "0x9025f9A59694dd939739e05beB2502a567e8326f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9025f9A59694dd939739e05beB2502a567e8326f/logo.png b/blockchains/ethereum/assets/0x9025f9A59694dd939739e05beB2502a567e8326f/logo.png
deleted file mode 100644
index f34e7a9c6d29c..0000000000000
Binary files a/blockchains/ethereum/assets/0x9025f9A59694dd939739e05beB2502a567e8326f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9032c02AC84A347ECF0b31e1cE5EEd5462294A99/info.json b/blockchains/ethereum/assets/0x9032c02AC84A347ECF0b31e1cE5EEd5462294A99/info.json
deleted file mode 100644
index f8c6f7a277cda..0000000000000
--- a/blockchains/ethereum/assets/0x9032c02AC84A347ECF0b31e1cE5EEd5462294A99/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FMP",
- "website": "https://famacoins.com/",
- "description": "The Famacoin sidechain Famapay, referred to as FMP. The issuance of the sidechain is the project's exploration of the Fama mainnet model. Build fast, easy-to-use, low-cost and secure blockchain applications on the Internet scale through off-chain expansion technology and incentive encryption economics. It is reported that there are 10 million FMPs in total, of which 50% are used for free airdrops and event rewards. 50% of FMP is used for FamaPay application development incentives.",
- "explorer": "https://etherscan.io/token/0x9032c02AC84A347ECF0b31e1cE5EEd5462294A99",
- "type": "ERC20",
- "symbol": "FMP",
- "decimals": 18,
- "status": "active",
- "id": "0x9032c02AC84A347ECF0b31e1cE5EEd5462294A99"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9032c02AC84A347ECF0b31e1cE5EEd5462294A99/logo.png b/blockchains/ethereum/assets/0x9032c02AC84A347ECF0b31e1cE5EEd5462294A99/logo.png
deleted file mode 100644
index 1538f8a6a0b92..0000000000000
Binary files a/blockchains/ethereum/assets/0x9032c02AC84A347ECF0b31e1cE5EEd5462294A99/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x90335e6F8cf5b4b3cC28217B6b2eCe290439E492/info.json b/blockchains/ethereum/assets/0x90335e6F8cf5b4b3cC28217B6b2eCe290439E492/info.json
deleted file mode 100644
index 44f2ed8e1a6c7..0000000000000
--- a/blockchains/ethereum/assets/0x90335e6F8cf5b4b3cC28217B6b2eCe290439E492/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DragonGameCoin",
- "symbol": "DGC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x90335e6F8cf5b4b3cC28217B6b2eCe290439E492",
- "status": "abandoned",
- "id": "0x90335e6F8cf5b4b3cC28217B6b2eCe290439E492"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x90335e6F8cf5b4b3cC28217B6b2eCe290439E492/logo.png b/blockchains/ethereum/assets/0x90335e6F8cf5b4b3cC28217B6b2eCe290439E492/logo.png
deleted file mode 100644
index 22cfa91ade2ea..0000000000000
Binary files a/blockchains/ethereum/assets/0x90335e6F8cf5b4b3cC28217B6b2eCe290439E492/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x903bEF1736CDdf2A537176cf3C64579C3867A881/info.json b/blockchains/ethereum/assets/0x903bEF1736CDdf2A537176cf3C64579C3867A881/info.json
deleted file mode 100644
index b509b87f7e49f..0000000000000
--- a/blockchains/ethereum/assets/0x903bEF1736CDdf2A537176cf3C64579C3867A881/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Legacy ICHI",
- "website": "app.ichi.org",
- "description": "Legacy ICHI is a token deprecated by the ICHI DAO, you can swap it 1-1 for ICHI at app.ichi.org.",
- "explorer": "https://etherscan.io/token/0x903bEF1736CDdf2A537176cf3C64579C3867A881",
- "type": "ERC20",
- "symbol": "ICHI",
- "decimals": 9,
- "status": "active",
- "id": "0x903bEF1736CDdf2A537176cf3C64579C3867A881",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ichifarm"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ichifoundation"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ichifarm"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ichifarm"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x903bEF1736CDdf2A537176cf3C64579C3867A881/logo.png b/blockchains/ethereum/assets/0x903bEF1736CDdf2A537176cf3C64579C3867A881/logo.png
deleted file mode 100644
index 96a6993ba144c..0000000000000
Binary files a/blockchains/ethereum/assets/0x903bEF1736CDdf2A537176cf3C64579C3867A881/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9041Fe5B3FDEA0f5e4afDC17e75180738D877A01/info.json b/blockchains/ethereum/assets/0x9041Fe5B3FDEA0f5e4afDC17e75180738D877A01/info.json
deleted file mode 100644
index 370bd3d6e9a1e..0000000000000
--- a/blockchains/ethereum/assets/0x9041Fe5B3FDEA0f5e4afDC17e75180738D877A01/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ProToken",
- "symbol": "PRO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://chain.pro/",
- "explorer": "https://etherscan.io/token/0x9041Fe5B3FDEA0f5e4afDC17e75180738D877A01",
- "status": "abandoned",
- "id": "0x9041Fe5B3FDEA0f5e4afDC17e75180738D877A01"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9041Fe5B3FDEA0f5e4afDC17e75180738D877A01/logo.png b/blockchains/ethereum/assets/0x9041Fe5B3FDEA0f5e4afDC17e75180738D877A01/logo.png
deleted file mode 100644
index 22998a4ebf742..0000000000000
Binary files a/blockchains/ethereum/assets/0x9041Fe5B3FDEA0f5e4afDC17e75180738D877A01/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9043d4d51C9d2e31e3F169de4551E416970c27Ef/info.json b/blockchains/ethereum/assets/0x9043d4d51C9d2e31e3F169de4551E416970c27Ef/info.json
deleted file mode 100644
index 036a7d1c92729..0000000000000
--- a/blockchains/ethereum/assets/0x9043d4d51C9d2e31e3F169de4551E416970c27Ef/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Prime DAI",
- "website": "https://omgswap.in/",
- "description": "pDAI is a stable assets for OMGSwap & O-DEX",
- "explorer": "https://etherscan.io/token/0x9043d4d51C9d2e31e3F169de4551E416970c27Ef",
- "type": "ERC20",
- "symbol": "pDAI",
- "decimals": 18,
- "status": "active",
- "id": "0x9043d4d51C9d2e31e3F169de4551E416970c27Ef"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9043d4d51C9d2e31e3F169de4551E416970c27Ef/logo.png b/blockchains/ethereum/assets/0x9043d4d51C9d2e31e3F169de4551E416970c27Ef/logo.png
deleted file mode 100644
index 8739c42d3187e..0000000000000
Binary files a/blockchains/ethereum/assets/0x9043d4d51C9d2e31e3F169de4551E416970c27Ef/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x904da022AbCF44EbA68d4255914141298a7F7307/info.json b/blockchains/ethereum/assets/0x904da022AbCF44EbA68d4255914141298a7F7307/info.json
deleted file mode 100644
index b8b7f9786e93a..0000000000000
--- a/blockchains/ethereum/assets/0x904da022AbCF44EbA68d4255914141298a7F7307/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Validity",
- "symbol": "VLDY",
- "type": "ERC20",
- "decimals": 18,
- "description": "A self-governing cryptocurrency evaluation platform achieved by utilising on-chain governance, peer reviews and voting.",
- "website": "https://vldy.org/",
- "explorer": "https://etherscan.io/token/0x904da022AbCF44EbA68d4255914141298a7F7307",
- "status": "active",
- "id": "0x904da022AbCF44EbA68d4255914141298a7F7307"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x904da022AbCF44EbA68d4255914141298a7F7307/logo.png b/blockchains/ethereum/assets/0x904da022AbCF44EbA68d4255914141298a7F7307/logo.png
deleted file mode 100644
index 56c719a548ef4..0000000000000
Binary files a/blockchains/ethereum/assets/0x904da022AbCF44EbA68d4255914141298a7F7307/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x90528aeb3a2B736B780fD1B6C478bB7E1d643170/info.json b/blockchains/ethereum/assets/0x90528aeb3a2B736B780fD1B6C478bB7E1d643170/info.json
deleted file mode 100644
index 0bb9d1771f476..0000000000000
--- a/blockchains/ethereum/assets/0x90528aeb3a2B736B780fD1B6C478bB7E1d643170/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XPlay Token",
- "symbol": "XPA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://xpa.io",
- "explorer": "https://etherscan.io/token/0x90528aeb3a2B736B780fD1B6C478bB7E1d643170",
- "status": "abandoned",
- "id": "0x90528aeb3a2B736B780fD1B6C478bB7E1d643170"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x90528aeb3a2B736B780fD1B6C478bB7E1d643170/logo.png b/blockchains/ethereum/assets/0x90528aeb3a2B736B780fD1B6C478bB7E1d643170/logo.png
deleted file mode 100644
index 2b8e9e1d696cc..0000000000000
Binary files a/blockchains/ethereum/assets/0x90528aeb3a2B736B780fD1B6C478bB7E1d643170/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x905E337c6c8645263D3521205Aa37bf4d034e745/info.json b/blockchains/ethereum/assets/0x905E337c6c8645263D3521205Aa37bf4d034e745/info.json
deleted file mode 100644
index dbad874e619f6..0000000000000
--- a/blockchains/ethereum/assets/0x905E337c6c8645263D3521205Aa37bf4d034e745/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Medical Token Currency",
- "symbol": "MTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Doc.com began with the mission to provide accessible basic healthcare to the world, and to create a new paradigm in primary care globally.",
- "website": "https://doc.com",
- "explorer": "https://etherscan.io/token/0x905E337c6c8645263D3521205Aa37bf4d034e745",
- "status": "active",
- "id": "0x905E337c6c8645263D3521205Aa37bf4d034e745"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x905E337c6c8645263D3521205Aa37bf4d034e745/logo.png b/blockchains/ethereum/assets/0x905E337c6c8645263D3521205Aa37bf4d034e745/logo.png
deleted file mode 100755
index af5c5c345c9d0..0000000000000
Binary files a/blockchains/ethereum/assets/0x905E337c6c8645263D3521205Aa37bf4d034e745/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x905e3D31209dac40b875a7024B836a2297913388/info.json b/blockchains/ethereum/assets/0x905e3D31209dac40b875a7024B836a2297913388/info.json
deleted file mode 100644
index 0b0ad58a2a872..0000000000000
--- a/blockchains/ethereum/assets/0x905e3D31209dac40b875a7024B836a2297913388/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crypto Code",
- "symbol": "CODE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x905e3D31209dac40b875a7024B836a2297913388",
- "status": "abandoned",
- "id": "0x905e3D31209dac40b875a7024B836a2297913388"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x905e3D31209dac40b875a7024B836a2297913388/logo.png b/blockchains/ethereum/assets/0x905e3D31209dac40b875a7024B836a2297913388/logo.png
deleted file mode 100644
index 99f3a01b50cd4..0000000000000
Binary files a/blockchains/ethereum/assets/0x905e3D31209dac40b875a7024B836a2297913388/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x906318370BBAF0659F65eD6B298e95E0A288c990/info.json b/blockchains/ethereum/assets/0x906318370BBAF0659F65eD6B298e95E0A288c990/info.json
deleted file mode 100644
index eb0677f3470c0..0000000000000
--- a/blockchains/ethereum/assets/0x906318370BBAF0659F65eD6B298e95E0A288c990/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ADCC",
- "symbol": "ADCC",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x906318370BBAF0659F65eD6B298e95E0A288c990",
- "status": "abandoned",
- "id": "0x906318370BBAF0659F65eD6B298e95E0A288c990"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x906318370BBAF0659F65eD6B298e95E0A288c990/logo.png b/blockchains/ethereum/assets/0x906318370BBAF0659F65eD6B298e95E0A288c990/logo.png
deleted file mode 100644
index 2a1773888ecd7..0000000000000
Binary files a/blockchains/ethereum/assets/0x906318370BBAF0659F65eD6B298e95E0A288c990/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9064c91e51d7021A85AD96817e1432aBf6624470/info.json b/blockchains/ethereum/assets/0x9064c91e51d7021A85AD96817e1432aBf6624470/info.json
deleted file mode 100644
index a5e441406066f..0000000000000
--- a/blockchains/ethereum/assets/0x9064c91e51d7021A85AD96817e1432aBf6624470/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "shinechain",
- "symbol": "SHE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.shinechain.org/",
- "explorer": "https://etherscan.io/token/0x9064c91e51d7021A85AD96817e1432aBf6624470",
- "status": "abandoned",
- "id": "0x9064c91e51d7021A85AD96817e1432aBf6624470"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9064c91e51d7021A85AD96817e1432aBf6624470/logo.png b/blockchains/ethereum/assets/0x9064c91e51d7021A85AD96817e1432aBf6624470/logo.png
deleted file mode 100644
index 7bebd4bb7161d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9064c91e51d7021A85AD96817e1432aBf6624470/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x906b3f8b7845840188Eab53c3f5AD348A787752f/info.json b/blockchains/ethereum/assets/0x906b3f8b7845840188Eab53c3f5AD348A787752f/info.json
deleted file mode 100644
index ccebeb832125f..0000000000000
--- a/blockchains/ethereum/assets/0x906b3f8b7845840188Eab53c3f5AD348A787752f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DoradoToken",
- "symbol": "DOR",
- "type": "ERC20",
- "decimals": 15,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x906b3f8b7845840188Eab53c3f5AD348A787752f",
- "status": "abandoned",
- "id": "0x906b3f8b7845840188Eab53c3f5AD348A787752f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x906b3f8b7845840188Eab53c3f5AD348A787752f/logo.png b/blockchains/ethereum/assets/0x906b3f8b7845840188Eab53c3f5AD348A787752f/logo.png
deleted file mode 100644
index 6353f86f34494..0000000000000
Binary files a/blockchains/ethereum/assets/0x906b3f8b7845840188Eab53c3f5AD348A787752f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9073Ee83b6CE96C444547DdCAf777b9352163581/info.json b/blockchains/ethereum/assets/0x9073Ee83b6CE96C444547DdCAf777b9352163581/info.json
deleted file mode 100644
index 629ef2b0ee400..0000000000000
--- a/blockchains/ethereum/assets/0x9073Ee83b6CE96C444547DdCAf777b9352163581/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Synth sBTC",
- "symbol": "sBTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9073Ee83b6CE96C444547DdCAf777b9352163581",
- "status": "abandoned",
- "id": "0x9073Ee83b6CE96C444547DdCAf777b9352163581"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9073Ee83b6CE96C444547DdCAf777b9352163581/logo.png b/blockchains/ethereum/assets/0x9073Ee83b6CE96C444547DdCAf777b9352163581/logo.png
deleted file mode 100644
index e0ceb770777ed..0000000000000
Binary files a/blockchains/ethereum/assets/0x9073Ee83b6CE96C444547DdCAf777b9352163581/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x90774A6B6a4950D867A16D85F77546961d9aFccb/info.json b/blockchains/ethereum/assets/0x90774A6B6a4950D867A16D85F77546961d9aFccb/info.json
deleted file mode 100644
index 83c8d90dc8aa0..0000000000000
--- a/blockchains/ethereum/assets/0x90774A6B6a4950D867A16D85F77546961d9aFccb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C548594",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x90774A6B6a4950D867A16D85F77546961d9aFccb",
- "status": "abandoned",
- "id": "0x90774A6B6a4950D867A16D85F77546961d9aFccb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x90774A6B6a4950D867A16D85F77546961d9aFccb/logo.png b/blockchains/ethereum/assets/0x90774A6B6a4950D867A16D85F77546961d9aFccb/logo.png
deleted file mode 100644
index 4bc946efaf012..0000000000000
Binary files a/blockchains/ethereum/assets/0x90774A6B6a4950D867A16D85F77546961d9aFccb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x907cb97615b7cD7320Bc89bb7CDB46e37432eBe7/info.json b/blockchains/ethereum/assets/0x907cb97615b7cD7320Bc89bb7CDB46e37432eBe7/info.json
deleted file mode 100644
index 9c4e6a60795bf..0000000000000
--- a/blockchains/ethereum/assets/0x907cb97615b7cD7320Bc89bb7CDB46e37432eBe7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fren.community",
- "symbol": "Frens",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://frens.link/",
- "explorer": "https://etherscan.io/token/0x907cb97615b7cD7320Bc89bb7CDB46e37432eBe7",
- "status": "abandoned",
- "id": "0x907cb97615b7cD7320Bc89bb7CDB46e37432eBe7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x907cb97615b7cD7320Bc89bb7CDB46e37432eBe7/logo.png b/blockchains/ethereum/assets/0x907cb97615b7cD7320Bc89bb7CDB46e37432eBe7/logo.png
deleted file mode 100644
index 891680cb7bbd3..0000000000000
Binary files a/blockchains/ethereum/assets/0x907cb97615b7cD7320Bc89bb7CDB46e37432eBe7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x908C44D44334a9c70e28f3a15A737B550Ca34aBe/info.json b/blockchains/ethereum/assets/0x908C44D44334a9c70e28f3a15A737B550Ca34aBe/info.json
deleted file mode 100644
index 16cbd05d22a8f..0000000000000
--- a/blockchains/ethereum/assets/0x908C44D44334a9c70e28f3a15A737B550Ca34aBe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BEE CASHBACK HOME",
- "symbol": "BCH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x908C44D44334a9c70e28f3a15A737B550Ca34aBe",
- "status": "abandoned",
- "id": "0x908C44D44334a9c70e28f3a15A737B550Ca34aBe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x908C44D44334a9c70e28f3a15A737B550Ca34aBe/logo.png b/blockchains/ethereum/assets/0x908C44D44334a9c70e28f3a15A737B550Ca34aBe/logo.png
deleted file mode 100644
index 963209e485f9a..0000000000000
Binary files a/blockchains/ethereum/assets/0x908C44D44334a9c70e28f3a15A737B550Ca34aBe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x909E34d3f6124C324ac83DccA84b74398a6fa173/info.json b/blockchains/ethereum/assets/0x909E34d3f6124C324ac83DccA84b74398a6fa173/info.json
deleted file mode 100644
index 27793d1c93f57..0000000000000
--- a/blockchains/ethereum/assets/0x909E34d3f6124C324ac83DccA84b74398a6fa173/info.json
+++ /dev/null
@@ -1,73 +0,0 @@
-{
- "name": "$ZKP Token",
- "symbol": "$ZKP",
- "type": "ERC20",
- "decimals": 18,
- "description": "Panther Protocol Token",
- "website": "https://pantherprotocol.io",
- "explorer": "https://etherscan.io/token/0x909E34d3f6124C324ac83DccA84b74398a6fa173",
- "status": "active",
- "id": "0x909E34d3f6124C324ac83DccA84b74398a6fa173",
- "links": [
- {
- "name": "blog",
- "url": "https://blog.pantherprotocol.io"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/panther-protocol"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/panther-protocol/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/WZuRnMCZ4c"
- },
- {
- "name": "docs",
- "url": "https://docs.pantherprotocol.io/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/Panther-Protocol-102781158610564/"
- },
- {
- "name": "github",
- "url": "https://github.com/pantherprotocol"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@panther-protocol"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/PantherProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/pantherprotocol"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/pantherprotocolann"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ZkPanther"
- },
- {
- "name": "whitepaper",
- "url": "https://pantherprotocol.io/resources/panther-protocol-v-1-0-1.pdf"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/PantherProtocol"
- }
- ],
- "tags": [
- "privacy",
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x909E34d3f6124C324ac83DccA84b74398a6fa173/logo.png b/blockchains/ethereum/assets/0x909E34d3f6124C324ac83DccA84b74398a6fa173/logo.png
deleted file mode 100644
index a1a26fbc863b7..0000000000000
Binary files a/blockchains/ethereum/assets/0x909E34d3f6124C324ac83DccA84b74398a6fa173/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x90B831fa3Bebf58E9744A14D638E25B4eE06f9Bc/info.json b/blockchains/ethereum/assets/0x90B831fa3Bebf58E9744A14D638E25B4eE06f9Bc/info.json
deleted file mode 100644
index 22377c1aa0314..0000000000000
--- a/blockchains/ethereum/assets/0x90B831fa3Bebf58E9744A14D638E25B4eE06f9Bc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MIMO Parallel Governance Token (MIMO)",
- "type": "ERC20",
- "symbol": "MIMO",
- "decimals": 18,
- "website": "https://mimo.capital/",
- "description": "MIMO token is the Governance Token of PAR Token",
- "explorer": "https://etherscan.io/token/0x90b831fa3bebf58e9744a14d638e25b4ee06f9bc",
- "status": "active",
- "id": "0x90B831fa3Bebf58E9744A14D638E25B4eE06f9Bc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x90B831fa3Bebf58E9744A14D638E25B4eE06f9Bc/logo.png b/blockchains/ethereum/assets/0x90B831fa3Bebf58E9744A14D638E25B4eE06f9Bc/logo.png
deleted file mode 100644
index 516b3472bbf5a..0000000000000
Binary files a/blockchains/ethereum/assets/0x90B831fa3Bebf58E9744A14D638E25B4eE06f9Bc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x90D46A9636B973f18186541d1B04ed3621a49Cb0/info.json b/blockchains/ethereum/assets/0x90D46A9636B973f18186541d1B04ed3621a49Cb0/info.json
deleted file mode 100644
index 39c7e4b4ad2ad..0000000000000
--- a/blockchains/ethereum/assets/0x90D46A9636B973f18186541d1B04ed3621a49Cb0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Natmin",
- "symbol": "NAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.natmin.io/",
- "explorer": "https://etherscan.io/token/0x90D46A9636B973f18186541d1B04ed3621a49Cb0",
- "status": "abandoned",
- "id": "0x90D46A9636B973f18186541d1B04ed3621a49Cb0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x90D46A9636B973f18186541d1B04ed3621a49Cb0/logo.png b/blockchains/ethereum/assets/0x90D46A9636B973f18186541d1B04ed3621a49Cb0/logo.png
deleted file mode 100644
index bc4ef596f752c..0000000000000
Binary files a/blockchains/ethereum/assets/0x90D46A9636B973f18186541d1B04ed3621a49Cb0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x90D702f071d2af33032943137AD0aB4280705817/info.json b/blockchains/ethereum/assets/0x90D702f071d2af33032943137AD0aB4280705817/info.json
deleted file mode 100644
index 6643f04586e1e..0000000000000
--- a/blockchains/ethereum/assets/0x90D702f071d2af33032943137AD0aB4280705817/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "yffs.finance",
- "website": "https://yffs.finance/",
- "description": "YFFS adopts a modular design. Modularity refers to the combination of various elements of the product to form a subsystem with specific functions. We combine these subsystem as a universal module with other modules to create a new system with multiple functions and performance.",
- "explorer": "https://etherscan.io/token/0x90D702f071d2af33032943137AD0aB4280705817",
- "type": "ERC20",
- "symbol": "YFFS",
- "decimals": 18,
- "status": "active",
- "id": "0x90D702f071d2af33032943137AD0aB4280705817",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/yffsfinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/yffsfinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/yffsfinance"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@yffs.finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x90D702f071d2af33032943137AD0aB4280705817/logo.png b/blockchains/ethereum/assets/0x90D702f071d2af33032943137AD0aB4280705817/logo.png
deleted file mode 100644
index 6f16808ae0e54..0000000000000
Binary files a/blockchains/ethereum/assets/0x90D702f071d2af33032943137AD0aB4280705817/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x90DE74265a416e1393A450752175AED98fe11517/info.json b/blockchains/ethereum/assets/0x90DE74265a416e1393A450752175AED98fe11517/info.json
deleted file mode 100644
index b55274335887c..0000000000000
--- a/blockchains/ethereum/assets/0x90DE74265a416e1393A450752175AED98fe11517/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Unlock Protocol",
- "symbol": "UDT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Unlock lets you easily lock and manage access to your content, apps, community and even real life events and spaces.",
- "website": "https://unlock-protocol.com/",
- "explorer": "https://etherscan.io/token/0x90de74265a416e1393a450752175aed98fe11517",
- "status": "active",
- "id": "0x90DE74265a416e1393A450752175AED98fe11517",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Unlock Protocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/unlockprotocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x90DE74265a416e1393A450752175AED98fe11517/logo.png b/blockchains/ethereum/assets/0x90DE74265a416e1393A450752175AED98fe11517/logo.png
deleted file mode 100644
index 583d7245266c6..0000000000000
Binary files a/blockchains/ethereum/assets/0x90DE74265a416e1393A450752175AED98fe11517/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x90F08Cc8ddc43f5C01224F67fDf4640995139e8F/info.json b/blockchains/ethereum/assets/0x90F08Cc8ddc43f5C01224F67fDf4640995139e8F/info.json
deleted file mode 100644
index b1e5da724339e..0000000000000
--- a/blockchains/ethereum/assets/0x90F08Cc8ddc43f5C01224F67fDf4640995139e8F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethash",
- "symbol": "HETH",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x90F08Cc8ddc43f5C01224F67fDf4640995139e8F",
- "status": "abandoned",
- "id": "0x90F08Cc8ddc43f5C01224F67fDf4640995139e8F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x90F08Cc8ddc43f5C01224F67fDf4640995139e8F/logo.png b/blockchains/ethereum/assets/0x90F08Cc8ddc43f5C01224F67fDf4640995139e8F/logo.png
deleted file mode 100644
index b5122488140a3..0000000000000
Binary files a/blockchains/ethereum/assets/0x90F08Cc8ddc43f5C01224F67fDf4640995139e8F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x90F7079D35A3e35503d83323027d28fE6bd1780D/info.json b/blockchains/ethereum/assets/0x90F7079D35A3e35503d83323027d28fE6bd1780D/info.json
deleted file mode 100644
index f598fae771232..0000000000000
--- a/blockchains/ethereum/assets/0x90F7079D35A3e35503d83323027d28fE6bd1780D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-10/30M10",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x90F7079D35A3e35503d83323027d28fE6bd1780D",
- "status": "abandoned",
- "id": "0x90F7079D35A3e35503d83323027d28fE6bd1780D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x90F7079D35A3e35503d83323027d28fE6bd1780D/logo.png b/blockchains/ethereum/assets/0x90F7079D35A3e35503d83323027d28fE6bd1780D/logo.png
deleted file mode 100644
index cb63e080f67d2..0000000000000
Binary files a/blockchains/ethereum/assets/0x90F7079D35A3e35503d83323027d28fE6bd1780D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x90aBeB53701C89e8d7Aca6A03d105576Ccd6386E/info.json b/blockchains/ethereum/assets/0x90aBeB53701C89e8d7Aca6A03d105576Ccd6386E/info.json
deleted file mode 100644
index 5e543597530bf..0000000000000
--- a/blockchains/ethereum/assets/0x90aBeB53701C89e8d7Aca6A03d105576Ccd6386E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vaunker",
- "symbol": "VAN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x90aBeB53701C89e8d7Aca6A03d105576Ccd6386E",
- "status": "abandoned",
- "id": "0x90aBeB53701C89e8d7Aca6A03d105576Ccd6386E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x90aBeB53701C89e8d7Aca6A03d105576Ccd6386E/logo.png b/blockchains/ethereum/assets/0x90aBeB53701C89e8d7Aca6A03d105576Ccd6386E/logo.png
deleted file mode 100644
index 777c6524d2dcd..0000000000000
Binary files a/blockchains/ethereum/assets/0x90aBeB53701C89e8d7Aca6A03d105576Ccd6386E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x90cCc1097A9646E8B12B51C52B4Fd298f014cD0C/info.json b/blockchains/ethereum/assets/0x90cCc1097A9646E8B12B51C52B4Fd298f014cD0C/info.json
deleted file mode 100644
index bb29079df7e63..0000000000000
--- a/blockchains/ethereum/assets/0x90cCc1097A9646E8B12B51C52B4Fd298f014cD0C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Demintiger",
- "symbol": "DEMIN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x90cCc1097A9646E8B12B51C52B4Fd298f014cD0C",
- "status": "abandoned",
- "id": "0x90cCc1097A9646E8B12B51C52B4Fd298f014cD0C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x90cCc1097A9646E8B12B51C52B4Fd298f014cD0C/logo.png b/blockchains/ethereum/assets/0x90cCc1097A9646E8B12B51C52B4Fd298f014cD0C/logo.png
deleted file mode 100644
index 842c0b2e1875e..0000000000000
Binary files a/blockchains/ethereum/assets/0x90cCc1097A9646E8B12B51C52B4Fd298f014cD0C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x90f10470a7E90d9cB74Ceb57cC7AF22a8c4994FF/info.json b/blockchains/ethereum/assets/0x90f10470a7E90d9cB74Ceb57cC7AF22a8c4994FF/info.json
deleted file mode 100644
index b27ee81e365d8..0000000000000
--- a/blockchains/ethereum/assets/0x90f10470a7E90d9cB74Ceb57cC7AF22a8c4994FF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Union Finance",
- "symbol": "UFT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x90f10470a7E90d9cB74Ceb57cC7AF22a8c4994FF",
- "status": "abandoned",
- "id": "0x90f10470a7E90d9cB74Ceb57cC7AF22a8c4994FF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x90f10470a7E90d9cB74Ceb57cC7AF22a8c4994FF/logo.png b/blockchains/ethereum/assets/0x90f10470a7E90d9cB74Ceb57cC7AF22a8c4994FF/logo.png
deleted file mode 100644
index 9269bcca12c33..0000000000000
Binary files a/blockchains/ethereum/assets/0x90f10470a7E90d9cB74Ceb57cC7AF22a8c4994FF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9108cbDb89017221EE6eA7eE48EaE4a06842c75f/info.json b/blockchains/ethereum/assets/0x9108cbDb89017221EE6eA7eE48EaE4a06842c75f/info.json
deleted file mode 100644
index d68c5e3ba14b5..0000000000000
--- a/blockchains/ethereum/assets/0x9108cbDb89017221EE6eA7eE48EaE4a06842c75f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LmexToken",
- "symbol": "LMT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9108cbDb89017221EE6eA7eE48EaE4a06842c75f",
- "status": "abandoned",
- "id": "0x9108cbDb89017221EE6eA7eE48EaE4a06842c75f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9108cbDb89017221EE6eA7eE48EaE4a06842c75f/logo.png b/blockchains/ethereum/assets/0x9108cbDb89017221EE6eA7eE48EaE4a06842c75f/logo.png
deleted file mode 100644
index 61ab0aeb002bb..0000000000000
Binary files a/blockchains/ethereum/assets/0x9108cbDb89017221EE6eA7eE48EaE4a06842c75f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x910Dfc18D6EA3D6a7124A6F8B5458F281060fa4c/info.json b/blockchains/ethereum/assets/0x910Dfc18D6EA3D6a7124A6F8B5458F281060fa4c/info.json
deleted file mode 100644
index c3476ec252e41..0000000000000
--- a/blockchains/ethereum/assets/0x910Dfc18D6EA3D6a7124A6F8B5458F281060fa4c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "X8XToken",
- "symbol": "X8X",
- "type": "ERC20",
- "decimals": 18,
- "description": "X8Currency is the only digital currency that offers an alternative to value preservation assets. An AI trades 8 currencies in its basket to fight inflation whilst remaining fully liquid and cash backed.",
- "website": "https://x8currency.com/",
- "explorer": "https://etherscan.io/token/0x910Dfc18D6EA3D6a7124A6F8B5458F281060fa4c",
- "status": "active",
- "id": "0x910Dfc18D6EA3D6a7124A6F8B5458F281060fa4c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x910Dfc18D6EA3D6a7124A6F8B5458F281060fa4c/logo.png b/blockchains/ethereum/assets/0x910Dfc18D6EA3D6a7124A6F8B5458F281060fa4c/logo.png
deleted file mode 100755
index 936a6b1e64ac5..0000000000000
Binary files a/blockchains/ethereum/assets/0x910Dfc18D6EA3D6a7124A6F8B5458F281060fa4c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9138E38a0316E25459b376e987Dd270B626709B8/info.json b/blockchains/ethereum/assets/0x9138E38a0316E25459b376e987Dd270B626709B8/info.json
deleted file mode 100644
index fa13d69480d44..0000000000000
--- a/blockchains/ethereum/assets/0x9138E38a0316E25459b376e987Dd270B626709B8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "数码链",
- "symbol": "SML",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9138E38a0316E25459b376e987Dd270B626709B8",
- "status": "abandoned",
- "id": "0x9138E38a0316E25459b376e987Dd270B626709B8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9138E38a0316E25459b376e987Dd270B626709B8/logo.png b/blockchains/ethereum/assets/0x9138E38a0316E25459b376e987Dd270B626709B8/logo.png
deleted file mode 100755
index f5e11214e9cdc..0000000000000
Binary files a/blockchains/ethereum/assets/0x9138E38a0316E25459b376e987Dd270B626709B8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x915570538A5A5802351Fd18963f2552Fb2862CdC/info.json b/blockchains/ethereum/assets/0x915570538A5A5802351Fd18963f2552Fb2862CdC/info.json
deleted file mode 100644
index 399e2b9c0277b..0000000000000
--- a/blockchains/ethereum/assets/0x915570538A5A5802351Fd18963f2552Fb2862CdC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 223-CN15",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x915570538A5A5802351Fd18963f2552Fb2862CdC",
- "status": "abandoned",
- "id": "0x915570538A5A5802351Fd18963f2552Fb2862CdC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x915570538A5A5802351Fd18963f2552Fb2862CdC/logo.png b/blockchains/ethereum/assets/0x915570538A5A5802351Fd18963f2552Fb2862CdC/logo.png
deleted file mode 100644
index 9e3ec3cf9c4ce..0000000000000
Binary files a/blockchains/ethereum/assets/0x915570538A5A5802351Fd18963f2552Fb2862CdC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x91600b412A68F2CB7c0FeD48A70127CC75341DBa/info.json b/blockchains/ethereum/assets/0x91600b412A68F2CB7c0FeD48A70127CC75341DBa/info.json
deleted file mode 100644
index 8df5980f9ec05..0000000000000
--- a/blockchains/ethereum/assets/0x91600b412A68F2CB7c0FeD48A70127CC75341DBa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WrapOMC",
- "website": "https://ecocelium.io",
- "description": "Wrapped version of Ormeus Cash (OMC)",
- "explorer": "https://etherscan.io/token/0x91600b412A68F2CB7c0FeD48A70127CC75341DBa",
- "type": "ERC20",
- "symbol": "eOMC",
- "decimals": 18,
- "status": "active",
- "id": "0x91600b412A68F2CB7c0FeD48A70127CC75341DBa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x91600b412A68F2CB7c0FeD48A70127CC75341DBa/logo.png b/blockchains/ethereum/assets/0x91600b412A68F2CB7c0FeD48A70127CC75341DBa/logo.png
deleted file mode 100644
index a25ea1c63ed9b..0000000000000
Binary files a/blockchains/ethereum/assets/0x91600b412A68F2CB7c0FeD48A70127CC75341DBa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x91654eAf7828E7e05d2847Aa27405D9925C3dc0d/info.json b/blockchains/ethereum/assets/0x91654eAf7828E7e05d2847Aa27405D9925C3dc0d/info.json
deleted file mode 100644
index ded0f9abb03f0..0000000000000
--- a/blockchains/ethereum/assets/0x91654eAf7828E7e05d2847Aa27405D9925C3dc0d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ubiquitous Business Credit 2.0",
- "symbol": "UBC",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x91654eAf7828E7e05d2847Aa27405D9925C3dc0d",
- "status": "abandoned",
- "id": "0x91654eAf7828E7e05d2847Aa27405D9925C3dc0d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x91654eAf7828E7e05d2847Aa27405D9925C3dc0d/logo.png b/blockchains/ethereum/assets/0x91654eAf7828E7e05d2847Aa27405D9925C3dc0d/logo.png
deleted file mode 100644
index 5cca3104e15ac..0000000000000
Binary files a/blockchains/ethereum/assets/0x91654eAf7828E7e05d2847Aa27405D9925C3dc0d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x916885426255235DA7a0BD90447986c00675f9EC/info.json b/blockchains/ethereum/assets/0x916885426255235DA7a0BD90447986c00675f9EC/info.json
deleted file mode 100644
index fa97d26b2fc22..0000000000000
--- a/blockchains/ethereum/assets/0x916885426255235DA7a0BD90447986c00675f9EC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GoalTime N",
- "symbol": "GTX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://goaltimen.com/",
- "explorer": "https://etherscan.io/token/0x916885426255235DA7a0BD90447986c00675f9EC",
- "status": "abandoned",
- "id": "0x916885426255235DA7a0BD90447986c00675f9EC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x916885426255235DA7a0BD90447986c00675f9EC/logo.png b/blockchains/ethereum/assets/0x916885426255235DA7a0BD90447986c00675f9EC/logo.png
deleted file mode 100644
index f30e5f4bdb4ba..0000000000000
Binary files a/blockchains/ethereum/assets/0x916885426255235DA7a0BD90447986c00675f9EC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x916c5DE09cF63f6602d1e1793FB41F6437814A62/info.json b/blockchains/ethereum/assets/0x916c5DE09cF63f6602d1e1793FB41F6437814A62/info.json
deleted file mode 100644
index 507f4cf1e19c2..0000000000000
--- a/blockchains/ethereum/assets/0x916c5DE09cF63f6602d1e1793FB41F6437814A62/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "JACY",
- "type": "ERC20",
- "symbol": "JACY",
- "decimals": 9,
- "website": "https://jacytoken.io",
- "description": "We are a community run crypto currency that thrives on your involvement. We look forward to talking with you and having you join us on this adventure.",
- "explorer": "https://etherscan.io/token/0x916c5de09cf63f6602d1e1793fb41f6437814a62",
- "status": "active",
- "id": "0x916c5DE09cF63f6602d1e1793FB41F6437814A62",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/JacyToken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/JACYWAYA"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/JacyToken/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCpD42f4Z29c4KD6gUgfJt0A"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/jacy/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/jacy"
- },
- {
- "name": "whitepaper",
- "url": "https://jacytoken.io/Jacy-Token-WP.pdf"
- }
- ],
- "tags": [
- "deflationary"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x916c5DE09cF63f6602d1e1793FB41F6437814A62/logo.png b/blockchains/ethereum/assets/0x916c5DE09cF63f6602d1e1793FB41F6437814A62/logo.png
deleted file mode 100644
index 9500eb08e2ca8..0000000000000
Binary files a/blockchains/ethereum/assets/0x916c5DE09cF63f6602d1e1793FB41F6437814A62/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9195E00402abe385f2D00A32Af40b271F2e87925/info.json b/blockchains/ethereum/assets/0x9195E00402abe385f2D00A32Af40b271F2e87925/info.json
deleted file mode 100644
index ceaea841aa069..0000000000000
--- a/blockchains/ethereum/assets/0x9195E00402abe385f2D00A32Af40b271F2e87925/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETHEERA",
- "symbol": "ETA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.etheera.com/",
- "explorer": "https://etherscan.io/token/0x9195E00402abe385f2D00A32Af40b271F2e87925",
- "status": "abandoned",
- "id": "0x9195E00402abe385f2D00A32Af40b271F2e87925"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9195E00402abe385f2D00A32Af40b271F2e87925/logo.png b/blockchains/ethereum/assets/0x9195E00402abe385f2D00A32Af40b271F2e87925/logo.png
deleted file mode 100644
index b307d3502e050..0000000000000
Binary files a/blockchains/ethereum/assets/0x9195E00402abe385f2D00A32Af40b271F2e87925/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9196E18Bc349B1F64Bc08784eaE259525329a1ad/info.json b/blockchains/ethereum/assets/0x9196E18Bc349B1F64Bc08784eaE259525329a1ad/info.json
deleted file mode 100644
index f6f42bcd09d50..0000000000000
--- a/blockchains/ethereum/assets/0x9196E18Bc349B1F64Bc08784eaE259525329a1ad/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pussy Token",
- "website": "https://pussy.financial/",
- "description": "PUSSY is an ERC20 token built on the Ethereum blockchain. The project is found on the idea that strong community foundation and goals are the fundamental building blocks of any token. PUSSY has built its foundation as a meme coin to rival the likes of DOGE and SHIB, but also plans it one step further by creating future utility for the token and DAPPs built on the ecosystem.",
- "explorer": "https://etherscan.io/token/0x9196e18bc349b1f64bc08784eae259525329a1ad",
- "type": "ERC20",
- "symbol": "PUSSY",
- "decimals": 18,
- "status": "active",
- "id": "0x9196E18Bc349B1F64Bc08784eaE259525329a1ad"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9196E18Bc349B1F64Bc08784eaE259525329a1ad/logo.png b/blockchains/ethereum/assets/0x9196E18Bc349B1F64Bc08784eaE259525329a1ad/logo.png
deleted file mode 100644
index 809b326243ef4..0000000000000
Binary files a/blockchains/ethereum/assets/0x9196E18Bc349B1F64Bc08784eaE259525329a1ad/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x919D0131fA5F77D99FBBBBaCe50bCb6E62332bf2/info.json b/blockchains/ethereum/assets/0x919D0131fA5F77D99FBBBBaCe50bCb6E62332bf2/info.json
deleted file mode 100644
index c6713e4078fc0..0000000000000
--- a/blockchains/ethereum/assets/0x919D0131fA5F77D99FBBBBaCe50bCb6E62332bf2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BorisCoin",
- "symbol": "BORIS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x919D0131fA5F77D99FBBBBaCe50bCb6E62332bf2",
- "status": "abandoned",
- "id": "0x919D0131fA5F77D99FBBBBaCe50bCb6E62332bf2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x919D0131fA5F77D99FBBBBaCe50bCb6E62332bf2/logo.png b/blockchains/ethereum/assets/0x919D0131fA5F77D99FBBBBaCe50bCb6E62332bf2/logo.png
deleted file mode 100755
index 344511278933f..0000000000000
Binary files a/blockchains/ethereum/assets/0x919D0131fA5F77D99FBBBBaCe50bCb6E62332bf2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x919D3a363776B1ceec9352610c82dfaf80Edc32d/info.json b/blockchains/ethereum/assets/0x919D3a363776B1ceec9352610c82dfaf80Edc32d/info.json
deleted file mode 100644
index 359b640cd230d..0000000000000
--- a/blockchains/ethereum/assets/0x919D3a363776B1ceec9352610c82dfaf80Edc32d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GoldFund",
- "symbol": "GFUN",
- "type": "ERC20",
- "decimals": 18,
- "description": " is a cryptocurrency and operates on the Ethereum platform.",
- "website": "http://www.goldfund.io/",
- "explorer": "https://etherscan.io/token/0x919D3a363776B1ceec9352610c82dfaf80Edc32d",
- "status": "abandoned",
- "id": "0x919D3a363776B1ceec9352610c82dfaf80Edc32d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x919D3a363776B1ceec9352610c82dfaf80Edc32d/logo.png b/blockchains/ethereum/assets/0x919D3a363776B1ceec9352610c82dfaf80Edc32d/logo.png
deleted file mode 100755
index bbf4e5ac41725..0000000000000
Binary files a/blockchains/ethereum/assets/0x919D3a363776B1ceec9352610c82dfaf80Edc32d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x91Af0fBB28ABA7E31403Cb457106Ce79397FD4E6/info.json b/blockchains/ethereum/assets/0x91Af0fBB28ABA7E31403Cb457106Ce79397FD4E6/info.json
deleted file mode 100644
index 723f15cb4a2e3..0000000000000
--- a/blockchains/ethereum/assets/0x91Af0fBB28ABA7E31403Cb457106Ce79397FD4E6/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Aergo",
- "symbol": "AERGO",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x91Af0fBB28ABA7E31403Cb457106Ce79397FD4E6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x91Af0fBB28ABA7E31403Cb457106Ce79397FD4E6/logo.png b/blockchains/ethereum/assets/0x91Af0fBB28ABA7E31403Cb457106Ce79397FD4E6/logo.png
deleted file mode 100644
index b90080fa0be7f..0000000000000
Binary files a/blockchains/ethereum/assets/0x91Af0fBB28ABA7E31403Cb457106Ce79397FD4E6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x91B9C68D3dad6Ae215b9c2cE65dAf9beF875E514/info.json b/blockchains/ethereum/assets/0x91B9C68D3dad6Ae215b9c2cE65dAf9beF875E514/info.json
deleted file mode 100644
index 902e64cf56e6a..0000000000000
--- a/blockchains/ethereum/assets/0x91B9C68D3dad6Ae215b9c2cE65dAf9beF875E514/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "DXTR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x91B9C68D3dad6Ae215b9c2cE65dAf9beF875E514",
- "status": "abandoned",
- "id": "0x91B9C68D3dad6Ae215b9c2cE65dAf9beF875E514"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x91B9C68D3dad6Ae215b9c2cE65dAf9beF875E514/logo.png b/blockchains/ethereum/assets/0x91B9C68D3dad6Ae215b9c2cE65dAf9beF875E514/logo.png
deleted file mode 100644
index e269223f19751..0000000000000
Binary files a/blockchains/ethereum/assets/0x91B9C68D3dad6Ae215b9c2cE65dAf9beF875E514/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x91BB2E3aa91d807c72363F9027EA58625cfa0056/info.json b/blockchains/ethereum/assets/0x91BB2E3aa91d807c72363F9027EA58625cfa0056/info.json
deleted file mode 100644
index eba04978604b2..0000000000000
--- a/blockchains/ethereum/assets/0x91BB2E3aa91d807c72363F9027EA58625cfa0056/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mine Coin",
- "symbol": "MIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x91BB2E3aa91d807c72363F9027EA58625cfa0056",
- "status": "abandoned",
- "id": "0x91BB2E3aa91d807c72363F9027EA58625cfa0056"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x91BB2E3aa91d807c72363F9027EA58625cfa0056/logo.png b/blockchains/ethereum/assets/0x91BB2E3aa91d807c72363F9027EA58625cfa0056/logo.png
deleted file mode 100755
index 184de49899519..0000000000000
Binary files a/blockchains/ethereum/assets/0x91BB2E3aa91d807c72363F9027EA58625cfa0056/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x91E84EC6101547C1FA39Dd565dd8b020E3c20CF2/info.json b/blockchains/ethereum/assets/0x91E84EC6101547C1FA39Dd565dd8b020E3c20CF2/info.json
deleted file mode 100644
index 72fc4aac46ea2..0000000000000
--- a/blockchains/ethereum/assets/0x91E84EC6101547C1FA39Dd565dd8b020E3c20CF2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cannadrix",
- "symbol": "CND",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://cannadrix.com/",
- "explorer": "https://etherscan.io/token/0x91E84EC6101547C1FA39Dd565dd8b020E3c20CF2",
- "status": "abandoned",
- "id": "0x91E84EC6101547C1FA39Dd565dd8b020E3c20CF2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x91E84EC6101547C1FA39Dd565dd8b020E3c20CF2/logo.png b/blockchains/ethereum/assets/0x91E84EC6101547C1FA39Dd565dd8b020E3c20CF2/logo.png
deleted file mode 100644
index 5d5cd0109c3ac..0000000000000
Binary files a/blockchains/ethereum/assets/0x91E84EC6101547C1FA39Dd565dd8b020E3c20CF2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x91Ee7472540CeF675EbC11e3fac69dE24C38495E/info.json b/blockchains/ethereum/assets/0x91Ee7472540CeF675EbC11e3fac69dE24C38495E/info.json
deleted file mode 100644
index 26f83cd2fad22..0000000000000
--- a/blockchains/ethereum/assets/0x91Ee7472540CeF675EbC11e3fac69dE24C38495E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XAVIA",
- "symbol": "XVA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x91Ee7472540CeF675EbC11e3fac69dE24C38495E",
- "status": "abandoned",
- "id": "0x91Ee7472540CeF675EbC11e3fac69dE24C38495E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x91Ee7472540CeF675EbC11e3fac69dE24C38495E/logo.png b/blockchains/ethereum/assets/0x91Ee7472540CeF675EbC11e3fac69dE24C38495E/logo.png
deleted file mode 100644
index 11d62d58234ce..0000000000000
Binary files a/blockchains/ethereum/assets/0x91Ee7472540CeF675EbC11e3fac69dE24C38495E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x91F46Dd6EE5f3F8CE83287897938f7858f5761e4/info.json b/blockchains/ethereum/assets/0x91F46Dd6EE5f3F8CE83287897938f7858f5761e4/info.json
deleted file mode 100644
index ee203792858c3..0000000000000
--- a/blockchains/ethereum/assets/0x91F46Dd6EE5f3F8CE83287897938f7858f5761e4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Long LINK-DAI 2x v2",
- "symbol": "dLLINK2x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x91F46Dd6EE5f3F8CE83287897938f7858f5761e4",
- "status": "abandoned",
- "id": "0x91F46Dd6EE5f3F8CE83287897938f7858f5761e4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x91F46Dd6EE5f3F8CE83287897938f7858f5761e4/logo.png b/blockchains/ethereum/assets/0x91F46Dd6EE5f3F8CE83287897938f7858f5761e4/logo.png
deleted file mode 100644
index 0f86adcdf278c..0000000000000
Binary files a/blockchains/ethereum/assets/0x91F46Dd6EE5f3F8CE83287897938f7858f5761e4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x91d6f6e9026E43240ce6F06Af6a4b33129EBdE94/info.json b/blockchains/ethereum/assets/0x91d6f6e9026E43240ce6F06Af6a4b33129EBdE94/info.json
deleted file mode 100644
index 74befbe5e9f7f..0000000000000
--- a/blockchains/ethereum/assets/0x91d6f6e9026E43240ce6F06Af6a4b33129EBdE94/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RiveX",
- "website": "https://rivex.io",
- "description": "RiveX is a chain agnostic interoperable layer-2 solution across different blockchain protocols. RiveX aims to empower the next generation of decentralized applications, decentralized finance and enterprise solutions.",
- "explorer": "https://etherscan.io/token/0x91d6f6e9026E43240ce6F06Af6a4b33129EBdE94",
- "type": "ERC20",
- "symbol": "RVX",
- "decimals": 18,
- "status": "active",
- "id": "0x91d6f6e9026E43240ce6F06Af6a4b33129EBdE94"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x91d6f6e9026E43240ce6F06Af6a4b33129EBdE94/logo.png b/blockchains/ethereum/assets/0x91d6f6e9026E43240ce6F06Af6a4b33129EBdE94/logo.png
deleted file mode 100644
index f6c79ae7b918d..0000000000000
Binary files a/blockchains/ethereum/assets/0x91d6f6e9026E43240ce6F06Af6a4b33129EBdE94/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x91dFbEE3965baAEE32784c2d546B7a0C62F268c9/info.json b/blockchains/ethereum/assets/0x91dFbEE3965baAEE32784c2d546B7a0C62F268c9/info.json
deleted file mode 100644
index 45928b768c674..0000000000000
--- a/blockchains/ethereum/assets/0x91dFbEE3965baAEE32784c2d546B7a0C62F268c9/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Bondly",
- "website": "https://www.bondly.finance",
- "description": "Bondly is an interoperable, transparent and portable swap protocol designed to revolutionize traditional escrow methods and make everyone into their own digital marketplace.",
- "explorer": "https://etherscan.io/token/0x91dfbee3965baaee32784c2d546b7a0c62f268c9",
- "type": "ERC20",
- "symbol": "BONDLY",
- "decimals": 18,
- "status": "active",
- "id": "0x91dFbEE3965baAEE32784c2d546B7a0C62F268c9",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/BondlyFinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/bondlyfinance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x91dFbEE3965baAEE32784c2d546B7a0C62F268c9/logo.png b/blockchains/ethereum/assets/0x91dFbEE3965baAEE32784c2d546B7a0C62F268c9/logo.png
deleted file mode 100644
index dc99d1277e326..0000000000000
Binary files a/blockchains/ethereum/assets/0x91dFbEE3965baAEE32784c2d546B7a0C62F268c9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x91e64F39C1FE14492e8FDf5A8B0f305BD218C8A1/info.json b/blockchains/ethereum/assets/0x91e64F39C1FE14492e8FDf5A8B0f305BD218C8A1/info.json
deleted file mode 100644
index 5c2414f7c64fa..0000000000000
--- a/blockchains/ethereum/assets/0x91e64F39C1FE14492e8FDf5A8B0f305BD218C8A1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vodi X",
- "symbol": "VDX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://vodix.io/",
- "explorer": "https://etherscan.io/token/0x91e64F39C1FE14492e8FDf5A8B0f305BD218C8A1",
- "status": "abandoned",
- "id": "0x91e64F39C1FE14492e8FDf5A8B0f305BD218C8A1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x91e64F39C1FE14492e8FDf5A8B0f305BD218C8A1/logo.png b/blockchains/ethereum/assets/0x91e64F39C1FE14492e8FDf5A8B0f305BD218C8A1/logo.png
deleted file mode 100644
index 847b482e98f70..0000000000000
Binary files a/blockchains/ethereum/assets/0x91e64F39C1FE14492e8FDf5A8B0f305BD218C8A1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9214eC02CB71CbA0ADA6896b8dA260736a67ab10/info.json b/blockchains/ethereum/assets/0x9214eC02CB71CbA0ADA6896b8dA260736a67ab10/info.json
deleted file mode 100644
index 50f50fd14588b..0000000000000
--- a/blockchains/ethereum/assets/0x9214eC02CB71CbA0ADA6896b8dA260736a67ab10/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Real Estate Asset Ledger",
- "symbol": "REAL",
- "type": "ERC20",
- "decimals": 18,
- "description": "Token Real Estate Asset Ledger.",
- "website": "https://www.real.markets",
- "explorer": "https://etherscan.io/token/0x9214eC02CB71CbA0ADA6896b8dA260736a67ab10",
- "status": "active",
- "id": "0x9214eC02CB71CbA0ADA6896b8dA260736a67ab10"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9214eC02CB71CbA0ADA6896b8dA260736a67ab10/logo.png b/blockchains/ethereum/assets/0x9214eC02CB71CbA0ADA6896b8dA260736a67ab10/logo.png
deleted file mode 100644
index 361ee954f5d63..0000000000000
Binary files a/blockchains/ethereum/assets/0x9214eC02CB71CbA0ADA6896b8dA260736a67ab10/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9216707C81438d9593c4e215BCBb0E7bB10d07F5/info.json b/blockchains/ethereum/assets/0x9216707C81438d9593c4e215BCBb0E7bB10d07F5/info.json
deleted file mode 100644
index 20d5ba4cefe68..0000000000000
--- a/blockchains/ethereum/assets/0x9216707C81438d9593c4e215BCBb0E7bB10d07F5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Real Estate Coupon Token",
- "symbol": "RECT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9216707C81438d9593c4e215BCBb0E7bB10d07F5",
- "status": "abandoned",
- "id": "0x9216707C81438d9593c4e215BCBb0E7bB10d07F5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9216707C81438d9593c4e215BCBb0E7bB10d07F5/logo.png b/blockchains/ethereum/assets/0x9216707C81438d9593c4e215BCBb0E7bB10d07F5/logo.png
deleted file mode 100644
index 93ce50fd2d476..0000000000000
Binary files a/blockchains/ethereum/assets/0x9216707C81438d9593c4e215BCBb0E7bB10d07F5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x921D555a9258C3092C605708A153798EA094d41A/info.json b/blockchains/ethereum/assets/0x921D555a9258C3092C605708A153798EA094d41A/info.json
deleted file mode 100644
index bd221f0fd1a3e..0000000000000
--- a/blockchains/ethereum/assets/0x921D555a9258C3092C605708A153798EA094d41A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C492982",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x921D555a9258C3092C605708A153798EA094d41A",
- "status": "abandoned",
- "id": "0x921D555a9258C3092C605708A153798EA094d41A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x921D555a9258C3092C605708A153798EA094d41A/logo.png b/blockchains/ethereum/assets/0x921D555a9258C3092C605708A153798EA094d41A/logo.png
deleted file mode 100644
index 523656a25ce27..0000000000000
Binary files a/blockchains/ethereum/assets/0x921D555a9258C3092C605708A153798EA094d41A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x922105fAd8153F516bCfB829f56DC097a0E1D705/info.json b/blockchains/ethereum/assets/0x922105fAd8153F516bCfB829f56DC097a0E1D705/info.json
deleted file mode 100644
index a8d36559556f3..0000000000000
--- a/blockchains/ethereum/assets/0x922105fAd8153F516bCfB829f56DC097a0E1D705/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yee - A Blockchain-powered & Cloud-based Social Ecosystem",
- "symbol": "YEE",
- "type": "ERC20",
- "decimals": 18,
- "description": "Next Generation Blockchain For a Trustful 5G World",
- "website": "https://yeeco.io",
- "explorer": "https://etherscan.io/token/0x922105fAd8153F516bCfB829f56DC097a0E1D705",
- "status": "active",
- "id": "0x922105fAd8153F516bCfB829f56DC097a0E1D705"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x922105fAd8153F516bCfB829f56DC097a0E1D705/logo.png b/blockchains/ethereum/assets/0x922105fAd8153F516bCfB829f56DC097a0E1D705/logo.png
deleted file mode 100644
index cc8b60dfeabc4..0000000000000
Binary files a/blockchains/ethereum/assets/0x922105fAd8153F516bCfB829f56DC097a0E1D705/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x92298Fa0647b5dcFf6eEaBAb97c9Bd81b5c30D06/info.json b/blockchains/ethereum/assets/0x92298Fa0647b5dcFf6eEaBAb97c9Bd81b5c30D06/info.json
deleted file mode 100644
index 7595aa86461be..0000000000000
--- a/blockchains/ethereum/assets/0x92298Fa0647b5dcFf6eEaBAb97c9Bd81b5c30D06/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "LikeApp",
- "description": "popular global platform for creating and sharing original videos.",
- "website": "-",
- "explorer": "https://etherscan.io/token/0x92298Fa0647b5dcFf6eEaBAb97c9Bd81b5c30D06",
- "type": "ERC20",
- "symbol": "LIKE",
- "decimals": 0,
- "status": "active",
- "id": "0x92298Fa0647b5dcFf6eEaBAb97c9Bd81b5c30D06",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/likeapptoken"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x92298Fa0647b5dcFf6eEaBAb97c9Bd81b5c30D06/logo.png b/blockchains/ethereum/assets/0x92298Fa0647b5dcFf6eEaBAb97c9Bd81b5c30D06/logo.png
deleted file mode 100644
index ca0b89918d7cb..0000000000000
Binary files a/blockchains/ethereum/assets/0x92298Fa0647b5dcFf6eEaBAb97c9Bd81b5c30D06/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x922aC473A3cC241fD3a0049Ed14536452D58D73c/info.json b/blockchains/ethereum/assets/0x922aC473A3cC241fD3a0049Ed14536452D58D73c/info.json
deleted file mode 100644
index dbab171c31e27..0000000000000
--- a/blockchains/ethereum/assets/0x922aC473A3cC241fD3a0049Ed14536452D58D73c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VALID",
- "symbol": "VLD",
- "type": "ERC20",
- "decimals": 18,
- "description": "Authenticate online using your self-sovereign eID and start monetizing your anonymized personal data.",
- "website": "https://vetri.global/",
- "explorer": "https://etherscan.io/token/0x922aC473A3cC241fD3a0049Ed14536452D58D73c",
- "status": "active",
- "id": "0x922aC473A3cC241fD3a0049Ed14536452D58D73c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x922aC473A3cC241fD3a0049Ed14536452D58D73c/logo.png b/blockchains/ethereum/assets/0x922aC473A3cC241fD3a0049Ed14536452D58D73c/logo.png
deleted file mode 100644
index e0adf750e1291..0000000000000
Binary files a/blockchains/ethereum/assets/0x922aC473A3cC241fD3a0049Ed14536452D58D73c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x923108a439C4e8C2315c4f6521E5cE95B44e9B4c/info.json b/blockchains/ethereum/assets/0x923108a439C4e8C2315c4f6521E5cE95B44e9B4c/info.json
deleted file mode 100644
index 3e9206412208f..0000000000000
--- a/blockchains/ethereum/assets/0x923108a439C4e8C2315c4f6521E5cE95B44e9B4c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Devery.io",
- "symbol": "EVE",
- "type": "ERC20",
- "decimals": 18,
- "description": "Devery (EVE) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://devery.io",
- "explorer": "https://etherscan.io/token/0x923108a439C4e8C2315c4f6521E5cE95B44e9B4c",
- "status": "abandoned",
- "id": "0x923108a439C4e8C2315c4f6521E5cE95B44e9B4c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9235bDA06B8807161b8FBB1e102CB654555b212F/info.json b/blockchains/ethereum/assets/0x9235bDA06B8807161b8FBB1e102CB654555b212F/info.json
deleted file mode 100644
index 0dfd4ffd22786..0000000000000
--- a/blockchains/ethereum/assets/0x9235bDA06B8807161b8FBB1e102CB654555b212F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Feellike",
- "symbol": "FLL",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "https://feelliketimetraveler.com/",
- "explorer": "https://etherscan.io/token/0x9235bDA06B8807161b8FBB1e102CB654555b212F",
- "status": "abandoned",
- "id": "0x9235bDA06B8807161b8FBB1e102CB654555b212F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9235bDA06B8807161b8FBB1e102CB654555b212F/logo.png b/blockchains/ethereum/assets/0x9235bDA06B8807161b8FBB1e102CB654555b212F/logo.png
deleted file mode 100644
index 3b40709c03e57..0000000000000
Binary files a/blockchains/ethereum/assets/0x9235bDA06B8807161b8FBB1e102CB654555b212F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9248c485b0B80f76DA451f167A8db30F33C70907/info.json b/blockchains/ethereum/assets/0x9248c485b0B80f76DA451f167A8db30F33C70907/info.json
deleted file mode 100644
index fe86a2f8eacff..0000000000000
--- a/blockchains/ethereum/assets/0x9248c485b0B80f76DA451f167A8db30F33C70907/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Debase",
- "symbol": "DEBASE",
- "type": "ERC20",
- "decimals": 18,
- "description": "Debaseonomics is a decentralized meta algorithmic stable coin protocol on top of which capital efficient stable-coins can be built. DEBASE is the reserve asset that accrues value from the stabilization mechanisms.",
- "website": "https://debaseonomics.io",
- "explorer": "https://etherscan.io/token/0x9248c485b0B80f76DA451f167A8db30F33C70907",
- "status": "active",
- "id": "0x9248c485b0B80f76DA451f167A8db30F33C70907"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9248c485b0B80f76DA451f167A8db30F33C70907/logo.png b/blockchains/ethereum/assets/0x9248c485b0B80f76DA451f167A8db30F33C70907/logo.png
deleted file mode 100644
index b591be482643b..0000000000000
Binary files a/blockchains/ethereum/assets/0x9248c485b0B80f76DA451f167A8db30F33C70907/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x925044C51dB653459a23DCD7aC3E30AfEA51e54a/info.json b/blockchains/ethereum/assets/0x925044C51dB653459a23DCD7aC3E30AfEA51e54a/info.json
deleted file mode 100644
index fb1b016307e81..0000000000000
--- a/blockchains/ethereum/assets/0x925044C51dB653459a23DCD7aC3E30AfEA51e54a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bravenge",
- "symbol": "BNG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x925044C51dB653459a23DCD7aC3E30AfEA51e54a",
- "status": "abandoned",
- "id": "0x925044C51dB653459a23DCD7aC3E30AfEA51e54a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x925044C51dB653459a23DCD7aC3E30AfEA51e54a/logo.png b/blockchains/ethereum/assets/0x925044C51dB653459a23DCD7aC3E30AfEA51e54a/logo.png
deleted file mode 100644
index 3127ddf2ba570..0000000000000
Binary files a/blockchains/ethereum/assets/0x925044C51dB653459a23DCD7aC3E30AfEA51e54a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x929E1Bd67410b8673377B33CD4a17567207733D7/info.json b/blockchains/ethereum/assets/0x929E1Bd67410b8673377B33CD4a17567207733D7/info.json
deleted file mode 100644
index 948e625e05e44..0000000000000
--- a/blockchains/ethereum/assets/0x929E1Bd67410b8673377B33CD4a17567207733D7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethereum Lite",
- "symbol": "ETL",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x929E1Bd67410b8673377B33CD4a17567207733D7",
- "status": "abandoned",
- "id": "0x929E1Bd67410b8673377B33CD4a17567207733D7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x929E1Bd67410b8673377B33CD4a17567207733D7/logo.png b/blockchains/ethereum/assets/0x929E1Bd67410b8673377B33CD4a17567207733D7/logo.png
deleted file mode 100644
index 6a07d75b2d355..0000000000000
Binary files a/blockchains/ethereum/assets/0x929E1Bd67410b8673377B33CD4a17567207733D7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x92A5B04D0ED5D94D7a193d1d334D3D16996f4E13/info.json b/blockchains/ethereum/assets/0x92A5B04D0ED5D94D7a193d1d334D3D16996f4E13/info.json
deleted file mode 100644
index b0083662c0552..0000000000000
--- a/blockchains/ethereum/assets/0x92A5B04D0ED5D94D7a193d1d334D3D16996f4E13/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Eristica TOKEN",
- "symbol": "ERT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://eristica.com/",
- "explorer": "https://etherscan.io/token/0x92A5B04D0ED5D94D7a193d1d334D3D16996f4E13",
- "status": "abandoned",
- "id": "0x92A5B04D0ED5D94D7a193d1d334D3D16996f4E13"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x92A5B04D0ED5D94D7a193d1d334D3D16996f4E13/logo.png b/blockchains/ethereum/assets/0x92A5B04D0ED5D94D7a193d1d334D3D16996f4E13/logo.png
deleted file mode 100644
index deb411a0024d8..0000000000000
Binary files a/blockchains/ethereum/assets/0x92A5B04D0ED5D94D7a193d1d334D3D16996f4E13/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x92AAdc367fEB0cad3Cc52BB19721bE3aAd95953c/info.json b/blockchains/ethereum/assets/0x92AAdc367fEB0cad3Cc52BB19721bE3aAd95953c/info.json
deleted file mode 100644
index 544ae5bf6ddd5..0000000000000
--- a/blockchains/ethereum/assets/0x92AAdc367fEB0cad3Cc52BB19721bE3aAd95953c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Piti",
- "symbol": "PITI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x92AAdc367fEB0cad3Cc52BB19721bE3aAd95953c",
- "status": "abandoned",
- "id": "0x92AAdc367fEB0cad3Cc52BB19721bE3aAd95953c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x92AAdc367fEB0cad3Cc52BB19721bE3aAd95953c/logo.png b/blockchains/ethereum/assets/0x92AAdc367fEB0cad3Cc52BB19721bE3aAd95953c/logo.png
deleted file mode 100644
index 219d08d12c3a5..0000000000000
Binary files a/blockchains/ethereum/assets/0x92AAdc367fEB0cad3Cc52BB19721bE3aAd95953c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x92B7e4409dCf8C439f313eD1f05fdC0550d18DDd/info.json b/blockchains/ethereum/assets/0x92B7e4409dCf8C439f313eD1f05fdC0550d18DDd/info.json
deleted file mode 100644
index bad2bdbc79564..0000000000000
--- a/blockchains/ethereum/assets/0x92B7e4409dCf8C439f313eD1f05fdC0550d18DDd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MYDAS",
- "symbol": "MDS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x92B7e4409dCf8C439f313eD1f05fdC0550d18DDd",
- "status": "abandoned",
- "id": "0x92B7e4409dCf8C439f313eD1f05fdC0550d18DDd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x92B7e4409dCf8C439f313eD1f05fdC0550d18DDd/logo.png b/blockchains/ethereum/assets/0x92B7e4409dCf8C439f313eD1f05fdC0550d18DDd/logo.png
deleted file mode 100644
index e2b83ac649a96..0000000000000
Binary files a/blockchains/ethereum/assets/0x92B7e4409dCf8C439f313eD1f05fdC0550d18DDd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x92D6C1e31e14520e676a687F0a93788B716BEff5/info.json b/blockchains/ethereum/assets/0x92D6C1e31e14520e676a687F0a93788B716BEff5/info.json
deleted file mode 100644
index db6a2c35ade49..0000000000000
--- a/blockchains/ethereum/assets/0x92D6C1e31e14520e676a687F0a93788B716BEff5/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "dYdX",
- "type": "ERC20",
- "symbol": "DYDX",
- "decimals": 18,
- "website": "https://dydx.foundation",
- "description": "Trade & stake to earn rewards. Vote on the future of your exchange. Take control of the most powerful decentralized derivatives protocol.",
- "explorer": "https://etherscan.io/token/0x92D6C1e31e14520e676a687F0a93788B716BEff5",
- "status": "active",
- "id": "0x92D6C1e31e14520e676a687F0a93788B716BEff5",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/dydxfoundation"
- },
- {
- "name": "github",
- "url": "https://github.com/dydxfoundation"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x92D6C1e31e14520e676a687F0a93788B716BEff5/logo.png b/blockchains/ethereum/assets/0x92D6C1e31e14520e676a687F0a93788B716BEff5/logo.png
deleted file mode 100644
index 9df0db6844e01..0000000000000
Binary files a/blockchains/ethereum/assets/0x92D6C1e31e14520e676a687F0a93788B716BEff5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x92a06F3Ed11aF181D832bB474d017906AcB8c299/info.json b/blockchains/ethereum/assets/0x92a06F3Ed11aF181D832bB474d017906AcB8c299/info.json
deleted file mode 100644
index 7df2ab7783d8f..0000000000000
--- a/blockchains/ethereum/assets/0x92a06F3Ed11aF181D832bB474d017906AcB8c299/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZeePin Token",
- "symbol": "ZPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x92a06F3Ed11aF181D832bB474d017906AcB8c299",
- "status": "abandoned",
- "id": "0x92a06F3Ed11aF181D832bB474d017906AcB8c299"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x92a06F3Ed11aF181D832bB474d017906AcB8c299/logo.png b/blockchains/ethereum/assets/0x92a06F3Ed11aF181D832bB474d017906AcB8c299/logo.png
deleted file mode 100644
index 69ae4fc6257b4..0000000000000
Binary files a/blockchains/ethereum/assets/0x92a06F3Ed11aF181D832bB474d017906AcB8c299/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x92a42Db88Ed0F02c71D439e55962Ca7CAB0168b5/info.json b/blockchains/ethereum/assets/0x92a42Db88Ed0F02c71D439e55962Ca7CAB0168b5/info.json
deleted file mode 100644
index 8b3711da8063a..0000000000000
--- a/blockchains/ethereum/assets/0x92a42Db88Ed0F02c71D439e55962Ca7CAB0168b5/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Tardigrades.Finance",
- "type": "ERC20",
- "symbol": "TRDG",
- "decimals": 9,
- "website": "https://www.tardigrades.finance/",
- "description": "Tardigrades Finance offers frictionless rewards 5% Tax with 2.5% Burn / and 2.5% back to Holders for each transaction.",
- "explorer": "https://etherscan.io/token/0x92a42db88ed0f02c71d439e55962ca7cab0168b5",
- "status": "active",
- "id": "0x92a42Db88Ed0F02c71D439e55962Ca7CAB0168b5",
- "tags": [
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x92a42Db88Ed0F02c71D439e55962Ca7CAB0168b5/logo.png b/blockchains/ethereum/assets/0x92a42Db88Ed0F02c71D439e55962Ca7CAB0168b5/logo.png
deleted file mode 100644
index 1379c198fa1bc..0000000000000
Binary files a/blockchains/ethereum/assets/0x92a42Db88Ed0F02c71D439e55962Ca7CAB0168b5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x92bfBcFDc25Dd7a235de50291e2EafB12d4901F8/info.json b/blockchains/ethereum/assets/0x92bfBcFDc25Dd7a235de50291e2EafB12d4901F8/info.json
deleted file mode 100644
index 9ddf30b23b6fb..0000000000000
--- a/blockchains/ethereum/assets/0x92bfBcFDc25Dd7a235de50291e2EafB12d4901F8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DevilCoin",
- "symbol": "DEVIL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x92bfBcFDc25Dd7a235de50291e2EafB12d4901F8",
- "status": "abandoned",
- "id": "0x92bfBcFDc25Dd7a235de50291e2EafB12d4901F8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x92bfBcFDc25Dd7a235de50291e2EafB12d4901F8/logo.png b/blockchains/ethereum/assets/0x92bfBcFDc25Dd7a235de50291e2EafB12d4901F8/logo.png
deleted file mode 100644
index 84fe8de887fc4..0000000000000
Binary files a/blockchains/ethereum/assets/0x92bfBcFDc25Dd7a235de50291e2EafB12d4901F8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x92c4f18c851592B4a2AB9BcD22D308F0E1c94399/info.json b/blockchains/ethereum/assets/0x92c4f18c851592B4a2AB9BcD22D308F0E1c94399/info.json
deleted file mode 100644
index 075c76a6471f8..0000000000000
--- a/blockchains/ethereum/assets/0x92c4f18c851592B4a2AB9BcD22D308F0E1c94399/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CEXDollar",
- "symbol": "CEXD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x92c4f18c851592B4a2AB9BcD22D308F0E1c94399",
- "status": "abandoned",
- "id": "0x92c4f18c851592B4a2AB9BcD22D308F0E1c94399"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x92c4f18c851592B4a2AB9BcD22D308F0E1c94399/logo.png b/blockchains/ethereum/assets/0x92c4f18c851592B4a2AB9BcD22D308F0E1c94399/logo.png
deleted file mode 100644
index 574b17856916c..0000000000000
Binary files a/blockchains/ethereum/assets/0x92c4f18c851592B4a2AB9BcD22D308F0E1c94399/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x92d7A89405Ea3cC605A467E834236e09DF60bf16/info.json b/blockchains/ethereum/assets/0x92d7A89405Ea3cC605A467E834236e09DF60bf16/info.json
deleted file mode 100644
index 7d7f5627b94ca..0000000000000
--- a/blockchains/ethereum/assets/0x92d7A89405Ea3cC605A467E834236e09DF60bf16/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Spirit",
- "symbol": "SPIRIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x92d7A89405Ea3cC605A467E834236e09DF60bf16",
- "status": "abandoned",
- "id": "0x92d7A89405Ea3cC605A467E834236e09DF60bf16"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x92d7A89405Ea3cC605A467E834236e09DF60bf16/logo.png b/blockchains/ethereum/assets/0x92d7A89405Ea3cC605A467E834236e09DF60bf16/logo.png
deleted file mode 100755
index 2013641cfd023..0000000000000
Binary files a/blockchains/ethereum/assets/0x92d7A89405Ea3cC605A467E834236e09DF60bf16/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x92e52a1A235d9A103D970901066CE910AAceFD37/info.json b/blockchains/ethereum/assets/0x92e52a1A235d9A103D970901066CE910AAceFD37/info.json
deleted file mode 100644
index f6557a4c23642..0000000000000
--- a/blockchains/ethereum/assets/0x92e52a1A235d9A103D970901066CE910AAceFD37/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UCASH",
- "symbol": "UCASH",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://u.cash",
- "explorer": "https://etherscan.io/token/0x92e52a1A235d9A103D970901066CE910AAceFD37",
- "status": "abandoned",
- "id": "0x92e52a1A235d9A103D970901066CE910AAceFD37"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x92e52a1A235d9A103D970901066CE910AAceFD37/logo.png b/blockchains/ethereum/assets/0x92e52a1A235d9A103D970901066CE910AAceFD37/logo.png
deleted file mode 100755
index 47cd6db2b83f1..0000000000000
Binary files a/blockchains/ethereum/assets/0x92e52a1A235d9A103D970901066CE910AAceFD37/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x92eF4FFBfe0Df030837b65d7FcCFE1ABd6549579/info.json b/blockchains/ethereum/assets/0x92eF4FFBfe0Df030837b65d7FcCFE1ABd6549579/info.json
deleted file mode 100644
index c4221ba7c1d67..0000000000000
--- a/blockchains/ethereum/assets/0x92eF4FFBfe0Df030837b65d7FcCFE1ABd6549579/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "Swirge coin",
- "website": "https://swirgepay.com",
- "description": "Swirge is an ecosystem that embodies a decentralized social media, a decentralized financial system, and a marketplace built on the blockchain technology.",
- "explorer": "https://etherscan.io/token/0x92ef4ffbfe0df030837b65d7fccfe1abd6549579",
- "research": "https://swirgepay.com",
- "type": "ERC20",
- "symbol": "SWG",
- "decimals": 18,
- "status": "active",
- "id": "0x92eF4FFBfe0Df030837b65d7FcCFE1ABd6549579",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://swirgepay.com/docs/not-so-whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x92eF4FFBfe0Df030837b65d7FcCFE1ABd6549579/logo.png b/blockchains/ethereum/assets/0x92eF4FFBfe0Df030837b65d7FcCFE1ABd6549579/logo.png
deleted file mode 100644
index 296901e452e1a..0000000000000
Binary files a/blockchains/ethereum/assets/0x92eF4FFBfe0Df030837b65d7FcCFE1ABd6549579/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9305a9b8789abC44dC8641606534665516b1FaB0/info.json b/blockchains/ethereum/assets/0x9305a9b8789abC44dC8641606534665516b1FaB0/info.json
deleted file mode 100644
index 0dbb03f446e2d..0000000000000
--- a/blockchains/ethereum/assets/0x9305a9b8789abC44dC8641606534665516b1FaB0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JAW",
- "symbol": "JAW",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9305a9b8789abC44dC8641606534665516b1FaB0",
- "status": "abandoned",
- "id": "0x9305a9b8789abC44dC8641606534665516b1FaB0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9305a9b8789abC44dC8641606534665516b1FaB0/logo.png b/blockchains/ethereum/assets/0x9305a9b8789abC44dC8641606534665516b1FaB0/logo.png
deleted file mode 100644
index 5195f2e1221a3..0000000000000
Binary files a/blockchains/ethereum/assets/0x9305a9b8789abC44dC8641606534665516b1FaB0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x93065b5C7Eb63333b8E57a73012D25f687895785/info.json b/blockchains/ethereum/assets/0x93065b5C7Eb63333b8E57a73012D25f687895785/info.json
deleted file mode 100644
index f59a5d47b5efa..0000000000000
--- a/blockchains/ethereum/assets/0x93065b5C7Eb63333b8E57a73012D25f687895785/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ColletrixToken",
- "symbol": "CIPX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x93065b5C7Eb63333b8E57a73012D25f687895785",
- "status": "abandoned",
- "id": "0x93065b5C7Eb63333b8E57a73012D25f687895785"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x93065b5C7Eb63333b8E57a73012D25f687895785/logo.png b/blockchains/ethereum/assets/0x93065b5C7Eb63333b8E57a73012D25f687895785/logo.png
deleted file mode 100644
index 739618b41227f..0000000000000
Binary files a/blockchains/ethereum/assets/0x93065b5C7Eb63333b8E57a73012D25f687895785/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x93190DbCE9b9BD4Aa546270a8D1D65905B5fDd28/info.json b/blockchains/ethereum/assets/0x93190DbCE9b9BD4Aa546270a8D1D65905B5fDd28/info.json
deleted file mode 100644
index 55ee971a80ba3..0000000000000
--- a/blockchains/ethereum/assets/0x93190DbCE9b9BD4Aa546270a8D1D65905B5fDd28/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DAPSTOKEN",
- "symbol": "DAPS",
- "type": "ERC20",
- "decimals": 18,
- "description": "DAPS is a privacy coin that aims to be the most private and secure privacy coin on the market in a hybrid chain of PoW, PoSv3 and PoA. We aim to set our protocol to become the new standard of privacy coins.",
- "website": "https://dapscoin.com/",
- "explorer": "https://etherscan.io/token/0x93190DbCE9b9BD4Aa546270a8D1D65905B5fDd28",
- "status": "active",
- "id": "0x93190DbCE9b9BD4Aa546270a8D1D65905B5fDd28"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x93190DbCE9b9BD4Aa546270a8D1D65905B5fDd28/logo.png b/blockchains/ethereum/assets/0x93190DbCE9b9BD4Aa546270a8D1D65905B5fDd28/logo.png
deleted file mode 100755
index 644c7d25cb2fe..0000000000000
Binary files a/blockchains/ethereum/assets/0x93190DbCE9b9BD4Aa546270a8D1D65905B5fDd28/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x931A7ca74e35f35a46881A4f968d5fBD095a0279/info.json b/blockchains/ethereum/assets/0x931A7ca74e35f35a46881A4f968d5fBD095a0279/info.json
deleted file mode 100644
index 1313b7f35ac45..0000000000000
--- a/blockchains/ethereum/assets/0x931A7ca74e35f35a46881A4f968d5fBD095a0279/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FailToken",
- "symbol": "FAIL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x931A7ca74e35f35a46881A4f968d5fBD095a0279",
- "status": "abandoned",
- "id": "0x931A7ca74e35f35a46881A4f968d5fBD095a0279"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x931A7ca74e35f35a46881A4f968d5fBD095a0279/logo.png b/blockchains/ethereum/assets/0x931A7ca74e35f35a46881A4f968d5fBD095a0279/logo.png
deleted file mode 100755
index 48de2691ffc6c..0000000000000
Binary files a/blockchains/ethereum/assets/0x931A7ca74e35f35a46881A4f968d5fBD095a0279/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x933DFC5622792b41245aB8313416cAF0ba885aE7/info.json b/blockchains/ethereum/assets/0x933DFC5622792b41245aB8313416cAF0ba885aE7/info.json
deleted file mode 100644
index fd880819f094e..0000000000000
--- a/blockchains/ethereum/assets/0x933DFC5622792b41245aB8313416cAF0ba885aE7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoinBroker",
- "symbol": "COBR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x933DFC5622792b41245aB8313416cAF0ba885aE7",
- "status": "abandoned",
- "id": "0x933DFC5622792b41245aB8313416cAF0ba885aE7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x933DFC5622792b41245aB8313416cAF0ba885aE7/logo.png b/blockchains/ethereum/assets/0x933DFC5622792b41245aB8313416cAF0ba885aE7/logo.png
deleted file mode 100644
index f08927314e4ff..0000000000000
Binary files a/blockchains/ethereum/assets/0x933DFC5622792b41245aB8313416cAF0ba885aE7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9344b383b1D59b5ce3468B234DAB43C7190ba735/info.json b/blockchains/ethereum/assets/0x9344b383b1D59b5ce3468B234DAB43C7190ba735/info.json
deleted file mode 100644
index 05597c81668df..0000000000000
--- a/blockchains/ethereum/assets/0x9344b383b1D59b5ce3468B234DAB43C7190ba735/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NeedsCoin",
- "symbol": "NCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9344b383b1D59b5ce3468B234DAB43C7190ba735",
- "status": "abandoned",
- "id": "0x9344b383b1D59b5ce3468B234DAB43C7190ba735"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9344b383b1D59b5ce3468B234DAB43C7190ba735/logo.png b/blockchains/ethereum/assets/0x9344b383b1D59b5ce3468B234DAB43C7190ba735/logo.png
deleted file mode 100755
index 9ad76a3fad3b3..0000000000000
Binary files a/blockchains/ethereum/assets/0x9344b383b1D59b5ce3468B234DAB43C7190ba735/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x93453fbCf7fD8CcF9F3740af2fb9D14960a23b39/info.json b/blockchains/ethereum/assets/0x93453fbCf7fD8CcF9F3740af2fb9D14960a23b39/info.json
deleted file mode 100644
index 176419e320213..0000000000000
--- a/blockchains/ethereum/assets/0x93453fbCf7fD8CcF9F3740af2fb9D14960a23b39/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HaloCoin",
- "symbol": "HALO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x93453fbCf7fD8CcF9F3740af2fb9D14960a23b39",
- "status": "abandoned",
- "id": "0x93453fbCf7fD8CcF9F3740af2fb9D14960a23b39"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x93453fbCf7fD8CcF9F3740af2fb9D14960a23b39/logo.png b/blockchains/ethereum/assets/0x93453fbCf7fD8CcF9F3740af2fb9D14960a23b39/logo.png
deleted file mode 100644
index 7f562c381c5a9..0000000000000
Binary files a/blockchains/ethereum/assets/0x93453fbCf7fD8CcF9F3740af2fb9D14960a23b39/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9355372396e3F6daF13359B7b607a3374cc638e0/info.json b/blockchains/ethereum/assets/0x9355372396e3F6daF13359B7b607a3374cc638e0/info.json
deleted file mode 100644
index bbcc7869a8e8e..0000000000000
--- a/blockchains/ethereum/assets/0x9355372396e3F6daF13359B7b607a3374cc638e0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WHALE",
- "symbol": "WHALE",
- "type": "ERC20",
- "decimals": 4,
- "description": "WHALE claims to be the first social token backed by the best NFT collection around.",
- "website": "https://whale.me",
- "explorer": "https://etherscan.io/token/0x9355372396e3F6daF13359B7b607a3374cc638e0",
- "status": "active",
- "id": "0x9355372396e3F6daF13359B7b607a3374cc638e0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9355372396e3F6daF13359B7b607a3374cc638e0/logo.png b/blockchains/ethereum/assets/0x9355372396e3F6daF13359B7b607a3374cc638e0/logo.png
deleted file mode 100644
index 91aecca61184d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9355372396e3F6daF13359B7b607a3374cc638e0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9363E6eaDF5e307b96f26DFd94F355b95A0e2498/info.json b/blockchains/ethereum/assets/0x9363E6eaDF5e307b96f26DFd94F355b95A0e2498/info.json
deleted file mode 100644
index 6bd786515ca83..0000000000000
--- a/blockchains/ethereum/assets/0x9363E6eaDF5e307b96f26DFd94F355b95A0e2498/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vestoria",
- "symbol": "VSTR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://vestoria.org/",
- "explorer": "https://etherscan.io/token/0x9363E6eaDF5e307b96f26DFd94F355b95A0e2498",
- "status": "abandoned",
- "id": "0x9363E6eaDF5e307b96f26DFd94F355b95A0e2498"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9363E6eaDF5e307b96f26DFd94F355b95A0e2498/logo.png b/blockchains/ethereum/assets/0x9363E6eaDF5e307b96f26DFd94F355b95A0e2498/logo.png
deleted file mode 100644
index 08c05d55c7025..0000000000000
Binary files a/blockchains/ethereum/assets/0x9363E6eaDF5e307b96f26DFd94F355b95A0e2498/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x936B36109951601471D2AC9b7e6ddED94AEB4701/info.json b/blockchains/ethereum/assets/0x936B36109951601471D2AC9b7e6ddED94AEB4701/info.json
deleted file mode 100644
index 23c3e5b85bf4b..0000000000000
--- a/blockchains/ethereum/assets/0x936B36109951601471D2AC9b7e6ddED94AEB4701/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-12/30M72",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x936B36109951601471D2AC9b7e6ddED94AEB4701",
- "status": "abandoned",
- "id": "0x936B36109951601471D2AC9b7e6ddED94AEB4701"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x936B36109951601471D2AC9b7e6ddED94AEB4701/logo.png b/blockchains/ethereum/assets/0x936B36109951601471D2AC9b7e6ddED94AEB4701/logo.png
deleted file mode 100644
index 404a2ef476ed5..0000000000000
Binary files a/blockchains/ethereum/assets/0x936B36109951601471D2AC9b7e6ddED94AEB4701/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9388F54FA978Aa9e24395a8b69033304ECcea4df/info.json b/blockchains/ethereum/assets/0x9388F54FA978Aa9e24395a8b69033304ECcea4df/info.json
deleted file mode 100644
index 03d4518269691..0000000000000
--- a/blockchains/ethereum/assets/0x9388F54FA978Aa9e24395a8b69033304ECcea4df/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitscoin",
- "symbol": "BTCX",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "http://bitscointoken.com/",
- "explorer": "https://etherscan.io/token/0x9388F54FA978Aa9e24395a8b69033304ECcea4df",
- "status": "abandoned",
- "id": "0x9388F54FA978Aa9e24395a8b69033304ECcea4df"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9388F54FA978Aa9e24395a8b69033304ECcea4df/logo.png b/blockchains/ethereum/assets/0x9388F54FA978Aa9e24395a8b69033304ECcea4df/logo.png
deleted file mode 100644
index 4005ff9f83c70..0000000000000
Binary files a/blockchains/ethereum/assets/0x9388F54FA978Aa9e24395a8b69033304ECcea4df/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9389434852b94bbaD4c8AfEd5B7BDBc5Ff0c2275/info.json b/blockchains/ethereum/assets/0x9389434852b94bbaD4c8AfEd5B7BDBc5Ff0c2275/info.json
deleted file mode 100644
index df50f463cc598..0000000000000
--- a/blockchains/ethereum/assets/0x9389434852b94bbaD4c8AfEd5B7BDBc5Ff0c2275/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TTC",
- "symbol": "TTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.ttc.eco/",
- "explorer": "https://etherscan.io/token/0x9389434852b94bbaD4c8AfEd5B7BDBc5Ff0c2275",
- "status": "abandoned",
- "id": "0x9389434852b94bbaD4c8AfEd5B7BDBc5Ff0c2275"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9389434852b94bbaD4c8AfEd5B7BDBc5Ff0c2275/logo.png b/blockchains/ethereum/assets/0x9389434852b94bbaD4c8AfEd5B7BDBc5Ff0c2275/logo.png
deleted file mode 100644
index efb7d288c91af..0000000000000
Binary files a/blockchains/ethereum/assets/0x9389434852b94bbaD4c8AfEd5B7BDBc5Ff0c2275/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9399ac26D6586Beb8F25c8f2EEe33B1E2d00e472/info.json b/blockchains/ethereum/assets/0x9399ac26D6586Beb8F25c8f2EEe33B1E2d00e472/info.json
deleted file mode 100644
index b8285eaee8e36..0000000000000
--- a/blockchains/ethereum/assets/0x9399ac26D6586Beb8F25c8f2EEe33B1E2d00e472/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BLike",
- "symbol": "BLIKE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9399ac26D6586Beb8F25c8f2EEe33B1E2d00e472",
- "status": "abandoned",
- "id": "0x9399ac26D6586Beb8F25c8f2EEe33B1E2d00e472"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9399ac26D6586Beb8F25c8f2EEe33B1E2d00e472/logo.png b/blockchains/ethereum/assets/0x9399ac26D6586Beb8F25c8f2EEe33B1E2d00e472/logo.png
deleted file mode 100644
index a8f5e118f77a6..0000000000000
Binary files a/blockchains/ethereum/assets/0x9399ac26D6586Beb8F25c8f2EEe33B1E2d00e472/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x93B2FfF814FCaEFFB01406e80B4Ecd89Ca6A021b/info.json b/blockchains/ethereum/assets/0x93B2FfF814FCaEFFB01406e80B4Ecd89Ca6A021b/info.json
deleted file mode 100644
index e969a58d5f25c..0000000000000
--- a/blockchains/ethereum/assets/0x93B2FfF814FCaEFFB01406e80B4Ecd89Ca6A021b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Grumpy Finance",
- "website": "https://grumpy.finance",
- "description": "Official $GRUMPY, a community focused Defi project with the aim to help animals in need. Donations are funded by our community.",
- "explorer": "https://etherscan.io/token/0x93B2FfF814FCaEFFB01406e80B4Ecd89Ca6A021b",
- "type": "ERC20",
- "symbol": "GRUMPY",
- "decimals": 9,
- "status": "active",
- "id": "0x93B2FfF814FCaEFFB01406e80B4Ecd89Ca6A021b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x93B2FfF814FCaEFFB01406e80B4Ecd89Ca6A021b/logo.png b/blockchains/ethereum/assets/0x93B2FfF814FCaEFFB01406e80B4Ecd89Ca6A021b/logo.png
deleted file mode 100644
index 14a106247b7df..0000000000000
Binary files a/blockchains/ethereum/assets/0x93B2FfF814FCaEFFB01406e80B4Ecd89Ca6A021b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x93B99A13B81dfd5Fa9B2D875acF8C600047b193A/info.json b/blockchains/ethereum/assets/0x93B99A13B81dfd5Fa9B2D875acF8C600047b193A/info.json
deleted file mode 100644
index 911485fc6164d..0000000000000
--- a/blockchains/ethereum/assets/0x93B99A13B81dfd5Fa9B2D875acF8C600047b193A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Forta Token",
- "symbol": "FRT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x93B99A13B81dfd5Fa9B2D875acF8C600047b193A",
- "status": "abandoned",
- "id": "0x93B99A13B81dfd5Fa9B2D875acF8C600047b193A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x93B99A13B81dfd5Fa9B2D875acF8C600047b193A/logo.png b/blockchains/ethereum/assets/0x93B99A13B81dfd5Fa9B2D875acF8C600047b193A/logo.png
deleted file mode 100644
index 43df9f4509da5..0000000000000
Binary files a/blockchains/ethereum/assets/0x93B99A13B81dfd5Fa9B2D875acF8C600047b193A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x93C1119a6a7bf9CD207DbC72e8614A5D82Ff427b/info.json b/blockchains/ethereum/assets/0x93C1119a6a7bf9CD207DbC72e8614A5D82Ff427b/info.json
deleted file mode 100644
index 16acdde5d89ba..0000000000000
--- a/blockchains/ethereum/assets/0x93C1119a6a7bf9CD207DbC72e8614A5D82Ff427b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UniBet",
- "symbol": "UBET",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x93C1119a6a7bf9CD207DbC72e8614A5D82Ff427b",
- "status": "abandoned",
- "id": "0x93C1119a6a7bf9CD207DbC72e8614A5D82Ff427b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x93C1119a6a7bf9CD207DbC72e8614A5D82Ff427b/logo.png b/blockchains/ethereum/assets/0x93C1119a6a7bf9CD207DbC72e8614A5D82Ff427b/logo.png
deleted file mode 100644
index 3e336694e2e61..0000000000000
Binary files a/blockchains/ethereum/assets/0x93C1119a6a7bf9CD207DbC72e8614A5D82Ff427b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x93E682107d1E9defB0b5ee701C71707a4B2E46Bc/info.json b/blockchains/ethereum/assets/0x93E682107d1E9defB0b5ee701C71707a4B2E46Bc/info.json
deleted file mode 100644
index 331b6e4d177f9..0000000000000
--- a/blockchains/ethereum/assets/0x93E682107d1E9defB0b5ee701C71707a4B2E46Bc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MCAP",
- "symbol": "MCAP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x93E682107d1E9defB0b5ee701C71707a4B2E46Bc",
- "status": "abandoned",
- "id": "0x93E682107d1E9defB0b5ee701C71707a4B2E46Bc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x93E682107d1E9defB0b5ee701C71707a4B2E46Bc/logo.png b/blockchains/ethereum/assets/0x93E682107d1E9defB0b5ee701C71707a4B2E46Bc/logo.png
deleted file mode 100644
index 0a8a498779160..0000000000000
Binary files a/blockchains/ethereum/assets/0x93E682107d1E9defB0b5ee701C71707a4B2E46Bc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d/info.json b/blockchains/ethereum/assets/0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d/info.json
deleted file mode 100644
index e2aecf59b1906..0000000000000
--- a/blockchains/ethereum/assets/0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pinakion",
- "symbol": "PNK",
- "type": "ERC20",
- "decimals": 18,
- "description": "Kleros is a decentralized arbitration service for the disputes of the new economy.",
- "website": "https://kleros.io",
- "explorer": "https://etherscan.io/token/0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d",
- "status": "active",
- "id": "0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d/logo.png b/blockchains/ethereum/assets/0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d/logo.png
deleted file mode 100644
index d73e4f5b52461..0000000000000
Binary files a/blockchains/ethereum/assets/0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x93Ec2b9D85a7F4b0Abc66abf4CA8d5E50C355516/info.json b/blockchains/ethereum/assets/0x93Ec2b9D85a7F4b0Abc66abf4CA8d5E50C355516/info.json
deleted file mode 100644
index f2ea6e61b2871..0000000000000
--- a/blockchains/ethereum/assets/0x93Ec2b9D85a7F4b0Abc66abf4CA8d5E50C355516/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nixma Coin",
- "symbol": "NXC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x93Ec2b9D85a7F4b0Abc66abf4CA8d5E50C355516",
- "status": "abandoned",
- "id": "0x93Ec2b9D85a7F4b0Abc66abf4CA8d5E50C355516"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x93Ec2b9D85a7F4b0Abc66abf4CA8d5E50C355516/logo.png b/blockchains/ethereum/assets/0x93Ec2b9D85a7F4b0Abc66abf4CA8d5E50C355516/logo.png
deleted file mode 100644
index ba06fe37bb38b..0000000000000
Binary files a/blockchains/ethereum/assets/0x93Ec2b9D85a7F4b0Abc66abf4CA8d5E50C355516/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x93a7174dafd31d13400cD9fa01f4e5B5BAa00D39/info.json b/blockchains/ethereum/assets/0x93a7174dafd31d13400cD9fa01f4e5B5BAa00D39/info.json
deleted file mode 100644
index be9e63d28b00e..0000000000000
--- a/blockchains/ethereum/assets/0x93a7174dafd31d13400cD9fa01f4e5B5BAa00D39/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Shaka",
- "website": "https://friendsfingers.com",
- "description": "Shaka (HAK) is an ERC20 Token issued by FriendsFingers that will give holders rights to be active part of the platform like in a Decentralized Autonomous Organization (DAO).",
- "explorer": "https://etherscan.io/token/0x93a7174dafd31d13400cD9fa01f4e5B5BAa00D39",
- "type": "ERC20",
- "symbol": "HAK",
- "decimals": 18,
- "status": "active",
- "id": "0x93a7174dafd31d13400cD9fa01f4e5B5BAa00D39"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x93a7174dafd31d13400cD9fa01f4e5B5BAa00D39/logo.png b/blockchains/ethereum/assets/0x93a7174dafd31d13400cD9fa01f4e5B5BAa00D39/logo.png
deleted file mode 100644
index 80d48995de14c..0000000000000
Binary files a/blockchains/ethereum/assets/0x93a7174dafd31d13400cD9fa01f4e5B5BAa00D39/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x93c9291523cb95c0eB0bC379b0483F4D7fC05072/info.json b/blockchains/ethereum/assets/0x93c9291523cb95c0eB0bC379b0483F4D7fC05072/info.json
deleted file mode 100644
index b5fdc360b9619..0000000000000
--- a/blockchains/ethereum/assets/0x93c9291523cb95c0eB0bC379b0483F4D7fC05072/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LED Token",
- "symbol": "LED",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x93c9291523cb95c0eB0bC379b0483F4D7fC05072",
- "status": "abandoned",
- "id": "0x93c9291523cb95c0eB0bC379b0483F4D7fC05072"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x93c9291523cb95c0eB0bC379b0483F4D7fC05072/logo.png b/blockchains/ethereum/assets/0x93c9291523cb95c0eB0bC379b0483F4D7fC05072/logo.png
deleted file mode 100644
index 076f68ad248bc..0000000000000
Binary files a/blockchains/ethereum/assets/0x93c9291523cb95c0eB0bC379b0483F4D7fC05072/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x93d3296cac208422BF587c3597D116e809870f2b/info.json b/blockchains/ethereum/assets/0x93d3296cac208422BF587c3597D116e809870f2b/info.json
deleted file mode 100644
index 958ab0b5ff109..0000000000000
--- a/blockchains/ethereum/assets/0x93d3296cac208422BF587c3597D116e809870f2b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "pUSD",
- "website": "https://pegnet.org/",
- "description": "pUSD is a USD-pegged stablecoin asset in the PegNet network.",
- "explorer": "https://etherscan.io/token/0x93d3296cac208422BF587c3597D116e809870f2b",
- "type": "ERC20",
- "symbol": "pUSD",
- "decimals": 8,
- "status": "active",
- "id": "0x93d3296cac208422BF587c3597D116e809870f2b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x93d3296cac208422BF587c3597D116e809870f2b/logo.png b/blockchains/ethereum/assets/0x93d3296cac208422BF587c3597D116e809870f2b/logo.png
deleted file mode 100644
index 01471424b7885..0000000000000
Binary files a/blockchains/ethereum/assets/0x93d3296cac208422BF587c3597D116e809870f2b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x93eCD2ecDFb91aB2fEe28A8779A6adfe2851cda6/info.json b/blockchains/ethereum/assets/0x93eCD2ecDFb91aB2fEe28A8779A6adfe2851cda6/info.json
deleted file mode 100644
index 8eefb8bdb1959..0000000000000
--- a/blockchains/ethereum/assets/0x93eCD2ecDFb91aB2fEe28A8779A6adfe2851cda6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LoanBurst",
- "symbol": "LBurst",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://loanburst.co",
- "explorer": "https://etherscan.io/token/0x93eCD2ecDFb91aB2fEe28A8779A6adfe2851cda6",
- "status": "abandoned",
- "id": "0x93eCD2ecDFb91aB2fEe28A8779A6adfe2851cda6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x93eCD2ecDFb91aB2fEe28A8779A6adfe2851cda6/logo.png b/blockchains/ethereum/assets/0x93eCD2ecDFb91aB2fEe28A8779A6adfe2851cda6/logo.png
deleted file mode 100644
index 6288e916e7b0b..0000000000000
Binary files a/blockchains/ethereum/assets/0x93eCD2ecDFb91aB2fEe28A8779A6adfe2851cda6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x93effD08e3E5A4B1b40C26137e63876B2501ffA4/info.json b/blockchains/ethereum/assets/0x93effD08e3E5A4B1b40C26137e63876B2501ffA4/info.json
deleted file mode 100755
index e23c284d64555..0000000000000
--- a/blockchains/ethereum/assets/0x93effD08e3E5A4B1b40C26137e63876B2501ffA4/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "JulSwap",
- "website": "https://julswap.com",
- "description": "The JulSwap Token on ETH .",
- "explorer": "https://etherscan.io/token/0x93effD08e3E5A4B1b40C26137e63876B2501ffA4",
- "type": "ERC20",
- "symbol": "JulD",
- "decimals": 18,
- "status": "active",
- "id": "0x93effD08e3E5A4B1b40C26137e63876B2501ffA4",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/JustLiquidity"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x93effD08e3E5A4B1b40C26137e63876B2501ffA4/logo.png b/blockchains/ethereum/assets/0x93effD08e3E5A4B1b40C26137e63876B2501ffA4/logo.png
deleted file mode 100644
index 3f3fb6fb72209..0000000000000
Binary files a/blockchains/ethereum/assets/0x93effD08e3E5A4B1b40C26137e63876B2501ffA4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9401d929B299e634b34b66BbE24BFB4568553e7F/info.json b/blockchains/ethereum/assets/0x9401d929B299e634b34b66BbE24BFB4568553e7F/info.json
deleted file mode 100644
index 64c3d30ed21ad..0000000000000
--- a/blockchains/ethereum/assets/0x9401d929B299e634b34b66BbE24BFB4568553e7F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTCSAPIENS",
- "symbol": "BSAP",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9401d929B299e634b34b66BbE24BFB4568553e7F",
- "status": "abandoned",
- "id": "0x9401d929B299e634b34b66BbE24BFB4568553e7F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9401d929B299e634b34b66BbE24BFB4568553e7F/logo.png b/blockchains/ethereum/assets/0x9401d929B299e634b34b66BbE24BFB4568553e7F/logo.png
deleted file mode 100644
index 6d8d90e5fc35d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9401d929B299e634b34b66BbE24BFB4568553e7F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x94056dc6d570fD9132b028Bb3F3064AD141cF5D0/info.json b/blockchains/ethereum/assets/0x94056dc6d570fD9132b028Bb3F3064AD141cF5D0/info.json
deleted file mode 100644
index 4aecfe2a7c282..0000000000000
--- a/blockchains/ethereum/assets/0x94056dc6d570fD9132b028Bb3F3064AD141cF5D0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "THE GLOBAL CHAIN",
- "symbol": "AGP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x94056dc6d570fD9132b028Bb3F3064AD141cF5D0",
- "status": "abandoned",
- "id": "0x94056dc6d570fD9132b028Bb3F3064AD141cF5D0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x94056dc6d570fD9132b028Bb3F3064AD141cF5D0/logo.png b/blockchains/ethereum/assets/0x94056dc6d570fD9132b028Bb3F3064AD141cF5D0/logo.png
deleted file mode 100644
index e67f7ae47dea7..0000000000000
Binary files a/blockchains/ethereum/assets/0x94056dc6d570fD9132b028Bb3F3064AD141cF5D0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x940BdCb99A0Ee5Fb008A606778AE87Ed9789F257/info.json b/blockchains/ethereum/assets/0x940BdCb99A0Ee5Fb008A606778AE87Ed9789F257/info.json
deleted file mode 100644
index 3fdb4c7f21aed..0000000000000
--- a/blockchains/ethereum/assets/0x940BdCb99A0Ee5Fb008A606778AE87Ed9789F257/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JFIN Coin",
- "symbol": "JFIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x940BdCb99A0Ee5Fb008A606778AE87Ed9789F257",
- "status": "abandoned",
- "id": "0x940BdCb99A0Ee5Fb008A606778AE87Ed9789F257"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x940BdCb99A0Ee5Fb008A606778AE87Ed9789F257/logo.png b/blockchains/ethereum/assets/0x940BdCb99A0Ee5Fb008A606778AE87Ed9789F257/logo.png
deleted file mode 100644
index 85ad2774eadd5..0000000000000
Binary files a/blockchains/ethereum/assets/0x940BdCb99A0Ee5Fb008A606778AE87Ed9789F257/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x940a2dB1B7008B6C776d4faaCa729d6d4A4AA551/info.json b/blockchains/ethereum/assets/0x940a2dB1B7008B6C776d4faaCa729d6d4A4AA551/info.json
deleted file mode 100644
index 639e11467f0e0..0000000000000
--- a/blockchains/ethereum/assets/0x940a2dB1B7008B6C776d4faaCa729d6d4A4AA551/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dusk Network",
- "symbol": "DUSK",
- "type": "ERC20",
- "decimals": 18,
- "description": "Dusk Network is technology for securities. An open source and secure blockchain (DLT) infrastructure that businesses use to tokenize financial instruments and automate costly processes.",
- "website": "https://dusk.network/",
- "explorer": "https://etherscan.io/token/0x940a2dB1B7008B6C776d4faaCa729d6d4A4AA551",
- "status": "active",
- "id": "0x940a2dB1B7008B6C776d4faaCa729d6d4A4AA551"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x940a2dB1B7008B6C776d4faaCa729d6d4A4AA551/logo.png b/blockchains/ethereum/assets/0x940a2dB1B7008B6C776d4faaCa729d6d4A4AA551/logo.png
deleted file mode 100644
index e59c692b90411..0000000000000
Binary files a/blockchains/ethereum/assets/0x940a2dB1B7008B6C776d4faaCa729d6d4A4AA551/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x94236591125E935F5ac128Bb3d5062944C24958c/info.json b/blockchains/ethereum/assets/0x94236591125E935F5ac128Bb3d5062944C24958c/info.json
deleted file mode 100644
index 7ceba72a58649..0000000000000
--- a/blockchains/ethereum/assets/0x94236591125E935F5ac128Bb3d5062944C24958c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VegaWallet",
- "symbol": "VGW",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "https://vegawallet.com/",
- "explorer": "https://etherscan.io/token/0x94236591125E935F5ac128Bb3d5062944C24958c",
- "status": "active",
- "id": "0x94236591125E935F5ac128Bb3d5062944C24958c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x94236591125E935F5ac128Bb3d5062944C24958c/logo.png b/blockchains/ethereum/assets/0x94236591125E935F5ac128Bb3d5062944C24958c/logo.png
deleted file mode 100644
index 510f9114f62cd..0000000000000
Binary files a/blockchains/ethereum/assets/0x94236591125E935F5ac128Bb3d5062944C24958c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x94298F1e0Ab2DFaD6eEFfB1426846a3c29D98090/info.json b/blockchains/ethereum/assets/0x94298F1e0Ab2DFaD6eEFfB1426846a3c29D98090/info.json
deleted file mode 100644
index 8a7dfb7173f0a..0000000000000
--- a/blockchains/ethereum/assets/0x94298F1e0Ab2DFaD6eEFfB1426846a3c29D98090/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MyBit Token",
- "symbol": "MyB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x94298F1e0Ab2DFaD6eEFfB1426846a3c29D98090",
- "status": "abandoned",
- "id": "0x94298F1e0Ab2DFaD6eEFfB1426846a3c29D98090"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x94298F1e0Ab2DFaD6eEFfB1426846a3c29D98090/logo.png b/blockchains/ethereum/assets/0x94298F1e0Ab2DFaD6eEFfB1426846a3c29D98090/logo.png
deleted file mode 100644
index d2dae7ff07881..0000000000000
Binary files a/blockchains/ethereum/assets/0x94298F1e0Ab2DFaD6eEFfB1426846a3c29D98090/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x943ACa8ed65FBf188A7D369Cfc2BeE0aE435ee1B/info.json b/blockchains/ethereum/assets/0x943ACa8ed65FBf188A7D369Cfc2BeE0aE435ee1B/info.json
deleted file mode 100644
index 4e82eaba2a221..0000000000000
--- a/blockchains/ethereum/assets/0x943ACa8ed65FBf188A7D369Cfc2BeE0aE435ee1B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Contractium",
- "symbol": "CTU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x943ACa8ed65FBf188A7D369Cfc2BeE0aE435ee1B",
- "status": "abandoned",
- "id": "0x943ACa8ed65FBf188A7D369Cfc2BeE0aE435ee1B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x943ACa8ed65FBf188A7D369Cfc2BeE0aE435ee1B/logo.png b/blockchains/ethereum/assets/0x943ACa8ed65FBf188A7D369Cfc2BeE0aE435ee1B/logo.png
deleted file mode 100644
index a2aacc59069b6..0000000000000
Binary files a/blockchains/ethereum/assets/0x943ACa8ed65FBf188A7D369Cfc2BeE0aE435ee1B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x943ED852DadB5C3938ECdC6883718df8142DE4C8/info.json b/blockchains/ethereum/assets/0x943ED852DadB5C3938ECdC6883718df8142DE4C8/info.json
deleted file mode 100644
index fede78d756d14..0000000000000
--- a/blockchains/ethereum/assets/0x943ED852DadB5C3938ECdC6883718df8142DE4C8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FTI",
- "symbol": "FTI",
- "type": "ERC20",
- "decimals": 18,
- "description": "FansTime (FTI) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.fanstime.org/english.html",
- "explorer": "https://etherscan.io/token/0x943ED852DadB5C3938ECdC6883718df8142DE4C8",
- "status": "active",
- "id": "0x943ED852DadB5C3938ECdC6883718df8142DE4C8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x943ED852DadB5C3938ECdC6883718df8142DE4C8/logo.png b/blockchains/ethereum/assets/0x943ED852DadB5C3938ECdC6883718df8142DE4C8/logo.png
deleted file mode 100755
index 8ca2c133c8b51..0000000000000
Binary files a/blockchains/ethereum/assets/0x943ED852DadB5C3938ECdC6883718df8142DE4C8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9443528Ec80759098287A01C0856eB2Cddbd19C2/info.json b/blockchains/ethereum/assets/0x9443528Ec80759098287A01C0856eB2Cddbd19C2/info.json
deleted file mode 100644
index a9c683376e453..0000000000000
--- a/blockchains/ethereum/assets/0x9443528Ec80759098287A01C0856eB2Cddbd19C2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZBCoin",
- "symbol": "ZBC",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9443528Ec80759098287A01C0856eB2Cddbd19C2",
- "status": "abandoned",
- "id": "0x9443528Ec80759098287A01C0856eB2Cddbd19C2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9443528Ec80759098287A01C0856eB2Cddbd19C2/logo.png b/blockchains/ethereum/assets/0x9443528Ec80759098287A01C0856eB2Cddbd19C2/logo.png
deleted file mode 100644
index ec7f0a221081b..0000000000000
Binary files a/blockchains/ethereum/assets/0x9443528Ec80759098287A01C0856eB2Cddbd19C2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x944eeE930933BE5E23b690c8589021Ec8619a301/info.json b/blockchains/ethereum/assets/0x944eeE930933BE5E23b690c8589021Ec8619a301/info.json
deleted file mode 100644
index 49514ea878d55..0000000000000
--- a/blockchains/ethereum/assets/0x944eeE930933BE5E23b690c8589021Ec8619a301/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MUNCH Token",
- "symbol": "MUNCH",
- "type": "ERC20",
- "decimals": 9,
- "description": "Munch is a fully decentralized, community-built project to help charities. We are very active in our community and strive to develop trust by being transparent in our mission and our goals.",
- "website": "https://munchtoken.com/",
- "explorer": "https://etherscan.io/token/0x944eeE930933BE5E23b690c8589021Ec8619a301",
- "status": "active",
- "id": "0x944eeE930933BE5E23b690c8589021Ec8619a301"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x944eeE930933BE5E23b690c8589021Ec8619a301/logo.png b/blockchains/ethereum/assets/0x944eeE930933BE5E23b690c8589021Ec8619a301/logo.png
deleted file mode 100644
index 09a51ef25e4bd..0000000000000
Binary files a/blockchains/ethereum/assets/0x944eeE930933BE5E23b690c8589021Ec8619a301/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x945192524C6605D20be6C529Dd318666B74078BC/info.json b/blockchains/ethereum/assets/0x945192524C6605D20be6C529Dd318666B74078BC/info.json
deleted file mode 100644
index 5dfa48dae7f7f..0000000000000
--- a/blockchains/ethereum/assets/0x945192524C6605D20be6C529Dd318666B74078BC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitsrent",
- "symbol": "BTR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x945192524C6605D20be6C529Dd318666B74078BC",
- "status": "abandoned",
- "id": "0x945192524C6605D20be6C529Dd318666B74078BC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x945192524C6605D20be6C529Dd318666B74078BC/logo.png b/blockchains/ethereum/assets/0x945192524C6605D20be6C529Dd318666B74078BC/logo.png
deleted file mode 100644
index 54051fd1d75e8..0000000000000
Binary files a/blockchains/ethereum/assets/0x945192524C6605D20be6C529Dd318666B74078BC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x946112efaB61C3636CBD52DE2E1392D7A75A6f01/info.json b/blockchains/ethereum/assets/0x946112efaB61C3636CBD52DE2E1392D7A75A6f01/info.json
deleted file mode 100644
index 860761d0c4897..0000000000000
--- a/blockchains/ethereum/assets/0x946112efaB61C3636CBD52DE2E1392D7A75A6f01/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hydro Token",
- "symbol": "HYDRO",
- "type": "ERC20",
- "decimals": 18,
- "description": "Hydro is a decentralized ecosystem using cutting-edge cryptography to secure user accounts, identities, and transactions.",
- "website": "https://www.projecthydro.org",
- "explorer": "https://etherscan.io/token/0x946112efab61c3636cbd52de2e1392d7a75a6f01",
- "status": "active",
- "id": "0x946112efaB61C3636CBD52DE2E1392D7A75A6f01"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x946112efaB61C3636CBD52DE2E1392D7A75A6f01/logo.png b/blockchains/ethereum/assets/0x946112efaB61C3636CBD52DE2E1392D7A75A6f01/logo.png
deleted file mode 100644
index 64d8db5a4b70a..0000000000000
Binary files a/blockchains/ethereum/assets/0x946112efaB61C3636CBD52DE2E1392D7A75A6f01/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9469D013805bFfB7D3DEBe5E7839237e535ec483/info.json b/blockchains/ethereum/assets/0x9469D013805bFfB7D3DEBe5E7839237e535ec483/info.json
deleted file mode 100644
index b70cacf78698d..0000000000000
--- a/blockchains/ethereum/assets/0x9469D013805bFfB7D3DEBe5E7839237e535ec483/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Evolution Land Global Token",
- "symbol": "RING",
- "type": "ERC20",
- "decimals": 18,
- "description": "RING is the native token of Darwinia Network. It's used to pay for the GAS fee of the on-chain transactions and cross-chain services. RING can be staked for staking rewards and obtaining voting power to participate in the governance.",
- "website": "https://darwinia.network",
- "explorer": "https://etherscan.io/token/0x9469D013805bFfB7D3DEBe5E7839237e535ec483",
- "status": "active",
- "id": "0x9469D013805bFfB7D3DEBe5E7839237e535ec483"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9469D013805bFfB7D3DEBe5E7839237e535ec483/logo.png b/blockchains/ethereum/assets/0x9469D013805bFfB7D3DEBe5E7839237e535ec483/logo.png
deleted file mode 100644
index 50be36d131a36..0000000000000
Binary files a/blockchains/ethereum/assets/0x9469D013805bFfB7D3DEBe5E7839237e535ec483/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x946eA588417fFa565976EFdA354d82c01719a2EA/info.json b/blockchains/ethereum/assets/0x946eA588417fFa565976EFdA354d82c01719a2EA/info.json
deleted file mode 100644
index 78da7f533cf86..0000000000000
--- a/blockchains/ethereum/assets/0x946eA588417fFa565976EFdA354d82c01719a2EA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SWZL",
- "symbol": "SWZL",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://www.swapzilla.co/",
- "explorer": "https://etherscan.io/token/0x946eA588417fFa565976EFdA354d82c01719a2EA",
- "status": "abandoned",
- "id": "0x946eA588417fFa565976EFdA354d82c01719a2EA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x946eA588417fFa565976EFdA354d82c01719a2EA/logo.png b/blockchains/ethereum/assets/0x946eA588417fFa565976EFdA354d82c01719a2EA/logo.png
deleted file mode 100644
index 55c064528e260..0000000000000
Binary files a/blockchains/ethereum/assets/0x946eA588417fFa565976EFdA354d82c01719a2EA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x947AEb02304391f8fbE5B25D7D98D649b57b1788/info.json b/blockchains/ethereum/assets/0x947AEb02304391f8fbE5B25D7D98D649b57b1788/info.json
deleted file mode 100644
index 75cb1f5d05f5e..0000000000000
--- a/blockchains/ethereum/assets/0x947AEb02304391f8fbE5B25D7D98D649b57b1788/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mandala Exchange Token",
- "website": "https://www.mandala.exchange",
- "description": "Mandala Exchange users can unlock platform enhancements and receive trading fee rebates by locking MDX on the platform.",
- "explorer": "https://etherscan.io/token/0x947aeb02304391f8fbe5b25d7d98d649b57b1788",
- "type": "ERC20",
- "symbol": "MDX",
- "decimals": 18,
- "status": "active",
- "id": "0x947AEb02304391f8fbE5B25D7D98D649b57b1788"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x947AEb02304391f8fbE5B25D7D98D649b57b1788/logo.png b/blockchains/ethereum/assets/0x947AEb02304391f8fbE5B25D7D98D649b57b1788/logo.png
deleted file mode 100644
index 65be3f710509f..0000000000000
Binary files a/blockchains/ethereum/assets/0x947AEb02304391f8fbE5B25D7D98D649b57b1788/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9484451e0D1c3364aC50AE77ec72300a3dd896b5/info.json b/blockchains/ethereum/assets/0x9484451e0D1c3364aC50AE77ec72300a3dd896b5/info.json
deleted file mode 100644
index 57dfb17d98d40..0000000000000
--- a/blockchains/ethereum/assets/0x9484451e0D1c3364aC50AE77ec72300a3dd896b5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "StonieCoin BETA",
- "symbol": "STC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9484451e0D1c3364aC50AE77ec72300a3dd896b5",
- "status": "abandoned",
- "id": "0x9484451e0D1c3364aC50AE77ec72300a3dd896b5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9484451e0D1c3364aC50AE77ec72300a3dd896b5/logo.png b/blockchains/ethereum/assets/0x9484451e0D1c3364aC50AE77ec72300a3dd896b5/logo.png
deleted file mode 100644
index aec8a42b79b56..0000000000000
Binary files a/blockchains/ethereum/assets/0x9484451e0D1c3364aC50AE77ec72300a3dd896b5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x94933770344a66687523C5d24ECD43FE305094d8/info.json b/blockchains/ethereum/assets/0x94933770344a66687523C5d24ECD43FE305094d8/info.json
deleted file mode 100644
index 7a497dfd4d6c5..0000000000000
--- a/blockchains/ethereum/assets/0x94933770344a66687523C5d24ECD43FE305094d8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hydrogen",
- "symbol": "HYD",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x94933770344a66687523C5d24ECD43FE305094d8",
- "status": "abandoned",
- "id": "0x94933770344a66687523C5d24ECD43FE305094d8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x94933770344a66687523C5d24ECD43FE305094d8/logo.png b/blockchains/ethereum/assets/0x94933770344a66687523C5d24ECD43FE305094d8/logo.png
deleted file mode 100644
index 2c080e53eb7ba..0000000000000
Binary files a/blockchains/ethereum/assets/0x94933770344a66687523C5d24ECD43FE305094d8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9496b91175490C26887DBD18cc423AD40CcD274E/info.json b/blockchains/ethereum/assets/0x9496b91175490C26887DBD18cc423AD40CcD274E/info.json
deleted file mode 100644
index ee85f95e63880..0000000000000
--- a/blockchains/ethereum/assets/0x9496b91175490C26887DBD18cc423AD40CcD274E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "future modern builderbucks",
- "symbol": "BUILD",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9496b91175490C26887DBD18cc423AD40CcD274E",
- "status": "abandoned",
- "id": "0x9496b91175490C26887DBD18cc423AD40CcD274E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9496b91175490C26887DBD18cc423AD40CcD274E/logo.png b/blockchains/ethereum/assets/0x9496b91175490C26887DBD18cc423AD40CcD274E/logo.png
deleted file mode 100644
index a5b26e40bf8ed..0000000000000
Binary files a/blockchains/ethereum/assets/0x9496b91175490C26887DBD18cc423AD40CcD274E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6/info.json b/blockchains/ethereum/assets/0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6/info.json
deleted file mode 100644
index 8c08a16d303ed..0000000000000
--- a/blockchains/ethereum/assets/0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6/info.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "Merit Circle",
- "type": "ERC20",
- "symbol": "MC",
- "decimals": 18,
- "website": "https://www.meritcircle.io",
- "description": "Merit Circle is a game guild DAO focusing on maximizing yield across play to earn (p2e) games and the metaverse. The DAO will manage capital which will be allocated among managers and players in order to earn yield by playing games.",
- "explorer": "https://etherscan.io/token/0x949d48eca67b17269629c7194f4b727d4ef9e5d6",
- "status": "active",
- "id": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/meritcircle_io"
- },
- {
- "name": "github",
- "url": "https://github.com/Merit-Circle"
- },
- {
- "name": "telegram",
- "url": "https://t.me/meritcircle"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/meritcircle_ann"
- },
- {
- "name": "blog",
- "url": "https://medium.com/@meritcircle"
- },
- {
- "name": "docs",
- "url": "https://meritcircle.gitbook.io/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/meritcircleIO"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/merit-circle/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/merit-circle"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6/logo.png b/blockchains/ethereum/assets/0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6/logo.png
deleted file mode 100644
index f448c3a41c008..0000000000000
Binary files a/blockchains/ethereum/assets/0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x949bEd886c739f1A3273629b3320db0C5024c719/info.json b/blockchains/ethereum/assets/0x949bEd886c739f1A3273629b3320db0C5024c719/info.json
deleted file mode 100644
index 16719fb7dfea5..0000000000000
--- a/blockchains/ethereum/assets/0x949bEd886c739f1A3273629b3320db0C5024c719/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AMIS",
- "symbol": "AMIS",
- "type": "ERC20",
- "decimals": 9,
- "description": "The AMIS designate Asset Management Instruments acting as one-stop shop Multi-dimensional, multi-purposes fast moving, versatile transactional vehicles running on the ethereum blockchain natively but also on Saturn, BitShares and Waves cascaded blockchains.",
- "website": "http://erc20-amis.amisolution.net/",
- "explorer": "https://etherscan.io/token/0x949bEd886c739f1A3273629b3320db0C5024c719",
- "status": "active",
- "id": "0x949bEd886c739f1A3273629b3320db0C5024c719"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x949bEd886c739f1A3273629b3320db0C5024c719/logo.png b/blockchains/ethereum/assets/0x949bEd886c739f1A3273629b3320db0C5024c719/logo.png
deleted file mode 100755
index 17917cf2ee5d2..0000000000000
Binary files a/blockchains/ethereum/assets/0x949bEd886c739f1A3273629b3320db0C5024c719/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x94Cb815F4b601B00b363B3177B4D8ed8e0EB7cF2/info.json b/blockchains/ethereum/assets/0x94Cb815F4b601B00b363B3177B4D8ed8e0EB7cF2/info.json
deleted file mode 100644
index 74d3f6daaea06..0000000000000
--- a/blockchains/ethereum/assets/0x94Cb815F4b601B00b363B3177B4D8ed8e0EB7cF2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coin Controller Cash",
- "symbol": "CCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.coindom.com/",
- "explorer": "https://etherscan.io/token/0x94Cb815F4b601B00b363B3177B4D8ed8e0EB7cF2",
- "status": "abandoned",
- "id": "0x94Cb815F4b601B00b363B3177B4D8ed8e0EB7cF2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x94Cb815F4b601B00b363B3177B4D8ed8e0EB7cF2/logo.png b/blockchains/ethereum/assets/0x94Cb815F4b601B00b363B3177B4D8ed8e0EB7cF2/logo.png
deleted file mode 100644
index 4945b1771bb4e..0000000000000
Binary files a/blockchains/ethereum/assets/0x94Cb815F4b601B00b363B3177B4D8ed8e0EB7cF2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x94D08EDdD9b41B486E3e5DBe500c2cCf165A22Bc/info.json b/blockchains/ethereum/assets/0x94D08EDdD9b41B486E3e5DBe500c2cCf165A22Bc/info.json
deleted file mode 100644
index 19c8ab460d3be..0000000000000
--- a/blockchains/ethereum/assets/0x94D08EDdD9b41B486E3e5DBe500c2cCf165A22Bc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BIOX",
- "symbol": "BIOX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x94D08EDdD9b41B486E3e5DBe500c2cCf165A22Bc",
- "status": "abandoned",
- "id": "0x94D08EDdD9b41B486E3e5DBe500c2cCf165A22Bc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x94D08EDdD9b41B486E3e5DBe500c2cCf165A22Bc/logo.png b/blockchains/ethereum/assets/0x94D08EDdD9b41B486E3e5DBe500c2cCf165A22Bc/logo.png
deleted file mode 100755
index b60dce3acce62..0000000000000
Binary files a/blockchains/ethereum/assets/0x94D08EDdD9b41B486E3e5DBe500c2cCf165A22Bc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x94DFd4E2210Fa5B752c3CD0f381edad9dA6640f8/info.json b/blockchains/ethereum/assets/0x94DFd4E2210Fa5B752c3CD0f381edad9dA6640f8/info.json
deleted file mode 100644
index 886239b2ecd45..0000000000000
--- a/blockchains/ethereum/assets/0x94DFd4E2210Fa5B752c3CD0f381edad9dA6640f8/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Sphynx ETH",
- "type": "ERC20",
- "symbol": "SPHYNX",
- "decimals": 18,
- "website": "https://sphynxlabs.co",
- "description": "At Sphynx we aim to provide an AIO(All-In-One) solution for trading, farming, staking and holding. The amount of trading, staking and farming platforms out there can be overwhelming and difficult to navigate. This creates a massive barrier to entry for those new to the world of crypto trading.",
- "explorer": "https://etherscan.io/token/0x94dfd4e2210fa5b752c3cd0f381edad9da6640f8",
- "status": "active",
- "id": "0x94DFd4E2210Fa5B752c3CD0f381edad9dA6640f8",
- "tags": [
- "deflationary"
- ],
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/sphynx-eth/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/sphynx-eth"
- },
- {
- "name": "telegram",
- "url": "https://t.me/sphynxswapETH"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@sphynxeth"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/sphynxeth"
- },
- {
- "name": "source_code",
- "url": "https://github.com/sphynxeth/sphynx-eth"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0x94DFd4E2210Fa5B752c3CD0f381edad9dA6640f8/logo.png b/blockchains/ethereum/assets/0x94DFd4E2210Fa5B752c3CD0f381edad9dA6640f8/logo.png
deleted file mode 100644
index 65c01c7925710..0000000000000
Binary files a/blockchains/ethereum/assets/0x94DFd4E2210Fa5B752c3CD0f381edad9dA6640f8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x94E0BAb2F6Ab1F19F4750E42d7349f2740513aD5/info.json b/blockchains/ethereum/assets/0x94E0BAb2F6Ab1F19F4750E42d7349f2740513aD5/info.json
deleted file mode 100644
index 2ec94b1c768bb..0000000000000
--- a/blockchains/ethereum/assets/0x94E0BAb2F6Ab1F19F4750E42d7349f2740513aD5/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "UNIC",
- "type": "ERC20",
- "symbol": "UNIC",
- "decimals": 18,
- "website": "https://www.unic.ly/",
- "description": "Unicly is a permissionless, community-governed protocol to combine, fractionalize, and trade NFTs. Built by NFT collectors and DeFi enthusiasts, the protocol incentivizes NFT liquidity and provides a seamless trading experience for fractionalized NFTs.",
- "explorer": "https://etherscan.io/token/0x94E0BAb2F6Ab1F19F4750E42d7349f2740513aD5",
- "status": "active",
- "id": "0x94E0BAb2F6Ab1F19F4750E42d7349f2740513aD5",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/uniclyNFT"
- },
- {
- "name": "medium",
- "url": "https://medium.com/unicly"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/unicly/"
- }
- ],
- "tags": [
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x94E0BAb2F6Ab1F19F4750E42d7349f2740513aD5/logo.png b/blockchains/ethereum/assets/0x94E0BAb2F6Ab1F19F4750E42d7349f2740513aD5/logo.png
deleted file mode 100644
index 0acb590111f84..0000000000000
Binary files a/blockchains/ethereum/assets/0x94E0BAb2F6Ab1F19F4750E42d7349f2740513aD5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x94Ec918ddEEcFDfCBf8C8d3E848B7c3E8D8CeAa1/info.json b/blockchains/ethereum/assets/0x94Ec918ddEEcFDfCBf8C8d3E848B7c3E8D8CeAa1/info.json
deleted file mode 100644
index 3807aa818c4b9..0000000000000
--- a/blockchains/ethereum/assets/0x94Ec918ddEEcFDfCBf8C8d3E848B7c3E8D8CeAa1/info.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "Wrapped Zynecoin",
- "type": "ERC20",
- "symbol": "WYZN",
- "decimals": 18,
- "website": "https://bridge.wethio.io/",
- "short_description": "Wrapped Zynecoin on the Ethereum blockchain.",
- "description": "Wrapped Zynecoin is a Wrapped version of Zynecoin its purpose is to provide interoperability between the Wethio blockchain and Ethereum blockchain.",
- "explorer": "https://etherscan.io/token/0x94ec918ddeecfdfcbf8c8d3e848b7c3e8d8ceaa1",
- "status": "active",
- "id": "0x94Ec918ddEEcFDfCBf8C8d3E848B7c3E8D8CeAa1",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/Zynecoin"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/zynecoin/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCiZ-xova4unF-3HI04ZFOIw"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x94Ec918ddEEcFDfCBf8C8d3E848B7c3E8D8CeAa1/logo.png b/blockchains/ethereum/assets/0x94Ec918ddEEcFDfCBf8C8d3E848B7c3E8D8CeAa1/logo.png
deleted file mode 100644
index 2e1a0cef0a033..0000000000000
Binary files a/blockchains/ethereum/assets/0x94Ec918ddEEcFDfCBf8C8d3E848B7c3E8D8CeAa1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x94Ede7A8AE3dE41469474A1Aa710838F5cDC6369/info.json b/blockchains/ethereum/assets/0x94Ede7A8AE3dE41469474A1Aa710838F5cDC6369/info.json
deleted file mode 100644
index 68964bca4f285..0000000000000
--- a/blockchains/ethereum/assets/0x94Ede7A8AE3dE41469474A1Aa710838F5cDC6369/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EtherCenter",
- "symbol": "ECT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x94Ede7A8AE3dE41469474A1Aa710838F5cDC6369",
- "status": "abandoned",
- "id": "0x94Ede7A8AE3dE41469474A1Aa710838F5cDC6369"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x94Ede7A8AE3dE41469474A1Aa710838F5cDC6369/logo.png b/blockchains/ethereum/assets/0x94Ede7A8AE3dE41469474A1Aa710838F5cDC6369/logo.png
deleted file mode 100644
index 577457cd7ff38..0000000000000
Binary files a/blockchains/ethereum/assets/0x94Ede7A8AE3dE41469474A1Aa710838F5cDC6369/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x94F31aC896c9823D81cf9C2C93feCEeD4923218f/info.json b/blockchains/ethereum/assets/0x94F31aC896c9823D81cf9C2C93feCEeD4923218f/info.json
deleted file mode 100644
index 5391a4b6b196d..0000000000000
--- a/blockchains/ethereum/assets/0x94F31aC896c9823D81cf9C2C93feCEeD4923218f/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Yftether.io",
- "website": "https://yftether.io",
- "description": "YFTether aims to expand the utilization of blockchain from elementary value transfer to further complex financial use cases.",
- "explorer": "https://etherscan.io/token/0x94f31ac896c9823d81cf9c2c93feceed4923218f",
- "type": "ERC20",
- "symbol": "YFTE",
- "decimals": 18,
- "status": "active",
- "id": "0x94F31aC896c9823D81cf9C2C93feCEeD4923218f",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/yftether"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/yftether"
- },
- {
- "name": "telegram",
- "url": "https://t.me/YfTether"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/yftether/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/yftether/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x94F31aC896c9823D81cf9C2C93feCEeD4923218f/logo.png b/blockchains/ethereum/assets/0x94F31aC896c9823D81cf9C2C93feCEeD4923218f/logo.png
deleted file mode 100644
index 2b18c2a8db261..0000000000000
Binary files a/blockchains/ethereum/assets/0x94F31aC896c9823D81cf9C2C93feCEeD4923218f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x94a7f270cd12545A277E656266Aef5e27dF3Eb28/info.json b/blockchains/ethereum/assets/0x94a7f270cd12545A277E656266Aef5e27dF3Eb28/info.json
deleted file mode 100644
index 4f3e2c3be4462..0000000000000
--- a/blockchains/ethereum/assets/0x94a7f270cd12545A277E656266Aef5e27dF3Eb28/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Wrapped Stream",
- "website": "https://stream-coin.com/",
- "description": "All-in-one Live Streaming on a blockchain-based platform.",
- "explorer": "https://etherscan.io/token/0x94a7f270cd12545a277e656266aef5e27df3eb28",
- "type": "ERC20",
- "symbol": "MSTRM",
- "decimals": 18,
- "status": "active",
- "id": "0x94a7f270cd12545A277E656266Aef5e27dF3Eb28",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/streamcoin_strm"
- },
- {
- "name": "github",
- "url": "https://github.com/stream-coin-tech"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/stream-coin/"
- }
- ],
- "tags": [
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x94a7f270cd12545A277E656266Aef5e27dF3Eb28/logo.png b/blockchains/ethereum/assets/0x94a7f270cd12545A277E656266Aef5e27dF3Eb28/logo.png
deleted file mode 100644
index 3e041120b65b0..0000000000000
Binary files a/blockchains/ethereum/assets/0x94a7f270cd12545A277E656266Aef5e27dF3Eb28/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x94b86C1F3682D6e87a84bCD9E2d281286CB7A904/info.json b/blockchains/ethereum/assets/0x94b86C1F3682D6e87a84bCD9E2d281286CB7A904/info.json
deleted file mode 100644
index c3b4a45c58abf..0000000000000
--- a/blockchains/ethereum/assets/0x94b86C1F3682D6e87a84bCD9E2d281286CB7A904/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MoonCoin V1",
- "symbol": "MOON",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x94b86C1F3682D6e87a84bCD9E2d281286CB7A904",
- "status": "abandoned",
- "id": "0x94b86C1F3682D6e87a84bCD9E2d281286CB7A904"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x94b86C1F3682D6e87a84bCD9E2d281286CB7A904/logo.png b/blockchains/ethereum/assets/0x94b86C1F3682D6e87a84bCD9E2d281286CB7A904/logo.png
deleted file mode 100644
index fa678dff77f09..0000000000000
Binary files a/blockchains/ethereum/assets/0x94b86C1F3682D6e87a84bCD9E2d281286CB7A904/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x94d6b4fB35fB08Cb34Aa716ab40049Ec88002079/info.json b/blockchains/ethereum/assets/0x94d6b4fB35fB08Cb34Aa716ab40049Ec88002079/info.json
deleted file mode 100644
index 3c033ccf922b9..0000000000000
--- a/blockchains/ethereum/assets/0x94d6b4fB35fB08Cb34Aa716ab40049Ec88002079/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cryptonex (CNX) - Global Blockchain Acquiring",
- "symbol": "CNX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x94d6b4fB35fB08Cb34Aa716ab40049Ec88002079",
- "status": "abandoned",
- "id": "0x94d6b4fB35fB08Cb34Aa716ab40049Ec88002079"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x94d6b4fB35fB08Cb34Aa716ab40049Ec88002079/logo.png b/blockchains/ethereum/assets/0x94d6b4fB35fB08Cb34Aa716ab40049Ec88002079/logo.png
deleted file mode 100644
index 2555614ef8e93..0000000000000
Binary files a/blockchains/ethereum/assets/0x94d6b4fB35fB08Cb34Aa716ab40049Ec88002079/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x94e94d695e4Edb8aeF055Fd075C5a3C1cBE39263/info.json b/blockchains/ethereum/assets/0x94e94d695e4Edb8aeF055Fd075C5a3C1cBE39263/info.json
deleted file mode 100644
index 76296e0f2b97b..0000000000000
--- a/blockchains/ethereum/assets/0x94e94d695e4Edb8aeF055Fd075C5a3C1cBE39263/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg8000",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x94e94d695e4Edb8aeF055Fd075C5a3C1cBE39263",
- "status": "abandoned",
- "id": "0x94e94d695e4Edb8aeF055Fd075C5a3C1cBE39263"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x94e94d695e4Edb8aeF055Fd075C5a3C1cBE39263/logo.png b/blockchains/ethereum/assets/0x94e94d695e4Edb8aeF055Fd075C5a3C1cBE39263/logo.png
deleted file mode 100644
index ef90afebff3a9..0000000000000
Binary files a/blockchains/ethereum/assets/0x94e94d695e4Edb8aeF055Fd075C5a3C1cBE39263/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x94eea9a484F0BaE03D19623cfe389E2CBA56B72F/info.json b/blockchains/ethereum/assets/0x94eea9a484F0BaE03D19623cfe389E2CBA56B72F/info.json
deleted file mode 100644
index ce0f7723d5f9d..0000000000000
--- a/blockchains/ethereum/assets/0x94eea9a484F0BaE03D19623cfe389E2CBA56B72F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ENZO",
- "symbol": "NZO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.alfaenzo.org/",
- "explorer": "https://etherscan.io/token/0x94eea9a484F0BaE03D19623cfe389E2CBA56B72F",
- "status": "abandoned",
- "id": "0x94eea9a484F0BaE03D19623cfe389E2CBA56B72F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x94eea9a484F0BaE03D19623cfe389E2CBA56B72F/logo.png b/blockchains/ethereum/assets/0x94eea9a484F0BaE03D19623cfe389E2CBA56B72F/logo.png
deleted file mode 100644
index cac488c04b76c..0000000000000
Binary files a/blockchains/ethereum/assets/0x94eea9a484F0BaE03D19623cfe389E2CBA56B72F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9501BFc48897DCEEadf73113EF635d2fF7ee4B97/info.json b/blockchains/ethereum/assets/0x9501BFc48897DCEEadf73113EF635d2fF7ee4B97/info.json
deleted file mode 100644
index 1a256c5c8a3de..0000000000000
--- a/blockchains/ethereum/assets/0x9501BFc48897DCEEadf73113EF635d2fF7ee4B97/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "easyMINE Token",
- "symbol": "EMT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://easymine.io/",
- "explorer": "https://etherscan.io/token/0x9501BFc48897DCEEadf73113EF635d2fF7ee4B97",
- "status": "abandoned",
- "id": "0x9501BFc48897DCEEadf73113EF635d2fF7ee4B97"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9501BFc48897DCEEadf73113EF635d2fF7ee4B97/logo.png b/blockchains/ethereum/assets/0x9501BFc48897DCEEadf73113EF635d2fF7ee4B97/logo.png
deleted file mode 100644
index cf3dc2ed5a57a..0000000000000
Binary files a/blockchains/ethereum/assets/0x9501BFc48897DCEEadf73113EF635d2fF7ee4B97/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9509AB39e86b0c369Bc09e6F67C7585eFcBD58D9/info.json b/blockchains/ethereum/assets/0x9509AB39e86b0c369Bc09e6F67C7585eFcBD58D9/info.json
deleted file mode 100644
index db6621d5bac2e..0000000000000
--- a/blockchains/ethereum/assets/0x9509AB39e86b0c369Bc09e6F67C7585eFcBD58D9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coindy",
- "symbol": "CODY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.coindy.com/",
- "explorer": "https://etherscan.io/token/0x9509AB39e86b0c369Bc09e6F67C7585eFcBD58D9",
- "status": "abandoned",
- "id": "0x9509AB39e86b0c369Bc09e6F67C7585eFcBD58D9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9509AB39e86b0c369Bc09e6F67C7585eFcBD58D9/logo.png b/blockchains/ethereum/assets/0x9509AB39e86b0c369Bc09e6F67C7585eFcBD58D9/logo.png
deleted file mode 100644
index c4383419119a2..0000000000000
Binary files a/blockchains/ethereum/assets/0x9509AB39e86b0c369Bc09e6F67C7585eFcBD58D9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9513d8679677Be3D57c7cDD30561105ee1452d69/info.json b/blockchains/ethereum/assets/0x9513d8679677Be3D57c7cDD30561105ee1452d69/info.json
deleted file mode 100644
index 937b4ba35274f..0000000000000
--- a/blockchains/ethereum/assets/0x9513d8679677Be3D57c7cDD30561105ee1452d69/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Python",
- "symbol": "ptn",
- "type": "ERC20",
- "decimals": 1,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9513d8679677Be3D57c7cDD30561105ee1452d69",
- "status": "abandoned",
- "id": "0x9513d8679677Be3D57c7cDD30561105ee1452d69"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9513d8679677Be3D57c7cDD30561105ee1452d69/logo.png b/blockchains/ethereum/assets/0x9513d8679677Be3D57c7cDD30561105ee1452d69/logo.png
deleted file mode 100644
index 429d8aaa543df..0000000000000
Binary files a/blockchains/ethereum/assets/0x9513d8679677Be3D57c7cDD30561105ee1452d69/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x95172ccBe8344fecD73D0a30F54123652981BD6F/info.json b/blockchains/ethereum/assets/0x95172ccBe8344fecD73D0a30F54123652981BD6F/info.json
deleted file mode 100644
index 0c8818fae90a0..0000000000000
--- a/blockchains/ethereum/assets/0x95172ccBe8344fecD73D0a30F54123652981BD6F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Meridian Network",
- "symbol": "LOCK",
- "type": "ERC20",
- "decimals": 18,
- "description": "Enabling DeFi through community governance.",
- "website": "https://meridian-network.co",
- "explorer": "https://etherscan.io/token/0x95172ccBe8344fecD73D0a30F54123652981BD6F",
- "status": "active",
- "id": "0x95172ccBe8344fecD73D0a30F54123652981BD6F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x95172ccBe8344fecD73D0a30F54123652981BD6F/logo.png b/blockchains/ethereum/assets/0x95172ccBe8344fecD73D0a30F54123652981BD6F/logo.png
deleted file mode 100644
index 2c411aeb99ce4..0000000000000
Binary files a/blockchains/ethereum/assets/0x95172ccBe8344fecD73D0a30F54123652981BD6F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x951cCd8bEA9Aca1Fd913DB3376Cf1B63aFa67cDD/info.json b/blockchains/ethereum/assets/0x951cCd8bEA9Aca1Fd913DB3376Cf1B63aFa67cDD/info.json
deleted file mode 100644
index f7477c2b558d4..0000000000000
--- a/blockchains/ethereum/assets/0x951cCd8bEA9Aca1Fd913DB3376Cf1B63aFa67cDD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR 900",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x951cCd8bEA9Aca1Fd913DB3376Cf1B63aFa67cDD",
- "status": "abandoned",
- "id": "0x951cCd8bEA9Aca1Fd913DB3376Cf1B63aFa67cDD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x951cCd8bEA9Aca1Fd913DB3376Cf1B63aFa67cDD/logo.png b/blockchains/ethereum/assets/0x951cCd8bEA9Aca1Fd913DB3376Cf1B63aFa67cDD/logo.png
deleted file mode 100644
index f61d1588fa212..0000000000000
Binary files a/blockchains/ethereum/assets/0x951cCd8bEA9Aca1Fd913DB3376Cf1B63aFa67cDD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x95382Ac82E886A367bAc9E1e23beAbe569bCfeD8/info.json b/blockchains/ethereum/assets/0x95382Ac82E886A367bAc9E1e23beAbe569bCfeD8/info.json
deleted file mode 100644
index 78179b33f87b4..0000000000000
--- a/blockchains/ethereum/assets/0x95382Ac82E886A367bAc9E1e23beAbe569bCfeD8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SURETY Token",
- "symbol": "SURE",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x95382Ac82E886A367bAc9E1e23beAbe569bCfeD8",
- "status": "abandoned",
- "id": "0x95382Ac82E886A367bAc9E1e23beAbe569bCfeD8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x95382Ac82E886A367bAc9E1e23beAbe569bCfeD8/logo.png b/blockchains/ethereum/assets/0x95382Ac82E886A367bAc9E1e23beAbe569bCfeD8/logo.png
deleted file mode 100644
index 5768f3be5072b..0000000000000
Binary files a/blockchains/ethereum/assets/0x95382Ac82E886A367bAc9E1e23beAbe569bCfeD8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x95426eD1ef0BF4AC3C006Bbd7E94F46A672dA95a/info.json b/blockchains/ethereum/assets/0x95426eD1ef0BF4AC3C006Bbd7E94F46A672dA95a/info.json
deleted file mode 100644
index 56b6f883bb5ac..0000000000000
--- a/blockchains/ethereum/assets/0x95426eD1ef0BF4AC3C006Bbd7E94F46A672dA95a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FLY CODING COIN",
- "symbol": "FLYC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x95426eD1ef0BF4AC3C006Bbd7E94F46A672dA95a",
- "status": "abandoned",
- "id": "0x95426eD1ef0BF4AC3C006Bbd7E94F46A672dA95a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x95426eD1ef0BF4AC3C006Bbd7E94F46A672dA95a/logo.png b/blockchains/ethereum/assets/0x95426eD1ef0BF4AC3C006Bbd7E94F46A672dA95a/logo.png
deleted file mode 100644
index 75157983137e7..0000000000000
Binary files a/blockchains/ethereum/assets/0x95426eD1ef0BF4AC3C006Bbd7E94F46A672dA95a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9548DB8b1cA9b6c757485e7861918b640390169c/info.json b/blockchains/ethereum/assets/0x9548DB8b1cA9b6c757485e7861918b640390169c/info.json
deleted file mode 100644
index a9859a307fc6c..0000000000000
--- a/blockchains/ethereum/assets/0x9548DB8b1cA9b6c757485e7861918b640390169c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave UniLINKETH",
- "website": "https://aave.com",
- "description": "Aave UniLINKETH is an interest bearing token pegged 1:1 to the underlying LINK and ETH deposited in the Uniswap Market of Aave Protocol.",
- "explorer": "https://etherscan.io/token/0x9548DB8b1cA9b6c757485e7861918b640390169c",
- "type": "ERC20",
- "symbol": "aUniLINKETH",
- "decimals": 18,
- "status": "active",
- "id": "0x9548DB8b1cA9b6c757485e7861918b640390169c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9548DB8b1cA9b6c757485e7861918b640390169c/logo.png b/blockchains/ethereum/assets/0x9548DB8b1cA9b6c757485e7861918b640390169c/logo.png
deleted file mode 100644
index a4df32f4447c4..0000000000000
Binary files a/blockchains/ethereum/assets/0x9548DB8b1cA9b6c757485e7861918b640390169c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x954b5De09A55e59755aCBda29e1Eb74A45D30175/info.json b/blockchains/ethereum/assets/0x954b5De09A55e59755aCBda29e1Eb74A45D30175/info.json
deleted file mode 100644
index 21743db4cf579..0000000000000
--- a/blockchains/ethereum/assets/0x954b5De09A55e59755aCBda29e1Eb74A45D30175/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FluzFluz",
- "symbol": "FLUZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x954b5De09A55e59755aCBda29e1Eb74A45D30175",
- "status": "abandoned",
- "id": "0x954b5De09A55e59755aCBda29e1Eb74A45D30175"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x954b5De09A55e59755aCBda29e1Eb74A45D30175/logo.png b/blockchains/ethereum/assets/0x954b5De09A55e59755aCBda29e1Eb74A45D30175/logo.png
deleted file mode 100644
index 416349038a224..0000000000000
Binary files a/blockchains/ethereum/assets/0x954b5De09A55e59755aCBda29e1Eb74A45D30175/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x954b890704693af242613edEf1B603825afcD708/info.json b/blockchains/ethereum/assets/0x954b890704693af242613edEf1B603825afcD708/info.json
deleted file mode 100644
index 9a6d11e46c67d..0000000000000
--- a/blockchains/ethereum/assets/0x954b890704693af242613edEf1B603825afcD708/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cardstack",
- "symbol": "CARD",
- "type": "ERC20",
- "decimals": 18,
- "description": "Cardstack (CARD) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://cardstack.com",
- "explorer": "https://etherscan.io/token/0x954b890704693af242613edEf1B603825afcD708",
- "status": "active",
- "id": "0x954b890704693af242613edEf1B603825afcD708"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x954b890704693af242613edEf1B603825afcD708/logo.png b/blockchains/ethereum/assets/0x954b890704693af242613edEf1B603825afcD708/logo.png
deleted file mode 100644
index 6d429aa444c12..0000000000000
Binary files a/blockchains/ethereum/assets/0x954b890704693af242613edEf1B603825afcD708/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9556f8ee795D991fF371F547162D5efB2769425F/info.json b/blockchains/ethereum/assets/0x9556f8ee795D991fF371F547162D5efB2769425F/info.json
deleted file mode 100644
index d1c88344314ba..0000000000000
--- a/blockchains/ethereum/assets/0x9556f8ee795D991fF371F547162D5efB2769425F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DMME",
- "symbol": "DMME",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://dmme.app/",
- "explorer": "https://etherscan.io/token/0x9556f8ee795D991fF371F547162D5efB2769425F",
- "status": "abandoned",
- "id": "0x9556f8ee795D991fF371F547162D5efB2769425F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9556f8ee795D991fF371F547162D5efB2769425F/logo.png b/blockchains/ethereum/assets/0x9556f8ee795D991fF371F547162D5efB2769425F/logo.png
deleted file mode 100644
index 438a2c8c672c0..0000000000000
Binary files a/blockchains/ethereum/assets/0x9556f8ee795D991fF371F547162D5efB2769425F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x955b2AD292e8FbF7ACf9D029a211c3de56364b0a/info.json b/blockchains/ethereum/assets/0x955b2AD292e8FbF7ACf9D029a211c3de56364b0a/info.json
deleted file mode 100644
index 529b949a1a163..0000000000000
--- a/blockchains/ethereum/assets/0x955b2AD292e8FbF7ACf9D029a211c3de56364b0a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TeleCoin X",
- "symbol": "TELEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x955b2AD292e8FbF7ACf9D029a211c3de56364b0a",
- "status": "abandoned",
- "id": "0x955b2AD292e8FbF7ACf9D029a211c3de56364b0a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x955b2AD292e8FbF7ACf9D029a211c3de56364b0a/logo.png b/blockchains/ethereum/assets/0x955b2AD292e8FbF7ACf9D029a211c3de56364b0a/logo.png
deleted file mode 100644
index 754a3991c0a58..0000000000000
Binary files a/blockchains/ethereum/assets/0x955b2AD292e8FbF7ACf9D029a211c3de56364b0a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x955d5c14C8D4944dA1Ea7836bd44D54a8eC35Ba1/info.json b/blockchains/ethereum/assets/0x955d5c14C8D4944dA1Ea7836bd44D54a8eC35Ba1/info.json
deleted file mode 100644
index efa925d1c090c..0000000000000
--- a/blockchains/ethereum/assets/0x955d5c14C8D4944dA1Ea7836bd44D54a8eC35Ba1/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "RefundCoin",
- "website": "https://refundcoin.org/",
- "description": "$RFD was created by Blurr, a mysterious 2017 OG whale. The purpose of the project remains open to speculation. The community has taken it upon themselves to run the project while Blurr largely remains in the background, sending cryptic messages on the blockchain. Making it a true DeFi project.",
- "explorer": "https://etherscan.io/token/0x955d5c14c8d4944da1ea7836bd44d54a8ec35ba1",
- "type": "ERC20",
- "symbol": "RFD",
- "decimals": 18,
- "status": "active",
- "id": "0x955d5c14C8D4944dA1Ea7836bd44D54a8eC35Ba1",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/RefundCoinETH"
- },
- {
- "name": "telegram",
- "url": "https://t.me/RFDPortal"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/refund/"
- }
- ],
- "tags": [
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x955d5c14C8D4944dA1Ea7836bd44D54a8eC35Ba1/logo.png b/blockchains/ethereum/assets/0x955d5c14C8D4944dA1Ea7836bd44D54a8eC35Ba1/logo.png
deleted file mode 100644
index 97fa01b1fa6c1..0000000000000
Binary files a/blockchains/ethereum/assets/0x955d5c14C8D4944dA1Ea7836bd44D54a8eC35Ba1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9565B60C81CDFAe61ec0AFd0d2469b01aC45Ca49/info.json b/blockchains/ethereum/assets/0x9565B60C81CDFAe61ec0AFd0d2469b01aC45Ca49/info.json
deleted file mode 100644
index dc2ead1dee1f9..0000000000000
--- a/blockchains/ethereum/assets/0x9565B60C81CDFAe61ec0AFd0d2469b01aC45Ca49/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OMNET",
- "symbol": "OMNET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9565B60C81CDFAe61ec0AFd0d2469b01aC45Ca49",
- "status": "abandoned",
- "id": "0x9565B60C81CDFAe61ec0AFd0d2469b01aC45Ca49"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9565B60C81CDFAe61ec0AFd0d2469b01aC45Ca49/logo.png b/blockchains/ethereum/assets/0x9565B60C81CDFAe61ec0AFd0d2469b01aC45Ca49/logo.png
deleted file mode 100644
index c02084df84939..0000000000000
Binary files a/blockchains/ethereum/assets/0x9565B60C81CDFAe61ec0AFd0d2469b01aC45Ca49/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x956F47F50A910163D8BF957Cf5846D573E7f87CA/info.json b/blockchains/ethereum/assets/0x956F47F50A910163D8BF957Cf5846D573E7f87CA/info.json
deleted file mode 100644
index b112cefb5381a..0000000000000
--- a/blockchains/ethereum/assets/0x956F47F50A910163D8BF957Cf5846D573E7f87CA/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "Fei USD",
- "type": "ERC20",
- "symbol": "FEI",
- "decimals": 18,
- "website": "https://fei.money",
- "description": "The stablecoin created by Fei Protocol",
- "explorer": "https://etherscan.io/token/0x956F47F50A910163D8BF957Cf5846D573E7f87CA",
- "status": "active",
- "id": "0x956F47F50A910163D8BF957Cf5846D573E7f87CA",
- "tags": [
- "defi",
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x956F47F50A910163D8BF957Cf5846D573E7f87CA/logo.png b/blockchains/ethereum/assets/0x956F47F50A910163D8BF957Cf5846D573E7f87CA/logo.png
deleted file mode 100644
index 5034b517d5de7..0000000000000
Binary files a/blockchains/ethereum/assets/0x956F47F50A910163D8BF957Cf5846D573E7f87CA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9577Daade444cE9b53026ABbFD4aA45bD4a7fDEc/info.json b/blockchains/ethereum/assets/0x9577Daade444cE9b53026ABbFD4aA45bD4a7fDEc/info.json
deleted file mode 100644
index a5d9f33693e83..0000000000000
--- a/blockchains/ethereum/assets/0x9577Daade444cE9b53026ABbFD4aA45bD4a7fDEc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EASTERN LIGHT CAPITAL",
- "symbol": "ELC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9577Daade444cE9b53026ABbFD4aA45bD4a7fDEc",
- "status": "abandoned",
- "id": "0x9577Daade444cE9b53026ABbFD4aA45bD4a7fDEc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9577Daade444cE9b53026ABbFD4aA45bD4a7fDEc/logo.png b/blockchains/ethereum/assets/0x9577Daade444cE9b53026ABbFD4aA45bD4a7fDEc/logo.png
deleted file mode 100644
index 1a1f75b7c1643..0000000000000
Binary files a/blockchains/ethereum/assets/0x9577Daade444cE9b53026ABbFD4aA45bD4a7fDEc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x957C7090C1e2bBAAE73780d657df8132D6f3dA9D/info.json b/blockchains/ethereum/assets/0x957C7090C1e2bBAAE73780d657df8132D6f3dA9D/info.json
deleted file mode 100644
index 046e447977ad6..0000000000000
--- a/blockchains/ethereum/assets/0x957C7090C1e2bBAAE73780d657df8132D6f3dA9D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ADPOWER",
- "symbol": "ADP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x957C7090C1e2bBAAE73780d657df8132D6f3dA9D",
- "status": "abandoned",
- "id": "0x957C7090C1e2bBAAE73780d657df8132D6f3dA9D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x957C7090C1e2bBAAE73780d657df8132D6f3dA9D/logo.png b/blockchains/ethereum/assets/0x957C7090C1e2bBAAE73780d657df8132D6f3dA9D/logo.png
deleted file mode 100644
index 07132d8784b1e..0000000000000
Binary files a/blockchains/ethereum/assets/0x957C7090C1e2bBAAE73780d657df8132D6f3dA9D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x957c30aB0426e0C93CD8241E2c60392d08c6aC8e/info.json b/blockchains/ethereum/assets/0x957c30aB0426e0C93CD8241E2c60392d08c6aC8e/info.json
deleted file mode 100644
index ff6ccfd4ce48d..0000000000000
--- a/blockchains/ethereum/assets/0x957c30aB0426e0C93CD8241E2c60392d08c6aC8e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Modum Token",
- "symbol": "MOD",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://modum.io/",
- "explorer": "https://etherscan.io/token/0x957c30aB0426e0C93CD8241E2c60392d08c6aC8e",
- "status": "abandoned",
- "id": "0x957c30aB0426e0C93CD8241E2c60392d08c6aC8e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x957c30aB0426e0C93CD8241E2c60392d08c6aC8e/logo.png b/blockchains/ethereum/assets/0x957c30aB0426e0C93CD8241E2c60392d08c6aC8e/logo.png
deleted file mode 100644
index a898561da2c35..0000000000000
Binary files a/blockchains/ethereum/assets/0x957c30aB0426e0C93CD8241E2c60392d08c6aC8e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x95C9bD1f81CEe7391dA3EaC81693E60F3292c1E0/info.json b/blockchains/ethereum/assets/0x95C9bD1f81CEe7391dA3EaC81693E60F3292c1E0/info.json
deleted file mode 100644
index 5710789182cfc..0000000000000
--- a/blockchains/ethereum/assets/0x95C9bD1f81CEe7391dA3EaC81693E60F3292c1E0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LinfinityCoin",
- "symbol": "LFC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x95C9bD1f81CEe7391dA3EaC81693E60F3292c1E0",
- "status": "abandoned",
- "id": "0x95C9bD1f81CEe7391dA3EaC81693E60F3292c1E0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x95C9bD1f81CEe7391dA3EaC81693E60F3292c1E0/logo.png b/blockchains/ethereum/assets/0x95C9bD1f81CEe7391dA3EaC81693E60F3292c1E0/logo.png
deleted file mode 100644
index 19f0307e92163..0000000000000
Binary files a/blockchains/ethereum/assets/0x95C9bD1f81CEe7391dA3EaC81693E60F3292c1E0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x95D82bA91256DB995C80BEd690D0A779191aF62b/info.json b/blockchains/ethereum/assets/0x95D82bA91256DB995C80BEd690D0A779191aF62b/info.json
deleted file mode 100644
index 0a1263108b403..0000000000000
--- a/blockchains/ethereum/assets/0x95D82bA91256DB995C80BEd690D0A779191aF62b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AlrightCoin",
- "symbol": "ALC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://alrightcoin.com/",
- "explorer": "https://etherscan.io/token/0x95D82bA91256DB995C80BEd690D0A779191aF62b",
- "status": "abandoned",
- "id": "0x95D82bA91256DB995C80BEd690D0A779191aF62b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x95D82bA91256DB995C80BEd690D0A779191aF62b/logo.png b/blockchains/ethereum/assets/0x95D82bA91256DB995C80BEd690D0A779191aF62b/logo.png
deleted file mode 100644
index 7cd71bab1c280..0000000000000
Binary files a/blockchains/ethereum/assets/0x95D82bA91256DB995C80BEd690D0A779191aF62b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x95a41fB80ca70306e9Ecf4e51ceA31bD18379C18/info.json b/blockchains/ethereum/assets/0x95a41fB80ca70306e9Ecf4e51ceA31bD18379C18/info.json
deleted file mode 100644
index 952dc080cadb8..0000000000000
--- a/blockchains/ethereum/assets/0x95a41fB80ca70306e9Ecf4e51ceA31bD18379C18/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aladdin",
- "symbol": "ADN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://adncoin.com/",
- "explorer": "https://etherscan.io/token/0x95a41fB80ca70306e9Ecf4e51ceA31bD18379C18",
- "status": "active",
- "id": "0x95a41fB80ca70306e9Ecf4e51ceA31bD18379C18"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x95a41fB80ca70306e9Ecf4e51ceA31bD18379C18/logo.png b/blockchains/ethereum/assets/0x95a41fB80ca70306e9Ecf4e51ceA31bD18379C18/logo.png
deleted file mode 100644
index 9cc89444e2a63..0000000000000
Binary files a/blockchains/ethereum/assets/0x95a41fB80ca70306e9Ecf4e51ceA31bD18379C18/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x95a4492F028aa1fd432Ea71146b433E7B4446611/info.json b/blockchains/ethereum/assets/0x95a4492F028aa1fd432Ea71146b433E7B4446611/info.json
deleted file mode 100644
index c4c6a9a55a81d..0000000000000
--- a/blockchains/ethereum/assets/0x95a4492F028aa1fd432Ea71146b433E7B4446611/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "APY.Finance",
- "website": "https://apy.finance",
- "description": "Yield Farming Robo-Advisor",
- "explorer": "https://etherscan.io/token/0x95a4492F028aa1fd432Ea71146b433E7B4446611",
- "type": "ERC20",
- "symbol": "APY",
- "decimals": 18,
- "status": "active",
- "id": "0x95a4492F028aa1fd432Ea71146b433E7B4446611",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/apy-finance"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.apy.finance/whitepaper/litepaper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x95a4492F028aa1fd432Ea71146b433E7B4446611/logo.png b/blockchains/ethereum/assets/0x95a4492F028aa1fd432Ea71146b433E7B4446611/logo.png
deleted file mode 100644
index 86365454f5448..0000000000000
Binary files a/blockchains/ethereum/assets/0x95a4492F028aa1fd432Ea71146b433E7B4446611/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x95aA5d2DbD3c16ee3fdea82D5C6EC3E38CE3314f/info.json b/blockchains/ethereum/assets/0x95aA5d2DbD3c16ee3fdea82D5C6EC3E38CE3314f/info.json
deleted file mode 100644
index 02943154b3fbf..0000000000000
--- a/blockchains/ethereum/assets/0x95aA5d2DbD3c16ee3fdea82D5C6EC3E38CE3314f/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": " PointPay Crypto Banking Token V2",
- "type": "ERC20",
- "symbol": "PXP",
- "decimals": 18,
- "website": "https://pointpay.io/",
- "description": "PXP is a native utility token of the PointPay ecosystem. It lies at the heart of our platform, acting as a means of exchange.",
- "explorer": "https://etherscan.io/token/0x95aA5d2DbD3c16ee3fdea82D5C6EC3E38CE3314f",
- "status": "active",
- "id": "0x95aA5d2DbD3c16ee3fdea82D5C6EC3E38CE3314f",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/PointPay1"
- },
- {
- "name": "blog",
- "url": "https://blog.pointpay.io/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/pointpay_eng"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/PointPay1"
- },
- {
- "name": "medium",
- "url": "https://pointpay.medium.com/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x95aA5d2DbD3c16ee3fdea82D5C6EC3E38CE3314f/logo.png b/blockchains/ethereum/assets/0x95aA5d2DbD3c16ee3fdea82D5C6EC3E38CE3314f/logo.png
deleted file mode 100644
index 044ef07d91e19..0000000000000
Binary files a/blockchains/ethereum/assets/0x95aA5d2DbD3c16ee3fdea82D5C6EC3E38CE3314f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x95aBb152ed410cc4b6DffB3eD41D01015bdbb5D2/info.json b/blockchains/ethereum/assets/0x95aBb152ed410cc4b6DffB3eD41D01015bdbb5D2/info.json
deleted file mode 100644
index 8af0c35c5ef36..0000000000000
--- a/blockchains/ethereum/assets/0x95aBb152ed410cc4b6DffB3eD41D01015bdbb5D2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mankind",
- "symbol": "MK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x95aBb152ed410cc4b6DffB3eD41D01015bdbb5D2",
- "status": "abandoned",
- "id": "0x95aBb152ed410cc4b6DffB3eD41D01015bdbb5D2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x95aBb152ed410cc4b6DffB3eD41D01015bdbb5D2/logo.png b/blockchains/ethereum/assets/0x95aBb152ed410cc4b6DffB3eD41D01015bdbb5D2/logo.png
deleted file mode 100755
index 32ae6f9bcfe01..0000000000000
Binary files a/blockchains/ethereum/assets/0x95aBb152ed410cc4b6DffB3eD41D01015bdbb5D2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE/info.json b/blockchains/ethereum/assets/0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE/info.json
deleted file mode 100644
index 3592f6fceefa4..0000000000000
--- a/blockchains/ethereum/assets/0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "SHIBA INU",
- "website": "https://shibatoken.com/",
- "description": "According to SHIBA INU, the reasoning behind the creation of SHIBA is that Shibas constantly forget where they bury their treasure. The website proclaims \"Many doggie wars have been waged over precious treasure and delicious goodies.\"",
- "explorer": "https://etherscan.io/token/0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
- "type": "ERC20",
- "symbol": "SHIB",
- "decimals": 18,
- "status": "active",
- "id": "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
- "tags": [
- "deflationary",
- "memes"
- ],
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/shibainuthedogecoinkiller"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/shiba-inu/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/shiba-inu/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE/logo.png b/blockchains/ethereum/assets/0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE/logo.png
deleted file mode 100644
index c0252d6d87c94..0000000000000
Binary files a/blockchains/ethereum/assets/0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x95bA34760ac3D7fBE98ee8b2AB33b4F1a6D18878/info.json b/blockchains/ethereum/assets/0x95bA34760ac3D7fBE98ee8b2AB33b4F1a6D18878/info.json
deleted file mode 100644
index 69361aa118e6a..0000000000000
--- a/blockchains/ethereum/assets/0x95bA34760ac3D7fBE98ee8b2AB33b4F1a6D18878/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DeCash",
- "symbol": "DESH",
- "type": "ERC20",
- "decimals": 18,
- "description": "Decash is the first and only cryptocurrency to capture the performance of multiple financial assets simultaneously by means of a mechanism known as HedgeTech.",
- "website": "https://www.decash.co/",
- "explorer": "https://etherscan.io/token/0x95bA34760ac3D7fBE98ee8b2AB33b4F1a6D18878",
- "status": "active",
- "id": "0x95bA34760ac3D7fBE98ee8b2AB33b4F1a6D18878"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x95bA34760ac3D7fBE98ee8b2AB33b4F1a6D18878/logo.png b/blockchains/ethereum/assets/0x95bA34760ac3D7fBE98ee8b2AB33b4F1a6D18878/logo.png
deleted file mode 100644
index 8ab243aade290..0000000000000
Binary files a/blockchains/ethereum/assets/0x95bA34760ac3D7fBE98ee8b2AB33b4F1a6D18878/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x95dAaaB98046846bF4B2853e23cba236fa394A31/info.json b/blockchains/ethereum/assets/0x95dAaaB98046846bF4B2853e23cba236fa394A31/info.json
deleted file mode 100644
index f087143c999a7..0000000000000
--- a/blockchains/ethereum/assets/0x95dAaaB98046846bF4B2853e23cba236fa394A31/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EtheremonToken",
- "symbol": "EMONT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://ethermon.io/",
- "explorer": "https://etherscan.io/token/0x95dAaaB98046846bF4B2853e23cba236fa394A31",
- "status": "abandoned",
- "id": "0x95dAaaB98046846bF4B2853e23cba236fa394A31"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x95dAaaB98046846bF4B2853e23cba236fa394A31/logo.png b/blockchains/ethereum/assets/0x95dAaaB98046846bF4B2853e23cba236fa394A31/logo.png
deleted file mode 100755
index 1ca617e1d7c44..0000000000000
Binary files a/blockchains/ethereum/assets/0x95dAaaB98046846bF4B2853e23cba236fa394A31/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x95eFD1Fe6099F65a7ED524DEF487483221094947/info.json b/blockchains/ethereum/assets/0x95eFD1Fe6099F65a7ED524DEF487483221094947/info.json
deleted file mode 100644
index 0d9c9fe42523a..0000000000000
--- a/blockchains/ethereum/assets/0x95eFD1Fe6099F65a7ED524DEF487483221094947/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptoBonusMiles",
- "symbol": "CBM",
- "type": "ERC20",
- "decimals": 18,
- "description": "CryptoBonusMiles helps to save on travelling even more, by adding CBM reward points to standard airline loyalty programs. CryptoBonusMiles expands Aeron solution to the mass market for millions of people who have ever flown, bringing convenience to the air travelers.",
- "website": "https://cryptobonusmiles.com/",
- "explorer": "https://etherscan.io/token/0x95eFD1Fe6099F65a7ED524DEF487483221094947",
- "status": "active",
- "id": "0x95eFD1Fe6099F65a7ED524DEF487483221094947"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x95eFD1Fe6099F65a7ED524DEF487483221094947/logo.png b/blockchains/ethereum/assets/0x95eFD1Fe6099F65a7ED524DEF487483221094947/logo.png
deleted file mode 100644
index cdc7ca7ea4aac..0000000000000
Binary files a/blockchains/ethereum/assets/0x95eFD1Fe6099F65a7ED524DEF487483221094947/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9607AE1C1ce8c0817d6b5Acad0D4C2CC40F75161/info.json b/blockchains/ethereum/assets/0x9607AE1C1ce8c0817d6b5Acad0D4C2CC40F75161/info.json
deleted file mode 100644
index 4775ecc40337c..0000000000000
--- a/blockchains/ethereum/assets/0x9607AE1C1ce8c0817d6b5Acad0D4C2CC40F75161/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg3500",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9607AE1C1ce8c0817d6b5Acad0D4C2CC40F75161",
- "status": "abandoned",
- "id": "0x9607AE1C1ce8c0817d6b5Acad0D4C2CC40F75161"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9607AE1C1ce8c0817d6b5Acad0D4C2CC40F75161/logo.png b/blockchains/ethereum/assets/0x9607AE1C1ce8c0817d6b5Acad0D4C2CC40F75161/logo.png
deleted file mode 100644
index 8762af142948b..0000000000000
Binary files a/blockchains/ethereum/assets/0x9607AE1C1ce8c0817d6b5Acad0D4C2CC40F75161/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x960b236A07cf122663c4303350609A66A7B288C0/info.json b/blockchains/ethereum/assets/0x960b236A07cf122663c4303350609A66A7B288C0/info.json
deleted file mode 100644
index 5a3a1bdf230eb..0000000000000
--- a/blockchains/ethereum/assets/0x960b236A07cf122663c4303350609A66A7B288C0/info.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "Aragon (old)",
- "website": "https://aragon.org",
- "description": "Aragon (ANT) is a decentralized platform built on the Ethereum network that offers a modularized way to create and manage dApps, cryptoprotocols, and decentralized autonomous organizations (DAO).",
- "explorer": "https://etherscan.io/token/0x960b236A07cf122663c4303350609A66A7B288C0",
- "research": "https://research.binance.com/en/projects/aragon",
- "type": "ERC20",
- "symbol": "ANT",
- "decimals": 18,
- "status": "active",
- "id": "0x960b236A07cf122663c4303350609A66A7B288C0",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/aragonproject?lang=es"
- },
- {
- "name": "telegram",
- "url": "https://t.me/AragonProject"
- },
- {
- "name": "github",
- "url": "https://github.com/aragon"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x960b236A07cf122663c4303350609A66A7B288C0/logo.png b/blockchains/ethereum/assets/0x960b236A07cf122663c4303350609A66A7B288C0/logo.png
deleted file mode 100644
index 565ebbccab14e..0000000000000
Binary files a/blockchains/ethereum/assets/0x960b236A07cf122663c4303350609A66A7B288C0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17/info.json b/blockchains/ethereum/assets/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17/info.json
deleted file mode 100644
index 9b99e9e5be214..0000000000000
--- a/blockchains/ethereum/assets/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17/info.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "Dypius",
- "type": "ERC20",
- "symbol": "DYP",
- "decimals": 18,
- "website": "https://www.dypius.com/",
- "description": "Dypius is a powerful, decentralized ecosystem with a focus on scalability, security, and global adoption through next-gen infrastructure. We offer a variety of products and services that cater to both beginners and advanced users in the crypto space including DeFi solutions, analytical tools, NFTs, Metaverse and more!",
- "explorer": "https://etherscan.io/token/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17",
- "status": "active",
- "id": "0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/dypfinance"
- },
- {
- "name": "github",
- "url": "https://github.com/dypfinance/"
- },
- {
- "name": "medium",
- "url": "https://dypfinance.medium.com/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/defi-yield-protocol/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/dypius"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/dypcaws"
- },
- {
- "name": "whitepaper",
- "url": "https://drive.google.com/drive/folders/1PprliiDlNB6Cx-35eaEun-gmjk0-a1O4"
- }
- ],
- "tags": [
- "governance",
- "nft",
- "defi",
- "staking-native"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17/logo.png b/blockchains/ethereum/assets/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17/logo.png
deleted file mode 100644
index a6f5fbc11c042..0000000000000
Binary files a/blockchains/ethereum/assets/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9621bad6E7E2b9758349DdCb308df7F63Fd46668/info.json b/blockchains/ethereum/assets/0x9621bad6E7E2b9758349DdCb308df7F63Fd46668/info.json
deleted file mode 100644
index 365fda1184e85..0000000000000
--- a/blockchains/ethereum/assets/0x9621bad6E7E2b9758349DdCb308df7F63Fd46668/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CloudClout",
- "symbol": "CLOUDT",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9621bad6E7E2b9758349DdCb308df7F63Fd46668",
- "status": "abandoned",
- "id": "0x9621bad6E7E2b9758349DdCb308df7F63Fd46668"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9621bad6E7E2b9758349DdCb308df7F63Fd46668/logo.png b/blockchains/ethereum/assets/0x9621bad6E7E2b9758349DdCb308df7F63Fd46668/logo.png
deleted file mode 100644
index 83144e01452a0..0000000000000
Binary files a/blockchains/ethereum/assets/0x9621bad6E7E2b9758349DdCb308df7F63Fd46668/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x962E5A8F6Ad82C0F70aAD527f353A340048f8CbB/info.json b/blockchains/ethereum/assets/0x962E5A8F6Ad82C0F70aAD527f353A340048f8CbB/info.json
deleted file mode 100644
index be25723637398..0000000000000
--- a/blockchains/ethereum/assets/0x962E5A8F6Ad82C0F70aAD527f353A340048f8CbB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fipercash",
- "symbol": "FPC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x962E5A8F6Ad82C0F70aAD527f353A340048f8CbB",
- "status": "abandoned",
- "id": "0x962E5A8F6Ad82C0F70aAD527f353A340048f8CbB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x962E5A8F6Ad82C0F70aAD527f353A340048f8CbB/logo.png b/blockchains/ethereum/assets/0x962E5A8F6Ad82C0F70aAD527f353A340048f8CbB/logo.png
deleted file mode 100644
index a14799b9f5a24..0000000000000
Binary files a/blockchains/ethereum/assets/0x962E5A8F6Ad82C0F70aAD527f353A340048f8CbB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9653cFd0865ad8313BEA2f0C2EC0584BFd05115B/info.json b/blockchains/ethereum/assets/0x9653cFd0865ad8313BEA2f0C2EC0584BFd05115B/info.json
deleted file mode 100644
index dcc9265e5a00c..0000000000000
--- a/blockchains/ethereum/assets/0x9653cFd0865ad8313BEA2f0C2EC0584BFd05115B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FuturXE",
- "symbol": "FXE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9653cFd0865ad8313BEA2f0C2EC0584BFd05115B",
- "status": "abandoned",
- "id": "0x9653cFd0865ad8313BEA2f0C2EC0584BFd05115B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9653cFd0865ad8313BEA2f0C2EC0584BFd05115B/logo.png b/blockchains/ethereum/assets/0x9653cFd0865ad8313BEA2f0C2EC0584BFd05115B/logo.png
deleted file mode 100644
index 6b11706ead887..0000000000000
Binary files a/blockchains/ethereum/assets/0x9653cFd0865ad8313BEA2f0C2EC0584BFd05115B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9656d60bfcD8199E83621E0Ff24CD37f19AB9F57/info.json b/blockchains/ethereum/assets/0x9656d60bfcD8199E83621E0Ff24CD37f19AB9F57/info.json
deleted file mode 100644
index de59cd4ae5bb8..0000000000000
--- a/blockchains/ethereum/assets/0x9656d60bfcD8199E83621E0Ff24CD37f19AB9F57/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CHOCH",
- "symbol": "CHCH",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9656d60bfcD8199E83621E0Ff24CD37f19AB9F57",
- "status": "abandoned",
- "id": "0x9656d60bfcD8199E83621E0Ff24CD37f19AB9F57"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9656d60bfcD8199E83621E0Ff24CD37f19AB9F57/logo.png b/blockchains/ethereum/assets/0x9656d60bfcD8199E83621E0Ff24CD37f19AB9F57/logo.png
deleted file mode 100644
index b4add7552813e..0000000000000
Binary files a/blockchains/ethereum/assets/0x9656d60bfcD8199E83621E0Ff24CD37f19AB9F57/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x965F109d31CCb77005858DEfaE0Ebaf7B4381652/info.json b/blockchains/ethereum/assets/0x965F109d31CCb77005858DEfaE0Ebaf7B4381652/info.json
deleted file mode 100644
index 12be611ea457d..0000000000000
--- a/blockchains/ethereum/assets/0x965F109d31CCb77005858DEfaE0Ebaf7B4381652/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitStash",
- "symbol": "STASH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bitstash.co/",
- "explorer": "https://etherscan.io/token/0x965F109d31CCb77005858DEfaE0Ebaf7B4381652",
- "status": "abandoned",
- "id": "0x965F109d31CCb77005858DEfaE0Ebaf7B4381652"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x965F109d31CCb77005858DEfaE0Ebaf7B4381652/logo.png b/blockchains/ethereum/assets/0x965F109d31CCb77005858DEfaE0Ebaf7B4381652/logo.png
deleted file mode 100644
index cab5a31def92b..0000000000000
Binary files a/blockchains/ethereum/assets/0x965F109d31CCb77005858DEfaE0Ebaf7B4381652/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x96610186F3ab8d73EBEe1CF950C750f3B1Fb79C2/info.json b/blockchains/ethereum/assets/0x96610186F3ab8d73EBEe1CF950C750f3B1Fb79C2/info.json
deleted file mode 100644
index 89e1f49ce2f47..0000000000000
--- a/blockchains/ethereum/assets/0x96610186F3ab8d73EBEe1CF950C750f3B1Fb79C2/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Enjinstarter",
- "website": "https://enjinstarter.com/",
- "description": "The Next-Generation Launchpad for Blockchain Games and the Metaverse",
- "explorer": "https://etherscan.io/token/0x96610186F3ab8d73EBEe1CF950C750f3B1Fb79C2",
- "symbol": "EJS",
- "type": "ERC20",
- "decimals": 18,
- "status": "active",
- "id": "0x96610186F3ab8d73EBEe1CF950C750f3B1Fb79C2",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/enjinstarter/enjinstarter-tge-contracts"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/enjinstarter"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ENJINSTARTER"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/enjinstarter"
- },
- {
- "name": "medium",
- "url": "https://medium.com/enjinstarter"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCWzOp5iZ8B3vONrxlarIXbg"
- }
- ],
- "tags": [
- "gamefi",
- "nft"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x96610186F3ab8d73EBEe1CF950C750f3B1Fb79C2/logo.png b/blockchains/ethereum/assets/0x96610186F3ab8d73EBEe1CF950C750f3B1Fb79C2/logo.png
deleted file mode 100644
index bf337e8e22e4f..0000000000000
Binary files a/blockchains/ethereum/assets/0x96610186F3ab8d73EBEe1CF950C750f3B1Fb79C2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9669CA82Bac26fc762011C59cC0Dd41A665e861B/info.json b/blockchains/ethereum/assets/0x9669CA82Bac26fc762011C59cC0Dd41A665e861B/info.json
deleted file mode 100644
index bf13ee1a50dbb..0000000000000
--- a/blockchains/ethereum/assets/0x9669CA82Bac26fc762011C59cC0Dd41A665e861B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cminers",
- "symbol": "BTOB",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9669CA82Bac26fc762011C59cC0Dd41A665e861B",
- "status": "abandoned",
- "id": "0x9669CA82Bac26fc762011C59cC0Dd41A665e861B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9669CA82Bac26fc762011C59cC0Dd41A665e861B/logo.png b/blockchains/ethereum/assets/0x9669CA82Bac26fc762011C59cC0Dd41A665e861B/logo.png
deleted file mode 100644
index 9905b2f7a94bc..0000000000000
Binary files a/blockchains/ethereum/assets/0x9669CA82Bac26fc762011C59cC0Dd41A665e861B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x966fFc36048670Fee053E0eFd3D55C9346cbcae6/info.json b/blockchains/ethereum/assets/0x966fFc36048670Fee053E0eFd3D55C9346cbcae6/info.json
deleted file mode 100644
index 77e93e2d7967c..0000000000000
--- a/blockchains/ethereum/assets/0x966fFc36048670Fee053E0eFd3D55C9346cbcae6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USD Satoshi Vision Token",
- "symbol": "USDSV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x966fFc36048670Fee053E0eFd3D55C9346cbcae6",
- "status": "abandoned",
- "id": "0x966fFc36048670Fee053E0eFd3D55C9346cbcae6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x966fFc36048670Fee053E0eFd3D55C9346cbcae6/logo.png b/blockchains/ethereum/assets/0x966fFc36048670Fee053E0eFd3D55C9346cbcae6/logo.png
deleted file mode 100644
index 102583a03de86..0000000000000
Binary files a/blockchains/ethereum/assets/0x966fFc36048670Fee053E0eFd3D55C9346cbcae6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x96780fA228A5F6f6C3F5A8C10b637D6407A4aCb7/info.json b/blockchains/ethereum/assets/0x96780fA228A5F6f6C3F5A8C10b637D6407A4aCb7/info.json
deleted file mode 100644
index 058cee8739be5..0000000000000
--- a/blockchains/ethereum/assets/0x96780fA228A5F6f6C3F5A8C10b637D6407A4aCb7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "POSH",
- "symbol": "POSH",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x96780fA228A5F6f6C3F5A8C10b637D6407A4aCb7",
- "status": "abandoned",
- "id": "0x96780fA228A5F6f6C3F5A8C10b637D6407A4aCb7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x96780fA228A5F6f6C3F5A8C10b637D6407A4aCb7/logo.png b/blockchains/ethereum/assets/0x96780fA228A5F6f6C3F5A8C10b637D6407A4aCb7/logo.png
deleted file mode 100644
index 3b40c9278f716..0000000000000
Binary files a/blockchains/ethereum/assets/0x96780fA228A5F6f6C3F5A8C10b637D6407A4aCb7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x967da4048cD07aB37855c090aAF366e4ce1b9F48/info.json b/blockchains/ethereum/assets/0x967da4048cD07aB37855c090aAF366e4ce1b9F48/info.json
deleted file mode 100644
index 34ed04353eee0..0000000000000
--- a/blockchains/ethereum/assets/0x967da4048cD07aB37855c090aAF366e4ce1b9F48/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Ocean Protocol",
- "website": "https://oceanprotocol.com",
- "description": "Ocean Protocol describes itself as a decentralized data exchange protocol that lets people share and monetize data while providing control, auditability, transparency, and compliance to all actors involved.",
- "explorer": "https://etherscan.io/token/0x967da4048cD07aB37855c090aAF366e4ce1b9F48",
- "research": "https://research.binance.com/en/projects/ocean-protocol",
- "type": "ERC20",
- "symbol": "OCEAN",
- "decimals": 18,
- "status": "active",
- "id": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/oceanprotocol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/oceanprotocol"
- },
- {
- "name": "blog",
- "url": "https://blog.oceanprotocol.com/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/OceanProtocol_Community"
- },
- {
- "name": "whitepaper",
- "url": "https://oceanprotocol.com/tech-whitepaper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ocean-protocol/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x967da4048cD07aB37855c090aAF366e4ce1b9F48/logo.png b/blockchains/ethereum/assets/0x967da4048cD07aB37855c090aAF366e4ce1b9F48/logo.png
deleted file mode 100644
index 621e81633a505..0000000000000
Binary files a/blockchains/ethereum/assets/0x967da4048cD07aB37855c090aAF366e4ce1b9F48/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x968347a7D9dDF46d6BA44DFC1F251204826bf80E/info.json b/blockchains/ethereum/assets/0x968347a7D9dDF46d6BA44DFC1F251204826bf80E/info.json
deleted file mode 100644
index ae9358afd9800..0000000000000
--- a/blockchains/ethereum/assets/0x968347a7D9dDF46d6BA44DFC1F251204826bf80E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hiway Token",
- "symbol": "WAY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x968347a7D9dDF46d6BA44DFC1F251204826bf80E",
- "status": "abandoned",
- "id": "0x968347a7D9dDF46d6BA44DFC1F251204826bf80E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x968347a7D9dDF46d6BA44DFC1F251204826bf80E/logo.png b/blockchains/ethereum/assets/0x968347a7D9dDF46d6BA44DFC1F251204826bf80E/logo.png
deleted file mode 100644
index 58f2ddd0fc17a..0000000000000
Binary files a/blockchains/ethereum/assets/0x968347a7D9dDF46d6BA44DFC1F251204826bf80E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9687F9dbEBb76a2A469925CCE797F3015d2C68fd/info.json b/blockchains/ethereum/assets/0x9687F9dbEBb76a2A469925CCE797F3015d2C68fd/info.json
deleted file mode 100644
index 6cc4d00deb7be..0000000000000
--- a/blockchains/ethereum/assets/0x9687F9dbEBb76a2A469925CCE797F3015d2C68fd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ternio",
- "symbol": "TERN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9687F9dbEBb76a2A469925CCE797F3015d2C68fd",
- "status": "abandoned",
- "id": "0x9687F9dbEBb76a2A469925CCE797F3015d2C68fd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9687F9dbEBb76a2A469925CCE797F3015d2C68fd/logo.png b/blockchains/ethereum/assets/0x9687F9dbEBb76a2A469925CCE797F3015d2C68fd/logo.png
deleted file mode 100644
index eb7b179d25173..0000000000000
Binary files a/blockchains/ethereum/assets/0x9687F9dbEBb76a2A469925CCE797F3015d2C68fd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x968F6f898a6Df937fC1859b323aC2F14643e3fED/info.json b/blockchains/ethereum/assets/0x968F6f898a6Df937fC1859b323aC2F14643e3fED/info.json
deleted file mode 100644
index 467a0cd033f73..0000000000000
--- a/blockchains/ethereum/assets/0x968F6f898a6Df937fC1859b323aC2F14643e3fED/info.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "name": "Newscrypto",
- "website": "https://newscrypto.io/",
- "short_description": "Newscrypto is a project that brings together education, information and trading tools for traders in the crypto markets.",
- "description": "Newscrypto is a project that brings together education, information and trading tools for traders in the crypto markets.",
- "explorer": "https://etherscan.io/token/0x968f6f898a6df937fc1859b323ac2f14643e3fed",
- "type": "ERC20",
- "symbol": "NWC",
- "decimals": 18,
- "status": "active",
- "id": "0x968F6f898a6Df937fC1859b323aC2F14643e3fED",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/NwcPublic"
- },
- {
- "name": "telegram",
- "url": "https://t.me/nwc_public"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/Newscrypto.io"
- },
- {
- "name": "whitepaper",
- "url": "https://newscrypto.io/whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x968F6f898a6Df937fC1859b323aC2F14643e3fED/logo.png b/blockchains/ethereum/assets/0x968F6f898a6Df937fC1859b323aC2F14643e3fED/logo.png
deleted file mode 100644
index 38003083abf56..0000000000000
Binary files a/blockchains/ethereum/assets/0x968F6f898a6Df937fC1859b323aC2F14643e3fED/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x96973492a4Bb1C68Fbe8221b53FA75502b46B239/info.json b/blockchains/ethereum/assets/0x96973492a4Bb1C68Fbe8221b53FA75502b46B239/info.json
deleted file mode 100644
index 0f5049adf13f5..0000000000000
--- a/blockchains/ethereum/assets/0x96973492a4Bb1C68Fbe8221b53FA75502b46B239/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "V-PALADINI TEST 3",
- "symbol": "V",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x96973492a4Bb1C68Fbe8221b53FA75502b46B239",
- "status": "abandoned",
- "id": "0x96973492a4Bb1C68Fbe8221b53FA75502b46B239"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x96973492a4Bb1C68Fbe8221b53FA75502b46B239/logo.png b/blockchains/ethereum/assets/0x96973492a4Bb1C68Fbe8221b53FA75502b46B239/logo.png
deleted file mode 100644
index 0ff69c6936a6d..0000000000000
Binary files a/blockchains/ethereum/assets/0x96973492a4Bb1C68Fbe8221b53FA75502b46B239/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x96A65609a7B84E8842732DEB08f56C3E21aC6f8a/info.json b/blockchains/ethereum/assets/0x96A65609a7B84E8842732DEB08f56C3E21aC6f8a/info.json
deleted file mode 100644
index 1f2f171a449f4..0000000000000
--- a/blockchains/ethereum/assets/0x96A65609a7B84E8842732DEB08f56C3E21aC6f8a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Centra token",
- "symbol": "Centra",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x96A65609a7B84E8842732DEB08f56C3E21aC6f8a",
- "status": "abandoned",
- "id": "0x96A65609a7B84E8842732DEB08f56C3E21aC6f8a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x96A65609a7B84E8842732DEB08f56C3E21aC6f8a/logo.png b/blockchains/ethereum/assets/0x96A65609a7B84E8842732DEB08f56C3E21aC6f8a/logo.png
deleted file mode 100755
index 32ea68beb5c8b..0000000000000
Binary files a/blockchains/ethereum/assets/0x96A65609a7B84E8842732DEB08f56C3E21aC6f8a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x96B0bF939D9460095C15251F71Fda11e41DcBddB/info.json b/blockchains/ethereum/assets/0x96B0bF939D9460095C15251F71Fda11e41DcBddB/info.json
deleted file mode 100644
index a6c03cb10f3db..0000000000000
--- a/blockchains/ethereum/assets/0x96B0bF939D9460095C15251F71Fda11e41DcBddB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sharpay",
- "symbol": "S",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://sharpay.io",
- "explorer": "https://etherscan.io/token/0x96B0bF939D9460095C15251F71Fda11e41DcBddB",
- "status": "abandoned",
- "id": "0x96B0bF939D9460095C15251F71Fda11e41DcBddB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x96B0bF939D9460095C15251F71Fda11e41DcBddB/logo.png b/blockchains/ethereum/assets/0x96B0bF939D9460095C15251F71Fda11e41DcBddB/logo.png
deleted file mode 100644
index ad8edeb62addf..0000000000000
Binary files a/blockchains/ethereum/assets/0x96B0bF939D9460095C15251F71Fda11e41DcBddB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x96C5EafFE9950eA7432E202cF79c2ae738503D69/info.json b/blockchains/ethereum/assets/0x96C5EafFE9950eA7432E202cF79c2ae738503D69/info.json
deleted file mode 100644
index 4016107c01d6d..0000000000000
--- a/blockchains/ethereum/assets/0x96C5EafFE9950eA7432E202cF79c2ae738503D69/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nitrogen",
- "symbol": "NITRO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x96C5EafFE9950eA7432E202cF79c2ae738503D69",
- "status": "abandoned",
- "id": "0x96C5EafFE9950eA7432E202cF79c2ae738503D69"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x96C5EafFE9950eA7432E202cF79c2ae738503D69/logo.png b/blockchains/ethereum/assets/0x96C5EafFE9950eA7432E202cF79c2ae738503D69/logo.png
deleted file mode 100755
index fa33a55cd37e9..0000000000000
Binary files a/blockchains/ethereum/assets/0x96C5EafFE9950eA7432E202cF79c2ae738503D69/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x96c30D5499EF6eA96A9c221Bc18BC39D29c97F27/info.json b/blockchains/ethereum/assets/0x96c30D5499EF6eA96A9c221Bc18BC39D29c97F27/info.json
deleted file mode 100644
index ced1f0e4f9715..0000000000000
--- a/blockchains/ethereum/assets/0x96c30D5499EF6eA96A9c221Bc18BC39D29c97F27/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Thar token",
- "symbol": "Thar",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x96c30D5499EF6eA96A9c221Bc18BC39D29c97F27",
- "status": "active",
- "id": "0x96c30D5499EF6eA96A9c221Bc18BC39D29c97F27"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x96c30D5499EF6eA96A9c221Bc18BC39D29c97F27/logo.png b/blockchains/ethereum/assets/0x96c30D5499EF6eA96A9c221Bc18BC39D29c97F27/logo.png
deleted file mode 100755
index 3dc2b0d7ae6bf..0000000000000
Binary files a/blockchains/ethereum/assets/0x96c30D5499EF6eA96A9c221Bc18BC39D29c97F27/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x96c645D3D3706f793Ef52C19bBACe441900eD47D/info.json b/blockchains/ethereum/assets/0x96c645D3D3706f793Ef52C19bBACe441900eD47D/info.json
deleted file mode 100644
index e26cc40b4068d..0000000000000
--- a/blockchains/ethereum/assets/0x96c645D3D3706f793Ef52C19bBACe441900eD47D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mt Pelerin Shares",
- "website": "https://mtpelerin.com",
- "description": "Mt Pelerin company shares issued on blockchain and recognized as shares providing the same level of protection conferred by Swiss law",
- "explorer": "https://etherscan.io/token/0x96c645D3D3706f793Ef52C19bBACe441900eD47D",
- "type": "ERC20",
- "symbol": "MPS",
- "decimals": 0,
- "status": "active",
- "id": "0x96c645D3D3706f793Ef52C19bBACe441900eD47D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x96c645D3D3706f793Ef52C19bBACe441900eD47D/logo.png b/blockchains/ethereum/assets/0x96c645D3D3706f793Ef52C19bBACe441900eD47D/logo.png
deleted file mode 100644
index 43ac6ba57faa9..0000000000000
Binary files a/blockchains/ethereum/assets/0x96c645D3D3706f793Ef52C19bBACe441900eD47D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x96e6002A97Cd804aDA9E4864AC306CaDDBfeB73B/info.json b/blockchains/ethereum/assets/0x96e6002A97Cd804aDA9E4864AC306CaDDBfeB73B/info.json
deleted file mode 100644
index de3eaa8a6b731..0000000000000
--- a/blockchains/ethereum/assets/0x96e6002A97Cd804aDA9E4864AC306CaDDBfeB73B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YokiCoin",
- "symbol": "YKI",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x96e6002A97Cd804aDA9E4864AC306CaDDBfeB73B",
- "status": "abandoned",
- "id": "0x96e6002A97Cd804aDA9E4864AC306CaDDBfeB73B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x96e6002A97Cd804aDA9E4864AC306CaDDBfeB73B/logo.png b/blockchains/ethereum/assets/0x96e6002A97Cd804aDA9E4864AC306CaDDBfeB73B/logo.png
deleted file mode 100644
index 5afc0d3b4166c..0000000000000
Binary files a/blockchains/ethereum/assets/0x96e6002A97Cd804aDA9E4864AC306CaDDBfeB73B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9709De8A7d96BB7469F5ecE75aA5264540502470/info.json b/blockchains/ethereum/assets/0x9709De8A7d96BB7469F5ecE75aA5264540502470/info.json
deleted file mode 100644
index a6983c114bb57..0000000000000
--- a/blockchains/ethereum/assets/0x9709De8A7d96BB7469F5ecE75aA5264540502470/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C559010",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9709De8A7d96BB7469F5ecE75aA5264540502470",
- "status": "abandoned",
- "id": "0x9709De8A7d96BB7469F5ecE75aA5264540502470"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9709De8A7d96BB7469F5ecE75aA5264540502470/logo.png b/blockchains/ethereum/assets/0x9709De8A7d96BB7469F5ecE75aA5264540502470/logo.png
deleted file mode 100644
index f951f45f4030e..0000000000000
Binary files a/blockchains/ethereum/assets/0x9709De8A7d96BB7469F5ecE75aA5264540502470/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x970B9bB2C0444F5E81e9d0eFb84C8ccdcdcAf84d/info.json b/blockchains/ethereum/assets/0x970B9bB2C0444F5E81e9d0eFb84C8ccdcdcAf84d/info.json
deleted file mode 100644
index dbb0794df418a..0000000000000
--- a/blockchains/ethereum/assets/0x970B9bB2C0444F5E81e9d0eFb84C8ccdcdcAf84d/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Fuse Token",
- "type": "ERC20",
- "symbol": "FUSE",
- "decimals": 18,
- "website": "https://fuse.io/",
- "description": "Fuse is a no-code smart contract platform for entrepreneurs that allows entrepreneurs to integrate everyday payments into their business.",
- "explorer": "https://etherscan.io/token/0x970B9bB2C0444F5E81e9d0eFb84C8ccdcdcAf84d",
- "status": "active",
- "id": "0x970B9bB2C0444F5E81e9d0eFb84C8ccdcdcAf84d",
- "links": [
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/fuse"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/jpPMeSZ"
- },
- {
- "name": "docs",
- "url": "https://docs.fuse.io/"
- },
- {
- "name": "github",
- "url": "https://github.com/fuseio"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Fuse_network"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/fuse-network/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x970B9bB2C0444F5E81e9d0eFb84C8ccdcdcAf84d/logo.png b/blockchains/ethereum/assets/0x970B9bB2C0444F5E81e9d0eFb84C8ccdcdcAf84d/logo.png
deleted file mode 100644
index c4f2d5654e66b..0000000000000
Binary files a/blockchains/ethereum/assets/0x970B9bB2C0444F5E81e9d0eFb84C8ccdcdcAf84d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x970E035E2a013cf4bECD67E300d65BC32A56D826/info.json b/blockchains/ethereum/assets/0x970E035E2a013cf4bECD67E300d65BC32A56D826/info.json
deleted file mode 100644
index a33d48cdae782..0000000000000
--- a/blockchains/ethereum/assets/0x970E035E2a013cf4bECD67E300d65BC32A56D826/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bodhi Ethereum",
- "symbol": "BOE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x970E035E2a013cf4bECD67E300d65BC32A56D826",
- "status": "abandoned",
- "id": "0x970E035E2a013cf4bECD67E300d65BC32A56D826"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x970E035E2a013cf4bECD67E300d65BC32A56D826/logo.png b/blockchains/ethereum/assets/0x970E035E2a013cf4bECD67E300d65BC32A56D826/logo.png
deleted file mode 100755
index 331b38758259d..0000000000000
Binary files a/blockchains/ethereum/assets/0x970E035E2a013cf4bECD67E300d65BC32A56D826/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9715f0e15Eafd789647827218E0263EbDB11d54A/info.json b/blockchains/ethereum/assets/0x9715f0e15Eafd789647827218E0263EbDB11d54A/info.json
deleted file mode 100644
index 2339c45695895..0000000000000
--- a/blockchains/ethereum/assets/0x9715f0e15Eafd789647827218E0263EbDB11d54A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CRYPTOMAGZ",
- "symbol": "CMZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9715f0e15Eafd789647827218E0263EbDB11d54A",
- "status": "abandoned",
- "id": "0x9715f0e15Eafd789647827218E0263EbDB11d54A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9715f0e15Eafd789647827218E0263EbDB11d54A/logo.png b/blockchains/ethereum/assets/0x9715f0e15Eafd789647827218E0263EbDB11d54A/logo.png
deleted file mode 100755
index 830a96cc41fc8..0000000000000
Binary files a/blockchains/ethereum/assets/0x9715f0e15Eafd789647827218E0263EbDB11d54A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x971d048E737619884f2df75e31c7Eb6412392328/info.json b/blockchains/ethereum/assets/0x971d048E737619884f2df75e31c7Eb6412392328/info.json
deleted file mode 100644
index 1cc5c537bbd76..0000000000000
--- a/blockchains/ethereum/assets/0x971d048E737619884f2df75e31c7Eb6412392328/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sparkster",
- "symbol": "SPRK",
- "type": "ERC20",
- "decimals": 18,
- "description": "Sparkster aims to become the world's most powerful decentralized cloud. It aims to enable users to build software without any knowledge of programming or blockchain architecture.",
- "website": "https://sparkster.me/",
- "explorer": "https://etherscan.io/token/0x971d048E737619884f2df75e31c7Eb6412392328",
- "status": "active",
- "id": "0x971d048E737619884f2df75e31c7Eb6412392328"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x971d048E737619884f2df75e31c7Eb6412392328/logo.png b/blockchains/ethereum/assets/0x971d048E737619884f2df75e31c7Eb6412392328/logo.png
deleted file mode 100644
index 730c8f62e7ede..0000000000000
Binary files a/blockchains/ethereum/assets/0x971d048E737619884f2df75e31c7Eb6412392328/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9720b467a710382A232a32F540bDCed7d662a10B/info.json b/blockchains/ethereum/assets/0x9720b467a710382A232a32F540bDCed7d662a10B/info.json
deleted file mode 100644
index a00816e46ab85..0000000000000
--- a/blockchains/ethereum/assets/0x9720b467a710382A232a32F540bDCed7d662a10B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vezt",
- "symbol": "VZT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9720b467a710382A232a32F540bDCed7d662a10B",
- "status": "abandoned",
- "id": "0x9720b467a710382A232a32F540bDCed7d662a10B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9720b467a710382A232a32F540bDCed7d662a10B/logo.png b/blockchains/ethereum/assets/0x9720b467a710382A232a32F540bDCed7d662a10B/logo.png
deleted file mode 100644
index 334d3c24479e4..0000000000000
Binary files a/blockchains/ethereum/assets/0x9720b467a710382A232a32F540bDCed7d662a10B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9731E223A99F9992107ac83A896914A8e6f871bD/info.json b/blockchains/ethereum/assets/0x9731E223A99F9992107ac83A896914A8e6f871bD/info.json
deleted file mode 100644
index e9afa0229ea01..0000000000000
--- a/blockchains/ethereum/assets/0x9731E223A99F9992107ac83A896914A8e6f871bD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lucid Ganoderma chain",
- "symbol": "LGC",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9731E223A99F9992107ac83A896914A8e6f871bD",
- "status": "abandoned",
- "id": "0x9731E223A99F9992107ac83A896914A8e6f871bD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9731E223A99F9992107ac83A896914A8e6f871bD/logo.png b/blockchains/ethereum/assets/0x9731E223A99F9992107ac83A896914A8e6f871bD/logo.png
deleted file mode 100644
index 46fc6074bca44..0000000000000
Binary files a/blockchains/ethereum/assets/0x9731E223A99F9992107ac83A896914A8e6f871bD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x973b569b1d025C41cD9c19cbf8f931175e874DD0/info.json b/blockchains/ethereum/assets/0x973b569b1d025C41cD9c19cbf8f931175e874DD0/info.json
deleted file mode 100644
index f084e5eecebd4..0000000000000
--- a/blockchains/ethereum/assets/0x973b569b1d025C41cD9c19cbf8f931175e874DD0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BOOM",
- "symbol": "BOOM",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x973b569b1d025C41cD9c19cbf8f931175e874DD0",
- "status": "abandoned",
- "id": "0x973b569b1d025C41cD9c19cbf8f931175e874DD0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x973b569b1d025C41cD9c19cbf8f931175e874DD0/logo.png b/blockchains/ethereum/assets/0x973b569b1d025C41cD9c19cbf8f931175e874DD0/logo.png
deleted file mode 100644
index 394f1adf4dab0..0000000000000
Binary files a/blockchains/ethereum/assets/0x973b569b1d025C41cD9c19cbf8f931175e874DD0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x973e52691176d36453868D9d86572788d27041A9/info.json b/blockchains/ethereum/assets/0x973e52691176d36453868D9d86572788d27041A9/info.json
deleted file mode 100644
index 0e401eab75233..0000000000000
--- a/blockchains/ethereum/assets/0x973e52691176d36453868D9d86572788d27041A9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DxChain Token",
- "website": "https://dxchain.com",
- "description": "DxChain is the world’s first decentralized big data and machine learning network powered by a computing-centric blockchain.",
- "explorer": "https://etherscan.io/token/0x973e52691176d36453868D9d86572788d27041A9",
- "type": "ERC20",
- "symbol": "DX",
- "decimals": 18,
- "status": "active",
- "id": "0x973e52691176d36453868D9d86572788d27041A9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x973e52691176d36453868D9d86572788d27041A9/logo.png b/blockchains/ethereum/assets/0x973e52691176d36453868D9d86572788d27041A9/logo.png
deleted file mode 100644
index 13cba15bf525b..0000000000000
Binary files a/blockchains/ethereum/assets/0x973e52691176d36453868D9d86572788d27041A9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9746953F5b1324a78132895cfD263F417B0faAE3/info.json b/blockchains/ethereum/assets/0x9746953F5b1324a78132895cfD263F417B0faAE3/info.json
deleted file mode 100644
index 8d108c7fcccac..0000000000000
--- a/blockchains/ethereum/assets/0x9746953F5b1324a78132895cfD263F417B0faAE3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ValueCyberToken",
- "symbol": "VCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.valuecyber.org/",
- "explorer": "https://etherscan.io/token/0x9746953F5b1324a78132895cfD263F417B0faAE3",
- "status": "abandoned",
- "id": "0x9746953F5b1324a78132895cfD263F417B0faAE3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9746953F5b1324a78132895cfD263F417B0faAE3/logo.png b/blockchains/ethereum/assets/0x9746953F5b1324a78132895cfD263F417B0faAE3/logo.png
deleted file mode 100644
index bd6023b42b37d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9746953F5b1324a78132895cfD263F417B0faAE3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x974C718665C1545D20136879fa37755aCDf38a4B/info.json b/blockchains/ethereum/assets/0x974C718665C1545D20136879fa37755aCDf38a4B/info.json
deleted file mode 100644
index 0ded76046f87a..0000000000000
--- a/blockchains/ethereum/assets/0x974C718665C1545D20136879fa37755aCDf38a4B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coin Cab",
- "symbol": "CCAB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x974C718665C1545D20136879fa37755aCDf38a4B",
- "status": "abandoned",
- "id": "0x974C718665C1545D20136879fa37755aCDf38a4B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x974C718665C1545D20136879fa37755aCDf38a4B/logo.png b/blockchains/ethereum/assets/0x974C718665C1545D20136879fa37755aCDf38a4B/logo.png
deleted file mode 100755
index 7303bde68734f..0000000000000
Binary files a/blockchains/ethereum/assets/0x974C718665C1545D20136879fa37755aCDf38a4B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x974c312D85684AEdc6F04fB065078491E1b3fd03/info.json b/blockchains/ethereum/assets/0x974c312D85684AEdc6F04fB065078491E1b3fd03/info.json
deleted file mode 100644
index ba32962bf4ac5..0000000000000
--- a/blockchains/ethereum/assets/0x974c312D85684AEdc6F04fB065078491E1b3fd03/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vietnam Gold Token",
- "symbol": "CHI",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x974c312D85684AEdc6F04fB065078491E1b3fd03",
- "status": "abandoned",
- "id": "0x974c312D85684AEdc6F04fB065078491E1b3fd03"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x974c312D85684AEdc6F04fB065078491E1b3fd03/logo.png b/blockchains/ethereum/assets/0x974c312D85684AEdc6F04fB065078491E1b3fd03/logo.png
deleted file mode 100644
index 8b257386280c4..0000000000000
Binary files a/blockchains/ethereum/assets/0x974c312D85684AEdc6F04fB065078491E1b3fd03/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x976a95786DA6f6eE1c0755cCFB9A22adac2BF7B2/info.json b/blockchains/ethereum/assets/0x976a95786DA6f6eE1c0755cCFB9A22adac2BF7B2/info.json
deleted file mode 100644
index 8109433f6da7b..0000000000000
--- a/blockchains/ethereum/assets/0x976a95786DA6f6eE1c0755cCFB9A22adac2BF7B2/info.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "name": "DynDYDX DynaSet",
- "type": "ERC20",
- "symbol": "dynDYDX",
- "decimals": 18,
- "website": "https://singularitydao.ai/dynalab/dynDYDX",
- "description": "Thanks to this innovative DynaSet, the DAM can use dYdX derivative solutions to hedge, short and apply leverage to the market. Powered by SingularityDAO.ai.",
- "explorer": "https://etherscan.io/token/0x976a95786DA6f6eE1c0755cCFB9A22adac2BF7B2",
- "status": "active",
- "id": "0x976a95786DA6f6eE1c0755cCFB9A22adac2BF7B2",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/SingularityDao"
- },
- {
- "name": "telegram",
- "url": "https://t.me/chatsight_bot?start=dmVyaWZ5OjotMTAwMTI4NzAxNjEzNw=="
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/sdaoann"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/singularitydao"
- },
- {
- "name": "github",
- "url": "https://github.com/Singularity-DAO"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/singularitydao"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@SingularityDAO"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/singularitydao/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/singularitydao"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/SingularityDAO/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x976a95786DA6f6eE1c0755cCFB9A22adac2BF7B2/logo.png b/blockchains/ethereum/assets/0x976a95786DA6f6eE1c0755cCFB9A22adac2BF7B2/logo.png
deleted file mode 100644
index 2ef0532b8c00f..0000000000000
Binary files a/blockchains/ethereum/assets/0x976a95786DA6f6eE1c0755cCFB9A22adac2BF7B2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x977e5f1Bc595Db78DcC0E78A6fDFa08E988ca264/info.json b/blockchains/ethereum/assets/0x977e5f1Bc595Db78DcC0E78A6fDFa08E988ca264/info.json
deleted file mode 100644
index 75870e89e648b..0000000000000
--- a/blockchains/ethereum/assets/0x977e5f1Bc595Db78DcC0E78A6fDFa08E988ca264/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nicash",
- "symbol": "NICASH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x977e5f1Bc595Db78DcC0E78A6fDFa08E988ca264",
- "status": "abandoned",
- "id": "0x977e5f1Bc595Db78DcC0E78A6fDFa08E988ca264"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x977e5f1Bc595Db78DcC0E78A6fDFa08E988ca264/logo.png b/blockchains/ethereum/assets/0x977e5f1Bc595Db78DcC0E78A6fDFa08E988ca264/logo.png
deleted file mode 100644
index 53ccc4c9c20ae..0000000000000
Binary files a/blockchains/ethereum/assets/0x977e5f1Bc595Db78DcC0E78A6fDFa08E988ca264/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9787875E6a528E97D4Beb1fA13c01084231C820B/info.json b/blockchains/ethereum/assets/0x9787875E6a528E97D4Beb1fA13c01084231C820B/info.json
deleted file mode 100644
index 237044b91775e..0000000000000
--- a/blockchains/ethereum/assets/0x9787875E6a528E97D4Beb1fA13c01084231C820B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cancer Realtime Check",
- "symbol": "CHECK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9787875E6a528E97D4Beb1fA13c01084231C820B",
- "status": "abandoned",
- "id": "0x9787875E6a528E97D4Beb1fA13c01084231C820B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9787875E6a528E97D4Beb1fA13c01084231C820B/logo.png b/blockchains/ethereum/assets/0x9787875E6a528E97D4Beb1fA13c01084231C820B/logo.png
deleted file mode 100644
index 6ddfc51e3af20..0000000000000
Binary files a/blockchains/ethereum/assets/0x9787875E6a528E97D4Beb1fA13c01084231C820B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x979838c9C16FD365C9fE028B0bEa49B1750d86e9/info.json b/blockchains/ethereum/assets/0x979838c9C16FD365C9fE028B0bEa49B1750d86e9/info.json
deleted file mode 100644
index 183f57a1d9aa3..0000000000000
--- a/blockchains/ethereum/assets/0x979838c9C16FD365C9fE028B0bEa49B1750d86e9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FEG Wrapped USDT",
- "symbol": "fUSDT",
- "type": "ERC20",
- "decimals": 6,
- "description": "FEG Wrapped USDT",
- "website": "https://fegtoken.com",
- "explorer": "https://etherscan.io/token/0x979838c9c16fd365c9fe028b0bea49b1750d86e9",
- "status": "active",
- "id": "0x979838c9C16FD365C9fE028B0bEa49B1750d86e9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x979838c9C16FD365C9fE028B0bEa49B1750d86e9/logo.png b/blockchains/ethereum/assets/0x979838c9C16FD365C9fE028B0bEa49B1750d86e9/logo.png
deleted file mode 100644
index 7df0f296f490f..0000000000000
Binary files a/blockchains/ethereum/assets/0x979838c9C16FD365C9fE028B0bEa49B1750d86e9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9798dF2f5d213a872c787bD03b2b91F54D0D04A1/info.json b/blockchains/ethereum/assets/0x9798dF2f5d213a872c787bD03b2b91F54D0D04A1/info.json
deleted file mode 100644
index 395bfa2d620c4..0000000000000
--- a/blockchains/ethereum/assets/0x9798dF2f5d213a872c787bD03b2b91F54D0D04A1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TeraBlock Token",
- "website": "https://terablock.ai",
- "description": "Machine Learning driven, personalised cryptocurrency trade automation to help you easily manage your assets.",
- "explorer": "https://etherscan.io/token/0x9798dF2f5d213a872c787bD03b2b91F54D0D04A1",
- "symbol": "TBC",
- "type": "ERC20",
- "decimals": 18,
- "status": "active",
- "id": "0x9798dF2f5d213a872c787bD03b2b91F54D0D04A1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9798dF2f5d213a872c787bD03b2b91F54D0D04A1/logo.png b/blockchains/ethereum/assets/0x9798dF2f5d213a872c787bD03b2b91F54D0D04A1/logo.png
deleted file mode 100644
index 21d22c6160634..0000000000000
Binary files a/blockchains/ethereum/assets/0x9798dF2f5d213a872c787bD03b2b91F54D0D04A1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x979EBc09e55EA0ab563CF7175e4c4b1a03AFc19a/info.json b/blockchains/ethereum/assets/0x979EBc09e55EA0ab563CF7175e4c4b1a03AFc19a/info.json
deleted file mode 100644
index 6461686797b68..0000000000000
--- a/blockchains/ethereum/assets/0x979EBc09e55EA0ab563CF7175e4c4b1a03AFc19a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UTEMIS",
- "symbol": "UTS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x979EBc09e55EA0ab563CF7175e4c4b1a03AFc19a",
- "status": "abandoned",
- "id": "0x979EBc09e55EA0ab563CF7175e4c4b1a03AFc19a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x979EBc09e55EA0ab563CF7175e4c4b1a03AFc19a/logo.png b/blockchains/ethereum/assets/0x979EBc09e55EA0ab563CF7175e4c4b1a03AFc19a/logo.png
deleted file mode 100644
index 460fc92c5e2d0..0000000000000
Binary files a/blockchains/ethereum/assets/0x979EBc09e55EA0ab563CF7175e4c4b1a03AFc19a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x97AEB5066E1A590e868b511457BEb6FE99d329F5/info.json b/blockchains/ethereum/assets/0x97AEB5066E1A590e868b511457BEb6FE99d329F5/info.json
deleted file mode 100644
index ba61291480819..0000000000000
--- a/blockchains/ethereum/assets/0x97AEB5066E1A590e868b511457BEb6FE99d329F5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Atonomi",
- "symbol": "ATMI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://atonomi.io/",
- "explorer": "https://etherscan.io/token/0x97AEB5066E1A590e868b511457BEb6FE99d329F5",
- "status": "abandoned",
- "id": "0x97AEB5066E1A590e868b511457BEb6FE99d329F5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x97AEB5066E1A590e868b511457BEb6FE99d329F5/logo.png b/blockchains/ethereum/assets/0x97AEB5066E1A590e868b511457BEb6FE99d329F5/logo.png
deleted file mode 100644
index baaf69e7003e5..0000000000000
Binary files a/blockchains/ethereum/assets/0x97AEB5066E1A590e868b511457BEb6FE99d329F5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x97BDda66586C828c1d6da94e3d8fca616e8081f0/info.json b/blockchains/ethereum/assets/0x97BDda66586C828c1d6da94e3d8fca616e8081f0/info.json
deleted file mode 100644
index b28b9e1b75f9a..0000000000000
--- a/blockchains/ethereum/assets/0x97BDda66586C828c1d6da94e3d8fca616e8081f0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R908635",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x97BDda66586C828c1d6da94e3d8fca616e8081f0",
- "status": "abandoned",
- "id": "0x97BDda66586C828c1d6da94e3d8fca616e8081f0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x97BDda66586C828c1d6da94e3d8fca616e8081f0/logo.png b/blockchains/ethereum/assets/0x97BDda66586C828c1d6da94e3d8fca616e8081f0/logo.png
deleted file mode 100755
index aff7022d81286..0000000000000
Binary files a/blockchains/ethereum/assets/0x97BDda66586C828c1d6da94e3d8fca616e8081f0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x97Cb5Cc1b2e10cC56DC16ab9179f06dfEDBe41A2/info.json b/blockchains/ethereum/assets/0x97Cb5Cc1b2e10cC56DC16ab9179f06dfEDBe41A2/info.json
deleted file mode 100644
index ef3c230384d06..0000000000000
--- a/blockchains/ethereum/assets/0x97Cb5Cc1b2e10cC56DC16ab9179f06dfEDBe41A2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MobilinkToken",
- "symbol": "MOLK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://mobilink.io/",
- "explorer": "https://etherscan.io/token/0x97Cb5Cc1b2e10cC56DC16ab9179f06dfEDBe41A2",
- "status": "abandoned",
- "id": "0x97Cb5Cc1b2e10cC56DC16ab9179f06dfEDBe41A2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x97Cb5Cc1b2e10cC56DC16ab9179f06dfEDBe41A2/logo.png b/blockchains/ethereum/assets/0x97Cb5Cc1b2e10cC56DC16ab9179f06dfEDBe41A2/logo.png
deleted file mode 100644
index cc9b9433acd59..0000000000000
Binary files a/blockchains/ethereum/assets/0x97Cb5Cc1b2e10cC56DC16ab9179f06dfEDBe41A2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x97E0d16620A781b5FBd51054c67E955AB5D51A34/info.json b/blockchains/ethereum/assets/0x97E0d16620A781b5FBd51054c67E955AB5D51A34/info.json
deleted file mode 100644
index 382a92fa234d0..0000000000000
--- a/blockchains/ethereum/assets/0x97E0d16620A781b5FBd51054c67E955AB5D51A34/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NG COIN",
- "symbol": "NGC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x97E0d16620A781b5FBd51054c67E955AB5D51A34",
- "status": "abandoned",
- "id": "0x97E0d16620A781b5FBd51054c67E955AB5D51A34"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x97E0d16620A781b5FBd51054c67E955AB5D51A34/logo.png b/blockchains/ethereum/assets/0x97E0d16620A781b5FBd51054c67E955AB5D51A34/logo.png
deleted file mode 100755
index f107fbfd8d999..0000000000000
Binary files a/blockchains/ethereum/assets/0x97E0d16620A781b5FBd51054c67E955AB5D51A34/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x97f78F697E9b8233CC93729ACE5fbF3Ef26897EE/info.json b/blockchains/ethereum/assets/0x97f78F697E9b8233CC93729ACE5fbF3Ef26897EE/info.json
deleted file mode 100644
index 25aa5549a6597..0000000000000
--- a/blockchains/ethereum/assets/0x97f78F697E9b8233CC93729ACE5fbF3Ef26897EE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PrimeMax",
- "symbol": "PMC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x97f78F697E9b8233CC93729ACE5fbF3Ef26897EE",
- "status": "abandoned",
- "id": "0x97f78F697E9b8233CC93729ACE5fbF3Ef26897EE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x97f78F697E9b8233CC93729ACE5fbF3Ef26897EE/logo.png b/blockchains/ethereum/assets/0x97f78F697E9b8233CC93729ACE5fbF3Ef26897EE/logo.png
deleted file mode 100644
index 1ddbb6a386165..0000000000000
Binary files a/blockchains/ethereum/assets/0x97f78F697E9b8233CC93729ACE5fbF3Ef26897EE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x97fB6Fc2AD532033Af97043B563131C5204F8A35/info.json b/blockchains/ethereum/assets/0x97fB6Fc2AD532033Af97043B563131C5204F8A35/info.json
deleted file mode 100644
index c44252d82f1f3..0000000000000
--- a/blockchains/ethereum/assets/0x97fB6Fc2AD532033Af97043B563131C5204F8A35/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PlusCoin",
- "symbol": "NPLC",
- "type": "ERC20",
- "decimals": 18,
- "description": "PlusCoin has been developed to connect cryptocurrency and the real economy. PlusCoin also serves as exchange token of Korean exchange UpXide.",
- "website": "http://plus-coin.com/en/",
- "explorer": "https://etherscan.io/token/0x97fB6Fc2AD532033Af97043B563131C5204F8A35",
- "status": "active",
- "id": "0x97fB6Fc2AD532033Af97043B563131C5204F8A35"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x97fB6Fc2AD532033Af97043B563131C5204F8A35/logo.png b/blockchains/ethereum/assets/0x97fB6Fc2AD532033Af97043B563131C5204F8A35/logo.png
deleted file mode 100644
index 93149ea3b60d1..0000000000000
Binary files a/blockchains/ethereum/assets/0x97fB6Fc2AD532033Af97043B563131C5204F8A35/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x97fa8C5349c5Edf44FfE861297c602D13c662C00/info.json b/blockchains/ethereum/assets/0x97fa8C5349c5Edf44FfE861297c602D13c662C00/info.json
deleted file mode 100644
index f13039874da43..0000000000000
--- a/blockchains/ethereum/assets/0x97fa8C5349c5Edf44FfE861297c602D13c662C00/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "The Lending Coin",
- "symbol": "TLC",
- "type": "ERC20",
- "decimals": 17,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x97fa8C5349c5Edf44FfE861297c602D13c662C00",
- "status": "abandoned",
- "id": "0x97fa8C5349c5Edf44FfE861297c602D13c662C00"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x97fa8C5349c5Edf44FfE861297c602D13c662C00/logo.png b/blockchains/ethereum/assets/0x97fa8C5349c5Edf44FfE861297c602D13c662C00/logo.png
deleted file mode 100644
index 56fd5e6ebed22..0000000000000
Binary files a/blockchains/ethereum/assets/0x97fa8C5349c5Edf44FfE861297c602D13c662C00/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x98033a0BE912B04842c8D4e1de8d794Ef0253321/info.json b/blockchains/ethereum/assets/0x98033a0BE912B04842c8D4e1de8d794Ef0253321/info.json
deleted file mode 100644
index 0c01fc8f694e8..0000000000000
--- a/blockchains/ethereum/assets/0x98033a0BE912B04842c8D4e1de8d794Ef0253321/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AskToken",
- "symbol": "ASK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x98033a0BE912B04842c8D4e1de8d794Ef0253321",
- "status": "abandoned",
- "id": "0x98033a0BE912B04842c8D4e1de8d794Ef0253321"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x98033a0BE912B04842c8D4e1de8d794Ef0253321/logo.png b/blockchains/ethereum/assets/0x98033a0BE912B04842c8D4e1de8d794Ef0253321/logo.png
deleted file mode 100644
index f6be5f5e383c8..0000000000000
Binary files a/blockchains/ethereum/assets/0x98033a0BE912B04842c8D4e1de8d794Ef0253321/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x980E45AB37c6bcAF93Fe911b3e207e08a3a60B5E/info.json b/blockchains/ethereum/assets/0x980E45AB37c6bcAF93Fe911b3e207e08a3a60B5E/info.json
deleted file mode 100644
index a1b29b4179b4a..0000000000000
--- a/blockchains/ethereum/assets/0x980E45AB37c6bcAF93Fe911b3e207e08a3a60B5E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SIBU",
- "symbol": "SIBU",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x980E45AB37c6bcAF93Fe911b3e207e08a3a60B5E",
- "status": "abandoned",
- "id": "0x980E45AB37c6bcAF93Fe911b3e207e08a3a60B5E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x980E45AB37c6bcAF93Fe911b3e207e08a3a60B5E/logo.png b/blockchains/ethereum/assets/0x980E45AB37c6bcAF93Fe911b3e207e08a3a60B5E/logo.png
deleted file mode 100755
index 02810e5e8e22c..0000000000000
Binary files a/blockchains/ethereum/assets/0x980E45AB37c6bcAF93Fe911b3e207e08a3a60B5E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9813037ee2218799597d83D4a5B6F3b6778218d9/info.json b/blockchains/ethereum/assets/0x9813037ee2218799597d83D4a5B6F3b6778218d9/info.json
deleted file mode 100644
index 5f29df04b4d0f..0000000000000
--- a/blockchains/ethereum/assets/0x9813037ee2218799597d83D4a5B6F3b6778218d9/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "BONE SHIBASWAP",
- "type": "ERC20",
- "symbol": "BONE",
- "decimals": 18,
- "website": "https://shibaswap.com/",
- "description": "Bone is a governance token of Shibaswap ecosystem which will allow the #ShibArmy to vote on upcoming proposals. The more BONE the user holds, the more weight of their vote carries in these future endeavors.",
- "explorer": "https://etherscan.io/token/0x9813037ee2218799597d83D4a5B6F3b6778218d9",
- "status": "active",
- "id": "0x9813037ee2218799597d83D4a5B6F3b6778218d9",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/shibtoken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/bonedogekiller"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/bone-shibaswap/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/bone-shibaswap/"
- }
- ],
- "tags": [
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9813037ee2218799597d83D4a5B6F3b6778218d9/logo.png b/blockchains/ethereum/assets/0x9813037ee2218799597d83D4a5B6F3b6778218d9/logo.png
deleted file mode 100644
index 74b84c85522d9..0000000000000
Binary files a/blockchains/ethereum/assets/0x9813037ee2218799597d83D4a5B6F3b6778218d9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9826299A4DF8bF3A38452f8fE1a75B660EC7cbB3/info.json b/blockchains/ethereum/assets/0x9826299A4DF8bF3A38452f8fE1a75B660EC7cbB3/info.json
deleted file mode 100644
index ecaceacdc26cd..0000000000000
--- a/blockchains/ethereum/assets/0x9826299A4DF8bF3A38452f8fE1a75B660EC7cbB3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fazliq Iirfan",
- "symbol": "FQN",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9826299A4DF8bF3A38452f8fE1a75B660EC7cbB3",
- "status": "abandoned",
- "id": "0x9826299A4DF8bF3A38452f8fE1a75B660EC7cbB3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9826299A4DF8bF3A38452f8fE1a75B660EC7cbB3/logo.png b/blockchains/ethereum/assets/0x9826299A4DF8bF3A38452f8fE1a75B660EC7cbB3/logo.png
deleted file mode 100755
index a7d21f618c53d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9826299A4DF8bF3A38452f8fE1a75B660EC7cbB3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x983F6d60db79ea8cA4eB9968C6aFf8cfA04B3c63/info.json b/blockchains/ethereum/assets/0x983F6d60db79ea8cA4eB9968C6aFf8cfA04B3c63/info.json
deleted file mode 100644
index 29b8bc642df14..0000000000000
--- a/blockchains/ethereum/assets/0x983F6d60db79ea8cA4eB9968C6aFf8cfA04B3c63/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SONM Token",
- "symbol": "SNM",
- "type": "ERC20",
- "decimals": 18,
- "description": "Decentralized Fog Computing Platform.",
- "website": "https://sonm.io",
- "explorer": "https://etherscan.io/token/0x983F6d60db79ea8cA4eB9968C6aFf8cfA04B3c63",
- "status": "active",
- "id": "0x983F6d60db79ea8cA4eB9968C6aFf8cfA04B3c63"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x983F6d60db79ea8cA4eB9968C6aFf8cfA04B3c63/logo.png b/blockchains/ethereum/assets/0x983F6d60db79ea8cA4eB9968C6aFf8cfA04B3c63/logo.png
deleted file mode 100755
index 00c6d552f8b5e..0000000000000
Binary files a/blockchains/ethereum/assets/0x983F6d60db79ea8cA4eB9968C6aFf8cfA04B3c63/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x984C134A8809571993Fd1573fB99F06Dc61E216f/info.json b/blockchains/ethereum/assets/0x984C134A8809571993Fd1573fB99F06Dc61E216f/info.json
deleted file mode 100644
index f4f8c071200ed..0000000000000
--- a/blockchains/ethereum/assets/0x984C134A8809571993Fd1573fB99F06Dc61E216f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Artchain Global Token",
- "symbol": "ACG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x984C134A8809571993Fd1573fB99F06Dc61E216f",
- "status": "abandoned",
- "id": "0x984C134A8809571993Fd1573fB99F06Dc61E216f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x984C134A8809571993Fd1573fB99F06Dc61E216f/logo.png b/blockchains/ethereum/assets/0x984C134A8809571993Fd1573fB99F06Dc61E216f/logo.png
deleted file mode 100644
index 784ef8eb7aec9..0000000000000
Binary files a/blockchains/ethereum/assets/0x984C134A8809571993Fd1573fB99F06Dc61E216f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x985db5e4DD183d2C8f72dB113B8e022a3D059516/info.json b/blockchains/ethereum/assets/0x985db5e4DD183d2C8f72dB113B8e022a3D059516/info.json
deleted file mode 100644
index bd8c642094219..0000000000000
--- a/blockchains/ethereum/assets/0x985db5e4DD183d2C8f72dB113B8e022a3D059516/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PesaChain",
- "symbol": "PESA",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x985db5e4DD183d2C8f72dB113B8e022a3D059516",
- "status": "abandoned",
- "id": "0x985db5e4DD183d2C8f72dB113B8e022a3D059516"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x985db5e4DD183d2C8f72dB113B8e022a3D059516/logo.png b/blockchains/ethereum/assets/0x985db5e4DD183d2C8f72dB113B8e022a3D059516/logo.png
deleted file mode 100644
index 83b9750b43e0d..0000000000000
Binary files a/blockchains/ethereum/assets/0x985db5e4DD183d2C8f72dB113B8e022a3D059516/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x98626E2C9231f03504273d55f397409deFD4a093/info.json b/blockchains/ethereum/assets/0x98626E2C9231f03504273d55f397409deFD4a093/info.json
deleted file mode 100644
index 1f371ba9ae02e..0000000000000
--- a/blockchains/ethereum/assets/0x98626E2C9231f03504273d55f397409deFD4a093/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dev",
- "symbol": "DEV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x98626E2C9231f03504273d55f397409deFD4a093",
- "status": "abandoned",
- "id": "0x98626E2C9231f03504273d55f397409deFD4a093"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x98626E2C9231f03504273d55f397409deFD4a093/logo.png b/blockchains/ethereum/assets/0x98626E2C9231f03504273d55f397409deFD4a093/logo.png
deleted file mode 100755
index aac6a2b4858dd..0000000000000
Binary files a/blockchains/ethereum/assets/0x98626E2C9231f03504273d55f397409deFD4a093/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x986EE2B944c42D017F52Af21c4c69B84DBeA35d8/info.json b/blockchains/ethereum/assets/0x986EE2B944c42D017F52Af21c4c69B84DBeA35d8/info.json
deleted file mode 100644
index cc71e3e78d2d9..0000000000000
--- a/blockchains/ethereum/assets/0x986EE2B944c42D017F52Af21c4c69B84DBeA35d8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitMartToken",
- "symbol": "BMX",
- "type": "ERC20",
- "decimals": 18,
- "description": "BitMart is a globally integrated trading platform founded by a group of cryptocurrency enthusiasts. BMX is an ERC20 based token issued by BitMart Exchange.",
- "website": "https://www.bitmart.com/",
- "explorer": "https://etherscan.io/token/0x986EE2B944c42D017F52Af21c4c69B84DBeA35d8",
- "status": "active",
- "id": "0x986EE2B944c42D017F52Af21c4c69B84DBeA35d8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x986EE2B944c42D017F52Af21c4c69B84DBeA35d8/logo.png b/blockchains/ethereum/assets/0x986EE2B944c42D017F52Af21c4c69B84DBeA35d8/logo.png
deleted file mode 100644
index 572e217d30459..0000000000000
Binary files a/blockchains/ethereum/assets/0x986EE2B944c42D017F52Af21c4c69B84DBeA35d8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9888E6f8fCF52A21d3D78f66Cc20AF5d046d83d7/info.json b/blockchains/ethereum/assets/0x9888E6f8fCF52A21d3D78f66Cc20AF5d046d83d7/info.json
deleted file mode 100644
index 67f1ce0ae423d..0000000000000
--- a/blockchains/ethereum/assets/0x9888E6f8fCF52A21d3D78f66Cc20AF5d046d83d7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HEX",
- "symbol": "HX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9888E6f8fCF52A21d3D78f66Cc20AF5d046d83d7",
- "status": "abandoned",
- "id": "0x9888E6f8fCF52A21d3D78f66Cc20AF5d046d83d7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9888E6f8fCF52A21d3D78f66Cc20AF5d046d83d7/logo.png b/blockchains/ethereum/assets/0x9888E6f8fCF52A21d3D78f66Cc20AF5d046d83d7/logo.png
deleted file mode 100644
index f4d72fccf8dcd..0000000000000
Binary files a/blockchains/ethereum/assets/0x9888E6f8fCF52A21d3D78f66Cc20AF5d046d83d7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x989c8b9953035C036B46690A28DB5E5e2d538C4A/info.json b/blockchains/ethereum/assets/0x989c8b9953035C036B46690A28DB5E5e2d538C4A/info.json
deleted file mode 100644
index 28abe5641e7d7..0000000000000
--- a/blockchains/ethereum/assets/0x989c8b9953035C036B46690A28DB5E5e2d538C4A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Guru",
- "symbol": "Guru",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x989c8b9953035C036B46690A28DB5E5e2d538C4A",
- "status": "abandoned",
- "id": "0x989c8b9953035C036B46690A28DB5E5e2d538C4A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x989c8b9953035C036B46690A28DB5E5e2d538C4A/logo.png b/blockchains/ethereum/assets/0x989c8b9953035C036B46690A28DB5E5e2d538C4A/logo.png
deleted file mode 100755
index ddae548267251..0000000000000
Binary files a/blockchains/ethereum/assets/0x989c8b9953035C036B46690A28DB5E5e2d538C4A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x98D3335f207d211C6C44AdF0De667356c9C5078c/info.json b/blockchains/ethereum/assets/0x98D3335f207d211C6C44AdF0De667356c9C5078c/info.json
deleted file mode 100644
index 0005d4e2add90..0000000000000
--- a/blockchains/ethereum/assets/0x98D3335f207d211C6C44AdF0De667356c9C5078c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bancambios X1",
- "symbol": "BAFT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x98D3335f207d211C6C44AdF0De667356c9C5078c",
- "status": "abandoned",
- "id": "0x98D3335f207d211C6C44AdF0De667356c9C5078c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x98D3335f207d211C6C44AdF0De667356c9C5078c/logo.png b/blockchains/ethereum/assets/0x98D3335f207d211C6C44AdF0De667356c9C5078c/logo.png
deleted file mode 100644
index fc7cacffc6e29..0000000000000
Binary files a/blockchains/ethereum/assets/0x98D3335f207d211C6C44AdF0De667356c9C5078c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x98F6b2C5BCc88629cF10F2effaa2Df0Ebc16E92D/info.json b/blockchains/ethereum/assets/0x98F6b2C5BCc88629cF10F2effaa2Df0Ebc16E92D/info.json
deleted file mode 100644
index 2e3a55a9f2f5b..0000000000000
--- a/blockchains/ethereum/assets/0x98F6b2C5BCc88629cF10F2effaa2Df0Ebc16E92D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Saiful",
- "symbol": "SFL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x98F6b2C5BCc88629cF10F2effaa2Df0Ebc16E92D",
- "status": "abandoned",
- "id": "0x98F6b2C5BCc88629cF10F2effaa2Df0Ebc16E92D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x98F6b2C5BCc88629cF10F2effaa2Df0Ebc16E92D/logo.png b/blockchains/ethereum/assets/0x98F6b2C5BCc88629cF10F2effaa2Df0Ebc16E92D/logo.png
deleted file mode 100644
index 0c075a83579cb..0000000000000
Binary files a/blockchains/ethereum/assets/0x98F6b2C5BCc88629cF10F2effaa2Df0Ebc16E92D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x98b04997C2F9cf6a7E5Bd13B22D1Fa5bD1080CA8/info.json b/blockchains/ethereum/assets/0x98b04997C2F9cf6a7E5Bd13B22D1Fa5bD1080CA8/info.json
deleted file mode 100644
index 0e978b8b4055c..0000000000000
--- a/blockchains/ethereum/assets/0x98b04997C2F9cf6a7E5Bd13B22D1Fa5bD1080CA8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C573717",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x98b04997C2F9cf6a7E5Bd13B22D1Fa5bD1080CA8",
- "status": "abandoned",
- "id": "0x98b04997C2F9cf6a7E5Bd13B22D1Fa5bD1080CA8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x98b04997C2F9cf6a7E5Bd13B22D1Fa5bD1080CA8/logo.png b/blockchains/ethereum/assets/0x98b04997C2F9cf6a7E5Bd13B22D1Fa5bD1080CA8/logo.png
deleted file mode 100644
index bba4c42985aff..0000000000000
Binary files a/blockchains/ethereum/assets/0x98b04997C2F9cf6a7E5Bd13B22D1Fa5bD1080CA8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x98b2dE885E916b598f65DeD2fDbb63187EAEf184/info.json b/blockchains/ethereum/assets/0x98b2dE885E916b598f65DeD2fDbb63187EAEf184/info.json
deleted file mode 100644
index 474da1cf64c97..0000000000000
--- a/blockchains/ethereum/assets/0x98b2dE885E916b598f65DeD2fDbb63187EAEf184/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Defi",
- "symbol": "DEFI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x98b2dE885E916b598f65DeD2fDbb63187EAEf184",
- "status": "abandoned",
- "id": "0x98b2dE885E916b598f65DeD2fDbb63187EAEf184"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x98b2dE885E916b598f65DeD2fDbb63187EAEf184/logo.png b/blockchains/ethereum/assets/0x98b2dE885E916b598f65DeD2fDbb63187EAEf184/logo.png
deleted file mode 100644
index a256faa462be9..0000000000000
Binary files a/blockchains/ethereum/assets/0x98b2dE885E916b598f65DeD2fDbb63187EAEf184/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x98d0cDe5c3d79531613e18f0912127BF172bd7AA/info.json b/blockchains/ethereum/assets/0x98d0cDe5c3d79531613e18f0912127BF172bd7AA/info.json
deleted file mode 100644
index 131d3775a852c..0000000000000
--- a/blockchains/ethereum/assets/0x98d0cDe5c3d79531613e18f0912127BF172bd7AA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Biotech Token",
- "symbol": "ATG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x98d0cDe5c3d79531613e18f0912127BF172bd7AA",
- "status": "active",
- "id": "0x98d0cDe5c3d79531613e18f0912127BF172bd7AA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x98d0cDe5c3d79531613e18f0912127BF172bd7AA/logo.png b/blockchains/ethereum/assets/0x98d0cDe5c3d79531613e18f0912127BF172bd7AA/logo.png
deleted file mode 100644
index af89e399a9523..0000000000000
Binary files a/blockchains/ethereum/assets/0x98d0cDe5c3d79531613e18f0912127BF172bd7AA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x98eb850a587D908980328ED3Fde3e335C0cc4426/info.json b/blockchains/ethereum/assets/0x98eb850a587D908980328ED3Fde3e335C0cc4426/info.json
deleted file mode 100644
index e6535bd2c9261..0000000000000
--- a/blockchains/ethereum/assets/0x98eb850a587D908980328ED3Fde3e335C0cc4426/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Market Return",
- "symbol": "MARE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x98eb850a587D908980328ED3Fde3e335C0cc4426",
- "status": "abandoned",
- "id": "0x98eb850a587D908980328ED3Fde3e335C0cc4426"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x98eb850a587D908980328ED3Fde3e335C0cc4426/logo.png b/blockchains/ethereum/assets/0x98eb850a587D908980328ED3Fde3e335C0cc4426/logo.png
deleted file mode 100644
index 94dbbcc69f6a4..0000000000000
Binary files a/blockchains/ethereum/assets/0x98eb850a587D908980328ED3Fde3e335C0cc4426/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9903A4Cd589DA8e434f264deAFc406836418578E/info.json b/blockchains/ethereum/assets/0x9903A4Cd589DA8e434f264deAFc406836418578E/info.json
deleted file mode 100644
index c2ce49d575a28..0000000000000
--- a/blockchains/ethereum/assets/0x9903A4Cd589DA8e434f264deAFc406836418578E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Harrison First",
- "symbol": "FIRST",
- "type": "ERC20",
- "decimals": 4,
- "description": "$FIRST is a community of creators and innovators founded by music artist Harrison First. $FIRST is powered by unique NFTs and $FIRST AUDIO. $FIRST AUDIO is a way for digital artists and nft creators to tap into the audio nft space by having fully produced music by Harrison First in their next collection. All instrumentals are produced by Harrison First, and you are only required to hold 1,000 $FIRST to have access.",
- "website": "https://app.tryroll.com/token/FIRST",
- "explorer": "https://etherscan.io/token/0x9903A4Cd589DA8e434f264deAFc406836418578E",
- "status": "active",
- "id": "0x9903A4Cd589DA8e434f264deAFc406836418578E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9903A4Cd589DA8e434f264deAFc406836418578E/logo.png b/blockchains/ethereum/assets/0x9903A4Cd589DA8e434f264deAFc406836418578E/logo.png
deleted file mode 100644
index d463f6274c8af..0000000000000
Binary files a/blockchains/ethereum/assets/0x9903A4Cd589DA8e434f264deAFc406836418578E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x99043bB680Ab9262c7b2aC524E00b215Efb7db9b/info.json b/blockchains/ethereum/assets/0x99043bB680Ab9262c7b2aC524E00b215Efb7db9b/info.json
deleted file mode 100644
index ec7ddf7a93cf3..0000000000000
--- a/blockchains/ethereum/assets/0x99043bB680Ab9262c7b2aC524E00b215Efb7db9b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Black Kishu Inu",
- "website": "https://bishu.finance/",
- "description": "Bishu is a community driven ERC20 token that gives back to charities",
- "explorer": "https://etherscan.io/token/0x99043bb680ab9262c7b2ac524e00b215efb7db9b",
- "type": "ERC20",
- "symbol": "BISHU",
- "decimals": 9,
- "status": "active",
- "id": "0x99043bB680Ab9262c7b2aC524E00b215Efb7db9b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x99043bB680Ab9262c7b2aC524E00b215Efb7db9b/logo.png b/blockchains/ethereum/assets/0x99043bB680Ab9262c7b2aC524E00b215Efb7db9b/logo.png
deleted file mode 100644
index 81e81446681a1..0000000000000
Binary files a/blockchains/ethereum/assets/0x99043bB680Ab9262c7b2aC524E00b215Efb7db9b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x990f341946A3fdB507aE7e52d17851B87168017c/info.json b/blockchains/ethereum/assets/0x990f341946A3fdB507aE7e52d17851B87168017c/info.json
deleted file mode 100644
index 9750e336fe995..0000000000000
--- a/blockchains/ethereum/assets/0x990f341946A3fdB507aE7e52d17851B87168017c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Strong",
- "symbol": "STRONG",
- "type": "ERC20",
- "decimals": 18,
- "description": "Strong (STRONG) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://strongblock.io",
- "explorer": "https://etherscan.io/token/0x990f341946A3fdB507aE7e52d17851B87168017c",
- "status": "active",
- "id": "0x990f341946A3fdB507aE7e52d17851B87168017c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x990f341946A3fdB507aE7e52d17851B87168017c/logo.png b/blockchains/ethereum/assets/0x990f341946A3fdB507aE7e52d17851B87168017c/logo.png
deleted file mode 100644
index 83cd8ddaf5c47..0000000000000
Binary files a/blockchains/ethereum/assets/0x990f341946A3fdB507aE7e52d17851B87168017c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x99176B8b915016c80098a9D98CAEa9E52FC30134/info.json b/blockchains/ethereum/assets/0x99176B8b915016c80098a9D98CAEa9E52FC30134/info.json
deleted file mode 100644
index 66e5d0f2ba6a1..0000000000000
--- a/blockchains/ethereum/assets/0x99176B8b915016c80098a9D98CAEa9E52FC30134/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Intelligent Travel Ecosystem Chain",
- "symbol": "ITEC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x99176B8b915016c80098a9D98CAEa9E52FC30134",
- "status": "abandoned",
- "id": "0x99176B8b915016c80098a9D98CAEa9E52FC30134"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x99176B8b915016c80098a9D98CAEa9E52FC30134/logo.png b/blockchains/ethereum/assets/0x99176B8b915016c80098a9D98CAEa9E52FC30134/logo.png
deleted file mode 100644
index 7a494c72afeaa..0000000000000
Binary files a/blockchains/ethereum/assets/0x99176B8b915016c80098a9D98CAEa9E52FC30134/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x991bd92D0dc8Af7bCc597AF1B0014a3CEc9f2460/info.json b/blockchains/ethereum/assets/0x991bd92D0dc8Af7bCc597AF1B0014a3CEc9f2460/info.json
deleted file mode 100644
index 41afabc924f26..0000000000000
--- a/blockchains/ethereum/assets/0x991bd92D0dc8Af7bCc597AF1B0014a3CEc9f2460/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UBIpromoter",
- "symbol": "UBIPRO",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x991bd92D0dc8Af7bCc597AF1B0014a3CEc9f2460",
- "status": "abandoned",
- "id": "0x991bd92D0dc8Af7bCc597AF1B0014a3CEc9f2460"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x991bd92D0dc8Af7bCc597AF1B0014a3CEc9f2460/logo.png b/blockchains/ethereum/assets/0x991bd92D0dc8Af7bCc597AF1B0014a3CEc9f2460/logo.png
deleted file mode 100644
index 4a31ffec7e45f..0000000000000
Binary files a/blockchains/ethereum/assets/0x991bd92D0dc8Af7bCc597AF1B0014a3CEc9f2460/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x992291429EdC6A9abD297ef08Ce1B97830Bba448/info.json b/blockchains/ethereum/assets/0x992291429EdC6A9abD297ef08Ce1B97830Bba448/info.json
deleted file mode 100644
index f6ed7b26a5932..0000000000000
--- a/blockchains/ethereum/assets/0x992291429EdC6A9abD297ef08Ce1B97830Bba448/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R803896",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x992291429EdC6A9abD297ef08Ce1B97830Bba448",
- "status": "abandoned",
- "id": "0x992291429EdC6A9abD297ef08Ce1B97830Bba448"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x992291429EdC6A9abD297ef08Ce1B97830Bba448/logo.png b/blockchains/ethereum/assets/0x992291429EdC6A9abD297ef08Ce1B97830Bba448/logo.png
deleted file mode 100644
index f51ba33deb9e3..0000000000000
Binary files a/blockchains/ethereum/assets/0x992291429EdC6A9abD297ef08Ce1B97830Bba448/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x993628A05907c12B56b55Aa95Dd47EC46d9CDBB7/info.json b/blockchains/ethereum/assets/0x993628A05907c12B56b55Aa95Dd47EC46d9CDBB7/info.json
deleted file mode 100644
index fb3b6e8eb027d..0000000000000
--- a/blockchains/ethereum/assets/0x993628A05907c12B56b55Aa95Dd47EC46d9CDBB7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "10xTraders",
- "symbol": "10x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x993628A05907c12B56b55Aa95Dd47EC46d9CDBB7",
- "status": "abandoned",
- "id": "0x993628A05907c12B56b55Aa95Dd47EC46d9CDBB7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x993628A05907c12B56b55Aa95Dd47EC46d9CDBB7/logo.png b/blockchains/ethereum/assets/0x993628A05907c12B56b55Aa95Dd47EC46d9CDBB7/logo.png
deleted file mode 100644
index 326f7099515e5..0000000000000
Binary files a/blockchains/ethereum/assets/0x993628A05907c12B56b55Aa95Dd47EC46d9CDBB7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x993864E43Caa7F7F12953AD6fEb1d1Ca635B875F/info.json b/blockchains/ethereum/assets/0x993864E43Caa7F7F12953AD6fEb1d1Ca635B875F/info.json
deleted file mode 100644
index 661afc6a952b4..0000000000000
--- a/blockchains/ethereum/assets/0x993864E43Caa7F7F12953AD6fEb1d1Ca635B875F/info.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "name": "SingularityDAO",
- "type": "ERC20",
- "symbol": "SDAO",
- "decimals": 18,
- "website": "https://www.singularitydao.ai",
- "description": "SingularityDAO is a decentralised Portfolio Management Protocol designed to enable anybody to safely and easily manage crypto assets, supported by superior risk management and analytics tools; smart money, on-chain. A non-custodial protocol built to foster a new ecosystem of Digital Asset Managers to offer automated trading strategies leveraging AI-enhanced data analytics services.",
- "explorer": "https://etherscan.io/token/0x993864E43Caa7F7F12953AD6fEb1d1Ca635B875F",
- "status": "active",
- "id": "0x993864E43Caa7F7F12953AD6fEb1d1Ca635B875F",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/SingularityDao"
- },
- {
- "name": "telegram",
- "url": "https://t.me/chatsight_bot?start=dmVyaWZ5OjotMTAwMTI4NzAxNjEzNw=="
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/sdaoann"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/singularitydao"
- },
- {
- "name": "github",
- "url": "https://github.com/Singularity-DAO"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/singularitydao"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@SingularityDAO"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/singularitydao/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/singularitydao"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/SingularityDAO/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x993864E43Caa7F7F12953AD6fEb1d1Ca635B875F/logo.png b/blockchains/ethereum/assets/0x993864E43Caa7F7F12953AD6fEb1d1Ca635B875F/logo.png
deleted file mode 100644
index fa9315e102908..0000000000000
Binary files a/blockchains/ethereum/assets/0x993864E43Caa7F7F12953AD6fEb1d1Ca635B875F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x994f0DffdbaE0BbF09b652D6f11A493fd33F42B9/info.json b/blockchains/ethereum/assets/0x994f0DffdbaE0BbF09b652D6f11A493fd33F42B9/info.json
deleted file mode 100644
index 5bb3927e89432..0000000000000
--- a/blockchains/ethereum/assets/0x994f0DffdbaE0BbF09b652D6f11A493fd33F42B9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EagleCoin",
- "symbol": "EAGLE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x994f0DffdbaE0BbF09b652D6f11A493fd33F42B9",
- "status": "abandoned",
- "id": "0x994f0DffdbaE0BbF09b652D6f11A493fd33F42B9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x994f0DffdbaE0BbF09b652D6f11A493fd33F42B9/logo.png b/blockchains/ethereum/assets/0x994f0DffdbaE0BbF09b652D6f11A493fd33F42B9/logo.png
deleted file mode 100644
index 3bd81a095788f..0000000000000
Binary files a/blockchains/ethereum/assets/0x994f0DffdbaE0BbF09b652D6f11A493fd33F42B9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x995Ff3562692349e78001C9e37414919E65Ff04B/info.json b/blockchains/ethereum/assets/0x995Ff3562692349e78001C9e37414919E65Ff04B/info.json
deleted file mode 100644
index 1e118526c97e8..0000000000000
--- a/blockchains/ethereum/assets/0x995Ff3562692349e78001C9e37414919E65Ff04B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "bitbeb",
- "symbol": " BEB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x995Ff3562692349e78001C9e37414919E65Ff04B",
- "status": "abandoned",
- "id": "0x995Ff3562692349e78001C9e37414919E65Ff04B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x995Ff3562692349e78001C9e37414919E65Ff04B/logo.png b/blockchains/ethereum/assets/0x995Ff3562692349e78001C9e37414919E65Ff04B/logo.png
deleted file mode 100644
index 221c6bb3f6e71..0000000000000
Binary files a/blockchains/ethereum/assets/0x995Ff3562692349e78001C9e37414919E65Ff04B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x996229D0c6a485c7F4B52E092EAa907cB2def5C6/info.json b/blockchains/ethereum/assets/0x996229D0c6a485c7F4B52E092EAa907cB2def5C6/info.json
deleted file mode 100644
index ddf7a9e507afc..0000000000000
--- a/blockchains/ethereum/assets/0x996229D0c6a485c7F4B52E092EAa907cB2def5C6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BuckHathToken",
- "symbol": "BHIG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.bhigtoken.com/",
- "explorer": "https://etherscan.io/token/0x996229D0c6a485c7F4B52E092EAa907cB2def5C6",
- "status": "abandoned",
- "id": "0x996229D0c6a485c7F4B52E092EAa907cB2def5C6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x996229D0c6a485c7F4B52E092EAa907cB2def5C6/logo.png b/blockchains/ethereum/assets/0x996229D0c6a485c7F4B52E092EAa907cB2def5C6/logo.png
deleted file mode 100644
index efd9a2565d3e3..0000000000000
Binary files a/blockchains/ethereum/assets/0x996229D0c6a485c7F4B52E092EAa907cB2def5C6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9972A0F24194447E73a7e8b6CD26a52e02DDfAD5/info.json b/blockchains/ethereum/assets/0x9972A0F24194447E73a7e8b6CD26a52e02DDfAD5/info.json
deleted file mode 100644
index bfa73105ddfc4..0000000000000
--- a/blockchains/ethereum/assets/0x9972A0F24194447E73a7e8b6CD26a52e02DDfAD5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ThoreCash",
- "symbol": "TCH",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://www.thorecash.com/",
- "explorer": "https://etherscan.io/token/0x9972A0F24194447E73a7e8b6CD26a52e02DDfAD5",
- "status": "abandoned",
- "id": "0x9972A0F24194447E73a7e8b6CD26a52e02DDfAD5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9972A0F24194447E73a7e8b6CD26a52e02DDfAD5/logo.png b/blockchains/ethereum/assets/0x9972A0F24194447E73a7e8b6CD26a52e02DDfAD5/logo.png
deleted file mode 100755
index c40d35a24fc86..0000000000000
Binary files a/blockchains/ethereum/assets/0x9972A0F24194447E73a7e8b6CD26a52e02DDfAD5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x997DD3880C08d55B3551232Fb8f666975fDbBf58/info.json b/blockchains/ethereum/assets/0x997DD3880C08d55B3551232Fb8f666975fDbBf58/info.json
deleted file mode 100644
index df6d1a6672827..0000000000000
--- a/blockchains/ethereum/assets/0x997DD3880C08d55B3551232Fb8f666975fDbBf58/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PrivToken",
- "symbol": "PRIV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x997DD3880C08d55B3551232Fb8f666975fDbBf58",
- "status": "abandoned",
- "id": "0x997DD3880C08d55B3551232Fb8f666975fDbBf58"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x997DD3880C08d55B3551232Fb8f666975fDbBf58/logo.png b/blockchains/ethereum/assets/0x997DD3880C08d55B3551232Fb8f666975fDbBf58/logo.png
deleted file mode 100644
index e53e5807602de..0000000000000
Binary files a/blockchains/ethereum/assets/0x997DD3880C08d55B3551232Fb8f666975fDbBf58/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A/info.json b/blockchains/ethereum/assets/0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A/info.json
deleted file mode 100644
index 76f92db522021..0000000000000
--- a/blockchains/ethereum/assets/0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rupiah Token",
- "symbol": "IDRT",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "https://rupiahtoken.com",
- "explorer": "https://etherscan.io/token/0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A",
- "status": "abandoned",
- "id": "0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A/logo.png b/blockchains/ethereum/assets/0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A/logo.png
deleted file mode 100644
index a588d46b284d3..0000000000000
Binary files a/blockchains/ethereum/assets/0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x998b3B82bC9dBA173990Be7afb772788B5aCB8Bd/info.json b/blockchains/ethereum/assets/0x998b3B82bC9dBA173990Be7afb772788B5aCB8Bd/info.json
deleted file mode 100644
index cd59fbec5aa3f..0000000000000
--- a/blockchains/ethereum/assets/0x998b3B82bC9dBA173990Be7afb772788B5aCB8Bd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BANCA Token",
- "symbol": "BANCA",
- "type": "ERC20",
- "decimals": 18,
- "description": "Banca is a type of an investment bank community which uses AI and expert system to achieve the dynamics of Banca's eco-chain and the automatic management.",
- "website": "https://www.banca.world/",
- "explorer": "https://etherscan.io/token/0x998b3B82bC9dBA173990Be7afb772788B5aCB8Bd",
- "status": "active",
- "id": "0x998b3B82bC9dBA173990Be7afb772788B5aCB8Bd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x998b3B82bC9dBA173990Be7afb772788B5aCB8Bd/logo.png b/blockchains/ethereum/assets/0x998b3B82bC9dBA173990Be7afb772788B5aCB8Bd/logo.png
deleted file mode 100644
index f45a9fb55c636..0000000000000
Binary files a/blockchains/ethereum/assets/0x998b3B82bC9dBA173990Be7afb772788B5aCB8Bd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9992eC3cF6A55b00978cdDF2b27BC6882d88D1eC/info.json b/blockchains/ethereum/assets/0x9992eC3cF6A55b00978cdDF2b27BC6882d88D1eC/info.json
deleted file mode 100644
index 20f89c0bedd19..0000000000000
--- a/blockchains/ethereum/assets/0x9992eC3cF6A55b00978cdDF2b27BC6882d88D1eC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Polymath",
- "website": "https://polymath.network",
- "description": "Polymath is creating a global platform for issuing and investing in securities tokens.",
- "explorer": "https://etherscan.io/token/0x9992eC3cF6A55b00978cdDF2b27BC6882d88D1eC",
- "type": "ERC20",
- "symbol": "POLY",
- "decimals": 18,
- "status": "active",
- "id": "0x9992eC3cF6A55b00978cdDF2b27BC6882d88D1eC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9992eC3cF6A55b00978cdDF2b27BC6882d88D1eC/logo.png b/blockchains/ethereum/assets/0x9992eC3cF6A55b00978cdDF2b27BC6882d88D1eC/logo.png
deleted file mode 100644
index 9045c83db7b47..0000000000000
Binary files a/blockchains/ethereum/assets/0x9992eC3cF6A55b00978cdDF2b27BC6882d88D1eC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9996a0b4d0D7ed1B7e41Ad08bDc4acb198e232a9/info.json b/blockchains/ethereum/assets/0x9996a0b4d0D7ed1B7e41Ad08bDc4acb198e232a9/info.json
deleted file mode 100644
index 78a1cf1044abd..0000000000000
--- a/blockchains/ethereum/assets/0x9996a0b4d0D7ed1B7e41Ad08bDc4acb198e232a9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Regium",
- "symbol": "REGI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://regium.xyz",
- "explorer": "https://etherscan.io/token/0x9996a0b4d0D7ed1B7e41Ad08bDc4acb198e232a9",
- "status": "abandoned",
- "id": "0x9996a0b4d0D7ed1B7e41Ad08bDc4acb198e232a9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9996a0b4d0D7ed1B7e41Ad08bDc4acb198e232a9/logo.png b/blockchains/ethereum/assets/0x9996a0b4d0D7ed1B7e41Ad08bDc4acb198e232a9/logo.png
deleted file mode 100644
index 52650a5883c86..0000000000000
Binary files a/blockchains/ethereum/assets/0x9996a0b4d0D7ed1B7e41Ad08bDc4acb198e232a9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x999967E2Ec8A74B7c8E9dB19E039d920B31d39D0/info.json b/blockchains/ethereum/assets/0x999967E2Ec8A74B7c8E9dB19E039d920B31d39D0/info.json
deleted file mode 100644
index 8edce7c71c872..0000000000000
--- a/blockchains/ethereum/assets/0x999967E2Ec8A74B7c8E9dB19E039d920B31d39D0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TieToken",
- "symbol": "TIE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://tiesdb.com/",
- "explorer": "https://etherscan.io/token/0x999967E2Ec8A74B7c8E9dB19E039d920B31d39D0",
- "status": "abandoned",
- "id": "0x999967E2Ec8A74B7c8E9dB19E039d920B31d39D0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x999967E2Ec8A74B7c8E9dB19E039d920B31d39D0/logo.png b/blockchains/ethereum/assets/0x999967E2Ec8A74B7c8E9dB19E039d920B31d39D0/logo.png
deleted file mode 100644
index ef605a2d62da9..0000000000000
Binary files a/blockchains/ethereum/assets/0x999967E2Ec8A74B7c8E9dB19E039d920B31d39D0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x99D8a9C45b2ecA8864373A26D1459e3Dff1e17F3/info.json b/blockchains/ethereum/assets/0x99D8a9C45b2ecA8864373A26D1459e3Dff1e17F3/info.json
deleted file mode 100644
index 2d57a9f25aa45..0000000000000
--- a/blockchains/ethereum/assets/0x99D8a9C45b2ecA8864373A26D1459e3Dff1e17F3/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Magic Internet Money",
- "website": "https://abracadabra.money/",
- "description": "MIM is a stablecoin backed by interest bearing collateral",
- "explorer": "https://etherscan.io/token/0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3",
- "type": "ERC20",
- "symbol": "MIM",
- "decimals": 18,
- "status": "active",
- "id": "0x99D8a9C45b2ecA8864373A26D1459e3Dff1e17F3",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Abracadabra-money/magic-internet-money"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/MIM_Spell"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/magic-internet-money/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x99D8a9C45b2ecA8864373A26D1459e3Dff1e17F3/logo.png b/blockchains/ethereum/assets/0x99D8a9C45b2ecA8864373A26D1459e3Dff1e17F3/logo.png
deleted file mode 100644
index 4101813265fa1..0000000000000
Binary files a/blockchains/ethereum/assets/0x99D8a9C45b2ecA8864373A26D1459e3Dff1e17F3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x99EcF934F7BcC0a457cb65dF431C9B17Da58DA50/info.json b/blockchains/ethereum/assets/0x99EcF934F7BcC0a457cb65dF431C9B17Da58DA50/info.json
deleted file mode 100644
index 540a9f3a50c7b..0000000000000
--- a/blockchains/ethereum/assets/0x99EcF934F7BcC0a457cb65dF431C9B17Da58DA50/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DACC Token",
- "symbol": "DACC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x99EcF934F7BcC0a457cb65dF431C9B17Da58DA50",
- "status": "abandoned",
- "id": "0x99EcF934F7BcC0a457cb65dF431C9B17Da58DA50"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x99EcF934F7BcC0a457cb65dF431C9B17Da58DA50/logo.png b/blockchains/ethereum/assets/0x99EcF934F7BcC0a457cb65dF431C9B17Da58DA50/logo.png
deleted file mode 100644
index d343fda0daae0..0000000000000
Binary files a/blockchains/ethereum/assets/0x99EcF934F7BcC0a457cb65dF431C9B17Da58DA50/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x99a3a5333b4Eb80192149F9eDd42d1D57AC591ee/info.json b/blockchains/ethereum/assets/0x99a3a5333b4Eb80192149F9eDd42d1D57AC591ee/info.json
deleted file mode 100644
index 9f1950967aeee..0000000000000
--- a/blockchains/ethereum/assets/0x99a3a5333b4Eb80192149F9eDd42d1D57AC591ee/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COSS Exchange Liquidity Token",
- "symbol": "CELT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x99a3a5333b4Eb80192149F9eDd42d1D57AC591ee",
- "status": "abandoned",
- "id": "0x99a3a5333b4Eb80192149F9eDd42d1D57AC591ee"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x99a3a5333b4Eb80192149F9eDd42d1D57AC591ee/logo.png b/blockchains/ethereum/assets/0x99a3a5333b4Eb80192149F9eDd42d1D57AC591ee/logo.png
deleted file mode 100644
index 7a366bbdc90db..0000000000000
Binary files a/blockchains/ethereum/assets/0x99a3a5333b4Eb80192149F9eDd42d1D57AC591ee/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x99cFB8cBA9c821B4a343c6a1Fc630465C9708DF5/info.json b/blockchains/ethereum/assets/0x99cFB8cBA9c821B4a343c6a1Fc630465C9708DF5/info.json
deleted file mode 100644
index a33707aead88c..0000000000000
--- a/blockchains/ethereum/assets/0x99cFB8cBA9c821B4a343c6a1Fc630465C9708DF5/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Pepe Inu",
- "symbol": "PEPEINU",
- "type": "ERC20",
- "decimals": 18,
- "description": "Pepe Inu is tired of watching everyone play hot potato with the endless derivative PepeShibaPepeGirlCumGMElonKishuTurboAssFlokiMoon coins. The big ballers have had their day. It’s time for the most recognizable meme in the world to take his reign as king of memes.",
- "website": "https://pepeinu.xyz/",
- "explorer": "https://etherscan.io/token/0x99cfb8cba9c821b4a343c6a1fc630465c9708df5",
- "status": "active",
- "id": "0x99cFB8cBA9c821B4a343c6a1Fc630465C9708DF5",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/pepeinueth"
- },
- {
- "name": "telegram",
- "url": "https://t.me/PepeInuETHPortal"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/pepe-inu/"
- }
- ],
- "tags": [
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x99cFB8cBA9c821B4a343c6a1Fc630465C9708DF5/logo.png b/blockchains/ethereum/assets/0x99cFB8cBA9c821B4a343c6a1Fc630465C9708DF5/logo.png
deleted file mode 100644
index 16117ff79d76d..0000000000000
Binary files a/blockchains/ethereum/assets/0x99cFB8cBA9c821B4a343c6a1Fc630465C9708DF5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x99ea4dB9EE77ACD40B119BD1dC4E33e1C070b80d/info.json b/blockchains/ethereum/assets/0x99ea4dB9EE77ACD40B119BD1dC4E33e1C070b80d/info.json
deleted file mode 100644
index 8bc5608384072..0000000000000
--- a/blockchains/ethereum/assets/0x99ea4dB9EE77ACD40B119BD1dC4E33e1C070b80d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Quantstamp Token",
- "symbol": "QSP",
- "type": "ERC20",
- "decimals": 18,
- "description": "Quantstamp’s mission is to secure the decentralized internet, and has protected over $45B in digital asset risk from hackers.",
- "website": "https://quantstamp.com",
- "explorer": "https://etherscan.io/token/0x99ea4dB9EE77ACD40B119BD1dC4E33e1C070b80d",
- "status": "active",
- "id": "0x99ea4dB9EE77ACD40B119BD1dC4E33e1C070b80d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x99ea4dB9EE77ACD40B119BD1dC4E33e1C070b80d/logo.png b/blockchains/ethereum/assets/0x99ea4dB9EE77ACD40B119BD1dC4E33e1C070b80d/logo.png
deleted file mode 100644
index 420944be97b1d..0000000000000
Binary files a/blockchains/ethereum/assets/0x99ea4dB9EE77ACD40B119BD1dC4E33e1C070b80d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9A2681935C2775b7ABF0649ec5c306EEA7561930/info.json b/blockchains/ethereum/assets/0x9A2681935C2775b7ABF0649ec5c306EEA7561930/info.json
deleted file mode 100644
index 9243792c6e813..0000000000000
--- a/blockchains/ethereum/assets/0x9A2681935C2775b7ABF0649ec5c306EEA7561930/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EasyOption.io Token",
- "symbol": "EOPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9A2681935C2775b7ABF0649ec5c306EEA7561930",
- "status": "abandoned",
- "id": "0x9A2681935C2775b7ABF0649ec5c306EEA7561930"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9A2681935C2775b7ABF0649ec5c306EEA7561930/logo.png b/blockchains/ethereum/assets/0x9A2681935C2775b7ABF0649ec5c306EEA7561930/logo.png
deleted file mode 100644
index 4e705e72ecca4..0000000000000
Binary files a/blockchains/ethereum/assets/0x9A2681935C2775b7ABF0649ec5c306EEA7561930/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9A3619499825fbAe63329Aa8bCb3f10CD5958E1c/info.json b/blockchains/ethereum/assets/0x9A3619499825fbAe63329Aa8bCb3f10CD5958E1c/info.json
deleted file mode 100644
index 6883ef7a68c66..0000000000000
--- a/blockchains/ethereum/assets/0x9A3619499825fbAe63329Aa8bCb3f10CD5958E1c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Jubilee Dollar",
- "symbol": "JBD",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9A3619499825fbAe63329Aa8bCb3f10CD5958E1c",
- "status": "abandoned",
- "id": "0x9A3619499825fbAe63329Aa8bCb3f10CD5958E1c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9A3619499825fbAe63329Aa8bCb3f10CD5958E1c/logo.png b/blockchains/ethereum/assets/0x9A3619499825fbAe63329Aa8bCb3f10CD5958E1c/logo.png
deleted file mode 100644
index ceaa45900c432..0000000000000
Binary files a/blockchains/ethereum/assets/0x9A3619499825fbAe63329Aa8bCb3f10CD5958E1c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9A38B9c36Ad9b959120B63deF830566F31d08752/info.json b/blockchains/ethereum/assets/0x9A38B9c36Ad9b959120B63deF830566F31d08752/info.json
deleted file mode 100644
index 4807d6fefbc95..0000000000000
--- a/blockchains/ethereum/assets/0x9A38B9c36Ad9b959120B63deF830566F31d08752/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BDA",
- "symbol": "BDA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9A38B9c36Ad9b959120B63deF830566F31d08752",
- "status": "abandoned",
- "id": "0x9A38B9c36Ad9b959120B63deF830566F31d08752"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9A38B9c36Ad9b959120B63deF830566F31d08752/logo.png b/blockchains/ethereum/assets/0x9A38B9c36Ad9b959120B63deF830566F31d08752/logo.png
deleted file mode 100644
index efa1fe7202167..0000000000000
Binary files a/blockchains/ethereum/assets/0x9A38B9c36Ad9b959120B63deF830566F31d08752/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9A48BD0EC040ea4f1D3147C025cd4076A2e71e3e/info.json b/blockchains/ethereum/assets/0x9A48BD0EC040ea4f1D3147C025cd4076A2e71e3e/info.json
deleted file mode 100644
index fb04fecde3ed2..0000000000000
--- a/blockchains/ethereum/assets/0x9A48BD0EC040ea4f1D3147C025cd4076A2e71e3e/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "PieDAO USD++",
- "website": "https://usd.piedao.org",
- "description": "USD++ is a weighed allocation between the different representations of USD on Ethereum. USD, for DeFi, diversified.",
- "explorer": "https://etherscan.io/token/0x9A48BD0EC040ea4f1D3147C025cd4076A2e71e3e",
- "type": "ERC20",
- "symbol": "USD++",
- "decimals": 18,
- "status": "active",
- "id": "0x9A48BD0EC040ea4f1D3147C025cd4076A2e71e3e",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/pie-dao/pie-smart-pools"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/PieDAO_DeFi"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9A48BD0EC040ea4f1D3147C025cd4076A2e71e3e/logo.png b/blockchains/ethereum/assets/0x9A48BD0EC040ea4f1D3147C025cd4076A2e71e3e/logo.png
deleted file mode 100644
index 4247a16e15fed..0000000000000
Binary files a/blockchains/ethereum/assets/0x9A48BD0EC040ea4f1D3147C025cd4076A2e71e3e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9AA9F330aB322e8a6F044C46a109B5910fa373CE/info.json b/blockchains/ethereum/assets/0x9AA9F330aB322e8a6F044C46a109B5910fa373CE/info.json
deleted file mode 100644
index cd7ef88be4405..0000000000000
--- a/blockchains/ethereum/assets/0x9AA9F330aB322e8a6F044C46a109B5910fa373CE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IgnisLite",
- "symbol": "IgnisLite",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9AA9F330aB322e8a6F044C46a109B5910fa373CE",
- "status": "abandoned",
- "id": "0x9AA9F330aB322e8a6F044C46a109B5910fa373CE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9AA9F330aB322e8a6F044C46a109B5910fa373CE/logo.png b/blockchains/ethereum/assets/0x9AA9F330aB322e8a6F044C46a109B5910fa373CE/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0x9AA9F330aB322e8a6F044C46a109B5910fa373CE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9AAb071B4129B083B01cB5A0Cb513Ce7ecA26fa5/info.json b/blockchains/ethereum/assets/0x9AAb071B4129B083B01cB5A0Cb513Ce7ecA26fa5/info.json
deleted file mode 100644
index 62f5078e8b386..0000000000000
--- a/blockchains/ethereum/assets/0x9AAb071B4129B083B01cB5A0Cb513Ce7ecA26fa5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HuntToken",
- "symbol": "HUNT",
- "type": "ERC20",
- "decimals": 18,
- "description": "HuntToken (HUNT) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://token.hunt.town",
- "explorer": "https://etherscan.io/token/0x9AAb071B4129B083B01cB5A0Cb513Ce7ecA26fa5",
- "status": "active",
- "id": "0x9AAb071B4129B083B01cB5A0Cb513Ce7ecA26fa5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9AAb071B4129B083B01cB5A0Cb513Ce7ecA26fa5/logo.png b/blockchains/ethereum/assets/0x9AAb071B4129B083B01cB5A0Cb513Ce7ecA26fa5/logo.png
deleted file mode 100644
index 2a7bd7fe73484..0000000000000
Binary files a/blockchains/ethereum/assets/0x9AAb071B4129B083B01cB5A0Cb513Ce7ecA26fa5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9AD685A3eAa6b0a1Ea601f48b7797A12011fDeb0/info.json b/blockchains/ethereum/assets/0x9AD685A3eAa6b0a1Ea601f48b7797A12011fDeb0/info.json
deleted file mode 100644
index 3b66867e7936e..0000000000000
--- a/blockchains/ethereum/assets/0x9AD685A3eAa6b0a1Ea601f48b7797A12011fDeb0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Traders Token",
- "symbol": "TRDS",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "https://traderstoken.org/",
- "explorer": "https://etherscan.io/token/0x9AD685A3eAa6b0a1Ea601f48b7797A12011fDeb0",
- "status": "abandoned",
- "id": "0x9AD685A3eAa6b0a1Ea601f48b7797A12011fDeb0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9AD685A3eAa6b0a1Ea601f48b7797A12011fDeb0/logo.png b/blockchains/ethereum/assets/0x9AD685A3eAa6b0a1Ea601f48b7797A12011fDeb0/logo.png
deleted file mode 100644
index d0311c36cdeed..0000000000000
Binary files a/blockchains/ethereum/assets/0x9AD685A3eAa6b0a1Ea601f48b7797A12011fDeb0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9AF4f26941677C706cfEcf6D3379FF01bB85D5Ab/info.json b/blockchains/ethereum/assets/0x9AF4f26941677C706cfEcf6D3379FF01bB85D5Ab/info.json
deleted file mode 100644
index fd77a465fbcc1..0000000000000
--- a/blockchains/ethereum/assets/0x9AF4f26941677C706cfEcf6D3379FF01bB85D5Ab/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DomRaiderToken",
- "symbol": "DRT",
- "type": "ERC20",
- "decimals": 8,
- "description": "DomRaider network is an open-source blockchain dedicated to the decentralization of auctions in real time. It will be transparent, reliable, adaptable and interoperable, without compromising on speed.",
- "website": "https://www.domraider.io/en/",
- "explorer": "https://etherscan.io/token/0x9AF4f26941677C706cfEcf6D3379FF01bB85D5Ab",
- "status": "active",
- "id": "0x9AF4f26941677C706cfEcf6D3379FF01bB85D5Ab"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9AF4f26941677C706cfEcf6D3379FF01bB85D5Ab/logo.png b/blockchains/ethereum/assets/0x9AF4f26941677C706cfEcf6D3379FF01bB85D5Ab/logo.png
deleted file mode 100755
index b72450275e519..0000000000000
Binary files a/blockchains/ethereum/assets/0x9AF4f26941677C706cfEcf6D3379FF01bB85D5Ab/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9AF839687F6C94542ac5ece2e317dAAE355493A1/info.json b/blockchains/ethereum/assets/0x9AF839687F6C94542ac5ece2e317dAAE355493A1/info.json
deleted file mode 100644
index e1ad46e64c811..0000000000000
--- a/blockchains/ethereum/assets/0x9AF839687F6C94542ac5ece2e317dAAE355493A1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hydro Protocol",
- "website": "https://hydroprotocol.io",
- "description": "Hydro empowers DeFi developers to create dynamic marketplaces for decentralized assets.",
- "explorer": "https://etherscan.io/token/0x9AF839687F6C94542ac5ece2e317dAAE355493A1",
- "type": "ERC20",
- "symbol": "HOT",
- "decimals": 18,
- "status": "active",
- "id": "0x9AF839687F6C94542ac5ece2e317dAAE355493A1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9AF839687F6C94542ac5ece2e317dAAE355493A1/logo.png b/blockchains/ethereum/assets/0x9AF839687F6C94542ac5ece2e317dAAE355493A1/logo.png
deleted file mode 100644
index 04f45e7eaa843..0000000000000
Binary files a/blockchains/ethereum/assets/0x9AF839687F6C94542ac5ece2e317dAAE355493A1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9Aa7d119bdf77F65A7284581A211D8c44ffb04b4/info.json b/blockchains/ethereum/assets/0x9Aa7d119bdf77F65A7284581A211D8c44ffb04b4/info.json
deleted file mode 100644
index 15181556f504a..0000000000000
--- a/blockchains/ethereum/assets/0x9Aa7d119bdf77F65A7284581A211D8c44ffb04b4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Girl Coin",
- "symbol": "GIRL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9Aa7d119bdf77F65A7284581A211D8c44ffb04b4",
- "status": "abandoned",
- "id": "0x9Aa7d119bdf77F65A7284581A211D8c44ffb04b4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9Aa7d119bdf77F65A7284581A211D8c44ffb04b4/logo.png b/blockchains/ethereum/assets/0x9Aa7d119bdf77F65A7284581A211D8c44ffb04b4/logo.png
deleted file mode 100644
index bf510b731ae1e..0000000000000
Binary files a/blockchains/ethereum/assets/0x9Aa7d119bdf77F65A7284581A211D8c44ffb04b4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9Af5A20AaC8D83230ba68542Ba29d132d50cbe08/info.json b/blockchains/ethereum/assets/0x9Af5A20AaC8D83230ba68542Ba29d132d50cbe08/info.json
deleted file mode 100644
index e88775430cea4..0000000000000
--- a/blockchains/ethereum/assets/0x9Af5A20AaC8D83230ba68542Ba29d132d50cbe08/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Marsan Exchange Token",
- "type": "ERC20",
- "symbol": "MRS",
- "decimals": 18,
- "website": "https://marsanexchange.com/",
- "description": "MRS, Marsan Exchange, aims to become the leading Canadian Cryptoassets exchange.The initial product is MRS Terminal, a multi-platform crypto trading desk.",
- "explorer": "https://etherscan.io/token/0x9Af5A20AaC8D83230ba68542Ba29d132d50cbe08",
- "status": "active",
- "id": "0x9Af5A20AaC8D83230ba68542Ba29d132d50cbe08"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9Af5A20AaC8D83230ba68542Ba29d132d50cbe08/logo.png b/blockchains/ethereum/assets/0x9Af5A20AaC8D83230ba68542Ba29d132d50cbe08/logo.png
deleted file mode 100644
index 6c0341edd12a8..0000000000000
Binary files a/blockchains/ethereum/assets/0x9Af5A20AaC8D83230ba68542Ba29d132d50cbe08/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9B024630da7052Dd5F209BFAa1b167f410d87BD4/info.json b/blockchains/ethereum/assets/0x9B024630da7052Dd5F209BFAa1b167f410d87BD4/info.json
deleted file mode 100644
index a666944fc4b14..0000000000000
--- a/blockchains/ethereum/assets/0x9B024630da7052Dd5F209BFAa1b167f410d87BD4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-18/30M78",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9B024630da7052Dd5F209BFAa1b167f410d87BD4",
- "status": "abandoned",
- "id": "0x9B024630da7052Dd5F209BFAa1b167f410d87BD4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9B024630da7052Dd5F209BFAa1b167f410d87BD4/logo.png b/blockchains/ethereum/assets/0x9B024630da7052Dd5F209BFAa1b167f410d87BD4/logo.png
deleted file mode 100644
index 7c9182a361f6d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9B024630da7052Dd5F209BFAa1b167f410d87BD4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9B02dD390a603Add5c07f9fd9175b7DABE8D63B7/info.json b/blockchains/ethereum/assets/0x9B02dD390a603Add5c07f9fd9175b7DABE8D63B7/info.json
deleted file mode 100755
index 666abab274dd2..0000000000000
--- a/blockchains/ethereum/assets/0x9B02dD390a603Add5c07f9fd9175b7DABE8D63B7/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Shopping.io",
- "website": "https://shopping.io",
- "description": "Order from major hubs of commerce such as Amazon, Walmart, and eBay using your favorite cryptocurrency.",
- "explorer": "https://etherscan.io/token/0x9b02dd390a603add5c07f9fd9175b7dabe8d63b7",
- "type": "ERC20",
- "symbol": "SPI",
- "decimals": 18,
- "status": "active",
- "id": "0x9B02dD390a603Add5c07f9fd9175b7DABE8D63B7",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Shoppin.io"
- },
- {
- "name": "telegram",
- "url": "https://t.me/joinchat/F8pi_g-SvCtqaLq7hOr2yw"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9B02dD390a603Add5c07f9fd9175b7DABE8D63B7/logo.png b/blockchains/ethereum/assets/0x9B02dD390a603Add5c07f9fd9175b7DABE8D63B7/logo.png
deleted file mode 100755
index d216a8ee48cd3..0000000000000
Binary files a/blockchains/ethereum/assets/0x9B02dD390a603Add5c07f9fd9175b7DABE8D63B7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9B02fcEbe7dc5E4653c56F8a4901e522dEf2f63a/info.json b/blockchains/ethereum/assets/0x9B02fcEbe7dc5E4653c56F8a4901e522dEf2f63a/info.json
deleted file mode 100644
index b99576f54540e..0000000000000
--- a/blockchains/ethereum/assets/0x9B02fcEbe7dc5E4653c56F8a4901e522dEf2f63a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-18/30M18",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9B02fcEbe7dc5E4653c56F8a4901e522dEf2f63a",
- "status": "abandoned",
- "id": "0x9B02fcEbe7dc5E4653c56F8a4901e522dEf2f63a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9B02fcEbe7dc5E4653c56F8a4901e522dEf2f63a/logo.png b/blockchains/ethereum/assets/0x9B02fcEbe7dc5E4653c56F8a4901e522dEf2f63a/logo.png
deleted file mode 100644
index 2b7bc59a02abb..0000000000000
Binary files a/blockchains/ethereum/assets/0x9B02fcEbe7dc5E4653c56F8a4901e522dEf2f63a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9B11EFcAAA1890f6eE52C6bB7CF8153aC5d74139/info.json b/blockchains/ethereum/assets/0x9B11EFcAAA1890f6eE52C6bB7CF8153aC5d74139/info.json
deleted file mode 100644
index 84feb0e20cc06..0000000000000
--- a/blockchains/ethereum/assets/0x9B11EFcAAA1890f6eE52C6bB7CF8153aC5d74139/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Attention Token of Media",
- "symbol": "ATM",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://atmchain.io/en.html",
- "explorer": "https://etherscan.io/token/0x9B11EFcAAA1890f6eE52C6bB7CF8153aC5d74139",
- "status": "abandoned",
- "id": "0x9B11EFcAAA1890f6eE52C6bB7CF8153aC5d74139"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9B11EFcAAA1890f6eE52C6bB7CF8153aC5d74139/logo.png b/blockchains/ethereum/assets/0x9B11EFcAAA1890f6eE52C6bB7CF8153aC5d74139/logo.png
deleted file mode 100755
index 9ae8bc3d368bc..0000000000000
Binary files a/blockchains/ethereum/assets/0x9B11EFcAAA1890f6eE52C6bB7CF8153aC5d74139/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9B11b1B271A224A271619f3419B1b080fdeC5B4A/info.json b/blockchains/ethereum/assets/0x9B11b1B271A224A271619f3419B1b080fdeC5B4A/info.json
deleted file mode 100644
index b86b1da6a2249..0000000000000
--- a/blockchains/ethereum/assets/0x9B11b1B271A224A271619f3419B1b080fdeC5B4A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bilibit",
- "symbol": "BLB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9B11b1B271A224A271619f3419B1b080fdeC5B4A",
- "status": "abandoned",
- "id": "0x9B11b1B271A224A271619f3419B1b080fdeC5B4A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9B11b1B271A224A271619f3419B1b080fdeC5B4A/logo.png b/blockchains/ethereum/assets/0x9B11b1B271A224A271619f3419B1b080fdeC5B4A/logo.png
deleted file mode 100755
index 99b33f5aea427..0000000000000
Binary files a/blockchains/ethereum/assets/0x9B11b1B271A224A271619f3419B1b080fdeC5B4A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9B1E1FC958B83e801d1342F9f9BA7dA3A55bA1eF/info.json b/blockchains/ethereum/assets/0x9B1E1FC958B83e801d1342F9f9BA7dA3A55bA1eF/info.json
deleted file mode 100644
index e47768a5da2b6..0000000000000
--- a/blockchains/ethereum/assets/0x9B1E1FC958B83e801d1342F9f9BA7dA3A55bA1eF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tronipay",
- "symbol": "TRP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.tronipaycard.com",
- "explorer": "https://etherscan.io/token/0x9B1E1FC958B83e801d1342F9f9BA7dA3A55bA1eF",
- "status": "abandoned",
- "id": "0x9B1E1FC958B83e801d1342F9f9BA7dA3A55bA1eF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9B1E1FC958B83e801d1342F9f9BA7dA3A55bA1eF/logo.png b/blockchains/ethereum/assets/0x9B1E1FC958B83e801d1342F9f9BA7dA3A55bA1eF/logo.png
deleted file mode 100644
index abe83f700abe0..0000000000000
Binary files a/blockchains/ethereum/assets/0x9B1E1FC958B83e801d1342F9f9BA7dA3A55bA1eF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9B20DaBcec77f6289113E61893F7BEeFAEB1990a/info.json b/blockchains/ethereum/assets/0x9B20DaBcec77f6289113E61893F7BEeFAEB1990a/info.json
deleted file mode 100644
index f1c839b384919..0000000000000
--- a/blockchains/ethereum/assets/0x9B20DaBcec77f6289113E61893F7BEeFAEB1990a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fair Token",
- "symbol": "FAIR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://fair.game/#/",
- "explorer": "https://etherscan.io/token/0x9B20DaBcec77f6289113E61893F7BEeFAEB1990a",
- "status": "active",
- "id": "0x9B20DaBcec77f6289113E61893F7BEeFAEB1990a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9B20DaBcec77f6289113E61893F7BEeFAEB1990a/logo.png b/blockchains/ethereum/assets/0x9B20DaBcec77f6289113E61893F7BEeFAEB1990a/logo.png
deleted file mode 100644
index 222790ed38b89..0000000000000
Binary files a/blockchains/ethereum/assets/0x9B20DaBcec77f6289113E61893F7BEeFAEB1990a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9B39A0B97319a9bd5fed217c1dB7b030453bac91/info.json b/blockchains/ethereum/assets/0x9B39A0B97319a9bd5fed217c1dB7b030453bac91/info.json
deleted file mode 100644
index 49179b7a3c885..0000000000000
--- a/blockchains/ethereum/assets/0x9B39A0B97319a9bd5fed217c1dB7b030453bac91/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TigerCash",
- "symbol": "TCH",
- "type": "ERC20",
- "decimals": 18,
- "description": "Trustable One-Stop Crypto-Currency Trading Platform.",
- "website": "https://www.cointiger.com/en-us/#/index",
- "explorer": "https://etherscan.io/token/0x9B39A0B97319a9bd5fed217c1dB7b030453bac91",
- "status": "active",
- "id": "0x9B39A0B97319a9bd5fed217c1dB7b030453bac91"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9B39A0B97319a9bd5fed217c1dB7b030453bac91/logo.png b/blockchains/ethereum/assets/0x9B39A0B97319a9bd5fed217c1dB7b030453bac91/logo.png
deleted file mode 100644
index 6f66d9ed4533b..0000000000000
Binary files a/blockchains/ethereum/assets/0x9B39A0B97319a9bd5fed217c1dB7b030453bac91/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9B3a0aB8a2A1cfED0e1edEc1745077B7C3838AE4/info.json b/blockchains/ethereum/assets/0x9B3a0aB8a2A1cfED0e1edEc1745077B7C3838AE4/info.json
deleted file mode 100644
index 3534f6c8b5488..0000000000000
--- a/blockchains/ethereum/assets/0x9B3a0aB8a2A1cfED0e1edEc1745077B7C3838AE4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Black Sun Token",
- "symbol": "BST",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9B3a0aB8a2A1cfED0e1edEc1745077B7C3838AE4",
- "status": "abandoned",
- "id": "0x9B3a0aB8a2A1cfED0e1edEc1745077B7C3838AE4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9B3a0aB8a2A1cfED0e1edEc1745077B7C3838AE4/logo.png b/blockchains/ethereum/assets/0x9B3a0aB8a2A1cfED0e1edEc1745077B7C3838AE4/logo.png
deleted file mode 100644
index e3ffb0a0c3c6d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9B3a0aB8a2A1cfED0e1edEc1745077B7C3838AE4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9B62513c8a27290CF6A7A9e29386e600245EA819/info.json b/blockchains/ethereum/assets/0x9B62513c8a27290CF6A7A9e29386e600245EA819/info.json
deleted file mode 100644
index ae22971a12bb2..0000000000000
--- a/blockchains/ethereum/assets/0x9B62513c8a27290CF6A7A9e29386e600245EA819/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Contents Protocol Token",
- "symbol": "CPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9B62513c8a27290CF6A7A9e29386e600245EA819",
- "status": "abandoned",
- "id": "0x9B62513c8a27290CF6A7A9e29386e600245EA819"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9B62513c8a27290CF6A7A9e29386e600245EA819/logo.png b/blockchains/ethereum/assets/0x9B62513c8a27290CF6A7A9e29386e600245EA819/logo.png
deleted file mode 100644
index 476acbc1edf8d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9B62513c8a27290CF6A7A9e29386e600245EA819/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9B70740e708a083C6fF38Df52297020f5DfAa5EE/info.json b/blockchains/ethereum/assets/0x9B70740e708a083C6fF38Df52297020f5DfAa5EE/info.json
deleted file mode 100644
index 96ad47a0a2370..0000000000000
--- a/blockchains/ethereum/assets/0x9B70740e708a083C6fF38Df52297020f5DfAa5EE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Daneel",
- "symbol": "DAN",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "https://daneel.io/",
- "explorer": "https://etherscan.io/token/0x9B70740e708a083C6fF38Df52297020f5DfAa5EE",
- "status": "abandoned",
- "id": "0x9B70740e708a083C6fF38Df52297020f5DfAa5EE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9B70740e708a083C6fF38Df52297020f5DfAa5EE/logo.png b/blockchains/ethereum/assets/0x9B70740e708a083C6fF38Df52297020f5DfAa5EE/logo.png
deleted file mode 100644
index cb2ece8a9adb0..0000000000000
Binary files a/blockchains/ethereum/assets/0x9B70740e708a083C6fF38Df52297020f5DfAa5EE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9B85babc0cc89899cCd47e9226A0b1FaE577B19E/info.json b/blockchains/ethereum/assets/0x9B85babc0cc89899cCd47e9226A0b1FaE577B19E/info.json
deleted file mode 100644
index ee7f948629f33..0000000000000
--- a/blockchains/ethereum/assets/0x9B85babc0cc89899cCd47e9226A0b1FaE577B19E/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "PPBToken",
- "website": "https://ppbank.eth.link",
- "description": "A stablecoin to bank the unbanked",
- "explorer": "https://etherscan.io/token/0x9B85babc0cc89899cCd47e9226A0b1FaE577B19E",
- "type": "ERC20",
- "symbol": "PPB",
- "decimals": 18,
- "status": "active",
- "id": "0x9B85babc0cc89899cCd47e9226A0b1FaE577B19E",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/PPBank_Official"
- },
- {
- "name": "telegram",
- "url": "https://t.me/PPBcommunity"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/EwpWyGu"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9B85babc0cc89899cCd47e9226A0b1FaE577B19E/logo.png b/blockchains/ethereum/assets/0x9B85babc0cc89899cCd47e9226A0b1FaE577B19E/logo.png
deleted file mode 100644
index 46b5df07d36d1..0000000000000
Binary files a/blockchains/ethereum/assets/0x9B85babc0cc89899cCd47e9226A0b1FaE577B19E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9B8D5f3402F74C7a61d9f09c32D3cA07b45c1466/info.json b/blockchains/ethereum/assets/0x9B8D5f3402F74C7a61d9f09c32D3cA07b45c1466/info.json
deleted file mode 100644
index 759860cc566a8..0000000000000
--- a/blockchains/ethereum/assets/0x9B8D5f3402F74C7a61d9f09c32D3cA07b45c1466/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GimmerToken",
- "symbol": "GMR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Gimmer offers easy-to-use advanced algorithmic trading bots that require no programming skills, no previous trading experience and no in-depth knowledge of cryptocurrencies.",
- "website": "https://gimmer.net/",
- "explorer": "https://etherscan.io/token/0x9B8D5f3402F74C7a61d9f09c32D3cA07b45c1466",
- "status": "active",
- "id": "0x9B8D5f3402F74C7a61d9f09c32D3cA07b45c1466"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9B8D5f3402F74C7a61d9f09c32D3cA07b45c1466/logo.png b/blockchains/ethereum/assets/0x9B8D5f3402F74C7a61d9f09c32D3cA07b45c1466/logo.png
deleted file mode 100644
index ac36a46f321e4..0000000000000
Binary files a/blockchains/ethereum/assets/0x9B8D5f3402F74C7a61d9f09c32D3cA07b45c1466/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9B9087756eCa997C5D595C840263001c9a26646D/info.json b/blockchains/ethereum/assets/0x9B9087756eCa997C5D595C840263001c9a26646D/info.json
deleted file mode 100644
index bafd83efcf5a1..0000000000000
--- a/blockchains/ethereum/assets/0x9B9087756eCa997C5D595C840263001c9a26646D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DOGEFI Token",
- "website": "https://dogefi.army",
- "description": "Utility token to increase adoption of cryptocurrency.",
- "explorer": "https://etherscan.io/token/0x9B9087756eCa997C5D595C840263001c9a26646D",
- "type": "ERC20",
- "symbol": "DOGEFI",
- "decimals": 18,
- "status": "active",
- "id": "0x9B9087756eCa997C5D595C840263001c9a26646D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9B9087756eCa997C5D595C840263001c9a26646D/logo.png b/blockchains/ethereum/assets/0x9B9087756eCa997C5D595C840263001c9a26646D/logo.png
deleted file mode 100644
index c1d761bca026e..0000000000000
Binary files a/blockchains/ethereum/assets/0x9B9087756eCa997C5D595C840263001c9a26646D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9B9647431632AF44be02ddd22477Ed94d14AacAa/info.json b/blockchains/ethereum/assets/0x9B9647431632AF44be02ddd22477Ed94d14AacAa/info.json
deleted file mode 100644
index bfe9276531dac..0000000000000
--- a/blockchains/ethereum/assets/0x9B9647431632AF44be02ddd22477Ed94d14AacAa/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "KOK Coin",
- "type": "ERC20",
- "symbol": "KOK",
- "decimals": 18,
- "website": "https://kok-chain.io/",
- "description": "OK is a next-generation digital content platform that combines AI and blockchain, the core of Industry 4.0.",
- "explorer": "https://etherscan.io/token/0x9b9647431632af44be02ddd22477ed94d14aacaa",
- "status": "active",
- "id": "0x9B9647431632AF44be02ddd22477Ed94d14AacAa",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/KOK_CHAIN"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/KOKFOUNDATION/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/kokworld"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/keystone-of-opportunity-knowledge/"
- }
- ],
- "tags": [
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9B9647431632AF44be02ddd22477Ed94d14AacAa/logo.png b/blockchains/ethereum/assets/0x9B9647431632AF44be02ddd22477Ed94d14AacAa/logo.png
deleted file mode 100644
index 82f4e57e96b19..0000000000000
Binary files a/blockchains/ethereum/assets/0x9B9647431632AF44be02ddd22477Ed94d14AacAa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9B99CcA871Be05119B2012fd4474731dd653FEBe/info.json b/blockchains/ethereum/assets/0x9B99CcA871Be05119B2012fd4474731dd653FEBe/info.json
deleted file mode 100644
index 7d6b124e3df81..0000000000000
--- a/blockchains/ethereum/assets/0x9B99CcA871Be05119B2012fd4474731dd653FEBe/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Antimatter.Finance Governance Token",
- "website": "https://antimatter.finance/",
- "description": "AntiMatter is a lightweight on-chain DeFi perpetual derivative protocol based on a polarized token model.",
- "explorer": "https://etherscan.io/token/0x9B99CcA871Be05119B2012fd4474731dd653FEBe",
- "type": "ERC20",
- "symbol": "MATTER",
- "decimals": 18,
- "status": "active",
- "id": "0x9B99CcA871Be05119B2012fd4474731dd653FEBe",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/antimatterdefi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/antimatterchat"
- },
- {
- "name": "github",
- "url": "https://github.com/antimatter-finance/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9B99CcA871Be05119B2012fd4474731dd653FEBe/logo.png b/blockchains/ethereum/assets/0x9B99CcA871Be05119B2012fd4474731dd653FEBe/logo.png
deleted file mode 100644
index b125cf115cf5a..0000000000000
Binary files a/blockchains/ethereum/assets/0x9B99CcA871Be05119B2012fd4474731dd653FEBe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9BB6fd000109E24Eb38B0Deb806382fF9247E478/info.json b/blockchains/ethereum/assets/0x9BB6fd000109E24Eb38B0Deb806382fF9247E478/info.json
deleted file mode 100644
index 6da501dd0f09b..0000000000000
--- a/blockchains/ethereum/assets/0x9BB6fd000109E24Eb38B0Deb806382fF9247E478/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "hex.bet",
- "symbol": "HXB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9BB6fd000109E24Eb38B0Deb806382fF9247E478",
- "status": "abandoned",
- "id": "0x9BB6fd000109E24Eb38B0Deb806382fF9247E478"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9BB6fd000109E24Eb38B0Deb806382fF9247E478/logo.png b/blockchains/ethereum/assets/0x9BB6fd000109E24Eb38B0Deb806382fF9247E478/logo.png
deleted file mode 100644
index c4897f5d21e97..0000000000000
Binary files a/blockchains/ethereum/assets/0x9BB6fd000109E24Eb38B0Deb806382fF9247E478/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9BE89D2a4cd102D8Fecc6BF9dA793be995C22541/info.json b/blockchains/ethereum/assets/0x9BE89D2a4cd102D8Fecc6BF9dA793be995C22541/info.json
deleted file mode 100644
index f97f37d56044f..0000000000000
--- a/blockchains/ethereum/assets/0x9BE89D2a4cd102D8Fecc6BF9dA793be995C22541/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Binance Wrapped BTC",
- "website": "https://binance.org",
- "description": "BBTC tokens are ERC20 tokens on the Ethereum network created via the Binance Token Canal program, where the price is pegged to BTC at a rate of 1 BBTC = 1 BTC.",
- "explorer": "https://etherscan.io/token/0x9be89d2a4cd102d8fecc6bf9da793be995c22541",
- "research": "https://research.binance.com/en/projects/bitcoin",
- "type": "ERC20",
- "symbol": "BBTC",
- "decimals": 8,
- "status": "active",
- "id": "0x9BE89D2a4cd102D8Fecc6BF9dA793be995C22541"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9BE89D2a4cd102D8Fecc6BF9dA793be995C22541/logo.png b/blockchains/ethereum/assets/0x9BE89D2a4cd102D8Fecc6BF9dA793be995C22541/logo.png
deleted file mode 100644
index f26deab0e2a0b..0000000000000
Binary files a/blockchains/ethereum/assets/0x9BE89D2a4cd102D8Fecc6BF9dA793be995C22541/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9BF4b9b7A871fa7250df994bD704a9788502D2E0/info.json b/blockchains/ethereum/assets/0x9BF4b9b7A871fa7250df994bD704a9788502D2E0/info.json
deleted file mode 100644
index cb1e35a814d36..0000000000000
--- a/blockchains/ethereum/assets/0x9BF4b9b7A871fa7250df994bD704a9788502D2E0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C572386",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9BF4b9b7A871fa7250df994bD704a9788502D2E0",
- "status": "abandoned",
- "id": "0x9BF4b9b7A871fa7250df994bD704a9788502D2E0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9BF4b9b7A871fa7250df994bD704a9788502D2E0/logo.png b/blockchains/ethereum/assets/0x9BF4b9b7A871fa7250df994bD704a9788502D2E0/logo.png
deleted file mode 100644
index 852731a2a6b8d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9BF4b9b7A871fa7250df994bD704a9788502D2E0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9BdE098Be22658d057C3F1F185e3Fd4653E2fbD1/info.json b/blockchains/ethereum/assets/0x9BdE098Be22658d057C3F1F185e3Fd4653E2fbD1/info.json
deleted file mode 100644
index 8970ebd936c78..0000000000000
--- a/blockchains/ethereum/assets/0x9BdE098Be22658d057C3F1F185e3Fd4653E2fbD1/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "KP2R.Network",
- "website": "https://kp2r.network",
- "description": "An Advanced & Incentive Enabled Decentralize Financial System",
- "explorer": "https://etherscan.io/token/0x9bde098be22658d057c3f1f185e3fd4653e2fbd1",
- "type": "ERC20",
- "symbol": "KP2R",
- "decimals": 18,
- "status": "active",
- "id": "0x9BdE098Be22658d057C3F1F185e3Fd4653E2fbD1",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/kp2r-network"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.kp2r.network"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9BdE098Be22658d057C3F1F185e3Fd4653E2fbD1/logo.png b/blockchains/ethereum/assets/0x9BdE098Be22658d057C3F1F185e3Fd4653E2fbD1/logo.png
deleted file mode 100644
index 610aac7ce70dd..0000000000000
Binary files a/blockchains/ethereum/assets/0x9BdE098Be22658d057C3F1F185e3Fd4653E2fbD1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9Bdd3ccBd7C385EDA2113581D47136B752b78248/info.json b/blockchains/ethereum/assets/0x9Bdd3ccBd7C385EDA2113581D47136B752b78248/info.json
deleted file mode 100644
index cf400898c85e1..0000000000000
--- a/blockchains/ethereum/assets/0x9Bdd3ccBd7C385EDA2113581D47136B752b78248/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R746676 ",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9Bdd3ccBd7C385EDA2113581D47136B752b78248",
- "status": "abandoned",
- "id": "0x9Bdd3ccBd7C385EDA2113581D47136B752b78248"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9Bdd3ccBd7C385EDA2113581D47136B752b78248/logo.png b/blockchains/ethereum/assets/0x9Bdd3ccBd7C385EDA2113581D47136B752b78248/logo.png
deleted file mode 100755
index 36da17cef876d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9Bdd3ccBd7C385EDA2113581D47136B752b78248/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9Bfb088C9f311415E3F9B507DA73081c52a49d8c/info.json b/blockchains/ethereum/assets/0x9Bfb088C9f311415E3F9B507DA73081c52a49d8c/info.json
deleted file mode 100644
index 8dd3da72b3575..0000000000000
--- a/blockchains/ethereum/assets/0x9Bfb088C9f311415E3F9B507DA73081c52a49d8c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BOY Cassette Tape by RAC",
- "symbol": "TAPE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ourzora.com/rac/tape",
- "explorer": "https://etherscan.io/token/0x9Bfb088C9f311415E3F9B507DA73081c52a49d8c",
- "status": "abandoned",
- "id": "0x9Bfb088C9f311415E3F9B507DA73081c52a49d8c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9Bfb088C9f311415E3F9B507DA73081c52a49d8c/logo.png b/blockchains/ethereum/assets/0x9Bfb088C9f311415E3F9B507DA73081c52a49d8c/logo.png
deleted file mode 100644
index bdb28a7463a83..0000000000000
Binary files a/blockchains/ethereum/assets/0x9Bfb088C9f311415E3F9B507DA73081c52a49d8c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9C2dc0c3CC2BADdE84B0025Cf4df1c5aF288D835/info.json b/blockchains/ethereum/assets/0x9C2dc0c3CC2BADdE84B0025Cf4df1c5aF288D835/info.json
deleted file mode 100644
index 7babc6a137cb4..0000000000000
--- a/blockchains/ethereum/assets/0x9C2dc0c3CC2BADdE84B0025Cf4df1c5aF288D835/info.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "name": "Coreto",
- "website": "https://coreto.io",
- "light_paper": "https://coreto.io/Coreto_Lightpaper_1.2-B.pdf",
- "description": "A reputation based, tokenized social platform orientated towards the crypto communities needs, educating retail investors about blockchain based projects.",
- "explorer": "https://etherscan.io/token/0x9c2dc0c3cc2badde84b0025cf4df1c5af288d835",
- "type": "ERC20",
- "symbol": "COR",
- "decimals": 18,
- "status": "active",
- "id": "0x9C2dc0c3CC2BADdE84B0025Cf4df1c5aF288D835",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/coreto-io"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Coretoio"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Coreto"
- },
- {
- "name": "medium",
- "url": "https://medium.com/coreto"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9C2dc0c3CC2BADdE84B0025Cf4df1c5aF288D835/logo.png b/blockchains/ethereum/assets/0x9C2dc0c3CC2BADdE84B0025Cf4df1c5aF288D835/logo.png
deleted file mode 100644
index cc5a192197be5..0000000000000
Binary files a/blockchains/ethereum/assets/0x9C2dc0c3CC2BADdE84B0025Cf4df1c5aF288D835/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9CCbd05d4d25c745d49F5e6BF17e09113Eb4c769/info.json b/blockchains/ethereum/assets/0x9CCbd05d4d25c745d49F5e6BF17e09113Eb4c769/info.json
deleted file mode 100644
index f0ebe64ca5a82..0000000000000
--- a/blockchains/ethereum/assets/0x9CCbd05d4d25c745d49F5e6BF17e09113Eb4c769/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Decentralized Crypto Token",
- "symbol": "DCTO",
- "type": "ERC20",
- "decimals": 18,
- "description": "DCTO Project Cryptocurrency Latest News",
- "website": "https://dctoproject.org",
- "explorer": "https://etherscan.io/token/0x9CCbd05d4d25c745d49F5e6BF17e09113Eb4c769",
- "status": "active",
- "id": "0x9CCbd05d4d25c745d49F5e6BF17e09113Eb4c769"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9CCbd05d4d25c745d49F5e6BF17e09113Eb4c769/logo.png b/blockchains/ethereum/assets/0x9CCbd05d4d25c745d49F5e6BF17e09113Eb4c769/logo.png
deleted file mode 100644
index 05fcee841c2cb..0000000000000
Binary files a/blockchains/ethereum/assets/0x9CCbd05d4d25c745d49F5e6BF17e09113Eb4c769/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9CDa8A60dd5AfA156c95Bd974428d91a0812e054/info.json b/blockchains/ethereum/assets/0x9CDa8A60dd5AfA156c95Bd974428d91a0812e054/info.json
deleted file mode 100644
index 91bfcccca60b2..0000000000000
--- a/blockchains/ethereum/assets/0x9CDa8A60dd5AfA156c95Bd974428d91a0812e054/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TaTaTu",
- "symbol": "TTU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9CDa8A60dd5AfA156c95Bd974428d91a0812e054",
- "status": "abandoned",
- "id": "0x9CDa8A60dd5AfA156c95Bd974428d91a0812e054"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9CDa8A60dd5AfA156c95Bd974428d91a0812e054/logo.png b/blockchains/ethereum/assets/0x9CDa8A60dd5AfA156c95Bd974428d91a0812e054/logo.png
deleted file mode 100644
index acc11adf1875d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9CDa8A60dd5AfA156c95Bd974428d91a0812e054/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9CF140FEB1109dd6E5a602C17a7A5aEd9a9b1DdC/info.json b/blockchains/ethereum/assets/0x9CF140FEB1109dd6E5a602C17a7A5aEd9a9b1DdC/info.json
deleted file mode 100644
index b4cf7fc885d7d..0000000000000
--- a/blockchains/ethereum/assets/0x9CF140FEB1109dd6E5a602C17a7A5aEd9a9b1DdC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GREEN",
- "symbol": "GREEN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9CF140FEB1109dd6E5a602C17a7A5aEd9a9b1DdC",
- "status": "abandoned",
- "id": "0x9CF140FEB1109dd6E5a602C17a7A5aEd9a9b1DdC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9CF140FEB1109dd6E5a602C17a7A5aEd9a9b1DdC/logo.png b/blockchains/ethereum/assets/0x9CF140FEB1109dd6E5a602C17a7A5aEd9a9b1DdC/logo.png
deleted file mode 100644
index a0bbee9a439db..0000000000000
Binary files a/blockchains/ethereum/assets/0x9CF140FEB1109dd6E5a602C17a7A5aEd9a9b1DdC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9Cb2f26A23b8d89973F08c957C4d7cdf75CD341c/info.json b/blockchains/ethereum/assets/0x9Cb2f26A23b8d89973F08c957C4d7cdf75CD341c/info.json
deleted file mode 100644
index 96b3770c7f459..0000000000000
--- a/blockchains/ethereum/assets/0x9Cb2f26A23b8d89973F08c957C4d7cdf75CD341c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Digital Rand",
- "symbol": "DZAR",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://digitalrand.co.za/",
- "explorer": "https://etherscan.io/token/0x9Cb2f26A23b8d89973F08c957C4d7cdf75CD341c",
- "status": "abandoned",
- "id": "0x9Cb2f26A23b8d89973F08c957C4d7cdf75CD341c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9Cb2f26A23b8d89973F08c957C4d7cdf75CD341c/logo.png b/blockchains/ethereum/assets/0x9Cb2f26A23b8d89973F08c957C4d7cdf75CD341c/logo.png
deleted file mode 100644
index 339765999fab6..0000000000000
Binary files a/blockchains/ethereum/assets/0x9Cb2f26A23b8d89973F08c957C4d7cdf75CD341c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9Cf9eB6650fa6CD1d8F6f7949aB4Dc24589D45B8/info.json b/blockchains/ethereum/assets/0x9Cf9eB6650fa6CD1d8F6f7949aB4Dc24589D45B8/info.json
deleted file mode 100644
index 414336bc41230..0000000000000
--- a/blockchains/ethereum/assets/0x9Cf9eB6650fa6CD1d8F6f7949aB4Dc24589D45B8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Long KNC-DAI 3x v2",
- "symbol": "dLKNC3x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9Cf9eB6650fa6CD1d8F6f7949aB4Dc24589D45B8",
- "status": "abandoned",
- "id": "0x9Cf9eB6650fa6CD1d8F6f7949aB4Dc24589D45B8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9Cf9eB6650fa6CD1d8F6f7949aB4Dc24589D45B8/logo.png b/blockchains/ethereum/assets/0x9Cf9eB6650fa6CD1d8F6f7949aB4Dc24589D45B8/logo.png
deleted file mode 100644
index ed914197cd8ad..0000000000000
Binary files a/blockchains/ethereum/assets/0x9Cf9eB6650fa6CD1d8F6f7949aB4Dc24589D45B8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9D0B65C60b3FBe3aA296799d45E7497944C12FAC/info.json b/blockchains/ethereum/assets/0x9D0B65C60b3FBe3aA296799d45E7497944C12FAC/info.json
deleted file mode 100644
index f25e9f5f3169e..0000000000000
--- a/blockchains/ethereum/assets/0x9D0B65C60b3FBe3aA296799d45E7497944C12FAC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Underground Dollar Bill",
- "symbol": "UGDB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9D0B65C60b3FBe3aA296799d45E7497944C12FAC",
- "status": "abandoned",
- "id": "0x9D0B65C60b3FBe3aA296799d45E7497944C12FAC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9D0B65C60b3FBe3aA296799d45E7497944C12FAC/logo.png b/blockchains/ethereum/assets/0x9D0B65C60b3FBe3aA296799d45E7497944C12FAC/logo.png
deleted file mode 100755
index 3e9ad346d91e2..0000000000000
Binary files a/blockchains/ethereum/assets/0x9D0B65C60b3FBe3aA296799d45E7497944C12FAC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9D1a62c2AD99019768b9126fdA004a9952853F6E/info.json b/blockchains/ethereum/assets/0x9D1a62c2AD99019768b9126fdA004a9952853F6E/info.json
deleted file mode 100644
index fa200e2d2a9b6..0000000000000
--- a/blockchains/ethereum/assets/0x9D1a62c2AD99019768b9126fdA004a9952853F6E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "3X Long BNB Token",
- "symbol": "BNBBULL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ftx.com/tokens/BNBBULL",
- "explorer": "https://etherscan.io/token/0x9D1a62c2AD99019768b9126fdA004a9952853F6E",
- "status": "abandoned",
- "id": "0x9D1a62c2AD99019768b9126fdA004a9952853F6E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9D1a62c2AD99019768b9126fdA004a9952853F6E/logo.png b/blockchains/ethereum/assets/0x9D1a62c2AD99019768b9126fdA004a9952853F6E/logo.png
deleted file mode 100644
index a8cc1f578d450..0000000000000
Binary files a/blockchains/ethereum/assets/0x9D1a62c2AD99019768b9126fdA004a9952853F6E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9D1cBF4eF833340120e721E5028C326Ec1066c7e/info.json b/blockchains/ethereum/assets/0x9D1cBF4eF833340120e721E5028C326Ec1066c7e/info.json
deleted file mode 100644
index 42e97b4070d11..0000000000000
--- a/blockchains/ethereum/assets/0x9D1cBF4eF833340120e721E5028C326Ec1066c7e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Double Ether",
- "symbol": "DET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9D1cBF4eF833340120e721E5028C326Ec1066c7e",
- "status": "abandoned",
- "id": "0x9D1cBF4eF833340120e721E5028C326Ec1066c7e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9D1cBF4eF833340120e721E5028C326Ec1066c7e/logo.png b/blockchains/ethereum/assets/0x9D1cBF4eF833340120e721E5028C326Ec1066c7e/logo.png
deleted file mode 100755
index 9e6add9351319..0000000000000
Binary files a/blockchains/ethereum/assets/0x9D1cBF4eF833340120e721E5028C326Ec1066c7e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9D47894f8BECB68B9cF3428d256311Affe8B068B/info.json b/blockchains/ethereum/assets/0x9D47894f8BECB68B9cF3428d256311Affe8B068B/info.json
deleted file mode 100644
index eca8600e6327e..0000000000000
--- a/blockchains/ethereum/assets/0x9D47894f8BECB68B9cF3428d256311Affe8B068B/info.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "ROPE",
- "website": "https://rope.lol",
- "short_description": "powered by anons",
- "description": "Fair launch NFT and yield bearing asset platform.",
- "explorer": "https://etherscan.io/token/0x9d47894f8becb68b9cf3428d256311affe8b068b",
- "type": "ERC20",
- "symbol": "$ROPE",
- "decimals": 18,
- "status": "active",
- "id": "0x9D47894f8BECB68B9cF3428d256311Affe8B068B",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/dontbuyrope/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/dontbuyrope"
- },
- {
- "name": "medium",
- "url": "https://dontbuyrope.medium.com"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9D47894f8BECB68B9cF3428d256311Affe8B068B/logo.png b/blockchains/ethereum/assets/0x9D47894f8BECB68B9cF3428d256311Affe8B068B/logo.png
deleted file mode 100644
index a20bec8427c0c..0000000000000
Binary files a/blockchains/ethereum/assets/0x9D47894f8BECB68B9cF3428d256311Affe8B068B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9D57aEEAFB19f606A42d29FdbFEd0FE3D61a0E69/info.json b/blockchains/ethereum/assets/0x9D57aEEAFB19f606A42d29FdbFEd0FE3D61a0E69/info.json
deleted file mode 100644
index 7a20e5be3f10e..0000000000000
--- a/blockchains/ethereum/assets/0x9D57aEEAFB19f606A42d29FdbFEd0FE3D61a0E69/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wincoin",
- "symbol": "BNT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9D57aEEAFB19f606A42d29FdbFEd0FE3D61a0E69",
- "status": "abandoned",
- "id": "0x9D57aEEAFB19f606A42d29FdbFEd0FE3D61a0E69"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9D57aEEAFB19f606A42d29FdbFEd0FE3D61a0E69/logo.png b/blockchains/ethereum/assets/0x9D57aEEAFB19f606A42d29FdbFEd0FE3D61a0E69/logo.png
deleted file mode 100644
index d107f62149a3c..0000000000000
Binary files a/blockchains/ethereum/assets/0x9D57aEEAFB19f606A42d29FdbFEd0FE3D61a0E69/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9D86b1B2554ec410ecCFfBf111A6994910111340/info.json b/blockchains/ethereum/assets/0x9D86b1B2554ec410ecCFfBf111A6994910111340/info.json
deleted file mode 100644
index 2c9a4abd3e5df..0000000000000
--- a/blockchains/ethereum/assets/0x9D86b1B2554ec410ecCFfBf111A6994910111340/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OPEN Chain",
- "symbol": "OPENC",
- "type": "ERC20",
- "decimals": 8,
- "description": "Build using the most advanced ecosystem of developer tools for decentralized technologies.",
- "website": "https://www.openfuture.io",
- "explorer": "https://etherscan.io/token/0x9D86b1B2554ec410ecCFfBf111A6994910111340",
- "status": "active",
- "id": "0x9D86b1B2554ec410ecCFfBf111A6994910111340"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9D86b1B2554ec410ecCFfBf111A6994910111340/logo.png b/blockchains/ethereum/assets/0x9D86b1B2554ec410ecCFfBf111A6994910111340/logo.png
deleted file mode 100644
index 03a2c3c5f2cc2..0000000000000
Binary files a/blockchains/ethereum/assets/0x9D86b1B2554ec410ecCFfBf111A6994910111340/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9D8bE94D0612170cE533AC4d7B43cc3cd91E5a1A/info.json b/blockchains/ethereum/assets/0x9D8bE94D0612170cE533AC4d7B43cc3cd91E5a1A/info.json
deleted file mode 100644
index a8156c65ecd2f..0000000000000
--- a/blockchains/ethereum/assets/0x9D8bE94D0612170cE533AC4d7B43cc3cd91E5a1A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BqtX Token",
- "symbol": "BQTX",
- "type": "ERC20",
- "decimals": 18,
- "description": "SOCIAL P2P CRYPTO EXCHANGE AND HEDGE TRADING PLATFORM. BQT Hedge Trade is a flexible method for Traders to acquire Crypto Assets for a short-term period leveraging their existing Crypto holdings.",
- "website": "https://bqt.io/",
- "explorer": "https://etherscan.io/token/0x9D8bE94D0612170cE533AC4d7B43cc3cd91E5a1A",
- "status": "active",
- "id": "0x9D8bE94D0612170cE533AC4d7B43cc3cd91E5a1A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9D8bE94D0612170cE533AC4d7B43cc3cd91E5a1A/logo.png b/blockchains/ethereum/assets/0x9D8bE94D0612170cE533AC4d7B43cc3cd91E5a1A/logo.png
deleted file mode 100644
index a36d12674be51..0000000000000
Binary files a/blockchains/ethereum/assets/0x9D8bE94D0612170cE533AC4d7B43cc3cd91E5a1A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9D91BE44C06d373a8a226E1f3b146956083803eB/info.json b/blockchains/ethereum/assets/0x9D91BE44C06d373a8a226E1f3b146956083803eB/info.json
deleted file mode 100644
index 8ac76da49a556..0000000000000
--- a/blockchains/ethereum/assets/0x9D91BE44C06d373a8a226E1f3b146956083803eB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave KNC V1",
- "symbol": "aKNC V1",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave KNC V1 is an interest bearing token pegged 1:1 to the underlying KNC deposited in Aave V1. aKNC V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x9D91BE44C06d373a8a226E1f3b146956083803eB",
- "status": "abandoned",
- "id": "0x9D91BE44C06d373a8a226E1f3b146956083803eB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9D91BE44C06d373a8a226E1f3b146956083803eB/logo.png b/blockchains/ethereum/assets/0x9D91BE44C06d373a8a226E1f3b146956083803eB/logo.png
deleted file mode 100644
index bfc22dfc5a7f7..0000000000000
Binary files a/blockchains/ethereum/assets/0x9D91BE44C06d373a8a226E1f3b146956083803eB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9DccA72F52B965dB62e4Cd575C2a88718c6893E3/info.json b/blockchains/ethereum/assets/0x9DccA72F52B965dB62e4Cd575C2a88718c6893E3/info.json
deleted file mode 100644
index 7174a869c9968..0000000000000
--- a/blockchains/ethereum/assets/0x9DccA72F52B965dB62e4Cd575C2a88718c6893E3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST 9",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9DccA72F52B965dB62e4Cd575C2a88718c6893E3",
- "status": "abandoned",
- "id": "0x9DccA72F52B965dB62e4Cd575C2a88718c6893E3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9DccA72F52B965dB62e4Cd575C2a88718c6893E3/logo.png b/blockchains/ethereum/assets/0x9DccA72F52B965dB62e4Cd575C2a88718c6893E3/logo.png
deleted file mode 100644
index 4d0b7c68a822f..0000000000000
Binary files a/blockchains/ethereum/assets/0x9DccA72F52B965dB62e4Cd575C2a88718c6893E3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9Dfc4B433D359024Eb3E810d77d60fbE8B0d9B82/info.json b/blockchains/ethereum/assets/0x9Dfc4B433D359024Eb3E810d77d60fbE8B0d9B82/info.json
deleted file mode 100644
index 39ecc40aacb54..0000000000000
--- a/blockchains/ethereum/assets/0x9Dfc4B433D359024Eb3E810d77d60fbE8B0d9B82/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dandy Dego",
- "website": "https://dego.finance",
- "description": "DEGO claims to be a brand new idea towards a sustainable Decentralized Finance (DeFi) ecosystem.",
- "explorer": "https://etherscan.io/token/0x9Dfc4B433D359024Eb3E810d77d60fbE8B0d9B82",
- "type": "ERC20",
- "symbol": "DANDY",
- "decimals": 18,
- "status": "active",
- "id": "0x9Dfc4B433D359024Eb3E810d77d60fbE8B0d9B82"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9Dfc4B433D359024Eb3E810d77d60fbE8B0d9B82/logo.png b/blockchains/ethereum/assets/0x9Dfc4B433D359024Eb3E810d77d60fbE8B0d9B82/logo.png
deleted file mode 100644
index 8f1f43a328283..0000000000000
Binary files a/blockchains/ethereum/assets/0x9Dfc4B433D359024Eb3E810d77d60fbE8B0d9B82/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9E1cB748161146797062fF441d6e604C5Eaf8690/info.json b/blockchains/ethereum/assets/0x9E1cB748161146797062fF441d6e604C5Eaf8690/info.json
deleted file mode 100644
index bfd6c2219ae64..0000000000000
--- a/blockchains/ethereum/assets/0x9E1cB748161146797062fF441d6e604C5Eaf8690/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ILC",
- "symbol": "ILC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9E1cB748161146797062fF441d6e604C5Eaf8690",
- "status": "abandoned",
- "id": "0x9E1cB748161146797062fF441d6e604C5Eaf8690"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9E1cB748161146797062fF441d6e604C5Eaf8690/logo.png b/blockchains/ethereum/assets/0x9E1cB748161146797062fF441d6e604C5Eaf8690/logo.png
deleted file mode 100644
index 974ffc3921c8c..0000000000000
Binary files a/blockchains/ethereum/assets/0x9E1cB748161146797062fF441d6e604C5Eaf8690/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9E21945aA07b68Bcaf3c6e026CB281F1B7aC6a8A/info.json b/blockchains/ethereum/assets/0x9E21945aA07b68Bcaf3c6e026CB281F1B7aC6a8A/info.json
deleted file mode 100644
index 985e6745ad561..0000000000000
--- a/blockchains/ethereum/assets/0x9E21945aA07b68Bcaf3c6e026CB281F1B7aC6a8A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C507214",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9E21945aA07b68Bcaf3c6e026CB281F1B7aC6a8A",
- "status": "abandoned",
- "id": "0x9E21945aA07b68Bcaf3c6e026CB281F1B7aC6a8A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9E21945aA07b68Bcaf3c6e026CB281F1B7aC6a8A/logo.png b/blockchains/ethereum/assets/0x9E21945aA07b68Bcaf3c6e026CB281F1B7aC6a8A/logo.png
deleted file mode 100644
index b287ffe95cdee..0000000000000
Binary files a/blockchains/ethereum/assets/0x9E21945aA07b68Bcaf3c6e026CB281F1B7aC6a8A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9E283fE046118c0942aC2135B9C8e02547b20991/info.json b/blockchains/ethereum/assets/0x9E283fE046118c0942aC2135B9C8e02547b20991/info.json
deleted file mode 100644
index 2f84fac0bf7c5..0000000000000
--- a/blockchains/ethereum/assets/0x9E283fE046118c0942aC2135B9C8e02547b20991/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Qwartz",
- "symbol": "QWRTZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9E283fE046118c0942aC2135B9C8e02547b20991",
- "status": "abandoned",
- "id": "0x9E283fE046118c0942aC2135B9C8e02547b20991"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9E283fE046118c0942aC2135B9C8e02547b20991/logo.png b/blockchains/ethereum/assets/0x9E283fE046118c0942aC2135B9C8e02547b20991/logo.png
deleted file mode 100644
index 8e58bd0e914f9..0000000000000
Binary files a/blockchains/ethereum/assets/0x9E283fE046118c0942aC2135B9C8e02547b20991/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9E29136AEEF07CF839C48b9bc6D6629cEDA966e9/info.json b/blockchains/ethereum/assets/0x9E29136AEEF07CF839C48b9bc6D6629cEDA966e9/info.json
deleted file mode 100644
index 64a89e313032a..0000000000000
--- a/blockchains/ethereum/assets/0x9E29136AEEF07CF839C48b9bc6D6629cEDA966e9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 146-CN08",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9E29136AEEF07CF839C48b9bc6D6629cEDA966e9",
- "status": "abandoned",
- "id": "0x9E29136AEEF07CF839C48b9bc6D6629cEDA966e9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9E29136AEEF07CF839C48b9bc6D6629cEDA966e9/logo.png b/blockchains/ethereum/assets/0x9E29136AEEF07CF839C48b9bc6D6629cEDA966e9/logo.png
deleted file mode 100644
index 17d166b78d343..0000000000000
Binary files a/blockchains/ethereum/assets/0x9E29136AEEF07CF839C48b9bc6D6629cEDA966e9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9E2A88e12eE0e7fA15e3aA46190fb564220fB337/info.json b/blockchains/ethereum/assets/0x9E2A88e12eE0e7fA15e3aA46190fb564220fB337/info.json
deleted file mode 100644
index bcf934b974820..0000000000000
--- a/blockchains/ethereum/assets/0x9E2A88e12eE0e7fA15e3aA46190fb564220fB337/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ElastoChain",
- "symbol": "EC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9E2A88e12eE0e7fA15e3aA46190fb564220fB337",
- "status": "abandoned",
- "id": "0x9E2A88e12eE0e7fA15e3aA46190fb564220fB337"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9E2A88e12eE0e7fA15e3aA46190fb564220fB337/logo.png b/blockchains/ethereum/assets/0x9E2A88e12eE0e7fA15e3aA46190fb564220fB337/logo.png
deleted file mode 100755
index 0d63dbe81b1f0..0000000000000
Binary files a/blockchains/ethereum/assets/0x9E2A88e12eE0e7fA15e3aA46190fb564220fB337/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9E2cF95Ab33AdC202BfDF13136cA19A5226aE5Ba/info.json b/blockchains/ethereum/assets/0x9E2cF95Ab33AdC202BfDF13136cA19A5226aE5Ba/info.json
deleted file mode 100644
index 952968476aa69..0000000000000
--- a/blockchains/ethereum/assets/0x9E2cF95Ab33AdC202BfDF13136cA19A5226aE5Ba/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "STOCKSD",
- "website": "https://stocksd.app",
- "description": "Stocks on Ethereum",
- "explorer": "https://etherscan.io/token/0x9E2cF95Ab33AdC202BfDF13136cA19A5226aE5Ba",
- "type": "ERC20",
- "symbol": "STOCKSD",
- "decimals": 18,
- "status": "active",
- "id": "0x9E2cF95Ab33AdC202BfDF13136cA19A5226aE5Ba"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9E2cF95Ab33AdC202BfDF13136cA19A5226aE5Ba/logo.png b/blockchains/ethereum/assets/0x9E2cF95Ab33AdC202BfDF13136cA19A5226aE5Ba/logo.png
deleted file mode 100644
index a5ac769aa96a5..0000000000000
Binary files a/blockchains/ethereum/assets/0x9E2cF95Ab33AdC202BfDF13136cA19A5226aE5Ba/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9E32b13ce7f2E80A01932B42553652E053D6ed8e/info.json b/blockchains/ethereum/assets/0x9E32b13ce7f2E80A01932B42553652E053D6ed8e/info.json
deleted file mode 100644
index bcdd0fcdd7bd4..0000000000000
--- a/blockchains/ethereum/assets/0x9E32b13ce7f2E80A01932B42553652E053D6ed8e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "id": "0x9E32b13ce7f2E80A01932B42553652E053D6ed8e",
- "name": "MetisDAO",
- "website": "https://metis.io",
- "description": "Metis Token",
- "explorer": "https://etherscan.io/token/0x9E32b13ce7f2E80A01932B42553652E053D6ed8e",
- "type": "ERC20",
- "symbol": "Metis",
- "decimals": 18,
- "status": "active"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9E32b13ce7f2E80A01932B42553652E053D6ed8e/logo.png b/blockchains/ethereum/assets/0x9E32b13ce7f2E80A01932B42553652E053D6ed8e/logo.png
deleted file mode 100644
index dd7be74482712..0000000000000
Binary files a/blockchains/ethereum/assets/0x9E32b13ce7f2E80A01932B42553652E053D6ed8e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9E46A38F5DaaBe8683E10793b06749EEF7D733d1/info.json b/blockchains/ethereum/assets/0x9E46A38F5DaaBe8683E10793b06749EEF7D733d1/info.json
deleted file mode 100644
index 1c1b4a301f9ba..0000000000000
--- a/blockchains/ethereum/assets/0x9E46A38F5DaaBe8683E10793b06749EEF7D733d1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nectar",
- "symbol": "NCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "PolySwarm is a more effective way to detect, analyze and respond to the latest threats, the ones more likely to go undetected by existing solutions.",
- "website": "https://polyswarm.io",
- "explorer": "https://etherscan.io/token/0x9E46A38F5DaaBe8683E10793b06749EEF7D733d1",
- "status": "active",
- "id": "0x9E46A38F5DaaBe8683E10793b06749EEF7D733d1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9E46A38F5DaaBe8683E10793b06749EEF7D733d1/logo.png b/blockchains/ethereum/assets/0x9E46A38F5DaaBe8683E10793b06749EEF7D733d1/logo.png
deleted file mode 100644
index 406788e0bc2ed..0000000000000
Binary files a/blockchains/ethereum/assets/0x9E46A38F5DaaBe8683E10793b06749EEF7D733d1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9E77D5a1251b6F7D456722A6eaC6D2d5980bd891/info.json b/blockchains/ethereum/assets/0x9E77D5a1251b6F7D456722A6eaC6D2d5980bd891/info.json
deleted file mode 100644
index cc6749de5416a..0000000000000
--- a/blockchains/ethereum/assets/0x9E77D5a1251b6F7D456722A6eaC6D2d5980bd891/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BRAT RED",
- "symbol": "BRAT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://bro-consortium.io/",
- "explorer": "https://etherscan.io/token/0x9E77D5a1251b6F7D456722A6eaC6D2d5980bd891",
- "status": "abandoned",
- "id": "0x9E77D5a1251b6F7D456722A6eaC6D2d5980bd891"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9E77D5a1251b6F7D456722A6eaC6D2d5980bd891/logo.png b/blockchains/ethereum/assets/0x9E77D5a1251b6F7D456722A6eaC6D2d5980bd891/logo.png
deleted file mode 100644
index 83e889a2fca2b..0000000000000
Binary files a/blockchains/ethereum/assets/0x9E77D5a1251b6F7D456722A6eaC6D2d5980bd891/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9E78b8274e1D6a76a0dBbf90418894DF27cBCEb5/info.json b/blockchains/ethereum/assets/0x9E78b8274e1D6a76a0dBbf90418894DF27cBCEb5/info.json
deleted file mode 100644
index f84623861e625..0000000000000
--- a/blockchains/ethereum/assets/0x9E78b8274e1D6a76a0dBbf90418894DF27cBCEb5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UniFi",
- "symbol": "UniFi",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.unifihub.com/",
- "explorer": "https://etherscan.io/token/0x9E78b8274e1D6a76a0dBbf90418894DF27cBCEb5",
- "status": "abandoned",
- "id": "0x9E78b8274e1D6a76a0dBbf90418894DF27cBCEb5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9E78b8274e1D6a76a0dBbf90418894DF27cBCEb5/logo.png b/blockchains/ethereum/assets/0x9E78b8274e1D6a76a0dBbf90418894DF27cBCEb5/logo.png
deleted file mode 100644
index a18eb808b75da..0000000000000
Binary files a/blockchains/ethereum/assets/0x9E78b8274e1D6a76a0dBbf90418894DF27cBCEb5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9E8bfE46f9Af27c5Ea5C9C72b86D71bb86953A0c/info.json b/blockchains/ethereum/assets/0x9E8bfE46f9Af27c5Ea5C9C72b86D71bb86953A0c/info.json
deleted file mode 100644
index 558697640d9bb..0000000000000
--- a/blockchains/ethereum/assets/0x9E8bfE46f9Af27c5Ea5C9C72b86D71bb86953A0c/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "EZDEX",
- "website": "https://ezdex.market",
- "description": "EZDex development team united with community development forces to deeply cultivate the underlying technology, and through the value transfer protocol, proposed and implemented a series of technological upgrades and innovative solutions. Build a sustainable public blockchain blockchain.",
- "explorer": "https://etherscan.io/token/0x9E8bfE46f9Af27c5Ea5C9C72b86D71bb86953A0c",
- "type": "ERC20",
- "symbol": "EZX",
- "decimals": 18,
- "status": "active",
- "id": "0x9E8bfE46f9Af27c5Ea5C9C72b86D71bb86953A0c",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ezdex-service"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ExchangeEzdex"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EZDexExchange/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/user/EZDexExchage"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@EZDex"
- },
- {
- "name": "telegram",
- "url": "https://t.me/EZX_Exchange"
- },
- {
- "name": "whitepaper",
- "url": "https://mp.weixin.qq.com/s/NkrME0YfeiaPcsYReWZn7A"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9E8bfE46f9Af27c5Ea5C9C72b86D71bb86953A0c/logo.png b/blockchains/ethereum/assets/0x9E8bfE46f9Af27c5Ea5C9C72b86D71bb86953A0c/logo.png
deleted file mode 100644
index 88a15ba818354..0000000000000
Binary files a/blockchains/ethereum/assets/0x9E8bfE46f9Af27c5Ea5C9C72b86D71bb86953A0c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9EA085bc45639372e7389e5C5069a86cAC5a03bF/info.json b/blockchains/ethereum/assets/0x9EA085bc45639372e7389e5C5069a86cAC5a03bF/info.json
deleted file mode 100644
index 719116d863b16..0000000000000
--- a/blockchains/ethereum/assets/0x9EA085bc45639372e7389e5C5069a86cAC5a03bF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vaporware",
- "symbol": "VAP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9EA085bc45639372e7389e5C5069a86cAC5a03bF",
- "status": "abandoned",
- "id": "0x9EA085bc45639372e7389e5C5069a86cAC5a03bF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9EA085bc45639372e7389e5C5069a86cAC5a03bF/logo.png b/blockchains/ethereum/assets/0x9EA085bc45639372e7389e5C5069a86cAC5a03bF/logo.png
deleted file mode 100644
index 93f34ad1b165f..0000000000000
Binary files a/blockchains/ethereum/assets/0x9EA085bc45639372e7389e5C5069a86cAC5a03bF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9EA3b5b4EC044b70375236A281986106457b20EF/info.json b/blockchains/ethereum/assets/0x9EA3b5b4EC044b70375236A281986106457b20EF/info.json
deleted file mode 100644
index 60fb6fc42abc7..0000000000000
--- a/blockchains/ethereum/assets/0x9EA3b5b4EC044b70375236A281986106457b20EF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Delta Financial",
- "symbol": "DELTA",
- "type": "ERC20",
- "decimals": 18,
- "description": "Delta is an on-chain options layer which utilizes a combination of liquidity standards to reduce premiums and offer competitive options prices. It uses novel systems such as a unique vesting schedule to generate a new form of liquidity.",
- "website": "https://delta.financial",
- "explorer": "https://etherscan.io/token/0x9EA3b5b4EC044b70375236A281986106457b20EF",
- "status": "active",
- "id": "0x9EA3b5b4EC044b70375236A281986106457b20EF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9EA3b5b4EC044b70375236A281986106457b20EF/logo.png b/blockchains/ethereum/assets/0x9EA3b5b4EC044b70375236A281986106457b20EF/logo.png
deleted file mode 100644
index f8545ed29abbb..0000000000000
Binary files a/blockchains/ethereum/assets/0x9EA3b5b4EC044b70375236A281986106457b20EF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9EC749faa086BB604B96bfE02Bd49c53CEF47Ea5/info.json b/blockchains/ethereum/assets/0x9EC749faa086BB604B96bfE02Bd49c53CEF47Ea5/info.json
deleted file mode 100644
index 0a466096b7cee..0000000000000
--- a/blockchains/ethereum/assets/0x9EC749faa086BB604B96bfE02Bd49c53CEF47Ea5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "e-Money NOK stablecoin",
- "website": "https://e-money.com",
- "description": "ERC20 version of the e-Money NOK stablecoin",
- "explorer": "https://etherscan.io/token/0x9EC749faa086BB604B96bfE02Bd49c53CEF47Ea5",
- "type": "ERC20",
- "symbol": "ENOK",
- "decimals": 6,
- "status": "active",
- "id": "0x9EC749faa086BB604B96bfE02Bd49c53CEF47Ea5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9EC749faa086BB604B96bfE02Bd49c53CEF47Ea5/logo.png b/blockchains/ethereum/assets/0x9EC749faa086BB604B96bfE02Bd49c53CEF47Ea5/logo.png
deleted file mode 100644
index dc81836d1ddb6..0000000000000
Binary files a/blockchains/ethereum/assets/0x9EC749faa086BB604B96bfE02Bd49c53CEF47Ea5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9ED740100f4BE1Bc6559a662c6131362FbF19a1F/info.json b/blockchains/ethereum/assets/0x9ED740100f4BE1Bc6559a662c6131362FbF19a1F/info.json
deleted file mode 100644
index 2ce173e554da7..0000000000000
--- a/blockchains/ethereum/assets/0x9ED740100f4BE1Bc6559a662c6131362FbF19a1F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R910597",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9ED740100f4BE1Bc6559a662c6131362FbF19a1F",
- "status": "abandoned",
- "id": "0x9ED740100f4BE1Bc6559a662c6131362FbF19a1F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9ED740100f4BE1Bc6559a662c6131362FbF19a1F/logo.png b/blockchains/ethereum/assets/0x9ED740100f4BE1Bc6559a662c6131362FbF19a1F/logo.png
deleted file mode 100644
index c15df8b9c1c32..0000000000000
Binary files a/blockchains/ethereum/assets/0x9ED740100f4BE1Bc6559a662c6131362FbF19a1F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9EE4F2f8a4eE74A982d2CCB2bbA962E572f39679/info.json b/blockchains/ethereum/assets/0x9EE4F2f8a4eE74A982d2CCB2bbA962E572f39679/info.json
deleted file mode 100644
index 83262dff58b0c..0000000000000
--- a/blockchains/ethereum/assets/0x9EE4F2f8a4eE74A982d2CCB2bbA962E572f39679/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Toilet Paper Token",
- "symbol": "TPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9EE4F2f8a4eE74A982d2CCB2bbA962E572f39679",
- "status": "abandoned",
- "id": "0x9EE4F2f8a4eE74A982d2CCB2bbA962E572f39679"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9EE4F2f8a4eE74A982d2CCB2bbA962E572f39679/logo.png b/blockchains/ethereum/assets/0x9EE4F2f8a4eE74A982d2CCB2bbA962E572f39679/logo.png
deleted file mode 100644
index d7730aa3c6558..0000000000000
Binary files a/blockchains/ethereum/assets/0x9EE4F2f8a4eE74A982d2CCB2bbA962E572f39679/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9EEAb220E44410C16aC80C12830bC11AF7dD5C6E/info.json b/blockchains/ethereum/assets/0x9EEAb220E44410C16aC80C12830bC11AF7dD5C6E/info.json
deleted file mode 100644
index 0e28bf8c17d27..0000000000000
--- a/blockchains/ethereum/assets/0x9EEAb220E44410C16aC80C12830bC11AF7dD5C6E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ThunderStoneToken",
- "symbol": "TST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9EEAb220E44410C16aC80C12830bC11AF7dD5C6E",
- "status": "abandoned",
- "id": "0x9EEAb220E44410C16aC80C12830bC11AF7dD5C6E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9EEAb220E44410C16aC80C12830bC11AF7dD5C6E/logo.png b/blockchains/ethereum/assets/0x9EEAb220E44410C16aC80C12830bC11AF7dD5C6E/logo.png
deleted file mode 100644
index 585d6e1895061..0000000000000
Binary files a/blockchains/ethereum/assets/0x9EEAb220E44410C16aC80C12830bC11AF7dD5C6E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9EF24790B4DdD63C48CDe21370f3838acD75B727/info.json b/blockchains/ethereum/assets/0x9EF24790B4DdD63C48CDe21370f3838acD75B727/info.json
deleted file mode 100644
index b0f71f81fedc7..0000000000000
--- a/blockchains/ethereum/assets/0x9EF24790B4DdD63C48CDe21370f3838acD75B727/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DragonBorns",
- "symbol": "DBS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9EF24790B4DdD63C48CDe21370f3838acD75B727",
- "status": "abandoned",
- "id": "0x9EF24790B4DdD63C48CDe21370f3838acD75B727"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9EF24790B4DdD63C48CDe21370f3838acD75B727/logo.png b/blockchains/ethereum/assets/0x9EF24790B4DdD63C48CDe21370f3838acD75B727/logo.png
deleted file mode 100644
index 4ff373a0dfd87..0000000000000
Binary files a/blockchains/ethereum/assets/0x9EF24790B4DdD63C48CDe21370f3838acD75B727/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9Ed8e7C9604790F7Ec589F99b94361d8AAB64E5E/info.json b/blockchains/ethereum/assets/0x9Ed8e7C9604790F7Ec589F99b94361d8AAB64E5E/info.json
deleted file mode 100644
index d23f1cf0301d4..0000000000000
--- a/blockchains/ethereum/assets/0x9Ed8e7C9604790F7Ec589F99b94361d8AAB64E5E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Unistake",
- "website": "https://unistake.finance",
- "description": "Unistake empowers DeFi projects in their quest for liquidity by providing new incentives for their supporters to create Uniswap liquidity pools. Communities can contribute to token liquidity easier than ever before and make additional passive income streams through staking and profit sharing.",
- "explorer": "https://etherscan.io/token/0x9Ed8e7C9604790F7Ec589F99b94361d8AAB64E5E",
- "type": "ERC20",
- "symbol": "UNISTAKE",
- "decimals": 18,
- "status": "active",
- "id": "0x9Ed8e7C9604790F7Ec589F99b94361d8AAB64E5E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9Ed8e7C9604790F7Ec589F99b94361d8AAB64E5E/logo.png b/blockchains/ethereum/assets/0x9Ed8e7C9604790F7Ec589F99b94361d8AAB64E5E/logo.png
deleted file mode 100644
index c71ee00e58a93..0000000000000
Binary files a/blockchains/ethereum/assets/0x9Ed8e7C9604790F7Ec589F99b94361d8AAB64E5E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9F195617fA8fbAD9540C5D113A99A0a0172aaEDC/info.json b/blockchains/ethereum/assets/0x9F195617fA8fbAD9540C5D113A99A0a0172aaEDC/info.json
deleted file mode 100644
index e134fd2d4db0d..0000000000000
--- a/blockchains/ethereum/assets/0x9F195617fA8fbAD9540C5D113A99A0a0172aaEDC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Niobium",
- "symbol": "NBC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Niobium Coin (NBC) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://niobiumcoin.io",
- "explorer": "https://etherscan.io/token/0x9F195617fA8fbAD9540C5D113A99A0a0172aaEDC",
- "status": "active",
- "id": "0x9F195617fA8fbAD9540C5D113A99A0a0172aaEDC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9F195617fA8fbAD9540C5D113A99A0a0172aaEDC/logo.png b/blockchains/ethereum/assets/0x9F195617fA8fbAD9540C5D113A99A0a0172aaEDC/logo.png
deleted file mode 100755
index c08754081c702..0000000000000
Binary files a/blockchains/ethereum/assets/0x9F195617fA8fbAD9540C5D113A99A0a0172aaEDC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9F284E1337A815fe77D2Ff4aE46544645B20c5ff/info.json b/blockchains/ethereum/assets/0x9F284E1337A815fe77D2Ff4aE46544645B20c5ff/info.json
deleted file mode 100644
index bb0fb49f60482..0000000000000
--- a/blockchains/ethereum/assets/0x9F284E1337A815fe77D2Ff4aE46544645B20c5ff/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Darwinia Commitment Token",
- "website": "https://darwinia.network/",
- "description": "Darwinia Network is a decentralized heterogeneous cross-chain bridge protocol built on Substrate, focusing on decentralized cross-chain token swap, exchange and market. Darwinia also serves as critical infrastructure for single-chain application upgrade to cross-chain version, including Defi, Game, DEX, NFT market, etc. Our vision is to build future Internet of Tokens.",
- "explorer": "https://etherscan.io/token/0x9F284E1337A815fe77D2Ff4aE46544645B20c5ff",
- "type": "ERC20",
- "symbol": "KTON",
- "decimals": 18,
- "status": "active",
- "id": "0x9F284E1337A815fe77D2Ff4aE46544645B20c5ff",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/darwinia-network"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/DarwiniaNetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/DarwiniaNetwork"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9F284E1337A815fe77D2Ff4aE46544645B20c5ff/logo.png b/blockchains/ethereum/assets/0x9F284E1337A815fe77D2Ff4aE46544645B20c5ff/logo.png
deleted file mode 100644
index 0529f45bbfc4d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9F284E1337A815fe77D2Ff4aE46544645B20c5ff/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9F452E458B024e82d6e3fF50A07b8DE74c988523/info.json b/blockchains/ethereum/assets/0x9F452E458B024e82d6e3fF50A07b8DE74c988523/info.json
deleted file mode 100644
index 4f105914fc978..0000000000000
--- a/blockchains/ethereum/assets/0x9F452E458B024e82d6e3fF50A07b8DE74c988523/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GoatCash",
- "symbol": "GOAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://goat.cash",
- "explorer": "https://etherscan.io/token/0x9F452E458B024e82d6e3fF50A07b8DE74c988523",
- "status": "abandoned",
- "id": "0x9F452E458B024e82d6e3fF50A07b8DE74c988523"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9F452E458B024e82d6e3fF50A07b8DE74c988523/logo.png b/blockchains/ethereum/assets/0x9F452E458B024e82d6e3fF50A07b8DE74c988523/logo.png
deleted file mode 100644
index fc430ccd0125a..0000000000000
Binary files a/blockchains/ethereum/assets/0x9F452E458B024e82d6e3fF50A07b8DE74c988523/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9F51D91AF1eb10B3f59CdFc3c192bF8EFfacF25d/info.json b/blockchains/ethereum/assets/0x9F51D91AF1eb10B3f59CdFc3c192bF8EFfacF25d/info.json
deleted file mode 100644
index 2c94ce3b2c483..0000000000000
--- a/blockchains/ethereum/assets/0x9F51D91AF1eb10B3f59CdFc3c192bF8EFfacF25d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LYB",
- "symbol": "LYB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9F51D91AF1eb10B3f59CdFc3c192bF8EFfacF25d",
- "status": "abandoned",
- "id": "0x9F51D91AF1eb10B3f59CdFc3c192bF8EFfacF25d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9F51D91AF1eb10B3f59CdFc3c192bF8EFfacF25d/logo.png b/blockchains/ethereum/assets/0x9F51D91AF1eb10B3f59CdFc3c192bF8EFfacF25d/logo.png
deleted file mode 100644
index aad478c480e7e..0000000000000
Binary files a/blockchains/ethereum/assets/0x9F51D91AF1eb10B3f59CdFc3c192bF8EFfacF25d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9F54a5ec929dec40E600f76252e68595Fe91ed20/info.json b/blockchains/ethereum/assets/0x9F54a5ec929dec40E600f76252e68595Fe91ed20/info.json
deleted file mode 100644
index 6d83abadae308..0000000000000
--- a/blockchains/ethereum/assets/0x9F54a5ec929dec40E600f76252e68595Fe91ed20/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Simplify",
- "symbol": "SIMP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9F54a5ec929dec40E600f76252e68595Fe91ed20",
- "status": "abandoned",
- "id": "0x9F54a5ec929dec40E600f76252e68595Fe91ed20"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9F54a5ec929dec40E600f76252e68595Fe91ed20/logo.png b/blockchains/ethereum/assets/0x9F54a5ec929dec40E600f76252e68595Fe91ed20/logo.png
deleted file mode 100644
index 34396ca966e6d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9F54a5ec929dec40E600f76252e68595Fe91ed20/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9F599410D207f3D2828a8712e5e543AC2E040382/info.json b/blockchains/ethereum/assets/0x9F599410D207f3D2828a8712e5e543AC2E040382/info.json
deleted file mode 100644
index a4d6ecdd2f87a..0000000000000
--- a/blockchains/ethereum/assets/0x9F599410D207f3D2828a8712e5e543AC2E040382/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tapcoin",
- "website": "https://tapproject.net",
- "description": "Tapcoin (TTT) is a revolutionary token that decentralizes the gaming industry by providing gamers and developers with in-game virtual currencies.",
- "explorer": "https://etherscan.io/token/0x9F599410D207f3D2828a8712e5e543AC2E040382",
- "type": "ERC20",
- "symbol": "TTT",
- "decimals": 18,
- "status": "active",
- "id": "0x9F599410D207f3D2828a8712e5e543AC2E040382"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9F599410D207f3D2828a8712e5e543AC2E040382/logo.png b/blockchains/ethereum/assets/0x9F599410D207f3D2828a8712e5e543AC2E040382/logo.png
deleted file mode 100644
index fea96ab402189..0000000000000
Binary files a/blockchains/ethereum/assets/0x9F599410D207f3D2828a8712e5e543AC2E040382/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9F5F3CFD7a32700C93F971637407ff17b91c7342/info.json b/blockchains/ethereum/assets/0x9F5F3CFD7a32700C93F971637407ff17b91c7342/info.json
deleted file mode 100644
index d0fb392de4d30..0000000000000
--- a/blockchains/ethereum/assets/0x9F5F3CFD7a32700C93F971637407ff17b91c7342/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ScryDddToken",
- "symbol": "DDD",
- "type": "ERC20",
- "decimals": 18,
- "description": "SCRY.INFO is an open source blockchain data protocol layer, oracle of the blockchain world, cornerstone of data smart contract applications.",
- "website": "https://home.scry.info",
- "explorer": "https://etherscan.io/token/0x9F5F3CFD7a32700C93F971637407ff17b91c7342",
- "status": "active",
- "id": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9F5F3CFD7a32700C93F971637407ff17b91c7342/logo.png b/blockchains/ethereum/assets/0x9F5F3CFD7a32700C93F971637407ff17b91c7342/logo.png
deleted file mode 100644
index 45a3dc6de153f..0000000000000
Binary files a/blockchains/ethereum/assets/0x9F5F3CFD7a32700C93F971637407ff17b91c7342/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9F6b043aEBf45C3BEF56900ED96CB5191A68998D/info.json b/blockchains/ethereum/assets/0x9F6b043aEBf45C3BEF56900ED96CB5191A68998D/info.json
deleted file mode 100644
index dc2d37bc29c4c..0000000000000
--- a/blockchains/ethereum/assets/0x9F6b043aEBf45C3BEF56900ED96CB5191A68998D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTCC Pool Coin",
- "symbol": "BPC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9F6b043aEBf45C3BEF56900ED96CB5191A68998D",
- "status": "abandoned",
- "id": "0x9F6b043aEBf45C3BEF56900ED96CB5191A68998D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9F6b043aEBf45C3BEF56900ED96CB5191A68998D/logo.png b/blockchains/ethereum/assets/0x9F6b043aEBf45C3BEF56900ED96CB5191A68998D/logo.png
deleted file mode 100644
index 353a6552dba35..0000000000000
Binary files a/blockchains/ethereum/assets/0x9F6b043aEBf45C3BEF56900ED96CB5191A68998D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9F76Ff3336597FeAB30f5A66a053ae4A4a7eBe13/info.json b/blockchains/ethereum/assets/0x9F76Ff3336597FeAB30f5A66a053ae4A4a7eBe13/info.json
deleted file mode 100644
index ad2eff3637601..0000000000000
--- a/blockchains/ethereum/assets/0x9F76Ff3336597FeAB30f5A66a053ae4A4a7eBe13/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Token Play",
- "symbol": "TP3",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9F76Ff3336597FeAB30f5A66a053ae4A4a7eBe13",
- "status": "abandoned",
- "id": "0x9F76Ff3336597FeAB30f5A66a053ae4A4a7eBe13"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9F76Ff3336597FeAB30f5A66a053ae4A4a7eBe13/logo.png b/blockchains/ethereum/assets/0x9F76Ff3336597FeAB30f5A66a053ae4A4a7eBe13/logo.png
deleted file mode 100644
index 706db41c47543..0000000000000
Binary files a/blockchains/ethereum/assets/0x9F76Ff3336597FeAB30f5A66a053ae4A4a7eBe13/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9F8297fc6E2224f5900c3442ABA4425A3e3d94ec/info.json b/blockchains/ethereum/assets/0x9F8297fc6E2224f5900c3442ABA4425A3e3d94ec/info.json
deleted file mode 100644
index cfe96b029c63d..0000000000000
--- a/blockchains/ethereum/assets/0x9F8297fc6E2224f5900c3442ABA4425A3e3d94ec/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MineBlock",
- "symbol": "MB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9F8297fc6E2224f5900c3442ABA4425A3e3d94ec",
- "status": "abandoned",
- "id": "0x9F8297fc6E2224f5900c3442ABA4425A3e3d94ec"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9F8297fc6E2224f5900c3442ABA4425A3e3d94ec/logo.png b/blockchains/ethereum/assets/0x9F8297fc6E2224f5900c3442ABA4425A3e3d94ec/logo.png
deleted file mode 100644
index 051039720d9e0..0000000000000
Binary files a/blockchains/ethereum/assets/0x9F8297fc6E2224f5900c3442ABA4425A3e3d94ec/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9F9A0E0747A18426fd29F4A76820C808dA3B140b/info.json b/blockchains/ethereum/assets/0x9F9A0E0747A18426fd29F4A76820C808dA3B140b/info.json
deleted file mode 100644
index efcb1989599c3..0000000000000
--- a/blockchains/ethereum/assets/0x9F9A0E0747A18426fd29F4A76820C808dA3B140b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETHBOLD",
- "symbol": "ETBOLD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ethbold.org/",
- "explorer": "https://etherscan.io/token/0x9F9A0E0747A18426fd29F4A76820C808dA3B140b",
- "status": "abandoned",
- "id": "0x9F9A0E0747A18426fd29F4A76820C808dA3B140b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9F9A0E0747A18426fd29F4A76820C808dA3B140b/logo.png b/blockchains/ethereum/assets/0x9F9A0E0747A18426fd29F4A76820C808dA3B140b/logo.png
deleted file mode 100644
index a6b4300b44ae5..0000000000000
Binary files a/blockchains/ethereum/assets/0x9F9A0E0747A18426fd29F4A76820C808dA3B140b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9F9c8ec3534c3cE16F928381372BfbFBFb9F4D24/info.json b/blockchains/ethereum/assets/0x9F9c8ec3534c3cE16F928381372BfbFBFb9F4D24/info.json
deleted file mode 100644
index b39c8dc043bbe..0000000000000
--- a/blockchains/ethereum/assets/0x9F9c8ec3534c3cE16F928381372BfbFBFb9F4D24/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GraphLinq",
- "symbol": "GLQ",
- "type": "ERC20",
- "decimals": 18,
- "description": "The automation of decentralized DeFi data monitorization and external executions over multi-chain applications.",
- "website": "https://graphlinq.io/",
- "explorer": "https://etherscan.io/token/0x9f9c8ec3534c3ce16f928381372bfbfbfb9f4d24",
- "status": "active",
- "id": "0x9F9c8ec3534c3cE16F928381372BfbFBFb9F4D24"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9F9c8ec3534c3cE16F928381372BfbFBFb9F4D24/logo.png b/blockchains/ethereum/assets/0x9F9c8ec3534c3cE16F928381372BfbFBFb9F4D24/logo.png
deleted file mode 100644
index 65f79b0b67d8e..0000000000000
Binary files a/blockchains/ethereum/assets/0x9F9c8ec3534c3cE16F928381372BfbFBFb9F4D24/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9FE166aa9cF5BbFDBAf31e429E9923D994dB5199/info.json b/blockchains/ethereum/assets/0x9FE166aa9cF5BbFDBAf31e429E9923D994dB5199/info.json
deleted file mode 100644
index 42fbc9232ca10..0000000000000
--- a/blockchains/ethereum/assets/0x9FE166aa9cF5BbFDBAf31e429E9923D994dB5199/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BITARK Token",
- "symbol": "BARK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9FE166aa9cF5BbFDBAf31e429E9923D994dB5199",
- "status": "abandoned",
- "id": "0x9FE166aa9cF5BbFDBAf31e429E9923D994dB5199"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9FE166aa9cF5BbFDBAf31e429E9923D994dB5199/logo.png b/blockchains/ethereum/assets/0x9FE166aa9cF5BbFDBAf31e429E9923D994dB5199/logo.png
deleted file mode 100644
index 8151cb08f541d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9FE166aa9cF5BbFDBAf31e429E9923D994dB5199/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9FadeA1aFF842D407893e21DBD0E2017b4C287b6/info.json b/blockchains/ethereum/assets/0x9FadeA1aFF842D407893e21DBD0E2017b4C287b6/info.json
deleted file mode 100644
index fba1f58eb765b..0000000000000
--- a/blockchains/ethereum/assets/0x9FadeA1aFF842D407893e21DBD0E2017b4C287b6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PGF500 Token",
- "symbol": "PGF7T",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.pgf500.com/",
- "explorer": "https://etherscan.io/token/0x9FadeA1aFF842D407893e21DBD0E2017b4C287b6",
- "status": "abandoned",
- "id": "0x9FadeA1aFF842D407893e21DBD0E2017b4C287b6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9FadeA1aFF842D407893e21DBD0E2017b4C287b6/logo.png b/blockchains/ethereum/assets/0x9FadeA1aFF842D407893e21DBD0E2017b4C287b6/logo.png
deleted file mode 100644
index 49e63e9d2e666..0000000000000
Binary files a/blockchains/ethereum/assets/0x9FadeA1aFF842D407893e21DBD0E2017b4C287b6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9FbA684D77D2d6A1408C24b60A1f5534e71f5b75/info.json b/blockchains/ethereum/assets/0x9FbA684D77D2d6A1408C24b60A1f5534e71f5b75/info.json
deleted file mode 100644
index ec40efa7586ac..0000000000000
--- a/blockchains/ethereum/assets/0x9FbA684D77D2d6A1408C24b60A1f5534e71f5b75/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PATRIOT",
- "symbol": "PATR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9FbA684D77D2d6A1408C24b60A1f5534e71f5b75",
- "status": "abandoned",
- "id": "0x9FbA684D77D2d6A1408C24b60A1f5534e71f5b75"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9FbA684D77D2d6A1408C24b60A1f5534e71f5b75/logo.png b/blockchains/ethereum/assets/0x9FbA684D77D2d6A1408C24b60A1f5534e71f5b75/logo.png
deleted file mode 100755
index a696403d3fcfd..0000000000000
Binary files a/blockchains/ethereum/assets/0x9FbA684D77D2d6A1408C24b60A1f5534e71f5b75/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9a005c9a89BD72a4Bd27721E7a09A3c11D2b03C4/info.json b/blockchains/ethereum/assets/0x9a005c9a89BD72a4Bd27721E7a09A3c11D2b03C4/info.json
deleted file mode 100644
index c4d9c036f7e38..0000000000000
--- a/blockchains/ethereum/assets/0x9a005c9a89BD72a4Bd27721E7a09A3c11D2b03C4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "StarterCoin",
- "symbol": "STAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://coinstarter.com/",
- "explorer": "https://etherscan.io/token/0x9a005c9a89BD72a4Bd27721E7a09A3c11D2b03C4",
- "status": "abandoned",
- "id": "0x9a005c9a89BD72a4Bd27721E7a09A3c11D2b03C4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9a005c9a89BD72a4Bd27721E7a09A3c11D2b03C4/logo.png b/blockchains/ethereum/assets/0x9a005c9a89BD72a4Bd27721E7a09A3c11D2b03C4/logo.png
deleted file mode 100644
index 897fde8662bbf..0000000000000
Binary files a/blockchains/ethereum/assets/0x9a005c9a89BD72a4Bd27721E7a09A3c11D2b03C4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9a0242b7a33DAcbe40eDb927834F96eB39f8fBCB/info.json b/blockchains/ethereum/assets/0x9a0242b7a33DAcbe40eDb927834F96eB39f8fBCB/info.json
deleted file mode 100644
index df2b2e5595b67..0000000000000
--- a/blockchains/ethereum/assets/0x9a0242b7a33DAcbe40eDb927834F96eB39f8fBCB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bax",
- "website": "https://getbabb.com",
- "description": "A decentralised banking platform that leverages blockchain and biometrics to offer anyone in the world access to a UK bank account for peer-to-peer financial services.",
- "explorer": "https://etherscan.io/token/0x9a0242b7a33DAcbe40eDb927834F96eB39f8fBCB",
- "type": "ERC20",
- "symbol": "BAX",
- "decimals": 18,
- "status": "abandoned",
- "id": "0x9a0242b7a33DAcbe40eDb927834F96eB39f8fBCB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9a0242b7a33DAcbe40eDb927834F96eB39f8fBCB/logo.png b/blockchains/ethereum/assets/0x9a0242b7a33DAcbe40eDb927834F96eB39f8fBCB/logo.png
deleted file mode 100644
index 1de309edff9a9..0000000000000
Binary files a/blockchains/ethereum/assets/0x9a0242b7a33DAcbe40eDb927834F96eB39f8fBCB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9a0587EaE7eF64b2B38A10442a44CfA43EDd7D2A/info.json b/blockchains/ethereum/assets/0x9a0587EaE7eF64b2B38A10442a44CfA43EDd7D2A/info.json
deleted file mode 100644
index b8e495c23a810..0000000000000
--- a/blockchains/ethereum/assets/0x9a0587EaE7eF64b2B38A10442a44CfA43EDd7D2A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Welltrado token",
- "symbol": "WTL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://welltrado.io/",
- "explorer": "https://etherscan.io/token/0x9a0587EaE7eF64b2B38A10442a44CfA43EDd7D2A",
- "status": "abandoned",
- "id": "0x9a0587EaE7eF64b2B38A10442a44CfA43EDd7D2A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9a0587EaE7eF64b2B38A10442a44CfA43EDd7D2A/logo.png b/blockchains/ethereum/assets/0x9a0587EaE7eF64b2B38A10442a44CfA43EDd7D2A/logo.png
deleted file mode 100644
index 6374d696a3954..0000000000000
Binary files a/blockchains/ethereum/assets/0x9a0587EaE7eF64b2B38A10442a44CfA43EDd7D2A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9a05f21d2F89837Ebd94E92084fd0Edb407f67C4/info.json b/blockchains/ethereum/assets/0x9a05f21d2F89837Ebd94E92084fd0Edb407f67C4/info.json
deleted file mode 100644
index 0fda1fd5d3e63..0000000000000
--- a/blockchains/ethereum/assets/0x9a05f21d2F89837Ebd94E92084fd0Edb407f67C4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nomics.com",
- "symbol": "NOM",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9a05f21d2F89837Ebd94E92084fd0Edb407f67C4",
- "status": "abandoned",
- "id": "0x9a05f21d2F89837Ebd94E92084fd0Edb407f67C4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9a05f21d2F89837Ebd94E92084fd0Edb407f67C4/logo.png b/blockchains/ethereum/assets/0x9a05f21d2F89837Ebd94E92084fd0Edb407f67C4/logo.png
deleted file mode 100644
index bf78e2aae7384..0000000000000
Binary files a/blockchains/ethereum/assets/0x9a05f21d2F89837Ebd94E92084fd0Edb407f67C4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9a110A9F9b555625D002e5710E4b3455653a3e85/info.json b/blockchains/ethereum/assets/0x9a110A9F9b555625D002e5710E4b3455653a3e85/info.json
deleted file mode 100644
index 5319cb5de4acf..0000000000000
--- a/blockchains/ethereum/assets/0x9a110A9F9b555625D002e5710E4b3455653a3e85/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GUUZZ Token",
- "symbol": "GUUZZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9a110A9F9b555625D002e5710E4b3455653a3e85",
- "status": "abandoned",
- "id": "0x9a110A9F9b555625D002e5710E4b3455653a3e85"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9a110A9F9b555625D002e5710E4b3455653a3e85/logo.png b/blockchains/ethereum/assets/0x9a110A9F9b555625D002e5710E4b3455653a3e85/logo.png
deleted file mode 100644
index 57d49a889cd7b..0000000000000
Binary files a/blockchains/ethereum/assets/0x9a110A9F9b555625D002e5710E4b3455653a3e85/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9a49f02e128a8E989b443a8f94843C0918BF45E7/info.json b/blockchains/ethereum/assets/0x9a49f02e128a8E989b443a8f94843C0918BF45E7/info.json
deleted file mode 100644
index 45d019a407640..0000000000000
--- a/blockchains/ethereum/assets/0x9a49f02e128a8E989b443a8f94843C0918BF45E7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TOKOK",
- "symbol": "TOK",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://www.tokok.com",
- "explorer": "https://etherscan.io/token/0x9a49f02e128a8E989b443a8f94843C0918BF45E7",
- "status": "abandoned",
- "id": "0x9a49f02e128a8E989b443a8f94843C0918BF45E7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9a49f02e128a8E989b443a8f94843C0918BF45E7/logo.png b/blockchains/ethereum/assets/0x9a49f02e128a8E989b443a8f94843C0918BF45E7/logo.png
deleted file mode 100644
index a5c6973750c48..0000000000000
Binary files a/blockchains/ethereum/assets/0x9a49f02e128a8E989b443a8f94843C0918BF45E7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9a794Dc1939F1d78fa48613b89B8f9d0A20dA00E/info.json b/blockchains/ethereum/assets/0x9a794Dc1939F1d78fa48613b89B8f9d0A20dA00E/info.json
deleted file mode 100644
index 13dff7af03d56..0000000000000
--- a/blockchains/ethereum/assets/0x9a794Dc1939F1d78fa48613b89B8f9d0A20dA00E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ABX Token",
- "symbol": "ABX",
- "type": "ERC20",
- "decimals": 18,
- "description": "A blockchain powered trading platform that integrates crypto assets from multiple exchanges.",
- "website": "https://www.arbidex.uk.com/",
- "explorer": "https://etherscan.io/token/0x9a794Dc1939F1d78fa48613b89B8f9d0A20dA00E",
- "status": "active",
- "id": "0x9a794Dc1939F1d78fa48613b89B8f9d0A20dA00E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9a794Dc1939F1d78fa48613b89B8f9d0A20dA00E/logo.png b/blockchains/ethereum/assets/0x9a794Dc1939F1d78fa48613b89B8f9d0A20dA00E/logo.png
deleted file mode 100644
index 69b2c418fd848..0000000000000
Binary files a/blockchains/ethereum/assets/0x9a794Dc1939F1d78fa48613b89B8f9d0A20dA00E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9a988812d9e215c3D40D34328aD62AEa32B45F48/info.json b/blockchains/ethereum/assets/0x9a988812d9e215c3D40D34328aD62AEa32B45F48/info.json
deleted file mode 100644
index b1743746b05f2..0000000000000
--- a/blockchains/ethereum/assets/0x9a988812d9e215c3D40D34328aD62AEa32B45F48/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-29/30M89",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9a988812d9e215c3D40D34328aD62AEa32B45F48",
- "status": "abandoned",
- "id": "0x9a988812d9e215c3D40D34328aD62AEa32B45F48"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9a988812d9e215c3D40D34328aD62AEa32B45F48/logo.png b/blockchains/ethereum/assets/0x9a988812d9e215c3D40D34328aD62AEa32B45F48/logo.png
deleted file mode 100644
index db42a5c8993d4..0000000000000
Binary files a/blockchains/ethereum/assets/0x9a988812d9e215c3D40D34328aD62AEa32B45F48/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9a9bB9b4b11BF8eccff84B58a6CCCCD4058A7f0D/info.json b/blockchains/ethereum/assets/0x9a9bB9b4b11BF8eccff84B58a6CCCCD4058A7f0D/info.json
deleted file mode 100644
index 2b1445d6674b0..0000000000000
--- a/blockchains/ethereum/assets/0x9a9bB9b4b11BF8eccff84B58a6CCCCD4058A7f0D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoin Card",
- "symbol": "VD",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9a9bB9b4b11BF8eccff84B58a6CCCCD4058A7f0D",
- "status": "abandoned",
- "id": "0x9a9bB9b4b11BF8eccff84B58a6CCCCD4058A7f0D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9a9bB9b4b11BF8eccff84B58a6CCCCD4058A7f0D/logo.png b/blockchains/ethereum/assets/0x9a9bB9b4b11BF8eccff84B58a6CCCCD4058A7f0D/logo.png
deleted file mode 100644
index 63363d32f80ac..0000000000000
Binary files a/blockchains/ethereum/assets/0x9a9bB9b4b11BF8eccff84B58a6CCCCD4058A7f0D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9aF7c46A4ebdfB1e11B5F94196C288c885F37bCD/info.json b/blockchains/ethereum/assets/0x9aF7c46A4ebdfB1e11B5F94196C288c885F37bCD/info.json
deleted file mode 100644
index f3fd81af22fe3..0000000000000
--- a/blockchains/ethereum/assets/0x9aF7c46A4ebdfB1e11B5F94196C288c885F37bCD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BakerKingSwap",
- "website": "https://bakerkingswap.com/",
- "description": "Bakerking is fork from bakeryswap to make more secured, low fees, faster, easily earn from farming.",
- "explorer": "https://etherscan.io/token/0x9aF7c46A4ebdfB1e11B5F94196C288c885F37bCD",
- "type": "ERC20",
- "symbol": "BAKER",
- "decimals": 18,
- "status": "active",
- "id": "0x9aF7c46A4ebdfB1e11B5F94196C288c885F37bCD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9aF7c46A4ebdfB1e11B5F94196C288c885F37bCD/logo.png b/blockchains/ethereum/assets/0x9aF7c46A4ebdfB1e11B5F94196C288c885F37bCD/logo.png
deleted file mode 100644
index 2daf7c27b927c..0000000000000
Binary files a/blockchains/ethereum/assets/0x9aF7c46A4ebdfB1e11B5F94196C288c885F37bCD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9ab165D795019b6d8B3e971DdA91071421305e5a/info.json b/blockchains/ethereum/assets/0x9ab165D795019b6d8B3e971DdA91071421305e5a/info.json
deleted file mode 100644
index 406c1d4cbc615..0000000000000
--- a/blockchains/ethereum/assets/0x9ab165D795019b6d8B3e971DdA91071421305e5a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aurora",
- "symbol": "AOA",
- "type": "ERC20",
- "decimals": 18,
- "description": "Auroracoin is a decentralised, peer-to-peer, and secure cryptocurrency released as an alternative to the Icelandic Króna to bypass governmental restrictions associated with the national fiat currency. Aurora Chain offers intelligent application isolation and enables multi-chain parallel expansion to create an extremely high TPS with security maintain.",
- "website": "https://www.aurorachain.io/",
- "explorer": "https://etherscan.io/token/0x9ab165D795019b6d8B3e971DdA91071421305e5a",
- "status": "active",
- "id": "0x9ab165D795019b6d8B3e971DdA91071421305e5a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9ab165D795019b6d8B3e971DdA91071421305e5a/logo.png b/blockchains/ethereum/assets/0x9ab165D795019b6d8B3e971DdA91071421305e5a/logo.png
deleted file mode 100755
index 0db6ffd27888b..0000000000000
Binary files a/blockchains/ethereum/assets/0x9ab165D795019b6d8B3e971DdA91071421305e5a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9af2c6B1A28D3d6BC084bd267F70e90d49741D5B/info.json b/blockchains/ethereum/assets/0x9af2c6B1A28D3d6BC084bd267F70e90d49741D5B/info.json
deleted file mode 100644
index f48c111996d2a..0000000000000
--- a/blockchains/ethereum/assets/0x9af2c6B1A28D3d6BC084bd267F70e90d49741D5B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "aXpire Token",
- "symbol": "AXP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9af2c6B1A28D3d6BC084bd267F70e90d49741D5B",
- "status": "abandoned",
- "id": "0x9af2c6B1A28D3d6BC084bd267F70e90d49741D5B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9af2c6B1A28D3d6BC084bd267F70e90d49741D5B/logo.png b/blockchains/ethereum/assets/0x9af2c6B1A28D3d6BC084bd267F70e90d49741D5B/logo.png
deleted file mode 100755
index 7600fcfb72671..0000000000000
Binary files a/blockchains/ethereum/assets/0x9af2c6B1A28D3d6BC084bd267F70e90d49741D5B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9b06D48E0529ecF05905fF52DD426ebEc0EA3011/info.json b/blockchains/ethereum/assets/0x9b06D48E0529ecF05905fF52DD426ebEc0EA3011/info.json
deleted file mode 100644
index 4f6b8fe4abfa2..0000000000000
--- a/blockchains/ethereum/assets/0x9b06D48E0529ecF05905fF52DD426ebEc0EA3011/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XSwap Token",
- "website": "https://xswap.app",
- "description": "This is Fair Version, 100% distributed to the community, with No team shares, No Pre-mine.",
- "explorer": "https://etherscan.io/token/0x9b06D48E0529ecF05905fF52DD426ebEc0EA3011",
- "type": "ERC20",
- "symbol": "XSP",
- "decimals": 18,
- "status": "active",
- "id": "0x9b06D48E0529ecF05905fF52DD426ebEc0EA3011"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9b06D48E0529ecF05905fF52DD426ebEc0EA3011/logo.png b/blockchains/ethereum/assets/0x9b06D48E0529ecF05905fF52DD426ebEc0EA3011/logo.png
deleted file mode 100644
index 06ce43cc0fb7e..0000000000000
Binary files a/blockchains/ethereum/assets/0x9b06D48E0529ecF05905fF52DD426ebEc0EA3011/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9b12B29399e0797b48822F6857fA2CeccF5d9f2f/info.json b/blockchains/ethereum/assets/0x9b12B29399e0797b48822F6857fA2CeccF5d9f2f/info.json
deleted file mode 100644
index 235e77abf797c..0000000000000
--- a/blockchains/ethereum/assets/0x9b12B29399e0797b48822F6857fA2CeccF5d9f2f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tripxchain",
- "symbol": "TXC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9b12B29399e0797b48822F6857fA2CeccF5d9f2f",
- "status": "abandoned",
- "id": "0x9b12B29399e0797b48822F6857fA2CeccF5d9f2f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9b12B29399e0797b48822F6857fA2CeccF5d9f2f/logo.png b/blockchains/ethereum/assets/0x9b12B29399e0797b48822F6857fA2CeccF5d9f2f/logo.png
deleted file mode 100644
index 33eeeb10a6c09..0000000000000
Binary files a/blockchains/ethereum/assets/0x9b12B29399e0797b48822F6857fA2CeccF5d9f2f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9b13ef21B4cD039C250D5694cEdfEE699478F978/info.json b/blockchains/ethereum/assets/0x9b13ef21B4cD039C250D5694cEdfEE699478F978/info.json
deleted file mode 100644
index ba51bd943f432..0000000000000
--- a/blockchains/ethereum/assets/0x9b13ef21B4cD039C250D5694cEdfEE699478F978/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Motioncoin",
- "symbol": "MTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9b13ef21B4cD039C250D5694cEdfEE699478F978",
- "status": "abandoned",
- "id": "0x9b13ef21B4cD039C250D5694cEdfEE699478F978"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9b13ef21B4cD039C250D5694cEdfEE699478F978/logo.png b/blockchains/ethereum/assets/0x9b13ef21B4cD039C250D5694cEdfEE699478F978/logo.png
deleted file mode 100644
index 6c41e8269cd8d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9b13ef21B4cD039C250D5694cEdfEE699478F978/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9b3E946E1a8ea0112b147aF4E6e020752F2446BC/info.json b/blockchains/ethereum/assets/0x9b3E946E1a8ea0112b147aF4E6e020752F2446BC/info.json
deleted file mode 100644
index 41e0b31b3a612..0000000000000
--- a/blockchains/ethereum/assets/0x9b3E946E1a8ea0112b147aF4E6e020752F2446BC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Puregold Token",
- "symbol": "PGT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9b3E946E1a8ea0112b147aF4E6e020752F2446BC",
- "status": "abandoned",
- "id": "0x9b3E946E1a8ea0112b147aF4E6e020752F2446BC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9b3E946E1a8ea0112b147aF4E6e020752F2446BC/logo.png b/blockchains/ethereum/assets/0x9b3E946E1a8ea0112b147aF4E6e020752F2446BC/logo.png
deleted file mode 100644
index 85aa441968b1c..0000000000000
Binary files a/blockchains/ethereum/assets/0x9b3E946E1a8ea0112b147aF4E6e020752F2446BC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9b4e2B4B13d125238Aa0480dD42B4f6fC71b37CC/info.json b/blockchains/ethereum/assets/0x9b4e2B4B13d125238Aa0480dD42B4f6fC71b37CC/info.json
deleted file mode 100644
index ea5452d8c3d82..0000000000000
--- a/blockchains/ethereum/assets/0x9b4e2B4B13d125238Aa0480dD42B4f6fC71b37CC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MT Token",
- "symbol": "MT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://mytoken.io/en/",
- "explorer": "https://etherscan.io/token/0x9b4e2B4B13d125238Aa0480dD42B4f6fC71b37CC",
- "status": "abandoned",
- "id": "0x9b4e2B4B13d125238Aa0480dD42B4f6fC71b37CC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9b4e2B4B13d125238Aa0480dD42B4f6fC71b37CC/logo.png b/blockchains/ethereum/assets/0x9b4e2B4B13d125238Aa0480dD42B4f6fC71b37CC/logo.png
deleted file mode 100644
index 94b566e4e3ad2..0000000000000
Binary files a/blockchains/ethereum/assets/0x9b4e2B4B13d125238Aa0480dD42B4f6fC71b37CC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9b53E429B0baDd98ef7F01F03702986c516a5715/info.json b/blockchains/ethereum/assets/0x9b53E429B0baDd98ef7F01F03702986c516a5715/info.json
deleted file mode 100644
index 6acfad447faec..0000000000000
--- a/blockchains/ethereum/assets/0x9b53E429B0baDd98ef7F01F03702986c516a5715/info.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "name": "hybrix",
- "website": "https://hybrix.io",
- "description": "Every distributed ledger and blockchain has its own strengths. The hybrix token gives access to all these benefits as it exists on top of all distributed ledger systems. The open hybrix protocol enables free transport of value between all distributed ledgers. A welcoming addition next to the possibilities of atomic swaps and decentralized exchanges.",
- "explorer": "https://etherscan.io/token/0x9b53E429B0baDd98ef7F01F03702986c516a5715",
- "research": "https://api.hybrix.io",
- "type": "ERC20",
- "symbol": "HY",
- "decimals": 18,
- "status": "active",
- "id": "0x9b53E429B0baDd98ef7F01F03702986c516a5715",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/hybrix-io"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/@hybrix_io"
- },
- {
- "name": "telegram",
- "url": "https://t.me/hybrixgroup"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCGosRXmL1w7nG4TOUUFghTw"
- },
- {
- "name": "whitepaper",
- "url": "https://hybrix.io/en/docs/papers"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9b53E429B0baDd98ef7F01F03702986c516a5715/logo.png b/blockchains/ethereum/assets/0x9b53E429B0baDd98ef7F01F03702986c516a5715/logo.png
deleted file mode 100644
index a5167e3747df6..0000000000000
Binary files a/blockchains/ethereum/assets/0x9b53E429B0baDd98ef7F01F03702986c516a5715/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9b6443b0fB9C241A7fdAC375595cEa13e6B7807A/info.json b/blockchains/ethereum/assets/0x9b6443b0fB9C241A7fdAC375595cEa13e6B7807A/info.json
deleted file mode 100644
index 948f1c8184f63..0000000000000
--- a/blockchains/ethereum/assets/0x9b6443b0fB9C241A7fdAC375595cEa13e6B7807A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Reality Clash Coin",
- "symbol": "RCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Reality Clash is an Augmented Reality FPS combat game set in an underground world of cryptocurrency and hackers.",
- "website": "http://reality-clash.com/",
- "explorer": "https://etherscan.io/token/0x9b6443b0fB9C241A7fdAC375595cEa13e6B7807A",
- "status": "active",
- "id": "0x9b6443b0fB9C241A7fdAC375595cEa13e6B7807A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9b6443b0fB9C241A7fdAC375595cEa13e6B7807A/logo.png b/blockchains/ethereum/assets/0x9b6443b0fB9C241A7fdAC375595cEa13e6B7807A/logo.png
deleted file mode 100644
index adbb8f857afc7..0000000000000
Binary files a/blockchains/ethereum/assets/0x9b6443b0fB9C241A7fdAC375595cEa13e6B7807A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9bA00D6856a4eDF4665BcA2C2309936572473B7E/info.json b/blockchains/ethereum/assets/0x9bA00D6856a4eDF4665BcA2C2309936572473B7E/info.json
deleted file mode 100644
index e0cd6bac714cb..0000000000000
--- a/blockchains/ethereum/assets/0x9bA00D6856a4eDF4665BcA2C2309936572473B7E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave USDC V1",
- "symbol": "aUSDC V1",
- "type": "ERC20",
- "decimals": 6,
- "description": "Aave USDC V1 is an interest bearing token pegged 1:1 to the underlying USDC deposited in Aave V1. aUSDC V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x9bA00D6856a4eDF4665BcA2C2309936572473B7E",
- "status": "abandoned",
- "id": "0x9bA00D6856a4eDF4665BcA2C2309936572473B7E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9bA00D6856a4eDF4665BcA2C2309936572473B7E/logo.png b/blockchains/ethereum/assets/0x9bA00D6856a4eDF4665BcA2C2309936572473B7E/logo.png
deleted file mode 100644
index 5563d296cd29c..0000000000000
Binary files a/blockchains/ethereum/assets/0x9bA00D6856a4eDF4665BcA2C2309936572473B7E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9bBC245ccd40E046ccCADA849891B88c06b1626e/info.json b/blockchains/ethereum/assets/0x9bBC245ccd40E046ccCADA849891B88c06b1626e/info.json
deleted file mode 100644
index 0cc3ff298d6a8..0000000000000
--- a/blockchains/ethereum/assets/0x9bBC245ccd40E046ccCADA849891B88c06b1626e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "STAKEBIT",
- "symbol": "SBIT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9bBC245ccd40E046ccCADA849891B88c06b1626e",
- "status": "abandoned",
- "id": "0x9bBC245ccd40E046ccCADA849891B88c06b1626e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9bBC245ccd40E046ccCADA849891B88c06b1626e/logo.png b/blockchains/ethereum/assets/0x9bBC245ccd40E046ccCADA849891B88c06b1626e/logo.png
deleted file mode 100644
index 22bdf1d18ed70..0000000000000
Binary files a/blockchains/ethereum/assets/0x9bBC245ccd40E046ccCADA849891B88c06b1626e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9bBc9286cdF6eeFEBF21DF19Bac71c6Bdd7759D4/info.json b/blockchains/ethereum/assets/0x9bBc9286cdF6eeFEBF21DF19Bac71c6Bdd7759D4/info.json
deleted file mode 100644
index 98fca12b05509..0000000000000
--- a/blockchains/ethereum/assets/0x9bBc9286cdF6eeFEBF21DF19Bac71c6Bdd7759D4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QBEE",
- "symbol": "QBZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.queenbeecompany.io/",
- "explorer": "https://etherscan.io/token/0x9bBc9286cdF6eeFEBF21DF19Bac71c6Bdd7759D4",
- "status": "abandoned",
- "id": "0x9bBc9286cdF6eeFEBF21DF19Bac71c6Bdd7759D4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9bBc9286cdF6eeFEBF21DF19Bac71c6Bdd7759D4/logo.png b/blockchains/ethereum/assets/0x9bBc9286cdF6eeFEBF21DF19Bac71c6Bdd7759D4/logo.png
deleted file mode 100644
index 3f695d6d9aabb..0000000000000
Binary files a/blockchains/ethereum/assets/0x9bBc9286cdF6eeFEBF21DF19Bac71c6Bdd7759D4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9bd8eD9585Ab6B51eAC59E254317D6a7beDe6feB/info.json b/blockchains/ethereum/assets/0x9bd8eD9585Ab6B51eAC59E254317D6a7beDe6feB/info.json
deleted file mode 100644
index 50c52c1a595ab..0000000000000
--- a/blockchains/ethereum/assets/0x9bd8eD9585Ab6B51eAC59E254317D6a7beDe6feB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IRCMTOKEN.COM",
- "symbol": "IRCM",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9bd8eD9585Ab6B51eAC59E254317D6a7beDe6feB",
- "status": "abandoned",
- "id": "0x9bd8eD9585Ab6B51eAC59E254317D6a7beDe6feB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9bd8eD9585Ab6B51eAC59E254317D6a7beDe6feB/logo.png b/blockchains/ethereum/assets/0x9bd8eD9585Ab6B51eAC59E254317D6a7beDe6feB/logo.png
deleted file mode 100644
index 6d3c450eb79c4..0000000000000
Binary files a/blockchains/ethereum/assets/0x9bd8eD9585Ab6B51eAC59E254317D6a7beDe6feB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9bf1D7D63dD7a4ce167CF4866388226EEefa702E/info.json b/blockchains/ethereum/assets/0x9bf1D7D63dD7a4ce167CF4866388226EEefa702E/info.json
deleted file mode 100644
index b7a147c90ae35..0000000000000
--- a/blockchains/ethereum/assets/0x9bf1D7D63dD7a4ce167CF4866388226EEefa702E/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Ben",
- "type": "ERC20",
- "symbol": "BEN",
- "decimals": 18,
- "website": "https://bencoineth.com/",
- "description": "Ben token aims to be another meme coin... or is it?",
- "explorer": "https://etherscan.io/token/0x9bf1d7d63dd7a4ce167cf4866388226eeefa702e",
- "status": "active",
- "id": "0x9bf1D7D63dD7a4ce167CF4866388226EEefa702E",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/bencoin_eth"
- },
- {
- "name": "telegram",
- "url": "https://t.me/bencoineth"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ben/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ben-2/"
- }
- ],
- "tags": [
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9bf1D7D63dD7a4ce167CF4866388226EEefa702E/logo.png b/blockchains/ethereum/assets/0x9bf1D7D63dD7a4ce167CF4866388226EEefa702E/logo.png
deleted file mode 100644
index 612926c50e78e..0000000000000
Binary files a/blockchains/ethereum/assets/0x9bf1D7D63dD7a4ce167CF4866388226EEefa702E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9c12d9b1223130B641154d8d3DB35F91D81c8dfd/info.json b/blockchains/ethereum/assets/0x9c12d9b1223130B641154d8d3DB35F91D81c8dfd/info.json
deleted file mode 100644
index 59d1faf738988..0000000000000
--- a/blockchains/ethereum/assets/0x9c12d9b1223130B641154d8d3DB35F91D81c8dfd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "INBIT",
- "website": "https://prepayway.com/",
- "description": "PrepayWay InBit Token",
- "explorer": "https://etherscan.io/token/0x9c12d9b1223130B641154d8d3DB35F91D81c8dfd",
- "type": "ERC20",
- "symbol": "InBit",
- "decimals": 18,
- "status": "active",
- "id": "0x9c12d9b1223130B641154d8d3DB35F91D81c8dfd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9c12d9b1223130B641154d8d3DB35F91D81c8dfd/logo.png b/blockchains/ethereum/assets/0x9c12d9b1223130B641154d8d3DB35F91D81c8dfd/logo.png
deleted file mode 100644
index 0c0b019a8afed..0000000000000
Binary files a/blockchains/ethereum/assets/0x9c12d9b1223130B641154d8d3DB35F91D81c8dfd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9c197c4b58527fAAAb67CB35E3145166B23D242e/info.json b/blockchains/ethereum/assets/0x9c197c4b58527fAAAb67CB35E3145166B23D242e/info.json
deleted file mode 100644
index ae3a698e78ae9..0000000000000
--- a/blockchains/ethereum/assets/0x9c197c4b58527fAAAb67CB35E3145166B23D242e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HashNet BitEco",
- "symbol": "HNB",
- "type": "ERC20",
- "decimals": 18,
- "description": "HNB aims to build a decentralized blockchain network where individuals and enterprises can exchange products and services with trust and security.",
- "website": "https://hnb.eco",
- "explorer": "https://etherscan.io/token/0x9c197c4b58527fAAAb67CB35E3145166B23D242e",
- "status": "abandoned",
- "id": "0x9c197c4b58527fAAAb67CB35E3145166B23D242e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9c197c4b58527fAAAb67CB35E3145166B23D242e/logo.png b/blockchains/ethereum/assets/0x9c197c4b58527fAAAb67CB35E3145166B23D242e/logo.png
deleted file mode 100644
index 3076fff84d9a1..0000000000000
Binary files a/blockchains/ethereum/assets/0x9c197c4b58527fAAAb67CB35E3145166B23D242e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9c23D67AEA7B95D80942e3836BCDF7E708A747C2/info.json b/blockchains/ethereum/assets/0x9c23D67AEA7B95D80942e3836BCDF7E708A747C2/info.json
deleted file mode 100644
index 5d6c6fba6422a..0000000000000
--- a/blockchains/ethereum/assets/0x9c23D67AEA7B95D80942e3836BCDF7E708A747C2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LOCIcoin",
- "symbol": "LOCI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.loci.io/",
- "explorer": "https://etherscan.io/token/0x9c23D67AEA7B95D80942e3836BCDF7E708A747C2",
- "status": "abandoned",
- "id": "0x9c23D67AEA7B95D80942e3836BCDF7E708A747C2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9c23D67AEA7B95D80942e3836BCDF7E708A747C2/logo.png b/blockchains/ethereum/assets/0x9c23D67AEA7B95D80942e3836BCDF7E708A747C2/logo.png
deleted file mode 100755
index 4e9511a7907c4..0000000000000
Binary files a/blockchains/ethereum/assets/0x9c23D67AEA7B95D80942e3836BCDF7E708A747C2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9c405acf8688AfB61B3197421cDeeC1A266c6839/info.json b/blockchains/ethereum/assets/0x9c405acf8688AfB61B3197421cDeeC1A266c6839/info.json
deleted file mode 100644
index 20e8856698cce..0000000000000
--- a/blockchains/ethereum/assets/0x9c405acf8688AfB61B3197421cDeeC1A266c6839/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DogeYield",
- "website": "https://dogeyield.com",
- "description": "DogeYield is Yield Farming Paltform with dogecoin rewards for DOGY holders and Stakers. Dogeyield provides the users with hold system without making deposits to join the yield farming.",
- "explorer": "https://etherscan.io/token/0x9c405acf8688AfB61B3197421cDeeC1A266c6839",
- "type": "ERC20",
- "symbol": "DOGY",
- "decimals": 18,
- "status": "active",
- "id": "0x9c405acf8688AfB61B3197421cDeeC1A266c6839"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9c405acf8688AfB61B3197421cDeeC1A266c6839/logo.png b/blockchains/ethereum/assets/0x9c405acf8688AfB61B3197421cDeeC1A266c6839/logo.png
deleted file mode 100644
index fbbea36123625..0000000000000
Binary files a/blockchains/ethereum/assets/0x9c405acf8688AfB61B3197421cDeeC1A266c6839/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9c45BcE7c51d3900d6cb7025EeA9c3B0675C65c4/info.json b/blockchains/ethereum/assets/0x9c45BcE7c51d3900d6cb7025EeA9c3B0675C65c4/info.json
deleted file mode 100644
index ecde5864b87f4..0000000000000
--- a/blockchains/ethereum/assets/0x9c45BcE7c51d3900d6cb7025EeA9c3B0675C65c4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Planetagro-Exchange",
- "symbol": "ONION",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9c45BcE7c51d3900d6cb7025EeA9c3B0675C65c4",
- "status": "abandoned",
- "id": "0x9c45BcE7c51d3900d6cb7025EeA9c3B0675C65c4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9c45BcE7c51d3900d6cb7025EeA9c3B0675C65c4/logo.png b/blockchains/ethereum/assets/0x9c45BcE7c51d3900d6cb7025EeA9c3B0675C65c4/logo.png
deleted file mode 100644
index 99fe1f0c7ba53..0000000000000
Binary files a/blockchains/ethereum/assets/0x9c45BcE7c51d3900d6cb7025EeA9c3B0675C65c4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9c4c000ECD08a7C798f320F75e252A78CD1E6189/info.json b/blockchains/ethereum/assets/0x9c4c000ECD08a7C798f320F75e252A78CD1E6189/info.json
deleted file mode 100644
index 7671c7b41d17f..0000000000000
--- a/blockchains/ethereum/assets/0x9c4c000ECD08a7C798f320F75e252A78CD1E6189/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DD Copper",
- "symbol": "DDC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9c4c000ECD08a7C798f320F75e252A78CD1E6189",
- "status": "active",
- "id": "0x9c4c000ECD08a7C798f320F75e252A78CD1E6189"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9c4c000ECD08a7C798f320F75e252A78CD1E6189/logo.png b/blockchains/ethereum/assets/0x9c4c000ECD08a7C798f320F75e252A78CD1E6189/logo.png
deleted file mode 100644
index 845cb806220aa..0000000000000
Binary files a/blockchains/ethereum/assets/0x9c4c000ECD08a7C798f320F75e252A78CD1E6189/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9c6Fa42209169bCeA032e401188a6fc3e9C9f59c/info.json b/blockchains/ethereum/assets/0x9c6Fa42209169bCeA032e401188a6fc3e9C9f59c/info.json
deleted file mode 100644
index 9a2ff38a7351c..0000000000000
--- a/blockchains/ethereum/assets/0x9c6Fa42209169bCeA032e401188a6fc3e9C9f59c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Decentralized Universal Basic Income",
- "symbol": "DUBI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9c6Fa42209169bCeA032e401188a6fc3e9C9f59c",
- "status": "abandoned",
- "id": "0x9c6Fa42209169bCeA032e401188a6fc3e9C9f59c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9c6Fa42209169bCeA032e401188a6fc3e9C9f59c/logo.png b/blockchains/ethereum/assets/0x9c6Fa42209169bCeA032e401188a6fc3e9C9f59c/logo.png
deleted file mode 100755
index 998608792a49d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9c6Fa42209169bCeA032e401188a6fc3e9C9f59c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9c794f933b4DD8B49031A79b0f924D68BEF43992/info.json b/blockchains/ethereum/assets/0x9c794f933b4DD8B49031A79b0f924D68BEF43992/info.json
deleted file mode 100644
index 66501e6e90293..0000000000000
--- a/blockchains/ethereum/assets/0x9c794f933b4DD8B49031A79b0f924D68BEF43992/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XTRD",
- "symbol": "XTRD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://xtrd.io/",
- "explorer": "https://etherscan.io/token/0x9c794f933b4DD8B49031A79b0f924D68BEF43992",
- "status": "abandoned",
- "id": "0x9c794f933b4DD8B49031A79b0f924D68BEF43992"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9c794f933b4DD8B49031A79b0f924D68BEF43992/logo.png b/blockchains/ethereum/assets/0x9c794f933b4DD8B49031A79b0f924D68BEF43992/logo.png
deleted file mode 100644
index d9deb91ce7b41..0000000000000
Binary files a/blockchains/ethereum/assets/0x9c794f933b4DD8B49031A79b0f924D68BEF43992/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9cAAA528c4F8adcFfFc8063c736C05f211908e0D/info.json b/blockchains/ethereum/assets/0x9cAAA528c4F8adcFfFc8063c736C05f211908e0D/info.json
deleted file mode 100644
index da76aac96a178..0000000000000
--- a/blockchains/ethereum/assets/0x9cAAA528c4F8adcFfFc8063c736C05f211908e0D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WpayCoin",
- "symbol": "WPAY",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9cAAA528c4F8adcFfFc8063c736C05f211908e0D",
- "status": "abandoned",
- "id": "0x9cAAA528c4F8adcFfFc8063c736C05f211908e0D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9cAAA528c4F8adcFfFc8063c736C05f211908e0D/logo.png b/blockchains/ethereum/assets/0x9cAAA528c4F8adcFfFc8063c736C05f211908e0D/logo.png
deleted file mode 100644
index 8d6b6f304a63e..0000000000000
Binary files a/blockchains/ethereum/assets/0x9cAAA528c4F8adcFfFc8063c736C05f211908e0D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9cB1AEaFcc8A9406632C5B084246Ea72f62d37b6/info.json b/blockchains/ethereum/assets/0x9cB1AEaFcc8A9406632C5B084246Ea72f62d37b6/info.json
deleted file mode 100644
index 60e21d6e19ef7..0000000000000
--- a/blockchains/ethereum/assets/0x9cB1AEaFcc8A9406632C5B084246Ea72f62d37b6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LBK",
- "symbol": "LBK",
- "type": "ERC20",
- "decimals": 8,
- "description": "LBank releases its own exchange token 'LBK'. LBK will benefit from the blockchain technology and digital financial operation capabilities of LBank, and combined with the community-self-governance concept.",
- "website": "https://www.lbank.info/",
- "explorer": "https://etherscan.io/token/0x9cB1AEaFcc8A9406632C5B084246Ea72f62d37b6",
- "status": "active",
- "id": "0x9cB1AEaFcc8A9406632C5B084246Ea72f62d37b6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9cB1AEaFcc8A9406632C5B084246Ea72f62d37b6/logo.png b/blockchains/ethereum/assets/0x9cB1AEaFcc8A9406632C5B084246Ea72f62d37b6/logo.png
deleted file mode 100644
index 1d78ed11774c7..0000000000000
Binary files a/blockchains/ethereum/assets/0x9cB1AEaFcc8A9406632C5B084246Ea72f62d37b6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9cEB84f92A0561fa3Cc4132aB9c0b76A59787544/info.json b/blockchains/ethereum/assets/0x9cEB84f92A0561fa3Cc4132aB9c0b76A59787544/info.json
deleted file mode 100644
index f8954c0a1869e..0000000000000
--- a/blockchains/ethereum/assets/0x9cEB84f92A0561fa3Cc4132aB9c0b76A59787544/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Doki Doki Finance",
- "website": "https://dokidoki.finance",
- "description": "Experience DeFi in Retro Japan",
- "explorer": "https://etherscan.io/token/0x9ceb84f92a0561fa3cc4132ab9c0b76a59787544",
- "type": "ERC20",
- "symbol": "DOKI",
- "decimals": 18,
- "status": "active",
- "id": "0x9cEB84f92A0561fa3Cc4132aB9c0b76A59787544",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/dokidokidefi"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/dokidokifinance"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@dokidoki.finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9cEB84f92A0561fa3Cc4132aB9c0b76A59787544/logo.png b/blockchains/ethereum/assets/0x9cEB84f92A0561fa3Cc4132aB9c0b76A59787544/logo.png
deleted file mode 100644
index 65a9caad5a00d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9cEB84f92A0561fa3Cc4132aB9c0b76A59787544/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9cc9658382483ECd0f2117DE6B7656AA4013fa07/info.json b/blockchains/ethereum/assets/0x9cc9658382483ECd0f2117DE6B7656AA4013fa07/info.json
deleted file mode 100644
index 1a2592db97630..0000000000000
--- a/blockchains/ethereum/assets/0x9cc9658382483ECd0f2117DE6B7656AA4013fa07/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "REDFM (Rediscover Fund Management by Blockchain)",
- "symbol": "REDFM",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9cc9658382483ECd0f2117DE6B7656AA4013fa07",
- "status": "abandoned",
- "id": "0x9cc9658382483ECd0f2117DE6B7656AA4013fa07"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9cc9658382483ECd0f2117DE6B7656AA4013fa07/logo.png b/blockchains/ethereum/assets/0x9cc9658382483ECd0f2117DE6B7656AA4013fa07/logo.png
deleted file mode 100755
index 424162f3c18d5..0000000000000
Binary files a/blockchains/ethereum/assets/0x9cc9658382483ECd0f2117DE6B7656AA4013fa07/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9d0A4859Aa6a2909E7421b09F701f677F27f1aB4/info.json b/blockchains/ethereum/assets/0x9d0A4859Aa6a2909E7421b09F701f677F27f1aB4/info.json
deleted file mode 100644
index ca54d88aa2ee7..0000000000000
--- a/blockchains/ethereum/assets/0x9d0A4859Aa6a2909E7421b09F701f677F27f1aB4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wallstreetbets",
- "symbol": "WSB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9d0A4859Aa6a2909E7421b09F701f677F27f1aB4",
- "status": "abandoned",
- "id": "0x9d0A4859Aa6a2909E7421b09F701f677F27f1aB4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9d0A4859Aa6a2909E7421b09F701f677F27f1aB4/logo.png b/blockchains/ethereum/assets/0x9d0A4859Aa6a2909E7421b09F701f677F27f1aB4/logo.png
deleted file mode 100644
index dcce9b66c32e1..0000000000000
Binary files a/blockchains/ethereum/assets/0x9d0A4859Aa6a2909E7421b09F701f677F27f1aB4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9d1555d8cB3C846Bb4f7D5B1B1080872c3166676/info.json b/blockchains/ethereum/assets/0x9d1555d8cB3C846Bb4f7D5B1B1080872c3166676/info.json
deleted file mode 100644
index 4d81d743237b3..0000000000000
--- a/blockchains/ethereum/assets/0x9d1555d8cB3C846Bb4f7D5B1B1080872c3166676/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "mSLV Token",
- "website": "https://mirror.finance",
- "description": "Wrapped Mirror SLV Token.",
- "explorer": "https://etherscan.io/token/0x9d1555d8cB3C846Bb4f7D5B1B1080872c3166676",
- "type": "ERC20",
- "symbol": "mSLV",
- "decimals": 18,
- "status": "active",
- "id": "0x9d1555d8cB3C846Bb4f7D5B1B1080872c3166676",
- "tags": [
- "wrapped"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MirrorProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mirror_protocol"
- },
- {
- "name": "discord",
- "url": "https://discord.com/MirrorProtocol"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@mirror-protocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9d1555d8cB3C846Bb4f7D5B1B1080872c3166676/logo.png b/blockchains/ethereum/assets/0x9d1555d8cB3C846Bb4f7D5B1B1080872c3166676/logo.png
deleted file mode 100644
index 82a94b703890f..0000000000000
Binary files a/blockchains/ethereum/assets/0x9d1555d8cB3C846Bb4f7D5B1B1080872c3166676/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9d1C2A187cf908aEd8CFAe2353Ef72F06223d54D/info.json b/blockchains/ethereum/assets/0x9d1C2A187cf908aEd8CFAe2353Ef72F06223d54D/info.json
deleted file mode 100644
index 7875b65f27954..0000000000000
--- a/blockchains/ethereum/assets/0x9d1C2A187cf908aEd8CFAe2353Ef72F06223d54D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Strike WBTC",
- "symbol": "sWBTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Strike Finance collateral cryptocurrency",
- "explorer": "https://etherscan.io/token/0x9d1C2A187cf908aEd8CFAe2353Ef72F06223d54D",
- "status": "active",
- "id": "0x9d1C2A187cf908aEd8CFAe2353Ef72F06223d54D",
- "website": "https://strike.org"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9d1C2A187cf908aEd8CFAe2353Ef72F06223d54D/logo.png b/blockchains/ethereum/assets/0x9d1C2A187cf908aEd8CFAe2353Ef72F06223d54D/logo.png
deleted file mode 100644
index b39e34547d285..0000000000000
Binary files a/blockchains/ethereum/assets/0x9d1C2A187cf908aEd8CFAe2353Ef72F06223d54D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9d28AFED23F02Ba3646f85766484BF576f6918A8/info.json b/blockchains/ethereum/assets/0x9d28AFED23F02Ba3646f85766484BF576f6918A8/info.json
deleted file mode 100644
index 7e480c531d56f..0000000000000
--- a/blockchains/ethereum/assets/0x9d28AFED23F02Ba3646f85766484BF576f6918A8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GRAND",
- "symbol": "G",
- "type": "ERC20",
- "decimals": 15,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9d28AFED23F02Ba3646f85766484BF576f6918A8",
- "status": "abandoned",
- "id": "0x9d28AFED23F02Ba3646f85766484BF576f6918A8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9d28AFED23F02Ba3646f85766484BF576f6918A8/logo.png b/blockchains/ethereum/assets/0x9d28AFED23F02Ba3646f85766484BF576f6918A8/logo.png
deleted file mode 100755
index b340fb459c1fb..0000000000000
Binary files a/blockchains/ethereum/assets/0x9d28AFED23F02Ba3646f85766484BF576f6918A8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9d2FEE79BB1661e0Ba407A178CBF070561Fd5296/info.json b/blockchains/ethereum/assets/0x9d2FEE79BB1661e0Ba407A178CBF070561Fd5296/info.json
deleted file mode 100644
index 7f4a10cc41375..0000000000000
--- a/blockchains/ethereum/assets/0x9d2FEE79BB1661e0Ba407A178CBF070561Fd5296/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cannabit",
- "symbol": "CBT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9d2FEE79BB1661e0Ba407A178CBF070561Fd5296",
- "status": "abandoned",
- "id": "0x9d2FEE79BB1661e0Ba407A178CBF070561Fd5296"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9d2FEE79BB1661e0Ba407A178CBF070561Fd5296/logo.png b/blockchains/ethereum/assets/0x9d2FEE79BB1661e0Ba407A178CBF070561Fd5296/logo.png
deleted file mode 100644
index 06be26541a580..0000000000000
Binary files a/blockchains/ethereum/assets/0x9d2FEE79BB1661e0Ba407A178CBF070561Fd5296/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9d71CE49ab8A0E6D2a1e7BFB89374C9392FD6804/info.json b/blockchains/ethereum/assets/0x9d71CE49ab8A0E6D2a1e7BFB89374C9392FD6804/info.json
deleted file mode 100644
index efbb829491e73..0000000000000
--- a/blockchains/ethereum/assets/0x9d71CE49ab8A0E6D2a1e7BFB89374C9392FD6804/info.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- "name": "NVIR Token",
- "website": "https://nvirworld-nft.com/",
- "description": "NvirWorld is a new concept blockchain which aims to create a new digital world where everything users enjoy becomes profitable.",
- "explorer": "https://etherscan.io/token/0x9d71CE49ab8A0E6D2a1e7BFB89374C9392FD6804",
- "type": "ERC20",
- "symbol": "NVIR",
- "decimals": 18,
- "status": "active",
- "id": "0x9d71CE49ab8A0E6D2a1e7BFB89374C9392FD6804",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/nvirworld/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/nvirworld/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/nvirworld"
- },
- {
- "name": "whitepaper",
- "url": "https://nvirworld.io/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/NvirWorld"
- },
- {
- "name": "telegram",
- "url": "https://t.me/NvirWorldEN"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/nvirworld"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/nvirworld/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/nvirworld"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/NvirworldOfficial"
- }
- ],
- "tags": [
- "governance",
- "nft",
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x9d71CE49ab8A0E6D2a1e7BFB89374C9392FD6804/logo.png b/blockchains/ethereum/assets/0x9d71CE49ab8A0E6D2a1e7BFB89374C9392FD6804/logo.png
deleted file mode 100644
index 44090a3dc5ff5..0000000000000
Binary files a/blockchains/ethereum/assets/0x9d71CE49ab8A0E6D2a1e7BFB89374C9392FD6804/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9d7630aDF7ab0b0CB00Af747Db76864df0EC82E4/info.json b/blockchains/ethereum/assets/0x9d7630aDF7ab0b0CB00Af747Db76864df0EC82E4/info.json
deleted file mode 100644
index 174c1ae675d57..0000000000000
--- a/blockchains/ethereum/assets/0x9d7630aDF7ab0b0CB00Af747Db76864df0EC82E4/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "id": "0x9d7630aDF7ab0b0CB00Af747Db76864df0EC82E4",
- "name": "GATENet",
- "website": "https://gatetoken.io/",
- "description": "GATENet is building on-chain regulated securities settlement and registry solutions to reduce costs and increase efficiencies for issuers, investors and market participants.",
- "explorer": "https://etherscan.io/token/0x9d7630aDF7ab0b0CB00Af747Db76864df0EC82E4",
- "symbol": "GATE",
- "type": "ERC20",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/GSXGATECommunity"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9d7630aDF7ab0b0CB00Af747Db76864df0EC82E4/logo.png b/blockchains/ethereum/assets/0x9d7630aDF7ab0b0CB00Af747Db76864df0EC82E4/logo.png
deleted file mode 100644
index a01a134fdd0a1..0000000000000
Binary files a/blockchains/ethereum/assets/0x9d7630aDF7ab0b0CB00Af747Db76864df0EC82E4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9d89202Bb44AbBad28FEfD71774995b356f62906/info.json b/blockchains/ethereum/assets/0x9d89202Bb44AbBad28FEfD71774995b356f62906/info.json
deleted file mode 100644
index e8cd35e19fa2a..0000000000000
--- a/blockchains/ethereum/assets/0x9d89202Bb44AbBad28FEfD71774995b356f62906/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-8/30M68",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9d89202Bb44AbBad28FEfD71774995b356f62906",
- "status": "abandoned",
- "id": "0x9d89202Bb44AbBad28FEfD71774995b356f62906"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9d89202Bb44AbBad28FEfD71774995b356f62906/logo.png b/blockchains/ethereum/assets/0x9d89202Bb44AbBad28FEfD71774995b356f62906/logo.png
deleted file mode 100644
index e3717074b8808..0000000000000
Binary files a/blockchains/ethereum/assets/0x9d89202Bb44AbBad28FEfD71774995b356f62906/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9d9223436dDD466FC247e9dbbD20207e640fEf58/info.json b/blockchains/ethereum/assets/0x9d9223436dDD466FC247e9dbbD20207e640fEf58/info.json
deleted file mode 100644
index c36f28df3378c..0000000000000
--- a/blockchains/ethereum/assets/0x9d9223436dDD466FC247e9dbbD20207e640fEf58/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Olive",
- "symbol": "OLE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9d9223436dDD466FC247e9dbbD20207e640fEf58",
- "status": "abandoned",
- "id": "0x9d9223436dDD466FC247e9dbbD20207e640fEf58"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9d9223436dDD466FC247e9dbbD20207e640fEf58/logo.png b/blockchains/ethereum/assets/0x9d9223436dDD466FC247e9dbbD20207e640fEf58/logo.png
deleted file mode 100755
index a522ed7ec2c18..0000000000000
Binary files a/blockchains/ethereum/assets/0x9d9223436dDD466FC247e9dbbD20207e640fEf58/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9dBBCE383808b1981441dAa62989Ef584274AB2f/info.json b/blockchains/ethereum/assets/0x9dBBCE383808b1981441dAa62989Ef584274AB2f/info.json
deleted file mode 100644
index ea4ad64235a7e..0000000000000
--- a/blockchains/ethereum/assets/0x9dBBCE383808b1981441dAa62989Ef584274AB2f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TAM",
- "symbol": "TAM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9dBBCE383808b1981441dAa62989Ef584274AB2f",
- "status": "abandoned",
- "id": "0x9dBBCE383808b1981441dAa62989Ef584274AB2f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9dBBCE383808b1981441dAa62989Ef584274AB2f/logo.png b/blockchains/ethereum/assets/0x9dBBCE383808b1981441dAa62989Ef584274AB2f/logo.png
deleted file mode 100644
index 27008f1357001..0000000000000
Binary files a/blockchains/ethereum/assets/0x9dBBCE383808b1981441dAa62989Ef584274AB2f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9dBa10eE88D89c5849ae4100517165698fBdb411/info.json b/blockchains/ethereum/assets/0x9dBa10eE88D89c5849ae4100517165698fBdb411/info.json
deleted file mode 100644
index 8d3a8a0da876c..0000000000000
--- a/blockchains/ethereum/assets/0x9dBa10eE88D89c5849ae4100517165698fBdb411/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "dmb.top",
- "symbol": "dmb",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9dBa10eE88D89c5849ae4100517165698fBdb411",
- "status": "abandoned",
- "id": "0x9dBa10eE88D89c5849ae4100517165698fBdb411"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9dBa10eE88D89c5849ae4100517165698fBdb411/logo.png b/blockchains/ethereum/assets/0x9dBa10eE88D89c5849ae4100517165698fBdb411/logo.png
deleted file mode 100644
index f3398a7b0fba1..0000000000000
Binary files a/blockchains/ethereum/assets/0x9dBa10eE88D89c5849ae4100517165698fBdb411/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9dD04fC27eDAF636F1a07D2Ada8770c42d2f52Ff/info.json b/blockchains/ethereum/assets/0x9dD04fC27eDAF636F1a07D2Ada8770c42d2f52Ff/info.json
deleted file mode 100644
index 7fc7802f148c7..0000000000000
--- a/blockchains/ethereum/assets/0x9dD04fC27eDAF636F1a07D2Ada8770c42d2f52Ff/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DIAMOND",
- "symbol": "DMND",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9dD04fC27eDAF636F1a07D2Ada8770c42d2f52Ff",
- "status": "abandoned",
- "id": "0x9dD04fC27eDAF636F1a07D2Ada8770c42d2f52Ff"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9dD04fC27eDAF636F1a07D2Ada8770c42d2f52Ff/logo.png b/blockchains/ethereum/assets/0x9dD04fC27eDAF636F1a07D2Ada8770c42d2f52Ff/logo.png
deleted file mode 100755
index 105fe1baa0e61..0000000000000
Binary files a/blockchains/ethereum/assets/0x9dD04fC27eDAF636F1a07D2Ada8770c42d2f52Ff/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9da4Cc37379F48960Bf946E6a8329df5C2dC2bC8/info.json b/blockchains/ethereum/assets/0x9da4Cc37379F48960Bf946E6a8329df5C2dC2bC8/info.json
deleted file mode 100644
index 95824aa073d96..0000000000000
--- a/blockchains/ethereum/assets/0x9da4Cc37379F48960Bf946E6a8329df5C2dC2bC8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DD Silver",
- "symbol": "DDS",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9da4Cc37379F48960Bf946E6a8329df5C2dC2bC8",
- "status": "abandoned",
- "id": "0x9da4Cc37379F48960Bf946E6a8329df5C2dC2bC8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9da4Cc37379F48960Bf946E6a8329df5C2dC2bC8/logo.png b/blockchains/ethereum/assets/0x9da4Cc37379F48960Bf946E6a8329df5C2dC2bC8/logo.png
deleted file mode 100644
index 2a0778fb8f81a..0000000000000
Binary files a/blockchains/ethereum/assets/0x9da4Cc37379F48960Bf946E6a8329df5C2dC2bC8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9da66Fe42480141b4b238e9573a0F83880D83a51/info.json b/blockchains/ethereum/assets/0x9da66Fe42480141b4b238e9573a0F83880D83a51/info.json
deleted file mode 100644
index 7a6dcc864d239..0000000000000
--- a/blockchains/ethereum/assets/0x9da66Fe42480141b4b238e9573a0F83880D83a51/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "baarbird",
- "symbol": "baar",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9da66Fe42480141b4b238e9573a0F83880D83a51",
- "status": "abandoned",
- "id": "0x9da66Fe42480141b4b238e9573a0F83880D83a51"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9da66Fe42480141b4b238e9573a0F83880D83a51/logo.png b/blockchains/ethereum/assets/0x9da66Fe42480141b4b238e9573a0F83880D83a51/logo.png
deleted file mode 100644
index 3d30325573bb4..0000000000000
Binary files a/blockchains/ethereum/assets/0x9da66Fe42480141b4b238e9573a0F83880D83a51/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9e0aC56cbC1B247Cac5bE03d1ee757aB88E0771c/info.json b/blockchains/ethereum/assets/0x9e0aC56cbC1B247Cac5bE03d1ee757aB88E0771c/info.json
deleted file mode 100644
index c48cd1231be4b..0000000000000
--- a/blockchains/ethereum/assets/0x9e0aC56cbC1B247Cac5bE03d1ee757aB88E0771c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Digital Florin",
- "symbol": "CDF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9e0aC56cbC1B247Cac5bE03d1ee757aB88E0771c",
- "status": "abandoned",
- "id": "0x9e0aC56cbC1B247Cac5bE03d1ee757aB88E0771c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9e0aC56cbC1B247Cac5bE03d1ee757aB88E0771c/logo.png b/blockchains/ethereum/assets/0x9e0aC56cbC1B247Cac5bE03d1ee757aB88E0771c/logo.png
deleted file mode 100644
index e07f93040bc8d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9e0aC56cbC1B247Cac5bE03d1ee757aB88E0771c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9e2754c2410620d8148E382E8feb7EF30dFa5b4C/info.json b/blockchains/ethereum/assets/0x9e2754c2410620d8148E382E8feb7EF30dFa5b4C/info.json
deleted file mode 100644
index 13ceed2c46b66..0000000000000
--- a/blockchains/ethereum/assets/0x9e2754c2410620d8148E382E8feb7EF30dFa5b4C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OKStamp",
- "symbol": "STAMP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9e2754c2410620d8148E382E8feb7EF30dFa5b4C",
- "status": "abandoned",
- "id": "0x9e2754c2410620d8148E382E8feb7EF30dFa5b4C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9e2754c2410620d8148E382E8feb7EF30dFa5b4C/logo.png b/blockchains/ethereum/assets/0x9e2754c2410620d8148E382E8feb7EF30dFa5b4C/logo.png
deleted file mode 100644
index feaa311bd1b2f..0000000000000
Binary files a/blockchains/ethereum/assets/0x9e2754c2410620d8148E382E8feb7EF30dFa5b4C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9e3319636e2126e3c0bc9e3134AEC5e1508A46c7/info.json b/blockchains/ethereum/assets/0x9e3319636e2126e3c0bc9e3134AEC5e1508A46c7/info.json
deleted file mode 100644
index 4b227ff7bda31..0000000000000
--- a/blockchains/ethereum/assets/0x9e3319636e2126e3c0bc9e3134AEC5e1508A46c7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UTN-P: Universa Token",
- "symbol": "UTNP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://universablockchain.com/",
- "explorer": "https://etherscan.io/token/0x9e3319636e2126e3c0bc9e3134AEC5e1508A46c7",
- "status": "abandoned",
- "id": "0x9e3319636e2126e3c0bc9e3134AEC5e1508A46c7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9e3319636e2126e3c0bc9e3134AEC5e1508A46c7/logo.png b/blockchains/ethereum/assets/0x9e3319636e2126e3c0bc9e3134AEC5e1508A46c7/logo.png
deleted file mode 100755
index 26105b426480c..0000000000000
Binary files a/blockchains/ethereum/assets/0x9e3319636e2126e3c0bc9e3134AEC5e1508A46c7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9e4C143Bfe35f855624B3F84465AB7401A17A120/info.json b/blockchains/ethereum/assets/0x9e4C143Bfe35f855624B3F84465AB7401A17A120/info.json
deleted file mode 100644
index fc660f71a05b3..0000000000000
--- a/blockchains/ethereum/assets/0x9e4C143Bfe35f855624B3F84465AB7401A17A120/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EXCOIN CASH",
- "symbol": "EXC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9e4C143Bfe35f855624B3F84465AB7401A17A120",
- "status": "abandoned",
- "id": "0x9e4C143Bfe35f855624B3F84465AB7401A17A120"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9e4C143Bfe35f855624B3F84465AB7401A17A120/logo.png b/blockchains/ethereum/assets/0x9e4C143Bfe35f855624B3F84465AB7401A17A120/logo.png
deleted file mode 100755
index 4907380c75082..0000000000000
Binary files a/blockchains/ethereum/assets/0x9e4C143Bfe35f855624B3F84465AB7401A17A120/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9e5BD9D9fAd182ff0A93bA8085b664bcab00fA68/info.json b/blockchains/ethereum/assets/0x9e5BD9D9fAd182ff0A93bA8085b664bcab00fA68/info.json
deleted file mode 100644
index 1ade5de85d513..0000000000000
--- a/blockchains/ethereum/assets/0x9e5BD9D9fAd182ff0A93bA8085b664bcab00fA68/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Dinger Token",
- "website": "https://www.schrodingertoken.com",
- "description": "Schrodinger token is a community-driven project that hopes to provide the kind of purr-fectly amazing, enthusiastic joy that DOGE, SHIB and others have for crypto investors.",
- "explorer": "https://etherscan.io/token/0x9e5BD9D9fAd182ff0A93bA8085b664bcab00fA68",
- "type": "ERC20",
- "symbol": "DINGER",
- "decimals": 9,
- "status": "active",
- "id": "0x9e5BD9D9fAd182ff0A93bA8085b664bcab00fA68",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/SchrodingerToken"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/dinger-token/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/dinger-token"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/dingertoken"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/schrodinger/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/dingertoken"
- },
- {
- "name": "whitepaper",
- "url": "https://518c9b86-70e1-4684-a158-a6ac5cc28fdd.filesusr.com/ugd/4f7660_9c16e33add7a4e2f872af0e00ff2d848.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9e5BD9D9fAd182ff0A93bA8085b664bcab00fA68/logo.png b/blockchains/ethereum/assets/0x9e5BD9D9fAd182ff0A93bA8085b664bcab00fA68/logo.png
deleted file mode 100644
index 416b859b4e9a6..0000000000000
Binary files a/blockchains/ethereum/assets/0x9e5BD9D9fAd182ff0A93bA8085b664bcab00fA68/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9e6B2B11542f2BC52f3029077acE37E8fD838D7F/info.json b/blockchains/ethereum/assets/0x9e6B2B11542f2BC52f3029077acE37E8fD838D7F/info.json
deleted file mode 100644
index c27a4c6406df0..0000000000000
--- a/blockchains/ethereum/assets/0x9e6B2B11542f2BC52f3029077acE37E8fD838D7F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hacken",
- "symbol": "HKN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9e6B2B11542f2BC52f3029077acE37E8fD838D7F",
- "status": "abandoned",
- "id": "0x9e6B2B11542f2BC52f3029077acE37E8fD838D7F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9e6B2B11542f2BC52f3029077acE37E8fD838D7F/logo.png b/blockchains/ethereum/assets/0x9e6B2B11542f2BC52f3029077acE37E8fD838D7F/logo.png
deleted file mode 100644
index dd949e9c8af0d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9e6B2B11542f2BC52f3029077acE37E8fD838D7F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9e88613418cF03dCa54D6a2cf6Ad934A78C7A17A/info.json b/blockchains/ethereum/assets/0x9e88613418cF03dCa54D6a2cf6Ad934A78C7A17A/info.json
deleted file mode 100644
index 9a59fe47ea5aa..0000000000000
--- a/blockchains/ethereum/assets/0x9e88613418cF03dCa54D6a2cf6Ad934A78C7A17A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Swarm Fund Token",
- "symbol": "SWM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9e88613418cF03dCa54D6a2cf6Ad934A78C7A17A",
- "status": "abandoned",
- "id": "0x9e88613418cF03dCa54D6a2cf6Ad934A78C7A17A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9e88613418cF03dCa54D6a2cf6Ad934A78C7A17A/logo.png b/blockchains/ethereum/assets/0x9e88613418cF03dCa54D6a2cf6Ad934A78C7A17A/logo.png
deleted file mode 100644
index 4fa04983d3a2d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9e88613418cF03dCa54D6a2cf6Ad934A78C7A17A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9e96604445Ec19fFed9a5e8dd7B50a29C899A10C/info.json b/blockchains/ethereum/assets/0x9e96604445Ec19fFed9a5e8dd7B50a29C899A10C/info.json
deleted file mode 100644
index 084eb1ccb467f..0000000000000
--- a/blockchains/ethereum/assets/0x9e96604445Ec19fFed9a5e8dd7B50a29C899A10C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COSS",
- "symbol": "COSS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9e96604445Ec19fFed9a5e8dd7B50a29C899A10C",
- "status": "abandoned",
- "id": "0x9e96604445Ec19fFed9a5e8dd7B50a29C899A10C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9e96604445Ec19fFed9a5e8dd7B50a29C899A10C/logo.png b/blockchains/ethereum/assets/0x9e96604445Ec19fFed9a5e8dd7B50a29C899A10C/logo.png
deleted file mode 100755
index f29a52748fdc9..0000000000000
Binary files a/blockchains/ethereum/assets/0x9e96604445Ec19fFed9a5e8dd7B50a29C899A10C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9e984f28257Ae9c57918515627B078DEab4e11FE/info.json b/blockchains/ethereum/assets/0x9e984f28257Ae9c57918515627B078DEab4e11FE/info.json
deleted file mode 100644
index 40adb6a950cd0..0000000000000
--- a/blockchains/ethereum/assets/0x9e984f28257Ae9c57918515627B078DEab4e11FE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AVXChange Token",
- "symbol": "AVX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9e984f28257Ae9c57918515627B078DEab4e11FE",
- "status": "abandoned",
- "id": "0x9e984f28257Ae9c57918515627B078DEab4e11FE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9e984f28257Ae9c57918515627B078DEab4e11FE/logo.png b/blockchains/ethereum/assets/0x9e984f28257Ae9c57918515627B078DEab4e11FE/logo.png
deleted file mode 100644
index 2375aa048d8e6..0000000000000
Binary files a/blockchains/ethereum/assets/0x9e984f28257Ae9c57918515627B078DEab4e11FE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9eA724DeC925e87f79e77E39edb52cC23EaF57Cf/info.json b/blockchains/ethereum/assets/0x9eA724DeC925e87f79e77E39edb52cC23EaF57Cf/info.json
deleted file mode 100644
index 4b2992bd8045a..0000000000000
--- a/blockchains/ethereum/assets/0x9eA724DeC925e87f79e77E39edb52cC23EaF57Cf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GREATBEAR",
- "symbol": "GTB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9eA724DeC925e87f79e77E39edb52cC23EaF57Cf",
- "status": "abandoned",
- "id": "0x9eA724DeC925e87f79e77E39edb52cC23EaF57Cf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9eA724DeC925e87f79e77E39edb52cC23EaF57Cf/logo.png b/blockchains/ethereum/assets/0x9eA724DeC925e87f79e77E39edb52cC23EaF57Cf/logo.png
deleted file mode 100644
index d1f55ae6be6f2..0000000000000
Binary files a/blockchains/ethereum/assets/0x9eA724DeC925e87f79e77E39edb52cC23EaF57Cf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9eC58861641BC805564bbC0c5FB4a856516238E7/info.json b/blockchains/ethereum/assets/0x9eC58861641BC805564bbC0c5FB4a856516238E7/info.json
deleted file mode 100644
index 3f9725c42fa76..0000000000000
--- a/blockchains/ethereum/assets/0x9eC58861641BC805564bbC0c5FB4a856516238E7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Appics",
- "symbol": "XAP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9eC58861641BC805564bbC0c5FB4a856516238E7",
- "status": "abandoned",
- "id": "0x9eC58861641BC805564bbC0c5FB4a856516238E7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9eC58861641BC805564bbC0c5FB4a856516238E7/logo.png b/blockchains/ethereum/assets/0x9eC58861641BC805564bbC0c5FB4a856516238E7/logo.png
deleted file mode 100755
index 7fe00c857c564..0000000000000
Binary files a/blockchains/ethereum/assets/0x9eC58861641BC805564bbC0c5FB4a856516238E7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9eD68f8e328b03a1dC82e97Ca7c785252659a681/info.json b/blockchains/ethereum/assets/0x9eD68f8e328b03a1dC82e97Ca7c785252659a681/info.json
deleted file mode 100644
index 0270187f593bb..0000000000000
--- a/blockchains/ethereum/assets/0x9eD68f8e328b03a1dC82e97Ca7c785252659a681/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Justswap",
- "symbol": "JUST",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9eD68f8e328b03a1dC82e97Ca7c785252659a681",
- "status": "abandoned",
- "id": "0x9eD68f8e328b03a1dC82e97Ca7c785252659a681"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9eD68f8e328b03a1dC82e97Ca7c785252659a681/logo.png b/blockchains/ethereum/assets/0x9eD68f8e328b03a1dC82e97Ca7c785252659a681/logo.png
deleted file mode 100644
index bd01ffa948d98..0000000000000
Binary files a/blockchains/ethereum/assets/0x9eD68f8e328b03a1dC82e97Ca7c785252659a681/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9ea463Ec4cE9E9E5bc9cFd0187C4Ac3a70DD951D/info.json b/blockchains/ethereum/assets/0x9ea463Ec4cE9E9E5bc9cFd0187C4Ac3a70DD951D/info.json
deleted file mode 100644
index baa03436562a9..0000000000000
--- a/blockchains/ethereum/assets/0x9ea463Ec4cE9E9E5bc9cFd0187C4Ac3a70DD951D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETH 20 SMA Crossover Set",
- "symbol": "ETH20SMACO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.tokensets.com/set/eth20smaco",
- "explorer": "https://etherscan.io/token/0x9ea463Ec4cE9E9E5bc9cFd0187C4Ac3a70DD951D",
- "status": "abandoned",
- "id": "0x9ea463Ec4cE9E9E5bc9cFd0187C4Ac3a70DD951D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9ea463Ec4cE9E9E5bc9cFd0187C4Ac3a70DD951D/logo.png b/blockchains/ethereum/assets/0x9ea463Ec4cE9E9E5bc9cFd0187C4Ac3a70DD951D/logo.png
deleted file mode 100644
index e5a498a187929..0000000000000
Binary files a/blockchains/ethereum/assets/0x9ea463Ec4cE9E9E5bc9cFd0187C4Ac3a70DD951D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9eeC65E5b998dB6845321BaA915eC3338B1a469B/info.json b/blockchains/ethereum/assets/0x9eeC65E5b998dB6845321BaA915eC3338B1a469B/info.json
deleted file mode 100644
index 1e0de46b8a296..0000000000000
--- a/blockchains/ethereum/assets/0x9eeC65E5b998dB6845321BaA915eC3338B1a469B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OnlyChain",
- "symbol": "Only",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9eeC65E5b998dB6845321BaA915eC3338B1a469B",
- "status": "abandoned",
- "id": "0x9eeC65E5b998dB6845321BaA915eC3338B1a469B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9eeC65E5b998dB6845321BaA915eC3338B1a469B/logo.png b/blockchains/ethereum/assets/0x9eeC65E5b998dB6845321BaA915eC3338B1a469B/logo.png
deleted file mode 100644
index 27c953d7527a8..0000000000000
Binary files a/blockchains/ethereum/assets/0x9eeC65E5b998dB6845321BaA915eC3338B1a469B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9eecec130fb665d03a37289ee34C818Ee7F79926/info.json b/blockchains/ethereum/assets/0x9eecec130fb665d03a37289ee34C818Ee7F79926/info.json
deleted file mode 100644
index 092cd38e847f6..0000000000000
--- a/blockchains/ethereum/assets/0x9eecec130fb665d03a37289ee34C818Ee7F79926/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BETTY",
- "symbol": "BTY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9eecec130fb665d03a37289ee34C818Ee7F79926",
- "status": "abandoned",
- "id": "0x9eecec130fb665d03a37289ee34C818Ee7F79926"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9eecec130fb665d03a37289ee34C818Ee7F79926/logo.png b/blockchains/ethereum/assets/0x9eecec130fb665d03a37289ee34C818Ee7F79926/logo.png
deleted file mode 100644
index 185517bd03419..0000000000000
Binary files a/blockchains/ethereum/assets/0x9eecec130fb665d03a37289ee34C818Ee7F79926/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9f0f1Be08591AB7d990faf910B38ed5D60e4D5Bf/info.json b/blockchains/ethereum/assets/0x9f0f1Be08591AB7d990faf910B38ed5D60e4D5Bf/info.json
deleted file mode 100644
index 346dbc3a2a355..0000000000000
--- a/blockchains/ethereum/assets/0x9f0f1Be08591AB7d990faf910B38ed5D60e4D5Bf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MainCoin",
- "symbol": "MNC",
- "type": "ERC20",
- "decimals": 18,
- "description": "MainCoin is secure, open source software powered by Ethereum.",
- "website": "https://maincoin.money",
- "explorer": "https://etherscan.io/token/0x9f0f1Be08591AB7d990faf910B38ed5D60e4D5Bf",
- "status": "active",
- "id": "0x9f0f1Be08591AB7d990faf910B38ed5D60e4D5Bf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9f0f1Be08591AB7d990faf910B38ed5D60e4D5Bf/logo.png b/blockchains/ethereum/assets/0x9f0f1Be08591AB7d990faf910B38ed5D60e4D5Bf/logo.png
deleted file mode 100644
index 070b1d3e5f188..0000000000000
Binary files a/blockchains/ethereum/assets/0x9f0f1Be08591AB7d990faf910B38ed5D60e4D5Bf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9f1cF4b26211406e0cf1bbF0e3fCC8031c3B9f0A/info.json b/blockchains/ethereum/assets/0x9f1cF4b26211406e0cf1bbF0e3fCC8031c3B9f0A/info.json
deleted file mode 100644
index e4061320a7cf4..0000000000000
--- a/blockchains/ethereum/assets/0x9f1cF4b26211406e0cf1bbF0e3fCC8031c3B9f0A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Synthetic YBDAO",
- "symbol": "YBREE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9f1cF4b26211406e0cf1bbF0e3fCC8031c3B9f0A",
- "status": "abandoned",
- "id": "0x9f1cF4b26211406e0cf1bbF0e3fCC8031c3B9f0A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9f1cF4b26211406e0cf1bbF0e3fCC8031c3B9f0A/logo.png b/blockchains/ethereum/assets/0x9f1cF4b26211406e0cf1bbF0e3fCC8031c3B9f0A/logo.png
deleted file mode 100644
index 65452f3a895aa..0000000000000
Binary files a/blockchains/ethereum/assets/0x9f1cF4b26211406e0cf1bbF0e3fCC8031c3B9f0A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9f41Ef77551Be3713df2407e9788b3C5880b06Df/info.json b/blockchains/ethereum/assets/0x9f41Ef77551Be3713df2407e9788b3C5880b06Df/info.json
deleted file mode 100644
index c4b6ddfbbed90..0000000000000
--- a/blockchains/ethereum/assets/0x9f41Ef77551Be3713df2407e9788b3C5880b06Df/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 205-CN38",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9f41Ef77551Be3713df2407e9788b3C5880b06Df",
- "status": "abandoned",
- "id": "0x9f41Ef77551Be3713df2407e9788b3C5880b06Df"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9f41Ef77551Be3713df2407e9788b3C5880b06Df/logo.png b/blockchains/ethereum/assets/0x9f41Ef77551Be3713df2407e9788b3C5880b06Df/logo.png
deleted file mode 100644
index fbe7c8fd684e7..0000000000000
Binary files a/blockchains/ethereum/assets/0x9f41Ef77551Be3713df2407e9788b3C5880b06Df/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9f4AfFB8652D3AAC1F36431191a8bF0B48dab332/info.json b/blockchains/ethereum/assets/0x9f4AfFB8652D3AAC1F36431191a8bF0B48dab332/info.json
deleted file mode 100644
index 29a1c5354bc6d..0000000000000
--- a/blockchains/ethereum/assets/0x9f4AfFB8652D3AAC1F36431191a8bF0B48dab332/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Duma",
- "symbol": "DUMA",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9f4AfFB8652D3AAC1F36431191a8bF0B48dab332",
- "status": "abandoned",
- "id": "0x9f4AfFB8652D3AAC1F36431191a8bF0B48dab332"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9f4AfFB8652D3AAC1F36431191a8bF0B48dab332/logo.png b/blockchains/ethereum/assets/0x9f4AfFB8652D3AAC1F36431191a8bF0B48dab332/logo.png
deleted file mode 100644
index 31b9d8fd0f11b..0000000000000
Binary files a/blockchains/ethereum/assets/0x9f4AfFB8652D3AAC1F36431191a8bF0B48dab332/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9f55dEb6f98D27e6eBff8CFcE9826CE2610AaE5B/info.json b/blockchains/ethereum/assets/0x9f55dEb6f98D27e6eBff8CFcE9826CE2610AaE5B/info.json
deleted file mode 100644
index 4578f2bf36172..0000000000000
--- a/blockchains/ethereum/assets/0x9f55dEb6f98D27e6eBff8CFcE9826CE2610AaE5B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FASToken",
- "symbol": "FAST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9f55dEb6f98D27e6eBff8CFcE9826CE2610AaE5B",
- "status": "abandoned",
- "id": "0x9f55dEb6f98D27e6eBff8CFcE9826CE2610AaE5B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9f55dEb6f98D27e6eBff8CFcE9826CE2610AaE5B/logo.png b/blockchains/ethereum/assets/0x9f55dEb6f98D27e6eBff8CFcE9826CE2610AaE5B/logo.png
deleted file mode 100644
index 98f5f491152c8..0000000000000
Binary files a/blockchains/ethereum/assets/0x9f55dEb6f98D27e6eBff8CFcE9826CE2610AaE5B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9f6513ED2b0DE89218E97DB4A5115ba04Be449f1/info.json b/blockchains/ethereum/assets/0x9f6513ED2b0DE89218E97DB4A5115ba04Be449f1/info.json
deleted file mode 100644
index 03052a0e14bea..0000000000000
--- a/blockchains/ethereum/assets/0x9f6513ED2b0DE89218E97DB4A5115ba04Be449f1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wak Coin",
- "symbol": "WAK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9f6513ED2b0DE89218E97DB4A5115ba04Be449f1",
- "status": "abandoned",
- "id": "0x9f6513ED2b0DE89218E97DB4A5115ba04Be449f1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9f6513ED2b0DE89218E97DB4A5115ba04Be449f1/logo.png b/blockchains/ethereum/assets/0x9f6513ED2b0DE89218E97DB4A5115ba04Be449f1/logo.png
deleted file mode 100644
index da77c50ed4230..0000000000000
Binary files a/blockchains/ethereum/assets/0x9f6513ED2b0DE89218E97DB4A5115ba04Be449f1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9f7229aF0c4b9740e207Ea283b9094983f78ba04/info.json b/blockchains/ethereum/assets/0x9f7229aF0c4b9740e207Ea283b9094983f78ba04/info.json
deleted file mode 100644
index d5cd5aafd2521..0000000000000
--- a/blockchains/ethereum/assets/0x9f7229aF0c4b9740e207Ea283b9094983f78ba04/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tadpole",
- "website": "https://tadpole.finance",
- "description": "Tadpole Finance is an experimental DeFi project to create a more open lending markets, where users can make deposits and loans with any ERC20 tokens on the Ethereum network.",
- "explorer": "https://etherscan.io/token/0x9f7229aF0c4b9740e207Ea283b9094983f78ba04",
- "type": "ERC20",
- "symbol": "TAD",
- "decimals": 18,
- "status": "active",
- "id": "0x9f7229aF0c4b9740e207Ea283b9094983f78ba04"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9f7229aF0c4b9740e207Ea283b9094983f78ba04/logo.png b/blockchains/ethereum/assets/0x9f7229aF0c4b9740e207Ea283b9094983f78ba04/logo.png
deleted file mode 100644
index 64fe347000330..0000000000000
Binary files a/blockchains/ethereum/assets/0x9f7229aF0c4b9740e207Ea283b9094983f78ba04/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9f7c6A7C5af0a354761f98cb11A32471f3B94451/info.json b/blockchains/ethereum/assets/0x9f7c6A7C5af0a354761f98cb11A32471f3B94451/info.json
deleted file mode 100644
index 2f92916b7d667..0000000000000
--- a/blockchains/ethereum/assets/0x9f7c6A7C5af0a354761f98cb11A32471f3B94451/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C551552",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9f7c6A7C5af0a354761f98cb11A32471f3B94451",
- "status": "abandoned",
- "id": "0x9f7c6A7C5af0a354761f98cb11A32471f3B94451"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9f7c6A7C5af0a354761f98cb11A32471f3B94451/logo.png b/blockchains/ethereum/assets/0x9f7c6A7C5af0a354761f98cb11A32471f3B94451/logo.png
deleted file mode 100644
index a811c43ab13c4..0000000000000
Binary files a/blockchains/ethereum/assets/0x9f7c6A7C5af0a354761f98cb11A32471f3B94451/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9f826324bb9BdcF7E7Eb274BEDc417BD45D74F39/info.json b/blockchains/ethereum/assets/0x9f826324bb9BdcF7E7Eb274BEDc417BD45D74F39/info.json
deleted file mode 100644
index 99799d4fb56f5..0000000000000
--- a/blockchains/ethereum/assets/0x9f826324bb9BdcF7E7Eb274BEDc417BD45D74F39/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "milkAI",
- "type": "ERC20",
- "symbol": "milkAI",
- "decimals": 8,
- "website": "https://milkai.com/",
- "description": "Visual creation platform that utilizes artificial intelligence powered by blockchain technology. This platform generates images and videos through the use of advanced AI algorithms. By utilizing milkAI, users are able to transform their creative concepts into visual outputs.",
- "explorer": "https://etherscan.io/token/0x9f826324bb9bdcf7e7eb274bedc417bd45d74f39",
- "status": "active",
- "id": "0x9f826324bb9BdcF7E7Eb274BEDc417BD45D74F39",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MilkAI_com"
- },
- {
- "name": "telegram",
- "url": "https://t.me/milkai_com"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/milkai/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/milkai/"
- }
- ],
- "tags": [
- "nft"
- ]
-}
diff --git a/blockchains/ethereum/assets/0x9f826324bb9BdcF7E7Eb274BEDc417BD45D74F39/logo.png b/blockchains/ethereum/assets/0x9f826324bb9BdcF7E7Eb274BEDc417BD45D74F39/logo.png
deleted file mode 100644
index 8eaad5d69526b..0000000000000
Binary files a/blockchains/ethereum/assets/0x9f826324bb9BdcF7E7Eb274BEDc417BD45D74F39/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2/info.json b/blockchains/ethereum/assets/0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2/info.json
deleted file mode 100644
index 81b108528dc70..0000000000000
--- a/blockchains/ethereum/assets/0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2/info.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "name": "Maker",
- "website": "https://makerdao.com",
- "description": "Maker (MKR) is a utility token, governance token and recapitalization resource of the Maker system.",
- "explorer": "https://etherscan.io/token/0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2",
- "research": "https://research.binance.com/en/projects/maker",
- "type": "ERC20",
- "symbol": "MKR",
- "decimals": 18,
- "status": "active",
- "id": "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2",
- "tags": [
- "defi",
- "governance"
- ],
- "links": [
- {
- "name": "blog",
- "url": "https://blog.makerdao.com/"
- },
- {
- "name": "whitepaper",
- "url": "https://makerdao.com/assets/documents/purple.pdf"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/MakerDAO/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/maker/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2/logo.png b/blockchains/ethereum/assets/0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2/logo.png
deleted file mode 100644
index 2fc66654d8380..0000000000000
Binary files a/blockchains/ethereum/assets/0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9f8F7EA504588a58B8b24b832B5d25a4Aeb4706F/info.json b/blockchains/ethereum/assets/0x9f8F7EA504588a58B8b24b832B5d25a4Aeb4706F/info.json
deleted file mode 100644
index a01405d665821..0000000000000
--- a/blockchains/ethereum/assets/0x9f8F7EA504588a58B8b24b832B5d25a4Aeb4706F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Celeum",
- "symbol": "CLX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://celeum.tk/",
- "explorer": "https://etherscan.io/token/0x9f8F7EA504588a58B8b24b832B5d25a4Aeb4706F",
- "status": "abandoned",
- "id": "0x9f8F7EA504588a58B8b24b832B5d25a4Aeb4706F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9f8F7EA504588a58B8b24b832B5d25a4Aeb4706F/logo.png b/blockchains/ethereum/assets/0x9f8F7EA504588a58B8b24b832B5d25a4Aeb4706F/logo.png
deleted file mode 100644
index 20b66969dac4d..0000000000000
Binary files a/blockchains/ethereum/assets/0x9f8F7EA504588a58B8b24b832B5d25a4Aeb4706F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9f949124e2A23492005A9BB937aCb29BDa2CaB9E/info.json b/blockchains/ethereum/assets/0x9f949124e2A23492005A9BB937aCb29BDa2CaB9E/info.json
deleted file mode 100644
index 7acca0281d4d4..0000000000000
--- a/blockchains/ethereum/assets/0x9f949124e2A23492005A9BB937aCb29BDa2CaB9E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CMMEToken",
- "symbol": "CMME",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9f949124e2A23492005A9BB937aCb29BDa2CaB9E",
- "status": "abandoned",
- "id": "0x9f949124e2A23492005A9BB937aCb29BDa2CaB9E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9f949124e2A23492005A9BB937aCb29BDa2CaB9E/logo.png b/blockchains/ethereum/assets/0x9f949124e2A23492005A9BB937aCb29BDa2CaB9E/logo.png
deleted file mode 100644
index b89123b3cbfc4..0000000000000
Binary files a/blockchains/ethereum/assets/0x9f949124e2A23492005A9BB937aCb29BDa2CaB9E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9fBFed658919A896B5Dc7b00456Ce22D780f9B65/info.json b/blockchains/ethereum/assets/0x9fBFed658919A896B5Dc7b00456Ce22D780f9B65/info.json
deleted file mode 100644
index 50ed97559106e..0000000000000
--- a/blockchains/ethereum/assets/0x9fBFed658919A896B5Dc7b00456Ce22D780f9B65/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PlutusDeFi",
- "symbol": "PLT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9fBFed658919A896B5Dc7b00456Ce22D780f9B65",
- "status": "abandoned",
- "id": "0x9fBFed658919A896B5Dc7b00456Ce22D780f9B65"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9fBFed658919A896B5Dc7b00456Ce22D780f9B65/logo.png b/blockchains/ethereum/assets/0x9fBFed658919A896B5Dc7b00456Ce22D780f9B65/logo.png
deleted file mode 100644
index eef65796d53f2..0000000000000
Binary files a/blockchains/ethereum/assets/0x9fBFed658919A896B5Dc7b00456Ce22D780f9B65/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9fa69536d1cda4A04cFB50688294de75B505a9aE/info.json b/blockchains/ethereum/assets/0x9fa69536d1cda4A04cFB50688294de75B505a9aE/info.json
deleted file mode 100644
index 76cd7dfec8cb6..0000000000000
--- a/blockchains/ethereum/assets/0x9fa69536d1cda4A04cFB50688294de75B505a9aE/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "DeRace Token",
- "website": "https://derace.com",
- "description": "DeRace is a complete NFT horse racing ecosystem where you can participate in horse races, breed NFT horses with unique characteristics, build your own NFT hippodrome",
- "explorer": "https://etherscan.io/token/0x9fa69536d1cda4A04cFB50688294de75B505a9aE",
- "type": "ERC20",
- "symbol": "DERC",
- "decimals": 18,
- "status": "active",
- "id": "0x9fa69536d1cda4A04cFB50688294de75B505a9aE",
- "links": [
- {
- "name": "blog",
- "url": "https://derace.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/deracenft"
- },
- {
- "name": "telegram",
- "url": "https://t.me/DeRaceNFT"
- },
- {
- "name": "medium",
- "url": "https://deracenft.medium.com/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/67M9ckF3q3"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9fa69536d1cda4A04cFB50688294de75B505a9aE/logo.png b/blockchains/ethereum/assets/0x9fa69536d1cda4A04cFB50688294de75B505a9aE/logo.png
deleted file mode 100644
index fce6b5ea004e8..0000000000000
Binary files a/blockchains/ethereum/assets/0x9fa69536d1cda4A04cFB50688294de75B505a9aE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9fa98F4DA0faba79a928Ea785b2F94ae8d82631D/info.json b/blockchains/ethereum/assets/0x9fa98F4DA0faba79a928Ea785b2F94ae8d82631D/info.json
deleted file mode 100644
index 801d2107e7d99..0000000000000
--- a/blockchains/ethereum/assets/0x9fa98F4DA0faba79a928Ea785b2F94ae8d82631D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Block Genesis Token",
- "symbol": "BGT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9fa98F4DA0faba79a928Ea785b2F94ae8d82631D",
- "status": "abandoned",
- "id": "0x9fa98F4DA0faba79a928Ea785b2F94ae8d82631D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9fa98F4DA0faba79a928Ea785b2F94ae8d82631D/logo.png b/blockchains/ethereum/assets/0x9fa98F4DA0faba79a928Ea785b2F94ae8d82631D/logo.png
deleted file mode 100644
index 3719327f9f8f3..0000000000000
Binary files a/blockchains/ethereum/assets/0x9fa98F4DA0faba79a928Ea785b2F94ae8d82631D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9faCccc33adD9257F3BD30F8569B8845A8932A70/info.json b/blockchains/ethereum/assets/0x9faCccc33adD9257F3BD30F8569B8845A8932A70/info.json
deleted file mode 100644
index 96f53abed1605..0000000000000
--- a/blockchains/ethereum/assets/0x9faCccc33adD9257F3BD30F8569B8845A8932A70/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZIVIO",
- "symbol": "ZIO",
- "type": "ERC20",
- "decimals": 16,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0x9faCccc33adD9257F3BD30F8569B8845A8932A70",
- "status": "abandoned",
- "id": "0x9faCccc33adD9257F3BD30F8569B8845A8932A70"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9faCccc33adD9257F3BD30F8569B8845A8932A70/logo.png b/blockchains/ethereum/assets/0x9faCccc33adD9257F3BD30F8569B8845A8932A70/logo.png
deleted file mode 100644
index 966d82d0cac5e..0000000000000
Binary files a/blockchains/ethereum/assets/0x9faCccc33adD9257F3BD30F8569B8845A8932A70/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0x9ff58f4fFB29fA2266Ab25e75e2A8b3503311656/info.json b/blockchains/ethereum/assets/0x9ff58f4fFB29fA2266Ab25e75e2A8b3503311656/info.json
deleted file mode 100644
index 6330c61eb1ac6..0000000000000
--- a/blockchains/ethereum/assets/0x9ff58f4fFB29fA2266Ab25e75e2A8b3503311656/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave WBTC",
- "symbol": "aWBTC",
- "type": "ERC20",
- "decimals": 8,
- "description": "Aave WBTC is an interest bearing token pegged 1:1 to the underlying WBTC deposited in Aave. aWBTC accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0x9ff58f4fFB29fA2266Ab25e75e2A8b3503311656",
- "status": "active",
- "id": "0x9ff58f4fFB29fA2266Ab25e75e2A8b3503311656"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0x9ff58f4fFB29fA2266Ab25e75e2A8b3503311656/logo.png b/blockchains/ethereum/assets/0x9ff58f4fFB29fA2266Ab25e75e2A8b3503311656/logo.png
deleted file mode 100644
index 7ff1fc8812737..0000000000000
Binary files a/blockchains/ethereum/assets/0x9ff58f4fFB29fA2266Ab25e75e2A8b3503311656/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA0008F510fE9eE696E7E320C9e5cbf61E27791Ee/info.json b/blockchains/ethereum/assets/0xA0008F510fE9eE696E7E320C9e5cbf61E27791Ee/info.json
deleted file mode 100644
index e0e6a7023a7d8..0000000000000
--- a/blockchains/ethereum/assets/0xA0008F510fE9eE696E7E320C9e5cbf61E27791Ee/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GMB",
- "symbol": "GMB",
- "type": "ERC20",
- "decimals": 18,
- "description": "GAMB is the decentralized marketplace of the future with no decision making unit other than the owners of the marketplace themselves.",
- "website": "https://gamb.io",
- "explorer": "https://etherscan.io/token/0xA0008F510fE9eE696E7E320C9e5cbf61E27791Ee",
- "status": "active",
- "id": "0xA0008F510fE9eE696E7E320C9e5cbf61E27791Ee"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA0008F510fE9eE696E7E320C9e5cbf61E27791Ee/logo.png b/blockchains/ethereum/assets/0xA0008F510fE9eE696E7E320C9e5cbf61E27791Ee/logo.png
deleted file mode 100644
index 318492de4ea64..0000000000000
Binary files a/blockchains/ethereum/assets/0xA0008F510fE9eE696E7E320C9e5cbf61E27791Ee/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA00425D3e2D3E9FF74F3e112B4D3A7978d7D88c2/info.json b/blockchains/ethereum/assets/0xA00425D3e2D3E9FF74F3e112B4D3A7978d7D88c2/info.json
deleted file mode 100644
index ba2f6eadd5ed5..0000000000000
--- a/blockchains/ethereum/assets/0xA00425D3e2D3E9FF74F3e112B4D3A7978d7D88c2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GoPower Token",
- "symbol": "GPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://tokengoplatform.com/",
- "explorer": "https://etherscan.io/token/0xA00425D3e2D3E9FF74F3e112B4D3A7978d7D88c2",
- "status": "abandoned",
- "id": "0xA00425D3e2D3E9FF74F3e112B4D3A7978d7D88c2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA00425D3e2D3E9FF74F3e112B4D3A7978d7D88c2/logo.png b/blockchains/ethereum/assets/0xA00425D3e2D3E9FF74F3e112B4D3A7978d7D88c2/logo.png
deleted file mode 100644
index 555a35bf70579..0000000000000
Binary files a/blockchains/ethereum/assets/0xA00425D3e2D3E9FF74F3e112B4D3A7978d7D88c2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA017ac5faC5941f95010b12570B812C974469c2C/info.json b/blockchains/ethereum/assets/0xA017ac5faC5941f95010b12570B812C974469c2C/info.json
deleted file mode 100644
index a873e56b52250..0000000000000
--- a/blockchains/ethereum/assets/0xA017ac5faC5941f95010b12570B812C974469c2C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Proxeus",
- "symbol": "XES",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://proxeus.com/",
- "explorer": "https://etherscan.io/token/0xA017ac5faC5941f95010b12570B812C974469c2C",
- "status": "abandoned",
- "id": "0xA017ac5faC5941f95010b12570B812C974469c2C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA017ac5faC5941f95010b12570B812C974469c2C/logo.png b/blockchains/ethereum/assets/0xA017ac5faC5941f95010b12570B812C974469c2C/logo.png
deleted file mode 100644
index b42450266b6c0..0000000000000
Binary files a/blockchains/ethereum/assets/0xA017ac5faC5941f95010b12570B812C974469c2C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA02d0b6bfcE1dBd02b9cBB70e6b480333E8A86eC/info.json b/blockchains/ethereum/assets/0xA02d0b6bfcE1dBd02b9cBB70e6b480333E8A86eC/info.json
deleted file mode 100644
index a3881505946ae..0000000000000
--- a/blockchains/ethereum/assets/0xA02d0b6bfcE1dBd02b9cBB70e6b480333E8A86eC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IPWT",
- "website": "https://ipweb.top",
- "description": "IPWeb: A high-performance public chain based on P2P distributed storage. P2P distributed storage not only provides a secure, reliable, and low-cost storage platform, but anyone can freely use the distributed storage provided by IPWeb while defining smart contracts.",
- "explorer": "https://etherscan.io/token/0xA02d0b6bfcE1dBd02b9cBB70e6b480333E8A86eC",
- "type": "ERC20",
- "symbol": "IPWT",
- "decimals": 18,
- "status": "active",
- "id": "0xA02d0b6bfcE1dBd02b9cBB70e6b480333E8A86eC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA02d0b6bfcE1dBd02b9cBB70e6b480333E8A86eC/logo.png b/blockchains/ethereum/assets/0xA02d0b6bfcE1dBd02b9cBB70e6b480333E8A86eC/logo.png
deleted file mode 100644
index 8a6b6d32e2671..0000000000000
Binary files a/blockchains/ethereum/assets/0xA02d0b6bfcE1dBd02b9cBB70e6b480333E8A86eC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA0471cdd5c0dc2614535fD7505b17A651a8F0DAB/info.json b/blockchains/ethereum/assets/0xA0471cdd5c0dc2614535fD7505b17A651a8F0DAB/info.json
deleted file mode 100644
index 9b43bdf10845b..0000000000000
--- a/blockchains/ethereum/assets/0xA0471cdd5c0dc2614535fD7505b17A651a8F0DAB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EasySwap",
- "website": "https://easyswap.trade",
- "description": "EasySwap makes trading seamless and protects your portfolio from the high volatility of crypto markets, shielding it from turbulences and ensuring you remain profitable on the long run.",
- "explorer": "https://etherscan.io/token/0xA0471cdd5c0dc2614535fD7505b17A651a8F0DAB",
- "type": "ERC20",
- "symbol": "ESWA",
- "decimals": 8,
- "status": "active",
- "id": "0xA0471cdd5c0dc2614535fD7505b17A651a8F0DAB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA0471cdd5c0dc2614535fD7505b17A651a8F0DAB/logo.png b/blockchains/ethereum/assets/0xA0471cdd5c0dc2614535fD7505b17A651a8F0DAB/logo.png
deleted file mode 100644
index 2fb30d1db94f1..0000000000000
Binary files a/blockchains/ethereum/assets/0xA0471cdd5c0dc2614535fD7505b17A651a8F0DAB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA0637d954dA80323876dEfE1eb48B75BC33953e5/info.json b/blockchains/ethereum/assets/0xA0637d954dA80323876dEfE1eb48B75BC33953e5/info.json
deleted file mode 100644
index a403d313a3761..0000000000000
--- a/blockchains/ethereum/assets/0xA0637d954dA80323876dEfE1eb48B75BC33953e5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GlobalCitizenPay",
- "symbol": "GCP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA0637d954dA80323876dEfE1eb48B75BC33953e5",
- "status": "abandoned",
- "id": "0xA0637d954dA80323876dEfE1eb48B75BC33953e5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA0637d954dA80323876dEfE1eb48B75BC33953e5/logo.png b/blockchains/ethereum/assets/0xA0637d954dA80323876dEfE1eb48B75BC33953e5/logo.png
deleted file mode 100644
index 2c04623ef132a..0000000000000
Binary files a/blockchains/ethereum/assets/0xA0637d954dA80323876dEfE1eb48B75BC33953e5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA08F11E2920FF9ae6299F508921a47FcfE623a57/info.json b/blockchains/ethereum/assets/0xA08F11E2920FF9ae6299F508921a47FcfE623a57/info.json
deleted file mode 100644
index bd75af03c1f83..0000000000000
--- a/blockchains/ethereum/assets/0xA08F11E2920FF9ae6299F508921a47FcfE623a57/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Andrew Cecil Funderburk 3rd",
- "symbol": "ACF3",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA08F11E2920FF9ae6299F508921a47FcfE623a57",
- "status": "abandoned",
- "id": "0xA08F11E2920FF9ae6299F508921a47FcfE623a57"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA08F11E2920FF9ae6299F508921a47FcfE623a57/logo.png b/blockchains/ethereum/assets/0xA08F11E2920FF9ae6299F508921a47FcfE623a57/logo.png
deleted file mode 100644
index 655f5ac292492..0000000000000
Binary files a/blockchains/ethereum/assets/0xA08F11E2920FF9ae6299F508921a47FcfE623a57/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA099759772491738B18AE99F169157E60d16fbF7/info.json b/blockchains/ethereum/assets/0xA099759772491738B18AE99F169157E60d16fbF7/info.json
deleted file mode 100644
index 4374649b2d0d7..0000000000000
--- a/blockchains/ethereum/assets/0xA099759772491738B18AE99F169157E60d16fbF7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Americoin",
- "website": "https://ameriethe.com",
- "description": "Americoin is one of the most transformative technologies since the invention of the Internet. Americoin stands firmly in support of financial freedom and the liberty that Americoin provides globally for anyone to voluntarily participate in a permissionless and decentralized network.",
- "explorer": "https://etherscan.io/token/0xA099759772491738B18AE99F169157E60d16fbF7",
- "type": "ERC20",
- "symbol": "AME",
- "decimals": 8,
- "status": "active",
- "id": "0xA099759772491738B18AE99F169157E60d16fbF7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA099759772491738B18AE99F169157E60d16fbF7/logo.png b/blockchains/ethereum/assets/0xA099759772491738B18AE99F169157E60d16fbF7/logo.png
deleted file mode 100644
index e0921d0d1260b..0000000000000
Binary files a/blockchains/ethereum/assets/0xA099759772491738B18AE99F169157E60d16fbF7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA0CF46eb152656C7090e769916eb44a138aaa406/info.json b/blockchains/ethereum/assets/0xA0CF46eb152656C7090e769916eb44a138aaa406/info.json
deleted file mode 100644
index 8ad16c9c497e1..0000000000000
--- a/blockchains/ethereum/assets/0xA0CF46eb152656C7090e769916eb44a138aaa406/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Spheroid",
- "symbol": "SPH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.spheroiduniverse.io/",
- "explorer": "https://etherscan.io/token/0xA0CF46eb152656C7090e769916eb44a138aaa406",
- "status": "abandoned",
- "id": "0xA0CF46eb152656C7090e769916eb44a138aaa406"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA0CF46eb152656C7090e769916eb44a138aaa406/logo.png b/blockchains/ethereum/assets/0xA0CF46eb152656C7090e769916eb44a138aaa406/logo.png
deleted file mode 100644
index 179fb9bafd408..0000000000000
Binary files a/blockchains/ethereum/assets/0xA0CF46eb152656C7090e769916eb44a138aaa406/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA0Ef786Bf476fE0810408CaBA05E536aC800ff86/info.json b/blockchains/ethereum/assets/0xA0Ef786Bf476fE0810408CaBA05E536aC800ff86/info.json
deleted file mode 100644
index b32ddea3fd77a..0000000000000
--- a/blockchains/ethereum/assets/0xA0Ef786Bf476fE0810408CaBA05E536aC800ff86/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Myria",
- "website": "https://myria.com/",
- "description": "The MYRIA token is officially live, bringing Myria a step closer to building the ultimate Web3 gaming ecosystem.",
- "explorer": "https://etherscan.io/token/0xa0ef786bf476fe0810408caba05e536ac800ff86",
- "type": "ERC20",
- "symbol": "MYRIA",
- "decimals": 18,
- "status": "active",
- "id": "0xA0Ef786Bf476fE0810408CaBA05E536aC800ff86",
- "links": [
- {
- "name": "discord",
- "url": "https://discord.com/myria"
- },
- {
- "name": "telegram",
- "url": "https://t.me/myriaofficialgroup"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/myria"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0xA0Ef786Bf476fE0810408CaBA05E536aC800ff86/logo.png b/blockchains/ethereum/assets/0xA0Ef786Bf476fE0810408CaBA05E536aC800ff86/logo.png
deleted file mode 100644
index 75650993dc4be..0000000000000
Binary files a/blockchains/ethereum/assets/0xA0Ef786Bf476fE0810408CaBA05E536aC800ff86/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b/info.json b/blockchains/ethereum/assets/0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b/info.json
deleted file mode 100644
index 5806bfaaca5d4..0000000000000
--- a/blockchains/ethereum/assets/0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Crypto.com Coin",
- "website": "https://crypto.com/en/chain",
- "description": "Crypto.com Chain will be a privacy preserving payment network that focuses on enabling crypto spending in the real world, powering the future of mobile money.",
- "explorer": "https://etherscan.io/token/0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b",
- "type": "ERC20",
- "symbol": "CRO",
- "decimals": 8,
- "status": "active",
- "id": "0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b",
- "links": [
- {
- "name": "blog",
- "url": "https://medium.com/@crypto.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/cryptocom"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Crypto_com/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/CryptoComOfficial"
- },
- {
- "name": "telegram",
- "url": "https://t.me/CryptoComOfficial"
- },
- {
- "name": "whitepaper",
- "url": "https://crypto.com/images/chain_whitepaper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/crypto-com-chain/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b/logo.png b/blockchains/ethereum/assets/0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b/logo.png
deleted file mode 100644
index 2d8c7231fb971..0000000000000
Binary files a/blockchains/ethereum/assets/0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/info.json b/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/info.json
deleted file mode 100644
index b310c04de8651..0000000000000
--- a/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "USD Coin",
- "website": "https://centre.io/usdc",
- "description": "USDC is a fully collateralized US dollar stablecoin, an Ethereum powered coin and is the brainchild of CENTRE, an open source project bootstrapped by contributions from Circle and Coinbase.",
- "explorer": "https://etherscan.io/token/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
- "type": "ERC20",
- "symbol": "USDC",
- "decimals": 6,
- "status": "active",
- "id": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
- "tags": [
- "stablecoin"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/centrehq"
- },
- {
- "name": "medium",
- "url": "https://medium.com/centre-blog"
- },
- {
- "name": "whitepaper",
- "url": "https://centre.io/pdfs/centre-whitepaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/usd-coin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/usd-coin/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png b/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png
deleted file mode 100644
index eafbaac194aa7..0000000000000
Binary files a/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA0c0eD2A0CeACFa8bF1528073e57ddB0E7e17cE7/info.json b/blockchains/ethereum/assets/0xA0c0eD2A0CeACFa8bF1528073e57ddB0E7e17cE7/info.json
deleted file mode 100644
index 0e07c645f1a34..0000000000000
--- a/blockchains/ethereum/assets/0xA0c0eD2A0CeACFa8bF1528073e57ddB0E7e17cE7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AfricOil Coin",
- "symbol": "AfriCo",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA0c0eD2A0CeACFa8bF1528073e57ddB0E7e17cE7",
- "status": "abandoned",
- "id": "0xA0c0eD2A0CeACFa8bF1528073e57ddB0E7e17cE7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA0c0eD2A0CeACFa8bF1528073e57ddB0E7e17cE7/logo.png b/blockchains/ethereum/assets/0xA0c0eD2A0CeACFa8bF1528073e57ddB0E7e17cE7/logo.png
deleted file mode 100644
index ceadf285594ae..0000000000000
Binary files a/blockchains/ethereum/assets/0xA0c0eD2A0CeACFa8bF1528073e57ddB0E7e17cE7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA0cCa3Cf5c64152883f4c947c404E46996593fA7/info.json b/blockchains/ethereum/assets/0xA0cCa3Cf5c64152883f4c947c404E46996593fA7/info.json
deleted file mode 100644
index bed943b76fb24..0000000000000
--- a/blockchains/ethereum/assets/0xA0cCa3Cf5c64152883f4c947c404E46996593fA7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BRAPPER",
- "symbol": "BRAP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://brappertoken.com/",
- "explorer": "https://etherscan.io/token/0xA0cCa3Cf5c64152883f4c947c404E46996593fA7",
- "status": "abandoned",
- "id": "0xA0cCa3Cf5c64152883f4c947c404E46996593fA7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA0cCa3Cf5c64152883f4c947c404E46996593fA7/logo.png b/blockchains/ethereum/assets/0xA0cCa3Cf5c64152883f4c947c404E46996593fA7/logo.png
deleted file mode 100644
index 18d42d2e73029..0000000000000
Binary files a/blockchains/ethereum/assets/0xA0cCa3Cf5c64152883f4c947c404E46996593fA7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA110eeebc0751407bDCAeA4CD230F04A2b82a33a/info.json b/blockchains/ethereum/assets/0xA110eeebc0751407bDCAeA4CD230F04A2b82a33a/info.json
deleted file mode 100644
index 73af3cf955b4b..0000000000000
--- a/blockchains/ethereum/assets/0xA110eeebc0751407bDCAeA4CD230F04A2b82a33a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GoWithMi",
- "website": "https://gowithmi.com",
- "description": "GoWithMi aims to map the world on the blockchain by building a global decentralized location-based services infrastructure for applications.",
- "explorer": "https://etherscan.io/token/0xA110eeebc0751407bDCAeA4CD230F04A2b82a33a",
- "type": "ERC20",
- "symbol": "GMAT",
- "decimals": 18,
- "status": "active",
- "id": "0xA110eeebc0751407bDCAeA4CD230F04A2b82a33a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA110eeebc0751407bDCAeA4CD230F04A2b82a33a/logo.png b/blockchains/ethereum/assets/0xA110eeebc0751407bDCAeA4CD230F04A2b82a33a/logo.png
deleted file mode 100644
index 969ad64c50f57..0000000000000
Binary files a/blockchains/ethereum/assets/0xA110eeebc0751407bDCAeA4CD230F04A2b82a33a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA1248c718d52752b2cC257eeb0eBa900408dAeB8/info.json b/blockchains/ethereum/assets/0xA1248c718d52752b2cC257eeb0eBa900408dAeB8/info.json
deleted file mode 100644
index a17b27926d282..0000000000000
--- a/blockchains/ethereum/assets/0xA1248c718d52752b2cC257eeb0eBa900408dAeB8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SWYFT Token",
- "symbol": "SWYFTT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://swyft.network/",
- "explorer": "https://etherscan.io/token/0xA1248c718d52752b2cC257eeb0eBa900408dAeB8",
- "status": "abandoned",
- "id": "0xA1248c718d52752b2cC257eeb0eBa900408dAeB8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA1248c718d52752b2cC257eeb0eBa900408dAeB8/logo.png b/blockchains/ethereum/assets/0xA1248c718d52752b2cC257eeb0eBa900408dAeB8/logo.png
deleted file mode 100644
index b608db458fcc4..0000000000000
Binary files a/blockchains/ethereum/assets/0xA1248c718d52752b2cC257eeb0eBa900408dAeB8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA12D6e782e67fC4aF136098324ab2658b2734BD0/info.json b/blockchains/ethereum/assets/0xA12D6e782e67fC4aF136098324ab2658b2734BD0/info.json
deleted file mode 100644
index eef02def4f121..0000000000000
--- a/blockchains/ethereum/assets/0xA12D6e782e67fC4aF136098324ab2658b2734BD0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MAZO",
- "symbol": "MAZO",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA12D6e782e67fC4aF136098324ab2658b2734BD0",
- "status": "abandoned",
- "id": "0xA12D6e782e67fC4aF136098324ab2658b2734BD0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA12D6e782e67fC4aF136098324ab2658b2734BD0/logo.png b/blockchains/ethereum/assets/0xA12D6e782e67fC4aF136098324ab2658b2734BD0/logo.png
deleted file mode 100644
index 406d8cb4de0a4..0000000000000
Binary files a/blockchains/ethereum/assets/0xA12D6e782e67fC4aF136098324ab2658b2734BD0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA13d570cea90D9Ae0AAe2C2BbA975645BC82ae85/info.json b/blockchains/ethereum/assets/0xA13d570cea90D9Ae0AAe2C2BbA975645BC82ae85/info.json
deleted file mode 100644
index e889ded05a97d..0000000000000
--- a/blockchains/ethereum/assets/0xA13d570cea90D9Ae0AAe2C2BbA975645BC82ae85/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RIZIN",
- "symbol": "RZN",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA13d570cea90D9Ae0AAe2C2BbA975645BC82ae85",
- "status": "abandoned",
- "id": "0xA13d570cea90D9Ae0AAe2C2BbA975645BC82ae85"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA13d570cea90D9Ae0AAe2C2BbA975645BC82ae85/logo.png b/blockchains/ethereum/assets/0xA13d570cea90D9Ae0AAe2C2BbA975645BC82ae85/logo.png
deleted file mode 100644
index 080c7a2701144..0000000000000
Binary files a/blockchains/ethereum/assets/0xA13d570cea90D9Ae0AAe2C2BbA975645BC82ae85/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA13f0743951B4f6E3e3AA039f682E17279f52bc3/info.json b/blockchains/ethereum/assets/0xA13f0743951B4f6E3e3AA039f682E17279f52bc3/info.json
deleted file mode 100644
index 54365dceadf2e..0000000000000
--- a/blockchains/ethereum/assets/0xA13f0743951B4f6E3e3AA039f682E17279f52bc3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sentinel Chain Token",
- "symbol": "SENC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Sentinel Chain (SENC) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://sentinel-chain.org",
- "explorer": "https://etherscan.io/token/0xA13f0743951B4f6E3e3AA039f682E17279f52bc3",
- "status": "active",
- "id": "0xA13f0743951B4f6E3e3AA039f682E17279f52bc3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA13f0743951B4f6E3e3AA039f682E17279f52bc3/logo.png b/blockchains/ethereum/assets/0xA13f0743951B4f6E3e3AA039f682E17279f52bc3/logo.png
deleted file mode 100644
index 20d04f3b05003..0000000000000
Binary files a/blockchains/ethereum/assets/0xA13f0743951B4f6E3e3AA039f682E17279f52bc3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA15C7Ebe1f07CaF6bFF097D8a589fb8AC49Ae5B3/info.json b/blockchains/ethereum/assets/0xA15C7Ebe1f07CaF6bFF097D8a589fb8AC49Ae5B3/info.json
deleted file mode 100644
index 7d9c00701a6a4..0000000000000
--- a/blockchains/ethereum/assets/0xA15C7Ebe1f07CaF6bFF097D8a589fb8AC49Ae5B3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pundi X (Old)",
- "website": "https://pundix.com",
- "description": "Pundi X (NPXS) aims to make the use of cryptocurrency as a form of payment into a reality for retailers and consumers alike.",
- "explorer": "https://etherscan.io/token/0xA15C7Ebe1f07CaF6bFF097D8a589fb8AC49Ae5B3",
- "type": "ERC20",
- "symbol": "NPXS",
- "decimals": 18,
- "status": "abandoned",
- "id": "0xA15C7Ebe1f07CaF6bFF097D8a589fb8AC49Ae5B3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA15C7Ebe1f07CaF6bFF097D8a589fb8AC49Ae5B3/logo.png b/blockchains/ethereum/assets/0xA15C7Ebe1f07CaF6bFF097D8a589fb8AC49Ae5B3/logo.png
deleted file mode 100644
index fbf12a553d5a5..0000000000000
Binary files a/blockchains/ethereum/assets/0xA15C7Ebe1f07CaF6bFF097D8a589fb8AC49Ae5B3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA1AFFfE3F4D611d252010E3EAf6f4D77088b0cd7/info.json b/blockchains/ethereum/assets/0xA1AFFfE3F4D611d252010E3EAf6f4D77088b0cd7/info.json
deleted file mode 100644
index f5707e7a34fe1..0000000000000
--- a/blockchains/ethereum/assets/0xA1AFFfE3F4D611d252010E3EAf6f4D77088b0cd7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "reflect.finance",
- "website": "https://reflect.finance",
- "description": "Frictionless Yield Generation. Hold and Earn.",
- "explorer": "https://etherscan.io/token/0xa1afffe3f4d611d252010e3eaf6f4d77088b0cd7",
- "type": "ERC20",
- "symbol": "RFI",
- "decimals": 9,
- "status": "active",
- "id": "0xA1AFFfE3F4D611d252010E3EAf6f4D77088b0cd7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA1AFFfE3F4D611d252010E3EAf6f4D77088b0cd7/logo.png b/blockchains/ethereum/assets/0xA1AFFfE3F4D611d252010E3EAf6f4D77088b0cd7/logo.png
deleted file mode 100644
index 792f74bf8b420..0000000000000
Binary files a/blockchains/ethereum/assets/0xA1AFFfE3F4D611d252010E3EAf6f4D77088b0cd7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA1BA7186eeC1Be5114b0Cf49b95B23aDC4131B51/info.json b/blockchains/ethereum/assets/0xA1BA7186eeC1Be5114b0Cf49b95B23aDC4131B51/info.json
deleted file mode 100644
index 1e22e67a6fa64..0000000000000
--- a/blockchains/ethereum/assets/0xA1BA7186eeC1Be5114b0Cf49b95B23aDC4131B51/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FTI NEWS Token",
- "symbol": "TECH",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA1BA7186eeC1Be5114b0Cf49b95B23aDC4131B51",
- "status": "abandoned",
- "id": "0xA1BA7186eeC1Be5114b0Cf49b95B23aDC4131B51"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA1BA7186eeC1Be5114b0Cf49b95B23aDC4131B51/logo.png b/blockchains/ethereum/assets/0xA1BA7186eeC1Be5114b0Cf49b95B23aDC4131B51/logo.png
deleted file mode 100644
index 61139e3ac1a57..0000000000000
Binary files a/blockchains/ethereum/assets/0xA1BA7186eeC1Be5114b0Cf49b95B23aDC4131B51/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA1Dfe596add9585CB5c5b9569AEdef837e7Dfe3E/info.json b/blockchains/ethereum/assets/0xA1Dfe596add9585CB5c5b9569AEdef837e7Dfe3E/info.json
deleted file mode 100644
index 43a44c5025914..0000000000000
--- a/blockchains/ethereum/assets/0xA1Dfe596add9585CB5c5b9569AEdef837e7Dfe3E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TEOGLOBAL",
- "symbol": "TGR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA1Dfe596add9585CB5c5b9569AEdef837e7Dfe3E",
- "status": "abandoned",
- "id": "0xA1Dfe596add9585CB5c5b9569AEdef837e7Dfe3E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA1Dfe596add9585CB5c5b9569AEdef837e7Dfe3E/logo.png b/blockchains/ethereum/assets/0xA1Dfe596add9585CB5c5b9569AEdef837e7Dfe3E/logo.png
deleted file mode 100644
index cc835983eea09..0000000000000
Binary files a/blockchains/ethereum/assets/0xA1Dfe596add9585CB5c5b9569AEdef837e7Dfe3E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA1F18BA7a1FA1F2c15EAE5C42e722278F1235b7a/info.json b/blockchains/ethereum/assets/0xA1F18BA7a1FA1F2c15EAE5C42e722278F1235b7a/info.json
deleted file mode 100644
index f1d757959c96c..0000000000000
--- a/blockchains/ethereum/assets/0xA1F18BA7a1FA1F2c15EAE5C42e722278F1235b7a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ESCX Token",
- "symbol": "ESCX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA1F18BA7a1FA1F2c15EAE5C42e722278F1235b7a",
- "status": "abandoned",
- "id": "0xA1F18BA7a1FA1F2c15EAE5C42e722278F1235b7a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA1F18BA7a1FA1F2c15EAE5C42e722278F1235b7a/logo.png b/blockchains/ethereum/assets/0xA1F18BA7a1FA1F2c15EAE5C42e722278F1235b7a/logo.png
deleted file mode 100644
index d8cf2574c82cb..0000000000000
Binary files a/blockchains/ethereum/assets/0xA1F18BA7a1FA1F2c15EAE5C42e722278F1235b7a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA1c8031EF18272d8BfeD22E1b61319D6d9d2881B/info.json b/blockchains/ethereum/assets/0xA1c8031EF18272d8BfeD22E1b61319D6d9d2881B/info.json
deleted file mode 100644
index 740cd38772182..0000000000000
--- a/blockchains/ethereum/assets/0xA1c8031EF18272d8BfeD22E1b61319D6d9d2881B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PlanetCoin",
- "symbol": "PLT",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA1c8031EF18272d8BfeD22E1b61319D6d9d2881B",
- "status": "abandoned",
- "id": "0xA1c8031EF18272d8BfeD22E1b61319D6d9d2881B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA1c8031EF18272d8BfeD22E1b61319D6d9d2881B/logo.png b/blockchains/ethereum/assets/0xA1c8031EF18272d8BfeD22E1b61319D6d9d2881B/logo.png
deleted file mode 100644
index 8d0b4f45302bc..0000000000000
Binary files a/blockchains/ethereum/assets/0xA1c8031EF18272d8BfeD22E1b61319D6d9d2881B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA1d38Ef843553322a338CdD7d6134565ffbA97ab/info.json b/blockchains/ethereum/assets/0xA1d38Ef843553322a338CdD7d6134565ffbA97ab/info.json
deleted file mode 100644
index c58f0f4a10ade..0000000000000
--- a/blockchains/ethereum/assets/0xA1d38Ef843553322a338CdD7d6134565ffbA97ab/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Levyte Token",
- "symbol": "LEVT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA1d38Ef843553322a338CdD7d6134565ffbA97ab",
- "status": "abandoned",
- "id": "0xA1d38Ef843553322a338CdD7d6134565ffbA97ab"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA1d38Ef843553322a338CdD7d6134565ffbA97ab/logo.png b/blockchains/ethereum/assets/0xA1d38Ef843553322a338CdD7d6134565ffbA97ab/logo.png
deleted file mode 100644
index 6a9ab20b7351f..0000000000000
Binary files a/blockchains/ethereum/assets/0xA1d38Ef843553322a338CdD7d6134565ffbA97ab/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA2085073878152aC3090eA13D1e41bD69e60Dc99/info.json b/blockchains/ethereum/assets/0xA2085073878152aC3090eA13D1e41bD69e60Dc99/info.json
deleted file mode 100644
index 92865c30e3fa9..0000000000000
--- a/blockchains/ethereum/assets/0xA2085073878152aC3090eA13D1e41bD69e60Dc99/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Escoin",
- "website": "https://escoin.ee/",
- "description": "The purpose of Escoin includes providing clients and law firms establish mutual cooperation in the digital environment in accordance with common interests by eliminating the country’s borders and providing the entire infrastructure they need.",
- "explorer": "https://etherscan.io/token/0xa2085073878152ac3090ea13d1e41bd69e60dc99",
- "type": "ERC20",
- "symbol": "ELG",
- "decimals": 18,
- "status": "active",
- "id": "0xA2085073878152aC3090eA13D1e41bD69e60Dc99"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA2085073878152aC3090eA13D1e41bD69e60Dc99/logo.png b/blockchains/ethereum/assets/0xA2085073878152aC3090eA13D1e41bD69e60Dc99/logo.png
deleted file mode 100644
index cbdd56bbf386d..0000000000000
Binary files a/blockchains/ethereum/assets/0xA2085073878152aC3090eA13D1e41bD69e60Dc99/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA20f024FCDb5dc72d067a3dFa6c3eCE338A04344/info.json b/blockchains/ethereum/assets/0xA20f024FCDb5dc72d067a3dFa6c3eCE338A04344/info.json
deleted file mode 100644
index 771052ed613b7..0000000000000
--- a/blockchains/ethereum/assets/0xA20f024FCDb5dc72d067a3dFa6c3eCE338A04344/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethereum Titan",
- "symbol": "ETT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA20f024FCDb5dc72d067a3dFa6c3eCE338A04344",
- "status": "abandoned",
- "id": "0xA20f024FCDb5dc72d067a3dFa6c3eCE338A04344"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA20f024FCDb5dc72d067a3dFa6c3eCE338A04344/logo.png b/blockchains/ethereum/assets/0xA20f024FCDb5dc72d067a3dFa6c3eCE338A04344/logo.png
deleted file mode 100644
index 6e8fd372e3f39..0000000000000
Binary files a/blockchains/ethereum/assets/0xA20f024FCDb5dc72d067a3dFa6c3eCE338A04344/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA2120b9e674d3fC3875f415A7DF52e382F141225/info.json b/blockchains/ethereum/assets/0xA2120b9e674d3fC3875f415A7DF52e382F141225/info.json
deleted file mode 100644
index 5fe11d3e78bbc..0000000000000
--- a/blockchains/ethereum/assets/0xA2120b9e674d3fC3875f415A7DF52e382F141225/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Automata",
- "website": "https://www.ata.network",
- "description": "Automata Network is a decentralized service protocol that provides a privacy middleware layer for dApps across multiple blockchains.",
- "explorer": "https://etherscan.io/token/0xA2120b9e674d3fC3875f415A7DF52e382F141225",
- "type": "ERC20",
- "symbol": "ATA",
- "decimals": 18,
- "status": "active",
- "id": "0xA2120b9e674d3fC3875f415A7DF52e382F141225",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/automata-network"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/automatanetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ata_network"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/automata/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/automata-network/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA2120b9e674d3fC3875f415A7DF52e382F141225/logo.png b/blockchains/ethereum/assets/0xA2120b9e674d3fC3875f415A7DF52e382F141225/logo.png
deleted file mode 100644
index 0184935a8c392..0000000000000
Binary files a/blockchains/ethereum/assets/0xA2120b9e674d3fC3875f415A7DF52e382F141225/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA240EE926a32E5FD0b5fbfbF6ef1bc2E365D0F90/info.json b/blockchains/ethereum/assets/0xA240EE926a32E5FD0b5fbfbF6ef1bc2E365D0F90/info.json
deleted file mode 100644
index 25faf1da993b0..0000000000000
--- a/blockchains/ethereum/assets/0xA240EE926a32E5FD0b5fbfbF6ef1bc2E365D0F90/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 192-CN18",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA240EE926a32E5FD0b5fbfbF6ef1bc2E365D0F90",
- "status": "abandoned",
- "id": "0xA240EE926a32E5FD0b5fbfbF6ef1bc2E365D0F90"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA240EE926a32E5FD0b5fbfbF6ef1bc2E365D0F90/logo.png b/blockchains/ethereum/assets/0xA240EE926a32E5FD0b5fbfbF6ef1bc2E365D0F90/logo.png
deleted file mode 100644
index d5b6d7351f636..0000000000000
Binary files a/blockchains/ethereum/assets/0xA240EE926a32E5FD0b5fbfbF6ef1bc2E365D0F90/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA26C4caaaEa8b88ef49Bf8c380488f66C2d807Ae/info.json b/blockchains/ethereum/assets/0xA26C4caaaEa8b88ef49Bf8c380488f66C2d807Ae/info.json
deleted file mode 100644
index 3e4bd88dcc85b..0000000000000
--- a/blockchains/ethereum/assets/0xA26C4caaaEa8b88ef49Bf8c380488f66C2d807Ae/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Eviff",
- "symbol": "EVF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA26C4caaaEa8b88ef49Bf8c380488f66C2d807Ae",
- "status": "abandoned",
- "id": "0xA26C4caaaEa8b88ef49Bf8c380488f66C2d807Ae"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA26C4caaaEa8b88ef49Bf8c380488f66C2d807Ae/logo.png b/blockchains/ethereum/assets/0xA26C4caaaEa8b88ef49Bf8c380488f66C2d807Ae/logo.png
deleted file mode 100644
index fc0df93437823..0000000000000
Binary files a/blockchains/ethereum/assets/0xA26C4caaaEa8b88ef49Bf8c380488f66C2d807Ae/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA28d2EC98C6bb076A2e152dC9e0d94C8C01e36B0/info.json b/blockchains/ethereum/assets/0xA28d2EC98C6bb076A2e152dC9e0d94C8C01e36B0/info.json
deleted file mode 100644
index ee092c8756e5d..0000000000000
--- a/blockchains/ethereum/assets/0xA28d2EC98C6bb076A2e152dC9e0d94C8C01e36B0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Strike COMP",
- "symbol": "sCOMP",
- "type": "ERC20",
- "decimals": 18,
- "description": "Strike Finance collateral cryptocurrency",
- "explorer": "https://etherscan.io/token/0xA28d2EC98C6bb076A2e152dC9e0d94C8C01e36B0",
- "status": "active",
- "id": "0xA28d2EC98C6bb076A2e152dC9e0d94C8C01e36B0",
- "website": "https://strike.org"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA28d2EC98C6bb076A2e152dC9e0d94C8C01e36B0/logo.png b/blockchains/ethereum/assets/0xA28d2EC98C6bb076A2e152dC9e0d94C8C01e36B0/logo.png
deleted file mode 100644
index fd74c6c0f7dcc..0000000000000
Binary files a/blockchains/ethereum/assets/0xA28d2EC98C6bb076A2e152dC9e0d94C8C01e36B0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA2A19165C17B36a5C753A246c1e188489754A693/info.json b/blockchains/ethereum/assets/0xA2A19165C17B36a5C753A246c1e188489754A693/info.json
deleted file mode 100644
index e05696e80e0a0..0000000000000
--- a/blockchains/ethereum/assets/0xA2A19165C17B36a5C753A246c1e188489754A693/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "P2PG",
- "symbol": "P2PGO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA2A19165C17B36a5C753A246c1e188489754A693",
- "status": "abandoned",
- "id": "0xA2A19165C17B36a5C753A246c1e188489754A693"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA2A19165C17B36a5C753A246c1e188489754A693/logo.png b/blockchains/ethereum/assets/0xA2A19165C17B36a5C753A246c1e188489754A693/logo.png
deleted file mode 100644
index 44accf302fad8..0000000000000
Binary files a/blockchains/ethereum/assets/0xA2A19165C17B36a5C753A246c1e188489754A693/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA2A54f1Ec1f09316eF12c1770D32ed8F21B1Fb6A/info.json b/blockchains/ethereum/assets/0xA2A54f1Ec1f09316eF12c1770D32ed8F21B1Fb6A/info.json
deleted file mode 100644
index b7ae446dd1717..0000000000000
--- a/blockchains/ethereum/assets/0xA2A54f1Ec1f09316eF12c1770D32ed8F21B1Fb6A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DFT",
- "symbol": "DFT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.digifinex.com/",
- "explorer": "https://etherscan.io/token/0xA2A54f1Ec1f09316eF12c1770D32ed8F21B1Fb6A",
- "status": "abandoned",
- "id": "0xA2A54f1Ec1f09316eF12c1770D32ed8F21B1Fb6A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA2A54f1Ec1f09316eF12c1770D32ed8F21B1Fb6A/logo.png b/blockchains/ethereum/assets/0xA2A54f1Ec1f09316eF12c1770D32ed8F21B1Fb6A/logo.png
deleted file mode 100755
index 9b3fb92e6a3e7..0000000000000
Binary files a/blockchains/ethereum/assets/0xA2A54f1Ec1f09316eF12c1770D32ed8F21B1Fb6A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA2A8Dec9d963e2fE7a5aB8469586B07eF53bb505/info.json b/blockchains/ethereum/assets/0xA2A8Dec9d963e2fE7a5aB8469586B07eF53bb505/info.json
deleted file mode 100644
index ee5f1a7910aef..0000000000000
--- a/blockchains/ethereum/assets/0xA2A8Dec9d963e2fE7a5aB8469586B07eF53bb505/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Peak Token",
- "symbol": "PEAK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA2A8Dec9d963e2fE7a5aB8469586B07eF53bb505",
- "status": "abandoned",
- "id": "0xA2A8Dec9d963e2fE7a5aB8469586B07eF53bb505"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA2A8Dec9d963e2fE7a5aB8469586B07eF53bb505/logo.png b/blockchains/ethereum/assets/0xA2A8Dec9d963e2fE7a5aB8469586B07eF53bb505/logo.png
deleted file mode 100644
index 93f8f59779525..0000000000000
Binary files a/blockchains/ethereum/assets/0xA2A8Dec9d963e2fE7a5aB8469586B07eF53bb505/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA2B14f0E0986d2733B01808491536F923554c903/info.json b/blockchains/ethereum/assets/0xA2B14f0E0986d2733B01808491536F923554c903/info.json
deleted file mode 100644
index 1779c85c46d92..0000000000000
--- a/blockchains/ethereum/assets/0xA2B14f0E0986d2733B01808491536F923554c903/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ALMEEGRAM",
- "symbol": "ALMG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA2B14f0E0986d2733B01808491536F923554c903",
- "status": "abandoned",
- "id": "0xA2B14f0E0986d2733B01808491536F923554c903"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA2B14f0E0986d2733B01808491536F923554c903/logo.png b/blockchains/ethereum/assets/0xA2B14f0E0986d2733B01808491536F923554c903/logo.png
deleted file mode 100644
index dc38b0f0394e5..0000000000000
Binary files a/blockchains/ethereum/assets/0xA2B14f0E0986d2733B01808491536F923554c903/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA2DCA432DCe9c67Bfa31B29A8af0c7852cFf4713/info.json b/blockchains/ethereum/assets/0xA2DCA432DCe9c67Bfa31B29A8af0c7852cFf4713/info.json
deleted file mode 100644
index 04809958a44b5..0000000000000
--- a/blockchains/ethereum/assets/0xA2DCA432DCe9c67Bfa31B29A8af0c7852cFf4713/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Trust Block",
- "symbol": "TB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA2DCA432DCe9c67Bfa31B29A8af0c7852cFf4713",
- "status": "abandoned",
- "id": "0xA2DCA432DCe9c67Bfa31B29A8af0c7852cFf4713"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA2DCA432DCe9c67Bfa31B29A8af0c7852cFf4713/logo.png b/blockchains/ethereum/assets/0xA2DCA432DCe9c67Bfa31B29A8af0c7852cFf4713/logo.png
deleted file mode 100644
index 49e915d8561da..0000000000000
Binary files a/blockchains/ethereum/assets/0xA2DCA432DCe9c67Bfa31B29A8af0c7852cFf4713/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA2a0bC3CEcF38AD9A2f8e18D27083215c1fB2706/info.json b/blockchains/ethereum/assets/0xA2a0bC3CEcF38AD9A2f8e18D27083215c1fB2706/info.json
deleted file mode 100644
index 4ae591dfaae05..0000000000000
--- a/blockchains/ethereum/assets/0xA2a0bC3CEcF38AD9A2f8e18D27083215c1fB2706/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MATCoin",
- "symbol": "MAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA2a0bC3CEcF38AD9A2f8e18D27083215c1fB2706",
- "status": "abandoned",
- "id": "0xA2a0bC3CEcF38AD9A2f8e18D27083215c1fB2706"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA2a0bC3CEcF38AD9A2f8e18D27083215c1fB2706/logo.png b/blockchains/ethereum/assets/0xA2a0bC3CEcF38AD9A2f8e18D27083215c1fB2706/logo.png
deleted file mode 100755
index 43943d743069d..0000000000000
Binary files a/blockchains/ethereum/assets/0xA2a0bC3CEcF38AD9A2f8e18D27083215c1fB2706/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA2b4C0Af19cC16a6CfAcCe81F192B024d625817D/info.json b/blockchains/ethereum/assets/0xA2b4C0Af19cC16a6CfAcCe81F192B024d625817D/info.json
deleted file mode 100644
index 1613e9088caf0..0000000000000
--- a/blockchains/ethereum/assets/0xA2b4C0Af19cC16a6CfAcCe81F192B024d625817D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kishu Inu",
- "type": "ERC20",
- "symbol": "KISHU",
- "decimals": 9,
- "website": "https://kishu.finance/",
- "description": "Kishu Inu ($KISHU) is a community-focused, decentralized cryptocurrency with instant rewards for holders. Join the moon mission.",
- "explorer": "https://etherscan.io/token/0xa2b4c0af19cc16a6cfacce81f192b024d625817d",
- "status": "active",
- "id": "0xA2b4C0Af19cC16a6CfAcCe81F192B024d625817D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA2b4C0Af19cC16a6CfAcCe81F192B024d625817D/logo.png b/blockchains/ethereum/assets/0xA2b4C0Af19cC16a6CfAcCe81F192B024d625817D/logo.png
deleted file mode 100644
index 8923338cc2989..0000000000000
Binary files a/blockchains/ethereum/assets/0xA2b4C0Af19cC16a6CfAcCe81F192B024d625817D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18/info.json b/blockchains/ethereum/assets/0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18/info.json
deleted file mode 100644
index 28fc1d944f622..0000000000000
--- a/blockchains/ethereum/assets/0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Onyx",
- "website": "https://onyx.org",
- "description": "Onyx Protocol enables users to access a cross-token aggregated liquidity protocol that supports NFTs, Tokens and ETH all-in-one. Onyx is powered by Onyxcoin (XCN), the protocols native utility and governance token.",
- "explorer": "https://etherscan.io/token/0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18",
- "type": "ERC20",
- "symbol": "XCN",
- "decimals": 18,
- "status": "active",
- "id": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Onyx-Protocol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/OnyxProtocol"
- },
- {
- "name": "blog",
- "url": "https://blog.chain.com/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/chain/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/onyx"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18/logo.png b/blockchains/ethereum/assets/0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18/logo.png
deleted file mode 100644
index 18629f0ee352e..0000000000000
Binary files a/blockchains/ethereum/assets/0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA2fEf2Ce4A51033C6506A336963D59338b55F155/info.json b/blockchains/ethereum/assets/0xA2fEf2Ce4A51033C6506A336963D59338b55F155/info.json
deleted file mode 100644
index c40dac9b6bde4..0000000000000
--- a/blockchains/ethereum/assets/0xA2fEf2Ce4A51033C6506A336963D59338b55F155/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Atalira",
- "symbol": "ATL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA2fEf2Ce4A51033C6506A336963D59338b55F155",
- "status": "abandoned",
- "id": "0xA2fEf2Ce4A51033C6506A336963D59338b55F155"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA2fEf2Ce4A51033C6506A336963D59338b55F155/logo.png b/blockchains/ethereum/assets/0xA2fEf2Ce4A51033C6506A336963D59338b55F155/logo.png
deleted file mode 100755
index f89364113e964..0000000000000
Binary files a/blockchains/ethereum/assets/0xA2fEf2Ce4A51033C6506A336963D59338b55F155/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA3018c4edd941c2B87B4180e1E37029a55199108/info.json b/blockchains/ethereum/assets/0xA3018c4edd941c2B87B4180e1E37029a55199108/info.json
deleted file mode 100644
index e3c71973f73a0..0000000000000
--- a/blockchains/ethereum/assets/0xA3018c4edd941c2B87B4180e1E37029a55199108/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-20/30M50",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA3018c4edd941c2B87B4180e1E37029a55199108",
- "status": "abandoned",
- "id": "0xA3018c4edd941c2B87B4180e1E37029a55199108"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA3018c4edd941c2B87B4180e1E37029a55199108/logo.png b/blockchains/ethereum/assets/0xA3018c4edd941c2B87B4180e1E37029a55199108/logo.png
deleted file mode 100644
index 0d4f1c380cb23..0000000000000
Binary files a/blockchains/ethereum/assets/0xA3018c4edd941c2B87B4180e1E37029a55199108/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA3091381eB7e7c3c2cee5cb1578ADeBD3b7645EF/info.json b/blockchains/ethereum/assets/0xA3091381eB7e7c3c2cee5cb1578ADeBD3b7645EF/info.json
deleted file mode 100644
index 1e9bd433d7caf..0000000000000
--- a/blockchains/ethereum/assets/0xA3091381eB7e7c3c2cee5cb1578ADeBD3b7645EF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Digital Thai Baht",
- "symbol": "THB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA3091381eB7e7c3c2cee5cb1578ADeBD3b7645EF",
- "status": "abandoned",
- "id": "0xA3091381eB7e7c3c2cee5cb1578ADeBD3b7645EF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA3091381eB7e7c3c2cee5cb1578ADeBD3b7645EF/logo.png b/blockchains/ethereum/assets/0xA3091381eB7e7c3c2cee5cb1578ADeBD3b7645EF/logo.png
deleted file mode 100644
index 5a566fc77e81e..0000000000000
Binary files a/blockchains/ethereum/assets/0xA3091381eB7e7c3c2cee5cb1578ADeBD3b7645EF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA31108E5BAB5494560Db34c95492658AF239357C/info.json b/blockchains/ethereum/assets/0xA31108E5BAB5494560Db34c95492658AF239357C/info.json
deleted file mode 100644
index fbd1eaed53c55..0000000000000
--- a/blockchains/ethereum/assets/0xA31108E5BAB5494560Db34c95492658AF239357C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DACSEE",
- "symbol": "DACS",
- "type": "ERC20",
- "decimals": 18,
- "description": "DACSEE (DACS) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://dacsee.io/#/",
- "explorer": "https://etherscan.io/token/0xA31108E5BAB5494560Db34c95492658AF239357C",
- "status": "active",
- "id": "0xA31108E5BAB5494560Db34c95492658AF239357C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA31108E5BAB5494560Db34c95492658AF239357C/logo.png b/blockchains/ethereum/assets/0xA31108E5BAB5494560Db34c95492658AF239357C/logo.png
deleted file mode 100644
index 1d88a10012b37..0000000000000
Binary files a/blockchains/ethereum/assets/0xA31108E5BAB5494560Db34c95492658AF239357C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA31B1767e09f842ECFd4bc471Fe44F830E3891AA/info.json b/blockchains/ethereum/assets/0xA31B1767e09f842ECFd4bc471Fe44F830E3891AA/info.json
deleted file mode 100644
index 944026a874fdc..0000000000000
--- a/blockchains/ethereum/assets/0xA31B1767e09f842ECFd4bc471Fe44F830E3891AA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ROOBEE",
- "website": "https://roobee.io/",
- "description": "Roobee is a blockchain-based investment platform for non-professional and private investors. Roobee allows you to build an investment portfolio consisting of various assets, from cryptocurrencies to stocks and ETFs. The payment can be made in any convenient way, without limitations, and without high entry thresholds.",
- "explorer": "https://etherscan.io/token/0xA31B1767e09f842ECFd4bc471Fe44F830E3891AA",
- "type": "ERC20",
- "symbol": "ROOBEE",
- "decimals": 18,
- "status": "active",
- "id": "0xA31B1767e09f842ECFd4bc471Fe44F830E3891AA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA31B1767e09f842ECFd4bc471Fe44F830E3891AA/logo.png b/blockchains/ethereum/assets/0xA31B1767e09f842ECFd4bc471Fe44F830E3891AA/logo.png
deleted file mode 100644
index 44c060c10723e..0000000000000
Binary files a/blockchains/ethereum/assets/0xA31B1767e09f842ECFd4bc471Fe44F830E3891AA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA35923162C49cF95e6BF26623385eb431ad920D3/info.json b/blockchains/ethereum/assets/0xA35923162C49cF95e6BF26623385eb431ad920D3/info.json
deleted file mode 100644
index a5a2866d24c8d..0000000000000
--- a/blockchains/ethereum/assets/0xA35923162C49cF95e6BF26623385eb431ad920D3/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Turbo",
- "website": "https://sites.google.com/view/turbotoad",
- "description": "Turbo Token is a revolutionary meme coin featuring our futuristic toad mascot.",
- "explorer": "https://etherscan.io/token/0xa35923162c49cf95e6bf26623385eb431ad920d3",
- "type": "ERC20",
- "symbol": "TURBO",
- "decimals": 18,
- "status": "active",
- "id": "0xA35923162C49cF95e6BF26623385eb431ad920D3",
- "links": [
- {
- "name": "discord",
- "url": "https://discord.com/FYdKKmV3CU"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/TurboToadToken"
- }
- ],
- "tags": [
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA35923162C49cF95e6BF26623385eb431ad920D3/logo.png b/blockchains/ethereum/assets/0xA35923162C49cF95e6BF26623385eb431ad920D3/logo.png
deleted file mode 100644
index 7bbf06f202f3f..0000000000000
Binary files a/blockchains/ethereum/assets/0xA35923162C49cF95e6BF26623385eb431ad920D3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA35Fc5019C4dc509394Bd4d74591a0bF8852c195/info.json b/blockchains/ethereum/assets/0xA35Fc5019C4dc509394Bd4d74591a0bF8852c195/info.json
deleted file mode 100644
index c3c4063bc29f8..0000000000000
--- a/blockchains/ethereum/assets/0xA35Fc5019C4dc509394Bd4d74591a0bF8852c195/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitEth7525RebalancingSetToken",
- "symbol": "BTCETH7525",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.tokensets.com/set/btceth7525",
- "explorer": "https://etherscan.io/token/0xA35Fc5019C4dc509394Bd4d74591a0bF8852c195",
- "status": "abandoned",
- "id": "0xA35Fc5019C4dc509394Bd4d74591a0bF8852c195"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA35Fc5019C4dc509394Bd4d74591a0bF8852c195/logo.png b/blockchains/ethereum/assets/0xA35Fc5019C4dc509394Bd4d74591a0bF8852c195/logo.png
deleted file mode 100644
index 6dfc18e6600ad..0000000000000
Binary files a/blockchains/ethereum/assets/0xA35Fc5019C4dc509394Bd4d74591a0bF8852c195/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA361718326c15715591c299427c62086F69923D9/info.json b/blockchains/ethereum/assets/0xA361718326c15715591c299427c62086F69923D9/info.json
deleted file mode 100644
index dd1d4212e43f7..0000000000000
--- a/blockchains/ethereum/assets/0xA361718326c15715591c299427c62086F69923D9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave BUSD",
- "symbol": "aBUSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave BUSD is an interest bearing token pegged 1:1 to the underlying BUSD deposited in Aave. aBUSD accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0xA361718326c15715591c299427c62086F69923D9",
- "status": "active",
- "id": "0xA361718326c15715591c299427c62086F69923D9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA361718326c15715591c299427c62086F69923D9/logo.png b/blockchains/ethereum/assets/0xA361718326c15715591c299427c62086F69923D9/logo.png
deleted file mode 100644
index d358ca8c7f862..0000000000000
Binary files a/blockchains/ethereum/assets/0xA361718326c15715591c299427c62086F69923D9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA3865E64121537b5b59B5e239Db4aCBe6F36aa74/info.json b/blockchains/ethereum/assets/0xA3865E64121537b5b59B5e239Db4aCBe6F36aa74/info.json
deleted file mode 100644
index 58cb124c5a2c0..0000000000000
--- a/blockchains/ethereum/assets/0xA3865E64121537b5b59B5e239Db4aCBe6F36aa74/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WXTZ",
- "website": "https://www.wrapped.com",
- "description": "Wrapped Tezos is a 1:1 equivalent of Tezos on the Ethereum network",
- "explorer": "https://etherscan.io/token/0xA3865E64121537b5b59B5e239Db4aCBe6F36aa74",
- "type": "ERC20",
- "symbol": "WXTZ",
- "decimals": 18,
- "status": "active",
- "id": "0xA3865E64121537b5b59B5e239Db4aCBe6F36aa74"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA3865E64121537b5b59B5e239Db4aCBe6F36aa74/logo.png b/blockchains/ethereum/assets/0xA3865E64121537b5b59B5e239Db4aCBe6F36aa74/logo.png
deleted file mode 100644
index 578ec0423f870..0000000000000
Binary files a/blockchains/ethereum/assets/0xA3865E64121537b5b59B5e239Db4aCBe6F36aa74/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA392c35EC6900346aDEc720Abe50413F48Ee5143/info.json b/blockchains/ethereum/assets/0xA392c35EC6900346aDEc720Abe50413F48Ee5143/info.json
deleted file mode 100644
index 83ac66042359c..0000000000000
--- a/blockchains/ethereum/assets/0xA392c35EC6900346aDEc720Abe50413F48Ee5143/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "GENRE",
- "symbol": "GENRE",
- "type": "ERC20",
- "decimals": 4,
- "description": "$GENRE is the Leaving Records and GenreDAO community token. $GENRE will serve as an important part of our evolving cooperative label model with the intention to activate our artist & fan community equitably. $GENRE can be utilized in a multitude of ways across our community: access to token-gated experiences, currency for purchasing NFTs, and a governance token for the GenreDAO are some of the use cases for our token as new utility opportunities continue to emerge.",
- "website": "http://leavingrecords.com/",
- "explorer": "https://etherscan.io/token/0xA392c35EC6900346aDEc720Abe50413F48Ee5143",
- "status": "active",
- "id": "0xA392c35EC6900346aDEc720Abe50413F48Ee5143",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/LEAVINGRECORDS/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/2EmZsrf"
- }
- ],
- "tags": [
- "nft"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xA392c35EC6900346aDEc720Abe50413F48Ee5143/logo.png b/blockchains/ethereum/assets/0xA392c35EC6900346aDEc720Abe50413F48Ee5143/logo.png
deleted file mode 100644
index f686b98fdabd2..0000000000000
Binary files a/blockchains/ethereum/assets/0xA392c35EC6900346aDEc720Abe50413F48Ee5143/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA3AC41Fde5f3a569fa79E81fFe6734ee8097Ce9d/info.json b/blockchains/ethereum/assets/0xA3AC41Fde5f3a569fa79E81fFe6734ee8097Ce9d/info.json
deleted file mode 100644
index 59a3d60eaf110..0000000000000
--- a/blockchains/ethereum/assets/0xA3AC41Fde5f3a569fa79E81fFe6734ee8097Ce9d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "4xBit",
- "symbol": "4XB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.mybtcfx.com",
- "explorer": "https://etherscan.io/token/0xA3AC41Fde5f3a569fa79E81fFe6734ee8097Ce9d",
- "status": "abandoned",
- "id": "0xA3AC41Fde5f3a569fa79E81fFe6734ee8097Ce9d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA3AC41Fde5f3a569fa79E81fFe6734ee8097Ce9d/logo.png b/blockchains/ethereum/assets/0xA3AC41Fde5f3a569fa79E81fFe6734ee8097Ce9d/logo.png
deleted file mode 100644
index cd8028f00ad9a..0000000000000
Binary files a/blockchains/ethereum/assets/0xA3AC41Fde5f3a569fa79E81fFe6734ee8097Ce9d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA3BC616F38Cb7342ee2453C7D41294B5B7dCf486/info.json b/blockchains/ethereum/assets/0xA3BC616F38Cb7342ee2453C7D41294B5B7dCf486/info.json
deleted file mode 100644
index 0fd41b108a031..0000000000000
--- a/blockchains/ethereum/assets/0xA3BC616F38Cb7342ee2453C7D41294B5B7dCf486/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cosmethyst",
- "symbol": "CSC-CS",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA3BC616F38Cb7342ee2453C7D41294B5B7dCf486",
- "status": "abandoned",
- "id": "0xA3BC616F38Cb7342ee2453C7D41294B5B7dCf486"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA3BC616F38Cb7342ee2453C7D41294B5B7dCf486/logo.png b/blockchains/ethereum/assets/0xA3BC616F38Cb7342ee2453C7D41294B5B7dCf486/logo.png
deleted file mode 100755
index 62d29c4189bf4..0000000000000
Binary files a/blockchains/ethereum/assets/0xA3BC616F38Cb7342ee2453C7D41294B5B7dCf486/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA3E059c0b01F07F211c85bF7b4f1d907AfB011df/info.json b/blockchains/ethereum/assets/0xA3E059c0b01F07F211c85bF7b4f1d907AfB011df/info.json
deleted file mode 100644
index b24f01f54137a..0000000000000
--- a/blockchains/ethereum/assets/0xA3E059c0b01F07F211c85bF7b4f1d907AfB011df/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EthereumMax (Deprecated)",
- "website": "https://www.ethereummax.org/",
- "description": "Deprecated, do not use! See 0x15874d65e649880c2614e7a480cb7c9A55787FF6 instead.",
- "explorer": "https://etherscan.io/token/0xA3E059c0b01F07F211c85bF7b4f1d907AfB011df",
- "type": "ERC20",
- "symbol": "eMax",
- "decimals": 18,
- "status": "active",
- "id": "0xA3E059c0b01F07F211c85bF7b4f1d907AfB011df"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA3E059c0b01F07F211c85bF7b4f1d907AfB011df/logo.png b/blockchains/ethereum/assets/0xA3E059c0b01F07F211c85bF7b4f1d907AfB011df/logo.png
deleted file mode 100644
index 7f27ea089898a..0000000000000
Binary files a/blockchains/ethereum/assets/0xA3E059c0b01F07F211c85bF7b4f1d907AfB011df/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA44Fb3AA5c8465512B806145a8f9b60e74f3f851/info.json b/blockchains/ethereum/assets/0xA44Fb3AA5c8465512B806145a8f9b60e74f3f851/info.json
deleted file mode 100644
index 3882df681c359..0000000000000
--- a/blockchains/ethereum/assets/0xA44Fb3AA5c8465512B806145a8f9b60e74f3f851/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PITSTOP",
- "symbol": "PIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA44Fb3AA5c8465512B806145a8f9b60e74f3f851",
- "status": "abandoned",
- "id": "0xA44Fb3AA5c8465512B806145a8f9b60e74f3f851"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA44Fb3AA5c8465512B806145a8f9b60e74f3f851/logo.png b/blockchains/ethereum/assets/0xA44Fb3AA5c8465512B806145a8f9b60e74f3f851/logo.png
deleted file mode 100644
index eaad32c698dc1..0000000000000
Binary files a/blockchains/ethereum/assets/0xA44Fb3AA5c8465512B806145a8f9b60e74f3f851/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA4668631110C31d30F0C48A63D65f422e25af58C/info.json b/blockchains/ethereum/assets/0xA4668631110C31d30F0C48A63D65f422e25af58C/info.json
deleted file mode 100644
index e5e4cbfb0673f..0000000000000
--- a/blockchains/ethereum/assets/0xA4668631110C31d30F0C48A63D65f422e25af58C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitcoinKrypt",
- "symbol": "BTKT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA4668631110C31d30F0C48A63D65f422e25af58C",
- "status": "abandoned",
- "id": "0xA4668631110C31d30F0C48A63D65f422e25af58C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA4668631110C31d30F0C48A63D65f422e25af58C/logo.png b/blockchains/ethereum/assets/0xA4668631110C31d30F0C48A63D65f422e25af58C/logo.png
deleted file mode 100644
index 158c44c1da5c1..0000000000000
Binary files a/blockchains/ethereum/assets/0xA4668631110C31d30F0C48A63D65f422e25af58C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA492AAd9e2250132693BF9084687B14BAA4434F7/info.json b/blockchains/ethereum/assets/0xA492AAd9e2250132693BF9084687B14BAA4434F7/info.json
deleted file mode 100644
index d067a220723b9..0000000000000
--- a/blockchains/ethereum/assets/0xA492AAd9e2250132693BF9084687B14BAA4434F7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 231-CN19",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA492AAd9e2250132693BF9084687B14BAA4434F7",
- "status": "abandoned",
- "id": "0xA492AAd9e2250132693BF9084687B14BAA4434F7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA492AAd9e2250132693BF9084687B14BAA4434F7/logo.png b/blockchains/ethereum/assets/0xA492AAd9e2250132693BF9084687B14BAA4434F7/logo.png
deleted file mode 100644
index 5ad29dc3fdd21..0000000000000
Binary files a/blockchains/ethereum/assets/0xA492AAd9e2250132693BF9084687B14BAA4434F7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA4B4ce78A05f1e5250B1174F056ee64Db2dab38C/info.json b/blockchains/ethereum/assets/0xA4B4ce78A05f1e5250B1174F056ee64Db2dab38C/info.json
deleted file mode 100644
index a7511e12a9d1f..0000000000000
--- a/blockchains/ethereum/assets/0xA4B4ce78A05f1e5250B1174F056ee64Db2dab38C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YOGI",
- "symbol": "YGI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA4B4ce78A05f1e5250B1174F056ee64Db2dab38C",
- "status": "abandoned",
- "id": "0xA4B4ce78A05f1e5250B1174F056ee64Db2dab38C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA4B4ce78A05f1e5250B1174F056ee64Db2dab38C/logo.png b/blockchains/ethereum/assets/0xA4B4ce78A05f1e5250B1174F056ee64Db2dab38C/logo.png
deleted file mode 100644
index c744b6eaecace..0000000000000
Binary files a/blockchains/ethereum/assets/0xA4B4ce78A05f1e5250B1174F056ee64Db2dab38C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA4Bdb11dc0a2bEC88d24A3aa1E6Bb17201112eBe/info.json b/blockchains/ethereum/assets/0xA4Bdb11dc0a2bEC88d24A3aa1E6Bb17201112eBe/info.json
deleted file mode 100644
index ae1e3708f095e..0000000000000
--- a/blockchains/ethereum/assets/0xA4Bdb11dc0a2bEC88d24A3aa1E6Bb17201112eBe/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "StableUSD",
- "symbol": "USDS",
- "type": "ERC20",
- "decimals": 6,
- "description": "Stably Dollar (USDS) is a fiat-collateralized stablecoin created by Stably, Inc. Each Stably Dollar token is legally backed and redeemable for a US Dollar held in FDIC-insured escrow accounts managed by our fiduciary custodians, such as Prime Trust.",
- "website": "https://www.stably.io/",
- "explorer": "https://etherscan.io/token/0xA4Bdb11dc0a2bEC88d24A3aa1E6Bb17201112eBe",
- "status": "active",
- "id": "0xA4Bdb11dc0a2bEC88d24A3aa1E6Bb17201112eBe",
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA4Bdb11dc0a2bEC88d24A3aa1E6Bb17201112eBe/logo.png b/blockchains/ethereum/assets/0xA4Bdb11dc0a2bEC88d24A3aa1E6Bb17201112eBe/logo.png
deleted file mode 100644
index 1f467d2914bd9..0000000000000
Binary files a/blockchains/ethereum/assets/0xA4Bdb11dc0a2bEC88d24A3aa1E6Bb17201112eBe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA4EED63db85311E22dF4473f87CcfC3DaDCFA3E3/info.json b/blockchains/ethereum/assets/0xA4EED63db85311E22dF4473f87CcfC3DaDCFA3E3/info.json
deleted file mode 100644
index 414c7f9195747..0000000000000
--- a/blockchains/ethereum/assets/0xA4EED63db85311E22dF4473f87CcfC3DaDCFA3E3/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Rubic",
- "website": "https://rubic.exchange",
- "description": "Rubic is a multichain DeFi ecosystem, which features cross-chain, P2P, and instant swaps across multiple blockchains, aiming to deliver a complete ONE-STOP decentralized platform. For the moment, Rubic supports trades on Ethereum, Matic, and Binance Smart Chain networks.",
- "explorer": "https://etherscan.io/token/0xa4eed63db85311e22df4473f87ccfc3dadcfa3e3",
- "type": "ERC20",
- "symbol": "RBC",
- "decimals": 18,
- "status": "active",
- "id": "0xA4EED63db85311E22dF4473f87CcfC3DaDCFA3E3",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Cryptorubic/rubic_frontend"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Rubic"
- },
- {
- "name": "telegram",
- "url": "https://t.me/cryptorubic_chat"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/dZuxJZXGPa"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Rubic/new/"
- },
- {
- "name": "medium",
- "url": "https://cryptorubic.medium.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA4EED63db85311E22dF4473f87CcfC3DaDCFA3E3/logo.png b/blockchains/ethereum/assets/0xA4EED63db85311E22dF4473f87CcfC3DaDCFA3E3/logo.png
deleted file mode 100644
index eac600320bff9..0000000000000
Binary files a/blockchains/ethereum/assets/0xA4EED63db85311E22dF4473f87CcfC3DaDCFA3E3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA4Eb9C64eC359D093eAc7B65F51Ef933D6e5F7cd/info.json b/blockchains/ethereum/assets/0xA4Eb9C64eC359D093eAc7B65F51Ef933D6e5F7cd/info.json
deleted file mode 100644
index 6e8285412ceff..0000000000000
--- a/blockchains/ethereum/assets/0xA4Eb9C64eC359D093eAc7B65F51Ef933D6e5F7cd/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Stablz",
- "type": "ERC20",
- "symbol": "STABLZ",
- "decimals": 18,
- "website": "https://stablz.one",
- "description": "Stablz is a stablecoin yield aggregator that converts yield to the same type as deposits. Deposit USDT, and earn your yield in USDT in a truly set-and-forget manner.",
- "explorer": "https://etherscan.io/token/0xA4Eb9C64eC359D093eAc7B65F51Ef933D6e5F7cd",
- "status": "active",
- "id": "0xA4Eb9C64eC359D093eAc7B65F51Ef933D6e5F7cd",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Stablzone"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/stablz/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/stablzone"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/stablz/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xA4Eb9C64eC359D093eAc7B65F51Ef933D6e5F7cd/logo.png b/blockchains/ethereum/assets/0xA4Eb9C64eC359D093eAc7B65F51Ef933D6e5F7cd/logo.png
deleted file mode 100644
index 5badff4b8b69e..0000000000000
Binary files a/blockchains/ethereum/assets/0xA4Eb9C64eC359D093eAc7B65F51Ef933D6e5F7cd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA4F9CEC920cA520a7FEB2c3A63050e08967bc111/info.json b/blockchains/ethereum/assets/0xA4F9CEC920cA520a7FEB2c3A63050e08967bc111/info.json
deleted file mode 100644
index b7a02be6b32d0..0000000000000
--- a/blockchains/ethereum/assets/0xA4F9CEC920cA520a7FEB2c3A63050e08967bc111/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Doom",
- "symbol": "DOOM",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA4F9CEC920cA520a7FEB2c3A63050e08967bc111",
- "status": "abandoned",
- "id": "0xA4F9CEC920cA520a7FEB2c3A63050e08967bc111"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA4F9CEC920cA520a7FEB2c3A63050e08967bc111/logo.png b/blockchains/ethereum/assets/0xA4F9CEC920cA520a7FEB2c3A63050e08967bc111/logo.png
deleted file mode 100644
index ed6fde53db673..0000000000000
Binary files a/blockchains/ethereum/assets/0xA4F9CEC920cA520a7FEB2c3A63050e08967bc111/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA4FF5CE0556f9fF0797Ae525ec5bA9B723878A3E/info.json b/blockchains/ethereum/assets/0xA4FF5CE0556f9fF0797Ae525ec5bA9B723878A3E/info.json
deleted file mode 100644
index c0f3247623c9d..0000000000000
--- a/blockchains/ethereum/assets/0xA4FF5CE0556f9fF0797Ae525ec5bA9B723878A3E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ciphs",
- "symbol": "CIPHS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA4FF5CE0556f9fF0797Ae525ec5bA9B723878A3E",
- "status": "abandoned",
- "id": "0xA4FF5CE0556f9fF0797Ae525ec5bA9B723878A3E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA4FF5CE0556f9fF0797Ae525ec5bA9B723878A3E/logo.png b/blockchains/ethereum/assets/0xA4FF5CE0556f9fF0797Ae525ec5bA9B723878A3E/logo.png
deleted file mode 100755
index 3e124d8e2dc5a..0000000000000
Binary files a/blockchains/ethereum/assets/0xA4FF5CE0556f9fF0797Ae525ec5bA9B723878A3E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA4d17AB1eE0efDD23edc2869E7BA96B89eEcf9AB/info.json b/blockchains/ethereum/assets/0xA4d17AB1eE0efDD23edc2869E7BA96B89eEcf9AB/info.json
deleted file mode 100644
index e559b886f4a99..0000000000000
--- a/blockchains/ethereum/assets/0xA4d17AB1eE0efDD23edc2869E7BA96B89eEcf9AB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TRUE Token",
- "symbol": "TRUE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA4d17AB1eE0efDD23edc2869E7BA96B89eEcf9AB",
- "status": "abandoned",
- "id": "0xA4d17AB1eE0efDD23edc2869E7BA96B89eEcf9AB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA4d17AB1eE0efDD23edc2869E7BA96B89eEcf9AB/logo.png b/blockchains/ethereum/assets/0xA4d17AB1eE0efDD23edc2869E7BA96B89eEcf9AB/logo.png
deleted file mode 100644
index 81fb24af36815..0000000000000
Binary files a/blockchains/ethereum/assets/0xA4d17AB1eE0efDD23edc2869E7BA96B89eEcf9AB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA4e8C3Ec456107eA67d3075bF9e3DF3A75823DB0/info.json b/blockchains/ethereum/assets/0xA4e8C3Ec456107eA67d3075bF9e3DF3A75823DB0/info.json
deleted file mode 100644
index 4c64a8bff244c..0000000000000
--- a/blockchains/ethereum/assets/0xA4e8C3Ec456107eA67d3075bF9e3DF3A75823DB0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Loom Network",
- "website": "https://loomx.io",
- "description": "Loom Network is a Platform as a Service intended to allow Ethereum-based Solidity applications to be run on side chains.",
- "explorer": "https://etherscan.io/token/0xA4e8C3Ec456107eA67d3075bF9e3DF3A75823DB0",
- "type": "ERC20",
- "symbol": "LOOM",
- "decimals": 18,
- "status": "abandoned",
- "id": "0xA4e8C3Ec456107eA67d3075bF9e3DF3A75823DB0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA4e8C3Ec456107eA67d3075bF9e3DF3A75823DB0/logo.png b/blockchains/ethereum/assets/0xA4e8C3Ec456107eA67d3075bF9e3DF3A75823DB0/logo.png
deleted file mode 100644
index 33d0da438a2c2..0000000000000
Binary files a/blockchains/ethereum/assets/0xA4e8C3Ec456107eA67d3075bF9e3DF3A75823DB0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA4eA687A2A7F29cF2dc66B39c68e4411C0D00C49/info.json b/blockchains/ethereum/assets/0xA4eA687A2A7F29cF2dc66B39c68e4411C0D00C49/info.json
deleted file mode 100644
index b0d29d9452016..0000000000000
--- a/blockchains/ethereum/assets/0xA4eA687A2A7F29cF2dc66B39c68e4411C0D00C49/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IvyKoin Public Network Tokens",
- "symbol": "IVY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.ivykoin.com",
- "explorer": "https://etherscan.io/token/0xA4eA687A2A7F29cF2dc66B39c68e4411C0D00C49",
- "status": "abandoned",
- "id": "0xA4eA687A2A7F29cF2dc66B39c68e4411C0D00C49"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA4eA687A2A7F29cF2dc66B39c68e4411C0D00C49/logo.png b/blockchains/ethereum/assets/0xA4eA687A2A7F29cF2dc66B39c68e4411C0D00C49/logo.png
deleted file mode 100755
index 2b1c592851f11..0000000000000
Binary files a/blockchains/ethereum/assets/0xA4eA687A2A7F29cF2dc66B39c68e4411C0D00C49/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA4eB64a59AdCb1628FeDFCf08BB2ccED149F8b9b/info.json b/blockchains/ethereum/assets/0xA4eB64a59AdCb1628FeDFCf08BB2ccED149F8b9b/info.json
deleted file mode 100644
index 1f987e09b0acf..0000000000000
--- a/blockchains/ethereum/assets/0xA4eB64a59AdCb1628FeDFCf08BB2ccED149F8b9b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SEXYCOIN",
- "symbol": "SXY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA4eB64a59AdCb1628FeDFCf08BB2ccED149F8b9b",
- "status": "abandoned",
- "id": "0xA4eB64a59AdCb1628FeDFCf08BB2ccED149F8b9b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA4eB64a59AdCb1628FeDFCf08BB2ccED149F8b9b/logo.png b/blockchains/ethereum/assets/0xA4eB64a59AdCb1628FeDFCf08BB2ccED149F8b9b/logo.png
deleted file mode 100644
index a0e63db3b0fbc..0000000000000
Binary files a/blockchains/ethereum/assets/0xA4eB64a59AdCb1628FeDFCf08BB2ccED149F8b9b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA52383B665b91DCe42dD4b6d1E0Fb37d3EFFe489/info.json b/blockchains/ethereum/assets/0xA52383B665b91DCe42dD4b6d1E0Fb37d3EFFe489/info.json
deleted file mode 100644
index 00c1b6727ebf3..0000000000000
--- a/blockchains/ethereum/assets/0xA52383B665b91DCe42dD4b6d1E0Fb37d3EFFe489/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MASTER USD",
- "symbol": "MUSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://master-usd.org/",
- "explorer": "https://etherscan.io/token/0xA52383B665b91DCe42dD4b6d1E0Fb37d3EFFe489",
- "status": "abandoned",
- "id": "0xA52383B665b91DCe42dD4b6d1E0Fb37d3EFFe489"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA52383B665b91DCe42dD4b6d1E0Fb37d3EFFe489/logo.png b/blockchains/ethereum/assets/0xA52383B665b91DCe42dD4b6d1E0Fb37d3EFFe489/logo.png
deleted file mode 100755
index b6191ab8f6b26..0000000000000
Binary files a/blockchains/ethereum/assets/0xA52383B665b91DCe42dD4b6d1E0Fb37d3EFFe489/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA54C67bd320Da4F9725a6f585b7635a0c09B122e/info.json b/blockchains/ethereum/assets/0xA54C67bd320Da4F9725a6f585b7635a0c09B122e/info.json
deleted file mode 100644
index eea4d288339c6..0000000000000
--- a/blockchains/ethereum/assets/0xA54C67bd320Da4F9725a6f585b7635a0c09B122e/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "TimeMiner",
- "website": "https://TimeMiner.site",
- "description": "A new project seeking to change how tokens are generated utilizing Proof of Time. Only one new coin is minted every hour.",
- "explorer": "https://etherscan.io/token/0xA54C67bd320Da4F9725a6f585b7635a0c09B122e",
- "type": "ERC20",
- "symbol": "TIME",
- "decimals": 6,
- "status": "active",
- "id": "0xA54C67bd320Da4F9725a6f585b7635a0c09B122e",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/TimeMiner"
- },
- {
- "name": "telegram",
- "url": "https://t.me/timeminer"
- },
- {
- "name": "whitepaper",
- "url": "https://www.TimeMiner.site/TimeMiner.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA54C67bd320Da4F9725a6f585b7635a0c09B122e/logo.png b/blockchains/ethereum/assets/0xA54C67bd320Da4F9725a6f585b7635a0c09B122e/logo.png
deleted file mode 100644
index 46d622791c66d..0000000000000
Binary files a/blockchains/ethereum/assets/0xA54C67bd320Da4F9725a6f585b7635a0c09B122e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA54ddC7B3CcE7FC8b1E3Fa0256D0DB80D2c10970/info.json b/blockchains/ethereum/assets/0xA54ddC7B3CcE7FC8b1E3Fa0256D0DB80D2c10970/info.json
deleted file mode 100644
index cda5c16de3ebb..0000000000000
--- a/blockchains/ethereum/assets/0xA54ddC7B3CcE7FC8b1E3Fa0256D0DB80D2c10970/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NEVERDIE",
- "symbol": "NDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA54ddC7B3CcE7FC8b1E3Fa0256D0DB80D2c10970",
- "status": "abandoned",
- "id": "0xA54ddC7B3CcE7FC8b1E3Fa0256D0DB80D2c10970"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA54ddC7B3CcE7FC8b1E3Fa0256D0DB80D2c10970/logo.png b/blockchains/ethereum/assets/0xA54ddC7B3CcE7FC8b1E3Fa0256D0DB80D2c10970/logo.png
deleted file mode 100755
index c9a2643d6b4dd..0000000000000
Binary files a/blockchains/ethereum/assets/0xA54ddC7B3CcE7FC8b1E3Fa0256D0DB80D2c10970/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA5513928CD21090193C1c3E586D59f130f035c92/info.json b/blockchains/ethereum/assets/0xA5513928CD21090193C1c3E586D59f130f035c92/info.json
deleted file mode 100644
index 53273b26fac22..0000000000000
--- a/blockchains/ethereum/assets/0xA5513928CD21090193C1c3E586D59f130f035c92/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cascadium",
- "symbol": "CDM",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA5513928CD21090193C1c3E586D59f130f035c92",
- "status": "abandoned",
- "id": "0xA5513928CD21090193C1c3E586D59f130f035c92"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA5513928CD21090193C1c3E586D59f130f035c92/logo.png b/blockchains/ethereum/assets/0xA5513928CD21090193C1c3E586D59f130f035c92/logo.png
deleted file mode 100644
index 58759368cd230..0000000000000
Binary files a/blockchains/ethereum/assets/0xA5513928CD21090193C1c3E586D59f130f035c92/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA57392548087453deC6106e670bBFB849276b358/info.json b/blockchains/ethereum/assets/0xA57392548087453deC6106e670bBFB849276b358/info.json
deleted file mode 100644
index 8f71a0c1c9657..0000000000000
--- a/blockchains/ethereum/assets/0xA57392548087453deC6106e670bBFB849276b358/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GemVault Coin",
- "symbol": "GVC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.gemvault.io",
- "explorer": "https://etherscan.io/token/0xA57392548087453deC6106e670bBFB849276b358",
- "status": "abandoned",
- "id": "0xA57392548087453deC6106e670bBFB849276b358"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA57392548087453deC6106e670bBFB849276b358/logo.png b/blockchains/ethereum/assets/0xA57392548087453deC6106e670bBFB849276b358/logo.png
deleted file mode 100644
index 61dfd6d422e15..0000000000000
Binary files a/blockchains/ethereum/assets/0xA57392548087453deC6106e670bBFB849276b358/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA57795054a1bd9DFB2Bb0c98eb75e23441d13427/info.json b/blockchains/ethereum/assets/0xA57795054a1bd9DFB2Bb0c98eb75e23441d13427/info.json
deleted file mode 100644
index 190aeb4014123..0000000000000
--- a/blockchains/ethereum/assets/0xA57795054a1bd9DFB2Bb0c98eb75e23441d13427/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 256-CN23",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA57795054a1bd9DFB2Bb0c98eb75e23441d13427",
- "status": "abandoned",
- "id": "0xA57795054a1bd9DFB2Bb0c98eb75e23441d13427"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA57795054a1bd9DFB2Bb0c98eb75e23441d13427/logo.png b/blockchains/ethereum/assets/0xA57795054a1bd9DFB2Bb0c98eb75e23441d13427/logo.png
deleted file mode 100644
index 2bbc36d7f698f..0000000000000
Binary files a/blockchains/ethereum/assets/0xA57795054a1bd9DFB2Bb0c98eb75e23441d13427/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA5996f6b731B349E25d7d5F4Dd93A5CE9947841F/info.json b/blockchains/ethereum/assets/0xA5996f6b731B349E25d7d5F4Dd93A5CE9947841F/info.json
deleted file mode 100644
index a368e1240646e..0000000000000
--- a/blockchains/ethereum/assets/0xA5996f6b731B349E25d7d5F4Dd93A5CE9947841F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GIFTTOKEN",
- "symbol": "GIFT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA5996f6b731B349E25d7d5F4Dd93A5CE9947841F",
- "status": "abandoned",
- "id": "0xA5996f6b731B349E25d7d5F4Dd93A5CE9947841F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA5996f6b731B349E25d7d5F4Dd93A5CE9947841F/logo.png b/blockchains/ethereum/assets/0xA5996f6b731B349E25d7d5F4Dd93A5CE9947841F/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0xA5996f6b731B349E25d7d5F4Dd93A5CE9947841F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA5B399a76bbAbEf93D70255525C1d2BCC3701d0b/info.json b/blockchains/ethereum/assets/0xA5B399a76bbAbEf93D70255525C1d2BCC3701d0b/info.json
deleted file mode 100644
index 5183a64011c2c..0000000000000
--- a/blockchains/ethereum/assets/0xA5B399a76bbAbEf93D70255525C1d2BCC3701d0b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GLOSMATIN",
- "symbol": "GL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA5B399a76bbAbEf93D70255525C1d2BCC3701d0b",
- "status": "abandoned",
- "id": "0xA5B399a76bbAbEf93D70255525C1d2BCC3701d0b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA5B399a76bbAbEf93D70255525C1d2BCC3701d0b/logo.png b/blockchains/ethereum/assets/0xA5B399a76bbAbEf93D70255525C1d2BCC3701d0b/logo.png
deleted file mode 100644
index 741b13a8aa1c6..0000000000000
Binary files a/blockchains/ethereum/assets/0xA5B399a76bbAbEf93D70255525C1d2BCC3701d0b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA5Da771D81BE428cccFB94a7922E9A9095080952/info.json b/blockchains/ethereum/assets/0xA5Da771D81BE428cccFB94a7922E9A9095080952/info.json
deleted file mode 100644
index 5824732e7c901..0000000000000
--- a/blockchains/ethereum/assets/0xA5Da771D81BE428cccFB94a7922E9A9095080952/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Satanic",
- "symbol": "Sat",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA5Da771D81BE428cccFB94a7922E9A9095080952",
- "status": "abandoned",
- "id": "0xA5Da771D81BE428cccFB94a7922E9A9095080952"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA5Da771D81BE428cccFB94a7922E9A9095080952/logo.png b/blockchains/ethereum/assets/0xA5Da771D81BE428cccFB94a7922E9A9095080952/logo.png
deleted file mode 100644
index 30df87ea5be0f..0000000000000
Binary files a/blockchains/ethereum/assets/0xA5Da771D81BE428cccFB94a7922E9A9095080952/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA5a2892d3FbB46d461D990469d5b797A1E6655cc/info.json b/blockchains/ethereum/assets/0xA5a2892d3FbB46d461D990469d5b797A1E6655cc/info.json
deleted file mode 100644
index 4ac452c4fc7f5..0000000000000
--- a/blockchains/ethereum/assets/0xA5a2892d3FbB46d461D990469d5b797A1E6655cc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bichoncoin",
- "symbol": "BICH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA5a2892d3FbB46d461D990469d5b797A1E6655cc",
- "status": "abandoned",
- "id": "0xA5a2892d3FbB46d461D990469d5b797A1E6655cc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA5a2892d3FbB46d461D990469d5b797A1E6655cc/logo.png b/blockchains/ethereum/assets/0xA5a2892d3FbB46d461D990469d5b797A1E6655cc/logo.png
deleted file mode 100644
index e9494ee028790..0000000000000
Binary files a/blockchains/ethereum/assets/0xA5a2892d3FbB46d461D990469d5b797A1E6655cc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA5b2dBBA9a3c04Ec4F56cBe16520dEBecbF35545/info.json b/blockchains/ethereum/assets/0xA5b2dBBA9a3c04Ec4F56cBe16520dEBecbF35545/info.json
deleted file mode 100644
index 8a06212910133..0000000000000
--- a/blockchains/ethereum/assets/0xA5b2dBBA9a3c04Ec4F56cBe16520dEBecbF35545/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Reakoin",
- "symbol": "REAK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA5b2dBBA9a3c04Ec4F56cBe16520dEBecbF35545",
- "status": "abandoned",
- "id": "0xA5b2dBBA9a3c04Ec4F56cBe16520dEBecbF35545"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA5b2dBBA9a3c04Ec4F56cBe16520dEBecbF35545/logo.png b/blockchains/ethereum/assets/0xA5b2dBBA9a3c04Ec4F56cBe16520dEBecbF35545/logo.png
deleted file mode 100644
index 75c26a0804a4a..0000000000000
Binary files a/blockchains/ethereum/assets/0xA5b2dBBA9a3c04Ec4F56cBe16520dEBecbF35545/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA5b46FF9a887180C8FB2d97146398Ddfc5FEF1Cd/info.json b/blockchains/ethereum/assets/0xA5b46FF9a887180C8FB2d97146398Ddfc5FEF1Cd/info.json
deleted file mode 100644
index 5c4393c605d4a..0000000000000
--- a/blockchains/ethereum/assets/0xA5b46FF9a887180C8FB2d97146398Ddfc5FEF1Cd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SuperSkyNet",
- "symbol": "SSN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://tnb.fund/",
- "explorer": "https://etherscan.io/token/0xA5b46FF9a887180C8FB2d97146398Ddfc5FEF1Cd",
- "status": "abandoned",
- "id": "0xA5b46FF9a887180C8FB2d97146398Ddfc5FEF1Cd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA5b46FF9a887180C8FB2d97146398Ddfc5FEF1Cd/logo.png b/blockchains/ethereum/assets/0xA5b46FF9a887180C8FB2d97146398Ddfc5FEF1Cd/logo.png
deleted file mode 100644
index 8fc6718a4e80f..0000000000000
Binary files a/blockchains/ethereum/assets/0xA5b46FF9a887180C8FB2d97146398Ddfc5FEF1Cd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA5e83C9A22FA75BA20aeBa4a4E734C91E8f1D356/info.json b/blockchains/ethereum/assets/0xA5e83C9A22FA75BA20aeBa4a4E734C91E8f1D356/info.json
deleted file mode 100644
index 51b3305264c91..0000000000000
--- a/blockchains/ethereum/assets/0xA5e83C9A22FA75BA20aeBa4a4E734C91E8f1D356/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VisualFodderCoin",
- "symbol": "VFC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA5e83C9A22FA75BA20aeBa4a4E734C91E8f1D356",
- "status": "abandoned",
- "id": "0xA5e83C9A22FA75BA20aeBa4a4E734C91E8f1D356"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA5e83C9A22FA75BA20aeBa4a4E734C91E8f1D356/logo.png b/blockchains/ethereum/assets/0xA5e83C9A22FA75BA20aeBa4a4E734C91E8f1D356/logo.png
deleted file mode 100644
index 7a35188dd2b24..0000000000000
Binary files a/blockchains/ethereum/assets/0xA5e83C9A22FA75BA20aeBa4a4E734C91E8f1D356/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA5e99ad202bDd71D3518306Cf4dD163261981af1/info.json b/blockchains/ethereum/assets/0xA5e99ad202bDd71D3518306Cf4dD163261981af1/info.json
deleted file mode 100644
index 514e8acaa2e9b..0000000000000
--- a/blockchains/ethereum/assets/0xA5e99ad202bDd71D3518306Cf4dD163261981af1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Community Chain",
- "symbol": "COMC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.comc.io/",
- "explorer": "https://etherscan.io/token/0xA5e99ad202bDd71D3518306Cf4dD163261981af1",
- "status": "spam",
- "id": "0xA5e99ad202bDd71D3518306Cf4dD163261981af1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA5e99ad202bDd71D3518306Cf4dD163261981af1/logo.png b/blockchains/ethereum/assets/0xA5e99ad202bDd71D3518306Cf4dD163261981af1/logo.png
deleted file mode 100644
index 8536178797edb..0000000000000
Binary files a/blockchains/ethereum/assets/0xA5e99ad202bDd71D3518306Cf4dD163261981af1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA6121F235E68fCfb55eF1fC2DE88B60f6dfc2699/info.json b/blockchains/ethereum/assets/0xA6121F235E68fCfb55eF1fC2DE88B60f6dfc2699/info.json
deleted file mode 100644
index 739b9e324676b..0000000000000
--- a/blockchains/ethereum/assets/0xA6121F235E68fCfb55eF1fC2DE88B60f6dfc2699/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UNIT",
- "symbol": "UNIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA6121F235E68fCfb55eF1fC2DE88B60f6dfc2699",
- "status": "abandoned",
- "id": "0xA6121F235E68fCfb55eF1fC2DE88B60f6dfc2699"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA6121F235E68fCfb55eF1fC2DE88B60f6dfc2699/logo.png b/blockchains/ethereum/assets/0xA6121F235E68fCfb55eF1fC2DE88B60f6dfc2699/logo.png
deleted file mode 100644
index 23ac51d182a82..0000000000000
Binary files a/blockchains/ethereum/assets/0xA6121F235E68fCfb55eF1fC2DE88B60f6dfc2699/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA6281838f4A9c5736b2aa1cba9260D3F879623cA/info.json b/blockchains/ethereum/assets/0xA6281838f4A9c5736b2aa1cba9260D3F879623cA/info.json
deleted file mode 100644
index 1efbe385b1725..0000000000000
--- a/blockchains/ethereum/assets/0xA6281838f4A9c5736b2aa1cba9260D3F879623cA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Decentralize Currency Assets",
- "symbol": "DCA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://decentralizecurrency.net",
- "explorer": "https://etherscan.io/token/0xA6281838f4A9c5736b2aa1cba9260D3F879623cA",
- "status": "abandoned",
- "id": "0xA6281838f4A9c5736b2aa1cba9260D3F879623cA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA6281838f4A9c5736b2aa1cba9260D3F879623cA/logo.png b/blockchains/ethereum/assets/0xA6281838f4A9c5736b2aa1cba9260D3F879623cA/logo.png
deleted file mode 100644
index d040ee1de2e0c..0000000000000
Binary files a/blockchains/ethereum/assets/0xA6281838f4A9c5736b2aa1cba9260D3F879623cA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA6446D655a0c34bC4F05042EE88170D056CBAf45/info.json b/blockchains/ethereum/assets/0xA6446D655a0c34bC4F05042EE88170D056CBAf45/info.json
deleted file mode 100644
index 0ddaa9c68b159..0000000000000
--- a/blockchains/ethereum/assets/0xA6446D655a0c34bC4F05042EE88170D056CBAf45/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Caspian Token",
- "symbol": "CSP",
- "type": "ERC20",
- "decimals": 18,
- "description": "Caspian is the company to provide institutional and experienced investors with a full-stack crypto trading and risk management platform.",
- "website": "https://caspian.tech/",
- "explorer": "https://etherscan.io/token/0xA6446D655a0c34bC4F05042EE88170D056CBAf45",
- "status": "active",
- "id": "0xA6446D655a0c34bC4F05042EE88170D056CBAf45"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA6446D655a0c34bC4F05042EE88170D056CBAf45/logo.png b/blockchains/ethereum/assets/0xA6446D655a0c34bC4F05042EE88170D056CBAf45/logo.png
deleted file mode 100755
index 517e8129139a2..0000000000000
Binary files a/blockchains/ethereum/assets/0xA6446D655a0c34bC4F05042EE88170D056CBAf45/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA64BD6C70Cb9051F6A9ba1F163Fdc07E0DfB5F84/info.json b/blockchains/ethereum/assets/0xA64BD6C70Cb9051F6A9ba1F163Fdc07E0DfB5F84/info.json
deleted file mode 100644
index d3594e55f21e6..0000000000000
--- a/blockchains/ethereum/assets/0xA64BD6C70Cb9051F6A9ba1F163Fdc07E0DfB5F84/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave LINK V1",
- "symbol": "aLINK V1",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave LINK V1 is an interest bearing token pegged 1:1 to the underlying LINK deposited in Aave V1. aLINK V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0xA64BD6C70Cb9051F6A9ba1F163Fdc07E0DfB5F84",
- "status": "abandoned",
- "id": "0xA64BD6C70Cb9051F6A9ba1F163Fdc07E0DfB5F84"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA64BD6C70Cb9051F6A9ba1F163Fdc07E0DfB5F84/logo.png b/blockchains/ethereum/assets/0xA64BD6C70Cb9051F6A9ba1F163Fdc07E0DfB5F84/logo.png
deleted file mode 100644
index c318313e6eedd..0000000000000
Binary files a/blockchains/ethereum/assets/0xA64BD6C70Cb9051F6A9ba1F163Fdc07E0DfB5F84/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA64E816F4eB895533f93e0aecb79468Ab57D00ff/info.json b/blockchains/ethereum/assets/0xA64E816F4eB895533f93e0aecb79468Ab57D00ff/info.json
deleted file mode 100644
index d22ef73e0bd00..0000000000000
--- a/blockchains/ethereum/assets/0xA64E816F4eB895533f93e0aecb79468Ab57D00ff/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VARO",
- "symbol": "VARO",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA64E816F4eB895533f93e0aecb79468Ab57D00ff",
- "status": "abandoned",
- "id": "0xA64E816F4eB895533f93e0aecb79468Ab57D00ff"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA64E816F4eB895533f93e0aecb79468Ab57D00ff/logo.png b/blockchains/ethereum/assets/0xA64E816F4eB895533f93e0aecb79468Ab57D00ff/logo.png
deleted file mode 100755
index ea5861bc1e163..0000000000000
Binary files a/blockchains/ethereum/assets/0xA64E816F4eB895533f93e0aecb79468Ab57D00ff/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA64eA8089a4b0253eDCAE9C71ffcDb576988044A/info.json b/blockchains/ethereum/assets/0xA64eA8089a4b0253eDCAE9C71ffcDb576988044A/info.json
deleted file mode 100644
index f29aee3368a30..0000000000000
--- a/blockchains/ethereum/assets/0xA64eA8089a4b0253eDCAE9C71ffcDb576988044A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BoxTrade",
- "symbol": "BOXY",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA64eA8089a4b0253eDCAE9C71ffcDb576988044A",
- "status": "abandoned",
- "id": "0xA64eA8089a4b0253eDCAE9C71ffcDb576988044A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA64eA8089a4b0253eDCAE9C71ffcDb576988044A/logo.png b/blockchains/ethereum/assets/0xA64eA8089a4b0253eDCAE9C71ffcDb576988044A/logo.png
deleted file mode 100644
index 8be0131c5f3de..0000000000000
Binary files a/blockchains/ethereum/assets/0xA64eA8089a4b0253eDCAE9C71ffcDb576988044A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA663121582725aA0eb8BF20B0F56F1917762e873/info.json b/blockchains/ethereum/assets/0xA663121582725aA0eb8BF20B0F56F1917762e873/info.json
deleted file mode 100644
index 07f744dabcef7..0000000000000
--- a/blockchains/ethereum/assets/0xA663121582725aA0eb8BF20B0F56F1917762e873/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MUTANT",
- "website": "https://ymen.finance",
- "description": "MUTANT token is the governance token for YMEN.finance project. It's farmed with YMEN token and can be sold into YMEN/MUTANT pool.",
- "explorer": "https://etherscan.io/token/0xA663121582725aA0eb8BF20B0F56F1917762e873",
- "type": "ERC20",
- "symbol": "MUTANT",
- "decimals": 18,
- "status": "active",
- "id": "0xA663121582725aA0eb8BF20B0F56F1917762e873"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA663121582725aA0eb8BF20B0F56F1917762e873/logo.png b/blockchains/ethereum/assets/0xA663121582725aA0eb8BF20B0F56F1917762e873/logo.png
deleted file mode 100644
index 874b2d9098c9a..0000000000000
Binary files a/blockchains/ethereum/assets/0xA663121582725aA0eb8BF20B0F56F1917762e873/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA66a5F51667da71179C23Db79a58C16193dD84a1/info.json b/blockchains/ethereum/assets/0xA66a5F51667da71179C23Db79a58C16193dD84a1/info.json
deleted file mode 100644
index 3db58ed0c7a0e..0000000000000
--- a/blockchains/ethereum/assets/0xA66a5F51667da71179C23Db79a58C16193dD84a1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Libfx",
- "symbol": "Libfx",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA66a5F51667da71179C23Db79a58C16193dD84a1",
- "status": "abandoned",
- "id": "0xA66a5F51667da71179C23Db79a58C16193dD84a1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA66a5F51667da71179C23Db79a58C16193dD84a1/logo.png b/blockchains/ethereum/assets/0xA66a5F51667da71179C23Db79a58C16193dD84a1/logo.png
deleted file mode 100644
index db1e31d33b8c7..0000000000000
Binary files a/blockchains/ethereum/assets/0xA66a5F51667da71179C23Db79a58C16193dD84a1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA67C912303b5227D6D4Dc7d16088342718a05bdf/info.json b/blockchains/ethereum/assets/0xA67C912303b5227D6D4Dc7d16088342718a05bdf/info.json
deleted file mode 100644
index 192d6b9de3eb9..0000000000000
--- a/blockchains/ethereum/assets/0xA67C912303b5227D6D4Dc7d16088342718a05bdf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gemx",
- "symbol": "GMX",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA67C912303b5227D6D4Dc7d16088342718a05bdf",
- "status": "abandoned",
- "id": "0xA67C912303b5227D6D4Dc7d16088342718a05bdf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA67C912303b5227D6D4Dc7d16088342718a05bdf/logo.png b/blockchains/ethereum/assets/0xA67C912303b5227D6D4Dc7d16088342718a05bdf/logo.png
deleted file mode 100644
index 32df05d813914..0000000000000
Binary files a/blockchains/ethereum/assets/0xA67C912303b5227D6D4Dc7d16088342718a05bdf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA67E9F021B9d208F7e3365B2A155E3C55B27de71/info.json b/blockchains/ethereum/assets/0xA67E9F021B9d208F7e3365B2A155E3C55B27de71/info.json
deleted file mode 100644
index 83a9a3199153e..0000000000000
--- a/blockchains/ethereum/assets/0xA67E9F021B9d208F7e3365B2A155E3C55B27de71/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "KleeKai",
- "type": "ERC20",
- "symbol": "KLEE",
- "decimals": 9,
- "website": "https://kleerun.game",
- "description": "This token sports a Play-2-Earn Cryptocurrency game namely called KleeRun. This game is an addictive, fast paced running game and fun for all ages! Available on Google Play, PC & Apple IOS devices.",
- "explorer": "https://etherscan.io/token/0xA67E9F021B9d208F7e3365B2A155E3C55B27de71",
- "status": "active",
- "id": "0xA67E9F021B9d208F7e3365B2A155E3C55B27de71",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/KleeKaiETH"
- },
- {
- "name": "telegram",
- "url": "https://t.me/kleeentryportal"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/kleekai"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/kleekai/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/kleekai"
- }
- ],
- "tags": [
- "gamefi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xA67E9F021B9d208F7e3365B2A155E3C55B27de71/logo.png b/blockchains/ethereum/assets/0xA67E9F021B9d208F7e3365B2A155E3C55B27de71/logo.png
deleted file mode 100644
index d3d0ec65e4aa2..0000000000000
Binary files a/blockchains/ethereum/assets/0xA67E9F021B9d208F7e3365B2A155E3C55B27de71/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA6858b98E5c14db67eC22C668701B1D33A3De1F7/info.json b/blockchains/ethereum/assets/0xA6858b98E5c14db67eC22C668701B1D33A3De1F7/info.json
deleted file mode 100644
index 7bc58722f449e..0000000000000
--- a/blockchains/ethereum/assets/0xA6858b98E5c14db67eC22C668701B1D33A3De1F7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Time Asset Chain Token",
- "symbol": "TMAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA6858b98E5c14db67eC22C668701B1D33A3De1F7",
- "status": "abandoned",
- "id": "0xA6858b98E5c14db67eC22C668701B1D33A3De1F7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA6858b98E5c14db67eC22C668701B1D33A3De1F7/logo.png b/blockchains/ethereum/assets/0xA6858b98E5c14db67eC22C668701B1D33A3De1F7/logo.png
deleted file mode 100644
index 421b45372dd98..0000000000000
Binary files a/blockchains/ethereum/assets/0xA6858b98E5c14db67eC22C668701B1D33A3De1F7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA685D6f87E3bE27D72Ce216842147c4149e0Ce9a/info.json b/blockchains/ethereum/assets/0xA685D6f87E3bE27D72Ce216842147c4149e0Ce9a/info.json
deleted file mode 100644
index e9bfc381e85a6..0000000000000
--- a/blockchains/ethereum/assets/0xA685D6f87E3bE27D72Ce216842147c4149e0Ce9a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RODZ",
- "symbol": "RODZ",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA685D6f87E3bE27D72Ce216842147c4149e0Ce9a",
- "status": "abandoned",
- "id": "0xA685D6f87E3bE27D72Ce216842147c4149e0Ce9a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA685D6f87E3bE27D72Ce216842147c4149e0Ce9a/logo.png b/blockchains/ethereum/assets/0xA685D6f87E3bE27D72Ce216842147c4149e0Ce9a/logo.png
deleted file mode 100644
index 5956597221914..0000000000000
Binary files a/blockchains/ethereum/assets/0xA685D6f87E3bE27D72Ce216842147c4149e0Ce9a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA68Dd8cB83097765263AdAD881Af6eeD479c4a33/info.json b/blockchains/ethereum/assets/0xA68Dd8cB83097765263AdAD881Af6eeD479c4a33/info.json
deleted file mode 100644
index df12def8b7452..0000000000000
--- a/blockchains/ethereum/assets/0xA68Dd8cB83097765263AdAD881Af6eeD479c4a33/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "fees.wtf",
- "symbol": "WTF",
- "type": "ERC20",
- "decimals": 18,
- "description": "WTF token is fees.wtf's token. It is airdropped to all users who have spent gas in the Ethereum ecosystem.",
- "website": "https://fees.wtf",
- "explorer": "https://etherscan.io/token/0xA68Dd8cB83097765263AdAD881Af6eeD479c4a33",
- "status": "active",
- "id": "0xA68Dd8cB83097765263AdAD881Af6eeD479c4a33",
- "tags": [
- "nft"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/feeswtf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/wtf-token"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0xA68Dd8cB83097765263AdAD881Af6eeD479c4a33/logo.png b/blockchains/ethereum/assets/0xA68Dd8cB83097765263AdAD881Af6eeD479c4a33/logo.png
deleted file mode 100644
index bb7315a9e1d63..0000000000000
Binary files a/blockchains/ethereum/assets/0xA68Dd8cB83097765263AdAD881Af6eeD479c4a33/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA6FA6531acDf1f9F96EDdD66a0F9481E35c2e42A/info.json b/blockchains/ethereum/assets/0xA6FA6531acDf1f9F96EDdD66a0F9481E35c2e42A/info.json
deleted file mode 100644
index 78e7ba759d4b0..0000000000000
--- a/blockchains/ethereum/assets/0xA6FA6531acDf1f9F96EDdD66a0F9481E35c2e42A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptoBRL",
- "website": "https://cryptobrl.com",
- "description": "The CryptoBRL is a stablecoin pegged one for one to the Brazilian Real. It's supported and adopted by a consortium with several companies from Brazilian cryptocurrency market. Every token is backed by traditional currency, the reserve holdings are published and subject to 'distributed audits', from the companies in the consortium and other important players from the crypto-market.",
- "explorer": "https://etherscan.io/token/0xA6FA6531acDf1f9F96EDdD66a0F9481E35c2e42A",
- "type": "ERC20",
- "symbol": "CBRL",
- "decimals": 6,
- "status": "active",
- "id": "0xA6FA6531acDf1f9F96EDdD66a0F9481E35c2e42A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA6FA6531acDf1f9F96EDdD66a0F9481E35c2e42A/logo.png b/blockchains/ethereum/assets/0xA6FA6531acDf1f9F96EDdD66a0F9481E35c2e42A/logo.png
deleted file mode 100644
index 3418a6b10c45a..0000000000000
Binary files a/blockchains/ethereum/assets/0xA6FA6531acDf1f9F96EDdD66a0F9481E35c2e42A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA6ba0AA61ccD254fD92d548dfE87d06533649c12/info.json b/blockchains/ethereum/assets/0xA6ba0AA61ccD254fD92d548dfE87d06533649c12/info.json
deleted file mode 100644
index ebfeea3b18fbc..0000000000000
--- a/blockchains/ethereum/assets/0xA6ba0AA61ccD254fD92d548dfE87d06533649c12/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Career Trust Ecosystem",
- "symbol": "CTE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA6ba0AA61ccD254fD92d548dfE87d06533649c12",
- "status": "abandoned",
- "id": "0xA6ba0AA61ccD254fD92d548dfE87d06533649c12"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA6ba0AA61ccD254fD92d548dfE87d06533649c12/logo.png b/blockchains/ethereum/assets/0xA6ba0AA61ccD254fD92d548dfE87d06533649c12/logo.png
deleted file mode 100644
index 04bbba8ab0503..0000000000000
Binary files a/blockchains/ethereum/assets/0xA6ba0AA61ccD254fD92d548dfE87d06533649c12/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA6c040045d962e4B8eFa00954c7d23CCd0a2b8AD/info.json b/blockchains/ethereum/assets/0xA6c040045d962e4B8eFa00954c7d23CCd0a2b8AD/info.json
deleted file mode 100644
index 4165b039e122f..0000000000000
--- a/blockchains/ethereum/assets/0xA6c040045d962e4B8eFa00954c7d23CCd0a2b8AD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitEth2575RebalancingSetToken",
- "symbol": "BTCETH2575",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.tokensets.com/set/ethbtc7525",
- "explorer": "https://etherscan.io/token/0xA6c040045d962e4B8eFa00954c7d23CCd0a2b8AD",
- "status": "abandoned",
- "id": "0xA6c040045d962e4B8eFa00954c7d23CCd0a2b8AD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA6c040045d962e4B8eFa00954c7d23CCd0a2b8AD/logo.png b/blockchains/ethereum/assets/0xA6c040045d962e4B8eFa00954c7d23CCd0a2b8AD/logo.png
deleted file mode 100644
index 8ae4598414d96..0000000000000
Binary files a/blockchains/ethereum/assets/0xA6c040045d962e4B8eFa00954c7d23CCd0a2b8AD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA6fBE7781932a28eeAE7c9cACF939b73d721081e/info.json b/blockchains/ethereum/assets/0xA6fBE7781932a28eeAE7c9cACF939b73d721081e/info.json
deleted file mode 100644
index 6e79086f411a8..0000000000000
--- a/blockchains/ethereum/assets/0xA6fBE7781932a28eeAE7c9cACF939b73d721081e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WANGTOKEN",
- "symbol": "WANGTOKEN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA6fBE7781932a28eeAE7c9cACF939b73d721081e",
- "status": "abandoned",
- "id": "0xA6fBE7781932a28eeAE7c9cACF939b73d721081e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA6fBE7781932a28eeAE7c9cACF939b73d721081e/logo.png b/blockchains/ethereum/assets/0xA6fBE7781932a28eeAE7c9cACF939b73d721081e/logo.png
deleted file mode 100755
index de26a8aba5065..0000000000000
Binary files a/blockchains/ethereum/assets/0xA6fBE7781932a28eeAE7c9cACF939b73d721081e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA70f08F058617A2f07B6A8cf568198f3ddc996fa/info.json b/blockchains/ethereum/assets/0xA70f08F058617A2f07B6A8cf568198f3ddc996fa/info.json
deleted file mode 100644
index 11b1e68ce8824..0000000000000
--- a/blockchains/ethereum/assets/0xA70f08F058617A2f07B6A8cf568198f3ddc996fa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HUGS",
- "symbol": "HUGS",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA70f08F058617A2f07B6A8cf568198f3ddc996fa",
- "status": "abandoned",
- "id": "0xA70f08F058617A2f07B6A8cf568198f3ddc996fa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA70f08F058617A2f07B6A8cf568198f3ddc996fa/logo.png b/blockchains/ethereum/assets/0xA70f08F058617A2f07B6A8cf568198f3ddc996fa/logo.png
deleted file mode 100755
index 8bd3ad5466d6c..0000000000000
Binary files a/blockchains/ethereum/assets/0xA70f08F058617A2f07B6A8cf568198f3ddc996fa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA740684C9022dc07540031b10dD57984640bAbef/info.json b/blockchains/ethereum/assets/0xA740684C9022dc07540031b10dD57984640bAbef/info.json
deleted file mode 100644
index ac812f82d604f..0000000000000
--- a/blockchains/ethereum/assets/0xA740684C9022dc07540031b10dD57984640bAbef/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Decash",
- "symbol": "DECH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA740684C9022dc07540031b10dD57984640bAbef",
- "status": "abandoned",
- "id": "0xA740684C9022dc07540031b10dD57984640bAbef"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA740684C9022dc07540031b10dD57984640bAbef/logo.png b/blockchains/ethereum/assets/0xA740684C9022dc07540031b10dD57984640bAbef/logo.png
deleted file mode 100644
index 4df12b9ed43e8..0000000000000
Binary files a/blockchains/ethereum/assets/0xA740684C9022dc07540031b10dD57984640bAbef/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA7925aA2A6e4575ab0C74D169f3BC3e03D4C319A/info.json b/blockchains/ethereum/assets/0xA7925aA2A6e4575ab0C74D169f3BC3e03D4C319A/info.json
deleted file mode 100644
index 92b3283580eff..0000000000000
--- a/blockchains/ethereum/assets/0xA7925aA2A6e4575ab0C74D169f3BC3e03D4C319A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Better Money",
- "symbol": "BETTER",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA7925aA2A6e4575ab0C74D169f3BC3e03D4C319A",
- "status": "abandoned",
- "id": "0xA7925aA2A6e4575ab0C74D169f3BC3e03D4C319A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA7925aA2A6e4575ab0C74D169f3BC3e03D4C319A/logo.png b/blockchains/ethereum/assets/0xA7925aA2A6e4575ab0C74D169f3BC3e03D4C319A/logo.png
deleted file mode 100644
index 46ad5d614f816..0000000000000
Binary files a/blockchains/ethereum/assets/0xA7925aA2A6e4575ab0C74D169f3BC3e03D4C319A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA79e0012bb3379f8509a5ab49caB7e6Abb49701D/info.json b/blockchains/ethereum/assets/0xA79e0012bb3379f8509a5ab49caB7e6Abb49701D/info.json
deleted file mode 100644
index be8e79506b3fc..0000000000000
--- a/blockchains/ethereum/assets/0xA79e0012bb3379f8509a5ab49caB7e6Abb49701D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NAMTANCOIN",
- "symbol": "NAMTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA79e0012bb3379f8509a5ab49caB7e6Abb49701D",
- "status": "abandoned",
- "id": "0xA79e0012bb3379f8509a5ab49caB7e6Abb49701D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA79e0012bb3379f8509a5ab49caB7e6Abb49701D/logo.png b/blockchains/ethereum/assets/0xA79e0012bb3379f8509a5ab49caB7e6Abb49701D/logo.png
deleted file mode 100644
index 97b3380f8523f..0000000000000
Binary files a/blockchains/ethereum/assets/0xA79e0012bb3379f8509a5ab49caB7e6Abb49701D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA7ADC14fc624617a18E5A476d80A7FeFE90A11B7/info.json b/blockchains/ethereum/assets/0xA7ADC14fc624617a18E5A476d80A7FeFE90A11B7/info.json
deleted file mode 100644
index c058ae700872d..0000000000000
--- a/blockchains/ethereum/assets/0xA7ADC14fc624617a18E5A476d80A7FeFE90A11B7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Edustars Lite",
- "symbol": "EDSLTE",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA7ADC14fc624617a18E5A476d80A7FeFE90A11B7",
- "status": "abandoned",
- "id": "0xA7ADC14fc624617a18E5A476d80A7FeFE90A11B7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA7ADC14fc624617a18E5A476d80A7FeFE90A11B7/logo.png b/blockchains/ethereum/assets/0xA7ADC14fc624617a18E5A476d80A7FeFE90A11B7/logo.png
deleted file mode 100755
index 3b4f7b1669724..0000000000000
Binary files a/blockchains/ethereum/assets/0xA7ADC14fc624617a18E5A476d80A7FeFE90A11B7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA7E26d3455629a01d9136BF4F9a1644634934773/info.json b/blockchains/ethereum/assets/0xA7E26d3455629a01d9136BF4F9a1644634934773/info.json
deleted file mode 100644
index 84e9849e9fdef..0000000000000
--- a/blockchains/ethereum/assets/0xA7E26d3455629a01d9136BF4F9a1644634934773/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UAH",
- "symbol": "UAH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA7E26d3455629a01d9136BF4F9a1644634934773",
- "status": "abandoned",
- "id": "0xA7E26d3455629a01d9136BF4F9a1644634934773"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA7E26d3455629a01d9136BF4F9a1644634934773/logo.png b/blockchains/ethereum/assets/0xA7E26d3455629a01d9136BF4F9a1644634934773/logo.png
deleted file mode 100644
index 59e1088900dea..0000000000000
Binary files a/blockchains/ethereum/assets/0xA7E26d3455629a01d9136BF4F9a1644634934773/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA7E9854AA83964A8E4664D0C1A4748aa5eAcB58b/info.json b/blockchains/ethereum/assets/0xA7E9854AA83964A8E4664D0C1A4748aa5eAcB58b/info.json
deleted file mode 100644
index 684ca5f71ccca..0000000000000
--- a/blockchains/ethereum/assets/0xA7E9854AA83964A8E4664D0C1A4748aa5eAcB58b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CandyToken",
- "symbol": "CT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA7E9854AA83964A8E4664D0C1A4748aa5eAcB58b",
- "status": "abandoned",
- "id": "0xA7E9854AA83964A8E4664D0C1A4748aa5eAcB58b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA7E9854AA83964A8E4664D0C1A4748aa5eAcB58b/logo.png b/blockchains/ethereum/assets/0xA7E9854AA83964A8E4664D0C1A4748aa5eAcB58b/logo.png
deleted file mode 100644
index 41f3e42272f66..0000000000000
Binary files a/blockchains/ethereum/assets/0xA7E9854AA83964A8E4664D0C1A4748aa5eAcB58b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA7Eb2bc82df18013ecC2A6C533fc29446442EDEe/info.json b/blockchains/ethereum/assets/0xA7Eb2bc82df18013ecC2A6C533fc29446442EDEe/info.json
deleted file mode 100644
index edeff70ed559c..0000000000000
--- a/blockchains/ethereum/assets/0xA7Eb2bc82df18013ecC2A6C533fc29446442EDEe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "bZx ZRX iToken",
- "symbol": "iZRX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA7Eb2bc82df18013ecC2A6C533fc29446442EDEe",
- "status": "abandoned",
- "id": "0xA7Eb2bc82df18013ecC2A6C533fc29446442EDEe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA7Eb2bc82df18013ecC2A6C533fc29446442EDEe/logo.png b/blockchains/ethereum/assets/0xA7Eb2bc82df18013ecC2A6C533fc29446442EDEe/logo.png
deleted file mode 100644
index 7059f5755d9b7..0000000000000
Binary files a/blockchains/ethereum/assets/0xA7Eb2bc82df18013ecC2A6C533fc29446442EDEe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA7aB21CA0a11d63369de020601b1342baA71144E/info.json b/blockchains/ethereum/assets/0xA7aB21CA0a11d63369de020601b1342baA71144E/info.json
deleted file mode 100644
index 015a670e772dc..0000000000000
--- a/blockchains/ethereum/assets/0xA7aB21CA0a11d63369de020601b1342baA71144E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BVA",
- "symbol": "BVA",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA7aB21CA0a11d63369de020601b1342baA71144E",
- "status": "abandoned",
- "id": "0xA7aB21CA0a11d63369de020601b1342baA71144E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA7aB21CA0a11d63369de020601b1342baA71144E/logo.png b/blockchains/ethereum/assets/0xA7aB21CA0a11d63369de020601b1342baA71144E/logo.png
deleted file mode 100644
index 052098f7833bb..0000000000000
Binary files a/blockchains/ethereum/assets/0xA7aB21CA0a11d63369de020601b1342baA71144E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA7c8d7a1C894E51dbB7c680B5B1dBdc845BFbDAB/info.json b/blockchains/ethereum/assets/0xA7c8d7a1C894E51dbB7c680B5B1dBdc845BFbDAB/info.json
deleted file mode 100644
index 04b9414941d40..0000000000000
--- a/blockchains/ethereum/assets/0xA7c8d7a1C894E51dbB7c680B5B1dBdc845BFbDAB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SpeedKingToken",
- "symbol": "SKT",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA7c8d7a1C894E51dbB7c680B5B1dBdc845BFbDAB",
- "status": "abandoned",
- "id": "0xA7c8d7a1C894E51dbB7c680B5B1dBdc845BFbDAB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA7c8d7a1C894E51dbB7c680B5B1dBdc845BFbDAB/logo.png b/blockchains/ethereum/assets/0xA7c8d7a1C894E51dbB7c680B5B1dBdc845BFbDAB/logo.png
deleted file mode 100644
index 31bf1acddf953..0000000000000
Binary files a/blockchains/ethereum/assets/0xA7c8d7a1C894E51dbB7c680B5B1dBdc845BFbDAB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA7fC5D2453E3F68aF0cc1B78bcFEe94A1B293650/info.json b/blockchains/ethereum/assets/0xA7fC5D2453E3F68aF0cc1B78bcFEe94A1B293650/info.json
deleted file mode 100644
index 24496cac1add5..0000000000000
--- a/blockchains/ethereum/assets/0xA7fC5D2453E3F68aF0cc1B78bcFEe94A1B293650/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Spiking",
- "symbol": "SPIKE",
- "type": "ERC20",
- "decimals": 10,
- "description": "The Spiking Platform aims to allow its users to mirror the trading activity of any whale and control their own segregated trading accounts directly. SPIKE will be the token that fuels the Spiking Platform (gas). For new traders, Spiking will offer the assistance of RoboBull, a proprietary AI Robot that is able to create a portfolio of different whales based on the trader’s risk/reward ratio.",
- "website": "https://spiking.com/",
- "explorer": "https://etherscan.io/token/0xA7fC5D2453E3F68aF0cc1B78bcFEe94A1B293650",
- "status": "active",
- "id": "0xA7fC5D2453E3F68aF0cc1B78bcFEe94A1B293650"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA7fC5D2453E3F68aF0cc1B78bcFEe94A1B293650/logo.png b/blockchains/ethereum/assets/0xA7fC5D2453E3F68aF0cc1B78bcFEe94A1B293650/logo.png
deleted file mode 100644
index 0d713356d74e0..0000000000000
Binary files a/blockchains/ethereum/assets/0xA7fC5D2453E3F68aF0cc1B78bcFEe94A1B293650/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA806B3FEd6891136940cF81c4085661500aa2709/info.json b/blockchains/ethereum/assets/0xA806B3FEd6891136940cF81c4085661500aa2709/info.json
deleted file mode 100644
index 2796203071896..0000000000000
--- a/blockchains/ethereum/assets/0xA806B3FEd6891136940cF81c4085661500aa2709/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sport AND Leisure",
- "symbol": "SnL",
- "type": "ERC20",
- "decimals": 6,
- "description": "SnL token describes itself as a stable, Ethereum-backed asset that aims to eliminate counterparty, market, or security risks.",
- "website": "https://www.snltoken.io",
- "explorer": "https://etherscan.io/token/0xA806B3FEd6891136940cF81c4085661500aa2709",
- "status": "active",
- "id": "0xA806B3FEd6891136940cF81c4085661500aa2709"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA806B3FEd6891136940cF81c4085661500aa2709/logo.png b/blockchains/ethereum/assets/0xA806B3FEd6891136940cF81c4085661500aa2709/logo.png
deleted file mode 100644
index 4c4c1342ce428..0000000000000
Binary files a/blockchains/ethereum/assets/0xA806B3FEd6891136940cF81c4085661500aa2709/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA809CeDeE9B61956c768EAa10272dd5E0FD1A985/info.json b/blockchains/ethereum/assets/0xA809CeDeE9B61956c768EAa10272dd5E0FD1A985/info.json
deleted file mode 100644
index 27eb4f07551dc..0000000000000
--- a/blockchains/ethereum/assets/0xA809CeDeE9B61956c768EAa10272dd5E0FD1A985/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CAMI",
- "symbol": "CAMI",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA809CeDeE9B61956c768EAa10272dd5E0FD1A985",
- "status": "abandoned",
- "id": "0xA809CeDeE9B61956c768EAa10272dd5E0FD1A985"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA809CeDeE9B61956c768EAa10272dd5E0FD1A985/logo.png b/blockchains/ethereum/assets/0xA809CeDeE9B61956c768EAa10272dd5E0FD1A985/logo.png
deleted file mode 100644
index bc8d6795c9f53..0000000000000
Binary files a/blockchains/ethereum/assets/0xA809CeDeE9B61956c768EAa10272dd5E0FD1A985/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA809d363A66c576A2a814CDBfEFC107C600A55f0/info.json b/blockchains/ethereum/assets/0xA809d363A66c576A2a814CDBfEFC107C600A55f0/info.json
deleted file mode 100644
index 905371e55e58f..0000000000000
--- a/blockchains/ethereum/assets/0xA809d363A66c576A2a814CDBfEFC107C600A55f0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HyperLoot",
- "symbol": "HLT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA809d363A66c576A2a814CDBfEFC107C600A55f0",
- "status": "abandoned",
- "id": "0xA809d363A66c576A2a814CDBfEFC107C600A55f0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA809d363A66c576A2a814CDBfEFC107C600A55f0/logo.png b/blockchains/ethereum/assets/0xA809d363A66c576A2a814CDBfEFC107C600A55f0/logo.png
deleted file mode 100755
index f73e8cb298e79..0000000000000
Binary files a/blockchains/ethereum/assets/0xA809d363A66c576A2a814CDBfEFC107C600A55f0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA823E6722006afe99E91c30FF5295052fe6b8E32/info.json b/blockchains/ethereum/assets/0xA823E6722006afe99E91c30FF5295052fe6b8E32/info.json
deleted file mode 100644
index 8a4bc1b2671a3..0000000000000
--- a/blockchains/ethereum/assets/0xA823E6722006afe99E91c30FF5295052fe6b8E32/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Neumark",
- "symbol": "NEU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://neufund.org/",
- "explorer": "https://etherscan.io/token/0xA823E6722006afe99E91c30FF5295052fe6b8E32",
- "status": "abandoned",
- "id": "0xA823E6722006afe99E91c30FF5295052fe6b8E32"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA823E6722006afe99E91c30FF5295052fe6b8E32/logo.png b/blockchains/ethereum/assets/0xA823E6722006afe99E91c30FF5295052fe6b8E32/logo.png
deleted file mode 100755
index 46d96b168ffc7..0000000000000
Binary files a/blockchains/ethereum/assets/0xA823E6722006afe99E91c30FF5295052fe6b8E32/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA824caa1Daf7e88A6650630CC8b23FF90946D329/info.json b/blockchains/ethereum/assets/0xA824caa1Daf7e88A6650630CC8b23FF90946D329/info.json
deleted file mode 100644
index 8e1377131acdf..0000000000000
--- a/blockchains/ethereum/assets/0xA824caa1Daf7e88A6650630CC8b23FF90946D329/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DigiPeso",
- "symbol": "DPC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA824caa1Daf7e88A6650630CC8b23FF90946D329",
- "status": "abandoned",
- "id": "0xA824caa1Daf7e88A6650630CC8b23FF90946D329"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA824caa1Daf7e88A6650630CC8b23FF90946D329/logo.png b/blockchains/ethereum/assets/0xA824caa1Daf7e88A6650630CC8b23FF90946D329/logo.png
deleted file mode 100755
index 2412259fda184..0000000000000
Binary files a/blockchains/ethereum/assets/0xA824caa1Daf7e88A6650630CC8b23FF90946D329/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA8258AbC8f2811dd48EccD209db68F25E3E34667/info.json b/blockchains/ethereum/assets/0xA8258AbC8f2811dd48EccD209db68F25E3E34667/info.json
deleted file mode 100644
index 9d718fc7c45c6..0000000000000
--- a/blockchains/ethereum/assets/0xA8258AbC8f2811dd48EccD209db68F25E3E34667/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Constellation",
- "symbol": "DAG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA8258AbC8f2811dd48EccD209db68F25E3E34667",
- "status": "abandoned",
- "id": "0xA8258AbC8f2811dd48EccD209db68F25E3E34667"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA8258AbC8f2811dd48EccD209db68F25E3E34667/logo.png b/blockchains/ethereum/assets/0xA8258AbC8f2811dd48EccD209db68F25E3E34667/logo.png
deleted file mode 100755
index 110a0a0eed002..0000000000000
Binary files a/blockchains/ethereum/assets/0xA8258AbC8f2811dd48EccD209db68F25E3E34667/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA829F97373069ee5d23175e4105dF8fD49238Be7/info.json b/blockchains/ethereum/assets/0xA829F97373069ee5d23175e4105dF8fD49238Be7/info.json
deleted file mode 100644
index 44e584323c001..0000000000000
--- a/blockchains/ethereum/assets/0xA829F97373069ee5d23175e4105dF8fD49238Be7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Opennity Token",
- "symbol": "OPNN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.opennity.com/",
- "explorer": "https://etherscan.io/token/0xA829F97373069ee5d23175e4105dF8fD49238Be7",
- "status": "abandoned",
- "id": "0xA829F97373069ee5d23175e4105dF8fD49238Be7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA829F97373069ee5d23175e4105dF8fD49238Be7/logo.png b/blockchains/ethereum/assets/0xA829F97373069ee5d23175e4105dF8fD49238Be7/logo.png
deleted file mode 100644
index 5271e87c718f3..0000000000000
Binary files a/blockchains/ethereum/assets/0xA829F97373069ee5d23175e4105dF8fD49238Be7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA83f603a762bcE955c6D1Aa8666A0f85FEEdeeDD/info.json b/blockchains/ethereum/assets/0xA83f603a762bcE955c6D1Aa8666A0f85FEEdeeDD/info.json
deleted file mode 100644
index 7b66fd4c0ae3e..0000000000000
--- a/blockchains/ethereum/assets/0xA83f603a762bcE955c6D1Aa8666A0f85FEEdeeDD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FIC",
- "website": "http://www.filecash.info/store.html",
- "description": "FIC is the aggregation token of the IPFS network. The two major landing ecosystems of FIC include KT80s++ mining machine and KLUUK browser.",
- "explorer": "https://etherscan.io/token/0xa83f603a762bce955c6d1aa8666a0f85feedeedd",
- "type": "ERC20",
- "symbol": "FIC",
- "decimals": 18,
- "status": "active",
- "id": "0xA83f603a762bcE955c6D1Aa8666A0f85FEEdeeDD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA83f603a762bcE955c6D1Aa8666A0f85FEEdeeDD/logo.png b/blockchains/ethereum/assets/0xA83f603a762bcE955c6D1Aa8666A0f85FEEdeeDD/logo.png
deleted file mode 100644
index b60ae23d20484..0000000000000
Binary files a/blockchains/ethereum/assets/0xA83f603a762bcE955c6D1Aa8666A0f85FEEdeeDD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA849EaaE994fb86Afa73382e9Bd88c2B6b18Dc71/info.json b/blockchains/ethereum/assets/0xA849EaaE994fb86Afa73382e9Bd88c2B6b18Dc71/info.json
deleted file mode 100644
index 8a92be431c884..0000000000000
--- a/blockchains/ethereum/assets/0xA849EaaE994fb86Afa73382e9Bd88c2B6b18Dc71/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mass Vehicle Ledger Token",
- "symbol": "MVL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://mvlchain.io/",
- "explorer": "https://etherscan.io/token/0xA849EaaE994fb86Afa73382e9Bd88c2B6b18Dc71",
- "status": "abandoned",
- "id": "0xA849EaaE994fb86Afa73382e9Bd88c2B6b18Dc71"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA849EaaE994fb86Afa73382e9Bd88c2B6b18Dc71/logo.png b/blockchains/ethereum/assets/0xA849EaaE994fb86Afa73382e9Bd88c2B6b18Dc71/logo.png
deleted file mode 100644
index e2cb1b9c9fb61..0000000000000
Binary files a/blockchains/ethereum/assets/0xA849EaaE994fb86Afa73382e9Bd88c2B6b18Dc71/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA8580F3363684d76055bdC6660CaeFe8709744e1/info.json b/blockchains/ethereum/assets/0xA8580F3363684d76055bdC6660CaeFe8709744e1/info.json
deleted file mode 100644
index 22f38d1b5ab43..0000000000000
--- a/blockchains/ethereum/assets/0xA8580F3363684d76055bdC6660CaeFe8709744e1/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Folder Protocol Token",
- "website": "https://folderlabs.io/",
- "description": "Folder Protocol provides a blockchain-based second layer technologies and marketplace that aims to revolutionize the global storage economy for highly scalable, faster retrieval, and wider distribution.",
- "explorer": "https://etherscan.io/token/0xA8580F3363684d76055bdC6660CaeFe8709744e1",
- "type": "ERC20",
- "symbol": "FOL",
- "decimals": 18,
- "status": "active",
- "id": "0xA8580F3363684d76055bdC6660CaeFe8709744e1",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/folderlabs"
- },
- {
- "name": "telegram",
- "url": "https://t.me/folderlabs"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/user/folderlabs"
- },
- {
- "name": "medium",
- "url": "https://folderlabs.medium.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA8580F3363684d76055bdC6660CaeFe8709744e1/logo.png b/blockchains/ethereum/assets/0xA8580F3363684d76055bdC6660CaeFe8709744e1/logo.png
deleted file mode 100644
index 95853b7dfac5e..0000000000000
Binary files a/blockchains/ethereum/assets/0xA8580F3363684d76055bdC6660CaeFe8709744e1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA858bC1b71a895Ee83B92F149616F9B3F6Afa0FB/info.json b/blockchains/ethereum/assets/0xA858bC1b71a895Ee83B92F149616F9B3F6Afa0FB/info.json
deleted file mode 100644
index e9de236bab0e2..0000000000000
--- a/blockchains/ethereum/assets/0xA858bC1b71a895Ee83B92F149616F9B3F6Afa0FB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kambria Token",
- "symbol": "KAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://kambria.io/",
- "explorer": "https://etherscan.io/token/0xA858bC1b71a895Ee83B92F149616F9B3F6Afa0FB",
- "status": "abandoned",
- "id": "0xA858bC1b71a895Ee83B92F149616F9B3F6Afa0FB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA858bC1b71a895Ee83B92F149616F9B3F6Afa0FB/logo.png b/blockchains/ethereum/assets/0xA858bC1b71a895Ee83B92F149616F9B3F6Afa0FB/logo.png
deleted file mode 100644
index 6e00d9d02ad23..0000000000000
Binary files a/blockchains/ethereum/assets/0xA858bC1b71a895Ee83B92F149616F9B3F6Afa0FB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA866F0198208Eb07c83081d5136BE7f775c2399e/info.json b/blockchains/ethereum/assets/0xA866F0198208Eb07c83081d5136BE7f775c2399e/info.json
deleted file mode 100644
index 80ad2643f4cc0..0000000000000
--- a/blockchains/ethereum/assets/0xA866F0198208Eb07c83081d5136BE7f775c2399e/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "KORE Vault",
- "website": "https://kVault.finance",
- "description": "KORE is the first deflationary farming token with autonomous profit generation strategies",
- "explorer": "https://etherscan.io/token/0xA866F0198208Eb07c83081d5136BE7f775c2399e",
- "type": "ERC20",
- "symbol": "KORE",
- "decimals": 18,
- "status": "active",
- "id": "0xA866F0198208Eb07c83081d5136BE7f775c2399e",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/KORE-Vault"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/kvault_finance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/kore_vault"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA866F0198208Eb07c83081d5136BE7f775c2399e/logo.png b/blockchains/ethereum/assets/0xA866F0198208Eb07c83081d5136BE7f775c2399e/logo.png
deleted file mode 100644
index cebfe144d9084..0000000000000
Binary files a/blockchains/ethereum/assets/0xA866F0198208Eb07c83081d5136BE7f775c2399e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA86a0Da9D05d0771955DF05B44Ca120661aF16DE/info.json b/blockchains/ethereum/assets/0xA86a0Da9D05d0771955DF05B44Ca120661aF16DE/info.json
deleted file mode 100644
index e32d1daafd2a4..0000000000000
--- a/blockchains/ethereum/assets/0xA86a0Da9D05d0771955DF05B44Ca120661aF16DE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OTCBTC Token",
- "symbol": "OTB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://otcbtc.com/",
- "explorer": "https://etherscan.io/token/0xA86a0Da9D05d0771955DF05B44Ca120661aF16DE",
- "status": "abandoned",
- "id": "0xA86a0Da9D05d0771955DF05B44Ca120661aF16DE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA86a0Da9D05d0771955DF05B44Ca120661aF16DE/logo.png b/blockchains/ethereum/assets/0xA86a0Da9D05d0771955DF05B44Ca120661aF16DE/logo.png
deleted file mode 100755
index 47832672ccbcf..0000000000000
Binary files a/blockchains/ethereum/assets/0xA86a0Da9D05d0771955DF05B44Ca120661aF16DE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA891CF72AEDa692570928eFe1A832342e9783CDC/info.json b/blockchains/ethereum/assets/0xA891CF72AEDa692570928eFe1A832342e9783CDC/info.json
deleted file mode 100644
index 428b81988edf5..0000000000000
--- a/blockchains/ethereum/assets/0xA891CF72AEDa692570928eFe1A832342e9783CDC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Interfinex Bills",
- "symbol": "IFEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA891CF72AEDa692570928eFe1A832342e9783CDC",
- "status": "abandoned",
- "id": "0xA891CF72AEDa692570928eFe1A832342e9783CDC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA891CF72AEDa692570928eFe1A832342e9783CDC/logo.png b/blockchains/ethereum/assets/0xA891CF72AEDa692570928eFe1A832342e9783CDC/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0xA891CF72AEDa692570928eFe1A832342e9783CDC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA89FD5459C67AfC8727C07333ED830643Cf898B6/info.json b/blockchains/ethereum/assets/0xA89FD5459C67AfC8727C07333ED830643Cf898B6/info.json
deleted file mode 100644
index b7b1c61ea5fc3..0000000000000
--- a/blockchains/ethereum/assets/0xA89FD5459C67AfC8727C07333ED830643Cf898B6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dice Coin",
- "symbol": "DICO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA89FD5459C67AfC8727C07333ED830643Cf898B6",
- "status": "abandoned",
- "id": "0xA89FD5459C67AfC8727C07333ED830643Cf898B6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA89FD5459C67AfC8727C07333ED830643Cf898B6/logo.png b/blockchains/ethereum/assets/0xA89FD5459C67AfC8727C07333ED830643Cf898B6/logo.png
deleted file mode 100644
index a9ec6e85eeee3..0000000000000
Binary files a/blockchains/ethereum/assets/0xA89FD5459C67AfC8727C07333ED830643Cf898B6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA89ac6e529aCf391CfbBD377F3aC9D93eae9664e/info.json b/blockchains/ethereum/assets/0xA89ac6e529aCf391CfbBD377F3aC9D93eae9664e/info.json
deleted file mode 100644
index afb2d0ca08040..0000000000000
--- a/blockchains/ethereum/assets/0xA89ac6e529aCf391CfbBD377F3aC9D93eae9664e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Keep4r",
- "website": "https://kp4r.network",
- "description": "Keep4r Network is an improved fork of the keep3r network!",
- "explorer": "https://etherscan.io/token/0xa89ac6e529acf391cfbbd377f3ac9d93eae9664e",
- "type": "ERC20",
- "symbol": "KP4R",
- "decimals": 18,
- "status": "active",
- "id": "0xA89ac6e529aCf391CfbBD377F3aC9D93eae9664e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA89ac6e529aCf391CfbBD377F3aC9D93eae9664e/logo.png b/blockchains/ethereum/assets/0xA89ac6e529aCf391CfbBD377F3aC9D93eae9664e/logo.png
deleted file mode 100644
index 05c5faa8009d0..0000000000000
Binary files a/blockchains/ethereum/assets/0xA89ac6e529aCf391CfbBD377F3aC9D93eae9664e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA8DaA52DEd91F7C82b4BB02B4b87c6a841Db1fD5/info.json b/blockchains/ethereum/assets/0xA8DaA52DEd91F7C82b4BB02B4b87c6a841Db1fD5/info.json
deleted file mode 100644
index f15a981983f3a..0000000000000
--- a/blockchains/ethereum/assets/0xA8DaA52DEd91F7C82b4BB02B4b87c6a841Db1fD5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Biograffi",
- "symbol": "BGF",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA8DaA52DEd91F7C82b4BB02B4b87c6a841Db1fD5",
- "status": "abandoned",
- "id": "0xA8DaA52DEd91F7C82b4BB02B4b87c6a841Db1fD5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA8DaA52DEd91F7C82b4BB02B4b87c6a841Db1fD5/logo.png b/blockchains/ethereum/assets/0xA8DaA52DEd91F7C82b4BB02B4b87c6a841Db1fD5/logo.png
deleted file mode 100644
index e770f6c7aba4b..0000000000000
Binary files a/blockchains/ethereum/assets/0xA8DaA52DEd91F7C82b4BB02B4b87c6a841Db1fD5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA8b65249DE7f85494BC1fe75F525f568aa7dfa39/info.json b/blockchains/ethereum/assets/0xA8b65249DE7f85494BC1fe75F525f568aa7dfa39/info.json
deleted file mode 100644
index 7b1a0d69868bb..0000000000000
--- a/blockchains/ethereum/assets/0xA8b65249DE7f85494BC1fe75F525f568aa7dfa39/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "bZx BAT iToken",
- "symbol": "iBAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA8b65249DE7f85494BC1fe75F525f568aa7dfa39",
- "status": "abandoned",
- "id": "0xA8b65249DE7f85494BC1fe75F525f568aa7dfa39"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA8b65249DE7f85494BC1fe75F525f568aa7dfa39/logo.png b/blockchains/ethereum/assets/0xA8b65249DE7f85494BC1fe75F525f568aa7dfa39/logo.png
deleted file mode 100644
index 08a628326f900..0000000000000
Binary files a/blockchains/ethereum/assets/0xA8b65249DE7f85494BC1fe75F525f568aa7dfa39/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA8b919680258d369114910511cc87595aec0be6D/info.json b/blockchains/ethereum/assets/0xA8b919680258d369114910511cc87595aec0be6D/info.json
deleted file mode 100644
index 54b3c3dddbb7c..0000000000000
--- a/blockchains/ethereum/assets/0xA8b919680258d369114910511cc87595aec0be6D/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "LUKSO",
- "website": "https://lukso.network",
- "description": "LUKSO is the Blockchain for the new digital lifestyle.",
- "explorer": "https://etherscan.io/token/0xA8b919680258d369114910511cc87595aec0be6D",
- "type": "ERC20",
- "symbol": "LYXe",
- "decimals": 18,
- "status": "active",
- "id": "0xA8b919680258d369114910511cc87595aec0be6D",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/lukso_io"
- },
- {
- "name": "telegram",
- "url": "https://t.me/LUKSO"
- },
- {
- "name": "medium",
- "url": "https://medium.com/lukso"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA8b919680258d369114910511cc87595aec0be6D/logo.png b/blockchains/ethereum/assets/0xA8b919680258d369114910511cc87595aec0be6D/logo.png
deleted file mode 100644
index d60113d2ec3d8..0000000000000
Binary files a/blockchains/ethereum/assets/0xA8b919680258d369114910511cc87595aec0be6D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA8eBb13B9895E52Ab7d815CE7F63591402581624/info.json b/blockchains/ethereum/assets/0xA8eBb13B9895E52Ab7d815CE7F63591402581624/info.json
deleted file mode 100644
index a534f86f11565..0000000000000
--- a/blockchains/ethereum/assets/0xA8eBb13B9895E52Ab7d815CE7F63591402581624/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ESCX Token",
- "symbol": "ESCX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://token.escx.co.id",
- "explorer": "https://etherscan.io/token/0xA8eBb13B9895E52Ab7d815CE7F63591402581624",
- "status": "abandoned",
- "id": "0xA8eBb13B9895E52Ab7d815CE7F63591402581624"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA8eBb13B9895E52Ab7d815CE7F63591402581624/logo.png b/blockchains/ethereum/assets/0xA8eBb13B9895E52Ab7d815CE7F63591402581624/logo.png
deleted file mode 100644
index 458f4c2257464..0000000000000
Binary files a/blockchains/ethereum/assets/0xA8eBb13B9895E52Ab7d815CE7F63591402581624/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA8eC2B2F021B55d7d594c8d12Bbd6d23C05245D7/info.json b/blockchains/ethereum/assets/0xA8eC2B2F021B55d7d594c8d12Bbd6d23C05245D7/info.json
deleted file mode 100644
index 569fd14cabf97..0000000000000
--- a/blockchains/ethereum/assets/0xA8eC2B2F021B55d7d594c8d12Bbd6d23C05245D7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CASHBACK Token",
- "website": "https://cashback.so",
- "description": "Cashback E-commerce Exchange was born from new ideas based on great start-up technologies and has had certain achievements in the market.",
- "explorer": "https://etherscan.io/token/0xA8eC2B2F021B55d7d594c8d12Bbd6d23C05245D7",
- "type": "ERC20",
- "symbol": "CASHBACK",
- "decimals": 18,
- "status": "active",
- "id": "0xA8eC2B2F021B55d7d594c8d12Bbd6d23C05245D7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA8eC2B2F021B55d7d594c8d12Bbd6d23C05245D7/logo.png b/blockchains/ethereum/assets/0xA8eC2B2F021B55d7d594c8d12Bbd6d23C05245D7/logo.png
deleted file mode 100644
index 208877b00cf11..0000000000000
Binary files a/blockchains/ethereum/assets/0xA8eC2B2F021B55d7d594c8d12Bbd6d23C05245D7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA91ac63D040dEB1b7A5E4d4134aD23eb0ba07e14/info.json b/blockchains/ethereum/assets/0xA91ac63D040dEB1b7A5E4d4134aD23eb0ba07e14/info.json
deleted file mode 100644
index e076d708b8bf3..0000000000000
--- a/blockchains/ethereum/assets/0xA91ac63D040dEB1b7A5E4d4134aD23eb0ba07e14/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Bella Protocol",
- "website": "https://bella.fi",
- "description": "Bella Protocol is described to be a set of DeFi products for one-click crypto banking.",
- "explorer": "https://etherscan.io/token/0xA91ac63D040dEB1b7A5E4d4134aD23eb0ba07e14",
- "research": "https://research.binance.com/en/projects/bella",
- "type": "ERC20",
- "symbol": "BEL",
- "decimals": 18,
- "status": "active",
- "id": "0xA91ac63D040dEB1b7A5E4d4134aD23eb0ba07e14"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA91ac63D040dEB1b7A5E4d4134aD23eb0ba07e14/logo.png b/blockchains/ethereum/assets/0xA91ac63D040dEB1b7A5E4d4134aD23eb0ba07e14/logo.png
deleted file mode 100644
index e60767da807fb..0000000000000
Binary files a/blockchains/ethereum/assets/0xA91ac63D040dEB1b7A5E4d4134aD23eb0ba07e14/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA974c709cFb4566686553a20790685A47acEAA33/info.json b/blockchains/ethereum/assets/0xA974c709cFb4566686553a20790685A47acEAA33/info.json
deleted file mode 100644
index ae831a70201cc..0000000000000
--- a/blockchains/ethereum/assets/0xA974c709cFb4566686553a20790685A47acEAA33/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mixin",
- "symbol": "XIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "A TEE powered BFT-DAG network, Mixin connects all existing blockchains with unlimited throughput.",
- "website": "https://mixin.one",
- "explorer": "https://etherscan.io/token/0xA974c709cFb4566686553a20790685A47acEAA33",
- "status": "active",
- "id": "0xA974c709cFb4566686553a20790685A47acEAA33"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA974c709cFb4566686553a20790685A47acEAA33/logo.png b/blockchains/ethereum/assets/0xA974c709cFb4566686553a20790685A47acEAA33/logo.png
deleted file mode 100644
index c452fd7c01ed7..0000000000000
Binary files a/blockchains/ethereum/assets/0xA974c709cFb4566686553a20790685A47acEAA33/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA97ab0dd4542E4D5a4c92a39a63c7ec474043d1D/info.json b/blockchains/ethereum/assets/0xA97ab0dd4542E4D5a4c92a39a63c7ec474043d1D/info.json
deleted file mode 100644
index 56fadf465f1ab..0000000000000
--- a/blockchains/ethereum/assets/0xA97ab0dd4542E4D5a4c92a39a63c7ec474043d1D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "boletoken",
- "symbol": "BLC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA97ab0dd4542E4D5a4c92a39a63c7ec474043d1D",
- "status": "abandoned",
- "id": "0xA97ab0dd4542E4D5a4c92a39a63c7ec474043d1D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA97ab0dd4542E4D5a4c92a39a63c7ec474043d1D/logo.png b/blockchains/ethereum/assets/0xA97ab0dd4542E4D5a4c92a39a63c7ec474043d1D/logo.png
deleted file mode 100644
index aed0ed7eabe5b..0000000000000
Binary files a/blockchains/ethereum/assets/0xA97ab0dd4542E4D5a4c92a39a63c7ec474043d1D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA984A92731C088F1eA4D53b71A2565a399F7D8D5/info.json b/blockchains/ethereum/assets/0xA984A92731C088F1eA4D53b71A2565a399F7D8D5/info.json
deleted file mode 100644
index 014dab7e5c18d..0000000000000
--- a/blockchains/ethereum/assets/0xA984A92731C088F1eA4D53b71A2565a399F7D8D5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "INCX Coin",
- "symbol": "INCX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://internationalcryptox.io/",
- "explorer": "https://etherscan.io/token/0xA984A92731C088F1eA4D53b71A2565a399F7D8D5",
- "status": "abandoned",
- "id": "0xA984A92731C088F1eA4D53b71A2565a399F7D8D5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA984A92731C088F1eA4D53b71A2565a399F7D8D5/logo.png b/blockchains/ethereum/assets/0xA984A92731C088F1eA4D53b71A2565a399F7D8D5/logo.png
deleted file mode 100644
index 923332b1d6700..0000000000000
Binary files a/blockchains/ethereum/assets/0xA984A92731C088F1eA4D53b71A2565a399F7D8D5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA9877b1e05D035899131DBd1e403825166D09f92/info.json b/blockchains/ethereum/assets/0xA9877b1e05D035899131DBd1e403825166D09f92/info.json
deleted file mode 100644
index 679ac793bdb71..0000000000000
--- a/blockchains/ethereum/assets/0xA9877b1e05D035899131DBd1e403825166D09f92/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Media Network Token",
- "symbol": "MNT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA9877b1e05D035899131DBd1e403825166D09f92",
- "status": "abandoned",
- "id": "0xA9877b1e05D035899131DBd1e403825166D09f92"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA9877b1e05D035899131DBd1e403825166D09f92/logo.png b/blockchains/ethereum/assets/0xA9877b1e05D035899131DBd1e403825166D09f92/logo.png
deleted file mode 100644
index 37f24749e23c4..0000000000000
Binary files a/blockchains/ethereum/assets/0xA9877b1e05D035899131DBd1e403825166D09f92/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA9Aad2dC3a8315caeee5F458B1d8EDc31D8467BD/info.json b/blockchains/ethereum/assets/0xA9Aad2dC3a8315caeee5F458B1d8EDc31D8467BD/info.json
deleted file mode 100644
index c74f8631aec20..0000000000000
--- a/blockchains/ethereum/assets/0xA9Aad2dC3a8315caeee5F458B1d8EDc31D8467BD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTCMoon",
- "symbol": "BTCM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://btcmoon.info/",
- "explorer": "https://etherscan.io/token/0xA9Aad2dC3a8315caeee5F458B1d8EDc31D8467BD",
- "status": "abandoned",
- "id": "0xA9Aad2dC3a8315caeee5F458B1d8EDc31D8467BD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA9Aad2dC3a8315caeee5F458B1d8EDc31D8467BD/logo.png b/blockchains/ethereum/assets/0xA9Aad2dC3a8315caeee5F458B1d8EDc31D8467BD/logo.png
deleted file mode 100644
index dc1d5392f928a..0000000000000
Binary files a/blockchains/ethereum/assets/0xA9Aad2dC3a8315caeee5F458B1d8EDc31D8467BD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA9B1Eb5908CfC3cdf91F9B8B3a74108598009096/info.json b/blockchains/ethereum/assets/0xA9B1Eb5908CfC3cdf91F9B8B3a74108598009096/info.json
deleted file mode 100644
index bf50c1d2eb23b..0000000000000
--- a/blockchains/ethereum/assets/0xA9B1Eb5908CfC3cdf91F9B8B3a74108598009096/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Bounce",
- "symbol": "AUCTION",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xA9B1Eb5908CfC3cdf91F9B8B3a74108598009096"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA9B1Eb5908CfC3cdf91F9B8B3a74108598009096/logo.png b/blockchains/ethereum/assets/0xA9B1Eb5908CfC3cdf91F9B8B3a74108598009096/logo.png
deleted file mode 100644
index d84312d4b3954..0000000000000
Binary files a/blockchains/ethereum/assets/0xA9B1Eb5908CfC3cdf91F9B8B3a74108598009096/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA9d2927d3a04309E008B6af6E2e282AE2952e7fD/info.json b/blockchains/ethereum/assets/0xA9d2927d3a04309E008B6af6E2e282AE2952e7fD/info.json
deleted file mode 100644
index c42473a6b759a..0000000000000
--- a/blockchains/ethereum/assets/0xA9d2927d3a04309E008B6af6E2e282AE2952e7fD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zipper",
- "symbol": "ZIP",
- "type": "ERC20",
- "decimals": 18,
- "description": "Zipper is a decentralized value transfer network that enables point to point Message communication, Transaction Transfer and Transaction Settlement across multiple blockchain networks among different financial institutions. Zipper enables and empowers rich and comprehensive blockchain-based services for global financial institutions.",
- "website": "http://zipper.io/",
- "explorer": "https://etherscan.io/token/0xA9d2927d3a04309E008B6af6E2e282AE2952e7fD",
- "status": "active",
- "id": "0xA9d2927d3a04309E008B6af6E2e282AE2952e7fD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA9d2927d3a04309E008B6af6E2e282AE2952e7fD/logo.png b/blockchains/ethereum/assets/0xA9d2927d3a04309E008B6af6E2e282AE2952e7fD/logo.png
deleted file mode 100755
index 1b66d93a6904d..0000000000000
Binary files a/blockchains/ethereum/assets/0xA9d2927d3a04309E008B6af6E2e282AE2952e7fD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xA9f80A3C8258c42964Fac6263B8BAA648156b85D/info.json b/blockchains/ethereum/assets/0xA9f80A3C8258c42964Fac6263B8BAA648156b85D/info.json
deleted file mode 100644
index 11a66e2afabb3..0000000000000
--- a/blockchains/ethereum/assets/0xA9f80A3C8258c42964Fac6263B8BAA648156b85D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R807401",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xA9f80A3C8258c42964Fac6263B8BAA648156b85D",
- "status": "abandoned",
- "id": "0xA9f80A3C8258c42964Fac6263B8BAA648156b85D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xA9f80A3C8258c42964Fac6263B8BAA648156b85D/logo.png b/blockchains/ethereum/assets/0xA9f80A3C8258c42964Fac6263B8BAA648156b85D/logo.png
deleted file mode 100644
index b506a087d8210..0000000000000
Binary files a/blockchains/ethereum/assets/0xA9f80A3C8258c42964Fac6263B8BAA648156b85D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAA19961b6B858D9F18a115f25aa1D98ABc1fdBA8/info.json b/blockchains/ethereum/assets/0xAA19961b6B858D9F18a115f25aa1D98ABc1fdBA8/info.json
deleted file mode 100644
index 05a6c566c4de1..0000000000000
--- a/blockchains/ethereum/assets/0xAA19961b6B858D9F18a115f25aa1D98ABc1fdBA8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LocalCoinSwap (LCS)",
- "website": "https://localcoinswap.com",
- "description": "LocalCoinSwap (LCS) is the underlying token of the LocalCoinSwap P2P trading platform. This token is regularly repurchased and burned using revenue from the exchange, and allows holders to participate in governance.",
- "explorer": "https://etherscan.io/token/0xAA19961b6B858D9F18a115f25aa1D98ABc1fdBA8",
- "type": "ERC20",
- "symbol": "LCS",
- "decimals": 18,
- "status": "active",
- "id": "0xAA19961b6B858D9F18a115f25aa1D98ABc1fdBA8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAA19961b6B858D9F18a115f25aa1D98ABc1fdBA8/logo.png b/blockchains/ethereum/assets/0xAA19961b6B858D9F18a115f25aa1D98ABc1fdBA8/logo.png
deleted file mode 100644
index 79e6b0984f32c..0000000000000
Binary files a/blockchains/ethereum/assets/0xAA19961b6B858D9F18a115f25aa1D98ABc1fdBA8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAA34bF1fD22a8537eCF3dec57C8a63B1E7385e82/info.json b/blockchains/ethereum/assets/0xAA34bF1fD22a8537eCF3dec57C8a63B1E7385e82/info.json
deleted file mode 100644
index 6b3f62fd0c4ed..0000000000000
--- a/blockchains/ethereum/assets/0xAA34bF1fD22a8537eCF3dec57C8a63B1E7385e82/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Roganzola",
- "symbol": "ROGUE",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAA34bF1fD22a8537eCF3dec57C8a63B1E7385e82",
- "status": "abandoned",
- "id": "0xAA34bF1fD22a8537eCF3dec57C8a63B1E7385e82"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAA34bF1fD22a8537eCF3dec57C8a63B1E7385e82/logo.png b/blockchains/ethereum/assets/0xAA34bF1fD22a8537eCF3dec57C8a63B1E7385e82/logo.png
deleted file mode 100644
index d384b3f71d619..0000000000000
Binary files a/blockchains/ethereum/assets/0xAA34bF1fD22a8537eCF3dec57C8a63B1E7385e82/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAA3F8E382cB01cae98A7f37A170F3D218c38E3EC/info.json b/blockchains/ethereum/assets/0xAA3F8E382cB01cae98A7f37A170F3D218c38E3EC/info.json
deleted file mode 100644
index 96b363fd42a4e..0000000000000
--- a/blockchains/ethereum/assets/0xAA3F8E382cB01cae98A7f37A170F3D218c38E3EC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FENNIECOIN",
- "symbol": "FIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAA3F8E382cB01cae98A7f37A170F3D218c38E3EC",
- "status": "abandoned",
- "id": "0xAA3F8E382cB01cae98A7f37A170F3D218c38E3EC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAA3F8E382cB01cae98A7f37A170F3D218c38E3EC/logo.png b/blockchains/ethereum/assets/0xAA3F8E382cB01cae98A7f37A170F3D218c38E3EC/logo.png
deleted file mode 100644
index b17828afec99e..0000000000000
Binary files a/blockchains/ethereum/assets/0xAA3F8E382cB01cae98A7f37A170F3D218c38E3EC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAA46973900eB6B99Ce0bd6e5f804217dBD192Dfb/info.json b/blockchains/ethereum/assets/0xAA46973900eB6B99Ce0bd6e5f804217dBD192Dfb/info.json
deleted file mode 100644
index 9ec4a5c0b6d19..0000000000000
--- a/blockchains/ethereum/assets/0xAA46973900eB6B99Ce0bd6e5f804217dBD192Dfb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short KNC-DAI 4x v2",
- "symbol": "dsKNC4x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAA46973900eB6B99Ce0bd6e5f804217dBD192Dfb",
- "status": "abandoned",
- "id": "0xAA46973900eB6B99Ce0bd6e5f804217dBD192Dfb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAA46973900eB6B99Ce0bd6e5f804217dBD192Dfb/logo.png b/blockchains/ethereum/assets/0xAA46973900eB6B99Ce0bd6e5f804217dBD192Dfb/logo.png
deleted file mode 100644
index 2943b1c29f439..0000000000000
Binary files a/blockchains/ethereum/assets/0xAA46973900eB6B99Ce0bd6e5f804217dBD192Dfb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAA855D6ECf41dd5cF29DAd369fB9400231979Af8/info.json b/blockchains/ethereum/assets/0xAA855D6ECf41dd5cF29DAd369fB9400231979Af8/info.json
deleted file mode 100644
index d74a05383bb90..0000000000000
--- a/blockchains/ethereum/assets/0xAA855D6ECf41dd5cF29DAd369fB9400231979Af8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sakuya Coin",
- "symbol": "SC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAA855D6ECf41dd5cF29DAd369fB9400231979Af8",
- "status": "abandoned",
- "id": "0xAA855D6ECf41dd5cF29DAd369fB9400231979Af8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAA855D6ECf41dd5cF29DAd369fB9400231979Af8/logo.png b/blockchains/ethereum/assets/0xAA855D6ECf41dd5cF29DAd369fB9400231979Af8/logo.png
deleted file mode 100644
index 95566c316b94d..0000000000000
Binary files a/blockchains/ethereum/assets/0xAA855D6ECf41dd5cF29DAd369fB9400231979Af8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAAA7A10a8ee237ea61E8AC46C50A8Db8bCC1baaa/info.json b/blockchains/ethereum/assets/0xAAA7A10a8ee237ea61E8AC46C50A8Db8bCC1baaa/info.json
deleted file mode 100644
index 0b719980f1deb..0000000000000
--- a/blockchains/ethereum/assets/0xAAA7A10a8ee237ea61E8AC46C50A8Db8bCC1baaa/info.json
+++ /dev/null
@@ -1,57 +0,0 @@
-{
- "name": "QANX Token",
- "website": "https://qanplatform.com",
- "description": "QANX is the utility token of QAN Platform.",
- "explorer": "https://etherscan.io/token/0xAAA7A10a8ee237ea61E8AC46C50A8Db8bCC1baaa",
- "type": "ERC20",
- "symbol": "QANX",
- "decimals": 18,
- "status": "active",
- "id": "0xAAA7A10a8ee237ea61E8AC46C50A8Db8bCC1baaa",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/QANplatform"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/QANplatform_ANN"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/qanplatform"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/bABaQeTPN7"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/qanplatform"
- },
- {
- "name": "medium",
- "url": "https://medium.com/qanplatform"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/QANplatform"
- },
- {
- "name": "whitepaper",
- "url": "https://assets.qanplatform.com/whitepaper.pdf"
- },
- {
- "name": "source_code",
- "url": "https://github.com/QANplatform"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/qanplatform/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/qanplatform"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAAA7A10a8ee237ea61E8AC46C50A8Db8bCC1baaa/logo.png b/blockchains/ethereum/assets/0xAAA7A10a8ee237ea61E8AC46C50A8Db8bCC1baaa/logo.png
deleted file mode 100644
index 7f5462e0b7542..0000000000000
Binary files a/blockchains/ethereum/assets/0xAAA7A10a8ee237ea61E8AC46C50A8Db8bCC1baaa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAAAaaaaBA2ea3daAB0A6c05F1b962c78c9836d99/info.json b/blockchains/ethereum/assets/0xAAAaaaaBA2ea3daAB0A6c05F1b962c78c9836d99/info.json
deleted file mode 100644
index 2346ae8a2dbf8..0000000000000
--- a/blockchains/ethereum/assets/0xAAAaaaaBA2ea3daAB0A6c05F1b962c78c9836d99/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Azbit",
- "symbol": "AZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "Azbit Global Ltd Is a blockchain-based banking platform for crypto traders and crypto investors. Building a bridge between the world of traditional finance and cryptocurrencies.",
- "website": "https://azbit.com",
- "explorer": "https://etherscan.io/token/0xAAAaaaaBA2ea3daAB0A6c05F1b962c78c9836d99",
- "status": "active",
- "id": "0xAAAaaaaBA2ea3daAB0A6c05F1b962c78c9836d99"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAAAaaaaBA2ea3daAB0A6c05F1b962c78c9836d99/logo.png b/blockchains/ethereum/assets/0xAAAaaaaBA2ea3daAB0A6c05F1b962c78c9836d99/logo.png
deleted file mode 100644
index 4dbda2514efe7..0000000000000
Binary files a/blockchains/ethereum/assets/0xAAAaaaaBA2ea3daAB0A6c05F1b962c78c9836d99/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAAB29eCC3783aCB436A6679919F22D30932E93F2/info.json b/blockchains/ethereum/assets/0xAAB29eCC3783aCB436A6679919F22D30932E93F2/info.json
deleted file mode 100644
index d80b6f40379b8..0000000000000
--- a/blockchains/ethereum/assets/0xAAB29eCC3783aCB436A6679919F22D30932E93F2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Internet FinTech Coin",
- "symbol": "IFTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAAB29eCC3783aCB436A6679919F22D30932E93F2",
- "status": "abandoned",
- "id": "0xAAB29eCC3783aCB436A6679919F22D30932E93F2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAAB29eCC3783aCB436A6679919F22D30932E93F2/logo.png b/blockchains/ethereum/assets/0xAAB29eCC3783aCB436A6679919F22D30932E93F2/logo.png
deleted file mode 100755
index 47a4bb37e8672..0000000000000
Binary files a/blockchains/ethereum/assets/0xAAB29eCC3783aCB436A6679919F22D30932E93F2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAACa86B876ca011844b5798ECA7a67591A9743C8/info.json b/blockchains/ethereum/assets/0xAACa86B876ca011844b5798ECA7a67591A9743C8/info.json
deleted file mode 100644
index ffd8c008f591d..0000000000000
--- a/blockchains/ethereum/assets/0xAACa86B876ca011844b5798ECA7a67591A9743C8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BIOS",
- "type": "ERC20",
- "symbol": "BIOS",
- "decimals": 18,
- "website": "https://www.0xnodes.io",
- "description": "The utility token in the 0x_nodes ecosystem.",
- "explorer": "https://etherscan.io/token/0xAACa86B876ca011844b5798ECA7a67591A9743C8",
- "status": "active",
- "id": "0xAACa86B876ca011844b5798ECA7a67591A9743C8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAACa86B876ca011844b5798ECA7a67591A9743C8/logo.png b/blockchains/ethereum/assets/0xAACa86B876ca011844b5798ECA7a67591A9743C8/logo.png
deleted file mode 100644
index 9fa46a1454f28..0000000000000
Binary files a/blockchains/ethereum/assets/0xAACa86B876ca011844b5798ECA7a67591A9743C8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAAD54C9f27B876D2538455DdA69207279fF673a5/info.json b/blockchains/ethereum/assets/0xAAD54C9f27B876D2538455DdA69207279fF673a5/info.json
deleted file mode 100644
index 94b760da3f915..0000000000000
--- a/blockchains/ethereum/assets/0xAAD54C9f27B876D2538455DdA69207279fF673a5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Davinci coin",
- "symbol": "DAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Davinci Coin (DAC) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.davinci.vision",
- "explorer": "https://etherscan.io/token/0xAAD54C9f27B876D2538455DdA69207279fF673a5",
- "status": "active",
- "id": "0xAAD54C9f27B876D2538455DdA69207279fF673a5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAAD54C9f27B876D2538455DdA69207279fF673a5/logo.png b/blockchains/ethereum/assets/0xAAD54C9f27B876D2538455DdA69207279fF673a5/logo.png
deleted file mode 100644
index 8ec716add6216..0000000000000
Binary files a/blockchains/ethereum/assets/0xAAD54C9f27B876D2538455DdA69207279fF673a5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAAE81c0194D6459F320b70CA0CEdf88e11a242CE/info.json b/blockchains/ethereum/assets/0xAAE81c0194D6459F320b70CA0CEdf88e11a242CE/info.json
deleted file mode 100644
index dc6c74f380bcb..0000000000000
--- a/blockchains/ethereum/assets/0xAAE81c0194D6459F320b70CA0CEdf88e11a242CE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WeToken",
- "symbol": "WT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAAE81c0194D6459F320b70CA0CEdf88e11a242CE",
- "status": "abandoned",
- "id": "0xAAE81c0194D6459F320b70CA0CEdf88e11a242CE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAAE81c0194D6459F320b70CA0CEdf88e11a242CE/logo.png b/blockchains/ethereum/assets/0xAAE81c0194D6459F320b70CA0CEdf88e11a242CE/logo.png
deleted file mode 100644
index ccaac81da7e5b..0000000000000
Binary files a/blockchains/ethereum/assets/0xAAE81c0194D6459F320b70CA0CEdf88e11a242CE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAAf37055188Feee4869dE63464937e683d61b2a1/info.json b/blockchains/ethereum/assets/0xAAf37055188Feee4869dE63464937e683d61b2a1/info.json
deleted file mode 100644
index 97b703bb46e04..0000000000000
--- a/blockchains/ethereum/assets/0xAAf37055188Feee4869dE63464937e683d61b2a1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UChain Token",
- "symbol": "UCN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://uchain.world/",
- "explorer": "https://etherscan.io/token/0xAAf37055188Feee4869dE63464937e683d61b2a1",
- "status": "abandoned",
- "id": "0xAAf37055188Feee4869dE63464937e683d61b2a1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAAf37055188Feee4869dE63464937e683d61b2a1/logo.png b/blockchains/ethereum/assets/0xAAf37055188Feee4869dE63464937e683d61b2a1/logo.png
deleted file mode 100644
index 063685287adf9..0000000000000
Binary files a/blockchains/ethereum/assets/0xAAf37055188Feee4869dE63464937e683d61b2a1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAB6CF87a50F17d7F5E1FEaf81B6fE9FfBe8EBF84/info.json b/blockchains/ethereum/assets/0xAB6CF87a50F17d7F5E1FEaf81B6fE9FfBe8EBF84/info.json
deleted file mode 100644
index 2d87b795fd969..0000000000000
--- a/blockchains/ethereum/assets/0xAB6CF87a50F17d7F5E1FEaf81B6fE9FfBe8EBF84/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Macroverse Token",
- "symbol": "MRV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAB6CF87a50F17d7F5E1FEaf81B6fE9FfBe8EBF84",
- "status": "abandoned",
- "id": "0xAB6CF87a50F17d7F5E1FEaf81B6fE9FfBe8EBF84"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAB6CF87a50F17d7F5E1FEaf81B6fE9FfBe8EBF84/logo.png b/blockchains/ethereum/assets/0xAB6CF87a50F17d7F5E1FEaf81B6fE9FfBe8EBF84/logo.png
deleted file mode 100644
index 689a847cd723d..0000000000000
Binary files a/blockchains/ethereum/assets/0xAB6CF87a50F17d7F5E1FEaf81B6fE9FfBe8EBF84/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAB7aaf9e485a3bc885985184ABE9FC6Aba727bD6/info.json b/blockchains/ethereum/assets/0xAB7aaf9e485a3bc885985184ABE9FC6Aba727bD6/info.json
deleted file mode 100644
index 174025118bde3..0000000000000
--- a/blockchains/ethereum/assets/0xAB7aaf9e485a3bc885985184ABE9FC6Aba727bD6/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "MANY",
- "website": "https://many.global",
- "description": "MANY is a community born and operated project combining YF and NFT.",
- "explorer": "https://etherscan.io/token/0xAB7aaf9e485a3bc885985184ABE9FC6Aba727bD6",
- "type": "ERC20",
- "symbol": "MANY",
- "decimals": 18,
- "status": "active",
- "id": "0xAB7aaf9e485a3bc885985184ABE9FC6Aba727bD6",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/MANYToken"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAB7aaf9e485a3bc885985184ABE9FC6Aba727bD6/logo.png b/blockchains/ethereum/assets/0xAB7aaf9e485a3bc885985184ABE9FC6Aba727bD6/logo.png
deleted file mode 100644
index cad33deb508c9..0000000000000
Binary files a/blockchains/ethereum/assets/0xAB7aaf9e485a3bc885985184ABE9FC6Aba727bD6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xABcB2372370Fa1591Ce104a03351B5B628443C2B/info.json b/blockchains/ethereum/assets/0xABcB2372370Fa1591Ce104a03351B5B628443C2B/info.json
deleted file mode 100644
index b88531bac959e..0000000000000
--- a/blockchains/ethereum/assets/0xABcB2372370Fa1591Ce104a03351B5B628443C2B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "InveCoin",
- "symbol": "INVE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xABcB2372370Fa1591Ce104a03351B5B628443C2B",
- "status": "abandoned",
- "id": "0xABcB2372370Fa1591Ce104a03351B5B628443C2B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xABcB2372370Fa1591Ce104a03351B5B628443C2B/logo.png b/blockchains/ethereum/assets/0xABcB2372370Fa1591Ce104a03351B5B628443C2B/logo.png
deleted file mode 100755
index 943412224c5cf..0000000000000
Binary files a/blockchains/ethereum/assets/0xABcB2372370Fa1591Ce104a03351B5B628443C2B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xABe580E7ee158dA464b51ee1a83Ac0289622e6be/info.json b/blockchains/ethereum/assets/0xABe580E7ee158dA464b51ee1a83Ac0289622e6be/info.json
deleted file mode 100644
index 769fdce3e1d4a..0000000000000
--- a/blockchains/ethereum/assets/0xABe580E7ee158dA464b51ee1a83Ac0289622e6be/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Offshift",
- "symbol": "XFT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Offshift is a cryptographically private offshore storage & DeFi protocol on Ethereum.",
- "website": "https://offshift.io",
- "explorer": "https://etherscan.io/token/0xABe580E7ee158dA464b51ee1a83Ac0289622e6be",
- "status": "abandoned",
- "id": "0xABe580E7ee158dA464b51ee1a83Ac0289622e6be"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAC4088748E1f737C82980A7f78669bE35FecD686/info.json b/blockchains/ethereum/assets/0xAC4088748E1f737C82980A7f78669bE35FecD686/info.json
deleted file mode 100644
index 06a94c6952743..0000000000000
--- a/blockchains/ethereum/assets/0xAC4088748E1f737C82980A7f78669bE35FecD686/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Basecoin",
- "symbol": "BAB",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAC4088748E1f737C82980A7f78669bE35FecD686",
- "status": "active",
- "id": "0xAC4088748E1f737C82980A7f78669bE35FecD686"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAC4088748E1f737C82980A7f78669bE35FecD686/logo.png b/blockchains/ethereum/assets/0xAC4088748E1f737C82980A7f78669bE35FecD686/logo.png
deleted file mode 100644
index 929a66ffdfbcc..0000000000000
Binary files a/blockchains/ethereum/assets/0xAC4088748E1f737C82980A7f78669bE35FecD686/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAC51066d7bEC65Dc4589368da368b212745d63E8/info.json b/blockchains/ethereum/assets/0xAC51066d7bEC65Dc4589368da368b212745d63E8/info.json
deleted file mode 100644
index 81360bb303edf..0000000000000
--- a/blockchains/ethereum/assets/0xAC51066d7bEC65Dc4589368da368b212745d63E8/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "My Neighbor Alice",
- "symbol": "ALICE",
- "type": "ERC20",
- "decimals": 6,
- "description": "A social simulation Blockchain game owned by players.",
- "website": "https://www.myneighboralice.com",
- "explorer": "https://etherscan.io/token/0xac51066d7bec65dc4589368da368b212745d63e8",
- "status": "active",
- "id": "0xAC51066d7bEC65Dc4589368da368b212745d63E8",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/MyNeighborAlice"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/MyNeighborAlice/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/MyNeighborAlice/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/myneighboralice/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/my-neighbor-alice/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAC51066d7bEC65Dc4589368da368b212745d63E8/logo.png b/blockchains/ethereum/assets/0xAC51066d7bEC65Dc4589368da368b212745d63E8/logo.png
deleted file mode 100644
index 233428d62610c..0000000000000
Binary files a/blockchains/ethereum/assets/0xAC51066d7bEC65Dc4589368da368b212745d63E8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAC65dc06C8444C6545A94Ce961496258Aa860Cb9/info.json b/blockchains/ethereum/assets/0xAC65dc06C8444C6545A94Ce961496258Aa860Cb9/info.json
deleted file mode 100644
index 8104973ea4ccd..0000000000000
--- a/blockchains/ethereum/assets/0xAC65dc06C8444C6545A94Ce961496258Aa860Cb9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LHO Token",
- "symbol": "LHO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAC65dc06C8444C6545A94Ce961496258Aa860Cb9",
- "status": "spam",
- "id": "0xAC65dc06C8444C6545A94Ce961496258Aa860Cb9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAC65dc06C8444C6545A94Ce961496258Aa860Cb9/logo.png b/blockchains/ethereum/assets/0xAC65dc06C8444C6545A94Ce961496258Aa860Cb9/logo.png
deleted file mode 100644
index cdf9da6d1a758..0000000000000
Binary files a/blockchains/ethereum/assets/0xAC65dc06C8444C6545A94Ce961496258Aa860Cb9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAC8E13ecC30Da7Ff04b842f21A62a1fb0f10eBd5/info.json b/blockchains/ethereum/assets/0xAC8E13ecC30Da7Ff04b842f21A62a1fb0f10eBd5/info.json
deleted file mode 100644
index b5209936eca64..0000000000000
--- a/blockchains/ethereum/assets/0xAC8E13ecC30Da7Ff04b842f21A62a1fb0f10eBd5/info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "BabyDoge ETH",
- "type": "ERC20",
- "symbol": "BABYDOGE",
- "decimals": 9,
- "website": "https://babydogecoin.gg",
- "description": "BabyDoge is fully decentralized and on a mission to bring popular cryptocurrency concepts to the mainstream in one, easy to understand project.",
- "explorer": "https://etherscan.io/token/0xAC8E13ecC30Da7Ff04b842f21A62a1fb0f10eBd5",
- "status": "active",
- "id": "0xAC8E13ecC30Da7Ff04b842f21A62a1fb0f10eBd5",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/king_bdoge"
- },
- {
- "name": "github",
- "url": "https://github.com/babydogecoingg"
- },
- {
- "name": "telegram",
- "url": "https://t.me/babydogecoingg"
- },
- {
- "name": "whitepaper",
- "url": "https://babydogecoin.gg/assets/BabyDoge_WhitePaper.pdf"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@babydogecoin"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/babydoge-coin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/babydoge-eth"
- },
- {
- "name": "source_code",
- "url": "https://etherscan.io/address/0xac8e13ecc30da7ff04b842f21a62a1fb0f10ebd5#code"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAC8E13ecC30Da7Ff04b842f21A62a1fb0f10eBd5/logo.png b/blockchains/ethereum/assets/0xAC8E13ecC30Da7Ff04b842f21A62a1fb0f10eBd5/logo.png
deleted file mode 100644
index fd9c4b99f9c7b..0000000000000
Binary files a/blockchains/ethereum/assets/0xAC8E13ecC30Da7Ff04b842f21A62a1fb0f10eBd5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAC9ce326e95f51B5005e9fE1DD8085a01F18450c/info.json b/blockchains/ethereum/assets/0xAC9ce326e95f51B5005e9fE1DD8085a01F18450c/info.json
deleted file mode 100644
index a4d67113412a6..0000000000000
--- a/blockchains/ethereum/assets/0xAC9ce326e95f51B5005e9fE1DD8085a01F18450c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VeriSafe",
- "symbol": "VSF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.verisafe.io/",
- "explorer": "https://etherscan.io/token/0xAC9ce326e95f51B5005e9fE1DD8085a01F18450c",
- "status": "abandoned",
- "id": "0xAC9ce326e95f51B5005e9fE1DD8085a01F18450c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAC9ce326e95f51B5005e9fE1DD8085a01F18450c/logo.png b/blockchains/ethereum/assets/0xAC9ce326e95f51B5005e9fE1DD8085a01F18450c/logo.png
deleted file mode 100644
index 44b9d418abf7d..0000000000000
Binary files a/blockchains/ethereum/assets/0xAC9ce326e95f51B5005e9fE1DD8085a01F18450c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAD0A20715a7DF7aA0922B3791702F18254B660d9/info.json b/blockchains/ethereum/assets/0xAD0A20715a7DF7aA0922B3791702F18254B660d9/info.json
deleted file mode 100644
index 92420d3676c12..0000000000000
--- a/blockchains/ethereum/assets/0xAD0A20715a7DF7aA0922B3791702F18254B660d9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crypto Energy Token CRET",
- "symbol": "CRET",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAD0A20715a7DF7aA0922B3791702F18254B660d9",
- "status": "abandoned",
- "id": "0xAD0A20715a7DF7aA0922B3791702F18254B660d9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAD0A20715a7DF7aA0922B3791702F18254B660d9/logo.png b/blockchains/ethereum/assets/0xAD0A20715a7DF7aA0922B3791702F18254B660d9/logo.png
deleted file mode 100644
index fdc2911255dad..0000000000000
Binary files a/blockchains/ethereum/assets/0xAD0A20715a7DF7aA0922B3791702F18254B660d9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAD3b5c8542367ca9650437f33950b4AED067289B/info.json b/blockchains/ethereum/assets/0xAD3b5c8542367ca9650437f33950b4AED067289B/info.json
deleted file mode 100644
index 818fadc9a709e..0000000000000
--- a/blockchains/ethereum/assets/0xAD3b5c8542367ca9650437f33950b4AED067289B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BIDCOIN",
- "symbol": "BID",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAD3b5c8542367ca9650437f33950b4AED067289B",
- "status": "abandoned",
- "id": "0xAD3b5c8542367ca9650437f33950b4AED067289B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAD3b5c8542367ca9650437f33950b4AED067289B/logo.png b/blockchains/ethereum/assets/0xAD3b5c8542367ca9650437f33950b4AED067289B/logo.png
deleted file mode 100644
index 3dbad407709ec..0000000000000
Binary files a/blockchains/ethereum/assets/0xAD3b5c8542367ca9650437f33950b4AED067289B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAD640689e6950b7453729A4686edB3FdfD754616/info.json b/blockchains/ethereum/assets/0xAD640689e6950b7453729A4686edB3FdfD754616/info.json
deleted file mode 100644
index d3397caed032c..0000000000000
--- a/blockchains/ethereum/assets/0xAD640689e6950b7453729A4686edB3FdfD754616/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CIChain",
- "symbol": "CIC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAD640689e6950b7453729A4686edB3FdfD754616",
- "status": "abandoned",
- "id": "0xAD640689e6950b7453729A4686edB3FdfD754616"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAD640689e6950b7453729A4686edB3FdfD754616/logo.png b/blockchains/ethereum/assets/0xAD640689e6950b7453729A4686edB3FdfD754616/logo.png
deleted file mode 100644
index 5598f53bc4fb0..0000000000000
Binary files a/blockchains/ethereum/assets/0xAD640689e6950b7453729A4686edB3FdfD754616/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAD8B556174bff978c6a6Ea022871C3E26eA9dDb2/info.json b/blockchains/ethereum/assets/0xAD8B556174bff978c6a6Ea022871C3E26eA9dDb2/info.json
deleted file mode 100644
index 177b47782f2ec..0000000000000
--- a/blockchains/ethereum/assets/0xAD8B556174bff978c6a6Ea022871C3E26eA9dDb2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DAATTY COIN",
- "symbol": "DTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://daattycoin.com/",
- "explorer": "https://etherscan.io/token/0xAD8B556174bff978c6a6Ea022871C3E26eA9dDb2",
- "status": "abandoned",
- "id": "0xAD8B556174bff978c6a6Ea022871C3E26eA9dDb2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAD8B556174bff978c6a6Ea022871C3E26eA9dDb2/logo.png b/blockchains/ethereum/assets/0xAD8B556174bff978c6a6Ea022871C3E26eA9dDb2/logo.png
deleted file mode 100644
index ee1283a5efe18..0000000000000
Binary files a/blockchains/ethereum/assets/0xAD8B556174bff978c6a6Ea022871C3E26eA9dDb2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xADA86b1b313D1D5267E3FC0bB303f0A2b66D0Ea7/info.json b/blockchains/ethereum/assets/0xADA86b1b313D1D5267E3FC0bB303f0A2b66D0Ea7/info.json
deleted file mode 100644
index 80fb171fe2258..0000000000000
--- a/blockchains/ethereum/assets/0xADA86b1b313D1D5267E3FC0bB303f0A2b66D0Ea7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Covesting Token",
- "website": "https://covesting.io",
- "description": "COV is a utility token designed to be used by members within the Covesting ecosystem.",
- "explorer": "https://etherscan.io/token/0xADA86b1b313D1D5267E3FC0bB303f0A2b66D0Ea7",
- "type": "ERC20",
- "symbol": "COV",
- "decimals": 18,
- "status": "active",
- "id": "0xADA86b1b313D1D5267E3FC0bB303f0A2b66D0Ea7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xADA86b1b313D1D5267E3FC0bB303f0A2b66D0Ea7/logo.png b/blockchains/ethereum/assets/0xADA86b1b313D1D5267E3FC0bB303f0A2b66D0Ea7/logo.png
deleted file mode 100644
index 47a9aba436485..0000000000000
Binary files a/blockchains/ethereum/assets/0xADA86b1b313D1D5267E3FC0bB303f0A2b66D0Ea7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xADD9c6c4375B5afa3c952ed517a0E532E6238815/info.json b/blockchains/ethereum/assets/0xADD9c6c4375B5afa3c952ed517a0E532E6238815/info.json
deleted file mode 100644
index cc56993cb2c43..0000000000000
--- a/blockchains/ethereum/assets/0xADD9c6c4375B5afa3c952ed517a0E532E6238815/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HCTCoin",
- "symbol": "HCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xADD9c6c4375B5afa3c952ed517a0E532E6238815",
- "status": "abandoned",
- "id": "0xADD9c6c4375B5afa3c952ed517a0E532E6238815"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xADD9c6c4375B5afa3c952ed517a0E532E6238815/logo.png b/blockchains/ethereum/assets/0xADD9c6c4375B5afa3c952ed517a0E532E6238815/logo.png
deleted file mode 100644
index 53895d5fe42bf..0000000000000
Binary files a/blockchains/ethereum/assets/0xADD9c6c4375B5afa3c952ed517a0E532E6238815/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xADE00C28244d5CE17D72E40330B1c318cD12B7c3/info.json b/blockchains/ethereum/assets/0xADE00C28244d5CE17D72E40330B1c318cD12B7c3/info.json
deleted file mode 100644
index d8234bc5ddd2d..0000000000000
--- a/blockchains/ethereum/assets/0xADE00C28244d5CE17D72E40330B1c318cD12B7c3/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "Ambire AdEx",
- "website": "https://adex.network",
- "description": "The AdEx Network aims to build a decentralized solution for digital advertising that reduces fraud, improves budgets, and protects user privacy.",
- "explorer": "https://etherscan.io/token/0xADE00C28244d5CE17D72E40330B1c318cD12B7c3",
- "research": "https://research.binance.com/en/projects/adex-network",
- "type": "ERC20",
- "symbol": "ADX",
- "decimals": 18,
- "status": "active",
- "id": "0xADE00C28244d5CE17D72E40330B1c318cD12B7c3",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/AdExNetwork"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xADE00C28244d5CE17D72E40330B1c318cD12B7c3/logo.png b/blockchains/ethereum/assets/0xADE00C28244d5CE17D72E40330B1c318cD12B7c3/logo.png
deleted file mode 100644
index 19b178c65df95..0000000000000
Binary files a/blockchains/ethereum/assets/0xADE00C28244d5CE17D72E40330B1c318cD12B7c3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xADF8B8050639b6236915f7516d69dE714672F0bF/info.json b/blockchains/ethereum/assets/0xADF8B8050639b6236915f7516d69dE714672F0bF/info.json
deleted file mode 100644
index 7ce541d1feb84..0000000000000
--- a/blockchains/ethereum/assets/0xADF8B8050639b6236915f7516d69dE714672F0bF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Scanetchain",
- "symbol": "SWC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.scanetchain.io/",
- "explorer": "https://etherscan.io/token/0xADF8B8050639b6236915f7516d69dE714672F0bF",
- "status": "abandoned",
- "id": "0xADF8B8050639b6236915f7516d69dE714672F0bF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xADF8B8050639b6236915f7516d69dE714672F0bF/logo.png b/blockchains/ethereum/assets/0xADF8B8050639b6236915f7516d69dE714672F0bF/logo.png
deleted file mode 100644
index e66872c7d9813..0000000000000
Binary files a/blockchains/ethereum/assets/0xADF8B8050639b6236915f7516d69dE714672F0bF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAE12C5930881c53715B369ceC7606B70d8EB229f/info.json b/blockchains/ethereum/assets/0xAE12C5930881c53715B369ceC7606B70d8EB229f/info.json
deleted file mode 100644
index 6610052500a03..0000000000000
--- a/blockchains/ethereum/assets/0xAE12C5930881c53715B369ceC7606B70d8EB229f/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Coin98",
- "website": "https://coin98.com/",
- "description": "Coin98 enables value transfer as easily as using the Internet by the innovation of Multi-chain Engine, Fully Automatic Liquidity and Space Gate, all in one Super Liquidity Aggregator.",
- "explorer": "https://etherscan.io/token/0xae12c5930881c53715b369cec7606b70d8eb229f",
- "type": "ERC20",
- "symbol": "C98",
- "decimals": 18,
- "status": "active",
- "id": "0xAE12C5930881c53715B369ceC7606B70d8EB229f",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/coin98_finance"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/coin98/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/coin98/"
- },
- {
- "name": "github",
- "url": "https://github.com/coin98"
- },
- {
- "name": "telegram",
- "url": "https://t.me/StackerVentures"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAE12C5930881c53715B369ceC7606B70d8EB229f/logo.png b/blockchains/ethereum/assets/0xAE12C5930881c53715B369ceC7606B70d8EB229f/logo.png
deleted file mode 100644
index adc079763a7c5..0000000000000
Binary files a/blockchains/ethereum/assets/0xAE12C5930881c53715B369ceC7606B70d8EB229f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAE1eaAE3F627AAca434127644371b67B18444051/info.json b/blockchains/ethereum/assets/0xAE1eaAE3F627AAca434127644371b67B18444051/info.json
deleted file mode 100644
index edac51c7de4e4..0000000000000
--- a/blockchains/ethereum/assets/0xAE1eaAE3F627AAca434127644371b67B18444051/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YOP",
- "website": "https://yop.finance/",
- "description": "YOP is the token for YOP finance application.",
- "explorer": "https://etherscan.io/token/0xae1eaae3f627aaca434127644371b67b18444051",
- "type": "ERC20",
- "symbol": "YOP",
- "decimals": 8,
- "status": "active",
- "id": "0xAE1eaAE3F627AAca434127644371b67B18444051"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAE1eaAE3F627AAca434127644371b67B18444051/logo.png b/blockchains/ethereum/assets/0xAE1eaAE3F627AAca434127644371b67B18444051/logo.png
deleted file mode 100644
index 836785d9744f5..0000000000000
Binary files a/blockchains/ethereum/assets/0xAE1eaAE3F627AAca434127644371b67B18444051/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAE31b85Bfe62747d0836B82608B4830361a3d37a/info.json b/blockchains/ethereum/assets/0xAE31b85Bfe62747d0836B82608B4830361a3d37a/info.json
deleted file mode 100644
index ac9acd4445bc6..0000000000000
--- a/blockchains/ethereum/assets/0xAE31b85Bfe62747d0836B82608B4830361a3d37a/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Aergo",
- "website": "https://aergo.io",
- "description": "Aergo describes itself as an open-source enterprise blockchain platform optimized for hybrid deployments, which consist of both permissioned and permissionless blockchain architectures.",
- "explorer": "https://etherscan.io/token/0xAE31b85Bfe62747d0836B82608B4830361a3d37a",
- "research": "https://research.binance.com/en/projects/aergo",
- "type": "ERC20",
- "symbol": "AERGO",
- "decimals": 18,
- "status": "active",
- "id": "0xAE31b85Bfe62747d0836B82608B4830361a3d37a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAE31b85Bfe62747d0836B82608B4830361a3d37a/logo.png b/blockchains/ethereum/assets/0xAE31b85Bfe62747d0836B82608B4830361a3d37a/logo.png
deleted file mode 100644
index a0a247617d12d..0000000000000
Binary files a/blockchains/ethereum/assets/0xAE31b85Bfe62747d0836B82608B4830361a3d37a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAE788F80F2756A86aa2F410C651F2aF83639B95b/info.json b/blockchains/ethereum/assets/0xAE788F80F2756A86aa2F410C651F2aF83639B95b/info.json
deleted file mode 100644
index a397e90c46c1d..0000000000000
--- a/blockchains/ethereum/assets/0xAE788F80F2756A86aa2F410C651F2aF83639B95b/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "GensoKishi Metaverse",
- "symbol": "MV",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xAE788F80F2756A86aa2F410C651F2aF83639B95b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAE788F80F2756A86aa2F410C651F2aF83639B95b/logo.png b/blockchains/ethereum/assets/0xAE788F80F2756A86aa2F410C651F2aF83639B95b/logo.png
deleted file mode 100644
index 1becba2bb0a80..0000000000000
--- a/blockchains/ethereum/assets/0xAE788F80F2756A86aa2F410C651F2aF83639B95b/logo.png
+++ /dev/null
@@ -1 +0,0 @@
-404: Not Found
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAE9CBE6eBf72A51c9Fcea3830485614486318Fd4/info.json b/blockchains/ethereum/assets/0xAE9CBE6eBf72A51c9Fcea3830485614486318Fd4/info.json
deleted file mode 100644
index 7ebbba34dd2b1..0000000000000
--- a/blockchains/ethereum/assets/0xAE9CBE6eBf72A51c9Fcea3830485614486318Fd4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Newtonium",
- "website": "https://newtonium.org",
- "description": "Newtonium is an ERC-20 token intended to make DeFi more simple and fun. People can harvest $DAI, $USDT & $USDC on newtonium platform. Simple and easy.",
- "explorer": "https://etherscan.io/token/0xAE9CBE6eBf72A51c9Fcea3830485614486318Fd4",
- "type": "ERC20",
- "symbol": "NEWTON",
- "decimals": 18,
- "status": "active",
- "id": "0xAE9CBE6eBf72A51c9Fcea3830485614486318Fd4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAE9CBE6eBf72A51c9Fcea3830485614486318Fd4/logo.png b/blockchains/ethereum/assets/0xAE9CBE6eBf72A51c9Fcea3830485614486318Fd4/logo.png
deleted file mode 100644
index 1d2e57259daf3..0000000000000
Binary files a/blockchains/ethereum/assets/0xAE9CBE6eBf72A51c9Fcea3830485614486318Fd4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAEb1b41981F7Aa5740C7cc0eF5822A40149eC230/info.json b/blockchains/ethereum/assets/0xAEb1b41981F7Aa5740C7cc0eF5822A40149eC230/info.json
deleted file mode 100644
index 4da7f544e7371..0000000000000
--- a/blockchains/ethereum/assets/0xAEb1b41981F7Aa5740C7cc0eF5822A40149eC230/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CARE",
- "symbol": "MED",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAEb1b41981F7Aa5740C7cc0eF5822A40149eC230",
- "status": "abandoned",
- "id": "0xAEb1b41981F7Aa5740C7cc0eF5822A40149eC230"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAEb1b41981F7Aa5740C7cc0eF5822A40149eC230/logo.png b/blockchains/ethereum/assets/0xAEb1b41981F7Aa5740C7cc0eF5822A40149eC230/logo.png
deleted file mode 100644
index 9b0e5064c8baa..0000000000000
Binary files a/blockchains/ethereum/assets/0xAEb1b41981F7Aa5740C7cc0eF5822A40149eC230/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAF350211414C5DC176421Ea05423F0cC494261fB/info.json b/blockchains/ethereum/assets/0xAF350211414C5DC176421Ea05423F0cC494261fB/info.json
deleted file mode 100644
index ae8c69e78504c..0000000000000
--- a/blockchains/ethereum/assets/0xAF350211414C5DC176421Ea05423F0cC494261fB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Saturn DAO token (ERC20)",
- "symbol": "SATURN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAF350211414C5DC176421Ea05423F0cC494261fB",
- "status": "abandoned",
- "id": "0xAF350211414C5DC176421Ea05423F0cC494261fB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAF350211414C5DC176421Ea05423F0cC494261fB/logo.png b/blockchains/ethereum/assets/0xAF350211414C5DC176421Ea05423F0cC494261fB/logo.png
deleted file mode 100644
index 2221c43d3fa02..0000000000000
Binary files a/blockchains/ethereum/assets/0xAF350211414C5DC176421Ea05423F0cC494261fB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAF446174961CD544e51B89310581669e8FC00D16/info.json b/blockchains/ethereum/assets/0xAF446174961CD544e51B89310581669e8FC00D16/info.json
deleted file mode 100644
index 35463b138432b..0000000000000
--- a/blockchains/ethereum/assets/0xAF446174961CD544e51B89310581669e8FC00D16/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dignity",
- "symbol": "DIG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAF446174961CD544e51B89310581669e8FC00D16",
- "status": "abandoned",
- "id": "0xAF446174961CD544e51B89310581669e8FC00D16"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAF446174961CD544e51B89310581669e8FC00D16/logo.png b/blockchains/ethereum/assets/0xAF446174961CD544e51B89310581669e8FC00D16/logo.png
deleted file mode 100644
index 5cafe8a716e04..0000000000000
Binary files a/blockchains/ethereum/assets/0xAF446174961CD544e51B89310581669e8FC00D16/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAFAefA2a7c7aAB9f8B047268500035514487Ef0A/info.json b/blockchains/ethereum/assets/0xAFAefA2a7c7aAB9f8B047268500035514487Ef0A/info.json
deleted file mode 100644
index 393a90b2f38eb..0000000000000
--- a/blockchains/ethereum/assets/0xAFAefA2a7c7aAB9f8B047268500035514487Ef0A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coin900 Exchange Coin",
- "symbol": "CXC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAFAefA2a7c7aAB9f8B047268500035514487Ef0A",
- "status": "abandoned",
- "id": "0xAFAefA2a7c7aAB9f8B047268500035514487Ef0A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAFAefA2a7c7aAB9f8B047268500035514487Ef0A/logo.png b/blockchains/ethereum/assets/0xAFAefA2a7c7aAB9f8B047268500035514487Ef0A/logo.png
deleted file mode 100644
index 9cb609d77a98e..0000000000000
Binary files a/blockchains/ethereum/assets/0xAFAefA2a7c7aAB9f8B047268500035514487Ef0A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAFB559485401F81FCAb7Af7F5b5f6DD3B962C63f/info.json b/blockchains/ethereum/assets/0xAFB559485401F81FCAb7Af7F5b5f6DD3B962C63f/info.json
deleted file mode 100644
index cfd762f1e9070..0000000000000
--- a/blockchains/ethereum/assets/0xAFB559485401F81FCAb7Af7F5b5f6DD3B962C63f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LUMAX COIN",
- "symbol": "LMX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAFB559485401F81FCAb7Af7F5b5f6DD3B962C63f",
- "status": "abandoned",
- "id": "0xAFB559485401F81FCAb7Af7F5b5f6DD3B962C63f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAFB559485401F81FCAb7Af7F5b5f6DD3B962C63f/logo.png b/blockchains/ethereum/assets/0xAFB559485401F81FCAb7Af7F5b5f6DD3B962C63f/logo.png
deleted file mode 100644
index 8462cc48f8666..0000000000000
Binary files a/blockchains/ethereum/assets/0xAFB559485401F81FCAb7Af7F5b5f6DD3B962C63f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAFFCDd96531bCd66faED95FC61e443D08F79eFEf/info.json b/blockchains/ethereum/assets/0xAFFCDd96531bCd66faED95FC61e443D08F79eFEf/info.json
deleted file mode 100644
index 2bc23d1f339f2..0000000000000
--- a/blockchains/ethereum/assets/0xAFFCDd96531bCd66faED95FC61e443D08F79eFEf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Perth Mint Gold Token",
- "symbol": "PMGT",
- "type": "ERC20",
- "decimals": 5,
- "description": "PMGT allows blockchain users to conveniently trade and hold gold stored at The Perth Mint.",
- "website": "https://pmgt.io",
- "explorer": "https://etherscan.io/token/0xAFFCDd96531bCd66faED95FC61e443D08F79eFEf",
- "status": "active",
- "id": "0xAFFCDd96531bCd66faED95FC61e443D08F79eFEf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAFFCDd96531bCd66faED95FC61e443D08F79eFEf/logo.png b/blockchains/ethereum/assets/0xAFFCDd96531bCd66faED95FC61e443D08F79eFEf/logo.png
deleted file mode 100644
index f09761ee5814d..0000000000000
Binary files a/blockchains/ethereum/assets/0xAFFCDd96531bCd66faED95FC61e443D08F79eFEf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAFbe02AbE65aB5c0CA1AdC04848028Cc97a8Ea70/info.json b/blockchains/ethereum/assets/0xAFbe02AbE65aB5c0CA1AdC04848028Cc97a8Ea70/info.json
deleted file mode 100644
index 1311ac91e5827..0000000000000
--- a/blockchains/ethereum/assets/0xAFbe02AbE65aB5c0CA1AdC04848028Cc97a8Ea70/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bolivar Soberano",
- "symbol": "EBS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAFbe02AbE65aB5c0CA1AdC04848028Cc97a8Ea70",
- "status": "abandoned",
- "id": "0xAFbe02AbE65aB5c0CA1AdC04848028Cc97a8Ea70"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAFbe02AbE65aB5c0CA1AdC04848028Cc97a8Ea70/logo.png b/blockchains/ethereum/assets/0xAFbe02AbE65aB5c0CA1AdC04848028Cc97a8Ea70/logo.png
deleted file mode 100644
index 76c718614eecf..0000000000000
Binary files a/blockchains/ethereum/assets/0xAFbe02AbE65aB5c0CA1AdC04848028Cc97a8Ea70/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAFe60511341a37488de25Bef351952562E31fCc1/info.json b/blockchains/ethereum/assets/0xAFe60511341a37488de25Bef351952562E31fCc1/info.json
deleted file mode 100644
index cf4ca45d7d570..0000000000000
--- a/blockchains/ethereum/assets/0xAFe60511341a37488de25Bef351952562E31fCc1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TBOT",
- "symbol": "TBT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAFe60511341a37488de25Bef351952562E31fCc1",
- "status": "abandoned",
- "id": "0xAFe60511341a37488de25Bef351952562E31fCc1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAFe60511341a37488de25Bef351952562E31fCc1/logo.png b/blockchains/ethereum/assets/0xAFe60511341a37488de25Bef351952562E31fCc1/logo.png
deleted file mode 100644
index 288378830f83f..0000000000000
Binary files a/blockchains/ethereum/assets/0xAFe60511341a37488de25Bef351952562E31fCc1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAa0bb10CEc1fa372eb3Abc17C933FC6ba863DD9E/info.json b/blockchains/ethereum/assets/0xAa0bb10CEc1fa372eb3Abc17C933FC6ba863DD9E/info.json
deleted file mode 100644
index 577d7b77f7579..0000000000000
--- a/blockchains/ethereum/assets/0xAa0bb10CEc1fa372eb3Abc17C933FC6ba863DD9E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hms Token",
- "symbol": "HMC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://hms.io/",
- "explorer": "https://etherscan.io/token/0xAa0bb10CEc1fa372eb3Abc17C933FC6ba863DD9E",
- "status": "abandoned",
- "id": "0xAa0bb10CEc1fa372eb3Abc17C933FC6ba863DD9E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAa0bb10CEc1fa372eb3Abc17C933FC6ba863DD9E/logo.png b/blockchains/ethereum/assets/0xAa0bb10CEc1fa372eb3Abc17C933FC6ba863DD9E/logo.png
deleted file mode 100644
index 84d5e7971a2e5..0000000000000
Binary files a/blockchains/ethereum/assets/0xAa0bb10CEc1fa372eb3Abc17C933FC6ba863DD9E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAa1ae5e57dc05981D83eC7FcA0b3c7ee2565B7D6/info.json b/blockchains/ethereum/assets/0xAa1ae5e57dc05981D83eC7FcA0b3c7ee2565B7D6/info.json
deleted file mode 100644
index 2e6880d50f635..0000000000000
--- a/blockchains/ethereum/assets/0xAa1ae5e57dc05981D83eC7FcA0b3c7ee2565B7D6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EtherPay",
- "symbol": "EPAY",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAa1ae5e57dc05981D83eC7FcA0b3c7ee2565B7D6",
- "status": "abandoned",
- "id": "0xAa1ae5e57dc05981D83eC7FcA0b3c7ee2565B7D6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAa1ae5e57dc05981D83eC7FcA0b3c7ee2565B7D6/logo.png b/blockchains/ethereum/assets/0xAa1ae5e57dc05981D83eC7FcA0b3c7ee2565B7D6/logo.png
deleted file mode 100644
index 6e7da0d424e13..0000000000000
Binary files a/blockchains/ethereum/assets/0xAa1ae5e57dc05981D83eC7FcA0b3c7ee2565B7D6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAa412c019eEFdd12aafAd3B5051Cf579704d74a4/info.json b/blockchains/ethereum/assets/0xAa412c019eEFdd12aafAd3B5051Cf579704d74a4/info.json
deleted file mode 100644
index 74fed880e42ac..0000000000000
--- a/blockchains/ethereum/assets/0xAa412c019eEFdd12aafAd3B5051Cf579704d74a4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ORATIUM",
- "symbol": "ORT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAa412c019eEFdd12aafAd3B5051Cf579704d74a4",
- "status": "abandoned",
- "id": "0xAa412c019eEFdd12aafAd3B5051Cf579704d74a4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAa412c019eEFdd12aafAd3B5051Cf579704d74a4/logo.png b/blockchains/ethereum/assets/0xAa412c019eEFdd12aafAd3B5051Cf579704d74a4/logo.png
deleted file mode 100755
index f683b55645e35..0000000000000
Binary files a/blockchains/ethereum/assets/0xAa412c019eEFdd12aafAd3B5051Cf579704d74a4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAa5C28be0F1173612eA3fCC9e461cCB7b9390213/info.json b/blockchains/ethereum/assets/0xAa5C28be0F1173612eA3fCC9e461cCB7b9390213/info.json
deleted file mode 100644
index 7d4d602d250c2..0000000000000
--- a/blockchains/ethereum/assets/0xAa5C28be0F1173612eA3fCC9e461cCB7b9390213/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EVCOIN",
- "symbol": "EVCO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAa5C28be0F1173612eA3fCC9e461cCB7b9390213",
- "status": "abandoned",
- "id": "0xAa5C28be0F1173612eA3fCC9e461cCB7b9390213"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAa5C28be0F1173612eA3fCC9e461cCB7b9390213/logo.png b/blockchains/ethereum/assets/0xAa5C28be0F1173612eA3fCC9e461cCB7b9390213/logo.png
deleted file mode 100644
index aee67ee90596c..0000000000000
Binary files a/blockchains/ethereum/assets/0xAa5C28be0F1173612eA3fCC9e461cCB7b9390213/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAa5d424c64De2b60800786d7Eaa7c7FEF42aB2f6/info.json b/blockchains/ethereum/assets/0xAa5d424c64De2b60800786d7Eaa7c7FEF42aB2f6/info.json
deleted file mode 100644
index 949d17abed20f..0000000000000
--- a/blockchains/ethereum/assets/0xAa5d424c64De2b60800786d7Eaa7c7FEF42aB2f6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BIGTIGER",
- "symbol": "BTG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAa5d424c64De2b60800786d7Eaa7c7FEF42aB2f6",
- "status": "abandoned",
- "id": "0xAa5d424c64De2b60800786d7Eaa7c7FEF42aB2f6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAa5d424c64De2b60800786d7Eaa7c7FEF42aB2f6/logo.png b/blockchains/ethereum/assets/0xAa5d424c64De2b60800786d7Eaa7c7FEF42aB2f6/logo.png
deleted file mode 100644
index bc76459f4b6e2..0000000000000
Binary files a/blockchains/ethereum/assets/0xAa5d424c64De2b60800786d7Eaa7c7FEF42aB2f6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAa6E8127831c9DE45ae56bB1b0d4D4Da6e5665BD/info.json b/blockchains/ethereum/assets/0xAa6E8127831c9DE45ae56bB1b0d4D4Da6e5665BD/info.json
deleted file mode 100644
index e6601766ae62f..0000000000000
--- a/blockchains/ethereum/assets/0xAa6E8127831c9DE45ae56bB1b0d4D4Da6e5665BD/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "ETH 2x Flexible Leverage Index",
- "symbol": "ETH2x-FLI",
- "type": "ERC20",
- "decimals": 18,
- "description": "Flexible Leverage token on ETH targeting 2x",
- "website": "https://www.indexcoop.com/",
- "research": "https://defipulse.com/",
- "explorer": "https://etherscan.io/token/0xAa6E8127831c9DE45ae56bB1b0d4D4Da6e5665BD",
- "status": "active",
- "id": "0xAa6E8127831c9DE45ae56bB1b0d4D4Da6e5665BD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAa6E8127831c9DE45ae56bB1b0d4D4Da6e5665BD/logo.png b/blockchains/ethereum/assets/0xAa6E8127831c9DE45ae56bB1b0d4D4Da6e5665BD/logo.png
deleted file mode 100644
index 8aa0592fc9342..0000000000000
Binary files a/blockchains/ethereum/assets/0xAa6E8127831c9DE45ae56bB1b0d4D4Da6e5665BD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAa843f65872a25D6E9552eA0B360Fb1d5E333124/info.json b/blockchains/ethereum/assets/0xAa843f65872a25D6E9552eA0B360Fb1d5E333124/info.json
deleted file mode 100644
index 62e9d0c2d48d4..0000000000000
--- a/blockchains/ethereum/assets/0xAa843f65872a25D6E9552eA0B360Fb1d5E333124/info.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "name": "EVC",
- "coin_name": "Eco Value Coin",
- "website": "https://ecovaluecoin.com",
- "description": "Eco Value Coin is a Blockchain based Carbon Credit token. It will allow individuals, businesses and governments to trade and offset carbon emissions..",
- "explorer": "https://etherscan.io/token/0xAa843f65872a25D6E9552eA0B360Fb1d5E333124",
- "research": "https://www.ecovaluecoin.com/#ecctech",
- "type": "ERC20",
- "symbol": "EVC",
- "decimals": 18,
- "status": "active",
- "id": "0xAa843f65872a25D6E9552eA0B360Fb1d5E333124",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ecovalue/evc-contracts"
- },
- {
- "name": "whitepaper",
- "url": "https://www.ecovaluecoin.com/wp-content/uploads/2018/07/EVC-Whitepaper-v1.0.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAa843f65872a25D6E9552eA0B360Fb1d5E333124/logo.png b/blockchains/ethereum/assets/0xAa843f65872a25D6E9552eA0B360Fb1d5E333124/logo.png
deleted file mode 100644
index 3f5ed94ef7f40..0000000000000
Binary files a/blockchains/ethereum/assets/0xAa843f65872a25D6E9552eA0B360Fb1d5E333124/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAaA89105dab822dBC9a6DE64A23d045D99D5Fd36/info.json b/blockchains/ethereum/assets/0xAaA89105dab822dBC9a6DE64A23d045D99D5Fd36/info.json
deleted file mode 100644
index bd73fe22efefd..0000000000000
--- a/blockchains/ethereum/assets/0xAaA89105dab822dBC9a6DE64A23d045D99D5Fd36/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HireGo",
- "symbol": "HGO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAaA89105dab822dBC9a6DE64A23d045D99D5Fd36",
- "status": "abandoned",
- "id": "0xAaA89105dab822dBC9a6DE64A23d045D99D5Fd36"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAaA89105dab822dBC9a6DE64A23d045D99D5Fd36/logo.png b/blockchains/ethereum/assets/0xAaA89105dab822dBC9a6DE64A23d045D99D5Fd36/logo.png
deleted file mode 100644
index 6f33eb48ae1b6..0000000000000
Binary files a/blockchains/ethereum/assets/0xAaA89105dab822dBC9a6DE64A23d045D99D5Fd36/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAaEf88cEa01475125522e117BFe45cF32044E238/info.json b/blockchains/ethereum/assets/0xAaEf88cEa01475125522e117BFe45cF32044E238/info.json
deleted file mode 100644
index a4e593cc6cdac..0000000000000
--- a/blockchains/ethereum/assets/0xAaEf88cEa01475125522e117BFe45cF32044E238/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "GuildFi",
- "website": "https://guildfi.com/",
- "description": "GuildFi aspires to create an interconnected ecosystem of games, NFTs, and communities, to maximize players' benefits and enable interoperability across the metaverse.",
- "explorer": "https://etherscan.io/token/0xaaef88cea01475125522e117bfe45cf32044e238",
- "type": "ERC20",
- "symbol": "GF",
- "decimals": 18,
- "status": "active",
- "id": "0xAaEf88cEa01475125522e117BFe45cF32044E238",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/GuildFi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/guildfi"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/GuildFiGlobal"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAaEf88cEa01475125522e117BFe45cF32044E238/logo.png b/blockchains/ethereum/assets/0xAaEf88cEa01475125522e117BFe45cF32044E238/logo.png
deleted file mode 100644
index a912e8bc92844..0000000000000
Binary files a/blockchains/ethereum/assets/0xAaEf88cEa01475125522e117BFe45cF32044E238/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAafd35ddb9189995937A2862E8Ff17519F5AAE78/info.json b/blockchains/ethereum/assets/0xAafd35ddb9189995937A2862E8Ff17519F5AAE78/info.json
deleted file mode 100644
index 80bd71a733637..0000000000000
--- a/blockchains/ethereum/assets/0xAafd35ddb9189995937A2862E8Ff17519F5AAE78/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Golden Time of Life",
- "symbol": "GTL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAafd35ddb9189995937A2862E8Ff17519F5AAE78",
- "status": "abandoned",
- "id": "0xAafd35ddb9189995937A2862E8Ff17519F5AAE78"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAafd35ddb9189995937A2862E8Ff17519F5AAE78/logo.png b/blockchains/ethereum/assets/0xAafd35ddb9189995937A2862E8Ff17519F5AAE78/logo.png
deleted file mode 100644
index 1ae7d1539bb4a..0000000000000
Binary files a/blockchains/ethereum/assets/0xAafd35ddb9189995937A2862E8Ff17519F5AAE78/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAb1A348BB48fEF25179cdeaBfA2a41c394f122BB/info.json b/blockchains/ethereum/assets/0xAb1A348BB48fEF25179cdeaBfA2a41c394f122BB/info.json
deleted file mode 100644
index eb084d5b41747..0000000000000
--- a/blockchains/ethereum/assets/0xAb1A348BB48fEF25179cdeaBfA2a41c394f122BB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Quartz",
- "symbol": "CSC-QU",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAb1A348BB48fEF25179cdeaBfA2a41c394f122BB",
- "status": "abandoned",
- "id": "0xAb1A348BB48fEF25179cdeaBfA2a41c394f122BB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAb1A348BB48fEF25179cdeaBfA2a41c394f122BB/logo.png b/blockchains/ethereum/assets/0xAb1A348BB48fEF25179cdeaBfA2a41c394f122BB/logo.png
deleted file mode 100755
index a40427dd58081..0000000000000
Binary files a/blockchains/ethereum/assets/0xAb1A348BB48fEF25179cdeaBfA2a41c394f122BB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAb418c5A8a85f9cC0fbA1802a57a30Bf7dB34d7C/info.json b/blockchains/ethereum/assets/0xAb418c5A8a85f9cC0fbA1802a57a30Bf7dB34d7C/info.json
deleted file mode 100644
index 45750d399f382..0000000000000
--- a/blockchains/ethereum/assets/0xAb418c5A8a85f9cC0fbA1802a57a30Bf7dB34d7C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Benscoin",
- "symbol": "BSC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAb418c5A8a85f9cC0fbA1802a57a30Bf7dB34d7C",
- "status": "abandoned",
- "id": "0xAb418c5A8a85f9cC0fbA1802a57a30Bf7dB34d7C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAb418c5A8a85f9cC0fbA1802a57a30Bf7dB34d7C/logo.png b/blockchains/ethereum/assets/0xAb418c5A8a85f9cC0fbA1802a57a30Bf7dB34d7C/logo.png
deleted file mode 100644
index fb34a54d1c14f..0000000000000
Binary files a/blockchains/ethereum/assets/0xAb418c5A8a85f9cC0fbA1802a57a30Bf7dB34d7C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAb816eC4eF4b039A4DeAfF11d3D3CEE8df193438/info.json b/blockchains/ethereum/assets/0xAb816eC4eF4b039A4DeAfF11d3D3CEE8df193438/info.json
deleted file mode 100644
index f2d9278d33216..0000000000000
--- a/blockchains/ethereum/assets/0xAb816eC4eF4b039A4DeAfF11d3D3CEE8df193438/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR 3000",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAb816eC4eF4b039A4DeAfF11d3D3CEE8df193438",
- "status": "abandoned",
- "id": "0xAb816eC4eF4b039A4DeAfF11d3D3CEE8df193438"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAb816eC4eF4b039A4DeAfF11d3D3CEE8df193438/logo.png b/blockchains/ethereum/assets/0xAb816eC4eF4b039A4DeAfF11d3D3CEE8df193438/logo.png
deleted file mode 100644
index 662c895c4f42d..0000000000000
Binary files a/blockchains/ethereum/assets/0xAb816eC4eF4b039A4DeAfF11d3D3CEE8df193438/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAb85E7d4dF95Ba7570fd7817479610615C794e30/info.json b/blockchains/ethereum/assets/0xAb85E7d4dF95Ba7570fd7817479610615C794e30/info.json
deleted file mode 100644
index 1980d583a2871..0000000000000
--- a/blockchains/ethereum/assets/0xAb85E7d4dF95Ba7570fd7817479610615C794e30/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Grandeo",
- "symbol": "GDO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAb85E7d4dF95Ba7570fd7817479610615C794e30",
- "status": "abandoned",
- "id": "0xAb85E7d4dF95Ba7570fd7817479610615C794e30"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAb85E7d4dF95Ba7570fd7817479610615C794e30/logo.png b/blockchains/ethereum/assets/0xAb85E7d4dF95Ba7570fd7817479610615C794e30/logo.png
deleted file mode 100644
index 41d07e864dca0..0000000000000
Binary files a/blockchains/ethereum/assets/0xAb85E7d4dF95Ba7570fd7817479610615C794e30/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAb89A337Ed77004937cB635BA5Bb5D63d5B272eA/info.json b/blockchains/ethereum/assets/0xAb89A337Ed77004937cB635BA5Bb5D63d5B272eA/info.json
deleted file mode 100644
index 75af8c9c436fc..0000000000000
--- a/blockchains/ethereum/assets/0xAb89A337Ed77004937cB635BA5Bb5D63d5B272eA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Retric",
- "symbol": "RTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAb89A337Ed77004937cB635BA5Bb5D63d5B272eA",
- "status": "abandoned",
- "id": "0xAb89A337Ed77004937cB635BA5Bb5D63d5B272eA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAb89A337Ed77004937cB635BA5Bb5D63d5B272eA/logo.png b/blockchains/ethereum/assets/0xAb89A337Ed77004937cB635BA5Bb5D63d5B272eA/logo.png
deleted file mode 100644
index ec8c1c99d7f45..0000000000000
Binary files a/blockchains/ethereum/assets/0xAb89A337Ed77004937cB635BA5Bb5D63d5B272eA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAb8FC9E5fE627f64f8Cb43ea557d7cb5A791EF65/info.json b/blockchains/ethereum/assets/0xAb8FC9E5fE627f64f8Cb43ea557d7cb5A791EF65/info.json
deleted file mode 100644
index a3f30b3c85362..0000000000000
--- a/blockchains/ethereum/assets/0xAb8FC9E5fE627f64f8Cb43ea557d7cb5A791EF65/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C559020",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAb8FC9E5fE627f64f8Cb43ea557d7cb5A791EF65",
- "status": "abandoned",
- "id": "0xAb8FC9E5fE627f64f8Cb43ea557d7cb5A791EF65"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAb8FC9E5fE627f64f8Cb43ea557d7cb5A791EF65/logo.png b/blockchains/ethereum/assets/0xAb8FC9E5fE627f64f8Cb43ea557d7cb5A791EF65/logo.png
deleted file mode 100644
index 1b24a81f0f7e9..0000000000000
Binary files a/blockchains/ethereum/assets/0xAb8FC9E5fE627f64f8Cb43ea557d7cb5A791EF65/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAbC430136A4dE71c9998242de8c1b4B97D2b9045/info.json b/blockchains/ethereum/assets/0xAbC430136A4dE71c9998242de8c1b4B97D2b9045/info.json
deleted file mode 100644
index da0a1f8a7e4fe..0000000000000
--- a/blockchains/ethereum/assets/0xAbC430136A4dE71c9998242de8c1b4B97D2b9045/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Veros",
- "symbol": "VRS",
- "type": "ERC20",
- "decimals": 6,
- "description": "VEROS Fundraising Platform is a optimized platform aimed at fundraising for direct charity, eco-high-tech projects and revolutionary innovation.",
- "website": "https://vedh.io",
- "explorer": "https://etherscan.io/token/0xAbC430136A4dE71c9998242de8c1b4B97D2b9045",
- "status": "active",
- "id": "0xAbC430136A4dE71c9998242de8c1b4B97D2b9045"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAbC430136A4dE71c9998242de8c1b4B97D2b9045/logo.png b/blockchains/ethereum/assets/0xAbC430136A4dE71c9998242de8c1b4B97D2b9045/logo.png
deleted file mode 100644
index db8957d73987f..0000000000000
Binary files a/blockchains/ethereum/assets/0xAbC430136A4dE71c9998242de8c1b4B97D2b9045/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAbabE8E4d8Ff9AEa1346D50E05DAeb755005C61F/info.json b/blockchains/ethereum/assets/0xAbabE8E4d8Ff9AEa1346D50E05DAeb755005C61F/info.json
deleted file mode 100644
index ff7a43d49f92b..0000000000000
--- a/blockchains/ethereum/assets/0xAbabE8E4d8Ff9AEa1346D50E05DAeb755005C61F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SECBIT",
- "symbol": "SECT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAbabE8E4d8Ff9AEa1346D50E05DAeb755005C61F",
- "status": "abandoned",
- "id": "0xAbabE8E4d8Ff9AEa1346D50E05DAeb755005C61F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAbabE8E4d8Ff9AEa1346D50E05DAeb755005C61F/logo.png b/blockchains/ethereum/assets/0xAbabE8E4d8Ff9AEa1346D50E05DAeb755005C61F/logo.png
deleted file mode 100644
index f78286c1185d6..0000000000000
Binary files a/blockchains/ethereum/assets/0xAbabE8E4d8Ff9AEa1346D50E05DAeb755005C61F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAbf6B761C6D7e64FCc1794064f52449b0542Af99/info.json b/blockchains/ethereum/assets/0xAbf6B761C6D7e64FCc1794064f52449b0542Af99/info.json
deleted file mode 100644
index 04a2b50c1dd12..0000000000000
--- a/blockchains/ethereum/assets/0xAbf6B761C6D7e64FCc1794064f52449b0542Af99/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MeetOne Coin",
- "symbol": "MEET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAbf6B761C6D7e64FCc1794064f52449b0542Af99",
- "status": "abandoned",
- "id": "0xAbf6B761C6D7e64FCc1794064f52449b0542Af99"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAbf6B761C6D7e64FCc1794064f52449b0542Af99/logo.png b/blockchains/ethereum/assets/0xAbf6B761C6D7e64FCc1794064f52449b0542Af99/logo.png
deleted file mode 100644
index 4ef6d1d6d237f..0000000000000
Binary files a/blockchains/ethereum/assets/0xAbf6B761C6D7e64FCc1794064f52449b0542Af99/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAc3A4eE4D0cA8732d5610F012B4181697802086a/info.json b/blockchains/ethereum/assets/0xAc3A4eE4D0cA8732d5610F012B4181697802086a/info.json
deleted file mode 100644
index 1b7b94248a327..0000000000000
--- a/blockchains/ethereum/assets/0xAc3A4eE4D0cA8732d5610F012B4181697802086a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-4/30M64",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAc3A4eE4D0cA8732d5610F012B4181697802086a",
- "status": "abandoned",
- "id": "0xAc3A4eE4D0cA8732d5610F012B4181697802086a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAc3A4eE4D0cA8732d5610F012B4181697802086a/logo.png b/blockchains/ethereum/assets/0xAc3A4eE4D0cA8732d5610F012B4181697802086a/logo.png
deleted file mode 100644
index 64687b02f985f..0000000000000
Binary files a/blockchains/ethereum/assets/0xAc3A4eE4D0cA8732d5610F012B4181697802086a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAc3Da587eac229C9896D919aBC235CA4Fd7f72c1/info.json b/blockchains/ethereum/assets/0xAc3Da587eac229C9896D919aBC235CA4Fd7f72c1/info.json
deleted file mode 100644
index 69047bf0c087a..0000000000000
--- a/blockchains/ethereum/assets/0xAc3Da587eac229C9896D919aBC235CA4Fd7f72c1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Target Coin",
- "symbol": "TGT",
- "type": "ERC20",
- "decimals": 1,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAc3Da587eac229C9896D919aBC235CA4Fd7f72c1",
- "status": "abandoned",
- "id": "0xAc3Da587eac229C9896D919aBC235CA4Fd7f72c1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAc3Da587eac229C9896D919aBC235CA4Fd7f72c1/logo.png b/blockchains/ethereum/assets/0xAc3Da587eac229C9896D919aBC235CA4Fd7f72c1/logo.png
deleted file mode 100644
index 1c192da378e7a..0000000000000
Binary files a/blockchains/ethereum/assets/0xAc3Da587eac229C9896D919aBC235CA4Fd7f72c1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAc709FcB44a43c35F0DA4e3163b117A17F3770f5/info.json b/blockchains/ethereum/assets/0xAc709FcB44a43c35F0DA4e3163b117A17F3770f5/info.json
deleted file mode 100644
index 7cddaa7cab79e..0000000000000
--- a/blockchains/ethereum/assets/0xAc709FcB44a43c35F0DA4e3163b117A17F3770f5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Arcade Token",
- "symbol": "ARC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAc709FcB44a43c35F0DA4e3163b117A17F3770f5",
- "status": "abandoned",
- "id": "0xAc709FcB44a43c35F0DA4e3163b117A17F3770f5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAc709FcB44a43c35F0DA4e3163b117A17F3770f5/logo.png b/blockchains/ethereum/assets/0xAc709FcB44a43c35F0DA4e3163b117A17F3770f5/logo.png
deleted file mode 100644
index affed6b57b106..0000000000000
Binary files a/blockchains/ethereum/assets/0xAc709FcB44a43c35F0DA4e3163b117A17F3770f5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAc8AD368429eDf39EE03F72824cB1B53Ee3F60c0/info.json b/blockchains/ethereum/assets/0xAc8AD368429eDf39EE03F72824cB1B53Ee3F60c0/info.json
deleted file mode 100644
index 284bc6cb2f80e..0000000000000
--- a/blockchains/ethereum/assets/0xAc8AD368429eDf39EE03F72824cB1B53Ee3F60c0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "E-INDIAN RUPEE",
- "symbol": "EINR",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAc8AD368429eDf39EE03F72824cB1B53Ee3F60c0",
- "status": "abandoned",
- "id": "0xAc8AD368429eDf39EE03F72824cB1B53Ee3F60c0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAc8AD368429eDf39EE03F72824cB1B53Ee3F60c0/logo.png b/blockchains/ethereum/assets/0xAc8AD368429eDf39EE03F72824cB1B53Ee3F60c0/logo.png
deleted file mode 100644
index f6ad6e0915b07..0000000000000
Binary files a/blockchains/ethereum/assets/0xAc8AD368429eDf39EE03F72824cB1B53Ee3F60c0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAcCe88F5A63A5e65DB9AA7303720bE16b556E751/info.json b/blockchains/ethereum/assets/0xAcCe88F5A63A5e65DB9AA7303720bE16b556E751/info.json
deleted file mode 100644
index e61e4490020fb..0000000000000
--- a/blockchains/ethereum/assets/0xAcCe88F5A63A5e65DB9AA7303720bE16b556E751/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coineal Token",
- "symbol": "NEAL",
- "type": "ERC20",
- "decimals": 18,
- "description": "Coineal aims to build an industry-leading crypto asset trading platform and provide users with a secure, professional, and convenient cryptocurrency wallet service. Coineal issued the NEAL token, NEAL's use cases include transaction fee reduction, participation in NEAL, and special rights.",
- "website": "https://www.coineal.com/",
- "explorer": "https://etherscan.io/token/0xAcCe88F5A63A5e65DB9AA7303720bE16b556E751",
- "status": "active",
- "id": "0xAcCe88F5A63A5e65DB9AA7303720bE16b556E751"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAcCe88F5A63A5e65DB9AA7303720bE16b556E751/logo.png b/blockchains/ethereum/assets/0xAcCe88F5A63A5e65DB9AA7303720bE16b556E751/logo.png
deleted file mode 100644
index d16a080b7933c..0000000000000
Binary files a/blockchains/ethereum/assets/0xAcCe88F5A63A5e65DB9AA7303720bE16b556E751/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAcD9e600Fc4e95B6AfbB4b2638CfcB5D905a7fCA/info.json b/blockchains/ethereum/assets/0xAcD9e600Fc4e95B6AfbB4b2638CfcB5D905a7fCA/info.json
deleted file mode 100644
index 0050b40a7ac03..0000000000000
--- a/blockchains/ethereum/assets/0xAcD9e600Fc4e95B6AfbB4b2638CfcB5D905a7fCA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BlackAdam",
- "symbol": "ADAM",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAcD9e600Fc4e95B6AfbB4b2638CfcB5D905a7fCA",
- "status": "abandoned",
- "id": "0xAcD9e600Fc4e95B6AfbB4b2638CfcB5D905a7fCA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAcD9e600Fc4e95B6AfbB4b2638CfcB5D905a7fCA/logo.png b/blockchains/ethereum/assets/0xAcD9e600Fc4e95B6AfbB4b2638CfcB5D905a7fCA/logo.png
deleted file mode 100644
index a78b78bd81d34..0000000000000
Binary files a/blockchains/ethereum/assets/0xAcD9e600Fc4e95B6AfbB4b2638CfcB5D905a7fCA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAcfa209Fb73bF3Dd5bBfb1101B9Bc999C49062a5/info.json b/blockchains/ethereum/assets/0xAcfa209Fb73bF3Dd5bBfb1101B9Bc999C49062a5/info.json
deleted file mode 100644
index ece456b71174d..0000000000000
--- a/blockchains/ethereum/assets/0xAcfa209Fb73bF3Dd5bBfb1101B9Bc999C49062a5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blockchain Certfied Data Token",
- "website": "https://EvidenZ.io",
- "description": "BCDT is the fuel of the EvidenZ ecosystem, an unique framework designed to certify informations using the blockchain technology. BCdiploma is its first use case, dedicated to the certification of academic documents.",
- "explorer": "https://etherscan.io/token/0xAcfa209Fb73bF3Dd5bBfb1101B9Bc999C49062a5",
- "type": "ERC20",
- "symbol": "BCDT",
- "decimals": 18,
- "status": "active",
- "id": "0xAcfa209Fb73bF3Dd5bBfb1101B9Bc999C49062a5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAcfa209Fb73bF3Dd5bBfb1101B9Bc999C49062a5/logo.png b/blockchains/ethereum/assets/0xAcfa209Fb73bF3Dd5bBfb1101B9Bc999C49062a5/logo.png
deleted file mode 100644
index 6bd76d06b157c..0000000000000
Binary files a/blockchains/ethereum/assets/0xAcfa209Fb73bF3Dd5bBfb1101B9Bc999C49062a5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAd14E61E0C450f525429861b1E482EeDf914A541/info.json b/blockchains/ethereum/assets/0xAd14E61E0C450f525429861b1E482EeDf914A541/info.json
deleted file mode 100644
index b5740116e02e9..0000000000000
--- a/blockchains/ethereum/assets/0xAd14E61E0C450f525429861b1E482EeDf914A541/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EthLinkerToken",
- "symbol": "ELT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAd14E61E0C450f525429861b1E482EeDf914A541",
- "status": "abandoned",
- "id": "0xAd14E61E0C450f525429861b1E482EeDf914A541"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAd14E61E0C450f525429861b1E482EeDf914A541/logo.png b/blockchains/ethereum/assets/0xAd14E61E0C450f525429861b1E482EeDf914A541/logo.png
deleted file mode 100644
index a9d33e81dd71b..0000000000000
Binary files a/blockchains/ethereum/assets/0xAd14E61E0C450f525429861b1E482EeDf914A541/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAd4f86a25bbc20FfB751f2FAC312A0B4d8F88c64/info.json b/blockchains/ethereum/assets/0xAd4f86a25bbc20FfB751f2FAC312A0B4d8F88c64/info.json
deleted file mode 100644
index 8f1cedaa34ee7..0000000000000
--- a/blockchains/ethereum/assets/0xAd4f86a25bbc20FfB751f2FAC312A0B4d8F88c64/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OptionRoom Token",
- "symbol": "ROOM",
- "type": "ERC20",
- "decimals": 18,
- "description": "OptionRoom is a user governed oracle and forecast protocol built on Polkadot",
- "website": "https://www.optionroom.finance/",
- "explorer": "https://etherscan.io/token/0xad4f86a25bbc20ffb751f2fac312a0b4d8f88c64",
- "status": "active",
- "id": "0xAd4f86a25bbc20FfB751f2FAC312A0B4d8F88c64"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAd4f86a25bbc20FfB751f2FAC312A0B4d8F88c64/logo.png b/blockchains/ethereum/assets/0xAd4f86a25bbc20FfB751f2FAC312A0B4d8F88c64/logo.png
deleted file mode 100644
index ce3cf793a4334..0000000000000
Binary files a/blockchains/ethereum/assets/0xAd4f86a25bbc20FfB751f2FAC312A0B4d8F88c64/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAd966EC9087526F00019Ddc7d2e0284D72E80194/info.json b/blockchains/ethereum/assets/0xAd966EC9087526F00019Ddc7d2e0284D72E80194/info.json
deleted file mode 100644
index a8c2c3787ccf0..0000000000000
--- a/blockchains/ethereum/assets/0xAd966EC9087526F00019Ddc7d2e0284D72E80194/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FoPay",
- "symbol": "FOPAY",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "https://fpay.cash/",
- "explorer": "https://etherscan.io/token/0xAd966EC9087526F00019Ddc7d2e0284D72E80194",
- "status": "abandoned",
- "id": "0xAd966EC9087526F00019Ddc7d2e0284D72E80194"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAd966EC9087526F00019Ddc7d2e0284D72E80194/logo.png b/blockchains/ethereum/assets/0xAd966EC9087526F00019Ddc7d2e0284D72E80194/logo.png
deleted file mode 100644
index a11872ad83462..0000000000000
Binary files a/blockchains/ethereum/assets/0xAd966EC9087526F00019Ddc7d2e0284D72E80194/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAdA0A1202462085999652Dc5310a7A9e2BF3eD42/info.json b/blockchains/ethereum/assets/0xAdA0A1202462085999652Dc5310a7A9e2BF3eD42/info.json
deleted file mode 100644
index 1a7a4e79e7b18..0000000000000
--- a/blockchains/ethereum/assets/0xAdA0A1202462085999652Dc5310a7A9e2BF3eD42/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "CoinShares Gold and Cryptoassets Index Lite",
- "website": "https://coinshares.com",
- "description": "The CoinShares Gold and Cryptoassets Index Lite (CGI) employs risk control tools and a monthly rebalancing mechanism to lower volatility, while generating superior risk-adjusted returns.",
- "explorer": "https://etherscan.io/token/0xAdA0A1202462085999652Dc5310a7A9e2BF3eD42",
- "research": "https://www.indexcoop.com/",
- "type": "ERC20",
- "symbol": "CGI",
- "decimals": 18,
- "status": "active",
- "id": "0xAdA0A1202462085999652Dc5310a7A9e2BF3eD42"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAdA0A1202462085999652Dc5310a7A9e2BF3eD42/logo.png b/blockchains/ethereum/assets/0xAdA0A1202462085999652Dc5310a7A9e2BF3eD42/logo.png
deleted file mode 100644
index ba531c02ffe55..0000000000000
Binary files a/blockchains/ethereum/assets/0xAdA0A1202462085999652Dc5310a7A9e2BF3eD42/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAdae61eaAb45Ac109C068E18e723d5F0436bEea1/info.json b/blockchains/ethereum/assets/0xAdae61eaAb45Ac109C068E18e723d5F0436bEea1/info.json
deleted file mode 100644
index e596cb8bc1122..0000000000000
--- a/blockchains/ethereum/assets/0xAdae61eaAb45Ac109C068E18e723d5F0436bEea1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pisces Dollar",
- "symbol": "PUSD",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAdae61eaAb45Ac109C068E18e723d5F0436bEea1",
- "status": "abandoned",
- "id": "0xAdae61eaAb45Ac109C068E18e723d5F0436bEea1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAdae61eaAb45Ac109C068E18e723d5F0436bEea1/logo.png b/blockchains/ethereum/assets/0xAdae61eaAb45Ac109C068E18e723d5F0436bEea1/logo.png
deleted file mode 100644
index abd39b752b158..0000000000000
Binary files a/blockchains/ethereum/assets/0xAdae61eaAb45Ac109C068E18e723d5F0436bEea1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAe3274D06B7de181c4a6fBBb5f8Bb945a15B5094/info.json b/blockchains/ethereum/assets/0xAe3274D06B7de181c4a6fBBb5f8Bb945a15B5094/info.json
deleted file mode 100644
index df324898ae5c9..0000000000000
--- a/blockchains/ethereum/assets/0xAe3274D06B7de181c4a6fBBb5f8Bb945a15B5094/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AFA Virtual Coin",
- "symbol": "AFAVC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAe3274D06B7de181c4a6fBBb5f8Bb945a15B5094",
- "status": "abandoned",
- "id": "0xAe3274D06B7de181c4a6fBBb5f8Bb945a15B5094"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAe3274D06B7de181c4a6fBBb5f8Bb945a15B5094/logo.png b/blockchains/ethereum/assets/0xAe3274D06B7de181c4a6fBBb5f8Bb945a15B5094/logo.png
deleted file mode 100644
index e5afcdf62c3ed..0000000000000
Binary files a/blockchains/ethereum/assets/0xAe3274D06B7de181c4a6fBBb5f8Bb945a15B5094/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAe9D7C1FD1980E1Ca40AAB0b94140ca27435ea27/info.json b/blockchains/ethereum/assets/0xAe9D7C1FD1980E1Ca40AAB0b94140ca27435ea27/info.json
deleted file mode 100644
index 0301ad8165190..0000000000000
--- a/blockchains/ethereum/assets/0xAe9D7C1FD1980E1Ca40AAB0b94140ca27435ea27/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tranquility Audit Security",
- "symbol": "TRANQ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAe9D7C1FD1980E1Ca40AAB0b94140ca27435ea27",
- "status": "abandoned",
- "id": "0xAe9D7C1FD1980E1Ca40AAB0b94140ca27435ea27"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAe9D7C1FD1980E1Ca40AAB0b94140ca27435ea27/logo.png b/blockchains/ethereum/assets/0xAe9D7C1FD1980E1Ca40AAB0b94140ca27435ea27/logo.png
deleted file mode 100644
index 54186c1b37431..0000000000000
Binary files a/blockchains/ethereum/assets/0xAe9D7C1FD1980E1Ca40AAB0b94140ca27435ea27/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a/info.json b/blockchains/ethereum/assets/0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a/info.json
deleted file mode 100644
index 49fdc5ab9a6bf..0000000000000
--- a/blockchains/ethereum/assets/0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "S4FE",
- "symbol": "S4F",
- "type": "ERC20",
- "decimals": 18,
- "description": "S4FE (S4F) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.s4fe.io",
- "explorer": "https://etherscan.io/token/0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a",
- "status": "active",
- "id": "0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a/logo.png b/blockchains/ethereum/assets/0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a/logo.png
deleted file mode 100644
index 4e208d8e18f9e..0000000000000
Binary files a/blockchains/ethereum/assets/0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAee7474c3713eCe228Aa5Ec43C89c708f2Ec7ed2/info.json b/blockchains/ethereum/assets/0xAee7474c3713eCe228Aa5Ec43C89c708f2Ec7ed2/info.json
deleted file mode 100644
index bd26f8f70f724..0000000000000
--- a/blockchains/ethereum/assets/0xAee7474c3713eCe228Aa5Ec43C89c708f2Ec7ed2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Alphaslot",
- "symbol": "SLOT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAee7474c3713eCe228Aa5Ec43C89c708f2Ec7ed2",
- "status": "abandoned",
- "id": "0xAee7474c3713eCe228Aa5Ec43C89c708f2Ec7ed2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAee7474c3713eCe228Aa5Ec43C89c708f2Ec7ed2/logo.png b/blockchains/ethereum/assets/0xAee7474c3713eCe228Aa5Ec43C89c708f2Ec7ed2/logo.png
deleted file mode 100644
index 881b1b1e92655..0000000000000
Binary files a/blockchains/ethereum/assets/0xAee7474c3713eCe228Aa5Ec43C89c708f2Ec7ed2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAef38fBFBF932D1AeF3B808Bc8fBd8Cd8E1f8BC5/info.json b/blockchains/ethereum/assets/0xAef38fBFBF932D1AeF3B808Bc8fBd8Cd8E1f8BC5/info.json
deleted file mode 100644
index bc678390e7009..0000000000000
--- a/blockchains/ethereum/assets/0xAef38fBFBF932D1AeF3B808Bc8fBd8Cd8E1f8BC5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CreditBIT",
- "symbol": "CRB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.creditbit.org/",
- "explorer": "https://etherscan.io/token/0xAef38fBFBF932D1AeF3B808Bc8fBd8Cd8E1f8BC5",
- "status": "abandoned",
- "id": "0xAef38fBFBF932D1AeF3B808Bc8fBd8Cd8E1f8BC5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAef38fBFBF932D1AeF3B808Bc8fBd8Cd8E1f8BC5/logo.png b/blockchains/ethereum/assets/0xAef38fBFBF932D1AeF3B808Bc8fBd8Cd8E1f8BC5/logo.png
deleted file mode 100755
index da8b3ee810587..0000000000000
Binary files a/blockchains/ethereum/assets/0xAef38fBFBF932D1AeF3B808Bc8fBd8Cd8E1f8BC5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAf0760a00f6C20A46cfDFfbD4d0aD610BB59ac81/info.json b/blockchains/ethereum/assets/0xAf0760a00f6C20A46cfDFfbD4d0aD610BB59ac81/info.json
deleted file mode 100644
index 4ba7482a3833a..0000000000000
--- a/blockchains/ethereum/assets/0xAf0760a00f6C20A46cfDFfbD4d0aD610BB59ac81/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ether Classic",
- "symbol": "ETCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAf0760a00f6C20A46cfDFfbD4d0aD610BB59ac81",
- "status": "abandoned",
- "id": "0xAf0760a00f6C20A46cfDFfbD4d0aD610BB59ac81"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAf0760a00f6C20A46cfDFfbD4d0aD610BB59ac81/logo.png b/blockchains/ethereum/assets/0xAf0760a00f6C20A46cfDFfbD4d0aD610BB59ac81/logo.png
deleted file mode 100644
index 5f4193fb29958..0000000000000
Binary files a/blockchains/ethereum/assets/0xAf0760a00f6C20A46cfDFfbD4d0aD610BB59ac81/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAf162491C0B21900C01F4Cc0F7110238AAcdebE7/info.json b/blockchains/ethereum/assets/0xAf162491C0B21900C01F4Cc0F7110238AAcdebE7/info.json
deleted file mode 100644
index 10bf8242868a0..0000000000000
--- a/blockchains/ethereum/assets/0xAf162491C0B21900C01F4Cc0F7110238AAcdebE7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "arcane bear",
- "symbol": "BEAR",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAf162491C0B21900C01F4Cc0F7110238AAcdebE7",
- "status": "abandoned",
- "id": "0xAf162491C0B21900C01F4Cc0F7110238AAcdebE7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAf162491C0B21900C01F4Cc0F7110238AAcdebE7/logo.png b/blockchains/ethereum/assets/0xAf162491C0B21900C01F4Cc0F7110238AAcdebE7/logo.png
deleted file mode 100644
index e500e858fd8c3..0000000000000
Binary files a/blockchains/ethereum/assets/0xAf162491C0B21900C01F4Cc0F7110238AAcdebE7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAf30D2a7E90d7DC361c8C4585e9BB7D2F6f15bc7/info.json b/blockchains/ethereum/assets/0xAf30D2a7E90d7DC361c8C4585e9BB7D2F6f15bc7/info.json
deleted file mode 100644
index b89553ac5e5ec..0000000000000
--- a/blockchains/ethereum/assets/0xAf30D2a7E90d7DC361c8C4585e9BB7D2F6f15bc7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FirstBlood Token",
- "symbol": "1ST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://firstblood.io/",
- "explorer": "https://etherscan.io/token/0xAf30D2a7E90d7DC361c8C4585e9BB7D2F6f15bc7",
- "status": "abandoned",
- "id": "0xAf30D2a7E90d7DC361c8C4585e9BB7D2F6f15bc7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAf30D2a7E90d7DC361c8C4585e9BB7D2F6f15bc7/logo.png b/blockchains/ethereum/assets/0xAf30D2a7E90d7DC361c8C4585e9BB7D2F6f15bc7/logo.png
deleted file mode 100644
index 381b786414a83..0000000000000
Binary files a/blockchains/ethereum/assets/0xAf30D2a7E90d7DC361c8C4585e9BB7D2F6f15bc7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAf36c01a1e8EFeE2eC26C717d3043aa4f84A3B25/info.json b/blockchains/ethereum/assets/0xAf36c01a1e8EFeE2eC26C717d3043aa4f84A3B25/info.json
deleted file mode 100644
index cc293dc84967c..0000000000000
--- a/blockchains/ethereum/assets/0xAf36c01a1e8EFeE2eC26C717d3043aa4f84A3B25/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R876626",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAf36c01a1e8EFeE2eC26C717d3043aa4f84A3B25",
- "status": "abandoned",
- "id": "0xAf36c01a1e8EFeE2eC26C717d3043aa4f84A3B25"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAf36c01a1e8EFeE2eC26C717d3043aa4f84A3B25/logo.png b/blockchains/ethereum/assets/0xAf36c01a1e8EFeE2eC26C717d3043aa4f84A3B25/logo.png
deleted file mode 100644
index e615ff8a6c279..0000000000000
Binary files a/blockchains/ethereum/assets/0xAf36c01a1e8EFeE2eC26C717d3043aa4f84A3B25/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAf40C5cC4c08a173E6FA3E43f8809794Bc38E961/info.json b/blockchains/ethereum/assets/0xAf40C5cC4c08a173E6FA3E43f8809794Bc38E961/info.json
deleted file mode 100644
index 0c07f18bac027..0000000000000
--- a/blockchains/ethereum/assets/0xAf40C5cC4c08a173E6FA3E43f8809794Bc38E961/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Retup DEX",
- "symbol": "RDT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAf40C5cC4c08a173E6FA3E43f8809794Bc38E961",
- "status": "abandoned",
- "id": "0xAf40C5cC4c08a173E6FA3E43f8809794Bc38E961"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAf40C5cC4c08a173E6FA3E43f8809794Bc38E961/logo.png b/blockchains/ethereum/assets/0xAf40C5cC4c08a173E6FA3E43f8809794Bc38E961/logo.png
deleted file mode 100644
index 44209a23d2df1..0000000000000
Binary files a/blockchains/ethereum/assets/0xAf40C5cC4c08a173E6FA3E43f8809794Bc38E961/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6/info.json b/blockchains/ethereum/assets/0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6/info.json
deleted file mode 100644
index 9c0a82b3f1488..0000000000000
--- a/blockchains/ethereum/assets/0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "StargateToken",
- "website": "https://stargate.finance",
- "description": "Stargate is a fully composable liquidity transport protocol that lives at the heart of Omnichain DeFi.",
- "explorer": "https://etherscan.io/token/0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6",
- "type": "ERC20",
- "symbol": "STG",
- "decimals": 18,
- "status": "active",
- "id": "0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6/logo.png b/blockchains/ethereum/assets/0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6/logo.png
deleted file mode 100644
index 49d61fc769163..0000000000000
Binary files a/blockchains/ethereum/assets/0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAf55F3B7DC65c8f9577cf00C8C5CA7b6E8Cc4433/info.json b/blockchains/ethereum/assets/0xAf55F3B7DC65c8f9577cf00C8C5CA7b6E8Cc4433/info.json
deleted file mode 100644
index 1dfe6e07ad1af..0000000000000
--- a/blockchains/ethereum/assets/0xAf55F3B7DC65c8f9577cf00C8C5CA7b6E8Cc4433/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Enter-Coin",
- "symbol": "ENTRC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAf55F3B7DC65c8f9577cf00C8C5CA7b6E8Cc4433",
- "status": "abandoned",
- "id": "0xAf55F3B7DC65c8f9577cf00C8C5CA7b6E8Cc4433"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAf55F3B7DC65c8f9577cf00C8C5CA7b6E8Cc4433/logo.png b/blockchains/ethereum/assets/0xAf55F3B7DC65c8f9577cf00C8C5CA7b6E8Cc4433/logo.png
deleted file mode 100644
index 84788b8671619..0000000000000
Binary files a/blockchains/ethereum/assets/0xAf55F3B7DC65c8f9577cf00C8C5CA7b6E8Cc4433/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAf8A215e81FAea7C180CE22b72483525121813BD/info.json b/blockchains/ethereum/assets/0xAf8A215e81FAea7C180CE22b72483525121813BD/info.json
deleted file mode 100644
index 40ed618347d1d..0000000000000
--- a/blockchains/ethereum/assets/0xAf8A215e81FAea7C180CE22b72483525121813BD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Engine Token",
- "symbol": "EGCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.egcchain.com/",
- "explorer": "https://etherscan.io/token/0xAf8A215e81FAea7C180CE22b72483525121813BD",
- "status": "abandoned",
- "id": "0xAf8A215e81FAea7C180CE22b72483525121813BD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAf8A215e81FAea7C180CE22b72483525121813BD/logo.png b/blockchains/ethereum/assets/0xAf8A215e81FAea7C180CE22b72483525121813BD/logo.png
deleted file mode 100755
index 35b7332910424..0000000000000
Binary files a/blockchains/ethereum/assets/0xAf8A215e81FAea7C180CE22b72483525121813BD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAfE8ba38ec668DB1D30c805C40983839bf8B4278/info.json b/blockchains/ethereum/assets/0xAfE8ba38ec668DB1D30c805C40983839bf8B4278/info.json
deleted file mode 100644
index 21ed93a830158..0000000000000
--- a/blockchains/ethereum/assets/0xAfE8ba38ec668DB1D30c805C40983839bf8B4278/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wechain Network",
- "symbol": "WCN",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xAfE8ba38ec668DB1D30c805C40983839bf8B4278",
- "status": "abandoned",
- "id": "0xAfE8ba38ec668DB1D30c805C40983839bf8B4278"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAfE8ba38ec668DB1D30c805C40983839bf8B4278/logo.png b/blockchains/ethereum/assets/0xAfE8ba38ec668DB1D30c805C40983839bf8B4278/logo.png
deleted file mode 100644
index b552f53099732..0000000000000
Binary files a/blockchains/ethereum/assets/0xAfE8ba38ec668DB1D30c805C40983839bf8B4278/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xAfe6851C1D9ee2E759ACDEE8cFC827E22a9eC5d7/info.json b/blockchains/ethereum/assets/0xAfe6851C1D9ee2E759ACDEE8cFC827E22a9eC5d7/info.json
deleted file mode 100644
index 5a0d570261a8f..0000000000000
--- a/blockchains/ethereum/assets/0xAfe6851C1D9ee2E759ACDEE8cFC827E22a9eC5d7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DigitalCommunityShare",
- "type": "ERC20",
- "symbol": "DCS",
- "decimals": 0,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0xafe6851c1d9ee2e759acdee8cfc827e22a9ec5d7",
- "status": "active",
- "id": "0xAfe6851C1D9ee2E759ACDEE8cFC827E22a9eC5d7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xAfe6851C1D9ee2E759ACDEE8cFC827E22a9eC5d7/logo.png b/blockchains/ethereum/assets/0xAfe6851C1D9ee2E759ACDEE8cFC827E22a9eC5d7/logo.png
deleted file mode 100644
index 8f31846e98bcc..0000000000000
Binary files a/blockchains/ethereum/assets/0xAfe6851C1D9ee2E759ACDEE8cFC827E22a9eC5d7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB00934c2694deF3f90aDb8Ce55Ca54fcF230C2D9/info.json b/blockchains/ethereum/assets/0xB00934c2694deF3f90aDb8Ce55Ca54fcF230C2D9/info.json
deleted file mode 100644
index b4aa90b700ddf..0000000000000
--- a/blockchains/ethereum/assets/0xB00934c2694deF3f90aDb8Ce55Ca54fcF230C2D9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Slicer",
- "symbol": "SLCR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://slicertoken.com",
- "explorer": "https://etherscan.io/token/0xB00934c2694deF3f90aDb8Ce55Ca54fcF230C2D9",
- "status": "abandoned",
- "id": "0xB00934c2694deF3f90aDb8Ce55Ca54fcF230C2D9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB00934c2694deF3f90aDb8Ce55Ca54fcF230C2D9/logo.png b/blockchains/ethereum/assets/0xB00934c2694deF3f90aDb8Ce55Ca54fcF230C2D9/logo.png
deleted file mode 100755
index 0120250d1fa88..0000000000000
Binary files a/blockchains/ethereum/assets/0xB00934c2694deF3f90aDb8Ce55Ca54fcF230C2D9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB026840Be538828F3a43520420e69FC8548F5EF8/info.json b/blockchains/ethereum/assets/0xB026840Be538828F3a43520420e69FC8548F5EF8/info.json
deleted file mode 100644
index e80330056e1c2..0000000000000
--- a/blockchains/ethereum/assets/0xB026840Be538828F3a43520420e69FC8548F5EF8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FoodSafetyChain",
- "symbol": "FSC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB026840Be538828F3a43520420e69FC8548F5EF8",
- "status": "abandoned",
- "id": "0xB026840Be538828F3a43520420e69FC8548F5EF8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB026840Be538828F3a43520420e69FC8548F5EF8/logo.png b/blockchains/ethereum/assets/0xB026840Be538828F3a43520420e69FC8548F5EF8/logo.png
deleted file mode 100644
index 8ccee47403fe8..0000000000000
Binary files a/blockchains/ethereum/assets/0xB026840Be538828F3a43520420e69FC8548F5EF8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB02cDc19d0612b3bF355af03dB8979AB36693386/info.json b/blockchains/ethereum/assets/0xB02cDc19d0612b3bF355af03dB8979AB36693386/info.json
deleted file mode 100644
index 555fcbb3dbfc6..0000000000000
--- a/blockchains/ethereum/assets/0xB02cDc19d0612b3bF355af03dB8979AB36693386/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hacienda",
- "symbol": "HACI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB02cDc19d0612b3bF355af03dB8979AB36693386",
- "status": "abandoned",
- "id": "0xB02cDc19d0612b3bF355af03dB8979AB36693386"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB02cDc19d0612b3bF355af03dB8979AB36693386/logo.png b/blockchains/ethereum/assets/0xB02cDc19d0612b3bF355af03dB8979AB36693386/logo.png
deleted file mode 100644
index 9a45c3c5ac24b..0000000000000
Binary files a/blockchains/ethereum/assets/0xB02cDc19d0612b3bF355af03dB8979AB36693386/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB0514a5b4Aa58aC6E954f537598dD42a71916581/info.json b/blockchains/ethereum/assets/0xB0514a5b4Aa58aC6E954f537598dD42a71916581/info.json
deleted file mode 100644
index 815adadf1e51f..0000000000000
--- a/blockchains/ethereum/assets/0xB0514a5b4Aa58aC6E954f537598dD42a71916581/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HUMToken",
- "symbol": "HUM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB0514a5b4Aa58aC6E954f537598dD42a71916581",
- "status": "abandoned",
- "id": "0xB0514a5b4Aa58aC6E954f537598dD42a71916581"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB0514a5b4Aa58aC6E954f537598dD42a71916581/logo.png b/blockchains/ethereum/assets/0xB0514a5b4Aa58aC6E954f537598dD42a71916581/logo.png
deleted file mode 100644
index 552fd63799aab..0000000000000
Binary files a/blockchains/ethereum/assets/0xB0514a5b4Aa58aC6E954f537598dD42a71916581/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB07ec2c28834B889b1CE527Ca0F19364cD38935c/info.json b/blockchains/ethereum/assets/0xB07ec2c28834B889b1CE527Ca0F19364cD38935c/info.json
deleted file mode 100644
index 769bf7d6725c7..0000000000000
--- a/blockchains/ethereum/assets/0xB07ec2c28834B889b1CE527Ca0F19364cD38935c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cardstack",
- "type": "ERC20",
- "symbol": "CARD",
- "decimals": 18,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0xb07ec2c28834b889b1ce527ca0f19364cd38935c",
- "status": "active",
- "id": "0xB07ec2c28834B889b1CE527Ca0F19364cD38935c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB07ec2c28834B889b1CE527Ca0F19364cD38935c/logo.png b/blockchains/ethereum/assets/0xB07ec2c28834B889b1CE527Ca0F19364cD38935c/logo.png
deleted file mode 100644
index 9b277d0e07e3e..0000000000000
Binary files a/blockchains/ethereum/assets/0xB07ec2c28834B889b1CE527Ca0F19364cD38935c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB08F303E5e30d8bd50cB991dB07A55C506e61F23/info.json b/blockchains/ethereum/assets/0xB08F303E5e30d8bd50cB991dB07A55C506e61F23/info.json
deleted file mode 100644
index 08e6cc858d1c5..0000000000000
--- a/blockchains/ethereum/assets/0xB08F303E5e30d8bd50cB991dB07A55C506e61F23/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethwidget",
- "symbol": "EWDG2",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB08F303E5e30d8bd50cB991dB07A55C506e61F23",
- "status": "abandoned",
- "id": "0xB08F303E5e30d8bd50cB991dB07A55C506e61F23"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB08F303E5e30d8bd50cB991dB07A55C506e61F23/logo.png b/blockchains/ethereum/assets/0xB08F303E5e30d8bd50cB991dB07A55C506e61F23/logo.png
deleted file mode 100644
index c9868c5846080..0000000000000
Binary files a/blockchains/ethereum/assets/0xB08F303E5e30d8bd50cB991dB07A55C506e61F23/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB0BFB1E2F72511cF8b4D004852E2054d7b9a76e1/info.json b/blockchains/ethereum/assets/0xB0BFB1E2F72511cF8b4D004852E2054d7b9a76e1/info.json
deleted file mode 100644
index a9bb09546b095..0000000000000
--- a/blockchains/ethereum/assets/0xB0BFB1E2F72511cF8b4D004852E2054d7b9a76e1/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Streamix",
- "website": "https://streamix.io/",
- "description": "Streamix (MIXS) is a combination of world s first cryptocurrency exchange and a Social Media platform which will let users socialize, post images, post and stream videos, trade crypto, play games and earn cryptocurrencies as rewards at the same time. Streamix platform utilizes Streamix (MIXS) a non security ERC20 utility crypto token. Rewarded MIXS tokens can be used on Streamix platform, or any affiliated platforms to trade, make purchases, and get discounts.",
- "explorer": "https://etherscan.io/token/0xB0BFB1E2F72511cF8b4D004852E2054d7b9a76e1",
- "type": "ERC20",
- "symbol": "MIXS",
- "decimals": 18,
- "status": "active",
- "id": "0xB0BFB1E2F72511cF8b4D004852E2054d7b9a76e1",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Streamixio"
- },
- {
- "name": "whitepaper",
- "url": "https://streamix.io/Whitepaper-MIXS-PDF.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB0BFB1E2F72511cF8b4D004852E2054d7b9a76e1/logo.png b/blockchains/ethereum/assets/0xB0BFB1E2F72511cF8b4D004852E2054d7b9a76e1/logo.png
deleted file mode 100644
index 3515dc09ab7cf..0000000000000
Binary files a/blockchains/ethereum/assets/0xB0BFB1E2F72511cF8b4D004852E2054d7b9a76e1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB0DD7c86b9FB49A5a2377111d9b5EEDeF2f99880/info.json b/blockchains/ethereum/assets/0xB0DD7c86b9FB49A5a2377111d9b5EEDeF2f99880/info.json
deleted file mode 100644
index fb9d94ed1b120..0000000000000
--- a/blockchains/ethereum/assets/0xB0DD7c86b9FB49A5a2377111d9b5EEDeF2f99880/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NVTNetworkToken",
- "symbol": "NVT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB0DD7c86b9FB49A5a2377111d9b5EEDeF2f99880",
- "status": "abandoned",
- "id": "0xB0DD7c86b9FB49A5a2377111d9b5EEDeF2f99880"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB0DD7c86b9FB49A5a2377111d9b5EEDeF2f99880/logo.png b/blockchains/ethereum/assets/0xB0DD7c86b9FB49A5a2377111d9b5EEDeF2f99880/logo.png
deleted file mode 100644
index 1b75b1177bf99..0000000000000
Binary files a/blockchains/ethereum/assets/0xB0DD7c86b9FB49A5a2377111d9b5EEDeF2f99880/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB0F14f66caE71164D89E8a0cf0875eF2c32Fb660/info.json b/blockchains/ethereum/assets/0xB0F14f66caE71164D89E8a0cf0875eF2c32Fb660/info.json
deleted file mode 100644
index 39007d6ff1942..0000000000000
--- a/blockchains/ethereum/assets/0xB0F14f66caE71164D89E8a0cf0875eF2c32Fb660/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CTAGToken",
- "symbol": "CTAG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://ctagtoken.com/",
- "explorer": "https://etherscan.io/token/0xB0F14f66caE71164D89E8a0cf0875eF2c32Fb660",
- "status": "abandoned",
- "id": "0xB0F14f66caE71164D89E8a0cf0875eF2c32Fb660"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB0F14f66caE71164D89E8a0cf0875eF2c32Fb660/logo.png b/blockchains/ethereum/assets/0xB0F14f66caE71164D89E8a0cf0875eF2c32Fb660/logo.png
deleted file mode 100644
index d1a82c7398cd7..0000000000000
Binary files a/blockchains/ethereum/assets/0xB0F14f66caE71164D89E8a0cf0875eF2c32Fb660/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB0b18830491097b5CFb0B6131C2eBF683FAdA891/info.json b/blockchains/ethereum/assets/0xB0b18830491097b5CFb0B6131C2eBF683FAdA891/info.json
deleted file mode 100644
index 6df5b92b6d3af..0000000000000
--- a/blockchains/ethereum/assets/0xB0b18830491097b5CFb0B6131C2eBF683FAdA891/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethereum Titanium",
- "symbol": "ETHT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB0b18830491097b5CFb0B6131C2eBF683FAdA891",
- "status": "abandoned",
- "id": "0xB0b18830491097b5CFb0B6131C2eBF683FAdA891"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB0b18830491097b5CFb0B6131C2eBF683FAdA891/logo.png b/blockchains/ethereum/assets/0xB0b18830491097b5CFb0B6131C2eBF683FAdA891/logo.png
deleted file mode 100644
index e469b01af7999..0000000000000
Binary files a/blockchains/ethereum/assets/0xB0b18830491097b5CFb0B6131C2eBF683FAdA891/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB0c7a3Ba49C7a6EaBa6cD4a96C55a1391070Ac9A/info.json b/blockchains/ethereum/assets/0xB0c7a3Ba49C7a6EaBa6cD4a96C55a1391070Ac9A/info.json
deleted file mode 100644
index 60d49c644b1a1..0000000000000
--- a/blockchains/ethereum/assets/0xB0c7a3Ba49C7a6EaBa6cD4a96C55a1391070Ac9A/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "MAGIC",
- "type": "ERC20",
- "symbol": "MAGIC",
- "decimals": 18,
- "website": "https://treasure.lol/",
- "description": "Treasure is the decentralized gaming ecosystem bringing games and players together through MAGIC.",
- "explorer": "https://etherscan.io/token/0xb0c7a3ba49c7a6eaba6cd4a96c55a1391070ac9a",
- "status": "active",
- "id": "0xB0c7a3Ba49C7a6EaBa6cD4a96C55a1391070Ac9A",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Treasure_NFT"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@TreasureNFT"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/magic-token/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/magic/"
- }
- ],
- "tags": [
- "gamefi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB0c7a3Ba49C7a6EaBa6cD4a96C55a1391070Ac9A/logo.png b/blockchains/ethereum/assets/0xB0c7a3Ba49C7a6EaBa6cD4a96C55a1391070Ac9A/logo.png
deleted file mode 100644
index eb99be64fe168..0000000000000
Binary files a/blockchains/ethereum/assets/0xB0c7a3Ba49C7a6EaBa6cD4a96C55a1391070Ac9A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB0e1fc65C1a741b4662B813eB787d369b8614Af1/info.json b/blockchains/ethereum/assets/0xB0e1fc65C1a741b4662B813eB787d369b8614Af1/info.json
deleted file mode 100644
index ae9c97bd08c4d..0000000000000
--- a/blockchains/ethereum/assets/0xB0e1fc65C1a741b4662B813eB787d369b8614Af1/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Impossible Finance",
- "website": "https://impossible.finance",
- "description": "Impossible Finance is a builder-focused multichain ecosystem featuring decentralized incubator, launchpad, and swap. IF is the governance and fee accrual token for the swap.",
- "explorer": "https://etherscan.io/token/0xb0e1fc65c1a741b4662b813eb787d369b8614af1",
- "type": "ERC20",
- "symbol": "IF",
- "decimals": 18,
- "status": "active",
- "id": "0xB0e1fc65C1a741b4662B813eB787d369b8614Af1",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/impossiblefinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/impossiblefi"
- },
- {
- "name": "blog",
- "url": "https://medium.com/impossiblefinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ImpossibleFinance"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/impossible-finance/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB0e1fc65C1a741b4662B813eB787d369b8614Af1/logo.png b/blockchains/ethereum/assets/0xB0e1fc65C1a741b4662B813eB787d369b8614Af1/logo.png
deleted file mode 100644
index 320f13c606602..0000000000000
Binary files a/blockchains/ethereum/assets/0xB0e1fc65C1a741b4662B813eB787d369b8614Af1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB110eC7B1dcb8FAB8dEDbf28f53Bc63eA5BEdd84/info.json b/blockchains/ethereum/assets/0xB110eC7B1dcb8FAB8dEDbf28f53Bc63eA5BEdd84/info.json
deleted file mode 100644
index fb0b6adeddeb4..0000000000000
--- a/blockchains/ethereum/assets/0xB110eC7B1dcb8FAB8dEDbf28f53Bc63eA5BEdd84/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sphre AIR",
- "symbol": "XID",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB110eC7B1dcb8FAB8dEDbf28f53Bc63eA5BEdd84",
- "status": "abandoned",
- "id": "0xB110eC7B1dcb8FAB8dEDbf28f53Bc63eA5BEdd84"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB110eC7B1dcb8FAB8dEDbf28f53Bc63eA5BEdd84/logo.png b/blockchains/ethereum/assets/0xB110eC7B1dcb8FAB8dEDbf28f53Bc63eA5BEdd84/logo.png
deleted file mode 100644
index b4b450bcb408a..0000000000000
Binary files a/blockchains/ethereum/assets/0xB110eC7B1dcb8FAB8dEDbf28f53Bc63eA5BEdd84/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB119Ce94D098C18fe380904c24e358bd887F00BE/info.json b/blockchains/ethereum/assets/0xB119Ce94D098C18fe380904c24e358bd887F00BE/info.json
deleted file mode 100644
index 6951afad45fa3..0000000000000
--- a/blockchains/ethereum/assets/0xB119Ce94D098C18fe380904c24e358bd887F00BE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MACH Exchange",
- "symbol": "MACH",
- "type": "ERC20",
- "decimals": 18,
- "description": "MACH aims to create a P2P asset trading platform. Users will be able to trade their assets such as online/offline goods and crypto-currencies. It is reportedly supported by an escrow system and AI-Chatbot.",
- "website": "https://mymach.io/",
- "explorer": "https://etherscan.io/token/0xB119Ce94D098C18fe380904c24e358bd887F00BE",
- "status": "active",
- "id": "0xB119Ce94D098C18fe380904c24e358bd887F00BE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB119Ce94D098C18fe380904c24e358bd887F00BE/logo.png b/blockchains/ethereum/assets/0xB119Ce94D098C18fe380904c24e358bd887F00BE/logo.png
deleted file mode 100644
index e4329779b4a78..0000000000000
Binary files a/blockchains/ethereum/assets/0xB119Ce94D098C18fe380904c24e358bd887F00BE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB124541127A0A657f056D9Dd06188c4F1b0e5aab/info.json b/blockchains/ethereum/assets/0xB124541127A0A657f056D9Dd06188c4F1b0e5aab/info.json
deleted file mode 100644
index 6f6c15fc07327..0000000000000
--- a/blockchains/ethereum/assets/0xB124541127A0A657f056D9Dd06188c4F1b0e5aab/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave UNI V1",
- "symbol": "aUNI V1",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave UNI V1 is an interest bearing token pegged 1:1 to the underlying UNI deposited in Aave V1. aUNI V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0xB124541127A0A657f056D9Dd06188c4F1b0e5aab",
- "status": "active",
- "id": "0xB124541127A0A657f056D9Dd06188c4F1b0e5aab"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB124541127A0A657f056D9Dd06188c4F1b0e5aab/logo.png b/blockchains/ethereum/assets/0xB124541127A0A657f056D9Dd06188c4F1b0e5aab/logo.png
deleted file mode 100644
index 78ddfe60ddf91..0000000000000
Binary files a/blockchains/ethereum/assets/0xB124541127A0A657f056D9Dd06188c4F1b0e5aab/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB14cc02F02528Af4A192B7B502218C5Eaf251cf9/info.json b/blockchains/ethereum/assets/0xB14cc02F02528Af4A192B7B502218C5Eaf251cf9/info.json
deleted file mode 100644
index 118688a061348..0000000000000
--- a/blockchains/ethereum/assets/0xB14cc02F02528Af4A192B7B502218C5Eaf251cf9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NABS",
- "symbol": "NBS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB14cc02F02528Af4A192B7B502218C5Eaf251cf9",
- "status": "abandoned",
- "id": "0xB14cc02F02528Af4A192B7B502218C5Eaf251cf9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB14cc02F02528Af4A192B7B502218C5Eaf251cf9/logo.png b/blockchains/ethereum/assets/0xB14cc02F02528Af4A192B7B502218C5Eaf251cf9/logo.png
deleted file mode 100644
index cf3b178392850..0000000000000
Binary files a/blockchains/ethereum/assets/0xB14cc02F02528Af4A192B7B502218C5Eaf251cf9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB15fE5a123e647ba594CEa7A1E648646f95EB4AA/info.json b/blockchains/ethereum/assets/0xB15fE5a123e647ba594CEa7A1E648646f95EB4AA/info.json
deleted file mode 100644
index fdb182cb73605..0000000000000
--- a/blockchains/ethereum/assets/0xB15fE5a123e647ba594CEa7A1E648646f95EB4AA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sharder Storage",
- "symbol": "SS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://sharder.org",
- "explorer": "https://etherscan.io/token/0xB15fE5a123e647ba594CEa7A1E648646f95EB4AA",
- "status": "abandoned",
- "id": "0xB15fE5a123e647ba594CEa7A1E648646f95EB4AA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB15fE5a123e647ba594CEa7A1E648646f95EB4AA/logo.png b/blockchains/ethereum/assets/0xB15fE5a123e647ba594CEa7A1E648646f95EB4AA/logo.png
deleted file mode 100644
index ce99486d1e6b9..0000000000000
Binary files a/blockchains/ethereum/assets/0xB15fE5a123e647ba594CEa7A1E648646f95EB4AA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB16F79BbcA351D53FC91A52a70Eb9D672Aa95286/info.json b/blockchains/ethereum/assets/0xB16F79BbcA351D53FC91A52a70Eb9D672Aa95286/info.json
deleted file mode 100644
index 5e3dd9147ef79..0000000000000
--- a/blockchains/ethereum/assets/0xB16F79BbcA351D53FC91A52a70Eb9D672Aa95286/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BLASH",
- "symbol": "BLASH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB16F79BbcA351D53FC91A52a70Eb9D672Aa95286",
- "status": "abandoned",
- "id": "0xB16F79BbcA351D53FC91A52a70Eb9D672Aa95286"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB16F79BbcA351D53FC91A52a70Eb9D672Aa95286/logo.png b/blockchains/ethereum/assets/0xB16F79BbcA351D53FC91A52a70Eb9D672Aa95286/logo.png
deleted file mode 100644
index 4290e95b6aadc..0000000000000
Binary files a/blockchains/ethereum/assets/0xB16F79BbcA351D53FC91A52a70Eb9D672Aa95286/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB16d3Ed603D62b125c6bd45519EDa40829549489/info.json b/blockchains/ethereum/assets/0xB16d3Ed603D62b125c6bd45519EDa40829549489/info.json
deleted file mode 100644
index 4fb544ffadbed..0000000000000
--- a/blockchains/ethereum/assets/0xB16d3Ed603D62b125c6bd45519EDa40829549489/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Insureum Token",
- "symbol": "ISR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://insureum.co/",
- "explorer": "https://etherscan.io/token/0xB16d3Ed603D62b125c6bd45519EDa40829549489",
- "status": "abandoned",
- "id": "0xB16d3Ed603D62b125c6bd45519EDa40829549489"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB16d3Ed603D62b125c6bd45519EDa40829549489/logo.png b/blockchains/ethereum/assets/0xB16d3Ed603D62b125c6bd45519EDa40829549489/logo.png
deleted file mode 100644
index 921dfb054e187..0000000000000
Binary files a/blockchains/ethereum/assets/0xB16d3Ed603D62b125c6bd45519EDa40829549489/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB16e967ff83DE3F1e9FCeAfbc2C28c1c5c56eF91/info.json b/blockchains/ethereum/assets/0xB16e967ff83DE3F1e9FCeAfbc2C28c1c5c56eF91/info.json
deleted file mode 100644
index b5816645ce67e..0000000000000
--- a/blockchains/ethereum/assets/0xB16e967ff83DE3F1e9FCeAfbc2C28c1c5c56eF91/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Polkadog",
- "website": "https://polkadog.io",
- "description": "Polkadog (PDOG) is a DeFi project that automatically provides rewards to users who hold the token via frictionless fee redistribution. Polkadog presents Polkaswap, the DEX for the interoperable future, and as a fair launch community, there are no pre-sales, no token sales, no private sales.",
- "explorer": "https://etherscan.io/token/0xb16e967ff83de3f1e9fceafbc2c28c1c5c56ef91",
- "type": "ERC20",
- "symbol": "PDOG",
- "decimals": 18,
- "status": "active",
- "id": "0xB16e967ff83DE3F1e9FCeAfbc2C28c1c5c56eF91"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB16e967ff83DE3F1e9FCeAfbc2C28c1c5c56eF91/logo.png b/blockchains/ethereum/assets/0xB16e967ff83DE3F1e9FCeAfbc2C28c1c5c56eF91/logo.png
deleted file mode 100644
index 6d4ab3750feff..0000000000000
Binary files a/blockchains/ethereum/assets/0xB16e967ff83DE3F1e9FCeAfbc2C28c1c5c56eF91/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB17DF9a3B09583a9bDCf757d6367171476D4D8a3/info.json b/blockchains/ethereum/assets/0xB17DF9a3B09583a9bDCf757d6367171476D4D8a3/info.json
deleted file mode 100644
index 83a5e8069cb3d..0000000000000
--- a/blockchains/ethereum/assets/0xB17DF9a3B09583a9bDCf757d6367171476D4D8a3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MaverickChain",
- "symbol": "MVC",
- "type": "ERC20",
- "decimals": 18,
- "description": "A BAAS platform serves for global blockchain financial market.",
- "website": "http://www.mvchain.net",
- "explorer": "https://etherscan.io/token/0xB17DF9a3B09583a9bDCf757d6367171476D4D8a3",
- "status": "active",
- "id": "0xB17DF9a3B09583a9bDCf757d6367171476D4D8a3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB17DF9a3B09583a9bDCf757d6367171476D4D8a3/logo.png b/blockchains/ethereum/assets/0xB17DF9a3B09583a9bDCf757d6367171476D4D8a3/logo.png
deleted file mode 100644
index 0ad13691111e9..0000000000000
Binary files a/blockchains/ethereum/assets/0xB17DF9a3B09583a9bDCf757d6367171476D4D8a3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB19977B23b40D59254B8f5A0BdB67076B4FA0bC6/info.json b/blockchains/ethereum/assets/0xB19977B23b40D59254B8f5A0BdB67076B4FA0bC6/info.json
deleted file mode 100644
index 2568da72d6490..0000000000000
--- a/blockchains/ethereum/assets/0xB19977B23b40D59254B8f5A0BdB67076B4FA0bC6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gou",
- "symbol": "GOU",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB19977B23b40D59254B8f5A0BdB67076B4FA0bC6",
- "status": "abandoned",
- "id": "0xB19977B23b40D59254B8f5A0BdB67076B4FA0bC6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB19977B23b40D59254B8f5A0BdB67076B4FA0bC6/logo.png b/blockchains/ethereum/assets/0xB19977B23b40D59254B8f5A0BdB67076B4FA0bC6/logo.png
deleted file mode 100644
index 0b92c83e61bff..0000000000000
Binary files a/blockchains/ethereum/assets/0xB19977B23b40D59254B8f5A0BdB67076B4FA0bC6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB1A2AA53d75c95194df1F475E16Ac421B6D9c059/info.json b/blockchains/ethereum/assets/0xB1A2AA53d75c95194df1F475E16Ac421B6D9c059/info.json
deleted file mode 100644
index bcb5650711a90..0000000000000
--- a/blockchains/ethereum/assets/0xB1A2AA53d75c95194df1F475E16Ac421B6D9c059/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PanaStar",
- "symbol": "PTYS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB1A2AA53d75c95194df1F475E16Ac421B6D9c059",
- "status": "abandoned",
- "id": "0xB1A2AA53d75c95194df1F475E16Ac421B6D9c059"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB1A2AA53d75c95194df1F475E16Ac421B6D9c059/logo.png b/blockchains/ethereum/assets/0xB1A2AA53d75c95194df1F475E16Ac421B6D9c059/logo.png
deleted file mode 100644
index 6a9b8cffccd79..0000000000000
Binary files a/blockchains/ethereum/assets/0xB1A2AA53d75c95194df1F475E16Ac421B6D9c059/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB1A30851E3f7d841b231B086479608e17198363A/info.json b/blockchains/ethereum/assets/0xB1A30851E3f7d841b231B086479608e17198363A/info.json
deleted file mode 100644
index 5930d6f7b701b..0000000000000
--- a/blockchains/ethereum/assets/0xB1A30851E3f7d841b231B086479608e17198363A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HOMEROS",
- "symbol": "HMR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Homeros is a blockchain-based platform made exclusively for the gaming community.",
- "website": "https://homerosnet.com",
- "explorer": "https://etherscan.io/token/0xB1A30851E3f7d841b231B086479608e17198363A",
- "status": "active",
- "id": "0xB1A30851E3f7d841b231B086479608e17198363A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB1A30851E3f7d841b231B086479608e17198363A/logo.png b/blockchains/ethereum/assets/0xB1A30851E3f7d841b231B086479608e17198363A/logo.png
deleted file mode 100644
index 271c0302a0e6c..0000000000000
Binary files a/blockchains/ethereum/assets/0xB1A30851E3f7d841b231B086479608e17198363A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB1F2b122139daCD2aD29840E92cbc38716568994/info.json b/blockchains/ethereum/assets/0xB1F2b122139daCD2aD29840E92cbc38716568994/info.json
deleted file mode 100644
index 06e181a268267..0000000000000
--- a/blockchains/ethereum/assets/0xB1F2b122139daCD2aD29840E92cbc38716568994/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LIBERTY",
- "symbol": "LBRTY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB1F2b122139daCD2aD29840E92cbc38716568994",
- "status": "abandoned",
- "id": "0xB1F2b122139daCD2aD29840E92cbc38716568994"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB1F2b122139daCD2aD29840E92cbc38716568994/logo.png b/blockchains/ethereum/assets/0xB1F2b122139daCD2aD29840E92cbc38716568994/logo.png
deleted file mode 100644
index a009a56f6d2d5..0000000000000
Binary files a/blockchains/ethereum/assets/0xB1F2b122139daCD2aD29840E92cbc38716568994/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB1cfB2421F6F12EBdA4F9b8d0336518c82e63b2c/info.json b/blockchains/ethereum/assets/0xB1cfB2421F6F12EBdA4F9b8d0336518c82e63b2c/info.json
deleted file mode 100644
index b29230e075bee..0000000000000
--- a/blockchains/ethereum/assets/0xB1cfB2421F6F12EBdA4F9b8d0336518c82e63b2c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vocal Chain",
- "symbol": "VOC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB1cfB2421F6F12EBdA4F9b8d0336518c82e63b2c",
- "status": "abandoned",
- "id": "0xB1cfB2421F6F12EBdA4F9b8d0336518c82e63b2c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB1cfB2421F6F12EBdA4F9b8d0336518c82e63b2c/logo.png b/blockchains/ethereum/assets/0xB1cfB2421F6F12EBdA4F9b8d0336518c82e63b2c/logo.png
deleted file mode 100644
index 678f1d93184cb..0000000000000
Binary files a/blockchains/ethereum/assets/0xB1cfB2421F6F12EBdA4F9b8d0336518c82e63b2c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB1d42642C6DA784A5498180FDC64DF8f8F2bB773/info.json b/blockchains/ethereum/assets/0xB1d42642C6DA784A5498180FDC64DF8f8F2bB773/info.json
deleted file mode 100644
index 17d990691a227..0000000000000
--- a/blockchains/ethereum/assets/0xB1d42642C6DA784A5498180FDC64DF8f8F2bB773/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RealToken 18483 Mansfield Street Detroit MI",
- "symbol": "REALTOKEN-18483-MANSFIELD-ST-DETROIT-MI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB1d42642C6DA784A5498180FDC64DF8f8F2bB773",
- "status": "abandoned",
- "id": "0xB1d42642C6DA784A5498180FDC64DF8f8F2bB773"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB1d42642C6DA784A5498180FDC64DF8f8F2bB773/logo.png b/blockchains/ethereum/assets/0xB1d42642C6DA784A5498180FDC64DF8f8F2bB773/logo.png
deleted file mode 100644
index 4617b23ed87e8..0000000000000
Binary files a/blockchains/ethereum/assets/0xB1d42642C6DA784A5498180FDC64DF8f8F2bB773/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB1d62534F7BDD98A8DEAae9bDe8294ae3490e6f7/info.json b/blockchains/ethereum/assets/0xB1d62534F7BDD98A8DEAae9bDe8294ae3490e6f7/info.json
deleted file mode 100644
index 4f839a324a1d0..0000000000000
--- a/blockchains/ethereum/assets/0xB1d62534F7BDD98A8DEAae9bDe8294ae3490e6f7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FIlmNeverDie",
- "symbol": "FND",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB1d62534F7BDD98A8DEAae9bDe8294ae3490e6f7",
- "status": "abandoned",
- "id": "0xB1d62534F7BDD98A8DEAae9bDe8294ae3490e6f7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB1d62534F7BDD98A8DEAae9bDe8294ae3490e6f7/logo.png b/blockchains/ethereum/assets/0xB1d62534F7BDD98A8DEAae9bDe8294ae3490e6f7/logo.png
deleted file mode 100755
index 37e18cf160288..0000000000000
Binary files a/blockchains/ethereum/assets/0xB1d62534F7BDD98A8DEAae9bDe8294ae3490e6f7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB1e9157c2Fdcc5a856C8DA8b2d89b6C32b3c1229/info.json b/blockchains/ethereum/assets/0xB1e9157c2Fdcc5a856C8DA8b2d89b6C32b3c1229/info.json
deleted file mode 100644
index 559564cef90fb..0000000000000
--- a/blockchains/ethereum/assets/0xB1e9157c2Fdcc5a856C8DA8b2d89b6C32b3c1229/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Zenfuse",
- "website": "https://zenfuse.io",
- "description": "The ultimate solution for cryptocurrency trading with built-in connectivity to major exchanges, a next-gen toolset, analytics, portfolio management, news aggregation, set within an ecosystem extensible by developers.",
- "explorer": "https://etherscan.io/token/0xb1e9157c2fdcc5a856c8da8b2d89b6c32b3c1229",
- "type": "ERC20",
- "symbol": "ZEFU",
- "decimals": 18,
- "status": "active",
- "id": "0xB1e9157c2Fdcc5a856C8DA8b2d89b6C32b3c1229",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://zenfuse.io/whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB1e9157c2Fdcc5a856C8DA8b2d89b6C32b3c1229/logo.png b/blockchains/ethereum/assets/0xB1e9157c2Fdcc5a856C8DA8b2d89b6C32b3c1229/logo.png
deleted file mode 100644
index c1bc180a4db8a..0000000000000
Binary files a/blockchains/ethereum/assets/0xB1e9157c2Fdcc5a856C8DA8b2d89b6C32b3c1229/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB1e93236ab6073fdAC58adA5564897177D4bcC43/info.json b/blockchains/ethereum/assets/0xB1e93236ab6073fdAC58adA5564897177D4bcC43/info.json
deleted file mode 100644
index ba76a8ff8502c..0000000000000
--- a/blockchains/ethereum/assets/0xB1e93236ab6073fdAC58adA5564897177D4bcC43/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Seele",
- "website": "https://seelen.pro/index_en.html",
- "description": "Seele created 'Neural Consensus Algorithm'. It transforms the consensus problem into an asynchronous request, processing and sorting data in a large-scale environment based on 'micro-real numbers'.",
- "explorer": "https://etherscan.io/token/0xb1e93236ab6073fdac58ada5564897177d4bcc43",
- "type": "ERC20",
- "symbol": "Seele",
- "decimals": 18,
- "status": "active",
- "id": "0xB1e93236ab6073fdAC58adA5564897177D4bcC43"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB1e93236ab6073fdAC58adA5564897177D4bcC43/logo.png b/blockchains/ethereum/assets/0xB1e93236ab6073fdAC58adA5564897177D4bcC43/logo.png
deleted file mode 100644
index 82b69a10e2c5a..0000000000000
Binary files a/blockchains/ethereum/assets/0xB1e93236ab6073fdAC58adA5564897177D4bcC43/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB1f1F47061A7Be15C69f378CB3f69423bD58F2F8/info.json b/blockchains/ethereum/assets/0xB1f1F47061A7Be15C69f378CB3f69423bD58F2F8/info.json
deleted file mode 100644
index 926187b37a220..0000000000000
--- a/blockchains/ethereum/assets/0xB1f1F47061A7Be15C69f378CB3f69423bD58F2F8/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Flashstake",
- "type": "ERC20",
- "symbol": "FLASH",
- "decimals": 18,
- "website": "https://flashstake.io",
- "description": "The Flashstake protocol is a novel financial infrastructure that allows users to receive instant yield on deposited assets by locking up principal for a chosen duration. The protocol is made possible by Flash Strategies, which utilize underlying protocols such as AAVE, Yearn, etc. to generate yield. For more information visit the documentation: https://docs.flashstake.io/",
- "explorer": "https://etherscan.io/token/0xB1f1F47061A7Be15C69f378CB3f69423bD58F2F8",
- "status": "active",
- "id": "0xB1f1F47061A7Be15C69f378CB3f69423bD58F2F8",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Flashstake"
- },
- {
- "name": "docs",
- "url": "https://docs.flashstake.io/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/flashstake"
- },
- {
- "name": "discord",
- "url": "https://discord.com/flashstake"
- },
- {
- "name": "medium",
- "url": "https://medium.com/flashstake-protocol"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@flashstake"
- }
- ],
- "tags": [
- "defi",
- "staking"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xB1f1F47061A7Be15C69f378CB3f69423bD58F2F8/logo.png b/blockchains/ethereum/assets/0xB1f1F47061A7Be15C69f378CB3f69423bD58F2F8/logo.png
deleted file mode 100644
index f426f46f701b1..0000000000000
Binary files a/blockchains/ethereum/assets/0xB1f1F47061A7Be15C69f378CB3f69423bD58F2F8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB1f66997A5760428D3a87D68b90BfE0aE64121cC/info.json b/blockchains/ethereum/assets/0xB1f66997A5760428D3a87D68b90BfE0aE64121cC/info.json
deleted file mode 100644
index c556c8a76f6a2..0000000000000
--- a/blockchains/ethereum/assets/0xB1f66997A5760428D3a87D68b90BfE0aE64121cC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LuaToken",
- "website": "https://luaswap.org/",
- "description": "Multi-chain liquidity protocol for emerging token projects with no seed investment, founder’s fees, or pre-mining.",
- "explorer": "https://etherscan.io/token/0xB1f66997A5760428D3a87D68b90BfE0aE64121cC",
- "type": "ERC20",
- "symbol": "LUA",
- "decimals": 18,
- "status": "active",
- "id": "0xB1f66997A5760428D3a87D68b90BfE0aE64121cC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB1f66997A5760428D3a87D68b90BfE0aE64121cC/logo.png b/blockchains/ethereum/assets/0xB1f66997A5760428D3a87D68b90BfE0aE64121cC/logo.png
deleted file mode 100644
index eff01b25fbcb2..0000000000000
Binary files a/blockchains/ethereum/assets/0xB1f66997A5760428D3a87D68b90BfE0aE64121cC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB2135AB9695a7678Dd590B1A996CB0f37BCB0718/info.json b/blockchains/ethereum/assets/0xB2135AB9695a7678Dd590B1A996CB0f37BCB0718/info.json
deleted file mode 100644
index 104c25b739924..0000000000000
--- a/blockchains/ethereum/assets/0xB2135AB9695a7678Dd590B1A996CB0f37BCB0718/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Signals Network Token",
- "symbol": "SGN",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "https://signals.network/",
- "explorer": "https://etherscan.io/token/0xB2135AB9695a7678Dd590B1A996CB0f37BCB0718",
- "status": "abandoned",
- "id": "0xB2135AB9695a7678Dd590B1A996CB0f37BCB0718"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB2135AB9695a7678Dd590B1A996CB0f37BCB0718/logo.png b/blockchains/ethereum/assets/0xB2135AB9695a7678Dd590B1A996CB0f37BCB0718/logo.png
deleted file mode 100755
index 6422c692c02cd..0000000000000
Binary files a/blockchains/ethereum/assets/0xB2135AB9695a7678Dd590B1A996CB0f37BCB0718/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB2279B6769CFBa691416F00609b16244c0cF4b20/info.json b/blockchains/ethereum/assets/0xB2279B6769CFBa691416F00609b16244c0cF4b20/info.json
deleted file mode 100644
index f62d09499c86a..0000000000000
--- a/blockchains/ethereum/assets/0xB2279B6769CFBa691416F00609b16244c0cF4b20/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Waifu",
- "symbol": "WAIF",
- "type": "ERC20",
- "decimals": 18,
- "description": "Waifu Token claims to be a community-funded cryptocurrency that is an anime-centric ERC-20 token on the Ethereum network.",
- "website": "https://waifutoken.io",
- "explorer": "https://etherscan.io/token/0xB2279B6769CFBa691416F00609b16244c0cF4b20",
- "status": "active",
- "id": "0xB2279B6769CFBa691416F00609b16244c0cF4b20"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB2279B6769CFBa691416F00609b16244c0cF4b20/logo.png b/blockchains/ethereum/assets/0xB2279B6769CFBa691416F00609b16244c0cF4b20/logo.png
deleted file mode 100644
index 5a3322f5a5e5e..0000000000000
Binary files a/blockchains/ethereum/assets/0xB2279B6769CFBa691416F00609b16244c0cF4b20/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB22950854A0A443aD97CaC440aA91E28b511d53A/info.json b/blockchains/ethereum/assets/0xB22950854A0A443aD97CaC440aA91E28b511d53A/info.json
deleted file mode 100644
index 17a7cceae5f48..0000000000000
--- a/blockchains/ethereum/assets/0xB22950854A0A443aD97CaC440aA91E28b511d53A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Stones",
- "symbol": "STONES",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB22950854A0A443aD97CaC440aA91E28b511d53A",
- "status": "abandoned",
- "id": "0xB22950854A0A443aD97CaC440aA91E28b511d53A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB22950854A0A443aD97CaC440aA91E28b511d53A/logo.png b/blockchains/ethereum/assets/0xB22950854A0A443aD97CaC440aA91E28b511d53A/logo.png
deleted file mode 100644
index 869adf97ec9a1..0000000000000
Binary files a/blockchains/ethereum/assets/0xB22950854A0A443aD97CaC440aA91E28b511d53A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB22c2786a549B008517B67625f5296E8fAf9589e/info.json b/blockchains/ethereum/assets/0xB22c2786a549B008517B67625f5296E8fAf9589e/info.json
deleted file mode 100644
index 4b6613bcd8cef..0000000000000
--- a/blockchains/ethereum/assets/0xB22c2786a549B008517B67625f5296E8fAf9589e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rental Processor Token",
- "symbol": "BRP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB22c2786a549B008517B67625f5296E8fAf9589e",
- "status": "abandoned",
- "id": "0xB22c2786a549B008517B67625f5296E8fAf9589e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB22c2786a549B008517B67625f5296E8fAf9589e/logo.png b/blockchains/ethereum/assets/0xB22c2786a549B008517B67625f5296E8fAf9589e/logo.png
deleted file mode 100644
index de2a5f520b90b..0000000000000
Binary files a/blockchains/ethereum/assets/0xB22c2786a549B008517B67625f5296E8fAf9589e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB24754bE79281553dc1adC160ddF5Cd9b74361a4/info.json b/blockchains/ethereum/assets/0xB24754bE79281553dc1adC160ddF5Cd9b74361a4/info.json
deleted file mode 100644
index aa448edd5223c..0000000000000
--- a/blockchains/ethereum/assets/0xB24754bE79281553dc1adC160ddF5Cd9b74361a4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RIALTO",
- "symbol": "XRL",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB24754bE79281553dc1adC160ddF5Cd9b74361a4",
- "status": "abandoned",
- "id": "0xB24754bE79281553dc1adC160ddF5Cd9b74361a4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB24754bE79281553dc1adC160ddF5Cd9b74361a4/logo.png b/blockchains/ethereum/assets/0xB24754bE79281553dc1adC160ddF5Cd9b74361a4/logo.png
deleted file mode 100644
index a44d304466e12..0000000000000
Binary files a/blockchains/ethereum/assets/0xB24754bE79281553dc1adC160ddF5Cd9b74361a4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB24f135C954b71B75dD413b288835b5a8d4AFa74/info.json b/blockchains/ethereum/assets/0xB24f135C954b71B75dD413b288835b5a8d4AFa74/info.json
deleted file mode 100644
index 3fc0507b4c7c9..0000000000000
--- a/blockchains/ethereum/assets/0xB24f135C954b71B75dD413b288835b5a8d4AFa74/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZenFinance",
- "website": "http://www.yearn2.finance",
- "description": "$ZEN is the ERC-20 token will be used for rewards and products in Yearn2.Finance Eco-system.",
- "explorer": "https://etherscan.io/token/0xB24f135C954b71B75dD413b288835b5a8d4AFa74",
- "type": "ERC20",
- "symbol": "ZEN",
- "decimals": 18,
- "status": "active",
- "id": "0xB24f135C954b71B75dD413b288835b5a8d4AFa74"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB24f135C954b71B75dD413b288835b5a8d4AFa74/logo.png b/blockchains/ethereum/assets/0xB24f135C954b71B75dD413b288835b5a8d4AFa74/logo.png
deleted file mode 100644
index bfeaac1708639..0000000000000
Binary files a/blockchains/ethereum/assets/0xB24f135C954b71B75dD413b288835b5a8d4AFa74/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB26631c6dda06aD89B93C71400D25692de89c068/info.json b/blockchains/ethereum/assets/0xB26631c6dda06aD89B93C71400D25692de89c068/info.json
deleted file mode 100644
index 08ff5d7e23359..0000000000000
--- a/blockchains/ethereum/assets/0xB26631c6dda06aD89B93C71400D25692de89c068/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Minds",
- "website": "https://minds.com/",
- "description": "Minds Tokens are the fuel of the Minds network.",
- "explorer": "https://etherscan.io/token/0xB26631c6dda06aD89B93C71400D25692de89c068",
- "type": "ERC20",
- "symbol": "MINDS",
- "decimals": 18,
- "status": "active",
- "id": "0xB26631c6dda06aD89B93C71400D25692de89c068"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB26631c6dda06aD89B93C71400D25692de89c068/logo.png b/blockchains/ethereum/assets/0xB26631c6dda06aD89B93C71400D25692de89c068/logo.png
deleted file mode 100644
index 29f1ab0f11fbd..0000000000000
Binary files a/blockchains/ethereum/assets/0xB26631c6dda06aD89B93C71400D25692de89c068/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB26abB2928C22F3763620448FbaD913648521866/info.json b/blockchains/ethereum/assets/0xB26abB2928C22F3763620448FbaD913648521866/info.json
deleted file mode 100644
index ed8e81ca105e1..0000000000000
--- a/blockchains/ethereum/assets/0xB26abB2928C22F3763620448FbaD913648521866/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BOLT",
- "symbol": "BOLT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB26abB2928C22F3763620448FbaD913648521866",
- "status": "abandoned",
- "id": "0xB26abB2928C22F3763620448FbaD913648521866"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB26abB2928C22F3763620448FbaD913648521866/logo.png b/blockchains/ethereum/assets/0xB26abB2928C22F3763620448FbaD913648521866/logo.png
deleted file mode 100644
index 352f6f82d0524..0000000000000
Binary files a/blockchains/ethereum/assets/0xB26abB2928C22F3763620448FbaD913648521866/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB29678a4805a7d787dc9589E179D27F7575bB9f7/info.json b/blockchains/ethereum/assets/0xB29678a4805a7d787dc9589E179D27F7575bB9f7/info.json
deleted file mode 100644
index 8ea04b9cb0b5c..0000000000000
--- a/blockchains/ethereum/assets/0xB29678a4805a7d787dc9589E179D27F7575bB9f7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ArubaCoin",
- "symbol": "AUA",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB29678a4805a7d787dc9589E179D27F7575bB9f7",
- "status": "abandoned",
- "id": "0xB29678a4805a7d787dc9589E179D27F7575bB9f7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB29678a4805a7d787dc9589E179D27F7575bB9f7/logo.png b/blockchains/ethereum/assets/0xB29678a4805a7d787dc9589E179D27F7575bB9f7/logo.png
deleted file mode 100644
index 02b6f98dae837..0000000000000
Binary files a/blockchains/ethereum/assets/0xB29678a4805a7d787dc9589E179D27F7575bB9f7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB2C851bb6FbFc44286BAe0f432330810Fe0911f3/info.json b/blockchains/ethereum/assets/0xB2C851bb6FbFc44286BAe0f432330810Fe0911f3/info.json
deleted file mode 100644
index bb6c112d28ccd..0000000000000
--- a/blockchains/ethereum/assets/0xB2C851bb6FbFc44286BAe0f432330810Fe0911f3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C581296",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB2C851bb6FbFc44286BAe0f432330810Fe0911f3",
- "status": "abandoned",
- "id": "0xB2C851bb6FbFc44286BAe0f432330810Fe0911f3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB2C851bb6FbFc44286BAe0f432330810Fe0911f3/logo.png b/blockchains/ethereum/assets/0xB2C851bb6FbFc44286BAe0f432330810Fe0911f3/logo.png
deleted file mode 100644
index cc8b6c340a26f..0000000000000
Binary files a/blockchains/ethereum/assets/0xB2C851bb6FbFc44286BAe0f432330810Fe0911f3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB2Cf3a438aCf46275839a38dB7594065f64151d3/info.json b/blockchains/ethereum/assets/0xB2Cf3a438aCf46275839a38dB7594065f64151d3/info.json
deleted file mode 100644
index df825bb1eb3c7..0000000000000
--- a/blockchains/ethereum/assets/0xB2Cf3a438aCf46275839a38dB7594065f64151d3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TheWorldsAMine",
- "symbol": "WRLD",
- "type": "ERC20",
- "decimals": 18,
- "description": "The $WRLD Token was created with the cryptocurrency social media platform community in mind. The $WRLD token project aims to allow users to be a part of a project by merely being a part of the token creator’s social network(s).",
- "website": "https://themine.me",
- "explorer": "https://etherscan.io/token/0xB2Cf3a438aCf46275839a38dB7594065f64151d3",
- "status": "active",
- "id": "0xB2Cf3a438aCf46275839a38dB7594065f64151d3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB2Cf3a438aCf46275839a38dB7594065f64151d3/logo.png b/blockchains/ethereum/assets/0xB2Cf3a438aCf46275839a38dB7594065f64151d3/logo.png
deleted file mode 100644
index ced46fa925efb..0000000000000
Binary files a/blockchains/ethereum/assets/0xB2Cf3a438aCf46275839a38dB7594065f64151d3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB2D8e647EE55CC58A2B408e38f433238498853da/info.json b/blockchains/ethereum/assets/0xB2D8e647EE55CC58A2B408e38f433238498853da/info.json
deleted file mode 100644
index 07dc2de7bdaa6..0000000000000
--- a/blockchains/ethereum/assets/0xB2D8e647EE55CC58A2B408e38f433238498853da/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VITA",
- "symbol": "VITA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB2D8e647EE55CC58A2B408e38f433238498853da",
- "status": "abandoned",
- "id": "0xB2D8e647EE55CC58A2B408e38f433238498853da"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB2D8e647EE55CC58A2B408e38f433238498853da/logo.png b/blockchains/ethereum/assets/0xB2D8e647EE55CC58A2B408e38f433238498853da/logo.png
deleted file mode 100644
index b632d9cbed0e2..0000000000000
Binary files a/blockchains/ethereum/assets/0xB2D8e647EE55CC58A2B408e38f433238498853da/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB2Df3decC54EC49D47a491adc6EcD51a131d0FB8/info.json b/blockchains/ethereum/assets/0xB2Df3decC54EC49D47a491adc6EcD51a131d0FB8/info.json
deleted file mode 100644
index 59cdc244b2777..0000000000000
--- a/blockchains/ethereum/assets/0xB2Df3decC54EC49D47a491adc6EcD51a131d0FB8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sesame Token",
- "symbol": "SST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB2Df3decC54EC49D47a491adc6EcD51a131d0FB8",
- "status": "abandoned",
- "id": "0xB2Df3decC54EC49D47a491adc6EcD51a131d0FB8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB2Df3decC54EC49D47a491adc6EcD51a131d0FB8/logo.png b/blockchains/ethereum/assets/0xB2Df3decC54EC49D47a491adc6EcD51a131d0FB8/logo.png
deleted file mode 100644
index e38e6dabb50b9..0000000000000
Binary files a/blockchains/ethereum/assets/0xB2Df3decC54EC49D47a491adc6EcD51a131d0FB8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB2E260F12406c401874EcC960893C0f74Cd6aFcd/info.json b/blockchains/ethereum/assets/0xB2E260F12406c401874EcC960893C0f74Cd6aFcd/info.json
deleted file mode 100644
index d2013cba4971f..0000000000000
--- a/blockchains/ethereum/assets/0xB2E260F12406c401874EcC960893C0f74Cd6aFcd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitUP Token",
- "symbol": "BUT",
- "type": "ERC20",
- "decimals": 18,
- "description": "BitUP Ltd, a professional digital asset management and investment platform.",
- "website": "https://bitup.com/",
- "explorer": "https://etherscan.io/token/0xB2E260F12406c401874EcC960893C0f74Cd6aFcd",
- "status": "active",
- "id": "0xB2E260F12406c401874EcC960893C0f74Cd6aFcd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB2E260F12406c401874EcC960893C0f74Cd6aFcd/logo.png b/blockchains/ethereum/assets/0xB2E260F12406c401874EcC960893C0f74Cd6aFcd/logo.png
deleted file mode 100644
index 0bb28811bc84f..0000000000000
Binary files a/blockchains/ethereum/assets/0xB2E260F12406c401874EcC960893C0f74Cd6aFcd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB2b834900EE97E487d521FC09243f19A1a4A3099/info.json b/blockchains/ethereum/assets/0xB2b834900EE97E487d521FC09243f19A1a4A3099/info.json
deleted file mode 100644
index a85e349a4715f..0000000000000
--- a/blockchains/ethereum/assets/0xB2b834900EE97E487d521FC09243f19A1a4A3099/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ONE",
- "symbol": "ONE",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB2b834900EE97E487d521FC09243f19A1a4A3099",
- "status": "abandoned",
- "id": "0xB2b834900EE97E487d521FC09243f19A1a4A3099"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB2b834900EE97E487d521FC09243f19A1a4A3099/logo.png b/blockchains/ethereum/assets/0xB2b834900EE97E487d521FC09243f19A1a4A3099/logo.png
deleted file mode 100644
index d5ccc421ea991..0000000000000
Binary files a/blockchains/ethereum/assets/0xB2b834900EE97E487d521FC09243f19A1a4A3099/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB2eE225350337D17F5A5eA037a0F0b6172Df5A4a/info.json b/blockchains/ethereum/assets/0xB2eE225350337D17F5A5eA037a0F0b6172Df5A4a/info.json
deleted file mode 100644
index 2ed67c8792130..0000000000000
--- a/blockchains/ethereum/assets/0xB2eE225350337D17F5A5eA037a0F0b6172Df5A4a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CRYPTOASH Token",
- "website": "https://cryptoash.com",
- "description": "CRYPTOASH Token (CryptASH) is an ERC20 based token, it's an open source unlicesed token created by Telegram crypto community with love on Ethereum platform.",
- "explorer": "https://etherscan.io/token/0xB2eE225350337D17F5A5eA037a0F0b6172Df5A4a",
- "type": "ERC20",
- "symbol": "CryptASH",
- "decimals": 2,
- "status": "abandoned",
- "id": "0xB2eE225350337D17F5A5eA037a0F0b6172Df5A4a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB2eE225350337D17F5A5eA037a0F0b6172Df5A4a/logo.png b/blockchains/ethereum/assets/0xB2eE225350337D17F5A5eA037a0F0b6172Df5A4a/logo.png
deleted file mode 100644
index b311fa27649c9..0000000000000
Binary files a/blockchains/ethereum/assets/0xB2eE225350337D17F5A5eA037a0F0b6172Df5A4a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB313C71b20CE054C6224d403387aC2536c0b954e/info.json b/blockchains/ethereum/assets/0xB313C71b20CE054C6224d403387aC2536c0b954e/info.json
deleted file mode 100644
index 2db0fc1c880d8..0000000000000
--- a/blockchains/ethereum/assets/0xB313C71b20CE054C6224d403387aC2536c0b954e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "1VIBE",
- "symbol": "1VIBE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB313C71b20CE054C6224d403387aC2536c0b954e",
- "status": "abandoned",
- "id": "0xB313C71b20CE054C6224d403387aC2536c0b954e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB313C71b20CE054C6224d403387aC2536c0b954e/logo.png b/blockchains/ethereum/assets/0xB313C71b20CE054C6224d403387aC2536c0b954e/logo.png
deleted file mode 100755
index 8bb2c442fdff5..0000000000000
Binary files a/blockchains/ethereum/assets/0xB313C71b20CE054C6224d403387aC2536c0b954e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB31C219959E06f9aFBeB36b388a4BaD13E802725/info.json b/blockchains/ethereum/assets/0xB31C219959E06f9aFBeB36b388a4BaD13E802725/info.json
deleted file mode 100644
index 485de1b278f50..0000000000000
--- a/blockchains/ethereum/assets/0xB31C219959E06f9aFBeB36b388a4BaD13E802725/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ONOT",
- "symbol": "ONOT",
- "type": "ERC20",
- "decimals": 18,
- "description": "ONOChain describes itself as a public chain developed on EOS.IO software to provide infrastructure for application distribution, development environment, smart contract development, traffic distribution, and issuance.",
- "website": "https://www.ono.chat/en/",
- "explorer": "https://etherscan.io/token/0xB31C219959E06f9aFBeB36b388a4BaD13E802725",
- "status": "active",
- "id": "0xB31C219959E06f9aFBeB36b388a4BaD13E802725"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB31C219959E06f9aFBeB36b388a4BaD13E802725/logo.png b/blockchains/ethereum/assets/0xB31C219959E06f9aFBeB36b388a4BaD13E802725/logo.png
deleted file mode 100644
index f88ab05c0d24d..0000000000000
Binary files a/blockchains/ethereum/assets/0xB31C219959E06f9aFBeB36b388a4BaD13E802725/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB3319f5D18Bc0D84dD1b4825Dcde5d5f7266d407/info.json b/blockchains/ethereum/assets/0xB3319f5D18Bc0D84dD1b4825Dcde5d5f7266d407/info.json
deleted file mode 100644
index 1614dea8f0332..0000000000000
--- a/blockchains/ethereum/assets/0xB3319f5D18Bc0D84dD1b4825Dcde5d5f7266d407/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Compound 0x",
- "symbol": "cZRX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://compound.finance/",
- "explorer": "https://etherscan.io/token/0xB3319f5D18Bc0D84dD1b4825Dcde5d5f7266d407",
- "status": "abandoned",
- "id": "0xB3319f5D18Bc0D84dD1b4825Dcde5d5f7266d407"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB3319f5D18Bc0D84dD1b4825Dcde5d5f7266d407/logo.png b/blockchains/ethereum/assets/0xB3319f5D18Bc0D84dD1b4825Dcde5d5f7266d407/logo.png
deleted file mode 100644
index 877e5f2652646..0000000000000
Binary files a/blockchains/ethereum/assets/0xB3319f5D18Bc0D84dD1b4825Dcde5d5f7266d407/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB348cB0638b2399aE598b5575D5c12e0F15d3690/info.json b/blockchains/ethereum/assets/0xB348cB0638b2399aE598b5575D5c12e0F15d3690/info.json
deleted file mode 100644
index 55d4d54728d74..0000000000000
--- a/blockchains/ethereum/assets/0xB348cB0638b2399aE598b5575D5c12e0F15d3690/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "allbandex",
- "symbol": "ABDX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB348cB0638b2399aE598b5575D5c12e0F15d3690",
- "status": "abandoned",
- "id": "0xB348cB0638b2399aE598b5575D5c12e0F15d3690"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB348cB0638b2399aE598b5575D5c12e0F15d3690/logo.png b/blockchains/ethereum/assets/0xB348cB0638b2399aE598b5575D5c12e0F15d3690/logo.png
deleted file mode 100755
index 07d26c7467e3b..0000000000000
Binary files a/blockchains/ethereum/assets/0xB348cB0638b2399aE598b5575D5c12e0F15d3690/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB351dA6ffEbd5DddD1dA037929FCf334d6B4A8D5/info.json b/blockchains/ethereum/assets/0xB351dA6ffEbd5DddD1dA037929FCf334d6B4A8D5/info.json
deleted file mode 100644
index 7c1e0fe30adff..0000000000000
--- a/blockchains/ethereum/assets/0xB351dA6ffEbd5DddD1dA037929FCf334d6B4A8D5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Flit Token",
- "symbol": "FLT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://flittoken.com/",
- "explorer": "https://etherscan.io/token/0xB351dA6ffEbd5DddD1dA037929FCf334d6B4A8D5",
- "status": "abandoned",
- "id": "0xB351dA6ffEbd5DddD1dA037929FCf334d6B4A8D5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB351dA6ffEbd5DddD1dA037929FCf334d6B4A8D5/logo.png b/blockchains/ethereum/assets/0xB351dA6ffEbd5DddD1dA037929FCf334d6B4A8D5/logo.png
deleted file mode 100644
index 985766566c461..0000000000000
Binary files a/blockchains/ethereum/assets/0xB351dA6ffEbd5DddD1dA037929FCf334d6B4A8D5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB3673209fF0109f75432fa29FD29AE19F89Cb902/info.json b/blockchains/ethereum/assets/0xB3673209fF0109f75432fa29FD29AE19F89Cb902/info.json
deleted file mode 100644
index fdb1df0c921ff..0000000000000
--- a/blockchains/ethereum/assets/0xB3673209fF0109f75432fa29FD29AE19F89Cb902/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WAKBLOCK",
- "symbol": "WAK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB3673209fF0109f75432fa29FD29AE19F89Cb902",
- "status": "abandoned",
- "id": "0xB3673209fF0109f75432fa29FD29AE19F89Cb902"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB3673209fF0109f75432fa29FD29AE19F89Cb902/logo.png b/blockchains/ethereum/assets/0xB3673209fF0109f75432fa29FD29AE19F89Cb902/logo.png
deleted file mode 100644
index 87d20b2ac8bc7..0000000000000
Binary files a/blockchains/ethereum/assets/0xB3673209fF0109f75432fa29FD29AE19F89Cb902/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB36bCc08cc3f998Ab54ceC6D0996c3c4f6F63666/info.json b/blockchains/ethereum/assets/0xB36bCc08cc3f998Ab54ceC6D0996c3c4f6F63666/info.json
deleted file mode 100644
index 9f1d90d3a6ffe..0000000000000
--- a/blockchains/ethereum/assets/0xB36bCc08cc3f998Ab54ceC6D0996c3c4f6F63666/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XSAPPHIRE",
- "symbol": "XSAP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB36bCc08cc3f998Ab54ceC6D0996c3c4f6F63666",
- "status": "abandoned",
- "id": "0xB36bCc08cc3f998Ab54ceC6D0996c3c4f6F63666"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB36bCc08cc3f998Ab54ceC6D0996c3c4f6F63666/logo.png b/blockchains/ethereum/assets/0xB36bCc08cc3f998Ab54ceC6D0996c3c4f6F63666/logo.png
deleted file mode 100644
index 6eed304109f7c..0000000000000
Binary files a/blockchains/ethereum/assets/0xB36bCc08cc3f998Ab54ceC6D0996c3c4f6F63666/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB3742Ca2e6E8E9F707886Fd37BB3ba8159DD85d3/info.json b/blockchains/ethereum/assets/0xB3742Ca2e6E8E9F707886Fd37BB3ba8159DD85d3/info.json
deleted file mode 100644
index 24f10900421e6..0000000000000
--- a/blockchains/ethereum/assets/0xB3742Ca2e6E8E9F707886Fd37BB3ba8159DD85d3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GreatBritishPoundToken",
- "symbol": "GBPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB3742Ca2e6E8E9F707886Fd37BB3ba8159DD85d3",
- "status": "abandoned",
- "id": "0xB3742Ca2e6E8E9F707886Fd37BB3ba8159DD85d3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB3742Ca2e6E8E9F707886Fd37BB3ba8159DD85d3/logo.png b/blockchains/ethereum/assets/0xB3742Ca2e6E8E9F707886Fd37BB3ba8159DD85d3/logo.png
deleted file mode 100644
index ef2f5334b53ce..0000000000000
Binary files a/blockchains/ethereum/assets/0xB3742Ca2e6E8E9F707886Fd37BB3ba8159DD85d3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB3775fB83F7D12A36E0475aBdD1FCA35c091efBe/info.json b/blockchains/ethereum/assets/0xB3775fB83F7D12A36E0475aBdD1FCA35c091efBe/info.json
deleted file mode 100644
index 131ea7823f7cb..0000000000000
--- a/blockchains/ethereum/assets/0xB3775fB83F7D12A36E0475aBdD1FCA35c091efBe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PowH3D",
- "symbol": "P3D",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB3775fB83F7D12A36E0475aBdD1FCA35c091efBe",
- "status": "abandoned",
- "id": "0xB3775fB83F7D12A36E0475aBdD1FCA35c091efBe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB3775fB83F7D12A36E0475aBdD1FCA35c091efBe/logo.png b/blockchains/ethereum/assets/0xB3775fB83F7D12A36E0475aBdD1FCA35c091efBe/logo.png
deleted file mode 100755
index 90bac3aa60a4a..0000000000000
Binary files a/blockchains/ethereum/assets/0xB3775fB83F7D12A36E0475aBdD1FCA35c091efBe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB37a769B37224449d92AAc57dE379E1267Cd3B00/info.json b/blockchains/ethereum/assets/0xB37a769B37224449d92AAc57dE379E1267Cd3B00/info.json
deleted file mode 100644
index b75d0aafb65a1..0000000000000
--- a/blockchains/ethereum/assets/0xB37a769B37224449d92AAc57dE379E1267Cd3B00/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Covalent Token",
- "symbol": "COVA",
- "type": "ERC20",
- "decimals": 18,
- "description": "COVA Unity is a blockchain protocol that allows the monetization of enterprise data without compromising user data privacy.",
- "website": "http://covalent.ai",
- "explorer": "https://etherscan.io/token/0xB37a769B37224449d92AAc57dE379E1267Cd3B00",
- "status": "active",
- "id": "0xB37a769B37224449d92AAc57dE379E1267Cd3B00"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB37a769B37224449d92AAc57dE379E1267Cd3B00/logo.png b/blockchains/ethereum/assets/0xB37a769B37224449d92AAc57dE379E1267Cd3B00/logo.png
deleted file mode 100644
index 331cdedbaf5e3..0000000000000
Binary files a/blockchains/ethereum/assets/0xB37a769B37224449d92AAc57dE379E1267Cd3B00/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB3e2Cb7CccfE139f8FF84013823Bf22dA6B6390A/info.json b/blockchains/ethereum/assets/0xB3e2Cb7CccfE139f8FF84013823Bf22dA6B6390A/info.json
deleted file mode 100644
index c8e303cce97e9..0000000000000
--- a/blockchains/ethereum/assets/0xB3e2Cb7CccfE139f8FF84013823Bf22dA6B6390A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Iconiq Lab Token",
- "symbol": "ICNQ",
- "type": "ERC20",
- "decimals": 18,
- "description": "Iconiq Lab is the world’s rst batch-driven accelerator program for prospective ICO projects. Through our own token launch, we will raise the capital necessary to provide seed funding to the best projects and management teams interested in launching an ICO.",
- "website": "https://iconicholding.com/icnq-token/",
- "explorer": "https://etherscan.io/token/0xB3e2Cb7CccfE139f8FF84013823Bf22dA6B6390A",
- "status": "active",
- "id": "0xB3e2Cb7CccfE139f8FF84013823Bf22dA6B6390A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB3e2Cb7CccfE139f8FF84013823Bf22dA6B6390A/logo.png b/blockchains/ethereum/assets/0xB3e2Cb7CccfE139f8FF84013823Bf22dA6B6390A/logo.png
deleted file mode 100644
index b568820d4ab9f..0000000000000
Binary files a/blockchains/ethereum/assets/0xB3e2Cb7CccfE139f8FF84013823Bf22dA6B6390A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB41422D5a1d5d5C73c229686935b40F881502785/info.json b/blockchains/ethereum/assets/0xB41422D5a1d5d5C73c229686935b40F881502785/info.json
deleted file mode 100644
index 295c8f3c5c275..0000000000000
--- a/blockchains/ethereum/assets/0xB41422D5a1d5d5C73c229686935b40F881502785/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PayFair Token",
- "symbol": "PFR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB41422D5a1d5d5C73c229686935b40F881502785",
- "status": "abandoned",
- "id": "0xB41422D5a1d5d5C73c229686935b40F881502785"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB41422D5a1d5d5C73c229686935b40F881502785/logo.png b/blockchains/ethereum/assets/0xB41422D5a1d5d5C73c229686935b40F881502785/logo.png
deleted file mode 100644
index 7f915221926b1..0000000000000
Binary files a/blockchains/ethereum/assets/0xB41422D5a1d5d5C73c229686935b40F881502785/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB414F8Ec2D14c64f37B1559CBE43746284514596/info.json b/blockchains/ethereum/assets/0xB414F8Ec2D14c64f37B1559CBE43746284514596/info.json
deleted file mode 100644
index 8ae1abb2c72cb..0000000000000
--- a/blockchains/ethereum/assets/0xB414F8Ec2D14c64f37B1559CBE43746284514596/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fitcash",
- "symbol": "FTH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.fitcash.co",
- "explorer": "https://etherscan.io/token/0xB414F8Ec2D14c64f37B1559CBE43746284514596",
- "status": "abandoned",
- "id": "0xB414F8Ec2D14c64f37B1559CBE43746284514596"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB414F8Ec2D14c64f37B1559CBE43746284514596/logo.png b/blockchains/ethereum/assets/0xB414F8Ec2D14c64f37B1559CBE43746284514596/logo.png
deleted file mode 100644
index 4aca1d6a8044b..0000000000000
Binary files a/blockchains/ethereum/assets/0xB414F8Ec2D14c64f37B1559CBE43746284514596/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB417fA71A03A9bADBf962589F2478353fd5693e2/info.json b/blockchains/ethereum/assets/0xB417fA71A03A9bADBf962589F2478353fd5693e2/info.json
deleted file mode 100644
index 768254b345d88..0000000000000
--- a/blockchains/ethereum/assets/0xB417fA71A03A9bADBf962589F2478353fd5693e2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coin Display Network",
- "symbol": "CDN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB417fA71A03A9bADBf962589F2478353fd5693e2",
- "status": "abandoned",
- "id": "0xB417fA71A03A9bADBf962589F2478353fd5693e2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB417fA71A03A9bADBf962589F2478353fd5693e2/logo.png b/blockchains/ethereum/assets/0xB417fA71A03A9bADBf962589F2478353fd5693e2/logo.png
deleted file mode 100644
index 6089557bb1841..0000000000000
Binary files a/blockchains/ethereum/assets/0xB417fA71A03A9bADBf962589F2478353fd5693e2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB422e605fBd765B80D2C4b5d8196C2f94144438B/info.json b/blockchains/ethereum/assets/0xB422e605fBd765B80D2C4b5d8196C2f94144438B/info.json
deleted file mode 100644
index f4a16162971a6..0000000000000
--- a/blockchains/ethereum/assets/0xB422e605fBd765B80D2C4b5d8196C2f94144438B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "3X Short Litecoin Token",
- "symbol": "LTCBEAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ftx.com/tokens/LTCBEAR",
- "explorer": "https://etherscan.io/token/0xB422e605fBd765B80D2C4b5d8196C2f94144438B",
- "status": "abandoned",
- "id": "0xB422e605fBd765B80D2C4b5d8196C2f94144438B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB422e605fBd765B80D2C4b5d8196C2f94144438B/logo.png b/blockchains/ethereum/assets/0xB422e605fBd765B80D2C4b5d8196C2f94144438B/logo.png
deleted file mode 100644
index a8cc1f578d450..0000000000000
Binary files a/blockchains/ethereum/assets/0xB422e605fBd765B80D2C4b5d8196C2f94144438B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB4272071eCAdd69d933AdcD19cA99fe80664fc08/info.json b/blockchains/ethereum/assets/0xB4272071eCAdd69d933AdcD19cA99fe80664fc08/info.json
deleted file mode 100644
index 360654043a2af..0000000000000
--- a/blockchains/ethereum/assets/0xB4272071eCAdd69d933AdcD19cA99fe80664fc08/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "CryptoFranc",
- "symbol": "XCHF",
- "type": "ERC20",
- "decimals": 18,
- "description": "The CryptoFranc (XCHF) is a stable coin bound to the Swiss Franc and classifies as a payment token in accordance with the FINMA ICO guidelines.",
- "website": "https://www.swisscryptotokens.ch",
- "explorer": "https://etherscan.io/token/0xB4272071eCAdd69d933AdcD19cA99fe80664fc08",
- "status": "active",
- "id": "0xB4272071eCAdd69d933AdcD19cA99fe80664fc08",
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB4272071eCAdd69d933AdcD19cA99fe80664fc08/logo.png b/blockchains/ethereum/assets/0xB4272071eCAdd69d933AdcD19cA99fe80664fc08/logo.png
deleted file mode 100644
index 5cebdc4b044a9..0000000000000
Binary files a/blockchains/ethereum/assets/0xB4272071eCAdd69d933AdcD19cA99fe80664fc08/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB4467E8D621105312a914F1D42f10770C0Ffe3c8/info.json b/blockchains/ethereum/assets/0xB4467E8D621105312a914F1D42f10770C0Ffe3c8/info.json
deleted file mode 100644
index 58760e503770d..0000000000000
--- a/blockchains/ethereum/assets/0xB4467E8D621105312a914F1D42f10770C0Ffe3c8/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "FLASH (old)",
- "website": "https://flashstake.io",
- "description": "FLASH - The time travel of money.",
- "explorer": "https://etherscan.io/token/0xB4467E8D621105312a914F1D42f10770C0Ffe3c8",
- "symbol": "FLASH",
- "type": "ERC20",
- "decimals": 18,
- "status": "abandoned",
- "id": "0xB4467E8D621105312a914F1D42f10770C0Ffe3c8",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Flashstake"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB4467E8D621105312a914F1D42f10770C0Ffe3c8/logo.png b/blockchains/ethereum/assets/0xB4467E8D621105312a914F1D42f10770C0Ffe3c8/logo.png
deleted file mode 100644
index 594c876ea4786..0000000000000
Binary files a/blockchains/ethereum/assets/0xB4467E8D621105312a914F1D42f10770C0Ffe3c8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB45a50545bEEAB73F38F31E5973768C421805E5E/info.json b/blockchains/ethereum/assets/0xB45a50545bEEAB73F38F31E5973768C421805E5E/info.json
deleted file mode 100644
index 110659531215f..0000000000000
--- a/blockchains/ethereum/assets/0xB45a50545bEEAB73F38F31E5973768C421805E5E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TKRToken",
- "symbol": "TKR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB45a50545bEEAB73F38F31E5973768C421805E5E",
- "status": "abandoned",
- "id": "0xB45a50545bEEAB73F38F31E5973768C421805E5E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB45a50545bEEAB73F38F31E5973768C421805E5E/logo.png b/blockchains/ethereum/assets/0xB45a50545bEEAB73F38F31E5973768C421805E5E/logo.png
deleted file mode 100644
index a82c62e51a79f..0000000000000
Binary files a/blockchains/ethereum/assets/0xB45a50545bEEAB73F38F31E5973768C421805E5E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB47e9b43eE0772aBaC3856a1ADF8f90C0e6c1067/info.json b/blockchains/ethereum/assets/0xB47e9b43eE0772aBaC3856a1ADF8f90C0e6c1067/info.json
deleted file mode 100644
index b02538aec7b5f..0000000000000
--- a/blockchains/ethereum/assets/0xB47e9b43eE0772aBaC3856a1ADF8f90C0e6c1067/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Faxports Coins",
- "symbol": "FAS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB47e9b43eE0772aBaC3856a1ADF8f90C0e6c1067",
- "status": "abandoned",
- "id": "0xB47e9b43eE0772aBaC3856a1ADF8f90C0e6c1067"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB47e9b43eE0772aBaC3856a1ADF8f90C0e6c1067/logo.png b/blockchains/ethereum/assets/0xB47e9b43eE0772aBaC3856a1ADF8f90C0e6c1067/logo.png
deleted file mode 100644
index cdb8640d4e18c..0000000000000
Binary files a/blockchains/ethereum/assets/0xB47e9b43eE0772aBaC3856a1ADF8f90C0e6c1067/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB48B7E5bF6563B3e0A85055821A83Deb8CFc12f6/info.json b/blockchains/ethereum/assets/0xB48B7E5bF6563B3e0A85055821A83Deb8CFc12f6/info.json
deleted file mode 100644
index 943ad7d38e7d3..0000000000000
--- a/blockchains/ethereum/assets/0xB48B7E5bF6563B3e0A85055821A83Deb8CFc12f6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NOVA",
- "symbol": "NOVA",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "http://www.85nova.com/",
- "explorer": "https://etherscan.io/token/0xB48B7E5bF6563B3e0A85055821A83Deb8CFc12f6",
- "status": "abandoned",
- "id": "0xB48B7E5bF6563B3e0A85055821A83Deb8CFc12f6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB48B7E5bF6563B3e0A85055821A83Deb8CFc12f6/logo.png b/blockchains/ethereum/assets/0xB48B7E5bF6563B3e0A85055821A83Deb8CFc12f6/logo.png
deleted file mode 100644
index 2821dac99c250..0000000000000
Binary files a/blockchains/ethereum/assets/0xB48B7E5bF6563B3e0A85055821A83Deb8CFc12f6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB4DA9B3a8c3DA21Cd2d3D5656d12E8EB6d6934Ee/info.json b/blockchains/ethereum/assets/0xB4DA9B3a8c3DA21Cd2d3D5656d12E8EB6d6934Ee/info.json
deleted file mode 100644
index d0326695225a2..0000000000000
--- a/blockchains/ethereum/assets/0xB4DA9B3a8c3DA21Cd2d3D5656d12E8EB6d6934Ee/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR V3/3561",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB4DA9B3a8c3DA21Cd2d3D5656d12E8EB6d6934Ee",
- "status": "abandoned",
- "id": "0xB4DA9B3a8c3DA21Cd2d3D5656d12E8EB6d6934Ee"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB4DA9B3a8c3DA21Cd2d3D5656d12E8EB6d6934Ee/logo.png b/blockchains/ethereum/assets/0xB4DA9B3a8c3DA21Cd2d3D5656d12E8EB6d6934Ee/logo.png
deleted file mode 100644
index 5ccc16372d566..0000000000000
Binary files a/blockchains/ethereum/assets/0xB4DA9B3a8c3DA21Cd2d3D5656d12E8EB6d6934Ee/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB4EFd85c19999D84251304bDA99E90B92300Bd93/info.json b/blockchains/ethereum/assets/0xB4EFd85c19999D84251304bDA99E90B92300Bd93/info.json
deleted file mode 100644
index 1fe7f99aa8807..0000000000000
--- a/blockchains/ethereum/assets/0xB4EFd85c19999D84251304bDA99E90B92300Bd93/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Rocket Pool",
- "symbol": "RPL",
- "type": "ERC20",
- "decimals": 18,
- "description": "Rocket Pool (RPL) is a cryptocurrency and operates on the Ethereum platform. Decentralised Proof of Stake Pool",
- "website": "https://www.rocketpool.net",
- "explorer": "https://etherscan.io/token/0xB4EFd85c19999D84251304bDA99E90B92300Bd93",
- "status": "abandoned",
- "id": "0xB4EFd85c19999D84251304bDA99E90B92300Bd93",
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB4a677B0E363c3815d46326954a4E4d2B1ACe357/info.json b/blockchains/ethereum/assets/0xB4a677B0E363c3815d46326954a4E4d2B1ACe357/info.json
deleted file mode 100644
index fcfeadc6e6abd..0000000000000
--- a/blockchains/ethereum/assets/0xB4a677B0E363c3815d46326954a4E4d2B1ACe357/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "THENODE",
- "symbol": "THE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://the-node.foundation/",
- "explorer": "https://etherscan.io/token/0xB4a677B0E363c3815d46326954a4E4d2B1ACe357",
- "status": "abandoned",
- "id": "0xB4a677B0E363c3815d46326954a4E4d2B1ACe357"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB4a677B0E363c3815d46326954a4E4d2B1ACe357/logo.png b/blockchains/ethereum/assets/0xB4a677B0E363c3815d46326954a4E4d2B1ACe357/logo.png
deleted file mode 100644
index 56a25e97cdc8f..0000000000000
Binary files a/blockchains/ethereum/assets/0xB4a677B0E363c3815d46326954a4E4d2B1ACe357/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB4ae194a0DCF1B4080b164C1d775ee06E0817305/info.json b/blockchains/ethereum/assets/0xB4ae194a0DCF1B4080b164C1d775ee06E0817305/info.json
deleted file mode 100644
index cb2a5d35004a8..0000000000000
--- a/blockchains/ethereum/assets/0xB4ae194a0DCF1B4080b164C1d775ee06E0817305/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Super Saiya-jin token",
- "website": "https://dapp.dfohub.com/?addr=0xd5F8E370130ebBF6dF7bF742866ff056331Fd73C",
- "description": "The first ever existed -Item Token-. An experimental token acting both as ERC 20 and both as ERC 1155, also governance token of the buidlers Sandbox.",
- "explorer": "https://etherscan.io/token/0xB4ae194a0DCF1B4080b164C1d775ee06E0817305",
- "type": "ERC20",
- "symbol": "SSJ",
- "decimals": 18,
- "status": "active",
- "id": "0xB4ae194a0DCF1B4080b164C1d775ee06E0817305",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/b-u-i-d-l/super-saiyan-token"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB4ae194a0DCF1B4080b164C1d775ee06E0817305/logo.png b/blockchains/ethereum/assets/0xB4ae194a0DCF1B4080b164C1d775ee06E0817305/logo.png
deleted file mode 100644
index 0256283de5483..0000000000000
Binary files a/blockchains/ethereum/assets/0xB4ae194a0DCF1B4080b164C1d775ee06E0817305/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB4b1D2C217EC0776584CE08D3DD98F90EDedA44b/info.json b/blockchains/ethereum/assets/0xB4b1D2C217EC0776584CE08D3DD98F90EDedA44b/info.json
deleted file mode 100644
index 90d45d2f5e449..0000000000000
--- a/blockchains/ethereum/assets/0xB4b1D2C217EC0776584CE08D3DD98F90EDedA44b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Climatecoin",
- "symbol": "CO2",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://climatecoin.io",
- "explorer": "https://etherscan.io/token/0xB4b1D2C217EC0776584CE08D3DD98F90EDedA44b",
- "status": "abandoned",
- "id": "0xB4b1D2C217EC0776584CE08D3DD98F90EDedA44b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB4b1D2C217EC0776584CE08D3DD98F90EDedA44b/logo.png b/blockchains/ethereum/assets/0xB4b1D2C217EC0776584CE08D3DD98F90EDedA44b/logo.png
deleted file mode 100755
index a6e858f115064..0000000000000
Binary files a/blockchains/ethereum/assets/0xB4b1D2C217EC0776584CE08D3DD98F90EDedA44b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB4b9DC1C77bdbb135eA907fd5a08094d98883A35/info.json b/blockchains/ethereum/assets/0xB4b9DC1C77bdbb135eA907fd5a08094d98883A35/info.json
deleted file mode 100644
index ff4941d421f31..0000000000000
--- a/blockchains/ethereum/assets/0xB4b9DC1C77bdbb135eA907fd5a08094d98883A35/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "SWEAT",
- "type": "ERC20",
- "symbol": "SWEAT",
- "decimals": 18,
- "website": "https://sweateconomy.com/",
- "description": "Welcome to Sweat Economy. An ecosystem designed to bring value to your movement, and inspire a healthier, wealthier planet.",
- "explorer": "https://etherscan.io/token/0xb4b9dc1c77bdbb135ea907fd5a08094d98883a35",
- "status": "active",
- "id": "0xB4b9DC1C77bdbb135eA907fd5a08094d98883A35",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/SweatEconomy"
- },
- {
- "name": "whitepaper",
- "url": "https://drive.google.com/file/d/1IPklRcEQvgJkCaeYvGh43yjWl-Dj5_6i/view"
- },
- {
- "name": "discord",
- "url": "https://discord.com/sweateconomy"
- },
- {
- "name": "telegram",
- "url": "https://t.me/sweateconomy"
- }
- ],
- "tags": [
- "nft"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xB4b9DC1C77bdbb135eA907fd5a08094d98883A35/logo.png b/blockchains/ethereum/assets/0xB4b9DC1C77bdbb135eA907fd5a08094d98883A35/logo.png
deleted file mode 100644
index b071fbc3b039f..0000000000000
Binary files a/blockchains/ethereum/assets/0xB4b9DC1C77bdbb135eA907fd5a08094d98883A35/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB4d930279552397bbA2ee473229f89Ec245bc365/info.json b/blockchains/ethereum/assets/0xB4d930279552397bbA2ee473229f89Ec245bc365/info.json
deleted file mode 100644
index bb32f2c7a486e..0000000000000
--- a/blockchains/ethereum/assets/0xB4d930279552397bbA2ee473229f89Ec245bc365/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "MahaDAO",
- "website": "https://mahadao.com/",
- "description": "Mahadao introduces non-depreciating currency ARTH coin, a new kind of money that maintains it's buying power irrespective of which direction the market moves.",
- "explorer": "https://etherscan.io/token/0xb4d930279552397bba2ee473229f89ec245bc365",
- "type": "ERC20",
- "symbol": "MAHA",
- "decimals": 18,
- "status": "abandoned",
- "id": "0xB4d930279552397bbA2ee473229f89Ec245bc365",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/TheMahaDAO"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mahadao"
- },
- {
- "name": "medium",
- "url": "https://medium.com/mahadao"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1/info.json b/blockchains/ethereum/assets/0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1/info.json
deleted file mode 100644
index 201792a751975..0000000000000
--- a/blockchains/ethereum/assets/0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Arbitrum",
- "type": "ERC20",
- "symbol": "ARB",
- "decimals": 18,
- "website": "https://arbitrum.foundation/",
- "description": "$ARB tokens can be used to vote on Arbitrum DAO governance proposals, allowing $ARB holders to collectively shape the future of Arbitrum protocols and chains. Token holders can also delegate their voting power to delegates.",
- "explorer": "https://etherscan.io/token/0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1",
- "status": "active",
- "id": "0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/arbitrum"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.arbitrum.foundation/deployment-addresses"
- },
- {
- "name": "discord",
- "url": "https://discord.com/arbitrum"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/arbitrum-iou/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1/logo.png b/blockchains/ethereum/assets/0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1/logo.png
deleted file mode 100644
index 5402ed6bc17ad..0000000000000
Binary files a/blockchains/ethereum/assets/0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB53AC311087965D9e085515EfbE1380B2cA4De9a/info.json b/blockchains/ethereum/assets/0xB53AC311087965D9e085515EfbE1380B2cA4De9a/info.json
deleted file mode 100644
index 649a92f11a7be..0000000000000
--- a/blockchains/ethereum/assets/0xB53AC311087965D9e085515EfbE1380B2cA4De9a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WITEE",
- "symbol": "WTE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB53AC311087965D9e085515EfbE1380B2cA4De9a",
- "status": "abandoned",
- "id": "0xB53AC311087965D9e085515EfbE1380B2cA4De9a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB53AC311087965D9e085515EfbE1380B2cA4De9a/logo.png b/blockchains/ethereum/assets/0xB53AC311087965D9e085515EfbE1380B2cA4De9a/logo.png
deleted file mode 100644
index 1aea45a0afc33..0000000000000
Binary files a/blockchains/ethereum/assets/0xB53AC311087965D9e085515EfbE1380B2cA4De9a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB53e08B97724126Bda6d237B94F766c0b81C90fE/info.json b/blockchains/ethereum/assets/0xB53e08B97724126Bda6d237B94F766c0b81C90fE/info.json
deleted file mode 100644
index b72b8b086f358..0000000000000
--- a/blockchains/ethereum/assets/0xB53e08B97724126Bda6d237B94F766c0b81C90fE/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "PIXBY",
- "website": "https://pixby.io",
- "description": "Designed to reward longterm PIXBY holders.",
- "explorer": "https://etherscan.io/token/0xB53e08B97724126Bda6d237B94F766c0b81C90fE",
- "type": "ERC20",
- "symbol": "PIXBY",
- "decimals": 18,
- "status": "active",
- "id": "0xB53e08B97724126Bda6d237B94F766c0b81C90fE",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/pixbytoken"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB53e08B97724126Bda6d237B94F766c0b81C90fE/logo.png b/blockchains/ethereum/assets/0xB53e08B97724126Bda6d237B94F766c0b81C90fE/logo.png
deleted file mode 100644
index ef513c12db632..0000000000000
Binary files a/blockchains/ethereum/assets/0xB53e08B97724126Bda6d237B94F766c0b81C90fE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB58A2ebBB0Abe5797c78D69DBc419e98eB7A3b52/info.json b/blockchains/ethereum/assets/0xB58A2ebBB0Abe5797c78D69DBc419e98eB7A3b52/info.json
deleted file mode 100644
index e4c4e21380a37..0000000000000
--- a/blockchains/ethereum/assets/0xB58A2ebBB0Abe5797c78D69DBc419e98eB7A3b52/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ecnar Token",
- "symbol": "ECNAR",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB58A2ebBB0Abe5797c78D69DBc419e98eB7A3b52",
- "status": "abandoned",
- "id": "0xB58A2ebBB0Abe5797c78D69DBc419e98eB7A3b52"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB58A2ebBB0Abe5797c78D69DBc419e98eB7A3b52/logo.png b/blockchains/ethereum/assets/0xB58A2ebBB0Abe5797c78D69DBc419e98eB7A3b52/logo.png
deleted file mode 100644
index aebfb10ed7020..0000000000000
Binary files a/blockchains/ethereum/assets/0xB58A2ebBB0Abe5797c78D69DBc419e98eB7A3b52/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB58B0B858dAbD762c063Ea0F22f2FA3397474529/info.json b/blockchains/ethereum/assets/0xB58B0B858dAbD762c063Ea0F22f2FA3397474529/info.json
deleted file mode 100644
index f0edcb8d97ec3..0000000000000
--- a/blockchains/ethereum/assets/0xB58B0B858dAbD762c063Ea0F22f2FA3397474529/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "i Trade",
- "symbol": "ITR",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB58B0B858dAbD762c063Ea0F22f2FA3397474529",
- "status": "abandoned",
- "id": "0xB58B0B858dAbD762c063Ea0F22f2FA3397474529"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB58B0B858dAbD762c063Ea0F22f2FA3397474529/logo.png b/blockchains/ethereum/assets/0xB58B0B858dAbD762c063Ea0F22f2FA3397474529/logo.png
deleted file mode 100644
index c24bd43070702..0000000000000
Binary files a/blockchains/ethereum/assets/0xB58B0B858dAbD762c063Ea0F22f2FA3397474529/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB58a6ab4972d6584cb6AFBA679eDb5acD8BfD1ec/info.json b/blockchains/ethereum/assets/0xB58a6ab4972d6584cb6AFBA679eDb5acD8BfD1ec/info.json
deleted file mode 100644
index 5054a244128f1..0000000000000
--- a/blockchains/ethereum/assets/0xB58a6ab4972d6584cb6AFBA679eDb5acD8BfD1ec/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Token Network",
- "symbol": "TNX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB58a6ab4972d6584cb6AFBA679eDb5acD8BfD1ec",
- "status": "abandoned",
- "id": "0xB58a6ab4972d6584cb6AFBA679eDb5acD8BfD1ec"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB58a6ab4972d6584cb6AFBA679eDb5acD8BfD1ec/logo.png b/blockchains/ethereum/assets/0xB58a6ab4972d6584cb6AFBA679eDb5acD8BfD1ec/logo.png
deleted file mode 100644
index bca1795c1d474..0000000000000
Binary files a/blockchains/ethereum/assets/0xB58a6ab4972d6584cb6AFBA679eDb5acD8BfD1ec/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB5AE848EdB296C21259b7467331467d2647eEcDf/info.json b/blockchains/ethereum/assets/0xB5AE848EdB296C21259b7467331467d2647eEcDf/info.json
deleted file mode 100644
index 2b25354b97e42..0000000000000
--- a/blockchains/ethereum/assets/0xB5AE848EdB296C21259b7467331467d2647eEcDf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lemo",
- "symbol": "LEMO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB5AE848EdB296C21259b7467331467d2647eEcDf",
- "status": "abandoned",
- "id": "0xB5AE848EdB296C21259b7467331467d2647eEcDf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB5AE848EdB296C21259b7467331467d2647eEcDf/logo.png b/blockchains/ethereum/assets/0xB5AE848EdB296C21259b7467331467d2647eEcDf/logo.png
deleted file mode 100644
index 9dd428eef5023..0000000000000
Binary files a/blockchains/ethereum/assets/0xB5AE848EdB296C21259b7467331467d2647eEcDf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB5Ca46cF1da09248126682a7bd72401fd7A6b151/info.json b/blockchains/ethereum/assets/0xB5Ca46cF1da09248126682a7bd72401fd7A6b151/info.json
deleted file mode 100644
index c415a55149025..0000000000000
--- a/blockchains/ethereum/assets/0xB5Ca46cF1da09248126682a7bd72401fd7A6b151/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Provoco Token",
- "symbol": "VOCO",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Provoco social challenge network is an example of how blockchain technology offers trust, openness and security that may be beneficial for mass users, where everyone will find their own space. Monetization and gamification will give incentives to raise, accept and accomplish a wide range of private and public challenges, creating thousands of engaging activities and content.",
- "website": "https://provoco.me/",
- "explorer": "https://etherscan.io/token/0xB5Ca46cF1da09248126682a7bd72401fd7A6b151",
- "status": "active",
- "id": "0xB5Ca46cF1da09248126682a7bd72401fd7A6b151"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB5Ca46cF1da09248126682a7bd72401fd7A6b151/logo.png b/blockchains/ethereum/assets/0xB5Ca46cF1da09248126682a7bd72401fd7A6b151/logo.png
deleted file mode 100644
index 97158e91c2de7..0000000000000
Binary files a/blockchains/ethereum/assets/0xB5Ca46cF1da09248126682a7bd72401fd7A6b151/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB5DBC6D3cf380079dF3b27135664b6BCF45D1869/info.json b/blockchains/ethereum/assets/0xB5DBC6D3cf380079dF3b27135664b6BCF45D1869/info.json
deleted file mode 100644
index 282dc5548750a..0000000000000
--- a/blockchains/ethereum/assets/0xB5DBC6D3cf380079dF3b27135664b6BCF45D1869/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Omix",
- "symbol": "OMX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://shivom.io/",
- "explorer": "https://etherscan.io/token/0xB5DBC6D3cf380079dF3b27135664b6BCF45D1869",
- "status": "abandoned",
- "id": "0xB5DBC6D3cf380079dF3b27135664b6BCF45D1869"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB5DBC6D3cf380079dF3b27135664b6BCF45D1869/logo.png b/blockchains/ethereum/assets/0xB5DBC6D3cf380079dF3b27135664b6BCF45D1869/logo.png
deleted file mode 100755
index 61cedf1159826..0000000000000
Binary files a/blockchains/ethereum/assets/0xB5DBC6D3cf380079dF3b27135664b6BCF45D1869/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB5FE099475d3030DDe498c3BB6F3854F762A48Ad/info.json b/blockchains/ethereum/assets/0xB5FE099475d3030DDe498c3BB6F3854F762A48Ad/info.json
deleted file mode 100644
index ca02e9c435923..0000000000000
--- a/blockchains/ethereum/assets/0xB5FE099475d3030DDe498c3BB6F3854F762A48Ad/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "FNK",
- "website": "https://fnktoken.com",
- "description": "Token FNK. Ready-made solutions for maximum profit",
- "explorer": "https://etherscan.io/token/0xb5fe099475d3030dde498c3bb6f3854f762a48ad",
- "type": "ERC20",
- "symbol": "FNK",
- "decimals": 18,
- "status": "active",
- "id": "0xB5FE099475d3030DDe498c3BB6F3854F762A48Ad",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ethereum"
- },
- {
- "name": "telegram",
- "url": "https://t.me/fnktoken"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/finiko.token"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB5FE099475d3030DDe498c3BB6F3854F762A48Ad/logo.png b/blockchains/ethereum/assets/0xB5FE099475d3030DDe498c3BB6F3854F762A48Ad/logo.png
deleted file mode 100644
index c545848e6b25f..0000000000000
Binary files a/blockchains/ethereum/assets/0xB5FE099475d3030DDe498c3BB6F3854F762A48Ad/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB5cc99F4Ff0EcAA55D705e83106296E00E507f93/info.json b/blockchains/ethereum/assets/0xB5cc99F4Ff0EcAA55D705e83106296E00E507f93/info.json
deleted file mode 100644
index 467ed7b91edcd..0000000000000
--- a/blockchains/ethereum/assets/0xB5cc99F4Ff0EcAA55D705e83106296E00E507f93/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Alteryx Labs",
- "symbol": "ALT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB5cc99F4Ff0EcAA55D705e83106296E00E507f93",
- "status": "abandoned",
- "id": "0xB5cc99F4Ff0EcAA55D705e83106296E00E507f93"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB5cc99F4Ff0EcAA55D705e83106296E00E507f93/logo.png b/blockchains/ethereum/assets/0xB5cc99F4Ff0EcAA55D705e83106296E00E507f93/logo.png
deleted file mode 100644
index c5e47df3f1ab8..0000000000000
Binary files a/blockchains/ethereum/assets/0xB5cc99F4Ff0EcAA55D705e83106296E00E507f93/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB5f1942b7dB0CD28dbbCEF1e5f8456cB7866B1c4/info.json b/blockchains/ethereum/assets/0xB5f1942b7dB0CD28dbbCEF1e5f8456cB7866B1c4/info.json
deleted file mode 100644
index 60bcd524a063e..0000000000000
--- a/blockchains/ethereum/assets/0xB5f1942b7dB0CD28dbbCEF1e5f8456cB7866B1c4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CEXT",
- "symbol": "CEXT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB5f1942b7dB0CD28dbbCEF1e5f8456cB7866B1c4",
- "status": "abandoned",
- "id": "0xB5f1942b7dB0CD28dbbCEF1e5f8456cB7866B1c4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB5f1942b7dB0CD28dbbCEF1e5f8456cB7866B1c4/logo.png b/blockchains/ethereum/assets/0xB5f1942b7dB0CD28dbbCEF1e5f8456cB7866B1c4/logo.png
deleted file mode 100644
index 4c45f2da2ea98..0000000000000
Binary files a/blockchains/ethereum/assets/0xB5f1942b7dB0CD28dbbCEF1e5f8456cB7866B1c4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206/info.json b/blockchains/ethereum/assets/0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206/info.json
deleted file mode 100644
index 0bd673f3ef671..0000000000000
--- a/blockchains/ethereum/assets/0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Nexo",
- "website": "http://nexo.io",
- "description": "NEXO (NEXO) is a compliant token that is backed by the underlying assets of Nexo’s loan portfolio.",
- "explorer": "https://etherscan.io/token/0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206",
- "type": "ERC20",
- "symbol": "NEXO",
- "decimals": 18,
- "status": "active",
- "id": "0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/nexofinance/NEXO-Token/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/NexoFinance"
- },
- {
- "name": "blog",
- "url": "https://medium.com/nexo"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/NexoFinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/nexofinance"
- },
- {
- "name": "whitepaper",
- "url": "https://nexo.io/assets/downloads/Nexo-Whitepaper.pdf?=a"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/nexo/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206/logo.png b/blockchains/ethereum/assets/0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206/logo.png
deleted file mode 100644
index 3d006cea5504a..0000000000000
Binary files a/blockchains/ethereum/assets/0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB6259685685235c1eF4B8529e7105f00BD42b9f8/info.json b/blockchains/ethereum/assets/0xB6259685685235c1eF4B8529e7105f00BD42b9f8/info.json
deleted file mode 100644
index 02ad6d5eb93c8..0000000000000
--- a/blockchains/ethereum/assets/0xB6259685685235c1eF4B8529e7105f00BD42b9f8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RRChain",
- "symbol": "RRC",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB6259685685235c1eF4B8529e7105f00BD42b9f8",
- "status": "active",
- "id": "0xB6259685685235c1eF4B8529e7105f00BD42b9f8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB6259685685235c1eF4B8529e7105f00BD42b9f8/logo.png b/blockchains/ethereum/assets/0xB6259685685235c1eF4B8529e7105f00BD42b9f8/logo.png
deleted file mode 100644
index ec775ad71d821..0000000000000
Binary files a/blockchains/ethereum/assets/0xB6259685685235c1eF4B8529e7105f00BD42b9f8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB63B606Ac810a52cCa15e44bB630fd42D8d1d83d/info.json b/blockchains/ethereum/assets/0xB63B606Ac810a52cCa15e44bB630fd42D8d1d83d/info.json
deleted file mode 100644
index d75eb5a1a74ab..0000000000000
--- a/blockchains/ethereum/assets/0xB63B606Ac810a52cCa15e44bB630fd42D8d1d83d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Monaco",
- "website": "https://crypto.com",
- "description": "Crypto.com provides a powerful alternative to traditional financial services, turning its vision of ”cryptocurrency in every wallet” into reality, one customer at a time.",
- "explorer": "https://etherscan.io/token/0xB63B606Ac810a52cCa15e44bB630fd42D8d1d83d",
- "type": "ERC20",
- "symbol": "MCO",
- "decimals": 8,
- "status": "active",
- "id": "0xB63B606Ac810a52cCa15e44bB630fd42D8d1d83d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB63B606Ac810a52cCa15e44bB630fd42D8d1d83d/logo.png b/blockchains/ethereum/assets/0xB63B606Ac810a52cCa15e44bB630fd42D8d1d83d/logo.png
deleted file mode 100644
index b4da841f73b94..0000000000000
Binary files a/blockchains/ethereum/assets/0xB63B606Ac810a52cCa15e44bB630fd42D8d1d83d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB63ffE88c2903080cCf9AB14EfA56A11E3e01273/info.json b/blockchains/ethereum/assets/0xB63ffE88c2903080cCf9AB14EfA56A11E3e01273/info.json
deleted file mode 100644
index 34ed8cbba5b8d..0000000000000
--- a/blockchains/ethereum/assets/0xB63ffE88c2903080cCf9AB14EfA56A11E3e01273/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mobiicoin",
- "symbol": "MBC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB63ffE88c2903080cCf9AB14EfA56A11E3e01273",
- "status": "abandoned",
- "id": "0xB63ffE88c2903080cCf9AB14EfA56A11E3e01273"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB63ffE88c2903080cCf9AB14EfA56A11E3e01273/logo.png b/blockchains/ethereum/assets/0xB63ffE88c2903080cCf9AB14EfA56A11E3e01273/logo.png
deleted file mode 100644
index 603e530773e91..0000000000000
Binary files a/blockchains/ethereum/assets/0xB63ffE88c2903080cCf9AB14EfA56A11E3e01273/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC/info.json b/blockchains/ethereum/assets/0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC/info.json
deleted file mode 100644
index fefee88271980..0000000000000
--- a/blockchains/ethereum/assets/0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Storj",
- "website": "https://storj.io",
- "description": "Storj (STORJ) hopes to provide decentralised cloud storage to its community.",
- "explorer": "https://etherscan.io/token/0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC",
- "type": "ERC20",
- "symbol": "STORJ",
- "decimals": 8,
- "status": "active",
- "id": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC/logo.png b/blockchains/ethereum/assets/0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC/logo.png
deleted file mode 100644
index a43ba84ff96b8..0000000000000
Binary files a/blockchains/ethereum/assets/0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB65aA347A28d40039f62F3a488c9FD2799cB5a95/info.json b/blockchains/ethereum/assets/0xB65aA347A28d40039f62F3a488c9FD2799cB5a95/info.json
deleted file mode 100644
index cf87e1cde020f..0000000000000
--- a/blockchains/ethereum/assets/0xB65aA347A28d40039f62F3a488c9FD2799cB5a95/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Void Reserve Currency",
- "website": "http://vrc.surge.sh/",
- "description": "Void Reserve Currency will provide staking rewards via an inverse funnel system. All transactions to the staking pool are taxed, and dividends paid to existing stakeholders.",
- "explorer": "https://etherscan.io/token/0xB65aA347A28d40039f62F3a488c9FD2799cB5a95",
- "type": "ERC20",
- "symbol": "VRC",
- "decimals": 18,
- "status": "active",
- "id": "0xB65aA347A28d40039f62F3a488c9FD2799cB5a95",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/voidreserve"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB65aA347A28d40039f62F3a488c9FD2799cB5a95/logo.png b/blockchains/ethereum/assets/0xB65aA347A28d40039f62F3a488c9FD2799cB5a95/logo.png
deleted file mode 100644
index d47918f5444dd..0000000000000
Binary files a/blockchains/ethereum/assets/0xB65aA347A28d40039f62F3a488c9FD2799cB5a95/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB662CA3C91cb0811845f404bE7EE6dfc8E0B72e5/info.json b/blockchains/ethereum/assets/0xB662CA3C91cb0811845f404bE7EE6dfc8E0B72e5/info.json
deleted file mode 100644
index fd0f8eccc5995..0000000000000
--- a/blockchains/ethereum/assets/0xB662CA3C91cb0811845f404bE7EE6dfc8E0B72e5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hack",
- "symbol": "HACK",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB662CA3C91cb0811845f404bE7EE6dfc8E0B72e5",
- "status": "abandoned",
- "id": "0xB662CA3C91cb0811845f404bE7EE6dfc8E0B72e5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB662CA3C91cb0811845f404bE7EE6dfc8E0B72e5/logo.png b/blockchains/ethereum/assets/0xB662CA3C91cb0811845f404bE7EE6dfc8E0B72e5/logo.png
deleted file mode 100644
index c759e89361387..0000000000000
Binary files a/blockchains/ethereum/assets/0xB662CA3C91cb0811845f404bE7EE6dfc8E0B72e5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB663DF075579FdCAA17E4335aB8E7189BdEBe69b/info.json b/blockchains/ethereum/assets/0xB663DF075579FdCAA17E4335aB8E7189BdEBe69b/info.json
deleted file mode 100644
index 33883c5ae26a3..0000000000000
--- a/blockchains/ethereum/assets/0xB663DF075579FdCAA17E4335aB8E7189BdEBe69b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NARCO",
- "symbol": "NARCO",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB663DF075579FdCAA17E4335aB8E7189BdEBe69b",
- "status": "abandoned",
- "id": "0xB663DF075579FdCAA17E4335aB8E7189BdEBe69b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB663DF075579FdCAA17E4335aB8E7189BdEBe69b/logo.png b/blockchains/ethereum/assets/0xB663DF075579FdCAA17E4335aB8E7189BdEBe69b/logo.png
deleted file mode 100644
index 14f2e96012098..0000000000000
Binary files a/blockchains/ethereum/assets/0xB663DF075579FdCAA17E4335aB8E7189BdEBe69b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB66A2131A6B840dd020151f80723CAED603eFB51/info.json b/blockchains/ethereum/assets/0xB66A2131A6B840dd020151f80723CAED603eFB51/info.json
deleted file mode 100644
index f4bd05cc6a5df..0000000000000
--- a/blockchains/ethereum/assets/0xB66A2131A6B840dd020151f80723CAED603eFB51/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NNB Token",
- "symbol": "NNB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.coinbull.one/",
- "explorer": "https://etherscan.io/token/0xB66A2131A6B840dd020151f80723CAED603eFB51",
- "status": "abandoned",
- "id": "0xB66A2131A6B840dd020151f80723CAED603eFB51"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB66A2131A6B840dd020151f80723CAED603eFB51/logo.png b/blockchains/ethereum/assets/0xB66A2131A6B840dd020151f80723CAED603eFB51/logo.png
deleted file mode 100644
index d5fc3f4a068b5..0000000000000
Binary files a/blockchains/ethereum/assets/0xB66A2131A6B840dd020151f80723CAED603eFB51/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB67718b98d52318240c52E71A898335da4A28c42/info.json b/blockchains/ethereum/assets/0xB67718b98d52318240c52E71A898335da4A28c42/info.json
deleted file mode 100644
index 485b61ffa8ca1..0000000000000
--- a/blockchains/ethereum/assets/0xB67718b98d52318240c52E71A898335da4A28c42/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "InnovativeBioresearchCoin",
- "symbol": "INNBC",
- "type": "ERC20",
- "decimals": 6,
- "description": "INNBC is a crypto-asset issued by Innovative Bioresearch Ltd, a biotech company performing novel biomedical research in the field of HIV, cancer, and regeneration research, as well as developing decentralized solutions for processing clinical data generated by human trials.",
- "website": "https://www.innovativebioresearch.com/",
- "explorer": "https://etherscan.io/token/0xB67718b98d52318240c52E71A898335da4A28c42",
- "status": "active",
- "id": "0xB67718b98d52318240c52E71A898335da4A28c42"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB67718b98d52318240c52E71A898335da4A28c42/logo.png b/blockchains/ethereum/assets/0xB67718b98d52318240c52E71A898335da4A28c42/logo.png
deleted file mode 100644
index 2c56a5c2a0c2f..0000000000000
Binary files a/blockchains/ethereum/assets/0xB67718b98d52318240c52E71A898335da4A28c42/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB68042de5B3dA08a80C20d29aEFab999D0848385/info.json b/blockchains/ethereum/assets/0xB68042de5B3dA08a80C20d29aEFab999D0848385/info.json
deleted file mode 100644
index 53521f13bd32f..0000000000000
--- a/blockchains/ethereum/assets/0xB68042de5B3dA08a80C20d29aEFab999D0848385/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "iDAG SPACE",
- "symbol": "iDAG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB68042de5B3dA08a80C20d29aEFab999D0848385",
- "status": "abandoned",
- "id": "0xB68042de5B3dA08a80C20d29aEFab999D0848385"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB68042de5B3dA08a80C20d29aEFab999D0848385/logo.png b/blockchains/ethereum/assets/0xB68042de5B3dA08a80C20d29aEFab999D0848385/logo.png
deleted file mode 100644
index 932811c9293f4..0000000000000
Binary files a/blockchains/ethereum/assets/0xB68042de5B3dA08a80C20d29aEFab999D0848385/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB6957bf56805FaeD7f1bAe30EAEbE918B8baFF71/info.json b/blockchains/ethereum/assets/0xB6957bf56805FaeD7f1bAe30EAEbE918B8baFF71/info.json
deleted file mode 100644
index 3e32651eeeceb..0000000000000
--- a/blockchains/ethereum/assets/0xB6957bf56805FaeD7f1bAe30EAEbE918B8baFF71/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JILT ",
- "symbol": "JLT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB6957bf56805FaeD7f1bAe30EAEbE918B8baFF71",
- "status": "abandoned",
- "id": "0xB6957bf56805FaeD7f1bAe30EAEbE918B8baFF71"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB6957bf56805FaeD7f1bAe30EAEbE918B8baFF71/logo.png b/blockchains/ethereum/assets/0xB6957bf56805FaeD7f1bAe30EAEbE918B8baFF71/logo.png
deleted file mode 100644
index dca4b0fc15757..0000000000000
Binary files a/blockchains/ethereum/assets/0xB6957bf56805FaeD7f1bAe30EAEbE918B8baFF71/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB6Ca7399B4F9CA56FC27cBfF44F4d2e4Eef1fc81/info.json b/blockchains/ethereum/assets/0xB6Ca7399B4F9CA56FC27cBfF44F4d2e4Eef1fc81/info.json
deleted file mode 100644
index 4c7cefa1d6cfd..0000000000000
--- a/blockchains/ethereum/assets/0xB6Ca7399B4F9CA56FC27cBfF44F4d2e4Eef1fc81/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Muse DAO",
- "symbol": "MUSE",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xB6Ca7399B4F9CA56FC27cBfF44F4d2e4Eef1fc81"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB6Ca7399B4F9CA56FC27cBfF44F4d2e4Eef1fc81/logo.png b/blockchains/ethereum/assets/0xB6Ca7399B4F9CA56FC27cBfF44F4d2e4Eef1fc81/logo.png
deleted file mode 100644
index b04822b42b631..0000000000000
Binary files a/blockchains/ethereum/assets/0xB6Ca7399B4F9CA56FC27cBfF44F4d2e4Eef1fc81/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB6D14Df0f2Cf6c9bb33F0B61b4474b0364c7440e/info.json b/blockchains/ethereum/assets/0xB6D14Df0f2Cf6c9bb33F0B61b4474b0364c7440e/info.json
deleted file mode 100644
index c8e2a39da8299..0000000000000
--- a/blockchains/ethereum/assets/0xB6D14Df0f2Cf6c9bb33F0B61b4474b0364c7440e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EGW-WISHMAX",
- "symbol": "WIEG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB6D14Df0f2Cf6c9bb33F0B61b4474b0364c7440e",
- "status": "abandoned",
- "id": "0xB6D14Df0f2Cf6c9bb33F0B61b4474b0364c7440e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB6D14Df0f2Cf6c9bb33F0B61b4474b0364c7440e/logo.png b/blockchains/ethereum/assets/0xB6D14Df0f2Cf6c9bb33F0B61b4474b0364c7440e/logo.png
deleted file mode 100644
index 7328b3dba6d85..0000000000000
Binary files a/blockchains/ethereum/assets/0xB6D14Df0f2Cf6c9bb33F0B61b4474b0364c7440e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB6d945CAc888ffC1c76FDBE28e9F50E8B3b8252a/info.json b/blockchains/ethereum/assets/0xB6d945CAc888ffC1c76FDBE28e9F50E8B3b8252a/info.json
deleted file mode 100644
index 7625c31740420..0000000000000
--- a/blockchains/ethereum/assets/0xB6d945CAc888ffC1c76FDBE28e9F50E8B3b8252a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "the token",
- "symbol": "XCC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB6d945CAc888ffC1c76FDBE28e9F50E8B3b8252a",
- "status": "abandoned",
- "id": "0xB6d945CAc888ffC1c76FDBE28e9F50E8B3b8252a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB6d945CAc888ffC1c76FDBE28e9F50E8B3b8252a/logo.png b/blockchains/ethereum/assets/0xB6d945CAc888ffC1c76FDBE28e9F50E8B3b8252a/logo.png
deleted file mode 100644
index bd19ca0412172..0000000000000
Binary files a/blockchains/ethereum/assets/0xB6d945CAc888ffC1c76FDBE28e9F50E8B3b8252a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB6eC8C3a347f66a3d7C4F39D6DD68A422E69E81d/info.json b/blockchains/ethereum/assets/0xB6eC8C3a347f66a3d7C4F39D6DD68A422E69E81d/info.json
deleted file mode 100644
index a7de66ca8f12e..0000000000000
--- a/blockchains/ethereum/assets/0xB6eC8C3a347f66a3d7C4F39D6DD68A422E69E81d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Catholic Coin",
- "symbol": "CTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB6eC8C3a347f66a3d7C4F39D6DD68A422E69E81d",
- "status": "abandoned",
- "id": "0xB6eC8C3a347f66a3d7C4F39D6DD68A422E69E81d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB6eC8C3a347f66a3d7C4F39D6DD68A422E69E81d/logo.png b/blockchains/ethereum/assets/0xB6eC8C3a347f66a3d7C4F39D6DD68A422E69E81d/logo.png
deleted file mode 100755
index 1759a98519c8b..0000000000000
Binary files a/blockchains/ethereum/assets/0xB6eC8C3a347f66a3d7C4F39D6DD68A422E69E81d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB6eD7644C69416d67B522e20bC294A9a9B405B31/info.json b/blockchains/ethereum/assets/0xB6eD7644C69416d67B522e20bC294A9a9B405B31/info.json
deleted file mode 100644
index 8548d44f54af3..0000000000000
--- a/blockchains/ethereum/assets/0xB6eD7644C69416d67B522e20bC294A9a9B405B31/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "0xBitcoin Token",
- "symbol": "0xBTC",
- "type": "ERC20",
- "decimals": 8,
- "description": "0xBitcoin (0xBTC) is a mineable ERC20 token that operates on the Ethereum platform. Users are able to generate 0xBitcoin's through the process of mining. 0xBitcoin aims to be the main cryptocurrency and store of value on the Ethereum platform.",
- "website": "https://0xbitcoin.org/",
- "explorer": "https://etherscan.io/token/0xB6eD7644C69416d67B522e20bC294A9a9B405B31",
- "status": "active",
- "id": "0xB6eD7644C69416d67B522e20bC294A9a9B405B31"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB6eD7644C69416d67B522e20bC294A9a9B405B31/logo.png b/blockchains/ethereum/assets/0xB6eD7644C69416d67B522e20bC294A9a9B405B31/logo.png
deleted file mode 100644
index 4fa18c9b2ca39..0000000000000
Binary files a/blockchains/ethereum/assets/0xB6eD7644C69416d67B522e20bC294A9a9B405B31/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB6eE603933E024d8d53dDE3faa0bf98fE2a3d6f1/info.json b/blockchains/ethereum/assets/0xB6eE603933E024d8d53dDE3faa0bf98fE2a3d6f1/info.json
deleted file mode 100644
index af92aca6ff475..0000000000000
--- a/blockchains/ethereum/assets/0xB6eE603933E024d8d53dDE3faa0bf98fE2a3d6f1/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "DeFiat",
- "website": "https://defiat.net",
- "description": "DeFiat is the first gateway to decentralized financial services with fully-embedded governance, loyalty discounts, and deflationary mechanisms at its core.",
- "explorer": "https://etherscan.io/token/0xB6eE603933E024d8d53dDE3faa0bf98fE2a3d6f1",
- "type": "ERC20",
- "symbol": "DFT",
- "decimals": 18,
- "status": "active",
- "id": "0xB6eE603933E024d8d53dDE3faa0bf98fE2a3d6f1",
- "tags": [
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB6eE603933E024d8d53dDE3faa0bf98fE2a3d6f1/logo.png b/blockchains/ethereum/assets/0xB6eE603933E024d8d53dDE3faa0bf98fE2a3d6f1/logo.png
deleted file mode 100644
index 6dc58677b69e3..0000000000000
Binary files a/blockchains/ethereum/assets/0xB6eE603933E024d8d53dDE3faa0bf98fE2a3d6f1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB6ff96B8A8d214544Ca0dBc9B33f7AD6503eFD32/info.json b/blockchains/ethereum/assets/0xB6ff96B8A8d214544Ca0dBc9B33f7AD6503eFD32/info.json
deleted file mode 100644
index 18c8e06f1e8bf..0000000000000
--- a/blockchains/ethereum/assets/0xB6ff96B8A8d214544Ca0dBc9B33f7AD6503eFD32/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "SYNC",
- "website": "https://syncbond.com",
- "description": "SYNC is the underlying reward token for the NFT CryptoBond DeFi protocol.",
- "explorer": "https://etherscan.io/token/0xB6ff96B8A8d214544Ca0dBc9B33f7AD6503eFD32",
- "type": "ERC20",
- "symbol": "SYNC",
- "decimals": 18,
- "status": "active",
- "id": "0xB6ff96B8A8d214544Ca0dBc9B33f7AD6503eFD32",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/C-O-F-E/CBONDS"
- },
- {
- "name": "whitepaper",
- "url": "https://syncbond.com/sync_whitepaper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB6ff96B8A8d214544Ca0dBc9B33f7AD6503eFD32/logo.png b/blockchains/ethereum/assets/0xB6ff96B8A8d214544Ca0dBc9B33f7AD6503eFD32/logo.png
deleted file mode 100644
index 396dd040c5643..0000000000000
Binary files a/blockchains/ethereum/assets/0xB6ff96B8A8d214544Ca0dBc9B33f7AD6503eFD32/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB705268213D593B8FD88d3FDEFF93AFF5CbDcfAE/info.json b/blockchains/ethereum/assets/0xB705268213D593B8FD88d3FDEFF93AFF5CbDcfAE/info.json
deleted file mode 100644
index b293f47a6d33f..0000000000000
--- a/blockchains/ethereum/assets/0xB705268213D593B8FD88d3FDEFF93AFF5CbDcfAE/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "IDEX",
- "website": "https://idex.market",
- "description": "The IDEX token is the primary token of IDEX, enabling users to directly contribute to and benefit from the project.",
- "explorer": "https://etherscan.io/token/0xB705268213D593B8FD88d3FDEFF93AFF5CbDcfAE",
- "research": "https://research.binance.com/en/projects/idex",
- "type": "ERC20",
- "symbol": "IDEX",
- "decimals": 18,
- "status": "active",
- "id": "0xB705268213D593B8FD88d3FDEFF93AFF5CbDcfAE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB705268213D593B8FD88d3FDEFF93AFF5CbDcfAE/logo.png b/blockchains/ethereum/assets/0xB705268213D593B8FD88d3FDEFF93AFF5CbDcfAE/logo.png
deleted file mode 100644
index 02e10cbad5764..0000000000000
Binary files a/blockchains/ethereum/assets/0xB705268213D593B8FD88d3FDEFF93AFF5CbDcfAE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB70835D7822eBB9426B56543E391846C107bd32C/info.json b/blockchains/ethereum/assets/0xB70835D7822eBB9426B56543E391846C107bd32C/info.json
deleted file mode 100644
index 6f445a0e299e8..0000000000000
--- a/blockchains/ethereum/assets/0xB70835D7822eBB9426B56543E391846C107bd32C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Game.com Token",
- "symbol": "GTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Game.com (GTC) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "http://www.game.com",
- "explorer": "https://etherscan.io/token/0xB70835D7822eBB9426B56543E391846C107bd32C",
- "status": "active",
- "id": "0xB70835D7822eBB9426B56543E391846C107bd32C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB70835D7822eBB9426B56543E391846C107bd32C/logo.png b/blockchains/ethereum/assets/0xB70835D7822eBB9426B56543E391846C107bd32C/logo.png
deleted file mode 100644
index e6fba65df4949..0000000000000
Binary files a/blockchains/ethereum/assets/0xB70835D7822eBB9426B56543E391846C107bd32C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB72B31907C1C95F3650b64b2469e08EdACeE5e8F/info.json b/blockchains/ethereum/assets/0xB72B31907C1C95F3650b64b2469e08EdACeE5e8F/info.json
deleted file mode 100644
index 38146f3c51f33..0000000000000
--- a/blockchains/ethereum/assets/0xB72B31907C1C95F3650b64b2469e08EdACeE5e8F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "bZx Vesting Token",
- "website": "https://bzx.network",
- "description": "vBZRX is a BZRX token wrapped into Vesting Contract",
- "explorer": "https://etherscan.io/token/0xB72B31907C1C95F3650b64b2469e08EdACeE5e8F",
- "type": "ERC20",
- "symbol": "vBZRX",
- "decimals": 18,
- "status": "active",
- "id": "0xB72B31907C1C95F3650b64b2469e08EdACeE5e8F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB72B31907C1C95F3650b64b2469e08EdACeE5e8F/logo.png b/blockchains/ethereum/assets/0xB72B31907C1C95F3650b64b2469e08EdACeE5e8F/logo.png
deleted file mode 100644
index 4dff6fae73689..0000000000000
Binary files a/blockchains/ethereum/assets/0xB72B31907C1C95F3650b64b2469e08EdACeE5e8F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB7C638E1fD669bD5c1af1512C0fE9FDfdb031958/info.json b/blockchains/ethereum/assets/0xB7C638E1fD669bD5c1af1512C0fE9FDfdb031958/info.json
deleted file mode 100644
index 291db93de727c..0000000000000
--- a/blockchains/ethereum/assets/0xB7C638E1fD669bD5c1af1512C0fE9FDfdb031958/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ubiqwifi",
- "symbol": "UBIQ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB7C638E1fD669bD5c1af1512C0fE9FDfdb031958",
- "status": "abandoned",
- "id": "0xB7C638E1fD669bD5c1af1512C0fE9FDfdb031958"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB7C638E1fD669bD5c1af1512C0fE9FDfdb031958/logo.png b/blockchains/ethereum/assets/0xB7C638E1fD669bD5c1af1512C0fE9FDfdb031958/logo.png
deleted file mode 100644
index 30f7ef5a718fe..0000000000000
Binary files a/blockchains/ethereum/assets/0xB7C638E1fD669bD5c1af1512C0fE9FDfdb031958/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB7c4A82936194FEE52a4E3d4cEC3415f74507532/info.json b/blockchains/ethereum/assets/0xB7c4A82936194FEE52a4E3d4cEC3415f74507532/info.json
deleted file mode 100644
index 9dcd64f8ff506..0000000000000
--- a/blockchains/ethereum/assets/0xB7c4A82936194FEE52a4E3d4cEC3415f74507532/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IBTC",
- "symbol": "IBTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB7c4A82936194FEE52a4E3d4cEC3415f74507532",
- "status": "abandoned",
- "id": "0xB7c4A82936194FEE52a4E3d4cEC3415f74507532"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB7c4A82936194FEE52a4E3d4cEC3415f74507532/logo.png b/blockchains/ethereum/assets/0xB7c4A82936194FEE52a4E3d4cEC3415f74507532/logo.png
deleted file mode 100644
index c2f58d5a1e31b..0000000000000
Binary files a/blockchains/ethereum/assets/0xB7c4A82936194FEE52a4E3d4cEC3415f74507532/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB802b24E0637c2B87D2E8b7784C055BBE921011a/info.json b/blockchains/ethereum/assets/0xB802b24E0637c2B87D2E8b7784C055BBE921011a/info.json
deleted file mode 100644
index 441211acda978..0000000000000
--- a/blockchains/ethereum/assets/0xB802b24E0637c2B87D2E8b7784C055BBE921011a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EthereumMovieVenture",
- "symbol": "EMV",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB802b24E0637c2B87D2E8b7784C055BBE921011a",
- "status": "abandoned",
- "id": "0xB802b24E0637c2B87D2E8b7784C055BBE921011a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB802b24E0637c2B87D2E8b7784C055BBE921011a/logo.png b/blockchains/ethereum/assets/0xB802b24E0637c2B87D2E8b7784C055BBE921011a/logo.png
deleted file mode 100644
index 8cda935d33df8..0000000000000
Binary files a/blockchains/ethereum/assets/0xB802b24E0637c2B87D2E8b7784C055BBE921011a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB805f6A1AB2Eda71B9C741D5eBD71dbd2f0959f7/info.json b/blockchains/ethereum/assets/0xB805f6A1AB2Eda71B9C741D5eBD71dbd2f0959f7/info.json
deleted file mode 100644
index b7116f5df89a4..0000000000000
--- a/blockchains/ethereum/assets/0xB805f6A1AB2Eda71B9C741D5eBD71dbd2f0959f7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C573715",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB805f6A1AB2Eda71B9C741D5eBD71dbd2f0959f7",
- "status": "abandoned",
- "id": "0xB805f6A1AB2Eda71B9C741D5eBD71dbd2f0959f7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB805f6A1AB2Eda71B9C741D5eBD71dbd2f0959f7/logo.png b/blockchains/ethereum/assets/0xB805f6A1AB2Eda71B9C741D5eBD71dbd2f0959f7/logo.png
deleted file mode 100644
index 710cb56970285..0000000000000
Binary files a/blockchains/ethereum/assets/0xB805f6A1AB2Eda71B9C741D5eBD71dbd2f0959f7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB813879550B7c7B7f59F83962e86e5fAA7E763a1/info.json b/blockchains/ethereum/assets/0xB813879550B7c7B7f59F83962e86e5fAA7E763a1/info.json
deleted file mode 100644
index 2292383c80ac6..0000000000000
--- a/blockchains/ethereum/assets/0xB813879550B7c7B7f59F83962e86e5fAA7E763a1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BuidlersVault",
- "symbol": "buidler",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB813879550B7c7B7f59F83962e86e5fAA7E763a1",
- "status": "abandoned",
- "id": "0xB813879550B7c7B7f59F83962e86e5fAA7E763a1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB813879550B7c7B7f59F83962e86e5fAA7E763a1/logo.png b/blockchains/ethereum/assets/0xB813879550B7c7B7f59F83962e86e5fAA7E763a1/logo.png
deleted file mode 100644
index 4b4d84b9f3f42..0000000000000
Binary files a/blockchains/ethereum/assets/0xB813879550B7c7B7f59F83962e86e5fAA7E763a1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB81D70802a816B5DacBA06D708B5acF19DcD436D/info.json b/blockchains/ethereum/assets/0xB81D70802a816B5DacBA06D708B5acF19DcD436D/info.json
deleted file mode 100644
index 23da815ae7237..0000000000000
--- a/blockchains/ethereum/assets/0xB81D70802a816B5DacBA06D708B5acF19DcD436D/info.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "Dextoken Governance",
- "website": "https://flowchain.co/",
- "description": "Dextoken is a DeFi infrastructure and is managed by the Dextoken Governance (DEXG) holders. Dextoken proposed Speculative AMM, one of the simplest price conversion algorithm, to build decentralized exchanges.",
- "explorer": "https://etherscan.io/token/0xB81D70802a816B5DacBA06D708B5acF19DcD436D",
- "research": "",
- "type": "ERC20",
- "symbol": "DEXG",
- "decimals": 18,
- "status": "active",
- "id": "0xB81D70802a816B5DacBA06D708B5acF19DcD436D",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/flowchain"
- },
- {
- "name": "whitepaper",
- "url": "https://flowchain.co/publication.html"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB81D70802a816B5DacBA06D708B5acF19DcD436D/logo.png b/blockchains/ethereum/assets/0xB81D70802a816B5DacBA06D708B5acF19DcD436D/logo.png
deleted file mode 100644
index a4dbb56c3c424..0000000000000
Binary files a/blockchains/ethereum/assets/0xB81D70802a816B5DacBA06D708B5acF19DcD436D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB8366948B4A3F07BcBf14EB1739daA42A26b07c4/info.json b/blockchains/ethereum/assets/0xB8366948B4A3F07BcBf14EB1739daA42A26b07c4/info.json
deleted file mode 100644
index ec2101849ba0b..0000000000000
--- a/blockchains/ethereum/assets/0xB8366948B4A3F07BcBf14EB1739daA42A26b07c4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VALOBIT",
- "symbol": "VBIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Valobit Technology is described to be an advanced cybersecurity solution that will proactively identify hackers and distribute their profile information to the protected community over blockchain.",
- "website": "https://valobit.io",
- "explorer": "https://etherscan.io/token/0xB8366948B4A3F07BcBf14EB1739daA42A26b07c4",
- "status": "active",
- "id": "0xB8366948B4A3F07BcBf14EB1739daA42A26b07c4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB8366948B4A3F07BcBf14EB1739daA42A26b07c4/logo.png b/blockchains/ethereum/assets/0xB8366948B4A3F07BcBf14EB1739daA42A26b07c4/logo.png
deleted file mode 100644
index 4a0a700383da5..0000000000000
Binary files a/blockchains/ethereum/assets/0xB8366948B4A3F07BcBf14EB1739daA42A26b07c4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB83D46598d61a98EDdADDC33ED4adAA0eD496907/info.json b/blockchains/ethereum/assets/0xB83D46598d61a98EDdADDC33ED4adAA0eD496907/info.json
deleted file mode 100644
index d6b228ea30e8d..0000000000000
--- a/blockchains/ethereum/assets/0xB83D46598d61a98EDdADDC33ED4adAA0eD496907/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitelectroneum",
- "symbol": "BETN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB83D46598d61a98EDdADDC33ED4adAA0eD496907",
- "status": "abandoned",
- "id": "0xB83D46598d61a98EDdADDC33ED4adAA0eD496907"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB83D46598d61a98EDdADDC33ED4adAA0eD496907/logo.png b/blockchains/ethereum/assets/0xB83D46598d61a98EDdADDC33ED4adAA0eD496907/logo.png
deleted file mode 100644
index c7c69ab3ae055..0000000000000
Binary files a/blockchains/ethereum/assets/0xB83D46598d61a98EDdADDC33ED4adAA0eD496907/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB8647e90C0645152Fccf4d9AbB6B59Eb4AA99052/info.json b/blockchains/ethereum/assets/0xB8647e90C0645152Fccf4d9AbB6B59Eb4AA99052/info.json
deleted file mode 100644
index 374793779bf55..0000000000000
--- a/blockchains/ethereum/assets/0xB8647e90C0645152Fccf4d9AbB6B59Eb4AA99052/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KEYFI Token",
- "symbol": "KEYFI",
- "type": "ERC20",
- "decimals": 18,
- "description": "KeyFi is an all-in-one platform for tracking, swapping, and staking your tokens, and more.",
- "website": "https://keyfi.com",
- "explorer": "https://etherscan.io/token/0xB8647e90C0645152Fccf4d9AbB6B59Eb4AA99052",
- "status": "active",
- "id": "0xB8647e90C0645152Fccf4d9AbB6B59Eb4AA99052"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB8647e90C0645152Fccf4d9AbB6B59Eb4AA99052/logo.png b/blockchains/ethereum/assets/0xB8647e90C0645152Fccf4d9AbB6B59Eb4AA99052/logo.png
deleted file mode 100644
index 168c8a43d9247..0000000000000
Binary files a/blockchains/ethereum/assets/0xB8647e90C0645152Fccf4d9AbB6B59Eb4AA99052/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB868636A18c9935D9B259228851cC49245ae68A2/info.json b/blockchains/ethereum/assets/0xB868636A18c9935D9B259228851cC49245ae68A2/info.json
deleted file mode 100644
index e3c8b13a5ff93..0000000000000
--- a/blockchains/ethereum/assets/0xB868636A18c9935D9B259228851cC49245ae68A2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OPULENCE",
- "symbol": "OPLC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB868636A18c9935D9B259228851cC49245ae68A2",
- "status": "abandoned",
- "id": "0xB868636A18c9935D9B259228851cC49245ae68A2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB868636A18c9935D9B259228851cC49245ae68A2/logo.png b/blockchains/ethereum/assets/0xB868636A18c9935D9B259228851cC49245ae68A2/logo.png
deleted file mode 100755
index 295a1a10bb5ea..0000000000000
Binary files a/blockchains/ethereum/assets/0xB868636A18c9935D9B259228851cC49245ae68A2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB8742486C723793Cf5162bb5D3425ED9cD73D049/info.json b/blockchains/ethereum/assets/0xB8742486C723793Cf5162bb5D3425ED9cD73D049/info.json
deleted file mode 100644
index f5786890e88ad..0000000000000
--- a/blockchains/ethereum/assets/0xB8742486C723793Cf5162bb5D3425ED9cD73D049/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tcash",
- "symbol": "TCASH",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB8742486C723793Cf5162bb5D3425ED9cD73D049",
- "status": "abandoned",
- "id": "0xB8742486C723793Cf5162bb5D3425ED9cD73D049"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB8742486C723793Cf5162bb5D3425ED9cD73D049/logo.png b/blockchains/ethereum/assets/0xB8742486C723793Cf5162bb5D3425ED9cD73D049/logo.png
deleted file mode 100644
index 500c51442418e..0000000000000
Binary files a/blockchains/ethereum/assets/0xB8742486C723793Cf5162bb5D3425ED9cD73D049/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB8796542765747ed7F921FF12faff057b5D624D7/info.json b/blockchains/ethereum/assets/0xB8796542765747ed7F921FF12faff057b5D624D7/info.json
deleted file mode 100644
index 235fb3050a87a..0000000000000
--- a/blockchains/ethereum/assets/0xB8796542765747ed7F921FF12faff057b5D624D7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Void Token",
- "symbol": "VOID",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB8796542765747ed7F921FF12faff057b5D624D7",
- "status": "abandoned",
- "id": "0xB8796542765747ed7F921FF12faff057b5D624D7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB8796542765747ed7F921FF12faff057b5D624D7/logo.png b/blockchains/ethereum/assets/0xB8796542765747ed7F921FF12faff057b5D624D7/logo.png
deleted file mode 100644
index a74818a1273ea..0000000000000
Binary files a/blockchains/ethereum/assets/0xB8796542765747ed7F921FF12faff057b5D624D7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB879DA8b24c9b8685dE8526cF492E954f165D74b/info.json b/blockchains/ethereum/assets/0xB879DA8b24c9b8685dE8526cF492E954f165D74b/info.json
deleted file mode 100644
index d3ee9816b5271..0000000000000
--- a/blockchains/ethereum/assets/0xB879DA8b24c9b8685dE8526cF492E954f165D74b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MovieBloc",
- "symbol": "MBL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://moviebloc.io/",
- "explorer": "https://etherscan.io/token/0xB879DA8b24c9b8685dE8526cF492E954f165D74b",
- "status": "abandoned",
- "id": "0xB879DA8b24c9b8685dE8526cF492E954f165D74b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB879DA8b24c9b8685dE8526cF492E954f165D74b/logo.png b/blockchains/ethereum/assets/0xB879DA8b24c9b8685dE8526cF492E954f165D74b/logo.png
deleted file mode 100644
index bc54d267a12e5..0000000000000
Binary files a/blockchains/ethereum/assets/0xB879DA8b24c9b8685dE8526cF492E954f165D74b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB893A8049f250b57eFA8C62D51527a22404D7c9A/info.json b/blockchains/ethereum/assets/0xB893A8049f250b57eFA8C62D51527a22404D7c9A/info.json
deleted file mode 100644
index c71a1b6a4c35a..0000000000000
--- a/blockchains/ethereum/assets/0xB893A8049f250b57eFA8C62D51527a22404D7c9A/info.json
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "name": "American Shiba (USHIBA)",
- "type": "ERC20",
- "symbol": "USHIBA",
- "decimals": 9,
- "website": "https://americanshiba.info",
- "description": "USHIBA is a community token built on the Ethereum blockchain. It has been adopted by a strong and active community who believes passionately in decentralization and charity causes. The core team consists of more than thirty dedicated members from diverse backgrounds, all working hard to build a strong and lasting community. As holders of the USHIBA token, you're part of a community that is at the center of the Decentralized Finance movement.",
- "explorer": "https://etherscan.io/token/0xb893a8049f250b57efa8c62d51527a22404d7c9a",
- "status": "active",
- "id": "0xB893A8049f250b57eFA8C62D51527a22404D7c9A",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/USHIBAEcosystem?s=09"
- },
- {
- "name": "telegram",
- "url": "https://t.me/officialushiba"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/ushibauni"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/xXWv8vtDTu"
- },
- {
- "name": "whitepaper",
- "url": "https://americanshiba.info"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/AmericanShiba/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/watch?v=qfAcoOZj2Ew"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/groups/4024346514274988/?ref=share"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/american-shiba/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/american-shiba"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB893A8049f250b57eFA8C62D51527a22404D7c9A/logo.png b/blockchains/ethereum/assets/0xB893A8049f250b57eFA8C62D51527a22404D7c9A/logo.png
deleted file mode 100644
index b4e348191e79e..0000000000000
Binary files a/blockchains/ethereum/assets/0xB893A8049f250b57eFA8C62D51527a22404D7c9A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB89656b36f8bc6Df78a1f38BF80a3d32Bf706272/info.json b/blockchains/ethereum/assets/0xB89656b36f8bc6Df78a1f38BF80a3d32Bf706272/info.json
deleted file mode 100644
index bf33a7661cf5b..0000000000000
--- a/blockchains/ethereum/assets/0xB89656b36f8bc6Df78a1f38BF80a3d32Bf706272/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CityCashCoin",
- "symbol": "CITY",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB89656b36f8bc6Df78a1f38BF80a3d32Bf706272",
- "status": "abandoned",
- "id": "0xB89656b36f8bc6Df78a1f38BF80a3d32Bf706272"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB89656b36f8bc6Df78a1f38BF80a3d32Bf706272/logo.png b/blockchains/ethereum/assets/0xB89656b36f8bc6Df78a1f38BF80a3d32Bf706272/logo.png
deleted file mode 100755
index 9c57569716a02..0000000000000
Binary files a/blockchains/ethereum/assets/0xB89656b36f8bc6Df78a1f38BF80a3d32Bf706272/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB8992E45a223a6841250A005B0Ed3301a1Fef9BD/info.json b/blockchains/ethereum/assets/0xB8992E45a223a6841250A005B0Ed3301a1Fef9BD/info.json
deleted file mode 100644
index 1fc4f0782aefe..0000000000000
--- a/blockchains/ethereum/assets/0xB8992E45a223a6841250A005B0Ed3301a1Fef9BD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DOMCoin",
- "symbol": "DOMC",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB8992E45a223a6841250A005B0Ed3301a1Fef9BD",
- "status": "abandoned",
- "id": "0xB8992E45a223a6841250A005B0Ed3301a1Fef9BD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB8992E45a223a6841250A005B0Ed3301a1Fef9BD/logo.png b/blockchains/ethereum/assets/0xB8992E45a223a6841250A005B0Ed3301a1Fef9BD/logo.png
deleted file mode 100644
index b1bedb73816ff..0000000000000
Binary files a/blockchains/ethereum/assets/0xB8992E45a223a6841250A005B0Ed3301a1Fef9BD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB89D6804bEf1164C0B76B975ceF2907C606b5bBE/info.json b/blockchains/ethereum/assets/0xB89D6804bEf1164C0B76B975ceF2907C606b5bBE/info.json
deleted file mode 100644
index d740112945d71..0000000000000
--- a/blockchains/ethereum/assets/0xB89D6804bEf1164C0B76B975ceF2907C606b5bBE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Controlled Chaos Coin",
- "symbol": "CCC",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB89D6804bEf1164C0B76B975ceF2907C606b5bBE",
- "status": "abandoned",
- "id": "0xB89D6804bEf1164C0B76B975ceF2907C606b5bBE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB89D6804bEf1164C0B76B975ceF2907C606b5bBE/logo.png b/blockchains/ethereum/assets/0xB89D6804bEf1164C0B76B975ceF2907C606b5bBE/logo.png
deleted file mode 100644
index 1b587d6e3f0eb..0000000000000
Binary files a/blockchains/ethereum/assets/0xB89D6804bEf1164C0B76B975ceF2907C606b5bBE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB8BAa0e4287890a5F79863aB62b7F175ceCbD433/info.json b/blockchains/ethereum/assets/0xB8BAa0e4287890a5F79863aB62b7F175ceCbD433/info.json
deleted file mode 100644
index 079434eedf577..0000000000000
--- a/blockchains/ethereum/assets/0xB8BAa0e4287890a5F79863aB62b7F175ceCbD433/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "Swerve",
- "website": "https://swerve.fi/",
- "description": "A fork that's 100% community owned and governed.",
- "explorer": "https://etherscan.io/token/0xB8BAa0e4287890a5F79863aB62b7F175ceCbD433",
- "research": "https://research.binance.com/en/projects/swerve",
- "type": "ERC20",
- "symbol": "SWRV",
- "decimals": 18,
- "status": "active",
- "id": "0xB8BAa0e4287890a5F79863aB62b7F175ceCbD433",
- "tags": [
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB8BAa0e4287890a5F79863aB62b7F175ceCbD433/logo.png b/blockchains/ethereum/assets/0xB8BAa0e4287890a5F79863aB62b7F175ceCbD433/logo.png
deleted file mode 100644
index 476cc128edd2d..0000000000000
Binary files a/blockchains/ethereum/assets/0xB8BAa0e4287890a5F79863aB62b7F175ceCbD433/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB8DdC930c2bAB6c71610A2BE639036E829F9C10b/info.json b/blockchains/ethereum/assets/0xB8DdC930c2bAB6c71610A2BE639036E829F9C10b/info.json
deleted file mode 100644
index 6f9d5e8b86044..0000000000000
--- a/blockchains/ethereum/assets/0xB8DdC930c2bAB6c71610A2BE639036E829F9C10b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KWHCoin",
- "symbol": "KWH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://kwhcoin.com",
- "explorer": "https://etherscan.io/token/0xB8DdC930c2bAB6c71610A2BE639036E829F9C10b",
- "status": "abandoned",
- "id": "0xB8DdC930c2bAB6c71610A2BE639036E829F9C10b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB8DdC930c2bAB6c71610A2BE639036E829F9C10b/logo.png b/blockchains/ethereum/assets/0xB8DdC930c2bAB6c71610A2BE639036E829F9C10b/logo.png
deleted file mode 100644
index f7feddac823a0..0000000000000
Binary files a/blockchains/ethereum/assets/0xB8DdC930c2bAB6c71610A2BE639036E829F9C10b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB8E2e2101eD11e9138803cd3e06e16dd19910647/info.json b/blockchains/ethereum/assets/0xB8E2e2101eD11e9138803cd3e06e16dd19910647/info.json
deleted file mode 100644
index ae5a81572af30..0000000000000
--- a/blockchains/ethereum/assets/0xB8E2e2101eD11e9138803cd3e06e16dd19910647/info.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "ArdCoin",
- "type": "ERC20",
- "symbol": "ARDX",
- "decimals": 2,
- "website": "https://ardcoin.com/",
- "description": "ArdCoin (ARDX) - is an innovative blockchain-based loyalty token that has been integrated into a mobile super wallet which is backed by an existing financial infrastructure which includes banking services, insurance provider, stock brokerage, investment banking and a pension fund.",
- "explorer": "https://etherscan.io/token/0xB8E2e2101eD11e9138803cd3e06e16dd19910647",
- "status": "active",
- "id": "0xB8E2e2101eD11e9138803cd3e06e16dd19910647",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ardcoin/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ard_coin"
- },
- {
- "name": "github",
- "url": "https://github.com/ArdCoin"
- },
- {
- "name": "whitepaper",
- "url": "https://ardcoin.com/wp-content/themes/ardcoin/file/whitepaper.pdf"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ardcoin"
- },
- {
- "name": "medium",
- "url": "https://ardcoin.medium.com/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ardcoin"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/ArdFinancialGroup/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/ArdCoin/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB8E2e2101eD11e9138803cd3e06e16dd19910647/logo.png b/blockchains/ethereum/assets/0xB8E2e2101eD11e9138803cd3e06e16dd19910647/logo.png
deleted file mode 100644
index aae130975b157..0000000000000
Binary files a/blockchains/ethereum/assets/0xB8E2e2101eD11e9138803cd3e06e16dd19910647/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB8b8086e1C5BcBd3Ab99c1B77D5c865C80566b5a/info.json b/blockchains/ethereum/assets/0xB8b8086e1C5BcBd3Ab99c1B77D5c865C80566b5a/info.json
deleted file mode 100644
index 2865877fd45ba..0000000000000
--- a/blockchains/ethereum/assets/0xB8b8086e1C5BcBd3Ab99c1B77D5c865C80566b5a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethereum NEW GOLD",
- "symbol": "EGOLD",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB8b8086e1C5BcBd3Ab99c1B77D5c865C80566b5a",
- "status": "abandoned",
- "id": "0xB8b8086e1C5BcBd3Ab99c1B77D5c865C80566b5a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB8b8086e1C5BcBd3Ab99c1B77D5c865C80566b5a/logo.png b/blockchains/ethereum/assets/0xB8b8086e1C5BcBd3Ab99c1B77D5c865C80566b5a/logo.png
deleted file mode 100755
index 73b0e1f80ca8e..0000000000000
Binary files a/blockchains/ethereum/assets/0xB8b8086e1C5BcBd3Ab99c1B77D5c865C80566b5a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB8c77482e45F1F44dE1745F52C74426C631bDD52/info.json b/blockchains/ethereum/assets/0xB8c77482e45F1F44dE1745F52C74426C631bDD52/info.json
deleted file mode 100644
index df657a1134293..0000000000000
--- a/blockchains/ethereum/assets/0xB8c77482e45F1F44dE1745F52C74426C631bDD52/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BNB",
- "symbol": "BNB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.binance.com",
- "explorer": "https://etherscan.io/token/0xB8c77482e45F1F44dE1745F52C74426C631bDD52",
- "status": "active",
- "id": "0xB8c77482e45F1F44dE1745F52C74426C631bDD52"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB8c77482e45F1F44dE1745F52C74426C631bDD52/logo.png b/blockchains/ethereum/assets/0xB8c77482e45F1F44dE1745F52C74426C631bDD52/logo.png
deleted file mode 100644
index df65de20273f6..0000000000000
Binary files a/blockchains/ethereum/assets/0xB8c77482e45F1F44dE1745F52C74426C631bDD52/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB92179B36794e169a2E5582ECE92936480754DA9/info.json b/blockchains/ethereum/assets/0xB92179B36794e169a2E5582ECE92936480754DA9/info.json
deleted file mode 100644
index 2579af86e4c37..0000000000000
--- a/blockchains/ethereum/assets/0xB92179B36794e169a2E5582ECE92936480754DA9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "STRAW Coin",
- "symbol": "STRAW",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB92179B36794e169a2E5582ECE92936480754DA9",
- "status": "abandoned",
- "id": "0xB92179B36794e169a2E5582ECE92936480754DA9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB92179B36794e169a2E5582ECE92936480754DA9/logo.png b/blockchains/ethereum/assets/0xB92179B36794e169a2E5582ECE92936480754DA9/logo.png
deleted file mode 100644
index c9e5274774f48..0000000000000
Binary files a/blockchains/ethereum/assets/0xB92179B36794e169a2E5582ECE92936480754DA9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB92d0303640cc213C05b01E2Ad547eA1D9C3eF50/info.json b/blockchains/ethereum/assets/0xB92d0303640cc213C05b01E2Ad547eA1D9C3eF50/info.json
deleted file mode 100644
index 6497aed5990ea..0000000000000
--- a/blockchains/ethereum/assets/0xB92d0303640cc213C05b01E2Ad547eA1D9C3eF50/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SUREBANQA PEGGED EXCHANGE RATE TOKEN",
- "symbol": "BNQA",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB92d0303640cc213C05b01E2Ad547eA1D9C3eF50",
- "status": "abandoned",
- "id": "0xB92d0303640cc213C05b01E2Ad547eA1D9C3eF50"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB92d0303640cc213C05b01E2Ad547eA1D9C3eF50/logo.png b/blockchains/ethereum/assets/0xB92d0303640cc213C05b01E2Ad547eA1D9C3eF50/logo.png
deleted file mode 100755
index 45a3afddfce73..0000000000000
Binary files a/blockchains/ethereum/assets/0xB92d0303640cc213C05b01E2Ad547eA1D9C3eF50/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB9464ef80880c5aeA54C7324c0b8Dd6ca6d05A90/info.json b/blockchains/ethereum/assets/0xB9464ef80880c5aeA54C7324c0b8Dd6ca6d05A90/info.json
deleted file mode 100644
index 4728634515cc7..0000000000000
--- a/blockchains/ethereum/assets/0xB9464ef80880c5aeA54C7324c0b8Dd6ca6d05A90/info.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "LOCK",
- "website": "https://sherlocksecurity.io",
- "description": "Sherlock is a decentralized security service offering dapp launchpad, liquidity and team token escrow, and dapp incubator.",
- "explorer": "https://etherscan.io/token/0xB9464ef80880c5aeA54C7324c0b8Dd6ca6d05A90",
- "research": "https://etherscan.io/address/0xb9464ef80880c5aea54c7324c0b8dd6ca6d05a90",
- "type": "ERC20",
- "symbol": "LOCK",
- "decimals": 18,
- "status": "active",
- "id": "0xB9464ef80880c5aeA54C7324c0b8Dd6ca6d05A90",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ethereum"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/ethereum"
- },
- {
- "name": "whitepaper",
- "url": "https://sherlocksecurity.io/SherlockWhitepaperV1.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB9464ef80880c5aeA54C7324c0b8Dd6ca6d05A90/logo.png b/blockchains/ethereum/assets/0xB9464ef80880c5aeA54C7324c0b8Dd6ca6d05A90/logo.png
deleted file mode 100644
index 2ff808a88444b..0000000000000
Binary files a/blockchains/ethereum/assets/0xB9464ef80880c5aeA54C7324c0b8Dd6ca6d05A90/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB9680C592ec9306497260c4FdEab3624FE898857/info.json b/blockchains/ethereum/assets/0xB9680C592ec9306497260c4FdEab3624FE898857/info.json
deleted file mode 100644
index cb8357e7bddc2..0000000000000
--- a/blockchains/ethereum/assets/0xB9680C592ec9306497260c4FdEab3624FE898857/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R747003",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB9680C592ec9306497260c4FdEab3624FE898857",
- "status": "abandoned",
- "id": "0xB9680C592ec9306497260c4FdEab3624FE898857"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB9680C592ec9306497260c4FdEab3624FE898857/logo.png b/blockchains/ethereum/assets/0xB9680C592ec9306497260c4FdEab3624FE898857/logo.png
deleted file mode 100644
index c6f5de03ffc06..0000000000000
Binary files a/blockchains/ethereum/assets/0xB9680C592ec9306497260c4FdEab3624FE898857/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB96eB33E4a1a9ea3B8581aBC8185F9597E45E8AA/info.json b/blockchains/ethereum/assets/0xB96eB33E4a1a9ea3B8581aBC8185F9597E45E8AA/info.json
deleted file mode 100644
index 4426014d09ec6..0000000000000
--- a/blockchains/ethereum/assets/0xB96eB33E4a1a9ea3B8581aBC8185F9597E45E8AA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HeroCoin",
- "symbol": "HEC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB96eB33E4a1a9ea3B8581aBC8185F9597E45E8AA",
- "status": "abandoned",
- "id": "0xB96eB33E4a1a9ea3B8581aBC8185F9597E45E8AA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB96eB33E4a1a9ea3B8581aBC8185F9597E45E8AA/logo.png b/blockchains/ethereum/assets/0xB96eB33E4a1a9ea3B8581aBC8185F9597E45E8AA/logo.png
deleted file mode 100644
index c23666d043d86..0000000000000
Binary files a/blockchains/ethereum/assets/0xB96eB33E4a1a9ea3B8581aBC8185F9597E45E8AA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB97048628DB6B661D4C2aA833e95Dbe1A905B280/info.json b/blockchains/ethereum/assets/0xB97048628DB6B661D4C2aA833e95Dbe1A905B280/info.json
deleted file mode 100644
index 90027162220ec..0000000000000
--- a/blockchains/ethereum/assets/0xB97048628DB6B661D4C2aA833e95Dbe1A905B280/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TenX Pay Token",
- "symbol": "PAY",
- "type": "ERC20",
- "decimals": 18,
- "description": "TenX is a payment platform that facilitates digital and physical modes of transaction for cryptocurrencies to any merchant, even if they don’t accept cryptocurrencies. Physical and digital modes of course, include bank accounts, wallets, debit cards, cash and much more.",
- "website": "https://www.tenx.tech/",
- "explorer": "https://etherscan.io/token/0xB97048628DB6B661D4C2aA833e95Dbe1A905B280",
- "status": "active",
- "id": "0xB97048628DB6B661D4C2aA833e95Dbe1A905B280"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB97048628DB6B661D4C2aA833e95Dbe1A905B280/logo.png b/blockchains/ethereum/assets/0xB97048628DB6B661D4C2aA833e95Dbe1A905B280/logo.png
deleted file mode 100755
index 2193519248df6..0000000000000
Binary files a/blockchains/ethereum/assets/0xB97048628DB6B661D4C2aA833e95Dbe1A905B280/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB9843e5dE0f37d1e22C8075e5814e13565FE7C22/info.json b/blockchains/ethereum/assets/0xB9843e5dE0f37d1e22C8075e5814e13565FE7C22/info.json
deleted file mode 100644
index f7ba0c4c6164b..0000000000000
--- a/blockchains/ethereum/assets/0xB9843e5dE0f37d1e22C8075e5814e13565FE7C22/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lucky Block Network",
- "symbol": "LBN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB9843e5dE0f37d1e22C8075e5814e13565FE7C22",
- "status": "abandoned",
- "id": "0xB9843e5dE0f37d1e22C8075e5814e13565FE7C22"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB9843e5dE0f37d1e22C8075e5814e13565FE7C22/logo.png b/blockchains/ethereum/assets/0xB9843e5dE0f37d1e22C8075e5814e13565FE7C22/logo.png
deleted file mode 100644
index ffce47ebcfcd7..0000000000000
Binary files a/blockchains/ethereum/assets/0xB9843e5dE0f37d1e22C8075e5814e13565FE7C22/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB987D48Ed8f2C468D52D6405624EADBa5e76d723/info.json b/blockchains/ethereum/assets/0xB987D48Ed8f2C468D52D6405624EADBa5e76d723/info.json
deleted file mode 100644
index 9de1f573a2a91..0000000000000
--- a/blockchains/ethereum/assets/0xB987D48Ed8f2C468D52D6405624EADBa5e76d723/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Stabilize Token",
- "website": "https://stabilize.finance",
- "description": "Stabilize Token (STBZ) is a reward token of the Stabilize Protocol",
- "explorer": "https://etherscan.io/token/0xB987D48Ed8f2C468D52D6405624EADBa5e76d723",
- "type": "ERC20",
- "symbol": "STBZ",
- "decimals": 18,
- "status": "active",
- "id": "0xB987D48Ed8f2C468D52D6405624EADBa5e76d723",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/stabilize-token/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/StabilizePro"
- },
- {
- "name": "telegram",
- "url": "https://t.me/stabilizeprotocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB987D48Ed8f2C468D52D6405624EADBa5e76d723/logo.png b/blockchains/ethereum/assets/0xB987D48Ed8f2C468D52D6405624EADBa5e76d723/logo.png
deleted file mode 100644
index 5809e5d5b3aa8..0000000000000
Binary files a/blockchains/ethereum/assets/0xB987D48Ed8f2C468D52D6405624EADBa5e76d723/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB98d4C97425d9908E66E53A6fDf673ACcA0BE986/info.json b/blockchains/ethereum/assets/0xB98d4C97425d9908E66E53A6fDf673ACcA0BE986/info.json
deleted file mode 100644
index 1514bebd3f8e5..0000000000000
--- a/blockchains/ethereum/assets/0xB98d4C97425d9908E66E53A6fDf673ACcA0BE986/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ArcBlock",
- "symbol": "ABT",
- "type": "ERC20",
- "decimals": 18,
- "description": "ArcBlock is your new decentralized developer platform that simplifies the development of DApps, DLT and Blockchains.",
- "website": "https://www.arcblock.io",
- "explorer": "https://etherscan.io/token/0xB98d4C97425d9908E66E53A6fDf673ACcA0BE986",
- "status": "active",
- "id": "0xB98d4C97425d9908E66E53A6fDf673ACcA0BE986"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB98d4C97425d9908E66E53A6fDf673ACcA0BE986/logo.png b/blockchains/ethereum/assets/0xB98d4C97425d9908E66E53A6fDf673ACcA0BE986/logo.png
deleted file mode 100755
index 0e1bd5e9ea8f3..0000000000000
Binary files a/blockchains/ethereum/assets/0xB98d4C97425d9908E66E53A6fDf673ACcA0BE986/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB9D7CB55f463405CDfBe4E90a6D2Df01C2B92BF1/info.json b/blockchains/ethereum/assets/0xB9D7CB55f463405CDfBe4E90a6D2Df01C2B92BF1/info.json
deleted file mode 100644
index 1fb062dd4de2a..0000000000000
--- a/blockchains/ethereum/assets/0xB9D7CB55f463405CDfBe4E90a6D2Df01C2B92BF1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave UNI",
- "symbol": "aUNI",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave UNI is an interest bearing token pegged 1:1 to the underlying UNI deposited in Aave. aUNI accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0xB9D7CB55f463405CDfBe4E90a6D2Df01C2B92BF1",
- "status": "active",
- "id": "0xB9D7CB55f463405CDfBe4E90a6D2Df01C2B92BF1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB9D7CB55f463405CDfBe4E90a6D2Df01C2B92BF1/logo.png b/blockchains/ethereum/assets/0xB9D7CB55f463405CDfBe4E90a6D2Df01C2B92BF1/logo.png
deleted file mode 100644
index 78ddfe60ddf91..0000000000000
Binary files a/blockchains/ethereum/assets/0xB9D7CB55f463405CDfBe4E90a6D2Df01C2B92BF1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB9D90d2292eCAAEb616a7C709ec6D24F9FD5E286/info.json b/blockchains/ethereum/assets/0xB9D90d2292eCAAEb616a7C709ec6D24F9FD5E286/info.json
deleted file mode 100644
index d6d61fd0d36b6..0000000000000
--- a/blockchains/ethereum/assets/0xB9D90d2292eCAAEb616a7C709ec6D24F9FD5E286/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Long ZRX-DAI 4x v2",
- "symbol": "dLZRX4x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB9D90d2292eCAAEb616a7C709ec6D24F9FD5E286",
- "status": "abandoned",
- "id": "0xB9D90d2292eCAAEb616a7C709ec6D24F9FD5E286"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB9D90d2292eCAAEb616a7C709ec6D24F9FD5E286/logo.png b/blockchains/ethereum/assets/0xB9D90d2292eCAAEb616a7C709ec6D24F9FD5E286/logo.png
deleted file mode 100644
index 71aa7664e255b..0000000000000
Binary files a/blockchains/ethereum/assets/0xB9D90d2292eCAAEb616a7C709ec6D24F9FD5E286/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB9EefC4b0d472A44be93970254Df4f4016569d27/info.json b/blockchains/ethereum/assets/0xB9EefC4b0d472A44be93970254Df4f4016569d27/info.json
deleted file mode 100644
index 999cd92fe8f2e..0000000000000
--- a/blockchains/ethereum/assets/0xB9EefC4b0d472A44be93970254Df4f4016569d27/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "digitalbits",
- "symbol": "XDB",
- "type": "ERC20",
- "decimals": 7,
- "description": "DigitalBits is a protocol layer blockchain designed to support consumer digital assets, specifically brand currencies.",
- "website": "https://www.digitalbits.io",
- "explorer": "https://etherscan.io/token/0xB9EefC4b0d472A44be93970254Df4f4016569d27",
- "status": "active",
- "id": "0xB9EefC4b0d472A44be93970254Df4f4016569d27"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB9EefC4b0d472A44be93970254Df4f4016569d27/logo.png b/blockchains/ethereum/assets/0xB9EefC4b0d472A44be93970254Df4f4016569d27/logo.png
deleted file mode 100644
index 76c6326130cc0..0000000000000
Binary files a/blockchains/ethereum/assets/0xB9EefC4b0d472A44be93970254Df4f4016569d27/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB9bb08AB7E9Fa0A1356bd4A39eC0ca267E03b0b3/info.json b/blockchains/ethereum/assets/0xB9bb08AB7E9Fa0A1356bd4A39eC0ca267E03b0b3/info.json
deleted file mode 100644
index 0ae3d9e399e5b..0000000000000
--- a/blockchains/ethereum/assets/0xB9bb08AB7E9Fa0A1356bd4A39eC0ca267E03b0b3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PCHAIN",
- "symbol": "PI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xB9bb08AB7E9Fa0A1356bd4A39eC0ca267E03b0b3",
- "status": "abandoned",
- "id": "0xB9bb08AB7E9Fa0A1356bd4A39eC0ca267E03b0b3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB9bb08AB7E9Fa0A1356bd4A39eC0ca267E03b0b3/logo.png b/blockchains/ethereum/assets/0xB9bb08AB7E9Fa0A1356bd4A39eC0ca267E03b0b3/logo.png
deleted file mode 100755
index 07ec63fd204e5..0000000000000
Binary files a/blockchains/ethereum/assets/0xB9bb08AB7E9Fa0A1356bd4A39eC0ca267E03b0b3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB9d99C33eA2d86EC5eC6b8A4dD816EBBA64404AF/info.json b/blockchains/ethereum/assets/0xB9d99C33eA2d86EC5eC6b8A4dD816EBBA64404AF/info.json
deleted file mode 100644
index 7cb757ca4ca80..0000000000000
--- a/blockchains/ethereum/assets/0xB9d99C33eA2d86EC5eC6b8A4dD816EBBA64404AF/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "K21",
- "website": "https://k21.kanon.art",
- "description": "K21 is a closed-end art vault that provides liquid exposure to a curated collection of 21 unique and original NFT artworks by a diverse roster of influential and pioneering contemporary, digital, and cryptonative artists. Engineered for composability, durability, and equity, K21 establishes a new protocol for art.",
- "explorer": "https://etherscan.io/token/0xB9d99C33eA2d86EC5eC6b8A4dD816EBBA64404AF",
- "type": "ERC20",
- "symbol": "K21",
- "decimals": 18,
- "status": "active",
- "id": "0xB9d99C33eA2d86EC5eC6b8A4dD816EBBA64404AF",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/kanonart"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/KanonDotArt"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/bzEqs25RKN"
- },
- {
- "name": "medium",
- "url": "https://kanondotart.medium.com"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB9d99C33eA2d86EC5eC6b8A4dD816EBBA64404AF/logo.png b/blockchains/ethereum/assets/0xB9d99C33eA2d86EC5eC6b8A4dD816EBBA64404AF/logo.png
deleted file mode 100644
index add78c4ede24c..0000000000000
Binary files a/blockchains/ethereum/assets/0xB9d99C33eA2d86EC5eC6b8A4dD816EBBA64404AF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xB9e7F8568e08d5659f5D29C4997173d84CdF2607/info.json b/blockchains/ethereum/assets/0xB9e7F8568e08d5659f5D29C4997173d84CdF2607/info.json
deleted file mode 100644
index 88d7ce1eff181..0000000000000
--- a/blockchains/ethereum/assets/0xB9e7F8568e08d5659f5D29C4997173d84CdF2607/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Swarm City Token",
- "symbol": "SWT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Swarm City allows people to communicate and transact in a decentralized way. Like other blockchain platforms, Swarm City has no middleman or trusted, centralized platform. It’s a P2P environment based on the Ethereum blockchain. One of the key features of Swarm City is the use of the Swarm City Token, or SWT.",
- "website": "https://swarm.city/",
- "explorer": "https://etherscan.io/token/0xB9e7F8568e08d5659f5D29C4997173d84CdF2607",
- "status": "active",
- "id": "0xB9e7F8568e08d5659f5D29C4997173d84CdF2607"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xB9e7F8568e08d5659f5D29C4997173d84CdF2607/logo.png b/blockchains/ethereum/assets/0xB9e7F8568e08d5659f5D29C4997173d84CdF2607/logo.png
deleted file mode 100644
index 1db6866ae8868..0000000000000
Binary files a/blockchains/ethereum/assets/0xB9e7F8568e08d5659f5D29C4997173d84CdF2607/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55/info.json b/blockchains/ethereum/assets/0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55/info.json
deleted file mode 100644
index e700e1c908f04..0000000000000
--- a/blockchains/ethereum/assets/0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "Band Protocol",
- "website": "https://bandprotocol.com",
- "description": "Band Protocol is a cross-chain data oracle network that aggregates and connects real-world data and APIs to smart contracts.",
- "explorer": "https://etherscan.io/token/0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55",
- "research": "https://research.binance.com/en/projects/band-protocol",
- "type": "ERC20",
- "symbol": "BAND",
- "decimals": 18,
- "status": "active",
- "id": "0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55",
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55/logo.png b/blockchains/ethereum/assets/0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55/logo.png
deleted file mode 100644
index ed8c59782c146..0000000000000
Binary files a/blockchains/ethereum/assets/0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBA14b245d449965BdBeB630ebe135B569474F5b1/info.json b/blockchains/ethereum/assets/0xBA14b245d449965BdBeB630ebe135B569474F5b1/info.json
deleted file mode 100644
index b2800560f0105..0000000000000
--- a/blockchains/ethereum/assets/0xBA14b245d449965BdBeB630ebe135B569474F5b1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": " EvaCash ",
- "symbol": "EVC",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://theevacash.com",
- "explorer": "https://etherscan.io/token/0xBA14b245d449965BdBeB630ebe135B569474F5b1",
- "status": "abandoned",
- "id": "0xBA14b245d449965BdBeB630ebe135B569474F5b1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBA14b245d449965BdBeB630ebe135B569474F5b1/logo.png b/blockchains/ethereum/assets/0xBA14b245d449965BdBeB630ebe135B569474F5b1/logo.png
deleted file mode 100644
index 93deac200e6df..0000000000000
Binary files a/blockchains/ethereum/assets/0xBA14b245d449965BdBeB630ebe135B569474F5b1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBA50933C268F567BDC86E1aC131BE072C6B0b71a/info.json b/blockchains/ethereum/assets/0xBA50933C268F567BDC86E1aC131BE072C6B0b71a/info.json
deleted file mode 100644
index 887ad9eaff458..0000000000000
--- a/blockchains/ethereum/assets/0xBA50933C268F567BDC86E1aC131BE072C6B0b71a/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "ARPA Chain",
- "website": "https://arpachain.io/",
- "description": "Arpa envisions to be a privacy-preserving computation network by leveraging Multi-Party Computation (MPC).",
- "explorer": "https://etherscan.io/token/0xBA50933C268F567BDC86E1aC131BE072C6B0b71a",
- "research": "https://research.binance.com/en/projects/arpa",
- "type": "ERC20",
- "symbol": "ARPA",
- "decimals": 18,
- "status": "active",
- "id": "0xBA50933C268F567BDC86E1aC131BE072C6B0b71a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBA50933C268F567BDC86E1aC131BE072C6B0b71a/logo.png b/blockchains/ethereum/assets/0xBA50933C268F567BDC86E1aC131BE072C6B0b71a/logo.png
deleted file mode 100644
index b7ca5d361b681..0000000000000
Binary files a/blockchains/ethereum/assets/0xBA50933C268F567BDC86E1aC131BE072C6B0b71a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBA5F11b16B155792Cf3B2E6880E8706859A8AEB6/info.json b/blockchains/ethereum/assets/0xBA5F11b16B155792Cf3B2E6880E8706859A8AEB6/info.json
deleted file mode 100644
index 52f5f9aa0cc6b..0000000000000
--- a/blockchains/ethereum/assets/0xBA5F11b16B155792Cf3B2E6880E8706859A8AEB6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aeron",
- "symbol": "ARN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://aeron.aero/",
- "explorer": "https://etherscan.io/token/0xBA5F11b16B155792Cf3B2E6880E8706859A8AEB6",
- "status": "abandoned",
- "id": "0xBA5F11b16B155792Cf3B2E6880E8706859A8AEB6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBA5F11b16B155792Cf3B2E6880E8706859A8AEB6/logo.png b/blockchains/ethereum/assets/0xBA5F11b16B155792Cf3B2E6880E8706859A8AEB6/logo.png
deleted file mode 100644
index eb6704e191db2..0000000000000
Binary files a/blockchains/ethereum/assets/0xBA5F11b16B155792Cf3B2E6880E8706859A8AEB6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBA8c0244FBDEB10f19f6738750dAeEDF7a5081eb/info.json b/blockchains/ethereum/assets/0xBA8c0244FBDEB10f19f6738750dAeEDF7a5081eb/info.json
deleted file mode 100644
index 0e6521e3566b2..0000000000000
--- a/blockchains/ethereum/assets/0xBA8c0244FBDEB10f19f6738750dAeEDF7a5081eb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Suterusu",
- "symbol": "Suter",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.suterusu.io/",
- "explorer": "https://etherscan.io/token/0xBA8c0244FBDEB10f19f6738750dAeEDF7a5081eb",
- "status": "abandoned",
- "id": "0xBA8c0244FBDEB10f19f6738750dAeEDF7a5081eb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBA8c0244FBDEB10f19f6738750dAeEDF7a5081eb/logo.png b/blockchains/ethereum/assets/0xBA8c0244FBDEB10f19f6738750dAeEDF7a5081eb/logo.png
deleted file mode 100644
index 71e29c4715718..0000000000000
Binary files a/blockchains/ethereum/assets/0xBA8c0244FBDEB10f19f6738750dAeEDF7a5081eb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBA9262578EFef8b3aFf7F60Cd629d6CC8859C8b5/info.json b/blockchains/ethereum/assets/0xBA9262578EFef8b3aFf7F60Cd629d6CC8859C8b5/info.json
deleted file mode 100644
index 8134fba759b3c..0000000000000
--- a/blockchains/ethereum/assets/0xBA9262578EFef8b3aFf7F60Cd629d6CC8859C8b5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "bZx WBTC iToken",
- "symbol": "iWBTC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBA9262578EFef8b3aFf7F60Cd629d6CC8859C8b5",
- "status": "abandoned",
- "id": "0xBA9262578EFef8b3aFf7F60Cd629d6CC8859C8b5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBA9262578EFef8b3aFf7F60Cd629d6CC8859C8b5/logo.png b/blockchains/ethereum/assets/0xBA9262578EFef8b3aFf7F60Cd629d6CC8859C8b5/logo.png
deleted file mode 100644
index 6a0a56e49802c..0000000000000
Binary files a/blockchains/ethereum/assets/0xBA9262578EFef8b3aFf7F60Cd629d6CC8859C8b5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBAE235823D7255D9D48635cEd4735227244Cd583/info.json b/blockchains/ethereum/assets/0xBAE235823D7255D9D48635cEd4735227244Cd583/info.json
deleted file mode 100644
index 7d7953232e76b..0000000000000
--- a/blockchains/ethereum/assets/0xBAE235823D7255D9D48635cEd4735227244Cd583/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Staker",
- "symbol": "STR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBAE235823D7255D9D48635cEd4735227244Cd583",
- "status": "abandoned",
- "id": "0xBAE235823D7255D9D48635cEd4735227244Cd583"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBAE235823D7255D9D48635cEd4735227244Cd583/logo.png b/blockchains/ethereum/assets/0xBAE235823D7255D9D48635cEd4735227244Cd583/logo.png
deleted file mode 100644
index e6f31a2fdeaad..0000000000000
Binary files a/blockchains/ethereum/assets/0xBAE235823D7255D9D48635cEd4735227244Cd583/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBAb165dF9455AA0F2AeD1f2565520B91DDadB4c8/info.json b/blockchains/ethereum/assets/0xBAb165dF9455AA0F2AeD1f2565520B91DDadB4c8/info.json
deleted file mode 100644
index 27125cb07b725..0000000000000
--- a/blockchains/ethereum/assets/0xBAb165dF9455AA0F2AeD1f2565520B91DDadB4c8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EDUCare",
- "symbol": "EKT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://ekt8.io/",
- "explorer": "https://etherscan.io/token/0xBAb165dF9455AA0F2AeD1f2565520B91DDadB4c8",
- "status": "abandoned",
- "id": "0xBAb165dF9455AA0F2AeD1f2565520B91DDadB4c8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBAb165dF9455AA0F2AeD1f2565520B91DDadB4c8/logo.png b/blockchains/ethereum/assets/0xBAb165dF9455AA0F2AeD1f2565520B91DDadB4c8/logo.png
deleted file mode 100644
index bdf4491b837a1..0000000000000
Binary files a/blockchains/ethereum/assets/0xBAb165dF9455AA0F2AeD1f2565520B91DDadB4c8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b/info.json b/blockchains/ethereum/assets/0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b/info.json
deleted file mode 100644
index b49b9e7644273..0000000000000
--- a/blockchains/ethereum/assets/0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b/info.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "name": "Axie Infinity Shard",
- "website": "https://axieinfinity.com",
- "description": "Axie Infinity Shards are Axie Infinity's governance token.",
- "explorer": "https://etherscan.io/token/0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b",
- "research": "https://research.binance.com/en/projects/axie-infinity",
- "type": "ERC20",
- "symbol": "AXS",
- "decimals": 18,
- "status": "active",
- "id": "0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b",
- "tags": [
- "gamefi",
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b/logo.png b/blockchains/ethereum/assets/0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b/logo.png
deleted file mode 100644
index 1f42e14654a43..0000000000000
Binary files a/blockchains/ethereum/assets/0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBB13E608888E5D30C09b13F89d27631056161B9F/info.json b/blockchains/ethereum/assets/0xBB13E608888E5D30C09b13F89d27631056161B9F/info.json
deleted file mode 100644
index 18423b0fccc67..0000000000000
--- a/blockchains/ethereum/assets/0xBB13E608888E5D30C09b13F89d27631056161B9F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Genaro Network Token",
- "symbol": "GNR",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBB13E608888E5D30C09b13F89d27631056161B9F",
- "status": "abandoned",
- "id": "0xBB13E608888E5D30C09b13F89d27631056161B9F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBB13E608888E5D30C09b13F89d27631056161B9F/logo.png b/blockchains/ethereum/assets/0xBB13E608888E5D30C09b13F89d27631056161B9F/logo.png
deleted file mode 100644
index 4ec3afe9f9edf..0000000000000
Binary files a/blockchains/ethereum/assets/0xBB13E608888E5D30C09b13F89d27631056161B9F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBB49A51Ee5a66ca3a8CbE529379bA44Ba67E6771/info.json b/blockchains/ethereum/assets/0xBB49A51Ee5a66ca3a8CbE529379bA44Ba67E6771/info.json
deleted file mode 100644
index 45688963211e0..0000000000000
--- a/blockchains/ethereum/assets/0xBB49A51Ee5a66ca3a8CbE529379bA44Ba67E6771/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cryptosolartech",
- "symbol": "CST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://cryptosolartech.org/",
- "explorer": "https://etherscan.io/token/0xBB49A51Ee5a66ca3a8CbE529379bA44Ba67E6771",
- "status": "abandoned",
- "id": "0xBB49A51Ee5a66ca3a8CbE529379bA44Ba67E6771"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBB49A51Ee5a66ca3a8CbE529379bA44Ba67E6771/logo.png b/blockchains/ethereum/assets/0xBB49A51Ee5a66ca3a8CbE529379bA44Ba67E6771/logo.png
deleted file mode 100644
index b0ff7780cf371..0000000000000
Binary files a/blockchains/ethereum/assets/0xBB49A51Ee5a66ca3a8CbE529379bA44Ba67E6771/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBB9bc244D798123fDe783fCc1C72d3Bb8C189413/info.json b/blockchains/ethereum/assets/0xBB9bc244D798123fDe783fCc1C72d3Bb8C189413/info.json
deleted file mode 100644
index 886af87567282..0000000000000
--- a/blockchains/ethereum/assets/0xBB9bc244D798123fDe783fCc1C72d3Bb8C189413/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TheDAO",
- "symbol": "DAO",
- "type": "ERC20",
- "decimals": 16,
- "description": "TheDAO was launched in 2016. It was the first major DAO project on Ethereum. The tokens continue to be active today",
- "website": "https://en.wikipedia.org/wiki/The_DAO_(organization)",
- "explorer": "https://etherscan.io/token/0xbb9bc244d798123fde783fcc1c72d3bb8c189413",
- "status": "active",
- "id": "0xBB9bc244D798123fDe783fCc1C72d3Bb8C189413"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBB9bc244D798123fDe783fCc1C72d3Bb8C189413/logo.png b/blockchains/ethereum/assets/0xBB9bc244D798123fDe783fCc1C72d3Bb8C189413/logo.png
deleted file mode 100644
index 57d58b13bd149..0000000000000
Binary files a/blockchains/ethereum/assets/0xBB9bc244D798123fDe783fCc1C72d3Bb8C189413/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBBC7f7A6AADAc103769C66CBC69AB720f7F9Eae3/info.json b/blockchains/ethereum/assets/0xBBC7f7A6AADAc103769C66CBC69AB720f7F9Eae3/info.json
deleted file mode 100644
index 8ca58e73d966e..0000000000000
--- a/blockchains/ethereum/assets/0xBBC7f7A6AADAc103769C66CBC69AB720f7F9Eae3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "INX",
- "website": "https://token.inx.co/",
- "description": "INX Limited is developing a single entry-point for our customers for the trading of cryptocurrencies, security tokens, and their derivatives. Investors in the INX token are entitled to receive pro rata distributions of 40% of the Company’s cumulative adjusted operating cash flow.",
- "explorer": "https://etherscan.io/token/0xBBC7f7A6AADAc103769C66CBC69AB720f7F9Eae3",
- "type": "ERC20",
- "symbol": "INX",
- "decimals": 18,
- "status": "active",
- "id": "0xBBC7f7A6AADAc103769C66CBC69AB720f7F9Eae3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBBC7f7A6AADAc103769C66CBC69AB720f7F9Eae3/logo.png b/blockchains/ethereum/assets/0xBBC7f7A6AADAc103769C66CBC69AB720f7F9Eae3/logo.png
deleted file mode 100644
index a5e0cd81b61bb..0000000000000
Binary files a/blockchains/ethereum/assets/0xBBC7f7A6AADAc103769C66CBC69AB720f7F9Eae3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBBCA7197c4BF733d8fD38751733864B70851CB87/info.json b/blockchains/ethereum/assets/0xBBCA7197c4BF733d8fD38751733864B70851CB87/info.json
deleted file mode 100644
index 5ba15b8189232..0000000000000
--- a/blockchains/ethereum/assets/0xBBCA7197c4BF733d8fD38751733864B70851CB87/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CIBUS Token",
- "symbol": "CBT",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBBCA7197c4BF733d8fD38751733864B70851CB87",
- "status": "abandoned",
- "id": "0xBBCA7197c4BF733d8fD38751733864B70851CB87"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBBCA7197c4BF733d8fD38751733864B70851CB87/logo.png b/blockchains/ethereum/assets/0xBBCA7197c4BF733d8fD38751733864B70851CB87/logo.png
deleted file mode 100755
index 01f456cfbdc2e..0000000000000
Binary files a/blockchains/ethereum/assets/0xBBCA7197c4BF733d8fD38751733864B70851CB87/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBBF4bdeBECe7fFEc5d93225d4866CE50Ca651F6B/info.json b/blockchains/ethereum/assets/0xBBF4bdeBECe7fFEc5d93225d4866CE50Ca651F6B/info.json
deleted file mode 100644
index 7cce242138469..0000000000000
--- a/blockchains/ethereum/assets/0xBBF4bdeBECe7fFEc5d93225d4866CE50Ca651F6B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Piara",
- "symbol": "PIARA",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBBF4bdeBECe7fFEc5d93225d4866CE50Ca651F6B",
- "status": "abandoned",
- "id": "0xBBF4bdeBECe7fFEc5d93225d4866CE50Ca651F6B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBBF4bdeBECe7fFEc5d93225d4866CE50Ca651F6B/logo.png b/blockchains/ethereum/assets/0xBBF4bdeBECe7fFEc5d93225d4866CE50Ca651F6B/logo.png
deleted file mode 100644
index 7b9542347ee4f..0000000000000
Binary files a/blockchains/ethereum/assets/0xBBF4bdeBECe7fFEc5d93225d4866CE50Ca651F6B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD/info.json b/blockchains/ethereum/assets/0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD/info.json
deleted file mode 100644
index 347b65807b485..0000000000000
--- a/blockchains/ethereum/assets/0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "Loopring",
- "website": "https://loopring.org",
- "description": "The Loopring protocol smart contracts and zero-knowledge proof circuits allow the building of high-performance DEXes using a zkRollup construction.",
- "explorer": "https://etherscan.io/token/0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD",
- "type": "ERC20",
- "symbol": "LRC",
- "decimals": 18,
- "status": "active",
- "id": "0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Loopring"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/loopringorg"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/loopringorg/"
- },
- {
- "name": "blog",
- "url": "https://medium.com/loopring-protocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/loopring_en"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/Loopring/protocols/blob/master/packages/loopring_v3/DESIGN.md"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/loopring/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD/logo.png b/blockchains/ethereum/assets/0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD/logo.png
deleted file mode 100644
index 7be579420cd23..0000000000000
Binary files a/blockchains/ethereum/assets/0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBBc2AE13b23d715c30720F079fcd9B4a74093505/info.json b/blockchains/ethereum/assets/0xBBc2AE13b23d715c30720F079fcd9B4a74093505/info.json
deleted file mode 100644
index 1d47f05e28f8b..0000000000000
--- a/blockchains/ethereum/assets/0xBBc2AE13b23d715c30720F079fcd9B4a74093505/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Ethernity Chain",
- "type": "ERC20",
- "symbol": "ERN",
- "decimals": 18,
- "website": "https://ethernity.io",
- "description": "What is Ethernity Chain? Ethernity is the groundbreaking authenticated NFT project which auctions verified artwork featuring the top artists and stars from music, film, sports and entertainment. Each of these digital artworks is represented as a non-fungible token (NFT). The pieces feature well-known public figures and a portion of all funds raised from the endeavor will be donated to charitable causes.",
- "explorer": "https://etherscan.io/token/0xbbc2ae13b23d715c30720f079fcd9b4a74093505",
- "status": "active",
- "id": "0xBBc2AE13b23d715c30720F079fcd9B4a74093505",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/joinchat/WKqxzZV7I14xItLT"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ethernitychain"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ethernity-chain/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBBc2AE13b23d715c30720F079fcd9B4a74093505/logo.png b/blockchains/ethereum/assets/0xBBc2AE13b23d715c30720F079fcd9B4a74093505/logo.png
deleted file mode 100644
index 04e20272b11b8..0000000000000
Binary files a/blockchains/ethereum/assets/0xBBc2AE13b23d715c30720F079fcd9B4a74093505/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBC46D9961A3932f7D6b64abfdeC80C1816C4B835/info.json b/blockchains/ethereum/assets/0xBC46D9961A3932f7D6b64abfdeC80C1816C4B835/info.json
deleted file mode 100644
index 8f8d74deaaed2..0000000000000
--- a/blockchains/ethereum/assets/0xBC46D9961A3932f7D6b64abfdeC80C1816C4B835/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LiteXToken",
- "symbol": "LXT",
- "type": "ERC20",
- "decimals": 18,
- "description": "LITEX - building the largest commercialized layer2 ecology worldwide.",
- "website": "http://litex.io",
- "explorer": "https://etherscan.io/token/0xBC46D9961A3932f7D6b64abfdeC80C1816C4B835",
- "status": "active",
- "id": "0xBC46D9961A3932f7D6b64abfdeC80C1816C4B835"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBC46D9961A3932f7D6b64abfdeC80C1816C4B835/logo.png b/blockchains/ethereum/assets/0xBC46D9961A3932f7D6b64abfdeC80C1816C4B835/logo.png
deleted file mode 100644
index 282664c53dd62..0000000000000
Binary files a/blockchains/ethereum/assets/0xBC46D9961A3932f7D6b64abfdeC80C1816C4B835/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBC4a124fAb7d1F7f3F02BA7167df9186A71F3b26/info.json b/blockchains/ethereum/assets/0xBC4a124fAb7d1F7f3F02BA7167df9186A71F3b26/info.json
deleted file mode 100644
index 1c6d104fe8410..0000000000000
--- a/blockchains/ethereum/assets/0xBC4a124fAb7d1F7f3F02BA7167df9186A71F3b26/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TechEsportsCoin",
- "symbol": "TOC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBC4a124fAb7d1F7f3F02BA7167df9186A71F3b26",
- "status": "abandoned",
- "id": "0xBC4a124fAb7d1F7f3F02BA7167df9186A71F3b26"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBC4a124fAb7d1F7f3F02BA7167df9186A71F3b26/logo.png b/blockchains/ethereum/assets/0xBC4a124fAb7d1F7f3F02BA7167df9186A71F3b26/logo.png
deleted file mode 100644
index a10a2b1e0180b..0000000000000
Binary files a/blockchains/ethereum/assets/0xBC4a124fAb7d1F7f3F02BA7167df9186A71F3b26/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBC6150a1197842E4E1Ecb21dEf1f4F53Da609BBb/info.json b/blockchains/ethereum/assets/0xBC6150a1197842E4E1Ecb21dEf1f4F53Da609BBb/info.json
deleted file mode 100644
index cbe0b91ea2f21..0000000000000
--- a/blockchains/ethereum/assets/0xBC6150a1197842E4E1Ecb21dEf1f4F53Da609BBb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZYJ",
- "symbol": "ZYJ",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBC6150a1197842E4E1Ecb21dEf1f4F53Da609BBb",
- "status": "abandoned",
- "id": "0xBC6150a1197842E4E1Ecb21dEf1f4F53Da609BBb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBC6150a1197842E4E1Ecb21dEf1f4F53Da609BBb/logo.png b/blockchains/ethereum/assets/0xBC6150a1197842E4E1Ecb21dEf1f4F53Da609BBb/logo.png
deleted file mode 100644
index e5d1cb799705d..0000000000000
Binary files a/blockchains/ethereum/assets/0xBC6150a1197842E4E1Ecb21dEf1f4F53Da609BBb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBC7942054F77b82e8A71aCE170E4B00ebAe67eB6/info.json b/blockchains/ethereum/assets/0xBC7942054F77b82e8A71aCE170E4B00ebAe67eB6/info.json
deleted file mode 100644
index f2e0fb0c308f8..0000000000000
--- a/blockchains/ethereum/assets/0xBC7942054F77b82e8A71aCE170E4B00ebAe67eB6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Serenity",
- "symbol": "SRNT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://serenity-financial.io/",
- "explorer": "https://etherscan.io/token/0xBC7942054F77b82e8A71aCE170E4B00ebAe67eB6",
- "status": "abandoned",
- "id": "0xBC7942054F77b82e8A71aCE170E4B00ebAe67eB6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBC7942054F77b82e8A71aCE170E4B00ebAe67eB6/logo.png b/blockchains/ethereum/assets/0xBC7942054F77b82e8A71aCE170E4B00ebAe67eB6/logo.png
deleted file mode 100644
index 01b33c810e438..0000000000000
Binary files a/blockchains/ethereum/assets/0xBC7942054F77b82e8A71aCE170E4B00ebAe67eB6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBC84F95f089b9291C552EBA09D30Fd56A932AFC9/info.json b/blockchains/ethereum/assets/0xBC84F95f089b9291C552EBA09D30Fd56A932AFC9/info.json
deleted file mode 100644
index 8344b5af1f054..0000000000000
--- a/blockchains/ethereum/assets/0xBC84F95f089b9291C552EBA09D30Fd56A932AFC9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FEG Wrapped UNI",
- "website": "https://fegtoken.com",
- "description": "FEG Wrapped UNI",
- "explorer": "https://etherscan.io/token/0xbc84f95f089b9291c552eba09d30fd56a932afc9",
- "type": "ERC20",
- "symbol": "fUNI",
- "decimals": 18,
- "status": "active",
- "id": "0xBC84F95f089b9291C552EBA09D30Fd56A932AFC9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBC84F95f089b9291C552EBA09D30Fd56A932AFC9/logo.png b/blockchains/ethereum/assets/0xBC84F95f089b9291C552EBA09D30Fd56A932AFC9/logo.png
deleted file mode 100644
index b5b439750cd70..0000000000000
Binary files a/blockchains/ethereum/assets/0xBC84F95f089b9291C552EBA09D30Fd56A932AFC9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBC86727E770de68B1060C91f6BB6945c73e10388/info.json b/blockchains/ethereum/assets/0xBC86727E770de68B1060C91f6BB6945c73e10388/info.json
deleted file mode 100644
index ff03d0969086f..0000000000000
--- a/blockchains/ethereum/assets/0xBC86727E770de68B1060C91f6BB6945c73e10388/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ink Protocol",
- "symbol": "XNK",
- "type": "ERC20",
- "decimals": 18,
- "description": "Decentralized reputation and payments for peer-to-peer marketplaces.",
- "website": "https://paywithink.com",
- "explorer": "https://etherscan.io/token/0xBC86727E770de68B1060C91f6BB6945c73e10388",
- "status": "active",
- "id": "0xBC86727E770de68B1060C91f6BB6945c73e10388"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBC86727E770de68B1060C91f6BB6945c73e10388/logo.png b/blockchains/ethereum/assets/0xBC86727E770de68B1060C91f6BB6945c73e10388/logo.png
deleted file mode 100644
index 3bbeb55fafe37..0000000000000
Binary files a/blockchains/ethereum/assets/0xBC86727E770de68B1060C91f6BB6945c73e10388/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBCD2Eac03b41c8afb199455fDe76F11f5249A7b1/info.json b/blockchains/ethereum/assets/0xBCD2Eac03b41c8afb199455fDe76F11f5249A7b1/info.json
deleted file mode 100644
index f5534f5684b0e..0000000000000
--- a/blockchains/ethereum/assets/0xBCD2Eac03b41c8afb199455fDe76F11f5249A7b1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ATIS Token",
- "symbol": "ATIS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBCD2Eac03b41c8afb199455fDe76F11f5249A7b1",
- "status": "abandoned",
- "id": "0xBCD2Eac03b41c8afb199455fDe76F11f5249A7b1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBCD2Eac03b41c8afb199455fDe76F11f5249A7b1/logo.png b/blockchains/ethereum/assets/0xBCD2Eac03b41c8afb199455fDe76F11f5249A7b1/logo.png
deleted file mode 100644
index bffadf2087734..0000000000000
Binary files a/blockchains/ethereum/assets/0xBCD2Eac03b41c8afb199455fDe76F11f5249A7b1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBD0706f616b8D465d87583B727Df8478Ed1496fD/info.json b/blockchains/ethereum/assets/0xBD0706f616b8D465d87583B727Df8478Ed1496fD/info.json
deleted file mode 100644
index f9225d2375e2f..0000000000000
--- a/blockchains/ethereum/assets/0xBD0706f616b8D465d87583B727Df8478Ed1496fD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WHOIS",
- "symbol": "ethWHOIS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBD0706f616b8D465d87583B727Df8478Ed1496fD",
- "status": "abandoned",
- "id": "0xBD0706f616b8D465d87583B727Df8478Ed1496fD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBD0706f616b8D465d87583B727Df8478Ed1496fD/logo.png b/blockchains/ethereum/assets/0xBD0706f616b8D465d87583B727Df8478Ed1496fD/logo.png
deleted file mode 100644
index 90adf935c9142..0000000000000
Binary files a/blockchains/ethereum/assets/0xBD0706f616b8D465d87583B727Df8478Ed1496fD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBD100d061E120b2c67A24453CF6368E63f1Be056/info.json b/blockchains/ethereum/assets/0xBD100d061E120b2c67A24453CF6368E63f1Be056/info.json
deleted file mode 100644
index 3032d99ad23a3..0000000000000
--- a/blockchains/ethereum/assets/0xBD100d061E120b2c67A24453CF6368E63f1Be056/info.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "iDeFiYieldProtocol",
- "type": "ERC20",
- "symbol": "iDYP",
- "decimals": 18,
- "website": "https://www.dypius.com/",
- "description": "iDYP is part of the Dypius dual token economy and is used as a component of smart contract strategies related to staking, analytical tools, NFTs, and metaverse.",
- "explorer": "https://etherscan.io/token/0xBD100d061E120b2c67A24453CF6368E63f1Be056",
- "status": "active",
- "id": "0xBD100d061E120b2c67A24453CF6368E63f1Be056",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/dypfinance"
- },
- {
- "name": "github",
- "url": "https://github.com/dypfinance/"
- },
- {
- "name": "medium",
- "url": "https://dypfinance.medium.com/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/idefiyieldprotocol/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/idefiyieldprotocol"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/dypcaws"
- },
- {
- "name": "whitepaper",
- "url": "https://drive.google.com/drive/folders/1PprliiDlNB6Cx-35eaEun-gmjk0-a1O4"
- }
- ],
- "tags": [
- "governance",
- "defi",
- "staking-native"
- ]
-}
-
diff --git a/blockchains/ethereum/assets/0xBD100d061E120b2c67A24453CF6368E63f1Be056/logo.png b/blockchains/ethereum/assets/0xBD100d061E120b2c67A24453CF6368E63f1Be056/logo.png
deleted file mode 100644
index 68ecfe32afae5..0000000000000
Binary files a/blockchains/ethereum/assets/0xBD100d061E120b2c67A24453CF6368E63f1Be056/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBD16179538D7d5A91285F730a7c94E134FC0F677/info.json b/blockchains/ethereum/assets/0xBD16179538D7d5A91285F730a7c94E134FC0F677/info.json
deleted file mode 100644
index 3f220d32a6a55..0000000000000
--- a/blockchains/ethereum/assets/0xBD16179538D7d5A91285F730a7c94E134FC0F677/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Liquid Gold",
- "symbol": "LGC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBD16179538D7d5A91285F730a7c94E134FC0F677",
- "status": "abandoned",
- "id": "0xBD16179538D7d5A91285F730a7c94E134FC0F677"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBD16179538D7d5A91285F730a7c94E134FC0F677/logo.png b/blockchains/ethereum/assets/0xBD16179538D7d5A91285F730a7c94E134FC0F677/logo.png
deleted file mode 100644
index 12b93a4d81ad8..0000000000000
Binary files a/blockchains/ethereum/assets/0xBD16179538D7d5A91285F730a7c94E134FC0F677/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBD2F0Cd039E0BFcf88901C98c0bFAc5ab27566e3/info.json b/blockchains/ethereum/assets/0xBD2F0Cd039E0BFcf88901C98c0bFAc5ab27566e3/info.json
deleted file mode 100644
index a8ce4a55f0f92..0000000000000
--- a/blockchains/ethereum/assets/0xBD2F0Cd039E0BFcf88901C98c0bFAc5ab27566e3/info.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "Dynamic Set Dollar",
- "website": "https://dsd.finance",
- "description": "Algorithmic Stable-coin forked from Empty Set Dollar ",
- "explorer": "https://etherscan.io/token/0xBD2F0Cd039E0BFcf88901C98c0bFAc5ab27566e3",
- "research": "https://dynamicsetdollar.medium.com/",
- "type": "ERC20",
- "symbol": "DSD",
- "decimals": 18,
- "status": "active",
- "id": "0xBD2F0Cd039E0BFcf88901C98c0bFAc5ab27566e3",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/dynamicsetdollar/dsd-protocol"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/emptysetsquad/dollar/blob/master/d%C3%B8llar.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBD2F0Cd039E0BFcf88901C98c0bFAc5ab27566e3/logo.png b/blockchains/ethereum/assets/0xBD2F0Cd039E0BFcf88901C98c0bFAc5ab27566e3/logo.png
deleted file mode 100644
index 0349a11015252..0000000000000
Binary files a/blockchains/ethereum/assets/0xBD2F0Cd039E0BFcf88901C98c0bFAc5ab27566e3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBD4fb45b05DD4f0B55b6451B58f3DBA7fFB1b34B/info.json b/blockchains/ethereum/assets/0xBD4fb45b05DD4f0B55b6451B58f3DBA7fFB1b34B/info.json
deleted file mode 100644
index 8a57334205664..0000000000000
--- a/blockchains/ethereum/assets/0xBD4fb45b05DD4f0B55b6451B58f3DBA7fFB1b34B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg7500",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBD4fb45b05DD4f0B55b6451B58f3DBA7fFB1b34B",
- "status": "abandoned",
- "id": "0xBD4fb45b05DD4f0B55b6451B58f3DBA7fFB1b34B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBD4fb45b05DD4f0B55b6451B58f3DBA7fFB1b34B/logo.png b/blockchains/ethereum/assets/0xBD4fb45b05DD4f0B55b6451B58f3DBA7fFB1b34B/logo.png
deleted file mode 100644
index 95c6934dcff86..0000000000000
Binary files a/blockchains/ethereum/assets/0xBD4fb45b05DD4f0B55b6451B58f3DBA7fFB1b34B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBD87447F48ad729C5c4b8bcb503e1395F62e8B98/info.json b/blockchains/ethereum/assets/0xBD87447F48ad729C5c4b8bcb503e1395F62e8B98/info.json
deleted file mode 100644
index 9be2fad36319c..0000000000000
--- a/blockchains/ethereum/assets/0xBD87447F48ad729C5c4b8bcb503e1395F62e8B98/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pool Usdc",
- "symbol": "plUsdc",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBD87447F48ad729C5c4b8bcb503e1395F62e8B98",
- "status": "abandoned",
- "id": "0xBD87447F48ad729C5c4b8bcb503e1395F62e8B98"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBD87447F48ad729C5c4b8bcb503e1395F62e8B98/logo.png b/blockchains/ethereum/assets/0xBD87447F48ad729C5c4b8bcb503e1395F62e8B98/logo.png
deleted file mode 100644
index 1ff7fa74b6527..0000000000000
Binary files a/blockchains/ethereum/assets/0xBD87447F48ad729C5c4b8bcb503e1395F62e8B98/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBDC5bAC39Dbe132B1E030e898aE3830017D7d969/info.json b/blockchains/ethereum/assets/0xBDC5bAC39Dbe132B1E030e898aE3830017D7d969/info.json
deleted file mode 100644
index 0b8803d5d93a8..0000000000000
--- a/blockchains/ethereum/assets/0xBDC5bAC39Dbe132B1E030e898aE3830017D7d969/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Snovio",
- "symbol": "SNOV",
- "type": "ERC20",
- "decimals": 18,
- "description": "Snovian.Space is a decentralized reward based social networking platform. Snovian.Space is designed specifically for professionals in crypto, tech, and other niches. Users can contact each other via messages, that the recipients read and answer, incentivized by a crypto reward for their time and expertise.",
- "website": "https://snovian.space/",
- "explorer": "https://etherscan.io/token/0xBDC5bAC39Dbe132B1E030e898aE3830017D7d969",
- "status": "active",
- "id": "0xBDC5bAC39Dbe132B1E030e898aE3830017D7d969"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBDC5bAC39Dbe132B1E030e898aE3830017D7d969/logo.png b/blockchains/ethereum/assets/0xBDC5bAC39Dbe132B1E030e898aE3830017D7d969/logo.png
deleted file mode 100644
index 78c43fb253578..0000000000000
Binary files a/blockchains/ethereum/assets/0xBDC5bAC39Dbe132B1E030e898aE3830017D7d969/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBDCFbf5C4D91Abc0bC9709C7286d00063c0e6F22/info.json b/blockchains/ethereum/assets/0xBDCFbf5C4D91Abc0bC9709C7286d00063c0e6F22/info.json
deleted file mode 100644
index c84eac83bcd97..0000000000000
--- a/blockchains/ethereum/assets/0xBDCFbf5C4D91Abc0bC9709C7286d00063c0e6F22/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GUESS",
- "symbol": "GUESS",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "https://peerguess.com/",
- "explorer": "https://etherscan.io/token/0xBDCFbf5C4D91Abc0bC9709C7286d00063c0e6F22",
- "status": "abandoned",
- "id": "0xBDCFbf5C4D91Abc0bC9709C7286d00063c0e6F22"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBDCFbf5C4D91Abc0bC9709C7286d00063c0e6F22/logo.png b/blockchains/ethereum/assets/0xBDCFbf5C4D91Abc0bC9709C7286d00063c0e6F22/logo.png
deleted file mode 100644
index 1b8eb6b56e955..0000000000000
Binary files a/blockchains/ethereum/assets/0xBDCFbf5C4D91Abc0bC9709C7286d00063c0e6F22/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBDDab785b306BCD9fB056Da189615Cc8eCE1D823/info.json b/blockchains/ethereum/assets/0xBDDab785b306BCD9fB056Da189615Cc8eCE1D823/info.json
deleted file mode 100644
index 3ee670629e0ab..0000000000000
--- a/blockchains/ethereum/assets/0xBDDab785b306BCD9fB056Da189615Cc8eCE1D823/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ebakus",
- "symbol": "EBK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.ebakus.com/",
- "explorer": "https://etherscan.io/token/0xBDDab785b306BCD9fB056Da189615Cc8eCE1D823",
- "status": "active",
- "id": "0xBDDab785b306BCD9fB056Da189615Cc8eCE1D823"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBDDab785b306BCD9fB056Da189615Cc8eCE1D823/logo.png b/blockchains/ethereum/assets/0xBDDab785b306BCD9fB056Da189615Cc8eCE1D823/logo.png
deleted file mode 100644
index 0c944dd3be271..0000000000000
Binary files a/blockchains/ethereum/assets/0xBDDab785b306BCD9fB056Da189615Cc8eCE1D823/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBE3F88E18BE3944FdDa830695228ADBB82fA125F/info.json b/blockchains/ethereum/assets/0xBE3F88E18BE3944FdDa830695228ADBB82fA125F/info.json
deleted file mode 100644
index 1d7331501c002..0000000000000
--- a/blockchains/ethereum/assets/0xBE3F88E18BE3944FdDa830695228ADBB82fA125F/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Stable MPH",
- "website": "https://ichi.org",
- "description": "Stable MPH is the stablecoin created for the 88MPH community. Backed by both a treasury of MPH and collateral of USDC this ERC20 token can be redeemed for USDC at anytime and also provides a vote for governance of the MPH treasury.",
- "explorer": "https://etherscan.io/token/0xBE3F88E18BE3944FdDa830695228ADBB82fA125F",
- "type": "ERC20",
- "symbol": "oneMPH",
- "decimals": 18,
- "status": "active",
- "id": "0xBE3F88E18BE3944FdDa830695228ADBB82fA125F",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ichifarm/ichi-oneToken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ichifarm"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ichifarm"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ichifarm"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/Bm6pUHjHUC"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/stable-mph"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBE3F88E18BE3944FdDa830695228ADBB82fA125F/logo.png b/blockchains/ethereum/assets/0xBE3F88E18BE3944FdDa830695228ADBB82fA125F/logo.png
deleted file mode 100644
index 61f71ca62f5ee..0000000000000
Binary files a/blockchains/ethereum/assets/0xBE3F88E18BE3944FdDa830695228ADBB82fA125F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBE6ac6B50F577205c9D107f37b6E205aA6ACC5D4/info.json b/blockchains/ethereum/assets/0xBE6ac6B50F577205c9D107f37b6E205aA6ACC5D4/info.json
deleted file mode 100644
index ed4596664cbec..0000000000000
--- a/blockchains/ethereum/assets/0xBE6ac6B50F577205c9D107f37b6E205aA6ACC5D4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "United Network Distribution",
- "symbol": "UND",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBE6ac6B50F577205c9D107f37b6E205aA6ACC5D4",
- "status": "abandoned",
- "id": "0xBE6ac6B50F577205c9D107f37b6E205aA6ACC5D4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBE6ac6B50F577205c9D107f37b6E205aA6ACC5D4/logo.png b/blockchains/ethereum/assets/0xBE6ac6B50F577205c9D107f37b6E205aA6ACC5D4/logo.png
deleted file mode 100644
index 9da2c20ef3b38..0000000000000
Binary files a/blockchains/ethereum/assets/0xBE6ac6B50F577205c9D107f37b6E205aA6ACC5D4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBF38f982454AAA5390dF93CdDfD1DaBC3C20956F/info.json b/blockchains/ethereum/assets/0xBF38f982454AAA5390dF93CdDfD1DaBC3C20956F/info.json
deleted file mode 100644
index 8175af96888ec..0000000000000
--- a/blockchains/ethereum/assets/0xBF38f982454AAA5390dF93CdDfD1DaBC3C20956F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Komuro",
- "symbol": "KEI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBF38f982454AAA5390dF93CdDfD1DaBC3C20956F",
- "status": "abandoned",
- "id": "0xBF38f982454AAA5390dF93CdDfD1DaBC3C20956F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBF38f982454AAA5390dF93CdDfD1DaBC3C20956F/logo.png b/blockchains/ethereum/assets/0xBF38f982454AAA5390dF93CdDfD1DaBC3C20956F/logo.png
deleted file mode 100644
index ac831d09368ca..0000000000000
Binary files a/blockchains/ethereum/assets/0xBF38f982454AAA5390dF93CdDfD1DaBC3C20956F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBF494F02EE3FdE1F20BEE6242bCe2d1ED0c15e47/info.json b/blockchains/ethereum/assets/0xBF494F02EE3FdE1F20BEE6242bCe2d1ED0c15e47/info.json
deleted file mode 100644
index 92c0773d12e30..0000000000000
--- a/blockchains/ethereum/assets/0xBF494F02EE3FdE1F20BEE6242bCe2d1ED0c15e47/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "World Token",
- "website": "https://worldtoken.network",
- "description": "$WORLD is a unique platform that combines the best tokenomics of current frictionless yield protocols for instant rewards with the additional benefits of staking in our upcoming marketplace. This way the best rewards can be guaranteed without any token inflation.",
- "explorer": "https://etherscan.io/token/0xBF494F02EE3FdE1F20BEE6242bCe2d1ED0c15e47",
- "type": "ERC20",
- "symbol": "WORLD",
- "decimals": 18,
- "status": "active",
- "id": "0xBF494F02EE3FdE1F20BEE6242bCe2d1ED0c15e47"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBF494F02EE3FdE1F20BEE6242bCe2d1ED0c15e47/logo.png b/blockchains/ethereum/assets/0xBF494F02EE3FdE1F20BEE6242bCe2d1ED0c15e47/logo.png
deleted file mode 100644
index 3f8b8ba335d4e..0000000000000
Binary files a/blockchains/ethereum/assets/0xBF494F02EE3FdE1F20BEE6242bCe2d1ED0c15e47/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBF8d8F1242b95dfBAe532aF6B0F4463905415CC1/info.json b/blockchains/ethereum/assets/0xBF8d8F1242b95dfBAe532aF6B0F4463905415CC1/info.json
deleted file mode 100644
index a389bc4173c5d..0000000000000
--- a/blockchains/ethereum/assets/0xBF8d8F1242b95dfBAe532aF6B0F4463905415CC1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Edex",
- "symbol": "EDX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBF8d8F1242b95dfBAe532aF6B0F4463905415CC1",
- "status": "abandoned",
- "id": "0xBF8d8F1242b95dfBAe532aF6B0F4463905415CC1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBF8d8F1242b95dfBAe532aF6B0F4463905415CC1/logo.png b/blockchains/ethereum/assets/0xBF8d8F1242b95dfBAe532aF6B0F4463905415CC1/logo.png
deleted file mode 100644
index 10d4a6ab3136f..0000000000000
Binary files a/blockchains/ethereum/assets/0xBF8d8F1242b95dfBAe532aF6B0F4463905415CC1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBFB7a652000763AC12bd3EED65C3E5Da5785743f/info.json b/blockchains/ethereum/assets/0xBFB7a652000763AC12bd3EED65C3E5Da5785743f/info.json
deleted file mode 100644
index 271f000fda68b..0000000000000
--- a/blockchains/ethereum/assets/0xBFB7a652000763AC12bd3EED65C3E5Da5785743f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R879675",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBFB7a652000763AC12bd3EED65C3E5Da5785743f",
- "status": "abandoned",
- "id": "0xBFB7a652000763AC12bd3EED65C3E5Da5785743f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBFB7a652000763AC12bd3EED65C3E5Da5785743f/logo.png b/blockchains/ethereum/assets/0xBFB7a652000763AC12bd3EED65C3E5Da5785743f/logo.png
deleted file mode 100644
index 4f526ec609fb8..0000000000000
Binary files a/blockchains/ethereum/assets/0xBFB7a652000763AC12bd3EED65C3E5Da5785743f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBFD04AaCD54c0213d3Ba6CBb390898AC50A2dcb2/info.json b/blockchains/ethereum/assets/0xBFD04AaCD54c0213d3Ba6CBb390898AC50A2dcb2/info.json
deleted file mode 100644
index be9cc8d3feec2..0000000000000
--- a/blockchains/ethereum/assets/0xBFD04AaCD54c0213d3Ba6CBb390898AC50A2dcb2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitwaves",
- "website": "http://bitwaves.airsite.co",
- "description": "Bitwaves is merging alternative financial markets with digital assets.Bitwaves vision is to make easier the mass usage of assets globally by enabling people to tokenize the economy on Ethereum’s blockchain.",
- "explorer": "https://etherscan.io/token/0xBFD04AaCD54c0213d3Ba6CBb390898AC50A2dcb2",
- "type": "ERC20",
- "symbol": "BWV",
- "decimals": 18,
- "status": "active",
- "id": "0xBFD04AaCD54c0213d3Ba6CBb390898AC50A2dcb2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBFD04AaCD54c0213d3Ba6CBb390898AC50A2dcb2/logo.png b/blockchains/ethereum/assets/0xBFD04AaCD54c0213d3Ba6CBb390898AC50A2dcb2/logo.png
deleted file mode 100644
index 8313e59f72704..0000000000000
Binary files a/blockchains/ethereum/assets/0xBFD04AaCD54c0213d3Ba6CBb390898AC50A2dcb2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBFbe5332f172d77811bC6c272844f3e54A7B23bB/info.json b/blockchains/ethereum/assets/0xBFbe5332f172d77811bC6c272844f3e54A7B23bB/info.json
deleted file mode 100644
index 6f620ea2f0deb..0000000000000
--- a/blockchains/ethereum/assets/0xBFbe5332f172d77811bC6c272844f3e54A7B23bB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WemarkToken",
- "symbol": "WMK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBFbe5332f172d77811bC6c272844f3e54A7B23bB",
- "status": "abandoned",
- "id": "0xBFbe5332f172d77811bC6c272844f3e54A7B23bB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBFbe5332f172d77811bC6c272844f3e54A7B23bB/logo.png b/blockchains/ethereum/assets/0xBFbe5332f172d77811bC6c272844f3e54A7B23bB/logo.png
deleted file mode 100644
index 8af91377ef30c..0000000000000
Binary files a/blockchains/ethereum/assets/0xBFbe5332f172d77811bC6c272844f3e54A7B23bB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBFd78659212F00dE65A6411DAdC75878930725Ec/info.json b/blockchains/ethereum/assets/0xBFd78659212F00dE65A6411DAdC75878930725Ec/info.json
deleted file mode 100644
index 6b7ea067ac1cf..0000000000000
--- a/blockchains/ethereum/assets/0xBFd78659212F00dE65A6411DAdC75878930725Ec/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AMAL",
- "symbol": "AMAL",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBFd78659212F00dE65A6411DAdC75878930725Ec",
- "status": "abandoned",
- "id": "0xBFd78659212F00dE65A6411DAdC75878930725Ec"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBFd78659212F00dE65A6411DAdC75878930725Ec/logo.png b/blockchains/ethereum/assets/0xBFd78659212F00dE65A6411DAdC75878930725Ec/logo.png
deleted file mode 100644
index 6463bd06a9c17..0000000000000
Binary files a/blockchains/ethereum/assets/0xBFd78659212F00dE65A6411DAdC75878930725Ec/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBa1ED22C69ad00739EE2b4aBD70e270BE9e87eE2/info.json b/blockchains/ethereum/assets/0xBa1ED22C69ad00739EE2b4aBD70e270BE9e87eE2/info.json
deleted file mode 100644
index 91dfb474d97fa..0000000000000
--- a/blockchains/ethereum/assets/0xBa1ED22C69ad00739EE2b4aBD70e270BE9e87eE2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Webflix Token",
- "symbol": "WFX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.webflix.io/",
- "explorer": "https://etherscan.io/token/0xBa1ED22C69ad00739EE2b4aBD70e270BE9e87eE2",
- "status": "abandoned",
- "id": "0xBa1ED22C69ad00739EE2b4aBD70e270BE9e87eE2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBa1ED22C69ad00739EE2b4aBD70e270BE9e87eE2/logo.png b/blockchains/ethereum/assets/0xBa1ED22C69ad00739EE2b4aBD70e270BE9e87eE2/logo.png
deleted file mode 100644
index 7cb5c9d85f86d..0000000000000
Binary files a/blockchains/ethereum/assets/0xBa1ED22C69ad00739EE2b4aBD70e270BE9e87eE2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBa21Ef4c9f433Ede00badEFcC2754B8E74bd538A/info.json b/blockchains/ethereum/assets/0xBa21Ef4c9f433Ede00badEFcC2754B8E74bd538A/info.json
deleted file mode 100644
index a521a6dca2c86..0000000000000
--- a/blockchains/ethereum/assets/0xBa21Ef4c9f433Ede00badEFcC2754B8E74bd538A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Swapfolio",
- "website": "https://swapfol.io",
- "description": "SWFL is described to be a utility token for Swapfolio app, a Uniswap portfolio & trading terminal. Swapfolio offers more trading features and staking rewards to all token stakers.",
- "explorer": "https://etherscan.io/token/0xBa21Ef4c9f433Ede00badEFcC2754B8E74bd538A",
- "type": "ERC20",
- "symbol": "SWFL",
- "decimals": 18,
- "status": "active",
- "id": "0xBa21Ef4c9f433Ede00badEFcC2754B8E74bd538A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBa21Ef4c9f433Ede00badEFcC2754B8E74bd538A/logo.png b/blockchains/ethereum/assets/0xBa21Ef4c9f433Ede00badEFcC2754B8E74bd538A/logo.png
deleted file mode 100644
index bff189030be9f..0000000000000
Binary files a/blockchains/ethereum/assets/0xBa21Ef4c9f433Ede00badEFcC2754B8E74bd538A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBa3862B3e9Cf47badB26FB9CAC36A4982fbDcF5E/info.json b/blockchains/ethereum/assets/0xBa3862B3e9Cf47badB26FB9CAC36A4982fbDcF5E/info.json
deleted file mode 100644
index 80d1aa2862a89..0000000000000
--- a/blockchains/ethereum/assets/0xBa3862B3e9Cf47badB26FB9CAC36A4982fbDcF5E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tyche Chip",
- "symbol": "TCH",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBa3862B3e9Cf47badB26FB9CAC36A4982fbDcF5E",
- "status": "abandoned",
- "id": "0xBa3862B3e9Cf47badB26FB9CAC36A4982fbDcF5E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBa3862B3e9Cf47badB26FB9CAC36A4982fbDcF5E/logo.png b/blockchains/ethereum/assets/0xBa3862B3e9Cf47badB26FB9CAC36A4982fbDcF5E/logo.png
deleted file mode 100644
index db60e41f3e878..0000000000000
Binary files a/blockchains/ethereum/assets/0xBa3862B3e9Cf47badB26FB9CAC36A4982fbDcF5E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBa5160Ba66b286f1B9B6f3a57A6ABCFa440E7aA2/info.json b/blockchains/ethereum/assets/0xBa5160Ba66b286f1B9B6f3a57A6ABCFa440E7aA2/info.json
deleted file mode 100644
index 4c3693cbf1b5c..0000000000000
--- a/blockchains/ethereum/assets/0xBa5160Ba66b286f1B9B6f3a57A6ABCFa440E7aA2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HUB Coin",
- "symbol": "HUB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBa5160Ba66b286f1B9B6f3a57A6ABCFa440E7aA2",
- "status": "abandoned",
- "id": "0xBa5160Ba66b286f1B9B6f3a57A6ABCFa440E7aA2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBa5160Ba66b286f1B9B6f3a57A6ABCFa440E7aA2/logo.png b/blockchains/ethereum/assets/0xBa5160Ba66b286f1B9B6f3a57A6ABCFa440E7aA2/logo.png
deleted file mode 100644
index d835381886ec0..0000000000000
Binary files a/blockchains/ethereum/assets/0xBa5160Ba66b286f1B9B6f3a57A6ABCFa440E7aA2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBa630d3BA20502BA07975B15c719BEECc8e4EBB0/info.json b/blockchains/ethereum/assets/0xBa630d3BA20502BA07975B15c719BEECc8e4EBB0/info.json
deleted file mode 100644
index 57154be56db5c..0000000000000
--- a/blockchains/ethereum/assets/0xBa630d3BA20502BA07975B15c719BEECc8e4EBB0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EthereumPro",
- "website": "https://ethereum-pro.org",
- "description": "Ethereum Pro is a decentralized and deflationary token built on the secure Ethereum network.",
- "explorer": "https://etherscan.io/token/0xba630d3ba20502ba07975b15c719beecc8e4ebb0",
- "type": "ERC20",
- "symbol": "EPRO",
- "decimals": 9,
- "status": "active",
- "id": "0xBa630d3BA20502BA07975B15c719BEECc8e4EBB0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBa630d3BA20502BA07975B15c719BEECc8e4EBB0/logo.png b/blockchains/ethereum/assets/0xBa630d3BA20502BA07975B15c719BEECc8e4EBB0/logo.png
deleted file mode 100644
index a0fd75f094982..0000000000000
Binary files a/blockchains/ethereum/assets/0xBa630d3BA20502BA07975B15c719BEECc8e4EBB0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBa7DCBa2Ade319Bc772DB4df75A76BA00dFb31b0/info.json b/blockchains/ethereum/assets/0xBa7DCBa2Ade319Bc772DB4df75A76BA00dFb31b0/info.json
deleted file mode 100644
index dfd6d88f6403b..0000000000000
--- a/blockchains/ethereum/assets/0xBa7DCBa2Ade319Bc772DB4df75A76BA00dFb31b0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Apollo18",
- "symbol": "A18",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBa7DCBa2Ade319Bc772DB4df75A76BA00dFb31b0",
- "status": "abandoned",
- "id": "0xBa7DCBa2Ade319Bc772DB4df75A76BA00dFb31b0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBa7DCBa2Ade319Bc772DB4df75A76BA00dFb31b0/logo.png b/blockchains/ethereum/assets/0xBa7DCBa2Ade319Bc772DB4df75A76BA00dFb31b0/logo.png
deleted file mode 100644
index 44ca19e090132..0000000000000
Binary files a/blockchains/ethereum/assets/0xBa7DCBa2Ade319Bc772DB4df75A76BA00dFb31b0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBa9508c6d2650fBB7c167090438226AF2718DECB/info.json b/blockchains/ethereum/assets/0xBa9508c6d2650fBB7c167090438226AF2718DECB/info.json
deleted file mode 100644
index b19e787c11553..0000000000000
--- a/blockchains/ethereum/assets/0xBa9508c6d2650fBB7c167090438226AF2718DECB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-28/30M58",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBa9508c6d2650fBB7c167090438226AF2718DECB",
- "status": "abandoned",
- "id": "0xBa9508c6d2650fBB7c167090438226AF2718DECB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBa9508c6d2650fBB7c167090438226AF2718DECB/logo.png b/blockchains/ethereum/assets/0xBa9508c6d2650fBB7c167090438226AF2718DECB/logo.png
deleted file mode 100644
index 0e22bb07f4c5b..0000000000000
Binary files a/blockchains/ethereum/assets/0xBa9508c6d2650fBB7c167090438226AF2718DECB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBaC6874fFf7aC02C06907D0e340AF9f1832E7908/info.json b/blockchains/ethereum/assets/0xBaC6874fFf7aC02C06907D0e340AF9f1832E7908/info.json
deleted file mode 100644
index 0ab835c4356a9..0000000000000
--- a/blockchains/ethereum/assets/0xBaC6874fFf7aC02C06907D0e340AF9f1832E7908/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "A1 Coin",
- "symbol": "A1",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://a1coin.co/",
- "explorer": "https://etherscan.io/token/0xBaC6874fFf7aC02C06907D0e340AF9f1832E7908",
- "status": "abandoned",
- "id": "0xBaC6874fFf7aC02C06907D0e340AF9f1832E7908"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBaC6874fFf7aC02C06907D0e340AF9f1832E7908/logo.png b/blockchains/ethereum/assets/0xBaC6874fFf7aC02C06907D0e340AF9f1832E7908/logo.png
deleted file mode 100644
index 2e7fd68a68df1..0000000000000
Binary files a/blockchains/ethereum/assets/0xBaC6874fFf7aC02C06907D0e340AF9f1832E7908/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBac7A1798350cdf2Dbfe0c210C2C9861223f4B31/info.json b/blockchains/ethereum/assets/0xBac7A1798350cdf2Dbfe0c210C2C9861223f4B31/info.json
deleted file mode 100644
index 62bc82c4a82d9..0000000000000
--- a/blockchains/ethereum/assets/0xBac7A1798350cdf2Dbfe0c210C2C9861223f4B31/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Moneynet Coin",
- "symbol": "MNC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://moneynet.io",
- "explorer": "https://etherscan.io/token/0xBac7A1798350cdf2Dbfe0c210C2C9861223f4B31",
- "status": "abandoned",
- "id": "0xBac7A1798350cdf2Dbfe0c210C2C9861223f4B31"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBac7A1798350cdf2Dbfe0c210C2C9861223f4B31/logo.png b/blockchains/ethereum/assets/0xBac7A1798350cdf2Dbfe0c210C2C9861223f4B31/logo.png
deleted file mode 100644
index 00ccd3186166b..0000000000000
Binary files a/blockchains/ethereum/assets/0xBac7A1798350cdf2Dbfe0c210C2C9861223f4B31/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBb0eF9e617FADdf54B8D16e29046F72B4D3ec77F/info.json b/blockchains/ethereum/assets/0xBb0eF9e617FADdf54B8D16e29046F72B4D3ec77F/info.json
deleted file mode 100644
index b2691b167d4c6..0000000000000
--- a/blockchains/ethereum/assets/0xBb0eF9e617FADdf54B8D16e29046F72B4D3ec77F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PEP Token",
- "symbol": "PEP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBb0eF9e617FADdf54B8D16e29046F72B4D3ec77F",
- "status": "abandoned",
- "id": "0xBb0eF9e617FADdf54B8D16e29046F72B4D3ec77F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBb0eF9e617FADdf54B8D16e29046F72B4D3ec77F/logo.png b/blockchains/ethereum/assets/0xBb0eF9e617FADdf54B8D16e29046F72B4D3ec77F/logo.png
deleted file mode 100644
index 03684afa446a6..0000000000000
Binary files a/blockchains/ethereum/assets/0xBb0eF9e617FADdf54B8D16e29046F72B4D3ec77F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBb1f24C0c1554b9990222f036b0AaD6Ee4CAec29/info.json b/blockchains/ethereum/assets/0xBb1f24C0c1554b9990222f036b0AaD6Ee4CAec29/info.json
deleted file mode 100644
index 77f401fd2cc84..0000000000000
--- a/blockchains/ethereum/assets/0xBb1f24C0c1554b9990222f036b0AaD6Ee4CAec29/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptoSoul",
- "symbol": "SOUL",
- "type": "ERC20",
- "decimals": 18,
- "description": "We Build Popular Mobile Crypto Games With Utility Cryptocurrency.",
- "website": "https://cryptosoul.io",
- "explorer": "https://etherscan.io/token/0xBb1f24C0c1554b9990222f036b0AaD6Ee4CAec29",
- "status": "active",
- "id": "0xBb1f24C0c1554b9990222f036b0AaD6Ee4CAec29"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBb1f24C0c1554b9990222f036b0AaD6Ee4CAec29/logo.png b/blockchains/ethereum/assets/0xBb1f24C0c1554b9990222f036b0AaD6Ee4CAec29/logo.png
deleted file mode 100644
index b336ee4cf6f1a..0000000000000
Binary files a/blockchains/ethereum/assets/0xBb1f24C0c1554b9990222f036b0AaD6Ee4CAec29/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBb50fd41e67b3078B4052d84077a3685eddb7E51/info.json b/blockchains/ethereum/assets/0xBb50fd41e67b3078B4052d84077a3685eddb7E51/info.json
deleted file mode 100644
index 0b9493a3e9347..0000000000000
--- a/blockchains/ethereum/assets/0xBb50fd41e67b3078B4052d84077a3685eddb7E51/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C548526",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBb50fd41e67b3078B4052d84077a3685eddb7E51",
- "status": "abandoned",
- "id": "0xBb50fd41e67b3078B4052d84077a3685eddb7E51"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBb50fd41e67b3078B4052d84077a3685eddb7E51/logo.png b/blockchains/ethereum/assets/0xBb50fd41e67b3078B4052d84077a3685eddb7E51/logo.png
deleted file mode 100644
index 55e3fe82d060b..0000000000000
Binary files a/blockchains/ethereum/assets/0xBb50fd41e67b3078B4052d84077a3685eddb7E51/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBbBb7F2aC04484F7F04A2C2C16f20479791BbB44/info.json b/blockchains/ethereum/assets/0xBbBb7F2aC04484F7F04A2C2C16f20479791BbB44/info.json
deleted file mode 100644
index 1b0f964d0e6be..0000000000000
--- a/blockchains/ethereum/assets/0xBbBb7F2aC04484F7F04A2C2C16f20479791BbB44/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave UniDAIETH",
- "website": "https://aave.com",
- "description": "Aave UniDAIETH is an interest bearing token pegged 1:1 to the underlying DAI and ETH deposited in the Uniswap Market of Aave Protocol.",
- "explorer": "https://etherscan.io/token/0xBbBb7F2aC04484F7F04A2C2C16f20479791BbB44",
- "type": "ERC20",
- "symbol": "aUniDAIETH",
- "decimals": 18,
- "status": "active",
- "id": "0xBbBb7F2aC04484F7F04A2C2C16f20479791BbB44"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBbBb7F2aC04484F7F04A2C2C16f20479791BbB44/logo.png b/blockchains/ethereum/assets/0xBbBb7F2aC04484F7F04A2C2C16f20479791BbB44/logo.png
deleted file mode 100644
index 5a0e82c96745e..0000000000000
Binary files a/blockchains/ethereum/assets/0xBbBb7F2aC04484F7F04A2C2C16f20479791BbB44/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBbcE03B2E7f53caDCA93251CA4c928aF01Db6404/info.json b/blockchains/ethereum/assets/0xBbcE03B2E7f53caDCA93251CA4c928aF01Db6404/info.json
deleted file mode 100644
index 201081cf689bb..0000000000000
--- a/blockchains/ethereum/assets/0xBbcE03B2E7f53caDCA93251CA4c928aF01Db6404/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Stable FUSE",
- "website": "app.ichi.org",
- "description": "oneFUSE is an ICHI-created stablecoin for Fuse.",
- "explorer": "https://etherscan.io/token/0xBbcE03B2E7f53caDCA93251CA4c928aF01Db6404",
- "type": "ERC20",
- "symbol": "oneFUSE",
- "decimals": 18,
- "status": "active",
- "id": "0xBbcE03B2E7f53caDCA93251CA4c928aF01Db6404",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ichifarm/ichi-oneToken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ichifarm"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ichifarm"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ichifarm"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/DvsYCfK8"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/onefuse"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0xBbcE03B2E7f53caDCA93251CA4c928aF01Db6404/logo.png b/blockchains/ethereum/assets/0xBbcE03B2E7f53caDCA93251CA4c928aF01Db6404/logo.png
deleted file mode 100644
index 0ea98f32c2191..0000000000000
Binary files a/blockchains/ethereum/assets/0xBbcE03B2E7f53caDCA93251CA4c928aF01Db6404/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBbe761EA1447A20b75aA485b7BCad4837415d7D7/info.json b/blockchains/ethereum/assets/0xBbe761EA1447A20b75aA485b7BCad4837415d7D7/info.json
deleted file mode 100644
index 5409d553ac305..0000000000000
--- a/blockchains/ethereum/assets/0xBbe761EA1447A20b75aA485b7BCad4837415d7D7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Global Crypto Alliance",
- "symbol": "CALL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://gcalliance.io/",
- "explorer": "https://etherscan.io/token/0xBbe761EA1447A20b75aA485b7BCad4837415d7D7",
- "status": "abandoned",
- "id": "0xBbe761EA1447A20b75aA485b7BCad4837415d7D7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBbe761EA1447A20b75aA485b7BCad4837415d7D7/logo.png b/blockchains/ethereum/assets/0xBbe761EA1447A20b75aA485b7BCad4837415d7D7/logo.png
deleted file mode 100644
index 4239a176a32cb..0000000000000
Binary files a/blockchains/ethereum/assets/0xBbe761EA1447A20b75aA485b7BCad4837415d7D7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBc0d84FA6260E065F330d51621d682d2630F4Aa2/info.json b/blockchains/ethereum/assets/0xBc0d84FA6260E065F330d51621d682d2630F4Aa2/info.json
deleted file mode 100644
index 81ebbe282b931..0000000000000
--- a/blockchains/ethereum/assets/0xBc0d84FA6260E065F330d51621d682d2630F4Aa2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BeatBind",
- "symbol": "BBND",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBc0d84FA6260E065F330d51621d682d2630F4Aa2",
- "status": "abandoned",
- "id": "0xBc0d84FA6260E065F330d51621d682d2630F4Aa2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBc0d84FA6260E065F330d51621d682d2630F4Aa2/logo.png b/blockchains/ethereum/assets/0xBc0d84FA6260E065F330d51621d682d2630F4Aa2/logo.png
deleted file mode 100644
index b21f33f07fd53..0000000000000
Binary files a/blockchains/ethereum/assets/0xBc0d84FA6260E065F330d51621d682d2630F4Aa2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBc17729fDf562723f0267F79FF25aDE441056d87/info.json b/blockchains/ethereum/assets/0xBc17729fDf562723f0267F79FF25aDE441056d87/info.json
deleted file mode 100644
index 5f52d64dcf855..0000000000000
--- a/blockchains/ethereum/assets/0xBc17729fDf562723f0267F79FF25aDE441056d87/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "KSM Starter Token",
- "website": "https://ksmstarter.com",
- "description": "KSM Starter is the primary launchpad on Kusama that supports upcoming projects that wish to build on the Kusama network and the greater Substrate ecosystem.",
- "explorer": "https://etherscan.io/token/0xBc17729fDf562723f0267F79FF25aDE441056d87",
- "type": "ERC20",
- "symbol": "KST",
- "decimals": 18,
- "status": "active",
- "id": "0xBc17729fDf562723f0267F79FF25aDE441056d87",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://ksmstarter.com/wp-content/uploads/2021/09/ksm_starter.pdf"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/KSMStarter"
- },
- {
- "name": "telegram",
- "url": "https://t.me/KSM_starter"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBc17729fDf562723f0267F79FF25aDE441056d87/logo.png b/blockchains/ethereum/assets/0xBc17729fDf562723f0267F79FF25aDE441056d87/logo.png
deleted file mode 100644
index ff2bb19d2862f..0000000000000
Binary files a/blockchains/ethereum/assets/0xBc17729fDf562723f0267F79FF25aDE441056d87/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBcc66ed2aB491e9aE7Bf8386541Fb17421Fa9d35/info.json b/blockchains/ethereum/assets/0xBcc66ed2aB491e9aE7Bf8386541Fb17421Fa9d35/info.json
deleted file mode 100644
index b5bd960860f70..0000000000000
--- a/blockchains/ethereum/assets/0xBcc66ed2aB491e9aE7Bf8386541Fb17421Fa9d35/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Skull",
- "symbol": "SKULL",
- "type": "ERC20",
- "decimals": 4,
- "description": "SKULL is social money circulated by Skeenee and supported by the Roll contract. Created back in October 2019, it was one of the first social money tokens issued by Roll. Over the years, SKULL has created a passionate and loyal community of artists, collectors, and crypto enthusiasts who are interested in growing the pie and bringing new forms of value and artistic expression.",
- "website": "https://linktr.ee/skeenee",
- "explorer": "https://etherscan.io/token/0xBcc66ed2aB491e9aE7Bf8386541Fb17421Fa9d35",
- "status": "active",
- "id": "0xBcc66ed2aB491e9aE7Bf8386541Fb17421Fa9d35",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/skeenee_art"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/DZm9tY3"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/skeenee"
- }
- ],
- "tags": [
- "nft"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xBcc66ed2aB491e9aE7Bf8386541Fb17421Fa9d35/logo.png b/blockchains/ethereum/assets/0xBcc66ed2aB491e9aE7Bf8386541Fb17421Fa9d35/logo.png
deleted file mode 100644
index e4b4c430c2701..0000000000000
Binary files a/blockchains/ethereum/assets/0xBcc66ed2aB491e9aE7Bf8386541Fb17421Fa9d35/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBcca60bB61934080951369a648Fb03DF4F96263C/info.json b/blockchains/ethereum/assets/0xBcca60bB61934080951369a648Fb03DF4F96263C/info.json
deleted file mode 100644
index eaa55ce23a819..0000000000000
--- a/blockchains/ethereum/assets/0xBcca60bB61934080951369a648Fb03DF4F96263C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave USDC",
- "symbol": "aUSDC",
- "type": "ERC20",
- "decimals": 6,
- "description": "Aave USDC is an interest bearing token pegged 1:1 to the underlying USDC deposited in Aave. aUSDC accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0xBcca60bB61934080951369a648Fb03DF4F96263C",
- "status": "active",
- "id": "0xBcca60bB61934080951369a648Fb03DF4F96263C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBcca60bB61934080951369a648Fb03DF4F96263C/logo.png b/blockchains/ethereum/assets/0xBcca60bB61934080951369a648Fb03DF4F96263C/logo.png
deleted file mode 100644
index 7b68cfab145db..0000000000000
Binary files a/blockchains/ethereum/assets/0xBcca60bB61934080951369a648Fb03DF4F96263C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBd0793332e9fB844A52a205A233EF27a5b34B927/info.json b/blockchains/ethereum/assets/0xBd0793332e9fB844A52a205A233EF27a5b34B927/info.json
deleted file mode 100644
index 13abfba1d5844..0000000000000
--- a/blockchains/ethereum/assets/0xBd0793332e9fB844A52a205A233EF27a5b34B927/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZB Token",
- "website": "https://zb.com",
- "description": "ZB Token (ZB) is an exchange token and the native currency of the ZB.COM crypto exchange.",
- "explorer": "https://etherscan.io/token/0xBd0793332e9fB844A52a205A233EF27a5b34B927",
- "type": "ERC20",
- "symbol": "ZB",
- "decimals": 18,
- "status": "active",
- "id": "0xBd0793332e9fB844A52a205A233EF27a5b34B927"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBd0793332e9fB844A52a205A233EF27a5b34B927/logo.png b/blockchains/ethereum/assets/0xBd0793332e9fB844A52a205A233EF27a5b34B927/logo.png
deleted file mode 100644
index 0abf5cb2ba787..0000000000000
Binary files a/blockchains/ethereum/assets/0xBd0793332e9fB844A52a205A233EF27a5b34B927/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBd2949F67DcdC549c6Ebe98696449Fa79D988A9F/info.json b/blockchains/ethereum/assets/0xBd2949F67DcdC549c6Ebe98696449Fa79D988A9F/info.json
deleted file mode 100644
index 6294616d93d08..0000000000000
--- a/blockchains/ethereum/assets/0xBd2949F67DcdC549c6Ebe98696449Fa79D988A9F/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Meter Governance mapped by Meter.io",
- "website": "https://meter.io/",
- "description": "eMTRG is the ERC-20 equivalent of MTRG, the governance coin of the Meter network.",
- "explorer": "https://etherscan.io/token/0xBd2949F67DcdC549c6Ebe98696449Fa79D988A9F",
- "type": "ERC20",
- "symbol": "eMTRG",
- "decimals": 18,
- "status": "active",
- "id": "0xBd2949F67DcdC549c6Ebe98696449Fa79D988A9F",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/meterio"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Meter_IO"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Meter_IO"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/XZgZsCn"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/MeterFoundation/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Meter_io/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBd2949F67DcdC549c6Ebe98696449Fa79D988A9F/logo.png b/blockchains/ethereum/assets/0xBd2949F67DcdC549c6Ebe98696449Fa79D988A9F/logo.png
deleted file mode 100644
index 48620d299f34e..0000000000000
Binary files a/blockchains/ethereum/assets/0xBd2949F67DcdC549c6Ebe98696449Fa79D988A9F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBd356a39BFf2cAda8E9248532DD879147221Cf76/info.json b/blockchains/ethereum/assets/0xBd356a39BFf2cAda8E9248532DD879147221Cf76/info.json
deleted file mode 100644
index e67b33bc0b352..0000000000000
--- a/blockchains/ethereum/assets/0xBd356a39BFf2cAda8E9248532DD879147221Cf76/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "WOM Token",
- "website": "https://womprotocol.io",
- "description": "The WOM Protocol is a next-gen MarTech solution that enables brands to leverage word-of-mouth recommendations and reward creators without compromising authenticity.",
- "explorer": "https://etherscan.io/token/0xBd356a39BFf2cAda8E9248532DD879147221Cf76",
- "type": "ERC20",
- "symbol": "WOM",
- "decimals": 18,
- "status": "active",
- "id": "0xBd356a39BFf2cAda8E9248532DD879147221Cf76",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/wom-protocol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/WOMProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/WOMProtocolChat"
- },
- {
- "name": "whitepaper",
- "url": "https://womprotocol.io/pdf/en/wom-whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBd356a39BFf2cAda8E9248532DD879147221Cf76/logo.png b/blockchains/ethereum/assets/0xBd356a39BFf2cAda8E9248532DD879147221Cf76/logo.png
deleted file mode 100644
index 98c49721f512d..0000000000000
Binary files a/blockchains/ethereum/assets/0xBd356a39BFf2cAda8E9248532DD879147221Cf76/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBd56E9477Fc6997609Cf45F84795eFbDAC642Ff1/info.json b/blockchains/ethereum/assets/0xBd56E9477Fc6997609Cf45F84795eFbDAC642Ff1/info.json
deleted file mode 100644
index 089b1004f3f3f..0000000000000
--- a/blockchains/ethereum/assets/0xBd56E9477Fc6997609Cf45F84795eFbDAC642Ff1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "bZx REP iToken",
- "symbol": "iREP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBd56E9477Fc6997609Cf45F84795eFbDAC642Ff1",
- "status": "abandoned",
- "id": "0xBd56E9477Fc6997609Cf45F84795eFbDAC642Ff1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBd56E9477Fc6997609Cf45F84795eFbDAC642Ff1/logo.png b/blockchains/ethereum/assets/0xBd56E9477Fc6997609Cf45F84795eFbDAC642Ff1/logo.png
deleted file mode 100644
index 10c0a0a100d2b..0000000000000
Binary files a/blockchains/ethereum/assets/0xBd56E9477Fc6997609Cf45F84795eFbDAC642Ff1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBd5DD4D4C51137eE47D080d19cd13670C90df2e9/info.json b/blockchains/ethereum/assets/0xBd5DD4D4C51137eE47D080d19cd13670C90df2e9/info.json
deleted file mode 100644
index 68d8a1f436923..0000000000000
--- a/blockchains/ethereum/assets/0xBd5DD4D4C51137eE47D080d19cd13670C90df2e9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Digitale Mark",
- "symbol": "DM",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBd5DD4D4C51137eE47D080d19cd13670C90df2e9",
- "status": "abandoned",
- "id": "0xBd5DD4D4C51137eE47D080d19cd13670C90df2e9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBd5DD4D4C51137eE47D080d19cd13670C90df2e9/logo.png b/blockchains/ethereum/assets/0xBd5DD4D4C51137eE47D080d19cd13670C90df2e9/logo.png
deleted file mode 100644
index bfc32c78a56cb..0000000000000
Binary files a/blockchains/ethereum/assets/0xBd5DD4D4C51137eE47D080d19cd13670C90df2e9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBd8E1f5e1DeC4c607dB53320c412387D9151BcDf/info.json b/blockchains/ethereum/assets/0xBd8E1f5e1DeC4c607dB53320c412387D9151BcDf/info.json
deleted file mode 100644
index 9590f20702214..0000000000000
--- a/blockchains/ethereum/assets/0xBd8E1f5e1DeC4c607dB53320c412387D9151BcDf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DogeMax.org",
- "symbol": "DogeMax",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBd8E1f5e1DeC4c607dB53320c412387D9151BcDf",
- "status": "abandoned",
- "id": "0xBd8E1f5e1DeC4c607dB53320c412387D9151BcDf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBd8E1f5e1DeC4c607dB53320c412387D9151BcDf/logo.png b/blockchains/ethereum/assets/0xBd8E1f5e1DeC4c607dB53320c412387D9151BcDf/logo.png
deleted file mode 100644
index be0355d21b093..0000000000000
Binary files a/blockchains/ethereum/assets/0xBd8E1f5e1DeC4c607dB53320c412387D9151BcDf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBdBB0Ee6144544eC814d417B0ad41f16fC8B858E/info.json b/blockchains/ethereum/assets/0xBdBB0Ee6144544eC814d417B0ad41f16fC8B858E/info.json
deleted file mode 100644
index 4c26513739e9a..0000000000000
--- a/blockchains/ethereum/assets/0xBdBB0Ee6144544eC814d417B0ad41f16fC8B858E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitKAM",
- "symbol": "KAM",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://bitkam.io/",
- "explorer": "https://etherscan.io/token/0xBdBB0Ee6144544eC814d417B0ad41f16fC8B858E",
- "status": "abandoned",
- "id": "0xBdBB0Ee6144544eC814d417B0ad41f16fC8B858E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBdBB0Ee6144544eC814d417B0ad41f16fC8B858E/logo.png b/blockchains/ethereum/assets/0xBdBB0Ee6144544eC814d417B0ad41f16fC8B858E/logo.png
deleted file mode 100644
index f541a48b5eaa3..0000000000000
Binary files a/blockchains/ethereum/assets/0xBdBB0Ee6144544eC814d417B0ad41f16fC8B858E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBda7807bDa12CfD225f978502F9b470beb25E212/info.json b/blockchains/ethereum/assets/0xBda7807bDa12CfD225f978502F9b470beb25E212/info.json
deleted file mode 100644
index ff4a2749e53ed..0000000000000
--- a/blockchains/ethereum/assets/0xBda7807bDa12CfD225f978502F9b470beb25E212/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ALOK",
- "symbol": "ALOK",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBda7807bDa12CfD225f978502F9b470beb25E212",
- "status": "abandoned",
- "id": "0xBda7807bDa12CfD225f978502F9b470beb25E212"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBda7807bDa12CfD225f978502F9b470beb25E212/logo.png b/blockchains/ethereum/assets/0xBda7807bDa12CfD225f978502F9b470beb25E212/logo.png
deleted file mode 100644
index f88c98de7db78..0000000000000
Binary files a/blockchains/ethereum/assets/0xBda7807bDa12CfD225f978502F9b470beb25E212/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBdea5bB640DBFC4593809DEeC5CdB8F99b704Cd2/info.json b/blockchains/ethereum/assets/0xBdea5bB640DBFC4593809DEeC5CdB8F99b704Cd2/info.json
deleted file mode 100644
index 73fa8460f2b66..0000000000000
--- a/blockchains/ethereum/assets/0xBdea5bB640DBFC4593809DEeC5CdB8F99b704Cd2/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Direwolf",
- "website": "https://direwolftoken.com",
- "description": "Direwolf is a deflationary community token with a large focus on community transparency.",
- "explorer": "https://etherscan.io/token/0xbdea5bb640dbfc4593809deec5cdb8f99b704cd2",
- "type": "ERC20",
- "symbol": "DIREWOLF",
- "decimals": 2,
- "status": "active",
- "id": "0xBdea5bB640DBFC4593809DEeC5CdB8F99b704Cd2",
- "tags": [
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBdea5bB640DBFC4593809DEeC5CdB8F99b704Cd2/logo.png b/blockchains/ethereum/assets/0xBdea5bB640DBFC4593809DEeC5CdB8F99b704Cd2/logo.png
deleted file mode 100644
index 8fb5bf205c050..0000000000000
Binary files a/blockchains/ethereum/assets/0xBdea5bB640DBFC4593809DEeC5CdB8F99b704Cd2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBe37d9C0760441dc23ccC26E4aD9cAC5285cC439/info.json b/blockchains/ethereum/assets/0xBe37d9C0760441dc23ccC26E4aD9cAC5285cC439/info.json
deleted file mode 100644
index 68233d7a59a8b..0000000000000
--- a/blockchains/ethereum/assets/0xBe37d9C0760441dc23ccC26E4aD9cAC5285cC439/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-28/30M88",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBe37d9C0760441dc23ccC26E4aD9cAC5285cC439",
- "status": "abandoned",
- "id": "0xBe37d9C0760441dc23ccC26E4aD9cAC5285cC439"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBe37d9C0760441dc23ccC26E4aD9cAC5285cC439/logo.png b/blockchains/ethereum/assets/0xBe37d9C0760441dc23ccC26E4aD9cAC5285cC439/logo.png
deleted file mode 100644
index 70427bc324a13..0000000000000
Binary files a/blockchains/ethereum/assets/0xBe37d9C0760441dc23ccC26E4aD9cAC5285cC439/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBe428c3867F05deA2A89Fc76a102b544eaC7f772/info.json b/blockchains/ethereum/assets/0xBe428c3867F05deA2A89Fc76a102b544eaC7f772/info.json
deleted file mode 100644
index 1ada3598f9564..0000000000000
--- a/blockchains/ethereum/assets/0xBe428c3867F05deA2A89Fc76a102b544eaC7f772/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "CyberVeinToken",
- "website": "https://cybervein.org",
- "description": "Utility token to increase adoption of cryptocurrency.",
- "explorer": "https://etherscan.io/token/0xBe428c3867F05deA2A89Fc76a102b544eaC7f772",
- "type": "ERC20",
- "symbol": "CVT",
- "decimals": 18,
- "status": "active",
- "id": "0xBe428c3867F05deA2A89Fc76a102b544eaC7f772",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/CyberVeinGroup"
- },
- {
- "name": "telegram",
- "url": "https://t.me/CyberVeinCommunity"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/cyberveinteam"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCpIgOnNTu4FPFsa9LBdQjCw?view_as=subscriber"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/CyberVeinOfficial/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/cybervein"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBe428c3867F05deA2A89Fc76a102b544eaC7f772/logo.png b/blockchains/ethereum/assets/0xBe428c3867F05deA2A89Fc76a102b544eaC7f772/logo.png
deleted file mode 100644
index 9048cbfbdeb59..0000000000000
Binary files a/blockchains/ethereum/assets/0xBe428c3867F05deA2A89Fc76a102b544eaC7f772/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBe6C8f2810EF39420d2DC2901b8414C8c45FEE6D/info.json b/blockchains/ethereum/assets/0xBe6C8f2810EF39420d2DC2901b8414C8c45FEE6D/info.json
deleted file mode 100644
index a9d3623eb5fd4..0000000000000
--- a/blockchains/ethereum/assets/0xBe6C8f2810EF39420d2DC2901b8414C8c45FEE6D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MICROMINES",
- "symbol": "MICRO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://micromines.co/",
- "explorer": "https://etherscan.io/token/0xBe6C8f2810EF39420d2DC2901b8414C8c45FEE6D",
- "status": "abandoned",
- "id": "0xBe6C8f2810EF39420d2DC2901b8414C8c45FEE6D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBe6C8f2810EF39420d2DC2901b8414C8c45FEE6D/logo.png b/blockchains/ethereum/assets/0xBe6C8f2810EF39420d2DC2901b8414C8c45FEE6D/logo.png
deleted file mode 100644
index 3f485a8b347dc..0000000000000
Binary files a/blockchains/ethereum/assets/0xBe6C8f2810EF39420d2DC2901b8414C8c45FEE6D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBe9329273A9D9e34B31d4b83a038E724a685BE72/info.json b/blockchains/ethereum/assets/0xBe9329273A9D9e34B31d4b83a038E724a685BE72/info.json
deleted file mode 100644
index f2068c189d8bd..0000000000000
--- a/blockchains/ethereum/assets/0xBe9329273A9D9e34B31d4b83a038E724a685BE72/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WinETHFree",
- "symbol": "winethfree.com (Win ETH Free)",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBe9329273A9D9e34B31d4b83a038E724a685BE72",
- "status": "abandoned",
- "id": "0xBe9329273A9D9e34B31d4b83a038E724a685BE72"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBe9329273A9D9e34B31d4b83a038E724a685BE72/logo.png b/blockchains/ethereum/assets/0xBe9329273A9D9e34B31d4b83a038E724a685BE72/logo.png
deleted file mode 100644
index 3cfeb86921f68..0000000000000
Binary files a/blockchains/ethereum/assets/0xBe9329273A9D9e34B31d4b83a038E724a685BE72/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBeA202a291f633c12EdBbD51e04af985b2670500/info.json b/blockchains/ethereum/assets/0xBeA202a291f633c12EdBbD51e04af985b2670500/info.json
deleted file mode 100644
index cd5065e1b665c..0000000000000
--- a/blockchains/ethereum/assets/0xBeA202a291f633c12EdBbD51e04af985b2670500/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoinSmart Token",
- "symbol": "CST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBeA202a291f633c12EdBbD51e04af985b2670500",
- "status": "abandoned",
- "id": "0xBeA202a291f633c12EdBbD51e04af985b2670500"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBeA202a291f633c12EdBbD51e04af985b2670500/logo.png b/blockchains/ethereum/assets/0xBeA202a291f633c12EdBbD51e04af985b2670500/logo.png
deleted file mode 100644
index a246d4f281289..0000000000000
Binary files a/blockchains/ethereum/assets/0xBeA202a291f633c12EdBbD51e04af985b2670500/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBeB6fdF4ef6CEb975157be43cBE0047B248a8922/info.json b/blockchains/ethereum/assets/0xBeB6fdF4ef6CEb975157be43cBE0047B248a8922/info.json
deleted file mode 100644
index 76f3c605fb0e8..0000000000000
--- a/blockchains/ethereum/assets/0xBeB6fdF4ef6CEb975157be43cBE0047B248a8922/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ARP",
- "symbol": "ARP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBeB6fdF4ef6CEb975157be43cBE0047B248a8922",
- "status": "active",
- "id": "0xBeB6fdF4ef6CEb975157be43cBE0047B248a8922"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBeB6fdF4ef6CEb975157be43cBE0047B248a8922/logo.png b/blockchains/ethereum/assets/0xBeB6fdF4ef6CEb975157be43cBE0047B248a8922/logo.png
deleted file mode 100644
index ad13e348f35a1..0000000000000
Binary files a/blockchains/ethereum/assets/0xBeB6fdF4ef6CEb975157be43cBE0047B248a8922/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBeE6EDF5fa7e862ed2eA9b9f42cb0849184aAE85/info.json b/blockchains/ethereum/assets/0xBeE6EDF5fa7e862ed2eA9b9f42cb0849184aAE85/info.json
deleted file mode 100644
index 284c7ddde454d..0000000000000
--- a/blockchains/ethereum/assets/0xBeE6EDF5fa7e862ed2eA9b9f42cb0849184aAE85/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blockstate STO Token",
- "symbol": "BKN",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBeE6EDF5fa7e862ed2eA9b9f42cb0849184aAE85",
- "status": "abandoned",
- "id": "0xBeE6EDF5fa7e862ed2eA9b9f42cb0849184aAE85"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBeE6EDF5fa7e862ed2eA9b9f42cb0849184aAE85/logo.png b/blockchains/ethereum/assets/0xBeE6EDF5fa7e862ed2eA9b9f42cb0849184aAE85/logo.png
deleted file mode 100644
index 3b40637b4de50..0000000000000
Binary files a/blockchains/ethereum/assets/0xBeE6EDF5fa7e862ed2eA9b9f42cb0849184aAE85/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBec4A69D6A5fbCb2303c13D24ea1A51a6F19bd12/info.json b/blockchains/ethereum/assets/0xBec4A69D6A5fbCb2303c13D24ea1A51a6F19bd12/info.json
deleted file mode 100644
index 215ca7809d786..0000000000000
--- a/blockchains/ethereum/assets/0xBec4A69D6A5fbCb2303c13D24ea1A51a6F19bd12/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "USDX",
- "description": "A fast way to transfer money globally in secured digital transactions.",
- "website": "-",
- "explorer": "https://etherscan.io/token/0xBec4A69D6A5fbCb2303c13D24ea1A51a6F19bd12",
- "type": "ERC20",
- "symbol": "USDX",
- "decimals": 0,
- "status": "active",
- "id": "0xBec4A69D6A5fbCb2303c13D24ea1A51a6F19bd12",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/coinusdx"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBec4A69D6A5fbCb2303c13D24ea1A51a6F19bd12/logo.png b/blockchains/ethereum/assets/0xBec4A69D6A5fbCb2303c13D24ea1A51a6F19bd12/logo.png
deleted file mode 100644
index 549e05c5d7a4f..0000000000000
Binary files a/blockchains/ethereum/assets/0xBec4A69D6A5fbCb2303c13D24ea1A51a6F19bd12/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBf131dCbE3436dab8a7c82D9C3666d652ca38eaB/info.json b/blockchains/ethereum/assets/0xBf131dCbE3436dab8a7c82D9C3666d652ca38eaB/info.json
deleted file mode 100644
index ca8b41426dde3..0000000000000
--- a/blockchains/ethereum/assets/0xBf131dCbE3436dab8a7c82D9C3666d652ca38eaB/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "MOAR",
- "website": "https://many.global",
- "description": "MOAR (sister token of MANY) MOAR + MANY together are the tokens of a community born and operated project combining YF and NFT. Farm MANY to get MOAR and use MOAR to buy rare NFTs and said MOAR is burned",
- "explorer": "https://etherscan.io/token/0xBf131dCbE3436dab8a7c82D9C3666d652ca38eaB",
- "type": "ERC20",
- "symbol": "MOAR",
- "decimals": 18,
- "status": "active",
- "id": "0xBf131dCbE3436dab8a7c82D9C3666d652ca38eaB",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/MANYToken"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBf131dCbE3436dab8a7c82D9C3666d652ca38eaB/logo.png b/blockchains/ethereum/assets/0xBf131dCbE3436dab8a7c82D9C3666d652ca38eaB/logo.png
deleted file mode 100644
index fcb7da2a353a1..0000000000000
Binary files a/blockchains/ethereum/assets/0xBf131dCbE3436dab8a7c82D9C3666d652ca38eaB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBf4cFD7d1eDeeEA5f6600827411B41A21eB08abd/info.json b/blockchains/ethereum/assets/0xBf4cFD7d1eDeeEA5f6600827411B41A21eB08abd/info.json
deleted file mode 100644
index 1bd41698f452a..0000000000000
--- a/blockchains/ethereum/assets/0xBf4cFD7d1eDeeEA5f6600827411B41A21eB08abd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptoLah",
- "symbol": "CTL",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBf4cFD7d1eDeeEA5f6600827411B41A21eB08abd",
- "status": "abandoned",
- "id": "0xBf4cFD7d1eDeeEA5f6600827411B41A21eB08abd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBf4cFD7d1eDeeEA5f6600827411B41A21eB08abd/logo.png b/blockchains/ethereum/assets/0xBf4cFD7d1eDeeEA5f6600827411B41A21eB08abd/logo.png
deleted file mode 100644
index c9053e9927a92..0000000000000
Binary files a/blockchains/ethereum/assets/0xBf4cFD7d1eDeeEA5f6600827411B41A21eB08abd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBf5813707F50Fc1B6D19481fBfE4A90986179107/info.json b/blockchains/ethereum/assets/0xBf5813707F50Fc1B6D19481fBfE4A90986179107/info.json
deleted file mode 100644
index 17fae4a790afe..0000000000000
--- a/blockchains/ethereum/assets/0xBf5813707F50Fc1B6D19481fBfE4A90986179107/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "coindex",
- "symbol": "cox",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBf5813707F50Fc1B6D19481fBfE4A90986179107",
- "status": "abandoned",
- "id": "0xBf5813707F50Fc1B6D19481fBfE4A90986179107"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBf5813707F50Fc1B6D19481fBfE4A90986179107/logo.png b/blockchains/ethereum/assets/0xBf5813707F50Fc1B6D19481fBfE4A90986179107/logo.png
deleted file mode 100644
index e4c646a227c70..0000000000000
Binary files a/blockchains/ethereum/assets/0xBf5813707F50Fc1B6D19481fBfE4A90986179107/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBf5Ba36f13A63c6F22E7450F7e85d854EF60e46B/info.json b/blockchains/ethereum/assets/0xBf5Ba36f13A63c6F22E7450F7e85d854EF60e46B/info.json
deleted file mode 100644
index e83ff21a7dede..0000000000000
--- a/blockchains/ethereum/assets/0xBf5Ba36f13A63c6F22E7450F7e85d854EF60e46B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ditcoin",
- "symbol": "DITC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBf5Ba36f13A63c6F22E7450F7e85d854EF60e46B",
- "status": "abandoned",
- "id": "0xBf5Ba36f13A63c6F22E7450F7e85d854EF60e46B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBf5Ba36f13A63c6F22E7450F7e85d854EF60e46B/logo.png b/blockchains/ethereum/assets/0xBf5Ba36f13A63c6F22E7450F7e85d854EF60e46B/logo.png
deleted file mode 100644
index 203fe44443cac..0000000000000
Binary files a/blockchains/ethereum/assets/0xBf5Ba36f13A63c6F22E7450F7e85d854EF60e46B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBfE03707aDb75b478Add9A01978057803F480E44/info.json b/blockchains/ethereum/assets/0xBfE03707aDb75b478Add9A01978057803F480E44/info.json
deleted file mode 100644
index 6e51472432bc6..0000000000000
--- a/blockchains/ethereum/assets/0xBfE03707aDb75b478Add9A01978057803F480E44/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IMSMART",
- "symbol": "IMT",
- "type": "ERC20",
- "decimals": 8,
- "description": "Imsmart is a utility token designed to facilitate the advanced development and deployment of SME 360 solutions.",
- "website": "https://imsmart.io/",
- "explorer": "https://etherscan.io/token/0xBfE03707aDb75b478Add9A01978057803F480E44",
- "status": "active",
- "id": "0xBfE03707aDb75b478Add9A01978057803F480E44"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBfE03707aDb75b478Add9A01978057803F480E44/logo.png b/blockchains/ethereum/assets/0xBfE03707aDb75b478Add9A01978057803F480E44/logo.png
deleted file mode 100644
index 568e55b286f2c..0000000000000
Binary files a/blockchains/ethereum/assets/0xBfE03707aDb75b478Add9A01978057803F480E44/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBfaA8cF522136C6FAfC1D53Fe4b85b4603c765b8/info.json b/blockchains/ethereum/assets/0xBfaA8cF522136C6FAfC1D53Fe4b85b4603c765b8/info.json
deleted file mode 100644
index 79d91799fb02e..0000000000000
--- a/blockchains/ethereum/assets/0xBfaA8cF522136C6FAfC1D53Fe4b85b4603c765b8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Winchain",
- "symbol": "WIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBfaA8cF522136C6FAfC1D53Fe4b85b4603c765b8",
- "status": "abandoned",
- "id": "0xBfaA8cF522136C6FAfC1D53Fe4b85b4603c765b8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBfaA8cF522136C6FAfC1D53Fe4b85b4603c765b8/logo.png b/blockchains/ethereum/assets/0xBfaA8cF522136C6FAfC1D53Fe4b85b4603c765b8/logo.png
deleted file mode 100644
index c98a5c5ce6808..0000000000000
Binary files a/blockchains/ethereum/assets/0xBfaA8cF522136C6FAfC1D53Fe4b85b4603c765b8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xBfd4fDC84e1CC26dB7Ec504Caa32d78aE67612a7/info.json b/blockchains/ethereum/assets/0xBfd4fDC84e1CC26dB7Ec504Caa32d78aE67612a7/info.json
deleted file mode 100644
index 4d542cd20222a..0000000000000
--- a/blockchains/ethereum/assets/0xBfd4fDC84e1CC26dB7Ec504Caa32d78aE67612a7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitcoinETH",
- "symbol": "BTCE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xBfd4fDC84e1CC26dB7Ec504Caa32d78aE67612a7",
- "status": "abandoned",
- "id": "0xBfd4fDC84e1CC26dB7Ec504Caa32d78aE67612a7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xBfd4fDC84e1CC26dB7Ec504Caa32d78aE67612a7/logo.png b/blockchains/ethereum/assets/0xBfd4fDC84e1CC26dB7Ec504Caa32d78aE67612a7/logo.png
deleted file mode 100644
index 8ea812b8f055b..0000000000000
Binary files a/blockchains/ethereum/assets/0xBfd4fDC84e1CC26dB7Ec504Caa32d78aE67612a7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC002141f62961AfA759F7b22aaeb151bf80a3d8D/info.json b/blockchains/ethereum/assets/0xC002141f62961AfA759F7b22aaeb151bf80a3d8D/info.json
deleted file mode 100644
index 80e1c9961d645..0000000000000
--- a/blockchains/ethereum/assets/0xC002141f62961AfA759F7b22aaeb151bf80a3d8D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bexpress",
- "symbol": "BEC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC002141f62961AfA759F7b22aaeb151bf80a3d8D",
- "status": "abandoned",
- "id": "0xC002141f62961AfA759F7b22aaeb151bf80a3d8D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC002141f62961AfA759F7b22aaeb151bf80a3d8D/logo.png b/blockchains/ethereum/assets/0xC002141f62961AfA759F7b22aaeb151bf80a3d8D/logo.png
deleted file mode 100644
index d1a86f285c917..0000000000000
Binary files a/blockchains/ethereum/assets/0xC002141f62961AfA759F7b22aaeb151bf80a3d8D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC011A72400E58ecD99Ee497CF89E3775d4bd732F/info.json b/blockchains/ethereum/assets/0xC011A72400E58ecD99Ee497CF89E3775d4bd732F/info.json
deleted file mode 100644
index 45045414675f3..0000000000000
--- a/blockchains/ethereum/assets/0xC011A72400E58ecD99Ee497CF89E3775d4bd732F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Synthetix Network Token",
- "website": "https://synthetix.io",
- "description": "The Synthetix platform enables the creation of on-chain synthetic assets (Synths) that track the value of assets in the real world.",
- "explorer": "https://etherscan.io/token/0xC011A72400E58ecD99Ee497CF89E3775d4bd732F",
- "type": "ERC20",
- "symbol": "SNX",
- "decimals": 18,
- "status": "active",
- "id": "0xC011A72400E58ecD99Ee497CF89E3775d4bd732F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC011A72400E58ecD99Ee497CF89E3775d4bd732F/logo.png b/blockchains/ethereum/assets/0xC011A72400E58ecD99Ee497CF89E3775d4bd732F/logo.png
deleted file mode 100644
index bd96cdff85a69..0000000000000
Binary files a/blockchains/ethereum/assets/0xC011A72400E58ecD99Ee497CF89E3775d4bd732F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F/info.json b/blockchains/ethereum/assets/0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F/info.json
deleted file mode 100644
index 0e34c349c0698..0000000000000
--- a/blockchains/ethereum/assets/0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Synthetix",
- "website": "https://synthetix.io",
- "description": "Synthetix is a derivatives liquidity protocol on Ethereum that enables the issuance and trading of synthetic assets.",
- "explorer": "https://etherscan.io/token/0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F",
- "research": "https://research.binance.com/en/projects/synthetix",
- "type": "ERC20",
- "symbol": "SNX",
- "decimals": 18,
- "status": "active",
- "id": "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F",
- "tags": [
- "governance"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/havven/havven"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/synthetix_io"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/synthetix_io/"
- },
- {
- "name": "blog",
- "url": "https://blog.synthetix.io/"
- },
- {
- "name": "whitepaper",
- "url": "https://synthetix.io/uploads/havven_whitepaper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/havven/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F/logo.png b/blockchains/ethereum/assets/0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F/logo.png
deleted file mode 100644
index 2a850de0afe21..0000000000000
Binary files a/blockchains/ethereum/assets/0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/info.json b/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/info.json
deleted file mode 100644
index a93727de8b530..0000000000000
--- a/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WETH",
- "symbol": "WETH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://weth.io/",
- "explorer": "https://etherscan.io/token/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
- "status": "active",
- "id": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png b/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png
deleted file mode 100644
index bf957d38c766d..0000000000000
Binary files a/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC04c25912d8E0A4ba611f02f5139FA9972A3Bc35/info.json b/blockchains/ethereum/assets/0xC04c25912d8E0A4ba611f02f5139FA9972A3Bc35/info.json
deleted file mode 100644
index 2fff09ed8c040..0000000000000
--- a/blockchains/ethereum/assets/0xC04c25912d8E0A4ba611f02f5139FA9972A3Bc35/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TOKEN",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC04c25912d8E0A4ba611f02f5139FA9972A3Bc35",
- "status": "abandoned",
- "id": "0xC04c25912d8E0A4ba611f02f5139FA9972A3Bc35"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC04c25912d8E0A4ba611f02f5139FA9972A3Bc35/logo.png b/blockchains/ethereum/assets/0xC04c25912d8E0A4ba611f02f5139FA9972A3Bc35/logo.png
deleted file mode 100755
index fd2bb8995250a..0000000000000
Binary files a/blockchains/ethereum/assets/0xC04c25912d8E0A4ba611f02f5139FA9972A3Bc35/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC053fbBA280E08EcEfFA607157d8fAf8DEfA4785/info.json b/blockchains/ethereum/assets/0xC053fbBA280E08EcEfFA607157d8fAf8DEfA4785/info.json
deleted file mode 100644
index f0349f30dffed..0000000000000
--- a/blockchains/ethereum/assets/0xC053fbBA280E08EcEfFA607157d8fAf8DEfA4785/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R794055 ",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC053fbBA280E08EcEfFA607157d8fAf8DEfA4785",
- "status": "abandoned",
- "id": "0xC053fbBA280E08EcEfFA607157d8fAf8DEfA4785"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC053fbBA280E08EcEfFA607157d8fAf8DEfA4785/logo.png b/blockchains/ethereum/assets/0xC053fbBA280E08EcEfFA607157d8fAf8DEfA4785/logo.png
deleted file mode 100755
index 9339d4900ce93..0000000000000
Binary files a/blockchains/ethereum/assets/0xC053fbBA280E08EcEfFA607157d8fAf8DEfA4785/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC05d14442A510De4D3d71a3d316585aA0CE32b50/info.json b/blockchains/ethereum/assets/0xC05d14442A510De4D3d71a3d316585aA0CE32b50/info.json
deleted file mode 100644
index f862046fea647..0000000000000
--- a/blockchains/ethereum/assets/0xC05d14442A510De4D3d71a3d316585aA0CE32b50/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LINA",
- "symbol": "LINA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://lina.network/",
- "explorer": "https://etherscan.io/token/0xC05d14442A510De4D3d71a3d316585aA0CE32b50",
- "status": "abandoned",
- "id": "0xC05d14442A510De4D3d71a3d316585aA0CE32b50"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC05d14442A510De4D3d71a3d316585aA0CE32b50/logo.png b/blockchains/ethereum/assets/0xC05d14442A510De4D3d71a3d316585aA0CE32b50/logo.png
deleted file mode 100644
index b1ac22420dab8..0000000000000
Binary files a/blockchains/ethereum/assets/0xC05d14442A510De4D3d71a3d316585aA0CE32b50/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC06fb76E8d0616a8847484448C27c877FfBfdf89/info.json b/blockchains/ethereum/assets/0xC06fb76E8d0616a8847484448C27c877FfBfdf89/info.json
deleted file mode 100644
index 7a2eb2bebf7ab..0000000000000
--- a/blockchains/ethereum/assets/0xC06fb76E8d0616a8847484448C27c877FfBfdf89/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FrankfurtSchoolCoin",
- "website": "https://frankfurt-school.de/",
- "description": "FrankfurtSchoolCoin is a EUR-pegged stablecoin.",
- "explorer": "https://etherscan.io/token/0xC06fb76E8d0616a8847484448C27c877FfBfdf89",
- "type": "ERC20",
- "symbol": "FSBC",
- "decimals": 3,
- "status": "active",
- "id": "0xC06fb76E8d0616a8847484448C27c877FfBfdf89"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC06fb76E8d0616a8847484448C27c877FfBfdf89/logo.png b/blockchains/ethereum/assets/0xC06fb76E8d0616a8847484448C27c877FfBfdf89/logo.png
deleted file mode 100644
index 34d015bf305bc..0000000000000
Binary files a/blockchains/ethereum/assets/0xC06fb76E8d0616a8847484448C27c877FfBfdf89/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC08512927D12348F6620a698105e1BAac6EcD911/info.json b/blockchains/ethereum/assets/0xC08512927D12348F6620a698105e1BAac6EcD911/info.json
deleted file mode 100644
index cac0fa274d967..0000000000000
--- a/blockchains/ethereum/assets/0xC08512927D12348F6620a698105e1BAac6EcD911/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "GYEN",
- "website": "https://stablecoin.z.com/gyen/",
- "description": "GYEN anchors its value to the price of the Japanese Yen. Redeemable and pegged 1-to-1 with fiat currency to virtually eliminate volatility, while still benefiting from the advantages of cryptocurrency, such as high-speed transaction and low costs, especially for cross-border payments",
- "explorer": "https://etherscan.io/token/0xC08512927D12348F6620a698105e1BAac6EcD911",
- "type": "ERC20",
- "symbol": "GYEN",
- "decimals": 6,
- "status": "active",
- "id": "0xC08512927D12348F6620a698105e1BAac6EcD911",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/trust-zcom/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/GMOTrust"
- },
- {
- "name": "medium",
- "url": "https://gmotrust.medium.com/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/gyen/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/gyen"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCO7CNhdHYiJoBICgbo-yyiw/featured"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC08512927D12348F6620a698105e1BAac6EcD911/logo.png b/blockchains/ethereum/assets/0xC08512927D12348F6620a698105e1BAac6EcD911/logo.png
deleted file mode 100644
index b2b272f0bfb11..0000000000000
Binary files a/blockchains/ethereum/assets/0xC08512927D12348F6620a698105e1BAac6EcD911/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC0D766017141dd4866738C1e704Be6feDc97B904/info.json b/blockchains/ethereum/assets/0xC0D766017141dd4866738C1e704Be6feDc97B904/info.json
deleted file mode 100644
index 6728ec413143b..0000000000000
--- a/blockchains/ethereum/assets/0xC0D766017141dd4866738C1e704Be6feDc97B904/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tree Token",
- "symbol": "TREE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC0D766017141dd4866738C1e704Be6feDc97B904",
- "status": "abandoned",
- "id": "0xC0D766017141dd4866738C1e704Be6feDc97B904"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC0D766017141dd4866738C1e704Be6feDc97B904/logo.png b/blockchains/ethereum/assets/0xC0D766017141dd4866738C1e704Be6feDc97B904/logo.png
deleted file mode 100644
index b38d152d78946..0000000000000
Binary files a/blockchains/ethereum/assets/0xC0D766017141dd4866738C1e704Be6feDc97B904/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC0D95605AD0Fa8C83028a162beFA3C2E2164580c/info.json b/blockchains/ethereum/assets/0xC0D95605AD0Fa8C83028a162beFA3C2E2164580c/info.json
deleted file mode 100644
index 99ab5ea1bfbd8..0000000000000
--- a/blockchains/ethereum/assets/0xC0D95605AD0Fa8C83028a162beFA3C2E2164580c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR V",
- "symbol": "R",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC0D95605AD0Fa8C83028a162beFA3C2E2164580c",
- "status": "abandoned",
- "id": "0xC0D95605AD0Fa8C83028a162beFA3C2E2164580c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC0D95605AD0Fa8C83028a162beFA3C2E2164580c/logo.png b/blockchains/ethereum/assets/0xC0D95605AD0Fa8C83028a162beFA3C2E2164580c/logo.png
deleted file mode 100644
index f71c533ad3dfb..0000000000000
Binary files a/blockchains/ethereum/assets/0xC0D95605AD0Fa8C83028a162beFA3C2E2164580c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC0E47007e084EEF3EE58eb33D777b3B4Ca98622f/info.json b/blockchains/ethereum/assets/0xC0E47007e084EEF3EE58eb33D777b3B4Ca98622f/info.json
deleted file mode 100644
index 83638c13d101f..0000000000000
--- a/blockchains/ethereum/assets/0xC0E47007e084EEF3EE58eb33D777b3B4Ca98622f/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "StarDEX",
- "website": "https://stardex.io/",
- "description": "Decentralized protocol with DeFi swap interface including a fair fee distribution system and advanced matching engine.",
- "explorer": "https://etherscan.io/token/0xC0E47007e084EEF3EE58eb33D777b3B4Ca98622f",
- "type": "ERC20",
- "symbol": "XSTAR",
- "decimals": 18,
- "status": "active",
- "id": "0xC0E47007e084EEF3EE58eb33D777b3B4Ca98622f",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/stardexio"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/stardexio"
- },
- {
- "name": "telegram",
- "url": "https://t.me/stardexio"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@stardex"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC0E47007e084EEF3EE58eb33D777b3B4Ca98622f/logo.png b/blockchains/ethereum/assets/0xC0E47007e084EEF3EE58eb33D777b3B4Ca98622f/logo.png
deleted file mode 100644
index 55992dd5218f9..0000000000000
Binary files a/blockchains/ethereum/assets/0xC0E47007e084EEF3EE58eb33D777b3B4Ca98622f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC0E942817e11aA9DD430bb13cd42bfB541Ff4253/info.json b/blockchains/ethereum/assets/0xC0E942817e11aA9DD430bb13cd42bfB541Ff4253/info.json
deleted file mode 100644
index 114c6aaacd1af..0000000000000
--- a/blockchains/ethereum/assets/0xC0E942817e11aA9DD430bb13cd42bfB541Ff4253/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "999",
- "symbol": "999",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC0E942817e11aA9DD430bb13cd42bfB541Ff4253",
- "status": "abandoned",
- "id": "0xC0E942817e11aA9DD430bb13cd42bfB541Ff4253"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC0E942817e11aA9DD430bb13cd42bfB541Ff4253/logo.png b/blockchains/ethereum/assets/0xC0E942817e11aA9DD430bb13cd42bfB541Ff4253/logo.png
deleted file mode 100644
index 43d5f4e9ca258..0000000000000
Binary files a/blockchains/ethereum/assets/0xC0E942817e11aA9DD430bb13cd42bfB541Ff4253/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC0EFFD5D26E42d99540707657555010Ab24Bf905/info.json b/blockchains/ethereum/assets/0xC0EFFD5D26E42d99540707657555010Ab24Bf905/info.json
deleted file mode 100644
index bd691c40fd592..0000000000000
--- a/blockchains/ethereum/assets/0xC0EFFD5D26E42d99540707657555010Ab24Bf905/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DIASPORA",
- "symbol": "DIASPORA",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC0EFFD5D26E42d99540707657555010Ab24Bf905",
- "status": "abandoned",
- "id": "0xC0EFFD5D26E42d99540707657555010Ab24Bf905"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC0EFFD5D26E42d99540707657555010Ab24Bf905/logo.png b/blockchains/ethereum/assets/0xC0EFFD5D26E42d99540707657555010Ab24Bf905/logo.png
deleted file mode 100644
index e39b5e406ca36..0000000000000
Binary files a/blockchains/ethereum/assets/0xC0EFFD5D26E42d99540707657555010Ab24Bf905/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC0Eb85285d83217CD7c891702bcbC0FC401E2D9D/info.json b/blockchains/ethereum/assets/0xC0Eb85285d83217CD7c891702bcbC0FC401E2D9D/info.json
deleted file mode 100644
index 2445d37ae2d97..0000000000000
--- a/blockchains/ethereum/assets/0xC0Eb85285d83217CD7c891702bcbC0FC401E2D9D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hive Project Token",
- "symbol": "HVN",
- "type": "ERC20",
- "decimals": 8,
- "description": "Hive Coin is a cryptocurrency, with the new blockchain technology and smart contracts, companies no longer need centralized intermediaries for transactions or financing. The blockchain grants absolute transparency, integrity and immutability of the data stored in the system.",
- "website": "https://www.hiveterminal.com/",
- "explorer": "https://etherscan.io/token/0xC0Eb85285d83217CD7c891702bcbC0FC401E2D9D",
- "status": "active",
- "id": "0xC0Eb85285d83217CD7c891702bcbC0FC401E2D9D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC0Eb85285d83217CD7c891702bcbC0FC401E2D9D/logo.png b/blockchains/ethereum/assets/0xC0Eb85285d83217CD7c891702bcbC0FC401E2D9D/logo.png
deleted file mode 100644
index df661069591a7..0000000000000
Binary files a/blockchains/ethereum/assets/0xC0Eb85285d83217CD7c891702bcbC0FC401E2D9D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC0F9bD5Fa5698B6505F643900FFA515Ea5dF54A9/info.json b/blockchains/ethereum/assets/0xC0F9bD5Fa5698B6505F643900FFA515Ea5dF54A9/info.json
deleted file mode 100644
index 3d10aa06cfa58..0000000000000
--- a/blockchains/ethereum/assets/0xC0F9bD5Fa5698B6505F643900FFA515Ea5dF54A9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Donut",
- "symbol": "DONUT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Donut is an ERC-20 token that represents the community points of /r/ethtrader subreddit.",
- "website": "https://www.reddit.com/r/ethtrader",
- "explorer": "https://etherscan.io/token/0xC0F9bD5Fa5698B6505F643900FFA515Ea5dF54A9",
- "status": "active",
- "id": "0xC0F9bD5Fa5698B6505F643900FFA515Ea5dF54A9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC0F9bD5Fa5698B6505F643900FFA515Ea5dF54A9/logo.png b/blockchains/ethereum/assets/0xC0F9bD5Fa5698B6505F643900FFA515Ea5dF54A9/logo.png
deleted file mode 100644
index 461f447864c2f..0000000000000
Binary files a/blockchains/ethereum/assets/0xC0F9bD5Fa5698B6505F643900FFA515Ea5dF54A9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC0bA369c8Db6eB3924965e5c4FD0b4C1B91e305F/info.json b/blockchains/ethereum/assets/0xC0bA369c8Db6eB3924965e5c4FD0b4C1B91e305F/info.json
deleted file mode 100644
index 84f9bd4cd5e65..0000000000000
--- a/blockchains/ethereum/assets/0xC0bA369c8Db6eB3924965e5c4FD0b4C1B91e305F/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "DLP Duck Token",
- "website": "https://duckdao.io",
- "description": "The Duck Liquidity Pool is a DuckDAO DeFi Market Maker protocol that will provide an opportunity for yield farmers to take advantage of the new opportunities with real skin in the game.",
- "explorer": "https://etherscan.io/token/0xc0ba369c8db6eb3924965e5c4fd0b4c1b91e305f",
- "type": "ERC20",
- "symbol": "DUCK",
- "decimals": 18,
- "status": "active",
- "id": "0xC0bA369c8Db6eB3924965e5c4FD0b4C1B91e305F",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/dao_duck"
- },
- {
- "name": "telegram",
- "url": "https://t.me/duckliquiditypool"
- },
- {
- "name": "medium",
- "url": "https://duckdao.medium.com"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC0bA369c8Db6eB3924965e5c4FD0b4C1B91e305F/logo.png b/blockchains/ethereum/assets/0xC0bA369c8Db6eB3924965e5c4FD0b4C1B91e305F/logo.png
deleted file mode 100644
index d1f9f9cf801f3..0000000000000
Binary files a/blockchains/ethereum/assets/0xC0bA369c8Db6eB3924965e5c4FD0b4C1B91e305F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC0c293ce456fF0ED870ADd98a0828Dd4d2903DBF/info.json b/blockchains/ethereum/assets/0xC0c293ce456fF0ED870ADd98a0828Dd4d2903DBF/info.json
deleted file mode 100644
index f47cfab2573f1..0000000000000
--- a/blockchains/ethereum/assets/0xC0c293ce456fF0ED870ADd98a0828Dd4d2903DBF/info.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "name": "Aura Finance (AURA)",
- "type": "ERC20",
- "symbol": "AURA",
- "decimals": 18,
- "website": "https://aura.finance",
- "description": "Boosting DeFi stakeholders' yield potential and governance power, starting with Balancer.",
- "explorer": "https://etherscan.io/token/0xC0c293ce456fF0ED870ADd98a0828Dd4d2903DBF",
- "status": "active",
- "id": "0xC0c293ce456fF0ED870ADd98a0828Dd4d2903DBF",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/AuraFinance"
- },
- {
- "name": "github",
- "url": "https://github.com/aurafinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/aurafinance"
- },
- {
- "name": "discord",
- "url": "https://discord.com/"
- },
- {
- "name": "forum",
- "url": "https://forum.aura.finance/"
- },
- {
- "name": "blog",
- "url": "https://mirror.xyz/0xfEE0Bbe31345a7c27368534fEf45a57133FF3A86"
- },
- {
- "name": "docs",
- "url": "https://docs.aura.finance/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/aura-finance"
- },
- {
- "name": "source_code",
- "url": "https://github.com/aurafinance/aura-contracts"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC0c293ce456fF0ED870ADd98a0828Dd4d2903DBF/logo.png b/blockchains/ethereum/assets/0xC0c293ce456fF0ED870ADd98a0828Dd4d2903DBF/logo.png
deleted file mode 100644
index 81a6f8c63e97a..0000000000000
Binary files a/blockchains/ethereum/assets/0xC0c293ce456fF0ED870ADd98a0828Dd4d2903DBF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC0f2aD96e2E946b507f903bb5ef69a08B1bDc766/info.json b/blockchains/ethereum/assets/0xC0f2aD96e2E946b507f903bb5ef69a08B1bDc766/info.json
deleted file mode 100644
index 50887adad7a9a..0000000000000
--- a/blockchains/ethereum/assets/0xC0f2aD96e2E946b507f903bb5ef69a08B1bDc766/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Long LINK-DAI 3x v2",
- "symbol": "dLLINK3x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC0f2aD96e2E946b507f903bb5ef69a08B1bDc766",
- "status": "abandoned",
- "id": "0xC0f2aD96e2E946b507f903bb5ef69a08B1bDc766"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC0f2aD96e2E946b507f903bb5ef69a08B1bDc766/logo.png b/blockchains/ethereum/assets/0xC0f2aD96e2E946b507f903bb5ef69a08B1bDc766/logo.png
deleted file mode 100644
index 3b56533816572..0000000000000
Binary files a/blockchains/ethereum/assets/0xC0f2aD96e2E946b507f903bb5ef69a08B1bDc766/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC12820Bc0B40fC085e8A6Dc94809f435d099dEa2/info.json b/blockchains/ethereum/assets/0xC12820Bc0B40fC085e8A6Dc94809f435d099dEa2/info.json
deleted file mode 100644
index e032e2a4fbb0d..0000000000000
--- a/blockchains/ethereum/assets/0xC12820Bc0B40fC085e8A6Dc94809f435d099dEa2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg1300",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC12820Bc0B40fC085e8A6Dc94809f435d099dEa2",
- "status": "abandoned",
- "id": "0xC12820Bc0B40fC085e8A6Dc94809f435d099dEa2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC12820Bc0B40fC085e8A6Dc94809f435d099dEa2/logo.png b/blockchains/ethereum/assets/0xC12820Bc0B40fC085e8A6Dc94809f435d099dEa2/logo.png
deleted file mode 100644
index e50a5c5511614..0000000000000
Binary files a/blockchains/ethereum/assets/0xC12820Bc0B40fC085e8A6Dc94809f435d099dEa2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC12D1c73eE7DC3615BA4e37E4ABFdbDDFA38907E/info.json b/blockchains/ethereum/assets/0xC12D1c73eE7DC3615BA4e37E4ABFdbDDFA38907E/info.json
deleted file mode 100644
index cb9ade791a098..0000000000000
--- a/blockchains/ethereum/assets/0xC12D1c73eE7DC3615BA4e37E4ABFdbDDFA38907E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KickToken",
- "symbol": "KICK",
- "type": "ERC20",
- "decimals": 8,
- "description": "Kick Ecosystem describes itself as a set of FinTech tools that form a “one-stop-shop” for every user from all over the world. These tools aim to cover all financial needs. KickToken acts as a central currency, which resides on the Ethereum platform.",
- "website": "https://www.kickico.com",
- "explorer": "https://etherscan.io/token/0xC12D1c73eE7DC3615BA4e37E4ABFdbDDFA38907E",
- "status": "abandoned",
- "id": "0xC12D1c73eE7DC3615BA4e37E4ABFdbDDFA38907E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC12D1c73eE7DC3615BA4e37E4ABFdbDDFA38907E/logo.png b/blockchains/ethereum/assets/0xC12D1c73eE7DC3615BA4e37E4ABFdbDDFA38907E/logo.png
deleted file mode 100644
index 0fa7a75d20da9..0000000000000
Binary files a/blockchains/ethereum/assets/0xC12D1c73eE7DC3615BA4e37E4ABFdbDDFA38907E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC146B7CdBaff065090077151d391f4c96Aa09e0C/info.json b/blockchains/ethereum/assets/0xC146B7CdBaff065090077151d391f4c96Aa09e0C/info.json
deleted file mode 100644
index 89d6fe61cff51..0000000000000
--- a/blockchains/ethereum/assets/0xC146B7CdBaff065090077151d391f4c96Aa09e0C/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "Multi-Chain Capital",
- "type": "ERC20",
- "symbol": "MCC",
- "decimals": 9,
- "website": "https://mchain.capital/",
- "description": "You buy $MCC on Ethereum and Binance Smart Chain, we farm on multiple chains and return the profits to holders.",
- "explorer": "https://etherscan.io/token/0xc146b7cdbaff065090077151d391f4c96aa09e0c",
- "status": "active",
- "id": "0xC146B7CdBaff065090077151d391f4c96Aa09e0C",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MulChainCapital"
- },
- {
- "name": "github",
- "url": "https://github.com/mchaindev"
- },
- {
- "name": "telegram",
- "url": "https://t.me/MultiChainCapital"
- },
- {
- "name": "blog",
- "url": "https://multichaincapital.medium.com/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/multi-chain-capital"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/multi-chain-capital-new"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/4GwbcQNa7P"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xC146B7CdBaff065090077151d391f4c96Aa09e0C/logo.png b/blockchains/ethereum/assets/0xC146B7CdBaff065090077151d391f4c96Aa09e0C/logo.png
deleted file mode 100644
index f160ae9d04a78..0000000000000
Binary files a/blockchains/ethereum/assets/0xC146B7CdBaff065090077151d391f4c96Aa09e0C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC16BC517Fe6b15903d6cBf02Ffc447291477a43A/info.json b/blockchains/ethereum/assets/0xC16BC517Fe6b15903d6cBf02Ffc447291477a43A/info.json
deleted file mode 100644
index c66b9e90dbc38..0000000000000
--- a/blockchains/ethereum/assets/0xC16BC517Fe6b15903d6cBf02Ffc447291477a43A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HUMToken",
- "symbol": "HUM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC16BC517Fe6b15903d6cBf02Ffc447291477a43A",
- "status": "abandoned",
- "id": "0xC16BC517Fe6b15903d6cBf02Ffc447291477a43A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC16BC517Fe6b15903d6cBf02Ffc447291477a43A/logo.png b/blockchains/ethereum/assets/0xC16BC517Fe6b15903d6cBf02Ffc447291477a43A/logo.png
deleted file mode 100644
index 646ef65fcf6e9..0000000000000
Binary files a/blockchains/ethereum/assets/0xC16BC517Fe6b15903d6cBf02Ffc447291477a43A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC16b542ff490e01fcc0DC58a60e1EFdc3e357cA6/info.json b/blockchains/ethereum/assets/0xC16b542ff490e01fcc0DC58a60e1EFdc3e357cA6/info.json
deleted file mode 100644
index 1a1252191512b..0000000000000
--- a/blockchains/ethereum/assets/0xC16b542ff490e01fcc0DC58a60e1EFdc3e357cA6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ICE ROCK MINING",
- "symbol": "ROCK2",
- "type": "ERC20",
- "decimals": 0,
- "description": "Commercial Bitcoin Mining.",
- "website": "https://icerockmining.io/",
- "explorer": "https://etherscan.io/token/0xC16b542ff490e01fcc0DC58a60e1EFdc3e357cA6",
- "status": "active",
- "id": "0xC16b542ff490e01fcc0DC58a60e1EFdc3e357cA6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC16b542ff490e01fcc0DC58a60e1EFdc3e357cA6/logo.png b/blockchains/ethereum/assets/0xC16b542ff490e01fcc0DC58a60e1EFdc3e357cA6/logo.png
deleted file mode 100644
index f831f0b0dd02c..0000000000000
Binary files a/blockchains/ethereum/assets/0xC16b542ff490e01fcc0DC58a60e1EFdc3e357cA6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC17195bde49D70CefCF8A9F2ee1759FFC27BF0B1/info.json b/blockchains/ethereum/assets/0xC17195bde49D70CefCF8A9F2ee1759FFC27BF0B1/info.json
deleted file mode 100644
index 5f026abf6a3f5..0000000000000
--- a/blockchains/ethereum/assets/0xC17195bde49D70CefCF8A9F2ee1759FFC27BF0B1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Groocoin",
- "symbol": "GROO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC17195bde49D70CefCF8A9F2ee1759FFC27BF0B1",
- "status": "abandoned",
- "id": "0xC17195bde49D70CefCF8A9F2ee1759FFC27BF0B1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC17195bde49D70CefCF8A9F2ee1759FFC27BF0B1/logo.png b/blockchains/ethereum/assets/0xC17195bde49D70CefCF8A9F2ee1759FFC27BF0B1/logo.png
deleted file mode 100755
index ecf6d7cc69d49..0000000000000
Binary files a/blockchains/ethereum/assets/0xC17195bde49D70CefCF8A9F2ee1759FFC27BF0B1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC17c30e98541188614dF99239cABD40280810cA3/info.json b/blockchains/ethereum/assets/0xC17c30e98541188614dF99239cABD40280810cA3/info.json
deleted file mode 100644
index 8cb71b20ba08a..0000000000000
--- a/blockchains/ethereum/assets/0xC17c30e98541188614dF99239cABD40280810cA3/info.json
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "name": "EverRise",
- "type": "ERC20",
- "symbol": "RISE",
- "decimals": 18,
- "website": "https://www.everrise.com/",
- "description": "The Original Buyback Token Powering The EverRise Ecosystem. EverRise token (RISE) is a multi-chain collateralized cryptocurrency that protects both the ecosystem and investors with its innovative buyback and staking protocol.",
- "explorer": "https://etherscan.io/token/0xC17c30e98541188614dF99239cABD40280810cA3",
- "status": "active",
- "id": "0xC17c30e98541188614dF99239cABD40280810cA3",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/everrise/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/everrise"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/everrise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/everriseofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/everriseofficial/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EverRise"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/everrise"
- },
- {
- "name": "github",
- "url": "https://github.com/everrise-ecosystem"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EverRiseToken"
- }
- ],
- "tags": [
- "defi",
- "staking",
- "nft",
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC17c30e98541188614dF99239cABD40280810cA3/logo.png b/blockchains/ethereum/assets/0xC17c30e98541188614dF99239cABD40280810cA3/logo.png
deleted file mode 100644
index fb9f7a63b2f43..0000000000000
Binary files a/blockchains/ethereum/assets/0xC17c30e98541188614dF99239cABD40280810cA3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72/info.json b/blockchains/ethereum/assets/0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72/info.json
deleted file mode 100644
index 72948ea6f7f94..0000000000000
--- a/blockchains/ethereum/assets/0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Ethereum Name Service",
- "type": "ERC20",
- "symbol": "ENS",
- "decimals": 18,
- "website": "https://ens.domains",
- "description": "Decentralised naming for wallets, websites, & more.",
- "explorer": "https://etherscan.io/token/0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72",
- "status": "active",
- "id": "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ensdomains"
- },
- {
- "name": "github",
- "url": "https://github.com/ensdomains"
- },
- {
- "name": "medium",
- "url": "https://medium.com/the-ethereum-name-service"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/ens"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72/logo.png b/blockchains/ethereum/assets/0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72/logo.png
deleted file mode 100644
index 8507ae1a8d9d5..0000000000000
Binary files a/blockchains/ethereum/assets/0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC18c07a18198A6340cf4d94855fE5eb6DD33b46E/info.json b/blockchains/ethereum/assets/0xC18c07a18198A6340cf4d94855fE5eb6DD33b46E/info.json
deleted file mode 100644
index 5bbd26740cf3c..0000000000000
--- a/blockchains/ethereum/assets/0xC18c07a18198A6340cf4d94855fE5eb6DD33b46E/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "The Real Estate & Energy Investment Capital",
- "type": "ERC20",
- "symbol": "QLINDO",
- "decimals": 0,
- "website": "https://qlindo.io/",
- "description": "The future of investing. Qlindo bridges the gap between blockchain and green real estate investment opportunities, paving the way to a sustainable future.",
- "explorer": "https://etherscan.io/token/0xC18c07a18198A6340cf4d94855fE5eb6DD33b46E",
- "status": "active",
- "id": "0xC18c07a18198A6340cf4d94855fE5eb6DD33b46E",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Qlindoio"
- },
- {
- "name": "telegram",
- "url": "https://t.me/qlindoio"
- },
- {
- "name": "whitepaper",
- "url": "https://qlindoblob.blob.core.windows.net/files/whitepaper.pdf"
- },
- {
- "name": "github",
- "url": "https://github.com/qlindo"
- }
- ],
- "tags": [
- "defi",
- "staking"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xC18c07a18198A6340cf4d94855fE5eb6DD33b46E/logo.png b/blockchains/ethereum/assets/0xC18c07a18198A6340cf4d94855fE5eb6DD33b46E/logo.png
deleted file mode 100644
index f04a7ed2bc073..0000000000000
Binary files a/blockchains/ethereum/assets/0xC18c07a18198A6340cf4d94855fE5eb6DD33b46E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC18e7a03f8986798323658dD8645f93aa79Ac5C9/info.json b/blockchains/ethereum/assets/0xC18e7a03f8986798323658dD8645f93aa79Ac5C9/info.json
deleted file mode 100644
index ba77a6cb928d0..0000000000000
--- a/blockchains/ethereum/assets/0xC18e7a03f8986798323658dD8645f93aa79Ac5C9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "American Akita",
- "type": "ERC20",
- "symbol": "USKITA",
- "decimals": 9,
- "website": "https://uskita.com",
- "description": "American Akita ($USKITA) is here to bring back the American Dream. We are a decentralized community-driven cryptocurrency with built-in automated rewards for its holders. Keep on holding USKITA in your wallet, and watch the amount increase over time. Our goal is to support Veterans, Dog shelters and so much more!",
- "explorer": "https://etherscan.io/token/0xc18e7a03f8986798323658dd8645f93aa79ac5c9",
- "status": "active",
- "id": "0xC18e7a03f8986798323658dD8645f93aa79Ac5C9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC18e7a03f8986798323658dD8645f93aa79Ac5C9/logo.png b/blockchains/ethereum/assets/0xC18e7a03f8986798323658dD8645f93aa79Ac5C9/logo.png
deleted file mode 100644
index f686859574031..0000000000000
Binary files a/blockchains/ethereum/assets/0xC18e7a03f8986798323658dD8645f93aa79Ac5C9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC1b875D16dEabE4bB292036d12337bDf2FeA13fa/info.json b/blockchains/ethereum/assets/0xC1b875D16dEabE4bB292036d12337bDf2FeA13fa/info.json
deleted file mode 100644
index 85da4e58b51a0..0000000000000
--- a/blockchains/ethereum/assets/0xC1b875D16dEabE4bB292036d12337bDf2FeA13fa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-21/30M21",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC1b875D16dEabE4bB292036d12337bDf2FeA13fa",
- "status": "abandoned",
- "id": "0xC1b875D16dEabE4bB292036d12337bDf2FeA13fa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC1b875D16dEabE4bB292036d12337bDf2FeA13fa/logo.png b/blockchains/ethereum/assets/0xC1b875D16dEabE4bB292036d12337bDf2FeA13fa/logo.png
deleted file mode 100644
index 380f559591bb1..0000000000000
Binary files a/blockchains/ethereum/assets/0xC1b875D16dEabE4bB292036d12337bDf2FeA13fa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC1fB6C015fC535aBD331D3029De76a62e412Fb23/info.json b/blockchains/ethereum/assets/0xC1fB6C015fC535aBD331D3029De76a62e412Fb23/info.json
deleted file mode 100644
index f6f9a02bbdde2..0000000000000
--- a/blockchains/ethereum/assets/0xC1fB6C015fC535aBD331D3029De76a62e412Fb23/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Forcer",
- "symbol": "FORCER",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "https://app.tryroll.com/rewards/FORCER",
- "explorer": "https://etherscan.io/token/0xC1fB6C015fC535aBD331D3029De76a62e412Fb23",
- "status": "abandoned",
- "id": "0xC1fB6C015fC535aBD331D3029De76a62e412Fb23"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC1fB6C015fC535aBD331D3029De76a62e412Fb23/logo.png b/blockchains/ethereum/assets/0xC1fB6C015fC535aBD331D3029De76a62e412Fb23/logo.png
deleted file mode 100644
index b7fee35060597..0000000000000
Binary files a/blockchains/ethereum/assets/0xC1fB6C015fC535aBD331D3029De76a62e412Fb23/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC237868a9c5729bdF3173dDDacaa336a0a5BB6e0/info.json b/blockchains/ethereum/assets/0xC237868a9c5729bdF3173dDDacaa336a0a5BB6e0/info.json
deleted file mode 100644
index 3c161e2bee0f1..0000000000000
--- a/blockchains/ethereum/assets/0xC237868a9c5729bdF3173dDDacaa336a0a5BB6e0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wagerr",
- "symbol": "WWGR",
- "type": "ERC20",
- "decimals": 8,
- "description": "Tokenized version of the Wagerr",
- "website": "https://www.wagerr.com",
- "explorer": "https://etherscan.io/token/0xC237868a9c5729bdF3173dDDacaa336a0a5BB6e0",
- "status": "active",
- "id": "0xC237868a9c5729bdF3173dDDacaa336a0a5BB6e0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC237868a9c5729bdF3173dDDacaa336a0a5BB6e0/logo.png b/blockchains/ethereum/assets/0xC237868a9c5729bdF3173dDDacaa336a0a5BB6e0/logo.png
deleted file mode 100644
index b475b1c6bd2e5..0000000000000
Binary files a/blockchains/ethereum/assets/0xC237868a9c5729bdF3173dDDacaa336a0a5BB6e0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC2494604e9DcEfa2A70dCEbf81e6D7BE064a334e/info.json b/blockchains/ethereum/assets/0xC2494604e9DcEfa2A70dCEbf81e6D7BE064a334e/info.json
deleted file mode 100644
index b5b0761fc27ee..0000000000000
--- a/blockchains/ethereum/assets/0xC2494604e9DcEfa2A70dCEbf81e6D7BE064a334e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OpenWeb Token",
- "symbol": "OWT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC2494604e9DcEfa2A70dCEbf81e6D7BE064a334e",
- "status": "abandoned",
- "id": "0xC2494604e9DcEfa2A70dCEbf81e6D7BE064a334e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC2494604e9DcEfa2A70dCEbf81e6D7BE064a334e/logo.png b/blockchains/ethereum/assets/0xC2494604e9DcEfa2A70dCEbf81e6D7BE064a334e/logo.png
deleted file mode 100644
index c36ee3d6e4013..0000000000000
Binary files a/blockchains/ethereum/assets/0xC2494604e9DcEfa2A70dCEbf81e6D7BE064a334e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC2498AFcbB23D81A57F2437B1D296E002a0a6Aae/info.json b/blockchains/ethereum/assets/0xC2498AFcbB23D81A57F2437B1D296E002a0a6Aae/info.json
deleted file mode 100644
index 35caac320476f..0000000000000
--- a/blockchains/ethereum/assets/0xC2498AFcbB23D81A57F2437B1D296E002a0a6Aae/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Geo Gems",
- "symbol": "GG",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC2498AFcbB23D81A57F2437B1D296E002a0a6Aae",
- "status": "abandoned",
- "id": "0xC2498AFcbB23D81A57F2437B1D296E002a0a6Aae"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC2498AFcbB23D81A57F2437B1D296E002a0a6Aae/logo.png b/blockchains/ethereum/assets/0xC2498AFcbB23D81A57F2437B1D296E002a0a6Aae/logo.png
deleted file mode 100644
index cbe9487ddf18c..0000000000000
Binary files a/blockchains/ethereum/assets/0xC2498AFcbB23D81A57F2437B1D296E002a0a6Aae/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC254664c7408Dde413969fBcD593328F6099E32f/info.json b/blockchains/ethereum/assets/0xC254664c7408Dde413969fBcD593328F6099E32f/info.json
deleted file mode 100644
index 997d307cd547a..0000000000000
--- a/blockchains/ethereum/assets/0xC254664c7408Dde413969fBcD593328F6099E32f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YGG",
- "symbol": "YGG",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC254664c7408Dde413969fBcD593328F6099E32f",
- "status": "abandoned",
- "id": "0xC254664c7408Dde413969fBcD593328F6099E32f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC254664c7408Dde413969fBcD593328F6099E32f/logo.png b/blockchains/ethereum/assets/0xC254664c7408Dde413969fBcD593328F6099E32f/logo.png
deleted file mode 100644
index 14a327f1cc790..0000000000000
Binary files a/blockchains/ethereum/assets/0xC254664c7408Dde413969fBcD593328F6099E32f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC2579552eCb8e7c001564cE0e8E0DB77a0587E0e/info.json b/blockchains/ethereum/assets/0xC2579552eCb8e7c001564cE0e8E0DB77a0587E0e/info.json
deleted file mode 100644
index 3184b96fb394d..0000000000000
--- a/blockchains/ethereum/assets/0xC2579552eCb8e7c001564cE0e8E0DB77a0587E0e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sushen's Attention Token",
- "symbol": "SUSH",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC2579552eCb8e7c001564cE0e8E0DB77a0587E0e",
- "status": "abandoned",
- "id": "0xC2579552eCb8e7c001564cE0e8E0DB77a0587E0e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC2579552eCb8e7c001564cE0e8E0DB77a0587E0e/logo.png b/blockchains/ethereum/assets/0xC2579552eCb8e7c001564cE0e8E0DB77a0587E0e/logo.png
deleted file mode 100644
index db33372c44100..0000000000000
Binary files a/blockchains/ethereum/assets/0xC2579552eCb8e7c001564cE0e8E0DB77a0587E0e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC25AF3123d2420054c8fcd144c21113aa2853F39/info.json b/blockchains/ethereum/assets/0xC25AF3123d2420054c8fcd144c21113aa2853F39/info.json
deleted file mode 100644
index 9ac3f4989fd90..0000000000000
--- a/blockchains/ethereum/assets/0xC25AF3123d2420054c8fcd144c21113aa2853F39/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Xion Global Token",
- "website": "https://xion.finance",
- "description": "Xion is bringing cross chain decentralised payments, loyalty and financial rewards to a global commerce industry. Think 'Stripe' for web 3.",
- "explorer": "https://etherscan.io/token/0xc25af3123d2420054c8fcd144c21113aa2853f39",
- "type": "ERC20",
- "symbol": "XGT",
- "decimals": 18,
- "status": "active",
- "id": "0xC25AF3123d2420054c8fcd144c21113aa2853F39"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC25AF3123d2420054c8fcd144c21113aa2853F39/logo.png b/blockchains/ethereum/assets/0xC25AF3123d2420054c8fcd144c21113aa2853F39/logo.png
deleted file mode 100644
index 59a5a1873cf00..0000000000000
Binary files a/blockchains/ethereum/assets/0xC25AF3123d2420054c8fcd144c21113aa2853F39/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC26b56F339bf8274B85f4D524906d40f50163532/info.json b/blockchains/ethereum/assets/0xC26b56F339bf8274B85f4D524906d40f50163532/info.json
deleted file mode 100644
index 7ed44d26bed17..0000000000000
--- a/blockchains/ethereum/assets/0xC26b56F339bf8274B85f4D524906d40f50163532/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ASHTONIUM",
- "symbol": "AOC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.ashtonium.info",
- "explorer": "https://etherscan.io/token/0xC26b56F339bf8274B85f4D524906d40f50163532",
- "status": "abandoned",
- "id": "0xC26b56F339bf8274B85f4D524906d40f50163532"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC26b56F339bf8274B85f4D524906d40f50163532/logo.png b/blockchains/ethereum/assets/0xC26b56F339bf8274B85f4D524906d40f50163532/logo.png
deleted file mode 100644
index 6d727d7e720c7..0000000000000
Binary files a/blockchains/ethereum/assets/0xC26b56F339bf8274B85f4D524906d40f50163532/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC275865a6Cce78398e94CB2Af29fa0d787b7F7Eb/info.json b/blockchains/ethereum/assets/0xC275865a6Cce78398e94CB2Af29fa0d787b7F7Eb/info.json
deleted file mode 100644
index ea4467cee0ba6..0000000000000
--- a/blockchains/ethereum/assets/0xC275865a6Cce78398e94CB2Af29fa0d787b7F7Eb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RiseCoin Token",
- "symbol": "RSCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://rise-coin.com/",
- "explorer": "https://etherscan.io/token/0xC275865a6Cce78398e94CB2Af29fa0d787b7F7Eb",
- "status": "abandoned",
- "id": "0xC275865a6Cce78398e94CB2Af29fa0d787b7F7Eb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC275865a6Cce78398e94CB2Af29fa0d787b7F7Eb/logo.png b/blockchains/ethereum/assets/0xC275865a6Cce78398e94CB2Af29fa0d787b7F7Eb/logo.png
deleted file mode 100644
index bf0d8f52268e5..0000000000000
Binary files a/blockchains/ethereum/assets/0xC275865a6Cce78398e94CB2Af29fa0d787b7F7Eb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC27C95350eCD634C80dF89db0f10cd5c24B7B11f/info.json b/blockchains/ethereum/assets/0xC27C95350eCD634C80dF89db0f10cd5c24B7B11f/info.json
deleted file mode 100644
index 65860dc36aea8..0000000000000
--- a/blockchains/ethereum/assets/0xC27C95350eCD634C80dF89db0f10cd5c24B7B11f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PixieCoin",
- "symbol": "PXC",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "http://pixiecoin.io/",
- "explorer": "https://etherscan.io/token/0xC27C95350eCD634C80dF89db0f10cd5c24B7B11f",
- "status": "abandoned",
- "id": "0xC27C95350eCD634C80dF89db0f10cd5c24B7B11f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC27C95350eCD634C80dF89db0f10cd5c24B7B11f/logo.png b/blockchains/ethereum/assets/0xC27C95350eCD634C80dF89db0f10cd5c24B7B11f/logo.png
deleted file mode 100755
index 4c553262519b5..0000000000000
Binary files a/blockchains/ethereum/assets/0xC27C95350eCD634C80dF89db0f10cd5c24B7B11f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC28e931814725BbEB9e670676FaBBCb694Fe7DF2/info.json b/blockchains/ethereum/assets/0xC28e931814725BbEB9e670676FaBBCb694Fe7DF2/info.json
deleted file mode 100644
index 5953f7a9ffa7b..0000000000000
--- a/blockchains/ethereum/assets/0xC28e931814725BbEB9e670676FaBBCb694Fe7DF2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QuadrantProtocol",
- "symbol": "eQUAD",
- "type": "ERC20",
- "decimals": 18,
- "description": "Quadrant Protocol is the engine that powers Quadrant's data mapping capabilities.",
- "website": "https://www.quadrantprotocol.com/#",
- "explorer": "https://etherscan.io/token/0xC28e931814725BbEB9e670676FaBBCb694Fe7DF2",
- "status": "active",
- "id": "0xC28e931814725BbEB9e670676FaBBCb694Fe7DF2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC28e931814725BbEB9e670676FaBBCb694Fe7DF2/logo.png b/blockchains/ethereum/assets/0xC28e931814725BbEB9e670676FaBBCb694Fe7DF2/logo.png
deleted file mode 100644
index 4a1d5f0f4cebc..0000000000000
Binary files a/blockchains/ethereum/assets/0xC28e931814725BbEB9e670676FaBBCb694Fe7DF2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC28f1149bDc3DB79607Bd758867f6A1823674095/info.json b/blockchains/ethereum/assets/0xC28f1149bDc3DB79607Bd758867f6A1823674095/info.json
deleted file mode 100644
index fa4ec02ddef1d..0000000000000
--- a/blockchains/ethereum/assets/0xC28f1149bDc3DB79607Bd758867f6A1823674095/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GreatMiner",
- "symbol": "GM",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC28f1149bDc3DB79607Bd758867f6A1823674095",
- "status": "abandoned",
- "id": "0xC28f1149bDc3DB79607Bd758867f6A1823674095"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC28f1149bDc3DB79607Bd758867f6A1823674095/logo.png b/blockchains/ethereum/assets/0xC28f1149bDc3DB79607Bd758867f6A1823674095/logo.png
deleted file mode 100644
index 8ce0316f908e6..0000000000000
Binary files a/blockchains/ethereum/assets/0xC28f1149bDc3DB79607Bd758867f6A1823674095/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC2Ba253771006c7fe2952e67f1780703c4707bEa/info.json b/blockchains/ethereum/assets/0xC2Ba253771006c7fe2952e67f1780703c4707bEa/info.json
deleted file mode 100644
index 9daf7038f784d..0000000000000
--- a/blockchains/ethereum/assets/0xC2Ba253771006c7fe2952e67f1780703c4707bEa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GBHUB",
- "symbol": "GBH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC2Ba253771006c7fe2952e67f1780703c4707bEa",
- "status": "abandoned",
- "id": "0xC2Ba253771006c7fe2952e67f1780703c4707bEa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC2Ba253771006c7fe2952e67f1780703c4707bEa/logo.png b/blockchains/ethereum/assets/0xC2Ba253771006c7fe2952e67f1780703c4707bEa/logo.png
deleted file mode 100644
index 48c0d96c7a07d..0000000000000
Binary files a/blockchains/ethereum/assets/0xC2Ba253771006c7fe2952e67f1780703c4707bEa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC2C63F23ec5E97efbD7565dF9Ec764FDc7d4e91d/info.json b/blockchains/ethereum/assets/0xC2C63F23ec5E97efbD7565dF9Ec764FDc7d4e91d/info.json
deleted file mode 100644
index b9b82e9d84713..0000000000000
--- a/blockchains/ethereum/assets/0xC2C63F23ec5E97efbD7565dF9Ec764FDc7d4e91d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Boule Token",
- "symbol": "BOU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC2C63F23ec5E97efbD7565dF9Ec764FDc7d4e91d",
- "status": "abandoned",
- "id": "0xC2C63F23ec5E97efbD7565dF9Ec764FDc7d4e91d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC2C63F23ec5E97efbD7565dF9Ec764FDc7d4e91d/logo.png b/blockchains/ethereum/assets/0xC2C63F23ec5E97efbD7565dF9Ec764FDc7d4e91d/logo.png
deleted file mode 100644
index 7a87be8af3b09..0000000000000
Binary files a/blockchains/ethereum/assets/0xC2C63F23ec5E97efbD7565dF9Ec764FDc7d4e91d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC2e3ED7F61D338755BF7b6fB4bAA0ffFadA4AC28/info.json b/blockchains/ethereum/assets/0xC2e3ED7F61D338755BF7b6fB4bAA0ffFadA4AC28/info.json
deleted file mode 100644
index 8996973d9df58..0000000000000
--- a/blockchains/ethereum/assets/0xC2e3ED7F61D338755BF7b6fB4bAA0ffFadA4AC28/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dmaarc",
- "symbol": "DRC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC2e3ED7F61D338755BF7b6fB4bAA0ffFadA4AC28",
- "status": "abandoned",
- "id": "0xC2e3ED7F61D338755BF7b6fB4bAA0ffFadA4AC28"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC2e3ED7F61D338755BF7b6fB4bAA0ffFadA4AC28/logo.png b/blockchains/ethereum/assets/0xC2e3ED7F61D338755BF7b6fB4bAA0ffFadA4AC28/logo.png
deleted file mode 100644
index 2f3020cb51b0c..0000000000000
Binary files a/blockchains/ethereum/assets/0xC2e3ED7F61D338755BF7b6fB4bAA0ffFadA4AC28/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC2fbab8de59F2671d55137DfD837f68e9a040867/info.json b/blockchains/ethereum/assets/0xC2fbab8de59F2671d55137DfD837f68e9a040867/info.json
deleted file mode 100644
index 0a873f94848d3..0000000000000
--- a/blockchains/ethereum/assets/0xC2fbab8de59F2671d55137DfD837f68e9a040867/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETHEREUM METAMASK",
- "symbol": "ETHK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC2fbab8de59F2671d55137DfD837f68e9a040867",
- "status": "abandoned",
- "id": "0xC2fbab8de59F2671d55137DfD837f68e9a040867"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC2fbab8de59F2671d55137DfD837f68e9a040867/logo.png b/blockchains/ethereum/assets/0xC2fbab8de59F2671d55137DfD837f68e9a040867/logo.png
deleted file mode 100644
index 3c0d6424d7564..0000000000000
Binary files a/blockchains/ethereum/assets/0xC2fbab8de59F2671d55137DfD837f68e9a040867/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC3098b97bA3Dd1594B8fc8EAE3CD53fB1ECD36Af/info.json b/blockchains/ethereum/assets/0xC3098b97bA3Dd1594B8fc8EAE3CD53fB1ECD36Af/info.json
deleted file mode 100644
index a45d9e2553fdf..0000000000000
--- a/blockchains/ethereum/assets/0xC3098b97bA3Dd1594B8fc8EAE3CD53fB1ECD36Af/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DitCoin Token",
- "symbol": "DITC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC3098b97bA3Dd1594B8fc8EAE3CD53fB1ECD36Af",
- "status": "abandoned",
- "id": "0xC3098b97bA3Dd1594B8fc8EAE3CD53fB1ECD36Af"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC3098b97bA3Dd1594B8fc8EAE3CD53fB1ECD36Af/logo.png b/blockchains/ethereum/assets/0xC3098b97bA3Dd1594B8fc8EAE3CD53fB1ECD36Af/logo.png
deleted file mode 100644
index 203fe44443cac..0000000000000
Binary files a/blockchains/ethereum/assets/0xC3098b97bA3Dd1594B8fc8EAE3CD53fB1ECD36Af/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC30A5e36072612a5884AA6BDc2289fC5e8901638/info.json b/blockchains/ethereum/assets/0xC30A5e36072612a5884AA6BDc2289fC5e8901638/info.json
deleted file mode 100644
index b33e956cd5dd6..0000000000000
--- a/blockchains/ethereum/assets/0xC30A5e36072612a5884AA6BDc2289fC5e8901638/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DEX Community",
- "symbol": "DXC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC30A5e36072612a5884AA6BDc2289fC5e8901638",
- "status": "abandoned",
- "id": "0xC30A5e36072612a5884AA6BDc2289fC5e8901638"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC30A5e36072612a5884AA6BDc2289fC5e8901638/logo.png b/blockchains/ethereum/assets/0xC30A5e36072612a5884AA6BDc2289fC5e8901638/logo.png
deleted file mode 100644
index 85fde021cdbd1..0000000000000
Binary files a/blockchains/ethereum/assets/0xC30A5e36072612a5884AA6BDc2289fC5e8901638/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC343f099d3E41aA5C1b59470450e21E92E2d840b/info.json b/blockchains/ethereum/assets/0xC343f099d3E41aA5C1b59470450e21E92E2d840b/info.json
deleted file mode 100644
index 206e7be2f0710..0000000000000
--- a/blockchains/ethereum/assets/0xC343f099d3E41aA5C1b59470450e21E92E2d840b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Verime Mobile",
- "symbol": "VME",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.verime.mobi",
- "explorer": "https://etherscan.io/token/0xC343f099d3E41aA5C1b59470450e21E92E2d840b",
- "status": "abandoned",
- "id": "0xC343f099d3E41aA5C1b59470450e21E92E2d840b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC343f099d3E41aA5C1b59470450e21E92E2d840b/logo.png b/blockchains/ethereum/assets/0xC343f099d3E41aA5C1b59470450e21E92E2d840b/logo.png
deleted file mode 100755
index 22b32f6ce5b38..0000000000000
Binary files a/blockchains/ethereum/assets/0xC343f099d3E41aA5C1b59470450e21E92E2d840b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC34B21f6F8e51cC965c2393B3ccFa3b82BEb2403/info.json b/blockchains/ethereum/assets/0xC34B21f6F8e51cC965c2393B3ccFa3b82BEb2403/info.json
deleted file mode 100644
index 417d4c1f52143..0000000000000
--- a/blockchains/ethereum/assets/0xC34B21f6F8e51cC965c2393B3ccFa3b82BEb2403/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IoTコイン",
- "symbol": "IoT",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC34B21f6F8e51cC965c2393B3ccFa3b82BEb2403",
- "status": "abandoned",
- "id": "0xC34B21f6F8e51cC965c2393B3ccFa3b82BEb2403"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC34B21f6F8e51cC965c2393B3ccFa3b82BEb2403/logo.png b/blockchains/ethereum/assets/0xC34B21f6F8e51cC965c2393B3ccFa3b82BEb2403/logo.png
deleted file mode 100644
index 4aba76f3cec2a..0000000000000
Binary files a/blockchains/ethereum/assets/0xC34B21f6F8e51cC965c2393B3ccFa3b82BEb2403/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC385d5359dE8E779b902904cDdc87074127650bf/info.json b/blockchains/ethereum/assets/0xC385d5359dE8E779b902904cDdc87074127650bf/info.json
deleted file mode 100644
index 4fbb4ac57a5e8..0000000000000
--- a/blockchains/ethereum/assets/0xC385d5359dE8E779b902904cDdc87074127650bf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ORBIT MAX",
- "symbol": "ORMX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC385d5359dE8E779b902904cDdc87074127650bf",
- "status": "abandoned",
- "id": "0xC385d5359dE8E779b902904cDdc87074127650bf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC385d5359dE8E779b902904cDdc87074127650bf/logo.png b/blockchains/ethereum/assets/0xC385d5359dE8E779b902904cDdc87074127650bf/logo.png
deleted file mode 100644
index f71b691508aea..0000000000000
Binary files a/blockchains/ethereum/assets/0xC385d5359dE8E779b902904cDdc87074127650bf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC38f1fb49acDf2f1213CAf3319F6Eb3ea2cB7527/info.json b/blockchains/ethereum/assets/0xC38f1fb49acDf2f1213CAf3319F6Eb3ea2cB7527/info.json
deleted file mode 100644
index 743de51578e36..0000000000000
--- a/blockchains/ethereum/assets/0xC38f1fb49acDf2f1213CAf3319F6Eb3ea2cB7527/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoinus Token",
- "symbol": "BITS",
- "type": "ERC20",
- "decimals": 18,
- "description": "Bitcoinus (BITS) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.bitcoinus.com",
- "explorer": "https://etherscan.io/token/0xC38f1fb49acDf2f1213CAf3319F6Eb3ea2cB7527",
- "status": "active",
- "id": "0xC38f1fb49acDf2f1213CAf3319F6Eb3ea2cB7527"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC38f1fb49acDf2f1213CAf3319F6Eb3ea2cB7527/logo.png b/blockchains/ethereum/assets/0xC38f1fb49acDf2f1213CAf3319F6Eb3ea2cB7527/logo.png
deleted file mode 100644
index 54d8abf8a78d3..0000000000000
Binary files a/blockchains/ethereum/assets/0xC38f1fb49acDf2f1213CAf3319F6Eb3ea2cB7527/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC3951d77737733174152532e8B0f27e2c4E9F0dC/info.json b/blockchains/ethereum/assets/0xC3951d77737733174152532e8B0f27e2c4E9F0dC/info.json
deleted file mode 100644
index a210b85e5071d..0000000000000
--- a/blockchains/ethereum/assets/0xC3951d77737733174152532e8B0f27e2c4E9F0dC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cloud",
- "symbol": "CLD",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://cloudwith.me/",
- "explorer": "https://etherscan.io/token/0xC3951d77737733174152532e8B0f27e2c4E9F0dC",
- "status": "abandoned",
- "id": "0xC3951d77737733174152532e8B0f27e2c4E9F0dC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC3951d77737733174152532e8B0f27e2c4E9F0dC/logo.png b/blockchains/ethereum/assets/0xC3951d77737733174152532e8B0f27e2c4E9F0dC/logo.png
deleted file mode 100644
index 51cc31218d637..0000000000000
Binary files a/blockchains/ethereum/assets/0xC3951d77737733174152532e8B0f27e2c4E9F0dC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC39E626A04C5971D770e319760D7926502975e47/info.json b/blockchains/ethereum/assets/0xC39E626A04C5971D770e319760D7926502975e47/info.json
deleted file mode 100644
index f0f18ff37f235..0000000000000
--- a/blockchains/ethereum/assets/0xC39E626A04C5971D770e319760D7926502975e47/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "aXpire",
- "symbol": "AXPR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://axpire.io/",
- "explorer": "https://etherscan.io/token/0xC39E626A04C5971D770e319760D7926502975e47",
- "status": "abandoned",
- "id": "0xC39E626A04C5971D770e319760D7926502975e47"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC39E626A04C5971D770e319760D7926502975e47/logo.png b/blockchains/ethereum/assets/0xC39E626A04C5971D770e319760D7926502975e47/logo.png
deleted file mode 100755
index 7600fcfb72671..0000000000000
Binary files a/blockchains/ethereum/assets/0xC39E626A04C5971D770e319760D7926502975e47/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC40AF1E4fEcFA05Ce6BAb79DcD8B373d2E436c4E/info.json b/blockchains/ethereum/assets/0xC40AF1E4fEcFA05Ce6BAb79DcD8B373d2E436c4E/info.json
deleted file mode 100644
index 3366bb921796f..0000000000000
--- a/blockchains/ethereum/assets/0xC40AF1E4fEcFA05Ce6BAb79DcD8B373d2E436c4E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hokkaidu Inu",
- "website": "https://hokk.finance/",
- "description": "Leveraging community to build an inclusive financial ecosystem. We are Meme Utility",
- "explorer": "https://etherscan.io/token/0xC40AF1E4fEcFA05Ce6BAb79DcD8B373d2E436c4E",
- "type": "ERC20",
- "symbol": "HOKK",
- "decimals": 9,
- "status": "abandoned",
- "id": "0xC40AF1E4fEcFA05Ce6BAb79DcD8B373d2E436c4E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC45DbdF28844fdB1482C502897d433aC08d6cCd0/info.json b/blockchains/ethereum/assets/0xC45DbdF28844fdB1482C502897d433aC08d6cCd0/info.json
deleted file mode 100644
index f1e83b081291b..0000000000000
--- a/blockchains/ethereum/assets/0xC45DbdF28844fdB1482C502897d433aC08d6cCd0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitNautic Token",
- "symbol": "BTNT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC45DbdF28844fdB1482C502897d433aC08d6cCd0",
- "status": "abandoned",
- "id": "0xC45DbdF28844fdB1482C502897d433aC08d6cCd0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC45DbdF28844fdB1482C502897d433aC08d6cCd0/logo.png b/blockchains/ethereum/assets/0xC45DbdF28844fdB1482C502897d433aC08d6cCd0/logo.png
deleted file mode 100644
index cfac74f0be4c4..0000000000000
Binary files a/blockchains/ethereum/assets/0xC45DbdF28844fdB1482C502897d433aC08d6cCd0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC477D038d5420C6A9e0b031712f61c5120090de9/info.json b/blockchains/ethereum/assets/0xC477D038d5420C6A9e0b031712f61c5120090de9/info.json
deleted file mode 100644
index b2a7772c9527e..0000000000000
--- a/blockchains/ethereum/assets/0xC477D038d5420C6A9e0b031712f61c5120090de9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BOSON Token",
- "website": "https://bosonprotocol.io/",
- "description": "The $BOSON token is the core economic unit of the Boson ecosystem.",
- "explorer": "https://etherscan.io/token/0xc477d038d5420c6a9e0b031712f61c5120090de9",
- "type": "ERC20",
- "symbol": "BOSON",
- "decimals": 18,
- "status": "active",
- "id": "0xC477D038d5420C6A9e0b031712f61c5120090de9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC477D038d5420C6A9e0b031712f61c5120090de9/logo.png b/blockchains/ethereum/assets/0xC477D038d5420C6A9e0b031712f61c5120090de9/logo.png
deleted file mode 100644
index 6528ba191cacf..0000000000000
Binary files a/blockchains/ethereum/assets/0xC477D038d5420C6A9e0b031712f61c5120090de9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC499Fe55DD7b636af056c2FC5f709c36D8DE74a2/info.json b/blockchains/ethereum/assets/0xC499Fe55DD7b636af056c2FC5f709c36D8DE74a2/info.json
deleted file mode 100644
index 8b0759f472a1d..0000000000000
--- a/blockchains/ethereum/assets/0xC499Fe55DD7b636af056c2FC5f709c36D8DE74a2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GiftToken",
- "symbol": "GIFT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC499Fe55DD7b636af056c2FC5f709c36D8DE74a2",
- "status": "abandoned",
- "id": "0xC499Fe55DD7b636af056c2FC5f709c36D8DE74a2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC499Fe55DD7b636af056c2FC5f709c36D8DE74a2/logo.png b/blockchains/ethereum/assets/0xC499Fe55DD7b636af056c2FC5f709c36D8DE74a2/logo.png
deleted file mode 100644
index 79315ab735687..0000000000000
Binary files a/blockchains/ethereum/assets/0xC499Fe55DD7b636af056c2FC5f709c36D8DE74a2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC4C2614E694cF534D407Ee49F8E44D125E4681c4/info.json b/blockchains/ethereum/assets/0xC4C2614E694cF534D407Ee49F8E44D125E4681c4/info.json
deleted file mode 100644
index d0c7b9b6551ea..0000000000000
--- a/blockchains/ethereum/assets/0xC4C2614E694cF534D407Ee49F8E44D125E4681c4/info.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "Chain Games",
- "website": "https://chaingames.io",
- "description": "Chain Games is a blockchain integrated gaming platform that incorporates non-custodial decentralized smart contract based wagering on games of skill.",
- "explorer": "https://etherscan.io/token/0xC4C2614E694cF534D407Ee49F8E44D125E4681c4",
- "research": "https://chaingames.io",
- "type": "ERC20",
- "symbol": "CHAIN",
- "decimals": 18,
- "status": "active",
- "id": "0xC4C2614E694cF534D407Ee49F8E44D125E4681c4",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Chain-Games"
- },
- {
- "name": "whitepaper",
- "url": "https://chaingames.io/wp-content/uploads/2020/08/Chain_Games-White-Paper-Aug-2020v4.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC4C2614E694cF534D407Ee49F8E44D125E4681c4/logo.png b/blockchains/ethereum/assets/0xC4C2614E694cF534D407Ee49F8E44D125E4681c4/logo.png
deleted file mode 100644
index b5a17306b591b..0000000000000
Binary files a/blockchains/ethereum/assets/0xC4C2614E694cF534D407Ee49F8E44D125E4681c4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC4bC757008f91fdA5876398147C73831cf9b285E/info.json b/blockchains/ethereum/assets/0xC4bC757008f91fdA5876398147C73831cf9b285E/info.json
deleted file mode 100644
index cbe27cad6b212..0000000000000
--- a/blockchains/ethereum/assets/0xC4bC757008f91fdA5876398147C73831cf9b285E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bobux",
- "symbol": "BOBUX",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC4bC757008f91fdA5876398147C73831cf9b285E",
- "status": "abandoned",
- "id": "0xC4bC757008f91fdA5876398147C73831cf9b285E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC4bC757008f91fdA5876398147C73831cf9b285E/logo.png b/blockchains/ethereum/assets/0xC4bC757008f91fdA5876398147C73831cf9b285E/logo.png
deleted file mode 100644
index a3f3efccbad65..0000000000000
Binary files a/blockchains/ethereum/assets/0xC4bC757008f91fdA5876398147C73831cf9b285E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC4cB5793BD58BaD06bF51FB37717b86B02CBe8A4/info.json b/blockchains/ethereum/assets/0xC4cB5793BD58BaD06bF51FB37717b86B02CBe8A4/info.json
deleted file mode 100644
index 89c51b26dce53..0000000000000
--- a/blockchains/ethereum/assets/0xC4cB5793BD58BaD06bF51FB37717b86B02CBe8A4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CREDIT",
- "symbol": "CREDIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://proxidefi.com",
- "explorer": "https://etherscan.io/token/0xC4cB5793BD58BaD06bF51FB37717b86B02CBe8A4",
- "status": "abandoned",
- "id": "0xC4cB5793BD58BaD06bF51FB37717b86B02CBe8A4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC4cB5793BD58BaD06bF51FB37717b86B02CBe8A4/logo.png b/blockchains/ethereum/assets/0xC4cB5793BD58BaD06bF51FB37717b86B02CBe8A4/logo.png
deleted file mode 100644
index 487d659a0a96d..0000000000000
Binary files a/blockchains/ethereum/assets/0xC4cB5793BD58BaD06bF51FB37717b86B02CBe8A4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC4f6E93AEDdc11dc22268488465bAbcAF09399aC/info.json b/blockchains/ethereum/assets/0xC4f6E93AEDdc11dc22268488465bAbcAF09399aC/info.json
deleted file mode 100644
index 4d4cb2d4e97e1..0000000000000
--- a/blockchains/ethereum/assets/0xC4f6E93AEDdc11dc22268488465bAbcAF09399aC/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "hi Dollar",
- "type": "ERC20",
- "symbol": "HI",
- "decimals": 18,
- "website": "https://www.hi.com/",
- "description": "HI is the membership token of exchange and mobile banking platform hi. Stakeholders of HI are the key stakeholders of the hi ecosystem, allowing for true community governance of one of the largest blockchain ecosystems in the world.",
- "explorer": "https://etherscan.io/token/0xC4f6E93AEDdc11dc22268488465bAbcAF09399aC",
- "status": "active",
- "id": "0xC4f6E93AEDdc11dc22268488465bAbcAF09399aC",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/hi_com_official"
- },
- {
- "name": "github",
- "url": "https://github.com/HiChainGlobal/hiTokenERC20"
- },
- {
- "name": "telegram",
- "url": "https://t.me/hi_official"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/hi-dollar/"
- }
- ],
- "tags": [
- "defletionary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC4f6E93AEDdc11dc22268488465bAbcAF09399aC/logo.png b/blockchains/ethereum/assets/0xC4f6E93AEDdc11dc22268488465bAbcAF09399aC/logo.png
deleted file mode 100644
index 96cf2327a3884..0000000000000
Binary files a/blockchains/ethereum/assets/0xC4f6E93AEDdc11dc22268488465bAbcAF09399aC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC5005344d52758EE2264be257A198B50f884711b/info.json b/blockchains/ethereum/assets/0xC5005344d52758EE2264be257A198B50f884711b/info.json
deleted file mode 100644
index d1080c2f85402..0000000000000
--- a/blockchains/ethereum/assets/0xC5005344d52758EE2264be257A198B50f884711b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "illume",
- "symbol": "ILT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC5005344d52758EE2264be257A198B50f884711b",
- "status": "abandoned",
- "id": "0xC5005344d52758EE2264be257A198B50f884711b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC5005344d52758EE2264be257A198B50f884711b/logo.png b/blockchains/ethereum/assets/0xC5005344d52758EE2264be257A198B50f884711b/logo.png
deleted file mode 100755
index 64cb451e0c9ba..0000000000000
Binary files a/blockchains/ethereum/assets/0xC5005344d52758EE2264be257A198B50f884711b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC52C326331E9Ce41F04484d3B5E5648158028804/info.json b/blockchains/ethereum/assets/0xC52C326331E9Ce41F04484d3B5E5648158028804/info.json
deleted file mode 100644
index 7ff931315b8d7..0000000000000
--- a/blockchains/ethereum/assets/0xC52C326331E9Ce41F04484d3B5E5648158028804/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "ZEN Exchange Token",
- "website": "https://unizen.io",
- "description": "Utility token to at Unizen Smart Exchange Ecosystem.",
- "explorer": "https://etherscan.io/token/0xC52C326331E9Ce41F04484d3B5E5648158028804",
- "research": "https://unizen.io/docs/unizen-v1-litepaper-2021-04-23-22-02.pdf",
- "type": "ERC20",
- "symbol": "ZCX",
- "decimals": 18,
- "status": "active",
- "id": "0xC52C326331E9Ce41F04484d3B5E5648158028804"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC52C326331E9Ce41F04484d3B5E5648158028804/logo.png b/blockchains/ethereum/assets/0xC52C326331E9Ce41F04484d3B5E5648158028804/logo.png
deleted file mode 100755
index c7a1369fb2712..0000000000000
Binary files a/blockchains/ethereum/assets/0xC52C326331E9Ce41F04484d3B5E5648158028804/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC538143202f3b11382D8606aae90a96b042a19DB/info.json b/blockchains/ethereum/assets/0xC538143202f3b11382D8606aae90a96b042a19DB/info.json
deleted file mode 100644
index b29c78e368bbc..0000000000000
--- a/blockchains/ethereum/assets/0xC538143202f3b11382D8606aae90a96b042a19DB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coinsbit Token",
- "symbol": "CNB",
- "type": "ERC20",
- "decimals": 18,
- "description": "CNB Coin is a service token of the Coinsbit exchange. The token was designed with the goal of optimizing the user experience and providing access to enhanced features on the exchange.",
- "website": "https://coinsbit.io/",
- "explorer": "https://etherscan.io/token/0xC538143202f3b11382D8606aae90a96b042a19DB",
- "status": "active",
- "id": "0xC538143202f3b11382D8606aae90a96b042a19DB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC538143202f3b11382D8606aae90a96b042a19DB/logo.png b/blockchains/ethereum/assets/0xC538143202f3b11382D8606aae90a96b042a19DB/logo.png
deleted file mode 100644
index 30b3b293ffc0f..0000000000000
Binary files a/blockchains/ethereum/assets/0xC538143202f3b11382D8606aae90a96b042a19DB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC53a9c309Ee2F3E333BD6ecA806A31d0e2Dca5C5/info.json b/blockchains/ethereum/assets/0xC53a9c309Ee2F3E333BD6ecA806A31d0e2Dca5C5/info.json
deleted file mode 100644
index 7f862bc665d8b..0000000000000
--- a/blockchains/ethereum/assets/0xC53a9c309Ee2F3E333BD6ecA806A31d0e2Dca5C5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Play",
- "symbol": "PLAY",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC53a9c309Ee2F3E333BD6ecA806A31d0e2Dca5C5",
- "status": "abandoned",
- "id": "0xC53a9c309Ee2F3E333BD6ecA806A31d0e2Dca5C5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC53a9c309Ee2F3E333BD6ecA806A31d0e2Dca5C5/logo.png b/blockchains/ethereum/assets/0xC53a9c309Ee2F3E333BD6ecA806A31d0e2Dca5C5/logo.png
deleted file mode 100644
index ff1fa71399e90..0000000000000
Binary files a/blockchains/ethereum/assets/0xC53a9c309Ee2F3E333BD6ecA806A31d0e2Dca5C5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC560984D8c4CED2a0ebA5790b33b6f43AFeEf759/info.json b/blockchains/ethereum/assets/0xC560984D8c4CED2a0ebA5790b33b6f43AFeEf759/info.json
deleted file mode 100644
index abd95bbaf3d1b..0000000000000
--- a/blockchains/ethereum/assets/0xC560984D8c4CED2a0ebA5790b33b6f43AFeEf759/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SpritzCoin",
- "symbol": "SPRTZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.spritzcoin.com/",
- "explorer": "https://etherscan.io/token/0xC560984D8c4CED2a0ebA5790b33b6f43AFeEf759",
- "status": "abandoned",
- "id": "0xC560984D8c4CED2a0ebA5790b33b6f43AFeEf759"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC560984D8c4CED2a0ebA5790b33b6f43AFeEf759/logo.png b/blockchains/ethereum/assets/0xC560984D8c4CED2a0ebA5790b33b6f43AFeEf759/logo.png
deleted file mode 100644
index e451b7d2a9745..0000000000000
Binary files a/blockchains/ethereum/assets/0xC560984D8c4CED2a0ebA5790b33b6f43AFeEf759/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC57d533c50bC22247d49a368880fb49a1caA39F7/info.json b/blockchains/ethereum/assets/0xC57d533c50bC22247d49a368880fb49a1caA39F7/info.json
deleted file mode 100644
index 78027c6a93dcb..0000000000000
--- a/blockchains/ethereum/assets/0xC57d533c50bC22247d49a368880fb49a1caA39F7/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "PowerTrade Fuel",
- "website": "https://power.trade/",
- "description": "The PowerTrade Fuel Token (PTF) is a DAO token which governs the treasury that covers PowerTrade traders in the event of a black swan.",
- "explorer": "https://etherscan.io/token/0xC57d533c50bC22247d49a368880fb49a1caA39F7",
- "type": "ERC20",
- "symbol": "PTF",
- "decimals": 18,
- "status": "active",
- "id": "0xC57d533c50bC22247d49a368880fb49a1caA39F7",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Power-Trade/fuel-dao/"
- },
- {
- "name": "whitepaper",
- "url": "https://power.trade/fuel-token/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC57d533c50bC22247d49a368880fb49a1caA39F7/logo.png b/blockchains/ethereum/assets/0xC57d533c50bC22247d49a368880fb49a1caA39F7/logo.png
deleted file mode 100644
index 586eabdb29807..0000000000000
Binary files a/blockchains/ethereum/assets/0xC57d533c50bC22247d49a368880fb49a1caA39F7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC581b735A1688071A1746c968e0798D642EDE491/info.json b/blockchains/ethereum/assets/0xC581b735A1688071A1746c968e0798D642EDE491/info.json
deleted file mode 100644
index f6e2b01166d4a..0000000000000
--- a/blockchains/ethereum/assets/0xC581b735A1688071A1746c968e0798D642EDE491/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Euro Tether",
- "type": "ERC20",
- "symbol": "EURT",
- "decimals": 6,
- "website": "https://tether.to/",
- "short_description": "",
- "description": "",
- "explorer": "https://etherscan.io/token/0xc581b735a1688071a1746c968e0798d642ede491",
- "status": "active",
- "id": "0xC581b735A1688071A1746c968e0798D642EDE491",
- "tags": [
- "stablecoin"
- ],
- "links": [
- {
- "name": "facebook",
- "url": "https://www.facebook.com/tether.to"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Tether_to"
- },
- {
- "name": "telegram",
- "url": "https://t.me/OfficialTether"
- },
- {
- "name": "whitepaper",
- "url": "https://assets.ctfassets.net/vyse88cgwfbl/5UWgHMvz071t2Cq5yTw5vi/c9798ea8db99311bf90ebe0810938b01/TetherWhitePaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC581b735A1688071A1746c968e0798D642EDE491/logo.png b/blockchains/ethereum/assets/0xC581b735A1688071A1746c968e0798D642EDE491/logo.png
deleted file mode 100644
index 31fdfa89c3879..0000000000000
Binary files a/blockchains/ethereum/assets/0xC581b735A1688071A1746c968e0798D642EDE491/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC5FaADd1206Ca91d9F8Dd015B3498afFad9A58Bc/info.json b/blockchains/ethereum/assets/0xC5FaADd1206Ca91d9F8Dd015B3498afFad9A58Bc/info.json
deleted file mode 100644
index 43190f22a1792..0000000000000
--- a/blockchains/ethereum/assets/0xC5FaADd1206Ca91d9F8Dd015B3498afFad9A58Bc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EnjoyGameToken",
- "symbol": "EGT",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC5FaADd1206Ca91d9F8Dd015B3498afFad9A58Bc",
- "status": "abandoned",
- "id": "0xC5FaADd1206Ca91d9F8Dd015B3498afFad9A58Bc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC5FaADd1206Ca91d9F8Dd015B3498afFad9A58Bc/logo.png b/blockchains/ethereum/assets/0xC5FaADd1206Ca91d9F8Dd015B3498afFad9A58Bc/logo.png
deleted file mode 100644
index 650357a15ac08..0000000000000
Binary files a/blockchains/ethereum/assets/0xC5FaADd1206Ca91d9F8Dd015B3498afFad9A58Bc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC5bBaE50781Be1669306b9e001EFF57a2957b09d/info.json b/blockchains/ethereum/assets/0xC5bBaE50781Be1669306b9e001EFF57a2957b09d/info.json
deleted file mode 100644
index 52b4d416c7ec2..0000000000000
--- a/blockchains/ethereum/assets/0xC5bBaE50781Be1669306b9e001EFF57a2957b09d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gifto",
- "symbol": "GTO",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "https://gifto.io/",
- "explorer": "https://etherscan.io/token/0xC5bBaE50781Be1669306b9e001EFF57a2957b09d",
- "status": "abandoned",
- "id": "0xC5bBaE50781Be1669306b9e001EFF57a2957b09d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC5bBaE50781Be1669306b9e001EFF57a2957b09d/logo.png b/blockchains/ethereum/assets/0xC5bBaE50781Be1669306b9e001EFF57a2957b09d/logo.png
deleted file mode 100644
index 5f2411c136458..0000000000000
Binary files a/blockchains/ethereum/assets/0xC5bBaE50781Be1669306b9e001EFF57a2957b09d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC5d105E63711398aF9bbff092d4B6769C82F793D/info.json b/blockchains/ethereum/assets/0xC5d105E63711398aF9bbff092d4B6769C82F793D/info.json
deleted file mode 100644
index dc4f67feb673a..0000000000000
--- a/blockchains/ethereum/assets/0xC5d105E63711398aF9bbff092d4B6769C82F793D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BeautyChain",
- "symbol": "BEC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.beauty.io/",
- "explorer": "https://etherscan.io/token/0xC5d105E63711398aF9bbff092d4B6769C82F793D",
- "status": "abandoned",
- "id": "0xC5d105E63711398aF9bbff092d4B6769C82F793D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC5d105E63711398aF9bbff092d4B6769C82F793D/logo.png b/blockchains/ethereum/assets/0xC5d105E63711398aF9bbff092d4B6769C82F793D/logo.png
deleted file mode 100644
index 4149491d292b5..0000000000000
Binary files a/blockchains/ethereum/assets/0xC5d105E63711398aF9bbff092d4B6769C82F793D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC5e51F32d0C8BbeF06882045db98FF8bC7fAfC49/info.json b/blockchains/ethereum/assets/0xC5e51F32d0C8BbeF06882045db98FF8bC7fAfC49/info.json
deleted file mode 100644
index c9081b5d2e7e9..0000000000000
--- a/blockchains/ethereum/assets/0xC5e51F32d0C8BbeF06882045db98FF8bC7fAfC49/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rollerdance",
- "symbol": "RDANCE",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC5e51F32d0C8BbeF06882045db98FF8bC7fAfC49",
- "status": "abandoned",
- "id": "0xC5e51F32d0C8BbeF06882045db98FF8bC7fAfC49"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC5e51F32d0C8BbeF06882045db98FF8bC7fAfC49/logo.png b/blockchains/ethereum/assets/0xC5e51F32d0C8BbeF06882045db98FF8bC7fAfC49/logo.png
deleted file mode 100644
index 88ac8a616bde0..0000000000000
Binary files a/blockchains/ethereum/assets/0xC5e51F32d0C8BbeF06882045db98FF8bC7fAfC49/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC5f308b12aA1Cd781B310Dc3985eB7AD76d67E31/info.json b/blockchains/ethereum/assets/0xC5f308b12aA1Cd781B310Dc3985eB7AD76d67E31/info.json
deleted file mode 100644
index 5741fa3e98829..0000000000000
--- a/blockchains/ethereum/assets/0xC5f308b12aA1Cd781B310Dc3985eB7AD76d67E31/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IRM",
- "symbol": "IRM",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC5f308b12aA1Cd781B310Dc3985eB7AD76d67E31",
- "status": "abandoned",
- "id": "0xC5f308b12aA1Cd781B310Dc3985eB7AD76d67E31"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC5f308b12aA1Cd781B310Dc3985eB7AD76d67E31/logo.png b/blockchains/ethereum/assets/0xC5f308b12aA1Cd781B310Dc3985eB7AD76d67E31/logo.png
deleted file mode 100644
index 46b6b26f9b319..0000000000000
Binary files a/blockchains/ethereum/assets/0xC5f308b12aA1Cd781B310Dc3985eB7AD76d67E31/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC6263b73b18Bc3855099808D313680e5dD8e24Ce/info.json b/blockchains/ethereum/assets/0xC6263b73b18Bc3855099808D313680e5dD8e24Ce/info.json
deleted file mode 100644
index 9e94d6d80fad5..0000000000000
--- a/blockchains/ethereum/assets/0xC6263b73b18Bc3855099808D313680e5dD8e24Ce/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Naira",
- "symbol": "NGN",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC6263b73b18Bc3855099808D313680e5dD8e24Ce",
- "status": "abandoned",
- "id": "0xC6263b73b18Bc3855099808D313680e5dD8e24Ce"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC6263b73b18Bc3855099808D313680e5dD8e24Ce/logo.png b/blockchains/ethereum/assets/0xC6263b73b18Bc3855099808D313680e5dD8e24Ce/logo.png
deleted file mode 100755
index be1104f13f7b7..0000000000000
Binary files a/blockchains/ethereum/assets/0xC6263b73b18Bc3855099808D313680e5dD8e24Ce/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC626e0619aC79AFEa9281c8eB9b1a9f9D3Fab532/info.json b/blockchains/ethereum/assets/0xC626e0619aC79AFEa9281c8eB9b1a9f9D3Fab532/info.json
deleted file mode 100644
index 45b02a23f4eb7..0000000000000
--- a/blockchains/ethereum/assets/0xC626e0619aC79AFEa9281c8eB9b1a9f9D3Fab532/info.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "name": "Freedom Reserve",
- "type": "ERC20",
- "symbol": "FR",
- "decimals": 18,
- "website": "https://freedomreserv.eth.link/",
- "short_description": "Project to build a zero inflation cryptocurrency for the British Isles.",
- "description": "Freedom Reeserve is a Project to build a Store of Value and unit of exchange suitable for the people of the British Isles",
- "explorer": "https://etherscan.io/token/0xc626e0619ac79afea9281c8eb9b1a9f9d3fab532",
- "research": "https://research.binance.com/",
- "status": "active",
- "id": "0xC626e0619aC79AFEa9281c8eB9b1a9f9D3Fab532",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Freedom-Reserve"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/@freedomreserve1"
- },
- {
- "name": "telegram",
- "url": "https://t.me/freedomreserve1"
- },
- {
- "name": "whitepaper",
- "url": "https://freedomreserv.eth.link/img/FreedomReserveWhitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC626e0619aC79AFEa9281c8eB9b1a9f9D3Fab532/logo.png b/blockchains/ethereum/assets/0xC626e0619aC79AFEa9281c8eB9b1a9f9D3Fab532/logo.png
deleted file mode 100644
index dd92529a2a73f..0000000000000
Binary files a/blockchains/ethereum/assets/0xC626e0619aC79AFEa9281c8eB9b1a9f9D3Fab532/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC631bE100F6Cf9A7012C23De5a6ccb990EAFC133/info.json b/blockchains/ethereum/assets/0xC631bE100F6Cf9A7012C23De5a6ccb990EAFC133/info.json
deleted file mode 100644
index 7c1f8858c05e1..0000000000000
--- a/blockchains/ethereum/assets/0xC631bE100F6Cf9A7012C23De5a6ccb990EAFC133/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Banana Task Force Ape",
- "type": "ERC20",
- "symbol": "BTFA",
- "decimals": 9,
- "website": "https://bananataskforceape.com",
- "description": "BTFA is a collection of 10,000 Task Force Apes with over 150 unique traits. What makes BTFA special is that NFT holders have a shared stake in our company and revenue generated from Blip Studios! ",
- "explorer": "https://etherscan.io/token/0xC631bE100F6Cf9A7012C23De5a6ccb990EAFC133",
- "status": "active",
- "id": "0xC631bE100F6Cf9A7012C23De5a6ccb990EAFC133",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/BananaTFA"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/banana-task-force-ape/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/banana-task-force-ape"
- },
- {
- "name": "telegram",
- "url": "https://t.me/BananaTFApe"
- },
- {
- "name": "discord",
- "url": "https://discord.com/BananaTFA"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xC631bE100F6Cf9A7012C23De5a6ccb990EAFC133/logo.png b/blockchains/ethereum/assets/0xC631bE100F6Cf9A7012C23De5a6ccb990EAFC133/logo.png
deleted file mode 100644
index a5b9e960170fb..0000000000000
Binary files a/blockchains/ethereum/assets/0xC631bE100F6Cf9A7012C23De5a6ccb990EAFC133/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC64500DD7B0f1794807e67802F8Abbf5F8Ffb054/info.json b/blockchains/ethereum/assets/0xC64500DD7B0f1794807e67802F8Abbf5F8Ffb054/info.json
deleted file mode 100644
index 371703681e0a2..0000000000000
--- a/blockchains/ethereum/assets/0xC64500DD7B0f1794807e67802F8Abbf5F8Ffb054/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Locus Chain",
- "symbol": "LOCUS",
- "type": "ERC20",
- "decimals": 18,
- "description": "Locus Chain believes that it has established the basis for anyone to freely participate in the network through nodes by implementing the technology called Verifiable Pruning, which allows for the validation of previous data with the least amount of hash values, and also dynamic sharding, which decreases the network load by dividing the network into shard units.",
- "website": "https://www.locuschain.com/",
- "explorer": "https://etherscan.io/token/0xC64500DD7B0f1794807e67802F8Abbf5F8Ffb054",
- "status": "active",
- "id": "0xC64500DD7B0f1794807e67802F8Abbf5F8Ffb054"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC64500DD7B0f1794807e67802F8Abbf5F8Ffb054/logo.png b/blockchains/ethereum/assets/0xC64500DD7B0f1794807e67802F8Abbf5F8Ffb054/logo.png
deleted file mode 100644
index 2242e5f5c5ea0..0000000000000
Binary files a/blockchains/ethereum/assets/0xC64500DD7B0f1794807e67802F8Abbf5F8Ffb054/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC650f5514AE1A3a27930922145ce49E8A91b91AB/info.json b/blockchains/ethereum/assets/0xC650f5514AE1A3a27930922145ce49E8A91b91AB/info.json
deleted file mode 100644
index e1c842ca2969c..0000000000000
--- a/blockchains/ethereum/assets/0xC650f5514AE1A3a27930922145ce49E8A91b91AB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VENOTY",
- "symbol": "VNTY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC650f5514AE1A3a27930922145ce49E8A91b91AB",
- "status": "abandoned",
- "id": "0xC650f5514AE1A3a27930922145ce49E8A91b91AB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC650f5514AE1A3a27930922145ce49E8A91b91AB/logo.png b/blockchains/ethereum/assets/0xC650f5514AE1A3a27930922145ce49E8A91b91AB/logo.png
deleted file mode 100644
index 286d2ff8b0adc..0000000000000
Binary files a/blockchains/ethereum/assets/0xC650f5514AE1A3a27930922145ce49E8A91b91AB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC669928185DbCE49d2230CC9B0979BE6DC797957/info.json b/blockchains/ethereum/assets/0xC669928185DbCE49d2230CC9B0979BE6DC797957/info.json
deleted file mode 100644
index 902df7aa24105..0000000000000
--- a/blockchains/ethereum/assets/0xC669928185DbCE49d2230CC9B0979BE6DC797957/info.json
+++ /dev/null
@@ -1,39 +0,0 @@
-{
- "name": "BitTorrent",
- "symbol": "BTT",
- "type": "ERC20",
- "decimals": 18,
- "description": "BTT is the official token of BitTorrent Chain. BitTorrent Chain is a brand-new heterogeneous cross-chain interoperability protocol, which leverages sidechains for the scaling of smart contracts.",
- "website": "https://bt.io/",
- "explorer": "https://etherscan.io/token/0xc669928185dbce49d2230cc9b0979be6dc797957",
- "status": "active",
- "id": "0xC669928185DbCE49d2230CC9B0979BE6DC797957",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/BitTorrent"
- },
- {
- "name": "github",
- "url": "https://github.com/bttcprotocol/bttc"
- },
- {
- "name": "telegram",
- "url": "https://t.me/BitTorrentChain"
- },
- {
- "name": "whitepaper",
- "url": "https://tron.network/static/doc/BitTorrent-ChainWhitepaper_EN.pdf"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@BitTorrent"
- }
- ],
- "tags": [
- "governance",
- "staking",
- "defi"
- ]
-}
-
diff --git a/blockchains/ethereum/assets/0xC669928185DbCE49d2230CC9B0979BE6DC797957/logo.png b/blockchains/ethereum/assets/0xC669928185DbCE49d2230CC9B0979BE6DC797957/logo.png
deleted file mode 100644
index a184c2c98b382..0000000000000
Binary files a/blockchains/ethereum/assets/0xC669928185DbCE49d2230CC9B0979BE6DC797957/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC66eA802717bFb9833400264Dd12c2bCeAa34a6d/info.json b/blockchains/ethereum/assets/0xC66eA802717bFb9833400264Dd12c2bCeAa34a6d/info.json
deleted file mode 100644
index 9c238bd8b41ec..0000000000000
--- a/blockchains/ethereum/assets/0xC66eA802717bFb9833400264Dd12c2bCeAa34a6d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKR",
- "type": "ERC20",
- "symbol": "MKR",
- "decimals": 18,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0xc66ea802717bfb9833400264dd12c2bceaa34a6d",
- "status": "active",
- "id": "0xC66eA802717bFb9833400264Dd12c2bCeAa34a6d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC66eA802717bFb9833400264Dd12c2bCeAa34a6d/logo.png b/blockchains/ethereum/assets/0xC66eA802717bFb9833400264Dd12c2bCeAa34a6d/logo.png
deleted file mode 100644
index 3c8e0d296c46e..0000000000000
Binary files a/blockchains/ethereum/assets/0xC66eA802717bFb9833400264Dd12c2bCeAa34a6d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC66eFb10689c4FF5012402ddA7c346A48a43817d/info.json b/blockchains/ethereum/assets/0xC66eFb10689c4FF5012402ddA7c346A48a43817d/info.json
deleted file mode 100644
index 07f0bef8bcca7..0000000000000
--- a/blockchains/ethereum/assets/0xC66eFb10689c4FF5012402ddA7c346A48a43817d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C573713",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC66eFb10689c4FF5012402ddA7c346A48a43817d",
- "status": "abandoned",
- "id": "0xC66eFb10689c4FF5012402ddA7c346A48a43817d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC66eFb10689c4FF5012402ddA7c346A48a43817d/logo.png b/blockchains/ethereum/assets/0xC66eFb10689c4FF5012402ddA7c346A48a43817d/logo.png
deleted file mode 100644
index fc8b02b895324..0000000000000
Binary files a/blockchains/ethereum/assets/0xC66eFb10689c4FF5012402ddA7c346A48a43817d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC68EaE3C22FE7A891ec487ECbDC42BB992B3FD87/info.json b/blockchains/ethereum/assets/0xC68EaE3C22FE7A891ec487ECbDC42BB992B3FD87/info.json
deleted file mode 100644
index 9647f4e99a2b7..0000000000000
--- a/blockchains/ethereum/assets/0xC68EaE3C22FE7A891ec487ECbDC42BB992B3FD87/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tyche Chip",
- "symbol": "TCH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC68EaE3C22FE7A891ec487ECbDC42BB992B3FD87",
- "status": "abandoned",
- "id": "0xC68EaE3C22FE7A891ec487ECbDC42BB992B3FD87"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC68EaE3C22FE7A891ec487ECbDC42BB992B3FD87/logo.png b/blockchains/ethereum/assets/0xC68EaE3C22FE7A891ec487ECbDC42BB992B3FD87/logo.png
deleted file mode 100644
index db60e41f3e878..0000000000000
Binary files a/blockchains/ethereum/assets/0xC68EaE3C22FE7A891ec487ECbDC42BB992B3FD87/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC69b72dd5ECa6e4d1FC2582279Fd5fC80aF71808/info.json b/blockchains/ethereum/assets/0xC69b72dd5ECa6e4d1FC2582279Fd5fC80aF71808/info.json
deleted file mode 100644
index e74d92870a59e..0000000000000
--- a/blockchains/ethereum/assets/0xC69b72dd5ECa6e4d1FC2582279Fd5fC80aF71808/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C565951",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC69b72dd5ECa6e4d1FC2582279Fd5fC80aF71808",
- "status": "spam",
- "id": "0xC69b72dd5ECa6e4d1FC2582279Fd5fC80aF71808"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC69b72dd5ECa6e4d1FC2582279Fd5fC80aF71808/logo.png b/blockchains/ethereum/assets/0xC69b72dd5ECa6e4d1FC2582279Fd5fC80aF71808/logo.png
deleted file mode 100644
index 0abf8152518a9..0000000000000
Binary files a/blockchains/ethereum/assets/0xC69b72dd5ECa6e4d1FC2582279Fd5fC80aF71808/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC6D603A9Df53D1542552058c382bf115AACE70C7/info.json b/blockchains/ethereum/assets/0xC6D603A9Df53D1542552058c382bf115AACE70C7/info.json
deleted file mode 100644
index 1b13297377b32..0000000000000
--- a/blockchains/ethereum/assets/0xC6D603A9Df53D1542552058c382bf115AACE70C7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tourist Review",
- "symbol": "TRET",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://touristreview.io/",
- "explorer": "https://etherscan.io/token/0xC6D603A9Df53D1542552058c382bf115AACE70C7",
- "status": "abandoned",
- "id": "0xC6D603A9Df53D1542552058c382bf115AACE70C7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC6D603A9Df53D1542552058c382bf115AACE70C7/logo.png b/blockchains/ethereum/assets/0xC6D603A9Df53D1542552058c382bf115AACE70C7/logo.png
deleted file mode 100644
index dc66a73f9903b..0000000000000
Binary files a/blockchains/ethereum/assets/0xC6D603A9Df53D1542552058c382bf115AACE70C7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC6D76756Fec88A289B20091846b81C23997BFD00/info.json b/blockchains/ethereum/assets/0xC6D76756Fec88A289B20091846b81C23997BFD00/info.json
deleted file mode 100644
index 64fd8cbe3d15d..0000000000000
--- a/blockchains/ethereum/assets/0xC6D76756Fec88A289B20091846b81C23997BFD00/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ethart",
- "symbol": "arte",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC6D76756Fec88A289B20091846b81C23997BFD00",
- "status": "abandoned",
- "id": "0xC6D76756Fec88A289B20091846b81C23997BFD00"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC6D76756Fec88A289B20091846b81C23997BFD00/logo.png b/blockchains/ethereum/assets/0xC6D76756Fec88A289B20091846b81C23997BFD00/logo.png
deleted file mode 100644
index 1b84cf5727f2d..0000000000000
Binary files a/blockchains/ethereum/assets/0xC6D76756Fec88A289B20091846b81C23997BFD00/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC6e64729931f60D2c8Bc70A27D66D9E0c28D1BF9/info.json b/blockchains/ethereum/assets/0xC6e64729931f60D2c8Bc70A27D66D9E0c28D1BF9/info.json
deleted file mode 100644
index 47844116067b6..0000000000000
--- a/blockchains/ethereum/assets/0xC6e64729931f60D2c8Bc70A27D66D9E0c28D1BF9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Flow Protocol",
- "website": "https://flowprotocol.io",
- "description": "The self-distributing store of value token.",
- "explorer": "https://etherscan.io/token/0xC6e64729931f60D2c8Bc70A27D66D9E0c28D1BF9",
- "type": "ERC20",
- "symbol": "FLOW",
- "decimals": 9,
- "status": "active",
- "id": "0xC6e64729931f60D2c8Bc70A27D66D9E0c28D1BF9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC6e64729931f60D2c8Bc70A27D66D9E0c28D1BF9/logo.png b/blockchains/ethereum/assets/0xC6e64729931f60D2c8Bc70A27D66D9E0c28D1BF9/logo.png
deleted file mode 100644
index 4b8c3d4b5a083..0000000000000
Binary files a/blockchains/ethereum/assets/0xC6e64729931f60D2c8Bc70A27D66D9E0c28D1BF9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC727f87871ee12Bbcedd2973746D1Deb7529aaD6/info.json b/blockchains/ethereum/assets/0xC727f87871ee12Bbcedd2973746D1Deb7529aaD6/info.json
deleted file mode 100644
index ee06de6f1235b..0000000000000
--- a/blockchains/ethereum/assets/0xC727f87871ee12Bbcedd2973746D1Deb7529aaD6/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Akash Network",
- "type": "ERC20",
- "symbol": "AKT",
- "decimals": 6,
- "website": "https://akash.network",
- "description": "Akash Network is a Distributed Peer-to-Peer Marketplace for Cloud Compute",
- "explorer": "https://etherscan.io/token/0xC727f87871ee12Bbcedd2973746D1Deb7529aaD6",
- "status": "active",
- "id": "0xC727f87871ee12Bbcedd2973746D1Deb7529aaD6",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/akashnet_"
- },
- {
- "name": "telegram",
- "url": "https://t.me/AkashNW"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/akash-network/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC727f87871ee12Bbcedd2973746D1Deb7529aaD6/logo.png b/blockchains/ethereum/assets/0xC727f87871ee12Bbcedd2973746D1Deb7529aaD6/logo.png
deleted file mode 100644
index 01df4e76f4299..0000000000000
Binary files a/blockchains/ethereum/assets/0xC727f87871ee12Bbcedd2973746D1Deb7529aaD6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC72ED4445B3fe9f0863106E344E241530d338906/info.json b/blockchains/ethereum/assets/0xC72ED4445B3fe9f0863106E344E241530d338906/info.json
deleted file mode 100644
index e4fde551a2267..0000000000000
--- a/blockchains/ethereum/assets/0xC72ED4445B3fe9f0863106E344E241530d338906/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mallcoin Token",
- "symbol": "MLC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://flogmall.com/",
- "explorer": "https://etherscan.io/token/0xC72ED4445B3fe9f0863106E344E241530d338906",
- "status": "abandoned",
- "id": "0xC72ED4445B3fe9f0863106E344E241530d338906"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC72ED4445B3fe9f0863106E344E241530d338906/logo.png b/blockchains/ethereum/assets/0xC72ED4445B3fe9f0863106E344E241530d338906/logo.png
deleted file mode 100644
index 8a4c0ef763ac6..0000000000000
Binary files a/blockchains/ethereum/assets/0xC72ED4445B3fe9f0863106E344E241530d338906/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC741f06082AA47F93729070aD0dD95E223Bda091/info.json b/blockchains/ethereum/assets/0xC741f06082AA47F93729070aD0dD95E223Bda091/info.json
deleted file mode 100644
index 9f3334feb71da..0000000000000
--- a/blockchains/ethereum/assets/0xC741f06082AA47F93729070aD0dD95E223Bda091/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Education",
- "symbol": "LEDU",
- "type": "ERC20",
- "decimals": 8,
- "description": "Education Ecosystem describes itself as a project-based learning platform where developers can discover new technologies and try them out hands-on using free practical project examples.",
- "website": "https://www.education-ecosystem.com",
- "explorer": "https://etherscan.io/token/0xC741f06082AA47F93729070aD0dD95E223Bda091",
- "status": "active",
- "id": "0xC741f06082AA47F93729070aD0dD95E223Bda091"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC741f06082AA47F93729070aD0dD95E223Bda091/logo.png b/blockchains/ethereum/assets/0xC741f06082AA47F93729070aD0dD95E223Bda091/logo.png
deleted file mode 100644
index 264914b2c28ba..0000000000000
Binary files a/blockchains/ethereum/assets/0xC741f06082AA47F93729070aD0dD95E223Bda091/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC76FB75950536d98FA62ea968E1D6B45ffea2A55/info.json b/blockchains/ethereum/assets/0xC76FB75950536d98FA62ea968E1D6B45ffea2A55/info.json
deleted file mode 100644
index 9aa59526044e6..0000000000000
--- a/blockchains/ethereum/assets/0xC76FB75950536d98FA62ea968E1D6B45ffea2A55/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Unit protocol",
- "website": "https://unit.xyz",
- "description": "Unit protocol is a decentralized borrowing protocol that allows using a variety of tokens as collateral.",
- "explorer": "https://etherscan.io/token/0xC76FB75950536d98FA62ea968E1D6B45ffea2A55",
- "type": "ERC20",
- "symbol": "COL",
- "decimals": 18,
- "status": "active",
- "id": "0xC76FB75950536d98FA62ea968E1D6B45ffea2A55",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/unitprotocol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/unitprotocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/unit_ann"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@unitprotocol"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/unitprotocol/protocol_docs/blob/master/unit_wp.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC76FB75950536d98FA62ea968E1D6B45ffea2A55/logo.png b/blockchains/ethereum/assets/0xC76FB75950536d98FA62ea968E1D6B45ffea2A55/logo.png
deleted file mode 100644
index d83a132590ec3..0000000000000
Binary files a/blockchains/ethereum/assets/0xC76FB75950536d98FA62ea968E1D6B45ffea2A55/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC77b230F31b517F1ef362e59c173C2BE6540B5E8/info.json b/blockchains/ethereum/assets/0xC77b230F31b517F1ef362e59c173C2BE6540B5E8/info.json
deleted file mode 100644
index 90a5b2d121f5d..0000000000000
--- a/blockchains/ethereum/assets/0xC77b230F31b517F1ef362e59c173C2BE6540B5E8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VidyCoin",
- "symbol": "VIDY",
- "type": "ERC20",
- "decimals": 18,
- "description": "Vidy is the world's first decentralized ad network, powered by the Ethereum blockchain. Vidy's ad platform allows advertisers to embed video ads directly into hyper-relevant website text, improving user experience, ad conversions and publisher payments.",
- "website": "https://vidy.com/",
- "explorer": "https://etherscan.io/token/0xC77b230F31b517F1ef362e59c173C2BE6540B5E8",
- "status": "active",
- "id": "0xC77b230F31b517F1ef362e59c173C2BE6540B5E8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC77b230F31b517F1ef362e59c173C2BE6540B5E8/logo.png b/blockchains/ethereum/assets/0xC77b230F31b517F1ef362e59c173C2BE6540B5E8/logo.png
deleted file mode 100644
index 6718dd0c96b48..0000000000000
Binary files a/blockchains/ethereum/assets/0xC77b230F31b517F1ef362e59c173C2BE6540B5E8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC78593C17482EA5de44Fdd84896fFd903972878E/info.json b/blockchains/ethereum/assets/0xC78593C17482EA5de44Fdd84896fFd903972878E/info.json
deleted file mode 100644
index b65dc08225cc2..0000000000000
--- a/blockchains/ethereum/assets/0xC78593C17482EA5de44Fdd84896fFd903972878E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EtherBB",
- "symbol": "BB",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC78593C17482EA5de44Fdd84896fFd903972878E",
- "status": "abandoned",
- "id": "0xC78593C17482EA5de44Fdd84896fFd903972878E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC78593C17482EA5de44Fdd84896fFd903972878E/logo.png b/blockchains/ethereum/assets/0xC78593C17482EA5de44Fdd84896fFd903972878E/logo.png
deleted file mode 100644
index a6610b54e4858..0000000000000
Binary files a/blockchains/ethereum/assets/0xC78593C17482EA5de44Fdd84896fFd903972878E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC79764398a159Ea8E61AF98d7dA6f2C8CaE4c3A9/info.json b/blockchains/ethereum/assets/0xC79764398a159Ea8E61AF98d7dA6f2C8CaE4c3A9/info.json
deleted file mode 100644
index ab4f919947ed2..0000000000000
--- a/blockchains/ethereum/assets/0xC79764398a159Ea8E61AF98d7dA6f2C8CaE4c3A9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IdleSAI",
- "symbol": "IDLESAI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC79764398a159Ea8E61AF98d7dA6f2C8CaE4c3A9",
- "status": "abandoned",
- "id": "0xC79764398a159Ea8E61AF98d7dA6f2C8CaE4c3A9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC79764398a159Ea8E61AF98d7dA6f2C8CaE4c3A9/logo.png b/blockchains/ethereum/assets/0xC79764398a159Ea8E61AF98d7dA6f2C8CaE4c3A9/logo.png
deleted file mode 100644
index 7d079a399bae5..0000000000000
Binary files a/blockchains/ethereum/assets/0xC79764398a159Ea8E61AF98d7dA6f2C8CaE4c3A9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC7Da481e6e14159D28e5e31A1Fb57ed649dB2e3a/info.json b/blockchains/ethereum/assets/0xC7Da481e6e14159D28e5e31A1Fb57ed649dB2e3a/info.json
deleted file mode 100644
index 186aee04bafef..0000000000000
--- a/blockchains/ethereum/assets/0xC7Da481e6e14159D28e5e31A1Fb57ed649dB2e3a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mondo",
- "symbol": "MO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC7Da481e6e14159D28e5e31A1Fb57ed649dB2e3a",
- "status": "abandoned",
- "id": "0xC7Da481e6e14159D28e5e31A1Fb57ed649dB2e3a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC7Da481e6e14159D28e5e31A1Fb57ed649dB2e3a/logo.png b/blockchains/ethereum/assets/0xC7Da481e6e14159D28e5e31A1Fb57ed649dB2e3a/logo.png
deleted file mode 100644
index f121dc24a6b3f..0000000000000
Binary files a/blockchains/ethereum/assets/0xC7Da481e6e14159D28e5e31A1Fb57ed649dB2e3a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC7a2572fA8FDB0f7E81d6D3c4e3CCF78FB0DC374/info.json b/blockchains/ethereum/assets/0xC7a2572fA8FDB0f7E81d6D3c4e3CCF78FB0DC374/info.json
deleted file mode 100644
index 424ca411a0d50..0000000000000
--- a/blockchains/ethereum/assets/0xC7a2572fA8FDB0f7E81d6D3c4e3CCF78FB0DC374/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Bens Finale",
- "type": "ERC20",
- "symbol": "FINALE",
- "decimals": 18,
- "website": "https://finale.community",
- "description": "Finale has been the plan the whole time and will continue to be the plan. Finale is something that if you were paying attention to, you would’ve been on top of.",
- "explorer": "https://etherscan.io/token/0xc7a2572fa8fdb0f7e81d6d3c4e3ccf78fb0dc374",
- "status": "active",
- "id": "0xC7a2572fA8FDB0f7E81d6D3c4e3CCF78FB0DC374",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/FinaleCommunity"
- },
- {
- "name": "telegram",
- "url": "https://t.me/BensFinaleCommunity"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/bens-finale/"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0xC7a2572fA8FDB0f7E81d6D3c4e3CCF78FB0DC374/logo.png b/blockchains/ethereum/assets/0xC7a2572fA8FDB0f7E81d6D3c4e3CCF78FB0DC374/logo.png
deleted file mode 100644
index 87567f6040b4c..0000000000000
Binary files a/blockchains/ethereum/assets/0xC7a2572fA8FDB0f7E81d6D3c4e3CCF78FB0DC374/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC7ac23AA559e975548ac959e4D1c926830093554/info.json b/blockchains/ethereum/assets/0xC7ac23AA559e975548ac959e4D1c926830093554/info.json
deleted file mode 100644
index 37007f152bb1b..0000000000000
--- a/blockchains/ethereum/assets/0xC7ac23AA559e975548ac959e4D1c926830093554/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Stella's LIMO",
- "website": "http://limo.free.bg",
- "description": "Stella's LIMO is an ethereum based Asset.",
- "explorer": "https://etherscan.io/token/0xC7ac23AA559e975548ac959e4D1c926830093554",
- "type": "ERC20",
- "symbol": "LIMO",
- "decimals": 1,
- "status": "active",
- "id": "0xC7ac23AA559e975548ac959e4D1c926830093554"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC7ac23AA559e975548ac959e4D1c926830093554/logo.png b/blockchains/ethereum/assets/0xC7ac23AA559e975548ac959e4D1c926830093554/logo.png
deleted file mode 100644
index 420338044dc57..0000000000000
Binary files a/blockchains/ethereum/assets/0xC7ac23AA559e975548ac959e4D1c926830093554/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC7cae65F4C0C98e643155d85616B95eE71F64Ca5/info.json b/blockchains/ethereum/assets/0xC7cae65F4C0C98e643155d85616B95eE71F64Ca5/info.json
deleted file mode 100644
index 2d7c42e9cb030..0000000000000
--- a/blockchains/ethereum/assets/0xC7cae65F4C0C98e643155d85616B95eE71F64Ca5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MAiWORLD",
- "symbol": "MAI",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC7cae65F4C0C98e643155d85616B95eE71F64Ca5",
- "status": "abandoned",
- "id": "0xC7cae65F4C0C98e643155d85616B95eE71F64Ca5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC7cae65F4C0C98e643155d85616B95eE71F64Ca5/logo.png b/blockchains/ethereum/assets/0xC7cae65F4C0C98e643155d85616B95eE71F64Ca5/logo.png
deleted file mode 100644
index 7260d35e2f980..0000000000000
Binary files a/blockchains/ethereum/assets/0xC7cae65F4C0C98e643155d85616B95eE71F64Ca5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC7e43A1c8E118aA2965F5EAbe0e718D83DB7A63C/info.json b/blockchains/ethereum/assets/0xC7e43A1c8E118aA2965F5EAbe0e718D83DB7A63C/info.json
deleted file mode 100644
index fd16599ef267a..0000000000000
--- a/blockchains/ethereum/assets/0xC7e43A1c8E118aA2965F5EAbe0e718D83DB7A63C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZCore Token",
- "website": "https://zcore.network",
- "description": "The proposal of the ZCore Token (ZCRT) is to take advantage of the technological and usability advantages offered by the platform ZCore Network.",
- "explorer": "https://etherscan.io/token/0xC7e43A1c8E118aA2965F5EAbe0e718D83DB7A63C",
- "type": "ERC20",
- "symbol": "ZCRT",
- "decimals": 18,
- "status": "active",
- "id": "0xC7e43A1c8E118aA2965F5EAbe0e718D83DB7A63C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC7e43A1c8E118aA2965F5EAbe0e718D83DB7A63C/logo.png b/blockchains/ethereum/assets/0xC7e43A1c8E118aA2965F5EAbe0e718D83DB7A63C/logo.png
deleted file mode 100644
index c2320ad0e9da9..0000000000000
Binary files a/blockchains/ethereum/assets/0xC7e43A1c8E118aA2965F5EAbe0e718D83DB7A63C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC8058D59e208399B76E66Da1EC669dD6B1BeE2ea/info.json b/blockchains/ethereum/assets/0xC8058D59e208399B76E66Da1EC669dD6B1BeE2ea/info.json
deleted file mode 100644
index fd4b4fbc5ef5d..0000000000000
--- a/blockchains/ethereum/assets/0xC8058D59e208399B76E66Da1EC669dD6B1BeE2ea/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gold Bits Coin",
- "symbol": "GBC",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC8058D59e208399B76E66Da1EC669dD6B1BeE2ea",
- "status": "abandoned",
- "id": "0xC8058D59e208399B76E66Da1EC669dD6B1BeE2ea"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC8058D59e208399B76E66Da1EC669dD6B1BeE2ea/logo.png b/blockchains/ethereum/assets/0xC8058D59e208399B76E66Da1EC669dD6B1BeE2ea/logo.png
deleted file mode 100755
index 2192b51804779..0000000000000
Binary files a/blockchains/ethereum/assets/0xC8058D59e208399B76E66Da1EC669dD6B1BeE2ea/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC80c5E40220172B36aDee2c951f26F2a577810C5/info.json b/blockchains/ethereum/assets/0xC80c5E40220172B36aDee2c951f26F2a577810C5/info.json
deleted file mode 100644
index 76de1e15e5ac8..0000000000000
--- a/blockchains/ethereum/assets/0xC80c5E40220172B36aDee2c951f26F2a577810C5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Banker Token",
- "symbol": "BNK",
- "type": "ERC20",
- "decimals": 8,
- "description": "Bankera is an operational fork of SpectroCoin. As SpectroCoin to be competitive has developed bank-like infrastructure, but was not intended to become a proper bank, it is releasing Bankera to leverage its regulatory and IT infrastructure to develop a bank for the blockchain era. Bankera as a proper bank will offer payments, investments, and loan and deposit solutions. Later on, it is planing to develop new types of money, such as inflation linked baskets.",
- "website": "https://bankera.com/",
- "explorer": "https://etherscan.io/token/0xC80c5E40220172B36aDee2c951f26F2a577810C5",
- "status": "active",
- "id": "0xC80c5E40220172B36aDee2c951f26F2a577810C5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC80c5E40220172B36aDee2c951f26F2a577810C5/logo.png b/blockchains/ethereum/assets/0xC80c5E40220172B36aDee2c951f26F2a577810C5/logo.png
deleted file mode 100644
index 6b6b2610c629b..0000000000000
Binary files a/blockchains/ethereum/assets/0xC80c5E40220172B36aDee2c951f26F2a577810C5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC80daE9129389C4ef6E7DBfAeE40f28DE49dE3a6/info.json b/blockchains/ethereum/assets/0xC80daE9129389C4ef6E7DBfAeE40f28DE49dE3a6/info.json
deleted file mode 100644
index 6c1b7b2f7a215..0000000000000
--- a/blockchains/ethereum/assets/0xC80daE9129389C4ef6E7DBfAeE40f28DE49dE3a6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Luna Stars",
- "symbol": "LSTR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC80daE9129389C4ef6E7DBfAeE40f28DE49dE3a6",
- "status": "abandoned",
- "id": "0xC80daE9129389C4ef6E7DBfAeE40f28DE49dE3a6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC80daE9129389C4ef6E7DBfAeE40f28DE49dE3a6/logo.png b/blockchains/ethereum/assets/0xC80daE9129389C4ef6E7DBfAeE40f28DE49dE3a6/logo.png
deleted file mode 100644
index 8f90c40883a97..0000000000000
Binary files a/blockchains/ethereum/assets/0xC80daE9129389C4ef6E7DBfAeE40f28DE49dE3a6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC83e0B5110f94C45739FB4995566f57c2542eAF8/info.json b/blockchains/ethereum/assets/0xC83e0B5110f94C45739FB4995566f57c2542eAF8/info.json
deleted file mode 100644
index 0b98ec4e96156..0000000000000
--- a/blockchains/ethereum/assets/0xC83e0B5110f94C45739FB4995566f57c2542eAF8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Black Dollar Coin",
- "symbol": "BDC",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC83e0B5110f94C45739FB4995566f57c2542eAF8",
- "status": "abandoned",
- "id": "0xC83e0B5110f94C45739FB4995566f57c2542eAF8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC83e0B5110f94C45739FB4995566f57c2542eAF8/logo.png b/blockchains/ethereum/assets/0xC83e0B5110f94C45739FB4995566f57c2542eAF8/logo.png
deleted file mode 100644
index 854e78b3464d1..0000000000000
Binary files a/blockchains/ethereum/assets/0xC83e0B5110f94C45739FB4995566f57c2542eAF8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC841210471aE257824b1Ddaf24D0eF64f2297485/info.json b/blockchains/ethereum/assets/0xC841210471aE257824b1Ddaf24D0eF64f2297485/info.json
deleted file mode 100644
index 2bc0b6c076c73..0000000000000
--- a/blockchains/ethereum/assets/0xC841210471aE257824b1Ddaf24D0eF64f2297485/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wymax Lending Platform",
- "symbol": "WLP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC841210471aE257824b1Ddaf24D0eF64f2297485",
- "status": "abandoned",
- "id": "0xC841210471aE257824b1Ddaf24D0eF64f2297485"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC841210471aE257824b1Ddaf24D0eF64f2297485/logo.png b/blockchains/ethereum/assets/0xC841210471aE257824b1Ddaf24D0eF64f2297485/logo.png
deleted file mode 100644
index 57c0f993bc617..0000000000000
Binary files a/blockchains/ethereum/assets/0xC841210471aE257824b1Ddaf24D0eF64f2297485/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC85BD82bAAb231b31BDfe6cF3d92020D1408863A/info.json b/blockchains/ethereum/assets/0xC85BD82bAAb231b31BDfe6cF3d92020D1408863A/info.json
deleted file mode 100644
index 8a80e8b4f9257..0000000000000
--- a/blockchains/ethereum/assets/0xC85BD82bAAb231b31BDfe6cF3d92020D1408863A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BlastScrypt",
- "symbol": "BLAST",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC85BD82bAAb231b31BDfe6cF3d92020D1408863A",
- "status": "abandoned",
- "id": "0xC85BD82bAAb231b31BDfe6cF3d92020D1408863A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC85BD82bAAb231b31BDfe6cF3d92020D1408863A/logo.png b/blockchains/ethereum/assets/0xC85BD82bAAb231b31BDfe6cF3d92020D1408863A/logo.png
deleted file mode 100644
index c03e690afe835..0000000000000
Binary files a/blockchains/ethereum/assets/0xC85BD82bAAb231b31BDfe6cF3d92020D1408863A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC8671e3eAAd0793de26c4a7Ba5ca10a992a80c7A/info.json b/blockchains/ethereum/assets/0xC8671e3eAAd0793de26c4a7Ba5ca10a992a80c7A/info.json
deleted file mode 100644
index 608e0605c55d9..0000000000000
--- a/blockchains/ethereum/assets/0xC8671e3eAAd0793de26c4a7Ba5ca10a992a80c7A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "kwhcredit",
- "type": "ERC20",
- "symbol": "Euro",
- "decimals": 8,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0xc8671e3eaad0793de26c4a7ba5ca10a992a80c7a",
- "status": "active",
- "id": "0xC8671e3eAAd0793de26c4a7Ba5ca10a992a80c7A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC8671e3eAAd0793de26c4a7Ba5ca10a992a80c7A/logo.png b/blockchains/ethereum/assets/0xC8671e3eAAd0793de26c4a7Ba5ca10a992a80c7A/logo.png
deleted file mode 100644
index 31897be45bf52..0000000000000
Binary files a/blockchains/ethereum/assets/0xC8671e3eAAd0793de26c4a7Ba5ca10a992a80c7A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC86D054809623432210c107af2e3F619DcFbf652/info.json b/blockchains/ethereum/assets/0xC86D054809623432210c107af2e3F619DcFbf652/info.json
deleted file mode 100644
index 880d37fea3428..0000000000000
--- a/blockchains/ethereum/assets/0xC86D054809623432210c107af2e3F619DcFbf652/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SENTINEL PROTOCOL",
- "symbol": "UPP",
- "type": "ERC20",
- "decimals": 18,
- "description": "Sentinel Protocol, operated and developed by Uppsala Security, is the world's first crowdsourced Threat Intelligence Platform powered by blockchain technology to protect the cyberspace.",
- "website": "https://sentinelprotocol.io",
- "explorer": "https://etherscan.io/token/0xC86D054809623432210c107af2e3F619DcFbf652",
- "status": "active",
- "id": "0xC86D054809623432210c107af2e3F619DcFbf652"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC86D054809623432210c107af2e3F619DcFbf652/logo.png b/blockchains/ethereum/assets/0xC86D054809623432210c107af2e3F619DcFbf652/logo.png
deleted file mode 100755
index b878ed8fd2145..0000000000000
Binary files a/blockchains/ethereum/assets/0xC86D054809623432210c107af2e3F619DcFbf652/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC87412535beC14FE79497914Dc5886fb0a163123/info.json b/blockchains/ethereum/assets/0xC87412535beC14FE79497914Dc5886fb0a163123/info.json
deleted file mode 100644
index 3c7512d313a07..0000000000000
--- a/blockchains/ethereum/assets/0xC87412535beC14FE79497914Dc5886fb0a163123/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bright Dream X",
- "symbol": "BDX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC87412535beC14FE79497914Dc5886fb0a163123",
- "status": "abandoned",
- "id": "0xC87412535beC14FE79497914Dc5886fb0a163123"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC87412535beC14FE79497914Dc5886fb0a163123/logo.png b/blockchains/ethereum/assets/0xC87412535beC14FE79497914Dc5886fb0a163123/logo.png
deleted file mode 100644
index b68a6351d6eb7..0000000000000
Binary files a/blockchains/ethereum/assets/0xC87412535beC14FE79497914Dc5886fb0a163123/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC87F95aA269DD300D9F1cE49d8E1FD8119A10456/info.json b/blockchains/ethereum/assets/0xC87F95aA269DD300D9F1cE49d8E1FD8119A10456/info.json
deleted file mode 100644
index 8b745d7351d91..0000000000000
--- a/blockchains/ethereum/assets/0xC87F95aA269DD300D9F1cE49d8E1FD8119A10456/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BDCC COIN",
- "symbol": "BDCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC87F95aA269DD300D9F1cE49d8E1FD8119A10456",
- "status": "abandoned",
- "id": "0xC87F95aA269DD300D9F1cE49d8E1FD8119A10456"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC87F95aA269DD300D9F1cE49d8E1FD8119A10456/logo.png b/blockchains/ethereum/assets/0xC87F95aA269DD300D9F1cE49d8E1FD8119A10456/logo.png
deleted file mode 100755
index 02984c79c537f..0000000000000
Binary files a/blockchains/ethereum/assets/0xC87F95aA269DD300D9F1cE49d8E1FD8119A10456/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC88C59d0C573043C477fB9084990Ea14bc3C3817/info.json b/blockchains/ethereum/assets/0xC88C59d0C573043C477fB9084990Ea14bc3C3817/info.json
deleted file mode 100644
index 930c74e50aa8a..0000000000000
--- a/blockchains/ethereum/assets/0xC88C59d0C573043C477fB9084990Ea14bc3C3817/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USDP",
- "symbol": "USDP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC88C59d0C573043C477fB9084990Ea14bc3C3817",
- "status": "abandoned",
- "id": "0xC88C59d0C573043C477fB9084990Ea14bc3C3817"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC88C59d0C573043C477fB9084990Ea14bc3C3817/logo.png b/blockchains/ethereum/assets/0xC88C59d0C573043C477fB9084990Ea14bc3C3817/logo.png
deleted file mode 100644
index 88d04e51291b7..0000000000000
Binary files a/blockchains/ethereum/assets/0xC88C59d0C573043C477fB9084990Ea14bc3C3817/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC88F47067dB2E25851317A2FDaE73a22c0777c37/info.json b/blockchains/ethereum/assets/0xC88F47067dB2E25851317A2FDaE73a22c0777c37/info.json
deleted file mode 100644
index 8c8cc3d76c4f0..0000000000000
--- a/blockchains/ethereum/assets/0xC88F47067dB2E25851317A2FDaE73a22c0777c37/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "oneBTC",
- "website": "https://ichi.org",
- "description": "oneBTC is the stablecoin created for the wBTC community. Backed by both a treasury of wBTC and collateral of USDC this ERC20 token can be redeemed for USDC at anytime and also provides a vote for governance of the wBTC treasury.",
- "explorer": "https://etherscan.io/token/0xC88F47067dB2E25851317A2FDaE73a22c0777c37",
- "type": "ERC20",
- "symbol": "oneBTC",
- "decimals": 9,
- "status": "active",
- "id": "0xC88F47067dB2E25851317A2FDaE73a22c0777c37"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC88F47067dB2E25851317A2FDaE73a22c0777c37/logo.png b/blockchains/ethereum/assets/0xC88F47067dB2E25851317A2FDaE73a22c0777c37/logo.png
deleted file mode 100644
index 23697549250fa..0000000000000
Binary files a/blockchains/ethereum/assets/0xC88F47067dB2E25851317A2FDaE73a22c0777c37/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC89fA86A1a2f6De30D35B4602F709161D08BABda/info.json b/blockchains/ethereum/assets/0xC89fA86A1a2f6De30D35B4602F709161D08BABda/info.json
deleted file mode 100644
index 71925e047176e..0000000000000
--- a/blockchains/ethereum/assets/0xC89fA86A1a2f6De30D35B4602F709161D08BABda/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LXK",
- "symbol": "LXK",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC89fA86A1a2f6De30D35B4602F709161D08BABda",
- "status": "abandoned",
- "id": "0xC89fA86A1a2f6De30D35B4602F709161D08BABda"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC89fA86A1a2f6De30D35B4602F709161D08BABda/logo.png b/blockchains/ethereum/assets/0xC89fA86A1a2f6De30D35B4602F709161D08BABda/logo.png
deleted file mode 100644
index 4f2d6fa6f0d41..0000000000000
Binary files a/blockchains/ethereum/assets/0xC89fA86A1a2f6De30D35B4602F709161D08BABda/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC8C424B91D8ce0137bAB4B832B7F7D154156BA6c/info.json b/blockchains/ethereum/assets/0xC8C424B91D8ce0137bAB4B832B7F7D154156BA6c/info.json
deleted file mode 100644
index 0a5496502ae26..0000000000000
--- a/blockchains/ethereum/assets/0xC8C424B91D8ce0137bAB4B832B7F7D154156BA6c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "APM Coin",
- "symbol": "APM",
- "type": "ERC20",
- "decimals": 18,
- "description": "apM Coin is a blockchain-based customer reward management and payment platform which aims to improve efficiency and credibility of business transactions between wholesalers and buyers.",
- "website": "https://apm-coin.com",
- "explorer": "https://etherscan.io/token/0xC8C424B91D8ce0137bAB4B832B7F7D154156BA6c",
- "status": "active",
- "id": "0xC8C424B91D8ce0137bAB4B832B7F7D154156BA6c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC8C424B91D8ce0137bAB4B832B7F7D154156BA6c/logo.png b/blockchains/ethereum/assets/0xC8C424B91D8ce0137bAB4B832B7F7D154156BA6c/logo.png
deleted file mode 100644
index a5d6993b80037..0000000000000
Binary files a/blockchains/ethereum/assets/0xC8C424B91D8ce0137bAB4B832B7F7D154156BA6c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC8C8205297b0908b9d0B16aa95c8d0108D615D25/info.json b/blockchains/ethereum/assets/0xC8C8205297b0908b9d0B16aa95c8d0108D615D25/info.json
deleted file mode 100644
index 5cd9c780ac104..0000000000000
--- a/blockchains/ethereum/assets/0xC8C8205297b0908b9d0B16aa95c8d0108D615D25/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short KNC-DAI v2",
- "symbol": "dsKNC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC8C8205297b0908b9d0B16aa95c8d0108D615D25",
- "status": "abandoned",
- "id": "0xC8C8205297b0908b9d0B16aa95c8d0108D615D25"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC8C8205297b0908b9d0B16aa95c8d0108D615D25/logo.png b/blockchains/ethereum/assets/0xC8C8205297b0908b9d0B16aa95c8d0108D615D25/logo.png
deleted file mode 100644
index 9f53ee26c2207..0000000000000
Binary files a/blockchains/ethereum/assets/0xC8C8205297b0908b9d0B16aa95c8d0108D615D25/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC8D2AB2a6FdEbC25432E54941cb85b55b9f152dB/info.json b/blockchains/ethereum/assets/0xC8D2AB2a6FdEbC25432E54941cb85b55b9f152dB/info.json
deleted file mode 100644
index 5110e4e44632d..0000000000000
--- a/blockchains/ethereum/assets/0xC8D2AB2a6FdEbC25432E54941cb85b55b9f152dB/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "GRAP",
- "website": "https://grap.finance",
- "description": "Grap is a fork of the YAM project. But it came with correct 'rebase' and it fixed some obvious bugs. So it will be less trouble and more fun.",
- "explorer": "https://etherscan.io/token/0xC8D2AB2a6FdEbC25432E54941cb85b55b9f152dB",
- "research": "",
- "type": "ERC20",
- "symbol": "GRAP",
- "decimals": 18,
- "status": "active",
- "id": "0xC8D2AB2a6FdEbC25432E54941cb85b55b9f152dB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC8D2AB2a6FdEbC25432E54941cb85b55b9f152dB/logo.png b/blockchains/ethereum/assets/0xC8D2AB2a6FdEbC25432E54941cb85b55b9f152dB/logo.png
deleted file mode 100644
index 0d51c290aba74..0000000000000
Binary files a/blockchains/ethereum/assets/0xC8D2AB2a6FdEbC25432E54941cb85b55b9f152dB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC8a1Daa58bAa1bfDc85bD947960119a33D0351bC/info.json b/blockchains/ethereum/assets/0xC8a1Daa58bAa1bfDc85bD947960119a33D0351bC/info.json
deleted file mode 100644
index 3fd34d8d7ff34..0000000000000
--- a/blockchains/ethereum/assets/0xC8a1Daa58bAa1bfDc85bD947960119a33D0351bC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETHA",
- "symbol": "ERA",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC8a1Daa58bAa1bfDc85bD947960119a33D0351bC",
- "status": "abandoned",
- "id": "0xC8a1Daa58bAa1bfDc85bD947960119a33D0351bC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC8a1Daa58bAa1bfDc85bD947960119a33D0351bC/logo.png b/blockchains/ethereum/assets/0xC8a1Daa58bAa1bfDc85bD947960119a33D0351bC/logo.png
deleted file mode 100644
index 85597790cf5cf..0000000000000
Binary files a/blockchains/ethereum/assets/0xC8a1Daa58bAa1bfDc85bD947960119a33D0351bC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC8d674114bac90148d11D3C1d33C61835a0F9DCD/info.json b/blockchains/ethereum/assets/0xC8d674114bac90148d11D3C1d33C61835a0F9DCD/info.json
deleted file mode 100644
index 6b592b6c193a9..0000000000000
--- a/blockchains/ethereum/assets/0xC8d674114bac90148d11D3C1d33C61835a0F9DCD/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "mNFLX Token",
- "website": "https://mirror.finance",
- "description": "Wrapped Mirror NFLX Token.",
- "explorer": "https://etherscan.io/token/0xC8d674114bac90148d11D3C1d33C61835a0F9DCD",
- "type": "ERC20",
- "symbol": "mNFLX",
- "decimals": 18,
- "status": "active",
- "id": "0xC8d674114bac90148d11D3C1d33C61835a0F9DCD",
- "tags": [
- "wrapped"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MirrorProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mirror_protocol"
- },
- {
- "name": "discord",
- "url": "https://discord.com/MirrorProtocol"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@mirror-protocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC8d674114bac90148d11D3C1d33C61835a0F9DCD/logo.png b/blockchains/ethereum/assets/0xC8d674114bac90148d11D3C1d33C61835a0F9DCD/logo.png
deleted file mode 100644
index 81fa920f4d2b2..0000000000000
Binary files a/blockchains/ethereum/assets/0xC8d674114bac90148d11D3C1d33C61835a0F9DCD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC91b81df82534eA95C547abE86db455976ce70F8/info.json b/blockchains/ethereum/assets/0xC91b81df82534eA95C547abE86db455976ce70F8/info.json
deleted file mode 100644
index 55195909654da..0000000000000
--- a/blockchains/ethereum/assets/0xC91b81df82534eA95C547abE86db455976ce70F8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HDRR",
- "symbol": "HDRR",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC91b81df82534eA95C547abE86db455976ce70F8",
- "status": "abandoned",
- "id": "0xC91b81df82534eA95C547abE86db455976ce70F8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC91b81df82534eA95C547abE86db455976ce70F8/logo.png b/blockchains/ethereum/assets/0xC91b81df82534eA95C547abE86db455976ce70F8/logo.png
deleted file mode 100644
index 76b91e7b5db79..0000000000000
Binary files a/blockchains/ethereum/assets/0xC91b81df82534eA95C547abE86db455976ce70F8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC9683713241D88C7Cce5a4609aAD7480177DE129/info.json b/blockchains/ethereum/assets/0xC9683713241D88C7Cce5a4609aAD7480177DE129/info.json
deleted file mode 100644
index 346dee6eb1fdb..0000000000000
--- a/blockchains/ethereum/assets/0xC9683713241D88C7Cce5a4609aAD7480177DE129/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 335-CN22",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC9683713241D88C7Cce5a4609aAD7480177DE129",
- "status": "abandoned",
- "id": "0xC9683713241D88C7Cce5a4609aAD7480177DE129"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC9683713241D88C7Cce5a4609aAD7480177DE129/logo.png b/blockchains/ethereum/assets/0xC9683713241D88C7Cce5a4609aAD7480177DE129/logo.png
deleted file mode 100644
index a8b5b24fb31e3..0000000000000
Binary files a/blockchains/ethereum/assets/0xC9683713241D88C7Cce5a4609aAD7480177DE129/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC98449EF8a017cfD29AED8b21B9B26492978a898/info.json b/blockchains/ethereum/assets/0xC98449EF8a017cfD29AED8b21B9B26492978a898/info.json
deleted file mode 100644
index 81d77ee2c5571..0000000000000
--- a/blockchains/ethereum/assets/0xC98449EF8a017cfD29AED8b21B9B26492978a898/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fitness Chain",
- "symbol": "FIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC98449EF8a017cfD29AED8b21B9B26492978a898",
- "status": "abandoned",
- "id": "0xC98449EF8a017cfD29AED8b21B9B26492978a898"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC98449EF8a017cfD29AED8b21B9B26492978a898/logo.png b/blockchains/ethereum/assets/0xC98449EF8a017cfD29AED8b21B9B26492978a898/logo.png
deleted file mode 100644
index 0443d1eded30e..0000000000000
Binary files a/blockchains/ethereum/assets/0xC98449EF8a017cfD29AED8b21B9B26492978a898/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC9Bb3e714AE4f73498eD27D5Bc9a1824E4B4B3eF/info.json b/blockchains/ethereum/assets/0xC9Bb3e714AE4f73498eD27D5Bc9a1824E4B4B3eF/info.json
deleted file mode 100644
index 9e06ac08c459b..0000000000000
--- a/blockchains/ethereum/assets/0xC9Bb3e714AE4f73498eD27D5Bc9a1824E4B4B3eF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Space Bank Token",
- "symbol": "SPB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC9Bb3e714AE4f73498eD27D5Bc9a1824E4B4B3eF",
- "status": "abandoned",
- "id": "0xC9Bb3e714AE4f73498eD27D5Bc9a1824E4B4B3eF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC9Bb3e714AE4f73498eD27D5Bc9a1824E4B4B3eF/logo.png b/blockchains/ethereum/assets/0xC9Bb3e714AE4f73498eD27D5Bc9a1824E4B4B3eF/logo.png
deleted file mode 100644
index afa0c920208fa..0000000000000
Binary files a/blockchains/ethereum/assets/0xC9Bb3e714AE4f73498eD27D5Bc9a1824E4B4B3eF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC9D73535DEBE2829b03faab04FF1022399Afc122/info.json b/blockchains/ethereum/assets/0xC9D73535DEBE2829b03faab04FF1022399Afc122/info.json
deleted file mode 100644
index d87da5100dbc8..0000000000000
--- a/blockchains/ethereum/assets/0xC9D73535DEBE2829b03faab04FF1022399Afc122/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TANTECH",
- "symbol": "TAN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC9D73535DEBE2829b03faab04FF1022399Afc122",
- "status": "abandoned",
- "id": "0xC9D73535DEBE2829b03faab04FF1022399Afc122"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC9D73535DEBE2829b03faab04FF1022399Afc122/logo.png b/blockchains/ethereum/assets/0xC9D73535DEBE2829b03faab04FF1022399Afc122/logo.png
deleted file mode 100644
index 4640734888e1e..0000000000000
Binary files a/blockchains/ethereum/assets/0xC9D73535DEBE2829b03faab04FF1022399Afc122/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC9a2C4868F0f96fAaa739b59934Dc9cB304112ec/info.json b/blockchains/ethereum/assets/0xC9a2C4868F0f96fAaa739b59934Dc9cB304112ec/info.json
deleted file mode 100644
index 8b2f6133b7e5c..0000000000000
--- a/blockchains/ethereum/assets/0xC9a2C4868F0f96fAaa739b59934Dc9cB304112ec/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Binance GBP",
- "website": "https://binance.com/en",
- "description": "Binance GBP (BGBP) is a token issued by Binance with a price pegged at a 1:1 rate to British Pound (GBP).",
- "explorer": "https://etherscan.io/token/0xC9a2C4868F0f96fAaa739b59934Dc9cB304112ec",
- "research": "https://research.binance.com/en/projects/binance-gbp",
- "type": "ERC20",
- "symbol": "BGBP",
- "decimals": 8,
- "status": "active",
- "id": "0xC9a2C4868F0f96fAaa739b59934Dc9cB304112ec"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC9a2C4868F0f96fAaa739b59934Dc9cB304112ec/logo.png b/blockchains/ethereum/assets/0xC9a2C4868F0f96fAaa739b59934Dc9cB304112ec/logo.png
deleted file mode 100644
index 852c3e0b7bdfe..0000000000000
Binary files a/blockchains/ethereum/assets/0xC9a2C4868F0f96fAaa739b59934Dc9cB304112ec/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC9aFDea326c109D441519d355756f4e88465f94d/info.json b/blockchains/ethereum/assets/0xC9aFDea326c109D441519d355756f4e88465f94d/info.json
deleted file mode 100644
index 7767126d4af9d..0000000000000
--- a/blockchains/ethereum/assets/0xC9aFDea326c109D441519d355756f4e88465f94d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Doblone",
- "symbol": "DOB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC9aFDea326c109D441519d355756f4e88465f94d",
- "status": "abandoned",
- "id": "0xC9aFDea326c109D441519d355756f4e88465f94d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC9aFDea326c109D441519d355756f4e88465f94d/logo.png b/blockchains/ethereum/assets/0xC9aFDea326c109D441519d355756f4e88465f94d/logo.png
deleted file mode 100644
index c6a7fc6c02bc9..0000000000000
Binary files a/blockchains/ethereum/assets/0xC9aFDea326c109D441519d355756f4e88465f94d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC9c0Ff6344b4BFDee7ACE21c4DeddD6e43Ecb454/info.json b/blockchains/ethereum/assets/0xC9c0Ff6344b4BFDee7ACE21c4DeddD6e43Ecb454/info.json
deleted file mode 100644
index 82035e2aa6d9a..0000000000000
--- a/blockchains/ethereum/assets/0xC9c0Ff6344b4BFDee7ACE21c4DeddD6e43Ecb454/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Oroshi",
- "symbol": "WIND",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xC9c0Ff6344b4BFDee7ACE21c4DeddD6e43Ecb454",
- "status": "abandoned",
- "id": "0xC9c0Ff6344b4BFDee7ACE21c4DeddD6e43Ecb454"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC9c0Ff6344b4BFDee7ACE21c4DeddD6e43Ecb454/logo.png b/blockchains/ethereum/assets/0xC9c0Ff6344b4BFDee7ACE21c4DeddD6e43Ecb454/logo.png
deleted file mode 100755
index daabf5ca0eb63..0000000000000
Binary files a/blockchains/ethereum/assets/0xC9c0Ff6344b4BFDee7ACE21c4DeddD6e43Ecb454/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xC9cE70A381910D0a90B30d408CC9C7705ee882de/info.json b/blockchains/ethereum/assets/0xC9cE70A381910D0a90B30d408CC9C7705ee882de/info.json
deleted file mode 100644
index 3dcb8794205c4..0000000000000
--- a/blockchains/ethereum/assets/0xC9cE70A381910D0a90B30d408CC9C7705ee882de/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "NYAN",
- "website": "https://nyan.finance",
- "description": "Nyan is a decentralized hedge fund using on-chain governance",
- "explorer": "https://etherscan.io/token/0xC9cE70A381910D0a90B30d408CC9C7705ee882de",
- "type": "ERC20",
- "symbol": "NYAN",
- "decimals": 18,
- "status": "active",
- "id": "0xC9cE70A381910D0a90B30d408CC9C7705ee882de",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/geass-zero/nyan.finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xC9cE70A381910D0a90B30d408CC9C7705ee882de/logo.png b/blockchains/ethereum/assets/0xC9cE70A381910D0a90B30d408CC9C7705ee882de/logo.png
deleted file mode 100644
index 979f3702c33c7..0000000000000
Binary files a/blockchains/ethereum/assets/0xC9cE70A381910D0a90B30d408CC9C7705ee882de/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCA0e7269600d353F70b14Ad118A49575455C0f2f/info.json b/blockchains/ethereum/assets/0xCA0e7269600d353F70b14Ad118A49575455C0f2f/info.json
deleted file mode 100644
index 960c22055854a..0000000000000
--- a/blockchains/ethereum/assets/0xCA0e7269600d353F70b14Ad118A49575455C0f2f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AMLT",
- "symbol": "AMLT",
- "type": "ERC20",
- "decimals": 18,
- "description": "AMLT Oracle, DeFi's first smart contract-based solution for AML compliance.",
- "website": "https://amlt.coinfirm.com",
- "explorer": "https://etherscan.io/token/0xCA0e7269600d353F70b14Ad118A49575455C0f2f",
- "status": "active",
- "id": "0xCA0e7269600d353F70b14Ad118A49575455C0f2f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCA0e7269600d353F70b14Ad118A49575455C0f2f/logo.png b/blockchains/ethereum/assets/0xCA0e7269600d353F70b14Ad118A49575455C0f2f/logo.png
deleted file mode 100755
index f780d36497c1b..0000000000000
Binary files a/blockchains/ethereum/assets/0xCA0e7269600d353F70b14Ad118A49575455C0f2f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCA29db4221c111888a7e80b12eAc8a266Da3Ee0d/info.json b/blockchains/ethereum/assets/0xCA29db4221c111888a7e80b12eAc8a266Da3Ee0d/info.json
deleted file mode 100644
index d26e03b4b2d88..0000000000000
--- a/blockchains/ethereum/assets/0xCA29db4221c111888a7e80b12eAc8a266Da3Ee0d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Boleno",
- "symbol": "BLN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCA29db4221c111888a7e80b12eAc8a266Da3Ee0d",
- "status": "abandoned",
- "id": "0xCA29db4221c111888a7e80b12eAc8a266Da3Ee0d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCA29db4221c111888a7e80b12eAc8a266Da3Ee0d/logo.png b/blockchains/ethereum/assets/0xCA29db4221c111888a7e80b12eAc8a266Da3Ee0d/logo.png
deleted file mode 100755
index 6d3e9f6908f77..0000000000000
Binary files a/blockchains/ethereum/assets/0xCA29db4221c111888a7e80b12eAc8a266Da3Ee0d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCA760655D162EE134E34A316aE8AD9a54a69B60f/info.json b/blockchains/ethereum/assets/0xCA760655D162EE134E34A316aE8AD9a54a69B60f/info.json
deleted file mode 100644
index b8d801061b5cd..0000000000000
--- a/blockchains/ethereum/assets/0xCA760655D162EE134E34A316aE8AD9a54a69B60f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OON",
- "symbol": "OON",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCA760655D162EE134E34A316aE8AD9a54a69B60f",
- "status": "abandoned",
- "id": "0xCA760655D162EE134E34A316aE8AD9a54a69B60f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCA760655D162EE134E34A316aE8AD9a54a69B60f/logo.png b/blockchains/ethereum/assets/0xCA760655D162EE134E34A316aE8AD9a54a69B60f/logo.png
deleted file mode 100644
index 18a53e2aec00b..0000000000000
Binary files a/blockchains/ethereum/assets/0xCA760655D162EE134E34A316aE8AD9a54a69B60f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCAD6C3293C795816505F961631Cb0eF4812Dc9Ba/info.json b/blockchains/ethereum/assets/0xCAD6C3293C795816505F961631Cb0eF4812Dc9Ba/info.json
deleted file mode 100644
index 8b610f89df6e1..0000000000000
--- a/blockchains/ethereum/assets/0xCAD6C3293C795816505F961631Cb0eF4812Dc9Ba/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mercenario Coin",
- "symbol": "MMC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCAD6C3293C795816505F961631Cb0eF4812Dc9Ba",
- "status": "abandoned",
- "id": "0xCAD6C3293C795816505F961631Cb0eF4812Dc9Ba"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCAD6C3293C795816505F961631Cb0eF4812Dc9Ba/logo.png b/blockchains/ethereum/assets/0xCAD6C3293C795816505F961631Cb0eF4812Dc9Ba/logo.png
deleted file mode 100644
index 768ee4c5f27b0..0000000000000
Binary files a/blockchains/ethereum/assets/0xCAD6C3293C795816505F961631Cb0eF4812Dc9Ba/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCAE646bc8C968d87D54fA49ccDbf0FD330125cc2/info.json b/blockchains/ethereum/assets/0xCAE646bc8C968d87D54fA49ccDbf0FD330125cc2/info.json
deleted file mode 100644
index 7ddc780d0532a..0000000000000
--- a/blockchains/ethereum/assets/0xCAE646bc8C968d87D54fA49ccDbf0FD330125cc2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YamataChain",
- "symbol": "YCN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCAE646bc8C968d87D54fA49ccDbf0FD330125cc2",
- "status": "abandoned",
- "id": "0xCAE646bc8C968d87D54fA49ccDbf0FD330125cc2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCAE646bc8C968d87D54fA49ccDbf0FD330125cc2/logo.png b/blockchains/ethereum/assets/0xCAE646bc8C968d87D54fA49ccDbf0FD330125cc2/logo.png
deleted file mode 100644
index de52d08403a45..0000000000000
Binary files a/blockchains/ethereum/assets/0xCAE646bc8C968d87D54fA49ccDbf0FD330125cc2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCB5A05beF3257613E984C17DbcF039952B6d883F/info.json b/blockchains/ethereum/assets/0xCB5A05beF3257613E984C17DbcF039952B6d883F/info.json
deleted file mode 100644
index bab63e7d59d7e..0000000000000
--- a/blockchains/ethereum/assets/0xCB5A05beF3257613E984C17DbcF039952B6d883F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sugar Exchange",
- "symbol": "SGR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://sugarexchange.io/",
- "explorer": "https://etherscan.io/token/0xCB5A05beF3257613E984C17DbcF039952B6d883F",
- "status": "abandoned",
- "id": "0xCB5A05beF3257613E984C17DbcF039952B6d883F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCB5A05beF3257613E984C17DbcF039952B6d883F/logo.png b/blockchains/ethereum/assets/0xCB5A05beF3257613E984C17DbcF039952B6d883F/logo.png
deleted file mode 100644
index d13b84e3ad57d..0000000000000
Binary files a/blockchains/ethereum/assets/0xCB5A05beF3257613E984C17DbcF039952B6d883F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCB610b65122f9A530892a9d442aa5f88A58d8a37/info.json b/blockchains/ethereum/assets/0xCB610b65122f9A530892a9d442aa5f88A58d8a37/info.json
deleted file mode 100644
index c92151dae48f9..0000000000000
--- a/blockchains/ethereum/assets/0xCB610b65122f9A530892a9d442aa5f88A58d8a37/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IOU POIU G768-GH43",
- "symbol": "IOU",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCB610b65122f9A530892a9d442aa5f88A58d8a37",
- "status": "abandoned",
- "id": "0xCB610b65122f9A530892a9d442aa5f88A58d8a37"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCB610b65122f9A530892a9d442aa5f88A58d8a37/logo.png b/blockchains/ethereum/assets/0xCB610b65122f9A530892a9d442aa5f88A58d8a37/logo.png
deleted file mode 100644
index 8b72ee286987c..0000000000000
Binary files a/blockchains/ethereum/assets/0xCB610b65122f9A530892a9d442aa5f88A58d8a37/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCBCec9738533114F4434E1697201571EEf4dde32/info.json b/blockchains/ethereum/assets/0xCBCec9738533114F4434E1697201571EEf4dde32/info.json
deleted file mode 100644
index ec8ca71ff8c0f..0000000000000
--- a/blockchains/ethereum/assets/0xCBCec9738533114F4434E1697201571EEf4dde32/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SudanGoldCoin",
- "symbol": "SGC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCBCec9738533114F4434E1697201571EEf4dde32",
- "status": "abandoned",
- "id": "0xCBCec9738533114F4434E1697201571EEf4dde32"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCBCec9738533114F4434E1697201571EEf4dde32/logo.png b/blockchains/ethereum/assets/0xCBCec9738533114F4434E1697201571EEf4dde32/logo.png
deleted file mode 100644
index d49dd7fa74d8d..0000000000000
Binary files a/blockchains/ethereum/assets/0xCBCec9738533114F4434E1697201571EEf4dde32/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCBc62A291d4C564fd5D1d171154a0266ce336c44/info.json b/blockchains/ethereum/assets/0xCBc62A291d4C564fd5D1d171154a0266ce336c44/info.json
deleted file mode 100644
index 3782f2a899868..0000000000000
--- a/blockchains/ethereum/assets/0xCBc62A291d4C564fd5D1d171154a0266ce336c44/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "ZYTH",
- "website": "https://uzyth.com/",
- "description": "ZYTH is used to lower commission fees on the exchange, currency pairing, casino games, marketplace and even to pay members ads on our social platform.",
- "explorer": "https://etherscan.io/token/0xCBc62A291d4C564fd5D1d171154a0266ce336c44",
- "type": "ERC20",
- "symbol": "\"\"",
- "decimals": 18,
- "status": "active",
- "id": "0xCBc62A291d4C564fd5D1d171154a0266ce336c44",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/zythtech"
- },
- {
- "name": "whitepaper",
- "url": "https://18.190.113.58//api.uzyth.com/uploaded_media/downloads/1591291137645_download.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCBc62A291d4C564fd5D1d171154a0266ce336c44/logo.png b/blockchains/ethereum/assets/0xCBc62A291d4C564fd5D1d171154a0266ce336c44/logo.png
deleted file mode 100644
index b9826eaf8a7a4..0000000000000
Binary files a/blockchains/ethereum/assets/0xCBc62A291d4C564fd5D1d171154a0266ce336c44/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCBf011af08FaDDa5736bF5E645dbbfb149Dc5d68/info.json b/blockchains/ethereum/assets/0xCBf011af08FaDDa5736bF5E645dbbfb149Dc5d68/info.json
deleted file mode 100644
index 900f01817ce21..0000000000000
--- a/blockchains/ethereum/assets/0xCBf011af08FaDDa5736bF5E645dbbfb149Dc5d68/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yi Fa Temple Token",
- "symbol": "YFT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCBf011af08FaDDa5736bF5E645dbbfb149Dc5d68",
- "status": "abandoned",
- "id": "0xCBf011af08FaDDa5736bF5E645dbbfb149Dc5d68"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCBf011af08FaDDa5736bF5E645dbbfb149Dc5d68/logo.png b/blockchains/ethereum/assets/0xCBf011af08FaDDa5736bF5E645dbbfb149Dc5d68/logo.png
deleted file mode 100755
index d9258ee5da01d..0000000000000
Binary files a/blockchains/ethereum/assets/0xCBf011af08FaDDa5736bF5E645dbbfb149Dc5d68/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCC12AbE4ff81c9378D670De1b57F8e0Dd228D77a/info.json b/blockchains/ethereum/assets/0xCC12AbE4ff81c9378D670De1b57F8e0Dd228D77a/info.json
deleted file mode 100644
index 676673f9e091a..0000000000000
--- a/blockchains/ethereum/assets/0xCC12AbE4ff81c9378D670De1b57F8e0Dd228D77a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave REN",
- "symbol": "aREN",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave REN is an interest bearing token pegged 1:1 to the underlying REN deposited in Aave. aREN accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0xCC12AbE4ff81c9378D670De1b57F8e0Dd228D77a",
- "status": "active",
- "id": "0xCC12AbE4ff81c9378D670De1b57F8e0Dd228D77a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCC12AbE4ff81c9378D670De1b57F8e0Dd228D77a/logo.png b/blockchains/ethereum/assets/0xCC12AbE4ff81c9378D670De1b57F8e0Dd228D77a/logo.png
deleted file mode 100644
index 87456b425d6c6..0000000000000
Binary files a/blockchains/ethereum/assets/0xCC12AbE4ff81c9378D670De1b57F8e0Dd228D77a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCC4304A31d09258b0029eA7FE63d032f52e44EFe/info.json b/blockchains/ethereum/assets/0xCC4304A31d09258b0029eA7FE63d032f52e44EFe/info.json
deleted file mode 100644
index 8f04d02421fea..0000000000000
--- a/blockchains/ethereum/assets/0xCC4304A31d09258b0029eA7FE63d032f52e44EFe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrustSwap Token",
- "symbol": "SWAP",
- "type": "ERC20",
- "decimals": 18,
- "description": "A Full-Service Digital Asset Ecosystem.",
- "website": "https://trustswap.org",
- "explorer": "https://etherscan.io/token/0xCC4304A31d09258b0029eA7FE63d032f52e44EFe",
- "status": "active",
- "id": "0xCC4304A31d09258b0029eA7FE63d032f52e44EFe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCC4304A31d09258b0029eA7FE63d032f52e44EFe/logo.png b/blockchains/ethereum/assets/0xCC4304A31d09258b0029eA7FE63d032f52e44EFe/logo.png
deleted file mode 100644
index c34552652e38f..0000000000000
Binary files a/blockchains/ethereum/assets/0xCC4304A31d09258b0029eA7FE63d032f52e44EFe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCC55cf17d21c758E52b87113a7143116e4d9EB10/info.json b/blockchains/ethereum/assets/0xCC55cf17d21c758E52b87113a7143116e4d9EB10/info.json
deleted file mode 100644
index e089eb22fb7ec..0000000000000
--- a/blockchains/ethereum/assets/0xCC55cf17d21c758E52b87113a7143116e4d9EB10/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vending Machine Chain",
- "symbol": "VMC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCC55cf17d21c758E52b87113a7143116e4d9EB10",
- "status": "abandoned",
- "id": "0xCC55cf17d21c758E52b87113a7143116e4d9EB10"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCC55cf17d21c758E52b87113a7143116e4d9EB10/logo.png b/blockchains/ethereum/assets/0xCC55cf17d21c758E52b87113a7143116e4d9EB10/logo.png
deleted file mode 100644
index 31b2080a1eb51..0000000000000
Binary files a/blockchains/ethereum/assets/0xCC55cf17d21c758E52b87113a7143116e4d9EB10/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCC6B25d2A3D95568d1C903a5376982b1f54c7791/info.json b/blockchains/ethereum/assets/0xCC6B25d2A3D95568d1C903a5376982b1f54c7791/info.json
deleted file mode 100644
index 0f26bb447beae..0000000000000
--- a/blockchains/ethereum/assets/0xCC6B25d2A3D95568d1C903a5376982b1f54c7791/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DEN",
- "symbol": "DEN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCC6B25d2A3D95568d1C903a5376982b1f54c7791",
- "status": "abandoned",
- "id": "0xCC6B25d2A3D95568d1C903a5376982b1f54c7791"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCC6B25d2A3D95568d1C903a5376982b1f54c7791/logo.png b/blockchains/ethereum/assets/0xCC6B25d2A3D95568d1C903a5376982b1f54c7791/logo.png
deleted file mode 100644
index ea2ebd83bb81e..0000000000000
Binary files a/blockchains/ethereum/assets/0xCC6B25d2A3D95568d1C903a5376982b1f54c7791/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCC8Fa225D80b9c7D42F96e9570156c65D6cAAa25/info.json b/blockchains/ethereum/assets/0xCC8Fa225D80b9c7D42F96e9570156c65D6cAAa25/info.json
deleted file mode 100644
index b6773a55ad8cf..0000000000000
--- a/blockchains/ethereum/assets/0xCC8Fa225D80b9c7D42F96e9570156c65D6cAAa25/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Smooth Love Potion",
- "website": "https://axieinfinity.com",
- "description": "Smooth Love Potion (SLP) is an ERC-20 token on the Axie Infinity platform that is used to breed new digital pets (Axies).",
- "explorer": "https://etherscan.io/token/0xCC8Fa225D80b9c7D42F96e9570156c65D6cAAa25",
- "research": "https://research.binance.com/en/projects/small-love-potion",
- "type": "ERC20",
- "symbol": "SLP",
- "decimals": 0,
- "status": "active",
- "id": "0xCC8Fa225D80b9c7D42F96e9570156c65D6cAAa25"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCC8Fa225D80b9c7D42F96e9570156c65D6cAAa25/logo.png b/blockchains/ethereum/assets/0xCC8Fa225D80b9c7D42F96e9570156c65D6cAAa25/logo.png
deleted file mode 100644
index ff2130064cce9..0000000000000
Binary files a/blockchains/ethereum/assets/0xCC8Fa225D80b9c7D42F96e9570156c65D6cAAa25/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCC9254107D18493D018EE87C843a1D6d0c483c3C/info.json b/blockchains/ethereum/assets/0xCC9254107D18493D018EE87C843a1D6d0c483c3C/info.json
deleted file mode 100644
index 79ade38d562a7..0000000000000
--- a/blockchains/ethereum/assets/0xCC9254107D18493D018EE87C843a1D6d0c483c3C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GBPT",
- "symbol": "GBPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCC9254107D18493D018EE87C843a1D6d0c483c3C",
- "status": "abandoned",
- "id": "0xCC9254107D18493D018EE87C843a1D6d0c483c3C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCC9254107D18493D018EE87C843a1D6d0c483c3C/logo.png b/blockchains/ethereum/assets/0xCC9254107D18493D018EE87C843a1D6d0c483c3C/logo.png
deleted file mode 100644
index 711d225f16492..0000000000000
Binary files a/blockchains/ethereum/assets/0xCC9254107D18493D018EE87C843a1D6d0c483c3C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCCbf21ba6EF00802AB06637896B799f7101F54A2/info.json b/blockchains/ethereum/assets/0xCCbf21ba6EF00802AB06637896B799f7101F54A2/info.json
deleted file mode 100644
index c1ba9cc1ac519..0000000000000
--- a/blockchains/ethereum/assets/0xCCbf21ba6EF00802AB06637896B799f7101F54A2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "The Budbo Token",
- "type": "ERC20",
- "symbol": "BUBO",
- "decimals": 18,
- "description": "Together, we pioneer the future of cannabis. Budbo is a suite of cannabis solutions powered by blockchain.",
- "website": "https://budbo.io/",
- "explorer": "https://etherscan.io/token/0xCCbf21ba6EF00802AB06637896B799f7101F54A2",
- "status": "active",
- "id": "0xCCbf21ba6EF00802AB06637896B799f7101F54A2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCCbf21ba6EF00802AB06637896B799f7101F54A2/logo.png b/blockchains/ethereum/assets/0xCCbf21ba6EF00802AB06637896B799f7101F54A2/logo.png
deleted file mode 100644
index d84ed02859d63..0000000000000
Binary files a/blockchains/ethereum/assets/0xCCbf21ba6EF00802AB06637896B799f7101F54A2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCD25A9C4A1de5FBF3Ed0Acac8bE96eb1E26dD743/info.json b/blockchains/ethereum/assets/0xCD25A9C4A1de5FBF3Ed0Acac8bE96eb1E26dD743/info.json
deleted file mode 100644
index f37066604ba9b..0000000000000
--- a/blockchains/ethereum/assets/0xCD25A9C4A1de5FBF3Ed0Acac8bE96eb1E26dD743/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoinMarketFeed",
- "symbol": "CMF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCD25A9C4A1de5FBF3Ed0Acac8bE96eb1E26dD743",
- "status": "abandoned",
- "id": "0xCD25A9C4A1de5FBF3Ed0Acac8bE96eb1E26dD743"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCD25A9C4A1de5FBF3Ed0Acac8bE96eb1E26dD743/logo.png b/blockchains/ethereum/assets/0xCD25A9C4A1de5FBF3Ed0Acac8bE96eb1E26dD743/logo.png
deleted file mode 100644
index 5163b0f19b47b..0000000000000
Binary files a/blockchains/ethereum/assets/0xCD25A9C4A1de5FBF3Ed0Acac8bE96eb1E26dD743/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCD6d1a15F39E41F1154511601C905Faf469001bE/info.json b/blockchains/ethereum/assets/0xCD6d1a15F39E41F1154511601C905Faf469001bE/info.json
deleted file mode 100644
index 40a6d979e7ccf..0000000000000
--- a/blockchains/ethereum/assets/0xCD6d1a15F39E41F1154511601C905Faf469001bE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Planetagro",
- "symbol": "LOYALTY POINTS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCD6d1a15F39E41F1154511601C905Faf469001bE",
- "status": "abandoned",
- "id": "0xCD6d1a15F39E41F1154511601C905Faf469001bE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCD6d1a15F39E41F1154511601C905Faf469001bE/logo.png b/blockchains/ethereum/assets/0xCD6d1a15F39E41F1154511601C905Faf469001bE/logo.png
deleted file mode 100755
index 4e77b9cbba062..0000000000000
Binary files a/blockchains/ethereum/assets/0xCD6d1a15F39E41F1154511601C905Faf469001bE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCDB7eCFd3403Eef3882c65B761ef9B5054890a47/info.json b/blockchains/ethereum/assets/0xCDB7eCFd3403Eef3882c65B761ef9B5054890a47/info.json
deleted file mode 100644
index 168125f9394d6..0000000000000
--- a/blockchains/ethereum/assets/0xCDB7eCFd3403Eef3882c65B761ef9B5054890a47/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hurify Token",
- "symbol": "HUR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Hurify Inc. founded by Ex-Intel veterans, is an Ethereum based decentralized platform that facilitates IoT Developers to monetize their IoT hardware resources and services via Smart Contracts. Hurify is powered by Ethereum ERC20 standard HUR Tokens.",
- "website": "https://hurify.co/",
- "explorer": "https://etherscan.io/token/0xCDB7eCFd3403Eef3882c65B761ef9B5054890a47",
- "status": "active",
- "id": "0xCDB7eCFd3403Eef3882c65B761ef9B5054890a47"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCDB7eCFd3403Eef3882c65B761ef9B5054890a47/logo.png b/blockchains/ethereum/assets/0xCDB7eCFd3403Eef3882c65B761ef9B5054890a47/logo.png
deleted file mode 100755
index e59ed165608d4..0000000000000
Binary files a/blockchains/ethereum/assets/0xCDB7eCFd3403Eef3882c65B761ef9B5054890a47/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCDC412F306e0C51e3249B88C65423Cd16b322673/info.json b/blockchains/ethereum/assets/0xCDC412F306e0C51e3249B88C65423Cd16b322673/info.json
deleted file mode 100644
index 5186caec32a0d..0000000000000
--- a/blockchains/ethereum/assets/0xCDC412F306e0C51e3249B88C65423Cd16b322673/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blockchain.io",
- "symbol": "BCIO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCDC412F306e0C51e3249B88C65423Cd16b322673",
- "status": "abandoned",
- "id": "0xCDC412F306e0C51e3249B88C65423Cd16b322673"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCDC412F306e0C51e3249B88C65423Cd16b322673/logo.png b/blockchains/ethereum/assets/0xCDC412F306e0C51e3249B88C65423Cd16b322673/logo.png
deleted file mode 100644
index 84a5e75846d34..0000000000000
Binary files a/blockchains/ethereum/assets/0xCDC412F306e0C51e3249B88C65423Cd16b322673/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCE1298eF635326d9F197963E49E1E67422761897/info.json b/blockchains/ethereum/assets/0xCE1298eF635326d9F197963E49E1E67422761897/info.json
deleted file mode 100644
index 0fa8d6d43024a..0000000000000
--- a/blockchains/ethereum/assets/0xCE1298eF635326d9F197963E49E1E67422761897/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PiSwap Token (PIS)",
- "website": "https://piswap.io/",
- "description": "PiSwap is a new generation Defi platform, fully integrated with tools to help users to access Defi easily, quickly and securely.",
- "explorer": "https://etherscan.io/token/0xCE1298eF635326d9F197963E49E1E67422761897",
- "type": "ERC20",
- "symbol": "PIS",
- "decimals": 8,
- "status": "active",
- "id": "0xCE1298eF635326d9F197963E49E1E67422761897"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCE1298eF635326d9F197963E49E1E67422761897/logo.png b/blockchains/ethereum/assets/0xCE1298eF635326d9F197963E49E1E67422761897/logo.png
deleted file mode 100644
index 48f545c63ecba..0000000000000
Binary files a/blockchains/ethereum/assets/0xCE1298eF635326d9F197963E49E1E67422761897/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCE3f08e664693ca792caCE4af1364D5e220827B2/info.json b/blockchains/ethereum/assets/0xCE3f08e664693ca792caCE4af1364D5e220827B2/info.json
deleted file mode 100644
index f9c146eddfa7e..0000000000000
--- a/blockchains/ethereum/assets/0xCE3f08e664693ca792caCE4af1364D5e220827B2/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "SAITAMA",
- "website": "https://saitamatoken.com",
- "description": "Community Owned Decentralised Token",
- "explorer": "https://etherscan.io/token/0xCE3f08e664693ca792caCE4af1364D5e220827B2",
- "type": "ERC20",
- "symbol": "SAITAMA",
- "decimals": 9,
- "status": "active",
- "id": "0xCE3f08e664693ca792caCE4af1364D5e220827B2",
- "tags": [
- "memes"
- ],
- "links": [
- {
- "name": "whitepaper",
- "url": "https://saitamatoken.com/SAITAMA_INU_WHITEPAPER_V1.pdf"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/WeAreSaitama"
- },
- {
- "name": "telegram",
- "url": "https://t.me/SaitamaWorldwide"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/saitama"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/groups/1275234186328559"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/saitama-inu-new/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/saitama-inu/"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0xCE3f08e664693ca792caCE4af1364D5e220827B2/logo.png b/blockchains/ethereum/assets/0xCE3f08e664693ca792caCE4af1364D5e220827B2/logo.png
deleted file mode 100644
index c9674e2f10734..0000000000000
Binary files a/blockchains/ethereum/assets/0xCE3f08e664693ca792caCE4af1364D5e220827B2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCE958ECf2C752c74973e89674Faa30404b15A498/info.json b/blockchains/ethereum/assets/0xCE958ECf2C752c74973e89674Faa30404b15A498/info.json
deleted file mode 100644
index 42ce49f9c4e39..0000000000000
--- a/blockchains/ethereum/assets/0xCE958ECf2C752c74973e89674Faa30404b15A498/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MaspToken",
- "symbol": "MASP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCE958ECf2C752c74973e89674Faa30404b15A498",
- "status": "abandoned",
- "id": "0xCE958ECf2C752c74973e89674Faa30404b15A498"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCE958ECf2C752c74973e89674Faa30404b15A498/logo.png b/blockchains/ethereum/assets/0xCE958ECf2C752c74973e89674Faa30404b15A498/logo.png
deleted file mode 100755
index d7d5ea56ab3a7..0000000000000
Binary files a/blockchains/ethereum/assets/0xCE958ECf2C752c74973e89674Faa30404b15A498/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCEBA2a8F6Ec221AEB5f3a7bcd15Cbc7e6a387bfb/info.json b/blockchains/ethereum/assets/0xCEBA2a8F6Ec221AEB5f3a7bcd15Cbc7e6a387bfb/info.json
deleted file mode 100644
index 31633c3079c4a..0000000000000
--- a/blockchains/ethereum/assets/0xCEBA2a8F6Ec221AEB5f3a7bcd15Cbc7e6a387bfb/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Peter Pan",
- "type": "ERC20",
- "symbol": "PAN",
- "decimals": 18,
- "website": "https://peterpan.finance/",
- "description": "Look no further than Peter Pan, the crypto meme coin that's taking the world by storm!",
- "explorer": "https://etherscan.io/token/0xceba2a8f6ec221aeb5f3a7bcd15cbc7e6a387bfb",
- "status": "active",
- "id": "0xCEBA2a8F6Ec221AEB5f3a7bcd15Cbc7e6a387bfb",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/peterpan_erc20"
- },
- {
- "name": "telegram",
- "url": "https://t.me/peterpancoineth"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/peter-pan/"
- }
- ],
- "tags": [
- "memes"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xCEBA2a8F6Ec221AEB5f3a7bcd15Cbc7e6a387bfb/logo.png b/blockchains/ethereum/assets/0xCEBA2a8F6Ec221AEB5f3a7bcd15Cbc7e6a387bfb/logo.png
deleted file mode 100644
index c62f383e379db..0000000000000
Binary files a/blockchains/ethereum/assets/0xCEBA2a8F6Ec221AEB5f3a7bcd15Cbc7e6a387bfb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCF3C8Be2e2C42331Da80EF210e9B1b307C03d36A/info.json b/blockchains/ethereum/assets/0xCF3C8Be2e2C42331Da80EF210e9B1b307C03d36A/info.json
deleted file mode 100644
index 481c702ca1770..0000000000000
--- a/blockchains/ethereum/assets/0xCF3C8Be2e2C42331Da80EF210e9B1b307C03d36A/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "BEPRO Network",
- "website": "https://bepro.network",
- "description": "A Code-as-a-Service protocol providing technology and support for blockchain-based applications",
- "explorer": "https://etherscan.io/token/0xCF3C8Be2e2C42331Da80EF210e9B1b307C03d36A",
- "type": "ERC20",
- "symbol": "BEPRO",
- "decimals": 18,
- "status": "active",
- "id": "0xCF3C8Be2e2C42331Da80EF210e9B1b307C03d36A",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/bepronetwork"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCF3C8Be2e2C42331Da80EF210e9B1b307C03d36A/logo.png b/blockchains/ethereum/assets/0xCF3C8Be2e2C42331Da80EF210e9B1b307C03d36A/logo.png
deleted file mode 100644
index f6e960889b67e..0000000000000
Binary files a/blockchains/ethereum/assets/0xCF3C8Be2e2C42331Da80EF210e9B1b307C03d36A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCF67CEd76E8356366291246A9222169F4dBdBe64/info.json b/blockchains/ethereum/assets/0xCF67CEd76E8356366291246A9222169F4dBdBe64/info.json
deleted file mode 100644
index 20bf5d8d349fa..0000000000000
--- a/blockchains/ethereum/assets/0xCF67CEd76E8356366291246A9222169F4dBdBe64/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "DICE.FINANCE",
- "website": "https://dice.finance/",
- "description": "An unstoppable bankroll drives casino for thousands of users and hundreds of applications. DICE.FINANCE empowers players, developers, game providers and agency to participate in a game marketplace that is open and accessible to all.",
- "explorer": "https://etherscan.io/token/0xCF67CEd76E8356366291246A9222169F4dBdBe64",
- "type": "ERC20",
- "symbol": "DICE",
- "decimals": 18,
- "status": "active",
- "id": "0xCF67CEd76E8356366291246A9222169F4dBdBe64",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/DiceFinance"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/dice-finance/Whitepaper/blob/master/Dice.FinanceWP.md"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCF67CEd76E8356366291246A9222169F4dBdBe64/logo.png b/blockchains/ethereum/assets/0xCF67CEd76E8356366291246A9222169F4dBdBe64/logo.png
deleted file mode 100644
index 83f6108754388..0000000000000
Binary files a/blockchains/ethereum/assets/0xCF67CEd76E8356366291246A9222169F4dBdBe64/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCF8335727B776d190f9D15a54E6B9B9348439eEE/info.json b/blockchains/ethereum/assets/0xCF8335727B776d190f9D15a54E6B9B9348439eEE/info.json
deleted file mode 100644
index b5c2780787149..0000000000000
--- a/blockchains/ethereum/assets/0xCF8335727B776d190f9D15a54E6B9B9348439eEE/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Whackd",
- "type": "ERC20",
- "symbol": "WHACKD",
- "decimals": 18,
- "website": "https://getwhackd.org/",
- "description": "John McAfee's Hyper-deflationary Social Experiment Token",
- "explorer": "https://etherscan.io/token/0xCF8335727B776d190f9D15a54E6B9B9348439eEE",
- "status": "active",
- "id": "0xCF8335727B776d190f9D15a54E6B9B9348439eEE",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/WHACKDByMcAfeeBasedChat"
- },
- {
- "name": "github",
- "url": "https://github.com/WHACKD-Token/WHACKD-ERC-20"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/gsVE7NNK"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/WHACKDMcAfee/"
- },
- {
- "name": "forum",
- "url": "https://bitcointalk.org/index.php?topic=5351640"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/TokenWhackd"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCF8335727B776d190f9D15a54E6B9B9348439eEE/logo.png b/blockchains/ethereum/assets/0xCF8335727B776d190f9D15a54E6B9B9348439eEE/logo.png
deleted file mode 100644
index 5ae845475d357..0000000000000
Binary files a/blockchains/ethereum/assets/0xCF8335727B776d190f9D15a54E6B9B9348439eEE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCF9bBEE48B1e7D8Bf233Ade883dA8Ef7C5e91a45/info.json b/blockchains/ethereum/assets/0xCF9bBEE48B1e7D8Bf233Ade883dA8Ef7C5e91a45/info.json
deleted file mode 100644
index 6cd8756d62744..0000000000000
--- a/blockchains/ethereum/assets/0xCF9bBEE48B1e7D8Bf233Ade883dA8Ef7C5e91a45/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C572390",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCF9bBEE48B1e7D8Bf233Ade883dA8Ef7C5e91a45",
- "status": "abandoned",
- "id": "0xCF9bBEE48B1e7D8Bf233Ade883dA8Ef7C5e91a45"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCF9bBEE48B1e7D8Bf233Ade883dA8Ef7C5e91a45/logo.png b/blockchains/ethereum/assets/0xCF9bBEE48B1e7D8Bf233Ade883dA8Ef7C5e91a45/logo.png
deleted file mode 100644
index 88b861265afd4..0000000000000
Binary files a/blockchains/ethereum/assets/0xCF9bBEE48B1e7D8Bf233Ade883dA8Ef7C5e91a45/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCFAc2916Ec118a0252A7766C513eE7c71b384b5E/info.json b/blockchains/ethereum/assets/0xCFAc2916Ec118a0252A7766C513eE7c71b384b5E/info.json
deleted file mode 100644
index ed627930ecab7..0000000000000
--- a/blockchains/ethereum/assets/0xCFAc2916Ec118a0252A7766C513eE7c71b384b5E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HoryouToken",
- "symbol": "HYT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://tge.horyoutoken.io/",
- "explorer": "https://etherscan.io/token/0xCFAc2916Ec118a0252A7766C513eE7c71b384b5E",
- "status": "abandoned",
- "id": "0xCFAc2916Ec118a0252A7766C513eE7c71b384b5E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCFAc2916Ec118a0252A7766C513eE7c71b384b5E/logo.png b/blockchains/ethereum/assets/0xCFAc2916Ec118a0252A7766C513eE7c71b384b5E/logo.png
deleted file mode 100644
index 7d920b486ad43..0000000000000
Binary files a/blockchains/ethereum/assets/0xCFAc2916Ec118a0252A7766C513eE7c71b384b5E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCFBEA8df4966dCAa9f4358e1f8DeE3497214a51B/info.json b/blockchains/ethereum/assets/0xCFBEA8df4966dCAa9f4358e1f8DeE3497214a51B/info.json
deleted file mode 100644
index cde787a6d64f3..0000000000000
--- a/blockchains/ethereum/assets/0xCFBEA8df4966dCAa9f4358e1f8DeE3497214a51B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TESTmg25",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCFBEA8df4966dCAa9f4358e1f8DeE3497214a51B",
- "status": "abandoned",
- "id": "0xCFBEA8df4966dCAa9f4358e1f8DeE3497214a51B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCFBEA8df4966dCAa9f4358e1f8DeE3497214a51B/logo.png b/blockchains/ethereum/assets/0xCFBEA8df4966dCAa9f4358e1f8DeE3497214a51B/logo.png
deleted file mode 100644
index e59ddb3a665b7..0000000000000
Binary files a/blockchains/ethereum/assets/0xCFBEA8df4966dCAa9f4358e1f8DeE3497214a51B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCa7A0Be200c7DE43438878EB54B8b5D31296fBd8/info.json b/blockchains/ethereum/assets/0xCa7A0Be200c7DE43438878EB54B8b5D31296fBd8/info.json
deleted file mode 100644
index b4dc5bee21117..0000000000000
--- a/blockchains/ethereum/assets/0xCa7A0Be200c7DE43438878EB54B8b5D31296fBd8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "STANI",
- "symbol": "STANI",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCa7A0Be200c7DE43438878EB54B8b5D31296fBd8",
- "status": "abandoned",
- "id": "0xCa7A0Be200c7DE43438878EB54B8b5D31296fBd8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCa7A0Be200c7DE43438878EB54B8b5D31296fBd8/logo.png b/blockchains/ethereum/assets/0xCa7A0Be200c7DE43438878EB54B8b5D31296fBd8/logo.png
deleted file mode 100644
index d614bcefd0814..0000000000000
Binary files a/blockchains/ethereum/assets/0xCa7A0Be200c7DE43438878EB54B8b5D31296fBd8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCaBeC58a571979f9fE825885fcb8F7A93892eaB0/info.json b/blockchains/ethereum/assets/0xCaBeC58a571979f9fE825885fcb8F7A93892eaB0/info.json
deleted file mode 100644
index e1bd05b78fe6b..0000000000000
--- a/blockchains/ethereum/assets/0xCaBeC58a571979f9fE825885fcb8F7A93892eaB0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "United Bull Traders",
- "symbol": "UNB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://unitedbulltraders.com/",
- "explorer": "https://etherscan.io/token/0xCaBeC58a571979f9fE825885fcb8F7A93892eaB0",
- "status": "abandoned",
- "id": "0xCaBeC58a571979f9fE825885fcb8F7A93892eaB0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCaBeC58a571979f9fE825885fcb8F7A93892eaB0/logo.png b/blockchains/ethereum/assets/0xCaBeC58a571979f9fE825885fcb8F7A93892eaB0/logo.png
deleted file mode 100644
index 1da8f6981e0d0..0000000000000
Binary files a/blockchains/ethereum/assets/0xCaBeC58a571979f9fE825885fcb8F7A93892eaB0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCad2bAFF23327a45d42d82A78975BaC239632910/info.json b/blockchains/ethereum/assets/0xCad2bAFF23327a45d42d82A78975BaC239632910/info.json
deleted file mode 100644
index 5fcef82edb0d0..0000000000000
--- a/blockchains/ethereum/assets/0xCad2bAFF23327a45d42d82A78975BaC239632910/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg9500",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCad2bAFF23327a45d42d82A78975BaC239632910",
- "status": "abandoned",
- "id": "0xCad2bAFF23327a45d42d82A78975BaC239632910"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCad2bAFF23327a45d42d82A78975BaC239632910/logo.png b/blockchains/ethereum/assets/0xCad2bAFF23327a45d42d82A78975BaC239632910/logo.png
deleted file mode 100644
index f32716b135215..0000000000000
Binary files a/blockchains/ethereum/assets/0xCad2bAFF23327a45d42d82A78975BaC239632910/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCae72A7A0Fd9046cf6b165CA54c9e3a3872109E0/info.json b/blockchains/ethereum/assets/0xCae72A7A0Fd9046cf6b165CA54c9e3a3872109E0/info.json
deleted file mode 100644
index c9e908dc3e5d7..0000000000000
--- a/blockchains/ethereum/assets/0xCae72A7A0Fd9046cf6b165CA54c9e3a3872109E0/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "AnRKey X",
- "website": "https://anrkeyx.io/",
- "coinmarketcap": "https://coinmarketcap.com/currencies/anrkey-x/",
- "coingecko": "https://www.coingecko.com/en/coins/anrkey-x",
- "medium": "https://medium.com/@anrkeyx",
- "Telegram": "https://t.me/anrkeyxofficial",
- "Discord": "https://discord.gg/YrMJYmW",
- "short_description": "AnRKey X™ combines DeFi and Esports gaming for users to compete, purchase and stake unique NFTs and win valuable rewards",
- "description": "AnRKey X™ combines DeFi and Esports gaming for users to compete, purchase and stake unique NFTs and win valuable rewards. We are the first to attach a proprietary and underlying economic mathematical logic model to NFTs in order to derive a true and accurate monetary base value ($) in real time – which we call Derived Base Value",
- "explorer": "https://etherscan.io/token/0xcae72a7a0fd9046cf6b165ca54c9e3a3872109e0",
- "type": "ERC20",
- "symbol": "$ANRX",
- "decimals": 18,
- "status": "active",
- "id": "0xCae72A7A0Fd9046cf6b165CA54c9e3a3872109E0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCae72A7A0Fd9046cf6b165CA54c9e3a3872109E0/logo.png b/blockchains/ethereum/assets/0xCae72A7A0Fd9046cf6b165CA54c9e3a3872109E0/logo.png
deleted file mode 100644
index fd4aacfcaa10a..0000000000000
Binary files a/blockchains/ethereum/assets/0xCae72A7A0Fd9046cf6b165CA54c9e3a3872109E0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCb1A4Cd233e06B61829fFA4093248B8b16bFF68F/info.json b/blockchains/ethereum/assets/0xCb1A4Cd233e06B61829fFA4093248B8b16bFF68F/info.json
deleted file mode 100644
index 3d74f57fe23e0..0000000000000
--- a/blockchains/ethereum/assets/0xCb1A4Cd233e06B61829fFA4093248B8b16bFF68F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C507213",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCb1A4Cd233e06B61829fFA4093248B8b16bFF68F",
- "status": "abandoned",
- "id": "0xCb1A4Cd233e06B61829fFA4093248B8b16bFF68F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCb1A4Cd233e06B61829fFA4093248B8b16bFF68F/logo.png b/blockchains/ethereum/assets/0xCb1A4Cd233e06B61829fFA4093248B8b16bFF68F/logo.png
deleted file mode 100644
index e400e6a2fa5cf..0000000000000
Binary files a/blockchains/ethereum/assets/0xCb1A4Cd233e06B61829fFA4093248B8b16bFF68F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCb39C3502415152b2ec90ff07ee18cc94f681a72/info.json b/blockchains/ethereum/assets/0xCb39C3502415152b2ec90ff07ee18cc94f681a72/info.json
deleted file mode 100644
index 34c1b329f654d..0000000000000
--- a/blockchains/ethereum/assets/0xCb39C3502415152b2ec90ff07ee18cc94f681a72/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "storeum",
- "symbol": "STO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://storeum.co/",
- "explorer": "https://etherscan.io/token/0xCb39C3502415152b2ec90ff07ee18cc94f681a72",
- "status": "abandoned",
- "id": "0xCb39C3502415152b2ec90ff07ee18cc94f681a72"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCb39C3502415152b2ec90ff07ee18cc94f681a72/logo.png b/blockchains/ethereum/assets/0xCb39C3502415152b2ec90ff07ee18cc94f681a72/logo.png
deleted file mode 100644
index 3854f337a5c0b..0000000000000
Binary files a/blockchains/ethereum/assets/0xCb39C3502415152b2ec90ff07ee18cc94f681a72/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCb5ea3c190d8f82DEADF7ce5Af855dDbf33e3962/info.json b/blockchains/ethereum/assets/0xCb5ea3c190d8f82DEADF7ce5Af855dDbf33e3962/info.json
deleted file mode 100644
index 8357497fac2ab..0000000000000
--- a/blockchains/ethereum/assets/0xCb5ea3c190d8f82DEADF7ce5Af855dDbf33e3962/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Qubitica",
- "symbol": "QBIT",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCb5ea3c190d8f82DEADF7ce5Af855dDbf33e3962",
- "status": "abandoned",
- "id": "0xCb5ea3c190d8f82DEADF7ce5Af855dDbf33e3962"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCb5ea3c190d8f82DEADF7ce5Af855dDbf33e3962/logo.png b/blockchains/ethereum/assets/0xCb5ea3c190d8f82DEADF7ce5Af855dDbf33e3962/logo.png
deleted file mode 100755
index ba3c337a9fc58..0000000000000
Binary files a/blockchains/ethereum/assets/0xCb5ea3c190d8f82DEADF7ce5Af855dDbf33e3962/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCb5f72d37685C3D5aD0bB5F982443BC8FcdF570E/info.json b/blockchains/ethereum/assets/0xCb5f72d37685C3D5aD0bB5F982443BC8FcdF570E/info.json
deleted file mode 100644
index 34d5c59a86a30..0000000000000
--- a/blockchains/ethereum/assets/0xCb5f72d37685C3D5aD0bB5F982443BC8FcdF570E/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Rootkit Finance",
- "website": "https://rootkit.finance/#/",
- "description": "Rootkit (ROOT) is a highly deflationary, yield-farmable token that uses permanently locked liquidity pools to unlock new possibilities.",
- "explorer": "https://etherscan.io/token/0xCb5f72d37685C3D5aD0bB5F982443BC8FcdF570E",
- "type": "ERC20",
- "symbol": "ROOT",
- "decimals": 18,
- "status": "active",
- "id": "0xCb5f72d37685C3D5aD0bB5F982443BC8FcdF570E",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/RootkitFinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/rootkitfinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/rootkitfinanceann"
- },
- {
- "name": "medium",
- "url": "https://rootkitfinance.medium.com"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCb5f72d37685C3D5aD0bB5F982443BC8FcdF570E/logo.png b/blockchains/ethereum/assets/0xCb5f72d37685C3D5aD0bB5F982443BC8FcdF570E/logo.png
deleted file mode 100644
index bcee72cab943b..0000000000000
Binary files a/blockchains/ethereum/assets/0xCb5f72d37685C3D5aD0bB5F982443BC8FcdF570E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCb94be6f13A1182E4A4B6140cb7bf2025d28e41B/info.json b/blockchains/ethereum/assets/0xCb94be6f13A1182E4A4B6140cb7bf2025d28e41B/info.json
deleted file mode 100644
index aea430457923c..0000000000000
--- a/blockchains/ethereum/assets/0xCb94be6f13A1182E4A4B6140cb7bf2025d28e41B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Trustcoin",
- "symbol": "TRST",
- "type": "ERC20",
- "decimals": 6,
- "description": "WeTrust is a collaborative saving and insurance platform. It is autonomous, frictionless, and decentralized. WeTrust utilizes the Ethereum blockchain to create a full-stack financial system that leverages existing social capital and trust networks, eliminating the need of a 'trusted third party', which allows for lower fees, improved incentive structures, decentralized risks, and a greater amount of capital to reside among the participants.",
- "website": "https://www.wetrust.io/",
- "explorer": "https://etherscan.io/token/0xCb94be6f13A1182E4A4B6140cb7bf2025d28e41B",
- "status": "active",
- "id": "0xCb94be6f13A1182E4A4B6140cb7bf2025d28e41B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCb94be6f13A1182E4A4B6140cb7bf2025d28e41B/logo.png b/blockchains/ethereum/assets/0xCb94be6f13A1182E4A4B6140cb7bf2025d28e41B/logo.png
deleted file mode 100644
index 80f9280fff4c5..0000000000000
Binary files a/blockchains/ethereum/assets/0xCb94be6f13A1182E4A4B6140cb7bf2025d28e41B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCbE7Fd2dD15f54Bc4Cee790c5c14240e7DDEA644/info.json b/blockchains/ethereum/assets/0xCbE7Fd2dD15f54Bc4Cee790c5c14240e7DDEA644/info.json
deleted file mode 100644
index 8fc25c822a8b5..0000000000000
--- a/blockchains/ethereum/assets/0xCbE7Fd2dD15f54Bc4Cee790c5c14240e7DDEA644/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kipple",
- "symbol": "KIPPLE",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCbE7Fd2dD15f54Bc4Cee790c5c14240e7DDEA644",
- "status": "abandoned",
- "id": "0xCbE7Fd2dD15f54Bc4Cee790c5c14240e7DDEA644"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCbE7Fd2dD15f54Bc4Cee790c5c14240e7DDEA644/logo.png b/blockchains/ethereum/assets/0xCbE7Fd2dD15f54Bc4Cee790c5c14240e7DDEA644/logo.png
deleted file mode 100644
index 36d68688eb10f..0000000000000
Binary files a/blockchains/ethereum/assets/0xCbE7Fd2dD15f54Bc4Cee790c5c14240e7DDEA644/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCbfef8fdd706cde6F208460f2Bf39Aa9c785F05D/info.json b/blockchains/ethereum/assets/0xCbfef8fdd706cde6F208460f2Bf39Aa9c785F05D/info.json
deleted file mode 100644
index 70563d004fe59..0000000000000
--- a/blockchains/ethereum/assets/0xCbfef8fdd706cde6F208460f2Bf39Aa9c785F05D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kine Governance Token",
- "website": "https://kine.io",
- "description": "Kine is a decentralized protocol which establishes general purpose liquidity pools backed by a customizable portfolio of digital assets. The liquidity pool allows traders to open and close derivatives positions according to trusted price feeds, avoiding the need of counterparties.",
- "explorer": "https://etherscan.io/token/0xcbfef8fdd706cde6f208460f2bf39aa9c785f05d",
- "type": "ERC20",
- "symbol": "KINE",
- "decimals": 18,
- "status": "active",
- "id": "0xCbfef8fdd706cde6F208460f2Bf39Aa9c785F05D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCbfef8fdd706cde6F208460f2Bf39Aa9c785F05D/logo.png b/blockchains/ethereum/assets/0xCbfef8fdd706cde6F208460f2Bf39Aa9c785F05D/logo.png
deleted file mode 100644
index 999a733a38b3f..0000000000000
Binary files a/blockchains/ethereum/assets/0xCbfef8fdd706cde6F208460f2Bf39Aa9c785F05D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCc13Fc627EFfd6E35D2D2706Ea3C4D7396c610ea/info.json b/blockchains/ethereum/assets/0xCc13Fc627EFfd6E35D2D2706Ea3C4D7396c610ea/info.json
deleted file mode 100644
index 15e1d0b939844..0000000000000
--- a/blockchains/ethereum/assets/0xCc13Fc627EFfd6E35D2D2706Ea3C4D7396c610ea/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IDEX Membership",
- "symbol": "IDXM",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://auroradao.com/platform/idex/",
- "explorer": "https://etherscan.io/token/0xCc13Fc627EFfd6E35D2D2706Ea3C4D7396c610ea",
- "status": "abandoned",
- "id": "0xCc13Fc627EFfd6E35D2D2706Ea3C4D7396c610ea"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCc13Fc627EFfd6E35D2D2706Ea3C4D7396c610ea/logo.png b/blockchains/ethereum/assets/0xCc13Fc627EFfd6E35D2D2706Ea3C4D7396c610ea/logo.png
deleted file mode 100644
index 39a050e980692..0000000000000
Binary files a/blockchains/ethereum/assets/0xCc13Fc627EFfd6E35D2D2706Ea3C4D7396c610ea/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCc2AD789f459Bc73e5Fb33364964B658a62C1Ee7/info.json b/blockchains/ethereum/assets/0xCc2AD789f459Bc73e5Fb33364964B658a62C1Ee7/info.json
deleted file mode 100644
index e033f4c819ad9..0000000000000
--- a/blockchains/ethereum/assets/0xCc2AD789f459Bc73e5Fb33364964B658a62C1Ee7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NioShares",
- "symbol": "NIO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCc2AD789f459Bc73e5Fb33364964B658a62C1Ee7",
- "status": "abandoned",
- "id": "0xCc2AD789f459Bc73e5Fb33364964B658a62C1Ee7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCc2AD789f459Bc73e5Fb33364964B658a62C1Ee7/logo.png b/blockchains/ethereum/assets/0xCc2AD789f459Bc73e5Fb33364964B658a62C1Ee7/logo.png
deleted file mode 100644
index 98ccf406cc515..0000000000000
Binary files a/blockchains/ethereum/assets/0xCc2AD789f459Bc73e5Fb33364964B658a62C1Ee7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCc2a74b28E786Fac86bE3CA354B1941c25aB3EaB/info.json b/blockchains/ethereum/assets/0xCc2a74b28E786Fac86bE3CA354B1941c25aB3EaB/info.json
deleted file mode 100644
index 17d3fd38ab3bf..0000000000000
--- a/blockchains/ethereum/assets/0xCc2a74b28E786Fac86bE3CA354B1941c25aB3EaB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GABO",
- "symbol": "GBO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCc2a74b28E786Fac86bE3CA354B1941c25aB3EaB",
- "status": "abandoned",
- "id": "0xCc2a74b28E786Fac86bE3CA354B1941c25aB3EaB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCc2a74b28E786Fac86bE3CA354B1941c25aB3EaB/logo.png b/blockchains/ethereum/assets/0xCc2a74b28E786Fac86bE3CA354B1941c25aB3EaB/logo.png
deleted file mode 100755
index 944661019a08d..0000000000000
Binary files a/blockchains/ethereum/assets/0xCc2a74b28E786Fac86bE3CA354B1941c25aB3EaB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCc34366E3842cA1BD36c1f324d15257960fCC801/info.json b/blockchains/ethereum/assets/0xCc34366E3842cA1BD36c1f324d15257960fCC801/info.json
deleted file mode 100644
index 97b1b4b9d9e85..0000000000000
--- a/blockchains/ethereum/assets/0xCc34366E3842cA1BD36c1f324d15257960fCC801/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bonpay Token",
- "symbol": "BON",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bonpay.com/",
- "explorer": "https://etherscan.io/token/0xCc34366E3842cA1BD36c1f324d15257960fCC801",
- "status": "active",
- "id": "0xCc34366E3842cA1BD36c1f324d15257960fCC801"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCc34366E3842cA1BD36c1f324d15257960fCC801/logo.png b/blockchains/ethereum/assets/0xCc34366E3842cA1BD36c1f324d15257960fCC801/logo.png
deleted file mode 100644
index a62bbbac27351..0000000000000
Binary files a/blockchains/ethereum/assets/0xCc34366E3842cA1BD36c1f324d15257960fCC801/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCc394f10545AeEf24483d2347B32A34a44F20E6F/info.json b/blockchains/ethereum/assets/0xCc394f10545AeEf24483d2347B32A34a44F20E6F/info.json
deleted file mode 100644
index 221497be3d611..0000000000000
--- a/blockchains/ethereum/assets/0xCc394f10545AeEf24483d2347B32A34a44F20E6F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vault Guardian Token",
- "symbol": "VGT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Vault12 platform safeguards your crypto assets by harnessing your very own network of trusted people.",
- "website": "https://vault12.com",
- "explorer": "https://etherscan.io/token/0xCc394f10545AeEf24483d2347B32A34a44F20E6F",
- "status": "active",
- "id": "0xCc394f10545AeEf24483d2347B32A34a44F20E6F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCc394f10545AeEf24483d2347B32A34a44F20E6F/logo.png b/blockchains/ethereum/assets/0xCc394f10545AeEf24483d2347B32A34a44F20E6F/logo.png
deleted file mode 100644
index 244714128ca09..0000000000000
Binary files a/blockchains/ethereum/assets/0xCc394f10545AeEf24483d2347B32A34a44F20E6F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCc80C051057B774cD75067Dc48f8987C4Eb97A5e/info.json b/blockchains/ethereum/assets/0xCc80C051057B774cD75067Dc48f8987C4Eb97A5e/info.json
deleted file mode 100644
index 2da8dc88961f8..0000000000000
--- a/blockchains/ethereum/assets/0xCc80C051057B774cD75067Dc48f8987C4Eb97A5e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nectar",
- "website": "https://nectar.community",
- "description": "Nectar serves as the native utility and governance token of decentralised exchange DeversiFi.",
- "explorer": "https://etherscan.io/token/0xCc80C051057B774cD75067Dc48f8987C4Eb97A5e",
- "type": "ERC20",
- "symbol": "NEC",
- "decimals": 18,
- "status": "active",
- "id": "0xCc80C051057B774cD75067Dc48f8987C4Eb97A5e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCc80C051057B774cD75067Dc48f8987C4Eb97A5e/logo.png b/blockchains/ethereum/assets/0xCc80C051057B774cD75067Dc48f8987C4Eb97A5e/logo.png
deleted file mode 100644
index d28ea89e0a09d..0000000000000
Binary files a/blockchains/ethereum/assets/0xCc80C051057B774cD75067Dc48f8987C4Eb97A5e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCcB4622CdCe3b25F9230f496B8aea6b68Cb50535/info.json b/blockchains/ethereum/assets/0xCcB4622CdCe3b25F9230f496B8aea6b68Cb50535/info.json
deleted file mode 100644
index b5852662bcb4e..0000000000000
--- a/blockchains/ethereum/assets/0xCcB4622CdCe3b25F9230f496B8aea6b68Cb50535/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SIM",
- "symbol": "SIM",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCcB4622CdCe3b25F9230f496B8aea6b68Cb50535",
- "status": "abandoned",
- "id": "0xCcB4622CdCe3b25F9230f496B8aea6b68Cb50535"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCcB4622CdCe3b25F9230f496B8aea6b68Cb50535/logo.png b/blockchains/ethereum/assets/0xCcB4622CdCe3b25F9230f496B8aea6b68Cb50535/logo.png
deleted file mode 100644
index 95dbda85c85d6..0000000000000
Binary files a/blockchains/ethereum/assets/0xCcB4622CdCe3b25F9230f496B8aea6b68Cb50535/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCcc85AA8999505d6f886A32da4a107BBe0D1dE9E/info.json b/blockchains/ethereum/assets/0xCcc85AA8999505d6f886A32da4a107BBe0D1dE9E/info.json
deleted file mode 100644
index 19722a1bc401e..0000000000000
--- a/blockchains/ethereum/assets/0xCcc85AA8999505d6f886A32da4a107BBe0D1dE9E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "REPE",
- "symbol": "RPE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCcc85AA8999505d6f886A32da4a107BBe0D1dE9E",
- "status": "abandoned",
- "id": "0xCcc85AA8999505d6f886A32da4a107BBe0D1dE9E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCcc85AA8999505d6f886A32da4a107BBe0D1dE9E/logo.png b/blockchains/ethereum/assets/0xCcc85AA8999505d6f886A32da4a107BBe0D1dE9E/logo.png
deleted file mode 100644
index e0ba197d3ba06..0000000000000
Binary files a/blockchains/ethereum/assets/0xCcc85AA8999505d6f886A32da4a107BBe0D1dE9E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCcc9545ea5838f7d6d34DcDa1Bc39d2D077F7Cde/info.json b/blockchains/ethereum/assets/0xCcc9545ea5838f7d6d34DcDa1Bc39d2D077F7Cde/info.json
deleted file mode 100644
index a53848589a041..0000000000000
--- a/blockchains/ethereum/assets/0xCcc9545ea5838f7d6d34DcDa1Bc39d2D077F7Cde/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GLORY TOKEN",
- "symbol": "GLORY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCcc9545ea5838f7d6d34DcDa1Bc39d2D077F7Cde",
- "status": "abandoned",
- "id": "0xCcc9545ea5838f7d6d34DcDa1Bc39d2D077F7Cde"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCcc9545ea5838f7d6d34DcDa1Bc39d2D077F7Cde/logo.png b/blockchains/ethereum/assets/0xCcc9545ea5838f7d6d34DcDa1Bc39d2D077F7Cde/logo.png
deleted file mode 100644
index ce7834c914198..0000000000000
Binary files a/blockchains/ethereum/assets/0xCcc9545ea5838f7d6d34DcDa1Bc39d2D077F7Cde/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCd2828fc4D8E8a0eDe91bB38CF64B1a81De65Bf6/info.json b/blockchains/ethereum/assets/0xCd2828fc4D8E8a0eDe91bB38CF64B1a81De65Bf6/info.json
deleted file mode 100644
index cbb1366514bf1..0000000000000
--- a/blockchains/ethereum/assets/0xCd2828fc4D8E8a0eDe91bB38CF64B1a81De65Bf6/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "OddzToken",
- "symbol": "ODDZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "Oddz is the World’s first multi-chain options and derivatives trading protocol to be deployed on the Binance Smart Chain, Polkadot, and Ethereum.",
- "website": "https://oddz.fi/",
- "explorer": "https://etherscan.io/token/0xCd2828fc4D8E8a0eDe91bB38CF64B1a81De65Bf6",
- "status": "active",
- "id": "0xCd2828fc4D8E8a0eDe91bB38CF64B1a81De65Bf6",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/oddz_fi_announcements"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/oddz_finance"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/Oddz.fi"
- },
- {
- "name": "whitepaper",
- "url": "https://docsend.com/view/mefxr8h3ymzuhwqk"
- },
- {
- "name": "github",
- "url": "https://github.com/oddz-finance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/oddz/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCd2828fc4D8E8a0eDe91bB38CF64B1a81De65Bf6/logo.png b/blockchains/ethereum/assets/0xCd2828fc4D8E8a0eDe91bB38CF64B1a81De65Bf6/logo.png
deleted file mode 100644
index e80daa2ea2877..0000000000000
Binary files a/blockchains/ethereum/assets/0xCd2828fc4D8E8a0eDe91bB38CF64B1a81De65Bf6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCd64aA18dDbCe84411aDBfe6da49354ba5187a45/info.json b/blockchains/ethereum/assets/0xCd64aA18dDbCe84411aDBfe6da49354ba5187a45/info.json
deleted file mode 100644
index cc0c3a94d7111..0000000000000
--- a/blockchains/ethereum/assets/0xCd64aA18dDbCe84411aDBfe6da49354ba5187a45/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Korbot",
- "symbol": "KBOT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.korbot.io/",
- "explorer": "https://etherscan.io/token/0xCd64aA18dDbCe84411aDBfe6da49354ba5187a45",
- "status": "abandoned",
- "id": "0xCd64aA18dDbCe84411aDBfe6da49354ba5187a45"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCd64aA18dDbCe84411aDBfe6da49354ba5187a45/logo.png b/blockchains/ethereum/assets/0xCd64aA18dDbCe84411aDBfe6da49354ba5187a45/logo.png
deleted file mode 100644
index a224520368b9e..0000000000000
Binary files a/blockchains/ethereum/assets/0xCd64aA18dDbCe84411aDBfe6da49354ba5187a45/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCdCFc0f66c522Fd086A1b725ea3c0Eeb9F9e8814/info.json b/blockchains/ethereum/assets/0xCdCFc0f66c522Fd086A1b725ea3c0Eeb9F9e8814/info.json
deleted file mode 100644
index e745c3e32da2b..0000000000000
--- a/blockchains/ethereum/assets/0xCdCFc0f66c522Fd086A1b725ea3c0Eeb9F9e8814/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aurora DAO",
- "symbol": "AURA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCdCFc0f66c522Fd086A1b725ea3c0Eeb9F9e8814",
- "status": "abandoned",
- "id": "0xCdCFc0f66c522Fd086A1b725ea3c0Eeb9F9e8814"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCdCFc0f66c522Fd086A1b725ea3c0Eeb9F9e8814/logo.png b/blockchains/ethereum/assets/0xCdCFc0f66c522Fd086A1b725ea3c0Eeb9F9e8814/logo.png
deleted file mode 100755
index a4a4d7cf76a99..0000000000000
Binary files a/blockchains/ethereum/assets/0xCdCFc0f66c522Fd086A1b725ea3c0Eeb9F9e8814/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCdD7027447bC557AB926764e096DaDE96050a86e/info.json b/blockchains/ethereum/assets/0xCdD7027447bC557AB926764e096DaDE96050a86e/info.json
deleted file mode 100644
index e5345d7e181da..0000000000000
--- a/blockchains/ethereum/assets/0xCdD7027447bC557AB926764e096DaDE96050a86e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Galaxium Coin",
- "symbol": "GXM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCdD7027447bC557AB926764e096DaDE96050a86e",
- "status": "abandoned",
- "id": "0xCdD7027447bC557AB926764e096DaDE96050a86e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCdD7027447bC557AB926764e096DaDE96050a86e/logo.png b/blockchains/ethereum/assets/0xCdD7027447bC557AB926764e096DaDE96050a86e/logo.png
deleted file mode 100755
index c19646a322c25..0000000000000
Binary files a/blockchains/ethereum/assets/0xCdD7027447bC557AB926764e096DaDE96050a86e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCdF7028ceAB81fA0C6971208e83fa7872994beE5/info.json b/blockchains/ethereum/assets/0xCdF7028ceAB81fA0C6971208e83fa7872994beE5/info.json
deleted file mode 100644
index 95459c411900c..0000000000000
--- a/blockchains/ethereum/assets/0xCdF7028ceAB81fA0C6971208e83fa7872994beE5/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Threshold Network Token",
- "type": "ERC20",
- "symbol": "T",
- "decimals": 18,
- "website": "https://threshold.network/",
- "description": "Threshold Network is the home of $tBTC v2, proxy re-encryption #PRE, $thUSD, and all threshold cryptography.",
- "explorer": "https://etherscan.io/token/0xCdF7028ceAB81fA0C6971208e83fa7872994beE5",
- "status": "active",
- "id": "0xCdF7028ceAB81fA0C6971208e83fa7872994beE5",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/keep-network/tbtc-v2"
- },
- {
- "name": "telegram",
- "url": "https://t.me/thresholdnetwork"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/threshold/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCdF7028ceAB81fA0C6971208e83fa7872994beE5/logo.png b/blockchains/ethereum/assets/0xCdF7028ceAB81fA0C6971208e83fa7872994beE5/logo.png
deleted file mode 100644
index f4dda650cf777..0000000000000
Binary files a/blockchains/ethereum/assets/0xCdF7028ceAB81fA0C6971208e83fa7872994beE5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCda907B126375B914DBa39AC2518230dc95D315C/info.json b/blockchains/ethereum/assets/0xCda907B126375B914DBa39AC2518230dc95D315C/info.json
deleted file mode 100644
index 309d3535f2cd0..0000000000000
--- a/blockchains/ethereum/assets/0xCda907B126375B914DBa39AC2518230dc95D315C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nlife",
- "symbol": "Nlife",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://nlife.io",
- "explorer": "https://etherscan.io/token/0xCda907B126375B914DBa39AC2518230dc95D315C",
- "status": "abandoned",
- "id": "0xCda907B126375B914DBa39AC2518230dc95D315C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCda907B126375B914DBa39AC2518230dc95D315C/logo.png b/blockchains/ethereum/assets/0xCda907B126375B914DBa39AC2518230dc95D315C/logo.png
deleted file mode 100644
index 69bc47881d345..0000000000000
Binary files a/blockchains/ethereum/assets/0xCda907B126375B914DBa39AC2518230dc95D315C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCe49c3c92b33a1653F34811a9d7e34502bF12B89/info.json b/blockchains/ethereum/assets/0xCe49c3c92b33a1653F34811a9d7e34502bF12B89/info.json
deleted file mode 100644
index 01a3156d1bfa2..0000000000000
--- a/blockchains/ethereum/assets/0xCe49c3c92b33a1653F34811a9d7e34502bF12B89/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "3X Short Bitcoin SV Token",
- "symbol": "BSVBEAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ftx.com/tokens/BSVBEAR",
- "explorer": "https://etherscan.io/token/0xCe49c3c92b33a1653F34811a9d7e34502bF12B89",
- "status": "abandoned",
- "id": "0xCe49c3c92b33a1653F34811a9d7e34502bF12B89"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCe49c3c92b33a1653F34811a9d7e34502bF12B89/logo.png b/blockchains/ethereum/assets/0xCe49c3c92b33a1653F34811a9d7e34502bF12B89/logo.png
deleted file mode 100644
index a8cc1f578d450..0000000000000
Binary files a/blockchains/ethereum/assets/0xCe49c3c92b33a1653F34811a9d7e34502bF12B89/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCe53a179047ebed80261689367c093C90A94cC08/info.json b/blockchains/ethereum/assets/0xCe53a179047ebed80261689367c093C90A94cC08/info.json
deleted file mode 100644
index b6e3be0e165cf..0000000000000
--- a/blockchains/ethereum/assets/0xCe53a179047ebed80261689367c093C90A94cC08/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EDT",
- "symbol": "EDT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCe53a179047ebed80261689367c093C90A94cC08",
- "status": "abandoned",
- "id": "0xCe53a179047ebed80261689367c093C90A94cC08"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCe53a179047ebed80261689367c093C90A94cC08/logo.png b/blockchains/ethereum/assets/0xCe53a179047ebed80261689367c093C90A94cC08/logo.png
deleted file mode 100644
index 77175dd3b4424..0000000000000
Binary files a/blockchains/ethereum/assets/0xCe53a179047ebed80261689367c093C90A94cC08/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCeD4E93198734dDaFf8492d525Bd258D49eb388E/info.json b/blockchains/ethereum/assets/0xCeD4E93198734dDaFf8492d525Bd258D49eb388E/info.json
deleted file mode 100644
index caa5de5666e09..0000000000000
--- a/blockchains/ethereum/assets/0xCeD4E93198734dDaFf8492d525Bd258D49eb388E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Eidoo Token",
- "symbol": "EDO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://eidoo.io/",
- "explorer": "https://etherscan.io/token/0xCeD4E93198734dDaFf8492d525Bd258D49eb388E",
- "status": "abandoned",
- "id": "0xCeD4E93198734dDaFf8492d525Bd258D49eb388E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCeD4E93198734dDaFf8492d525Bd258D49eb388E/logo.png b/blockchains/ethereum/assets/0xCeD4E93198734dDaFf8492d525Bd258D49eb388E/logo.png
deleted file mode 100644
index a89c9d40afa4e..0000000000000
Binary files a/blockchains/ethereum/assets/0xCeD4E93198734dDaFf8492d525Bd258D49eb388E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCeE4019Fd41ECDc8bae9EFDd20510f4b6FAA6197/info.json b/blockchains/ethereum/assets/0xCeE4019Fd41ECDc8bae9EFDd20510f4b6FAA6197/info.json
deleted file mode 100644
index 68ff4f71e4e2d..0000000000000
--- a/blockchains/ethereum/assets/0xCeE4019Fd41ECDc8bae9EFDd20510f4b6FAA6197/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nollya Coin",
- "symbol": "NLYA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCeE4019Fd41ECDc8bae9EFDd20510f4b6FAA6197",
- "status": "abandoned",
- "id": "0xCeE4019Fd41ECDc8bae9EFDd20510f4b6FAA6197"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCeE4019Fd41ECDc8bae9EFDd20510f4b6FAA6197/logo.png b/blockchains/ethereum/assets/0xCeE4019Fd41ECDc8bae9EFDd20510f4b6FAA6197/logo.png
deleted file mode 100644
index 49696acc7380f..0000000000000
Binary files a/blockchains/ethereum/assets/0xCeE4019Fd41ECDc8bae9EFDd20510f4b6FAA6197/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCf0de5799513cF5BbCF15A28178C4F13cEb8a5cd/info.json b/blockchains/ethereum/assets/0xCf0de5799513cF5BbCF15A28178C4F13cEb8a5cd/info.json
deleted file mode 100644
index 9300e4906957e..0000000000000
--- a/blockchains/ethereum/assets/0xCf0de5799513cF5BbCF15A28178C4F13cEb8a5cd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C491158",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCf0de5799513cF5BbCF15A28178C4F13cEb8a5cd",
- "status": "abandoned",
- "id": "0xCf0de5799513cF5BbCF15A28178C4F13cEb8a5cd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCf0de5799513cF5BbCF15A28178C4F13cEb8a5cd/logo.png b/blockchains/ethereum/assets/0xCf0de5799513cF5BbCF15A28178C4F13cEb8a5cd/logo.png
deleted file mode 100644
index 74d277f76992a..0000000000000
Binary files a/blockchains/ethereum/assets/0xCf0de5799513cF5BbCF15A28178C4F13cEb8a5cd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCf5dfE6e2fA63AF41E9C01df75e79D3FDa69B5f3/info.json b/blockchains/ethereum/assets/0xCf5dfE6e2fA63AF41E9C01df75e79D3FDa69B5f3/info.json
deleted file mode 100644
index 2ec3bf7953c26..0000000000000
--- a/blockchains/ethereum/assets/0xCf5dfE6e2fA63AF41E9C01df75e79D3FDa69B5f3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mutual Uniting System",
- "symbol": "MUS",
- "type": "ERC20",
- "decimals": 15,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCf5dfE6e2fA63AF41E9C01df75e79D3FDa69B5f3",
- "status": "abandoned",
- "id": "0xCf5dfE6e2fA63AF41E9C01df75e79D3FDa69B5f3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCf5dfE6e2fA63AF41E9C01df75e79D3FDa69B5f3/logo.png b/blockchains/ethereum/assets/0xCf5dfE6e2fA63AF41E9C01df75e79D3FDa69B5f3/logo.png
deleted file mode 100755
index b3423079578e0..0000000000000
Binary files a/blockchains/ethereum/assets/0xCf5dfE6e2fA63AF41E9C01df75e79D3FDa69B5f3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCf8f9555D55CE45a3A33a81D6eF99a2a2E71Dee2/info.json b/blockchains/ethereum/assets/0xCf8f9555D55CE45a3A33a81D6eF99a2a2E71Dee2/info.json
deleted file mode 100644
index 54e49e593ade9..0000000000000
--- a/blockchains/ethereum/assets/0xCf8f9555D55CE45a3A33a81D6eF99a2a2E71Dee2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CBI Index 7",
- "symbol": "CBIX7",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.uhurutribe.com/",
- "explorer": "https://etherscan.io/token/0xCf8f9555D55CE45a3A33a81D6eF99a2a2E71Dee2",
- "status": "abandoned",
- "id": "0xCf8f9555D55CE45a3A33a81D6eF99a2a2E71Dee2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCf8f9555D55CE45a3A33a81D6eF99a2a2E71Dee2/logo.png b/blockchains/ethereum/assets/0xCf8f9555D55CE45a3A33a81D6eF99a2a2E71Dee2/logo.png
deleted file mode 100644
index 0fe57279ff0f9..0000000000000
Binary files a/blockchains/ethereum/assets/0xCf8f9555D55CE45a3A33a81D6eF99a2a2E71Dee2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCfFe0d26ad2f49D962059f73A6410F7638D4AA7c/info.json b/blockchains/ethereum/assets/0xCfFe0d26ad2f49D962059f73A6410F7638D4AA7c/info.json
deleted file mode 100644
index d2c07039566f4..0000000000000
--- a/blockchains/ethereum/assets/0xCfFe0d26ad2f49D962059f73A6410F7638D4AA7c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "الإصلاح عملة",
- "symbol": "ISLAH",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xCfFe0d26ad2f49D962059f73A6410F7638D4AA7c",
- "status": "abandoned",
- "id": "0xCfFe0d26ad2f49D962059f73A6410F7638D4AA7c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCfFe0d26ad2f49D962059f73A6410F7638D4AA7c/logo.png b/blockchains/ethereum/assets/0xCfFe0d26ad2f49D962059f73A6410F7638D4AA7c/logo.png
deleted file mode 100644
index 807af779522f6..0000000000000
Binary files a/blockchains/ethereum/assets/0xCfFe0d26ad2f49D962059f73A6410F7638D4AA7c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCfa0885131F602D11D4DA248D2c65A62063567A9/info.json b/blockchains/ethereum/assets/0xCfa0885131F602D11D4DA248D2c65A62063567A9/info.json
deleted file mode 100644
index 08d232cb32391..0000000000000
--- a/blockchains/ethereum/assets/0xCfa0885131F602D11D4DA248D2c65A62063567A9/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "TORG",
- "type": "ERC20",
- "symbol": "TORG",
- "decimals": 18,
- "website": "https://www.torg.to",
- "description": "TORG is not your regular cryptocurrency. It is the world’s first utilimeme that is sustainability driven, utility-focused and completely decentralized. It aims to increase economic activity, new development opportunities for the world’s youth and alleviation of the economic constraints facing the world’s marginalised populations.\r\n\r\nTORG’s concept is guided by its Mission of shaping a brighter future of finance for mankind, and is manifested not only in the concept, but also the rules embedded in the cryptography, the complete decentralization of its administration and the role of the TORG FOUNDATION that ensures that the currency stays true to its Mission and value proposition.",
- "explorer": "https://etherscan.io/token/0xcfa0885131f602d11d4da248d2c65a62063567a9",
- "status": "active",
- "id": "0xCfa0885131F602D11D4DA248D2c65A62063567A9",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/TORGTogether"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/TorgTogether"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCfa0885131F602D11D4DA248D2c65A62063567A9/logo.png b/blockchains/ethereum/assets/0xCfa0885131F602D11D4DA248D2c65A62063567A9/logo.png
deleted file mode 100644
index 6711876b8fe00..0000000000000
Binary files a/blockchains/ethereum/assets/0xCfa0885131F602D11D4DA248D2c65A62063567A9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xCfb72ED3647cC8E7FA52E4F121eCdAbEfC305e7f/info.json b/blockchains/ethereum/assets/0xCfb72ED3647cC8E7FA52E4F121eCdAbEfC305e7f/info.json
deleted file mode 100644
index c68b35b232824..0000000000000
--- a/blockchains/ethereum/assets/0xCfb72ED3647cC8E7FA52E4F121eCdAbEfC305e7f/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Flapp",
- "website": "https://flapptoken.io/",
- "description": "Flapp is the token of both the present and the future: an ecosystem for developers and users that facilitates the use and creation of blockchain based dapps",
- "explorer": "https://etherscan.io/token/0xCfb72ED3647cC8E7FA52E4F121eCdAbEfC305e7f",
- "type": "ERC20",
- "symbol": "FLAP",
- "decimals": 18,
- "status": "active",
- "id": "0xCfb72ED3647cC8E7FA52E4F121eCdAbEfC305e7f",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Flapp"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xCfb72ED3647cC8E7FA52E4F121eCdAbEfC305e7f/logo.png b/blockchains/ethereum/assets/0xCfb72ED3647cC8E7FA52E4F121eCdAbEfC305e7f/logo.png
deleted file mode 100644
index ce0872f31978a..0000000000000
Binary files a/blockchains/ethereum/assets/0xCfb72ED3647cC8E7FA52E4F121eCdAbEfC305e7f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD01DB73E047855Efb414e6202098C4Be4Cd2423B/info.json b/blockchains/ethereum/assets/0xD01DB73E047855Efb414e6202098C4Be4Cd2423B/info.json
deleted file mode 100644
index 5854fbec45364..0000000000000
--- a/blockchains/ethereum/assets/0xD01DB73E047855Efb414e6202098C4Be4Cd2423B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Uquid Coin",
- "symbol": "UQC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://uquidcoin.com/",
- "explorer": "https://etherscan.io/token/0xD01DB73E047855Efb414e6202098C4Be4Cd2423B",
- "status": "abandoned",
- "id": "0xD01DB73E047855Efb414e6202098C4Be4Cd2423B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD01DB73E047855Efb414e6202098C4Be4Cd2423B/logo.png b/blockchains/ethereum/assets/0xD01DB73E047855Efb414e6202098C4Be4Cd2423B/logo.png
deleted file mode 100644
index ea4cfb2308b85..0000000000000
Binary files a/blockchains/ethereum/assets/0xD01DB73E047855Efb414e6202098C4Be4Cd2423B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD01ef7C0A5d8c432fc2d1a85c66cF2327362E5C6/info.json b/blockchains/ethereum/assets/0xD01ef7C0A5d8c432fc2d1a85c66cF2327362E5C6/info.json
deleted file mode 100644
index 1ca1df8581ddd..0000000000000
--- a/blockchains/ethereum/assets/0xD01ef7C0A5d8c432fc2d1a85c66cF2327362E5C6/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "aETHb",
- "website": "https://stkr.io/",
- "description": "aETHb is a reward-earing bond that enables instant liquidity for staked ETH tokens in Ethereum 2.0 network.",
- "explorer": "https://etherscan.io/token/0xD01ef7C0A5d8c432fc2d1a85c66cF2327362E5C6",
- "type": "ERC20",
- "symbol": "aETHb",
- "decimals": 18,
- "status": "active",
- "id": "0xD01ef7C0A5d8c432fc2d1a85c66cF2327362E5C6",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Ankr-network/stkr-smartcontract"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Ankr"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ankrnetwork"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ankr-network"
- },
- {
- "name": "whitepaper",
- "url": "https://assets.ankr.com/files/stkr_whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD01ef7C0A5d8c432fc2d1a85c66cF2327362E5C6/logo.png b/blockchains/ethereum/assets/0xD01ef7C0A5d8c432fc2d1a85c66cF2327362E5C6/logo.png
deleted file mode 100644
index dbcedce4ceb6d..0000000000000
Binary files a/blockchains/ethereum/assets/0xD01ef7C0A5d8c432fc2d1a85c66cF2327362E5C6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD0352a019e9AB9d757776F532377aAEbd36Fd541/info.json b/blockchains/ethereum/assets/0xD0352a019e9AB9d757776F532377aAEbd36Fd541/info.json
deleted file mode 100644
index 2c862f43a2acb..0000000000000
--- a/blockchains/ethereum/assets/0xD0352a019e9AB9d757776F532377aAEbd36Fd541/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fusion Token",
- "symbol": "FSN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD0352a019e9AB9d757776F532377aAEbd36Fd541",
- "status": "abandoned",
- "id": "0xD0352a019e9AB9d757776F532377aAEbd36Fd541"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD0352a019e9AB9d757776F532377aAEbd36Fd541/logo.png b/blockchains/ethereum/assets/0xD0352a019e9AB9d757776F532377aAEbd36Fd541/logo.png
deleted file mode 100644
index 790d8dfe1a574..0000000000000
Binary files a/blockchains/ethereum/assets/0xD0352a019e9AB9d757776F532377aAEbd36Fd541/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD04785C4d8195e4A54d9dEc3a9043872875ae9E2/info.json b/blockchains/ethereum/assets/0xD04785C4d8195e4A54d9dEc3a9043872875ae9E2/info.json
deleted file mode 100644
index 3a2f34694d0d9..0000000000000
--- a/blockchains/ethereum/assets/0xD04785C4d8195e4A54d9dEc3a9043872875ae9E2/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "RottenToken",
- "website": "https://rottenswap.org/",
- "description": "Earn RottenTokens by staking Uniswap liquidity. In addition, 2.5% of every RottenToken transfer is burned and turned into MaggotTokens.",
- "explorer": "https://etherscan.io/token/0xD04785C4d8195e4A54d9dEc3a9043872875ae9E2",
- "type": "ERC20",
- "symbol": "ROT",
- "decimals": 18,
- "status": "active",
- "id": "0xD04785C4d8195e4A54d9dEc3a9043872875ae9E2",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/rottenswap"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD04785C4d8195e4A54d9dEc3a9043872875ae9E2/logo.png b/blockchains/ethereum/assets/0xD04785C4d8195e4A54d9dEc3a9043872875ae9E2/logo.png
deleted file mode 100644
index 50de82c26ea3b..0000000000000
Binary files a/blockchains/ethereum/assets/0xD04785C4d8195e4A54d9dEc3a9043872875ae9E2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD049499E86f5ED97924Eb90fd5B15b9691bBC009/info.json b/blockchains/ethereum/assets/0xD049499E86f5ED97924Eb90fd5B15b9691bBC009/info.json
deleted file mode 100644
index 460b1d1f96a57..0000000000000
--- a/blockchains/ethereum/assets/0xD049499E86f5ED97924Eb90fd5B15b9691bBC009/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short ETH-WBTC v2",
- "symbol": "sETHwBTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD049499E86f5ED97924Eb90fd5B15b9691bBC009",
- "status": "abandoned",
- "id": "0xD049499E86f5ED97924Eb90fd5B15b9691bBC009"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD049499E86f5ED97924Eb90fd5B15b9691bBC009/logo.png b/blockchains/ethereum/assets/0xD049499E86f5ED97924Eb90fd5B15b9691bBC009/logo.png
deleted file mode 100644
index 54a106c2b3204..0000000000000
Binary files a/blockchains/ethereum/assets/0xD049499E86f5ED97924Eb90fd5B15b9691bBC009/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD057B63f5E69CF1B929b356b579Cba08D7688048/info.json b/blockchains/ethereum/assets/0xD057B63f5E69CF1B929b356b579Cba08D7688048/info.json
deleted file mode 100644
index 0c774f8642f88..0000000000000
--- a/blockchains/ethereum/assets/0xD057B63f5E69CF1B929b356b579Cba08D7688048/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "CoW Protocol Virtual Token",
- "website": "https://cow.fi/",
- "description": "CoW Protocol lets you swap assets MEV protected at the best exchange rate by leveraging its batch settlement layer built on top of AMMs and DEX Aggregators.",
- "explorer": "https://etherscan.io/token/0xD057B63f5E69CF1B929b356b579Cba08D7688048",
- "type": "ERC20",
- "symbol": "vCOW",
- "decimals": 18,
- "status": "active",
- "id": "0xD057B63f5E69CF1B929b356b579Cba08D7688048",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/gnosis/cowswap"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/MEVprotection"
- },
- {
- "name": "blog",
- "url": "https://cow.fi"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD057B63f5E69CF1B929b356b579Cba08D7688048/logo.png b/blockchains/ethereum/assets/0xD057B63f5E69CF1B929b356b579Cba08D7688048/logo.png
deleted file mode 100644
index 1dd63e79b0669..0000000000000
Binary files a/blockchains/ethereum/assets/0xD057B63f5E69CF1B929b356b579Cba08D7688048/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD07A5aAe8d66614de5e18a4EE32988A70dC20467/info.json b/blockchains/ethereum/assets/0xD07A5aAe8d66614de5e18a4EE32988A70dC20467/info.json
deleted file mode 100644
index 77f454dd2099b..0000000000000
--- a/blockchains/ethereum/assets/0xD07A5aAe8d66614de5e18a4EE32988A70dC20467/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R918449",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD07A5aAe8d66614de5e18a4EE32988A70dC20467",
- "status": "spam",
- "id": "0xD07A5aAe8d66614de5e18a4EE32988A70dC20467"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD07A5aAe8d66614de5e18a4EE32988A70dC20467/logo.png b/blockchains/ethereum/assets/0xD07A5aAe8d66614de5e18a4EE32988A70dC20467/logo.png
deleted file mode 100644
index c6fe7d242a42f..0000000000000
Binary files a/blockchains/ethereum/assets/0xD07A5aAe8d66614de5e18a4EE32988A70dC20467/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD07cf5787762fD5b30D7A706aE9c6Da17B8aB42d/info.json b/blockchains/ethereum/assets/0xD07cf5787762fD5b30D7A706aE9c6Da17B8aB42d/info.json
deleted file mode 100644
index 2b0b6efd3a11f..0000000000000
--- a/blockchains/ethereum/assets/0xD07cf5787762fD5b30D7A706aE9c6Da17B8aB42d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ABYDOS",
- "symbol": "ABYD",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD07cf5787762fD5b30D7A706aE9c6Da17B8aB42d",
- "status": "abandoned",
- "id": "0xD07cf5787762fD5b30D7A706aE9c6Da17B8aB42d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD07cf5787762fD5b30D7A706aE9c6Da17B8aB42d/logo.png b/blockchains/ethereum/assets/0xD07cf5787762fD5b30D7A706aE9c6Da17B8aB42d/logo.png
deleted file mode 100644
index e1ea584f8913c..0000000000000
Binary files a/blockchains/ethereum/assets/0xD07cf5787762fD5b30D7A706aE9c6Da17B8aB42d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD0Bd12A8D5EBCA1E2FA46dA59F1993EC51C3d75c/info.json b/blockchains/ethereum/assets/0xD0Bd12A8D5EBCA1E2FA46dA59F1993EC51C3d75c/info.json
deleted file mode 100644
index e9c3d29821c5c..0000000000000
--- a/blockchains/ethereum/assets/0xD0Bd12A8D5EBCA1E2FA46dA59F1993EC51C3d75c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BKEX Token",
- "symbol": "BK",
- "type": "ERC20",
- "decimals": 18,
- "description": "BKK is the Proof-of-Equity token of the BKEX trading platform with a 'transaction is mining' mechanism.",
- "website": "https://www.bkex.com/",
- "explorer": "https://etherscan.io/token/0xD0Bd12A8D5EBCA1E2FA46dA59F1993EC51C3d75c",
- "status": "active",
- "id": "0xD0Bd12A8D5EBCA1E2FA46dA59F1993EC51C3d75c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD0Bd12A8D5EBCA1E2FA46dA59F1993EC51C3d75c/logo.png b/blockchains/ethereum/assets/0xD0Bd12A8D5EBCA1E2FA46dA59F1993EC51C3d75c/logo.png
deleted file mode 100644
index 936b7584cee5b..0000000000000
Binary files a/blockchains/ethereum/assets/0xD0Bd12A8D5EBCA1E2FA46dA59F1993EC51C3d75c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD0Bf154768b0f1f8Cba50daA8960C285CE4c67f2/info.json b/blockchains/ethereum/assets/0xD0Bf154768b0f1f8Cba50daA8960C285CE4c67f2/info.json
deleted file mode 100644
index 685c6eab091b6..0000000000000
--- a/blockchains/ethereum/assets/0xD0Bf154768b0f1f8Cba50daA8960C285CE4c67f2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UrBen",
- "symbol": "URBEN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD0Bf154768b0f1f8Cba50daA8960C285CE4c67f2",
- "status": "abandoned",
- "id": "0xD0Bf154768b0f1f8Cba50daA8960C285CE4c67f2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD0Bf154768b0f1f8Cba50daA8960C285CE4c67f2/logo.png b/blockchains/ethereum/assets/0xD0Bf154768b0f1f8Cba50daA8960C285CE4c67f2/logo.png
deleted file mode 100644
index e19b593c92537..0000000000000
Binary files a/blockchains/ethereum/assets/0xD0Bf154768b0f1f8Cba50daA8960C285CE4c67f2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD0C4Ad14f872BcDf7c3Cc2bae99279ab5cDEaD30/info.json b/blockchains/ethereum/assets/0xD0C4Ad14f872BcDf7c3Cc2bae99279ab5cDEaD30/info.json
deleted file mode 100644
index 2f92703e6309a..0000000000000
--- a/blockchains/ethereum/assets/0xD0C4Ad14f872BcDf7c3Cc2bae99279ab5cDEaD30/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Epacoin ",
- "symbol": "EPC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.epacoin.org/",
- "explorer": "https://etherscan.io/token/0xD0C4Ad14f872BcDf7c3Cc2bae99279ab5cDEaD30",
- "status": "abandoned",
- "id": "0xD0C4Ad14f872BcDf7c3Cc2bae99279ab5cDEaD30"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD0C4Ad14f872BcDf7c3Cc2bae99279ab5cDEaD30/logo.png b/blockchains/ethereum/assets/0xD0C4Ad14f872BcDf7c3Cc2bae99279ab5cDEaD30/logo.png
deleted file mode 100644
index 0a16e34c32189..0000000000000
Binary files a/blockchains/ethereum/assets/0xD0C4Ad14f872BcDf7c3Cc2bae99279ab5cDEaD30/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD0D42005e7B3c0812b1268F0e5FAF97Ff2423651/info.json b/blockchains/ethereum/assets/0xD0D42005e7B3c0812b1268F0e5FAF97Ff2423651/info.json
deleted file mode 100644
index 87bac2844eb72..0000000000000
--- a/blockchains/ethereum/assets/0xD0D42005e7B3c0812b1268F0e5FAF97Ff2423651/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "KOROMARU",
- "type": "ERC20",
- "symbol": "KOROMARU",
- "decimals": 9,
- "website": "https://koromaruinu.net/",
- "description": "KOROMARU is a hybrid dog/anime/gaming meme token benefitting investors and expanding our reach into budding gaming ecosystems.",
- "explorer": "https://etherscan.io/token/0xd0d42005e7b3c0812b1268f0e5faf97ff2423651",
- "status": "active",
- "id": "0xD0D42005e7B3c0812b1268F0e5FAF97Ff2423651",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/KoromaruInu"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/koromaru/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/koromaru"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD0D42005e7B3c0812b1268F0e5FAF97Ff2423651/logo.png b/blockchains/ethereum/assets/0xD0D42005e7B3c0812b1268F0e5FAF97Ff2423651/logo.png
deleted file mode 100644
index 8397507a4cdca..0000000000000
Binary files a/blockchains/ethereum/assets/0xD0D42005e7B3c0812b1268F0e5FAF97Ff2423651/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD0D6D6C5Fe4a677D343cC433536BB717bAe167dD/info.json b/blockchains/ethereum/assets/0xD0D6D6C5Fe4a677D343cC433536BB717bAe167dD/info.json
deleted file mode 100644
index 266b2ead5311b..0000000000000
--- a/blockchains/ethereum/assets/0xD0D6D6C5Fe4a677D343cC433536BB717bAe167dD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AdToken",
- "symbol": "ADT",
- "type": "ERC20",
- "decimals": 9,
- "description": "adChain is a browser agnostic Ethereum based solution for digital advertising that seamlessly integrates with pre-existing RTB and programmatic industry standards.",
- "website": "https://adtoken.com/",
- "explorer": "https://etherscan.io/token/0xD0D6D6C5Fe4a677D343cC433536BB717bAe167dD",
- "status": "active",
- "id": "0xD0D6D6C5Fe4a677D343cC433536BB717bAe167dD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD0D6D6C5Fe4a677D343cC433536BB717bAe167dD/logo.png b/blockchains/ethereum/assets/0xD0D6D6C5Fe4a677D343cC433536BB717bAe167dD/logo.png
deleted file mode 100755
index baef0b5d281b3..0000000000000
Binary files a/blockchains/ethereum/assets/0xD0D6D6C5Fe4a677D343cC433536BB717bAe167dD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD0D824e2C6843c3ce4c8E22fB1d31a4d9b0212eC/info.json b/blockchains/ethereum/assets/0xD0D824e2C6843c3ce4c8E22fB1d31a4d9b0212eC/info.json
deleted file mode 100644
index ab5d75c479191..0000000000000
--- a/blockchains/ethereum/assets/0xD0D824e2C6843c3ce4c8E22fB1d31a4d9b0212eC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "vEGP",
- "symbol": "vEGP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD0D824e2C6843c3ce4c8E22fB1d31a4d9b0212eC",
- "status": "abandoned",
- "id": "0xD0D824e2C6843c3ce4c8E22fB1d31a4d9b0212eC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD0D824e2C6843c3ce4c8E22fB1d31a4d9b0212eC/logo.png b/blockchains/ethereum/assets/0xD0D824e2C6843c3ce4c8E22fB1d31a4d9b0212eC/logo.png
deleted file mode 100644
index 487d052e85459..0000000000000
Binary files a/blockchains/ethereum/assets/0xD0D824e2C6843c3ce4c8E22fB1d31a4d9b0212eC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD0a4b8946Cb52f0661273bfbC6fD0E0C75Fc6433/info.json b/blockchains/ethereum/assets/0xD0a4b8946Cb52f0661273bfbC6fD0E0C75Fc6433/info.json
deleted file mode 100644
index 99d6954030d47..0000000000000
--- a/blockchains/ethereum/assets/0xD0a4b8946Cb52f0661273bfbC6fD0E0C75Fc6433/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Storm Token",
- "symbol": "STORM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD0a4b8946Cb52f0661273bfbC6fD0E0C75Fc6433",
- "status": "abandoned",
- "id": "0xD0a4b8946Cb52f0661273bfbC6fD0E0C75Fc6433"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD0a4b8946Cb52f0661273bfbC6fD0E0C75Fc6433/logo.png b/blockchains/ethereum/assets/0xD0a4b8946Cb52f0661273bfbC6fD0E0C75Fc6433/logo.png
deleted file mode 100644
index 6eb223a872a99..0000000000000
Binary files a/blockchains/ethereum/assets/0xD0a4b8946Cb52f0661273bfbC6fD0E0C75Fc6433/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c/info.json b/blockchains/ethereum/assets/0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c/info.json
deleted file mode 100644
index 79750d79fb7e0..0000000000000
--- a/blockchains/ethereum/assets/0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ultra Token",
- "symbol": "UOS",
- "type": "ERC20",
- "decimals": 4,
- "description": "Ultra describes itself as a blockchain-based, PC game distribution platform designed to provide both gamers and game developers with new opportunities. It consists of an ecosystem where gamers can, on top of buying and playing games, resell their used games and items, and earn money through their participation in Ultra.",
- "website": "https://ultra.io/",
- "explorer": "https://etherscan.io/token/0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c",
- "status": "active",
- "id": "0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c/logo.png b/blockchains/ethereum/assets/0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c/logo.png
deleted file mode 100644
index 20ef7e4a4eb0d..0000000000000
Binary files a/blockchains/ethereum/assets/0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD13cfD3133239a3c73a9E535A5c4DadEE36b395c/info.json b/blockchains/ethereum/assets/0xD13cfD3133239a3c73a9E535A5c4DadEE36b395c/info.json
deleted file mode 100644
index 716ab1606a54d..0000000000000
--- a/blockchains/ethereum/assets/0xD13cfD3133239a3c73a9E535A5c4DadEE36b395c/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "VAIOT",
- "type": "ERC20",
- "symbol": "VAI",
- "decimals": 18,
- "website": "https://vaiot.ai/en",
- "description": "VAIOT offers a portfolio of blockchain-based AI assistants for businesses and consumers to provide automated services and transactions.",
- "explorer": "https://etherscan.io/token/0xD13cfD3133239a3c73a9E535A5c4DadEE36b395c",
- "status": "active",
- "id": "0xD13cfD3133239a3c73a9E535A5c4DadEE36b395c",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/VAIOT_LTD"
- },
- {
- "name": "telegram",
- "url": "https://t.me/VAIOT_Community"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/vaiot/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/vaiot/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD13cfD3133239a3c73a9E535A5c4DadEE36b395c/logo.png b/blockchains/ethereum/assets/0xD13cfD3133239a3c73a9E535A5c4DadEE36b395c/logo.png
deleted file mode 100644
index 39b73c08d4ebb..0000000000000
Binary files a/blockchains/ethereum/assets/0xD13cfD3133239a3c73a9E535A5c4DadEE36b395c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD1670Cb7c01987a8DdD6976C4894463460Eeb8a2/info.json b/blockchains/ethereum/assets/0xD1670Cb7c01987a8DdD6976C4894463460Eeb8a2/info.json
deleted file mode 100644
index 6e4e53ddb6434..0000000000000
--- a/blockchains/ethereum/assets/0xD1670Cb7c01987a8DdD6976C4894463460Eeb8a2/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "DMM: USDK",
- "website": "https://defimoneymarket.com",
- "description": "mToken wrapper for USDK",
- "explorer": "https://etherscan.io/token/0xD1670Cb7c01987a8DdD6976C4894463460Eeb8a2",
- "type": "ERC20",
- "symbol": "mUSDK",
- "decimals": 18,
- "status": "active",
- "id": "0xD1670Cb7c01987a8DdD6976C4894463460Eeb8a2",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/DMMDAO"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/DMMDAO"
- },
- {
- "name": "medium",
- "url": "https://medium.com/dmm-dao"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD1670Cb7c01987a8DdD6976C4894463460Eeb8a2/logo.png b/blockchains/ethereum/assets/0xD1670Cb7c01987a8DdD6976C4894463460Eeb8a2/logo.png
deleted file mode 100644
index cbbc5761413d8..0000000000000
Binary files a/blockchains/ethereum/assets/0xD1670Cb7c01987a8DdD6976C4894463460Eeb8a2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD178b20c6007572bD1FD01D205cC20D32B4A6015/info.json b/blockchains/ethereum/assets/0xD178b20c6007572bD1FD01D205cC20D32B4A6015/info.json
deleted file mode 100644
index 1774cbe330a2d..0000000000000
--- a/blockchains/ethereum/assets/0xD178b20c6007572bD1FD01D205cC20D32B4A6015/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "aidus",
- "symbol": "AID",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD178b20c6007572bD1FD01D205cC20D32B4A6015",
- "status": "abandoned",
- "id": "0xD178b20c6007572bD1FD01D205cC20D32B4A6015"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD178b20c6007572bD1FD01D205cC20D32B4A6015/logo.png b/blockchains/ethereum/assets/0xD178b20c6007572bD1FD01D205cC20D32B4A6015/logo.png
deleted file mode 100644
index 1a18e0035f5dc..0000000000000
Binary files a/blockchains/ethereum/assets/0xD178b20c6007572bD1FD01D205cC20D32B4A6015/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD1E10C37A27d95D95720291b1Dc6f12F74C71443/info.json b/blockchains/ethereum/assets/0xD1E10C37A27d95D95720291b1Dc6f12F74C71443/info.json
deleted file mode 100644
index 6b5c2f9bd8712..0000000000000
--- a/blockchains/ethereum/assets/0xD1E10C37A27d95D95720291b1Dc6f12F74C71443/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cosmo Coin",
- "type": "ERC20",
- "symbol": "COSM",
- "decimals": 18,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0xd1e10c37a27d95d95720291b1dc6f12f74c71443",
- "status": "active",
- "id": "0xD1E10C37A27d95D95720291b1Dc6f12F74C71443"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD1E10C37A27d95D95720291b1Dc6f12F74C71443/logo.png b/blockchains/ethereum/assets/0xD1E10C37A27d95D95720291b1Dc6f12F74C71443/logo.png
deleted file mode 100644
index 65cbb3ec6890d..0000000000000
Binary files a/blockchains/ethereum/assets/0xD1E10C37A27d95D95720291b1Dc6f12F74C71443/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD1F95941d9a69e875F7f51F04e5F214F8114E730/info.json b/blockchains/ethereum/assets/0xD1F95941d9a69e875F7f51F04e5F214F8114E730/info.json
deleted file mode 100644
index f4a22cd0c5cd0..0000000000000
--- a/blockchains/ethereum/assets/0xD1F95941d9a69e875F7f51F04e5F214F8114E730/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Exzie",
- "symbol": "EXZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD1F95941d9a69e875F7f51F04e5F214F8114E730",
- "status": "abandoned",
- "id": "0xD1F95941d9a69e875F7f51F04e5F214F8114E730"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD1F95941d9a69e875F7f51F04e5F214F8114E730/logo.png b/blockchains/ethereum/assets/0xD1F95941d9a69e875F7f51F04e5F214F8114E730/logo.png
deleted file mode 100644
index 31e8653f5ee46..0000000000000
Binary files a/blockchains/ethereum/assets/0xD1F95941d9a69e875F7f51F04e5F214F8114E730/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD1b8D649Ba4C65Fdc382515E27E3B470Dc9a0585/info.json b/blockchains/ethereum/assets/0xD1b8D649Ba4C65Fdc382515E27E3B470Dc9a0585/info.json
deleted file mode 100644
index 79a5e4e66f649..0000000000000
--- a/blockchains/ethereum/assets/0xD1b8D649Ba4C65Fdc382515E27E3B470Dc9a0585/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WrapECO",
- "website": "https://ecocelium.io",
- "description": "Wrapped version of Ormeus Ecosystem (ECO)",
- "explorer": "https://etherscan.io/token/0xD1b8D649Ba4C65Fdc382515E27E3B470Dc9a0585",
- "type": "ERC20",
- "symbol": "eECO",
- "decimals": 8,
- "status": "active",
- "id": "0xD1b8D649Ba4C65Fdc382515E27E3B470Dc9a0585"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD1b8D649Ba4C65Fdc382515E27E3B470Dc9a0585/logo.png b/blockchains/ethereum/assets/0xD1b8D649Ba4C65Fdc382515E27E3B470Dc9a0585/logo.png
deleted file mode 100644
index 5d575bc1be177..0000000000000
Binary files a/blockchains/ethereum/assets/0xD1b8D649Ba4C65Fdc382515E27E3B470Dc9a0585/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD1eED78FdB470d20aCfa35329879b5051eE68738/info.json b/blockchains/ethereum/assets/0xD1eED78FdB470d20aCfa35329879b5051eE68738/info.json
deleted file mode 100644
index 7ad3ccc6c52e5..0000000000000
--- a/blockchains/ethereum/assets/0xD1eED78FdB470d20aCfa35329879b5051eE68738/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Loopie",
- "symbol": "LOOPIE",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD1eED78FdB470d20aCfa35329879b5051eE68738",
- "status": "abandoned",
- "id": "0xD1eED78FdB470d20aCfa35329879b5051eE68738"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD1eED78FdB470d20aCfa35329879b5051eE68738/logo.png b/blockchains/ethereum/assets/0xD1eED78FdB470d20aCfa35329879b5051eE68738/logo.png
deleted file mode 100644
index d64695e457ee7..0000000000000
Binary files a/blockchains/ethereum/assets/0xD1eED78FdB470d20aCfa35329879b5051eE68738/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD1ef9a7310D0806855C672288EF5a1BAB62ceF33/info.json b/blockchains/ethereum/assets/0xD1ef9a7310D0806855C672288EF5a1BAB62ceF33/info.json
deleted file mode 100644
index 776f58357fcf3..0000000000000
--- a/blockchains/ethereum/assets/0xD1ef9a7310D0806855C672288EF5a1BAB62ceF33/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BELIEVER",
- "symbol": "BLVR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.believercards.com/",
- "explorer": "https://etherscan.io/token/0xD1ef9a7310D0806855C672288EF5a1BAB62ceF33",
- "status": "active",
- "id": "0xD1ef9a7310D0806855C672288EF5a1BAB62ceF33"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD1ef9a7310D0806855C672288EF5a1BAB62ceF33/logo.png b/blockchains/ethereum/assets/0xD1ef9a7310D0806855C672288EF5a1BAB62ceF33/logo.png
deleted file mode 100644
index f9aa141b564cd..0000000000000
Binary files a/blockchains/ethereum/assets/0xD1ef9a7310D0806855C672288EF5a1BAB62ceF33/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD20fb5cf926Dc29c88f64725e6f911f40f7bf531/info.json b/blockchains/ethereum/assets/0xD20fb5cf926Dc29c88f64725e6f911f40f7bf531/info.json
deleted file mode 100644
index ef58084074690..0000000000000
--- a/blockchains/ethereum/assets/0xD20fb5cf926Dc29c88f64725e6f911f40f7bf531/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PALA INT COMM",
- "symbol": "pala",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD20fb5cf926Dc29c88f64725e6f911f40f7bf531",
- "status": "abandoned",
- "id": "0xD20fb5cf926Dc29c88f64725e6f911f40f7bf531"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD20fb5cf926Dc29c88f64725e6f911f40f7bf531/logo.png b/blockchains/ethereum/assets/0xD20fb5cf926Dc29c88f64725e6f911f40f7bf531/logo.png
deleted file mode 100644
index 3f835ab663310..0000000000000
Binary files a/blockchains/ethereum/assets/0xD20fb5cf926Dc29c88f64725e6f911f40f7bf531/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD236487c9BB6ddb1808d52c1C03B6b25B2486810/info.json b/blockchains/ethereum/assets/0xD236487c9BB6ddb1808d52c1C03B6b25B2486810/info.json
deleted file mode 100644
index 4a0c490a2d30e..0000000000000
--- a/blockchains/ethereum/assets/0xD236487c9BB6ddb1808d52c1C03B6b25B2486810/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LPChain",
- "symbol": "LP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD236487c9BB6ddb1808d52c1C03B6b25B2486810",
- "status": "abandoned",
- "id": "0xD236487c9BB6ddb1808d52c1C03B6b25B2486810"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD236487c9BB6ddb1808d52c1C03B6b25B2486810/logo.png b/blockchains/ethereum/assets/0xD236487c9BB6ddb1808d52c1C03B6b25B2486810/logo.png
deleted file mode 100644
index 6b0ba6f79c995..0000000000000
Binary files a/blockchains/ethereum/assets/0xD236487c9BB6ddb1808d52c1C03B6b25B2486810/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD23Ac27148aF6A2f339BD82D0e3CFF380b5093de/info.json b/blockchains/ethereum/assets/0xD23Ac27148aF6A2f339BD82D0e3CFF380b5093de/info.json
deleted file mode 100644
index e37bb66fceb2f..0000000000000
--- a/blockchains/ethereum/assets/0xD23Ac27148aF6A2f339BD82D0e3CFF380b5093de/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "SIREN",
- "website": "https://sirenmarkets.com",
- "description": "SIREN is a distributed protocol for creating, trading, and redeeming fully-collateralized options contracts for any ERC-20 token on Ethereum. Options are a financial primitive from which one can build many different more complex financial instruments.",
- "explorer": "https://etherscan.io/token/0xD23Ac27148aF6A2f339BD82D0e3CFF380b5093de",
- "type": "ERC20",
- "symbol": "SI",
- "decimals": 18,
- "status": "active",
- "id": "0xD23Ac27148aF6A2f339BD82D0e3CFF380b5093de",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/sirenmarkets/core"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/sirenprotocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD23Ac27148aF6A2f339BD82D0e3CFF380b5093de/logo.png b/blockchains/ethereum/assets/0xD23Ac27148aF6A2f339BD82D0e3CFF380b5093de/logo.png
deleted file mode 100644
index 40cf8a81fcef9..0000000000000
Binary files a/blockchains/ethereum/assets/0xD23Ac27148aF6A2f339BD82D0e3CFF380b5093de/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD26B63194F70E0939393D23D3A5b1ed6BDE5f835/info.json b/blockchains/ethereum/assets/0xD26B63194F70E0939393D23D3A5b1ed6BDE5f835/info.json
deleted file mode 100644
index a6acc93fa6c83..0000000000000
--- a/blockchains/ethereum/assets/0xD26B63194F70E0939393D23D3A5b1ed6BDE5f835/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SunPower",
- "symbol": "SP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD26B63194F70E0939393D23D3A5b1ed6BDE5f835",
- "status": "abandoned",
- "id": "0xD26B63194F70E0939393D23D3A5b1ed6BDE5f835"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD26B63194F70E0939393D23D3A5b1ed6BDE5f835/logo.png b/blockchains/ethereum/assets/0xD26B63194F70E0939393D23D3A5b1ed6BDE5f835/logo.png
deleted file mode 100755
index 7ad13cff92abc..0000000000000
Binary files a/blockchains/ethereum/assets/0xD26B63194F70E0939393D23D3A5b1ed6BDE5f835/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD27D76A1bA55ce5C0291CCd04feBBe793D22ebF4/info.json b/blockchains/ethereum/assets/0xD27D76A1bA55ce5C0291CCd04feBBe793D22ebF4/info.json
deleted file mode 100644
index 51f13aa3fe52b..0000000000000
--- a/blockchains/ethereum/assets/0xD27D76A1bA55ce5C0291CCd04feBBe793D22ebF4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Benepit",
- "symbol": "BNP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.benepit.io/",
- "explorer": "https://etherscan.io/token/0xD27D76A1bA55ce5C0291CCd04feBBe793D22ebF4",
- "status": "abandoned",
- "id": "0xD27D76A1bA55ce5C0291CCd04feBBe793D22ebF4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD27D76A1bA55ce5C0291CCd04feBBe793D22ebF4/logo.png b/blockchains/ethereum/assets/0xD27D76A1bA55ce5C0291CCd04feBBe793D22ebF4/logo.png
deleted file mode 100644
index ba9bd835cf28d..0000000000000
Binary files a/blockchains/ethereum/assets/0xD27D76A1bA55ce5C0291CCd04feBBe793D22ebF4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD291E7a03283640FDc51b121aC401383A46cC623/info.json b/blockchains/ethereum/assets/0xD291E7a03283640FDc51b121aC401383A46cC623/info.json
deleted file mode 100644
index c6a7bd3474686..0000000000000
--- a/blockchains/ethereum/assets/0xD291E7a03283640FDc51b121aC401383A46cC623/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "Rari Governance Token (RGT)",
- "type": "ERC20",
- "symbol": "RGT",
- "decimals": 18,
- "website": "https://rari.capital",
- "description": "The Rari Governance Token is the native token behind Rari Capital.",
- "explorer": "https://etherscan.io/token/0xD291E7a03283640FDc51b121aC401383A46cC623",
- "status": "active",
- "id": "0xD291E7a03283640FDc51b121aC401383A46cC623",
- "tags": [
- "defi",
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD291E7a03283640FDc51b121aC401383A46cC623/logo.png b/blockchains/ethereum/assets/0xD291E7a03283640FDc51b121aC401383A46cC623/logo.png
deleted file mode 100644
index af7aa3d1beb13..0000000000000
Binary files a/blockchains/ethereum/assets/0xD291E7a03283640FDc51b121aC401383A46cC623/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD29F0b5b3F50b07Fe9a9511F7d86F4f4bAc3f8c4/info.json b/blockchains/ethereum/assets/0xD29F0b5b3F50b07Fe9a9511F7d86F4f4bAc3f8c4/info.json
deleted file mode 100644
index 2da6b709c9816..0000000000000
--- a/blockchains/ethereum/assets/0xD29F0b5b3F50b07Fe9a9511F7d86F4f4bAc3f8c4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Liquidity.Network",
- "symbol": "LQD",
- "type": "ERC20",
- "decimals": 18,
- "description": "Liquidity Network is set to launch a new scalable off-chain payment system which allows Ethereum users to make payments without costly transaction fees. By utilising payment hubs, Liquidity.Network allows multiple users to send cost efficient Ethereum micropayments for the very first time.",
- "website": "https://liquidity.network/",
- "explorer": "https://etherscan.io/token/0xD29F0b5b3F50b07Fe9a9511F7d86F4f4bAc3f8c4",
- "status": "active",
- "id": "0xD29F0b5b3F50b07Fe9a9511F7d86F4f4bAc3f8c4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD29F0b5b3F50b07Fe9a9511F7d86F4f4bAc3f8c4/logo.png b/blockchains/ethereum/assets/0xD29F0b5b3F50b07Fe9a9511F7d86F4f4bAc3f8c4/logo.png
deleted file mode 100644
index 2d43cae9173bf..0000000000000
Binary files a/blockchains/ethereum/assets/0xD29F0b5b3F50b07Fe9a9511F7d86F4f4bAc3f8c4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD2B6C055B915cbA38490b586A9E22AAfCc3a15cc/info.json b/blockchains/ethereum/assets/0xD2B6C055B915cbA38490b586A9E22AAfCc3a15cc/info.json
deleted file mode 100644
index ab34b4b75d044..0000000000000
--- a/blockchains/ethereum/assets/0xD2B6C055B915cbA38490b586A9E22AAfCc3a15cc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short ZRX-DAI 4x v2",
- "symbol": "dsZRX4x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD2B6C055B915cbA38490b586A9E22AAfCc3a15cc",
- "status": "abandoned",
- "id": "0xD2B6C055B915cbA38490b586A9E22AAfCc3a15cc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD2B6C055B915cbA38490b586A9E22AAfCc3a15cc/logo.png b/blockchains/ethereum/assets/0xD2B6C055B915cbA38490b586A9E22AAfCc3a15cc/logo.png
deleted file mode 100644
index 4b02f9c8fe59f..0000000000000
Binary files a/blockchains/ethereum/assets/0xD2B6C055B915cbA38490b586A9E22AAfCc3a15cc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD2B93f66FD68c5572BFB8EBf45E2Bd7968B38113/info.json b/blockchains/ethereum/assets/0xD2B93f66FD68c5572BFB8EBf45E2Bd7968B38113/info.json
deleted file mode 100644
index da4ee5f4c7dd3..0000000000000
--- a/blockchains/ethereum/assets/0xD2B93f66FD68c5572BFB8EBf45E2Bd7968B38113/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Catnip",
- "website": "https://nyan.finance",
- "description": "Catnip($NIP) is a reward token for staking $NYAN and the main source of investment funds.",
- "explorer": "https://etherscan.io/token/0xD2B93f66FD68c5572BFB8EBf45E2Bd7968B38113",
- "type": "ERC20",
- "symbol": "NIP",
- "decimals": 18,
- "status": "active",
- "id": "0xD2B93f66FD68c5572BFB8EBf45E2Bd7968B38113",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/geass-zero/nyan.finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD2B93f66FD68c5572BFB8EBf45E2Bd7968B38113/logo.png b/blockchains/ethereum/assets/0xD2B93f66FD68c5572BFB8EBf45E2Bd7968B38113/logo.png
deleted file mode 100644
index f67d82ec5caa1..0000000000000
Binary files a/blockchains/ethereum/assets/0xD2B93f66FD68c5572BFB8EBf45E2Bd7968B38113/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD2Beb403A9856F9Ae83deab8dfcF286d7693010B/info.json b/blockchains/ethereum/assets/0xD2Beb403A9856F9Ae83deab8dfcF286d7693010B/info.json
deleted file mode 100644
index dd8e307e867a6..0000000000000
--- a/blockchains/ethereum/assets/0xD2Beb403A9856F9Ae83deab8dfcF286d7693010B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cubefinex",
- "symbol": "CFX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD2Beb403A9856F9Ae83deab8dfcF286d7693010B",
- "status": "abandoned",
- "id": "0xD2Beb403A9856F9Ae83deab8dfcF286d7693010B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD2Beb403A9856F9Ae83deab8dfcF286d7693010B/logo.png b/blockchains/ethereum/assets/0xD2Beb403A9856F9Ae83deab8dfcF286d7693010B/logo.png
deleted file mode 100644
index d46b5a49b5d1d..0000000000000
Binary files a/blockchains/ethereum/assets/0xD2Beb403A9856F9Ae83deab8dfcF286d7693010B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD2E8F88dDdb95704C17E78E1cb07Ae3812DdfA24/info.json b/blockchains/ethereum/assets/0xD2E8F88dDdb95704C17E78E1cb07Ae3812DdfA24/info.json
deleted file mode 100644
index e0b0512613918..0000000000000
--- a/blockchains/ethereum/assets/0xD2E8F88dDdb95704C17E78E1cb07Ae3812DdfA24/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HacToken",
- "symbol": "HAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD2E8F88dDdb95704C17E78E1cb07Ae3812DdfA24",
- "status": "abandoned",
- "id": "0xD2E8F88dDdb95704C17E78E1cb07Ae3812DdfA24"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD2E8F88dDdb95704C17E78E1cb07Ae3812DdfA24/logo.png b/blockchains/ethereum/assets/0xD2E8F88dDdb95704C17E78E1cb07Ae3812DdfA24/logo.png
deleted file mode 100644
index 28d7666fc685b..0000000000000
Binary files a/blockchains/ethereum/assets/0xD2E8F88dDdb95704C17E78E1cb07Ae3812DdfA24/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD2ba41A2a69Ff8CF1C77E08d249Ea02A229E04A1/info.json b/blockchains/ethereum/assets/0xD2ba41A2a69Ff8CF1C77E08d249Ea02A229E04A1/info.json
deleted file mode 100644
index 027a58fbd6a81..0000000000000
--- a/blockchains/ethereum/assets/0xD2ba41A2a69Ff8CF1C77E08d249Ea02A229E04A1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Planetagro",
- "symbol": "PAGRO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD2ba41A2a69Ff8CF1C77E08d249Ea02A229E04A1",
- "status": "abandoned",
- "id": "0xD2ba41A2a69Ff8CF1C77E08d249Ea02A229E04A1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD2ba41A2a69Ff8CF1C77E08d249Ea02A229E04A1/logo.png b/blockchains/ethereum/assets/0xD2ba41A2a69Ff8CF1C77E08d249Ea02A229E04A1/logo.png
deleted file mode 100755
index 4e77b9cbba062..0000000000000
Binary files a/blockchains/ethereum/assets/0xD2ba41A2a69Ff8CF1C77E08d249Ea02A229E04A1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD2bb16cf38Ca086Cab5128D5c25DE9477eBD596B/info.json b/blockchains/ethereum/assets/0xD2bb16cf38Ca086Cab5128D5c25DE9477eBD596B/info.json
deleted file mode 100644
index 3430aaa87df3b..0000000000000
--- a/blockchains/ethereum/assets/0xD2bb16cf38Ca086Cab5128D5c25DE9477eBD596B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "xCrypt Token",
- "symbol": "XCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.xcrypt.club/",
- "explorer": "https://etherscan.io/token/0xD2bb16cf38Ca086Cab5128D5c25DE9477eBD596B",
- "status": "abandoned",
- "id": "0xD2bb16cf38Ca086Cab5128D5c25DE9477eBD596B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD2bb16cf38Ca086Cab5128D5c25DE9477eBD596B/logo.png b/blockchains/ethereum/assets/0xD2bb16cf38Ca086Cab5128D5c25DE9477eBD596B/logo.png
deleted file mode 100644
index 6fc1d82e75cd9..0000000000000
Binary files a/blockchains/ethereum/assets/0xD2bb16cf38Ca086Cab5128D5c25DE9477eBD596B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD2d01dd6Aa7a2F5228c7c17298905A7C7E1dfE81/info.json b/blockchains/ethereum/assets/0xD2d01dd6Aa7a2F5228c7c17298905A7C7E1dfE81/info.json
deleted file mode 100644
index 519164476a3bb..0000000000000
--- a/blockchains/ethereum/assets/0xD2d01dd6Aa7a2F5228c7c17298905A7C7E1dfE81/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Onyx USD",
- "symbol": "OUSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD2d01dd6Aa7a2F5228c7c17298905A7C7E1dfE81",
- "status": "abandoned",
- "id": "0xD2d01dd6Aa7a2F5228c7c17298905A7C7E1dfE81"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD2d01dd6Aa7a2F5228c7c17298905A7C7E1dfE81/logo.png b/blockchains/ethereum/assets/0xD2d01dd6Aa7a2F5228c7c17298905A7C7E1dfE81/logo.png
deleted file mode 100644
index e0b286aa3715e..0000000000000
Binary files a/blockchains/ethereum/assets/0xD2d01dd6Aa7a2F5228c7c17298905A7C7E1dfE81/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD2dDa223b2617cB616c1580db421e4cFAe6a8a85/info.json b/blockchains/ethereum/assets/0xD2dDa223b2617cB616c1580db421e4cFAe6a8a85/info.json
deleted file mode 100644
index c357b23b8ff70..0000000000000
--- a/blockchains/ethereum/assets/0xD2dDa223b2617cB616c1580db421e4cFAe6a8a85/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bondly",
- "website": "https://www.bondly.finance",
- "description": "Bondly is an interoperable, transparent and portable swap protocol designed to revolutionize traditional escrow methods and make everyone into their own digital marketplace.",
- "explorer": "https://etherscan.io/token/0xD2dDa223b2617cB616c1580db421e4cFAe6a8a85",
- "type": "ERC20",
- "symbol": "BONDLY",
- "decimals": 18,
- "status": "abandoned",
- "id": "0xD2dDa223b2617cB616c1580db421e4cFAe6a8a85"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD31a59c85aE9D8edEFeC411D448f90841571b89c/info.json b/blockchains/ethereum/assets/0xD31a59c85aE9D8edEFeC411D448f90841571b89c/info.json
deleted file mode 100644
index 564af8e57e2bb..0000000000000
--- a/blockchains/ethereum/assets/0xD31a59c85aE9D8edEFeC411D448f90841571b89c/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "SOL (Portal)",
- "type": "ERC20",
- "symbol": "SOL",
- "decimals": 9,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://solana.com/",
- "explorer": "https://etherscan.io/token/0xD31a59c85aE9D8edEFeC411D448f90841571b89c",
- "status": "active",
- "id": "0xD31a59c85aE9D8edEFeC411D448f90841571b89c",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD31a59c85aE9D8edEFeC411D448f90841571b89c/logo.png b/blockchains/ethereum/assets/0xD31a59c85aE9D8edEFeC411D448f90841571b89c/logo.png
deleted file mode 100644
index 7a2e75fd77f1b..0000000000000
Binary files a/blockchains/ethereum/assets/0xD31a59c85aE9D8edEFeC411D448f90841571b89c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD33526068D116cE69F19A9ee46F0bd304F21A51f/info.json b/blockchains/ethereum/assets/0xD33526068D116cE69F19A9ee46F0bd304F21A51f/info.json
deleted file mode 100755
index b1545720280be..0000000000000
--- a/blockchains/ethereum/assets/0xD33526068D116cE69F19A9ee46F0bd304F21A51f/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Rocket Pool",
- "type": "ERC20",
- "symbol": "RPL",
- "decimals": 18,
- "website": "https://rocketpool.net",
- "description": "Rocket Pool Protocol (RPL) - Decentralised Proof of Stake Pool",
- "explorer": "https://etherscan.io/token/0xd33526068d116ce69f19a9ee46f0bd304f21a51f",
- "status": "active",
- "id": "0xD33526068D116cE69F19A9ee46F0bd304F21A51f",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Rocket_Pool"
- },
- {
- "name": "github",
- "url": "https://github.com/rocket-pool/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/rocketpool"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/rocketpool/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/rocket-pool"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0xD33526068D116cE69F19A9ee46F0bd304F21A51f/logo.png b/blockchains/ethereum/assets/0xD33526068D116cE69F19A9ee46F0bd304F21A51f/logo.png
deleted file mode 100755
index 7d5e9cdb0a94a..0000000000000
Binary files a/blockchains/ethereum/assets/0xD33526068D116cE69F19A9ee46F0bd304F21A51f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD36a0e7b741542208aE0fBb35453C893D0136625/info.json b/blockchains/ethereum/assets/0xD36a0e7b741542208aE0fBb35453C893D0136625/info.json
deleted file mode 100644
index 64a4504d3af5b..0000000000000
--- a/blockchains/ethereum/assets/0xD36a0e7b741542208aE0fBb35453C893D0136625/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ITO Utility Token",
- "website": "https://ito.network",
- "description": "The ITO Utility Token [IUT] is a vital component of the ITO Protocol crowdfunding model, giving participants instant liquidity on all tokenised pledges from ITOs.",
- "explorer": "https://etherscan.io/token/0xD36a0e7b741542208aE0fBb35453C893D0136625",
- "type": "ERC20",
- "symbol": "IUT",
- "decimals": 0,
- "status": "active",
- "id": "0xD36a0e7b741542208aE0fBb35453C893D0136625"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD36a0e7b741542208aE0fBb35453C893D0136625/logo.png b/blockchains/ethereum/assets/0xD36a0e7b741542208aE0fBb35453C893D0136625/logo.png
deleted file mode 100644
index b34db7afa8354..0000000000000
Binary files a/blockchains/ethereum/assets/0xD36a0e7b741542208aE0fBb35453C893D0136625/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD375a513692336cF9eEBCE5e38869B447948016f/info.json b/blockchains/ethereum/assets/0xD375a513692336cF9eEBCE5e38869B447948016f/info.json
deleted file mode 100644
index 9fde02fea6b4b..0000000000000
--- a/blockchains/ethereum/assets/0xD375a513692336cF9eEBCE5e38869B447948016f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ShaBiDeGongShi",
- "symbol": "ShaBi",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD375a513692336cF9eEBCE5e38869B447948016f",
- "status": "abandoned",
- "id": "0xD375a513692336cF9eEBCE5e38869B447948016f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD375a513692336cF9eEBCE5e38869B447948016f/logo.png b/blockchains/ethereum/assets/0xD375a513692336cF9eEBCE5e38869B447948016f/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0xD375a513692336cF9eEBCE5e38869B447948016f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD37EE7e4f452C6638c96536e68090De8cBcdb583/info.json b/blockchains/ethereum/assets/0xD37EE7e4f452C6638c96536e68090De8cBcdb583/info.json
deleted file mode 100644
index cd76e871a6934..0000000000000
--- a/blockchains/ethereum/assets/0xD37EE7e4f452C6638c96536e68090De8cBcdb583/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave GUSD",
- "symbol": "aGUSD",
- "type": "ERC20",
- "decimals": 2,
- "description": "Aave GUSD is an interest bearing token pegged 1:1 to the underlying GUSD deposited in Aave. aGUSD accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0xD37EE7e4f452C6638c96536e68090De8cBcdb583",
- "status": "active",
- "id": "0xD37EE7e4f452C6638c96536e68090De8cBcdb583"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD37EE7e4f452C6638c96536e68090De8cBcdb583/logo.png b/blockchains/ethereum/assets/0xD37EE7e4f452C6638c96536e68090De8cBcdb583/logo.png
deleted file mode 100644
index 045d297b76e8e..0000000000000
Binary files a/blockchains/ethereum/assets/0xD37EE7e4f452C6638c96536e68090De8cBcdb583/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD39a2CeCBA2657e125Ba6a5c98ad2F6b6D7E83FD/info.json b/blockchains/ethereum/assets/0xD39a2CeCBA2657e125Ba6a5c98ad2F6b6D7E83FD/info.json
deleted file mode 100644
index 2c41cecc1a05b..0000000000000
--- a/blockchains/ethereum/assets/0xD39a2CeCBA2657e125Ba6a5c98ad2F6b6D7E83FD/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Luxochain",
- "type": "ERC20",
- "symbol": "LUXO",
- "decimals": 18,
- "website": "https://www.luxochain.io/",
- "description": "The project's mission is to deliver sustainability, reputation, and authenticity into the luxury market. Tracing goods on the blockchain, from raw material up to the distribution chain.",
- "explorer": "https://etherscan.io/token/0xD39a2CeCBA2657e125Ba6a5c98ad2F6b6D7E83FD",
- "status": "active",
- "id": "0xD39a2CeCBA2657e125Ba6a5c98ad2F6b6D7E83FD",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/luxochain"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/luxochainbrand/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/luxochain/"
- }
- ],
- "tags": [
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD39a2CeCBA2657e125Ba6a5c98ad2F6b6D7E83FD/logo.png b/blockchains/ethereum/assets/0xD39a2CeCBA2657e125Ba6a5c98ad2F6b6D7E83FD/logo.png
deleted file mode 100644
index df237d67d1d02..0000000000000
Binary files a/blockchains/ethereum/assets/0xD39a2CeCBA2657e125Ba6a5c98ad2F6b6D7E83FD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD3C00772B24D997A812249ca637a921e81357701/info.json b/blockchains/ethereum/assets/0xD3C00772B24D997A812249ca637a921e81357701/info.json
deleted file mode 100644
index 1002782e77767..0000000000000
--- a/blockchains/ethereum/assets/0xD3C00772B24D997A812249ca637a921e81357701/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WILD Token",
- "symbol": "WILD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://wildcrypto.com/",
- "explorer": "https://etherscan.io/token/0xD3C00772B24D997A812249ca637a921e81357701",
- "status": "abandoned",
- "id": "0xD3C00772B24D997A812249ca637a921e81357701"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD3C00772B24D997A812249ca637a921e81357701/logo.png b/blockchains/ethereum/assets/0xD3C00772B24D997A812249ca637a921e81357701/logo.png
deleted file mode 100644
index c44fbd3131801..0000000000000
Binary files a/blockchains/ethereum/assets/0xD3C00772B24D997A812249ca637a921e81357701/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD3de2cFbD3F8B7d9364a02b5C103530Cae870D82/info.json b/blockchains/ethereum/assets/0xD3de2cFbD3F8B7d9364a02b5C103530Cae870D82/info.json
deleted file mode 100644
index f12be85b002bf..0000000000000
--- a/blockchains/ethereum/assets/0xD3de2cFbD3F8B7d9364a02b5C103530Cae870D82/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Diaspora",
- "symbol": "DIASPORA",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD3de2cFbD3F8B7d9364a02b5C103530Cae870D82",
- "status": "abandoned",
- "id": "0xD3de2cFbD3F8B7d9364a02b5C103530Cae870D82"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD3de2cFbD3F8B7d9364a02b5C103530Cae870D82/logo.png b/blockchains/ethereum/assets/0xD3de2cFbD3F8B7d9364a02b5C103530Cae870D82/logo.png
deleted file mode 100644
index 6811ae24908e8..0000000000000
Binary files a/blockchains/ethereum/assets/0xD3de2cFbD3F8B7d9364a02b5C103530Cae870D82/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD417144312DbF50465b1C641d016962017Ef6240/info.json b/blockchains/ethereum/assets/0xD417144312DbF50465b1C641d016962017Ef6240/info.json
deleted file mode 100644
index e96de4255d4ad..0000000000000
--- a/blockchains/ethereum/assets/0xD417144312DbF50465b1C641d016962017Ef6240/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Covalent",
- "website": "https://www.covalenthq.com/",
- "description": "Covalent provides a unified API bringing visibility to billions of blockchain data points.",
- "explorer": "https://etherscan.io/token/0xd417144312dbf50465b1c641d016962017ef6240",
- "type": "ERC20",
- "symbol": "CQT",
- "decimals": 18,
- "status": "active",
- "id": "0xD417144312DbF50465b1C641d016962017Ef6240",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/covalenthq"
- },
- {
- "name": "whitepaper",
- "url": "https://www.covalenthq.com/static/documents/Covalent%20Whitepaper%20Apr%202021%20v1%20Branded.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD417144312DbF50465b1C641d016962017Ef6240/logo.png b/blockchains/ethereum/assets/0xD417144312DbF50465b1C641d016962017Ef6240/logo.png
deleted file mode 100644
index 51c126c46fe4d..0000000000000
Binary files a/blockchains/ethereum/assets/0xD417144312DbF50465b1C641d016962017Ef6240/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD45247c07379d94904E0A87b4481F0a1DDfa0C64/info.json b/blockchains/ethereum/assets/0xD45247c07379d94904E0A87b4481F0a1DDfa0C64/info.json
deleted file mode 100644
index 310fb041c235d..0000000000000
--- a/blockchains/ethereum/assets/0xD45247c07379d94904E0A87b4481F0a1DDfa0C64/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Buggyra Coin Zero",
- "symbol": "BCZERO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://buggyracoinzero.com/",
- "explorer": "https://etherscan.io/token/0xD45247c07379d94904E0A87b4481F0a1DDfa0C64",
- "status": "abandoned",
- "id": "0xD45247c07379d94904E0A87b4481F0a1DDfa0C64"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD45247c07379d94904E0A87b4481F0a1DDfa0C64/logo.png b/blockchains/ethereum/assets/0xD45247c07379d94904E0A87b4481F0a1DDfa0C64/logo.png
deleted file mode 100755
index 03fdedfd1cf63..0000000000000
Binary files a/blockchains/ethereum/assets/0xD45247c07379d94904E0A87b4481F0a1DDfa0C64/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD46bA6D942050d489DBd938a2C909A5d5039A161/info.json b/blockchains/ethereum/assets/0xD46bA6D942050d489DBd938a2C909A5d5039A161/info.json
deleted file mode 100644
index 6b0f38d9d8e23..0000000000000
--- a/blockchains/ethereum/assets/0xD46bA6D942050d489DBd938a2C909A5d5039A161/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ampleforth",
- "website": "https://ampleforth.org",
- "description": "Ampleforth describes itself as smart commodity money. It is chain-agnostic and reportedly less-correlated to Bitcoin and other digital assets.",
- "explorer": "https://etherscan.io/token/0xD46bA6D942050d489DBd938a2C909A5d5039A161",
- "type": "ERC20",
- "symbol": "AMPL",
- "decimals": 9,
- "status": "active",
- "id": "0xD46bA6D942050d489DBd938a2C909A5d5039A161"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD46bA6D942050d489DBd938a2C909A5d5039A161/logo.png b/blockchains/ethereum/assets/0xD46bA6D942050d489DBd938a2C909A5d5039A161/logo.png
deleted file mode 100644
index da535f6df531d..0000000000000
Binary files a/blockchains/ethereum/assets/0xD46bA6D942050d489DBd938a2C909A5d5039A161/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD47774F8C580c3ebB7c81323F62A1D5c1eEcb232/info.json b/blockchains/ethereum/assets/0xD47774F8C580c3ebB7c81323F62A1D5c1eEcb232/info.json
deleted file mode 100644
index 58dab6a0f83c7..0000000000000
--- a/blockchains/ethereum/assets/0xD47774F8C580c3ebB7c81323F62A1D5c1eEcb232/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BlackBiT",
- "symbol": "BIB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD47774F8C580c3ebB7c81323F62A1D5c1eEcb232",
- "status": "abandoned",
- "id": "0xD47774F8C580c3ebB7c81323F62A1D5c1eEcb232"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD47774F8C580c3ebB7c81323F62A1D5c1eEcb232/logo.png b/blockchains/ethereum/assets/0xD47774F8C580c3ebB7c81323F62A1D5c1eEcb232/logo.png
deleted file mode 100644
index 030e4a3bb12f8..0000000000000
Binary files a/blockchains/ethereum/assets/0xD47774F8C580c3ebB7c81323F62A1D5c1eEcb232/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD478161C952357F05f0292B56012Cd8457F1cfbF/info.json b/blockchains/ethereum/assets/0xD478161C952357F05f0292B56012Cd8457F1cfbF/info.json
deleted file mode 100644
index 3cf14dbb077ef..0000000000000
--- a/blockchains/ethereum/assets/0xD478161C952357F05f0292B56012Cd8457F1cfbF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Polkamarkets",
- "symbol": "POLK",
- "type": "ERC20",
- "decimals": 18,
- "description": "Polkamarkets is a DeFi-Powered Prediction Market built for cross-chain information exchange and trading, where users take positions on outcomes of real world events–in a decentralized and interoperable platform on Polkadot.",
- "website": "https://polkamarkets.com",
- "explorer": "https://etherscan.io/token/0xd478161c952357f05f0292b56012cd8457f1cfbf",
- "status": "active",
- "id": "0xD478161C952357F05f0292B56012Cd8457F1cfbF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD478161C952357F05f0292B56012Cd8457F1cfbF/logo.png b/blockchains/ethereum/assets/0xD478161C952357F05f0292B56012Cd8457F1cfbF/logo.png
deleted file mode 100644
index 7297ea51b32a7..0000000000000
Binary files a/blockchains/ethereum/assets/0xD478161C952357F05f0292B56012Cd8457F1cfbF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD48B633045af65fF636F3c6edd744748351E020D/info.json b/blockchains/ethereum/assets/0xD48B633045af65fF636F3c6edd744748351E020D/info.json
deleted file mode 100644
index 77d98b8a7e606..0000000000000
--- a/blockchains/ethereum/assets/0xD48B633045af65fF636F3c6edd744748351E020D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zethr",
- "symbol": "ZTH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD48B633045af65fF636F3c6edd744748351E020D",
- "status": "abandoned",
- "id": "0xD48B633045af65fF636F3c6edd744748351E020D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD48B633045af65fF636F3c6edd744748351E020D/logo.png b/blockchains/ethereum/assets/0xD48B633045af65fF636F3c6edd744748351E020D/logo.png
deleted file mode 100644
index 015802adcd606..0000000000000
Binary files a/blockchains/ethereum/assets/0xD48B633045af65fF636F3c6edd744748351E020D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD49ff13661451313cA1553fd6954BD1d9b6E02b9/info.json b/blockchains/ethereum/assets/0xD49ff13661451313cA1553fd6954BD1d9b6E02b9/info.json
deleted file mode 100644
index c966d8c375484..0000000000000
--- a/blockchains/ethereum/assets/0xD49ff13661451313cA1553fd6954BD1d9b6E02b9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ElectrifyAsia",
- "symbol": "ELEC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Synergy is a peer-to-peer (P2P) energy trading platform that allows for the trading of energy among individual producers of energy, reaping stable revenues to consumers across city-wide energy grids, providing grater energy options at fairer prices.",
- "website": "https://electrify.asia",
- "explorer": "https://etherscan.io/token/0xD49ff13661451313cA1553fd6954BD1d9b6E02b9",
- "status": "active",
- "id": "0xD49ff13661451313cA1553fd6954BD1d9b6E02b9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD49ff13661451313cA1553fd6954BD1d9b6E02b9/logo.png b/blockchains/ethereum/assets/0xD49ff13661451313cA1553fd6954BD1d9b6E02b9/logo.png
deleted file mode 100644
index 2786c1a0109d4..0000000000000
Binary files a/blockchains/ethereum/assets/0xD49ff13661451313cA1553fd6954BD1d9b6E02b9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD4CffeeF10F60eCA581b5E1146B5Aca4194a4C3b/info.json b/blockchains/ethereum/assets/0xD4CffeeF10F60eCA581b5E1146B5Aca4194a4C3b/info.json
deleted file mode 100644
index 9d8cc2133e43d..0000000000000
--- a/blockchains/ethereum/assets/0xD4CffeeF10F60eCA581b5E1146B5Aca4194a4C3b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Decentralized Universal Basic Income",
- "symbol": "DUBI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD4CffeeF10F60eCA581b5E1146B5Aca4194a4C3b",
- "status": "abandoned",
- "id": "0xD4CffeeF10F60eCA581b5E1146B5Aca4194a4C3b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD4CffeeF10F60eCA581b5E1146B5Aca4194a4C3b/logo.png b/blockchains/ethereum/assets/0xD4CffeeF10F60eCA581b5E1146B5Aca4194a4C3b/logo.png
deleted file mode 100755
index 998608792a49d..0000000000000
Binary files a/blockchains/ethereum/assets/0xD4CffeeF10F60eCA581b5E1146B5Aca4194a4C3b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD4fb1706Ae549FEBeC06bb7175b08010DD1B0C2e/info.json b/blockchains/ethereum/assets/0xD4fb1706Ae549FEBeC06bb7175b08010DD1B0C2e/info.json
deleted file mode 100644
index 92fb155ac4ff2..0000000000000
--- a/blockchains/ethereum/assets/0xD4fb1706Ae549FEBeC06bb7175b08010DD1B0C2e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Synth iETH",
- "symbol": "iETH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD4fb1706Ae549FEBeC06bb7175b08010DD1B0C2e",
- "status": "abandoned",
- "id": "0xD4fb1706Ae549FEBeC06bb7175b08010DD1B0C2e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD4fb1706Ae549FEBeC06bb7175b08010DD1B0C2e/logo.png b/blockchains/ethereum/assets/0xD4fb1706Ae549FEBeC06bb7175b08010DD1B0C2e/logo.png
deleted file mode 100644
index eebd19f04e99a..0000000000000
Binary files a/blockchains/ethereum/assets/0xD4fb1706Ae549FEBeC06bb7175b08010DD1B0C2e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD533a949740bb3306d119CC777fa900bA034cd52/info.json b/blockchains/ethereum/assets/0xD533a949740bb3306d119CC777fa900bA034cd52/info.json
deleted file mode 100644
index bca762e09c504..0000000000000
--- a/blockchains/ethereum/assets/0xD533a949740bb3306d119CC777fa900bA034cd52/info.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "name": "Curve DAO Token",
- "website": "https://curve.fi",
- "description": "CRV is a governance token on the Curve platform with time-weighted voting and value accrual mechanisms.",
- "explorer": "https://etherscan.io/token/0xD533a949740bb3306d119CC777fa900bA034cd52",
- "research": "https://research.binance.com/en/projects/curve",
- "type": "ERC20",
- "symbol": "CRV",
- "decimals": 18,
- "status": "active",
- "id": "0xD533a949740bb3306d119CC777fa900bA034cd52",
- "tags": [
- "defi",
- "governance"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/curvefi/curve-contract"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/CurveFinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/curvefi"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/curve-dao-token/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD533a949740bb3306d119CC777fa900bA034cd52/logo.png b/blockchains/ethereum/assets/0xD533a949740bb3306d119CC777fa900bA034cd52/logo.png
deleted file mode 100644
index b820f250c2d3b..0000000000000
Binary files a/blockchains/ethereum/assets/0xD533a949740bb3306d119CC777fa900bA034cd52/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD536bBd5414A8C2beEd82a63737B9327D2FA35a6/info.json b/blockchains/ethereum/assets/0xD536bBd5414A8C2beEd82a63737B9327D2FA35a6/info.json
deleted file mode 100644
index 0b5fbfbec490f..0000000000000
--- a/blockchains/ethereum/assets/0xD536bBd5414A8C2beEd82a63737B9327D2FA35a6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aitheon",
- "symbol": "ACU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.aitheon.com/",
- "explorer": "https://etherscan.io/token/0xD536bBd5414A8C2beEd82a63737B9327D2FA35a6",
- "status": "abandoned",
- "id": "0xD536bBd5414A8C2beEd82a63737B9327D2FA35a6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD536bBd5414A8C2beEd82a63737B9327D2FA35a6/logo.png b/blockchains/ethereum/assets/0xD536bBd5414A8C2beEd82a63737B9327D2FA35a6/logo.png
deleted file mode 100644
index bc1086eed19b6..0000000000000
Binary files a/blockchains/ethereum/assets/0xD536bBd5414A8C2beEd82a63737B9327D2FA35a6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD54E2E7281De8E7D220F9173e33241fbFa881968/info.json b/blockchains/ethereum/assets/0xD54E2E7281De8E7D220F9173e33241fbFa881968/info.json
deleted file mode 100644
index f204dbfb8f9a9..0000000000000
--- a/blockchains/ethereum/assets/0xD54E2E7281De8E7D220F9173e33241fbFa881968/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "M.O.A.B",
- "symbol": "MOAB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD54E2E7281De8E7D220F9173e33241fbFa881968",
- "status": "abandoned",
- "id": "0xD54E2E7281De8E7D220F9173e33241fbFa881968"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD54E2E7281De8E7D220F9173e33241fbFa881968/logo.png b/blockchains/ethereum/assets/0xD54E2E7281De8E7D220F9173e33241fbFa881968/logo.png
deleted file mode 100644
index 8f326cf17325c..0000000000000
Binary files a/blockchains/ethereum/assets/0xD54E2E7281De8E7D220F9173e33241fbFa881968/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD5525D397898e5502075Ea5E830d8914f6F0affe/info.json b/blockchains/ethereum/assets/0xD5525D397898e5502075Ea5E830d8914f6F0affe/info.json
deleted file mode 100644
index 02a3e97296661..0000000000000
--- a/blockchains/ethereum/assets/0xD5525D397898e5502075Ea5E830d8914f6F0affe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MEME",
- "symbol": "MEME",
- "type": "ERC20",
- "decimals": 8,
- "description": "Meme mashes up the most exciting innovations in DeFi and NFTs. Put your $MEME to work and collect digital content that you can truly own.",
- "website": "https://dontbuymeme.com",
- "explorer": "https://etherscan.io/token/0xD5525D397898e5502075Ea5E830d8914f6F0affe",
- "status": "active",
- "id": "0xD5525D397898e5502075Ea5E830d8914f6F0affe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD5525D397898e5502075Ea5E830d8914f6F0affe/logo.png b/blockchains/ethereum/assets/0xD5525D397898e5502075Ea5E830d8914f6F0affe/logo.png
deleted file mode 100644
index 305cb76a59cdf..0000000000000
Binary files a/blockchains/ethereum/assets/0xD5525D397898e5502075Ea5E830d8914f6F0affe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD56daC73A4d6766464b38ec6D91eB45Ce7457c44/info.json b/blockchains/ethereum/assets/0xD56daC73A4d6766464b38ec6D91eB45Ce7457c44/info.json
deleted file mode 100644
index 2102f40bfbf3e..0000000000000
--- a/blockchains/ethereum/assets/0xD56daC73A4d6766464b38ec6D91eB45Ce7457c44/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Panvala pan",
- "symbol": "PAN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.panvala.com",
- "explorer": "https://etherscan.io/token/0xD56daC73A4d6766464b38ec6D91eB45Ce7457c44",
- "status": "abandoned",
- "id": "0xD56daC73A4d6766464b38ec6D91eB45Ce7457c44"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD56daC73A4d6766464b38ec6D91eB45Ce7457c44/logo.png b/blockchains/ethereum/assets/0xD56daC73A4d6766464b38ec6D91eB45Ce7457c44/logo.png
deleted file mode 100644
index 8900c15cc4845..0000000000000
Binary files a/blockchains/ethereum/assets/0xD56daC73A4d6766464b38ec6D91eB45Ce7457c44/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD581D38a7303b6DeA5828906acFDe416EE85dEE0/info.json b/blockchains/ethereum/assets/0xD581D38a7303b6DeA5828906acFDe416EE85dEE0/info.json
deleted file mode 100644
index 8d2f5eccac64f..0000000000000
--- a/blockchains/ethereum/assets/0xD581D38a7303b6DeA5828906acFDe416EE85dEE0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R885792",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD581D38a7303b6DeA5828906acFDe416EE85dEE0",
- "status": "abandoned",
- "id": "0xD581D38a7303b6DeA5828906acFDe416EE85dEE0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD581D38a7303b6DeA5828906acFDe416EE85dEE0/logo.png b/blockchains/ethereum/assets/0xD581D38a7303b6DeA5828906acFDe416EE85dEE0/logo.png
deleted file mode 100644
index 4ebd0686f01d0..0000000000000
Binary files a/blockchains/ethereum/assets/0xD581D38a7303b6DeA5828906acFDe416EE85dEE0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD58Ce16264F8D2422103Cd11d0f1Cc5987E79B5c/info.json b/blockchains/ethereum/assets/0xD58Ce16264F8D2422103Cd11d0f1Cc5987E79B5c/info.json
deleted file mode 100644
index 633a751af8eb5..0000000000000
--- a/blockchains/ethereum/assets/0xD58Ce16264F8D2422103Cd11d0f1Cc5987E79B5c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LearnCoin",
- "symbol": "LEC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD58Ce16264F8D2422103Cd11d0f1Cc5987E79B5c",
- "status": "abandoned",
- "id": "0xD58Ce16264F8D2422103Cd11d0f1Cc5987E79B5c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD58Ce16264F8D2422103Cd11d0f1Cc5987E79B5c/logo.png b/blockchains/ethereum/assets/0xD58Ce16264F8D2422103Cd11d0f1Cc5987E79B5c/logo.png
deleted file mode 100644
index 9c995ff7e8939..0000000000000
Binary files a/blockchains/ethereum/assets/0xD58Ce16264F8D2422103Cd11d0f1Cc5987E79B5c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD5930C307d7395Ff807F2921F12C5EB82131a789/info.json b/blockchains/ethereum/assets/0xD5930C307d7395Ff807F2921F12C5EB82131a789/info.json
deleted file mode 100644
index 8a413336c42e7..0000000000000
--- a/blockchains/ethereum/assets/0xD5930C307d7395Ff807F2921F12C5EB82131a789/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bolt Token",
- "symbol": "BOLT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD5930C307d7395Ff807F2921F12C5EB82131a789",
- "status": "abandoned",
- "id": "0xD5930C307d7395Ff807F2921F12C5EB82131a789"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD5930C307d7395Ff807F2921F12C5EB82131a789/logo.png b/blockchains/ethereum/assets/0xD5930C307d7395Ff807F2921F12C5EB82131a789/logo.png
deleted file mode 100644
index f93c014c95ca8..0000000000000
Binary files a/blockchains/ethereum/assets/0xD5930C307d7395Ff807F2921F12C5EB82131a789/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD59f53256AdDf282aa1D5e19f934738dDC06c5cF/info.json b/blockchains/ethereum/assets/0xD59f53256AdDf282aa1D5e19f934738dDC06c5cF/info.json
deleted file mode 100644
index 2ecfebe2567fd..0000000000000
--- a/blockchains/ethereum/assets/0xD59f53256AdDf282aa1D5e19f934738dDC06c5cF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KINELA",
- "symbol": "KDCC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD59f53256AdDf282aa1D5e19f934738dDC06c5cF",
- "status": "abandoned",
- "id": "0xD59f53256AdDf282aa1D5e19f934738dDC06c5cF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD59f53256AdDf282aa1D5e19f934738dDC06c5cF/logo.png b/blockchains/ethereum/assets/0xD59f53256AdDf282aa1D5e19f934738dDC06c5cF/logo.png
deleted file mode 100755
index 55c8a0bb24b7d..0000000000000
Binary files a/blockchains/ethereum/assets/0xD59f53256AdDf282aa1D5e19f934738dDC06c5cF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD5DE9AAE27C94AE7c20bE926D193289B5f41EA8A/info.json b/blockchains/ethereum/assets/0xD5DE9AAE27C94AE7c20bE926D193289B5f41EA8A/info.json
deleted file mode 100644
index 4c9fa9f7931da..0000000000000
--- a/blockchains/ethereum/assets/0xD5DE9AAE27C94AE7c20bE926D193289B5f41EA8A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 219-CN20",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD5DE9AAE27C94AE7c20bE926D193289B5f41EA8A",
- "status": "abandoned",
- "id": "0xD5DE9AAE27C94AE7c20bE926D193289B5f41EA8A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD5DE9AAE27C94AE7c20bE926D193289B5f41EA8A/logo.png b/blockchains/ethereum/assets/0xD5DE9AAE27C94AE7c20bE926D193289B5f41EA8A/logo.png
deleted file mode 100644
index ecc80e932b296..0000000000000
Binary files a/blockchains/ethereum/assets/0xD5DE9AAE27C94AE7c20bE926D193289B5f41EA8A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD5E38d2Ef4aD5e38942E6234e2CEC0dac38E124A/info.json b/blockchains/ethereum/assets/0xD5E38d2Ef4aD5e38942E6234e2CEC0dac38E124A/info.json
deleted file mode 100644
index f63af20791ff3..0000000000000
--- a/blockchains/ethereum/assets/0xD5E38d2Ef4aD5e38942E6234e2CEC0dac38E124A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Volcanoes",
- "symbol": "VOLC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD5E38d2Ef4aD5e38942E6234e2CEC0dac38E124A",
- "status": "abandoned",
- "id": "0xD5E38d2Ef4aD5e38942E6234e2CEC0dac38E124A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD5E38d2Ef4aD5e38942E6234e2CEC0dac38E124A/logo.png b/blockchains/ethereum/assets/0xD5E38d2Ef4aD5e38942E6234e2CEC0dac38E124A/logo.png
deleted file mode 100644
index 12155ed128edd..0000000000000
Binary files a/blockchains/ethereum/assets/0xD5E38d2Ef4aD5e38942E6234e2CEC0dac38E124A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD5bF66fF3Dab4c74Ac6014fd2181Bd3aD1bBaF32/info.json b/blockchains/ethereum/assets/0xD5bF66fF3Dab4c74Ac6014fd2181Bd3aD1bBaF32/info.json
deleted file mode 100644
index a3c88ea8dd8ae..0000000000000
--- a/blockchains/ethereum/assets/0xD5bF66fF3Dab4c74Ac6014fd2181Bd3aD1bBaF32/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ECC Token",
- "symbol": "ECC",
- "type": "ERC20",
- "decimals": 8,
- "description": "ECC Coin is a crypto-currency that can be used within ECA Loyalty Rewards Network and ECA Marketplace.",
- "website": "https://ec-algorithm.io/",
- "explorer": "https://etherscan.io/token/0xD5bF66fF3Dab4c74Ac6014fd2181Bd3aD1bBaF32",
- "status": "active",
- "id": "0xD5bF66fF3Dab4c74Ac6014fd2181Bd3aD1bBaF32"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD5bF66fF3Dab4c74Ac6014fd2181Bd3aD1bBaF32/logo.png b/blockchains/ethereum/assets/0xD5bF66fF3Dab4c74Ac6014fd2181Bd3aD1bBaF32/logo.png
deleted file mode 100644
index edd453b492444..0000000000000
Binary files a/blockchains/ethereum/assets/0xD5bF66fF3Dab4c74Ac6014fd2181Bd3aD1bBaF32/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD5cd84D6f044AbE314Ee7E414d37cae8773ef9D3/info.json b/blockchains/ethereum/assets/0xD5cd84D6f044AbE314Ee7E414d37cae8773ef9D3/info.json
deleted file mode 100644
index 7f4d4eced9fcb..0000000000000
--- a/blockchains/ethereum/assets/0xD5cd84D6f044AbE314Ee7E414d37cae8773ef9D3/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Harmony",
- "website": "https://www.harmony.one",
- "description": "Harmony Bridged Token on Ethereum",
- "explorer": "https://etherscan.io/token/0xD5cd84D6f044AbE314Ee7E414d37cae8773ef9D3",
- "type": "ERC20",
- "symbol": "ONE",
- "decimals": 18,
- "status": "active",
- "id": "0xD5cd84D6f044AbE314Ee7E414d37cae8773ef9D3",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/harmonyprotocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD5cd84D6f044AbE314Ee7E414d37cae8773ef9D3/logo.png b/blockchains/ethereum/assets/0xD5cd84D6f044AbE314Ee7E414d37cae8773ef9D3/logo.png
deleted file mode 100644
index cd16d5e2aec71..0000000000000
Binary files a/blockchains/ethereum/assets/0xD5cd84D6f044AbE314Ee7E414d37cae8773ef9D3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD5e2A54Fef5f9E4A6b21EC646Bbed7A160a00F18/info.json b/blockchains/ethereum/assets/0xD5e2A54Fef5f9E4A6b21EC646Bbed7A160a00F18/info.json
deleted file mode 100644
index 3290b48048bab..0000000000000
--- a/blockchains/ethereum/assets/0xD5e2A54Fef5f9E4A6b21EC646Bbed7A160a00F18/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BeforeCoinMarketCap",
- "website": "https://beta.beforecoinmarketcap.com/",
- "description": "BeforeCoinMarketCap is a platform for tracking the initial placement of tokens/coins, and audit of valid tokens with a small volume. The platform rewards users with valuable information and tokens of their own ecosystem token (BCMC1).",
- "explorer": "https://etherscan.io/token/0xD5e2A54Fef5f9E4A6b21EC646Bbed7A160a00F18",
- "type": "ERC20",
- "symbol": "BCMC1",
- "decimals": 18,
- "status": "active",
- "id": "0xD5e2A54Fef5f9E4A6b21EC646Bbed7A160a00F18"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD5e2A54Fef5f9E4A6b21EC646Bbed7A160a00F18/logo.png b/blockchains/ethereum/assets/0xD5e2A54Fef5f9E4A6b21EC646Bbed7A160a00F18/logo.png
deleted file mode 100644
index 5af83deb309d9..0000000000000
Binary files a/blockchains/ethereum/assets/0xD5e2A54Fef5f9E4A6b21EC646Bbed7A160a00F18/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD60E45581a6ACD35C5Bd3cd914040c0029Afb1a3/info.json b/blockchains/ethereum/assets/0xD60E45581a6ACD35C5Bd3cd914040c0029Afb1a3/info.json
deleted file mode 100644
index 7927b84b33ded..0000000000000
--- a/blockchains/ethereum/assets/0xD60E45581a6ACD35C5Bd3cd914040c0029Afb1a3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C581297",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD60E45581a6ACD35C5Bd3cd914040c0029Afb1a3",
- "status": "spam",
- "id": "0xD60E45581a6ACD35C5Bd3cd914040c0029Afb1a3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD60E45581a6ACD35C5Bd3cd914040c0029Afb1a3/logo.png b/blockchains/ethereum/assets/0xD60E45581a6ACD35C5Bd3cd914040c0029Afb1a3/logo.png
deleted file mode 100644
index bf6d8dd337fbb..0000000000000
Binary files a/blockchains/ethereum/assets/0xD60E45581a6ACD35C5Bd3cd914040c0029Afb1a3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD635903C1B9A3202027d4cC78EfBB6FA964a987A/info.json b/blockchains/ethereum/assets/0xD635903C1B9A3202027d4cC78EfBB6FA964a987A/info.json
deleted file mode 100644
index 49c33d24d99e0..0000000000000
--- a/blockchains/ethereum/assets/0xD635903C1B9A3202027d4cC78EfBB6FA964a987A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitsave",
- "symbol": "BVC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD635903C1B9A3202027d4cC78EfBB6FA964a987A",
- "status": "abandoned",
- "id": "0xD635903C1B9A3202027d4cC78EfBB6FA964a987A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD635903C1B9A3202027d4cC78EfBB6FA964a987A/logo.png b/blockchains/ethereum/assets/0xD635903C1B9A3202027d4cC78EfBB6FA964a987A/logo.png
deleted file mode 100755
index 88f923991c011..0000000000000
Binary files a/blockchains/ethereum/assets/0xD635903C1B9A3202027d4cC78EfBB6FA964a987A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD64129aC9Ec6307B9625869e817b6c45EaeE80A9/info.json b/blockchains/ethereum/assets/0xD64129aC9Ec6307B9625869e817b6c45EaeE80A9/info.json
deleted file mode 100644
index 08001432640dd..0000000000000
--- a/blockchains/ethereum/assets/0xD64129aC9Ec6307B9625869e817b6c45EaeE80A9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FFC",
- "symbol": "FFC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD64129aC9Ec6307B9625869e817b6c45EaeE80A9",
- "status": "abandoned",
- "id": "0xD64129aC9Ec6307B9625869e817b6c45EaeE80A9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD64129aC9Ec6307B9625869e817b6c45EaeE80A9/logo.png b/blockchains/ethereum/assets/0xD64129aC9Ec6307B9625869e817b6c45EaeE80A9/logo.png
deleted file mode 100644
index 747856d89389f..0000000000000
Binary files a/blockchains/ethereum/assets/0xD64129aC9Ec6307B9625869e817b6c45EaeE80A9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD65960FAcb8E4a2dFcb2C2212cb2e44a02e2a57E/info.json b/blockchains/ethereum/assets/0xD65960FAcb8E4a2dFcb2C2212cb2e44a02e2a57E/info.json
deleted file mode 100644
index a7b54bc2a437a..0000000000000
--- a/blockchains/ethereum/assets/0xD65960FAcb8E4a2dFcb2C2212cb2e44a02e2a57E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Soarcoin",
- "symbol": "Soar",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "http://soarlabs.org/",
- "explorer": "https://etherscan.io/token/0xD65960FAcb8E4a2dFcb2C2212cb2e44a02e2a57E",
- "status": "abandoned",
- "id": "0xD65960FAcb8E4a2dFcb2C2212cb2e44a02e2a57E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD65960FAcb8E4a2dFcb2C2212cb2e44a02e2a57E/logo.png b/blockchains/ethereum/assets/0xD65960FAcb8E4a2dFcb2C2212cb2e44a02e2a57E/logo.png
deleted file mode 100755
index 6a3ce180eab81..0000000000000
Binary files a/blockchains/ethereum/assets/0xD65960FAcb8E4a2dFcb2C2212cb2e44a02e2a57E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD68515DbB439aC30BEFAeDAFf7487b3a00b57659/info.json b/blockchains/ethereum/assets/0xD68515DbB439aC30BEFAeDAFf7487b3a00b57659/info.json
deleted file mode 100644
index 5db4f48d07e1c..0000000000000
--- a/blockchains/ethereum/assets/0xD68515DbB439aC30BEFAeDAFf7487b3a00b57659/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Reearn Token",
- "symbol": "RET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD68515DbB439aC30BEFAeDAFf7487b3a00b57659",
- "status": "abandoned",
- "id": "0xD68515DbB439aC30BEFAeDAFf7487b3a00b57659"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD68515DbB439aC30BEFAeDAFf7487b3a00b57659/logo.png b/blockchains/ethereum/assets/0xD68515DbB439aC30BEFAeDAFf7487b3a00b57659/logo.png
deleted file mode 100644
index 9ff4b4bc880c6..0000000000000
Binary files a/blockchains/ethereum/assets/0xD68515DbB439aC30BEFAeDAFf7487b3a00b57659/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD6940A1FfD9F3B025D1F1055AbCfd9F7CdA81eF9/info.json b/blockchains/ethereum/assets/0xD6940A1FfD9F3B025D1F1055AbCfd9F7CdA81eF9/info.json
deleted file mode 100644
index 0846a303071b4..0000000000000
--- a/blockchains/ethereum/assets/0xD6940A1FfD9F3B025D1F1055AbCfd9F7CdA81eF9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "youForia",
- "symbol": "YFR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://youforia.nl/",
- "explorer": "https://etherscan.io/token/0xD6940A1FfD9F3B025D1F1055AbCfd9F7CdA81eF9",
- "status": "abandoned",
- "id": "0xD6940A1FfD9F3B025D1F1055AbCfd9F7CdA81eF9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD6940A1FfD9F3B025D1F1055AbCfd9F7CdA81eF9/logo.png b/blockchains/ethereum/assets/0xD6940A1FfD9F3B025D1F1055AbCfd9F7CdA81eF9/logo.png
deleted file mode 100644
index 5e9ef535b4aad..0000000000000
Binary files a/blockchains/ethereum/assets/0xD6940A1FfD9F3B025D1F1055AbCfd9F7CdA81eF9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD69F306549e9d96f183B1AecA30B8f4353c2ECC3/info.json b/blockchains/ethereum/assets/0xD69F306549e9d96f183B1AecA30B8f4353c2ECC3/info.json
deleted file mode 100644
index 4ccf38a485866..0000000000000
--- a/blockchains/ethereum/assets/0xD69F306549e9d96f183B1AecA30B8f4353c2ECC3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MCH Coin",
- "website": "https://www.mycryptoheroes.net/help-posts/TTgrGCNsMHYxK6jMCB4rV",
- "description": "MCH coins are primarily used to vote on MCH governance.",
- "explorer": "https://etherscan.io/token/0xd69f306549e9d96f183b1aeca30b8f4353c2ecc3",
- "type": "ERC20",
- "symbol": "MCHC",
- "decimals": 18,
- "status": "active",
- "id": "0xD69F306549e9d96f183B1AecA30B8f4353c2ECC3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD69F306549e9d96f183B1AecA30B8f4353c2ECC3/logo.png b/blockchains/ethereum/assets/0xD69F306549e9d96f183B1AecA30B8f4353c2ECC3/logo.png
deleted file mode 100644
index 7c55397466bae..0000000000000
Binary files a/blockchains/ethereum/assets/0xD69F306549e9d96f183B1AecA30B8f4353c2ECC3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD6AeC49f2591cAe67d52c9Ead8c926EbaD54Ec69/info.json b/blockchains/ethereum/assets/0xD6AeC49f2591cAe67d52c9Ead8c926EbaD54Ec69/info.json
deleted file mode 100644
index 6b93bb1081688..0000000000000
--- a/blockchains/ethereum/assets/0xD6AeC49f2591cAe67d52c9Ead8c926EbaD54Ec69/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VLCToken",
- "symbol": "VLC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD6AeC49f2591cAe67d52c9Ead8c926EbaD54Ec69",
- "status": "abandoned",
- "id": "0xD6AeC49f2591cAe67d52c9Ead8c926EbaD54Ec69"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD6AeC49f2591cAe67d52c9Ead8c926EbaD54Ec69/logo.png b/blockchains/ethereum/assets/0xD6AeC49f2591cAe67d52c9Ead8c926EbaD54Ec69/logo.png
deleted file mode 100755
index 4a4e82773b644..0000000000000
Binary files a/blockchains/ethereum/assets/0xD6AeC49f2591cAe67d52c9Ead8c926EbaD54Ec69/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD6B6b7001825da24fA3e8CAcC815fC8C032b6A55/info.json b/blockchains/ethereum/assets/0xD6B6b7001825da24fA3e8CAcC815fC8C032b6A55/info.json
deleted file mode 100644
index 498f83de4cb2a..0000000000000
--- a/blockchains/ethereum/assets/0xD6B6b7001825da24fA3e8CAcC815fC8C032b6A55/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Insurance",
- "symbol": "SEC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD6B6b7001825da24fA3e8CAcC815fC8C032b6A55",
- "status": "abandoned",
- "id": "0xD6B6b7001825da24fA3e8CAcC815fC8C032b6A55"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD6B6b7001825da24fA3e8CAcC815fC8C032b6A55/logo.png b/blockchains/ethereum/assets/0xD6B6b7001825da24fA3e8CAcC815fC8C032b6A55/logo.png
deleted file mode 100644
index d4b895fac263c..0000000000000
Binary files a/blockchains/ethereum/assets/0xD6B6b7001825da24fA3e8CAcC815fC8C032b6A55/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD6F0Bb2A45110f819e908a915237D652Ac7c5AA8/info.json b/blockchains/ethereum/assets/0xD6F0Bb2A45110f819e908a915237D652Ac7c5AA8/info.json
deleted file mode 100644
index 1a88f5ee676d2..0000000000000
--- a/blockchains/ethereum/assets/0xD6F0Bb2A45110f819e908a915237D652Ac7c5AA8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DFOHub",
- "symbol": "BUIDL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD6F0Bb2A45110f819e908a915237D652Ac7c5AA8",
- "status": "abandoned",
- "id": "0xD6F0Bb2A45110f819e908a915237D652Ac7c5AA8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD6F0Bb2A45110f819e908a915237D652Ac7c5AA8/logo.png b/blockchains/ethereum/assets/0xD6F0Bb2A45110f819e908a915237D652Ac7c5AA8/logo.png
deleted file mode 100644
index 48a7fff945620..0000000000000
Binary files a/blockchains/ethereum/assets/0xD6F0Bb2A45110f819e908a915237D652Ac7c5AA8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD6a55C63865AffD67E2FB9f284F87b7a9E5FF3bD/info.json b/blockchains/ethereum/assets/0xD6a55C63865AffD67E2FB9f284F87b7a9E5FF3bD/info.json
deleted file mode 100644
index f33ec143b4f69..0000000000000
--- a/blockchains/ethereum/assets/0xD6a55C63865AffD67E2FB9f284F87b7a9E5FF3bD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Switch",
- "symbol": "ESH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://switch.ag",
- "explorer": "https://etherscan.io/token/0xD6a55C63865AffD67E2FB9f284F87b7a9E5FF3bD",
- "status": "active",
- "id": "0xD6a55C63865AffD67E2FB9f284F87b7a9E5FF3bD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD6a55C63865AffD67E2FB9f284F87b7a9E5FF3bD/logo.png b/blockchains/ethereum/assets/0xD6a55C63865AffD67E2FB9f284F87b7a9E5FF3bD/logo.png
deleted file mode 100644
index f618b7cf95fbd..0000000000000
Binary files a/blockchains/ethereum/assets/0xD6a55C63865AffD67E2FB9f284F87b7a9E5FF3bD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD6b107D3E45B959B6d13FAF1bb2a2CF8fC7025e6/info.json b/blockchains/ethereum/assets/0xD6b107D3E45B959B6d13FAF1bb2a2CF8fC7025e6/info.json
deleted file mode 100644
index 0299d63d61c89..0000000000000
--- a/blockchains/ethereum/assets/0xD6b107D3E45B959B6d13FAF1bb2a2CF8fC7025e6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitnex Global",
- "symbol": "BTNG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD6b107D3E45B959B6d13FAF1bb2a2CF8fC7025e6",
- "status": "abandoned",
- "id": "0xD6b107D3E45B959B6d13FAF1bb2a2CF8fC7025e6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD6b107D3E45B959B6d13FAF1bb2a2CF8fC7025e6/logo.png b/blockchains/ethereum/assets/0xD6b107D3E45B959B6d13FAF1bb2a2CF8fC7025e6/logo.png
deleted file mode 100644
index f0fe908ad98f5..0000000000000
Binary files a/blockchains/ethereum/assets/0xD6b107D3E45B959B6d13FAF1bb2a2CF8fC7025e6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD6c67B93a7b248dF608a653d82a100556144c5DA/info.json b/blockchains/ethereum/assets/0xD6c67B93a7b248dF608a653d82a100556144c5DA/info.json
deleted file mode 100644
index a20cca5892aba..0000000000000
--- a/blockchains/ethereum/assets/0xD6c67B93a7b248dF608a653d82a100556144c5DA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ExNetwork Token",
- "website": "https://exnetwork.community/",
- "description": "ExNetwork Community App",
- "explorer": "https://etherscan.io/token/0xD6c67B93a7b248dF608a653d82a100556144c5DA",
- "type": "ERC20",
- "symbol": "EXNT",
- "decimals": 16,
- "status": "active",
- "id": "0xD6c67B93a7b248dF608a653d82a100556144c5DA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD6c67B93a7b248dF608a653d82a100556144c5DA/logo.png b/blockchains/ethereum/assets/0xD6c67B93a7b248dF608a653d82a100556144c5DA/logo.png
deleted file mode 100644
index 74ef0d6a3a02a..0000000000000
Binary files a/blockchains/ethereum/assets/0xD6c67B93a7b248dF608a653d82a100556144c5DA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD6e1401a079922469e9b965Cb090ea6fF64C6839/info.json b/blockchains/ethereum/assets/0xD6e1401a079922469e9b965Cb090ea6fF64C6839/info.json
deleted file mode 100644
index 393334fdb3987..0000000000000
--- a/blockchains/ethereum/assets/0xD6e1401a079922469e9b965Cb090ea6fF64C6839/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HOLD",
- "symbol": "HOLD",
- "type": "ERC20",
- "decimals": 18,
- "description": "HOLD is a revolutionary card that provides instant cash against cryptocurrency collateral. Leverage the power of your portfolio without having to sell it.",
- "website": "https://hold.co",
- "explorer": "https://etherscan.io/token/0xD6e1401a079922469e9b965Cb090ea6fF64C6839",
- "status": "active",
- "id": "0xD6e1401a079922469e9b965Cb090ea6fF64C6839"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD6e1401a079922469e9b965Cb090ea6fF64C6839/logo.png b/blockchains/ethereum/assets/0xD6e1401a079922469e9b965Cb090ea6fF64C6839/logo.png
deleted file mode 100644
index f5778495cd22b..0000000000000
Binary files a/blockchains/ethereum/assets/0xD6e1401a079922469e9b965Cb090ea6fF64C6839/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD6ed0E5D7f854b64b5E467a240A6C155C17cC6A2/info.json b/blockchains/ethereum/assets/0xD6ed0E5D7f854b64b5E467a240A6C155C17cC6A2/info.json
deleted file mode 100644
index 0780630a587f4..0000000000000
--- a/blockchains/ethereum/assets/0xD6ed0E5D7f854b64b5E467a240A6C155C17cC6A2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CFun Token",
- "symbol": "CFun",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD6ed0E5D7f854b64b5E467a240A6C155C17cC6A2",
- "status": "abandoned",
- "id": "0xD6ed0E5D7f854b64b5E467a240A6C155C17cC6A2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD6ed0E5D7f854b64b5E467a240A6C155C17cC6A2/logo.png b/blockchains/ethereum/assets/0xD6ed0E5D7f854b64b5E467a240A6C155C17cC6A2/logo.png
deleted file mode 100644
index 204c34866dc69..0000000000000
Binary files a/blockchains/ethereum/assets/0xD6ed0E5D7f854b64b5E467a240A6C155C17cC6A2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD716905047C61d92Ef634F97D3D746747C08448A/info.json b/blockchains/ethereum/assets/0xD716905047C61d92Ef634F97D3D746747C08448A/info.json
deleted file mode 100644
index e84812f126890..0000000000000
--- a/blockchains/ethereum/assets/0xD716905047C61d92Ef634F97D3D746747C08448A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JACOB",
- "symbol": "JACOB",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD716905047C61d92Ef634F97D3D746747C08448A",
- "status": "abandoned",
- "id": "0xD716905047C61d92Ef634F97D3D746747C08448A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD716905047C61d92Ef634F97D3D746747C08448A/logo.png b/blockchains/ethereum/assets/0xD716905047C61d92Ef634F97D3D746747C08448A/logo.png
deleted file mode 100644
index 83dece0a6cb72..0000000000000
Binary files a/blockchains/ethereum/assets/0xD716905047C61d92Ef634F97D3D746747C08448A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD7394087E1DBBE477FE4F1CF373B9Ac9459565fF/info.json b/blockchains/ethereum/assets/0xD7394087E1DBBE477FE4F1CF373B9Ac9459565fF/info.json
deleted file mode 100644
index 8d3667b24b4cb..0000000000000
--- a/blockchains/ethereum/assets/0xD7394087E1DBBE477FE4F1CF373B9Ac9459565fF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RealTract",
- "symbol": "RET",
- "type": "ERC20",
- "decimals": 8,
- "description": "RealTract is born as a thorough solution to the disadvantages of blockchain and the current smart contract, adding and improving technologies.",
- "website": "https://realtract.network/",
- "explorer": "https://etherscan.io/token/0xD7394087E1DBBE477FE4F1CF373B9Ac9459565fF",
- "status": "active",
- "id": "0xD7394087E1DBBE477FE4F1CF373B9Ac9459565fF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD7394087E1DBBE477FE4F1CF373B9Ac9459565fF/logo.png b/blockchains/ethereum/assets/0xD7394087E1DBBE477FE4F1CF373B9Ac9459565fF/logo.png
deleted file mode 100644
index da71cf7283a3e..0000000000000
Binary files a/blockchains/ethereum/assets/0xD7394087E1DBBE477FE4F1CF373B9Ac9459565fF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD7732e3783b0047aa251928960063f863AD022D8/info.json b/blockchains/ethereum/assets/0xD7732e3783b0047aa251928960063f863AD022D8/info.json
deleted file mode 100644
index 72d2748ba7127..0000000000000
--- a/blockchains/ethereum/assets/0xD7732e3783b0047aa251928960063f863AD022D8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BrahmaOS",
- "symbol": "BRM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD7732e3783b0047aa251928960063f863AD022D8",
- "status": "abandoned",
- "id": "0xD7732e3783b0047aa251928960063f863AD022D8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD7732e3783b0047aa251928960063f863AD022D8/logo.png b/blockchains/ethereum/assets/0xD7732e3783b0047aa251928960063f863AD022D8/logo.png
deleted file mode 100755
index d85071de3ab5e..0000000000000
Binary files a/blockchains/ethereum/assets/0xD7732e3783b0047aa251928960063f863AD022D8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD7B7d3C0bdA57723Fb54ab95Fd8F9EA033AF37f2/info.json b/blockchains/ethereum/assets/0xD7B7d3C0bdA57723Fb54ab95Fd8F9EA033AF37f2/info.json
deleted file mode 100644
index b120bc27eebc2..0000000000000
--- a/blockchains/ethereum/assets/0xD7B7d3C0bdA57723Fb54ab95Fd8F9EA033AF37f2/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Pylon Finance",
- "website": "https://pylon.finance/",
- "description": "Tethering real world GPU mining to crypto assets.",
- "explorer": "https://etherscan.io/token/0xD7B7d3C0bdA57723Fb54ab95Fd8F9EA033AF37f2",
- "type": "ERC20",
- "symbol": "PYLON",
- "decimals": 18,
- "status": "active",
- "id": "0xD7B7d3C0bdA57723Fb54ab95Fd8F9EA033AF37f2",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/pylonfinance/pylonfinance"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.google.com/document/d/1Ixec_ya46UR_LMlPzSCoosBSlNAxWC5ycnDV5LEw454/edit"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD7B7d3C0bdA57723Fb54ab95Fd8F9EA033AF37f2/logo.png b/blockchains/ethereum/assets/0xD7B7d3C0bdA57723Fb54ab95Fd8F9EA033AF37f2/logo.png
deleted file mode 100644
index 4048005042121..0000000000000
Binary files a/blockchains/ethereum/assets/0xD7B7d3C0bdA57723Fb54ab95Fd8F9EA033AF37f2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD7C81C98B9E78EAEa4f146Fe24974b7E9866B2B5/info.json b/blockchains/ethereum/assets/0xD7C81C98B9E78EAEa4f146Fe24974b7E9866B2B5/info.json
deleted file mode 100644
index 371df2278de52..0000000000000
--- a/blockchains/ethereum/assets/0xD7C81C98B9E78EAEa4f146Fe24974b7E9866B2B5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IMPULSEVEN",
- "symbol": "VEN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD7C81C98B9E78EAEa4f146Fe24974b7E9866B2B5",
- "status": "abandoned",
- "id": "0xD7C81C98B9E78EAEa4f146Fe24974b7E9866B2B5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD7C81C98B9E78EAEa4f146Fe24974b7E9866B2B5/logo.png b/blockchains/ethereum/assets/0xD7C81C98B9E78EAEa4f146Fe24974b7E9866B2B5/logo.png
deleted file mode 100644
index 397a4d1251fbc..0000000000000
Binary files a/blockchains/ethereum/assets/0xD7C81C98B9E78EAEa4f146Fe24974b7E9866B2B5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD7D7e034b5a9037A88659F734Bc216e7DF56e6FD/info.json b/blockchains/ethereum/assets/0xD7D7e034b5a9037A88659F734Bc216e7DF56e6FD/info.json
deleted file mode 100644
index 394ceb5e0bdb3..0000000000000
--- a/blockchains/ethereum/assets/0xD7D7e034b5a9037A88659F734Bc216e7DF56e6FD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SubSudio",
- "symbol": "SUBS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD7D7e034b5a9037A88659F734Bc216e7DF56e6FD",
- "status": "abandoned",
- "id": "0xD7D7e034b5a9037A88659F734Bc216e7DF56e6FD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD7D7e034b5a9037A88659F734Bc216e7DF56e6FD/logo.png b/blockchains/ethereum/assets/0xD7D7e034b5a9037A88659F734Bc216e7DF56e6FD/logo.png
deleted file mode 100644
index f3cee6c44da46..0000000000000
Binary files a/blockchains/ethereum/assets/0xD7D7e034b5a9037A88659F734Bc216e7DF56e6FD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD7EFB00d12C2c13131FD319336Fdf952525dA2af/info.json b/blockchains/ethereum/assets/0xD7EFB00d12C2c13131FD319336Fdf952525dA2af/info.json
deleted file mode 100644
index 8a2c4c78c1ab6..0000000000000
--- a/blockchains/ethereum/assets/0xD7EFB00d12C2c13131FD319336Fdf952525dA2af/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "Proton",
- "website": "https://protonchain.com",
- "description": "Proton is a new public blockchain and dApp platform designed for both consumer applications and P2P payments. It is built around a secure identity and financial settlements layer that allows users to directly link real identity and fiat accounts, pull funds and use crypto seamlessly.",
- "explorer": "https://etherscan.io/token/0xD7EFB00d12C2c13131FD319336Fdf952525dA2af",
- "type": "ERC20",
- "symbol": "XPR",
- "decimals": 4,
- "status": "active",
- "id": "0xD7EFB00d12C2c13131FD319336Fdf952525dA2af",
- "tags": [
- "defi",
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD7EFB00d12C2c13131FD319336Fdf952525dA2af/logo.png b/blockchains/ethereum/assets/0xD7EFB00d12C2c13131FD319336Fdf952525dA2af/logo.png
deleted file mode 100644
index f3354c3e3cbe2..0000000000000
Binary files a/blockchains/ethereum/assets/0xD7EFB00d12C2c13131FD319336Fdf952525dA2af/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD7b3669C7d3E38aB5a441383D41F25E003e02148/info.json b/blockchains/ethereum/assets/0xD7b3669C7d3E38aB5a441383D41F25E003e02148/info.json
deleted file mode 100644
index 09a2bfb229c9c..0000000000000
--- a/blockchains/ethereum/assets/0xD7b3669C7d3E38aB5a441383D41F25E003e02148/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SealToken",
- "symbol": "SEAL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://seal.network/",
- "explorer": "https://etherscan.io/token/0xD7b3669C7d3E38aB5a441383D41F25E003e02148",
- "status": "abandoned",
- "id": "0xD7b3669C7d3E38aB5a441383D41F25E003e02148"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD7b3669C7d3E38aB5a441383D41F25E003e02148/logo.png b/blockchains/ethereum/assets/0xD7b3669C7d3E38aB5a441383D41F25E003e02148/logo.png
deleted file mode 100644
index a53277586966f..0000000000000
Binary files a/blockchains/ethereum/assets/0xD7b3669C7d3E38aB5a441383D41F25E003e02148/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD7e0F80FB28233bdde0006c50568606A8feb964C/info.json b/blockchains/ethereum/assets/0xD7e0F80FB28233bdde0006c50568606A8feb964C/info.json
deleted file mode 100644
index 3b1d45a492054..0000000000000
--- a/blockchains/ethereum/assets/0xD7e0F80FB28233bdde0006c50568606A8feb964C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Australian Dollar",
- "symbol": "AUDT",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD7e0F80FB28233bdde0006c50568606A8feb964C",
- "status": "abandoned",
- "id": "0xD7e0F80FB28233bdde0006c50568606A8feb964C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD7e0F80FB28233bdde0006c50568606A8feb964C/logo.png b/blockchains/ethereum/assets/0xD7e0F80FB28233bdde0006c50568606A8feb964C/logo.png
deleted file mode 100644
index b72461c3c772a..0000000000000
Binary files a/blockchains/ethereum/assets/0xD7e0F80FB28233bdde0006c50568606A8feb964C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD8002cD05d5B2a85557e1CAAa179cC2408D5ad42/info.json b/blockchains/ethereum/assets/0xD8002cD05d5B2a85557e1CAAa179cC2408D5ad42/info.json
deleted file mode 100644
index c01c88927b9e0..0000000000000
--- a/blockchains/ethereum/assets/0xD8002cD05d5B2a85557e1CAAa179cC2408D5ad42/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BINGO Entertainment",
- "symbol": "777",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD8002cD05d5B2a85557e1CAAa179cC2408D5ad42",
- "status": "abandoned",
- "id": "0xD8002cD05d5B2a85557e1CAAa179cC2408D5ad42"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD8002cD05d5B2a85557e1CAAa179cC2408D5ad42/logo.png b/blockchains/ethereum/assets/0xD8002cD05d5B2a85557e1CAAa179cC2408D5ad42/logo.png
deleted file mode 100644
index d5cd3553abd01..0000000000000
Binary files a/blockchains/ethereum/assets/0xD8002cD05d5B2a85557e1CAAa179cC2408D5ad42/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD812Ac12EF69F5c4431593C985DF049071BFcad7/info.json b/blockchains/ethereum/assets/0xD812Ac12EF69F5c4431593C985DF049071BFcad7/info.json
deleted file mode 100644
index f1c4febf19391..0000000000000
--- a/blockchains/ethereum/assets/0xD812Ac12EF69F5c4431593C985DF049071BFcad7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vitality",
- "symbol": "VITA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD812Ac12EF69F5c4431593C985DF049071BFcad7",
- "status": "abandoned",
- "id": "0xD812Ac12EF69F5c4431593C985DF049071BFcad7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD812Ac12EF69F5c4431593C985DF049071BFcad7/logo.png b/blockchains/ethereum/assets/0xD812Ac12EF69F5c4431593C985DF049071BFcad7/logo.png
deleted file mode 100644
index fcfae674a9844..0000000000000
Binary files a/blockchains/ethereum/assets/0xD812Ac12EF69F5c4431593C985DF049071BFcad7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD83A162d4808c370A1445646e64CC4861eB60b92/info.json b/blockchains/ethereum/assets/0xD83A162d4808c370A1445646e64CC4861eB60b92/info.json
deleted file mode 100644
index 95cbf9c81f269..0000000000000
--- a/blockchains/ethereum/assets/0xD83A162d4808c370A1445646e64CC4861eB60b92/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OxyCoin",
- "symbol": "OXY",
- "website": "https://oxy-coin.com",
- "description": "OxyCoin (OXY) is an ERC20 Token that supplied 244,140,625,000,000,000,000 coins",
- "explorer": "https://etherscan.io/token/0xD83A162d4808c370A1445646e64CC4861eB60b92",
- "type": "ERC20",
- "decimals": 8,
- "status": "active",
- "id": "0xD83A162d4808c370A1445646e64CC4861eB60b92"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD83A162d4808c370A1445646e64CC4861eB60b92/logo.png b/blockchains/ethereum/assets/0xD83A162d4808c370A1445646e64CC4861eB60b92/logo.png
deleted file mode 100644
index da02db0fa73fa..0000000000000
Binary files a/blockchains/ethereum/assets/0xD83A162d4808c370A1445646e64CC4861eB60b92/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD83A825384a252f57B1EF7d617518F2099AC8Eb5/info.json b/blockchains/ethereum/assets/0xD83A825384a252f57B1EF7d617518F2099AC8Eb5/info.json
deleted file mode 100644
index 084095edfde16..0000000000000
--- a/blockchains/ethereum/assets/0xD83A825384a252f57B1EF7d617518F2099AC8Eb5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTE Application",
- "symbol": "BTEU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD83A825384a252f57B1EF7d617518F2099AC8Eb5",
- "status": "abandoned",
- "id": "0xD83A825384a252f57B1EF7d617518F2099AC8Eb5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD83A825384a252f57B1EF7d617518F2099AC8Eb5/logo.png b/blockchains/ethereum/assets/0xD83A825384a252f57B1EF7d617518F2099AC8Eb5/logo.png
deleted file mode 100644
index 325a2b1c354b1..0000000000000
Binary files a/blockchains/ethereum/assets/0xD83A825384a252f57B1EF7d617518F2099AC8Eb5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD84E0a38b38bA686Cf98ce1b4eD278347e448b07/info.json b/blockchains/ethereum/assets/0xD84E0a38b38bA686Cf98ce1b4eD278347e448b07/info.json
deleted file mode 100644
index 502aa13e87d7b..0000000000000
--- a/blockchains/ethereum/assets/0xD84E0a38b38bA686Cf98ce1b4eD278347e448b07/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EtherX Token",
- "symbol": "ETHX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD84E0a38b38bA686Cf98ce1b4eD278347e448b07",
- "status": "abandoned",
- "id": "0xD84E0a38b38bA686Cf98ce1b4eD278347e448b07"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD84E0a38b38bA686Cf98ce1b4eD278347e448b07/logo.png b/blockchains/ethereum/assets/0xD84E0a38b38bA686Cf98ce1b4eD278347e448b07/logo.png
deleted file mode 100644
index 5ae5aebfa515e..0000000000000
Binary files a/blockchains/ethereum/assets/0xD84E0a38b38bA686Cf98ce1b4eD278347e448b07/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD850942eF8811f2A866692A623011bDE52a462C1/info.json b/blockchains/ethereum/assets/0xD850942eF8811f2A866692A623011bDE52a462C1/info.json
deleted file mode 100644
index ea2e49ee2ce22..0000000000000
--- a/blockchains/ethereum/assets/0xD850942eF8811f2A866692A623011bDE52a462C1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VeChain Token",
- "type": "ERC20",
- "symbol": "VEN",
- "decimals": 18,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0xd850942ef8811f2a866692a623011bde52a462c1",
- "status": "active",
- "id": "0xD850942eF8811f2A866692A623011bDE52a462C1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD850942eF8811f2A866692A623011bDE52a462C1/logo.png b/blockchains/ethereum/assets/0xD850942eF8811f2A866692A623011bDE52a462C1/logo.png
deleted file mode 100644
index bc4cc0deab323..0000000000000
Binary files a/blockchains/ethereum/assets/0xD850942eF8811f2A866692A623011bDE52a462C1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD858c11A1E990d7d02e0897b9B19dAdEf8171832/info.json b/blockchains/ethereum/assets/0xD858c11A1E990d7d02e0897b9B19dAdEf8171832/info.json
deleted file mode 100644
index d86cd316310d0..0000000000000
--- a/blockchains/ethereum/assets/0xD858c11A1E990d7d02e0897b9B19dAdEf8171832/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Voke",
- "symbol": "VOKE",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD858c11A1E990d7d02e0897b9B19dAdEf8171832",
- "status": "abandoned",
- "id": "0xD858c11A1E990d7d02e0897b9B19dAdEf8171832"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD858c11A1E990d7d02e0897b9B19dAdEf8171832/logo.png b/blockchains/ethereum/assets/0xD858c11A1E990d7d02e0897b9B19dAdEf8171832/logo.png
deleted file mode 100644
index 0d86d37a0cd5b..0000000000000
Binary files a/blockchains/ethereum/assets/0xD858c11A1E990d7d02e0897b9B19dAdEf8171832/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD8698a985B89650d0A70f99AD2909bD0c0b4b51c/info.json b/blockchains/ethereum/assets/0xD8698a985B89650d0A70f99AD2909bD0c0b4b51c/info.json
deleted file mode 100644
index d9b41cc0a82ae..0000000000000
--- a/blockchains/ethereum/assets/0xD8698a985B89650d0A70f99AD2909bD0c0b4b51c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Consentium Coin",
- "symbol": "CSM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://consentium.net/",
- "explorer": "https://etherscan.io/token/0xD8698a985B89650d0A70f99AD2909bD0c0b4b51c",
- "status": "abandoned",
- "id": "0xD8698a985B89650d0A70f99AD2909bD0c0b4b51c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD8698a985B89650d0A70f99AD2909bD0c0b4b51c/logo.png b/blockchains/ethereum/assets/0xD8698a985B89650d0A70f99AD2909bD0c0b4b51c/logo.png
deleted file mode 100644
index 21d976237add0..0000000000000
Binary files a/blockchains/ethereum/assets/0xD8698a985B89650d0A70f99AD2909bD0c0b4b51c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD8754fc11703ce600ebb2b32111B4E10384936e1/info.json b/blockchains/ethereum/assets/0xD8754fc11703ce600ebb2b32111B4E10384936e1/info.json
deleted file mode 100644
index 986639a41c3a6..0000000000000
--- a/blockchains/ethereum/assets/0xD8754fc11703ce600ebb2b32111B4E10384936e1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R815579",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD8754fc11703ce600ebb2b32111B4E10384936e1",
- "status": "abandoned",
- "id": "0xD8754fc11703ce600ebb2b32111B4E10384936e1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD8754fc11703ce600ebb2b32111B4E10384936e1/logo.png b/blockchains/ethereum/assets/0xD8754fc11703ce600ebb2b32111B4E10384936e1/logo.png
deleted file mode 100644
index 80e65bca6db6c..0000000000000
Binary files a/blockchains/ethereum/assets/0xD8754fc11703ce600ebb2b32111B4E10384936e1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD89040Ac9823B72F64d71f66Fa2DeAE7C8520671/info.json b/blockchains/ethereum/assets/0xD89040Ac9823B72F64d71f66Fa2DeAE7C8520671/info.json
deleted file mode 100644
index 3d0e92f082fe5..0000000000000
--- a/blockchains/ethereum/assets/0xD89040Ac9823B72F64d71f66Fa2DeAE7C8520671/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NewSolution",
- "symbol": "NST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://newsolutioncoin.com",
- "explorer": "https://etherscan.io/token/0xD89040Ac9823B72F64d71f66Fa2DeAE7C8520671",
- "status": "abandoned",
- "id": "0xD89040Ac9823B72F64d71f66Fa2DeAE7C8520671"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD89040Ac9823B72F64d71f66Fa2DeAE7C8520671/logo.png b/blockchains/ethereum/assets/0xD89040Ac9823B72F64d71f66Fa2DeAE7C8520671/logo.png
deleted file mode 100644
index 9cfcf4e666771..0000000000000
Binary files a/blockchains/ethereum/assets/0xD89040Ac9823B72F64d71f66Fa2DeAE7C8520671/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD8912C10681D8B21Fd3742244f44658dBA12264E/info.json b/blockchains/ethereum/assets/0xD8912C10681D8B21Fd3742244f44658dBA12264E/info.json
deleted file mode 100644
index 9a55a354f241c..0000000000000
--- a/blockchains/ethereum/assets/0xD8912C10681D8B21Fd3742244f44658dBA12264E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pluton",
- "symbol": "PLU",
- "type": "ERC20",
- "decimals": 18,
- "description": "Plutus is an incredibly secure crypto-friendly finance app.",
- "website": "https://plutus.it",
- "explorer": "https://etherscan.io/token/0xD8912C10681D8B21Fd3742244f44658dBA12264E",
- "status": "active",
- "id": "0xD8912C10681D8B21Fd3742244f44658dBA12264E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD8912C10681D8B21Fd3742244f44658dBA12264E/logo.png b/blockchains/ethereum/assets/0xD8912C10681D8B21Fd3742244f44658dBA12264E/logo.png
deleted file mode 100644
index f7526a3b3544b..0000000000000
Binary files a/blockchains/ethereum/assets/0xD8912C10681D8B21Fd3742244f44658dBA12264E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD8Bd3958725F216Eb236E9DC65B169DE48101C6A/info.json b/blockchains/ethereum/assets/0xD8Bd3958725F216Eb236E9DC65B169DE48101C6A/info.json
deleted file mode 100644
index fef22b61f81ab..0000000000000
--- a/blockchains/ethereum/assets/0xD8Bd3958725F216Eb236E9DC65B169DE48101C6A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GBT",
- "symbol": "GBT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://market.globatalent.com/",
- "explorer": "https://etherscan.io/token/0xD8Bd3958725F216Eb236E9DC65B169DE48101C6A",
- "status": "abandoned",
- "id": "0xD8Bd3958725F216Eb236E9DC65B169DE48101C6A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD8Bd3958725F216Eb236E9DC65B169DE48101C6A/logo.png b/blockchains/ethereum/assets/0xD8Bd3958725F216Eb236E9DC65B169DE48101C6A/logo.png
deleted file mode 100644
index 493385ce48bd0..0000000000000
Binary files a/blockchains/ethereum/assets/0xD8Bd3958725F216Eb236E9DC65B169DE48101C6A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD8a8843b0a5aba6B030E92B3F4d669FaD8A5BE50/info.json b/blockchains/ethereum/assets/0xD8a8843b0a5aba6B030E92B3F4d669FaD8A5BE50/info.json
deleted file mode 100644
index eb0157c93f096..0000000000000
--- a/blockchains/ethereum/assets/0xD8a8843b0a5aba6B030E92B3F4d669FaD8A5BE50/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AfroDex Labs Token",
- "symbol": "AFDLT",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "http://afrodexlabs.com/",
- "explorer": "https://etherscan.io/token/0xD8a8843b0a5aba6B030E92B3F4d669FaD8A5BE50",
- "status": "abandoned",
- "id": "0xD8a8843b0a5aba6B030E92B3F4d669FaD8A5BE50"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD8a8843b0a5aba6B030E92B3F4d669FaD8A5BE50/logo.png b/blockchains/ethereum/assets/0xD8a8843b0a5aba6B030E92B3F4d669FaD8A5BE50/logo.png
deleted file mode 100644
index 4aeb803a1c8a2..0000000000000
Binary files a/blockchains/ethereum/assets/0xD8a8843b0a5aba6B030E92B3F4d669FaD8A5BE50/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD9016A907Dc0ECfA3ca425ab20B6b785B42F2373/info.json b/blockchains/ethereum/assets/0xD9016A907Dc0ECfA3ca425ab20B6b785B42F2373/info.json
deleted file mode 100644
index 052b286b29ab1..0000000000000
--- a/blockchains/ethereum/assets/0xD9016A907Dc0ECfA3ca425ab20B6b785B42F2373/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GAMEE Token",
- "website": "https://token.gamee.com",
- "description": "The GAMEE Token is an ERC-20 utility token that is designed to be the currency of purchase, utility and reward in supported play-to-earn games provided on the GAMEE entertainment platform.",
- "explorer": "https://etherscan.io/token/0xD9016A907Dc0ECfA3ca425ab20B6b785B42F2373",
- "type": "ERC20",
- "symbol": "GMEE",
- "decimals": 18,
- "status": "active",
- "id": "0xD9016A907Dc0ECfA3ca425ab20B6b785B42F2373"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD9016A907Dc0ECfA3ca425ab20B6b785B42F2373/logo.png b/blockchains/ethereum/assets/0xD9016A907Dc0ECfA3ca425ab20B6b785B42F2373/logo.png
deleted file mode 100644
index 791c6bf7e8e16..0000000000000
Binary files a/blockchains/ethereum/assets/0xD9016A907Dc0ECfA3ca425ab20B6b785B42F2373/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD904e97c5989E4084cc2Ccf7bF6C633BbE9DD4c6/info.json b/blockchains/ethereum/assets/0xD904e97c5989E4084cc2Ccf7bF6C633BbE9DD4c6/info.json
deleted file mode 100644
index b29d297fd1348..0000000000000
--- a/blockchains/ethereum/assets/0xD904e97c5989E4084cc2Ccf7bF6C633BbE9DD4c6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-14/30M44",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD904e97c5989E4084cc2Ccf7bF6C633BbE9DD4c6",
- "status": "abandoned",
- "id": "0xD904e97c5989E4084cc2Ccf7bF6C633BbE9DD4c6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD904e97c5989E4084cc2Ccf7bF6C633BbE9DD4c6/logo.png b/blockchains/ethereum/assets/0xD904e97c5989E4084cc2Ccf7bF6C633BbE9DD4c6/logo.png
deleted file mode 100644
index 7e2ad0766dc9d..0000000000000
Binary files a/blockchains/ethereum/assets/0xD904e97c5989E4084cc2Ccf7bF6C633BbE9DD4c6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD91a6162F146EF85922d9A15eE6eB14A00344586/info.json b/blockchains/ethereum/assets/0xD91a6162F146EF85922d9A15eE6eB14A00344586/info.json
deleted file mode 100644
index f5f6293f2c2b7..0000000000000
--- a/blockchains/ethereum/assets/0xD91a6162F146EF85922d9A15eE6eB14A00344586/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sessia Kicks",
- "symbol": "KICK",
- "type": "ERC20",
- "decimals": 18,
- "description": "Using all the advantages of blockchain technology, Sessia presents a new way of communication between businesses and customers. We call it «social marketplace» - an ecosystem where brands can simply develop and apply effective promotional tools by sharing the purchases of their client with their Friends and followers.",
- "website": "https://sessia.com",
- "explorer": "https://etherscan.io/token/0xD91a6162F146EF85922d9A15eE6eB14A00344586",
- "status": "active",
- "id": "0xD91a6162F146EF85922d9A15eE6eB14A00344586"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD91a6162F146EF85922d9A15eE6eB14A00344586/logo.png b/blockchains/ethereum/assets/0xD91a6162F146EF85922d9A15eE6eB14A00344586/logo.png
deleted file mode 100644
index 84270ee91b131..0000000000000
Binary files a/blockchains/ethereum/assets/0xD91a6162F146EF85922d9A15eE6eB14A00344586/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD938137E6d96c72E4a6085412aDa2daD78ff89c4/info.json b/blockchains/ethereum/assets/0xD938137E6d96c72E4a6085412aDa2daD78ff89c4/info.json
deleted file mode 100644
index 62cd7a3abf9d2..0000000000000
--- a/blockchains/ethereum/assets/0xD938137E6d96c72E4a6085412aDa2daD78ff89c4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Change Your Life",
- "symbol": "AAA",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://abulaba.co/",
- "explorer": "https://etherscan.io/token/0xD938137E6d96c72E4a6085412aDa2daD78ff89c4",
- "status": "abandoned",
- "id": "0xD938137E6d96c72E4a6085412aDa2daD78ff89c4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD938137E6d96c72E4a6085412aDa2daD78ff89c4/logo.png b/blockchains/ethereum/assets/0xD938137E6d96c72E4a6085412aDa2daD78ff89c4/logo.png
deleted file mode 100644
index 3b3befec59309..0000000000000
Binary files a/blockchains/ethereum/assets/0xD938137E6d96c72E4a6085412aDa2daD78ff89c4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD9964E1306dda055F5284c52048712c35DdB61Fd/info.json b/blockchains/ethereum/assets/0xD9964E1306dda055F5284c52048712c35DdB61Fd/info.json
deleted file mode 100644
index 77cb376eeb721..0000000000000
--- a/blockchains/ethereum/assets/0xD9964E1306dda055F5284c52048712c35DdB61Fd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitNautic Token",
- "symbol": "BTNT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bitnautic.io",
- "explorer": "https://etherscan.io/token/0xD9964E1306dda055F5284c52048712c35DdB61Fd",
- "status": "abandoned",
- "id": "0xD9964E1306dda055F5284c52048712c35DdB61Fd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD9964E1306dda055F5284c52048712c35DdB61Fd/logo.png b/blockchains/ethereum/assets/0xD9964E1306dda055F5284c52048712c35DdB61Fd/logo.png
deleted file mode 100644
index 900c3b586ea83..0000000000000
Binary files a/blockchains/ethereum/assets/0xD9964E1306dda055F5284c52048712c35DdB61Fd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD9A12Cde03a86E800496469858De8581D3A5353d/info.json b/blockchains/ethereum/assets/0xD9A12Cde03a86E800496469858De8581D3A5353d/info.json
deleted file mode 100644
index ae0ac6e843690..0000000000000
--- a/blockchains/ethereum/assets/0xD9A12Cde03a86E800496469858De8581D3A5353d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YUP",
- "symbol": "YUP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.crowdholding.com/",
- "explorer": "https://etherscan.io/token/0xD9A12Cde03a86E800496469858De8581D3A5353d",
- "status": "abandoned",
- "id": "0xD9A12Cde03a86E800496469858De8581D3A5353d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD9A12Cde03a86E800496469858De8581D3A5353d/logo.png b/blockchains/ethereum/assets/0xD9A12Cde03a86E800496469858De8581D3A5353d/logo.png
deleted file mode 100755
index 25a7bb478e541..0000000000000
Binary files a/blockchains/ethereum/assets/0xD9A12Cde03a86E800496469858De8581D3A5353d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD9A24485e71B9148e0Fd51F0162072099DF0dB67/info.json b/blockchains/ethereum/assets/0xD9A24485e71B9148e0Fd51F0162072099DF0dB67/info.json
deleted file mode 100644
index d819167e3fd59..0000000000000
--- a/blockchains/ethereum/assets/0xD9A24485e71B9148e0Fd51F0162072099DF0dB67/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Stable PERL",
- "website": "https://ichi.org",
- "description": "Stable PERL is the stablecoin created for the PERL.eco community. Backed by both a treasury of PERL and collateral of USDC this ERC20 token can be redeemed for USDC at anytime and also provides a vote for governance of the PERL treasury.",
- "explorer": "https://etherscan.io/token/0xD9A24485e71B9148e0Fd51F0162072099DF0dB67",
- "type": "ERC20",
- "symbol": "onePERL",
- "decimals": 18,
- "status": "active",
- "id": "0xD9A24485e71B9148e0Fd51F0162072099DF0dB67",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ichifarm/ichi-oneToken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ichifarm"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ichifarm"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ichifarm"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/Bm6pUHjHUC"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/oneperl"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD9A24485e71B9148e0Fd51F0162072099DF0dB67/logo.png b/blockchains/ethereum/assets/0xD9A24485e71B9148e0Fd51F0162072099DF0dB67/logo.png
deleted file mode 100644
index 5ee21672b3da2..0000000000000
Binary files a/blockchains/ethereum/assets/0xD9A24485e71B9148e0Fd51F0162072099DF0dB67/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD9A947789974bAD9BE77E45C2b327174A9c59D71/info.json b/blockchains/ethereum/assets/0xD9A947789974bAD9BE77E45C2b327174A9c59D71/info.json
deleted file mode 100644
index 4762ca173fb51..0000000000000
--- a/blockchains/ethereum/assets/0xD9A947789974bAD9BE77E45C2b327174A9c59D71/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ystar",
- "website": "https://ystar.io",
- "description": "YSTAR is a product aggregator for the world of DeFi 3.0. with the goal to quickly aggregate and structurally classify the latest and hottest digital asset technologies and products.",
- "explorer": "https://etherscan.io/token/0xD9A947789974bAD9BE77E45C2b327174A9c59D71",
- "type": "ERC20",
- "symbol": "YSR",
- "decimals": 18,
- "status": "active",
- "id": "0xD9A947789974bAD9BE77E45C2b327174A9c59D71"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD9A947789974bAD9BE77E45C2b327174A9c59D71/logo.png b/blockchains/ethereum/assets/0xD9A947789974bAD9BE77E45C2b327174A9c59D71/logo.png
deleted file mode 100644
index f20ea8b32b2ba..0000000000000
Binary files a/blockchains/ethereum/assets/0xD9A947789974bAD9BE77E45C2b327174A9c59D71/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD9D2C606EC5F7a01dF496768cfC9E5003B23d193/info.json b/blockchains/ethereum/assets/0xD9D2C606EC5F7a01dF496768cfC9E5003B23d193/info.json
deleted file mode 100644
index 538d5653704ae..0000000000000
--- a/blockchains/ethereum/assets/0xD9D2C606EC5F7a01dF496768cfC9E5003B23d193/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YouthCoin",
- "symbol": "YCN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD9D2C606EC5F7a01dF496768cfC9E5003B23d193",
- "status": "abandoned",
- "id": "0xD9D2C606EC5F7a01dF496768cfC9E5003B23d193"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD9D2C606EC5F7a01dF496768cfC9E5003B23d193/logo.png b/blockchains/ethereum/assets/0xD9D2C606EC5F7a01dF496768cfC9E5003B23d193/logo.png
deleted file mode 100644
index e852c1db6b81b..0000000000000
Binary files a/blockchains/ethereum/assets/0xD9D2C606EC5F7a01dF496768cfC9E5003B23d193/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD9Ec3ff1f8be459Bb9369b4E79e9Ebcf7141C093/info.json b/blockchains/ethereum/assets/0xD9Ec3ff1f8be459Bb9369b4E79e9Ebcf7141C093/info.json
deleted file mode 100644
index a0ec658b4262a..0000000000000
--- a/blockchains/ethereum/assets/0xD9Ec3ff1f8be459Bb9369b4E79e9Ebcf7141C093/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Kardiachain",
- "website": "https://kardiachain.io/",
- "description": "Kardiachain is a public blockchain platform focused on Interoperability and providing hybrid blockchain solutions for enterprises and governments in Vietnam and other countries in South & East Asia.",
- "explorer": "https://etherscan.io/token/0xD9Ec3ff1f8be459Bb9369b4E79e9Ebcf7141C093",
- "type": "ERC20",
- "symbol": "KAI",
- "decimals": 18,
- "status": "active",
- "id": "0xD9Ec3ff1f8be459Bb9369b4E79e9Ebcf7141C093",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/kardiachain"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/KardiaChain"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@KardiaChain"
- },
- {
- "name": "whitepaper",
- "url": "https://dl.kardiachain.io/KardiaChain-WhitePaper-English.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD9Ec3ff1f8be459Bb9369b4E79e9Ebcf7141C093/logo.png b/blockchains/ethereum/assets/0xD9Ec3ff1f8be459Bb9369b4E79e9Ebcf7141C093/logo.png
deleted file mode 100644
index c477c9c834af0..0000000000000
Binary files a/blockchains/ethereum/assets/0xD9Ec3ff1f8be459Bb9369b4E79e9Ebcf7141C093/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD9baE39c725A1864b1133Ad0eF1640d02f79B78c/info.json b/blockchains/ethereum/assets/0xD9baE39c725A1864b1133Ad0eF1640d02f79B78c/info.json
deleted file mode 100644
index 2c1fed4c73385..0000000000000
--- a/blockchains/ethereum/assets/0xD9baE39c725A1864b1133Ad0eF1640d02f79B78c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Touch Smart Token",
- "symbol": "TST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://touchsocial.xyz/",
- "explorer": "https://etherscan.io/token/0xD9baE39c725A1864b1133Ad0eF1640d02f79B78c",
- "status": "abandoned",
- "id": "0xD9baE39c725A1864b1133Ad0eF1640d02f79B78c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD9baE39c725A1864b1133Ad0eF1640d02f79B78c/logo.png b/blockchains/ethereum/assets/0xD9baE39c725A1864b1133Ad0eF1640d02f79B78c/logo.png
deleted file mode 100644
index 71cad1983acf6..0000000000000
Binary files a/blockchains/ethereum/assets/0xD9baE39c725A1864b1133Ad0eF1640d02f79B78c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xD9d993FDD6dad5270C0896b364bdBefF38e010CF/info.json b/blockchains/ethereum/assets/0xD9d993FDD6dad5270C0896b364bdBefF38e010CF/info.json
deleted file mode 100644
index 1b85a5cc97ba5..0000000000000
--- a/blockchains/ethereum/assets/0xD9d993FDD6dad5270C0896b364bdBefF38e010CF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BIGG CASH",
- "symbol": "BIGG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xD9d993FDD6dad5270C0896b364bdBefF38e010CF",
- "status": "abandoned",
- "id": "0xD9d993FDD6dad5270C0896b364bdBefF38e010CF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xD9d993FDD6dad5270C0896b364bdBefF38e010CF/logo.png b/blockchains/ethereum/assets/0xD9d993FDD6dad5270C0896b364bdBefF38e010CF/logo.png
deleted file mode 100644
index 8f423f5b4c1a6..0000000000000
Binary files a/blockchains/ethereum/assets/0xD9d993FDD6dad5270C0896b364bdBefF38e010CF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDA80B20038BDF968C7307BB5907A469482CF6251/info.json b/blockchains/ethereum/assets/0xDA80B20038BDF968C7307BB5907A469482CF6251/info.json
deleted file mode 100644
index 2f7f263d80c34..0000000000000
--- a/blockchains/ethereum/assets/0xDA80B20038BDF968C7307BB5907A469482CF6251/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BrokerNekoNetwork",
- "symbol": "BNN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.brokerneko.com",
- "explorer": "https://etherscan.io/token/0xDA80B20038BDF968C7307BB5907A469482CF6251",
- "status": "abandoned",
- "id": "0xDA80B20038BDF968C7307BB5907A469482CF6251"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDA80B20038BDF968C7307BB5907A469482CF6251/logo.png b/blockchains/ethereum/assets/0xDA80B20038BDF968C7307BB5907A469482CF6251/logo.png
deleted file mode 100644
index 2b415c9fc1d2d..0000000000000
Binary files a/blockchains/ethereum/assets/0xDA80B20038BDF968C7307BB5907A469482CF6251/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDAC4AE188AcE3C8985765eDc6C9B4739D4845DdC/info.json b/blockchains/ethereum/assets/0xDAC4AE188AcE3C8985765eDc6C9B4739D4845DdC/info.json
deleted file mode 100644
index 28bb5dfafa474..0000000000000
--- a/blockchains/ethereum/assets/0xDAC4AE188AcE3C8985765eDc6C9B4739D4845DdC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "InterValue",
- "symbol": "INVE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.inve.one",
- "explorer": "https://etherscan.io/token/0xDAC4AE188AcE3C8985765eDc6C9B4739D4845DdC",
- "status": "active",
- "id": "0xDAC4AE188AcE3C8985765eDc6C9B4739D4845DdC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDAC4AE188AcE3C8985765eDc6C9B4739D4845DdC/logo.png b/blockchains/ethereum/assets/0xDAC4AE188AcE3C8985765eDc6C9B4739D4845DdC/logo.png
deleted file mode 100644
index 31b2f92070134..0000000000000
Binary files a/blockchains/ethereum/assets/0xDAC4AE188AcE3C8985765eDc6C9B4739D4845DdC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDAc15794F0fadfDcF3A93AEAabdc7caC19066724/info.json b/blockchains/ethereum/assets/0xDAc15794F0fadfDcF3A93AEAabdc7caC19066724/info.json
deleted file mode 100644
index ed2794c993ce5..0000000000000
--- a/blockchains/ethereum/assets/0xDAc15794F0fadfDcF3A93AEAabdc7caC19066724/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GREENX",
- "symbol": "GEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.greenx.network",
- "explorer": "https://etherscan.io/token/0xDAc15794F0fadfDcF3A93AEAabdc7caC19066724",
- "status": "abandoned",
- "id": "0xDAc15794F0fadfDcF3A93AEAabdc7caC19066724"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDAc15794F0fadfDcF3A93AEAabdc7caC19066724/logo.png b/blockchains/ethereum/assets/0xDAc15794F0fadfDcF3A93AEAabdc7caC19066724/logo.png
deleted file mode 100755
index c1ead4e803b7f..0000000000000
Binary files a/blockchains/ethereum/assets/0xDAc15794F0fadfDcF3A93AEAabdc7caC19066724/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDAf76716996052aff7edb66Ef0Edb301BF001B6F/info.json b/blockchains/ethereum/assets/0xDAf76716996052aff7edb66Ef0Edb301BF001B6F/info.json
deleted file mode 100644
index a7cd04f0d5ab9..0000000000000
--- a/blockchains/ethereum/assets/0xDAf76716996052aff7edb66Ef0Edb301BF001B6F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ABACOIN",
- "symbol": "ABA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDAf76716996052aff7edb66Ef0Edb301BF001B6F",
- "status": "abandoned",
- "id": "0xDAf76716996052aff7edb66Ef0Edb301BF001B6F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDAf76716996052aff7edb66Ef0Edb301BF001B6F/logo.png b/blockchains/ethereum/assets/0xDAf76716996052aff7edb66Ef0Edb301BF001B6F/logo.png
deleted file mode 100644
index 149f85efbd651..0000000000000
Binary files a/blockchains/ethereum/assets/0xDAf76716996052aff7edb66Ef0Edb301BF001B6F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDB09eEB26C0194DAA59E539c360300376208969a/info.json b/blockchains/ethereum/assets/0xDB09eEB26C0194DAA59E539c360300376208969a/info.json
deleted file mode 100644
index 6da3c0963dfe9..0000000000000
--- a/blockchains/ethereum/assets/0xDB09eEB26C0194DAA59E539c360300376208969a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C553250",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDB09eEB26C0194DAA59E539c360300376208969a",
- "status": "abandoned",
- "id": "0xDB09eEB26C0194DAA59E539c360300376208969a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDB09eEB26C0194DAA59E539c360300376208969a/logo.png b/blockchains/ethereum/assets/0xDB09eEB26C0194DAA59E539c360300376208969a/logo.png
deleted file mode 100644
index 1c1360d114ad8..0000000000000
Binary files a/blockchains/ethereum/assets/0xDB09eEB26C0194DAA59E539c360300376208969a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDB13025b219dB5e4529f48b65Ff009a26B6Ae733/info.json b/blockchains/ethereum/assets/0xDB13025b219dB5e4529f48b65Ff009a26B6Ae733/info.json
deleted file mode 100644
index 01b591df693ee..0000000000000
--- a/blockchains/ethereum/assets/0xDB13025b219dB5e4529f48b65Ff009a26B6Ae733/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ubricoin",
- "symbol": "UBN",
- "type": "ERC20",
- "decimals": 18,
- "description": "Ustawi Biomedical Research Innovation and Industrial Centers of Africa describes itself as a life science and health production (LSHP) organization. The Ubrica project in Kenya aims to use Ubricoin to create incentives for biomedical research and facilitate the development/commercialization of quality health care services.",
- "website": "https://ubricoin.ubrica.com/",
- "explorer": "https://etherscan.io/token/0xDB13025b219dB5e4529f48b65Ff009a26B6Ae733",
- "status": "active",
- "id": "0xDB13025b219dB5e4529f48b65Ff009a26B6Ae733"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDB13025b219dB5e4529f48b65Ff009a26B6Ae733/logo.png b/blockchains/ethereum/assets/0xDB13025b219dB5e4529f48b65Ff009a26B6Ae733/logo.png
deleted file mode 100644
index 4c10e5a34e04e..0000000000000
Binary files a/blockchains/ethereum/assets/0xDB13025b219dB5e4529f48b65Ff009a26B6Ae733/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDB13fB60D3fDdaBc41743D9d603CE3F42C17D057/info.json b/blockchains/ethereum/assets/0xDB13fB60D3fDdaBc41743D9d603CE3F42C17D057/info.json
deleted file mode 100644
index 8aff74e1a8f22..0000000000000
--- a/blockchains/ethereum/assets/0xDB13fB60D3fDdaBc41743D9d603CE3F42C17D057/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Baby Token",
- "symbol": "BABY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDB13fB60D3fDdaBc41743D9d603CE3F42C17D057",
- "status": "abandoned",
- "id": "0xDB13fB60D3fDdaBc41743D9d603CE3F42C17D057"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDB13fB60D3fDdaBc41743D9d603CE3F42C17D057/logo.png b/blockchains/ethereum/assets/0xDB13fB60D3fDdaBc41743D9d603CE3F42C17D057/logo.png
deleted file mode 100644
index 1aaed2c1da06d..0000000000000
Binary files a/blockchains/ethereum/assets/0xDB13fB60D3fDdaBc41743D9d603CE3F42C17D057/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDB61354E9cf2217a29770E9811832B360a8DAad3/info.json b/blockchains/ethereum/assets/0xDB61354E9cf2217a29770E9811832B360a8DAad3/info.json
deleted file mode 100644
index 0792a6c3e1f5a..0000000000000
--- a/blockchains/ethereum/assets/0xDB61354E9cf2217a29770E9811832B360a8DAad3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "3X Long Litecoin Token",
- "symbol": "LTCBULL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ftx.com/tokens/LTCBULL",
- "explorer": "https://etherscan.io/token/0xDB61354E9cf2217a29770E9811832B360a8DAad3",
- "status": "abandoned",
- "id": "0xDB61354E9cf2217a29770E9811832B360a8DAad3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDB61354E9cf2217a29770E9811832B360a8DAad3/logo.png b/blockchains/ethereum/assets/0xDB61354E9cf2217a29770E9811832B360a8DAad3/logo.png
deleted file mode 100644
index a8cc1f578d450..0000000000000
Binary files a/blockchains/ethereum/assets/0xDB61354E9cf2217a29770E9811832B360a8DAad3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDB6e0077C6c1BCBe557a6fC4fB912685519E597C/info.json b/blockchains/ethereum/assets/0xDB6e0077C6c1BCBe557a6fC4fB912685519E597C/info.json
deleted file mode 100644
index a2081bd596169..0000000000000
--- a/blockchains/ethereum/assets/0xDB6e0077C6c1BCBe557a6fC4fB912685519E597C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WEEDCRYPTO",
- "symbol": "WDCR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDB6e0077C6c1BCBe557a6fC4fB912685519E597C",
- "status": "abandoned",
- "id": "0xDB6e0077C6c1BCBe557a6fC4fB912685519E597C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDB6e0077C6c1BCBe557a6fC4fB912685519E597C/logo.png b/blockchains/ethereum/assets/0xDB6e0077C6c1BCBe557a6fC4fB912685519E597C/logo.png
deleted file mode 100644
index 43b37265e5a81..0000000000000
Binary files a/blockchains/ethereum/assets/0xDB6e0077C6c1BCBe557a6fC4fB912685519E597C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDB7Eab9bA6be88B869F738f6DEeBa96d49Fe13fd/info.json b/blockchains/ethereum/assets/0xDB7Eab9bA6be88B869F738f6DEeBa96d49Fe13fd/info.json
deleted file mode 100644
index 1a286ab7e1e65..0000000000000
--- a/blockchains/ethereum/assets/0xDB7Eab9bA6be88B869F738f6DEeBa96d49Fe13fd/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "BOOM",
- "symbol": "BOOM",
- "type": "ERC20",
- "decimals": 18,
- "description": "BOOM project is a social experiment, which aims to explore the market influence of an extremely deflationary cryptocurrency, and it will validate the effect of BOOM token as a hedge against the rapid inflation in token ecosystem.",
- "website": "https://www.boomtoken.io/",
- "explorer": "https://etherscan.io/token/0xDB7Eab9bA6be88B869F738f6DEeBa96d49Fe13fd",
- "status": "active",
- "id": "0xDB7Eab9bA6be88B869F738f6DEeBa96d49Fe13fd",
- "tags": [
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDB7Eab9bA6be88B869F738f6DEeBa96d49Fe13fd/logo.png b/blockchains/ethereum/assets/0xDB7Eab9bA6be88B869F738f6DEeBa96d49Fe13fd/logo.png
deleted file mode 100644
index b6bb8e1351256..0000000000000
Binary files a/blockchains/ethereum/assets/0xDB7Eab9bA6be88B869F738f6DEeBa96d49Fe13fd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDB7eB3edE973665b1BB9F3016861E3255062E4ED/info.json b/blockchains/ethereum/assets/0xDB7eB3edE973665b1BB9F3016861E3255062E4ED/info.json
deleted file mode 100644
index b8fa50c14ea14..0000000000000
--- a/blockchains/ethereum/assets/0xDB7eB3edE973665b1BB9F3016861E3255062E4ED/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MNFT",
- "symbol": "MNFT",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDB7eB3edE973665b1BB9F3016861E3255062E4ED",
- "status": "abandoned",
- "id": "0xDB7eB3edE973665b1BB9F3016861E3255062E4ED"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDB7eB3edE973665b1BB9F3016861E3255062E4ED/logo.png b/blockchains/ethereum/assets/0xDB7eB3edE973665b1BB9F3016861E3255062E4ED/logo.png
deleted file mode 100644
index 1e3077dee0962..0000000000000
Binary files a/blockchains/ethereum/assets/0xDB7eB3edE973665b1BB9F3016861E3255062E4ED/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDB9EA477A2E1985B437e02c2Cd84d72E6Bf72c76/info.json b/blockchains/ethereum/assets/0xDB9EA477A2E1985B437e02c2Cd84d72E6Bf72c76/info.json
deleted file mode 100644
index 43d5dac870851..0000000000000
--- a/blockchains/ethereum/assets/0xDB9EA477A2E1985B437e02c2Cd84d72E6Bf72c76/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dabdragon Tokens",
- "symbol": "DABER",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDB9EA477A2E1985B437e02c2Cd84d72E6Bf72c76",
- "status": "abandoned",
- "id": "0xDB9EA477A2E1985B437e02c2Cd84d72E6Bf72c76"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDB9EA477A2E1985B437e02c2Cd84d72E6Bf72c76/logo.png b/blockchains/ethereum/assets/0xDB9EA477A2E1985B437e02c2Cd84d72E6Bf72c76/logo.png
deleted file mode 100644
index a0c17a8c19b40..0000000000000
Binary files a/blockchains/ethereum/assets/0xDB9EA477A2E1985B437e02c2Cd84d72E6Bf72c76/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDBdDf072d7aae7B9288e31A4eebe6C54e3a143b1/info.json b/blockchains/ethereum/assets/0xDBdDf072d7aae7B9288e31A4eebe6C54e3a143b1/info.json
deleted file mode 100644
index 830d7c8efff71..0000000000000
--- a/blockchains/ethereum/assets/0xDBdDf072d7aae7B9288e31A4eebe6C54e3a143b1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crowny Token (CRWNY)",
- "type": "ERC20",
- "symbol": "CRWNY",
- "decimals": 18,
- "website": "https://crowny.io",
- "description": "Token to support the Crowny marketing platform that allows users to interact and engage with their favorite brands",
- "explorer": "https://etherscan.io/token/0xDBdDf072d7aae7B9288e31A4eebe6C54e3a143b1",
- "status": "active",
- "id": "0xDBdDf072d7aae7B9288e31A4eebe6C54e3a143b1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDBdDf072d7aae7B9288e31A4eebe6C54e3a143b1/logo.png b/blockchains/ethereum/assets/0xDBdDf072d7aae7B9288e31A4eebe6C54e3a143b1/logo.png
deleted file mode 100644
index c0aa425c3c918..0000000000000
Binary files a/blockchains/ethereum/assets/0xDBdDf072d7aae7B9288e31A4eebe6C54e3a143b1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDC349913d53b446485E98b76800b6254f43Df695/info.json b/blockchains/ethereum/assets/0xDC349913d53b446485E98b76800b6254f43Df695/info.json
deleted file mode 100644
index 76d45abdf89b2..0000000000000
--- a/blockchains/ethereum/assets/0xDC349913d53b446485E98b76800b6254f43Df695/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bezoge Earth",
- "website": "http://www.bezoge.com/",
- "description": "BEZOGE is developed to follow the footsteps of some of the best performing experimental coins and amalgamate their features into one coin.",
- "explorer": "https://etherscan.io/token/0xDC349913d53b446485E98b76800b6254f43Df695",
- "type": "ERC20",
- "symbol": "BEZOGE",
- "decimals": 9,
- "status": "active",
- "id": "0xDC349913d53b446485E98b76800b6254f43Df695"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDC349913d53b446485E98b76800b6254f43Df695/logo.png b/blockchains/ethereum/assets/0xDC349913d53b446485E98b76800b6254f43Df695/logo.png
deleted file mode 100644
index 35e8a363fdc80..0000000000000
Binary files a/blockchains/ethereum/assets/0xDC349913d53b446485E98b76800b6254f43Df695/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDC4A7A6632b1aF0e4E0A3C424936563A08503126/info.json b/blockchains/ethereum/assets/0xDC4A7A6632b1aF0e4E0A3C424936563A08503126/info.json
deleted file mode 100644
index 816557c012883..0000000000000
--- a/blockchains/ethereum/assets/0xDC4A7A6632b1aF0e4E0A3C424936563A08503126/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "StarlightToken",
- "symbol": "STRT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDC4A7A6632b1aF0e4E0A3C424936563A08503126",
- "status": "abandoned",
- "id": "0xDC4A7A6632b1aF0e4E0A3C424936563A08503126"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDC4A7A6632b1aF0e4E0A3C424936563A08503126/logo.png b/blockchains/ethereum/assets/0xDC4A7A6632b1aF0e4E0A3C424936563A08503126/logo.png
deleted file mode 100644
index 61850527ae0c9..0000000000000
Binary files a/blockchains/ethereum/assets/0xDC4A7A6632b1aF0e4E0A3C424936563A08503126/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDCC27bBaa14cAFD8a6aeB847E1B01C5DFFB70935/info.json b/blockchains/ethereum/assets/0xDCC27bBaa14cAFD8a6aeB847E1B01C5DFFB70935/info.json
deleted file mode 100644
index e338ee6e578ee..0000000000000
--- a/blockchains/ethereum/assets/0xDCC27bBaa14cAFD8a6aeB847E1B01C5DFFB70935/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VANTA Token",
- "symbol": "VNT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://vanta.network",
- "explorer": "https://etherscan.io/token/0xDCC27bBaa14cAFD8a6aeB847E1B01C5DFFB70935",
- "status": "abandoned",
- "id": "0xDCC27bBaa14cAFD8a6aeB847E1B01C5DFFB70935"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDCC27bBaa14cAFD8a6aeB847E1B01C5DFFB70935/logo.png b/blockchains/ethereum/assets/0xDCC27bBaa14cAFD8a6aeB847E1B01C5DFFB70935/logo.png
deleted file mode 100644
index 2f764f5512d12..0000000000000
Binary files a/blockchains/ethereum/assets/0xDCC27bBaa14cAFD8a6aeB847E1B01C5DFFB70935/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDCEf0710B10aD66bC2194b412fb37C65D4D0A965/info.json b/blockchains/ethereum/assets/0xDCEf0710B10aD66bC2194b412fb37C65D4D0A965/info.json
deleted file mode 100644
index 93bf79c30107a..0000000000000
--- a/blockchains/ethereum/assets/0xDCEf0710B10aD66bC2194b412fb37C65D4D0A965/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "lothlor",
- "symbol": "LOT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDCEf0710B10aD66bC2194b412fb37C65D4D0A965",
- "status": "abandoned",
- "id": "0xDCEf0710B10aD66bC2194b412fb37C65D4D0A965"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDCEf0710B10aD66bC2194b412fb37C65D4D0A965/logo.png b/blockchains/ethereum/assets/0xDCEf0710B10aD66bC2194b412fb37C65D4D0A965/logo.png
deleted file mode 100644
index 3784ff1261512..0000000000000
Binary files a/blockchains/ethereum/assets/0xDCEf0710B10aD66bC2194b412fb37C65D4D0A965/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDCac1E6732CB951282E1CFc18b26AdB5d1F995e2/info.json b/blockchains/ethereum/assets/0xDCac1E6732CB951282E1CFc18b26AdB5d1F995e2/info.json
deleted file mode 100644
index 2ca5d5a73af42..0000000000000
--- a/blockchains/ethereum/assets/0xDCac1E6732CB951282E1CFc18b26AdB5d1F995e2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrueGoldCoin",
- "symbol": "TGC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDCac1E6732CB951282E1CFc18b26AdB5d1F995e2",
- "status": "abandoned",
- "id": "0xDCac1E6732CB951282E1CFc18b26AdB5d1F995e2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDCac1E6732CB951282E1CFc18b26AdB5d1F995e2/logo.png b/blockchains/ethereum/assets/0xDCac1E6732CB951282E1CFc18b26AdB5d1F995e2/logo.png
deleted file mode 100644
index 5eb97a266117c..0000000000000
Binary files a/blockchains/ethereum/assets/0xDCac1E6732CB951282E1CFc18b26AdB5d1F995e2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDCe9405C22263CEB0568E05DC1379A800B3Df9f7/info.json b/blockchains/ethereum/assets/0xDCe9405C22263CEB0568E05DC1379A800B3Df9f7/info.json
deleted file mode 100644
index 8f81d03bec919..0000000000000
--- a/blockchains/ethereum/assets/0xDCe9405C22263CEB0568E05DC1379A800B3Df9f7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gold",
- "symbol": "GOLD",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "https://coin999.cash/",
- "explorer": "https://etherscan.io/token/0xDCe9405C22263CEB0568E05DC1379A800B3Df9f7",
- "status": "abandoned",
- "id": "0xDCe9405C22263CEB0568E05DC1379A800B3Df9f7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDCe9405C22263CEB0568E05DC1379A800B3Df9f7/logo.png b/blockchains/ethereum/assets/0xDCe9405C22263CEB0568E05DC1379A800B3Df9f7/logo.png
deleted file mode 100644
index da14999af308b..0000000000000
Binary files a/blockchains/ethereum/assets/0xDCe9405C22263CEB0568E05DC1379A800B3Df9f7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDD16eC0F66E54d453e6756713E533355989040E4/info.json b/blockchains/ethereum/assets/0xDD16eC0F66E54d453e6756713E533355989040E4/info.json
deleted file mode 100644
index 92deb1c52e318..0000000000000
--- a/blockchains/ethereum/assets/0xDD16eC0F66E54d453e6756713E533355989040E4/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Tokenomy Token",
- "website": "https://tokenomy.com/",
- "description": "Cryptocurrency ecosystem for trading and earning yield.",
- "explorer": "https://etherscan.io/token/0xdd16ec0f66e54d453e6756713e533355989040e4",
- "type": "ERC20",
- "symbol": "TEN",
- "decimals": 18,
- "status": "active",
- "id": "0xDD16eC0F66E54d453e6756713E533355989040E4",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Twitter"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/TOKENOMY/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDD16eC0F66E54d453e6756713E533355989040E4/logo.png b/blockchains/ethereum/assets/0xDD16eC0F66E54d453e6756713E533355989040E4/logo.png
deleted file mode 100644
index 96384a10520af..0000000000000
Binary files a/blockchains/ethereum/assets/0xDD16eC0F66E54d453e6756713E533355989040E4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDD436a0Dce9244B36599AE7b22f0373b4e33992d/info.json b/blockchains/ethereum/assets/0xDD436a0Dce9244B36599AE7b22f0373b4e33992d/info.json
deleted file mode 100644
index b34d77253f48d..0000000000000
--- a/blockchains/ethereum/assets/0xDD436a0Dce9244B36599AE7b22f0373b4e33992d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrustUSD",
- "symbol": "TRUSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "A true token only becomes a currency once it’s used by markets as a store of value and means of exchange. TrustUSD is a stable asset protected against inflation and market volatiltiy while also serving the world’s underbanked.",
- "website": "https://unitedtrust.co/",
- "explorer": "https://etherscan.io/token/0xDD436a0Dce9244B36599AE7b22f0373b4e33992d",
- "status": "active",
- "id": "0xDD436a0Dce9244B36599AE7b22f0373b4e33992d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDD436a0Dce9244B36599AE7b22f0373b4e33992d/logo.png b/blockchains/ethereum/assets/0xDD436a0Dce9244B36599AE7b22f0373b4e33992d/logo.png
deleted file mode 100644
index 3bee04236df8e..0000000000000
Binary files a/blockchains/ethereum/assets/0xDD436a0Dce9244B36599AE7b22f0373b4e33992d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDD5c87abA6DF58e1474eA1Ffb64c36F3F7175a2f/info.json b/blockchains/ethereum/assets/0xDD5c87abA6DF58e1474eA1Ffb64c36F3F7175a2f/info.json
deleted file mode 100644
index bc06c18b5ca9a..0000000000000
--- a/blockchains/ethereum/assets/0xDD5c87abA6DF58e1474eA1Ffb64c36F3F7175a2f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ViacashToken",
- "symbol": "Viacash",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDD5c87abA6DF58e1474eA1Ffb64c36F3F7175a2f",
- "status": "abandoned",
- "id": "0xDD5c87abA6DF58e1474eA1Ffb64c36F3F7175a2f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDD5c87abA6DF58e1474eA1Ffb64c36F3F7175a2f/logo.png b/blockchains/ethereum/assets/0xDD5c87abA6DF58e1474eA1Ffb64c36F3F7175a2f/logo.png
deleted file mode 100755
index c6b2a5e669f1a..0000000000000
Binary files a/blockchains/ethereum/assets/0xDD5c87abA6DF58e1474eA1Ffb64c36F3F7175a2f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDD8a8C64431e4e11bAC0F1Ac47672145Fe54DC9D/info.json b/blockchains/ethereum/assets/0xDD8a8C64431e4e11bAC0F1Ac47672145Fe54DC9D/info.json
deleted file mode 100644
index 042a1cf3cd35c..0000000000000
--- a/blockchains/ethereum/assets/0xDD8a8C64431e4e11bAC0F1Ac47672145Fe54DC9D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tyche Chip",
- "symbol": "TYC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDD8a8C64431e4e11bAC0F1Ac47672145Fe54DC9D",
- "status": "abandoned",
- "id": "0xDD8a8C64431e4e11bAC0F1Ac47672145Fe54DC9D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDD8a8C64431e4e11bAC0F1Ac47672145Fe54DC9D/logo.png b/blockchains/ethereum/assets/0xDD8a8C64431e4e11bAC0F1Ac47672145Fe54DC9D/logo.png
deleted file mode 100644
index d3e6c1f79a832..0000000000000
Binary files a/blockchains/ethereum/assets/0xDD8a8C64431e4e11bAC0F1Ac47672145Fe54DC9D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDDB3422497E61e13543BeA06989C0789117555c5/info.json b/blockchains/ethereum/assets/0xDDB3422497E61e13543BeA06989C0789117555c5/info.json
deleted file mode 100644
index b649a6a87e1a3..0000000000000
--- a/blockchains/ethereum/assets/0xDDB3422497E61e13543BeA06989C0789117555c5/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "COTI",
- "website": "https://coti.io/",
- "description": "COTI a fixed-supply DAG-based cryptocurrency.",
- "explorer": "https://etherscan.io/token/0xDDB3422497E61e13543BeA06989C0789117555c5",
- "research": "https://coti.io/technology",
- "type": "ERC20",
- "symbol": "COTI",
- "decimals": 18,
- "status": "active",
- "id": "0xDDB3422497E61e13543BeA06989C0789117555c5",
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDDB3422497E61e13543BeA06989C0789117555c5/logo.png b/blockchains/ethereum/assets/0xDDB3422497E61e13543BeA06989C0789117555c5/logo.png
deleted file mode 100644
index 89615d3cf46c1..0000000000000
Binary files a/blockchains/ethereum/assets/0xDDB3422497E61e13543BeA06989C0789117555c5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDDCE370b6E80653fB226803385a58c0f8e49D9d4/info.json b/blockchains/ethereum/assets/0xDDCE370b6E80653fB226803385a58c0f8e49D9d4/info.json
deleted file mode 100644
index 176d31f704867..0000000000000
--- a/blockchains/ethereum/assets/0xDDCE370b6E80653fB226803385a58c0f8e49D9d4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Eco Finances",
- "website": "https://ecofinances.io",
- "description": "EcoFinances Token is a internal token payment in ecosystem.",
- "explorer": "https://etherscan.io/token/0xDDCE370b6E80653fB226803385a58c0f8e49D9d4",
- "type": "ERC20",
- "symbol": "EFC",
- "decimals": 18,
- "status": "active",
- "id": "0xDDCE370b6E80653fB226803385a58c0f8e49D9d4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDDCE370b6E80653fB226803385a58c0f8e49D9d4/logo.png b/blockchains/ethereum/assets/0xDDCE370b6E80653fB226803385a58c0f8e49D9d4/logo.png
deleted file mode 100644
index 3b5f39c23c74b..0000000000000
Binary files a/blockchains/ethereum/assets/0xDDCE370b6E80653fB226803385a58c0f8e49D9d4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDDD460bBD9F79847ea08681563e8A9696867210C/info.json b/blockchains/ethereum/assets/0xDDD460bBD9F79847ea08681563e8A9696867210C/info.json
deleted file mode 100644
index 2d468dffac75f..0000000000000
--- a/blockchains/ethereum/assets/0xDDD460bBD9F79847ea08681563e8A9696867210C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Spendcoin",
- "symbol": "SPND",
- "type": "ERC20",
- "decimals": 18,
- "description": "Spendcoin is a decentralized cryptocurrency that powers the Spend.com ecosystem of products. Spend has two financial services products, the Spend App and Spend Card, which are products of Spend.com that give our users a multi-currency digital wallet that they are able to store fiat and digital assets/currencies.",
- "website": "https://spend.org",
- "explorer": "https://etherscan.io/token/0xDDD460bBD9F79847ea08681563e8A9696867210C",
- "status": "active",
- "id": "0xDDD460bBD9F79847ea08681563e8A9696867210C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDDD460bBD9F79847ea08681563e8A9696867210C/logo.png b/blockchains/ethereum/assets/0xDDD460bBD9F79847ea08681563e8A9696867210C/logo.png
deleted file mode 100644
index bf2212c111842..0000000000000
Binary files a/blockchains/ethereum/assets/0xDDD460bBD9F79847ea08681563e8A9696867210C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDDa8AE425F50eC838b73E9DA6C75D5B01D1f642E/info.json b/blockchains/ethereum/assets/0xDDa8AE425F50eC838b73E9DA6C75D5B01D1f642E/info.json
deleted file mode 100644
index f2359cfbf1a37..0000000000000
--- a/blockchains/ethereum/assets/0xDDa8AE425F50eC838b73E9DA6C75D5B01D1f642E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MILFcoin",
- "symbol": "MILF",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDDa8AE425F50eC838b73E9DA6C75D5B01D1f642E",
- "status": "abandoned",
- "id": "0xDDa8AE425F50eC838b73E9DA6C75D5B01D1f642E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDDa8AE425F50eC838b73E9DA6C75D5B01D1f642E/logo.png b/blockchains/ethereum/assets/0xDDa8AE425F50eC838b73E9DA6C75D5B01D1f642E/logo.png
deleted file mode 100644
index 1ff9474b9bec5..0000000000000
Binary files a/blockchains/ethereum/assets/0xDDa8AE425F50eC838b73E9DA6C75D5B01D1f642E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDDdddd4301A082e62E84e43F474f044423921918/info.json b/blockchains/ethereum/assets/0xDDdddd4301A082e62E84e43F474f044423921918/info.json
deleted file mode 100644
index 67bd81c043d72..0000000000000
--- a/blockchains/ethereum/assets/0xDDdddd4301A082e62E84e43F474f044423921918/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "DeversiFi Token",
- "type": "ERC20",
- "symbol": "DVF",
- "decimals": 18,
- "website": "https://www.rhino.fi/",
- "description": "RhinoFi is designed as a Layer 2 protocol on Ethereum using zk proofs for settlement.",
- "explorer": "https://etherscan.io/token/0xdddddd4301a082e62e84e43f474f044423921918",
- "status": "active",
- "id": "0xDDdddd4301A082e62E84e43F474f044423921918",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/rhinofi"
- },
- {
- "name": "discord",
- "url": "https://discord.com/26sXx2KAhy"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/deversifi/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDDdddd4301A082e62E84e43F474f044423921918/logo.png b/blockchains/ethereum/assets/0xDDdddd4301A082e62E84e43F474f044423921918/logo.png
deleted file mode 100644
index f548b2000edba..0000000000000
Binary files a/blockchains/ethereum/assets/0xDDdddd4301A082e62E84e43F474f044423921918/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDDe12a12A6f67156e0DA672be05c374e1B0a3e57/info.json b/blockchains/ethereum/assets/0xDDe12a12A6f67156e0DA672be05c374e1B0a3e57/info.json
deleted file mode 100644
index 75d03af3d25d9..0000000000000
--- a/blockchains/ethereum/assets/0xDDe12a12A6f67156e0DA672be05c374e1B0a3e57/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JOYSO",
- "symbol": "JOY",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://joyso.io/",
- "explorer": "https://etherscan.io/token/0xDDe12a12A6f67156e0DA672be05c374e1B0a3e57",
- "status": "abandoned",
- "id": "0xDDe12a12A6f67156e0DA672be05c374e1B0a3e57"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDDe12a12A6f67156e0DA672be05c374e1B0a3e57/logo.png b/blockchains/ethereum/assets/0xDDe12a12A6f67156e0DA672be05c374e1B0a3e57/logo.png
deleted file mode 100644
index 9439c566b2774..0000000000000
Binary files a/blockchains/ethereum/assets/0xDDe12a12A6f67156e0DA672be05c374e1B0a3e57/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDE075D9ADbD0240b4462F124af926452Ad0BAC91/info.json b/blockchains/ethereum/assets/0xDE075D9ADbD0240b4462F124af926452Ad0BAC91/info.json
deleted file mode 100644
index 0f27ee1090870..0000000000000
--- a/blockchains/ethereum/assets/0xDE075D9ADbD0240b4462F124af926452Ad0BAC91/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Bubblefong",
- "type": "ERC20",
- "symbol": "BBF",
- "decimals": 18,
- "website": "https://bubblefong.io",
- "description": "BBF is a governance token that maintains the game's ecosystem, and players will be able to form and build a collective network (DAO) to participate in the development direction and profits of the game. It is used for becoming a VIP, staking, etc.",
- "explorer": "https://etherscan.io/token/0xde075d9adbd0240b4462f124af926452ad0bac91",
- "status": "active",
- "id": "0xDE075D9ADbD0240b4462F124af926452Ad0BAC91",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/BubblefongGame"
- },
- {
- "name": "telegram",
- "url": "https://t.me/BubbleFongFriends"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/bubblefong/"
- }
- ],
- "tags": [
- "gamefi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDE075D9ADbD0240b4462F124af926452Ad0BAC91/logo.png b/blockchains/ethereum/assets/0xDE075D9ADbD0240b4462F124af926452Ad0BAC91/logo.png
deleted file mode 100644
index 5fce9b50afd04..0000000000000
Binary files a/blockchains/ethereum/assets/0xDE075D9ADbD0240b4462F124af926452Ad0BAC91/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDE08beE9240f2A57EaB416302E3A6271fbd3F9dE/info.json b/blockchains/ethereum/assets/0xDE08beE9240f2A57EaB416302E3A6271fbd3F9dE/info.json
deleted file mode 100644
index d94ca75853d8e..0000000000000
--- a/blockchains/ethereum/assets/0xDE08beE9240f2A57EaB416302E3A6271fbd3F9dE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dr.Agent",
- "symbol": "DRA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDE08beE9240f2A57EaB416302E3A6271fbd3F9dE",
- "status": "abandoned",
- "id": "0xDE08beE9240f2A57EaB416302E3A6271fbd3F9dE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDE08beE9240f2A57EaB416302E3A6271fbd3F9dE/logo.png b/blockchains/ethereum/assets/0xDE08beE9240f2A57EaB416302E3A6271fbd3F9dE/logo.png
deleted file mode 100644
index f4d66fd363ac9..0000000000000
Binary files a/blockchains/ethereum/assets/0xDE08beE9240f2A57EaB416302E3A6271fbd3F9dE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDE12c7959E1a72bbe8a5f7A1dc8f8EeF9Ab011B3/info.json b/blockchains/ethereum/assets/0xDE12c7959E1a72bbe8a5f7A1dc8f8EeF9Ab011B3/info.json
deleted file mode 100644
index 88d3036001fe0..0000000000000
--- a/blockchains/ethereum/assets/0xDE12c7959E1a72bbe8a5f7A1dc8f8EeF9Ab011B3/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "DEI",
- "website": "https://deus.finance/",
- "description": "DEUS Finance Evolution is a marketplace of decentralized financial services, where we provide the infrastructure for others to build financial instruments, such as synthetic stock trading platforms, options, and futures trading.",
- "explorer": "https://etherscan.io/token/0xDE12c7959E1a72bbe8a5f7A1dc8f8EeF9Ab011B3",
- "type": "ERC20",
- "symbol": "DEI",
- "decimals": 18,
- "status": "active",
- "id": "0xDE12c7959E1a72bbe8a5f7A1dc8f8EeF9Ab011B3",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/DeusDao"
- },
- {
- "name": "telegram",
- "url": "https://t.me/deusfinance"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@deusfinance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDE12c7959E1a72bbe8a5f7A1dc8f8EeF9Ab011B3/logo.png b/blockchains/ethereum/assets/0xDE12c7959E1a72bbe8a5f7A1dc8f8EeF9Ab011B3/logo.png
deleted file mode 100644
index 883b793c04b3e..0000000000000
Binary files a/blockchains/ethereum/assets/0xDE12c7959E1a72bbe8a5f7A1dc8f8EeF9Ab011B3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDE1E0AE6101b46520cF66fDC0B1059c5cC3d106c/info.json b/blockchains/ethereum/assets/0xDE1E0AE6101b46520cF66fDC0B1059c5cC3d106c/info.json
deleted file mode 100644
index 79bc56886423a..0000000000000
--- a/blockchains/ethereum/assets/0xDE1E0AE6101b46520cF66fDC0B1059c5cC3d106c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DeltaChain Token",
- "symbol": "DELTA",
- "type": "ERC20",
- "decimals": 8,
- "description": "DeltaChain inherits and develops the Ethereum technology platform, with open source P2P accelerates all transactions quickly, minimises risk, enhances high security, and does not involve any third parties.",
- "website": "https://deltachain.tech/",
- "explorer": "https://etherscan.io/token/0xDE1E0AE6101b46520cF66fDC0B1059c5cC3d106c",
- "status": "active",
- "id": "0xDE1E0AE6101b46520cF66fDC0B1059c5cC3d106c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDE1E0AE6101b46520cF66fDC0B1059c5cC3d106c/logo.png b/blockchains/ethereum/assets/0xDE1E0AE6101b46520cF66fDC0B1059c5cC3d106c/logo.png
deleted file mode 100644
index bef294aeca104..0000000000000
Binary files a/blockchains/ethereum/assets/0xDE1E0AE6101b46520cF66fDC0B1059c5cC3d106c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDE5ed76E7c05eC5e4572CfC88d1ACEA165109E44/info.json b/blockchains/ethereum/assets/0xDE5ed76E7c05eC5e4572CfC88d1ACEA165109E44/info.json
deleted file mode 100644
index b7d0a7948c18b..0000000000000
--- a/blockchains/ethereum/assets/0xDE5ed76E7c05eC5e4572CfC88d1ACEA165109E44/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "DEUS",
- "website": "https://deus.finance/",
- "description": "DEUS Finance Evolution is a marketplace of decentralized financial services, where we provide the infrastructure for others to build financial instruments, such as synthetic stock trading platforms, options, and futures trading.",
- "explorer": "https://etherscan.io/token/0xDE5ed76E7c05eC5e4572CfC88d1ACEA165109E44",
- "type": "ERC20",
- "symbol": "DEUS",
- "decimals": 18,
- "status": "active",
- "id": "0xDE5ed76E7c05eC5e4572CfC88d1ACEA165109E44",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/DeusDao"
- },
- {
- "name": "telegram",
- "url": "https://t.me/deusfinance"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@deusfinance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDE5ed76E7c05eC5e4572CfC88d1ACEA165109E44/logo.png b/blockchains/ethereum/assets/0xDE5ed76E7c05eC5e4572CfC88d1ACEA165109E44/logo.png
deleted file mode 100644
index cb37bfd75ab6a..0000000000000
Binary files a/blockchains/ethereum/assets/0xDE5ed76E7c05eC5e4572CfC88d1ACEA165109E44/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB/info.json b/blockchains/ethereum/assets/0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB/info.json
deleted file mode 100644
index 9b78d035165a7..0000000000000
--- a/blockchains/ethereum/assets/0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "COW",
- "type": "ERC20",
- "symbol": "COW",
- "decimals": 18,
- "website": "https://cow.fi",
- "description": "COW token allows its holders the right to govern and curate the infrastructure of the CoW Protocol ecosystem through the CowDAO. Additionally, COW token holders receive fee discounts when trading on CowSwap & some other perks.",
- "explorer": "https://etherscan.io/token/0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB",
- "status": "active",
- "id": "0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MEVprotection"
- },
- {
- "name": "github",
- "url": "https://github.com/gnosis/cow-token/"
- },
- {
- "name": "blog",
- "url": "https://medium.com/@cow-protocol"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/cowprotocol"
- },
- {
- "name": "forum",
- "url": "https://forum.cow.fi"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB/logo.png b/blockchains/ethereum/assets/0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB/logo.png
deleted file mode 100644
index 21fa17ac3330c..0000000000000
Binary files a/blockchains/ethereum/assets/0xDEf1CA1fb7FBcDC777520aa7f396b4E015F497aB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDF02C0d054fB4F01D8f7E2fCF61A4837CB6d868E/info.json b/blockchains/ethereum/assets/0xDF02C0d054fB4F01D8f7E2fCF61A4837CB6d868E/info.json
deleted file mode 100644
index 445df890a6728..0000000000000
--- a/blockchains/ethereum/assets/0xDF02C0d054fB4F01D8f7E2fCF61A4837CB6d868E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Brianex Token",
- "symbol": "BRXT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDF02C0d054fB4F01D8f7E2fCF61A4837CB6d868E",
- "status": "abandoned",
- "id": "0xDF02C0d054fB4F01D8f7E2fCF61A4837CB6d868E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDF02C0d054fB4F01D8f7E2fCF61A4837CB6d868E/logo.png b/blockchains/ethereum/assets/0xDF02C0d054fB4F01D8f7E2fCF61A4837CB6d868E/logo.png
deleted file mode 100644
index c6022cb14c207..0000000000000
Binary files a/blockchains/ethereum/assets/0xDF02C0d054fB4F01D8f7E2fCF61A4837CB6d868E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDF2705d4368Cd2EE3bbfF73594aE47244064dFfB/info.json b/blockchains/ethereum/assets/0xDF2705d4368Cd2EE3bbfF73594aE47244064dFfB/info.json
deleted file mode 100644
index 71f5da8ce6fb6..0000000000000
--- a/blockchains/ethereum/assets/0xDF2705d4368Cd2EE3bbfF73594aE47244064dFfB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Xenoverse",
- "symbol": "XENO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDF2705d4368Cd2EE3bbfF73594aE47244064dFfB",
- "status": "abandoned",
- "id": "0xDF2705d4368Cd2EE3bbfF73594aE47244064dFfB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDF2705d4368Cd2EE3bbfF73594aE47244064dFfB/logo.png b/blockchains/ethereum/assets/0xDF2705d4368Cd2EE3bbfF73594aE47244064dFfB/logo.png
deleted file mode 100644
index 0861204f5a9cf..0000000000000
Binary files a/blockchains/ethereum/assets/0xDF2705d4368Cd2EE3bbfF73594aE47244064dFfB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDF2C7238198Ad8B389666574f2d8bc411A4b7428/info.json b/blockchains/ethereum/assets/0xDF2C7238198Ad8B389666574f2d8bc411A4b7428/info.json
deleted file mode 100644
index 6d6bda1047e4f..0000000000000
--- a/blockchains/ethereum/assets/0xDF2C7238198Ad8B389666574f2d8bc411A4b7428/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mainframe Token",
- "symbol": "MFT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Mainframe is the platform for decentralized applications. Resistant to censorship, surveillance, and disruption, the Mainframe network enables any application to send data, store files, manage payments, run tasks, and more.",
- "website": "https://mainframe.com/",
- "explorer": "https://etherscan.io/token/0xDF2C7238198Ad8B389666574f2d8bc411A4b7428",
- "status": "active",
- "id": "0xDF2C7238198Ad8B389666574f2d8bc411A4b7428"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDF2C7238198Ad8B389666574f2d8bc411A4b7428/logo.png b/blockchains/ethereum/assets/0xDF2C7238198Ad8B389666574f2d8bc411A4b7428/logo.png
deleted file mode 100644
index 7d862132f9474..0000000000000
Binary files a/blockchains/ethereum/assets/0xDF2C7238198Ad8B389666574f2d8bc411A4b7428/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDF347911910b6c9A4286bA8E2EE5ea4a39eB2134/info.json b/blockchains/ethereum/assets/0xDF347911910b6c9A4286bA8E2EE5ea4a39eB2134/info.json
deleted file mode 100644
index 18a3f1aac2143..0000000000000
--- a/blockchains/ethereum/assets/0xDF347911910b6c9A4286bA8E2EE5ea4a39eB2134/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bob Token",
- "symbol": "BOB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.bobsrepair.com",
- "explorer": "https://etherscan.io/token/0xDF347911910b6c9A4286bA8E2EE5ea4a39eB2134",
- "status": "active",
- "id": "0xDF347911910b6c9A4286bA8E2EE5ea4a39eB2134"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDF347911910b6c9A4286bA8E2EE5ea4a39eB2134/logo.png b/blockchains/ethereum/assets/0xDF347911910b6c9A4286bA8E2EE5ea4a39eB2134/logo.png
deleted file mode 100755
index c20fc41a2a06f..0000000000000
Binary files a/blockchains/ethereum/assets/0xDF347911910b6c9A4286bA8E2EE5ea4a39eB2134/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDF859C9878Ef5e742d7BbE3C22a496c088C89Fa9/info.json b/blockchains/ethereum/assets/0xDF859C9878Ef5e742d7BbE3C22a496c088C89Fa9/info.json
deleted file mode 100644
index e60a5f5001748..0000000000000
--- a/blockchains/ethereum/assets/0xDF859C9878Ef5e742d7BbE3C22a496c088C89Fa9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FIND Token",
- "symbol": "FIND",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://g.qufen.top/",
- "explorer": "https://etherscan.io/token/0xDF859C9878Ef5e742d7BbE3C22a496c088C89Fa9",
- "status": "abandoned",
- "id": "0xDF859C9878Ef5e742d7BbE3C22a496c088C89Fa9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDF859C9878Ef5e742d7BbE3C22a496c088C89Fa9/logo.png b/blockchains/ethereum/assets/0xDF859C9878Ef5e742d7BbE3C22a496c088C89Fa9/logo.png
deleted file mode 100644
index e4acb5392c380..0000000000000
Binary files a/blockchains/ethereum/assets/0xDF859C9878Ef5e742d7BbE3C22a496c088C89Fa9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDF8673049BfcAc01244847d955d139d20815EA84/info.json b/blockchains/ethereum/assets/0xDF8673049BfcAc01244847d955d139d20815EA84/info.json
deleted file mode 100644
index 2894e28459fc0..0000000000000
--- a/blockchains/ethereum/assets/0xDF8673049BfcAc01244847d955d139d20815EA84/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PLUTUS",
- "symbol": "PLUS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDF8673049BfcAc01244847d955d139d20815EA84",
- "status": "abandoned",
- "id": "0xDF8673049BfcAc01244847d955d139d20815EA84"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDF8673049BfcAc01244847d955d139d20815EA84/logo.png b/blockchains/ethereum/assets/0xDF8673049BfcAc01244847d955d139d20815EA84/logo.png
deleted file mode 100644
index e503f68a0ea43..0000000000000
Binary files a/blockchains/ethereum/assets/0xDF8673049BfcAc01244847d955d139d20815EA84/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDFD26F13029FBD89A5db1cCD08Ce9434B697BC73/info.json b/blockchains/ethereum/assets/0xDFD26F13029FBD89A5db1cCD08Ce9434B697BC73/info.json
deleted file mode 100644
index abeffe01b33e3..0000000000000
--- a/blockchains/ethereum/assets/0xDFD26F13029FBD89A5db1cCD08Ce9434B697BC73/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Redefining Music Art & Culture",
- "symbol": "RAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDFD26F13029FBD89A5db1cCD08Ce9434B697BC73",
- "status": "abandoned",
- "id": "0xDFD26F13029FBD89A5db1cCD08Ce9434B697BC73"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDFD26F13029FBD89A5db1cCD08Ce9434B697BC73/logo.png b/blockchains/ethereum/assets/0xDFD26F13029FBD89A5db1cCD08Ce9434B697BC73/logo.png
deleted file mode 100644
index 1b16b8619b9f6..0000000000000
Binary files a/blockchains/ethereum/assets/0xDFD26F13029FBD89A5db1cCD08Ce9434B697BC73/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDFd46E425143f562E52a3AA6646BD7c9F39C9de1/info.json b/blockchains/ethereum/assets/0xDFd46E425143f562E52a3AA6646BD7c9F39C9de1/info.json
deleted file mode 100644
index bad01da07ed0d..0000000000000
--- a/blockchains/ethereum/assets/0xDFd46E425143f562E52a3AA6646BD7c9F39C9de1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR 1000",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDFd46E425143f562E52a3AA6646BD7c9F39C9de1",
- "status": "abandoned",
- "id": "0xDFd46E425143f562E52a3AA6646BD7c9F39C9de1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDFd46E425143f562E52a3AA6646BD7c9F39C9de1/logo.png b/blockchains/ethereum/assets/0xDFd46E425143f562E52a3AA6646BD7c9F39C9de1/logo.png
deleted file mode 100644
index c7894ed28b2c5..0000000000000
Binary files a/blockchains/ethereum/assets/0xDFd46E425143f562E52a3AA6646BD7c9F39C9de1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDa49AF8773Cb162ca56f8431442c750896F8C87A/info.json b/blockchains/ethereum/assets/0xDa49AF8773Cb162ca56f8431442c750896F8C87A/info.json
deleted file mode 100644
index 0387a6a2d9fee..0000000000000
--- a/blockchains/ethereum/assets/0xDa49AF8773Cb162ca56f8431442c750896F8C87A/info.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "name": "DynBTC DynaSet",
- "type": "ERC20",
- "symbol": "dynBTC",
- "decimals": 18,
- "website": "https://singularitydao.ai/dynasets/dynBTC",
- "description": "DynBTC gives users exposure to Bitcoin using long only strategies optimised by the Dynamic Asset Manager with less fees & expenses. Powered by SingularityDAO.ai.",
- "explorer": "https://etherscan.io/token/0xDa49AF8773Cb162ca56f8431442c750896F8C87A",
- "status": "active",
- "id": "0xDa49AF8773Cb162ca56f8431442c750896F8C87A",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/SingularityDao"
- },
- {
- "name": "telegram",
- "url": "https://t.me/chatsight_bot?start=dmVyaWZ5OjotMTAwMTI4NzAxNjEzNw=="
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/sdaoann"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/singularitydao"
- },
- {
- "name": "github",
- "url": "https://github.com/Singularity-DAO"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/singularitydao"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@SingularityDAO"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/singularitydao/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/singularitydao"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/SingularityDAO/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xDa49AF8773Cb162ca56f8431442c750896F8C87A/logo.png b/blockchains/ethereum/assets/0xDa49AF8773Cb162ca56f8431442c750896F8C87A/logo.png
deleted file mode 100644
index a7f87d6beb8da..0000000000000
Binary files a/blockchains/ethereum/assets/0xDa49AF8773Cb162ca56f8431442c750896F8C87A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDa4D69C10c03F9e07F69d091d525b70D8856e2b7/info.json b/blockchains/ethereum/assets/0xDa4D69C10c03F9e07F69d091d525b70D8856e2b7/info.json
deleted file mode 100644
index 1bc452bc9da8b..0000000000000
--- a/blockchains/ethereum/assets/0xDa4D69C10c03F9e07F69d091d525b70D8856e2b7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Radium Token",
- "symbol": "RAD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDa4D69C10c03F9e07F69d091d525b70D8856e2b7",
- "status": "abandoned",
- "id": "0xDa4D69C10c03F9e07F69d091d525b70D8856e2b7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDa4D69C10c03F9e07F69d091d525b70D8856e2b7/logo.png b/blockchains/ethereum/assets/0xDa4D69C10c03F9e07F69d091d525b70D8856e2b7/logo.png
deleted file mode 100755
index 7ced18284d0f8..0000000000000
Binary files a/blockchains/ethereum/assets/0xDa4D69C10c03F9e07F69d091d525b70D8856e2b7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDaF88906aC1DE12bA2b1D2f7bfC94E9638Ac40c4/info.json b/blockchains/ethereum/assets/0xDaF88906aC1DE12bA2b1D2f7bfC94E9638Ac40c4/info.json
deleted file mode 100644
index 5a89e05adff7f..0000000000000
--- a/blockchains/ethereum/assets/0xDaF88906aC1DE12bA2b1D2f7bfC94E9638Ac40c4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EpiK Protocol",
- "type": "ERC20",
- "symbol": "EPK",
- "decimals": 18,
- "website": "https://www.epik-protocol.io",
- "description": "EpiK Protocol is a decentralized trusted knowledge graph collaboration platform of the People, by the People, for the People.",
- "explorer": "https://etherscan.io/token/0xdaf88906ac1de12ba2b1d2f7bfc94e9638ac40c4",
- "status": "active",
- "id": "0xDaF88906aC1DE12bA2b1D2f7bfC94E9638Ac40c4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDaF88906aC1DE12bA2b1D2f7bfC94E9638Ac40c4/logo.png b/blockchains/ethereum/assets/0xDaF88906aC1DE12bA2b1D2f7bfC94E9638Ac40c4/logo.png
deleted file mode 100644
index 3cbc829c6011f..0000000000000
Binary files a/blockchains/ethereum/assets/0xDaF88906aC1DE12bA2b1D2f7bfC94E9638Ac40c4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDaF8a0E12fc3b109A17ED5CbB943A8f3f86081f7/info.json b/blockchains/ethereum/assets/0xDaF8a0E12fc3b109A17ED5CbB943A8f3f86081f7/info.json
deleted file mode 100644
index 5bfcc7710348d..0000000000000
--- a/blockchains/ethereum/assets/0xDaF8a0E12fc3b109A17ED5CbB943A8f3f86081f7/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "SBX",
- "website": "https://sbxtoken.io",
- "description": "Decentralized marketplace for sports consultants and sports bettors. SBX token used for betting, 10% cashback on losses. Staking Dapp live at Uniswap launch.",
- "explorer": "https://etherscan.io/token/0xDaF8a0E12fc3b109A17ED5CbB943A8f3f86081f7",
- "type": "ERC20",
- "symbol": "SBX",
- "decimals": 18,
- "status": "active",
- "id": "0xDaF8a0E12fc3b109A17ED5CbB943A8f3f86081f7",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/SBXtoken"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/6n49BTy"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDaF8a0E12fc3b109A17ED5CbB943A8f3f86081f7/logo.png b/blockchains/ethereum/assets/0xDaF8a0E12fc3b109A17ED5CbB943A8f3f86081f7/logo.png
deleted file mode 100644
index ca46b2a7486e5..0000000000000
Binary files a/blockchains/ethereum/assets/0xDaF8a0E12fc3b109A17ED5CbB943A8f3f86081f7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/info.json b/blockchains/ethereum/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/info.json
deleted file mode 100644
index 1c1abca266285..0000000000000
--- a/blockchains/ethereum/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/info.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "Vote-escrowed EverRise",
- "type": "ERC20",
- "symbol": "veRISE",
- "decimals": 18,
- "website": "https://www.everrise.com/",
- "description": "Virtual token that allows the Vote Escrowed (ve) EverRise weighted governance tokens from EverRise Staking NFTs to display in wallet balances.",
- "explorer": "https://etherscan.io/token/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b",
- "status": "active",
- "id": "0xDbA7b24257fC6e397cB7368B4BC922E944072f1b",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/everrise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/everriseofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/everriseofficial/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EverRise"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/everrise"
- },
- {
- "name": "github",
- "url": "https://github.com/everrise-ecosystem"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EverRiseToken"
- }
- ],
- "tags": [
- "defi",
- "staking",
- "nft",
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/logo.png b/blockchains/ethereum/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/logo.png
deleted file mode 100644
index 47ffbe08a8dcc..0000000000000
Binary files a/blockchains/ethereum/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDbC54C60A4dDe6f95de3c78af59f9Ff77E26AFD2/info.json b/blockchains/ethereum/assets/0xDbC54C60A4dDe6f95de3c78af59f9Ff77E26AFD2/info.json
deleted file mode 100644
index 0215c678bbe66..0000000000000
--- a/blockchains/ethereum/assets/0xDbC54C60A4dDe6f95de3c78af59f9Ff77E26AFD2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Long WBTC-DAI 4x v2",
- "symbol": "dLWBTC4x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDbC54C60A4dDe6f95de3c78af59f9Ff77E26AFD2",
- "status": "abandoned",
- "id": "0xDbC54C60A4dDe6f95de3c78af59f9Ff77E26AFD2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDbC54C60A4dDe6f95de3c78af59f9Ff77E26AFD2/logo.png b/blockchains/ethereum/assets/0xDbC54C60A4dDe6f95de3c78af59f9Ff77E26AFD2/logo.png
deleted file mode 100644
index 1f2bd4d079476..0000000000000
Binary files a/blockchains/ethereum/assets/0xDbC54C60A4dDe6f95de3c78af59f9Ff77E26AFD2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDc0327D50E6C73db2F8117760592C8BBf1CDCF38/info.json b/blockchains/ethereum/assets/0xDc0327D50E6C73db2F8117760592C8BBf1CDCF38/info.json
deleted file mode 100644
index a3ee58f9e4b35..0000000000000
--- a/blockchains/ethereum/assets/0xDc0327D50E6C73db2F8117760592C8BBf1CDCF38/info.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "name": "Stronger",
- "type": "ERC20",
- "symbol": "STRNGR",
- "decimals": 18,
- "website": "https://strongblock.com",
- "description": "Stronger is a cryptocurrency and operates on the Ethereum platform.",
- "explorer": "https://etherscan.io/token/0xDc0327D50E6C73db2F8117760592C8BBf1CDCF38",
- "status": "active",
- "id": "0xDc0327D50E6C73db2F8117760592C8BBf1CDCF38",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Strongblock_io"
- },
- {
- "name": "github",
- "url": "https://github.com/StrongBlock/StrongChain"
- },
- {
- "name": "telegram",
- "url": "https://t.me/strongblock_io"
- },
- {
- "name": "discord",
- "url": "https://discord.com/channels/787870755340943360/787870755340943363"
- },
- {
- "name": "medium",
- "url": "https://strongblockio.medium.com/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCdK_PT2R-URzv1I20rzPKLQ"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/stronger/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/stronger"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xDc0327D50E6C73db2F8117760592C8BBf1CDCF38/logo.png b/blockchains/ethereum/assets/0xDc0327D50E6C73db2F8117760592C8BBf1CDCF38/logo.png
deleted file mode 100644
index 0b1c45b8a2b7b..0000000000000
Binary files a/blockchains/ethereum/assets/0xDc0327D50E6C73db2F8117760592C8BBf1CDCF38/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDc279799643b6F52A7aDb03497f3cC941ff8f113/info.json b/blockchains/ethereum/assets/0xDc279799643b6F52A7aDb03497f3cC941ff8f113/info.json
deleted file mode 100644
index 5e224fab4f9e4..0000000000000
--- a/blockchains/ethereum/assets/0xDc279799643b6F52A7aDb03497f3cC941ff8f113/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TradeBit Token",
- "symbol": "TBT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDc279799643b6F52A7aDb03497f3cC941ff8f113",
- "status": "abandoned",
- "id": "0xDc279799643b6F52A7aDb03497f3cC941ff8f113"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDc279799643b6F52A7aDb03497f3cC941ff8f113/logo.png b/blockchains/ethereum/assets/0xDc279799643b6F52A7aDb03497f3cC941ff8f113/logo.png
deleted file mode 100644
index 93233937cf30f..0000000000000
Binary files a/blockchains/ethereum/assets/0xDc279799643b6F52A7aDb03497f3cC941ff8f113/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDc5864eDe28BD4405aa04d93E05A0531797D9D59/info.json b/blockchains/ethereum/assets/0xDc5864eDe28BD4405aa04d93E05A0531797D9D59/info.json
deleted file mode 100644
index cd90c47564aeb..0000000000000
--- a/blockchains/ethereum/assets/0xDc5864eDe28BD4405aa04d93E05A0531797D9D59/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Falcon",
- "symbol": "FNT",
- "type": "ERC20",
- "decimals": 6,
- "description": "Falcon Project it's a DeFi ecosystem which includes two completely interchangeable blockchains - ERC-20 token on the Ethereum and private Falcon blockchain. Falcon Project offers its users the right to choose what suits them best at the moment: speed and convenience or anonymity and privacy.",
- "website": "http://falconofficial.com/",
- "explorer": "https://etherscan.io/token/0xDc5864eDe28BD4405aa04d93E05A0531797D9D59",
- "status": "active",
- "id": "0xDc5864eDe28BD4405aa04d93E05A0531797D9D59"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDc5864eDe28BD4405aa04d93E05A0531797D9D59/logo.png b/blockchains/ethereum/assets/0xDc5864eDe28BD4405aa04d93E05A0531797D9D59/logo.png
deleted file mode 100644
index 45ee0ebe6a89c..0000000000000
Binary files a/blockchains/ethereum/assets/0xDc5864eDe28BD4405aa04d93E05A0531797D9D59/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDc71cf8Ad00Bc7e98FE1Ef40597EA897951F1B88/info.json b/blockchains/ethereum/assets/0xDc71cf8Ad00Bc7e98FE1Ef40597EA897951F1B88/info.json
deleted file mode 100644
index 538584f6ac552..0000000000000
--- a/blockchains/ethereum/assets/0xDc71cf8Ad00Bc7e98FE1Ef40597EA897951F1B88/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-3/30M63",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDc71cf8Ad00Bc7e98FE1Ef40597EA897951F1B88",
- "status": "abandoned",
- "id": "0xDc71cf8Ad00Bc7e98FE1Ef40597EA897951F1B88"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDc71cf8Ad00Bc7e98FE1Ef40597EA897951F1B88/logo.png b/blockchains/ethereum/assets/0xDc71cf8Ad00Bc7e98FE1Ef40597EA897951F1B88/logo.png
deleted file mode 100644
index cb95e583097ea..0000000000000
Binary files a/blockchains/ethereum/assets/0xDc71cf8Ad00Bc7e98FE1Ef40597EA897951F1B88/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDcB01cc464238396E213a6fDd933E36796eAfF9f/info.json b/blockchains/ethereum/assets/0xDcB01cc464238396E213a6fDd933E36796eAfF9f/info.json
deleted file mode 100644
index 7e92b7c012c47..0000000000000
--- a/blockchains/ethereum/assets/0xDcB01cc464238396E213a6fDd933E36796eAfF9f/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Yield",
- "website": "https://yield.credit/",
- "description": "A p2p defi lending app where lenders earn fixed, guaranteed interest and borrowers earn YLD for every repaid loan",
- "explorer": "https://etherscan.io/token/0xdcb01cc464238396e213a6fdd933e36796eaff9f",
- "type": "ERC20",
- "symbol": "YLD",
- "decimals": 18,
- "status": "active",
- "id": "0xDcB01cc464238396E213a6fDd933E36796eAfF9f",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/YieldCredit"
- },
- {
- "name": "telegram",
- "url": "https://t.me/yieldchat"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/CGBGRrKJyX"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/YieldCredit"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDcB01cc464238396E213a6fDd933E36796eAfF9f/logo.png b/blockchains/ethereum/assets/0xDcB01cc464238396E213a6fDd933E36796eAfF9f/logo.png
deleted file mode 100644
index 332099c38922d..0000000000000
Binary files a/blockchains/ethereum/assets/0xDcB01cc464238396E213a6fDd933E36796eAfF9f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDcd77408e9b16252025637020228f3965938dda5/info.json b/blockchains/ethereum/assets/0xDcd77408e9b16252025637020228f3965938dda5/info.json
deleted file mode 100644
index f1f8c09392cdc..0000000000000
--- a/blockchains/ethereum/assets/0xDcd77408e9b16252025637020228f3965938dda5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Velox",
- "symbol": "VLX",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDcd77408e9b16252025637020228f3965938dda5",
- "status": "abandoned",
- "id": "0xDcd77408e9b16252025637020228f3965938dda5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDcd77408e9b16252025637020228f3965938dda5/logo.png b/blockchains/ethereum/assets/0xDcd77408e9b16252025637020228f3965938dda5/logo.png
deleted file mode 100644
index 9ed85fcbc294e..0000000000000
Binary files a/blockchains/ethereum/assets/0xDcd77408e9b16252025637020228f3965938dda5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDcfE18bc46f5A0Cd0d3Af0c2155d2bCB5AdE2fc5/info.json b/blockchains/ethereum/assets/0xDcfE18bc46f5A0Cd0d3Af0c2155d2bCB5AdE2fc5/info.json
deleted file mode 100644
index 6c0606731bb4b..0000000000000
--- a/blockchains/ethereum/assets/0xDcfE18bc46f5A0Cd0d3Af0c2155d2bCB5AdE2fc5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hue",
- "symbol": "HUE",
- "type": "ERC20",
- "decimals": 4,
- "description": "HUE lives at the intersection of tech and creative expression. Created in August 2019, HUE is one of oldest social tokens and is responsible for helping launch the social token category. HUE is also the first social token used to trade digital collectibles (NFTs).",
- "website": "https://app.tryroll.com/rewards/HUE",
- "explorer": "https://etherscan.io/token/0xDcfE18bc46f5A0Cd0d3Af0c2155d2bCB5AdE2fc5",
- "status": "active",
- "id": "0xDcfE18bc46f5A0Cd0d3Af0c2155d2bCB5AdE2fc5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDcfE18bc46f5A0Cd0d3Af0c2155d2bCB5AdE2fc5/logo.png b/blockchains/ethereum/assets/0xDcfE18bc46f5A0Cd0d3Af0c2155d2bCB5AdE2fc5/logo.png
deleted file mode 100644
index 2b66cc58cd9b1..0000000000000
Binary files a/blockchains/ethereum/assets/0xDcfE18bc46f5A0Cd0d3Af0c2155d2bCB5AdE2fc5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDd16FdD533A66C315Dd53f919a51E54dbaa5B29f/info.json b/blockchains/ethereum/assets/0xDd16FdD533A66C315Dd53f919a51E54dbaa5B29f/info.json
deleted file mode 100644
index 4ca2689d92f26..0000000000000
--- a/blockchains/ethereum/assets/0xDd16FdD533A66C315Dd53f919a51E54dbaa5B29f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Henfruit",
- "symbol": "EGG",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDd16FdD533A66C315Dd53f919a51E54dbaa5B29f",
- "status": "abandoned",
- "id": "0xDd16FdD533A66C315Dd53f919a51E54dbaa5B29f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDd16FdD533A66C315Dd53f919a51E54dbaa5B29f/logo.png b/blockchains/ethereum/assets/0xDd16FdD533A66C315Dd53f919a51E54dbaa5B29f/logo.png
deleted file mode 100644
index 41d919be5cfdc..0000000000000
Binary files a/blockchains/ethereum/assets/0xDd16FdD533A66C315Dd53f919a51E54dbaa5B29f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDd1CB27BCF5b6129ED0B8b507CCD9633fa0081fe/info.json b/blockchains/ethereum/assets/0xDd1CB27BCF5b6129ED0B8b507CCD9633fa0081fe/info.json
deleted file mode 100644
index 74b72490b3731..0000000000000
--- a/blockchains/ethereum/assets/0xDd1CB27BCF5b6129ED0B8b507CCD9633fa0081fe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sultan Chain",
- "symbol": "STN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDd1CB27BCF5b6129ED0B8b507CCD9633fa0081fe",
- "status": "abandoned",
- "id": "0xDd1CB27BCF5b6129ED0B8b507CCD9633fa0081fe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDd1CB27BCF5b6129ED0B8b507CCD9633fa0081fe/logo.png b/blockchains/ethereum/assets/0xDd1CB27BCF5b6129ED0B8b507CCD9633fa0081fe/logo.png
deleted file mode 100644
index 17284aa09c683..0000000000000
Binary files a/blockchains/ethereum/assets/0xDd1CB27BCF5b6129ED0B8b507CCD9633fa0081fe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDd60F9dd5B891b728955149BD59F42c6513C8dc6/info.json b/blockchains/ethereum/assets/0xDd60F9dd5B891b728955149BD59F42c6513C8dc6/info.json
deleted file mode 100644
index 5317c331c659d..0000000000000
--- a/blockchains/ethereum/assets/0xDd60F9dd5B891b728955149BD59F42c6513C8dc6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "The Emperial Currency",
- "symbol": "B0T",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDd60F9dd5B891b728955149BD59F42c6513C8dc6",
- "status": "abandoned",
- "id": "0xDd60F9dd5B891b728955149BD59F42c6513C8dc6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDd60F9dd5B891b728955149BD59F42c6513C8dc6/logo.png b/blockchains/ethereum/assets/0xDd60F9dd5B891b728955149BD59F42c6513C8dc6/logo.png
deleted file mode 100644
index 15c2348c330f6..0000000000000
Binary files a/blockchains/ethereum/assets/0xDd60F9dd5B891b728955149BD59F42c6513C8dc6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDd6C68bb32462e01705011a4e2Ad1a60740f217F/info.json b/blockchains/ethereum/assets/0xDd6C68bb32462e01705011a4e2Ad1a60740f217F/info.json
deleted file mode 100644
index 6c90f68d2cf27..0000000000000
--- a/blockchains/ethereum/assets/0xDd6C68bb32462e01705011a4e2Ad1a60740f217F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hubiits",
- "symbol": "HBT",
- "type": "ERC20",
- "decimals": 15,
- "description": "-",
- "website": "https://www.hubii.network/",
- "explorer": "https://etherscan.io/token/0xDd6C68bb32462e01705011a4e2Ad1a60740f217F",
- "status": "abandoned",
- "id": "0xDd6C68bb32462e01705011a4e2Ad1a60740f217F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDd6C68bb32462e01705011a4e2Ad1a60740f217F/logo.png b/blockchains/ethereum/assets/0xDd6C68bb32462e01705011a4e2Ad1a60740f217F/logo.png
deleted file mode 100644
index 5434a275e90fb..0000000000000
Binary files a/blockchains/ethereum/assets/0xDd6C68bb32462e01705011a4e2Ad1a60740f217F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDd72b45AE5D8879D1dCE0B83fAD1E77390e3aD23/info.json b/blockchains/ethereum/assets/0xDd72b45AE5D8879D1dCE0B83fAD1E77390e3aD23/info.json
deleted file mode 100644
index c0549527e7d8f..0000000000000
--- a/blockchains/ethereum/assets/0xDd72b45AE5D8879D1dCE0B83fAD1E77390e3aD23/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nenad",
- "symbol": "ND",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDd72b45AE5D8879D1dCE0B83fAD1E77390e3aD23",
- "status": "abandoned",
- "id": "0xDd72b45AE5D8879D1dCE0B83fAD1E77390e3aD23"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDd72b45AE5D8879D1dCE0B83fAD1E77390e3aD23/logo.png b/blockchains/ethereum/assets/0xDd72b45AE5D8879D1dCE0B83fAD1E77390e3aD23/logo.png
deleted file mode 100644
index 9c0ee8deecb72..0000000000000
Binary files a/blockchains/ethereum/assets/0xDd72b45AE5D8879D1dCE0B83fAD1E77390e3aD23/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDd8A49180E44806Bd56873bda359C1115F7E98b5/info.json b/blockchains/ethereum/assets/0xDd8A49180E44806Bd56873bda359C1115F7E98b5/info.json
deleted file mode 100644
index 0c40a8fbbd36f..0000000000000
--- a/blockchains/ethereum/assets/0xDd8A49180E44806Bd56873bda359C1115F7E98b5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rare Ones",
- "symbol": "RONES",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDd8A49180E44806Bd56873bda359C1115F7E98b5",
- "status": "abandoned",
- "id": "0xDd8A49180E44806Bd56873bda359C1115F7E98b5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDd8A49180E44806Bd56873bda359C1115F7E98b5/logo.png b/blockchains/ethereum/assets/0xDd8A49180E44806Bd56873bda359C1115F7E98b5/logo.png
deleted file mode 100644
index cd7d6b01adf1c..0000000000000
Binary files a/blockchains/ethereum/assets/0xDd8A49180E44806Bd56873bda359C1115F7E98b5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDdD673bF7a211c40069F8B204ED01fAfB90c275a/info.json b/blockchains/ethereum/assets/0xDdD673bF7a211c40069F8B204ED01fAfB90c275a/info.json
deleted file mode 100644
index 3cff089978228..0000000000000
--- a/blockchains/ethereum/assets/0xDdD673bF7a211c40069F8B204ED01fAfB90c275a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Chanel",
- "symbol": "CHANEL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDdD673bF7a211c40069F8B204ED01fAfB90c275a",
- "status": "abandoned",
- "id": "0xDdD673bF7a211c40069F8B204ED01fAfB90c275a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDdD673bF7a211c40069F8B204ED01fAfB90c275a/logo.png b/blockchains/ethereum/assets/0xDdD673bF7a211c40069F8B204ED01fAfB90c275a/logo.png
deleted file mode 100644
index 31eaae1375cf5..0000000000000
Binary files a/blockchains/ethereum/assets/0xDdD673bF7a211c40069F8B204ED01fAfB90c275a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDdE9e8B471Aa9086A2FCfCB30b8744ffc76ff8B5/info.json b/blockchains/ethereum/assets/0xDdE9e8B471Aa9086A2FCfCB30b8744ffc76ff8B5/info.json
deleted file mode 100644
index 82be3445b00cb..0000000000000
--- a/blockchains/ethereum/assets/0xDdE9e8B471Aa9086A2FCfCB30b8744ffc76ff8B5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AGGCE",
- "symbol": "AGGCE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDdE9e8B471Aa9086A2FCfCB30b8744ffc76ff8B5",
- "status": "abandoned",
- "id": "0xDdE9e8B471Aa9086A2FCfCB30b8744ffc76ff8B5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDdE9e8B471Aa9086A2FCfCB30b8744ffc76ff8B5/logo.png b/blockchains/ethereum/assets/0xDdE9e8B471Aa9086A2FCfCB30b8744ffc76ff8B5/logo.png
deleted file mode 100644
index 6593af6e2402d..0000000000000
Binary files a/blockchains/ethereum/assets/0xDdE9e8B471Aa9086A2FCfCB30b8744ffc76ff8B5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDdce0e2B03724ca8edf733E09B3d5A7ccC913C48/info.json b/blockchains/ethereum/assets/0xDdce0e2B03724ca8edf733E09B3d5A7ccC913C48/info.json
deleted file mode 100644
index 95b482b2432e4..0000000000000
--- a/blockchains/ethereum/assets/0xDdce0e2B03724ca8edf733E09B3d5A7ccC913C48/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoin X",
- "symbol": "BTX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDdce0e2B03724ca8edf733E09B3d5A7ccC913C48",
- "status": "abandoned",
- "id": "0xDdce0e2B03724ca8edf733E09B3d5A7ccC913C48"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDdce0e2B03724ca8edf733E09B3d5A7ccC913C48/logo.png b/blockchains/ethereum/assets/0xDdce0e2B03724ca8edf733E09B3d5A7ccC913C48/logo.png
deleted file mode 100755
index 3ad50931e3dd4..0000000000000
Binary files a/blockchains/ethereum/assets/0xDdce0e2B03724ca8edf733E09B3d5A7ccC913C48/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDe201dAec04ba73166d9917Fdf08e1728E270F06/info.json b/blockchains/ethereum/assets/0xDe201dAec04ba73166d9917Fdf08e1728E270F06/info.json
deleted file mode 100644
index 7cb5e9ecdb4cb..0000000000000
--- a/blockchains/ethereum/assets/0xDe201dAec04ba73166d9917Fdf08e1728E270F06/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MOJI Experience Points",
- "symbol": "MEXP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDe201dAec04ba73166d9917Fdf08e1728E270F06",
- "status": "abandoned",
- "id": "0xDe201dAec04ba73166d9917Fdf08e1728E270F06"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDe201dAec04ba73166d9917Fdf08e1728E270F06/logo.png b/blockchains/ethereum/assets/0xDe201dAec04ba73166d9917Fdf08e1728E270F06/logo.png
deleted file mode 100644
index c77afc36d228c..0000000000000
Binary files a/blockchains/ethereum/assets/0xDe201dAec04ba73166d9917Fdf08e1728E270F06/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDe30da39c46104798bB5aA3fe8B9e0e1F348163F/info.json b/blockchains/ethereum/assets/0xDe30da39c46104798bB5aA3fe8B9e0e1F348163F/info.json
deleted file mode 100644
index 659742625f2ae..0000000000000
--- a/blockchains/ethereum/assets/0xDe30da39c46104798bB5aA3fe8B9e0e1F348163F/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Gitcoin",
- "website": "https://gitcoin.co/quadraticlands/",
- "description": "GTC is the governance token we’re using to decentralize Gitcoin into a DAO (GitcoinDAO) ecosystem, collectively working to fund the next generation of public goods.",
- "explorer": "https://etherscan.io/token/0xde30da39c46104798bb5aa3fe8b9e0e1f348163f",
- "type": "ERC20",
- "symbol": "GTC",
- "decimals": 18,
- "status": "active",
- "id": "0xDe30da39c46104798bB5aA3fe8B9e0e1F348163F",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/gitcoinco"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/gitcoin"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/gitcoincommunity/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/GetGitcoin/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/gitcoin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/gitcoin/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDe30da39c46104798bB5aA3fe8B9e0e1F348163F/logo.png b/blockchains/ethereum/assets/0xDe30da39c46104798bB5aA3fe8B9e0e1F348163F/logo.png
deleted file mode 100644
index 361301f2a2ca9..0000000000000
Binary files a/blockchains/ethereum/assets/0xDe30da39c46104798bB5aA3fe8B9e0e1F348163F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDe48CE5d990293D22dc7Da091e8aa8728f3203A2/info.json b/blockchains/ethereum/assets/0xDe48CE5d990293D22dc7Da091e8aa8728f3203A2/info.json
deleted file mode 100644
index 28b0f9abd0343..0000000000000
--- a/blockchains/ethereum/assets/0xDe48CE5d990293D22dc7Da091e8aa8728f3203A2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MothThankYou",
- "symbol": "MOTH",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDe48CE5d990293D22dc7Da091e8aa8728f3203A2",
- "status": "abandoned",
- "id": "0xDe48CE5d990293D22dc7Da091e8aa8728f3203A2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDe48CE5d990293D22dc7Da091e8aa8728f3203A2/logo.png b/blockchains/ethereum/assets/0xDe48CE5d990293D22dc7Da091e8aa8728f3203A2/logo.png
deleted file mode 100755
index b6ec76d4b6aac..0000000000000
Binary files a/blockchains/ethereum/assets/0xDe48CE5d990293D22dc7Da091e8aa8728f3203A2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDe4C5a791913838027a2185709E98c5C6027EA63/info.json b/blockchains/ethereum/assets/0xDe4C5a791913838027a2185709E98c5C6027EA63/info.json
deleted file mode 100644
index 11fed2b4fd103..0000000000000
--- a/blockchains/ethereum/assets/0xDe4C5a791913838027a2185709E98c5C6027EA63/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XACToken",
- "symbol": "XAC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://amark.io/",
- "explorer": "https://etherscan.io/token/0xDe4C5a791913838027a2185709E98c5C6027EA63",
- "status": "abandoned",
- "id": "0xDe4C5a791913838027a2185709E98c5C6027EA63"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDe4C5a791913838027a2185709E98c5C6027EA63/logo.png b/blockchains/ethereum/assets/0xDe4C5a791913838027a2185709E98c5C6027EA63/logo.png
deleted file mode 100644
index 73e73abdd3074..0000000000000
Binary files a/blockchains/ethereum/assets/0xDe4C5a791913838027a2185709E98c5C6027EA63/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDe60aDfDdAAbaAAC3dAFa57B26AcC91Cb63728c4/info.json b/blockchains/ethereum/assets/0xDe60aDfDdAAbaAAC3dAFa57B26AcC91Cb63728c4/info.json
deleted file mode 100644
index e1f398c19d5f6..0000000000000
--- a/blockchains/ethereum/assets/0xDe60aDfDdAAbaAAC3dAFa57B26AcC91Cb63728c4/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Tether USD (Portal from BSC)",
- "type": "ERC20",
- "symbol": "USDTbs",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://tether.to/",
- "explorer": "https://etherscan.io/token/0xDe60aDfDdAAbaAAC3dAFa57B26AcC91Cb63728c4",
- "status": "active",
- "id": "0xDe60aDfDdAAbaAAC3dAFa57B26AcC91Cb63728c4",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDe60aDfDdAAbaAAC3dAFa57B26AcC91Cb63728c4/logo.png b/blockchains/ethereum/assets/0xDe60aDfDdAAbaAAC3dAFa57B26AcC91Cb63728c4/logo.png
deleted file mode 100644
index 498219815a122..0000000000000
Binary files a/blockchains/ethereum/assets/0xDe60aDfDdAAbaAAC3dAFa57B26AcC91Cb63728c4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDe6cE6c57F655b4627870bdA02eA46A2a15EED2E/info.json b/blockchains/ethereum/assets/0xDe6cE6c57F655b4627870bdA02eA46A2a15EED2E/info.json
deleted file mode 100644
index 299c5829ca2a3..0000000000000
--- a/blockchains/ethereum/assets/0xDe6cE6c57F655b4627870bdA02eA46A2a15EED2E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EPay",
- "symbol": "EPAY",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "https://epaycoin.cash/",
- "explorer": "https://etherscan.io/token/0xDe6cE6c57F655b4627870bdA02eA46A2a15EED2E",
- "status": "abandoned",
- "id": "0xDe6cE6c57F655b4627870bdA02eA46A2a15EED2E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDe6cE6c57F655b4627870bdA02eA46A2a15EED2E/logo.png b/blockchains/ethereum/assets/0xDe6cE6c57F655b4627870bdA02eA46A2a15EED2E/logo.png
deleted file mode 100644
index fb1408e2b4f52..0000000000000
Binary files a/blockchains/ethereum/assets/0xDe6cE6c57F655b4627870bdA02eA46A2a15EED2E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDe7D85157d9714EADf595045CC12Ca4A5f3E2aDb/info.json b/blockchains/ethereum/assets/0xDe7D85157d9714EADf595045CC12Ca4A5f3E2aDb/info.json
deleted file mode 100644
index d882b2b4438bc..0000000000000
--- a/blockchains/ethereum/assets/0xDe7D85157d9714EADf595045CC12Ca4A5f3E2aDb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Standard Tokenization Protocol",
- "website": "https://stp.network",
- "description": "Standard Tokenization Protocol describes itself as an open-source standard defining how tokenized assets are issued and transferred while complying with the necessary regulations.",
- "explorer": "https://etherscan.io/token/0xDe7D85157d9714EADf595045CC12Ca4A5f3E2aDb",
- "type": "ERC20",
- "symbol": "STPT",
- "decimals": 18,
- "status": "active",
- "id": "0xDe7D85157d9714EADf595045CC12Ca4A5f3E2aDb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDe7D85157d9714EADf595045CC12Ca4A5f3E2aDb/logo.png b/blockchains/ethereum/assets/0xDe7D85157d9714EADf595045CC12Ca4A5f3E2aDb/logo.png
deleted file mode 100644
index 7b07a4078b977..0000000000000
Binary files a/blockchains/ethereum/assets/0xDe7D85157d9714EADf595045CC12Ca4A5f3E2aDb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDf49C9f599A0A9049D97CFF34D0C30E468987389/info.json b/blockchains/ethereum/assets/0xDf49C9f599A0A9049D97CFF34D0C30E468987389/info.json
deleted file mode 100644
index 34b9455c196a8..0000000000000
--- a/blockchains/ethereum/assets/0xDf49C9f599A0A9049D97CFF34D0C30E468987389/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Smart Advertising Transaction Token",
- "website": "https://satt-token.com/",
- "description": "Satt is a token used in an Ethereum Dapp to rule fairly advertising payment between advertisers and content creators via social media oracles",
- "explorer": "https://etherscan.io/token/0xDf49C9f599A0A9049D97CFF34D0C30E468987389",
- "type": "ERC20",
- "symbol": "SATT",
- "decimals": 18,
- "status": "active",
- "id": "0xDf49C9f599A0A9049D97CFF34D0C30E468987389",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Atayen/satt"
- },
- {
- "name": "whitepaper",
- "url": "https://satt-token.com/files/IcoSattEn.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDf49C9f599A0A9049D97CFF34D0C30E468987389/logo.png b/blockchains/ethereum/assets/0xDf49C9f599A0A9049D97CFF34D0C30E468987389/logo.png
deleted file mode 100644
index 5ecde70d0dbb0..0000000000000
Binary files a/blockchains/ethereum/assets/0xDf49C9f599A0A9049D97CFF34D0C30E468987389/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDf59C8BA19B4d1437d80836b45F1319D9A429EED/info.json b/blockchains/ethereum/assets/0xDf59C8BA19B4d1437d80836b45F1319D9A429EED/info.json
deleted file mode 100644
index 5c596a9157195..0000000000000
--- a/blockchains/ethereum/assets/0xDf59C8BA19B4d1437d80836b45F1319D9A429EED/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IZIChain",
- "symbol": "IZI",
- "type": "ERC20",
- "decimals": 4,
- "description": "IZIChain aims to provide bespoke blockchain solutions for financial markets. IZIChain reportedly allows users to interact with smart contracts and operate financial dApps (e.g. asset digitization, digital asset trading, loan offers).",
- "website": "https://izichain.io/",
- "explorer": "https://etherscan.io/token/0xDf59C8BA19B4d1437d80836b45F1319D9A429EED",
- "status": "active",
- "id": "0xDf59C8BA19B4d1437d80836b45F1319D9A429EED"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDf59C8BA19B4d1437d80836b45F1319D9A429EED/logo.png b/blockchains/ethereum/assets/0xDf59C8BA19B4d1437d80836b45F1319D9A429EED/logo.png
deleted file mode 100644
index f19c0b79e18c7..0000000000000
Binary files a/blockchains/ethereum/assets/0xDf59C8BA19B4d1437d80836b45F1319D9A429EED/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDf6Ef343350780BF8C3410BF062e0C015B1DD671/info.json b/blockchains/ethereum/assets/0xDf6Ef343350780BF8C3410BF062e0C015B1DD671/info.json
deleted file mode 100644
index 899323c966380..0000000000000
--- a/blockchains/ethereum/assets/0xDf6Ef343350780BF8C3410BF062e0C015B1DD671/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blackmoon Crypto Token",
- "symbol": "BMC",
- "type": "ERC20",
- "decimals": 8,
- "description": "Blackmoon Crypto is a platform for the creation and management of tokenized investment funds. The platform aims to bridge the gap between the crypto investment world and the real world economy, allowing the creation of tokens to be associated with investments and projects which up until now have not been available in the crypto world.",
- "website": "https://www.blackmooncrypto.com/",
- "explorer": "https://etherscan.io/token/0xDf6Ef343350780BF8C3410BF062e0C015B1DD671",
- "status": "active",
- "id": "0xDf6Ef343350780BF8C3410BF062e0C015B1DD671"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDf6Ef343350780BF8C3410BF062e0C015B1DD671/logo.png b/blockchains/ethereum/assets/0xDf6Ef343350780BF8C3410BF062e0C015B1DD671/logo.png
deleted file mode 100644
index 957d039c46a8f..0000000000000
Binary files a/blockchains/ethereum/assets/0xDf6Ef343350780BF8C3410BF062e0C015B1DD671/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDf7FF54aAcAcbFf42dfe29DD6144A69b629f8C9e/info.json b/blockchains/ethereum/assets/0xDf7FF54aAcAcbFf42dfe29DD6144A69b629f8C9e/info.json
deleted file mode 100644
index 38e001bca9156..0000000000000
--- a/blockchains/ethereum/assets/0xDf7FF54aAcAcbFf42dfe29DD6144A69b629f8C9e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave ZRX",
- "symbol": "aZRX",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave ZRX is an interest bearing token pegged 1:1 to the underlying ZRX deposited in Aave. aZRX accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0xDf7FF54aAcAcbFf42dfe29DD6144A69b629f8C9e",
- "status": "active",
- "id": "0xDf7FF54aAcAcbFf42dfe29DD6144A69b629f8C9e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDf7FF54aAcAcbFf42dfe29DD6144A69b629f8C9e/logo.png b/blockchains/ethereum/assets/0xDf7FF54aAcAcbFf42dfe29DD6144A69b629f8C9e/logo.png
deleted file mode 100644
index 504d574caf54e..0000000000000
Binary files a/blockchains/ethereum/assets/0xDf7FF54aAcAcbFf42dfe29DD6144A69b629f8C9e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDf801468a808a32656D2eD2D2d80B72A129739f4/info.json b/blockchains/ethereum/assets/0xDf801468a808a32656D2eD2D2d80B72A129739f4/info.json
deleted file mode 100644
index 12c6e4f8549f9..0000000000000
--- a/blockchains/ethereum/assets/0xDf801468a808a32656D2eD2D2d80B72A129739f4/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Somnium Space Cubes",
- "type": "ERC20",
- "symbol": "CUBE",
- "decimals": 8,
- "website": "https://www.somniumspace.com/",
- "description": "We are an open, social & persistent VR world built on blockchain. Buy land, build or import objects and instantly monetize. Universe shaped entirely by players!",
- "explorer": "https://etherscan.io/token/0xdf801468a808a32656d2ed2d2d80b72a129739f4",
- "status": "active",
- "id": "0xDf801468a808a32656D2eD2D2d80B72A129739f4",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/somniumspace"
- },
- {
- "name": "telegram",
- "url": "https://t.me/somniumspace"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/somnium-space-cubes/"
- }
- ],
- "tags": [
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDf801468a808a32656D2eD2D2d80B72A129739f4/logo.png b/blockchains/ethereum/assets/0xDf801468a808a32656D2eD2D2d80B72A129739f4/logo.png
deleted file mode 100644
index 3ab31658aa81a..0000000000000
Binary files a/blockchains/ethereum/assets/0xDf801468a808a32656D2eD2D2d80B72A129739f4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDfF991Af459d05175B3bb766b950aFC697B68dF0/info.json b/blockchains/ethereum/assets/0xDfF991Af459d05175B3bb766b950aFC697B68dF0/info.json
deleted file mode 100644
index 9678ef7e25c6d..0000000000000
--- a/blockchains/ethereum/assets/0xDfF991Af459d05175B3bb766b950aFC697B68dF0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HotLove",
- "symbol": "HL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDfF991Af459d05175B3bb766b950aFC697B68dF0",
- "status": "abandoned",
- "id": "0xDfF991Af459d05175B3bb766b950aFC697B68dF0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDfF991Af459d05175B3bb766b950aFC697B68dF0/logo.png b/blockchains/ethereum/assets/0xDfF991Af459d05175B3bb766b950aFC697B68dF0/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0xDfF991Af459d05175B3bb766b950aFC697B68dF0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDfa66Ec49CF0102fB8906eE3dD6a70597D9720d4/info.json b/blockchains/ethereum/assets/0xDfa66Ec49CF0102fB8906eE3dD6a70597D9720d4/info.json
deleted file mode 100644
index e95316b0a8051..0000000000000
--- a/blockchains/ethereum/assets/0xDfa66Ec49CF0102fB8906eE3dD6a70597D9720d4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DEKSEN",
- "symbol": "DEKS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDfa66Ec49CF0102fB8906eE3dD6a70597D9720d4",
- "status": "abandoned",
- "id": "0xDfa66Ec49CF0102fB8906eE3dD6a70597D9720d4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDfa66Ec49CF0102fB8906eE3dD6a70597D9720d4/logo.png b/blockchains/ethereum/assets/0xDfa66Ec49CF0102fB8906eE3dD6a70597D9720d4/logo.png
deleted file mode 100644
index d6a77ea16040a..0000000000000
Binary files a/blockchains/ethereum/assets/0xDfa66Ec49CF0102fB8906eE3dD6a70597D9720d4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xDffD82C8c82f2721aa801097801Da54eE97cf607/info.json b/blockchains/ethereum/assets/0xDffD82C8c82f2721aa801097801Da54eE97cf607/info.json
deleted file mode 100644
index d87262979ef67..0000000000000
--- a/blockchains/ethereum/assets/0xDffD82C8c82f2721aa801097801Da54eE97cf607/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Planetagro-Exchange",
- "symbol": "FEEDER CATTLE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xDffD82C8c82f2721aa801097801Da54eE97cf607",
- "status": "abandoned",
- "id": "0xDffD82C8c82f2721aa801097801Da54eE97cf607"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xDffD82C8c82f2721aa801097801Da54eE97cf607/logo.png b/blockchains/ethereum/assets/0xDffD82C8c82f2721aa801097801Da54eE97cf607/logo.png
deleted file mode 100755
index f40a48e452dfd..0000000000000
Binary files a/blockchains/ethereum/assets/0xDffD82C8c82f2721aa801097801Da54eE97cf607/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE02784175C3BE0DEa7CC0F284041b64503639E66/info.json b/blockchains/ethereum/assets/0xE02784175C3BE0DEa7CC0F284041b64503639E66/info.json
deleted file mode 100644
index 2160c2bea3f4c..0000000000000
--- a/blockchains/ethereum/assets/0xE02784175C3BE0DEa7CC0F284041b64503639E66/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TouchCon",
- "symbol": "TOC",
- "type": "ERC20",
- "decimals": 18,
- "description": "TouchCon describes itself as an advertising reward platform that scans Smart QR Codes (SQC) for advertisements and connects users with advertisers.",
- "website": "http://www.touchcon.org",
- "explorer": "https://etherscan.io/token/0xE02784175C3BE0DEa7CC0F284041b64503639E66",
- "status": "active",
- "id": "0xE02784175C3BE0DEa7CC0F284041b64503639E66"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE02784175C3BE0DEa7CC0F284041b64503639E66/logo.png b/blockchains/ethereum/assets/0xE02784175C3BE0DEa7CC0F284041b64503639E66/logo.png
deleted file mode 100644
index eb6712d095442..0000000000000
Binary files a/blockchains/ethereum/assets/0xE02784175C3BE0DEa7CC0F284041b64503639E66/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A/info.json b/blockchains/ethereum/assets/0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A/info.json
deleted file mode 100644
index dd42fe89ec23b..0000000000000
--- a/blockchains/ethereum/assets/0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "DigixDAO",
- "website": "https://digix.global/dgd",
- "description": "DigixDAO (DGD) is building a decentralized autonomous organization (DAO) that specializes in the tokenization of physical assets.",
- "explorer": "https://etherscan.io/token/0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A",
- "type": "ERC20",
- "symbol": "DGD",
- "decimals": 9,
- "status": "active",
- "id": "0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A",
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A/logo.png b/blockchains/ethereum/assets/0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A/logo.png
deleted file mode 100755
index 9f2ecb97df672..0000000000000
Binary files a/blockchains/ethereum/assets/0xE0B7927c4aF23765Cb51314A0E0521A9645F0E2A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE0C72452740414d861606a44cCd5eA7f96488278/info.json b/blockchains/ethereum/assets/0xE0C72452740414d861606a44cCd5eA7f96488278/info.json
deleted file mode 100644
index 4a219e1130e81..0000000000000
--- a/blockchains/ethereum/assets/0xE0C72452740414d861606a44cCd5eA7f96488278/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EncryptoTel Token",
- "symbol": "ETT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://encryptotel.com/",
- "explorer": "https://etherscan.io/token/0xE0C72452740414d861606a44cCd5eA7f96488278",
- "status": "abandoned",
- "id": "0xE0C72452740414d861606a44cCd5eA7f96488278"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE0C72452740414d861606a44cCd5eA7f96488278/logo.png b/blockchains/ethereum/assets/0xE0C72452740414d861606a44cCd5eA7f96488278/logo.png
deleted file mode 100644
index 45195c90816bf..0000000000000
Binary files a/blockchains/ethereum/assets/0xE0C72452740414d861606a44cCd5eA7f96488278/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE0bA1564A889f0d2Ba8eF4978027C1b072b56EbB/info.json b/blockchains/ethereum/assets/0xE0bA1564A889f0d2Ba8eF4978027C1b072b56EbB/info.json
deleted file mode 100644
index 3dd45983885af..0000000000000
--- a/blockchains/ethereum/assets/0xE0bA1564A889f0d2Ba8eF4978027C1b072b56EbB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VIDTC Luxury goods",
- "website": "https://about.v-id.org",
- "description": "NFTs for watches, fashion & jewelry",
- "explorer": "https://etherscan.io/token/0xE0bA1564A889f0d2Ba8eF4978027C1b072b56EbB",
- "type": "ERC20",
- "symbol": "VIDTC",
- "decimals": 0,
- "status": "active",
- "id": "0xE0bA1564A889f0d2Ba8eF4978027C1b072b56EbB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE0bA1564A889f0d2Ba8eF4978027C1b072b56EbB/logo.png b/blockchains/ethereum/assets/0xE0bA1564A889f0d2Ba8eF4978027C1b072b56EbB/logo.png
deleted file mode 100644
index 51a270f58bac9..0000000000000
Binary files a/blockchains/ethereum/assets/0xE0bA1564A889f0d2Ba8eF4978027C1b072b56EbB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE130A86aD09b12553dd94e6D9A1e157EaFe9b87d/info.json b/blockchains/ethereum/assets/0xE130A86aD09b12553dd94e6D9A1e157EaFe9b87d/info.json
deleted file mode 100644
index 3a7de93496fef..0000000000000
--- a/blockchains/ethereum/assets/0xE130A86aD09b12553dd94e6D9A1e157EaFe9b87d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BrilliantOilCorporationToken",
- "symbol": "BOC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE130A86aD09b12553dd94e6D9A1e157EaFe9b87d",
- "status": "abandoned",
- "id": "0xE130A86aD09b12553dd94e6D9A1e157EaFe9b87d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE130A86aD09b12553dd94e6D9A1e157EaFe9b87d/logo.png b/blockchains/ethereum/assets/0xE130A86aD09b12553dd94e6D9A1e157EaFe9b87d/logo.png
deleted file mode 100644
index 823d0bb33f166..0000000000000
Binary files a/blockchains/ethereum/assets/0xE130A86aD09b12553dd94e6D9A1e157EaFe9b87d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE130d59c0D7f84260b776aA5F93DE5031C5A0BF6/info.json b/blockchains/ethereum/assets/0xE130d59c0D7f84260b776aA5F93DE5031C5A0BF6/info.json
deleted file mode 100644
index ea1c336271031..0000000000000
--- a/blockchains/ethereum/assets/0xE130d59c0D7f84260b776aA5F93DE5031C5A0BF6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aladdin Bao",
- "symbol": "ABAO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://abao.im/",
- "explorer": "https://etherscan.io/token/0xE130d59c0D7f84260b776aA5F93DE5031C5A0BF6",
- "status": "abandoned",
- "id": "0xE130d59c0D7f84260b776aA5F93DE5031C5A0BF6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE130d59c0D7f84260b776aA5F93DE5031C5A0BF6/logo.png b/blockchains/ethereum/assets/0xE130d59c0D7f84260b776aA5F93DE5031C5A0BF6/logo.png
deleted file mode 100644
index 916fe080512ac..0000000000000
Binary files a/blockchains/ethereum/assets/0xE130d59c0D7f84260b776aA5F93DE5031C5A0BF6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE13Ef257cF4D5Df928ca11d230427C037666d466/info.json b/blockchains/ethereum/assets/0xE13Ef257cF4D5Df928ca11d230427C037666d466/info.json
deleted file mode 100644
index e47803b64dd52..0000000000000
--- a/blockchains/ethereum/assets/0xE13Ef257cF4D5Df928ca11d230427C037666d466/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WIT",
- "symbol": "WIT",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "http://www.witchain.org/",
- "explorer": "https://etherscan.io/token/0xE13Ef257cF4D5Df928ca11d230427C037666d466",
- "status": "abandoned",
- "id": "0xE13Ef257cF4D5Df928ca11d230427C037666d466"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE13Ef257cF4D5Df928ca11d230427C037666d466/logo.png b/blockchains/ethereum/assets/0xE13Ef257cF4D5Df928ca11d230427C037666d466/logo.png
deleted file mode 100644
index 6234943e60b57..0000000000000
Binary files a/blockchains/ethereum/assets/0xE13Ef257cF4D5Df928ca11d230427C037666d466/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE14A603f7c77d4101A87859b8736a04CFD85C688/info.json b/blockchains/ethereum/assets/0xE14A603f7c77d4101A87859b8736a04CFD85C688/info.json
deleted file mode 100644
index 3f3615076505c..0000000000000
--- a/blockchains/ethereum/assets/0xE14A603f7c77d4101A87859b8736a04CFD85C688/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TENA",
- "symbol": "TENA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://tenaprotocol.io/",
- "explorer": "https://etherscan.io/token/0xE14A603f7c77d4101A87859b8736a04CFD85C688",
- "status": "abandoned",
- "id": "0xE14A603f7c77d4101A87859b8736a04CFD85C688"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE14A603f7c77d4101A87859b8736a04CFD85C688/logo.png b/blockchains/ethereum/assets/0xE14A603f7c77d4101A87859b8736a04CFD85C688/logo.png
deleted file mode 100644
index c802a7729c842..0000000000000
Binary files a/blockchains/ethereum/assets/0xE14A603f7c77d4101A87859b8736a04CFD85C688/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE17f017475a709De58E976081eB916081ff4c9d5/info.json b/blockchains/ethereum/assets/0xE17f017475a709De58E976081eB916081ff4c9d5/info.json
deleted file mode 100644
index f6dcaa7969a09..0000000000000
--- a/blockchains/ethereum/assets/0xE17f017475a709De58E976081eB916081ff4c9d5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RMPL",
- "symbol": "RMPL",
- "type": "ERC20",
- "decimals": 9,
- "description": "RMPL is a decentralized cryptocurrency with an elastic supply model. ",
- "website": "https://www.rmpl.io",
- "explorer": "https://etherscan.io/token/0xE17f017475a709De58E976081eB916081ff4c9d5",
- "status": "active",
- "id": "0xE17f017475a709De58E976081eB916081ff4c9d5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE17f017475a709De58E976081eB916081ff4c9d5/logo.png b/blockchains/ethereum/assets/0xE17f017475a709De58E976081eB916081ff4c9d5/logo.png
deleted file mode 100644
index ec689ed6b8ab9..0000000000000
Binary files a/blockchains/ethereum/assets/0xE17f017475a709De58E976081eB916081ff4c9d5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE1Aee98495365fc179699C1bB3E761FA716beE62/info.json b/blockchains/ethereum/assets/0xE1Aee98495365fc179699C1bB3E761FA716beE62/info.json
deleted file mode 100644
index 72b1e8c8c5aba..0000000000000
--- a/blockchains/ethereum/assets/0xE1Aee98495365fc179699C1bB3E761FA716beE62/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BezantToken",
- "symbol": "BZNT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Bezant is a decentralized payment protocol that allows content creators and online merchants to setup stores and send/receive payments internationally. The BZNT ERC-20 token enables users to make purchases on the Jehmi platform and access global content. Its purported benefits include the elimination of costly store fees and the provision of instant P2P payments to merchants.",
- "website": "https://bezant.io/",
- "explorer": "https://etherscan.io/token/0xE1Aee98495365fc179699C1bB3E761FA716beE62",
- "status": "active",
- "id": "0xE1Aee98495365fc179699C1bB3E761FA716beE62"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE1Aee98495365fc179699C1bB3E761FA716beE62/logo.png b/blockchains/ethereum/assets/0xE1Aee98495365fc179699C1bB3E761FA716beE62/logo.png
deleted file mode 100644
index 26391cf95445a..0000000000000
Binary files a/blockchains/ethereum/assets/0xE1Aee98495365fc179699C1bB3E761FA716beE62/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE1BA0FB44CCb0D11b80F92f4f8Ed94CA3fF51D00/info.json b/blockchains/ethereum/assets/0xE1BA0FB44CCb0D11b80F92f4f8Ed94CA3fF51D00/info.json
deleted file mode 100644
index 6d5b533bb04be..0000000000000
--- a/blockchains/ethereum/assets/0xE1BA0FB44CCb0D11b80F92f4f8Ed94CA3fF51D00/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave BAT V1",
- "symbol": "aBAT V1",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave BAT V1 is an interest bearing token pegged 1:1 to the underlying BAT deposited in Aave V1. aBAT V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0xE1BA0FB44CCb0D11b80F92f4f8Ed94CA3fF51D00",
- "status": "abandoned",
- "id": "0xE1BA0FB44CCb0D11b80F92f4f8Ed94CA3fF51D00"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE1BA0FB44CCb0D11b80F92f4f8Ed94CA3fF51D00/logo.png b/blockchains/ethereum/assets/0xE1BA0FB44CCb0D11b80F92f4f8Ed94CA3fF51D00/logo.png
deleted file mode 100644
index c76795dda31c8..0000000000000
Binary files a/blockchains/ethereum/assets/0xE1BA0FB44CCb0D11b80F92f4f8Ed94CA3fF51D00/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE1bAD922F84b198A08292FB600319300ae32471b/info.json b/blockchains/ethereum/assets/0xE1bAD922F84b198A08292FB600319300ae32471b/info.json
deleted file mode 100644
index a94fdda0d2031..0000000000000
--- a/blockchains/ethereum/assets/0xE1bAD922F84b198A08292FB600319300ae32471b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "[FCT] FirmaChain Token",
- "symbol": "FCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://firmachain.org",
- "explorer": "https://etherscan.io/token/0xE1bAD922F84b198A08292FB600319300ae32471b",
- "status": "active",
- "id": "0xE1bAD922F84b198A08292FB600319300ae32471b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE1bAD922F84b198A08292FB600319300ae32471b/logo.png b/blockchains/ethereum/assets/0xE1bAD922F84b198A08292FB600319300ae32471b/logo.png
deleted file mode 100644
index 8045d8a186951..0000000000000
Binary files a/blockchains/ethereum/assets/0xE1bAD922F84b198A08292FB600319300ae32471b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE1c7E30C42C24582888C758984f6e382096786bd/info.json b/blockchains/ethereum/assets/0xE1c7E30C42C24582888C758984f6e382096786bd/info.json
deleted file mode 100644
index 147c65059463a..0000000000000
--- a/blockchains/ethereum/assets/0xE1c7E30C42C24582888C758984f6e382096786bd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Curate",
- "symbol": "XCUR",
- "type": "ERC20",
- "decimals": 8,
- "description": "CURATE is a marketplace app centred around the theme of content discovery on clothing/fashion, gaming/tech, crypto assets and health/beauty and more. Curate utilises blockchain technology as a payment infrastructure and means of rewarding engagement i.e buying, selling or based on our rewards engagement algorithm. XCUR is the official token for the CURATE marketplace app and DeFi platform.",
- "website": "https://curate.style/",
- "explorer": "https://etherscan.io/token/0xE1c7E30C42C24582888C758984f6e382096786bd",
- "status": "active",
- "id": "0xE1c7E30C42C24582888C758984f6e382096786bd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE1c7E30C42C24582888C758984f6e382096786bd/logo.png b/blockchains/ethereum/assets/0xE1c7E30C42C24582888C758984f6e382096786bd/logo.png
deleted file mode 100644
index 8f4521bb2468b..0000000000000
Binary files a/blockchains/ethereum/assets/0xE1c7E30C42C24582888C758984f6e382096786bd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE22020F47B7378dfedcedd2C81d4137c22fE1152/info.json b/blockchains/ethereum/assets/0xE22020F47B7378dfedcedd2C81d4137c22fE1152/info.json
deleted file mode 100644
index 3928f760d0240..0000000000000
--- a/blockchains/ethereum/assets/0xE22020F47B7378dfedcedd2C81d4137c22fE1152/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "My Liquidity Partner (MLP)",
- "type": "ERC20",
- "symbol": "MLP",
- "decimals": 18,
- "website": "https://myliquiditypartner.com",
- "description": "My Liquidity Partner is a rewards token based on the ethereum blockchain built to help onboard people into a stable growth liquidity pool program.",
- "explorer": "https://etherscan.io/token/0xE22020F47B7378dfedcedd2C81d4137c22fE1152",
- "status": "active",
- "id": "0xE22020F47B7378dfedcedd2C81d4137c22fE1152",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MyLiquidity_MLP"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@My_liquidity_partner"
- },
- {
- "name": "telegram",
- "url": "https://t.me/MyLiquidityPartner"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/my-liquidity-partner/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/my-liquidity-partner"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/mysmartcontract.io"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE22020F47B7378dfedcedd2C81d4137c22fE1152/logo.png b/blockchains/ethereum/assets/0xE22020F47B7378dfedcedd2C81d4137c22fE1152/logo.png
deleted file mode 100644
index 33d9201f8deb1..0000000000000
Binary files a/blockchains/ethereum/assets/0xE22020F47B7378dfedcedd2C81d4137c22fE1152/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE2492F8D2A2618d8709Ca99b1d8d75713Bd84089/info.json b/blockchains/ethereum/assets/0xE2492F8D2A2618d8709Ca99b1d8d75713Bd84089/info.json
deleted file mode 100644
index 6be7444cba381..0000000000000
--- a/blockchains/ethereum/assets/0xE2492F8D2A2618d8709Ca99b1d8d75713Bd84089/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HeartBout",
- "symbol": "HB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE2492F8D2A2618d8709Ca99b1d8d75713Bd84089",
- "status": "abandoned",
- "id": "0xE2492F8D2A2618d8709Ca99b1d8d75713Bd84089"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE2492F8D2A2618d8709Ca99b1d8d75713Bd84089/logo.png b/blockchains/ethereum/assets/0xE2492F8D2A2618d8709Ca99b1d8d75713Bd84089/logo.png
deleted file mode 100644
index 14d2f7d8846e0..0000000000000
Binary files a/blockchains/ethereum/assets/0xE2492F8D2A2618d8709Ca99b1d8d75713Bd84089/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE25FAAb5821ce70BA4179A70c1d481BA45b9D0c9/info.json b/blockchains/ethereum/assets/0xE25FAAb5821ce70BA4179A70c1d481BA45b9D0c9/info.json
deleted file mode 100644
index 920dce13afeb1..0000000000000
--- a/blockchains/ethereum/assets/0xE25FAAb5821ce70BA4179A70c1d481BA45b9D0c9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZMAN Coin",
- "symbol": "ZMAN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE25FAAb5821ce70BA4179A70c1d481BA45b9D0c9",
- "status": "abandoned",
- "id": "0xE25FAAb5821ce70BA4179A70c1d481BA45b9D0c9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE25FAAb5821ce70BA4179A70c1d481BA45b9D0c9/logo.png b/blockchains/ethereum/assets/0xE25FAAb5821ce70BA4179A70c1d481BA45b9D0c9/logo.png
deleted file mode 100644
index 8c17da90d1639..0000000000000
Binary files a/blockchains/ethereum/assets/0xE25FAAb5821ce70BA4179A70c1d481BA45b9D0c9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE270ef848D2e966F59705122F9E7CbEf7a717825/info.json b/blockchains/ethereum/assets/0xE270ef848D2e966F59705122F9E7CbEf7a717825/info.json
deleted file mode 100644
index 959b6f69a8eaa..0000000000000
--- a/blockchains/ethereum/assets/0xE270ef848D2e966F59705122F9E7CbEf7a717825/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R775687",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE270ef848D2e966F59705122F9E7CbEf7a717825",
- "status": "abandoned",
- "id": "0xE270ef848D2e966F59705122F9E7CbEf7a717825"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE270ef848D2e966F59705122F9E7CbEf7a717825/logo.png b/blockchains/ethereum/assets/0xE270ef848D2e966F59705122F9E7CbEf7a717825/logo.png
deleted file mode 100644
index ff5f442b8c4b9..0000000000000
Binary files a/blockchains/ethereum/assets/0xE270ef848D2e966F59705122F9E7CbEf7a717825/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE277aC35F9D327A670c1A3F3eeC80a83022431e4/info.json b/blockchains/ethereum/assets/0xE277aC35F9D327A670c1A3F3eeC80a83022431e4/info.json
deleted file mode 100644
index 74f3c7470ef51..0000000000000
--- a/blockchains/ethereum/assets/0xE277aC35F9D327A670c1A3F3eeC80a83022431e4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PolypuX",
- "symbol": "PUX",
- "type": "ERC20",
- "decimals": 8,
- "description": "PolypuX offers an opportunity to gain passive income from the interactions received in social media. Meantime, it helps companies or other parties promoting their products/services to the right audience. Additionally, both individuals and corporate accounts can use PolypuX platform to grow their social media accounts.",
- "website": "https://www.polypux.com",
- "explorer": "https://etherscan.io/token/0xE277aC35F9D327A670c1A3F3eeC80a83022431e4",
- "status": "active",
- "id": "0xE277aC35F9D327A670c1A3F3eeC80a83022431e4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE277aC35F9D327A670c1A3F3eeC80a83022431e4/logo.png b/blockchains/ethereum/assets/0xE277aC35F9D327A670c1A3F3eeC80a83022431e4/logo.png
deleted file mode 100644
index ee1d597f3f93e..0000000000000
Binary files a/blockchains/ethereum/assets/0xE277aC35F9D327A670c1A3F3eeC80a83022431e4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE2D82Dc7dA0E6f882E96846451F4faBcc8f90528/info.json b/blockchains/ethereum/assets/0xE2D82Dc7dA0E6f882E96846451F4faBcc8f90528/info.json
deleted file mode 100644
index e023fb500faed..0000000000000
--- a/blockchains/ethereum/assets/0xE2D82Dc7dA0E6f882E96846451F4faBcc8f90528/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Jesus Coin",
- "symbol": "JC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE2D82Dc7dA0E6f882E96846451F4faBcc8f90528",
- "status": "abandoned",
- "id": "0xE2D82Dc7dA0E6f882E96846451F4faBcc8f90528"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE2D82Dc7dA0E6f882E96846451F4faBcc8f90528/logo.png b/blockchains/ethereum/assets/0xE2D82Dc7dA0E6f882E96846451F4faBcc8f90528/logo.png
deleted file mode 100644
index 87cda2e042fb6..0000000000000
Binary files a/blockchains/ethereum/assets/0xE2D82Dc7dA0E6f882E96846451F4faBcc8f90528/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE2E6D4BE086c6938B53B22144855eef674281639/info.json b/blockchains/ethereum/assets/0xE2E6D4BE086c6938B53B22144855eef674281639/info.json
deleted file mode 100644
index 585873eaf55fa..0000000000000
--- a/blockchains/ethereum/assets/0xE2E6D4BE086c6938B53B22144855eef674281639/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Link Platform",
- "symbol": "LNK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ethereum.link/",
- "explorer": "https://etherscan.io/token/0xE2E6D4BE086c6938B53B22144855eef674281639",
- "status": "abandoned",
- "id": "0xE2E6D4BE086c6938B53B22144855eef674281639"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE2E6D4BE086c6938B53B22144855eef674281639/logo.png b/blockchains/ethereum/assets/0xE2E6D4BE086c6938B53B22144855eef674281639/logo.png
deleted file mode 100644
index 76d6162147390..0000000000000
Binary files a/blockchains/ethereum/assets/0xE2E6D4BE086c6938B53B22144855eef674281639/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE2FB6529EF566a080e6d23dE0bd351311087D567/info.json b/blockchains/ethereum/assets/0xE2FB6529EF566a080e6d23dE0bd351311087D567/info.json
deleted file mode 100644
index f30a8a9099efc..0000000000000
--- a/blockchains/ethereum/assets/0xE2FB6529EF566a080e6d23dE0bd351311087D567/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Covesting",
- "symbol": "COV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://covesting.io",
- "explorer": "https://etherscan.io/token/0xE2FB6529EF566a080e6d23dE0bd351311087D567",
- "status": "abandoned",
- "id": "0xE2FB6529EF566a080e6d23dE0bd351311087D567"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE2FB6529EF566a080e6d23dE0bd351311087D567/logo.png b/blockchains/ethereum/assets/0xE2FB6529EF566a080e6d23dE0bd351311087D567/logo.png
deleted file mode 100644
index 7f6b847bcce41..0000000000000
Binary files a/blockchains/ethereum/assets/0xE2FB6529EF566a080e6d23dE0bd351311087D567/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE2b407160AAd5540eAc0e80338b9a5085C60F25B/info.json b/blockchains/ethereum/assets/0xE2b407160AAd5540eAc0e80338b9a5085C60F25B/info.json
deleted file mode 100644
index 99c9cae78b1a6..0000000000000
--- a/blockchains/ethereum/assets/0xE2b407160AAd5540eAc0e80338b9a5085C60F25B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GPN Coin",
- "symbol": "GPN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE2b407160AAd5540eAc0e80338b9a5085C60F25B",
- "status": "abandoned",
- "id": "0xE2b407160AAd5540eAc0e80338b9a5085C60F25B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE2b407160AAd5540eAc0e80338b9a5085C60F25B/logo.png b/blockchains/ethereum/assets/0xE2b407160AAd5540eAc0e80338b9a5085C60F25B/logo.png
deleted file mode 100644
index a3780a279aa86..0000000000000
Binary files a/blockchains/ethereum/assets/0xE2b407160AAd5540eAc0e80338b9a5085C60F25B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE2dc070524A6e305ddB64d8513DC444B6a1ec845/info.json b/blockchains/ethereum/assets/0xE2dc070524A6e305ddB64d8513DC444B6a1ec845/info.json
deleted file mode 100644
index c1932a2622825..0000000000000
--- a/blockchains/ethereum/assets/0xE2dc070524A6e305ddB64d8513DC444B6a1ec845/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NEX",
- "website": "https://nash.io",
- "description": "NEX is Europe's first regulated Security Token. Holders can stake NEX on the non-custodial Nash Exchange to receive a revenue share.",
- "explorer": "https://etherscan.io/token/0xE2dc070524A6e305ddB64d8513DC444B6a1ec845",
- "type": "ERC20",
- "symbol": "NEX",
- "decimals": 8,
- "status": "active",
- "id": "0xE2dc070524A6e305ddB64d8513DC444B6a1ec845"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE2dc070524A6e305ddB64d8513DC444B6a1ec845/logo.png b/blockchains/ethereum/assets/0xE2dc070524A6e305ddB64d8513DC444B6a1ec845/logo.png
deleted file mode 100644
index 49e8a5aa44872..0000000000000
Binary files a/blockchains/ethereum/assets/0xE2dc070524A6e305ddB64d8513DC444B6a1ec845/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE33EeF3ef4796bD9633D5DD8B9e8d500Eeb62d2D/info.json b/blockchains/ethereum/assets/0xE33EeF3ef4796bD9633D5DD8B9e8d500Eeb62d2D/info.json
deleted file mode 100644
index 7502095a6593d..0000000000000
--- a/blockchains/ethereum/assets/0xE33EeF3ef4796bD9633D5DD8B9e8d500Eeb62d2D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BCL Token",
- "symbol": "BCLT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE33EeF3ef4796bD9633D5DD8B9e8d500Eeb62d2D",
- "status": "abandoned",
- "id": "0xE33EeF3ef4796bD9633D5DD8B9e8d500Eeb62d2D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE33EeF3ef4796bD9633D5DD8B9e8d500Eeb62d2D/logo.png b/blockchains/ethereum/assets/0xE33EeF3ef4796bD9633D5DD8B9e8d500Eeb62d2D/logo.png
deleted file mode 100755
index 0feab87855813..0000000000000
Binary files a/blockchains/ethereum/assets/0xE33EeF3ef4796bD9633D5DD8B9e8d500Eeb62d2D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE33dEE9575a5a59592998f3A404347F9EfA174F7/info.json b/blockchains/ethereum/assets/0xE33dEE9575a5a59592998f3A404347F9EfA174F7/info.json
deleted file mode 100644
index 7fcf8119eeaa2..0000000000000
--- a/blockchains/ethereum/assets/0xE33dEE9575a5a59592998f3A404347F9EfA174F7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CHRISTDOLLAR",
- "symbol": "CHRTD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE33dEE9575a5a59592998f3A404347F9EfA174F7",
- "status": "abandoned",
- "id": "0xE33dEE9575a5a59592998f3A404347F9EfA174F7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE33dEE9575a5a59592998f3A404347F9EfA174F7/logo.png b/blockchains/ethereum/assets/0xE33dEE9575a5a59592998f3A404347F9EfA174F7/logo.png
deleted file mode 100755
index ada83b8e661fc..0000000000000
Binary files a/blockchains/ethereum/assets/0xE33dEE9575a5a59592998f3A404347F9EfA174F7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE34e1944E776f39B9252790a0527eBDa647aE668/info.json b/blockchains/ethereum/assets/0xE34e1944E776f39B9252790a0527eBDa647aE668/info.json
deleted file mode 100644
index b1d43f3d8ec06..0000000000000
--- a/blockchains/ethereum/assets/0xE34e1944E776f39B9252790a0527eBDa647aE668/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Helbiz Token",
- "symbol": "HBZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.hbzcoin.com",
- "explorer": "https://etherscan.io/token/0xE34e1944E776f39B9252790a0527eBDa647aE668",
- "status": "abandoned",
- "id": "0xE34e1944E776f39B9252790a0527eBDa647aE668"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE34e1944E776f39B9252790a0527eBDa647aE668/logo.png b/blockchains/ethereum/assets/0xE34e1944E776f39B9252790a0527eBDa647aE668/logo.png
deleted file mode 100755
index e1d72f630c7d4..0000000000000
Binary files a/blockchains/ethereum/assets/0xE34e1944E776f39B9252790a0527eBDa647aE668/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE35673cdD0370146be64e1DE959ec42E725ec4Ce/info.json b/blockchains/ethereum/assets/0xE35673cdD0370146be64e1DE959ec42E725ec4Ce/info.json
deleted file mode 100644
index 0817c7e77b929..0000000000000
--- a/blockchains/ethereum/assets/0xE35673cdD0370146be64e1DE959ec42E725ec4Ce/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "M.O.A.B",
- "symbol": "MOAB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE35673cdD0370146be64e1DE959ec42E725ec4Ce",
- "status": "abandoned",
- "id": "0xE35673cdD0370146be64e1DE959ec42E725ec4Ce"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE35673cdD0370146be64e1DE959ec42E725ec4Ce/logo.png b/blockchains/ethereum/assets/0xE35673cdD0370146be64e1DE959ec42E725ec4Ce/logo.png
deleted file mode 100644
index 36a03285d1e63..0000000000000
Binary files a/blockchains/ethereum/assets/0xE35673cdD0370146be64e1DE959ec42E725ec4Ce/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE36B0F3C426923E352F6005b6236082A78A3C2cb/info.json b/blockchains/ethereum/assets/0xE36B0F3C426923E352F6005b6236082A78A3C2cb/info.json
deleted file mode 100644
index 597b5730465c1..0000000000000
--- a/blockchains/ethereum/assets/0xE36B0F3C426923E352F6005b6236082A78A3C2cb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Technology Blockchain Token",
- "symbol": "TEBT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE36B0F3C426923E352F6005b6236082A78A3C2cb",
- "status": "abandoned",
- "id": "0xE36B0F3C426923E352F6005b6236082A78A3C2cb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE36B0F3C426923E352F6005b6236082A78A3C2cb/logo.png b/blockchains/ethereum/assets/0xE36B0F3C426923E352F6005b6236082A78A3C2cb/logo.png
deleted file mode 100644
index a8998129cac5c..0000000000000
Binary files a/blockchains/ethereum/assets/0xE36B0F3C426923E352F6005b6236082A78A3C2cb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE36df5BB57E80629Cfc28a31e5F794071c085ECa/info.json b/blockchains/ethereum/assets/0xE36df5BB57E80629Cfc28a31e5F794071c085ECa/info.json
deleted file mode 100644
index 888cbe43a6b04..0000000000000
--- a/blockchains/ethereum/assets/0xE36df5BB57E80629Cfc28a31e5F794071c085ECa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BCAChain Initial Token",
- "symbol": "BCAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE36df5BB57E80629Cfc28a31e5F794071c085ECa",
- "status": "abandoned",
- "id": "0xE36df5BB57E80629Cfc28a31e5F794071c085ECa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE36df5BB57E80629Cfc28a31e5F794071c085ECa/logo.png b/blockchains/ethereum/assets/0xE36df5BB57E80629Cfc28a31e5F794071c085ECa/logo.png
deleted file mode 100644
index 156cdbb7fac32..0000000000000
Binary files a/blockchains/ethereum/assets/0xE36df5BB57E80629Cfc28a31e5F794071c085ECa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE3ADAA4fb7c92AB833Ee08B3561D9c434aA2A3eE/info.json b/blockchains/ethereum/assets/0xE3ADAA4fb7c92AB833Ee08B3561D9c434aA2A3eE/info.json
deleted file mode 100644
index 550c3f4fbec1b..0000000000000
--- a/blockchains/ethereum/assets/0xE3ADAA4fb7c92AB833Ee08B3561D9c434aA2A3eE/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Serum (Portal from Solana)",
- "type": "ERC20",
- "symbol": "SRMso",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://projectserum.com/",
- "explorer": "https://etherscan.io/token/0xE3ADAA4fb7c92AB833Ee08B3561D9c434aA2A3eE",
- "status": "active",
- "id": "0xE3ADAA4fb7c92AB833Ee08B3561D9c434aA2A3eE",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE3ADAA4fb7c92AB833Ee08B3561D9c434aA2A3eE/logo.png b/blockchains/ethereum/assets/0xE3ADAA4fb7c92AB833Ee08B3561D9c434aA2A3eE/logo.png
deleted file mode 100644
index 94f79d706b71c..0000000000000
Binary files a/blockchains/ethereum/assets/0xE3ADAA4fb7c92AB833Ee08B3561D9c434aA2A3eE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE3B05c42667DE42cA4a4eA1e9682eb590b6A65D1/info.json b/blockchains/ethereum/assets/0xE3B05c42667DE42cA4a4eA1e9682eb590b6A65D1/info.json
deleted file mode 100644
index aac10d0ed036c..0000000000000
--- a/blockchains/ethereum/assets/0xE3B05c42667DE42cA4a4eA1e9682eb590b6A65D1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Orom Token",
- "symbol": "OROM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE3B05c42667DE42cA4a4eA1e9682eb590b6A65D1",
- "status": "abandoned",
- "id": "0xE3B05c42667DE42cA4a4eA1e9682eb590b6A65D1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE3B05c42667DE42cA4a4eA1e9682eb590b6A65D1/logo.png b/blockchains/ethereum/assets/0xE3B05c42667DE42cA4a4eA1e9682eb590b6A65D1/logo.png
deleted file mode 100644
index 0f239eeb7703e..0000000000000
Binary files a/blockchains/ethereum/assets/0xE3B05c42667DE42cA4a4eA1e9682eb590b6A65D1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE3E9204Afd78822A0E22151733E65a901Bf77b77/info.json b/blockchains/ethereum/assets/0xE3E9204Afd78822A0E22151733E65a901Bf77b77/info.json
deleted file mode 100644
index 28c827d720baf..0000000000000
--- a/blockchains/ethereum/assets/0xE3E9204Afd78822A0E22151733E65a901Bf77b77/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LUV",
- "symbol": "LUV",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE3E9204Afd78822A0E22151733E65a901Bf77b77",
- "status": "abandoned",
- "id": "0xE3E9204Afd78822A0E22151733E65a901Bf77b77"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE3E9204Afd78822A0E22151733E65a901Bf77b77/logo.png b/blockchains/ethereum/assets/0xE3E9204Afd78822A0E22151733E65a901Bf77b77/logo.png
deleted file mode 100644
index 4304f28789a83..0000000000000
Binary files a/blockchains/ethereum/assets/0xE3E9204Afd78822A0E22151733E65a901Bf77b77/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE3F4b4A5d91e5cB9435B947F090A319737036312/info.json b/blockchains/ethereum/assets/0xE3F4b4A5d91e5cB9435B947F090A319737036312/info.json
deleted file mode 100644
index aad4642e58f3f..0000000000000
--- a/blockchains/ethereum/assets/0xE3F4b4A5d91e5cB9435B947F090A319737036312/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "POPCHAIN CASH",
- "symbol": "PCH",
- "type": "ERC20",
- "decimals": 18,
- "description": "POPCHAIN (PCH) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "http://www.popchain.org",
- "explorer": "https://etherscan.io/token/0xE3F4b4A5d91e5cB9435B947F090A319737036312",
- "status": "active",
- "id": "0xE3F4b4A5d91e5cB9435B947F090A319737036312"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE3F4b4A5d91e5cB9435B947F090A319737036312/logo.png b/blockchains/ethereum/assets/0xE3F4b4A5d91e5cB9435B947F090A319737036312/logo.png
deleted file mode 100755
index 5e928bc6248ca..0000000000000
Binary files a/blockchains/ethereum/assets/0xE3F4b4A5d91e5cB9435B947F090A319737036312/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE3Fa177AcecfB86721Cf6f9f4206bd3Bd672D7d5/info.json b/blockchains/ethereum/assets/0xE3Fa177AcecfB86721Cf6f9f4206bd3Bd672D7d5/info.json
deleted file mode 100644
index 5fbebfa155ca5..0000000000000
--- a/blockchains/ethereum/assets/0xE3Fa177AcecfB86721Cf6f9f4206bd3Bd672D7d5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ChainTrade Coin",
- "symbol": "CTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE3Fa177AcecfB86721Cf6f9f4206bd3Bd672D7d5",
- "status": "abandoned",
- "id": "0xE3Fa177AcecfB86721Cf6f9f4206bd3Bd672D7d5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE3Fa177AcecfB86721Cf6f9f4206bd3Bd672D7d5/logo.png b/blockchains/ethereum/assets/0xE3Fa177AcecfB86721Cf6f9f4206bd3Bd672D7d5/logo.png
deleted file mode 100644
index f393ed3365e50..0000000000000
Binary files a/blockchains/ethereum/assets/0xE3Fa177AcecfB86721Cf6f9f4206bd3Bd672D7d5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE3a64A3c4216B83255b53Ec7eA078B13f21a7daD/info.json b/blockchains/ethereum/assets/0xE3a64A3c4216B83255b53Ec7eA078B13f21a7daD/info.json
deleted file mode 100644
index b12fc0a684b09..0000000000000
--- a/blockchains/ethereum/assets/0xE3a64A3c4216B83255b53Ec7eA078B13f21a7daD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DEFI GOLD",
- "symbol": "DFGL",
- "type": "ERC20",
- "decimals": 18,
- "description": "The project aims to connect multiple Defi projects in a single app.",
- "website": "https://defigold.finance/",
- "explorer": "https://etherscan.io/token/0xE3a64A3c4216B83255b53Ec7eA078B13f21a7daD",
- "status": "active",
- "id": "0xE3a64A3c4216B83255b53Ec7eA078B13f21a7daD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE3a64A3c4216B83255b53Ec7eA078B13f21a7daD/logo.png b/blockchains/ethereum/assets/0xE3a64A3c4216B83255b53Ec7eA078B13f21a7daD/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0xE3a64A3c4216B83255b53Ec7eA078B13f21a7daD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE3d208D74e4C167245913C942df8C4Ee03b9abBA/info.json b/blockchains/ethereum/assets/0xE3d208D74e4C167245913C942df8C4Ee03b9abBA/info.json
deleted file mode 100644
index 3892d35d69173..0000000000000
--- a/blockchains/ethereum/assets/0xE3d208D74e4C167245913C942df8C4Ee03b9abBA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hydra",
- "symbol": "HDA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE3d208D74e4C167245913C942df8C4Ee03b9abBA",
- "status": "abandoned",
- "id": "0xE3d208D74e4C167245913C942df8C4Ee03b9abBA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE3d208D74e4C167245913C942df8C4Ee03b9abBA/logo.png b/blockchains/ethereum/assets/0xE3d208D74e4C167245913C942df8C4Ee03b9abBA/logo.png
deleted file mode 100644
index 69fef2e0ef51c..0000000000000
Binary files a/blockchains/ethereum/assets/0xE3d208D74e4C167245913C942df8C4Ee03b9abBA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE3dbf587330D9B8f127a3F38daBF9Aa3c90D3187/info.json b/blockchains/ethereum/assets/0xE3dbf587330D9B8f127a3F38daBF9Aa3c90D3187/info.json
deleted file mode 100644
index f50b5e59bd758..0000000000000
--- a/blockchains/ethereum/assets/0xE3dbf587330D9B8f127a3F38daBF9Aa3c90D3187/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VCcoin",
- "symbol": "VCCN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE3dbf587330D9B8f127a3F38daBF9Aa3c90D3187",
- "status": "abandoned",
- "id": "0xE3dbf587330D9B8f127a3F38daBF9Aa3c90D3187"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE3dbf587330D9B8f127a3F38daBF9Aa3c90D3187/logo.png b/blockchains/ethereum/assets/0xE3dbf587330D9B8f127a3F38daBF9Aa3c90D3187/logo.png
deleted file mode 100755
index 2cdc694c7b5a0..0000000000000
Binary files a/blockchains/ethereum/assets/0xE3dbf587330D9B8f127a3F38daBF9Aa3c90D3187/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE3feDAeCD47aa8EAb6b23227b0eE56F092C967a9/info.json b/blockchains/ethereum/assets/0xE3feDAeCD47aa8EAb6b23227b0eE56F092C967a9/info.json
deleted file mode 100644
index fa39cb0e17878..0000000000000
--- a/blockchains/ethereum/assets/0xE3feDAeCD47aa8EAb6b23227b0eE56F092C967a9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Primas",
- "symbol": "PST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://primas.io/",
- "explorer": "https://etherscan.io/token/0xE3feDAeCD47aa8EAb6b23227b0eE56F092C967a9",
- "status": "abandoned",
- "id": "0xE3feDAeCD47aa8EAb6b23227b0eE56F092C967a9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE3feDAeCD47aa8EAb6b23227b0eE56F092C967a9/logo.png b/blockchains/ethereum/assets/0xE3feDAeCD47aa8EAb6b23227b0eE56F092C967a9/logo.png
deleted file mode 100644
index e72e8ee70a456..0000000000000
Binary files a/blockchains/ethereum/assets/0xE3feDAeCD47aa8EAb6b23227b0eE56F092C967a9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE400013Df86249838B720eaB5a7F816aD82433c0/info.json b/blockchains/ethereum/assets/0xE400013Df86249838B720eaB5a7F816aD82433c0/info.json
deleted file mode 100644
index 1bb4bae2202ff..0000000000000
--- a/blockchains/ethereum/assets/0xE400013Df86249838B720eaB5a7F816aD82433c0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Game Of Bitcoins",
- "symbol": "GOB",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE400013Df86249838B720eaB5a7F816aD82433c0",
- "status": "abandoned",
- "id": "0xE400013Df86249838B720eaB5a7F816aD82433c0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE400013Df86249838B720eaB5a7F816aD82433c0/logo.png b/blockchains/ethereum/assets/0xE400013Df86249838B720eaB5a7F816aD82433c0/logo.png
deleted file mode 100644
index fc4a9dcc64319..0000000000000
Binary files a/blockchains/ethereum/assets/0xE400013Df86249838B720eaB5a7F816aD82433c0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE41d2489571d322189246DaFA5ebDe1F4699F498/info.json b/blockchains/ethereum/assets/0xE41d2489571d322189246DaFA5ebDe1F4699F498/info.json
deleted file mode 100644
index 649df8bdd7a26..0000000000000
--- a/blockchains/ethereum/assets/0xE41d2489571d322189246DaFA5ebDe1F4699F498/info.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "name": "0x",
- "website": "https://0x.org",
- "description": "0x (ZRX) is an open-source protocol that provides smart contract infrastructure and liquidity to enable the peer-to-peer exchange of tokens on the Ethereum blockchain.",
- "explorer": "https://etherscan.io/token/0xE41d2489571d322189246DaFA5ebDe1F4699F498",
- "research": "https://research.binance.com/en/projects/0x-protocol",
- "type": "ERC20",
- "symbol": "ZRX",
- "decimals": 18,
- "status": "active",
- "id": "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
- "tags": [
- "defi",
- "governance"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/0xProject"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/0xproject"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/0xproject"
- },
- {
- "name": "blog",
- "url": "https://blog.0xproject.com/latest"
- },
- {
- "name": "whitepaper",
- "url": "https://0xproject.com/pdfs/0x_white_paper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/0x/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE41d2489571d322189246DaFA5ebDe1F4699F498/logo.png b/blockchains/ethereum/assets/0xE41d2489571d322189246DaFA5ebDe1F4699F498/logo.png
deleted file mode 100644
index f4fe2ab0b2b7b..0000000000000
Binary files a/blockchains/ethereum/assets/0xE41d2489571d322189246DaFA5ebDe1F4699F498/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE42Ba5558b00d2E6109CC60412d5D4c9473FE998/info.json b/blockchains/ethereum/assets/0xE42Ba5558b00d2E6109CC60412d5D4c9473FE998/info.json
deleted file mode 100644
index 4aaf1e5c4a4db..0000000000000
--- a/blockchains/ethereum/assets/0xE42Ba5558b00d2E6109CC60412d5D4c9473FE998/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "iMM Coin",
- "symbol": "IMC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE42Ba5558b00d2E6109CC60412d5D4c9473FE998",
- "status": "abandoned",
- "id": "0xE42Ba5558b00d2E6109CC60412d5D4c9473FE998"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE42Ba5558b00d2E6109CC60412d5D4c9473FE998/logo.png b/blockchains/ethereum/assets/0xE42Ba5558b00d2E6109CC60412d5D4c9473FE998/logo.png
deleted file mode 100755
index b61ee979b89b7..0000000000000
Binary files a/blockchains/ethereum/assets/0xE42Ba5558b00d2E6109CC60412d5D4c9473FE998/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE452E6Ea2dDeB012e20dB73bf5d3863A3Ac8d77a/info.json b/blockchains/ethereum/assets/0xE452E6Ea2dDeB012e20dB73bf5d3863A3Ac8d77a/info.json
deleted file mode 100644
index c454ae4759e45..0000000000000
--- a/blockchains/ethereum/assets/0xE452E6Ea2dDeB012e20dB73bf5d3863A3Ac8d77a/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "WCELO",
- "website": "https://www.wrapped.com",
- "description": "Wrapped Celo is a 1:1 equivalent of Celo on the Ethereum network",
- "explorer": "https://etherscan.io/token/0xE452E6Ea2dDeB012e20dB73bf5d3863A3Ac8d77a",
- "type": "ERC20",
- "symbol": "WCELO",
- "decimals": 18,
- "status": "active",
- "id": "0xE452E6Ea2dDeB012e20dB73bf5d3863A3Ac8d77a",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE452E6Ea2dDeB012e20dB73bf5d3863A3Ac8d77a/logo.png b/blockchains/ethereum/assets/0xE452E6Ea2dDeB012e20dB73bf5d3863A3Ac8d77a/logo.png
deleted file mode 100644
index f926282a1d829..0000000000000
Binary files a/blockchains/ethereum/assets/0xE452E6Ea2dDeB012e20dB73bf5d3863A3Ac8d77a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE455C7a50b24DA3B48274272e4B53DdDf9c12A8A/info.json b/blockchains/ethereum/assets/0xE455C7a50b24DA3B48274272e4B53DdDf9c12A8A/info.json
deleted file mode 100644
index 593b726353d2c..0000000000000
--- a/blockchains/ethereum/assets/0xE455C7a50b24DA3B48274272e4B53DdDf9c12A8A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DaCryptoCoin",
- "symbol": "DCW",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE455C7a50b24DA3B48274272e4B53DdDf9c12A8A",
- "status": "abandoned",
- "id": "0xE455C7a50b24DA3B48274272e4B53DdDf9c12A8A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE455C7a50b24DA3B48274272e4B53DdDf9c12A8A/logo.png b/blockchains/ethereum/assets/0xE455C7a50b24DA3B48274272e4B53DdDf9c12A8A/logo.png
deleted file mode 100644
index 0baeb3db9ad79..0000000000000
Binary files a/blockchains/ethereum/assets/0xE455C7a50b24DA3B48274272e4B53DdDf9c12A8A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE45d6E4FAeaF11d01AbA9cFADC08116EB978AbEA/info.json b/blockchains/ethereum/assets/0xE45d6E4FAeaF11d01AbA9cFADC08116EB978AbEA/info.json
deleted file mode 100644
index d75bbc95491e5..0000000000000
--- a/blockchains/ethereum/assets/0xE45d6E4FAeaF11d01AbA9cFADC08116EB978AbEA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "China Agriculture Exchange Token",
- "symbol": "CAET",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE45d6E4FAeaF11d01AbA9cFADC08116EB978AbEA",
- "status": "abandoned",
- "id": "0xE45d6E4FAeaF11d01AbA9cFADC08116EB978AbEA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE45d6E4FAeaF11d01AbA9cFADC08116EB978AbEA/logo.png b/blockchains/ethereum/assets/0xE45d6E4FAeaF11d01AbA9cFADC08116EB978AbEA/logo.png
deleted file mode 100644
index 954ca3b8792d6..0000000000000
Binary files a/blockchains/ethereum/assets/0xE45d6E4FAeaF11d01AbA9cFADC08116EB978AbEA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE467b1DBC0Cf7D7570D6A11578e9847BDFac28BE/info.json b/blockchains/ethereum/assets/0xE467b1DBC0Cf7D7570D6A11578e9847BDFac28BE/info.json
deleted file mode 100644
index 46f30f826352a..0000000000000
--- a/blockchains/ethereum/assets/0xE467b1DBC0Cf7D7570D6A11578e9847BDFac28BE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R943550",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE467b1DBC0Cf7D7570D6A11578e9847BDFac28BE",
- "status": "abandoned",
- "id": "0xE467b1DBC0Cf7D7570D6A11578e9847BDFac28BE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE467b1DBC0Cf7D7570D6A11578e9847BDFac28BE/logo.png b/blockchains/ethereum/assets/0xE467b1DBC0Cf7D7570D6A11578e9847BDFac28BE/logo.png
deleted file mode 100755
index ba58940f664a0..0000000000000
Binary files a/blockchains/ethereum/assets/0xE467b1DBC0Cf7D7570D6A11578e9847BDFac28BE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE4687bD6e72E3f905fB95bCc32b82cA3D1AF4998/info.json b/blockchains/ethereum/assets/0xE4687bD6e72E3f905fB95bCc32b82cA3D1AF4998/info.json
deleted file mode 100644
index 18eafa0464564..0000000000000
--- a/blockchains/ethereum/assets/0xE4687bD6e72E3f905fB95bCc32b82cA3D1AF4998/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ParaCoin",
- "symbol": "PARA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE4687bD6e72E3f905fB95bCc32b82cA3D1AF4998",
- "status": "abandoned",
- "id": "0xE4687bD6e72E3f905fB95bCc32b82cA3D1AF4998"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE4687bD6e72E3f905fB95bCc32b82cA3D1AF4998/logo.png b/blockchains/ethereum/assets/0xE4687bD6e72E3f905fB95bCc32b82cA3D1AF4998/logo.png
deleted file mode 100644
index 2614f2b59a18c..0000000000000
Binary files a/blockchains/ethereum/assets/0xE4687bD6e72E3f905fB95bCc32b82cA3D1AF4998/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE477292f1B3268687A29376116B0ED27A9c76170/info.json b/blockchains/ethereum/assets/0xE477292f1B3268687A29376116B0ED27A9c76170/info.json
deleted file mode 100644
index 527cd414075c6..0000000000000
--- a/blockchains/ethereum/assets/0xE477292f1B3268687A29376116B0ED27A9c76170/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Herocoin",
- "symbol": "PLAY",
- "type": "ERC20",
- "decimals": 18,
- "description": "HERO radically changes todays centralized way of online betting. The token and its smart contract allow decentralized peer-to-peer online betting in any field.",
- "website": "https://www.herocoin.io",
- "explorer": "https://etherscan.io/token/0xE477292f1B3268687A29376116B0ED27A9c76170",
- "status": "active",
- "id": "0xE477292f1B3268687A29376116B0ED27A9c76170"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE477292f1B3268687A29376116B0ED27A9c76170/logo.png b/blockchains/ethereum/assets/0xE477292f1B3268687A29376116B0ED27A9c76170/logo.png
deleted file mode 100644
index 70dcaa02ec25c..0000000000000
Binary files a/blockchains/ethereum/assets/0xE477292f1B3268687A29376116B0ED27A9c76170/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE48972fCd82a274411c01834e2f031D4377Fa2c0/info.json b/blockchains/ethereum/assets/0xE48972fCd82a274411c01834e2f031D4377Fa2c0/info.json
deleted file mode 100644
index 068204b648a8f..0000000000000
--- a/blockchains/ethereum/assets/0xE48972fCd82a274411c01834e2f031D4377Fa2c0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TwoKeyEconomy",
- "symbol": "2KEY",
- "type": "ERC20",
- "decimals": 18,
- "description": "2key.network empowers “Social Sourcing” - incentivising formation of ad-hoc social networks that allow customers, fans and supporters to be compensated for helping businesses grow - finding target audiences that achieve business results.",
- "website": "https://2key.network",
- "explorer": "https://etherscan.io/token/0xE48972fCd82a274411c01834e2f031D4377Fa2c0",
- "status": "active",
- "id": "0xE48972fCd82a274411c01834e2f031D4377Fa2c0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE48972fCd82a274411c01834e2f031D4377Fa2c0/logo.png b/blockchains/ethereum/assets/0xE48972fCd82a274411c01834e2f031D4377Fa2c0/logo.png
deleted file mode 100644
index 9c2d9f5d0c778..0000000000000
Binary files a/blockchains/ethereum/assets/0xE48972fCd82a274411c01834e2f031D4377Fa2c0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE4D1b71d62B46cfE007bF9Df612d8692da246b2B/info.json b/blockchains/ethereum/assets/0xE4D1b71d62B46cfE007bF9Df612d8692da246b2B/info.json
deleted file mode 100644
index 2e0faeae23054..0000000000000
--- a/blockchains/ethereum/assets/0xE4D1b71d62B46cfE007bF9Df612d8692da246b2B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Custom Coin",
- "symbol": "CC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE4D1b71d62B46cfE007bF9Df612d8692da246b2B",
- "status": "abandoned",
- "id": "0xE4D1b71d62B46cfE007bF9Df612d8692da246b2B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE4D1b71d62B46cfE007bF9Df612d8692da246b2B/logo.png b/blockchains/ethereum/assets/0xE4D1b71d62B46cfE007bF9Df612d8692da246b2B/logo.png
deleted file mode 100644
index 8e0e40fca010e..0000000000000
Binary files a/blockchains/ethereum/assets/0xE4D1b71d62B46cfE007bF9Df612d8692da246b2B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE4E2DAf5F7F0C1c35DF922C5d9340913EDECC8e8/info.json b/blockchains/ethereum/assets/0xE4E2DAf5F7F0C1c35DF922C5d9340913EDECC8e8/info.json
deleted file mode 100644
index aa9df3fefabc1..0000000000000
--- a/blockchains/ethereum/assets/0xE4E2DAf5F7F0C1c35DF922C5d9340913EDECC8e8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mnoer",
- "symbol": "MNR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE4E2DAf5F7F0C1c35DF922C5d9340913EDECC8e8",
- "status": "abandoned",
- "id": "0xE4E2DAf5F7F0C1c35DF922C5d9340913EDECC8e8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE4E2DAf5F7F0C1c35DF922C5d9340913EDECC8e8/logo.png b/blockchains/ethereum/assets/0xE4E2DAf5F7F0C1c35DF922C5d9340913EDECC8e8/logo.png
deleted file mode 100644
index 75db11b9b423a..0000000000000
Binary files a/blockchains/ethereum/assets/0xE4E2DAf5F7F0C1c35DF922C5d9340913EDECC8e8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE4F356EcCe6FbDA81eCDea2E38527e59422861C2/info.json b/blockchains/ethereum/assets/0xE4F356EcCe6FbDA81eCDea2E38527e59422861C2/info.json
deleted file mode 100644
index 980fc07d117dd..0000000000000
--- a/blockchains/ethereum/assets/0xE4F356EcCe6FbDA81eCDea2E38527e59422861C2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitStash",
- "symbol": "STASH",
- "type": "ERC20",
- "decimals": 8,
- "description": "The BitStash (STASH) token is an asset used for trading on the BitStash Blockchain saving time and money on gas fees. By enabling cross-blockchain swaps BitStash is not only used for transactions as a payable token but also provides a open DeFi platform.",
- "website": "https://bitstash.co/",
- "explorer": "https://etherscan.io/token/0xE4F356EcCe6FbDA81eCDea2E38527e59422861C2",
- "status": "active",
- "id": "0xE4F356EcCe6FbDA81eCDea2E38527e59422861C2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE4F356EcCe6FbDA81eCDea2E38527e59422861C2/logo.png b/blockchains/ethereum/assets/0xE4F356EcCe6FbDA81eCDea2E38527e59422861C2/logo.png
deleted file mode 100644
index 1f6327ba76ccd..0000000000000
Binary files a/blockchains/ethereum/assets/0xE4F356EcCe6FbDA81eCDea2E38527e59422861C2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE4f81cCaB9FC644409342eB5D19432b7522d7012/info.json b/blockchains/ethereum/assets/0xE4f81cCaB9FC644409342eB5D19432b7522d7012/info.json
deleted file mode 100644
index 7c8f13c751a1c..0000000000000
--- a/blockchains/ethereum/assets/0xE4f81cCaB9FC644409342eB5D19432b7522d7012/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bazooka TOKEN",
- "symbol": "BAZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE4f81cCaB9FC644409342eB5D19432b7522d7012",
- "status": "abandoned",
- "id": "0xE4f81cCaB9FC644409342eB5D19432b7522d7012"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE4f81cCaB9FC644409342eB5D19432b7522d7012/logo.png b/blockchains/ethereum/assets/0xE4f81cCaB9FC644409342eB5D19432b7522d7012/logo.png
deleted file mode 100644
index 7a9565e1d839b..0000000000000
Binary files a/blockchains/ethereum/assets/0xE4f81cCaB9FC644409342eB5D19432b7522d7012/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE50365f5D679CB98a1dd62D6F6e58e59321BcdDf/info.json b/blockchains/ethereum/assets/0xE50365f5D679CB98a1dd62D6F6e58e59321BcdDf/info.json
deleted file mode 100644
index 4446f96764d32..0000000000000
--- a/blockchains/ethereum/assets/0xE50365f5D679CB98a1dd62D6F6e58e59321BcdDf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LAToken",
- "symbol": "LAToken",
- "type": "ERC20",
- "decimals": 18,
- "description": "LATOKEN aims to transform access to capital, and enables cryptocurrencies to be widely used in the real economy by making real assets tradable in crypto.",
- "website": "https://latoken.com/",
- "explorer": "https://etherscan.io/token/0xE50365f5D679CB98a1dd62D6F6e58e59321BcdDf",
- "status": "active",
- "id": "0xE50365f5D679CB98a1dd62D6F6e58e59321BcdDf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE50365f5D679CB98a1dd62D6F6e58e59321BcdDf/logo.png b/blockchains/ethereum/assets/0xE50365f5D679CB98a1dd62D6F6e58e59321BcdDf/logo.png
deleted file mode 100644
index 4296ac98faaa0..0000000000000
Binary files a/blockchains/ethereum/assets/0xE50365f5D679CB98a1dd62D6F6e58e59321BcdDf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE5108bf6425D408df9d2C2909e77ca96a682E62B/info.json b/blockchains/ethereum/assets/0xE5108bf6425D408df9d2C2909e77ca96a682E62B/info.json
deleted file mode 100644
index 894bf145ccd6a..0000000000000
--- a/blockchains/ethereum/assets/0xE5108bf6425D408df9d2C2909e77ca96a682E62B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Algo Hedge Fund",
- "symbol": "AHF",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE5108bf6425D408df9d2C2909e77ca96a682E62B",
- "status": "abandoned",
- "id": "0xE5108bf6425D408df9d2C2909e77ca96a682E62B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE5108bf6425D408df9d2C2909e77ca96a682E62B/logo.png b/blockchains/ethereum/assets/0xE5108bf6425D408df9d2C2909e77ca96a682E62B/logo.png
deleted file mode 100644
index 5a81e09e5eef4..0000000000000
Binary files a/blockchains/ethereum/assets/0xE5108bf6425D408df9d2C2909e77ca96a682E62B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE51601f59A610DAc06868aa711A05e9a4e291256/info.json b/blockchains/ethereum/assets/0xE51601f59A610DAc06868aa711A05e9a4e291256/info.json
deleted file mode 100644
index 8fcaf848cc6dc..0000000000000
--- a/blockchains/ethereum/assets/0xE51601f59A610DAc06868aa711A05e9a4e291256/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrueGoldCoin",
- "symbol": "TGC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE51601f59A610DAc06868aa711A05e9a4e291256",
- "status": "abandoned",
- "id": "0xE51601f59A610DAc06868aa711A05e9a4e291256"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE51601f59A610DAc06868aa711A05e9a4e291256/logo.png b/blockchains/ethereum/assets/0xE51601f59A610DAc06868aa711A05e9a4e291256/logo.png
deleted file mode 100644
index 3956167cd3598..0000000000000
Binary files a/blockchains/ethereum/assets/0xE51601f59A610DAc06868aa711A05e9a4e291256/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE51f24B251430A6e615f66e0d3c3A97c442aB38C/info.json b/blockchains/ethereum/assets/0xE51f24B251430A6e615f66e0d3c3A97c442aB38C/info.json
deleted file mode 100644
index 4512d2119b9fb..0000000000000
--- a/blockchains/ethereum/assets/0xE51f24B251430A6e615f66e0d3c3A97c442aB38C/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "ART Token",
- "website": "https://arttoken.io/",
- "description": "The $ART Token is a platform-independent Token for the art community. $ART is a Governance Token and backed by digital artworks.",
- "explorer": "https://etherscan.io/token/0xE51f24B251430A6e615f66e0d3c3A97c442aB38C",
- "type": "ERC20",
- "symbol": "ART",
- "decimals": 18,
- "status": "active",
- "id": "0xE51f24B251430A6e615f66e0d3c3A97c442aB38C",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/$ART"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/Drg4y5j"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE51f24B251430A6e615f66e0d3c3A97c442aB38C/logo.png b/blockchains/ethereum/assets/0xE51f24B251430A6e615f66e0d3c3A97c442aB38C/logo.png
deleted file mode 100644
index ff8eddae17d43..0000000000000
Binary files a/blockchains/ethereum/assets/0xE51f24B251430A6e615f66e0d3c3A97c442aB38C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE525047aD468F807aa33a4BbE7b1E084Da56eA16/info.json b/blockchains/ethereum/assets/0xE525047aD468F807aa33a4BbE7b1E084Da56eA16/info.json
deleted file mode 100644
index 10c695bf10d36..0000000000000
--- a/blockchains/ethereum/assets/0xE525047aD468F807aa33a4BbE7b1E084Da56eA16/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CRYPTODUBAI",
- "symbol": "CDUB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE525047aD468F807aa33a4BbE7b1E084Da56eA16",
- "status": "abandoned",
- "id": "0xE525047aD468F807aa33a4BbE7b1E084Da56eA16"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE525047aD468F807aa33a4BbE7b1E084Da56eA16/logo.png b/blockchains/ethereum/assets/0xE525047aD468F807aa33a4BbE7b1E084Da56eA16/logo.png
deleted file mode 100755
index 323917ffc16f4..0000000000000
Binary files a/blockchains/ethereum/assets/0xE525047aD468F807aa33a4BbE7b1E084Da56eA16/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE52e75e8a97546f40991b489E92c68eBb386dc97/info.json b/blockchains/ethereum/assets/0xE52e75e8a97546f40991b489E92c68eBb386dc97/info.json
deleted file mode 100644
index a76d562741d28..0000000000000
--- a/blockchains/ethereum/assets/0xE52e75e8a97546f40991b489E92c68eBb386dc97/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETHPAY",
- "symbol": "ETHPAY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE52e75e8a97546f40991b489E92c68eBb386dc97",
- "status": "abandoned",
- "id": "0xE52e75e8a97546f40991b489E92c68eBb386dc97"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE52e75e8a97546f40991b489E92c68eBb386dc97/logo.png b/blockchains/ethereum/assets/0xE52e75e8a97546f40991b489E92c68eBb386dc97/logo.png
deleted file mode 100644
index 1d43a61726994..0000000000000
Binary files a/blockchains/ethereum/assets/0xE52e75e8a97546f40991b489E92c68eBb386dc97/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE531642e9bb5d027E9C20E03284287B97919a9a5/info.json b/blockchains/ethereum/assets/0xE531642e9bb5d027E9C20E03284287B97919a9a5/info.json
deleted file mode 100644
index 9ce66a4665727..0000000000000
--- a/blockchains/ethereum/assets/0xE531642e9bb5d027E9C20E03284287B97919a9a5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FaithCoin",
- "symbol": "FAITH",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://myfaithcoin.info/",
- "explorer": "https://etherscan.io/token/0xE531642e9bb5d027E9C20E03284287B97919a9a5",
- "status": "abandoned",
- "id": "0xE531642e9bb5d027E9C20E03284287B97919a9a5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE531642e9bb5d027E9C20E03284287B97919a9a5/logo.png b/blockchains/ethereum/assets/0xE531642e9bb5d027E9C20E03284287B97919a9a5/logo.png
deleted file mode 100755
index e09c9eb8f597a..0000000000000
Binary files a/blockchains/ethereum/assets/0xE531642e9bb5d027E9C20E03284287B97919a9a5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE534619dEFDBF0cAf673b8AbF7158714F5BD4bd9/info.json b/blockchains/ethereum/assets/0xE534619dEFDBF0cAf673b8AbF7158714F5BD4bd9/info.json
deleted file mode 100644
index fffb33f1b3a10..0000000000000
--- a/blockchains/ethereum/assets/0xE534619dEFDBF0cAf673b8AbF7158714F5BD4bd9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TokenFans Token",
- "symbol": "TFT",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE534619dEFDBF0cAf673b8AbF7158714F5BD4bd9",
- "status": "spam",
- "id": "0xE534619dEFDBF0cAf673b8AbF7158714F5BD4bd9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE534619dEFDBF0cAf673b8AbF7158714F5BD4bd9/logo.png b/blockchains/ethereum/assets/0xE534619dEFDBF0cAf673b8AbF7158714F5BD4bd9/logo.png
deleted file mode 100644
index 1cf175a423670..0000000000000
Binary files a/blockchains/ethereum/assets/0xE534619dEFDBF0cAf673b8AbF7158714F5BD4bd9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE54B3458C47E44C37a267E7C633AFEF88287C294/info.json b/blockchains/ethereum/assets/0xE54B3458C47E44C37a267E7C633AFEF88287C294/info.json
deleted file mode 100644
index de7c7ac21ea34..0000000000000
--- a/blockchains/ethereum/assets/0xE54B3458C47E44C37a267E7C633AFEF88287C294/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ArtFinity",
- "symbol": "AT",
- "type": "ERC20",
- "decimals": 5,
- "description": "Artfinity describes itself as an art traceability and security monitoring system based on blockchain technology.",
- "website": "http://www.jueyi.art",
- "explorer": "https://etherscan.io/token/0xE54B3458C47E44C37a267E7C633AFEF88287C294",
- "status": "active",
- "id": "0xE54B3458C47E44C37a267E7C633AFEF88287C294"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE54B3458C47E44C37a267E7C633AFEF88287C294/logo.png b/blockchains/ethereum/assets/0xE54B3458C47E44C37a267E7C633AFEF88287C294/logo.png
deleted file mode 100644
index 041d59d7b019f..0000000000000
Binary files a/blockchains/ethereum/assets/0xE54B3458C47E44C37a267E7C633AFEF88287C294/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE5812e47F717EF86101FCBF0D082CC29FEb8Ae8C/info.json b/blockchains/ethereum/assets/0xE5812e47F717EF86101FCBF0D082CC29FEb8Ae8C/info.json
deleted file mode 100644
index 2a9dca1475f7a..0000000000000
--- a/blockchains/ethereum/assets/0xE5812e47F717EF86101FCBF0D082CC29FEb8Ae8C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Armors Token",
- "symbol": "ARM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE5812e47F717EF86101FCBF0D082CC29FEb8Ae8C",
- "status": "abandoned",
- "id": "0xE5812e47F717EF86101FCBF0D082CC29FEb8Ae8C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE5812e47F717EF86101FCBF0D082CC29FEb8Ae8C/logo.png b/blockchains/ethereum/assets/0xE5812e47F717EF86101FCBF0D082CC29FEb8Ae8C/logo.png
deleted file mode 100644
index e676803747c0b..0000000000000
Binary files a/blockchains/ethereum/assets/0xE5812e47F717EF86101FCBF0D082CC29FEb8Ae8C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE58E751abA3B9406367B5F3CbC39c2Fa9B519789/info.json b/blockchains/ethereum/assets/0xE58E751abA3B9406367B5F3CbC39c2Fa9B519789/info.json
deleted file mode 100644
index 44676f584f054..0000000000000
--- a/blockchains/ethereum/assets/0xE58E751abA3B9406367B5F3CbC39c2Fa9B519789/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "explorer": "https://etherscan.io/token/0xE58E751abA3B9406367B5F3CbC39c2Fa9B519789",
- "name": "EXOLOVER",
- "website": "https://exolover.io",
- "description": "EXOLOVER (EXO) is a utility token for services within EXOLOVER platform.",
- "type": "ERC20",
- "symbol": "EXO",
- "decimals": 18,
- "status": "active",
- "id": "0xE58E751abA3B9406367B5F3CbC39c2Fa9B519789"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE58E751abA3B9406367B5F3CbC39c2Fa9B519789/logo.png b/blockchains/ethereum/assets/0xE58E751abA3B9406367B5F3CbC39c2Fa9B519789/logo.png
deleted file mode 100644
index 366a8cb68606b..0000000000000
Binary files a/blockchains/ethereum/assets/0xE58E751abA3B9406367B5F3CbC39c2Fa9B519789/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE5A8aB888Fd1c2868a562BBF0FC18A8a8d20d7F4/info.json b/blockchains/ethereum/assets/0xE5A8aB888Fd1c2868a562BBF0FC18A8a8d20d7F4/info.json
deleted file mode 100644
index 72dfd270118a2..0000000000000
--- a/blockchains/ethereum/assets/0xE5A8aB888Fd1c2868a562BBF0FC18A8a8d20d7F4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R860910",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE5A8aB888Fd1c2868a562BBF0FC18A8a8d20d7F4",
- "status": "abandoned",
- "id": "0xE5A8aB888Fd1c2868a562BBF0FC18A8a8d20d7F4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE5A8aB888Fd1c2868a562BBF0FC18A8a8d20d7F4/logo.png b/blockchains/ethereum/assets/0xE5A8aB888Fd1c2868a562BBF0FC18A8a8d20d7F4/logo.png
deleted file mode 100755
index 104453ab08969..0000000000000
Binary files a/blockchains/ethereum/assets/0xE5A8aB888Fd1c2868a562BBF0FC18A8a8d20d7F4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE5B826Ca2Ca02F09c1725e9bd98d9a8874C30532/info.json b/blockchains/ethereum/assets/0xE5B826Ca2Ca02F09c1725e9bd98d9a8874C30532/info.json
deleted file mode 100644
index ff98055764edf..0000000000000
--- a/blockchains/ethereum/assets/0xE5B826Ca2Ca02F09c1725e9bd98d9a8874C30532/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZEON",
- "website": "https://zeon.network",
- "description": "ZEON Network bills itself as a decentralized platform for financial services.",
- "explorer": "https://etherscan.io/token/0xE5B826Ca2Ca02F09c1725e9bd98d9a8874C30532",
- "type": "ERC20",
- "symbol": "ZEON",
- "decimals": 18,
- "status": "active",
- "id": "0xE5B826Ca2Ca02F09c1725e9bd98d9a8874C30532"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE5B826Ca2Ca02F09c1725e9bd98d9a8874C30532/logo.png b/blockchains/ethereum/assets/0xE5B826Ca2Ca02F09c1725e9bd98d9a8874C30532/logo.png
deleted file mode 100755
index 57a19284135cb..0000000000000
Binary files a/blockchains/ethereum/assets/0xE5B826Ca2Ca02F09c1725e9bd98d9a8874C30532/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE5Bd12178910c928B69CD090b18D4B981f1150dc/info.json b/blockchains/ethereum/assets/0xE5Bd12178910c928B69CD090b18D4B981f1150dc/info.json
deleted file mode 100644
index 16a7374e7f13a..0000000000000
--- a/blockchains/ethereum/assets/0xE5Bd12178910c928B69CD090b18D4B981f1150dc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Long WBTC-DAI 2x v2",
- "symbol": "dLWBTC2x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE5Bd12178910c928B69CD090b18D4B981f1150dc",
- "status": "abandoned",
- "id": "0xE5Bd12178910c928B69CD090b18D4B981f1150dc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE5Bd12178910c928B69CD090b18D4B981f1150dc/logo.png b/blockchains/ethereum/assets/0xE5Bd12178910c928B69CD090b18D4B981f1150dc/logo.png
deleted file mode 100644
index 7696ddcb9944d..0000000000000
Binary files a/blockchains/ethereum/assets/0xE5Bd12178910c928B69CD090b18D4B981f1150dc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE5CAeF4Af8780E59Df925470b050Fb23C43CA68C/info.json b/blockchains/ethereum/assets/0xE5CAeF4Af8780E59Df925470b050Fb23C43CA68C/info.json
deleted file mode 100644
index be97e7eba642d..0000000000000
--- a/blockchains/ethereum/assets/0xE5CAeF4Af8780E59Df925470b050Fb23C43CA68C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ferrum Network",
- "website": "https://ferrum.network",
- "description": "Ferrum Network aims to empower individuals with decentralized financial technology.",
- "explorer": "https://etherscan.io/token/0xE5CAeF4Af8780E59Df925470b050Fb23C43CA68C",
- "type": "ERC20",
- "symbol": "FRM",
- "decimals": 6,
- "status": "active",
- "id": "0xE5CAeF4Af8780E59Df925470b050Fb23C43CA68C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE5CAeF4Af8780E59Df925470b050Fb23C43CA68C/logo.png b/blockchains/ethereum/assets/0xE5CAeF4Af8780E59Df925470b050Fb23C43CA68C/logo.png
deleted file mode 100755
index 2053bae10dfff..0000000000000
Binary files a/blockchains/ethereum/assets/0xE5CAeF4Af8780E59Df925470b050Fb23C43CA68C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE5D3CBEe3C4dAcf69f7B35e0d1C5170fc92F3843/info.json b/blockchains/ethereum/assets/0xE5D3CBEe3C4dAcf69f7B35e0d1C5170fc92F3843/info.json
deleted file mode 100644
index 1d72af42e71a5..0000000000000
--- a/blockchains/ethereum/assets/0xE5D3CBEe3C4dAcf69f7B35e0d1C5170fc92F3843/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Scarcity Token",
- "symbol": "SCAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE5D3CBEe3C4dAcf69f7B35e0d1C5170fc92F3843",
- "status": "abandoned",
- "id": "0xE5D3CBEe3C4dAcf69f7B35e0d1C5170fc92F3843"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE5D3CBEe3C4dAcf69f7B35e0d1C5170fc92F3843/logo.png b/blockchains/ethereum/assets/0xE5D3CBEe3C4dAcf69f7B35e0d1C5170fc92F3843/logo.png
deleted file mode 100644
index 94ed29c818e4d..0000000000000
Binary files a/blockchains/ethereum/assets/0xE5D3CBEe3C4dAcf69f7B35e0d1C5170fc92F3843/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE5Dada80Aa6477e85d09747f2842f7993D0Df71C/info.json b/blockchains/ethereum/assets/0xE5Dada80Aa6477e85d09747f2842f7993D0Df71C/info.json
deleted file mode 100644
index ec02b995fe499..0000000000000
--- a/blockchains/ethereum/assets/0xE5Dada80Aa6477e85d09747f2842f7993D0Df71C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DockToken",
- "symbol": "DOCK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://dock.io",
- "explorer": "https://etherscan.io/token/0xE5Dada80Aa6477e85d09747f2842f7993D0Df71C",
- "status": "abandoned",
- "id": "0xE5Dada80Aa6477e85d09747f2842f7993D0Df71C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE5Dada80Aa6477e85d09747f2842f7993D0Df71C/logo.png b/blockchains/ethereum/assets/0xE5Dada80Aa6477e85d09747f2842f7993D0Df71C/logo.png
deleted file mode 100755
index 92f619f1e056f..0000000000000
Binary files a/blockchains/ethereum/assets/0xE5Dada80Aa6477e85d09747f2842f7993D0Df71C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE5a3229CCb22b6484594973A03a3851dCd948756/info.json b/blockchains/ethereum/assets/0xE5a3229CCb22b6484594973A03a3851dCd948756/info.json
deleted file mode 100644
index 77fa1462debe5..0000000000000
--- a/blockchains/ethereum/assets/0xE5a3229CCb22b6484594973A03a3851dCd948756/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RAE Token",
- "symbol": "RAE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.raetoken.org/",
- "explorer": "https://etherscan.io/token/0xE5a3229CCb22b6484594973A03a3851dCd948756",
- "status": "abandoned",
- "id": "0xE5a3229CCb22b6484594973A03a3851dCd948756"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE5a3229CCb22b6484594973A03a3851dCd948756/logo.png b/blockchains/ethereum/assets/0xE5a3229CCb22b6484594973A03a3851dCd948756/logo.png
deleted file mode 100644
index dcffc694c5a89..0000000000000
Binary files a/blockchains/ethereum/assets/0xE5a3229CCb22b6484594973A03a3851dCd948756/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE5aeE163513119F4F750376C718766B40fA37A5F/info.json b/blockchains/ethereum/assets/0xE5aeE163513119F4F750376C718766B40fA37A5F/info.json
deleted file mode 100644
index e8746ca23c554..0000000000000
--- a/blockchains/ethereum/assets/0xE5aeE163513119F4F750376C718766B40fA37A5F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Frozencoin Network",
- "symbol": "Fzcoin",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://fzcoin.cc/",
- "explorer": "https://etherscan.io/token/0xE5aeE163513119F4F750376C718766B40fA37A5F",
- "status": "abandoned",
- "id": "0xE5aeE163513119F4F750376C718766B40fA37A5F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE5aeE163513119F4F750376C718766B40fA37A5F/logo.png b/blockchains/ethereum/assets/0xE5aeE163513119F4F750376C718766B40fA37A5F/logo.png
deleted file mode 100755
index 65ca61c032b34..0000000000000
Binary files a/blockchains/ethereum/assets/0xE5aeE163513119F4F750376C718766B40fA37A5F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE5e7695964B3dDef08aFc666c615Fe2Ef1B16B0b/info.json b/blockchains/ethereum/assets/0xE5e7695964B3dDef08aFc666c615Fe2Ef1B16B0b/info.json
deleted file mode 100644
index 0719eca83ef71..0000000000000
--- a/blockchains/ethereum/assets/0xE5e7695964B3dDef08aFc666c615Fe2Ef1B16B0b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GaeaToken",
- "symbol": "GAEA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE5e7695964B3dDef08aFc666c615Fe2Ef1B16B0b",
- "status": "abandoned",
- "id": "0xE5e7695964B3dDef08aFc666c615Fe2Ef1B16B0b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE5e7695964B3dDef08aFc666c615Fe2Ef1B16B0b/logo.png b/blockchains/ethereum/assets/0xE5e7695964B3dDef08aFc666c615Fe2Ef1B16B0b/logo.png
deleted file mode 100644
index c2959f800b4b3..0000000000000
Binary files a/blockchains/ethereum/assets/0xE5e7695964B3dDef08aFc666c615Fe2Ef1B16B0b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE5f55a3b74874531a99359b833b92866A6609f6B/info.json b/blockchains/ethereum/assets/0xE5f55a3b74874531a99359b833b92866A6609f6B/info.json
deleted file mode 100644
index 7a1c0d2079d75..0000000000000
--- a/blockchains/ethereum/assets/0xE5f55a3b74874531a99359b833b92866A6609f6B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "All The Smoke",
- "symbol": "ATS",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE5f55a3b74874531a99359b833b92866A6609f6B",
- "status": "abandoned",
- "id": "0xE5f55a3b74874531a99359b833b92866A6609f6B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE5f55a3b74874531a99359b833b92866A6609f6B/logo.png b/blockchains/ethereum/assets/0xE5f55a3b74874531a99359b833b92866A6609f6B/logo.png
deleted file mode 100644
index 0916f19e0537f..0000000000000
Binary files a/blockchains/ethereum/assets/0xE5f55a3b74874531a99359b833b92866A6609f6B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE5f7ef61443Fc36AE040650aa585B0395AEf77c8/info.json b/blockchains/ethereum/assets/0xE5f7ef61443Fc36AE040650aa585B0395AEf77c8/info.json
deleted file mode 100644
index a609747de21cc..0000000000000
--- a/blockchains/ethereum/assets/0xE5f7ef61443Fc36AE040650aa585B0395AEf77c8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RealToken 9943 Marlowe Street Detroit MI",
- "symbol": "REALTOKEN-9943-MARLOWE-ST-DETROIT-MI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://realt.co/product/9943-marlowe-st-detroit-mi-48227",
- "explorer": "https://etherscan.io/token/0xE5f7ef61443Fc36AE040650aa585B0395AEf77c8",
- "status": "abandoned",
- "id": "0xE5f7ef61443Fc36AE040650aa585B0395AEf77c8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE5f7ef61443Fc36AE040650aa585B0395AEf77c8/logo.png b/blockchains/ethereum/assets/0xE5f7ef61443Fc36AE040650aa585B0395AEf77c8/logo.png
deleted file mode 100644
index 4617b23ed87e8..0000000000000
Binary files a/blockchains/ethereum/assets/0xE5f7ef61443Fc36AE040650aa585B0395AEf77c8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE5f867dE1EA81346df5181b8b48DD6B0BB3357B0/info.json b/blockchains/ethereum/assets/0xE5f867dE1EA81346df5181b8b48DD6B0BB3357B0/info.json
deleted file mode 100644
index 082b94fde989b..0000000000000
--- a/blockchains/ethereum/assets/0xE5f867dE1EA81346df5181b8b48DD6B0BB3357B0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTZ by Bunz",
- "symbol": "BTZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE5f867dE1EA81346df5181b8b48DD6B0BB3357B0",
- "status": "abandoned",
- "id": "0xE5f867dE1EA81346df5181b8b48DD6B0BB3357B0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE5f867dE1EA81346df5181b8b48DD6B0BB3357B0/logo.png b/blockchains/ethereum/assets/0xE5f867dE1EA81346df5181b8b48DD6B0BB3357B0/logo.png
deleted file mode 100755
index 7be95196a0e10..0000000000000
Binary files a/blockchains/ethereum/assets/0xE5f867dE1EA81346df5181b8b48DD6B0BB3357B0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE617dd80c621a5072bD8cBa65E9d76c07327004d/info.json b/blockchains/ethereum/assets/0xE617dd80c621a5072bD8cBa65E9d76c07327004d/info.json
deleted file mode 100644
index 381834e269b14..0000000000000
--- a/blockchains/ethereum/assets/0xE617dd80c621a5072bD8cBa65E9d76c07327004d/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Raydium (Portal)",
- "type": "ERC20",
- "symbol": "RAY",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://raydium.io/",
- "explorer": "https://etherscan.io/token/0xE617dd80c621a5072bD8cBa65E9d76c07327004d",
- "status": "active",
- "id": "0xE617dd80c621a5072bD8cBa65E9d76c07327004d",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE617dd80c621a5072bD8cBa65E9d76c07327004d/logo.png b/blockchains/ethereum/assets/0xE617dd80c621a5072bD8cBa65E9d76c07327004d/logo.png
deleted file mode 100644
index cd42f7185e707..0000000000000
Binary files a/blockchains/ethereum/assets/0xE617dd80c621a5072bD8cBa65E9d76c07327004d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE61fDAF474Fac07063f2234Fb9e60C1163Cfa850/info.json b/blockchains/ethereum/assets/0xE61fDAF474Fac07063f2234Fb9e60C1163Cfa850/info.json
deleted file mode 100644
index d3b0e56120c40..0000000000000
--- a/blockchains/ethereum/assets/0xE61fDAF474Fac07063f2234Fb9e60C1163Cfa850/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COIN",
- "type": "ERC20",
- "symbol": "COIN",
- "decimals": 18,
- "website": "https://coindefi.org",
- "description": "Coin is a global online digital decentralized network comprised of protocols, smart contracts, dApps, and services that help facilitate the transfer of value across the Internet. It seeks to create an open financial system composed of decentralized solutions that empower consumers to execute financial transactions with freedom and simplicity.",
- "explorer": "https://etherscan.io/token/0xE61fDAF474Fac07063f2234Fb9e60C1163Cfa850",
- "status": "active",
- "id": "0xE61fDAF474Fac07063f2234Fb9e60C1163Cfa850"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE61fDAF474Fac07063f2234Fb9e60C1163Cfa850/logo.png b/blockchains/ethereum/assets/0xE61fDAF474Fac07063f2234Fb9e60C1163Cfa850/logo.png
deleted file mode 100644
index e5adb54fc9b06..0000000000000
Binary files a/blockchains/ethereum/assets/0xE61fDAF474Fac07063f2234Fb9e60C1163Cfa850/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE6279E1c65DD41b30bA3760DCaC3CD8bbb4420D6/info.json b/blockchains/ethereum/assets/0xE6279E1c65DD41b30bA3760DCaC3CD8bbb4420D6/info.json
deleted file mode 100644
index 374bc8c19d6ef..0000000000000
--- a/blockchains/ethereum/assets/0xE6279E1c65DD41b30bA3760DCaC3CD8bbb4420D6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rebased",
- "symbol": "REB",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "https://rebased.fi/",
- "explorer": "https://etherscan.io/token/0xE6279E1c65DD41b30bA3760DCaC3CD8bbb4420D6",
- "status": "abandoned",
- "id": "0xE6279E1c65DD41b30bA3760DCaC3CD8bbb4420D6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE6279E1c65DD41b30bA3760DCaC3CD8bbb4420D6/logo.png b/blockchains/ethereum/assets/0xE6279E1c65DD41b30bA3760DCaC3CD8bbb4420D6/logo.png
deleted file mode 100644
index e90a58ee75aa4..0000000000000
Binary files a/blockchains/ethereum/assets/0xE6279E1c65DD41b30bA3760DCaC3CD8bbb4420D6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE63684BcF2987892CEfB4caA79BD21b34e98A291/info.json b/blockchains/ethereum/assets/0xE63684BcF2987892CEfB4caA79BD21b34e98A291/info.json
deleted file mode 100644
index 04dec04fc4e9b..0000000000000
--- a/blockchains/ethereum/assets/0xE63684BcF2987892CEfB4caA79BD21b34e98A291/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Chicken",
- "website": "https://chickenswap.org/#/",
- "description": "KFC token has a swap business.",
- "explorer": "https://etherscan.io/token/0xE63684BcF2987892CEfB4caA79BD21b34e98A291",
- "type": "ERC20",
- "symbol": "KFC",
- "decimals": 18,
- "status": "active",
- "id": "0xE63684BcF2987892CEfB4caA79BD21b34e98A291"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE63684BcF2987892CEfB4caA79BD21b34e98A291/logo.png b/blockchains/ethereum/assets/0xE63684BcF2987892CEfB4caA79BD21b34e98A291/logo.png
deleted file mode 100644
index 08a577391b677..0000000000000
Binary files a/blockchains/ethereum/assets/0xE63684BcF2987892CEfB4caA79BD21b34e98A291/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE638dc39b6aDBEE8526b5C22380b4b45dAf46d8e/info.json b/blockchains/ethereum/assets/0xE638dc39b6aDBEE8526b5C22380b4b45dAf46d8e/info.json
deleted file mode 100644
index f6ec23600e583..0000000000000
--- a/blockchains/ethereum/assets/0xE638dc39b6aDBEE8526b5C22380b4b45dAf46d8e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gizer Gaming Token",
- "symbol": "GZR",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE638dc39b6aDBEE8526b5C22380b4b45dAf46d8e",
- "status": "abandoned",
- "id": "0xE638dc39b6aDBEE8526b5C22380b4b45dAf46d8e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE638dc39b6aDBEE8526b5C22380b4b45dAf46d8e/logo.png b/blockchains/ethereum/assets/0xE638dc39b6aDBEE8526b5C22380b4b45dAf46d8e/logo.png
deleted file mode 100755
index 19b303675fb27..0000000000000
Binary files a/blockchains/ethereum/assets/0xE638dc39b6aDBEE8526b5C22380b4b45dAf46d8e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE63D611B76EE1Ad92Df5153f3e573F7453ca0901/info.json b/blockchains/ethereum/assets/0xE63D611B76EE1Ad92Df5153f3e573F7453ca0901/info.json
deleted file mode 100644
index a71da7db4fed0..0000000000000
--- a/blockchains/ethereum/assets/0xE63D611B76EE1Ad92Df5153f3e573F7453ca0901/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short WBTC-DAI 2x v2",
- "symbol": "dsWBTC2x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE63D611B76EE1Ad92Df5153f3e573F7453ca0901",
- "status": "abandoned",
- "id": "0xE63D611B76EE1Ad92Df5153f3e573F7453ca0901"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE63D611B76EE1Ad92Df5153f3e573F7453ca0901/logo.png b/blockchains/ethereum/assets/0xE63D611B76EE1Ad92Df5153f3e573F7453ca0901/logo.png
deleted file mode 100644
index e2baf2a943507..0000000000000
Binary files a/blockchains/ethereum/assets/0xE63D611B76EE1Ad92Df5153f3e573F7453ca0901/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE64509F0bf07ce2d29A7eF19A8A9bc065477C1B4/info.json b/blockchains/ethereum/assets/0xE64509F0bf07ce2d29A7eF19A8A9bc065477C1B4/info.json
deleted file mode 100644
index a4a79ef522a21..0000000000000
--- a/blockchains/ethereum/assets/0xE64509F0bf07ce2d29A7eF19A8A9bc065477C1B4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PiplCoin",
- "symbol": "PIPL",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://piplcoin.com",
- "explorer": "https://etherscan.io/token/0xE64509F0bf07ce2d29A7eF19A8A9bc065477C1B4",
- "status": "active",
- "id": "0xE64509F0bf07ce2d29A7eF19A8A9bc065477C1B4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE64509F0bf07ce2d29A7eF19A8A9bc065477C1B4/logo.png b/blockchains/ethereum/assets/0xE64509F0bf07ce2d29A7eF19A8A9bc065477C1B4/logo.png
deleted file mode 100644
index e16e5023f221d..0000000000000
Binary files a/blockchains/ethereum/assets/0xE64509F0bf07ce2d29A7eF19A8A9bc065477C1B4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE65ee7c03Bbb3C950Cfd4895c24989afA233EF01/info.json b/blockchains/ethereum/assets/0xE65ee7c03Bbb3C950Cfd4895c24989afA233EF01/info.json
deleted file mode 100644
index 2b5afb68d9c87..0000000000000
--- a/blockchains/ethereum/assets/0xE65ee7c03Bbb3C950Cfd4895c24989afA233EF01/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zynecoin",
- "symbol": "ZYN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://zynecoin.io",
- "explorer": "https://etherscan.io/token/0xE65ee7c03Bbb3C950Cfd4895c24989afA233EF01",
- "status": "abandoned",
- "id": "0xE65ee7c03Bbb3C950Cfd4895c24989afA233EF01"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE65ee7c03Bbb3C950Cfd4895c24989afA233EF01/logo.png b/blockchains/ethereum/assets/0xE65ee7c03Bbb3C950Cfd4895c24989afA233EF01/logo.png
deleted file mode 100644
index 339c0d2b01cde..0000000000000
Binary files a/blockchains/ethereum/assets/0xE65ee7c03Bbb3C950Cfd4895c24989afA233EF01/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE66747a101bFF2dBA3697199DCcE5b743b454759/info.json b/blockchains/ethereum/assets/0xE66747a101bFF2dBA3697199DCcE5b743b454759/info.json
deleted file mode 100644
index e0d21949c7de8..0000000000000
--- a/blockchains/ethereum/assets/0xE66747a101bFF2dBA3697199DCcE5b743b454759/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Gatechain Token",
- "website": "https://gatechain.io",
- "description": "GateChain is a public blockchain dedicated to blockchain asset safety even after private keys are compromised.",
- "explorer": "https://etherscan.io/token/0xE66747a101bFF2dBA3697199DCcE5b743b454759",
- "type": "ERC20",
- "symbol": "GT",
- "decimals": 18,
- "status": "active",
- "id": "0xE66747a101bFF2dBA3697199DCcE5b743b454759",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/gatechain"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/gatechain_io/photo"
- },
- {
- "name": "blog",
- "url": "https://medium.com/@gatechain"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/gatechain-token/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE66747a101bFF2dBA3697199DCcE5b743b454759/logo.png b/blockchains/ethereum/assets/0xE66747a101bFF2dBA3697199DCcE5b743b454759/logo.png
deleted file mode 100644
index 1269af44ede95..0000000000000
Binary files a/blockchains/ethereum/assets/0xE66747a101bFF2dBA3697199DCcE5b743b454759/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE66F7261F72861e3399eb15424f2F2A2E976CaB3/info.json b/blockchains/ethereum/assets/0xE66F7261F72861e3399eb15424f2F2A2E976CaB3/info.json
deleted file mode 100644
index 5a0e5469b3973..0000000000000
--- a/blockchains/ethereum/assets/0xE66F7261F72861e3399eb15424f2F2A2E976CaB3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SilverStone",
- "symbol": "SSC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE66F7261F72861e3399eb15424f2F2A2E976CaB3",
- "status": "abandoned",
- "id": "0xE66F7261F72861e3399eb15424f2F2A2E976CaB3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE66F7261F72861e3399eb15424f2F2A2E976CaB3/logo.png b/blockchains/ethereum/assets/0xE66F7261F72861e3399eb15424f2F2A2E976CaB3/logo.png
deleted file mode 100644
index fa97a48aa3a48..0000000000000
Binary files a/blockchains/ethereum/assets/0xE66F7261F72861e3399eb15424f2F2A2E976CaB3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE66b3AA360bB78468c00Bebe163630269DB3324F/info.json b/blockchains/ethereum/assets/0xE66b3AA360bB78468c00Bebe163630269DB3324F/info.json
deleted file mode 100644
index e4e787cf5bc87..0000000000000
--- a/blockchains/ethereum/assets/0xE66b3AA360bB78468c00Bebe163630269DB3324F/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Merchant Token (MTO)",
- "type": "ERC20",
- "symbol": "MTO",
- "decimals": 18,
- "website": "https://merchanttoken.org",
- "description": "DeFi Payment Protocol that enables POS terminals on blockchains and brings consumer protection to crypto payments",
- "explorer": "https://etherscan.io/token/0xe66b3aa360bb78468c00bebe163630269db3324f",
- "status": "active",
- "id": "0xE66b3AA360bB78468c00Bebe163630269DB3324F",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/merchant_token"
- },
- {
- "name": "github",
- "url": "https://github.com/hipspay"
- },
- {
- "name": "telegram",
- "url": "https://t.me/MTOOFFICIAL"
- },
- {
- "name": "whitepaper",
- "url": "https://static.hips.com/pdf/white_paper/merchant_token_white_paper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/merchant-token/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/merchant-token"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE66b3AA360bB78468c00Bebe163630269DB3324F/logo.png b/blockchains/ethereum/assets/0xE66b3AA360bB78468c00Bebe163630269DB3324F/logo.png
deleted file mode 100644
index 900ad4a49333f..0000000000000
Binary files a/blockchains/ethereum/assets/0xE66b3AA360bB78468c00Bebe163630269DB3324F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE6877ea9C28fBDeC631ffBc087956d0023A76bF2/info.json b/blockchains/ethereum/assets/0xE6877ea9C28fBDeC631ffBc087956d0023A76bF2/info.json
deleted file mode 100644
index 302740846ff3b..0000000000000
--- a/blockchains/ethereum/assets/0xE6877ea9C28fBDeC631ffBc087956d0023A76bF2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UNI COIN",
- "symbol": "UNI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.uni-c.io/",
- "explorer": "https://etherscan.io/token/0xE6877ea9C28fBDeC631ffBc087956d0023A76bF2",
- "status": "abandoned",
- "id": "0xE6877ea9C28fBDeC631ffBc087956d0023A76bF2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE6877ea9C28fBDeC631ffBc087956d0023A76bF2/logo.png b/blockchains/ethereum/assets/0xE6877ea9C28fBDeC631ffBc087956d0023A76bF2/logo.png
deleted file mode 100644
index 43956112d6651..0000000000000
Binary files a/blockchains/ethereum/assets/0xE6877ea9C28fBDeC631ffBc087956d0023A76bF2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE689a257e070b13a08104AEb995c95FEe1d87673/info.json b/blockchains/ethereum/assets/0xE689a257e070b13a08104AEb995c95FEe1d87673/info.json
deleted file mode 100644
index 8edfea7886774..0000000000000
--- a/blockchains/ethereum/assets/0xE689a257e070b13a08104AEb995c95FEe1d87673/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DarexTravel",
- "symbol": "DART",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE689a257e070b13a08104AEb995c95FEe1d87673",
- "status": "abandoned",
- "id": "0xE689a257e070b13a08104AEb995c95FEe1d87673"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE689a257e070b13a08104AEb995c95FEe1d87673/logo.png b/blockchains/ethereum/assets/0xE689a257e070b13a08104AEb995c95FEe1d87673/logo.png
deleted file mode 100644
index 11d3e292790fd..0000000000000
Binary files a/blockchains/ethereum/assets/0xE689a257e070b13a08104AEb995c95FEe1d87673/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE68e0B2280f8A254801d39E7A63cc1E66521AAae/info.json b/blockchains/ethereum/assets/0xE68e0B2280f8A254801d39E7A63cc1E66521AAae/info.json
deleted file mode 100644
index 79da4ce6481b0..0000000000000
--- a/blockchains/ethereum/assets/0xE68e0B2280f8A254801d39E7A63cc1E66521AAae/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KRISTORIUM GOLD",
- "symbol": "KRISTO",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE68e0B2280f8A254801d39E7A63cc1E66521AAae",
- "status": "abandoned",
- "id": "0xE68e0B2280f8A254801d39E7A63cc1E66521AAae"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE68e0B2280f8A254801d39E7A63cc1E66521AAae/logo.png b/blockchains/ethereum/assets/0xE68e0B2280f8A254801d39E7A63cc1E66521AAae/logo.png
deleted file mode 100644
index 686874f003ff7..0000000000000
Binary files a/blockchains/ethereum/assets/0xE68e0B2280f8A254801d39E7A63cc1E66521AAae/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE68ed880744D3279f7AC25508ea7B5A6f0656848/info.json b/blockchains/ethereum/assets/0xE68ed880744D3279f7AC25508ea7B5A6f0656848/info.json
deleted file mode 100644
index 553b6c1b9ba62..0000000000000
--- a/blockchains/ethereum/assets/0xE68ed880744D3279f7AC25508ea7B5A6f0656848/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "V-PALADINI TEST 4",
- "symbol": "V",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE68ed880744D3279f7AC25508ea7B5A6f0656848",
- "status": "abandoned",
- "id": "0xE68ed880744D3279f7AC25508ea7B5A6f0656848"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE68ed880744D3279f7AC25508ea7B5A6f0656848/logo.png b/blockchains/ethereum/assets/0xE68ed880744D3279f7AC25508ea7B5A6f0656848/logo.png
deleted file mode 100644
index 8eb07a709aa20..0000000000000
Binary files a/blockchains/ethereum/assets/0xE68ed880744D3279f7AC25508ea7B5A6f0656848/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE69074db48FAe7E52f0d0Ad975645eaD6Cd2E91B/info.json b/blockchains/ethereum/assets/0xE69074db48FAe7E52f0d0Ad975645eaD6Cd2E91B/info.json
deleted file mode 100644
index 1c96a3000d0b5..0000000000000
--- a/blockchains/ethereum/assets/0xE69074db48FAe7E52f0d0Ad975645eaD6Cd2E91B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Planetagro-Exchange",
- "symbol": "AVOCATO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE69074db48FAe7E52f0d0Ad975645eaD6Cd2E91B",
- "status": "abandoned",
- "id": "0xE69074db48FAe7E52f0d0Ad975645eaD6Cd2E91B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE69074db48FAe7E52f0d0Ad975645eaD6Cd2E91B/logo.png b/blockchains/ethereum/assets/0xE69074db48FAe7E52f0d0Ad975645eaD6Cd2E91B/logo.png
deleted file mode 100644
index a0ab99a06d5d7..0000000000000
Binary files a/blockchains/ethereum/assets/0xE69074db48FAe7E52f0d0Ad975645eaD6Cd2E91B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE69a353b3152Dd7b706ff7dD40fe1d18b7802d31/info.json b/blockchains/ethereum/assets/0xE69a353b3152Dd7b706ff7dD40fe1d18b7802d31/info.json
deleted file mode 100644
index 4d42da6271fd1..0000000000000
--- a/blockchains/ethereum/assets/0xE69a353b3152Dd7b706ff7dD40fe1d18b7802d31/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AdHive Token",
- "symbol": "ADH",
- "type": "ERC20",
- "decimals": 18,
- "description": "AdHive is the World's first AI-controlled Influencer Marketing platform.",
- "website": "https://adhive.tv",
- "explorer": "https://etherscan.io/token/0xE69a353b3152Dd7b706ff7dD40fe1d18b7802d31",
- "status": "active",
- "id": "0xE69a353b3152Dd7b706ff7dD40fe1d18b7802d31"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE69a353b3152Dd7b706ff7dD40fe1d18b7802d31/logo.png b/blockchains/ethereum/assets/0xE69a353b3152Dd7b706ff7dD40fe1d18b7802d31/logo.png
deleted file mode 100644
index b54139416de4e..0000000000000
Binary files a/blockchains/ethereum/assets/0xE69a353b3152Dd7b706ff7dD40fe1d18b7802d31/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE6B9018365cE008319DF4Dec715E664B3CC93321/info.json b/blockchains/ethereum/assets/0xE6B9018365cE008319DF4Dec715E664B3CC93321/info.json
deleted file mode 100644
index 21b75b8729ba2..0000000000000
--- a/blockchains/ethereum/assets/0xE6B9018365cE008319DF4Dec715E664B3CC93321/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BoldDax",
- "symbol": "BDAX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE6B9018365cE008319DF4Dec715E664B3CC93321",
- "status": "abandoned",
- "id": "0xE6B9018365cE008319DF4Dec715E664B3CC93321"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE6B9018365cE008319DF4Dec715E664B3CC93321/logo.png b/blockchains/ethereum/assets/0xE6B9018365cE008319DF4Dec715E664B3CC93321/logo.png
deleted file mode 100644
index 83158832fcaf2..0000000000000
Binary files a/blockchains/ethereum/assets/0xE6B9018365cE008319DF4Dec715E664B3CC93321/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE6F1966d04CfcB9cd1B1dC4E8256D8b501b11CbA/info.json b/blockchains/ethereum/assets/0xE6F1966d04CfcB9cd1B1dC4E8256D8b501b11CbA/info.json
deleted file mode 100644
index e6a52d75a2116..0000000000000
--- a/blockchains/ethereum/assets/0xE6F1966d04CfcB9cd1B1dC4E8256D8b501b11CbA/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "SafeEarth",
- "website": "https://safeearthcrypto.com/",
- "description": "Autonomous Yield and Liquidity Generation Charity Protocol",
- "explorer": "https://etherscan.io/token/0xE6F1966d04CfcB9cd1B1dC4E8256D8b501b11CbA",
- "type": "ERC20",
- "symbol": "SAFEEARTH",
- "decimals": 9,
- "status": "active",
- "id": "0xE6F1966d04CfcB9cd1B1dC4E8256D8b501b11CbA",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/SafeEarthETH"
- },
- {
- "name": "telegram",
- "url": "https://t.me/SafeEarthETH"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE6F1966d04CfcB9cd1B1dC4E8256D8b501b11CbA/logo.png b/blockchains/ethereum/assets/0xE6F1966d04CfcB9cd1B1dC4E8256D8b501b11CbA/logo.png
deleted file mode 100644
index f34551bd5abd6..0000000000000
Binary files a/blockchains/ethereum/assets/0xE6F1966d04CfcB9cd1B1dC4E8256D8b501b11CbA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE6c2C240E1228980F322D76ed4C1F63078191BB5/info.json b/blockchains/ethereum/assets/0xE6c2C240E1228980F322D76ed4C1F63078191BB5/info.json
deleted file mode 100644
index 0ad572e9df667..0000000000000
--- a/blockchains/ethereum/assets/0xE6c2C240E1228980F322D76ed4C1F63078191BB5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Basic Income Staking",
- "symbol": "BIS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE6c2C240E1228980F322D76ed4C1F63078191BB5",
- "status": "abandoned",
- "id": "0xE6c2C240E1228980F322D76ed4C1F63078191BB5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE6c2C240E1228980F322D76ed4C1F63078191BB5/logo.png b/blockchains/ethereum/assets/0xE6c2C240E1228980F322D76ed4C1F63078191BB5/logo.png
deleted file mode 100644
index b8facbcfdef60..0000000000000
Binary files a/blockchains/ethereum/assets/0xE6c2C240E1228980F322D76ed4C1F63078191BB5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE6e3BEd476776f3A7017Aa9066a476EaefaD63b7/info.json b/blockchains/ethereum/assets/0xE6e3BEd476776f3A7017Aa9066a476EaefaD63b7/info.json
deleted file mode 100644
index 663646f3733a1..0000000000000
--- a/blockchains/ethereum/assets/0xE6e3BEd476776f3A7017Aa9066a476EaefaD63b7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bloggers Guild Token",
- "symbol": "BGT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE6e3BEd476776f3A7017Aa9066a476EaefaD63b7",
- "status": "abandoned",
- "id": "0xE6e3BEd476776f3A7017Aa9066a476EaefaD63b7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE6e3BEd476776f3A7017Aa9066a476EaefaD63b7/logo.png b/blockchains/ethereum/assets/0xE6e3BEd476776f3A7017Aa9066a476EaefaD63b7/logo.png
deleted file mode 100644
index ecd0536ced346..0000000000000
Binary files a/blockchains/ethereum/assets/0xE6e3BEd476776f3A7017Aa9066a476EaefaD63b7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE716637Ba037E840A46A1CaC83556a2dD83C0285/info.json b/blockchains/ethereum/assets/0xE716637Ba037E840A46A1CaC83556a2dD83C0285/info.json
deleted file mode 100644
index fa9bfd5109c06..0000000000000
--- a/blockchains/ethereum/assets/0xE716637Ba037E840A46A1CaC83556a2dD83C0285/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CLOVYR",
- "symbol": "CLOVYR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE716637Ba037E840A46A1CaC83556a2dD83C0285",
- "status": "abandoned",
- "id": "0xE716637Ba037E840A46A1CaC83556a2dD83C0285"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE716637Ba037E840A46A1CaC83556a2dD83C0285/logo.png b/blockchains/ethereum/assets/0xE716637Ba037E840A46A1CaC83556a2dD83C0285/logo.png
deleted file mode 100644
index a6c5e6b2f9f5c..0000000000000
Binary files a/blockchains/ethereum/assets/0xE716637Ba037E840A46A1CaC83556a2dD83C0285/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE74B35425fE7E33EA190b149805baF31139a8290/info.json b/blockchains/ethereum/assets/0xE74B35425fE7E33EA190b149805baF31139a8290/info.json
deleted file mode 100644
index 93d00819b5a57..0000000000000
--- a/blockchains/ethereum/assets/0xE74B35425fE7E33EA190b149805baF31139a8290/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QuickCash",
- "website": "https://quickcash.com/",
- "description": "QuickCash stable currency system.",
- "explorer": "https://etherscan.io/token/0xE74B35425fE7E33EA190b149805baF31139a8290",
- "type": "ERC20",
- "symbol": "QC",
- "decimals": 18,
- "status": "active",
- "id": "0xE74B35425fE7E33EA190b149805baF31139a8290"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE74B35425fE7E33EA190b149805baF31139a8290/logo.png b/blockchains/ethereum/assets/0xE74B35425fE7E33EA190b149805baF31139a8290/logo.png
deleted file mode 100644
index 0de5401ac4ba0..0000000000000
Binary files a/blockchains/ethereum/assets/0xE74B35425fE7E33EA190b149805baF31139a8290/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE7775A6e9Bcf904eb39DA2b68c5efb4F9360e08C/info.json b/blockchains/ethereum/assets/0xE7775A6e9Bcf904eb39DA2b68c5efb4F9360e08C/info.json
deleted file mode 100644
index 5dd0b3714b143..0000000000000
--- a/blockchains/ethereum/assets/0xE7775A6e9Bcf904eb39DA2b68c5efb4F9360e08C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Token-as-a-Service",
- "symbol": "TAAS",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://www.taas.fund/",
- "explorer": "https://etherscan.io/token/0xE7775A6e9Bcf904eb39DA2b68c5efb4F9360e08C",
- "status": "abandoned",
- "id": "0xE7775A6e9Bcf904eb39DA2b68c5efb4F9360e08C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE7775A6e9Bcf904eb39DA2b68c5efb4F9360e08C/logo.png b/blockchains/ethereum/assets/0xE7775A6e9Bcf904eb39DA2b68c5efb4F9360e08C/logo.png
deleted file mode 100644
index ee59021948158..0000000000000
Binary files a/blockchains/ethereum/assets/0xE7775A6e9Bcf904eb39DA2b68c5efb4F9360e08C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE7D84cBee9b2234E53BDe7Ea093E7d1E198CA46A/info.json b/blockchains/ethereum/assets/0xE7D84cBee9b2234E53BDe7Ea093E7d1E198CA46A/info.json
deleted file mode 100644
index d46c5c81a49d2..0000000000000
--- a/blockchains/ethereum/assets/0xE7D84cBee9b2234E53BDe7Ea093E7d1E198CA46A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IOGENESIS",
- "symbol": "IOG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE7D84cBee9b2234E53BDe7Ea093E7d1E198CA46A",
- "status": "abandoned",
- "id": "0xE7D84cBee9b2234E53BDe7Ea093E7d1E198CA46A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE7D84cBee9b2234E53BDe7Ea093E7d1E198CA46A/logo.png b/blockchains/ethereum/assets/0xE7D84cBee9b2234E53BDe7Ea093E7d1E198CA46A/logo.png
deleted file mode 100644
index e04ecdea33c15..0000000000000
Binary files a/blockchains/ethereum/assets/0xE7D84cBee9b2234E53BDe7Ea093E7d1E198CA46A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE7b5269A67E385766F98012F25073A7Bc67A1046/info.json b/blockchains/ethereum/assets/0xE7b5269A67E385766F98012F25073A7Bc67A1046/info.json
deleted file mode 100644
index c982e28d4c1cc..0000000000000
--- a/blockchains/ethereum/assets/0xE7b5269A67E385766F98012F25073A7Bc67A1046/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C551554",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE7b5269A67E385766F98012F25073A7Bc67A1046",
- "status": "abandoned",
- "id": "0xE7b5269A67E385766F98012F25073A7Bc67A1046"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE7b5269A67E385766F98012F25073A7Bc67A1046/logo.png b/blockchains/ethereum/assets/0xE7b5269A67E385766F98012F25073A7Bc67A1046/logo.png
deleted file mode 100644
index 4f59c6a542e21..0000000000000
Binary files a/blockchains/ethereum/assets/0xE7b5269A67E385766F98012F25073A7Bc67A1046/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE814aeE960a85208C3dB542C53E7D4a6C8D5f60F/info.json b/blockchains/ethereum/assets/0xE814aeE960a85208C3dB542C53E7D4a6C8D5f60F/info.json
deleted file mode 100644
index fe942ec579cad..0000000000000
--- a/blockchains/ethereum/assets/0xE814aeE960a85208C3dB542C53E7D4a6C8D5f60F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DAY",
- "symbol": "DAY",
- "type": "ERC20",
- "decimals": 18,
- "description": "The first generation of cryptocurrencies have been based on the concepts of mining & staking. ChronoLogic works on proof-of-time. In its first use-case ChronoLogic pegs time to a store of value token named DAY based on the Ethereum blockchain.",
- "website": "https://chronologic.network/",
- "explorer": "https://etherscan.io/token/0xE814aeE960a85208C3dB542C53E7D4a6C8D5f60F",
- "status": "active",
- "id": "0xE814aeE960a85208C3dB542C53E7D4a6C8D5f60F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE814aeE960a85208C3dB542C53E7D4a6C8D5f60F/logo.png b/blockchains/ethereum/assets/0xE814aeE960a85208C3dB542C53E7D4a6C8D5f60F/logo.png
deleted file mode 100644
index 8fe018505e035..0000000000000
Binary files a/blockchains/ethereum/assets/0xE814aeE960a85208C3dB542C53E7D4a6C8D5f60F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE85d69D5e7B91b1A0D2E93a3678315E6915197B2/info.json b/blockchains/ethereum/assets/0xE85d69D5e7B91b1A0D2E93a3678315E6915197B2/info.json
deleted file mode 100644
index f7d9e43320111..0000000000000
--- a/blockchains/ethereum/assets/0xE85d69D5e7B91b1A0D2E93a3678315E6915197B2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JBG",
- "symbol": "JBG",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE85d69D5e7B91b1A0D2E93a3678315E6915197B2",
- "status": "abandoned",
- "id": "0xE85d69D5e7B91b1A0D2E93a3678315E6915197B2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE85d69D5e7B91b1A0D2E93a3678315E6915197B2/logo.png b/blockchains/ethereum/assets/0xE85d69D5e7B91b1A0D2E93a3678315E6915197B2/logo.png
deleted file mode 100644
index 5fba87cf09a17..0000000000000
Binary files a/blockchains/ethereum/assets/0xE85d69D5e7B91b1A0D2E93a3678315E6915197B2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE8663A64A96169ff4d95b4299E7ae9a76b905B31/info.json b/blockchains/ethereum/assets/0xE8663A64A96169ff4d95b4299E7ae9a76b905B31/info.json
deleted file mode 100644
index 4b65b9a6e5e42..0000000000000
--- a/blockchains/ethereum/assets/0xE8663A64A96169ff4d95b4299E7ae9a76b905B31/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rating",
- "symbol": "Rating",
- "type": "ERC20",
- "decimals": 8,
- "description": "DPRating (RATING) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "http://token.dprating.com",
- "explorer": "https://etherscan.io/token/0xE8663A64A96169ff4d95b4299E7ae9a76b905B31",
- "status": "active",
- "id": "0xE8663A64A96169ff4d95b4299E7ae9a76b905B31"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE8663A64A96169ff4d95b4299E7ae9a76b905B31/logo.png b/blockchains/ethereum/assets/0xE8663A64A96169ff4d95b4299E7ae9a76b905B31/logo.png
deleted file mode 100644
index f199b921a6f0d..0000000000000
Binary files a/blockchains/ethereum/assets/0xE8663A64A96169ff4d95b4299E7ae9a76b905B31/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE86A746330b0B691323d2CbB5c140F77D7F198A4/info.json b/blockchains/ethereum/assets/0xE86A746330b0B691323d2CbB5c140F77D7F198A4/info.json
deleted file mode 100644
index 099e781d093b9..0000000000000
--- a/blockchains/ethereum/assets/0xE86A746330b0B691323d2CbB5c140F77D7F198A4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CAMO",
- "symbol": "CAMO",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE86A746330b0B691323d2CbB5c140F77D7F198A4",
- "status": "abandoned",
- "id": "0xE86A746330b0B691323d2CbB5c140F77D7F198A4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE86A746330b0B691323d2CbB5c140F77D7F198A4/logo.png b/blockchains/ethereum/assets/0xE86A746330b0B691323d2CbB5c140F77D7F198A4/logo.png
deleted file mode 100644
index 6714d93218c0c..0000000000000
Binary files a/blockchains/ethereum/assets/0xE86A746330b0B691323d2CbB5c140F77D7F198A4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE870bD7C40c1f1227637DEd7B60456501D25A7B8/info.json b/blockchains/ethereum/assets/0xE870bD7C40c1f1227637DEd7B60456501D25A7B8/info.json
deleted file mode 100644
index d189d180adbdd..0000000000000
--- a/blockchains/ethereum/assets/0xE870bD7C40c1f1227637DEd7B60456501D25A7B8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DeFlash",
- "symbol": "DEF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE870bD7C40c1f1227637DEd7B60456501D25A7B8",
- "status": "abandoned",
- "id": "0xE870bD7C40c1f1227637DEd7B60456501D25A7B8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE870bD7C40c1f1227637DEd7B60456501D25A7B8/logo.png b/blockchains/ethereum/assets/0xE870bD7C40c1f1227637DEd7B60456501D25A7B8/logo.png
deleted file mode 100644
index d667e61bdba57..0000000000000
Binary files a/blockchains/ethereum/assets/0xE870bD7C40c1f1227637DEd7B60456501D25A7B8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE884cc2795b9c45bEeac0607DA9539Fd571cCF85/info.json b/blockchains/ethereum/assets/0xE884cc2795b9c45bEeac0607DA9539Fd571cCF85/info.json
deleted file mode 100644
index c02006dae6c03..0000000000000
--- a/blockchains/ethereum/assets/0xE884cc2795b9c45bEeac0607DA9539Fd571cCF85/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ultiledger",
- "symbol": "ULT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Ultiledger aims to build an economic and financial ecosystem based on token 'ULT' to help any organization that needs to build trust at a low cost and construct a distributed financial book and accounting system with bank-grade security.",
- "website": "https://www.ultiledger.io",
- "explorer": "https://etherscan.io/token/0xE884cc2795b9c45bEeac0607DA9539Fd571cCF85",
- "status": "active",
- "id": "0xE884cc2795b9c45bEeac0607DA9539Fd571cCF85"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE884cc2795b9c45bEeac0607DA9539Fd571cCF85/logo.png b/blockchains/ethereum/assets/0xE884cc2795b9c45bEeac0607DA9539Fd571cCF85/logo.png
deleted file mode 100644
index 7b8695de6502f..0000000000000
Binary files a/blockchains/ethereum/assets/0xE884cc2795b9c45bEeac0607DA9539Fd571cCF85/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE8B30d4aa98740ee2910Ede1df7bdd0A840a3fD5/info.json b/blockchains/ethereum/assets/0xE8B30d4aa98740ee2910Ede1df7bdd0A840a3fD5/info.json
deleted file mode 100644
index c560dbd6783f9..0000000000000
--- a/blockchains/ethereum/assets/0xE8B30d4aa98740ee2910Ede1df7bdd0A840a3fD5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tea Coffee Water Snacks",
- "symbol": "TCWS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE8B30d4aa98740ee2910Ede1df7bdd0A840a3fD5",
- "status": "abandoned",
- "id": "0xE8B30d4aa98740ee2910Ede1df7bdd0A840a3fD5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE8B30d4aa98740ee2910Ede1df7bdd0A840a3fD5/logo.png b/blockchains/ethereum/assets/0xE8B30d4aa98740ee2910Ede1df7bdd0A840a3fD5/logo.png
deleted file mode 100644
index ff2892d9bbf8f..0000000000000
Binary files a/blockchains/ethereum/assets/0xE8B30d4aa98740ee2910Ede1df7bdd0A840a3fD5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE8b251822d003a2b2466ee0E38391C2db2048739/info.json b/blockchains/ethereum/assets/0xE8b251822d003a2b2466ee0E38391C2db2048739/info.json
deleted file mode 100644
index dc7a66d24e0a4..0000000000000
--- a/blockchains/ethereum/assets/0xE8b251822d003a2b2466ee0E38391C2db2048739/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "rbase.finance",
- "website": "https://rbase.finance/",
- "description": "RFI + Base = RBASE.",
- "explorer": "https://etherscan.io/token/0xe8b251822d003a2b2466ee0e38391c2db2048739",
- "type": "ERC20",
- "symbol": "RBASE",
- "decimals": 9,
- "status": "active",
- "id": "0xE8b251822d003a2b2466ee0E38391C2db2048739",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/DefiProphets"
- },
- {
- "name": "telegram",
- "url": "https://t.me/rbasebydefiprophets"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE8b251822d003a2b2466ee0E38391C2db2048739/logo.png b/blockchains/ethereum/assets/0xE8b251822d003a2b2466ee0E38391C2db2048739/logo.png
deleted file mode 100644
index ede2d6393524d..0000000000000
Binary files a/blockchains/ethereum/assets/0xE8b251822d003a2b2466ee0E38391C2db2048739/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE8c09672cfb9cFcE6E2edBB01057d9fa569F97c1/info.json b/blockchains/ethereum/assets/0xE8c09672cfb9cFcE6E2edBB01057d9fa569F97c1/info.json
deleted file mode 100644
index efcaa0e804257..0000000000000
--- a/blockchains/ethereum/assets/0xE8c09672cfb9cFcE6E2edBB01057d9fa569F97c1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Indicoin",
- "symbol": "INDI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE8c09672cfb9cFcE6E2edBB01057d9fa569F97c1",
- "status": "abandoned",
- "id": "0xE8c09672cfb9cFcE6E2edBB01057d9fa569F97c1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE8c09672cfb9cFcE6E2edBB01057d9fa569F97c1/logo.png b/blockchains/ethereum/assets/0xE8c09672cfb9cFcE6E2edBB01057d9fa569F97c1/logo.png
deleted file mode 100755
index ac04a7c77a7f8..0000000000000
Binary files a/blockchains/ethereum/assets/0xE8c09672cfb9cFcE6E2edBB01057d9fa569F97c1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE94327D07Fc17907b4DB788E5aDf2ed424adDff6/info.json b/blockchains/ethereum/assets/0xE94327D07Fc17907b4DB788E5aDf2ed424adDff6/info.json
deleted file mode 100644
index d834fb5ab1ffc..0000000000000
--- a/blockchains/ethereum/assets/0xE94327D07Fc17907b4DB788E5aDf2ed424adDff6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Reputation",
- "symbol": "REP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE94327D07Fc17907b4DB788E5aDf2ed424adDff6",
- "status": "abandoned",
- "id": "0xE94327D07Fc17907b4DB788E5aDf2ed424adDff6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE94327D07Fc17907b4DB788E5aDf2ed424adDff6/logo.png b/blockchains/ethereum/assets/0xE94327D07Fc17907b4DB788E5aDf2ed424adDff6/logo.png
deleted file mode 100644
index 58b98adbc2c4f..0000000000000
Binary files a/blockchains/ethereum/assets/0xE94327D07Fc17907b4DB788E5aDf2ed424adDff6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE95990825AAB1a7f0Af4cc648f76a3Bcc99F25B2/info.json b/blockchains/ethereum/assets/0xE95990825AAB1a7f0Af4cc648f76a3Bcc99F25B2/info.json
deleted file mode 100644
index 351c0eefeb6f2..0000000000000
--- a/blockchains/ethereum/assets/0xE95990825AAB1a7f0Af4cc648f76a3Bcc99F25B2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zenswap Network Token",
- "symbol": "ZNT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.zenswapnetwork.info/",
- "explorer": "https://etherscan.io/token/0xE95990825AAB1a7f0Af4cc648f76a3Bcc99F25B2",
- "status": "abandoned",
- "id": "0xE95990825AAB1a7f0Af4cc648f76a3Bcc99F25B2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE95990825AAB1a7f0Af4cc648f76a3Bcc99F25B2/logo.png b/blockchains/ethereum/assets/0xE95990825AAB1a7f0Af4cc648f76a3Bcc99F25B2/logo.png
deleted file mode 100644
index d9d9c2b6a57cf..0000000000000
Binary files a/blockchains/ethereum/assets/0xE95990825AAB1a7f0Af4cc648f76a3Bcc99F25B2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE95A203B1a91a908F9B9CE46459d101078c2c3cb/info.json b/blockchains/ethereum/assets/0xE95A203B1a91a908F9B9CE46459d101078c2c3cb/info.json
deleted file mode 100644
index 16856792e4657..0000000000000
--- a/blockchains/ethereum/assets/0xE95A203B1a91a908F9B9CE46459d101078c2c3cb/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "ankrETH",
- "website": "https://stkr.io/",
- "description": "aETHc is a reward-bearing certificate that enables instant liquidity for staked ETH tokens in Ethereum 2.0 network.",
- "explorer": "https://etherscan.io/token/0xE95A203B1a91a908F9B9CE46459d101078c2c3cb",
- "type": "ERC20",
- "symbol": "aETHc",
- "decimals": 18,
- "status": "active",
- "id": "0xE95A203B1a91a908F9B9CE46459d101078c2c3cb",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Ankr-network/stkr-smartcontract"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Ankr"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ankrnetwork"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ankr-network"
- },
- {
- "name": "whitepaper",
- "url": "https://assets.ankr.com/files/stkr_whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE95A203B1a91a908F9B9CE46459d101078c2c3cb/logo.png b/blockchains/ethereum/assets/0xE95A203B1a91a908F9B9CE46459d101078c2c3cb/logo.png
deleted file mode 100644
index e24e81302698f..0000000000000
Binary files a/blockchains/ethereum/assets/0xE95A203B1a91a908F9B9CE46459d101078c2c3cb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE95e4440493E5b96e79D63E8Dc43AB676Dd44E4C/info.json b/blockchains/ethereum/assets/0xE95e4440493E5b96e79D63E8Dc43AB676Dd44E4C/info.json
deleted file mode 100644
index 68ae0c1de3eee..0000000000000
--- a/blockchains/ethereum/assets/0xE95e4440493E5b96e79D63E8Dc43AB676Dd44E4C/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "ANTISEAL",
- "website": "https://antiseal.finance",
- "description": "AntiSeal is a hyper-deflationary token, featuring a 2% burn on each transaction. No dev fund, no presale, no marketing fund, all coins belong to the community. Made by the community, for the community.",
- "explorer": "https://etherscan.io/token/0xe95e4440493e5b96e79d63e8dc43ab676dd44e4c",
- "type": "ERC20",
- "symbol": "ANTISEAL",
- "decimals": 0,
- "status": "active",
- "id": "0xE95e4440493E5b96e79D63E8Dc43AB676Dd44E4C",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ANTISEAL1"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ANTI_SEAL"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE95e4440493E5b96e79D63E8Dc43AB676Dd44E4C/logo.png b/blockchains/ethereum/assets/0xE95e4440493E5b96e79D63E8Dc43AB676Dd44E4C/logo.png
deleted file mode 100644
index fb1c58bf3c1e5..0000000000000
Binary files a/blockchains/ethereum/assets/0xE95e4440493E5b96e79D63E8Dc43AB676Dd44E4C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE98226D78eFeBe8F63fcE4F9F2435d03C3c2d97a/info.json b/blockchains/ethereum/assets/0xE98226D78eFeBe8F63fcE4F9F2435d03C3c2d97a/info.json
deleted file mode 100644
index 32bc91b22e153..0000000000000
--- a/blockchains/ethereum/assets/0xE98226D78eFeBe8F63fcE4F9F2435d03C3c2d97a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MTRONIX",
- "symbol": "MTRON",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE98226D78eFeBe8F63fcE4F9F2435d03C3c2d97a",
- "status": "abandoned",
- "id": "0xE98226D78eFeBe8F63fcE4F9F2435d03C3c2d97a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE98226D78eFeBe8F63fcE4F9F2435d03C3c2d97a/logo.png b/blockchains/ethereum/assets/0xE98226D78eFeBe8F63fcE4F9F2435d03C3c2d97a/logo.png
deleted file mode 100644
index 7cfd2d04ac46e..0000000000000
Binary files a/blockchains/ethereum/assets/0xE98226D78eFeBe8F63fcE4F9F2435d03C3c2d97a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE98a2E62C31dB62f8AFbcea221f214934dcAFF72/info.json b/blockchains/ethereum/assets/0xE98a2E62C31dB62f8AFbcea221f214934dcAFF72/info.json
deleted file mode 100644
index 123db6191f593..0000000000000
--- a/blockchains/ethereum/assets/0xE98a2E62C31dB62f8AFbcea221f214934dcAFF72/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R887602 ",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE98a2E62C31dB62f8AFbcea221f214934dcAFF72",
- "status": "abandoned",
- "id": "0xE98a2E62C31dB62f8AFbcea221f214934dcAFF72"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE98a2E62C31dB62f8AFbcea221f214934dcAFF72/logo.png b/blockchains/ethereum/assets/0xE98a2E62C31dB62f8AFbcea221f214934dcAFF72/logo.png
deleted file mode 100755
index ddd35938c3583..0000000000000
Binary files a/blockchains/ethereum/assets/0xE98a2E62C31dB62f8AFbcea221f214934dcAFF72/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE98b5F11897d42Afd17185dd301Bcb2d46389bF1/info.json b/blockchains/ethereum/assets/0xE98b5F11897d42Afd17185dd301Bcb2d46389bF1/info.json
deleted file mode 100644
index 772a073c78382..0000000000000
--- a/blockchains/ethereum/assets/0xE98b5F11897d42Afd17185dd301Bcb2d46389bF1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dude",
- "symbol": "DUDE",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE98b5F11897d42Afd17185dd301Bcb2d46389bF1",
- "status": "abandoned",
- "id": "0xE98b5F11897d42Afd17185dd301Bcb2d46389bF1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE98b5F11897d42Afd17185dd301Bcb2d46389bF1/logo.png b/blockchains/ethereum/assets/0xE98b5F11897d42Afd17185dd301Bcb2d46389bF1/logo.png
deleted file mode 100644
index 40fd740f361d5..0000000000000
Binary files a/blockchains/ethereum/assets/0xE98b5F11897d42Afd17185dd301Bcb2d46389bF1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE99A894a69d7c2e3C92E61B64C505A6a57d2bC07/info.json b/blockchains/ethereum/assets/0xE99A894a69d7c2e3C92E61B64C505A6a57d2bC07/info.json
deleted file mode 100644
index 5f405f91aa2cb..0000000000000
--- a/blockchains/ethereum/assets/0xE99A894a69d7c2e3C92E61B64C505A6a57d2bC07/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hyperion",
- "website": "https://hyn.space",
- "description": "Hyperion organically integrates innovations of three important dimensions, coined as the Hyperion Trinity, to eventually achieve a sustainable and self-governed map economy of the world. ",
- "explorer": "https://etherscan.io/token/0xE99A894a69d7c2e3C92E61B64C505A6a57d2bC07",
- "type": "ERC20",
- "symbol": "HYN",
- "decimals": 18,
- "status": "active",
- "id": "0xE99A894a69d7c2e3C92E61B64C505A6a57d2bC07"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE99A894a69d7c2e3C92E61B64C505A6a57d2bC07/logo.png b/blockchains/ethereum/assets/0xE99A894a69d7c2e3C92E61B64C505A6a57d2bC07/logo.png
deleted file mode 100644
index cdebf2aca06da..0000000000000
Binary files a/blockchains/ethereum/assets/0xE99A894a69d7c2e3C92E61B64C505A6a57d2bC07/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE99DDae9181957E91b457E4c79A1B577E55a5742/info.json b/blockchains/ethereum/assets/0xE99DDae9181957E91b457E4c79A1B577E55a5742/info.json
deleted file mode 100644
index 66d8221beaa6c..0000000000000
--- a/blockchains/ethereum/assets/0xE99DDae9181957E91b457E4c79A1B577E55a5742/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Link Managenent Chain Token",
- "symbol": "LMM",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE99DDae9181957E91b457E4c79A1B577E55a5742",
- "status": "abandoned",
- "id": "0xE99DDae9181957E91b457E4c79A1B577E55a5742"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE99DDae9181957E91b457E4c79A1B577E55a5742/logo.png b/blockchains/ethereum/assets/0xE99DDae9181957E91b457E4c79A1B577E55a5742/logo.png
deleted file mode 100644
index ee3068835b165..0000000000000
Binary files a/blockchains/ethereum/assets/0xE99DDae9181957E91b457E4c79A1B577E55a5742/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE9A95d175a5f4C9369f3b74222402eB1b837693b/info.json b/blockchains/ethereum/assets/0xE9A95d175a5f4C9369f3b74222402eB1b837693b/info.json
deleted file mode 100644
index 7d37a91ea01b3..0000000000000
--- a/blockchains/ethereum/assets/0xE9A95d175a5f4C9369f3b74222402eB1b837693b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ChangeNOW",
- "symbol": "NOW",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE9A95d175a5f4C9369f3b74222402eB1b837693b",
- "status": "abandoned",
- "id": "0xE9A95d175a5f4C9369f3b74222402eB1b837693b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE9A95d175a5f4C9369f3b74222402eB1b837693b/logo.png b/blockchains/ethereum/assets/0xE9A95d175a5f4C9369f3b74222402eB1b837693b/logo.png
deleted file mode 100644
index d5f299003c26b..0000000000000
Binary files a/blockchains/ethereum/assets/0xE9A95d175a5f4C9369f3b74222402eB1b837693b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE9Bb22B2063daBA021b0384d8535Badd1426FbA7/info.json b/blockchains/ethereum/assets/0xE9Bb22B2063daBA021b0384d8535Badd1426FbA7/info.json
deleted file mode 100644
index 2e60611213cf4..0000000000000
--- a/blockchains/ethereum/assets/0xE9Bb22B2063daBA021b0384d8535Badd1426FbA7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pyrabank Private",
- "symbol": "PBPRV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE9Bb22B2063daBA021b0384d8535Badd1426FbA7",
- "status": "abandoned",
- "id": "0xE9Bb22B2063daBA021b0384d8535Badd1426FbA7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE9Bb22B2063daBA021b0384d8535Badd1426FbA7/logo.png b/blockchains/ethereum/assets/0xE9Bb22B2063daBA021b0384d8535Badd1426FbA7/logo.png
deleted file mode 100644
index 810d2997d8cac..0000000000000
Binary files a/blockchains/ethereum/assets/0xE9Bb22B2063daBA021b0384d8535Badd1426FbA7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE9D73F3DdA4365e01a372a4a29E9aF0c3354e40C/info.json b/blockchains/ethereum/assets/0xE9D73F3DdA4365e01a372a4a29E9aF0c3354e40C/info.json
deleted file mode 100644
index 860d013801638..0000000000000
--- a/blockchains/ethereum/assets/0xE9D73F3DdA4365e01a372a4a29E9aF0c3354e40C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Amadeo",
- "symbol": "DEO",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE9D73F3DdA4365e01a372a4a29E9aF0c3354e40C",
- "status": "abandoned",
- "id": "0xE9D73F3DdA4365e01a372a4a29E9aF0c3354e40C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE9D73F3DdA4365e01a372a4a29E9aF0c3354e40C/logo.png b/blockchains/ethereum/assets/0xE9D73F3DdA4365e01a372a4a29E9aF0c3354e40C/logo.png
deleted file mode 100644
index b434cf0370188..0000000000000
Binary files a/blockchains/ethereum/assets/0xE9D73F3DdA4365e01a372a4a29E9aF0c3354e40C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE9E03f44f98b9B60BE121eC6B2DacD11078cB8F7/info.json b/blockchains/ethereum/assets/0xE9E03f44f98b9B60BE121eC6B2DacD11078cB8F7/info.json
deleted file mode 100644
index 751e97858c52f..0000000000000
--- a/blockchains/ethereum/assets/0xE9E03f44f98b9B60BE121eC6B2DacD11078cB8F7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DUDA",
- "symbol": "DUDA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE9E03f44f98b9B60BE121eC6B2DacD11078cB8F7",
- "status": "abandoned",
- "id": "0xE9E03f44f98b9B60BE121eC6B2DacD11078cB8F7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE9E03f44f98b9B60BE121eC6B2DacD11078cB8F7/logo.png b/blockchains/ethereum/assets/0xE9E03f44f98b9B60BE121eC6B2DacD11078cB8F7/logo.png
deleted file mode 100644
index 1a661b87c67aa..0000000000000
Binary files a/blockchains/ethereum/assets/0xE9E03f44f98b9B60BE121eC6B2DacD11078cB8F7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE9b8897f3bd92a5845CDEAAeBEa1be5703D53fe2/info.json b/blockchains/ethereum/assets/0xE9b8897f3bd92a5845CDEAAeBEa1be5703D53fe2/info.json
deleted file mode 100644
index 0212fcd937276..0000000000000
--- a/blockchains/ethereum/assets/0xE9b8897f3bd92a5845CDEAAeBEa1be5703D53fe2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FMO",
- "website": "https://fmo.network/",
- "description": "FMO's unique Proof-of-Transaction consensus algorithm, which allows the direct contributors to the blockchain to Transaction and get rewarded, can address the fundamental problems in PoW, PoS consensus algorithms and sustain a fair and reasonable operation.",
- "explorer": "https://etherscan.io/token/0xE9b8897f3bd92a5845CDEAAeBEa1be5703D53fe2",
- "type": "ERC20",
- "symbol": "FMO",
- "decimals": 18,
- "status": "active",
- "id": "0xE9b8897f3bd92a5845CDEAAeBEa1be5703D53fe2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE9b8897f3bd92a5845CDEAAeBEa1be5703D53fe2/logo.png b/blockchains/ethereum/assets/0xE9b8897f3bd92a5845CDEAAeBEa1be5703D53fe2/logo.png
deleted file mode 100644
index 9453dbb36fc05..0000000000000
Binary files a/blockchains/ethereum/assets/0xE9b8897f3bd92a5845CDEAAeBEa1be5703D53fe2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE9c4D1232167E858BA44Ee2f4C67B04823E8486a/info.json b/blockchains/ethereum/assets/0xE9c4D1232167E858BA44Ee2f4C67B04823E8486a/info.json
deleted file mode 100644
index 62b1c264d810f..0000000000000
--- a/blockchains/ethereum/assets/0xE9c4D1232167E858BA44Ee2f4C67B04823E8486a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R738885",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE9c4D1232167E858BA44Ee2f4C67B04823E8486a",
- "status": "abandoned",
- "id": "0xE9c4D1232167E858BA44Ee2f4C67B04823E8486a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE9c4D1232167E858BA44Ee2f4C67B04823E8486a/logo.png b/blockchains/ethereum/assets/0xE9c4D1232167E858BA44Ee2f4C67B04823E8486a/logo.png
deleted file mode 100755
index cb63b8aedcb03..0000000000000
Binary files a/blockchains/ethereum/assets/0xE9c4D1232167E858BA44Ee2f4C67B04823E8486a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE9cDA0749f2393254773Fd75A1Ca1639D9B25A17/info.json b/blockchains/ethereum/assets/0xE9cDA0749f2393254773Fd75A1Ca1639D9B25A17/info.json
deleted file mode 100644
index 86223400958ae..0000000000000
--- a/blockchains/ethereum/assets/0xE9cDA0749f2393254773Fd75A1Ca1639D9B25A17/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PXart",
- "symbol": "PXART",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE9cDA0749f2393254773Fd75A1Ca1639D9B25A17",
- "status": "abandoned",
- "id": "0xE9cDA0749f2393254773Fd75A1Ca1639D9B25A17"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE9cDA0749f2393254773Fd75A1Ca1639D9B25A17/logo.png b/blockchains/ethereum/assets/0xE9cDA0749f2393254773Fd75A1Ca1639D9B25A17/logo.png
deleted file mode 100644
index 33ef78adb61fa..0000000000000
Binary files a/blockchains/ethereum/assets/0xE9cDA0749f2393254773Fd75A1Ca1639D9B25A17/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xE9f44784396005C053dCb8EbCA74E65192a9c3Ea/info.json b/blockchains/ethereum/assets/0xE9f44784396005C053dCb8EbCA74E65192a9c3Ea/info.json
deleted file mode 100644
index 112ce9487e0d7..0000000000000
--- a/blockchains/ethereum/assets/0xE9f44784396005C053dCb8EbCA74E65192a9c3Ea/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Roam Coin",
- "symbol": "ROAM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xE9f44784396005C053dCb8EbCA74E65192a9c3Ea",
- "status": "abandoned",
- "id": "0xE9f44784396005C053dCb8EbCA74E65192a9c3Ea"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xE9f44784396005C053dCb8EbCA74E65192a9c3Ea/logo.png b/blockchains/ethereum/assets/0xE9f44784396005C053dCb8EbCA74E65192a9c3Ea/logo.png
deleted file mode 100644
index 5af5d2706ef14..0000000000000
Binary files a/blockchains/ethereum/assets/0xE9f44784396005C053dCb8EbCA74E65192a9c3Ea/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEA0595f67f1F14343793E67217b34b8244eE37aB/info.json b/blockchains/ethereum/assets/0xEA0595f67f1F14343793E67217b34b8244eE37aB/info.json
deleted file mode 100644
index 07dee63ea0fc4..0000000000000
--- a/blockchains/ethereum/assets/0xEA0595f67f1F14343793E67217b34b8244eE37aB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-22/30M52",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEA0595f67f1F14343793E67217b34b8244eE37aB",
- "status": "abandoned",
- "id": "0xEA0595f67f1F14343793E67217b34b8244eE37aB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEA0595f67f1F14343793E67217b34b8244eE37aB/logo.png b/blockchains/ethereum/assets/0xEA0595f67f1F14343793E67217b34b8244eE37aB/logo.png
deleted file mode 100644
index fdd4f756c17d5..0000000000000
Binary files a/blockchains/ethereum/assets/0xEA0595f67f1F14343793E67217b34b8244eE37aB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEA097A2b1dB00627B2Fa17460Ad260c016016977/info.json b/blockchains/ethereum/assets/0xEA097A2b1dB00627B2Fa17460Ad260c016016977/info.json
deleted file mode 100644
index cbce61cd3059b..0000000000000
--- a/blockchains/ethereum/assets/0xEA097A2b1dB00627B2Fa17460Ad260c016016977/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Upfiring",
- "symbol": "UFR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Upfiring is a web, iOS and Android application that creates a decentralized autonomous network between users' devices. Incentivized and decentralized P2P file-sharing on the Ethereum blockchain.",
- "website": "https://www.upfiring.com/",
- "explorer": "https://etherscan.io/token/0xEA097A2b1dB00627B2Fa17460Ad260c016016977",
- "status": "active",
- "id": "0xEA097A2b1dB00627B2Fa17460Ad260c016016977"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEA097A2b1dB00627B2Fa17460Ad260c016016977/logo.png b/blockchains/ethereum/assets/0xEA097A2b1dB00627B2Fa17460Ad260c016016977/logo.png
deleted file mode 100644
index 1f83053a683c5..0000000000000
Binary files a/blockchains/ethereum/assets/0xEA097A2b1dB00627B2Fa17460Ad260c016016977/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEA1ea0972fa092dd463f2968F9bB51Cc4c981D71/info.json b/blockchains/ethereum/assets/0xEA1ea0972fa092dd463f2968F9bB51Cc4c981D71/info.json
deleted file mode 100644
index 176ee587f75ea..0000000000000
--- a/blockchains/ethereum/assets/0xEA1ea0972fa092dd463f2968F9bB51Cc4c981D71/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Modefi",
- "website": "https://modefi.io/",
- "description": "Decentralized Oracle Solutions. Building the foundation for real world adoption of Oracles and DeFi",
- "explorer": "https://etherscan.io/token/0xEA1ea0972fa092dd463f2968F9bB51Cc4c981D71",
- "research": "https://cryptoguerrillas.com/modefi-oracle-defi/",
- "type": "ERC20",
- "symbol": "MOD",
- "decimals": 18,
- "status": "active",
- "id": "0xEA1ea0972fa092dd463f2968F9bB51Cc4c981D71"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEA1ea0972fa092dd463f2968F9bB51Cc4c981D71/logo.png b/blockchains/ethereum/assets/0xEA1ea0972fa092dd463f2968F9bB51Cc4c981D71/logo.png
deleted file mode 100644
index e18dfb5f133b9..0000000000000
Binary files a/blockchains/ethereum/assets/0xEA1ea0972fa092dd463f2968F9bB51Cc4c981D71/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664/info.json b/blockchains/ethereum/assets/0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664/info.json
deleted file mode 100644
index d09ab8caa06c4..0000000000000
--- a/blockchains/ethereum/assets/0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QuarkChain Token",
- "symbol": "QKC",
- "type": "ERC20",
- "decimals": 18,
- "description": "QuarkChain is a flexible, scalable, and user-oriented blockchain infrastructure by applying blockchain sharding technology.",
- "website": "https://quarkchain.io",
- "explorer": "https://etherscan.io/token/0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664",
- "status": "active",
- "id": "0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664/logo.png b/blockchains/ethereum/assets/0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664/logo.png
deleted file mode 100755
index 4154df891c602..0000000000000
Binary files a/blockchains/ethereum/assets/0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEA38eAa3C86c8F9B751533Ba2E562deb9acDED40/info.json b/blockchains/ethereum/assets/0xEA38eAa3C86c8F9B751533Ba2E562deb9acDED40/info.json
deleted file mode 100644
index 057c6d7bb474f..0000000000000
--- a/blockchains/ethereum/assets/0xEA38eAa3C86c8F9B751533Ba2E562deb9acDED40/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fuel Token",
- "symbol": "FUEL",
- "type": "ERC20",
- "decimals": 18,
- "description": "Etherparty™ is a contract wizard that removes the complexity of creating, managing and executing smart contracts on any compatible blockchain.",
- "website": "https://etherparty.io/",
- "explorer": "https://etherscan.io/token/0xEA38eAa3C86c8F9B751533Ba2E562deb9acDED40",
- "status": "active",
- "id": "0xEA38eAa3C86c8F9B751533Ba2E562deb9acDED40"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEA38eAa3C86c8F9B751533Ba2E562deb9acDED40/logo.png b/blockchains/ethereum/assets/0xEA38eAa3C86c8F9B751533Ba2E562deb9acDED40/logo.png
deleted file mode 100644
index 68f7db34d96ef..0000000000000
Binary files a/blockchains/ethereum/assets/0xEA38eAa3C86c8F9B751533Ba2E562deb9acDED40/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEA54C81fe0f72DE8e86B6dC78a9271AA3925E3B5/info.json b/blockchains/ethereum/assets/0xEA54C81fe0f72DE8e86B6dC78a9271AA3925E3B5/info.json
deleted file mode 100644
index c5ab3d122e618..0000000000000
--- a/blockchains/ethereum/assets/0xEA54C81fe0f72DE8e86B6dC78a9271AA3925E3B5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BGGToken",
- "symbol": "BGG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bgogo.com/",
- "explorer": "https://etherscan.io/token/0xEA54C81fe0f72DE8e86B6dC78a9271AA3925E3B5",
- "status": "abandoned",
- "id": "0xEA54C81fe0f72DE8e86B6dC78a9271AA3925E3B5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEA54C81fe0f72DE8e86B6dC78a9271AA3925E3B5/logo.png b/blockchains/ethereum/assets/0xEA54C81fe0f72DE8e86B6dC78a9271AA3925E3B5/logo.png
deleted file mode 100644
index 0eef77216809a..0000000000000
Binary files a/blockchains/ethereum/assets/0xEA54C81fe0f72DE8e86B6dC78a9271AA3925E3B5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEA610B1153477720748DC13ED378003941d84fAB/info.json b/blockchains/ethereum/assets/0xEA610B1153477720748DC13ED378003941d84fAB/info.json
deleted file mode 100644
index 912ac5001d946..0000000000000
--- a/blockchains/ethereum/assets/0xEA610B1153477720748DC13ED378003941d84fAB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AlisToken",
- "symbol": "ALIS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://alismedia.jp/",
- "explorer": "https://etherscan.io/token/0xEA610B1153477720748DC13ED378003941d84fAB",
- "status": "abandoned",
- "id": "0xEA610B1153477720748DC13ED378003941d84fAB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEA610B1153477720748DC13ED378003941d84fAB/logo.png b/blockchains/ethereum/assets/0xEA610B1153477720748DC13ED378003941d84fAB/logo.png
deleted file mode 100644
index e49d7b028da3d..0000000000000
Binary files a/blockchains/ethereum/assets/0xEA610B1153477720748DC13ED378003941d84fAB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEAA386d5aEc58C1475Fe658B2bFdc525B5b6fE24/info.json b/blockchains/ethereum/assets/0xEAA386d5aEc58C1475Fe658B2bFdc525B5b6fE24/info.json
deleted file mode 100644
index 6ee7a028eb012..0000000000000
--- a/blockchains/ethereum/assets/0xEAA386d5aEc58C1475Fe658B2bFdc525B5b6fE24/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R931543",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEAA386d5aEc58C1475Fe658B2bFdc525B5b6fE24",
- "status": "abandoned",
- "id": "0xEAA386d5aEc58C1475Fe658B2bFdc525B5b6fE24"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEAA386d5aEc58C1475Fe658B2bFdc525B5b6fE24/logo.png b/blockchains/ethereum/assets/0xEAA386d5aEc58C1475Fe658B2bFdc525B5b6fE24/logo.png
deleted file mode 100755
index bbd199de744d5..0000000000000
Binary files a/blockchains/ethereum/assets/0xEAA386d5aEc58C1475Fe658B2bFdc525B5b6fE24/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEB27071414F3D92aEB6BFF91B39d6e3a9BDC7414/info.json b/blockchains/ethereum/assets/0xEB27071414F3D92aEB6BFF91B39d6e3a9BDC7414/info.json
deleted file mode 100644
index 4bf18137b0fff..0000000000000
--- a/blockchains/ethereum/assets/0xEB27071414F3D92aEB6BFF91B39d6e3a9BDC7414/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DigiEuro",
- "symbol": "DSC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEB27071414F3D92aEB6BFF91B39d6e3a9BDC7414",
- "status": "abandoned",
- "id": "0xEB27071414F3D92aEB6BFF91B39d6e3a9BDC7414"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEB27071414F3D92aEB6BFF91B39d6e3a9BDC7414/logo.png b/blockchains/ethereum/assets/0xEB27071414F3D92aEB6BFF91B39d6e3a9BDC7414/logo.png
deleted file mode 100755
index 7a85ebe56ba9f..0000000000000
Binary files a/blockchains/ethereum/assets/0xEB27071414F3D92aEB6BFF91B39d6e3a9BDC7414/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEB4C2781e4ebA804CE9a9803C67d0893436bB27D/info.json b/blockchains/ethereum/assets/0xEB4C2781e4ebA804CE9a9803C67d0893436bB27D/info.json
deleted file mode 100644
index e014bcb371e04..0000000000000
--- a/blockchains/ethereum/assets/0xEB4C2781e4ebA804CE9a9803C67d0893436bB27D/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "renBTC",
- "symbol": "renBTC",
- "type": "ERC20",
- "decimals": 8,
- "description": "RenBTC is a token built by RenVM team to expose bitcoin-backed assets to the benefits of Ethereum's various decentralized finance (DeFi) platforms.",
- "website": "https://renproject.io",
- "explorer": "https://etherscan.io/token/0xEB4C2781e4ebA804CE9a9803C67d0893436bB27D",
- "status": "active",
- "id": "0xEB4C2781e4ebA804CE9a9803C67d0893436bB27D",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/renproject"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/renprotocol"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/RenProject/"
- },
- {
- "name": "blog",
- "url": "https://medium.com/renproject"
- },
- {
- "name": "telegram",
- "url": "https://t.me/renproject"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/renproject/ren/wiki/Introduction"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/renbtc/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEB4C2781e4ebA804CE9a9803C67d0893436bB27D/logo.png b/blockchains/ethereum/assets/0xEB4C2781e4ebA804CE9a9803C67d0893436bB27D/logo.png
deleted file mode 100644
index fb9225bb1fe15..0000000000000
Binary files a/blockchains/ethereum/assets/0xEB4C2781e4ebA804CE9a9803C67d0893436bB27D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEB58343b36C7528F23CAAe63a150240241310049/info.json b/blockchains/ethereum/assets/0xEB58343b36C7528F23CAAe63a150240241310049/info.json
deleted file mode 100644
index 700782ba93c31..0000000000000
--- a/blockchains/ethereum/assets/0xEB58343b36C7528F23CAAe63a150240241310049/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "NBU",
- "website": "https://nimbusplatform.io",
- "description": "Nimbus - Creating Value Based on Real Use cases for Digital Assets.",
- "explorer": "https://etherscan.io/token/0xEB58343b36C7528F23CAAe63a150240241310049",
- "type": "ERC20",
- "symbol": "NBU",
- "decimals": 18,
- "status": "active",
- "id": "0xEB58343b36C7528F23CAAe63a150240241310049",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/nmbplatform"
- },
- {
- "name": "telegram",
- "url": "https://t.me/nmbplatform"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCOl3hXqESQ54chKSn5nsfPg"
- }
- ],
- "tags": [
- "staking",
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEB58343b36C7528F23CAAe63a150240241310049/logo.png b/blockchains/ethereum/assets/0xEB58343b36C7528F23CAAe63a150240241310049/logo.png
deleted file mode 100644
index 7357516361ce2..0000000000000
Binary files a/blockchains/ethereum/assets/0xEB58343b36C7528F23CAAe63a150240241310049/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEB605cDd22106F6190E09df82E08Fe34a11AfFf4/info.json b/blockchains/ethereum/assets/0xEB605cDd22106F6190E09df82E08Fe34a11AfFf4/info.json
deleted file mode 100644
index 6e865e2ef43d8..0000000000000
--- a/blockchains/ethereum/assets/0xEB605cDd22106F6190E09df82E08Fe34a11AfFf4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-9/30M39",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEB605cDd22106F6190E09df82E08Fe34a11AfFf4",
- "status": "abandoned",
- "id": "0xEB605cDd22106F6190E09df82E08Fe34a11AfFf4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEB605cDd22106F6190E09df82E08Fe34a11AfFf4/logo.png b/blockchains/ethereum/assets/0xEB605cDd22106F6190E09df82E08Fe34a11AfFf4/logo.png
deleted file mode 100644
index 162e66494757b..0000000000000
Binary files a/blockchains/ethereum/assets/0xEB605cDd22106F6190E09df82E08Fe34a11AfFf4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEB6078B0f28291eC6328eE3f1f2804035145a5eD/info.json b/blockchains/ethereum/assets/0xEB6078B0f28291eC6328eE3f1f2804035145a5eD/info.json
deleted file mode 100644
index 7bea0a2cf9ca0..0000000000000
--- a/blockchains/ethereum/assets/0xEB6078B0f28291eC6328eE3f1f2804035145a5eD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dispense Coin",
- "symbol": "DSPC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEB6078B0f28291eC6328eE3f1f2804035145a5eD",
- "status": "abandoned",
- "id": "0xEB6078B0f28291eC6328eE3f1f2804035145a5eD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEB6078B0f28291eC6328eE3f1f2804035145a5eD/logo.png b/blockchains/ethereum/assets/0xEB6078B0f28291eC6328eE3f1f2804035145a5eD/logo.png
deleted file mode 100644
index e6b08864542a6..0000000000000
Binary files a/blockchains/ethereum/assets/0xEB6078B0f28291eC6328eE3f1f2804035145a5eD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEB9951021698B42e4399f9cBb6267Aa35F82D59D/info.json b/blockchains/ethereum/assets/0xEB9951021698B42e4399f9cBb6267Aa35F82D59D/info.json
deleted file mode 100644
index f49921c63ad2c..0000000000000
--- a/blockchains/ethereum/assets/0xEB9951021698B42e4399f9cBb6267Aa35F82D59D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Líf",
- "website": "https://windingtree.com",
- "description": "Líf is an ERC-20 Ethereum token. Líf is used on the Winding Tree decentralized travel marketplace as a staking mechanism for the business verification process.",
- "explorer": "https://etherscan.io/token/0xEB9951021698B42e4399f9cBb6267Aa35F82D59D",
- "type": "ERC20",
- "symbol": "LIF",
- "decimals": 18,
- "status": "active",
- "id": "0xEB9951021698B42e4399f9cBb6267Aa35F82D59D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEB9951021698B42e4399f9cBb6267Aa35F82D59D/logo.png b/blockchains/ethereum/assets/0xEB9951021698B42e4399f9cBb6267Aa35F82D59D/logo.png
deleted file mode 100644
index 22d1741d1e415..0000000000000
Binary files a/blockchains/ethereum/assets/0xEB9951021698B42e4399f9cBb6267Aa35F82D59D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEB9A4B185816C354dB92DB09cC3B50bE60b901b6/info.json b/blockchains/ethereum/assets/0xEB9A4B185816C354dB92DB09cC3B50bE60b901b6/info.json
deleted file mode 100644
index 5376168a09405..0000000000000
--- a/blockchains/ethereum/assets/0xEB9A4B185816C354dB92DB09cC3B50bE60b901b6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OriginSport Token",
- "symbol": "ORS",
- "type": "ERC20",
- "decimals": 18,
- "description": "Origin Sport (ORS) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://originsport.io",
- "explorer": "https://etherscan.io/token/0xEB9A4B185816C354dB92DB09cC3B50bE60b901b6",
- "status": "active",
- "id": "0xEB9A4B185816C354dB92DB09cC3B50bE60b901b6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEB9A4B185816C354dB92DB09cC3B50bE60b901b6/logo.png b/blockchains/ethereum/assets/0xEB9A4B185816C354dB92DB09cC3B50bE60b901b6/logo.png
deleted file mode 100755
index 686a2c56124cc..0000000000000
Binary files a/blockchains/ethereum/assets/0xEB9A4B185816C354dB92DB09cC3B50bE60b901b6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEBBdf302c940c6bfd49C6b165f457fdb324649bc/info.json b/blockchains/ethereum/assets/0xEBBdf302c940c6bfd49C6b165f457fdb324649bc/info.json
deleted file mode 100644
index 1e7456c32040f..0000000000000
--- a/blockchains/ethereum/assets/0xEBBdf302c940c6bfd49C6b165f457fdb324649bc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hydro (old)",
- "symbol": "HYDRO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.projecthydro.org",
- "explorer": "https://etherscan.io/token/0xEBBdf302c940c6bfd49C6b165f457fdb324649bc",
- "status": "abandoned",
- "id": "0xEBBdf302c940c6bfd49C6b165f457fdb324649bc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEBBdf302c940c6bfd49C6b165f457fdb324649bc/logo.png b/blockchains/ethereum/assets/0xEBBdf302c940c6bfd49C6b165f457fdb324649bc/logo.png
deleted file mode 100755
index ca7cea386c913..0000000000000
Binary files a/blockchains/ethereum/assets/0xEBBdf302c940c6bfd49C6b165f457fdb324649bc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEBd01Df7e1E56e89A52c5DE185377d3A2eEf9a2b/info.json b/blockchains/ethereum/assets/0xEBd01Df7e1E56e89A52c5DE185377d3A2eEf9a2b/info.json
deleted file mode 100644
index 7590f7372f4b6..0000000000000
--- a/blockchains/ethereum/assets/0xEBd01Df7e1E56e89A52c5DE185377d3A2eEf9a2b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FlameHyre Token",
- "symbol": "FHT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEBd01Df7e1E56e89A52c5DE185377d3A2eEf9a2b",
- "status": "abandoned",
- "id": "0xEBd01Df7e1E56e89A52c5DE185377d3A2eEf9a2b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEBd01Df7e1E56e89A52c5DE185377d3A2eEf9a2b/logo.png b/blockchains/ethereum/assets/0xEBd01Df7e1E56e89A52c5DE185377d3A2eEf9a2b/logo.png
deleted file mode 100644
index d2506e8042fed..0000000000000
Binary files a/blockchains/ethereum/assets/0xEBd01Df7e1E56e89A52c5DE185377d3A2eEf9a2b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEBd9D99A3982d547C5Bb4DB7E3b1F9F14b67Eb83/info.json b/blockchains/ethereum/assets/0xEBd9D99A3982d547C5Bb4DB7E3b1F9F14b67Eb83/info.json
deleted file mode 100644
index 40cf056092fd3..0000000000000
--- a/blockchains/ethereum/assets/0xEBd9D99A3982d547C5Bb4DB7E3b1F9F14b67Eb83/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Everest",
- "type": "ERC20",
- "symbol": "ID",
- "decimals": 18,
- "website": "https://everest.org",
- "description": "Everest ID Token",
- "explorer": "https://etherscan.io/token/0xebd9d99a3982d547c5bb4db7e3b1f9f14b67eb83",
- "status": "active",
- "id": "0xEBd9D99A3982d547C5Bb4DB7E3b1F9F14b67Eb83"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEBd9D99A3982d547C5Bb4DB7E3b1F9F14b67Eb83/logo.png b/blockchains/ethereum/assets/0xEBd9D99A3982d547C5Bb4DB7E3b1F9F14b67Eb83/logo.png
deleted file mode 100644
index 1d965903fc250..0000000000000
Binary files a/blockchains/ethereum/assets/0xEBd9D99A3982d547C5Bb4DB7E3b1F9F14b67Eb83/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEC01d916a853036a6080750F7D2B5902B5Db84B2/info.json b/blockchains/ethereum/assets/0xEC01d916a853036a6080750F7D2B5902B5Db84B2/info.json
deleted file mode 100644
index 254e2032f4129..0000000000000
--- a/blockchains/ethereum/assets/0xEC01d916a853036a6080750F7D2B5902B5Db84B2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Arcoin",
- "symbol": "AR2",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEC01d916a853036a6080750F7D2B5902B5Db84B2",
- "status": "abandoned",
- "id": "0xEC01d916a853036a6080750F7D2B5902B5Db84B2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEC01d916a853036a6080750F7D2B5902B5Db84B2/logo.png b/blockchains/ethereum/assets/0xEC01d916a853036a6080750F7D2B5902B5Db84B2/logo.png
deleted file mode 100644
index 5ba62723863a4..0000000000000
Binary files a/blockchains/ethereum/assets/0xEC01d916a853036a6080750F7D2B5902B5Db84B2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEC02cEc4eDD54196D2767b61F43b29A49b056fe6/info.json b/blockchains/ethereum/assets/0xEC02cEc4eDD54196D2767b61F43b29A49b056fe6/info.json
deleted file mode 100644
index 3a824f2acdfa7..0000000000000
--- a/blockchains/ethereum/assets/0xEC02cEc4eDD54196D2767b61F43b29A49b056fe6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Unifier",
- "symbol": "UNIF",
- "type": "ERC20",
- "decimals": 7,
- "description": "-",
- "website": "https://unifiersystem.org/",
- "explorer": "https://etherscan.io/token/0xEC02cEc4eDD54196D2767b61F43b29A49b056fe6",
- "status": "abandoned",
- "id": "0xEC02cEc4eDD54196D2767b61F43b29A49b056fe6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEC02cEc4eDD54196D2767b61F43b29A49b056fe6/logo.png b/blockchains/ethereum/assets/0xEC02cEc4eDD54196D2767b61F43b29A49b056fe6/logo.png
deleted file mode 100644
index d3ae7a555befc..0000000000000
Binary files a/blockchains/ethereum/assets/0xEC02cEc4eDD54196D2767b61F43b29A49b056fe6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEC1b361a5c0B4c1a9A57E9c288C3Da8EfB111e2B/info.json b/blockchains/ethereum/assets/0xEC1b361a5c0B4c1a9A57E9c288C3Da8EfB111e2B/info.json
deleted file mode 100644
index e40983ec6997f..0000000000000
--- a/blockchains/ethereum/assets/0xEC1b361a5c0B4c1a9A57E9c288C3Da8EfB111e2B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lucinite",
- "symbol": "CSC-LU",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEC1b361a5c0B4c1a9A57E9c288C3Da8EfB111e2B",
- "status": "abandoned",
- "id": "0xEC1b361a5c0B4c1a9A57E9c288C3Da8EfB111e2B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEC1b361a5c0B4c1a9A57E9c288C3Da8EfB111e2B/logo.png b/blockchains/ethereum/assets/0xEC1b361a5c0B4c1a9A57E9c288C3Da8EfB111e2B/logo.png
deleted file mode 100755
index eaaa137a35df4..0000000000000
Binary files a/blockchains/ethereum/assets/0xEC1b361a5c0B4c1a9A57E9c288C3Da8EfB111e2B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEC213F83defB583af3A000B1c0ada660b1902A0F/info.json b/blockchains/ethereum/assets/0xEC213F83defB583af3A000B1c0ada660b1902A0F/info.json
deleted file mode 100644
index 89eb0d9f6453b..0000000000000
--- a/blockchains/ethereum/assets/0xEC213F83defB583af3A000B1c0ada660b1902A0F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Presearch",
- "website": "https://presearch.io",
- "description": "Presearch aims to build a next-generation search engine that is powered by its community.",
- "explorer": "https://etherscan.io/token/0xEC213F83defB583af3A000B1c0ada660b1902A0F",
- "type": "ERC20",
- "symbol": "PRE",
- "decimals": 18,
- "status": "active",
- "id": "0xEC213F83defB583af3A000B1c0ada660b1902A0F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEC213F83defB583af3A000B1c0ada660b1902A0F/logo.png b/blockchains/ethereum/assets/0xEC213F83defB583af3A000B1c0ada660b1902A0F/logo.png
deleted file mode 100755
index f177f301039c0..0000000000000
Binary files a/blockchains/ethereum/assets/0xEC213F83defB583af3A000B1c0ada660b1902A0F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEC491c1088Eae992B7A214efB0a266AD0927A72A/info.json b/blockchains/ethereum/assets/0xEC491c1088Eae992B7A214efB0a266AD0927A72A/info.json
deleted file mode 100644
index 131b40b04dfab..0000000000000
--- a/blockchains/ethereum/assets/0xEC491c1088Eae992B7A214efB0a266AD0927A72A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AB-CHAIN RTB token",
- "symbol": "RTB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEC491c1088Eae992B7A214efB0a266AD0927A72A",
- "status": "abandoned",
- "id": "0xEC491c1088Eae992B7A214efB0a266AD0927A72A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEC491c1088Eae992B7A214efB0a266AD0927A72A/logo.png b/blockchains/ethereum/assets/0xEC491c1088Eae992B7A214efB0a266AD0927A72A/logo.png
deleted file mode 100644
index e06bde6a4ea3b..0000000000000
Binary files a/blockchains/ethereum/assets/0xEC491c1088Eae992B7A214efB0a266AD0927A72A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEC681F28f4561c2a9534799AA38E0d36A83Cf478/info.json b/blockchains/ethereum/assets/0xEC681F28f4561c2a9534799AA38E0d36A83Cf478/info.json
deleted file mode 100644
index a5fcb65ec6f3c..0000000000000
--- a/blockchains/ethereum/assets/0xEC681F28f4561c2a9534799AA38E0d36A83Cf478/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YVS.Finance",
- "website": "https://yvs.finance",
- "description": "The first and only yield-farming, vaults and staking deflationary token with no admin control.",
- "explorer": "https://etherscan.io/token/0xec681f28f4561c2a9534799aa38e0d36a83cf478",
- "type": "ERC20",
- "symbol": "YVS",
- "decimals": 18,
- "status": "active",
- "id": "0xEC681F28f4561c2a9534799AA38E0d36A83Cf478"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEC681F28f4561c2a9534799AA38E0d36A83Cf478/logo.png b/blockchains/ethereum/assets/0xEC681F28f4561c2a9534799AA38E0d36A83Cf478/logo.png
deleted file mode 100644
index fc806f783055a..0000000000000
Binary files a/blockchains/ethereum/assets/0xEC681F28f4561c2a9534799AA38E0d36A83Cf478/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEC80Ef99990E15373d2E860f57422E4e22e61F27/info.json b/blockchains/ethereum/assets/0xEC80Ef99990E15373d2E860f57422E4e22e61F27/info.json
deleted file mode 100644
index e0983b2f4da5a..0000000000000
--- a/blockchains/ethereum/assets/0xEC80Ef99990E15373d2E860f57422E4e22e61F27/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "M8TRX5",
- "symbol": "M85",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEC80Ef99990E15373d2E860f57422E4e22e61F27",
- "status": "abandoned",
- "id": "0xEC80Ef99990E15373d2E860f57422E4e22e61F27"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEC80Ef99990E15373d2E860f57422E4e22e61F27/logo.png b/blockchains/ethereum/assets/0xEC80Ef99990E15373d2E860f57422E4e22e61F27/logo.png
deleted file mode 100755
index f66ced7ba2098..0000000000000
Binary files a/blockchains/ethereum/assets/0xEC80Ef99990E15373d2E860f57422E4e22e61F27/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEC9cE8c606cc8927df594b293be16544F8A70f11/info.json b/blockchains/ethereum/assets/0xEC9cE8c606cc8927df594b293be16544F8A70f11/info.json
deleted file mode 100644
index 76ca43c3330ed..0000000000000
--- a/blockchains/ethereum/assets/0xEC9cE8c606cc8927df594b293be16544F8A70f11/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "V-PALADINI TEST 5",
- "symbol": "V",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEC9cE8c606cc8927df594b293be16544F8A70f11",
- "status": "abandoned",
- "id": "0xEC9cE8c606cc8927df594b293be16544F8A70f11"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEC9cE8c606cc8927df594b293be16544F8A70f11/logo.png b/blockchains/ethereum/assets/0xEC9cE8c606cc8927df594b293be16544F8A70f11/logo.png
deleted file mode 100644
index 0b6dddf893f94..0000000000000
Binary files a/blockchains/ethereum/assets/0xEC9cE8c606cc8927df594b293be16544F8A70f11/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xECB8F588EAf5A8ce9d964b0acece5D954E130e2f/info.json b/blockchains/ethereum/assets/0xECB8F588EAf5A8ce9d964b0acece5D954E130e2f/info.json
deleted file mode 100644
index 4181bd1df312c..0000000000000
--- a/blockchains/ethereum/assets/0xECB8F588EAf5A8ce9d964b0acece5D954E130e2f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "simplyBrand Token",
- "symbol": "SBA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://simplybrand.io/",
- "explorer": "https://etherscan.io/token/0xECB8F588EAf5A8ce9d964b0acece5D954E130e2f",
- "status": "abandoned",
- "id": "0xECB8F588EAf5A8ce9d964b0acece5D954E130e2f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xECB8F588EAf5A8ce9d964b0acece5D954E130e2f/logo.png b/blockchains/ethereum/assets/0xECB8F588EAf5A8ce9d964b0acece5D954E130e2f/logo.png
deleted file mode 100644
index 4f15957b63e39..0000000000000
Binary files a/blockchains/ethereum/assets/0xECB8F588EAf5A8ce9d964b0acece5D954E130e2f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xECC6724229E50Ac26F136132c2A462fAf63f720B/info.json b/blockchains/ethereum/assets/0xECC6724229E50Ac26F136132c2A462fAf63f720B/info.json
deleted file mode 100644
index 7db97b5225240..0000000000000
--- a/blockchains/ethereum/assets/0xECC6724229E50Ac26F136132c2A462fAf63f720B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LASVEGASCOIN",
- "symbol": "VEGAS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xECC6724229E50Ac26F136132c2A462fAf63f720B",
- "status": "abandoned",
- "id": "0xECC6724229E50Ac26F136132c2A462fAf63f720B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xECC6724229E50Ac26F136132c2A462fAf63f720B/logo.png b/blockchains/ethereum/assets/0xECC6724229E50Ac26F136132c2A462fAf63f720B/logo.png
deleted file mode 100755
index 3ed42d184291f..0000000000000
Binary files a/blockchains/ethereum/assets/0xECC6724229E50Ac26F136132c2A462fAf63f720B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xECbF566944250ddE88322581024E611419715f7A/info.json b/blockchains/ethereum/assets/0xECbF566944250ddE88322581024E611419715f7A/info.json
deleted file mode 100644
index dd017a8c72a61..0000000000000
--- a/blockchains/ethereum/assets/0xECbF566944250ddE88322581024E611419715f7A/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "xBTC",
- "website": "https://xbtc.fi",
- "description": "xBTC gives users one token access to every single digital asset on earth, pegged against Bitcoin dominance.",
- "explorer": "https://etherscan.io/token/0xECbF566944250ddE88322581024E611419715f7A",
- "type": "ERC20",
- "symbol": "xBTC",
- "decimals": 9,
- "status": "active",
- "id": "0xECbF566944250ddE88322581024E611419715f7A",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ipo/xBTC-uFragments"
- },
- {
- "name": "whitepaper",
- "url": "https://xbtc.fi/whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xECbF566944250ddE88322581024E611419715f7A/logo.png b/blockchains/ethereum/assets/0xECbF566944250ddE88322581024E611419715f7A/logo.png
deleted file mode 100644
index d84483fd90100..0000000000000
Binary files a/blockchains/ethereum/assets/0xECbF566944250ddE88322581024E611419715f7A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xED4699f180a14B5974c26f494483F9c327Fd381a/info.json b/blockchains/ethereum/assets/0xED4699f180a14B5974c26f494483F9c327Fd381a/info.json
deleted file mode 100644
index d1df3a03b97e3..0000000000000
--- a/blockchains/ethereum/assets/0xED4699f180a14B5974c26f494483F9c327Fd381a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Synth sAUD",
- "symbol": "sAUD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xED4699f180a14B5974c26f494483F9c327Fd381a",
- "status": "abandoned",
- "id": "0xED4699f180a14B5974c26f494483F9c327Fd381a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xED4699f180a14B5974c26f494483F9c327Fd381a/logo.png b/blockchains/ethereum/assets/0xED4699f180a14B5974c26f494483F9c327Fd381a/logo.png
deleted file mode 100644
index f3d6a9badd4df..0000000000000
Binary files a/blockchains/ethereum/assets/0xED4699f180a14B5974c26f494483F9c327Fd381a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xED494c9e2F8E34e53BDD0EA9B4d80305cb15C5c2/info.json b/blockchains/ethereum/assets/0xED494c9e2F8E34e53BDD0EA9B4d80305cb15C5c2/info.json
deleted file mode 100644
index b611bcb78c1ad..0000000000000
--- a/blockchains/ethereum/assets/0xED494c9e2F8E34e53BDD0EA9B4d80305cb15C5c2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CWV Chain",
- "symbol": "CWV",
- "type": "ERC20",
- "decimals": 18,
- "description": "CWV Chain (CWV) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://cwv.io",
- "explorer": "https://etherscan.io/token/0xED494c9e2F8E34e53BDD0EA9B4d80305cb15C5c2",
- "status": "active",
- "id": "0xED494c9e2F8E34e53BDD0EA9B4d80305cb15C5c2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xED494c9e2F8E34e53BDD0EA9B4d80305cb15C5c2/logo.png b/blockchains/ethereum/assets/0xED494c9e2F8E34e53BDD0EA9B4d80305cb15C5c2/logo.png
deleted file mode 100644
index 06f8663562b87..0000000000000
Binary files a/blockchains/ethereum/assets/0xED494c9e2F8E34e53BDD0EA9B4d80305cb15C5c2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xED82730312babb41367E060911F798002FFA445F/info.json b/blockchains/ethereum/assets/0xED82730312babb41367E060911F798002FFA445F/info.json
deleted file mode 100644
index 760bdc6123e18..0000000000000
--- a/blockchains/ethereum/assets/0xED82730312babb41367E060911F798002FFA445F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "The Crypto Tech",
- "symbol": "TCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xED82730312babb41367E060911F798002FFA445F",
- "status": "abandoned",
- "id": "0xED82730312babb41367E060911F798002FFA445F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xED82730312babb41367E060911F798002FFA445F/logo.png b/blockchains/ethereum/assets/0xED82730312babb41367E060911F798002FFA445F/logo.png
deleted file mode 100644
index 0efe20aed0a6d..0000000000000
Binary files a/blockchains/ethereum/assets/0xED82730312babb41367E060911F798002FFA445F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEDD7c94FD7B4971b916d15067Bc454b9E1bAD980/info.json b/blockchains/ethereum/assets/0xEDD7c94FD7B4971b916d15067Bc454b9E1bAD980/info.json
deleted file mode 100644
index 5c040609e1cd4..0000000000000
--- a/blockchains/ethereum/assets/0xEDD7c94FD7B4971b916d15067Bc454b9E1bAD980/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zippie",
- "symbol": "ZIPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Zippie makes storing and sending digital currencies, such as ether, easier than ever. Using your Zippie Card, it takes just a single tap to your phone to confirm large payments. NFC technology ensures that only you can move your funds.",
- "website": "https://zippie.org/",
- "explorer": "https://etherscan.io/token/0xEDD7c94FD7B4971b916d15067Bc454b9E1bAD980",
- "status": "active",
- "id": "0xEDD7c94FD7B4971b916d15067Bc454b9E1bAD980"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEDD7c94FD7B4971b916d15067Bc454b9E1bAD980/logo.png b/blockchains/ethereum/assets/0xEDD7c94FD7B4971b916d15067Bc454b9E1bAD980/logo.png
deleted file mode 100755
index ad6b313a6e81c..0000000000000
Binary files a/blockchains/ethereum/assets/0xEDD7c94FD7B4971b916d15067Bc454b9E1bAD980/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEE06A81a695750E71a662B51066F2c74CF4478a0/info.json b/blockchains/ethereum/assets/0xEE06A81a695750E71a662B51066F2c74CF4478a0/info.json
deleted file mode 100644
index d0d40570ff3ac..0000000000000
--- a/blockchains/ethereum/assets/0xEE06A81a695750E71a662B51066F2c74CF4478a0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Decentral Games",
- "symbol": "$DG",
- "type": "ERC20",
- "decimals": 18,
- "description": "The first community-owned, Metaverse casino",
- "website": "https://decentral.games",
- "explorer": "https://etherscan.io/token/0xEE06A81a695750E71a662B51066F2c74CF4478a0",
- "status": "active",
- "id": "0xEE06A81a695750E71a662B51066F2c74CF4478a0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEE06A81a695750E71a662B51066F2c74CF4478a0/logo.png b/blockchains/ethereum/assets/0xEE06A81a695750E71a662B51066F2c74CF4478a0/logo.png
deleted file mode 100644
index 9bac5c2bc4c57..0000000000000
Binary files a/blockchains/ethereum/assets/0xEE06A81a695750E71a662B51066F2c74CF4478a0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEE2131B349738090E92991d55F6D09Ce17930b92/info.json b/blockchains/ethereum/assets/0xEE2131B349738090E92991d55F6D09Ce17930b92/info.json
deleted file mode 100644
index aa42e7748b916..0000000000000
--- a/blockchains/ethereum/assets/0xEE2131B349738090E92991d55F6D09Ce17930b92/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YLCHINA",
- "symbol": "DYLC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEE2131B349738090E92991d55F6D09Ce17930b92",
- "status": "abandoned",
- "id": "0xEE2131B349738090E92991d55F6D09Ce17930b92"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEE2131B349738090E92991d55F6D09Ce17930b92/logo.png b/blockchains/ethereum/assets/0xEE2131B349738090E92991d55F6D09Ce17930b92/logo.png
deleted file mode 100644
index ac553b80e6016..0000000000000
Binary files a/blockchains/ethereum/assets/0xEE2131B349738090E92991d55F6D09Ce17930b92/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEE50AA773abA0B4FC1a1944727951b88883a3f23/info.json b/blockchains/ethereum/assets/0xEE50AA773abA0B4FC1a1944727951b88883a3f23/info.json
deleted file mode 100644
index f782c4656a05c..0000000000000
--- a/blockchains/ethereum/assets/0xEE50AA773abA0B4FC1a1944727951b88883a3f23/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Taurus Group SA",
- "symbol": "TAU",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEE50AA773abA0B4FC1a1944727951b88883a3f23",
- "status": "abandoned",
- "id": "0xEE50AA773abA0B4FC1a1944727951b88883a3f23"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEE50AA773abA0B4FC1a1944727951b88883a3f23/logo.png b/blockchains/ethereum/assets/0xEE50AA773abA0B4FC1a1944727951b88883a3f23/logo.png
deleted file mode 100644
index 65ffc2ac57a71..0000000000000
Binary files a/blockchains/ethereum/assets/0xEE50AA773abA0B4FC1a1944727951b88883a3f23/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEE5dFB5Ddd54eA2fB93b796a8A1b83C3fe38E0e6/info.json b/blockchains/ethereum/assets/0xEE5dFB5Ddd54eA2fB93b796a8A1b83C3fe38E0e6/info.json
deleted file mode 100644
index 7910e76f6460f..0000000000000
--- a/blockchains/ethereum/assets/0xEE5dFB5Ddd54eA2fB93b796a8A1b83C3fe38E0e6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nerves",
- "symbol": "NER",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://nerves.foundation/",
- "explorer": "https://etherscan.io/token/0xEE5dFB5Ddd54eA2fB93b796a8A1b83C3fe38E0e6",
- "status": "abandoned",
- "id": "0xEE5dFB5Ddd54eA2fB93b796a8A1b83C3fe38E0e6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEE5dFB5Ddd54eA2fB93b796a8A1b83C3fe38E0e6/logo.png b/blockchains/ethereum/assets/0xEE5dFB5Ddd54eA2fB93b796a8A1b83C3fe38E0e6/logo.png
deleted file mode 100644
index bd628afbd57ca..0000000000000
Binary files a/blockchains/ethereum/assets/0xEE5dFB5Ddd54eA2fB93b796a8A1b83C3fe38E0e6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEE74110fB5A1007b06282e0DE5d73A61bf41d9Cd/info.json b/blockchains/ethereum/assets/0xEE74110fB5A1007b06282e0DE5d73A61bf41d9Cd/info.json
deleted file mode 100644
index 1909f4bca367c..0000000000000
--- a/blockchains/ethereum/assets/0xEE74110fB5A1007b06282e0DE5d73A61bf41d9Cd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BHPCash",
- "symbol": "BHPC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEE74110fB5A1007b06282e0DE5d73A61bf41d9Cd",
- "status": "abandoned",
- "id": "0xEE74110fB5A1007b06282e0DE5d73A61bf41d9Cd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEE74110fB5A1007b06282e0DE5d73A61bf41d9Cd/logo.png b/blockchains/ethereum/assets/0xEE74110fB5A1007b06282e0DE5d73A61bf41d9Cd/logo.png
deleted file mode 100644
index 1121216d5df61..0000000000000
Binary files a/blockchains/ethereum/assets/0xEE74110fB5A1007b06282e0DE5d73A61bf41d9Cd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEE8Bd1502c3e9F6c543781467c01592ac51CFbb8/info.json b/blockchains/ethereum/assets/0xEE8Bd1502c3e9F6c543781467c01592ac51CFbb8/info.json
deleted file mode 100644
index 37cc40795896a..0000000000000
--- a/blockchains/ethereum/assets/0xEE8Bd1502c3e9F6c543781467c01592ac51CFbb8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Titanium BAR",
- "symbol": "TBAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEE8Bd1502c3e9F6c543781467c01592ac51CFbb8",
- "status": "abandoned",
- "id": "0xEE8Bd1502c3e9F6c543781467c01592ac51CFbb8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEE8Bd1502c3e9F6c543781467c01592ac51CFbb8/logo.png b/blockchains/ethereum/assets/0xEE8Bd1502c3e9F6c543781467c01592ac51CFbb8/logo.png
deleted file mode 100755
index a9afa28a93f5b..0000000000000
Binary files a/blockchains/ethereum/assets/0xEE8Bd1502c3e9F6c543781467c01592ac51CFbb8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEECfa1F63F9CCe7AE80A49D5341DCbA2563d72e1/info.json b/blockchains/ethereum/assets/0xEECfa1F63F9CCe7AE80A49D5341DCbA2563d72e1/info.json
deleted file mode 100644
index 761c5da2b9d44..0000000000000
--- a/blockchains/ethereum/assets/0xEECfa1F63F9CCe7AE80A49D5341DCbA2563d72e1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CROS",
- "symbol": "CROS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEECfa1F63F9CCe7AE80A49D5341DCbA2563d72e1",
- "status": "abandoned",
- "id": "0xEECfa1F63F9CCe7AE80A49D5341DCbA2563d72e1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEECfa1F63F9CCe7AE80A49D5341DCbA2563d72e1/logo.png b/blockchains/ethereum/assets/0xEECfa1F63F9CCe7AE80A49D5341DCbA2563d72e1/logo.png
deleted file mode 100644
index 57f7d5b51c186..0000000000000
Binary files a/blockchains/ethereum/assets/0xEECfa1F63F9CCe7AE80A49D5341DCbA2563d72e1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEED736b2b809550D89A941C2005dE93588c628e2/info.json b/blockchains/ethereum/assets/0xEED736b2b809550D89A941C2005dE93588c628e2/info.json
deleted file mode 100644
index b148251f29764..0000000000000
--- a/blockchains/ethereum/assets/0xEED736b2b809550D89A941C2005dE93588c628e2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETHPlus",
- "website": "https://ethplus.net/",
- "description": "We aimed to answer a need in the crypto community for a coin to deliver superior security features as being safe and transparent. ETHPlus is about fair play, provides an element of choice to the user, between ultra-security and speed.",
- "explorer": "https://etherscan.io/token/0xEED736b2b809550D89A941C2005dE93588c628e2",
- "type": "ERC20",
- "symbol": "ETHP",
- "decimals": 18,
- "status": "active",
- "id": "0xEED736b2b809550D89A941C2005dE93588c628e2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEED736b2b809550D89A941C2005dE93588c628e2/logo.png b/blockchains/ethereum/assets/0xEED736b2b809550D89A941C2005dE93588c628e2/logo.png
deleted file mode 100644
index f33f29cd1ca68..0000000000000
Binary files a/blockchains/ethereum/assets/0xEED736b2b809550D89A941C2005dE93588c628e2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEEF9f339514298C6A857EfCfC1A762aF84438dEE/info.json b/blockchains/ethereum/assets/0xEEF9f339514298C6A857EfCfC1A762aF84438dEE/info.json
deleted file mode 100644
index 7a883e9387175..0000000000000
--- a/blockchains/ethereum/assets/0xEEF9f339514298C6A857EfCfC1A762aF84438dEE/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Hermez Network Token",
- "website": "https://hermez.io/",
- "description": "Hermez is a decentralized zk-rollup focused on scaling payments and token transfers on top of Ethereum.",
- "explorer": "https://etherscan.io/token/0xEEF9f339514298C6A857EfCfC1A762aF84438dEE",
- "type": "ERC20",
- "symbol": "HEZ",
- "decimals": 18,
- "status": "active",
- "id": "0xEEF9f339514298C6A857EfCfC1A762aF84438dEE",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/hermeznetwork"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/hermez_network"
- },
- {
- "name": "telegram",
- "url": "https://t.me/hermez_network"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEEF9f339514298C6A857EfCfC1A762aF84438dEE/logo.png b/blockchains/ethereum/assets/0xEEF9f339514298C6A857EfCfC1A762aF84438dEE/logo.png
deleted file mode 100644
index af6500e9f7b4b..0000000000000
Binary files a/blockchains/ethereum/assets/0xEEF9f339514298C6A857EfCfC1A762aF84438dEE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEEaf33534F7e8628B281DA3aA01271D4ce22619d/info.json b/blockchains/ethereum/assets/0xEEaf33534F7e8628B281DA3aA01271D4ce22619d/info.json
deleted file mode 100644
index f88fca49442ee..0000000000000
--- a/blockchains/ethereum/assets/0xEEaf33534F7e8628B281DA3aA01271D4ce22619d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SwapCoinz",
- "symbol": "SPZ",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEEaf33534F7e8628B281DA3aA01271D4ce22619d",
- "status": "abandoned",
- "id": "0xEEaf33534F7e8628B281DA3aA01271D4ce22619d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEEaf33534F7e8628B281DA3aA01271D4ce22619d/logo.png b/blockchains/ethereum/assets/0xEEaf33534F7e8628B281DA3aA01271D4ce22619d/logo.png
deleted file mode 100644
index 770a9544cc058..0000000000000
Binary files a/blockchains/ethereum/assets/0xEEaf33534F7e8628B281DA3aA01271D4ce22619d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEEd3aE7b0F8b5B9BB8C035A9941382B1822671CD/info.json b/blockchains/ethereum/assets/0xEEd3aE7b0F8b5B9BB8C035A9941382B1822671CD/info.json
deleted file mode 100644
index ca77b53d85c07..0000000000000
--- a/blockchains/ethereum/assets/0xEEd3aE7b0F8b5B9BB8C035A9941382B1822671CD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EveryCoin",
- "symbol": "EVY",
- "type": "ERC20",
- "decimals": 12,
- "description": "EveryCoin (EVY) is the cryptocurrency used on the Aaron Platform. The Aaron Platform consists of a BlockChain banking system (TabiPay), an Eco-Chain System that issues digital assets and a Digital Smart Wallet (DSW) that manages all digital assets. TabiPay is a StableCoin linked with Thailand's BATH.",
- "website": "https://www.everycoin.io",
- "explorer": "https://etherscan.io/token/0xEEd3aE7b0F8b5B9BB8C035A9941382B1822671CD",
- "status": "active",
- "id": "0xEEd3aE7b0F8b5B9BB8C035A9941382B1822671CD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEEd3aE7b0F8b5B9BB8C035A9941382B1822671CD/logo.png b/blockchains/ethereum/assets/0xEEd3aE7b0F8b5B9BB8C035A9941382B1822671CD/logo.png
deleted file mode 100644
index a01ff62afc82e..0000000000000
Binary files a/blockchains/ethereum/assets/0xEEd3aE7b0F8b5B9BB8C035A9941382B1822671CD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEF19F4E48830093Ce5bC8b3Ff7f903A0AE3E9Fa1/info.json b/blockchains/ethereum/assets/0xEF19F4E48830093Ce5bC8b3Ff7f903A0AE3E9Fa1/info.json
deleted file mode 100644
index 481177d291c18..0000000000000
--- a/blockchains/ethereum/assets/0xEF19F4E48830093Ce5bC8b3Ff7f903A0AE3E9Fa1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "botXcoin",
- "symbol": "BOTX",
- "type": "ERC20",
- "decimals": 18,
- "description": "The first copytrade platform with blockchain technology",
- "website": "http://botxcoin.com",
- "explorer": "https://etherscan.io/token/0xEF19F4E48830093Ce5bC8b3Ff7f903A0AE3E9Fa1",
- "status": "active",
- "id": "0xEF19F4E48830093Ce5bC8b3Ff7f903A0AE3E9Fa1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEF19F4E48830093Ce5bC8b3Ff7f903A0AE3E9Fa1/logo.png b/blockchains/ethereum/assets/0xEF19F4E48830093Ce5bC8b3Ff7f903A0AE3E9Fa1/logo.png
deleted file mode 100644
index df899fa99b4b7..0000000000000
Binary files a/blockchains/ethereum/assets/0xEF19F4E48830093Ce5bC8b3Ff7f903A0AE3E9Fa1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEF2463099360a085f1f10b076Ed72Ef625497a06/info.json b/blockchains/ethereum/assets/0xEF2463099360a085f1f10b076Ed72Ef625497a06/info.json
deleted file mode 100644
index 9ec002fddddba..0000000000000
--- a/blockchains/ethereum/assets/0xEF2463099360a085f1f10b076Ed72Ef625497a06/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sharpe Platform Token",
- "symbol": "SHP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://sharpe.capital",
- "explorer": "https://etherscan.io/token/0xEF2463099360a085f1f10b076Ed72Ef625497a06",
- "status": "abandoned",
- "id": "0xEF2463099360a085f1f10b076Ed72Ef625497a06"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEF2463099360a085f1f10b076Ed72Ef625497a06/logo.png b/blockchains/ethereum/assets/0xEF2463099360a085f1f10b076Ed72Ef625497a06/logo.png
deleted file mode 100644
index d6ddc9d4b8199..0000000000000
Binary files a/blockchains/ethereum/assets/0xEF2463099360a085f1f10b076Ed72Ef625497a06/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEa1f346faF023F974Eb5adaf088BbCdf02d761F4/info.json b/blockchains/ethereum/assets/0xEa1f346faF023F974Eb5adaf088BbCdf02d761F4/info.json
deleted file mode 100644
index c12e5db0fdad4..0000000000000
--- a/blockchains/ethereum/assets/0xEa1f346faF023F974Eb5adaf088BbCdf02d761F4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blocktix Token",
- "symbol": "TIX",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Blocktix System is a platform that replaces the current fragmented markets of event ticket distribution, ticket transfer and event promotion. Blocktix is a single system for all services and provides a low overhead for distributors and promoters, freeing up money otherwise wasted in inefficient market based systems.",
- "website": "https://blocktix.io/",
- "explorer": "https://etherscan.io/token/0xEa1f346faF023F974Eb5adaf088BbCdf02d761F4",
- "status": "active",
- "id": "0xEa1f346faF023F974Eb5adaf088BbCdf02d761F4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEa1f346faF023F974Eb5adaf088BbCdf02d761F4/logo.png b/blockchains/ethereum/assets/0xEa1f346faF023F974Eb5adaf088BbCdf02d761F4/logo.png
deleted file mode 100755
index ccc99cbf6e5b4..0000000000000
Binary files a/blockchains/ethereum/assets/0xEa1f346faF023F974Eb5adaf088BbCdf02d761F4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEa319e87Cf06203DAe107Dd8E5672175e3Ee976c/info.json b/blockchains/ethereum/assets/0xEa319e87Cf06203DAe107Dd8E5672175e3Ee976c/info.json
deleted file mode 100644
index cc0d65e46f1a4..0000000000000
--- a/blockchains/ethereum/assets/0xEa319e87Cf06203DAe107Dd8E5672175e3Ee976c/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "SURF Finance",
- "website": "https://surf.finance",
- "explorer": "https://etherscan.io/token/0xEa319e87Cf06203DAe107Dd8E5672175e3Ee976c",
- "description": "SURF.Finance is a financial experiment that aims to discover what happens when a transparent team fairly launches a governance token that is designed to reward long-term holders",
- "type": "ERC20",
- "symbol": "SURF",
- "decimals": 18,
- "status": "active",
- "id": "0xEa319e87Cf06203DAe107Dd8E5672175e3Ee976c",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/SURF-Finance/contracts"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/surf_defi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/surf_finance"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/ZduXSdd"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@surf-finance"
- },
- {
- "name": "whitepaper",
- "url": "https://surf.finance/whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEa319e87Cf06203DAe107Dd8E5672175e3Ee976c/logo.png b/blockchains/ethereum/assets/0xEa319e87Cf06203DAe107Dd8E5672175e3Ee976c/logo.png
deleted file mode 100644
index ba7ff3b7fdaaf..0000000000000
Binary files a/blockchains/ethereum/assets/0xEa319e87Cf06203DAe107Dd8E5672175e3Ee976c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEa9Abc6b2662EE4f5D231006Eb65C9E938A26af1/info.json b/blockchains/ethereum/assets/0xEa9Abc6b2662EE4f5D231006Eb65C9E938A26af1/info.json
deleted file mode 100644
index 2ecdff2946aff..0000000000000
--- a/blockchains/ethereum/assets/0xEa9Abc6b2662EE4f5D231006Eb65C9E938A26af1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R797473",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEa9Abc6b2662EE4f5D231006Eb65C9E938A26af1",
- "status": "abandoned",
- "id": "0xEa9Abc6b2662EE4f5D231006Eb65C9E938A26af1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEa9Abc6b2662EE4f5D231006Eb65C9E938A26af1/logo.png b/blockchains/ethereum/assets/0xEa9Abc6b2662EE4f5D231006Eb65C9E938A26af1/logo.png
deleted file mode 100644
index 7203df430bc00..0000000000000
Binary files a/blockchains/ethereum/assets/0xEa9Abc6b2662EE4f5D231006Eb65C9E938A26af1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEaa2C985abF14Ac850F6614faebd6E4436BeA65f/info.json b/blockchains/ethereum/assets/0xEaa2C985abF14Ac850F6614faebd6E4436BeA65f/info.json
deleted file mode 100644
index 0f20ee8a74a0c..0000000000000
--- a/blockchains/ethereum/assets/0xEaa2C985abF14Ac850F6614faebd6E4436BeA65f/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Shumo.io",
- "type": "ERC20",
- "symbol": "SHUMO",
- "decimals": 9,
- "website": "https://http://shumo.io/",
- "description": "SHUMO THE WORLDS MOST POWERFUL SHIB!",
- "explorer": "https://etherscan.io/token/0xeaa2c985abf14ac850f6614faebd6e4436bea65f",
- "status": "active",
- "id": "0xEaa2C985abF14Ac850F6614faebd6E4436BeA65f",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/shibnobi/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ShumoOfficial"
- },
- {
- "name": "telegram",
- "url": "https://t.me/shumoofficial"
- },
- {
- "name": "medium",
- "url": "https://www.medium.com/@ShumoOfficial"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xEaa2C985abF14Ac850F6614faebd6E4436BeA65f/logo.png b/blockchains/ethereum/assets/0xEaa2C985abF14Ac850F6614faebd6E4436BeA65f/logo.png
deleted file mode 100644
index be140c2542e92..0000000000000
Binary files a/blockchains/ethereum/assets/0xEaa2C985abF14Ac850F6614faebd6E4436BeA65f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEb4E33dd1D97407ADD2aFcDcD5dd17851b1695d0/info.json b/blockchains/ethereum/assets/0xEb4E33dd1D97407ADD2aFcDcD5dd17851b1695d0/info.json
deleted file mode 100644
index d47bc9136c14b..0000000000000
--- a/blockchains/ethereum/assets/0xEb4E33dd1D97407ADD2aFcDcD5dd17851b1695d0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RuzeFinance",
- "website": "https://ruze.io",
- "description": "Lend, borrow, exchange and generate your own custom stable interest earning currency with Ruze, all in an anonymous and truly decentralized manner. Ruze economy possesses a unique & flexible supply mechanism, which rebases hourly.",
- "explorer": "https://etherscan.io/token/0xEb4E33dd1D97407ADD2aFcDcD5dd17851b1695d0",
- "type": "ERC20",
- "symbol": "RUZE",
- "decimals": 18,
- "status": "active",
- "id": "0xEb4E33dd1D97407ADD2aFcDcD5dd17851b1695d0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEb4E33dd1D97407ADD2aFcDcD5dd17851b1695d0/logo.png b/blockchains/ethereum/assets/0xEb4E33dd1D97407ADD2aFcDcD5dd17851b1695d0/logo.png
deleted file mode 100644
index bea2dd412c32d..0000000000000
Binary files a/blockchains/ethereum/assets/0xEb4E33dd1D97407ADD2aFcDcD5dd17851b1695d0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEb6985ACD6d0cbff60B88032b0B29Ac1d9D66A1B/info.json b/blockchains/ethereum/assets/0xEb6985ACD6d0cbff60B88032b0B29Ac1d9D66A1B/info.json
deleted file mode 100644
index b4203d90f0827..0000000000000
--- a/blockchains/ethereum/assets/0xEb6985ACD6d0cbff60B88032b0B29Ac1d9D66A1B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitbook Gambling",
- "symbol": "BXK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ico.bitbook.ag/",
- "explorer": "https://etherscan.io/token/0xEb6985ACD6d0cbff60B88032b0B29Ac1d9D66A1B",
- "status": "abandoned",
- "id": "0xEb6985ACD6d0cbff60B88032b0B29Ac1d9D66A1B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEb6985ACD6d0cbff60B88032b0B29Ac1d9D66A1B/logo.png b/blockchains/ethereum/assets/0xEb6985ACD6d0cbff60B88032b0B29Ac1d9D66A1B/logo.png
deleted file mode 100644
index f903eab5d981e..0000000000000
Binary files a/blockchains/ethereum/assets/0xEb6985ACD6d0cbff60B88032b0B29Ac1d9D66A1B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEbe17559127157d7686F952C45Fb53b8dBdE4A64/info.json b/blockchains/ethereum/assets/0xEbe17559127157d7686F952C45Fb53b8dBdE4A64/info.json
deleted file mode 100644
index 370e05df74c9a..0000000000000
--- a/blockchains/ethereum/assets/0xEbe17559127157d7686F952C45Fb53b8dBdE4A64/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR 800",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEbe17559127157d7686F952C45Fb53b8dBdE4A64",
- "status": "abandoned",
- "id": "0xEbe17559127157d7686F952C45Fb53b8dBdE4A64"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEbe17559127157d7686F952C45Fb53b8dBdE4A64/logo.png b/blockchains/ethereum/assets/0xEbe17559127157d7686F952C45Fb53b8dBdE4A64/logo.png
deleted file mode 100644
index 97362d6bd2b6a..0000000000000
Binary files a/blockchains/ethereum/assets/0xEbe17559127157d7686F952C45Fb53b8dBdE4A64/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEc0d77a58528a218cBf41Fa6E1585c8D7A085868/info.json b/blockchains/ethereum/assets/0xEc0d77a58528a218cBf41Fa6E1585c8D7A085868/info.json
deleted file mode 100644
index 2b43472919a8b..0000000000000
--- a/blockchains/ethereum/assets/0xEc0d77a58528a218cBf41Fa6E1585c8D7A085868/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "oneETH",
- "website": "https://ichi.org",
- "description": "oneETH is the stablecoin created for the wETH community. Backed by both a treasury of wETH and collateral of USDC this ERC20 token can be redeemed for USDC at anytime and also provides a vote for governance of the wETH treasury.",
- "explorer": "https://etherscan.io/token/0xEc0d77a58528a218cBf41Fa6E1585c8D7A085868",
- "type": "ERC20",
- "symbol": "oneETH",
- "decimals": 9,
- "status": "active",
- "id": "0xEc0d77a58528a218cBf41Fa6E1585c8D7A085868"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEc0d77a58528a218cBf41Fa6E1585c8D7A085868/logo.png b/blockchains/ethereum/assets/0xEc0d77a58528a218cBf41Fa6E1585c8D7A085868/logo.png
deleted file mode 100644
index df79931f230fe..0000000000000
Binary files a/blockchains/ethereum/assets/0xEc0d77a58528a218cBf41Fa6E1585c8D7A085868/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEc1a718D1A6F8F8d94eCEc6fe91465697bb2b88C/info.json b/blockchains/ethereum/assets/0xEc1a718D1A6F8F8d94eCEc6fe91465697bb2b88C/info.json
deleted file mode 100644
index f7aca74d3aaa9..0000000000000
--- a/blockchains/ethereum/assets/0xEc1a718D1A6F8F8d94eCEc6fe91465697bb2b88C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ENTONE",
- "symbol": "ENTONE",
- "type": "ERC20",
- "decimals": 8,
- "description": "An online advertising platform and a wireless advertising network, known as ENTONE where users are rewarded by watching ads, entertainment, Instagram followers and subscribing to YouTube pages.",
- "website": "https://entone.io/",
- "explorer": "https://etherscan.io/token/0xEc1a718D1A6F8F8d94eCEc6fe91465697bb2b88C",
- "status": "active",
- "id": "0xEc1a718D1A6F8F8d94eCEc6fe91465697bb2b88C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEc1a718D1A6F8F8d94eCEc6fe91465697bb2b88C/logo.png b/blockchains/ethereum/assets/0xEc1a718D1A6F8F8d94eCEc6fe91465697bb2b88C/logo.png
deleted file mode 100644
index 30f98710810ed..0000000000000
Binary files a/blockchains/ethereum/assets/0xEc1a718D1A6F8F8d94eCEc6fe91465697bb2b88C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEc4325F0518584F0774b483c215F65474EAbD27F/info.json b/blockchains/ethereum/assets/0xEc4325F0518584F0774b483c215F65474EAbD27F/info.json
deleted file mode 100644
index ca80af01fbbb5..0000000000000
--- a/blockchains/ethereum/assets/0xEc4325F0518584F0774b483c215F65474EAbD27F/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Stable BTC",
- "website": "app.ichi.org",
- "description": "oneBTC is an ICHI-created stablecoin backed by USDC and wBTC.",
- "explorer": "https://etherscan.io/token/0xEc4325F0518584F0774b483c215F65474EAbD27F",
- "type": "ERC20",
- "symbol": "oneBTC",
- "decimals": 18,
- "status": "active",
- "id": "0xEc4325F0518584F0774b483c215F65474EAbD27F",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ichifarm/ichi-oneToken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ichifarm"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ichifarm"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ichifarm"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/DvsYCfK8"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0xEc4325F0518584F0774b483c215F65474EAbD27F/logo.png b/blockchains/ethereum/assets/0xEc4325F0518584F0774b483c215F65474EAbD27F/logo.png
deleted file mode 100644
index 9e88b9d58512f..0000000000000
Binary files a/blockchains/ethereum/assets/0xEc4325F0518584F0774b483c215F65474EAbD27F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEc7D3E835dA3F6118079fA9a236b267D044FD7cA/info.json b/blockchains/ethereum/assets/0xEc7D3E835dA3F6118079fA9a236b267D044FD7cA/info.json
deleted file mode 100644
index 763db83ea90b0..0000000000000
--- a/blockchains/ethereum/assets/0xEc7D3E835dA3F6118079fA9a236b267D044FD7cA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptoRewards",
- "symbol": "CRS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEc7D3E835dA3F6118079fA9a236b267D044FD7cA",
- "status": "abandoned",
- "id": "0xEc7D3E835dA3F6118079fA9a236b267D044FD7cA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEc7D3E835dA3F6118079fA9a236b267D044FD7cA/logo.png b/blockchains/ethereum/assets/0xEc7D3E835dA3F6118079fA9a236b267D044FD7cA/logo.png
deleted file mode 100644
index 0119fc8c8127d..0000000000000
Binary files a/blockchains/ethereum/assets/0xEc7D3E835dA3F6118079fA9a236b267D044FD7cA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEc8A2D9944B521c8dc680C5678B1124B1B384604/info.json b/blockchains/ethereum/assets/0xEc8A2D9944B521c8dc680C5678B1124B1B384604/info.json
deleted file mode 100644
index 37be2b0b3e643..0000000000000
--- a/blockchains/ethereum/assets/0xEc8A2D9944B521c8dc680C5678B1124B1B384604/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IDIA Alliance",
- "symbol": "IDIA",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEc8A2D9944B521c8dc680C5678B1124B1B384604",
- "status": "abandoned",
- "id": "0xEc8A2D9944B521c8dc680C5678B1124B1B384604"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEc8A2D9944B521c8dc680C5678B1124B1B384604/logo.png b/blockchains/ethereum/assets/0xEc8A2D9944B521c8dc680C5678B1124B1B384604/logo.png
deleted file mode 100644
index b7c6d4059da1f..0000000000000
Binary files a/blockchains/ethereum/assets/0xEc8A2D9944B521c8dc680C5678B1124B1B384604/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEc985525f3f22C7Fa9C9FF4a49e37589A76D86D4/info.json b/blockchains/ethereum/assets/0xEc985525f3f22C7Fa9C9FF4a49e37589A76D86D4/info.json
deleted file mode 100644
index 80fcf23cc8b14..0000000000000
--- a/blockchains/ethereum/assets/0xEc985525f3f22C7Fa9C9FF4a49e37589A76D86D4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SGCC",
- "symbol": "SGCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEc985525f3f22C7Fa9C9FF4a49e37589A76D86D4",
- "status": "abandoned",
- "id": "0xEc985525f3f22C7Fa9C9FF4a49e37589A76D86D4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEc985525f3f22C7Fa9C9FF4a49e37589A76D86D4/logo.png b/blockchains/ethereum/assets/0xEc985525f3f22C7Fa9C9FF4a49e37589A76D86D4/logo.png
deleted file mode 100755
index 7240ba9e43ed8..0000000000000
Binary files a/blockchains/ethereum/assets/0xEc985525f3f22C7Fa9C9FF4a49e37589A76D86D4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEcE83617Db208Ad255Ad4f45Daf81E25137535bb/info.json b/blockchains/ethereum/assets/0xEcE83617Db208Ad255Ad4f45Daf81E25137535bb/info.json
deleted file mode 100644
index 70995027d6ba2..0000000000000
--- a/blockchains/ethereum/assets/0xEcE83617Db208Ad255Ad4f45Daf81E25137535bb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Invacio Coin",
- "symbol": "INV",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.invacio.com",
- "explorer": "https://etherscan.io/token/0xEcE83617Db208Ad255Ad4f45Daf81E25137535bb",
- "status": "abandoned",
- "id": "0xEcE83617Db208Ad255Ad4f45Daf81E25137535bb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEcE83617Db208Ad255Ad4f45Daf81E25137535bb/logo.png b/blockchains/ethereum/assets/0xEcE83617Db208Ad255Ad4f45Daf81E25137535bb/logo.png
deleted file mode 100755
index e21a3aa029017..0000000000000
Binary files a/blockchains/ethereum/assets/0xEcE83617Db208Ad255Ad4f45Daf81E25137535bb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEd00A2Cba066714999Ec703350E0a5B6B7AB66cB/info.json b/blockchains/ethereum/assets/0xEd00A2Cba066714999Ec703350E0a5B6B7AB66cB/info.json
deleted file mode 100644
index e5a1b88fc7cb2..0000000000000
--- a/blockchains/ethereum/assets/0xEd00A2Cba066714999Ec703350E0a5B6B7AB66cB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "O2O",
- "symbol": "O2O",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEd00A2Cba066714999Ec703350E0a5B6B7AB66cB",
- "status": "abandoned",
- "id": "0xEd00A2Cba066714999Ec703350E0a5B6B7AB66cB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEd00A2Cba066714999Ec703350E0a5B6B7AB66cB/logo.png b/blockchains/ethereum/assets/0xEd00A2Cba066714999Ec703350E0a5B6B7AB66cB/logo.png
deleted file mode 100644
index 2d4b7079b6a59..0000000000000
Binary files a/blockchains/ethereum/assets/0xEd00A2Cba066714999Ec703350E0a5B6B7AB66cB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEd0439EACf4c4965AE4613D77a5C2Efe10e5f183/info.json b/blockchains/ethereum/assets/0xEd0439EACf4c4965AE4613D77a5C2Efe10e5f183/info.json
deleted file mode 100644
index f55c0edbd2bc5..0000000000000
--- a/blockchains/ethereum/assets/0xEd0439EACf4c4965AE4613D77a5C2Efe10e5f183/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Niftyx Protocol",
- "type": "ERC20",
- "symbol": "SHROOM",
- "decimals": 18,
- "website": "https://niftyx.org",
- "description": "Niftyx is building a decentralised protocol for NFT trading and minting.",
- "explorer": "https://etherscan.io/token/0xed0439eacf4c4965ae4613d77a5c2efe10e5f183",
- "status": "active",
- "id": "0xEd0439EACf4c4965AE4613D77a5C2Efe10e5f183",
- "tags": [
- "governance"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/NiftyxProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/NiftyxProtocol"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/eZcFahS"
- },
- {
- "name": "medium",
- "url": "https://niftyx.medium.com/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCpdJrm8MyN6bUaD0ztLLBfg"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEd0439EACf4c4965AE4613D77a5C2Efe10e5f183/logo.png b/blockchains/ethereum/assets/0xEd0439EACf4c4965AE4613D77a5C2Efe10e5f183/logo.png
deleted file mode 100644
index 62db7b8326041..0000000000000
Binary files a/blockchains/ethereum/assets/0xEd0439EACf4c4965AE4613D77a5C2Efe10e5f183/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEd04915c23f00A313a544955524EB7DBD823143d/info.json b/blockchains/ethereum/assets/0xEd04915c23f00A313a544955524EB7DBD823143d/info.json
deleted file mode 100644
index 8c48cf5cb3c0c..0000000000000
--- a/blockchains/ethereum/assets/0xEd04915c23f00A313a544955524EB7DBD823143d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Alchemy (ACH)",
- "website": "https://alchemytech.io/",
- "description": "Alchemy is a leading cryptocurrency payment solution and technology provider that powers online and offline merchants with fast, secure and convenient hybrid crypto-fiat payment systems and solutions.",
- "explorer": "https://etherscan.io/token/0xEd04915c23f00A313a544955524EB7DBD823143d",
- "type": "ERC20",
- "symbol": "ACH",
- "decimals": 8,
- "status": "active",
- "id": "0xEd04915c23f00A313a544955524EB7DBD823143d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEd04915c23f00A313a544955524EB7DBD823143d/logo.png b/blockchains/ethereum/assets/0xEd04915c23f00A313a544955524EB7DBD823143d/logo.png
deleted file mode 100644
index ac78d78f516ec..0000000000000
Binary files a/blockchains/ethereum/assets/0xEd04915c23f00A313a544955524EB7DBD823143d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEd1199093b1aBd07a368Dd1C0Cdc77D8517BA2A0/info.json b/blockchains/ethereum/assets/0xEd1199093b1aBd07a368Dd1C0Cdc77D8517BA2A0/info.json
deleted file mode 100644
index c8d4a06a18b2a..0000000000000
--- a/blockchains/ethereum/assets/0xEd1199093b1aBd07a368Dd1C0Cdc77D8517BA2A0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HEX2T",
- "symbol": "HEX2T",
- "type": "ERC20",
- "decimals": 18,
- "description": "Hex2T is a fork of Hex designed to increase the rewards to stakers.",
- "website": "https://axion.network/",
- "explorer": "https://etherscan.io/token/0xEd1199093b1aBd07a368Dd1C0Cdc77D8517BA2A0",
- "status": "active",
- "id": "0xEd1199093b1aBd07a368Dd1C0Cdc77D8517BA2A0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEd1199093b1aBd07a368Dd1C0Cdc77D8517BA2A0/logo.png b/blockchains/ethereum/assets/0xEd1199093b1aBd07a368Dd1C0Cdc77D8517BA2A0/logo.png
deleted file mode 100644
index 8120d76076aa3..0000000000000
Binary files a/blockchains/ethereum/assets/0xEd1199093b1aBd07a368Dd1C0Cdc77D8517BA2A0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEd1eba8B87cD7E04e9389f65F7AeCa750c85a010/info.json b/blockchains/ethereum/assets/0xEd1eba8B87cD7E04e9389f65F7AeCa750c85a010/info.json
deleted file mode 100644
index b6434a3f691ea..0000000000000
--- a/blockchains/ethereum/assets/0xEd1eba8B87cD7E04e9389f65F7AeCa750c85a010/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Genesis Token of ATNIO",
- "symbol": "AGT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEd1eba8B87cD7E04e9389f65F7AeCa750c85a010",
- "status": "abandoned",
- "id": "0xEd1eba8B87cD7E04e9389f65F7AeCa750c85a010"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEd1eba8B87cD7E04e9389f65F7AeCa750c85a010/logo.png b/blockchains/ethereum/assets/0xEd1eba8B87cD7E04e9389f65F7AeCa750c85a010/logo.png
deleted file mode 100644
index 5e181701436fe..0000000000000
Binary files a/blockchains/ethereum/assets/0xEd1eba8B87cD7E04e9389f65F7AeCa750c85a010/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEd91879919B71bB6905f23af0A68d231EcF87b14/info.json b/blockchains/ethereum/assets/0xEd91879919B71bB6905f23af0A68d231EcF87b14/info.json
deleted file mode 100644
index 7215e578dae31..0000000000000
--- a/blockchains/ethereum/assets/0xEd91879919B71bB6905f23af0A68d231EcF87b14/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DMM: Governance",
- "symbol": "DMG",
- "type": "ERC20",
- "decimals": 18,
- "description": "The DMM system is decentralized, transparent and designed to enable everyone to re-earn interest in their currency which is backed by real assets represented on the network.",
- "website": "https://defimoneymarket.com",
- "explorer": "https://etherscan.io/token/0xEd91879919B71bB6905f23af0A68d231EcF87b14",
- "status": "active",
- "id": "0xEd91879919B71bB6905f23af0A68d231EcF87b14"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEd91879919B71bB6905f23af0A68d231EcF87b14/logo.png b/blockchains/ethereum/assets/0xEd91879919B71bB6905f23af0A68d231EcF87b14/logo.png
deleted file mode 100644
index 3cae47feca614..0000000000000
Binary files a/blockchains/ethereum/assets/0xEd91879919B71bB6905f23af0A68d231EcF87b14/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEdF44412B47A76e452FD133794e45d9485E4cd4b/info.json b/blockchains/ethereum/assets/0xEdF44412B47A76e452FD133794e45d9485E4cd4b/info.json
deleted file mode 100644
index 4df21e773de8b..0000000000000
--- a/blockchains/ethereum/assets/0xEdF44412B47A76e452FD133794e45d9485E4cd4b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kingcuan",
- "symbol": "CUAN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEdF44412B47A76e452FD133794e45d9485E4cd4b",
- "status": "abandoned",
- "id": "0xEdF44412B47A76e452FD133794e45d9485E4cd4b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEdF44412B47A76e452FD133794e45d9485E4cd4b/logo.png b/blockchains/ethereum/assets/0xEdF44412B47A76e452FD133794e45d9485E4cd4b/logo.png
deleted file mode 100644
index 1498173ac4abb..0000000000000
Binary files a/blockchains/ethereum/assets/0xEdF44412B47A76e452FD133794e45d9485E4cd4b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEdFBd6c48c3dDfF5612Ade14B45bb19F916809ba/info.json b/blockchains/ethereum/assets/0xEdFBd6c48c3dDfF5612Ade14B45bb19F916809ba/info.json
deleted file mode 100644
index 0b431ce52cc44..0000000000000
--- a/blockchains/ethereum/assets/0xEdFBd6c48c3dDfF5612Ade14B45bb19F916809ba/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "pulltherug.finance",
- "website": "https://pulltherug.finance/",
- "description": "Pull The Rug allows you to farm NFTs and has strategic partnerships with other coins to enhance ecosystem value.",
- "explorer": "https://etherscan.io/token/0xEdFBd6c48c3dDfF5612Ade14B45bb19F916809ba",
- "type": "ERC20",
- "symbol": "RUGZ",
- "decimals": 18,
- "status": "active",
- "id": "0xEdFBd6c48c3dDfF5612Ade14B45bb19F916809ba",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/ruglife"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEdFBd6c48c3dDfF5612Ade14B45bb19F916809ba/logo.png b/blockchains/ethereum/assets/0xEdFBd6c48c3dDfF5612Ade14B45bb19F916809ba/logo.png
deleted file mode 100644
index cdfb52e592573..0000000000000
Binary files a/blockchains/ethereum/assets/0xEdFBd6c48c3dDfF5612Ade14B45bb19F916809ba/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEda8B016efA8b1161208Cf041cD86972eeE0F31E/info.json b/blockchains/ethereum/assets/0xEda8B016efA8b1161208Cf041cD86972eeE0F31E/info.json
deleted file mode 100644
index 0932d637b2db9..0000000000000
--- a/blockchains/ethereum/assets/0xEda8B016efA8b1161208Cf041cD86972eeE0F31E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "I HOUSE TOKEN",
- "symbol": "IHT",
- "type": "ERC20",
- "decimals": 18,
- "description": "IHT Real Estate Protocol Global Real Estate Blockchain Cloud Platform",
- "website": "https://ihtcoin.com",
- "explorer": "https://etherscan.io/token/0xEda8B016efA8b1161208Cf041cD86972eeE0F31E",
- "status": "abandoned",
- "id": "0xEda8B016efA8b1161208Cf041cD86972eeE0F31E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEda8B016efA8b1161208Cf041cD86972eeE0F31E/logo.png b/blockchains/ethereum/assets/0xEda8B016efA8b1161208Cf041cD86972eeE0F31E/logo.png
deleted file mode 100644
index bcb74bfd53db8..0000000000000
Binary files a/blockchains/ethereum/assets/0xEda8B016efA8b1161208Cf041cD86972eeE0F31E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEdb0414627E6f1e3F082DE65cD4F9C693D78CCA9/info.json b/blockchains/ethereum/assets/0xEdb0414627E6f1e3F082DE65cD4F9C693D78CCA9/info.json
deleted file mode 100644
index 39346e1c9c426..0000000000000
--- a/blockchains/ethereum/assets/0xEdb0414627E6f1e3F082DE65cD4F9C693D78CCA9/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "mTWTR Token",
- "website": "https://mirror.finance",
- "description": "Wrapped Mirror TWTR Token.",
- "explorer": "https://etherscan.io/token/0xEdb0414627E6f1e3F082DE65cD4F9C693D78CCA9",
- "type": "ERC20",
- "symbol": "mTWTR",
- "decimals": 18,
- "status": "active",
- "id": "0xEdb0414627E6f1e3F082DE65cD4F9C693D78CCA9",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MirrorProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mirror_protocol"
- },
- {
- "name": "discord",
- "url": "https://discord.com/MirrorProtocol"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@mirror-protocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEdb0414627E6f1e3F082DE65cD4F9C693D78CCA9/logo.png b/blockchains/ethereum/assets/0xEdb0414627E6f1e3F082DE65cD4F9C693D78CCA9/logo.png
deleted file mode 100644
index 17bd01cd91812..0000000000000
Binary files a/blockchains/ethereum/assets/0xEdb0414627E6f1e3F082DE65cD4F9C693D78CCA9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEe059F0ca1507e4E20C689b20CFf71B5E924f7bd/info.json b/blockchains/ethereum/assets/0xEe059F0ca1507e4E20C689b20CFf71B5E924f7bd/info.json
deleted file mode 100644
index 190aef383205b..0000000000000
--- a/blockchains/ethereum/assets/0xEe059F0ca1507e4E20C689b20CFf71B5E924f7bd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Litecoin SV",
- "symbol": "LSV",
- "type": "ERC20",
- "decimals": 18,
- "description": "Litecoin SV is the largest global Digital Currency Based on Crypto Network. It Everyone can Send low cost private, secure, borderless payments to anyone, anytime, anywhere.",
- "website": "https://litecoin-sv.com/",
- "explorer": "https://etherscan.io/token/0xEe059F0ca1507e4E20C689b20CFf71B5E924f7bd",
- "status": "active",
- "id": "0xEe059F0ca1507e4E20C689b20CFf71B5E924f7bd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEe059F0ca1507e4E20C689b20CFf71B5E924f7bd/logo.png b/blockchains/ethereum/assets/0xEe059F0ca1507e4E20C689b20CFf71B5E924f7bd/logo.png
deleted file mode 100644
index 3ea105a78a493..0000000000000
Binary files a/blockchains/ethereum/assets/0xEe059F0ca1507e4E20C689b20CFf71B5E924f7bd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEe16f8Cf30f56FA34f6348799d29568333E07CB5/info.json b/blockchains/ethereum/assets/0xEe16f8Cf30f56FA34f6348799d29568333E07CB5/info.json
deleted file mode 100644
index f45ce62b59891..0000000000000
--- a/blockchains/ethereum/assets/0xEe16f8Cf30f56FA34f6348799d29568333E07CB5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-27/30M87",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEe16f8Cf30f56FA34f6348799d29568333E07CB5",
- "status": "abandoned",
- "id": "0xEe16f8Cf30f56FA34f6348799d29568333E07CB5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEe16f8Cf30f56FA34f6348799d29568333E07CB5/logo.png b/blockchains/ethereum/assets/0xEe16f8Cf30f56FA34f6348799d29568333E07CB5/logo.png
deleted file mode 100644
index 6fe75322fe032..0000000000000
Binary files a/blockchains/ethereum/assets/0xEe16f8Cf30f56FA34f6348799d29568333E07CB5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEe26Ec776662176D42f76fB22c2f025D50469D9E/info.json b/blockchains/ethereum/assets/0xEe26Ec776662176D42f76fB22c2f025D50469D9E/info.json
deleted file mode 100644
index 6f001f5ae12ac..0000000000000
--- a/blockchains/ethereum/assets/0xEe26Ec776662176D42f76fB22c2f025D50469D9E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TOKEN 30S",
- "symbol": "30S",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEe26Ec776662176D42f76fB22c2f025D50469D9E",
- "status": "active",
- "id": "0xEe26Ec776662176D42f76fB22c2f025D50469D9E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEe26Ec776662176D42f76fB22c2f025D50469D9E/logo.png b/blockchains/ethereum/assets/0xEe26Ec776662176D42f76fB22c2f025D50469D9E/logo.png
deleted file mode 100644
index e1f980d5e76ee..0000000000000
Binary files a/blockchains/ethereum/assets/0xEe26Ec776662176D42f76fB22c2f025D50469D9E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEe3bB3BFB79B153bF1181a3995DC4aa8C4f037bB/info.json b/blockchains/ethereum/assets/0xEe3bB3BFB79B153bF1181a3995DC4aa8C4f037bB/info.json
deleted file mode 100644
index 0b5483a37c223..0000000000000
--- a/blockchains/ethereum/assets/0xEe3bB3BFB79B153bF1181a3995DC4aa8C4f037bB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitelectroneum ",
- "symbol": "BETN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEe3bB3BFB79B153bF1181a3995DC4aa8C4f037bB",
- "status": "abandoned",
- "id": "0xEe3bB3BFB79B153bF1181a3995DC4aa8C4f037bB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEe3bB3BFB79B153bF1181a3995DC4aa8C4f037bB/logo.png b/blockchains/ethereum/assets/0xEe3bB3BFB79B153bF1181a3995DC4aa8C4f037bB/logo.png
deleted file mode 100644
index da61fa8ae2538..0000000000000
Binary files a/blockchains/ethereum/assets/0xEe3bB3BFB79B153bF1181a3995DC4aa8C4f037bB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEe4b7e6bC34A9f8069f910C6AC71dc294263EB26/info.json b/blockchains/ethereum/assets/0xEe4b7e6bC34A9f8069f910C6AC71dc294263EB26/info.json
deleted file mode 100644
index a972fecb68d0c..0000000000000
--- a/blockchains/ethereum/assets/0xEe4b7e6bC34A9f8069f910C6AC71dc294263EB26/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TRAVEL",
- "symbol": "TRAVEL",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEe4b7e6bC34A9f8069f910C6AC71dc294263EB26",
- "status": "abandoned",
- "id": "0xEe4b7e6bC34A9f8069f910C6AC71dc294263EB26"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEe4b7e6bC34A9f8069f910C6AC71dc294263EB26/logo.png b/blockchains/ethereum/assets/0xEe4b7e6bC34A9f8069f910C6AC71dc294263EB26/logo.png
deleted file mode 100644
index b83b82b20b46d..0000000000000
Binary files a/blockchains/ethereum/assets/0xEe4b7e6bC34A9f8069f910C6AC71dc294263EB26/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEe609fE292128Cad03b786DBb9Bc2634Ccdbe7fC/info.json b/blockchains/ethereum/assets/0xEe609fE292128Cad03b786DBb9Bc2634Ccdbe7fC/info.json
deleted file mode 100644
index 9b96eca27acba..0000000000000
--- a/blockchains/ethereum/assets/0xEe609fE292128Cad03b786DBb9Bc2634Ccdbe7fC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PoSToken",
- "symbol": "POS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEe609fE292128Cad03b786DBb9Bc2634Ccdbe7fC",
- "status": "abandoned",
- "id": "0xEe609fE292128Cad03b786DBb9Bc2634Ccdbe7fC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEe609fE292128Cad03b786DBb9Bc2634Ccdbe7fC/logo.png b/blockchains/ethereum/assets/0xEe609fE292128Cad03b786DBb9Bc2634Ccdbe7fC/logo.png
deleted file mode 100755
index ad6e3a678e224..0000000000000
Binary files a/blockchains/ethereum/assets/0xEe609fE292128Cad03b786DBb9Bc2634Ccdbe7fC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEe9E5eFF401ee921b138490d00CA8D1F13f67A72/info.json b/blockchains/ethereum/assets/0xEe9E5eFF401ee921b138490d00CA8D1F13f67A72/info.json
deleted file mode 100644
index 09144614c52e3..0000000000000
--- a/blockchains/ethereum/assets/0xEe9E5eFF401ee921b138490d00CA8D1F13f67A72/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Asian Fintech",
- "symbol": "Afin",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.afincoin.io/",
- "explorer": "https://etherscan.io/token/0xEe9E5eFF401ee921b138490d00CA8D1F13f67A72",
- "status": "abandoned",
- "id": "0xEe9E5eFF401ee921b138490d00CA8D1F13f67A72"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEe9E5eFF401ee921b138490d00CA8D1F13f67A72/logo.png b/blockchains/ethereum/assets/0xEe9E5eFF401ee921b138490d00CA8D1F13f67A72/logo.png
deleted file mode 100644
index cfb0ee4a58f66..0000000000000
Binary files a/blockchains/ethereum/assets/0xEe9E5eFF401ee921b138490d00CA8D1F13f67A72/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEeE690AAA67d1eE33365c02C3Bf477A93867052f/info.json b/blockchains/ethereum/assets/0xEeE690AAA67d1eE33365c02C3Bf477A93867052f/info.json
deleted file mode 100644
index ce45722d168d3..0000000000000
--- a/blockchains/ethereum/assets/0xEeE690AAA67d1eE33365c02C3Bf477A93867052f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HappyPay",
- "symbol": "HPAY",
- "type": "ERC20",
- "decimals": 18,
- "description": "HPC targets Thai and foreign retail communities. The development team has decided to convert HAPPYCOIN (HPC) from the X11 algorithm (Proof of Work and Proof of Stake) to an ERC20 token running on Ethereum blockchain. The second iteration of the coin is named HappyPay (HPAY). It focuses on the 'Network Marketing' industry in Thailand and has plans for international expansion.",
- "website": "https://gohappypay.com/",
- "explorer": "https://etherscan.io/token/0xEeE690AAA67d1eE33365c02C3Bf477A93867052f",
- "status": "active",
- "id": "0xEeE690AAA67d1eE33365c02C3Bf477A93867052f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEeE690AAA67d1eE33365c02C3Bf477A93867052f/logo.png b/blockchains/ethereum/assets/0xEeE690AAA67d1eE33365c02C3Bf477A93867052f/logo.png
deleted file mode 100644
index 9eeba7e7f6e92..0000000000000
Binary files a/blockchains/ethereum/assets/0xEeE690AAA67d1eE33365c02C3Bf477A93867052f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEeEeeeeEe2aF8D0e1940679860398308e0eF24d6/info.json b/blockchains/ethereum/assets/0xEeEeeeeEe2aF8D0e1940679860398308e0eF24d6/info.json
deleted file mode 100644
index e8d5a5359a4dc..0000000000000
--- a/blockchains/ethereum/assets/0xEeEeeeeEe2aF8D0e1940679860398308e0eF24d6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethverse Token",
- "symbol": "ETHV",
- "type": "ERC20",
- "decimals": 18,
- "description": "Ethverse is an open, interactive, and decentralized virtual universe built using the Minecraft gaming engine and Ethereum blockchain. ",
- "website": "https://ethverse.com",
- "explorer": "https://etherscan.io/token/0xEeEeeeeEe2aF8D0e1940679860398308e0eF24d6",
- "status": "active",
- "id": "0xEeEeeeeEe2aF8D0e1940679860398308e0eF24d6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEeEeeeeEe2aF8D0e1940679860398308e0eF24d6/logo.png b/blockchains/ethereum/assets/0xEeEeeeeEe2aF8D0e1940679860398308e0eF24d6/logo.png
deleted file mode 100644
index cc03fa547c74f..0000000000000
Binary files a/blockchains/ethereum/assets/0xEeEeeeeEe2aF8D0e1940679860398308e0eF24d6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEec2bE5c91ae7f8a338e1e5f3b5DE49d07AfdC81/info.json b/blockchains/ethereum/assets/0xEec2bE5c91ae7f8a338e1e5f3b5DE49d07AfdC81/info.json
deleted file mode 100644
index 55fafd9daede0..0000000000000
--- a/blockchains/ethereum/assets/0xEec2bE5c91ae7f8a338e1e5f3b5DE49d07AfdC81/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dopex Governance Token",
- "symbol": "DPX",
- "type": "ERC20",
- "decimals": 18,
- "description": "DPX - vanilla governance and protocol fee accrual token",
- "website": "https://www.dopex.io/",
- "explorer": "https://etherscan.io/token/0xEec2bE5c91ae7f8a338e1e5f3b5DE49d07AfdC81",
- "status": "active",
- "id": "0xEec2bE5c91ae7f8a338e1e5f3b5DE49d07AfdC81"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEec2bE5c91ae7f8a338e1e5f3b5DE49d07AfdC81/logo.png b/blockchains/ethereum/assets/0xEec2bE5c91ae7f8a338e1e5f3b5DE49d07AfdC81/logo.png
deleted file mode 100644
index 780df35dcd365..0000000000000
Binary files a/blockchains/ethereum/assets/0xEec2bE5c91ae7f8a338e1e5f3b5DE49d07AfdC81/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEee2d00Eb7DEB8Dd6924187f5AA3496B7d06E62A/info.json b/blockchains/ethereum/assets/0xEee2d00Eb7DEB8Dd6924187f5AA3496B7d06E62A/info.json
deleted file mode 100644
index 27c4527b1ae9d..0000000000000
--- a/blockchains/ethereum/assets/0xEee2d00Eb7DEB8Dd6924187f5AA3496B7d06E62A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tigereum",
- "symbol": "TIG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEee2d00Eb7DEB8Dd6924187f5AA3496B7d06E62A",
- "status": "abandoned",
- "id": "0xEee2d00Eb7DEB8Dd6924187f5AA3496B7d06E62A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEee2d00Eb7DEB8Dd6924187f5AA3496B7d06E62A/logo.png b/blockchains/ethereum/assets/0xEee2d00Eb7DEB8Dd6924187f5AA3496B7d06E62A/logo.png
deleted file mode 100644
index 1ab5ce4c88eb2..0000000000000
Binary files a/blockchains/ethereum/assets/0xEee2d00Eb7DEB8Dd6924187f5AA3496B7d06E62A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEeeA86AC3cF7F154991595e10921482834012222/info.json b/blockchains/ethereum/assets/0xEeeA86AC3cF7F154991595e10921482834012222/info.json
deleted file mode 100644
index dc745d09d23c5..0000000000000
--- a/blockchains/ethereum/assets/0xEeeA86AC3cF7F154991595e10921482834012222/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C528298",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEeeA86AC3cF7F154991595e10921482834012222",
- "status": "abandoned",
- "id": "0xEeeA86AC3cF7F154991595e10921482834012222"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEeeA86AC3cF7F154991595e10921482834012222/logo.png b/blockchains/ethereum/assets/0xEeeA86AC3cF7F154991595e10921482834012222/logo.png
deleted file mode 100644
index 3a46d80944311..0000000000000
Binary files a/blockchains/ethereum/assets/0xEeeA86AC3cF7F154991595e10921482834012222/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEf51c9377FeB29856E61625cAf9390bD0B67eA18/info.json b/blockchains/ethereum/assets/0xEf51c9377FeB29856E61625cAf9390bD0B67eA18/info.json
deleted file mode 100644
index c8f7aaa0a499f..0000000000000
--- a/blockchains/ethereum/assets/0xEf51c9377FeB29856E61625cAf9390bD0B67eA18/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bionic",
- "symbol": "BNC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEf51c9377FeB29856E61625cAf9390bD0B67eA18",
- "status": "abandoned",
- "id": "0xEf51c9377FeB29856E61625cAf9390bD0B67eA18"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEf51c9377FeB29856E61625cAf9390bD0B67eA18/logo.png b/blockchains/ethereum/assets/0xEf51c9377FeB29856E61625cAf9390bD0B67eA18/logo.png
deleted file mode 100755
index 10daddf7082b9..0000000000000
Binary files a/blockchains/ethereum/assets/0xEf51c9377FeB29856E61625cAf9390bD0B67eA18/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEfaB7248D36585e2340E5d25F8a8D243E6e3193F/info.json b/blockchains/ethereum/assets/0xEfaB7248D36585e2340E5d25F8a8D243E6e3193F/info.json
deleted file mode 100644
index 1a039b5994242..0000000000000
--- a/blockchains/ethereum/assets/0xEfaB7248D36585e2340E5d25F8a8D243E6e3193F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dacxi Coin",
- "symbol": "DACXI",
- "type": "ERC20",
- "decimals": 18,
- "description": "Trade, learn, and build crypto wealth with Dacxi.",
- "website": "https://dacxi.com/",
- "explorer": "https://etherscan.io/token/0xEfaB7248D36585e2340E5d25F8a8D243E6e3193F",
- "status": "active",
- "id": "0xEfaB7248D36585e2340E5d25F8a8D243E6e3193F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEfaB7248D36585e2340E5d25F8a8D243E6e3193F/logo.png b/blockchains/ethereum/assets/0xEfaB7248D36585e2340E5d25F8a8D243E6e3193F/logo.png
deleted file mode 100644
index c517ac64f214e..0000000000000
Binary files a/blockchains/ethereum/assets/0xEfaB7248D36585e2340E5d25F8a8D243E6e3193F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xEfbB3F1058fd8E0C9d7204f532E17d7572AFfc3e/info.json b/blockchains/ethereum/assets/0xEfbB3F1058fd8E0C9d7204f532E17d7572AFfc3e/info.json
deleted file mode 100644
index 1a88a8d415211..0000000000000
--- a/blockchains/ethereum/assets/0xEfbB3F1058fd8E0C9d7204f532E17d7572AFfc3e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MBCash",
- "symbol": "MBCASH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xEfbB3F1058fd8E0C9d7204f532E17d7572AFfc3e",
- "status": "abandoned",
- "id": "0xEfbB3F1058fd8E0C9d7204f532E17d7572AFfc3e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xEfbB3F1058fd8E0C9d7204f532E17d7572AFfc3e/logo.png b/blockchains/ethereum/assets/0xEfbB3F1058fd8E0C9d7204f532E17d7572AFfc3e/logo.png
deleted file mode 100644
index 456e1de892d79..0000000000000
Binary files a/blockchains/ethereum/assets/0xEfbB3F1058fd8E0C9d7204f532E17d7572AFfc3e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF013406A0B1d544238083DF0B93ad0d2cBE0f65f/info.json b/blockchains/ethereum/assets/0xF013406A0B1d544238083DF0B93ad0d2cBE0f65f/info.json
deleted file mode 100644
index 968682c34f40d..0000000000000
--- a/blockchains/ethereum/assets/0xF013406A0B1d544238083DF0B93ad0d2cBE0f65f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "bZx USDC iToken",
- "symbol": "iUSDC",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF013406A0B1d544238083DF0B93ad0d2cBE0f65f",
- "status": "abandoned",
- "id": "0xF013406A0B1d544238083DF0B93ad0d2cBE0f65f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF013406A0B1d544238083DF0B93ad0d2cBE0f65f/logo.png b/blockchains/ethereum/assets/0xF013406A0B1d544238083DF0B93ad0d2cBE0f65f/logo.png
deleted file mode 100644
index 3b70c88cf9aab..0000000000000
Binary files a/blockchains/ethereum/assets/0xF013406A0B1d544238083DF0B93ad0d2cBE0f65f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF02123509A08632339102eE5fdd41B638592E495/info.json b/blockchains/ethereum/assets/0xF02123509A08632339102eE5fdd41B638592E495/info.json
deleted file mode 100644
index 5ef2379985a66..0000000000000
--- a/blockchains/ethereum/assets/0xF02123509A08632339102eE5fdd41B638592E495/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DUCATO",
- "symbol": "VEN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF02123509A08632339102eE5fdd41B638592E495",
- "status": "abandoned",
- "id": "0xF02123509A08632339102eE5fdd41B638592E495"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF02123509A08632339102eE5fdd41B638592E495/logo.png b/blockchains/ethereum/assets/0xF02123509A08632339102eE5fdd41B638592E495/logo.png
deleted file mode 100644
index 376039e7096c4..0000000000000
Binary files a/blockchains/ethereum/assets/0xF02123509A08632339102eE5fdd41B638592E495/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF02DAB52205aFf6Bb3d47Cc7B21624a5064F9FBA/info.json b/blockchains/ethereum/assets/0xF02DAB52205aFf6Bb3d47Cc7B21624a5064F9FBA/info.json
deleted file mode 100644
index fd5fb049bc4e9..0000000000000
--- a/blockchains/ethereum/assets/0xF02DAB52205aFf6Bb3d47Cc7B21624a5064F9FBA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pyrrhos Gold",
- "symbol": "PGOLD",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "https://backed-by-gold.com/",
- "explorer": "https://etherscan.io/token/0xF02DAB52205aFf6Bb3d47Cc7B21624a5064F9FBA",
- "status": "abandoned",
- "id": "0xF02DAB52205aFf6Bb3d47Cc7B21624a5064F9FBA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF02DAB52205aFf6Bb3d47Cc7B21624a5064F9FBA/logo.png b/blockchains/ethereum/assets/0xF02DAB52205aFf6Bb3d47Cc7B21624a5064F9FBA/logo.png
deleted file mode 100644
index 9e4b72f7d66f7..0000000000000
Binary files a/blockchains/ethereum/assets/0xF02DAB52205aFf6Bb3d47Cc7B21624a5064F9FBA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF03045a4C8077e38f3B8e2Ed33b8aEE69edF869F/info.json b/blockchains/ethereum/assets/0xF03045a4C8077e38f3B8e2Ed33b8aEE69edF869F/info.json
deleted file mode 100644
index 9b3dbfce435d3..0000000000000
--- a/blockchains/ethereum/assets/0xF03045a4C8077e38f3B8e2Ed33b8aEE69edF869F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BlockMesh",
- "symbol": "MESH",
- "type": "ERC20",
- "decimals": 18,
- "description": "The BlockMesh platform is a platform supporting mesh based devices focusing on communication and the loT.",
- "website": "https://www.blockmesh.io",
- "explorer": "https://etherscan.io/token/0xF03045a4C8077e38f3B8e2Ed33b8aEE69edF869F",
- "status": "active",
- "id": "0xF03045a4C8077e38f3B8e2Ed33b8aEE69edF869F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF03045a4C8077e38f3B8e2Ed33b8aEE69edF869F/logo.png b/blockchains/ethereum/assets/0xF03045a4C8077e38f3B8e2Ed33b8aEE69edF869F/logo.png
deleted file mode 100755
index 7bdedba8739ab..0000000000000
Binary files a/blockchains/ethereum/assets/0xF03045a4C8077e38f3B8e2Ed33b8aEE69edF869F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF03d78dd9aBF1d83cb92b85F7E8B8Fc4be358541/info.json b/blockchains/ethereum/assets/0xF03d78dd9aBF1d83cb92b85F7E8B8Fc4be358541/info.json
deleted file mode 100644
index 327c33dfba1bd..0000000000000
--- a/blockchains/ethereum/assets/0xF03d78dd9aBF1d83cb92b85F7E8B8Fc4be358541/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Thaler Group Company",
- "symbol": "TGCO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF03d78dd9aBF1d83cb92b85F7E8B8Fc4be358541",
- "status": "abandoned",
- "id": "0xF03d78dd9aBF1d83cb92b85F7E8B8Fc4be358541"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF03d78dd9aBF1d83cb92b85F7E8B8Fc4be358541/logo.png b/blockchains/ethereum/assets/0xF03d78dd9aBF1d83cb92b85F7E8B8Fc4be358541/logo.png
deleted file mode 100644
index 653e1481f5b3b..0000000000000
Binary files a/blockchains/ethereum/assets/0xF03d78dd9aBF1d83cb92b85F7E8B8Fc4be358541/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF03f8D65BaFA598611C3495124093c56e8F638f0/info.json b/blockchains/ethereum/assets/0xF03f8D65BaFA598611C3495124093c56e8F638f0/info.json
deleted file mode 100644
index cfdf8714c2bb2..0000000000000
--- a/blockchains/ethereum/assets/0xF03f8D65BaFA598611C3495124093c56e8F638f0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "View Token",
- "symbol": "VIEW",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://view.ly/",
- "explorer": "https://etherscan.io/token/0xF03f8D65BaFA598611C3495124093c56e8F638f0",
- "status": "abandoned",
- "id": "0xF03f8D65BaFA598611C3495124093c56e8F638f0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF03f8D65BaFA598611C3495124093c56e8F638f0/logo.png b/blockchains/ethereum/assets/0xF03f8D65BaFA598611C3495124093c56e8F638f0/logo.png
deleted file mode 100644
index a5d51a20388bc..0000000000000
Binary files a/blockchains/ethereum/assets/0xF03f8D65BaFA598611C3495124093c56e8F638f0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF05763b9fE67eD371bCC27F8Da3E86f4c7053e34/info.json b/blockchains/ethereum/assets/0xF05763b9fE67eD371bCC27F8Da3E86f4c7053e34/info.json
deleted file mode 100644
index 8e3213daa8b5a..0000000000000
--- a/blockchains/ethereum/assets/0xF05763b9fE67eD371bCC27F8Da3E86f4c7053e34/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Veritoken",
- "symbol": "VT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF05763b9fE67eD371bCC27F8Da3E86f4c7053e34",
- "status": "abandoned",
- "id": "0xF05763b9fE67eD371bCC27F8Da3E86f4c7053e34"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF05763b9fE67eD371bCC27F8Da3E86f4c7053e34/logo.png b/blockchains/ethereum/assets/0xF05763b9fE67eD371bCC27F8Da3E86f4c7053e34/logo.png
deleted file mode 100644
index e5f47ec8e68d4..0000000000000
Binary files a/blockchains/ethereum/assets/0xF05763b9fE67eD371bCC27F8Da3E86f4c7053e34/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF063fE1aB7a291c5d06a86e14730b00BF24cB589/info.json b/blockchains/ethereum/assets/0xF063fE1aB7a291c5d06a86e14730b00BF24cB589/info.json
deleted file mode 100644
index ddb152a86b9e0..0000000000000
--- a/blockchains/ethereum/assets/0xF063fE1aB7a291c5d06a86e14730b00BF24cB589/info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "DxSale Network",
- "website": "https://DxSale.Network",
- "description": "DxSale is a decentralized, cross chain, token management platform as a service. DxSale DAO allows for seamless onboarding of chains to provide tools to facilitate and grow out a chains ecosystem.",
- "explorer": "https://etherscan.io/token/0xF063fE1aB7a291c5d06a86e14730b00BF24cB589",
- "type": "ERC20",
- "symbol": "SALE",
- "decimals": 18,
- "status": "active",
- "id": "0xF063fE1aB7a291c5d06a86e14730b00BF24cB589",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/dxsale"
- },
- {
- "name": "telegram",
- "url": "https://t.me/DxSale"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/DxSaleAnn"
- },
- {
- "name": "medium",
- "url": "https://hash-dxsale.medium.com/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/dxsale-network"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/dxsale-network/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCDrVyjNivEdu7_cIA53B0cg"
- },
- {
- "name": "docs",
- "url": "https://docs.dxsale.network"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF063fE1aB7a291c5d06a86e14730b00BF24cB589/logo.png b/blockchains/ethereum/assets/0xF063fE1aB7a291c5d06a86e14730b00BF24cB589/logo.png
deleted file mode 100644
index e8a5758322deb..0000000000000
Binary files a/blockchains/ethereum/assets/0xF063fE1aB7a291c5d06a86e14730b00BF24cB589/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF093b8cC623ca76D2743F47Ac1dA6eeDA24B040a/info.json b/blockchains/ethereum/assets/0xF093b8cC623ca76D2743F47Ac1dA6eeDA24B040a/info.json
deleted file mode 100644
index f11922dc5cfc5..0000000000000
--- a/blockchains/ethereum/assets/0xF093b8cC623ca76D2743F47Ac1dA6eeDA24B040a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Axor",
- "symbol": "AXO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF093b8cC623ca76D2743F47Ac1dA6eeDA24B040a",
- "status": "abandoned",
- "id": "0xF093b8cC623ca76D2743F47Ac1dA6eeDA24B040a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF093b8cC623ca76D2743F47Ac1dA6eeDA24B040a/logo.png b/blockchains/ethereum/assets/0xF093b8cC623ca76D2743F47Ac1dA6eeDA24B040a/logo.png
deleted file mode 100755
index b37198714f421..0000000000000
Binary files a/blockchains/ethereum/assets/0xF093b8cC623ca76D2743F47Ac1dA6eeDA24B040a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF0ACF8949e705E0ebb6CB42c2164B0B986454223/info.json b/blockchains/ethereum/assets/0xF0ACF8949e705E0ebb6CB42c2164B0B986454223/info.json
deleted file mode 100644
index 1eec50a7b472b..0000000000000
--- a/blockchains/ethereum/assets/0xF0ACF8949e705E0ebb6CB42c2164B0B986454223/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Barter",
- "symbol": "BRTR",
- "type": "ERC20",
- "decimals": 8,
- "description": "Barter is a digital platform for barter, auction, and direct trading based on legal smart contracts for digital and real assets. At Barter Smartplace, you can exchange a car for an apartment, buy a house using gold or jewelry, exchange a land plot for a share in a company or stock, pay with your services for other services or even goods, and fulfill many other options for barter relations.",
- "website": "http://barter.company/",
- "explorer": "https://etherscan.io/token/0xF0ACF8949e705E0ebb6CB42c2164B0B986454223",
- "status": "active",
- "id": "0xF0ACF8949e705E0ebb6CB42c2164B0B986454223"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF0ACF8949e705E0ebb6CB42c2164B0B986454223/logo.png b/blockchains/ethereum/assets/0xF0ACF8949e705E0ebb6CB42c2164B0B986454223/logo.png
deleted file mode 100644
index e3120075099fb..0000000000000
Binary files a/blockchains/ethereum/assets/0xF0ACF8949e705E0ebb6CB42c2164B0B986454223/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF0CFf95B749A4a1FcFeD0cf9021570c9bE9cf592/info.json b/blockchains/ethereum/assets/0xF0CFf95B749A4a1FcFeD0cf9021570c9bE9cf592/info.json
deleted file mode 100644
index cf4977a215455..0000000000000
--- a/blockchains/ethereum/assets/0xF0CFf95B749A4a1FcFeD0cf9021570c9bE9cf592/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MerchentPay",
- "symbol": "MPAY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF0CFf95B749A4a1FcFeD0cf9021570c9bE9cf592",
- "status": "abandoned",
- "id": "0xF0CFf95B749A4a1FcFeD0cf9021570c9bE9cf592"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF0CFf95B749A4a1FcFeD0cf9021570c9bE9cf592/logo.png b/blockchains/ethereum/assets/0xF0CFf95B749A4a1FcFeD0cf9021570c9bE9cf592/logo.png
deleted file mode 100644
index 7dc4e26f893e1..0000000000000
Binary files a/blockchains/ethereum/assets/0xF0CFf95B749A4a1FcFeD0cf9021570c9bE9cf592/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF0FAC7104aAC544e4a7CE1A55ADF2B5a25c65bD1/info.json b/blockchains/ethereum/assets/0xF0FAC7104aAC544e4a7CE1A55ADF2B5a25c65bD1/info.json
deleted file mode 100644
index 5405b32d03d0a..0000000000000
--- a/blockchains/ethereum/assets/0xF0FAC7104aAC544e4a7CE1A55ADF2B5a25c65bD1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pamp Network",
- "symbol": "PAMP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://pamp.network/",
- "explorer": "https://etherscan.io/token/0xF0FAC7104aAC544e4a7CE1A55ADF2B5a25c65bD1",
- "status": "abandoned",
- "id": "0xF0FAC7104aAC544e4a7CE1A55ADF2B5a25c65bD1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF0FAC7104aAC544e4a7CE1A55ADF2B5a25c65bD1/logo.png b/blockchains/ethereum/assets/0xF0FAC7104aAC544e4a7CE1A55ADF2B5a25c65bD1/logo.png
deleted file mode 100644
index a17f4618355c3..0000000000000
Binary files a/blockchains/ethereum/assets/0xF0FAC7104aAC544e4a7CE1A55ADF2B5a25c65bD1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF0c5831EC3Da15f3696B4DAd8B21c7Ce2f007f28/info.json b/blockchains/ethereum/assets/0xF0c5831EC3Da15f3696B4DAd8B21c7Ce2f007f28/info.json
deleted file mode 100644
index 00d386316d5dd..0000000000000
--- a/blockchains/ethereum/assets/0xF0c5831EC3Da15f3696B4DAd8B21c7Ce2f007f28/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AXIS Token",
- "website": "https://axistoken.io",
- "description": "AxisToken will be the world's first Transportation blockchain platform",
- "explorer": "https://etherscan.io/token/0xf0c5831ec3da15f3696b4dad8b21c7ce2f007f28",
- "id": "0xF0c5831EC3Da15f3696B4DAd8B21c7Ce2f007f28",
- "symbol": "AXS",
- "type": "ERC20",
- "decimals": 8,
- "status": "active"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF0c5831EC3Da15f3696B4DAd8B21c7Ce2f007f28/logo.png b/blockchains/ethereum/assets/0xF0c5831EC3Da15f3696B4DAd8B21c7Ce2f007f28/logo.png
deleted file mode 100644
index 601a21db39c09..0000000000000
Binary files a/blockchains/ethereum/assets/0xF0c5831EC3Da15f3696B4DAd8B21c7Ce2f007f28/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF0e6019c0F16d31294937b3334229909349e00f4/info.json b/blockchains/ethereum/assets/0xF0e6019c0F16d31294937b3334229909349e00f4/info.json
deleted file mode 100644
index 2c54a20bee573..0000000000000
--- a/blockchains/ethereum/assets/0xF0e6019c0F16d31294937b3334229909349e00f4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IBStoken",
- "symbol": "IBS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.ibstoken.org",
- "explorer": "https://etherscan.io/token/0xF0e6019c0F16d31294937b3334229909349e00f4",
- "status": "abandoned",
- "id": "0xF0e6019c0F16d31294937b3334229909349e00f4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF0e6019c0F16d31294937b3334229909349e00f4/logo.png b/blockchains/ethereum/assets/0xF0e6019c0F16d31294937b3334229909349e00f4/logo.png
deleted file mode 100644
index 6dbf71f72a820..0000000000000
Binary files a/blockchains/ethereum/assets/0xF0e6019c0F16d31294937b3334229909349e00f4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF0f8B0B8DBB1124261FC8d778E2287e3Fd2Cf4f5/info.json b/blockchains/ethereum/assets/0xF0f8B0B8DBB1124261FC8d778E2287e3Fd2Cf4f5/info.json
deleted file mode 100644
index e8db3e5244251..0000000000000
--- a/blockchains/ethereum/assets/0xF0f8B0B8DBB1124261FC8d778E2287e3Fd2Cf4f5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "bitqy",
- "symbol": "BQ",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF0f8B0B8DBB1124261FC8d778E2287e3Fd2Cf4f5",
- "status": "abandoned",
- "id": "0xF0f8B0B8DBB1124261FC8d778E2287e3Fd2Cf4f5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF0f8B0B8DBB1124261FC8d778E2287e3Fd2Cf4f5/logo.png b/blockchains/ethereum/assets/0xF0f8B0B8DBB1124261FC8d778E2287e3Fd2Cf4f5/logo.png
deleted file mode 100644
index 81974e695cd0f..0000000000000
Binary files a/blockchains/ethereum/assets/0xF0f8B0B8DBB1124261FC8d778E2287e3Fd2Cf4f5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF10d9664828e80EeA2F8bf139C3cC6041aE0cBA0/info.json b/blockchains/ethereum/assets/0xF10d9664828e80EeA2F8bf139C3cC6041aE0cBA0/info.json
deleted file mode 100644
index bd5fce25dfc40..0000000000000
--- a/blockchains/ethereum/assets/0xF10d9664828e80EeA2F8bf139C3cC6041aE0cBA0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COMBO",
- "symbol": "COMBO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://combocoin.online/",
- "explorer": "https://etherscan.io/token/0xF10d9664828e80EeA2F8bf139C3cC6041aE0cBA0",
- "status": "abandoned",
- "id": "0xF10d9664828e80EeA2F8bf139C3cC6041aE0cBA0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF10d9664828e80EeA2F8bf139C3cC6041aE0cBA0/logo.png b/blockchains/ethereum/assets/0xF10d9664828e80EeA2F8bf139C3cC6041aE0cBA0/logo.png
deleted file mode 100644
index ac4d94a8557ab..0000000000000
Binary files a/blockchains/ethereum/assets/0xF10d9664828e80EeA2F8bf139C3cC6041aE0cBA0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF1290473E210b2108A85237fbCd7b6eb42Cc654F/info.json b/blockchains/ethereum/assets/0xF1290473E210b2108A85237fbCd7b6eb42Cc654F/info.json
deleted file mode 100644
index b3a289d1d3342..0000000000000
--- a/blockchains/ethereum/assets/0xF1290473E210b2108A85237fbCd7b6eb42Cc654F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HedgeTrade",
- "website": "https://hedgetrade.com",
- "description": "HedgeTrade aims to become a platform where the world’s best traders share their knowledge.",
- "explorer": "https://etherscan.io/token/0xF1290473E210b2108A85237fbCd7b6eb42Cc654F",
- "type": "ERC20",
- "symbol": "HEDG",
- "decimals": 18,
- "status": "active",
- "id": "0xF1290473E210b2108A85237fbCd7b6eb42Cc654F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF1290473E210b2108A85237fbCd7b6eb42Cc654F/logo.png b/blockchains/ethereum/assets/0xF1290473E210b2108A85237fbCd7b6eb42Cc654F/logo.png
deleted file mode 100644
index bdab92d228c15..0000000000000
Binary files a/blockchains/ethereum/assets/0xF1290473E210b2108A85237fbCd7b6eb42Cc654F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF14d5fB350060F5285d5900F5Ee6d2Ca27DDa6Ac/info.json b/blockchains/ethereum/assets/0xF14d5fB350060F5285d5900F5Ee6d2Ca27DDa6Ac/info.json
deleted file mode 100644
index c0edb9ab23e86..0000000000000
--- a/blockchains/ethereum/assets/0xF14d5fB350060F5285d5900F5Ee6d2Ca27DDa6Ac/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitBonus",
- "symbol": "BB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF14d5fB350060F5285d5900F5Ee6d2Ca27DDa6Ac",
- "status": "abandoned",
- "id": "0xF14d5fB350060F5285d5900F5Ee6d2Ca27DDa6Ac"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF14d5fB350060F5285d5900F5Ee6d2Ca27DDa6Ac/logo.png b/blockchains/ethereum/assets/0xF14d5fB350060F5285d5900F5Ee6d2Ca27DDa6Ac/logo.png
deleted file mode 100755
index 0df51c501fd6d..0000000000000
Binary files a/blockchains/ethereum/assets/0xF14d5fB350060F5285d5900F5Ee6d2Ca27DDa6Ac/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF17A9ad24372fAAA27F0Bb684e13413a3De84C4b/info.json b/blockchains/ethereum/assets/0xF17A9ad24372fAAA27F0Bb684e13413a3De84C4b/info.json
deleted file mode 100644
index 5549a84d28847..0000000000000
--- a/blockchains/ethereum/assets/0xF17A9ad24372fAAA27F0Bb684e13413a3De84C4b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SmokeCoinV_2",
- "symbol": "SMKC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF17A9ad24372fAAA27F0Bb684e13413a3De84C4b",
- "status": "abandoned",
- "id": "0xF17A9ad24372fAAA27F0Bb684e13413a3De84C4b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF17A9ad24372fAAA27F0Bb684e13413a3De84C4b/logo.png b/blockchains/ethereum/assets/0xF17A9ad24372fAAA27F0Bb684e13413a3De84C4b/logo.png
deleted file mode 100644
index 28420a9abca40..0000000000000
Binary files a/blockchains/ethereum/assets/0xF17A9ad24372fAAA27F0Bb684e13413a3De84C4b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF17e65822b568B3903685a7c9F496CF7656Cc6C2/info.json b/blockchains/ethereum/assets/0xF17e65822b568B3903685a7c9F496CF7656Cc6C2/info.json
deleted file mode 100644
index f7bcec8e1d1ab..0000000000000
--- a/blockchains/ethereum/assets/0xF17e65822b568B3903685a7c9F496CF7656Cc6C2/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Biconomy",
- "symbol": "BICO",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xF17e65822b568B3903685a7c9F496CF7656Cc6C2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF17e65822b568B3903685a7c9F496CF7656Cc6C2/logo.png b/blockchains/ethereum/assets/0xF17e65822b568B3903685a7c9F496CF7656Cc6C2/logo.png
deleted file mode 100644
index cfb479662c1e0..0000000000000
Binary files a/blockchains/ethereum/assets/0xF17e65822b568B3903685a7c9F496CF7656Cc6C2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF19D446c35570eFf44cF9871ee389067EbD6e962/info.json b/blockchains/ethereum/assets/0xF19D446c35570eFf44cF9871ee389067EbD6e962/info.json
deleted file mode 100644
index e802638359f56..0000000000000
--- a/blockchains/ethereum/assets/0xF19D446c35570eFf44cF9871ee389067EbD6e962/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TearFiat",
- "symbol": "TFiat",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF19D446c35570eFf44cF9871ee389067EbD6e962",
- "status": "abandoned",
- "id": "0xF19D446c35570eFf44cF9871ee389067EbD6e962"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF19D446c35570eFf44cF9871ee389067EbD6e962/logo.png b/blockchains/ethereum/assets/0xF19D446c35570eFf44cF9871ee389067EbD6e962/logo.png
deleted file mode 100644
index ee888d08268a6..0000000000000
Binary files a/blockchains/ethereum/assets/0xF19D446c35570eFf44cF9871ee389067EbD6e962/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF1E5F03086e1c0Ce55E54cd8146BC9c28435346F/info.json b/blockchains/ethereum/assets/0xF1E5F03086e1c0Ce55E54cd8146BC9c28435346F/info.json
deleted file mode 100644
index 27cca0887c6d3..0000000000000
--- a/blockchains/ethereum/assets/0xF1E5F03086e1c0Ce55E54cd8146BC9c28435346F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETH Min Volatility Set",
- "symbol": "ETHMINVOL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.tokensets.com/set/ethminvol",
- "explorer": "https://etherscan.io/token/0xF1E5F03086e1c0Ce55E54cd8146BC9c28435346F",
- "status": "abandoned",
- "id": "0xF1E5F03086e1c0Ce55E54cd8146BC9c28435346F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF1E5F03086e1c0Ce55E54cd8146BC9c28435346F/logo.png b/blockchains/ethereum/assets/0xF1E5F03086e1c0Ce55E54cd8146BC9c28435346F/logo.png
deleted file mode 100644
index c1d5e5223814b..0000000000000
Binary files a/blockchains/ethereum/assets/0xF1E5F03086e1c0Ce55E54cd8146BC9c28435346F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF1cA9cb74685755965c7458528A36934Df52A3EF/info.json b/blockchains/ethereum/assets/0xF1cA9cb74685755965c7458528A36934Df52A3EF/info.json
deleted file mode 100644
index 96f3f5355169a..0000000000000
--- a/blockchains/ethereum/assets/0xF1cA9cb74685755965c7458528A36934Df52A3EF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AVINOC Token",
- "symbol": "AVINOC",
- "type": "ERC20",
- "decimals": 18,
- "description": "AVINOC is a consistent, integrated and permissionless base data layer for decentralized, transparent and worldwide coordination of business flights within the general aviation, to achieve optimal utilization and reduce costs significantly.",
- "website": "https://www.avinoc.com/",
- "explorer": "https://etherscan.io/token/0xF1cA9cb74685755965c7458528A36934Df52A3EF",
- "status": "active",
- "id": "0xF1cA9cb74685755965c7458528A36934Df52A3EF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF1cA9cb74685755965c7458528A36934Df52A3EF/logo.png b/blockchains/ethereum/assets/0xF1cA9cb74685755965c7458528A36934Df52A3EF/logo.png
deleted file mode 100755
index de43730ff56a7..0000000000000
Binary files a/blockchains/ethereum/assets/0xF1cA9cb74685755965c7458528A36934Df52A3EF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF1dED9284c73F9C3A664503E9a5E15188A991935/info.json b/blockchains/ethereum/assets/0xF1dED9284c73F9C3A664503E9a5E15188A991935/info.json
deleted file mode 100644
index 8314e0a05959b..0000000000000
--- a/blockchains/ethereum/assets/0xF1dED9284c73F9C3A664503E9a5E15188A991935/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZALXTHERIUM",
- "symbol": "ZALX",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF1dED9284c73F9C3A664503E9a5E15188A991935",
- "status": "abandoned",
- "id": "0xF1dED9284c73F9C3A664503E9a5E15188A991935"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF1dED9284c73F9C3A664503E9a5E15188A991935/logo.png b/blockchains/ethereum/assets/0xF1dED9284c73F9C3A664503E9a5E15188A991935/logo.png
deleted file mode 100644
index 9c5514030da09..0000000000000
Binary files a/blockchains/ethereum/assets/0xF1dED9284c73F9C3A664503E9a5E15188A991935/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF21D65979bD89b28f05EF19F3c65dd2A1D02946D/info.json b/blockchains/ethereum/assets/0xF21D65979bD89b28f05EF19F3c65dd2A1D02946D/info.json
deleted file mode 100644
index cbca1c09b419f..0000000000000
--- a/blockchains/ethereum/assets/0xF21D65979bD89b28f05EF19F3c65dd2A1D02946D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BloodyPercent",
- "symbol": "BPC",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF21D65979bD89b28f05EF19F3c65dd2A1D02946D",
- "status": "active",
- "id": "0xF21D65979bD89b28f05EF19F3c65dd2A1D02946D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF21D65979bD89b28f05EF19F3c65dd2A1D02946D/logo.png b/blockchains/ethereum/assets/0xF21D65979bD89b28f05EF19F3c65dd2A1D02946D/logo.png
deleted file mode 100644
index 81521107ff65d..0000000000000
Binary files a/blockchains/ethereum/assets/0xF21D65979bD89b28f05EF19F3c65dd2A1D02946D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF244176246168F24e3187f7288EdbCA29267739b/info.json b/blockchains/ethereum/assets/0xF244176246168F24e3187f7288EdbCA29267739b/info.json
deleted file mode 100644
index 4bc3ee4f82088..0000000000000
--- a/blockchains/ethereum/assets/0xF244176246168F24e3187f7288EdbCA29267739b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Havven",
- "symbol": "HAV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.synthetix.io",
- "explorer": "https://etherscan.io/token/0xF244176246168F24e3187f7288EdbCA29267739b",
- "status": "abandoned",
- "id": "0xF244176246168F24e3187f7288EdbCA29267739b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF244176246168F24e3187f7288EdbCA29267739b/logo.png b/blockchains/ethereum/assets/0xF244176246168F24e3187f7288EdbCA29267739b/logo.png
deleted file mode 100644
index 30d9ffefd1b64..0000000000000
Binary files a/blockchains/ethereum/assets/0xF244176246168F24e3187f7288EdbCA29267739b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF256CC7847E919FAc9B808cC216cAc87CCF2f47a/info.json b/blockchains/ethereum/assets/0xF256CC7847E919FAc9B808cC216cAc87CCF2f47a/info.json
deleted file mode 100644
index b06f60f66768e..0000000000000
--- a/blockchains/ethereum/assets/0xF256CC7847E919FAc9B808cC216cAc87CCF2f47a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave XSUSHI",
- "symbol": "aXSUSHI",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave XSUSHI is an interest bearing token pegged 1:1 to the underlying XSUSHI deposited in Aave. aXSUSHI accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0xF256CC7847E919FAc9B808cC216cAc87CCF2f47a",
- "status": "active",
- "id": "0xF256CC7847E919FAc9B808cC216cAc87CCF2f47a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF256CC7847E919FAc9B808cC216cAc87CCF2f47a/logo.png b/blockchains/ethereum/assets/0xF256CC7847E919FAc9B808cC216cAc87CCF2f47a/logo.png
deleted file mode 100644
index 785ed2a5e9ed8..0000000000000
Binary files a/blockchains/ethereum/assets/0xF256CC7847E919FAc9B808cC216cAc87CCF2f47a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF25AD7AfAC29e7CF7B82530c900196cbD5d09943/info.json b/blockchains/ethereum/assets/0xF25AD7AfAC29e7CF7B82530c900196cbD5d09943/info.json
deleted file mode 100644
index 2dffce933141b..0000000000000
--- a/blockchains/ethereum/assets/0xF25AD7AfAC29e7CF7B82530c900196cbD5d09943/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 236-CN07",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF25AD7AfAC29e7CF7B82530c900196cbD5d09943",
- "status": "abandoned",
- "id": "0xF25AD7AfAC29e7CF7B82530c900196cbD5d09943"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF25AD7AfAC29e7CF7B82530c900196cbD5d09943/logo.png b/blockchains/ethereum/assets/0xF25AD7AfAC29e7CF7B82530c900196cbD5d09943/logo.png
deleted file mode 100644
index 16aa760fbb224..0000000000000
Binary files a/blockchains/ethereum/assets/0xF25AD7AfAC29e7CF7B82530c900196cbD5d09943/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF25c91C87e0B1fd9B4064Af0F427157AaB0193A7/info.json b/blockchains/ethereum/assets/0xF25c91C87e0B1fd9B4064Af0F427157AaB0193A7/info.json
deleted file mode 100644
index d58d67fad0eb5..0000000000000
--- a/blockchains/ethereum/assets/0xF25c91C87e0B1fd9B4064Af0F427157AaB0193A7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BASIC Token",
- "symbol": "BASIC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Basic is a crypto finance platform where businesses and consumers can access finance services for crypto assets like bitcoin and ethereum.",
- "website": "https://basic.finance/",
- "explorer": "https://etherscan.io/token/0xF25c91C87e0B1fd9B4064Af0F427157AaB0193A7",
- "status": "active",
- "id": "0xF25c91C87e0B1fd9B4064Af0F427157AaB0193A7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF25c91C87e0B1fd9B4064Af0F427157AaB0193A7/logo.png b/blockchains/ethereum/assets/0xF25c91C87e0B1fd9B4064Af0F427157AaB0193A7/logo.png
deleted file mode 100644
index a62c4e904bfb1..0000000000000
Binary files a/blockchains/ethereum/assets/0xF25c91C87e0B1fd9B4064Af0F427157AaB0193A7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF260608a577B64000747D533e27bbc2e53F9108D/info.json b/blockchains/ethereum/assets/0xF260608a577B64000747D533e27bbc2e53F9108D/info.json
deleted file mode 100644
index 9d19f2cad4845..0000000000000
--- a/blockchains/ethereum/assets/0xF260608a577B64000747D533e27bbc2e53F9108D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "mewFi.finance",
- "symbol": "mewFi",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF260608a577B64000747D533e27bbc2e53F9108D",
- "status": "abandoned",
- "id": "0xF260608a577B64000747D533e27bbc2e53F9108D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF260608a577B64000747D533e27bbc2e53F9108D/logo.png b/blockchains/ethereum/assets/0xF260608a577B64000747D533e27bbc2e53F9108D/logo.png
deleted file mode 100644
index 30a2a0d10b857..0000000000000
Binary files a/blockchains/ethereum/assets/0xF260608a577B64000747D533e27bbc2e53F9108D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF26893f89B23084C4C6216038D6eBDBE9e96C5cb/info.json b/blockchains/ethereum/assets/0xF26893f89B23084C4C6216038D6eBDBE9e96C5cb/info.json
deleted file mode 100644
index e9d596a5a0124..0000000000000
--- a/blockchains/ethereum/assets/0xF26893f89B23084C4C6216038D6eBDBE9e96C5cb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MLR Token - Mega Lottery Services Global",
- "symbol": "MLR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://megaltr.com/",
- "explorer": "https://etherscan.io/token/0xF26893f89B23084C4C6216038D6eBDBE9e96C5cb",
- "status": "abandoned",
- "id": "0xF26893f89B23084C4C6216038D6eBDBE9e96C5cb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF26893f89B23084C4C6216038D6eBDBE9e96C5cb/logo.png b/blockchains/ethereum/assets/0xF26893f89B23084C4C6216038D6eBDBE9e96C5cb/logo.png
deleted file mode 100644
index 1cd5c5e29631c..0000000000000
Binary files a/blockchains/ethereum/assets/0xF26893f89B23084C4C6216038D6eBDBE9e96C5cb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF29226914595052a04F5AFbe6410D0C3eD707548/info.json b/blockchains/ethereum/assets/0xF29226914595052a04F5AFbe6410D0C3eD707548/info.json
deleted file mode 100644
index 03797da91c9b3..0000000000000
--- a/blockchains/ethereum/assets/0xF29226914595052a04F5AFbe6410D0C3eD707548/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NEXT",
- "symbol": "NET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.coinbit.co.kr/exchangeCoin/netInfo",
- "explorer": "https://etherscan.io/token/0xF29226914595052a04F5AFbe6410D0C3eD707548",
- "status": "abandoned",
- "id": "0xF29226914595052a04F5AFbe6410D0C3eD707548"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF29226914595052a04F5AFbe6410D0C3eD707548/logo.png b/blockchains/ethereum/assets/0xF29226914595052a04F5AFbe6410D0C3eD707548/logo.png
deleted file mode 100644
index 790edcca24d03..0000000000000
Binary files a/blockchains/ethereum/assets/0xF29226914595052a04F5AFbe6410D0C3eD707548/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF29992D7b589A0A6bD2de7Be29a97A6EB73EaF85/info.json b/blockchains/ethereum/assets/0xF29992D7b589A0A6bD2de7Be29a97A6EB73EaF85/info.json
deleted file mode 100644
index fc119da0c7e14..0000000000000
--- a/blockchains/ethereum/assets/0xF29992D7b589A0A6bD2de7Be29a97A6EB73EaF85/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DMScript",
- "symbol": "DMST",
- "type": "ERC20",
- "decimals": 18,
- "description": "DMScript claims to be a blockchain-gaming company dedicated to backing and releasing video game-related projects, utilizing the blockchain technology that has also proven to be unshakable in times of crisis.",
- "website": "https://dmscript.com/",
- "explorer": "https://etherscan.io/token/0xF29992D7b589A0A6bD2de7Be29a97A6EB73EaF85",
- "status": "active",
- "id": "0xF29992D7b589A0A6bD2de7Be29a97A6EB73EaF85"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF29992D7b589A0A6bD2de7Be29a97A6EB73EaF85/logo.png b/blockchains/ethereum/assets/0xF29992D7b589A0A6bD2de7Be29a97A6EB73EaF85/logo.png
deleted file mode 100644
index a6e5fa5669278..0000000000000
Binary files a/blockchains/ethereum/assets/0xF29992D7b589A0A6bD2de7Be29a97A6EB73EaF85/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF2AD1Ee9671F63dF7c8f8Daa822DA1E6fC08b80d/info.json b/blockchains/ethereum/assets/0xF2AD1Ee9671F63dF7c8f8Daa822DA1E6fC08b80d/info.json
deleted file mode 100644
index 8704dac478013..0000000000000
--- a/blockchains/ethereum/assets/0xF2AD1Ee9671F63dF7c8f8Daa822DA1E6fC08b80d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Long ETH-DAI 4x v2",
- "symbol": "dLETH4x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF2AD1Ee9671F63dF7c8f8Daa822DA1E6fC08b80d",
- "status": "abandoned",
- "id": "0xF2AD1Ee9671F63dF7c8f8Daa822DA1E6fC08b80d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF2AD1Ee9671F63dF7c8f8Daa822DA1E6fC08b80d/logo.png b/blockchains/ethereum/assets/0xF2AD1Ee9671F63dF7c8f8Daa822DA1E6fC08b80d/logo.png
deleted file mode 100644
index c89061643b66d..0000000000000
Binary files a/blockchains/ethereum/assets/0xF2AD1Ee9671F63dF7c8f8Daa822DA1E6fC08b80d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF2C2e42BA757f21Cb51eE2bb3B10389df9A44b36/info.json b/blockchains/ethereum/assets/0xF2C2e42BA757f21Cb51eE2bb3B10389df9A44b36/info.json
deleted file mode 100644
index 9e07258fa405b..0000000000000
--- a/blockchains/ethereum/assets/0xF2C2e42BA757f21Cb51eE2bb3B10389df9A44b36/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SafT",
- "symbol": "SAFY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF2C2e42BA757f21Cb51eE2bb3B10389df9A44b36",
- "status": "abandoned",
- "id": "0xF2C2e42BA757f21Cb51eE2bb3B10389df9A44b36"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF2C2e42BA757f21Cb51eE2bb3B10389df9A44b36/logo.png b/blockchains/ethereum/assets/0xF2C2e42BA757f21Cb51eE2bb3B10389df9A44b36/logo.png
deleted file mode 100644
index 1535628fc022f..0000000000000
Binary files a/blockchains/ethereum/assets/0xF2C2e42BA757f21Cb51eE2bb3B10389df9A44b36/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF2f1C19F304E84Bc3D2e1903979a72D42164d7E6/info.json b/blockchains/ethereum/assets/0xF2f1C19F304E84Bc3D2e1903979a72D42164d7E6/info.json
deleted file mode 100644
index 1fa88fb32c100..0000000000000
--- a/blockchains/ethereum/assets/0xF2f1C19F304E84Bc3D2e1903979a72D42164d7E6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Grid Trade",
- "symbol": "GTRX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF2f1C19F304E84Bc3D2e1903979a72D42164d7E6",
- "status": "active",
- "id": "0xF2f1C19F304E84Bc3D2e1903979a72D42164d7E6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF2f1C19F304E84Bc3D2e1903979a72D42164d7E6/logo.png b/blockchains/ethereum/assets/0xF2f1C19F304E84Bc3D2e1903979a72D42164d7E6/logo.png
deleted file mode 100644
index 483e276ad04ac..0000000000000
Binary files a/blockchains/ethereum/assets/0xF2f1C19F304E84Bc3D2e1903979a72D42164d7E6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF2f9A7e93f845b3ce154EfbeB64fB9346FCCE509/info.json b/blockchains/ethereum/assets/0xF2f9A7e93f845b3ce154EfbeB64fB9346FCCE509/info.json
deleted file mode 100644
index 3a5b5e3b8f660..0000000000000
--- a/blockchains/ethereum/assets/0xF2f9A7e93f845b3ce154EfbeB64fB9346FCCE509/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UniPower",
- "symbol": "POWER",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://unipower.network",
- "explorer": "https://etherscan.io/token/0xF2f9A7e93f845b3ce154EfbeB64fB9346FCCE509",
- "status": "abandoned",
- "id": "0xF2f9A7e93f845b3ce154EfbeB64fB9346FCCE509"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF2f9A7e93f845b3ce154EfbeB64fB9346FCCE509/logo.png b/blockchains/ethereum/assets/0xF2f9A7e93f845b3ce154EfbeB64fB9346FCCE509/logo.png
deleted file mode 100644
index 6625c2fe8333e..0000000000000
Binary files a/blockchains/ethereum/assets/0xF2f9A7e93f845b3ce154EfbeB64fB9346FCCE509/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF3281c539716a08c754EC4C8F2B4cEe0faB64BB9/info.json b/blockchains/ethereum/assets/0xF3281c539716a08c754EC4C8F2B4cEe0faB64BB9/info.json
deleted file mode 100644
index 9b5ce4dead739..0000000000000
--- a/blockchains/ethereum/assets/0xF3281c539716a08c754EC4C8F2B4cEe0faB64BB9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Markaccy",
- "symbol": "MKCY",
- "type": "ERC20",
- "decimals": 18,
- "description": "Markaccy is a decentralized project aiming to unite a strong business community in pursuit of mutual interests through effective, easy, and professional P2P mechanisms with no intermediaries.",
- "website": "https://www.markaccy.io/",
- "explorer": "https://etherscan.io/token/0xF3281c539716a08c754EC4C8F2B4cEe0faB64BB9",
- "status": "active",
- "id": "0xF3281c539716a08c754EC4C8F2B4cEe0faB64BB9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF3281c539716a08c754EC4C8F2B4cEe0faB64BB9/logo.png b/blockchains/ethereum/assets/0xF3281c539716a08c754EC4C8F2B4cEe0faB64BB9/logo.png
deleted file mode 100644
index c2b3c63a97d2a..0000000000000
Binary files a/blockchains/ethereum/assets/0xF3281c539716a08c754EC4C8F2B4cEe0faB64BB9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF32E935A9Ad2b7d645428b233A306e81f7aaFa43/info.json b/blockchains/ethereum/assets/0xF32E935A9Ad2b7d645428b233A306e81f7aaFa43/info.json
deleted file mode 100644
index 30f448ef29e3e..0000000000000
--- a/blockchains/ethereum/assets/0xF32E935A9Ad2b7d645428b233A306e81f7aaFa43/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CyphrCoin XX",
- "symbol": "CYFX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF32E935A9Ad2b7d645428b233A306e81f7aaFa43",
- "status": "abandoned",
- "id": "0xF32E935A9Ad2b7d645428b233A306e81f7aaFa43"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF32E935A9Ad2b7d645428b233A306e81f7aaFa43/logo.png b/blockchains/ethereum/assets/0xF32E935A9Ad2b7d645428b233A306e81f7aaFa43/logo.png
deleted file mode 100644
index ee625a18f5e84..0000000000000
Binary files a/blockchains/ethereum/assets/0xF32E935A9Ad2b7d645428b233A306e81f7aaFa43/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF33893DE6eB6aE9A67442E066aE9aBd228f5290c/info.json b/blockchains/ethereum/assets/0xF33893DE6eB6aE9A67442E066aE9aBd228f5290c/info.json
deleted file mode 100644
index b6bb98e07c2d1..0000000000000
--- a/blockchains/ethereum/assets/0xF33893DE6eB6aE9A67442E066aE9aBd228f5290c/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "GroveCoin",
- "type": "ERC20",
- "symbol": "GRV",
- "decimals": 8,
- "website": "https://www.grovetoken.com/",
- "description": "Grove Token is a decentralized and secure green Token built for the future of our planet. Our mission is to Create wealth, for all Grovers, by harnessing the opportunities of a secure, decentralized digital currency in an environmentally conscious way. By compensating nature for years of abuse, Grove will create a healthier, wealthier future for all.",
- "explorer": "https://etherscan.io/token/0xF33893DE6eB6aE9A67442E066aE9aBd228f5290c",
- "status": "active",
- "id": "0xF33893DE6eB6aE9A67442E066aE9aBd228f5290c",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/GroveToken"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/GroveTokenOfficial"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xF33893DE6eB6aE9A67442E066aE9aBd228f5290c/logo.png b/blockchains/ethereum/assets/0xF33893DE6eB6aE9A67442E066aE9aBd228f5290c/logo.png
deleted file mode 100644
index 4c8c7bcdcf762..0000000000000
Binary files a/blockchains/ethereum/assets/0xF33893DE6eB6aE9A67442E066aE9aBd228f5290c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF3562f15fd1c152612F3CEeB6B08c528F06C703A/info.json b/blockchains/ethereum/assets/0xF3562f15fd1c152612F3CEeB6B08c528F06C703A/info.json
deleted file mode 100644
index 205c7135ba654..0000000000000
--- a/blockchains/ethereum/assets/0xF3562f15fd1c152612F3CEeB6B08c528F06C703A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R880547",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF3562f15fd1c152612F3CEeB6B08c528F06C703A",
- "status": "abandoned",
- "id": "0xF3562f15fd1c152612F3CEeB6B08c528F06C703A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF3562f15fd1c152612F3CEeB6B08c528F06C703A/logo.png b/blockchains/ethereum/assets/0xF3562f15fd1c152612F3CEeB6B08c528F06C703A/logo.png
deleted file mode 100644
index 6fe37c50b2dfd..0000000000000
Binary files a/blockchains/ethereum/assets/0xF3562f15fd1c152612F3CEeB6B08c528F06C703A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF36Ccb6465Fa93bf90771b5459B0b210A2D82392/info.json b/blockchains/ethereum/assets/0xF36Ccb6465Fa93bf90771b5459B0b210A2D82392/info.json
deleted file mode 100644
index a03b8a30bad04..0000000000000
--- a/blockchains/ethereum/assets/0xF36Ccb6465Fa93bf90771b5459B0b210A2D82392/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CyteCoin",
- "symbol": "CTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF36Ccb6465Fa93bf90771b5459B0b210A2D82392",
- "status": "abandoned",
- "id": "0xF36Ccb6465Fa93bf90771b5459B0b210A2D82392"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF36Ccb6465Fa93bf90771b5459B0b210A2D82392/logo.png b/blockchains/ethereum/assets/0xF36Ccb6465Fa93bf90771b5459B0b210A2D82392/logo.png
deleted file mode 100644
index 24a6889991596..0000000000000
Binary files a/blockchains/ethereum/assets/0xF36Ccb6465Fa93bf90771b5459B0b210A2D82392/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF3981E5ff82CAAA5d4cb4fbA540b06c20c3d3dbE/info.json b/blockchains/ethereum/assets/0xF3981E5ff82CAAA5d4cb4fbA540b06c20c3d3dbE/info.json
deleted file mode 100644
index a544edc741266..0000000000000
--- a/blockchains/ethereum/assets/0xF3981E5ff82CAAA5d4cb4fbA540b06c20c3d3dbE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Meritum",
- "symbol": "MER",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF3981E5ff82CAAA5d4cb4fbA540b06c20c3d3dbE",
- "status": "abandoned",
- "id": "0xF3981E5ff82CAAA5d4cb4fbA540b06c20c3d3dbE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF3981E5ff82CAAA5d4cb4fbA540b06c20c3d3dbE/logo.png b/blockchains/ethereum/assets/0xF3981E5ff82CAAA5d4cb4fbA540b06c20c3d3dbE/logo.png
deleted file mode 100644
index a6a626c351156..0000000000000
Binary files a/blockchains/ethereum/assets/0xF3981E5ff82CAAA5d4cb4fbA540b06c20c3d3dbE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF39f19565B8D937EC30f1db5BD42F558D1E312A6/info.json b/blockchains/ethereum/assets/0xF39f19565B8D937EC30f1db5BD42F558D1E312A6/info.json
deleted file mode 100644
index be8cb63c4dbe9..0000000000000
--- a/blockchains/ethereum/assets/0xF39f19565B8D937EC30f1db5BD42F558D1E312A6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kappi Token",
- "symbol": "KAPP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF39f19565B8D937EC30f1db5BD42F558D1E312A6",
- "status": "abandoned",
- "id": "0xF39f19565B8D937EC30f1db5BD42F558D1E312A6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF39f19565B8D937EC30f1db5BD42F558D1E312A6/logo.png b/blockchains/ethereum/assets/0xF39f19565B8D937EC30f1db5BD42F558D1E312A6/logo.png
deleted file mode 100644
index 1b3422ebb7e1c..0000000000000
Binary files a/blockchains/ethereum/assets/0xF39f19565B8D937EC30f1db5BD42F558D1E312A6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF3A3023e6Dede84AD88a656A3269F2A36e83c9a9/info.json b/blockchains/ethereum/assets/0xF3A3023e6Dede84AD88a656A3269F2A36e83c9a9/info.json
deleted file mode 100644
index bd427d97de14e..0000000000000
--- a/blockchains/ethereum/assets/0xF3A3023e6Dede84AD88a656A3269F2A36e83c9a9/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "SHARBI",
- "type": "ERC20",
- "symbol": "SHARBI",
- "decimals": 9,
- "website": "https://sharbi.net/",
- "description": "Sharbi is a community-owned, Arbitrum and Ethereum token. Sharbi is known for being the mistress of Shiba.",
- "explorer": "https://etherscan.io/token/0xf3a3023e6dede84ad88a656a3269f2a36e83c9a9",
- "status": "active",
- "id": "0xF3A3023e6Dede84AD88a656A3269F2A36e83c9a9",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/SharbiPortal"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/SharbiToken"
- }
- ],
- "tags": [
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF3A3023e6Dede84AD88a656A3269F2A36e83c9a9/logo.png b/blockchains/ethereum/assets/0xF3A3023e6Dede84AD88a656A3269F2A36e83c9a9/logo.png
deleted file mode 100644
index 855db6d966292..0000000000000
Binary files a/blockchains/ethereum/assets/0xF3A3023e6Dede84AD88a656A3269F2A36e83c9a9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF3C9D88bF55f368a36eCBF47afBac07490235b56/info.json b/blockchains/ethereum/assets/0xF3C9D88bF55f368a36eCBF47afBac07490235b56/info.json
deleted file mode 100644
index e8bc5cfa570e5..0000000000000
--- a/blockchains/ethereum/assets/0xF3C9D88bF55f368a36eCBF47afBac07490235b56/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "My Own Travel Token",
- "symbol": "MOTT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF3C9D88bF55f368a36eCBF47afBac07490235b56",
- "status": "abandoned",
- "id": "0xF3C9D88bF55f368a36eCBF47afBac07490235b56"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF3C9D88bF55f368a36eCBF47afBac07490235b56/logo.png b/blockchains/ethereum/assets/0xF3C9D88bF55f368a36eCBF47afBac07490235b56/logo.png
deleted file mode 100644
index da28ec54d8db4..0000000000000
Binary files a/blockchains/ethereum/assets/0xF3C9D88bF55f368a36eCBF47afBac07490235b56/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF3E92c5Ec45d4523618D8d1A3Ca1949F3eF7b412/info.json b/blockchains/ethereum/assets/0xF3E92c5Ec45d4523618D8d1A3Ca1949F3eF7b412/info.json
deleted file mode 100644
index 0c4d1bc6069de..0000000000000
--- a/blockchains/ethereum/assets/0xF3E92c5Ec45d4523618D8d1A3Ca1949F3eF7b412/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C548596",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF3E92c5Ec45d4523618D8d1A3Ca1949F3eF7b412",
- "status": "abandoned",
- "id": "0xF3E92c5Ec45d4523618D8d1A3Ca1949F3eF7b412"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF3E92c5Ec45d4523618D8d1A3Ca1949F3eF7b412/logo.png b/blockchains/ethereum/assets/0xF3E92c5Ec45d4523618D8d1A3Ca1949F3eF7b412/logo.png
deleted file mode 100644
index d1e7fe2d1fde8..0000000000000
Binary files a/blockchains/ethereum/assets/0xF3E92c5Ec45d4523618D8d1A3Ca1949F3eF7b412/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF3b3Cad094B89392fcE5faFD40bC03b80F2Bc624/info.json b/blockchains/ethereum/assets/0xF3b3Cad094B89392fcE5faFD40bC03b80F2Bc624/info.json
deleted file mode 100644
index 0c25d3f041c60..0000000000000
--- a/blockchains/ethereum/assets/0xF3b3Cad094B89392fcE5faFD40bC03b80F2Bc624/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PATRON",
- "symbol": "PAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://patron-influencers.com",
- "explorer": "https://etherscan.io/token/0xF3b3Cad094B89392fcE5faFD40bC03b80F2Bc624",
- "status": "active",
- "id": "0xF3b3Cad094B89392fcE5faFD40bC03b80F2Bc624"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF3b3Cad094B89392fcE5faFD40bC03b80F2Bc624/logo.png b/blockchains/ethereum/assets/0xF3b3Cad094B89392fcE5faFD40bC03b80F2Bc624/logo.png
deleted file mode 100755
index 449302e02bbd4..0000000000000
Binary files a/blockchains/ethereum/assets/0xF3b3Cad094B89392fcE5faFD40bC03b80F2Bc624/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF3cFBCA4e083B1418F89545754C7dA90d2418B10/info.json b/blockchains/ethereum/assets/0xF3cFBCA4e083B1418F89545754C7dA90d2418B10/info.json
deleted file mode 100644
index 350d5a4bc4f24..0000000000000
--- a/blockchains/ethereum/assets/0xF3cFBCA4e083B1418F89545754C7dA90d2418B10/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "G-Mbel",
- "symbol": "GMBEL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.g-mbel.info/",
- "explorer": "https://etherscan.io/token/0xF3cFBCA4e083B1418F89545754C7dA90d2418B10",
- "status": "abandoned",
- "id": "0xF3cFBCA4e083B1418F89545754C7dA90d2418B10"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF3cFBCA4e083B1418F89545754C7dA90d2418B10/logo.png b/blockchains/ethereum/assets/0xF3cFBCA4e083B1418F89545754C7dA90d2418B10/logo.png
deleted file mode 100755
index fd17a56508f85..0000000000000
Binary files a/blockchains/ethereum/assets/0xF3cFBCA4e083B1418F89545754C7dA90d2418B10/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF3d29Fb98D2DC5E78c87198DEEF99377345fD6F1/info.json b/blockchains/ethereum/assets/0xF3d29Fb98D2DC5E78c87198DEEF99377345fD6F1/info.json
deleted file mode 100644
index 70391f2fa6400..0000000000000
--- a/blockchains/ethereum/assets/0xF3d29Fb98D2DC5E78c87198DEEF99377345fD6F1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BITPARK",
- "symbol": "BIP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://bitpark.net/",
- "explorer": "https://etherscan.io/token/0xF3d29Fb98D2DC5E78c87198DEEF99377345fD6F1",
- "status": "abandoned",
- "id": "0xF3d29Fb98D2DC5E78c87198DEEF99377345fD6F1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF3d29Fb98D2DC5E78c87198DEEF99377345fD6F1/logo.png b/blockchains/ethereum/assets/0xF3d29Fb98D2DC5E78c87198DEEF99377345fD6F1/logo.png
deleted file mode 100644
index 43fada2e8ede3..0000000000000
Binary files a/blockchains/ethereum/assets/0xF3d29Fb98D2DC5E78c87198DEEF99377345fD6F1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF3e70642c28f3F707408c56624c2F30eA9F9FcE3/info.json b/blockchains/ethereum/assets/0xF3e70642c28f3F707408c56624c2F30eA9F9FcE3/info.json
deleted file mode 100644
index 66b2ec492df95..0000000000000
--- a/blockchains/ethereum/assets/0xF3e70642c28f3F707408c56624c2F30eA9F9FcE3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ALBOS Token",
- "symbol": "ALB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.albos.io/ico/",
- "explorer": "https://etherscan.io/token/0xF3e70642c28f3F707408c56624c2F30eA9F9FcE3",
- "status": "abandoned",
- "id": "0xF3e70642c28f3F707408c56624c2F30eA9F9FcE3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF3e70642c28f3F707408c56624c2F30eA9F9FcE3/logo.png b/blockchains/ethereum/assets/0xF3e70642c28f3F707408c56624c2F30eA9F9FcE3/logo.png
deleted file mode 100644
index b148c3a3241e3..0000000000000
Binary files a/blockchains/ethereum/assets/0xF3e70642c28f3F707408c56624c2F30eA9F9FcE3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF411903cbC70a74d22900a5DE66A2dda66507255/info.json b/blockchains/ethereum/assets/0xF411903cbC70a74d22900a5DE66A2dda66507255/info.json
deleted file mode 100644
index b67fbec76814d..0000000000000
--- a/blockchains/ethereum/assets/0xF411903cbC70a74d22900a5DE66A2dda66507255/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Verasity",
- "symbol": "VRA",
- "type": "ERC20",
- "decimals": 18,
- "description": "Verasity",
- "website": "https://verasity.io",
- "explorer": "https://etherscan.io/token/0xF411903cbC70a74d22900a5DE66A2dda66507255",
- "status": "active",
- "id": "0xF411903cbC70a74d22900a5DE66A2dda66507255"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF411903cbC70a74d22900a5DE66A2dda66507255/logo.png b/blockchains/ethereum/assets/0xF411903cbC70a74d22900a5DE66A2dda66507255/logo.png
deleted file mode 100644
index 779466222c298..0000000000000
Binary files a/blockchains/ethereum/assets/0xF411903cbC70a74d22900a5DE66A2dda66507255/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF4134146AF2d511Dd5EA8cDB1C4AC88C57D60404/info.json b/blockchains/ethereum/assets/0xF4134146AF2d511Dd5EA8cDB1C4AC88C57D60404/info.json
deleted file mode 100644
index bb931d30e97dc..0000000000000
--- a/blockchains/ethereum/assets/0xF4134146AF2d511Dd5EA8cDB1C4AC88C57D60404/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SunContract",
- "symbol": "SNC",
- "type": "ERC20",
- "decimals": 18,
- "description": "SunContract is an energy trading platform that utilizes blockchain technology to create a new business model for buying and selling electricity.",
- "website": "https://suncontract.org/",
- "explorer": "https://etherscan.io/token/0xF4134146AF2d511Dd5EA8cDB1C4AC88C57D60404",
- "status": "active",
- "id": "0xF4134146AF2d511Dd5EA8cDB1C4AC88C57D60404"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF4134146AF2d511Dd5EA8cDB1C4AC88C57D60404/logo.png b/blockchains/ethereum/assets/0xF4134146AF2d511Dd5EA8cDB1C4AC88C57D60404/logo.png
deleted file mode 100644
index 7a9ca83a33afb..0000000000000
Binary files a/blockchains/ethereum/assets/0xF4134146AF2d511Dd5EA8cDB1C4AC88C57D60404/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF41804cf0720eca53c7297Eb3BF2B61465a9DBbe/info.json b/blockchains/ethereum/assets/0xF41804cf0720eca53c7297Eb3BF2B61465a9DBbe/info.json
deleted file mode 100644
index c498d89950492..0000000000000
--- a/blockchains/ethereum/assets/0xF41804cf0720eca53c7297Eb3BF2B61465a9DBbe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BRO",
- "description": "BROCoin is a friend token.",
- "website": "-",
- "explorer": "https://etherscan.io/token/0xF41804cf0720eca53c7297Eb3BF2B61465a9DBbe",
- "type": "ERC20",
- "symbol": "BRO",
- "decimals": 2,
- "status": "abandoned",
- "id": "0xF41804cf0720eca53c7297Eb3BF2B61465a9DBbe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF41804cf0720eca53c7297Eb3BF2B61465a9DBbe/logo.png b/blockchains/ethereum/assets/0xF41804cf0720eca53c7297Eb3BF2B61465a9DBbe/logo.png
deleted file mode 100644
index 7157f7b57d612..0000000000000
Binary files a/blockchains/ethereum/assets/0xF41804cf0720eca53c7297Eb3BF2B61465a9DBbe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF41e5Fbc2F6Aac200Dd8619E121CE1f05D150077/info.json b/blockchains/ethereum/assets/0xF41e5Fbc2F6Aac200Dd8619E121CE1f05D150077/info.json
deleted file mode 100644
index b7b7a84fe3edf..0000000000000
--- a/blockchains/ethereum/assets/0xF41e5Fbc2F6Aac200Dd8619E121CE1f05D150077/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryCash Token",
- "symbol": "CRC",
- "type": "ERC20",
- "decimals": 18,
- "description": "CRYCASH is the first cryptocurrency that satisfies all needs of gamers and game developers with its Ecosystem of custom-tailored services. CRYCASH has already confirmed integration into the renowned bestsellers from Crytek, with more partners to come. Connect with tomorrow’s technology today!",
- "website": "https://crycash.io/",
- "explorer": "https://etherscan.io/token/0xF41e5Fbc2F6Aac200Dd8619E121CE1f05D150077",
- "status": "active",
- "id": "0xF41e5Fbc2F6Aac200Dd8619E121CE1f05D150077"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF41e5Fbc2F6Aac200Dd8619E121CE1f05D150077/logo.png b/blockchains/ethereum/assets/0xF41e5Fbc2F6Aac200Dd8619E121CE1f05D150077/logo.png
deleted file mode 100755
index 44c8c39fc7eea..0000000000000
Binary files a/blockchains/ethereum/assets/0xF41e5Fbc2F6Aac200Dd8619E121CE1f05D150077/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF433089366899D83a9f26A773D59ec7eCF30355e/info.json b/blockchains/ethereum/assets/0xF433089366899D83a9f26A773D59ec7eCF30355e/info.json
deleted file mode 100644
index adfeb362afce7..0000000000000
--- a/blockchains/ethereum/assets/0xF433089366899D83a9f26A773D59ec7eCF30355e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Metal",
- "website": "https://metalpay.com",
- "description": "Metal Pay makes it simple to keep track of where your money goes.",
- "explorer": "https://etherscan.io/token/0xF433089366899D83a9f26A773D59ec7eCF30355e",
- "type": "ERC20",
- "symbol": "MTL",
- "decimals": 8,
- "status": "active",
- "id": "0xF433089366899D83a9f26A773D59ec7eCF30355e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF433089366899D83a9f26A773D59ec7eCF30355e/logo.png b/blockchains/ethereum/assets/0xF433089366899D83a9f26A773D59ec7eCF30355e/logo.png
deleted file mode 100644
index b17c2a31f9358..0000000000000
Binary files a/blockchains/ethereum/assets/0xF433089366899D83a9f26A773D59ec7eCF30355e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF438e3a0C1bb9Dc0ef6dA672C97a282236D3F233/info.json b/blockchains/ethereum/assets/0xF438e3a0C1bb9Dc0ef6dA672C97a282236D3F233/info.json
deleted file mode 100644
index fdbf400e0ab44..0000000000000
--- a/blockchains/ethereum/assets/0xF438e3a0C1bb9Dc0ef6dA672C97a282236D3F233/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hyper Token",
- "symbol": "HYPE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF438e3a0C1bb9Dc0ef6dA672C97a282236D3F233",
- "status": "abandoned",
- "id": "0xF438e3a0C1bb9Dc0ef6dA672C97a282236D3F233"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF438e3a0C1bb9Dc0ef6dA672C97a282236D3F233/logo.png b/blockchains/ethereum/assets/0xF438e3a0C1bb9Dc0ef6dA672C97a282236D3F233/logo.png
deleted file mode 100644
index 0b0e94beb2467..0000000000000
Binary files a/blockchains/ethereum/assets/0xF438e3a0C1bb9Dc0ef6dA672C97a282236D3F233/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF45091f25d374BbE956c0bb64bB85e02D07Aa741/info.json b/blockchains/ethereum/assets/0xF45091f25d374BbE956c0bb64bB85e02D07Aa741/info.json
deleted file mode 100644
index d7361e695c822..0000000000000
--- a/blockchains/ethereum/assets/0xF45091f25d374BbE956c0bb64bB85e02D07Aa741/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MNMCoin",
- "symbol": "MNMC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://www.mnmcoin.info",
- "explorer": "https://etherscan.io/token/0xF45091f25d374BbE956c0bb64bB85e02D07Aa741",
- "status": "abandoned",
- "id": "0xF45091f25d374BbE956c0bb64bB85e02D07Aa741"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF45091f25d374BbE956c0bb64bB85e02D07Aa741/logo.png b/blockchains/ethereum/assets/0xF45091f25d374BbE956c0bb64bB85e02D07Aa741/logo.png
deleted file mode 100644
index 1b57696e2635d..0000000000000
Binary files a/blockchains/ethereum/assets/0xF45091f25d374BbE956c0bb64bB85e02D07Aa741/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF453Ac18fa17b9eC9a76fbF219Ba9fe4612eDd0a/info.json b/blockchains/ethereum/assets/0xF453Ac18fa17b9eC9a76fbF219Ba9fe4612eDd0a/info.json
deleted file mode 100644
index 20e8b4835db86..0000000000000
--- a/blockchains/ethereum/assets/0xF453Ac18fa17b9eC9a76fbF219Ba9fe4612eDd0a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "dMMM",
- "symbol": "dMMM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF453Ac18fa17b9eC9a76fbF219Ba9fe4612eDd0a",
- "status": "abandoned",
- "id": "0xF453Ac18fa17b9eC9a76fbF219Ba9fe4612eDd0a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF453Ac18fa17b9eC9a76fbF219Ba9fe4612eDd0a/logo.png b/blockchains/ethereum/assets/0xF453Ac18fa17b9eC9a76fbF219Ba9fe4612eDd0a/logo.png
deleted file mode 100644
index 0d8f9ad44f5bf..0000000000000
Binary files a/blockchains/ethereum/assets/0xF453Ac18fa17b9eC9a76fbF219Ba9fe4612eDd0a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF454071E3a891eD491B8ebADc4c76DE4d604dee8/info.json b/blockchains/ethereum/assets/0xF454071E3a891eD491B8ebADc4c76DE4d604dee8/info.json
deleted file mode 100644
index ece73cbdfe733..0000000000000
--- a/blockchains/ethereum/assets/0xF454071E3a891eD491B8ebADc4c76DE4d604dee8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Multicoin - All in One Cryptocurrency",
- "symbol": "MLC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF454071E3a891eD491B8ebADc4c76DE4d604dee8",
- "status": "abandoned",
- "id": "0xF454071E3a891eD491B8ebADc4c76DE4d604dee8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF454071E3a891eD491B8ebADc4c76DE4d604dee8/logo.png b/blockchains/ethereum/assets/0xF454071E3a891eD491B8ebADc4c76DE4d604dee8/logo.png
deleted file mode 100644
index a55e27f83f989..0000000000000
Binary files a/blockchains/ethereum/assets/0xF454071E3a891eD491B8ebADc4c76DE4d604dee8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF45626B2db4418B1fE62d3F52F07109888C33d0c/info.json b/blockchains/ethereum/assets/0xF45626B2db4418B1fE62d3F52F07109888C33d0c/info.json
deleted file mode 100644
index d2a3e87178dfd..0000000000000
--- a/blockchains/ethereum/assets/0xF45626B2db4418B1fE62d3F52F07109888C33d0c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "G Gold Coin",
- "symbol": "GGC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF45626B2db4418B1fE62d3F52F07109888C33d0c",
- "status": "abandoned",
- "id": "0xF45626B2db4418B1fE62d3F52F07109888C33d0c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF45626B2db4418B1fE62d3F52F07109888C33d0c/logo.png b/blockchains/ethereum/assets/0xF45626B2db4418B1fE62d3F52F07109888C33d0c/logo.png
deleted file mode 100755
index df16535752612..0000000000000
Binary files a/blockchains/ethereum/assets/0xF45626B2db4418B1fE62d3F52F07109888C33d0c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF47F923B91422F47645f41425601C44f6b464300/info.json b/blockchains/ethereum/assets/0xF47F923B91422F47645f41425601C44f6b464300/info.json
deleted file mode 100644
index b022fe4852d25..0000000000000
--- a/blockchains/ethereum/assets/0xF47F923B91422F47645f41425601C44f6b464300/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DAOT",
- "symbol": "DAOT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF47F923B91422F47645f41425601C44f6b464300",
- "status": "abandoned",
- "id": "0xF47F923B91422F47645f41425601C44f6b464300"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF47F923B91422F47645f41425601C44f6b464300/logo.png b/blockchains/ethereum/assets/0xF47F923B91422F47645f41425601C44f6b464300/logo.png
deleted file mode 100644
index 4c5ff1f3453d8..0000000000000
Binary files a/blockchains/ethereum/assets/0xF47F923B91422F47645f41425601C44f6b464300/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF4882b5d907Fd0C5626C06344C31506ae5D90c87/info.json b/blockchains/ethereum/assets/0xF4882b5d907Fd0C5626C06344C31506ae5D90c87/info.json
deleted file mode 100644
index 0e6f9210deaff..0000000000000
--- a/blockchains/ethereum/assets/0xF4882b5d907Fd0C5626C06344C31506ae5D90c87/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Masacoin",
- "symbol": "MASA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF4882b5d907Fd0C5626C06344C31506ae5D90c87",
- "status": "abandoned",
- "id": "0xF4882b5d907Fd0C5626C06344C31506ae5D90c87"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF4882b5d907Fd0C5626C06344C31506ae5D90c87/logo.png b/blockchains/ethereum/assets/0xF4882b5d907Fd0C5626C06344C31506ae5D90c87/logo.png
deleted file mode 100755
index e130f13e58633..0000000000000
Binary files a/blockchains/ethereum/assets/0xF4882b5d907Fd0C5626C06344C31506ae5D90c87/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF4B54874cD8a6C863e3A904c18fDa964661Ec363/info.json b/blockchains/ethereum/assets/0xF4B54874cD8a6C863e3A904c18fDa964661Ec363/info.json
deleted file mode 100644
index 1e43bc75d3b42..0000000000000
--- a/blockchains/ethereum/assets/0xF4B54874cD8a6C863e3A904c18fDa964661Ec363/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DWS",
- "symbol": "DWS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://dwswifi.com/",
- "explorer": "https://etherscan.io/token/0xF4B54874cD8a6C863e3A904c18fDa964661Ec363",
- "status": "abandoned",
- "id": "0xF4B54874cD8a6C863e3A904c18fDa964661Ec363"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF4B54874cD8a6C863e3A904c18fDa964661Ec363/logo.png b/blockchains/ethereum/assets/0xF4B54874cD8a6C863e3A904c18fDa964661Ec363/logo.png
deleted file mode 100755
index 2c2682ad74f5a..0000000000000
Binary files a/blockchains/ethereum/assets/0xF4B54874cD8a6C863e3A904c18fDa964661Ec363/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF4FE95603881D0e07954fD7605E0e9a916e42C44/info.json b/blockchains/ethereum/assets/0xF4FE95603881D0e07954fD7605E0e9a916e42C44/info.json
deleted file mode 100644
index 1694f834d9c29..0000000000000
--- a/blockchains/ethereum/assets/0xF4FE95603881D0e07954fD7605E0e9a916e42C44/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WHEN Token",
- "symbol": "WHEN",
- "type": "ERC20",
- "decimals": 18,
- "description": "WhenHub Interface aims to facilitate the transfer of knowledge between consumers and experts. Knowledge-sharing is done via video calls, with the financial details handled by smart contracts that use the WHEN Token.",
- "website": "https://www.whenhub.com",
- "explorer": "https://etherscan.io/token/0xF4FE95603881D0e07954fD7605E0e9a916e42C44",
- "status": "active",
- "id": "0xF4FE95603881D0e07954fD7605E0e9a916e42C44"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF4FE95603881D0e07954fD7605E0e9a916e42C44/logo.png b/blockchains/ethereum/assets/0xF4FE95603881D0e07954fD7605E0e9a916e42C44/logo.png
deleted file mode 100644
index 6fd29783a026f..0000000000000
Binary files a/blockchains/ethereum/assets/0xF4FE95603881D0e07954fD7605E0e9a916e42C44/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF4FaEa455575354d2699BC209B0a65CA99F69982/info.json b/blockchains/ethereum/assets/0xF4FaEa455575354d2699BC209B0a65CA99F69982/info.json
deleted file mode 100644
index 018bded17354a..0000000000000
--- a/blockchains/ethereum/assets/0xF4FaEa455575354d2699BC209B0a65CA99F69982/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "No BS Crypto",
- "symbol": "NOBS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://nobscrypto.com/",
- "explorer": "https://etherscan.io/token/0xF4FaEa455575354d2699BC209B0a65CA99F69982",
- "status": "abandoned",
- "id": "0xF4FaEa455575354d2699BC209B0a65CA99F69982"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF4FaEa455575354d2699BC209B0a65CA99F69982/logo.png b/blockchains/ethereum/assets/0xF4FaEa455575354d2699BC209B0a65CA99F69982/logo.png
deleted file mode 100755
index 130fdf24708a1..0000000000000
Binary files a/blockchains/ethereum/assets/0xF4FaEa455575354d2699BC209B0a65CA99F69982/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF4b0e82bB4CeAA34E1e5E2Da3ac6Babc57682348/info.json b/blockchains/ethereum/assets/0xF4b0e82bB4CeAA34E1e5E2Da3ac6Babc57682348/info.json
deleted file mode 100644
index 4bd82ae244359..0000000000000
--- a/blockchains/ethereum/assets/0xF4b0e82bB4CeAA34E1e5E2Da3ac6Babc57682348/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nordic Energy",
- "symbol": "NET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF4b0e82bB4CeAA34E1e5E2Da3ac6Babc57682348",
- "status": "abandoned",
- "id": "0xF4b0e82bB4CeAA34E1e5E2Da3ac6Babc57682348"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF4b0e82bB4CeAA34E1e5E2Da3ac6Babc57682348/logo.png b/blockchains/ethereum/assets/0xF4b0e82bB4CeAA34E1e5E2Da3ac6Babc57682348/logo.png
deleted file mode 100644
index 9c708a88f597c..0000000000000
Binary files a/blockchains/ethereum/assets/0xF4b0e82bB4CeAA34E1e5E2Da3ac6Babc57682348/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF4b5470523cCD314C6B9dA041076e7D79E0Df267/info.json b/blockchains/ethereum/assets/0xF4b5470523cCD314C6B9dA041076e7D79E0Df267/info.json
deleted file mode 100644
index 65d342e8410d4..0000000000000
--- a/blockchains/ethereum/assets/0xF4b5470523cCD314C6B9dA041076e7D79E0Df267/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "BlockBank",
- "website": "https://blockbank.ai",
- "description": "BlockBank is powered by our platform's utility token called BBANK. Users are able to gain access to our credit card rewards program, use our robo advisor, cefi and defi wallet, increase their APY % and earn interest on their tokens by staking BBANK in their BlockBank cryptocurrency wallet.",
- "explorer": "https://etherscan.io/token/0xF4b5470523cCD314C6B9dA041076e7D79E0Df267",
- "type": "ERC20",
- "symbol": "BBANK",
- "decimals": 18,
- "status": "active",
- "id": "0xF4b5470523cCD314C6B9dA041076e7D79E0Df267",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/BlockBank-team/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/BLOCKBANKapp?s=09"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/u/BlockBankAi?utm_medium=android_app&utm_source=share"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF4b5470523cCD314C6B9dA041076e7D79E0Df267/logo.png b/blockchains/ethereum/assets/0xF4b5470523cCD314C6B9dA041076e7D79E0Df267/logo.png
deleted file mode 100644
index d7ce5e9cec876..0000000000000
Binary files a/blockchains/ethereum/assets/0xF4b5470523cCD314C6B9dA041076e7D79E0Df267/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF4b6664bb81bD7314aE65eAB2eE675505e3E9cB6/info.json b/blockchains/ethereum/assets/0xF4b6664bb81bD7314aE65eAB2eE675505e3E9cB6/info.json
deleted file mode 100644
index 02518739a51c8..0000000000000
--- a/blockchains/ethereum/assets/0xF4b6664bb81bD7314aE65eAB2eE675505e3E9cB6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DINESHTECH",
- "symbol": "DTH",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF4b6664bb81bD7314aE65eAB2eE675505e3E9cB6",
- "status": "abandoned",
- "id": "0xF4b6664bb81bD7314aE65eAB2eE675505e3E9cB6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF4b6664bb81bD7314aE65eAB2eE675505e3E9cB6/logo.png b/blockchains/ethereum/assets/0xF4b6664bb81bD7314aE65eAB2eE675505e3E9cB6/logo.png
deleted file mode 100644
index eab41ccb6d333..0000000000000
Binary files a/blockchains/ethereum/assets/0xF4b6664bb81bD7314aE65eAB2eE675505e3E9cB6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF4c07b1865bC326A3c01339492Ca7538FD038Cc0/info.json b/blockchains/ethereum/assets/0xF4c07b1865bC326A3c01339492Ca7538FD038Cc0/info.json
deleted file mode 100644
index 3562a2a381e52..0000000000000
--- a/blockchains/ethereum/assets/0xF4c07b1865bC326A3c01339492Ca7538FD038Cc0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Primalbase Token",
- "symbol": "PBT",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF4c07b1865bC326A3c01339492Ca7538FD038Cc0",
- "status": "abandoned",
- "id": "0xF4c07b1865bC326A3c01339492Ca7538FD038Cc0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF4c07b1865bC326A3c01339492Ca7538FD038Cc0/logo.png b/blockchains/ethereum/assets/0xF4c07b1865bC326A3c01339492Ca7538FD038Cc0/logo.png
deleted file mode 100644
index 665b5804a258a..0000000000000
Binary files a/blockchains/ethereum/assets/0xF4c07b1865bC326A3c01339492Ca7538FD038Cc0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF4c17Bc4979c1dc7b4CA50115358Dec58C67fD9d/info.json b/blockchains/ethereum/assets/0xF4c17Bc4979c1dc7b4CA50115358Dec58C67fD9d/info.json
deleted file mode 100644
index e0834cddb8da9..0000000000000
--- a/blockchains/ethereum/assets/0xF4c17Bc4979c1dc7b4CA50115358Dec58C67fD9d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Omega Protocol Money",
- "website": "https://omgswap.in/",
- "description": "OPM is Omega Protocol utility ERC20 Token",
- "explorer": "https://etherscan.io/token/0xF4c17Bc4979c1dc7b4CA50115358Dec58C67fD9d",
- "type": "ERC20",
- "symbol": "OPM",
- "decimals": 18,
- "status": "active",
- "id": "0xF4c17Bc4979c1dc7b4CA50115358Dec58C67fD9d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF4c17Bc4979c1dc7b4CA50115358Dec58C67fD9d/logo.png b/blockchains/ethereum/assets/0xF4c17Bc4979c1dc7b4CA50115358Dec58C67fD9d/logo.png
deleted file mode 100644
index 2363e5a8452a9..0000000000000
Binary files a/blockchains/ethereum/assets/0xF4c17Bc4979c1dc7b4CA50115358Dec58C67fD9d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF4d861575ecC9493420A3f5a14F85B13f0b50EB3/info.json b/blockchains/ethereum/assets/0xF4d861575ecC9493420A3f5a14F85B13f0b50EB3/info.json
deleted file mode 100644
index d9b36636bae60..0000000000000
--- a/blockchains/ethereum/assets/0xF4d861575ecC9493420A3f5a14F85B13f0b50EB3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fractal",
- "type": "ERC20",
- "symbol": "FCL",
- "decimals": 18,
- "description": "Fractal enables a free and open Web that respects user privacy, rewards content creators, and protects advertisers from fraud.",
- "website": "https://protocol.fractal.id/",
- "explorer": "https://etherscan.io/token/0xf4d861575ecc9493420a3f5a14f85b13f0b50eb3",
- "id": "0xF4d861575ecC9493420A3f5a14F85B13f0b50EB3",
- "status": "active"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF4d861575ecC9493420A3f5a14F85B13f0b50EB3/logo.png b/blockchains/ethereum/assets/0xF4d861575ecC9493420A3f5a14F85B13f0b50EB3/logo.png
deleted file mode 100644
index ca7dc453aa92f..0000000000000
Binary files a/blockchains/ethereum/assets/0xF4d861575ecC9493420A3f5a14F85B13f0b50EB3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF4edA77f0B455A12f3eb44F8653835f377e36b76/info.json b/blockchains/ethereum/assets/0xF4edA77f0B455A12f3eb44F8653835f377e36b76/info.json
deleted file mode 100644
index a6bb836434d23..0000000000000
--- a/blockchains/ethereum/assets/0xF4edA77f0B455A12f3eb44F8653835f377e36b76/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TIKTOK COIN",
- "symbol": "TIKTOK",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://tiktok.selfdrop.eu/",
- "explorer": "https://etherscan.io/token/0xF4edA77f0B455A12f3eb44F8653835f377e36b76",
- "status": "spam",
- "id": "0xF4edA77f0B455A12f3eb44F8653835f377e36b76"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF4edA77f0B455A12f3eb44F8653835f377e36b76/logo.png b/blockchains/ethereum/assets/0xF4edA77f0B455A12f3eb44F8653835f377e36b76/logo.png
deleted file mode 100644
index 17c9491c1eb2a..0000000000000
Binary files a/blockchains/ethereum/assets/0xF4edA77f0B455A12f3eb44F8653835f377e36b76/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF5238462E7235c7B62811567E63Dd17d12C2EAA0/info.json b/blockchains/ethereum/assets/0xF5238462E7235c7B62811567E63Dd17d12C2EAA0/info.json
deleted file mode 100644
index d232b67e84d55..0000000000000
--- a/blockchains/ethereum/assets/0xF5238462E7235c7B62811567E63Dd17d12C2EAA0/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "CACHE Gold",
- "website": "https://cache.gold",
- "description": "CACHE Gold tokens are fully regulated, public, transparent, redeemable tokens backed by gold stored in vaults around the world.",
- "explorer": "https://etherscan.io/token/0xF5238462E7235c7B62811567E63Dd17d12C2EAA0",
- "type": "ERC20",
- "symbol": "CGT",
- "decimals": 8,
- "status": "active",
- "id": "0xF5238462E7235c7B62811567E63Dd17d12C2EAA0",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/cache-token/cache-contract"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF5238462E7235c7B62811567E63Dd17d12C2EAA0/logo.png b/blockchains/ethereum/assets/0xF5238462E7235c7B62811567E63Dd17d12C2EAA0/logo.png
deleted file mode 100644
index bc1be00c52e35..0000000000000
Binary files a/blockchains/ethereum/assets/0xF5238462E7235c7B62811567E63Dd17d12C2EAA0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF524F62058e5bb80AEcec2E8795fBAdbFcd8Dac0/info.json b/blockchains/ethereum/assets/0xF524F62058e5bb80AEcec2E8795fBAdbFcd8Dac0/info.json
deleted file mode 100644
index dd2238933bb4b..0000000000000
--- a/blockchains/ethereum/assets/0xF524F62058e5bb80AEcec2E8795fBAdbFcd8Dac0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GIGANTIC",
- "symbol": "GIGA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF524F62058e5bb80AEcec2E8795fBAdbFcd8Dac0",
- "status": "abandoned",
- "id": "0xF524F62058e5bb80AEcec2E8795fBAdbFcd8Dac0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF524F62058e5bb80AEcec2E8795fBAdbFcd8Dac0/logo.png b/blockchains/ethereum/assets/0xF524F62058e5bb80AEcec2E8795fBAdbFcd8Dac0/logo.png
deleted file mode 100644
index 424bc78aa7794..0000000000000
Binary files a/blockchains/ethereum/assets/0xF524F62058e5bb80AEcec2E8795fBAdbFcd8Dac0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF52B2237418f59e4AE3184D8cD7780c9B2f11B36/info.json b/blockchains/ethereum/assets/0xF52B2237418f59e4AE3184D8cD7780c9B2f11B36/info.json
deleted file mode 100644
index 1a81fd7772c23..0000000000000
--- a/blockchains/ethereum/assets/0xF52B2237418f59e4AE3184D8cD7780c9B2f11B36/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitnetwork",
- "symbol": "BNW",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF52B2237418f59e4AE3184D8cD7780c9B2f11B36",
- "status": "abandoned",
- "id": "0xF52B2237418f59e4AE3184D8cD7780c9B2f11B36"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF52B2237418f59e4AE3184D8cD7780c9B2f11B36/logo.png b/blockchains/ethereum/assets/0xF52B2237418f59e4AE3184D8cD7780c9B2f11B36/logo.png
deleted file mode 100644
index db2d7766667c8..0000000000000
Binary files a/blockchains/ethereum/assets/0xF52B2237418f59e4AE3184D8cD7780c9B2f11B36/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF5581dFeFD8Fb0e4aeC526bE659CFaB1f8c781dA/info.json b/blockchains/ethereum/assets/0xF5581dFeFD8Fb0e4aeC526bE659CFaB1f8c781dA/info.json
deleted file mode 100644
index 6a89b2c10d0d3..0000000000000
--- a/blockchains/ethereum/assets/0xF5581dFeFD8Fb0e4aeC526bE659CFaB1f8c781dA/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "HOPR Token",
- "type": "ERC20",
- "symbol": "HOPR",
- "decimals": 18,
- "description": "HOPR provides essential and compliant network-level metadata privacy for everyone. HOPR is an open incentivized mixnet which enables privacy-preserving point-to-point data exchange.",
- "website": "https://hoprnet.org/",
- "explorer": "https://etherscan.io/token/0xf5581dfefd8fb0e4aec526be659cfab1f8c781da",
- "id": "0xF5581dFeFD8Fb0e4aeC526bE659CFaB1f8c781dA",
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/hoprnet/hoprnet"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF5581dFeFD8Fb0e4aeC526bE659CFaB1f8c781dA/logo.png b/blockchains/ethereum/assets/0xF5581dFeFD8Fb0e4aeC526bE659CFaB1f8c781dA/logo.png
deleted file mode 100644
index 5bec90a0d8dd1..0000000000000
Binary files a/blockchains/ethereum/assets/0xF5581dFeFD8Fb0e4aeC526bE659CFaB1f8c781dA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF5717f5DF41eA67Ef67DFD3c1d02F9940bcF5d08/info.json b/blockchains/ethereum/assets/0xF5717f5DF41eA67Ef67DFD3c1d02F9940bcF5d08/info.json
deleted file mode 100644
index 7974fedd600a0..0000000000000
--- a/blockchains/ethereum/assets/0xF5717f5DF41eA67Ef67DFD3c1d02F9940bcF5d08/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SeChain",
- "symbol": "SNN",
- "type": "ERC20",
- "decimals": 3,
- "description": "SeChain project is building the future of decentralized services where the service provider & the customers can get the work done in decentralized environment far from centralized companies.",
- "website": "https://snn.cash/",
- "explorer": "https://etherscan.io/token/0xF5717f5DF41eA67Ef67DFD3c1d02F9940bcF5d08",
- "status": "active",
- "id": "0xF5717f5DF41eA67Ef67DFD3c1d02F9940bcF5d08"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF5717f5DF41eA67Ef67DFD3c1d02F9940bcF5d08/logo.png b/blockchains/ethereum/assets/0xF5717f5DF41eA67Ef67DFD3c1d02F9940bcF5d08/logo.png
deleted file mode 100644
index a1fa14799c2fa..0000000000000
Binary files a/blockchains/ethereum/assets/0xF5717f5DF41eA67Ef67DFD3c1d02F9940bcF5d08/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF/info.json b/blockchains/ethereum/assets/0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF/info.json
deleted file mode 100644
index 4094292c31f62..0000000000000
--- a/blockchains/ethereum/assets/0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Immutable X",
- "type": "ERC20",
- "symbol": "IMX",
- "decimals": 18,
- "website": "https://www.immutable.com/",
- "description": "Immutable X is the first layer-2 scaling solution for NFTs on Ethereum, with instant trade confirmation, massive scalability (up to 9,000+ trades per second) and zero gas fees.",
- "explorer": "https://etherscan.io/token/0xf57e7e7c23978c3caec3c3548e3d615c346e79ff",
- "status": "active",
- "id": "0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Immutable"
- },
- {
- "name": "telegram",
- "url": "https://t.me/immutablex"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/immutable-x/"
- }
- ],
- "tags": [
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF/logo.png b/blockchains/ethereum/assets/0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF/logo.png
deleted file mode 100644
index 1b49f3d957904..0000000000000
Binary files a/blockchains/ethereum/assets/0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF59ae934f6fe444afC309586cC60a84a0F89Aaea/info.json b/blockchains/ethereum/assets/0xF59ae934f6fe444afC309586cC60a84a0F89Aaea/info.json
deleted file mode 100644
index 518688ec5b4d4..0000000000000
--- a/blockchains/ethereum/assets/0xF59ae934f6fe444afC309586cC60a84a0F89Aaea/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Polkadex ERC-20 Token",
- "website": "https://polkadex.trade",
- "description": "Utility token for Polkadex decentralized exchange",
- "explorer": "https://etherscan.io/token/0xF59ae934f6fe444afC309586cC60a84a0F89Aaea",
- "research": "https://docs.polkadex.trade",
- "type": "ERC20",
- "symbol": "PDEX",
- "decimals": 18,
- "status": "active",
- "id": "0xF59ae934f6fe444afC309586cC60a84a0F89Aaea"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF59ae934f6fe444afC309586cC60a84a0F89Aaea/logo.png b/blockchains/ethereum/assets/0xF59ae934f6fe444afC309586cC60a84a0F89Aaea/logo.png
deleted file mode 100644
index 403e942d4bd6c..0000000000000
Binary files a/blockchains/ethereum/assets/0xF59ae934f6fe444afC309586cC60a84a0F89Aaea/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF5BA8A8c87f976b79b17ccd25EE8DC2f8e82FB59/info.json b/blockchains/ethereum/assets/0xF5BA8A8c87f976b79b17ccd25EE8DC2f8e82FB59/info.json
deleted file mode 100644
index dcf6a07a12b79..0000000000000
--- a/blockchains/ethereum/assets/0xF5BA8A8c87f976b79b17ccd25EE8DC2f8e82FB59/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EtherStone",
- "symbol": "ETHS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF5BA8A8c87f976b79b17ccd25EE8DC2f8e82FB59",
- "status": "abandoned",
- "id": "0xF5BA8A8c87f976b79b17ccd25EE8DC2f8e82FB59"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF5BA8A8c87f976b79b17ccd25EE8DC2f8e82FB59/logo.png b/blockchains/ethereum/assets/0xF5BA8A8c87f976b79b17ccd25EE8DC2f8e82FB59/logo.png
deleted file mode 100644
index ba6b0e182cc5b..0000000000000
Binary files a/blockchains/ethereum/assets/0xF5BA8A8c87f976b79b17ccd25EE8DC2f8e82FB59/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF5BDb0Aa9F0C05ec3fC8A31D7053652401982b4d/info.json b/blockchains/ethereum/assets/0xF5BDb0Aa9F0C05ec3fC8A31D7053652401982b4d/info.json
deleted file mode 100644
index 5b96466670828..0000000000000
--- a/blockchains/ethereum/assets/0xF5BDb0Aa9F0C05ec3fC8A31D7053652401982b4d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LoveArtHate",
- "symbol": "LAH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF5BDb0Aa9F0C05ec3fC8A31D7053652401982b4d",
- "status": "abandoned",
- "id": "0xF5BDb0Aa9F0C05ec3fC8A31D7053652401982b4d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF5BDb0Aa9F0C05ec3fC8A31D7053652401982b4d/logo.png b/blockchains/ethereum/assets/0xF5BDb0Aa9F0C05ec3fC8A31D7053652401982b4d/logo.png
deleted file mode 100644
index 2a531de8c700d..0000000000000
Binary files a/blockchains/ethereum/assets/0xF5BDb0Aa9F0C05ec3fC8A31D7053652401982b4d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF5Bb691215fd2839Bc14Aa93335e13d839A4767f/info.json b/blockchains/ethereum/assets/0xF5Bb691215fd2839Bc14Aa93335e13d839A4767f/info.json
deleted file mode 100644
index 8bee5c0536195..0000000000000
--- a/blockchains/ethereum/assets/0xF5Bb691215fd2839Bc14Aa93335e13d839A4767f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcollar Max",
- "symbol": "BORX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF5Bb691215fd2839Bc14Aa93335e13d839A4767f",
- "status": "abandoned",
- "id": "0xF5Bb691215fd2839Bc14Aa93335e13d839A4767f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF5Bb691215fd2839Bc14Aa93335e13d839A4767f/logo.png b/blockchains/ethereum/assets/0xF5Bb691215fd2839Bc14Aa93335e13d839A4767f/logo.png
deleted file mode 100644
index 3ffe930e51199..0000000000000
Binary files a/blockchains/ethereum/assets/0xF5Bb691215fd2839Bc14Aa93335e13d839A4767f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF5C00Ff3e26F903a8eea3532a7175Af7b82Accf8/info.json b/blockchains/ethereum/assets/0xF5C00Ff3e26F903a8eea3532a7175Af7b82Accf8/info.json
deleted file mode 100644
index c76ddc9dc6882..0000000000000
--- a/blockchains/ethereum/assets/0xF5C00Ff3e26F903a8eea3532a7175Af7b82Accf8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bit-Bet",
- "symbol": "BBT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF5C00Ff3e26F903a8eea3532a7175Af7b82Accf8",
- "status": "abandoned",
- "id": "0xF5C00Ff3e26F903a8eea3532a7175Af7b82Accf8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF5C00Ff3e26F903a8eea3532a7175Af7b82Accf8/logo.png b/blockchains/ethereum/assets/0xF5C00Ff3e26F903a8eea3532a7175Af7b82Accf8/logo.png
deleted file mode 100644
index ed10d44e8f810..0000000000000
Binary files a/blockchains/ethereum/assets/0xF5C00Ff3e26F903a8eea3532a7175Af7b82Accf8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF5CB11bAD09093E71E91a38c06Fe78e4c4042058/info.json b/blockchains/ethereum/assets/0xF5CB11bAD09093E71E91a38c06Fe78e4c4042058/info.json
deleted file mode 100644
index c4174f17fa1a0..0000000000000
--- a/blockchains/ethereum/assets/0xF5CB11bAD09093E71E91a38c06Fe78e4c4042058/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lending Platform",
- "symbol": "LPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF5CB11bAD09093E71E91a38c06Fe78e4c4042058",
- "status": "abandoned",
- "id": "0xF5CB11bAD09093E71E91a38c06Fe78e4c4042058"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF5CB11bAD09093E71E91a38c06Fe78e4c4042058/logo.png b/blockchains/ethereum/assets/0xF5CB11bAD09093E71E91a38c06Fe78e4c4042058/logo.png
deleted file mode 100644
index 7f9914ed2bd3c..0000000000000
Binary files a/blockchains/ethereum/assets/0xF5CB11bAD09093E71E91a38c06Fe78e4c4042058/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF5D0FefAaB749d8B14C27F0De60cC6e9e7f848d1/info.json b/blockchains/ethereum/assets/0xF5D0FefAaB749d8B14C27F0De60cC6e9e7f848d1/info.json
deleted file mode 100644
index b962bef2f5fb4..0000000000000
--- a/blockchains/ethereum/assets/0xF5D0FefAaB749d8B14C27F0De60cC6e9e7f848d1/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "YFARM",
- "website": "https://yffs.finance/",
- "description": "YFFS adopts a modular design. Modularity refers to the combination of various elements of the product to form a subsystem with specific functions. We combine these subsystem as a universal module with other modules to create a new system with multiple functions and performance.",
- "explorer": "https://etherscan.io/token/0xF5D0FefAaB749d8B14C27F0De60cC6e9e7f848d1",
- "type": "ERC20",
- "symbol": "YFARM",
- "decimals": 18,
- "status": "active",
- "id": "0xF5D0FefAaB749d8B14C27F0De60cC6e9e7f848d1",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/yffsfinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/yffsfinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/yffsfinance"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@yffs.finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF5D0FefAaB749d8B14C27F0De60cC6e9e7f848d1/logo.png b/blockchains/ethereum/assets/0xF5D0FefAaB749d8B14C27F0De60cC6e9e7f848d1/logo.png
deleted file mode 100644
index 55036effe8c24..0000000000000
Binary files a/blockchains/ethereum/assets/0xF5D0FefAaB749d8B14C27F0De60cC6e9e7f848d1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF5D669627376EBd411E34b98F19C868c8ABA5ADA/info.json b/blockchains/ethereum/assets/0xF5D669627376EBd411E34b98F19C868c8ABA5ADA/info.json
deleted file mode 100644
index 74ebb5f79dac5..0000000000000
--- a/blockchains/ethereum/assets/0xF5D669627376EBd411E34b98F19C868c8ABA5ADA/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Axie Infinity",
- "website": "https://axieinfinity.com",
- "description": "Axie Infinity Shards are Axie Infinity's governance token.",
- "explorer": "https://etherscan.io/token/0xf5d669627376ebd411e34b98f19c868c8aba5ada",
- "research": "https://research.binance.com/en/projects/axie-infinity",
- "type": "ERC20",
- "symbol": "AXS",
- "decimals": 18,
- "status": "abandoned",
- "id": "0xF5D669627376EBd411E34b98F19C868c8ABA5ADA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF5D669627376EBd411E34b98F19C868c8ABA5ADA/logo.png b/blockchains/ethereum/assets/0xF5D669627376EBd411E34b98F19C868c8ABA5ADA/logo.png
deleted file mode 100644
index 73d60607cc69b..0000000000000
Binary files a/blockchains/ethereum/assets/0xF5D669627376EBd411E34b98F19C868c8ABA5ADA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF5DCe57282A584D2746FaF1593d3121Fcac444dC/info.json b/blockchains/ethereum/assets/0xF5DCe57282A584D2746FaF1593d3121Fcac444dC/info.json
deleted file mode 100644
index 09e6764d072de..0000000000000
--- a/blockchains/ethereum/assets/0xF5DCe57282A584D2746FaF1593d3121Fcac444dC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Compound Dai",
- "symbol": "cDAI",
- "type": "ERC20",
- "decimals": 8,
- "description": "Compound is an algorithmic, autonomous interest rate protocol built for developers, to unlock a universe of open financial applications.",
- "website": "https://compound.finance/",
- "explorer": "https://etherscan.io/token/0xF5DCe57282A584D2746FaF1593d3121Fcac444dC",
- "status": "active",
- "id": "0xF5DCe57282A584D2746FaF1593d3121Fcac444dC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF5DCe57282A584D2746FaF1593d3121Fcac444dC/logo.png b/blockchains/ethereum/assets/0xF5DCe57282A584D2746FaF1593d3121Fcac444dC/logo.png
deleted file mode 100644
index e050864c4aef9..0000000000000
Binary files a/blockchains/ethereum/assets/0xF5DCe57282A584D2746FaF1593d3121Fcac444dC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF6276830c265A779A2225B9d2FCbAb790CBEb92B/info.json b/blockchains/ethereum/assets/0xF6276830c265A779A2225B9d2FCbAb790CBEb92B/info.json
deleted file mode 100644
index 2489dcb8879e3..0000000000000
--- a/blockchains/ethereum/assets/0xF6276830c265A779A2225B9d2FCbAb790CBEb92B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XCELTOKEN",
- "symbol": "XCEL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF6276830c265A779A2225B9d2FCbAb790CBEb92B",
- "status": "abandoned",
- "id": "0xF6276830c265A779A2225B9d2FCbAb790CBEb92B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF6276830c265A779A2225B9d2FCbAb790CBEb92B/logo.png b/blockchains/ethereum/assets/0xF6276830c265A779A2225B9d2FCbAb790CBEb92B/logo.png
deleted file mode 100755
index 1dcde6585c239..0000000000000
Binary files a/blockchains/ethereum/assets/0xF6276830c265A779A2225B9d2FCbAb790CBEb92B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c/info.json b/blockchains/ethereum/assets/0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c/info.json
deleted file mode 100644
index c42905ba0541c..0000000000000
--- a/blockchains/ethereum/assets/0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c/info.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "Enjin Coin",
- "website": "https://enjin.io",
- "description": "The Enjin ecosystem (comprising the Enjin Platform, Explorer, Wallet, Beam) aims to empower gamers with ownership of digital assets and enables game industry businesses to increase revenue.",
- "explorer": "https://etherscan.io/token/0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c",
- "type": "ERC20",
- "symbol": "ENJ",
- "decimals": 18,
- "status": "active",
- "id": "0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c",
- "tags": [
- "gamefi",
- "nft"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/enjin/contracts"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/enjincs"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EnjinCoin/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/enjinsocial"
- },
- {
- "name": "blog",
- "url": "https://medium.com/@enjin"
- },
- {
- "name": "telegram",
- "url": "https://t.me/enjin_coin"
- },
- {
- "name": "whitepaper",
- "url": "https://enjincoin.io/enjincoin_whitepaper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/enjincoin/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c/logo.png b/blockchains/ethereum/assets/0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c/logo.png
deleted file mode 100755
index 417f40714c3dd..0000000000000
Binary files a/blockchains/ethereum/assets/0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF647902282cd054a74d036d986EFD8bB4ac36C9C/info.json b/blockchains/ethereum/assets/0xF647902282cd054a74d036d986EFD8bB4ac36C9C/info.json
deleted file mode 100644
index 09c8ace3b1e78..0000000000000
--- a/blockchains/ethereum/assets/0xF647902282cd054a74d036d986EFD8bB4ac36C9C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bit-IDR",
- "symbol": "BIIDR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF647902282cd054a74d036d986EFD8bB4ac36C9C",
- "status": "abandoned",
- "id": "0xF647902282cd054a74d036d986EFD8bB4ac36C9C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF647902282cd054a74d036d986EFD8bB4ac36C9C/logo.png b/blockchains/ethereum/assets/0xF647902282cd054a74d036d986EFD8bB4ac36C9C/logo.png
deleted file mode 100644
index 2ce5a12ca7deb..0000000000000
Binary files a/blockchains/ethereum/assets/0xF647902282cd054a74d036d986EFD8bB4ac36C9C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF6505474A590A4c4D9e532aC8FC32B1FfEA481fa/info.json b/blockchains/ethereum/assets/0xF6505474A590A4c4D9e532aC8FC32B1FfEA481fa/info.json
deleted file mode 100644
index 1f6b0914d4137..0000000000000
--- a/blockchains/ethereum/assets/0xF6505474A590A4c4D9e532aC8FC32B1FfEA481fa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LEU",
- "symbol": "LEU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF6505474A590A4c4D9e532aC8FC32B1FfEA481fa",
- "status": "abandoned",
- "id": "0xF6505474A590A4c4D9e532aC8FC32B1FfEA481fa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF6505474A590A4c4D9e532aC8FC32B1FfEA481fa/logo.png b/blockchains/ethereum/assets/0xF6505474A590A4c4D9e532aC8FC32B1FfEA481fa/logo.png
deleted file mode 100644
index 04144b4f016c9..0000000000000
Binary files a/blockchains/ethereum/assets/0xF6505474A590A4c4D9e532aC8FC32B1FfEA481fa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF660cA1e228e7BE1fA8B4f5583145E31147FB577/info.json b/blockchains/ethereum/assets/0xF660cA1e228e7BE1fA8B4f5583145E31147FB577/info.json
deleted file mode 100644
index 4582232cf78eb..0000000000000
--- a/blockchains/ethereum/assets/0xF660cA1e228e7BE1fA8B4f5583145E31147FB577/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dicet",
- "symbol": "CET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF660cA1e228e7BE1fA8B4f5583145E31147FB577",
- "status": "abandoned",
- "id": "0xF660cA1e228e7BE1fA8B4f5583145E31147FB577"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF660cA1e228e7BE1fA8B4f5583145E31147FB577/logo.png b/blockchains/ethereum/assets/0xF660cA1e228e7BE1fA8B4f5583145E31147FB577/logo.png
deleted file mode 100644
index 237ce9ad7b16f..0000000000000
Binary files a/blockchains/ethereum/assets/0xF660cA1e228e7BE1fA8B4f5583145E31147FB577/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF67451Dc8421F0e0afEB52faa8101034ed081Ed9/info.json b/blockchains/ethereum/assets/0xF67451Dc8421F0e0afEB52faa8101034ed081Ed9/info.json
deleted file mode 100644
index 6448256031c67..0000000000000
--- a/blockchains/ethereum/assets/0xF67451Dc8421F0e0afEB52faa8101034ed081Ed9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gambit",
- "symbol": "GAM",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF67451Dc8421F0e0afEB52faa8101034ed081Ed9",
- "status": "abandoned",
- "id": "0xF67451Dc8421F0e0afEB52faa8101034ed081Ed9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF67451Dc8421F0e0afEB52faa8101034ed081Ed9/logo.png b/blockchains/ethereum/assets/0xF67451Dc8421F0e0afEB52faa8101034ed081Ed9/logo.png
deleted file mode 100755
index 6e58b2dd871b7..0000000000000
Binary files a/blockchains/ethereum/assets/0xF67451Dc8421F0e0afEB52faa8101034ed081Ed9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF69709C4c6F3F2b17978280dCe8b7b7a2CbcbA8b/info.json b/blockchains/ethereum/assets/0xF69709C4c6F3F2b17978280dCe8b7b7a2CbcbA8b/info.json
deleted file mode 100644
index f11e7c43ea994..0000000000000
--- a/blockchains/ethereum/assets/0xF69709C4c6F3F2b17978280dCe8b7b7a2CbcbA8b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Atidium",
- "symbol": "ATD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.atidium.io/",
- "explorer": "https://etherscan.io/token/0xF69709C4c6F3F2b17978280dCe8b7b7a2CbcbA8b",
- "status": "abandoned",
- "id": "0xF69709C4c6F3F2b17978280dCe8b7b7a2CbcbA8b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF69709C4c6F3F2b17978280dCe8b7b7a2CbcbA8b/logo.png b/blockchains/ethereum/assets/0xF69709C4c6F3F2b17978280dCe8b7b7a2CbcbA8b/logo.png
deleted file mode 100644
index ba5c0ed44be93..0000000000000
Binary files a/blockchains/ethereum/assets/0xF69709C4c6F3F2b17978280dCe8b7b7a2CbcbA8b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF6B55acBBC49f4524Aa48D19281A9A77c54DE10f/info.json b/blockchains/ethereum/assets/0xF6B55acBBC49f4524Aa48D19281A9A77c54DE10f/info.json
deleted file mode 100644
index b025d9a716b3f..0000000000000
--- a/blockchains/ethereum/assets/0xF6B55acBBC49f4524Aa48D19281A9A77c54DE10f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WOLK TOKEN",
- "symbol": "WLK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF6B55acBBC49f4524Aa48D19281A9A77c54DE10f",
- "status": "abandoned",
- "id": "0xF6B55acBBC49f4524Aa48D19281A9A77c54DE10f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF6B55acBBC49f4524Aa48D19281A9A77c54DE10f/logo.png b/blockchains/ethereum/assets/0xF6B55acBBC49f4524Aa48D19281A9A77c54DE10f/logo.png
deleted file mode 100644
index 232a1f1345853..0000000000000
Binary files a/blockchains/ethereum/assets/0xF6B55acBBC49f4524Aa48D19281A9A77c54DE10f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF6Bf74a97d78f2242376769EF1E79885Cf1F0C1c/info.json b/blockchains/ethereum/assets/0xF6Bf74a97d78f2242376769EF1E79885Cf1F0C1c/info.json
deleted file mode 100644
index c6b9402b0df65..0000000000000
--- a/blockchains/ethereum/assets/0xF6Bf74a97d78f2242376769EF1E79885Cf1F0C1c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kaaso",
- "symbol": "KAASO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://kaaso.com",
- "explorer": "https://etherscan.io/token/0xF6Bf74a97d78f2242376769EF1E79885Cf1F0C1c",
- "status": "abandoned",
- "id": "0xF6Bf74a97d78f2242376769EF1E79885Cf1F0C1c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF6Bf74a97d78f2242376769EF1E79885Cf1F0C1c/logo.png b/blockchains/ethereum/assets/0xF6Bf74a97d78f2242376769EF1E79885Cf1F0C1c/logo.png
deleted file mode 100644
index 33967a0888d65..0000000000000
Binary files a/blockchains/ethereum/assets/0xF6Bf74a97d78f2242376769EF1E79885Cf1F0C1c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF6FE061efa2a8e15936696BaF5E8CBa8C3F3485B/info.json b/blockchains/ethereum/assets/0xF6FE061efa2a8e15936696BaF5E8CBa8C3F3485B/info.json
deleted file mode 100644
index 8c0cebf46dade..0000000000000
--- a/blockchains/ethereum/assets/0xF6FE061efa2a8e15936696BaF5E8CBa8C3F3485B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HackerGold",
- "symbol": "HKG",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF6FE061efa2a8e15936696BaF5E8CBa8C3F3485B",
- "status": "abandoned",
- "id": "0xF6FE061efa2a8e15936696BaF5E8CBa8C3F3485B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF6FE061efa2a8e15936696BaF5E8CBa8C3F3485B/logo.png b/blockchains/ethereum/assets/0xF6FE061efa2a8e15936696BaF5E8CBa8C3F3485B/logo.png
deleted file mode 100644
index 11744c0c0c01c..0000000000000
Binary files a/blockchains/ethereum/assets/0xF6FE061efa2a8e15936696BaF5E8CBa8C3F3485B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF6bF9847c6c7e055A341fE518d25bABDD66F9c0c/info.json b/blockchains/ethereum/assets/0xF6bF9847c6c7e055A341fE518d25bABDD66F9c0c/info.json
deleted file mode 100644
index 8412c414cf7f1..0000000000000
--- a/blockchains/ethereum/assets/0xF6bF9847c6c7e055A341fE518d25bABDD66F9c0c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 188-CN13",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF6bF9847c6c7e055A341fE518d25bABDD66F9c0c",
- "status": "abandoned",
- "id": "0xF6bF9847c6c7e055A341fE518d25bABDD66F9c0c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF6bF9847c6c7e055A341fE518d25bABDD66F9c0c/logo.png b/blockchains/ethereum/assets/0xF6bF9847c6c7e055A341fE518d25bABDD66F9c0c/logo.png
deleted file mode 100644
index 35724daa4a2c2..0000000000000
Binary files a/blockchains/ethereum/assets/0xF6bF9847c6c7e055A341fE518d25bABDD66F9c0c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF6c151Ea50A4F1a50983eB98998A18be0a549aD5/info.json b/blockchains/ethereum/assets/0xF6c151Ea50A4F1a50983eB98998A18be0a549aD5/info.json
deleted file mode 100644
index f1b012d9ec590..0000000000000
--- a/blockchains/ethereum/assets/0xF6c151Ea50A4F1a50983eB98998A18be0a549aD5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yearn2.Finance",
- "website": "https://yearn2.finance/",
- "description": "$YFI2 is a community-centered DeFi-project, modeled to take the successful features of $YFI and $ZZZ. Value comes from simplization.",
- "explorer": "https://etherscan.io/token/0xF6c151Ea50A4F1a50983eB98998A18be0a549aD5",
- "type": "ERC20",
- "symbol": "YFI2",
- "decimals": 18,
- "status": "active",
- "id": "0xF6c151Ea50A4F1a50983eB98998A18be0a549aD5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF6c151Ea50A4F1a50983eB98998A18be0a549aD5/logo.png b/blockchains/ethereum/assets/0xF6c151Ea50A4F1a50983eB98998A18be0a549aD5/logo.png
deleted file mode 100644
index e02bfa1530841..0000000000000
Binary files a/blockchains/ethereum/assets/0xF6c151Ea50A4F1a50983eB98998A18be0a549aD5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF6dBE88bA55f1793Ff0773c9B1275300f830914F/info.json b/blockchains/ethereum/assets/0xF6dBE88bA55f1793Ff0773c9B1275300f830914F/info.json
deleted file mode 100644
index 1581b09abb05e..0000000000000
--- a/blockchains/ethereum/assets/0xF6dBE88bA55f1793Ff0773c9B1275300f830914F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Asian Dragon",
- "symbol": "AD",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.asiandragoncoin.com",
- "explorer": "https://etherscan.io/token/0xF6dBE88bA55f1793Ff0773c9B1275300f830914F",
- "status": "abandoned",
- "id": "0xF6dBE88bA55f1793Ff0773c9B1275300f830914F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF6dBE88bA55f1793Ff0773c9B1275300f830914F/logo.png b/blockchains/ethereum/assets/0xF6dBE88bA55f1793Ff0773c9B1275300f830914F/logo.png
deleted file mode 100644
index 8f371a508e6c6..0000000000000
Binary files a/blockchains/ethereum/assets/0xF6dBE88bA55f1793Ff0773c9B1275300f830914F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF6e35f25f9810807343B1e585fFd6Bfda7c7d455/info.json b/blockchains/ethereum/assets/0xF6e35f25f9810807343B1e585fFd6Bfda7c7d455/info.json
deleted file mode 100644
index 85bd2c45b86cd..0000000000000
--- a/blockchains/ethereum/assets/0xF6e35f25f9810807343B1e585fFd6Bfda7c7d455/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C523494",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF6e35f25f9810807343B1e585fFd6Bfda7c7d455",
- "status": "abandoned",
- "id": "0xF6e35f25f9810807343B1e585fFd6Bfda7c7d455"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF6e35f25f9810807343B1e585fFd6Bfda7c7d455/logo.png b/blockchains/ethereum/assets/0xF6e35f25f9810807343B1e585fFd6Bfda7c7d455/logo.png
deleted file mode 100644
index 03c7dae0c5ce7..0000000000000
Binary files a/blockchains/ethereum/assets/0xF6e35f25f9810807343B1e585fFd6Bfda7c7d455/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF70a642bD387F94380fFb90451C2c81d4Eb82CBc/info.json b/blockchains/ethereum/assets/0xF70a642bD387F94380fFb90451C2c81d4Eb82CBc/info.json
deleted file mode 100644
index 3081b3d3ae191..0000000000000
--- a/blockchains/ethereum/assets/0xF70a642bD387F94380fFb90451C2c81d4Eb82CBc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Starbase",
- "symbol": "STAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Starbase’s mission is to make it easy for everyone to start or support projects which aim to create new services and products.",
- "website": "https://starbase.co/",
- "explorer": "https://etherscan.io/token/0xF70a642bD387F94380fFb90451C2c81d4Eb82CBc",
- "status": "active",
- "id": "0xF70a642bD387F94380fFb90451C2c81d4Eb82CBc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF70a642bD387F94380fFb90451C2c81d4Eb82CBc/logo.png b/blockchains/ethereum/assets/0xF70a642bD387F94380fFb90451C2c81d4Eb82CBc/logo.png
deleted file mode 100755
index b0a087a472cf3..0000000000000
Binary files a/blockchains/ethereum/assets/0xF70a642bD387F94380fFb90451C2c81d4Eb82CBc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF70d160102cF7a22c1E432d6928a9d625Db91170/info.json b/blockchains/ethereum/assets/0xF70d160102cF7a22c1E432d6928a9d625Db91170/info.json
deleted file mode 100644
index 40a19eb1819c0..0000000000000
--- a/blockchains/ethereum/assets/0xF70d160102cF7a22c1E432d6928a9d625Db91170/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KUVERIT",
- "symbol": "KUV",
- "type": "ERC20",
- "decimals": 18,
- "description": "Kuverit P2P Guarantee Trading exists. A Guarantor makes sure both sides will receive their funds, and all claims are validated by candid voters and auditors.",
- "website": "https://www.kuverit.io",
- "explorer": "https://etherscan.io/token/0xF70d160102cF7a22c1E432d6928a9d625Db91170",
- "status": "active",
- "id": "0xF70d160102cF7a22c1E432d6928a9d625Db91170"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF70d160102cF7a22c1E432d6928a9d625Db91170/logo.png b/blockchains/ethereum/assets/0xF70d160102cF7a22c1E432d6928a9d625Db91170/logo.png
deleted file mode 100644
index 9bebdf719f6e7..0000000000000
Binary files a/blockchains/ethereum/assets/0xF70d160102cF7a22c1E432d6928a9d625Db91170/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF7461C8D8E469e9c41a9013dC09Ba8AbED66ef65/info.json b/blockchains/ethereum/assets/0xF7461C8D8E469e9c41a9013dC09Ba8AbED66ef65/info.json
deleted file mode 100644
index 4004f9c776757..0000000000000
--- a/blockchains/ethereum/assets/0xF7461C8D8E469e9c41a9013dC09Ba8AbED66ef65/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cryptassist",
- "symbol": "CTAT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.cryptassist.io/en",
- "explorer": "https://etherscan.io/token/0xF7461C8D8E469e9c41a9013dC09Ba8AbED66ef65",
- "status": "abandoned",
- "id": "0xF7461C8D8E469e9c41a9013dC09Ba8AbED66ef65"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF7461C8D8E469e9c41a9013dC09Ba8AbED66ef65/logo.png b/blockchains/ethereum/assets/0xF7461C8D8E469e9c41a9013dC09Ba8AbED66ef65/logo.png
deleted file mode 100644
index 67b7acf5c35ca..0000000000000
Binary files a/blockchains/ethereum/assets/0xF7461C8D8E469e9c41a9013dC09Ba8AbED66ef65/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF761f2dD63889885F4717056BdC32CC07C06Dbbf/info.json b/blockchains/ethereum/assets/0xF761f2dD63889885F4717056BdC32CC07C06Dbbf/info.json
deleted file mode 100644
index 3b6c6f9dc1eea..0000000000000
--- a/blockchains/ethereum/assets/0xF761f2dD63889885F4717056BdC32CC07C06Dbbf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DagX Token",
- "symbol": "DAG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF761f2dD63889885F4717056BdC32CC07C06Dbbf",
- "status": "abandoned",
- "id": "0xF761f2dD63889885F4717056BdC32CC07C06Dbbf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF761f2dD63889885F4717056BdC32CC07C06Dbbf/logo.png b/blockchains/ethereum/assets/0xF761f2dD63889885F4717056BdC32CC07C06Dbbf/logo.png
deleted file mode 100644
index a127953f620fe..0000000000000
Binary files a/blockchains/ethereum/assets/0xF761f2dD63889885F4717056BdC32CC07C06Dbbf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF77f4810e7521298a6e2a04f82A6c3492706d74F/info.json b/blockchains/ethereum/assets/0xF77f4810e7521298a6e2a04f82A6c3492706d74F/info.json
deleted file mode 100644
index 956f178bdc250..0000000000000
--- a/blockchains/ethereum/assets/0xF77f4810e7521298a6e2a04f82A6c3492706d74F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoinMeet",
- "symbol": "MEE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://coinmeet.io/",
- "explorer": "https://etherscan.io/token/0xF77f4810e7521298a6e2a04f82A6c3492706d74F",
- "status": "abandoned",
- "id": "0xF77f4810e7521298a6e2a04f82A6c3492706d74F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF77f4810e7521298a6e2a04f82A6c3492706d74F/logo.png b/blockchains/ethereum/assets/0xF77f4810e7521298a6e2a04f82A6c3492706d74F/logo.png
deleted file mode 100644
index 4b9e55f110a01..0000000000000
Binary files a/blockchains/ethereum/assets/0xF77f4810e7521298a6e2a04f82A6c3492706d74F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF784682C82526e245F50975190EF0fff4E4fC077/info.json b/blockchains/ethereum/assets/0xF784682C82526e245F50975190EF0fff4E4fC077/info.json
deleted file mode 100644
index 5fdbacd73a264..0000000000000
--- a/blockchains/ethereum/assets/0xF784682C82526e245F50975190EF0fff4E4fC077/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Inlock",
- "website": "https://inlock.io/",
- "description": "Inlock is a crypto-backed lending platform and savings platform.",
- "explorer": "https://etherscan.io/token/0xF784682C82526e245F50975190EF0fff4E4fC077",
- "type": "ERC20",
- "symbol": "ILK",
- "decimals": 8,
- "status": "active",
- "id": "0xF784682C82526e245F50975190EF0fff4E4fC077"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF784682C82526e245F50975190EF0fff4E4fC077/logo.png b/blockchains/ethereum/assets/0xF784682C82526e245F50975190EF0fff4E4fC077/logo.png
deleted file mode 100644
index c59abc2ea8900..0000000000000
Binary files a/blockchains/ethereum/assets/0xF784682C82526e245F50975190EF0fff4E4fC077/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF7920B0768Ecb20A123fAc32311d07D193381d6f/info.json b/blockchains/ethereum/assets/0xF7920B0768Ecb20A123fAc32311d07D193381d6f/info.json
deleted file mode 100644
index dbe5dacd325bf..0000000000000
--- a/blockchains/ethereum/assets/0xF7920B0768Ecb20A123fAc32311d07D193381d6f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Time New Bank",
- "symbol": "TNB",
- "type": "ERC20",
- "decimals": 18,
- "description": "TNB is token represent to Miao'A International Timechain (M.I.T). That is dedicated to building a precision time-valuebased transmission network.",
- "website": "https://tnb.fund/",
- "explorer": "https://etherscan.io/token/0xF7920B0768Ecb20A123fAc32311d07D193381d6f",
- "status": "active",
- "id": "0xF7920B0768Ecb20A123fAc32311d07D193381d6f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF7920B0768Ecb20A123fAc32311d07D193381d6f/logo.png b/blockchains/ethereum/assets/0xF7920B0768Ecb20A123fAc32311d07D193381d6f/logo.png
deleted file mode 100755
index a04b88bc955cc..0000000000000
Binary files a/blockchains/ethereum/assets/0xF7920B0768Ecb20A123fAc32311d07D193381d6f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF7A9ABdD6D8E5Cf4C237b10b4cF0640F41584735/info.json b/blockchains/ethereum/assets/0xF7A9ABdD6D8E5Cf4C237b10b4cF0640F41584735/info.json
deleted file mode 100644
index b0356daa08afa..0000000000000
--- a/blockchains/ethereum/assets/0xF7A9ABdD6D8E5Cf4C237b10b4cF0640F41584735/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ReaCoin",
- "symbol": "REA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF7A9ABdD6D8E5Cf4C237b10b4cF0640F41584735",
- "status": "abandoned",
- "id": "0xF7A9ABdD6D8E5Cf4C237b10b4cF0640F41584735"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF7A9ABdD6D8E5Cf4C237b10b4cF0640F41584735/logo.png b/blockchains/ethereum/assets/0xF7A9ABdD6D8E5Cf4C237b10b4cF0640F41584735/logo.png
deleted file mode 100644
index 799c5d15cae78..0000000000000
Binary files a/blockchains/ethereum/assets/0xF7A9ABdD6D8E5Cf4C237b10b4cF0640F41584735/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF7E04D8a32229B4cA63aA51eEA9979C7287FEa48/info.json b/blockchains/ethereum/assets/0xF7E04D8a32229B4cA63aA51eEA9979C7287FEa48/info.json
deleted file mode 100644
index 3f372ab91548a..0000000000000
--- a/blockchains/ethereum/assets/0xF7E04D8a32229B4cA63aA51eEA9979C7287FEa48/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Beowulf",
- "website": "https://beowulfchain.com/",
- "description": "Beowulf is a B2B decentralized cloud platform built by combining global computing resources into a supercomputer network on the blockchain for communication services.",
- "explorer": "https://etherscan.io/token/0xF7E04D8a32229B4cA63aA51eEA9979C7287FEa48",
- "type": "ERC20",
- "symbol": "BWF",
- "decimals": 5,
- "status": "active",
- "id": "0xF7E04D8a32229B4cA63aA51eEA9979C7287FEa48"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF7E04D8a32229B4cA63aA51eEA9979C7287FEa48/logo.png b/blockchains/ethereum/assets/0xF7E04D8a32229B4cA63aA51eEA9979C7287FEa48/logo.png
deleted file mode 100644
index 84d79d586397c..0000000000000
Binary files a/blockchains/ethereum/assets/0xF7E04D8a32229B4cA63aA51eEA9979C7287FEa48/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF7a6868ad958B724bc486e10bD3Ddc8D63AA16c7/info.json b/blockchains/ethereum/assets/0xF7a6868ad958B724bc486e10bD3Ddc8D63AA16c7/info.json
deleted file mode 100644
index 55eb8aaeff1be..0000000000000
--- a/blockchains/ethereum/assets/0xF7a6868ad958B724bc486e10bD3Ddc8D63AA16c7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "empowr green",
- "symbol": "EMPRG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF7a6868ad958B724bc486e10bD3Ddc8D63AA16c7",
- "status": "abandoned",
- "id": "0xF7a6868ad958B724bc486e10bD3Ddc8D63AA16c7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF7a6868ad958B724bc486e10bD3Ddc8D63AA16c7/logo.png b/blockchains/ethereum/assets/0xF7a6868ad958B724bc486e10bD3Ddc8D63AA16c7/logo.png
deleted file mode 100644
index 45fcf16fd1c0c..0000000000000
Binary files a/blockchains/ethereum/assets/0xF7a6868ad958B724bc486e10bD3Ddc8D63AA16c7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF7a6ACd437eDC08320AB17644Bb5963753a4E6D8/info.json b/blockchains/ethereum/assets/0xF7a6ACd437eDC08320AB17644Bb5963753a4E6D8/info.json
deleted file mode 100644
index 7049f122b7a90..0000000000000
--- a/blockchains/ethereum/assets/0xF7a6ACd437eDC08320AB17644Bb5963753a4E6D8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PivvrDS",
- "symbol": "PDS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF7a6ACd437eDC08320AB17644Bb5963753a4E6D8",
- "status": "abandoned",
- "id": "0xF7a6ACd437eDC08320AB17644Bb5963753a4E6D8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF7a6ACd437eDC08320AB17644Bb5963753a4E6D8/logo.png b/blockchains/ethereum/assets/0xF7a6ACd437eDC08320AB17644Bb5963753a4E6D8/logo.png
deleted file mode 100644
index dbea02626fbe6..0000000000000
Binary files a/blockchains/ethereum/assets/0xF7a6ACd437eDC08320AB17644Bb5963753a4E6D8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF7dEaF8f20546880cE40441c7bF47733006af98c/info.json b/blockchains/ethereum/assets/0xF7dEaF8f20546880cE40441c7bF47733006af98c/info.json
deleted file mode 100644
index 7c26a2e9fa65c..0000000000000
--- a/blockchains/ethereum/assets/0xF7dEaF8f20546880cE40441c7bF47733006af98c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SWAG",
- "symbol": "SWAG",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF7dEaF8f20546880cE40441c7bF47733006af98c",
- "status": "abandoned",
- "id": "0xF7dEaF8f20546880cE40441c7bF47733006af98c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF7dEaF8f20546880cE40441c7bF47733006af98c/logo.png b/blockchains/ethereum/assets/0xF7dEaF8f20546880cE40441c7bF47733006af98c/logo.png
deleted file mode 100644
index 3a9ed7e22bace..0000000000000
Binary files a/blockchains/ethereum/assets/0xF7dEaF8f20546880cE40441c7bF47733006af98c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF7f1e82886491c1D3224945Aa7d318e111130Fa9/info.json b/blockchains/ethereum/assets/0xF7f1e82886491c1D3224945Aa7d318e111130Fa9/info.json
deleted file mode 100644
index f689c62c89f45..0000000000000
--- a/blockchains/ethereum/assets/0xF7f1e82886491c1D3224945Aa7d318e111130Fa9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ANON",
- "symbol": "ANON",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF7f1e82886491c1D3224945Aa7d318e111130Fa9",
- "status": "abandoned",
- "id": "0xF7f1e82886491c1D3224945Aa7d318e111130Fa9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF7f1e82886491c1D3224945Aa7d318e111130Fa9/logo.png b/blockchains/ethereum/assets/0xF7f1e82886491c1D3224945Aa7d318e111130Fa9/logo.png
deleted file mode 100644
index 08d34060fbcf9..0000000000000
Binary files a/blockchains/ethereum/assets/0xF7f1e82886491c1D3224945Aa7d318e111130Fa9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF80417fac69547A1776D68F8c9DFB16Ba0eAE09D/info.json b/blockchains/ethereum/assets/0xF80417fac69547A1776D68F8c9DFB16Ba0eAE09D/info.json
deleted file mode 100644
index 5708edb34bb54..0000000000000
--- a/blockchains/ethereum/assets/0xF80417fac69547A1776D68F8c9DFB16Ba0eAE09D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Doecoins.com",
- "symbol": "DOE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF80417fac69547A1776D68F8c9DFB16Ba0eAE09D",
- "status": "abandoned",
- "id": "0xF80417fac69547A1776D68F8c9DFB16Ba0eAE09D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF80417fac69547A1776D68F8c9DFB16Ba0eAE09D/logo.png b/blockchains/ethereum/assets/0xF80417fac69547A1776D68F8c9DFB16Ba0eAE09D/logo.png
deleted file mode 100644
index fee362fe3324a..0000000000000
Binary files a/blockchains/ethereum/assets/0xF80417fac69547A1776D68F8c9DFB16Ba0eAE09D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF80D589b3Dbe130c270a69F1a69D050f268786Df/info.json b/blockchains/ethereum/assets/0xF80D589b3Dbe130c270a69F1a69D050f268786Df/info.json
deleted file mode 100644
index 86aa6f9ea336b..0000000000000
--- a/blockchains/ethereum/assets/0xF80D589b3Dbe130c270a69F1a69D050f268786Df/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Datamine",
- "symbol": "DAM",
- "type": "ERC20",
- "decimals": 18,
- "description": "Datamine Crypto uses smart contracts to redefine DeFi by creating on-chain Supply and Demand equilibrium. FLUX tokens are generated every 15 seconds to be burned by Datamine (DAM) token holders.",
- "website": "https://datamine.network/",
- "explorer": "https://etherscan.io/token/0xF80D589b3Dbe130c270a69F1a69D050f268786Df",
- "status": "active",
- "id": "0xF80D589b3Dbe130c270a69F1a69D050f268786Df"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF80D589b3Dbe130c270a69F1a69D050f268786Df/logo.png b/blockchains/ethereum/assets/0xF80D589b3Dbe130c270a69F1a69D050f268786Df/logo.png
deleted file mode 100644
index 80464a59e8ea6..0000000000000
Binary files a/blockchains/ethereum/assets/0xF80D589b3Dbe130c270a69F1a69D050f268786Df/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF82D62d65f0c670Ac4D88AbDf1afEFaC11522A16/info.json b/blockchains/ethereum/assets/0xF82D62d65f0c670Ac4D88AbDf1afEFaC11522A16/info.json
deleted file mode 100644
index 0c2a5341d83e3..0000000000000
--- a/blockchains/ethereum/assets/0xF82D62d65f0c670Ac4D88AbDf1afEFaC11522A16/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTMcoin",
- "symbol": "BTM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF82D62d65f0c670Ac4D88AbDf1afEFaC11522A16",
- "status": "abandoned",
- "id": "0xF82D62d65f0c670Ac4D88AbDf1afEFaC11522A16"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF82D62d65f0c670Ac4D88AbDf1afEFaC11522A16/logo.png b/blockchains/ethereum/assets/0xF82D62d65f0c670Ac4D88AbDf1afEFaC11522A16/logo.png
deleted file mode 100644
index c814f49e5b94f..0000000000000
Binary files a/blockchains/ethereum/assets/0xF82D62d65f0c670Ac4D88AbDf1afEFaC11522A16/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF832484f0c9f6b7Cd5c945488899035467508A5D/info.json b/blockchains/ethereum/assets/0xF832484f0c9f6b7Cd5c945488899035467508A5D/info.json
deleted file mode 100644
index bba114e02e417..0000000000000
--- a/blockchains/ethereum/assets/0xF832484f0c9f6b7Cd5c945488899035467508A5D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CUZ",
- "symbol": "CUZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF832484f0c9f6b7Cd5c945488899035467508A5D",
- "status": "abandoned",
- "id": "0xF832484f0c9f6b7Cd5c945488899035467508A5D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF832484f0c9f6b7Cd5c945488899035467508A5D/logo.png b/blockchains/ethereum/assets/0xF832484f0c9f6b7Cd5c945488899035467508A5D/logo.png
deleted file mode 100644
index 7458db3c5fa64..0000000000000
Binary files a/blockchains/ethereum/assets/0xF832484f0c9f6b7Cd5c945488899035467508A5D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF83301c5Cd1CCBB86f466A6B3c53316ED2f8465a/info.json b/blockchains/ethereum/assets/0xF83301c5Cd1CCBB86f466A6B3c53316ED2f8465a/info.json
deleted file mode 100644
index 7c39a02635307..0000000000000
--- a/blockchains/ethereum/assets/0xF83301c5Cd1CCBB86f466A6B3c53316ED2f8465a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COMSA",
- "symbol": "CMS",
- "type": "ERC20",
- "decimals": 6,
- "description": "Comsa is a conduit for future ICOs that want to exist in the COMSA ecosystem. As part of the project, a COMSA team is now already in place to provide companies with consultation, expertise and solutions to support their very own ICOs and implement blockchain technology into their business practices using our Zaif exchange and mijin private blockchain software, all at the same time, as a one-stop solution.",
- "website": "https://comsa.io/en/",
- "explorer": "https://etherscan.io/token/0xF83301c5Cd1CCBB86f466A6B3c53316ED2f8465a",
- "status": "active",
- "id": "0xF83301c5Cd1CCBB86f466A6B3c53316ED2f8465a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF83301c5Cd1CCBB86f466A6B3c53316ED2f8465a/logo.png b/blockchains/ethereum/assets/0xF83301c5Cd1CCBB86f466A6B3c53316ED2f8465a/logo.png
deleted file mode 100755
index 8cfae63f84ed0..0000000000000
Binary files a/blockchains/ethereum/assets/0xF83301c5Cd1CCBB86f466A6B3c53316ED2f8465a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF84df2db2C87dd650641f8904aF71EbFC3ddE0Ea/info.json b/blockchains/ethereum/assets/0xF84df2db2C87dd650641f8904aF71EbFC3ddE0Ea/info.json
deleted file mode 100644
index f8158739a18b3..0000000000000
--- a/blockchains/ethereum/assets/0xF84df2db2C87dd650641f8904aF71EbFC3ddE0Ea/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YouLive Coin",
- "symbol": "UC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.youlive.io/",
- "explorer": "https://etherscan.io/token/0xF84df2db2C87dd650641f8904aF71EbFC3ddE0Ea",
- "status": "abandoned",
- "id": "0xF84df2db2C87dd650641f8904aF71EbFC3ddE0Ea"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF84df2db2C87dd650641f8904aF71EbFC3ddE0Ea/logo.png b/blockchains/ethereum/assets/0xF84df2db2C87dd650641f8904aF71EbFC3ddE0Ea/logo.png
deleted file mode 100644
index b2297a4dc8d9c..0000000000000
Binary files a/blockchains/ethereum/assets/0xF84df2db2C87dd650641f8904aF71EbFC3ddE0Ea/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF85AC1FDaBF3E8aFeFD1500120243a0B30F16a54/info.json b/blockchains/ethereum/assets/0xF85AC1FDaBF3E8aFeFD1500120243a0B30F16a54/info.json
deleted file mode 100644
index 8f2589fc162bc..0000000000000
--- a/blockchains/ethereum/assets/0xF85AC1FDaBF3E8aFeFD1500120243a0B30F16a54/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AIPAY",
- "symbol": "AIPAY",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF85AC1FDaBF3E8aFeFD1500120243a0B30F16a54",
- "status": "abandoned",
- "id": "0xF85AC1FDaBF3E8aFeFD1500120243a0B30F16a54"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF85AC1FDaBF3E8aFeFD1500120243a0B30F16a54/logo.png b/blockchains/ethereum/assets/0xF85AC1FDaBF3E8aFeFD1500120243a0B30F16a54/logo.png
deleted file mode 100644
index 34db67b6c60ce..0000000000000
Binary files a/blockchains/ethereum/assets/0xF85AC1FDaBF3E8aFeFD1500120243a0B30F16a54/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF88951D7B676798705fd3a362ba5B1DBca2B233b/info.json b/blockchains/ethereum/assets/0xF88951D7B676798705fd3a362ba5B1DBca2B233b/info.json
deleted file mode 100644
index 463a56383f0e0..0000000000000
--- a/blockchains/ethereum/assets/0xF88951D7B676798705fd3a362ba5B1DBca2B233b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pixel",
- "symbol": "PXL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://piction.network/en/",
- "explorer": "https://etherscan.io/token/0xF88951D7B676798705fd3a362ba5B1DBca2B233b",
- "status": "abandoned",
- "id": "0xF88951D7B676798705fd3a362ba5B1DBca2B233b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF88951D7B676798705fd3a362ba5B1DBca2B233b/logo.png b/blockchains/ethereum/assets/0xF88951D7B676798705fd3a362ba5B1DBca2B233b/logo.png
deleted file mode 100644
index fd1318cc73f0f..0000000000000
Binary files a/blockchains/ethereum/assets/0xF88951D7B676798705fd3a362ba5B1DBca2B233b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF89bA2862dfAE69Bc2546568D56b087d7454c9C9/info.json b/blockchains/ethereum/assets/0xF89bA2862dfAE69Bc2546568D56b087d7454c9C9/info.json
deleted file mode 100644
index 60650d1d51b36..0000000000000
--- a/blockchains/ethereum/assets/0xF89bA2862dfAE69Bc2546568D56b087d7454c9C9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BaoBoShiCoin",
- "symbol": "BBSC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF89bA2862dfAE69Bc2546568D56b087d7454c9C9",
- "status": "abandoned",
- "id": "0xF89bA2862dfAE69Bc2546568D56b087d7454c9C9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF89bA2862dfAE69Bc2546568D56b087d7454c9C9/logo.png b/blockchains/ethereum/assets/0xF89bA2862dfAE69Bc2546568D56b087d7454c9C9/logo.png
deleted file mode 100755
index 472ce56234ab5..0000000000000
Binary files a/blockchains/ethereum/assets/0xF89bA2862dfAE69Bc2546568D56b087d7454c9C9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF8C595D070d104377f58715ce2E6C93E49a87f3c/info.json b/blockchains/ethereum/assets/0xF8C595D070d104377f58715ce2E6C93E49a87f3c/info.json
deleted file mode 100644
index 46cdb7289ec42..0000000000000
--- a/blockchains/ethereum/assets/0xF8C595D070d104377f58715ce2E6C93E49a87f3c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Decentralized Accessible Content Chain",
- "symbol": "DACC",
- "type": "ERC20",
- "decimals": 6,
- "description": "DACC – Decentralized Accessible Content – is the first public chain that revolutionize online content and media identity and access management (IAM) worldwide. As an interactive platform, DAC, through the innovative use of blockchain technology, allows creators to control and protect their content, while also giving them a secure and efficient way of selling it globally.",
- "website": "http://dacc.co/",
- "explorer": "https://etherscan.io/token/0xF8C595D070d104377f58715ce2E6C93E49a87f3c",
- "status": "abandoned",
- "id": "0xF8C595D070d104377f58715ce2E6C93E49a87f3c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF8C595D070d104377f58715ce2E6C93E49a87f3c/logo.png b/blockchains/ethereum/assets/0xF8C595D070d104377f58715ce2E6C93E49a87f3c/logo.png
deleted file mode 100644
index 9fbc575e06e5c..0000000000000
Binary files a/blockchains/ethereum/assets/0xF8C595D070d104377f58715ce2E6C93E49a87f3c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF8F1B1c8a2F6D69D15002ED214C7f6cf38f15E20/info.json b/blockchains/ethereum/assets/0xF8F1B1c8a2F6D69D15002ED214C7f6cf38f15E20/info.json
deleted file mode 100644
index b441d2afe7680..0000000000000
--- a/blockchains/ethereum/assets/0xF8F1B1c8a2F6D69D15002ED214C7f6cf38f15E20/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "777 TOKEN",
- "symbol": "777",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF8F1B1c8a2F6D69D15002ED214C7f6cf38f15E20",
- "status": "abandoned",
- "id": "0xF8F1B1c8a2F6D69D15002ED214C7f6cf38f15E20"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF8F1B1c8a2F6D69D15002ED214C7f6cf38f15E20/logo.png b/blockchains/ethereum/assets/0xF8F1B1c8a2F6D69D15002ED214C7f6cf38f15E20/logo.png
deleted file mode 100644
index 6c524453c0bb4..0000000000000
Binary files a/blockchains/ethereum/assets/0xF8F1B1c8a2F6D69D15002ED214C7f6cf38f15E20/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF8F237D074F637D777bcD2A4712bde793f94272B/info.json b/blockchains/ethereum/assets/0xF8F237D074F637D777bcD2A4712bde793f94272B/info.json
deleted file mode 100644
index 348df0054ea2f..0000000000000
--- a/blockchains/ethereum/assets/0xF8F237D074F637D777bcD2A4712bde793f94272B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ERC223",
- "symbol": "ERC223",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "https://erc223token.my.cam/",
- "explorer": "https://etherscan.io/token/0xF8F237D074F637D777bcD2A4712bde793f94272B",
- "status": "abandoned",
- "id": "0xF8F237D074F637D777bcD2A4712bde793f94272B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF8F237D074F637D777bcD2A4712bde793f94272B/logo.png b/blockchains/ethereum/assets/0xF8F237D074F637D777bcD2A4712bde793f94272B/logo.png
deleted file mode 100644
index abae3af0bd987..0000000000000
Binary files a/blockchains/ethereum/assets/0xF8F237D074F637D777bcD2A4712bde793f94272B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF8a4a9f541fb6B465804a0142c52C1D48914a1f7/info.json b/blockchains/ethereum/assets/0xF8a4a9f541fb6B465804a0142c52C1D48914a1f7/info.json
deleted file mode 100644
index 2d11512404ec9..0000000000000
--- a/blockchains/ethereum/assets/0xF8a4a9f541fb6B465804a0142c52C1D48914a1f7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TREECHAIN NETWORK",
- "symbol": "TREECOIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF8a4a9f541fb6B465804a0142c52C1D48914a1f7",
- "status": "abandoned",
- "id": "0xF8a4a9f541fb6B465804a0142c52C1D48914a1f7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF8a4a9f541fb6B465804a0142c52C1D48914a1f7/logo.png b/blockchains/ethereum/assets/0xF8a4a9f541fb6B465804a0142c52C1D48914a1f7/logo.png
deleted file mode 100644
index 9f247686ef07a..0000000000000
Binary files a/blockchains/ethereum/assets/0xF8a4a9f541fb6B465804a0142c52C1D48914a1f7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF8d778219D253df289dA5F43E2711124FF3953C2/info.json b/blockchains/ethereum/assets/0xF8d778219D253df289dA5F43E2711124FF3953C2/info.json
deleted file mode 100644
index 918fafab2fce1..0000000000000
--- a/blockchains/ethereum/assets/0xF8d778219D253df289dA5F43E2711124FF3953C2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RIZE",
- "symbol": "RIZE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.rizetoken.com",
- "explorer": "https://etherscan.io/token/0xF8d778219D253df289dA5F43E2711124FF3953C2",
- "status": "abandoned",
- "id": "0xF8d778219D253df289dA5F43E2711124FF3953C2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF8d778219D253df289dA5F43E2711124FF3953C2/logo.png b/blockchains/ethereum/assets/0xF8d778219D253df289dA5F43E2711124FF3953C2/logo.png
deleted file mode 100644
index cc85e2ba3e58d..0000000000000
Binary files a/blockchains/ethereum/assets/0xF8d778219D253df289dA5F43E2711124FF3953C2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF8e06E4e4A80287FDCa5b02dcCecAa9D0954840F/info.json b/blockchains/ethereum/assets/0xF8e06E4e4A80287FDCa5b02dcCecAa9D0954840F/info.json
deleted file mode 100644
index c5fec4415d3a2..0000000000000
--- a/blockchains/ethereum/assets/0xF8e06E4e4A80287FDCa5b02dcCecAa9D0954840F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TGAME",
- "symbol": "TGAME",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ico.truegame.io/",
- "explorer": "https://etherscan.io/token/0xF8e06E4e4A80287FDCa5b02dcCecAa9D0954840F",
- "status": "abandoned",
- "id": "0xF8e06E4e4A80287FDCa5b02dcCecAa9D0954840F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF8e06E4e4A80287FDCa5b02dcCecAa9D0954840F/logo.png b/blockchains/ethereum/assets/0xF8e06E4e4A80287FDCa5b02dcCecAa9D0954840F/logo.png
deleted file mode 100644
index 594f5cd8169d0..0000000000000
Binary files a/blockchains/ethereum/assets/0xF8e06E4e4A80287FDCa5b02dcCecAa9D0954840F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF906997808F73B09C1007B98Ab539b189282b192/info.json b/blockchains/ethereum/assets/0xF906997808F73B09C1007B98Ab539b189282b192/info.json
deleted file mode 100644
index 24e85b3156291..0000000000000
--- a/blockchains/ethereum/assets/0xF906997808F73B09C1007B98Ab539b189282b192/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USDG",
- "symbol": "USDG",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "https://aca.cash/",
- "explorer": "https://etherscan.io/token/0xF906997808F73B09C1007B98Ab539b189282b192",
- "status": "abandoned",
- "id": "0xF906997808F73B09C1007B98Ab539b189282b192"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF906997808F73B09C1007B98Ab539b189282b192/logo.png b/blockchains/ethereum/assets/0xF906997808F73B09C1007B98Ab539b189282b192/logo.png
deleted file mode 100644
index 7d271f8ea4b19..0000000000000
Binary files a/blockchains/ethereum/assets/0xF906997808F73B09C1007B98Ab539b189282b192/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF9101F6BDeaAF60735e62820585871f9b1F162b8/info.json b/blockchains/ethereum/assets/0xF9101F6BDeaAF60735e62820585871f9b1F162b8/info.json
deleted file mode 100644
index 14745bfa27395..0000000000000
--- a/blockchains/ethereum/assets/0xF9101F6BDeaAF60735e62820585871f9b1F162b8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CACHE",
- "symbol": "CACHE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF9101F6BDeaAF60735e62820585871f9b1F162b8",
- "status": "abandoned",
- "id": "0xF9101F6BDeaAF60735e62820585871f9b1F162b8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF9101F6BDeaAF60735e62820585871f9b1F162b8/logo.png b/blockchains/ethereum/assets/0xF9101F6BDeaAF60735e62820585871f9b1F162b8/logo.png
deleted file mode 100755
index 72d337ecf0273..0000000000000
Binary files a/blockchains/ethereum/assets/0xF9101F6BDeaAF60735e62820585871f9b1F162b8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF9366471F3c2F94608aFa3e4951a5754c8606C32/info.json b/blockchains/ethereum/assets/0xF9366471F3c2F94608aFa3e4951a5754c8606C32/info.json
deleted file mode 100644
index 2393f2023675d..0000000000000
--- a/blockchains/ethereum/assets/0xF9366471F3c2F94608aFa3e4951a5754c8606C32/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TTism",
- "symbol": "TTT",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF9366471F3c2F94608aFa3e4951a5754c8606C32",
- "status": "abandoned",
- "id": "0xF9366471F3c2F94608aFa3e4951a5754c8606C32"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF9366471F3c2F94608aFa3e4951a5754c8606C32/logo.png b/blockchains/ethereum/assets/0xF9366471F3c2F94608aFa3e4951a5754c8606C32/logo.png
deleted file mode 100644
index edb0ce2aeeb8a..0000000000000
Binary files a/blockchains/ethereum/assets/0xF9366471F3c2F94608aFa3e4951a5754c8606C32/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF938424F7210f31dF2Aee3011291b658f872e91e/info.json b/blockchains/ethereum/assets/0xF938424F7210f31dF2Aee3011291b658f872e91e/info.json
deleted file mode 100644
index 26eb659c79e14..0000000000000
--- a/blockchains/ethereum/assets/0xF938424F7210f31dF2Aee3011291b658f872e91e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Visor.Finance",
- "symbol": "VISR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Interact with DeFi protocols through an NFT, enhancing the discovery, reputation, safety and programmability of on-chain liquidity",
- "website": "https://visor.finance",
- "explorer": "https://etherscan.io/token/0xf938424f7210f31df2aee3011291b658f872e91e",
- "status": "active",
- "id": "0xF938424F7210f31dF2Aee3011291b658f872e91e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF938424F7210f31dF2Aee3011291b658f872e91e/logo.png b/blockchains/ethereum/assets/0xF938424F7210f31dF2Aee3011291b658f872e91e/logo.png
deleted file mode 100644
index efd50cbb67057..0000000000000
Binary files a/blockchains/ethereum/assets/0xF938424F7210f31dF2Aee3011291b658f872e91e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF94b5C5651c888d928439aB6514B93944eEE6F48/info.json b/blockchains/ethereum/assets/0xF94b5C5651c888d928439aB6514B93944eEE6F48/info.json
deleted file mode 100644
index e14d12d15c49d..0000000000000
--- a/blockchains/ethereum/assets/0xF94b5C5651c888d928439aB6514B93944eEE6F48/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Yield",
- "website": "https://yield.app",
- "description": "YLD is a utility token that allows YIELD.app users to boost their APY",
- "explorer": "https://etherscan.io/token/0xF94b5C5651c888d928439aB6514B93944eEE6F48",
- "type": "ERC20",
- "symbol": "YLD",
- "decimals": 18,
- "status": "active",
- "id": "0xF94b5C5651c888d928439aB6514B93944eEE6F48",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/yieldapp"
- },
- {
- "name": "whitepaper",
- "url": "https://yield.app/whitepaper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF94b5C5651c888d928439aB6514B93944eEE6F48/logo.png b/blockchains/ethereum/assets/0xF94b5C5651c888d928439aB6514B93944eEE6F48/logo.png
deleted file mode 100644
index 4a968c4f65116..0000000000000
Binary files a/blockchains/ethereum/assets/0xF94b5C5651c888d928439aB6514B93944eEE6F48/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF94d09007ADc12c7a295c876db8CE690453815Cc/info.json b/blockchains/ethereum/assets/0xF94d09007ADc12c7a295c876db8CE690453815Cc/info.json
deleted file mode 100644
index 8863e9ae0e6c4..0000000000000
--- a/blockchains/ethereum/assets/0xF94d09007ADc12c7a295c876db8CE690453815Cc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Eye",
- "symbol": "EYE",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF94d09007ADc12c7a295c876db8CE690453815Cc",
- "status": "abandoned",
- "id": "0xF94d09007ADc12c7a295c876db8CE690453815Cc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF94d09007ADc12c7a295c876db8CE690453815Cc/logo.png b/blockchains/ethereum/assets/0xF94d09007ADc12c7a295c876db8CE690453815Cc/logo.png
deleted file mode 100644
index fa10b5803e121..0000000000000
Binary files a/blockchains/ethereum/assets/0xF94d09007ADc12c7a295c876db8CE690453815Cc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF96459323030137703483B46fD59A71D712BF0aa/info.json b/blockchains/ethereum/assets/0xF96459323030137703483B46fD59A71D712BF0aa/info.json
deleted file mode 100644
index 073557d7ebe31..0000000000000
--- a/blockchains/ethereum/assets/0xF96459323030137703483B46fD59A71D712BF0aa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XTAKE",
- "symbol": "XTK",
- "type": "ERC20",
- "decimals": 6,
- "description": "xtake.finance aims to offer universal blockchain income powered by easy decentralized finance, passive income, yield farming, and liquidity mining.",
- "website": "https://xtake.finance/",
- "explorer": "https://etherscan.io/token/0xF96459323030137703483B46fD59A71D712BF0aa",
- "status": "active",
- "id": "0xF96459323030137703483B46fD59A71D712BF0aa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF96459323030137703483B46fD59A71D712BF0aa/logo.png b/blockchains/ethereum/assets/0xF96459323030137703483B46fD59A71D712BF0aa/logo.png
deleted file mode 100644
index bce13fc62f24f..0000000000000
Binary files a/blockchains/ethereum/assets/0xF96459323030137703483B46fD59A71D712BF0aa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF970b8E36e23F7fC3FD752EeA86f8Be8D83375A6/info.json b/blockchains/ethereum/assets/0xF970b8E36e23F7fC3FD752EeA86f8Be8D83375A6/info.json
deleted file mode 100644
index ef02579b3b61a..0000000000000
--- a/blockchains/ethereum/assets/0xF970b8E36e23F7fC3FD752EeA86f8Be8D83375A6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ripio Credit Network",
- "website": "https://ripiocredit.network",
- "description": "A peer-to-peer credit network protocol based on co-signed smart contracts.",
- "explorer": "https://etherscan.io/token/0xF970b8E36e23F7fC3FD752EeA86f8Be8D83375A6",
- "type": "ERC20",
- "symbol": "RCN",
- "decimals": 18,
- "status": "active",
- "id": "0xF970b8E36e23F7fC3FD752EeA86f8Be8D83375A6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF970b8E36e23F7fC3FD752EeA86f8Be8D83375A6/logo.png b/blockchains/ethereum/assets/0xF970b8E36e23F7fC3FD752EeA86f8Be8D83375A6/logo.png
deleted file mode 100755
index 961d0eeed1e10..0000000000000
Binary files a/blockchains/ethereum/assets/0xF970b8E36e23F7fC3FD752EeA86f8Be8D83375A6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF9745f5D0893DeAaC5D3c60cBd3dfd32ce0d2bAe/info.json b/blockchains/ethereum/assets/0xF9745f5D0893DeAaC5D3c60cBd3dfd32ce0d2bAe/info.json
deleted file mode 100644
index d12538b44b614..0000000000000
--- a/blockchains/ethereum/assets/0xF9745f5D0893DeAaC5D3c60cBd3dfd32ce0d2bAe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ERCN",
- "symbol": "ERCN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF9745f5D0893DeAaC5D3c60cBd3dfd32ce0d2bAe",
- "status": "abandoned",
- "id": "0xF9745f5D0893DeAaC5D3c60cBd3dfd32ce0d2bAe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF9745f5D0893DeAaC5D3c60cBd3dfd32ce0d2bAe/logo.png b/blockchains/ethereum/assets/0xF9745f5D0893DeAaC5D3c60cBd3dfd32ce0d2bAe/logo.png
deleted file mode 100644
index e15046a374991..0000000000000
Binary files a/blockchains/ethereum/assets/0xF9745f5D0893DeAaC5D3c60cBd3dfd32ce0d2bAe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF989E16233ad1aD0F2aF739547eF92745341F52B/info.json b/blockchains/ethereum/assets/0xF989E16233ad1aD0F2aF739547eF92745341F52B/info.json
deleted file mode 100644
index 5c2035a0a04ef..0000000000000
--- a/blockchains/ethereum/assets/0xF989E16233ad1aD0F2aF739547eF92745341F52B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coin Fella Token",
- "website": "https://coinfellatoken.org/",
- "description": "The Coin Fella Projekt is all about decentralized financial services with a goal to facilitate financial management in Cryptospace with a specially developed wallet and currency/ERC20 token.",
- "explorer": "https://etherscan.io/token/0xF989E16233ad1aD0F2aF739547eF92745341F52B",
- "type": "ERC20",
- "symbol": "CFT",
- "decimals": 18,
- "status": "active",
- "id": "0xF989E16233ad1aD0F2aF739547eF92745341F52B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF989E16233ad1aD0F2aF739547eF92745341F52B/logo.png b/blockchains/ethereum/assets/0xF989E16233ad1aD0F2aF739547eF92745341F52B/logo.png
deleted file mode 100644
index d31a0cf914097..0000000000000
Binary files a/blockchains/ethereum/assets/0xF989E16233ad1aD0F2aF739547eF92745341F52B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF9933cb5f0397bf020Bb950C307e30dd8f62080f/info.json b/blockchains/ethereum/assets/0xF9933cb5f0397bf020Bb950C307e30dd8f62080f/info.json
deleted file mode 100644
index c6e471a906db4..0000000000000
--- a/blockchains/ethereum/assets/0xF9933cb5f0397bf020Bb950C307e30dd8f62080f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZXTH",
- "symbol": "ZXTH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://zxth.org/",
- "explorer": "https://etherscan.io/token/0xF9933cb5f0397bf020Bb950C307e30dd8f62080f",
- "status": "abandoned",
- "id": "0xF9933cb5f0397bf020Bb950C307e30dd8f62080f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF9933cb5f0397bf020Bb950C307e30dd8f62080f/logo.png b/blockchains/ethereum/assets/0xF9933cb5f0397bf020Bb950C307e30dd8f62080f/logo.png
deleted file mode 100644
index 56c2abbc863cd..0000000000000
Binary files a/blockchains/ethereum/assets/0xF9933cb5f0397bf020Bb950C307e30dd8f62080f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF9986D445ceD31882377b5D6a5F58EaEa72288c3/info.json b/blockchains/ethereum/assets/0xF9986D445ceD31882377b5D6a5F58EaEa72288c3/info.json
deleted file mode 100644
index ffa5712670d20..0000000000000
--- a/blockchains/ethereum/assets/0xF9986D445ceD31882377b5D6a5F58EaEa72288c3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Elrond",
- "symbol": "ERD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF9986D445ceD31882377b5D6a5F58EaEa72288c3",
- "status": "abandoned",
- "id": "0xF9986D445ceD31882377b5D6a5F58EaEa72288c3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF9986D445ceD31882377b5D6a5F58EaEa72288c3/logo.png b/blockchains/ethereum/assets/0xF9986D445ceD31882377b5D6a5F58EaEa72288c3/logo.png
deleted file mode 100644
index 4fb3e43560b67..0000000000000
Binary files a/blockchains/ethereum/assets/0xF9986D445ceD31882377b5D6a5F58EaEa72288c3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF9A2D7E60a3297E513317AD1d7Ce101CC4C6C8F6/info.json b/blockchains/ethereum/assets/0xF9A2D7E60a3297E513317AD1d7Ce101CC4C6C8F6/info.json
deleted file mode 100644
index 25c64e002ef7e..0000000000000
--- a/blockchains/ethereum/assets/0xF9A2D7E60a3297E513317AD1d7Ce101CC4C6C8F6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Realio Network USD Stablecoin",
- "website": "https://realio.fund",
- "description": "rUSD is a USD pegged stablecoin, backed 1-to-1 with U.S. dollars held in an account with PrimeTrust, an institutional quality custodian and trust company based in the U.S.",
- "explorer": "https://etherscan.io/token/0xf9a2d7e60a3297e513317ad1d7ce101cc4c6c8f6",
- "type": "ERC20",
- "symbol": "rUSD",
- "decimals": 18,
- "status": "active",
- "id": "0xF9A2D7E60a3297E513317AD1d7Ce101CC4C6C8F6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF9A2D7E60a3297E513317AD1d7Ce101CC4C6C8F6/logo.png b/blockchains/ethereum/assets/0xF9A2D7E60a3297E513317AD1d7Ce101CC4C6C8F6/logo.png
deleted file mode 100644
index f7e998b334b2e..0000000000000
Binary files a/blockchains/ethereum/assets/0xF9A2D7E60a3297E513317AD1d7Ce101CC4C6C8F6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF9b540d1104e46E22Bde406F422cd152f205E523/info.json b/blockchains/ethereum/assets/0xF9b540d1104e46E22Bde406F422cd152f205E523/info.json
deleted file mode 100644
index f95713e141408..0000000000000
--- a/blockchains/ethereum/assets/0xF9b540d1104e46E22Bde406F422cd152f205E523/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DABANKING",
- "symbol": "DAA",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF9b540d1104e46E22Bde406F422cd152f205E523",
- "status": "abandoned",
- "id": "0xF9b540d1104e46E22Bde406F422cd152f205E523"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF9b540d1104e46E22Bde406F422cd152f205E523/logo.png b/blockchains/ethereum/assets/0xF9b540d1104e46E22Bde406F422cd152f205E523/logo.png
deleted file mode 100644
index f044f9c0349e8..0000000000000
Binary files a/blockchains/ethereum/assets/0xF9b540d1104e46E22Bde406F422cd152f205E523/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF9bbDDbaBC8293fc2F1C328055B0Bf078ecEA24d/info.json b/blockchains/ethereum/assets/0xF9bbDDbaBC8293fc2F1C328055B0Bf078ecEA24d/info.json
deleted file mode 100644
index ee1ad968be1f4..0000000000000
--- a/blockchains/ethereum/assets/0xF9bbDDbaBC8293fc2F1C328055B0Bf078ecEA24d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C560235",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF9bbDDbaBC8293fc2F1C328055B0Bf078ecEA24d",
- "status": "abandoned",
- "id": "0xF9bbDDbaBC8293fc2F1C328055B0Bf078ecEA24d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF9bbDDbaBC8293fc2F1C328055B0Bf078ecEA24d/logo.png b/blockchains/ethereum/assets/0xF9bbDDbaBC8293fc2F1C328055B0Bf078ecEA24d/logo.png
deleted file mode 100644
index fab7ccb5e2c8a..0000000000000
Binary files a/blockchains/ethereum/assets/0xF9bbDDbaBC8293fc2F1C328055B0Bf078ecEA24d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF9dfbdC37bf41Fd78E9C8eF195F5F21a9a175401/info.json b/blockchains/ethereum/assets/0xF9dfbdC37bf41Fd78E9C8eF195F5F21a9a175401/info.json
deleted file mode 100644
index a9b2249e50096..0000000000000
--- a/blockchains/ethereum/assets/0xF9dfbdC37bf41Fd78E9C8eF195F5F21a9a175401/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "istanbul",
- "symbol": "IST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF9dfbdC37bf41Fd78E9C8eF195F5F21a9a175401",
- "status": "abandoned",
- "id": "0xF9dfbdC37bf41Fd78E9C8eF195F5F21a9a175401"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF9dfbdC37bf41Fd78E9C8eF195F5F21a9a175401/logo.png b/blockchains/ethereum/assets/0xF9dfbdC37bf41Fd78E9C8eF195F5F21a9a175401/logo.png
deleted file mode 100644
index 437b51f385ea6..0000000000000
Binary files a/blockchains/ethereum/assets/0xF9dfbdC37bf41Fd78E9C8eF195F5F21a9a175401/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF9e5aF7B42D31D51677c75bbBD37c1986eC79AEE/info.json b/blockchains/ethereum/assets/0xF9e5aF7B42D31D51677c75bbBD37c1986eC79AEE/info.json
deleted file mode 100644
index 22c0af3755153..0000000000000
--- a/blockchains/ethereum/assets/0xF9e5aF7B42D31D51677c75bbBD37c1986eC79AEE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QuickX Protocol",
- "symbol": "QCX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.quickx.io/",
- "explorer": "https://etherscan.io/token/0xF9e5aF7B42D31D51677c75bbBD37c1986eC79AEE",
- "status": "abandoned",
- "id": "0xF9e5aF7B42D31D51677c75bbBD37c1986eC79AEE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF9e5aF7B42D31D51677c75bbBD37c1986eC79AEE/logo.png b/blockchains/ethereum/assets/0xF9e5aF7B42D31D51677c75bbBD37c1986eC79AEE/logo.png
deleted file mode 100644
index d34645314a2db..0000000000000
Binary files a/blockchains/ethereum/assets/0xF9e5aF7B42D31D51677c75bbBD37c1986eC79AEE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xF9fD7A89Bfb8A07A225080236E5Ca570Ee2a76A1/info.json b/blockchains/ethereum/assets/0xF9fD7A89Bfb8A07A225080236E5Ca570Ee2a76A1/info.json
deleted file mode 100644
index 2aaf20b68c5cd..0000000000000
--- a/blockchains/ethereum/assets/0xF9fD7A89Bfb8A07A225080236E5Ca570Ee2a76A1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KRWb Token",
- "symbol": "KRWb",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xF9fD7A89Bfb8A07A225080236E5Ca570Ee2a76A1",
- "status": "abandoned",
- "id": "0xF9fD7A89Bfb8A07A225080236E5Ca570Ee2a76A1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xF9fD7A89Bfb8A07A225080236E5Ca570Ee2a76A1/logo.png b/blockchains/ethereum/assets/0xF9fD7A89Bfb8A07A225080236E5Ca570Ee2a76A1/logo.png
deleted file mode 100755
index e222d465bbb30..0000000000000
Binary files a/blockchains/ethereum/assets/0xF9fD7A89Bfb8A07A225080236E5Ca570Ee2a76A1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFA038e0aC4E64aD3ECcE84A46767be0D434a511a/info.json b/blockchains/ethereum/assets/0xFA038e0aC4E64aD3ECcE84A46767be0D434a511a/info.json
deleted file mode 100644
index 12512a675762a..0000000000000
--- a/blockchains/ethereum/assets/0xFA038e0aC4E64aD3ECcE84A46767be0D434a511a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fundament",
- "symbol": "FND",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFA038e0aC4E64aD3ECcE84A46767be0D434a511a",
- "status": "abandoned",
- "id": "0xFA038e0aC4E64aD3ECcE84A46767be0D434a511a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFA038e0aC4E64aD3ECcE84A46767be0D434a511a/logo.png b/blockchains/ethereum/assets/0xFA038e0aC4E64aD3ECcE84A46767be0D434a511a/logo.png
deleted file mode 100644
index a62ae130a1fe8..0000000000000
Binary files a/blockchains/ethereum/assets/0xFA038e0aC4E64aD3ECcE84A46767be0D434a511a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFA12040497bC7B6077Ea125Bad27dAA8b74E7eDC/info.json b/blockchains/ethereum/assets/0xFA12040497bC7B6077Ea125Bad27dAA8b74E7eDC/info.json
deleted file mode 100644
index e432bc2016e8c..0000000000000
--- a/blockchains/ethereum/assets/0xFA12040497bC7B6077Ea125Bad27dAA8b74E7eDC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wish Coin",
- "symbol": "WIS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFA12040497bC7B6077Ea125Bad27dAA8b74E7eDC",
- "status": "abandoned",
- "id": "0xFA12040497bC7B6077Ea125Bad27dAA8b74E7eDC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFA12040497bC7B6077Ea125Bad27dAA8b74E7eDC/logo.png b/blockchains/ethereum/assets/0xFA12040497bC7B6077Ea125Bad27dAA8b74E7eDC/logo.png
deleted file mode 100644
index 5718ebc2e0d08..0000000000000
Binary files a/blockchains/ethereum/assets/0xFA12040497bC7B6077Ea125Bad27dAA8b74E7eDC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFA1DE2Ee97e4c10C94C91Cb2b5062b89Fb140b82/info.json b/blockchains/ethereum/assets/0xFA1DE2Ee97e4c10C94C91Cb2b5062b89Fb140b82/info.json
deleted file mode 100644
index 7eeb2e5739745..0000000000000
--- a/blockchains/ethereum/assets/0xFA1DE2Ee97e4c10C94C91Cb2b5062b89Fb140b82/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Education Credits",
- "symbol": "EDC",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFA1DE2Ee97e4c10C94C91Cb2b5062b89Fb140b82",
- "status": "abandoned",
- "id": "0xFA1DE2Ee97e4c10C94C91Cb2b5062b89Fb140b82"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFA1DE2Ee97e4c10C94C91Cb2b5062b89Fb140b82/logo.png b/blockchains/ethereum/assets/0xFA1DE2Ee97e4c10C94C91Cb2b5062b89Fb140b82/logo.png
deleted file mode 100755
index 9373fd52a9b6e..0000000000000
Binary files a/blockchains/ethereum/assets/0xFA1DE2Ee97e4c10C94C91Cb2b5062b89Fb140b82/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFA3118B34522580c35Ae27F6cf52da1dBb756288/info.json b/blockchains/ethereum/assets/0xFA3118B34522580c35Ae27F6cf52da1dBb756288/info.json
deleted file mode 100644
index c293419a901c5..0000000000000
--- a/blockchains/ethereum/assets/0xFA3118B34522580c35Ae27F6cf52da1dBb756288/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LinkEye Token",
- "symbol": "LET",
- "type": "ERC20",
- "decimals": 6,
- "description": "LinkEye is a Hyperledger Fabric based consortium-blockchain solution tofacilitate global credit alliance. Utilizating blockchain technology and credit economy model enables Linkeye to create a shared list of untrusted profiles within the credit alliance through connecting isolated islands of credit data, creating a comprehensive, reliable credit database. ",
- "website": "https://www.linkeye.com/",
- "explorer": "https://etherscan.io/token/0xFA3118B34522580c35Ae27F6cf52da1dBb756288",
- "status": "active",
- "id": "0xFA3118B34522580c35Ae27F6cf52da1dBb756288"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFA3118B34522580c35Ae27F6cf52da1dBb756288/logo.png b/blockchains/ethereum/assets/0xFA3118B34522580c35Ae27F6cf52da1dBb756288/logo.png
deleted file mode 100644
index 5c17ba4915663..0000000000000
Binary files a/blockchains/ethereum/assets/0xFA3118B34522580c35Ae27F6cf52da1dBb756288/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFA456Cf55250A839088b27EE32A424d7DAcB54Ff/info.json b/blockchains/ethereum/assets/0xFA456Cf55250A839088b27EE32A424d7DAcB54Ff/info.json
deleted file mode 100644
index 02754518ad7b7..0000000000000
--- a/blockchains/ethereum/assets/0xFA456Cf55250A839088b27EE32A424d7DAcB54Ff/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "blocktrade.com",
- "symbol": "BTT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://blocktrade.com/",
- "explorer": "https://etherscan.io/token/0xFA456Cf55250A839088b27EE32A424d7DAcB54Ff",
- "status": "abandoned",
- "id": "0xFA456Cf55250A839088b27EE32A424d7DAcB54Ff"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFA456Cf55250A839088b27EE32A424d7DAcB54Ff/logo.png b/blockchains/ethereum/assets/0xFA456Cf55250A839088b27EE32A424d7DAcB54Ff/logo.png
deleted file mode 100755
index 43250c3e12ffb..0000000000000
Binary files a/blockchains/ethereum/assets/0xFA456Cf55250A839088b27EE32A424d7DAcB54Ff/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFA75b65E52A6CBC5503f45f4AbBA2C5df4688875/info.json b/blockchains/ethereum/assets/0xFA75b65E52A6CBC5503f45f4AbBA2C5df4688875/info.json
deleted file mode 100644
index 7a3e385f8e388..0000000000000
--- a/blockchains/ethereum/assets/0xFA75b65E52A6CBC5503f45f4AbBA2C5df4688875/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Swytch Energy Token",
- "symbol": "SET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFA75b65E52A6CBC5503f45f4AbBA2C5df4688875",
- "status": "abandoned",
- "id": "0xFA75b65E52A6CBC5503f45f4AbBA2C5df4688875"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFA75b65E52A6CBC5503f45f4AbBA2C5df4688875/logo.png b/blockchains/ethereum/assets/0xFA75b65E52A6CBC5503f45f4AbBA2C5df4688875/logo.png
deleted file mode 100644
index e954413b89582..0000000000000
Binary files a/blockchains/ethereum/assets/0xFA75b65E52A6CBC5503f45f4AbBA2C5df4688875/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFA78Cf92c65D6515c0bA57b0b0fd207DBcbEB4cD/info.json b/blockchains/ethereum/assets/0xFA78Cf92c65D6515c0bA57b0b0fd207DBcbEB4cD/info.json
deleted file mode 100644
index 48b2ec9033586..0000000000000
--- a/blockchains/ethereum/assets/0xFA78Cf92c65D6515c0bA57b0b0fd207DBcbEB4cD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nickel",
- "symbol": "CSC-NI",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFA78Cf92c65D6515c0bA57b0b0fd207DBcbEB4cD",
- "status": "abandoned",
- "id": "0xFA78Cf92c65D6515c0bA57b0b0fd207DBcbEB4cD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFA78Cf92c65D6515c0bA57b0b0fd207DBcbEB4cD/logo.png b/blockchains/ethereum/assets/0xFA78Cf92c65D6515c0bA57b0b0fd207DBcbEB4cD/logo.png
deleted file mode 100755
index b6449ef47ec4f..0000000000000
Binary files a/blockchains/ethereum/assets/0xFA78Cf92c65D6515c0bA57b0b0fd207DBcbEB4cD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFAD44249C2cd1F661BAc5f97C2Ff9f625ce27197/info.json b/blockchains/ethereum/assets/0xFAD44249C2cd1F661BAc5f97C2Ff9f625ce27197/info.json
deleted file mode 100644
index 150ca0a75e00e..0000000000000
--- a/blockchains/ethereum/assets/0xFAD44249C2cd1F661BAc5f97C2Ff9f625ce27197/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "GREY",
- "symbol": "GREY",
- "type": "ERC20",
- "decimals": 4,
- "description": "$GREY is the cryptocurrency for members of The Grey Area. The Grey Area is a crypto community including designers, founders, thinkers and creatives of all kinds.",
- "website": "https://grey.supply/",
- "explorer": "https://etherscan.io/token/0xFAD44249C2cd1F661BAc5f97C2Ff9f625ce27197",
- "status": "active",
- "id": "0xFAD44249C2cd1F661BAc5f97C2Ff9f625ce27197",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/GREY_____SUPPLY"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/HuG98Kw8T5"
- }
- ],
- "tags": [
- "nft"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xFAD44249C2cd1F661BAc5f97C2Ff9f625ce27197/logo.png b/blockchains/ethereum/assets/0xFAD44249C2cd1F661BAc5f97C2Ff9f625ce27197/logo.png
deleted file mode 100644
index 6f735c2505d82..0000000000000
Binary files a/blockchains/ethereum/assets/0xFAD44249C2cd1F661BAc5f97C2Ff9f625ce27197/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFADe17a07ba3B480aA1714c3724a52D4C57d410E/info.json b/blockchains/ethereum/assets/0xFADe17a07ba3B480aA1714c3724a52D4C57d410E/info.json
deleted file mode 100644
index 36ec869ea629d..0000000000000
--- a/blockchains/ethereum/assets/0xFADe17a07ba3B480aA1714c3724a52D4C57d410E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vegan",
- "symbol": "VEGAN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFADe17a07ba3B480aA1714c3724a52D4C57d410E",
- "status": "abandoned",
- "id": "0xFADe17a07ba3B480aA1714c3724a52D4C57d410E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFADe17a07ba3B480aA1714c3724a52D4C57d410E/logo.png b/blockchains/ethereum/assets/0xFADe17a07ba3B480aA1714c3724a52D4C57d410E/logo.png
deleted file mode 100644
index e9b6433c73879..0000000000000
Binary files a/blockchains/ethereum/assets/0xFADe17a07ba3B480aA1714c3724a52D4C57d410E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFAd0bAfc9859E85687091Cc18C63f07fB14a453f/info.json b/blockchains/ethereum/assets/0xFAd0bAfc9859E85687091Cc18C63f07fB14a453f/info.json
deleted file mode 100644
index 1229914619f37..0000000000000
--- a/blockchains/ethereum/assets/0xFAd0bAfc9859E85687091Cc18C63f07fB14a453f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FIN ERC20 Token",
- "symbol": "FIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFAd0bAfc9859E85687091Cc18C63f07fB14a453f",
- "status": "abandoned",
- "id": "0xFAd0bAfc9859E85687091Cc18C63f07fB14a453f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFAd0bAfc9859E85687091Cc18C63f07fB14a453f/logo.png b/blockchains/ethereum/assets/0xFAd0bAfc9859E85687091Cc18C63f07fB14a453f/logo.png
deleted file mode 100755
index 630b5c0c6dd7d..0000000000000
Binary files a/blockchains/ethereum/assets/0xFAd0bAfc9859E85687091Cc18C63f07fB14a453f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFAd572db566E5234AC9Fc3d570c4EdC0050eAA92/info.json b/blockchains/ethereum/assets/0xFAd572db566E5234AC9Fc3d570c4EdC0050eAA92/info.json
deleted file mode 100644
index 07f5582c5b5bb..0000000000000
--- a/blockchains/ethereum/assets/0xFAd572db566E5234AC9Fc3d570c4EdC0050eAA92/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bytether",
- "symbol": "BTH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFAd572db566E5234AC9Fc3d570c4EdC0050eAA92",
- "status": "abandoned",
- "id": "0xFAd572db566E5234AC9Fc3d570c4EdC0050eAA92"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFAd572db566E5234AC9Fc3d570c4EdC0050eAA92/logo.png b/blockchains/ethereum/assets/0xFAd572db566E5234AC9Fc3d570c4EdC0050eAA92/logo.png
deleted file mode 100755
index a3401a6952b45..0000000000000
Binary files a/blockchains/ethereum/assets/0xFAd572db566E5234AC9Fc3d570c4EdC0050eAA92/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFB19C03a02a519a44542343803F3D42578CBc243/info.json b/blockchains/ethereum/assets/0xFB19C03a02a519a44542343803F3D42578CBc243/info.json
deleted file mode 100644
index eaf5aaecf4fc7..0000000000000
--- a/blockchains/ethereum/assets/0xFB19C03a02a519a44542343803F3D42578CBc243/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "CR Coin",
- "type": "ERC20",
- "symbol": "CRC",
- "decimals": 8,
- "website": "https://crcoinico.com/",
- "description": "CR Coin es un token digital con la principal función de ser un medio de pago digital, rápido, seguro y sin intermediarios lo cual puede conocerse también como un “Token de Utilidad” ya que nuestro principal enfoque es darle la mayor cantidad de usos posibles a CR Coin y así nuestros usuarios lo puedan utilizar para comprar comida, ropa, servicios y demás.",
- "explorer": "https://etherscan.io/token/0xfb19c03a02a519a44542343803f3d42578cbc243",
- "status": "active",
- "id": "0xFB19C03a02a519a44542343803F3D42578CBc243",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/joinchat/4mPn7zVK0vgyYmQx"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/crcointoken"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/es/monedas/cr-coin"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFB19C03a02a519a44542343803F3D42578CBc243/logo.png b/blockchains/ethereum/assets/0xFB19C03a02a519a44542343803F3D42578CBc243/logo.png
deleted file mode 100644
index 22db40f4751ad..0000000000000
Binary files a/blockchains/ethereum/assets/0xFB19C03a02a519a44542343803F3D42578CBc243/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFB1e5F5e984C28Ad7E228CDaA1F8A0919BB6a09B/info.json b/blockchains/ethereum/assets/0xFB1e5F5e984C28Ad7E228CDaA1F8A0919BB6a09B/info.json
deleted file mode 100644
index 0af8f1700c727..0000000000000
--- a/blockchains/ethereum/assets/0xFB1e5F5e984C28Ad7E228CDaA1F8A0919BB6a09B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Galaxy eSolutions",
- "symbol": "GES",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://galaxy-esolutions.com/",
- "explorer": "https://etherscan.io/token/0xFB1e5F5e984C28Ad7E228CDaA1F8A0919BB6a09B",
- "status": "abandoned",
- "id": "0xFB1e5F5e984C28Ad7E228CDaA1F8A0919BB6a09B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFB1e5F5e984C28Ad7E228CDaA1F8A0919BB6a09B/logo.png b/blockchains/ethereum/assets/0xFB1e5F5e984C28Ad7E228CDaA1F8A0919BB6a09B/logo.png
deleted file mode 100644
index 32a3c21e92ab9..0000000000000
Binary files a/blockchains/ethereum/assets/0xFB1e5F5e984C28Ad7E228CDaA1F8A0919BB6a09B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFBFb153343f9f8330A2777c2b0DA5216E5b5626d/info.json b/blockchains/ethereum/assets/0xFBFb153343f9f8330A2777c2b0DA5216E5b5626d/info.json
deleted file mode 100644
index 39a50dbbe9f2c..0000000000000
--- a/blockchains/ethereum/assets/0xFBFb153343f9f8330A2777c2b0DA5216E5b5626d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Artemischain",
- "symbol": "ATC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFBFb153343f9f8330A2777c2b0DA5216E5b5626d",
- "status": "abandoned",
- "id": "0xFBFb153343f9f8330A2777c2b0DA5216E5b5626d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFBFb153343f9f8330A2777c2b0DA5216E5b5626d/logo.png b/blockchains/ethereum/assets/0xFBFb153343f9f8330A2777c2b0DA5216E5b5626d/logo.png
deleted file mode 100644
index 92db3bdcf798b..0000000000000
Binary files a/blockchains/ethereum/assets/0xFBFb153343f9f8330A2777c2b0DA5216E5b5626d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFBc3c8Aad80B5934D134e2CCE065702FF254AD7D/info.json b/blockchains/ethereum/assets/0xFBc3c8Aad80B5934D134e2CCE065702FF254AD7D/info.json
deleted file mode 100644
index 733f750a960ac..0000000000000
--- a/blockchains/ethereum/assets/0xFBc3c8Aad80B5934D134e2CCE065702FF254AD7D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CHAOEX",
- "symbol": "CHEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFBc3c8Aad80B5934D134e2CCE065702FF254AD7D",
- "status": "abandoned",
- "id": "0xFBc3c8Aad80B5934D134e2CCE065702FF254AD7D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFBc3c8Aad80B5934D134e2CCE065702FF254AD7D/logo.png b/blockchains/ethereum/assets/0xFBc3c8Aad80B5934D134e2CCE065702FF254AD7D/logo.png
deleted file mode 100644
index 5b2a5b9e5f6ee..0000000000000
Binary files a/blockchains/ethereum/assets/0xFBc3c8Aad80B5934D134e2CCE065702FF254AD7D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFBcECb002177e530695B8976638fBd18d2038C3C/info.json b/blockchains/ethereum/assets/0xFBcECb002177e530695B8976638fBd18d2038C3C/info.json
deleted file mode 100644
index 990798be13259..0000000000000
--- a/blockchains/ethereum/assets/0xFBcECb002177e530695B8976638fBd18d2038C3C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Belifex",
- "website": "https://belifex.com/",
- "description": "Belifex is a Self Funded Blockchain Project with decentralizing solutions (DEX, Payment Gateway, Wallet and many others) all based on ERC-20 BEFX token.",
- "explorer": "https://etherscan.io/token/0xfbcecb002177e530695b8976638fbd18d2038c3c",
- "type": "ERC20",
- "symbol": "BEFX",
- "decimals": 8,
- "status": "active",
- "id": "0xFBcECb002177e530695B8976638fBd18d2038C3C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFBcECb002177e530695B8976638fBd18d2038C3C/logo.png b/blockchains/ethereum/assets/0xFBcECb002177e530695B8976638fBd18d2038C3C/logo.png
deleted file mode 100644
index d6a9de4227ebd..0000000000000
Binary files a/blockchains/ethereum/assets/0xFBcECb002177e530695B8976638fBd18d2038C3C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFC29B6e626B67776675FfF55d5BC0452d042F434/info.json b/blockchains/ethereum/assets/0xFC29B6e626B67776675FfF55d5BC0452d042F434/info.json
deleted file mode 100644
index eac10e943e37b..0000000000000
--- a/blockchains/ethereum/assets/0xFC29B6e626B67776675FfF55d5BC0452d042F434/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BHEX Token",
- "website": "https://bhex.com",
- "description": "BHT is the token issued by the BHEX trading platform ecosystem.",
- "explorer": "https://etherscan.io/token/0xFC29B6e626B67776675FfF55d5BC0452d042F434",
- "type": "ERC20",
- "symbol": "BHT",
- "decimals": 18,
- "status": "active",
- "id": "0xFC29B6e626B67776675FfF55d5BC0452d042F434"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFC29B6e626B67776675FfF55d5BC0452d042F434/logo.png b/blockchains/ethereum/assets/0xFC29B6e626B67776675FfF55d5BC0452d042F434/logo.png
deleted file mode 100644
index 5ae8f49411792..0000000000000
Binary files a/blockchains/ethereum/assets/0xFC29B6e626B67776675FfF55d5BC0452d042F434/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFC4B8ED459e00e5400be803A9BB3954234FD50e3/info.json b/blockchains/ethereum/assets/0xFC4B8ED459e00e5400be803A9BB3954234FD50e3/info.json
deleted file mode 100644
index fb0c2f1de7737..0000000000000
--- a/blockchains/ethereum/assets/0xFC4B8ED459e00e5400be803A9BB3954234FD50e3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave WBTC V1",
- "symbol": "aWBTC V1",
- "type": "ERC20",
- "decimals": 8,
- "description": "Aave WBTC V1 is an interest bearing token pegged 1:1 to the underlying WBTC deposited in Aave V1. aWBTC V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0xFC4B8ED459e00e5400be803A9BB3954234FD50e3",
- "status": "abandoned",
- "id": "0xFC4B8ED459e00e5400be803A9BB3954234FD50e3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFC4B8ED459e00e5400be803A9BB3954234FD50e3/logo.png b/blockchains/ethereum/assets/0xFC4B8ED459e00e5400be803A9BB3954234FD50e3/logo.png
deleted file mode 100644
index 7cab5c08c2943..0000000000000
Binary files a/blockchains/ethereum/assets/0xFC4B8ED459e00e5400be803A9BB3954234FD50e3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFC97655AE3714de60B518B7EA225b240AbF9d24E/info.json b/blockchains/ethereum/assets/0xFC97655AE3714de60B518B7EA225b240AbF9d24E/info.json
deleted file mode 100644
index f2dd973170f17..0000000000000
--- a/blockchains/ethereum/assets/0xFC97655AE3714de60B518B7EA225b240AbF9d24E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HongKongCoin",
- "symbol": "HKCN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFC97655AE3714de60B518B7EA225b240AbF9d24E",
- "status": "abandoned",
- "id": "0xFC97655AE3714de60B518B7EA225b240AbF9d24E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFC97655AE3714de60B518B7EA225b240AbF9d24E/logo.png b/blockchains/ethereum/assets/0xFC97655AE3714de60B518B7EA225b240AbF9d24E/logo.png
deleted file mode 100755
index 947e49f5064f4..0000000000000
Binary files a/blockchains/ethereum/assets/0xFC97655AE3714de60B518B7EA225b240AbF9d24E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFCCe9526E030F1691966d5A651F5EbE1A5B4C8E4/info.json b/blockchains/ethereum/assets/0xFCCe9526E030F1691966d5A651F5EbE1A5B4C8E4/info.json
deleted file mode 100644
index 67dd43a25f1bb..0000000000000
--- a/blockchains/ethereum/assets/0xFCCe9526E030F1691966d5A651F5EbE1A5B4C8E4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Onyx S&P 500",
- "symbol": "OSPV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFCCe9526E030F1691966d5A651F5EbE1A5B4C8E4",
- "status": "abandoned",
- "id": "0xFCCe9526E030F1691966d5A651F5EbE1A5B4C8E4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFCCe9526E030F1691966d5A651F5EbE1A5B4C8E4/logo.png b/blockchains/ethereum/assets/0xFCCe9526E030F1691966d5A651F5EbE1A5B4C8E4/logo.png
deleted file mode 100644
index 8bd2d98112385..0000000000000
Binary files a/blockchains/ethereum/assets/0xFCCe9526E030F1691966d5A651F5EbE1A5B4C8E4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFD1ccd0f8FABAB9B5b81173De82DE4A1566aC53f/info.json b/blockchains/ethereum/assets/0xFD1ccd0f8FABAB9B5b81173De82DE4A1566aC53f/info.json
deleted file mode 100644
index 01aa9dc6ab915..0000000000000
--- a/blockchains/ethereum/assets/0xFD1ccd0f8FABAB9B5b81173De82DE4A1566aC53f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ECOSCU",
- "symbol": "ECOSCU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFD1ccd0f8FABAB9B5b81173De82DE4A1566aC53f",
- "status": "abandoned",
- "id": "0xFD1ccd0f8FABAB9B5b81173De82DE4A1566aC53f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFD1ccd0f8FABAB9B5b81173De82DE4A1566aC53f/logo.png b/blockchains/ethereum/assets/0xFD1ccd0f8FABAB9B5b81173De82DE4A1566aC53f/logo.png
deleted file mode 100644
index c2f49220f1130..0000000000000
Binary files a/blockchains/ethereum/assets/0xFD1ccd0f8FABAB9B5b81173De82DE4A1566aC53f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFD25676Fc2c4421778B18Ec7Ab86E7C5701DF187/info.json b/blockchains/ethereum/assets/0xFD25676Fc2c4421778B18Ec7Ab86E7C5701DF187/info.json
deleted file mode 100644
index 5bcf0c67dd787..0000000000000
--- a/blockchains/ethereum/assets/0xFD25676Fc2c4421778B18Ec7Ab86E7C5701DF187/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Alchemy",
- "symbol": "Alchemy",
- "type": "ERC20",
- "decimals": 18,
- "description": "Alchemy is a decentralized data model training platform based on blockchain security encryption operation and a random forest training model.",
- "website": "https://alchemy-ai.com/",
- "explorer": "https://etherscan.io/token/0xFD25676Fc2c4421778B18Ec7Ab86E7C5701DF187",
- "status": "active",
- "id": "0xFD25676Fc2c4421778B18Ec7Ab86E7C5701DF187"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFD25676Fc2c4421778B18Ec7Ab86E7C5701DF187/logo.png b/blockchains/ethereum/assets/0xFD25676Fc2c4421778B18Ec7Ab86E7C5701DF187/logo.png
deleted file mode 100644
index 0ea4ac0c9149b..0000000000000
Binary files a/blockchains/ethereum/assets/0xFD25676Fc2c4421778B18Ec7Ab86E7C5701DF187/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFD6C31bb6F05Fc8dB64F4b740Ab758605c271FD8/info.json b/blockchains/ethereum/assets/0xFD6C31bb6F05Fc8dB64F4b740Ab758605c271FD8/info.json
deleted file mode 100644
index a7cc1da2c522d..0000000000000
--- a/blockchains/ethereum/assets/0xFD6C31bb6F05Fc8dB64F4b740Ab758605c271FD8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Contracoin",
- "symbol": "CTCN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://contracoin.asia",
- "explorer": "https://etherscan.io/token/0xFD6C31bb6F05Fc8dB64F4b740Ab758605c271FD8",
- "status": "active",
- "id": "0xFD6C31bb6F05Fc8dB64F4b740Ab758605c271FD8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFD6C31bb6F05Fc8dB64F4b740Ab758605c271FD8/logo.png b/blockchains/ethereum/assets/0xFD6C31bb6F05Fc8dB64F4b740Ab758605c271FD8/logo.png
deleted file mode 100644
index 4b52c1d7d7a51..0000000000000
Binary files a/blockchains/ethereum/assets/0xFD6C31bb6F05Fc8dB64F4b740Ab758605c271FD8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFD77E1C8b42E661fdC0a29cc467a8F51B07766F4/info.json b/blockchains/ethereum/assets/0xFD77E1C8b42E661fdC0a29cc467a8F51B07766F4/info.json
deleted file mode 100644
index 05de4917329e7..0000000000000
--- a/blockchains/ethereum/assets/0xFD77E1C8b42E661fdC0a29cc467a8F51B07766F4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "B Network Cash",
- "symbol": "BNC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFD77E1C8b42E661fdC0a29cc467a8F51B07766F4",
- "status": "abandoned",
- "id": "0xFD77E1C8b42E661fdC0a29cc467a8F51B07766F4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFD77E1C8b42E661fdC0a29cc467a8F51B07766F4/logo.png b/blockchains/ethereum/assets/0xFD77E1C8b42E661fdC0a29cc467a8F51B07766F4/logo.png
deleted file mode 100644
index f22dedb6cc4ef..0000000000000
Binary files a/blockchains/ethereum/assets/0xFD77E1C8b42E661fdC0a29cc467a8F51B07766F4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFD957F21bd95E723645C07C48a2d8ACB8Ffb3794/info.json b/blockchains/ethereum/assets/0xFD957F21bd95E723645C07C48a2d8ACB8Ffb3794/info.json
deleted file mode 100644
index 93946fea60c7f..0000000000000
--- a/blockchains/ethereum/assets/0xFD957F21bd95E723645C07C48a2d8ACB8Ffb3794/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Ethereum Meta",
- "symbol": "ETHM",
- "type": "ERC20",
- "decimals": 18,
- "description": "Ethereum Meta addresses a major weakness in Ethereum: the lack of privacy. Ethereum Meta enables smart contracts where no friend, family, nor foe can see what you bought or for how much.",
- "website": "https://ethermeta.com",
- "explorer": "https://etherscan.io/token/0xFD957F21bd95E723645C07C48a2d8ACB8Ffb3794",
- "status": "active",
- "id": "0xFD957F21bd95E723645C07C48a2d8ACB8Ffb3794",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/EthereumMeta"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ethereummeta"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ethereum-meta/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFD957F21bd95E723645C07C48a2d8ACB8Ffb3794/logo.png b/blockchains/ethereum/assets/0xFD957F21bd95E723645C07C48a2d8ACB8Ffb3794/logo.png
deleted file mode 100644
index a997d8b7341c0..0000000000000
Binary files a/blockchains/ethereum/assets/0xFD957F21bd95E723645C07C48a2d8ACB8Ffb3794/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFE16A9e3904f928CC6A34507d6d667F731C66Bb0/info.json b/blockchains/ethereum/assets/0xFE16A9e3904f928CC6A34507d6d667F731C66Bb0/info.json
deleted file mode 100644
index 9d3ff8772485b..0000000000000
--- a/blockchains/ethereum/assets/0xFE16A9e3904f928CC6A34507d6d667F731C66Bb0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Easy Deals",
- "symbol": "EDBT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFE16A9e3904f928CC6A34507d6d667F731C66Bb0",
- "status": "abandoned",
- "id": "0xFE16A9e3904f928CC6A34507d6d667F731C66Bb0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFE16A9e3904f928CC6A34507d6d667F731C66Bb0/logo.png b/blockchains/ethereum/assets/0xFE16A9e3904f928CC6A34507d6d667F731C66Bb0/logo.png
deleted file mode 100644
index fb1db9f7425b5..0000000000000
Binary files a/blockchains/ethereum/assets/0xFE16A9e3904f928CC6A34507d6d667F731C66Bb0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFE1bc038bB3535Cbfb13886ea23f7c4032996c59/info.json b/blockchains/ethereum/assets/0xFE1bc038bB3535Cbfb13886ea23f7c4032996c59/info.json
deleted file mode 100644
index 7d281f6576fe4..0000000000000
--- a/blockchains/ethereum/assets/0xFE1bc038bB3535Cbfb13886ea23f7c4032996c59/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": " DoneDonate",
- "symbol": "DDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFE1bc038bB3535Cbfb13886ea23f7c4032996c59",
- "status": "abandoned",
- "id": "0xFE1bc038bB3535Cbfb13886ea23f7c4032996c59"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFE1bc038bB3535Cbfb13886ea23f7c4032996c59/logo.png b/blockchains/ethereum/assets/0xFE1bc038bB3535Cbfb13886ea23f7c4032996c59/logo.png
deleted file mode 100644
index 1f4970509f10f..0000000000000
Binary files a/blockchains/ethereum/assets/0xFE1bc038bB3535Cbfb13886ea23f7c4032996c59/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFE39e6a32AcD2aF7955Cb3D406Ba2B55C901f247/info.json b/blockchains/ethereum/assets/0xFE39e6a32AcD2aF7955Cb3D406Ba2B55C901f247/info.json
deleted file mode 100644
index f5ec1d74c831c..0000000000000
--- a/blockchains/ethereum/assets/0xFE39e6a32AcD2aF7955Cb3D406Ba2B55C901f247/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZBG Token",
- "website": "https://zbg.com",
- "description": "ZBG Token is an exchange based token and native currency of the ZBG crypto exchange.",
- "explorer": "https://etherscan.io/token/0xFE39e6a32AcD2aF7955Cb3D406Ba2B55C901f247",
- "type": "ERC20",
- "symbol": "ZT",
- "decimals": 18,
- "status": "active",
- "id": "0xFE39e6a32AcD2aF7955Cb3D406Ba2B55C901f247"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFE39e6a32AcD2aF7955Cb3D406Ba2B55C901f247/logo.png b/blockchains/ethereum/assets/0xFE39e6a32AcD2aF7955Cb3D406Ba2B55C901f247/logo.png
deleted file mode 100644
index f3eb3f21f53d4..0000000000000
Binary files a/blockchains/ethereum/assets/0xFE39e6a32AcD2aF7955Cb3D406Ba2B55C901f247/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFE3E6a25e6b192A42a44ecDDCd13796471735ACf/info.json b/blockchains/ethereum/assets/0xFE3E6a25e6b192A42a44ecDDCd13796471735ACf/info.json
deleted file mode 100644
index 9d70c15cbd451..0000000000000
--- a/blockchains/ethereum/assets/0xFE3E6a25e6b192A42a44ecDDCd13796471735ACf/info.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "name": "Reef",
- "website": "https://reef.finance",
- "description": "Reef Finance is a multi-chain smart yield engine and liquidity aggregator where any DeFi protocol can integrate into.",
- "explorer": "https://etherscan.io/token/0xfe3e6a25e6b192a42a44ecddcd13796471735acf",
- "research": "https://research.binance.com/en/projects/reef-finance",
- "type": "ERC20",
- "symbol": "REEF",
- "decimals": 18,
- "status": "active",
- "id": "0xFE3E6a25e6b192A42a44ecDDCd13796471735ACf",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ReefDeFi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/reefdefi"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/reef-finance/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/reef/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFE3E6a25e6b192A42a44ecDDCd13796471735ACf/logo.png b/blockchains/ethereum/assets/0xFE3E6a25e6b192A42a44ecDDCd13796471735ACf/logo.png
deleted file mode 100644
index 7eed97f775974..0000000000000
Binary files a/blockchains/ethereum/assets/0xFE3E6a25e6b192A42a44ecDDCd13796471735ACf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFE76BE9cEC465ed3219a9972c21655D57d21aec6/info.json b/blockchains/ethereum/assets/0xFE76BE9cEC465ed3219a9972c21655D57d21aec6/info.json
deleted file mode 100644
index 8237b1d219611..0000000000000
--- a/blockchains/ethereum/assets/0xFE76BE9cEC465ed3219a9972c21655D57d21aec6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PalletOneToken",
- "symbol": "PTN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://pallet.one/",
- "explorer": "https://etherscan.io/token/0xFE76BE9cEC465ed3219a9972c21655D57d21aec6",
- "status": "abandoned",
- "id": "0xFE76BE9cEC465ed3219a9972c21655D57d21aec6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFE76BE9cEC465ed3219a9972c21655D57d21aec6/logo.png b/blockchains/ethereum/assets/0xFE76BE9cEC465ed3219a9972c21655D57d21aec6/logo.png
deleted file mode 100644
index 32c2896c9d6c1..0000000000000
Binary files a/blockchains/ethereum/assets/0xFE76BE9cEC465ed3219a9972c21655D57d21aec6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFEF3884b603C33EF8eD4183346E093A173C94da6/info.json b/blockchains/ethereum/assets/0xFEF3884b603C33EF8eD4183346E093A173C94da6/info.json
deleted file mode 100644
index 3f703f997124d..0000000000000
--- a/blockchains/ethereum/assets/0xFEF3884b603C33EF8eD4183346E093A173C94da6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MetaMorph",
- "symbol": "METM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://metamorph.pro/",
- "explorer": "https://etherscan.io/token/0xFEF3884b603C33EF8eD4183346E093A173C94da6",
- "status": "active",
- "id": "0xFEF3884b603C33EF8eD4183346E093A173C94da6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFEF3884b603C33EF8eD4183346E093A173C94da6/logo.png b/blockchains/ethereum/assets/0xFEF3884b603C33EF8eD4183346E093A173C94da6/logo.png
deleted file mode 100644
index cf1dc2f5e133d..0000000000000
Binary files a/blockchains/ethereum/assets/0xFEF3884b603C33EF8eD4183346E093A173C94da6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFEbc25f4c5fc3E90a7eFaE0b4d436A77c9e131B3/info.json b/blockchains/ethereum/assets/0xFEbc25f4c5fc3E90a7eFaE0b4d436A77c9e131B3/info.json
deleted file mode 100644
index 87223e7db2df3..0000000000000
--- a/blockchains/ethereum/assets/0xFEbc25f4c5fc3E90a7eFaE0b4d436A77c9e131B3/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Cezo OS",
- "website": "https://cezo.io/",
- "description": "CEZO is a decentralized OS infrastructure to enable full ecosystem required by complex computations of DApps.",
- "explorer": "https://etherscan.io/token/0xFEbc25f4c5fc3E90a7eFaE0b4d436A77c9e131B3",
- "type": "ERC20",
- "symbol": "CEZ",
- "decimals": 18,
- "status": "active",
- "id": "0xFEbc25f4c5fc3E90a7eFaE0b4d436A77c9e131B3",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/cezo-os"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/cezo_io"
- },
- {
- "name": "telegram",
- "url": "https://t.me/cezo_io"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/cezo/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@cezo_io"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFEbc25f4c5fc3E90a7eFaE0b4d436A77c9e131B3/logo.png b/blockchains/ethereum/assets/0xFEbc25f4c5fc3E90a7eFaE0b4d436A77c9e131B3/logo.png
deleted file mode 100644
index 3866fd6a5428d..0000000000000
Binary files a/blockchains/ethereum/assets/0xFEbc25f4c5fc3E90a7eFaE0b4d436A77c9e131B3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFEd869D86Fbb8C7A320a4b9F02EAd44fe161A418/info.json b/blockchains/ethereum/assets/0xFEd869D86Fbb8C7A320a4b9F02EAd44fe161A418/info.json
deleted file mode 100644
index c3db335b8148f..0000000000000
--- a/blockchains/ethereum/assets/0xFEd869D86Fbb8C7A320a4b9F02EAd44fe161A418/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Film Vault Protocol",
- "website": "https://filmvault.io",
- "description": "The Film Vault protocol is a dApp/Smart Contract to Learn, Invest and Profit from the Independent Film Industry. Built with latest openzeppellin secured smart contract in Solidity, deployed in both Ethereun Network [ERC20] and Binance Smart Chain [BEP20] with a multi chain tokenomics of 1Million FILMVAULT max supply, and unique 10 year minting strategy.",
- "explorer": "https://etherscan.io/token/0xFEd869D86Fbb8C7A320a4b9F02EAd44fe161A418",
- "type": "ERC20",
- "symbol": "FILMVAULT",
- "decimals": 9,
- "status": "active",
- "id": "0xFEd869D86Fbb8C7A320a4b9F02EAd44fe161A418"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFEd869D86Fbb8C7A320a4b9F02EAd44fe161A418/logo.png b/blockchains/ethereum/assets/0xFEd869D86Fbb8C7A320a4b9F02EAd44fe161A418/logo.png
deleted file mode 100644
index 36c1427a16be1..0000000000000
Binary files a/blockchains/ethereum/assets/0xFEd869D86Fbb8C7A320a4b9F02EAd44fe161A418/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFF0E5e014cf97e0615cb50F6f39Da6388E2FaE6E/info.json b/blockchains/ethereum/assets/0xFF0E5e014cf97e0615cb50F6f39Da6388E2FaE6E/info.json
deleted file mode 100644
index 4eff59829c7c1..0000000000000
--- a/blockchains/ethereum/assets/0xFF0E5e014cf97e0615cb50F6f39Da6388E2FaE6E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Origo",
- "symbol": "OGO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://origo.network",
- "explorer": "https://etherscan.io/token/0xFF0E5e014cf97e0615cb50F6f39Da6388E2FaE6E",
- "status": "active",
- "id": "0xFF0E5e014cf97e0615cb50F6f39Da6388E2FaE6E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFF0E5e014cf97e0615cb50F6f39Da6388E2FaE6E/logo.png b/blockchains/ethereum/assets/0xFF0E5e014cf97e0615cb50F6f39Da6388E2FaE6E/logo.png
deleted file mode 100644
index 48231fa361e31..0000000000000
Binary files a/blockchains/ethereum/assets/0xFF0E5e014cf97e0615cb50F6f39Da6388E2FaE6E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFF0a024B66739357c4ED231fB3DBC0c8C22749F5/info.json b/blockchains/ethereum/assets/0xFF0a024B66739357c4ED231fB3DBC0c8C22749F5/info.json
deleted file mode 100644
index 5d8b4c0904b94..0000000000000
--- a/blockchains/ethereum/assets/0xFF0a024B66739357c4ED231fB3DBC0c8C22749F5/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": " Binance Wrapped WRX",
- "website": "https://binance.org",
- "description": "BWRX tokens are ERC20 tokens on the Ethereum network created via the Binance Token Canal program, where the price is pegged to WRX at a rate of 1 BWRX = 1 WRX.",
- "explorer": "https://etherscan.io/token/0xff0a024b66739357c4ed231fb3dbc0c8c22749f5",
- "research": "https://research.binance.com/en/projects/wazirx",
- "type": "ERC20",
- "symbol": "BWRX",
- "decimals": 8,
- "status": "active",
- "id": "0xFF0a024B66739357c4ED231fB3DBC0c8C22749F5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFF0a024B66739357c4ED231fB3DBC0c8C22749F5/logo.png b/blockchains/ethereum/assets/0xFF0a024B66739357c4ED231fB3DBC0c8C22749F5/logo.png
deleted file mode 100644
index d5740aecada53..0000000000000
Binary files a/blockchains/ethereum/assets/0xFF0a024B66739357c4ED231fB3DBC0c8C22749F5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFF0a4De6a92c2e3F9452FFF00a6f973AA8c1CB43/info.json b/blockchains/ethereum/assets/0xFF0a4De6a92c2e3F9452FFF00a6f973AA8c1CB43/info.json
deleted file mode 100644
index 73ce781b3e0d6..0000000000000
--- a/blockchains/ethereum/assets/0xFF0a4De6a92c2e3F9452FFF00a6f973AA8c1CB43/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AUA GOLD",
- "symbol": "AUA",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFF0a4De6a92c2e3F9452FFF00a6f973AA8c1CB43",
- "status": "abandoned",
- "id": "0xFF0a4De6a92c2e3F9452FFF00a6f973AA8c1CB43"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFF0a4De6a92c2e3F9452FFF00a6f973AA8c1CB43/logo.png b/blockchains/ethereum/assets/0xFF0a4De6a92c2e3F9452FFF00a6f973AA8c1CB43/logo.png
deleted file mode 100644
index 70ca65a0175ec..0000000000000
Binary files a/blockchains/ethereum/assets/0xFF0a4De6a92c2e3F9452FFF00a6f973AA8c1CB43/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFF193c057339a328DCec72eB3eD3bfc399922C80/info.json b/blockchains/ethereum/assets/0xFF193c057339a328DCec72eB3eD3bfc399922C80/info.json
deleted file mode 100644
index 6bf91a4c9cf2d..0000000000000
--- a/blockchains/ethereum/assets/0xFF193c057339a328DCec72eB3eD3bfc399922C80/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Abe Token",
- "symbol": "ABE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFF193c057339a328DCec72eB3eD3bfc399922C80",
- "status": "active",
- "id": "0xFF193c057339a328DCec72eB3eD3bfc399922C80"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFF193c057339a328DCec72eB3eD3bfc399922C80/logo.png b/blockchains/ethereum/assets/0xFF193c057339a328DCec72eB3eD3bfc399922C80/logo.png
deleted file mode 100755
index 3dba5140231c6..0000000000000
Binary files a/blockchains/ethereum/assets/0xFF193c057339a328DCec72eB3eD3bfc399922C80/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFF21A0BE6114CC4dF52B6F39f68820C3B6EBfe45/info.json b/blockchains/ethereum/assets/0xFF21A0BE6114CC4dF52B6F39f68820C3B6EBfe45/info.json
deleted file mode 100644
index 8d55e6a6b8e34..0000000000000
--- a/blockchains/ethereum/assets/0xFF21A0BE6114CC4dF52B6F39f68820C3B6EBfe45/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SOCIALMEDIACOIN",
- "symbol": "LIKE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFF21A0BE6114CC4dF52B6F39f68820C3B6EBfe45",
- "status": "abandoned",
- "id": "0xFF21A0BE6114CC4dF52B6F39f68820C3B6EBfe45"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFF21A0BE6114CC4dF52B6F39f68820C3B6EBfe45/logo.png b/blockchains/ethereum/assets/0xFF21A0BE6114CC4dF52B6F39f68820C3B6EBfe45/logo.png
deleted file mode 100755
index b5388ffb787b8..0000000000000
Binary files a/blockchains/ethereum/assets/0xFF21A0BE6114CC4dF52B6F39f68820C3B6EBfe45/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFF440aE0Bb96ee0C6a024E9D9BDb9face23ceC6b/info.json b/blockchains/ethereum/assets/0xFF440aE0Bb96ee0C6a024E9D9BDb9face23ceC6b/info.json
deleted file mode 100644
index 428d5f278375e..0000000000000
--- a/blockchains/ethereum/assets/0xFF440aE0Bb96ee0C6a024E9D9BDb9face23ceC6b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Euros",
- "website": "https://dollarprotocol.com",
- "description": "Dollar Protocol is a suite of algorithmic synthetics governed by Share",
- "explorer": "https://etherscan.io/token/0xFF440aE0Bb96ee0C6a024E9D9BDb9face23ceC6b",
- "type": "ERC20",
- "symbol": "EURx",
- "decimals": 9,
- "status": "active",
- "id": "0xFF440aE0Bb96ee0C6a024E9D9BDb9face23ceC6b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFF440aE0Bb96ee0C6a024E9D9BDb9face23ceC6b/logo.png b/blockchains/ethereum/assets/0xFF440aE0Bb96ee0C6a024E9D9BDb9face23ceC6b/logo.png
deleted file mode 100644
index 2acd8334eb611..0000000000000
Binary files a/blockchains/ethereum/assets/0xFF440aE0Bb96ee0C6a024E9D9BDb9face23ceC6b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFF603F43946A3A28DF5E6A73172555D8C8b02386/info.json b/blockchains/ethereum/assets/0xFF603F43946A3A28DF5E6A73172555D8C8b02386/info.json
deleted file mode 100644
index 58aba2f0e8db2..0000000000000
--- a/blockchains/ethereum/assets/0xFF603F43946A3A28DF5E6A73172555D8C8b02386/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OneRoot Network Token",
- "symbol": "RNT",
- "type": "ERC20",
- "decimals": 18,
- "description": "ONEROOT aims to make use of the immutability, transparency and traceability of blockchain while embracing values of decentralization and shared economy to build a network of value that better fits with the characteristics of distributed network and tokenization of assets.",
- "website": "https://www.oneroot.io/en",
- "explorer": "https://etherscan.io/token/0xFF603F43946A3A28DF5E6A73172555D8C8b02386",
- "status": "active",
- "id": "0xFF603F43946A3A28DF5E6A73172555D8C8b02386"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFF603F43946A3A28DF5E6A73172555D8C8b02386/logo.png b/blockchains/ethereum/assets/0xFF603F43946A3A28DF5E6A73172555D8C8b02386/logo.png
deleted file mode 100644
index 67646b34e0ef1..0000000000000
Binary files a/blockchains/ethereum/assets/0xFF603F43946A3A28DF5E6A73172555D8C8b02386/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFF75CEd57419bcaEBe5F05254983b013B0646eF5/info.json b/blockchains/ethereum/assets/0xFF75CEd57419bcaEBe5F05254983b013B0646eF5/info.json
deleted file mode 100644
index 3505dc977938d..0000000000000
--- a/blockchains/ethereum/assets/0xFF75CEd57419bcaEBe5F05254983b013B0646eF5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COOK Token",
- "website": "https://cook.finance/",
- "description": "COOK token is a governance and utility token issued by Cook Protocol.",
- "explorer": "https://etherscan.io/token/0xFF75CEd57419bcaEBe5F05254983b013B0646eF5",
- "type": "ERC20",
- "symbol": "COOK",
- "decimals": 18,
- "status": "active",
- "id": "0xFF75CEd57419bcaEBe5F05254983b013B0646eF5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFF75CEd57419bcaEBe5F05254983b013B0646eF5/logo.png b/blockchains/ethereum/assets/0xFF75CEd57419bcaEBe5F05254983b013B0646eF5/logo.png
deleted file mode 100644
index ede22bfebc54c..0000000000000
Binary files a/blockchains/ethereum/assets/0xFF75CEd57419bcaEBe5F05254983b013B0646eF5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFFA52DCE6Eb5695436BE96CA9b7Df63382e4c34d/info.json b/blockchains/ethereum/assets/0xFFA52DCE6Eb5695436BE96CA9b7Df63382e4c34d/info.json
deleted file mode 100644
index 94401f94827f6..0000000000000
--- a/blockchains/ethereum/assets/0xFFA52DCE6Eb5695436BE96CA9b7Df63382e4c34d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Onyx S&P 500 Short",
- "symbol": "OSPVS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFFA52DCE6Eb5695436BE96CA9b7Df63382e4c34d",
- "status": "active",
- "id": "0xFFA52DCE6Eb5695436BE96CA9b7Df63382e4c34d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFFA52DCE6Eb5695436BE96CA9b7Df63382e4c34d/logo.png b/blockchains/ethereum/assets/0xFFA52DCE6Eb5695436BE96CA9b7Df63382e4c34d/logo.png
deleted file mode 100644
index 9e8f09c046346..0000000000000
Binary files a/blockchains/ethereum/assets/0xFFA52DCE6Eb5695436BE96CA9b7Df63382e4c34d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFFC97142863e9B2583588e3705e2322eF0369635/info.json b/blockchains/ethereum/assets/0xFFC97142863e9B2583588e3705e2322eF0369635/info.json
deleted file mode 100644
index 8e062efc7d5e8..0000000000000
--- a/blockchains/ethereum/assets/0xFFC97142863e9B2583588e3705e2322eF0369635/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Surge Token",
- "symbol": "SVG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFFC97142863e9B2583588e3705e2322eF0369635",
- "status": "abandoned",
- "id": "0xFFC97142863e9B2583588e3705e2322eF0369635"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFFC97142863e9B2583588e3705e2322eF0369635/logo.png b/blockchains/ethereum/assets/0xFFC97142863e9B2583588e3705e2322eF0369635/logo.png
deleted file mode 100644
index b654975cda6fc..0000000000000
Binary files a/blockchains/ethereum/assets/0xFFC97142863e9B2583588e3705e2322eF0369635/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFFC97d72E13E01096502Cb8Eb52dEe56f74DAD7B/info.json b/blockchains/ethereum/assets/0xFFC97d72E13E01096502Cb8Eb52dEe56f74DAD7B/info.json
deleted file mode 100644
index c3b0468d9c5c1..0000000000000
--- a/blockchains/ethereum/assets/0xFFC97d72E13E01096502Cb8Eb52dEe56f74DAD7B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave AAVE",
- "symbol": "aAAVE",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave AAVE is an interest bearing token pegged 1:1 to the underlying AAVE deposited in Aave.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0xFFC97d72E13E01096502Cb8Eb52dEe56f74DAD7B",
- "status": "active",
- "id": "0xFFC97d72E13E01096502Cb8Eb52dEe56f74DAD7B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFFC97d72E13E01096502Cb8Eb52dEe56f74DAD7B/logo.png b/blockchains/ethereum/assets/0xFFC97d72E13E01096502Cb8Eb52dEe56f74DAD7B/logo.png
deleted file mode 100644
index c0a121c9d5d7a..0000000000000
Binary files a/blockchains/ethereum/assets/0xFFC97d72E13E01096502Cb8Eb52dEe56f74DAD7B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFFE02ee4C69eDf1b340fCaD64fbd6b37a7b9e265/info.json b/blockchains/ethereum/assets/0xFFE02ee4C69eDf1b340fCaD64fbd6b37a7b9e265/info.json
deleted file mode 100644
index a901a79bff65a..0000000000000
--- a/blockchains/ethereum/assets/0xFFE02ee4C69eDf1b340fCaD64fbd6b37a7b9e265/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NANJCOIN",
- "symbol": "NANJ",
- "type": "ERC20",
- "decimals": 8,
- "description": "NANJCOIN is a cryptocurrency created using blockchain technology with the goal of connecting people and sports in ways that previously didn’t exist.",
- "website": "https://nanjcoin.com/",
- "explorer": "https://etherscan.io/token/0xFFE02ee4C69eDf1b340fCaD64fbd6b37a7b9e265",
- "status": "active",
- "id": "0xFFE02ee4C69eDf1b340fCaD64fbd6b37a7b9e265"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFFE02ee4C69eDf1b340fCaD64fbd6b37a7b9e265/logo.png b/blockchains/ethereum/assets/0xFFE02ee4C69eDf1b340fCaD64fbd6b37a7b9e265/logo.png
deleted file mode 100644
index f092890ede5fb..0000000000000
Binary files a/blockchains/ethereum/assets/0xFFE02ee4C69eDf1b340fCaD64fbd6b37a7b9e265/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFFa93Aacf49297D51E211817452839052FDFB961/info.json b/blockchains/ethereum/assets/0xFFa93Aacf49297D51E211817452839052FDFB961/info.json
deleted file mode 100644
index 3ad1d6f9b54d4..0000000000000
--- a/blockchains/ethereum/assets/0xFFa93Aacf49297D51E211817452839052FDFB961/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Distributed Credit Chain",
- "symbol": "DCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFFa93Aacf49297D51E211817452839052FDFB961",
- "status": "active",
- "id": "0xFFa93Aacf49297D51E211817452839052FDFB961"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFFa93Aacf49297D51E211817452839052FDFB961/logo.png b/blockchains/ethereum/assets/0xFFa93Aacf49297D51E211817452839052FDFB961/logo.png
deleted file mode 100755
index ca5397b78b1b5..0000000000000
Binary files a/blockchains/ethereum/assets/0xFFa93Aacf49297D51E211817452839052FDFB961/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFFc63b9146967A1ba33066fB057EE3722221aCf0/info.json b/blockchains/ethereum/assets/0xFFc63b9146967A1ba33066fB057EE3722221aCf0/info.json
deleted file mode 100644
index 29824e26e56a4..0000000000000
--- a/blockchains/ethereum/assets/0xFFc63b9146967A1ba33066fB057EE3722221aCf0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Alpha",
- "symbol": "A",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.Alphaplatform.co",
- "explorer": "https://etherscan.io/token/0xFFc63b9146967A1ba33066fB057EE3722221aCf0",
- "status": "active",
- "id": "0xFFc63b9146967A1ba33066fB057EE3722221aCf0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFFc63b9146967A1ba33066fB057EE3722221aCf0/logo.png b/blockchains/ethereum/assets/0xFFc63b9146967A1ba33066fB057EE3722221aCf0/logo.png
deleted file mode 100644
index b9fbff82aadb7..0000000000000
Binary files a/blockchains/ethereum/assets/0xFFc63b9146967A1ba33066fB057EE3722221aCf0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFFdd9c97556d8D7B40970358529AE19F52b61eCe/info.json b/blockchains/ethereum/assets/0xFFdd9c97556d8D7B40970358529AE19F52b61eCe/info.json
deleted file mode 100644
index 1d10bbb17849b..0000000000000
--- a/blockchains/ethereum/assets/0xFFdd9c97556d8D7B40970358529AE19F52b61eCe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Trilite",
- "symbol": "CSC-TR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFFdd9c97556d8D7B40970358529AE19F52b61eCe",
- "status": "abandoned",
- "id": "0xFFdd9c97556d8D7B40970358529AE19F52b61eCe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFFdd9c97556d8D7B40970358529AE19F52b61eCe/logo.png b/blockchains/ethereum/assets/0xFFdd9c97556d8D7B40970358529AE19F52b61eCe/logo.png
deleted file mode 100755
index 64737ead41513..0000000000000
Binary files a/blockchains/ethereum/assets/0xFFdd9c97556d8D7B40970358529AE19F52b61eCe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFFee4DB0f30a43955398776A9524fDFF0680dD7f/info.json b/blockchains/ethereum/assets/0xFFee4DB0f30a43955398776A9524fDFF0680dD7f/info.json
deleted file mode 100644
index 9f86a03d524ff..0000000000000
--- a/blockchains/ethereum/assets/0xFFee4DB0f30a43955398776A9524fDFF0680dD7f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EXSERION",
- "symbol": "EXR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFFee4DB0f30a43955398776A9524fDFF0680dD7f",
- "status": "active",
- "id": "0xFFee4DB0f30a43955398776A9524fDFF0680dD7f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFFee4DB0f30a43955398776A9524fDFF0680dD7f/logo.png b/blockchains/ethereum/assets/0xFFee4DB0f30a43955398776A9524fDFF0680dD7f/logo.png
deleted file mode 100644
index 11138e09f1ced..0000000000000
Binary files a/blockchains/ethereum/assets/0xFFee4DB0f30a43955398776A9524fDFF0680dD7f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFa14Fa6958401314851A17d6C5360cA29f74B57B/info.json b/blockchains/ethereum/assets/0xFa14Fa6958401314851A17d6C5360cA29f74B57B/info.json
deleted file mode 100644
index e18597941a611..0000000000000
--- a/blockchains/ethereum/assets/0xFa14Fa6958401314851A17d6C5360cA29f74B57B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SAITO Token",
- "website": "https://saito.io",
- "description": "Wrapped SAITO in ERC20 format for ETH ecosystem interoperability. Saito is a revolutionary blockchain that fixes major incentive problems in all proof-of-work and proof-of-stake networks.",
- "type": "ERC20",
- "symbol": "SAITO",
- "decimals": 18,
- "status": "active",
- "explorer": "https://etherscan.io/token/0xFa14Fa6958401314851A17d6C5360cA29f74B57B",
- "id": "0xFa14Fa6958401314851A17d6C5360cA29f74B57B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFa14Fa6958401314851A17d6C5360cA29f74B57B/logo.png b/blockchains/ethereum/assets/0xFa14Fa6958401314851A17d6C5360cA29f74B57B/logo.png
deleted file mode 100644
index b4c745ddaaac5..0000000000000
Binary files a/blockchains/ethereum/assets/0xFa14Fa6958401314851A17d6C5360cA29f74B57B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFa30e62EEDcf80D47d42947fBCc034beeD5C09FE/info.json b/blockchains/ethereum/assets/0xFa30e62EEDcf80D47d42947fBCc034beeD5C09FE/info.json
deleted file mode 100644
index 151b11b578370..0000000000000
--- a/blockchains/ethereum/assets/0xFa30e62EEDcf80D47d42947fBCc034beeD5C09FE/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "LOVEEARTH COIN",
- "type": "ERC20",
- "symbol": "LEC",
- "decimals": 18,
- "website": "https://www.loveearth.info",
- "description": "LOVE EARTH Coin, is a charity token, aiming to build a new charity model in the age of Web 3.0",
- "explorer": "https://etherscan.io/token/0xFa30e62EEDcf80D47d42947fBCc034beeD5C09FE",
- "status": "active",
- "id": "0xFa30e62EEDcf80D47d42947fBCc034beeD5C09FE",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/loveearthcoin"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/LoveEarthCoin"
- },
- {
- "name": "whitepaper",
- "url": "https://loveearth.info/#/whitepaper"
- },
- {
- "name": "docs",
- "url": "https://bit.ly/3epGqdu"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFa30e62EEDcf80D47d42947fBCc034beeD5C09FE/logo.png b/blockchains/ethereum/assets/0xFa30e62EEDcf80D47d42947fBCc034beeD5C09FE/logo.png
deleted file mode 100644
index abf03ef475503..0000000000000
Binary files a/blockchains/ethereum/assets/0xFa30e62EEDcf80D47d42947fBCc034beeD5C09FE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFab46E002BbF0b4509813474841E0716E6730136/info.json b/blockchains/ethereum/assets/0xFab46E002BbF0b4509813474841E0716E6730136/info.json
deleted file mode 100644
index 08396a2e166f4..0000000000000
--- a/blockchains/ethereum/assets/0xFab46E002BbF0b4509813474841E0716E6730136/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FaucetToken",
- "symbol": "FAU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFab46E002BbF0b4509813474841E0716E6730136",
- "status": "abandoned",
- "id": "0xFab46E002BbF0b4509813474841E0716E6730136"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFab46E002BbF0b4509813474841E0716E6730136/logo.png b/blockchains/ethereum/assets/0xFab46E002BbF0b4509813474841E0716E6730136/logo.png
deleted file mode 100644
index 9cb08d968e918..0000000000000
Binary files a/blockchains/ethereum/assets/0xFab46E002BbF0b4509813474841E0716E6730136/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFb2f26F266Fb2805a387230f2aa0a331b4d96Fba/info.json b/blockchains/ethereum/assets/0xFb2f26F266Fb2805a387230f2aa0a331b4d96Fba/info.json
deleted file mode 100644
index b62d64e8e2088..0000000000000
--- a/blockchains/ethereum/assets/0xFb2f26F266Fb2805a387230f2aa0a331b4d96Fba/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DADI",
- "symbol": "DADI",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Edge network aims to provide serverless infrastructure that is built using the spare capacity around its users. The $EDGE token enables the transfer of value from the consumers of network services to contributors to the network on a proof of work basis.",
- "website": "https://edge.network/en/",
- "explorer": "https://etherscan.io/token/0xFb2f26F266Fb2805a387230f2aa0a331b4d96Fba",
- "status": "active",
- "id": "0xFb2f26F266Fb2805a387230f2aa0a331b4d96Fba"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFb2f26F266Fb2805a387230f2aa0a331b4d96Fba/logo.png b/blockchains/ethereum/assets/0xFb2f26F266Fb2805a387230f2aa0a331b4d96Fba/logo.png
deleted file mode 100644
index 3fb86101c16fd..0000000000000
Binary files a/blockchains/ethereum/assets/0xFb2f26F266Fb2805a387230f2aa0a331b4d96Fba/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFb444c1f2B718dDfC385cB8Fd9f2D1D776b24668/info.json b/blockchains/ethereum/assets/0xFb444c1f2B718dDfC385cB8Fd9f2D1D776b24668/info.json
deleted file mode 100644
index 48e9b07343e5c..0000000000000
--- a/blockchains/ethereum/assets/0xFb444c1f2B718dDfC385cB8Fd9f2D1D776b24668/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ELA Coin",
- "symbol": "ELAMA",
- "type": "ERC20",
- "decimals": 18,
- "description": "ELAMACHAIN is an enterprise blockchain supplier. ELAMACHAIN provides a blockchain computing environment for businesses and provides blockchain services, chatbot services, and crypto-currency payment systems for retail and e-commerce.",
- "website": "https://www.elamachain.io/",
- "explorer": "https://etherscan.io/token/0xFb444c1f2B718dDfC385cB8Fd9f2D1D776b24668",
- "status": "active",
- "id": "0xFb444c1f2B718dDfC385cB8Fd9f2D1D776b24668"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFb444c1f2B718dDfC385cB8Fd9f2D1D776b24668/logo.png b/blockchains/ethereum/assets/0xFb444c1f2B718dDfC385cB8Fd9f2D1D776b24668/logo.png
deleted file mode 100644
index 248fe58c832d8..0000000000000
Binary files a/blockchains/ethereum/assets/0xFb444c1f2B718dDfC385cB8Fd9f2D1D776b24668/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFb54C2a6b2a4fC3AF9B781585215DA8Ee6BCE363/info.json b/blockchains/ethereum/assets/0xFb54C2a6b2a4fC3AF9B781585215DA8Ee6BCE363/info.json
deleted file mode 100644
index cfac8ca2285c5..0000000000000
--- a/blockchains/ethereum/assets/0xFb54C2a6b2a4fC3AF9B781585215DA8Ee6BCE363/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TigerCash",
- "symbol": "TCH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFb54C2a6b2a4fC3AF9B781585215DA8Ee6BCE363",
- "status": "abandoned",
- "id": "0xFb54C2a6b2a4fC3AF9B781585215DA8Ee6BCE363"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFb54C2a6b2a4fC3AF9B781585215DA8Ee6BCE363/logo.png b/blockchains/ethereum/assets/0xFb54C2a6b2a4fC3AF9B781585215DA8Ee6BCE363/logo.png
deleted file mode 100644
index 323df0f775f6f..0000000000000
Binary files a/blockchains/ethereum/assets/0xFb54C2a6b2a4fC3AF9B781585215DA8Ee6BCE363/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFb5a551374B656C6e39787B1D3A03fEAb7f3a98E/info.json b/blockchains/ethereum/assets/0xFb5a551374B656C6e39787B1D3A03fEAb7f3a98E/info.json
deleted file mode 100644
index 8b87496185a38..0000000000000
--- a/blockchains/ethereum/assets/0xFb5a551374B656C6e39787B1D3A03fEAb7f3a98E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ThingsOpreatingSystem",
- "symbol": "TOS",
- "type": "ERC20",
- "decimals": 18,
- "description": "TOS is a decentralized hierarchical block network technology based on SDAG for the Internet of Things (IoT) industry.",
- "website": "http://www.toschain.org/",
- "explorer": "https://etherscan.io/token/0xFb5a551374B656C6e39787B1D3A03fEAb7f3a98E",
- "status": "active",
- "id": "0xFb5a551374B656C6e39787B1D3A03fEAb7f3a98E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFb5a551374B656C6e39787B1D3A03fEAb7f3a98E/logo.png b/blockchains/ethereum/assets/0xFb5a551374B656C6e39787B1D3A03fEAb7f3a98E/logo.png
deleted file mode 100644
index a2081468b796b..0000000000000
Binary files a/blockchains/ethereum/assets/0xFb5a551374B656C6e39787B1D3A03fEAb7f3a98E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFb8Bf095eBcdAd57D2e37573a505E7d3bAFDD3CC/info.json b/blockchains/ethereum/assets/0xFb8Bf095eBcdAd57D2e37573a505E7d3bAFDD3CC/info.json
deleted file mode 100644
index 3d7f2d120e827..0000000000000
--- a/blockchains/ethereum/assets/0xFb8Bf095eBcdAd57D2e37573a505E7d3bAFDD3CC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DIPNET",
- "symbol": "DPN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFb8Bf095eBcdAd57D2e37573a505E7d3bAFDD3CC",
- "status": "abandoned",
- "id": "0xFb8Bf095eBcdAd57D2e37573a505E7d3bAFDD3CC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFb8Bf095eBcdAd57D2e37573a505E7d3bAFDD3CC/logo.png b/blockchains/ethereum/assets/0xFb8Bf095eBcdAd57D2e37573a505E7d3bAFDD3CC/logo.png
deleted file mode 100644
index 5540aecc69254..0000000000000
Binary files a/blockchains/ethereum/assets/0xFb8Bf095eBcdAd57D2e37573a505E7d3bAFDD3CC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFbC4f3f645C4003a2E4F4e9b51077d2DaA9a9341/info.json b/blockchains/ethereum/assets/0xFbC4f3f645C4003a2E4F4e9b51077d2DaA9a9341/info.json
deleted file mode 100644
index ffd760f026553..0000000000000
--- a/blockchains/ethereum/assets/0xFbC4f3f645C4003a2E4F4e9b51077d2DaA9a9341/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZEDXION",
- "type": "ERC20",
- "symbol": "ZEDXION",
- "decimals": 18,
- "website": "https://zedxion.io",
- "description": "Zedxion offers a comprehensive solution to the major problems faced by the traditional, fiat-driven monetary system. Building a crypto powered ecosystem comprising Zedxion Token.",
- "explorer": "https://etherscan.io/token/0xFbC4f3f645C4003a2E4F4e9b51077d2DaA9a9341",
- "status": "abandoned",
- "id": "0xFbC4f3f645C4003a2E4F4e9b51077d2DaA9a9341"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFbEEa1C75E4c4465CB2FCCc9c6d6afe984558E20/info.json b/blockchains/ethereum/assets/0xFbEEa1C75E4c4465CB2FCCc9c6d6afe984558E20/info.json
deleted file mode 100644
index fd9d455171971..0000000000000
--- a/blockchains/ethereum/assets/0xFbEEa1C75E4c4465CB2FCCc9c6d6afe984558E20/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "DuckDaoDime",
- "website": "https://duckdao.io",
- "description": "DuckDAO, the world’s largest crowdsourced Incubator for crypto projects.",
- "explorer": "https://etherscan.io/token/0xfbeea1c75e4c4465cb2fccc9c6d6afe984558e20",
- "type": "ERC20",
- "symbol": "DDIM",
- "decimals": 18,
- "status": "active",
- "id": "0xFbEEa1C75E4c4465CB2FCCc9c6d6afe984558E20",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/dao_duck"
- },
- {
- "name": "telegram",
- "url": "https://t.me/duckdaolobby"
- },
- {
- "name": "medium",
- "url": "https://duckdao.medium.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFbEEa1C75E4c4465CB2FCCc9c6d6afe984558E20/logo.png b/blockchains/ethereum/assets/0xFbEEa1C75E4c4465CB2FCCc9c6d6afe984558E20/logo.png
deleted file mode 100644
index 6d38e6935f316..0000000000000
Binary files a/blockchains/ethereum/assets/0xFbEEa1C75E4c4465CB2FCCc9c6d6afe984558E20/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFbb20e554d804C8c355Be94d456921Ea26aC2B37/info.json b/blockchains/ethereum/assets/0xFbb20e554d804C8c355Be94d456921Ea26aC2B37/info.json
deleted file mode 100644
index 556337091fc65..0000000000000
--- a/blockchains/ethereum/assets/0xFbb20e554d804C8c355Be94d456921Ea26aC2B37/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AsmChain",
- "symbol": "ASM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFbb20e554d804C8c355Be94d456921Ea26aC2B37",
- "status": "abandoned",
- "id": "0xFbb20e554d804C8c355Be94d456921Ea26aC2B37"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFbb20e554d804C8c355Be94d456921Ea26aC2B37/logo.png b/blockchains/ethereum/assets/0xFbb20e554d804C8c355Be94d456921Ea26aC2B37/logo.png
deleted file mode 100644
index 4ad5d86321424..0000000000000
Binary files a/blockchains/ethereum/assets/0xFbb20e554d804C8c355Be94d456921Ea26aC2B37/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFbcFD010d007d10D49f516bB738F4aED12880225/info.json b/blockchains/ethereum/assets/0xFbcFD010d007d10D49f516bB738F4aED12880225/info.json
deleted file mode 100644
index d36fc381ec7a3..0000000000000
--- a/blockchains/ethereum/assets/0xFbcFD010d007d10D49f516bB738F4aED12880225/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WildLife",
- "symbol": "WILD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFbcFD010d007d10D49f516bB738F4aED12880225",
- "status": "abandoned",
- "id": "0xFbcFD010d007d10D49f516bB738F4aED12880225"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFbcFD010d007d10D49f516bB738F4aED12880225/logo.png b/blockchains/ethereum/assets/0xFbcFD010d007d10D49f516bB738F4aED12880225/logo.png
deleted file mode 100644
index e071237049bf4..0000000000000
Binary files a/blockchains/ethereum/assets/0xFbcFD010d007d10D49f516bB738F4aED12880225/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFbe878CED08132bd8396988671b450793C44bC12/info.json b/blockchains/ethereum/assets/0xFbe878CED08132bd8396988671b450793C44bC12/info.json
deleted file mode 100644
index 6e888ec8bd121..0000000000000
--- a/blockchains/ethereum/assets/0xFbe878CED08132bd8396988671b450793C44bC12/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fox Trading",
- "symbol": "FOXT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Fox Trading platform is a multi-device platform that provides high accuracy signals and auto-trade services for Forex and Cryptocurrency trading.",
- "website": "https://foxtrading.io/",
- "explorer": "https://etherscan.io/token/0xFbe878CED08132bd8396988671b450793C44bC12",
- "status": "active",
- "id": "0xFbe878CED08132bd8396988671b450793C44bC12"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFbe878CED08132bd8396988671b450793C44bC12/logo.png b/blockchains/ethereum/assets/0xFbe878CED08132bd8396988671b450793C44bC12/logo.png
deleted file mode 100644
index 429e5b9051899..0000000000000
Binary files a/blockchains/ethereum/assets/0xFbe878CED08132bd8396988671b450793C44bC12/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFc178d0F36ddd2B44f925EB13bF51f5cB9B42192/info.json b/blockchains/ethereum/assets/0xFc178d0F36ddd2B44f925EB13bF51f5cB9B42192/info.json
deleted file mode 100644
index 509069fe70b73..0000000000000
--- a/blockchains/ethereum/assets/0xFc178d0F36ddd2B44f925EB13bF51f5cB9B42192/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Light Coin Exchange Token",
- "website": "https://lightcoinex.com",
- "description": "LCT is a Light Coin Exchange platform point based on the ERC20 standard of Ethereum blockchain, which bears community rights and interests, circulation attribute and a value attribute. The total supply of LCT is 200 million, with no additional issuance forever.",
- "explorer": "https://etherscan.io/token/0xfc178d0f36ddd2b44f925eb13bf51f5cb9b42192",
- "type": "ERC20",
- "symbol": "LCT",
- "decimals": 18,
- "status": "active",
- "id": "0xFc178d0F36ddd2B44f925EB13bF51f5cB9B42192"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFc178d0F36ddd2B44f925EB13bF51f5cB9B42192/logo.png b/blockchains/ethereum/assets/0xFc178d0F36ddd2B44f925EB13bF51f5cB9B42192/logo.png
deleted file mode 100644
index 9fc33f79ebae2..0000000000000
Binary files a/blockchains/ethereum/assets/0xFc178d0F36ddd2B44f925EB13bF51f5cB9B42192/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFc2C4D8f95002C14eD0a7aA65102Cac9e5953b5E/info.json b/blockchains/ethereum/assets/0xFc2C4D8f95002C14eD0a7aA65102Cac9e5953b5E/info.json
deleted file mode 100644
index 9ada3587e4f56..0000000000000
--- a/blockchains/ethereum/assets/0xFc2C4D8f95002C14eD0a7aA65102Cac9e5953b5E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rublix",
- "symbol": "RBLX",
- "type": "ERC20",
- "decimals": 18,
- "description": "Rublix is a software development company that is building blockchain powered tools to fuel the next generation of fintech projects.",
- "website": "http://rublix.io",
- "explorer": "https://etherscan.io/token/0xFc2C4D8f95002C14eD0a7aA65102Cac9e5953b5E",
- "status": "active",
- "id": "0xFc2C4D8f95002C14eD0a7aA65102Cac9e5953b5E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFc2C4D8f95002C14eD0a7aA65102Cac9e5953b5E/logo.png b/blockchains/ethereum/assets/0xFc2C4D8f95002C14eD0a7aA65102Cac9e5953b5E/logo.png
deleted file mode 100755
index f2d42acc43016..0000000000000
Binary files a/blockchains/ethereum/assets/0xFc2C4D8f95002C14eD0a7aA65102Cac9e5953b5E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFc44EC51C80e35A87Bc2140299B1636eC83DFb04/info.json b/blockchains/ethereum/assets/0xFc44EC51C80e35A87Bc2140299B1636eC83DFb04/info.json
deleted file mode 100644
index 7a13ebe89d01d..0000000000000
--- a/blockchains/ethereum/assets/0xFc44EC51C80e35A87Bc2140299B1636eC83DFb04/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VOLT",
- "symbol": "ACDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "VOLT is a platform that allows centralized platforms such as Uber, to be developed in a decentralized manner and enables direct delivery through P2P.",
- "website": "https://volttech.io/",
- "explorer": "https://etherscan.io/token/0xFc44EC51C80e35A87Bc2140299B1636eC83DFb04",
- "status": "active",
- "id": "0xFc44EC51C80e35A87Bc2140299B1636eC83DFb04"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFc44EC51C80e35A87Bc2140299B1636eC83DFb04/logo.png b/blockchains/ethereum/assets/0xFc44EC51C80e35A87Bc2140299B1636eC83DFb04/logo.png
deleted file mode 100644
index 0d03218866393..0000000000000
Binary files a/blockchains/ethereum/assets/0xFc44EC51C80e35A87Bc2140299B1636eC83DFb04/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFc979087305A826c2B2a0056cFAbA50aad3E6439/info.json b/blockchains/ethereum/assets/0xFc979087305A826c2B2a0056cFAbA50aad3E6439/info.json
deleted file mode 100644
index ddc6d1d63e3df..0000000000000
--- a/blockchains/ethereum/assets/0xFc979087305A826c2B2a0056cFAbA50aad3E6439/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DAFI Token",
- "type": "ERC20",
- "symbol": "DAFI",
- "decimals": 18,
- "website": "https://www.dafiprotocol.io",
- "description": "Rewarding networks - reinvented. DAFI rewards users based on network adoption, for smarter Staking & Social rewards. Same chains. New possibilities.",
- "explorer": "https://etherscan.io/token/0xFc979087305A826c2B2a0056cFAbA50aad3E6439",
- "status": "active",
- "id": "0xFc979087305A826c2B2a0056cFAbA50aad3E6439"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFc979087305A826c2B2a0056cFAbA50aad3E6439/logo.png b/blockchains/ethereum/assets/0xFc979087305A826c2B2a0056cFAbA50aad3E6439/logo.png
deleted file mode 100644
index 92229f6b3f109..0000000000000
Binary files a/blockchains/ethereum/assets/0xFc979087305A826c2B2a0056cFAbA50aad3E6439/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFcD862985628b254061F7A918035B80340D045d3/info.json b/blockchains/ethereum/assets/0xFcD862985628b254061F7A918035B80340D045d3/info.json
deleted file mode 100644
index 9b7caacb79a7a..0000000000000
--- a/blockchains/ethereum/assets/0xFcD862985628b254061F7A918035B80340D045d3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GifCoin",
- "symbol": "gif",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFcD862985628b254061F7A918035B80340D045d3",
- "status": "abandoned",
- "id": "0xFcD862985628b254061F7A918035B80340D045d3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFcD862985628b254061F7A918035B80340D045d3/logo.png b/blockchains/ethereum/assets/0xFcD862985628b254061F7A918035B80340D045d3/logo.png
deleted file mode 100755
index 4b86be84c5716..0000000000000
Binary files a/blockchains/ethereum/assets/0xFcD862985628b254061F7A918035B80340D045d3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFca59Cd816aB1eaD66534D82bc21E7515cE441CF/info.json b/blockchains/ethereum/assets/0xFca59Cd816aB1eaD66534D82bc21E7515cE441CF/info.json
deleted file mode 100644
index 885017b617a54..0000000000000
--- a/blockchains/ethereum/assets/0xFca59Cd816aB1eaD66534D82bc21E7515cE441CF/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Rarible",
- "symbol": "RARI",
- "type": "ERC20",
- "decimals": 18,
- "description": "We think that the best way to align platform development with customers' interests is to empower the ones who actively interact with protocol: creators and collectors.",
- "website": "https://app.rarible.com/rari",
- "explorer": "https://etherscan.io/token/0xFca59Cd816aB1eaD66534D82bc21E7515cE441CF",
- "status": "active",
- "id": "0xFca59Cd816aB1eaD66534D82bc21E7515cE441CF",
- "tags": [
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFca59Cd816aB1eaD66534D82bc21E7515cE441CF/logo.png b/blockchains/ethereum/assets/0xFca59Cd816aB1eaD66534D82bc21E7515cE441CF/logo.png
deleted file mode 100644
index 8b75bda4c9ecc..0000000000000
Binary files a/blockchains/ethereum/assets/0xFca59Cd816aB1eaD66534D82bc21E7515cE441CF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFd3305E1c7cB5D269fb6CeD8eB8240255a50E7a4/info.json b/blockchains/ethereum/assets/0xFd3305E1c7cB5D269fb6CeD8eB8240255a50E7a4/info.json
deleted file mode 100644
index 6fca82e06166c..0000000000000
--- a/blockchains/ethereum/assets/0xFd3305E1c7cB5D269fb6CeD8eB8240255a50E7a4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cloudbit Token",
- "symbol": "Cloudbit Token",
- "type": "ERC20",
- "decimals": 8,
- "description": "Cloudbit – CDB and CDBC is a cryptocurrency Exchange Token. In order to unite a link with the CBDC “Central Bank Digital Currency”, there was a need for a global digital transaction instrument to also be able to strengthen P2P services and decentralization. CDB and CDBC created to cater the needs.",
- "website": "https://cloudbitex.com/",
- "explorer": "https://etherscan.io/token/0xFd3305E1c7cB5D269fb6CeD8eB8240255a50E7a4",
- "status": "active",
- "id": "0xFd3305E1c7cB5D269fb6CeD8eB8240255a50E7a4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFd3305E1c7cB5D269fb6CeD8eB8240255a50E7a4/logo.png b/blockchains/ethereum/assets/0xFd3305E1c7cB5D269fb6CeD8eB8240255a50E7a4/logo.png
deleted file mode 100644
index 728e5122e7bbf..0000000000000
Binary files a/blockchains/ethereum/assets/0xFd3305E1c7cB5D269fb6CeD8eB8240255a50E7a4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFd66c6771D00b5646949086152B7CCDCa25E5686/info.json b/blockchains/ethereum/assets/0xFd66c6771D00b5646949086152B7CCDCa25E5686/info.json
deleted file mode 100644
index e8f79ec66985e..0000000000000
--- a/blockchains/ethereum/assets/0xFd66c6771D00b5646949086152B7CCDCa25E5686/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LATTICE80 KAYA TOKEN",
- "symbol": "KAYA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFd66c6771D00b5646949086152B7CCDCa25E5686",
- "status": "abandoned",
- "id": "0xFd66c6771D00b5646949086152B7CCDCa25E5686"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFd66c6771D00b5646949086152B7CCDCa25E5686/logo.png b/blockchains/ethereum/assets/0xFd66c6771D00b5646949086152B7CCDCa25E5686/logo.png
deleted file mode 100644
index 9aa515716c146..0000000000000
Binary files a/blockchains/ethereum/assets/0xFd66c6771D00b5646949086152B7CCDCa25E5686/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFdB29741F239a2406AE287913Ef12415160378d3/info.json b/blockchains/ethereum/assets/0xFdB29741F239a2406AE287913Ef12415160378d3/info.json
deleted file mode 100644
index 9884dd24647ac..0000000000000
--- a/blockchains/ethereum/assets/0xFdB29741F239a2406AE287913Ef12415160378d3/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "EthOS",
- "symbol": "OS",
- "type": "ERC20",
- "decimals": 18,
- "description": "EMERGENCY: the OS contract is switched to 0x0574a1959E3b7C86791759E1f6e249bF31656012 Don't use or buy this token anymore. The EthOS Team is no longer supporting it.",
- "website": "https://os.ethos.eth.link/",
- "explorer": "https://etherscan.io/token/0xfdb29741f239a2406ae287913ef12415160378d3",
- "status": "abandoned",
- "id": "0xFdB29741F239a2406AE287913Ef12415160378d3",
- "links": [
- {
- "name": "discord",
- "url": "https://discord.com/nHZ2bUd"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFdB655EDff5c7e733074a739B2b713B5CF567a8A/info.json b/blockchains/ethereum/assets/0xFdB655EDff5c7e733074a739B2b713B5CF567a8A/info.json
deleted file mode 100644
index 5f446012aee8a..0000000000000
--- a/blockchains/ethereum/assets/0xFdB655EDff5c7e733074a739B2b713B5CF567a8A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Daniell Mesquita",
- "symbol": "DANI",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFdB655EDff5c7e733074a739B2b713B5CF567a8A",
- "status": "abandoned",
- "id": "0xFdB655EDff5c7e733074a739B2b713B5CF567a8A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFdB655EDff5c7e733074a739B2b713B5CF567a8A/logo.png b/blockchains/ethereum/assets/0xFdB655EDff5c7e733074a739B2b713B5CF567a8A/logo.png
deleted file mode 100644
index a55bf49c8ff6a..0000000000000
Binary files a/blockchains/ethereum/assets/0xFdB655EDff5c7e733074a739B2b713B5CF567a8A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFe1D71498DA3261844eC14325bdbc93c0F7579f0/info.json b/blockchains/ethereum/assets/0xFe1D71498DA3261844eC14325bdbc93c0F7579f0/info.json
deleted file mode 100644
index 5f542a00afc00..0000000000000
--- a/blockchains/ethereum/assets/0xFe1D71498DA3261844eC14325bdbc93c0F7579f0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gamblica Token",
- "symbol": "GMBC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFe1D71498DA3261844eC14325bdbc93c0F7579f0",
- "status": "abandoned",
- "id": "0xFe1D71498DA3261844eC14325bdbc93c0F7579f0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFe1D71498DA3261844eC14325bdbc93c0F7579f0/logo.png b/blockchains/ethereum/assets/0xFe1D71498DA3261844eC14325bdbc93c0F7579f0/logo.png
deleted file mode 100644
index 32654e63e59d0..0000000000000
Binary files a/blockchains/ethereum/assets/0xFe1D71498DA3261844eC14325bdbc93c0F7579f0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFe2e637202056d30016725477c5da089Ab0A043A/info.json b/blockchains/ethereum/assets/0xFe2e637202056d30016725477c5da089Ab0A043A/info.json
deleted file mode 100644
index 5094ef814db76..0000000000000
--- a/blockchains/ethereum/assets/0xFe2e637202056d30016725477c5da089Ab0A043A/info.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
- "name": "StakeWise sETH2",
- "type": "ERC20",
- "symbol": "sETH2",
- "decimals": 18,
- "website": "https://stakewise.io",
- "description": "sETH2 is a token that represents staked ether in StakeWise.",
- "explorer": "https://etherscan.io/token/0xFe2e637202056d30016725477c5da089Ab0A043A",
- "status": "active",
- "id": "0xFe2e637202056d30016725477c5da089Ab0A043A",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/stakewise_io"
- },
- {
- "name": "github",
- "url": "https://github.com/stakewise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/stakewise_io"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/stakewise_io"
- },
- {
- "name": "blog",
- "url": "https://stakewise.medium.com/"
- },
- {
- "name": "docs",
- "url": "https://docs.stakewise.io/"
- },
- {
- "name": "forum",
- "url": "https://forum.stakewise.io/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/8Zf7tKyXeZ"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/stakewise"
- },
- {
- "name": "medium",
- "url": "https://stakewise.medium.com/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCQ2cX28XNW-S-66quNYxzRA"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/seth2"
- },
- {
- "name": "source_code",
- "url": "https://github.com/stakewise/contracts/blob/master/contracts/tokens/StakedEthToken.sol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFe2e637202056d30016725477c5da089Ab0A043A/logo.png b/blockchains/ethereum/assets/0xFe2e637202056d30016725477c5da089Ab0A043A/logo.png
deleted file mode 100644
index e7321dabdf32a..0000000000000
Binary files a/blockchains/ethereum/assets/0xFe2e637202056d30016725477c5da089Ab0A043A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFe6e2CBd2E28b3A6F43aa17f58d9AC5D6fA19B99/info.json b/blockchains/ethereum/assets/0xFe6e2CBd2E28b3A6F43aa17f58d9AC5D6fA19B99/info.json
deleted file mode 100644
index b582f9ef6851b..0000000000000
--- a/blockchains/ethereum/assets/0xFe6e2CBd2E28b3A6F43aa17f58d9AC5D6fA19B99/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "vKet",
- "symbol": "KET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFe6e2CBd2E28b3A6F43aa17f58d9AC5D6fA19B99",
- "status": "active",
- "id": "0xFe6e2CBd2E28b3A6F43aa17f58d9AC5D6fA19B99"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFe6e2CBd2E28b3A6F43aa17f58d9AC5D6fA19B99/logo.png b/blockchains/ethereum/assets/0xFe6e2CBd2E28b3A6F43aa17f58d9AC5D6fA19B99/logo.png
deleted file mode 100644
index 5c8faa08abd62..0000000000000
Binary files a/blockchains/ethereum/assets/0xFe6e2CBd2E28b3A6F43aa17f58d9AC5D6fA19B99/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFecEd69CceD4D3CD55812c922e553A50E684fd4d/info.json b/blockchains/ethereum/assets/0xFecEd69CceD4D3CD55812c922e553A50E684fd4d/info.json
deleted file mode 100644
index ae677934b2b52..0000000000000
--- a/blockchains/ethereum/assets/0xFecEd69CceD4D3CD55812c922e553A50E684fd4d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Creative Rocket Platform",
- "symbol": "CRP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFecEd69CceD4D3CD55812c922e553A50E684fd4d",
- "status": "abandoned",
- "id": "0xFecEd69CceD4D3CD55812c922e553A50E684fd4d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFecEd69CceD4D3CD55812c922e553A50E684fd4d/logo.png b/blockchains/ethereum/assets/0xFecEd69CceD4D3CD55812c922e553A50E684fd4d/logo.png
deleted file mode 100644
index 4202d1e3f97e6..0000000000000
Binary files a/blockchains/ethereum/assets/0xFecEd69CceD4D3CD55812c922e553A50E684fd4d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFf13e2b2979C6e81E53f9BfC6B277053bb6A3012/info.json b/blockchains/ethereum/assets/0xFf13e2b2979C6e81E53f9BfC6B277053bb6A3012/info.json
deleted file mode 100644
index c24c2a45bd51c..0000000000000
--- a/blockchains/ethereum/assets/0xFf13e2b2979C6e81E53f9BfC6B277053bb6A3012/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "yamCRV.org",
- "symbol": "yamCRV",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFf13e2b2979C6e81E53f9BfC6B277053bb6A3012",
- "status": "abandoned",
- "id": "0xFf13e2b2979C6e81E53f9BfC6B277053bb6A3012"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFf13e2b2979C6e81E53f9BfC6B277053bb6A3012/logo.png b/blockchains/ethereum/assets/0xFf13e2b2979C6e81E53f9BfC6B277053bb6A3012/logo.png
deleted file mode 100644
index 4eedeb3e2b3dd..0000000000000
Binary files a/blockchains/ethereum/assets/0xFf13e2b2979C6e81E53f9BfC6B277053bb6A3012/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFf19138b039D938db46bDDA0067DC4BA132ec71C/info.json b/blockchains/ethereum/assets/0xFf19138b039D938db46bDDA0067DC4BA132ec71C/info.json
deleted file mode 100644
index 4093886df2b0a..0000000000000
--- a/blockchains/ethereum/assets/0xFf19138b039D938db46bDDA0067DC4BA132ec71C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Snetwork",
- "symbol": "SNET",
- "type": "ERC20",
- "decimals": 8,
- "description": "Distributed Shared Cloud Computing Network.",
- "website": "http://snetwork.io/",
- "explorer": "https://etherscan.io/token/0xFf19138b039D938db46bDDA0067DC4BA132ec71C",
- "status": "active",
- "id": "0xFf19138b039D938db46bDDA0067DC4BA132ec71C"
-}
diff --git a/blockchains/ethereum/assets/0xFf19138b039D938db46bDDA0067DC4BA132ec71C/logo.png b/blockchains/ethereum/assets/0xFf19138b039D938db46bDDA0067DC4BA132ec71C/logo.png
deleted file mode 100644
index 9a9fefd9fa446..0000000000000
Binary files a/blockchains/ethereum/assets/0xFf19138b039D938db46bDDA0067DC4BA132ec71C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFf2cF2A74445a115468e84FB42eDfe1D9d73CF2b/info.json b/blockchains/ethereum/assets/0xFf2cF2A74445a115468e84FB42eDfe1D9d73CF2b/info.json
deleted file mode 100644
index 3f98db388936a..0000000000000
--- a/blockchains/ethereum/assets/0xFf2cF2A74445a115468e84FB42eDfe1D9d73CF2b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vizcoin",
- "symbol": "Viz",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFf2cF2A74445a115468e84FB42eDfe1D9d73CF2b",
- "status": "abandoned",
- "id": "0xFf2cF2A74445a115468e84FB42eDfe1D9d73CF2b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFf2cF2A74445a115468e84FB42eDfe1D9d73CF2b/logo.png b/blockchains/ethereum/assets/0xFf2cF2A74445a115468e84FB42eDfe1D9d73CF2b/logo.png
deleted file mode 100644
index 802a069a9ce05..0000000000000
Binary files a/blockchains/ethereum/assets/0xFf2cF2A74445a115468e84FB42eDfe1D9d73CF2b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFf3519eeeEA3e76F1F699CCcE5E23ee0bdDa41aC/info.json b/blockchains/ethereum/assets/0xFf3519eeeEA3e76F1F699CCcE5E23ee0bdDa41aC/info.json
deleted file mode 100644
index b329fa0f5a0e0..0000000000000
--- a/blockchains/ethereum/assets/0xFf3519eeeEA3e76F1F699CCcE5E23ee0bdDa41aC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "\"\"",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFf3519eeeEA3e76F1F699CCcE5E23ee0bdDa41aC",
- "status": "abandoned",
- "id": "0xFf3519eeeEA3e76F1F699CCcE5E23ee0bdDa41aC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFf3519eeeEA3e76F1F699CCcE5E23ee0bdDa41aC/logo.png b/blockchains/ethereum/assets/0xFf3519eeeEA3e76F1F699CCcE5E23ee0bdDa41aC/logo.png
deleted file mode 100644
index 2a9a536cf6c6f..0000000000000
Binary files a/blockchains/ethereum/assets/0xFf3519eeeEA3e76F1F699CCcE5E23ee0bdDa41aC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xFf7Ed06A93A96Ff122EEAF333B9cAC321fdD5eD9/info.json b/blockchains/ethereum/assets/0xFf7Ed06A93A96Ff122EEAF333B9cAC321fdD5eD9/info.json
deleted file mode 100644
index 254f29569f23f..0000000000000
--- a/blockchains/ethereum/assets/0xFf7Ed06A93A96Ff122EEAF333B9cAC321fdD5eD9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SUREBANQA PERSONAL e-SHARE",
- "symbol": "ST20",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xFf7Ed06A93A96Ff122EEAF333B9cAC321fdD5eD9",
- "status": "active",
- "id": "0xFf7Ed06A93A96Ff122EEAF333B9cAC321fdD5eD9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xFf7Ed06A93A96Ff122EEAF333B9cAC321fdD5eD9/logo.png b/blockchains/ethereum/assets/0xFf7Ed06A93A96Ff122EEAF333B9cAC321fdD5eD9/logo.png
deleted file mode 100755
index cbdcc8227a6a9..0000000000000
Binary files a/blockchains/ethereum/assets/0xFf7Ed06A93A96Ff122EEAF333B9cAC321fdD5eD9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa01360Fc23Bf50955c4552eC9f6c4E523a37a89F/info.json b/blockchains/ethereum/assets/0xa01360Fc23Bf50955c4552eC9f6c4E523a37a89F/info.json
deleted file mode 100644
index 7809f5c1423e0..0000000000000
--- a/blockchains/ethereum/assets/0xa01360Fc23Bf50955c4552eC9f6c4E523a37a89F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "We Are Musicos Coin",
- "symbol": "WAM",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa01360Fc23Bf50955c4552eC9f6c4E523a37a89F",
- "status": "abandoned",
- "id": "0xa01360Fc23Bf50955c4552eC9f6c4E523a37a89F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa01360Fc23Bf50955c4552eC9f6c4E523a37a89F/logo.png b/blockchains/ethereum/assets/0xa01360Fc23Bf50955c4552eC9f6c4E523a37a89F/logo.png
deleted file mode 100755
index 22366c9d73c9b..0000000000000
Binary files a/blockchains/ethereum/assets/0xa01360Fc23Bf50955c4552eC9f6c4E523a37a89F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa0246c9032bC3A600820415aE600c6388619A14D/info.json b/blockchains/ethereum/assets/0xa0246c9032bC3A600820415aE600c6388619A14D/info.json
deleted file mode 100644
index 9d22da4a4d807..0000000000000
--- a/blockchains/ethereum/assets/0xa0246c9032bC3A600820415aE600c6388619A14D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Harvest Finance",
- "website": "https://harvest.finance",
- "description": "Harvest automatically farms the newest DeFi protocols, optimizing yields using the latest farming techniques.",
- "explorer": "https://etherscan.io/token/0xa0246c9032bC3A600820415aE600c6388619A14D",
- "type": "ERC20",
- "symbol": "FARM",
- "decimals": 18,
- "status": "active",
- "id": "0xa0246c9032bC3A600820415aE600c6388619A14D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa0246c9032bC3A600820415aE600c6388619A14D/logo.png b/blockchains/ethereum/assets/0xa0246c9032bC3A600820415aE600c6388619A14D/logo.png
deleted file mode 100644
index 70aed0500585f..0000000000000
Binary files a/blockchains/ethereum/assets/0xa0246c9032bC3A600820415aE600c6388619A14D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa05a31924F767D23a03B0b1b2cF48654D0C87E0f/info.json b/blockchains/ethereum/assets/0xa05a31924F767D23a03B0b1b2cF48654D0C87E0f/info.json
deleted file mode 100644
index c75e6386ea5d7..0000000000000
--- a/blockchains/ethereum/assets/0xa05a31924F767D23a03B0b1b2cF48654D0C87E0f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Video",
- "symbol": "VIDEO",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa05a31924F767D23a03B0b1b2cF48654D0C87E0f",
- "status": "abandoned",
- "id": "0xa05a31924F767D23a03B0b1b2cF48654D0C87E0f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa05a31924F767D23a03B0b1b2cF48654D0C87E0f/logo.png b/blockchains/ethereum/assets/0xa05a31924F767D23a03B0b1b2cF48654D0C87E0f/logo.png
deleted file mode 100644
index 0c058c1d6821d..0000000000000
Binary files a/blockchains/ethereum/assets/0xa05a31924F767D23a03B0b1b2cF48654D0C87E0f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa06bC25B5805d5F8d82847D191Cb4Af5A3e873E0/info.json b/blockchains/ethereum/assets/0xa06bC25B5805d5F8d82847D191Cb4Af5A3e873E0/info.json
deleted file mode 100644
index eb71f05ca269a..0000000000000
--- a/blockchains/ethereum/assets/0xa06bC25B5805d5F8d82847D191Cb4Af5A3e873E0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave LINK",
- "symbol": "aLINK",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave LINK is an interest bearing token pegged 1:1 to the underlying LINK deposited in Aave. aLINK accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0xa06bC25B5805d5F8d82847D191Cb4Af5A3e873E0",
- "status": "active",
- "id": "0xa06bC25B5805d5F8d82847D191Cb4Af5A3e873E0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa06bC25B5805d5F8d82847D191Cb4Af5A3e873E0/logo.png b/blockchains/ethereum/assets/0xa06bC25B5805d5F8d82847D191Cb4Af5A3e873E0/logo.png
deleted file mode 100644
index 62ac806ccea77..0000000000000
Binary files a/blockchains/ethereum/assets/0xa06bC25B5805d5F8d82847D191Cb4Af5A3e873E0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa072FBb3A8E324C0931e021B8eCE0C95A96d0BCb/info.json b/blockchains/ethereum/assets/0xa072FBb3A8E324C0931e021B8eCE0C95A96d0BCb/info.json
deleted file mode 100644
index 3035e5be45dde..0000000000000
--- a/blockchains/ethereum/assets/0xa072FBb3A8E324C0931e021B8eCE0C95A96d0BCb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "goldfi.finance",
- "symbol": "GoldFi",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa072FBb3A8E324C0931e021B8eCE0C95A96d0BCb",
- "status": "abandoned",
- "id": "0xa072FBb3A8E324C0931e021B8eCE0C95A96d0BCb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa072FBb3A8E324C0931e021B8eCE0C95A96d0BCb/logo.png b/blockchains/ethereum/assets/0xa072FBb3A8E324C0931e021B8eCE0C95A96d0BCb/logo.png
deleted file mode 100644
index fa9ca8d61d2b9..0000000000000
Binary files a/blockchains/ethereum/assets/0xa072FBb3A8E324C0931e021B8eCE0C95A96d0BCb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa072bE0DB9d639FCbCdeEd0eca496750ad3D2029/info.json b/blockchains/ethereum/assets/0xa072bE0DB9d639FCbCdeEd0eca496750ad3D2029/info.json
deleted file mode 100644
index 081f1a2812a58..0000000000000
--- a/blockchains/ethereum/assets/0xa072bE0DB9d639FCbCdeEd0eca496750ad3D2029/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Maker Dao Classic",
- "symbol": "MKRC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa072bE0DB9d639FCbCdeEd0eca496750ad3D2029",
- "status": "abandoned",
- "id": "0xa072bE0DB9d639FCbCdeEd0eca496750ad3D2029"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa072bE0DB9d639FCbCdeEd0eca496750ad3D2029/logo.png b/blockchains/ethereum/assets/0xa072bE0DB9d639FCbCdeEd0eca496750ad3D2029/logo.png
deleted file mode 100644
index 2e0517bff2cfd..0000000000000
Binary files a/blockchains/ethereum/assets/0xa072bE0DB9d639FCbCdeEd0eca496750ad3D2029/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa07C9046B3040A02f5c2960051786F720526da5A/info.json b/blockchains/ethereum/assets/0xa07C9046B3040A02f5c2960051786F720526da5A/info.json
deleted file mode 100644
index f1b432b88d906..0000000000000
--- a/blockchains/ethereum/assets/0xa07C9046B3040A02f5c2960051786F720526da5A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dana-X",
- "symbol": "Dana-X",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa07C9046B3040A02f5c2960051786F720526da5A",
- "status": "abandoned",
- "id": "0xa07C9046B3040A02f5c2960051786F720526da5A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa07C9046B3040A02f5c2960051786F720526da5A/logo.png b/blockchains/ethereum/assets/0xa07C9046B3040A02f5c2960051786F720526da5A/logo.png
deleted file mode 100644
index 715ef06cc7dc7..0000000000000
Binary files a/blockchains/ethereum/assets/0xa07C9046B3040A02f5c2960051786F720526da5A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa085edaF9E9688611D5390046eF28f206DfC1dFE/info.json b/blockchains/ethereum/assets/0xa085edaF9E9688611D5390046eF28f206DfC1dFE/info.json
deleted file mode 100644
index 6d40b77776318..0000000000000
--- a/blockchains/ethereum/assets/0xa085edaF9E9688611D5390046eF28f206DfC1dFE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "健康通证",
- "symbol": "BTZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa085edaF9E9688611D5390046eF28f206DfC1dFE",
- "status": "abandoned",
- "id": "0xa085edaF9E9688611D5390046eF28f206DfC1dFE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa085edaF9E9688611D5390046eF28f206DfC1dFE/logo.png b/blockchains/ethereum/assets/0xa085edaF9E9688611D5390046eF28f206DfC1dFE/logo.png
deleted file mode 100644
index 9b6b78db06d40..0000000000000
Binary files a/blockchains/ethereum/assets/0xa085edaF9E9688611D5390046eF28f206DfC1dFE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa0872eE815B8dd0F6937386Fd77134720d953581/info.json b/blockchains/ethereum/assets/0xa0872eE815B8dd0F6937386Fd77134720d953581/info.json
deleted file mode 100644
index 9a2e05f71e7aa..0000000000000
--- a/blockchains/ethereum/assets/0xa0872eE815B8dd0F6937386Fd77134720d953581/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EduCoinToken",
- "symbol": "EDU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa0872eE815B8dd0F6937386Fd77134720d953581",
- "status": "abandoned",
- "id": "0xa0872eE815B8dd0F6937386Fd77134720d953581"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa0872eE815B8dd0F6937386Fd77134720d953581/logo.png b/blockchains/ethereum/assets/0xa0872eE815B8dd0F6937386Fd77134720d953581/logo.png
deleted file mode 100755
index 897c6bcf100c5..0000000000000
Binary files a/blockchains/ethereum/assets/0xa0872eE815B8dd0F6937386Fd77134720d953581/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa09CEBC152553e1086bE9cE5efBd9dcbb6641479/info.json b/blockchains/ethereum/assets/0xa09CEBC152553e1086bE9cE5efBd9dcbb6641479/info.json
deleted file mode 100644
index 7e7f4e17e6317..0000000000000
--- a/blockchains/ethereum/assets/0xa09CEBC152553e1086bE9cE5efBd9dcbb6641479/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Swissy Stable Coin",
- "symbol": "SSC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa09CEBC152553e1086bE9cE5efBd9dcbb6641479",
- "status": "abandoned",
- "id": "0xa09CEBC152553e1086bE9cE5efBd9dcbb6641479"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa09CEBC152553e1086bE9cE5efBd9dcbb6641479/logo.png b/blockchains/ethereum/assets/0xa09CEBC152553e1086bE9cE5efBd9dcbb6641479/logo.png
deleted file mode 100644
index 3833e5d338db7..0000000000000
Binary files a/blockchains/ethereum/assets/0xa09CEBC152553e1086bE9cE5efBd9dcbb6641479/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa0B207103F764A920b4AF9e691F5bd956DE14DED/info.json b/blockchains/ethereum/assets/0xa0B207103F764A920b4AF9e691F5bd956DE14DED/info.json
deleted file mode 100644
index b71dfa9bd0f4b..0000000000000
--- a/blockchains/ethereum/assets/0xa0B207103F764A920b4AF9e691F5bd956DE14DED/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "abitshadow Token",
- "symbol": "ABST",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.abitshadow.com/",
- "explorer": "https://etherscan.io/token/0xa0B207103F764A920b4AF9e691F5bd956DE14DED",
- "status": "abandoned",
- "id": "0xa0B207103F764A920b4AF9e691F5bd956DE14DED"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa0B207103F764A920b4AF9e691F5bd956DE14DED/logo.png b/blockchains/ethereum/assets/0xa0B207103F764A920b4AF9e691F5bd956DE14DED/logo.png
deleted file mode 100644
index 96601ced7582e..0000000000000
Binary files a/blockchains/ethereum/assets/0xa0B207103F764A920b4AF9e691F5bd956DE14DED/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa0C81655E84c31C4c5BD86d7f927f8CBE3C8A806/info.json b/blockchains/ethereum/assets/0xa0C81655E84c31C4c5BD86d7f927f8CBE3C8A806/info.json
deleted file mode 100644
index ab62dc92db195..0000000000000
--- a/blockchains/ethereum/assets/0xa0C81655E84c31C4c5BD86d7f927f8CBE3C8A806/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WorldPoker.Game Token",
- "symbol": "WPKG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa0C81655E84c31C4c5BD86d7f927f8CBE3C8A806",
- "status": "abandoned",
- "id": "0xa0C81655E84c31C4c5BD86d7f927f8CBE3C8A806"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa0C81655E84c31C4c5BD86d7f927f8CBE3C8A806/logo.png b/blockchains/ethereum/assets/0xa0C81655E84c31C4c5BD86d7f927f8CBE3C8A806/logo.png
deleted file mode 100644
index e156adf6fbadb..0000000000000
Binary files a/blockchains/ethereum/assets/0xa0C81655E84c31C4c5BD86d7f927f8CBE3C8A806/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa0F0546Eb5E3eE7e8cfC5DA12e5949F3AE622675/info.json b/blockchains/ethereum/assets/0xa0F0546Eb5E3eE7e8cfC5DA12e5949F3AE622675/info.json
deleted file mode 100644
index 4b481588892c7..0000000000000
--- a/blockchains/ethereum/assets/0xa0F0546Eb5E3eE7e8cfC5DA12e5949F3AE622675/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "TOKO",
- "website": "https://tokoin.io/",
- "description": "Tokoin's mission is to facilitate trustworthy data exchange in a specified platform so that SMEs will be able to meet their needs for financing and business services without intermediaries.",
- "explorer": "https://etherscan.io/token/0xa0F0546Eb5E3eE7e8cfC5DA12e5949F3AE622675",
- "type": "ERC20",
- "symbol": "TOKO",
- "decimals": 18,
- "status": "active",
- "id": "0xa0F0546Eb5E3eE7e8cfC5DA12e5949F3AE622675",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/tokoinofficial"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Tokoin"
- },
- {
- "name": "telegram",
- "url": "https://t.me/tokoinglobal"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/tokoinindonesia"
- },
- {
- "name": "whitepaper",
- "url": "https://www.tokoin.io/whitepaper/Tokoin-Whitepaper.pdf?id=ebfd311b2b26bf1a6201"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa0F0546Eb5E3eE7e8cfC5DA12e5949F3AE622675/logo.png b/blockchains/ethereum/assets/0xa0F0546Eb5E3eE7e8cfC5DA12e5949F3AE622675/logo.png
deleted file mode 100644
index e3c9baf5d978d..0000000000000
Binary files a/blockchains/ethereum/assets/0xa0F0546Eb5E3eE7e8cfC5DA12e5949F3AE622675/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa0afAA285Ce85974c3C881256cB7F225e3A1178a/info.json b/blockchains/ethereum/assets/0xa0afAA285Ce85974c3C881256cB7F225e3A1178a/info.json
deleted file mode 100644
index cf5bcac279e92..0000000000000
--- a/blockchains/ethereum/assets/0xa0afAA285Ce85974c3C881256cB7F225e3A1178a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wrapped CrescoFin",
- "type": "ERC20",
- "symbol": "wCRES",
- "decimals": 18,
- "website": "https://defi.crescofin.ch",
- "description": "wCRES represents unregistered equity in CrescoFin, a better banking alternative, with higher rates than in a bank and fully insured deposits and returns. Incorporated and regulated in Switzerland.",
- "explorer": "https://etherscan.io/token/0xa0afAA285Ce85974c3C881256cB7F225e3A1178a",
- "status": "active",
- "id": "0xa0afAA285Ce85974c3C881256cB7F225e3A1178a"
-}
diff --git a/blockchains/ethereum/assets/0xa0afAA285Ce85974c3C881256cB7F225e3A1178a/logo.png b/blockchains/ethereum/assets/0xa0afAA285Ce85974c3C881256cB7F225e3A1178a/logo.png
deleted file mode 100644
index 07f5aee0eba2b..0000000000000
Binary files a/blockchains/ethereum/assets/0xa0afAA285Ce85974c3C881256cB7F225e3A1178a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa0b8B9C740237dc3ae15117C0685F78Dc863fb86/info.json b/blockchains/ethereum/assets/0xa0b8B9C740237dc3ae15117C0685F78Dc863fb86/info.json
deleted file mode 100644
index 3fcb79308ed78..0000000000000
--- a/blockchains/ethereum/assets/0xa0b8B9C740237dc3ae15117C0685F78Dc863fb86/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Warc",
- "symbol": "WARC",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa0b8B9C740237dc3ae15117C0685F78Dc863fb86",
- "status": "abandoned",
- "id": "0xa0b8B9C740237dc3ae15117C0685F78Dc863fb86"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa0b8B9C740237dc3ae15117C0685F78Dc863fb86/logo.png b/blockchains/ethereum/assets/0xa0b8B9C740237dc3ae15117C0685F78Dc863fb86/logo.png
deleted file mode 100644
index 16d11f3d01a2e..0000000000000
Binary files a/blockchains/ethereum/assets/0xa0b8B9C740237dc3ae15117C0685F78Dc863fb86/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa0bEd124a09ac2Bd941b10349d8d224fe3c955eb/info.json b/blockchains/ethereum/assets/0xa0bEd124a09ac2Bd941b10349d8d224fe3c955eb/info.json
deleted file mode 100644
index 0d190ce0df19e..0000000000000
--- a/blockchains/ethereum/assets/0xa0bEd124a09ac2Bd941b10349d8d224fe3c955eb/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "DePay",
- "website": "https://depay.fi",
- "description": "DePay is a simple, decentralized payment protocol that simplifies crypto payments.",
- "explorer": "https://etherscan.io/token/0xa0bEd124a09ac2Bd941b10349d8d224fe3c955eb",
- "type": "ERC20",
- "symbol": "DEPAY",
- "decimals": 18,
- "status": "active",
- "id": "0xa0bEd124a09ac2Bd941b10349d8d224fe3c955eb",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/DePayFi"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/DePayFi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/depayfi"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/smDs5zK"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/DePayFi"
- },
- {
- "name": "medium",
- "url": "https://depay.medium.com"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa0bEd124a09ac2Bd941b10349d8d224fe3c955eb/logo.png b/blockchains/ethereum/assets/0xa0bEd124a09ac2Bd941b10349d8d224fe3c955eb/logo.png
deleted file mode 100644
index a4cf0824843a5..0000000000000
Binary files a/blockchains/ethereum/assets/0xa0bEd124a09ac2Bd941b10349d8d224fe3c955eb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa0d440C6DA37892Dc06Ee7930B2eedE0634FD681/info.json b/blockchains/ethereum/assets/0xa0d440C6DA37892Dc06Ee7930B2eedE0634FD681/info.json
deleted file mode 100644
index faacfcba8d0d5..0000000000000
--- a/blockchains/ethereum/assets/0xa0d440C6DA37892Dc06Ee7930B2eedE0634FD681/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MasterNet",
- "symbol": "MASH",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://masternet.io/",
- "explorer": "https://etherscan.io/token/0xa0d440C6DA37892Dc06Ee7930B2eedE0634FD681",
- "status": "abandoned",
- "id": "0xa0d440C6DA37892Dc06Ee7930B2eedE0634FD681"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa0d440C6DA37892Dc06Ee7930B2eedE0634FD681/logo.png b/blockchains/ethereum/assets/0xa0d440C6DA37892Dc06Ee7930B2eedE0634FD681/logo.png
deleted file mode 100755
index 19dbdef403fdc..0000000000000
Binary files a/blockchains/ethereum/assets/0xa0d440C6DA37892Dc06Ee7930B2eedE0634FD681/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa105C740BC012A43a342Ab4A0Ef40143452C8E89/info.json b/blockchains/ethereum/assets/0xa105C740BC012A43a342Ab4A0Ef40143452C8E89/info.json
deleted file mode 100644
index 3aeb672c006ad..0000000000000
--- a/blockchains/ethereum/assets/0xa105C740BC012A43a342Ab4A0Ef40143452C8E89/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Litbinex Coin",
- "symbol": "LTB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.litbinex.com/",
- "explorer": "https://etherscan.io/token/0xa105C740BC012A43a342Ab4A0Ef40143452C8E89",
- "status": "abandoned",
- "id": "0xa105C740BC012A43a342Ab4A0Ef40143452C8E89"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa105C740BC012A43a342Ab4A0Ef40143452C8E89/logo.png b/blockchains/ethereum/assets/0xa105C740BC012A43a342Ab4A0Ef40143452C8E89/logo.png
deleted file mode 100644
index 2a3773da82811..0000000000000
Binary files a/blockchains/ethereum/assets/0xa105C740BC012A43a342Ab4A0Ef40143452C8E89/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa1069A93B0E44cc42bDceC90D010746d1b65a65C/info.json b/blockchains/ethereum/assets/0xa1069A93B0E44cc42bDceC90D010746d1b65a65C/info.json
deleted file mode 100644
index 41d2e23722657..0000000000000
--- a/blockchains/ethereum/assets/0xa1069A93B0E44cc42bDceC90D010746d1b65a65C/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "BCDC",
- "website": "https://bcdc.finance/",
- "description": "BCDC is the investment platform that connects Ce-Fi and De-Fi.",
- "explorer": "https://etherscan.io/token/0xa1069a93b0e44cc42bdcec90d010746d1b65a65c",
- "type": "ERC20",
- "symbol": "BCDC",
- "decimals": 18,
- "status": "active",
- "id": "0xa1069A93B0E44cc42bDceC90D010746d1b65a65C",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/bcdc-defi/bcdc-contract"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa1069A93B0E44cc42bDceC90D010746d1b65a65C/logo.png b/blockchains/ethereum/assets/0xa1069A93B0E44cc42bDceC90D010746d1b65a65C/logo.png
deleted file mode 100644
index 91981e0b85158..0000000000000
Binary files a/blockchains/ethereum/assets/0xa1069A93B0E44cc42bDceC90D010746d1b65a65C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa10ae543dB5D967a73E9Abcc69c81a18A7Fc0A78/info.json b/blockchains/ethereum/assets/0xa10ae543dB5D967a73E9Abcc69c81a18A7Fc0A78/info.json
deleted file mode 100644
index 7487192167d13..0000000000000
--- a/blockchains/ethereum/assets/0xa10ae543dB5D967a73E9Abcc69c81a18A7Fc0A78/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BLOCKCLOUT",
- "symbol": "CLOUT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://blockclout.com/",
- "explorer": "https://etherscan.io/token/0xa10ae543dB5D967a73E9Abcc69c81a18A7Fc0A78",
- "status": "abandoned",
- "id": "0xa10ae543dB5D967a73E9Abcc69c81a18A7Fc0A78"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa10ae543dB5D967a73E9Abcc69c81a18A7Fc0A78/logo.png b/blockchains/ethereum/assets/0xa10ae543dB5D967a73E9Abcc69c81a18A7Fc0A78/logo.png
deleted file mode 100644
index 059dbbefb893c..0000000000000
Binary files a/blockchains/ethereum/assets/0xa10ae543dB5D967a73E9Abcc69c81a18A7Fc0A78/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa1116930326D21fB917d5A27F1E9943A9595fb47/info.json b/blockchains/ethereum/assets/0xa1116930326D21fB917d5A27F1E9943A9595fb47/info.json
deleted file mode 100644
index 885c87052357a..0000000000000
--- a/blockchains/ethereum/assets/0xa1116930326D21fB917d5A27F1E9943A9595fb47/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Staked ABPT ",
- "symbol": "stkABPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "stkABPT is AAVE/ETH Balancer Liquidity that is staked in the Aave Protocol Safety Module. In case of a shortfall event, up to 30% of the stkABPT can be slashed to cover the deficit. stkABPT holders earn Safety Incentives, BAL rewards and trading fees as a reward for protecting the protocol and liquidity provided to Balancer.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0xa1116930326D21fB917d5A27F1E9943A9595fb47",
- "status": "active",
- "id": "0xa1116930326D21fB917d5A27F1E9943A9595fb47"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa1116930326D21fB917d5A27F1E9943A9595fb47/logo.png b/blockchains/ethereum/assets/0xa1116930326D21fB917d5A27F1E9943A9595fb47/logo.png
deleted file mode 100644
index c493b10ee9e5f..0000000000000
Binary files a/blockchains/ethereum/assets/0xa1116930326D21fB917d5A27F1E9943A9595fb47/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa117000000f279D81A1D3cc75430fAA017FA5A2e/info.json b/blockchains/ethereum/assets/0xa117000000f279D81A1D3cc75430fAA017FA5A2e/info.json
deleted file mode 100644
index 2f5c608214297..0000000000000
--- a/blockchains/ethereum/assets/0xa117000000f279D81A1D3cc75430fAA017FA5A2e/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Aragon",
- "website": "https://aragon.org",
- "description": "Aragon (ANT) is a decentralized platform built on the Ethereum network that offers a modularized way to create and manage dApps, cryptoprotocols, and decentralized autonomous organizations (DAO).",
- "explorer": "https://etherscan.io/token/0xa117000000f279D81A1D3cc75430fAA017FA5A2e",
- "research": "https://research.binance.com/en/projects/aragon",
- "type": "ERC20",
- "symbol": "ANT",
- "decimals": 18,
- "status": "active",
- "id": "0xa117000000f279D81A1D3cc75430fAA017FA5A2e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa117000000f279D81A1D3cc75430fAA017FA5A2e/logo.png b/blockchains/ethereum/assets/0xa117000000f279D81A1D3cc75430fAA017FA5A2e/logo.png
deleted file mode 100644
index bdb53115f3e5b..0000000000000
Binary files a/blockchains/ethereum/assets/0xa117000000f279D81A1D3cc75430fAA017FA5A2e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa117ea1c0c85CEf648df2b6f40e50bb5475C228d/info.json b/blockchains/ethereum/assets/0xa117ea1c0c85CEf648df2b6f40e50bb5475C228d/info.json
deleted file mode 100644
index 28ea7cf746434..0000000000000
--- a/blockchains/ethereum/assets/0xa117ea1c0c85CEf648df2b6f40e50bb5475C228d/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "DUCATO Protocol Token",
- "website": "http://ducato.io/",
- "description": "The DUCATO Protocols aims at developing an optimized blockchain technology, providing user-centric services, expanding of network participants and developing credible algorithm and decentralized governance for network users’ profit.",
- "explorer": "https://etherscan.io/token/0xa117ea1c0c85CEf648df2b6f40e50bb5475C228d",
- "type": "ERC20",
- "symbol": "DUCATO",
- "decimals": 18,
- "status": "active",
- "id": "0xa117ea1c0c85CEf648df2b6f40e50bb5475C228d",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/DUCATO_DeFi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/DUCATO_Channel"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/DeFi.DUCATO/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@ducato.mkt"
- },
- {
- "name": "whitepaper",
- "url": "https://ducato.io/files/DUCATO_Whitepaper_ENG_v0.8.3.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa117ea1c0c85CEf648df2b6f40e50bb5475C228d/logo.png b/blockchains/ethereum/assets/0xa117ea1c0c85CEf648df2b6f40e50bb5475C228d/logo.png
deleted file mode 100644
index 6b7797f5a273f..0000000000000
Binary files a/blockchains/ethereum/assets/0xa117ea1c0c85CEf648df2b6f40e50bb5475C228d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa11E45783EB07a5E90e201f9AA473F123cCC8E51/info.json b/blockchains/ethereum/assets/0xa11E45783EB07a5E90e201f9AA473F123cCC8E51/info.json
deleted file mode 100644
index 6a27605dd29d5..0000000000000
--- a/blockchains/ethereum/assets/0xa11E45783EB07a5E90e201f9AA473F123cCC8E51/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rethen Token",
- "symbol": "RTH2",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa11E45783EB07a5E90e201f9AA473F123cCC8E51",
- "status": "abandoned",
- "id": "0xa11E45783EB07a5E90e201f9AA473F123cCC8E51"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa11E45783EB07a5E90e201f9AA473F123cCC8E51/logo.png b/blockchains/ethereum/assets/0xa11E45783EB07a5E90e201f9AA473F123cCC8E51/logo.png
deleted file mode 100755
index c46f8fa9b4aab..0000000000000
Binary files a/blockchains/ethereum/assets/0xa11E45783EB07a5E90e201f9AA473F123cCC8E51/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa12BD9d0f059349055a3Dc4e38833171B4ad2A35/info.json b/blockchains/ethereum/assets/0xa12BD9d0f059349055a3Dc4e38833171B4ad2A35/info.json
deleted file mode 100644
index 3487e20b17deb..0000000000000
--- a/blockchains/ethereum/assets/0xa12BD9d0f059349055a3Dc4e38833171B4ad2A35/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "POWM",
- "website": "https://powmcoin.com",
- "description": "POWM coin is a holder-flexible staking coin",
- "explorer": "https://etherscan.io/token/0xa12BD9d0f059349055a3Dc4e38833171B4ad2A35",
- "type": "ERC20",
- "symbol": "POWM",
- "decimals": 18,
- "status": "active",
- "id": "0xa12BD9d0f059349055a3Dc4e38833171B4ad2A35"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa12BD9d0f059349055a3Dc4e38833171B4ad2A35/logo.png b/blockchains/ethereum/assets/0xa12BD9d0f059349055a3Dc4e38833171B4ad2A35/logo.png
deleted file mode 100644
index e938d28bebdd1..0000000000000
Binary files a/blockchains/ethereum/assets/0xa12BD9d0f059349055a3Dc4e38833171B4ad2A35/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa150Db9b1Fa65b44799d4dD949D922c0a33Ee606/info.json b/blockchains/ethereum/assets/0xa150Db9b1Fa65b44799d4dD949D922c0a33Ee606/info.json
deleted file mode 100644
index 891756da1e916..0000000000000
--- a/blockchains/ethereum/assets/0xa150Db9b1Fa65b44799d4dD949D922c0a33Ee606/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Digital Reserve Currency",
- "website": "https://drcglobal.org/",
- "description": "Digital Reserve Currency was designed to become a decentralized digital store of value with a limited supply and a zero inflation rate. It was created during the COVID-19 crisis when fiscal and monetary policies have exposed serious vulnerabilities in the current financial system. The concept of Digital Reserve Currency was developed by Maxim Nurov, founder of Digital Finance.",
- "explorer": "https://etherscan.io/token/0xa150Db9b1Fa65b44799d4dD949D922c0a33Ee606",
- "type": "ERC20",
- "symbol": "DRC",
- "decimals": 0,
- "status": "active",
- "id": "0xa150Db9b1Fa65b44799d4dD949D922c0a33Ee606",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/digitalreserve/DRC"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/DRCToken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/DigitalReserveCurrency"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/8BrRdc"
- },
- {
- "name": "whitepaper",
- "url": "https://drcglobal.org/white-paper-1"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa150Db9b1Fa65b44799d4dD949D922c0a33Ee606/logo.png b/blockchains/ethereum/assets/0xa150Db9b1Fa65b44799d4dD949D922c0a33Ee606/logo.png
deleted file mode 100644
index 231f1df7ae0b6..0000000000000
Binary files a/blockchains/ethereum/assets/0xa150Db9b1Fa65b44799d4dD949D922c0a33Ee606/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa19A40FbD7375431fAB013a4B08F00871B9a2791/info.json b/blockchains/ethereum/assets/0xa19A40FbD7375431fAB013a4B08F00871B9a2791/info.json
deleted file mode 100644
index 34c766bd4656e..0000000000000
--- a/blockchains/ethereum/assets/0xa19A40FbD7375431fAB013a4B08F00871B9a2791/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SWAGG",
- "symbol": "SWAGG",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "https://swagg.network/",
- "explorer": "https://etherscan.io/token/0xa19A40FbD7375431fAB013a4B08F00871B9a2791",
- "status": "abandoned",
- "id": "0xa19A40FbD7375431fAB013a4B08F00871B9a2791"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa19A40FbD7375431fAB013a4B08F00871B9a2791/logo.png b/blockchains/ethereum/assets/0xa19A40FbD7375431fAB013a4B08F00871B9a2791/logo.png
deleted file mode 100644
index e928739749d84..0000000000000
Binary files a/blockchains/ethereum/assets/0xa19A40FbD7375431fAB013a4B08F00871B9a2791/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa1A6f16D26aa53aEC17E4001fD8CB6E6d5B17Ff7/info.json b/blockchains/ethereum/assets/0xa1A6f16D26aa53aEC17E4001fD8CB6E6d5B17Ff7/info.json
deleted file mode 100644
index 2ebf9440ea6ec..0000000000000
--- a/blockchains/ethereum/assets/0xa1A6f16D26aa53aEC17E4001fD8CB6E6d5B17Ff7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "1irst",
- "symbol": "FST",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa1A6f16D26aa53aEC17E4001fD8CB6E6d5B17Ff7",
- "status": "abandoned",
- "id": "0xa1A6f16D26aa53aEC17E4001fD8CB6E6d5B17Ff7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa1A6f16D26aa53aEC17E4001fD8CB6E6d5B17Ff7/logo.png b/blockchains/ethereum/assets/0xa1A6f16D26aa53aEC17E4001fD8CB6E6d5B17Ff7/logo.png
deleted file mode 100644
index b0944865e8d0e..0000000000000
Binary files a/blockchains/ethereum/assets/0xa1A6f16D26aa53aEC17E4001fD8CB6E6d5B17Ff7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa1EA9aA32CBba8c203DDC510a144aD1F439d436c/info.json b/blockchains/ethereum/assets/0xa1EA9aA32CBba8c203DDC510a144aD1F439d436c/info.json
deleted file mode 100644
index a73538fa9e882..0000000000000
--- a/blockchains/ethereum/assets/0xa1EA9aA32CBba8c203DDC510a144aD1F439d436c/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "MetaPortal Gaming Index",
- "type": "ERC20",
- "symbol": "GAME",
- "decimals": 18,
- "website": "https://www.metaportal.wtf/",
- "description": "The MetaPortal Gaming Index ($GAME) is designed to provide exposure to the emergent crypto gaming space. Investing across games, virtual worlds and gaming platforms, $GAME is a simple and effective way to express the view that crypto games will capture a greater share of the burgeoning gaming market. ",
- "explorer": "https://etherscan.io/token/0xa1EA9aA32CBba8c203DDC510a144aD1F439d436c",
- "status": "active",
- "id": "0xa1EA9aA32CBba8c203DDC510a144aD1F439d436c",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MetaportaI"
- },
- {
- "name": "github",
- "url": "https://github.com/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/7nqfvnF8y9"
- },
- {
- "name": "blog",
- "url": "https://metaportal.substack.com/"
- },
- {
- "name": "docs",
- "url": "https://metaportal.gitbook.io/welcome/the-basics/welcome"
- }
- ],
- "tags": [
- "gamefi",
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa1EA9aA32CBba8c203DDC510a144aD1F439d436c/logo.png b/blockchains/ethereum/assets/0xa1EA9aA32CBba8c203DDC510a144aD1F439d436c/logo.png
deleted file mode 100644
index 78d85f70b9db9..0000000000000
Binary files a/blockchains/ethereum/assets/0xa1EA9aA32CBba8c203DDC510a144aD1F439d436c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83/info.json b/blockchains/ethereum/assets/0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83/info.json
deleted file mode 100644
index 55c816b02ab2d..0000000000000
--- a/blockchains/ethereum/assets/0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "YFII",
- "website": "https://yfii.finance/",
- "description": "YFII is a fork of Yearn.finance YFI with YIP 8 implemented.",
- "explorer": "https://etherscan.io/token/0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83",
- "research": "https://research.binance.com/en/projects/dfimoney",
- "type": "ERC20",
- "symbol": "YFII",
- "decimals": 18,
- "status": "active",
- "id": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83/logo.png b/blockchains/ethereum/assets/0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83/logo.png
deleted file mode 100755
index 8b38b931904d5..0000000000000
Binary files a/blockchains/ethereum/assets/0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa1d65E8fB6e87b60FECCBc582F7f97804B725521/info.json b/blockchains/ethereum/assets/0xa1d65E8fB6e87b60FECCBc582F7f97804B725521/info.json
deleted file mode 100644
index a6e2367843b3d..0000000000000
--- a/blockchains/ethereum/assets/0xa1d65E8fB6e87b60FECCBc582F7f97804B725521/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "DXD",
- "website": "https://Dxdao.eth.link/",
- "description": "The DXdao is a decentralized organization initialized in May of 2019 and has over 400 unique stakeholder addresses. It develops, governs, and grows DeFi protocols and products. Owned and operated by the community, the DXdao has the potential to significantly scale its membership.",
- "explorer": "https://etherscan.io/token/0xa1d65E8fB6e87b60FECCBc582F7f97804B725521",
- "type": "ERC20",
- "symbol": "DXD",
- "decimals": 18,
- "status": "active",
- "id": "0xa1d65E8fB6e87b60FECCBc582F7f97804B725521",
- "tags": [
- "governance"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/levelkdev/BC-DAPP"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Dxdao_"
- },
- {
- "name": "telegram",
- "url": "https://t.me/dxDAO"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa1d65E8fB6e87b60FECCBc582F7f97804B725521/logo.png b/blockchains/ethereum/assets/0xa1d65E8fB6e87b60FECCBc582F7f97804B725521/logo.png
deleted file mode 100644
index c691f5a5c2d76..0000000000000
Binary files a/blockchains/ethereum/assets/0xa1d65E8fB6e87b60FECCBc582F7f97804B725521/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa1d6Df714F91DeBF4e0802A542E13067f31b8262/info.json b/blockchains/ethereum/assets/0xa1d6Df714F91DeBF4e0802A542E13067f31b8262/info.json
deleted file mode 100644
index 84e96cb7a3692..0000000000000
--- a/blockchains/ethereum/assets/0xa1d6Df714F91DeBF4e0802A542E13067f31b8262/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RFOX",
- "type": "ERC20",
- "symbol": "RFOX",
- "decimals": 18,
- "website": "https://redfoxlabs.io",
- "description": "REDFOXLABS is a tech-forward digital venture builder delivering companies & platforms that are secure, scalable, and innovative, bringing the world into a new era of technology and prosperity.",
- "explorer": "https://etherscan.io/token/0xa1d6Df714F91DeBF4e0802A542E13067f31b8262",
- "status": "active",
- "id": "0xa1d6Df714F91DeBF4e0802A542E13067f31b8262"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa1d6Df714F91DeBF4e0802A542E13067f31b8262/logo.png b/blockchains/ethereum/assets/0xa1d6Df714F91DeBF4e0802A542E13067f31b8262/logo.png
deleted file mode 100644
index e22a74b5f25cf..0000000000000
Binary files a/blockchains/ethereum/assets/0xa1d6Df714F91DeBF4e0802A542E13067f31b8262/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa1e72267084192Db7387c8CC1328fadE470e4149/info.json b/blockchains/ethereum/assets/0xa1e72267084192Db7387c8CC1328fadE470e4149/info.json
deleted file mode 100644
index 24bfe225051f0..0000000000000
--- a/blockchains/ethereum/assets/0xa1e72267084192Db7387c8CC1328fadE470e4149/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrueFi TrueUSD",
- "website": "https://truefi.io/",
- "description": "TrueFi is an on-chain uncollateralized lending protocol. tfTUSD represents a users TUSD deposit into the protocol's lending pool",
- "explorer": "https://etherscan.io/token/0xa1e72267084192Db7387c8CC1328fadE470e4149",
- "decimals": 18,
- "id": "0xa1e72267084192Db7387c8CC1328fadE470e4149",
- "type": "ERC20",
- "symbol": "tfTUSD",
- "status": "active"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa1e72267084192Db7387c8CC1328fadE470e4149/logo.png b/blockchains/ethereum/assets/0xa1e72267084192Db7387c8CC1328fadE470e4149/logo.png
deleted file mode 100644
index 0dfbe379d43ce..0000000000000
Binary files a/blockchains/ethereum/assets/0xa1e72267084192Db7387c8CC1328fadE470e4149/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa1eD0364D53394209D61aE8bfdb8Ff50484D8c91/info.json b/blockchains/ethereum/assets/0xa1eD0364D53394209D61aE8bfdb8Ff50484D8c91/info.json
deleted file mode 100644
index 6ad5d8786a44e..0000000000000
--- a/blockchains/ethereum/assets/0xa1eD0364D53394209D61aE8bfdb8Ff50484D8c91/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "TeraBlock Token",
- "website": "https://terablock.ai",
- "description": "Machine Learning driven, personalised cryptocurrency trade automation to help you easily manage your assets.",
- "explorer": "https://etherscan.io/token/0xa1ed0364d53394209d61ae8bfdb8ff50484d8c91",
- "symbol": "TBC",
- "decimals": 18,
- "type": "ERC20",
- "status": "abandoned",
- "id": "0xa1eD0364D53394209D61aE8bfdb8Ff50484D8c91",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MyTeraBlock"
- },
- {
- "name": "telegram",
- "url": "https://t.me/TeraBlock"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa1faa113cbE53436Df28FF0aEe54275c13B40975/info.json b/blockchains/ethereum/assets/0xa1faa113cbE53436Df28FF0aEe54275c13B40975/info.json
deleted file mode 100644
index 22f28831f7b44..0000000000000
--- a/blockchains/ethereum/assets/0xa1faa113cbE53436Df28FF0aEe54275c13B40975/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Alpha Finance Lab",
- "website": "https://alphafinance.io",
- "description": "Alpha Finance Lab is an ecosystem of cross-chain DeFi products that will interoperate to bring optimal alpha returns to users. Alpha products focus on capturing unaddressed demand in DeFi in an innovative and user friendly way.",
- "explorer": "https://etherscan.io/token/0xa1faa113cbE53436Df28FF0aEe54275c13B40975",
- "data_source": "crowd",
- "type": "ERC20",
- "symbol": "ALPHA",
- "decimals": 18,
- "status": "active",
- "id": "0xa1faa113cbE53436Df28FF0aEe54275c13B40975",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/AlphaFinanceLab"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/alphafinancelab"
- },
- {
- "name": "telegram",
- "url": "https://t.me/AlphaFinanceLab"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/Z2vuKDT"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa1faa113cbE53436Df28FF0aEe54275c13B40975/logo.png b/blockchains/ethereum/assets/0xa1faa113cbE53436Df28FF0aEe54275c13B40975/logo.png
deleted file mode 100644
index ea505242ce276..0000000000000
Binary files a/blockchains/ethereum/assets/0xa1faa113cbE53436Df28FF0aEe54275c13B40975/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa20f77B7ad5A88badC48800C56507B7274c06Fdc/info.json b/blockchains/ethereum/assets/0xa20f77B7ad5A88badC48800C56507B7274c06Fdc/info.json
deleted file mode 100644
index 6da1d94e8d78f..0000000000000
--- a/blockchains/ethereum/assets/0xa20f77B7ad5A88badC48800C56507B7274c06Fdc/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Cherry Token",
- "website": "https://cherry.network",
- "description": "Trustless, distributed storage for decentralized applications",
- "explorer": "https://etherscan.io/token/0xa20f77B7ad5A88badC48800C56507B7274c06Fdc",
- "type": "ERC20",
- "symbol": "CHER",
- "decimals": 18,
- "status": "active",
- "id": "0xa20f77B7ad5A88badC48800C56507B7274c06Fdc",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/cherrynetwork"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/cherry_network"
- },
- {
- "name": "telegram",
- "url": "https://t.me/cherrynetwork"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@cherryproject"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/cherry-network"
- }
- ],
- "tags": [
- "staking-native",
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa20f77B7ad5A88badC48800C56507B7274c06Fdc/logo.png b/blockchains/ethereum/assets/0xa20f77B7ad5A88badC48800C56507B7274c06Fdc/logo.png
deleted file mode 100644
index f21a9869c8c27..0000000000000
Binary files a/blockchains/ethereum/assets/0xa20f77B7ad5A88badC48800C56507B7274c06Fdc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa211F450Ce88deb31D3F12Ae3C1EBf6b0e55A5d9/info.json b/blockchains/ethereum/assets/0xa211F450Ce88deb31D3F12Ae3C1EBf6b0e55A5d9/info.json
deleted file mode 100644
index b8da348b0f89f..0000000000000
--- a/blockchains/ethereum/assets/0xa211F450Ce88deb31D3F12Ae3C1EBf6b0e55A5d9/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Parsiq Boost",
- "website": "https://parsiq.net",
- "description": "Incentivization of Liquidity Providers by PARSIQ.",
- "explorer": "https://etherscan.io/token/0xa211F450Ce88deb31D3F12Ae3C1EBf6b0e55A5d9",
- "type": "ERC20",
- "symbol": "PRQBOOST",
- "decimals": 18,
- "status": "active",
- "id": "0xa211F450Ce88deb31D3F12Ae3C1EBf6b0e55A5d9",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/parsiq_group"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/parsiq_net"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/parsiqnet/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/parsiq"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa211F450Ce88deb31D3F12Ae3C1EBf6b0e55A5d9/logo.png b/blockchains/ethereum/assets/0xa211F450Ce88deb31D3F12Ae3C1EBf6b0e55A5d9/logo.png
deleted file mode 100644
index 84bc8b0b1293b..0000000000000
Binary files a/blockchains/ethereum/assets/0xa211F450Ce88deb31D3F12Ae3C1EBf6b0e55A5d9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa249DE6948022783765Fee4850d7b85E43118FCc/info.json b/blockchains/ethereum/assets/0xa249DE6948022783765Fee4850d7b85E43118FCc/info.json
deleted file mode 100644
index 028b31bd5e314..0000000000000
--- a/blockchains/ethereum/assets/0xa249DE6948022783765Fee4850d7b85E43118FCc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Jarvis+ Coins",
- "symbol": "JAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Jarvis+ (JAR) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "http://www.jarvisplus.com",
- "explorer": "https://etherscan.io/token/0xa249DE6948022783765Fee4850d7b85E43118FCc",
- "status": "active",
- "id": "0xa249DE6948022783765Fee4850d7b85E43118FCc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa249DE6948022783765Fee4850d7b85E43118FCc/logo.png b/blockchains/ethereum/assets/0xa249DE6948022783765Fee4850d7b85E43118FCc/logo.png
deleted file mode 100644
index 9defda8e845f6..0000000000000
Binary files a/blockchains/ethereum/assets/0xa249DE6948022783765Fee4850d7b85E43118FCc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa249F0E9A464b9685F66992f41e1012388e39e81/info.json b/blockchains/ethereum/assets/0xa249F0E9A464b9685F66992f41e1012388e39e81/info.json
deleted file mode 100644
index 116f64b57be42..0000000000000
--- a/blockchains/ethereum/assets/0xa249F0E9A464b9685F66992f41e1012388e39e81/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aerum",
- "symbol": "XRM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://aerum.com/en",
- "explorer": "https://etherscan.io/token/0xa249F0E9A464b9685F66992f41e1012388e39e81",
- "status": "abandoned",
- "id": "0xa249F0E9A464b9685F66992f41e1012388e39e81"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa249F0E9A464b9685F66992f41e1012388e39e81/logo.png b/blockchains/ethereum/assets/0xa249F0E9A464b9685F66992f41e1012388e39e81/logo.png
deleted file mode 100644
index b8ae3f98a057a..0000000000000
Binary files a/blockchains/ethereum/assets/0xa249F0E9A464b9685F66992f41e1012388e39e81/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa2f96EF6ed3d67A0352e659B1E980f13e098619F/info.json b/blockchains/ethereum/assets/0xa2f96EF6ed3d67A0352e659B1E980f13e098619F/info.json
deleted file mode 100644
index 70e2a22959a7f..0000000000000
--- a/blockchains/ethereum/assets/0xa2f96EF6ed3d67A0352e659B1E980f13e098619F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Random Number Generator",
- "symbol": "RNG",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa2f96EF6ed3d67A0352e659B1E980f13e098619F",
- "status": "active",
- "id": "0xa2f96EF6ed3d67A0352e659B1E980f13e098619F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa2f96EF6ed3d67A0352e659B1E980f13e098619F/logo.png b/blockchains/ethereum/assets/0xa2f96EF6ed3d67A0352e659B1E980f13e098619F/logo.png
deleted file mode 100644
index 0813c9cbc0799..0000000000000
Binary files a/blockchains/ethereum/assets/0xa2f96EF6ed3d67A0352e659B1E980f13e098619F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa311856B777Df090D2D3D8C306CaAf6e4DfD9AE9/info.json b/blockchains/ethereum/assets/0xa311856B777Df090D2D3D8C306CaAf6e4DfD9AE9/info.json
deleted file mode 100644
index bdd5f25300b6f..0000000000000
--- a/blockchains/ethereum/assets/0xa311856B777Df090D2D3D8C306CaAf6e4DfD9AE9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gamma Coin",
- "website": "https://gammaproject.xyz/",
- "description": "GMC are economic tokens and investments made using the Ethereum blockchain (ERC20).",
- "explorer": "https://etherscan.io/token/0xa311856B777Df090D2D3D8C306CaAf6e4DfD9AE9",
- "type": "ERC20",
- "symbol": "GMC",
- "decimals": 18,
- "status": "active",
- "id": "0xa311856B777Df090D2D3D8C306CaAf6e4DfD9AE9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa311856B777Df090D2D3D8C306CaAf6e4DfD9AE9/logo.png b/blockchains/ethereum/assets/0xa311856B777Df090D2D3D8C306CaAf6e4DfD9AE9/logo.png
deleted file mode 100644
index c1511de627208..0000000000000
Binary files a/blockchains/ethereum/assets/0xa311856B777Df090D2D3D8C306CaAf6e4DfD9AE9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa33e729bf4fdeb868B534e1f20523463D9C46bEe/info.json b/blockchains/ethereum/assets/0xa33e729bf4fdeb868B534e1f20523463D9C46bEe/info.json
deleted file mode 100644
index 6755ad0cf8e22..0000000000000
--- a/blockchains/ethereum/assets/0xa33e729bf4fdeb868B534e1f20523463D9C46bEe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ICO",
- "symbol": "¢",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa33e729bf4fdeb868B534e1f20523463D9C46bEe",
- "status": "abandoned",
- "id": "0xa33e729bf4fdeb868B534e1f20523463D9C46bEe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa33e729bf4fdeb868B534e1f20523463D9C46bEe/logo.png b/blockchains/ethereum/assets/0xa33e729bf4fdeb868B534e1f20523463D9C46bEe/logo.png
deleted file mode 100644
index a2a0ec3e7904c..0000000000000
Binary files a/blockchains/ethereum/assets/0xa33e729bf4fdeb868B534e1f20523463D9C46bEe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa37cb0e224A6D57e636185D65AF9b97c3E940303/info.json b/blockchains/ethereum/assets/0xa37cb0e224A6D57e636185D65AF9b97c3E940303/info.json
deleted file mode 100644
index 36e51b98775fb..0000000000000
--- a/blockchains/ethereum/assets/0xa37cb0e224A6D57e636185D65AF9b97c3E940303/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WrapWBTC",
- "website": "https://ecocelium.io",
- "description": "Wrapped version of Wrapped Bitcoin (WBTC)",
- "explorer": "https://etherscan.io/token/0xa37cb0e224A6D57e636185D65AF9b97c3E940303",
- "type": "ERC20",
- "symbol": "eWBTC",
- "decimals": 8,
- "status": "active",
- "id": "0xa37cb0e224A6D57e636185D65AF9b97c3E940303"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa37cb0e224A6D57e636185D65AF9b97c3E940303/logo.png b/blockchains/ethereum/assets/0xa37cb0e224A6D57e636185D65AF9b97c3E940303/logo.png
deleted file mode 100644
index 9f925df61ac13..0000000000000
Binary files a/blockchains/ethereum/assets/0xa37cb0e224A6D57e636185D65AF9b97c3E940303/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa393473d64d2F9F026B60b6Df7859A689715d092/info.json b/blockchains/ethereum/assets/0xa393473d64d2F9F026B60b6Df7859A689715d092/info.json
deleted file mode 100644
index 788e090b4185c..0000000000000
--- a/blockchains/ethereum/assets/0xa393473d64d2F9F026B60b6Df7859A689715d092/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lattice Token",
- "website": "https://lattice.exchange/",
- "description": "Lattice is a decentralized finance (DeFi) application built with Ethereum and Constellation’s Hypergraph Transfer Protocol (HGTP).",
- "explorer": "https://etherscan.io/token/0xa393473d64d2F9F026B60b6Df7859A689715d092",
- "type": "ERC20",
- "symbol": "LTX",
- "decimals": 8,
- "status": "active",
- "id": "0xa393473d64d2F9F026B60b6Df7859A689715d092"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa393473d64d2F9F026B60b6Df7859A689715d092/logo.png b/blockchains/ethereum/assets/0xa393473d64d2F9F026B60b6Df7859A689715d092/logo.png
deleted file mode 100644
index 170554c9b398c..0000000000000
Binary files a/blockchains/ethereum/assets/0xa393473d64d2F9F026B60b6Df7859A689715d092/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa3Aae8869C7498f71DF7cDE3277e14fF79eEd744/info.json b/blockchains/ethereum/assets/0xa3Aae8869C7498f71DF7cDE3277e14fF79eEd744/info.json
deleted file mode 100644
index 1bfbd181e160a..0000000000000
--- a/blockchains/ethereum/assets/0xa3Aae8869C7498f71DF7cDE3277e14fF79eEd744/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R885778",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa3Aae8869C7498f71DF7cDE3277e14fF79eEd744",
- "status": "abandoned",
- "id": "0xa3Aae8869C7498f71DF7cDE3277e14fF79eEd744"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa3Aae8869C7498f71DF7cDE3277e14fF79eEd744/logo.png b/blockchains/ethereum/assets/0xa3Aae8869C7498f71DF7cDE3277e14fF79eEd744/logo.png
deleted file mode 100644
index 75be56b7a9079..0000000000000
Binary files a/blockchains/ethereum/assets/0xa3Aae8869C7498f71DF7cDE3277e14fF79eEd744/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2/info.json b/blockchains/ethereum/assets/0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2/info.json
deleted file mode 100644
index bbc95e0fc88a7..0000000000000
--- a/blockchains/ethereum/assets/0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Meta",
- "website": "https://mstable.org",
- "description": "mStable unites stablecoins, lending and swapping into one standard.",
- "explorer": "https://etherscan.io/token/0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2",
- "type": "ERC20",
- "symbol": "MTA",
- "decimals": 18,
- "status": "active",
- "id": "0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/mstable_"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2/logo.png b/blockchains/ethereum/assets/0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2/logo.png
deleted file mode 100644
index 0106357911557..0000000000000
Binary files a/blockchains/ethereum/assets/0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa3EE21C306A700E682AbCdfe9BaA6A08F3820419/info.json b/blockchains/ethereum/assets/0xa3EE21C306A700E682AbCdfe9BaA6A08F3820419/info.json
deleted file mode 100644
index ef01fb0ac8b48..0000000000000
--- a/blockchains/ethereum/assets/0xa3EE21C306A700E682AbCdfe9BaA6A08F3820419/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Gluwa Creditcoin Vesting Token",
- "type": "ERC20",
- "symbol": "G-CRE",
- "decimals": 18,
- "website": "https://creditcoin.org/",
- "description": "Gluwa Creditcoin Vesting Token (G-CRE) is an ERC-20 representation of Creditcoin (CTC). Creditcoin is the native token of the Creditcoin network, a blockchain that provides a cryptocurrency credit investment market.",
- "explorer": "https://etherscan.io/token/0xa3ee21c306a700e682abcdfe9baa6a08f3820419",
- "status": "active",
- "id": "0xa3EE21C306A700E682AbCdfe9BaA6A08F3820419",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/creditcoin"
- },
- {
- "name": "github",
- "url": "https://github.com/gluwa/Creditcoin"
- },
- {
- "name": "telegram",
- "url": "https://t.me/CreditcoinOfficial"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa3EE21C306A700E682AbCdfe9BaA6A08F3820419/logo.png b/blockchains/ethereum/assets/0xa3EE21C306A700E682AbCdfe9BaA6A08F3820419/logo.png
deleted file mode 100644
index 560c088528bd7..0000000000000
Binary files a/blockchains/ethereum/assets/0xa3EE21C306A700E682AbCdfe9BaA6A08F3820419/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa3Efef1a1e3d1AD72b9D0f4253e7c9c084C2c08B/info.json b/blockchains/ethereum/assets/0xa3Efef1a1e3d1AD72b9D0f4253e7c9c084C2c08B/info.json
deleted file mode 100644
index 4d9904450c753..0000000000000
--- a/blockchains/ethereum/assets/0xa3Efef1a1e3d1AD72b9D0f4253e7c9c084C2c08B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Online.io",
- "symbol": "OIO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa3Efef1a1e3d1AD72b9D0f4253e7c9c084C2c08B",
- "status": "abandoned",
- "id": "0xa3Efef1a1e3d1AD72b9D0f4253e7c9c084C2c08B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa3Efef1a1e3d1AD72b9D0f4253e7c9c084C2c08B/logo.png b/blockchains/ethereum/assets/0xa3Efef1a1e3d1AD72b9D0f4253e7c9c084C2c08B/logo.png
deleted file mode 100644
index aae0e82812c3a..0000000000000
Binary files a/blockchains/ethereum/assets/0xa3Efef1a1e3d1AD72b9D0f4253e7c9c084C2c08B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa3b5fdeB5DBC592ffC5e222223376464B9c56fb8/info.json b/blockchains/ethereum/assets/0xa3b5fdeB5DBC592ffC5e222223376464B9c56fb8/info.json
deleted file mode 100644
index 5dedb8b37be60..0000000000000
--- a/blockchains/ethereum/assets/0xa3b5fdeB5DBC592ffC5e222223376464B9c56fb8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fake Doge Token",
- "symbol": "FDGT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa3b5fdeB5DBC592ffC5e222223376464B9c56fb8",
- "status": "abandoned",
- "id": "0xa3b5fdeB5DBC592ffC5e222223376464B9c56fb8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa3b5fdeB5DBC592ffC5e222223376464B9c56fb8/logo.png b/blockchains/ethereum/assets/0xa3b5fdeB5DBC592ffC5e222223376464B9c56fb8/logo.png
deleted file mode 100644
index bd90cdea21f9f..0000000000000
Binary files a/blockchains/ethereum/assets/0xa3b5fdeB5DBC592ffC5e222223376464B9c56fb8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa3d58c4E56fedCae3a7c43A725aeE9A71F0ece4e/info.json b/blockchains/ethereum/assets/0xa3d58c4E56fedCae3a7c43A725aeE9A71F0ece4e/info.json
deleted file mode 100644
index 45716b739efdc..0000000000000
--- a/blockchains/ethereum/assets/0xa3d58c4E56fedCae3a7c43A725aeE9A71F0ece4e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Metronome",
- "symbol": "MET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://metronome.io",
- "explorer": "https://etherscan.io/token/0xa3d58c4E56fedCae3a7c43A725aeE9A71F0ece4e",
- "status": "active",
- "id": "0xa3d58c4E56fedCae3a7c43A725aeE9A71F0ece4e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa3d58c4E56fedCae3a7c43A725aeE9A71F0ece4e/logo.png b/blockchains/ethereum/assets/0xa3d58c4E56fedCae3a7c43A725aeE9A71F0ece4e/logo.png
deleted file mode 100755
index f7d4b3f1ea19b..0000000000000
Binary files a/blockchains/ethereum/assets/0xa3d58c4E56fedCae3a7c43A725aeE9A71F0ece4e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa3ddf4a857f5250B10fe6D39659DC0cb78D67Bcf/info.json b/blockchains/ethereum/assets/0xa3ddf4a857f5250B10fe6D39659DC0cb78D67Bcf/info.json
deleted file mode 100644
index 899147cabe5c7..0000000000000
--- a/blockchains/ethereum/assets/0xa3ddf4a857f5250B10fe6D39659DC0cb78D67Bcf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TESTmg23",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa3ddf4a857f5250B10fe6D39659DC0cb78D67Bcf",
- "status": "abandoned",
- "id": "0xa3ddf4a857f5250B10fe6D39659DC0cb78D67Bcf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa3ddf4a857f5250B10fe6D39659DC0cb78D67Bcf/logo.png b/blockchains/ethereum/assets/0xa3ddf4a857f5250B10fe6D39659DC0cb78D67Bcf/logo.png
deleted file mode 100644
index ceba27e383915..0000000000000
Binary files a/blockchains/ethereum/assets/0xa3ddf4a857f5250B10fe6D39659DC0cb78D67Bcf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa3fAE71843524Eb359bCac859E8c8C10fd18e0e4/info.json b/blockchains/ethereum/assets/0xa3fAE71843524Eb359bCac859E8c8C10fd18e0e4/info.json
deleted file mode 100644
index 0b389d5d02385..0000000000000
--- a/blockchains/ethereum/assets/0xa3fAE71843524Eb359bCac859E8c8C10fd18e0e4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Key Decade Holding Token",
- "symbol": "KDH",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa3fAE71843524Eb359bCac859E8c8C10fd18e0e4",
- "status": "abandoned",
- "id": "0xa3fAE71843524Eb359bCac859E8c8C10fd18e0e4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa3fAE71843524Eb359bCac859E8c8C10fd18e0e4/logo.png b/blockchains/ethereum/assets/0xa3fAE71843524Eb359bCac859E8c8C10fd18e0e4/logo.png
deleted file mode 100644
index 9f47251ece906..0000000000000
Binary files a/blockchains/ethereum/assets/0xa3fAE71843524Eb359bCac859E8c8C10fd18e0e4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa4228F76abc218D981dB1995b779954c78C00e99/info.json b/blockchains/ethereum/assets/0xa4228F76abc218D981dB1995b779954c78C00e99/info.json
deleted file mode 100644
index 985009f584c11..0000000000000
--- a/blockchains/ethereum/assets/0xa4228F76abc218D981dB1995b779954c78C00e99/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GoldBoxToken",
- "symbol": "GOX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa4228F76abc218D981dB1995b779954c78C00e99",
- "status": "abandoned",
- "id": "0xa4228F76abc218D981dB1995b779954c78C00e99"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa4228F76abc218D981dB1995b779954c78C00e99/logo.png b/blockchains/ethereum/assets/0xa4228F76abc218D981dB1995b779954c78C00e99/logo.png
deleted file mode 100644
index 867b4e2b74b6e..0000000000000
Binary files a/blockchains/ethereum/assets/0xa4228F76abc218D981dB1995b779954c78C00e99/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa44E5137293E855B1b7bC7E2C6f8cD796fFCB037/info.json b/blockchains/ethereum/assets/0xa44E5137293E855B1b7bC7E2C6f8cD796fFCB037/info.json
deleted file mode 100644
index 9ab573f172c20..0000000000000
--- a/blockchains/ethereum/assets/0xa44E5137293E855B1b7bC7E2C6f8cD796fFCB037/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SENTinel",
- "symbol": "SENT",
- "type": "ERC20",
- "decimals": 8,
- "description": "A modern VPN backed by blockchain anonymity and security.",
- "website": "https://sentinel.co",
- "explorer": "https://etherscan.io/token/0xa44E5137293E855B1b7bC7E2C6f8cD796fFCB037",
- "status": "active",
- "id": "0xa44E5137293E855B1b7bC7E2C6f8cD796fFCB037"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa44E5137293E855B1b7bC7E2C6f8cD796fFCB037/logo.png b/blockchains/ethereum/assets/0xa44E5137293E855B1b7bC7E2C6f8cD796fFCB037/logo.png
deleted file mode 100755
index 5077cf08b8ce3..0000000000000
Binary files a/blockchains/ethereum/assets/0xa44E5137293E855B1b7bC7E2C6f8cD796fFCB037/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa462d0E6Bb788c7807B1B1C96992CE1f7069E195/info.json b/blockchains/ethereum/assets/0xa462d0E6Bb788c7807B1B1C96992CE1f7069E195/info.json
deleted file mode 100644
index 2e2a0070838d2..0000000000000
--- a/blockchains/ethereum/assets/0xa462d0E6Bb788c7807B1B1C96992CE1f7069E195/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQUUSMiningToken",
- "symbol": "EQMT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.equus.dev",
- "explorer": "https://etherscan.io/token/0xa462d0E6Bb788c7807B1B1C96992CE1f7069E195",
- "status": "abandoned",
- "id": "0xa462d0E6Bb788c7807B1B1C96992CE1f7069E195"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa462d0E6Bb788c7807B1B1C96992CE1f7069E195/logo.png b/blockchains/ethereum/assets/0xa462d0E6Bb788c7807B1B1C96992CE1f7069E195/logo.png
deleted file mode 100644
index fda9af8a5ba53..0000000000000
Binary files a/blockchains/ethereum/assets/0xa462d0E6Bb788c7807B1B1C96992CE1f7069E195/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa47a5E8696b47F1Dd612EaAd7254c4ca03938E9e/info.json b/blockchains/ethereum/assets/0xa47a5E8696b47F1Dd612EaAd7254c4ca03938E9e/info.json
deleted file mode 100644
index 9aeb190938f38..0000000000000
--- a/blockchains/ethereum/assets/0xa47a5E8696b47F1Dd612EaAd7254c4ca03938E9e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BITCOIN GAME",
- "symbol": "BGAME",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa47a5E8696b47F1Dd612EaAd7254c4ca03938E9e",
- "status": "abandoned",
- "id": "0xa47a5E8696b47F1Dd612EaAd7254c4ca03938E9e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa47a5E8696b47F1Dd612EaAd7254c4ca03938E9e/logo.png b/blockchains/ethereum/assets/0xa47a5E8696b47F1Dd612EaAd7254c4ca03938E9e/logo.png
deleted file mode 100644
index e6b3babf2b031..0000000000000
Binary files a/blockchains/ethereum/assets/0xa47a5E8696b47F1Dd612EaAd7254c4ca03938E9e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa47c8bf37f92aBed4A126BDA807A7b7498661acD/info.json b/blockchains/ethereum/assets/0xa47c8bf37f92aBed4A126BDA807A7b7498661acD/info.json
deleted file mode 100644
index 047627baf4122..0000000000000
--- a/blockchains/ethereum/assets/0xa47c8bf37f92aBed4A126BDA807A7b7498661acD/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "UST Token",
- "website": "https://terra.money",
- "description": "TerraUSD is the first decentralized stablecoin that is scalable, yield bearing and interchain.",
- "explorer": "https://etherscan.io/token/0xa47c8bf37f92aBed4A126BDA807A7b7498661acD",
- "type": "ERC20",
- "symbol": "UST",
- "decimals": 18,
- "status": "active",
- "id": "0xa47c8bf37f92aBed4A126BDA807A7b7498661acD",
- "tags": [
- "stablecoin"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/TerraMoney"
- },
- {
- "name": "telegram",
- "url": "https://t.me/terra_announcements"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/bYfyhUT"
- },
- {
- "name": "medium",
- "url": "https://medium.com/terra-money"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa47c8bf37f92aBed4A126BDA807A7b7498661acD/logo.png b/blockchains/ethereum/assets/0xa47c8bf37f92aBed4A126BDA807A7b7498661acD/logo.png
deleted file mode 100644
index 94a64f493ded4..0000000000000
Binary files a/blockchains/ethereum/assets/0xa47c8bf37f92aBed4A126BDA807A7b7498661acD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa497473a983aAC21519737fb8E210F34Cc96b016/info.json b/blockchains/ethereum/assets/0xa497473a983aAC21519737fb8E210F34Cc96b016/info.json
deleted file mode 100644
index 3f16d9b5ac8a7..0000000000000
--- a/blockchains/ethereum/assets/0xa497473a983aAC21519737fb8E210F34Cc96b016/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bethel Coin",
- "symbol": "Bethel",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa497473a983aAC21519737fb8E210F34Cc96b016",
- "status": "abandoned",
- "id": "0xa497473a983aAC21519737fb8E210F34Cc96b016"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa497473a983aAC21519737fb8E210F34Cc96b016/logo.png b/blockchains/ethereum/assets/0xa497473a983aAC21519737fb8E210F34Cc96b016/logo.png
deleted file mode 100644
index ab5aab809a69a..0000000000000
Binary files a/blockchains/ethereum/assets/0xa497473a983aAC21519737fb8E210F34Cc96b016/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa4A92262C8DFb70f35599996c64169EFf6E309ca/info.json b/blockchains/ethereum/assets/0xa4A92262C8DFb70f35599996c64169EFf6E309ca/info.json
deleted file mode 100644
index 6048690dcde0e..0000000000000
--- a/blockchains/ethereum/assets/0xa4A92262C8DFb70f35599996c64169EFf6E309ca/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PAPER",
- "symbol": "PAPER",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa4A92262C8DFb70f35599996c64169EFf6E309ca",
- "status": "abandoned",
- "id": "0xa4A92262C8DFb70f35599996c64169EFf6E309ca"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa4A92262C8DFb70f35599996c64169EFf6E309ca/logo.png b/blockchains/ethereum/assets/0xa4A92262C8DFb70f35599996c64169EFf6E309ca/logo.png
deleted file mode 100644
index 04032e6218576..0000000000000
Binary files a/blockchains/ethereum/assets/0xa4A92262C8DFb70f35599996c64169EFf6E309ca/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa4BA60FeE8fC18A214140da7A085fff7D2628d2f/info.json b/blockchains/ethereum/assets/0xa4BA60FeE8fC18A214140da7A085fff7D2628d2f/info.json
deleted file mode 100644
index 5e0d65668f7d7..0000000000000
--- a/blockchains/ethereum/assets/0xa4BA60FeE8fC18A214140da7A085fff7D2628d2f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Electronic Sports Alliance ESA",
- "symbol": "ESA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa4BA60FeE8fC18A214140da7A085fff7D2628d2f",
- "status": "abandoned",
- "id": "0xa4BA60FeE8fC18A214140da7A085fff7D2628d2f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa4BA60FeE8fC18A214140da7A085fff7D2628d2f/logo.png b/blockchains/ethereum/assets/0xa4BA60FeE8fC18A214140da7A085fff7D2628d2f/logo.png
deleted file mode 100755
index dc0cc74e7a1b5..0000000000000
Binary files a/blockchains/ethereum/assets/0xa4BA60FeE8fC18A214140da7A085fff7D2628d2f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa4C9D058a462936a1FAAdAC012DF99D9bDD71F41/info.json b/blockchains/ethereum/assets/0xa4C9D058a462936a1FAAdAC012DF99D9bDD71F41/info.json
deleted file mode 100644
index 993f04b01e0a2..0000000000000
--- a/blockchains/ethereum/assets/0xa4C9D058a462936a1FAAdAC012DF99D9bDD71F41/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Diamond Exchange Token",
- "symbol": "DET",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://neodiamond.io",
- "explorer": "https://etherscan.io/token/0xa4C9D058a462936a1FAAdAC012DF99D9bDD71F41",
- "status": "abandoned",
- "id": "0xa4C9D058a462936a1FAAdAC012DF99D9bDD71F41"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa4C9D058a462936a1FAAdAC012DF99D9bDD71F41/logo.png b/blockchains/ethereum/assets/0xa4C9D058a462936a1FAAdAC012DF99D9bDD71F41/logo.png
deleted file mode 100755
index c7f7329a1228a..0000000000000
Binary files a/blockchains/ethereum/assets/0xa4C9D058a462936a1FAAdAC012DF99D9bDD71F41/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa4Cf2aFD3B165975afFFBf7e487CDd40C894Ab6B/info.json b/blockchains/ethereum/assets/0xa4Cf2aFD3B165975afFFBf7e487CDd40C894Ab6B/info.json
deleted file mode 100644
index d284600516f0a..0000000000000
--- a/blockchains/ethereum/assets/0xa4Cf2aFD3B165975afFFBf7e487CDd40C894Ab6B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ShibaKen.Finance",
- "website": "https://shibaken.io",
- "description": "A community-first protocol procuring a bridge to the blockchain - enabling individuals to purchase cryptocurrency.",
- "explorer": "https://etherscan.io/token/0xa4Cf2aFD3B165975afFFBf7e487CDd40C894Ab6B",
- "type": "ERC20",
- "symbol": "SHIBAKEN",
- "status": "active",
- "decimals": 0,
- "id": "0xa4Cf2aFD3B165975afFFBf7e487CDd40C894Ab6B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa4Cf2aFD3B165975afFFBf7e487CDd40C894Ab6B/logo.png b/blockchains/ethereum/assets/0xa4Cf2aFD3B165975afFFBf7e487CDd40C894Ab6B/logo.png
deleted file mode 100644
index af030f0679a26..0000000000000
Binary files a/blockchains/ethereum/assets/0xa4Cf2aFD3B165975afFFBf7e487CDd40C894Ab6B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa4ec83c8907888d006A37debF755ee39766f38ae/info.json b/blockchains/ethereum/assets/0xa4ec83c8907888d006A37debF755ee39766f38ae/info.json
deleted file mode 100644
index e94472d8cc31e..0000000000000
--- a/blockchains/ethereum/assets/0xa4ec83c8907888d006A37debF755ee39766f38ae/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Global Currency Unit",
- "symbol": "GCU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://airdrop.globalcurrencyunit.io",
- "explorer": "https://etherscan.io/token/0xa4ec83c8907888d006A37debF755ee39766f38ae",
- "status": "abandoned",
- "id": "0xa4ec83c8907888d006A37debF755ee39766f38ae"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa4ec83c8907888d006A37debF755ee39766f38ae/logo.png b/blockchains/ethereum/assets/0xa4ec83c8907888d006A37debF755ee39766f38ae/logo.png
deleted file mode 100644
index ac213d4cfcc13..0000000000000
Binary files a/blockchains/ethereum/assets/0xa4ec83c8907888d006A37debF755ee39766f38ae/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa4f267b2bf5C47873Ec85cB55749368bc15eC2ec/info.json b/blockchains/ethereum/assets/0xa4f267b2bf5C47873Ec85cB55749368bc15eC2ec/info.json
deleted file mode 100644
index ccfccd2e6b1bd..0000000000000
--- a/blockchains/ethereum/assets/0xa4f267b2bf5C47873Ec85cB55749368bc15eC2ec/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Energy27 Token",
- "symbol": "TWS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa4f267b2bf5C47873Ec85cB55749368bc15eC2ec",
- "status": "abandoned",
- "id": "0xa4f267b2bf5C47873Ec85cB55749368bc15eC2ec"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa4f267b2bf5C47873Ec85cB55749368bc15eC2ec/logo.png b/blockchains/ethereum/assets/0xa4f267b2bf5C47873Ec85cB55749368bc15eC2ec/logo.png
deleted file mode 100644
index 03637f726d0b6..0000000000000
Binary files a/blockchains/ethereum/assets/0xa4f267b2bf5C47873Ec85cB55749368bc15eC2ec/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa53e261B20B6Cd828082C735cB2EAbbF74B96fa6/info.json b/blockchains/ethereum/assets/0xa53e261B20B6Cd828082C735cB2EAbbF74B96fa6/info.json
deleted file mode 100644
index b62c949778044..0000000000000
--- a/blockchains/ethereum/assets/0xa53e261B20B6Cd828082C735cB2EAbbF74B96fa6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mundicoin",
- "symbol": "MC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa53e261B20B6Cd828082C735cB2EAbbF74B96fa6",
- "status": "abandoned",
- "id": "0xa53e261B20B6Cd828082C735cB2EAbbF74B96fa6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa53e261B20B6Cd828082C735cB2EAbbF74B96fa6/logo.png b/blockchains/ethereum/assets/0xa53e261B20B6Cd828082C735cB2EAbbF74B96fa6/logo.png
deleted file mode 100755
index e670c3654a964..0000000000000
Binary files a/blockchains/ethereum/assets/0xa53e261B20B6Cd828082C735cB2EAbbF74B96fa6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa54A6767aFdd9e1d3Cb9045FC9612ABBF3DA0DE9/info.json b/blockchains/ethereum/assets/0xa54A6767aFdd9e1d3Cb9045FC9612ABBF3DA0DE9/info.json
deleted file mode 100644
index 47916407bb80a..0000000000000
--- a/blockchains/ethereum/assets/0xa54A6767aFdd9e1d3Cb9045FC9612ABBF3DA0DE9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yolk Finance",
- "website": "https://yolkfinance.com",
- "description": "YOLK is a network of independent nodes that provide a decentralized encrypted databaser service.",
- "explorer": "https://etherscan.io/token/0xa54A6767aFdd9e1d3Cb9045FC9612ABBF3DA0DE9",
- "type": "ERC20",
- "symbol": "YOLK",
- "decimals": 8,
- "status": "active",
- "id": "0xa54A6767aFdd9e1d3Cb9045FC9612ABBF3DA0DE9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa54A6767aFdd9e1d3Cb9045FC9612ABBF3DA0DE9/logo.png b/blockchains/ethereum/assets/0xa54A6767aFdd9e1d3Cb9045FC9612ABBF3DA0DE9/logo.png
deleted file mode 100644
index 52a16403cee3c..0000000000000
Binary files a/blockchains/ethereum/assets/0xa54A6767aFdd9e1d3Cb9045FC9612ABBF3DA0DE9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa561ADDf39eb8b8d870cCB1cFb584D998209B8E8/info.json b/blockchains/ethereum/assets/0xa561ADDf39eb8b8d870cCB1cFb584D998209B8E8/info.json
deleted file mode 100644
index 82f58f2347fe5..0000000000000
--- a/blockchains/ethereum/assets/0xa561ADDf39eb8b8d870cCB1cFb584D998209B8E8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptoBitGames",
- "symbol": "CBG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa561ADDf39eb8b8d870cCB1cFb584D998209B8E8",
- "status": "abandoned",
- "id": "0xa561ADDf39eb8b8d870cCB1cFb584D998209B8E8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa561ADDf39eb8b8d870cCB1cFb584D998209B8E8/logo.png b/blockchains/ethereum/assets/0xa561ADDf39eb8b8d870cCB1cFb584D998209B8E8/logo.png
deleted file mode 100644
index 2b8af70fe4721..0000000000000
Binary files a/blockchains/ethereum/assets/0xa561ADDf39eb8b8d870cCB1cFb584D998209B8E8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa573661b5FB2063d7AB12336ee24589F7A79fdab/info.json b/blockchains/ethereum/assets/0xa573661b5FB2063d7AB12336ee24589F7A79fdab/info.json
deleted file mode 100644
index 7c58e5e76688d..0000000000000
--- a/blockchains/ethereum/assets/0xa573661b5FB2063d7AB12336ee24589F7A79fdab/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IceChain",
- "symbol": "ICHX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://icechain.io/",
- "explorer": "https://etherscan.io/token/0xa573661b5FB2063d7AB12336ee24589F7A79fdab",
- "status": "abandoned",
- "id": "0xa573661b5FB2063d7AB12336ee24589F7A79fdab"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa573661b5FB2063d7AB12336ee24589F7A79fdab/logo.png b/blockchains/ethereum/assets/0xa573661b5FB2063d7AB12336ee24589F7A79fdab/logo.png
deleted file mode 100644
index ddc837afb5291..0000000000000
Binary files a/blockchains/ethereum/assets/0xa573661b5FB2063d7AB12336ee24589F7A79fdab/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa58C4f0e4Dddb52d2017c77eAC34C73a84Cf8AF8/info.json b/blockchains/ethereum/assets/0xa58C4f0e4Dddb52d2017c77eAC34C73a84Cf8AF8/info.json
deleted file mode 100644
index fc91ddfdbfdfb..0000000000000
--- a/blockchains/ethereum/assets/0xa58C4f0e4Dddb52d2017c77eAC34C73a84Cf8AF8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JoygoEOS",
- "type": "ERC20",
- "symbol": "JEO",
- "decimals": 18,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0xa58c4f0e4dddb52d2017c77eac34c73a84cf8af8",
- "status": "active",
- "id": "0xa58C4f0e4Dddb52d2017c77eAC34C73a84Cf8AF8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa58C4f0e4Dddb52d2017c77eAC34C73a84Cf8AF8/logo.png b/blockchains/ethereum/assets/0xa58C4f0e4Dddb52d2017c77eAC34C73a84Cf8AF8/logo.png
deleted file mode 100755
index 6553f62805ed7..0000000000000
Binary files a/blockchains/ethereum/assets/0xa58C4f0e4Dddb52d2017c77eAC34C73a84Cf8AF8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa58a4f5c4Bb043d2CC1E170613B74e767c94189B/info.json b/blockchains/ethereum/assets/0xa58a4f5c4Bb043d2CC1E170613B74e767c94189B/info.json
deleted file mode 100644
index e34a5ca5018fb..0000000000000
--- a/blockchains/ethereum/assets/0xa58a4f5c4Bb043d2CC1E170613B74e767c94189B/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "UTU Coin",
- "website": "http://protocol.utu.io/",
- "description": "Utility token that powers the trust infrastructure of the internet.",
- "explorer": "https://etherscan.io/token/0xa58a4f5c4Bb043d2CC1E170613B74e767c94189B",
- "type": "ERC20",
- "symbol": "UTU",
- "decimals": 18,
- "status": "active",
- "id": "0xa58a4f5c4Bb043d2CC1E170613B74e767c94189B",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/utu-protocol/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/UTU_trust"
- },
- {
- "name": "telegram",
- "url": "https://t.me/UTUtrust"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa58a4f5c4Bb043d2CC1E170613B74e767c94189B/logo.png b/blockchains/ethereum/assets/0xa58a4f5c4Bb043d2CC1E170613B74e767c94189B/logo.png
deleted file mode 100644
index e98b8bd1d99e4..0000000000000
Binary files a/blockchains/ethereum/assets/0xa58a4f5c4Bb043d2CC1E170613B74e767c94189B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa59D9c42eb26a619c39D250b4574BD76023A760E/info.json b/blockchains/ethereum/assets/0xa59D9c42eb26a619c39D250b4574BD76023A760E/info.json
deleted file mode 100644
index 7b13eb9f25749..0000000000000
--- a/blockchains/ethereum/assets/0xa59D9c42eb26a619c39D250b4574BD76023A760E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WoWCrypto",
- "symbol": "WOW",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa59D9c42eb26a619c39D250b4574BD76023A760E",
- "status": "abandoned",
- "id": "0xa59D9c42eb26a619c39D250b4574BD76023A760E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa59D9c42eb26a619c39D250b4574BD76023A760E/logo.png b/blockchains/ethereum/assets/0xa59D9c42eb26a619c39D250b4574BD76023A760E/logo.png
deleted file mode 100644
index 76f71a6a66c98..0000000000000
Binary files a/blockchains/ethereum/assets/0xa59D9c42eb26a619c39D250b4574BD76023A760E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa59cA48E4799CD1f8e9d251769Bf226F4CAA48eD/info.json b/blockchains/ethereum/assets/0xa59cA48E4799CD1f8e9d251769Bf226F4CAA48eD/info.json
deleted file mode 100644
index ea600a5be4388..0000000000000
--- a/blockchains/ethereum/assets/0xa59cA48E4799CD1f8e9d251769Bf226F4CAA48eD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Apiary Fund Coin",
- "symbol": "AFC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa59cA48E4799CD1f8e9d251769Bf226F4CAA48eD",
- "status": "abandoned",
- "id": "0xa59cA48E4799CD1f8e9d251769Bf226F4CAA48eD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa59cA48E4799CD1f8e9d251769Bf226F4CAA48eD/logo.png b/blockchains/ethereum/assets/0xa59cA48E4799CD1f8e9d251769Bf226F4CAA48eD/logo.png
deleted file mode 100644
index fb4dcd2f6d684..0000000000000
Binary files a/blockchains/ethereum/assets/0xa59cA48E4799CD1f8e9d251769Bf226F4CAA48eD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa5F8fC0921880Cb7342368BD128eb8050442B1a1/info.json b/blockchains/ethereum/assets/0xa5F8fC0921880Cb7342368BD128eb8050442B1a1/info.json
deleted file mode 100644
index 9df85e791c5db..0000000000000
--- a/blockchains/ethereum/assets/0xa5F8fC0921880Cb7342368BD128eb8050442B1a1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Block Array",
- "symbol": "ARY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.blockarray.com",
- "explorer": "https://etherscan.io/token/0xa5F8fC0921880Cb7342368BD128eb8050442B1a1",
- "status": "abandoned",
- "id": "0xa5F8fC0921880Cb7342368BD128eb8050442B1a1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa5F8fC0921880Cb7342368BD128eb8050442B1a1/logo.png b/blockchains/ethereum/assets/0xa5F8fC0921880Cb7342368BD128eb8050442B1a1/logo.png
deleted file mode 100755
index 0218839e07ef5..0000000000000
Binary files a/blockchains/ethereum/assets/0xa5F8fC0921880Cb7342368BD128eb8050442B1a1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa5Fd1A791C4dfcaacC963D4F73c6Ae5824149eA7/info.json b/blockchains/ethereum/assets/0xa5Fd1A791C4dfcaacC963D4F73c6Ae5824149eA7/info.json
deleted file mode 100644
index eef491b7f8f72..0000000000000
--- a/blockchains/ethereum/assets/0xa5Fd1A791C4dfcaacC963D4F73c6Ae5824149eA7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Jibrel Network Token",
- "symbol": "JNT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://jibrel.network/",
- "explorer": "https://etherscan.io/token/0xa5Fd1A791C4dfcaacC963D4F73c6Ae5824149eA7",
- "status": "abandoned",
- "id": "0xa5Fd1A791C4dfcaacC963D4F73c6Ae5824149eA7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa5Fd1A791C4dfcaacC963D4F73c6Ae5824149eA7/logo.png b/blockchains/ethereum/assets/0xa5Fd1A791C4dfcaacC963D4F73c6Ae5824149eA7/logo.png
deleted file mode 100644
index 74301e923ad17..0000000000000
Binary files a/blockchains/ethereum/assets/0xa5Fd1A791C4dfcaacC963D4F73c6Ae5824149eA7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa5f2211B9b8170F694421f2046281775E8468044/info.json b/blockchains/ethereum/assets/0xa5f2211B9b8170F694421f2046281775E8468044/info.json
deleted file mode 100644
index d6c485183a82f..0000000000000
--- a/blockchains/ethereum/assets/0xa5f2211B9b8170F694421f2046281775E8468044/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "THORSwap",
- "website": "https://thorswap.finance/",
- "description": "THORSwap is a multi-chain DEX aggregator built on THORChain's cross-chain liquidity protocol and the #1 interface for all THORChain services like THORName and synthetic assets.",
- "explorer": "https://etherscan.io/token/0xa5f2211B9b8170F694421f2046281775E8468044",
- "type": "ERC20",
- "symbol": "THOR",
- "decimals": 18,
- "status": "active",
- "id": "0xa5f2211B9b8170F694421f2046281775E8468044",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/thorswap"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/THORSwap"
- },
- {
- "name": "telegram",
- "url": "https://t.me/thorswap_ann"
- },
- {
- "name": "medium",
- "url": "https://thorswap.medium.com"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.thorswap.finance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/thorswap"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/thorswap"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa5f2211B9b8170F694421f2046281775E8468044/logo.png b/blockchains/ethereum/assets/0xa5f2211B9b8170F694421f2046281775E8468044/logo.png
deleted file mode 100644
index 4b944ad1bbbb4..0000000000000
Binary files a/blockchains/ethereum/assets/0xa5f2211B9b8170F694421f2046281775E8468044/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa6218644A294E611213dC5629bc4CC48053F739F/info.json b/blockchains/ethereum/assets/0xa6218644A294E611213dC5629bc4CC48053F739F/info.json
deleted file mode 100644
index e9e15e24e10ef..0000000000000
--- a/blockchains/ethereum/assets/0xa6218644A294E611213dC5629bc4CC48053F739F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Queen Jin Token",
- "symbol": "QJT",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa6218644A294E611213dC5629bc4CC48053F739F",
- "status": "abandoned",
- "id": "0xa6218644A294E611213dC5629bc4CC48053F739F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa6218644A294E611213dC5629bc4CC48053F739F/logo.png b/blockchains/ethereum/assets/0xa6218644A294E611213dC5629bc4CC48053F739F/logo.png
deleted file mode 100644
index b99aa8c45bae3..0000000000000
Binary files a/blockchains/ethereum/assets/0xa6218644A294E611213dC5629bc4CC48053F739F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa6289055A43195243bFDFbf08b00619e13D9531A/info.json b/blockchains/ethereum/assets/0xa6289055A43195243bFDFbf08b00619e13D9531A/info.json
deleted file mode 100644
index b39ce06105fd1..0000000000000
--- a/blockchains/ethereum/assets/0xa6289055A43195243bFDFbf08b00619e13D9531A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FCN",
- "symbol": "FCN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa6289055A43195243bFDFbf08b00619e13D9531A",
- "status": "abandoned",
- "id": "0xa6289055A43195243bFDFbf08b00619e13D9531A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa6289055A43195243bFDFbf08b00619e13D9531A/logo.png b/blockchains/ethereum/assets/0xa6289055A43195243bFDFbf08b00619e13D9531A/logo.png
deleted file mode 100644
index 60ed1b7127c74..0000000000000
Binary files a/blockchains/ethereum/assets/0xa6289055A43195243bFDFbf08b00619e13D9531A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa66Daa57432024023DB65477BA87D4E7F5f95213/info.json b/blockchains/ethereum/assets/0xa66Daa57432024023DB65477BA87D4E7F5f95213/info.json
deleted file mode 100644
index eca2069851ce8..0000000000000
--- a/blockchains/ethereum/assets/0xa66Daa57432024023DB65477BA87D4E7F5f95213/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Huobi Pool Token",
- "website": "https://huobipool.com",
- "description": "Huobi Pool Token (HPT) is an ecological sub-token based on Huobi Token (HT).",
- "explorer": "https://etherscan.io/token/0xa66Daa57432024023DB65477BA87D4E7F5f95213",
- "type": "ERC20",
- "symbol": "HPT",
- "decimals": 18,
- "status": "active",
- "id": "0xa66Daa57432024023DB65477BA87D4E7F5f95213"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa66Daa57432024023DB65477BA87D4E7F5f95213/logo.png b/blockchains/ethereum/assets/0xa66Daa57432024023DB65477BA87D4E7F5f95213/logo.png
deleted file mode 100644
index 4e0b0c9daee04..0000000000000
Binary files a/blockchains/ethereum/assets/0xa66Daa57432024023DB65477BA87D4E7F5f95213/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa6714a2e5f0B1bdb97b895b0913b4FcD3a775E4D/info.json b/blockchains/ethereum/assets/0xa6714a2e5f0B1bdb97b895b0913b4FcD3a775E4D/info.json
deleted file mode 100644
index 45f9d715c1617..0000000000000
--- a/blockchains/ethereum/assets/0xa6714a2e5f0B1bdb97b895b0913b4FcD3a775E4D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PromotionCoin",
- "symbol": "PC",
- "type": "ERC20",
- "decimals": 5,
- "description": "PC is a decentralized Token issued by PromotionChain. PC, as a value circulation certificate, can apply in transactions of some products, task-issued mortgages, promotion cost settlement, user incentives, etc to effectively improve capital transparency and settlement efficiency.",
- "website": "http://www.pchain.io/",
- "explorer": "https://etherscan.io/token/0xa6714a2e5f0B1bdb97b895b0913b4FcD3a775E4D",
- "status": "active",
- "id": "0xa6714a2e5f0B1bdb97b895b0913b4FcD3a775E4D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa6714a2e5f0B1bdb97b895b0913b4FcD3a775E4D/logo.png b/blockchains/ethereum/assets/0xa6714a2e5f0B1bdb97b895b0913b4FcD3a775E4D/logo.png
deleted file mode 100644
index f2cdf66580f94..0000000000000
Binary files a/blockchains/ethereum/assets/0xa6714a2e5f0B1bdb97b895b0913b4FcD3a775E4D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa685a61171bb30d4072B338c80Cb7b2c865c873E/info.json b/blockchains/ethereum/assets/0xa685a61171bb30d4072B338c80Cb7b2c865c873E/info.json
deleted file mode 100644
index 34eb3ca2de381..0000000000000
--- a/blockchains/ethereum/assets/0xa685a61171bb30d4072B338c80Cb7b2c865c873E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave MANA",
- "symbol": "aMANA",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave MANA is an interest bearing token pegged 1:1 to the underlying MANA deposited in Aave. aMANA accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0xa685a61171bb30d4072B338c80Cb7b2c865c873E",
- "status": "active",
- "id": "0xa685a61171bb30d4072B338c80Cb7b2c865c873E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa685a61171bb30d4072B338c80Cb7b2c865c873E/logo.png b/blockchains/ethereum/assets/0xa685a61171bb30d4072B338c80Cb7b2c865c873E/logo.png
deleted file mode 100644
index 496f31a4849bf..0000000000000
Binary files a/blockchains/ethereum/assets/0xa685a61171bb30d4072B338c80Cb7b2c865c873E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa693B19d2931d498c5B318dF961919BB4aee87a5/info.json b/blockchains/ethereum/assets/0xa693B19d2931d498c5B318dF961919BB4aee87a5/info.json
deleted file mode 100644
index e6b1fbf21c9d7..0000000000000
--- a/blockchains/ethereum/assets/0xa693B19d2931d498c5B318dF961919BB4aee87a5/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "UST (Wormhole)",
- "type": "ERC20",
- "symbol": "UST",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://wormholebridge.com",
- "explorer": "https://etherscan.io/token/0xa693B19d2931d498c5B318dF961919BB4aee87a5",
- "status": "active",
- "id": "0xa693B19d2931d498c5B318dF961919BB4aee87a5",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa693B19d2931d498c5B318dF961919BB4aee87a5/logo.png b/blockchains/ethereum/assets/0xa693B19d2931d498c5B318dF961919BB4aee87a5/logo.png
deleted file mode 100644
index e3110cce3bde2..0000000000000
Binary files a/blockchains/ethereum/assets/0xa693B19d2931d498c5B318dF961919BB4aee87a5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa69431858DB49BDa621192c29F366BE4d386CCAf/info.json b/blockchains/ethereum/assets/0xa69431858DB49BDa621192c29F366BE4d386CCAf/info.json
deleted file mode 100644
index f2b48cfa4ac68..0000000000000
--- a/blockchains/ethereum/assets/0xa69431858DB49BDa621192c29F366BE4d386CCAf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Solereum Cash",
- "symbol": "SOLC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa69431858DB49BDa621192c29F366BE4d386CCAf",
- "status": "abandoned",
- "id": "0xa69431858DB49BDa621192c29F366BE4d386CCAf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa69431858DB49BDa621192c29F366BE4d386CCAf/logo.png b/blockchains/ethereum/assets/0xa69431858DB49BDa621192c29F366BE4d386CCAf/logo.png
deleted file mode 100644
index 479989fcf383d..0000000000000
Binary files a/blockchains/ethereum/assets/0xa69431858DB49BDa621192c29F366BE4d386CCAf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa698EbA92D194aB36A32EA3337c9976636f39dED/info.json b/blockchains/ethereum/assets/0xa698EbA92D194aB36A32EA3337c9976636f39dED/info.json
deleted file mode 100644
index 155e98ecd1bc2..0000000000000
--- a/blockchains/ethereum/assets/0xa698EbA92D194aB36A32EA3337c9976636f39dED/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EtherCash",
- "symbol": "ETHC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa698EbA92D194aB36A32EA3337c9976636f39dED",
- "status": "abandoned",
- "id": "0xa698EbA92D194aB36A32EA3337c9976636f39dED"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa698EbA92D194aB36A32EA3337c9976636f39dED/logo.png b/blockchains/ethereum/assets/0xa698EbA92D194aB36A32EA3337c9976636f39dED/logo.png
deleted file mode 100644
index f5ae2f68576bc..0000000000000
Binary files a/blockchains/ethereum/assets/0xa698EbA92D194aB36A32EA3337c9976636f39dED/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa69925428299287D3724B4B9A31Ea8cE191497de/info.json b/blockchains/ethereum/assets/0xa69925428299287D3724B4B9A31Ea8cE191497de/info.json
deleted file mode 100644
index 3c67d53800c30..0000000000000
--- a/blockchains/ethereum/assets/0xa69925428299287D3724B4B9A31Ea8cE191497de/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Merlin",
- "symbol": "MLN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa69925428299287D3724B4B9A31Ea8cE191497de",
- "status": "abandoned",
- "id": "0xa69925428299287D3724B4B9A31Ea8cE191497de"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa69925428299287D3724B4B9A31Ea8cE191497de/logo.png b/blockchains/ethereum/assets/0xa69925428299287D3724B4B9A31Ea8cE191497de/logo.png
deleted file mode 100644
index c799b2c34be6c..0000000000000
Binary files a/blockchains/ethereum/assets/0xa69925428299287D3724B4B9A31Ea8cE191497de/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa6CeBeb159879BD6bAa85A4c8253aD7e911b45E5/info.json b/blockchains/ethereum/assets/0xa6CeBeb159879BD6bAa85A4c8253aD7e911b45E5/info.json
deleted file mode 100644
index 0033892e30e0b..0000000000000
--- a/blockchains/ethereum/assets/0xa6CeBeb159879BD6bAa85A4c8253aD7e911b45E5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TAMILAS",
- "symbol": "TML",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa6CeBeb159879BD6bAa85A4c8253aD7e911b45E5",
- "status": "abandoned",
- "id": "0xa6CeBeb159879BD6bAa85A4c8253aD7e911b45E5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa6CeBeb159879BD6bAa85A4c8253aD7e911b45E5/logo.png b/blockchains/ethereum/assets/0xa6CeBeb159879BD6bAa85A4c8253aD7e911b45E5/logo.png
deleted file mode 100644
index da88d016e3e00..0000000000000
Binary files a/blockchains/ethereum/assets/0xa6CeBeb159879BD6bAa85A4c8253aD7e911b45E5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa6FB1DF483b24EEAB569e19447E0e107003B9E15/info.json b/blockchains/ethereum/assets/0xa6FB1DF483b24EEAB569e19447E0e107003B9E15/info.json
deleted file mode 100644
index 31bffc0071b0c..0000000000000
--- a/blockchains/ethereum/assets/0xa6FB1DF483b24EEAB569e19447E0e107003B9E15/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ENB",
- "website": "https://earnbase.org",
- "description": "Earnbase is an all-in-one, user-friendly DeFi protocol to earn, save and swap tokens.",
- "explorer": "https://etherscan.io/token/0xa6fb1df483b24eeab569e19447e0e107003b9e15",
- "type": "ERC20",
- "symbol": "ENB",
- "decimals": 18,
- "status": "active",
- "id": "0xa6FB1DF483b24EEAB569e19447E0e107003B9E15"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa6FB1DF483b24EEAB569e19447E0e107003B9E15/logo.png b/blockchains/ethereum/assets/0xa6FB1DF483b24EEAB569e19447E0e107003B9E15/logo.png
deleted file mode 100644
index d130ea8abad52..0000000000000
Binary files a/blockchains/ethereum/assets/0xa6FB1DF483b24EEAB569e19447E0e107003B9E15/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa6a840E50bCaa50dA017b91A0D86B8b2d41156EE/info.json b/blockchains/ethereum/assets/0xa6a840E50bCaa50dA017b91A0D86B8b2d41156EE/info.json
deleted file mode 100644
index 87f46d13633b5..0000000000000
--- a/blockchains/ethereum/assets/0xa6a840E50bCaa50dA017b91A0D86B8b2d41156EE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EchoLink",
- "symbol": "EKO",
- "type": "ERC20",
- "decimals": 18,
- "description": "EKO is a blockchain based system that provides verified education, skill, and work experience information.",
- "website": "https://echolink.info",
- "explorer": "https://etherscan.io/token/0xa6a840E50bCaa50dA017b91A0D86B8b2d41156EE",
- "status": "active",
- "id": "0xa6a840E50bCaa50dA017b91A0D86B8b2d41156EE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa6a840E50bCaa50dA017b91A0D86B8b2d41156EE/logo.png b/blockchains/ethereum/assets/0xa6a840E50bCaa50dA017b91A0D86B8b2d41156EE/logo.png
deleted file mode 100644
index d6bdb0494739a..0000000000000
Binary files a/blockchains/ethereum/assets/0xa6a840E50bCaa50dA017b91A0D86B8b2d41156EE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa6d6720258CbB7E4A79BB2F379e3d8f25d78B716/info.json b/blockchains/ethereum/assets/0xa6d6720258CbB7E4A79BB2F379e3d8f25d78B716/info.json
deleted file mode 100644
index eebc4f0b52797..0000000000000
--- a/blockchains/ethereum/assets/0xa6d6720258CbB7E4A79BB2F379e3d8f25d78B716/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TOKELITE",
- "website": "https://tokelite.io",
- "description": "Tokelite is an erc20 utility token that gives holders of token a chance to lend Major Crypto Assets such as Bnb, Atom, Eth, and Btc using their blockchain assets to secure cash loans..",
- "explorer": "https://etherscan.io/token/0xa6d6720258CbB7E4A79BB2F379e3d8f25d78B716",
- "type": "ERC20",
- "symbol": "TKL",
- "decimals": 18,
- "status": "active",
- "id": "0xa6d6720258CbB7E4A79BB2F379e3d8f25d78B716"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa6d6720258CbB7E4A79BB2F379e3d8f25d78B716/logo.png b/blockchains/ethereum/assets/0xa6d6720258CbB7E4A79BB2F379e3d8f25d78B716/logo.png
deleted file mode 100644
index a247900cf10b8..0000000000000
Binary files a/blockchains/ethereum/assets/0xa6d6720258CbB7E4A79BB2F379e3d8f25d78B716/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa6dC3158828DB1268e2969b74B357Ae7F4bcebe9/info.json b/blockchains/ethereum/assets/0xa6dC3158828DB1268e2969b74B357Ae7F4bcebe9/info.json
deleted file mode 100644
index 7c1c6109b88d9..0000000000000
--- a/blockchains/ethereum/assets/0xa6dC3158828DB1268e2969b74B357Ae7F4bcebe9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yustemcoin",
- "symbol": "YUC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa6dC3158828DB1268e2969b74B357Ae7F4bcebe9",
- "status": "abandoned",
- "id": "0xa6dC3158828DB1268e2969b74B357Ae7F4bcebe9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa6dC3158828DB1268e2969b74B357Ae7F4bcebe9/logo.png b/blockchains/ethereum/assets/0xa6dC3158828DB1268e2969b74B357Ae7F4bcebe9/logo.png
deleted file mode 100644
index 7f5a152a4e6aa..0000000000000
Binary files a/blockchains/ethereum/assets/0xa6dC3158828DB1268e2969b74B357Ae7F4bcebe9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa704fCe7b309Ec09DF16e2F5Ab8cAf6Fe8A4BAA9/info.json b/blockchains/ethereum/assets/0xa704fCe7b309Ec09DF16e2F5Ab8cAf6Fe8A4BAA9/info.json
deleted file mode 100644
index 5d2d28cbf7c86..0000000000000
--- a/blockchains/ethereum/assets/0xa704fCe7b309Ec09DF16e2F5Ab8cAf6Fe8A4BAA9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AgriChain Utility Token",
- "symbol": "AGRI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa704fCe7b309Ec09DF16e2F5Ab8cAf6Fe8A4BAA9",
- "status": "abandoned",
- "id": "0xa704fCe7b309Ec09DF16e2F5Ab8cAf6Fe8A4BAA9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa704fCe7b309Ec09DF16e2F5Ab8cAf6Fe8A4BAA9/logo.png b/blockchains/ethereum/assets/0xa704fCe7b309Ec09DF16e2F5Ab8cAf6Fe8A4BAA9/logo.png
deleted file mode 100644
index da02303536feb..0000000000000
Binary files a/blockchains/ethereum/assets/0xa704fCe7b309Ec09DF16e2F5Ab8cAf6Fe8A4BAA9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa73638329c61c221dCA307ED7ef0154D776d9FDc/info.json b/blockchains/ethereum/assets/0xa73638329c61c221dCA307ED7ef0154D776d9FDc/info.json
deleted file mode 100644
index 28df538d9d5b6..0000000000000
--- a/blockchains/ethereum/assets/0xa73638329c61c221dCA307ED7ef0154D776d9FDc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TKEX",
- "symbol": "TKEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa73638329c61c221dCA307ED7ef0154D776d9FDc",
- "status": "abandoned",
- "id": "0xa73638329c61c221dCA307ED7ef0154D776d9FDc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa73638329c61c221dCA307ED7ef0154D776d9FDc/logo.png b/blockchains/ethereum/assets/0xa73638329c61c221dCA307ED7ef0154D776d9FDc/logo.png
deleted file mode 100644
index 5fd3d0eb7ffca..0000000000000
Binary files a/blockchains/ethereum/assets/0xa73638329c61c221dCA307ED7ef0154D776d9FDc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa740b79dc545646072b32CA92a109f7CF74EF8ca/info.json b/blockchains/ethereum/assets/0xa740b79dc545646072b32CA92a109f7CF74EF8ca/info.json
deleted file mode 100644
index a1bcb5dd9101c..0000000000000
--- a/blockchains/ethereum/assets/0xa740b79dc545646072b32CA92a109f7CF74EF8ca/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 167-CN33",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa740b79dc545646072b32CA92a109f7CF74EF8ca",
- "status": "abandoned",
- "id": "0xa740b79dc545646072b32CA92a109f7CF74EF8ca"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa740b79dc545646072b32CA92a109f7CF74EF8ca/logo.png b/blockchains/ethereum/assets/0xa740b79dc545646072b32CA92a109f7CF74EF8ca/logo.png
deleted file mode 100644
index 861885e81e50b..0000000000000
Binary files a/blockchains/ethereum/assets/0xa740b79dc545646072b32CA92a109f7CF74EF8ca/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa74476443119A942dE498590Fe1f2454d7D4aC0d/info.json b/blockchains/ethereum/assets/0xa74476443119A942dE498590Fe1f2454d7D4aC0d/info.json
deleted file mode 100644
index 8b9a4ef293823..0000000000000
--- a/blockchains/ethereum/assets/0xa74476443119A942dE498590Fe1f2454d7D4aC0d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Golem",
- "website": "https://golem.network",
- "description": "Golem (GNT) is a peer-to-peer decentralized marketplace for computing power. The project aims to be an alternative to centralized cloud service providers with its lower price point and open-source community of developers.",
- "explorer": "https://etherscan.io/token/0xa74476443119A942dE498590Fe1f2454d7D4aC0d",
- "type": "ERC20",
- "symbol": "GNT",
- "decimals": 18,
- "status": "active",
- "id": "0xa74476443119A942dE498590Fe1f2454d7D4aC0d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa74476443119A942dE498590Fe1f2454d7D4aC0d/logo.png b/blockchains/ethereum/assets/0xa74476443119A942dE498590Fe1f2454d7D4aC0d/logo.png
deleted file mode 100644
index 46d9e24512b0f..0000000000000
Binary files a/blockchains/ethereum/assets/0xa74476443119A942dE498590Fe1f2454d7D4aC0d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa753D16375229948C62e3b8b19326F845b6b9d8B/info.json b/blockchains/ethereum/assets/0xa753D16375229948C62e3b8b19326F845b6b9d8B/info.json
deleted file mode 100644
index 13b0e8ed91daf..0000000000000
--- a/blockchains/ethereum/assets/0xa753D16375229948C62e3b8b19326F845b6b9d8B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CRYPTOBANK",
- "symbol": "BANK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa753D16375229948C62e3b8b19326F845b6b9d8B",
- "status": "abandoned",
- "id": "0xa753D16375229948C62e3b8b19326F845b6b9d8B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa753D16375229948C62e3b8b19326F845b6b9d8B/logo.png b/blockchains/ethereum/assets/0xa753D16375229948C62e3b8b19326F845b6b9d8B/logo.png
deleted file mode 100755
index cb4da022ec8ae..0000000000000
Binary files a/blockchains/ethereum/assets/0xa753D16375229948C62e3b8b19326F845b6b9d8B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa75ecf2B587B5C65A001e485B2dC5121ab6Cc12d/info.json b/blockchains/ethereum/assets/0xa75ecf2B587B5C65A001e485B2dC5121ab6Cc12d/info.json
deleted file mode 100644
index 06220e68de43e..0000000000000
--- a/blockchains/ethereum/assets/0xa75ecf2B587B5C65A001e485B2dC5121ab6Cc12d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 253-CN21",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa75ecf2B587B5C65A001e485B2dC5121ab6Cc12d",
- "status": "abandoned",
- "id": "0xa75ecf2B587B5C65A001e485B2dC5121ab6Cc12d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa75ecf2B587B5C65A001e485B2dC5121ab6Cc12d/logo.png b/blockchains/ethereum/assets/0xa75ecf2B587B5C65A001e485B2dC5121ab6Cc12d/logo.png
deleted file mode 100644
index 2a1cc53a1b2b5..0000000000000
Binary files a/blockchains/ethereum/assets/0xa75ecf2B587B5C65A001e485B2dC5121ab6Cc12d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa78803ceDcdCD4E8c69f1e048886a2e9Fa5dE3e2/info.json b/blockchains/ethereum/assets/0xa78803ceDcdCD4E8c69f1e048886a2e9Fa5dE3e2/info.json
deleted file mode 100644
index db83be30b2dcc..0000000000000
--- a/blockchains/ethereum/assets/0xa78803ceDcdCD4E8c69f1e048886a2e9Fa5dE3e2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-20/30M80",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa78803ceDcdCD4E8c69f1e048886a2e9Fa5dE3e2",
- "status": "abandoned",
- "id": "0xa78803ceDcdCD4E8c69f1e048886a2e9Fa5dE3e2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa78803ceDcdCD4E8c69f1e048886a2e9Fa5dE3e2/logo.png b/blockchains/ethereum/assets/0xa78803ceDcdCD4E8c69f1e048886a2e9Fa5dE3e2/logo.png
deleted file mode 100644
index 25915f7203b50..0000000000000
Binary files a/blockchains/ethereum/assets/0xa78803ceDcdCD4E8c69f1e048886a2e9Fa5dE3e2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa7AB17FE18fe2EF1b211b95BE0D3B3a121823758/info.json b/blockchains/ethereum/assets/0xa7AB17FE18fe2EF1b211b95BE0D3B3a121823758/info.json
deleted file mode 100644
index 22ac5a3e331e2..0000000000000
--- a/blockchains/ethereum/assets/0xa7AB17FE18fe2EF1b211b95BE0D3B3a121823758/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Defiance",
- "symbol": "DEFI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa7AB17FE18fe2EF1b211b95BE0D3B3a121823758",
- "status": "abandoned",
- "id": "0xa7AB17FE18fe2EF1b211b95BE0D3B3a121823758"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa7AB17FE18fe2EF1b211b95BE0D3B3a121823758/logo.png b/blockchains/ethereum/assets/0xa7AB17FE18fe2EF1b211b95BE0D3B3a121823758/logo.png
deleted file mode 100644
index 5a30828805248..0000000000000
Binary files a/blockchains/ethereum/assets/0xa7AB17FE18fe2EF1b211b95BE0D3B3a121823758/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa7DE087329BFcda5639247F96140f9DAbe3DeED1/info.json b/blockchains/ethereum/assets/0xa7DE087329BFcda5639247F96140f9DAbe3DeED1/info.json
deleted file mode 100644
index a10bbde7d10a0..0000000000000
--- a/blockchains/ethereum/assets/0xa7DE087329BFcda5639247F96140f9DAbe3DeED1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Statera",
- "symbol": "STA",
- "type": "ERC20",
- "decimals": 18,
- "description": "Metronome Desktop Wallet.",
- "website": "https://stateratoken.com",
- "explorer": "https://etherscan.io/token/0xa7DE087329BFcda5639247F96140f9DAbe3DeED1",
- "status": "active",
- "id": "0xa7DE087329BFcda5639247F96140f9DAbe3DeED1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa7DE087329BFcda5639247F96140f9DAbe3DeED1/logo.png b/blockchains/ethereum/assets/0xa7DE087329BFcda5639247F96140f9DAbe3DeED1/logo.png
deleted file mode 100644
index ee5da67883e0a..0000000000000
Binary files a/blockchains/ethereum/assets/0xa7DE087329BFcda5639247F96140f9DAbe3DeED1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa7ED29B253D8B4E3109ce07c80fc570f81B63696/info.json b/blockchains/ethereum/assets/0xa7ED29B253D8B4E3109ce07c80fc570f81B63696/info.json
deleted file mode 100644
index 8585c8d360c4f..0000000000000
--- a/blockchains/ethereum/assets/0xa7ED29B253D8B4E3109ce07c80fc570f81B63696/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Basis Share",
- "website": "https://basis.cash/",
- "description": "Basis Cash is an open source, permissionless stablecoin pegged to USD. The protocol is designed to expand and contract supply similarly to the way central banks buy and sell fiscal debt to stabilze purchasing power, without any REBASES or risking colletrals. Basis Share is a medium of governing the Basis Cash and receiving the seigniorage rewards.",
- "explorer": "https://etherscan.io/token/0xa7ED29B253D8B4E3109ce07c80fc570f81B63696",
- "type": "ERC20",
- "symbol": "BAS",
- "decimals": 18,
- "status": "active",
- "id": "0xa7ED29B253D8B4E3109ce07c80fc570f81B63696",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Basis-Cash"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Basis Cash"
- },
- {
- "name": "telegram",
- "url": "https://t.me/basiscash"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/UEZq3HF5Eu"
- },
- {
- "name": "medium",
- "url": "https://medium.com/basis-cash"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa7ED29B253D8B4E3109ce07c80fc570f81B63696/logo.png b/blockchains/ethereum/assets/0xa7ED29B253D8B4E3109ce07c80fc570f81B63696/logo.png
deleted file mode 100644
index 9fdb6565d4f0d..0000000000000
Binary files a/blockchains/ethereum/assets/0xa7ED29B253D8B4E3109ce07c80fc570f81B63696/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa7b9329b192d552344fffA8e67E803Aa9E99Af38/info.json b/blockchains/ethereum/assets/0xa7b9329b192d552344fffA8e67E803Aa9E99Af38/info.json
deleted file mode 100644
index 476609c2d2334..0000000000000
--- a/blockchains/ethereum/assets/0xa7b9329b192d552344fffA8e67E803Aa9E99Af38/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Montana",
- "symbol": "MTN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa7b9329b192d552344fffA8e67E803Aa9E99Af38",
- "status": "abandoned",
- "id": "0xa7b9329b192d552344fffA8e67E803Aa9E99Af38"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa7b9329b192d552344fffA8e67E803Aa9E99Af38/logo.png b/blockchains/ethereum/assets/0xa7b9329b192d552344fffA8e67E803Aa9E99Af38/logo.png
deleted file mode 100644
index a67410f010894..0000000000000
Binary files a/blockchains/ethereum/assets/0xa7b9329b192d552344fffA8e67E803Aa9E99Af38/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa7f976C360ebBeD4465c2855684D1AAE5271eFa9/info.json b/blockchains/ethereum/assets/0xa7f976C360ebBeD4465c2855684D1AAE5271eFa9/info.json
deleted file mode 100644
index 3d49bba37f6cb..0000000000000
--- a/blockchains/ethereum/assets/0xa7f976C360ebBeD4465c2855684D1AAE5271eFa9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TrueFlip",
- "symbol": "TFL",
- "type": "ERC20",
- "decimals": 8,
- "description": "True Flip is the international anonymous blockchain lottery with instant payouts, open source code, and transparent prize fund.",
- "website": "https://trueflip.io",
- "explorer": "https://etherscan.io/token/0xa7f976C360ebBeD4465c2855684D1AAE5271eFa9",
- "status": "active",
- "id": "0xa7f976C360ebBeD4465c2855684D1AAE5271eFa9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa7f976C360ebBeD4465c2855684D1AAE5271eFa9/logo.png b/blockchains/ethereum/assets/0xa7f976C360ebBeD4465c2855684D1AAE5271eFa9/logo.png
deleted file mode 100644
index 469b6d7519de8..0000000000000
Binary files a/blockchains/ethereum/assets/0xa7f976C360ebBeD4465c2855684D1AAE5271eFa9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa8006C4ca56F24d6836727D106349320dB7fEF82/info.json b/blockchains/ethereum/assets/0xa8006C4ca56F24d6836727D106349320dB7fEF82/info.json
deleted file mode 100644
index f9cdf85dc3633..0000000000000
--- a/blockchains/ethereum/assets/0xa8006C4ca56F24d6836727D106349320dB7fEF82/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Internxt",
- "symbol": "INXT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://internxt.com",
- "explorer": "https://etherscan.io/token/0xa8006C4ca56F24d6836727D106349320dB7fEF82",
- "status": "active",
- "id": "0xa8006C4ca56F24d6836727D106349320dB7fEF82"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa8006C4ca56F24d6836727D106349320dB7fEF82/logo.png b/blockchains/ethereum/assets/0xa8006C4ca56F24d6836727D106349320dB7fEF82/logo.png
deleted file mode 100644
index 987ded70120c1..0000000000000
Binary files a/blockchains/ethereum/assets/0xa8006C4ca56F24d6836727D106349320dB7fEF82/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa8262Eb913FccEa4C3f77fc95b8b4043B384cFbB/info.json b/blockchains/ethereum/assets/0xa8262Eb913FccEa4C3f77fc95b8b4043B384cFbB/info.json
deleted file mode 100644
index 646cd9b4998f9..0000000000000
--- a/blockchains/ethereum/assets/0xa8262Eb913FccEa4C3f77fc95b8b4043B384cFbB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Krypton",
- "symbol": "KGC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Krypton is a community-driven, privacy first cryptocurrency project with a main focus on decentralization, scalability and fungibility.",
- "website": "https://kexingqiu.net/",
- "explorer": "https://etherscan.io/token/0xa8262Eb913FccEa4C3f77fc95b8b4043B384cFbB",
- "status": "active",
- "id": "0xa8262Eb913FccEa4C3f77fc95b8b4043B384cFbB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa8262Eb913FccEa4C3f77fc95b8b4043B384cFbB/logo.png b/blockchains/ethereum/assets/0xa8262Eb913FccEa4C3f77fc95b8b4043B384cFbB/logo.png
deleted file mode 100644
index ccd0a105caa90..0000000000000
Binary files a/blockchains/ethereum/assets/0xa8262Eb913FccEa4C3f77fc95b8b4043B384cFbB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa82B23e7D6B76d67f1C4d3FE8457041119f3c79E/info.json b/blockchains/ethereum/assets/0xa82B23e7D6B76d67f1C4d3FE8457041119f3c79E/info.json
deleted file mode 100644
index 8b8de88e7a97d..0000000000000
--- a/blockchains/ethereum/assets/0xa82B23e7D6B76d67f1C4d3FE8457041119f3c79E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg12500",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa82B23e7D6B76d67f1C4d3FE8457041119f3c79E",
- "status": "abandoned",
- "id": "0xa82B23e7D6B76d67f1C4d3FE8457041119f3c79E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa82B23e7D6B76d67f1C4d3FE8457041119f3c79E/logo.png b/blockchains/ethereum/assets/0xa82B23e7D6B76d67f1C4d3FE8457041119f3c79E/logo.png
deleted file mode 100644
index a2d06c44a9e48..0000000000000
Binary files a/blockchains/ethereum/assets/0xa82B23e7D6B76d67f1C4d3FE8457041119f3c79E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa838be6E4b760E6061D4732D6B9F11Bf578f9A76/info.json b/blockchains/ethereum/assets/0xa838be6E4b760E6061D4732D6B9F11Bf578f9A76/info.json
deleted file mode 100644
index 0d320a9d4b1cf..0000000000000
--- a/blockchains/ethereum/assets/0xa838be6E4b760E6061D4732D6B9F11Bf578f9A76/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Token for Television",
- "symbol": "TTV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://tv-two.com/",
- "explorer": "https://etherscan.io/token/0xa838be6E4b760E6061D4732D6B9F11Bf578f9A76",
- "status": "abandoned",
- "id": "0xa838be6E4b760E6061D4732D6B9F11Bf578f9A76"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa838be6E4b760E6061D4732D6B9F11Bf578f9A76/logo.png b/blockchains/ethereum/assets/0xa838be6E4b760E6061D4732D6B9F11Bf578f9A76/logo.png
deleted file mode 100644
index 0d61ab1537ee9..0000000000000
Binary files a/blockchains/ethereum/assets/0xa838be6E4b760E6061D4732D6B9F11Bf578f9A76/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa83aF809975619477Af73B179e05e04A1CcEA953/info.json b/blockchains/ethereum/assets/0xa83aF809975619477Af73B179e05e04A1CcEA953/info.json
deleted file mode 100644
index 1c9e39eddc0ac..0000000000000
--- a/blockchains/ethereum/assets/0xa83aF809975619477Af73B179e05e04A1CcEA953/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LEOcoin",
- "symbol": "LC4",
- "type": "ERC20",
- "decimals": 8,
- "description": "LC4 is an established digital currency that allows individuals to make fast and secure transactions through a decentralized peer-to-peer network.",
- "website": "https://www.lc4foundation.org/",
- "explorer": "https://etherscan.io/token/0xa83aF809975619477Af73B179e05e04A1CcEA953",
- "status": "active",
- "id": "0xa83aF809975619477Af73B179e05e04A1CcEA953"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa83aF809975619477Af73B179e05e04A1CcEA953/logo.png b/blockchains/ethereum/assets/0xa83aF809975619477Af73B179e05e04A1CcEA953/logo.png
deleted file mode 100644
index 53745f9223307..0000000000000
Binary files a/blockchains/ethereum/assets/0xa83aF809975619477Af73B179e05e04A1CcEA953/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa843343B1658Dea67e83cbd11Da0b73728A1b185/info.json b/blockchains/ethereum/assets/0xa843343B1658Dea67e83cbd11Da0b73728A1b185/info.json
deleted file mode 100644
index 6fd3453c72d0b..0000000000000
--- a/blockchains/ethereum/assets/0xa843343B1658Dea67e83cbd11Da0b73728A1b185/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TixguruToken",
- "symbol": "TIX",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa843343B1658Dea67e83cbd11Da0b73728A1b185",
- "status": "abandoned",
- "id": "0xa843343B1658Dea67e83cbd11Da0b73728A1b185"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa843343B1658Dea67e83cbd11Da0b73728A1b185/logo.png b/blockchains/ethereum/assets/0xa843343B1658Dea67e83cbd11Da0b73728A1b185/logo.png
deleted file mode 100755
index 5db46846e2634..0000000000000
Binary files a/blockchains/ethereum/assets/0xa843343B1658Dea67e83cbd11Da0b73728A1b185/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa84e07C4e13641Ebd9611E8f5f4033c284Ea4a48/info.json b/blockchains/ethereum/assets/0xa84e07C4e13641Ebd9611E8f5f4033c284Ea4a48/info.json
deleted file mode 100644
index 9eb1c82a66ae8..0000000000000
--- a/blockchains/ethereum/assets/0xa84e07C4e13641Ebd9611E8f5f4033c284Ea4a48/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Titanium",
- "symbol": "CSC-TI",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa84e07C4e13641Ebd9611E8f5f4033c284Ea4a48",
- "status": "abandoned",
- "id": "0xa84e07C4e13641Ebd9611E8f5f4033c284Ea4a48"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa84e07C4e13641Ebd9611E8f5f4033c284Ea4a48/logo.png b/blockchains/ethereum/assets/0xa84e07C4e13641Ebd9611E8f5f4033c284Ea4a48/logo.png
deleted file mode 100755
index b478ea2b3fde5..0000000000000
Binary files a/blockchains/ethereum/assets/0xa84e07C4e13641Ebd9611E8f5f4033c284Ea4a48/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa8511Af2F945B0a939a9772f403F41ec637bFfcd/info.json b/blockchains/ethereum/assets/0xa8511Af2F945B0a939a9772f403F41ec637bFfcd/info.json
deleted file mode 100644
index 06926b5fbb46b..0000000000000
--- a/blockchains/ethereum/assets/0xa8511Af2F945B0a939a9772f403F41ec637bFfcd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hunter",
- "symbol": "HUNTER",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa8511Af2F945B0a939a9772f403F41ec637bFfcd",
- "status": "abandoned",
- "id": "0xa8511Af2F945B0a939a9772f403F41ec637bFfcd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa8511Af2F945B0a939a9772f403F41ec637bFfcd/logo.png b/blockchains/ethereum/assets/0xa8511Af2F945B0a939a9772f403F41ec637bFfcd/logo.png
deleted file mode 100644
index 463daf5a3976c..0000000000000
Binary files a/blockchains/ethereum/assets/0xa8511Af2F945B0a939a9772f403F41ec637bFfcd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa85C95AbA6c298535890D6f1133632220d458E9A/info.json b/blockchains/ethereum/assets/0xa85C95AbA6c298535890D6f1133632220d458E9A/info.json
deleted file mode 100644
index 624b32ffc187c..0000000000000
--- a/blockchains/ethereum/assets/0xa85C95AbA6c298535890D6f1133632220d458E9A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blockracing Share",
- "symbol": "BRS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa85C95AbA6c298535890D6f1133632220d458E9A",
- "status": "abandoned",
- "id": "0xa85C95AbA6c298535890D6f1133632220d458E9A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa85C95AbA6c298535890D6f1133632220d458E9A/logo.png b/blockchains/ethereum/assets/0xa85C95AbA6c298535890D6f1133632220d458E9A/logo.png
deleted file mode 100644
index 544a79961cf7d..0000000000000
Binary files a/blockchains/ethereum/assets/0xa85C95AbA6c298535890D6f1133632220d458E9A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa872E0a44BBd66c1486a756CB5BD3F0bEEC4e32e/info.json b/blockchains/ethereum/assets/0xa872E0a44BBd66c1486a756CB5BD3F0bEEC4e32e/info.json
deleted file mode 100644
index 3f00b18a411f0..0000000000000
--- a/blockchains/ethereum/assets/0xa872E0a44BBd66c1486a756CB5BD3F0bEEC4e32e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AntiscamToken (AST)",
- "symbol": "AST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa872E0a44BBd66c1486a756CB5BD3F0bEEC4e32e",
- "status": "abandoned",
- "id": "0xa872E0a44BBd66c1486a756CB5BD3F0bEEC4e32e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa872E0a44BBd66c1486a756CB5BD3F0bEEC4e32e/logo.png b/blockchains/ethereum/assets/0xa872E0a44BBd66c1486a756CB5BD3F0bEEC4e32e/logo.png
deleted file mode 100644
index 58c83dbd57da7..0000000000000
Binary files a/blockchains/ethereum/assets/0xa872E0a44BBd66c1486a756CB5BD3F0bEEC4e32e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa87DeAE3026Ae94900D69FFa39eb9a99E0bF9B08/info.json b/blockchains/ethereum/assets/0xa87DeAE3026Ae94900D69FFa39eb9a99E0bF9B08/info.json
deleted file mode 100644
index 51c3bd084b4fd..0000000000000
--- a/blockchains/ethereum/assets/0xa87DeAE3026Ae94900D69FFa39eb9a99E0bF9B08/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TOR Cabala",
- "symbol": "Torc",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa87DeAE3026Ae94900D69FFa39eb9a99E0bF9B08",
- "status": "abandoned",
- "id": "0xa87DeAE3026Ae94900D69FFa39eb9a99E0bF9B08"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa87DeAE3026Ae94900D69FFa39eb9a99E0bF9B08/logo.png b/blockchains/ethereum/assets/0xa87DeAE3026Ae94900D69FFa39eb9a99E0bF9B08/logo.png
deleted file mode 100644
index c39b66000bcc7..0000000000000
Binary files a/blockchains/ethereum/assets/0xa87DeAE3026Ae94900D69FFa39eb9a99E0bF9B08/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa8892bfc33FA44053a9E402B1839966f4FEc74A4/info.json b/blockchains/ethereum/assets/0xa8892bfc33FA44053a9E402B1839966f4FEc74A4/info.json
deleted file mode 100644
index 2b91d19c55d86..0000000000000
--- a/blockchains/ethereum/assets/0xa8892bfc33FA44053a9E402B1839966f4FEc74A4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Crypto User Base",
- "symbol": "CUB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://cryptouserbase.com/",
- "explorer": "https://etherscan.io/token/0xa8892bfc33FA44053a9E402B1839966f4FEc74A4",
- "status": "abandoned",
- "id": "0xa8892bfc33FA44053a9E402B1839966f4FEc74A4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa8892bfc33FA44053a9E402B1839966f4FEc74A4/logo.png b/blockchains/ethereum/assets/0xa8892bfc33FA44053a9E402B1839966f4FEc74A4/logo.png
deleted file mode 100644
index be9a6fefef16b..0000000000000
Binary files a/blockchains/ethereum/assets/0xa8892bfc33FA44053a9E402B1839966f4FEc74A4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa8B0F154A688c22142E361707df64277e0A0bE66/info.json b/blockchains/ethereum/assets/0xa8B0F154A688c22142E361707df64277e0A0bE66/info.json
deleted file mode 100644
index cccd5b0a8c7ea..0000000000000
--- a/blockchains/ethereum/assets/0xa8B0F154A688c22142E361707df64277e0A0bE66/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RAK",
- "website": "https://rake.finance/",
- "description": "RAKE is a deflationary token that is designed to maximize yield farming, while the protocol builds a vault with locked liquidity forever, and 90% of all yields from liquidity mining will be used to buy back RAK on active Uniswap market, and pay the reward on RAK tokens.",
- "explorer": "https://etherscan.io/token/0xa8b0f154a688c22142e361707df64277e0a0be66",
- "type": "ERC20",
- "symbol": "RAK",
- "decimals": 18,
- "status": "active",
- "id": "0xa8B0F154A688c22142E361707df64277e0A0bE66"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa8B0F154A688c22142E361707df64277e0A0bE66/logo.png b/blockchains/ethereum/assets/0xa8B0F154A688c22142E361707df64277e0A0bE66/logo.png
deleted file mode 100644
index fa8d6810a4abd..0000000000000
Binary files a/blockchains/ethereum/assets/0xa8B0F154A688c22142E361707df64277e0A0bE66/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa8EdA9D4Aee0eb882F8752C6bA7e16d9233C9Ad2/info.json b/blockchains/ethereum/assets/0xa8EdA9D4Aee0eb882F8752C6bA7e16d9233C9Ad2/info.json
deleted file mode 100644
index a4db7cf6c0f45..0000000000000
--- a/blockchains/ethereum/assets/0xa8EdA9D4Aee0eb882F8752C6bA7e16d9233C9Ad2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LevelApp Token",
- "symbol": "LVL",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://levelapp.cx",
- "explorer": "https://etherscan.io/token/0xa8EdA9D4Aee0eb882F8752C6bA7e16d9233C9Ad2",
- "status": "abandoned",
- "id": "0xa8EdA9D4Aee0eb882F8752C6bA7e16d9233C9Ad2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa8EdA9D4Aee0eb882F8752C6bA7e16d9233C9Ad2/logo.png b/blockchains/ethereum/assets/0xa8EdA9D4Aee0eb882F8752C6bA7e16d9233C9Ad2/logo.png
deleted file mode 100644
index 44193ef40a87e..0000000000000
Binary files a/blockchains/ethereum/assets/0xa8EdA9D4Aee0eb882F8752C6bA7e16d9233C9Ad2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa8F74d0dDfa590bA7e0794E9742846Eb52f2aCAC/info.json b/blockchains/ethereum/assets/0xa8F74d0dDfa590bA7e0794E9742846Eb52f2aCAC/info.json
deleted file mode 100644
index 63b11d365052d..0000000000000
--- a/blockchains/ethereum/assets/0xa8F74d0dDfa590bA7e0794E9742846Eb52f2aCAC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EGYPT",
- "symbol": "EGY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://egyptcryptocoin.com",
- "explorer": "https://etherscan.io/token/0xa8F74d0dDfa590bA7e0794E9742846Eb52f2aCAC",
- "status": "abandoned",
- "id": "0xa8F74d0dDfa590bA7e0794E9742846Eb52f2aCAC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa8F74d0dDfa590bA7e0794E9742846Eb52f2aCAC/logo.png b/blockchains/ethereum/assets/0xa8F74d0dDfa590bA7e0794E9742846Eb52f2aCAC/logo.png
deleted file mode 100755
index b680d7575bc72..0000000000000
Binary files a/blockchains/ethereum/assets/0xa8F74d0dDfa590bA7e0794E9742846Eb52f2aCAC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa8F952Daa2050aF448e2B6E8cCd2cD66E145F9Cc/info.json b/blockchains/ethereum/assets/0xa8F952Daa2050aF448e2B6E8cCd2cD66E145F9Cc/info.json
deleted file mode 100644
index 279f5eb7d9809..0000000000000
--- a/blockchains/ethereum/assets/0xa8F952Daa2050aF448e2B6E8cCd2cD66E145F9Cc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RXCCryptofreedomToken",
- "symbol": "RXCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa8F952Daa2050aF448e2B6E8cCd2cD66E145F9Cc",
- "status": "abandoned",
- "id": "0xa8F952Daa2050aF448e2B6E8cCd2cD66E145F9Cc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa8F952Daa2050aF448e2B6E8cCd2cD66E145F9Cc/logo.png b/blockchains/ethereum/assets/0xa8F952Daa2050aF448e2B6E8cCd2cD66E145F9Cc/logo.png
deleted file mode 100644
index a1a6c7024dd92..0000000000000
Binary files a/blockchains/ethereum/assets/0xa8F952Daa2050aF448e2B6E8cCd2cD66E145F9Cc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa8c8CfB141A3bB59FEA1E2ea6B79b5ECBCD7b6ca/info.json b/blockchains/ethereum/assets/0xa8c8CfB141A3bB59FEA1E2ea6B79b5ECBCD7b6ca/info.json
deleted file mode 100644
index 892e8a1a66ec3..0000000000000
--- a/blockchains/ethereum/assets/0xa8c8CfB141A3bB59FEA1E2ea6B79b5ECBCD7b6ca/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Syntropy",
- "website": "https://syntropynet.com",
- "description": "Syntropy is transforming the public internet into a secure and user-centric internet through a unifying layer where encryption and optimized performance are built-in and automatically enabled for anything and everything connected to it.",
- "explorer": "https://etherscan.io/token/0xa8c8CfB141A3bB59FEA1E2ea6B79b5ECBCD7b6ca",
- "type": "ERC20",
- "symbol": "NOIA",
- "decimals": 18,
- "status": "active",
- "id": "0xa8c8CfB141A3bB59FEA1E2ea6B79b5ECBCD7b6ca"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa8c8CfB141A3bB59FEA1E2ea6B79b5ECBCD7b6ca/logo.png b/blockchains/ethereum/assets/0xa8c8CfB141A3bB59FEA1E2ea6B79b5ECBCD7b6ca/logo.png
deleted file mode 100644
index 4d415592dce9a..0000000000000
Binary files a/blockchains/ethereum/assets/0xa8c8CfB141A3bB59FEA1E2ea6B79b5ECBCD7b6ca/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa8d3847f8AE1e8ebfD5928D39A3B1aE5dA12A61f/info.json b/blockchains/ethereum/assets/0xa8d3847f8AE1e8ebfD5928D39A3B1aE5dA12A61f/info.json
deleted file mode 100644
index 318b3d18d1098..0000000000000
--- a/blockchains/ethereum/assets/0xa8d3847f8AE1e8ebfD5928D39A3B1aE5dA12A61f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coinibal",
- "symbol": "COIN",
- "type": "ERC20",
- "decimals": 16,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa8d3847f8AE1e8ebfD5928D39A3B1aE5dA12A61f",
- "status": "abandoned",
- "id": "0xa8d3847f8AE1e8ebfD5928D39A3B1aE5dA12A61f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa8d3847f8AE1e8ebfD5928D39A3B1aE5dA12A61f/logo.png b/blockchains/ethereum/assets/0xa8d3847f8AE1e8ebfD5928D39A3B1aE5dA12A61f/logo.png
deleted file mode 100644
index 55383355f3a00..0000000000000
Binary files a/blockchains/ethereum/assets/0xa8d3847f8AE1e8ebfD5928D39A3B1aE5dA12A61f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa8f0653Bf3eFa0D8E78e6136028C767561736224/info.json b/blockchains/ethereum/assets/0xa8f0653Bf3eFa0D8E78e6136028C767561736224/info.json
deleted file mode 100644
index 983e1622bb71b..0000000000000
--- a/blockchains/ethereum/assets/0xa8f0653Bf3eFa0D8E78e6136028C767561736224/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 180-CN50",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa8f0653Bf3eFa0D8E78e6136028C767561736224",
- "status": "abandoned",
- "id": "0xa8f0653Bf3eFa0D8E78e6136028C767561736224"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa8f0653Bf3eFa0D8E78e6136028C767561736224/logo.png b/blockchains/ethereum/assets/0xa8f0653Bf3eFa0D8E78e6136028C767561736224/logo.png
deleted file mode 100644
index 876629f9bb7f2..0000000000000
Binary files a/blockchains/ethereum/assets/0xa8f0653Bf3eFa0D8E78e6136028C767561736224/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa90C43e0d6c92b8e6171a829beB38Be28a0Ad073/info.json b/blockchains/ethereum/assets/0xa90C43e0d6c92b8e6171a829beB38Be28a0Ad073/info.json
deleted file mode 100644
index 6e4c696a8a794..0000000000000
--- a/blockchains/ethereum/assets/0xa90C43e0d6c92b8e6171a829beB38Be28a0Ad073/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EGORAS DOLLAR",
- "symbol": "EUSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa90C43e0d6c92b8e6171a829beB38Be28a0Ad073",
- "status": "abandoned",
- "id": "0xa90C43e0d6c92b8e6171a829beB38Be28a0Ad073"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa90C43e0d6c92b8e6171a829beB38Be28a0Ad073/logo.png b/blockchains/ethereum/assets/0xa90C43e0d6c92b8e6171a829beB38Be28a0Ad073/logo.png
deleted file mode 100644
index ea72b1ca5d130..0000000000000
Binary files a/blockchains/ethereum/assets/0xa90C43e0d6c92b8e6171a829beB38Be28a0Ad073/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa9241C6Bc2f536ddbedca8d95b83Af05988f6AFe/info.json b/blockchains/ethereum/assets/0xa9241C6Bc2f536ddbedca8d95b83Af05988f6AFe/info.json
deleted file mode 100644
index ca33a53cd2aca..0000000000000
--- a/blockchains/ethereum/assets/0xa9241C6Bc2f536ddbedca8d95b83Af05988f6AFe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PWQ",
- "website": "http://pwq.finance",
- "description": "We are a partner of QQQ, as our name suggests : PWQ = Partner With QQQ ",
- "explorer": "https://etherscan.io/token/0xa9241C6Bc2f536ddbedca8d95b83Af05988f6AFe",
- "type": "ERC20",
- "symbol": "PWQ",
- "decimals": 18,
- "status": "active",
- "id": "0xa9241C6Bc2f536ddbedca8d95b83Af05988f6AFe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa9241C6Bc2f536ddbedca8d95b83Af05988f6AFe/logo.png b/blockchains/ethereum/assets/0xa9241C6Bc2f536ddbedca8d95b83Af05988f6AFe/logo.png
deleted file mode 100644
index be68e6c0b45c8..0000000000000
Binary files a/blockchains/ethereum/assets/0xa9241C6Bc2f536ddbedca8d95b83Af05988f6AFe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa92E7c82B11d10716aB534051B271D2f6aEf7Df5/info.json b/blockchains/ethereum/assets/0xa92E7c82B11d10716aB534051B271D2f6aEf7Df5/info.json
deleted file mode 100644
index 9dfada8bd29b5..0000000000000
--- a/blockchains/ethereum/assets/0xa92E7c82B11d10716aB534051B271D2f6aEf7Df5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ara Token (ARA)",
- "type": "ERC20",
- "symbol": "ARA",
- "decimals": 18,
- "website": "https://ara.one",
- "description": "Ara directly connects creators and fans, enabling distribution and payment without platform fees and limits.",
- "explorer": "https://etherscan.io/token/0xa92e7c82b11d10716ab534051b271d2f6aef7df5",
- "status": "active",
- "id": "0xa92E7c82B11d10716aB534051B271D2f6aEf7Df5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa92E7c82B11d10716aB534051B271D2f6aEf7Df5/logo.png b/blockchains/ethereum/assets/0xa92E7c82B11d10716aB534051B271D2f6aEf7Df5/logo.png
deleted file mode 100644
index 86d64f693a663..0000000000000
Binary files a/blockchains/ethereum/assets/0xa92E7c82B11d10716aB534051B271D2f6aEf7Df5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa95592DCFfA3C080B4B40E459c5f5692F67DB7F8/info.json b/blockchains/ethereum/assets/0xa95592DCFfA3C080B4B40E459c5f5692F67DB7F8/info.json
deleted file mode 100644
index 599b10184a7b0..0000000000000
--- a/blockchains/ethereum/assets/0xa95592DCFfA3C080B4B40E459c5f5692F67DB7F8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Elycoin",
- "symbol": "ELY",
- "type": "ERC20",
- "decimals": 18,
- "description": "A decentralized platform to build Ecommerce websites on the blockchain",
- "website": "https://elycoin.io",
- "explorer": "https://etherscan.io/token/0xa95592DCFfA3C080B4B40E459c5f5692F67DB7F8",
- "status": "active",
- "id": "0xa95592DCFfA3C080B4B40E459c5f5692F67DB7F8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa95592DCFfA3C080B4B40E459c5f5692F67DB7F8/logo.png b/blockchains/ethereum/assets/0xa95592DCFfA3C080B4B40E459c5f5692F67DB7F8/logo.png
deleted file mode 100644
index fe0f7552a1270..0000000000000
Binary files a/blockchains/ethereum/assets/0xa95592DCFfA3C080B4B40E459c5f5692F67DB7F8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa957045A12D270e2eE0dcA9A3340c340e05d4670/info.json b/blockchains/ethereum/assets/0xa957045A12D270e2eE0dcA9A3340c340e05d4670/info.json
deleted file mode 100644
index 828000aafbf93..0000000000000
--- a/blockchains/ethereum/assets/0xa957045A12D270e2eE0dcA9A3340c340e05d4670/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AIDUS TOKEN",
- "symbol": "AIDUS",
- "type": "ERC20",
- "decimals": 18,
- "description": "The AIDUS Global D-Fund Platform describes itself as a decentralized fund market established on the Ethereum network. It aims to become a professional asset management platform for asset managers to use Blockchain technologies and SMART Contracts to safely and transparently create and settle P2P (Peer-to-Peer) fund agreements.",
- "website": "https://aidus.io/",
- "explorer": "https://etherscan.io/token/0xa957045A12D270e2eE0dcA9A3340c340e05d4670",
- "status": "active",
- "id": "0xa957045A12D270e2eE0dcA9A3340c340e05d4670"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa957045A12D270e2eE0dcA9A3340c340e05d4670/logo.png b/blockchains/ethereum/assets/0xa957045A12D270e2eE0dcA9A3340c340e05d4670/logo.png
deleted file mode 100644
index 8bb16d7601c60..0000000000000
Binary files a/blockchains/ethereum/assets/0xa957045A12D270e2eE0dcA9A3340c340e05d4670/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa958E706fc1934E26a3D0c32f471B54F733D0009/info.json b/blockchains/ethereum/assets/0xa958E706fc1934E26a3D0c32f471B54F733D0009/info.json
deleted file mode 100644
index 7d2ecc382a9f9..0000000000000
--- a/blockchains/ethereum/assets/0xa958E706fc1934E26a3D0c32f471B54F733D0009/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Allcoin",
- "symbol": "ALC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa958E706fc1934E26a3D0c32f471B54F733D0009",
- "status": "abandoned",
- "id": "0xa958E706fc1934E26a3D0c32f471B54F733D0009"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa958E706fc1934E26a3D0c32f471B54F733D0009/logo.png b/blockchains/ethereum/assets/0xa958E706fc1934E26a3D0c32f471B54F733D0009/logo.png
deleted file mode 100644
index 57cfc6afb4bf8..0000000000000
Binary files a/blockchains/ethereum/assets/0xa958E706fc1934E26a3D0c32f471B54F733D0009/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa960d2bA7000d58773E7fa5754DeC3Bb40A069D5/info.json b/blockchains/ethereum/assets/0xa960d2bA7000d58773E7fa5754DeC3Bb40A069D5/info.json
deleted file mode 100644
index 30529d8190b9c..0000000000000
--- a/blockchains/ethereum/assets/0xa960d2bA7000d58773E7fa5754DeC3Bb40A069D5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "One DEX",
- "symbol": "ODEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://onedexproject.com",
- "explorer": "https://etherscan.io/token/0xa960d2bA7000d58773E7fa5754DeC3Bb40A069D5",
- "status": "abandoned",
- "id": "0xa960d2bA7000d58773E7fa5754DeC3Bb40A069D5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa960d2bA7000d58773E7fa5754DeC3Bb40A069D5/logo.png b/blockchains/ethereum/assets/0xa960d2bA7000d58773E7fa5754DeC3Bb40A069D5/logo.png
deleted file mode 100644
index c1068a3dd2160..0000000000000
Binary files a/blockchains/ethereum/assets/0xa960d2bA7000d58773E7fa5754DeC3Bb40A069D5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa96F31F1C187c28980176C3A27ba7069f48abDE4/info.json b/blockchains/ethereum/assets/0xa96F31F1C187c28980176C3A27ba7069f48abDE4/info.json
deleted file mode 100644
index 663723e3815b7..0000000000000
--- a/blockchains/ethereum/assets/0xa96F31F1C187c28980176C3A27ba7069f48abDE4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethereum Gold Project",
- "symbol": "ETGP",
- "type": "ERC20",
- "decimals": 8,
- "description": "ETGP is the update of ETG project with new roadmap , our vision is to facilitate & decentralize payment of companies & communities.",
- "website": "https://www.etgproject.org",
- "explorer": "https://etherscan.io/token/0xa96F31F1C187c28980176C3A27ba7069f48abDE4",
- "status": "active",
- "id": "0xa96F31F1C187c28980176C3A27ba7069f48abDE4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa96F31F1C187c28980176C3A27ba7069f48abDE4/logo.png b/blockchains/ethereum/assets/0xa96F31F1C187c28980176C3A27ba7069f48abDE4/logo.png
deleted file mode 100755
index debdf5474e148..0000000000000
Binary files a/blockchains/ethereum/assets/0xa96F31F1C187c28980176C3A27ba7069f48abDE4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa98f9F529De8E504FeB7CE34930790A38A65bb56/info.json b/blockchains/ethereum/assets/0xa98f9F529De8E504FeB7CE34930790A38A65bb56/info.json
deleted file mode 100644
index f6848e8e015b9..0000000000000
--- a/blockchains/ethereum/assets/0xa98f9F529De8E504FeB7CE34930790A38A65bb56/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 187-CN09",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa98f9F529De8E504FeB7CE34930790A38A65bb56",
- "status": "abandoned",
- "id": "0xa98f9F529De8E504FeB7CE34930790A38A65bb56"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa98f9F529De8E504FeB7CE34930790A38A65bb56/logo.png b/blockchains/ethereum/assets/0xa98f9F529De8E504FeB7CE34930790A38A65bb56/logo.png
deleted file mode 100644
index 8131337d238e3..0000000000000
Binary files a/blockchains/ethereum/assets/0xa98f9F529De8E504FeB7CE34930790A38A65bb56/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa99F0A9af216193d3Aeb400e608F7f98267aa84F/info.json b/blockchains/ethereum/assets/0xa99F0A9af216193d3Aeb400e608F7f98267aa84F/info.json
deleted file mode 100644
index 7f012b62d1b40..0000000000000
--- a/blockchains/ethereum/assets/0xa99F0A9af216193d3Aeb400e608F7f98267aa84F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C548556",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa99F0A9af216193d3Aeb400e608F7f98267aa84F",
- "status": "abandoned",
- "id": "0xa99F0A9af216193d3Aeb400e608F7f98267aa84F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa99F0A9af216193d3Aeb400e608F7f98267aa84F/logo.png b/blockchains/ethereum/assets/0xa99F0A9af216193d3Aeb400e608F7f98267aa84F/logo.png
deleted file mode 100644
index 7c77359455731..0000000000000
Binary files a/blockchains/ethereum/assets/0xa99F0A9af216193d3Aeb400e608F7f98267aa84F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa9D24eC1D08856632Ed1847f43760e66Bcb91ca7/info.json b/blockchains/ethereum/assets/0xa9D24eC1D08856632Ed1847f43760e66Bcb91ca7/info.json
deleted file mode 100644
index ba245db929ce8..0000000000000
--- a/blockchains/ethereum/assets/0xa9D24eC1D08856632Ed1847f43760e66Bcb91ca7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Streamix",
- "symbol": "STRX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa9D24eC1D08856632Ed1847f43760e66Bcb91ca7",
- "status": "abandoned",
- "id": "0xa9D24eC1D08856632Ed1847f43760e66Bcb91ca7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa9D24eC1D08856632Ed1847f43760e66Bcb91ca7/logo.png b/blockchains/ethereum/assets/0xa9D24eC1D08856632Ed1847f43760e66Bcb91ca7/logo.png
deleted file mode 100644
index 3f597a8a54d6c..0000000000000
Binary files a/blockchains/ethereum/assets/0xa9D24eC1D08856632Ed1847f43760e66Bcb91ca7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa9E66a2A0eF7872404cD9FE8179eb7f4BbD4B80C/info.json b/blockchains/ethereum/assets/0xa9E66a2A0eF7872404cD9FE8179eb7f4BbD4B80C/info.json
deleted file mode 100644
index 994b52a77e246..0000000000000
--- a/blockchains/ethereum/assets/0xa9E66a2A0eF7872404cD9FE8179eb7f4BbD4B80C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "planeth",
- "symbol": "peth",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa9E66a2A0eF7872404cD9FE8179eb7f4BbD4B80C",
- "status": "abandoned",
- "id": "0xa9E66a2A0eF7872404cD9FE8179eb7f4BbD4B80C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa9E66a2A0eF7872404cD9FE8179eb7f4BbD4B80C/logo.png b/blockchains/ethereum/assets/0xa9E66a2A0eF7872404cD9FE8179eb7f4BbD4B80C/logo.png
deleted file mode 100644
index cef92f10fdea0..0000000000000
Binary files a/blockchains/ethereum/assets/0xa9E66a2A0eF7872404cD9FE8179eb7f4BbD4B80C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa9F7c93EFB9FFAe7dFaC51FFb168a9a2C06afdB1/info.json b/blockchains/ethereum/assets/0xa9F7c93EFB9FFAe7dFaC51FFb168a9a2C06afdB1/info.json
deleted file mode 100644
index d01d96bd09c6d..0000000000000
--- a/blockchains/ethereum/assets/0xa9F7c93EFB9FFAe7dFaC51FFb168a9a2C06afdB1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Money Tree",
- "symbol": "MT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa9F7c93EFB9FFAe7dFaC51FFb168a9a2C06afdB1",
- "status": "abandoned",
- "id": "0xa9F7c93EFB9FFAe7dFaC51FFb168a9a2C06afdB1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa9F7c93EFB9FFAe7dFaC51FFb168a9a2C06afdB1/logo.png b/blockchains/ethereum/assets/0xa9F7c93EFB9FFAe7dFaC51FFb168a9a2C06afdB1/logo.png
deleted file mode 100644
index a953a495b1589..0000000000000
Binary files a/blockchains/ethereum/assets/0xa9F7c93EFB9FFAe7dFaC51FFb168a9a2C06afdB1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa9a88d64AD708967B20f46Fb89cCb1cB5fa545cd/info.json b/blockchains/ethereum/assets/0xa9a88d64AD708967B20f46Fb89cCb1cB5fa545cd/info.json
deleted file mode 100644
index 96039ac6d02ff..0000000000000
--- a/blockchains/ethereum/assets/0xa9a88d64AD708967B20f46Fb89cCb1cB5fa545cd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "REDBOLD",
- "symbol": "RBOLD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa9a88d64AD708967B20f46Fb89cCb1cB5fa545cd",
- "status": "active",
- "id": "0xa9a88d64AD708967B20f46Fb89cCb1cB5fa545cd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa9a88d64AD708967B20f46Fb89cCb1cB5fa545cd/logo.png b/blockchains/ethereum/assets/0xa9a88d64AD708967B20f46Fb89cCb1cB5fa545cd/logo.png
deleted file mode 100644
index 18edd90b9c79e..0000000000000
Binary files a/blockchains/ethereum/assets/0xa9a88d64AD708967B20f46Fb89cCb1cB5fa545cd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa9aa40627C6B989F97A6656a4AD658275479361C/info.json b/blockchains/ethereum/assets/0xa9aa40627C6B989F97A6656a4AD658275479361C/info.json
deleted file mode 100644
index b542918c362a7..0000000000000
--- a/blockchains/ethereum/assets/0xa9aa40627C6B989F97A6656a4AD658275479361C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MAFER",
- "symbol": "MFR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa9aa40627C6B989F97A6656a4AD658275479361C",
- "status": "abandoned",
- "id": "0xa9aa40627C6B989F97A6656a4AD658275479361C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa9aa40627C6B989F97A6656a4AD658275479361C/logo.png b/blockchains/ethereum/assets/0xa9aa40627C6B989F97A6656a4AD658275479361C/logo.png
deleted file mode 100644
index 64e467db1fb09..0000000000000
Binary files a/blockchains/ethereum/assets/0xa9aa40627C6B989F97A6656a4AD658275479361C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa9f2C8EF5Eeb27dC7819cD1712f02e816dB02056/info.json b/blockchains/ethereum/assets/0xa9f2C8EF5Eeb27dC7819cD1712f02e816dB02056/info.json
deleted file mode 100644
index 43b761ea09ebe..0000000000000
--- a/blockchains/ethereum/assets/0xa9f2C8EF5Eeb27dC7819cD1712f02e816dB02056/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Futbol Coin",
- "symbol": "FUCO",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xa9f2C8EF5Eeb27dC7819cD1712f02e816dB02056",
- "status": "abandoned",
- "id": "0xa9f2C8EF5Eeb27dC7819cD1712f02e816dB02056"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa9f2C8EF5Eeb27dC7819cD1712f02e816dB02056/logo.png b/blockchains/ethereum/assets/0xa9f2C8EF5Eeb27dC7819cD1712f02e816dB02056/logo.png
deleted file mode 100644
index dd00afac184fd..0000000000000
Binary files a/blockchains/ethereum/assets/0xa9f2C8EF5Eeb27dC7819cD1712f02e816dB02056/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xa9fC65Da36064cE545e87690e06f5de10C52C690/info.json b/blockchains/ethereum/assets/0xa9fC65Da36064cE545e87690e06f5de10C52C690/info.json
deleted file mode 100644
index c00b9d066db17..0000000000000
--- a/blockchains/ethereum/assets/0xa9fC65Da36064cE545e87690e06f5de10C52C690/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "3X Short Bitcoin Cash Token",
- "symbol": "BCHBEAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "3X Short Bitcoin Cash Token (BCHBEAR) is an ERC20 token which seeks a return that corresponds to -3 times the daily return of Bitcoin Cash.",
- "website": "https://ftx.com/tokens/BCHBEAR",
- "explorer": "https://etherscan.io/token/0xa9fC65Da36064cE545e87690e06f5de10C52C690",
- "status": "active",
- "id": "0xa9fC65Da36064cE545e87690e06f5de10C52C690"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xa9fC65Da36064cE545e87690e06f5de10C52C690/logo.png b/blockchains/ethereum/assets/0xa9fC65Da36064cE545e87690e06f5de10C52C690/logo.png
deleted file mode 100644
index a8cc1f578d450..0000000000000
Binary files a/blockchains/ethereum/assets/0xa9fC65Da36064cE545e87690e06f5de10C52C690/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaA0CA4C5447101BfaE2c79f4cc4d91CD360f33a4/info.json b/blockchains/ethereum/assets/0xaA0CA4C5447101BfaE2c79f4cc4d91CD360f33a4/info.json
deleted file mode 100644
index 9749eea3d93e8..0000000000000
--- a/blockchains/ethereum/assets/0xaA0CA4C5447101BfaE2c79f4cc4d91CD360f33a4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZTAR COIN",
- "symbol": "ZTAR",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaA0CA4C5447101BfaE2c79f4cc4d91CD360f33a4",
- "status": "abandoned",
- "id": "0xaA0CA4C5447101BfaE2c79f4cc4d91CD360f33a4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaA0CA4C5447101BfaE2c79f4cc4d91CD360f33a4/logo.png b/blockchains/ethereum/assets/0xaA0CA4C5447101BfaE2c79f4cc4d91CD360f33a4/logo.png
deleted file mode 100644
index fa0ed3fb63a16..0000000000000
Binary files a/blockchains/ethereum/assets/0xaA0CA4C5447101BfaE2c79f4cc4d91CD360f33a4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaA19673aA1b483a5c4f73B446B4f851629a7e7D6/info.json b/blockchains/ethereum/assets/0xaA19673aA1b483a5c4f73B446B4f851629a7e7D6/info.json
deleted file mode 100644
index 7a236dd019bf3..0000000000000
--- a/blockchains/ethereum/assets/0xaA19673aA1b483a5c4f73B446B4f851629a7e7D6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Xplosive Ethereum",
- "website": "https://xeth.finance/",
- "description": "A Rebase-Inflationary, Burn Deflationary Currency.",
- "explorer": "https://etherscan.io/token/0xaA19673aA1b483a5c4f73B446B4f851629a7e7D6",
- "type": "ERC20",
- "symbol": "xETH",
- "decimals": 18,
- "status": "active",
- "id": "0xaA19673aA1b483a5c4f73B446B4f851629a7e7D6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaA19673aA1b483a5c4f73B446B4f851629a7e7D6/logo.png b/blockchains/ethereum/assets/0xaA19673aA1b483a5c4f73B446B4f851629a7e7D6/logo.png
deleted file mode 100644
index ae146f35a4e42..0000000000000
Binary files a/blockchains/ethereum/assets/0xaA19673aA1b483a5c4f73B446B4f851629a7e7D6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaA2529228a3BB2434939a92Dea21aC736dF125ce/info.json b/blockchains/ethereum/assets/0xaA2529228a3BB2434939a92Dea21aC736dF125ce/info.json
deleted file mode 100644
index 5a08892b2484e..0000000000000
--- a/blockchains/ethereum/assets/0xaA2529228a3BB2434939a92Dea21aC736dF125ce/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "World currency conference coin",
- "symbol": "WCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaA2529228a3BB2434939a92Dea21aC736dF125ce",
- "status": "abandoned",
- "id": "0xaA2529228a3BB2434939a92Dea21aC736dF125ce"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaA2529228a3BB2434939a92Dea21aC736dF125ce/logo.png b/blockchains/ethereum/assets/0xaA2529228a3BB2434939a92Dea21aC736dF125ce/logo.png
deleted file mode 100644
index 8cc8b220bfd29..0000000000000
Binary files a/blockchains/ethereum/assets/0xaA2529228a3BB2434939a92Dea21aC736dF125ce/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F/info.json b/blockchains/ethereum/assets/0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F/info.json
deleted file mode 100644
index f577c9083e3a7..0000000000000
--- a/blockchains/ethereum/assets/0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Trace Token",
- "symbol": "TRAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "OriginTrail provides a helpful protocol solution to the problem of maintaining trust among all players involved in bringing a product to market by making the “chain” in “supply chain” more literal. Using blockchain technology, OriginTrail can append immutable data to products as they take each step along the supply route.",
- "website": "https://origintrail.io/",
- "explorer": "https://etherscan.io/token/0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F",
- "status": "active",
- "id": "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F/logo.png b/blockchains/ethereum/assets/0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F/logo.png
deleted file mode 100755
index 49bab9185c67a..0000000000000
Binary files a/blockchains/ethereum/assets/0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaA8330FB2B4D5D07ABFE7A72262752a8505C6B37/info.json b/blockchains/ethereum/assets/0xaA8330FB2B4D5D07ABFE7A72262752a8505C6B37/info.json
deleted file mode 100644
index 0d691efaf751b..0000000000000
--- a/blockchains/ethereum/assets/0xaA8330FB2B4D5D07ABFE7A72262752a8505C6B37/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Polka City",
- "type": "ERC20",
- "symbol": "POLC",
- "decimals": 18,
- "website": "https://www.polkacity.io",
- "description": "PolkaCity is a unique fully contract-based metaverse project which combines NFT, DeFi and gaming worlds!",
- "explorer": "https://etherscan.io/token/0xaa8330fb2b4d5d07abfe7a72262752a8505c6b37",
- "status": "active",
- "id": "0xaA8330FB2B4D5D07ABFE7A72262752a8505C6B37",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/PolkaCity"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Polkacity"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaA8330FB2B4D5D07ABFE7A72262752a8505C6B37/logo.png b/blockchains/ethereum/assets/0xaA8330FB2B4D5D07ABFE7A72262752a8505C6B37/logo.png
deleted file mode 100644
index 5380c7301ea1c..0000000000000
Binary files a/blockchains/ethereum/assets/0xaA8330FB2B4D5D07ABFE7A72262752a8505C6B37/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaAAf91D9b90dF800Df4F55c205fd6989c977E73a/info.json b/blockchains/ethereum/assets/0xaAAf91D9b90dF800Df4F55c205fd6989c977E73a/info.json
deleted file mode 100644
index 43d1cab0be757..0000000000000
--- a/blockchains/ethereum/assets/0xaAAf91D9b90dF800Df4F55c205fd6989c977E73a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Monolith TKN",
- "symbol": "TKN",
- "type": "ERC20",
- "decimals": 8,
- "description": "Monolith is an Ethereum-powered solution allowing users to spend ETH and ERC-20 in real-life, the way users are used to: with a debit card accepted anywhere.",
- "website": "https://monolith.xyz",
- "explorer": "https://etherscan.io/token/0xaAAf91D9b90dF800Df4F55c205fd6989c977E73a",
- "status": "active",
- "id": "0xaAAf91D9b90dF800Df4F55c205fd6989c977E73a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaAAf91D9b90dF800Df4F55c205fd6989c977E73a/logo.png b/blockchains/ethereum/assets/0xaAAf91D9b90dF800Df4F55c205fd6989c977E73a/logo.png
deleted file mode 100644
index 2e84380290eba..0000000000000
Binary files a/blockchains/ethereum/assets/0xaAAf91D9b90dF800Df4F55c205fd6989c977E73a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaAcC1c5AF6d46A374428bEAECf90948EC5322eA3/info.json b/blockchains/ethereum/assets/0xaAcC1c5AF6d46A374428bEAECf90948EC5322eA3/info.json
deleted file mode 100644
index 25bed9565cd3e..0000000000000
--- a/blockchains/ethereum/assets/0xaAcC1c5AF6d46A374428bEAECf90948EC5322eA3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "1irst",
- "symbol": "FST",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaAcC1c5AF6d46A374428bEAECf90948EC5322eA3",
- "status": "abandoned",
- "id": "0xaAcC1c5AF6d46A374428bEAECf90948EC5322eA3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaAcC1c5AF6d46A374428bEAECf90948EC5322eA3/logo.png b/blockchains/ethereum/assets/0xaAcC1c5AF6d46A374428bEAECf90948EC5322eA3/logo.png
deleted file mode 100644
index 3472f6c412d4b..0000000000000
Binary files a/blockchains/ethereum/assets/0xaAcC1c5AF6d46A374428bEAECf90948EC5322eA3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaB2282E27533749d7883E24F82dc8DFa2B3e3C85/info.json b/blockchains/ethereum/assets/0xaB2282E27533749d7883E24F82dc8DFa2B3e3C85/info.json
deleted file mode 100644
index bdf0f3965b2dd..0000000000000
--- a/blockchains/ethereum/assets/0xaB2282E27533749d7883E24F82dc8DFa2B3e3C85/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "STELLAR CLASSIC",
- "symbol": "XLMX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaB2282E27533749d7883E24F82dc8DFa2B3e3C85",
- "status": "abandoned",
- "id": "0xaB2282E27533749d7883E24F82dc8DFa2B3e3C85"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaB2282E27533749d7883E24F82dc8DFa2B3e3C85/logo.png b/blockchains/ethereum/assets/0xaB2282E27533749d7883E24F82dc8DFa2B3e3C85/logo.png
deleted file mode 100755
index bfe282949baba..0000000000000
Binary files a/blockchains/ethereum/assets/0xaB2282E27533749d7883E24F82dc8DFa2B3e3C85/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaBbBB6447B68ffD6141DA77C18c7B5876eD6c5ab/info.json b/blockchains/ethereum/assets/0xaBbBB6447B68ffD6141DA77C18c7B5876eD6c5ab/info.json
deleted file mode 100644
index df92aaf77296e..0000000000000
--- a/blockchains/ethereum/assets/0xaBbBB6447B68ffD6141DA77C18c7B5876eD6c5ab/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DATx",
- "symbol": "DATx",
- "type": "ERC20",
- "decimals": 18,
- "description": "DATx (DATX) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.datx.co/#home",
- "explorer": "https://etherscan.io/token/0xaBbBB6447B68ffD6141DA77C18c7B5876eD6c5ab",
- "status": "active",
- "id": "0xaBbBB6447B68ffD6141DA77C18c7B5876eD6c5ab"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaBbBB6447B68ffD6141DA77C18c7B5876eD6c5ab/logo.png b/blockchains/ethereum/assets/0xaBbBB6447B68ffD6141DA77C18c7B5876eD6c5ab/logo.png
deleted file mode 100644
index f2e1a90a611e8..0000000000000
Binary files a/blockchains/ethereum/assets/0xaBbBB6447B68ffD6141DA77C18c7B5876eD6c5ab/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaBe89ba71e9Cd504c7EE22B018908B76213Dc2aB/info.json b/blockchains/ethereum/assets/0xaBe89ba71e9Cd504c7EE22B018908B76213Dc2aB/info.json
deleted file mode 100644
index 0e010eb5a0fa7..0000000000000
--- a/blockchains/ethereum/assets/0xaBe89ba71e9Cd504c7EE22B018908B76213Dc2aB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COFC Cash",
- "symbol": "COFC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaBe89ba71e9Cd504c7EE22B018908B76213Dc2aB",
- "status": "abandoned",
- "id": "0xaBe89ba71e9Cd504c7EE22B018908B76213Dc2aB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaBe89ba71e9Cd504c7EE22B018908B76213Dc2aB/logo.png b/blockchains/ethereum/assets/0xaBe89ba71e9Cd504c7EE22B018908B76213Dc2aB/logo.png
deleted file mode 100644
index 5f6809124ce89..0000000000000
Binary files a/blockchains/ethereum/assets/0xaBe89ba71e9Cd504c7EE22B018908B76213Dc2aB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaC0104Cca91D167873B8601d2e71EB3D4D8c33e0/info.json b/blockchains/ethereum/assets/0xaC0104Cca91D167873B8601d2e71EB3D4D8c33e0/info.json
deleted file mode 100644
index a727e966e4dca..0000000000000
--- a/blockchains/ethereum/assets/0xaC0104Cca91D167873B8601d2e71EB3D4D8c33e0/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Crowns",
- "type": "ERC20",
- "symbol": "CWS",
- "decimals": 18,
- "website": "https://www.seascape.network",
- "description": "Crowns are the official token of the Seascape Network. They are designed to reward all key stakeholders within the network. The Seascape Network is an incentivized ecosystem consisting of gamers, developers, and influencers with the purpose of bringing DeFi gaming to a broader userbase.",
- "explorer": "https://etherscan.io/token/0xac0104cca91d167873b8601d2e71eb3d4d8c33e0",
- "status": "active",
- "id": "0xaC0104Cca91D167873B8601d2e71EB3D4D8c33e0",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/blocklords/seascape-smartcontracts"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/SeascapeNetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/seascapenetwork"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/qG2Vynh"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/SeascapeNetwork"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaC0104Cca91D167873B8601d2e71EB3D4D8c33e0/logo.png b/blockchains/ethereum/assets/0xaC0104Cca91D167873B8601d2e71EB3D4D8c33e0/logo.png
deleted file mode 100644
index 145f5293ed22a..0000000000000
Binary files a/blockchains/ethereum/assets/0xaC0104Cca91D167873B8601d2e71EB3D4D8c33e0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaC0741127CAC11E4455C7943b654bcCeD7FDD5A4/info.json b/blockchains/ethereum/assets/0xaC0741127CAC11E4455C7943b654bcCeD7FDD5A4/info.json
deleted file mode 100644
index ed026d298fc46..0000000000000
--- a/blockchains/ethereum/assets/0xaC0741127CAC11E4455C7943b654bcCeD7FDD5A4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ejoy Coin",
- "symbol": "EJOY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaC0741127CAC11E4455C7943b654bcCeD7FDD5A4",
- "status": "abandoned",
- "id": "0xaC0741127CAC11E4455C7943b654bcCeD7FDD5A4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaC0741127CAC11E4455C7943b654bcCeD7FDD5A4/logo.png b/blockchains/ethereum/assets/0xaC0741127CAC11E4455C7943b654bcCeD7FDD5A4/logo.png
deleted file mode 100755
index 202852caf703f..0000000000000
Binary files a/blockchains/ethereum/assets/0xaC0741127CAC11E4455C7943b654bcCeD7FDD5A4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaC6Df26a590F08dcC95D5a4705ae8abbc88509Ef/info.json b/blockchains/ethereum/assets/0xaC6Df26a590F08dcC95D5a4705ae8abbc88509Ef/info.json
deleted file mode 100644
index 955863e4afb55..0000000000000
--- a/blockchains/ethereum/assets/0xaC6Df26a590F08dcC95D5a4705ae8abbc88509Ef/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave ENJ",
- "symbol": "aENJ",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave ENJ is an interest bearing token pegged 1:1 to the underlying ENJ deposited in Aave. aENJ accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0xaC6Df26a590F08dcC95D5a4705ae8abbc88509Ef",
- "status": "active",
- "id": "0xaC6Df26a590F08dcC95D5a4705ae8abbc88509Ef"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaC6Df26a590F08dcC95D5a4705ae8abbc88509Ef/logo.png b/blockchains/ethereum/assets/0xaC6Df26a590F08dcC95D5a4705ae8abbc88509Ef/logo.png
deleted file mode 100644
index a2c47e09b2e67..0000000000000
Binary files a/blockchains/ethereum/assets/0xaC6Df26a590F08dcC95D5a4705ae8abbc88509Ef/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaC838aEe2F650A6B970ecEa56d4651653c1f84A1/info.json b/blockchains/ethereum/assets/0xaC838aEe2F650A6B970ecEa56d4651653c1f84A1/info.json
deleted file mode 100644
index 9cbba14d29492..0000000000000
--- a/blockchains/ethereum/assets/0xaC838aEe2F650A6B970ecEa56d4651653c1f84A1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ClearCoin",
- "symbol": "CLR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaC838aEe2F650A6B970ecEa56d4651653c1f84A1",
- "status": "abandoned",
- "id": "0xaC838aEe2F650A6B970ecEa56d4651653c1f84A1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaC838aEe2F650A6B970ecEa56d4651653c1f84A1/logo.png b/blockchains/ethereum/assets/0xaC838aEe2F650A6B970ecEa56d4651653c1f84A1/logo.png
deleted file mode 100755
index 1364cb4ede3c8..0000000000000
Binary files a/blockchains/ethereum/assets/0xaC838aEe2F650A6B970ecEa56d4651653c1f84A1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaC9749c854b31bBa3B3e71B30FDd7AEa4fCC0db9/info.json b/blockchains/ethereum/assets/0xaC9749c854b31bBa3B3e71B30FDd7AEa4fCC0db9/info.json
deleted file mode 100644
index 86b5dbbe16387..0000000000000
--- a/blockchains/ethereum/assets/0xaC9749c854b31bBa3B3e71B30FDd7AEa4fCC0db9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FightBackCoin",
- "symbol": "FBC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://fightbackcoin.com/",
- "explorer": "https://etherscan.io/token/0xaC9749c854b31bBa3B3e71B30FDd7AEa4fCC0db9",
- "status": "abandoned",
- "id": "0xaC9749c854b31bBa3B3e71B30FDd7AEa4fCC0db9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaC9749c854b31bBa3B3e71B30FDd7AEa4fCC0db9/logo.png b/blockchains/ethereum/assets/0xaC9749c854b31bBa3B3e71B30FDd7AEa4fCC0db9/logo.png
deleted file mode 100644
index ae89302ae286d..0000000000000
Binary files a/blockchains/ethereum/assets/0xaC9749c854b31bBa3B3e71B30FDd7AEa4fCC0db9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaC9Bb427953aC7FDDC562ADcA86CF42D988047Fd/info.json b/blockchains/ethereum/assets/0xaC9Bb427953aC7FDDC562ADcA86CF42D988047Fd/info.json
deleted file mode 100644
index f21bcb792f9c7..0000000000000
--- a/blockchains/ethereum/assets/0xaC9Bb427953aC7FDDC562ADcA86CF42D988047Fd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Scatter.cx",
- "symbol": "STT",
- "type": "ERC20",
- "decimals": 18,
- "description": "An experimental ERC-20 token designed to reach as many wallets as possible. Spread Scatter Token to earn STT with every token transaction. The more ETH addresses you infect with STT the more you can earn. A novel method of minting and token distribution.",
- "website": "https://scatter.cx/",
- "explorer": "https://etherscan.io/token/0xaC9Bb427953aC7FDDC562ADcA86CF42D988047Fd",
- "status": "active",
- "id": "0xaC9Bb427953aC7FDDC562ADcA86CF42D988047Fd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaC9Bb427953aC7FDDC562ADcA86CF42D988047Fd/logo.png b/blockchains/ethereum/assets/0xaC9Bb427953aC7FDDC562ADcA86CF42D988047Fd/logo.png
deleted file mode 100644
index 1896b5da49529..0000000000000
Binary files a/blockchains/ethereum/assets/0xaC9Bb427953aC7FDDC562ADcA86CF42D988047Fd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaCf5C0101cbBe8476E87c652E0bEF33684Cc94D6/info.json b/blockchains/ethereum/assets/0xaCf5C0101cbBe8476E87c652E0bEF33684Cc94D6/info.json
deleted file mode 100644
index 9bf6e2a1d7544..0000000000000
--- a/blockchains/ethereum/assets/0xaCf5C0101cbBe8476E87c652E0bEF33684Cc94D6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Synth sETH",
- "symbol": "sETH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaCf5C0101cbBe8476E87c652E0bEF33684Cc94D6",
- "status": "abandoned",
- "id": "0xaCf5C0101cbBe8476E87c652E0bEF33684Cc94D6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaCf5C0101cbBe8476E87c652E0bEF33684Cc94D6/logo.png b/blockchains/ethereum/assets/0xaCf5C0101cbBe8476E87c652E0bEF33684Cc94D6/logo.png
deleted file mode 100644
index efebce9890b1a..0000000000000
Binary files a/blockchains/ethereum/assets/0xaCf5C0101cbBe8476E87c652E0bEF33684Cc94D6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaD1741e65cc2a5da47cA6a844E2774bd08c3DB14/info.json b/blockchains/ethereum/assets/0xaD1741e65cc2a5da47cA6a844E2774bd08c3DB14/info.json
deleted file mode 100644
index f65821077cc52..0000000000000
--- a/blockchains/ethereum/assets/0xaD1741e65cc2a5da47cA6a844E2774bd08c3DB14/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PIET Token",
- "symbol": "PIET",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaD1741e65cc2a5da47cA6a844E2774bd08c3DB14",
- "status": "abandoned",
- "id": "0xaD1741e65cc2a5da47cA6a844E2774bd08c3DB14"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaD1741e65cc2a5da47cA6a844E2774bd08c3DB14/logo.png b/blockchains/ethereum/assets/0xaD1741e65cc2a5da47cA6a844E2774bd08c3DB14/logo.png
deleted file mode 100644
index 8327684ed8f00..0000000000000
Binary files a/blockchains/ethereum/assets/0xaD1741e65cc2a5da47cA6a844E2774bd08c3DB14/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaD22f63404f7305e4713CcBd4F296f34770513f4/info.json b/blockchains/ethereum/assets/0xaD22f63404f7305e4713CcBd4F296f34770513f4/info.json
deleted file mode 100644
index 4a420f9e1f783..0000000000000
--- a/blockchains/ethereum/assets/0xaD22f63404f7305e4713CcBd4F296f34770513f4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Atomic Wallet Token",
- "symbol": "AWC",
- "type": "ERC20",
- "decimals": 8,
- "description": "Atomic describes itself as a non-custodial decentralized wallet to manage, exchange, and buy 300+ cryptocurrencies in a single interface. AWC token holders receive benefits such as staking, discounts on exchange services, extra features for trading desks, affiliate and bounty rewards, and dedicated support. It claims to be the first wallet to have implemented cross chain Atomic Swaps.",
- "website": "https://atomicwallet.io/",
- "explorer": "https://etherscan.io/token/0xaD22f63404f7305e4713CcBd4F296f34770513f4",
- "status": "active",
- "id": "0xaD22f63404f7305e4713CcBd4F296f34770513f4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaD22f63404f7305e4713CcBd4F296f34770513f4/logo.png b/blockchains/ethereum/assets/0xaD22f63404f7305e4713CcBd4F296f34770513f4/logo.png
deleted file mode 100644
index 0d2a8ce802380..0000000000000
Binary files a/blockchains/ethereum/assets/0xaD22f63404f7305e4713CcBd4F296f34770513f4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaD2aa3C57570AD9811bA8Ee90316f9C73F78035A/info.json b/blockchains/ethereum/assets/0xaD2aa3C57570AD9811bA8Ee90316f9C73F78035A/info.json
deleted file mode 100644
index 2408f85969f7b..0000000000000
--- a/blockchains/ethereum/assets/0xaD2aa3C57570AD9811bA8Ee90316f9C73F78035A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Casino Land Network",
- "symbol": "CLN",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaD2aa3C57570AD9811bA8Ee90316f9C73F78035A",
- "status": "abandoned",
- "id": "0xaD2aa3C57570AD9811bA8Ee90316f9C73F78035A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaD2aa3C57570AD9811bA8Ee90316f9C73F78035A/logo.png b/blockchains/ethereum/assets/0xaD2aa3C57570AD9811bA8Ee90316f9C73F78035A/logo.png
deleted file mode 100644
index 10824da9fcc5f..0000000000000
Binary files a/blockchains/ethereum/assets/0xaD2aa3C57570AD9811bA8Ee90316f9C73F78035A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaD5Fe5B0B8eC8fF4565204990E4405B2Da117d8e/info.json b/blockchains/ethereum/assets/0xaD5Fe5B0B8eC8fF4565204990E4405B2Da117d8e/info.json
deleted file mode 100644
index a221d2af721e5..0000000000000
--- a/blockchains/ethereum/assets/0xaD5Fe5B0B8eC8fF4565204990E4405B2Da117d8e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TRONCLASSIC",
- "symbol": "TRXC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://www.tronclassic.xyz/",
- "explorer": "https://etherscan.io/token/0xaD5Fe5B0B8eC8fF4565204990E4405B2Da117d8e",
- "status": "abandoned",
- "id": "0xaD5Fe5B0B8eC8fF4565204990E4405B2Da117d8e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaD5Fe5B0B8eC8fF4565204990E4405B2Da117d8e/logo.png b/blockchains/ethereum/assets/0xaD5Fe5B0B8eC8fF4565204990E4405B2Da117d8e/logo.png
deleted file mode 100644
index ae288872c82ed..0000000000000
Binary files a/blockchains/ethereum/assets/0xaD5Fe5B0B8eC8fF4565204990E4405B2Da117d8e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaD6714bd97CBBd29788f8838Bc865ee71b843Eb8/info.json b/blockchains/ethereum/assets/0xaD6714bd97CBBd29788f8838Bc865ee71b843Eb8/info.json
deleted file mode 100644
index 67d28aa3d5a59..0000000000000
--- a/blockchains/ethereum/assets/0xaD6714bd97CBBd29788f8838Bc865ee71b843Eb8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HODL Bucks",
- "symbol": "HDLB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaD6714bd97CBBd29788f8838Bc865ee71b843Eb8",
- "status": "abandoned",
- "id": "0xaD6714bd97CBBd29788f8838Bc865ee71b843Eb8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaD6714bd97CBBd29788f8838Bc865ee71b843Eb8/logo.png b/blockchains/ethereum/assets/0xaD6714bd97CBBd29788f8838Bc865ee71b843Eb8/logo.png
deleted file mode 100644
index e9d8eab2b7bdb..0000000000000
Binary files a/blockchains/ethereum/assets/0xaD6714bd97CBBd29788f8838Bc865ee71b843Eb8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaD9355F782c6Ec75F134B93304b8F9a691a4432a/info.json b/blockchains/ethereum/assets/0xaD9355F782c6Ec75F134B93304b8F9a691a4432a/info.json
deleted file mode 100644
index 3c1a315823eb6..0000000000000
--- a/blockchains/ethereum/assets/0xaD9355F782c6Ec75F134B93304b8F9a691a4432a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TERASU",
- "symbol": "TRU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaD9355F782c6Ec75F134B93304b8F9a691a4432a",
- "status": "active",
- "id": "0xaD9355F782c6Ec75F134B93304b8F9a691a4432a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaD9355F782c6Ec75F134B93304b8F9a691a4432a/logo.png b/blockchains/ethereum/assets/0xaD9355F782c6Ec75F134B93304b8F9a691a4432a/logo.png
deleted file mode 100644
index c971638ae5f0f..0000000000000
Binary files a/blockchains/ethereum/assets/0xaD9355F782c6Ec75F134B93304b8F9a691a4432a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaDA62f7CCd6af6cAcff04ACCBC4f56f3D4FFd4Ef/info.json b/blockchains/ethereum/assets/0xaDA62f7CCd6af6cAcff04ACCBC4f56f3D4FFd4Ef/info.json
deleted file mode 100644
index 5bd2478a7a1cb..0000000000000
--- a/blockchains/ethereum/assets/0xaDA62f7CCd6af6cAcff04ACCBC4f56f3D4FFd4Ef/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PlayFuel",
- "symbol": "PLF",
- "type": "ERC20",
- "decimals": 18,
- "description": "Our vision-focus is tailoring a breakthrough solutionsin the design and creation of blockchain games and NFT based assets.",
- "website": "https://playfuel.io",
- "explorer": "https://etherscan.io/token/0xaDA62f7CCd6af6cAcff04ACCBC4f56f3D4FFd4Ef",
- "status": "active",
- "id": "0xaDA62f7CCd6af6cAcff04ACCBC4f56f3D4FFd4Ef"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaDA62f7CCd6af6cAcff04ACCBC4f56f3D4FFd4Ef/logo.png b/blockchains/ethereum/assets/0xaDA62f7CCd6af6cAcff04ACCBC4f56f3D4FFd4Ef/logo.png
deleted file mode 100644
index 4a0b72153e8cc..0000000000000
Binary files a/blockchains/ethereum/assets/0xaDA62f7CCd6af6cAcff04ACCBC4f56f3D4FFd4Ef/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaDB2437e6F65682B85F814fBc12FeC0508A7B1D0/info.json b/blockchains/ethereum/assets/0xaDB2437e6F65682B85F814fBc12FeC0508A7B1D0/info.json
deleted file mode 100644
index 4f81fbb3af0b2..0000000000000
--- a/blockchains/ethereum/assets/0xaDB2437e6F65682B85F814fBc12FeC0508A7B1D0/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "UniCrypt",
- "website": "https://unicrypt.network",
- "description": "UNCX is the governance token of the UniCrypt platform.",
- "explorer": "https://etherscan.io/token/0xadb2437e6f65682b85f814fbc12fec0508a7b1d0",
- "type": "ERC20",
- "symbol": "UNCX",
- "decimals": 18,
- "status": "active",
- "id": "0xaDB2437e6F65682B85F814fBc12FeC0508A7B1D0",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/UNCX_token"
- },
- {
- "name": "medium",
- "url": "https://unicrypt.medium.com/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/uncx_token"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/uncx/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/unicrypt"
- },
- {
- "name": "docs",
- "url": "https://docs.unicrypt.network/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaDB2437e6F65682B85F814fBc12FeC0508A7B1D0/logo.png b/blockchains/ethereum/assets/0xaDB2437e6F65682B85F814fBc12FeC0508A7B1D0/logo.png
deleted file mode 100644
index 7dd5b7288b62e..0000000000000
Binary files a/blockchains/ethereum/assets/0xaDB2437e6F65682B85F814fBc12FeC0508A7B1D0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaDd171460C3c015CA756Ef52A629d926423AdefE/info.json b/blockchains/ethereum/assets/0xaDd171460C3c015CA756Ef52A629d926423AdefE/info.json
deleted file mode 100644
index 9f3ba54506a96..0000000000000
--- a/blockchains/ethereum/assets/0xaDd171460C3c015CA756Ef52A629d926423AdefE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg11000",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaDd171460C3c015CA756Ef52A629d926423AdefE",
- "status": "abandoned",
- "id": "0xaDd171460C3c015CA756Ef52A629d926423AdefE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaDd171460C3c015CA756Ef52A629d926423AdefE/logo.png b/blockchains/ethereum/assets/0xaDd171460C3c015CA756Ef52A629d926423AdefE/logo.png
deleted file mode 100644
index c8ecfbadd68d0..0000000000000
Binary files a/blockchains/ethereum/assets/0xaDd171460C3c015CA756Ef52A629d926423AdefE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaE0585a259A3BCAB258D6EE02FB583f7B33C2a12/info.json b/blockchains/ethereum/assets/0xaE0585a259A3BCAB258D6EE02FB583f7B33C2a12/info.json
deleted file mode 100644
index 9190ee5e03a2a..0000000000000
--- a/blockchains/ethereum/assets/0xaE0585a259A3BCAB258D6EE02FB583f7B33C2a12/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "TemDAO",
- "symbol": "TEM",
- "type": "ERC20",
- "decimals": 18,
- "description": "TemDAO, a community collectively funding and supporting world heritage protection to develop, governed by $TEM hodlers.",
- "website": "https://temdao.io/",
- "explorer": "https://etherscan.io/token/0xaE0585a259A3BCAB258D6EE02FB583f7B33C2a12",
- "status": "active",
- "id": "0xaE0585a259A3BCAB258D6EE02FB583f7B33C2a12",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/temdao_info?s=21&t=OuJAK-G0i4s64-_FgcZ6MQ"
- },
- {
- "name": "telegram",
- "url": "https://t.me/RcinmSLkbz"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/temdao/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaE0585a259A3BCAB258D6EE02FB583f7B33C2a12/logo.png b/blockchains/ethereum/assets/0xaE0585a259A3BCAB258D6EE02FB583f7B33C2a12/logo.png
deleted file mode 100644
index d351ad85ab0f2..0000000000000
Binary files a/blockchains/ethereum/assets/0xaE0585a259A3BCAB258D6EE02FB583f7B33C2a12/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaE4f56F072c34C0a65B3ae3E4DB797D831439D93/info.json b/blockchains/ethereum/assets/0xaE4f56F072c34C0a65B3ae3E4DB797D831439D93/info.json
deleted file mode 100644
index f094c568c4e47..0000000000000
--- a/blockchains/ethereum/assets/0xaE4f56F072c34C0a65B3ae3E4DB797D831439D93/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gimli Token",
- "symbol": "GIM",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://gimli.io/",
- "explorer": "https://etherscan.io/token/0xaE4f56F072c34C0a65B3ae3E4DB797D831439D93",
- "status": "abandoned",
- "id": "0xaE4f56F072c34C0a65B3ae3E4DB797D831439D93"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaE4f56F072c34C0a65B3ae3E4DB797D831439D93/logo.png b/blockchains/ethereum/assets/0xaE4f56F072c34C0a65B3ae3E4DB797D831439D93/logo.png
deleted file mode 100755
index 053ea0ca50a68..0000000000000
Binary files a/blockchains/ethereum/assets/0xaE4f56F072c34C0a65B3ae3E4DB797D831439D93/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaE616e72D3d89e847f74E8ace41Ca68bbF56af79/info.json b/blockchains/ethereum/assets/0xaE616e72D3d89e847f74E8ace41Ca68bbF56af79/info.json
deleted file mode 100644
index e078f42f8821b..0000000000000
--- a/blockchains/ethereum/assets/0xaE616e72D3d89e847f74E8ace41Ca68bbF56af79/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Good Karma",
- "symbol": "∞",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaE616e72D3d89e847f74E8ace41Ca68bbF56af79",
- "status": "abandoned",
- "id": "0xaE616e72D3d89e847f74E8ace41Ca68bbF56af79"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaE616e72D3d89e847f74E8ace41Ca68bbF56af79/logo.png b/blockchains/ethereum/assets/0xaE616e72D3d89e847f74E8ace41Ca68bbF56af79/logo.png
deleted file mode 100644
index 4ac705bc28b1b..0000000000000
Binary files a/blockchains/ethereum/assets/0xaE616e72D3d89e847f74E8ace41Ca68bbF56af79/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaE697F994Fc5eBC000F8e22EbFfeE04612f98A0d/info.json b/blockchains/ethereum/assets/0xaE697F994Fc5eBC000F8e22EbFfeE04612f98A0d/info.json
deleted file mode 100644
index 9371c037ed090..0000000000000
--- a/blockchains/ethereum/assets/0xaE697F994Fc5eBC000F8e22EbFfeE04612f98A0d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LGCY Network",
- "symbol": "LGCY",
- "type": "ERC20",
- "decimals": 18,
- "description": "LGCY (Legacy) Network is a dApp based blockchain running on the Libertas Protocol to engage community participation.",
- "website": "https://lgcy.network/",
- "explorer": "https://etherscan.io/token/0xaE697F994Fc5eBC000F8e22EbFfeE04612f98A0d",
- "status": "active",
- "id": "0xaE697F994Fc5eBC000F8e22EbFfeE04612f98A0d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaE697F994Fc5eBC000F8e22EbFfeE04612f98A0d/logo.png b/blockchains/ethereum/assets/0xaE697F994Fc5eBC000F8e22EbFfeE04612f98A0d/logo.png
deleted file mode 100644
index fa8e9754156a3..0000000000000
Binary files a/blockchains/ethereum/assets/0xaE697F994Fc5eBC000F8e22EbFfeE04612f98A0d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaE73B38d1c9A8b274127ec30160a4927C4d71824/info.json b/blockchains/ethereum/assets/0xaE73B38d1c9A8b274127ec30160a4927C4d71824/info.json
deleted file mode 100644
index dc2daaf53b262..0000000000000
--- a/blockchains/ethereum/assets/0xaE73B38d1c9A8b274127ec30160a4927C4d71824/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "STK Token",
- "symbol": "STK",
- "type": "ERC20",
- "decimals": 18,
- "description": "STK (STK) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://stktoken.com",
- "explorer": "https://etherscan.io/token/0xaE73B38d1c9A8b274127ec30160a4927C4d71824",
- "status": "active",
- "id": "0xaE73B38d1c9A8b274127ec30160a4927C4d71824"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaE73B38d1c9A8b274127ec30160a4927C4d71824/logo.png b/blockchains/ethereum/assets/0xaE73B38d1c9A8b274127ec30160a4927C4d71824/logo.png
deleted file mode 100755
index 7a57b22cbf6fe..0000000000000
Binary files a/blockchains/ethereum/assets/0xaE73B38d1c9A8b274127ec30160a4927C4d71824/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaE8488e75493B89A0E1488BF91542208C416f486/info.json b/blockchains/ethereum/assets/0xaE8488e75493B89A0E1488BF91542208C416f486/info.json
deleted file mode 100644
index 920bf4bafb5fd..0000000000000
--- a/blockchains/ethereum/assets/0xaE8488e75493B89A0E1488BF91542208C416f486/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BUZcoin",
- "symbol": "BUZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://buzcoin.io/",
- "explorer": "https://etherscan.io/token/0xaE8488e75493B89A0E1488BF91542208C416f486",
- "status": "abandoned",
- "id": "0xaE8488e75493B89A0E1488BF91542208C416f486"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaE8488e75493B89A0E1488BF91542208C416f486/logo.png b/blockchains/ethereum/assets/0xaE8488e75493B89A0E1488BF91542208C416f486/logo.png
deleted file mode 100755
index 00c86bfa206bd..0000000000000
Binary files a/blockchains/ethereum/assets/0xaE8488e75493B89A0E1488BF91542208C416f486/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaEaabb69dcB0FE926B1979f0B032FCd17FD7b2E0/info.json b/blockchains/ethereum/assets/0xaEaabb69dcB0FE926B1979f0B032FCd17FD7b2E0/info.json
deleted file mode 100644
index fb4517cfb1192..0000000000000
--- a/blockchains/ethereum/assets/0xaEaabb69dcB0FE926B1979f0B032FCd17FD7b2E0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CYBR - Cyber Security Ecosystem Token",
- "symbol": "CYBR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://cybrtoken.io/",
- "explorer": "https://etherscan.io/token/0xaEaabb69dcB0FE926B1979f0B032FCd17FD7b2E0",
- "status": "abandoned",
- "id": "0xaEaabb69dcB0FE926B1979f0B032FCd17FD7b2E0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaEaabb69dcB0FE926B1979f0B032FCd17FD7b2E0/logo.png b/blockchains/ethereum/assets/0xaEaabb69dcB0FE926B1979f0B032FCd17FD7b2E0/logo.png
deleted file mode 100755
index a2127ffef23d3..0000000000000
Binary files a/blockchains/ethereum/assets/0xaEaabb69dcB0FE926B1979f0B032FCd17FD7b2E0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaEc98A708810414878c3BCDF46Aad31dEd4a4557/info.json b/blockchains/ethereum/assets/0xaEc98A708810414878c3BCDF46Aad31dEd4a4557/info.json
deleted file mode 100644
index b6a00eb279eeb..0000000000000
--- a/blockchains/ethereum/assets/0xaEc98A708810414878c3BCDF46Aad31dEd4a4557/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "300 Token",
- "symbol": "300",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaEc98A708810414878c3BCDF46Aad31dEd4a4557",
- "status": "abandoned",
- "id": "0xaEc98A708810414878c3BCDF46Aad31dEd4a4557"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaEc98A708810414878c3BCDF46Aad31dEd4a4557/logo.png b/blockchains/ethereum/assets/0xaEc98A708810414878c3BCDF46Aad31dEd4a4557/logo.png
deleted file mode 100755
index 795d264019a7e..0000000000000
Binary files a/blockchains/ethereum/assets/0xaEc98A708810414878c3BCDF46Aad31dEd4a4557/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaF1250fa68D7DECD34fD75dE8742Bc03B29BD58e/info.json b/blockchains/ethereum/assets/0xaF1250fa68D7DECD34fD75dE8742Bc03B29BD58e/info.json
deleted file mode 100644
index d1a6562956ff4..0000000000000
--- a/blockchains/ethereum/assets/0xaF1250fa68D7DECD34fD75dE8742Bc03B29BD58e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Invictus Hyperion",
- "symbol": "IHF",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Hyperion Fund is a closed-end blockchain-based venture capital fund.",
- "website": "https://invictuscapital.com/en/hyperion",
- "explorer": "https://etherscan.io/token/0xaF1250fa68D7DECD34fD75dE8742Bc03B29BD58e",
- "status": "active",
- "id": "0xaF1250fa68D7DECD34fD75dE8742Bc03B29BD58e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaF1250fa68D7DECD34fD75dE8742Bc03B29BD58e/logo.png b/blockchains/ethereum/assets/0xaF1250fa68D7DECD34fD75dE8742Bc03B29BD58e/logo.png
deleted file mode 100644
index 3edc00e1cedcf..0000000000000
Binary files a/blockchains/ethereum/assets/0xaF1250fa68D7DECD34fD75dE8742Bc03B29BD58e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaF179683e07d6F9A8B0FdaF0E19d7825DE1f8807/info.json b/blockchains/ethereum/assets/0xaF179683e07d6F9A8B0FdaF0E19d7825DE1f8807/info.json
deleted file mode 100644
index 9426e3a5e08fd..0000000000000
--- a/blockchains/ethereum/assets/0xaF179683e07d6F9A8B0FdaF0E19d7825DE1f8807/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KYRRA",
- "symbol": "KYR",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaF179683e07d6F9A8B0FdaF0E19d7825DE1f8807",
- "status": "abandoned",
- "id": "0xaF179683e07d6F9A8B0FdaF0E19d7825DE1f8807"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaF179683e07d6F9A8B0FdaF0E19d7825DE1f8807/logo.png b/blockchains/ethereum/assets/0xaF179683e07d6F9A8B0FdaF0E19d7825DE1f8807/logo.png
deleted file mode 100644
index 774d6806fe307..0000000000000
Binary files a/blockchains/ethereum/assets/0xaF179683e07d6F9A8B0FdaF0E19d7825DE1f8807/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaF3573E1E223c601340AdE1f1D52cd106B264367/info.json b/blockchains/ethereum/assets/0xaF3573E1E223c601340AdE1f1D52cd106B264367/info.json
deleted file mode 100644
index 2f2e517281ed9..0000000000000
--- a/blockchains/ethereum/assets/0xaF3573E1E223c601340AdE1f1D52cd106B264367/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Trifolium Coin",
- "symbol": "TRF",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaF3573E1E223c601340AdE1f1D52cd106B264367",
- "status": "abandoned",
- "id": "0xaF3573E1E223c601340AdE1f1D52cd106B264367"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaF3573E1E223c601340AdE1f1D52cd106B264367/logo.png b/blockchains/ethereum/assets/0xaF3573E1E223c601340AdE1f1D52cd106B264367/logo.png
deleted file mode 100644
index 63acf79d5002f..0000000000000
Binary files a/blockchains/ethereum/assets/0xaF3573E1E223c601340AdE1f1D52cd106B264367/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaF4DcE16Da2877f8c9e00544c93B62Ac40631F16/info.json b/blockchains/ethereum/assets/0xaF4DcE16Da2877f8c9e00544c93B62Ac40631F16/info.json
deleted file mode 100644
index 29653228233c2..0000000000000
--- a/blockchains/ethereum/assets/0xaF4DcE16Da2877f8c9e00544c93B62Ac40631F16/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Monetha",
- "symbol": "MTH",
- "type": "ERC20",
- "decimals": 5,
- "description": "Pioneering the frontiers of data exchange and fraud detection.",
- "website": "https://www.monetha.io",
- "explorer": "https://etherscan.io/token/0xaF4DcE16Da2877f8c9e00544c93B62Ac40631F16",
- "status": "active",
- "id": "0xaF4DcE16Da2877f8c9e00544c93B62Ac40631F16"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaF4DcE16Da2877f8c9e00544c93B62Ac40631F16/logo.png b/blockchains/ethereum/assets/0xaF4DcE16Da2877f8c9e00544c93B62Ac40631F16/logo.png
deleted file mode 100644
index c89de8ee72184..0000000000000
Binary files a/blockchains/ethereum/assets/0xaF4DcE16Da2877f8c9e00544c93B62Ac40631F16/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaFBeC4D65BC7b116d85107FD05d912491029Bf46/info.json b/blockchains/ethereum/assets/0xaFBeC4D65BC7b116d85107FD05d912491029Bf46/info.json
deleted file mode 100644
index ee299d0132447..0000000000000
--- a/blockchains/ethereum/assets/0xaFBeC4D65BC7b116d85107FD05d912491029Bf46/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ARBITRAGE",
- "symbol": "ARB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaFBeC4D65BC7b116d85107FD05d912491029Bf46",
- "status": "abandoned",
- "id": "0xaFBeC4D65BC7b116d85107FD05d912491029Bf46"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaFBeC4D65BC7b116d85107FD05d912491029Bf46/logo.png b/blockchains/ethereum/assets/0xaFBeC4D65BC7b116d85107FD05d912491029Bf46/logo.png
deleted file mode 100644
index 4485fc8fdce30..0000000000000
Binary files a/blockchains/ethereum/assets/0xaFBeC4D65BC7b116d85107FD05d912491029Bf46/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaFC39788c51f0c1Ff7B55317f3e70299e521Fff6/info.json b/blockchains/ethereum/assets/0xaFC39788c51f0c1Ff7B55317f3e70299e521Fff6/info.json
deleted file mode 100644
index 3c4bd17bc7eef..0000000000000
--- a/blockchains/ethereum/assets/0xaFC39788c51f0c1Ff7B55317f3e70299e521Fff6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "eBitcoinCash",
- "symbol": "eBCH",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaFC39788c51f0c1Ff7B55317f3e70299e521Fff6",
- "status": "abandoned",
- "id": "0xaFC39788c51f0c1Ff7B55317f3e70299e521Fff6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaFC39788c51f0c1Ff7B55317f3e70299e521Fff6/logo.png b/blockchains/ethereum/assets/0xaFC39788c51f0c1Ff7B55317f3e70299e521Fff6/logo.png
deleted file mode 100755
index 245ef8f9926b8..0000000000000
Binary files a/blockchains/ethereum/assets/0xaFC39788c51f0c1Ff7B55317f3e70299e521Fff6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaFF7d8a6E42568062b97961d9361075E38658037/info.json b/blockchains/ethereum/assets/0xaFF7d8a6E42568062b97961d9361075E38658037/info.json
deleted file mode 100644
index 94304944ff1f5..0000000000000
--- a/blockchains/ethereum/assets/0xaFF7d8a6E42568062b97961d9361075E38658037/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ORIENTUM PLUS",
- "symbol": "ORTP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaFF7d8a6E42568062b97961d9361075E38658037",
- "status": "abandoned",
- "id": "0xaFF7d8a6E42568062b97961d9361075E38658037"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaFF7d8a6E42568062b97961d9361075E38658037/logo.png b/blockchains/ethereum/assets/0xaFF7d8a6E42568062b97961d9361075E38658037/logo.png
deleted file mode 100644
index 0388644052338..0000000000000
Binary files a/blockchains/ethereum/assets/0xaFF7d8a6E42568062b97961d9361075E38658037/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaa26931EBbA45B69834Eb35fe3315caB4b1e97fe/info.json b/blockchains/ethereum/assets/0xaa26931EBbA45B69834Eb35fe3315caB4b1e97fe/info.json
deleted file mode 100644
index 139ecbf4e093a..0000000000000
--- a/blockchains/ethereum/assets/0xaa26931EBbA45B69834Eb35fe3315caB4b1e97fe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AWARE Token",
- "symbol": "AT",
- "type": "ERC20",
- "decimals": 8,
- "description": "AWARE is a decentralized token investment-management community (TIC) aiming to make innovative assets more liquid and to serve blockchain entrepreneurs and investors across the globe.",
- "website": "https://at.top/",
- "explorer": "https://etherscan.io/token/0xaa26931EBbA45B69834Eb35fe3315caB4b1e97fe",
- "status": "active",
- "id": "0xaa26931EBbA45B69834Eb35fe3315caB4b1e97fe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaa26931EBbA45B69834Eb35fe3315caB4b1e97fe/logo.png b/blockchains/ethereum/assets/0xaa26931EBbA45B69834Eb35fe3315caB4b1e97fe/logo.png
deleted file mode 100644
index 9b5d642751b4c..0000000000000
Binary files a/blockchains/ethereum/assets/0xaa26931EBbA45B69834Eb35fe3315caB4b1e97fe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaa67aE9BBeCb151f278bcFAc3570E7c97159d579/info.json b/blockchains/ethereum/assets/0xaa67aE9BBeCb151f278bcFAc3570E7c97159d579/info.json
deleted file mode 100644
index 3b88ae05a6664..0000000000000
--- a/blockchains/ethereum/assets/0xaa67aE9BBeCb151f278bcFAc3570E7c97159d579/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "V-PALADINI TEST 6",
- "symbol": "V",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaa67aE9BBeCb151f278bcFAc3570E7c97159d579",
- "status": "abandoned",
- "id": "0xaa67aE9BBeCb151f278bcFAc3570E7c97159d579"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaa67aE9BBeCb151f278bcFAc3570E7c97159d579/logo.png b/blockchains/ethereum/assets/0xaa67aE9BBeCb151f278bcFAc3570E7c97159d579/logo.png
deleted file mode 100644
index 524681e0d55f3..0000000000000
Binary files a/blockchains/ethereum/assets/0xaa67aE9BBeCb151f278bcFAc3570E7c97159d579/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaa7FB1c8cE6F18d4fD4Aabb61A2193d4D441c54F/info.json b/blockchains/ethereum/assets/0xaa7FB1c8cE6F18d4fD4Aabb61A2193d4D441c54F/info.json
deleted file mode 100644
index 8ddcd8f0366d4..0000000000000
--- a/blockchains/ethereum/assets/0xaa7FB1c8cE6F18d4fD4Aabb61A2193d4D441c54F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ShitCoin",
- "symbol": "SHIT",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://shitcoin.fun/",
- "explorer": "https://etherscan.io/token/0xaa7FB1c8cE6F18d4fD4Aabb61A2193d4D441c54F",
- "status": "abandoned",
- "id": "0xaa7FB1c8cE6F18d4fD4Aabb61A2193d4D441c54F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaa7FB1c8cE6F18d4fD4Aabb61A2193d4D441c54F/logo.png b/blockchains/ethereum/assets/0xaa7FB1c8cE6F18d4fD4Aabb61A2193d4D441c54F/logo.png
deleted file mode 100644
index a40e66e368abd..0000000000000
Binary files a/blockchains/ethereum/assets/0xaa7FB1c8cE6F18d4fD4Aabb61A2193d4D441c54F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d/info.json b/blockchains/ethereum/assets/0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d/info.json
deleted file mode 100644
index e6a646633e133..0000000000000
--- a/blockchains/ethereum/assets/0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Celsius",
- "website": "https://celsius.network",
- "description": "The Celsius Network will be the next generation of lending and borrowing for the cryptocurrency community.",
- "explorer": "https://etherscan.io/token/0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d",
- "type": "ERC20",
- "symbol": "CEL",
- "decimals": 4,
- "status": "active",
- "id": "0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/CelsiusNetwork"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/celsiusnetwork"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/CelsiusNetwork"
- },
- {
- "name": "blog",
- "url": "https://celsius.network/blog/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/CelsiusNetwork"
- },
- {
- "name": "whitepaper",
- "url": "https://celsius.network/wp-content/uploads/2018/04/celsius_whitepaper-march21.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/celsius-degree-token/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d/logo.png b/blockchains/ethereum/assets/0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d/logo.png
deleted file mode 100644
index 4f9c14d9787cc..0000000000000
Binary files a/blockchains/ethereum/assets/0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaaca4e6eFDd63A9116aecD31eE929D0f778Be0c0/info.json b/blockchains/ethereum/assets/0xaaca4e6eFDd63A9116aecD31eE929D0f778Be0c0/info.json
deleted file mode 100644
index 7d2fe7fef5958..0000000000000
--- a/blockchains/ethereum/assets/0xaaca4e6eFDd63A9116aecD31eE929D0f778Be0c0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AgroLyte Token",
- "symbol": "AGLT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaaca4e6eFDd63A9116aecD31eE929D0f778Be0c0",
- "status": "abandoned",
- "id": "0xaaca4e6eFDd63A9116aecD31eE929D0f778Be0c0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaaca4e6eFDd63A9116aecD31eE929D0f778Be0c0/logo.png b/blockchains/ethereum/assets/0xaaca4e6eFDd63A9116aecD31eE929D0f778Be0c0/logo.png
deleted file mode 100644
index d30448a0d609c..0000000000000
Binary files a/blockchains/ethereum/assets/0xaaca4e6eFDd63A9116aecD31eE929D0f778Be0c0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xab09D6D45350BeC652e817859e180F59DDa77603/info.json b/blockchains/ethereum/assets/0xab09D6D45350BeC652e817859e180F59DDa77603/info.json
deleted file mode 100644
index 479c71277a69a..0000000000000
--- a/blockchains/ethereum/assets/0xab09D6D45350BeC652e817859e180F59DDa77603/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-26/30M56",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xab09D6D45350BeC652e817859e180F59DDa77603",
- "status": "abandoned",
- "id": "0xab09D6D45350BeC652e817859e180F59DDa77603"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xab09D6D45350BeC652e817859e180F59DDa77603/logo.png b/blockchains/ethereum/assets/0xab09D6D45350BeC652e817859e180F59DDa77603/logo.png
deleted file mode 100644
index 129c2151a96c6..0000000000000
Binary files a/blockchains/ethereum/assets/0xab09D6D45350BeC652e817859e180F59DDa77603/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xab0bd01101877597C1360a82f515515FEb178B9E/info.json b/blockchains/ethereum/assets/0xab0bd01101877597C1360a82f515515FEb178B9E/info.json
deleted file mode 100644
index b4eb2a54c3f84..0000000000000
--- a/blockchains/ethereum/assets/0xab0bd01101877597C1360a82f515515FEb178B9E/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "FF",
- "website": "https://babaoshu.com",
- "description": "FF is a digital asset produced in the CryptoTree crypto collectible game.",
- "explorer": "https://etherscan.io/token/0xab0bd01101877597C1360a82f515515FEb178B9E",
- "type": "ERC20",
- "symbol": "FF",
- "decimals": 18,
- "status": "active",
- "id": "0xab0bd01101877597C1360a82f515515FEb178B9E",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/fudeshu"
- },
- {
- "name": "whitepaper",
- "url": "https://www.babaoshu.com/whitepaper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xab0bd01101877597C1360a82f515515FEb178B9E/logo.png b/blockchains/ethereum/assets/0xab0bd01101877597C1360a82f515515FEb178B9E/logo.png
deleted file mode 100644
index 633ea0bb97098..0000000000000
Binary files a/blockchains/ethereum/assets/0xab0bd01101877597C1360a82f515515FEb178B9E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xab167E816E4d76089119900e941BEfdfA37d6b32/info.json b/blockchains/ethereum/assets/0xab167E816E4d76089119900e941BEfdfA37d6b32/info.json
deleted file mode 100644
index 432761aba5520..0000000000000
--- a/blockchains/ethereum/assets/0xab167E816E4d76089119900e941BEfdfA37d6b32/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Shibnobi",
- "type": "ERC20",
- "symbol": "SHINJA",
- "decimals": 9,
- "website": "https://shibnobi.com",
- "description": "SHIBNOBI is a community-driven token / platform that wants to develop a cross-chain token swap for the next generation of investors and make crypto simple and safe for everyone.",
- "explorer": "https://etherscan.io/token/0xab167e816e4d76089119900e941befdfa37d6b32",
- "status": "abandoned",
- "id": "0xab167E816E4d76089119900e941BEfdfA37d6b32",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Shib_nobi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ShibnobiCommunity"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/shibnobi/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/Shibnobi"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@Shibnobi"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Shibnobi/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/shibnobi"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xab5c04BBE42667610a2Da07aC98ea9FA6e4a9514/info.json b/blockchains/ethereum/assets/0xab5c04BBE42667610a2Da07aC98ea9FA6e4a9514/info.json
deleted file mode 100644
index 5743b5c4e7d5b..0000000000000
--- a/blockchains/ethereum/assets/0xab5c04BBE42667610a2Da07aC98ea9FA6e4a9514/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IZEROIUM",
- "symbol": "IZER",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://izeroium.com/",
- "explorer": "https://etherscan.io/token/0xab5c04BBE42667610a2Da07aC98ea9FA6e4a9514",
- "status": "abandoned",
- "id": "0xab5c04BBE42667610a2Da07aC98ea9FA6e4a9514"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xab5c04BBE42667610a2Da07aC98ea9FA6e4a9514/logo.png b/blockchains/ethereum/assets/0xab5c04BBE42667610a2Da07aC98ea9FA6e4a9514/logo.png
deleted file mode 100644
index c5456a88c4b60..0000000000000
Binary files a/blockchains/ethereum/assets/0xab5c04BBE42667610a2Da07aC98ea9FA6e4a9514/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xab79C29008f763ba2C79414a1ae919d3BC46d664/info.json b/blockchains/ethereum/assets/0xab79C29008f763ba2C79414a1ae919d3BC46d664/info.json
deleted file mode 100644
index bbaec04e9a874..0000000000000
--- a/blockchains/ethereum/assets/0xab79C29008f763ba2C79414a1ae919d3BC46d664/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WCSF Token",
- "symbol": "WCSF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xab79C29008f763ba2C79414a1ae919d3BC46d664",
- "status": "abandoned",
- "id": "0xab79C29008f763ba2C79414a1ae919d3BC46d664"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xab79C29008f763ba2C79414a1ae919d3BC46d664/logo.png b/blockchains/ethereum/assets/0xab79C29008f763ba2C79414a1ae919d3BC46d664/logo.png
deleted file mode 100644
index a6f7ca65c3468..0000000000000
Binary files a/blockchains/ethereum/assets/0xab79C29008f763ba2C79414a1ae919d3BC46d664/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xab7E084Ad30a359006C4cdb7Ba796fA79c936B33/info.json b/blockchains/ethereum/assets/0xab7E084Ad30a359006C4cdb7Ba796fA79c936B33/info.json
deleted file mode 100644
index 3404b4cccd066..0000000000000
--- a/blockchains/ethereum/assets/0xab7E084Ad30a359006C4cdb7Ba796fA79c936B33/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Litecointoken",
- "symbol": "LTK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xab7E084Ad30a359006C4cdb7Ba796fA79c936B33",
- "status": "abandoned",
- "id": "0xab7E084Ad30a359006C4cdb7Ba796fA79c936B33"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xab7E084Ad30a359006C4cdb7Ba796fA79c936B33/logo.png b/blockchains/ethereum/assets/0xab7E084Ad30a359006C4cdb7Ba796fA79c936B33/logo.png
deleted file mode 100644
index e798218de08bd..0000000000000
Binary files a/blockchains/ethereum/assets/0xab7E084Ad30a359006C4cdb7Ba796fA79c936B33/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xab85900CFa8a8a577fa5371cb7968aF0906B902d/info.json b/blockchains/ethereum/assets/0xab85900CFa8a8a577fa5371cb7968aF0906B902d/info.json
deleted file mode 100644
index 255b452bd1eba..0000000000000
--- a/blockchains/ethereum/assets/0xab85900CFa8a8a577fa5371cb7968aF0906B902d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Health, Technology & Agriculture Token",
- "type": "ERC20",
- "symbol": "HTA",
- "decimals": 10,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0xab85900cfa8a8a577fa5371cb7968af0906b902d",
- "status": "active",
- "id": "0xab85900CFa8a8a577fa5371cb7968aF0906B902d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xab85900CFa8a8a577fa5371cb7968aF0906B902d/logo.png b/blockchains/ethereum/assets/0xab85900CFa8a8a577fa5371cb7968aF0906B902d/logo.png
deleted file mode 100644
index cc3859664a1e3..0000000000000
Binary files a/blockchains/ethereum/assets/0xab85900CFa8a8a577fa5371cb7968aF0906B902d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xab95E915c123fdEd5BDfB6325e35ef5515F1EA69/info.json b/blockchains/ethereum/assets/0xab95E915c123fdEd5BDfB6325e35ef5515F1EA69/info.json
deleted file mode 100644
index b9b99c9418d27..0000000000000
--- a/blockchains/ethereum/assets/0xab95E915c123fdEd5BDfB6325e35ef5515F1EA69/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XENON",
- "symbol": "XNN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://xenon.network/",
- "explorer": "https://etherscan.io/token/0xab95E915c123fdEd5BDfB6325e35ef5515F1EA69",
- "status": "abandoned",
- "id": "0xab95E915c123fdEd5BDfB6325e35ef5515F1EA69"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xab95E915c123fdEd5BDfB6325e35ef5515F1EA69/logo.png b/blockchains/ethereum/assets/0xab95E915c123fdEd5BDfB6325e35ef5515F1EA69/logo.png
deleted file mode 100755
index 53dc72517aed1..0000000000000
Binary files a/blockchains/ethereum/assets/0xab95E915c123fdEd5BDfB6325e35ef5515F1EA69/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xabC1280A0187a2020cC675437aed400185F86Db6/info.json b/blockchains/ethereum/assets/0xabC1280A0187a2020cC675437aed400185F86Db6/info.json
deleted file mode 100644
index d0b83d3ff8c3f..0000000000000
--- a/blockchains/ethereum/assets/0xabC1280A0187a2020cC675437aed400185F86Db6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Smart Application Chain",
- "symbol": "SAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.sachain.net/",
- "explorer": "https://etherscan.io/token/0xabC1280A0187a2020cC675437aed400185F86Db6",
- "status": "abandoned",
- "id": "0xabC1280A0187a2020cC675437aed400185F86Db6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xabC1280A0187a2020cC675437aed400185F86Db6/logo.png b/blockchains/ethereum/assets/0xabC1280A0187a2020cC675437aed400185F86Db6/logo.png
deleted file mode 100644
index 9d89cff3555f4..0000000000000
Binary files a/blockchains/ethereum/assets/0xabC1280A0187a2020cC675437aed400185F86Db6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaba2b920DB501dbEB8651bcec8660CB871CeCaC1/info.json b/blockchains/ethereum/assets/0xaba2b920DB501dbEB8651bcec8660CB871CeCaC1/info.json
deleted file mode 100644
index 5d8df50d8adfe..0000000000000
--- a/blockchains/ethereum/assets/0xaba2b920DB501dbEB8651bcec8660CB871CeCaC1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "James McCall",
- "symbol": "TIME",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaba2b920DB501dbEB8651bcec8660CB871CeCaC1",
- "status": "abandoned",
- "id": "0xaba2b920DB501dbEB8651bcec8660CB871CeCaC1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaba2b920DB501dbEB8651bcec8660CB871CeCaC1/logo.png b/blockchains/ethereum/assets/0xaba2b920DB501dbEB8651bcec8660CB871CeCaC1/logo.png
deleted file mode 100644
index c101eed5148b6..0000000000000
Binary files a/blockchains/ethereum/assets/0xaba2b920DB501dbEB8651bcec8660CB871CeCaC1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xabecB60867D304C9D69C21A332F2643cF76dFeDb/info.json b/blockchains/ethereum/assets/0xabecB60867D304C9D69C21A332F2643cF76dFeDb/info.json
deleted file mode 100644
index e44adb7ca1bc1..0000000000000
--- a/blockchains/ethereum/assets/0xabecB60867D304C9D69C21A332F2643cF76dFeDb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TOHKA COIN",
- "symbol": "TOHKA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xabecB60867D304C9D69C21A332F2643cF76dFeDb",
- "status": "abandoned",
- "id": "0xabecB60867D304C9D69C21A332F2643cF76dFeDb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xabecB60867D304C9D69C21A332F2643cF76dFeDb/logo.png b/blockchains/ethereum/assets/0xabecB60867D304C9D69C21A332F2643cF76dFeDb/logo.png
deleted file mode 100644
index 1141f0569c80e..0000000000000
Binary files a/blockchains/ethereum/assets/0xabecB60867D304C9D69C21A332F2643cF76dFeDb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xac2e58A06E6265F1Cf5084EE58da68e5d75b49CA/info.json b/blockchains/ethereum/assets/0xac2e58A06E6265F1Cf5084EE58da68e5d75b49CA/info.json
deleted file mode 100644
index efc6271113d78..0000000000000
--- a/blockchains/ethereum/assets/0xac2e58A06E6265F1Cf5084EE58da68e5d75b49CA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ORS Token",
- "symbol": "ORS",
- "type": "ERC20",
- "decimals": 18,
- "description": "ORS GROUP is connecting A.I. and Blockchain through Hypersmart Contracts, to provide access to more than 1,000 proprietary algorithms and hundreds of software solutions entrepreneurs worldwide.",
- "website": "https://www.orsgroup.io/",
- "explorer": "https://etherscan.io/token/0xac2e58A06E6265F1Cf5084EE58da68e5d75b49CA",
- "status": "active",
- "id": "0xac2e58A06E6265F1Cf5084EE58da68e5d75b49CA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xac2e58A06E6265F1Cf5084EE58da68e5d75b49CA/logo.png b/blockchains/ethereum/assets/0xac2e58A06E6265F1Cf5084EE58da68e5d75b49CA/logo.png
deleted file mode 100755
index 6155e2bd29846..0000000000000
Binary files a/blockchains/ethereum/assets/0xac2e58A06E6265F1Cf5084EE58da68e5d75b49CA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xac3211a5025414Af2866FF09c23FC18bc97e79b1/info.json b/blockchains/ethereum/assets/0xac3211a5025414Af2866FF09c23FC18bc97e79b1/info.json
deleted file mode 100644
index 6d0d026545816..0000000000000
--- a/blockchains/ethereum/assets/0xac3211a5025414Af2866FF09c23FC18bc97e79b1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DOVU",
- "website": "https://dovu.io",
- "description": "A unified Token, Wallet and HUB for Carbon Offsetting",
- "explorer": "https://etherscan.io/token/0xac3211a5025414Af2866FF09c23FC18bc97e79b1",
- "type": "ERC20",
- "symbol": "DOV",
- "decimals": 18,
- "status": "active",
- "id": "0xac3211a5025414Af2866FF09c23FC18bc97e79b1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xac3211a5025414Af2866FF09c23FC18bc97e79b1/logo.png b/blockchains/ethereum/assets/0xac3211a5025414Af2866FF09c23FC18bc97e79b1/logo.png
deleted file mode 100644
index b75f1cfd37cf9..0000000000000
Binary files a/blockchains/ethereum/assets/0xac3211a5025414Af2866FF09c23FC18bc97e79b1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xac4cE3D16bb77511d0A2cB8bEFd3983142B858E0/info.json b/blockchains/ethereum/assets/0xac4cE3D16bb77511d0A2cB8bEFd3983142B858E0/info.json
deleted file mode 100644
index 89dd88d0ec2da..0000000000000
--- a/blockchains/ethereum/assets/0xac4cE3D16bb77511d0A2cB8bEFd3983142B858E0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "King Token",
- "symbol": "KJK",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xac4cE3D16bb77511d0A2cB8bEFd3983142B858E0",
- "status": "abandoned",
- "id": "0xac4cE3D16bb77511d0A2cB8bEFd3983142B858E0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xac4cE3D16bb77511d0A2cB8bEFd3983142B858E0/logo.png b/blockchains/ethereum/assets/0xac4cE3D16bb77511d0A2cB8bEFd3983142B858E0/logo.png
deleted file mode 100644
index 7b3ad8a49cdfd..0000000000000
Binary files a/blockchains/ethereum/assets/0xac4cE3D16bb77511d0A2cB8bEFd3983142B858E0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xac5470280C680956b1851F4ef9330F32E6fd243F/info.json b/blockchains/ethereum/assets/0xac5470280C680956b1851F4ef9330F32E6fd243F/info.json
deleted file mode 100644
index 1e94e92942779..0000000000000
--- a/blockchains/ethereum/assets/0xac5470280C680956b1851F4ef9330F32E6fd243F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KingCoin",
- "symbol": "KNG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://kngcoin.org/",
- "explorer": "https://etherscan.io/token/0xac5470280C680956b1851F4ef9330F32E6fd243F",
- "status": "abandoned",
- "id": "0xac5470280C680956b1851F4ef9330F32E6fd243F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xac5470280C680956b1851F4ef9330F32E6fd243F/logo.png b/blockchains/ethereum/assets/0xac5470280C680956b1851F4ef9330F32E6fd243F/logo.png
deleted file mode 100644
index 2b7968e64055c..0000000000000
Binary files a/blockchains/ethereum/assets/0xac5470280C680956b1851F4ef9330F32E6fd243F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xac7D1Cb8B4950e127148c515D5eFB5599388Fa59/info.json b/blockchains/ethereum/assets/0xac7D1Cb8B4950e127148c515D5eFB5599388Fa59/info.json
deleted file mode 100644
index ed4b4290e8ffb..0000000000000
--- a/blockchains/ethereum/assets/0xac7D1Cb8B4950e127148c515D5eFB5599388Fa59/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SG Dev London",
- "symbol": "SGDL",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xac7D1Cb8B4950e127148c515D5eFB5599388Fa59",
- "status": "abandoned",
- "id": "0xac7D1Cb8B4950e127148c515D5eFB5599388Fa59"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xac7D1Cb8B4950e127148c515D5eFB5599388Fa59/logo.png b/blockchains/ethereum/assets/0xac7D1Cb8B4950e127148c515D5eFB5599388Fa59/logo.png
deleted file mode 100644
index 03f70eda6f92e..0000000000000
Binary files a/blockchains/ethereum/assets/0xac7D1Cb8B4950e127148c515D5eFB5599388Fa59/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xac914BfE8cd7CDF89D67549be7225AfAd83E147C/info.json b/blockchains/ethereum/assets/0xac914BfE8cd7CDF89D67549be7225AfAd83E147C/info.json
deleted file mode 100644
index 0acbcdb328418..0000000000000
--- a/blockchains/ethereum/assets/0xac914BfE8cd7CDF89D67549be7225AfAd83E147C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FuzeClassic",
- "symbol": "XFZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xac914BfE8cd7CDF89D67549be7225AfAd83E147C",
- "status": "abandoned",
- "id": "0xac914BfE8cd7CDF89D67549be7225AfAd83E147C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xac914BfE8cd7CDF89D67549be7225AfAd83E147C/logo.png b/blockchains/ethereum/assets/0xac914BfE8cd7CDF89D67549be7225AfAd83E147C/logo.png
deleted file mode 100644
index 0edf41afda531..0000000000000
Binary files a/blockchains/ethereum/assets/0xac914BfE8cd7CDF89D67549be7225AfAd83E147C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xacACa5b8805636608e14C64b0bFFfC2Deb2C6cEc/info.json b/blockchains/ethereum/assets/0xacACa5b8805636608e14C64b0bFFfC2Deb2C6cEc/info.json
deleted file mode 100644
index e0d202f851327..0000000000000
--- a/blockchains/ethereum/assets/0xacACa5b8805636608e14C64b0bFFfC2Deb2C6cEc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ROMToken",
- "symbol": "ROM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://romchain.io/",
- "explorer": "https://etherscan.io/token/0xacACa5b8805636608e14C64b0bFFfC2Deb2C6cEc",
- "status": "abandoned",
- "id": "0xacACa5b8805636608e14C64b0bFFfC2Deb2C6cEc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xacACa5b8805636608e14C64b0bFFfC2Deb2C6cEc/logo.png b/blockchains/ethereum/assets/0xacACa5b8805636608e14C64b0bFFfC2Deb2C6cEc/logo.png
deleted file mode 100644
index 8f2289d901aab..0000000000000
Binary files a/blockchains/ethereum/assets/0xacACa5b8805636608e14C64b0bFFfC2Deb2C6cEc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xacF79E1bEb54703bcf14B4C7012dDD4e6b360905/info.json b/blockchains/ethereum/assets/0xacF79E1bEb54703bcf14B4C7012dDD4e6b360905/info.json
deleted file mode 100644
index 966dfd4b2a3b1..0000000000000
--- a/blockchains/ethereum/assets/0xacF79E1bEb54703bcf14B4C7012dDD4e6b360905/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sense",
- "symbol": "SNS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xacF79E1bEb54703bcf14B4C7012dDD4e6b360905",
- "status": "abandoned",
- "id": "0xacF79E1bEb54703bcf14B4C7012dDD4e6b360905"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xacF79E1bEb54703bcf14B4C7012dDD4e6b360905/logo.png b/blockchains/ethereum/assets/0xacF79E1bEb54703bcf14B4C7012dDD4e6b360905/logo.png
deleted file mode 100644
index 79becea3ddc39..0000000000000
Binary files a/blockchains/ethereum/assets/0xacF79E1bEb54703bcf14B4C7012dDD4e6b360905/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xacFe45C352C902ae3A3F9B6bfE6eC994c5D791BF/info.json b/blockchains/ethereum/assets/0xacFe45C352C902ae3A3F9B6bfE6eC994c5D791BF/info.json
deleted file mode 100644
index 19c207181a5dd..0000000000000
--- a/blockchains/ethereum/assets/0xacFe45C352C902ae3A3F9B6bfE6eC994c5D791BF/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "megaBONK",
- "website": "https://www.megabonk.com/",
- "description": "megaBONK is a community defi project focused on creating & minting NFTs with a one-click NFT minter.",
- "explorer": "https://etherscan.io/token/0xacfe45c352c902ae3a3f9b6bfe6ec994c5d791bf",
- "research": "https://bonktoken.medium.com/",
- "type": "ERC20",
- "symbol": "mBONK",
- "decimals": 18,
- "status": "active",
- "id": "0xacFe45C352C902ae3A3F9B6bfE6eC994c5D791BF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xacFe45C352C902ae3A3F9B6bfE6eC994c5D791BF/logo.png b/blockchains/ethereum/assets/0xacFe45C352C902ae3A3F9B6bfE6eC994c5D791BF/logo.png
deleted file mode 100644
index d2fe5b1b7a07e..0000000000000
Binary files a/blockchains/ethereum/assets/0xacFe45C352C902ae3A3F9B6bfE6eC994c5D791BF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xad29D26B081204Ba2D1Da9e86101DDa69ec835D5/info.json b/blockchains/ethereum/assets/0xad29D26B081204Ba2D1Da9e86101DDa69ec835D5/info.json
deleted file mode 100644
index f256397520032..0000000000000
--- a/blockchains/ethereum/assets/0xad29D26B081204Ba2D1Da9e86101DDa69ec835D5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OBXCoin",
- "symbol": "OBX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xad29D26B081204Ba2D1Da9e86101DDa69ec835D5",
- "status": "abandoned",
- "id": "0xad29D26B081204Ba2D1Da9e86101DDa69ec835D5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xad29D26B081204Ba2D1Da9e86101DDa69ec835D5/logo.png b/blockchains/ethereum/assets/0xad29D26B081204Ba2D1Da9e86101DDa69ec835D5/logo.png
deleted file mode 100644
index 491f50640904a..0000000000000
Binary files a/blockchains/ethereum/assets/0xad29D26B081204Ba2D1Da9e86101DDa69ec835D5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xad3E3Fc59dff318BecEaAb7D00EB4F68b1EcF195/info.json b/blockchains/ethereum/assets/0xad3E3Fc59dff318BecEaAb7D00EB4F68b1EcF195/info.json
deleted file mode 100644
index 32f361d630183..0000000000000
--- a/blockchains/ethereum/assets/0xad3E3Fc59dff318BecEaAb7D00EB4F68b1EcF195/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "wCUSD",
- "website": "https://www.wrapped.com",
- "description": "Wrapped Celo Dollar is a 1:1 equivalent of the Celo Dollar on the Ethereum network",
- "explorer": "https://etherscan.io/token/0xad3E3Fc59dff318BecEaAb7D00EB4F68b1EcF195",
- "type": "ERC20",
- "symbol": "wCUSD",
- "decimals": 18,
- "status": "active",
- "id": "0xad3E3Fc59dff318BecEaAb7D00EB4F68b1EcF195"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xad3E3Fc59dff318BecEaAb7D00EB4F68b1EcF195/logo.png b/blockchains/ethereum/assets/0xad3E3Fc59dff318BecEaAb7D00EB4F68b1EcF195/logo.png
deleted file mode 100644
index 765bf3aaf759c..0000000000000
Binary files a/blockchains/ethereum/assets/0xad3E3Fc59dff318BecEaAb7D00EB4F68b1EcF195/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xad5307C84B31F0B4E1C8bCaA67704F57FbdAe74F/info.json b/blockchains/ethereum/assets/0xad5307C84B31F0B4E1C8bCaA67704F57FbdAe74F/info.json
deleted file mode 100644
index c2fc6bf488b18..0000000000000
--- a/blockchains/ethereum/assets/0xad5307C84B31F0B4E1C8bCaA67704F57FbdAe74F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wellness Cash Coin",
- "symbol": "WCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xad5307C84B31F0B4E1C8bCaA67704F57FbdAe74F",
- "status": "abandoned",
- "id": "0xad5307C84B31F0B4E1C8bCaA67704F57FbdAe74F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xad5307C84B31F0B4E1C8bCaA67704F57FbdAe74F/logo.png b/blockchains/ethereum/assets/0xad5307C84B31F0B4E1C8bCaA67704F57FbdAe74F/logo.png
deleted file mode 100644
index 402ce6a3a5762..0000000000000
Binary files a/blockchains/ethereum/assets/0xad5307C84B31F0B4E1C8bCaA67704F57FbdAe74F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xae353DaEed8DCc7a9a12027F7e070c0A50B7b6A4/info.json b/blockchains/ethereum/assets/0xae353DaEed8DCc7a9a12027F7e070c0A50B7b6A4/info.json
deleted file mode 100644
index a1970c2640377..0000000000000
--- a/blockchains/ethereum/assets/0xae353DaEed8DCc7a9a12027F7e070c0A50B7b6A4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "InnovaMinex",
- "symbol": "MINX",
- "type": "ERC20",
- "decimals": 6,
- "description": "InnovaMinex is an innovative business model that uses blockchain technology to guarantee the traceability of precious metals. By applying a set of procedures, it is possible to certify the whole process, from its origin in the mines, to the refinery and the commercialization to the end consumer.",
- "website": "https://innovaminex.com/en/inx",
- "explorer": "https://etherscan.io/token/0xae353DaEed8DCc7a9a12027F7e070c0A50B7b6A4",
- "status": "active",
- "id": "0xae353DaEed8DCc7a9a12027F7e070c0A50B7b6A4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xae353DaEed8DCc7a9a12027F7e070c0A50B7b6A4/logo.png b/blockchains/ethereum/assets/0xae353DaEed8DCc7a9a12027F7e070c0A50B7b6A4/logo.png
deleted file mode 100644
index b634e16e2e7fc..0000000000000
Binary files a/blockchains/ethereum/assets/0xae353DaEed8DCc7a9a12027F7e070c0A50B7b6A4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xae690cF07C85BFB2de29aB32080c0EA182ae82B5/info.json b/blockchains/ethereum/assets/0xae690cF07C85BFB2de29aB32080c0EA182ae82B5/info.json
deleted file mode 100644
index f52e17513aac2..0000000000000
--- a/blockchains/ethereum/assets/0xae690cF07C85BFB2de29aB32080c0EA182ae82B5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "REBITCOIN",
- "website": "https://rebitcoin.com",
- "description": "REBITCOIN token.",
- "explorer": "https://etherscan.io/token/0xae690cF07C85BFB2de29aB32080c0EA182ae82B5",
- "type": "ERC20",
- "symbol": "RBTC",
- "decimals": 8,
- "status": "abandoned",
- "id": "0xae690cF07C85BFB2de29aB32080c0EA182ae82B5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xae690cF07C85BFB2de29aB32080c0EA182ae82B5/logo.png b/blockchains/ethereum/assets/0xae690cF07C85BFB2de29aB32080c0EA182ae82B5/logo.png
deleted file mode 100644
index 5183329eb15e9..0000000000000
Binary files a/blockchains/ethereum/assets/0xae690cF07C85BFB2de29aB32080c0EA182ae82B5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xae746520FfDB15d0505e32f1d6e9a2b4ab866572/info.json b/blockchains/ethereum/assets/0xae746520FfDB15d0505e32f1d6e9a2b4ab866572/info.json
deleted file mode 100644
index cfa5abbac7b0f..0000000000000
--- a/blockchains/ethereum/assets/0xae746520FfDB15d0505e32f1d6e9a2b4ab866572/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MorCrypto Coin 2",
- "symbol": "MOR",
- "type": "ERC20",
- "decimals": 18,
- "description": "MorCrypto Coin 2 (MOR) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://morcrypto-exchange.com",
- "explorer": "https://etherscan.io/token/0xae746520FfDB15d0505e32f1d6e9a2b4ab866572",
- "status": "active",
- "id": "0xae746520FfDB15d0505e32f1d6e9a2b4ab866572"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xae746520FfDB15d0505e32f1d6e9a2b4ab866572/logo.png b/blockchains/ethereum/assets/0xae746520FfDB15d0505e32f1d6e9a2b4ab866572/logo.png
deleted file mode 100644
index 66a594bb99a55..0000000000000
Binary files a/blockchains/ethereum/assets/0xae746520FfDB15d0505e32f1d6e9a2b4ab866572/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xae75116eaCb982b6CD08A567eBaFBb9e3718f123/info.json b/blockchains/ethereum/assets/0xae75116eaCb982b6CD08A567eBaFBb9e3718f123/info.json
deleted file mode 100644
index bd29343cbc1a4..0000000000000
--- a/blockchains/ethereum/assets/0xae75116eaCb982b6CD08A567eBaFBb9e3718f123/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Eqwity Token",
- "symbol": "EQY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xae75116eaCb982b6CD08A567eBaFBb9e3718f123",
- "status": "abandoned",
- "id": "0xae75116eaCb982b6CD08A567eBaFBb9e3718f123"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xae75116eaCb982b6CD08A567eBaFBb9e3718f123/logo.png b/blockchains/ethereum/assets/0xae75116eaCb982b6CD08A567eBaFBb9e3718f123/logo.png
deleted file mode 100644
index 7d3f9d3323722..0000000000000
Binary files a/blockchains/ethereum/assets/0xae75116eaCb982b6CD08A567eBaFBb9e3718f123/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84/info.json b/blockchains/ethereum/assets/0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84/info.json
deleted file mode 100644
index 50f03600453b7..0000000000000
--- a/blockchains/ethereum/assets/0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "stETH",
- "website": "https://stake.lido.fi",
- "description": "stETH is a token that represents staked ether in Lido.",
- "explorer": "https://etherscan.io/token/0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
- "type": "ERC20",
- "symbol": "stETH",
- "decimals": 18,
- "status": "active",
- "id": "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84/logo.png b/blockchains/ethereum/assets/0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84/logo.png
deleted file mode 100644
index 57ed5b71dd520..0000000000000
Binary files a/blockchains/ethereum/assets/0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaeC2E87E0A235266D9C5ADc9DEb4b2E29b54D009/info.json b/blockchains/ethereum/assets/0xaeC2E87E0A235266D9C5ADc9DEb4b2E29b54D009/info.json
deleted file mode 100644
index 7b46b4355161b..0000000000000
--- a/blockchains/ethereum/assets/0xaeC2E87E0A235266D9C5ADc9DEb4b2E29b54D009/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SingularDTV",
- "symbol": "SNGLS",
- "type": "ERC20",
- "decimals": 0,
- "description": "The snglsDAO will be the non-profit governance layer of the SNGLS Protocol. It will be established by SingularDTV as an independent and objective organization to guide the development of the SNGLS Protocol. Its number one objective will be to uphold the tenets of decentralization and instill them into the programming of the protocol.",
- "website": "https://snglsdao.io/",
- "explorer": "https://etherscan.io/token/0xaeC2E87E0A235266D9C5ADc9DEb4b2E29b54D009",
- "status": "active",
- "id": "0xaeC2E87E0A235266D9C5ADc9DEb4b2E29b54D009"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaeC2E87E0A235266D9C5ADc9DEb4b2E29b54D009/logo.png b/blockchains/ethereum/assets/0xaeC2E87E0A235266D9C5ADc9DEb4b2E29b54D009/logo.png
deleted file mode 100644
index 8d6be8e3badb2..0000000000000
Binary files a/blockchains/ethereum/assets/0xaeC2E87E0A235266D9C5ADc9DEb4b2E29b54D009/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaeD1248AA72050cbF72F02467Ce611dEA2cE0305/info.json b/blockchains/ethereum/assets/0xaeD1248AA72050cbF72F02467Ce611dEA2cE0305/info.json
deleted file mode 100644
index 54a98eb740b59..0000000000000
--- a/blockchains/ethereum/assets/0xaeD1248AA72050cbF72F02467Ce611dEA2cE0305/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gulfcoin Gold",
- "symbol": "GCG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaeD1248AA72050cbF72F02467Ce611dEA2cE0305",
- "status": "abandoned",
- "id": "0xaeD1248AA72050cbF72F02467Ce611dEA2cE0305"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaeD1248AA72050cbF72F02467Ce611dEA2cE0305/logo.png b/blockchains/ethereum/assets/0xaeD1248AA72050cbF72F02467Ce611dEA2cE0305/logo.png
deleted file mode 100755
index 2a2dc146d16f1..0000000000000
Binary files a/blockchains/ethereum/assets/0xaeD1248AA72050cbF72F02467Ce611dEA2cE0305/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaeE433ADeBe0FBB88dAa47eF0C1A513CaA52EF02/info.json b/blockchains/ethereum/assets/0xaeE433ADeBe0FBB88dAa47eF0C1A513CaA52EF02/info.json
deleted file mode 100644
index a99ae6538d582..0000000000000
--- a/blockchains/ethereum/assets/0xaeE433ADeBe0FBB88dAa47eF0C1A513CaA52EF02/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "PontoonToken",
- "website": "https://pontoon.fi/",
- "description": "Cross-chain liquidity mirror protocol",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/pontoonfi/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/pontoon_fi"
- },
- {
- "name": "medium",
- "url": "https://pontoonfi.medium.com/"
- }
- ],
- "explorer": "https://etherscan.io/token/0xaeE433ADeBe0FBB88dAa47eF0C1A513CaA52EF02",
- "type": "ERC20",
- "symbol": "TOON",
- "decimals": 18,
- "status": "active",
- "id": "0xaeE433ADeBe0FBB88dAa47eF0C1A513CaA52EF02"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaeE433ADeBe0FBB88dAa47eF0C1A513CaA52EF02/logo.png b/blockchains/ethereum/assets/0xaeE433ADeBe0FBB88dAa47eF0C1A513CaA52EF02/logo.png
deleted file mode 100755
index 0dec3fdb38e78..0000000000000
Binary files a/blockchains/ethereum/assets/0xaeE433ADeBe0FBB88dAa47eF0C1A513CaA52EF02/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaeF0496e109a296b7929092394ff5d3AA2EAcbe4/info.json b/blockchains/ethereum/assets/0xaeF0496e109a296b7929092394ff5d3AA2EAcbe4/info.json
deleted file mode 100644
index e1752264627ce..0000000000000
--- a/blockchains/ethereum/assets/0xaeF0496e109a296b7929092394ff5d3AA2EAcbe4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R908633 ",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaeF0496e109a296b7929092394ff5d3AA2EAcbe4",
- "status": "abandoned",
- "id": "0xaeF0496e109a296b7929092394ff5d3AA2EAcbe4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaeF0496e109a296b7929092394ff5d3AA2EAcbe4/logo.png b/blockchains/ethereum/assets/0xaeF0496e109a296b7929092394ff5d3AA2EAcbe4/logo.png
deleted file mode 100755
index 8d501e320a9a6..0000000000000
Binary files a/blockchains/ethereum/assets/0xaeF0496e109a296b7929092394ff5d3AA2EAcbe4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85/info.json b/blockchains/ethereum/assets/0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85/info.json
deleted file mode 100644
index 2142e874a573c..0000000000000
--- a/blockchains/ethereum/assets/0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Fetch.ai",
- "website": "https://fetch.ai",
- "description": "Fetch.ai aims to be at the forefront of accelerating research and the deployment of emerging technologies such as blockchain and AI.",
- "explorer": "https://etherscan.io/token/0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85",
- "research": "https://research.binance.com/en/projects/fetch-ai",
- "type": "ERC20",
- "symbol": "FET",
- "decimals": 18,
- "status": "active",
- "id": "0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85/logo.png b/blockchains/ethereum/assets/0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85/logo.png
deleted file mode 100644
index d5c525f6ea6f3..0000000000000
Binary files a/blockchains/ethereum/assets/0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaebe5B3780860147DE62BC67339f0386c4A13d87/info.json b/blockchains/ethereum/assets/0xaebe5B3780860147DE62BC67339f0386c4A13d87/info.json
deleted file mode 100644
index e66759873679c..0000000000000
--- a/blockchains/ethereum/assets/0xaebe5B3780860147DE62BC67339f0386c4A13d87/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NTer Coin",
- "symbol": "NTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaebe5B3780860147DE62BC67339f0386c4A13d87",
- "status": "abandoned",
- "id": "0xaebe5B3780860147DE62BC67339f0386c4A13d87"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaebe5B3780860147DE62BC67339f0386c4A13d87/logo.png b/blockchains/ethereum/assets/0xaebe5B3780860147DE62BC67339f0386c4A13d87/logo.png
deleted file mode 100644
index b1858060756b6..0000000000000
Binary files a/blockchains/ethereum/assets/0xaebe5B3780860147DE62BC67339f0386c4A13d87/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaf364474803E89250A46D592fef4cC4eF8270DD8/info.json b/blockchains/ethereum/assets/0xaf364474803E89250A46D592fef4cC4eF8270DD8/info.json
deleted file mode 100644
index ae54cc83ccce2..0000000000000
--- a/blockchains/ethereum/assets/0xaf364474803E89250A46D592fef4cC4eF8270DD8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Apollon Token",
- "symbol": "APO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaf364474803E89250A46D592fef4cC4eF8270DD8",
- "status": "abandoned",
- "id": "0xaf364474803E89250A46D592fef4cC4eF8270DD8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaf364474803E89250A46D592fef4cC4eF8270DD8/logo.png b/blockchains/ethereum/assets/0xaf364474803E89250A46D592fef4cC4eF8270DD8/logo.png
deleted file mode 100644
index b9e19b228701f..0000000000000
Binary files a/blockchains/ethereum/assets/0xaf364474803E89250A46D592fef4cC4eF8270DD8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaf79C4c4106b7C35c2FeC72D130783524f821D89/info.json b/blockchains/ethereum/assets/0xaf79C4c4106b7C35c2FeC72D130783524f821D89/info.json
deleted file mode 100644
index af5c28a4d06e2..0000000000000
--- a/blockchains/ethereum/assets/0xaf79C4c4106b7C35c2FeC72D130783524f821D89/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FINANCIAL INVESTMENT TOKEN",
- "symbol": "FIT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaf79C4c4106b7C35c2FeC72D130783524f821D89",
- "status": "abandoned",
- "id": "0xaf79C4c4106b7C35c2FeC72D130783524f821D89"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaf79C4c4106b7C35c2FeC72D130783524f821D89/logo.png b/blockchains/ethereum/assets/0xaf79C4c4106b7C35c2FeC72D130783524f821D89/logo.png
deleted file mode 100644
index cf8890fe9b3f1..0000000000000
Binary files a/blockchains/ethereum/assets/0xaf79C4c4106b7C35c2FeC72D130783524f821D89/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaf9CE02409C5E1549a1637446035dAB83ab8aE70/info.json b/blockchains/ethereum/assets/0xaf9CE02409C5E1549a1637446035dAB83ab8aE70/info.json
deleted file mode 100644
index 6f11a893a13ee..0000000000000
--- a/blockchains/ethereum/assets/0xaf9CE02409C5E1549a1637446035dAB83ab8aE70/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitdeal Coin",
- "symbol": "BDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xaf9CE02409C5E1549a1637446035dAB83ab8aE70",
- "status": "abandoned",
- "id": "0xaf9CE02409C5E1549a1637446035dAB83ab8aE70"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaf9CE02409C5E1549a1637446035dAB83ab8aE70/logo.png b/blockchains/ethereum/assets/0xaf9CE02409C5E1549a1637446035dAB83ab8aE70/logo.png
deleted file mode 100755
index d119b676de7eb..0000000000000
Binary files a/blockchains/ethereum/assets/0xaf9CE02409C5E1549a1637446035dAB83ab8aE70/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaf9f549774ecEDbD0966C52f250aCc548D3F36E5/info.json b/blockchains/ethereum/assets/0xaf9f549774ecEDbD0966C52f250aCc548D3F36E5/info.json
deleted file mode 100644
index ebffe257321f1..0000000000000
--- a/blockchains/ethereum/assets/0xaf9f549774ecEDbD0966C52f250aCc548D3F36E5/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Rio Fuel Token",
- "website": "https://riochain.io",
- "description": "Our core technology is a next generation Blockchain infrastructure called Rio Chain.",
- "explorer": "https://etherscan.io/token/0xaf9f549774ecEDbD0966C52f250aCc548D3F36E5",
- "type": "ERC20",
- "symbol": "RFuel",
- "decimals": 18,
- "status": "active",
- "id": "0xaf9f549774ecEDbD0966C52f250aCc548D3F36E5",
- "links": [
- {
- "name": "medium",
- "url": "https://medium.com/@riodefiofficial"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaf9f549774ecEDbD0966C52f250aCc548D3F36E5/logo.png b/blockchains/ethereum/assets/0xaf9f549774ecEDbD0966C52f250aCc548D3F36E5/logo.png
deleted file mode 100644
index 760fc9192c9fb..0000000000000
Binary files a/blockchains/ethereum/assets/0xaf9f549774ecEDbD0966C52f250aCc548D3F36E5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xafCBd4b0132FEbAaeeb9C8288E1E2a2Bae63e21B/info.json b/blockchains/ethereum/assets/0xafCBd4b0132FEbAaeeb9C8288E1E2a2Bae63e21B/info.json
deleted file mode 100644
index 5c536e465545a..0000000000000
--- a/blockchains/ethereum/assets/0xafCBd4b0132FEbAaeeb9C8288E1E2a2Bae63e21B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SALAM COIN",
- "symbol": "SLC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xafCBd4b0132FEbAaeeb9C8288E1E2a2Bae63e21B",
- "status": "abandoned",
- "id": "0xafCBd4b0132FEbAaeeb9C8288E1E2a2Bae63e21B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xafCBd4b0132FEbAaeeb9C8288E1E2a2Bae63e21B/logo.png b/blockchains/ethereum/assets/0xafCBd4b0132FEbAaeeb9C8288E1E2a2Bae63e21B/logo.png
deleted file mode 100755
index 8bf56dfd548fb..0000000000000
Binary files a/blockchains/ethereum/assets/0xafCBd4b0132FEbAaeeb9C8288E1E2a2Bae63e21B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xafb1eF73cC478461cD6A5Ab41D92550439071ece/info.json b/blockchains/ethereum/assets/0xafb1eF73cC478461cD6A5Ab41D92550439071ece/info.json
deleted file mode 100644
index 4a6315661c358..0000000000000
--- a/blockchains/ethereum/assets/0xafb1eF73cC478461cD6A5Ab41D92550439071ece/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PandaCoin",
- "symbol": "Panda",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xafb1eF73cC478461cD6A5Ab41D92550439071ece",
- "status": "abandoned",
- "id": "0xafb1eF73cC478461cD6A5Ab41D92550439071ece"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xafb1eF73cC478461cD6A5Ab41D92550439071ece/logo.png b/blockchains/ethereum/assets/0xafb1eF73cC478461cD6A5Ab41D92550439071ece/logo.png
deleted file mode 100755
index 411ddc505c25b..0000000000000
Binary files a/blockchains/ethereum/assets/0xafb1eF73cC478461cD6A5Ab41D92550439071ece/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xafcCbdA168681038419908470e79E2353a798E1f/info.json b/blockchains/ethereum/assets/0xafcCbdA168681038419908470e79E2353a798E1f/info.json
deleted file mode 100644
index de840d0206b02..0000000000000
--- a/blockchains/ethereum/assets/0xafcCbdA168681038419908470e79E2353a798E1f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mythril Ore",
- "symbol": "ORE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xafcCbdA168681038419908470e79E2353a798E1f",
- "status": "abandoned",
- "id": "0xafcCbdA168681038419908470e79E2353a798E1f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xafcCbdA168681038419908470e79E2353a798E1f/logo.png b/blockchains/ethereum/assets/0xafcCbdA168681038419908470e79E2353a798E1f/logo.png
deleted file mode 100644
index 8e02b8827a4aa..0000000000000
Binary files a/blockchains/ethereum/assets/0xafcCbdA168681038419908470e79E2353a798E1f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xaff84e86d72EDb971341a6A66eb2dA209446FA14/info.json b/blockchains/ethereum/assets/0xaff84e86d72EDb971341a6A66eb2dA209446FA14/info.json
deleted file mode 100644
index ce4204ad47ca1..0000000000000
--- a/blockchains/ethereum/assets/0xaff84e86d72EDb971341a6A66eb2dA209446FA14/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TheCurrencyAnalytics",
- "symbol": "TCAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://thecurrencyanalytics.com/",
- "explorer": "https://etherscan.io/token/0xaff84e86d72EDb971341a6A66eb2dA209446FA14",
- "status": "abandoned",
- "id": "0xaff84e86d72EDb971341a6A66eb2dA209446FA14"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xaff84e86d72EDb971341a6A66eb2dA209446FA14/logo.png b/blockchains/ethereum/assets/0xaff84e86d72EDb971341a6A66eb2dA209446FA14/logo.png
deleted file mode 100644
index a6829abe8021d..0000000000000
Binary files a/blockchains/ethereum/assets/0xaff84e86d72EDb971341a6A66eb2dA209446FA14/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb0280743b44bF7db4B6bE482b2Ba7b75E5dA096C/info.json b/blockchains/ethereum/assets/0xb0280743b44bF7db4B6bE482b2Ba7b75E5dA096C/info.json
deleted file mode 100644
index da37d34962395..0000000000000
--- a/blockchains/ethereum/assets/0xb0280743b44bF7db4B6bE482b2Ba7b75E5dA096C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Transcodium",
- "symbol": "TNS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://transcodium.com",
- "explorer": "https://etherscan.io/token/0xb0280743b44bF7db4B6bE482b2Ba7b75E5dA096C",
- "status": "active",
- "id": "0xb0280743b44bF7db4B6bE482b2Ba7b75E5dA096C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb0280743b44bF7db4B6bE482b2Ba7b75E5dA096C/logo.png b/blockchains/ethereum/assets/0xb0280743b44bF7db4B6bE482b2Ba7b75E5dA096C/logo.png
deleted file mode 100755
index 8ef2a173c1daa..0000000000000
Binary files a/blockchains/ethereum/assets/0xb0280743b44bF7db4B6bE482b2Ba7b75E5dA096C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb05097849BCA421A3f51B249BA6CCa4aF4b97cb9/info.json b/blockchains/ethereum/assets/0xb05097849BCA421A3f51B249BA6CCa4aF4b97cb9/info.json
deleted file mode 100644
index 40f3841931352..0000000000000
--- a/blockchains/ethereum/assets/0xb05097849BCA421A3f51B249BA6CCa4aF4b97cb9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Float Protocol: FLOAT",
- "website": "https://floatprotocol.com/",
- "description": "FLOAT - a non-pegged stabilised coin that defends purchasing power in the long-run.",
- "explorer": "https://etherscan.io/token/0xb05097849bca421a3f51b249ba6cca4af4b97cb9",
- "type": "ERC20",
- "symbol": "FLOAT",
- "decimals": 18,
- "status": "active",
- "id": "0xb05097849BCA421A3f51B249BA6CCa4aF4b97cb9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb05097849BCA421A3f51B249BA6CCa4aF4b97cb9/logo.png b/blockchains/ethereum/assets/0xb05097849BCA421A3f51B249BA6CCa4aF4b97cb9/logo.png
deleted file mode 100644
index 16289e415c6e8..0000000000000
Binary files a/blockchains/ethereum/assets/0xb05097849BCA421A3f51B249BA6CCa4aF4b97cb9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb052F8A33D8bb068414EaDE06AF6955199f9f010/info.json b/blockchains/ethereum/assets/0xb052F8A33D8bb068414EaDE06AF6955199f9f010/info.json
deleted file mode 100644
index 7f650fa0bd2a5..0000000000000
--- a/blockchains/ethereum/assets/0xb052F8A33D8bb068414EaDE06AF6955199f9f010/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EcoRealEstate",
- "symbol": "ECOREAL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ecoreal.estate/",
- "explorer": "https://etherscan.io/token/0xb052F8A33D8bb068414EaDE06AF6955199f9f010",
- "status": "abandoned",
- "id": "0xb052F8A33D8bb068414EaDE06AF6955199f9f010"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb052F8A33D8bb068414EaDE06AF6955199f9f010/logo.png b/blockchains/ethereum/assets/0xb052F8A33D8bb068414EaDE06AF6955199f9f010/logo.png
deleted file mode 100755
index 30f18ea43ad5e..0000000000000
Binary files a/blockchains/ethereum/assets/0xb052F8A33D8bb068414EaDE06AF6955199f9f010/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb056c38f6b7Dc4064367403E26424CD2c60655e1/info.json b/blockchains/ethereum/assets/0xb056c38f6b7Dc4064367403E26424CD2c60655e1/info.json
deleted file mode 100644
index 74456b51554ba..0000000000000
--- a/blockchains/ethereum/assets/0xb056c38f6b7Dc4064367403E26424CD2c60655e1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CEEK",
- "symbol": "CEEK",
- "type": "ERC20",
- "decimals": 18,
- "description": "CEEK VR (CEEK) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.ceek.io",
- "explorer": "https://etherscan.io/token/0xb056c38f6b7Dc4064367403E26424CD2c60655e1",
- "status": "active",
- "id": "0xb056c38f6b7Dc4064367403E26424CD2c60655e1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb056c38f6b7Dc4064367403E26424CD2c60655e1/logo.png b/blockchains/ethereum/assets/0xb056c38f6b7Dc4064367403E26424CD2c60655e1/logo.png
deleted file mode 100644
index c1021deb62693..0000000000000
Binary files a/blockchains/ethereum/assets/0xb056c38f6b7Dc4064367403E26424CD2c60655e1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb05AF453011d7ad68a92b0065FFD9d1277eD2741/info.json b/blockchains/ethereum/assets/0xb05AF453011d7ad68a92b0065FFD9d1277eD2741/info.json
deleted file mode 100644
index 8860cb2421bdb..0000000000000
--- a/blockchains/ethereum/assets/0xb05AF453011d7ad68a92b0065FFD9d1277eD2741/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Team Finance",
- "website": "https://team.finance",
- "description": "Founder token vesting and liquidity token locking solution.",
- "explorer": "https://etherscan.io/token/0xb05AF453011d7ad68a92b0065FFD9d1277eD2741",
- "type": "ERC20",
- "symbol": "TEAM",
- "decimals": 18,
- "status": "active",
- "id": "0xb05AF453011d7ad68a92b0065FFD9d1277eD2741"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb05AF453011d7ad68a92b0065FFD9d1277eD2741/logo.png b/blockchains/ethereum/assets/0xb05AF453011d7ad68a92b0065FFD9d1277eD2741/logo.png
deleted file mode 100644
index 7e4562a0c4e35..0000000000000
Binary files a/blockchains/ethereum/assets/0xb05AF453011d7ad68a92b0065FFD9d1277eD2741/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb06de6eAab9fE283aBC9Bd2D1084E4896051D6Dc/info.json b/blockchains/ethereum/assets/0xb06de6eAab9fE283aBC9Bd2D1084E4896051D6Dc/info.json
deleted file mode 100644
index aa6857ffc9687..0000000000000
--- a/blockchains/ethereum/assets/0xb06de6eAab9fE283aBC9Bd2D1084E4896051D6Dc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "iEXCToken",
- "symbol": "iEXC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb06de6eAab9fE283aBC9Bd2D1084E4896051D6Dc",
- "status": "abandoned",
- "id": "0xb06de6eAab9fE283aBC9Bd2D1084E4896051D6Dc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb06de6eAab9fE283aBC9Bd2D1084E4896051D6Dc/logo.png b/blockchains/ethereum/assets/0xb06de6eAab9fE283aBC9Bd2D1084E4896051D6Dc/logo.png
deleted file mode 100644
index 7cdac3ec964d6..0000000000000
Binary files a/blockchains/ethereum/assets/0xb06de6eAab9fE283aBC9Bd2D1084E4896051D6Dc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb0D926c1BC3d78064F3e1075D5bD9A24F35Ae6C5/info.json b/blockchains/ethereum/assets/0xb0D926c1BC3d78064F3e1075D5bD9A24F35Ae6C5/info.json
deleted file mode 100644
index a01358aa9b655..0000000000000
--- a/blockchains/ethereum/assets/0xb0D926c1BC3d78064F3e1075D5bD9A24F35Ae6C5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Assistive Reality ARX",
- "symbol": "ARX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb0D926c1BC3d78064F3e1075D5bD9A24F35Ae6C5",
- "status": "abandoned",
- "id": "0xb0D926c1BC3d78064F3e1075D5bD9A24F35Ae6C5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb0D926c1BC3d78064F3e1075D5bD9A24F35Ae6C5/logo.png b/blockchains/ethereum/assets/0xb0D926c1BC3d78064F3e1075D5bD9A24F35Ae6C5/logo.png
deleted file mode 100644
index 371f63ceff54f..0000000000000
Binary files a/blockchains/ethereum/assets/0xb0D926c1BC3d78064F3e1075D5bD9A24F35Ae6C5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb0DC7fdB068aBA78Cd79e1BF9006196fF3299C8f/info.json b/blockchains/ethereum/assets/0xb0DC7fdB068aBA78Cd79e1BF9006196fF3299C8f/info.json
deleted file mode 100644
index 0da1120208797..0000000000000
--- a/blockchains/ethereum/assets/0xb0DC7fdB068aBA78Cd79e1BF9006196fF3299C8f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Digital Dollar Coin",
- "symbol": "DDCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb0DC7fdB068aBA78Cd79e1BF9006196fF3299C8f",
- "status": "abandoned",
- "id": "0xb0DC7fdB068aBA78Cd79e1BF9006196fF3299C8f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb0DC7fdB068aBA78Cd79e1BF9006196fF3299C8f/logo.png b/blockchains/ethereum/assets/0xb0DC7fdB068aBA78Cd79e1BF9006196fF3299C8f/logo.png
deleted file mode 100644
index adc60217052fd..0000000000000
Binary files a/blockchains/ethereum/assets/0xb0DC7fdB068aBA78Cd79e1BF9006196fF3299C8f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb0a0a070640B450eB136DC377208469ee4F49fbc/info.json b/blockchains/ethereum/assets/0xb0a0a070640B450eB136DC377208469ee4F49fbc/info.json
deleted file mode 100644
index 6a832338895ec..0000000000000
--- a/blockchains/ethereum/assets/0xb0a0a070640B450eB136DC377208469ee4F49fbc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FUTURE1COIN",
- "symbol": "F1C",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://future1coin.com/",
- "explorer": "https://etherscan.io/token/0xb0a0a070640B450eB136DC377208469ee4F49fbc",
- "status": "abandoned",
- "id": "0xb0a0a070640B450eB136DC377208469ee4F49fbc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb0a0a070640B450eB136DC377208469ee4F49fbc/logo.png b/blockchains/ethereum/assets/0xb0a0a070640B450eB136DC377208469ee4F49fbc/logo.png
deleted file mode 100644
index 5b4701d21b0d7..0000000000000
Binary files a/blockchains/ethereum/assets/0xb0a0a070640B450eB136DC377208469ee4F49fbc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb0dFd28d3CF7A5897C694904Ace292539242f858/info.json b/blockchains/ethereum/assets/0xb0dFd28d3CF7A5897C694904Ace292539242f858/info.json
deleted file mode 100644
index 80b8532b5dbc1..0000000000000
--- a/blockchains/ethereum/assets/0xb0dFd28d3CF7A5897C694904Ace292539242f858/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lotto",
- "website": "https://www.lotto.finance/",
- "description": "A massive lottery between everyone in the DeFi space where tokens are automatically removed from all wallets, pooled together, and given to one user at random!",
- "explorer": "https://etherscan.io/token/0xb0dfd28d3cf7a5897c694904ace292539242f858",
- "type": "ERC20",
- "symbol": "LOTTO",
- "decimals": 18,
- "status": "active",
- "id": "0xb0dFd28d3CF7A5897C694904Ace292539242f858"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb0dFd28d3CF7A5897C694904Ace292539242f858/logo.png b/blockchains/ethereum/assets/0xb0dFd28d3CF7A5897C694904Ace292539242f858/logo.png
deleted file mode 100644
index ef22f6e573fa0..0000000000000
Binary files a/blockchains/ethereum/assets/0xb0dFd28d3CF7A5897C694904Ace292539242f858/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb0ecc7f33973D8aCd6296Ab40f37718015b98345/info.json b/blockchains/ethereum/assets/0xb0ecc7f33973D8aCd6296Ab40f37718015b98345/info.json
deleted file mode 100644
index e989f73ac55d7..0000000000000
--- a/blockchains/ethereum/assets/0xb0ecc7f33973D8aCd6296Ab40f37718015b98345/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "I-PRO TOKEN",
- "symbol": "IPR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb0ecc7f33973D8aCd6296Ab40f37718015b98345",
- "status": "abandoned",
- "id": "0xb0ecc7f33973D8aCd6296Ab40f37718015b98345"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb0ecc7f33973D8aCd6296Ab40f37718015b98345/logo.png b/blockchains/ethereum/assets/0xb0ecc7f33973D8aCd6296Ab40f37718015b98345/logo.png
deleted file mode 100755
index dc8a8ef507644..0000000000000
Binary files a/blockchains/ethereum/assets/0xb0ecc7f33973D8aCd6296Ab40f37718015b98345/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb1208A19C8ba2de7B3f9EdDbB032B28D586b9590/info.json b/blockchains/ethereum/assets/0xb1208A19C8ba2de7B3f9EdDbB032B28D586b9590/info.json
deleted file mode 100644
index 92b8d331c13d5..0000000000000
--- a/blockchains/ethereum/assets/0xb1208A19C8ba2de7B3f9EdDbB032B28D586b9590/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BLASTSCRYPT",
- "symbol": "BLAST",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb1208A19C8ba2de7B3f9EdDbB032B28D586b9590",
- "status": "abandoned",
- "id": "0xb1208A19C8ba2de7B3f9EdDbB032B28D586b9590"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb1208A19C8ba2de7B3f9EdDbB032B28D586b9590/logo.png b/blockchains/ethereum/assets/0xb1208A19C8ba2de7B3f9EdDbB032B28D586b9590/logo.png
deleted file mode 100644
index 2654deac2471a..0000000000000
Binary files a/blockchains/ethereum/assets/0xb1208A19C8ba2de7B3f9EdDbB032B28D586b9590/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb140A429c342083E97Daf42d5D82634bd7Ade7d4/info.json b/blockchains/ethereum/assets/0xb140A429c342083E97Daf42d5D82634bd7Ade7d4/info.json
deleted file mode 100644
index 75af6fc2b129d..0000000000000
--- a/blockchains/ethereum/assets/0xb140A429c342083E97Daf42d5D82634bd7Ade7d4/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "WAXG",
- "website": "https://wax.io",
- "description": "WAX Governance Token",
- "explorer": "https://etherscan.io/token/0xb140A429c342083E97Daf42d5D82634bd7Ade7d4",
- "research": "https://wax.io/blog/tags/technical",
- "type": "ERC20",
- "symbol": "WAXG",
- "decimals": 8,
- "status": "active",
- "id": "0xb140A429c342083E97Daf42d5D82634bd7Ade7d4",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://github.com/worldwide-asset-exchange/whitepaper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb140A429c342083E97Daf42d5D82634bd7Ade7d4/logo.png b/blockchains/ethereum/assets/0xb140A429c342083E97Daf42d5D82634bd7Ade7d4/logo.png
deleted file mode 100644
index 93721fd556b39..0000000000000
Binary files a/blockchains/ethereum/assets/0xb140A429c342083E97Daf42d5D82634bd7Ade7d4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb15F63a517e40F599e7331F825A0775001915Fb6/info.json b/blockchains/ethereum/assets/0xb15F63a517e40F599e7331F825A0775001915Fb6/info.json
deleted file mode 100644
index 367e8f052cda7..0000000000000
--- a/blockchains/ethereum/assets/0xb15F63a517e40F599e7331F825A0775001915Fb6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DORON",
- "symbol": "DRN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://dorontoken.simdif.com",
- "explorer": "https://etherscan.io/token/0xb15F63a517e40F599e7331F825A0775001915Fb6",
- "status": "abandoned",
- "id": "0xb15F63a517e40F599e7331F825A0775001915Fb6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb15F63a517e40F599e7331F825A0775001915Fb6/logo.png b/blockchains/ethereum/assets/0xb15F63a517e40F599e7331F825A0775001915Fb6/logo.png
deleted file mode 100644
index 083b4f1bf43cc..0000000000000
Binary files a/blockchains/ethereum/assets/0xb15F63a517e40F599e7331F825A0775001915Fb6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb187BeeD5012ea4D6D98A16C53AacBA1B15506BD/info.json b/blockchains/ethereum/assets/0xb187BeeD5012ea4D6D98A16C53AacBA1B15506BD/info.json
deleted file mode 100644
index d536bebbdbf41..0000000000000
--- a/blockchains/ethereum/assets/0xb187BeeD5012ea4D6D98A16C53AacBA1B15506BD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MybillCash",
- "symbol": "XSB",
- "type": "ERC20",
- "decimals": 11,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb187BeeD5012ea4D6D98A16C53AacBA1B15506BD",
- "status": "abandoned",
- "id": "0xb187BeeD5012ea4D6D98A16C53AacBA1B15506BD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb187BeeD5012ea4D6D98A16C53AacBA1B15506BD/logo.png b/blockchains/ethereum/assets/0xb187BeeD5012ea4D6D98A16C53AacBA1B15506BD/logo.png
deleted file mode 100644
index d48318b738c50..0000000000000
Binary files a/blockchains/ethereum/assets/0xb187BeeD5012ea4D6D98A16C53AacBA1B15506BD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb19c93702070C1355e007fb63f3Dc077C9Fad7FF/info.json b/blockchains/ethereum/assets/0xb19c93702070C1355e007fb63f3Dc077C9Fad7FF/info.json
deleted file mode 100644
index 079fa07f70629..0000000000000
--- a/blockchains/ethereum/assets/0xb19c93702070C1355e007fb63f3Dc077C9Fad7FF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Soma",
- "symbol": "SOMA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb19c93702070C1355e007fb63f3Dc077C9Fad7FF",
- "status": "abandoned",
- "id": "0xb19c93702070C1355e007fb63f3Dc077C9Fad7FF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb19c93702070C1355e007fb63f3Dc077C9Fad7FF/logo.png b/blockchains/ethereum/assets/0xb19c93702070C1355e007fb63f3Dc077C9Fad7FF/logo.png
deleted file mode 100755
index e9ed1169d9dad..0000000000000
Binary files a/blockchains/ethereum/assets/0xb19c93702070C1355e007fb63f3Dc077C9Fad7FF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb1EC548F296270BC96B8A1b3b3C8F3f04b494215/info.json b/blockchains/ethereum/assets/0xb1EC548F296270BC96B8A1b3b3C8F3f04b494215/info.json
deleted file mode 100644
index 273a50ec3ecce..0000000000000
--- a/blockchains/ethereum/assets/0xb1EC548F296270BC96B8A1b3b3C8F3f04b494215/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Foresight",
- "website": "https://foresightdefi.io",
- "description": "Foresight provides DAO-Governed Cryptocurrency Insurance.",
- "explorer": "https://etherscan.io/token/0xb1EC548F296270BC96B8A1b3b3C8F3f04b494215",
- "type": "ERC20",
- "symbol": "FORS",
- "decimals": 18,
- "status": "active",
- "id": "0xb1EC548F296270BC96B8A1b3b3C8F3f04b494215",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://foresightdefi.io/Foresight-Litepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb1EC548F296270BC96B8A1b3b3C8F3f04b494215/logo.png b/blockchains/ethereum/assets/0xb1EC548F296270BC96B8A1b3b3C8F3f04b494215/logo.png
deleted file mode 100644
index 58daf4df938fb..0000000000000
Binary files a/blockchains/ethereum/assets/0xb1EC548F296270BC96B8A1b3b3C8F3f04b494215/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb1ED41dc1Fe9b723a31137aFdd1201D17917FE91/info.json b/blockchains/ethereum/assets/0xb1ED41dc1Fe9b723a31137aFdd1201D17917FE91/info.json
deleted file mode 100644
index f5f65a4017175..0000000000000
--- a/blockchains/ethereum/assets/0xb1ED41dc1Fe9b723a31137aFdd1201D17917FE91/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Alttex",
- "symbol": "ALTX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb1ED41dc1Fe9b723a31137aFdd1201D17917FE91",
- "status": "abandoned",
- "id": "0xb1ED41dc1Fe9b723a31137aFdd1201D17917FE91"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb1ED41dc1Fe9b723a31137aFdd1201D17917FE91/logo.png b/blockchains/ethereum/assets/0xb1ED41dc1Fe9b723a31137aFdd1201D17917FE91/logo.png
deleted file mode 100644
index c4e6b7f9eb08e..0000000000000
Binary files a/blockchains/ethereum/assets/0xb1ED41dc1Fe9b723a31137aFdd1201D17917FE91/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb1c1Cb8C7c1992dba24e628bF7d38E71daD46aeB/info.json b/blockchains/ethereum/assets/0xb1c1Cb8C7c1992dba24e628bF7d38E71daD46aeB/info.json
deleted file mode 100644
index 056bf8abba2a5..0000000000000
--- a/blockchains/ethereum/assets/0xb1c1Cb8C7c1992dba24e628bF7d38E71daD46aeB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cloudbric",
- "symbol": "CLB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.cloudbric.io/",
- "explorer": "https://etherscan.io/token/0xb1c1Cb8C7c1992dba24e628bF7d38E71daD46aeB",
- "status": "abandoned",
- "id": "0xb1c1Cb8C7c1992dba24e628bF7d38E71daD46aeB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb1c1Cb8C7c1992dba24e628bF7d38E71daD46aeB/logo.png b/blockchains/ethereum/assets/0xb1c1Cb8C7c1992dba24e628bF7d38E71daD46aeB/logo.png
deleted file mode 100644
index e5685a529a6ae..0000000000000
Binary files a/blockchains/ethereum/assets/0xb1c1Cb8C7c1992dba24e628bF7d38E71daD46aeB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb1c8022Ddf5010DA0816B3E53C610B5168e5245B/info.json b/blockchains/ethereum/assets/0xb1c8022Ddf5010DA0816B3E53C610B5168e5245B/info.json
deleted file mode 100644
index 2dcd3bb7a986d..0000000000000
--- a/blockchains/ethereum/assets/0xb1c8022Ddf5010DA0816B3E53C610B5168e5245B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AIMAKERY",
- "symbol": "AIM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb1c8022Ddf5010DA0816B3E53C610B5168e5245B",
- "status": "abandoned",
- "id": "0xb1c8022Ddf5010DA0816B3E53C610B5168e5245B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb1c8022Ddf5010DA0816B3E53C610B5168e5245B/logo.png b/blockchains/ethereum/assets/0xb1c8022Ddf5010DA0816B3E53C610B5168e5245B/logo.png
deleted file mode 100644
index 221ebd3143627..0000000000000
Binary files a/blockchains/ethereum/assets/0xb1c8022Ddf5010DA0816B3E53C610B5168e5245B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb1c9bc94aCd2fAE6aABf4ffae4429B93512a81D2/info.json b/blockchains/ethereum/assets/0xb1c9bc94aCd2fAE6aABf4ffae4429B93512a81D2/info.json
deleted file mode 100644
index 2b7a2422575f7..0000000000000
--- a/blockchains/ethereum/assets/0xb1c9bc94aCd2fAE6aABf4ffae4429B93512a81D2/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Ariadne",
- "symbol": "ARDN",
- "type": "ERC20",
- "decimals": 18,
- "description": "Ariadne is a cross-chain DeFi marketplace that is lowering the fees to enter/exit farms on multiple blockchains and saves swaps and bridges costs for both EVM and non-EVM chains.",
- "website": "https://ariadne.finance",
- "explorer": "https://etherscan.io/token/0xb1c9bc94aCd2fAE6aABf4ffae4429B93512a81D2",
- "status": "active",
- "id": "0xb1c9bc94aCd2fAE6aABf4ffae4429B93512a81D2",
- "links": [
- {
- "name": "medium",
- "url": "https://medium.com/ariadne-project"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ariadne_finance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ariadne_finance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ariadne/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb1c9bc94aCd2fAE6aABf4ffae4429B93512a81D2/logo.png b/blockchains/ethereum/assets/0xb1c9bc94aCd2fAE6aABf4ffae4429B93512a81D2/logo.png
deleted file mode 100644
index fcefa0fa56981..0000000000000
Binary files a/blockchains/ethereum/assets/0xb1c9bc94aCd2fAE6aABf4ffae4429B93512a81D2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb1cA3106051a217D84b380e6c32b7dB2f51F6A15/info.json b/blockchains/ethereum/assets/0xb1cA3106051a217D84b380e6c32b7dB2f51F6A15/info.json
deleted file mode 100644
index d84868ff198db..0000000000000
--- a/blockchains/ethereum/assets/0xb1cA3106051a217D84b380e6c32b7dB2f51F6A15/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Arcadium X",
- "symbol": "ACDX",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb1cA3106051a217D84b380e6c32b7dB2f51F6A15",
- "status": "abandoned",
- "id": "0xb1cA3106051a217D84b380e6c32b7dB2f51F6A15"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb1cA3106051a217D84b380e6c32b7dB2f51F6A15/logo.png b/blockchains/ethereum/assets/0xb1cA3106051a217D84b380e6c32b7dB2f51F6A15/logo.png
deleted file mode 100644
index 9c4c242367abc..0000000000000
Binary files a/blockchains/ethereum/assets/0xb1cA3106051a217D84b380e6c32b7dB2f51F6A15/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb2089A7069861C8D90c8dA3aaCAB8e9188C0C531/info.json b/blockchains/ethereum/assets/0xb2089A7069861C8D90c8dA3aaCAB8e9188C0C531/info.json
deleted file mode 100644
index e9567afd0030f..0000000000000
--- a/blockchains/ethereum/assets/0xb2089A7069861C8D90c8dA3aaCAB8e9188C0C531/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Green",
- "type": "ERC20",
- "symbol": "GREEN",
- "decimals": 8,
- "website": "https://share.green/",
- "description": "Green is the utility token powering the Green ecosystem. Green is a paradigm shift in blockchain technology. The revolutionary Green Smart Node can be operated on any device enabling users around the globe to mine digital rewards by converting and sharing electricity using software capable of running on any connected device.",
- "explorer": "https://etherscan.io/token/0xb2089A7069861C8D90c8dA3aaCAB8e9188C0C531",
- "status": "active",
- "id": "0xb2089A7069861C8D90c8dA3aaCAB8e9188C0C531",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/setpowerfree"
- },
- {
- "name": "github",
- "url": "https://github.com/green-blockchain"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/setpowerfree"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb2089A7069861C8D90c8dA3aaCAB8e9188C0C531/logo.png b/blockchains/ethereum/assets/0xb2089A7069861C8D90c8dA3aaCAB8e9188C0C531/logo.png
deleted file mode 100644
index 241acf12d75cc..0000000000000
Binary files a/blockchains/ethereum/assets/0xb2089A7069861C8D90c8dA3aaCAB8e9188C0C531/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb28f9C9B71B0C3885AE441A3c0F51027b760a991/info.json b/blockchains/ethereum/assets/0xb28f9C9B71B0C3885AE441A3c0F51027b760a991/info.json
deleted file mode 100644
index 25bb605b7e6a0..0000000000000
--- a/blockchains/ethereum/assets/0xb28f9C9B71B0C3885AE441A3c0F51027b760a991/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MADCAP",
- "symbol": "MADCAP",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb28f9C9B71B0C3885AE441A3c0F51027b760a991",
- "status": "abandoned",
- "id": "0xb28f9C9B71B0C3885AE441A3c0F51027b760a991"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb28f9C9B71B0C3885AE441A3c0F51027b760a991/logo.png b/blockchains/ethereum/assets/0xb28f9C9B71B0C3885AE441A3c0F51027b760a991/logo.png
deleted file mode 100644
index c938fde91c4b4..0000000000000
Binary files a/blockchains/ethereum/assets/0xb28f9C9B71B0C3885AE441A3c0F51027b760a991/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb2C822a1b923E06Dbd193d2cFc7ad15388EA09DD/info.json b/blockchains/ethereum/assets/0xb2C822a1b923E06Dbd193d2cFc7ad15388EA09DD/info.json
deleted file mode 100644
index fbe0c5f1b57c7..0000000000000
--- a/blockchains/ethereum/assets/0xb2C822a1b923E06Dbd193d2cFc7ad15388EA09DD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vampire Protocol",
- "website": "https://vampire.finance/",
- "description": "VAMP is native token for Vampire Protocol. VAMP gains value by rebasing and farming tokens & items. MANA Token - a token that grants a holder an enhanced rebase.",
- "explorer": "https://etherscan.io/token/0xb2C822a1b923E06Dbd193d2cFc7ad15388EA09DD",
- "type": "ERC20",
- "symbol": "VAMP",
- "decimals": 18,
- "status": "active",
- "id": "0xb2C822a1b923E06Dbd193d2cFc7ad15388EA09DD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb2C822a1b923E06Dbd193d2cFc7ad15388EA09DD/logo.png b/blockchains/ethereum/assets/0xb2C822a1b923E06Dbd193d2cFc7ad15388EA09DD/logo.png
deleted file mode 100644
index e0e2a15167e50..0000000000000
Binary files a/blockchains/ethereum/assets/0xb2C822a1b923E06Dbd193d2cFc7ad15388EA09DD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb2F7EB1f2c37645bE61d73953035360e768D81E6/info.json b/blockchains/ethereum/assets/0xb2F7EB1f2c37645bE61d73953035360e768D81E6/info.json
deleted file mode 100644
index ff1f2e94acddc..0000000000000
--- a/blockchains/ethereum/assets/0xb2F7EB1f2c37645bE61d73953035360e768D81E6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cobinhood Token",
- "symbol": "COB",
- "type": "ERC20",
- "decimals": 18,
- "description": "Cobinhood (COB) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.cobinhood.com",
- "explorer": "https://etherscan.io/token/0xb2F7EB1f2c37645bE61d73953035360e768D81E6",
- "status": "active",
- "id": "0xb2F7EB1f2c37645bE61d73953035360e768D81E6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb2F7EB1f2c37645bE61d73953035360e768D81E6/logo.png b/blockchains/ethereum/assets/0xb2F7EB1f2c37645bE61d73953035360e768D81E6/logo.png
deleted file mode 100755
index 28fb1c8b15831..0000000000000
Binary files a/blockchains/ethereum/assets/0xb2F7EB1f2c37645bE61d73953035360e768D81E6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb2d25d27f3f8F2265beDC400f00dac8B7521106a/info.json b/blockchains/ethereum/assets/0xb2d25d27f3f8F2265beDC400f00dac8B7521106a/info.json
deleted file mode 100644
index 4be3ae90d4a6b..0000000000000
--- a/blockchains/ethereum/assets/0xb2d25d27f3f8F2265beDC400f00dac8B7521106a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gift Card: Starbucks",
- "symbol": "GCSTAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb2d25d27f3f8F2265beDC400f00dac8B7521106a",
- "status": "abandoned",
- "id": "0xb2d25d27f3f8F2265beDC400f00dac8B7521106a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb2d25d27f3f8F2265beDC400f00dac8B7521106a/logo.png b/blockchains/ethereum/assets/0xb2d25d27f3f8F2265beDC400f00dac8B7521106a/logo.png
deleted file mode 100644
index 5475a83e128df..0000000000000
Binary files a/blockchains/ethereum/assets/0xb2d25d27f3f8F2265beDC400f00dac8B7521106a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb2fDd1a08c08714Ce3Ccd38fde3D9b9f300Fa9Cc/info.json b/blockchains/ethereum/assets/0xb2fDd1a08c08714Ce3Ccd38fde3D9b9f300Fa9Cc/info.json
deleted file mode 100644
index 8ad711e5986e2..0000000000000
--- a/blockchains/ethereum/assets/0xb2fDd1a08c08714Ce3Ccd38fde3D9b9f300Fa9Cc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kork Token",
- "symbol": "Kork",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb2fDd1a08c08714Ce3Ccd38fde3D9b9f300Fa9Cc",
- "status": "abandoned",
- "id": "0xb2fDd1a08c08714Ce3Ccd38fde3D9b9f300Fa9Cc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb2fDd1a08c08714Ce3Ccd38fde3D9b9f300Fa9Cc/logo.png b/blockchains/ethereum/assets/0xb2fDd1a08c08714Ce3Ccd38fde3D9b9f300Fa9Cc/logo.png
deleted file mode 100755
index 47b02b306105b..0000000000000
Binary files a/blockchains/ethereum/assets/0xb2fDd1a08c08714Ce3Ccd38fde3D9b9f300Fa9Cc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb30fAE8C3496455dfa29C171096e9B55076B1561/info.json b/blockchains/ethereum/assets/0xb30fAE8C3496455dfa29C171096e9B55076B1561/info.json
deleted file mode 100644
index e60f7abac234d..0000000000000
--- a/blockchains/ethereum/assets/0xb30fAE8C3496455dfa29C171096e9B55076B1561/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "New Era 2020",
- "symbol": "ERA20",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb30fAE8C3496455dfa29C171096e9B55076B1561",
- "status": "abandoned",
- "id": "0xb30fAE8C3496455dfa29C171096e9B55076B1561"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb30fAE8C3496455dfa29C171096e9B55076B1561/logo.png b/blockchains/ethereum/assets/0xb30fAE8C3496455dfa29C171096e9B55076B1561/logo.png
deleted file mode 100644
index 47fa2c710279d..0000000000000
Binary files a/blockchains/ethereum/assets/0xb30fAE8C3496455dfa29C171096e9B55076B1561/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb3104b4B9Da82025E8b9F8Fb28b3553ce2f67069/info.json b/blockchains/ethereum/assets/0xb3104b4B9Da82025E8b9F8Fb28b3553ce2f67069/info.json
deleted file mode 100644
index 561aa2c1dbb0f..0000000000000
--- a/blockchains/ethereum/assets/0xb3104b4B9Da82025E8b9F8Fb28b3553ce2f67069/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BIX Token",
- "symbol": "BIX",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Bibox Token (BIX) is a cryptocurrency built by the Bibox exchange.",
- "website": "https://www.bibox.com",
- "explorer": "https://etherscan.io/token/0xb3104b4B9Da82025E8b9F8Fb28b3553ce2f67069",
- "status": "active",
- "id": "0xb3104b4B9Da82025E8b9F8Fb28b3553ce2f67069"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb3104b4B9Da82025E8b9F8Fb28b3553ce2f67069/logo.png b/blockchains/ethereum/assets/0xb3104b4B9Da82025E8b9F8Fb28b3553ce2f67069/logo.png
deleted file mode 100755
index c92d6243255ad..0000000000000
Binary files a/blockchains/ethereum/assets/0xb3104b4B9Da82025E8b9F8Fb28b3553ce2f67069/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb3203DB25a01fa7950a860B42b899Ad7Da52DDD6/info.json b/blockchains/ethereum/assets/0xb3203DB25a01fa7950a860B42b899Ad7Da52DDD6/info.json
deleted file mode 100644
index 55eccce26eadf..0000000000000
--- a/blockchains/ethereum/assets/0xb3203DB25a01fa7950a860B42b899Ad7Da52DDD6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PlexCoin",
- "symbol": "PLX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb3203DB25a01fa7950a860B42b899Ad7Da52DDD6",
- "status": "abandoned",
- "id": "0xb3203DB25a01fa7950a860B42b899Ad7Da52DDD6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb3203DB25a01fa7950a860B42b899Ad7Da52DDD6/logo.png b/blockchains/ethereum/assets/0xb3203DB25a01fa7950a860B42b899Ad7Da52DDD6/logo.png
deleted file mode 100644
index 4dde97a243855..0000000000000
Binary files a/blockchains/ethereum/assets/0xb3203DB25a01fa7950a860B42b899Ad7Da52DDD6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb32aC3C79A94aC1eb258f3C830bBDbc676483c93/info.json b/blockchains/ethereum/assets/0xb32aC3C79A94aC1eb258f3C830bBDbc676483c93/info.json
deleted file mode 100644
index 2ff3abaf4e118..0000000000000
--- a/blockchains/ethereum/assets/0xb32aC3C79A94aC1eb258f3C830bBDbc676483c93/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "OpenSwap",
- "website": "https://openswap.xyz",
- "description": "OpenSwap is an integrated one-stop DeFi hub designed to revolutionize on-chain liquidity.",
- "explorer": "https://etherscan.io/token/0xb32aC3C79A94aC1eb258f3C830bBDbc676483c93",
- "type": "ERC20",
- "symbol": "OSWAP",
- "decimals": 18,
- "status": "active",
- "id": "0xb32aC3C79A94aC1eb258f3C830bBDbc676483c93",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/openswapdex"
- },
- {
- "name": "blog",
- "url": "https://openswapdex.medium.com/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/openswapdex"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/openswap/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb32aC3C79A94aC1eb258f3C830bBDbc676483c93/logo.png b/blockchains/ethereum/assets/0xb32aC3C79A94aC1eb258f3C830bBDbc676483c93/logo.png
deleted file mode 100644
index 6b4601ea4f96b..0000000000000
Binary files a/blockchains/ethereum/assets/0xb32aC3C79A94aC1eb258f3C830bBDbc676483c93/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb339FcA531367067e98d7c4f9303Ffeadff7B881/info.json b/blockchains/ethereum/assets/0xb339FcA531367067e98d7c4f9303Ffeadff7B881/info.json
deleted file mode 100644
index 784ebcc8db801..0000000000000
--- a/blockchains/ethereum/assets/0xb339FcA531367067e98d7c4f9303Ffeadff7B881/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aludra Network",
- "website": "https://aludra.network",
- "description": "Aludra is a Decentralized Network where Financial Instruments are Traded. We Provide Services and Trust in OTC Sales for Cryptocurrency",
- "explorer": "https://etherscan.io/token/0xb339FcA531367067e98d7c4f9303Ffeadff7B881",
- "type": "ERC20",
- "symbol": "ALD",
- "decimals": 18,
- "status": "active",
- "id": "0xb339FcA531367067e98d7c4f9303Ffeadff7B881"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb339FcA531367067e98d7c4f9303Ffeadff7B881/logo.png b/blockchains/ethereum/assets/0xb339FcA531367067e98d7c4f9303Ffeadff7B881/logo.png
deleted file mode 100644
index 57303450af76a..0000000000000
Binary files a/blockchains/ethereum/assets/0xb339FcA531367067e98d7c4f9303Ffeadff7B881/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb3465621DEaA4bDEC59f8c9eFd265aD2fe44c36B/info.json b/blockchains/ethereum/assets/0xb3465621DEaA4bDEC59f8c9eFd265aD2fe44c36B/info.json
deleted file mode 100644
index 57b49aa653291..0000000000000
--- a/blockchains/ethereum/assets/0xb3465621DEaA4bDEC59f8c9eFd265aD2fe44c36B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DAT",
- "symbol": "DAT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb3465621DEaA4bDEC59f8c9eFd265aD2fe44c36B",
- "status": "abandoned",
- "id": "0xb3465621DEaA4bDEC59f8c9eFd265aD2fe44c36B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb3465621DEaA4bDEC59f8c9eFd265aD2fe44c36B/logo.png b/blockchains/ethereum/assets/0xb3465621DEaA4bDEC59f8c9eFd265aD2fe44c36B/logo.png
deleted file mode 100644
index c68d491a9d842..0000000000000
Binary files a/blockchains/ethereum/assets/0xb3465621DEaA4bDEC59f8c9eFd265aD2fe44c36B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb35e3E3E8A95Fd245d5C912118045459AaB9243b/info.json b/blockchains/ethereum/assets/0xb35e3E3E8A95Fd245d5C912118045459AaB9243b/info.json
deleted file mode 100644
index c69c8ca57a96a..0000000000000
--- a/blockchains/ethereum/assets/0xb35e3E3E8A95Fd245d5C912118045459AaB9243b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SmartIDentity.io",
- "symbol": "SID",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb35e3E3E8A95Fd245d5C912118045459AaB9243b",
- "status": "abandoned",
- "id": "0xb35e3E3E8A95Fd245d5C912118045459AaB9243b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb35e3E3E8A95Fd245d5C912118045459AaB9243b/logo.png b/blockchains/ethereum/assets/0xb35e3E3E8A95Fd245d5C912118045459AaB9243b/logo.png
deleted file mode 100644
index 7827f2281b428..0000000000000
Binary files a/blockchains/ethereum/assets/0xb35e3E3E8A95Fd245d5C912118045459AaB9243b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb3616550aBc8AF79c7A5902DEF9Efa3bC9A95200/info.json b/blockchains/ethereum/assets/0xb3616550aBc8AF79c7A5902DEF9Efa3bC9A95200/info.json
deleted file mode 100644
index ec6755d602108..0000000000000
--- a/blockchains/ethereum/assets/0xb3616550aBc8AF79c7A5902DEF9Efa3bC9A95200/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Telex",
- "symbol": "TLX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb3616550aBc8AF79c7A5902DEF9Efa3bC9A95200",
- "status": "abandoned",
- "id": "0xb3616550aBc8AF79c7A5902DEF9Efa3bC9A95200"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb3616550aBc8AF79c7A5902DEF9Efa3bC9A95200/logo.png b/blockchains/ethereum/assets/0xb3616550aBc8AF79c7A5902DEF9Efa3bC9A95200/logo.png
deleted file mode 100755
index 7c38ac816186e..0000000000000
Binary files a/blockchains/ethereum/assets/0xb3616550aBc8AF79c7A5902DEF9Efa3bC9A95200/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb3BACe433288645114FE8e8aA91F87659CBF665b/info.json b/blockchains/ethereum/assets/0xb3BACe433288645114FE8e8aA91F87659CBF665b/info.json
deleted file mode 100644
index e2a0aab578da2..0000000000000
--- a/blockchains/ethereum/assets/0xb3BACe433288645114FE8e8aA91F87659CBF665b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WalletPlusX",
- "symbol": "WPX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://wplus.io/",
- "explorer": "https://etherscan.io/token/0xb3BACe433288645114FE8e8aA91F87659CBF665b",
- "status": "abandoned",
- "id": "0xb3BACe433288645114FE8e8aA91F87659CBF665b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb3BACe433288645114FE8e8aA91F87659CBF665b/logo.png b/blockchains/ethereum/assets/0xb3BACe433288645114FE8e8aA91F87659CBF665b/logo.png
deleted file mode 100644
index 51dda262522e8..0000000000000
Binary files a/blockchains/ethereum/assets/0xb3BACe433288645114FE8e8aA91F87659CBF665b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb3Bd49E28f8F832b8d1E246106991e546c323502/info.json b/blockchains/ethereum/assets/0xb3Bd49E28f8F832b8d1E246106991e546c323502/info.json
deleted file mode 100644
index 0060d2a86241f..0000000000000
--- a/blockchains/ethereum/assets/0xb3Bd49E28f8F832b8d1E246106991e546c323502/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Global Messaging Token",
- "symbol": "GMT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.mercuryprotocol.com/",
- "explorer": "https://etherscan.io/token/0xb3Bd49E28f8F832b8d1E246106991e546c323502",
- "status": "abandoned",
- "id": "0xb3Bd49E28f8F832b8d1E246106991e546c323502"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb3Bd49E28f8F832b8d1E246106991e546c323502/logo.png b/blockchains/ethereum/assets/0xb3Bd49E28f8F832b8d1E246106991e546c323502/logo.png
deleted file mode 100644
index 656d4f4b750f7..0000000000000
Binary files a/blockchains/ethereum/assets/0xb3Bd49E28f8F832b8d1E246106991e546c323502/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb4058411967D5046f3510943103805be61f0600E/info.json b/blockchains/ethereum/assets/0xb4058411967D5046f3510943103805be61f0600E/info.json
deleted file mode 100644
index c585381ecfd31..0000000000000
--- a/blockchains/ethereum/assets/0xb4058411967D5046f3510943103805be61f0600E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "STONK",
- "symbol": "STONK",
- "type": "ERC20",
- "decimals": 18,
- "description": "$STONK is an indicator for DeFi. $STONK's value is derived from a balancer pool of DeFi's class leading protocol-layer contracts, consisting of COMP, LINK , KNC, ETH, SNX, REP, LRC. By investing in $STONK, you are investing in an index fund of DeFi's leading projects. Value in $STONK and value in the pool directly benefits all DeFi projects involved.",
- "website": "https://stonk.dev/",
- "explorer": "https://etherscan.io/token/0xb4058411967D5046f3510943103805be61f0600E",
- "status": "active",
- "id": "0xb4058411967D5046f3510943103805be61f0600E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb4058411967D5046f3510943103805be61f0600E/logo.png b/blockchains/ethereum/assets/0xb4058411967D5046f3510943103805be61f0600E/logo.png
deleted file mode 100644
index d38d18099e79c..0000000000000
Binary files a/blockchains/ethereum/assets/0xb4058411967D5046f3510943103805be61f0600E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb40E02f0E11081140a062f06b6692180c0199Dd9/info.json b/blockchains/ethereum/assets/0xb40E02f0E11081140a062f06b6692180c0199Dd9/info.json
deleted file mode 100644
index 6645d083b7572..0000000000000
--- a/blockchains/ethereum/assets/0xb40E02f0E11081140a062f06b6692180c0199Dd9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short ZRX-DAI v2",
- "symbol": "dsZRX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb40E02f0E11081140a062f06b6692180c0199Dd9",
- "status": "abandoned",
- "id": "0xb40E02f0E11081140a062f06b6692180c0199Dd9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb40E02f0E11081140a062f06b6692180c0199Dd9/logo.png b/blockchains/ethereum/assets/0xb40E02f0E11081140a062f06b6692180c0199Dd9/logo.png
deleted file mode 100644
index 5d44a2af1da53..0000000000000
Binary files a/blockchains/ethereum/assets/0xb40E02f0E11081140a062f06b6692180c0199Dd9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb41654a43Aae0D7d17701C612567b4243aa9cD6C/info.json b/blockchains/ethereum/assets/0xb41654a43Aae0D7d17701C612567b4243aa9cD6C/info.json
deleted file mode 100644
index 3f489556e9c7f..0000000000000
--- a/blockchains/ethereum/assets/0xb41654a43Aae0D7d17701C612567b4243aa9cD6C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Play Win Collect Protocol",
- "symbol": "PWCP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb41654a43Aae0D7d17701C612567b4243aa9cD6C",
- "status": "abandoned",
- "id": "0xb41654a43Aae0D7d17701C612567b4243aa9cD6C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb41654a43Aae0D7d17701C612567b4243aa9cD6C/logo.png b/blockchains/ethereum/assets/0xb41654a43Aae0D7d17701C612567b4243aa9cD6C/logo.png
deleted file mode 100644
index 00059c7b48f31..0000000000000
Binary files a/blockchains/ethereum/assets/0xb41654a43Aae0D7d17701C612567b4243aa9cD6C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb41f09a973a85c7F497c10B00a939dE667B55a78/info.json b/blockchains/ethereum/assets/0xb41f09a973a85c7F497c10B00a939dE667B55a78/info.json
deleted file mode 100644
index 31825135ce9f2..0000000000000
--- a/blockchains/ethereum/assets/0xb41f09a973a85c7F497c10B00a939dE667B55a78/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KNOW",
- "symbol": "KNOW",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "https://kryptono.exchange/k/accounts/home",
- "explorer": "https://etherscan.io/token/0xb41f09a973a85c7F497c10B00a939dE667B55a78",
- "status": "abandoned",
- "id": "0xb41f09a973a85c7F497c10B00a939dE667B55a78"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb41f09a973a85c7F497c10B00a939dE667B55a78/logo.png b/blockchains/ethereum/assets/0xb41f09a973a85c7F497c10B00a939dE667B55a78/logo.png
deleted file mode 100644
index 178590e4b2a8e..0000000000000
Binary files a/blockchains/ethereum/assets/0xb41f09a973a85c7F497c10B00a939dE667B55a78/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb444208cB0516C150178fCf9a52604BC04A1aCEa/info.json b/blockchains/ethereum/assets/0xb444208cB0516C150178fCf9a52604BC04A1aCEa/info.json
deleted file mode 100644
index dbc1a07ec3e5c..0000000000000
--- a/blockchains/ethereum/assets/0xb444208cB0516C150178fCf9a52604BC04A1aCEa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GreenMed",
- "symbol": "GRMD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb444208cB0516C150178fCf9a52604BC04A1aCEa",
- "status": "abandoned",
- "id": "0xb444208cB0516C150178fCf9a52604BC04A1aCEa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb444208cB0516C150178fCf9a52604BC04A1aCEa/logo.png b/blockchains/ethereum/assets/0xb444208cB0516C150178fCf9a52604BC04A1aCEa/logo.png
deleted file mode 100755
index 9dd3cf46308ce..0000000000000
Binary files a/blockchains/ethereum/assets/0xb444208cB0516C150178fCf9a52604BC04A1aCEa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb48E0F69e6A3064f5498D495F77AD83e0874ab28/info.json b/blockchains/ethereum/assets/0xb48E0F69e6A3064f5498D495F77AD83e0874ab28/info.json
deleted file mode 100644
index 478cccc92bfaf..0000000000000
--- a/blockchains/ethereum/assets/0xb48E0F69e6A3064f5498D495F77AD83e0874ab28/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "CXN Network",
- "website": "https://cxn.network",
- "description": "CXN Network is a research-and-deploy start-up, which aims to build products around centralized and decentralized finance",
- "explorer": "https://etherscan.io/token/0xb48E0F69e6A3064f5498D495F77AD83e0874ab28",
- "type": "ERC20",
- "symbol": "CXN",
- "decimals": 18,
- "status": "active",
- "id": "0xb48E0F69e6A3064f5498D495F77AD83e0874ab28",
- "links": [
- {
- "name": "source_code",
- "url": "https://gitlab.com/beejay141/cxnsol"
- },
- {
- "name": "whitepaper",
- "url": "https://cxn.network/files/Whitepaper-CXN.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb48E0F69e6A3064f5498D495F77AD83e0874ab28/logo.png b/blockchains/ethereum/assets/0xb48E0F69e6A3064f5498D495F77AD83e0874ab28/logo.png
deleted file mode 100644
index 9e991feb83a6f..0000000000000
Binary files a/blockchains/ethereum/assets/0xb48E0F69e6A3064f5498D495F77AD83e0874ab28/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb4a525631FB867cE79e6DD07B86B9A098501acd5/info.json b/blockchains/ethereum/assets/0xb4a525631FB867cE79e6DD07B86B9A098501acd5/info.json
deleted file mode 100644
index f8e4514e334e6..0000000000000
--- a/blockchains/ethereum/assets/0xb4a525631FB867cE79e6DD07B86B9A098501acd5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptoMarketCloud",
- "symbol": "CMC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb4a525631FB867cE79e6DD07B86B9A098501acd5",
- "status": "abandoned",
- "id": "0xb4a525631FB867cE79e6DD07B86B9A098501acd5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb4a525631FB867cE79e6DD07B86B9A098501acd5/logo.png b/blockchains/ethereum/assets/0xb4a525631FB867cE79e6DD07B86B9A098501acd5/logo.png
deleted file mode 100644
index 1a1026311c858..0000000000000
Binary files a/blockchains/ethereum/assets/0xb4a525631FB867cE79e6DD07B86B9A098501acd5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb4d0FDFC8497AEF97d3c2892AE682eE06064A2BC/info.json b/blockchains/ethereum/assets/0xb4d0FDFC8497AEF97d3c2892AE682eE06064A2BC/info.json
deleted file mode 100644
index d9cdae130cf47..0000000000000
--- a/blockchains/ethereum/assets/0xb4d0FDFC8497AEF97d3c2892AE682eE06064A2BC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Formosa Financial Token",
- "symbol": "FMF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb4d0FDFC8497AEF97d3c2892AE682eE06064A2BC",
- "status": "abandoned",
- "id": "0xb4d0FDFC8497AEF97d3c2892AE682eE06064A2BC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb4d0FDFC8497AEF97d3c2892AE682eE06064A2BC/logo.png b/blockchains/ethereum/assets/0xb4d0FDFC8497AEF97d3c2892AE682eE06064A2BC/logo.png
deleted file mode 100644
index 0e76b6d8570c5..0000000000000
Binary files a/blockchains/ethereum/assets/0xb4d0FDFC8497AEF97d3c2892AE682eE06064A2BC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb4eA1e0E82814B8D357Dcf864083980972CE62AA/info.json b/blockchains/ethereum/assets/0xb4eA1e0E82814B8D357Dcf864083980972CE62AA/info.json
deleted file mode 100644
index 17418316575bc..0000000000000
--- a/blockchains/ethereum/assets/0xb4eA1e0E82814B8D357Dcf864083980972CE62AA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KITE COIN",
- "symbol": "KITE",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb4eA1e0E82814B8D357Dcf864083980972CE62AA",
- "status": "abandoned",
- "id": "0xb4eA1e0E82814B8D357Dcf864083980972CE62AA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb4eA1e0E82814B8D357Dcf864083980972CE62AA/logo.png b/blockchains/ethereum/assets/0xb4eA1e0E82814B8D357Dcf864083980972CE62AA/logo.png
deleted file mode 100644
index f1368965d85c5..0000000000000
Binary files a/blockchains/ethereum/assets/0xb4eA1e0E82814B8D357Dcf864083980972CE62AA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb51925A39d3d9e81Bb77407CD38468797B5be6d2/info.json b/blockchains/ethereum/assets/0xb51925A39d3d9e81Bb77407CD38468797B5be6d2/info.json
deleted file mode 100644
index 068d390478e11..0000000000000
--- a/blockchains/ethereum/assets/0xb51925A39d3d9e81Bb77407CD38468797B5be6d2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Golassocoin",
- "symbol": "GSN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb51925A39d3d9e81Bb77407CD38468797B5be6d2",
- "status": "abandoned",
- "id": "0xb51925A39d3d9e81Bb77407CD38468797B5be6d2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb51925A39d3d9e81Bb77407CD38468797B5be6d2/logo.png b/blockchains/ethereum/assets/0xb51925A39d3d9e81Bb77407CD38468797B5be6d2/logo.png
deleted file mode 100644
index 5f2f027b8f5f2..0000000000000
Binary files a/blockchains/ethereum/assets/0xb51925A39d3d9e81Bb77407CD38468797B5be6d2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb525Ecee288B99216CD481C56b6EFbdbE9bF90b5/info.json b/blockchains/ethereum/assets/0xb525Ecee288B99216CD481C56b6EFbdbE9bF90b5/info.json
deleted file mode 100644
index f8ed8d9994039..0000000000000
--- a/blockchains/ethereum/assets/0xb525Ecee288B99216CD481C56b6EFbdbE9bF90b5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kuma Inu Token",
- "website": "https://kumatoken.com",
- "description": "Decentralized Meme Tokens that grew into a vibrant ecosystem.",
- "explorer": "https://etherscan.io/token/0xb525Ecee288B99216CD481C56b6EFbdbE9bF90b5",
- "type": "ERC20",
- "symbol": "KUMA",
- "decimals": 18,
- "status": "abandoned",
- "id": "0xb525Ecee288B99216CD481C56b6EFbdbE9bF90b5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb525Ecee288B99216CD481C56b6EFbdbE9bF90b5/logo.png b/blockchains/ethereum/assets/0xb525Ecee288B99216CD481C56b6EFbdbE9bF90b5/logo.png
deleted file mode 100644
index 277a8ec68011a..0000000000000
Binary files a/blockchains/ethereum/assets/0xb525Ecee288B99216CD481C56b6EFbdbE9bF90b5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb526FD41360c98929006f3bDcBd16d55dE4b0069/info.json b/blockchains/ethereum/assets/0xb526FD41360c98929006f3bDcBd16d55dE4b0069/info.json
deleted file mode 100644
index 5ca12e772dc90..0000000000000
--- a/blockchains/ethereum/assets/0xb526FD41360c98929006f3bDcBd16d55dE4b0069/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "THIRM",
- "website": "https://thirm.com",
- "description": "THIRM PROTOCOL is a Cross-chain & Cross-platform Lending Protocol built on Ethereum. Thirm Protocol automatically lends pooled user cryptocurrencies to the highest paying protocol and generates the highest possible APY.",
- "explorer": "https://etherscan.io/token/0xb526FD41360c98929006f3bDcBd16d55dE4b0069",
- "type": "ERC20",
- "symbol": "THIRM",
- "decimals": 18,
- "status": "active",
- "id": "0xb526FD41360c98929006f3bDcBd16d55dE4b0069",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/thirmtoken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/thirmprotocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb526FD41360c98929006f3bDcBd16d55dE4b0069/logo.png b/blockchains/ethereum/assets/0xb526FD41360c98929006f3bDcBd16d55dE4b0069/logo.png
deleted file mode 100644
index 7ef7f7efa12ff..0000000000000
Binary files a/blockchains/ethereum/assets/0xb526FD41360c98929006f3bDcBd16d55dE4b0069/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb53A96bcBdD9CF78dfF20BAB6C2be7bAec8f00f8/info.json b/blockchains/ethereum/assets/0xb53A96bcBdD9CF78dfF20BAB6C2be7bAec8f00f8/info.json
deleted file mode 100644
index adbf3790cda9a..0000000000000
--- a/blockchains/ethereum/assets/0xb53A96bcBdD9CF78dfF20BAB6C2be7bAec8f00f8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETHGAS",
- "symbol": "eGAS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb53A96bcBdD9CF78dfF20BAB6C2be7bAec8f00f8",
- "status": "abandoned",
- "id": "0xb53A96bcBdD9CF78dfF20BAB6C2be7bAec8f00f8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb53A96bcBdD9CF78dfF20BAB6C2be7bAec8f00f8/logo.png b/blockchains/ethereum/assets/0xb53A96bcBdD9CF78dfF20BAB6C2be7bAec8f00f8/logo.png
deleted file mode 100644
index 648add2fdaa56..0000000000000
Binary files a/blockchains/ethereum/assets/0xb53A96bcBdD9CF78dfF20BAB6C2be7bAec8f00f8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb54be748DEE3955aFb28B50beEd24f9db8992Cab/info.json b/blockchains/ethereum/assets/0xb54be748DEE3955aFb28B50beEd24f9db8992Cab/info.json
deleted file mode 100644
index a911c7d3d715e..0000000000000
--- a/blockchains/ethereum/assets/0xb54be748DEE3955aFb28B50beEd24f9db8992Cab/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Serenity",
- "symbol": "SET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb54be748DEE3955aFb28B50beEd24f9db8992Cab",
- "status": "abandoned",
- "id": "0xb54be748DEE3955aFb28B50beEd24f9db8992Cab"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb54be748DEE3955aFb28B50beEd24f9db8992Cab/logo.png b/blockchains/ethereum/assets/0xb54be748DEE3955aFb28B50beEd24f9db8992Cab/logo.png
deleted file mode 100644
index 8ec6c1f0ae232..0000000000000
Binary files a/blockchains/ethereum/assets/0xb54be748DEE3955aFb28B50beEd24f9db8992Cab/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb562EC0261a9cB550A5fbcB46030088F1d6a53cF/info.json b/blockchains/ethereum/assets/0xb562EC0261a9cB550A5fbcB46030088F1d6a53cF/info.json
deleted file mode 100644
index b2a559ab03252..0000000000000
--- a/blockchains/ethereum/assets/0xb562EC0261a9cB550A5fbcB46030088F1d6a53cF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EOSpace",
- "type": "ERC20",
- "symbol": "EOP",
- "decimals": 18,
- "website": "",
- "description": "-",
- "explorer": "https://etherscan.io/token/0xb562ec0261a9cb550a5fbcb46030088f1d6a53cf",
- "status": "active",
- "id": "0xb562EC0261a9cB550A5fbcB46030088F1d6a53cF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb562EC0261a9cB550A5fbcB46030088F1d6a53cF/logo.png b/blockchains/ethereum/assets/0xb562EC0261a9cB550A5fbcB46030088F1d6a53cF/logo.png
deleted file mode 100644
index 92977a392634e..0000000000000
Binary files a/blockchains/ethereum/assets/0xb562EC0261a9cB550A5fbcB46030088F1d6a53cF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb581E3a7dB80fBAA821AB39342E9Cbfd2ce33c23/info.json b/blockchains/ethereum/assets/0xb581E3a7dB80fBAA821AB39342E9Cbfd2ce33c23/info.json
deleted file mode 100644
index 54da3f253a90b..0000000000000
--- a/blockchains/ethereum/assets/0xb581E3a7dB80fBAA821AB39342E9Cbfd2ce33c23/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Arcade Token",
- "website": "https://arcade.city",
- "description": "Arcade Token (ARCD) is the official cryptocurrency of Arcade City, the decentralized gig marketplace for rides, deliveries and more.",
- "explorer": "https://etherscan.io/token/0xb581E3a7dB80fBAA821AB39342E9Cbfd2ce33c23",
- "type": "ERC20",
- "symbol": "ARCD",
- "decimals": 18,
- "status": "active",
- "id": "0xb581E3a7dB80fBAA821AB39342E9Cbfd2ce33c23",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ArcadeCity/arcd-token"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb581E3a7dB80fBAA821AB39342E9Cbfd2ce33c23/logo.png b/blockchains/ethereum/assets/0xb581E3a7dB80fBAA821AB39342E9Cbfd2ce33c23/logo.png
deleted file mode 100644
index 20201f9400c07..0000000000000
Binary files a/blockchains/ethereum/assets/0xb581E3a7dB80fBAA821AB39342E9Cbfd2ce33c23/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723/info.json b/blockchains/ethereum/assets/0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723/info.json
deleted file mode 100644
index be58f5902b739..0000000000000
--- a/blockchains/ethereum/assets/0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Litentry",
- "website": "https://www.litentry.com",
- "description": "Decentralized identity authentication and user activity data management Infrastructure.",
- "explorer": "https://etherscan.io/token/0xb59490ab09a0f526cc7305822ac65f2ab12f9723",
- "type": "ERC20",
- "symbol": "LIT",
- "decimals": 18,
- "status": "active",
- "id": "0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/litentry"
- },
- {
- "name": "github",
- "url": "https://github.com/litentry/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/litentry"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/litentry/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723/logo.png b/blockchains/ethereum/assets/0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723/logo.png
deleted file mode 100644
index ec014d668882e..0000000000000
Binary files a/blockchains/ethereum/assets/0xb59490aB09A0f526Cc7305822aC65f2Ab12f9723/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb5A5F22694352C15B00323844aD545ABb2B11028/info.json b/blockchains/ethereum/assets/0xb5A5F22694352C15B00323844aD545ABb2B11028/info.json
deleted file mode 100644
index bc44776cd507c..0000000000000
--- a/blockchains/ethereum/assets/0xb5A5F22694352C15B00323844aD545ABb2B11028/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ICON",
- "symbol": "ICX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb5A5F22694352C15B00323844aD545ABb2B11028",
- "status": "abandoned",
- "id": "0xb5A5F22694352C15B00323844aD545ABb2B11028"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb5A5F22694352C15B00323844aD545ABb2B11028/logo.png b/blockchains/ethereum/assets/0xb5A5F22694352C15B00323844aD545ABb2B11028/logo.png
deleted file mode 100755
index a5727ae6ab15c..0000000000000
Binary files a/blockchains/ethereum/assets/0xb5A5F22694352C15B00323844aD545ABb2B11028/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb5BB48567BfD0bFE9e4B08EF8b7f91556CC2a112/info.json b/blockchains/ethereum/assets/0xb5BB48567BfD0bFE9e4B08EF8b7f91556CC2a112/info.json
deleted file mode 100644
index d0ba030768be8..0000000000000
--- a/blockchains/ethereum/assets/0xb5BB48567BfD0bFE9e4B08EF8b7f91556CC2a112/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bankcoin",
- "symbol": "BCASH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bankcoinbcash.com/",
- "explorer": "https://etherscan.io/token/0xb5BB48567BfD0bFE9e4B08EF8b7f91556CC2a112",
- "status": "abandoned",
- "id": "0xb5BB48567BfD0bFE9e4B08EF8b7f91556CC2a112"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb5BB48567BfD0bFE9e4B08EF8b7f91556CC2a112/logo.png b/blockchains/ethereum/assets/0xb5BB48567BfD0bFE9e4B08EF8b7f91556CC2a112/logo.png
deleted file mode 100755
index 8057f9ee4f232..0000000000000
Binary files a/blockchains/ethereum/assets/0xb5BB48567BfD0bFE9e4B08EF8b7f91556CC2a112/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb5a4ac5b04E777230bA3381195EfF6a60c3934F2/info.json b/blockchains/ethereum/assets/0xb5a4ac5b04E777230bA3381195EfF6a60c3934F2/info.json
deleted file mode 100644
index 6060484d5bd00..0000000000000
--- a/blockchains/ethereum/assets/0xb5a4ac5b04E777230bA3381195EfF6a60c3934F2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "inSure",
- "symbol": "SURE",
- "type": "ERC20",
- "decimals": 18,
- "description": "inSure (SURE) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://insuretoken.net",
- "explorer": "https://etherscan.io/token/0xb5a4ac5b04E777230bA3381195EfF6a60c3934F2",
- "status": "abandoned",
- "id": "0xb5a4ac5b04E777230bA3381195EfF6a60c3934F2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb5b8F5616Fe42d5ceCA3e87F3FddbDd8F496d760/info.json b/blockchains/ethereum/assets/0xb5b8F5616Fe42d5ceCA3e87F3FddbDd8F496d760/info.json
deleted file mode 100644
index 16f94a083afc1..0000000000000
--- a/blockchains/ethereum/assets/0xb5b8F5616Fe42d5ceCA3e87F3FddbDd8F496d760/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZperToken",
- "symbol": "ZPR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Decentralized Ecosystem for P2P Finance.",
- "website": "https://zper.io/#",
- "explorer": "https://etherscan.io/token/0xb5b8F5616Fe42d5ceCA3e87F3FddbDd8F496d760",
- "status": "active",
- "id": "0xb5b8F5616Fe42d5ceCA3e87F3FddbDd8F496d760"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb5b8F5616Fe42d5ceCA3e87F3FddbDd8F496d760/logo.png b/blockchains/ethereum/assets/0xb5b8F5616Fe42d5ceCA3e87F3FddbDd8F496d760/logo.png
deleted file mode 100644
index 07bcab4f8702c..0000000000000
Binary files a/blockchains/ethereum/assets/0xb5b8F5616Fe42d5ceCA3e87F3FddbDd8F496d760/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb5f278Ee11811eFEC0692EC61b1e9f9984f2de11/info.json b/blockchains/ethereum/assets/0xb5f278Ee11811eFEC0692EC61b1e9f9984f2de11/info.json
deleted file mode 100644
index bd65e2253f17d..0000000000000
--- a/blockchains/ethereum/assets/0xb5f278Ee11811eFEC0692EC61b1e9f9984f2de11/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SmartMint BondFiat StableToken",
- "symbol": "EMIT",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb5f278Ee11811eFEC0692EC61b1e9f9984f2de11",
- "status": "abandoned",
- "id": "0xb5f278Ee11811eFEC0692EC61b1e9f9984f2de11"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb5f278Ee11811eFEC0692EC61b1e9f9984f2de11/logo.png b/blockchains/ethereum/assets/0xb5f278Ee11811eFEC0692EC61b1e9f9984f2de11/logo.png
deleted file mode 100644
index 7c6c919d3c752..0000000000000
Binary files a/blockchains/ethereum/assets/0xb5f278Ee11811eFEC0692EC61b1e9f9984f2de11/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb5fDe360d9d6D4Dddf6093a39F725081F9C601ae/info.json b/blockchains/ethereum/assets/0xb5fDe360d9d6D4Dddf6093a39F725081F9C601ae/info.json
deleted file mode 100644
index 834efbf578c95..0000000000000
--- a/blockchains/ethereum/assets/0xb5fDe360d9d6D4Dddf6093a39F725081F9C601ae/info.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Initia",
- "symbol": "INI",
- "type": "ERC20",
- "decimals": 4,
- "description": "The INITIA Project will solve onboarding into the Metaverse/Crypto space by providing unique and novel event concepts.",
- "website": "https://app.tryroll.com/token/INI",
- "explorer": "https://etherscan.io/token/0xb5fDe360d9d6D4Dddf6093a39F725081F9C601ae",
- "status": "active",
- "id": "0xb5fDe360d9d6D4Dddf6093a39F725081F9C601ae",
- "links": [
- {
- "name": "docs",
- "url": "https://app.tryroll.com/token/INI"
- }
- ],
- "tags": [
- "nft"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xb5fDe360d9d6D4Dddf6093a39F725081F9C601ae/logo.png b/blockchains/ethereum/assets/0xb5fDe360d9d6D4Dddf6093a39F725081F9C601ae/logo.png
deleted file mode 100644
index 77f4b3fb46136..0000000000000
Binary files a/blockchains/ethereum/assets/0xb5fDe360d9d6D4Dddf6093a39F725081F9C601ae/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb60Fde5D798236fBF1e2697B2A0645380921FccF/info.json b/blockchains/ethereum/assets/0xb60Fde5D798236fBF1e2697B2A0645380921FccF/info.json
deleted file mode 100644
index d970f3e512de7..0000000000000
--- a/blockchains/ethereum/assets/0xb60Fde5D798236fBF1e2697B2A0645380921FccF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "STONK",
- "symbol": "STONK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb60Fde5D798236fBF1e2697B2A0645380921FccF",
- "status": "abandoned",
- "id": "0xb60Fde5D798236fBF1e2697B2A0645380921FccF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb60Fde5D798236fBF1e2697B2A0645380921FccF/logo.png b/blockchains/ethereum/assets/0xb60Fde5D798236fBF1e2697B2A0645380921FccF/logo.png
deleted file mode 100644
index d38d18099e79c..0000000000000
Binary files a/blockchains/ethereum/assets/0xb60Fde5D798236fBF1e2697B2A0645380921FccF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb6177A82b416F888D10c72b450Cd5442651d749a/info.json b/blockchains/ethereum/assets/0xb6177A82b416F888D10c72b450Cd5442651d749a/info.json
deleted file mode 100644
index 742c48ec04bdc..0000000000000
--- a/blockchains/ethereum/assets/0xb6177A82b416F888D10c72b450Cd5442651d749a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Horizon0x",
- "symbol": "Hr0x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb6177A82b416F888D10c72b450Cd5442651d749a",
- "status": "abandoned",
- "id": "0xb6177A82b416F888D10c72b450Cd5442651d749a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb6177A82b416F888D10c72b450Cd5442651d749a/logo.png b/blockchains/ethereum/assets/0xb6177A82b416F888D10c72b450Cd5442651d749a/logo.png
deleted file mode 100644
index 7df4b534aeb74..0000000000000
Binary files a/blockchains/ethereum/assets/0xb6177A82b416F888D10c72b450Cd5442651d749a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb628919a5456fd746A6b7a9f1003040Ca63e6d45/info.json b/blockchains/ethereum/assets/0xb628919a5456fd746A6b7a9f1003040Ca63e6d45/info.json
deleted file mode 100644
index 7aa347f21442a..0000000000000
--- a/blockchains/ethereum/assets/0xb628919a5456fd746A6b7a9f1003040Ca63e6d45/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Produce Pay",
- "symbol": "PP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://producepay.io",
- "explorer": "https://etherscan.io/token/0xb628919a5456fd746A6b7a9f1003040Ca63e6d45",
- "status": "abandoned",
- "id": "0xb628919a5456fd746A6b7a9f1003040Ca63e6d45"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb628919a5456fd746A6b7a9f1003040Ca63e6d45/logo.png b/blockchains/ethereum/assets/0xb628919a5456fd746A6b7a9f1003040Ca63e6d45/logo.png
deleted file mode 100644
index 199f000469c86..0000000000000
Binary files a/blockchains/ethereum/assets/0xb628919a5456fd746A6b7a9f1003040Ca63e6d45/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb62d18DeA74045E822352CE4B3EE77319DC5ff2F/info.json b/blockchains/ethereum/assets/0xb62d18DeA74045E822352CE4B3EE77319DC5ff2F/info.json
deleted file mode 100644
index e56d2c0dec031..0000000000000
--- a/blockchains/ethereum/assets/0xb62d18DeA74045E822352CE4B3EE77319DC5ff2F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EventChain",
- "symbol": "EVC",
- "type": "ERC20",
- "decimals": 18,
- "description": "EventChain (EVC) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://eventchain.io",
- "explorer": "https://etherscan.io/token/0xb62d18DeA74045E822352CE4B3EE77319DC5ff2F",
- "status": "active",
- "id": "0xb62d18DeA74045E822352CE4B3EE77319DC5ff2F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb62d18DeA74045E822352CE4B3EE77319DC5ff2F/logo.png b/blockchains/ethereum/assets/0xb62d18DeA74045E822352CE4B3EE77319DC5ff2F/logo.png
deleted file mode 100644
index 602b49b0c2d63..0000000000000
Binary files a/blockchains/ethereum/assets/0xb62d18DeA74045E822352CE4B3EE77319DC5ff2F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb65722e0fbD75aAF5Be39022510Ed9b018FC1FaC/info.json b/blockchains/ethereum/assets/0xb65722e0fbD75aAF5Be39022510Ed9b018FC1FaC/info.json
deleted file mode 100644
index f5315fe95fff2..0000000000000
--- a/blockchains/ethereum/assets/0xb65722e0fbD75aAF5Be39022510Ed9b018FC1FaC/info.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "Hearts",
- "symbol": "HRTS",
- "type": "ERC20",
- "decimals": 4,
- "description": "Nifty Hearts is the first NFT collection of original artworks energized with artist social tokens on Charged Particles.",
- "website": "https://app.tryroll.com/token/HRTS",
- "explorer": "https://etherscan.io/token/0xb65722e0fbD75aAF5Be39022510Ed9b018FC1FaC",
- "status": "active",
- "id": "0xb65722e0fbD75aAF5Be39022510Ed9b018FC1FaC",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/NFTHearts"
- }
- ],
- "tags": [
- "nft"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xb65722e0fbD75aAF5Be39022510Ed9b018FC1FaC/logo.png b/blockchains/ethereum/assets/0xb65722e0fbD75aAF5Be39022510Ed9b018FC1FaC/logo.png
deleted file mode 100644
index dd0c47f59613a..0000000000000
Binary files a/blockchains/ethereum/assets/0xb65722e0fbD75aAF5Be39022510Ed9b018FC1FaC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb683D83a532e2Cb7DFa5275eED3698436371cc9f/info.json b/blockchains/ethereum/assets/0xb683D83a532e2Cb7DFa5275eED3698436371cc9f/info.json
deleted file mode 100644
index f767ba611cc5b..0000000000000
--- a/blockchains/ethereum/assets/0xb683D83a532e2Cb7DFa5275eED3698436371cc9f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTU Protocol",
- "symbol": "BTU",
- "type": "ERC20",
- "decimals": 18,
- "description": "BTU Protocol is a peer-to-peer booking protocol.",
- "website": "https://www.btu-protocol.com",
- "explorer": "https://etherscan.io/token/0xb683D83a532e2Cb7DFa5275eED3698436371cc9f",
- "status": "active",
- "id": "0xb683D83a532e2Cb7DFa5275eED3698436371cc9f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb683D83a532e2Cb7DFa5275eED3698436371cc9f/logo.png b/blockchains/ethereum/assets/0xb683D83a532e2Cb7DFa5275eED3698436371cc9f/logo.png
deleted file mode 100644
index 5c748b8e63d35..0000000000000
Binary files a/blockchains/ethereum/assets/0xb683D83a532e2Cb7DFa5275eED3698436371cc9f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb6C53431608E626AC81a9776ac3e999c5556717c/info.json b/blockchains/ethereum/assets/0xb6C53431608E626AC81a9776ac3e999c5556717c/info.json
deleted file mode 100644
index 62b86039cfd7f..0000000000000
--- a/blockchains/ethereum/assets/0xb6C53431608E626AC81a9776ac3e999c5556717c/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "pTokens TLOS",
- "symbol": "TLOS",
- "type": "ERC20",
- "decimals": 18,
- "description": "pNetwork enables cross-chain movement of assets and data.",
- "website": "https://ptokens.io/",
- "explorer": "https://etherscan.io/token/0xb6C53431608E626AC81a9776ac3e999c5556717c",
- "status": "active",
- "id": "0xb6C53431608E626AC81a9776ac3e999c5556717c",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/pNetworkDeFi"
- },
- {
- "name": "github",
- "url": "https://github.com/provable-things"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/telos/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb6C53431608E626AC81a9776ac3e999c5556717c/logo.png b/blockchains/ethereum/assets/0xb6C53431608E626AC81a9776ac3e999c5556717c/logo.png
deleted file mode 100644
index cc526a26256c8..0000000000000
Binary files a/blockchains/ethereum/assets/0xb6C53431608E626AC81a9776ac3e999c5556717c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb6EE9668771a79be7967ee29a63D4184F8097143/info.json b/blockchains/ethereum/assets/0xb6EE9668771a79be7967ee29a63D4184F8097143/info.json
deleted file mode 100644
index 65ca83f553e06..0000000000000
--- a/blockchains/ethereum/assets/0xb6EE9668771a79be7967ee29a63D4184F8097143/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CargoX Token",
- "symbol": "CXO",
- "type": "ERC20",
- "decimals": 18,
- "description": "CargoX aims to disrupt the global logistics industry by replacing legacy paper Bill of Lading documents with Smart B/L Contract based on blockchain technology to able to state and transfer cargo ownership rights without the hassle of handling paper.",
- "website": "https://cargox.io/",
- "explorer": "https://etherscan.io/token/0xb6EE9668771a79be7967ee29a63D4184F8097143",
- "status": "active",
- "id": "0xb6EE9668771a79be7967ee29a63D4184F8097143"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb6EE9668771a79be7967ee29a63D4184F8097143/logo.png b/blockchains/ethereum/assets/0xb6EE9668771a79be7967ee29a63D4184F8097143/logo.png
deleted file mode 100644
index 931bbdeb6689c..0000000000000
Binary files a/blockchains/ethereum/assets/0xb6EE9668771a79be7967ee29a63D4184F8097143/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb6F2C2cc130473f88E3d887F42339Eb787475873/info.json b/blockchains/ethereum/assets/0xb6F2C2cc130473f88E3d887F42339Eb787475873/info.json
deleted file mode 100644
index 9467c15f8c0de..0000000000000
--- a/blockchains/ethereum/assets/0xb6F2C2cc130473f88E3d887F42339Eb787475873/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VILENET",
- "symbol": "VLT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb6F2C2cc130473f88E3d887F42339Eb787475873",
- "status": "abandoned",
- "id": "0xb6F2C2cc130473f88E3d887F42339Eb787475873"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb6F2C2cc130473f88E3d887F42339Eb787475873/logo.png b/blockchains/ethereum/assets/0xb6F2C2cc130473f88E3d887F42339Eb787475873/logo.png
deleted file mode 100644
index 17601b0768e79..0000000000000
Binary files a/blockchains/ethereum/assets/0xb6F2C2cc130473f88E3d887F42339Eb787475873/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb6F43025B29196Af2dddd69b0a58AFBa079cD600/info.json b/blockchains/ethereum/assets/0xb6F43025B29196Af2dddd69b0a58AFBa079cD600/info.json
deleted file mode 100644
index bd8864bce5922..0000000000000
--- a/blockchains/ethereum/assets/0xb6F43025B29196Af2dddd69b0a58AFBa079cD600/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "智投链",
- "symbol": "IIC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.iicoin.io/",
- "explorer": "https://etherscan.io/token/0xb6F43025B29196Af2dddd69b0a58AFBa079cD600",
- "status": "abandoned",
- "id": "0xb6F43025B29196Af2dddd69b0a58AFBa079cD600"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb6F43025B29196Af2dddd69b0a58AFBa079cD600/logo.png b/blockchains/ethereum/assets/0xb6F43025B29196Af2dddd69b0a58AFBa079cD600/logo.png
deleted file mode 100755
index 0003c7d0ad0c1..0000000000000
Binary files a/blockchains/ethereum/assets/0xb6F43025B29196Af2dddd69b0a58AFBa079cD600/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb6c4267C4877BB0D6b1685Cfd85b0FBe82F105ec/info.json b/blockchains/ethereum/assets/0xb6c4267C4877BB0D6b1685Cfd85b0FBe82F105ec/info.json
deleted file mode 100644
index df6cb6dccb107..0000000000000
--- a/blockchains/ethereum/assets/0xb6c4267C4877BB0D6b1685Cfd85b0FBe82F105ec/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Relevant",
- "symbol": "REL",
- "type": "ERC20",
- "decimals": 18,
- "description": "Relevant is an app for curating information based on quality, not clicks. Relevant uses a reputation system and economic incentives to encourage users to rank and organize content within topic-based communities. It’s based on the principle of inclusive hierarchy — anyone can participate but not everyone’s vote holds the same weight.",
- "website": "https://relevant.community/",
- "explorer": "https://etherscan.io/token/0xb6c4267C4877BB0D6b1685Cfd85b0FBe82F105ec",
- "status": "active",
- "id": "0xb6c4267C4877BB0D6b1685Cfd85b0FBe82F105ec"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb6c4267C4877BB0D6b1685Cfd85b0FBe82F105ec/logo.png b/blockchains/ethereum/assets/0xb6c4267C4877BB0D6b1685Cfd85b0FBe82F105ec/logo.png
deleted file mode 100644
index d21e0d129fb0d..0000000000000
Binary files a/blockchains/ethereum/assets/0xb6c4267C4877BB0D6b1685Cfd85b0FBe82F105ec/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb7355bc855Dc4959e90316e25E592D38C480ab6f/info.json b/blockchains/ethereum/assets/0xb7355bc855Dc4959e90316e25E592D38C480ab6f/info.json
deleted file mode 100644
index cc07d7d1b9661..0000000000000
--- a/blockchains/ethereum/assets/0xb7355bc855Dc4959e90316e25E592D38C480ab6f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pundi X Classic",
- "symbol": "NPXC",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb7355bc855Dc4959e90316e25E592D38C480ab6f",
- "status": "abandoned",
- "id": "0xb7355bc855Dc4959e90316e25E592D38C480ab6f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb7355bc855Dc4959e90316e25E592D38C480ab6f/logo.png b/blockchains/ethereum/assets/0xb7355bc855Dc4959e90316e25E592D38C480ab6f/logo.png
deleted file mode 100644
index 0baa89906d4cf..0000000000000
Binary files a/blockchains/ethereum/assets/0xb7355bc855Dc4959e90316e25E592D38C480ab6f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb736bA66aAd83ADb2322D1f199Bfa32B3962f13C/info.json b/blockchains/ethereum/assets/0xb736bA66aAd83ADb2322D1f199Bfa32B3962f13C/info.json
deleted file mode 100644
index dd60b78dc3d84..0000000000000
--- a/blockchains/ethereum/assets/0xb736bA66aAd83ADb2322D1f199Bfa32B3962f13C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bridge Protocol Token (ERC20)",
- "website": "https://bridgeprotocol.io/",
- "description": "Bridge Protocol ERC-20 utility token (BRDG) on the Ethereum network",
- "explorer": "https://etherscan.io/token/0xb736bA66aAd83ADb2322D1f199Bfa32B3962f13C",
- "type": "ERC20",
- "symbol": "BRDG",
- "decimals": 18,
- "status": "active",
- "id": "0xb736bA66aAd83ADb2322D1f199Bfa32B3962f13C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb736bA66aAd83ADb2322D1f199Bfa32B3962f13C/logo.png b/blockchains/ethereum/assets/0xb736bA66aAd83ADb2322D1f199Bfa32B3962f13C/logo.png
deleted file mode 100644
index 7e1309cb7cf96..0000000000000
Binary files a/blockchains/ethereum/assets/0xb736bA66aAd83ADb2322D1f199Bfa32B3962f13C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb74C03ad08363613b6fB4e56D1F6DDFBe990e5eb/info.json b/blockchains/ethereum/assets/0xb74C03ad08363613b6fB4e56D1F6DDFBe990e5eb/info.json
deleted file mode 100644
index cf2d41bb5c875..0000000000000
--- a/blockchains/ethereum/assets/0xb74C03ad08363613b6fB4e56D1F6DDFBe990e5eb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Duarte Soberano",
- "symbol": "DSC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb74C03ad08363613b6fB4e56D1F6DDFBe990e5eb",
- "status": "abandoned",
- "id": "0xb74C03ad08363613b6fB4e56D1F6DDFBe990e5eb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb74C03ad08363613b6fB4e56D1F6DDFBe990e5eb/logo.png b/blockchains/ethereum/assets/0xb74C03ad08363613b6fB4e56D1F6DDFBe990e5eb/logo.png
deleted file mode 100644
index d8faa69eee793..0000000000000
Binary files a/blockchains/ethereum/assets/0xb74C03ad08363613b6fB4e56D1F6DDFBe990e5eb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb753428af26E81097e7fD17f40c88aaA3E04902c/info.json b/blockchains/ethereum/assets/0xb753428af26E81097e7fD17f40c88aaA3E04902c/info.json
deleted file mode 100644
index 78fa508405637..0000000000000
--- a/blockchains/ethereum/assets/0xb753428af26E81097e7fD17f40c88aaA3E04902c/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "saffron.finance",
- "website": "https://saffron.finance",
- "description": "Asset collateralization and risk customization protocol",
- "explorer": "https://etherscan.io/token/0xb753428af26E81097e7fD17f40c88aaA3E04902c",
- "type": "ERC20",
- "symbol": "SFI",
- "decimals": 18,
- "status": "active",
- "id": "0xb753428af26E81097e7fD17f40c88aaA3E04902c",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/saffron-finance/saffron"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/saffron.finance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/saffronfinance"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/pDXpXKY"
- },
- {
- "name": "medium",
- "url": "https://medium.com/saffron-finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb753428af26E81097e7fD17f40c88aaA3E04902c/logo.png b/blockchains/ethereum/assets/0xb753428af26E81097e7fD17f40c88aaA3E04902c/logo.png
deleted file mode 100644
index 075a3d9381286..0000000000000
Binary files a/blockchains/ethereum/assets/0xb753428af26E81097e7fD17f40c88aaA3E04902c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb7679F548DeCc6d047ad9263Ea6a4cF6c680ecbc/info.json b/blockchains/ethereum/assets/0xb7679F548DeCc6d047ad9263Ea6a4cF6c680ecbc/info.json
deleted file mode 100644
index db22854da1139..0000000000000
--- a/blockchains/ethereum/assets/0xb7679F548DeCc6d047ad9263Ea6a4cF6c680ecbc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IACO GAN",
- "symbol": "IACO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb7679F548DeCc6d047ad9263Ea6a4cF6c680ecbc",
- "status": "abandoned",
- "id": "0xb7679F548DeCc6d047ad9263Ea6a4cF6c680ecbc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb7679F548DeCc6d047ad9263Ea6a4cF6c680ecbc/logo.png b/blockchains/ethereum/assets/0xb7679F548DeCc6d047ad9263Ea6a4cF6c680ecbc/logo.png
deleted file mode 100644
index a9f05cbe4384c..0000000000000
Binary files a/blockchains/ethereum/assets/0xb7679F548DeCc6d047ad9263Ea6a4cF6c680ecbc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb7742216e874C7c33f608c41e625B01A6f323570/info.json b/blockchains/ethereum/assets/0xb7742216e874C7c33f608c41e625B01A6f323570/info.json
deleted file mode 100644
index f7ea2d7cb078a..0000000000000
--- a/blockchains/ethereum/assets/0xb7742216e874C7c33f608c41e625B01A6f323570/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Atomic Ethereum",
- "symbol": "AETH",
- "type": "ERC20",
- "decimals": 1,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb7742216e874C7c33f608c41e625B01A6f323570",
- "status": "abandoned",
- "id": "0xb7742216e874C7c33f608c41e625B01A6f323570"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb7742216e874C7c33f608c41e625B01A6f323570/logo.png b/blockchains/ethereum/assets/0xb7742216e874C7c33f608c41e625B01A6f323570/logo.png
deleted file mode 100644
index ef34c34dcf3d6..0000000000000
Binary files a/blockchains/ethereum/assets/0xb7742216e874C7c33f608c41e625B01A6f323570/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb787d4eAc8899730bb8C57fc3c998c49c5244ec0/info.json b/blockchains/ethereum/assets/0xb787d4eAc8899730bb8C57fc3c998c49c5244ec0/info.json
deleted file mode 100644
index ff278d7a080c5..0000000000000
--- a/blockchains/ethereum/assets/0xb787d4eAc8899730bb8C57fc3c998c49c5244ec0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoinPulseToken",
- "symbol": "CPEX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb787d4eAc8899730bb8C57fc3c998c49c5244ec0",
- "status": "abandoned",
- "id": "0xb787d4eAc8899730bb8C57fc3c998c49c5244ec0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb787d4eAc8899730bb8C57fc3c998c49c5244ec0/logo.png b/blockchains/ethereum/assets/0xb787d4eAc8899730bb8C57fc3c998c49c5244ec0/logo.png
deleted file mode 100755
index b8c8ff604bfd4..0000000000000
Binary files a/blockchains/ethereum/assets/0xb787d4eAc8899730bb8C57fc3c998c49c5244ec0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb78B3320493a4EFaa1028130C5Ba26f0B6085Ef8/info.json b/blockchains/ethereum/assets/0xb78B3320493a4EFaa1028130C5Ba26f0B6085Ef8/info.json
deleted file mode 100644
index 59ad626ba18e4..0000000000000
--- a/blockchains/ethereum/assets/0xb78B3320493a4EFaa1028130C5Ba26f0B6085Ef8/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Dracula Protocol",
- "website": "https://dracula.sucks/",
- "description": "One tool to farm everything in Defi.",
- "explorer": "https://etherscan.io/token/0xb78B3320493a4EFaa1028130C5Ba26f0B6085Ef8",
- "type": "ERC20",
- "symbol": "DRC",
- "decimals": 18,
- "status": "active",
- "id": "0xb78B3320493a4EFaa1028130C5Ba26f0B6085Ef8",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Dracula-Protocol/"
- },
- {
- "name": "whitepaper",
- "url": "https://medium.com/@DraculaProtocol/the-dracula-protocol-919a80fcb09"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb78B3320493a4EFaa1028130C5Ba26f0B6085Ef8/logo.png b/blockchains/ethereum/assets/0xb78B3320493a4EFaa1028130C5Ba26f0B6085Ef8/logo.png
deleted file mode 100644
index 920ba5991e067..0000000000000
Binary files a/blockchains/ethereum/assets/0xb78B3320493a4EFaa1028130C5Ba26f0B6085Ef8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb7C86bBb0cE3F993E2C7076FB3505EA28D583FCE/info.json b/blockchains/ethereum/assets/0xb7C86bBb0cE3F993E2C7076FB3505EA28D583FCE/info.json
deleted file mode 100644
index 0a7cbb335b438..0000000000000
--- a/blockchains/ethereum/assets/0xb7C86bBb0cE3F993E2C7076FB3505EA28D583FCE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BWCToken",
- "symbol": "BWC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb7C86bBb0cE3F993E2C7076FB3505EA28D583FCE",
- "status": "abandoned",
- "id": "0xb7C86bBb0cE3F993E2C7076FB3505EA28D583FCE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb7C86bBb0cE3F993E2C7076FB3505EA28D583FCE/logo.png b/blockchains/ethereum/assets/0xb7C86bBb0cE3F993E2C7076FB3505EA28D583FCE/logo.png
deleted file mode 100644
index 89d0f41af5148..0000000000000
Binary files a/blockchains/ethereum/assets/0xb7C86bBb0cE3F993E2C7076FB3505EA28D583FCE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb7ba8461664dE526A3ae44189727DFC768625902/info.json b/blockchains/ethereum/assets/0xb7ba8461664dE526A3ae44189727DFC768625902/info.json
deleted file mode 100644
index 27c6358131f6f..0000000000000
--- a/blockchains/ethereum/assets/0xb7ba8461664dE526A3ae44189727DFC768625902/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "YMPL",
- "website": "https://ymplprotocol.com",
- "description": "YMPL is a probabilistic DeFi protocol that rebases the token supply in a set of intervals based on probabilistic model. YMPL s not a stablecoin, no price target of $1. Its price discovery is purely based on the demands and supply of the market and chances.",
- "explorer": "https://etherscan.io/token/0xb7ba8461664dE526A3ae44189727DFC768625902",
- "type": "ERC20",
- "symbol": "YMPL",
- "decimals": 9,
- "status": "active",
- "id": "0xb7ba8461664dE526A3ae44189727DFC768625902",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ympl-protocol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ymplofficial"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ympl"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb7ba8461664dE526A3ae44189727DFC768625902/logo.png b/blockchains/ethereum/assets/0xb7ba8461664dE526A3ae44189727DFC768625902/logo.png
deleted file mode 100644
index 6c97150135b49..0000000000000
Binary files a/blockchains/ethereum/assets/0xb7ba8461664dE526A3ae44189727DFC768625902/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb7e77aEbBe0687d2EfF24Cc90c41A3b6eA74bdAB/info.json b/blockchains/ethereum/assets/0xb7e77aEbBe0687d2EfF24Cc90c41A3b6eA74bdAB/info.json
deleted file mode 100644
index c355dc44abfd4..0000000000000
--- a/blockchains/ethereum/assets/0xb7e77aEbBe0687d2EfF24Cc90c41A3b6eA74bdAB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ProjectWITH",
- "symbol": "WIKEN",
- "type": "ERC20",
- "decimals": 18,
- "description": "ProjectWITH (WIKEN) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://projectwith.io",
- "explorer": "https://etherscan.io/token/0xb7e77aEbBe0687d2EfF24Cc90c41A3b6eA74bdAB",
- "status": "active",
- "id": "0xb7e77aEbBe0687d2EfF24Cc90c41A3b6eA74bdAB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb7e77aEbBe0687d2EfF24Cc90c41A3b6eA74bdAB/logo.png b/blockchains/ethereum/assets/0xb7e77aEbBe0687d2EfF24Cc90c41A3b6eA74bdAB/logo.png
deleted file mode 100644
index 712e1843d4630..0000000000000
Binary files a/blockchains/ethereum/assets/0xb7e77aEbBe0687d2EfF24Cc90c41A3b6eA74bdAB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb810Ad9007E4F2d9Aab2e7181A0385d02437eA6e/info.json b/blockchains/ethereum/assets/0xb810Ad9007E4F2d9Aab2e7181A0385d02437eA6e/info.json
deleted file mode 100644
index 3da827a79c861..0000000000000
--- a/blockchains/ethereum/assets/0xb810Ad9007E4F2d9Aab2e7181A0385d02437eA6e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KingOfCandy",
- "symbol": "KFC!",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb810Ad9007E4F2d9Aab2e7181A0385d02437eA6e",
- "status": "abandoned",
- "id": "0xb810Ad9007E4F2d9Aab2e7181A0385d02437eA6e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb810Ad9007E4F2d9Aab2e7181A0385d02437eA6e/logo.png b/blockchains/ethereum/assets/0xb810Ad9007E4F2d9Aab2e7181A0385d02437eA6e/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0xb810Ad9007E4F2d9Aab2e7181A0385d02437eA6e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb83Cd8d39462B761bb0092437d38b37812dd80A2/info.json b/blockchains/ethereum/assets/0xb83Cd8d39462B761bb0092437d38b37812dd80A2/info.json
deleted file mode 100644
index a48cafb3e6e50..0000000000000
--- a/blockchains/ethereum/assets/0xb83Cd8d39462B761bb0092437d38b37812dd80A2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GoldenRatio",
- "symbol": "GRT",
- "type": "ERC20",
- "decimals": 18,
- "description": "GoldenRatio Token (GRT) project is an experiment which has no funding, to prove the importance of a quality community in a crypto related project.",
- "website": "https://goldenratiotoken.site/",
- "explorer": "https://etherscan.io/token/0xb83Cd8d39462B761bb0092437d38b37812dd80A2",
- "status": "active",
- "id": "0xb83Cd8d39462B761bb0092437d38b37812dd80A2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb83Cd8d39462B761bb0092437d38b37812dd80A2/logo.png b/blockchains/ethereum/assets/0xb83Cd8d39462B761bb0092437d38b37812dd80A2/logo.png
deleted file mode 100644
index 53926f494efe9..0000000000000
Binary files a/blockchains/ethereum/assets/0xb83Cd8d39462B761bb0092437d38b37812dd80A2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb882ed6B8Ec5fa4B3eA83C32C5aFaf9824be38eC/info.json b/blockchains/ethereum/assets/0xb882ed6B8Ec5fa4B3eA83C32C5aFaf9824be38eC/info.json
deleted file mode 100644
index 3da9efd3f8452..0000000000000
--- a/blockchains/ethereum/assets/0xb882ed6B8Ec5fa4B3eA83C32C5aFaf9824be38eC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Culture eXchange Coin",
- "symbol": "CXC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb882ed6B8Ec5fa4B3eA83C32C5aFaf9824be38eC",
- "status": "abandoned",
- "id": "0xb882ed6B8Ec5fa4B3eA83C32C5aFaf9824be38eC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb882ed6B8Ec5fa4B3eA83C32C5aFaf9824be38eC/logo.png b/blockchains/ethereum/assets/0xb882ed6B8Ec5fa4B3eA83C32C5aFaf9824be38eC/logo.png
deleted file mode 100644
index 3b4c6b4a01cbc..0000000000000
Binary files a/blockchains/ethereum/assets/0xb882ed6B8Ec5fa4B3eA83C32C5aFaf9824be38eC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb8FD7D979573fcAa5f3f2F4F7ba22772b1821Ff8/info.json b/blockchains/ethereum/assets/0xb8FD7D979573fcAa5f3f2F4F7ba22772b1821Ff8/info.json
deleted file mode 100644
index fbcb253d7ba88..0000000000000
--- a/blockchains/ethereum/assets/0xb8FD7D979573fcAa5f3f2F4F7ba22772b1821Ff8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KingCoinMaster",
- "symbol": "KCM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb8FD7D979573fcAa5f3f2F4F7ba22772b1821Ff8",
- "status": "abandoned",
- "id": "0xb8FD7D979573fcAa5f3f2F4F7ba22772b1821Ff8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb8FD7D979573fcAa5f3f2F4F7ba22772b1821Ff8/logo.png b/blockchains/ethereum/assets/0xb8FD7D979573fcAa5f3f2F4F7ba22772b1821Ff8/logo.png
deleted file mode 100644
index 8f0d5b9004975..0000000000000
Binary files a/blockchains/ethereum/assets/0xb8FD7D979573fcAa5f3f2F4F7ba22772b1821Ff8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb8c6ad2586bB71d518C2aaf510Efe91f82022F58/info.json b/blockchains/ethereum/assets/0xb8c6ad2586bB71d518C2aaf510Efe91f82022F58/info.json
deleted file mode 100644
index fb5ce299dc49e..0000000000000
--- a/blockchains/ethereum/assets/0xb8c6ad2586bB71d518C2aaf510Efe91f82022F58/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gomics",
- "symbol": "GOM",
- "type": "ERC20",
- "decimals": 18,
- "description": "Gomics aims to provide a blockchain entertainment platform to facilitate the process of producing and consuming content.",
- "website": "http://gomics.io/",
- "explorer": "https://etherscan.io/token/0xb8c6ad2586bB71d518C2aaf510Efe91f82022F58",
- "status": "active",
- "id": "0xb8c6ad2586bB71d518C2aaf510Efe91f82022F58"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb8c6ad2586bB71d518C2aaf510Efe91f82022F58/logo.png b/blockchains/ethereum/assets/0xb8c6ad2586bB71d518C2aaf510Efe91f82022F58/logo.png
deleted file mode 100644
index 37577282d8e1b..0000000000000
Binary files a/blockchains/ethereum/assets/0xb8c6ad2586bB71d518C2aaf510Efe91f82022F58/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb8e103b60A33597136EA9511F46b6dBeB643a3a5/info.json b/blockchains/ethereum/assets/0xb8e103b60A33597136EA9511F46b6dBeB643a3a5/info.json
deleted file mode 100644
index ad80b1537ddef..0000000000000
--- a/blockchains/ethereum/assets/0xb8e103b60A33597136EA9511F46b6dBeB643a3a5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Siambitcoin",
- "symbol": "sBTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.siambitcoin.com/",
- "explorer": "https://etherscan.io/token/0xb8e103b60A33597136EA9511F46b6dBeB643a3a5",
- "status": "abandoned",
- "id": "0xb8e103b60A33597136EA9511F46b6dBeB643a3a5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb8e103b60A33597136EA9511F46b6dBeB643a3a5/logo.png b/blockchains/ethereum/assets/0xb8e103b60A33597136EA9511F46b6dBeB643a3a5/logo.png
deleted file mode 100644
index becde1e2c831f..0000000000000
Binary files a/blockchains/ethereum/assets/0xb8e103b60A33597136EA9511F46b6dBeB643a3a5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb8e2AdaA6857e74BaA3EfD84320614C832588AA3/info.json b/blockchains/ethereum/assets/0xb8e2AdaA6857e74BaA3EfD84320614C832588AA3/info.json
deleted file mode 100644
index f36179b6b125f..0000000000000
--- a/blockchains/ethereum/assets/0xb8e2AdaA6857e74BaA3EfD84320614C832588AA3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Business Incubator Coin",
- "symbol": "BIC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb8e2AdaA6857e74BaA3EfD84320614C832588AA3",
- "status": "abandoned",
- "id": "0xb8e2AdaA6857e74BaA3EfD84320614C832588AA3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb8e2AdaA6857e74BaA3EfD84320614C832588AA3/logo.png b/blockchains/ethereum/assets/0xb8e2AdaA6857e74BaA3EfD84320614C832588AA3/logo.png
deleted file mode 100644
index ad3e87ee07784..0000000000000
Binary files a/blockchains/ethereum/assets/0xb8e2AdaA6857e74BaA3EfD84320614C832588AA3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb92f51CE4045212EeF8008C2f665DA713035267B/info.json b/blockchains/ethereum/assets/0xb92f51CE4045212EeF8008C2f665DA713035267B/info.json
deleted file mode 100644
index ad9ec3e352493..0000000000000
--- a/blockchains/ethereum/assets/0xb92f51CE4045212EeF8008C2f665DA713035267B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rentledger",
- "symbol": "RTL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb92f51CE4045212EeF8008C2f665DA713035267B",
- "status": "abandoned",
- "id": "0xb92f51CE4045212EeF8008C2f665DA713035267B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb92f51CE4045212EeF8008C2f665DA713035267B/logo.png b/blockchains/ethereum/assets/0xb92f51CE4045212EeF8008C2f665DA713035267B/logo.png
deleted file mode 100644
index cf659b66bf920..0000000000000
Binary files a/blockchains/ethereum/assets/0xb92f51CE4045212EeF8008C2f665DA713035267B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb941eF1f4f9593e211e4CA47B11cb5C2de43Ba38/info.json b/blockchains/ethereum/assets/0xb941eF1f4f9593e211e4CA47B11cb5C2de43Ba38/info.json
deleted file mode 100644
index 9ba1960dba811..0000000000000
--- a/blockchains/ethereum/assets/0xb941eF1f4f9593e211e4CA47B11cb5C2de43Ba38/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Free Fair Chain Token",
- "symbol": "FFC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb941eF1f4f9593e211e4CA47B11cb5C2de43Ba38",
- "status": "abandoned",
- "id": "0xb941eF1f4f9593e211e4CA47B11cb5C2de43Ba38"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb941eF1f4f9593e211e4CA47B11cb5C2de43Ba38/logo.png b/blockchains/ethereum/assets/0xb941eF1f4f9593e211e4CA47B11cb5C2de43Ba38/logo.png
deleted file mode 100755
index 62fb2975b2740..0000000000000
Binary files a/blockchains/ethereum/assets/0xb941eF1f4f9593e211e4CA47B11cb5C2de43Ba38/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb9440022a095343B440D590FCD2d7A3794Bd76c8/info.json b/blockchains/ethereum/assets/0xb9440022a095343B440D590FCD2d7A3794Bd76c8/info.json
deleted file mode 100644
index 063472670d3b7..0000000000000
--- a/blockchains/ethereum/assets/0xb9440022a095343B440D590FCD2d7A3794Bd76c8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Saturn DAO Token",
- "symbol": "SATURN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "https://saturn.network/",
- "explorer": "https://etherscan.io/token/0xb9440022a095343B440D590FCD2d7A3794Bd76c8",
- "status": "abandoned",
- "id": "0xb9440022a095343B440D590FCD2d7A3794Bd76c8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb9440022a095343B440D590FCD2d7A3794Bd76c8/logo.png b/blockchains/ethereum/assets/0xb9440022a095343B440D590FCD2d7A3794Bd76c8/logo.png
deleted file mode 100644
index ba6ad6b828c9e..0000000000000
Binary files a/blockchains/ethereum/assets/0xb9440022a095343B440D590FCD2d7A3794Bd76c8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb96207E0a45a953953109B6E2DCB8F4b72eC7462/info.json b/blockchains/ethereum/assets/0xb96207E0a45a953953109B6E2DCB8F4b72eC7462/info.json
deleted file mode 100644
index 1642cea44a85a..0000000000000
--- a/blockchains/ethereum/assets/0xb96207E0a45a953953109B6E2DCB8F4b72eC7462/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Insure Network",
- "symbol": "ISNK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb96207E0a45a953953109B6E2DCB8F4b72eC7462",
- "status": "abandoned",
- "id": "0xb96207E0a45a953953109B6E2DCB8F4b72eC7462"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb96207E0a45a953953109B6E2DCB8F4b72eC7462/logo.png b/blockchains/ethereum/assets/0xb96207E0a45a953953109B6E2DCB8F4b72eC7462/logo.png
deleted file mode 100644
index 5fcd1d67dc5dd..0000000000000
Binary files a/blockchains/ethereum/assets/0xb96207E0a45a953953109B6E2DCB8F4b72eC7462/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb977ee318010A5252774171494a1bCB98E7fab65/info.json b/blockchains/ethereum/assets/0xb977ee318010A5252774171494a1bCB98E7fab65/info.json
deleted file mode 100644
index 3850eab8b6683..0000000000000
--- a/blockchains/ethereum/assets/0xb977ee318010A5252774171494a1bCB98E7fab65/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave UniUSDT",
- "website": "https://aave.com",
- "description": "Aave UniUSDT is an interest bearing token pegged 1:1 to the underlying USDT deposited in the Uniswap Market of Aave Protocol.",
- "explorer": "https://etherscan.io/token/0xb977ee318010A5252774171494a1bCB98E7fab65",
- "type": "ERC20",
- "symbol": "aUniUSDT",
- "decimals": 6,
- "status": "active",
- "id": "0xb977ee318010A5252774171494a1bCB98E7fab65"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb977ee318010A5252774171494a1bCB98E7fab65/logo.png b/blockchains/ethereum/assets/0xb977ee318010A5252774171494a1bCB98E7fab65/logo.png
deleted file mode 100644
index dd49fbf48180d..0000000000000
Binary files a/blockchains/ethereum/assets/0xb977ee318010A5252774171494a1bCB98E7fab65/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb9871cB10738eADA636432E86FC0Cb920Dc3De24/info.json b/blockchains/ethereum/assets/0xb9871cB10738eADA636432E86FC0Cb920Dc3De24/info.json
deleted file mode 100644
index 3c654d37bed25..0000000000000
--- a/blockchains/ethereum/assets/0xb9871cB10738eADA636432E86FC0Cb920Dc3De24/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "PRIA",
- "website": "https://pria.eth.link",
- "description": "PRIA is a fully automated and decentralized digital asset that implements and manages a perpetual ultra-deflationary monetary policy favourable to inflation arbitrage by market participants.",
- "explorer": "https://etherscan.io/token/0xb9871cB10738eADA636432E86FC0Cb920Dc3De24",
- "type": "ERC20",
- "symbol": "PRIA",
- "decimals": 18,
- "status": "active",
- "id": "0xb9871cB10738eADA636432E86FC0Cb920Dc3De24",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://pria.eth.link"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb9871cB10738eADA636432E86FC0Cb920Dc3De24/logo.png b/blockchains/ethereum/assets/0xb9871cB10738eADA636432E86FC0Cb920Dc3De24/logo.png
deleted file mode 100644
index 0c632644bb9fd..0000000000000
Binary files a/blockchains/ethereum/assets/0xb9871cB10738eADA636432E86FC0Cb920Dc3De24/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb9EF770B6A5e12E45983C5D80545258aA38F3B78/info.json b/blockchains/ethereum/assets/0xb9EF770B6A5e12E45983C5D80545258aA38F3B78/info.json
deleted file mode 100644
index 1cfac94a8197b..0000000000000
--- a/blockchains/ethereum/assets/0xb9EF770B6A5e12E45983C5D80545258aA38F3B78/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "0chain",
- "symbol": "ZCN",
- "type": "ERC20",
- "decimals": 10,
- "description": "0Chain is pronounced as zero chain, and it is a decentralized storage platform that aims to makes data breaches impossible and as such can reduce legal discovery and compliance costs.",
- "website": "https://0chain.net",
- "explorer": "https://etherscan.io/token/0xb9EF770B6A5e12E45983C5D80545258aA38F3B78",
- "status": "active",
- "id": "0xb9EF770B6A5e12E45983C5D80545258aA38F3B78"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb9EF770B6A5e12E45983C5D80545258aA38F3B78/logo.png b/blockchains/ethereum/assets/0xb9EF770B6A5e12E45983C5D80545258aA38F3B78/logo.png
deleted file mode 100755
index 08af803aaba83..0000000000000
Binary files a/blockchains/ethereum/assets/0xb9EF770B6A5e12E45983C5D80545258aA38F3B78/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb9F747162AB1E95d07361f9048BcDF6eDdA9eEA7/info.json b/blockchains/ethereum/assets/0xb9F747162AB1E95d07361f9048BcDF6eDdA9eEA7/info.json
deleted file mode 100644
index 9bef248823ef3..0000000000000
--- a/blockchains/ethereum/assets/0xb9F747162AB1E95d07361f9048BcDF6eDdA9eEA7/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Star Atlas (Portal)",
- "type": "ERC20",
- "symbol": "ATLAS",
- "decimals": 8,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://staratlas.com",
- "explorer": "https://etherscan.io/token/0xb9F747162AB1E95d07361f9048BcDF6eDdA9eEA7",
- "status": "active",
- "id": "0xb9F747162AB1E95d07361f9048BcDF6eDdA9eEA7",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb9F747162AB1E95d07361f9048BcDF6eDdA9eEA7/logo.png b/blockchains/ethereum/assets/0xb9F747162AB1E95d07361f9048BcDF6eDdA9eEA7/logo.png
deleted file mode 100644
index 8cd9b22a7f253..0000000000000
Binary files a/blockchains/ethereum/assets/0xb9F747162AB1E95d07361f9048BcDF6eDdA9eEA7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xb9b5467B8F8ce1e4E48796E4c24758EfFf512352/info.json b/blockchains/ethereum/assets/0xb9b5467B8F8ce1e4E48796E4c24758EfFf512352/info.json
deleted file mode 100644
index b035cfcb2dbcc..0000000000000
--- a/blockchains/ethereum/assets/0xb9b5467B8F8ce1e4E48796E4c24758EfFf512352/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NLC Token",
- "symbol": "NLC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xb9b5467B8F8ce1e4E48796E4c24758EfFf512352",
- "status": "abandoned",
- "id": "0xb9b5467B8F8ce1e4E48796E4c24758EfFf512352"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xb9b5467B8F8ce1e4E48796E4c24758EfFf512352/logo.png b/blockchains/ethereum/assets/0xb9b5467B8F8ce1e4E48796E4c24758EfFf512352/logo.png
deleted file mode 100644
index 0a87104b2e195..0000000000000
Binary files a/blockchains/ethereum/assets/0xb9b5467B8F8ce1e4E48796E4c24758EfFf512352/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbA23485a04B897C957918FdE2DabD4867838140b/info.json b/blockchains/ethereum/assets/0xbA23485a04B897C957918FdE2DabD4867838140b/info.json
deleted file mode 100644
index b801c6595223a..0000000000000
--- a/blockchains/ethereum/assets/0xbA23485a04B897C957918FdE2DabD4867838140b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MARKET Protocol Token",
- "symbol": "MKT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbA23485a04B897C957918FdE2DabD4867838140b",
- "status": "abandoned",
- "id": "0xbA23485a04B897C957918FdE2DabD4867838140b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbA23485a04B897C957918FdE2DabD4867838140b/logo.png b/blockchains/ethereum/assets/0xbA23485a04B897C957918FdE2DabD4867838140b/logo.png
deleted file mode 100644
index cce536e02547d..0000000000000
Binary files a/blockchains/ethereum/assets/0xbA23485a04B897C957918FdE2DabD4867838140b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbA32286b0296F0a86111644B74472D8AAbaE3027/info.json b/blockchains/ethereum/assets/0xbA32286b0296F0a86111644B74472D8AAbaE3027/info.json
deleted file mode 100644
index 3bbfee13db4f4..0000000000000
--- a/blockchains/ethereum/assets/0xbA32286b0296F0a86111644B74472D8AAbaE3027/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SLEEVES",
- "symbol": "SEV",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbA32286b0296F0a86111644B74472D8AAbaE3027",
- "status": "abandoned",
- "id": "0xbA32286b0296F0a86111644B74472D8AAbaE3027"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbA32286b0296F0a86111644B74472D8AAbaE3027/logo.png b/blockchains/ethereum/assets/0xbA32286b0296F0a86111644B74472D8AAbaE3027/logo.png
deleted file mode 100644
index 1a32de05f0529..0000000000000
Binary files a/blockchains/ethereum/assets/0xbA32286b0296F0a86111644B74472D8AAbaE3027/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbA62B1499b3Ac0D24e691f21097D5DA56809ED16/info.json b/blockchains/ethereum/assets/0xbA62B1499b3Ac0D24e691f21097D5DA56809ED16/info.json
deleted file mode 100644
index 101a9cf04a9d2..0000000000000
--- a/blockchains/ethereum/assets/0xbA62B1499b3Ac0D24e691f21097D5DA56809ED16/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CHAMMILA KNTL",
- "symbol": "CHAJING",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbA62B1499b3Ac0D24e691f21097D5DA56809ED16",
- "status": "abandoned",
- "id": "0xbA62B1499b3Ac0D24e691f21097D5DA56809ED16"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbA62B1499b3Ac0D24e691f21097D5DA56809ED16/logo.png b/blockchains/ethereum/assets/0xbA62B1499b3Ac0D24e691f21097D5DA56809ED16/logo.png
deleted file mode 100755
index 19283f8fbf2b5..0000000000000
Binary files a/blockchains/ethereum/assets/0xbA62B1499b3Ac0D24e691f21097D5DA56809ED16/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbA745513ACEbcBb977497C569D4F7d340f2A936B/info.json b/blockchains/ethereum/assets/0xbA745513ACEbcBb977497C569D4F7d340f2A936B/info.json
deleted file mode 100644
index 85dbb6afe3b5a..0000000000000
--- a/blockchains/ethereum/assets/0xbA745513ACEbcBb977497C569D4F7d340f2A936B/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Mainstream For The Underground",
- "website": "https://mftu.net",
- "description": "Utility token to pay Independent Musicians as a Distributed Ledger Performance Rights Organization.",
- "explorer": "https://etherscan.io/token/0xbA745513ACEbcBb977497C569D4F7d340f2A936B",
- "type": "ERC20",
- "symbol": "MFTU",
- "decimals": 18,
- "status": "active",
- "id": "0xbA745513ACEbcBb977497C569D4F7d340f2A936B",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/CyberFM/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Mainstream For The Underground"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mftudotnet"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbA745513ACEbcBb977497C569D4F7d340f2A936B/logo.png b/blockchains/ethereum/assets/0xbA745513ACEbcBb977497C569D4F7d340f2A936B/logo.png
deleted file mode 100755
index 5b71236918c2d..0000000000000
Binary files a/blockchains/ethereum/assets/0xbA745513ACEbcBb977497C569D4F7d340f2A936B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbAB6F30C81209433a3cEd28cA8E19256440547d9/info.json b/blockchains/ethereum/assets/0xbAB6F30C81209433a3cEd28cA8E19256440547d9/info.json
deleted file mode 100644
index 5cb73093cc898..0000000000000
--- a/blockchains/ethereum/assets/0xbAB6F30C81209433a3cEd28cA8E19256440547d9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yu Gi Oh",
- "symbol": "YGO",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbAB6F30C81209433a3cEd28cA8E19256440547d9",
- "status": "abandoned",
- "id": "0xbAB6F30C81209433a3cEd28cA8E19256440547d9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbAB6F30C81209433a3cEd28cA8E19256440547d9/logo.png b/blockchains/ethereum/assets/0xbAB6F30C81209433a3cEd28cA8E19256440547d9/logo.png
deleted file mode 100644
index 2f0b7fab61180..0000000000000
Binary files a/blockchains/ethereum/assets/0xbAB6F30C81209433a3cEd28cA8E19256440547d9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbACA8D824f471a6b20fdbac25E9e8943B9cD743B/info.json b/blockchains/ethereum/assets/0xbACA8D824f471a6b20fdbac25E9e8943B9cD743B/info.json
deleted file mode 100644
index 59b3fde8e8f30..0000000000000
--- a/blockchains/ethereum/assets/0xbACA8D824f471a6b20fdbac25E9e8943B9cD743B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lukiu Media",
- "symbol": "LKU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbACA8D824f471a6b20fdbac25E9e8943B9cD743B",
- "status": "abandoned",
- "id": "0xbACA8D824f471a6b20fdbac25E9e8943B9cD743B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbACA8D824f471a6b20fdbac25E9e8943B9cD743B/logo.png b/blockchains/ethereum/assets/0xbACA8D824f471a6b20fdbac25E9e8943B9cD743B/logo.png
deleted file mode 100644
index b38b8cc1f4c28..0000000000000
Binary files a/blockchains/ethereum/assets/0xbACA8D824f471a6b20fdbac25E9e8943B9cD743B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbADf67237e1b8Cb8481445220e86536E1648FE3e/info.json b/blockchains/ethereum/assets/0xbADf67237e1b8Cb8481445220e86536E1648FE3e/info.json
deleted file mode 100644
index 04e3d9c3f9e87..0000000000000
--- a/blockchains/ethereum/assets/0xbADf67237e1b8Cb8481445220e86536E1648FE3e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yoga Community Token",
- "symbol": "YOGEE",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbADf67237e1b8Cb8481445220e86536E1648FE3e",
- "status": "abandoned",
- "id": "0xbADf67237e1b8Cb8481445220e86536E1648FE3e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbADf67237e1b8Cb8481445220e86536E1648FE3e/logo.png b/blockchains/ethereum/assets/0xbADf67237e1b8Cb8481445220e86536E1648FE3e/logo.png
deleted file mode 100644
index 2e5cef00c29a2..0000000000000
Binary files a/blockchains/ethereum/assets/0xbADf67237e1b8Cb8481445220e86536E1648FE3e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbAFDabaDcf19d0cFbbe0AB9C69CF050D86ff888C/info.json b/blockchains/ethereum/assets/0xbAFDabaDcf19d0cFbbe0AB9C69CF050D86ff888C/info.json
deleted file mode 100644
index a2bf4d1a9f3c0..0000000000000
--- a/blockchains/ethereum/assets/0xbAFDabaDcf19d0cFbbe0AB9C69CF050D86ff888C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZEDXION",
- "type": "ERC20",
- "symbol": "ZEDXION",
- "decimals": 18,
- "website": "https://zedxion.io",
- "description": "Zedxion offers a comprehensive solution to the major problems faced by the traditional, fiat-driven monetary system. Building a crypto powered ecosystem comprising Zedxion Token.",
- "explorer": "https://etherscan.io/token/0xbafdabadcf19d0cfbbe0ab9c69cf050d86ff888c",
- "status": "active",
- "id": "0xbAFDabaDcf19d0cFbbe0AB9C69CF050D86ff888C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbAFDabaDcf19d0cFbbe0AB9C69CF050D86ff888C/logo.png b/blockchains/ethereum/assets/0xbAFDabaDcf19d0cFbbe0AB9C69CF050D86ff888C/logo.png
deleted file mode 100644
index f8a3cf70f8f50..0000000000000
Binary files a/blockchains/ethereum/assets/0xbAFDabaDcf19d0cFbbe0AB9C69CF050D86ff888C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbAe1AdC451FcAfbB2E6850D163A8663F419CB420/info.json b/blockchains/ethereum/assets/0xbAe1AdC451FcAfbB2E6850D163A8663F419CB420/info.json
deleted file mode 100644
index 29c7e5cd08da9..0000000000000
--- a/blockchains/ethereum/assets/0xbAe1AdC451FcAfbB2E6850D163A8663F419CB420/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PNGold",
- "symbol": "PNG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbAe1AdC451FcAfbB2E6850D163A8663F419CB420",
- "status": "abandoned",
- "id": "0xbAe1AdC451FcAfbB2E6850D163A8663F419CB420"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbAe1AdC451FcAfbB2E6850D163A8663F419CB420/logo.png b/blockchains/ethereum/assets/0xbAe1AdC451FcAfbB2E6850D163A8663F419CB420/logo.png
deleted file mode 100644
index 53c8bd4814bd7..0000000000000
Binary files a/blockchains/ethereum/assets/0xbAe1AdC451FcAfbB2E6850D163A8663F419CB420/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbAe226690D7DCe1Da1823f0BF811529b8229134a/info.json b/blockchains/ethereum/assets/0xbAe226690D7DCe1Da1823f0BF811529b8229134a/info.json
deleted file mode 100644
index af747d9caade1..0000000000000
--- a/blockchains/ethereum/assets/0xbAe226690D7DCe1Da1823f0BF811529b8229134a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IMO",
- "website": "https://imoex.top",
- "description": "IMO Token is the platform token of IMO ecosystem, which enables the project to obtain investment in stages through continuous limited private sales.",
- "explorer": "https://etherscan.io/token/0xbAe226690D7DCe1Da1823f0BF811529b8229134a",
- "type": "ERC20",
- "symbol": "IMO",
- "decimals": 18,
- "status": "active",
- "id": "0xbAe226690D7DCe1Da1823f0BF811529b8229134a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbAe226690D7DCe1Da1823f0BF811529b8229134a/logo.png b/blockchains/ethereum/assets/0xbAe226690D7DCe1Da1823f0BF811529b8229134a/logo.png
deleted file mode 100644
index e379ef2d3a695..0000000000000
Binary files a/blockchains/ethereum/assets/0xbAe226690D7DCe1Da1823f0BF811529b8229134a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbB9322256863538d4D330346DaeB6AC19130E298/info.json b/blockchains/ethereum/assets/0xbB9322256863538d4D330346DaeB6AC19130E298/info.json
deleted file mode 100644
index fe53012aab4f7..0000000000000
--- a/blockchains/ethereum/assets/0xbB9322256863538d4D330346DaeB6AC19130E298/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C565988",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbB9322256863538d4D330346DaeB6AC19130E298",
- "status": "abandoned",
- "id": "0xbB9322256863538d4D330346DaeB6AC19130E298"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbB9322256863538d4D330346DaeB6AC19130E298/logo.png b/blockchains/ethereum/assets/0xbB9322256863538d4D330346DaeB6AC19130E298/logo.png
deleted file mode 100644
index e4d93f0698c61..0000000000000
Binary files a/blockchains/ethereum/assets/0xbB9322256863538d4D330346DaeB6AC19130E298/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbB98Fc1fD1080D2B8bdaD75c51D30B50c6F59b62/info.json b/blockchains/ethereum/assets/0xbB98Fc1fD1080D2B8bdaD75c51D30B50c6F59b62/info.json
deleted file mode 100644
index e8a41cc3cb404..0000000000000
--- a/blockchains/ethereum/assets/0xbB98Fc1fD1080D2B8bdaD75c51D30B50c6F59b62/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PYGOZ",
- "symbol": "PYGOZ",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbB98Fc1fD1080D2B8bdaD75c51D30B50c6F59b62",
- "status": "abandoned",
- "id": "0xbB98Fc1fD1080D2B8bdaD75c51D30B50c6F59b62"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbB98Fc1fD1080D2B8bdaD75c51D30B50c6F59b62/logo.png b/blockchains/ethereum/assets/0xbB98Fc1fD1080D2B8bdaD75c51D30B50c6F59b62/logo.png
deleted file mode 100644
index 056e0ee42716d..0000000000000
Binary files a/blockchains/ethereum/assets/0xbB98Fc1fD1080D2B8bdaD75c51D30B50c6F59b62/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbBB17c3D1f581dab947144C31387774c1BbEa900/info.json b/blockchains/ethereum/assets/0xbBB17c3D1f581dab947144C31387774c1BbEa900/info.json
deleted file mode 100644
index a065ecc5ea885..0000000000000
--- a/blockchains/ethereum/assets/0xbBB17c3D1f581dab947144C31387774c1BbEa900/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg25000",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbBB17c3D1f581dab947144C31387774c1BbEa900",
- "status": "abandoned",
- "id": "0xbBB17c3D1f581dab947144C31387774c1BbEa900"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbBB17c3D1f581dab947144C31387774c1BbEa900/logo.png b/blockchains/ethereum/assets/0xbBB17c3D1f581dab947144C31387774c1BbEa900/logo.png
deleted file mode 100644
index 6087a781c0124..0000000000000
Binary files a/blockchains/ethereum/assets/0xbBB17c3D1f581dab947144C31387774c1BbEa900/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbBB38bE7c6D954320c0297c06Ab3265a950CDF89/info.json b/blockchains/ethereum/assets/0xbBB38bE7c6D954320c0297c06Ab3265a950CDF89/info.json
deleted file mode 100644
index 8ef718b33d2c0..0000000000000
--- a/blockchains/ethereum/assets/0xbBB38bE7c6D954320c0297c06Ab3265a950CDF89/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wrapped BOMB",
- "symbol": "WBOMB",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbBB38bE7c6D954320c0297c06Ab3265a950CDF89",
- "status": "abandoned",
- "id": "0xbBB38bE7c6D954320c0297c06Ab3265a950CDF89"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbBB38bE7c6D954320c0297c06Ab3265a950CDF89/logo.png b/blockchains/ethereum/assets/0xbBB38bE7c6D954320c0297c06Ab3265a950CDF89/logo.png
deleted file mode 100644
index c0093a96c393e..0000000000000
Binary files a/blockchains/ethereum/assets/0xbBB38bE7c6D954320c0297c06Ab3265a950CDF89/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/info.json b/blockchains/ethereum/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/info.json
deleted file mode 100644
index bc5f571d45c7a..0000000000000
--- a/blockchains/ethereum/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/info.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "EverRise Rewards",
- "type": "ERC20",
- "symbol": "claimRISE",
- "decimals": 18,
- "website": "https://www.everrise.com/",
- "description": "Virtual token that allows unclaimed rewards from EverRise Staking NFTs and its Vote Escrowed (ve) EverRise to display in wallet balances.",
- "explorer": "https://etherscan.io/token/0xbBD7B847C6d0d0B5691518a363194D71426475F1",
- "status": "active",
- "id": "0xbBD7B847C6d0d0B5691518a363194D71426475F1",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/everrise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/everriseofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/everriseofficial/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EverRise"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/everrise"
- },
- {
- "name": "github",
- "url": "https://github.com/everrise-ecosystem"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EverRiseToken"
- }
- ],
- "tags": [
- "defi",
- "staking",
- "nft",
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/logo.png b/blockchains/ethereum/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/logo.png
deleted file mode 100644
index efff8d00af4a5..0000000000000
Binary files a/blockchains/ethereum/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbBbfa5d0Bfd30B9ebce64b06E3E9Fc85E7f0F396/info.json b/blockchains/ethereum/assets/0xbBbfa5d0Bfd30B9ebce64b06E3E9Fc85E7f0F396/info.json
deleted file mode 100644
index 16f0cf4ce385e..0000000000000
--- a/blockchains/ethereum/assets/0xbBbfa5d0Bfd30B9ebce64b06E3E9Fc85E7f0F396/info.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "name": "DynETHc DynaSet",
- "type": "ERC20",
- "symbol": "dynETHc",
- "decimals": 18,
- "website": "https://singularitydao.ai/dynalab/dynETHc",
- "description": "dynETHc gives users exposure to Ethereum using long only strategies managed by the Dynamic Asset Manager with less fees & expenses. dynETHc tokens can then be used as collateral on 3rd party protocols. Powered by SingularityDAO.ai.",
- "explorer": "https://etherscan.io/token/0xbBbfa5d0Bfd30B9ebce64b06E3E9Fc85E7f0F396",
- "status": "active",
- "id": "0xbBbfa5d0Bfd30B9ebce64b06E3E9Fc85E7f0F396",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/SingularityDao"
- },
- {
- "name": "telegram",
- "url": "https://t.me/chatsight_bot?start=dmVyaWZ5OjotMTAwMTI4NzAxNjEzNw=="
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/sdaoann"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/singularitydao"
- },
- {
- "name": "github",
- "url": "https://github.com/Singularity-DAO"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/singularitydao"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@SingularityDAO"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/singularitydao/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/singularitydao"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/SingularityDAO/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xbBbfa5d0Bfd30B9ebce64b06E3E9Fc85E7f0F396/logo.png b/blockchains/ethereum/assets/0xbBbfa5d0Bfd30B9ebce64b06E3E9Fc85E7f0F396/logo.png
deleted file mode 100644
index 962f15a8fd0c6..0000000000000
Binary files a/blockchains/ethereum/assets/0xbBbfa5d0Bfd30B9ebce64b06E3E9Fc85E7f0F396/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbBc2045D335Cb224228f1850b29173d9d7D7b989/info.json b/blockchains/ethereum/assets/0xbBc2045D335Cb224228f1850b29173d9d7D7b989/info.json
deleted file mode 100644
index c1cf106b82f73..0000000000000
--- a/blockchains/ethereum/assets/0xbBc2045D335Cb224228f1850b29173d9d7D7b989/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HELP",
- "symbol": "HELP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://gohelpfund.com/",
- "explorer": "https://etherscan.io/token/0xbBc2045D335Cb224228f1850b29173d9d7D7b989",
- "status": "abandoned",
- "id": "0xbBc2045D335Cb224228f1850b29173d9d7D7b989"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbBc2045D335Cb224228f1850b29173d9d7D7b989/logo.png b/blockchains/ethereum/assets/0xbBc2045D335Cb224228f1850b29173d9d7D7b989/logo.png
deleted file mode 100644
index 5096c98f1db93..0000000000000
Binary files a/blockchains/ethereum/assets/0xbBc2045D335Cb224228f1850b29173d9d7D7b989/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbC32bE9115c3D2309ccF643f64C119bBc97a5280/info.json b/blockchains/ethereum/assets/0xbC32bE9115c3D2309ccF643f64C119bBc97a5280/info.json
deleted file mode 100644
index f156b976b77ca..0000000000000
--- a/blockchains/ethereum/assets/0xbC32bE9115c3D2309ccF643f64C119bBc97a5280/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Myers Exchange",
- "symbol": "MYE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbC32bE9115c3D2309ccF643f64C119bBc97a5280",
- "status": "abandoned",
- "id": "0xbC32bE9115c3D2309ccF643f64C119bBc97a5280"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbC32bE9115c3D2309ccF643f64C119bBc97a5280/logo.png b/blockchains/ethereum/assets/0xbC32bE9115c3D2309ccF643f64C119bBc97a5280/logo.png
deleted file mode 100644
index 2cbccb17bf1bd..0000000000000
Binary files a/blockchains/ethereum/assets/0xbC32bE9115c3D2309ccF643f64C119bBc97a5280/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbC396689893D065F41bc2C6EcbeE5e0085233447/info.json b/blockchains/ethereum/assets/0xbC396689893D065F41bc2C6EcbeE5e0085233447/info.json
deleted file mode 100644
index 58b72413c9c73..0000000000000
--- a/blockchains/ethereum/assets/0xbC396689893D065F41bc2C6EcbeE5e0085233447/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Perpetual",
- "website": "https://perp.fi",
- "description": "Decentralized Perpetual Contract for Every Assets",
- "explorer": "https://etherscan.io/token/0xbC396689893D065F41bc2C6EcbeE5e0085233447",
- "type": "ERC20",
- "symbol": "PERP",
- "decimals": 18,
- "status": "active",
- "id": "0xbC396689893D065F41bc2C6EcbeE5e0085233447",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/perpetual-protocol"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.perp.fi/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbC396689893D065F41bc2C6EcbeE5e0085233447/logo.png b/blockchains/ethereum/assets/0xbC396689893D065F41bc2C6EcbeE5e0085233447/logo.png
deleted file mode 100644
index d6e78f42bdaa8..0000000000000
Binary files a/blockchains/ethereum/assets/0xbC396689893D065F41bc2C6EcbeE5e0085233447/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbC647aAd10114B89564c0a7aabE542bd0cf2C5aF/info.json b/blockchains/ethereum/assets/0xbC647aAd10114B89564c0a7aabE542bd0cf2C5aF/info.json
deleted file mode 100644
index 7fbbe63c99f68..0000000000000
--- a/blockchains/ethereum/assets/0xbC647aAd10114B89564c0a7aabE542bd0cf2C5aF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IONChain Token",
- "symbol": "IONC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.ionchain.org",
- "explorer": "https://etherscan.io/token/0xbC647aAd10114B89564c0a7aabE542bd0cf2C5aF",
- "status": "active",
- "id": "0xbC647aAd10114B89564c0a7aabE542bd0cf2C5aF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbC647aAd10114B89564c0a7aabE542bd0cf2C5aF/logo.png b/blockchains/ethereum/assets/0xbC647aAd10114B89564c0a7aabE542bd0cf2C5aF/logo.png
deleted file mode 100644
index 2944846028a2f..0000000000000
Binary files a/blockchains/ethereum/assets/0xbC647aAd10114B89564c0a7aabE542bd0cf2C5aF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbC7Ed0c8cf986ae62337fc8DF3B02C6EC87310Ed/info.json b/blockchains/ethereum/assets/0xbC7Ed0c8cf986ae62337fc8DF3B02C6EC87310Ed/info.json
deleted file mode 100644
index b7c681c5536ac..0000000000000
--- a/blockchains/ethereum/assets/0xbC7Ed0c8cf986ae62337fc8DF3B02C6EC87310Ed/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Xpayment",
- "symbol": "XPAY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbC7Ed0c8cf986ae62337fc8DF3B02C6EC87310Ed",
- "status": "abandoned",
- "id": "0xbC7Ed0c8cf986ae62337fc8DF3B02C6EC87310Ed"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbC7Ed0c8cf986ae62337fc8DF3B02C6EC87310Ed/logo.png b/blockchains/ethereum/assets/0xbC7Ed0c8cf986ae62337fc8DF3B02C6EC87310Ed/logo.png
deleted file mode 100644
index 35dfd5a86c7a7..0000000000000
Binary files a/blockchains/ethereum/assets/0xbC7Ed0c8cf986ae62337fc8DF3B02C6EC87310Ed/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbCa3C97837A39099eC3082DF97e28CE91BE14472/info.json b/blockchains/ethereum/assets/0xbCa3C97837A39099eC3082DF97e28CE91BE14472/info.json
deleted file mode 100644
index 35c5d8c46a30a..0000000000000
--- a/blockchains/ethereum/assets/0xbCa3C97837A39099eC3082DF97e28CE91BE14472/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Distant Universe Stardust Token",
- "symbol": "DUST",
- "type": "ERC20",
- "decimals": 8,
- "description": "DUST is the official currency of the Mutant Universe. It can be earned by contributions to the Mutant cause and used for mining new mutants, as a payment method in NFT marketplaces or games.",
- "website": "https://dust-token.com/",
- "explorer": "https://etherscan.io/token/0xbCa3C97837A39099eC3082DF97e28CE91BE14472",
- "status": "active",
- "id": "0xbCa3C97837A39099eC3082DF97e28CE91BE14472"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbCa3C97837A39099eC3082DF97e28CE91BE14472/logo.png b/blockchains/ethereum/assets/0xbCa3C97837A39099eC3082DF97e28CE91BE14472/logo.png
deleted file mode 100644
index 8bf39155bb0c3..0000000000000
Binary files a/blockchains/ethereum/assets/0xbCa3C97837A39099eC3082DF97e28CE91BE14472/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbCa51cC851000537ac63F7dEFf0BdcF4070D26b5/info.json b/blockchains/ethereum/assets/0xbCa51cC851000537ac63F7dEFf0BdcF4070D26b5/info.json
deleted file mode 100644
index 2f2b2a9d8ba5e..0000000000000
--- a/blockchains/ethereum/assets/0xbCa51cC851000537ac63F7dEFf0BdcF4070D26b5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptoMez",
- "symbol": "CMPAY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbCa51cC851000537ac63F7dEFf0BdcF4070D26b5",
- "status": "abandoned",
- "id": "0xbCa51cC851000537ac63F7dEFf0BdcF4070D26b5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbCa51cC851000537ac63F7dEFf0BdcF4070D26b5/logo.png b/blockchains/ethereum/assets/0xbCa51cC851000537ac63F7dEFf0BdcF4070D26b5/logo.png
deleted file mode 100644
index 140ef560d83b7..0000000000000
Binary files a/blockchains/ethereum/assets/0xbCa51cC851000537ac63F7dEFf0BdcF4070D26b5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbCdfE338D55c061C084D81fD793Ded00A27F226D/info.json b/blockchains/ethereum/assets/0xbCdfE338D55c061C084D81fD793Ded00A27F226D/info.json
deleted file mode 100644
index 183e7d36b1268..0000000000000
--- a/blockchains/ethereum/assets/0xbCdfE338D55c061C084D81fD793Ded00A27F226D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DML Token",
- "symbol": "DML",
- "type": "ERC20",
- "decimals": 18,
- "description": "Decentralized Machine. Learning Unleash untapped private data, idle processing power and crowdsourced algorithms.",
- "website": "https://decentralizedml.com",
- "explorer": "https://etherscan.io/token/0xbCdfE338D55c061C084D81fD793Ded00A27F226D",
- "status": "active",
- "id": "0xbCdfE338D55c061C084D81fD793Ded00A27F226D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbCdfE338D55c061C084D81fD793Ded00A27F226D/logo.png b/blockchains/ethereum/assets/0xbCdfE338D55c061C084D81fD793Ded00A27F226D/logo.png
deleted file mode 100755
index a24d477477810..0000000000000
Binary files a/blockchains/ethereum/assets/0xbCdfE338D55c061C084D81fD793Ded00A27F226D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbD03BD923c7D51019Fd84571D84e4eBcf7213509/info.json b/blockchains/ethereum/assets/0xbD03BD923c7D51019Fd84571D84e4eBcf7213509/info.json
deleted file mode 100644
index d439e9bdb638f..0000000000000
--- a/blockchains/ethereum/assets/0xbD03BD923c7D51019Fd84571D84e4eBcf7213509/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Rocket Token",
- "website": "https://rockettoken.net/",
- "description": "Rocket is a state of the art DeFi financial system that implements advanced token economics including token burn and staking into its fee structure.",
- "explorer": "https://etherscan.io/token/0xbD03BD923c7D51019Fd84571D84e4eBcf7213509",
- "type": "ERC20",
- "symbol": "RCKT",
- "decimals": 18,
- "status": "active",
- "id": "0xbD03BD923c7D51019Fd84571D84e4eBcf7213509",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/XenoTrades/rockettoken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/RocketToken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/RocketToken"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbD03BD923c7D51019Fd84571D84e4eBcf7213509/logo.png b/blockchains/ethereum/assets/0xbD03BD923c7D51019Fd84571D84e4eBcf7213509/logo.png
deleted file mode 100644
index 9fcd1065b6a5e..0000000000000
Binary files a/blockchains/ethereum/assets/0xbD03BD923c7D51019Fd84571D84e4eBcf7213509/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbD0a4bf098261673d5E6e600Fd87ddcd756e6764/info.json b/blockchains/ethereum/assets/0xbD0a4bf098261673d5E6e600Fd87ddcd756e6764/info.json
deleted file mode 100644
index 08f3bebdbe3dc..0000000000000
--- a/blockchains/ethereum/assets/0xbD0a4bf098261673d5E6e600Fd87ddcd756e6764/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hina Inu Token",
- "website": "https://www.realhinainu.com/",
- "description": "HINA is a decentralized, peer-to-peer deflationary meme token that passively rewards its holders with a 2% tax redistribution for all transactions.",
- "explorer": "https://etherscan.io/token/0xbD0a4bf098261673d5E6e600Fd87ddcd756e6764",
- "type": "ERC20",
- "symbol": "HINA",
- "decimals": 9,
- "status": "active",
- "id": "0xbD0a4bf098261673d5E6e600Fd87ddcd756e6764"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbD0a4bf098261673d5E6e600Fd87ddcd756e6764/logo.png b/blockchains/ethereum/assets/0xbD0a4bf098261673d5E6e600Fd87ddcd756e6764/logo.png
deleted file mode 100644
index 6ce3b82e23822..0000000000000
Binary files a/blockchains/ethereum/assets/0xbD0a4bf098261673d5E6e600Fd87ddcd756e6764/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbD149D3F7614B52f8A5E7e8986aFd77E5d0E57CF/info.json b/blockchains/ethereum/assets/0xbD149D3F7614B52f8A5E7e8986aFd77E5d0E57CF/info.json
deleted file mode 100644
index 9dffa68c37cf4..0000000000000
--- a/blockchains/ethereum/assets/0xbD149D3F7614B52f8A5E7e8986aFd77E5d0E57CF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BuckHathCoin",
- "symbol": "BHIG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbD149D3F7614B52f8A5E7e8986aFd77E5d0E57CF",
- "status": "abandoned",
- "id": "0xbD149D3F7614B52f8A5E7e8986aFd77E5d0E57CF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbD149D3F7614B52f8A5E7e8986aFd77E5d0E57CF/logo.png b/blockchains/ethereum/assets/0xbD149D3F7614B52f8A5E7e8986aFd77E5d0E57CF/logo.png
deleted file mode 100644
index 55594a27b6b17..0000000000000
Binary files a/blockchains/ethereum/assets/0xbD149D3F7614B52f8A5E7e8986aFd77E5d0E57CF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbD168CbF9d3a375B38dC51A202B5E8a4E52069Ed/info.json b/blockchains/ethereum/assets/0xbD168CbF9d3a375B38dC51A202B5E8a4E52069Ed/info.json
deleted file mode 100644
index 41c565847b191..0000000000000
--- a/blockchains/ethereum/assets/0xbD168CbF9d3a375B38dC51A202B5E8a4E52069Ed/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BlueWhaleToken",
- "symbol": "BWX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbD168CbF9d3a375B38dC51A202B5E8a4E52069Ed",
- "status": "abandoned",
- "id": "0xbD168CbF9d3a375B38dC51A202B5E8a4E52069Ed"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbD168CbF9d3a375B38dC51A202B5E8a4E52069Ed/logo.png b/blockchains/ethereum/assets/0xbD168CbF9d3a375B38dC51A202B5E8a4E52069Ed/logo.png
deleted file mode 100644
index 09bcae5d08f87..0000000000000
Binary files a/blockchains/ethereum/assets/0xbD168CbF9d3a375B38dC51A202B5E8a4E52069Ed/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbD3a1fa2BFba9E21A844564451C77cAF09663ef4/info.json b/blockchains/ethereum/assets/0xbD3a1fa2BFba9E21A844564451C77cAF09663ef4/info.json
deleted file mode 100644
index e0a886d3ae16e..0000000000000
--- a/blockchains/ethereum/assets/0xbD3a1fa2BFba9E21A844564451C77cAF09663ef4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C540809",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbD3a1fa2BFba9E21A844564451C77cAF09663ef4",
- "status": "abandoned",
- "id": "0xbD3a1fa2BFba9E21A844564451C77cAF09663ef4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbD3a1fa2BFba9E21A844564451C77cAF09663ef4/logo.png b/blockchains/ethereum/assets/0xbD3a1fa2BFba9E21A844564451C77cAF09663ef4/logo.png
deleted file mode 100644
index c1be4774dcc94..0000000000000
Binary files a/blockchains/ethereum/assets/0xbD3a1fa2BFba9E21A844564451C77cAF09663ef4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbD4AB8b9C26c4888e2792cAC6d5793Efea9eBb20/info.json b/blockchains/ethereum/assets/0xbD4AB8b9C26c4888e2792cAC6d5793Efea9eBb20/info.json
deleted file mode 100644
index 37562a6d00530..0000000000000
--- a/blockchains/ethereum/assets/0xbD4AB8b9C26c4888e2792cAC6d5793Efea9eBb20/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KARTIY",
- "symbol": "KRTY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbD4AB8b9C26c4888e2792cAC6d5793Efea9eBb20",
- "status": "abandoned",
- "id": "0xbD4AB8b9C26c4888e2792cAC6d5793Efea9eBb20"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbD4AB8b9C26c4888e2792cAC6d5793Efea9eBb20/logo.png b/blockchains/ethereum/assets/0xbD4AB8b9C26c4888e2792cAC6d5793Efea9eBb20/logo.png
deleted file mode 100644
index ccae2355b5ba6..0000000000000
Binary files a/blockchains/ethereum/assets/0xbD4AB8b9C26c4888e2792cAC6d5793Efea9eBb20/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbD4B60a138b3fce3584EA01f50c0908c18f9677A/info.json b/blockchains/ethereum/assets/0xbD4B60a138b3fce3584EA01f50c0908c18f9677A/info.json
deleted file mode 100644
index 69f7a1d966c78..0000000000000
--- a/blockchains/ethereum/assets/0xbD4B60a138b3fce3584EA01f50c0908c18f9677A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FinTab",
- "symbol": "FNTB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://fintab.io/",
- "explorer": "https://etherscan.io/token/0xbD4B60a138b3fce3584EA01f50c0908c18f9677A",
- "status": "abandoned",
- "id": "0xbD4B60a138b3fce3584EA01f50c0908c18f9677A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbD4B60a138b3fce3584EA01f50c0908c18f9677A/logo.png b/blockchains/ethereum/assets/0xbD4B60a138b3fce3584EA01f50c0908c18f9677A/logo.png
deleted file mode 100644
index 6c2f158d6d677..0000000000000
Binary files a/blockchains/ethereum/assets/0xbD4B60a138b3fce3584EA01f50c0908c18f9677A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbDCDf13e7ECE3dFBe926979d2fc9942648A4083d/info.json b/blockchains/ethereum/assets/0xbDCDf13e7ECE3dFBe926979d2fc9942648A4083d/info.json
deleted file mode 100644
index 501e01714e0d4..0000000000000
--- a/blockchains/ethereum/assets/0xbDCDf13e7ECE3dFBe926979d2fc9942648A4083d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AGI BANK",
- "symbol": "AGIB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbDCDf13e7ECE3dFBe926979d2fc9942648A4083d",
- "status": "abandoned",
- "id": "0xbDCDf13e7ECE3dFBe926979d2fc9942648A4083d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbDCDf13e7ECE3dFBe926979d2fc9942648A4083d/logo.png b/blockchains/ethereum/assets/0xbDCDf13e7ECE3dFBe926979d2fc9942648A4083d/logo.png
deleted file mode 100644
index 57ddcd302ea23..0000000000000
Binary files a/blockchains/ethereum/assets/0xbDCDf13e7ECE3dFBe926979d2fc9942648A4083d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbDEC45952B5E234EdDC2981B43eeD360826D5087/info.json b/blockchains/ethereum/assets/0xbDEC45952B5E234EdDC2981B43eeD360826D5087/info.json
deleted file mode 100644
index c615265f9c192..0000000000000
--- a/blockchains/ethereum/assets/0xbDEC45952B5E234EdDC2981B43eeD360826D5087/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mogu Token",
- "symbol": "MOGX",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Mogu Token(MOGX) is the blockchain-based medium in the Mogu ecosystem, that is fully optimised for distribution, finance, shopping, security by using blockchain technology.",
- "website": "https://mogutech.io/",
- "explorer": "https://etherscan.io/token/0xbDEC45952B5E234EdDC2981B43eeD360826D5087",
- "status": "active",
- "id": "0xbDEC45952B5E234EdDC2981B43eeD360826D5087"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbDEC45952B5E234EdDC2981B43eeD360826D5087/logo.png b/blockchains/ethereum/assets/0xbDEC45952B5E234EdDC2981B43eeD360826D5087/logo.png
deleted file mode 100644
index eb04c65a70a1a..0000000000000
Binary files a/blockchains/ethereum/assets/0xbDEC45952B5E234EdDC2981B43eeD360826D5087/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbDc4dD4B2f62c446485a1D2E39569466A2Fbd829/info.json b/blockchains/ethereum/assets/0xbDc4dD4B2f62c446485a1D2E39569466A2Fbd829/info.json
deleted file mode 100644
index fff282764a7c3..0000000000000
--- a/blockchains/ethereum/assets/0xbDc4dD4B2f62c446485a1D2E39569466A2Fbd829/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Xbitcash",
- "symbol": "XTC",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbDc4dD4B2f62c446485a1D2E39569466A2Fbd829",
- "status": "abandoned",
- "id": "0xbDc4dD4B2f62c446485a1D2E39569466A2Fbd829"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbDc4dD4B2f62c446485a1D2E39569466A2Fbd829/logo.png b/blockchains/ethereum/assets/0xbDc4dD4B2f62c446485a1D2E39569466A2Fbd829/logo.png
deleted file mode 100644
index 76ea5b1f86c2c..0000000000000
Binary files a/blockchains/ethereum/assets/0xbDc4dD4B2f62c446485a1D2E39569466A2Fbd829/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbDda280Ee7bcCC68F3be60a369b6B1eAee02493C/info.json b/blockchains/ethereum/assets/0xbDda280Ee7bcCC68F3be60a369b6B1eAee02493C/info.json
deleted file mode 100644
index 3134932b8633c..0000000000000
--- a/blockchains/ethereum/assets/0xbDda280Ee7bcCC68F3be60a369b6B1eAee02493C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitoxTokens",
- "symbol": "BITOX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbDda280Ee7bcCC68F3be60a369b6B1eAee02493C",
- "status": "abandoned",
- "id": "0xbDda280Ee7bcCC68F3be60a369b6B1eAee02493C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbDda280Ee7bcCC68F3be60a369b6B1eAee02493C/logo.png b/blockchains/ethereum/assets/0xbDda280Ee7bcCC68F3be60a369b6B1eAee02493C/logo.png
deleted file mode 100644
index 971263c53c2c9..0000000000000
Binary files a/blockchains/ethereum/assets/0xbDda280Ee7bcCC68F3be60a369b6B1eAee02493C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbE0aE3C18b985f65d539Ca2Db3f888E06c0cB124/info.json b/blockchains/ethereum/assets/0xbE0aE3C18b985f65d539Ca2Db3f888E06c0cB124/info.json
deleted file mode 100644
index 40d41a9da4a67..0000000000000
--- a/blockchains/ethereum/assets/0xbE0aE3C18b985f65d539Ca2Db3f888E06c0cB124/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kaleido",
- "symbol": "KAL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbE0aE3C18b985f65d539Ca2Db3f888E06c0cB124",
- "status": "abandoned",
- "id": "0xbE0aE3C18b985f65d539Ca2Db3f888E06c0cB124"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbE0aE3C18b985f65d539Ca2Db3f888E06c0cB124/logo.png b/blockchains/ethereum/assets/0xbE0aE3C18b985f65d539Ca2Db3f888E06c0cB124/logo.png
deleted file mode 100644
index 4f15bee8bd7e3..0000000000000
Binary files a/blockchains/ethereum/assets/0xbE0aE3C18b985f65d539Ca2Db3f888E06c0cB124/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbE47f50c85d9f3da055bc8CddAA33DEa16926D9D/info.json b/blockchains/ethereum/assets/0xbE47f50c85d9f3da055bc8CddAA33DEa16926D9D/info.json
deleted file mode 100644
index c7e4eb6addec4..0000000000000
--- a/blockchains/ethereum/assets/0xbE47f50c85d9f3da055bc8CddAA33DEa16926D9D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YUNG",
- "symbol": "YUNG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbE47f50c85d9f3da055bc8CddAA33DEa16926D9D",
- "status": "abandoned",
- "id": "0xbE47f50c85d9f3da055bc8CddAA33DEa16926D9D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbE47f50c85d9f3da055bc8CddAA33DEa16926D9D/logo.png b/blockchains/ethereum/assets/0xbE47f50c85d9f3da055bc8CddAA33DEa16926D9D/logo.png
deleted file mode 100644
index bf67cdc4311c1..0000000000000
Binary files a/blockchains/ethereum/assets/0xbE47f50c85d9f3da055bc8CddAA33DEa16926D9D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbE8F047Fc2EB324911e8eF9040f175984DC2DC18/info.json b/blockchains/ethereum/assets/0xbE8F047Fc2EB324911e8eF9040f175984DC2DC18/info.json
deleted file mode 100644
index 9c6a5146e7a77..0000000000000
--- a/blockchains/ethereum/assets/0xbE8F047Fc2EB324911e8eF9040f175984DC2DC18/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nextar Standard",
- "symbol": "NEX",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbE8F047Fc2EB324911e8eF9040f175984DC2DC18",
- "status": "abandoned",
- "id": "0xbE8F047Fc2EB324911e8eF9040f175984DC2DC18"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbE8F047Fc2EB324911e8eF9040f175984DC2DC18/logo.png b/blockchains/ethereum/assets/0xbE8F047Fc2EB324911e8eF9040f175984DC2DC18/logo.png
deleted file mode 100644
index 65263e04d684b..0000000000000
Binary files a/blockchains/ethereum/assets/0xbE8F047Fc2EB324911e8eF9040f175984DC2DC18/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbE9375C6a420D2eEB258962efB95551A5b722803/info.json b/blockchains/ethereum/assets/0xbE9375C6a420D2eEB258962efB95551A5b722803/info.json
deleted file mode 100644
index e988ffd7c33de..0000000000000
--- a/blockchains/ethereum/assets/0xbE9375C6a420D2eEB258962efB95551A5b722803/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "StormX",
- "website": "https://stormx.io",
- "description": "Earn crypto when you shop online.",
- "explorer": "https://etherscan.io/token/0xbe9375c6a420d2eeb258962efb95551a5b722803",
- "type": "ERC20",
- "symbol": "STMX",
- "decimals": 18,
- "status": "active",
- "id": "0xbE9375C6a420D2eEB258962efB95551A5b722803",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Stormxio"
- },
- {
- "name": "telegram",
- "url": "https://t.me/stormxapp"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/stormxio/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbE9375C6a420D2eEB258962efB95551A5b722803/logo.png b/blockchains/ethereum/assets/0xbE9375C6a420D2eEB258962efB95551A5b722803/logo.png
deleted file mode 100644
index f332d18281d8f..0000000000000
Binary files a/blockchains/ethereum/assets/0xbE9375C6a420D2eEB258962efB95551A5b722803/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbEa98c05eEAe2f3bC8c3565Db7551Eb738c8CCAb/info.json b/blockchains/ethereum/assets/0xbEa98c05eEAe2f3bC8c3565Db7551Eb738c8CCAb/info.json
deleted file mode 100644
index ed118544618e2..0000000000000
--- a/blockchains/ethereum/assets/0xbEa98c05eEAe2f3bC8c3565Db7551Eb738c8CCAb/info.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "name": "GYSR",
- "website": "https://gysr.io",
- "description": "GYSR is an open platform for on-chain incentives.",
- "explorer": "https://etherscan.io/token/0xbEa98c05eEAe2f3bC8c3565Db7551Eb738c8CCAb",
- "type": "ERC20",
- "symbol": "GYSR",
- "decimals": 18,
- "status": "active",
- "id": "0xbEa98c05eEAe2f3bC8c3565Db7551Eb738c8CCAb",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/gysr-io"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/gysr_io"
- },
- {
- "name": "telegram",
- "url": "https://t.me/gysr_io"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/qjWa7JB"
- },
- {
- "name": "medium",
- "url": "https://medium.com/gysr"
- },
- {
- "name": "blog",
- "url": "https://gysr.substack.com"
- },
- {
- "name": "whitepaper",
- "url": "https://resources.gysr.io/gysr_v2_whitepaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/gysr"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/geyser"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xbEa98c05eEAe2f3bC8c3565Db7551Eb738c8CCAb/logo.png b/blockchains/ethereum/assets/0xbEa98c05eEAe2f3bC8c3565Db7551Eb738c8CCAb/logo.png
deleted file mode 100644
index 18ceeb8578af9..0000000000000
Binary files a/blockchains/ethereum/assets/0xbEa98c05eEAe2f3bC8c3565Db7551Eb738c8CCAb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbEe9Cf658702527b0AcB2719c1FAA29EdC006a92/info.json b/blockchains/ethereum/assets/0xbEe9Cf658702527b0AcB2719c1FAA29EdC006a92/info.json
deleted file mode 100644
index 065fb427b4155..0000000000000
--- a/blockchains/ethereum/assets/0xbEe9Cf658702527b0AcB2719c1FAA29EdC006a92/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Strike ETH",
- "symbol": "sETH",
- "type": "ERC20",
- "decimals": 18,
- "description": "Strike Finance collateral cryptocurrency",
- "explorer": "https://etherscan.io/token/0xbEe9Cf658702527b0AcB2719c1FAA29EdC006a92",
- "status": "active",
- "id": "0xbEe9Cf658702527b0AcB2719c1FAA29EdC006a92",
- "website": "https://strike.org"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbEe9Cf658702527b0AcB2719c1FAA29EdC006a92/logo.png b/blockchains/ethereum/assets/0xbEe9Cf658702527b0AcB2719c1FAA29EdC006a92/logo.png
deleted file mode 100644
index 529cc94eeae7c..0000000000000
Binary files a/blockchains/ethereum/assets/0xbEe9Cf658702527b0AcB2719c1FAA29EdC006a92/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbF18F246B9301F231e9561B35A3879769BB46375/info.json b/blockchains/ethereum/assets/0xbF18F246B9301F231e9561B35A3879769BB46375/info.json
deleted file mode 100644
index 63665c7bdf6ad..0000000000000
--- a/blockchains/ethereum/assets/0xbF18F246B9301F231e9561B35A3879769BB46375/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Token Care",
- "symbol": "CARE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbF18F246B9301F231e9561B35A3879769BB46375",
- "status": "abandoned",
- "id": "0xbF18F246B9301F231e9561B35A3879769BB46375"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbF18F246B9301F231e9561B35A3879769BB46375/logo.png b/blockchains/ethereum/assets/0xbF18F246B9301F231e9561B35A3879769BB46375/logo.png
deleted file mode 100644
index af03dcb2aa29e..0000000000000
Binary files a/blockchains/ethereum/assets/0xbF18F246B9301F231e9561B35A3879769BB46375/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbF24a875BF58a2473005f9271Bd023b656721D3e/info.json b/blockchains/ethereum/assets/0xbF24a875BF58a2473005f9271Bd023b656721D3e/info.json
deleted file mode 100644
index 9c8bf307b76ee..0000000000000
--- a/blockchains/ethereum/assets/0xbF24a875BF58a2473005f9271Bd023b656721D3e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Colorado Coin",
- "symbol": "COLO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbF24a875BF58a2473005f9271Bd023b656721D3e",
- "status": "abandoned",
- "id": "0xbF24a875BF58a2473005f9271Bd023b656721D3e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbF24a875BF58a2473005f9271Bd023b656721D3e/logo.png b/blockchains/ethereum/assets/0xbF24a875BF58a2473005f9271Bd023b656721D3e/logo.png
deleted file mode 100755
index 180048ca932d5..0000000000000
Binary files a/blockchains/ethereum/assets/0xbF24a875BF58a2473005f9271Bd023b656721D3e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbF4a2DdaA16148a9D0fA2093FfAC450ADb7cd4aa/info.json b/blockchains/ethereum/assets/0xbF4a2DdaA16148a9D0fA2093FfAC450ADb7cd4aa/info.json
deleted file mode 100644
index 66f66d7ce9076..0000000000000
--- a/blockchains/ethereum/assets/0xbF4a2DdaA16148a9D0fA2093FfAC450ADb7cd4aa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethereum Money",
- "symbol": "ETHMNY",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "https://ethmny.net",
- "explorer": "https://etherscan.io/token/0xbF4a2DdaA16148a9D0fA2093FfAC450ADb7cd4aa",
- "status": "abandoned",
- "id": "0xbF4a2DdaA16148a9D0fA2093FfAC450ADb7cd4aa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbF4a2DdaA16148a9D0fA2093FfAC450ADb7cd4aa/logo.png b/blockchains/ethereum/assets/0xbF4a2DdaA16148a9D0fA2093FfAC450ADb7cd4aa/logo.png
deleted file mode 100644
index 52f11f5f6f20a..0000000000000
Binary files a/blockchains/ethereum/assets/0xbF4a2DdaA16148a9D0fA2093FfAC450ADb7cd4aa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbF5496122CF1bB778E0cBE5eaB936f2BE5fC0940/info.json b/blockchains/ethereum/assets/0xbF5496122CF1bB778E0cBE5eaB936f2BE5fC0940/info.json
deleted file mode 100644
index 4f4c7b6578a15..0000000000000
--- a/blockchains/ethereum/assets/0xbF5496122CF1bB778E0cBE5eaB936f2BE5fC0940/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FundToken",
- "symbol": "FUNDZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbF5496122CF1bB778E0cBE5eaB936f2BE5fC0940",
- "status": "abandoned",
- "id": "0xbF5496122CF1bB778E0cBE5eaB936f2BE5fC0940"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbF5496122CF1bB778E0cBE5eaB936f2BE5fC0940/logo.png b/blockchains/ethereum/assets/0xbF5496122CF1bB778E0cBE5eaB936f2BE5fC0940/logo.png
deleted file mode 100644
index 7111983b0147a..0000000000000
Binary files a/blockchains/ethereum/assets/0xbF5496122CF1bB778E0cBE5eaB936f2BE5fC0940/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbF59e6fe2Bc4eE8D303E493390b4aacab16fcc91/info.json b/blockchains/ethereum/assets/0xbF59e6fe2Bc4eE8D303E493390b4aacab16fcc91/info.json
deleted file mode 100644
index 7d717fe380c63..0000000000000
--- a/blockchains/ethereum/assets/0xbF59e6fe2Bc4eE8D303E493390b4aacab16fcc91/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Clipper Coin Capital",
- "symbol": "CCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbF59e6fe2Bc4eE8D303E493390b4aacab16fcc91",
- "status": "abandoned",
- "id": "0xbF59e6fe2Bc4eE8D303E493390b4aacab16fcc91"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbF59e6fe2Bc4eE8D303E493390b4aacab16fcc91/logo.png b/blockchains/ethereum/assets/0xbF59e6fe2Bc4eE8D303E493390b4aacab16fcc91/logo.png
deleted file mode 100644
index 720d5e1bc423a..0000000000000
Binary files a/blockchains/ethereum/assets/0xbF59e6fe2Bc4eE8D303E493390b4aacab16fcc91/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xba100000625a3754423978a60c9317c58a424e3D/info.json b/blockchains/ethereum/assets/0xba100000625a3754423978a60c9317c58a424e3D/info.json
deleted file mode 100644
index 5646aa0cadb53..0000000000000
--- a/blockchains/ethereum/assets/0xba100000625a3754423978a60c9317c58a424e3D/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Balancer",
- "website": "https://balancer.finance",
- "description": "Balancer is a non-custodial portfolio manager, liquidity provider, and price sensor.",
- "explorer": "https://etherscan.io/token/0xba100000625a3754423978a60c9317c58a424e3D",
- "research": "https://research.binance.com/en/projects/balancer",
- "type": "ERC20",
- "symbol": "BAL",
- "decimals": 18,
- "status": "active",
- "id": "0xba100000625a3754423978a60c9317c58a424e3D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xba100000625a3754423978a60c9317c58a424e3D/logo.png b/blockchains/ethereum/assets/0xba100000625a3754423978a60c9317c58a424e3D/logo.png
deleted file mode 100644
index 81d5c063924a5..0000000000000
Binary files a/blockchains/ethereum/assets/0xba100000625a3754423978a60c9317c58a424e3D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xba2184520A1cC49a6159c57e61E1844E085615B6/info.json b/blockchains/ethereum/assets/0xba2184520A1cC49a6159c57e61E1844E085615B6/info.json
deleted file mode 100644
index fc46467977d61..0000000000000
--- a/blockchains/ethereum/assets/0xba2184520A1cC49a6159c57e61E1844E085615B6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HelloGold Token",
- "symbol": "HGT",
- "type": "ERC20",
- "decimals": 8,
- "description": "GOLDX app lets you buy investment grade gold and turn it into an Ethereum compatible asset from your phone, from as low as 1 USDC.",
- "website": "https://www.hgfoundation.io",
- "explorer": "https://etherscan.io/token/0xba2184520A1cC49a6159c57e61E1844E085615B6",
- "status": "active",
- "id": "0xba2184520A1cC49a6159c57e61E1844E085615B6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xba2184520A1cC49a6159c57e61E1844E085615B6/logo.png b/blockchains/ethereum/assets/0xba2184520A1cC49a6159c57e61E1844E085615B6/logo.png
deleted file mode 100644
index 6b22398ccfb2e..0000000000000
Binary files a/blockchains/ethereum/assets/0xba2184520A1cC49a6159c57e61E1844E085615B6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xba358B6f5b4c0215650444B8C30D870B55050D2D/info.json b/blockchains/ethereum/assets/0xba358B6f5b4c0215650444B8C30D870B55050D2D/info.json
deleted file mode 100644
index aad781a9dcd25..0000000000000
--- a/blockchains/ethereum/assets/0xba358B6f5b4c0215650444B8C30D870B55050D2D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hub",
- "website": "https://hubtoken.org",
- "description": "Hub, the Human Trust Protocol, solves endemic trust problems and provides verifiable and portable trust. The HUB token’s aim is to encode identity and reputation on the blockchain, to become the next digital identity protocol interoperable across multiple platforms.",
- "explorer": "https://etherscan.io/token/0xba358B6f5b4c0215650444B8C30D870B55050D2D",
- "type": "ERC20",
- "symbol": "HUB",
- "decimals": 18,
- "status": "active",
- "id": "0xba358B6f5b4c0215650444B8C30D870B55050D2D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xba358B6f5b4c0215650444B8C30D870B55050D2D/logo.png b/blockchains/ethereum/assets/0xba358B6f5b4c0215650444B8C30D870B55050D2D/logo.png
deleted file mode 100644
index ca264af311563..0000000000000
Binary files a/blockchains/ethereum/assets/0xba358B6f5b4c0215650444B8C30D870B55050D2D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xba3BEB53b4e82fCFB15fD890F7213dc22C4883a5/info.json b/blockchains/ethereum/assets/0xba3BEB53b4e82fCFB15fD890F7213dc22C4883a5/info.json
deleted file mode 100644
index cb683baba77fd..0000000000000
--- a/blockchains/ethereum/assets/0xba3BEB53b4e82fCFB15fD890F7213dc22C4883a5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blue Live Coin",
- "symbol": "BLC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xba3BEB53b4e82fCFB15fD890F7213dc22C4883a5",
- "status": "abandoned",
- "id": "0xba3BEB53b4e82fCFB15fD890F7213dc22C4883a5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xba3BEB53b4e82fCFB15fD890F7213dc22C4883a5/logo.png b/blockchains/ethereum/assets/0xba3BEB53b4e82fCFB15fD890F7213dc22C4883a5/logo.png
deleted file mode 100644
index 8b29d199f6db3..0000000000000
Binary files a/blockchains/ethereum/assets/0xba3BEB53b4e82fCFB15fD890F7213dc22C4883a5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xba3D9687Cf50fE253cd2e1cFeEdE1d6787344Ed5/info.json b/blockchains/ethereum/assets/0xba3D9687Cf50fE253cd2e1cFeEdE1d6787344Ed5/info.json
deleted file mode 100644
index 5286a9bb77da1..0000000000000
--- a/blockchains/ethereum/assets/0xba3D9687Cf50fE253cd2e1cFeEdE1d6787344Ed5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave AAVE V1",
- "symbol": "aAAVE V1",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave AAVE V1 is an interest bearing token pegged 1:1 to the underlying AAVE deposited in Aave V1. aAAVE V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0xba3D9687Cf50fE253cd2e1cFeEdE1d6787344Ed5",
- "status": "active",
- "id": "0xba3D9687Cf50fE253cd2e1cFeEdE1d6787344Ed5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xba3D9687Cf50fE253cd2e1cFeEdE1d6787344Ed5/logo.png b/blockchains/ethereum/assets/0xba3D9687Cf50fE253cd2e1cFeEdE1d6787344Ed5/logo.png
deleted file mode 100644
index c0a121c9d5d7a..0000000000000
Binary files a/blockchains/ethereum/assets/0xba3D9687Cf50fE253cd2e1cFeEdE1d6787344Ed5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xba5BDe662c17e2aDFF1075610382B9B691296350/info.json b/blockchains/ethereum/assets/0xba5BDe662c17e2aDFF1075610382B9B691296350/info.json
deleted file mode 100644
index 11f57130939cc..0000000000000
--- a/blockchains/ethereum/assets/0xba5BDe662c17e2aDFF1075610382B9B691296350/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "SuperRare",
- "website": "https://superrare.com/",
- "description": "A network owned & governed by artists, collectors and curators",
- "explorer": "https://etherscan.io/token/0xba5BDe662c17e2aDFF1075610382B9B691296350",
- "type": "ERC20",
- "symbol": "RARE",
- "decimals": 18,
- "status": "active",
- "id": "0xba5BDe662c17e2aDFF1075610382B9B691296350",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/SuperRare"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/superrare/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/superrare/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xba5BDe662c17e2aDFF1075610382B9B691296350/logo.png b/blockchains/ethereum/assets/0xba5BDe662c17e2aDFF1075610382B9B691296350/logo.png
deleted file mode 100644
index e4996ed3af470..0000000000000
Binary files a/blockchains/ethereum/assets/0xba5BDe662c17e2aDFF1075610382B9B691296350/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xba7435A4b4C747E0101780073eedA872a69Bdcd4/info.json b/blockchains/ethereum/assets/0xba7435A4b4C747E0101780073eedA872a69Bdcd4/info.json
deleted file mode 100644
index 3108b3fd3474e..0000000000000
--- a/blockchains/ethereum/assets/0xba7435A4b4C747E0101780073eedA872a69Bdcd4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AirdropToken",
- "symbol": "AIRDROP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xba7435A4b4C747E0101780073eedA872a69Bdcd4",
- "status": "abandoned",
- "id": "0xba7435A4b4C747E0101780073eedA872a69Bdcd4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xba7435A4b4C747E0101780073eedA872a69Bdcd4/logo.png b/blockchains/ethereum/assets/0xba7435A4b4C747E0101780073eedA872a69Bdcd4/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0xba7435A4b4C747E0101780073eedA872a69Bdcd4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xba7b2C094C1A4757f9534a37d296a3BeD7f544DC/info.json b/blockchains/ethereum/assets/0xba7b2C094C1A4757f9534a37d296a3BeD7f544DC/info.json
deleted file mode 100644
index 91ab9b16a7509..0000000000000
--- a/blockchains/ethereum/assets/0xba7b2C094C1A4757f9534a37d296a3BeD7f544DC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HLAND",
- "website": "https://htw.land/",
- "description": "World Best Crypto DeFi Yield Farming",
- "explorer": "https://etherscan.io/token/0xba7b2C094C1A4757f9534a37d296a3BeD7f544DC",
- "type": "ERC20",
- "symbol": "HLAND",
- "decimals": 18,
- "status": "active",
- "id": "0xba7b2C094C1A4757f9534a37d296a3BeD7f544DC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xba7b2C094C1A4757f9534a37d296a3BeD7f544DC/logo.png b/blockchains/ethereum/assets/0xba7b2C094C1A4757f9534a37d296a3BeD7f544DC/logo.png
deleted file mode 100644
index 9b76b721cf1e1..0000000000000
Binary files a/blockchains/ethereum/assets/0xba7b2C094C1A4757f9534a37d296a3BeD7f544DC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xba9d4199faB4f26eFE3551D490E3821486f135Ba/info.json b/blockchains/ethereum/assets/0xba9d4199faB4f26eFE3551D490E3821486f135Ba/info.json
deleted file mode 100644
index fa9ae473cc3c3..0000000000000
--- a/blockchains/ethereum/assets/0xba9d4199faB4f26eFE3551D490E3821486f135Ba/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "SwissBorg",
- "website": "https://swissborg.com",
- "description": "SwissBorg is a wealthtech offering Swiss-made crypto investment solutions to the world.",
- "explorer": "https://etherscan.io/token/0xba9d4199faB4f26eFE3551D490E3821486f135Ba",
- "type": "ERC20",
- "symbol": "CHSB",
- "decimals": 8,
- "status": "active",
- "id": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/SwissBorg"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/swissborg"
- },
- {
- "name": "blog",
- "url": "https://medium.com/swissborg"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/swissborg"
- },
- {
- "name": "telegram",
- "url": "https://t.me/SwissBorgChat"
- },
- {
- "name": "whitepaper",
- "url": "https://swissborg.com/en/documents.html"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/swissborg/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xba9d4199faB4f26eFE3551D490E3821486f135Ba/logo.png b/blockchains/ethereum/assets/0xba9d4199faB4f26eFE3551D490E3821486f135Ba/logo.png
deleted file mode 100755
index aec10f6f23729..0000000000000
Binary files a/blockchains/ethereum/assets/0xba9d4199faB4f26eFE3551D490E3821486f135Ba/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbb1EE07d6c7BAeB702949904080eb61f5D5e7732/info.json b/blockchains/ethereum/assets/0xbb1EE07d6c7BAeB702949904080eb61f5D5e7732/info.json
deleted file mode 100644
index 99e0303d55e61..0000000000000
--- a/blockchains/ethereum/assets/0xbb1EE07d6c7BAeB702949904080eb61f5D5e7732/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Dogey-Inu",
- "type": "ERC20",
- "symbol": "DINU",
- "decimals": 18,
- "website": "https://dogeyinu.com/",
- "description": "An experiment in decentralized community building around a simple erc-20 token. ",
- "explorer": "https://etherscan.io/token/0xbb1ee07d6c7baeb702949904080eb61f5d5e7732",
- "status": "active",
- "id": "0xbb1EE07d6c7BAeB702949904080eb61f5D5e7732",
- "tags": [
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbb1EE07d6c7BAeB702949904080eb61f5D5e7732/logo.png b/blockchains/ethereum/assets/0xbb1EE07d6c7BAeB702949904080eb61f5D5e7732/logo.png
deleted file mode 100644
index 3ea69e101562c..0000000000000
Binary files a/blockchains/ethereum/assets/0xbb1EE07d6c7BAeB702949904080eb61f5D5e7732/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbb2B6dB3d2B52db9edF9C2F6a6ed3742Cc0Adf82/info.json b/blockchains/ethereum/assets/0xbb2B6dB3d2B52db9edF9C2F6a6ed3742Cc0Adf82/info.json
deleted file mode 100644
index 3bf5965c4cb6f..0000000000000
--- a/blockchains/ethereum/assets/0xbb2B6dB3d2B52db9edF9C2F6a6ed3742Cc0Adf82/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UniversalGlobalIntegral",
- "symbol": "UGI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbb2B6dB3d2B52db9edF9C2F6a6ed3742Cc0Adf82",
- "status": "abandoned",
- "id": "0xbb2B6dB3d2B52db9edF9C2F6a6ed3742Cc0Adf82"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbb2B6dB3d2B52db9edF9C2F6a6ed3742Cc0Adf82/logo.png b/blockchains/ethereum/assets/0xbb2B6dB3d2B52db9edF9C2F6a6ed3742Cc0Adf82/logo.png
deleted file mode 100755
index e4953745f5173..0000000000000
Binary files a/blockchains/ethereum/assets/0xbb2B6dB3d2B52db9edF9C2F6a6ed3742Cc0Adf82/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbb2f95F286ec090555dCa7c0BB49948C59494FdC/info.json b/blockchains/ethereum/assets/0xbb2f95F286ec090555dCa7c0BB49948C59494FdC/info.json
deleted file mode 100644
index 4c6328992724c..0000000000000
--- a/blockchains/ethereum/assets/0xbb2f95F286ec090555dCa7c0BB49948C59494FdC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rupiah Coin",
- "symbol": "IDRC",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbb2f95F286ec090555dCa7c0BB49948C59494FdC",
- "status": "abandoned",
- "id": "0xbb2f95F286ec090555dCa7c0BB49948C59494FdC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbb2f95F286ec090555dCa7c0BB49948C59494FdC/logo.png b/blockchains/ethereum/assets/0xbb2f95F286ec090555dCa7c0BB49948C59494FdC/logo.png
deleted file mode 100644
index 0c7c144bb2778..0000000000000
Binary files a/blockchains/ethereum/assets/0xbb2f95F286ec090555dCa7c0BB49948C59494FdC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbb325121a2BE1294b51C10ec56989e5693D0F59D/info.json b/blockchains/ethereum/assets/0xbb325121a2BE1294b51C10ec56989e5693D0F59D/info.json
deleted file mode 100644
index c739aed11bf89..0000000000000
--- a/blockchains/ethereum/assets/0xbb325121a2BE1294b51C10ec56989e5693D0F59D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UniversalCoin",
- "symbol": "UNV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbb325121a2BE1294b51C10ec56989e5693D0F59D",
- "status": "abandoned",
- "id": "0xbb325121a2BE1294b51C10ec56989e5693D0F59D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbb325121a2BE1294b51C10ec56989e5693D0F59D/logo.png b/blockchains/ethereum/assets/0xbb325121a2BE1294b51C10ec56989e5693D0F59D/logo.png
deleted file mode 100755
index f7a45b4a9e2be..0000000000000
Binary files a/blockchains/ethereum/assets/0xbb325121a2BE1294b51C10ec56989e5693D0F59D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbb92579DE560A2d7D300648A3e7c685e80A757d0/info.json b/blockchains/ethereum/assets/0xbb92579DE560A2d7D300648A3e7c685e80A757d0/info.json
deleted file mode 100644
index 85342fce138df..0000000000000
--- a/blockchains/ethereum/assets/0xbb92579DE560A2d7D300648A3e7c685e80A757d0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Neutron",
- "symbol": "NTN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbb92579DE560A2d7D300648A3e7c685e80A757d0",
- "status": "abandoned",
- "id": "0xbb92579DE560A2d7D300648A3e7c685e80A757d0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbb92579DE560A2d7D300648A3e7c685e80A757d0/logo.png b/blockchains/ethereum/assets/0xbb92579DE560A2d7D300648A3e7c685e80A757d0/logo.png
deleted file mode 100644
index 9fabf1849adf2..0000000000000
Binary files a/blockchains/ethereum/assets/0xbb92579DE560A2d7D300648A3e7c685e80A757d0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbbC13c862d9C5377bed1113BB5AF585912CAAd5f/info.json b/blockchains/ethereum/assets/0xbbC13c862d9C5377bed1113BB5AF585912CAAd5f/info.json
deleted file mode 100644
index 925ff9ab38255..0000000000000
--- a/blockchains/ethereum/assets/0xbbC13c862d9C5377bed1113BB5AF585912CAAd5f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NEOBANKTOKEN",
- "symbol": "NOC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbbC13c862d9C5377bed1113BB5AF585912CAAd5f",
- "status": "abandoned",
- "id": "0xbbC13c862d9C5377bed1113BB5AF585912CAAd5f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbbC13c862d9C5377bed1113BB5AF585912CAAd5f/logo.png b/blockchains/ethereum/assets/0xbbC13c862d9C5377bed1113BB5AF585912CAAd5f/logo.png
deleted file mode 100644
index d7438163b8d13..0000000000000
Binary files a/blockchains/ethereum/assets/0xbbC13c862d9C5377bed1113BB5AF585912CAAd5f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbbFF862d906E348E9946Bfb2132ecB157Da3D4b4/info.json b/blockchains/ethereum/assets/0xbbFF862d906E348E9946Bfb2132ecB157Da3D4b4/info.json
deleted file mode 100644
index 564a34edae0e9..0000000000000
--- a/blockchains/ethereum/assets/0xbbFF862d906E348E9946Bfb2132ecB157Da3D4b4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sharder",
- "website": "https://sharder.org",
- "description": "Sharder is a multi-chain storage & validation network.",
- "explorer": "https://etherscan.io/token/0xbbFF862d906E348E9946Bfb2132ecB157Da3D4b4",
- "type": "ERC20",
- "symbol": "SS",
- "decimals": 18,
- "status": "active",
- "id": "0xbbFF862d906E348E9946Bfb2132ecB157Da3D4b4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbbFF862d906E348E9946Bfb2132ecB157Da3D4b4/logo.png b/blockchains/ethereum/assets/0xbbFF862d906E348E9946Bfb2132ecB157Da3D4b4/logo.png
deleted file mode 100644
index c794dc1056e49..0000000000000
Binary files a/blockchains/ethereum/assets/0xbbFF862d906E348E9946Bfb2132ecB157Da3D4b4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbbd227e805b90b8FE8f4c01A3f4E48bdAE0599af/info.json b/blockchains/ethereum/assets/0xbbd227e805b90b8FE8f4c01A3f4E48bdAE0599af/info.json
deleted file mode 100644
index 0452409de13cf..0000000000000
--- a/blockchains/ethereum/assets/0xbbd227e805b90b8FE8f4c01A3f4E48bdAE0599af/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Phoneum Token",
- "symbol": "PHT",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "https://phoneum.io",
- "explorer": "https://etherscan.io/token/0xbbd227e805b90b8FE8f4c01A3f4E48bdAE0599af",
- "status": "abandoned",
- "id": "0xbbd227e805b90b8FE8f4c01A3f4E48bdAE0599af"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbbd227e805b90b8FE8f4c01A3f4E48bdAE0599af/logo.png b/blockchains/ethereum/assets/0xbbd227e805b90b8FE8f4c01A3f4E48bdAE0599af/logo.png
deleted file mode 100644
index c8e5e9a34b582..0000000000000
Binary files a/blockchains/ethereum/assets/0xbbd227e805b90b8FE8f4c01A3f4E48bdAE0599af/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbc16da9df0A22f01A16BC0620a27e7D6d6488550/info.json b/blockchains/ethereum/assets/0xbc16da9df0A22f01A16BC0620a27e7D6d6488550/info.json
deleted file mode 100644
index 7838126654572..0000000000000
--- a/blockchains/ethereum/assets/0xbc16da9df0A22f01A16BC0620a27e7D6d6488550/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Percent",
- "website": "https://percent.finance/",
- "description": "Percent is a fork of Compound, owned 100% by the community.",
- "explorer": "https://etherscan.io/token/0xbc16da9df0A22f01A16BC0620a27e7D6d6488550",
- "type": "ERC20",
- "symbol": "PCT",
- "decimals": 18,
- "status": "active",
- "id": "0xbc16da9df0A22f01A16BC0620a27e7D6d6488550",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/percent-finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbc16da9df0A22f01A16BC0620a27e7D6d6488550/logo.png b/blockchains/ethereum/assets/0xbc16da9df0A22f01A16BC0620a27e7D6d6488550/logo.png
deleted file mode 100644
index 21abd6d4f9b6c..0000000000000
Binary files a/blockchains/ethereum/assets/0xbc16da9df0A22f01A16BC0620a27e7D6d6488550/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbc27d7C5d79c3868c969EFdE3a0912F79a914eB7/info.json b/blockchains/ethereum/assets/0xbc27d7C5d79c3868c969EFdE3a0912F79a914eB7/info.json
deleted file mode 100644
index 0780e151c3cc2..0000000000000
--- a/blockchains/ethereum/assets/0xbc27d7C5d79c3868c969EFdE3a0912F79a914eB7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YAM",
- "symbol": "YAM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbc27d7C5d79c3868c969EFdE3a0912F79a914eB7",
- "status": "abandoned",
- "id": "0xbc27d7C5d79c3868c969EFdE3a0912F79a914eB7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbc27d7C5d79c3868c969EFdE3a0912F79a914eB7/logo.png b/blockchains/ethereum/assets/0xbc27d7C5d79c3868c969EFdE3a0912F79a914eB7/logo.png
deleted file mode 100644
index 547a1d717d08a..0000000000000
Binary files a/blockchains/ethereum/assets/0xbc27d7C5d79c3868c969EFdE3a0912F79a914eB7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbc4171f45EF0EF66E76F979dF021a34B46DCc81d/info.json b/blockchains/ethereum/assets/0xbc4171f45EF0EF66E76F979dF021a34B46DCc81d/info.json
deleted file mode 100644
index 151718fe62939..0000000000000
--- a/blockchains/ethereum/assets/0xbc4171f45EF0EF66E76F979dF021a34B46DCc81d/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Dorayaki",
- "type": "ERC20",
- "symbol": "DORA",
- "decimals": 18,
- "website": "https://dorafactory.org/",
- "description": "Dora Factory is a programmable DAO-as-a-Service open infrastructure on Substrate. All cool features regrading on-chain governance can be built on this infrastructure as pallets by the developers, and they can be rewarded in a SaaS model when DAOs launched on Dora Factory deploy them.",
- "explorer": "https://etherscan.io/token/0xbc4171f45EF0EF66E76F979dF021a34B46DCc81d",
- "status": "active",
- "id": "0xbc4171f45EF0EF66E76F979dF021a34B46DCc81d",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/DoraFactory"
- },
- {
- "name": "telegram",
- "url": "https://t.me/dorafactory"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/dora-factory/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbc4171f45EF0EF66E76F979dF021a34B46DCc81d/logo.png b/blockchains/ethereum/assets/0xbc4171f45EF0EF66E76F979dF021a34B46DCc81d/logo.png
deleted file mode 100644
index a6cab14df317f..0000000000000
Binary files a/blockchains/ethereum/assets/0xbc4171f45EF0EF66E76F979dF021a34B46DCc81d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbc41d05287498DEc58129560De6bd1b8d4E3aC1d/info.json b/blockchains/ethereum/assets/0xbc41d05287498DEc58129560De6bd1b8d4E3aC1d/info.json
deleted file mode 100644
index b94bc05e507db..0000000000000
--- a/blockchains/ethereum/assets/0xbc41d05287498DEc58129560De6bd1b8d4E3aC1d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "3X Short Tezos Token",
- "symbol": "XTZBEAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "3X Short Tezos Token (XTZBEAR) is an ERC20 token which seeks a return that corresponds to -3 times the daily return of Tezos.",
- "website": "https://ftx.com/tokens/XTZBEAR",
- "explorer": "https://etherscan.io/token/0xbc41d05287498DEc58129560De6bd1b8d4E3aC1d",
- "status": "active",
- "id": "0xbc41d05287498DEc58129560De6bd1b8d4E3aC1d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbc41d05287498DEc58129560De6bd1b8d4E3aC1d/logo.png b/blockchains/ethereum/assets/0xbc41d05287498DEc58129560De6bd1b8d4E3aC1d/logo.png
deleted file mode 100644
index a8cc1f578d450..0000000000000
Binary files a/blockchains/ethereum/assets/0xbc41d05287498DEc58129560De6bd1b8d4E3aC1d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbcC7026CdE024c6a97d2DF6e40613217d946279C/info.json b/blockchains/ethereum/assets/0xbcC7026CdE024c6a97d2DF6e40613217d946279C/info.json
deleted file mode 100644
index edb4a193c9e04..0000000000000
--- a/blockchains/ethereum/assets/0xbcC7026CdE024c6a97d2DF6e40613217d946279C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ala",
- "symbol": "ALA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://alatoken.org/",
- "explorer": "https://etherscan.io/token/0xbcC7026CdE024c6a97d2DF6e40613217d946279C",
- "status": "abandoned",
- "id": "0xbcC7026CdE024c6a97d2DF6e40613217d946279C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbcC7026CdE024c6a97d2DF6e40613217d946279C/logo.png b/blockchains/ethereum/assets/0xbcC7026CdE024c6a97d2DF6e40613217d946279C/logo.png
deleted file mode 100644
index 34165cf68c4cb..0000000000000
Binary files a/blockchains/ethereum/assets/0xbcC7026CdE024c6a97d2DF6e40613217d946279C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbcD4b7dE6fde81025f74426D43165a5b0D790Fdd/info.json b/blockchains/ethereum/assets/0xbcD4b7dE6fde81025f74426D43165a5b0D790Fdd/info.json
deleted file mode 100644
index 62a2a3a729c07..0000000000000
--- a/blockchains/ethereum/assets/0xbcD4b7dE6fde81025f74426D43165a5b0D790Fdd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SpiderDAO",
- "website": "https://spiderdao.io",
- "description": "SpiderDAO is about protecting your internet privacy while browsing the internet. With our innovative Hardware DAO concept we introduce a dual-governance model which bundles together hardware and software tools with on-chain elements, providing a “whale-resistant” governance solution.",
- "explorer": "https://etherscan.io/token/0xbcd4b7de6fde81025f74426d43165a5b0d790fdd",
- "type": "ERC20",
- "symbol": "SPDR",
- "decimals": 18,
- "status": "active",
- "id": "0xbcD4b7dE6fde81025f74426D43165a5b0D790Fdd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbcD4b7dE6fde81025f74426D43165a5b0D790Fdd/logo.png b/blockchains/ethereum/assets/0xbcD4b7dE6fde81025f74426D43165a5b0D790Fdd/logo.png
deleted file mode 100644
index c5d1f87191b74..0000000000000
Binary files a/blockchains/ethereum/assets/0xbcD4b7dE6fde81025f74426D43165a5b0D790Fdd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbcE7BD79558dda90B261506768f265c5543A9f90/info.json b/blockchains/ethereum/assets/0xbcE7BD79558dda90B261506768f265c5543A9f90/info.json
deleted file mode 100644
index 4aec6177fc926..0000000000000
--- a/blockchains/ethereum/assets/0xbcE7BD79558dda90B261506768f265c5543A9f90/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TKNT",
- "description": "TKN Betting Platform",
- "website": "https://tknt.io",
- "explorer": "https://etherscan.io/token/0xbce7bd79558dda90b261506768f265c5543a9f90",
- "type": "ERC20",
- "symbol": "TKNT",
- "decimals": 18,
- "status": "active",
- "id": "0xbcE7BD79558dda90B261506768f265c5543A9f90"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbcE7BD79558dda90B261506768f265c5543A9f90/logo.png b/blockchains/ethereum/assets/0xbcE7BD79558dda90B261506768f265c5543A9f90/logo.png
deleted file mode 100644
index f8825a9e75204..0000000000000
Binary files a/blockchains/ethereum/assets/0xbcE7BD79558dda90B261506768f265c5543A9f90/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbd181f52a86a46dBe03da96064Eb9fe2E1dB5308/info.json b/blockchains/ethereum/assets/0xbd181f52a86a46dBe03da96064Eb9fe2E1dB5308/info.json
deleted file mode 100644
index 0913f0b431c80..0000000000000
--- a/blockchains/ethereum/assets/0xbd181f52a86a46dBe03da96064Eb9fe2E1dB5308/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-16/30M16",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbd181f52a86a46dBe03da96064Eb9fe2E1dB5308",
- "status": "abandoned",
- "id": "0xbd181f52a86a46dBe03da96064Eb9fe2E1dB5308"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbd181f52a86a46dBe03da96064Eb9fe2E1dB5308/logo.png b/blockchains/ethereum/assets/0xbd181f52a86a46dBe03da96064Eb9fe2E1dB5308/logo.png
deleted file mode 100644
index 7bc523d4e32ce..0000000000000
Binary files a/blockchains/ethereum/assets/0xbd181f52a86a46dBe03da96064Eb9fe2E1dB5308/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbd1848e1491d4308Ad18287A745DD4DB2A4BD55B/info.json b/blockchains/ethereum/assets/0xbd1848e1491d4308Ad18287A745DD4DB2A4BD55B/info.json
deleted file mode 100644
index 1f973572c9279..0000000000000
--- a/blockchains/ethereum/assets/0xbd1848e1491d4308Ad18287A745DD4DB2A4BD55B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MOchi MArket",
- "symbol": "MOMA",
- "type": "ERC20",
- "decimals": 18,
- "description": "The multi-chain decentralized exchange ecosystem for non-fungible tokens",
- "website": "https://mochi.market",
- "explorer": "https://etherscan.io/token/0xbd1848e1491d4308Ad18287A745DD4DB2A4BD55B",
- "status": "active",
- "id": "0xbd1848e1491d4308Ad18287A745DD4DB2A4BD55B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbd1848e1491d4308Ad18287A745DD4DB2A4BD55B/logo.png b/blockchains/ethereum/assets/0xbd1848e1491d4308Ad18287A745DD4DB2A4BD55B/logo.png
deleted file mode 100644
index 182864893890e..0000000000000
Binary files a/blockchains/ethereum/assets/0xbd1848e1491d4308Ad18287A745DD4DB2A4BD55B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbd31EA8212119f94A611FA969881CBa3EA06Fa3d/info.json b/blockchains/ethereum/assets/0xbd31EA8212119f94A611FA969881CBa3EA06Fa3d/info.json
deleted file mode 100644
index 598173bcf58dc..0000000000000
--- a/blockchains/ethereum/assets/0xbd31EA8212119f94A611FA969881CBa3EA06Fa3d/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "LUNA (Portal)",
- "type": "ERC20",
- "symbol": "LUNA",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://terra.money",
- "explorer": "https://etherscan.io/token/0xbd31EA8212119f94A611FA969881CBa3EA06Fa3d",
- "status": "active",
- "id": "0xbd31EA8212119f94A611FA969881CBa3EA06Fa3d",
- "tags": [
- "wrapped"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xbd31EA8212119f94A611FA969881CBa3EA06Fa3d/logo.png b/blockchains/ethereum/assets/0xbd31EA8212119f94A611FA969881CBa3EA06Fa3d/logo.png
deleted file mode 100644
index 2a885151a2b72..0000000000000
Binary files a/blockchains/ethereum/assets/0xbd31EA8212119f94A611FA969881CBa3EA06Fa3d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbd95145EE25E4203d90592834c688C92653532A6/info.json b/blockchains/ethereum/assets/0xbd95145EE25E4203d90592834c688C92653532A6/info.json
deleted file mode 100644
index 737f5020e7dc1..0000000000000
--- a/blockchains/ethereum/assets/0xbd95145EE25E4203d90592834c688C92653532A6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UPO",
- "symbol": "UPO",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbd95145EE25E4203d90592834c688C92653532A6",
- "status": "abandoned",
- "id": "0xbd95145EE25E4203d90592834c688C92653532A6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbd95145EE25E4203d90592834c688C92653532A6/logo.png b/blockchains/ethereum/assets/0xbd95145EE25E4203d90592834c688C92653532A6/logo.png
deleted file mode 100644
index 97f966ecc5e72..0000000000000
Binary files a/blockchains/ethereum/assets/0xbd95145EE25E4203d90592834c688C92653532A6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbdBF67D9bcb35e2bb7e4951002c6D70013196972/info.json b/blockchains/ethereum/assets/0xbdBF67D9bcb35e2bb7e4951002c6D70013196972/info.json
deleted file mode 100644
index d2232057cfc2d..0000000000000
--- a/blockchains/ethereum/assets/0xbdBF67D9bcb35e2bb7e4951002c6D70013196972/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Scott Stevenson Legal Engineering",
- "symbol": "SSLE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbdBF67D9bcb35e2bb7e4951002c6D70013196972",
- "status": "abandoned",
- "id": "0xbdBF67D9bcb35e2bb7e4951002c6D70013196972"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbdBF67D9bcb35e2bb7e4951002c6D70013196972/logo.png b/blockchains/ethereum/assets/0xbdBF67D9bcb35e2bb7e4951002c6D70013196972/logo.png
deleted file mode 100644
index 3fa276cf6863a..0000000000000
Binary files a/blockchains/ethereum/assets/0xbdBF67D9bcb35e2bb7e4951002c6D70013196972/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbdEB4b83251Fb146687fa19D1C660F99411eefe3/info.json b/blockchains/ethereum/assets/0xbdEB4b83251Fb146687fa19D1C660F99411eefe3/info.json
deleted file mode 100644
index 25f3467a490c3..0000000000000
--- a/blockchains/ethereum/assets/0xbdEB4b83251Fb146687fa19D1C660F99411eefe3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "savedroid",
- "symbol": "SVD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ico.savedroid.com/",
- "explorer": "https://etherscan.io/token/0xbdEB4b83251Fb146687fa19D1C660F99411eefe3",
- "status": "abandoned",
- "id": "0xbdEB4b83251Fb146687fa19D1C660F99411eefe3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbdEB4b83251Fb146687fa19D1C660F99411eefe3/logo.png b/blockchains/ethereum/assets/0xbdEB4b83251Fb146687fa19D1C660F99411eefe3/logo.png
deleted file mode 100755
index 6d3dc40ed041c..0000000000000
Binary files a/blockchains/ethereum/assets/0xbdEB4b83251Fb146687fa19D1C660F99411eefe3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbdF2e5D2DaCD341c2aaD8E73c83495FaBFFf3E5f/info.json b/blockchains/ethereum/assets/0xbdF2e5D2DaCD341c2aaD8E73c83495FaBFFf3E5f/info.json
deleted file mode 100644
index 9b4be3d97828b..0000000000000
--- a/blockchains/ethereum/assets/0xbdF2e5D2DaCD341c2aaD8E73c83495FaBFFf3E5f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Plutaneum Gaming Exchange",
- "symbol": "PGE",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbdF2e5D2DaCD341c2aaD8E73c83495FaBFFf3E5f",
- "status": "abandoned",
- "id": "0xbdF2e5D2DaCD341c2aaD8E73c83495FaBFFf3E5f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbdF2e5D2DaCD341c2aaD8E73c83495FaBFFf3E5f/logo.png b/blockchains/ethereum/assets/0xbdF2e5D2DaCD341c2aaD8E73c83495FaBFFf3E5f/logo.png
deleted file mode 100644
index b714d6087cfee..0000000000000
Binary files a/blockchains/ethereum/assets/0xbdF2e5D2DaCD341c2aaD8E73c83495FaBFFf3E5f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbdbC2a5B32F3a5141ACd18C39883066E4daB9774/info.json b/blockchains/ethereum/assets/0xbdbC2a5B32F3a5141ACd18C39883066E4daB9774/info.json
deleted file mode 100644
index f80880ea416cf..0000000000000
--- a/blockchains/ethereum/assets/0xbdbC2a5B32F3a5141ACd18C39883066E4daB9774/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Emirex Token",
- "symbol": "EMRX",
- "type": "ERC20",
- "decimals": 8,
- "description": "EMRX Token has been designed to incentivize the traders, investors, issuers and partners within the Emirex ecosystem.",
- "website": "https://emirex.com",
- "explorer": "https://etherscan.io/token/0xbdbC2a5B32F3a5141ACd18C39883066E4daB9774",
- "status": "active",
- "id": "0xbdbC2a5B32F3a5141ACd18C39883066E4daB9774"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbdbC2a5B32F3a5141ACd18C39883066E4daB9774/logo.png b/blockchains/ethereum/assets/0xbdbC2a5B32F3a5141ACd18C39883066E4daB9774/logo.png
deleted file mode 100644
index 1819c9cf1b05d..0000000000000
Binary files a/blockchains/ethereum/assets/0xbdbC2a5B32F3a5141ACd18C39883066E4daB9774/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbdeD3f7537E75D6c38C036a3A788A549AfdE12B1/info.json b/blockchains/ethereum/assets/0xbdeD3f7537E75D6c38C036a3A788A549AfdE12B1/info.json
deleted file mode 100644
index ba7d66c6ce7a6..0000000000000
--- a/blockchains/ethereum/assets/0xbdeD3f7537E75D6c38C036a3A788A549AfdE12B1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DCS TOKEN",
- "symbol": "DCS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://ico.dcsmarketcap.com",
- "explorer": "https://etherscan.io/token/0xbdeD3f7537E75D6c38C036a3A788A549AfdE12B1",
- "status": "abandoned",
- "id": "0xbdeD3f7537E75D6c38C036a3A788A549AfdE12B1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbdeD3f7537E75D6c38C036a3A788A549AfdE12B1/logo.png b/blockchains/ethereum/assets/0xbdeD3f7537E75D6c38C036a3A788A549AfdE12B1/logo.png
deleted file mode 100644
index 01ffb291de1ce..0000000000000
Binary files a/blockchains/ethereum/assets/0xbdeD3f7537E75D6c38C036a3A788A549AfdE12B1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbe038A2FDfec62Cf1beD852f141A43005035edcC/info.json b/blockchains/ethereum/assets/0xbe038A2FDfec62Cf1beD852f141A43005035edcC/info.json
deleted file mode 100644
index 009362eafb234..0000000000000
--- a/blockchains/ethereum/assets/0xbe038A2FDfec62Cf1beD852f141A43005035edcC/info.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "Intchain",
- "website": "https://intchain.io/",
- "description": "INT is an INT Chain cross-chain asset based on Ethereum network, and INT Chain is a blockchain application platform and interactive standard based on the economic driving mode.",
- "explorer": "https://etherscan.io/token/0xbe038A2FDfec62Cf1beD852f141A43005035edcC",
- "explorer-ETH": "https://etherscan.io/token/0xbe038A2FDfec62Cf1beD852f141A43005035edcC",
- "type": "ERC20",
- "symbol": "INT",
- "decimals": 18,
- "status": "active",
- "id": "0xbe038A2FDfec62Cf1beD852f141A43005035edcC",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/intfoundation/int"
- },
- {
- "name": "whitepaper",
- "url": "https://intchain.io/whitepaper/INT-whitepaper-release-EN.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbe038A2FDfec62Cf1beD852f141A43005035edcC/logo.png b/blockchains/ethereum/assets/0xbe038A2FDfec62Cf1beD852f141A43005035edcC/logo.png
deleted file mode 100644
index d273f885b80e3..0000000000000
Binary files a/blockchains/ethereum/assets/0xbe038A2FDfec62Cf1beD852f141A43005035edcC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbe15c4Ebb73A67DDD94b83B237D2bdDe5a5079Ba/info.json b/blockchains/ethereum/assets/0xbe15c4Ebb73A67DDD94b83B237D2bdDe5a5079Ba/info.json
deleted file mode 100644
index 0730f83437fae..0000000000000
--- a/blockchains/ethereum/assets/0xbe15c4Ebb73A67DDD94b83B237D2bdDe5a5079Ba/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Complete New Commerce Chain",
- "symbol": "CNCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbe15c4Ebb73A67DDD94b83B237D2bdDe5a5079Ba",
- "status": "abandoned",
- "id": "0xbe15c4Ebb73A67DDD94b83B237D2bdDe5a5079Ba"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbe15c4Ebb73A67DDD94b83B237D2bdDe5a5079Ba/logo.png b/blockchains/ethereum/assets/0xbe15c4Ebb73A67DDD94b83B237D2bdDe5a5079Ba/logo.png
deleted file mode 100644
index b3b945ca9f302..0000000000000
Binary files a/blockchains/ethereum/assets/0xbe15c4Ebb73A67DDD94b83B237D2bdDe5a5079Ba/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbededDf2eF49E87037c4fb2cA34d1FF3D3992A11/info.json b/blockchains/ethereum/assets/0xbededDf2eF49E87037c4fb2cA34d1FF3D3992A11/info.json
deleted file mode 100644
index 26ce415bb493e..0000000000000
--- a/blockchains/ethereum/assets/0xbededDf2eF49E87037c4fb2cA34d1FF3D3992A11/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "FEG Token",
- "type": "ERC20",
- "symbol": "FEG",
- "decimals": 18,
- "website": "https://fegtoken.com/",
- "description": "Building an ecosystem and passive income around a governance token. Trade your crypto assets using our non-custodial peer-to-peer trading protocol and earn a passive income with our asset-backed governance token.",
- "explorer": "https://etherscan.io/token/0xbededDf2eF49E87037c4fb2cA34d1FF3D3992A11",
- "status": "active",
- "id": "0xbededDf2eF49E87037c4fb2cA34d1FF3D3992A11",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/fegtoken-v2/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/FEGtoken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/FEGchat"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/feg-token"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xbededDf2eF49E87037c4fb2cA34d1FF3D3992A11/logo.png b/blockchains/ethereum/assets/0xbededDf2eF49E87037c4fb2cA34d1FF3D3992A11/logo.png
deleted file mode 100644
index 94405ed8c6779..0000000000000
Binary files a/blockchains/ethereum/assets/0xbededDf2eF49E87037c4fb2cA34d1FF3D3992A11/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbf05571988dAaB22D33C28bbB13566eae9DeE626/info.json b/blockchains/ethereum/assets/0xbf05571988dAaB22D33C28bbB13566eae9DeE626/info.json
deleted file mode 100644
index b09721c767ace..0000000000000
--- a/blockchains/ethereum/assets/0xbf05571988dAaB22D33C28bbB13566eae9DeE626/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "999",
- "symbol": "999",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "https://coin999.cash/",
- "explorer": "https://etherscan.io/token/0xbf05571988dAaB22D33C28bbB13566eae9DeE626",
- "status": "abandoned",
- "id": "0xbf05571988dAaB22D33C28bbB13566eae9DeE626"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbf05571988dAaB22D33C28bbB13566eae9DeE626/logo.png b/blockchains/ethereum/assets/0xbf05571988dAaB22D33C28bbB13566eae9DeE626/logo.png
deleted file mode 100644
index 75c7fe08089b4..0000000000000
Binary files a/blockchains/ethereum/assets/0xbf05571988dAaB22D33C28bbB13566eae9DeE626/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbf0f3cCB8fA385A287106FbA22e6BB722F94d686/info.json b/blockchains/ethereum/assets/0xbf0f3cCB8fA385A287106FbA22e6BB722F94d686/info.json
deleted file mode 100644
index ed0c8a2df8cdc..0000000000000
--- a/blockchains/ethereum/assets/0xbf0f3cCB8fA385A287106FbA22e6BB722F94d686/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zytara USD",
- "website": "https://zytara.capital",
- "description": "ZUSD (Zytara USD) is digital money that you can send and receive like email. ZUSD is issued by a regulated financial institution and redeemable on a 1:1 basis for US dollars.",
- "explorer": "https://etherscan.io/token/0xbf0f3ccb8fa385a287106fba22e6bb722f94d686",
- "type": "ERC20",
- "symbol": "ZUSD",
- "decimals": 6,
- "status": "active",
- "id": "0xbf0f3cCB8fA385A287106FbA22e6BB722F94d686"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbf0f3cCB8fA385A287106FbA22e6BB722F94d686/logo.png b/blockchains/ethereum/assets/0xbf0f3cCB8fA385A287106FbA22e6BB722F94d686/logo.png
deleted file mode 100644
index 8ac75698154ec..0000000000000
Binary files a/blockchains/ethereum/assets/0xbf0f3cCB8fA385A287106FbA22e6BB722F94d686/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbf11447c29071B562C54522875D0C9E3E21240aE/info.json b/blockchains/ethereum/assets/0xbf11447c29071B562C54522875D0C9E3E21240aE/info.json
deleted file mode 100644
index c0c2a5f3da016..0000000000000
--- a/blockchains/ethereum/assets/0xbf11447c29071B562C54522875D0C9E3E21240aE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C559013",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbf11447c29071B562C54522875D0C9E3E21240aE",
- "status": "abandoned",
- "id": "0xbf11447c29071B562C54522875D0C9E3E21240aE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbf11447c29071B562C54522875D0C9E3E21240aE/logo.png b/blockchains/ethereum/assets/0xbf11447c29071B562C54522875D0C9E3E21240aE/logo.png
deleted file mode 100644
index aec4bc497dd7e..0000000000000
Binary files a/blockchains/ethereum/assets/0xbf11447c29071B562C54522875D0C9E3E21240aE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e/info.json b/blockchains/ethereum/assets/0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e/info.json
deleted file mode 100644
index 5736a0b9ee8b6..0000000000000
--- a/blockchains/ethereum/assets/0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "aelf",
- "website": "http://aelf.io",
- "description": "Aelf (ELF) is an enterprise-focused blockchain platform powered by cloud computing. Leveraging cloud nodes and parallel processing, Aelf is reportedly able to achieve secure transactions at scale for commercial use cases.",
- "explorer": "https://etherscan.io/token/0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e",
- "research": "https://research.binance.com/en/projects/aelf",
- "type": "ERC20",
- "symbol": "ELF",
- "decimals": 18,
- "status": "active",
- "id": "0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e/logo.png b/blockchains/ethereum/assets/0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e/logo.png
deleted file mode 100644
index 0aacaaa8a85f6..0000000000000
Binary files a/blockchains/ethereum/assets/0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbf3CAa1A66f5E5fd4eE4eda7391871DBb06B8DC1/info.json b/blockchains/ethereum/assets/0xbf3CAa1A66f5E5fd4eE4eda7391871DBb06B8DC1/info.json
deleted file mode 100644
index 3a1b775448552..0000000000000
--- a/blockchains/ethereum/assets/0xbf3CAa1A66f5E5fd4eE4eda7391871DBb06B8DC1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Btt Token",
- "symbol": "TOT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbf3CAa1A66f5E5fd4eE4eda7391871DBb06B8DC1",
- "status": "abandoned",
- "id": "0xbf3CAa1A66f5E5fd4eE4eda7391871DBb06B8DC1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbf3CAa1A66f5E5fd4eE4eda7391871DBb06B8DC1/logo.png b/blockchains/ethereum/assets/0xbf3CAa1A66f5E5fd4eE4eda7391871DBb06B8DC1/logo.png
deleted file mode 100644
index 708d9a90e5247..0000000000000
Binary files a/blockchains/ethereum/assets/0xbf3CAa1A66f5E5fd4eE4eda7391871DBb06B8DC1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbf52F2ab39e26E0951d2a02b49B7702aBe30406a/info.json b/blockchains/ethereum/assets/0xbf52F2ab39e26E0951d2a02b49B7702aBe30406a/info.json
deleted file mode 100644
index 21373a843f245..0000000000000
--- a/blockchains/ethereum/assets/0xbf52F2ab39e26E0951d2a02b49B7702aBe30406a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ODEM",
- "website": "https://odem.io",
- "description": "ODEM, short for 'On-Demand Education Marketplace', is a blockchain-based distributed network that allows university students to interact with their professors and academic partners without intermediaries.",
- "explorer": "https://etherscan.io/token/0xbf52F2ab39e26E0951d2a02b49B7702aBe30406a",
- "type": "ERC20",
- "symbol": "ODEM",
- "decimals": 18,
- "status": "active",
- "id": "0xbf52F2ab39e26E0951d2a02b49B7702aBe30406a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbf52F2ab39e26E0951d2a02b49B7702aBe30406a/logo.png b/blockchains/ethereum/assets/0xbf52F2ab39e26E0951d2a02b49B7702aBe30406a/logo.png
deleted file mode 100755
index d8a83f0bee4c1..0000000000000
Binary files a/blockchains/ethereum/assets/0xbf52F2ab39e26E0951d2a02b49B7702aBe30406a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbf8739f1c903974b90D758Fd0bbB2Bfc79022E8F/info.json b/blockchains/ethereum/assets/0xbf8739f1c903974b90D758Fd0bbB2Bfc79022E8F/info.json
deleted file mode 100644
index bda9255cf8cc7..0000000000000
--- a/blockchains/ethereum/assets/0xbf8739f1c903974b90D758Fd0bbB2Bfc79022E8F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SandBox",
- "symbol": "SBOX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xbf8739f1c903974b90D758Fd0bbB2Bfc79022E8F",
- "status": "abandoned",
- "id": "0xbf8739f1c903974b90D758Fd0bbB2Bfc79022E8F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbf8739f1c903974b90D758Fd0bbB2Bfc79022E8F/logo.png b/blockchains/ethereum/assets/0xbf8739f1c903974b90D758Fd0bbB2Bfc79022E8F/logo.png
deleted file mode 100644
index 1aa31ca234d1d..0000000000000
Binary files a/blockchains/ethereum/assets/0xbf8739f1c903974b90D758Fd0bbB2Bfc79022E8F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbf8fB919A8bbF28e590852AeF2D284494eBC0657/info.json b/blockchains/ethereum/assets/0xbf8fB919A8bbF28e590852AeF2D284494eBC0657/info.json
deleted file mode 100644
index 7302a88a85800..0000000000000
--- a/blockchains/ethereum/assets/0xbf8fB919A8bbF28e590852AeF2D284494eBC0657/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ABCC Token",
- "symbol": "AT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://abcc.com/",
- "explorer": "https://etherscan.io/token/0xbf8fB919A8bbF28e590852AeF2D284494eBC0657",
- "status": "abandoned",
- "id": "0xbf8fB919A8bbF28e590852AeF2D284494eBC0657"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbf8fB919A8bbF28e590852AeF2D284494eBC0657/logo.png b/blockchains/ethereum/assets/0xbf8fB919A8bbF28e590852AeF2D284494eBC0657/logo.png
deleted file mode 100644
index e3d7aab4c72ba..0000000000000
Binary files a/blockchains/ethereum/assets/0xbf8fB919A8bbF28e590852AeF2D284494eBC0657/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xbfFe4FDCD397e7942Fd7c9F99255e0AA34E4B3FB/info.json b/blockchains/ethereum/assets/0xbfFe4FDCD397e7942Fd7c9F99255e0AA34E4B3FB/info.json
deleted file mode 100644
index 117e80ad66d5c..0000000000000
--- a/blockchains/ethereum/assets/0xbfFe4FDCD397e7942Fd7c9F99255e0AA34E4B3FB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tranium",
- "symbol": "TRM",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.tranium.org",
- "explorer": "https://etherscan.io/token/0xbfFe4FDCD397e7942Fd7c9F99255e0AA34E4B3FB",
- "status": "abandoned",
- "id": "0xbfFe4FDCD397e7942Fd7c9F99255e0AA34E4B3FB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xbfFe4FDCD397e7942Fd7c9F99255e0AA34E4B3FB/logo.png b/blockchains/ethereum/assets/0xbfFe4FDCD397e7942Fd7c9F99255e0AA34E4B3FB/logo.png
deleted file mode 100644
index 8d15573e651b3..0000000000000
Binary files a/blockchains/ethereum/assets/0xbfFe4FDCD397e7942Fd7c9F99255e0AA34E4B3FB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc00e94Cb662C3520282E6f5717214004A7f26888/info.json b/blockchains/ethereum/assets/0xc00e94Cb662C3520282E6f5717214004A7f26888/info.json
deleted file mode 100644
index 82b6623baa03f..0000000000000
--- a/blockchains/ethereum/assets/0xc00e94Cb662C3520282E6f5717214004A7f26888/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Compound",
- "website": "https://compound.finance",
- "description": "Compound is the governance token for the Compound protocol.",
- "explorer": "https://etherscan.io/token/0xc00e94Cb662C3520282E6f5717214004A7f26888",
- "research": "https://research.binance.com/en/projects/compound",
- "type": "ERC20",
- "symbol": "COMP",
- "decimals": 18,
- "status": "active",
- "id": "0xc00e94Cb662C3520282E6f5717214004A7f26888",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "blog",
- "url": "https://medium.com/compound-finance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/compoundfinance"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/compound-governance-token/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc00e94Cb662C3520282E6f5717214004A7f26888/logo.png b/blockchains/ethereum/assets/0xc00e94Cb662C3520282E6f5717214004A7f26888/logo.png
deleted file mode 100644
index 5011b1a39ec58..0000000000000
Binary files a/blockchains/ethereum/assets/0xc00e94Cb662C3520282E6f5717214004A7f26888/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc020c00e45dd3529e18012282657A1136C2B13E6/info.json b/blockchains/ethereum/assets/0xc020c00e45dd3529e18012282657A1136C2B13E6/info.json
deleted file mode 100644
index c2b97e47bf46a..0000000000000
--- a/blockchains/ethereum/assets/0xc020c00e45dd3529e18012282657A1136C2B13E6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R885758",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc020c00e45dd3529e18012282657A1136C2B13E6",
- "status": "abandoned",
- "id": "0xc020c00e45dd3529e18012282657A1136C2B13E6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc020c00e45dd3529e18012282657A1136C2B13E6/logo.png b/blockchains/ethereum/assets/0xc020c00e45dd3529e18012282657A1136C2B13E6/logo.png
deleted file mode 100644
index 54260f9bdc638..0000000000000
Binary files a/blockchains/ethereum/assets/0xc020c00e45dd3529e18012282657A1136C2B13E6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc06993e3EEE6313235C0BC74a0ebB687C9e10E01/info.json b/blockchains/ethereum/assets/0xc06993e3EEE6313235C0BC74a0ebB687C9e10E01/info.json
deleted file mode 100644
index e52348c4a6bda..0000000000000
--- a/blockchains/ethereum/assets/0xc06993e3EEE6313235C0BC74a0ebB687C9e10E01/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AZ Signals",
- "symbol": "AZS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc06993e3EEE6313235C0BC74a0ebB687C9e10E01",
- "status": "abandoned",
- "id": "0xc06993e3EEE6313235C0BC74a0ebB687C9e10E01"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc06993e3EEE6313235C0BC74a0ebB687C9e10E01/logo.png b/blockchains/ethereum/assets/0xc06993e3EEE6313235C0BC74a0ebB687C9e10E01/logo.png
deleted file mode 100644
index 3bf2c4fabd62f..0000000000000
Binary files a/blockchains/ethereum/assets/0xc06993e3EEE6313235C0BC74a0ebB687C9e10E01/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc06aEc5191bE16b94FfC97B6Fc01393527367365/info.json b/blockchains/ethereum/assets/0xc06aEc5191bE16b94FfC97B6Fc01393527367365/info.json
deleted file mode 100644
index f99a7d11f22f5..0000000000000
--- a/blockchains/ethereum/assets/0xc06aEc5191bE16b94FfC97B6Fc01393527367365/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BTC ETH Equal Weight Set",
- "symbol": "BTCETH5050",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.tokensets.com/set/btceth5050",
- "explorer": "https://etherscan.io/token/0xc06aEc5191bE16b94FfC97B6Fc01393527367365",
- "status": "abandoned",
- "id": "0xc06aEc5191bE16b94FfC97B6Fc01393527367365"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc06aEc5191bE16b94FfC97B6Fc01393527367365/logo.png b/blockchains/ethereum/assets/0xc06aEc5191bE16b94FfC97B6Fc01393527367365/logo.png
deleted file mode 100644
index 81d6f8137bb88..0000000000000
Binary files a/blockchains/ethereum/assets/0xc06aEc5191bE16b94FfC97B6Fc01393527367365/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc074Dd87663b97097f06d805A164b6B271158738/info.json b/blockchains/ethereum/assets/0xc074Dd87663b97097f06d805A164b6B271158738/info.json
deleted file mode 100644
index 008f9eda25ed9..0000000000000
--- a/blockchains/ethereum/assets/0xc074Dd87663b97097f06d805A164b6B271158738/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SOON TOKEN",
- "symbol": "SOON",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc074Dd87663b97097f06d805A164b6B271158738",
- "status": "abandoned",
- "id": "0xc074Dd87663b97097f06d805A164b6B271158738"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc074Dd87663b97097f06d805A164b6B271158738/logo.png b/blockchains/ethereum/assets/0xc074Dd87663b97097f06d805A164b6B271158738/logo.png
deleted file mode 100644
index ea69c43065e0e..0000000000000
Binary files a/blockchains/ethereum/assets/0xc074Dd87663b97097f06d805A164b6B271158738/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc076Ad93c21710ef5B5934C64Ef7FF5290Ef726A/info.json b/blockchains/ethereum/assets/0xc076Ad93c21710ef5B5934C64Ef7FF5290Ef726A/info.json
deleted file mode 100644
index fd3ed6ed42a26..0000000000000
--- a/blockchains/ethereum/assets/0xc076Ad93c21710ef5B5934C64Ef7FF5290Ef726A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BAEcoin",
- "symbol": "BAE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc076Ad93c21710ef5B5934C64Ef7FF5290Ef726A",
- "status": "abandoned",
- "id": "0xc076Ad93c21710ef5B5934C64Ef7FF5290Ef726A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc076Ad93c21710ef5B5934C64Ef7FF5290Ef726A/logo.png b/blockchains/ethereum/assets/0xc076Ad93c21710ef5B5934C64Ef7FF5290Ef726A/logo.png
deleted file mode 100644
index ac68e78a88cd8..0000000000000
Binary files a/blockchains/ethereum/assets/0xc076Ad93c21710ef5B5934C64Ef7FF5290Ef726A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc0829421C1d260BD3cB3E0F06cfE2D52db2cE315/info.json b/blockchains/ethereum/assets/0xc0829421C1d260BD3cB3E0F06cfE2D52db2cE315/info.json
deleted file mode 100644
index 10da554db54c3..0000000000000
--- a/blockchains/ethereum/assets/0xc0829421C1d260BD3cB3E0F06cfE2D52db2cE315/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ether Token",
- "symbol": "ETH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc0829421C1d260BD3cB3E0F06cfE2D52db2cE315",
- "status": "abandoned",
- "id": "0xc0829421C1d260BD3cB3E0F06cfE2D52db2cE315"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc0829421C1d260BD3cB3E0F06cfE2D52db2cE315/logo.png b/blockchains/ethereum/assets/0xc0829421C1d260BD3cB3E0F06cfE2D52db2cE315/logo.png
deleted file mode 100644
index 956a1b86c5ff5..0000000000000
Binary files a/blockchains/ethereum/assets/0xc0829421C1d260BD3cB3E0F06cfE2D52db2cE315/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc0984810873C9D1546afB0286Ae996a370E05f16/info.json b/blockchains/ethereum/assets/0xc0984810873C9D1546afB0286Ae996a370E05f16/info.json
deleted file mode 100644
index 4633582c58549..0000000000000
--- a/blockchains/ethereum/assets/0xc0984810873C9D1546afB0286Ae996a370E05f16/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bit Ether",
- "symbol": "BIR",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc0984810873C9D1546afB0286Ae996a370E05f16",
- "status": "abandoned",
- "id": "0xc0984810873C9D1546afB0286Ae996a370E05f16"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc0984810873C9D1546afB0286Ae996a370E05f16/logo.png b/blockchains/ethereum/assets/0xc0984810873C9D1546afB0286Ae996a370E05f16/logo.png
deleted file mode 100644
index cc0208317dc12..0000000000000
Binary files a/blockchains/ethereum/assets/0xc0984810873C9D1546afB0286Ae996a370E05f16/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc0B1FeF4Bd44f25BdCFF517d0CEcA25D202058f9/info.json b/blockchains/ethereum/assets/0xc0B1FeF4Bd44f25BdCFF517d0CEcA25D202058f9/info.json
deleted file mode 100644
index 1ae54111d791c..0000000000000
--- a/blockchains/ethereum/assets/0xc0B1FeF4Bd44f25BdCFF517d0CEcA25D202058f9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GoshenCoinCash",
- "symbol": "GCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc0B1FeF4Bd44f25BdCFF517d0CEcA25D202058f9",
- "status": "abandoned",
- "id": "0xc0B1FeF4Bd44f25BdCFF517d0CEcA25D202058f9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc0B1FeF4Bd44f25BdCFF517d0CEcA25D202058f9/logo.png b/blockchains/ethereum/assets/0xc0B1FeF4Bd44f25BdCFF517d0CEcA25D202058f9/logo.png
deleted file mode 100755
index 86616bab50a76..0000000000000
Binary files a/blockchains/ethereum/assets/0xc0B1FeF4Bd44f25BdCFF517d0CEcA25D202058f9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc0ea83113038987d974FE667831a36E442e661E7/info.json b/blockchains/ethereum/assets/0xc0ea83113038987d974FE667831a36E442e661E7/info.json
deleted file mode 100644
index 5de029c28911e..0000000000000
--- a/blockchains/ethereum/assets/0xc0ea83113038987d974FE667831a36E442e661E7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Libfx",
- "symbol": "Libfx",
- "type": "ERC20",
- "decimals": 18,
- "description": "Liber exchange platform uses LIBFX to mobilize the support from the community serving to expand the market for Liber exchange platform and use LIBFX as the main payment method of Liber.",
- "website": "https://libermx.com/",
- "explorer": "https://etherscan.io/token/0xc0ea83113038987d974FE667831a36E442e661E7",
- "status": "active",
- "id": "0xc0ea83113038987d974FE667831a36E442e661E7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc0ea83113038987d974FE667831a36E442e661E7/logo.png b/blockchains/ethereum/assets/0xc0ea83113038987d974FE667831a36E442e661E7/logo.png
deleted file mode 100644
index 1647a3d99dd9e..0000000000000
Binary files a/blockchains/ethereum/assets/0xc0ea83113038987d974FE667831a36E442e661E7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc12d099be31567add4e4e4d0D45691C3F58f5663/info.json b/blockchains/ethereum/assets/0xc12d099be31567add4e4e4d0D45691C3F58f5663/info.json
deleted file mode 100644
index 8fc4038048548..0000000000000
--- a/blockchains/ethereum/assets/0xc12d099be31567add4e4e4d0D45691C3F58f5663/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Auctus",
- "website": "https://auctus.org",
- "description": "Auctus will be the utility token at the heart of the DeFi products developed by Auctus.",
- "explorer": "https://etherscan.io/token/0xc12d099be31567add4e4e4d0D45691C3F58f5663",
- "type": "ERC20",
- "symbol": "AUC",
- "decimals": 18,
- "status": "active",
- "id": "0xc12d099be31567add4e4e4d0D45691C3F58f5663"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc12d099be31567add4e4e4d0D45691C3F58f5663/logo.png b/blockchains/ethereum/assets/0xc12d099be31567add4e4e4d0D45691C3F58f5663/logo.png
deleted file mode 100755
index e4a222cbe0758..0000000000000
Binary files a/blockchains/ethereum/assets/0xc12d099be31567add4e4e4d0D45691C3F58f5663/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc14338C0eaa4bf7E4473C9DD7226001C8ae3B454/info.json b/blockchains/ethereum/assets/0xc14338C0eaa4bf7E4473C9DD7226001C8ae3B454/info.json
deleted file mode 100644
index d63e81dcf48ac..0000000000000
--- a/blockchains/ethereum/assets/0xc14338C0eaa4bf7E4473C9DD7226001C8ae3B454/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WARP",
- "symbol": "WARP",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc14338C0eaa4bf7E4473C9DD7226001C8ae3B454",
- "status": "abandoned",
- "id": "0xc14338C0eaa4bf7E4473C9DD7226001C8ae3B454"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc14338C0eaa4bf7E4473C9DD7226001C8ae3B454/logo.png b/blockchains/ethereum/assets/0xc14338C0eaa4bf7E4473C9DD7226001C8ae3B454/logo.png
deleted file mode 100644
index 7e9164cb249f3..0000000000000
Binary files a/blockchains/ethereum/assets/0xc14338C0eaa4bf7E4473C9DD7226001C8ae3B454/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc15A399c4eA7815fE36857C9E290EE452A5D6B21/info.json b/blockchains/ethereum/assets/0xc15A399c4eA7815fE36857C9E290EE452A5D6B21/info.json
deleted file mode 100644
index 747f2d9a34607..0000000000000
--- a/blockchains/ethereum/assets/0xc15A399c4eA7815fE36857C9E290EE452A5D6B21/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BoatPilot Token",
- "symbol": "NAVI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://boatpilot.io/",
- "explorer": "https://etherscan.io/token/0xc15A399c4eA7815fE36857C9E290EE452A5D6B21",
- "status": "abandoned",
- "id": "0xc15A399c4eA7815fE36857C9E290EE452A5D6B21"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc15A399c4eA7815fE36857C9E290EE452A5D6B21/logo.png b/blockchains/ethereum/assets/0xc15A399c4eA7815fE36857C9E290EE452A5D6B21/logo.png
deleted file mode 100755
index e59c57f9ef744..0000000000000
Binary files a/blockchains/ethereum/assets/0xc15A399c4eA7815fE36857C9E290EE452A5D6B21/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc175E77b04F2341517334Ea3Ed0b198A01A97383/info.json b/blockchains/ethereum/assets/0xc175E77b04F2341517334Ea3Ed0b198A01A97383/info.json
deleted file mode 100644
index eef7f3eb8f109..0000000000000
--- a/blockchains/ethereum/assets/0xc175E77b04F2341517334Ea3Ed0b198A01A97383/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "3X Long TRX Token",
- "symbol": "TRXBULL",
- "type": "ERC20",
- "decimals": 18,
- "description": "3X Long TRX Token (TRXBULL) is an ERC20 token which seeks a return that corresponds to 3 times the daily return of TRON.",
- "website": "https://ftx.com/tokens/TRXBULL",
- "explorer": "https://etherscan.io/token/0xc175E77b04F2341517334Ea3Ed0b198A01A97383",
- "status": "active",
- "id": "0xc175E77b04F2341517334Ea3Ed0b198A01A97383"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc175E77b04F2341517334Ea3Ed0b198A01A97383/logo.png b/blockchains/ethereum/assets/0xc175E77b04F2341517334Ea3Ed0b198A01A97383/logo.png
deleted file mode 100644
index a8cc1f578d450..0000000000000
Binary files a/blockchains/ethereum/assets/0xc175E77b04F2341517334Ea3Ed0b198A01A97383/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc1C7883eA017B083B6167040dbB9c156A8E6B9e9/info.json b/blockchains/ethereum/assets/0xc1C7883eA017B083B6167040dbB9c156A8E6B9e9/info.json
deleted file mode 100644
index 857650e92da43..0000000000000
--- a/blockchains/ethereum/assets/0xc1C7883eA017B083B6167040dbB9c156A8E6B9e9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ArmBlockchainBank",
- "symbol": "ABB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://abbtoken.xyz/",
- "explorer": "https://etherscan.io/token/0xc1C7883eA017B083B6167040dbB9c156A8E6B9e9",
- "status": "abandoned",
- "id": "0xc1C7883eA017B083B6167040dbB9c156A8E6B9e9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc1C7883eA017B083B6167040dbB9c156A8E6B9e9/logo.png b/blockchains/ethereum/assets/0xc1C7883eA017B083B6167040dbB9c156A8E6B9e9/logo.png
deleted file mode 100644
index c387ee9531652..0000000000000
Binary files a/blockchains/ethereum/assets/0xc1C7883eA017B083B6167040dbB9c156A8E6B9e9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc1D204d77861dEf49b6E769347a883B15EC397Ff/info.json b/blockchains/ethereum/assets/0xc1D204d77861dEf49b6E769347a883B15EC397Ff/info.json
deleted file mode 100644
index 7073e9ddfc915..0000000000000
--- a/blockchains/ethereum/assets/0xc1D204d77861dEf49b6E769347a883B15EC397Ff/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "PayperEx",
- "symbol": "PAX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xc1D204d77861dEf49b6E769347a883B15EC397Ff"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc1D204d77861dEf49b6E769347a883B15EC397Ff/logo.png b/blockchains/ethereum/assets/0xc1D204d77861dEf49b6E769347a883B15EC397Ff/logo.png
deleted file mode 100644
index 1402b423827d4..0000000000000
Binary files a/blockchains/ethereum/assets/0xc1D204d77861dEf49b6E769347a883B15EC397Ff/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc1FA038a78D1498bB5DC28875c695Fd48C19E9f5/info.json b/blockchains/ethereum/assets/0xc1FA038a78D1498bB5DC28875c695Fd48C19E9f5/info.json
deleted file mode 100644
index 9e72f56364260..0000000000000
--- a/blockchains/ethereum/assets/0xc1FA038a78D1498bB5DC28875c695Fd48C19E9f5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EDOLLAS",
- "symbol": "ELS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc1FA038a78D1498bB5DC28875c695Fd48C19E9f5",
- "status": "abandoned",
- "id": "0xc1FA038a78D1498bB5DC28875c695Fd48C19E9f5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc1FA038a78D1498bB5DC28875c695Fd48C19E9f5/logo.png b/blockchains/ethereum/assets/0xc1FA038a78D1498bB5DC28875c695Fd48C19E9f5/logo.png
deleted file mode 100644
index 15ee4be423f78..0000000000000
Binary files a/blockchains/ethereum/assets/0xc1FA038a78D1498bB5DC28875c695Fd48C19E9f5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc1a29a42876ff31D6c30341f5CF400dD8e766d91/info.json b/blockchains/ethereum/assets/0xc1a29a42876ff31D6c30341f5CF400dD8e766d91/info.json
deleted file mode 100644
index b225a8a93542e..0000000000000
--- a/blockchains/ethereum/assets/0xc1a29a42876ff31D6c30341f5CF400dD8e766d91/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SetoCoin",
- "symbol": "SET",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc1a29a42876ff31D6c30341f5CF400dD8e766d91",
- "status": "abandoned",
- "id": "0xc1a29a42876ff31D6c30341f5CF400dD8e766d91"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc1a29a42876ff31D6c30341f5CF400dD8e766d91/logo.png b/blockchains/ethereum/assets/0xc1a29a42876ff31D6c30341f5CF400dD8e766d91/logo.png
deleted file mode 100644
index fb6f499e0017d..0000000000000
Binary files a/blockchains/ethereum/assets/0xc1a29a42876ff31D6c30341f5CF400dD8e766d91/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc1d74a3AA1AA5AD95345299E0D0e36076B0ceE3D/info.json b/blockchains/ethereum/assets/0xc1d74a3AA1AA5AD95345299E0D0e36076B0ceE3D/info.json
deleted file mode 100644
index 6fb351bc3198c..0000000000000
--- a/blockchains/ethereum/assets/0xc1d74a3AA1AA5AD95345299E0D0e36076B0ceE3D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FacelightX",
- "symbol": "FHD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc1d74a3AA1AA5AD95345299E0D0e36076B0ceE3D",
- "status": "abandoned",
- "id": "0xc1d74a3AA1AA5AD95345299E0D0e36076B0ceE3D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc1d74a3AA1AA5AD95345299E0D0e36076B0ceE3D/logo.png b/blockchains/ethereum/assets/0xc1d74a3AA1AA5AD95345299E0D0e36076B0ceE3D/logo.png
deleted file mode 100644
index 4c5622127cd67..0000000000000
Binary files a/blockchains/ethereum/assets/0xc1d74a3AA1AA5AD95345299E0D0e36076B0ceE3D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc1f976B91217E240885536aF8b63bc8b5269a9BE/info.json b/blockchains/ethereum/assets/0xc1f976B91217E240885536aF8b63bc8b5269a9BE/info.json
deleted file mode 100644
index 2c768f29a45b9..0000000000000
--- a/blockchains/ethereum/assets/0xc1f976B91217E240885536aF8b63bc8b5269a9BE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PIN",
- "type": "ERC20",
- "symbol": "PIN",
- "decimals": 18,
- "website": "https://publicindex.network",
- "description": "PIN📌is a proof-of-work cryptocurrency designed to index web3 metadata. PIN also exists as a wrapped token on Ethereum, Binance Smart Chain, and Polygon.",
- "explorer": "https://etherscan.io/token/0xc1f976B91217E240885536aF8b63bc8b5269a9BE",
- "status": "active",
- "id": "0xc1f976B91217E240885536aF8b63bc8b5269a9BE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc1f976B91217E240885536aF8b63bc8b5269a9BE/logo.png b/blockchains/ethereum/assets/0xc1f976B91217E240885536aF8b63bc8b5269a9BE/logo.png
deleted file mode 100644
index 32bff312f5321..0000000000000
Binary files a/blockchains/ethereum/assets/0xc1f976B91217E240885536aF8b63bc8b5269a9BE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc20464e0C373486d2B3335576e83a218b1618A5E/info.json b/blockchains/ethereum/assets/0xc20464e0C373486d2B3335576e83a218b1618A5E/info.json
deleted file mode 100644
index f6a777c15f84c..0000000000000
--- a/blockchains/ethereum/assets/0xc20464e0C373486d2B3335576e83a218b1618A5E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Datarius Credit",
- "symbol": "DTRC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Datarius cryptobank is a decentralized partially closed system.",
- "website": "https://datarius.io",
- "explorer": "https://etherscan.io/token/0xc20464e0C373486d2B3335576e83a218b1618A5E",
- "status": "active",
- "id": "0xc20464e0C373486d2B3335576e83a218b1618A5E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc20464e0C373486d2B3335576e83a218b1618A5E/logo.png b/blockchains/ethereum/assets/0xc20464e0C373486d2B3335576e83a218b1618A5E/logo.png
deleted file mode 100755
index 19023c96343b9..0000000000000
Binary files a/blockchains/ethereum/assets/0xc20464e0C373486d2B3335576e83a218b1618A5E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc21dBEE65D62770953035f0434C532d578a666c9/info.json b/blockchains/ethereum/assets/0xc21dBEE65D62770953035f0434C532d578a666c9/info.json
deleted file mode 100644
index e07f55e0a7569..0000000000000
--- a/blockchains/ethereum/assets/0xc21dBEE65D62770953035f0434C532d578a666c9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptoEnergy",
- "symbol": "CNRG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://cryptoenergy.io/",
- "explorer": "https://etherscan.io/token/0xc21dBEE65D62770953035f0434C532d578a666c9",
- "status": "abandoned",
- "id": "0xc21dBEE65D62770953035f0434C532d578a666c9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc21dBEE65D62770953035f0434C532d578a666c9/logo.png b/blockchains/ethereum/assets/0xc21dBEE65D62770953035f0434C532d578a666c9/logo.png
deleted file mode 100644
index 5d12dcb0709a4..0000000000000
Binary files a/blockchains/ethereum/assets/0xc21dBEE65D62770953035f0434C532d578a666c9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc221b7E65FfC80DE234bbB6667aBDd46593D34F0/info.json b/blockchains/ethereum/assets/0xc221b7E65FfC80DE234bbB6667aBDd46593D34F0/info.json
deleted file mode 100644
index 032e6840478b1..0000000000000
--- a/blockchains/ethereum/assets/0xc221b7E65FfC80DE234bbB6667aBDd46593D34F0/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Wrapped Centrifuge",
- "symbol": "WCFG",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xc221b7E65FfC80DE234bbB6667aBDd46593D34F0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc221b7E65FfC80DE234bbB6667aBDd46593D34F0/logo.png b/blockchains/ethereum/assets/0xc221b7E65FfC80DE234bbB6667aBDd46593D34F0/logo.png
deleted file mode 100644
index 433322f27e55f..0000000000000
Binary files a/blockchains/ethereum/assets/0xc221b7E65FfC80DE234bbB6667aBDd46593D34F0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc265407A9a1641e8c1b8aDA4A5840db9Fb19E22c/info.json b/blockchains/ethereum/assets/0xc265407A9a1641e8c1b8aDA4A5840db9Fb19E22c/info.json
deleted file mode 100644
index c6369d3fd3a06..0000000000000
--- a/blockchains/ethereum/assets/0xc265407A9a1641e8c1b8aDA4A5840db9Fb19E22c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R885759",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc265407A9a1641e8c1b8aDA4A5840db9Fb19E22c",
- "status": "abandoned",
- "id": "0xc265407A9a1641e8c1b8aDA4A5840db9Fb19E22c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc265407A9a1641e8c1b8aDA4A5840db9Fb19E22c/logo.png b/blockchains/ethereum/assets/0xc265407A9a1641e8c1b8aDA4A5840db9Fb19E22c/logo.png
deleted file mode 100644
index ea847989c77a3..0000000000000
Binary files a/blockchains/ethereum/assets/0xc265407A9a1641e8c1b8aDA4A5840db9Fb19E22c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc27A2F05fa577a83BA0fDb4c38443c0718356501/info.json b/blockchains/ethereum/assets/0xc27A2F05fa577a83BA0fDb4c38443c0718356501/info.json
deleted file mode 100644
index b97543eec5e31..0000000000000
--- a/blockchains/ethereum/assets/0xc27A2F05fa577a83BA0fDb4c38443c0718356501/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lamden Tau",
- "symbol": "TAU",
- "type": "ERC20",
- "decimals": 18,
- "description": "Lamden is the performant Python-Based blockchain platform that makes using and creating the next generation of dApps easy for everyone.",
- "website": "https://lamden.io",
- "explorer": "https://etherscan.io/token/0xc27A2F05fa577a83BA0fDb4c38443c0718356501",
- "status": "active",
- "id": "0xc27A2F05fa577a83BA0fDb4c38443c0718356501"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc27A2F05fa577a83BA0fDb4c38443c0718356501/logo.png b/blockchains/ethereum/assets/0xc27A2F05fa577a83BA0fDb4c38443c0718356501/logo.png
deleted file mode 100644
index dc1eae57aceed..0000000000000
Binary files a/blockchains/ethereum/assets/0xc27A2F05fa577a83BA0fDb4c38443c0718356501/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc29004Ab38334dc7A9ecA1b89d6D4BF9f564d5Cf/info.json b/blockchains/ethereum/assets/0xc29004Ab38334dc7A9ecA1b89d6D4BF9f564d5Cf/info.json
deleted file mode 100644
index 7846d3d58b2b7..0000000000000
--- a/blockchains/ethereum/assets/0xc29004Ab38334dc7A9ecA1b89d6D4BF9f564d5Cf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Omnes Coin",
- "symbol": "OMNES",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc29004Ab38334dc7A9ecA1b89d6D4BF9f564d5Cf",
- "status": "abandoned",
- "id": "0xc29004Ab38334dc7A9ecA1b89d6D4BF9f564d5Cf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc29004Ab38334dc7A9ecA1b89d6D4BF9f564d5Cf/logo.png b/blockchains/ethereum/assets/0xc29004Ab38334dc7A9ecA1b89d6D4BF9f564d5Cf/logo.png
deleted file mode 100644
index 241baaee24346..0000000000000
Binary files a/blockchains/ethereum/assets/0xc29004Ab38334dc7A9ecA1b89d6D4BF9f564d5Cf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc2Cd3D241096d29FD7D477327e9109B1C5bf8293/info.json b/blockchains/ethereum/assets/0xc2Cd3D241096d29FD7D477327e9109B1C5bf8293/info.json
deleted file mode 100644
index 515b42b22f1bf..0000000000000
--- a/blockchains/ethereum/assets/0xc2Cd3D241096d29FD7D477327e9109B1C5bf8293/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DigiCash",
- "symbol": "DGX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc2Cd3D241096d29FD7D477327e9109B1C5bf8293",
- "status": "abandoned",
- "id": "0xc2Cd3D241096d29FD7D477327e9109B1C5bf8293"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc2Cd3D241096d29FD7D477327e9109B1C5bf8293/logo.png b/blockchains/ethereum/assets/0xc2Cd3D241096d29FD7D477327e9109B1C5bf8293/logo.png
deleted file mode 100644
index 524f764cf1c61..0000000000000
Binary files a/blockchains/ethereum/assets/0xc2Cd3D241096d29FD7D477327e9109B1C5bf8293/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc2DD62b809de9409fDa30D5c222B1f30A850ed84/info.json b/blockchains/ethereum/assets/0xc2DD62b809de9409fDa30D5c222B1f30A850ed84/info.json
deleted file mode 100644
index c0edf37ebf109..0000000000000
--- a/blockchains/ethereum/assets/0xc2DD62b809de9409fDa30D5c222B1f30A850ed84/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "aomucoin",
- "symbol": "aomu",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc2DD62b809de9409fDa30D5c222B1f30A850ed84",
- "status": "abandoned",
- "id": "0xc2DD62b809de9409fDa30D5c222B1f30A850ed84"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc2DD62b809de9409fDa30D5c222B1f30A850ed84/logo.png b/blockchains/ethereum/assets/0xc2DD62b809de9409fDa30D5c222B1f30A850ed84/logo.png
deleted file mode 100644
index cdc2481da7d4d..0000000000000
Binary files a/blockchains/ethereum/assets/0xc2DD62b809de9409fDa30D5c222B1f30A850ed84/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc2b58812c24020EA924c3d7C241C441605F12E75/info.json b/blockchains/ethereum/assets/0xc2b58812c24020EA924c3d7C241C441605F12E75/info.json
deleted file mode 100644
index 9db2e8fd58a28..0000000000000
--- a/blockchains/ethereum/assets/0xc2b58812c24020EA924c3d7C241C441605F12E75/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Entherfound",
- "symbol": "ETF",
- "type": "ERC20",
- "decimals": 8,
- "description": "Entherfound is a startup that has the permits and concessions for the cultivation of Psychoactive and Non-Psychoactive cannabis.",
- "website": "https://entherfound.io/",
- "explorer": "https://etherscan.io/token/0xc2b58812c24020EA924c3d7C241C441605F12E75",
- "status": "active",
- "id": "0xc2b58812c24020EA924c3d7C241C441605F12E75"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc2b58812c24020EA924c3d7C241C441605F12E75/logo.png b/blockchains/ethereum/assets/0xc2b58812c24020EA924c3d7C241C441605F12E75/logo.png
deleted file mode 100644
index 28390ad0366d6..0000000000000
Binary files a/blockchains/ethereum/assets/0xc2b58812c24020EA924c3d7C241C441605F12E75/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc2d3843102a19cD8178ac2BC6826FccD4B6B4340/info.json b/blockchains/ethereum/assets/0xc2d3843102a19cD8178ac2BC6826FccD4B6B4340/info.json
deleted file mode 100644
index 1d5a70887d7e3..0000000000000
--- a/blockchains/ethereum/assets/0xc2d3843102a19cD8178ac2BC6826FccD4B6B4340/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C507162",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc2d3843102a19cD8178ac2BC6826FccD4B6B4340",
- "status": "abandoned",
- "id": "0xc2d3843102a19cD8178ac2BC6826FccD4B6B4340"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc2d3843102a19cD8178ac2BC6826FccD4B6B4340/logo.png b/blockchains/ethereum/assets/0xc2d3843102a19cD8178ac2BC6826FccD4B6B4340/logo.png
deleted file mode 100644
index e87711e7435e2..0000000000000
Binary files a/blockchains/ethereum/assets/0xc2d3843102a19cD8178ac2BC6826FccD4B6B4340/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc301F0a7f62b5EF5CfA8454AF23A688DA5a65eC8/info.json b/blockchains/ethereum/assets/0xc301F0a7f62b5EF5CfA8454AF23A688DA5a65eC8/info.json
deleted file mode 100644
index cf90c4b3f5d0f..0000000000000
--- a/blockchains/ethereum/assets/0xc301F0a7f62b5EF5CfA8454AF23A688DA5a65eC8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WORLD MEDICAL COINS",
- "symbol": "WMC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc301F0a7f62b5EF5CfA8454AF23A688DA5a65eC8",
- "status": "abandoned",
- "id": "0xc301F0a7f62b5EF5CfA8454AF23A688DA5a65eC8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc301F0a7f62b5EF5CfA8454AF23A688DA5a65eC8/logo.png b/blockchains/ethereum/assets/0xc301F0a7f62b5EF5CfA8454AF23A688DA5a65eC8/logo.png
deleted file mode 100644
index 55e8c2a07bd3c..0000000000000
Binary files a/blockchains/ethereum/assets/0xc301F0a7f62b5EF5CfA8454AF23A688DA5a65eC8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc314b0E758D5FF74f63e307A86EbfE183C95767b/info.json b/blockchains/ethereum/assets/0xc314b0E758D5FF74f63e307A86EbfE183C95767b/info.json
deleted file mode 100644
index a3596fee84dd8..0000000000000
--- a/blockchains/ethereum/assets/0xc314b0E758D5FF74f63e307A86EbfE183C95767b/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Adappter Token",
- "type": "ERC20",
- "symbol": "ADP",
- "decimals": 18,
- "website": "https://adappter.io/eng.html",
- "description": "Adappter creates ‘the Pleasant World’ connected by a Blockchain where users, partners, and everyone together improve value based on the spirit of fairness, sharing, and trust.",
- "explorer": "https://etherscan.io/token/0xc314b0e758d5ff74f63e307a86ebfe183c95767b",
- "status": "active",
- "id": "0xc314b0E758D5FF74f63e307A86EbfE183C95767b",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Adappter_io"
- },
- {
- "name": "telegram",
- "url": "https://t.me/AdappterOfficial"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/adappter-token/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc314b0E758D5FF74f63e307A86EbfE183C95767b/logo.png b/blockchains/ethereum/assets/0xc314b0E758D5FF74f63e307A86EbfE183C95767b/logo.png
deleted file mode 100644
index e7332202bcb52..0000000000000
Binary files a/blockchains/ethereum/assets/0xc314b0E758D5FF74f63e307A86EbfE183C95767b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc324a2f6b05880503444451B8b27e6f9e63287Cb/info.json b/blockchains/ethereum/assets/0xc324a2f6b05880503444451B8b27e6f9e63287Cb/info.json
deleted file mode 100644
index c36a0dc7b9a16..0000000000000
--- a/blockchains/ethereum/assets/0xc324a2f6b05880503444451B8b27e6f9e63287Cb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Exchange Union Coin",
- "symbol": "XUC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Exchange Union is a “decentralized network” that connects individual digital asset exchanges from around the world. The team is on a mission to solve one of crypto’s most prominent issues – illiquidity.",
- "website": "https://www.exchangeunion.com/",
- "explorer": "https://etherscan.io/token/0xc324a2f6b05880503444451B8b27e6f9e63287Cb",
- "status": "active",
- "id": "0xc324a2f6b05880503444451B8b27e6f9e63287Cb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc324a2f6b05880503444451B8b27e6f9e63287Cb/logo.png b/blockchains/ethereum/assets/0xc324a2f6b05880503444451B8b27e6f9e63287Cb/logo.png
deleted file mode 100644
index 359130d355e03..0000000000000
Binary files a/blockchains/ethereum/assets/0xc324a2f6b05880503444451B8b27e6f9e63287Cb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc327DaF071fb374dcB2AfD28797fC58F096A8b1F/info.json b/blockchains/ethereum/assets/0xc327DaF071fb374dcB2AfD28797fC58F096A8b1F/info.json
deleted file mode 100644
index 5df60a8f3d147..0000000000000
--- a/blockchains/ethereum/assets/0xc327DaF071fb374dcB2AfD28797fC58F096A8b1F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aroma Token",
- "symbol": "ART",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc327DaF071fb374dcB2AfD28797fC58F096A8b1F",
- "status": "active",
- "id": "0xc327DaF071fb374dcB2AfD28797fC58F096A8b1F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc327DaF071fb374dcB2AfD28797fC58F096A8b1F/logo.png b/blockchains/ethereum/assets/0xc327DaF071fb374dcB2AfD28797fC58F096A8b1F/logo.png
deleted file mode 100644
index 9949df353a1f7..0000000000000
Binary files a/blockchains/ethereum/assets/0xc327DaF071fb374dcB2AfD28797fC58F096A8b1F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc3469460CA6260d81ad508773f3B691ae4753Ae2/info.json b/blockchains/ethereum/assets/0xc3469460CA6260d81ad508773f3B691ae4753Ae2/info.json
deleted file mode 100644
index e0f8d6f113fe0..0000000000000
--- a/blockchains/ethereum/assets/0xc3469460CA6260d81ad508773f3B691ae4753Ae2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SERVICEZONE",
- "symbol": "SVZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc3469460CA6260d81ad508773f3B691ae4753Ae2",
- "status": "abandoned",
- "id": "0xc3469460CA6260d81ad508773f3B691ae4753Ae2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc3469460CA6260d81ad508773f3B691ae4753Ae2/logo.png b/blockchains/ethereum/assets/0xc3469460CA6260d81ad508773f3B691ae4753Ae2/logo.png
deleted file mode 100644
index 47f3459fd1000..0000000000000
Binary files a/blockchains/ethereum/assets/0xc3469460CA6260d81ad508773f3B691ae4753Ae2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc34Ef872a751A10E2a80243eF826ec0942fE3F14/info.json b/blockchains/ethereum/assets/0xc34Ef872a751A10E2a80243eF826ec0942fE3F14/info.json
deleted file mode 100644
index f7cf6b8e5bdd7..0000000000000
--- a/blockchains/ethereum/assets/0xc34Ef872a751A10E2a80243eF826ec0942fE3F14/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoin Uniswap",
- "website": "https://bitcoinuniswap.org",
- "description": "Bitcoin Uniswap is based on the design of Bitcoin. It comes with a rarer amount, faster transfer speed, and lower fees.",
- "explorer": "https://etherscan.io/token/0xc34Ef872a751A10E2a80243eF826ec0942fE3F14",
- "type": "ERC20",
- "symbol": "BTCu",
- "decimals": 18,
- "status": "active",
- "id": "0xc34Ef872a751A10E2a80243eF826ec0942fE3F14"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc34Ef872a751A10E2a80243eF826ec0942fE3F14/logo.png b/blockchains/ethereum/assets/0xc34Ef872a751A10E2a80243eF826ec0942fE3F14/logo.png
deleted file mode 100644
index e32fc1c7c588e..0000000000000
Binary files a/blockchains/ethereum/assets/0xc34Ef872a751A10E2a80243eF826ec0942fE3F14/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc36e2C02e64585c15794B8e25E826d50b15fd878/info.json b/blockchains/ethereum/assets/0xc36e2C02e64585c15794B8e25E826d50b15fd878/info.json
deleted file mode 100644
index 825303f1c7dea..0000000000000
--- a/blockchains/ethereum/assets/0xc36e2C02e64585c15794B8e25E826d50b15fd878/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Animeyen",
- "symbol": "ANIME",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://animeyen.com",
- "explorer": "https://etherscan.io/token/0xc36e2C02e64585c15794B8e25E826d50b15fd878",
- "status": "abandoned",
- "id": "0xc36e2C02e64585c15794B8e25E826d50b15fd878"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc36e2C02e64585c15794B8e25E826d50b15fd878/logo.png b/blockchains/ethereum/assets/0xc36e2C02e64585c15794B8e25E826d50b15fd878/logo.png
deleted file mode 100644
index d97e9b912eeda..0000000000000
Binary files a/blockchains/ethereum/assets/0xc36e2C02e64585c15794B8e25E826d50b15fd878/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc3761EB917CD790B30dAD99f6Cc5b4Ff93C4F9eA/info.json b/blockchains/ethereum/assets/0xc3761EB917CD790B30dAD99f6Cc5b4Ff93C4F9eA/info.json
deleted file mode 100644
index e480e8f1298c8..0000000000000
--- a/blockchains/ethereum/assets/0xc3761EB917CD790B30dAD99f6Cc5b4Ff93C4F9eA/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "ERC20",
- "symbol": "ERC20",
- "type": "ERC20",
- "decimals": 18,
- "description": "ERC20 is an innovative NFT Collectible token and a new kind of DeFi.",
- "website": "https://erc20.tech",
- "explorer": "https://etherscan.io/token/0xc3761EB917CD790B30dAD99f6Cc5b4Ff93C4F9eA",
- "status": "active",
- "id": "0xc3761EB917CD790B30dAD99f6Cc5b4Ff93C4F9eA",
- "tags": [
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc3761EB917CD790B30dAD99f6Cc5b4Ff93C4F9eA/logo.png b/blockchains/ethereum/assets/0xc3761EB917CD790B30dAD99f6Cc5b4Ff93C4F9eA/logo.png
deleted file mode 100644
index 452cbe83aebf9..0000000000000
Binary files a/blockchains/ethereum/assets/0xc3761EB917CD790B30dAD99f6Cc5b4Ff93C4F9eA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc3771d47E2Ab5A519E2917E61e23078d0C05Ed7f/info.json b/blockchains/ethereum/assets/0xc3771d47E2Ab5A519E2917E61e23078d0C05Ed7f/info.json
deleted file mode 100644
index a714986328e96..0000000000000
--- a/blockchains/ethereum/assets/0xc3771d47E2Ab5A519E2917E61e23078d0C05Ed7f/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Gather",
- "website": "https://gather.network",
- "description": "Gather is a platform that allows publishers to monetize without ads and provides businesses & developers access to cheap and reliable processing power.",
- "explorer": "https://etherscan.io/token/0xc3771d47E2Ab5A519E2917E61e23078d0C05Ed7f",
- "type": "ERC20",
- "symbol": "GTH",
- "decimals": 18,
- "status": "abandoned",
- "id": "0xc3771d47E2Ab5A519E2917E61e23078d0C05Ed7f",
- "tags": [
- "governance"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Gather_Network"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/GatherNetwork"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@GatherNetwork"
- },
- {
- "name": "whitepaper",
- "url": "https://gather.network/whitepaper.html"
- }
- ],
- "migrate": {
- "asset_id": "c60_t0xeb986DA994E4a118d5956b02d8b7c3C7CE373674",
- "url": "https://twitter.com/Gather_Network/status/1479180753967915008"
- }
-}
diff --git a/blockchains/ethereum/assets/0xc37DF6DA3f7fd8290d7e1122B91Dd1aCC402F0E4/info.json b/blockchains/ethereum/assets/0xc37DF6DA3f7fd8290d7e1122B91Dd1aCC402F0E4/info.json
deleted file mode 100644
index 30bbe349ccf2c..0000000000000
--- a/blockchains/ethereum/assets/0xc37DF6DA3f7fd8290d7e1122B91Dd1aCC402F0E4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rise VS Fall",
- "symbol": "RVF",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc37DF6DA3f7fd8290d7e1122B91Dd1aCC402F0E4",
- "status": "abandoned",
- "id": "0xc37DF6DA3f7fd8290d7e1122B91Dd1aCC402F0E4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc37DF6DA3f7fd8290d7e1122B91Dd1aCC402F0E4/logo.png b/blockchains/ethereum/assets/0xc37DF6DA3f7fd8290d7e1122B91Dd1aCC402F0E4/logo.png
deleted file mode 100755
index 0748e61f1144b..0000000000000
Binary files a/blockchains/ethereum/assets/0xc37DF6DA3f7fd8290d7e1122B91Dd1aCC402F0E4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc37E8a31BA2d110c12f09f0239954A68b00bC599/info.json b/blockchains/ethereum/assets/0xc37E8a31BA2d110c12f09f0239954A68b00bC599/info.json
deleted file mode 100644
index bd8dba37e187d..0000000000000
--- a/blockchains/ethereum/assets/0xc37E8a31BA2d110c12f09f0239954A68b00bC599/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EUB Chain",
- "symbol": "EUBC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://eubchain.com/",
- "explorer": "https://etherscan.io/token/0xc37E8a31BA2d110c12f09f0239954A68b00bC599",
- "status": "abandoned",
- "id": "0xc37E8a31BA2d110c12f09f0239954A68b00bC599"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc37E8a31BA2d110c12f09f0239954A68b00bC599/logo.png b/blockchains/ethereum/assets/0xc37E8a31BA2d110c12f09f0239954A68b00bC599/logo.png
deleted file mode 100644
index 04a54f44ba147..0000000000000
Binary files a/blockchains/ethereum/assets/0xc37E8a31BA2d110c12f09f0239954A68b00bC599/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc398891b43F1B91158dCa87c63a88b80d000C248/info.json b/blockchains/ethereum/assets/0xc398891b43F1B91158dCa87c63a88b80d000C248/info.json
deleted file mode 100644
index b9495e4b9836c..0000000000000
--- a/blockchains/ethereum/assets/0xc398891b43F1B91158dCa87c63a88b80d000C248/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "INDOBIT",
- "symbol": "IBIT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc398891b43F1B91158dCa87c63a88b80d000C248",
- "status": "abandoned",
- "id": "0xc398891b43F1B91158dCa87c63a88b80d000C248"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc398891b43F1B91158dCa87c63a88b80d000C248/logo.png b/blockchains/ethereum/assets/0xc398891b43F1B91158dCa87c63a88b80d000C248/logo.png
deleted file mode 100644
index 8564829b0433f..0000000000000
Binary files a/blockchains/ethereum/assets/0xc398891b43F1B91158dCa87c63a88b80d000C248/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc398e9A33288831a64F28F2E01065B17C25B6cD3/info.json b/blockchains/ethereum/assets/0xc398e9A33288831a64F28F2E01065B17C25B6cD3/info.json
deleted file mode 100644
index a0766b74bce59..0000000000000
--- a/blockchains/ethereum/assets/0xc398e9A33288831a64F28F2E01065B17C25B6cD3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-15/30M15",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc398e9A33288831a64F28F2E01065B17C25B6cD3",
- "status": "abandoned",
- "id": "0xc398e9A33288831a64F28F2E01065B17C25B6cD3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc398e9A33288831a64F28F2E01065B17C25B6cD3/logo.png b/blockchains/ethereum/assets/0xc398e9A33288831a64F28F2E01065B17C25B6cD3/logo.png
deleted file mode 100644
index 1f694b270dc16..0000000000000
Binary files a/blockchains/ethereum/assets/0xc398e9A33288831a64F28F2E01065B17C25B6cD3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc3Ad35D351B33783f27777E2Ee1a4b6f96e4EE34/info.json b/blockchains/ethereum/assets/0xc3Ad35D351B33783f27777E2Ee1a4b6f96e4EE34/info.json
deleted file mode 100644
index a6e5762ad4cc7..0000000000000
--- a/blockchains/ethereum/assets/0xc3Ad35D351B33783f27777E2Ee1a4b6f96e4EE34/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "E25_Booster",
- "symbol": "E25",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc3Ad35D351B33783f27777E2Ee1a4b6f96e4EE34",
- "status": "abandoned",
- "id": "0xc3Ad35D351B33783f27777E2Ee1a4b6f96e4EE34"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc3Ad35D351B33783f27777E2Ee1a4b6f96e4EE34/logo.png b/blockchains/ethereum/assets/0xc3Ad35D351B33783f27777E2Ee1a4b6f96e4EE34/logo.png
deleted file mode 100644
index 2b5ed708bf972..0000000000000
Binary files a/blockchains/ethereum/assets/0xc3Ad35D351B33783f27777E2Ee1a4b6f96e4EE34/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc3DbBD550199Cd4E8F54737d0B05697609B12fb5/info.json b/blockchains/ethereum/assets/0xc3DbBD550199Cd4E8F54737d0B05697609B12fb5/info.json
deleted file mode 100644
index 1f6520244cb8c..0000000000000
--- a/blockchains/ethereum/assets/0xc3DbBD550199Cd4E8F54737d0B05697609B12fb5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OBIT Coin",
- "symbol": "OBIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc3DbBD550199Cd4E8F54737d0B05697609B12fb5",
- "status": "abandoned",
- "id": "0xc3DbBD550199Cd4E8F54737d0B05697609B12fb5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc3DbBD550199Cd4E8F54737d0B05697609B12fb5/logo.png b/blockchains/ethereum/assets/0xc3DbBD550199Cd4E8F54737d0B05697609B12fb5/logo.png
deleted file mode 100644
index 34ed674058af7..0000000000000
Binary files a/blockchains/ethereum/assets/0xc3DbBD550199Cd4E8F54737d0B05697609B12fb5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc3E329cA5380C6b416CF095Ed1a662c378A2B630/info.json b/blockchains/ethereum/assets/0xc3E329cA5380C6b416CF095Ed1a662c378A2B630/info.json
deleted file mode 100644
index 2e3e7341149f9..0000000000000
--- a/blockchains/ethereum/assets/0xc3E329cA5380C6b416CF095Ed1a662c378A2B630/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TaurusPay",
- "symbol": "TAPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc3E329cA5380C6b416CF095Ed1a662c378A2B630",
- "status": "abandoned",
- "id": "0xc3E329cA5380C6b416CF095Ed1a662c378A2B630"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc3E329cA5380C6b416CF095Ed1a662c378A2B630/logo.png b/blockchains/ethereum/assets/0xc3E329cA5380C6b416CF095Ed1a662c378A2B630/logo.png
deleted file mode 100755
index a5c1fc70cdc45..0000000000000
Binary files a/blockchains/ethereum/assets/0xc3E329cA5380C6b416CF095Ed1a662c378A2B630/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc3EdD7443563bF2D2d1f5a9c286CDDDC70e41587/info.json b/blockchains/ethereum/assets/0xc3EdD7443563bF2D2d1f5a9c286CDDDC70e41587/info.json
deleted file mode 100644
index 9b11db1579de1..0000000000000
--- a/blockchains/ethereum/assets/0xc3EdD7443563bF2D2d1f5a9c286CDDDC70e41587/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "The B Network Group",
- "symbol": "TBNG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc3EdD7443563bF2D2d1f5a9c286CDDDC70e41587",
- "status": "abandoned",
- "id": "0xc3EdD7443563bF2D2d1f5a9c286CDDDC70e41587"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc3EdD7443563bF2D2d1f5a9c286CDDDC70e41587/logo.png b/blockchains/ethereum/assets/0xc3EdD7443563bF2D2d1f5a9c286CDDDC70e41587/logo.png
deleted file mode 100644
index f22dedb6cc4ef..0000000000000
Binary files a/blockchains/ethereum/assets/0xc3EdD7443563bF2D2d1f5a9c286CDDDC70e41587/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc3a3cA5D1d4e3Fb804D1AB5212678ccbe0815074/info.json b/blockchains/ethereum/assets/0xc3a3cA5D1d4e3Fb804D1AB5212678ccbe0815074/info.json
deleted file mode 100644
index 2140548f6af1f..0000000000000
--- a/blockchains/ethereum/assets/0xc3a3cA5D1d4e3Fb804D1AB5212678ccbe0815074/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MCC ico token",
- "symbol": "MCC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc3a3cA5D1d4e3Fb804D1AB5212678ccbe0815074",
- "status": "abandoned",
- "id": "0xc3a3cA5D1d4e3Fb804D1AB5212678ccbe0815074"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc3a3cA5D1d4e3Fb804D1AB5212678ccbe0815074/logo.png b/blockchains/ethereum/assets/0xc3a3cA5D1d4e3Fb804D1AB5212678ccbe0815074/logo.png
deleted file mode 100644
index e315c08d6042a..0000000000000
Binary files a/blockchains/ethereum/assets/0xc3a3cA5D1d4e3Fb804D1AB5212678ccbe0815074/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc3d2Fae2FbEc8dB5Ef4A43C8b53276aB21Bc1ce2/info.json b/blockchains/ethereum/assets/0xc3d2Fae2FbEc8dB5Ef4A43C8b53276aB21Bc1ce2/info.json
deleted file mode 100644
index 55ed778d30d3e..0000000000000
--- a/blockchains/ethereum/assets/0xc3d2Fae2FbEc8dB5Ef4A43C8b53276aB21Bc1ce2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SecretCoin",
- "symbol": "SCR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc3d2Fae2FbEc8dB5Ef4A43C8b53276aB21Bc1ce2",
- "status": "abandoned",
- "id": "0xc3d2Fae2FbEc8dB5Ef4A43C8b53276aB21Bc1ce2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc3d2Fae2FbEc8dB5Ef4A43C8b53276aB21Bc1ce2/logo.png b/blockchains/ethereum/assets/0xc3d2Fae2FbEc8dB5Ef4A43C8b53276aB21Bc1ce2/logo.png
deleted file mode 100755
index cf9e962ee423c..0000000000000
Binary files a/blockchains/ethereum/assets/0xc3d2Fae2FbEc8dB5Ef4A43C8b53276aB21Bc1ce2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc3dD23A0a854b4f9aE80670f528094E9Eb607CCb/info.json b/blockchains/ethereum/assets/0xc3dD23A0a854b4f9aE80670f528094E9Eb607CCb/info.json
deleted file mode 100644
index a0720688d8cc6..0000000000000
--- a/blockchains/ethereum/assets/0xc3dD23A0a854b4f9aE80670f528094E9Eb607CCb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Trendering",
- "symbol": "TRND",
- "type": "ERC20",
- "decimals": 18,
- "description": "Trendering uses realtime Ethereum blockchain analysis to predict market movements of ERC20 tokens & more.",
- "website": "https://trendering.com/",
- "explorer": "https://etherscan.io/token/0xc3dD23A0a854b4f9aE80670f528094E9Eb607CCb",
- "status": "active",
- "id": "0xc3dD23A0a854b4f9aE80670f528094E9Eb607CCb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc3dD23A0a854b4f9aE80670f528094E9Eb607CCb/logo.png b/blockchains/ethereum/assets/0xc3dD23A0a854b4f9aE80670f528094E9Eb607CCb/logo.png
deleted file mode 100644
index 02ed034f735f4..0000000000000
Binary files a/blockchains/ethereum/assets/0xc3dD23A0a854b4f9aE80670f528094E9Eb607CCb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc3e2de0b661cF58F66BdE8E896905399ded58af5/info.json b/blockchains/ethereum/assets/0xc3e2de0b661cF58F66BdE8E896905399ded58af5/info.json
deleted file mode 100644
index 0b3b9cb86f526..0000000000000
--- a/blockchains/ethereum/assets/0xc3e2de0b661cF58F66BdE8E896905399ded58af5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Matrexcoin",
- "symbol": "MAC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://matrexcoin.com/",
- "explorer": "https://etherscan.io/token/0xc3e2de0b661cF58F66BdE8E896905399ded58af5",
- "status": "abandoned",
- "id": "0xc3e2de0b661cF58F66BdE8E896905399ded58af5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc3e2de0b661cF58F66BdE8E896905399ded58af5/logo.png b/blockchains/ethereum/assets/0xc3e2de0b661cF58F66BdE8E896905399ded58af5/logo.png
deleted file mode 100644
index 39b3865bf7d1b..0000000000000
Binary files a/blockchains/ethereum/assets/0xc3e2de0b661cF58F66BdE8E896905399ded58af5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc4199fB6FFDb30A829614becA030f9042f1c3992/info.json b/blockchains/ethereum/assets/0xc4199fB6FFDb30A829614becA030f9042f1c3992/info.json
deleted file mode 100644
index bb92bfbd5ab52..0000000000000
--- a/blockchains/ethereum/assets/0xc4199fB6FFDb30A829614becA030f9042f1c3992/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "snglsDAO Governance Token",
- "website": "https://snglsDAO.io",
- "description": "snglsDAO Governance Token is the reputation token for the snglsDAO. Join the revolution of unstoppable media and the fight for freedom from censorship!",
- "explorer": "https://etherscan.io/token/0xc4199fB6FFDb30A829614becA030f9042f1c3992",
- "type": "ERC20",
- "symbol": "SGT",
- "decimals": 18,
- "status": "active",
- "id": "0xc4199fB6FFDb30A829614becA030f9042f1c3992"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc4199fB6FFDb30A829614becA030f9042f1c3992/logo.png b/blockchains/ethereum/assets/0xc4199fB6FFDb30A829614becA030f9042f1c3992/logo.png
deleted file mode 100644
index 045723aa1a16b..0000000000000
Binary files a/blockchains/ethereum/assets/0xc4199fB6FFDb30A829614becA030f9042f1c3992/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc42209aCcC14029c1012fB5680D95fBd6036E2a0/info.json b/blockchains/ethereum/assets/0xc42209aCcC14029c1012fB5680D95fBd6036E2a0/info.json
deleted file mode 100644
index 5d3e80e58b220..0000000000000
--- a/blockchains/ethereum/assets/0xc42209aCcC14029c1012fB5680D95fBd6036E2a0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PayPie",
- "symbol": "PPP",
- "type": "ERC20",
- "decimals": 18,
- "description": "PayPie (PPP) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.paypie.com",
- "explorer": "https://etherscan.io/token/0xc42209aCcC14029c1012fB5680D95fBd6036E2a0",
- "status": "active",
- "id": "0xc42209aCcC14029c1012fB5680D95fBd6036E2a0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc42209aCcC14029c1012fB5680D95fBd6036E2a0/logo.png b/blockchains/ethereum/assets/0xc42209aCcC14029c1012fB5680D95fBd6036E2a0/logo.png
deleted file mode 100644
index 453b09e25b2c3..0000000000000
Binary files a/blockchains/ethereum/assets/0xc42209aCcC14029c1012fB5680D95fBd6036E2a0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc429E7B63dc30B51f5A7E4BE23Fd5eB4BAF8A1C3/info.json b/blockchains/ethereum/assets/0xc429E7B63dc30B51f5A7E4BE23Fd5eB4BAF8A1C3/info.json
deleted file mode 100644
index 2877487458e9c..0000000000000
--- a/blockchains/ethereum/assets/0xc429E7B63dc30B51f5A7E4BE23Fd5eB4BAF8A1C3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitibu",
- "symbol": "BTB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc429E7B63dc30B51f5A7E4BE23Fd5eB4BAF8A1C3",
- "status": "abandoned",
- "id": "0xc429E7B63dc30B51f5A7E4BE23Fd5eB4BAF8A1C3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc429E7B63dc30B51f5A7E4BE23Fd5eB4BAF8A1C3/logo.png b/blockchains/ethereum/assets/0xc429E7B63dc30B51f5A7E4BE23Fd5eB4BAF8A1C3/logo.png
deleted file mode 100644
index 028ed356fd29d..0000000000000
Binary files a/blockchains/ethereum/assets/0xc429E7B63dc30B51f5A7E4BE23Fd5eB4BAF8A1C3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc434B0584355039392BBa077B2B58AE614B6f18c/info.json b/blockchains/ethereum/assets/0xc434B0584355039392BBa077B2B58AE614B6f18c/info.json
deleted file mode 100644
index 73be0c7b27339..0000000000000
--- a/blockchains/ethereum/assets/0xc434B0584355039392BBa077B2B58AE614B6f18c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Shares",
- "symbol": "SHR",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc434B0584355039392BBa077B2B58AE614B6f18c",
- "status": "abandoned",
- "id": "0xc434B0584355039392BBa077B2B58AE614B6f18c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc434B0584355039392BBa077B2B58AE614B6f18c/logo.png b/blockchains/ethereum/assets/0xc434B0584355039392BBa077B2B58AE614B6f18c/logo.png
deleted file mode 100644
index 8aa15c7391389..0000000000000
Binary files a/blockchains/ethereum/assets/0xc434B0584355039392BBa077B2B58AE614B6f18c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc44948cbbaF37A4D7f1315C08972B4338080bf59/info.json b/blockchains/ethereum/assets/0xc44948cbbaF37A4D7f1315C08972B4338080bf59/info.json
deleted file mode 100644
index 63ad02e14d84c..0000000000000
--- a/blockchains/ethereum/assets/0xc44948cbbaF37A4D7f1315C08972B4338080bf59/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "turepay",
- "symbol": "TUP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc44948cbbaF37A4D7f1315C08972B4338080bf59",
- "status": "abandoned",
- "id": "0xc44948cbbaF37A4D7f1315C08972B4338080bf59"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc44948cbbaF37A4D7f1315C08972B4338080bf59/logo.png b/blockchains/ethereum/assets/0xc44948cbbaF37A4D7f1315C08972B4338080bf59/logo.png
deleted file mode 100644
index 7bb4007159c92..0000000000000
Binary files a/blockchains/ethereum/assets/0xc44948cbbaF37A4D7f1315C08972B4338080bf59/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc45D5E5c83101B1873354694B95089981fB9F7ca/info.json b/blockchains/ethereum/assets/0xc45D5E5c83101B1873354694B95089981fB9F7ca/info.json
deleted file mode 100644
index f4711da32d630..0000000000000
--- a/blockchains/ethereum/assets/0xc45D5E5c83101B1873354694B95089981fB9F7ca/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 181-CN48",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc45D5E5c83101B1873354694B95089981fB9F7ca",
- "status": "abandoned",
- "id": "0xc45D5E5c83101B1873354694B95089981fB9F7ca"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc45D5E5c83101B1873354694B95089981fB9F7ca/logo.png b/blockchains/ethereum/assets/0xc45D5E5c83101B1873354694B95089981fB9F7ca/logo.png
deleted file mode 100644
index 716338ba20c3d..0000000000000
Binary files a/blockchains/ethereum/assets/0xc45D5E5c83101B1873354694B95089981fB9F7ca/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc49451103d26EEAC37D94bf5d4c4EB5FA3184e28/info.json b/blockchains/ethereum/assets/0xc49451103d26EEAC37D94bf5d4c4EB5FA3184e28/info.json
deleted file mode 100644
index a43b139ac7541..0000000000000
--- a/blockchains/ethereum/assets/0xc49451103d26EEAC37D94bf5d4c4EB5FA3184e28/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SPORTSCRYPTO",
- "symbol": "SPCR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc49451103d26EEAC37D94bf5d4c4EB5FA3184e28",
- "status": "abandoned",
- "id": "0xc49451103d26EEAC37D94bf5d4c4EB5FA3184e28"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc49451103d26EEAC37D94bf5d4c4EB5FA3184e28/logo.png b/blockchains/ethereum/assets/0xc49451103d26EEAC37D94bf5d4c4EB5FA3184e28/logo.png
deleted file mode 100644
index d3da737fa6072..0000000000000
Binary files a/blockchains/ethereum/assets/0xc49451103d26EEAC37D94bf5d4c4EB5FA3184e28/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc4AF083E9Ce938b0f4644B6fbAaDe8d52F050494/info.json b/blockchains/ethereum/assets/0xc4AF083E9Ce938b0f4644B6fbAaDe8d52F050494/info.json
deleted file mode 100644
index 2cb69150c0dd4..0000000000000
--- a/blockchains/ethereum/assets/0xc4AF083E9Ce938b0f4644B6fbAaDe8d52F050494/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Daniubi",
- "symbol": "DNB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc4AF083E9Ce938b0f4644B6fbAaDe8d52F050494",
- "status": "abandoned",
- "id": "0xc4AF083E9Ce938b0f4644B6fbAaDe8d52F050494"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc4AF083E9Ce938b0f4644B6fbAaDe8d52F050494/logo.png b/blockchains/ethereum/assets/0xc4AF083E9Ce938b0f4644B6fbAaDe8d52F050494/logo.png
deleted file mode 100644
index b9e365ba9e78a..0000000000000
Binary files a/blockchains/ethereum/assets/0xc4AF083E9Ce938b0f4644B6fbAaDe8d52F050494/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc4d586ef7Be9EBe80bD5eE4FBd228fe2Db5F2C4e/info.json b/blockchains/ethereum/assets/0xc4d586ef7Be9EBe80bD5eE4FBd228fe2Db5F2C4e/info.json
deleted file mode 100644
index edea193154992..0000000000000
--- a/blockchains/ethereum/assets/0xc4d586ef7Be9EBe80bD5eE4FBd228fe2Db5F2C4e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Papa Shiba",
- "type": "ERC20",
- "symbol": "PHIBA",
- "decimals": 9,
- "website": "https://papashiba.finance",
- "description": "Add PHIBA- Papa Shiba logo and info",
- "explorer": "https://etherscan.io/token/0xc4d586ef7be9ebe80bd5ee4fbd228fe2db5f2c4e",
- "status": "active",
- "id": "0xc4d586ef7Be9EBe80bD5eE4FBd228fe2Db5F2C4e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc4d586ef7Be9EBe80bD5eE4FBd228fe2Db5F2C4e/logo.png b/blockchains/ethereum/assets/0xc4d586ef7Be9EBe80bD5eE4FBd228fe2Db5F2C4e/logo.png
deleted file mode 100644
index d3b0160408f81..0000000000000
Binary files a/blockchains/ethereum/assets/0xc4d586ef7Be9EBe80bD5eE4FBd228fe2Db5F2C4e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc4e41117B773599971907172b82FE85afe6A1a21/info.json b/blockchains/ethereum/assets/0xc4e41117B773599971907172b82FE85afe6A1a21/info.json
deleted file mode 100644
index 3196c17c850b9..0000000000000
--- a/blockchains/ethereum/assets/0xc4e41117B773599971907172b82FE85afe6A1a21/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Silver",
- "symbol": "CSC-SI",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc4e41117B773599971907172b82FE85afe6A1a21",
- "status": "abandoned",
- "id": "0xc4e41117B773599971907172b82FE85afe6A1a21"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc4e41117B773599971907172b82FE85afe6A1a21/logo.png b/blockchains/ethereum/assets/0xc4e41117B773599971907172b82FE85afe6A1a21/logo.png
deleted file mode 100755
index fc3ce694afb99..0000000000000
Binary files a/blockchains/ethereum/assets/0xc4e41117B773599971907172b82FE85afe6A1a21/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC/info.json b/blockchains/ethereum/assets/0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC/info.json
deleted file mode 100644
index 071cacaec35f1..0000000000000
--- a/blockchains/ethereum/assets/0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Hop",
- "type": "ERC20",
- "symbol": "HOP",
- "decimals": 18,
- "website": "https://app.hop.exchange/",
- "description": "A protocol for sending tokens across rollups and their shared layer-1 network in a quick and trustless manner",
- "explorer": "https://etherscan.io/token/0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC",
- "status": "active",
- "id": "0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/HopProtocol"
- },
- {
- "name": "github",
- "url": "https://github.com/hop-protocol"
- },
- {
- "name": "docs",
- "url": "https://docs.hop.exchange/"
- },
- {
- "name": "whitepaper",
- "url": "https://app.hop.exchange/whitepaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/hop-exchange/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/hop-protocol"
- }
- ],
- "tags": [
- "governance"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC/logo.png b/blockchains/ethereum/assets/0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC/logo.png
deleted file mode 100644
index a74baaf41e0cc..0000000000000
Binary files a/blockchains/ethereum/assets/0xc5102fE9359FD9a28f877a67E36B0F050d81a3CC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc5167c11aE8Bccee3EccCE34892014fe8DB84e83/info.json b/blockchains/ethereum/assets/0xc5167c11aE8Bccee3EccCE34892014fe8DB84e83/info.json
deleted file mode 100644
index 8875bec4d8e14..0000000000000
--- a/blockchains/ethereum/assets/0xc5167c11aE8Bccee3EccCE34892014fe8DB84e83/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 321-CN25",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc5167c11aE8Bccee3EccCE34892014fe8DB84e83",
- "status": "abandoned",
- "id": "0xc5167c11aE8Bccee3EccCE34892014fe8DB84e83"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc5167c11aE8Bccee3EccCE34892014fe8DB84e83/logo.png b/blockchains/ethereum/assets/0xc5167c11aE8Bccee3EccCE34892014fe8DB84e83/logo.png
deleted file mode 100644
index ae2d680a10f67..0000000000000
Binary files a/blockchains/ethereum/assets/0xc5167c11aE8Bccee3EccCE34892014fe8DB84e83/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc528c28FEC0A90C083328BC45f587eE215760A0F/info.json b/blockchains/ethereum/assets/0xc528c28FEC0A90C083328BC45f587eE215760A0F/info.json
deleted file mode 100644
index 72072ab27e857..0000000000000
--- a/blockchains/ethereum/assets/0xc528c28FEC0A90C083328BC45f587eE215760A0F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Endor Protocol Token",
- "symbol": "EDR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.endor.com",
- "explorer": "https://etherscan.io/token/0xc528c28FEC0A90C083328BC45f587eE215760A0F",
- "status": "active",
- "id": "0xc528c28FEC0A90C083328BC45f587eE215760A0F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc528c28FEC0A90C083328BC45f587eE215760A0F/logo.png b/blockchains/ethereum/assets/0xc528c28FEC0A90C083328BC45f587eE215760A0F/logo.png
deleted file mode 100755
index 8a2cc7665590a..0000000000000
Binary files a/blockchains/ethereum/assets/0xc528c28FEC0A90C083328BC45f587eE215760A0F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc53f6C2Ac35D30cc47Ddf3C320874b21dFA38791/info.json b/blockchains/ethereum/assets/0xc53f6C2Ac35D30cc47Ddf3C320874b21dFA38791/info.json
deleted file mode 100644
index abe06171d7404..0000000000000
--- a/blockchains/ethereum/assets/0xc53f6C2Ac35D30cc47Ddf3C320874b21dFA38791/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gcash",
- "symbol": "GCASH",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc53f6C2Ac35D30cc47Ddf3C320874b21dFA38791",
- "status": "abandoned",
- "id": "0xc53f6C2Ac35D30cc47Ddf3C320874b21dFA38791"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc53f6C2Ac35D30cc47Ddf3C320874b21dFA38791/logo.png b/blockchains/ethereum/assets/0xc53f6C2Ac35D30cc47Ddf3C320874b21dFA38791/logo.png
deleted file mode 100644
index 148b1a6c47632..0000000000000
Binary files a/blockchains/ethereum/assets/0xc53f6C2Ac35D30cc47Ddf3C320874b21dFA38791/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc54083e77F913a4f99E1232Ae80c318ff03c9D17/info.json b/blockchains/ethereum/assets/0xc54083e77F913a4f99E1232Ae80c318ff03c9D17/info.json
deleted file mode 100644
index 20529342db35f..0000000000000
--- a/blockchains/ethereum/assets/0xc54083e77F913a4f99E1232Ae80c318ff03c9D17/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CariNet Token",
- "symbol": "CIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.carinet.io/",
- "explorer": "https://etherscan.io/token/0xc54083e77F913a4f99E1232Ae80c318ff03c9D17",
- "status": "abandoned",
- "id": "0xc54083e77F913a4f99E1232Ae80c318ff03c9D17"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc54083e77F913a4f99E1232Ae80c318ff03c9D17/logo.png b/blockchains/ethereum/assets/0xc54083e77F913a4f99E1232Ae80c318ff03c9D17/logo.png
deleted file mode 100644
index 779fc190af781..0000000000000
Binary files a/blockchains/ethereum/assets/0xc54083e77F913a4f99E1232Ae80c318ff03c9D17/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc544197d2b5862B996317dD471544f00769902b5/info.json b/blockchains/ethereum/assets/0xc544197d2b5862B996317dD471544f00769902b5/info.json
deleted file mode 100644
index 5ea308c2eaf59..0000000000000
--- a/blockchains/ethereum/assets/0xc544197d2b5862B996317dD471544f00769902b5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hydro Token",
- "symbol": "XHT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc544197d2b5862B996317dD471544f00769902b5",
- "status": "abandoned",
- "id": "0xc544197d2b5862B996317dD471544f00769902b5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc544197d2b5862B996317dD471544f00769902b5/logo.png b/blockchains/ethereum/assets/0xc544197d2b5862B996317dD471544f00769902b5/logo.png
deleted file mode 100644
index 973bb521b3867..0000000000000
Binary files a/blockchains/ethereum/assets/0xc544197d2b5862B996317dD471544f00769902b5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc5451c3b432687A5a796c4DafD0cb4702874F92D/info.json b/blockchains/ethereum/assets/0xc5451c3b432687A5a796c4DafD0cb4702874F92D/info.json
deleted file mode 100644
index f2532df5c0106..0000000000000
--- a/blockchains/ethereum/assets/0xc5451c3b432687A5a796c4DafD0cb4702874F92D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ARTDOTCOIN",
- "symbol": "ADC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc5451c3b432687A5a796c4DafD0cb4702874F92D",
- "status": "abandoned",
- "id": "0xc5451c3b432687A5a796c4DafD0cb4702874F92D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc5451c3b432687A5a796c4DafD0cb4702874F92D/logo.png b/blockchains/ethereum/assets/0xc5451c3b432687A5a796c4DafD0cb4702874F92D/logo.png
deleted file mode 100644
index 781c88388ab00..0000000000000
Binary files a/blockchains/ethereum/assets/0xc5451c3b432687A5a796c4DafD0cb4702874F92D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc5594d84B996A68326d89FB35E4B89b3323ef37d/info.json b/blockchains/ethereum/assets/0xc5594d84B996A68326d89FB35E4B89b3323ef37d/info.json
deleted file mode 100644
index 4d624f5e0ea48..0000000000000
--- a/blockchains/ethereum/assets/0xc5594d84B996A68326d89FB35E4B89b3323ef37d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Epocum",
- "symbol": "EPM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc5594d84B996A68326d89FB35E4B89b3323ef37d",
- "status": "abandoned",
- "id": "0xc5594d84B996A68326d89FB35E4B89b3323ef37d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc5594d84B996A68326d89FB35E4B89b3323ef37d/logo.png b/blockchains/ethereum/assets/0xc5594d84B996A68326d89FB35E4B89b3323ef37d/logo.png
deleted file mode 100644
index dc65c488910b6..0000000000000
Binary files a/blockchains/ethereum/assets/0xc5594d84B996A68326d89FB35E4B89b3323ef37d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc56b13ebbCFfa67cFb7979b900b736b3fb480D78/info.json b/blockchains/ethereum/assets/0xc56b13ebbCFfa67cFb7979b900b736b3fb480D78/info.json
deleted file mode 100644
index c4fb78f820dc6..0000000000000
--- a/blockchains/ethereum/assets/0xc56b13ebbCFfa67cFb7979b900b736b3fb480D78/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Social Activity Token",
- "symbol": "SAT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://sphere.social/",
- "explorer": "https://etherscan.io/token/0xc56b13ebbCFfa67cFb7979b900b736b3fb480D78",
- "status": "abandoned",
- "id": "0xc56b13ebbCFfa67cFb7979b900b736b3fb480D78"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc56b13ebbCFfa67cFb7979b900b736b3fb480D78/logo.png b/blockchains/ethereum/assets/0xc56b13ebbCFfa67cFb7979b900b736b3fb480D78/logo.png
deleted file mode 100644
index d7ecb9494e745..0000000000000
Binary files a/blockchains/ethereum/assets/0xc56b13ebbCFfa67cFb7979b900b736b3fb480D78/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc58c0Fca06908E66540102356f2E91edCaEB8D81/info.json b/blockchains/ethereum/assets/0xc58c0Fca06908E66540102356f2E91edCaEB8D81/info.json
deleted file mode 100644
index bc3bfcb2160c2..0000000000000
--- a/blockchains/ethereum/assets/0xc58c0Fca06908E66540102356f2E91edCaEB8D81/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HalfLife",
- "symbol": "NUKE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://nuketoken.com/",
- "explorer": "https://etherscan.io/token/0xc58c0Fca06908E66540102356f2E91edCaEB8D81",
- "status": "abandoned",
- "id": "0xc58c0Fca06908E66540102356f2E91edCaEB8D81"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc58c0Fca06908E66540102356f2E91edCaEB8D81/logo.png b/blockchains/ethereum/assets/0xc58c0Fca06908E66540102356f2E91edCaEB8D81/logo.png
deleted file mode 100644
index cabc0a5ad9d97..0000000000000
Binary files a/blockchains/ethereum/assets/0xc58c0Fca06908E66540102356f2E91edCaEB8D81/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc59fB1211F8226fD716180fCfA29D0A2FeE00FeD/info.json b/blockchains/ethereum/assets/0xc59fB1211F8226fD716180fCfA29D0A2FeE00FeD/info.json
deleted file mode 100644
index 6c8a846bb52ec..0000000000000
--- a/blockchains/ethereum/assets/0xc59fB1211F8226fD716180fCfA29D0A2FeE00FeD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BLANK",
- "symbol": "BLANK",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc59fB1211F8226fD716180fCfA29D0A2FeE00FeD",
- "status": "abandoned",
- "id": "0xc59fB1211F8226fD716180fCfA29D0A2FeE00FeD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc59fB1211F8226fD716180fCfA29D0A2FeE00FeD/logo.png b/blockchains/ethereum/assets/0xc59fB1211F8226fD716180fCfA29D0A2FeE00FeD/logo.png
deleted file mode 100644
index 6b54589624b31..0000000000000
Binary files a/blockchains/ethereum/assets/0xc59fB1211F8226fD716180fCfA29D0A2FeE00FeD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc5F4F79A8446FD80c646bC624Cc2CcA30fEf55FB/info.json b/blockchains/ethereum/assets/0xc5F4F79A8446FD80c646bC624Cc2CcA30fEf55FB/info.json
deleted file mode 100644
index 1266f6926414b..0000000000000
--- a/blockchains/ethereum/assets/0xc5F4F79A8446FD80c646bC624Cc2CcA30fEf55FB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 110-CN32",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc5F4F79A8446FD80c646bC624Cc2CcA30fEf55FB",
- "status": "abandoned",
- "id": "0xc5F4F79A8446FD80c646bC624Cc2CcA30fEf55FB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc5F4F79A8446FD80c646bC624Cc2CcA30fEf55FB/logo.png b/blockchains/ethereum/assets/0xc5F4F79A8446FD80c646bC624Cc2CcA30fEf55FB/logo.png
deleted file mode 100644
index 579b54c4dceb6..0000000000000
Binary files a/blockchains/ethereum/assets/0xc5F4F79A8446FD80c646bC624Cc2CcA30fEf55FB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc5Fdd3E4665b5d7bC4dc9102622D7cb0Fe510b65/info.json b/blockchains/ethereum/assets/0xc5Fdd3E4665b5d7bC4dc9102622D7cb0Fe510b65/info.json
deleted file mode 100644
index dcea530cfd911..0000000000000
--- a/blockchains/ethereum/assets/0xc5Fdd3E4665b5d7bC4dc9102622D7cb0Fe510b65/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "sanmaricoin",
- "symbol": "SMC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc5Fdd3E4665b5d7bC4dc9102622D7cb0Fe510b65",
- "status": "abandoned",
- "id": "0xc5Fdd3E4665b5d7bC4dc9102622D7cb0Fe510b65"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc5Fdd3E4665b5d7bC4dc9102622D7cb0Fe510b65/logo.png b/blockchains/ethereum/assets/0xc5Fdd3E4665b5d7bC4dc9102622D7cb0Fe510b65/logo.png
deleted file mode 100755
index fa8bd53417a6d..0000000000000
Binary files a/blockchains/ethereum/assets/0xc5Fdd3E4665b5d7bC4dc9102622D7cb0Fe510b65/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc5e19Fd321B9bc49b41d9a3a5ad71bcc21CC3c54/info.json b/blockchains/ethereum/assets/0xc5e19Fd321B9bc49b41d9a3a5ad71bcc21CC3c54/info.json
deleted file mode 100644
index 7c8f6c079bc62..0000000000000
--- a/blockchains/ethereum/assets/0xc5e19Fd321B9bc49b41d9a3a5ad71bcc21CC3c54/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Tradepower Dex",
- "website": "https://tradepower.io",
- "description": "Frictionless Token Swap Experience. Automated liquidity pools deployment. TDEX dividends sharing program and Staking Dapp.",
- "explorer": "https://etherscan.io/token/0xc5e19Fd321B9bc49b41d9a3a5ad71bcc21CC3c54",
- "type": "ERC20",
- "symbol": "TDEX",
- "decimals": 18,
- "status": "active",
- "id": "0xc5e19Fd321B9bc49b41d9a3a5ad71bcc21CC3c54",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/TradePowerToken"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/yyc6wY"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc5e19Fd321B9bc49b41d9a3a5ad71bcc21CC3c54/logo.png b/blockchains/ethereum/assets/0xc5e19Fd321B9bc49b41d9a3a5ad71bcc21CC3c54/logo.png
deleted file mode 100644
index c531816e96108..0000000000000
Binary files a/blockchains/ethereum/assets/0xc5e19Fd321B9bc49b41d9a3a5ad71bcc21CC3c54/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc5fB36dd2fb59d3B98dEfF88425a3F425Ee469eD/info.json b/blockchains/ethereum/assets/0xc5fB36dd2fb59d3B98dEfF88425a3F425Ee469eD/info.json
deleted file mode 100644
index 060043df1bb79..0000000000000
--- a/blockchains/ethereum/assets/0xc5fB36dd2fb59d3B98dEfF88425a3F425Ee469eD/info.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "name": "Dejitaru TSUKA",
- "type": "ERC20",
- "symbol": "TSUKA",
- "decimals": 9,
- "website": "https://www.dejitarutsuka.io",
- "description": "JAPANESE LORE DESTINE THE DEJITARU TSŪKA DRAGON TO BREATHE VAST FLAMES OF WISDOM AND PROSPERITY TO ALL WHO EMBRACE ITS FEROCITY AND STRENGTH. IT IS THE HARBINGER OF ABUNDANCE AND WEALTH. THE DEJITARU TSŪKA DRAGON IS COVETED BY THE KNOWING AND REVERED BY THE LESSER. IT INSTILLS FEAR AND TERROR IN THE HEARTS AND MINDS OF THOSE WHO QUESTION. SEAL YOUR FATE AND FORTUNE BY HARNESSING THE UNRIVALED POWER OF THE DEJITARU TSŪKA DRAGON.",
- "explorer": "https://etherscan.io/token/0xc5fb36dd2fb59d3b98deff88425a3f425ee469ed",
- "status": "active",
- "id": "0xc5fB36dd2fb59d3B98dEfF88425a3F425Ee469eD",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/dejitaru_tsuka"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Tsukaresearch"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/dejitaru-tsuka"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/dejitaru-tsuka/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@DejitaruTsukaSangha"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/uQyKc4nYkX"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/TSUKA_OFFICIAL/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCqn1UP4kPJXQ_ed5lDr_Uzw"
- },
- {
- "name": "docs",
- "url": "https://linktr.ee/dejitarutsuka"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc5fB36dd2fb59d3B98dEfF88425a3F425Ee469eD/logo.png b/blockchains/ethereum/assets/0xc5fB36dd2fb59d3B98dEfF88425a3F425Ee469eD/logo.png
deleted file mode 100644
index 0ee02b15f04e5..0000000000000
Binary files a/blockchains/ethereum/assets/0xc5fB36dd2fb59d3B98dEfF88425a3F425Ee469eD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc6358C02A4BaFcbcd85360ae046e6bEe556429c1/info.json b/blockchains/ethereum/assets/0xc6358C02A4BaFcbcd85360ae046e6bEe556429c1/info.json
deleted file mode 100644
index 6e5fd455a8b44..0000000000000
--- a/blockchains/ethereum/assets/0xc6358C02A4BaFcbcd85360ae046e6bEe556429c1/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "AllWin",
- "website": "https://allwindefi.com",
- "description": "Allwin DeFi is a decentralized finance farming P2P gaming platform built on Ethereum Blockchain.",
- "explorer": "https://etherscan.io/token/0xc6358c02a4bafcbcd85360ae046e6bee556429c1",
- "type": "ERC20",
- "symbol": "AllWin",
- "decimals": 6,
- "status": "active",
- "id": "0xc6358C02A4BaFcbcd85360ae046e6bEe556429c1",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://allwindefi.com/AllwinDeFi(WPv1.0).pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc6358C02A4BaFcbcd85360ae046e6bEe556429c1/logo.png b/blockchains/ethereum/assets/0xc6358C02A4BaFcbcd85360ae046e6bEe556429c1/logo.png
deleted file mode 100644
index 7a1da7d43480b..0000000000000
Binary files a/blockchains/ethereum/assets/0xc6358C02A4BaFcbcd85360ae046e6bEe556429c1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc666081073E8DfF8D3d1c2292A29aE1A2153eC09/info.json b/blockchains/ethereum/assets/0xc666081073E8DfF8D3d1c2292A29aE1A2153eC09/info.json
deleted file mode 100644
index f88811fb093a1..0000000000000
--- a/blockchains/ethereum/assets/0xc666081073E8DfF8D3d1c2292A29aE1A2153eC09/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DigitexFutures",
- "website": "https://digitexfutures.com/",
- "description": "The DGTX Token is a protocol token which value derives from its utility as a vehicle for commission-free trading of futures contracts on the price of Bitcoin, Ethereum and Litecoin against the US Dollar.",
- "explorer": "https://etherscan.io/token/0xc666081073E8DfF8D3d1c2292A29aE1A2153eC09",
- "type": "ERC20",
- "symbol": "DGTX",
- "decimals": 18,
- "status": "active",
- "id": "0xc666081073E8DfF8D3d1c2292A29aE1A2153eC09"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc666081073E8DfF8D3d1c2292A29aE1A2153eC09/logo.png b/blockchains/ethereum/assets/0xc666081073E8DfF8D3d1c2292A29aE1A2153eC09/logo.png
deleted file mode 100644
index 5b3c7a6d144a7..0000000000000
Binary files a/blockchains/ethereum/assets/0xc666081073E8DfF8D3d1c2292A29aE1A2153eC09/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc6689EB9a6D724B8D7B1d923fFd65B7005dA1b62/info.json b/blockchains/ethereum/assets/0xc6689EB9a6D724B8D7B1d923fFd65B7005dA1b62/info.json
deleted file mode 100644
index 2f0e1878d42f2..0000000000000
--- a/blockchains/ethereum/assets/0xc6689EB9a6D724B8D7B1d923fFd65B7005dA1b62/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SEC",
- "symbol": "SEC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc6689EB9a6D724B8D7B1d923fFd65B7005dA1b62",
- "status": "abandoned",
- "id": "0xc6689EB9a6D724B8D7B1d923fFd65B7005dA1b62"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc6689EB9a6D724B8D7B1d923fFd65B7005dA1b62/logo.png b/blockchains/ethereum/assets/0xc6689EB9a6D724B8D7B1d923fFd65B7005dA1b62/logo.png
deleted file mode 100644
index 1c9c15f0a8648..0000000000000
Binary files a/blockchains/ethereum/assets/0xc6689EB9a6D724B8D7B1d923fFd65B7005dA1b62/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc677b05c5Dade99c0bFd8561095382f7D648a1Ea/info.json b/blockchains/ethereum/assets/0xc677b05c5Dade99c0bFd8561095382f7D648a1Ea/info.json
deleted file mode 100644
index 63c8e20e8655a..0000000000000
--- a/blockchains/ethereum/assets/0xc677b05c5Dade99c0bFd8561095382f7D648a1Ea/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "tor.finance",
- "symbol": "TOR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc677b05c5Dade99c0bFd8561095382f7D648a1Ea",
- "status": "abandoned",
- "id": "0xc677b05c5Dade99c0bFd8561095382f7D648a1Ea"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc677b05c5Dade99c0bFd8561095382f7D648a1Ea/logo.png b/blockchains/ethereum/assets/0xc677b05c5Dade99c0bFd8561095382f7D648a1Ea/logo.png
deleted file mode 100644
index 05afe445c11d8..0000000000000
Binary files a/blockchains/ethereum/assets/0xc677b05c5Dade99c0bFd8561095382f7D648a1Ea/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc67d5cfb933c4A1c6d2CA4CbdAE2ed9f017eE9e5/info.json b/blockchains/ethereum/assets/0xc67d5cfb933c4A1c6d2CA4CbdAE2ed9f017eE9e5/info.json
deleted file mode 100644
index ece48a76df625..0000000000000
--- a/blockchains/ethereum/assets/0xc67d5cfb933c4A1c6d2CA4CbdAE2ed9f017eE9e5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lipchain",
- "symbol": "LIPS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.lipchain.io/",
- "explorer": "https://etherscan.io/token/0xc67d5cfb933c4A1c6d2CA4CbdAE2ed9f017eE9e5",
- "status": "abandoned",
- "id": "0xc67d5cfb933c4A1c6d2CA4CbdAE2ed9f017eE9e5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc67d5cfb933c4A1c6d2CA4CbdAE2ed9f017eE9e5/logo.png b/blockchains/ethereum/assets/0xc67d5cfb933c4A1c6d2CA4CbdAE2ed9f017eE9e5/logo.png
deleted file mode 100644
index 08eae1f1d0249..0000000000000
Binary files a/blockchains/ethereum/assets/0xc67d5cfb933c4A1c6d2CA4CbdAE2ed9f017eE9e5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc687Cbe21Da4374597ac5a020D79A7c39536512C/info.json b/blockchains/ethereum/assets/0xc687Cbe21Da4374597ac5a020D79A7c39536512C/info.json
deleted file mode 100644
index 87d5dcfed9119..0000000000000
--- a/blockchains/ethereum/assets/0xc687Cbe21Da4374597ac5a020D79A7c39536512C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SAL",
- "symbol": "SAL",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc687Cbe21Da4374597ac5a020D79A7c39536512C",
- "status": "abandoned",
- "id": "0xc687Cbe21Da4374597ac5a020D79A7c39536512C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc687Cbe21Da4374597ac5a020D79A7c39536512C/logo.png b/blockchains/ethereum/assets/0xc687Cbe21Da4374597ac5a020D79A7c39536512C/logo.png
deleted file mode 100644
index ca5cc094c7261..0000000000000
Binary files a/blockchains/ethereum/assets/0xc687Cbe21Da4374597ac5a020D79A7c39536512C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc68B73D9509F5343602480656F5dA512a5A20b9e/info.json b/blockchains/ethereum/assets/0xc68B73D9509F5343602480656F5dA512a5A20b9e/info.json
deleted file mode 100644
index 8e4252a19e12b..0000000000000
--- a/blockchains/ethereum/assets/0xc68B73D9509F5343602480656F5dA512a5A20b9e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ACIDTOKEN",
- "symbol": "ACID",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc68B73D9509F5343602480656F5dA512a5A20b9e",
- "status": "abandoned",
- "id": "0xc68B73D9509F5343602480656F5dA512a5A20b9e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc68B73D9509F5343602480656F5dA512a5A20b9e/logo.png b/blockchains/ethereum/assets/0xc68B73D9509F5343602480656F5dA512a5A20b9e/logo.png
deleted file mode 100644
index 09dca7c21498b..0000000000000
Binary files a/blockchains/ethereum/assets/0xc68B73D9509F5343602480656F5dA512a5A20b9e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc690F7C7FcfFA6a82b79faB7508c466FEfdfc8c5/info.json b/blockchains/ethereum/assets/0xc690F7C7FcfFA6a82b79faB7508c466FEfdfc8c5/info.json
deleted file mode 100644
index 1d6cbed5daa1a..0000000000000
--- a/blockchains/ethereum/assets/0xc690F7C7FcfFA6a82b79faB7508c466FEfdfc8c5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lympo tokens",
- "symbol": "LYM",
- "type": "ERC20",
- "decimals": 18,
- "description": "Lympo is a sports and health ecosystem powered by priceless user-generated and user-controlled data which can help generate exponential returns for industry stakeholders and users alike.",
- "website": "https://lympo.io/",
- "explorer": "https://etherscan.io/token/0xc690F7C7FcfFA6a82b79faB7508c466FEfdfc8c5",
- "status": "active",
- "id": "0xc690F7C7FcfFA6a82b79faB7508c466FEfdfc8c5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc690F7C7FcfFA6a82b79faB7508c466FEfdfc8c5/logo.png b/blockchains/ethereum/assets/0xc690F7C7FcfFA6a82b79faB7508c466FEfdfc8c5/logo.png
deleted file mode 100644
index 95cca1c6aff22..0000000000000
Binary files a/blockchains/ethereum/assets/0xc690F7C7FcfFA6a82b79faB7508c466FEfdfc8c5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc6A18790d4D3988D28cc1E274E2c696602ea4343/info.json b/blockchains/ethereum/assets/0xc6A18790d4D3988D28cc1E274E2c696602ea4343/info.json
deleted file mode 100644
index 60738c3547cc3..0000000000000
--- a/blockchains/ethereum/assets/0xc6A18790d4D3988D28cc1E274E2c696602ea4343/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coinrobots",
- "symbol": "ROBOT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc6A18790d4D3988D28cc1E274E2c696602ea4343",
- "status": "abandoned",
- "id": "0xc6A18790d4D3988D28cc1E274E2c696602ea4343"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc6A18790d4D3988D28cc1E274E2c696602ea4343/logo.png b/blockchains/ethereum/assets/0xc6A18790d4D3988D28cc1E274E2c696602ea4343/logo.png
deleted file mode 100644
index b69b4ce9ab0a9..0000000000000
Binary files a/blockchains/ethereum/assets/0xc6A18790d4D3988D28cc1E274E2c696602ea4343/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc6AbF3C09341741Ac6041B0B08195701bdFD460C/info.json b/blockchains/ethereum/assets/0xc6AbF3C09341741Ac6041B0B08195701bdFD460C/info.json
deleted file mode 100644
index dffcdc2331b5f..0000000000000
--- a/blockchains/ethereum/assets/0xc6AbF3C09341741Ac6041B0B08195701bdFD460C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OSAToken",
- "symbol": "OSA",
- "type": "ERC20",
- "decimals": 18,
- "description": "Optimal Shelf Availability Token (OSA) is a decentralized, AI-driven blockchain platform that collects and analyzes data from retailers, manufacturers, consumers and open sources purportedly in real-time.",
- "website": "https://token.osadc.io/en",
- "explorer": "https://etherscan.io/token/0xc6AbF3C09341741Ac6041B0B08195701bdFD460C",
- "status": "active",
- "id": "0xc6AbF3C09341741Ac6041B0B08195701bdFD460C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc6AbF3C09341741Ac6041B0B08195701bdFD460C/logo.png b/blockchains/ethereum/assets/0xc6AbF3C09341741Ac6041B0B08195701bdFD460C/logo.png
deleted file mode 100644
index ff2c439dd69b2..0000000000000
Binary files a/blockchains/ethereum/assets/0xc6AbF3C09341741Ac6041B0B08195701bdFD460C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc6E2970cf8b1943fb58dB5b3c19CFc2ee146f376/info.json b/blockchains/ethereum/assets/0xc6E2970cf8b1943fb58dB5b3c19CFc2ee146f376/info.json
deleted file mode 100644
index ffb4480588396..0000000000000
--- a/blockchains/ethereum/assets/0xc6E2970cf8b1943fb58dB5b3c19CFc2ee146f376/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Future Plan Crypto Currency",
- "symbol": "FPCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc6E2970cf8b1943fb58dB5b3c19CFc2ee146f376",
- "status": "abandoned",
- "id": "0xc6E2970cf8b1943fb58dB5b3c19CFc2ee146f376"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc6E2970cf8b1943fb58dB5b3c19CFc2ee146f376/logo.png b/blockchains/ethereum/assets/0xc6E2970cf8b1943fb58dB5b3c19CFc2ee146f376/logo.png
deleted file mode 100644
index e220b99a8e58f..0000000000000
Binary files a/blockchains/ethereum/assets/0xc6E2970cf8b1943fb58dB5b3c19CFc2ee146f376/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc713e5E149D5D0715DcD1c156a020976e7E56B88/info.json b/blockchains/ethereum/assets/0xc713e5E149D5D0715DcD1c156a020976e7E56B88/info.json
deleted file mode 100644
index 0ef1bd39339f7..0000000000000
--- a/blockchains/ethereum/assets/0xc713e5E149D5D0715DcD1c156a020976e7E56B88/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave MKR",
- "symbol": "aMKR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave MKR is an interest bearing token pegged 1:1 to the underlying MKR deposited in Aave. aMKR accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0xc713e5E149D5D0715DcD1c156a020976e7E56B88",
- "status": "active",
- "id": "0xc713e5E149D5D0715DcD1c156a020976e7E56B88"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc713e5E149D5D0715DcD1c156a020976e7E56B88/logo.png b/blockchains/ethereum/assets/0xc713e5E149D5D0715DcD1c156a020976e7E56B88/logo.png
deleted file mode 100644
index c21d402f2a463..0000000000000
Binary files a/blockchains/ethereum/assets/0xc713e5E149D5D0715DcD1c156a020976e7E56B88/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc719d010B63E5bbF2C0551872CD5316ED26AcD83/info.json b/blockchains/ethereum/assets/0xc719d010B63E5bbF2C0551872CD5316ED26AcD83/info.json
deleted file mode 100644
index 72a8eb0b44deb..0000000000000
--- a/blockchains/ethereum/assets/0xc719d010B63E5bbF2C0551872CD5316ED26AcD83/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Decentralized Insurance Protocol",
- "symbol": "DIP",
- "type": "ERC20",
- "decimals": 18,
- "description": "Etherisc claims to be building a platform for decentralized insurance applications.",
- "website": "https://etherisc.com",
- "explorer": "https://etherscan.io/token/0xc719d010B63E5bbF2C0551872CD5316ED26AcD83",
- "status": "active",
- "id": "0xc719d010B63E5bbF2C0551872CD5316ED26AcD83"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc719d010B63E5bbF2C0551872CD5316ED26AcD83/logo.png b/blockchains/ethereum/assets/0xc719d010B63E5bbF2C0551872CD5316ED26AcD83/logo.png
deleted file mode 100644
index 46d3e680339c7..0000000000000
Binary files a/blockchains/ethereum/assets/0xc719d010B63E5bbF2C0551872CD5316ED26AcD83/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B/info.json b/blockchains/ethereum/assets/0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B/info.json
deleted file mode 100644
index 7dc2cf614c0d2..0000000000000
--- a/blockchains/ethereum/assets/0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B/info.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "name": "Tribe",
- "type": "ERC20",
- "symbol": "TRIBE",
- "decimals": 18,
- "website": "https://fei.money",
- "description": "The governance token for Fei Protocol",
- "explorer": "https://etherscan.io/token/0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B",
- "status": "active",
- "id": "0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B",
- "tags": [
- "defi",
- "stablecoin",
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B/logo.png b/blockchains/ethereum/assets/0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B/logo.png
deleted file mode 100644
index 0a82bc649de23..0000000000000
Binary files a/blockchains/ethereum/assets/0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc72fe8e3Dd5BeF0F9f31f259399F301272eF2a2D/info.json b/blockchains/ethereum/assets/0xc72fe8e3Dd5BeF0F9f31f259399F301272eF2a2D/info.json
deleted file mode 100644
index 617e1574997c7..0000000000000
--- a/blockchains/ethereum/assets/0xc72fe8e3Dd5BeF0F9f31f259399F301272eF2a2D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Insights Network",
- "symbol": "INSTAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc72fe8e3Dd5BeF0F9f31f259399F301272eF2a2D",
- "status": "abandoned",
- "id": "0xc72fe8e3Dd5BeF0F9f31f259399F301272eF2a2D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc72fe8e3Dd5BeF0F9f31f259399F301272eF2a2D/logo.png b/blockchains/ethereum/assets/0xc72fe8e3Dd5BeF0F9f31f259399F301272eF2a2D/logo.png
deleted file mode 100755
index c12b303bccc82..0000000000000
Binary files a/blockchains/ethereum/assets/0xc72fe8e3Dd5BeF0F9f31f259399F301272eF2a2D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc73C167E7a4Ba109e4052f70D5466D0C312A344D/info.json b/blockchains/ethereum/assets/0xc73C167E7a4Ba109e4052f70D5466D0C312A344D/info.json
deleted file mode 100644
index 6659b59bc97e3..0000000000000
--- a/blockchains/ethereum/assets/0xc73C167E7a4Ba109e4052f70D5466D0C312A344D/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Sanshu Inu",
- "website": "https://sanshuinu.finance",
- "description": "Sanshu Inu is a community-focused decentralized transaction network",
- "explorer": "https://etherscan.io/token/0xc73C167E7a4Ba109e4052f70D5466D0C312A344D",
- "research": "https://research.binance.com/en/projects/binance-usd",
- "type": "ERC20",
- "symbol": "SANSHU",
- "decimals": 9,
- "status": "active",
- "id": "0xc73C167E7a4Ba109e4052f70D5466D0C312A344D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc73C167E7a4Ba109e4052f70D5466D0C312A344D/logo.png b/blockchains/ethereum/assets/0xc73C167E7a4Ba109e4052f70D5466D0C312A344D/logo.png
deleted file mode 100644
index eac2ef2c77321..0000000000000
Binary files a/blockchains/ethereum/assets/0xc73C167E7a4Ba109e4052f70D5466D0C312A344D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc73C3f689F5E10aBb4278d4546e1Cd1F7D045be1/info.json b/blockchains/ethereum/assets/0xc73C3f689F5E10aBb4278d4546e1Cd1F7D045be1/info.json
deleted file mode 100644
index 61535c073eec9..0000000000000
--- a/blockchains/ethereum/assets/0xc73C3f689F5E10aBb4278d4546e1Cd1F7D045be1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Transferencias y Remesas Internacionales",
- "symbol": "TRI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc73C3f689F5E10aBb4278d4546e1Cd1F7D045be1",
- "status": "abandoned",
- "id": "0xc73C3f689F5E10aBb4278d4546e1Cd1F7D045be1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc73C3f689F5E10aBb4278d4546e1Cd1F7D045be1/logo.png b/blockchains/ethereum/assets/0xc73C3f689F5E10aBb4278d4546e1Cd1F7D045be1/logo.png
deleted file mode 100644
index ca65bb1724d7f..0000000000000
Binary files a/blockchains/ethereum/assets/0xc73C3f689F5E10aBb4278d4546e1Cd1F7D045be1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc73f2474001aD1D6aEd615aF53631148CF98dE6b/info.json b/blockchains/ethereum/assets/0xc73f2474001aD1D6aEd615aF53631148CF98dE6b/info.json
deleted file mode 100644
index ad66ba32830fc..0000000000000
--- a/blockchains/ethereum/assets/0xc73f2474001aD1D6aEd615aF53631148CF98dE6b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Billionaire Ambition",
- "symbol": "BAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc73f2474001aD1D6aEd615aF53631148CF98dE6b",
- "status": "abandoned",
- "id": "0xc73f2474001aD1D6aEd615aF53631148CF98dE6b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc73f2474001aD1D6aEd615aF53631148CF98dE6b/logo.png b/blockchains/ethereum/assets/0xc73f2474001aD1D6aEd615aF53631148CF98dE6b/logo.png
deleted file mode 100644
index 76b2430e38640..0000000000000
Binary files a/blockchains/ethereum/assets/0xc73f2474001aD1D6aEd615aF53631148CF98dE6b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc7579bB99Af590EC71c316E1Ac4436C535039594/info.json b/blockchains/ethereum/assets/0xc7579bB99Af590EC71c316E1Ac4436C535039594/info.json
deleted file mode 100644
index 7c5cf6e962f13..0000000000000
--- a/blockchains/ethereum/assets/0xc7579bB99Af590EC71c316E1Ac4436C535039594/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Titanium BAR Token",
- "symbol": "BAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc7579bB99Af590EC71c316E1Ac4436C535039594",
- "status": "abandoned",
- "id": "0xc7579bB99Af590EC71c316E1Ac4436C535039594"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc7579bB99Af590EC71c316E1Ac4436C535039594/logo.png b/blockchains/ethereum/assets/0xc7579bB99Af590EC71c316E1Ac4436C535039594/logo.png
deleted file mode 100755
index 4d3905a70cabd..0000000000000
Binary files a/blockchains/ethereum/assets/0xc7579bB99Af590EC71c316E1Ac4436C535039594/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc75F15AdA581219c95485c578E124df3985e4CE0/info.json b/blockchains/ethereum/assets/0xc75F15AdA581219c95485c578E124df3985e4CE0/info.json
deleted file mode 100644
index 90fa5fe5a15a8..0000000000000
--- a/blockchains/ethereum/assets/0xc75F15AdA581219c95485c578E124df3985e4CE0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "zzz.finance",
- "symbol": "ZZZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://zzz.finance/",
- "explorer": "https://etherscan.io/token/0xc75F15AdA581219c95485c578E124df3985e4CE0",
- "status": "abandoned",
- "id": "0xc75F15AdA581219c95485c578E124df3985e4CE0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc75F15AdA581219c95485c578E124df3985e4CE0/logo.png b/blockchains/ethereum/assets/0xc75F15AdA581219c95485c578E124df3985e4CE0/logo.png
deleted file mode 100644
index eb9b5a653d35b..0000000000000
Binary files a/blockchains/ethereum/assets/0xc75F15AdA581219c95485c578E124df3985e4CE0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc75fBBA6f5Ec3AcDb60307b8278De1D2AAc99471/info.json b/blockchains/ethereum/assets/0xc75fBBA6f5Ec3AcDb60307b8278De1D2AAc99471/info.json
deleted file mode 100644
index c8ff68ab66b35..0000000000000
--- a/blockchains/ethereum/assets/0xc75fBBA6f5Ec3AcDb60307b8278De1D2AAc99471/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "TelFx",
- "website": "https://telfx.io/",
- "description": "TelFx is a commission-free futures exchange with its own native cryptocurrency, the TelFx token.",
- "explorer": "https://etherscan.io/token/0xc75fBBA6f5Ec3AcDb60307b8278De1D2AAc99471",
- "type": "ERC20",
- "symbol": "TelFx",
- "decimals": 18,
- "status": "active",
- "id": "0xc75fBBA6f5Ec3AcDb60307b8278De1D2AAc99471",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://telfx.io/white-paper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc75fBBA6f5Ec3AcDb60307b8278De1D2AAc99471/logo.png b/blockchains/ethereum/assets/0xc75fBBA6f5Ec3AcDb60307b8278De1D2AAc99471/logo.png
deleted file mode 100644
index 76f172f7c1342..0000000000000
Binary files a/blockchains/ethereum/assets/0xc75fBBA6f5Ec3AcDb60307b8278De1D2AAc99471/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc769791B5b8690076dAd0E97247A842Aa6711B9B/info.json b/blockchains/ethereum/assets/0xc769791B5b8690076dAd0E97247A842Aa6711B9B/info.json
deleted file mode 100644
index 1d061e22a0801..0000000000000
--- a/blockchains/ethereum/assets/0xc769791B5b8690076dAd0E97247A842Aa6711B9B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PHAM VU DUNG'S COIN",
- "symbol": "PVD",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc769791B5b8690076dAd0E97247A842Aa6711B9B",
- "status": "abandoned",
- "id": "0xc769791B5b8690076dAd0E97247A842Aa6711B9B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc769791B5b8690076dAd0E97247A842Aa6711B9B/logo.png b/blockchains/ethereum/assets/0xc769791B5b8690076dAd0E97247A842Aa6711B9B/logo.png
deleted file mode 100755
index d8991fa0edc57..0000000000000
Binary files a/blockchains/ethereum/assets/0xc769791B5b8690076dAd0E97247A842Aa6711B9B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc770EEfAd204B5180dF6a14Ee197D99d808ee52d/info.json b/blockchains/ethereum/assets/0xc770EEfAd204B5180dF6a14Ee197D99d808ee52d/info.json
deleted file mode 100644
index db05c33ec4efe..0000000000000
--- a/blockchains/ethereum/assets/0xc770EEfAd204B5180dF6a14Ee197D99d808ee52d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FOX",
- "symbol": "FOX",
- "type": "ERC20",
- "decimals": 18,
- "description": "FOX is ShapeShift’s official loyalty token. Holders of FOX enjoy zero-commission trading and win ongoing USDC crypto payments from Rainfall (payments increase in proportion to your FOX holdings). ",
- "website": "https://shapeshift.com/fox-token",
- "explorer": "https://etherscan.io/token/0xc770EEfAd204B5180dF6a14Ee197D99d808ee52d",
- "status": "active",
- "id": "0xc770EEfAd204B5180dF6a14Ee197D99d808ee52d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc770EEfAd204B5180dF6a14Ee197D99d808ee52d/logo.png b/blockchains/ethereum/assets/0xc770EEfAd204B5180dF6a14Ee197D99d808ee52d/logo.png
deleted file mode 100644
index dcc88f6dda28f..0000000000000
Binary files a/blockchains/ethereum/assets/0xc770EEfAd204B5180dF6a14Ee197D99d808ee52d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc785D0F0b131Ee3A9507c3B97Db49Ba0E78a4F66/info.json b/blockchains/ethereum/assets/0xc785D0F0b131Ee3A9507c3B97Db49Ba0E78a4F66/info.json
deleted file mode 100644
index 618d78b92481d..0000000000000
--- a/blockchains/ethereum/assets/0xc785D0F0b131Ee3A9507c3B97Db49Ba0E78a4F66/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Netareum",
- "symbol": "NETA",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc785D0F0b131Ee3A9507c3B97Db49Ba0E78a4F66",
- "status": "abandoned",
- "id": "0xc785D0F0b131Ee3A9507c3B97Db49Ba0E78a4F66"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc785D0F0b131Ee3A9507c3B97Db49Ba0E78a4F66/logo.png b/blockchains/ethereum/assets/0xc785D0F0b131Ee3A9507c3B97Db49Ba0E78a4F66/logo.png
deleted file mode 100755
index ec731aacb1611..0000000000000
Binary files a/blockchains/ethereum/assets/0xc785D0F0b131Ee3A9507c3B97Db49Ba0E78a4F66/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc7A729D6d010FfdEA743092a97898E450eC1ED33/info.json b/blockchains/ethereum/assets/0xc7A729D6d010FfdEA743092a97898E450eC1ED33/info.json
deleted file mode 100644
index 7fe20658f694f..0000000000000
--- a/blockchains/ethereum/assets/0xc7A729D6d010FfdEA743092a97898E450eC1ED33/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Uniswap V2",
- "symbol": "UNI-V2",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc7A729D6d010FfdEA743092a97898E450eC1ED33",
- "status": "abandoned",
- "id": "0xc7A729D6d010FfdEA743092a97898E450eC1ED33"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc7A729D6d010FfdEA743092a97898E450eC1ED33/logo.png b/blockchains/ethereum/assets/0xc7A729D6d010FfdEA743092a97898E450eC1ED33/logo.png
deleted file mode 100644
index c768cba8b7632..0000000000000
Binary files a/blockchains/ethereum/assets/0xc7A729D6d010FfdEA743092a97898E450eC1ED33/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc7BbA5b765581eFb2Cdd2679DB5Bea9eE79b201f/info.json b/blockchains/ethereum/assets/0xc7BbA5b765581eFb2Cdd2679DB5Bea9eE79b201f/info.json
deleted file mode 100644
index a7f93002a6609..0000000000000
--- a/blockchains/ethereum/assets/0xc7BbA5b765581eFb2Cdd2679DB5Bea9eE79b201f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gems Token",
- "symbol": "GEM",
- "type": "ERC20",
- "decimals": 18,
- "description": "Gems (GEM) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://gems.org",
- "explorer": "https://etherscan.io/token/0xc7BbA5b765581eFb2Cdd2679DB5Bea9eE79b201f",
- "status": "active",
- "id": "0xc7BbA5b765581eFb2Cdd2679DB5Bea9eE79b201f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc7BbA5b765581eFb2Cdd2679DB5Bea9eE79b201f/logo.png b/blockchains/ethereum/assets/0xc7BbA5b765581eFb2Cdd2679DB5Bea9eE79b201f/logo.png
deleted file mode 100644
index 06d841cc0c7b9..0000000000000
Binary files a/blockchains/ethereum/assets/0xc7BbA5b765581eFb2Cdd2679DB5Bea9eE79b201f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc7C03B8a3FC5719066E185ea616e87B88eba44a3/info.json b/blockchains/ethereum/assets/0xc7C03B8a3FC5719066E185ea616e87B88eba44a3/info.json
deleted file mode 100644
index 671f1ef2ecbdc..0000000000000
--- a/blockchains/ethereum/assets/0xc7C03B8a3FC5719066E185ea616e87B88eba44a3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EligmaToken",
- "symbol": "ELI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://gocrypto.com/",
- "explorer": "https://etherscan.io/token/0xc7C03B8a3FC5719066E185ea616e87B88eba44a3",
- "status": "abandoned",
- "id": "0xc7C03B8a3FC5719066E185ea616e87B88eba44a3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc7C03B8a3FC5719066E185ea616e87B88eba44a3/logo.png b/blockchains/ethereum/assets/0xc7C03B8a3FC5719066E185ea616e87B88eba44a3/logo.png
deleted file mode 100644
index 1bb3f3183dc73..0000000000000
Binary files a/blockchains/ethereum/assets/0xc7C03B8a3FC5719066E185ea616e87B88eba44a3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc7C21F8A739b448051c6e054E2Ef0739B742B22e/info.json b/blockchains/ethereum/assets/0xc7C21F8A739b448051c6e054E2Ef0739B742B22e/info.json
deleted file mode 100644
index a557438c56188..0000000000000
--- a/blockchains/ethereum/assets/0xc7C21F8A739b448051c6e054E2Ef0739B742B22e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tokamak Network",
- "symbol": "TON",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc7C21F8A739b448051c6e054E2Ef0739B742B22e",
- "status": "abandoned",
- "id": "0xc7C21F8A739b448051c6e054E2Ef0739B742B22e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc7C21F8A739b448051c6e054E2Ef0739B742B22e/logo.png b/blockchains/ethereum/assets/0xc7C21F8A739b448051c6e054E2Ef0739B742B22e/logo.png
deleted file mode 100644
index e06f629bb4935..0000000000000
Binary files a/blockchains/ethereum/assets/0xc7C21F8A739b448051c6e054E2Ef0739B742B22e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc7Dbe96b060C78358Cb5904B6eaB55B81ea86b5d/info.json b/blockchains/ethereum/assets/0xc7Dbe96b060C78358Cb5904B6eaB55B81ea86b5d/info.json
deleted file mode 100644
index d7572503560df..0000000000000
--- a/blockchains/ethereum/assets/0xc7Dbe96b060C78358Cb5904B6eaB55B81ea86b5d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CYFToken",
- "symbol": "CYF",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc7Dbe96b060C78358Cb5904B6eaB55B81ea86b5d",
- "status": "abandoned",
- "id": "0xc7Dbe96b060C78358Cb5904B6eaB55B81ea86b5d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc7Dbe96b060C78358Cb5904B6eaB55B81ea86b5d/logo.png b/blockchains/ethereum/assets/0xc7Dbe96b060C78358Cb5904B6eaB55B81ea86b5d/logo.png
deleted file mode 100644
index 7934c591ecca8..0000000000000
Binary files a/blockchains/ethereum/assets/0xc7Dbe96b060C78358Cb5904B6eaB55B81ea86b5d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc7Df14a8289EFe7A2d3399387302FDF86E7adC4e/info.json b/blockchains/ethereum/assets/0xc7Df14a8289EFe7A2d3399387302FDF86E7adC4e/info.json
deleted file mode 100644
index 4461fb8ed19e2..0000000000000
--- a/blockchains/ethereum/assets/0xc7Df14a8289EFe7A2d3399387302FDF86E7adC4e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IX",
- "symbol": "IX",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc7Df14a8289EFe7A2d3399387302FDF86E7adC4e",
- "status": "abandoned",
- "id": "0xc7Df14a8289EFe7A2d3399387302FDF86E7adC4e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc7Df14a8289EFe7A2d3399387302FDF86E7adC4e/logo.png b/blockchains/ethereum/assets/0xc7Df14a8289EFe7A2d3399387302FDF86E7adC4e/logo.png
deleted file mode 100755
index 8de8dc766c7c2..0000000000000
Binary files a/blockchains/ethereum/assets/0xc7Df14a8289EFe7A2d3399387302FDF86E7adC4e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc7E9445a701FbE8bfc21C70b62Ad777e4173dB54/info.json b/blockchains/ethereum/assets/0xc7E9445a701FbE8bfc21C70b62Ad777e4173dB54/info.json
deleted file mode 100644
index bd45bdc7a684d..0000000000000
--- a/blockchains/ethereum/assets/0xc7E9445a701FbE8bfc21C70b62Ad777e4173dB54/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EternalCoin ",
- "symbol": "EIS",
- "type": "ERC20",
- "decimals": 7,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc7E9445a701FbE8bfc21C70b62Ad777e4173dB54",
- "status": "abandoned",
- "id": "0xc7E9445a701FbE8bfc21C70b62Ad777e4173dB54"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc7E9445a701FbE8bfc21C70b62Ad777e4173dB54/logo.png b/blockchains/ethereum/assets/0xc7E9445a701FbE8bfc21C70b62Ad777e4173dB54/logo.png
deleted file mode 100644
index 5578dff7a9a46..0000000000000
Binary files a/blockchains/ethereum/assets/0xc7E9445a701FbE8bfc21C70b62Ad777e4173dB54/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc813EA5e3b48BEbeedb796ab42A30C5599b01740/info.json b/blockchains/ethereum/assets/0xc813EA5e3b48BEbeedb796ab42A30C5599b01740/info.json
deleted file mode 100644
index 393ed3ec9048e..0000000000000
--- a/blockchains/ethereum/assets/0xc813EA5e3b48BEbeedb796ab42A30C5599b01740/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NIOX",
- "website": "https://autonio.foundation",
- "description": "Autonio Foundation a decentralized autonomous organization built around developing accessible, easy to use and afordable trading tools and services for the DeFi ecosystem. These tools make it easier for crypto traders to conduct trading analysis, deploy trading algorithms, exchange crypto currencies, sell their strategies and pool funds for trading purposes, all with profitability, security and ease.",
- "explorer": "https://etherscan.io/token/0xc813EA5e3b48BEbeedb796ab42A30C5599b01740",
- "type": "ERC20",
- "symbol": "NIOX",
- "decimals": 4,
- "status": "active",
- "id": "0xc813EA5e3b48BEbeedb796ab42A30C5599b01740"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc813EA5e3b48BEbeedb796ab42A30C5599b01740/logo.png b/blockchains/ethereum/assets/0xc813EA5e3b48BEbeedb796ab42A30C5599b01740/logo.png
deleted file mode 100644
index b548f628dd511..0000000000000
Binary files a/blockchains/ethereum/assets/0xc813EA5e3b48BEbeedb796ab42A30C5599b01740/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc834Fa996fA3BeC7aAD3693af486ae53D8aA8B50/info.json b/blockchains/ethereum/assets/0xc834Fa996fA3BeC7aAD3693af486ae53D8aA8B50/info.json
deleted file mode 100644
index 8ce8d42ff8b0b..0000000000000
--- a/blockchains/ethereum/assets/0xc834Fa996fA3BeC7aAD3693af486ae53D8aA8B50/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Convergence",
- "symbol": "CONV",
- "type": "ERC20",
- "decimals": 18,
- "description": "Convergence Finance is a decentralized interchangeable assets protocol designed to bridge real-world asset exposure with the liquidity of decentralized finance (DeFi). It essentially allows DeFi participants to gain exposure to real-world assets.",
- "website": "https://conv.finance/",
- "explorer": "https://etherscan.io/token/0xc834fa996fa3bec7aad3693af486ae53d8aa8b50",
- "status": "active",
- "id": "0xc834Fa996fA3BeC7aAD3693af486ae53D8aA8B50"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc834Fa996fA3BeC7aAD3693af486ae53D8aA8B50/logo.png b/blockchains/ethereum/assets/0xc834Fa996fA3BeC7aAD3693af486ae53D8aA8B50/logo.png
deleted file mode 100644
index 805abb6f5a417..0000000000000
Binary files a/blockchains/ethereum/assets/0xc834Fa996fA3BeC7aAD3693af486ae53D8aA8B50/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc84F7ABE4904ee4f20a8c5dFA3cC4BF1829330AB/info.json b/blockchains/ethereum/assets/0xc84F7ABE4904ee4f20a8c5dFA3cC4BF1829330AB/info.json
deleted file mode 100644
index f3a72724d4ecc..0000000000000
--- a/blockchains/ethereum/assets/0xc84F7ABE4904ee4f20a8c5dFA3cC4BF1829330AB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YFN",
- "website": "https://yen.finance",
- "description": "YFN is Decentralized Wallet, Exchange, And Stake in one platform. In addition, to yield farming strategies via smart contract YFN provides security services for inexperienced users as a DeFi gateway and shows all on Blockchain to users for transparency purposes.",
- "explorer": "https://etherscan.io/token/0xc84F7ABE4904ee4f20a8c5dFA3cC4BF1829330AB",
- "type": "ERC20",
- "symbol": "YFN",
- "decimals": 18,
- "status": "active",
- "id": "0xc84F7ABE4904ee4f20a8c5dFA3cC4BF1829330AB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc84F7ABE4904ee4f20a8c5dFA3cC4BF1829330AB/logo.png b/blockchains/ethereum/assets/0xc84F7ABE4904ee4f20a8c5dFA3cC4BF1829330AB/logo.png
deleted file mode 100644
index 9ee4dccf5456c..0000000000000
Binary files a/blockchains/ethereum/assets/0xc84F7ABE4904ee4f20a8c5dFA3cC4BF1829330AB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc85dCC81B96bd683Fe773F04aFB31232599EDE7b/info.json b/blockchains/ethereum/assets/0xc85dCC81B96bd683Fe773F04aFB31232599EDE7b/info.json
deleted file mode 100644
index 5273adaf65335..0000000000000
--- a/blockchains/ethereum/assets/0xc85dCC81B96bd683Fe773F04aFB31232599EDE7b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Global Crypto Gate",
- "symbol": "GCG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc85dCC81B96bd683Fe773F04aFB31232599EDE7b",
- "status": "abandoned",
- "id": "0xc85dCC81B96bd683Fe773F04aFB31232599EDE7b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc85dCC81B96bd683Fe773F04aFB31232599EDE7b/logo.png b/blockchains/ethereum/assets/0xc85dCC81B96bd683Fe773F04aFB31232599EDE7b/logo.png
deleted file mode 100644
index 2ed9035235e48..0000000000000
Binary files a/blockchains/ethereum/assets/0xc85dCC81B96bd683Fe773F04aFB31232599EDE7b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc88Be04c809856B75E3DfE19eB4dCf0a3B15317a/info.json b/blockchains/ethereum/assets/0xc88Be04c809856B75E3DfE19eB4dCf0a3B15317a/info.json
deleted file mode 100644
index b8bb95af25d2c..0000000000000
--- a/blockchains/ethereum/assets/0xc88Be04c809856B75E3DfE19eB4dCf0a3B15317a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bankcoin Cash",
- "symbol": "BKC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://bankcoin-cash.com/",
- "explorer": "https://etherscan.io/token/0xc88Be04c809856B75E3DfE19eB4dCf0a3B15317a",
- "status": "abandoned",
- "id": "0xc88Be04c809856B75E3DfE19eB4dCf0a3B15317a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc88Be04c809856B75E3DfE19eB4dCf0a3B15317a/logo.png b/blockchains/ethereum/assets/0xc88Be04c809856B75E3DfE19eB4dCf0a3B15317a/logo.png
deleted file mode 100644
index e7356dbf4e08a..0000000000000
Binary files a/blockchains/ethereum/assets/0xc88Be04c809856B75E3DfE19eB4dCf0a3B15317a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc88ebbf7C523f38Ef3eB8A151273C0F0dA421e63/info.json b/blockchains/ethereum/assets/0xc88ebbf7C523f38Ef3eB8A151273C0F0dA421e63/info.json
deleted file mode 100644
index e43ca6ea6c8e3..0000000000000
--- a/blockchains/ethereum/assets/0xc88ebbf7C523f38Ef3eB8A151273C0F0dA421e63/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave UniLENDETH",
- "website": "https://aave.com",
- "description": "Aave UniLENDETH is an interest bearing token pegged 1:1 to the underlying LEND and ETH deposited in the Uniswap Market of Aave Protocol.",
- "explorer": "https://etherscan.io/token/0xc88ebbf7C523f38Ef3eB8A151273C0F0dA421e63",
- "type": "ERC20",
- "symbol": "aUniLENDETH",
- "decimals": 18,
- "status": "active",
- "id": "0xc88ebbf7C523f38Ef3eB8A151273C0F0dA421e63"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc88ebbf7C523f38Ef3eB8A151273C0F0dA421e63/logo.png b/blockchains/ethereum/assets/0xc88ebbf7C523f38Ef3eB8A151273C0F0dA421e63/logo.png
deleted file mode 100644
index 4b8c089c1c0d7..0000000000000
Binary files a/blockchains/ethereum/assets/0xc88ebbf7C523f38Ef3eB8A151273C0F0dA421e63/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc8C6A31A4A806d3710A7B38b7B296D2fABCCDBA8/info.json b/blockchains/ethereum/assets/0xc8C6A31A4A806d3710A7B38b7B296D2fABCCDBA8/info.json
deleted file mode 100644
index cf6fd6b50d7f5..0000000000000
--- a/blockchains/ethereum/assets/0xc8C6A31A4A806d3710A7B38b7B296D2fABCCDBA8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "elixir",
- "symbol": "ELIX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc8C6A31A4A806d3710A7B38b7B296D2fABCCDBA8",
- "status": "abandoned",
- "id": "0xc8C6A31A4A806d3710A7B38b7B296D2fABCCDBA8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc8C6A31A4A806d3710A7B38b7B296D2fABCCDBA8/logo.png b/blockchains/ethereum/assets/0xc8C6A31A4A806d3710A7B38b7B296D2fABCCDBA8/logo.png
deleted file mode 100644
index 32730590d7f0c..0000000000000
Binary files a/blockchains/ethereum/assets/0xc8C6A31A4A806d3710A7B38b7B296D2fABCCDBA8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc92D6E3E64302C59d734f3292E2A13A13D7E1817/info.json b/blockchains/ethereum/assets/0xc92D6E3E64302C59d734f3292E2A13A13D7E1817/info.json
deleted file mode 100644
index d75c8c92af566..0000000000000
--- a/blockchains/ethereum/assets/0xc92D6E3E64302C59d734f3292E2A13A13D7E1817/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FUTURAX",
- "symbol": "FXC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://futurax.global",
- "explorer": "https://etherscan.io/token/0xc92D6E3E64302C59d734f3292E2A13A13D7E1817",
- "status": "abandoned",
- "id": "0xc92D6E3E64302C59d734f3292E2A13A13D7E1817"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc92D6E3E64302C59d734f3292E2A13A13D7E1817/logo.png b/blockchains/ethereum/assets/0xc92D6E3E64302C59d734f3292E2A13A13D7E1817/logo.png
deleted file mode 100755
index 87c076d058024..0000000000000
Binary files a/blockchains/ethereum/assets/0xc92D6E3E64302C59d734f3292E2A13A13D7E1817/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc92e74b131D7b1D46E60e07F3FaE5d8877Dd03F0/info.json b/blockchains/ethereum/assets/0xc92e74b131D7b1D46E60e07F3FaE5d8877Dd03F0/info.json
deleted file mode 100644
index ecc547374b895..0000000000000
--- a/blockchains/ethereum/assets/0xc92e74b131D7b1D46E60e07F3FaE5d8877Dd03F0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Minereum",
- "symbol": "MNE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.minereum.com",
- "explorer": "https://etherscan.io/token/0xc92e74b131D7b1D46E60e07F3FaE5d8877Dd03F0",
- "status": "abandoned",
- "id": "0xc92e74b131D7b1D46E60e07F3FaE5d8877Dd03F0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc92e74b131D7b1D46E60e07F3FaE5d8877Dd03F0/logo.png b/blockchains/ethereum/assets/0xc92e74b131D7b1D46E60e07F3FaE5d8877Dd03F0/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0xc92e74b131D7b1D46E60e07F3FaE5d8877Dd03F0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc944E90C64B2c07662A292be6244BDf05Cda44a7/info.json b/blockchains/ethereum/assets/0xc944E90C64B2c07662A292be6244BDf05Cda44a7/info.json
deleted file mode 100644
index 035933c66d2bf..0000000000000
--- a/blockchains/ethereum/assets/0xc944E90C64B2c07662A292be6244BDf05Cda44a7/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "The Graph",
- "website": "https://thegraph.com",
- "description": "The Graph is an indexing protocol and global API for organizing blockchain data and making it easily accessible with GraphQL. Developers can use Graph Explorer to search, find, and publish all the public data they need to build decentralized applications. The Graph Network makes it possible to build serverless dApps that run entirely on public infrastructure.",
- "explorer": "https://etherscan.io/token/0xc944E90C64B2c07662A292be6244BDf05Cda44a7",
- "research": "https://github.com/graphprotocol/research",
- "type": "ERC20",
- "symbol": "GRT",
- "decimals": 18,
- "status": "active",
- "id": "0xc944E90C64B2c07662A292be6244BDf05Cda44a7",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/graphprotocol/graph-node"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/graphprotocol"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/thegraph"
- },
- {
- "name": "telegram",
- "url": "https://t.me/graphprotocol"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/the-graph/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc944E90C64B2c07662A292be6244BDf05Cda44a7/logo.png b/blockchains/ethereum/assets/0xc944E90C64B2c07662A292be6244BDf05Cda44a7/logo.png
deleted file mode 100644
index 9cbb487ce1294..0000000000000
Binary files a/blockchains/ethereum/assets/0xc944E90C64B2c07662A292be6244BDf05Cda44a7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc956fDB88D2E5b71E22D63313624e42d4757E7f9/info.json b/blockchains/ethereum/assets/0xc956fDB88D2E5b71E22D63313624e42d4757E7f9/info.json
deleted file mode 100644
index 36fbbdbeac8a4..0000000000000
--- a/blockchains/ethereum/assets/0xc956fDB88D2E5b71E22D63313624e42d4757E7f9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ApeCash Coin",
- "symbol": "APEc",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc956fDB88D2E5b71E22D63313624e42d4757E7f9",
- "status": "abandoned",
- "id": "0xc956fDB88D2E5b71E22D63313624e42d4757E7f9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc956fDB88D2E5b71E22D63313624e42d4757E7f9/logo.png b/blockchains/ethereum/assets/0xc956fDB88D2E5b71E22D63313624e42d4757E7f9/logo.png
deleted file mode 100644
index 4fe4335b38c53..0000000000000
Binary files a/blockchains/ethereum/assets/0xc956fDB88D2E5b71E22D63313624e42d4757E7f9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc962ad021a69D457564e985738C719aE3f79B707/info.json b/blockchains/ethereum/assets/0xc962ad021a69D457564e985738C719aE3f79B707/info.json
deleted file mode 100644
index 3d8a7442e493c..0000000000000
--- a/blockchains/ethereum/assets/0xc962ad021a69D457564e985738C719aE3f79B707/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IFX24",
- "symbol": "IFX24",
- "type": "ERC20",
- "decimals": 18,
- "description": "IFX24 is an erc20 token that combines decentralized governance, and a self-funding treasury.",
- "website": "https://ifx24.com",
- "explorer": "https://etherscan.io/token/0xc962ad021a69D457564e985738C719aE3f79B707",
- "status": "active",
- "id": "0xc962ad021a69D457564e985738C719aE3f79B707"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc962ad021a69D457564e985738C719aE3f79B707/logo.png b/blockchains/ethereum/assets/0xc962ad021a69D457564e985738C719aE3f79B707/logo.png
deleted file mode 100644
index 5132146ae8be5..0000000000000
Binary files a/blockchains/ethereum/assets/0xc962ad021a69D457564e985738C719aE3f79B707/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc96DF921009B790dfFcA412375251ed1A2b75c60/info.json b/blockchains/ethereum/assets/0xc96DF921009B790dfFcA412375251ed1A2b75c60/info.json
deleted file mode 100644
index 18e56a901ad32..0000000000000
--- a/blockchains/ethereum/assets/0xc96DF921009B790dfFcA412375251ed1A2b75c60/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ormeus Coin",
- "symbol": "ORME",
- "type": "ERC20",
- "decimals": 8,
- "description": "Ormeus Coin is a new digital money system backed by an industrial crypto mining operation.",
- "website": "https://ormeuscoin.com/",
- "explorer": "https://etherscan.io/token/0xc96DF921009B790dfFcA412375251ed1A2b75c60",
- "status": "active",
- "id": "0xc96DF921009B790dfFcA412375251ed1A2b75c60"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc96DF921009B790dfFcA412375251ed1A2b75c60/logo.png b/blockchains/ethereum/assets/0xc96DF921009B790dfFcA412375251ed1A2b75c60/logo.png
deleted file mode 100644
index 7016e1b3e96c9..0000000000000
Binary files a/blockchains/ethereum/assets/0xc96DF921009B790dfFcA412375251ed1A2b75c60/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc97A5cdF41BAfD51c8dBE82270097e704d748b92/info.json b/blockchains/ethereum/assets/0xc97A5cdF41BAfD51c8dBE82270097e704d748b92/info.json
deleted file mode 100644
index ef607f951ae01..0000000000000
--- a/blockchains/ethereum/assets/0xc97A5cdF41BAfD51c8dBE82270097e704d748b92/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ether Clown",
- "symbol": "KLOWN",
- "type": "ERC20",
- "decimals": 7,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc97A5cdF41BAfD51c8dBE82270097e704d748b92",
- "status": "abandoned",
- "id": "0xc97A5cdF41BAfD51c8dBE82270097e704d748b92"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc97A5cdF41BAfD51c8dBE82270097e704d748b92/logo.png b/blockchains/ethereum/assets/0xc97A5cdF41BAfD51c8dBE82270097e704d748b92/logo.png
deleted file mode 100644
index a11a971dfb8ab..0000000000000
Binary files a/blockchains/ethereum/assets/0xc97A5cdF41BAfD51c8dBE82270097e704d748b92/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc9859fccC876e6b4B3C749C5D29EA04F48aCb74F/info.json b/blockchains/ethereum/assets/0xc9859fccC876e6b4B3C749C5D29EA04F48aCb74F/info.json
deleted file mode 100644
index 9dbac18b4455c..0000000000000
--- a/blockchains/ethereum/assets/0xc9859fccC876e6b4B3C749C5D29EA04F48aCb74F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ino Coin",
- "symbol": "INO",
- "type": "ERC20",
- "decimals": 0,
- "description": "Secure & Easy to invest in your future by helping digital startups.",
- "website": "https://inocoin.eu",
- "explorer": "https://etherscan.io/token/0xc9859fccC876e6b4B3C749C5D29EA04F48aCb74F",
- "status": "active",
- "id": "0xc9859fccC876e6b4B3C749C5D29EA04F48aCb74F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc9859fccC876e6b4B3C749C5D29EA04F48aCb74F/logo.png b/blockchains/ethereum/assets/0xc9859fccC876e6b4B3C749C5D29EA04F48aCb74F/logo.png
deleted file mode 100755
index 6dcd7d118fe1a..0000000000000
Binary files a/blockchains/ethereum/assets/0xc9859fccC876e6b4B3C749C5D29EA04F48aCb74F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc98e0639c6d2EC037A615341c369666B110e80E5/info.json b/blockchains/ethereum/assets/0xc98e0639c6d2EC037A615341c369666B110e80E5/info.json
deleted file mode 100644
index af83f12d59058..0000000000000
--- a/blockchains/ethereum/assets/0xc98e0639c6d2EC037A615341c369666B110e80E5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EXMR",
- "symbol": "EXMR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://exmrfoundation.org",
- "explorer": "https://etherscan.io/token/0xc98e0639c6d2EC037A615341c369666B110e80E5",
- "status": "abandoned",
- "id": "0xc98e0639c6d2EC037A615341c369666B110e80E5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc98e0639c6d2EC037A615341c369666B110e80E5/logo.png b/blockchains/ethereum/assets/0xc98e0639c6d2EC037A615341c369666B110e80E5/logo.png
deleted file mode 100644
index 8a2b8b518cd23..0000000000000
Binary files a/blockchains/ethereum/assets/0xc98e0639c6d2EC037A615341c369666B110e80E5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc994a2dEb02543Db1f48688438b9903c4b305ce3/info.json b/blockchains/ethereum/assets/0xc994a2dEb02543Db1f48688438b9903c4b305ce3/info.json
deleted file mode 100644
index 3a8988665e9c2..0000000000000
--- a/blockchains/ethereum/assets/0xc994a2dEb02543Db1f48688438b9903c4b305ce3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Augmint Euro",
- "symbol": "AEUR",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc994a2dEb02543Db1f48688438b9903c4b305ce3",
- "status": "abandoned",
- "id": "0xc994a2dEb02543Db1f48688438b9903c4b305ce3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc994a2dEb02543Db1f48688438b9903c4b305ce3/logo.png b/blockchains/ethereum/assets/0xc994a2dEb02543Db1f48688438b9903c4b305ce3/logo.png
deleted file mode 100644
index d1619db866f84..0000000000000
Binary files a/blockchains/ethereum/assets/0xc994a2dEb02543Db1f48688438b9903c4b305ce3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc9DC2952D061C6Ff13CA3d8AC3c4d627b52811b9/info.json b/blockchains/ethereum/assets/0xc9DC2952D061C6Ff13CA3d8AC3c4d627b52811b9/info.json
deleted file mode 100644
index 72da35753be3e..0000000000000
--- a/blockchains/ethereum/assets/0xc9DC2952D061C6Ff13CA3d8AC3c4d627b52811b9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ground Token",
- "symbol": "GRND",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "Https://GRNDtoken.com",
- "explorer": "https://etherscan.io/token/0xc9DC2952D061C6Ff13CA3d8AC3c4d627b52811b9",
- "status": "abandoned",
- "id": "0xc9DC2952D061C6Ff13CA3d8AC3c4d627b52811b9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc9DC2952D061C6Ff13CA3d8AC3c4d627b52811b9/logo.png b/blockchains/ethereum/assets/0xc9DC2952D061C6Ff13CA3d8AC3c4d627b52811b9/logo.png
deleted file mode 100644
index 64ff7cef12b34..0000000000000
Binary files a/blockchains/ethereum/assets/0xc9DC2952D061C6Ff13CA3d8AC3c4d627b52811b9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc9De4B7F0C3d991e967158E4D4bFA4b51Ec0b114/info.json b/blockchains/ethereum/assets/0xc9De4B7F0C3d991e967158E4D4bFA4b51Ec0b114/info.json
deleted file mode 100644
index 7d4687fd57065..0000000000000
--- a/blockchains/ethereum/assets/0xc9De4B7F0C3d991e967158E4D4bFA4b51Ec0b114/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ROK Token",
- "symbol": "ROK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc9De4B7F0C3d991e967158E4D4bFA4b51Ec0b114",
- "status": "abandoned",
- "id": "0xc9De4B7F0C3d991e967158E4D4bFA4b51Ec0b114"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc9De4B7F0C3d991e967158E4D4bFA4b51Ec0b114/logo.png b/blockchains/ethereum/assets/0xc9De4B7F0C3d991e967158E4D4bFA4b51Ec0b114/logo.png
deleted file mode 100755
index b178d26bc0b4e..0000000000000
Binary files a/blockchains/ethereum/assets/0xc9De4B7F0C3d991e967158E4D4bFA4b51Ec0b114/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xc9c69a216568dE4d5B991b05cc9C382494FfA62e/info.json b/blockchains/ethereum/assets/0xc9c69a216568dE4d5B991b05cc9C382494FfA62e/info.json
deleted file mode 100644
index bf34149bfefe7..0000000000000
--- a/blockchains/ethereum/assets/0xc9c69a216568dE4d5B991b05cc9C382494FfA62e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Okayama",
- "symbol": "YAMA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xc9c69a216568dE4d5B991b05cc9C382494FfA62e",
- "status": "abandoned",
- "id": "0xc9c69a216568dE4d5B991b05cc9C382494FfA62e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xc9c69a216568dE4d5B991b05cc9C382494FfA62e/logo.png b/blockchains/ethereum/assets/0xc9c69a216568dE4d5B991b05cc9C382494FfA62e/logo.png
deleted file mode 100644
index 0b66fb5bdd94a..0000000000000
Binary files a/blockchains/ethereum/assets/0xc9c69a216568dE4d5B991b05cc9C382494FfA62e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcA2796F9F61dc7b238Aab043971e49c6164DF375/info.json b/blockchains/ethereum/assets/0xcA2796F9F61dc7b238Aab043971e49c6164DF375/info.json
deleted file mode 100644
index a3f0989f8b97e..0000000000000
--- a/blockchains/ethereum/assets/0xcA2796F9F61dc7b238Aab043971e49c6164DF375/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YGGDRASH",
- "symbol": "YEED",
- "type": "ERC20",
- "decimals": 18,
- "description": "XMCS is thoroughly designed utility token to maximize trader’s profit by presenting privileges and special features to the holders of XMCS on the MCS cryptocurrency derivatives trading platform and the entire MCS Ecosystem.",
- "website": "https://yggdrash.io",
- "explorer": "https://etherscan.io/token/0xcA2796F9F61dc7b238Aab043971e49c6164DF375",
- "status": "active",
- "id": "0xcA2796F9F61dc7b238Aab043971e49c6164DF375"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcA2796F9F61dc7b238Aab043971e49c6164DF375/logo.png b/blockchains/ethereum/assets/0xcA2796F9F61dc7b238Aab043971e49c6164DF375/logo.png
deleted file mode 100644
index c67cc8fd7caeb..0000000000000
Binary files a/blockchains/ethereum/assets/0xcA2796F9F61dc7b238Aab043971e49c6164DF375/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcA37530E7c5968627BE470081d1C993eb1dEaf90/info.json b/blockchains/ethereum/assets/0xcA37530E7c5968627BE470081d1C993eb1dEaf90/info.json
deleted file mode 100644
index cfa46e4923973..0000000000000
--- a/blockchains/ethereum/assets/0xcA37530E7c5968627BE470081d1C993eb1dEaf90/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Stable DODO",
- "website": "app.ichi.org",
- "description": "oneDODO is an ICHI-created stablecoin for DODO.",
- "explorer": "https://etherscan.io/token/0xcA37530E7c5968627BE470081d1C993eb1dEaf90",
- "type": "ERC20",
- "symbol": "oneDODO",
- "decimals": 18,
- "status": "active",
- "id": "0xcA37530E7c5968627BE470081d1C993eb1dEaf90",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ichifarm/ichi-oneToken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ichifarm"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ichifarm"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ichifarm"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/DvsYCfK8"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0xcA37530E7c5968627BE470081d1C993eb1dEaf90/logo.png b/blockchains/ethereum/assets/0xcA37530E7c5968627BE470081d1C993eb1dEaf90/logo.png
deleted file mode 100644
index 0e09f9d60bb1b..0000000000000
Binary files a/blockchains/ethereum/assets/0xcA37530E7c5968627BE470081d1C993eb1dEaf90/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcA3Ea3061d638E02113aA960340c98343b5aCd62/info.json b/blockchains/ethereum/assets/0xcA3Ea3061d638E02113aA960340c98343b5aCd62/info.json
deleted file mode 100644
index 1690c9bc7f0f9..0000000000000
--- a/blockchains/ethereum/assets/0xcA3Ea3061d638E02113aA960340c98343b5aCd62/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bittwatt",
- "symbol": "BWT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ico.bittwatt.com/",
- "explorer": "https://etherscan.io/token/0xcA3Ea3061d638E02113aA960340c98343b5aCd62",
- "status": "abandoned",
- "id": "0xcA3Ea3061d638E02113aA960340c98343b5aCd62"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcA3Ea3061d638E02113aA960340c98343b5aCd62/logo.png b/blockchains/ethereum/assets/0xcA3Ea3061d638E02113aA960340c98343b5aCd62/logo.png
deleted file mode 100755
index ea558b106b1ef..0000000000000
Binary files a/blockchains/ethereum/assets/0xcA3Ea3061d638E02113aA960340c98343b5aCd62/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcA6aA46F253D553e752F4Bf6BC977555225cDA8A/info.json b/blockchains/ethereum/assets/0xcA6aA46F253D553e752F4Bf6BC977555225cDA8A/info.json
deleted file mode 100644
index 5470f0556dec3..0000000000000
--- a/blockchains/ethereum/assets/0xcA6aA46F253D553e752F4Bf6BC977555225cDA8A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SoftChain",
- "symbol": "SFC",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcA6aA46F253D553e752F4Bf6BC977555225cDA8A",
- "status": "abandoned",
- "id": "0xcA6aA46F253D553e752F4Bf6BC977555225cDA8A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcA6aA46F253D553e752F4Bf6BC977555225cDA8A/logo.png b/blockchains/ethereum/assets/0xcA6aA46F253D553e752F4Bf6BC977555225cDA8A/logo.png
deleted file mode 100755
index 9320089e8b65d..0000000000000
Binary files a/blockchains/ethereum/assets/0xcA6aA46F253D553e752F4Bf6BC977555225cDA8A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcAaa93712BDAc37f736C323C93D4D5fDEFCc31CC/info.json b/blockchains/ethereum/assets/0xcAaa93712BDAc37f736C323C93D4D5fDEFCc31CC/info.json
deleted file mode 100644
index c480c5d083ddf..0000000000000
--- a/blockchains/ethereum/assets/0xcAaa93712BDAc37f736C323C93D4D5fDEFCc31CC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptalDash",
- "symbol": "CRD",
- "type": "ERC20",
- "decimals": 18,
- "description": "The CRD network is taking a multipronged approach to building out its network and enabling Cryptocurrency and Defi adoption.",
- "website": "https://www.cryptaldash.com",
- "explorer": "https://etherscan.io/token/0xcAaa93712BDAc37f736C323C93D4D5fDEFCc31CC",
- "status": "active",
- "id": "0xcAaa93712BDAc37f736C323C93D4D5fDEFCc31CC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcAaa93712BDAc37f736C323C93D4D5fDEFCc31CC/logo.png b/blockchains/ethereum/assets/0xcAaa93712BDAc37f736C323C93D4D5fDEFCc31CC/logo.png
deleted file mode 100644
index 790b84891dc5a..0000000000000
Binary files a/blockchains/ethereum/assets/0xcAaa93712BDAc37f736C323C93D4D5fDEFCc31CC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcAbf96A41a4D98EE91d4fb1004dC4B3b8548CB53/info.json b/blockchains/ethereum/assets/0xcAbf96A41a4D98EE91d4fb1004dC4B3b8548CB53/info.json
deleted file mode 100644
index f2503aeca45fd..0000000000000
--- a/blockchains/ethereum/assets/0xcAbf96A41a4D98EE91d4fb1004dC4B3b8548CB53/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BffDoom",
- "symbol": "BFF",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcAbf96A41a4D98EE91d4fb1004dC4B3b8548CB53",
- "status": "abandoned",
- "id": "0xcAbf96A41a4D98EE91d4fb1004dC4B3b8548CB53"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcAbf96A41a4D98EE91d4fb1004dC4B3b8548CB53/logo.png b/blockchains/ethereum/assets/0xcAbf96A41a4D98EE91d4fb1004dC4B3b8548CB53/logo.png
deleted file mode 100644
index 03a324e50b4da..0000000000000
Binary files a/blockchains/ethereum/assets/0xcAbf96A41a4D98EE91d4fb1004dC4B3b8548CB53/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcAfE001067cDEF266AfB7Eb5A286dCFD277f3dE5/info.json b/blockchains/ethereum/assets/0xcAfE001067cDEF266AfB7Eb5A286dCFD277f3dE5/info.json
deleted file mode 100644
index 8cebaec1467be..0000000000000
--- a/blockchains/ethereum/assets/0xcAfE001067cDEF266AfB7Eb5A286dCFD277f3dE5/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "ParaSwap",
- "type": "ERC20",
- "symbol": "PSP",
- "decimals": 18,
- "website": "https://paraswap.io/",
- "description": "ParaSwap aggregates decentralized exchanges and other DeFi services in one comprehensive interface to streamline and facilitate users' interactions with decentralized finance on Ethereum and EVM-compatible chains Polygon, Avalanche, BSC & more to come.",
- "explorer": "https://etherscan.io/token/0xcafe001067cdef266afb7eb5a286dcfd277f3de5",
- "status": "active",
- "id": "0xcAfE001067cDEF266AfB7Eb5A286dCFD277f3dE5",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/paraswap"
- },
- {
- "name": "telegram",
- "url": "https://t.me/paraswap"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/paraswap/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcAfE001067cDEF266AfB7Eb5A286dCFD277f3dE5/logo.png b/blockchains/ethereum/assets/0xcAfE001067cDEF266AfB7Eb5A286dCFD277f3dE5/logo.png
deleted file mode 100644
index 6a8b61f41102c..0000000000000
Binary files a/blockchains/ethereum/assets/0xcAfE001067cDEF266AfB7Eb5A286dCFD277f3dE5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcB3F902bf97626391bF8bA87264bbC3DC13469be/info.json b/blockchains/ethereum/assets/0xcB3F902bf97626391bF8bA87264bbC3DC13469be/info.json
deleted file mode 100644
index 22e07acdba70c..0000000000000
--- a/blockchains/ethereum/assets/0xcB3F902bf97626391bF8bA87264bbC3DC13469be/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "The Real Coin",
- "symbol": "TRC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcB3F902bf97626391bF8bA87264bbC3DC13469be",
- "status": "abandoned",
- "id": "0xcB3F902bf97626391bF8bA87264bbC3DC13469be"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcB3F902bf97626391bF8bA87264bbC3DC13469be/logo.png b/blockchains/ethereum/assets/0xcB3F902bf97626391bF8bA87264bbC3DC13469be/logo.png
deleted file mode 100644
index e6572544ed4e7..0000000000000
Binary files a/blockchains/ethereum/assets/0xcB3F902bf97626391bF8bA87264bbC3DC13469be/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcB3d242954bba77Ac71DF0fBE309F67e71138Ac7/info.json b/blockchains/ethereum/assets/0xcB3d242954bba77Ac71DF0fBE309F67e71138Ac7/info.json
deleted file mode 100644
index 93d875df44ae7..0000000000000
--- a/blockchains/ethereum/assets/0xcB3d242954bba77Ac71DF0fBE309F67e71138Ac7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "POP Missions",
- "symbol": "POPM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcB3d242954bba77Ac71DF0fBE309F67e71138Ac7",
- "status": "abandoned",
- "id": "0xcB3d242954bba77Ac71DF0fBE309F67e71138Ac7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcB3d242954bba77Ac71DF0fBE309F67e71138Ac7/logo.png b/blockchains/ethereum/assets/0xcB3d242954bba77Ac71DF0fBE309F67e71138Ac7/logo.png
deleted file mode 100644
index 89a02fbfc7f0a..0000000000000
Binary files a/blockchains/ethereum/assets/0xcB3d242954bba77Ac71DF0fBE309F67e71138Ac7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcB3df3108635932D912632ef7132d03EcFC39080/info.json b/blockchains/ethereum/assets/0xcB3df3108635932D912632ef7132d03EcFC39080/info.json
deleted file mode 100644
index dd1fc3c434878..0000000000000
--- a/blockchains/ethereum/assets/0xcB3df3108635932D912632ef7132d03EcFC39080/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wings",
- "symbol": "WING",
- "type": "ERC20",
- "decimals": 18,
- "description": "Hyper deflationary token with unique rewards and burning protocol.",
- "website": "https://wingshop.io/",
- "explorer": "https://etherscan.io/token/0xcB3df3108635932D912632ef7132d03EcFC39080",
- "status": "active",
- "id": "0xcB3df3108635932D912632ef7132d03EcFC39080"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcB3df3108635932D912632ef7132d03EcFC39080/logo.png b/blockchains/ethereum/assets/0xcB3df3108635932D912632ef7132d03EcFC39080/logo.png
deleted file mode 100644
index 0213eb2bdfb81..0000000000000
Binary files a/blockchains/ethereum/assets/0xcB3df3108635932D912632ef7132d03EcFC39080/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcB97e65F07DA24D46BcDD078EBebd7C6E6E3d750/info.json b/blockchains/ethereum/assets/0xcB97e65F07DA24D46BcDD078EBebd7C6E6E3d750/info.json
deleted file mode 100644
index d1ca92fb040b7..0000000000000
--- a/blockchains/ethereum/assets/0xcB97e65F07DA24D46BcDD078EBebd7C6E6E3d750/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bytom",
- "symbol": "BTM",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcB97e65F07DA24D46BcDD078EBebd7C6E6E3d750",
- "status": "abandoned",
- "id": "0xcB97e65F07DA24D46BcDD078EBebd7C6E6E3d750"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcB97e65F07DA24D46BcDD078EBebd7C6E6E3d750/logo.png b/blockchains/ethereum/assets/0xcB97e65F07DA24D46BcDD078EBebd7C6E6E3d750/logo.png
deleted file mode 100644
index a1366da8ce9f8..0000000000000
Binary files a/blockchains/ethereum/assets/0xcB97e65F07DA24D46BcDD078EBebd7C6E6E3d750/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcB9f39C69ACc924D90757e566fA3D2fd7021d35f/info.json b/blockchains/ethereum/assets/0xcB9f39C69ACc924D90757e566fA3D2fd7021d35f/info.json
deleted file mode 100644
index eb64e2d0670eb..0000000000000
--- a/blockchains/ethereum/assets/0xcB9f39C69ACc924D90757e566fA3D2fd7021d35f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Khmining",
- "symbol": "KHM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcB9f39C69ACc924D90757e566fA3D2fd7021d35f",
- "status": "abandoned",
- "id": "0xcB9f39C69ACc924D90757e566fA3D2fd7021d35f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcB9f39C69ACc924D90757e566fA3D2fd7021d35f/logo.png b/blockchains/ethereum/assets/0xcB9f39C69ACc924D90757e566fA3D2fd7021d35f/logo.png
deleted file mode 100644
index 2554316c6494b..0000000000000
Binary files a/blockchains/ethereum/assets/0xcB9f39C69ACc924D90757e566fA3D2fd7021d35f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcBeD554Ad21B9dce19BDa9A57C3b62C9d3fF72e2/info.json b/blockchains/ethereum/assets/0xcBeD554Ad21B9dce19BDa9A57C3b62C9d3fF72e2/info.json
deleted file mode 100644
index 59ee5c8414a0f..0000000000000
--- a/blockchains/ethereum/assets/0xcBeD554Ad21B9dce19BDa9A57C3b62C9d3fF72e2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Curve.fi yDAI/yUSDC/yUSDT/yTUSD ",
- "symbol": "yDAI+yUSDC+yUSDT+yTUSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcBeD554Ad21B9dce19BDa9A57C3b62C9d3fF72e2",
- "status": "abandoned",
- "id": "0xcBeD554Ad21B9dce19BDa9A57C3b62C9d3fF72e2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcBeD554Ad21B9dce19BDa9A57C3b62C9d3fF72e2/logo.png b/blockchains/ethereum/assets/0xcBeD554Ad21B9dce19BDa9A57C3b62C9d3fF72e2/logo.png
deleted file mode 100644
index 742a2521b597e..0000000000000
Binary files a/blockchains/ethereum/assets/0xcBeD554Ad21B9dce19BDa9A57C3b62C9d3fF72e2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcC16745A1773dD95aB9Ed98599b8D9B835e42E25/info.json b/blockchains/ethereum/assets/0xcC16745A1773dD95aB9Ed98599b8D9B835e42E25/info.json
deleted file mode 100644
index a743faa857f5c..0000000000000
--- a/blockchains/ethereum/assets/0xcC16745A1773dD95aB9Ed98599b8D9B835e42E25/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Long LINK-DAI 4x v2",
- "symbol": "dLLINK4x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcC16745A1773dD95aB9Ed98599b8D9B835e42E25",
- "status": "abandoned",
- "id": "0xcC16745A1773dD95aB9Ed98599b8D9B835e42E25"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcC16745A1773dD95aB9Ed98599b8D9B835e42E25/logo.png b/blockchains/ethereum/assets/0xcC16745A1773dD95aB9Ed98599b8D9B835e42E25/logo.png
deleted file mode 100644
index 051cfaa356304..0000000000000
Binary files a/blockchains/ethereum/assets/0xcC16745A1773dD95aB9Ed98599b8D9B835e42E25/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcC275e3543D42b8A31dCF8EC859f2fBd384B4B57/info.json b/blockchains/ethereum/assets/0xcC275e3543D42b8A31dCF8EC859f2fBd384B4B57/info.json
deleted file mode 100644
index 5e9588ada0b8d..0000000000000
--- a/blockchains/ethereum/assets/0xcC275e3543D42b8A31dCF8EC859f2fBd384B4B57/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FOMO Gaming Token",
- "symbol": "FMG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcC275e3543D42b8A31dCF8EC859f2fBd384B4B57",
- "status": "abandoned",
- "id": "0xcC275e3543D42b8A31dCF8EC859f2fBd384B4B57"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcC275e3543D42b8A31dCF8EC859f2fBd384B4B57/logo.png b/blockchains/ethereum/assets/0xcC275e3543D42b8A31dCF8EC859f2fBd384B4B57/logo.png
deleted file mode 100644
index a65fe779ee1ad..0000000000000
Binary files a/blockchains/ethereum/assets/0xcC275e3543D42b8A31dCF8EC859f2fBd384B4B57/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcC483Cb8c15F7A90320d6CC1ddDC8757f47Bd8f9/info.json b/blockchains/ethereum/assets/0xcC483Cb8c15F7A90320d6CC1ddDC8757f47Bd8f9/info.json
deleted file mode 100644
index 0c89bb72bb2b9..0000000000000
--- a/blockchains/ethereum/assets/0xcC483Cb8c15F7A90320d6CC1ddDC8757f47Bd8f9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 298-CN39",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcC483Cb8c15F7A90320d6CC1ddDC8757f47Bd8f9",
- "status": "abandoned",
- "id": "0xcC483Cb8c15F7A90320d6CC1ddDC8757f47Bd8f9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcC483Cb8c15F7A90320d6CC1ddDC8757f47Bd8f9/logo.png b/blockchains/ethereum/assets/0xcC483Cb8c15F7A90320d6CC1ddDC8757f47Bd8f9/logo.png
deleted file mode 100644
index 64d5f8b111818..0000000000000
Binary files a/blockchains/ethereum/assets/0xcC483Cb8c15F7A90320d6CC1ddDC8757f47Bd8f9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcC4eF9EEAF656aC1a2Ab886743E98e97E090ed38/info.json b/blockchains/ethereum/assets/0xcC4eF9EEAF656aC1a2Ab886743E98e97E090ed38/info.json
deleted file mode 100644
index 907d35126d9d9..0000000000000
--- a/blockchains/ethereum/assets/0xcC4eF9EEAF656aC1a2Ab886743E98e97E090ed38/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Digital Developers Fund Token",
- "symbol": "DDF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcC4eF9EEAF656aC1a2Ab886743E98e97E090ed38",
- "status": "abandoned",
- "id": "0xcC4eF9EEAF656aC1a2Ab886743E98e97E090ed38"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcC4eF9EEAF656aC1a2Ab886743E98e97E090ed38/logo.png b/blockchains/ethereum/assets/0xcC4eF9EEAF656aC1a2Ab886743E98e97E090ed38/logo.png
deleted file mode 100755
index 86b0ce1490b47..0000000000000
Binary files a/blockchains/ethereum/assets/0xcC4eF9EEAF656aC1a2Ab886743E98e97E090ed38/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcCeD5B8288086BE8c38E23567e684C3740be4D48/info.json b/blockchains/ethereum/assets/0xcCeD5B8288086BE8c38E23567e684C3740be4D48/info.json
deleted file mode 100644
index 0592ee9c3c2f1..0000000000000
--- a/blockchains/ethereum/assets/0xcCeD5B8288086BE8c38E23567e684C3740be4D48/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Roulette Token",
- "symbol": "RLT",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "https://smartplay.tech/#",
- "explorer": "https://etherscan.io/token/0xcCeD5B8288086BE8c38E23567e684C3740be4D48",
- "status": "abandoned",
- "id": "0xcCeD5B8288086BE8c38E23567e684C3740be4D48"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcCeD5B8288086BE8c38E23567e684C3740be4D48/logo.png b/blockchains/ethereum/assets/0xcCeD5B8288086BE8c38E23567e684C3740be4D48/logo.png
deleted file mode 100644
index 8f1f6304b04aa..0000000000000
Binary files a/blockchains/ethereum/assets/0xcCeD5B8288086BE8c38E23567e684C3740be4D48/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcD2d415835D4746f5498950F3Fc48e01e64F89f9/info.json b/blockchains/ethereum/assets/0xcD2d415835D4746f5498950F3Fc48e01e64F89f9/info.json
deleted file mode 100644
index 9b39b3e7eb5f2..0000000000000
--- a/blockchains/ethereum/assets/0xcD2d415835D4746f5498950F3Fc48e01e64F89f9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Niuupeak",
- "symbol": "nuu",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcD2d415835D4746f5498950F3Fc48e01e64F89f9",
- "status": "abandoned",
- "id": "0xcD2d415835D4746f5498950F3Fc48e01e64F89f9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcD2d415835D4746f5498950F3Fc48e01e64F89f9/logo.png b/blockchains/ethereum/assets/0xcD2d415835D4746f5498950F3Fc48e01e64F89f9/logo.png
deleted file mode 100644
index 3298316654770..0000000000000
Binary files a/blockchains/ethereum/assets/0xcD2d415835D4746f5498950F3Fc48e01e64F89f9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcD3673aF09e76C74d889aaBab68cA0645566A3a1/info.json b/blockchains/ethereum/assets/0xcD3673aF09e76C74d889aaBab68cA0645566A3a1/info.json
deleted file mode 100644
index d57988edc4721..0000000000000
--- a/blockchains/ethereum/assets/0xcD3673aF09e76C74d889aaBab68cA0645566A3a1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Unicorn Candy Coin",
- "symbol": "Candy",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcD3673aF09e76C74d889aaBab68cA0645566A3a1",
- "status": "abandoned",
- "id": "0xcD3673aF09e76C74d889aaBab68cA0645566A3a1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcD3673aF09e76C74d889aaBab68cA0645566A3a1/logo.png b/blockchains/ethereum/assets/0xcD3673aF09e76C74d889aaBab68cA0645566A3a1/logo.png
deleted file mode 100755
index ffadff851bc08..0000000000000
Binary files a/blockchains/ethereum/assets/0xcD3673aF09e76C74d889aaBab68cA0645566A3a1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcD62b1C403fa761BAadFC74C525ce2B51780b184/info.json b/blockchains/ethereum/assets/0xcD62b1C403fa761BAadFC74C525ce2B51780b184/info.json
deleted file mode 100644
index 6d6a532a56c98..0000000000000
--- a/blockchains/ethereum/assets/0xcD62b1C403fa761BAadFC74C525ce2B51780b184/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aragon Network Juror",
- "symbol": "ANJ",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aragon Court handles subjective disputes that require the judgment of human jurors. These jurors stake a token called ANJ which allows them to be drafted into juries and earn fees for successfully adjudicating disputes.",
- "website": "https://anj.aragon.org",
- "explorer": "https://etherscan.io/token/0xcD62b1C403fa761BAadFC74C525ce2B51780b184",
- "status": "active",
- "id": "0xcD62b1C403fa761BAadFC74C525ce2B51780b184"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcD62b1C403fa761BAadFC74C525ce2B51780b184/logo.png b/blockchains/ethereum/assets/0xcD62b1C403fa761BAadFC74C525ce2B51780b184/logo.png
deleted file mode 100644
index d3c021b04c73e..0000000000000
Binary files a/blockchains/ethereum/assets/0xcD62b1C403fa761BAadFC74C525ce2B51780b184/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcD8544DefeDEc7c6b60b5a4232320365b1B21fCc/info.json b/blockchains/ethereum/assets/0xcD8544DefeDEc7c6b60b5a4232320365b1B21fCc/info.json
deleted file mode 100644
index 6a1ce41e04235..0000000000000
--- a/blockchains/ethereum/assets/0xcD8544DefeDEc7c6b60b5a4232320365b1B21fCc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GAPS",
- "symbol": "GAP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcD8544DefeDEc7c6b60b5a4232320365b1B21fCc",
- "status": "abandoned",
- "id": "0xcD8544DefeDEc7c6b60b5a4232320365b1B21fCc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcD8544DefeDEc7c6b60b5a4232320365b1B21fCc/logo.png b/blockchains/ethereum/assets/0xcD8544DefeDEc7c6b60b5a4232320365b1B21fCc/logo.png
deleted file mode 100644
index b6324c72cbfcf..0000000000000
Binary files a/blockchains/ethereum/assets/0xcD8544DefeDEc7c6b60b5a4232320365b1B21fCc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcDd0A6B15B49A9eb3Ce011CCE22FAc2ccf09ecE6/info.json b/blockchains/ethereum/assets/0xcDd0A6B15B49A9eb3Ce011CCE22FAc2ccf09ecE6/info.json
deleted file mode 100644
index b4021b8c3c44c..0000000000000
--- a/blockchains/ethereum/assets/0xcDd0A6B15B49A9eb3Ce011CCE22FAc2ccf09ecE6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ARMTOKEN",
- "symbol": "TARM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://armtoken.io/",
- "explorer": "https://etherscan.io/token/0xcDd0A6B15B49A9eb3Ce011CCE22FAc2ccf09ecE6",
- "status": "abandoned",
- "id": "0xcDd0A6B15B49A9eb3Ce011CCE22FAc2ccf09ecE6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcDd0A6B15B49A9eb3Ce011CCE22FAc2ccf09ecE6/logo.png b/blockchains/ethereum/assets/0xcDd0A6B15B49A9eb3Ce011CCE22FAc2ccf09ecE6/logo.png
deleted file mode 100644
index cf67205c03204..0000000000000
Binary files a/blockchains/ethereum/assets/0xcDd0A6B15B49A9eb3Ce011CCE22FAc2ccf09ecE6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcDf6e7D170Fe40cfF11639dC89AF9F96589B2527/info.json b/blockchains/ethereum/assets/0xcDf6e7D170Fe40cfF11639dC89AF9F96589B2527/info.json
deleted file mode 100644
index b89e4114a414d..0000000000000
--- a/blockchains/ethereum/assets/0xcDf6e7D170Fe40cfF11639dC89AF9F96589B2527/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Empower Solutions Inc.",
- "symbol": "EMBS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcDf6e7D170Fe40cfF11639dC89AF9F96589B2527",
- "status": "abandoned",
- "id": "0xcDf6e7D170Fe40cfF11639dC89AF9F96589B2527"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcDf6e7D170Fe40cfF11639dC89AF9F96589B2527/logo.png b/blockchains/ethereum/assets/0xcDf6e7D170Fe40cfF11639dC89AF9F96589B2527/logo.png
deleted file mode 100755
index 33c6ce453cc5d..0000000000000
Binary files a/blockchains/ethereum/assets/0xcDf6e7D170Fe40cfF11639dC89AF9F96589B2527/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcE1d3dA32e3a45d27dC841781f09E40C41CAC677/info.json b/blockchains/ethereum/assets/0xcE1d3dA32e3a45d27dC841781f09E40C41CAC677/info.json
deleted file mode 100644
index 55ec2dfa93342..0000000000000
--- a/blockchains/ethereum/assets/0xcE1d3dA32e3a45d27dC841781f09E40C41CAC677/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Data link base",
- "symbol": "DLB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcE1d3dA32e3a45d27dC841781f09E40C41CAC677",
- "status": "abandoned",
- "id": "0xcE1d3dA32e3a45d27dC841781f09E40C41CAC677"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcE1d3dA32e3a45d27dC841781f09E40C41CAC677/logo.png b/blockchains/ethereum/assets/0xcE1d3dA32e3a45d27dC841781f09E40C41CAC677/logo.png
deleted file mode 100644
index ee004ea67c855..0000000000000
Binary files a/blockchains/ethereum/assets/0xcE1d3dA32e3a45d27dC841781f09E40C41CAC677/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcE27A2388D2ba7a9995fa0960FB168568e2a7923/info.json b/blockchains/ethereum/assets/0xcE27A2388D2ba7a9995fa0960FB168568e2a7923/info.json
deleted file mode 100644
index 160fc0ea0b3b1..0000000000000
--- a/blockchains/ethereum/assets/0xcE27A2388D2ba7a9995fa0960FB168568e2a7923/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cinder",
- "symbol": "CNR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcE27A2388D2ba7a9995fa0960FB168568e2a7923",
- "status": "abandoned",
- "id": "0xcE27A2388D2ba7a9995fa0960FB168568e2a7923"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcE27A2388D2ba7a9995fa0960FB168568e2a7923/logo.png b/blockchains/ethereum/assets/0xcE27A2388D2ba7a9995fa0960FB168568e2a7923/logo.png
deleted file mode 100644
index 3ccb3d6da0304..0000000000000
Binary files a/blockchains/ethereum/assets/0xcE27A2388D2ba7a9995fa0960FB168568e2a7923/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcE2834171F0FC397b46963E10331B38Ff635003d/info.json b/blockchains/ethereum/assets/0xcE2834171F0FC397b46963E10331B38Ff635003d/info.json
deleted file mode 100644
index fc4a6d554ea75..0000000000000
--- a/blockchains/ethereum/assets/0xcE2834171F0FC397b46963E10331B38Ff635003d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UTXO Token",
- "symbol": "UTB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcE2834171F0FC397b46963E10331B38Ff635003d",
- "status": "abandoned",
- "id": "0xcE2834171F0FC397b46963E10331B38Ff635003d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcE2834171F0FC397b46963E10331B38Ff635003d/logo.png b/blockchains/ethereum/assets/0xcE2834171F0FC397b46963E10331B38Ff635003d/logo.png
deleted file mode 100644
index de1934517e8a2..0000000000000
Binary files a/blockchains/ethereum/assets/0xcE2834171F0FC397b46963E10331B38Ff635003d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcE8089fF023dF2db04b56d2d5156681144a86b82/info.json b/blockchains/ethereum/assets/0xcE8089fF023dF2db04b56d2d5156681144a86b82/info.json
deleted file mode 100644
index 76328e352a83b..0000000000000
--- a/blockchains/ethereum/assets/0xcE8089fF023dF2db04b56d2d5156681144a86b82/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Good Game Gold",
- "symbol": "GGG",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcE8089fF023dF2db04b56d2d5156681144a86b82",
- "status": "abandoned",
- "id": "0xcE8089fF023dF2db04b56d2d5156681144a86b82"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcE8089fF023dF2db04b56d2d5156681144a86b82/logo.png b/blockchains/ethereum/assets/0xcE8089fF023dF2db04b56d2d5156681144a86b82/logo.png
deleted file mode 100644
index d0c0b3335a47b..0000000000000
Binary files a/blockchains/ethereum/assets/0xcE8089fF023dF2db04b56d2d5156681144a86b82/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcEbc84E329467D4feA6351e9670d18819D6C9B9B/info.json b/blockchains/ethereum/assets/0xcEbc84E329467D4feA6351e9670d18819D6C9B9B/info.json
deleted file mode 100644
index 6a6466dfb7a63..0000000000000
--- a/blockchains/ethereum/assets/0xcEbc84E329467D4feA6351e9670d18819D6C9B9B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Industry Chain",
- "symbol": "DTC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcEbc84E329467D4feA6351e9670d18819D6C9B9B",
- "status": "abandoned",
- "id": "0xcEbc84E329467D4feA6351e9670d18819D6C9B9B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcEbc84E329467D4feA6351e9670d18819D6C9B9B/logo.png b/blockchains/ethereum/assets/0xcEbc84E329467D4feA6351e9670d18819D6C9B9B/logo.png
deleted file mode 100644
index 55eea66ade482..0000000000000
Binary files a/blockchains/ethereum/assets/0xcEbc84E329467D4feA6351e9670d18819D6C9B9B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcEf46305D096fa876Dd23048bf80F9345282e3fc/info.json b/blockchains/ethereum/assets/0xcEf46305D096fa876Dd23048bf80F9345282e3fc/info.json
deleted file mode 100644
index 00eded32db01d..0000000000000
--- a/blockchains/ethereum/assets/0xcEf46305D096fa876Dd23048bf80F9345282e3fc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BANQUEUNIVERSAL",
- "symbol": "CBU",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://bankuniversal.org",
- "explorer": "https://etherscan.io/token/0xcEf46305D096fa876Dd23048bf80F9345282e3fc",
- "status": "abandoned",
- "id": "0xcEf46305D096fa876Dd23048bf80F9345282e3fc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcEf46305D096fa876Dd23048bf80F9345282e3fc/logo.png b/blockchains/ethereum/assets/0xcEf46305D096fa876Dd23048bf80F9345282e3fc/logo.png
deleted file mode 100644
index 4dc49d64a9a13..0000000000000
Binary files a/blockchains/ethereum/assets/0xcEf46305D096fa876Dd23048bf80F9345282e3fc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcF1D879e7016d654584Bfa0487e10714d24c5eff/info.json b/blockchains/ethereum/assets/0xcF1D879e7016d654584Bfa0487e10714d24c5eff/info.json
deleted file mode 100644
index 6eb3e21f89c02..0000000000000
--- a/blockchains/ethereum/assets/0xcF1D879e7016d654584Bfa0487e10714d24c5eff/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SEED SECURITY TOKEN INVESTMENT",
- "symbol": "SEED",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcF1D879e7016d654584Bfa0487e10714d24c5eff",
- "status": "abandoned",
- "id": "0xcF1D879e7016d654584Bfa0487e10714d24c5eff"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcF1D879e7016d654584Bfa0487e10714d24c5eff/logo.png b/blockchains/ethereum/assets/0xcF1D879e7016d654584Bfa0487e10714d24c5eff/logo.png
deleted file mode 100755
index b0a8fbdd0521c..0000000000000
Binary files a/blockchains/ethereum/assets/0xcF1D879e7016d654584Bfa0487e10714d24c5eff/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcF5A0010072ef3B791792F2D0Ea9A07ed84695d1/info.json b/blockchains/ethereum/assets/0xcF5A0010072ef3B791792F2D0Ea9A07ed84695d1/info.json
deleted file mode 100644
index 02f289ed8217c..0000000000000
--- a/blockchains/ethereum/assets/0xcF5A0010072ef3B791792F2D0Ea9A07ed84695d1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Krakatau Token",
- "symbol": "KKT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcF5A0010072ef3B791792F2D0Ea9A07ed84695d1",
- "status": "abandoned",
- "id": "0xcF5A0010072ef3B791792F2D0Ea9A07ed84695d1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcF5A0010072ef3B791792F2D0Ea9A07ed84695d1/logo.png b/blockchains/ethereum/assets/0xcF5A0010072ef3B791792F2D0Ea9A07ed84695d1/logo.png
deleted file mode 100644
index 1ebba33cd02e9..0000000000000
Binary files a/blockchains/ethereum/assets/0xcF5A0010072ef3B791792F2D0Ea9A07ed84695d1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcF6A236226DDE0C1eD87BbF933F75f44A8B6FA38/info.json b/blockchains/ethereum/assets/0xcF6A236226DDE0C1eD87BbF933F75f44A8B6FA38/info.json
deleted file mode 100644
index cc07c8dabec25..0000000000000
--- a/blockchains/ethereum/assets/0xcF6A236226DDE0C1eD87BbF933F75f44A8B6FA38/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Unity",
- "symbol": "UNITY",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcF6A236226DDE0C1eD87BbF933F75f44A8B6FA38",
- "status": "abandoned",
- "id": "0xcF6A236226DDE0C1eD87BbF933F75f44A8B6FA38"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcF6A236226DDE0C1eD87BbF933F75f44A8B6FA38/logo.png b/blockchains/ethereum/assets/0xcF6A236226DDE0C1eD87BbF933F75f44A8B6FA38/logo.png
deleted file mode 100644
index adb506da73d30..0000000000000
Binary files a/blockchains/ethereum/assets/0xcF6A236226DDE0C1eD87BbF933F75f44A8B6FA38/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcF78C7dD70d6F30F6E3609e905e78305Da98c863/info.json b/blockchains/ethereum/assets/0xcF78C7dD70d6F30F6E3609e905e78305Da98c863/info.json
deleted file mode 100644
index 09389aa700e98..0000000000000
--- a/blockchains/ethereum/assets/0xcF78C7dD70d6F30F6E3609e905e78305Da98c863/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Ownix",
- "type": "ERC20",
- "symbol": "ONX",
- "decimals": 18,
- "website": "https://ownix.com/",
- "description": "Forget everything you know About owning things. ownix - The most dynamic NFT platform of our digital era. Presenting a huge collection of artworks, moments and digital assets - a total experience for the creators and collectors around the world",
- "explorer": "https://etherscan.io/token/0xcF78C7dD70d6F30F6E3609e905e78305Da98c863",
- "status": "active",
- "id": "0xcF78C7dD70d6F30F6E3609e905e78305Da98c863",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Ownix_nft"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ownixglobal"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcF78C7dD70d6F30F6E3609e905e78305Da98c863/logo.png b/blockchains/ethereum/assets/0xcF78C7dD70d6F30F6E3609e905e78305Da98c863/logo.png
deleted file mode 100644
index f506d974375c7..0000000000000
Binary files a/blockchains/ethereum/assets/0xcF78C7dD70d6F30F6E3609e905e78305Da98c863/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcF7d119BCb6822283003adc7c1a40E9ae7097B75/info.json b/blockchains/ethereum/assets/0xcF7d119BCb6822283003adc7c1a40E9ae7097B75/info.json
deleted file mode 100644
index 507ec4b7bc2ae..0000000000000
--- a/blockchains/ethereum/assets/0xcF7d119BCb6822283003adc7c1a40E9ae7097B75/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Star Pacific Coin",
- "symbol": "💲PC",
- "type": "ERC20",
- "decimals": 1,
- "description": "Star Pacific Coin is an ERC20 Token design to make crypto mining and crypto trading easier for everyone, using our genetic algorithm trained machine learning technology computer with even low configure are capable of mining crypto too.",
- "website": "https://www.starpacific.trade/",
- "explorer": "https://etherscan.io/token/0xcF7d119BCb6822283003adc7c1a40E9ae7097B75",
- "status": "active",
- "id": "0xcF7d119BCb6822283003adc7c1a40E9ae7097B75"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcF7d119BCb6822283003adc7c1a40E9ae7097B75/logo.png b/blockchains/ethereum/assets/0xcF7d119BCb6822283003adc7c1a40E9ae7097B75/logo.png
deleted file mode 100644
index 955e8786322a4..0000000000000
Binary files a/blockchains/ethereum/assets/0xcF7d119BCb6822283003adc7c1a40E9ae7097B75/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcFD6Ae8BF13f42DE14867351eAff7A8A3b9FbBe7/info.json b/blockchains/ethereum/assets/0xcFD6Ae8BF13f42DE14867351eAff7A8A3b9FbBe7/info.json
deleted file mode 100644
index 32b72521db5d6..0000000000000
--- a/blockchains/ethereum/assets/0xcFD6Ae8BF13f42DE14867351eAff7A8A3b9FbBe7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SINERGIA",
- "symbol": "SNG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://sinergiablockchain.org/ICOPROJECT/ICO.html",
- "explorer": "https://etherscan.io/token/0xcFD6Ae8BF13f42DE14867351eAff7A8A3b9FbBe7",
- "status": "abandoned",
- "id": "0xcFD6Ae8BF13f42DE14867351eAff7A8A3b9FbBe7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcFD6Ae8BF13f42DE14867351eAff7A8A3b9FbBe7/logo.png b/blockchains/ethereum/assets/0xcFD6Ae8BF13f42DE14867351eAff7A8A3b9FbBe7/logo.png
deleted file mode 100644
index 8a086ad09aac1..0000000000000
Binary files a/blockchains/ethereum/assets/0xcFD6Ae8BF13f42DE14867351eAff7A8A3b9FbBe7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcFEB09C3c5F0f78aD72166D55f9e6E9A60e96eEC/info.json b/blockchains/ethereum/assets/0xcFEB09C3c5F0f78aD72166D55f9e6E9A60e96eEC/info.json
deleted file mode 100644
index e2c44478effa1..0000000000000
--- a/blockchains/ethereum/assets/0xcFEB09C3c5F0f78aD72166D55f9e6E9A60e96eEC/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "vEmpire DDAO",
- "type": "ERC20",
- "symbol": "VEMP",
- "decimals": 18,
- "website": "https://v-empire.digital",
- "description": "vEmpire DDAO is the world’s largest Decentralized Metaverse Investment Organization. The official vEmpire protocol incorporates different strategies to incentivize Metaverse token staking to fund the battle against centralisation.",
- "explorer": "https://etherscan.io/token/0xcFEB09C3c5F0f78aD72166D55f9e6E9A60e96eEC",
- "status": "active",
- "id": "0xcFEB09C3c5F0f78aD72166D55f9e6E9A60e96eEC",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/vempire-ddao/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/vEmpiredigital"
- },
- {
- "name": "telegram",
- "url": "https://t.me/vEmpirediscussion"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/vEmpireDDAO"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/vempire-ddao/"
- },
- {
- "name": "whitepaper",
- "url": "https://v-empire.digital/whitepaper"
- },
- {
- "name": "blog",
- "url": "https://medium.com/@v-empire.digital"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xcFEB09C3c5F0f78aD72166D55f9e6E9A60e96eEC/logo.png b/blockchains/ethereum/assets/0xcFEB09C3c5F0f78aD72166D55f9e6E9A60e96eEC/logo.png
deleted file mode 100644
index a83d58a242a0e..0000000000000
Binary files a/blockchains/ethereum/assets/0xcFEB09C3c5F0f78aD72166D55f9e6E9A60e96eEC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcFbf70e33d5163E25B0dad73955c1BD9E8cd8BA2/info.json b/blockchains/ethereum/assets/0xcFbf70e33d5163E25B0dad73955c1BD9E8cd8BA2/info.json
deleted file mode 100644
index ec5936896ff12..0000000000000
--- a/blockchains/ethereum/assets/0xcFbf70e33d5163E25B0dad73955c1BD9E8cd8BA2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WINS LIVE",
- "symbol": "WNL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://winstars.live",
- "explorer": "https://etherscan.io/token/0xcFbf70e33d5163E25B0dad73955c1BD9E8cd8BA2",
- "status": "active",
- "id": "0xcFbf70e33d5163E25B0dad73955c1BD9E8cd8BA2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcFbf70e33d5163E25B0dad73955c1BD9E8cd8BA2/logo.png b/blockchains/ethereum/assets/0xcFbf70e33d5163E25B0dad73955c1BD9E8cd8BA2/logo.png
deleted file mode 100644
index 15bd49194ec01..0000000000000
Binary files a/blockchains/ethereum/assets/0xcFbf70e33d5163E25B0dad73955c1BD9E8cd8BA2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xca00bC15f67Ebea4b20DfaAa847CAcE113cc5501/info.json b/blockchains/ethereum/assets/0xca00bC15f67Ebea4b20DfaAa847CAcE113cc5501/info.json
deleted file mode 100644
index f2295dd6b785b..0000000000000
--- a/blockchains/ethereum/assets/0xca00bC15f67Ebea4b20DfaAa847CAcE113cc5501/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CapdaxToken",
- "symbol": "XCD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.capdax.com/",
- "explorer": "https://etherscan.io/token/0xca00bC15f67Ebea4b20DfaAa847CAcE113cc5501",
- "status": "abandoned",
- "id": "0xca00bC15f67Ebea4b20DfaAa847CAcE113cc5501"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xca00bC15f67Ebea4b20DfaAa847CAcE113cc5501/logo.png b/blockchains/ethereum/assets/0xca00bC15f67Ebea4b20DfaAa847CAcE113cc5501/logo.png
deleted file mode 100644
index 25d22c03f39e9..0000000000000
Binary files a/blockchains/ethereum/assets/0xca00bC15f67Ebea4b20DfaAa847CAcE113cc5501/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xca0cB90D02a43C673ACb6927C496980d369c9F89/info.json b/blockchains/ethereum/assets/0xca0cB90D02a43C673ACb6927C496980d369c9F89/info.json
deleted file mode 100644
index 74874ba2c0c72..0000000000000
--- a/blockchains/ethereum/assets/0xca0cB90D02a43C673ACb6927C496980d369c9F89/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MOSAIC",
- "symbol": "MOS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xca0cB90D02a43C673ACb6927C496980d369c9F89",
- "status": "abandoned",
- "id": "0xca0cB90D02a43C673ACb6927C496980d369c9F89"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xca0cB90D02a43C673ACb6927C496980d369c9F89/logo.png b/blockchains/ethereum/assets/0xca0cB90D02a43C673ACb6927C496980d369c9F89/logo.png
deleted file mode 100644
index 48d247aa1168f..0000000000000
Binary files a/blockchains/ethereum/assets/0xca0cB90D02a43C673ACb6927C496980d369c9F89/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xca1207647Ff814039530D7d35df0e1Dd2e91Fa84/info.json b/blockchains/ethereum/assets/0xca1207647Ff814039530D7d35df0e1Dd2e91Fa84/info.json
deleted file mode 100644
index 356f93d6067ff..0000000000000
--- a/blockchains/ethereum/assets/0xca1207647Ff814039530D7d35df0e1Dd2e91Fa84/info.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
- "name": "dHEDGE DAO Token",
- "website": "https://dhedge.org",
- "description": "Decentralized asset management protocol connecting the world’s best investment managers with investors in a permissionless, trustless fashion.",
- "explorer": "https://etherscan.io/token/0xca1207647Ff814039530D7d35df0e1Dd2e91Fa84",
- "type": "ERC20",
- "symbol": "DHT",
- "decimals": 18,
- "status": "active",
- "id": "0xca1207647Ff814039530D7d35df0e1Dd2e91Fa84",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/dHedgeOrg"
- },
- {
- "name": "github",
- "url": "https://github.com/dhedge"
- },
- {
- "name": "telegram",
- "url": "https://t.me/dhedge"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/dhedge"
- },
- {
- "name": "blog",
- "url": "https://dhedge.ghost.io/"
- },
- {
- "name": "docs",
- "url": "https://docs.dhedge.org/"
- },
- {
- "name": "forum",
- "url": "https://forum.dhedge.org/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/BAWTbRA"
- },
- {
- "name": "medium",
- "url": "https://medium.com/dhedge-org"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/watch?v=OODm7tJspqk"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/dhedge-dao/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/dhedge-dao"
- }
- ],
- "tags": [
- "governance",
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xca1207647Ff814039530D7d35df0e1Dd2e91Fa84/logo.png b/blockchains/ethereum/assets/0xca1207647Ff814039530D7d35df0e1Dd2e91Fa84/logo.png
deleted file mode 100644
index 8bdc36d722807..0000000000000
Binary files a/blockchains/ethereum/assets/0xca1207647Ff814039530D7d35df0e1Dd2e91Fa84/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xca5f1Bd4B47ECe13a7ca753202F284D9Edd85d8A/info.json b/blockchains/ethereum/assets/0xca5f1Bd4B47ECe13a7ca753202F284D9Edd85d8A/info.json
deleted file mode 100644
index 5d48f3ddf2c8d..0000000000000
--- a/blockchains/ethereum/assets/0xca5f1Bd4B47ECe13a7ca753202F284D9Edd85d8A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Big Oily Orange Boob",
- "type": "ERC20",
- "symbol": "$BOOB",
- "decimals": 9,
- "website": "https://coinboob.com",
- "description": "Big Oily Orange Boob ($BOOB) is an innovative community token with a serious motive: we intend to raise awareness & funds for breast cancer. Indeed, women have been left out of most projects so far. Buy building partnerships with influent female role model, we will change that.",
- "explorer": "https://etherscan.io/token/0xca5f1Bd4B47ECe13a7ca753202F284D9Edd85d8A",
- "status": "active",
- "id": "0xca5f1Bd4B47ECe13a7ca753202F284D9Edd85d8A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xca5f1Bd4B47ECe13a7ca753202F284D9Edd85d8A/logo.png b/blockchains/ethereum/assets/0xca5f1Bd4B47ECe13a7ca753202F284D9Edd85d8A/logo.png
deleted file mode 100644
index 2f7d004f1263a..0000000000000
Binary files a/blockchains/ethereum/assets/0xca5f1Bd4B47ECe13a7ca753202F284D9Edd85d8A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xca694eb79eF355eA0999485d211E68F39aE98493/info.json b/blockchains/ethereum/assets/0xca694eb79eF355eA0999485d211E68F39aE98493/info.json
deleted file mode 100644
index 4f1a1086c3d2c..0000000000000
--- a/blockchains/ethereum/assets/0xca694eb79eF355eA0999485d211E68F39aE98493/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Traceability Chain Coin",
- "symbol": "TAC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://tacchain.io/",
- "explorer": "https://etherscan.io/token/0xca694eb79eF355eA0999485d211E68F39aE98493",
- "status": "abandoned",
- "id": "0xca694eb79eF355eA0999485d211E68F39aE98493"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xca694eb79eF355eA0999485d211E68F39aE98493/logo.png b/blockchains/ethereum/assets/0xca694eb79eF355eA0999485d211E68F39aE98493/logo.png
deleted file mode 100644
index 4f20c1c513a9d..0000000000000
Binary files a/blockchains/ethereum/assets/0xca694eb79eF355eA0999485d211E68F39aE98493/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xca9d97c6C7D5a0cE89371880037cc23866e2264d/info.json b/blockchains/ethereum/assets/0xca9d97c6C7D5a0cE89371880037cc23866e2264d/info.json
deleted file mode 100644
index ef6125e6365bf..0000000000000
--- a/blockchains/ethereum/assets/0xca9d97c6C7D5a0cE89371880037cc23866e2264d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coinance X Token",
- "symbol": "CXT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xca9d97c6C7D5a0cE89371880037cc23866e2264d",
- "status": "abandoned",
- "id": "0xca9d97c6C7D5a0cE89371880037cc23866e2264d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xca9d97c6C7D5a0cE89371880037cc23866e2264d/logo.png b/blockchains/ethereum/assets/0xca9d97c6C7D5a0cE89371880037cc23866e2264d/logo.png
deleted file mode 100644
index 5d544d4d4b125..0000000000000
Binary files a/blockchains/ethereum/assets/0xca9d97c6C7D5a0cE89371880037cc23866e2264d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcaD49C39B72c37B32cEe8b14F33F316D3a8bC335/info.json b/blockchains/ethereum/assets/0xcaD49C39B72c37B32cEe8b14F33F316D3a8bC335/info.json
deleted file mode 100644
index 2bb0b016fca7c..0000000000000
--- a/blockchains/ethereum/assets/0xcaD49C39B72c37B32cEe8b14F33F316D3a8bC335/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SODA Coin",
- "symbol": "SOC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcaD49C39B72c37B32cEe8b14F33F316D3a8bC335",
- "status": "abandoned",
- "id": "0xcaD49C39B72c37B32cEe8b14F33F316D3a8bC335"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcaD49C39B72c37B32cEe8b14F33F316D3a8bC335/logo.png b/blockchains/ethereum/assets/0xcaD49C39B72c37B32cEe8b14F33F316D3a8bC335/logo.png
deleted file mode 100644
index fe3a8e37d1907..0000000000000
Binary files a/blockchains/ethereum/assets/0xcaD49C39B72c37B32cEe8b14F33F316D3a8bC335/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcafdC517691FCf4d1186953F02F19cEd50EFc9E2/info.json b/blockchains/ethereum/assets/0xcafdC517691FCf4d1186953F02F19cEd50EFc9E2/info.json
deleted file mode 100644
index ca148407c1181..0000000000000
--- a/blockchains/ethereum/assets/0xcafdC517691FCf4d1186953F02F19cEd50EFc9E2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ExhibitToken",
- "symbol": "EXBT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://exitoken.co/",
- "explorer": "https://etherscan.io/token/0xcafdC517691FCf4d1186953F02F19cEd50EFc9E2",
- "status": "abandoned",
- "id": "0xcafdC517691FCf4d1186953F02F19cEd50EFc9E2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcafdC517691FCf4d1186953F02F19cEd50EFc9E2/logo.png b/blockchains/ethereum/assets/0xcafdC517691FCf4d1186953F02F19cEd50EFc9E2/logo.png
deleted file mode 100755
index 3ea4b13237322..0000000000000
Binary files a/blockchains/ethereum/assets/0xcafdC517691FCf4d1186953F02F19cEd50EFc9E2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcb03bec536843D338ac138205a6689d4cDc11046/info.json b/blockchains/ethereum/assets/0xcb03bec536843D338ac138205a6689d4cDc11046/info.json
deleted file mode 100644
index ae1c4e1bebfe5..0000000000000
--- a/blockchains/ethereum/assets/0xcb03bec536843D338ac138205a6689d4cDc11046/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ABPT Crypto",
- "symbol": "ABPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcb03bec536843D338ac138205a6689d4cDc11046",
- "status": "abandoned",
- "id": "0xcb03bec536843D338ac138205a6689d4cDc11046"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcb03bec536843D338ac138205a6689d4cDc11046/logo.png b/blockchains/ethereum/assets/0xcb03bec536843D338ac138205a6689d4cDc11046/logo.png
deleted file mode 100644
index b79323324767c..0000000000000
Binary files a/blockchains/ethereum/assets/0xcb03bec536843D338ac138205a6689d4cDc11046/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcb0797AAca2fd4eDd3BF07E7157d40322629Af8B/info.json b/blockchains/ethereum/assets/0xcb0797AAca2fd4eDd3BF07E7157d40322629Af8B/info.json
deleted file mode 100644
index 0d02e1ea6a4e4..0000000000000
--- a/blockchains/ethereum/assets/0xcb0797AAca2fd4eDd3BF07E7157d40322629Af8B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SlowMist Zone Token",
- "symbol": "SLOWMIST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcb0797AAca2fd4eDd3BF07E7157d40322629Af8B",
- "status": "abandoned",
- "id": "0xcb0797AAca2fd4eDd3BF07E7157d40322629Af8B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcb0797AAca2fd4eDd3BF07E7157d40322629Af8B/logo.png b/blockchains/ethereum/assets/0xcb0797AAca2fd4eDd3BF07E7157d40322629Af8B/logo.png
deleted file mode 100644
index 113ffe1d6315e..0000000000000
Binary files a/blockchains/ethereum/assets/0xcb0797AAca2fd4eDd3BF07E7157d40322629Af8B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcb17cD357c7acD594717D899ecb9df540F633F27/info.json b/blockchains/ethereum/assets/0xcb17cD357c7acD594717D899ecb9df540F633F27/info.json
deleted file mode 100644
index 65b3661047612..0000000000000
--- a/blockchains/ethereum/assets/0xcb17cD357c7acD594717D899ecb9df540F633F27/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoinDeal Token",
- "symbol": "CDL",
- "type": "ERC20",
- "decimals": 18,
- "description": "CoinDeal presents one of the easiest options to earn money on the exchange.",
- "website": "https://token.coindeal.com",
- "explorer": "https://etherscan.io/token/0xcb17cD357c7acD594717D899ecb9df540F633F27",
- "status": "active",
- "id": "0xcb17cD357c7acD594717D899ecb9df540F633F27"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcb17cD357c7acD594717D899ecb9df540F633F27/logo.png b/blockchains/ethereum/assets/0xcb17cD357c7acD594717D899ecb9df540F633F27/logo.png
deleted file mode 100644
index 56b2187934f65..0000000000000
Binary files a/blockchains/ethereum/assets/0xcb17cD357c7acD594717D899ecb9df540F633F27/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcb33BA014340AAc7644184772c4C5f431b3e1aD9/info.json b/blockchains/ethereum/assets/0xcb33BA014340AAc7644184772c4C5f431b3e1aD9/info.json
deleted file mode 100644
index c35b86b101711..0000000000000
--- a/blockchains/ethereum/assets/0xcb33BA014340AAc7644184772c4C5f431b3e1aD9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Basic business chain",
- "symbol": "BBC",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcb33BA014340AAc7644184772c4C5f431b3e1aD9",
- "status": "abandoned",
- "id": "0xcb33BA014340AAc7644184772c4C5f431b3e1aD9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcb33BA014340AAc7644184772c4C5f431b3e1aD9/logo.png b/blockchains/ethereum/assets/0xcb33BA014340AAc7644184772c4C5f431b3e1aD9/logo.png
deleted file mode 100644
index 25f12d7b9341f..0000000000000
Binary files a/blockchains/ethereum/assets/0xcb33BA014340AAc7644184772c4C5f431b3e1aD9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcb46C550539ac3DB72dc7aF7c89B11c306C727c2/info.json b/blockchains/ethereum/assets/0xcb46C550539ac3DB72dc7aF7c89B11c306C727c2/info.json
deleted file mode 100644
index 6b559ad1324f4..0000000000000
--- a/blockchains/ethereum/assets/0xcb46C550539ac3DB72dc7aF7c89B11c306C727c2/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "Poly Ontology Token",
- "website": "https://ont.io",
- "description": "Poly Ontology Token (ONT ERC20) is a token issued by Binance on Smart Chain; its price is pegged to Ontology Token (ONT) at a ratio of 1:1.",
- "explorer": "https://etherscan.io/token/0xcb46C550539ac3DB72dc7aF7c89B11c306C727c2",
- "research": "https://research.binance.com/en/projects/ontology",
- "type": "ERC20",
- "symbol": "ONT",
- "decimals": 18,
- "status": "active",
- "id": "0xcb46C550539ac3DB72dc7aF7c89B11c306C727c2",
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcb46C550539ac3DB72dc7aF7c89B11c306C727c2/logo.png b/blockchains/ethereum/assets/0xcb46C550539ac3DB72dc7aF7c89B11c306C727c2/logo.png
deleted file mode 100644
index 25ffd17b23344..0000000000000
Binary files a/blockchains/ethereum/assets/0xcb46C550539ac3DB72dc7aF7c89B11c306C727c2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcb86c6A22CB56B6cf40CaFEDb06BA0DF188a416E/info.json b/blockchains/ethereum/assets/0xcb86c6A22CB56B6cf40CaFEDb06BA0DF188a416E/info.json
deleted file mode 100644
index 324fd778f6db6..0000000000000
--- a/blockchains/ethereum/assets/0xcb86c6A22CB56B6cf40CaFEDb06BA0DF188a416E/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "inSure",
- "type": "ERC20",
- "symbol": "SURE",
- "decimals": 18,
- "website": "https://insuretoken.net/",
- "description": "inSure DeFi is a Decentralized Insurance Ecosystem, trusted by thousands of community members to protect their crypto portfolios from scams, exchange closures, and drastic devaluations. inSure DeFi provides insurance solutions for the crypto space to stabilize and secure Crypto & DeFi portfolios.",
- "explorer": "https://etherscan.io/token/0xcb86c6a22cb56b6cf40cafedb06ba0df188a416e",
- "status": "active",
- "id": "0xcb86c6A22CB56B6cf40CaFEDb06BA0DF188a416E",
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcb86c6A22CB56B6cf40CaFEDb06BA0DF188a416E/logo.png b/blockchains/ethereum/assets/0xcb86c6A22CB56B6cf40CaFEDb06BA0DF188a416E/logo.png
deleted file mode 100644
index 5fbabcc452a65..0000000000000
Binary files a/blockchains/ethereum/assets/0xcb86c6A22CB56B6cf40CaFEDb06BA0DF188a416E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcbCC0F036ED4788F63FC0fEE32873d6A7487b908/info.json b/blockchains/ethereum/assets/0xcbCC0F036ED4788F63FC0fEE32873d6A7487b908/info.json
deleted file mode 100644
index 7eb15cbe26baf..0000000000000
--- a/blockchains/ethereum/assets/0xcbCC0F036ED4788F63FC0fEE32873d6A7487b908/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Humaniq",
- "symbol": "HMQ",
- "type": "ERC20",
- "decimals": 8,
- "description": "Humaniq (HMQ) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://humaniq.co",
- "explorer": "https://etherscan.io/token/0xcbCC0F036ED4788F63FC0fEE32873d6A7487b908",
- "status": "active",
- "id": "0xcbCC0F036ED4788F63FC0fEE32873d6A7487b908"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcbCC0F036ED4788F63FC0fEE32873d6A7487b908/logo.png b/blockchains/ethereum/assets/0xcbCC0F036ED4788F63FC0fEE32873d6A7487b908/logo.png
deleted file mode 100755
index 45d7b1ec569ff..0000000000000
Binary files a/blockchains/ethereum/assets/0xcbCC0F036ED4788F63FC0fEE32873d6A7487b908/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcbE771323587EA16dACB6016e269D7F08A7ACC4E/info.json b/blockchains/ethereum/assets/0xcbE771323587EA16dACB6016e269D7F08A7ACC4E/info.json
deleted file mode 100644
index 2c228a4a0a23f..0000000000000
--- a/blockchains/ethereum/assets/0xcbE771323587EA16dACB6016e269D7F08A7ACC4E/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "SPO Token",
- "website": "https://spores.app",
- "description": "SPO token is designed for community governance and DeFi utilization with NFT-creator-centricity and DeFi-community-driven purpose. SPO is used to incentivize NFT creators, buyers, agents, liquidity providers across the ecosystem.",
- "explorer": "https://etherscan.io/token/0xcbe771323587ea16dacb6016e269d7f08a7acc4e",
- "type": "ERC20",
- "symbol": "SPO",
- "decimals": 18,
- "status": "active",
- "id": "0xcbE771323587EA16dACB6016e269D7F08A7ACC4E",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Spores_Network"
- },
- {
- "name": "medium",
- "url": "https://spores.medium.com"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/spores-network"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/spores-network"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcbE771323587EA16dACB6016e269D7F08A7ACC4E/logo.png b/blockchains/ethereum/assets/0xcbE771323587EA16dACB6016e269D7F08A7ACC4E/logo.png
deleted file mode 100644
index 755e925ca67b2..0000000000000
Binary files a/blockchains/ethereum/assets/0xcbE771323587EA16dACB6016e269D7F08A7ACC4E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcbd55D4fFc43467142761A764763652b48b969ff/info.json b/blockchains/ethereum/assets/0xcbd55D4fFc43467142761A764763652b48b969ff/info.json
deleted file mode 100644
index b645259b96d42..0000000000000
--- a/blockchains/ethereum/assets/0xcbd55D4fFc43467142761A764763652b48b969ff/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "AstroTools",
- "website": "https://astrotools.io/",
- "description": "AstroTools is a DeFi dashboard that bridges the information gap between centralized and decentralized exchanges.",
- "explorer": "https://etherscan.io/token/0xcbd55D4fFc43467142761A764763652b48b969ff",
- "type": "ERC20",
- "symbol": "ASTRO",
- "decimals": 18,
- "status": "active",
- "id": "0xcbd55D4fFc43467142761A764763652b48b969ff",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/astrotoolsio"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Astro_Tools"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/astrotools/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/astrotools/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcbd55D4fFc43467142761A764763652b48b969ff/logo.png b/blockchains/ethereum/assets/0xcbd55D4fFc43467142761A764763652b48b969ff/logo.png
deleted file mode 100644
index bc7a7f85ea7a1..0000000000000
Binary files a/blockchains/ethereum/assets/0xcbd55D4fFc43467142761A764763652b48b969ff/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcbdFAD49DAD16A992978f2767506a0f3f11aE9C7/info.json b/blockchains/ethereum/assets/0xcbdFAD49DAD16A992978f2767506a0f3f11aE9C7/info.json
deleted file mode 100644
index 86b73a108d65a..0000000000000
--- a/blockchains/ethereum/assets/0xcbdFAD49DAD16A992978f2767506a0f3f11aE9C7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Game Magic",
- "symbol": "GAME",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcbdFAD49DAD16A992978f2767506a0f3f11aE9C7",
- "status": "abandoned",
- "id": "0xcbdFAD49DAD16A992978f2767506a0f3f11aE9C7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcbdFAD49DAD16A992978f2767506a0f3f11aE9C7/logo.png b/blockchains/ethereum/assets/0xcbdFAD49DAD16A992978f2767506a0f3f11aE9C7/logo.png
deleted file mode 100755
index fce1905394850..0000000000000
Binary files a/blockchains/ethereum/assets/0xcbdFAD49DAD16A992978f2767506a0f3f11aE9C7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcbeAEc699431857FDB4d37aDDBBdc20E132D4903/info.json b/blockchains/ethereum/assets/0xcbeAEc699431857FDB4d37aDDBBdc20E132D4903/info.json
deleted file mode 100644
index 03ebd4b858471..0000000000000
--- a/blockchains/ethereum/assets/0xcbeAEc699431857FDB4d37aDDBBdc20E132D4903/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YOYOW Token",
- "symbol": "YOYOW",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://yoyow.org/",
- "explorer": "https://etherscan.io/token/0xcbeAEc699431857FDB4d37aDDBBdc20E132D4903",
- "status": "abandoned",
- "id": "0xcbeAEc699431857FDB4d37aDDBBdc20E132D4903"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcbeAEc699431857FDB4d37aDDBBdc20E132D4903/logo.png b/blockchains/ethereum/assets/0xcbeAEc699431857FDB4d37aDDBBdc20E132D4903/logo.png
deleted file mode 100755
index 231bed935ee65..0000000000000
Binary files a/blockchains/ethereum/assets/0xcbeAEc699431857FDB4d37aDDBBdc20E132D4903/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcbf15FB8246F679F9Df0135881CB29a3746f734b/info.json b/blockchains/ethereum/assets/0xcbf15FB8246F679F9Df0135881CB29a3746f734b/info.json
deleted file mode 100644
index 749aeefc21755..0000000000000
--- a/blockchains/ethereum/assets/0xcbf15FB8246F679F9Df0135881CB29a3746f734b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bither Platform Token",
- "symbol": "BTR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcbf15FB8246F679F9Df0135881CB29a3746f734b",
- "status": "abandoned",
- "id": "0xcbf15FB8246F679F9Df0135881CB29a3746f734b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcbf15FB8246F679F9Df0135881CB29a3746f734b/logo.png b/blockchains/ethereum/assets/0xcbf15FB8246F679F9Df0135881CB29a3746f734b/logo.png
deleted file mode 100644
index df2dcf18e1854..0000000000000
Binary files a/blockchains/ethereum/assets/0xcbf15FB8246F679F9Df0135881CB29a3746f734b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcc0eC876191558De23c8D122483F30382651674F/info.json b/blockchains/ethereum/assets/0xcc0eC876191558De23c8D122483F30382651674F/info.json
deleted file mode 100644
index fe88b1b1bfc8c..0000000000000
--- a/blockchains/ethereum/assets/0xcc0eC876191558De23c8D122483F30382651674F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Exodo",
- "symbol": "EXD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcc0eC876191558De23c8D122483F30382651674F",
- "status": "abandoned",
- "id": "0xcc0eC876191558De23c8D122483F30382651674F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcc0eC876191558De23c8D122483F30382651674F/logo.png b/blockchains/ethereum/assets/0xcc0eC876191558De23c8D122483F30382651674F/logo.png
deleted file mode 100644
index e4fec97a9c32c..0000000000000
Binary files a/blockchains/ethereum/assets/0xcc0eC876191558De23c8D122483F30382651674F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcc53C2E5e2421cb5a5307Ed1C229816d71266292/info.json b/blockchains/ethereum/assets/0xcc53C2E5e2421cb5a5307Ed1C229816d71266292/info.json
deleted file mode 100644
index 154bf2f8172c6..0000000000000
--- a/blockchains/ethereum/assets/0xcc53C2E5e2421cb5a5307Ed1C229816d71266292/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoinus",
- "symbol": "BITS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcc53C2E5e2421cb5a5307Ed1C229816d71266292",
- "status": "abandoned",
- "id": "0xcc53C2E5e2421cb5a5307Ed1C229816d71266292"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcc53C2E5e2421cb5a5307Ed1C229816d71266292/logo.png b/blockchains/ethereum/assets/0xcc53C2E5e2421cb5a5307Ed1C229816d71266292/logo.png
deleted file mode 100644
index 54d8abf8a78d3..0000000000000
Binary files a/blockchains/ethereum/assets/0xcc53C2E5e2421cb5a5307Ed1C229816d71266292/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcc7ab8d78dBA187dC95bF3bB86e65E0C26d0041f/info.json b/blockchains/ethereum/assets/0xcc7ab8d78dBA187dC95bF3bB86e65E0C26d0041f/info.json
deleted file mode 100644
index ad81c3b524b3b..0000000000000
--- a/blockchains/ethereum/assets/0xcc7ab8d78dBA187dC95bF3bB86e65E0C26d0041f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Spacelens",
- "type": "ERC20",
- "symbol": "SPACE",
- "decimals": 18,
- "website": "https://spacetoken.spacelens.com",
- "description": "Spacelens is a decentralized eCommerce platform that allows anyone to buy and sell physical products, digital goods, and services around the world.",
- "explorer": "https://etherscan.io/token/0xcc7ab8d78dba187dc95bf3bb86e65e0c26d0041f",
- "status": "active",
- "id": "0xcc7ab8d78dBA187dC95bF3bB86e65E0C26d0041f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcc7ab8d78dBA187dC95bF3bB86e65E0C26d0041f/logo.png b/blockchains/ethereum/assets/0xcc7ab8d78dBA187dC95bF3bB86e65E0C26d0041f/logo.png
deleted file mode 100644
index d6b6f4764126b..0000000000000
Binary files a/blockchains/ethereum/assets/0xcc7ab8d78dBA187dC95bF3bB86e65E0C26d0041f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xccC8cb5229B0ac8069C51fd58367Fd1e622aFD97/info.json b/blockchains/ethereum/assets/0xccC8cb5229B0ac8069C51fd58367Fd1e622aFD97/info.json
deleted file mode 100644
index 2a89b18b36d03..0000000000000
--- a/blockchains/ethereum/assets/0xccC8cb5229B0ac8069C51fd58367Fd1e622aFD97/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Gods Unchained",
- "website": "https://godsunchained.com",
- "description": "THE TRADING CARD GAME THAT PAYS TO PLAY",
- "explorer": "https://etherscan.io/token/0xccc8cb5229b0ac8069c51fd58367fd1e622afd97",
- "type": "ERC20",
- "symbol": "GODS",
- "decimals": 18,
- "status": "active",
- "id": "0xccC8cb5229B0ac8069C51fd58367Fd1e622aFD97",
- "tags": [
- "gamefi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/GodsUnchained"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/GodsUnchained/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/godsunchained/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xccC8cb5229B0ac8069C51fd58367Fd1e622aFD97/logo.png b/blockchains/ethereum/assets/0xccC8cb5229B0ac8069C51fd58367Fd1e622aFD97/logo.png
deleted file mode 100644
index 55b737ada1a1d..0000000000000
Binary files a/blockchains/ethereum/assets/0xccC8cb5229B0ac8069C51fd58367Fd1e622aFD97/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcca0c9c383076649604eE31b20248BC04FdF61cA/info.json b/blockchains/ethereum/assets/0xcca0c9c383076649604eE31b20248BC04FdF61cA/info.json
deleted file mode 100644
index e7e8cfb871e7d..0000000000000
--- a/blockchains/ethereum/assets/0xcca0c9c383076649604eE31b20248BC04FdF61cA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitMax token",
- "symbol": "BTMX",
- "type": "ERC20",
- "decimals": 18,
- "description": "BitMax Token (BTMX) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://bitmax.io/#/home",
- "explorer": "https://etherscan.io/token/0xcca0c9c383076649604eE31b20248BC04FdF61cA",
- "status": "active",
- "id": "0xcca0c9c383076649604eE31b20248BC04FdF61cA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcca0c9c383076649604eE31b20248BC04FdF61cA/logo.png b/blockchains/ethereum/assets/0xcca0c9c383076649604eE31b20248BC04FdF61cA/logo.png
deleted file mode 100644
index cb73e805e5b06..0000000000000
Binary files a/blockchains/ethereum/assets/0xcca0c9c383076649604eE31b20248BC04FdF61cA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcd23Ef2cBa177A1B5f5D3818d055868E4B599d18/info.json b/blockchains/ethereum/assets/0xcd23Ef2cBa177A1B5f5D3818d055868E4B599d18/info.json
deleted file mode 100644
index 3b20bd306248b..0000000000000
--- a/blockchains/ethereum/assets/0xcd23Ef2cBa177A1B5f5D3818d055868E4B599d18/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Moon Money Chain",
- "symbol": "MM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://moonx.pro/",
- "explorer": "https://etherscan.io/token/0xcd23Ef2cBa177A1B5f5D3818d055868E4B599d18",
- "status": "abandoned",
- "id": "0xcd23Ef2cBa177A1B5f5D3818d055868E4B599d18"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcd23Ef2cBa177A1B5f5D3818d055868E4B599d18/logo.png b/blockchains/ethereum/assets/0xcd23Ef2cBa177A1B5f5D3818d055868E4B599d18/logo.png
deleted file mode 100644
index 2ee47ab9f9aba..0000000000000
Binary files a/blockchains/ethereum/assets/0xcd23Ef2cBa177A1B5f5D3818d055868E4B599d18/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcd607FDD69931675F50eA43D3488785367322B4e/info.json b/blockchains/ethereum/assets/0xcd607FDD69931675F50eA43D3488785367322B4e/info.json
deleted file mode 100644
index 8046d9ac061a4..0000000000000
--- a/blockchains/ethereum/assets/0xcd607FDD69931675F50eA43D3488785367322B4e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QuantumPay",
- "symbol": "QPAY",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcd607FDD69931675F50eA43D3488785367322B4e",
- "status": "abandoned",
- "id": "0xcd607FDD69931675F50eA43D3488785367322B4e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcd607FDD69931675F50eA43D3488785367322B4e/logo.png b/blockchains/ethereum/assets/0xcd607FDD69931675F50eA43D3488785367322B4e/logo.png
deleted file mode 100755
index c086db732493d..0000000000000
Binary files a/blockchains/ethereum/assets/0xcd607FDD69931675F50eA43D3488785367322B4e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcd7593259d601232f0BEe575bFaE3EE3cEF8280E/info.json b/blockchains/ethereum/assets/0xcd7593259d601232f0BEe575bFaE3EE3cEF8280E/info.json
deleted file mode 100644
index d1814d30f7416..0000000000000
--- a/blockchains/ethereum/assets/0xcd7593259d601232f0BEe575bFaE3EE3cEF8280E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Smart Gear",
- "symbol": "Gear",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcd7593259d601232f0BEe575bFaE3EE3cEF8280E",
- "status": "abandoned",
- "id": "0xcd7593259d601232f0BEe575bFaE3EE3cEF8280E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcd7593259d601232f0BEe575bFaE3EE3cEF8280E/logo.png b/blockchains/ethereum/assets/0xcd7593259d601232f0BEe575bFaE3EE3cEF8280E/logo.png
deleted file mode 100644
index 604a0a11c82bc..0000000000000
Binary files a/blockchains/ethereum/assets/0xcd7593259d601232f0BEe575bFaE3EE3cEF8280E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcd8352A5D8033C724C496c76aA3DFeeaE2141d0f/info.json b/blockchains/ethereum/assets/0xcd8352A5D8033C724C496c76aA3DFeeaE2141d0f/info.json
deleted file mode 100644
index f8baa48504d91..0000000000000
--- a/blockchains/ethereum/assets/0xcd8352A5D8033C724C496c76aA3DFeeaE2141d0f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "goldfi.finance",
- "symbol": "GOLD",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcd8352A5D8033C724C496c76aA3DFeeaE2141d0f",
- "status": "abandoned",
- "id": "0xcd8352A5D8033C724C496c76aA3DFeeaE2141d0f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcd8352A5D8033C724C496c76aA3DFeeaE2141d0f/logo.png b/blockchains/ethereum/assets/0xcd8352A5D8033C724C496c76aA3DFeeaE2141d0f/logo.png
deleted file mode 100644
index 41321e468a220..0000000000000
Binary files a/blockchains/ethereum/assets/0xcd8352A5D8033C724C496c76aA3DFeeaE2141d0f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcd9DE7C910cB7a435E4d3640f4398094DA876A5A/info.json b/blockchains/ethereum/assets/0xcd9DE7C910cB7a435E4d3640f4398094DA876A5A/info.json
deleted file mode 100644
index ab1460965829f..0000000000000
--- a/blockchains/ethereum/assets/0xcd9DE7C910cB7a435E4d3640f4398094DA876A5A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Marconi Protocol",
- "symbol": "MPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcd9DE7C910cB7a435E4d3640f4398094DA876A5A",
- "status": "abandoned",
- "id": "0xcd9DE7C910cB7a435E4d3640f4398094DA876A5A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcd9DE7C910cB7a435E4d3640f4398094DA876A5A/logo.png b/blockchains/ethereum/assets/0xcd9DE7C910cB7a435E4d3640f4398094DA876A5A/logo.png
deleted file mode 100644
index e6fd00ac676c7..0000000000000
Binary files a/blockchains/ethereum/assets/0xcd9DE7C910cB7a435E4d3640f4398094DA876A5A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xce11D811C7BdbDDbbAADcF11668551205d23AD6e/info.json b/blockchains/ethereum/assets/0xce11D811C7BdbDDbbAADcF11668551205d23AD6e/info.json
deleted file mode 100644
index e175029c5a733..0000000000000
--- a/blockchains/ethereum/assets/0xce11D811C7BdbDDbbAADcF11668551205d23AD6e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "All Beauty Community Gold",
- "symbol": "ABCG",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xce11D811C7BdbDDbbAADcF11668551205d23AD6e",
- "status": "abandoned",
- "id": "0xce11D811C7BdbDDbbAADcF11668551205d23AD6e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xce11D811C7BdbDDbbAADcF11668551205d23AD6e/logo.png b/blockchains/ethereum/assets/0xce11D811C7BdbDDbbAADcF11668551205d23AD6e/logo.png
deleted file mode 100755
index b66ea43616442..0000000000000
Binary files a/blockchains/ethereum/assets/0xce11D811C7BdbDDbbAADcF11668551205d23AD6e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xce5114d7fa8361F0c088EE26FA3A5446C4a1f50b/info.json b/blockchains/ethereum/assets/0xce5114d7fa8361F0c088EE26FA3A5446C4a1f50b/info.json
deleted file mode 100644
index 7d3d0a572cec0..0000000000000
--- a/blockchains/ethereum/assets/0xce5114d7fa8361F0c088EE26FA3A5446C4a1f50b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blue Whale eXchange",
- "symbol": "BWX",
- "type": "ERC20",
- "decimals": 18,
- "description": "Our Blueprint for Decentralized Sharing Economy and Smart City Engine!",
- "website": "https://www.bluewhale.foundation",
- "explorer": "https://etherscan.io/token/0xce5114d7fa8361F0c088EE26FA3A5446C4a1f50b",
- "status": "active",
- "id": "0xce5114d7fa8361F0c088EE26FA3A5446C4a1f50b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xce5114d7fa8361F0c088EE26FA3A5446C4a1f50b/logo.png b/blockchains/ethereum/assets/0xce5114d7fa8361F0c088EE26FA3A5446C4a1f50b/logo.png
deleted file mode 100644
index 09bcae5d08f87..0000000000000
Binary files a/blockchains/ethereum/assets/0xce5114d7fa8361F0c088EE26FA3A5446C4a1f50b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xce853db3359326dB6D03981C9fb42983BbCdd007/info.json b/blockchains/ethereum/assets/0xce853db3359326dB6D03981C9fb42983BbCdd007/info.json
deleted file mode 100644
index d17368c4090ae..0000000000000
--- a/blockchains/ethereum/assets/0xce853db3359326dB6D03981C9fb42983BbCdd007/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Penis",
- "symbol": "PNS",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "https://penis.supply",
- "explorer": "https://etherscan.io/token/0xce853db3359326dB6D03981C9fb42983BbCdd007",
- "status": "abandoned",
- "id": "0xce853db3359326dB6D03981C9fb42983BbCdd007"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xce853db3359326dB6D03981C9fb42983BbCdd007/logo.png b/blockchains/ethereum/assets/0xce853db3359326dB6D03981C9fb42983BbCdd007/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0xce853db3359326dB6D03981C9fb42983BbCdd007/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xce9e84a26Ddb9E2283De164F7eD595E0D27E32b3/info.json b/blockchains/ethereum/assets/0xce9e84a26Ddb9E2283De164F7eD595E0D27E32b3/info.json
deleted file mode 100644
index a106d90225188..0000000000000
--- a/blockchains/ethereum/assets/0xce9e84a26Ddb9E2283De164F7eD595E0D27E32b3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TLS Token",
- "symbol": "TLS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xce9e84a26Ddb9E2283De164F7eD595E0D27E32b3",
- "status": "abandoned",
- "id": "0xce9e84a26Ddb9E2283De164F7eD595E0D27E32b3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xce9e84a26Ddb9E2283De164F7eD595E0D27E32b3/logo.png b/blockchains/ethereum/assets/0xce9e84a26Ddb9E2283De164F7eD595E0D27E32b3/logo.png
deleted file mode 100644
index fd77c867b87cd..0000000000000
Binary files a/blockchains/ethereum/assets/0xce9e84a26Ddb9E2283De164F7eD595E0D27E32b3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xceB43cc2625db7Eb86c3a3A69A97d3DA1931A9A3/info.json b/blockchains/ethereum/assets/0xceB43cc2625db7Eb86c3a3A69A97d3DA1931A9A3/info.json
deleted file mode 100644
index 612e537997b73..0000000000000
--- a/blockchains/ethereum/assets/0xceB43cc2625db7Eb86c3a3A69A97d3DA1931A9A3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CST Token",
- "symbol": "CST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xceB43cc2625db7Eb86c3a3A69A97d3DA1931A9A3",
- "status": "abandoned",
- "id": "0xceB43cc2625db7Eb86c3a3A69A97d3DA1931A9A3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xceB43cc2625db7Eb86c3a3A69A97d3DA1931A9A3/logo.png b/blockchains/ethereum/assets/0xceB43cc2625db7Eb86c3a3A69A97d3DA1931A9A3/logo.png
deleted file mode 100644
index b9dc4a767787b..0000000000000
Binary files a/blockchains/ethereum/assets/0xceB43cc2625db7Eb86c3a3A69A97d3DA1931A9A3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xceB8652de51C77245226eA8b35858114D41F1B99/info.json b/blockchains/ethereum/assets/0xceB8652de51C77245226eA8b35858114D41F1B99/info.json
deleted file mode 100644
index 1170fbf4940f8..0000000000000
--- a/blockchains/ethereum/assets/0xceB8652de51C77245226eA8b35858114D41F1B99/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Redin international co. Ltd.",
- "symbol": "Redin",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xceB8652de51C77245226eA8b35858114D41F1B99",
- "status": "abandoned",
- "id": "0xceB8652de51C77245226eA8b35858114D41F1B99"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xceB8652de51C77245226eA8b35858114D41F1B99/logo.png b/blockchains/ethereum/assets/0xceB8652de51C77245226eA8b35858114D41F1B99/logo.png
deleted file mode 100644
index 9f21d75d3ba28..0000000000000
Binary files a/blockchains/ethereum/assets/0xceB8652de51C77245226eA8b35858114D41F1B99/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xceF1cA19d053e35509501D0f45408297845d8C18/info.json b/blockchains/ethereum/assets/0xceF1cA19d053e35509501D0f45408297845d8C18/info.json
deleted file mode 100644
index 24f27fbee8176..0000000000000
--- a/blockchains/ethereum/assets/0xceF1cA19d053e35509501D0f45408297845d8C18/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "V-PALADINI TEST 1",
- "symbol": "V",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xceF1cA19d053e35509501D0f45408297845d8C18",
- "status": "abandoned",
- "id": "0xceF1cA19d053e35509501D0f45408297845d8C18"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xceF1cA19d053e35509501D0f45408297845d8C18/logo.png b/blockchains/ethereum/assets/0xceF1cA19d053e35509501D0f45408297845d8C18/logo.png
deleted file mode 100644
index 109909945255c..0000000000000
Binary files a/blockchains/ethereum/assets/0xceF1cA19d053e35509501D0f45408297845d8C18/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcec38306558a31cdbb2a9d6285947C5b44A24f3e/info.json b/blockchains/ethereum/assets/0xcec38306558a31cdbb2a9d6285947C5b44A24f3e/info.json
deleted file mode 100644
index 3876002540587..0000000000000
--- a/blockchains/ethereum/assets/0xcec38306558a31cdbb2a9d6285947C5b44A24f3e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fantasy Sports",
- "symbol": "DFS",
- "type": "ERC20",
- "decimals": 18,
- "description": "DFS is a global payment option that is fully decentralized built on the Ethereum Blockchain.",
- "website": "https://www.digitalfantasysports.com",
- "explorer": "https://etherscan.io/token/0xcec38306558a31cdbb2a9d6285947C5b44A24f3e",
- "status": "active",
- "id": "0xcec38306558a31cdbb2a9d6285947C5b44A24f3e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcec38306558a31cdbb2a9d6285947C5b44A24f3e/logo.png b/blockchains/ethereum/assets/0xcec38306558a31cdbb2a9d6285947C5b44A24f3e/logo.png
deleted file mode 100644
index 5f60e80fe6b5d..0000000000000
Binary files a/blockchains/ethereum/assets/0xcec38306558a31cdbb2a9d6285947C5b44A24f3e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcecede5A20645EAc6ca2032eeEb1063572D63c29/info.json b/blockchains/ethereum/assets/0xcecede5A20645EAc6ca2032eeEb1063572D63c29/info.json
deleted file mode 100644
index 22ebc737c180e..0000000000000
--- a/blockchains/ethereum/assets/0xcecede5A20645EAc6ca2032eeEb1063572D63c29/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "P2P Global Network",
- "symbol": "P2PX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://p2pglobal.io/",
- "explorer": "https://etherscan.io/token/0xcecede5A20645EAc6ca2032eeEb1063572D63c29",
- "status": "abandoned",
- "id": "0xcecede5A20645EAc6ca2032eeEb1063572D63c29"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcecede5A20645EAc6ca2032eeEb1063572D63c29/logo.png b/blockchains/ethereum/assets/0xcecede5A20645EAc6ca2032eeEb1063572D63c29/logo.png
deleted file mode 100644
index 4c7b4f3c06248..0000000000000
Binary files a/blockchains/ethereum/assets/0xcecede5A20645EAc6ca2032eeEb1063572D63c29/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcf0425a35f1FA900bb347Cb996D3094D1dF3Cd48/info.json b/blockchains/ethereum/assets/0xcf0425a35f1FA900bb347Cb996D3094D1dF3Cd48/info.json
deleted file mode 100644
index 62f143415d175..0000000000000
--- a/blockchains/ethereum/assets/0xcf0425a35f1FA900bb347Cb996D3094D1dF3Cd48/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Moose",
- "symbol": "MM",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcf0425a35f1FA900bb347Cb996D3094D1dF3Cd48",
- "status": "abandoned",
- "id": "0xcf0425a35f1FA900bb347Cb996D3094D1dF3Cd48"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcf0425a35f1FA900bb347Cb996D3094D1dF3Cd48/logo.png b/blockchains/ethereum/assets/0xcf0425a35f1FA900bb347Cb996D3094D1dF3Cd48/logo.png
deleted file mode 100644
index 8b5b0537a8e8f..0000000000000
Binary files a/blockchains/ethereum/assets/0xcf0425a35f1FA900bb347Cb996D3094D1dF3Cd48/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcf0C122c6b73ff809C693DB761e7BaeBe62b6a2E/info.json b/blockchains/ethereum/assets/0xcf0C122c6b73ff809C693DB761e7BaeBe62b6a2E/info.json
deleted file mode 100644
index adc0f5bcc6649..0000000000000
--- a/blockchains/ethereum/assets/0xcf0C122c6b73ff809C693DB761e7BaeBe62b6a2E/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "FLOKI",
- "type": "ERC20",
- "symbol": "FLOKI",
- "decimals": 9,
- "website": "https://floki.com",
- "description": "The people's cryptocurrency. By combining the power of memes with real utility and charitability, FLOKI gives power and opportunity to the people — to the underdogs — instead of venture capitalists and hedge funds. FLOKI aims to be the most known and most used cryptocurrency in the world.",
- "explorer": "https://etherscan.io/token/0xcf0c122c6b73ff809c693db761e7baebe62b6a2e",
- "status": "active",
- "id": "0xcf0C122c6b73ff809C693DB761e7BaeBe62b6a2E",
- "tags": [
- "memes"
- ],
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/FlokiInuToken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/realflokiinu"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/floki-inu/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/floki-inu"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/floki"
- },
- {
- "name": "medium",
- "url": "https://realflokiinu.medium.com/"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.theflokiinu.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcf0C122c6b73ff809C693DB761e7BaeBe62b6a2E/logo.png b/blockchains/ethereum/assets/0xcf0C122c6b73ff809C693DB761e7BaeBe62b6a2E/logo.png
deleted file mode 100644
index 271d32eee6831..0000000000000
Binary files a/blockchains/ethereum/assets/0xcf0C122c6b73ff809C693DB761e7BaeBe62b6a2E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcf17a46a463E55B366672807245397999592365c/info.json b/blockchains/ethereum/assets/0xcf17a46a463E55B366672807245397999592365c/info.json
deleted file mode 100644
index 27a6ed256b59b..0000000000000
--- a/blockchains/ethereum/assets/0xcf17a46a463E55B366672807245397999592365c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-22/30M22",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcf17a46a463E55B366672807245397999592365c",
- "status": "abandoned",
- "id": "0xcf17a46a463E55B366672807245397999592365c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcf17a46a463E55B366672807245397999592365c/logo.png b/blockchains/ethereum/assets/0xcf17a46a463E55B366672807245397999592365c/logo.png
deleted file mode 100644
index bade994848386..0000000000000
Binary files a/blockchains/ethereum/assets/0xcf17a46a463E55B366672807245397999592365c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcfAD57a67689809CdA997f655802a119838c9ceC/info.json b/blockchains/ethereum/assets/0xcfAD57a67689809CdA997f655802a119838c9ceC/info.json
deleted file mode 100644
index cbdcf59cbb20e..0000000000000
--- a/blockchains/ethereum/assets/0xcfAD57a67689809CdA997f655802a119838c9ceC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Benscoin",
- "symbol": "BSC",
- "type": "ERC20",
- "decimals": 7,
- "description": "Benscoin Crypto are made by Mr. Bens the businessman from Aceh, Indonesia, this Cryptoken are made for Investment for Economics in Aceh.",
- "website": "https://benscoin.org/",
- "explorer": "https://etherscan.io/token/0xcfAD57a67689809CdA997f655802a119838c9ceC",
- "status": "active",
- "id": "0xcfAD57a67689809CdA997f655802a119838c9ceC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcfAD57a67689809CdA997f655802a119838c9ceC/logo.png b/blockchains/ethereum/assets/0xcfAD57a67689809CdA997f655802a119838c9ceC/logo.png
deleted file mode 100644
index aebd28d01bacd..0000000000000
Binary files a/blockchains/ethereum/assets/0xcfAD57a67689809CdA997f655802a119838c9ceC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xcfCA01488643501CAb56d1855921c897D5EE4b1B/info.json b/blockchains/ethereum/assets/0xcfCA01488643501CAb56d1855921c897D5EE4b1B/info.json
deleted file mode 100644
index c5af1ab98b577..0000000000000
--- a/blockchains/ethereum/assets/0xcfCA01488643501CAb56d1855921c897D5EE4b1B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoin Inw ",
- "symbol": "BCW",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xcfCA01488643501CAb56d1855921c897D5EE4b1B",
- "status": "abandoned",
- "id": "0xcfCA01488643501CAb56d1855921c897D5EE4b1B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xcfCA01488643501CAb56d1855921c897D5EE4b1B/logo.png b/blockchains/ethereum/assets/0xcfCA01488643501CAb56d1855921c897D5EE4b1B/logo.png
deleted file mode 100644
index 992f979c67d83..0000000000000
Binary files a/blockchains/ethereum/assets/0xcfCA01488643501CAb56d1855921c897D5EE4b1B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd01409314aCb3b245CEa9500eCE3F6Fd4d70ea30/info.json b/blockchains/ethereum/assets/0xd01409314aCb3b245CEa9500eCE3F6Fd4d70ea30/info.json
deleted file mode 100644
index d74d4c88a9b9f..0000000000000
--- a/blockchains/ethereum/assets/0xd01409314aCb3b245CEa9500eCE3F6Fd4d70ea30/info.json
+++ /dev/null
@@ -1,61 +0,0 @@
-{
- "name": "LTO Network",
- "type": "ERC20",
- "symbol": "LTO",
- "decimals": 8,
- "website": "https://www.ltonetwork.com/",
- "description": "LTO Network is a layer-1 platform for decentralized identities, verifiable credentials and decentralized workflow applications, while maintaining data privacy and GDPR compliance.",
- "explorer": "https://etherscan.io/token/0xd01409314acb3b245cea9500ece3f6fd4d70ea30",
- "status": "active",
- "id": "0xd01409314aCb3b245CEa9500eCE3F6Fd4d70ea30",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/TheLTONetwork"
- },
- {
- "name": "github",
- "url": "https://github.com/ltonetwork/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/LTOnetwork"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/ltoinfo"
- },
- {
- "name": "blog",
- "url": "https://blog.ltonetwork.com/"
- },
- {
- "name": "docs",
- "url": "https://docs.ltonetwork.com/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/LTONetwork/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/TheLTONetwork"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCaHcF-xterKYTKSpY4xgKiw"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/lto-network/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/lto-network"
- },
- {
- "name": "whitepaper",
- "url": "https://ltonetwork.com/documents/LTO%20Network%20-%20Identities%20Paper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd01409314aCb3b245CEa9500eCE3F6Fd4d70ea30/logo.png b/blockchains/ethereum/assets/0xd01409314aCb3b245CEa9500eCE3F6Fd4d70ea30/logo.png
deleted file mode 100644
index 9737b417159c5..0000000000000
Binary files a/blockchains/ethereum/assets/0xd01409314aCb3b245CEa9500eCE3F6Fd4d70ea30/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd0207f76A97aD3779b7731ab1fc4cF926a508E87/info.json b/blockchains/ethereum/assets/0xd0207f76A97aD3779b7731ab1fc4cF926a508E87/info.json
deleted file mode 100644
index 3ed27310ac585..0000000000000
--- a/blockchains/ethereum/assets/0xd0207f76A97aD3779b7731ab1fc4cF926a508E87/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Digitrade Online",
- "symbol": "DTO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd0207f76A97aD3779b7731ab1fc4cF926a508E87",
- "status": "abandoned",
- "id": "0xd0207f76A97aD3779b7731ab1fc4cF926a508E87"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd0207f76A97aD3779b7731ab1fc4cF926a508E87/logo.png b/blockchains/ethereum/assets/0xd0207f76A97aD3779b7731ab1fc4cF926a508E87/logo.png
deleted file mode 100644
index 8588196387e56..0000000000000
Binary files a/blockchains/ethereum/assets/0xd0207f76A97aD3779b7731ab1fc4cF926a508E87/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd037a81B22e7F814bC6f87D50e5bd67d8c329Fa2/info.json b/blockchains/ethereum/assets/0xd037a81B22e7F814bC6f87D50e5bd67d8c329Fa2/info.json
deleted file mode 100644
index 0886b8cb21ab5..0000000000000
--- a/blockchains/ethereum/assets/0xd037a81B22e7F814bC6f87D50e5bd67d8c329Fa2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EMO tokens",
- "symbol": "EMO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd037a81B22e7F814bC6f87D50e5bd67d8c329Fa2",
- "status": "spam",
- "id": "0xd037a81B22e7F814bC6f87D50e5bd67d8c329Fa2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd037a81B22e7F814bC6f87D50e5bd67d8c329Fa2/logo.png b/blockchains/ethereum/assets/0xd037a81B22e7F814bC6f87D50e5bd67d8c329Fa2/logo.png
deleted file mode 100644
index 1745a853546cf..0000000000000
Binary files a/blockchains/ethereum/assets/0xd037a81B22e7F814bC6f87D50e5bd67d8c329Fa2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd0464A1985edB76Ba82602534a2d89d8cCf3B7Ec/info.json b/blockchains/ethereum/assets/0xd0464A1985edB76Ba82602534a2d89d8cCf3B7Ec/info.json
deleted file mode 100644
index d1c3876cb0611..0000000000000
--- a/blockchains/ethereum/assets/0xd0464A1985edB76Ba82602534a2d89d8cCf3B7Ec/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GlobalEdu",
- "symbol": "GEFT",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "https://globaledufoundation.org/",
- "explorer": "https://etherscan.io/token/0xd0464A1985edB76Ba82602534a2d89d8cCf3B7Ec",
- "status": "abandoned",
- "id": "0xd0464A1985edB76Ba82602534a2d89d8cCf3B7Ec"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd0464A1985edB76Ba82602534a2d89d8cCf3B7Ec/logo.png b/blockchains/ethereum/assets/0xd0464A1985edB76Ba82602534a2d89d8cCf3B7Ec/logo.png
deleted file mode 100644
index 100b1be231fea..0000000000000
Binary files a/blockchains/ethereum/assets/0xd0464A1985edB76Ba82602534a2d89d8cCf3B7Ec/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd0658324074D6249a51876438916f7C423075451/info.json b/blockchains/ethereum/assets/0xd0658324074D6249a51876438916f7C423075451/info.json
deleted file mode 100644
index 3b4937e62073b..0000000000000
--- a/blockchains/ethereum/assets/0xd0658324074D6249a51876438916f7C423075451/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Yearn Land",
- "website": "https://yland.finance",
- "description": "Yearn Land upgraded the old Yearn making some important adjustments in first layer protocols.",
- "explorer": "https://etherscan.io/token/0xd0658324074D6249a51876438916f7C423075451",
- "type": "ERC20",
- "symbol": "yLand",
- "decimals": 18,
- "status": "active",
- "id": "0xd0658324074D6249a51876438916f7C423075451",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ylandfinance/yLand-token/blob/master/yLand-token.sol"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.yland.finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd0658324074D6249a51876438916f7C423075451/logo.png b/blockchains/ethereum/assets/0xd0658324074D6249a51876438916f7C423075451/logo.png
deleted file mode 100644
index ee5dfca6fe9d8..0000000000000
Binary files a/blockchains/ethereum/assets/0xd0658324074D6249a51876438916f7C423075451/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd06D21Aa6F3fa754CEE7f9C720a8a826E8322328/info.json b/blockchains/ethereum/assets/0xd06D21Aa6F3fa754CEE7f9C720a8a826E8322328/info.json
deleted file mode 100644
index 7106e39b95534..0000000000000
--- a/blockchains/ethereum/assets/0xd06D21Aa6F3fa754CEE7f9C720a8a826E8322328/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TokenChain",
- "symbol": "TCT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd06D21Aa6F3fa754CEE7f9C720a8a826E8322328",
- "status": "abandoned",
- "id": "0xd06D21Aa6F3fa754CEE7f9C720a8a826E8322328"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd06D21Aa6F3fa754CEE7f9C720a8a826E8322328/logo.png b/blockchains/ethereum/assets/0xd06D21Aa6F3fa754CEE7f9C720a8a826E8322328/logo.png
deleted file mode 100644
index 42290953393e3..0000000000000
Binary files a/blockchains/ethereum/assets/0xd06D21Aa6F3fa754CEE7f9C720a8a826E8322328/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd07D9Fe2d2cc067015E2b4917D24933804f42cFA/info.json b/blockchains/ethereum/assets/0xd07D9Fe2d2cc067015E2b4917D24933804f42cFA/info.json
deleted file mode 100644
index 6272c6efa4800..0000000000000
--- a/blockchains/ethereum/assets/0xd07D9Fe2d2cc067015E2b4917D24933804f42cFA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tolar Token",
- "symbol": "TOL",
- "type": "ERC20",
- "decimals": 18,
- "description": "Tolar is an open source, community governed crypto-currency featuring scalable, fast, secure, and fair transactions.",
- "website": "https://www.tolar.io/",
- "explorer": "https://etherscan.io/token/0xd07D9Fe2d2cc067015E2b4917D24933804f42cFA",
- "status": "active",
- "id": "0xd07D9Fe2d2cc067015E2b4917D24933804f42cFA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd07D9Fe2d2cc067015E2b4917D24933804f42cFA/logo.png b/blockchains/ethereum/assets/0xd07D9Fe2d2cc067015E2b4917D24933804f42cFA/logo.png
deleted file mode 100644
index 0cbef8d1d60e6..0000000000000
Binary files a/blockchains/ethereum/assets/0xd07D9Fe2d2cc067015E2b4917D24933804f42cFA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd0834d08c83dbE216811AAea0EEfFb2349E57634/info.json b/blockchains/ethereum/assets/0xd0834d08c83dbE216811AAea0EEfFb2349E57634/info.json
deleted file mode 100644
index 431eaf52180be..0000000000000
--- a/blockchains/ethereum/assets/0xd0834d08c83dbE216811AAea0EEfFb2349E57634/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GreenCapTOKEN",
- "symbol": "GreenCap",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd0834d08c83dbE216811AAea0EEfFb2349E57634",
- "status": "abandoned",
- "id": "0xd0834d08c83dbE216811AAea0EEfFb2349E57634"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd0834d08c83dbE216811AAea0EEfFb2349E57634/logo.png b/blockchains/ethereum/assets/0xd0834d08c83dbE216811AAea0EEfFb2349E57634/logo.png
deleted file mode 100644
index 89c6213881455..0000000000000
Binary files a/blockchains/ethereum/assets/0xd0834d08c83dbE216811AAea0EEfFb2349E57634/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd084B83C305daFD76AE3E1b4E1F1fe2eCcCb3988/info.json b/blockchains/ethereum/assets/0xd084B83C305daFD76AE3E1b4E1F1fe2eCcCb3988/info.json
deleted file mode 100644
index e0f9e9be62440..0000000000000
--- a/blockchains/ethereum/assets/0xd084B83C305daFD76AE3E1b4E1F1fe2eCcCb3988/info.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "Terra Virtua Kolect",
- "website": "https://terravirtua.io",
- "description": "TVK is the fuel of Terra Virtua, opening up a whole world of privileges, experiences and opportunities. Use TVK to get exclusive NFTs, drops, discounts, staking and other privileges.",
- "explorer": "https://etherscan.io/token/0xd084b83c305dafd76ae3e1b4e1f1fe2ecccb3988",
- "research": "",
- "type": "ERC20",
- "symbol": "TVK",
- "decimals": 18,
- "status": "active",
- "id": "0xd084B83C305daFD76AE3E1b4E1F1fe2eCcCb3988",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/terra-virtua-kolect/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/terra_virtua"
- },
- {
- "name": "telegram",
- "url": "https://t.me/terravirtua"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd084B83C305daFD76AE3E1b4E1F1fe2eCcCb3988/logo.png b/blockchains/ethereum/assets/0xd084B83C305daFD76AE3E1b4E1F1fe2eCcCb3988/logo.png
deleted file mode 100644
index 919e25d68eebd..0000000000000
Binary files a/blockchains/ethereum/assets/0xd084B83C305daFD76AE3E1b4E1F1fe2eCcCb3988/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd08575F5F4DE7212123731088980D069CB75873D/info.json b/blockchains/ethereum/assets/0xd08575F5F4DE7212123731088980D069CB75873D/info.json
deleted file mode 100644
index 8b8a0b6ae1acb..0000000000000
--- a/blockchains/ethereum/assets/0xd08575F5F4DE7212123731088980D069CB75873D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BetSwap Token",
- "symbol": "BSWP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd08575F5F4DE7212123731088980D069CB75873D",
- "status": "abandoned",
- "id": "0xd08575F5F4DE7212123731088980D069CB75873D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd08575F5F4DE7212123731088980D069CB75873D/logo.png b/blockchains/ethereum/assets/0xd08575F5F4DE7212123731088980D069CB75873D/logo.png
deleted file mode 100644
index 73467ccb6b946..0000000000000
Binary files a/blockchains/ethereum/assets/0xd08575F5F4DE7212123731088980D069CB75873D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd0929d411954c47438dc1d871dd6081F5C5e149c/info.json b/blockchains/ethereum/assets/0xd0929d411954c47438dc1d871dd6081F5C5e149c/info.json
deleted file mode 100644
index def46c247a575..0000000000000
--- a/blockchains/ethereum/assets/0xd0929d411954c47438dc1d871dd6081F5C5e149c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Refereum",
- "symbol": "RFR",
- "type": "ERC20",
- "decimals": 4,
- "description": "Refereum uses the blockchain to directly connect developers and influencers, resulting in lower marketing costs and increased profits for everyone. In addition to more effective growth, Refereum strengthens engagement by offering cash prizes — enabling rewards for anything from an in-game high score to an eSports grand prize.",
- "website": "https://refereum.com/",
- "explorer": "https://etherscan.io/token/0xd0929d411954c47438dc1d871dd6081F5C5e149c",
- "status": "active",
- "id": "0xd0929d411954c47438dc1d871dd6081F5C5e149c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd0929d411954c47438dc1d871dd6081F5C5e149c/logo.png b/blockchains/ethereum/assets/0xd0929d411954c47438dc1d871dd6081F5C5e149c/logo.png
deleted file mode 100644
index 14dd46195c4f6..0000000000000
Binary files a/blockchains/ethereum/assets/0xd0929d411954c47438dc1d871dd6081F5C5e149c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd0983dD6a0334c71d0478255D1F794508026b888/info.json b/blockchains/ethereum/assets/0xd0983dD6a0334c71d0478255D1F794508026b888/info.json
deleted file mode 100644
index 45d2b9f8315e2..0000000000000
--- a/blockchains/ethereum/assets/0xd0983dD6a0334c71d0478255D1F794508026b888/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "EGG Protocol",
- "website": "https://cocoricos.io/",
- "description": "EGG Protocol is a suite of smart contracts focused on creating a simple way to generate rewards on various assets via best-in-class liquidity pools, soft staking, proof of stake (PoS) and airdrops.",
- "explorer": "https://etherscan.io/token/0xd0983dd6a0334c71d0478255d1f794508026b888",
- "type": "ERC20",
- "symbol": "EGG",
- "decimals": 18,
- "status": "active",
- "id": "0xd0983dD6a0334c71d0478255D1F794508026b888",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Cocoricos/EGG"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd0983dD6a0334c71d0478255D1F794508026b888/logo.png b/blockchains/ethereum/assets/0xd0983dD6a0334c71d0478255D1F794508026b888/logo.png
deleted file mode 100644
index 580b2caa17cf0..0000000000000
Binary files a/blockchains/ethereum/assets/0xd0983dD6a0334c71d0478255D1F794508026b888/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd09B4a4Cc6F092959478C693F3933cD27dA75244/info.json b/blockchains/ethereum/assets/0xd09B4a4Cc6F092959478C693F3933cD27dA75244/info.json
deleted file mode 100644
index 55d815b7ddc8a..0000000000000
--- a/blockchains/ethereum/assets/0xd09B4a4Cc6F092959478C693F3933cD27dA75244/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Compound Zai",
- "symbol": "cZAI",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd09B4a4Cc6F092959478C693F3933cD27dA75244",
- "status": "abandoned",
- "id": "0xd09B4a4Cc6F092959478C693F3933cD27dA75244"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd09B4a4Cc6F092959478C693F3933cD27dA75244/logo.png b/blockchains/ethereum/assets/0xd09B4a4Cc6F092959478C693F3933cD27dA75244/logo.png
deleted file mode 100644
index 1b01aabe9868f..0000000000000
Binary files a/blockchains/ethereum/assets/0xd09B4a4Cc6F092959478C693F3933cD27dA75244/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd0Df3b1Cf729A29B7404c40D61C750008E631bA7/info.json b/blockchains/ethereum/assets/0xd0Df3b1Cf729A29B7404c40D61C750008E631bA7/info.json
deleted file mode 100644
index 21f5b6519fb2d..0000000000000
--- a/blockchains/ethereum/assets/0xd0Df3b1Cf729A29B7404c40D61C750008E631bA7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rug",
- "website": "http://rug.money",
- "description": "Rug is a deflationary ERC-20 token that incentivizes staking and viral marketing, ensuring that risktakers are rewarded through dividends and access to the pool's liquidity.",
- "explorer": "https://etherscan.io/token/0xd0Df3b1Cf729A29B7404c40D61C750008E631bA7",
- "type": "ERC20",
- "symbol": "RUG",
- "decimals": 18,
- "status": "active",
- "id": "0xd0Df3b1Cf729A29B7404c40D61C750008E631bA7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd0Df3b1Cf729A29B7404c40D61C750008E631bA7/logo.png b/blockchains/ethereum/assets/0xd0Df3b1Cf729A29B7404c40D61C750008E631bA7/logo.png
deleted file mode 100644
index ea3ff2144a1fb..0000000000000
Binary files a/blockchains/ethereum/assets/0xd0Df3b1Cf729A29B7404c40D61C750008E631bA7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd0c59798F986d333554688cD667033d469C2398e/info.json b/blockchains/ethereum/assets/0xd0c59798F986d333554688cD667033d469C2398e/info.json
deleted file mode 100644
index 2f3a45a73c184..0000000000000
--- a/blockchains/ethereum/assets/0xd0c59798F986d333554688cD667033d469C2398e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YMEN",
- "website": "https://ymen.finance",
- "description": "YMEN token is deflationary, and it's used to farm Mutant token that is the governance token that can be sold into YMEN/MUTANT pool.",
- "explorer": "https://etherscan.io/token/0xd0c59798F986d333554688cD667033d469C2398e",
- "type": "ERC20",
- "symbol": "YMEN",
- "decimals": 18,
- "status": "active",
- "id": "0xd0c59798F986d333554688cD667033d469C2398e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd0c59798F986d333554688cD667033d469C2398e/logo.png b/blockchains/ethereum/assets/0xd0c59798F986d333554688cD667033d469C2398e/logo.png
deleted file mode 100644
index e7fcd78e0c04b..0000000000000
Binary files a/blockchains/ethereum/assets/0xd0c59798F986d333554688cD667033d469C2398e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd111BCb8C30a600c12F4AF8314235F628EA2Cb3C/info.json b/blockchains/ethereum/assets/0xd111BCb8C30a600c12F4AF8314235F628EA2Cb3C/info.json
deleted file mode 100644
index aba9c67b88cf7..0000000000000
--- a/blockchains/ethereum/assets/0xd111BCb8C30a600c12F4AF8314235F628EA2Cb3C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Webflix Token",
- "symbol": "WFX",
- "type": "ERC20",
- "decimals": 18,
- "description": "Webflix describes itself as a blockchain-based broadcasting platform that connects broadcasters with users.",
- "website": "http://www.webflix.io",
- "explorer": "https://etherscan.io/token/0xd111BCb8C30a600c12F4AF8314235F628EA2Cb3C",
- "status": "active",
- "id": "0xd111BCb8C30a600c12F4AF8314235F628EA2Cb3C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd111BCb8C30a600c12F4AF8314235F628EA2Cb3C/logo.png b/blockchains/ethereum/assets/0xd111BCb8C30a600c12F4AF8314235F628EA2Cb3C/logo.png
deleted file mode 100644
index 7cb5c9d85f86d..0000000000000
Binary files a/blockchains/ethereum/assets/0xd111BCb8C30a600c12F4AF8314235F628EA2Cb3C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd152C6AABF7B6736bb345A2e3E8E1E956241fdb1/info.json b/blockchains/ethereum/assets/0xd152C6AABF7B6736bb345A2e3E8E1E956241fdb1/info.json
deleted file mode 100644
index 8b2a490f47bb4..0000000000000
--- a/blockchains/ethereum/assets/0xd152C6AABF7B6736bb345A2e3E8E1E956241fdb1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Xena",
- "symbol": "XENA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd152C6AABF7B6736bb345A2e3E8E1E956241fdb1",
- "status": "abandoned",
- "id": "0xd152C6AABF7B6736bb345A2e3E8E1E956241fdb1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd152C6AABF7B6736bb345A2e3E8E1E956241fdb1/logo.png b/blockchains/ethereum/assets/0xd152C6AABF7B6736bb345A2e3E8E1E956241fdb1/logo.png
deleted file mode 100644
index dc7dccb0e1e26..0000000000000
Binary files a/blockchains/ethereum/assets/0xd152C6AABF7B6736bb345A2e3E8E1E956241fdb1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd156a737eea5B2Bc7b6Ef6BF96F3DCc42447B55f/info.json b/blockchains/ethereum/assets/0xd156a737eea5B2Bc7b6Ef6BF96F3DCc42447B55f/info.json
deleted file mode 100644
index ce3a5ec13699a..0000000000000
--- a/blockchains/ethereum/assets/0xd156a737eea5B2Bc7b6Ef6BF96F3DCc42447B55f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Metrin Data Platform",
- "symbol": "MDP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd156a737eea5B2Bc7b6Ef6BF96F3DCc42447B55f",
- "status": "abandoned",
- "id": "0xd156a737eea5B2Bc7b6Ef6BF96F3DCc42447B55f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd156a737eea5B2Bc7b6Ef6BF96F3DCc42447B55f/logo.png b/blockchains/ethereum/assets/0xd156a737eea5B2Bc7b6Ef6BF96F3DCc42447B55f/logo.png
deleted file mode 100644
index bcd21fdaac67f..0000000000000
Binary files a/blockchains/ethereum/assets/0xd156a737eea5B2Bc7b6Ef6BF96F3DCc42447B55f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd15EB3e486AAdF5e77244f7732a3C5Fc8Fa44Ec0/info.json b/blockchains/ethereum/assets/0xd15EB3e486AAdF5e77244f7732a3C5Fc8Fa44Ec0/info.json
deleted file mode 100644
index aa8c31eee88f1..0000000000000
--- a/blockchains/ethereum/assets/0xd15EB3e486AAdF5e77244f7732a3C5Fc8Fa44Ec0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Long ETH-WBTC 2x v2",
- "symbol": "LETHwBTC2x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd15EB3e486AAdF5e77244f7732a3C5Fc8Fa44Ec0",
- "status": "abandoned",
- "id": "0xd15EB3e486AAdF5e77244f7732a3C5Fc8Fa44Ec0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd15EB3e486AAdF5e77244f7732a3C5Fc8Fa44Ec0/logo.png b/blockchains/ethereum/assets/0xd15EB3e486AAdF5e77244f7732a3C5Fc8Fa44Ec0/logo.png
deleted file mode 100644
index d035a8e395272..0000000000000
Binary files a/blockchains/ethereum/assets/0xd15EB3e486AAdF5e77244f7732a3C5Fc8Fa44Ec0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd15eCDCF5Ea68e3995b2D0527A0aE0a3258302F8/info.json b/blockchains/ethereum/assets/0xd15eCDCF5Ea68e3995b2D0527A0aE0a3258302F8/info.json
deleted file mode 100644
index df2c83ae491a9..0000000000000
--- a/blockchains/ethereum/assets/0xd15eCDCF5Ea68e3995b2D0527A0aE0a3258302F8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MachiX Token",
- "symbol": "MCX",
- "type": "ERC20",
- "decimals": 18,
- "description": "Machi X claims to be a collective of artists and patrons, curating and trading digital art. The Machi X DAO is a member-directed organization where members pool resources, create proposals to improve Machi X, and approve governance changes for the Machi X ecosystem.",
- "website": "https://machix.com/",
- "explorer": "https://etherscan.io/token/0xd15eCDCF5Ea68e3995b2D0527A0aE0a3258302F8",
- "status": "active",
- "id": "0xd15eCDCF5Ea68e3995b2D0527A0aE0a3258302F8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd15eCDCF5Ea68e3995b2D0527A0aE0a3258302F8/logo.png b/blockchains/ethereum/assets/0xd15eCDCF5Ea68e3995b2D0527A0aE0a3258302F8/logo.png
deleted file mode 100644
index 7e77024fd7879..0000000000000
Binary files a/blockchains/ethereum/assets/0xd15eCDCF5Ea68e3995b2D0527A0aE0a3258302F8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd18C0586A6FbB922489e33A55b494650A41BC5bB/info.json b/blockchains/ethereum/assets/0xd18C0586A6FbB922489e33A55b494650A41BC5bB/info.json
deleted file mode 100644
index 25a004ebc4b55..0000000000000
--- a/blockchains/ethereum/assets/0xd18C0586A6FbB922489e33A55b494650A41BC5bB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-7/30M37",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd18C0586A6FbB922489e33A55b494650A41BC5bB",
- "status": "spam",
- "id": "0xd18C0586A6FbB922489e33A55b494650A41BC5bB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd18C0586A6FbB922489e33A55b494650A41BC5bB/logo.png b/blockchains/ethereum/assets/0xd18C0586A6FbB922489e33A55b494650A41BC5bB/logo.png
deleted file mode 100644
index 4bc187e27a281..0000000000000
Binary files a/blockchains/ethereum/assets/0xd18C0586A6FbB922489e33A55b494650A41BC5bB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd19e0D42973fB89c619a83883D7Bf454A6052827/info.json b/blockchains/ethereum/assets/0xd19e0D42973fB89c619a83883D7Bf454A6052827/info.json
deleted file mode 100644
index 7ed0164df77bb..0000000000000
--- a/blockchains/ethereum/assets/0xd19e0D42973fB89c619a83883D7Bf454A6052827/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vectro Network",
- "symbol": "VCTN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd19e0D42973fB89c619a83883D7Bf454A6052827",
- "status": "abandoned",
- "id": "0xd19e0D42973fB89c619a83883D7Bf454A6052827"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd19e0D42973fB89c619a83883D7Bf454A6052827/logo.png b/blockchains/ethereum/assets/0xd19e0D42973fB89c619a83883D7Bf454A6052827/logo.png
deleted file mode 100644
index a9899f2549688..0000000000000
Binary files a/blockchains/ethereum/assets/0xd19e0D42973fB89c619a83883D7Bf454A6052827/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd1AFBCCC9A2c2187ea544363B986EA0AB6EF08B5/info.json b/blockchains/ethereum/assets/0xd1AFBCCC9A2c2187ea544363B986EA0AB6EF08B5/info.json
deleted file mode 100644
index 80cf97181a0d5..0000000000000
--- a/blockchains/ethereum/assets/0xd1AFBCCC9A2c2187ea544363B986EA0AB6EF08B5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethereum Yield",
- "website": "https://ethereumyield.farm",
- "description": "ETHY describes itself as Ethereum's powerful yield farming coin. ETHY's vault smart-contract executes strategies to maximize APY, reward holders, and punish weak-hands.",
- "explorer": "https://etherscan.io/token/0xd1AFBCCC9A2c2187ea544363B986EA0AB6EF08B5",
- "type": "ERC20",
- "symbol": "ETHY",
- "decimals": 18,
- "status": "active",
- "id": "0xd1AFBCCC9A2c2187ea544363B986EA0AB6EF08B5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd1AFBCCC9A2c2187ea544363B986EA0AB6EF08B5/logo.png b/blockchains/ethereum/assets/0xd1AFBCCC9A2c2187ea544363B986EA0AB6EF08B5/logo.png
deleted file mode 100644
index 9db98e48ff0b1..0000000000000
Binary files a/blockchains/ethereum/assets/0xd1AFBCCC9A2c2187ea544363B986EA0AB6EF08B5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd1B183f425F7E6A0C83aB1cd84cFDE2d84Ba049d/info.json b/blockchains/ethereum/assets/0xd1B183f425F7E6A0C83aB1cd84cFDE2d84Ba049d/info.json
deleted file mode 100644
index 59c32af81cf61..0000000000000
--- a/blockchains/ethereum/assets/0xd1B183f425F7E6A0C83aB1cd84cFDE2d84Ba049d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tingles",
- "symbol": "TING",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd1B183f425F7E6A0C83aB1cd84cFDE2d84Ba049d",
- "status": "abandoned",
- "id": "0xd1B183f425F7E6A0C83aB1cd84cFDE2d84Ba049d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd1B183f425F7E6A0C83aB1cd84cFDE2d84Ba049d/logo.png b/blockchains/ethereum/assets/0xd1B183f425F7E6A0C83aB1cd84cFDE2d84Ba049d/logo.png
deleted file mode 100644
index c07127cc5d882..0000000000000
Binary files a/blockchains/ethereum/assets/0xd1B183f425F7E6A0C83aB1cd84cFDE2d84Ba049d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd1F1c5Ff90Fb6F3b0D57F5f6AD4AAF7400F4B39b/info.json b/blockchains/ethereum/assets/0xd1F1c5Ff90Fb6F3b0D57F5f6AD4AAF7400F4B39b/info.json
deleted file mode 100644
index 494b07218bd6d..0000000000000
--- a/blockchains/ethereum/assets/0xd1F1c5Ff90Fb6F3b0D57F5f6AD4AAF7400F4B39b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EXtereum",
- "symbol": "EX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd1F1c5Ff90Fb6F3b0D57F5f6AD4AAF7400F4B39b",
- "status": "abandoned",
- "id": "0xd1F1c5Ff90Fb6F3b0D57F5f6AD4AAF7400F4B39b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd1F1c5Ff90Fb6F3b0D57F5f6AD4AAF7400F4B39b/logo.png b/blockchains/ethereum/assets/0xd1F1c5Ff90Fb6F3b0D57F5f6AD4AAF7400F4B39b/logo.png
deleted file mode 100644
index 0aa7d1a294405..0000000000000
Binary files a/blockchains/ethereum/assets/0xd1F1c5Ff90Fb6F3b0D57F5f6AD4AAF7400F4B39b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd1F579cc0a5405D7610346b371371bEd1528D18b/info.json b/blockchains/ethereum/assets/0xd1F579cc0a5405D7610346b371371bEd1528D18b/info.json
deleted file mode 100644
index eea68d59bc495..0000000000000
--- a/blockchains/ethereum/assets/0xd1F579cc0a5405D7610346b371371bEd1528D18b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SAHARA",
- "symbol": "IMG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd1F579cc0a5405D7610346b371371bEd1528D18b",
- "status": "abandoned",
- "id": "0xd1F579cc0a5405D7610346b371371bEd1528D18b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd1F579cc0a5405D7610346b371371bEd1528D18b/logo.png b/blockchains/ethereum/assets/0xd1F579cc0a5405D7610346b371371bEd1528D18b/logo.png
deleted file mode 100644
index 58c278059289c..0000000000000
Binary files a/blockchains/ethereum/assets/0xd1F579cc0a5405D7610346b371371bEd1528D18b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd1d2Eb1B1e90B638588728b4130137D262C87cae/info.json b/blockchains/ethereum/assets/0xd1d2Eb1B1e90B638588728b4130137D262C87cae/info.json
deleted file mode 100644
index 4ad6347443e4a..0000000000000
--- a/blockchains/ethereum/assets/0xd1d2Eb1B1e90B638588728b4130137D262C87cae/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Gala",
- "website": "https://gala.games",
- "description": "GALA is the utility token powering the Gala Games ecosystem.",
- "explorer": "https://etherscan.io/token/0xd1d2Eb1B1e90B638588728b4130137D262C87cae",
- "type": "ERC20",
- "symbol": "GALA",
- "decimals": 8,
- "status": "active",
- "id": "0xd1d2Eb1B1e90B638588728b4130137D262C87cae",
- "tags": [
- "nft",
- "gamefi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/GoGalaGames"
- },
- {
- "name": "telegram",
- "url": "https://t.me/GoGalaGames"
- },
- {
- "name": "discord",
- "url": "https://discord.com/GoGalaGames"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/GoGalaGames"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/GoGalaGames"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd1d2Eb1B1e90B638588728b4130137D262C87cae/logo.png b/blockchains/ethereum/assets/0xd1d2Eb1B1e90B638588728b4130137D262C87cae/logo.png
deleted file mode 100644
index 2467cb033db32..0000000000000
Binary files a/blockchains/ethereum/assets/0xd1d2Eb1B1e90B638588728b4130137D262C87cae/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd1e2d5085b39B80C9948AeB1b9aA83AF6756bcc5/info.json b/blockchains/ethereum/assets/0xd1e2d5085b39B80C9948AeB1b9aA83AF6756bcc5/info.json
deleted file mode 100644
index 465bf63118e0c..0000000000000
--- a/blockchains/ethereum/assets/0xd1e2d5085b39B80C9948AeB1b9aA83AF6756bcc5/info.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "Wrapped Oxen",
- "website": "https://oxen.io",
- "description": "Oxen is a private cryptocurrency with an incentivised service node network. The decentralised service node network is leveraged to create a whole suite of privacy tools including an anonymous private messenger (Session) and an anonymous onion router (Lokinet).",
- "explorer": "https://etherscan.io/token/0xd1e2d5085b39b80c9948aeb1b9aa83af6756bcc5",
- "research": "",
- "type": "ERC20",
- "symbol": "wOXEN",
- "decimals": 9,
- "status": "active",
- "id": "0xd1e2d5085b39B80C9948AeB1b9aA83AF6756bcc5",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/oxen-io/oxen-core"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Oxen_io"
- },
- {
- "name": "whitepaper",
- "url": "https://loki.network/wp-content/uploads/2018/10/LokiWhitepaperV3_1.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd1e2d5085b39B80C9948AeB1b9aA83AF6756bcc5/logo.png b/blockchains/ethereum/assets/0xd1e2d5085b39B80C9948AeB1b9aA83AF6756bcc5/logo.png
deleted file mode 100644
index f3147dfb37ef8..0000000000000
Binary files a/blockchains/ethereum/assets/0xd1e2d5085b39B80C9948AeB1b9aA83AF6756bcc5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd234BF2410a0009dF9c3C63b610c09738f18ccD7/info.json b/blockchains/ethereum/assets/0xd234BF2410a0009dF9c3C63b610c09738f18ccD7/info.json
deleted file mode 100644
index a28bb037a1532..0000000000000
--- a/blockchains/ethereum/assets/0xd234BF2410a0009dF9c3C63b610c09738f18ccD7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dynamic Trading Rights",
- "symbol": "DTR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.tokens.net/",
- "explorer": "https://etherscan.io/token/0xd234BF2410a0009dF9c3C63b610c09738f18ccD7",
- "status": "abandoned",
- "id": "0xd234BF2410a0009dF9c3C63b610c09738f18ccD7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd234BF2410a0009dF9c3C63b610c09738f18ccD7/logo.png b/blockchains/ethereum/assets/0xd234BF2410a0009dF9c3C63b610c09738f18ccD7/logo.png
deleted file mode 100644
index a4d9585ee6d02..0000000000000
Binary files a/blockchains/ethereum/assets/0xd234BF2410a0009dF9c3C63b610c09738f18ccD7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd248B0D48E44aaF9c49aea0312be7E13a6dc1468/info.json b/blockchains/ethereum/assets/0xd248B0D48E44aaF9c49aea0312be7E13a6dc1468/info.json
deleted file mode 100644
index 44f45eaaf4cd5..0000000000000
--- a/blockchains/ethereum/assets/0xd248B0D48E44aaF9c49aea0312be7E13a6dc1468/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Status Genesis Token",
- "symbol": "SGT",
- "type": "ERC20",
- "decimals": 1,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd248B0D48E44aaF9c49aea0312be7E13a6dc1468",
- "status": "abandoned",
- "id": "0xd248B0D48E44aaF9c49aea0312be7E13a6dc1468"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd248B0D48E44aaF9c49aea0312be7E13a6dc1468/logo.png b/blockchains/ethereum/assets/0xd248B0D48E44aaF9c49aea0312be7E13a6dc1468/logo.png
deleted file mode 100644
index 3e429d690c6e8..0000000000000
Binary files a/blockchains/ethereum/assets/0xd248B0D48E44aaF9c49aea0312be7E13a6dc1468/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd24DFf6117936B6ff97108CF26c1dD8865743d87/info.json b/blockchains/ethereum/assets/0xd24DFf6117936B6ff97108CF26c1dD8865743d87/info.json
deleted file mode 100644
index 6b76406e39c05..0000000000000
--- a/blockchains/ethereum/assets/0xd24DFf6117936B6ff97108CF26c1dD8865743d87/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Medium Token",
- "symbol": "MDM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://themedium.io/en/index.do",
- "explorer": "https://etherscan.io/token/0xd24DFf6117936B6ff97108CF26c1dD8865743d87",
- "status": "abandoned",
- "id": "0xd24DFf6117936B6ff97108CF26c1dD8865743d87"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd24DFf6117936B6ff97108CF26c1dD8865743d87/logo.png b/blockchains/ethereum/assets/0xd24DFf6117936B6ff97108CF26c1dD8865743d87/logo.png
deleted file mode 100644
index cd7b98657391a..0000000000000
Binary files a/blockchains/ethereum/assets/0xd24DFf6117936B6ff97108CF26c1dD8865743d87/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd2567afbA8704547466d32336A23777232AE18cA/info.json b/blockchains/ethereum/assets/0xd2567afbA8704547466d32336A23777232AE18cA/info.json
deleted file mode 100644
index 5ed4e72edea48..0000000000000
--- a/blockchains/ethereum/assets/0xd2567afbA8704547466d32336A23777232AE18cA/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "TelFx",
- "website": "https://telfx.io/",
- "description": "TelFx is a commission-free futures exchange with its own native cryptocurrency, the TelFx token.",
- "explorer": "https://etherscan.io/token/0xd2567afbA8704547466d32336A23777232AE18cA",
- "type": "ERC20",
- "symbol": "TelFx",
- "decimals": 18,
- "status": "active",
- "id": "0xd2567afbA8704547466d32336A23777232AE18cA",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://telfx.io/white-paper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd2567afbA8704547466d32336A23777232AE18cA/logo.png b/blockchains/ethereum/assets/0xd2567afbA8704547466d32336A23777232AE18cA/logo.png
deleted file mode 100644
index 76f172f7c1342..0000000000000
Binary files a/blockchains/ethereum/assets/0xd2567afbA8704547466d32336A23777232AE18cA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd26114cd6EE289AccF82350c8d8487fedB8A0C07/info.json b/blockchains/ethereum/assets/0xd26114cd6EE289AccF82350c8d8487fedB8A0C07/info.json
deleted file mode 100644
index 62f6bef92dc77..0000000000000
--- a/blockchains/ethereum/assets/0xd26114cd6EE289AccF82350c8d8487fedB8A0C07/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "OMG Network",
- "website": "https://omg.network",
- "description": "OMG Network, formerly known as OmiseGO, is a non-custodial, layer-2 scaling solution built for the Ethereum blockchain. As an Ethereum scaling solution, OMG Network is designed to allow users to transfer ETH and ERC-20 tokens significantly faster and cheaper than when transacting directly on the Ethereum network.",
- "explorer": "https://etherscan.io/token/0xd26114cd6EE289AccF82350c8d8487fedB8A0C07",
- "type": "ERC20",
- "symbol": "OMG",
- "decimals": 18,
- "status": "active",
- "id": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/omgnetwork"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/omgnetworkhq"
- },
- {
- "name": "blog",
- "url": "https://omg.network/blog"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/omgnetworkhq"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/omisego/"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.omg.network/"
- },
- {
- "name": "source_code",
- "url": "https://github.com/omgnetwork"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd26114cd6EE289AccF82350c8d8487fedB8A0C07/logo.png b/blockchains/ethereum/assets/0xd26114cd6EE289AccF82350c8d8487fedB8A0C07/logo.png
deleted file mode 100644
index 66536e8a00a36..0000000000000
Binary files a/blockchains/ethereum/assets/0xd26114cd6EE289AccF82350c8d8487fedB8A0C07/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd26a9C3437f7D121098c8C05C7413F5Cc70BB070/info.json b/blockchains/ethereum/assets/0xd26a9C3437f7D121098c8C05C7413F5Cc70BB070/info.json
deleted file mode 100644
index e6cfd46cb96a0..0000000000000
--- a/blockchains/ethereum/assets/0xd26a9C3437f7D121098c8C05C7413F5Cc70BB070/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Azuma coin",
- "website": "https://azumacoin.io/",
- "description": "Azuma Games is a crypto game development company striving to integrate AAA graphics, exciting game-play, and crypto rewards. Azuma Coin is our native token.",
- "explorer": "https://etherscan.io/token/0xd26a9C3437f7D121098c8C05C7413F5Cc70BB070",
- "type": "ERC20",
- "symbol": "AZUM",
- "decimals": 18,
- "status": "active",
- "id": "0xd26a9C3437f7D121098c8C05C7413F5Cc70BB070",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/GamesAzuma"
- },
- {
- "name": "telegram",
- "url": "https://t.me/azumagames"
- },
- {
- "name": "whitepaper",
- "url": "https://www.azumacoin.io/static/Azuma_WP_Sep17-2b944767e8ac9abe89bd3ae0fdf6cfa1.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd26a9C3437f7D121098c8C05C7413F5Cc70BB070/logo.png b/blockchains/ethereum/assets/0xd26a9C3437f7D121098c8C05C7413F5Cc70BB070/logo.png
deleted file mode 100644
index 83f9c09ef6dfe..0000000000000
Binary files a/blockchains/ethereum/assets/0xd26a9C3437f7D121098c8C05C7413F5Cc70BB070/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd2877702675e6cEb975b4A1dFf9fb7BAF4C91ea9/info.json b/blockchains/ethereum/assets/0xd2877702675e6cEb975b4A1dFf9fb7BAF4C91ea9/info.json
deleted file mode 100644
index 36352113cddac..0000000000000
--- a/blockchains/ethereum/assets/0xd2877702675e6cEb975b4A1dFf9fb7BAF4C91ea9/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Terra",
- "website": "https://terra.money",
- "description": "Luna is the native staking token recognized by the Terra protocol.",
- "explorer": "https://etherscan.io/token/0xd2877702675e6cEb975b4A1dFf9fb7BAF4C91ea9",
- "type": "ERC20",
- "symbol": "LUNA",
- "decimals": 18,
- "status": "active",
- "id": "0xd2877702675e6cEb975b4A1dFf9fb7BAF4C91ea9",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/TerraMoney"
- },
- {
- "name": "telegram",
- "url": "https://t.me/terra_announcements"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/bYfyhUT"
- },
- {
- "name": "medium",
- "url": "https://medium.com/terra-money"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd2877702675e6cEb975b4A1dFf9fb7BAF4C91ea9/logo.png b/blockchains/ethereum/assets/0xd2877702675e6cEb975b4A1dFf9fb7BAF4C91ea9/logo.png
deleted file mode 100644
index f111bbe10e939..0000000000000
Binary files a/blockchains/ethereum/assets/0xd2877702675e6cEb975b4A1dFf9fb7BAF4C91ea9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd287beD5c9CdB8f8792b398Aa2A159E90e468FE8/info.json b/blockchains/ethereum/assets/0xd287beD5c9CdB8f8792b398Aa2A159E90e468FE8/info.json
deleted file mode 100644
index de76be675fc23..0000000000000
--- a/blockchains/ethereum/assets/0xd287beD5c9CdB8f8792b398Aa2A159E90e468FE8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PYRAMIDOS",
- "symbol": "PIR",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd287beD5c9CdB8f8792b398Aa2A159E90e468FE8",
- "status": "abandoned",
- "id": "0xd287beD5c9CdB8f8792b398Aa2A159E90e468FE8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd287beD5c9CdB8f8792b398Aa2A159E90e468FE8/logo.png b/blockchains/ethereum/assets/0xd287beD5c9CdB8f8792b398Aa2A159E90e468FE8/logo.png
deleted file mode 100644
index d41faacf8cd95..0000000000000
Binary files a/blockchains/ethereum/assets/0xd287beD5c9CdB8f8792b398Aa2A159E90e468FE8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd28cFec79dB8d0A225767D06140aee280718AB7E/info.json b/blockchains/ethereum/assets/0xd28cFec79dB8d0A225767D06140aee280718AB7E/info.json
deleted file mode 100644
index 6cd44ba777f26..0000000000000
--- a/blockchains/ethereum/assets/0xd28cFec79dB8d0A225767D06140aee280718AB7E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BIZKEY",
- "symbol": "BZKY",
- "type": "ERC20",
- "decimals": 16,
- "description": "-",
- "website": "https://bizkey.io",
- "explorer": "https://etherscan.io/token/0xd28cFec79dB8d0A225767D06140aee280718AB7E",
- "status": "abandoned",
- "id": "0xd28cFec79dB8d0A225767D06140aee280718AB7E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd28cFec79dB8d0A225767D06140aee280718AB7E/logo.png b/blockchains/ethereum/assets/0xd28cFec79dB8d0A225767D06140aee280718AB7E/logo.png
deleted file mode 100644
index e4fa4ab2a7301..0000000000000
Binary files a/blockchains/ethereum/assets/0xd28cFec79dB8d0A225767D06140aee280718AB7E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd2946be786F35c3Cc402C29b323647aBda799071/info.json b/blockchains/ethereum/assets/0xd2946be786F35c3Cc402C29b323647aBda799071/info.json
deleted file mode 100644
index 47ff1123a9f8d..0000000000000
--- a/blockchains/ethereum/assets/0xd2946be786F35c3Cc402C29b323647aBda799071/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vikky Token",
- "symbol": "VIKKY",
- "type": "ERC20",
- "decimals": 8,
- "description": "VikkyToken (VIKKY) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://ico.vikky.io",
- "explorer": "https://etherscan.io/token/0xd2946be786F35c3Cc402C29b323647aBda799071",
- "status": "active",
- "id": "0xd2946be786F35c3Cc402C29b323647aBda799071"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd2946be786F35c3Cc402C29b323647aBda799071/logo.png b/blockchains/ethereum/assets/0xd2946be786F35c3Cc402C29b323647aBda799071/logo.png
deleted file mode 100644
index 3f6eb73d7825b..0000000000000
Binary files a/blockchains/ethereum/assets/0xd2946be786F35c3Cc402C29b323647aBda799071/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd2A1d068bAAC0B06a8e2b1dc924a43D81a6Da325/info.json b/blockchains/ethereum/assets/0xd2A1d068bAAC0B06a8e2b1dc924a43D81a6Da325/info.json
deleted file mode 100644
index 435cdff2ebd21..0000000000000
--- a/blockchains/ethereum/assets/0xd2A1d068bAAC0B06a8e2b1dc924a43D81a6Da325/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Short ETH-DAI v2",
- "symbol": "dsETH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd2A1d068bAAC0B06a8e2b1dc924a43D81a6Da325",
- "status": "abandoned",
- "id": "0xd2A1d068bAAC0B06a8e2b1dc924a43D81a6Da325"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd2A1d068bAAC0B06a8e2b1dc924a43D81a6Da325/logo.png b/blockchains/ethereum/assets/0xd2A1d068bAAC0B06a8e2b1dc924a43D81a6Da325/logo.png
deleted file mode 100644
index 2128b2eecf60e..0000000000000
Binary files a/blockchains/ethereum/assets/0xd2A1d068bAAC0B06a8e2b1dc924a43D81a6Da325/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd2Bfec3f80b7D966D7657A2ecC5982EE2f49336A/info.json b/blockchains/ethereum/assets/0xd2Bfec3f80b7D966D7657A2ecC5982EE2f49336A/info.json
deleted file mode 100644
index 6b6639f41878f..0000000000000
--- a/blockchains/ethereum/assets/0xd2Bfec3f80b7D966D7657A2ecC5982EE2f49336A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gosama",
- "symbol": "GOS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd2Bfec3f80b7D966D7657A2ecC5982EE2f49336A",
- "status": "abandoned",
- "id": "0xd2Bfec3f80b7D966D7657A2ecC5982EE2f49336A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd2Bfec3f80b7D966D7657A2ecC5982EE2f49336A/logo.png b/blockchains/ethereum/assets/0xd2Bfec3f80b7D966D7657A2ecC5982EE2f49336A/logo.png
deleted file mode 100644
index 554092e3876a0..0000000000000
Binary files a/blockchains/ethereum/assets/0xd2Bfec3f80b7D966D7657A2ecC5982EE2f49336A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd2C6738D45b090ec05210fE8DCeEF4D8fc392892/info.json b/blockchains/ethereum/assets/0xd2C6738D45b090ec05210fE8DCeEF4D8fc392892/info.json
deleted file mode 100644
index bfe662879178a..0000000000000
--- a/blockchains/ethereum/assets/0xd2C6738D45b090ec05210fE8DCeEF4D8fc392892/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PointSet",
- "symbol": "SET",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd2C6738D45b090ec05210fE8DCeEF4D8fc392892",
- "status": "abandoned",
- "id": "0xd2C6738D45b090ec05210fE8DCeEF4D8fc392892"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd2C6738D45b090ec05210fE8DCeEF4D8fc392892/logo.png b/blockchains/ethereum/assets/0xd2C6738D45b090ec05210fE8DCeEF4D8fc392892/logo.png
deleted file mode 100644
index 04c2660b571ae..0000000000000
Binary files a/blockchains/ethereum/assets/0xd2C6738D45b090ec05210fE8DCeEF4D8fc392892/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd2D762335Cf27eFC747a904cDAE33E5AdceB43AC/info.json b/blockchains/ethereum/assets/0xd2D762335Cf27eFC747a904cDAE33E5AdceB43AC/info.json
deleted file mode 100644
index 3b51639f84f5c..0000000000000
--- a/blockchains/ethereum/assets/0xd2D762335Cf27eFC747a904cDAE33E5AdceB43AC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R805398",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd2D762335Cf27eFC747a904cDAE33E5AdceB43AC",
- "status": "abandoned",
- "id": "0xd2D762335Cf27eFC747a904cDAE33E5AdceB43AC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd2D762335Cf27eFC747a904cDAE33E5AdceB43AC/logo.png b/blockchains/ethereum/assets/0xd2D762335Cf27eFC747a904cDAE33E5AdceB43AC/logo.png
deleted file mode 100644
index d23c836472f31..0000000000000
Binary files a/blockchains/ethereum/assets/0xd2D762335Cf27eFC747a904cDAE33E5AdceB43AC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd2Fa8f92Ea72AbB35dBD6DECa57173d22db2BA49/info.json b/blockchains/ethereum/assets/0xd2Fa8f92Ea72AbB35dBD6DECa57173d22db2BA49/info.json
deleted file mode 100644
index d4349a27525c0..0000000000000
--- a/blockchains/ethereum/assets/0xd2Fa8f92Ea72AbB35dBD6DECa57173d22db2BA49/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Origami Network",
- "symbol": "ORI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://ori.network",
- "explorer": "https://etherscan.io/token/0xd2Fa8f92Ea72AbB35dBD6DECa57173d22db2BA49",
- "status": "abandoned",
- "id": "0xd2Fa8f92Ea72AbB35dBD6DECa57173d22db2BA49"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd2Fa8f92Ea72AbB35dBD6DECa57173d22db2BA49/logo.png b/blockchains/ethereum/assets/0xd2Fa8f92Ea72AbB35dBD6DECa57173d22db2BA49/logo.png
deleted file mode 100755
index 1c792ade9c09c..0000000000000
Binary files a/blockchains/ethereum/assets/0xd2Fa8f92Ea72AbB35dBD6DECa57173d22db2BA49/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd2c0038e8A70900afEbCAA54155a8Fb590506BfB/info.json b/blockchains/ethereum/assets/0xd2c0038e8A70900afEbCAA54155a8Fb590506BfB/info.json
deleted file mode 100644
index 0243124c9bea0..0000000000000
--- a/blockchains/ethereum/assets/0xd2c0038e8A70900afEbCAA54155a8Fb590506BfB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bost Token",
- "symbol": "BOST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd2c0038e8A70900afEbCAA54155a8Fb590506BfB",
- "status": "abandoned",
- "id": "0xd2c0038e8A70900afEbCAA54155a8Fb590506BfB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd2c0038e8A70900afEbCAA54155a8Fb590506BfB/logo.png b/blockchains/ethereum/assets/0xd2c0038e8A70900afEbCAA54155a8Fb590506BfB/logo.png
deleted file mode 100644
index 69eb1fa20501b..0000000000000
Binary files a/blockchains/ethereum/assets/0xd2c0038e8A70900afEbCAA54155a8Fb590506BfB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd2d0f85B690604C245F61513bf4679b24ed64C35/info.json b/blockchains/ethereum/assets/0xd2d0f85B690604C245F61513bf4679b24ed64C35/info.json
deleted file mode 100644
index b893e8a07ca3b..0000000000000
--- a/blockchains/ethereum/assets/0xd2d0f85B690604C245F61513bf4679b24ed64C35/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BFDToken",
- "symbol": "BFDT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd2d0f85B690604C245F61513bf4679b24ed64C35",
- "status": "abandoned",
- "id": "0xd2d0f85B690604C245F61513bf4679b24ed64C35"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd2d0f85B690604C245F61513bf4679b24ed64C35/logo.png b/blockchains/ethereum/assets/0xd2d0f85B690604C245F61513bf4679b24ed64C35/logo.png
deleted file mode 100644
index 9d13e353af931..0000000000000
Binary files a/blockchains/ethereum/assets/0xd2d0f85B690604C245F61513bf4679b24ed64C35/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd2d6158683aeE4Cc838067727209a0aAF4359de3/info.json b/blockchains/ethereum/assets/0xd2d6158683aeE4Cc838067727209a0aAF4359de3/info.json
deleted file mode 100644
index 9c83e27ba2473..0000000000000
--- a/blockchains/ethereum/assets/0xd2d6158683aeE4Cc838067727209a0aAF4359de3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bounty0x Token",
- "symbol": "BNTY",
- "type": "ERC20",
- "decimals": 18,
- "description": "Bounty0x (BNTY) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://bounty0x.io",
- "explorer": "https://etherscan.io/token/0xd2d6158683aeE4Cc838067727209a0aAF4359de3",
- "status": "active",
- "id": "0xd2d6158683aeE4Cc838067727209a0aAF4359de3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd2d6158683aeE4Cc838067727209a0aAF4359de3/logo.png b/blockchains/ethereum/assets/0xd2d6158683aeE4Cc838067727209a0aAF4359de3/logo.png
deleted file mode 100644
index 3914097dddeb6..0000000000000
Binary files a/blockchains/ethereum/assets/0xd2d6158683aeE4Cc838067727209a0aAF4359de3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd2f68556348A9d4D5b0b019b3C22f856d0c9eD9A/info.json b/blockchains/ethereum/assets/0xd2f68556348A9d4D5b0b019b3C22f856d0c9eD9A/info.json
deleted file mode 100644
index 7c5c600002cc1..0000000000000
--- a/blockchains/ethereum/assets/0xd2f68556348A9d4D5b0b019b3C22f856d0c9eD9A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WinBlockChainNetwork",
- "symbol": "WIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd2f68556348A9d4D5b0b019b3C22f856d0c9eD9A",
- "status": "abandoned",
- "id": "0xd2f68556348A9d4D5b0b019b3C22f856d0c9eD9A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd2f68556348A9d4D5b0b019b3C22f856d0c9eD9A/logo.png b/blockchains/ethereum/assets/0xd2f68556348A9d4D5b0b019b3C22f856d0c9eD9A/logo.png
deleted file mode 100644
index efa011a622f34..0000000000000
Binary files a/blockchains/ethereum/assets/0xd2f68556348A9d4D5b0b019b3C22f856d0c9eD9A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd3006F35C0286F5485971F935B87F84e72e8e43F/info.json b/blockchains/ethereum/assets/0xd3006F35C0286F5485971F935B87F84e72e8e43F/info.json
deleted file mode 100644
index 2ae8f558ec527..0000000000000
--- a/blockchains/ethereum/assets/0xd3006F35C0286F5485971F935B87F84e72e8e43F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VIP Tokens",
- "symbol": "VIP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd3006F35C0286F5485971F935B87F84e72e8e43F",
- "status": "abandoned",
- "id": "0xd3006F35C0286F5485971F935B87F84e72e8e43F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd3006F35C0286F5485971F935B87F84e72e8e43F/logo.png b/blockchains/ethereum/assets/0xd3006F35C0286F5485971F935B87F84e72e8e43F/logo.png
deleted file mode 100644
index 7afbfef020187..0000000000000
Binary files a/blockchains/ethereum/assets/0xd3006F35C0286F5485971F935B87F84e72e8e43F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd30581895B8320c356aFc6f80B07dfB468a65b69/info.json b/blockchains/ethereum/assets/0xd30581895B8320c356aFc6f80B07dfB468a65b69/info.json
deleted file mode 100644
index af2eceb89e00b..0000000000000
--- a/blockchains/ethereum/assets/0xd30581895B8320c356aFc6f80B07dfB468a65b69/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Loonie Token",
- "symbol": "LNI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd30581895B8320c356aFc6f80B07dfB468a65b69",
- "status": "abandoned",
- "id": "0xd30581895B8320c356aFc6f80B07dfB468a65b69"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd30581895B8320c356aFc6f80B07dfB468a65b69/logo.png b/blockchains/ethereum/assets/0xd30581895B8320c356aFc6f80B07dfB468a65b69/logo.png
deleted file mode 100755
index 47e4842997937..0000000000000
Binary files a/blockchains/ethereum/assets/0xd30581895B8320c356aFc6f80B07dfB468a65b69/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd30a2e9347Ad48Ea208ee563a9CdfD80E962a727/info.json b/blockchains/ethereum/assets/0xd30a2e9347Ad48Ea208ee563a9CdfD80E962a727/info.json
deleted file mode 100644
index a51c3793379e9..0000000000000
--- a/blockchains/ethereum/assets/0xd30a2e9347Ad48Ea208ee563a9CdfD80E962a727/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RoyaltyCOIN",
- "symbol": "RYLT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd30a2e9347Ad48Ea208ee563a9CdfD80E962a727",
- "status": "abandoned",
- "id": "0xd30a2e9347Ad48Ea208ee563a9CdfD80E962a727"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd30a2e9347Ad48Ea208ee563a9CdfD80E962a727/logo.png b/blockchains/ethereum/assets/0xd30a2e9347Ad48Ea208ee563a9CdfD80E962a727/logo.png
deleted file mode 100755
index 350be4803570f..0000000000000
Binary files a/blockchains/ethereum/assets/0xd30a2e9347Ad48Ea208ee563a9CdfD80E962a727/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd31695a1d35E489252CE57b129FD4b1B05E6AcaC/info.json b/blockchains/ethereum/assets/0xd31695a1d35E489252CE57b129FD4b1B05E6AcaC/info.json
deleted file mode 100644
index 7046105f405a0..0000000000000
--- a/blockchains/ethereum/assets/0xd31695a1d35E489252CE57b129FD4b1B05E6AcaC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TOKPIE",
- "symbol": "TKP",
- "type": "ERC20",
- "decimals": 18,
- "description": "TOKPIE is the First Cryptocurrency Exchange Platform with BOUNTY STAKES TRADING service. Holders of the TOKPIE (TKP) token can get up to 500% discount on fees, regular airdrops from newly listed projects, up to 70% referral bonus, access to the bounty stakes depositing and trading, P2P loans with TKP pledged as collateral under 90% LTV, and income from TKP lending (staking). Also, TKP is accepted on Tokpie IEO Launchpad.",
- "website": "https://tokpie.io",
- "explorer": "https://etherscan.io/token/0xd31695a1d35E489252CE57b129FD4b1B05E6AcaC",
- "status": "active",
- "id": "0xd31695a1d35E489252CE57b129FD4b1B05E6AcaC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd31695a1d35E489252CE57b129FD4b1B05E6AcaC/logo.png b/blockchains/ethereum/assets/0xd31695a1d35E489252CE57b129FD4b1B05E6AcaC/logo.png
deleted file mode 100644
index 8a3196221c596..0000000000000
Binary files a/blockchains/ethereum/assets/0xd31695a1d35E489252CE57b129FD4b1B05E6AcaC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd321Ca7Cd7A233483b8CD5a11a89E9337e70Df84/info.json b/blockchains/ethereum/assets/0xd321Ca7Cd7A233483b8CD5a11a89E9337e70Df84/info.json
deleted file mode 100644
index e4cf0f868fcab..0000000000000
--- a/blockchains/ethereum/assets/0xd321Ca7Cd7A233483b8CD5a11a89E9337e70Df84/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VI",
- "symbol": "VI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://vid.camera/",
- "explorer": "https://etherscan.io/token/0xd321Ca7Cd7A233483b8CD5a11a89E9337e70Df84",
- "status": "abandoned",
- "id": "0xd321Ca7Cd7A233483b8CD5a11a89E9337e70Df84"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd321Ca7Cd7A233483b8CD5a11a89E9337e70Df84/logo.png b/blockchains/ethereum/assets/0xd321Ca7Cd7A233483b8CD5a11a89E9337e70Df84/logo.png
deleted file mode 100644
index 828882e023a44..0000000000000
Binary files a/blockchains/ethereum/assets/0xd321Ca7Cd7A233483b8CD5a11a89E9337e70Df84/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd32540c0d54A7fCDD9500bfa57D3Ba1e604581D7/info.json b/blockchains/ethereum/assets/0xd32540c0d54A7fCDD9500bfa57D3Ba1e604581D7/info.json
deleted file mode 100644
index b4b5e8fa3bc3e..0000000000000
--- a/blockchains/ethereum/assets/0xd32540c0d54A7fCDD9500bfa57D3Ba1e604581D7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Jules",
- "symbol": "JULES",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd32540c0d54A7fCDD9500bfa57D3Ba1e604581D7",
- "status": "abandoned",
- "id": "0xd32540c0d54A7fCDD9500bfa57D3Ba1e604581D7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd32540c0d54A7fCDD9500bfa57D3Ba1e604581D7/logo.png b/blockchains/ethereum/assets/0xd32540c0d54A7fCDD9500bfa57D3Ba1e604581D7/logo.png
deleted file mode 100644
index 3baf09667cd05..0000000000000
Binary files a/blockchains/ethereum/assets/0xd32540c0d54A7fCDD9500bfa57D3Ba1e604581D7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd340Bc93d2cf0df662347E6D72eaf6174C613A3C/info.json b/blockchains/ethereum/assets/0xd340Bc93d2cf0df662347E6D72eaf6174C613A3C/info.json
deleted file mode 100644
index 86497e0fd6176..0000000000000
--- a/blockchains/ethereum/assets/0xd340Bc93d2cf0df662347E6D72eaf6174C613A3C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-2/30M2",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd340Bc93d2cf0df662347E6D72eaf6174C613A3C",
- "status": "abandoned",
- "id": "0xd340Bc93d2cf0df662347E6D72eaf6174C613A3C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd340Bc93d2cf0df662347E6D72eaf6174C613A3C/logo.png b/blockchains/ethereum/assets/0xd340Bc93d2cf0df662347E6D72eaf6174C613A3C/logo.png
deleted file mode 100644
index 029f77f22228a..0000000000000
Binary files a/blockchains/ethereum/assets/0xd340Bc93d2cf0df662347E6D72eaf6174C613A3C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd341d1680Eeee3255b8C4c75bCCE7EB57f144dAe/info.json b/blockchains/ethereum/assets/0xd341d1680Eeee3255b8C4c75bCCE7EB57f144dAe/info.json
deleted file mode 100644
index 264f5b1e5f7e9..0000000000000
--- a/blockchains/ethereum/assets/0xd341d1680Eeee3255b8C4c75bCCE7EB57f144dAe/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "onG",
- "symbol": "ONG",
- "type": "ERC20",
- "decimals": 18,
- "description": "SoMee.Social (ONG) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://SoMee.social",
- "explorer": "https://etherscan.io/token/0xd341d1680Eeee3255b8C4c75bCCE7EB57f144dAe",
- "status": "active",
- "id": "0xd341d1680Eeee3255b8C4c75bCCE7EB57f144dAe"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd341d1680Eeee3255b8C4c75bCCE7EB57f144dAe/logo.png b/blockchains/ethereum/assets/0xd341d1680Eeee3255b8C4c75bCCE7EB57f144dAe/logo.png
deleted file mode 100755
index 8032dcdbcca00..0000000000000
Binary files a/blockchains/ethereum/assets/0xd341d1680Eeee3255b8C4c75bCCE7EB57f144dAe/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd3516ecB852037a33bAD2372D52b638D6D534516/info.json b/blockchains/ethereum/assets/0xd3516ecB852037a33bAD2372D52b638D6D534516/info.json
deleted file mode 100644
index 988553b7cd34e..0000000000000
--- a/blockchains/ethereum/assets/0xd3516ecB852037a33bAD2372D52b638D6D534516/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Auto Make Money",
- "symbol": "AMM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd3516ecB852037a33bAD2372D52b638D6D534516",
- "status": "abandoned",
- "id": "0xd3516ecB852037a33bAD2372D52b638D6D534516"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd3516ecB852037a33bAD2372D52b638D6D534516/logo.png b/blockchains/ethereum/assets/0xd3516ecB852037a33bAD2372D52b638D6D534516/logo.png
deleted file mode 100644
index 09327bb8f38bd..0000000000000
Binary files a/blockchains/ethereum/assets/0xd3516ecB852037a33bAD2372D52b638D6D534516/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd35833f9255FB28cC6b91aCB8A66Ba6429D6Ef5A/info.json b/blockchains/ethereum/assets/0xd35833f9255FB28cC6b91aCB8A66Ba6429D6Ef5A/info.json
deleted file mode 100644
index eb213749e6ab9..0000000000000
--- a/blockchains/ethereum/assets/0xd35833f9255FB28cC6b91aCB8A66Ba6429D6Ef5A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hypnoxys",
- "symbol": "HYPX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://hypnoxys.com/",
- "explorer": "https://etherscan.io/token/0xd35833f9255FB28cC6b91aCB8A66Ba6429D6Ef5A",
- "status": "abandoned",
- "id": "0xd35833f9255FB28cC6b91aCB8A66Ba6429D6Ef5A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd35833f9255FB28cC6b91aCB8A66Ba6429D6Ef5A/logo.png b/blockchains/ethereum/assets/0xd35833f9255FB28cC6b91aCB8A66Ba6429D6Ef5A/logo.png
deleted file mode 100755
index a148c8417240b..0000000000000
Binary files a/blockchains/ethereum/assets/0xd35833f9255FB28cC6b91aCB8A66Ba6429D6Ef5A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd36932143F6eBDEDD872D5Fb0651f4B72Fd15a84/info.json b/blockchains/ethereum/assets/0xd36932143F6eBDEDD872D5Fb0651f4B72Fd15a84/info.json
deleted file mode 100644
index c2114de496673..0000000000000
--- a/blockchains/ethereum/assets/0xd36932143F6eBDEDD872D5Fb0651f4B72Fd15a84/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "mAAPL Token",
- "website": "https://mirror.finance",
- "description": "Wrapped Mirror AAPL Token.",
- "explorer": "https://etherscan.io/token/0xd36932143F6eBDEDD872D5Fb0651f4B72Fd15a84",
- "type": "ERC20",
- "symbol": "mAAPL",
- "decimals": 18,
- "status": "active",
- "id": "0xd36932143F6eBDEDD872D5Fb0651f4B72Fd15a84",
- "tags": [
- "wrapped"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MirrorProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mirror_protocol"
- },
- {
- "name": "discord",
- "url": "https://discord.com/MirrorProtocol"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@mirror-protocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd36932143F6eBDEDD872D5Fb0651f4B72Fd15a84/logo.png b/blockchains/ethereum/assets/0xd36932143F6eBDEDD872D5Fb0651f4B72Fd15a84/logo.png
deleted file mode 100644
index 20d5f71822a19..0000000000000
Binary files a/blockchains/ethereum/assets/0xd36932143F6eBDEDD872D5Fb0651f4B72Fd15a84/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd36E9F8F194A47B10aF16C7656a68EBa1DFe88e4/info.json b/blockchains/ethereum/assets/0xd36E9F8F194A47B10aF16C7656a68EBa1DFe88e4/info.json
deleted file mode 100644
index f62004c90fa73..0000000000000
--- a/blockchains/ethereum/assets/0xd36E9F8F194A47B10aF16C7656a68EBa1DFe88e4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Atlas Token",
- "symbol": "ATLS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://atlas.world/",
- "explorer": "https://etherscan.io/token/0xd36E9F8F194A47B10aF16C7656a68EBa1DFe88e4",
- "status": "abandoned",
- "id": "0xd36E9F8F194A47B10aF16C7656a68EBa1DFe88e4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd36E9F8F194A47B10aF16C7656a68EBa1DFe88e4/logo.png b/blockchains/ethereum/assets/0xd36E9F8F194A47B10aF16C7656a68EBa1DFe88e4/logo.png
deleted file mode 100644
index f4d9b93ba7523..0000000000000
Binary files a/blockchains/ethereum/assets/0xd36E9F8F194A47B10aF16C7656a68EBa1DFe88e4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd37532D304214D588aeeaC4c365E8F1d72e2304A/info.json b/blockchains/ethereum/assets/0xd37532D304214D588aeeaC4c365E8F1d72e2304A/info.json
deleted file mode 100644
index 03e5b3db85582..0000000000000
--- a/blockchains/ethereum/assets/0xd37532D304214D588aeeaC4c365E8F1d72e2304A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FCoin Token (Released)",
- "symbol": "FT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd37532D304214D588aeeaC4c365E8F1d72e2304A",
- "status": "abandoned",
- "id": "0xd37532D304214D588aeeaC4c365E8F1d72e2304A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd37532D304214D588aeeaC4c365E8F1d72e2304A/logo.png b/blockchains/ethereum/assets/0xd37532D304214D588aeeaC4c365E8F1d72e2304A/logo.png
deleted file mode 100755
index 1d376cd4687bc..0000000000000
Binary files a/blockchains/ethereum/assets/0xd37532D304214D588aeeaC4c365E8F1d72e2304A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd379700999F4805Ce80aa32DB46A94dF64561108/info.json b/blockchains/ethereum/assets/0xd379700999F4805Ce80aa32DB46A94dF64561108/info.json
deleted file mode 100644
index ca6e213f65472..0000000000000
--- a/blockchains/ethereum/assets/0xd379700999F4805Ce80aa32DB46A94dF64561108/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Dextrust",
- "website": "https://dextrust.org/",
- "description": "A community driven decentralized exchange platform",
- "explorer": "https://etherscan.io/token/0xd379700999F4805Ce80aa32DB46A94dF64561108",
- "type": "ERC20",
- "symbol": "DETS",
- "decimals": 18,
- "status": "active",
- "id": "0xd379700999F4805Ce80aa32DB46A94dF64561108",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/dextrustdefi"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd379700999F4805Ce80aa32DB46A94dF64561108/logo.png b/blockchains/ethereum/assets/0xd379700999F4805Ce80aa32DB46A94dF64561108/logo.png
deleted file mode 100644
index d325a8a47a74b..0000000000000
Binary files a/blockchains/ethereum/assets/0xd379700999F4805Ce80aa32DB46A94dF64561108/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd38BB40815d2B0c2d2c866e0c72c5728ffC76dd9/info.json b/blockchains/ethereum/assets/0xd38BB40815d2B0c2d2c866e0c72c5728ffC76dd9/info.json
deleted file mode 100644
index 0d0bdb813cdd9..0000000000000
--- a/blockchains/ethereum/assets/0xd38BB40815d2B0c2d2c866e0c72c5728ffC76dd9/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Symbiosis",
- "type": "ERC20",
- "symbol": "SIS",
- "decimals": 18,
- "website": "https://symbiosis.finance",
- "description": "Symbiosis aggregates decentralized exchange liquidity across any EVM and non-EVM networks. Swap any token and transfer liquidity. Yes, any.",
- "explorer": "https://etherscan.io/token/0xd38BB40815d2B0c2d2c866e0c72c5728ffC76dd9",
- "status": "active",
- "id": "0xd38BB40815d2B0c2d2c866e0c72c5728ffC76dd9",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/symbiosis_fi"
- },
- {
- "name": "github",
- "url": "https://github.com/symbiosis-finance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/symbiosis_finance"
- },
- {
- "name": "medium",
- "url": "https://medium.com/symbiosis-fi"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xd38BB40815d2B0c2d2c866e0c72c5728ffC76dd9/logo.png b/blockchains/ethereum/assets/0xd38BB40815d2B0c2d2c866e0c72c5728ffC76dd9/logo.png
deleted file mode 100644
index 26f3dbd585377..0000000000000
Binary files a/blockchains/ethereum/assets/0xd38BB40815d2B0c2d2c866e0c72c5728ffC76dd9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/info.json b/blockchains/ethereum/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/info.json
deleted file mode 100644
index b55c899f532a5..0000000000000
--- a/blockchains/ethereum/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Okcash",
- "type": "ERC20",
- "symbol": "OK",
- "decimals": 18,
- "website": "https://okcash.co",
- "description": "OK is the leading multi chain PoS, web3 + NFTs open source electronic cash, its design is public, nobody owns or controls Okcash and everyone can take part.",
- "explorer": "https://etherscan.io/token/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189",
- "status": "active",
- "id": "0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/OkcashCrypto"
- },
- {
- "name": "github",
- "url": "https://github.com/okcashpro"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/okcash/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/okcash"
- },
- {
- "name": "medium",
- "url": "https://medium.com/okcash"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/logo.png b/blockchains/ethereum/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/logo.png
deleted file mode 100644
index a3b20074ec34d..0000000000000
Binary files a/blockchains/ethereum/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd3CDc4e75750DC1e59F8342200742B6B29490e70/info.json b/blockchains/ethereum/assets/0xd3CDc4e75750DC1e59F8342200742B6B29490e70/info.json
deleted file mode 100644
index 1ed668bb45c13..0000000000000
--- a/blockchains/ethereum/assets/0xd3CDc4e75750DC1e59F8342200742B6B29490e70/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Decurian",
- "symbol": "ECU",
- "type": "ERC20",
- "decimals": 3,
- "description": "Decurian will be known as a competitive video gaming challenge token. Most commonly, e-sports takes the form of organized, multiplayer video game competitions, particularly between professional players. E-sports is a relatively young industry, yet, it is experiencing extraordinary growth.",
- "website": "https://ecucoins.com/",
- "explorer": "https://etherscan.io/token/0xd3CDc4e75750DC1e59F8342200742B6B29490e70",
- "status": "active",
- "id": "0xd3CDc4e75750DC1e59F8342200742B6B29490e70"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd3CDc4e75750DC1e59F8342200742B6B29490e70/logo.png b/blockchains/ethereum/assets/0xd3CDc4e75750DC1e59F8342200742B6B29490e70/logo.png
deleted file mode 100644
index c0f2d931cc774..0000000000000
Binary files a/blockchains/ethereum/assets/0xd3CDc4e75750DC1e59F8342200742B6B29490e70/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd3E41Fd8BbCd3D512119608Cf4a687a1Fda9807D/info.json b/blockchains/ethereum/assets/0xd3E41Fd8BbCd3D512119608Cf4a687a1Fda9807D/info.json
deleted file mode 100644
index d971ee311446b..0000000000000
--- a/blockchains/ethereum/assets/0xd3E41Fd8BbCd3D512119608Cf4a687a1Fda9807D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kapow",
- "symbol": "KPW",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd3E41Fd8BbCd3D512119608Cf4a687a1Fda9807D",
- "status": "abandoned",
- "id": "0xd3E41Fd8BbCd3D512119608Cf4a687a1Fda9807D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd3E41Fd8BbCd3D512119608Cf4a687a1Fda9807D/logo.png b/blockchains/ethereum/assets/0xd3E41Fd8BbCd3D512119608Cf4a687a1Fda9807D/logo.png
deleted file mode 100644
index 9c2dff7e53390..0000000000000
Binary files a/blockchains/ethereum/assets/0xd3E41Fd8BbCd3D512119608Cf4a687a1Fda9807D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd3E4Ba569045546D09CF021ECC5dFe42b1d7f6E4/info.json b/blockchains/ethereum/assets/0xd3E4Ba569045546D09CF021ECC5dFe42b1d7f6E4/info.json
deleted file mode 100644
index 029160cb28b3f..0000000000000
--- a/blockchains/ethereum/assets/0xd3E4Ba569045546D09CF021ECC5dFe42b1d7f6E4/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Morpheus.Network",
- "website": "https://morpheus.network/",
- "description": "The Morpheus.Network is a full-service, global, automated, supply chain platform for the global trading industry utilizing blockchain technology. This is achieved with Smart Contracts driving the supply chain with predetermined, automated work contracts, shipping & customs documents as well.",
- "explorer": "https://etherscan.io/token/0xd3e4ba569045546d09cf021ecc5dfe42b1d7f6e4",
- "symbol": "MNW",
- "type": "ERC20",
- "decimals": 18,
- "status": "active",
- "id": "0xd3E4Ba569045546D09CF021ECC5dFe42b1d7f6E4",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/morpheus-network/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/MNWSupplyChain"
- },
- {
- "name": "telegram",
- "url": "https://t.me/themorpheusnetwork"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd3E4Ba569045546D09CF021ECC5dFe42b1d7f6E4/logo.png b/blockchains/ethereum/assets/0xd3E4Ba569045546D09CF021ECC5dFe42b1d7f6E4/logo.png
deleted file mode 100644
index 376f2689dbc50..0000000000000
Binary files a/blockchains/ethereum/assets/0xd3E4Ba569045546D09CF021ECC5dFe42b1d7f6E4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd3E8695d2Bef061EAb38B5EF526c0f714108119C/info.json b/blockchains/ethereum/assets/0xd3E8695d2Bef061EAb38B5EF526c0f714108119C/info.json
deleted file mode 100644
index 97310a43461cd..0000000000000
--- a/blockchains/ethereum/assets/0xd3E8695d2Bef061EAb38B5EF526c0f714108119C/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "YFIVE.FINANCE",
- "website": "https://yfive.finance/",
- "description": "YFIVE is a community driven DeFi-project by the people and for the people, the decisions and actions of YFIVE are made by its community through voting to assure equity and fairness for all.",
- "explorer": "https://etherscan.io/token/0xd3E8695d2Bef061EAb38B5EF526c0f714108119C",
- "type": "ERC20",
- "symbol": "YFIVE",
- "decimals": 18,
- "status": "active",
- "id": "0xd3E8695d2Bef061EAb38B5EF526c0f714108119C",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/YFIVEfinance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd3E8695d2Bef061EAb38B5EF526c0f714108119C/logo.png b/blockchains/ethereum/assets/0xd3E8695d2Bef061EAb38B5EF526c0f714108119C/logo.png
deleted file mode 100644
index 554454efd3be0..0000000000000
Binary files a/blockchains/ethereum/assets/0xd3E8695d2Bef061EAb38B5EF526c0f714108119C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd3b5a4ca369a8E68dA6218ee322467ccec4Dd800/info.json b/blockchains/ethereum/assets/0xd3b5a4ca369a8E68dA6218ee322467ccec4Dd800/info.json
deleted file mode 100644
index 92aeed8328626..0000000000000
--- a/blockchains/ethereum/assets/0xd3b5a4ca369a8E68dA6218ee322467ccec4Dd800/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptoRiyal",
- "symbol": "CR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd3b5a4ca369a8E68dA6218ee322467ccec4Dd800",
- "status": "abandoned",
- "id": "0xd3b5a4ca369a8E68dA6218ee322467ccec4Dd800"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd3b5a4ca369a8E68dA6218ee322467ccec4Dd800/logo.png b/blockchains/ethereum/assets/0xd3b5a4ca369a8E68dA6218ee322467ccec4Dd800/logo.png
deleted file mode 100644
index 834a9a2325b76..0000000000000
Binary files a/blockchains/ethereum/assets/0xd3b5a4ca369a8E68dA6218ee322467ccec4Dd800/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd408Df4116248a737cEF94917Ab6C609B37280BC/info.json b/blockchains/ethereum/assets/0xd408Df4116248a737cEF94917Ab6C609B37280BC/info.json
deleted file mode 100644
index 0e422d1d60851..0000000000000
--- a/blockchains/ethereum/assets/0xd408Df4116248a737cEF94917Ab6C609B37280BC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CXMF",
- "symbol": "CXMF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd408Df4116248a737cEF94917Ab6C609B37280BC",
- "status": "abandoned",
- "id": "0xd408Df4116248a737cEF94917Ab6C609B37280BC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd408Df4116248a737cEF94917Ab6C609B37280BC/logo.png b/blockchains/ethereum/assets/0xd408Df4116248a737cEF94917Ab6C609B37280BC/logo.png
deleted file mode 100644
index 17f6de5011fb5..0000000000000
Binary files a/blockchains/ethereum/assets/0xd408Df4116248a737cEF94917Ab6C609B37280BC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd42b6A26ba742C11bED321B418Ca5d9842cE17CE/info.json b/blockchains/ethereum/assets/0xd42b6A26ba742C11bED321B418Ca5d9842cE17CE/info.json
deleted file mode 100644
index 8353dbbeda9ed..0000000000000
--- a/blockchains/ethereum/assets/0xd42b6A26ba742C11bED321B418Ca5d9842cE17CE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitxmenStock",
- "symbol": "BXMS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd42b6A26ba742C11bED321B418Ca5d9842cE17CE",
- "status": "abandoned",
- "id": "0xd42b6A26ba742C11bED321B418Ca5d9842cE17CE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd42b6A26ba742C11bED321B418Ca5d9842cE17CE/logo.png b/blockchains/ethereum/assets/0xd42b6A26ba742C11bED321B418Ca5d9842cE17CE/logo.png
deleted file mode 100644
index 02b7399489cf8..0000000000000
Binary files a/blockchains/ethereum/assets/0xd42b6A26ba742C11bED321B418Ca5d9842cE17CE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd42debE4eDc92Bd5a3FBb4243e1ecCf6d63A4A5d/info.json b/blockchains/ethereum/assets/0xd42debE4eDc92Bd5a3FBb4243e1ecCf6d63A4A5d/info.json
deleted file mode 100644
index c83d5cfba857a..0000000000000
--- a/blockchains/ethereum/assets/0xd42debE4eDc92Bd5a3FBb4243e1ecCf6d63A4A5d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Carboneum",
- "symbol": "C8",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.carboneum.io/",
- "explorer": "https://etherscan.io/token/0xd42debE4eDc92Bd5a3FBb4243e1ecCf6d63A4A5d",
- "status": "abandoned",
- "id": "0xd42debE4eDc92Bd5a3FBb4243e1ecCf6d63A4A5d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd42debE4eDc92Bd5a3FBb4243e1ecCf6d63A4A5d/logo.png b/blockchains/ethereum/assets/0xd42debE4eDc92Bd5a3FBb4243e1ecCf6d63A4A5d/logo.png
deleted file mode 100644
index 28e5dd55fbbec..0000000000000
Binary files a/blockchains/ethereum/assets/0xd42debE4eDc92Bd5a3FBb4243e1ecCf6d63A4A5d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd433138d12beB9929FF6fd583DC83663eea6Aaa5/info.json b/blockchains/ethereum/assets/0xd433138d12beB9929FF6fd583DC83663eea6Aaa5/info.json
deleted file mode 100644
index 26cabc06373e3..0000000000000
--- a/blockchains/ethereum/assets/0xd433138d12beB9929FF6fd583DC83663eea6Aaa5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitrue Coin",
- "symbol": "BTR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Bitrue Coin (BTR) is the native asset on the Bitrue exchange. BTR is designed to support all Bitrue businesses such as trading fee deductions, cash deposits by projects, voting for listings, wealth management programs, and loan programs.",
- "website": "https://www.bitrue.com/",
- "explorer": "https://etherscan.io/token/0xd433138d12beB9929FF6fd583DC83663eea6Aaa5",
- "status": "active",
- "id": "0xd433138d12beB9929FF6fd583DC83663eea6Aaa5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd433138d12beB9929FF6fd583DC83663eea6Aaa5/logo.png b/blockchains/ethereum/assets/0xd433138d12beB9929FF6fd583DC83663eea6Aaa5/logo.png
deleted file mode 100644
index 0bb0f065f6aa1..0000000000000
Binary files a/blockchains/ethereum/assets/0xd433138d12beB9929FF6fd583DC83663eea6Aaa5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd44bb6663936CAb1310584A277f7DAa6943d4904/info.json b/blockchains/ethereum/assets/0xd44bb6663936CAb1310584A277f7DAa6943d4904/info.json
deleted file mode 100644
index cace3ad3c0db2..0000000000000
--- a/blockchains/ethereum/assets/0xd44bb6663936CAb1310584A277f7DAa6943d4904/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Winco",
- "symbol": "WCO",
- "type": "ERC20",
- "decimals": 8,
- "description": "Winco (WCO) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://winco.io",
- "explorer": "https://etherscan.io/token/0xd44bb6663936CAb1310584A277f7DAa6943d4904",
- "status": "active",
- "id": "0xd44bb6663936CAb1310584A277f7DAa6943d4904"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd44bb6663936CAb1310584A277f7DAa6943d4904/logo.png b/blockchains/ethereum/assets/0xd44bb6663936CAb1310584A277f7DAa6943d4904/logo.png
deleted file mode 100644
index 97c6d1e7e3030..0000000000000
Binary files a/blockchains/ethereum/assets/0xd44bb6663936CAb1310584A277f7DAa6943d4904/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd47334b79333aF70AF1013276876D735151BDC19/info.json b/blockchains/ethereum/assets/0xd47334b79333aF70AF1013276876D735151BDC19/info.json
deleted file mode 100644
index d2fd4f731296b..0000000000000
--- a/blockchains/ethereum/assets/0xd47334b79333aF70AF1013276876D735151BDC19/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HalifaXBurn Token",
- "symbol": "HXB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd47334b79333aF70AF1013276876D735151BDC19",
- "status": "abandoned",
- "id": "0xd47334b79333aF70AF1013276876D735151BDC19"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd47334b79333aF70AF1013276876D735151BDC19/logo.png b/blockchains/ethereum/assets/0xd47334b79333aF70AF1013276876D735151BDC19/logo.png
deleted file mode 100644
index aa4bf6c839f4a..0000000000000
Binary files a/blockchains/ethereum/assets/0xd47334b79333aF70AF1013276876D735151BDC19/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd48F5F8bAFC473cE7611d3c915050d2e78A0AF3E/info.json b/blockchains/ethereum/assets/0xd48F5F8bAFC473cE7611d3c915050d2e78A0AF3E/info.json
deleted file mode 100644
index bdddb2af988f0..0000000000000
--- a/blockchains/ethereum/assets/0xd48F5F8bAFC473cE7611d3c915050d2e78A0AF3E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TITANIUM NETWORKS",
- "symbol": "$TTN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd48F5F8bAFC473cE7611d3c915050d2e78A0AF3E",
- "status": "abandoned",
- "id": "0xd48F5F8bAFC473cE7611d3c915050d2e78A0AF3E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd48F5F8bAFC473cE7611d3c915050d2e78A0AF3E/logo.png b/blockchains/ethereum/assets/0xd48F5F8bAFC473cE7611d3c915050d2e78A0AF3E/logo.png
deleted file mode 100755
index 935f2b62a98fa..0000000000000
Binary files a/blockchains/ethereum/assets/0xd48F5F8bAFC473cE7611d3c915050d2e78A0AF3E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd4a293aE8bB9E0BE12E99eB19d48239e8c83a136/info.json b/blockchains/ethereum/assets/0xd4a293aE8bB9E0BE12E99eB19d48239e8c83a136/info.json
deleted file mode 100644
index 21377fb08a1fd..0000000000000
--- a/blockchains/ethereum/assets/0xd4a293aE8bB9E0BE12E99eB19d48239e8c83a136/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Insureum Token",
- "symbol": "ISR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Insureum (ISR) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://insureum.co/product",
- "explorer": "https://etherscan.io/token/0xd4a293aE8bB9E0BE12E99eB19d48239e8c83a136",
- "status": "active",
- "id": "0xd4a293aE8bB9E0BE12E99eB19d48239e8c83a136"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd4a293aE8bB9E0BE12E99eB19d48239e8c83a136/logo.png b/blockchains/ethereum/assets/0xd4a293aE8bB9E0BE12E99eB19d48239e8c83a136/logo.png
deleted file mode 100644
index 524171d9b6494..0000000000000
Binary files a/blockchains/ethereum/assets/0xd4a293aE8bB9E0BE12E99eB19d48239e8c83a136/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd4c435F5B09F855C3317c8524Cb1F586E42795fa/info.json b/blockchains/ethereum/assets/0xd4c435F5B09F855C3317c8524Cb1F586E42795fa/info.json
deleted file mode 100644
index ae7e2b0e8fa07..0000000000000
--- a/blockchains/ethereum/assets/0xd4c435F5B09F855C3317c8524Cb1F586E42795fa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cindicator Token",
- "symbol": "CND",
- "type": "ERC20",
- "decimals": 18,
- "description": "Meet Stoic — Cindicator's newest crypto trading product.",
- "website": "https://cindicator.com",
- "explorer": "https://etherscan.io/token/0xd4c435F5B09F855C3317c8524Cb1F586E42795fa",
- "status": "active",
- "id": "0xd4c435F5B09F855C3317c8524Cb1F586E42795fa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd4c435F5B09F855C3317c8524Cb1F586E42795fa/logo.png b/blockchains/ethereum/assets/0xd4c435F5B09F855C3317c8524Cb1F586E42795fa/logo.png
deleted file mode 100755
index 856acf4426463..0000000000000
Binary files a/blockchains/ethereum/assets/0xd4c435F5B09F855C3317c8524Cb1F586E42795fa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd4cA5c2AFf1eeFb0BeA9e9Eab16f88DB2990C183/info.json b/blockchains/ethereum/assets/0xd4cA5c2AFf1eeFb0BeA9e9Eab16f88DB2990C183/info.json
deleted file mode 100644
index 5c38843c8c7de..0000000000000
--- a/blockchains/ethereum/assets/0xd4cA5c2AFf1eeFb0BeA9e9Eab16f88DB2990C183/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XRP CLASSIC",
- "symbol": "XRPC",
- "type": "ERC20",
- "decimals": 8,
- "description": "XRP CLASSIC presents a decentralized accessible blockchain and cryptocurrency infrastructure; it is absolutely open source content management system. XRP CLASSIC is promoting a smart contract platform, the main goal of which is to provide the most progressive properties no other platform is able to offer right now.",
- "website": "https://xrpclassic.io/",
- "explorer": "https://etherscan.io/token/0xd4cA5c2AFf1eeFb0BeA9e9Eab16f88DB2990C183",
- "status": "active",
- "id": "0xd4cA5c2AFf1eeFb0BeA9e9Eab16f88DB2990C183"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd4cA5c2AFf1eeFb0BeA9e9Eab16f88DB2990C183/logo.png b/blockchains/ethereum/assets/0xd4cA5c2AFf1eeFb0BeA9e9Eab16f88DB2990C183/logo.png
deleted file mode 100644
index 65a1241ceeb0c..0000000000000
Binary files a/blockchains/ethereum/assets/0xd4cA5c2AFf1eeFb0BeA9e9Eab16f88DB2990C183/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd4deD7a563B7032b46EF6A484663CA053ded7E20/info.json b/blockchains/ethereum/assets/0xd4deD7a563B7032b46EF6A484663CA053ded7E20/info.json
deleted file mode 100644
index eac9fbe8df9d6..0000000000000
--- a/blockchains/ethereum/assets/0xd4deD7a563B7032b46EF6A484663CA053ded7E20/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "iHDVi",
- "symbol": "iHDVi",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd4deD7a563B7032b46EF6A484663CA053ded7E20",
- "status": "abandoned",
- "id": "0xd4deD7a563B7032b46EF6A484663CA053ded7E20"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd4deD7a563B7032b46EF6A484663CA053ded7E20/logo.png b/blockchains/ethereum/assets/0xd4deD7a563B7032b46EF6A484663CA053ded7E20/logo.png
deleted file mode 100644
index 1bc3fd8ce6d6c..0000000000000
Binary files a/blockchains/ethereum/assets/0xd4deD7a563B7032b46EF6A484663CA053ded7E20/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd4fa1460F537bb9085d22C7bcCB5DD450Ef28e3a/info.json b/blockchains/ethereum/assets/0xd4fa1460F537bb9085d22C7bcCB5DD450Ef28e3a/info.json
deleted file mode 100644
index 22db9f46e86aa..0000000000000
--- a/blockchains/ethereum/assets/0xd4fa1460F537bb9085d22C7bcCB5DD450Ef28e3a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Populous",
- "website": "https://populous.world",
- "description": "The idea behind Populous is to allow enterprise owners the opportunity for liquidity on invoices for durations up to 90 days using a peer-to-peer invoice financing platform.",
- "explorer": "https://etherscan.io/token/0xd4fa1460F537bb9085d22C7bcCB5DD450Ef28e3a",
- "type": "ERC20",
- "symbol": "PPT",
- "decimals": 8,
- "status": "active",
- "id": "0xd4fa1460F537bb9085d22C7bcCB5DD450Ef28e3a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd4fa1460F537bb9085d22C7bcCB5DD450Ef28e3a/logo.png b/blockchains/ethereum/assets/0xd4fa1460F537bb9085d22C7bcCB5DD450Ef28e3a/logo.png
deleted file mode 100644
index d4038c1ad0149..0000000000000
Binary files a/blockchains/ethereum/assets/0xd4fa1460F537bb9085d22C7bcCB5DD450Ef28e3a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd50649AAb1D39d68BC965E0F6D1cfe0010e4908b/info.json b/blockchains/ethereum/assets/0xd50649AAb1D39d68BC965E0F6D1cfe0010e4908b/info.json
deleted file mode 100644
index 0846434401175..0000000000000
--- a/blockchains/ethereum/assets/0xd50649AAb1D39d68BC965E0F6D1cfe0010e4908b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TOSC",
- "symbol": "TOSC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd50649AAb1D39d68BC965E0F6D1cfe0010e4908b",
- "status": "abandoned",
- "id": "0xd50649AAb1D39d68BC965E0F6D1cfe0010e4908b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd50649AAb1D39d68BC965E0F6D1cfe0010e4908b/logo.png b/blockchains/ethereum/assets/0xd50649AAb1D39d68BC965E0F6D1cfe0010e4908b/logo.png
deleted file mode 100644
index 885a0ac0fc136..0000000000000
Binary files a/blockchains/ethereum/assets/0xd50649AAb1D39d68BC965E0F6D1cfe0010e4908b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd511a64BfC1039Eccf503aC0Ef111c6C1c630B95/info.json b/blockchains/ethereum/assets/0xd511a64BfC1039Eccf503aC0Ef111c6C1c630B95/info.json
deleted file mode 100644
index da36531957868..0000000000000
--- a/blockchains/ethereum/assets/0xd511a64BfC1039Eccf503aC0Ef111c6C1c630B95/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fort Knox",
- "symbol": "La-li-lu-le-lo",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd511a64BfC1039Eccf503aC0Ef111c6C1c630B95",
- "status": "abandoned",
- "id": "0xd511a64BfC1039Eccf503aC0Ef111c6C1c630B95"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd511a64BfC1039Eccf503aC0Ef111c6C1c630B95/logo.png b/blockchains/ethereum/assets/0xd511a64BfC1039Eccf503aC0Ef111c6C1c630B95/logo.png
deleted file mode 100644
index 021380e3284b5..0000000000000
Binary files a/blockchains/ethereum/assets/0xd511a64BfC1039Eccf503aC0Ef111c6C1c630B95/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd51e852630DeBC24E9e1041a03d80A0107F8Ef0C/info.json b/blockchains/ethereum/assets/0xd51e852630DeBC24E9e1041a03d80A0107F8Ef0C/info.json
deleted file mode 100644
index 524ad075edb99..0000000000000
--- a/blockchains/ethereum/assets/0xd51e852630DeBC24E9e1041a03d80A0107F8Ef0C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "ORM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://oriumcoin.com/",
- "explorer": "https://etherscan.io/token/0xd51e852630DeBC24E9e1041a03d80A0107F8Ef0C",
- "status": "abandoned",
- "id": "0xd51e852630DeBC24E9e1041a03d80A0107F8Ef0C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd51e852630DeBC24E9e1041a03d80A0107F8Ef0C/logo.png b/blockchains/ethereum/assets/0xd51e852630DeBC24E9e1041a03d80A0107F8Ef0C/logo.png
deleted file mode 100755
index d6f039532358c..0000000000000
Binary files a/blockchains/ethereum/assets/0xd51e852630DeBC24E9e1041a03d80A0107F8Ef0C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd52C2f7D213192E3Ea1e0DF8952a49423587fc87/info.json b/blockchains/ethereum/assets/0xd52C2f7D213192E3Ea1e0DF8952a49423587fc87/info.json
deleted file mode 100644
index bc56090d93333..0000000000000
--- a/blockchains/ethereum/assets/0xd52C2f7D213192E3Ea1e0DF8952a49423587fc87/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Josh",
- "symbol": "JOSH",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd52C2f7D213192E3Ea1e0DF8952a49423587fc87",
- "status": "abandoned",
- "id": "0xd52C2f7D213192E3Ea1e0DF8952a49423587fc87"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd52C2f7D213192E3Ea1e0DF8952a49423587fc87/logo.png b/blockchains/ethereum/assets/0xd52C2f7D213192E3Ea1e0DF8952a49423587fc87/logo.png
deleted file mode 100644
index 0a53fe26999ca..0000000000000
Binary files a/blockchains/ethereum/assets/0xd52C2f7D213192E3Ea1e0DF8952a49423587fc87/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd53370AcF66044910BB49CbcfE8f3cD020337f60/info.json b/blockchains/ethereum/assets/0xd53370AcF66044910BB49CbcfE8f3cD020337f60/info.json
deleted file mode 100644
index 758a51b154013..0000000000000
--- a/blockchains/ethereum/assets/0xd53370AcF66044910BB49CbcfE8f3cD020337f60/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Consensus Token",
- "symbol": "SEN",
- "type": "ERC20",
- "decimals": 18,
- "description": "Consensus is the open-sourced, decentralized artificial intelligence platform, powered by native cryptocurrency, and built with the vision to improve the governance mechanisms at all levels of organizational structures: community, startup, non-profit, enterprise, city, county or the entire country.",
- "website": "https://consensus.ai/",
- "explorer": "https://etherscan.io/token/0xd53370AcF66044910BB49CbcfE8f3cD020337f60",
- "status": "active",
- "id": "0xd53370AcF66044910BB49CbcfE8f3cD020337f60"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd53370AcF66044910BB49CbcfE8f3cD020337f60/logo.png b/blockchains/ethereum/assets/0xd53370AcF66044910BB49CbcfE8f3cD020337f60/logo.png
deleted file mode 100644
index 44dd87dc24e5a..0000000000000
Binary files a/blockchains/ethereum/assets/0xd53370AcF66044910BB49CbcfE8f3cD020337f60/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd54e6C3336ba57E3394B20Ff60bf3dC4B387517a/info.json b/blockchains/ethereum/assets/0xd54e6C3336ba57E3394B20Ff60bf3dC4B387517a/info.json
deleted file mode 100644
index d37e567310b9d..0000000000000
--- a/blockchains/ethereum/assets/0xd54e6C3336ba57E3394B20Ff60bf3dC4B387517a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 127-CN43",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd54e6C3336ba57E3394B20Ff60bf3dC4B387517a",
- "status": "abandoned",
- "id": "0xd54e6C3336ba57E3394B20Ff60bf3dC4B387517a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd54e6C3336ba57E3394B20Ff60bf3dC4B387517a/logo.png b/blockchains/ethereum/assets/0xd54e6C3336ba57E3394B20Ff60bf3dC4B387517a/logo.png
deleted file mode 100644
index 0afc3b29de869..0000000000000
Binary files a/blockchains/ethereum/assets/0xd54e6C3336ba57E3394B20Ff60bf3dC4B387517a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd5527579226E4ebC8864906E49D05d4458CcF47f/info.json b/blockchains/ethereum/assets/0xd5527579226E4ebC8864906E49D05d4458CcF47f/info.json
deleted file mode 100644
index 1ba897fb68f27..0000000000000
--- a/blockchains/ethereum/assets/0xd5527579226E4ebC8864906E49D05d4458CcF47f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kubera token",
- "symbol": "KBR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd5527579226E4ebC8864906E49D05d4458CcF47f",
- "status": "abandoned",
- "id": "0xd5527579226E4ebC8864906E49D05d4458CcF47f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd5527579226E4ebC8864906E49D05d4458CcF47f/logo.png b/blockchains/ethereum/assets/0xd5527579226E4ebC8864906E49D05d4458CcF47f/logo.png
deleted file mode 100644
index 2fab293b569f4..0000000000000
Binary files a/blockchains/ethereum/assets/0xd5527579226E4ebC8864906E49D05d4458CcF47f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd559f20296FF4895da39b5bd9ADd54b442596a61/info.json b/blockchains/ethereum/assets/0xd559f20296FF4895da39b5bd9ADd54b442596a61/info.json
deleted file mode 100644
index 94891c1f38637..0000000000000
--- a/blockchains/ethereum/assets/0xd559f20296FF4895da39b5bd9ADd54b442596a61/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FintruX Network",
- "symbol": "FTX",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Global P2P Lending Ecosystem Powered By Ethereum And No-Code Development.",
- "website": "https://www.fintrux.com",
- "explorer": "https://etherscan.io/token/0xd559f20296FF4895da39b5bd9ADd54b442596a61",
- "status": "active",
- "id": "0xd559f20296FF4895da39b5bd9ADd54b442596a61"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd559f20296FF4895da39b5bd9ADd54b442596a61/logo.png b/blockchains/ethereum/assets/0xd559f20296FF4895da39b5bd9ADd54b442596a61/logo.png
deleted file mode 100644
index 73c5dfa21763d..0000000000000
Binary files a/blockchains/ethereum/assets/0xd559f20296FF4895da39b5bd9ADd54b442596a61/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd55BD2C12B30075b325Bc35aEf0B46363B3818f8/info.json b/blockchains/ethereum/assets/0xd55BD2C12B30075b325Bc35aEf0B46363B3818f8/info.json
deleted file mode 100644
index 481d6b3b45ab3..0000000000000
--- a/blockchains/ethereum/assets/0xd55BD2C12B30075b325Bc35aEf0B46363B3818f8/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Zombie.Finance(ZOMBIE)",
- "website": "https://zombie.finance/",
- "description": "Zombie is an decentralized experiment to see how people will react having power over one another.",
- "explorer": "https://etherscan.io/token/0xd55BD2C12B30075b325Bc35aEf0B46363B3818f8",
- "type": "ERC20",
- "symbol": "ZOMBIE",
- "decimals": 18,
- "status": "active",
- "id": "0xd55BD2C12B30075b325Bc35aEf0B46363B3818f8",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/zombie-finance/zombie-protocol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Zombie.Finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd55BD2C12B30075b325Bc35aEf0B46363B3818f8/logo.png b/blockchains/ethereum/assets/0xd55BD2C12B30075b325Bc35aEf0B46363B3818f8/logo.png
deleted file mode 100644
index ab5652a8e4d1a..0000000000000
Binary files a/blockchains/ethereum/assets/0xd55BD2C12B30075b325Bc35aEf0B46363B3818f8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd5Cfa997a1052464e4B9Af462f9D5facE9b1f730/info.json b/blockchains/ethereum/assets/0xd5Cfa997a1052464e4B9Af462f9D5facE9b1f730/info.json
deleted file mode 100644
index 83dea6251a855..0000000000000
--- a/blockchains/ethereum/assets/0xd5Cfa997a1052464e4B9Af462f9D5facE9b1f730/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yobtc Token",
- "symbol": "YOBTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd5Cfa997a1052464e4B9Af462f9D5facE9b1f730",
- "status": "abandoned",
- "id": "0xd5Cfa997a1052464e4B9Af462f9D5facE9b1f730"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd5Cfa997a1052464e4B9Af462f9D5facE9b1f730/logo.png b/blockchains/ethereum/assets/0xd5Cfa997a1052464e4B9Af462f9D5facE9b1f730/logo.png
deleted file mode 100644
index 851f1d4f4412c..0000000000000
Binary files a/blockchains/ethereum/assets/0xd5Cfa997a1052464e4B9Af462f9D5facE9b1f730/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd5f788ca0de8f17cBDe1D1E35aA8F005A87fa00b/info.json b/blockchains/ethereum/assets/0xd5f788ca0de8f17cBDe1D1E35aA8F005A87fa00b/info.json
deleted file mode 100644
index d177f86ec051a..0000000000000
--- a/blockchains/ethereum/assets/0xd5f788ca0de8f17cBDe1D1E35aA8F005A87fa00b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Shivers",
- "symbol": "SHVR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "http://shivers.io",
- "explorer": "https://etherscan.io/token/0xd5f788ca0de8f17cBDe1D1E35aA8F005A87fa00b",
- "status": "abandoned",
- "id": "0xd5f788ca0de8f17cBDe1D1E35aA8F005A87fa00b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd5f788ca0de8f17cBDe1D1E35aA8F005A87fa00b/logo.png b/blockchains/ethereum/assets/0xd5f788ca0de8f17cBDe1D1E35aA8F005A87fa00b/logo.png
deleted file mode 100644
index 25cb4679a2a6d..0000000000000
Binary files a/blockchains/ethereum/assets/0xd5f788ca0de8f17cBDe1D1E35aA8F005A87fa00b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd61eEAcFe8035B5737c33cbc6F68Bbf28a5dB615/info.json b/blockchains/ethereum/assets/0xd61eEAcFe8035B5737c33cbc6F68Bbf28a5dB615/info.json
deleted file mode 100644
index 7a0ada4d3d58d..0000000000000
--- a/blockchains/ethereum/assets/0xd61eEAcFe8035B5737c33cbc6F68Bbf28a5dB615/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Premium",
- "symbol": "PRE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd61eEAcFe8035B5737c33cbc6F68Bbf28a5dB615",
- "status": "abandoned",
- "id": "0xd61eEAcFe8035B5737c33cbc6F68Bbf28a5dB615"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd61eEAcFe8035B5737c33cbc6F68Bbf28a5dB615/logo.png b/blockchains/ethereum/assets/0xd61eEAcFe8035B5737c33cbc6F68Bbf28a5dB615/logo.png
deleted file mode 100755
index 23986ea5e4a5a..0000000000000
Binary files a/blockchains/ethereum/assets/0xd61eEAcFe8035B5737c33cbc6F68Bbf28a5dB615/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd6327ce1fb9D6020E8C2c0E124A1eC23DCAb7536/info.json b/blockchains/ethereum/assets/0xd6327ce1fb9D6020E8C2c0E124A1eC23DCAb7536/info.json
deleted file mode 100644
index be7842e9cdee9..0000000000000
--- a/blockchains/ethereum/assets/0xd6327ce1fb9D6020E8C2c0E124A1eC23DCAb7536/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cum Inu",
- "type": "ERC20",
- "symbol": "CUMINU",
- "decimals": 18,
- "website": "https://cuminu.io/",
- "description": "UMINU’s mission is to combine the best features of the major adult content sites into a ‘one stop shop’, entirely cryptocurrency based. CUMINU will differentiate itself from competitors by offering lower fees for models, a next-gen platform and new and novel content and ways for fans to interact with their favorite stars.",
- "explorer": "https://etherscan.io/token/0xd6327ce1fb9D6020E8C2c0E124A1eC23DCAb7536",
- "status": "active",
- "id": "0xd6327ce1fb9D6020E8C2c0E124A1eC23DCAb7536"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd6327ce1fb9D6020E8C2c0E124A1eC23DCAb7536/logo.png b/blockchains/ethereum/assets/0xd6327ce1fb9D6020E8C2c0E124A1eC23DCAb7536/logo.png
deleted file mode 100644
index d59a0d7932d8b..0000000000000
Binary files a/blockchains/ethereum/assets/0xd6327ce1fb9D6020E8C2c0E124A1eC23DCAb7536/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd64904232b4674c24fA59170D12fC7df20f5880e/info.json b/blockchains/ethereum/assets/0xd64904232b4674c24fA59170D12fC7df20f5880e/info.json
deleted file mode 100644
index 1a46b9f000e2a..0000000000000
--- a/blockchains/ethereum/assets/0xd64904232b4674c24fA59170D12fC7df20f5880e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VEDX TOKEN",
- "symbol": "VEDX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd64904232b4674c24fA59170D12fC7df20f5880e",
- "status": "abandoned",
- "id": "0xd64904232b4674c24fA59170D12fC7df20f5880e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd64904232b4674c24fA59170D12fC7df20f5880e/logo.png b/blockchains/ethereum/assets/0xd64904232b4674c24fA59170D12fC7df20f5880e/logo.png
deleted file mode 100644
index 5aae429e0b502..0000000000000
Binary files a/blockchains/ethereum/assets/0xd64904232b4674c24fA59170D12fC7df20f5880e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd6875274b000462F59e9327cbDe2cEf637914569/info.json b/blockchains/ethereum/assets/0xd6875274b000462F59e9327cbDe2cEf637914569/info.json
deleted file mode 100644
index 11fe46022ba05..0000000000000
--- a/blockchains/ethereum/assets/0xd6875274b000462F59e9327cbDe2cEf637914569/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QUSD",
- "symbol": "QUSD",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://qusd.co.uk",
- "explorer": "https://etherscan.io/token/0xd6875274b000462F59e9327cbDe2cEf637914569",
- "status": "abandoned",
- "id": "0xd6875274b000462F59e9327cbDe2cEf637914569"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd6875274b000462F59e9327cbDe2cEf637914569/logo.png b/blockchains/ethereum/assets/0xd6875274b000462F59e9327cbDe2cEf637914569/logo.png
deleted file mode 100644
index 51aa247c1b3d7..0000000000000
Binary files a/blockchains/ethereum/assets/0xd6875274b000462F59e9327cbDe2cEf637914569/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd68F761Ae71467996B65522711357e5cfC1045B3/info.json b/blockchains/ethereum/assets/0xd68F761Ae71467996B65522711357e5cfC1045B3/info.json
deleted file mode 100644
index df583d90f0c69..0000000000000
--- a/blockchains/ethereum/assets/0xd68F761Ae71467996B65522711357e5cfC1045B3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Velox",
- "symbol": "VLX",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd68F761Ae71467996B65522711357e5cfC1045B3",
- "status": "abandoned",
- "id": "0xd68F761Ae71467996B65522711357e5cfC1045B3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd68F761Ae71467996B65522711357e5cfC1045B3/logo.png b/blockchains/ethereum/assets/0xd68F761Ae71467996B65522711357e5cfC1045B3/logo.png
deleted file mode 100644
index 9ed85fcbc294e..0000000000000
Binary files a/blockchains/ethereum/assets/0xd68F761Ae71467996B65522711357e5cfC1045B3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd690AA91dc5C68E3967495E9533E09930c723E73/info.json b/blockchains/ethereum/assets/0xd690AA91dc5C68E3967495E9533E09930c723E73/info.json
deleted file mode 100644
index ffd214aff4cc2..0000000000000
--- a/blockchains/ethereum/assets/0xd690AA91dc5C68E3967495E9533E09930c723E73/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HapTap",
- "symbol": "HTP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd690AA91dc5C68E3967495E9533E09930c723E73",
- "status": "abandoned",
- "id": "0xd690AA91dc5C68E3967495E9533E09930c723E73"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd690AA91dc5C68E3967495E9533E09930c723E73/logo.png b/blockchains/ethereum/assets/0xd690AA91dc5C68E3967495E9533E09930c723E73/logo.png
deleted file mode 100644
index 58988e41a254b..0000000000000
Binary files a/blockchains/ethereum/assets/0xd690AA91dc5C68E3967495E9533E09930c723E73/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd6A81D7A8B4D1Cc947138d9e4ACA5D3cdE33a170/info.json b/blockchains/ethereum/assets/0xd6A81D7A8B4D1Cc947138d9e4ACA5D3cdE33a170/info.json
deleted file mode 100644
index 07ed873ca426c..0000000000000
--- a/blockchains/ethereum/assets/0xd6A81D7A8B4D1Cc947138d9e4ACA5D3cdE33a170/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Credo ICO Token",
- "symbol": "CREDOICO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd6A81D7A8B4D1Cc947138d9e4ACA5D3cdE33a170",
- "status": "abandoned",
- "id": "0xd6A81D7A8B4D1Cc947138d9e4ACA5D3cdE33a170"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd6A81D7A8B4D1Cc947138d9e4ACA5D3cdE33a170/logo.png b/blockchains/ethereum/assets/0xd6A81D7A8B4D1Cc947138d9e4ACA5D3cdE33a170/logo.png
deleted file mode 100644
index cec09f60eeff3..0000000000000
Binary files a/blockchains/ethereum/assets/0xd6A81D7A8B4D1Cc947138d9e4ACA5D3cdE33a170/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd6aD7a6750A7593E092a9B218d66C0A814a3436e/info.json b/blockchains/ethereum/assets/0xd6aD7a6750A7593E092a9B218d66C0A814a3436e/info.json
deleted file mode 100644
index 84a217822d09c..0000000000000
--- a/blockchains/ethereum/assets/0xd6aD7a6750A7593E092a9B218d66C0A814a3436e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "iearn USDC",
- "symbol": "yUSDC",
- "type": "ERC20",
- "decimals": 6,
- "description": "Simple auto interest rate switching tokens for Compound, Fulcrum, Aave, and dYdX.",
- "website": "https://docs.yearn.finance/",
- "explorer": "https://etherscan.io/token/0xd6aD7a6750A7593E092a9B218d66C0A814a3436e",
- "status": "active",
- "id": "0xd6aD7a6750A7593E092a9B218d66C0A814a3436e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd6aD7a6750A7593E092a9B218d66C0A814a3436e/logo.png b/blockchains/ethereum/assets/0xd6aD7a6750A7593E092a9B218d66C0A814a3436e/logo.png
deleted file mode 100644
index 9aa9d5c0a0b3c..0000000000000
Binary files a/blockchains/ethereum/assets/0xd6aD7a6750A7593E092a9B218d66C0A814a3436e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd6bD97a26232bA02172Ff86b055d5D7bE789335B/info.json b/blockchains/ethereum/assets/0xd6bD97a26232bA02172Ff86b055d5D7bE789335B/info.json
deleted file mode 100644
index ce4dbcf6842aa..0000000000000
--- a/blockchains/ethereum/assets/0xd6bD97a26232bA02172Ff86b055d5D7bE789335B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ormeus Cash",
- "website": "https://ormeuscash.com/",
- "description": "Ormeus Cash is a True Transactional Coin for a New Era of Commerce",
- "explorer": "https://etherscan.io/token/0xd6bD97a26232bA02172Ff86b055d5D7bE789335B",
- "type": "ERC20",
- "symbol": "OMC",
- "decimals": 18,
- "status": "active",
- "id": "0xd6bD97a26232bA02172Ff86b055d5D7bE789335B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd6bD97a26232bA02172Ff86b055d5D7bE789335B/logo.png b/blockchains/ethereum/assets/0xd6bD97a26232bA02172Ff86b055d5D7bE789335B/logo.png
deleted file mode 100644
index 7f5dff769f6d0..0000000000000
Binary files a/blockchains/ethereum/assets/0xd6bD97a26232bA02172Ff86b055d5D7bE789335B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd6c730B861F9A4DED3C20105ad152Accd7621F9b/info.json b/blockchains/ethereum/assets/0xd6c730B861F9A4DED3C20105ad152Accd7621F9b/info.json
deleted file mode 100644
index 5b8f36c3ae2af..0000000000000
--- a/blockchains/ethereum/assets/0xd6c730B861F9A4DED3C20105ad152Accd7621F9b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TTX",
- "symbol": "TTX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd6c730B861F9A4DED3C20105ad152Accd7621F9b",
- "status": "abandoned",
- "id": "0xd6c730B861F9A4DED3C20105ad152Accd7621F9b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd6c730B861F9A4DED3C20105ad152Accd7621F9b/logo.png b/blockchains/ethereum/assets/0xd6c730B861F9A4DED3C20105ad152Accd7621F9b/logo.png
deleted file mode 100644
index f88992eea63be..0000000000000
Binary files a/blockchains/ethereum/assets/0xd6c730B861F9A4DED3C20105ad152Accd7621F9b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd6cAF5Bd23CF057f5FcCCE295Dcc50C01C198707/info.json b/blockchains/ethereum/assets/0xd6cAF5Bd23CF057f5FcCCE295Dcc50C01C198707/info.json
deleted file mode 100644
index fffc32ceaf08d..0000000000000
--- a/blockchains/ethereum/assets/0xd6cAF5Bd23CF057f5FcCCE295Dcc50C01C198707/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Evanesco Network",
- "type": "ERC20",
- "symbol": "EVA",
- "decimals": 18,
- "website": "https://www.evanesco.org/",
- "description": "Layer0 Network Infrastructure & Private Finance Protocol Platform for Web3",
- "explorer": "https://etherscan.io/token/0xd6caf5bd23cf057f5fccce295dcc50c01c198707",
- "status": "active",
- "id": "0xd6cAF5Bd23CF057f5FcCCE295Dcc50C01C198707"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd6cAF5Bd23CF057f5FcCCE295Dcc50C01C198707/logo.png b/blockchains/ethereum/assets/0xd6cAF5Bd23CF057f5FcCCE295Dcc50C01C198707/logo.png
deleted file mode 100644
index d089209ef43ae..0000000000000
Binary files a/blockchains/ethereum/assets/0xd6cAF5Bd23CF057f5FcCCE295Dcc50C01C198707/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd6e7870B7B4b3990ee3Bdd80641827BF0B58246a/info.json b/blockchains/ethereum/assets/0xd6e7870B7B4b3990ee3Bdd80641827BF0B58246a/info.json
deleted file mode 100644
index c518f67afa673..0000000000000
--- a/blockchains/ethereum/assets/0xd6e7870B7B4b3990ee3Bdd80641827BF0B58246a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BrazilMinerioCoin",
- "symbol": "BMC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd6e7870B7B4b3990ee3Bdd80641827BF0B58246a",
- "status": "abandoned",
- "id": "0xd6e7870B7B4b3990ee3Bdd80641827BF0B58246a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd6e7870B7B4b3990ee3Bdd80641827BF0B58246a/logo.png b/blockchains/ethereum/assets/0xd6e7870B7B4b3990ee3Bdd80641827BF0B58246a/logo.png
deleted file mode 100644
index b7e3792d2dec2..0000000000000
Binary files a/blockchains/ethereum/assets/0xd6e7870B7B4b3990ee3Bdd80641827BF0B58246a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd6f4815213D6212Bd2B0ec80F2df084e5B9dbDAb/info.json b/blockchains/ethereum/assets/0xd6f4815213D6212Bd2B0ec80F2df084e5B9dbDAb/info.json
deleted file mode 100644
index 05f178911249f..0000000000000
--- a/blockchains/ethereum/assets/0xd6f4815213D6212Bd2B0ec80F2df084e5B9dbDAb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AARON",
- "symbol": "AARON",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd6f4815213D6212Bd2B0ec80F2df084e5B9dbDAb",
- "status": "abandoned",
- "id": "0xd6f4815213D6212Bd2B0ec80F2df084e5B9dbDAb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd6f4815213D6212Bd2B0ec80F2df084e5B9dbDAb/logo.png b/blockchains/ethereum/assets/0xd6f4815213D6212Bd2B0ec80F2df084e5B9dbDAb/logo.png
deleted file mode 100644
index 08658547254cb..0000000000000
Binary files a/blockchains/ethereum/assets/0xd6f4815213D6212Bd2B0ec80F2df084e5B9dbDAb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd7631787B4dCc87b1254cfd1e5cE48e96823dEe8/info.json b/blockchains/ethereum/assets/0xd7631787B4dCc87b1254cfd1e5cE48e96823dEe8/info.json
deleted file mode 100644
index 1f63e0a01ba5e..0000000000000
--- a/blockchains/ethereum/assets/0xd7631787B4dCc87b1254cfd1e5cE48e96823dEe8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SOCIAL",
- "symbol": "SCL",
- "type": "ERC20",
- "decimals": 8,
- "description": "Sociall (SCL) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://sociall.io",
- "explorer": "https://etherscan.io/token/0xd7631787B4dCc87b1254cfd1e5cE48e96823dEe8",
- "status": "active",
- "id": "0xd7631787B4dCc87b1254cfd1e5cE48e96823dEe8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd7631787B4dCc87b1254cfd1e5cE48e96823dEe8/logo.png b/blockchains/ethereum/assets/0xd7631787B4dCc87b1254cfd1e5cE48e96823dEe8/logo.png
deleted file mode 100644
index a3ce2f3c51ab6..0000000000000
Binary files a/blockchains/ethereum/assets/0xd7631787B4dCc87b1254cfd1e5cE48e96823dEe8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd77604D92cFC8D51C945A52908b8532aB7bD19D2/info.json b/blockchains/ethereum/assets/0xd77604D92cFC8D51C945A52908b8532aB7bD19D2/info.json
deleted file mode 100644
index 8edd34873ec4a..0000000000000
--- a/blockchains/ethereum/assets/0xd77604D92cFC8D51C945A52908b8532aB7bD19D2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Exchain Global",
- "symbol": "EXG",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd77604D92cFC8D51C945A52908b8532aB7bD19D2",
- "status": "abandoned",
- "id": "0xd77604D92cFC8D51C945A52908b8532aB7bD19D2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd77604D92cFC8D51C945A52908b8532aB7bD19D2/logo.png b/blockchains/ethereum/assets/0xd77604D92cFC8D51C945A52908b8532aB7bD19D2/logo.png
deleted file mode 100644
index cfc89afda4ce7..0000000000000
Binary files a/blockchains/ethereum/assets/0xd77604D92cFC8D51C945A52908b8532aB7bD19D2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd77bcd9cf4212A41DEFBcd2E2fF0F50fEa2BE643/info.json b/blockchains/ethereum/assets/0xd77bcd9cf4212A41DEFBcd2E2fF0F50fEa2BE643/info.json
deleted file mode 100644
index 8814249d03a43..0000000000000
--- a/blockchains/ethereum/assets/0xd77bcd9cf4212A41DEFBcd2E2fF0F50fEa2BE643/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GA_chain",
- "symbol": "GA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd77bcd9cf4212A41DEFBcd2E2fF0F50fEa2BE643",
- "status": "spam",
- "id": "0xd77bcd9cf4212A41DEFBcd2E2fF0F50fEa2BE643"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd77bcd9cf4212A41DEFBcd2E2fF0F50fEa2BE643/logo.png b/blockchains/ethereum/assets/0xd77bcd9cf4212A41DEFBcd2E2fF0F50fEa2BE643/logo.png
deleted file mode 100644
index 4336180c762ec..0000000000000
Binary files a/blockchains/ethereum/assets/0xd77bcd9cf4212A41DEFBcd2E2fF0F50fEa2BE643/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd780Ae2Bf04cD96E577D3D014762f831d97129d0/info.json b/blockchains/ethereum/assets/0xd780Ae2Bf04cD96E577D3D014762f831d97129d0/info.json
deleted file mode 100644
index b7b2f9d88b0e9..0000000000000
--- a/blockchains/ethereum/assets/0xd780Ae2Bf04cD96E577D3D014762f831d97129d0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Envion",
- "symbol": "EVN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.envion.org/en/",
- "explorer": "https://etherscan.io/token/0xd780Ae2Bf04cD96E577D3D014762f831d97129d0",
- "status": "abandoned",
- "id": "0xd780Ae2Bf04cD96E577D3D014762f831d97129d0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd780Ae2Bf04cD96E577D3D014762f831d97129d0/logo.png b/blockchains/ethereum/assets/0xd780Ae2Bf04cD96E577D3D014762f831d97129d0/logo.png
deleted file mode 100644
index ac9c1d225fd07..0000000000000
Binary files a/blockchains/ethereum/assets/0xd780Ae2Bf04cD96E577D3D014762f831d97129d0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd7CDdD45629934c2f6ED3B63217bD8085D7C14A8/info.json b/blockchains/ethereum/assets/0xd7CDdD45629934c2f6ED3B63217bD8085D7C14A8/info.json
deleted file mode 100644
index 2d56069496487..0000000000000
--- a/blockchains/ethereum/assets/0xd7CDdD45629934c2f6ED3B63217bD8085D7C14A8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AVH",
- "symbol": "AVH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd7CDdD45629934c2f6ED3B63217bD8085D7C14A8",
- "status": "abandoned",
- "id": "0xd7CDdD45629934c2f6ED3B63217bD8085D7C14A8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd7CDdD45629934c2f6ED3B63217bD8085D7C14A8/logo.png b/blockchains/ethereum/assets/0xd7CDdD45629934c2f6ED3B63217bD8085D7C14A8/logo.png
deleted file mode 100644
index 744b3b10d6dfa..0000000000000
Binary files a/blockchains/ethereum/assets/0xd7CDdD45629934c2f6ED3B63217bD8085D7C14A8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd7E11234aa8993897055600e605a45DC01b516AE/info.json b/blockchains/ethereum/assets/0xd7E11234aa8993897055600e605a45DC01b516AE/info.json
deleted file mode 100644
index c8cd9e3c52034..0000000000000
--- a/blockchains/ethereum/assets/0xd7E11234aa8993897055600e605a45DC01b516AE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BIT AGORA",
- "symbol": "BAA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd7E11234aa8993897055600e605a45DC01b516AE",
- "status": "abandoned",
- "id": "0xd7E11234aa8993897055600e605a45DC01b516AE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd7E11234aa8993897055600e605a45DC01b516AE/logo.png b/blockchains/ethereum/assets/0xd7E11234aa8993897055600e605a45DC01b516AE/logo.png
deleted file mode 100755
index 680d1ea76567a..0000000000000
Binary files a/blockchains/ethereum/assets/0xd7E11234aa8993897055600e605a45DC01b516AE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd7E1e4530D95717506633E58437f056A49c1FABB/info.json b/blockchains/ethereum/assets/0xd7E1e4530D95717506633E58437f056A49c1FABB/info.json
deleted file mode 100644
index 91290568b107a..0000000000000
--- a/blockchains/ethereum/assets/0xd7E1e4530D95717506633E58437f056A49c1FABB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AMA Token",
- "symbol": "AMA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://amaten.io/",
- "explorer": "https://etherscan.io/token/0xd7E1e4530D95717506633E58437f056A49c1FABB",
- "status": "abandoned",
- "id": "0xd7E1e4530D95717506633E58437f056A49c1FABB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd7E1e4530D95717506633E58437f056A49c1FABB/logo.png b/blockchains/ethereum/assets/0xd7E1e4530D95717506633E58437f056A49c1FABB/logo.png
deleted file mode 100644
index dd0167f37320d..0000000000000
Binary files a/blockchains/ethereum/assets/0xd7E1e4530D95717506633E58437f056A49c1FABB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd7F4AEA7c2b8d633D88C449EAb91d7d5Ef89427e/info.json b/blockchains/ethereum/assets/0xd7F4AEA7c2b8d633D88C449EAb91d7d5Ef89427e/info.json
deleted file mode 100644
index 61fae919cf3c1..0000000000000
--- a/blockchains/ethereum/assets/0xd7F4AEA7c2b8d633D88C449EAb91d7d5Ef89427e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EDAX",
- "symbol": "ED",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd7F4AEA7c2b8d633D88C449EAb91d7d5Ef89427e",
- "status": "abandoned",
- "id": "0xd7F4AEA7c2b8d633D88C449EAb91d7d5Ef89427e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd7F4AEA7c2b8d633D88C449EAb91d7d5Ef89427e/logo.png b/blockchains/ethereum/assets/0xd7F4AEA7c2b8d633D88C449EAb91d7d5Ef89427e/logo.png
deleted file mode 100644
index 8c69c5a871114..0000000000000
Binary files a/blockchains/ethereum/assets/0xd7F4AEA7c2b8d633D88C449EAb91d7d5Ef89427e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd7F84CA8cC776Bc4f4d395252F68ccaAA6454a9f/info.json b/blockchains/ethereum/assets/0xd7F84CA8cC776Bc4f4d395252F68ccaAA6454a9f/info.json
deleted file mode 100644
index 6f4c5afdb5ce9..0000000000000
--- a/blockchains/ethereum/assets/0xd7F84CA8cC776Bc4f4d395252F68ccaAA6454a9f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR 500",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd7F84CA8cC776Bc4f4d395252F68ccaAA6454a9f",
- "status": "abandoned",
- "id": "0xd7F84CA8cC776Bc4f4d395252F68ccaAA6454a9f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd7F84CA8cC776Bc4f4d395252F68ccaAA6454a9f/logo.png b/blockchains/ethereum/assets/0xd7F84CA8cC776Bc4f4d395252F68ccaAA6454a9f/logo.png
deleted file mode 100644
index 13e9aaf81c0fc..0000000000000
Binary files a/blockchains/ethereum/assets/0xd7F84CA8cC776Bc4f4d395252F68ccaAA6454a9f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd7FC2Da6B1e60748F18dA01A80360B696518991A/info.json b/blockchains/ethereum/assets/0xd7FC2Da6B1e60748F18dA01A80360B696518991A/info.json
deleted file mode 100644
index 9007630d94546..0000000000000
--- a/blockchains/ethereum/assets/0xd7FC2Da6B1e60748F18dA01A80360B696518991A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UOM MITU F564-JH89",
- "symbol": "UOM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd7FC2Da6B1e60748F18dA01A80360B696518991A",
- "status": "abandoned",
- "id": "0xd7FC2Da6B1e60748F18dA01A80360B696518991A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd7FC2Da6B1e60748F18dA01A80360B696518991A/logo.png b/blockchains/ethereum/assets/0xd7FC2Da6B1e60748F18dA01A80360B696518991A/logo.png
deleted file mode 100644
index 627ab3915998b..0000000000000
Binary files a/blockchains/ethereum/assets/0xd7FC2Da6B1e60748F18dA01A80360B696518991A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd7a150D2eDfE324166436ea0766294634B811Bb5/info.json b/blockchains/ethereum/assets/0xd7a150D2eDfE324166436ea0766294634B811Bb5/info.json
deleted file mode 100644
index 388c2fe637cb9..0000000000000
--- a/blockchains/ethereum/assets/0xd7a150D2eDfE324166436ea0766294634B811Bb5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Asset Compliance",
- "symbol": "DARSA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd7a150D2eDfE324166436ea0766294634B811Bb5",
- "status": "abandoned",
- "id": "0xd7a150D2eDfE324166436ea0766294634B811Bb5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd7a150D2eDfE324166436ea0766294634B811Bb5/logo.png b/blockchains/ethereum/assets/0xd7a150D2eDfE324166436ea0766294634B811Bb5/logo.png
deleted file mode 100644
index 98100f7e7d76d..0000000000000
Binary files a/blockchains/ethereum/assets/0xd7a150D2eDfE324166436ea0766294634B811Bb5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd7c49CEE7E9188cCa6AD8FF264C1DA2e69D4Cf3B/info.json b/blockchains/ethereum/assets/0xd7c49CEE7E9188cCa6AD8FF264C1DA2e69D4Cf3B/info.json
deleted file mode 100644
index c17175908f9de..0000000000000
--- a/blockchains/ethereum/assets/0xd7c49CEE7E9188cCa6AD8FF264C1DA2e69D4Cf3B/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "NXM",
- "website": "https://nexusmutual.io",
- "description": "Nexus Mutual uses Ethereum so that people can pool risk together without the need for an insurance company.",
- "explorer": "https://etherscan.io/token/0xd7c49CEE7E9188cCa6AD8FF264C1DA2e69D4Cf3B",
- "research": "",
- "type": "ERC20",
- "symbol": "NXM",
- "decimals": 18,
- "status": "active",
- "id": "0xd7c49CEE7E9188cCa6AD8FF264C1DA2e69D4Cf3B",
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd7c49CEE7E9188cCa6AD8FF264C1DA2e69D4Cf3B/logo.png b/blockchains/ethereum/assets/0xd7c49CEE7E9188cCa6AD8FF264C1DA2e69D4Cf3B/logo.png
deleted file mode 100644
index aa3f5d3a47740..0000000000000
Binary files a/blockchains/ethereum/assets/0xd7c49CEE7E9188cCa6AD8FF264C1DA2e69D4Cf3B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd80e558027Ee753a0b95757dC3521d0326F13DA2/info.json b/blockchains/ethereum/assets/0xd80e558027Ee753a0b95757dC3521d0326F13DA2/info.json
deleted file mode 100644
index f575a31a560f7..0000000000000
--- a/blockchains/ethereum/assets/0xd80e558027Ee753a0b95757dC3521d0326F13DA2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Fulcrum Perpetual Long ETH-DAI 2x v2",
- "symbol": "dLETH2x",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd80e558027Ee753a0b95757dC3521d0326F13DA2",
- "status": "abandoned",
- "id": "0xd80e558027Ee753a0b95757dC3521d0326F13DA2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd80e558027Ee753a0b95757dC3521d0326F13DA2/logo.png b/blockchains/ethereum/assets/0xd80e558027Ee753a0b95757dC3521d0326F13DA2/logo.png
deleted file mode 100644
index 1cf5bfbde004c..0000000000000
Binary files a/blockchains/ethereum/assets/0xd80e558027Ee753a0b95757dC3521d0326F13DA2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd811250b7fE83150cBB3d70a892fCE6189fB3e08/info.json b/blockchains/ethereum/assets/0xd811250b7fE83150cBB3d70a892fCE6189fB3e08/info.json
deleted file mode 100644
index 7cbcf06716921..0000000000000
--- a/blockchains/ethereum/assets/0xd811250b7fE83150cBB3d70a892fCE6189fB3e08/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Virtual Mind Chain",
- "symbol": "VMC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd811250b7fE83150cBB3d70a892fCE6189fB3e08",
- "status": "abandoned",
- "id": "0xd811250b7fE83150cBB3d70a892fCE6189fB3e08"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd811250b7fE83150cBB3d70a892fCE6189fB3e08/logo.png b/blockchains/ethereum/assets/0xd811250b7fE83150cBB3d70a892fCE6189fB3e08/logo.png
deleted file mode 100644
index 10f6c243e67b0..0000000000000
Binary files a/blockchains/ethereum/assets/0xd811250b7fE83150cBB3d70a892fCE6189fB3e08/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd82Df0ABD3f51425Eb15ef7580fDA55727875f14/info.json b/blockchains/ethereum/assets/0xd82Df0ABD3f51425Eb15ef7580fDA55727875f14/info.json
deleted file mode 100644
index 70db973473b8d..0000000000000
--- a/blockchains/ethereum/assets/0xd82Df0ABD3f51425Eb15ef7580fDA55727875f14/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DAV Token",
- "symbol": "DAV",
- "type": "ERC20",
- "decimals": 18,
- "description": "Enabling a Decentralized, Peer-to-Peer, Global Transportation Network",
- "website": "https://dav.network",
- "explorer": "https://etherscan.io/token/0xd82Df0ABD3f51425Eb15ef7580fDA55727875f14",
- "status": "active",
- "id": "0xd82Df0ABD3f51425Eb15ef7580fDA55727875f14"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd82Df0ABD3f51425Eb15ef7580fDA55727875f14/logo.png b/blockchains/ethereum/assets/0xd82Df0ABD3f51425Eb15ef7580fDA55727875f14/logo.png
deleted file mode 100644
index 30fc7adeda96e..0000000000000
Binary files a/blockchains/ethereum/assets/0xd82Df0ABD3f51425Eb15ef7580fDA55727875f14/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd83C569268930fadAd4cdE6D0cB64450fef32b65/info.json b/blockchains/ethereum/assets/0xd83C569268930fadAd4cdE6D0cB64450fef32b65/info.json
deleted file mode 100644
index c111de8c9ddd3..0000000000000
--- a/blockchains/ethereum/assets/0xd83C569268930fadAd4cdE6D0cB64450fef32b65/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "InvictusCapital.com Token",
- "symbol": "ICAP",
- "type": "ERC20",
- "decimals": 18,
- "description": "The invictuscapital.com token is a community token to reward investors. The token incentivizes long-term holders by aligning them with Invictus Capital, as a portion of all fees earned across all funds will be rebated into a pool to buy and burn ICAP off the market each week.",
- "website": "https://invictuscapital.com/en/icap",
- "explorer": "https://etherscan.io/token/0xd83C569268930fadAd4cdE6D0cB64450fef32b65",
- "status": "active",
- "id": "0xd83C569268930fadAd4cdE6D0cB64450fef32b65"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd83C569268930fadAd4cdE6D0cB64450fef32b65/logo.png b/blockchains/ethereum/assets/0xd83C569268930fadAd4cdE6D0cB64450fef32b65/logo.png
deleted file mode 100644
index c507a76b8af25..0000000000000
Binary files a/blockchains/ethereum/assets/0xd83C569268930fadAd4cdE6D0cB64450fef32b65/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd8446236FA95b9b5f9fd0f8E7Df1a944823c683d/info.json b/blockchains/ethereum/assets/0xd8446236FA95b9b5f9fd0f8E7Df1a944823c683d/info.json
deleted file mode 100644
index 752c1e33147a3..0000000000000
--- a/blockchains/ethereum/assets/0xd8446236FA95b9b5f9fd0f8E7Df1a944823c683d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NEEO",
- "symbol": "NEEO",
- "type": "ERC20",
- "decimals": 18,
- "description": "NEEO Messenger immediately translates text messages from more than a hundred foreign languages into your native language. NEEO Play application is a gaming platform where you can earn NEEO tokens. Inside you can find seven different exciting games designed especially for the project NEEO Play.",
- "website": "http://neeoico.com/",
- "explorer": "https://etherscan.io/token/0xd8446236FA95b9b5f9fd0f8E7Df1a944823c683d",
- "status": "active",
- "id": "0xd8446236FA95b9b5f9fd0f8E7Df1a944823c683d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd8446236FA95b9b5f9fd0f8E7Df1a944823c683d/logo.png b/blockchains/ethereum/assets/0xd8446236FA95b9b5f9fd0f8E7Df1a944823c683d/logo.png
deleted file mode 100644
index 9e376290b7f25..0000000000000
Binary files a/blockchains/ethereum/assets/0xd8446236FA95b9b5f9fd0f8E7Df1a944823c683d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd87a71e539f43a8a0340c69ba7c3c64700fbaa8d/logo.png b/blockchains/ethereum/assets/0xd87a71e539f43a8a0340c69ba7c3c64700fbaa8d/logo.png
new file mode 100644
index 0000000000000..27a27436bb139
Binary files /dev/null and b/blockchains/ethereum/assets/0xd87a71e539f43a8a0340c69ba7c3c64700fbaa8d/logo.png differ
diff --git a/blockchains/ethereum/assets/0xd8950fDeaa10304B7A7Fd03a2FC66BC39f3c711a/info.json b/blockchains/ethereum/assets/0xd8950fDeaa10304B7A7Fd03a2FC66BC39f3c711a/info.json
deleted file mode 100644
index 6287d6e7cd92b..0000000000000
--- a/blockchains/ethereum/assets/0xd8950fDeaa10304B7A7Fd03a2FC66BC39f3c711a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "wys Token",
- "symbol": "WYS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://wystoken.org",
- "explorer": "https://etherscan.io/token/0xd8950fDeaa10304B7A7Fd03a2FC66BC39f3c711a",
- "status": "abandoned",
- "id": "0xd8950fDeaa10304B7A7Fd03a2FC66BC39f3c711a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd8950fDeaa10304B7A7Fd03a2FC66BC39f3c711a/logo.png b/blockchains/ethereum/assets/0xd8950fDeaa10304B7A7Fd03a2FC66BC39f3c711a/logo.png
deleted file mode 100644
index 26d8780cb7154..0000000000000
Binary files a/blockchains/ethereum/assets/0xd8950fDeaa10304B7A7Fd03a2FC66BC39f3c711a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd8B8E1Eca89dA014E67fDbc2014eaA8E171079bF/info.json b/blockchains/ethereum/assets/0xd8B8E1Eca89dA014E67fDbc2014eaA8E171079bF/info.json
deleted file mode 100644
index 25359706c1e44..0000000000000
--- a/blockchains/ethereum/assets/0xd8B8E1Eca89dA014E67fDbc2014eaA8E171079bF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FreldoCoinX",
- "symbol": "FRECNX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd8B8E1Eca89dA014E67fDbc2014eaA8E171079bF",
- "status": "abandoned",
- "id": "0xd8B8E1Eca89dA014E67fDbc2014eaA8E171079bF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd8B8E1Eca89dA014E67fDbc2014eaA8E171079bF/logo.png b/blockchains/ethereum/assets/0xd8B8E1Eca89dA014E67fDbc2014eaA8E171079bF/logo.png
deleted file mode 100644
index ed7fb368b1d9d..0000000000000
Binary files a/blockchains/ethereum/assets/0xd8B8E1Eca89dA014E67fDbc2014eaA8E171079bF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd8Fa690304D2B2824D918C0c7376e2823704557A/info.json b/blockchains/ethereum/assets/0xd8Fa690304D2B2824D918C0c7376e2823704557A/info.json
deleted file mode 100644
index 77bf380acabde..0000000000000
--- a/blockchains/ethereum/assets/0xd8Fa690304D2B2824D918C0c7376e2823704557A/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "SquidGrow",
- "type": "ERC20",
- "symbol": "SquidGrow",
- "decimals": 9,
- "website": "https://squidgrow.wtf",
- "description": "SquidGrow was conceptualized by anonymous crypto billionaire “Shibtoshi” and is pushing boundaries and setting precedents for a growing meme-utility token.",
- "explorer": "https://etherscan.io/token/0xd8fa690304d2b2824d918c0c7376e2823704557a",
- "status": "active",
- "id": "0xd8Fa690304D2B2824D918C0c7376e2823704557A",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/squid_grow"
- },
- {
- "name": "telegram",
- "url": "https://t.me/SquidGrowPortalEntry"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/squid-grow/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/squidgrow"
- },
- {
- "name": "discord",
- "url": "https://discord.com/HgsgryRpwB"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xd8Fa690304D2B2824D918C0c7376e2823704557A/logo.png b/blockchains/ethereum/assets/0xd8Fa690304D2B2824D918C0c7376e2823704557A/logo.png
deleted file mode 100644
index 599cd735e829a..0000000000000
Binary files a/blockchains/ethereum/assets/0xd8Fa690304D2B2824D918C0c7376e2823704557A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd8FcAb3cB8c766Ea1aE85c624c650588958F9666/info.json b/blockchains/ethereum/assets/0xd8FcAb3cB8c766Ea1aE85c624c650588958F9666/info.json
deleted file mode 100644
index 606be1f1025b4..0000000000000
--- a/blockchains/ethereum/assets/0xd8FcAb3cB8c766Ea1aE85c624c650588958F9666/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Midas Gold",
- "symbol": "MDG",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd8FcAb3cB8c766Ea1aE85c624c650588958F9666",
- "status": "abandoned",
- "id": "0xd8FcAb3cB8c766Ea1aE85c624c650588958F9666"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd8FcAb3cB8c766Ea1aE85c624c650588958F9666/logo.png b/blockchains/ethereum/assets/0xd8FcAb3cB8c766Ea1aE85c624c650588958F9666/logo.png
deleted file mode 100644
index 2901cb18335b8..0000000000000
Binary files a/blockchains/ethereum/assets/0xd8FcAb3cB8c766Ea1aE85c624c650588958F9666/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd8dc1070B5510583728eE2AFD6934877ea2dE474/info.json b/blockchains/ethereum/assets/0xd8dc1070B5510583728eE2AFD6934877ea2dE474/info.json
deleted file mode 100644
index 7a52807553006..0000000000000
--- a/blockchains/ethereum/assets/0xd8dc1070B5510583728eE2AFD6934877ea2dE474/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aigo Payment",
- "symbol": "XGP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd8dc1070B5510583728eE2AFD6934877ea2dE474",
- "status": "abandoned",
- "id": "0xd8dc1070B5510583728eE2AFD6934877ea2dE474"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd8dc1070B5510583728eE2AFD6934877ea2dE474/logo.png b/blockchains/ethereum/assets/0xd8dc1070B5510583728eE2AFD6934877ea2dE474/logo.png
deleted file mode 100644
index d4898d9a3302f..0000000000000
Binary files a/blockchains/ethereum/assets/0xd8dc1070B5510583728eE2AFD6934877ea2dE474/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd8e1bb9123DFc3cc27f7120d503ad914A317325c/info.json b/blockchains/ethereum/assets/0xd8e1bb9123DFc3cc27f7120d503ad914A317325c/info.json
deleted file mode 100644
index 541a976b39e80..0000000000000
--- a/blockchains/ethereum/assets/0xd8e1bb9123DFc3cc27f7120d503ad914A317325c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XE Currency Converter",
- "symbol": "XCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd8e1bb9123DFc3cc27f7120d503ad914A317325c",
- "status": "abandoned",
- "id": "0xd8e1bb9123DFc3cc27f7120d503ad914A317325c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd8e1bb9123DFc3cc27f7120d503ad914A317325c/logo.png b/blockchains/ethereum/assets/0xd8e1bb9123DFc3cc27f7120d503ad914A317325c/logo.png
deleted file mode 100644
index 43af3b728c9b7..0000000000000
Binary files a/blockchains/ethereum/assets/0xd8e1bb9123DFc3cc27f7120d503ad914A317325c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd947b0ceab2A8885866B9A04A06AE99DE852a3d4/info.json b/blockchains/ethereum/assets/0xd947b0ceab2A8885866B9A04A06AE99DE852a3d4/info.json
deleted file mode 100644
index 63e50ca32501e..0000000000000
--- a/blockchains/ethereum/assets/0xd947b0ceab2A8885866B9A04A06AE99DE852a3d4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Trade Token X",
- "symbol": "TIOx",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Trade Token is a utility token that enables frictionless transactions of a wide range of assets on the trade.io exchange whilst also acting as a medium of exchange and a store of value that could become more valuable in line with the growth of users and increasing use of the trading platform.",
- "website": "https://trade.io",
- "explorer": "https://etherscan.io/token/0xd947b0ceab2A8885866B9A04A06AE99DE852a3d4",
- "status": "active",
- "id": "0xd947b0ceab2A8885866B9A04A06AE99DE852a3d4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd947b0ceab2A8885866B9A04A06AE99DE852a3d4/logo.png b/blockchains/ethereum/assets/0xd947b0ceab2A8885866B9A04A06AE99DE852a3d4/logo.png
deleted file mode 100644
index e7a3a4c8fb7d5..0000000000000
Binary files a/blockchains/ethereum/assets/0xd947b0ceab2A8885866B9A04A06AE99DE852a3d4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd9485499499d66B175Cf5ED54c0a19f1a6Bcb61A/info.json b/blockchains/ethereum/assets/0xd9485499499d66B175Cf5ED54c0a19f1a6Bcb61A/info.json
deleted file mode 100644
index f29f92c1b6591..0000000000000
--- a/blockchains/ethereum/assets/0xd9485499499d66B175Cf5ED54c0a19f1a6Bcb61A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UseChain Token",
- "symbol": "USE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.usechain.net/",
- "explorer": "https://etherscan.io/token/0xd9485499499d66B175Cf5ED54c0a19f1a6Bcb61A",
- "status": "abandoned",
- "id": "0xd9485499499d66B175Cf5ED54c0a19f1a6Bcb61A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd9485499499d66B175Cf5ED54c0a19f1a6Bcb61A/logo.png b/blockchains/ethereum/assets/0xd9485499499d66B175Cf5ED54c0a19f1a6Bcb61A/logo.png
deleted file mode 100644
index 774c00d504044..0000000000000
Binary files a/blockchains/ethereum/assets/0xd9485499499d66B175Cf5ED54c0a19f1a6Bcb61A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd94F2778e2B3913C53637Ae60647598bE588c570/info.json b/blockchains/ethereum/assets/0xd94F2778e2B3913C53637Ae60647598bE588c570/info.json
deleted file mode 100644
index 5cef959a740a6..0000000000000
--- a/blockchains/ethereum/assets/0xd94F2778e2B3913C53637Ae60647598bE588c570/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Purpose",
- "symbol": "PRPS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd94F2778e2B3913C53637Ae60647598bE588c570",
- "status": "abandoned",
- "id": "0xd94F2778e2B3913C53637Ae60647598bE588c570"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd94F2778e2B3913C53637Ae60647598bE588c570/logo.png b/blockchains/ethereum/assets/0xd94F2778e2B3913C53637Ae60647598bE588c570/logo.png
deleted file mode 100755
index 6ef68dcfe9fff..0000000000000
Binary files a/blockchains/ethereum/assets/0xd94F2778e2B3913C53637Ae60647598bE588c570/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd9555279B1c18b7aa388F053EBc0ab22e2497964/info.json b/blockchains/ethereum/assets/0xd9555279B1c18b7aa388F053EBc0ab22e2497964/info.json
deleted file mode 100644
index e0902f9b15dcb..0000000000000
--- a/blockchains/ethereum/assets/0xd9555279B1c18b7aa388F053EBc0ab22e2497964/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Reactioon",
- "symbol": "RTN",
- "type": "ERC20",
- "decimals": 0,
- "description": "Reactioon is a tool over a distributed network to process, analyze and serve data, focused on cryptomarket. Without transfer funds, without division and totally transparent.",
- "website": "https://www.reactioon.com/",
- "explorer": "https://etherscan.io/token/0xd9555279B1c18b7aa388F053EBc0ab22e2497964",
- "status": "active",
- "id": "0xd9555279B1c18b7aa388F053EBc0ab22e2497964"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd9555279B1c18b7aa388F053EBc0ab22e2497964/logo.png b/blockchains/ethereum/assets/0xd9555279B1c18b7aa388F053EBc0ab22e2497964/logo.png
deleted file mode 100644
index 4a342fecb70cb..0000000000000
Binary files a/blockchains/ethereum/assets/0xd9555279B1c18b7aa388F053EBc0ab22e2497964/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd957E08ac5421E2C28510586B57d095E5094836a/info.json b/blockchains/ethereum/assets/0xd957E08ac5421E2C28510586B57d095E5094836a/info.json
deleted file mode 100644
index 5b7cffb5949e2..0000000000000
--- a/blockchains/ethereum/assets/0xd957E08ac5421E2C28510586B57d095E5094836a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VorteX Network",
- "symbol": "VTX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://vortexnetworkvtx.com",
- "explorer": "https://etherscan.io/token/0xd957E08ac5421E2C28510586B57d095E5094836a",
- "status": "abandoned",
- "id": "0xd957E08ac5421E2C28510586B57d095E5094836a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd957E08ac5421E2C28510586B57d095E5094836a/logo.png b/blockchains/ethereum/assets/0xd957E08ac5421E2C28510586B57d095E5094836a/logo.png
deleted file mode 100644
index 9bb6548d29261..0000000000000
Binary files a/blockchains/ethereum/assets/0xd957E08ac5421E2C28510586B57d095E5094836a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd967d9F941CD316Ab238d3EE761F80b7cAec7819/info.json b/blockchains/ethereum/assets/0xd967d9F941CD316Ab238d3EE761F80b7cAec7819/info.json
deleted file mode 100644
index 14f5bc4e404cf..0000000000000
--- a/blockchains/ethereum/assets/0xd967d9F941CD316Ab238d3EE761F80b7cAec7819/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rendezvous",
- "symbol": "RDV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd967d9F941CD316Ab238d3EE761F80b7cAec7819",
- "status": "abandoned",
- "id": "0xd967d9F941CD316Ab238d3EE761F80b7cAec7819"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd967d9F941CD316Ab238d3EE761F80b7cAec7819/logo.png b/blockchains/ethereum/assets/0xd967d9F941CD316Ab238d3EE761F80b7cAec7819/logo.png
deleted file mode 100644
index 9a841b8b9f822..0000000000000
Binary files a/blockchains/ethereum/assets/0xd967d9F941CD316Ab238d3EE761F80b7cAec7819/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd97579Cea3fE2473682a4C42648134BB982433B9/info.json b/blockchains/ethereum/assets/0xd97579Cea3fE2473682a4C42648134BB982433B9/info.json
deleted file mode 100644
index f2097e3169f1e..0000000000000
--- a/blockchains/ethereum/assets/0xd97579Cea3fE2473682a4C42648134BB982433B9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lightcoin",
- "symbol": "Light",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd97579Cea3fE2473682a4C42648134BB982433B9",
- "status": "abandoned",
- "id": "0xd97579Cea3fE2473682a4C42648134BB982433B9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd97579Cea3fE2473682a4C42648134BB982433B9/logo.png b/blockchains/ethereum/assets/0xd97579Cea3fE2473682a4C42648134BB982433B9/logo.png
deleted file mode 100644
index 895325dcce8bf..0000000000000
Binary files a/blockchains/ethereum/assets/0xd97579Cea3fE2473682a4C42648134BB982433B9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd98F75b1A3261dab9eEd4956c93F33749027a964/info.json b/blockchains/ethereum/assets/0xd98F75b1A3261dab9eEd4956c93F33749027a964/info.json
deleted file mode 100644
index 29a924a7bc679..0000000000000
--- a/blockchains/ethereum/assets/0xd98F75b1A3261dab9eEd4956c93F33749027a964/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "ShareToken",
- "website": "https://sharering.network",
- "description": "ShareRing is the first global sharing ecosystem that makes services and goods more accessible for everyone.",
- "explorer": "https://etherscan.io/token/0xd98f75b1a3261dab9eed4956c93f33749027a964",
- "type": "ERC20",
- "symbol": "SHR",
- "decimals": 2,
- "status": "active",
- "id": "0xd98F75b1A3261dab9eEd4956c93F33749027a964",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ShareRing"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/shareringglobal"
- },
- {
- "name": "telegram",
- "url": "https://t.me/sharering"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/ShareRing/"
- },
- {
- "name": "whitepaper",
- "url": "https://sharering.network/public/sharetoken-whitepaper-en-web-v1.2.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd98F75b1A3261dab9eEd4956c93F33749027a964/logo.png b/blockchains/ethereum/assets/0xd98F75b1A3261dab9eEd4956c93F33749027a964/logo.png
deleted file mode 100644
index 0765877e040b8..0000000000000
Binary files a/blockchains/ethereum/assets/0xd98F75b1A3261dab9eEd4956c93F33749027a964/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd99b8A7fA48E25Cce83B81812220A3E03Bf64e5f/info.json b/blockchains/ethereum/assets/0xd99b8A7fA48E25Cce83B81812220A3E03Bf64e5f/info.json
deleted file mode 100644
index 26ce0725132f1..0000000000000
--- a/blockchains/ethereum/assets/0xd99b8A7fA48E25Cce83B81812220A3E03Bf64e5f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Skrumble Token",
- "symbol": "SKM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd99b8A7fA48E25Cce83B81812220A3E03Bf64e5f",
- "status": "abandoned",
- "id": "0xd99b8A7fA48E25Cce83B81812220A3E03Bf64e5f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd99b8A7fA48E25Cce83B81812220A3E03Bf64e5f/logo.png b/blockchains/ethereum/assets/0xd99b8A7fA48E25Cce83B81812220A3E03Bf64e5f/logo.png
deleted file mode 100755
index df657648260fe..0000000000000
Binary files a/blockchains/ethereum/assets/0xd99b8A7fA48E25Cce83B81812220A3E03Bf64e5f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd9A4cB9dc9296e111c66dFACAb8Be034EE2E1c2C/info.json b/blockchains/ethereum/assets/0xd9A4cB9dc9296e111c66dFACAb8Be034EE2E1c2C/info.json
deleted file mode 100644
index 55f2bd7c421d0..0000000000000
--- a/blockchains/ethereum/assets/0xd9A4cB9dc9296e111c66dFACAb8Be034EE2E1c2C/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "AdEx Loyalty",
- "website": "https://adex.network",
- "description": "The AdEx Network aims to build a decentralized solution for digital advertising that reduces fraud, improves budgets, and protects user privacy. ADX-LOYALTY is it's governance token.",
- "explorer": "https://etherscan.io/token/0xd9A4cB9dc9296e111c66dFACAb8Be034EE2E1c2C",
- "research": "https://research.binance.com/en/projects/adex-network",
- "type": "ERC20",
- "symbol": "ADX-LOYALTY",
- "decimals": 18,
- "status": "active",
- "id": "0xd9A4cB9dc9296e111c66dFACAb8Be034EE2E1c2C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd9A4cB9dc9296e111c66dFACAb8Be034EE2E1c2C/logo.png b/blockchains/ethereum/assets/0xd9A4cB9dc9296e111c66dFACAb8Be034EE2E1c2C/logo.png
deleted file mode 100644
index cc326c3c81d08..0000000000000
Binary files a/blockchains/ethereum/assets/0xd9A4cB9dc9296e111c66dFACAb8Be034EE2E1c2C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd9A8cfe21C232D485065cb62a96866799d4645f7/info.json b/blockchains/ethereum/assets/0xd9A8cfe21C232D485065cb62a96866799d4645f7/info.json
deleted file mode 100644
index 8752f3cec3dad..0000000000000
--- a/blockchains/ethereum/assets/0xd9A8cfe21C232D485065cb62a96866799d4645f7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FingerPrint",
- "symbol": "FGP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://fingerprintcoin.org/",
- "explorer": "https://etherscan.io/token/0xd9A8cfe21C232D485065cb62a96866799d4645f7",
- "status": "abandoned",
- "id": "0xd9A8cfe21C232D485065cb62a96866799d4645f7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd9A8cfe21C232D485065cb62a96866799d4645f7/logo.png b/blockchains/ethereum/assets/0xd9A8cfe21C232D485065cb62a96866799d4645f7/logo.png
deleted file mode 100644
index 86e2ad6e63b0d..0000000000000
Binary files a/blockchains/ethereum/assets/0xd9A8cfe21C232D485065cb62a96866799d4645f7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd9D2b9c61AdeCAd2d04472E0cafA275Dde03a3cd/info.json b/blockchains/ethereum/assets/0xd9D2b9c61AdeCAd2d04472E0cafA275Dde03a3cd/info.json
deleted file mode 100644
index fa118fac87a68..0000000000000
--- a/blockchains/ethereum/assets/0xd9D2b9c61AdeCAd2d04472E0cafA275Dde03a3cd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R737324",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd9D2b9c61AdeCAd2d04472E0cafA275Dde03a3cd",
- "status": "abandoned",
- "id": "0xd9D2b9c61AdeCAd2d04472E0cafA275Dde03a3cd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd9D2b9c61AdeCAd2d04472E0cafA275Dde03a3cd/logo.png b/blockchains/ethereum/assets/0xd9D2b9c61AdeCAd2d04472E0cafA275Dde03a3cd/logo.png
deleted file mode 100644
index ce06f5403aa3c..0000000000000
Binary files a/blockchains/ethereum/assets/0xd9D2b9c61AdeCAd2d04472E0cafA275Dde03a3cd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd9E2fD73B1fe445AC7eD133e03d7983a7e660B50/info.json b/blockchains/ethereum/assets/0xd9E2fD73B1fe445AC7eD133e03d7983a7e660B50/info.json
deleted file mode 100644
index b794679784dc4..0000000000000
--- a/blockchains/ethereum/assets/0xd9E2fD73B1fe445AC7eD133e03d7983a7e660B50/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Token9",
- "symbol": "T9",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd9E2fD73B1fe445AC7eD133e03d7983a7e660B50",
- "status": "abandoned",
- "id": "0xd9E2fD73B1fe445AC7eD133e03d7983a7e660B50"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd9E2fD73B1fe445AC7eD133e03d7983a7e660B50/logo.png b/blockchains/ethereum/assets/0xd9E2fD73B1fe445AC7eD133e03d7983a7e660B50/logo.png
deleted file mode 100644
index 675a41c0932d0..0000000000000
Binary files a/blockchains/ethereum/assets/0xd9E2fD73B1fe445AC7eD133e03d7983a7e660B50/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd9F30228884d3212528540aC0136489047bE5734/info.json b/blockchains/ethereum/assets/0xd9F30228884d3212528540aC0136489047bE5734/info.json
deleted file mode 100644
index af0f5e9ce9429..0000000000000
--- a/blockchains/ethereum/assets/0xd9F30228884d3212528540aC0136489047bE5734/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Eaglebits",
- "symbol": "EEB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd9F30228884d3212528540aC0136489047bE5734",
- "status": "abandoned",
- "id": "0xd9F30228884d3212528540aC0136489047bE5734"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd9F30228884d3212528540aC0136489047bE5734/logo.png b/blockchains/ethereum/assets/0xd9F30228884d3212528540aC0136489047bE5734/logo.png
deleted file mode 100644
index eaf1f6ef3c890..0000000000000
Binary files a/blockchains/ethereum/assets/0xd9F30228884d3212528540aC0136489047bE5734/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd9Fcd98c322942075A5C3860693e9f4f03AAE07b/info.json b/blockchains/ethereum/assets/0xd9Fcd98c322942075A5C3860693e9f4f03AAE07b/info.json
deleted file mode 100644
index 3b52996cfb7cf..0000000000000
--- a/blockchains/ethereum/assets/0xd9Fcd98c322942075A5C3860693e9f4f03AAE07b/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Euler",
- "type": "ERC20",
- "symbol": "EUL",
- "decimals": 18,
- "website": "https://www.euler.finance/",
- "description": "Euler is a non-custodial permissionless lending protocol on Ethereum that helps users to earn interest on their crypto assets or hedge against volatile markets without the need for a trusted third-party.",
- "explorer": "https://etherscan.io/token/0xd9fcd98c322942075a5c3860693e9f4f03aae07b",
- "status": "active",
- "id": "0xd9Fcd98c322942075A5C3860693e9f4f03AAE07b",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/eulerfinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/eulerfinance_official"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/euler-finance/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd9Fcd98c322942075A5C3860693e9f4f03AAE07b/logo.png b/blockchains/ethereum/assets/0xd9Fcd98c322942075A5C3860693e9f4f03AAE07b/logo.png
deleted file mode 100644
index 319b095a1e880..0000000000000
Binary files a/blockchains/ethereum/assets/0xd9Fcd98c322942075A5C3860693e9f4f03AAE07b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd9af2d11d788da0097076f4Eb21bd1C5533743D9/info.json b/blockchains/ethereum/assets/0xd9af2d11d788da0097076f4Eb21bd1C5533743D9/info.json
deleted file mode 100644
index 73fbfab585d81..0000000000000
--- a/blockchains/ethereum/assets/0xd9af2d11d788da0097076f4Eb21bd1C5533743D9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Legal Block Token",
- "symbol": "LBK",
- "type": "ERC20",
- "decimals": 18,
- "description": "The LBK project is set out to address the blind spot in the legal market and seeks to provide online based legal services. Clients can receive legal advice related to contracts online, enter into contracts, and contracts that are signed online are stored on the Ethereum network as hash values to prevent forgery.",
- "website": "https://legal-block.com/",
- "explorer": "https://etherscan.io/token/0xd9af2d11d788da0097076f4Eb21bd1C5533743D9",
- "status": "active",
- "id": "0xd9af2d11d788da0097076f4Eb21bd1C5533743D9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd9af2d11d788da0097076f4Eb21bd1C5533743D9/logo.png b/blockchains/ethereum/assets/0xd9af2d11d788da0097076f4Eb21bd1C5533743D9/logo.png
deleted file mode 100644
index 85c89ad0df0fa..0000000000000
Binary files a/blockchains/ethereum/assets/0xd9af2d11d788da0097076f4Eb21bd1C5533743D9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd9b38068cf4eA5EF9A9FE8922f21c8Ae52F016b8/info.json b/blockchains/ethereum/assets/0xd9b38068cf4eA5EF9A9FE8922f21c8Ae52F016b8/info.json
deleted file mode 100644
index 02c071e9562db..0000000000000
--- a/blockchains/ethereum/assets/0xd9b38068cf4eA5EF9A9FE8922f21c8Ae52F016b8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DANIEL",
- "symbol": "DANIEL",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xd9b38068cf4eA5EF9A9FE8922f21c8Ae52F016b8",
- "status": "abandoned",
- "id": "0xd9b38068cf4eA5EF9A9FE8922f21c8Ae52F016b8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd9b38068cf4eA5EF9A9FE8922f21c8Ae52F016b8/logo.png b/blockchains/ethereum/assets/0xd9b38068cf4eA5EF9A9FE8922f21c8Ae52F016b8/logo.png
deleted file mode 100644
index c865c5cabea22..0000000000000
Binary files a/blockchains/ethereum/assets/0xd9b38068cf4eA5EF9A9FE8922f21c8Ae52F016b8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xd9d01D4Cb824219A8F482a0FAd479cB971Fd0628/info.json b/blockchains/ethereum/assets/0xd9d01D4Cb824219A8F482a0FAd479cB971Fd0628/info.json
deleted file mode 100644
index 937b08b7655dd..0000000000000
--- a/blockchains/ethereum/assets/0xd9d01D4Cb824219A8F482a0FAd479cB971Fd0628/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EnterCoin",
- "symbol": "ENTRC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://entercoin.net",
- "explorer": "https://etherscan.io/token/0xd9d01D4Cb824219A8F482a0FAd479cB971Fd0628",
- "status": "active",
- "id": "0xd9d01D4Cb824219A8F482a0FAd479cB971Fd0628"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xd9d01D4Cb824219A8F482a0FAd479cB971Fd0628/logo.png b/blockchains/ethereum/assets/0xd9d01D4Cb824219A8F482a0FAd479cB971Fd0628/logo.png
deleted file mode 100644
index ccb23148641ae..0000000000000
Binary files a/blockchains/ethereum/assets/0xd9d01D4Cb824219A8F482a0FAd479cB971Fd0628/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdA1E53E088023Fe4D1DC5a418581748f52CBd1b8/info.json b/blockchains/ethereum/assets/0xdA1E53E088023Fe4D1DC5a418581748f52CBd1b8/info.json
deleted file mode 100644
index 9edbb2c23ede8..0000000000000
--- a/blockchains/ethereum/assets/0xdA1E53E088023Fe4D1DC5a418581748f52CBd1b8/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Aidi Finance",
- "website": "https://aidiverse.com",
- "description": "AIDI is an ERC20 token, 100% decentralized, and the first token of the Aidiverse ecosystem. We are bringing together complete Decentralised Finance solutions and integrating them with Blockchain gaming and NFTs.",
- "explorer": "https://etherscan.io/token/0xdA1E53E088023Fe4D1DC5a418581748f52CBd1b8",
- "type": "ERC20",
- "symbol": "AIDI",
- "decimals": 9,
- "status": "active",
- "id": "0xdA1E53E088023Fe4D1DC5a418581748f52CBd1b8",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/AidiToken"
- },
- {
- "name": "github",
- "url": "https://github.com/AidiFinance/Aidiverse-Contracts"
- },
- {
- "name": "telegram",
- "url": "https://t.me/aidi_official"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/aidi-inu/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdA1E53E088023Fe4D1DC5a418581748f52CBd1b8/logo.png b/blockchains/ethereum/assets/0xdA1E53E088023Fe4D1DC5a418581748f52CBd1b8/logo.png
deleted file mode 100644
index 6893b4ecaa15f..0000000000000
Binary files a/blockchains/ethereum/assets/0xdA1E53E088023Fe4D1DC5a418581748f52CBd1b8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdA32d3814b10Aee35dcba4dE4f6B2259916F9cBB/info.json b/blockchains/ethereum/assets/0xdA32d3814b10Aee35dcba4dE4f6B2259916F9cBB/info.json
deleted file mode 100644
index e5834360884bc..0000000000000
--- a/blockchains/ethereum/assets/0xdA32d3814b10Aee35dcba4dE4f6B2259916F9cBB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Swap",
- "symbol": "SWAP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdA32d3814b10Aee35dcba4dE4f6B2259916F9cBB",
- "status": "abandoned",
- "id": "0xdA32d3814b10Aee35dcba4dE4f6B2259916F9cBB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdA32d3814b10Aee35dcba4dE4f6B2259916F9cBB/logo.png b/blockchains/ethereum/assets/0xdA32d3814b10Aee35dcba4dE4f6B2259916F9cBB/logo.png
deleted file mode 100644
index e796fdb6ace6a..0000000000000
Binary files a/blockchains/ethereum/assets/0xdA32d3814b10Aee35dcba4dE4f6B2259916F9cBB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdA4129919F964a3A526D3182Bb03E6449e5a8872/info.json b/blockchains/ethereum/assets/0xdA4129919F964a3A526D3182Bb03E6449e5a8872/info.json
deleted file mode 100644
index e586587c4f56d..0000000000000
--- a/blockchains/ethereum/assets/0xdA4129919F964a3A526D3182Bb03E6449e5a8872/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "1irstgold",
- "symbol": "GOLD",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdA4129919F964a3A526D3182Bb03E6449e5a8872",
- "status": "abandoned",
- "id": "0xdA4129919F964a3A526D3182Bb03E6449e5a8872"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdA4129919F964a3A526D3182Bb03E6449e5a8872/logo.png b/blockchains/ethereum/assets/0xdA4129919F964a3A526D3182Bb03E6449e5a8872/logo.png
deleted file mode 100644
index 8cc70a91686ce..0000000000000
Binary files a/blockchains/ethereum/assets/0xdA4129919F964a3A526D3182Bb03E6449e5a8872/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/info.json b/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/info.json
deleted file mode 100644
index c2e74d3ef886b..0000000000000
--- a/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Tether",
- "website": "https://tether.to",
- "description": "Tether (USDT) is a cryptocurrency with a value meant to mirror the value of the U.S. dollar.",
- "explorer": "https://etherscan.io/token/0xdAC17F958D2ee523a2206206994597C13D831ec7",
- "type": "ERC20",
- "symbol": "USDT",
- "decimals": 6,
- "status": "active",
- "id": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
- "tags": [
- "stablecoin"
- ],
- "links": [
- {
- "name": "facebook",
- "url": "https://facebook.com/tether.to/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Tether_to/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/tether/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png b/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png
deleted file mode 100644
index 4b3027306a91c..0000000000000
Binary files a/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdB096cC19b8227E2115855c5B39Dcc247470013C/info.json b/blockchains/ethereum/assets/0xdB096cC19b8227E2115855c5B39Dcc247470013C/info.json
deleted file mode 100644
index ef7c963ba1118..0000000000000
--- a/blockchains/ethereum/assets/0xdB096cC19b8227E2115855c5B39Dcc247470013C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BITFEX",
- "symbol": "BFX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.bitfex.com/",
- "explorer": "https://etherscan.io/token/0xdB096cC19b8227E2115855c5B39Dcc247470013C",
- "status": "abandoned",
- "id": "0xdB096cC19b8227E2115855c5B39Dcc247470013C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdB096cC19b8227E2115855c5B39Dcc247470013C/logo.png b/blockchains/ethereum/assets/0xdB096cC19b8227E2115855c5B39Dcc247470013C/logo.png
deleted file mode 100644
index c56d000b75a97..0000000000000
Binary files a/blockchains/ethereum/assets/0xdB096cC19b8227E2115855c5B39Dcc247470013C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdB11F6Fc8E16c02719e9c2Eb3c4C762feE8F5C5b/info.json b/blockchains/ethereum/assets/0xdB11F6Fc8E16c02719e9c2Eb3c4C762feE8F5C5b/info.json
deleted file mode 100644
index 2f9f95c64e382..0000000000000
--- a/blockchains/ethereum/assets/0xdB11F6Fc8E16c02719e9c2Eb3c4C762feE8F5C5b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nydronia",
- "symbol": "NIA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdB11F6Fc8E16c02719e9c2Eb3c4C762feE8F5C5b",
- "status": "abandoned",
- "id": "0xdB11F6Fc8E16c02719e9c2Eb3c4C762feE8F5C5b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdB11F6Fc8E16c02719e9c2Eb3c4C762feE8F5C5b/logo.png b/blockchains/ethereum/assets/0xdB11F6Fc8E16c02719e9c2Eb3c4C762feE8F5C5b/logo.png
deleted file mode 100644
index b35cf6cf94f79..0000000000000
Binary files a/blockchains/ethereum/assets/0xdB11F6Fc8E16c02719e9c2Eb3c4C762feE8F5C5b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdB147d66851Fa80CD40A51E81E16Da26bA4Ea6B0/info.json b/blockchains/ethereum/assets/0xdB147d66851Fa80CD40A51E81E16Da26bA4Ea6B0/info.json
deleted file mode 100644
index 02b6dffb8b582..0000000000000
--- a/blockchains/ethereum/assets/0xdB147d66851Fa80CD40A51E81E16Da26bA4Ea6B0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "All Things Blockchain",
- "symbol": "ATB",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdB147d66851Fa80CD40A51E81E16Da26bA4Ea6B0",
- "status": "abandoned",
- "id": "0xdB147d66851Fa80CD40A51E81E16Da26bA4Ea6B0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdB147d66851Fa80CD40A51E81E16Da26bA4Ea6B0/logo.png b/blockchains/ethereum/assets/0xdB147d66851Fa80CD40A51E81E16Da26bA4Ea6B0/logo.png
deleted file mode 100644
index a46ae0a2946ad..0000000000000
Binary files a/blockchains/ethereum/assets/0xdB147d66851Fa80CD40A51E81E16Da26bA4Ea6B0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdB209c97e0De799bbf14E3377307780Ddc26BE4E/info.json b/blockchains/ethereum/assets/0xdB209c97e0De799bbf14E3377307780Ddc26BE4E/info.json
deleted file mode 100644
index 114745d66b379..0000000000000
--- a/blockchains/ethereum/assets/0xdB209c97e0De799bbf14E3377307780Ddc26BE4E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DarkPay Wallet",
- "symbol": "DPW",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdB209c97e0De799bbf14E3377307780Ddc26BE4E",
- "status": "abandoned",
- "id": "0xdB209c97e0De799bbf14E3377307780Ddc26BE4E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdB209c97e0De799bbf14E3377307780Ddc26BE4E/logo.png b/blockchains/ethereum/assets/0xdB209c97e0De799bbf14E3377307780Ddc26BE4E/logo.png
deleted file mode 100644
index 730140fbaa35f..0000000000000
Binary files a/blockchains/ethereum/assets/0xdB209c97e0De799bbf14E3377307780Ddc26BE4E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdB25f211AB05b1c97D595516F45794528a807ad8/info.json b/blockchains/ethereum/assets/0xdB25f211AB05b1c97D595516F45794528a807ad8/info.json
deleted file mode 100644
index 13cecfe19dce3..0000000000000
--- a/blockchains/ethereum/assets/0xdB25f211AB05b1c97D595516F45794528a807ad8/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "STASIS EURO",
- "website": "https://stasis.net",
- "description": "Produced by STASIS, EURS was developed to tokenize the traditional fiat asset known around the world as the Euro.",
- "explorer": "https://etherscan.io/token/0xdB25f211AB05b1c97D595516F45794528a807ad8",
- "type": "ERC20",
- "symbol": "EURS",
- "decimals": 2,
- "status": "active",
- "id": "0xdB25f211AB05b1c97D595516F45794528a807ad8",
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdB25f211AB05b1c97D595516F45794528a807ad8/logo.png b/blockchains/ethereum/assets/0xdB25f211AB05b1c97D595516F45794528a807ad8/logo.png
deleted file mode 100644
index 41334714714ae..0000000000000
Binary files a/blockchains/ethereum/assets/0xdB25f211AB05b1c97D595516F45794528a807ad8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdB2F2bCCe3efa95EDA95a233aF45F3e0d4f00e2A/info.json b/blockchains/ethereum/assets/0xdB2F2bCCe3efa95EDA95a233aF45F3e0d4f00e2A/info.json
deleted file mode 100644
index 76b649ce3eed1..0000000000000
--- a/blockchains/ethereum/assets/0xdB2F2bCCe3efa95EDA95a233aF45F3e0d4f00e2A/info.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "Aegis",
- "website": "https://aegis.finance/",
- "description": "Aegis As a DeFi 2.0 protocol, Aegis features more diversified lending services besides over-collateralized lending, such as micro-lending and Unsecured Borrowing. Aegis uses a proprietary AI-powered credit scoring algorithm to assess users’ creditworthiness based on the data provided, and assign an “Aegis Score” to each user, which is similar to traditional risk profile assessments.",
- "explorer": "https://etherscan.io/token/0xdB2F2bCCe3efa95EDA95a233aF45F3e0d4f00e2A",
- "research": "",
- "type": "ERC20",
- "symbol": "AGS",
- "decimals": 8,
- "status": "active",
- "id": "0xdB2F2bCCe3efa95EDA95a233aF45F3e0d4f00e2A",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/AegisDeFi"
- },
- {
- "name": "whitepaper",
- "url": "https://aegis.finance/whitepage/AegisNetworkLitepaperEN.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdB2F2bCCe3efa95EDA95a233aF45F3e0d4f00e2A/logo.png b/blockchains/ethereum/assets/0xdB2F2bCCe3efa95EDA95a233aF45F3e0d4f00e2A/logo.png
deleted file mode 100644
index af43523c21bce..0000000000000
Binary files a/blockchains/ethereum/assets/0xdB2F2bCCe3efa95EDA95a233aF45F3e0d4f00e2A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdB3C2515Da400e11Bcaf84f3b5286f18ffF1868F/info.json b/blockchains/ethereum/assets/0xdB3C2515Da400e11Bcaf84f3b5286f18ffF1868F/info.json
deleted file mode 100644
index 3d8fd328c16cc..0000000000000
--- a/blockchains/ethereum/assets/0xdB3C2515Da400e11Bcaf84f3b5286f18ffF1868F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wrapped TON Crystal",
- "symbol": "WTON",
- "type": "ERC20",
- "decimals": 9,
- "description": "Wrapped FreeTON native Crystal token",
- "website": "https://docs.tonbridge.io/wton/",
- "explorer": "https://etherscan.io/token/0xdB3C2515Da400e11Bcaf84f3b5286f18ffF1868F",
- "status": "active",
- "id": "0xdB3C2515Da400e11Bcaf84f3b5286f18ffF1868F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdB3C2515Da400e11Bcaf84f3b5286f18ffF1868F/logo.png b/blockchains/ethereum/assets/0xdB3C2515Da400e11Bcaf84f3b5286f18ffF1868F/logo.png
deleted file mode 100644
index c08ab4da8ebac..0000000000000
Binary files a/blockchains/ethereum/assets/0xdB3C2515Da400e11Bcaf84f3b5286f18ffF1868F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdB52a87cda28EdA00f8aDd1C79c9DB4a50a70457/info.json b/blockchains/ethereum/assets/0xdB52a87cda28EdA00f8aDd1C79c9DB4a50a70457/info.json
deleted file mode 100644
index 84b22822b8a16..0000000000000
--- a/blockchains/ethereum/assets/0xdB52a87cda28EdA00f8aDd1C79c9DB4a50a70457/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Trader Cash",
- "symbol": "TRC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://tradercash.org",
- "explorer": "https://etherscan.io/token/0xdB52a87cda28EdA00f8aDd1C79c9DB4a50a70457",
- "status": "abandoned",
- "id": "0xdB52a87cda28EdA00f8aDd1C79c9DB4a50a70457"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdB52a87cda28EdA00f8aDd1C79c9DB4a50a70457/logo.png b/blockchains/ethereum/assets/0xdB52a87cda28EdA00f8aDd1C79c9DB4a50a70457/logo.png
deleted file mode 100644
index b43e63c569b8c..0000000000000
Binary files a/blockchains/ethereum/assets/0xdB52a87cda28EdA00f8aDd1C79c9DB4a50a70457/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdB70949d01Dc647B973e865A570361c223dAf358/info.json b/blockchains/ethereum/assets/0xdB70949d01Dc647B973e865A570361c223dAf358/info.json
deleted file mode 100644
index 07a0387dad90a..0000000000000
--- a/blockchains/ethereum/assets/0xdB70949d01Dc647B973e865A570361c223dAf358/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BBG",
- "website": "https://bigbingo.network/",
- "description": "BigBingo is a leading AI platform and service provider dedicated to empowering business and people with AI.",
- "explorer": "https://etherscan.io/token/0xdB70949d01Dc647B973e865A570361c223dAf358",
- "type": "ERC20",
- "symbol": "BBG",
- "decimals": 0,
- "status": "active",
- "id": "0xdB70949d01Dc647B973e865A570361c223dAf358"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdB70949d01Dc647B973e865A570361c223dAf358/logo.png b/blockchains/ethereum/assets/0xdB70949d01Dc647B973e865A570361c223dAf358/logo.png
deleted file mode 100644
index ecd031e63c592..0000000000000
Binary files a/blockchains/ethereum/assets/0xdB70949d01Dc647B973e865A570361c223dAf358/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdBA8e8021FE321af91FC3A08e223EF15908cB2bB/info.json b/blockchains/ethereum/assets/0xdBA8e8021FE321af91FC3A08e223EF15908cB2bB/info.json
deleted file mode 100644
index 2393b7588bbee..0000000000000
--- a/blockchains/ethereum/assets/0xdBA8e8021FE321af91FC3A08e223EF15908cB2bB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SilverDollar",
- "symbol": "SLVD",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdBA8e8021FE321af91FC3A08e223EF15908cB2bB",
- "status": "abandoned",
- "id": "0xdBA8e8021FE321af91FC3A08e223EF15908cB2bB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdBA8e8021FE321af91FC3A08e223EF15908cB2bB/logo.png b/blockchains/ethereum/assets/0xdBA8e8021FE321af91FC3A08e223EF15908cB2bB/logo.png
deleted file mode 100755
index 6ee0dc2d326c6..0000000000000
Binary files a/blockchains/ethereum/assets/0xdBA8e8021FE321af91FC3A08e223EF15908cB2bB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdBB2F12CB89Af05516768C2c69A771D92A25D17c/info.json b/blockchains/ethereum/assets/0xdBB2F12CB89Af05516768C2c69A771D92A25D17c/info.json
deleted file mode 100644
index cb07c68747606..0000000000000
--- a/blockchains/ethereum/assets/0xdBB2F12CB89Af05516768C2c69A771D92A25D17c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Beast DAO",
- "website": "https://beast.finance",
- "description": "Beast DAO is a decentralized incubator and platform for developers to deploy, and raise capital with cross-chain interoperability.",
- "explorer": "https://etherscan.io/token/0xdbb2f12cb89af05516768c2c69a771d92a25d17c",
- "type": "ERC20",
- "symbol": "BEAST",
- "decimals": 18,
- "status": "active",
- "id": "0xdBB2F12CB89Af05516768C2c69A771D92A25D17c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdBB2F12CB89Af05516768C2c69A771D92A25D17c/logo.png b/blockchains/ethereum/assets/0xdBB2F12CB89Af05516768C2c69A771D92A25D17c/logo.png
deleted file mode 100644
index 7810652e167f3..0000000000000
Binary files a/blockchains/ethereum/assets/0xdBB2F12CB89Af05516768C2c69A771D92A25D17c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdBDE8e7739CB273Ce5B32Cb5A28d1440E77B00A5/info.json b/blockchains/ethereum/assets/0xdBDE8e7739CB273Ce5B32Cb5A28d1440E77B00A5/info.json
deleted file mode 100644
index 51b3a36a84231..0000000000000
--- a/blockchains/ethereum/assets/0xdBDE8e7739CB273Ce5B32Cb5A28d1440E77B00A5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Relentless",
- "symbol": "RLSS",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdBDE8e7739CB273Ce5B32Cb5A28d1440E77B00A5",
- "status": "abandoned",
- "id": "0xdBDE8e7739CB273Ce5B32Cb5A28d1440E77B00A5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdBDE8e7739CB273Ce5B32Cb5A28d1440E77B00A5/logo.png b/blockchains/ethereum/assets/0xdBDE8e7739CB273Ce5B32Cb5A28d1440E77B00A5/logo.png
deleted file mode 100644
index 4b4c308fae099..0000000000000
Binary files a/blockchains/ethereum/assets/0xdBDE8e7739CB273Ce5B32Cb5A28d1440E77B00A5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdBdb4d16EdA451D0503b854CF79D55697F90c8DF/info.json b/blockchains/ethereum/assets/0xdBdb4d16EdA451D0503b854CF79D55697F90c8DF/info.json
deleted file mode 100644
index 1c9624380de86..0000000000000
--- a/blockchains/ethereum/assets/0xdBdb4d16EdA451D0503b854CF79D55697F90c8DF/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Alchemix",
- "symbol": "ALCX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xdBdb4d16EdA451D0503b854CF79D55697F90c8DF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdBdb4d16EdA451D0503b854CF79D55697F90c8DF/logo.png b/blockchains/ethereum/assets/0xdBdb4d16EdA451D0503b854CF79D55697F90c8DF/logo.png
deleted file mode 100644
index 2916df7d63831..0000000000000
Binary files a/blockchains/ethereum/assets/0xdBdb4d16EdA451D0503b854CF79D55697F90c8DF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdBee1d8C452c781C17Ea20115CbaD0d5f627a680/info.json b/blockchains/ethereum/assets/0xdBee1d8C452c781C17Ea20115CbaD0d5f627a680/info.json
deleted file mode 100644
index a4402d041b510..0000000000000
--- a/blockchains/ethereum/assets/0xdBee1d8C452c781C17Ea20115CbaD0d5f627a680/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Strike SXP",
- "symbol": "sSXP",
- "type": "ERC20",
- "decimals": 18,
- "description": "Strike Finance collateral cryptocurrency",
- "explorer": "https://etherscan.io/token/0xdBee1d8C452c781C17Ea20115CbaD0d5f627a680",
- "status": "active",
- "id": "0xdBee1d8C452c781C17Ea20115CbaD0d5f627a680",
- "website": "https://strike.org"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdBee1d8C452c781C17Ea20115CbaD0d5f627a680/logo.png b/blockchains/ethereum/assets/0xdBee1d8C452c781C17Ea20115CbaD0d5f627a680/logo.png
deleted file mode 100644
index 759e246246ef1..0000000000000
Binary files a/blockchains/ethereum/assets/0xdBee1d8C452c781C17Ea20115CbaD0d5f627a680/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdC314366CE447c39348Db014ADD5B2b37329f5Be/info.json b/blockchains/ethereum/assets/0xdC314366CE447c39348Db014ADD5B2b37329f5Be/info.json
deleted file mode 100644
index 02f891e2dbd67..0000000000000
--- a/blockchains/ethereum/assets/0xdC314366CE447c39348Db014ADD5B2b37329f5Be/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NOVUS1",
- "symbol": "NVS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdC314366CE447c39348Db014ADD5B2b37329f5Be",
- "status": "abandoned",
- "id": "0xdC314366CE447c39348Db014ADD5B2b37329f5Be"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdC314366CE447c39348Db014ADD5B2b37329f5Be/logo.png b/blockchains/ethereum/assets/0xdC314366CE447c39348Db014ADD5B2b37329f5Be/logo.png
deleted file mode 100644
index a38f5a84781ba..0000000000000
Binary files a/blockchains/ethereum/assets/0xdC314366CE447c39348Db014ADD5B2b37329f5Be/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdC3c4f132FEA66947CfDd57e287c1fbb94252677/info.json b/blockchains/ethereum/assets/0xdC3c4f132FEA66947CfDd57e287c1fbb94252677/info.json
deleted file mode 100644
index 3932254ab1a68..0000000000000
--- a/blockchains/ethereum/assets/0xdC3c4f132FEA66947CfDd57e287c1fbb94252677/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MissionBoss",
- "symbol": "MOB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdC3c4f132FEA66947CfDd57e287c1fbb94252677",
- "status": "abandoned",
- "id": "0xdC3c4f132FEA66947CfDd57e287c1fbb94252677"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdC3c4f132FEA66947CfDd57e287c1fbb94252677/logo.png b/blockchains/ethereum/assets/0xdC3c4f132FEA66947CfDd57e287c1fbb94252677/logo.png
deleted file mode 100644
index 197e6a2831b23..0000000000000
Binary files a/blockchains/ethereum/assets/0xdC3c4f132FEA66947CfDd57e287c1fbb94252677/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdC5938384Ae01489C5C8D071706E90dd42E33427/info.json b/blockchains/ethereum/assets/0xdC5938384Ae01489C5C8D071706E90dd42E33427/info.json
deleted file mode 100644
index f8bdf6e057b26..0000000000000
--- a/blockchains/ethereum/assets/0xdC5938384Ae01489C5C8D071706E90dd42E33427/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Luna",
- "symbol": "LUNA",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdC5938384Ae01489C5C8D071706E90dd42E33427",
- "status": "abandoned",
- "id": "0xdC5938384Ae01489C5C8D071706E90dd42E33427"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdC5938384Ae01489C5C8D071706E90dd42E33427/logo.png b/blockchains/ethereum/assets/0xdC5938384Ae01489C5C8D071706E90dd42E33427/logo.png
deleted file mode 100644
index 5968814b75fd9..0000000000000
Binary files a/blockchains/ethereum/assets/0xdC5938384Ae01489C5C8D071706E90dd42E33427/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdCAad9Fd9a74144d226DbF94ce6162ca9f09ED7e/info.json b/blockchains/ethereum/assets/0xdCAad9Fd9a74144d226DbF94ce6162ca9f09ED7e/info.json
deleted file mode 100644
index c3e6c7703b350..0000000000000
--- a/blockchains/ethereum/assets/0xdCAad9Fd9a74144d226DbF94ce6162ca9f09ED7e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CryptoStrikers",
- "symbol": "STRK",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdCAad9Fd9a74144d226DbF94ce6162ca9f09ED7e",
- "status": "abandoned",
- "id": "0xdCAad9Fd9a74144d226DbF94ce6162ca9f09ED7e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdCAad9Fd9a74144d226DbF94ce6162ca9f09ED7e/logo.png b/blockchains/ethereum/assets/0xdCAad9Fd9a74144d226DbF94ce6162ca9f09ED7e/logo.png
deleted file mode 100755
index b4ef3300f6f05..0000000000000
Binary files a/blockchains/ethereum/assets/0xdCAad9Fd9a74144d226DbF94ce6162ca9f09ED7e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdCCCdE236b35676ba945D27f93986050197D1e14/info.json b/blockchains/ethereum/assets/0xdCCCdE236b35676ba945D27f93986050197D1e14/info.json
deleted file mode 100644
index a194fb9a23e81..0000000000000
--- a/blockchains/ethereum/assets/0xdCCCdE236b35676ba945D27f93986050197D1e14/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zivio",
- "symbol": "ZIO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdCCCdE236b35676ba945D27f93986050197D1e14",
- "status": "abandoned",
- "id": "0xdCCCdE236b35676ba945D27f93986050197D1e14"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdCCCdE236b35676ba945D27f93986050197D1e14/logo.png b/blockchains/ethereum/assets/0xdCCCdE236b35676ba945D27f93986050197D1e14/logo.png
deleted file mode 100644
index 02b73e602f105..0000000000000
Binary files a/blockchains/ethereum/assets/0xdCCCdE236b35676ba945D27f93986050197D1e14/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdD349046eE302f843dEAbc61e3618Ab48eC19F5F/info.json b/blockchains/ethereum/assets/0xdD349046eE302f843dEAbc61e3618Ab48eC19F5F/info.json
deleted file mode 100644
index 0809043ae8ed6..0000000000000
--- a/blockchains/ethereum/assets/0xdD349046eE302f843dEAbc61e3618Ab48eC19F5F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DarkBlueChain",
- "symbol": "DBCH",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdD349046eE302f843dEAbc61e3618Ab48eC19F5F",
- "status": "abandoned",
- "id": "0xdD349046eE302f843dEAbc61e3618Ab48eC19F5F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdD349046eE302f843dEAbc61e3618Ab48eC19F5F/logo.png b/blockchains/ethereum/assets/0xdD349046eE302f843dEAbc61e3618Ab48eC19F5F/logo.png
deleted file mode 100644
index a2ed469776924..0000000000000
Binary files a/blockchains/ethereum/assets/0xdD349046eE302f843dEAbc61e3618Ab48eC19F5F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdD41fBd1Ae95C5D9B198174A28e04Be6b3d1aa27/info.json b/blockchains/ethereum/assets/0xdD41fBd1Ae95C5D9B198174A28e04Be6b3d1aa27/info.json
deleted file mode 100644
index 0ebbf419aa980..0000000000000
--- a/blockchains/ethereum/assets/0xdD41fBd1Ae95C5D9B198174A28e04Be6b3d1aa27/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LIGHTYEARS",
- "symbol": "LYS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdD41fBd1Ae95C5D9B198174A28e04Be6b3d1aa27",
- "status": "abandoned",
- "id": "0xdD41fBd1Ae95C5D9B198174A28e04Be6b3d1aa27"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdD41fBd1Ae95C5D9B198174A28e04Be6b3d1aa27/logo.png b/blockchains/ethereum/assets/0xdD41fBd1Ae95C5D9B198174A28e04Be6b3d1aa27/logo.png
deleted file mode 100755
index 785dea2a68020..0000000000000
Binary files a/blockchains/ethereum/assets/0xdD41fBd1Ae95C5D9B198174A28e04Be6b3d1aa27/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdD6Bf56CA2ada24c683FAC50E37783e55B57AF9F/info.json b/blockchains/ethereum/assets/0xdD6Bf56CA2ada24c683FAC50E37783e55B57AF9F/info.json
deleted file mode 100644
index 5f33ce86812cc..0000000000000
--- a/blockchains/ethereum/assets/0xdD6Bf56CA2ada24c683FAC50E37783e55B57AF9F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Brave New Coin",
- "symbol": "BNC",
- "type": "ERC20",
- "decimals": 12,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdD6Bf56CA2ada24c683FAC50E37783e55B57AF9F",
- "status": "abandoned",
- "id": "0xdD6Bf56CA2ada24c683FAC50E37783e55B57AF9F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdD6Bf56CA2ada24c683FAC50E37783e55B57AF9F/logo.png b/blockchains/ethereum/assets/0xdD6Bf56CA2ada24c683FAC50E37783e55B57AF9F/logo.png
deleted file mode 100644
index 65c4a6c1de2a6..0000000000000
Binary files a/blockchains/ethereum/assets/0xdD6Bf56CA2ada24c683FAC50E37783e55B57AF9F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdD7790EF5E928E683a79B2A1F49Bd9F0a5c6dAa8/info.json b/blockchains/ethereum/assets/0xdD7790EF5E928E683a79B2A1F49Bd9F0a5c6dAa8/info.json
deleted file mode 100644
index 793c9332b003a..0000000000000
--- a/blockchains/ethereum/assets/0xdD7790EF5E928E683a79B2A1F49Bd9F0a5c6dAa8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoAlphaToken",
- "symbol": "CAL",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdD7790EF5E928E683a79B2A1F49Bd9F0a5c6dAa8",
- "status": "abandoned",
- "id": "0xdD7790EF5E928E683a79B2A1F49Bd9F0a5c6dAa8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdD7790EF5E928E683a79B2A1F49Bd9F0a5c6dAa8/logo.png b/blockchains/ethereum/assets/0xdD7790EF5E928E683a79B2A1F49Bd9F0a5c6dAa8/logo.png
deleted file mode 100644
index d67e2671dd45e..0000000000000
Binary files a/blockchains/ethereum/assets/0xdD7790EF5E928E683a79B2A1F49Bd9F0a5c6dAa8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdD94842C15abfe4c9bAFE4222adE02896Beb064c/info.json b/blockchains/ethereum/assets/0xdD94842C15abfe4c9bAFE4222adE02896Beb064c/info.json
deleted file mode 100644
index d9679d1b7f285..0000000000000
--- a/blockchains/ethereum/assets/0xdD94842C15abfe4c9bAFE4222adE02896Beb064c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "W GREEN PAY",
- "symbol": "WGP",
- "type": "ERC20",
- "decimals": 18,
- "description": "W-Foundation leverages blockchain to promote environmental sustainability through its HOOXI mobile application, which is a gamified mobile social network service that encourages the public to reduce greenhouse gas emissions.",
- "website": "http://wpay.sg/",
- "explorer": "https://etherscan.io/token/0xdD94842C15abfe4c9bAFE4222adE02896Beb064c",
- "status": "active",
- "id": "0xdD94842C15abfe4c9bAFE4222adE02896Beb064c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdD94842C15abfe4c9bAFE4222adE02896Beb064c/logo.png b/blockchains/ethereum/assets/0xdD94842C15abfe4c9bAFE4222adE02896Beb064c/logo.png
deleted file mode 100644
index 853000928f9ea..0000000000000
Binary files a/blockchains/ethereum/assets/0xdD94842C15abfe4c9bAFE4222adE02896Beb064c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdDAaf4A0702a03A4505F2352a1abA001fFc344be/info.json b/blockchains/ethereum/assets/0xdDAaf4A0702a03A4505F2352a1abA001fFc344be/info.json
deleted file mode 100644
index 02271e00557b3..0000000000000
--- a/blockchains/ethereum/assets/0xdDAaf4A0702a03A4505F2352a1abA001fFc344be/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ATCCOIN",
- "symbol": "ATCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdDAaf4A0702a03A4505F2352a1abA001fFc344be",
- "status": "active",
- "id": "0xdDAaf4A0702a03A4505F2352a1abA001fFc344be"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdDAaf4A0702a03A4505F2352a1abA001fFc344be/logo.png b/blockchains/ethereum/assets/0xdDAaf4A0702a03A4505F2352a1abA001fFc344be/logo.png
deleted file mode 100644
index 90601b2600111..0000000000000
Binary files a/blockchains/ethereum/assets/0xdDAaf4A0702a03A4505F2352a1abA001fFc344be/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdE1289e68aD9e65Ccf50D800C0CEC2D514B80A40/info.json b/blockchains/ethereum/assets/0xdE1289e68aD9e65Ccf50D800C0CEC2D514B80A40/info.json
deleted file mode 100644
index 4e6e4bdc2ca25..0000000000000
--- a/blockchains/ethereum/assets/0xdE1289e68aD9e65Ccf50D800C0CEC2D514B80A40/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Krios Token",
- "symbol": "KRI",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.krios.io/",
- "explorer": "https://etherscan.io/token/0xdE1289e68aD9e65Ccf50D800C0CEC2D514B80A40",
- "status": "abandoned",
- "id": "0xdE1289e68aD9e65Ccf50D800C0CEC2D514B80A40"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdE1289e68aD9e65Ccf50D800C0CEC2D514B80A40/logo.png b/blockchains/ethereum/assets/0xdE1289e68aD9e65Ccf50D800C0CEC2D514B80A40/logo.png
deleted file mode 100644
index bc44429621855..0000000000000
Binary files a/blockchains/ethereum/assets/0xdE1289e68aD9e65Ccf50D800C0CEC2D514B80A40/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdE522a2778E4554707E6a8Df36a4871ce9967BB5/info.json b/blockchains/ethereum/assets/0xdE522a2778E4554707E6a8Df36a4871ce9967BB5/info.json
deleted file mode 100644
index e1900955984a0..0000000000000
--- a/blockchains/ethereum/assets/0xdE522a2778E4554707E6a8Df36a4871ce9967BB5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FormulA",
- "symbol": "FML",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://fml-x.org/",
- "explorer": "https://etherscan.io/token/0xdE522a2778E4554707E6a8Df36a4871ce9967BB5",
- "status": "abandoned",
- "id": "0xdE522a2778E4554707E6a8Df36a4871ce9967BB5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdE522a2778E4554707E6a8Df36a4871ce9967BB5/logo.png b/blockchains/ethereum/assets/0xdE522a2778E4554707E6a8Df36a4871ce9967BB5/logo.png
deleted file mode 100644
index a2efba3ebc15b..0000000000000
Binary files a/blockchains/ethereum/assets/0xdE522a2778E4554707E6a8Df36a4871ce9967BB5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdEcad07BCba1A655D908307617d7Cc48e6228B99/info.json b/blockchains/ethereum/assets/0xdEcad07BCba1A655D908307617d7Cc48e6228B99/info.json
deleted file mode 100644
index db4d84e1030b5..0000000000000
--- a/blockchains/ethereum/assets/0xdEcad07BCba1A655D908307617d7Cc48e6228B99/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TPS+",
- "symbol": "TPS+",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdEcad07BCba1A655D908307617d7Cc48e6228B99",
- "status": "abandoned",
- "id": "0xdEcad07BCba1A655D908307617d7Cc48e6228B99"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdEcad07BCba1A655D908307617d7Cc48e6228B99/logo.png b/blockchains/ethereum/assets/0xdEcad07BCba1A655D908307617d7Cc48e6228B99/logo.png
deleted file mode 100644
index 87a70a2343ee7..0000000000000
Binary files a/blockchains/ethereum/assets/0xdEcad07BCba1A655D908307617d7Cc48e6228B99/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdF1D6405df92d981a2fB3ce68F6A03baC6C0E41F/info.json b/blockchains/ethereum/assets/0xdF1D6405df92d981a2fB3ce68F6A03baC6C0E41F/info.json
deleted file mode 100644
index 78cd7811914f6..0000000000000
--- a/blockchains/ethereum/assets/0xdF1D6405df92d981a2fB3ce68F6A03baC6C0E41F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VRA (old ERC-20)",
- "symbol": "VRA",
- "type": "ERC20",
- "decimals": 18,
- "description": "Verasity",
- "website": "https://verasity.io",
- "explorer": "https://etherscan.io/token/0xdF1D6405df92d981a2fB3ce68F6A03baC6C0E41F",
- "status": "abandoned",
- "id": "0xdF1D6405df92d981a2fB3ce68F6A03baC6C0E41F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdF1D6405df92d981a2fB3ce68F6A03baC6C0E41F/logo.png b/blockchains/ethereum/assets/0xdF1D6405df92d981a2fB3ce68F6A03baC6C0E41F/logo.png
deleted file mode 100644
index 779466222c298..0000000000000
Binary files a/blockchains/ethereum/assets/0xdF1D6405df92d981a2fB3ce68F6A03baC6C0E41F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdF1d11025F2A22b9DC01C7A100B4F6DdEBAc82A3/info.json b/blockchains/ethereum/assets/0xdF1d11025F2A22b9DC01C7A100B4F6DdEBAc82A3/info.json
deleted file mode 100644
index e12b7ca2b1c01..0000000000000
--- a/blockchains/ethereum/assets/0xdF1d11025F2A22b9DC01C7A100B4F6DdEBAc82A3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AirDance",
- "symbol": "DANCE",
- "type": "ERC20",
- "decimals": 2,
- "description": "AirDance's mission is to develop and promote dance globally, providing online access to the knowledge and experience of legendary dancers of our time.",
- "website": "http://airdance.live/en/",
- "explorer": "https://etherscan.io/token/0xdF1d11025F2A22b9DC01C7A100B4F6DdEBAc82A3",
- "status": "active",
- "id": "0xdF1d11025F2A22b9DC01C7A100B4F6DdEBAc82A3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdF1d11025F2A22b9DC01C7A100B4F6DdEBAc82A3/logo.png b/blockchains/ethereum/assets/0xdF1d11025F2A22b9DC01C7A100B4F6DdEBAc82A3/logo.png
deleted file mode 100644
index 7a3040039ca90..0000000000000
Binary files a/blockchains/ethereum/assets/0xdF1d11025F2A22b9DC01C7A100B4F6DdEBAc82A3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdF30C7f5B368c0e251754E5DC50FBf91C5Dfa479/info.json b/blockchains/ethereum/assets/0xdF30C7f5B368c0e251754E5DC50FBf91C5Dfa479/info.json
deleted file mode 100644
index 1d3b329b027fb..0000000000000
--- a/blockchains/ethereum/assets/0xdF30C7f5B368c0e251754E5DC50FBf91C5Dfa479/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tyche Chip",
- "symbol": "TCH",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdF30C7f5B368c0e251754E5DC50FBf91C5Dfa479",
- "status": "abandoned",
- "id": "0xdF30C7f5B368c0e251754E5DC50FBf91C5Dfa479"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdF30C7f5B368c0e251754E5DC50FBf91C5Dfa479/logo.png b/blockchains/ethereum/assets/0xdF30C7f5B368c0e251754E5DC50FBf91C5Dfa479/logo.png
deleted file mode 100644
index db60e41f3e878..0000000000000
Binary files a/blockchains/ethereum/assets/0xdF30C7f5B368c0e251754E5DC50FBf91C5Dfa479/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdF44A80c17813789f60090638827aEb23698B122/info.json b/blockchains/ethereum/assets/0xdF44A80c17813789f60090638827aEb23698B122/info.json
deleted file mode 100644
index 783ef465d7570..0000000000000
--- a/blockchains/ethereum/assets/0xdF44A80c17813789f60090638827aEb23698B122/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "stableDEX",
- "symbol": "STDEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdF44A80c17813789f60090638827aEb23698B122",
- "status": "abandoned",
- "id": "0xdF44A80c17813789f60090638827aEb23698B122"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdF44A80c17813789f60090638827aEb23698B122/logo.png b/blockchains/ethereum/assets/0xdF44A80c17813789f60090638827aEb23698B122/logo.png
deleted file mode 100644
index f50874c81b988..0000000000000
Binary files a/blockchains/ethereum/assets/0xdF44A80c17813789f60090638827aEb23698B122/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdF508b47D277C9469cB29f0791Fe3b784a60CFC2/info.json b/blockchains/ethereum/assets/0xdF508b47D277C9469cB29f0791Fe3b784a60CFC2/info.json
deleted file mode 100644
index 0bea5827be45b..0000000000000
--- a/blockchains/ethereum/assets/0xdF508b47D277C9469cB29f0791Fe3b784a60CFC2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BITDOLLAR",
- "symbol": "BTD",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdF508b47D277C9469cB29f0791Fe3b784a60CFC2",
- "status": "abandoned",
- "id": "0xdF508b47D277C9469cB29f0791Fe3b784a60CFC2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdF508b47D277C9469cB29f0791Fe3b784a60CFC2/logo.png b/blockchains/ethereum/assets/0xdF508b47D277C9469cB29f0791Fe3b784a60CFC2/logo.png
deleted file mode 100755
index 101c08411af44..0000000000000
Binary files a/blockchains/ethereum/assets/0xdF508b47D277C9469cB29f0791Fe3b784a60CFC2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdF574c24545E5FfEcb9a659c229253D4111d87e1/info.json b/blockchains/ethereum/assets/0xdF574c24545E5FfEcb9a659c229253D4111d87e1/info.json
deleted file mode 100644
index 8007d9a626a39..0000000000000
--- a/blockchains/ethereum/assets/0xdF574c24545E5FfEcb9a659c229253D4111d87e1/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "HUSD",
- "symbol": "HUSD",
- "type": "ERC20",
- "decimals": 8,
- "description": "The Safe and Secure Stablecoin.",
- "website": "https://www.stcoins.com",
- "explorer": "https://etherscan.io/token/0xdF574c24545E5FfEcb9a659c229253D4111d87e1",
- "status": "active",
- "id": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1",
- "tags": [
- "stablecoin"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/stcoins/HUSD"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Stablecoin_HUSD"
- },
- {
- "name": "blog",
- "url": "https://medium.com/@Stablecoin_HUSD"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/husd/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdF574c24545E5FfEcb9a659c229253D4111d87e1/logo.png b/blockchains/ethereum/assets/0xdF574c24545E5FfEcb9a659c229253D4111d87e1/logo.png
deleted file mode 100644
index ef49cb217c950..0000000000000
Binary files a/blockchains/ethereum/assets/0xdF574c24545E5FfEcb9a659c229253D4111d87e1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdF6D916F89936d67543998E03dB40d79870bE41E/info.json b/blockchains/ethereum/assets/0xdF6D916F89936d67543998E03dB40d79870bE41E/info.json
deleted file mode 100644
index 94aae6566b13f..0000000000000
--- a/blockchains/ethereum/assets/0xdF6D916F89936d67543998E03dB40d79870bE41E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cryptocurrency 50 Index",
- "symbol": "C50",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdF6D916F89936d67543998E03dB40d79870bE41E",
- "status": "abandoned",
- "id": "0xdF6D916F89936d67543998E03dB40d79870bE41E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdF6D916F89936d67543998E03dB40d79870bE41E/logo.png b/blockchains/ethereum/assets/0xdF6D916F89936d67543998E03dB40d79870bE41E/logo.png
deleted file mode 100644
index 899146d482871..0000000000000
Binary files a/blockchains/ethereum/assets/0xdF6D916F89936d67543998E03dB40d79870bE41E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdF9307DFf0a1B57660F60f9457D32027a55ca0B2/info.json b/blockchains/ethereum/assets/0xdF9307DFf0a1B57660F60f9457D32027a55ca0B2/info.json
deleted file mode 100644
index daf00a0a4895e..0000000000000
--- a/blockchains/ethereum/assets/0xdF9307DFf0a1B57660F60f9457D32027a55ca0B2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DMM: ETH",
- "symbol": "mETH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdF9307DFf0a1B57660F60f9457D32027a55ca0B2",
- "status": "abandoned",
- "id": "0xdF9307DFf0a1B57660F60f9457D32027a55ca0B2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdF9307DFf0a1B57660F60f9457D32027a55ca0B2/logo.png b/blockchains/ethereum/assets/0xdF9307DFf0a1B57660F60f9457D32027a55ca0B2/logo.png
deleted file mode 100644
index 9278a73ed819b..0000000000000
Binary files a/blockchains/ethereum/assets/0xdF9307DFf0a1B57660F60f9457D32027a55ca0B2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xda038eFdada1112992d2E7f4e14e44DE47eb2C7C/info.json b/blockchains/ethereum/assets/0xda038eFdada1112992d2E7f4e14e44DE47eb2C7C/info.json
deleted file mode 100644
index b2f3d60296a0e..0000000000000
--- a/blockchains/ethereum/assets/0xda038eFdada1112992d2E7f4e14e44DE47eb2C7C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Monkash",
- "symbol": "MKS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xda038eFdada1112992d2E7f4e14e44DE47eb2C7C",
- "status": "abandoned",
- "id": "0xda038eFdada1112992d2E7f4e14e44DE47eb2C7C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xda038eFdada1112992d2E7f4e14e44DE47eb2C7C/logo.png b/blockchains/ethereum/assets/0xda038eFdada1112992d2E7f4e14e44DE47eb2C7C/logo.png
deleted file mode 100644
index 274437778ceac..0000000000000
Binary files a/blockchains/ethereum/assets/0xda038eFdada1112992d2E7f4e14e44DE47eb2C7C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xda6bAE24e98dB8Ec03151d5Edcf9aDe67e442B6D/info.json b/blockchains/ethereum/assets/0xda6bAE24e98dB8Ec03151d5Edcf9aDe67e442B6D/info.json
deleted file mode 100644
index cdeaabc6e70f4..0000000000000
--- a/blockchains/ethereum/assets/0xda6bAE24e98dB8Ec03151d5Edcf9aDe67e442B6D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "StealthCrypto",
- "symbol": "QMN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xda6bAE24e98dB8Ec03151d5Edcf9aDe67e442B6D",
- "status": "abandoned",
- "id": "0xda6bAE24e98dB8Ec03151d5Edcf9aDe67e442B6D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xda6bAE24e98dB8Ec03151d5Edcf9aDe67e442B6D/logo.png b/blockchains/ethereum/assets/0xda6bAE24e98dB8Ec03151d5Edcf9aDe67e442B6D/logo.png
deleted file mode 100644
index 5ef8f9fc28d8e..0000000000000
Binary files a/blockchains/ethereum/assets/0xda6bAE24e98dB8Ec03151d5Edcf9aDe67e442B6D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdaE1Baf249964bc4b6aC98c3122f0e3E785fd279/info.json b/blockchains/ethereum/assets/0xdaE1Baf249964bc4b6aC98c3122f0e3E785fd279/info.json
deleted file mode 100644
index 05370fbadf3b2..0000000000000
--- a/blockchains/ethereum/assets/0xdaE1Baf249964bc4b6aC98c3122f0e3E785fd279/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TokiaToken",
- "symbol": "TKA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdaE1Baf249964bc4b6aC98c3122f0e3E785fd279",
- "status": "abandoned",
- "id": "0xdaE1Baf249964bc4b6aC98c3122f0e3E785fd279"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdaE1Baf249964bc4b6aC98c3122f0e3E785fd279/logo.png b/blockchains/ethereum/assets/0xdaE1Baf249964bc4b6aC98c3122f0e3E785fd279/logo.png
deleted file mode 100755
index 2e64075d34857..0000000000000
Binary files a/blockchains/ethereum/assets/0xdaE1Baf249964bc4b6aC98c3122f0e3E785fd279/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdaaDdd808EBC16f7bfCc62f09cf7231f26d8ea4A/info.json b/blockchains/ethereum/assets/0xdaaDdd808EBC16f7bfCc62f09cf7231f26d8ea4A/info.json
deleted file mode 100644
index 617bb360cc012..0000000000000
--- a/blockchains/ethereum/assets/0xdaaDdd808EBC16f7bfCc62f09cf7231f26d8ea4A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hip Hop Coin",
- "symbol": "HHC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdaaDdd808EBC16f7bfCc62f09cf7231f26d8ea4A",
- "status": "abandoned",
- "id": "0xdaaDdd808EBC16f7bfCc62f09cf7231f26d8ea4A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdaaDdd808EBC16f7bfCc62f09cf7231f26d8ea4A/logo.png b/blockchains/ethereum/assets/0xdaaDdd808EBC16f7bfCc62f09cf7231f26d8ea4A/logo.png
deleted file mode 100644
index 115440de8836e..0000000000000
Binary files a/blockchains/ethereum/assets/0xdaaDdd808EBC16f7bfCc62f09cf7231f26d8ea4A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdab396cCF3d84Cf2D07C4454e10C8A6F5b008D2b/info.json b/blockchains/ethereum/assets/0xdab396cCF3d84Cf2D07C4454e10C8A6F5b008D2b/info.json
deleted file mode 100644
index 1695400eecce7..0000000000000
--- a/blockchains/ethereum/assets/0xdab396cCF3d84Cf2D07C4454e10C8A6F5b008D2b/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Goldfinch",
- "type": "ERC20",
- "symbol": "GFI",
- "decimals": 18,
- "website": "https://goldfinch.finance/",
- "description": "Connect the world’s capital with the world’s growth.",
- "explorer": "https://etherscan.io/token/0xdab396cCF3d84Cf2D07C4454e10C8A6F5b008D2b",
- "status": "active",
- "id": "0xdab396cCF3d84Cf2D07C4454e10C8A6F5b008D2b",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/goldfinch_fi"
- },
- {
- "name": "github",
- "url": "https://github.com/goldfinch-eng"
- },
- {
- "name": "forum",
- "url": "https://gov.goldfinch.finance/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xdab396cCF3d84Cf2D07C4454e10C8A6F5b008D2b/logo.png b/blockchains/ethereum/assets/0xdab396cCF3d84Cf2D07C4454e10C8A6F5b008D2b/logo.png
deleted file mode 100644
index 81b5b64e14b57..0000000000000
Binary files a/blockchains/ethereum/assets/0xdab396cCF3d84Cf2D07C4454e10C8A6F5b008D2b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdacD69347dE42baBfAEcD09dC88958378780FB62/info.json b/blockchains/ethereum/assets/0xdacD69347dE42baBfAEcD09dC88958378780FB62/info.json
deleted file mode 100644
index 9384a29b9797e..0000000000000
--- a/blockchains/ethereum/assets/0xdacD69347dE42baBfAEcD09dC88958378780FB62/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Atari Token",
- "website": "https://atarichain.com",
- "description": "It was designed by Atari Chain Ltd. — a subsidiary of the video game and consumer electronics firm Atari Interactive — specifically for the needs of the interactive entertainment industry.",
- "explorer": "https://etherscan.io/token/0xdacD69347dE42baBfAEcD09dC88958378780FB62",
- "type": "ERC20",
- "symbol": "ATRI",
- "decimals": 0,
- "status": "active",
- "id": "0xdacD69347dE42baBfAEcD09dC88958378780FB62"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdacD69347dE42baBfAEcD09dC88958378780FB62/logo.png b/blockchains/ethereum/assets/0xdacD69347dE42baBfAEcD09dC88958378780FB62/logo.png
deleted file mode 100644
index f024e471a2a4a..0000000000000
Binary files a/blockchains/ethereum/assets/0xdacD69347dE42baBfAEcD09dC88958378780FB62/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdb0F69306FF8F949f258E83f6b87ee5D052d0b23/info.json b/blockchains/ethereum/assets/0xdb0F69306FF8F949f258E83f6b87ee5D052d0b23/info.json
deleted file mode 100644
index 841f4e903be1b..0000000000000
--- a/blockchains/ethereum/assets/0xdb0F69306FF8F949f258E83f6b87ee5D052d0b23/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GlobCoin Crypto Platform",
- "symbol": "GCP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://globcoin.io",
- "explorer": "https://etherscan.io/token/0xdb0F69306FF8F949f258E83f6b87ee5D052d0b23",
- "status": "abandoned",
- "id": "0xdb0F69306FF8F949f258E83f6b87ee5D052d0b23"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdb0F69306FF8F949f258E83f6b87ee5D052d0b23/logo.png b/blockchains/ethereum/assets/0xdb0F69306FF8F949f258E83f6b87ee5D052d0b23/logo.png
deleted file mode 100755
index 821fa3fcc0d38..0000000000000
Binary files a/blockchains/ethereum/assets/0xdb0F69306FF8F949f258E83f6b87ee5D052d0b23/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdb0aCC14396D108b3C5574483aCB817855C9dc8d/info.json b/blockchains/ethereum/assets/0xdb0aCC14396D108b3C5574483aCB817855C9dc8d/info.json
deleted file mode 100644
index 1860e2cc679ae..0000000000000
--- a/blockchains/ethereum/assets/0xdb0aCC14396D108b3C5574483aCB817855C9dc8d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Emblem (EMB)",
- "type": "ERC20",
- "symbol": "EMB",
- "decimals": 8,
- "website": "https://overline.network",
- "description": "Overline is a protocol designed to foster innovation by connecting blockchain technologies with liquidity and interoperability. Overline is built on top of a unique proof-of-work algorithm called “Proof-of-Distance” and uses mining hash power from it’s network to build a \"blockchain of blockchains”, or multichain, by weaving together the states of all connected blockchain networks and recording this information into a single immutable ledger.",
- "explorer": "https://etherscan.io/token/0xdb0acc14396d108b3c5574483acb817855c9dc8d",
- "status": "active",
- "id": "0xdb0aCC14396D108b3C5574483aCB817855C9dc8d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdb0aCC14396D108b3C5574483aCB817855C9dc8d/logo.png b/blockchains/ethereum/assets/0xdb0aCC14396D108b3C5574483aCB817855C9dc8d/logo.png
deleted file mode 100644
index 7954f328ab630..0000000000000
Binary files a/blockchains/ethereum/assets/0xdb0aCC14396D108b3C5574483aCB817855C9dc8d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdb352e55DaAd68B632554410F2D392263fF22b06/info.json b/blockchains/ethereum/assets/0xdb352e55DaAd68B632554410F2D392263fF22b06/info.json
deleted file mode 100644
index 0b05efb986f66..0000000000000
--- a/blockchains/ethereum/assets/0xdb352e55DaAd68B632554410F2D392263fF22b06/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BlockRock",
- "symbol": "BR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdb352e55DaAd68B632554410F2D392263fF22b06",
- "status": "abandoned",
- "id": "0xdb352e55DaAd68B632554410F2D392263fF22b06"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdb352e55DaAd68B632554410F2D392263fF22b06/logo.png b/blockchains/ethereum/assets/0xdb352e55DaAd68B632554410F2D392263fF22b06/logo.png
deleted file mode 100644
index 13920e9aa3a37..0000000000000
Binary files a/blockchains/ethereum/assets/0xdb352e55DaAd68B632554410F2D392263fF22b06/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdb455c71C1bC2de4e80cA451184041Ef32054001/info.json b/blockchains/ethereum/assets/0xdb455c71C1bC2de4e80cA451184041Ef32054001/info.json
deleted file mode 100644
index 0ac6fce991727..0000000000000
--- a/blockchains/ethereum/assets/0xdb455c71C1bC2de4e80cA451184041Ef32054001/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Jury.Online Token",
- "symbol": "JOT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdb455c71C1bC2de4e80cA451184041Ef32054001",
- "status": "abandoned",
- "id": "0xdb455c71C1bC2de4e80cA451184041Ef32054001"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdb455c71C1bC2de4e80cA451184041Ef32054001/logo.png b/blockchains/ethereum/assets/0xdb455c71C1bC2de4e80cA451184041Ef32054001/logo.png
deleted file mode 100644
index 291395484f94a..0000000000000
Binary files a/blockchains/ethereum/assets/0xdb455c71C1bC2de4e80cA451184041Ef32054001/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdb4837C9d84315ABCDE80A865f15178F86DB3966/info.json b/blockchains/ethereum/assets/0xdb4837C9d84315ABCDE80A865f15178F86DB3966/info.json
deleted file mode 100644
index eae74be72e754..0000000000000
--- a/blockchains/ethereum/assets/0xdb4837C9d84315ABCDE80A865f15178F86DB3966/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LOCKEDiN",
- "symbol": "LCK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdb4837C9d84315ABCDE80A865f15178F86DB3966",
- "status": "abandoned",
- "id": "0xdb4837C9d84315ABCDE80A865f15178F86DB3966"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdb4837C9d84315ABCDE80A865f15178F86DB3966/logo.png b/blockchains/ethereum/assets/0xdb4837C9d84315ABCDE80A865f15178F86DB3966/logo.png
deleted file mode 100755
index 4414f51ce7b77..0000000000000
Binary files a/blockchains/ethereum/assets/0xdb4837C9d84315ABCDE80A865f15178F86DB3966/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdb4D1099D53e92593430e33483Db41c63525f55F/info.json b/blockchains/ethereum/assets/0xdb4D1099D53e92593430e33483Db41c63525f55F/info.json
deleted file mode 100644
index 1118380481667..0000000000000
--- a/blockchains/ethereum/assets/0xdb4D1099D53e92593430e33483Db41c63525f55F/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "JoyStick Games",
- "type": "ERC20",
- "symbol": "JOY",
- "decimals": 18,
- "website": "https://joystickgames.com",
- "description": "Joystick empowers players to make money playing the games they love.",
- "explorer": "https://etherscan.io/token/0xdb4D1099D53e92593430e33483Db41c63525f55F",
- "status": "active",
- "id": "0xdb4D1099D53e92593430e33483Db41c63525f55F",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/joystickpros"
- },
- {
- "name": "telegram",
- "url": "https://t.me/JoystickCommunity"
- },
- {
- "name": "discord",
- "url": "https://discord.com/JoystickGames"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/joystick-games/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/joystick-games"
- }
- ],
- "tags": [
- "defi",
- "gamefi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xdb4D1099D53e92593430e33483Db41c63525f55F/logo.png b/blockchains/ethereum/assets/0xdb4D1099D53e92593430e33483Db41c63525f55F/logo.png
deleted file mode 100644
index 3369020aed314..0000000000000
Binary files a/blockchains/ethereum/assets/0xdb4D1099D53e92593430e33483Db41c63525f55F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdb5af0e326B5f6417bc9Db89d76fB2390393287F/info.json b/blockchains/ethereum/assets/0xdb5af0e326B5f6417bc9Db89d76fB2390393287F/info.json
deleted file mode 100644
index 13e678f032aa9..0000000000000
--- a/blockchains/ethereum/assets/0xdb5af0e326B5f6417bc9Db89d76fB2390393287F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-2/30M62",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdb5af0e326B5f6417bc9Db89d76fB2390393287F",
- "status": "abandoned",
- "id": "0xdb5af0e326B5f6417bc9Db89d76fB2390393287F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdb5af0e326B5f6417bc9Db89d76fB2390393287F/logo.png b/blockchains/ethereum/assets/0xdb5af0e326B5f6417bc9Db89d76fB2390393287F/logo.png
deleted file mode 100644
index 906c6b7302597..0000000000000
Binary files a/blockchains/ethereum/assets/0xdb5af0e326B5f6417bc9Db89d76fB2390393287F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdb8646F5b487B5Dd979FAC618350e85018F557d4/info.json b/blockchains/ethereum/assets/0xdb8646F5b487B5Dd979FAC618350e85018F557d4/info.json
deleted file mode 100644
index 382a1961cada4..0000000000000
--- a/blockchains/ethereum/assets/0xdb8646F5b487B5Dd979FAC618350e85018F557d4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitcoinToken",
- "symbol": "BTK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdb8646F5b487B5Dd979FAC618350e85018F557d4",
- "status": "abandoned",
- "id": "0xdb8646F5b487B5Dd979FAC618350e85018F557d4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdb8646F5b487B5Dd979FAC618350e85018F557d4/logo.png b/blockchains/ethereum/assets/0xdb8646F5b487B5Dd979FAC618350e85018F557d4/logo.png
deleted file mode 100755
index 9609e4472f58b..0000000000000
Binary files a/blockchains/ethereum/assets/0xdb8646F5b487B5Dd979FAC618350e85018F557d4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdb9953028eFB8b659C255B5B676b912c57f37e4b/info.json b/blockchains/ethereum/assets/0xdb9953028eFB8b659C255B5B676b912c57f37e4b/info.json
deleted file mode 100644
index 978482f31c224..0000000000000
--- a/blockchains/ethereum/assets/0xdb9953028eFB8b659C255B5B676b912c57f37e4b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "NTV-b",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdb9953028eFB8b659C255B5B676b912c57f37e4b",
- "status": "abandoned",
- "id": "0xdb9953028eFB8b659C255B5B676b912c57f37e4b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdb9953028eFB8b659C255B5B676b912c57f37e4b/logo.png b/blockchains/ethereum/assets/0xdb9953028eFB8b659C255B5B676b912c57f37e4b/logo.png
deleted file mode 100644
index a8628bfafefe9..0000000000000
Binary files a/blockchains/ethereum/assets/0xdb9953028eFB8b659C255B5B676b912c57f37e4b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdbA934811A10d2cfe5f33736Cc56C42E7b8FD067/info.json b/blockchains/ethereum/assets/0xdbA934811A10d2cfe5f33736Cc56C42E7b8FD067/info.json
deleted file mode 100644
index 576f2ea8f6fda..0000000000000
--- a/blockchains/ethereum/assets/0xdbA934811A10d2cfe5f33736Cc56C42E7b8FD067/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HAMDAN",
- "symbol": "HAMDAN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdbA934811A10d2cfe5f33736Cc56C42E7b8FD067",
- "status": "abandoned",
- "id": "0xdbA934811A10d2cfe5f33736Cc56C42E7b8FD067"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdbA934811A10d2cfe5f33736Cc56C42E7b8FD067/logo.png b/blockchains/ethereum/assets/0xdbA934811A10d2cfe5f33736Cc56C42E7b8FD067/logo.png
deleted file mode 100644
index 746e756bbe5cd..0000000000000
Binary files a/blockchains/ethereum/assets/0xdbA934811A10d2cfe5f33736Cc56C42E7b8FD067/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdbf0fac1499a931ed6e5F6122dbbCD3B80f66c7E/info.json b/blockchains/ethereum/assets/0xdbf0fac1499a931ed6e5F6122dbbCD3B80f66c7E/info.json
deleted file mode 100644
index b68d4280057a2..0000000000000
--- a/blockchains/ethereum/assets/0xdbf0fac1499a931ed6e5F6122dbbCD3B80f66c7E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RocketFuel",
- "symbol": "RKFL",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdbf0fac1499a931ed6e5F6122dbbCD3B80f66c7E",
- "status": "abandoned",
- "id": "0xdbf0fac1499a931ed6e5F6122dbbCD3B80f66c7E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdbf0fac1499a931ed6e5F6122dbbCD3B80f66c7E/logo.png b/blockchains/ethereum/assets/0xdbf0fac1499a931ed6e5F6122dbbCD3B80f66c7E/logo.png
deleted file mode 100644
index 5e41343671044..0000000000000
Binary files a/blockchains/ethereum/assets/0xdbf0fac1499a931ed6e5F6122dbbCD3B80f66c7E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdc8092AaF83e00Ebf9B01A2e90b7B7eF867ba503/info.json b/blockchains/ethereum/assets/0xdc8092AaF83e00Ebf9B01A2e90b7B7eF867ba503/info.json
deleted file mode 100644
index 11b945778eefe..0000000000000
--- a/blockchains/ethereum/assets/0xdc8092AaF83e00Ebf9B01A2e90b7B7eF867ba503/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Calvin",
- "symbol": "CALVIN",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdc8092AaF83e00Ebf9B01A2e90b7B7eF867ba503",
- "status": "abandoned",
- "id": "0xdc8092AaF83e00Ebf9B01A2e90b7B7eF867ba503"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdc8092AaF83e00Ebf9B01A2e90b7B7eF867ba503/logo.png b/blockchains/ethereum/assets/0xdc8092AaF83e00Ebf9B01A2e90b7B7eF867ba503/logo.png
deleted file mode 100644
index c36fa05cecf05..0000000000000
Binary files a/blockchains/ethereum/assets/0xdc8092AaF83e00Ebf9B01A2e90b7B7eF867ba503/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c/info.json b/blockchains/ethereum/assets/0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c/info.json
deleted file mode 100644
index cbe60a42db60e..0000000000000
--- a/blockchains/ethereum/assets/0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Utrust",
- "website": "https://utrust.com",
- "description": "The Utrust platform allows merchants to accept digital currencies as a means of payment.",
- "explorer": "https://etherscan.io/token/0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c",
- "research": "https://research.binance.com/en/projects/utrust",
- "type": "ERC20",
- "symbol": "UTK",
- "decimals": 18,
- "status": "active",
- "id": "0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c/logo.png b/blockchains/ethereum/assets/0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c/logo.png
deleted file mode 100755
index 532f258606ffb..0000000000000
Binary files a/blockchains/ethereum/assets/0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdcD85914b8aE28c1E62f1C488E1D968D5aaFfE2b/info.json b/blockchains/ethereum/assets/0xdcD85914b8aE28c1E62f1C488E1D968D5aaFfE2b/info.json
deleted file mode 100644
index 7615110466e98..0000000000000
--- a/blockchains/ethereum/assets/0xdcD85914b8aE28c1E62f1C488E1D968D5aaFfE2b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TOP Network",
- "symbol": "TOP",
- "type": "ERC20",
- "decimals": 18,
- "description": "TOP Network is a decentralized open communication network that provides cloud communication services on the blockchain.",
- "website": "https://www.topnetwork.org/",
- "explorer": "https://etherscan.io/token/0xdcD85914b8aE28c1E62f1C488E1D968D5aaFfE2b",
- "status": "active",
- "id": "0xdcD85914b8aE28c1E62f1C488E1D968D5aaFfE2b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdcD85914b8aE28c1E62f1C488E1D968D5aaFfE2b/logo.png b/blockchains/ethereum/assets/0xdcD85914b8aE28c1E62f1C488E1D968D5aaFfE2b/logo.png
deleted file mode 100644
index 73fba9fa25490..0000000000000
Binary files a/blockchains/ethereum/assets/0xdcD85914b8aE28c1E62f1C488E1D968D5aaFfE2b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdd007278B667F6bef52fD0a4c23604aA1f96039a/info.json b/blockchains/ethereum/assets/0xdd007278B667F6bef52fD0a4c23604aA1f96039a/info.json
deleted file mode 100644
index ee151249100d4..0000000000000
--- a/blockchains/ethereum/assets/0xdd007278B667F6bef52fD0a4c23604aA1f96039a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RiptideCoin",
- "symbol": "RIPT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://riptidecoin.com/",
- "explorer": "https://etherscan.io/token/0xdd007278B667F6bef52fD0a4c23604aA1f96039a",
- "status": "abandoned",
- "id": "0xdd007278B667F6bef52fD0a4c23604aA1f96039a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdd007278B667F6bef52fD0a4c23604aA1f96039a/logo.png b/blockchains/ethereum/assets/0xdd007278B667F6bef52fD0a4c23604aA1f96039a/logo.png
deleted file mode 100755
index acad4dfcae5b2..0000000000000
Binary files a/blockchains/ethereum/assets/0xdd007278B667F6bef52fD0a4c23604aA1f96039a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdd690D8824c00C84d64606FFb12640e932C1AF56/info.json b/blockchains/ethereum/assets/0xdd690D8824c00C84d64606FFb12640e932C1AF56/info.json
deleted file mode 100644
index 6830671a17497..0000000000000
--- a/blockchains/ethereum/assets/0xdd690D8824c00C84d64606FFb12640e932C1AF56/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Tavittcoin",
- "website": "https://tavitt.co.jp",
- "twitter": "https://twitter.com/tavitt_coltd",
- "telegram": "https://t.me/tavitt_official",
- "facebook": "https://www.facebook.com/TavittThailand",
- "description": "Tavitt builds a platform that allows travelers as Travel Providers to earn income while traveling.",
- "explorer": "https://etherscan.io/token/0xdd690D8824c00C84d64606FFb12640e932C1AF56",
- "type": "ERC20",
- "symbol": "TAVITT",
- "decimals": 8,
- "status": "active",
- "id": "0xdd690D8824c00C84d64606FFb12640e932C1AF56",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://tavitt.co.jp/TAVITT_WP_En_ver2.01.pdf"
- },
- {
- "name": "github",
- "url": "https://github.com/Tavitt/token"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdd690D8824c00C84d64606FFb12640e932C1AF56/logo.png b/blockchains/ethereum/assets/0xdd690D8824c00C84d64606FFb12640e932C1AF56/logo.png
deleted file mode 100644
index f82a5070bdb13..0000000000000
Binary files a/blockchains/ethereum/assets/0xdd690D8824c00C84d64606FFb12640e932C1AF56/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdd7eD58e68F31c1478b59aBA156F61795EEb232a/info.json b/blockchains/ethereum/assets/0xdd7eD58e68F31c1478b59aBA156F61795EEb232a/info.json
deleted file mode 100644
index 44678ade6ebb4..0000000000000
--- a/blockchains/ethereum/assets/0xdd7eD58e68F31c1478b59aBA156F61795EEb232a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Radincacoin",
- "symbol": "RDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdd7eD58e68F31c1478b59aBA156F61795EEb232a",
- "status": "abandoned",
- "id": "0xdd7eD58e68F31c1478b59aBA156F61795EEb232a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdd7eD58e68F31c1478b59aBA156F61795EEb232a/logo.png b/blockchains/ethereum/assets/0xdd7eD58e68F31c1478b59aBA156F61795EEb232a/logo.png
deleted file mode 100644
index c032135ac582c..0000000000000
Binary files a/blockchains/ethereum/assets/0xdd7eD58e68F31c1478b59aBA156F61795EEb232a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdd96e83861b8bf7c413265D9131CbE68e442e02f/info.json b/blockchains/ethereum/assets/0xdd96e83861b8bf7c413265D9131CbE68e442e02f/info.json
deleted file mode 100644
index c8b46a567de2e..0000000000000
--- a/blockchains/ethereum/assets/0xdd96e83861b8bf7c413265D9131CbE68e442e02f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-22/30M82",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdd96e83861b8bf7c413265D9131CbE68e442e02f",
- "status": "abandoned",
- "id": "0xdd96e83861b8bf7c413265D9131CbE68e442e02f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdd96e83861b8bf7c413265D9131CbE68e442e02f/logo.png b/blockchains/ethereum/assets/0xdd96e83861b8bf7c413265D9131CbE68e442e02f/logo.png
deleted file mode 100644
index 5673ce168d7d1..0000000000000
Binary files a/blockchains/ethereum/assets/0xdd96e83861b8bf7c413265D9131CbE68e442e02f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdd974D5C2e2928deA5F71b9825b8b646686BD200/info.json b/blockchains/ethereum/assets/0xdd974D5C2e2928deA5F71b9825b8b646686BD200/info.json
deleted file mode 100644
index 7044c7bccf661..0000000000000
--- a/blockchains/ethereum/assets/0xdd974D5C2e2928deA5F71b9825b8b646686BD200/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Kyber Network Crystal Legacy",
- "website": "https://kyber.network",
- "description": "Kyber Network’s on-chain liquidity protocol allows decentralized token swaps to be integrated into any application, enabling value exchange to be performed seamlessly between all parties in the ecosystem.",
- "explorer": "https://etherscan.io/token/0xdd974D5C2e2928deA5F71b9825b8b646686BD200",
- "type": "ERC20",
- "symbol": "KNCL",
- "decimals": 18,
- "status": "abandoned",
- "id": "0xdd974D5C2e2928deA5F71b9825b8b646686BD200",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/KyberNetwork"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/KyberNetwork"
- },
- {
- "name": "blog",
- "url": "https://blog.kyber.network/"
- },
- {
- "name": "whitepaper",
- "url": "https://kyber.network/assets/KyberNetworkWhitepaper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/kyber-network/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdd974D5C2e2928deA5F71b9825b8b646686BD200/logo.png b/blockchains/ethereum/assets/0xdd974D5C2e2928deA5F71b9825b8b646686BD200/logo.png
deleted file mode 100644
index 1bb050234ff2c..0000000000000
Binary files a/blockchains/ethereum/assets/0xdd974D5C2e2928deA5F71b9825b8b646686BD200/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xddb3Db2DFdD8705e606959637477AEE7B0Cc22F1/info.json b/blockchains/ethereum/assets/0xddb3Db2DFdD8705e606959637477AEE7B0Cc22F1/info.json
deleted file mode 100644
index 527d8a021ff5b..0000000000000
--- a/blockchains/ethereum/assets/0xddb3Db2DFdD8705e606959637477AEE7B0Cc22F1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tyercoin",
- "symbol": "TRC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.tyercoin.com/",
- "explorer": "https://etherscan.io/token/0xddb3Db2DFdD8705e606959637477AEE7B0Cc22F1",
- "status": "abandoned",
- "id": "0xddb3Db2DFdD8705e606959637477AEE7B0Cc22F1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xddb3Db2DFdD8705e606959637477AEE7B0Cc22F1/logo.png b/blockchains/ethereum/assets/0xddb3Db2DFdD8705e606959637477AEE7B0Cc22F1/logo.png
deleted file mode 100644
index bac3cc66df268..0000000000000
Binary files a/blockchains/ethereum/assets/0xddb3Db2DFdD8705e606959637477AEE7B0Cc22F1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xde4EE8057785A7e8e800Db58F9784845A5C2Cbd6/info.json b/blockchains/ethereum/assets/0xde4EE8057785A7e8e800Db58F9784845A5C2Cbd6/info.json
deleted file mode 100644
index 7401512a5ff4c..0000000000000
--- a/blockchains/ethereum/assets/0xde4EE8057785A7e8e800Db58F9784845A5C2Cbd6/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "DEXE",
- "type": "ERC20",
- "symbol": "DEXE",
- "decimals": 18,
- "website": "https://dexe.network/",
- "description": "Dexe.network or Dexe (Decentralized Social Trading Platform) – an online, decentralized and autonomous cryptocurrency assets portfolio environment which operates via autonomous smart contracts, that includes tools for virtual currency allocation, automatic rebalancing and eliminates the risks of transferring digital wallet details such as private keys and API or any virtual currency data to a third party.",
- "explorer": "https://etherscan.io/token/0xde4EE8057785A7e8e800Db58F9784845A5C2Cbd6",
- "id": "0xde4EE8057785A7e8e800Db58F9784845A5C2Cbd6",
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/dexe-network/dexe"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xde4EE8057785A7e8e800Db58F9784845A5C2Cbd6/logo.png b/blockchains/ethereum/assets/0xde4EE8057785A7e8e800Db58F9784845A5C2Cbd6/logo.png
deleted file mode 100644
index 0ca575a8134dc..0000000000000
Binary files a/blockchains/ethereum/assets/0xde4EE8057785A7e8e800Db58F9784845A5C2Cbd6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xde865ED1C50E753D248a0f2c9C5AE02b9E41B6Ae/info.json b/blockchains/ethereum/assets/0xde865ED1C50E753D248a0f2c9C5AE02b9E41B6Ae/info.json
deleted file mode 100644
index b75c7a99ad1a6..0000000000000
--- a/blockchains/ethereum/assets/0xde865ED1C50E753D248a0f2c9C5AE02b9E41B6Ae/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Revolt Token",
- "symbol": "RVLT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xde865ED1C50E753D248a0f2c9C5AE02b9E41B6Ae",
- "status": "abandoned",
- "id": "0xde865ED1C50E753D248a0f2c9C5AE02b9E41B6Ae"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xde865ED1C50E753D248a0f2c9C5AE02b9E41B6Ae/logo.png b/blockchains/ethereum/assets/0xde865ED1C50E753D248a0f2c9C5AE02b9E41B6Ae/logo.png
deleted file mode 100644
index 4a27dd3c39964..0000000000000
Binary files a/blockchains/ethereum/assets/0xde865ED1C50E753D248a0f2c9C5AE02b9E41B6Ae/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdeAdDB9958627B660b0feEFCaE6b60349e10A4F5/info.json b/blockchains/ethereum/assets/0xdeAdDB9958627B660b0feEFCaE6b60349e10A4F5/info.json
deleted file mode 100644
index 0154f959779b5..0000000000000
--- a/blockchains/ethereum/assets/0xdeAdDB9958627B660b0feEFCaE6b60349e10A4F5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DTOCoin",
- "symbol": "DTO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdeAdDB9958627B660b0feEFCaE6b60349e10A4F5",
- "status": "abandoned",
- "id": "0xdeAdDB9958627B660b0feEFCaE6b60349e10A4F5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdeAdDB9958627B660b0feEFCaE6b60349e10A4F5/logo.png b/blockchains/ethereum/assets/0xdeAdDB9958627B660b0feEFCaE6b60349e10A4F5/logo.png
deleted file mode 100644
index 05ec4932eff51..0000000000000
Binary files a/blockchains/ethereum/assets/0xdeAdDB9958627B660b0feEFCaE6b60349e10A4F5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdeCF7Be29F8832E9C2Ddf0388c9778B8Ba76af43/info.json b/blockchains/ethereum/assets/0xdeCF7Be29F8832E9C2Ddf0388c9778B8Ba76af43/info.json
deleted file mode 100644
index 5c0fdf182194b..0000000000000
--- a/blockchains/ethereum/assets/0xdeCF7Be29F8832E9C2Ddf0388c9778B8Ba76af43/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BonusCloud Token",
- "symbol": "BxC",
- "type": "ERC20",
- "decimals": 18,
- "description": "BonusCloud develops an exclusive encrypted network on the basis of Kademlia network, also can be divided and aggregated based on features of the user’s basic network.",
- "website": "https://bonuscloud.io",
- "explorer": "https://etherscan.io/token/0xdeCF7Be29F8832E9C2Ddf0388c9778B8Ba76af43",
- "status": "active",
- "id": "0xdeCF7Be29F8832E9C2Ddf0388c9778B8Ba76af43"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdeCF7Be29F8832E9C2Ddf0388c9778B8Ba76af43/logo.png b/blockchains/ethereum/assets/0xdeCF7Be29F8832E9C2Ddf0388c9778B8Ba76af43/logo.png
deleted file mode 100644
index 99f940c92f20d..0000000000000
Binary files a/blockchains/ethereum/assets/0xdeCF7Be29F8832E9C2Ddf0388c9778B8Ba76af43/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202/info.json b/blockchains/ethereum/assets/0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202/info.json
deleted file mode 100644
index 85def6215ad7c..0000000000000
--- a/blockchains/ethereum/assets/0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "Kyber Network",
- "website": "https://kyber.network",
- "description": "Kyber Network’s on-chain liquidity protocol allows decentralized token swaps to be integrated into any application, enabling value exchange to be performed seamlessly between all parties in the ecosystem.",
- "explorer": "https://etherscan.io/token/0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202",
- "type": "ERC20",
- "symbol": "KNC",
- "decimals": 18,
- "status": "active",
- "id": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202",
- "tags": [
- "defi",
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202/logo.png b/blockchains/ethereum/assets/0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202/logo.png
deleted file mode 100644
index c397707ba945e..0000000000000
Binary files a/blockchains/ethereum/assets/0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdebe620609674F21B1089042527F420372eA98A5/info.json b/blockchains/ethereum/assets/0xdebe620609674F21B1089042527F420372eA98A5/info.json
deleted file mode 100644
index 3d42741d5c7ce..0000000000000
--- a/blockchains/ethereum/assets/0xdebe620609674F21B1089042527F420372eA98A5/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "ALTAVA",
- "type": "ERC20",
- "symbol": "TAVA",
- "decimals": 18,
- "website": "https://altava.com",
- "description": "We bring culture defining brands into the metaverse through our virtual platforms and access to others",
- "explorer": "https://etherscan.io/token/0xdebe620609674F21B1089042527F420372eA98A5",
- "status": "active",
- "id": "0xdebe620609674F21B1089042527F420372eA98A5",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/altavagroup"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@altavagroup"
- },
- {
- "name": "telegram",
- "url": "https://t.me/altavaofficial"
- }
- ],
- "tags": [
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdebe620609674F21B1089042527F420372eA98A5/logo.png b/blockchains/ethereum/assets/0xdebe620609674F21B1089042527F420372eA98A5/logo.png
deleted file mode 100644
index c763e1fe930c1..0000000000000
Binary files a/blockchains/ethereum/assets/0xdebe620609674F21B1089042527F420372eA98A5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdef058a630354E1081c7F3608F081E951d2A5570/info.json b/blockchains/ethereum/assets/0xdef058a630354E1081c7F3608F081E951d2A5570/info.json
deleted file mode 100644
index ca74d38c3445e..0000000000000
--- a/blockchains/ethereum/assets/0xdef058a630354E1081c7F3608F081E951d2A5570/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitLand",
- "symbol": "BIL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdef058a630354E1081c7F3608F081E951d2A5570",
- "status": "abandoned",
- "id": "0xdef058a630354E1081c7F3608F081E951d2A5570"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdef058a630354E1081c7F3608F081E951d2A5570/logo.png b/blockchains/ethereum/assets/0xdef058a630354E1081c7F3608F081E951d2A5570/logo.png
deleted file mode 100644
index c85b8bee839ed..0000000000000
Binary files a/blockchains/ethereum/assets/0xdef058a630354E1081c7F3608F081E951d2A5570/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdf09a216Fac5ADC3e640Db418C0b956076509503/info.json b/blockchains/ethereum/assets/0xdf09a216Fac5ADC3e640Db418C0b956076509503/info.json
deleted file mode 100644
index 1291b64afc28b..0000000000000
--- a/blockchains/ethereum/assets/0xdf09a216Fac5ADC3e640Db418C0b956076509503/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Pokmi",
- "website": "https://pokmi.com/",
- "description": "Pokmi is a social platform to share uncensored creativity with advanced user protection thanks to the Poken wallet",
- "explorer": "https://etherscan.io/token/0xdf09a216Fac5ADC3e640Db418C0b956076509503",
- "type": "ERC20",
- "symbol": "PKN",
- "decimals": 18,
- "status": "active",
- "id": "0xdf09a216Fac5ADC3e640Db418C0b956076509503",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/PokmiHQ"
- },
- {
- "name": "telegram",
- "url": "https://t.me/RarePorn_Fr"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdf09a216Fac5ADC3e640Db418C0b956076509503/logo.png b/blockchains/ethereum/assets/0xdf09a216Fac5ADC3e640Db418C0b956076509503/logo.png
deleted file mode 100644
index a0e982b46c9f2..0000000000000
Binary files a/blockchains/ethereum/assets/0xdf09a216Fac5ADC3e640Db418C0b956076509503/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdf1338FbAfe7aF1789151627B886781ba556eF9a/info.json b/blockchains/ethereum/assets/0xdf1338FbAfe7aF1789151627B886781ba556eF9a/info.json
deleted file mode 100644
index 1fe106d3e4424..0000000000000
--- a/blockchains/ethereum/assets/0xdf1338FbAfe7aF1789151627B886781ba556eF9a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kuende Token",
- "symbol": "KUE",
- "type": "ERC20",
- "decimals": 18,
- "description": "Kuende describes itself as a blockchain-fueled social media platform that encourages its users to engage in real-life interactions through Gamified Challenges. Kuende's Gamified Challenges actively encourage people to engage in activities that lead to real-life interactions.",
- "website": "https://ico.kuende.com/",
- "explorer": "https://etherscan.io/token/0xdf1338FbAfe7aF1789151627B886781ba556eF9a",
- "status": "active",
- "id": "0xdf1338FbAfe7aF1789151627B886781ba556eF9a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdf1338FbAfe7aF1789151627B886781ba556eF9a/logo.png b/blockchains/ethereum/assets/0xdf1338FbAfe7aF1789151627B886781ba556eF9a/logo.png
deleted file mode 100644
index 865ebd165b5be..0000000000000
Binary files a/blockchains/ethereum/assets/0xdf1338FbAfe7aF1789151627B886781ba556eF9a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdf22Da9a8C1D80095175Ae601d182A734923F01A/info.json b/blockchains/ethereum/assets/0xdf22Da9a8C1D80095175Ae601d182A734923F01A/info.json
deleted file mode 100644
index 953512ec7313a..0000000000000
--- a/blockchains/ethereum/assets/0xdf22Da9a8C1D80095175Ae601d182A734923F01A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitpakcoinToken",
- "symbol": "BPAKC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.bitpakcoin.com/",
- "explorer": "https://etherscan.io/token/0xdf22Da9a8C1D80095175Ae601d182A734923F01A",
- "status": "abandoned",
- "id": "0xdf22Da9a8C1D80095175Ae601d182A734923F01A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdf22Da9a8C1D80095175Ae601d182A734923F01A/logo.png b/blockchains/ethereum/assets/0xdf22Da9a8C1D80095175Ae601d182A734923F01A/logo.png
deleted file mode 100644
index a277e20728a54..0000000000000
Binary files a/blockchains/ethereum/assets/0xdf22Da9a8C1D80095175Ae601d182A734923F01A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdfB410994b66778Bd6cC2C82E8ffe4f7B2870006/info.json b/blockchains/ethereum/assets/0xdfB410994b66778Bd6cC2C82E8ffe4f7B2870006/info.json
deleted file mode 100644
index e79eb8abc73b8..0000000000000
--- a/blockchains/ethereum/assets/0xdfB410994b66778Bd6cC2C82E8ffe4f7B2870006/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kinguin Krowns",
- "symbol": "KRS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.kinguin.net/krowns",
- "explorer": "https://etherscan.io/token/0xdfB410994b66778Bd6cC2C82E8ffe4f7B2870006",
- "status": "abandoned",
- "id": "0xdfB410994b66778Bd6cC2C82E8ffe4f7B2870006"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdfB410994b66778Bd6cC2C82E8ffe4f7B2870006/logo.png b/blockchains/ethereum/assets/0xdfB410994b66778Bd6cC2C82E8ffe4f7B2870006/logo.png
deleted file mode 100755
index 09b914a33908a..0000000000000
Binary files a/blockchains/ethereum/assets/0xdfB410994b66778Bd6cC2C82E8ffe4f7B2870006/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdfB78a5de31cF30c295808BE6B17b95f2927302D/info.json b/blockchains/ethereum/assets/0xdfB78a5de31cF30c295808BE6B17b95f2927302D/info.json
deleted file mode 100644
index 180b2a228f1c5..0000000000000
--- a/blockchains/ethereum/assets/0xdfB78a5de31cF30c295808BE6B17b95f2927302D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OJO Coin",
- "symbol": "OJO",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdfB78a5de31cF30c295808BE6B17b95f2927302D",
- "status": "abandoned",
- "id": "0xdfB78a5de31cF30c295808BE6B17b95f2927302D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdfB78a5de31cF30c295808BE6B17b95f2927302D/logo.png b/blockchains/ethereum/assets/0xdfB78a5de31cF30c295808BE6B17b95f2927302D/logo.png
deleted file mode 100644
index fc98e6208bc6e..0000000000000
Binary files a/blockchains/ethereum/assets/0xdfB78a5de31cF30c295808BE6B17b95f2927302D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdfBd6A960a55bCfCf59d5925351E05a51498BCeF/info.json b/blockchains/ethereum/assets/0xdfBd6A960a55bCfCf59d5925351E05a51498BCeF/info.json
deleted file mode 100644
index 6da2491707adf..0000000000000
--- a/blockchains/ethereum/assets/0xdfBd6A960a55bCfCf59d5925351E05a51498BCeF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "\"\"",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://icerockmining.io",
- "explorer": "https://etherscan.io/token/0xdfBd6A960a55bCfCf59d5925351E05a51498BCeF",
- "status": "abandoned",
- "id": "0xdfBd6A960a55bCfCf59d5925351E05a51498BCeF"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdfBd6A960a55bCfCf59d5925351E05a51498BCeF/logo.png b/blockchains/ethereum/assets/0xdfBd6A960a55bCfCf59d5925351E05a51498BCeF/logo.png
deleted file mode 100644
index d0f497e2a7742..0000000000000
Binary files a/blockchains/ethereum/assets/0xdfBd6A960a55bCfCf59d5925351E05a51498BCeF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdfbc9050F5B01DF53512DCC39B4f2B2BBaCD517A/info.json b/blockchains/ethereum/assets/0xdfbc9050F5B01DF53512DCC39B4f2B2BBaCD517A/info.json
deleted file mode 100644
index 2012581c3a045..0000000000000
--- a/blockchains/ethereum/assets/0xdfbc9050F5B01DF53512DCC39B4f2B2BBaCD517A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Jobchain",
- "symbol": "JOB",
- "type": "ERC20",
- "decimals": 8,
- "description": "Jobchain is an ecosystem that enables anybody to find jobs or hire personnel anytime, anywhere while earning salary in cryptocurrency.",
- "website": "https://www.jobchain.com/",
- "explorer": "https://etherscan.io/token/0xdfbc9050F5B01DF53512DCC39B4f2B2BBaCD517A",
- "status": "active",
- "id": "0xdfbc9050F5B01DF53512DCC39B4f2B2BBaCD517A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdfbc9050F5B01DF53512DCC39B4f2B2BBaCD517A/logo.png b/blockchains/ethereum/assets/0xdfbc9050F5B01DF53512DCC39B4f2B2BBaCD517A/logo.png
deleted file mode 100644
index bec75951b79d4..0000000000000
Binary files a/blockchains/ethereum/assets/0xdfbc9050F5B01DF53512DCC39B4f2B2BBaCD517A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdfdc0D82d96F8fd40ca0CFB4A288955bECEc2088/info.json b/blockchains/ethereum/assets/0xdfdc0D82d96F8fd40ca0CFB4A288955bECEc2088/info.json
deleted file mode 100644
index f422d88f9b3c1..0000000000000
--- a/blockchains/ethereum/assets/0xdfdc0D82d96F8fd40ca0CFB4A288955bECEc2088/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MTC Mesh Network",
- "symbol": "MTC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xdfdc0D82d96F8fd40ca0CFB4A288955bECEc2088",
- "status": "abandoned",
- "id": "0xdfdc0D82d96F8fd40ca0CFB4A288955bECEc2088"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdfdc0D82d96F8fd40ca0CFB4A288955bECEc2088/logo.png b/blockchains/ethereum/assets/0xdfdc0D82d96F8fd40ca0CFB4A288955bECEc2088/logo.png
deleted file mode 100755
index a557b89799d1f..0000000000000
Binary files a/blockchains/ethereum/assets/0xdfdc0D82d96F8fd40ca0CFB4A288955bECEc2088/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xdfe691F37b6264a90Ff507EB359C45d55037951C/info.json b/blockchains/ethereum/assets/0xdfe691F37b6264a90Ff507EB359C45d55037951C/info.json
deleted file mode 100644
index 59f78de5548cb..0000000000000
--- a/blockchains/ethereum/assets/0xdfe691F37b6264a90Ff507EB359C45d55037951C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Karma",
- "symbol": "KARMA",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "http://karma.link/",
- "explorer": "https://etherscan.io/token/0xdfe691F37b6264a90Ff507EB359C45d55037951C",
- "status": "abandoned",
- "id": "0xdfe691F37b6264a90Ff507EB359C45d55037951C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xdfe691F37b6264a90Ff507EB359C45d55037951C/logo.png b/blockchains/ethereum/assets/0xdfe691F37b6264a90Ff507EB359C45d55037951C/logo.png
deleted file mode 100644
index ccb0681eab5e7..0000000000000
Binary files a/blockchains/ethereum/assets/0xdfe691F37b6264a90Ff507EB359C45d55037951C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe0089BfD703a711bB211fF62bdD76Cd9032F237A/info.json b/blockchains/ethereum/assets/0xe0089BfD703a711bB211fF62bdD76Cd9032F237A/info.json
deleted file mode 100644
index d52315fcf11df..0000000000000
--- a/blockchains/ethereum/assets/0xe0089BfD703a711bB211fF62bdD76Cd9032F237A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Planetagro-Exchange",
- "symbol": "SOYBEAN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe0089BfD703a711bB211fF62bdD76Cd9032F237A",
- "status": "abandoned",
- "id": "0xe0089BfD703a711bB211fF62bdD76Cd9032F237A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe0089BfD703a711bB211fF62bdD76Cd9032F237A/logo.png b/blockchains/ethereum/assets/0xe0089BfD703a711bB211fF62bdD76Cd9032F237A/logo.png
deleted file mode 100755
index 4e77b9cbba062..0000000000000
Binary files a/blockchains/ethereum/assets/0xe0089BfD703a711bB211fF62bdD76Cd9032F237A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe02A8b1D7B2A85a3cb20a902783c9557423691C5/info.json b/blockchains/ethereum/assets/0xe02A8b1D7B2A85a3cb20a902783c9557423691C5/info.json
deleted file mode 100644
index 4b98755cecbce..0000000000000
--- a/blockchains/ethereum/assets/0xe02A8b1D7B2A85a3cb20a902783c9557423691C5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C559009",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe02A8b1D7B2A85a3cb20a902783c9557423691C5",
- "status": "abandoned",
- "id": "0xe02A8b1D7B2A85a3cb20a902783c9557423691C5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe02A8b1D7B2A85a3cb20a902783c9557423691C5/logo.png b/blockchains/ethereum/assets/0xe02A8b1D7B2A85a3cb20a902783c9557423691C5/logo.png
deleted file mode 100644
index 0fdc36a3666da..0000000000000
Binary files a/blockchains/ethereum/assets/0xe02A8b1D7B2A85a3cb20a902783c9557423691C5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe02b2Ad63eFF3Ac1D5827cBd7AB9DD3DaC4f4AD0/info.json b/blockchains/ethereum/assets/0xe02b2Ad63eFF3Ac1D5827cBd7AB9DD3DaC4f4AD0/info.json
deleted file mode 100644
index 8560468407f69..0000000000000
--- a/blockchains/ethereum/assets/0xe02b2Ad63eFF3Ac1D5827cBd7AB9DD3DaC4f4AD0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave UniUSDC",
- "website": "https://aave.com",
- "description": "Aave UniUSDC is an interest bearing token pegged 1:1 to the underlying USDC deposited in the Uniswap Market of Aave Protocol.",
- "explorer": "https://etherscan.io/token/0xe02b2Ad63eFF3Ac1D5827cBd7AB9DD3DaC4f4AD0",
- "type": "ERC20",
- "symbol": "aUniUSDC",
- "decimals": 6,
- "status": "active",
- "id": "0xe02b2Ad63eFF3Ac1D5827cBd7AB9DD3DaC4f4AD0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe02b2Ad63eFF3Ac1D5827cBd7AB9DD3DaC4f4AD0/logo.png b/blockchains/ethereum/assets/0xe02b2Ad63eFF3Ac1D5827cBd7AB9DD3DaC4f4AD0/logo.png
deleted file mode 100644
index 65e1effe57dd3..0000000000000
Binary files a/blockchains/ethereum/assets/0xe02b2Ad63eFF3Ac1D5827cBd7AB9DD3DaC4f4AD0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe047705117Eb07e712C3d684f5B18E74577e83aC/info.json b/blockchains/ethereum/assets/0xe047705117Eb07e712C3d684f5B18E74577e83aC/info.json
deleted file mode 100644
index 5946aa66533a6..0000000000000
--- a/blockchains/ethereum/assets/0xe047705117Eb07e712C3d684f5B18E74577e83aC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitcashPay Token",
- "website": "https://bitcashpay.net/",
- "description": "Staking and Yield Farming, Decentralized Lending, DEX with FIAT Cash-in/Cash-out, Crypto Academy, Payment Solution, Remittance. The ALL-in-ONE DEFI PLATFORM",
- "explorer": "https://etherscan.io/token/0xe047705117Eb07e712C3d684f5B18E74577e83aC",
- "type": "ERC20",
- "symbol": "BCP",
- "decimals": 18,
- "status": "active",
- "id": "0xe047705117Eb07e712C3d684f5B18E74577e83aC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe047705117Eb07e712C3d684f5B18E74577e83aC/logo.png b/blockchains/ethereum/assets/0xe047705117Eb07e712C3d684f5B18E74577e83aC/logo.png
deleted file mode 100644
index 53580f4220e8e..0000000000000
Binary files a/blockchains/ethereum/assets/0xe047705117Eb07e712C3d684f5B18E74577e83aC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe05Be272d67eE58a57b38B48c791B586e1220B94/info.json b/blockchains/ethereum/assets/0xe05Be272d67eE58a57b38B48c791B586e1220B94/info.json
deleted file mode 100644
index 2ef3a9ad89f0b..0000000000000
--- a/blockchains/ethereum/assets/0xe05Be272d67eE58a57b38B48c791B586e1220B94/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RH123456",
- "symbol": "RH",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe05Be272d67eE58a57b38B48c791B586e1220B94",
- "status": "abandoned",
- "id": "0xe05Be272d67eE58a57b38B48c791B586e1220B94"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe05Be272d67eE58a57b38B48c791B586e1220B94/logo.png b/blockchains/ethereum/assets/0xe05Be272d67eE58a57b38B48c791B586e1220B94/logo.png
deleted file mode 100644
index 1aa93d1f524d9..0000000000000
Binary files a/blockchains/ethereum/assets/0xe05Be272d67eE58a57b38B48c791B586e1220B94/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe05C99fd798C09C066B87d841eCF89Dac4B4856E/info.json b/blockchains/ethereum/assets/0xe05C99fd798C09C066B87d841eCF89Dac4B4856E/info.json
deleted file mode 100644
index 0fbfbc6920e21..0000000000000
--- a/blockchains/ethereum/assets/0xe05C99fd798C09C066B87d841eCF89Dac4B4856E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bard",
- "symbol": "BARD",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe05C99fd798C09C066B87d841eCF89Dac4B4856E",
- "status": "abandoned",
- "id": "0xe05C99fd798C09C066B87d841eCF89Dac4B4856E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe05C99fd798C09C066B87d841eCF89Dac4B4856E/logo.png b/blockchains/ethereum/assets/0xe05C99fd798C09C066B87d841eCF89Dac4B4856E/logo.png
deleted file mode 100644
index 222d4761fe419..0000000000000
Binary files a/blockchains/ethereum/assets/0xe05C99fd798C09C066B87d841eCF89Dac4B4856E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe05D803fa0c5832Fa2262465290abB25d6C2bFA3/info.json b/blockchains/ethereum/assets/0xe05D803fa0c5832Fa2262465290abB25d6C2bFA3/info.json
deleted file mode 100644
index 7a5329420c8e2..0000000000000
--- a/blockchains/ethereum/assets/0xe05D803fa0c5832Fa2262465290abB25d6C2bFA3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Synth sXAU",
- "symbol": "sXAU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe05D803fa0c5832Fa2262465290abB25d6C2bFA3",
- "status": "abandoned",
- "id": "0xe05D803fa0c5832Fa2262465290abB25d6C2bFA3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe05D803fa0c5832Fa2262465290abB25d6C2bFA3/logo.png b/blockchains/ethereum/assets/0xe05D803fa0c5832Fa2262465290abB25d6C2bFA3/logo.png
deleted file mode 100644
index a463c2160cd8a..0000000000000
Binary files a/blockchains/ethereum/assets/0xe05D803fa0c5832Fa2262465290abB25d6C2bFA3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe06Af951086EC3c488b50E31BE29c07F8a260cA3/info.json b/blockchains/ethereum/assets/0xe06Af951086EC3c488b50E31BE29c07F8a260cA3/info.json
deleted file mode 100644
index 4db30a8b74147..0000000000000
--- a/blockchains/ethereum/assets/0xe06Af951086EC3c488b50E31BE29c07F8a260cA3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EXU Protocol",
- "symbol": "EXU",
- "type": "ERC20",
- "decimals": 16,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe06Af951086EC3c488b50E31BE29c07F8a260cA3",
- "status": "abandoned",
- "id": "0xe06Af951086EC3c488b50E31BE29c07F8a260cA3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe06Af951086EC3c488b50E31BE29c07F8a260cA3/logo.png b/blockchains/ethereum/assets/0xe06Af951086EC3c488b50E31BE29c07F8a260cA3/logo.png
deleted file mode 100644
index f9f2eb5ff32d0..0000000000000
Binary files a/blockchains/ethereum/assets/0xe06Af951086EC3c488b50E31BE29c07F8a260cA3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe06eda7435bA749b047380CEd49121ddE93334Ae/info.json b/blockchains/ethereum/assets/0xe06eda7435bA749b047380CEd49121ddE93334Ae/info.json
deleted file mode 100644
index 5267b442fc0df..0000000000000
--- a/blockchains/ethereum/assets/0xe06eda7435bA749b047380CEd49121ddE93334Ae/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Transferable Sydney Ethereum Token",
- "symbol": "SET",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe06eda7435bA749b047380CEd49121ddE93334Ae",
- "status": "abandoned",
- "id": "0xe06eda7435bA749b047380CEd49121ddE93334Ae"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe06eda7435bA749b047380CEd49121ddE93334Ae/logo.png b/blockchains/ethereum/assets/0xe06eda7435bA749b047380CEd49121ddE93334Ae/logo.png
deleted file mode 100644
index c2c32382b6757..0000000000000
Binary files a/blockchains/ethereum/assets/0xe06eda7435bA749b047380CEd49121ddE93334Ae/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe089CeEb88086d7DD5153cf0357525069Cb27a4a/info.json b/blockchains/ethereum/assets/0xe089CeEb88086d7DD5153cf0357525069Cb27a4a/info.json
deleted file mode 100644
index 74eea2afb5656..0000000000000
--- a/blockchains/ethereum/assets/0xe089CeEb88086d7DD5153cf0357525069Cb27a4a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Farmer",
- "symbol": "FARMER",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe089CeEb88086d7DD5153cf0357525069Cb27a4a",
- "status": "abandoned",
- "id": "0xe089CeEb88086d7DD5153cf0357525069Cb27a4a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe089CeEb88086d7DD5153cf0357525069Cb27a4a/logo.png b/blockchains/ethereum/assets/0xe089CeEb88086d7DD5153cf0357525069Cb27a4a/logo.png
deleted file mode 100644
index 298af530b4306..0000000000000
Binary files a/blockchains/ethereum/assets/0xe089CeEb88086d7DD5153cf0357525069Cb27a4a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe0B9a2C3E9f40CF74B2C7F591B2b0CCa055c3112/info.json b/blockchains/ethereum/assets/0xe0B9a2C3E9f40CF74B2C7F591B2b0CCa055c3112/info.json
deleted file mode 100644
index e447813e86e48..0000000000000
--- a/blockchains/ethereum/assets/0xe0B9a2C3E9f40CF74B2C7F591B2b0CCa055c3112/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GenShards",
- "website": "https://genshards.com",
- "description": "Genesis Shards transforms NFTs into a liquidity vehicle for Pre-IDO tokens and a whole new suite of DeFi products across multiple blockchains.",
- "explorer": "https://etherscan.io/token/0xe0B9a2C3E9f40CF74B2C7F591B2b0CCa055c3112",
- "type": "ERC20",
- "symbol": "GS",
- "decimals": 18,
- "status": "active",
- "id": "0xe0B9a2C3E9f40CF74B2C7F591B2b0CCa055c3112"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe0B9a2C3E9f40CF74B2C7F591B2b0CCa055c3112/logo.png b/blockchains/ethereum/assets/0xe0B9a2C3E9f40CF74B2C7F591B2b0CCa055c3112/logo.png
deleted file mode 100644
index fe0359c83c670..0000000000000
Binary files a/blockchains/ethereum/assets/0xe0B9a2C3E9f40CF74B2C7F591B2b0CCa055c3112/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe0D95530820aAfc51b1d98023AA1Ff000b78d8b2/info.json b/blockchains/ethereum/assets/0xe0D95530820aAfc51b1d98023AA1Ff000b78d8b2/info.json
deleted file mode 100644
index 2bcc347d0dddb..0000000000000
--- a/blockchains/ethereum/assets/0xe0D95530820aAfc51b1d98023AA1Ff000b78d8b2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PressOne Token",
- "symbol": "PRS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://press.one",
- "explorer": "https://etherscan.io/token/0xe0D95530820aAfc51b1d98023AA1Ff000b78d8b2",
- "status": "active",
- "id": "0xe0D95530820aAfc51b1d98023AA1Ff000b78d8b2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe0D95530820aAfc51b1d98023AA1Ff000b78d8b2/logo.png b/blockchains/ethereum/assets/0xe0D95530820aAfc51b1d98023AA1Ff000b78d8b2/logo.png
deleted file mode 100644
index 5d0662b1d9b72..0000000000000
Binary files a/blockchains/ethereum/assets/0xe0D95530820aAfc51b1d98023AA1Ff000b78d8b2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe0E705C9bFf67188a79dc5F59f0b2675031a6055/info.json b/blockchains/ethereum/assets/0xe0E705C9bFf67188a79dc5F59f0b2675031a6055/info.json
deleted file mode 100644
index a9fcfbd85b417..0000000000000
--- a/blockchains/ethereum/assets/0xe0E705C9bFf67188a79dc5F59f0b2675031a6055/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "QuadCore Chain",
- "symbol": "QUAD",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe0E705C9bFf67188a79dc5F59f0b2675031a6055",
- "status": "abandoned",
- "id": "0xe0E705C9bFf67188a79dc5F59f0b2675031a6055"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe0E705C9bFf67188a79dc5F59f0b2675031a6055/logo.png b/blockchains/ethereum/assets/0xe0E705C9bFf67188a79dc5F59f0b2675031a6055/logo.png
deleted file mode 100755
index 0155fd5d3db94..0000000000000
Binary files a/blockchains/ethereum/assets/0xe0E705C9bFf67188a79dc5F59f0b2675031a6055/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe0b9BcD54bF8A730EA5d3f1fFCe0885E911a502c/info.json b/blockchains/ethereum/assets/0xe0b9BcD54bF8A730EA5d3f1fFCe0885E911a502c/info.json
deleted file mode 100644
index 330623f929ac4..0000000000000
--- a/blockchains/ethereum/assets/0xe0b9BcD54bF8A730EA5d3f1fFCe0885E911a502c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zum Token",
- "symbol": "ZUM",
- "type": "ERC20",
- "decimals": 8,
- "description": "ZUM TOKEN aims to become a currency used in special tournaments for Telegram games.",
- "website": "https://zum-token.com/",
- "explorer": "https://etherscan.io/token/0xe0b9BcD54bF8A730EA5d3f1fFCe0885E911a502c",
- "status": "active",
- "id": "0xe0b9BcD54bF8A730EA5d3f1fFCe0885E911a502c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe0b9BcD54bF8A730EA5d3f1fFCe0885E911a502c/logo.png b/blockchains/ethereum/assets/0xe0b9BcD54bF8A730EA5d3f1fFCe0885E911a502c/logo.png
deleted file mode 100644
index 30575bc9e636d..0000000000000
Binary files a/blockchains/ethereum/assets/0xe0b9BcD54bF8A730EA5d3f1fFCe0885E911a502c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe0bA8B69c32b5c1601784f1DeAe4762c26E59d0F/info.json b/blockchains/ethereum/assets/0xe0bA8B69c32b5c1601784f1DeAe4762c26E59d0F/info.json
deleted file mode 100644
index 4fad73d4d3332..0000000000000
--- a/blockchains/ethereum/assets/0xe0bA8B69c32b5c1601784f1DeAe4762c26E59d0F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-30/30M30",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe0bA8B69c32b5c1601784f1DeAe4762c26E59d0F",
- "status": "abandoned",
- "id": "0xe0bA8B69c32b5c1601784f1DeAe4762c26E59d0F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe0bA8B69c32b5c1601784f1DeAe4762c26E59d0F/logo.png b/blockchains/ethereum/assets/0xe0bA8B69c32b5c1601784f1DeAe4762c26E59d0F/logo.png
deleted file mode 100644
index c7a9fe3e2e4cf..0000000000000
Binary files a/blockchains/ethereum/assets/0xe0bA8B69c32b5c1601784f1DeAe4762c26E59d0F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe0c6CE3e73029F201e5C0Bedb97F67572A93711C/info.json b/blockchains/ethereum/assets/0xe0c6CE3e73029F201e5C0Bedb97F67572A93711C/info.json
deleted file mode 100644
index b1d13cf6814c2..0000000000000
--- a/blockchains/ethereum/assets/0xe0c6CE3e73029F201e5C0Bedb97F67572A93711C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETHplode",
- "symbol": "ETHPLO",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "https://ethplode.org/",
- "explorer": "https://etherscan.io/token/0xe0c6CE3e73029F201e5C0Bedb97F67572A93711C",
- "status": "abandoned",
- "id": "0xe0c6CE3e73029F201e5C0Bedb97F67572A93711C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe0c6CE3e73029F201e5C0Bedb97F67572A93711C/logo.png b/blockchains/ethereum/assets/0xe0c6CE3e73029F201e5C0Bedb97F67572A93711C/logo.png
deleted file mode 100644
index b27086ed4aa71..0000000000000
Binary files a/blockchains/ethereum/assets/0xe0c6CE3e73029F201e5C0Bedb97F67572A93711C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe0c8087CE1a17bdd5D6c12eb52F8d7efF7791987/info.json b/blockchains/ethereum/assets/0xe0c8087CE1a17bdd5D6c12eb52F8d7efF7791987/info.json
deleted file mode 100644
index e29be61ef8d71..0000000000000
--- a/blockchains/ethereum/assets/0xe0c8087CE1a17bdd5D6c12eb52F8d7efF7791987/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Linfinity",
- "symbol": "LFT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.linfinity.io/",
- "explorer": "https://etherscan.io/token/0xe0c8087CE1a17bdd5D6c12eb52F8d7efF7791987",
- "status": "abandoned",
- "id": "0xe0c8087CE1a17bdd5D6c12eb52F8d7efF7791987"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe0c8087CE1a17bdd5D6c12eb52F8d7efF7791987/logo.png b/blockchains/ethereum/assets/0xe0c8087CE1a17bdd5D6c12eb52F8d7efF7791987/logo.png
deleted file mode 100644
index 19f0307e92163..0000000000000
Binary files a/blockchains/ethereum/assets/0xe0c8087CE1a17bdd5D6c12eb52F8d7efF7791987/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe0feCb16153deE0CA3F85f692F4bB27FA8C0af65/info.json b/blockchains/ethereum/assets/0xe0feCb16153deE0CA3F85f692F4bB27FA8C0af65/info.json
deleted file mode 100644
index a8b371c9ce895..0000000000000
--- a/blockchains/ethereum/assets/0xe0feCb16153deE0CA3F85f692F4bB27FA8C0af65/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GroupAd Dollar",
- "symbol": "GAD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe0feCb16153deE0CA3F85f692F4bB27FA8C0af65",
- "status": "abandoned",
- "id": "0xe0feCb16153deE0CA3F85f692F4bB27FA8C0af65"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe0feCb16153deE0CA3F85f692F4bB27FA8C0af65/logo.png b/blockchains/ethereum/assets/0xe0feCb16153deE0CA3F85f692F4bB27FA8C0af65/logo.png
deleted file mode 100755
index fafa2fd6b52c8..0000000000000
Binary files a/blockchains/ethereum/assets/0xe0feCb16153deE0CA3F85f692F4bB27FA8C0af65/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe1030B48b2033314979143766d7dC1F40ef8CE11/info.json b/blockchains/ethereum/assets/0xe1030B48b2033314979143766d7dC1F40ef8CE11/info.json
deleted file mode 100644
index b93f9ca62b925..0000000000000
--- a/blockchains/ethereum/assets/0xe1030B48b2033314979143766d7dC1F40ef8CE11/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "The People's Coin",
- "website": "https://thepeoplescoin.money/",
- "description": "PEEPS is a community-driven coin built by people within that very same community. It will host an ever-adapting ecosystem built with the visibility and security of the ETH network. The transparency and welcoming community will both allow organic growth and the promotion of ideas to improve the existing crypto landscape.",
- "explorer": "https://etherscan.io/token/0xe1030B48b2033314979143766d7dC1F40ef8CE11",
- "type": "ERC20",
- "symbol": "PEEPS",
- "decimals": 18,
- "status": "abandoned",
- "id": "0xe1030B48b2033314979143766d7dC1F40ef8CE11",
- "links": [
- {
- "name": "facebook",
- "url": "https://facebook.com/groups/thepeoplescoin/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ThePeoples_Coin"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/PEEPScoin/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ThePeoplesCoinOfficial"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0xe11609b9a51CAF7d32A55896386aC52ED90e66F1/info.json b/blockchains/ethereum/assets/0xe11609b9a51CAF7d32A55896386aC52ED90e66F1/info.json
deleted file mode 100644
index d261ee2539703..0000000000000
--- a/blockchains/ethereum/assets/0xe11609b9a51CAF7d32A55896386aC52ED90e66F1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COMIKETCOIN",
- "symbol": "CMIT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://cmitcoin.com/en/",
- "explorer": "https://etherscan.io/token/0xe11609b9a51CAF7d32A55896386aC52ED90e66F1",
- "status": "abandoned",
- "id": "0xe11609b9a51CAF7d32A55896386aC52ED90e66F1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe11609b9a51CAF7d32A55896386aC52ED90e66F1/logo.png b/blockchains/ethereum/assets/0xe11609b9a51CAF7d32A55896386aC52ED90e66F1/logo.png
deleted file mode 100644
index 29edfa17ce1b3..0000000000000
Binary files a/blockchains/ethereum/assets/0xe11609b9a51CAF7d32A55896386aC52ED90e66F1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe120c1ECBfdFeA7F0A8f0Ee30063491E8c26fedf/info.json b/blockchains/ethereum/assets/0xe120c1ECBfdFeA7F0A8f0Ee30063491E8c26fedf/info.json
deleted file mode 100644
index a237dd3e48241..0000000000000
--- a/blockchains/ethereum/assets/0xe120c1ECBfdFeA7F0A8f0Ee30063491E8c26fedf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Suretly",
- "symbol": "SUR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.suretly.com/",
- "explorer": "https://etherscan.io/token/0xe120c1ECBfdFeA7F0A8f0Ee30063491E8c26fedf",
- "status": "abandoned",
- "id": "0xe120c1ECBfdFeA7F0A8f0Ee30063491E8c26fedf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe120c1ECBfdFeA7F0A8f0Ee30063491E8c26fedf/logo.png b/blockchains/ethereum/assets/0xe120c1ECBfdFeA7F0A8f0Ee30063491E8c26fedf/logo.png
deleted file mode 100644
index 25ddf8f720236..0000000000000
Binary files a/blockchains/ethereum/assets/0xe120c1ECBfdFeA7F0A8f0Ee30063491E8c26fedf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe12128D653B62F08fbED56BdeB65dB729B6691C3/info.json b/blockchains/ethereum/assets/0xe12128D653B62F08fbED56BdeB65dB729B6691C3/info.json
deleted file mode 100644
index 27e275f0a17db..0000000000000
--- a/blockchains/ethereum/assets/0xe12128D653B62F08fbED56BdeB65dB729B6691C3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BreezeCoin",
- "symbol": "BRZC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe12128D653B62F08fbED56BdeB65dB729B6691C3",
- "status": "abandoned",
- "id": "0xe12128D653B62F08fbED56BdeB65dB729B6691C3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe12128D653B62F08fbED56BdeB65dB729B6691C3/logo.png b/blockchains/ethereum/assets/0xe12128D653B62F08fbED56BdeB65dB729B6691C3/logo.png
deleted file mode 100644
index f8515d7862f9a..0000000000000
Binary files a/blockchains/ethereum/assets/0xe12128D653B62F08fbED56BdeB65dB729B6691C3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe138FDa441fC31B36171122397a8A11d6cd2c479/info.json b/blockchains/ethereum/assets/0xe138FDa441fC31B36171122397a8A11d6cd2c479/info.json
deleted file mode 100644
index dea83cb313b58..0000000000000
--- a/blockchains/ethereum/assets/0xe138FDa441fC31B36171122397a8A11d6cd2c479/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GTIB",
- "symbol": "GTC",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://gtibcoin.com",
- "explorer": "https://etherscan.io/token/0xe138FDa441fC31B36171122397a8A11d6cd2c479",
- "status": "abandoned",
- "id": "0xe138FDa441fC31B36171122397a8A11d6cd2c479"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe138FDa441fC31B36171122397a8A11d6cd2c479/logo.png b/blockchains/ethereum/assets/0xe138FDa441fC31B36171122397a8A11d6cd2c479/logo.png
deleted file mode 100644
index 1a1fcc84d8bab..0000000000000
Binary files a/blockchains/ethereum/assets/0xe138FDa441fC31B36171122397a8A11d6cd2c479/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe142f2af4A5bC4a24D97AFe227b94230BAbB1065/info.json b/blockchains/ethereum/assets/0xe142f2af4A5bC4a24D97AFe227b94230BAbB1065/info.json
deleted file mode 100644
index 98c53ea25bec2..0000000000000
--- a/blockchains/ethereum/assets/0xe142f2af4A5bC4a24D97AFe227b94230BAbB1065/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C526642",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe142f2af4A5bC4a24D97AFe227b94230BAbB1065",
- "status": "abandoned",
- "id": "0xe142f2af4A5bC4a24D97AFe227b94230BAbB1065"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe142f2af4A5bC4a24D97AFe227b94230BAbB1065/logo.png b/blockchains/ethereum/assets/0xe142f2af4A5bC4a24D97AFe227b94230BAbB1065/logo.png
deleted file mode 100644
index 32b89743a9574..0000000000000
Binary files a/blockchains/ethereum/assets/0xe142f2af4A5bC4a24D97AFe227b94230BAbB1065/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe15254a13D34F9700320330abcb7c7F857aF2Fb7/info.json b/blockchains/ethereum/assets/0xe15254a13D34F9700320330abcb7c7F857aF2Fb7/info.json
deleted file mode 100644
index f2ea4f5aab80c..0000000000000
--- a/blockchains/ethereum/assets/0xe15254a13D34F9700320330abcb7c7F857aF2Fb7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KAPA COIN",
- "symbol": "KAPA",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe15254a13D34F9700320330abcb7c7F857aF2Fb7",
- "status": "abandoned",
- "id": "0xe15254a13D34F9700320330abcb7c7F857aF2Fb7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe15254a13D34F9700320330abcb7c7F857aF2Fb7/logo.png b/blockchains/ethereum/assets/0xe15254a13D34F9700320330abcb7c7F857aF2Fb7/logo.png
deleted file mode 100644
index 32beb3c0ee1e8..0000000000000
Binary files a/blockchains/ethereum/assets/0xe15254a13D34F9700320330abcb7c7F857aF2Fb7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe172F366678EC7B559F6C2913a437BaaDfd4e6c8/info.json b/blockchains/ethereum/assets/0xe172F366678EC7B559F6C2913a437BaaDfd4e6c8/info.json
deleted file mode 100644
index 66cfc5bbbd5bf..0000000000000
--- a/blockchains/ethereum/assets/0xe172F366678EC7B559F6C2913a437BaaDfd4e6c8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kauri",
- "website": "https://kauricrypto.com",
- "description": "Kauri token is main utility medium within British Asset Investment Ecosystem built, on the Ethereum platform.",
- "explorer": "https://etherscan.io/token/0xe172f366678ec7b559f6c2913a437baadfd4e6c8",
- "type": "ERC20",
- "symbol": "KAU",
- "decimals": 8,
- "status": "active",
- "id": "0xe172F366678EC7B559F6C2913a437BaaDfd4e6c8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe172F366678EC7B559F6C2913a437BaaDfd4e6c8/logo.png b/blockchains/ethereum/assets/0xe172F366678EC7B559F6C2913a437BaaDfd4e6c8/logo.png
deleted file mode 100644
index 18d0755060c53..0000000000000
Binary files a/blockchains/ethereum/assets/0xe172F366678EC7B559F6C2913a437BaaDfd4e6c8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe18AF2C54B852AC2260834534CE70661ABbB321B/info.json b/blockchains/ethereum/assets/0xe18AF2C54B852AC2260834534CE70661ABbB321B/info.json
deleted file mode 100644
index 209ab2d9e5ebd..0000000000000
--- a/blockchains/ethereum/assets/0xe18AF2C54B852AC2260834534CE70661ABbB321B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BDAO",
- "website": "https://bdao.network",
- "description": "BDAO Network is a decentralized and autonomous reward platform that runs on the Ethereum blockchain through smart contracts.",
- "explorer": "https://etherscan.io/token/0xe18AF2C54B852AC2260834534CE70661ABbB321B",
- "type": "ERC20",
- "symbol": "BDAO",
- "decimals": 18,
- "status": "active",
- "id": "0xe18AF2C54B852AC2260834534CE70661ABbB321B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe18AF2C54B852AC2260834534CE70661ABbB321B/logo.png b/blockchains/ethereum/assets/0xe18AF2C54B852AC2260834534CE70661ABbB321B/logo.png
deleted file mode 100644
index fc65c3ff54018..0000000000000
Binary files a/blockchains/ethereum/assets/0xe18AF2C54B852AC2260834534CE70661ABbB321B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe1A178B681BD05964d3e3Ed33AE731577d9d96dD/info.json b/blockchains/ethereum/assets/0xe1A178B681BD05964d3e3Ed33AE731577d9d96dD/info.json
deleted file mode 100644
index c0de33a8529a8..0000000000000
--- a/blockchains/ethereum/assets/0xe1A178B681BD05964d3e3Ed33AE731577d9d96dD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BOX Token",
- "symbol": "BOX",
- "type": "ERC20",
- "decimals": 18,
- "description": "BOX offers a secure, convenient and streamlined crypto asset management system for institutional investment, audit risk control and crypto-exchange platforms.",
- "website": "https://box.la",
- "explorer": "https://etherscan.io/token/0xe1A178B681BD05964d3e3Ed33AE731577d9d96dD",
- "status": "active",
- "id": "0xe1A178B681BD05964d3e3Ed33AE731577d9d96dD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe1A178B681BD05964d3e3Ed33AE731577d9d96dD/logo.png b/blockchains/ethereum/assets/0xe1A178B681BD05964d3e3Ed33AE731577d9d96dD/logo.png
deleted file mode 100644
index 53e130fd894f2..0000000000000
Binary files a/blockchains/ethereum/assets/0xe1A178B681BD05964d3e3Ed33AE731577d9d96dD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe1A26d61f8AC0d22A355eDBc5053f01C5992190c/info.json b/blockchains/ethereum/assets/0xe1A26d61f8AC0d22A355eDBc5053f01C5992190c/info.json
deleted file mode 100644
index e4d81aa5f4005..0000000000000
--- a/blockchains/ethereum/assets/0xe1A26d61f8AC0d22A355eDBc5053f01C5992190c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Inspeer",
- "symbol": "INSP",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe1A26d61f8AC0d22A355eDBc5053f01C5992190c",
- "status": "abandoned",
- "id": "0xe1A26d61f8AC0d22A355eDBc5053f01C5992190c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe1A26d61f8AC0d22A355eDBc5053f01C5992190c/logo.png b/blockchains/ethereum/assets/0xe1A26d61f8AC0d22A355eDBc5053f01C5992190c/logo.png
deleted file mode 100755
index 998245f520354..0000000000000
Binary files a/blockchains/ethereum/assets/0xe1A26d61f8AC0d22A355eDBc5053f01C5992190c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe1D5C2cBe00CCE58Ebd3a2Ede42F2ea3018ad199/info.json b/blockchains/ethereum/assets/0xe1D5C2cBe00CCE58Ebd3a2Ede42F2ea3018ad199/info.json
deleted file mode 100644
index b6e53af5c115b..0000000000000
--- a/blockchains/ethereum/assets/0xe1D5C2cBe00CCE58Ebd3a2Ede42F2ea3018ad199/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitWex",
- "symbol": "BXW",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe1D5C2cBe00CCE58Ebd3a2Ede42F2ea3018ad199",
- "status": "abandoned",
- "id": "0xe1D5C2cBe00CCE58Ebd3a2Ede42F2ea3018ad199"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe1D5C2cBe00CCE58Ebd3a2Ede42F2ea3018ad199/logo.png b/blockchains/ethereum/assets/0xe1D5C2cBe00CCE58Ebd3a2Ede42F2ea3018ad199/logo.png
deleted file mode 100644
index fd07f417e4f3b..0000000000000
Binary files a/blockchains/ethereum/assets/0xe1D5C2cBe00CCE58Ebd3a2Ede42F2ea3018ad199/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe1E70407c8cdB588425fe7736e30DF139110949F/info.json b/blockchains/ethereum/assets/0xe1E70407c8cdB588425fe7736e30DF139110949F/info.json
deleted file mode 100644
index a8dbf42868887..0000000000000
--- a/blockchains/ethereum/assets/0xe1E70407c8cdB588425fe7736e30DF139110949F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoin Protocol",
- "symbol": "BTP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe1E70407c8cdB588425fe7736e30DF139110949F",
- "status": "abandoned",
- "id": "0xe1E70407c8cdB588425fe7736e30DF139110949F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe1E70407c8cdB588425fe7736e30DF139110949F/logo.png b/blockchains/ethereum/assets/0xe1E70407c8cdB588425fe7736e30DF139110949F/logo.png
deleted file mode 100644
index 5ad247e0ed983..0000000000000
Binary files a/blockchains/ethereum/assets/0xe1E70407c8cdB588425fe7736e30DF139110949F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe1F4328DEF6AE4aE2EEAc62D58BaEaEcF05E8d30/info.json b/blockchains/ethereum/assets/0xe1F4328DEF6AE4aE2EEAc62D58BaEaEcF05E8d30/info.json
deleted file mode 100644
index 09c547a8e448a..0000000000000
--- a/blockchains/ethereum/assets/0xe1F4328DEF6AE4aE2EEAc62D58BaEaEcF05E8d30/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Serve",
- "symbol": "SERV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe1F4328DEF6AE4aE2EEAc62D58BaEaEcF05E8d30",
- "status": "abandoned",
- "id": "0xe1F4328DEF6AE4aE2EEAc62D58BaEaEcF05E8d30"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe1F4328DEF6AE4aE2EEAc62D58BaEaEcF05E8d30/logo.png b/blockchains/ethereum/assets/0xe1F4328DEF6AE4aE2EEAc62D58BaEaEcF05E8d30/logo.png
deleted file mode 100644
index 9bd9adb49bebf..0000000000000
Binary files a/blockchains/ethereum/assets/0xe1F4328DEF6AE4aE2EEAc62D58BaEaEcF05E8d30/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe20cd43391aB47AFc6B4cDDc45840E45688a73ab/info.json b/blockchains/ethereum/assets/0xe20cd43391aB47AFc6B4cDDc45840E45688a73ab/info.json
deleted file mode 100644
index bfbaeae0456ed..0000000000000
--- a/blockchains/ethereum/assets/0xe20cd43391aB47AFc6B4cDDc45840E45688a73ab/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 329-CN36",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe20cd43391aB47AFc6B4cDDc45840E45688a73ab",
- "status": "abandoned",
- "id": "0xe20cd43391aB47AFc6B4cDDc45840E45688a73ab"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe20cd43391aB47AFc6B4cDDc45840E45688a73ab/logo.png b/blockchains/ethereum/assets/0xe20cd43391aB47AFc6B4cDDc45840E45688a73ab/logo.png
deleted file mode 100644
index cff8d8f9556f1..0000000000000
Binary files a/blockchains/ethereum/assets/0xe20cd43391aB47AFc6B4cDDc45840E45688a73ab/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe23cd160761f63FC3a1cF78Aa034b6cdF97d3E0C/info.json b/blockchains/ethereum/assets/0xe23cd160761f63FC3a1cF78Aa034b6cdF97d3E0C/info.json
deleted file mode 100644
index 1c12a7f4f26f8..0000000000000
--- a/blockchains/ethereum/assets/0xe23cd160761f63FC3a1cF78Aa034b6cdF97d3E0C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mainstreet Token",
- "symbol": "MIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe23cd160761f63FC3a1cF78Aa034b6cdF97d3E0C",
- "status": "abandoned",
- "id": "0xe23cd160761f63FC3a1cF78Aa034b6cdF97d3E0C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe23cd160761f63FC3a1cF78Aa034b6cdF97d3E0C/logo.png b/blockchains/ethereum/assets/0xe23cd160761f63FC3a1cF78Aa034b6cdF97d3E0C/logo.png
deleted file mode 100644
index aa34d4c1454d2..0000000000000
Binary files a/blockchains/ethereum/assets/0xe23cd160761f63FC3a1cF78Aa034b6cdF97d3E0C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe24f25746FFf8b66AB6ac47DE2B082012DCA303D/info.json b/blockchains/ethereum/assets/0xe24f25746FFf8b66AB6ac47DE2B082012DCA303D/info.json
deleted file mode 100644
index 002b21b9b0086..0000000000000
--- a/blockchains/ethereum/assets/0xe24f25746FFf8b66AB6ac47DE2B082012DCA303D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Globo Token",
- "symbol": "GLO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.globocrypto.co",
- "explorer": "https://etherscan.io/token/0xe24f25746FFf8b66AB6ac47DE2B082012DCA303D",
- "status": "abandoned",
- "id": "0xe24f25746FFf8b66AB6ac47DE2B082012DCA303D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe24f25746FFf8b66AB6ac47DE2B082012DCA303D/logo.png b/blockchains/ethereum/assets/0xe24f25746FFf8b66AB6ac47DE2B082012DCA303D/logo.png
deleted file mode 100644
index 5ff2e4df5567e..0000000000000
Binary files a/blockchains/ethereum/assets/0xe24f25746FFf8b66AB6ac47DE2B082012DCA303D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe25b0BBA01Dc5630312B6A21927E578061A13f55/info.json b/blockchains/ethereum/assets/0xe25b0BBA01Dc5630312B6A21927E578061A13f55/info.json
deleted file mode 100644
index 51c4f6dcc3cfe..0000000000000
--- a/blockchains/ethereum/assets/0xe25b0BBA01Dc5630312B6A21927E578061A13f55/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ShipChain SHIP",
- "symbol": "SHIP",
- "type": "ERC20",
- "decimals": 18,
- "description": "ShipChain (SHIP) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://www.shipchain.io",
- "explorer": "https://etherscan.io/token/0xe25b0BBA01Dc5630312B6A21927E578061A13f55",
- "status": "active",
- "id": "0xe25b0BBA01Dc5630312B6A21927E578061A13f55"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe25b0BBA01Dc5630312B6A21927E578061A13f55/logo.png b/blockchains/ethereum/assets/0xe25b0BBA01Dc5630312B6A21927E578061A13f55/logo.png
deleted file mode 100644
index aab290e033264..0000000000000
Binary files a/blockchains/ethereum/assets/0xe25b0BBA01Dc5630312B6A21927E578061A13f55/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe25bCec5D3801cE3a794079BF94adF1B8cCD802D/info.json b/blockchains/ethereum/assets/0xe25bCec5D3801cE3a794079BF94adF1B8cCD802D/info.json
deleted file mode 100644
index c5ab9ee6f59c1..0000000000000
--- a/blockchains/ethereum/assets/0xe25bCec5D3801cE3a794079BF94adF1B8cCD802D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MATRIX AI Network",
- "symbol": "MAN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.matrix.io/",
- "explorer": "https://etherscan.io/token/0xe25bCec5D3801cE3a794079BF94adF1B8cCD802D",
- "status": "abandoned",
- "id": "0xe25bCec5D3801cE3a794079BF94adF1B8cCD802D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe25bCec5D3801cE3a794079BF94adF1B8cCD802D/logo.png b/blockchains/ethereum/assets/0xe25bCec5D3801cE3a794079BF94adF1B8cCD802D/logo.png
deleted file mode 100755
index abdfd63c50e49..0000000000000
Binary files a/blockchains/ethereum/assets/0xe25bCec5D3801cE3a794079BF94adF1B8cCD802D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe26517A9967299453d3F1B48Aa005E6127e67210/info.json b/blockchains/ethereum/assets/0xe26517A9967299453d3F1B48Aa005E6127e67210/info.json
deleted file mode 100644
index bd06ada2fae62..0000000000000
--- a/blockchains/ethereum/assets/0xe26517A9967299453d3F1B48Aa005E6127e67210/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NIMFA Token",
- "symbol": "NIMFA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe26517A9967299453d3F1B48Aa005E6127e67210",
- "status": "abandoned",
- "id": "0xe26517A9967299453d3F1B48Aa005E6127e67210"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe26517A9967299453d3F1B48Aa005E6127e67210/logo.png b/blockchains/ethereum/assets/0xe26517A9967299453d3F1B48Aa005E6127e67210/logo.png
deleted file mode 100644
index a1ac4ace8afa7..0000000000000
Binary files a/blockchains/ethereum/assets/0xe26517A9967299453d3F1B48Aa005E6127e67210/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe26F68c8Bc955C781DB91BD4db704C9c7cb39098/info.json b/blockchains/ethereum/assets/0xe26F68c8Bc955C781DB91BD4db704C9c7cb39098/info.json
deleted file mode 100644
index aeb4a73e53d2e..0000000000000
--- a/blockchains/ethereum/assets/0xe26F68c8Bc955C781DB91BD4db704C9c7cb39098/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LOANCOIN",
- "symbol": "LOAN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe26F68c8Bc955C781DB91BD4db704C9c7cb39098",
- "status": "abandoned",
- "id": "0xe26F68c8Bc955C781DB91BD4db704C9c7cb39098"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe26F68c8Bc955C781DB91BD4db704C9c7cb39098/logo.png b/blockchains/ethereum/assets/0xe26F68c8Bc955C781DB91BD4db704C9c7cb39098/logo.png
deleted file mode 100644
index cd8cfcd34cf03..0000000000000
Binary files a/blockchains/ethereum/assets/0xe26F68c8Bc955C781DB91BD4db704C9c7cb39098/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30/info.json b/blockchains/ethereum/assets/0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30/info.json
deleted file mode 100644
index c0a0d897f6af9..0000000000000
--- a/blockchains/ethereum/assets/0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "Injective",
- "website": "https://injectiveprotocol.com",
- "description": "The Universal Layer-2 DeFi Protocol for Cross-Chain Derivatives Trading.",
- "explorer": "https://etherscan.io/token/0xe28b3b32b6c345a34ff64674606124dd5aceca30",
- "research": "https://research.binance.com/en/projects/injective-protocol",
- "type": "ERC20",
- "symbol": "INJ",
- "decimals": 18,
- "status": "active",
- "id": "0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30",
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30/logo.png b/blockchains/ethereum/assets/0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30/logo.png
deleted file mode 100644
index f3a521dc1391a..0000000000000
Binary files a/blockchains/ethereum/assets/0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe2D0612710af166fdeB63b792E3CEd8Da4A52830/info.json b/blockchains/ethereum/assets/0xe2D0612710af166fdeB63b792E3CEd8Da4A52830/info.json
deleted file mode 100644
index f1aae5e7dede5..0000000000000
--- a/blockchains/ethereum/assets/0xe2D0612710af166fdeB63b792E3CEd8Da4A52830/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Missile",
- "symbol": "MISLE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe2D0612710af166fdeB63b792E3CEd8Da4A52830",
- "status": "abandoned",
- "id": "0xe2D0612710af166fdeB63b792E3CEd8Da4A52830"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe2D0612710af166fdeB63b792E3CEd8Da4A52830/logo.png b/blockchains/ethereum/assets/0xe2D0612710af166fdeB63b792E3CEd8Da4A52830/logo.png
deleted file mode 100644
index c350deb8009b1..0000000000000
Binary files a/blockchains/ethereum/assets/0xe2D0612710af166fdeB63b792E3CEd8Da4A52830/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe2Ed8B2beb61C85BeafF764cb5c2F2a93e0179e2/info.json b/blockchains/ethereum/assets/0xe2Ed8B2beb61C85BeafF764cb5c2F2a93e0179e2/info.json
deleted file mode 100644
index 6efa817cb3410..0000000000000
--- a/blockchains/ethereum/assets/0xe2Ed8B2beb61C85BeafF764cb5c2F2a93e0179e2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BuidlersFund",
- "symbol": "FOXHOUND",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe2Ed8B2beb61C85BeafF764cb5c2F2a93e0179e2",
- "status": "abandoned",
- "id": "0xe2Ed8B2beb61C85BeafF764cb5c2F2a93e0179e2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe2Ed8B2beb61C85BeafF764cb5c2F2a93e0179e2/logo.png b/blockchains/ethereum/assets/0xe2Ed8B2beb61C85BeafF764cb5c2F2a93e0179e2/logo.png
deleted file mode 100644
index cd3f4894f0122..0000000000000
Binary files a/blockchains/ethereum/assets/0xe2Ed8B2beb61C85BeafF764cb5c2F2a93e0179e2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe2F120ecAB0Ac0dB6081F96Ea7bb4503763b8C42/info.json b/blockchains/ethereum/assets/0xe2F120ecAB0Ac0dB6081F96Ea7bb4503763b8C42/info.json
deleted file mode 100644
index c41efb7a08e6c..0000000000000
--- a/blockchains/ethereum/assets/0xe2F120ecAB0Ac0dB6081F96Ea7bb4503763b8C42/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg8500",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe2F120ecAB0Ac0dB6081F96Ea7bb4503763b8C42",
- "status": "abandoned",
- "id": "0xe2F120ecAB0Ac0dB6081F96Ea7bb4503763b8C42"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe2F120ecAB0Ac0dB6081F96Ea7bb4503763b8C42/logo.png b/blockchains/ethereum/assets/0xe2F120ecAB0Ac0dB6081F96Ea7bb4503763b8C42/logo.png
deleted file mode 100644
index f41d50587bb6f..0000000000000
Binary files a/blockchains/ethereum/assets/0xe2F120ecAB0Ac0dB6081F96Ea7bb4503763b8C42/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe2f2a5C287993345a840Db3B0845fbC70f5935a5/info.json b/blockchains/ethereum/assets/0xe2f2a5C287993345a840Db3B0845fbC70f5935a5/info.json
deleted file mode 100644
index 8461198423665..0000000000000
--- a/blockchains/ethereum/assets/0xe2f2a5C287993345a840Db3B0845fbC70f5935a5/info.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "mStable USD",
- "website": "https://mstable.org",
- "description": "mStable unites stablecoins, lending and swapping into one standard.",
- "explorer": "https://etherscan.io/token/0xe2f2a5C287993345a840Db3B0845fbC70f5935a5",
- "type": "ERC20",
- "symbol": "mUSD",
- "decimals": 18,
- "status": "active",
- "id": "0xe2f2a5C287993345a840Db3B0845fbC70f5935a5",
- "tags": [
- "stablecoin"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/mstable_"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe2f2a5C287993345a840Db3B0845fbC70f5935a5/logo.png b/blockchains/ethereum/assets/0xe2f2a5C287993345a840Db3B0845fbC70f5935a5/logo.png
deleted file mode 100644
index 424b20d34e651..0000000000000
Binary files a/blockchains/ethereum/assets/0xe2f2a5C287993345a840Db3B0845fbC70f5935a5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe30e02f049957e2A5907589e06Ba646fB2c321bA/info.json b/blockchains/ethereum/assets/0xe30e02f049957e2A5907589e06Ba646fB2c321bA/info.json
deleted file mode 100644
index 545712fd620a8..0000000000000
--- a/blockchains/ethereum/assets/0xe30e02f049957e2A5907589e06Ba646fB2c321bA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DRP Utility",
- "symbol": "DRPU",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe30e02f049957e2A5907589e06Ba646fB2c321bA",
- "status": "abandoned",
- "id": "0xe30e02f049957e2A5907589e06Ba646fB2c321bA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe30e02f049957e2A5907589e06Ba646fB2c321bA/logo.png b/blockchains/ethereum/assets/0xe30e02f049957e2A5907589e06Ba646fB2c321bA/logo.png
deleted file mode 100644
index 4fcef278c1fa3..0000000000000
Binary files a/blockchains/ethereum/assets/0xe30e02f049957e2A5907589e06Ba646fB2c321bA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe3152D33c08807Ba9C301c5110e78B9203137C0c/info.json b/blockchains/ethereum/assets/0xe3152D33c08807Ba9C301c5110e78B9203137C0c/info.json
deleted file mode 100644
index 33dbe07863ab5..0000000000000
--- a/blockchains/ethereum/assets/0xe3152D33c08807Ba9C301c5110e78B9203137C0c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AzureGold242",
- "symbol": "ATG20",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe3152D33c08807Ba9C301c5110e78B9203137C0c",
- "status": "abandoned",
- "id": "0xe3152D33c08807Ba9C301c5110e78B9203137C0c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe3152D33c08807Ba9C301c5110e78B9203137C0c/logo.png b/blockchains/ethereum/assets/0xe3152D33c08807Ba9C301c5110e78B9203137C0c/logo.png
deleted file mode 100644
index d6dd72ca57937..0000000000000
Binary files a/blockchains/ethereum/assets/0xe3152D33c08807Ba9C301c5110e78B9203137C0c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe318cb668eeC37370a1BC9DF70a855aC2Db9f014/info.json b/blockchains/ethereum/assets/0xe318cb668eeC37370a1BC9DF70a855aC2Db9f014/info.json
deleted file mode 100644
index 1091d0520ebcd..0000000000000
--- a/blockchains/ethereum/assets/0xe318cb668eeC37370a1BC9DF70a855aC2Db9f014/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FITNESSCOIN",
- "symbol": "FITNESS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe318cb668eeC37370a1BC9DF70a855aC2Db9f014",
- "status": "abandoned",
- "id": "0xe318cb668eeC37370a1BC9DF70a855aC2Db9f014"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe318cb668eeC37370a1BC9DF70a855aC2Db9f014/logo.png b/blockchains/ethereum/assets/0xe318cb668eeC37370a1BC9DF70a855aC2Db9f014/logo.png
deleted file mode 100755
index 931ea39fa64f7..0000000000000
Binary files a/blockchains/ethereum/assets/0xe318cb668eeC37370a1BC9DF70a855aC2Db9f014/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe31DEbd7AbFF90B06bCA21010dD860d8701fd901/info.json b/blockchains/ethereum/assets/0xe31DEbd7AbFF90B06bCA21010dD860d8701fd901/info.json
deleted file mode 100644
index abc347ce2b766..0000000000000
--- a/blockchains/ethereum/assets/0xe31DEbd7AbFF90B06bCA21010dD860d8701fd901/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UniBomb",
- "symbol": "UBOMB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe31DEbd7AbFF90B06bCA21010dD860d8701fd901",
- "status": "abandoned",
- "id": "0xe31DEbd7AbFF90B06bCA21010dD860d8701fd901"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe31DEbd7AbFF90B06bCA21010dD860d8701fd901/logo.png b/blockchains/ethereum/assets/0xe31DEbd7AbFF90B06bCA21010dD860d8701fd901/logo.png
deleted file mode 100644
index e49d72b64a358..0000000000000
Binary files a/blockchains/ethereum/assets/0xe31DEbd7AbFF90B06bCA21010dD860d8701fd901/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe3278DF3eB2085bA9B6899812A99a10f9CA5E0Df/info.json b/blockchains/ethereum/assets/0xe3278DF3eB2085bA9B6899812A99a10f9CA5E0Df/info.json
deleted file mode 100644
index 0288e509884d6..0000000000000
--- a/blockchains/ethereum/assets/0xe3278DF3eB2085bA9B6899812A99a10f9CA5E0Df/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TouristToken",
- "symbol": "TOTO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://globaltourist.io/",
- "explorer": "https://etherscan.io/token/0xe3278DF3eB2085bA9B6899812A99a10f9CA5E0Df",
- "status": "abandoned",
- "id": "0xe3278DF3eB2085bA9B6899812A99a10f9CA5E0Df"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe3278DF3eB2085bA9B6899812A99a10f9CA5E0Df/logo.png b/blockchains/ethereum/assets/0xe3278DF3eB2085bA9B6899812A99a10f9CA5E0Df/logo.png
deleted file mode 100644
index 1b406081d8c67..0000000000000
Binary files a/blockchains/ethereum/assets/0xe3278DF3eB2085bA9B6899812A99a10f9CA5E0Df/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe32eB0fdb7CD7C824dEA0Acfa4bB49f23d7Ef345/info.json b/blockchains/ethereum/assets/0xe32eB0fdb7CD7C824dEA0Acfa4bB49f23d7Ef345/info.json
deleted file mode 100644
index 6c3317ba19709..0000000000000
--- a/blockchains/ethereum/assets/0xe32eB0fdb7CD7C824dEA0Acfa4bB49f23d7Ef345/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DSD Token",
- "symbol": "DSD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe32eB0fdb7CD7C824dEA0Acfa4bB49f23d7Ef345",
- "status": "abandoned",
- "id": "0xe32eB0fdb7CD7C824dEA0Acfa4bB49f23d7Ef345"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe32eB0fdb7CD7C824dEA0Acfa4bB49f23d7Ef345/logo.png b/blockchains/ethereum/assets/0xe32eB0fdb7CD7C824dEA0Acfa4bB49f23d7Ef345/logo.png
deleted file mode 100644
index 4f0dd07c01213..0000000000000
Binary files a/blockchains/ethereum/assets/0xe32eB0fdb7CD7C824dEA0Acfa4bB49f23d7Ef345/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe35a92B24439329E864921E0BeD78166b7EF2194/info.json b/blockchains/ethereum/assets/0xe35a92B24439329E864921E0BeD78166b7EF2194/info.json
deleted file mode 100644
index 4cb0fbf778315..0000000000000
--- a/blockchains/ethereum/assets/0xe35a92B24439329E864921E0BeD78166b7EF2194/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-4/30M34",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe35a92B24439329E864921E0BeD78166b7EF2194",
- "status": "abandoned",
- "id": "0xe35a92B24439329E864921E0BeD78166b7EF2194"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe35a92B24439329E864921E0BeD78166b7EF2194/logo.png b/blockchains/ethereum/assets/0xe35a92B24439329E864921E0BeD78166b7EF2194/logo.png
deleted file mode 100644
index 39b8aef27a325..0000000000000
Binary files a/blockchains/ethereum/assets/0xe35a92B24439329E864921E0BeD78166b7EF2194/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe3818504c1B32bF1557b16C238B2E01Fd3149C17/info.json b/blockchains/ethereum/assets/0xe3818504c1B32bF1557b16C238B2E01Fd3149C17/info.json
deleted file mode 100644
index 829631ccb96eb..0000000000000
--- a/blockchains/ethereum/assets/0xe3818504c1B32bF1557b16C238B2E01Fd3149C17/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PILLAR",
- "symbol": "PLR",
- "type": "ERC20",
- "decimals": 18,
- "description": "Starting with a cryptocurrency wallet, Pillar will evolve into an open-source ecosystem where you control what, when, and with who you share your personal information.",
- "website": "https://pillarproject.io/",
- "explorer": "https://etherscan.io/token/0xe3818504c1B32bF1557b16C238B2E01Fd3149C17",
- "status": "active",
- "id": "0xe3818504c1B32bF1557b16C238B2E01Fd3149C17"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe3818504c1B32bF1557b16C238B2E01Fd3149C17/logo.png b/blockchains/ethereum/assets/0xe3818504c1B32bF1557b16C238B2E01Fd3149C17/logo.png
deleted file mode 100644
index 782fcd488f529..0000000000000
Binary files a/blockchains/ethereum/assets/0xe3818504c1B32bF1557b16C238B2E01Fd3149C17/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe3831c5A982B279A198456D577cfb90424cb6340/info.json b/blockchains/ethereum/assets/0xe3831c5A982B279A198456D577cfb90424cb6340/info.json
deleted file mode 100644
index 379d919b71476..0000000000000
--- a/blockchains/ethereum/assets/0xe3831c5A982B279A198456D577cfb90424cb6340/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "\"\"",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe3831c5A982B279A198456D577cfb90424cb6340",
- "status": "abandoned",
- "id": "0xe3831c5A982B279A198456D577cfb90424cb6340"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe3831c5A982B279A198456D577cfb90424cb6340/logo.png b/blockchains/ethereum/assets/0xe3831c5A982B279A198456D577cfb90424cb6340/logo.png
deleted file mode 100644
index 4acae176f3221..0000000000000
Binary files a/blockchains/ethereum/assets/0xe3831c5A982B279A198456D577cfb90424cb6340/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe3b80F1F907878Ca1F6da0645d9DbCA2f0b76A81/info.json b/blockchains/ethereum/assets/0xe3b80F1F907878Ca1F6da0645d9DbCA2f0b76A81/info.json
deleted file mode 100644
index 07266555dcd29..0000000000000
--- a/blockchains/ethereum/assets/0xe3b80F1F907878Ca1F6da0645d9DbCA2f0b76A81/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Black Diamond",
- "symbol": "BKD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe3b80F1F907878Ca1F6da0645d9DbCA2f0b76A81",
- "status": "abandoned",
- "id": "0xe3b80F1F907878Ca1F6da0645d9DbCA2f0b76A81"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe3b80F1F907878Ca1F6da0645d9DbCA2f0b76A81/logo.png b/blockchains/ethereum/assets/0xe3b80F1F907878Ca1F6da0645d9DbCA2f0b76A81/logo.png
deleted file mode 100644
index 6eed304109f7c..0000000000000
Binary files a/blockchains/ethereum/assets/0xe3b80F1F907878Ca1F6da0645d9DbCA2f0b76A81/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe3cDB92b094a3BeF3f16103b53bECfb17A3558ad/info.json b/blockchains/ethereum/assets/0xe3cDB92b094a3BeF3f16103b53bECfb17A3558ad/info.json
deleted file mode 100644
index 98bdff772afd3..0000000000000
--- a/blockchains/ethereum/assets/0xe3cDB92b094a3BeF3f16103b53bECfb17A3558ad/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FEG Wrapped BTC",
- "symbol": "fBTC",
- "type": "ERC20",
- "decimals": 8,
- "description": "FEG Wrapped BTC",
- "website": "https://fegtoken.com",
- "explorer": "https://etherscan.io/token/0xe3cdb92b094a3bef3f16103b53becfb17a3558ad",
- "status": "active",
- "id": "0xe3cDB92b094a3BeF3f16103b53bECfb17A3558ad"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe3cDB92b094a3BeF3f16103b53bECfb17A3558ad/logo.png b/blockchains/ethereum/assets/0xe3cDB92b094a3BeF3f16103b53bECfb17A3558ad/logo.png
deleted file mode 100644
index c42da6a97dca5..0000000000000
Binary files a/blockchains/ethereum/assets/0xe3cDB92b094a3BeF3f16103b53bECfb17A3558ad/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe40aFd59DaF2e6bF3A2116409cc3329958E1b667/info.json b/blockchains/ethereum/assets/0xe40aFd59DaF2e6bF3A2116409cc3329958E1b667/info.json
deleted file mode 100644
index e489f0f0ed459..0000000000000
--- a/blockchains/ethereum/assets/0xe40aFd59DaF2e6bF3A2116409cc3329958E1b667/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bit Holding",
- "symbol": "BHLD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe40aFd59DaF2e6bF3A2116409cc3329958E1b667",
- "status": "abandoned",
- "id": "0xe40aFd59DaF2e6bF3A2116409cc3329958E1b667"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe40aFd59DaF2e6bF3A2116409cc3329958E1b667/logo.png b/blockchains/ethereum/assets/0xe40aFd59DaF2e6bF3A2116409cc3329958E1b667/logo.png
deleted file mode 100644
index 3dff3574d1f52..0000000000000
Binary files a/blockchains/ethereum/assets/0xe40aFd59DaF2e6bF3A2116409cc3329958E1b667/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe431a4c5DB8B73c773e06cf2587dA1EB53c41373/info.json b/blockchains/ethereum/assets/0xe431a4c5DB8B73c773e06cf2587dA1EB53c41373/info.json
deleted file mode 100644
index e06326ddc8607..0000000000000
--- a/blockchains/ethereum/assets/0xe431a4c5DB8B73c773e06cf2587dA1EB53c41373/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Trias Token",
- "symbol": "TRY",
- "type": "ERC20",
- "decimals": 18,
- "description": "TRIAS aims to create a new-generation public chain that will support the execution of general-purpose native-applications on all platforms.",
- "website": "https://www.trias.one",
- "explorer": "https://etherscan.io/token/0xe431a4c5DB8B73c773e06cf2587dA1EB53c41373",
- "status": "abandoned",
- "id": "0xe431a4c5DB8B73c773e06cf2587dA1EB53c41373"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe455D0862B18B9106141F733e85f3336A38e3D78/info.json b/blockchains/ethereum/assets/0xe455D0862B18B9106141F733e85f3336A38e3D78/info.json
deleted file mode 100644
index 9283a8053eae4..0000000000000
--- a/blockchains/ethereum/assets/0xe455D0862B18B9106141F733e85f3336A38e3D78/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Decentralized Loan of Finance",
- "symbol": "DLAF",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe455D0862B18B9106141F733e85f3336A38e3D78",
- "status": "abandoned",
- "id": "0xe455D0862B18B9106141F733e85f3336A38e3D78"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe455D0862B18B9106141F733e85f3336A38e3D78/logo.png b/blockchains/ethereum/assets/0xe455D0862B18B9106141F733e85f3336A38e3D78/logo.png
deleted file mode 100644
index 39eca401278fb..0000000000000
Binary files a/blockchains/ethereum/assets/0xe455D0862B18B9106141F733e85f3336A38e3D78/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe469c4473af82217B30CF17b10BcDb6C8c796e75/info.json b/blockchains/ethereum/assets/0xe469c4473af82217B30CF17b10BcDb6C8c796e75/info.json
deleted file mode 100644
index 3e5f1fa07648b..0000000000000
--- a/blockchains/ethereum/assets/0xe469c4473af82217B30CF17b10BcDb6C8c796e75/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EXRP Network",
- "symbol": "EXRN",
- "type": "ERC20",
- "decimals": 0,
- "description": "Connecting the blockchains using crosschain gateway built with smart contracts.",
- "website": "https://exrnchain.com/",
- "explorer": "https://etherscan.io/token/0xe469c4473af82217B30CF17b10BcDb6C8c796e75",
- "status": "active",
- "id": "0xe469c4473af82217B30CF17b10BcDb6C8c796e75"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe469c4473af82217B30CF17b10BcDb6C8c796e75/logo.png b/blockchains/ethereum/assets/0xe469c4473af82217B30CF17b10BcDb6C8c796e75/logo.png
deleted file mode 100644
index cc15c4c7d3eb3..0000000000000
Binary files a/blockchains/ethereum/assets/0xe469c4473af82217B30CF17b10BcDb6C8c796e75/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe47EE8d2A389EE924C5d0fE88296D6FAd55DA573/info.json b/blockchains/ethereum/assets/0xe47EE8d2A389EE924C5d0fE88296D6FAd55DA573/info.json
deleted file mode 100644
index b116b142118cc..0000000000000
--- a/blockchains/ethereum/assets/0xe47EE8d2A389EE924C5d0fE88296D6FAd55DA573/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PAHUEG",
- "symbol": "PAHUEG",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe47EE8d2A389EE924C5d0fE88296D6FAd55DA573",
- "status": "abandoned",
- "id": "0xe47EE8d2A389EE924C5d0fE88296D6FAd55DA573"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe47EE8d2A389EE924C5d0fE88296D6FAd55DA573/logo.png b/blockchains/ethereum/assets/0xe47EE8d2A389EE924C5d0fE88296D6FAd55DA573/logo.png
deleted file mode 100644
index 1cc231dabccb4..0000000000000
Binary files a/blockchains/ethereum/assets/0xe47EE8d2A389EE924C5d0fE88296D6FAd55DA573/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe481f2311C774564D517d015e678c2736A25Ddd3/info.json b/blockchains/ethereum/assets/0xe481f2311C774564D517d015e678c2736A25Ddd3/info.json
deleted file mode 100644
index 78cbc59e51451..0000000000000
--- a/blockchains/ethereum/assets/0xe481f2311C774564D517d015e678c2736A25Ddd3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DefHold",
- "symbol": "DEFO",
- "type": "ERC20",
- "decimals": 18,
- "description": "DefHold is a non-inflationary DeFi ecosystem aiming to provide yield generating investments’ strategies for long-term crypto holders.",
- "website": "https://defhold.com/",
- "explorer": "https://etherscan.io/token/0xe481f2311C774564D517d015e678c2736A25Ddd3",
- "status": "active",
- "id": "0xe481f2311C774564D517d015e678c2736A25Ddd3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe481f2311C774564D517d015e678c2736A25Ddd3/logo.png b/blockchains/ethereum/assets/0xe481f2311C774564D517d015e678c2736A25Ddd3/logo.png
deleted file mode 100644
index a81445936359d..0000000000000
Binary files a/blockchains/ethereum/assets/0xe481f2311C774564D517d015e678c2736A25Ddd3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe498ED9b64f2a21060FF2B0Af8C84cfd4653D672/info.json b/blockchains/ethereum/assets/0xe498ED9b64f2a21060FF2B0Af8C84cfd4653D672/info.json
deleted file mode 100644
index 53179759548c4..0000000000000
--- a/blockchains/ethereum/assets/0xe498ED9b64f2a21060FF2B0Af8C84cfd4653D672/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 191-CN13",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe498ED9b64f2a21060FF2B0Af8C84cfd4653D672",
- "status": "abandoned",
- "id": "0xe498ED9b64f2a21060FF2B0Af8C84cfd4653D672"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe498ED9b64f2a21060FF2B0Af8C84cfd4653D672/logo.png b/blockchains/ethereum/assets/0xe498ED9b64f2a21060FF2B0Af8C84cfd4653D672/logo.png
deleted file mode 100644
index cda34799fb532..0000000000000
Binary files a/blockchains/ethereum/assets/0xe498ED9b64f2a21060FF2B0Af8C84cfd4653D672/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe4DCF361733d07ab6252B5ed13E237b5cE2a9ABa/info.json b/blockchains/ethereum/assets/0xe4DCF361733d07ab6252B5ed13E237b5cE2a9ABa/info.json
deleted file mode 100644
index 56e2a09906eb4..0000000000000
--- a/blockchains/ethereum/assets/0xe4DCF361733d07ab6252B5ed13E237b5cE2a9ABa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg6500",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe4DCF361733d07ab6252B5ed13E237b5cE2a9ABa",
- "status": "abandoned",
- "id": "0xe4DCF361733d07ab6252B5ed13E237b5cE2a9ABa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe4DCF361733d07ab6252B5ed13E237b5cE2a9ABa/logo.png b/blockchains/ethereum/assets/0xe4DCF361733d07ab6252B5ed13E237b5cE2a9ABa/logo.png
deleted file mode 100644
index 1725e69d62a94..0000000000000
Binary files a/blockchains/ethereum/assets/0xe4DCF361733d07ab6252B5ed13E237b5cE2a9ABa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe4aa52842a0d6752853DBE30eC5472eF4C8de7b7/info.json b/blockchains/ethereum/assets/0xe4aa52842a0d6752853DBE30eC5472eF4C8de7b7/info.json
deleted file mode 100644
index 3c1c8b6738efb..0000000000000
--- a/blockchains/ethereum/assets/0xe4aa52842a0d6752853DBE30eC5472eF4C8de7b7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TEST mg4000",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe4aa52842a0d6752853DBE30eC5472eF4C8de7b7",
- "status": "abandoned",
- "id": "0xe4aa52842a0d6752853DBE30eC5472eF4C8de7b7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe4aa52842a0d6752853DBE30eC5472eF4C8de7b7/logo.png b/blockchains/ethereum/assets/0xe4aa52842a0d6752853DBE30eC5472eF4C8de7b7/logo.png
deleted file mode 100644
index 06ef9a7e609d0..0000000000000
Binary files a/blockchains/ethereum/assets/0xe4aa52842a0d6752853DBE30eC5472eF4C8de7b7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe4eAddFE3DF04C6B17db43148DC1D29C4Da06857/info.json b/blockchains/ethereum/assets/0xe4eAddFE3DF04C6B17db43148DC1D29C4Da06857/info.json
deleted file mode 100644
index 73ff31a2dca62..0000000000000
--- a/blockchains/ethereum/assets/0xe4eAddFE3DF04C6B17db43148DC1D29C4Da06857/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "G8C",
- "symbol": "GAEC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe4eAddFE3DF04C6B17db43148DC1D29C4Da06857",
- "status": "abandoned",
- "id": "0xe4eAddFE3DF04C6B17db43148DC1D29C4Da06857"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe4eAddFE3DF04C6B17db43148DC1D29C4Da06857/logo.png b/blockchains/ethereum/assets/0xe4eAddFE3DF04C6B17db43148DC1D29C4Da06857/logo.png
deleted file mode 100644
index 116081e931215..0000000000000
Binary files a/blockchains/ethereum/assets/0xe4eAddFE3DF04C6B17db43148DC1D29C4Da06857/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe4f1bCaE296FF9385842Fc24cc7D18ab94121223/info.json b/blockchains/ethereum/assets/0xe4f1bCaE296FF9385842Fc24cc7D18ab94121223/info.json
deleted file mode 100644
index 43148f79ce082..0000000000000
--- a/blockchains/ethereum/assets/0xe4f1bCaE296FF9385842Fc24cc7D18ab94121223/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BiTing",
- "symbol": "BTFM",
- "type": "ERC20",
- "decimals": 5,
- "description": "-",
- "website": "https://www.bitingfm.com/",
- "explorer": "https://etherscan.io/token/0xe4f1bCaE296FF9385842Fc24cc7D18ab94121223",
- "status": "abandoned",
- "id": "0xe4f1bCaE296FF9385842Fc24cc7D18ab94121223"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe4f1bCaE296FF9385842Fc24cc7D18ab94121223/logo.png b/blockchains/ethereum/assets/0xe4f1bCaE296FF9385842Fc24cc7D18ab94121223/logo.png
deleted file mode 100755
index 084b2f9967012..0000000000000
Binary files a/blockchains/ethereum/assets/0xe4f1bCaE296FF9385842Fc24cc7D18ab94121223/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe4f7A608B0eEdC93A97d1249c8bbDa0e98077d29/info.json b/blockchains/ethereum/assets/0xe4f7A608B0eEdC93A97d1249c8bbDa0e98077d29/info.json
deleted file mode 100644
index f4413d2077dc7..0000000000000
--- a/blockchains/ethereum/assets/0xe4f7A608B0eEdC93A97d1249c8bbDa0e98077d29/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "REVO",
- "symbol": "REV",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe4f7A608B0eEdC93A97d1249c8bbDa0e98077d29",
- "status": "abandoned",
- "id": "0xe4f7A608B0eEdC93A97d1249c8bbDa0e98077d29"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe4f7A608B0eEdC93A97d1249c8bbDa0e98077d29/logo.png b/blockchains/ethereum/assets/0xe4f7A608B0eEdC93A97d1249c8bbDa0e98077d29/logo.png
deleted file mode 100644
index c73a943e94ac3..0000000000000
Binary files a/blockchains/ethereum/assets/0xe4f7A608B0eEdC93A97d1249c8bbDa0e98077d29/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe530441f4f73bDB6DC2fA5aF7c3fC5fD551Ec838/info.json b/blockchains/ethereum/assets/0xe530441f4f73bDB6DC2fA5aF7c3fC5fD551Ec838/info.json
deleted file mode 100644
index 14f53c4fabcd6..0000000000000
--- a/blockchains/ethereum/assets/0xe530441f4f73bDB6DC2fA5aF7c3fC5fD551Ec838/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GSENetwork",
- "symbol": "GSE",
- "type": "ERC20",
- "decimals": 4,
- "description": "GSENetwork is committed to establishing a transparent and secure phenomenon-level decentralized credit network. With the help of the Internet of Things technology, the pass incentive system, and the composite pass economy design, smart contract services can be implemented through the sharing economy to achieve credit recovery and redefine classical sharing.",
- "website": "https://gse.network",
- "explorer": "https://etherscan.io/token/0xe530441f4f73bDB6DC2fA5aF7c3fC5fD551Ec838",
- "status": "active",
- "id": "0xe530441f4f73bDB6DC2fA5aF7c3fC5fD551Ec838"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe530441f4f73bDB6DC2fA5aF7c3fC5fD551Ec838/logo.png b/blockchains/ethereum/assets/0xe530441f4f73bDB6DC2fA5aF7c3fC5fD551Ec838/logo.png
deleted file mode 100644
index 70afba4d04480..0000000000000
Binary files a/blockchains/ethereum/assets/0xe530441f4f73bDB6DC2fA5aF7c3fC5fD551Ec838/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55/info.json b/blockchains/ethereum/assets/0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55/info.json
deleted file mode 100644
index e001c9d99e92a..0000000000000
--- a/blockchains/ethereum/assets/0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "SuperFarm",
- "symbol": "SUPER",
- "type": "ERC20",
- "decimals": 18,
- "description": "SuperFarm is a cross-chain DeFi protocol that allows users to deploy crypto and NFT farms with no code required!",
- "website": "https://www.superfarm.io/",
- "explorer": "https://etherscan.io/token/0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55",
- "status": "active",
- "id": "0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/SuperFarmDAO"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/SuperFarmDAO"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/superfarm/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/superfarm/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55/logo.png b/blockchains/ethereum/assets/0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55/logo.png
deleted file mode 100644
index 9aab6fd544730..0000000000000
Binary files a/blockchains/ethereum/assets/0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe541504417670FB76b612B41B4392d967a1956c7/info.json b/blockchains/ethereum/assets/0xe541504417670FB76b612B41B4392d967a1956c7/info.json
deleted file mode 100644
index 4e98ba3a11e13..0000000000000
--- a/blockchains/ethereum/assets/0xe541504417670FB76b612B41B4392d967a1956c7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BSC",
- "symbol": "BSC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bitsonic.co.kr",
- "explorer": "https://etherscan.io/token/0xe541504417670FB76b612B41B4392d967a1956c7",
- "status": "abandoned",
- "id": "0xe541504417670FB76b612B41B4392d967a1956c7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe541504417670FB76b612B41B4392d967a1956c7/logo.png b/blockchains/ethereum/assets/0xe541504417670FB76b612B41B4392d967a1956c7/logo.png
deleted file mode 100644
index 49ed32cc98a83..0000000000000
Binary files a/blockchains/ethereum/assets/0xe541504417670FB76b612B41B4392d967a1956c7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe541b34f73a4789a033A962ad43655221B4E516e/info.json b/blockchains/ethereum/assets/0xe541b34f73a4789a033A962ad43655221B4E516e/info.json
deleted file mode 100644
index 9fb6040bd9d1c..0000000000000
--- a/blockchains/ethereum/assets/0xe541b34f73a4789a033A962ad43655221B4E516e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Creatanium",
- "symbol": "CMB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.plmp-fintech.com.sg/",
- "explorer": "https://etherscan.io/token/0xe541b34f73a4789a033A962ad43655221B4E516e",
- "status": "abandoned",
- "id": "0xe541b34f73a4789a033A962ad43655221B4E516e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe541b34f73a4789a033A962ad43655221B4E516e/logo.png b/blockchains/ethereum/assets/0xe541b34f73a4789a033A962ad43655221B4E516e/logo.png
deleted file mode 100644
index 24488183983c9..0000000000000
Binary files a/blockchains/ethereum/assets/0xe541b34f73a4789a033A962ad43655221B4E516e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe571519185098b2f4914cA973d48c090426D69ee/info.json b/blockchains/ethereum/assets/0xe571519185098b2f4914cA973d48c090426D69ee/info.json
deleted file mode 100644
index 507dc31207ba5..0000000000000
--- a/blockchains/ethereum/assets/0xe571519185098b2f4914cA973d48c090426D69ee/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Miraz token",
- "symbol": "MRZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe571519185098b2f4914cA973d48c090426D69ee",
- "status": "abandoned",
- "id": "0xe571519185098b2f4914cA973d48c090426D69ee"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe571519185098b2f4914cA973d48c090426D69ee/logo.png b/blockchains/ethereum/assets/0xe571519185098b2f4914cA973d48c090426D69ee/logo.png
deleted file mode 100644
index b8ed4ed4c6255..0000000000000
Binary files a/blockchains/ethereum/assets/0xe571519185098b2f4914cA973d48c090426D69ee/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe577e0B200d00eBdecbFc1cd3F7E8E04C70476BE/info.json b/blockchains/ethereum/assets/0xe577e0B200d00eBdecbFc1cd3F7E8E04C70476BE/info.json
deleted file mode 100644
index 83dee8e3bab65..0000000000000
--- a/blockchains/ethereum/assets/0xe577e0B200d00eBdecbFc1cd3F7E8E04C70476BE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "xEuro",
- "symbol": "xEUR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://xeuro.online/",
- "explorer": "https://etherscan.io/token/0xe577e0B200d00eBdecbFc1cd3F7E8E04C70476BE",
- "status": "abandoned",
- "id": "0xe577e0B200d00eBdecbFc1cd3F7E8E04C70476BE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe577e0B200d00eBdecbFc1cd3F7E8E04C70476BE/logo.png b/blockchains/ethereum/assets/0xe577e0B200d00eBdecbFc1cd3F7E8E04C70476BE/logo.png
deleted file mode 100644
index 343aff01ab659..0000000000000
Binary files a/blockchains/ethereum/assets/0xe577e0B200d00eBdecbFc1cd3F7E8E04C70476BE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe580074A10360404AF3ABfe2d524D5806D993ea3/info.json b/blockchains/ethereum/assets/0xe580074A10360404AF3ABfe2d524D5806D993ea3/info.json
deleted file mode 100644
index 85df512710d45..0000000000000
--- a/blockchains/ethereum/assets/0xe580074A10360404AF3ABfe2d524D5806D993ea3/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "PayBolt",
- "type": "ERC20",
- "symbol": "PAY",
- "decimals": 18,
- "website": "https://www.paybolt.io/",
- "description": "Pay expenses, earn $PAY rewards with your crypto tokens in near-instant time. Start spending your tokens at cafe, restaurant and everywhere.",
- "explorer": "https://etherscan.io/token/0xe580074A10360404AF3ABfe2d524D5806D993ea3",
- "status": "active",
- "id": "0xe580074A10360404AF3ABfe2d524D5806D993ea3",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/PayBolt"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/PayBoltofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/PayBolt"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/PayBolt"
- },
- {
- "name": "whitepaper",
- "url": "https://file.paybolt.io/paybolt_whitepaper.pdf"
- },
- {
- "name": "github",
- "url": "https://github.com/paybolt"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/paybolt/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe580074A10360404AF3ABfe2d524D5806D993ea3/logo.png b/blockchains/ethereum/assets/0xe580074A10360404AF3ABfe2d524D5806D993ea3/logo.png
deleted file mode 100644
index 83f7a4797d18d..0000000000000
Binary files a/blockchains/ethereum/assets/0xe580074A10360404AF3ABfe2d524D5806D993ea3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe5865adE1E2C1EE9a7CdD0c57a035b13EDd2d72C/info.json b/blockchains/ethereum/assets/0xe5865adE1E2C1EE9a7CdD0c57a035b13EDd2d72C/info.json
deleted file mode 100644
index 24a298c66628f..0000000000000
--- a/blockchains/ethereum/assets/0xe5865adE1E2C1EE9a7CdD0c57a035b13EDd2d72C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C572417",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe5865adE1E2C1EE9a7CdD0c57a035b13EDd2d72C",
- "status": "abandoned",
- "id": "0xe5865adE1E2C1EE9a7CdD0c57a035b13EDd2d72C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe5865adE1E2C1EE9a7CdD0c57a035b13EDd2d72C/logo.png b/blockchains/ethereum/assets/0xe5865adE1E2C1EE9a7CdD0c57a035b13EDd2d72C/logo.png
deleted file mode 100644
index 496ff2d315f97..0000000000000
Binary files a/blockchains/ethereum/assets/0xe5865adE1E2C1EE9a7CdD0c57a035b13EDd2d72C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe5A1Dd911C289B087202AED0dD85AfbA80373eed/info.json b/blockchains/ethereum/assets/0xe5A1Dd911C289B087202AED0dD85AfbA80373eed/info.json
deleted file mode 100644
index c25e2c5f538bb..0000000000000
--- a/blockchains/ethereum/assets/0xe5A1Dd911C289B087202AED0dD85AfbA80373eed/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\bÃy ",
- "symbol": "\"\"",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe5A1Dd911C289B087202AED0dD85AfbA80373eed",
- "status": "abandoned",
- "id": "0xe5A1Dd911C289B087202AED0dD85AfbA80373eed"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe5A1Dd911C289B087202AED0dD85AfbA80373eed/logo.png b/blockchains/ethereum/assets/0xe5A1Dd911C289B087202AED0dD85AfbA80373eed/logo.png
deleted file mode 100644
index db60e41f3e878..0000000000000
Binary files a/blockchains/ethereum/assets/0xe5A1Dd911C289B087202AED0dD85AfbA80373eed/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe5bC04919C2B373417B303d488Ac3fee75dbE3a6/info.json b/blockchains/ethereum/assets/0xe5bC04919C2B373417B303d488Ac3fee75dbE3a6/info.json
deleted file mode 100644
index 7afcd01075c3c..0000000000000
--- a/blockchains/ethereum/assets/0xe5bC04919C2B373417B303d488Ac3fee75dbE3a6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dollar Lending Protocol",
- "symbol": "DLP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe5bC04919C2B373417B303d488Ac3fee75dbE3a6",
- "status": "abandoned",
- "id": "0xe5bC04919C2B373417B303d488Ac3fee75dbE3a6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe5bC04919C2B373417B303d488Ac3fee75dbE3a6/logo.png b/blockchains/ethereum/assets/0xe5bC04919C2B373417B303d488Ac3fee75dbE3a6/logo.png
deleted file mode 100644
index 917fee4975acf..0000000000000
Binary files a/blockchains/ethereum/assets/0xe5bC04919C2B373417B303d488Ac3fee75dbE3a6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe6179bB571D2d69837bE731da88C76e377ec4738/info.json b/blockchains/ethereum/assets/0xe6179bB571D2d69837bE731da88C76e377ec4738/info.json
deleted file mode 100644
index 8521dd7775028..0000000000000
--- a/blockchains/ethereum/assets/0xe6179bB571D2d69837bE731da88C76e377ec4738/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Wormhole.Finance",
- "website": "https://wormhole.finance",
- "description": "The first Trade to Farm DeFi coin on the Ethereum Blockchain",
- "explorer": "https://etherscan.io/token/0xe6179bB571D2d69837bE731da88C76e377ec4738",
- "type": "ERC20",
- "symbol": "WHOLE",
- "decimals": 18,
- "status": "active",
- "id": "0xe6179bB571D2d69837bE731da88C76e377ec4738",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/wormhole_group"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe6179bB571D2d69837bE731da88C76e377ec4738/logo.png b/blockchains/ethereum/assets/0xe6179bB571D2d69837bE731da88C76e377ec4738/logo.png
deleted file mode 100644
index 1c9fe0fe80557..0000000000000
Binary files a/blockchains/ethereum/assets/0xe6179bB571D2d69837bE731da88C76e377ec4738/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe61eECfDBa2aD1669cee138f1919D08cEd070B83/info.json b/blockchains/ethereum/assets/0xe61eECfDBa2aD1669cee138f1919D08cEd070B83/info.json
deleted file mode 100644
index 0871ef7a03c6e..0000000000000
--- a/blockchains/ethereum/assets/0xe61eECfDBa2aD1669cee138f1919D08cEd070B83/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "VGTGToken",
- "website": "http://vgtgtoken.com",
- "description": "VGTGToken Gold is a part of VGT Project. It is bringing the power of blockchain to the gaming industry.",
- "explorer": "https://etherscan.io/token/0xe61eECfDBa2aD1669cee138f1919D08cEd070B83",
- "type": "ERC20",
- "symbol": "VGTG",
- "decimals": 18,
- "status": "active",
- "id": "0xe61eECfDBa2aD1669cee138f1919D08cEd070B83",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/VideoGamesToken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/VideoGamesToken"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe61eECfDBa2aD1669cee138f1919D08cEd070B83/logo.png b/blockchains/ethereum/assets/0xe61eECfDBa2aD1669cee138f1919D08cEd070B83/logo.png
deleted file mode 100644
index 2429125c2fc4e..0000000000000
Binary files a/blockchains/ethereum/assets/0xe61eECfDBa2aD1669cee138f1919D08cEd070B83/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe6410569602124506658Ff992F258616Ea2D4A3D/info.json b/blockchains/ethereum/assets/0xe6410569602124506658Ff992F258616Ea2D4A3D/info.json
deleted file mode 100644
index e7277cfd1bfc4..0000000000000
--- a/blockchains/ethereum/assets/0xe6410569602124506658Ff992F258616Ea2D4A3D/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "KatanaToken",
- "website": "https://katana.finance/",
- "description": "Katana is a DeFi Yield Farming platform that helps users to have profit as much as possible from their crypto assets.",
- "explorer": "https://etherscan.io/token/0xe6410569602124506658Ff992F258616Ea2D4A3D",
- "type": "ERC20",
- "symbol": "KATANA",
- "decimals": 18,
- "status": "active",
- "id": "0xe6410569602124506658Ff992F258616Ea2D4A3D",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/katanafinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/katanafinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/katanafinance"
- },
- {
- "name": "medium",
- "url": "https://medium.com/katanafinance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe6410569602124506658Ff992F258616Ea2D4A3D/logo.png b/blockchains/ethereum/assets/0xe6410569602124506658Ff992F258616Ea2D4A3D/logo.png
deleted file mode 100644
index 35992ca6abbc9..0000000000000
Binary files a/blockchains/ethereum/assets/0xe6410569602124506658Ff992F258616Ea2D4A3D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe64b47931f28f89Cc7A0C6965Ecf89EaDB4975f5/info.json b/blockchains/ethereum/assets/0xe64b47931f28f89Cc7A0C6965Ecf89EaDB4975f5/info.json
deleted file mode 100644
index a70e1f635d566..0000000000000
--- a/blockchains/ethereum/assets/0xe64b47931f28f89Cc7A0C6965Ecf89EaDB4975f5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ludos Protocol",
- "symbol": "LUD",
- "type": "ERC20",
- "decimals": 18,
- "description": "The Ludos Protocol is a decentralized solution game ecosystem. The protocol is mainly composed of three parts:Main chain + multi-sidechain infrastructure, Toolbox for game developers, DApps, and incentivized game ecosystem.",
- "website": "http://ludos.one/",
- "explorer": "https://etherscan.io/token/0xe64b47931f28f89Cc7A0C6965Ecf89EaDB4975f5",
- "status": "active",
- "id": "0xe64b47931f28f89Cc7A0C6965Ecf89EaDB4975f5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe64b47931f28f89Cc7A0C6965Ecf89EaDB4975f5/logo.png b/blockchains/ethereum/assets/0xe64b47931f28f89Cc7A0C6965Ecf89EaDB4975f5/logo.png
deleted file mode 100755
index 428ece885ba86..0000000000000
Binary files a/blockchains/ethereum/assets/0xe64b47931f28f89Cc7A0C6965Ecf89EaDB4975f5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe6710e0CdA178f3D921f456902707B0d4C4A332B/info.json b/blockchains/ethereum/assets/0xe6710e0CdA178f3D921f456902707B0d4C4A332B/info.json
deleted file mode 100644
index d0bf4cd52f546..0000000000000
--- a/blockchains/ethereum/assets/0xe6710e0CdA178f3D921f456902707B0d4C4A332B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Julien",
- "symbol": "JULIEN",
- "type": "ERC20",
- "decimals": 4,
- "description": "$JULIEN token is social token of Julien Bouteloup. You can exchange $JULIEN token for DeFI lessons: smart contract coding, arbitrage, cryptoeconomics, investment etc",
- "website": "https://app.tryroll.com/rewards/JULIEN",
- "explorer": "https://etherscan.io/token/0xe6710e0CdA178f3D921f456902707B0d4C4A332B",
- "status": "active",
- "id": "0xe6710e0CdA178f3D921f456902707B0d4C4A332B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe6710e0CdA178f3D921f456902707B0d4C4A332B/logo.png b/blockchains/ethereum/assets/0xe6710e0CdA178f3D921f456902707B0d4C4A332B/logo.png
deleted file mode 100644
index 72e02ee5ca97b..0000000000000
Binary files a/blockchains/ethereum/assets/0xe6710e0CdA178f3D921f456902707B0d4C4A332B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe6Be436DF1Ff96956dfe0b2b77FAB84EDe30236F/info.json b/blockchains/ethereum/assets/0xe6Be436DF1Ff96956dfe0b2b77FAB84EDe30236F/info.json
deleted file mode 100644
index 6341e69b16269..0000000000000
--- a/blockchains/ethereum/assets/0xe6Be436DF1Ff96956dfe0b2b77FAB84EDe30236F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Revelation Coin",
- "symbol": "REV",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://revelationcoin.org",
- "explorer": "https://etherscan.io/token/0xe6Be436DF1Ff96956dfe0b2b77FAB84EDe30236F",
- "status": "abandoned",
- "id": "0xe6Be436DF1Ff96956dfe0b2b77FAB84EDe30236F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe6Be436DF1Ff96956dfe0b2b77FAB84EDe30236F/logo.png b/blockchains/ethereum/assets/0xe6Be436DF1Ff96956dfe0b2b77FAB84EDe30236F/logo.png
deleted file mode 100644
index 38e6840a6900d..0000000000000
Binary files a/blockchains/ethereum/assets/0xe6Be436DF1Ff96956dfe0b2b77FAB84EDe30236F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe6dd6d2AAf061F3558127621cC5384D1aF7cd022/info.json b/blockchains/ethereum/assets/0xe6dd6d2AAf061F3558127621cC5384D1aF7cd022/info.json
deleted file mode 100644
index 991d7a4450e1d..0000000000000
--- a/blockchains/ethereum/assets/0xe6dd6d2AAf061F3558127621cC5384D1aF7cd022/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "HSSD coin",
- "symbol": "HSSD",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe6dd6d2AAf061F3558127621cC5384D1aF7cd022",
- "status": "abandoned",
- "id": "0xe6dd6d2AAf061F3558127621cC5384D1aF7cd022"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe6dd6d2AAf061F3558127621cC5384D1aF7cd022/logo.png b/blockchains/ethereum/assets/0xe6dd6d2AAf061F3558127621cC5384D1aF7cd022/logo.png
deleted file mode 100644
index 341e9a1a810ca..0000000000000
Binary files a/blockchains/ethereum/assets/0xe6dd6d2AAf061F3558127621cC5384D1aF7cd022/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe6f74dcfa0E20883008d8C16b6d9a329189D0C30/info.json b/blockchains/ethereum/assets/0xe6f74dcfa0E20883008d8C16b6d9a329189D0C30/info.json
deleted file mode 100644
index c7fdc029094e7..0000000000000
--- a/blockchains/ethereum/assets/0xe6f74dcfa0E20883008d8C16b6d9a329189D0C30/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FinTech Coin",
- "symbol": "FTC",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe6f74dcfa0E20883008d8C16b6d9a329189D0C30",
- "status": "abandoned",
- "id": "0xe6f74dcfa0E20883008d8C16b6d9a329189D0C30"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe6f74dcfa0E20883008d8C16b6d9a329189D0C30/logo.png b/blockchains/ethereum/assets/0xe6f74dcfa0E20883008d8C16b6d9a329189D0C30/logo.png
deleted file mode 100755
index c2f769d2f8bfb..0000000000000
Binary files a/blockchains/ethereum/assets/0xe6f74dcfa0E20883008d8C16b6d9a329189D0C30/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe6fd75ff38Adca4B97FBCD938c86b98772431867/info.json b/blockchains/ethereum/assets/0xe6fd75ff38Adca4B97FBCD938c86b98772431867/info.json
deleted file mode 100644
index f11c868d52d02..0000000000000
--- a/blockchains/ethereum/assets/0xe6fd75ff38Adca4B97FBCD938c86b98772431867/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "ELA on Ethereum",
- "website": "https://elastos.info",
- "description": "Elastos is not an entity – it’s a global movement to build an internet that works for everyone. Starting with open source, decentralized web services, developers can build applications where all data is exchanged peer-to-peer, stored in a decentralized fashion, and secured by its owners via verifiable blockchain immutability and smart contract execution. This is an Internet of Value – with Values.",
- "explorer": "https://etherscan.io/token/0xe6fd75ff38Adca4B97FBCD938c86b98772431867",
- "type": "ERC20",
- "symbol": "ELA",
- "decimals": 18,
- "status": "active",
- "id": "0xe6fd75ff38Adca4B97FBCD938c86b98772431867",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/elastos"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ElastosInfo"
- },
- {
- "name": "telegram",
- "url": "https://t.me/elastosgroup"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Elastos"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe6fd75ff38Adca4B97FBCD938c86b98772431867/logo.png b/blockchains/ethereum/assets/0xe6fd75ff38Adca4B97FBCD938c86b98772431867/logo.png
deleted file mode 100644
index 674707dae6e4d..0000000000000
Binary files a/blockchains/ethereum/assets/0xe6fd75ff38Adca4B97FBCD938c86b98772431867/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe7049114562C759d5E9D1d25783773Ccd61C0a65/info.json b/blockchains/ethereum/assets/0xe7049114562C759d5E9D1d25783773Ccd61C0a65/info.json
deleted file mode 100644
index a155cfbdfe8c8..0000000000000
--- a/blockchains/ethereum/assets/0xe7049114562C759d5E9D1d25783773Ccd61C0a65/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Balance token",
- "symbol": "BAL",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe7049114562C759d5E9D1d25783773Ccd61C0a65",
- "status": "abandoned",
- "id": "0xe7049114562C759d5E9D1d25783773Ccd61C0a65"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe7049114562C759d5E9D1d25783773Ccd61C0a65/logo.png b/blockchains/ethereum/assets/0xe7049114562C759d5E9D1d25783773Ccd61C0a65/logo.png
deleted file mode 100644
index 006f9994b54f2..0000000000000
Binary files a/blockchains/ethereum/assets/0xe7049114562C759d5E9D1d25783773Ccd61C0a65/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe707d9D42ba282811c985085080aC103cF544043/info.json b/blockchains/ethereum/assets/0xe707d9D42ba282811c985085080aC103cF544043/info.json
deleted file mode 100644
index 32ee4817dbae8..0000000000000
--- a/blockchains/ethereum/assets/0xe707d9D42ba282811c985085080aC103cF544043/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tokenestate Equity",
- "symbol": "TEM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe707d9D42ba282811c985085080aC103cF544043",
- "status": "abandoned",
- "id": "0xe707d9D42ba282811c985085080aC103cF544043"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe707d9D42ba282811c985085080aC103cF544043/logo.png b/blockchains/ethereum/assets/0xe707d9D42ba282811c985085080aC103cF544043/logo.png
deleted file mode 100644
index 639aca434f555..0000000000000
Binary files a/blockchains/ethereum/assets/0xe707d9D42ba282811c985085080aC103cF544043/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe74d6339890d6640eF12e6FBcaF7116f331D6d5D/info.json b/blockchains/ethereum/assets/0xe74d6339890d6640eF12e6FBcaF7116f331D6d5D/info.json
deleted file mode 100644
index ee26655731d0e..0000000000000
--- a/blockchains/ethereum/assets/0xe74d6339890d6640eF12e6FBcaF7116f331D6d5D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Triatics",
- "symbol": "TRA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe74d6339890d6640eF12e6FBcaF7116f331D6d5D",
- "status": "abandoned",
- "id": "0xe74d6339890d6640eF12e6FBcaF7116f331D6d5D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe74d6339890d6640eF12e6FBcaF7116f331D6d5D/logo.png b/blockchains/ethereum/assets/0xe74d6339890d6640eF12e6FBcaF7116f331D6d5D/logo.png
deleted file mode 100644
index ad9ca451641b8..0000000000000
Binary files a/blockchains/ethereum/assets/0xe74d6339890d6640eF12e6FBcaF7116f331D6d5D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe75ad3aAB14E4B0dF8c5da4286608DaBb21Bd864/info.json b/blockchains/ethereum/assets/0xe75ad3aAB14E4B0dF8c5da4286608DaBb21Bd864/info.json
deleted file mode 100644
index 18ebe85243a80..0000000000000
--- a/blockchains/ethereum/assets/0xe75ad3aAB14E4B0dF8c5da4286608DaBb21Bd864/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AcuteAngleCoin",
- "symbol": "AAC",
- "type": "ERC20",
- "decimals": 5,
- "description": "Acute Angle Cloud (AAC) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "http://acuteangle.com",
- "explorer": "https://etherscan.io/token/0xe75ad3aAB14E4B0dF8c5da4286608DaBb21Bd864",
- "status": "active",
- "id": "0xe75ad3aAB14E4B0dF8c5da4286608DaBb21Bd864"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe75ad3aAB14E4B0dF8c5da4286608DaBb21Bd864/logo.png b/blockchains/ethereum/assets/0xe75ad3aAB14E4B0dF8c5da4286608DaBb21Bd864/logo.png
deleted file mode 100644
index f2937071c0150..0000000000000
Binary files a/blockchains/ethereum/assets/0xe75ad3aAB14E4B0dF8c5da4286608DaBb21Bd864/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe7Bf3aEE922367c10c8acEc3793fE7D809A38eef/info.json b/blockchains/ethereum/assets/0xe7Bf3aEE922367c10c8acEc3793fE7D809A38eef/info.json
deleted file mode 100644
index ca78acc2a9a56..0000000000000
--- a/blockchains/ethereum/assets/0xe7Bf3aEE922367c10c8acEc3793fE7D809A38eef/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BAGS",
- "symbol": "BAGS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe7Bf3aEE922367c10c8acEc3793fE7D809A38eef",
- "status": "abandoned",
- "id": "0xe7Bf3aEE922367c10c8acEc3793fE7D809A38eef"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe7Bf3aEE922367c10c8acEc3793fE7D809A38eef/logo.png b/blockchains/ethereum/assets/0xe7Bf3aEE922367c10c8acEc3793fE7D809A38eef/logo.png
deleted file mode 100644
index 5364d68144201..0000000000000
Binary files a/blockchains/ethereum/assets/0xe7Bf3aEE922367c10c8acEc3793fE7D809A38eef/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe7D3e4413E29ae35B0893140F4500965c74365e5/info.json b/blockchains/ethereum/assets/0xe7D3e4413E29ae35B0893140F4500965c74365e5/info.json
deleted file mode 100644
index 97b0c3249cf11..0000000000000
--- a/blockchains/ethereum/assets/0xe7D3e4413E29ae35B0893140F4500965c74365e5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "B2BCoin",
- "symbol": "BBC",
- "type": "ERC20",
- "decimals": 18,
- "description": "Unlock corporate demand for a token based business-to-business (B2B) marketing, sales, and trade platform.",
- "website": "https://www.tradove.com/b2bcoin",
- "explorer": "https://etherscan.io/token/0xe7D3e4413E29ae35B0893140F4500965c74365e5",
- "status": "active",
- "id": "0xe7D3e4413E29ae35B0893140F4500965c74365e5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe7D3e4413E29ae35B0893140F4500965c74365e5/logo.png b/blockchains/ethereum/assets/0xe7D3e4413E29ae35B0893140F4500965c74365e5/logo.png
deleted file mode 100755
index 11119bf166d79..0000000000000
Binary files a/blockchains/ethereum/assets/0xe7D3e4413E29ae35B0893140F4500965c74365e5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe7D7b37e72510309Db27C460378f957B1B04Bd5d/info.json b/blockchains/ethereum/assets/0xe7D7b37e72510309Db27C460378f957B1B04Bd5d/info.json
deleted file mode 100644
index 06bdbf941176b..0000000000000
--- a/blockchains/ethereum/assets/0xe7D7b37e72510309Db27C460378f957B1B04Bd5d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "empowr",
- "symbol": "EMPR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.empowr.com",
- "explorer": "https://etherscan.io/token/0xe7D7b37e72510309Db27C460378f957B1B04Bd5d",
- "status": "abandoned",
- "id": "0xe7D7b37e72510309Db27C460378f957B1B04Bd5d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe7D7b37e72510309Db27C460378f957B1B04Bd5d/logo.png b/blockchains/ethereum/assets/0xe7D7b37e72510309Db27C460378f957B1B04Bd5d/logo.png
deleted file mode 100644
index 92e4dd300daf0..0000000000000
Binary files a/blockchains/ethereum/assets/0xe7D7b37e72510309Db27C460378f957B1B04Bd5d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe7E4279b80D319EDe2889855135A22021baf0907/info.json b/blockchains/ethereum/assets/0xe7E4279b80D319EDe2889855135A22021baf0907/info.json
deleted file mode 100644
index 76234eec51bb5..0000000000000
--- a/blockchains/ethereum/assets/0xe7E4279b80D319EDe2889855135A22021baf0907/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZeusNetwork",
- "symbol": "\"\"",
- "type": "ERC20",
- "decimals": 18,
- "description": "Cryptocurrency that allows people to raise crypto for events to challenging circumstances like accidents and illnesses or real world emergencies. 'The GoFundMe of Crypto'",
- "website": "https://zeusfundme.com",
- "explorer": "https://etherscan.io/token/0xe7E4279b80D319EDe2889855135A22021baf0907",
- "status": "active",
- "id": "0xe7E4279b80D319EDe2889855135A22021baf0907"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe7E4279b80D319EDe2889855135A22021baf0907/logo.png b/blockchains/ethereum/assets/0xe7E4279b80D319EDe2889855135A22021baf0907/logo.png
deleted file mode 100644
index 5b1cfe9b8ea49..0000000000000
Binary files a/blockchains/ethereum/assets/0xe7E4279b80D319EDe2889855135A22021baf0907/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe7aE6D0C56CACaf007b7e4d312f9af686a9E9a04/info.json b/blockchains/ethereum/assets/0xe7aE6D0C56CACaf007b7e4d312f9af686a9E9a04/info.json
deleted file mode 100644
index 2dc0e100f2fa3..0000000000000
--- a/blockchains/ethereum/assets/0xe7aE6D0C56CACaf007b7e4d312f9af686a9E9a04/info.json
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "name": "Vabble",
- "symbol": "VAB",
- "type": "ERC20",
- "decimals": 18,
- "description": "Vabble is an interactive, social based streaming platform. Vabble ecosystem supports the film industry both from a view of independent film creators or larger production studios.",
- "website": "https://vabble.com/",
- "explorer": "https://etherscan.io/token/0xe7aE6D0C56CACaf007b7e4d312f9af686a9E9a04",
- "status": "active",
- "id": "0xe7aE6D0C56CACaf007b7e4d312f9af686a9E9a04",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/vabble"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/VabbleApp"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Vabble/"
- },
- {
- "name": "blog",
- "url": "https://vabble.com/blog"
- },
- {
- "name": "whitepaper",
- "url": "https://vabble.com/whitepaper"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/vabble"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/vabble/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/joinchat/GeD0nhU5rkAWg3Bq"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/GXZFMgPxeK"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/VabbleApp/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe7aE6D0C56CACaf007b7e4d312f9af686a9E9a04/logo.png b/blockchains/ethereum/assets/0xe7aE6D0C56CACaf007b7e4d312f9af686a9E9a04/logo.png
deleted file mode 100644
index 6a5266cf3a999..0000000000000
Binary files a/blockchains/ethereum/assets/0xe7aE6D0C56CACaf007b7e4d312f9af686a9E9a04/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe7beA371284F7091D836172e8c7e006FC21347ce/info.json b/blockchains/ethereum/assets/0xe7beA371284F7091D836172e8c7e006FC21347ce/info.json
deleted file mode 100644
index 4c1eb7eb4fae0..0000000000000
--- a/blockchains/ethereum/assets/0xe7beA371284F7091D836172e8c7e006FC21347ce/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Malaysia Token",
- "symbol": "MYRT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe7beA371284F7091D836172e8c7e006FC21347ce",
- "status": "abandoned",
- "id": "0xe7beA371284F7091D836172e8c7e006FC21347ce"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe7beA371284F7091D836172e8c7e006FC21347ce/logo.png b/blockchains/ethereum/assets/0xe7beA371284F7091D836172e8c7e006FC21347ce/logo.png
deleted file mode 100644
index ec2a4555811a6..0000000000000
Binary files a/blockchains/ethereum/assets/0xe7beA371284F7091D836172e8c7e006FC21347ce/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe7cf604976Ca5D11d0E267Eb90bDDfB6e33eCa53/info.json b/blockchains/ethereum/assets/0xe7cf604976Ca5D11d0E267Eb90bDDfB6e33eCa53/info.json
deleted file mode 100644
index 1d7c8470c9acf..0000000000000
--- a/blockchains/ethereum/assets/0xe7cf604976Ca5D11d0E267Eb90bDDfB6e33eCa53/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tronipay Gold",
- "symbol": "TRPG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe7cf604976Ca5D11d0E267Eb90bDDfB6e33eCa53",
- "status": "abandoned",
- "id": "0xe7cf604976Ca5D11d0E267Eb90bDDfB6e33eCa53"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe7cf604976Ca5D11d0E267Eb90bDDfB6e33eCa53/logo.png b/blockchains/ethereum/assets/0xe7cf604976Ca5D11d0E267Eb90bDDfB6e33eCa53/logo.png
deleted file mode 100644
index a7553816b8988..0000000000000
Binary files a/blockchains/ethereum/assets/0xe7cf604976Ca5D11d0E267Eb90bDDfB6e33eCa53/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe7da4034D6bf12909E5D0198c3784F55a06e0210/info.json b/blockchains/ethereum/assets/0xe7da4034D6bf12909E5D0198c3784F55a06e0210/info.json
deleted file mode 100644
index 56770582bfd53..0000000000000
--- a/blockchains/ethereum/assets/0xe7da4034D6bf12909E5D0198c3784F55a06e0210/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cash on Delivery",
- "symbol": "COD",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe7da4034D6bf12909E5D0198c3784F55a06e0210",
- "status": "abandoned",
- "id": "0xe7da4034D6bf12909E5D0198c3784F55a06e0210"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe7da4034D6bf12909E5D0198c3784F55a06e0210/logo.png b/blockchains/ethereum/assets/0xe7da4034D6bf12909E5D0198c3784F55a06e0210/logo.png
deleted file mode 100644
index 7bae022ca28b6..0000000000000
Binary files a/blockchains/ethereum/assets/0xe7da4034D6bf12909E5D0198c3784F55a06e0210/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe803178b48A0e560C2b19F3b3d4e504f79D229ce/info.json b/blockchains/ethereum/assets/0xe803178b48A0e560C2b19F3b3d4e504f79D229ce/info.json
deleted file mode 100644
index fcb9f95f3847a..0000000000000
--- a/blockchains/ethereum/assets/0xe803178b48A0e560C2b19F3b3d4e504f79D229ce/info.json
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- "name": "Bobcoin",
- "type": "ERC20",
- "symbol": "BOBC",
- "decimals": 18,
- "website": "https://bob.eco",
- "description": "Bobcoin is a social asset-backed crypto—a cryptographically secured representation of the rights of a Bobcoin holder to receive a benefit from their tokens. As every Bobcoin is linked to an electric vehicle managed by Bob Eco, the tokens are always backed by the value of the asset they represent.",
- "explorer": "https://etherscan.io/token/0xe803178b48A0e560C2b19F3b3d4e504f79D229ce",
- "status": "active",
- "id": "0xe803178b48A0e560C2b19F3b3d4e504f79D229ce",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/BobEcoOfficial"
- },
- {
- "name": "github",
- "url": "https://github.com/CryptoMechanics/bobc-token"
- },
- {
- "name": "telegram",
- "url": "https://t.me/bobEco"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/"
- },
- {
- "name": "blog",
- "url": "https://bob.eco/news"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@BobEco"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/bobcoin"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/bobcoin/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/Bobecoltd"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCr7ea3KYY7UUAD2iWowQGLw"
- },
- {
- "name": "whitepaper",
- "url": "https://bob.eco/Bob_eco_Whitepaper.pdf"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe803178b48A0e560C2b19F3b3d4e504f79D229ce/logo.png b/blockchains/ethereum/assets/0xe803178b48A0e560C2b19F3b3d4e504f79D229ce/logo.png
deleted file mode 100644
index a0cd1709e6759..0000000000000
Binary files a/blockchains/ethereum/assets/0xe803178b48A0e560C2b19F3b3d4e504f79D229ce/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe81D72D14B1516e68ac3190a46C93302Cc8eD60f/info.json b/blockchains/ethereum/assets/0xe81D72D14B1516e68ac3190a46C93302Cc8eD60f/info.json
deleted file mode 100644
index 8868d2af63ecd..0000000000000
--- a/blockchains/ethereum/assets/0xe81D72D14B1516e68ac3190a46C93302Cc8eD60f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coinlancer",
- "symbol": "CL",
- "type": "ERC20",
- "decimals": 18,
- "description": "Coinlancer is an Ethereum based platform where freelancers and clients connect remotely through smart contracts. On Coinlancer, clients post job opportunities and job seekers avail the same. Payments for a job offer are made in CL token once the rules set in the smart contracts are met.",
- "website": "https://www.coinlancer.com",
- "explorer": "https://etherscan.io/token/0xe81D72D14B1516e68ac3190a46C93302Cc8eD60f",
- "status": "active",
- "id": "0xe81D72D14B1516e68ac3190a46C93302Cc8eD60f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe81D72D14B1516e68ac3190a46C93302Cc8eD60f/logo.png b/blockchains/ethereum/assets/0xe81D72D14B1516e68ac3190a46C93302Cc8eD60f/logo.png
deleted file mode 100644
index 747a986419e2f..0000000000000
Binary files a/blockchains/ethereum/assets/0xe81D72D14B1516e68ac3190a46C93302Cc8eD60f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe8414CB00b804A55B41dad0ACBbAd71c6179dFBB/info.json b/blockchains/ethereum/assets/0xe8414CB00b804A55B41dad0ACBbAd71c6179dFBB/info.json
deleted file mode 100644
index 87c1d8a772f58..0000000000000
--- a/blockchains/ethereum/assets/0xe8414CB00b804A55B41dad0ACBbAd71c6179dFBB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR TESTmg22",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe8414CB00b804A55B41dad0ACBbAd71c6179dFBB",
- "status": "abandoned",
- "id": "0xe8414CB00b804A55B41dad0ACBbAd71c6179dFBB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe8414CB00b804A55B41dad0ACBbAd71c6179dFBB/logo.png b/blockchains/ethereum/assets/0xe8414CB00b804A55B41dad0ACBbAd71c6179dFBB/logo.png
deleted file mode 100644
index e85a448f88d73..0000000000000
Binary files a/blockchains/ethereum/assets/0xe8414CB00b804A55B41dad0ACBbAd71c6179dFBB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe85eD250E3d91fdE61bF32E22C54F04754E695c5/info.json b/blockchains/ethereum/assets/0xe85eD250E3d91fdE61bF32E22C54F04754E695c5/info.json
deleted file mode 100644
index 784416e7b0f0e..0000000000000
--- a/blockchains/ethereum/assets/0xe85eD250E3d91fdE61bF32E22C54F04754E695c5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SDC",
- "symbol": "SDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe85eD250E3d91fdE61bF32E22C54F04754E695c5",
- "status": "abandoned",
- "id": "0xe85eD250E3d91fdE61bF32E22C54F04754E695c5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe85eD250E3d91fdE61bF32E22C54F04754E695c5/logo.png b/blockchains/ethereum/assets/0xe85eD250E3d91fdE61bF32E22C54F04754E695c5/logo.png
deleted file mode 100755
index 6308bc89f8e96..0000000000000
Binary files a/blockchains/ethereum/assets/0xe85eD250E3d91fdE61bF32E22C54F04754E695c5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe875c61d4721424A6988E5fA2dFB8d6CA6af5c64/info.json b/blockchains/ethereum/assets/0xe875c61d4721424A6988E5fA2dFB8d6CA6af5c64/info.json
deleted file mode 100644
index 7c933abf61891..0000000000000
--- a/blockchains/ethereum/assets/0xe875c61d4721424A6988E5fA2dFB8d6CA6af5c64/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pi Futures",
- "website": "https://pifutures.org",
- "description": "Pi Futures is the derivative of the cryptocurrency of Pi Network. It is created by a group of early miners of Pi, who understand and believe the future value of Pi Network.",
- "explorer": "https://etherscan.io/token/0xe875c61d4721424A6988E5fA2dFB8d6CA6af5c64",
- "type": "ERC20",
- "symbol": "Pi",
- "decimals": 18,
- "status": "active",
- "id": "0xe875c61d4721424A6988E5fA2dFB8d6CA6af5c64"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe875c61d4721424A6988E5fA2dFB8d6CA6af5c64/logo.png b/blockchains/ethereum/assets/0xe875c61d4721424A6988E5fA2dFB8d6CA6af5c64/logo.png
deleted file mode 100644
index ee11c2c6b83da..0000000000000
Binary files a/blockchains/ethereum/assets/0xe875c61d4721424A6988E5fA2dFB8d6CA6af5c64/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe8780B48bdb05F928697A5e8155f672ED91462F7/info.json b/blockchains/ethereum/assets/0xe8780B48bdb05F928697A5e8155f672ED91462F7/info.json
deleted file mode 100644
index f48ca63add882..0000000000000
--- a/blockchains/ethereum/assets/0xe8780B48bdb05F928697A5e8155f672ED91462F7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cashaa",
- "symbol": "CAS",
- "type": "ERC20",
- "decimals": 18,
- "website": "https://cashaa.com",
- "description": "Cashaa is a global banking solution for the crypto industry. It’s the world’s first banking platform that enables the seamless transaction of both fiat and crypto from the one account dashboard.",
- "explorer": "https://etherscan.io/token/0xe8780B48bdb05F928697A5e8155f672ED91462F7",
- "status": "active",
- "id": "0xe8780B48bdb05F928697A5e8155f672ED91462F7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe8780B48bdb05F928697A5e8155f672ED91462F7/logo.png b/blockchains/ethereum/assets/0xe8780B48bdb05F928697A5e8155f672ED91462F7/logo.png
deleted file mode 100644
index 187866ed74e75..0000000000000
Binary files a/blockchains/ethereum/assets/0xe8780B48bdb05F928697A5e8155f672ED91462F7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe87C957A697cDA8d7610B17a93a529F0dB6cA7fd/info.json b/blockchains/ethereum/assets/0xe87C957A697cDA8d7610B17a93a529F0dB6cA7fd/info.json
deleted file mode 100644
index 4f1443b81a592..0000000000000
--- a/blockchains/ethereum/assets/0xe87C957A697cDA8d7610B17a93a529F0dB6cA7fd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Oratium",
- "symbol": "ORT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe87C957A697cDA8d7610B17a93a529F0dB6cA7fd",
- "status": "abandoned",
- "id": "0xe87C957A697cDA8d7610B17a93a529F0dB6cA7fd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe87C957A697cDA8d7610B17a93a529F0dB6cA7fd/logo.png b/blockchains/ethereum/assets/0xe87C957A697cDA8d7610B17a93a529F0dB6cA7fd/logo.png
deleted file mode 100755
index 5aa995896b781..0000000000000
Binary files a/blockchains/ethereum/assets/0xe87C957A697cDA8d7610B17a93a529F0dB6cA7fd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe87e15B9c7d989474Cb6d8c56b3DB4eFAD5b21E8/info.json b/blockchains/ethereum/assets/0xe87e15B9c7d989474Cb6d8c56b3DB4eFAD5b21E8/info.json
deleted file mode 100644
index 98de5c1640c32..0000000000000
--- a/blockchains/ethereum/assets/0xe87e15B9c7d989474Cb6d8c56b3DB4eFAD5b21E8/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Hokkaidu Inu",
- "website": "https://hokk.finance/",
- "description": "Leveraging community to build an inclusive financial ecosystem. We are Meme Utility",
- "explorer": "https://etherscan.io/token/0xe87e15B9c7d989474Cb6d8c56b3DB4eFAD5b21E8",
- "type": "ERC20",
- "symbol": "HOKK",
- "decimals": 18,
- "status": "active",
- "id": "0xe87e15B9c7d989474Cb6d8c56b3DB4eFAD5b21E8",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/HokkaidoInu"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/hokkaiduinu"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe87e15B9c7d989474Cb6d8c56b3DB4eFAD5b21E8/logo.png b/blockchains/ethereum/assets/0xe87e15B9c7d989474Cb6d8c56b3DB4eFAD5b21E8/logo.png
deleted file mode 100644
index a4f0a864439a4..0000000000000
Binary files a/blockchains/ethereum/assets/0xe87e15B9c7d989474Cb6d8c56b3DB4eFAD5b21E8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe8A1Df958bE379045E2B46a31A98B93A2eCDfDeD/info.json b/blockchains/ethereum/assets/0xe8A1Df958bE379045E2B46a31A98B93A2eCDfDeD/info.json
deleted file mode 100644
index a75842a4d7683..0000000000000
--- a/blockchains/ethereum/assets/0xe8A1Df958bE379045E2B46a31A98B93A2eCDfDeD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ESZCoin",
- "symbol": "ESZ",
- "type": "ERC20",
- "decimals": 18,
- "description": "EtherSportz is being developed as an online based eSports tournament platform for popular games.",
- "website": "https://ethersportz.com",
- "explorer": "https://etherscan.io/token/0xe8A1Df958bE379045E2B46a31A98B93A2eCDfDeD",
- "status": "active",
- "id": "0xe8A1Df958bE379045E2B46a31A98B93A2eCDfDeD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe8A1Df958bE379045E2B46a31A98B93A2eCDfDeD/logo.png b/blockchains/ethereum/assets/0xe8A1Df958bE379045E2B46a31A98B93A2eCDfDeD/logo.png
deleted file mode 100755
index be2787a13911c..0000000000000
Binary files a/blockchains/ethereum/assets/0xe8A1Df958bE379045E2B46a31A98B93A2eCDfDeD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe8Bad244f2a9881d3D7e826C5Ec23E5391f3166C/info.json b/blockchains/ethereum/assets/0xe8Bad244f2a9881d3D7e826C5Ec23E5391f3166C/info.json
deleted file mode 100644
index e4c9739ad2337..0000000000000
--- a/blockchains/ethereum/assets/0xe8Bad244f2a9881d3D7e826C5Ec23E5391f3166C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PIXBYTOKEN",
- "symbol": "PXB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe8Bad244f2a9881d3D7e826C5Ec23E5391f3166C",
- "status": "abandoned",
- "id": "0xe8Bad244f2a9881d3D7e826C5Ec23E5391f3166C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe8Bad244f2a9881d3D7e826C5Ec23E5391f3166C/logo.png b/blockchains/ethereum/assets/0xe8Bad244f2a9881d3D7e826C5Ec23E5391f3166C/logo.png
deleted file mode 100644
index a1c8bc4b1ad6a..0000000000000
Binary files a/blockchains/ethereum/assets/0xe8Bad244f2a9881d3D7e826C5Ec23E5391f3166C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe8Ff5C9c75dEb346acAc493C463C8950Be03Dfba/info.json b/blockchains/ethereum/assets/0xe8Ff5C9c75dEb346acAc493C463C8950Be03Dfba/info.json
deleted file mode 100644
index a0bed86d5246f..0000000000000
--- a/blockchains/ethereum/assets/0xe8Ff5C9c75dEb346acAc493C463C8950Be03Dfba/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Vibe Coin",
- "symbol": "VIBE",
- "type": "ERC20",
- "decimals": 18,
- "description": "Creating next generation NFTs and developing new standards for gaming on the blockchain. Built for users & developers on the layer 2 solution VIBENet. Powered by the VIBE token.",
- "website": "https://www.vibehub.io",
- "explorer": "https://etherscan.io/token/0xe8Ff5C9c75dEb346acAc493C463C8950Be03Dfba",
- "status": "active",
- "id": "0xe8Ff5C9c75dEb346acAc493C463C8950Be03Dfba"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe8Ff5C9c75dEb346acAc493C463C8950Be03Dfba/logo.png b/blockchains/ethereum/assets/0xe8Ff5C9c75dEb346acAc493C463C8950Be03Dfba/logo.png
deleted file mode 100644
index dadab34188f57..0000000000000
Binary files a/blockchains/ethereum/assets/0xe8Ff5C9c75dEb346acAc493C463C8950Be03Dfba/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe9184c970BcFBB05d8A38762d073320E622a3E28/info.json b/blockchains/ethereum/assets/0xe9184c970BcFBB05d8A38762d073320E622a3E28/info.json
deleted file mode 100644
index 8bfd3f35de7c3..0000000000000
--- a/blockchains/ethereum/assets/0xe9184c970BcFBB05d8A38762d073320E622a3E28/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CChain CCHN",
- "symbol": "CCHN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe9184c970BcFBB05d8A38762d073320E622a3E28",
- "status": "abandoned",
- "id": "0xe9184c970BcFBB05d8A38762d073320E622a3E28"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe9184c970BcFBB05d8A38762d073320E622a3E28/logo.png b/blockchains/ethereum/assets/0xe9184c970BcFBB05d8A38762d073320E622a3E28/logo.png
deleted file mode 100644
index a0c4d557dc683..0000000000000
Binary files a/blockchains/ethereum/assets/0xe9184c970BcFBB05d8A38762d073320E622a3E28/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe9406953401344819dF0392ECdfF238C5396C2A2/info.json b/blockchains/ethereum/assets/0xe9406953401344819dF0392ECdfF238C5396C2A2/info.json
deleted file mode 100644
index fd9527a63bbbd..0000000000000
--- a/blockchains/ethereum/assets/0xe9406953401344819dF0392ECdfF238C5396C2A2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kode",
- "symbol": "KODE",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe9406953401344819dF0392ECdfF238C5396C2A2",
- "status": "abandoned",
- "id": "0xe9406953401344819dF0392ECdfF238C5396C2A2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe9406953401344819dF0392ECdfF238C5396C2A2/logo.png b/blockchains/ethereum/assets/0xe9406953401344819dF0392ECdfF238C5396C2A2/logo.png
deleted file mode 100644
index 271e96a450761..0000000000000
Binary files a/blockchains/ethereum/assets/0xe9406953401344819dF0392ECdfF238C5396C2A2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe947b388fbE682784170B62F2Bd4665f9719a285/info.json b/blockchains/ethereum/assets/0xe947b388fbE682784170B62F2Bd4665f9719a285/info.json
deleted file mode 100644
index b99ae5bfdc406..0000000000000
--- a/blockchains/ethereum/assets/0xe947b388fbE682784170B62F2Bd4665f9719a285/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rally Coin",
- "symbol": "RALLY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.rallyapp.com/",
- "explorer": "https://etherscan.io/token/0xe947b388fbE682784170B62F2Bd4665f9719a285",
- "status": "abandoned",
- "id": "0xe947b388fbE682784170B62F2Bd4665f9719a285"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe947b388fbE682784170B62F2Bd4665f9719a285/logo.png b/blockchains/ethereum/assets/0xe947b388fbE682784170B62F2Bd4665f9719a285/logo.png
deleted file mode 100644
index 98f6dd895c58d..0000000000000
Binary files a/blockchains/ethereum/assets/0xe947b388fbE682784170B62F2Bd4665f9719a285/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe96F2c381E267a96C29bbB8ab05AB7d3527b45Ab/info.json b/blockchains/ethereum/assets/0xe96F2c381E267a96C29bbB8ab05AB7d3527b45Ab/info.json
deleted file mode 100644
index a0f212788edaf..0000000000000
--- a/blockchains/ethereum/assets/0xe96F2c381E267a96C29bbB8ab05AB7d3527b45Ab/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SatoExchange",
- "symbol": "SATX",
- "type": "ERC20",
- "decimals": 8,
- "description": "SATX is the official token of the SatoExchange platform. A Crypto currency exchange trading alt coins in BTC, ETH, SATX, LTC and DOGE pairs.",
- "website": "https://www.satoexchange.com/SATX/",
- "explorer": "https://etherscan.io/token/0xe96F2c381E267a96C29bbB8ab05AB7d3527b45Ab",
- "status": "active",
- "id": "0xe96F2c381E267a96C29bbB8ab05AB7d3527b45Ab"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe96F2c381E267a96C29bbB8ab05AB7d3527b45Ab/logo.png b/blockchains/ethereum/assets/0xe96F2c381E267a96C29bbB8ab05AB7d3527b45Ab/logo.png
deleted file mode 100644
index 96034c26cf424..0000000000000
Binary files a/blockchains/ethereum/assets/0xe96F2c381E267a96C29bbB8ab05AB7d3527b45Ab/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe984ADE4D5daFA623180460759F4073b6a470656/info.json b/blockchains/ethereum/assets/0xe984ADE4D5daFA623180460759F4073b6a470656/info.json
deleted file mode 100644
index f94c77bf35055..0000000000000
--- a/blockchains/ethereum/assets/0xe984ADE4D5daFA623180460759F4073b6a470656/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "0xzx",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe984ADE4D5daFA623180460759F4073b6a470656",
- "status": "abandoned",
- "id": "0xe984ADE4D5daFA623180460759F4073b6a470656"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe984ADE4D5daFA623180460759F4073b6a470656/logo.png b/blockchains/ethereum/assets/0xe984ADE4D5daFA623180460759F4073b6a470656/logo.png
deleted file mode 100644
index a4bffb65b5928..0000000000000
Binary files a/blockchains/ethereum/assets/0xe984ADE4D5daFA623180460759F4073b6a470656/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe9E561F59CF0a15652eDb3C62731778f5E4bc10C/info.json b/blockchains/ethereum/assets/0xe9E561F59CF0a15652eDb3C62731778f5E4bc10C/info.json
deleted file mode 100644
index b06444e092eb1..0000000000000
--- a/blockchains/ethereum/assets/0xe9E561F59CF0a15652eDb3C62731778f5E4bc10C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XXXcoin",
- "symbol": "XCN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe9E561F59CF0a15652eDb3C62731778f5E4bc10C",
- "status": "abandoned",
- "id": "0xe9E561F59CF0a15652eDb3C62731778f5E4bc10C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe9E561F59CF0a15652eDb3C62731778f5E4bc10C/logo.png b/blockchains/ethereum/assets/0xe9E561F59CF0a15652eDb3C62731778f5E4bc10C/logo.png
deleted file mode 100755
index d5f42a524f787..0000000000000
Binary files a/blockchains/ethereum/assets/0xe9E561F59CF0a15652eDb3C62731778f5E4bc10C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe9F9547C17fc9539DF99a42dcB6ec38165994c45/info.json b/blockchains/ethereum/assets/0xe9F9547C17fc9539DF99a42dcB6ec38165994c45/info.json
deleted file mode 100644
index bf8e8c594d38d..0000000000000
--- a/blockchains/ethereum/assets/0xe9F9547C17fc9539DF99a42dcB6ec38165994c45/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BouncyCoinToken",
- "symbol": "BOUNCY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe9F9547C17fc9539DF99a42dcB6ec38165994c45",
- "status": "abandoned",
- "id": "0xe9F9547C17fc9539DF99a42dcB6ec38165994c45"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe9F9547C17fc9539DF99a42dcB6ec38165994c45/logo.png b/blockchains/ethereum/assets/0xe9F9547C17fc9539DF99a42dcB6ec38165994c45/logo.png
deleted file mode 100644
index 1cb70c9c39882..0000000000000
Binary files a/blockchains/ethereum/assets/0xe9F9547C17fc9539DF99a42dcB6ec38165994c45/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe9cF449a925985242Ed60D0Cc02e3F355b21a88c/info.json b/blockchains/ethereum/assets/0xe9cF449a925985242Ed60D0Cc02e3F355b21a88c/info.json
deleted file mode 100644
index 06983b2d0afb2..0000000000000
--- a/blockchains/ethereum/assets/0xe9cF449a925985242Ed60D0Cc02e3F355b21a88c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lethereum ",
- "symbol": "LETH",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe9cF449a925985242Ed60D0Cc02e3F355b21a88c",
- "status": "abandoned",
- "id": "0xe9cF449a925985242Ed60D0Cc02e3F355b21a88c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe9cF449a925985242Ed60D0Cc02e3F355b21a88c/logo.png b/blockchains/ethereum/assets/0xe9cF449a925985242Ed60D0Cc02e3F355b21a88c/logo.png
deleted file mode 100644
index 2726eb7b037e2..0000000000000
Binary files a/blockchains/ethereum/assets/0xe9cF449a925985242Ed60D0Cc02e3F355b21a88c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe9dE1C630753A15d7021Cc563429c21d4887506F/info.json b/blockchains/ethereum/assets/0xe9dE1C630753A15d7021Cc563429c21d4887506F/info.json
deleted file mode 100644
index 3cc8b70b49f70..0000000000000
--- a/blockchains/ethereum/assets/0xe9dE1C630753A15d7021Cc563429c21d4887506F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OPEN",
- "symbol": "OPEN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe9dE1C630753A15d7021Cc563429c21d4887506F",
- "status": "abandoned",
- "id": "0xe9dE1C630753A15d7021Cc563429c21d4887506F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe9dE1C630753A15d7021Cc563429c21d4887506F/logo.png b/blockchains/ethereum/assets/0xe9dE1C630753A15d7021Cc563429c21d4887506F/logo.png
deleted file mode 100644
index 42deb75012cd1..0000000000000
Binary files a/blockchains/ethereum/assets/0xe9dE1C630753A15d7021Cc563429c21d4887506F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe9eE5925D6CB6881630cF8Aa82f1CD6087cec41b/info.json b/blockchains/ethereum/assets/0xe9eE5925D6CB6881630cF8Aa82f1CD6087cec41b/info.json
deleted file mode 100644
index 10e34209670aa..0000000000000
--- a/blockchains/ethereum/assets/0xe9eE5925D6CB6881630cF8Aa82f1CD6087cec41b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Gold FX",
- "symbol": "GFX",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xe9eE5925D6CB6881630cF8Aa82f1CD6087cec41b",
- "status": "abandoned",
- "id": "0xe9eE5925D6CB6881630cF8Aa82f1CD6087cec41b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe9eE5925D6CB6881630cF8Aa82f1CD6087cec41b/logo.png b/blockchains/ethereum/assets/0xe9eE5925D6CB6881630cF8Aa82f1CD6087cec41b/logo.png
deleted file mode 100644
index 0ebab20447713..0000000000000
Binary files a/blockchains/ethereum/assets/0xe9eE5925D6CB6881630cF8Aa82f1CD6087cec41b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xe9fa21E671BcfB04E6868784b89C19d5aa2424Ea/info.json b/blockchains/ethereum/assets/0xe9fa21E671BcfB04E6868784b89C19d5aa2424Ea/info.json
deleted file mode 100644
index 566be091686f3..0000000000000
--- a/blockchains/ethereum/assets/0xe9fa21E671BcfB04E6868784b89C19d5aa2424Ea/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EurocoinToken",
- "symbol": "ECTE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://eurocoinpay.io/",
- "explorer": "https://etherscan.io/token/0xe9fa21E671BcfB04E6868784b89C19d5aa2424Ea",
- "status": "abandoned",
- "id": "0xe9fa21E671BcfB04E6868784b89C19d5aa2424Ea"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xe9fa21E671BcfB04E6868784b89C19d5aa2424Ea/logo.png b/blockchains/ethereum/assets/0xe9fa21E671BcfB04E6868784b89C19d5aa2424Ea/logo.png
deleted file mode 100644
index 25ffdad1cb9c1..0000000000000
Binary files a/blockchains/ethereum/assets/0xe9fa21E671BcfB04E6868784b89C19d5aa2424Ea/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeA0bea4d852687c45fdC57F6B06A8a92302baaBc/info.json b/blockchains/ethereum/assets/0xeA0bea4d852687c45fdC57F6B06A8a92302baaBc/info.json
deleted file mode 100644
index 963b3dedd3891..0000000000000
--- a/blockchains/ethereum/assets/0xeA0bea4d852687c45fdC57F6B06A8a92302baaBc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Counsel",
- "symbol": "CNSL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeA0bea4d852687c45fdC57F6B06A8a92302baaBc",
- "status": "abandoned",
- "id": "0xeA0bea4d852687c45fdC57F6B06A8a92302baaBc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeA0bea4d852687c45fdC57F6B06A8a92302baaBc/logo.png b/blockchains/ethereum/assets/0xeA0bea4d852687c45fdC57F6B06A8a92302baaBc/logo.png
deleted file mode 100644
index 2927e88dbb627..0000000000000
Binary files a/blockchains/ethereum/assets/0xeA0bea4d852687c45fdC57F6B06A8a92302baaBc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeAb43193CF0623073Ca89DB9B712796356FA7414/info.json b/blockchains/ethereum/assets/0xeAb43193CF0623073Ca89DB9B712796356FA7414/info.json
deleted file mode 100644
index 6d9e4afd92c6c..0000000000000
--- a/blockchains/ethereum/assets/0xeAb43193CF0623073Ca89DB9B712796356FA7414/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GOLDX",
- "symbol": "GOLDX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeAb43193CF0623073Ca89DB9B712796356FA7414",
- "status": "abandoned",
- "id": "0xeAb43193CF0623073Ca89DB9B712796356FA7414"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeAb43193CF0623073Ca89DB9B712796356FA7414/logo.png b/blockchains/ethereum/assets/0xeAb43193CF0623073Ca89DB9B712796356FA7414/logo.png
deleted file mode 100644
index 44b5cdec4b3f5..0000000000000
Binary files a/blockchains/ethereum/assets/0xeAb43193CF0623073Ca89DB9B712796356FA7414/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeB04983Ab864B43322f393e621D3856cCAC889F1/info.json b/blockchains/ethereum/assets/0xeB04983Ab864B43322f393e621D3856cCAC889F1/info.json
deleted file mode 100644
index a34eb5dc9ed6d..0000000000000
--- a/blockchains/ethereum/assets/0xeB04983Ab864B43322f393e621D3856cCAC889F1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoin Blue",
- "symbol": "BBC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeB04983Ab864B43322f393e621D3856cCAC889F1",
- "status": "abandoned",
- "id": "0xeB04983Ab864B43322f393e621D3856cCAC889F1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeB04983Ab864B43322f393e621D3856cCAC889F1/logo.png b/blockchains/ethereum/assets/0xeB04983Ab864B43322f393e621D3856cCAC889F1/logo.png
deleted file mode 100644
index 7703d23ad48e9..0000000000000
Binary files a/blockchains/ethereum/assets/0xeB04983Ab864B43322f393e621D3856cCAC889F1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeB66ACc3d011056B00ea521F8203580C2E5d3991/info.json b/blockchains/ethereum/assets/0xeB66ACc3d011056B00ea521F8203580C2E5d3991/info.json
deleted file mode 100644
index b219b0828f720..0000000000000
--- a/blockchains/ethereum/assets/0xeB66ACc3d011056B00ea521F8203580C2E5d3991/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IdleUSDC",
- "symbol": "IDLEUSDC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeB66ACc3d011056B00ea521F8203580C2E5d3991",
- "status": "abandoned",
- "id": "0xeB66ACc3d011056B00ea521F8203580C2E5d3991"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeB66ACc3d011056B00ea521F8203580C2E5d3991/logo.png b/blockchains/ethereum/assets/0xeB66ACc3d011056B00ea521F8203580C2E5d3991/logo.png
deleted file mode 100644
index f34db2c64d23a..0000000000000
Binary files a/blockchains/ethereum/assets/0xeB66ACc3d011056B00ea521F8203580C2E5d3991/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeB7C20027172E5d143fB030d50f91Cece2D1485D/info.json b/blockchains/ethereum/assets/0xeB7C20027172E5d143fB030d50f91Cece2D1485D/info.json
deleted file mode 100644
index b6f1510c36fca..0000000000000
--- a/blockchains/ethereum/assets/0xeB7C20027172E5d143fB030d50f91Cece2D1485D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "eBTC",
- "symbol": "EBTC",
- "type": "ERC20",
- "decimals": 8,
- "description": "eBitcoin is a tokenized version of Bitcoin on the Ethereum blockchain.",
- "website": "https://ebitcoin.org/",
- "explorer": "https://etherscan.io/token/0xeB7C20027172E5d143fB030d50f91Cece2D1485D",
- "status": "active",
- "id": "0xeB7C20027172E5d143fB030d50f91Cece2D1485D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeB7C20027172E5d143fB030d50f91Cece2D1485D/logo.png b/blockchains/ethereum/assets/0xeB7C20027172E5d143fB030d50f91Cece2D1485D/logo.png
deleted file mode 100755
index c256f3a2ebd3f..0000000000000
Binary files a/blockchains/ethereum/assets/0xeB7C20027172E5d143fB030d50f91Cece2D1485D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeBF4CA5319F406602EEFf68da16261f1216011B5/info.json b/blockchains/ethereum/assets/0xeBF4CA5319F406602EEFf68da16261f1216011B5/info.json
deleted file mode 100644
index 05fe11c3e67e2..0000000000000
--- a/blockchains/ethereum/assets/0xeBF4CA5319F406602EEFf68da16261f1216011B5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yo Token",
- "symbol": "YOT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Yobit Token (YO) is the native asset of Yobit Exchange.",
- "website": "https://yobit.net/en/",
- "explorer": "https://etherscan.io/token/0xeBF4CA5319F406602EEFf68da16261f1216011B5",
- "status": "active",
- "id": "0xeBF4CA5319F406602EEFf68da16261f1216011B5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeBF4CA5319F406602EEFf68da16261f1216011B5/logo.png b/blockchains/ethereum/assets/0xeBF4CA5319F406602EEFf68da16261f1216011B5/logo.png
deleted file mode 100644
index f84df82ad5d50..0000000000000
Binary files a/blockchains/ethereum/assets/0xeBF4CA5319F406602EEFf68da16261f1216011B5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeC1cad815B5e8F0f86bb8fB2ADd2774886e79CF0/info.json b/blockchains/ethereum/assets/0xeC1cad815B5e8F0f86bb8fB2ADd2774886e79CF0/info.json
deleted file mode 100644
index ae693bf8331c9..0000000000000
--- a/blockchains/ethereum/assets/0xeC1cad815B5e8F0f86bb8fB2ADd2774886e79CF0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Free Crypto Lotto",
- "symbol": "FCL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeC1cad815B5e8F0f86bb8fB2ADd2774886e79CF0",
- "status": "abandoned",
- "id": "0xeC1cad815B5e8F0f86bb8fB2ADd2774886e79CF0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeC1cad815B5e8F0f86bb8fB2ADd2774886e79CF0/logo.png b/blockchains/ethereum/assets/0xeC1cad815B5e8F0f86bb8fB2ADd2774886e79CF0/logo.png
deleted file mode 100644
index d6d532f19e0c7..0000000000000
Binary files a/blockchains/ethereum/assets/0xeC1cad815B5e8F0f86bb8fB2ADd2774886e79CF0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeC46f8207D766012454c408De210BCBc2243E71c/info.json b/blockchains/ethereum/assets/0xeC46f8207D766012454c408De210BCBc2243E71c/info.json
deleted file mode 100644
index 7ce0f1ddfb8b0..0000000000000
--- a/blockchains/ethereum/assets/0xeC46f8207D766012454c408De210BCBc2243E71c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Nitro",
- "symbol": "NOX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.nitro.live/",
- "explorer": "https://etherscan.io/token/0xeC46f8207D766012454c408De210BCBc2243E71c",
- "status": "abandoned",
- "id": "0xeC46f8207D766012454c408De210BCBc2243E71c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeC46f8207D766012454c408De210BCBc2243E71c/logo.png b/blockchains/ethereum/assets/0xeC46f8207D766012454c408De210BCBc2243E71c/logo.png
deleted file mode 100644
index 0a740b6fe2520..0000000000000
Binary files a/blockchains/ethereum/assets/0xeC46f8207D766012454c408De210BCBc2243E71c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeC5293d858e4971861Ef1E60C4E25bDcfe5868cf/info.json b/blockchains/ethereum/assets/0xeC5293d858e4971861Ef1E60C4E25bDcfe5868cf/info.json
deleted file mode 100644
index 0fb259ca6ca63..0000000000000
--- a/blockchains/ethereum/assets/0xeC5293d858e4971861Ef1E60C4E25bDcfe5868cf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TRE W WIND TOKEN",
- "symbol": "TRE W",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeC5293d858e4971861Ef1E60C4E25bDcfe5868cf",
- "status": "abandoned",
- "id": "0xeC5293d858e4971861Ef1E60C4E25bDcfe5868cf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeC5293d858e4971861Ef1E60C4E25bDcfe5868cf/logo.png b/blockchains/ethereum/assets/0xeC5293d858e4971861Ef1E60C4E25bDcfe5868cf/logo.png
deleted file mode 100644
index 20a0aa6a8559f..0000000000000
Binary files a/blockchains/ethereum/assets/0xeC5293d858e4971861Ef1E60C4E25bDcfe5868cf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeC7B47714196caf09fDC7A983DC6b250eff851fC/info.json b/blockchains/ethereum/assets/0xeC7B47714196caf09fDC7A983DC6b250eff851fC/info.json
deleted file mode 100644
index 7d9c5705c29ad..0000000000000
--- a/blockchains/ethereum/assets/0xeC7B47714196caf09fDC7A983DC6b250eff851fC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR 600",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeC7B47714196caf09fDC7A983DC6b250eff851fC",
- "status": "abandoned",
- "id": "0xeC7B47714196caf09fDC7A983DC6b250eff851fC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeC7B47714196caf09fDC7A983DC6b250eff851fC/logo.png b/blockchains/ethereum/assets/0xeC7B47714196caf09fDC7A983DC6b250eff851fC/logo.png
deleted file mode 100644
index 5ddfe1fb3d7f3..0000000000000
Binary files a/blockchains/ethereum/assets/0xeC7B47714196caf09fDC7A983DC6b250eff851fC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeCd1de1eF1169594825034117532ed4F7FA2e5D9/info.json b/blockchains/ethereum/assets/0xeCd1de1eF1169594825034117532ed4F7FA2e5D9/info.json
deleted file mode 100644
index 581299dc3ac6d..0000000000000
--- a/blockchains/ethereum/assets/0xeCd1de1eF1169594825034117532ed4F7FA2e5D9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 327-CN17",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeCd1de1eF1169594825034117532ed4F7FA2e5D9",
- "status": "abandoned",
- "id": "0xeCd1de1eF1169594825034117532ed4F7FA2e5D9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeCd1de1eF1169594825034117532ed4F7FA2e5D9/logo.png b/blockchains/ethereum/assets/0xeCd1de1eF1169594825034117532ed4F7FA2e5D9/logo.png
deleted file mode 100644
index 3b2c2fda1c5e0..0000000000000
Binary files a/blockchains/ethereum/assets/0xeCd1de1eF1169594825034117532ed4F7FA2e5D9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeD0F59d483977b2bdE55fEcC81E7534FE7e605E7/info.json b/blockchains/ethereum/assets/0xeD0F59d483977b2bdE55fEcC81E7534FE7e605E7/info.json
deleted file mode 100644
index 66da0054ad12c..0000000000000
--- a/blockchains/ethereum/assets/0xeD0F59d483977b2bdE55fEcC81E7534FE7e605E7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ganja Token",
- "symbol": "GNJ",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://ganja.com",
- "explorer": "https://etherscan.io/token/0xeD0F59d483977b2bdE55fEcC81E7534FE7e605E7",
- "status": "abandoned",
- "id": "0xeD0F59d483977b2bdE55fEcC81E7534FE7e605E7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeD0F59d483977b2bdE55fEcC81E7534FE7e605E7/logo.png b/blockchains/ethereum/assets/0xeD0F59d483977b2bdE55fEcC81E7534FE7e605E7/logo.png
deleted file mode 100644
index 17547d6ebd0db..0000000000000
Binary files a/blockchains/ethereum/assets/0xeD0F59d483977b2bdE55fEcC81E7534FE7e605E7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeD351575b9869AADA94435e0066ba38E08800b60/info.json b/blockchains/ethereum/assets/0xeD351575b9869AADA94435e0066ba38E08800b60/info.json
deleted file mode 100644
index 5da06e7d4563d..0000000000000
--- a/blockchains/ethereum/assets/0xeD351575b9869AADA94435e0066ba38E08800b60/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mcr Stablecoin",
- "symbol": "MCR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeD351575b9869AADA94435e0066ba38E08800b60",
- "status": "abandoned",
- "id": "0xeD351575b9869AADA94435e0066ba38E08800b60"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeD351575b9869AADA94435e0066ba38E08800b60/logo.png b/blockchains/ethereum/assets/0xeD351575b9869AADA94435e0066ba38E08800b60/logo.png
deleted file mode 100644
index 4165fe369df60..0000000000000
Binary files a/blockchains/ethereum/assets/0xeD351575b9869AADA94435e0066ba38E08800b60/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeD35af169aF46a02eE13b9d79Eb57d6D68C1749e/info.json b/blockchains/ethereum/assets/0xeD35af169aF46a02eE13b9d79Eb57d6D68C1749e/info.json
deleted file mode 100644
index c92794e4f34a0..0000000000000
--- a/blockchains/ethereum/assets/0xeD35af169aF46a02eE13b9d79Eb57d6D68C1749e/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "OMI Token",
- "type": "ERC20",
- "symbol": "OMI",
- "decimals": 18,
- "website": "https://www.ecomi.com/",
- "description": "The OMI token underpins transactions on the VeVe digital collectible NFT platform, offering premium licensed NFTs to millions of users around the world from more than 200+ brand partners and artists, including Disney, Marvel, General Motors, Cartoon Network, Pixar, Sony, Universal and more",
- "explorer": "https://etherscan.io/token/0xed35af169af46a02ee13b9d79eb57d6d68c1749e",
- "status": "active",
- "id": "0xeD35af169aF46a02eE13b9d79Eb57d6D68C1749e",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://drive.google.com/file/d/1UNE-EvjuMIaWJUfvF3qQiTe0OKLFAJXV/view"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/veve.digital.collectibles"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ecomi-new/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ecomi/"
- }
- ],
- "tags": [
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeD35af169aF46a02eE13b9d79Eb57d6D68C1749e/logo.png b/blockchains/ethereum/assets/0xeD35af169aF46a02eE13b9d79Eb57d6D68C1749e/logo.png
deleted file mode 100644
index 9aa7d1c15133f..0000000000000
Binary files a/blockchains/ethereum/assets/0xeD35af169aF46a02eE13b9d79Eb57d6D68C1749e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeD42CeDcADbFbCAA3E6F411B09567C2C0b5AD28F/info.json b/blockchains/ethereum/assets/0xeD42CeDcADbFbCAA3E6F411B09567C2C0b5AD28F/info.json
deleted file mode 100644
index ec5453fb2c265..0000000000000
--- a/blockchains/ethereum/assets/0xeD42CeDcADbFbCAA3E6F411B09567C2C0b5AD28F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RealToken 9336 Patton Street Detroit MI",
- "symbol": "REALTOKEN-9336-PATTON-ST-DETROIT-MI",
- "type": "ERC20",
- "decimals": 18,
- "description": "9336 Patton Street is a single-family home located in the Franklin Park neighborhood of the greater Detroit area. Patton is a mid-century 3 bed, 1 bath, single floor property.",
- "website": "https://realt.co/product/9336-patton-st-detroit-mi-48228/",
- "explorer": "https://etherscan.io/token/0xeD42CeDcADbFbCAA3E6F411B09567C2C0b5AD28F",
- "status": "active",
- "id": "0xeD42CeDcADbFbCAA3E6F411B09567C2C0b5AD28F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeD42CeDcADbFbCAA3E6F411B09567C2C0b5AD28F/logo.png b/blockchains/ethereum/assets/0xeD42CeDcADbFbCAA3E6F411B09567C2C0b5AD28F/logo.png
deleted file mode 100644
index 4617b23ed87e8..0000000000000
Binary files a/blockchains/ethereum/assets/0xeD42CeDcADbFbCAA3E6F411B09567C2C0b5AD28F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeDA2A392E668e174F2E6CA2Ae544a6c86E3E681B/info.json b/blockchains/ethereum/assets/0xeDA2A392E668e174F2E6CA2Ae544a6c86E3E681B/info.json
deleted file mode 100644
index a2950a5091498..0000000000000
--- a/blockchains/ethereum/assets/0xeDA2A392E668e174F2E6CA2Ae544a6c86E3E681B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitsavereum",
- "symbol": "BVM",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeDA2A392E668e174F2E6CA2Ae544a6c86E3E681B",
- "status": "abandoned",
- "id": "0xeDA2A392E668e174F2E6CA2Ae544a6c86E3E681B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeDA2A392E668e174F2E6CA2Ae544a6c86E3E681B/logo.png b/blockchains/ethereum/assets/0xeDA2A392E668e174F2E6CA2Ae544a6c86E3E681B/logo.png
deleted file mode 100644
index 0b09d5d2e35dd..0000000000000
Binary files a/blockchains/ethereum/assets/0xeDA2A392E668e174F2E6CA2Ae544a6c86E3E681B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeDBaF3c5100302dCddA53269322f3730b1F0416d/info.json b/blockchains/ethereum/assets/0xeDBaF3c5100302dCddA53269322f3730b1F0416d/info.json
deleted file mode 100644
index 1ef1c9040ad0f..0000000000000
--- a/blockchains/ethereum/assets/0xeDBaF3c5100302dCddA53269322f3730b1F0416d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "\"\"",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeDBaF3c5100302dCddA53269322f3730b1F0416d",
- "status": "abandoned",
- "id": "0xeDBaF3c5100302dCddA53269322f3730b1F0416d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeDBaF3c5100302dCddA53269322f3730b1F0416d/logo.png b/blockchains/ethereum/assets/0xeDBaF3c5100302dCddA53269322f3730b1F0416d/logo.png
deleted file mode 100755
index d91a4bb66375e..0000000000000
Binary files a/blockchains/ethereum/assets/0xeDBaF3c5100302dCddA53269322f3730b1F0416d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeDEec5691f23E4914cF0183A4196bBEb30d027a0/info.json b/blockchains/ethereum/assets/0xeDEec5691f23E4914cF0183A4196bBEb30d027a0/info.json
deleted file mode 100644
index ae68f4274d0ad..0000000000000
--- a/blockchains/ethereum/assets/0xeDEec5691f23E4914cF0183A4196bBEb30d027a0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wrapped Statera",
- "website": "https://stateratoken.com",
- "description": "Wrapped Statera is a wrapper for Statera to enable its successful usage on Dex aggregators and multi-token pools",
- "explorer": "https://etherscan.io/token/0xedeec5691f23e4914cf0183a4196bbeb30d027a0",
- "type": "ERC20",
- "symbol": "WSTA",
- "decimals": 18,
- "status": "active",
- "id": "0xeDEec5691f23E4914cF0183A4196bBEb30d027a0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeDEec5691f23E4914cF0183A4196bBEb30d027a0/logo.png b/blockchains/ethereum/assets/0xeDEec5691f23E4914cF0183A4196bBEb30d027a0/logo.png
deleted file mode 100644
index 7df8d8e60f9a5..0000000000000
Binary files a/blockchains/ethereum/assets/0xeDEec5691f23E4914cF0183A4196bBEb30d027a0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeDbcC06B603ea1f512720A4073a62CC4fdefCb86/info.json b/blockchains/ethereum/assets/0xeDbcC06B603ea1f512720A4073a62CC4fdefCb86/info.json
deleted file mode 100644
index 3ad23bdfdfd1b..0000000000000
--- a/blockchains/ethereum/assets/0xeDbcC06B603ea1f512720A4073a62CC4fdefCb86/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hashtrust",
- "symbol": "HTX",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://hashtrust.io/",
- "explorer": "https://etherscan.io/token/0xeDbcC06B603ea1f512720A4073a62CC4fdefCb86",
- "status": "abandoned",
- "id": "0xeDbcC06B603ea1f512720A4073a62CC4fdefCb86"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeDbcC06B603ea1f512720A4073a62CC4fdefCb86/logo.png b/blockchains/ethereum/assets/0xeDbcC06B603ea1f512720A4073a62CC4fdefCb86/logo.png
deleted file mode 100755
index b3d9e32f259e9..0000000000000
Binary files a/blockchains/ethereum/assets/0xeDbcC06B603ea1f512720A4073a62CC4fdefCb86/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeE0f286776639cD363Da810DAF3e0623F82576b0/info.json b/blockchains/ethereum/assets/0xeE0f286776639cD363Da810DAF3e0623F82576b0/info.json
deleted file mode 100644
index 09e5b4aef78e6..0000000000000
--- a/blockchains/ethereum/assets/0xeE0f286776639cD363Da810DAF3e0623F82576b0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lung Protocol",
- "symbol": "L2P",
- "type": "ERC20",
- "decimals": 18,
- "description": "Lung protocol is a platform created for buyers and sellers all over the world.With an easy-to-use online store builder Platform, any seller is able to create their own storefront to sell their things, while making use of the Lung protocol platform’s wide range of features for a minimal fee.",
- "website": "https://lungprotocol.info/",
- "explorer": "https://etherscan.io/token/0xeE0f286776639cD363Da810DAF3e0623F82576b0",
- "status": "active",
- "id": "0xeE0f286776639cD363Da810DAF3e0623F82576b0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeE0f286776639cD363Da810DAF3e0623F82576b0/logo.png b/blockchains/ethereum/assets/0xeE0f286776639cD363Da810DAF3e0623F82576b0/logo.png
deleted file mode 100644
index 97437301c0c0f..0000000000000
Binary files a/blockchains/ethereum/assets/0xeE0f286776639cD363Da810DAF3e0623F82576b0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeE31F758b803b61Dfe2A56c6782C605d9131417e/info.json b/blockchains/ethereum/assets/0xeE31F758b803b61Dfe2A56c6782C605d9131417e/info.json
deleted file mode 100644
index 18f928bf77da7..0000000000000
--- a/blockchains/ethereum/assets/0xeE31F758b803b61Dfe2A56c6782C605d9131417e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R916852",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeE31F758b803b61Dfe2A56c6782C605d9131417e",
- "status": "abandoned",
- "id": "0xeE31F758b803b61Dfe2A56c6782C605d9131417e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeE31F758b803b61Dfe2A56c6782C605d9131417e/logo.png b/blockchains/ethereum/assets/0xeE31F758b803b61Dfe2A56c6782C605d9131417e/logo.png
deleted file mode 100644
index 685d3388c630b..0000000000000
Binary files a/blockchains/ethereum/assets/0xeE31F758b803b61Dfe2A56c6782C605d9131417e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeE3b9B531F4C564c70e14B7b3BB7D516f33513ff/info.json b/blockchains/ethereum/assets/0xeE3b9B531F4C564c70e14B7b3BB7D516f33513ff/info.json
deleted file mode 100644
index 69c15f69edc5f..0000000000000
--- a/blockchains/ethereum/assets/0xeE3b9B531F4C564c70e14B7b3BB7D516f33513ff/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DeFi Omega",
- "symbol": "DFIO",
- "type": "ERC20",
- "decimals": 18,
- "description": "DeFi Omega comprises an elite network of individuals in decentralized finance, with common goals, values, and objectives. DeFi Omega is a global network, a DeFi thinktank, and a group policymakers with the goal of shaping future policy in decentralized finance.",
- "website": "https://defiomega.com/",
- "explorer": "https://etherscan.io/token/0xeE3b9B531F4C564c70e14B7b3BB7D516f33513ff",
- "status": "active",
- "id": "0xeE3b9B531F4C564c70e14B7b3BB7D516f33513ff"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeE3b9B531F4C564c70e14B7b3BB7D516f33513ff/logo.png b/blockchains/ethereum/assets/0xeE3b9B531F4C564c70e14B7b3BB7D516f33513ff/logo.png
deleted file mode 100644
index dbb77e66fc85c..0000000000000
Binary files a/blockchains/ethereum/assets/0xeE3b9B531F4C564c70e14B7b3BB7D516f33513ff/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeE4458e052B533b1aABD493B5f8c4d85D7B263Dc/info.json b/blockchains/ethereum/assets/0xeE4458e052B533b1aABD493B5f8c4d85D7B263Dc/info.json
deleted file mode 100644
index 8baeb1388100a..0000000000000
--- a/blockchains/ethereum/assets/0xeE4458e052B533b1aABD493B5f8c4d85D7B263Dc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blockpass",
- "symbol": "PASS",
- "type": "ERC20",
- "decimals": 6,
- "description": "Blockpass, the pioneer of On-chain KYC(TM), is a fast, fully comprehensive KYC & AML screening software-as-a-service for blockchains, Crypto, Defi and other regulated industries. With Blockpass, you get compliance functionality that includes pay-as-you-go, no setup cost, no integration necessary, free testing, immediate launch and at the lowest cost.",
- "website": "https://blockpass.org/",
- "explorer": "https://etherscan.io/token/0xeE4458e052B533b1aABD493B5f8c4d85D7B263Dc",
- "status": "active",
- "id": "0xeE4458e052B533b1aABD493B5f8c4d85D7B263Dc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeE4458e052B533b1aABD493B5f8c4d85D7B263Dc/logo.png b/blockchains/ethereum/assets/0xeE4458e052B533b1aABD493B5f8c4d85D7B263Dc/logo.png
deleted file mode 100644
index 5dddf73371d66..0000000000000
Binary files a/blockchains/ethereum/assets/0xeE4458e052B533b1aABD493B5f8c4d85D7B263Dc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeE6a3cD161bbDa18300c03ed1A7B33544c5dfC3c/info.json b/blockchains/ethereum/assets/0xeE6a3cD161bbDa18300c03ed1A7B33544c5dfC3c/info.json
deleted file mode 100644
index 8c798fb9897ce..0000000000000
--- a/blockchains/ethereum/assets/0xeE6a3cD161bbDa18300c03ed1A7B33544c5dfC3c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NLC Token",
- "symbol": "NLC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeE6a3cD161bbDa18300c03ed1A7B33544c5dfC3c",
- "status": "abandoned",
- "id": "0xeE6a3cD161bbDa18300c03ed1A7B33544c5dfC3c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeE6a3cD161bbDa18300c03ed1A7B33544c5dfC3c/logo.png b/blockchains/ethereum/assets/0xeE6a3cD161bbDa18300c03ed1A7B33544c5dfC3c/logo.png
deleted file mode 100644
index 1a34c5acc471b..0000000000000
Binary files a/blockchains/ethereum/assets/0xeE6a3cD161bbDa18300c03ed1A7B33544c5dfC3c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeE8D611d2dEcc2AcB30191353A8e04496fC02090/info.json b/blockchains/ethereum/assets/0xeE8D611d2dEcc2AcB30191353A8e04496fC02090/info.json
deleted file mode 100644
index 5caa35967ae34..0000000000000
--- a/blockchains/ethereum/assets/0xeE8D611d2dEcc2AcB30191353A8e04496fC02090/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CRYPTOVENO",
- "symbol": "VENO2",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeE8D611d2dEcc2AcB30191353A8e04496fC02090",
- "status": "abandoned",
- "id": "0xeE8D611d2dEcc2AcB30191353A8e04496fC02090"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeE8D611d2dEcc2AcB30191353A8e04496fC02090/logo.png b/blockchains/ethereum/assets/0xeE8D611d2dEcc2AcB30191353A8e04496fC02090/logo.png
deleted file mode 100755
index e8a41f554ed7f..0000000000000
Binary files a/blockchains/ethereum/assets/0xeE8D611d2dEcc2AcB30191353A8e04496fC02090/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeE9d859eEaEc3d8E3Ff176a89b18EDfC62c23728/info.json b/blockchains/ethereum/assets/0xeE9d859eEaEc3d8E3Ff176a89b18EDfC62c23728/info.json
deleted file mode 100644
index 43206e50a49ce..0000000000000
--- a/blockchains/ethereum/assets/0xeE9d859eEaEc3d8E3Ff176a89b18EDfC62c23728/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Flippers",
- "symbol": "PEEP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeE9d859eEaEc3d8E3Ff176a89b18EDfC62c23728",
- "status": "abandoned",
- "id": "0xeE9d859eEaEc3d8E3Ff176a89b18EDfC62c23728"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeE9d859eEaEc3d8E3Ff176a89b18EDfC62c23728/logo.png b/blockchains/ethereum/assets/0xeE9d859eEaEc3d8E3Ff176a89b18EDfC62c23728/logo.png
deleted file mode 100644
index 4cac22339573c..0000000000000
Binary files a/blockchains/ethereum/assets/0xeE9d859eEaEc3d8E3Ff176a89b18EDfC62c23728/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeEAA40B28A2d1b0B08f6f97bB1DD4B75316c6107/info.json b/blockchains/ethereum/assets/0xeEAA40B28A2d1b0B08f6f97bB1DD4B75316c6107/info.json
deleted file mode 100644
index 558c55ad70bd2..0000000000000
--- a/blockchains/ethereum/assets/0xeEAA40B28A2d1b0B08f6f97bB1DD4B75316c6107/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GOVI",
- "website": "https://cvi.finance",
- "description": "GOVI token is a governance token for the protocol and platform.",
- "explorer": "https://etherscan.io/token/0xeeaa40b28a2d1b0b08f6f97bb1dd4b75316c6107",
- "type": "ERC20",
- "symbol": "GOVI",
- "decimals": 18,
- "status": "active",
- "id": "0xeEAA40B28A2d1b0B08f6f97bB1DD4B75316c6107"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeEAA40B28A2d1b0B08f6f97bB1DD4B75316c6107/logo.png b/blockchains/ethereum/assets/0xeEAA40B28A2d1b0B08f6f97bB1DD4B75316c6107/logo.png
deleted file mode 100644
index b8678b8d7f234..0000000000000
Binary files a/blockchains/ethereum/assets/0xeEAA40B28A2d1b0B08f6f97bB1DD4B75316c6107/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeEEE2a622330E6d2036691e983DEe87330588603/info.json b/blockchains/ethereum/assets/0xeEEE2a622330E6d2036691e983DEe87330588603/info.json
deleted file mode 100644
index 99ae872d81aa9..0000000000000
--- a/blockchains/ethereum/assets/0xeEEE2a622330E6d2036691e983DEe87330588603/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Asko",
- "website": "https://askobar-network.com",
- "description": "A community based project that drives the adoption of crypto which will attract new comers to the industry.",
- "explorer": "https://etherscan.io/token/0xeeee2a622330e6d2036691e983dee87330588603",
- "type": "ERC20",
- "symbol": "ASKO",
- "decimals": 18,
- "status": "active",
- "id": "0xeEEE2a622330E6d2036691e983DEe87330588603"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeEEE2a622330E6d2036691e983DEe87330588603/logo.png b/blockchains/ethereum/assets/0xeEEE2a622330E6d2036691e983DEe87330588603/logo.png
deleted file mode 100644
index 84033fa0cec4c..0000000000000
Binary files a/blockchains/ethereum/assets/0xeEEE2a622330E6d2036691e983DEe87330588603/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeEFd6996b400693Ff7bD98d653c19BD418E8cE7c/info.json b/blockchains/ethereum/assets/0xeEFd6996b400693Ff7bD98d653c19BD418E8cE7c/info.json
deleted file mode 100644
index a4b455c19cc1b..0000000000000
--- a/blockchains/ethereum/assets/0xeEFd6996b400693Ff7bD98d653c19BD418E8cE7c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Loans Token",
- "symbol": "LBP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeEFd6996b400693Ff7bD98d653c19BD418E8cE7c",
- "status": "abandoned",
- "id": "0xeEFd6996b400693Ff7bD98d653c19BD418E8cE7c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeEFd6996b400693Ff7bD98d653c19BD418E8cE7c/logo.png b/blockchains/ethereum/assets/0xeEFd6996b400693Ff7bD98d653c19BD418E8cE7c/logo.png
deleted file mode 100644
index 01c26645055b6..0000000000000
Binary files a/blockchains/ethereum/assets/0xeEFd6996b400693Ff7bD98d653c19BD418E8cE7c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeF1344bDf80BEf3Ff4428d8bECEC3eea4A2cF574/info.json b/blockchains/ethereum/assets/0xeF1344bDf80BEf3Ff4428d8bECEC3eea4A2cF574/info.json
deleted file mode 100644
index e4b7fa298f73f..0000000000000
--- a/blockchains/ethereum/assets/0xeF1344bDf80BEf3Ff4428d8bECEC3eea4A2cF574/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Era Swap",
- "symbol": "ES",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://eraswaptoken.io/",
- "explorer": "https://etherscan.io/token/0xeF1344bDf80BEf3Ff4428d8bECEC3eea4A2cF574",
- "status": "abandoned",
- "id": "0xeF1344bDf80BEf3Ff4428d8bECEC3eea4A2cF574"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeF1344bDf80BEf3Ff4428d8bECEC3eea4A2cF574/logo.png b/blockchains/ethereum/assets/0xeF1344bDf80BEf3Ff4428d8bECEC3eea4A2cF574/logo.png
deleted file mode 100644
index b90ba3fa3b0ec..0000000000000
Binary files a/blockchains/ethereum/assets/0xeF1344bDf80BEf3Ff4428d8bECEC3eea4A2cF574/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeF38DafB6D215EDe5Fb3766c07388F8110Cecf24/info.json b/blockchains/ethereum/assets/0xeF38DafB6D215EDe5Fb3766c07388F8110Cecf24/info.json
deleted file mode 100644
index 6f24ff9f42866..0000000000000
--- a/blockchains/ethereum/assets/0xeF38DafB6D215EDe5Fb3766c07388F8110Cecf24/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R891399",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeF38DafB6D215EDe5Fb3766c07388F8110Cecf24",
- "status": "abandoned",
- "id": "0xeF38DafB6D215EDe5Fb3766c07388F8110Cecf24"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeF38DafB6D215EDe5Fb3766c07388F8110Cecf24/logo.png b/blockchains/ethereum/assets/0xeF38DafB6D215EDe5Fb3766c07388F8110Cecf24/logo.png
deleted file mode 100644
index e3b41ca07e2d4..0000000000000
Binary files a/blockchains/ethereum/assets/0xeF38DafB6D215EDe5Fb3766c07388F8110Cecf24/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeF65887a05415bF6316204b5ffB350d4d1a19BBA/info.json b/blockchains/ethereum/assets/0xeF65887a05415bF6316204b5ffB350d4d1a19BBA/info.json
deleted file mode 100644
index 0311826824214..0000000000000
--- a/blockchains/ethereum/assets/0xeF65887a05415bF6316204b5ffB350d4d1a19BBA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ExtStock Token",
- "symbol": "XT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://extstock.com/",
- "explorer": "https://etherscan.io/token/0xeF65887a05415bF6316204b5ffB350d4d1a19BBA",
- "status": "abandoned",
- "id": "0xeF65887a05415bF6316204b5ffB350d4d1a19BBA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeF65887a05415bF6316204b5ffB350d4d1a19BBA/logo.png b/blockchains/ethereum/assets/0xeF65887a05415bF6316204b5ffB350d4d1a19BBA/logo.png
deleted file mode 100644
index 3673bbb093755..0000000000000
Binary files a/blockchains/ethereum/assets/0xeF65887a05415bF6316204b5ffB350d4d1a19BBA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeF764855F98C5Ef9cbe29b908510dd4e101616d1/info.json b/blockchains/ethereum/assets/0xeF764855F98C5Ef9cbe29b908510dd4e101616d1/info.json
deleted file mode 100644
index 172d005f3e798..0000000000000
--- a/blockchains/ethereum/assets/0xeF764855F98C5Ef9cbe29b908510dd4e101616d1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FIRA",
- "symbol": "FIRA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeF764855F98C5Ef9cbe29b908510dd4e101616d1",
- "status": "active",
- "id": "0xeF764855F98C5Ef9cbe29b908510dd4e101616d1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeF764855F98C5Ef9cbe29b908510dd4e101616d1/logo.png b/blockchains/ethereum/assets/0xeF764855F98C5Ef9cbe29b908510dd4e101616d1/logo.png
deleted file mode 100644
index 23be39ee50307..0000000000000
Binary files a/blockchains/ethereum/assets/0xeF764855F98C5Ef9cbe29b908510dd4e101616d1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeF80158b7Db893E74fac82fE32415d9420e60ffd/info.json b/blockchains/ethereum/assets/0xeF80158b7Db893E74fac82fE32415d9420e60ffd/info.json
deleted file mode 100644
index 41813132090f1..0000000000000
--- a/blockchains/ethereum/assets/0xeF80158b7Db893E74fac82fE32415d9420e60ffd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BananaFundCoin",
- "symbol": "BAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeF80158b7Db893E74fac82fE32415d9420e60ffd",
- "status": "abandoned",
- "id": "0xeF80158b7Db893E74fac82fE32415d9420e60ffd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeF80158b7Db893E74fac82fE32415d9420e60ffd/logo.png b/blockchains/ethereum/assets/0xeF80158b7Db893E74fac82fE32415d9420e60ffd/logo.png
deleted file mode 100644
index d7fdfc467212c..0000000000000
Binary files a/blockchains/ethereum/assets/0xeF80158b7Db893E74fac82fE32415d9420e60ffd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeF8bA8cBa86f81B3108f60186FCe9c81B5096D5c/info.json b/blockchains/ethereum/assets/0xeF8bA8cBa86f81B3108f60186FCe9c81B5096D5c/info.json
deleted file mode 100644
index 0fe51ce05d685..0000000000000
--- a/blockchains/ethereum/assets/0xeF8bA8cBa86f81B3108f60186FCe9c81B5096D5c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YFII GOLD",
- "website": "https://yfiigold.finance",
- "description": "YFII Gold is the world's first and only YFI pludges elastic token supply defi-protocol",
- "explorer": "https://etherscan.io/token/0xeF8bA8cBa86f81B3108f60186FCe9c81B5096D5c",
- "type": "ERC20",
- "symbol": "YFIIG",
- "decimals": 18,
- "status": "active",
- "id": "0xeF8bA8cBa86f81B3108f60186FCe9c81B5096D5c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeF8bA8cBa86f81B3108f60186FCe9c81B5096D5c/logo.png b/blockchains/ethereum/assets/0xeF8bA8cBa86f81B3108f60186FCe9c81B5096D5c/logo.png
deleted file mode 100644
index 9fff1cb21d082..0000000000000
Binary files a/blockchains/ethereum/assets/0xeF8bA8cBa86f81B3108f60186FCe9c81B5096D5c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeF9Cd7882c067686691B6fF49e650b43AFBBCC6B/info.json b/blockchains/ethereum/assets/0xeF9Cd7882c067686691B6fF49e650b43AFBBCC6B/info.json
deleted file mode 100644
index d616b8baa89e1..0000000000000
--- a/blockchains/ethereum/assets/0xeF9Cd7882c067686691B6fF49e650b43AFBBCC6B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FNX Token",
- "website": "https://finnexus.io/",
- "description": "FNX is the token of FinNexus, the project building a network of multi-chain protocol clusters to power innovative cross-chain DeFi products.",
- "explorer": "https://etherscan.io/token/0xeF9Cd7882c067686691B6fF49e650b43AFBBCC6B",
- "type": "ERC20",
- "symbol": "FNX",
- "decimals": 18,
- "status": "active",
- "id": "0xeF9Cd7882c067686691B6fF49e650b43AFBBCC6B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeF9Cd7882c067686691B6fF49e650b43AFBBCC6B/logo.png b/blockchains/ethereum/assets/0xeF9Cd7882c067686691B6fF49e650b43AFBBCC6B/logo.png
deleted file mode 100644
index 3564bf8ed4cd9..0000000000000
Binary files a/blockchains/ethereum/assets/0xeF9Cd7882c067686691B6fF49e650b43AFBBCC6B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeFCAfD4A1e76d392d683d4A79cD0E4a751d0BE75/info.json b/blockchains/ethereum/assets/0xeFCAfD4A1e76d392d683d4A79cD0E4a751d0BE75/info.json
deleted file mode 100644
index ca08da3300ce3..0000000000000
--- a/blockchains/ethereum/assets/0xeFCAfD4A1e76d392d683d4A79cD0E4a751d0BE75/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BlockChainStore Token",
- "symbol": "BCST",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeFCAfD4A1e76d392d683d4A79cD0E4a751d0BE75",
- "status": "abandoned",
- "id": "0xeFCAfD4A1e76d392d683d4A79cD0E4a751d0BE75"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeFCAfD4A1e76d392d683d4A79cD0E4a751d0BE75/logo.png b/blockchains/ethereum/assets/0xeFCAfD4A1e76d392d683d4A79cD0E4a751d0BE75/logo.png
deleted file mode 100644
index 713c2bf5df6d0..0000000000000
Binary files a/blockchains/ethereum/assets/0xeFCAfD4A1e76d392d683d4A79cD0E4a751d0BE75/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xea004e8FA3701B8E58E41b78D50996e0f7176CbD/info.json b/blockchains/ethereum/assets/0xea004e8FA3701B8E58E41b78D50996e0f7176CbD/info.json
deleted file mode 100644
index 9555796b6024e..0000000000000
--- a/blockchains/ethereum/assets/0xea004e8FA3701B8E58E41b78D50996e0f7176CbD/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "yffc.finance",
- "website": "https://yffc.finance/",
- "description": "YFFC is active now with the currently products what are launching like STAKE, FARM, GOVERNANCE, and other products are coming. With GOVERNANCE, YFFC will be a community-governed Automated Market Maker, focused on safety and value capture for the robust community of YFFC hodlers. The YFFC platform is packed with unique features aimed at addressing the pain points faced by DEFI of our time",
- "explorer": "https://etherscan.io/token/0xea004e8FA3701B8E58E41b78D50996e0f7176CbD",
- "type": "ERC20",
- "symbol": "YFFC",
- "decimals": 18,
- "status": "active",
- "id": "0xea004e8FA3701B8E58E41b78D50996e0f7176CbD",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/yffcfinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/yffc_finance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/yffcfinance"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@yffc.finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xea004e8FA3701B8E58E41b78D50996e0f7176CbD/logo.png b/blockchains/ethereum/assets/0xea004e8FA3701B8E58E41b78D50996e0f7176CbD/logo.png
deleted file mode 100644
index 89c68195de4cc..0000000000000
Binary files a/blockchains/ethereum/assets/0xea004e8FA3701B8E58E41b78D50996e0f7176CbD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xea0Db24174739aC14110FA992da89d2dAa98E50E/info.json b/blockchains/ethereum/assets/0xea0Db24174739aC14110FA992da89d2dAa98E50E/info.json
deleted file mode 100644
index cce0aac351b10..0000000000000
--- a/blockchains/ethereum/assets/0xea0Db24174739aC14110FA992da89d2dAa98E50E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "upbtcToken",
- "symbol": "UP",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xea0Db24174739aC14110FA992da89d2dAa98E50E",
- "status": "abandoned",
- "id": "0xea0Db24174739aC14110FA992da89d2dAa98E50E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xea0Db24174739aC14110FA992da89d2dAa98E50E/logo.png b/blockchains/ethereum/assets/0xea0Db24174739aC14110FA992da89d2dAa98E50E/logo.png
deleted file mode 100644
index bb9782f4bfd44..0000000000000
Binary files a/blockchains/ethereum/assets/0xea0Db24174739aC14110FA992da89d2dAa98E50E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xea3983Fc6D0fbbC41fb6F6091f68F3e08894dC06/info.json b/blockchains/ethereum/assets/0xea3983Fc6D0fbbC41fb6F6091f68F3e08894dC06/info.json
deleted file mode 100644
index 5c4de353f0a60..0000000000000
--- a/blockchains/ethereum/assets/0xea3983Fc6D0fbbC41fb6F6091f68F3e08894dC06/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Unido",
- "website": "https://www.unido.us",
- "description": "Unido is a technology ecosystem that addresses the governance, security and accessibility challenges of decentralized applications - enabling enterprises to manage crypto assets and capitalize on DeFi.",
- "explorer": "https://etherscan.io/token/0xea3983Fc6D0fbbC41fb6F6091f68F3e08894dC06",
- "type": "ERC20",
- "symbol": "UDO",
- "decimals": 18,
- "status": "active",
- "id": "0xea3983Fc6D0fbbC41fb6F6091f68F3e08894dC06"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xea3983Fc6D0fbbC41fb6F6091f68F3e08894dC06/logo.png b/blockchains/ethereum/assets/0xea3983Fc6D0fbbC41fb6F6091f68F3e08894dC06/logo.png
deleted file mode 100644
index 07a67695a6f0f..0000000000000
Binary files a/blockchains/ethereum/assets/0xea3983Fc6D0fbbC41fb6F6091f68F3e08894dC06/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xea5eB17d519a9165Fd2d7E024D83856f314958d1/info.json b/blockchains/ethereum/assets/0xea5eB17d519a9165Fd2d7E024D83856f314958d1/info.json
deleted file mode 100644
index c89f61c4ede1f..0000000000000
--- a/blockchains/ethereum/assets/0xea5eB17d519a9165Fd2d7E024D83856f314958d1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CYBERGAME",
- "symbol": "CYBG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xea5eB17d519a9165Fd2d7E024D83856f314958d1",
- "status": "abandoned",
- "id": "0xea5eB17d519a9165Fd2d7E024D83856f314958d1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xea5eB17d519a9165Fd2d7E024D83856f314958d1/logo.png b/blockchains/ethereum/assets/0xea5eB17d519a9165Fd2d7E024D83856f314958d1/logo.png
deleted file mode 100644
index 70e0fe1d9c35e..0000000000000
Binary files a/blockchains/ethereum/assets/0xea5eB17d519a9165Fd2d7E024D83856f314958d1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xea5f88E54d982Cbb0c441cde4E79bC305e5b43Bc/info.json b/blockchains/ethereum/assets/0xea5f88E54d982Cbb0c441cde4E79bC305e5b43Bc/info.json
deleted file mode 100644
index 913cc80f47743..0000000000000
--- a/blockchains/ethereum/assets/0xea5f88E54d982Cbb0c441cde4E79bC305e5b43Bc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pareto Network Token",
- "symbol": "PARETO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://pareto.network/",
- "explorer": "https://etherscan.io/token/0xea5f88E54d982Cbb0c441cde4E79bC305e5b43Bc",
- "status": "abandoned",
- "id": "0xea5f88E54d982Cbb0c441cde4E79bC305e5b43Bc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xea5f88E54d982Cbb0c441cde4E79bC305e5b43Bc/logo.png b/blockchains/ethereum/assets/0xea5f88E54d982Cbb0c441cde4E79bC305e5b43Bc/logo.png
deleted file mode 100644
index 1c86b63a77e51..0000000000000
Binary files a/blockchains/ethereum/assets/0xea5f88E54d982Cbb0c441cde4E79bC305e5b43Bc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xea6393d81DC1871ad758b21CB8C72a410bA4f609/info.json b/blockchains/ethereum/assets/0xea6393d81DC1871ad758b21CB8C72a410bA4f609/info.json
deleted file mode 100644
index f003c199b8a46..0000000000000
--- a/blockchains/ethereum/assets/0xea6393d81DC1871ad758b21CB8C72a410bA4f609/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R797551",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xea6393d81DC1871ad758b21CB8C72a410bA4f609",
- "status": "abandoned",
- "id": "0xea6393d81DC1871ad758b21CB8C72a410bA4f609"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xea6393d81DC1871ad758b21CB8C72a410bA4f609/logo.png b/blockchains/ethereum/assets/0xea6393d81DC1871ad758b21CB8C72a410bA4f609/logo.png
deleted file mode 100644
index 25f89aa2a6b2b..0000000000000
Binary files a/blockchains/ethereum/assets/0xea6393d81DC1871ad758b21CB8C72a410bA4f609/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xea6412Fb370e8d1605E6aEeAA21aD07C3C7e9F24/info.json b/blockchains/ethereum/assets/0xea6412Fb370e8d1605E6aEeAA21aD07C3C7e9F24/info.json
deleted file mode 100644
index fc2d549e04b3f..0000000000000
--- a/blockchains/ethereum/assets/0xea6412Fb370e8d1605E6aEeAA21aD07C3C7e9F24/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mushroom (MUSH)",
- "type": "ERC20",
- "symbol": "MUSH",
- "decimals": 18,
- "website": "https://www.mushroom.community/",
- "description": "Mushroom is a community-driven digital currency supporting financial freedom.",
- "explorer": "https://etherscan.io/token/0xea6412Fb370e8d1605E6aEeAA21aD07C3C7e9F24",
- "status": "active",
- "id": "0xea6412Fb370e8d1605E6aEeAA21aD07C3C7e9F24"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xea6412Fb370e8d1605E6aEeAA21aD07C3C7e9F24/logo.png b/blockchains/ethereum/assets/0xea6412Fb370e8d1605E6aEeAA21aD07C3C7e9F24/logo.png
deleted file mode 100644
index 9f1c8560a7469..0000000000000
Binary files a/blockchains/ethereum/assets/0xea6412Fb370e8d1605E6aEeAA21aD07C3C7e9F24/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xea69223de647CbB2e7dfB6b0C9615A0b9d0d497A/info.json b/blockchains/ethereum/assets/0xea69223de647CbB2e7dfB6b0C9615A0b9d0d497A/info.json
deleted file mode 100644
index 3ba3ccfa06c22..0000000000000
--- a/blockchains/ethereum/assets/0xea69223de647CbB2e7dfB6b0C9615A0b9d0d497A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GC2019",
- "symbol": "GC2019",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xea69223de647CbB2e7dfB6b0C9615A0b9d0d497A",
- "status": "abandoned",
- "id": "0xea69223de647CbB2e7dfB6b0C9615A0b9d0d497A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xea69223de647CbB2e7dfB6b0C9615A0b9d0d497A/logo.png b/blockchains/ethereum/assets/0xea69223de647CbB2e7dfB6b0C9615A0b9d0d497A/logo.png
deleted file mode 100755
index 58fc53f3fff8b..0000000000000
Binary files a/blockchains/ethereum/assets/0xea69223de647CbB2e7dfB6b0C9615A0b9d0d497A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeaf61FC150CD5c3BeA75744e830D916E60EA5A9F/info.json b/blockchains/ethereum/assets/0xeaf61FC150CD5c3BeA75744e830D916E60EA5A9F/info.json
deleted file mode 100644
index c5b922345d34e..0000000000000
--- a/blockchains/ethereum/assets/0xeaf61FC150CD5c3BeA75744e830D916E60EA5A9F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Typerium",
- "symbol": "TYPE",
- "type": "ERC20",
- "decimals": 4,
- "description": "Create design on a whole new level in just minutes. Download the Typerium APP free now.",
- "website": "https://www.typerium.io",
- "explorer": "https://etherscan.io/token/0xeaf61FC150CD5c3BeA75744e830D916E60EA5A9F",
- "status": "active",
- "id": "0xeaf61FC150CD5c3BeA75744e830D916E60EA5A9F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeaf61FC150CD5c3BeA75744e830D916E60EA5A9F/logo.png b/blockchains/ethereum/assets/0xeaf61FC150CD5c3BeA75744e830D916E60EA5A9F/logo.png
deleted file mode 100644
index a45f7f1245634..0000000000000
Binary files a/blockchains/ethereum/assets/0xeaf61FC150CD5c3BeA75744e830D916E60EA5A9F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeb021DD3E42dc6FDb6CdE54d0C4a09f82a6bcA29/info.json b/blockchains/ethereum/assets/0xeb021DD3E42dc6FDb6CdE54d0C4a09f82a6bcA29/info.json
deleted file mode 100644
index d1cfb8d4ad7fa..0000000000000
--- a/blockchains/ethereum/assets/0xeb021DD3E42dc6FDb6CdE54d0C4a09f82a6bcA29/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FNKOSToken",
- "symbol": "FNKOS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeb021DD3E42dc6FDb6CdE54d0C4a09f82a6bcA29",
- "status": "abandoned",
- "id": "0xeb021DD3E42dc6FDb6CdE54d0C4a09f82a6bcA29"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeb021DD3E42dc6FDb6CdE54d0C4a09f82a6bcA29/logo.png b/blockchains/ethereum/assets/0xeb021DD3E42dc6FDb6CdE54d0C4a09f82a6bcA29/logo.png
deleted file mode 100644
index 66c1a54d578e4..0000000000000
Binary files a/blockchains/ethereum/assets/0xeb021DD3E42dc6FDb6CdE54d0C4a09f82a6bcA29/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeb05aa5d9AA6EA4858b8ea63926cB2ec4c94bD8D/info.json b/blockchains/ethereum/assets/0xeb05aa5d9AA6EA4858b8ea63926cB2ec4c94bD8D/info.json
deleted file mode 100644
index f85631a16fff7..0000000000000
--- a/blockchains/ethereum/assets/0xeb05aa5d9AA6EA4858b8ea63926cB2ec4c94bD8D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Epic Protocol",
- "symbol": "EPP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeb05aa5d9AA6EA4858b8ea63926cB2ec4c94bD8D",
- "status": "abandoned",
- "id": "0xeb05aa5d9AA6EA4858b8ea63926cB2ec4c94bD8D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeb05aa5d9AA6EA4858b8ea63926cB2ec4c94bD8D/logo.png b/blockchains/ethereum/assets/0xeb05aa5d9AA6EA4858b8ea63926cB2ec4c94bD8D/logo.png
deleted file mode 100644
index 2751364b3dc20..0000000000000
Binary files a/blockchains/ethereum/assets/0xeb05aa5d9AA6EA4858b8ea63926cB2ec4c94bD8D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeb269732ab75A6fD61Ea60b06fE994cD32a83549/info.json b/blockchains/ethereum/assets/0xeb269732ab75A6fD61Ea60b06fE994cD32a83549/info.json
deleted file mode 100644
index 00ad0a0b4f8c3..0000000000000
--- a/blockchains/ethereum/assets/0xeb269732ab75A6fD61Ea60b06fE994cD32a83549/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "\"\"",
- "symbol": "USDx",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://dforce.network/",
- "explorer": "https://etherscan.io/token/0xeb269732ab75A6fD61Ea60b06fE994cD32a83549",
- "status": "abandoned",
- "id": "0xeb269732ab75A6fD61Ea60b06fE994cD32a83549"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeb269732ab75A6fD61Ea60b06fE994cD32a83549/logo.png b/blockchains/ethereum/assets/0xeb269732ab75A6fD61Ea60b06fE994cD32a83549/logo.png
deleted file mode 100644
index 1c01facd92b3f..0000000000000
Binary files a/blockchains/ethereum/assets/0xeb269732ab75A6fD61Ea60b06fE994cD32a83549/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeb986DA994E4a118d5956b02d8b7c3C7CE373674/info.json b/blockchains/ethereum/assets/0xeb986DA994E4a118d5956b02d8b7c3C7CE373674/info.json
deleted file mode 100644
index c6c7e7df53a2e..0000000000000
--- a/blockchains/ethereum/assets/0xeb986DA994E4a118d5956b02d8b7c3C7CE373674/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Gather",
- "website": "https://gather.network",
- "description": "Gather is a platform that allows publishers to monetize without ads and provides businesses & developers access to cheap and reliable processing power.",
- "explorer": "https://etherscan.io/token/0xeb986DA994E4a118d5956b02d8b7c3C7CE373674",
- "type": "ERC20",
- "symbol": "GTH",
- "decimals": 18,
- "status": "active",
- "id": "0xeb986DA994E4a118d5956b02d8b7c3C7CE373674",
- "tags": [
- "governance"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Gather_Network"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/GatherNetwork"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@GatherNetwork"
- },
- {
- "name": "whitepaper",
- "url": "https://gather.network/whitepaper.html"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0xeb986DA994E4a118d5956b02d8b7c3C7CE373674/logo.png b/blockchains/ethereum/assets/0xeb986DA994E4a118d5956b02d8b7c3C7CE373674/logo.png
deleted file mode 100644
index e88e23c813bd5..0000000000000
Binary files a/blockchains/ethereum/assets/0xeb986DA994E4a118d5956b02d8b7c3C7CE373674/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeb9b5D44BA6225EB74101549fc1c45576Cb3C42e/info.json b/blockchains/ethereum/assets/0xeb9b5D44BA6225EB74101549fc1c45576Cb3C42e/info.json
deleted file mode 100644
index dd429258d61ed..0000000000000
--- a/blockchains/ethereum/assets/0xeb9b5D44BA6225EB74101549fc1c45576Cb3C42e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Dragon Token",
- "symbol": "DRGT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xeb9b5D44BA6225EB74101549fc1c45576Cb3C42e",
- "status": "abandoned",
- "id": "0xeb9b5D44BA6225EB74101549fc1c45576Cb3C42e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeb9b5D44BA6225EB74101549fc1c45576Cb3C42e/logo.png b/blockchains/ethereum/assets/0xeb9b5D44BA6225EB74101549fc1c45576Cb3C42e/logo.png
deleted file mode 100644
index 9e19f58163210..0000000000000
Binary files a/blockchains/ethereum/assets/0xeb9b5D44BA6225EB74101549fc1c45576Cb3C42e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xebC7cd2684DD96619841C7994343c5a8bdA94B10/info.json b/blockchains/ethereum/assets/0xebC7cd2684DD96619841C7994343c5a8bdA94B10/info.json
deleted file mode 100644
index 9269b21df0c13..0000000000000
--- a/blockchains/ethereum/assets/0xebC7cd2684DD96619841C7994343c5a8bdA94B10/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KWHCoin",
- "symbol": "KWH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xebC7cd2684DD96619841C7994343c5a8bdA94B10",
- "status": "abandoned",
- "id": "0xebC7cd2684DD96619841C7994343c5a8bdA94B10"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xebC7cd2684DD96619841C7994343c5a8bdA94B10/logo.png b/blockchains/ethereum/assets/0xebC7cd2684DD96619841C7994343c5a8bdA94B10/logo.png
deleted file mode 100644
index f7feddac823a0..0000000000000
Binary files a/blockchains/ethereum/assets/0xebC7cd2684DD96619841C7994343c5a8bdA94B10/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xec67005c4E498Ec7f55E092bd1d35cbC47C91892/info.json b/blockchains/ethereum/assets/0xec67005c4E498Ec7f55E092bd1d35cbC47C91892/info.json
deleted file mode 100644
index cfb06fa0ae399..0000000000000
--- a/blockchains/ethereum/assets/0xec67005c4E498Ec7f55E092bd1d35cbC47C91892/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Enzyme",
- "website": "https://melonport.com",
- "description": "Melon is an Ethereum-based protocol for decentralized on-chain asset management.",
- "explorer": "https://etherscan.io/token/0xec67005c4E498Ec7f55E092bd1d35cbC47C91892",
- "type": "ERC20",
- "symbol": "MLN",
- "decimals": 18,
- "status": "active",
- "id": "0xec67005c4E498Ec7f55E092bd1d35cbC47C91892"
-}
diff --git a/blockchains/ethereum/assets/0xec67005c4E498Ec7f55E092bd1d35cbC47C91892/logo.png b/blockchains/ethereum/assets/0xec67005c4E498Ec7f55E092bd1d35cbC47C91892/logo.png
deleted file mode 100644
index 64db54f96a262..0000000000000
Binary files a/blockchains/ethereum/assets/0xec67005c4E498Ec7f55E092bd1d35cbC47C91892/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xec97494eE4d697e7AB3D7682062bF564CeB9D08A/info.json b/blockchains/ethereum/assets/0xec97494eE4d697e7AB3D7682062bF564CeB9D08A/info.json
deleted file mode 100644
index ec1c18807f785..0000000000000
--- a/blockchains/ethereum/assets/0xec97494eE4d697e7AB3D7682062bF564CeB9D08A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LSToken",
- "symbol": "LST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xec97494eE4d697e7AB3D7682062bF564CeB9D08A",
- "status": "abandoned",
- "id": "0xec97494eE4d697e7AB3D7682062bF564CeB9D08A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xec97494eE4d697e7AB3D7682062bF564CeB9D08A/logo.png b/blockchains/ethereum/assets/0xec97494eE4d697e7AB3D7682062bF564CeB9D08A/logo.png
deleted file mode 100644
index 05cf884179ea9..0000000000000
Binary files a/blockchains/ethereum/assets/0xec97494eE4d697e7AB3D7682062bF564CeB9D08A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xecA1DBf27b2553eE02f2783467e0CAc491e08222/info.json b/blockchains/ethereum/assets/0xecA1DBf27b2553eE02f2783467e0CAc491e08222/info.json
deleted file mode 100644
index 23b6cd84e8746..0000000000000
--- a/blockchains/ethereum/assets/0xecA1DBf27b2553eE02f2783467e0CAc491e08222/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MHIMG1-13/30M13",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xecA1DBf27b2553eE02f2783467e0CAc491e08222",
- "status": "abandoned",
- "id": "0xecA1DBf27b2553eE02f2783467e0CAc491e08222"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xecA1DBf27b2553eE02f2783467e0CAc491e08222/logo.png b/blockchains/ethereum/assets/0xecA1DBf27b2553eE02f2783467e0CAc491e08222/logo.png
deleted file mode 100644
index 4503809a8fe15..0000000000000
Binary files a/blockchains/ethereum/assets/0xecA1DBf27b2553eE02f2783467e0CAc491e08222/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xecC0F1F860a82aB3b442382D93853C02d6384389/info.json b/blockchains/ethereum/assets/0xecC0F1F860a82aB3b442382D93853C02d6384389/info.json
deleted file mode 100644
index 94f1504a1fa34..0000000000000
--- a/blockchains/ethereum/assets/0xecC0F1F860a82aB3b442382D93853C02d6384389/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AXIS DeFi",
- "website": "https://axisdefi.com",
- "description": "The World’s First Lightspeed DeFi Dedicated Interoperable Superchain",
- "explorer": "https://etherscan.io/token/0xecC0F1F860a82aB3b442382D93853C02d6384389",
- "type": "ERC20",
- "symbol": "AXIS",
- "decimals": 18,
- "status": "active",
- "id": "0xecC0F1F860a82aB3b442382D93853C02d6384389"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xecC0F1F860a82aB3b442382D93853C02d6384389/logo.png b/blockchains/ethereum/assets/0xecC0F1F860a82aB3b442382D93853C02d6384389/logo.png
deleted file mode 100644
index b93430f2c1fd9..0000000000000
Binary files a/blockchains/ethereum/assets/0xecC0F1F860a82aB3b442382D93853C02d6384389/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xeca82185adCE47f39c684352B0439f030f860318/info.json b/blockchains/ethereum/assets/0xeca82185adCE47f39c684352B0439f030f860318/info.json
deleted file mode 100644
index fe4047f8cde9c..0000000000000
--- a/blockchains/ethereum/assets/0xeca82185adCE47f39c684352B0439f030f860318/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Perlin",
- "symbol": "PERL",
- "type": "ERC20",
- "decimals": 18,
- "description": "PerlinX — democratizing the trading of real-world assets through decentralized liquidity pools and synthetic asset generation.",
- "website": "https://perlinx.finance",
- "explorer": "https://etherscan.io/token/0xeca82185adCE47f39c684352B0439f030f860318",
- "status": "active",
- "id": "0xeca82185adCE47f39c684352B0439f030f860318"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xeca82185adCE47f39c684352B0439f030f860318/logo.png b/blockchains/ethereum/assets/0xeca82185adCE47f39c684352B0439f030f860318/logo.png
deleted file mode 100644
index 31e0db4a7b323..0000000000000
Binary files a/blockchains/ethereum/assets/0xeca82185adCE47f39c684352B0439f030f860318/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xecd570bBf74761b960Fa04Cc10fe2c4e86FfDA36/info.json b/blockchains/ethereum/assets/0xecd570bBf74761b960Fa04Cc10fe2c4e86FfDA36/info.json
deleted file mode 100644
index f07055ebe500b..0000000000000
--- a/blockchains/ethereum/assets/0xecd570bBf74761b960Fa04Cc10fe2c4e86FfDA36/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "STASHPAY",
- "symbol": "STP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xecd570bBf74761b960Fa04Cc10fe2c4e86FfDA36",
- "status": "abandoned",
- "id": "0xecd570bBf74761b960Fa04Cc10fe2c4e86FfDA36"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xecd570bBf74761b960Fa04Cc10fe2c4e86FfDA36/logo.png b/blockchains/ethereum/assets/0xecd570bBf74761b960Fa04Cc10fe2c4e86FfDA36/logo.png
deleted file mode 100755
index 359adab2a56fd..0000000000000
Binary files a/blockchains/ethereum/assets/0xecd570bBf74761b960Fa04Cc10fe2c4e86FfDA36/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xed0849BF46CfB9845a2d900A0A4E593F2dD3673c/info.json b/blockchains/ethereum/assets/0xed0849BF46CfB9845a2d900A0A4E593F2dD3673c/info.json
deleted file mode 100644
index f09cc58f14b24..0000000000000
--- a/blockchains/ethereum/assets/0xed0849BF46CfB9845a2d900A0A4E593F2dD3673c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Saga",
- "symbol": "SGA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.saga.org/",
- "explorer": "https://etherscan.io/token/0xed0849BF46CfB9845a2d900A0A4E593F2dD3673c",
- "status": "abandoned",
- "id": "0xed0849BF46CfB9845a2d900A0A4E593F2dD3673c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xed0849BF46CfB9845a2d900A0A4E593F2dD3673c/logo.png b/blockchains/ethereum/assets/0xed0849BF46CfB9845a2d900A0A4E593F2dD3673c/logo.png
deleted file mode 100644
index c81ac5b82b213..0000000000000
Binary files a/blockchains/ethereum/assets/0xed0849BF46CfB9845a2d900A0A4E593F2dD3673c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xed0d5747A9AB03a75fBfEC3228cd55848245B75d/info.json b/blockchains/ethereum/assets/0xed0d5747A9AB03a75fBfEC3228cd55848245B75d/info.json
deleted file mode 100644
index 4418755b1748b..0000000000000
--- a/blockchains/ethereum/assets/0xed0d5747A9AB03a75fBfEC3228cd55848245B75d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "e-Money NGM staking token",
- "website": "https://e-money.com",
- "description": "ERC20 version of the e-Money NGM staking token",
- "explorer": "https://etherscan.io/token/0xed0d5747A9AB03a75fBfEC3228cd55848245B75d",
- "type": "ERC20",
- "symbol": "NGM",
- "decimals": 6,
- "status": "active",
- "id": "0xed0d5747A9AB03a75fBfEC3228cd55848245B75d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xed0d5747A9AB03a75fBfEC3228cd55848245B75d/logo.png b/blockchains/ethereum/assets/0xed0d5747A9AB03a75fBfEC3228cd55848245B75d/logo.png
deleted file mode 100644
index dc81836d1ddb6..0000000000000
Binary files a/blockchains/ethereum/assets/0xed0d5747A9AB03a75fBfEC3228cd55848245B75d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xed5b8eC6b1f60A4b08ef72FB160fFe422064c227/info.json b/blockchains/ethereum/assets/0xed5b8eC6b1f60A4b08ef72FB160fFe422064c227/info.json
deleted file mode 100644
index 0d2dea545fdbb..0000000000000
--- a/blockchains/ethereum/assets/0xed5b8eC6b1f60A4b08ef72FB160fFe422064c227/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Trendering xYield",
- "symbol": "xTRND",
- "type": "ERC20",
- "decimals": 18,
- "description": "Trendering uses realtime Ethereum blockchain analysis to predict market movements of ERC20 tokens & more!",
- "website": "https://trendering.com/",
- "explorer": "https://etherscan.io/token/0xed5b8eC6b1f60A4b08ef72FB160fFe422064c227",
- "status": "active",
- "id": "0xed5b8eC6b1f60A4b08ef72FB160fFe422064c227"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xed5b8eC6b1f60A4b08ef72FB160fFe422064c227/logo.png b/blockchains/ethereum/assets/0xed5b8eC6b1f60A4b08ef72FB160fFe422064c227/logo.png
deleted file mode 100644
index 01c149b003099..0000000000000
Binary files a/blockchains/ethereum/assets/0xed5b8eC6b1f60A4b08ef72FB160fFe422064c227/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xed6b0dC3AA8dE5908aB857a70Cb2Ff657d9b6C5d/info.json b/blockchains/ethereum/assets/0xed6b0dC3AA8dE5908aB857a70Cb2Ff657d9b6C5d/info.json
deleted file mode 100644
index 637fbbe1f2d9c..0000000000000
--- a/blockchains/ethereum/assets/0xed6b0dC3AA8dE5908aB857a70Cb2Ff657d9b6C5d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Practical Official",
- "symbol": "PCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xed6b0dC3AA8dE5908aB857a70Cb2Ff657d9b6C5d",
- "status": "abandoned",
- "id": "0xed6b0dC3AA8dE5908aB857a70Cb2Ff657d9b6C5d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xed6b0dC3AA8dE5908aB857a70Cb2Ff657d9b6C5d/logo.png b/blockchains/ethereum/assets/0xed6b0dC3AA8dE5908aB857a70Cb2Ff657d9b6C5d/logo.png
deleted file mode 100644
index 86a37009c05a1..0000000000000
Binary files a/blockchains/ethereum/assets/0xed6b0dC3AA8dE5908aB857a70Cb2Ff657d9b6C5d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xedC87caB8bd12ca39088DeAF9fdfb63503f19f85/info.json b/blockchains/ethereum/assets/0xedC87caB8bd12ca39088DeAF9fdfb63503f19f85/info.json
deleted file mode 100644
index 736e5386be0f1..0000000000000
--- a/blockchains/ethereum/assets/0xedC87caB8bd12ca39088DeAF9fdfb63503f19f85/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Universe Coin",
- "symbol": "UNIS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xedC87caB8bd12ca39088DeAF9fdfb63503f19f85",
- "status": "abandoned",
- "id": "0xedC87caB8bd12ca39088DeAF9fdfb63503f19f85"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xedC87caB8bd12ca39088DeAF9fdfb63503f19f85/logo.png b/blockchains/ethereum/assets/0xedC87caB8bd12ca39088DeAF9fdfb63503f19f85/logo.png
deleted file mode 100644
index 5c02b4675a684..0000000000000
Binary files a/blockchains/ethereum/assets/0xedC87caB8bd12ca39088DeAF9fdfb63503f19f85/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xedE9aEfe83bb8C81B67B3eB5826bE2dC5235d34c/info.json b/blockchains/ethereum/assets/0xedE9aEfe83bb8C81B67B3eB5826bE2dC5235d34c/info.json
deleted file mode 100644
index 91bbd0d0e3669..0000000000000
--- a/blockchains/ethereum/assets/0xedE9aEfe83bb8C81B67B3eB5826bE2dC5235d34c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQUOMINER",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xedE9aEfe83bb8C81B67B3eB5826bE2dC5235d34c",
- "status": "abandoned",
- "id": "0xedE9aEfe83bb8C81B67B3eB5826bE2dC5235d34c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xedE9aEfe83bb8C81B67B3eB5826bE2dC5235d34c/logo.png b/blockchains/ethereum/assets/0xedE9aEfe83bb8C81B67B3eB5826bE2dC5235d34c/logo.png
deleted file mode 100644
index ae0d4b5afa440..0000000000000
Binary files a/blockchains/ethereum/assets/0xedE9aEfe83bb8C81B67B3eB5826bE2dC5235d34c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xedacc3cBcDF37fCefd16F02670c51C9cf2720015/info.json b/blockchains/ethereum/assets/0xedacc3cBcDF37fCefd16F02670c51C9cf2720015/info.json
deleted file mode 100644
index 7795a7f49ec70..0000000000000
--- a/blockchains/ethereum/assets/0xedacc3cBcDF37fCefd16F02670c51C9cf2720015/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ALL LIVES MATTER",
- "symbol": "HUMAN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xedacc3cBcDF37fCefd16F02670c51C9cf2720015",
- "status": "abandoned",
- "id": "0xedacc3cBcDF37fCefd16F02670c51C9cf2720015"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xedacc3cBcDF37fCefd16F02670c51C9cf2720015/logo.png b/blockchains/ethereum/assets/0xedacc3cBcDF37fCefd16F02670c51C9cf2720015/logo.png
deleted file mode 100644
index 332b287f2ff3a..0000000000000
Binary files a/blockchains/ethereum/assets/0xedacc3cBcDF37fCefd16F02670c51C9cf2720015/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xee22E781Ff9Ce6Eda078E6E319DC5Bb99a34aF8C/info.json b/blockchains/ethereum/assets/0xee22E781Ff9Ce6Eda078E6E319DC5Bb99a34aF8C/info.json
deleted file mode 100644
index 1b62a7d0ff407..0000000000000
--- a/blockchains/ethereum/assets/0xee22E781Ff9Ce6Eda078E6E319DC5Bb99a34aF8C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Business Coin",
- "symbol": "BNC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xee22E781Ff9Ce6Eda078E6E319DC5Bb99a34aF8C",
- "status": "abandoned",
- "id": "0xee22E781Ff9Ce6Eda078E6E319DC5Bb99a34aF8C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xee22E781Ff9Ce6Eda078E6E319DC5Bb99a34aF8C/logo.png b/blockchains/ethereum/assets/0xee22E781Ff9Ce6Eda078E6E319DC5Bb99a34aF8C/logo.png
deleted file mode 100644
index 725480db1917e..0000000000000
Binary files a/blockchains/ethereum/assets/0xee22E781Ff9Ce6Eda078E6E319DC5Bb99a34aF8C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xee573a945B01B788B9287CE062A0CFC15bE9fd86/info.json b/blockchains/ethereum/assets/0xee573a945B01B788B9287CE062A0CFC15bE9fd86/info.json
deleted file mode 100644
index 6ece8f59470d1..0000000000000
--- a/blockchains/ethereum/assets/0xee573a945B01B788B9287CE062A0CFC15bE9fd86/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Exeedme",
- "website": "https://exeedme.com/",
- "description": "New Revenue Streams for Gamers",
- "explorer": "https://etherscan.io/token/0xee573a945B01B788B9287CE062A0CFC15bE9fd86",
- "type": "ERC20",
- "symbol": "XED",
- "decimals": 18,
- "status": "active",
- "id": "0xee573a945B01B788B9287CE062A0CFC15bE9fd86",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/exeedme"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xee573a945B01B788B9287CE062A0CFC15bE9fd86/logo.png b/blockchains/ethereum/assets/0xee573a945B01B788B9287CE062A0CFC15bE9fd86/logo.png
deleted file mode 100644
index ea085bf6a7b3a..0000000000000
Binary files a/blockchains/ethereum/assets/0xee573a945B01B788B9287CE062A0CFC15bE9fd86/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xee8a2Ecd3F7EdaDc01CCF0731111c294B883F60e/info.json b/blockchains/ethereum/assets/0xee8a2Ecd3F7EdaDc01CCF0731111c294B883F60e/info.json
deleted file mode 100644
index 35fd9b48d0eba..0000000000000
--- a/blockchains/ethereum/assets/0xee8a2Ecd3F7EdaDc01CCF0731111c294B883F60e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cryptovirology Token",
- "symbol": "CRY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xee8a2Ecd3F7EdaDc01CCF0731111c294B883F60e",
- "status": "abandoned",
- "id": "0xee8a2Ecd3F7EdaDc01CCF0731111c294B883F60e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xee8a2Ecd3F7EdaDc01CCF0731111c294B883F60e/logo.png b/blockchains/ethereum/assets/0xee8a2Ecd3F7EdaDc01CCF0731111c294B883F60e/logo.png
deleted file mode 100644
index 413489b6dc08b..0000000000000
Binary files a/blockchains/ethereum/assets/0xee8a2Ecd3F7EdaDc01CCF0731111c294B883F60e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xee91e81927bb047eA0f4B24e43Dd5Dc0684827A0/info.json b/blockchains/ethereum/assets/0xee91e81927bb047eA0f4B24e43Dd5Dc0684827A0/info.json
deleted file mode 100644
index 5bda7e8b2f84c..0000000000000
--- a/blockchains/ethereum/assets/0xee91e81927bb047eA0f4B24e43Dd5Dc0684827A0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitcoinbing",
- "symbol": "BING",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xee91e81927bb047eA0f4B24e43Dd5Dc0684827A0",
- "status": "abandoned",
- "id": "0xee91e81927bb047eA0f4B24e43Dd5Dc0684827A0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xee91e81927bb047eA0f4B24e43Dd5Dc0684827A0/logo.png b/blockchains/ethereum/assets/0xee91e81927bb047eA0f4B24e43Dd5Dc0684827A0/logo.png
deleted file mode 100644
index 0eb783c9d1032..0000000000000
Binary files a/blockchains/ethereum/assets/0xee91e81927bb047eA0f4B24e43Dd5Dc0684827A0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xef3A930e1FfFFAcd2fc13434aC81bD278B0ecC8d/info.json b/blockchains/ethereum/assets/0xef3A930e1FfFFAcd2fc13434aC81bD278B0ecC8d/info.json
deleted file mode 100644
index 2e6efce6eb53f..0000000000000
--- a/blockchains/ethereum/assets/0xef3A930e1FfFFAcd2fc13434aC81bD278B0ecC8d/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "StaFi",
- "website": "https://www.nucypher.com/",
- "description": "StaFi is a DeFi protocol unlocking liquidity of staked assets. Users can stake PoS tokens through StaFi and receive rTokens in return, which are available for trading, while still earning staking rewards.",
- "explorer": "https://etherscan.io/token/0xef3a930e1ffffacd2fc13434ac81bd278b0ecc8d",
- "type": "ERC20",
- "symbol": "FIS",
- "decimals": 18,
- "status": "active",
- "id": "0xef3A930e1FfFFAcd2fc13434aC81bD278B0ecC8d",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/StaFi_Protocol"
- },
- {
- "name": "medium",
- "url": "https://medium.com/stafi"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/stafi/"
- },
- {
- "name": "github",
- "url": "https://github.com/stafiprotocol/stafi-node"
- },
- {
- "name": "telegram",
- "url": "https://t.me/stafi_protocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xef3A930e1FfFFAcd2fc13434aC81bD278B0ecC8d/logo.png b/blockchains/ethereum/assets/0xef3A930e1FfFFAcd2fc13434aC81bD278B0ecC8d/logo.png
deleted file mode 100644
index 5d371dde63c34..0000000000000
Binary files a/blockchains/ethereum/assets/0xef3A930e1FfFFAcd2fc13434aC81bD278B0ecC8d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xef42d7D6219f4B17f539aEc0f3228C9C37f41536/info.json b/blockchains/ethereum/assets/0xef42d7D6219f4B17f539aEc0f3228C9C37f41536/info.json
deleted file mode 100644
index 93fd9538fdd94..0000000000000
--- a/blockchains/ethereum/assets/0xef42d7D6219f4B17f539aEc0f3228C9C37f41536/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-6/30M66",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xef42d7D6219f4B17f539aEc0f3228C9C37f41536",
- "status": "abandoned",
- "id": "0xef42d7D6219f4B17f539aEc0f3228C9C37f41536"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xef42d7D6219f4B17f539aEc0f3228C9C37f41536/logo.png b/blockchains/ethereum/assets/0xef42d7D6219f4B17f539aEc0f3228C9C37f41536/logo.png
deleted file mode 100644
index 22abe6f88d50a..0000000000000
Binary files a/blockchains/ethereum/assets/0xef42d7D6219f4B17f539aEc0f3228C9C37f41536/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xef6344de1fcfC5F48c30234C16c1389e8CdC572C/info.json b/blockchains/ethereum/assets/0xef6344de1fcfC5F48c30234C16c1389e8CdC572C/info.json
deleted file mode 100644
index 0a9578c87d48a..0000000000000
--- a/blockchains/ethereum/assets/0xef6344de1fcfC5F48c30234C16c1389e8CdC572C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EncrypGen",
- "website": "https://encrypgen.com",
- "description": "DNA is the currency of EncrypGen's genomic marketplace, which allows individuals to share, control, and monetize their DNA data while contributing to scientific research and advancing public health.",
- "explorer": "https://etherscan.io/token/0xef6344de1fcfC5F48c30234C16c1389e8CdC572C",
- "type": "ERC20",
- "symbol": "DNA",
- "decimals": 18,
- "status": "active",
- "id": "0xef6344de1fcfC5F48c30234C16c1389e8CdC572C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xef6344de1fcfC5F48c30234C16c1389e8CdC572C/logo.png b/blockchains/ethereum/assets/0xef6344de1fcfC5F48c30234C16c1389e8CdC572C/logo.png
deleted file mode 100644
index 5addde66fab20..0000000000000
Binary files a/blockchains/ethereum/assets/0xef6344de1fcfC5F48c30234C16c1389e8CdC572C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xef6D51c4Bb5e197bC2005fe49ba475bda5a302C6/info.json b/blockchains/ethereum/assets/0xef6D51c4Bb5e197bC2005fe49ba475bda5a302C6/info.json
deleted file mode 100644
index 5353190835a6e..0000000000000
--- a/blockchains/ethereum/assets/0xef6D51c4Bb5e197bC2005fe49ba475bda5a302C6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CoinPaws",
- "symbol": "CPS",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xef6D51c4Bb5e197bC2005fe49ba475bda5a302C6",
- "status": "abandoned",
- "id": "0xef6D51c4Bb5e197bC2005fe49ba475bda5a302C6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xef6D51c4Bb5e197bC2005fe49ba475bda5a302C6/logo.png b/blockchains/ethereum/assets/0xef6D51c4Bb5e197bC2005fe49ba475bda5a302C6/logo.png
deleted file mode 100644
index 785a737087ebc..0000000000000
Binary files a/blockchains/ethereum/assets/0xef6D51c4Bb5e197bC2005fe49ba475bda5a302C6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xef8CF79C21637fc6f951bcaC348915508a639a41/info.json b/blockchains/ethereum/assets/0xef8CF79C21637fc6f951bcaC348915508a639a41/info.json
deleted file mode 100644
index 931fc72087c77..0000000000000
--- a/blockchains/ethereum/assets/0xef8CF79C21637fc6f951bcaC348915508a639a41/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SRCOIN",
- "symbol": "SRCOIN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xef8CF79C21637fc6f951bcaC348915508a639a41",
- "status": "abandoned",
- "id": "0xef8CF79C21637fc6f951bcaC348915508a639a41"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xef8CF79C21637fc6f951bcaC348915508a639a41/logo.png b/blockchains/ethereum/assets/0xef8CF79C21637fc6f951bcaC348915508a639a41/logo.png
deleted file mode 100755
index d1ed17852cd2d..0000000000000
Binary files a/blockchains/ethereum/assets/0xef8CF79C21637fc6f951bcaC348915508a639a41/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf028ADEe51533b1B47BEaa890fEb54a457f51E89/info.json b/blockchains/ethereum/assets/0xf028ADEe51533b1B47BEaa890fEb54a457f51E89/info.json
deleted file mode 100644
index 4b894c9994769..0000000000000
--- a/blockchains/ethereum/assets/0xf028ADEe51533b1B47BEaa890fEb54a457f51E89/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BMChain Token",
- "symbol": "BMT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://bmchain.io/",
- "explorer": "https://etherscan.io/token/0xf028ADEe51533b1B47BEaa890fEb54a457f51E89",
- "status": "abandoned",
- "id": "0xf028ADEe51533b1B47BEaa890fEb54a457f51E89"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf028ADEe51533b1B47BEaa890fEb54a457f51E89/logo.png b/blockchains/ethereum/assets/0xf028ADEe51533b1B47BEaa890fEb54a457f51E89/logo.png
deleted file mode 100755
index 2d12a934bbbea..0000000000000
Binary files a/blockchains/ethereum/assets/0xf028ADEe51533b1B47BEaa890fEb54a457f51E89/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf03bfb08a807716e3340e175B98b388d2DC56DE0/info.json b/blockchains/ethereum/assets/0xf03bfb08a807716e3340e175B98b388d2DC56DE0/info.json
deleted file mode 100644
index 37c01eb831e13..0000000000000
--- a/blockchains/ethereum/assets/0xf03bfb08a807716e3340e175B98b388d2DC56DE0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Neodium Network",
- "symbol": "NN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://neodium.network",
- "explorer": "https://etherscan.io/token/0xf03bfb08a807716e3340e175B98b388d2DC56DE0",
- "status": "abandoned",
- "id": "0xf03bfb08a807716e3340e175B98b388d2DC56DE0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf03bfb08a807716e3340e175B98b388d2DC56DE0/logo.png b/blockchains/ethereum/assets/0xf03bfb08a807716e3340e175B98b388d2DC56DE0/logo.png
deleted file mode 100755
index b7443127a441c..0000000000000
Binary files a/blockchains/ethereum/assets/0xf03bfb08a807716e3340e175B98b388d2DC56DE0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf04a8ac553FceDB5BA99A64799155826C136b0Be/info.json b/blockchains/ethereum/assets/0xf04a8ac553FceDB5BA99A64799155826C136b0Be/info.json
deleted file mode 100644
index 633443585ca62..0000000000000
--- a/blockchains/ethereum/assets/0xf04a8ac553FceDB5BA99A64799155826C136b0Be/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Flixx",
- "symbol": "FLIXX",
- "type": "ERC20",
- "decimals": 18,
- "description": "FLIXX is an ERC20 token issued by Flixxo, a video distribution platform.",
- "website": "https://www.flixxo.com",
- "explorer": "https://etherscan.io/token/0xf04a8ac553FceDB5BA99A64799155826C136b0Be",
- "status": "active",
- "id": "0xf04a8ac553FceDB5BA99A64799155826C136b0Be"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf04a8ac553FceDB5BA99A64799155826C136b0Be/logo.png b/blockchains/ethereum/assets/0xf04a8ac553FceDB5BA99A64799155826C136b0Be/logo.png
deleted file mode 100755
index 5edd6ca038532..0000000000000
Binary files a/blockchains/ethereum/assets/0xf04a8ac553FceDB5BA99A64799155826C136b0Be/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf050E54d2b50c055C9919a4B856A195221D3DB71/info.json b/blockchains/ethereum/assets/0xf050E54d2b50c055C9919a4B856A195221D3DB71/info.json
deleted file mode 100644
index b3eddfebcba78..0000000000000
--- a/blockchains/ethereum/assets/0xf050E54d2b50c055C9919a4B856A195221D3DB71/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rutile",
- "symbol": "RUT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf050E54d2b50c055C9919a4B856A195221D3DB71",
- "status": "abandoned",
- "id": "0xf050E54d2b50c055C9919a4B856A195221D3DB71"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf050E54d2b50c055C9919a4B856A195221D3DB71/logo.png b/blockchains/ethereum/assets/0xf050E54d2b50c055C9919a4B856A195221D3DB71/logo.png
deleted file mode 100644
index 6d58281d4694b..0000000000000
Binary files a/blockchains/ethereum/assets/0xf050E54d2b50c055C9919a4B856A195221D3DB71/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf05E35aA089F06aa9382eB3AeDF8508a3C07c4D9/info.json b/blockchains/ethereum/assets/0xf05E35aA089F06aa9382eB3AeDF8508a3C07c4D9/info.json
deleted file mode 100644
index cd23941515188..0000000000000
--- a/blockchains/ethereum/assets/0xf05E35aA089F06aa9382eB3AeDF8508a3C07c4D9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Yugi",
- "symbol": "YUG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf05E35aA089F06aa9382eB3AeDF8508a3C07c4D9",
- "status": "abandoned",
- "id": "0xf05E35aA089F06aa9382eB3AeDF8508a3C07c4D9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf05E35aA089F06aa9382eB3AeDF8508a3C07c4D9/logo.png b/blockchains/ethereum/assets/0xf05E35aA089F06aa9382eB3AeDF8508a3C07c4D9/logo.png
deleted file mode 100644
index 93696e14607b2..0000000000000
Binary files a/blockchains/ethereum/assets/0xf05E35aA089F06aa9382eB3AeDF8508a3C07c4D9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf05a9382A4C3F29E2784502754293D88b835109C/info.json b/blockchains/ethereum/assets/0xf05a9382A4C3F29E2784502754293D88b835109C/info.json
deleted file mode 100644
index fa68445219a17..0000000000000
--- a/blockchains/ethereum/assets/0xf05a9382A4C3F29E2784502754293D88b835109C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "REX - Real Estate tokens",
- "symbol": "REX",
- "type": "ERC20",
- "decimals": 18,
- "description": "imbrex (REX) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://imbrex.io",
- "explorer": "https://etherscan.io/token/0xf05a9382A4C3F29E2784502754293D88b835109C",
- "status": "active",
- "id": "0xf05a9382A4C3F29E2784502754293D88b835109C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf05a9382A4C3F29E2784502754293D88b835109C/logo.png b/blockchains/ethereum/assets/0xf05a9382A4C3F29E2784502754293D88b835109C/logo.png
deleted file mode 100644
index 566a5f0f90b5e..0000000000000
Binary files a/blockchains/ethereum/assets/0xf05a9382A4C3F29E2784502754293D88b835109C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf083F40599741bC576173B492268972CE661E5ec/info.json b/blockchains/ethereum/assets/0xf083F40599741bC576173B492268972CE661E5ec/info.json
deleted file mode 100644
index aa3f2f430207a..0000000000000
--- a/blockchains/ethereum/assets/0xf083F40599741bC576173B492268972CE661E5ec/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bit Value Art Bank",
- "symbol": "BVB",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf083F40599741bC576173B492268972CE661E5ec",
- "status": "abandoned",
- "id": "0xf083F40599741bC576173B492268972CE661E5ec"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf083F40599741bC576173B492268972CE661E5ec/logo.png b/blockchains/ethereum/assets/0xf083F40599741bC576173B492268972CE661E5ec/logo.png
deleted file mode 100644
index 78d5a7e45e792..0000000000000
Binary files a/blockchains/ethereum/assets/0xf083F40599741bC576173B492268972CE661E5ec/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf08c68bD5f4194d994FD70726746Bf529eE5a617/info.json b/blockchains/ethereum/assets/0xf08c68bD5f4194d994FD70726746Bf529eE5a617/info.json
deleted file mode 100644
index 334ef05aeac11..0000000000000
--- a/blockchains/ethereum/assets/0xf08c68bD5f4194d994FD70726746Bf529eE5a617/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ThoreNext",
- "symbol": "THX",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://www.thorenext.com/",
- "explorer": "https://etherscan.io/token/0xf08c68bD5f4194d994FD70726746Bf529eE5a617",
- "status": "abandoned",
- "id": "0xf08c68bD5f4194d994FD70726746Bf529eE5a617"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf08c68bD5f4194d994FD70726746Bf529eE5a617/logo.png b/blockchains/ethereum/assets/0xf08c68bD5f4194d994FD70726746Bf529eE5a617/logo.png
deleted file mode 100644
index cde6c321a997f..0000000000000
Binary files a/blockchains/ethereum/assets/0xf08c68bD5f4194d994FD70726746Bf529eE5a617/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf091Cf09c51811819DB705710e9634B8bf18F164/info.json b/blockchains/ethereum/assets/0xf091Cf09c51811819DB705710e9634B8bf18F164/info.json
deleted file mode 100644
index 9fb1e87ed902b..0000000000000
--- a/blockchains/ethereum/assets/0xf091Cf09c51811819DB705710e9634B8bf18F164/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Couchain",
- "symbol": "COU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://couchain.io/",
- "explorer": "https://etherscan.io/token/0xf091Cf09c51811819DB705710e9634B8bf18F164",
- "status": "abandoned",
- "id": "0xf091Cf09c51811819DB705710e9634B8bf18F164"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf091Cf09c51811819DB705710e9634B8bf18F164/logo.png b/blockchains/ethereum/assets/0xf091Cf09c51811819DB705710e9634B8bf18F164/logo.png
deleted file mode 100755
index fc67a8e64472e..0000000000000
Binary files a/blockchains/ethereum/assets/0xf091Cf09c51811819DB705710e9634B8bf18F164/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf09209cC5EaE846ee2cc4a493e7B962CA7BCfbbb/info.json b/blockchains/ethereum/assets/0xf09209cC5EaE846ee2cc4a493e7B962CA7BCfbbb/info.json
deleted file mode 100644
index c5b29c4dfcc45..0000000000000
--- a/blockchains/ethereum/assets/0xf09209cC5EaE846ee2cc4a493e7B962CA7BCfbbb/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "iEx.ec Network Token",
- "symbol": "RLC",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf09209cC5EaE846ee2cc4a493e7B962CA7BCfbbb",
- "status": "abandoned",
- "id": "0xf09209cC5EaE846ee2cc4a493e7B962CA7BCfbbb"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf09209cC5EaE846ee2cc4a493e7B962CA7BCfbbb/logo.png b/blockchains/ethereum/assets/0xf09209cC5EaE846ee2cc4a493e7B962CA7BCfbbb/logo.png
deleted file mode 100755
index 67baeeccab945..0000000000000
Binary files a/blockchains/ethereum/assets/0xf09209cC5EaE846ee2cc4a493e7B962CA7BCfbbb/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf0A0F3A6FA6bED75345171a5EA18AbcadF6453BA/info.json b/blockchains/ethereum/assets/0xf0A0F3A6FA6bED75345171a5EA18AbcadF6453BA/info.json
deleted file mode 100644
index 8af4f4d09940b..0000000000000
--- a/blockchains/ethereum/assets/0xf0A0F3A6FA6bED75345171a5EA18AbcadF6453BA/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Yearn Finance Bit",
- "website": "https://yfbit.finance/",
- "description": "Yearn Finance Bit is a decentralized token under ERC-20 protocol, allows users to stake YFBT, borrow assets, and vote for improvements within the community.",
- "explorer": "https://etherscan.io/token/0xf0A0F3A6FA6bED75345171a5EA18AbcadF6453BA",
- "type": "ERC20",
- "symbol": "YFBT",
- "decimals": 18,
- "status": "active",
- "id": "0xf0A0F3A6FA6bED75345171a5EA18AbcadF6453BA",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/yfbit"
- },
- {
- "name": "whitepaper",
- "url": "https://yfbit.finance/assets/white/YearnFinanceBit_WP_v_1.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf0A0F3A6FA6bED75345171a5EA18AbcadF6453BA/logo.png b/blockchains/ethereum/assets/0xf0A0F3A6FA6bED75345171a5EA18AbcadF6453BA/logo.png
deleted file mode 100644
index 5ff830bc8bcfe..0000000000000
Binary files a/blockchains/ethereum/assets/0xf0A0F3A6FA6bED75345171a5EA18AbcadF6453BA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf0AaBeAcbC2D91BAf21bDA0006C9D65DE736053a/info.json b/blockchains/ethereum/assets/0xf0AaBeAcbC2D91BAf21bDA0006C9D65DE736053a/info.json
deleted file mode 100644
index b1837ca45006f..0000000000000
--- a/blockchains/ethereum/assets/0xf0AaBeAcbC2D91BAf21bDA0006C9D65DE736053a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OHFF",
- "symbol": "OHFF",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf0AaBeAcbC2D91BAf21bDA0006C9D65DE736053a",
- "status": "abandoned",
- "id": "0xf0AaBeAcbC2D91BAf21bDA0006C9D65DE736053a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf0AaBeAcbC2D91BAf21bDA0006C9D65DE736053a/logo.png b/blockchains/ethereum/assets/0xf0AaBeAcbC2D91BAf21bDA0006C9D65DE736053a/logo.png
deleted file mode 100644
index 18d16611a7b49..0000000000000
Binary files a/blockchains/ethereum/assets/0xf0AaBeAcbC2D91BAf21bDA0006C9D65DE736053a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf0B0A13d908253D954BA031a425dFd54f94a2e3D/info.json b/blockchains/ethereum/assets/0xf0B0A13d908253D954BA031a425dFd54f94a2e3D/info.json
deleted file mode 100644
index 5b82c350a3253..0000000000000
--- a/blockchains/ethereum/assets/0xf0B0A13d908253D954BA031a425dFd54f94a2e3D/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FlashX Advance",
- "symbol": "FSXA",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.flashxcoinofficial.com/",
- "explorer": "https://etherscan.io/token/0xf0B0A13d908253D954BA031a425dFd54f94a2e3D",
- "status": "abandoned",
- "id": "0xf0B0A13d908253D954BA031a425dFd54f94a2e3D"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf0B0A13d908253D954BA031a425dFd54f94a2e3D/logo.png b/blockchains/ethereum/assets/0xf0B0A13d908253D954BA031a425dFd54f94a2e3D/logo.png
deleted file mode 100644
index 603c61504ed64..0000000000000
Binary files a/blockchains/ethereum/assets/0xf0B0A13d908253D954BA031a425dFd54f94a2e3D/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf0C6521b1F8ad9C33a99Aaf056F6C6247A3862BA/info.json b/blockchains/ethereum/assets/0xf0C6521b1F8ad9C33a99Aaf056F6C6247A3862BA/info.json
deleted file mode 100644
index 2f7751f510ab9..0000000000000
--- a/blockchains/ethereum/assets/0xf0C6521b1F8ad9C33a99Aaf056F6C6247A3862BA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETH.limiteD",
- "symbol": "ELD",
- "type": "ERC20",
- "decimals": 18,
- "description": "ELD is an encryption currency and smart contract that will be created with full compatibility with the ERC20 standard. This complete ETH.Limited is implemented as a dAPP, a smart contract within the Ethereum network.",
- "website": "https://eth.limited/",
- "explorer": "https://etherscan.io/token/0xf0C6521b1F8ad9C33a99Aaf056F6C6247A3862BA",
- "status": "active",
- "id": "0xf0C6521b1F8ad9C33a99Aaf056F6C6247A3862BA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf0C6521b1F8ad9C33a99Aaf056F6C6247A3862BA/logo.png b/blockchains/ethereum/assets/0xf0C6521b1F8ad9C33a99Aaf056F6C6247A3862BA/logo.png
deleted file mode 100644
index 03f82616c1a26..0000000000000
Binary files a/blockchains/ethereum/assets/0xf0C6521b1F8ad9C33a99Aaf056F6C6247A3862BA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf0DDD41AC68b71ECbad395AA6240c41c5B55C749/info.json b/blockchains/ethereum/assets/0xf0DDD41AC68b71ECbad395AA6240c41c5B55C749/info.json
deleted file mode 100644
index 9eac36d8a6237..0000000000000
--- a/blockchains/ethereum/assets/0xf0DDD41AC68b71ECbad395AA6240c41c5B55C749/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Central Token Exchange",
- "symbol": "CTT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf0DDD41AC68b71ECbad395AA6240c41c5B55C749",
- "status": "abandoned",
- "id": "0xf0DDD41AC68b71ECbad395AA6240c41c5B55C749"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf0DDD41AC68b71ECbad395AA6240c41c5B55C749/logo.png b/blockchains/ethereum/assets/0xf0DDD41AC68b71ECbad395AA6240c41c5B55C749/logo.png
deleted file mode 100644
index bf09792675990..0000000000000
Binary files a/blockchains/ethereum/assets/0xf0DDD41AC68b71ECbad395AA6240c41c5B55C749/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf0Ee6b27b759C9893Ce4f094b49ad28fd15A23e4/info.json b/blockchains/ethereum/assets/0xf0Ee6b27b759C9893Ce4f094b49ad28fd15A23e4/info.json
deleted file mode 100644
index 2a7ce454fafe8..0000000000000
--- a/blockchains/ethereum/assets/0xf0Ee6b27b759C9893Ce4f094b49ad28fd15A23e4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Enigma",
- "symbol": "ENG",
- "type": "ERC20",
- "decimals": 8,
- "description": "Enigma builds and supports groundbreaking privacy-focused technologies and networks.",
- "website": "https://enigma.co",
- "explorer": "https://etherscan.io/token/0xf0Ee6b27b759C9893Ce4f094b49ad28fd15A23e4",
- "status": "active",
- "id": "0xf0Ee6b27b759C9893Ce4f094b49ad28fd15A23e4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf0Ee6b27b759C9893Ce4f094b49ad28fd15A23e4/logo.png b/blockchains/ethereum/assets/0xf0Ee6b27b759C9893Ce4f094b49ad28fd15A23e4/logo.png
deleted file mode 100644
index 559c3b9f31866..0000000000000
Binary files a/blockchains/ethereum/assets/0xf0Ee6b27b759C9893Ce4f094b49ad28fd15A23e4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf0bCc10ABA434B054CC6ec3C87A57491e9473BaC/info.json b/blockchains/ethereum/assets/0xf0bCc10ABA434B054CC6ec3C87A57491e9473BaC/info.json
deleted file mode 100644
index 0936daa110c51..0000000000000
--- a/blockchains/ethereum/assets/0xf0bCc10ABA434B054CC6ec3C87A57491e9473BaC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethenity",
- "website": "http://ethenity.airsite.co",
- "description": "Ethereum-based alternative asset for trading,developing innovative and alternative cryptocurrency solutions.",
- "explorer": "https://etherscan.io/token/0xf0bCc10ABA434B054CC6ec3C87A57491e9473BaC",
- "type": "ERC20",
- "symbol": "ETHN",
- "decimals": 18,
- "status": "active",
- "id": "0xf0bCc10ABA434B054CC6ec3C87A57491e9473BaC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf0bCc10ABA434B054CC6ec3C87A57491e9473BaC/logo.png b/blockchains/ethereum/assets/0xf0bCc10ABA434B054CC6ec3C87A57491e9473BaC/logo.png
deleted file mode 100644
index 81e4c34ba01a3..0000000000000
Binary files a/blockchains/ethereum/assets/0xf0bCc10ABA434B054CC6ec3C87A57491e9473BaC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf0f9D895aCa5c8678f706FB8216fa22957685A13/info.json b/blockchains/ethereum/assets/0xf0f9D895aCa5c8678f706FB8216fa22957685A13/info.json
deleted file mode 100644
index 974362b0804ef..0000000000000
--- a/blockchains/ethereum/assets/0xf0f9D895aCa5c8678f706FB8216fa22957685A13/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Cult DAO (CULT)",
- "type": "ERC20",
- "symbol": "CULT",
- "decimals": 18,
- "website": "https://cultdao.io",
- "description": "CULT is the tradable and liquid token of CULT DAO, transacting CULT will contribute to protocol by filling the DAO treasury slowly, to fund investments into decentralised technologies to fast forward the revolution against centralization. This is achieved due to a 0.4% collection on transactions.",
- "explorer": "https://etherscan.io/token/0xf0f9D895aCa5c8678f706FB8216fa22957685A13",
- "status": "active",
- "id": "0xf0f9D895aCa5c8678f706FB8216fa22957685A13",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/wearecultdao"
- },
- {
- "name": "github",
- "url": "https://github.com/cultdao-developer/cultdao"
- },
- {
- "name": "telegram",
- "url": "https://t.me/cultdao"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/cult-dao/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf0f9D895aCa5c8678f706FB8216fa22957685A13/logo.png b/blockchains/ethereum/assets/0xf0f9D895aCa5c8678f706FB8216fa22957685A13/logo.png
deleted file mode 100644
index 24ec21b805ea7..0000000000000
Binary files a/blockchains/ethereum/assets/0xf0f9D895aCa5c8678f706FB8216fa22957685A13/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf132cA4DBBD2ca2dd7A1178B5F38Bf56b566ff55/info.json b/blockchains/ethereum/assets/0xf132cA4DBBD2ca2dd7A1178B5F38Bf56b566ff55/info.json
deleted file mode 100644
index cb195d06a6943..0000000000000
--- a/blockchains/ethereum/assets/0xf132cA4DBBD2ca2dd7A1178B5F38Bf56b566ff55/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BONUSHAMMER",
- "symbol": "BONUS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf132cA4DBBD2ca2dd7A1178B5F38Bf56b566ff55",
- "status": "abandoned",
- "id": "0xf132cA4DBBD2ca2dd7A1178B5F38Bf56b566ff55"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf132cA4DBBD2ca2dd7A1178B5F38Bf56b566ff55/logo.png b/blockchains/ethereum/assets/0xf132cA4DBBD2ca2dd7A1178B5F38Bf56b566ff55/logo.png
deleted file mode 100644
index a47eaa4c2c910..0000000000000
Binary files a/blockchains/ethereum/assets/0xf132cA4DBBD2ca2dd7A1178B5F38Bf56b566ff55/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf14922001A2FB8541a433905437ae954419C2439/info.json b/blockchains/ethereum/assets/0xf14922001A2FB8541a433905437ae954419C2439/info.json
deleted file mode 100644
index 4aa757ab5ad05..0000000000000
--- a/blockchains/ethereum/assets/0xf14922001A2FB8541a433905437ae954419C2439/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Inmediate",
- "symbol": "DIT",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://inmediate.io/",
- "explorer": "https://etherscan.io/token/0xf14922001A2FB8541a433905437ae954419C2439",
- "status": "abandoned",
- "id": "0xf14922001A2FB8541a433905437ae954419C2439"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf14922001A2FB8541a433905437ae954419C2439/logo.png b/blockchains/ethereum/assets/0xf14922001A2FB8541a433905437ae954419C2439/logo.png
deleted file mode 100644
index 9e59e6593dcbe..0000000000000
Binary files a/blockchains/ethereum/assets/0xf14922001A2FB8541a433905437ae954419C2439/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf151980E7A781481709e8195744bF2399FB3Cba4/info.json b/blockchains/ethereum/assets/0xf151980E7A781481709e8195744bF2399FB3Cba4/info.json
deleted file mode 100644
index cfa61695b4380..0000000000000
--- a/blockchains/ethereum/assets/0xf151980E7A781481709e8195744bF2399FB3Cba4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Freeway Token",
- "symbol": "FWT",
- "type": "ERC20",
- "decimals": 18,
- "description": "Freeway Tokens (FWT) are the native utility tokens for AuBit Freeway — a ground-breaking new asset management platform built for greater total returns on the world’s top investment products with no additional risk.",
- "website": "https://aubit.io/",
- "explorer": "https://etherscan.io/token/0xf151980E7A781481709e8195744bF2399FB3Cba4",
- "status": "active",
- "id": "0xf151980E7A781481709e8195744bF2399FB3Cba4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf151980E7A781481709e8195744bF2399FB3Cba4/logo.png b/blockchains/ethereum/assets/0xf151980E7A781481709e8195744bF2399FB3Cba4/logo.png
deleted file mode 100644
index ddb872c3d819c..0000000000000
Binary files a/blockchains/ethereum/assets/0xf151980E7A781481709e8195744bF2399FB3Cba4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf16843C8ab59AE17f9481Ec756a1DED049192AF4/info.json b/blockchains/ethereum/assets/0xf16843C8ab59AE17f9481Ec756a1DED049192AF4/info.json
deleted file mode 100644
index d659e86c6c44b..0000000000000
--- a/blockchains/ethereum/assets/0xf16843C8ab59AE17f9481Ec756a1DED049192AF4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "比特链",
- "symbol": "BIT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf16843C8ab59AE17f9481Ec756a1DED049192AF4",
- "status": "abandoned",
- "id": "0xf16843C8ab59AE17f9481Ec756a1DED049192AF4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf16843C8ab59AE17f9481Ec756a1DED049192AF4/logo.png b/blockchains/ethereum/assets/0xf16843C8ab59AE17f9481Ec756a1DED049192AF4/logo.png
deleted file mode 100755
index db9a8ca65793b..0000000000000
Binary files a/blockchains/ethereum/assets/0xf16843C8ab59AE17f9481Ec756a1DED049192AF4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf16D45806BFb0ABe59087CD8F388E0042ec7D0d3/info.json b/blockchains/ethereum/assets/0xf16D45806BFb0ABe59087CD8F388E0042ec7D0d3/info.json
deleted file mode 100644
index 46852ce13a686..0000000000000
--- a/blockchains/ethereum/assets/0xf16D45806BFb0ABe59087CD8F388E0042ec7D0d3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FOMOPROTOCOL",
- "symbol": "FOM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf16D45806BFb0ABe59087CD8F388E0042ec7D0d3",
- "status": "abandoned",
- "id": "0xf16D45806BFb0ABe59087CD8F388E0042ec7D0d3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf16D45806BFb0ABe59087CD8F388E0042ec7D0d3/logo.png b/blockchains/ethereum/assets/0xf16D45806BFb0ABe59087CD8F388E0042ec7D0d3/logo.png
deleted file mode 100644
index 57928b683d543..0000000000000
Binary files a/blockchains/ethereum/assets/0xf16D45806BFb0ABe59087CD8F388E0042ec7D0d3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf16e81dce15B08F326220742020379B855B87DF9/info.json b/blockchains/ethereum/assets/0xf16e81dce15B08F326220742020379B855B87DF9/info.json
deleted file mode 100644
index 72ba55c3f7631..0000000000000
--- a/blockchains/ethereum/assets/0xf16e81dce15B08F326220742020379B855B87DF9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IceToken",
- "website": "https://popsicle.finance",
- "description": "Popsicle finance is a next-gen cross-chain liquidity provider (LP) yield optimization platform",
- "explorer": "https://etherscan.io/token/0xf16e81dce15B08F326220742020379B855B87DF9",
- "type": "ERC20",
- "symbol": "ICE",
- "decimals": 18,
- "status": "active",
- "id": "0xf16e81dce15B08F326220742020379B855B87DF9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf16e81dce15B08F326220742020379B855B87DF9/logo.png b/blockchains/ethereum/assets/0xf16e81dce15B08F326220742020379B855B87DF9/logo.png
deleted file mode 100644
index 8a599ef610207..0000000000000
Binary files a/blockchains/ethereum/assets/0xf16e81dce15B08F326220742020379B855B87DF9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf1738912ae7439475712520797583ac784ea9033/info.json b/blockchains/ethereum/assets/0xf1738912ae7439475712520797583ac784ea9033/info.json
deleted file mode 100644
index de48554977b18..0000000000000
--- a/blockchains/ethereum/assets/0xf1738912ae7439475712520797583ac784ea9033/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "XionGlobal Token",
- "website": "https://xion.finance",
- "description": "Xion Global provides a global decentralized ecommerce platform, combining the world of blockchain, the power of DeFi and the ease and UX of ecommerce.",
- "explorer": "https://etherscan.io/token/0xf1738912ae7439475712520797583ac784ea9033",
- "type": "ERC20",
- "symbol": "XGT",
- "decimals": 18,
- "status": "abandoned",
- "id": "0xf1738912ae7439475712520797583ac784ea9033"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf1738912ae7439475712520797583ac784ea9033/logo.png b/blockchains/ethereum/assets/0xf1738912ae7439475712520797583ac784ea9033/logo.png
deleted file mode 100644
index 59a5a1873cf00..0000000000000
Binary files a/blockchains/ethereum/assets/0xf1738912ae7439475712520797583ac784ea9033/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf18432Ef894Ef4b2a5726F933718F5A8cf9fF831/info.json b/blockchains/ethereum/assets/0xf18432Ef894Ef4b2a5726F933718F5A8cf9fF831/info.json
deleted file mode 100644
index 5933c330f8ab3..0000000000000
--- a/blockchains/ethereum/assets/0xf18432Ef894Ef4b2a5726F933718F5A8cf9fF831/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BioCrypt",
- "symbol": "BIO",
- "type": "ERC20",
- "decimals": 8,
- "description": "BioCrypt uses RFID and NFC technology to make everyday tasks easier and more convenient. These include authentication and verification, essentially allowing keys to become obsolete; supply chain management and item tracking through destination scans; and many more.",
- "website": "https://BioCrypt.Tech",
- "explorer": "https://etherscan.io/token/0xf18432Ef894Ef4b2a5726F933718F5A8cf9fF831",
- "status": "active",
- "id": "0xf18432Ef894Ef4b2a5726F933718F5A8cf9fF831"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf18432Ef894Ef4b2a5726F933718F5A8cf9fF831/logo.png b/blockchains/ethereum/assets/0xf18432Ef894Ef4b2a5726F933718F5A8cf9fF831/logo.png
deleted file mode 100644
index 482590abe2a14..0000000000000
Binary files a/blockchains/ethereum/assets/0xf18432Ef894Ef4b2a5726F933718F5A8cf9fF831/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf1937A3ae1a2c6B4E1531682268D89262E82f1Cd/info.json b/blockchains/ethereum/assets/0xf1937A3ae1a2c6B4E1531682268D89262E82f1Cd/info.json
deleted file mode 100644
index 320fd2450ca54..0000000000000
--- a/blockchains/ethereum/assets/0xf1937A3ae1a2c6B4E1531682268D89262E82f1Cd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OGCoin E-health Africa",
- "symbol": "OGC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf1937A3ae1a2c6B4E1531682268D89262E82f1Cd",
- "status": "abandoned",
- "id": "0xf1937A3ae1a2c6B4E1531682268D89262E82f1Cd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf1937A3ae1a2c6B4E1531682268D89262E82f1Cd/logo.png b/blockchains/ethereum/assets/0xf1937A3ae1a2c6B4E1531682268D89262E82f1Cd/logo.png
deleted file mode 100755
index b6f5847bd3897..0000000000000
Binary files a/blockchains/ethereum/assets/0xf1937A3ae1a2c6B4E1531682268D89262E82f1Cd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf1aC7A375429719DE0dde33528e2639B9a206ebA/info.json b/blockchains/ethereum/assets/0xf1aC7A375429719DE0dde33528e2639B9a206ebA/info.json
deleted file mode 100644
index 287aa6e0aaba4..0000000000000
--- a/blockchains/ethereum/assets/0xf1aC7A375429719DE0dde33528e2639B9a206ebA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AMGO - Arena Match Gold",
- "symbol": "AMGO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://arenamatch.com/amg/",
- "explorer": "https://etherscan.io/token/0xf1aC7A375429719DE0dde33528e2639B9a206ebA",
- "status": "abandoned",
- "id": "0xf1aC7A375429719DE0dde33528e2639B9a206ebA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf1aC7A375429719DE0dde33528e2639B9a206ebA/logo.png b/blockchains/ethereum/assets/0xf1aC7A375429719DE0dde33528e2639B9a206ebA/logo.png
deleted file mode 100644
index 0bbab71ec2c9a..0000000000000
Binary files a/blockchains/ethereum/assets/0xf1aC7A375429719DE0dde33528e2639B9a206ebA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf1f955016EcbCd7321c7266BccFB96c68ea5E49b/info.json b/blockchains/ethereum/assets/0xf1f955016EcbCd7321c7266BccFB96c68ea5E49b/info.json
deleted file mode 100644
index 671b0bceec472..0000000000000
--- a/blockchains/ethereum/assets/0xf1f955016EcbCd7321c7266BccFB96c68ea5E49b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rally",
- "website": "https://rally.io/",
- "description": "Cryptocurrency for Creator Communities",
- "explorer": "https://etherscan.io/token/0xf1f955016ecbcd7321c7266bccfb96c68ea5e49b",
- "type": "ERC20",
- "symbol": "RLY",
- "decimals": 18,
- "status": "active",
- "id": "0xf1f955016EcbCd7321c7266BccFB96c68ea5E49b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf1f955016EcbCd7321c7266BccFB96c68ea5E49b/logo.png b/blockchains/ethereum/assets/0xf1f955016EcbCd7321c7266BccFB96c68ea5E49b/logo.png
deleted file mode 100644
index 33d1bc5a9e9ac..0000000000000
Binary files a/blockchains/ethereum/assets/0xf1f955016EcbCd7321c7266BccFB96c68ea5E49b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf20E484056d9cb18733eAF6F2865257e23F92af1/info.json b/blockchains/ethereum/assets/0xf20E484056d9cb18733eAF6F2865257e23F92af1/info.json
deleted file mode 100644
index aa2feae639ed0..0000000000000
--- a/blockchains/ethereum/assets/0xf20E484056d9cb18733eAF6F2865257e23F92af1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Eterbase Cash",
- "symbol": "XBASE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf20E484056d9cb18733eAF6F2865257e23F92af1",
- "status": "abandoned",
- "id": "0xf20E484056d9cb18733eAF6F2865257e23F92af1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf20E484056d9cb18733eAF6F2865257e23F92af1/logo.png b/blockchains/ethereum/assets/0xf20E484056d9cb18733eAF6F2865257e23F92af1/logo.png
deleted file mode 100644
index 24d60d79d5e6f..0000000000000
Binary files a/blockchains/ethereum/assets/0xf20E484056d9cb18733eAF6F2865257e23F92af1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf21661D0D1d76d3ECb8e1B9F1c923DBfffAe4097/info.json b/blockchains/ethereum/assets/0xf21661D0D1d76d3ECb8e1B9F1c923DBfffAe4097/info.json
deleted file mode 100644
index 49c34ca4dc1e5..0000000000000
--- a/blockchains/ethereum/assets/0xf21661D0D1d76d3ECb8e1B9F1c923DBfffAe4097/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "Realio Network",
- "website": "https://realio.fund",
- "description": "End-to-end platform for compliant issuance, p2p trading and life-cycle management of digital assets.",
- "explorer": "https://etherscan.io/token/0xf21661D0D1d76d3ECb8e1B9F1c923DBfffAe4097",
- "type": "ERC20",
- "symbol": "RIO",
- "decimals": 18,
- "status": "active",
- "id": "0xf21661D0D1d76d3ECb8e1B9F1c923DBfffAe4097",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://realio.fund/static/assets/downloads/realio-wp.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf21661D0D1d76d3ECb8e1B9F1c923DBfffAe4097/logo.png b/blockchains/ethereum/assets/0xf21661D0D1d76d3ECb8e1B9F1c923DBfffAe4097/logo.png
deleted file mode 100644
index 3102104b493b0..0000000000000
Binary files a/blockchains/ethereum/assets/0xf21661D0D1d76d3ECb8e1B9F1c923DBfffAe4097/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf230b790E05390FC8295F4d3F60332c93BEd42e2/info.json b/blockchains/ethereum/assets/0xf230b790E05390FC8295F4d3F60332c93BEd42e2/info.json
deleted file mode 100644
index e578a9b93cb55..0000000000000
--- a/blockchains/ethereum/assets/0xf230b790E05390FC8295F4d3F60332c93BEd42e2/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Tronix (TRX)",
- "type": "ERC20",
- "symbol": "TRX",
- "decimals": 6,
- "website": "https://trondao.org/",
- "description": "TRON is the protocol dedicated to accelerating the decentralization of the Internet via blockchain technology and decentralized applications, or DApps. Since its inception in 2017, the TRON network has focused on two ideals: empowering developers and putting the power in the hands of the people. TRON network completed full decentralization in Dec 2021 and is now a purely community-governed DAO focused on creating an internet for all.",
- "explorer": "https://etherscan.io/token/0xf230b790E05390FC8295F4d3F60332c93BEd42e2",
- "status": "active",
- "id": "0xf230b790E05390FC8295F4d3F60332c93BEd42e2",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/trondao"
- },
- {
- "name": "github",
- "url": "https://github.com/tronprotocol/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/tronnetworkEN"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/tronix"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/pn6WWmXtQV"
- }
- ],
- "tags": [
- "governance"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xf230b790E05390FC8295F4d3F60332c93BEd42e2/logo.png b/blockchains/ethereum/assets/0xf230b790E05390FC8295F4d3F60332c93BEd42e2/logo.png
deleted file mode 100644
index 26173628d7ad2..0000000000000
Binary files a/blockchains/ethereum/assets/0xf230b790E05390FC8295F4d3F60332c93BEd42e2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf263292e14d9D8ECd55B58dAD1F1dF825a874b7c/info.json b/blockchains/ethereum/assets/0xf263292e14d9D8ECd55B58dAD1F1dF825a874b7c/info.json
deleted file mode 100644
index 9fc0c7061f8d4..0000000000000
--- a/blockchains/ethereum/assets/0xf263292e14d9D8ECd55B58dAD1F1dF825a874b7c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EduCoin",
- "symbol": "EDU",
- "type": "ERC20",
- "decimals": 18,
- "description": "Educoin is a decentralized online skill learning platform for learners to improve their professional skills in future technologies. Educoin is building the future for online education and professional development with blockchain technology.",
- "website": "http://www.edu.one/",
- "explorer": "https://etherscan.io/token/0xf263292e14d9D8ECd55B58dAD1F1dF825a874b7c",
- "status": "active",
- "id": "0xf263292e14d9D8ECd55B58dAD1F1dF825a874b7c"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf263292e14d9D8ECd55B58dAD1F1dF825a874b7c/logo.png b/blockchains/ethereum/assets/0xf263292e14d9D8ECd55B58dAD1F1dF825a874b7c/logo.png
deleted file mode 100644
index 535917f4cde99..0000000000000
Binary files a/blockchains/ethereum/assets/0xf263292e14d9D8ECd55B58dAD1F1dF825a874b7c/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf278c1CA969095ffddDED020290cf8B5C424AcE2/info.json b/blockchains/ethereum/assets/0xf278c1CA969095ffddDED020290cf8B5C424AcE2/info.json
deleted file mode 100644
index 2428627c6be1e..0000000000000
--- a/blockchains/ethereum/assets/0xf278c1CA969095ffddDED020290cf8B5C424AcE2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "RUFF",
- "symbol": "RUFF",
- "type": "ERC20",
- "decimals": 18,
- "description": "As an architecture combining block chain and internet of things (IoT), Ruff Chain includes a public chain for development as well as a distributed operating system.",
- "website": "http://ruffchain.com/",
- "explorer": "https://etherscan.io/token/0xf278c1CA969095ffddDED020290cf8B5C424AcE2",
- "status": "active",
- "id": "0xf278c1CA969095ffddDED020290cf8B5C424AcE2"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf278c1CA969095ffddDED020290cf8B5C424AcE2/logo.png b/blockchains/ethereum/assets/0xf278c1CA969095ffddDED020290cf8B5C424AcE2/logo.png
deleted file mode 100644
index d004357171d46..0000000000000
Binary files a/blockchains/ethereum/assets/0xf278c1CA969095ffddDED020290cf8B5C424AcE2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf28D3dcc9b6582F1b2D49Ca850dB1360571cB633/info.json b/blockchains/ethereum/assets/0xf28D3dcc9b6582F1b2D49Ca850dB1360571cB633/info.json
deleted file mode 100644
index b94d267089b1d..0000000000000
--- a/blockchains/ethereum/assets/0xf28D3dcc9b6582F1b2D49Ca850dB1360571cB633/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Spider Finance",
- "website": "https://spider.finance/",
- "description": "SPIDER FINANCE IS A FULLY DECENTRALIZED PROTOCOL FOR GAME ON ETHEREUM.",
- "explorer": "https://etherscan.io/token/0xf28D3dcc9b6582F1b2D49Ca850dB1360571cB633",
- "research": "",
- "type": "ERC20",
- "symbol": "SPID",
- "decimals": 18,
- "status": "active",
- "id": "0xf28D3dcc9b6582F1b2D49Ca850dB1360571cB633"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf28D3dcc9b6582F1b2D49Ca850dB1360571cB633/logo.png b/blockchains/ethereum/assets/0xf28D3dcc9b6582F1b2D49Ca850dB1360571cB633/logo.png
deleted file mode 100644
index 8232b02a7773d..0000000000000
Binary files a/blockchains/ethereum/assets/0xf28D3dcc9b6582F1b2D49Ca850dB1360571cB633/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf293d23BF2CDc05411Ca0edDD588eb1977e8dcd4/info.json b/blockchains/ethereum/assets/0xf293d23BF2CDc05411Ca0edDD588eb1977e8dcd4/info.json
deleted file mode 100644
index 81613408b23f2..0000000000000
--- a/blockchains/ethereum/assets/0xf293d23BF2CDc05411Ca0edDD588eb1977e8dcd4/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Sylo",
- "symbol": "SYLO",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xf293d23BF2CDc05411Ca0edDD588eb1977e8dcd4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf293d23BF2CDc05411Ca0edDD588eb1977e8dcd4/logo.png b/blockchains/ethereum/assets/0xf293d23BF2CDc05411Ca0edDD588eb1977e8dcd4/logo.png
deleted file mode 100644
index 44f7fb13ea8f7..0000000000000
Binary files a/blockchains/ethereum/assets/0xf293d23BF2CDc05411Ca0edDD588eb1977e8dcd4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf29e46887FFAE92f1ff87DfE39713875Da541373/info.json b/blockchains/ethereum/assets/0xf29e46887FFAE92f1ff87DfE39713875Da541373/info.json
deleted file mode 100644
index 29eed53f3d834..0000000000000
--- a/blockchains/ethereum/assets/0xf29e46887FFAE92f1ff87DfE39713875Da541373/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UNC",
- "website": "https://unicrypt.network",
- "description": "UNC was the initial token of the UniCrypt platform. Please swap it to UNCX (the new token) on the website.",
- "explorer": "https://etherscan.io/token/0xf29e46887FFAE92f1ff87DfE39713875Da541373",
- "type": "ERC20",
- "symbol": "UNC",
- "decimals": 18,
- "status": "active",
- "id": "0xf29e46887FFAE92f1ff87DfE39713875Da541373"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf29e46887FFAE92f1ff87DfE39713875Da541373/logo.png b/blockchains/ethereum/assets/0xf29e46887FFAE92f1ff87DfE39713875Da541373/logo.png
deleted file mode 100644
index be90c0e530fc9..0000000000000
Binary files a/blockchains/ethereum/assets/0xf29e46887FFAE92f1ff87DfE39713875Da541373/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf2D4A5dd017d78289C404DE98c37cE245e417C7f/info.json b/blockchains/ethereum/assets/0xf2D4A5dd017d78289C404DE98c37cE245e417C7f/info.json
deleted file mode 100644
index 56d08c4047123..0000000000000
--- a/blockchains/ethereum/assets/0xf2D4A5dd017d78289C404DE98c37cE245e417C7f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PAPARAZZI",
- "website": "https://pazzi.world",
- "description": "Paparazzi is a photo-centric blockchain-based platform to provide a seamless process of capturing, sharing, and trading a graphic memory.",
- "explorer": "https://etherscan.io/token/0xf2d4a5dd017d78289c404de98c37ce245e417c7f",
- "type": "ERC20",
- "symbol": "PAZZI-N",
- "decimals": 18,
- "status": "active",
- "id": "0xf2D4A5dd017d78289C404DE98c37cE245e417C7f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf2D4A5dd017d78289C404DE98c37cE245e417C7f/logo.png b/blockchains/ethereum/assets/0xf2D4A5dd017d78289C404DE98c37cE245e417C7f/logo.png
deleted file mode 100644
index 416fb73987172..0000000000000
Binary files a/blockchains/ethereum/assets/0xf2D4A5dd017d78289C404DE98c37cE245e417C7f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf2EAb3A2034D3f6B63734D2E08262040E3fF7B48/info.json b/blockchains/ethereum/assets/0xf2EAb3A2034D3f6B63734D2E08262040E3fF7B48/info.json
deleted file mode 100644
index 569c9b7c6c319..0000000000000
--- a/blockchains/ethereum/assets/0xf2EAb3A2034D3f6B63734D2E08262040E3fF7B48/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CANDY",
- "symbol": "CANDY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf2EAb3A2034D3f6B63734D2E08262040E3fF7B48",
- "status": "abandoned",
- "id": "0xf2EAb3A2034D3f6B63734D2E08262040E3fF7B48"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf2EAb3A2034D3f6B63734D2E08262040E3fF7B48/logo.png b/blockchains/ethereum/assets/0xf2EAb3A2034D3f6B63734D2E08262040E3fF7B48/logo.png
deleted file mode 100755
index 499cfe1fa6b47..0000000000000
Binary files a/blockchains/ethereum/assets/0xf2EAb3A2034D3f6B63734D2E08262040E3fF7B48/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf2a7C7f3932EfCc2ECB6b2C372B84030dE191dB0/info.json b/blockchains/ethereum/assets/0xf2a7C7f3932EfCc2ECB6b2C372B84030dE191dB0/info.json
deleted file mode 100644
index 32be2608c6e9f..0000000000000
--- a/blockchains/ethereum/assets/0xf2a7C7f3932EfCc2ECB6b2C372B84030dE191dB0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Secondary Data Attestation Token",
- "symbol": "SEDA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf2a7C7f3932EfCc2ECB6b2C372B84030dE191dB0",
- "status": "abandoned",
- "id": "0xf2a7C7f3932EfCc2ECB6b2C372B84030dE191dB0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf2a7C7f3932EfCc2ECB6b2C372B84030dE191dB0/logo.png b/blockchains/ethereum/assets/0xf2a7C7f3932EfCc2ECB6b2C372B84030dE191dB0/logo.png
deleted file mode 100755
index c14ffc4dd43d5..0000000000000
Binary files a/blockchains/ethereum/assets/0xf2a7C7f3932EfCc2ECB6b2C372B84030dE191dB0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf2aeA81b6ad3d0191c11Ce118CbE73D0403Fd51a/info.json b/blockchains/ethereum/assets/0xf2aeA81b6ad3d0191c11Ce118CbE73D0403Fd51a/info.json
deleted file mode 100644
index 832ad8944501f..0000000000000
--- a/blockchains/ethereum/assets/0xf2aeA81b6ad3d0191c11Ce118CbE73D0403Fd51a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EtherUtilityToken",
- "symbol": "EUT",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf2aeA81b6ad3d0191c11Ce118CbE73D0403Fd51a",
- "status": "abandoned",
- "id": "0xf2aeA81b6ad3d0191c11Ce118CbE73D0403Fd51a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf2aeA81b6ad3d0191c11Ce118CbE73D0403Fd51a/logo.png b/blockchains/ethereum/assets/0xf2aeA81b6ad3d0191c11Ce118CbE73D0403Fd51a/logo.png
deleted file mode 100644
index 7f9f097f12e59..0000000000000
Binary files a/blockchains/ethereum/assets/0xf2aeA81b6ad3d0191c11Ce118CbE73D0403Fd51a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf30547ff2Df1F1CBE5C8DD758B3dd098C856e38f/info.json b/blockchains/ethereum/assets/0xf30547ff2Df1F1CBE5C8DD758B3dd098C856e38f/info.json
deleted file mode 100644
index f85d2bdc9eff8..0000000000000
--- a/blockchains/ethereum/assets/0xf30547ff2Df1F1CBE5C8DD758B3dd098C856e38f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Rai Finance",
- "website": "https://rai.finance",
- "description": "RAI Finance is a protocol designed to provide DeFi with a wider range of assets, a higher amount of liquidity, and a diverse set of financial use cases. When this feature set is combined with the cross-chain compatibility of the Polkadot ecosystem, it eliminates fragmentation across the existing DeFi ecosystem by bringing a complement of new assets and a higher amount of liquidity to decentralized finance.",
- "explorer": "https://etherscan.io/token/0xf30547ff2Df1F1CBE5C8DD758B3dd098C856e38f",
- "type": "ERC20",
- "symbol": "Rai",
- "decimals": 18,
- "status": "active",
- "id": "0xf30547ff2Df1F1CBE5C8DD758B3dd098C856e38f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf30547ff2Df1F1CBE5C8DD758B3dd098C856e38f/logo.png b/blockchains/ethereum/assets/0xf30547ff2Df1F1CBE5C8DD758B3dd098C856e38f/logo.png
deleted file mode 100644
index 687e1736d012a..0000000000000
Binary files a/blockchains/ethereum/assets/0xf30547ff2Df1F1CBE5C8DD758B3dd098C856e38f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf3099f855D5D8Ea97d9862573985C1461c96Fd20/info.json b/blockchains/ethereum/assets/0xf3099f855D5D8Ea97d9862573985C1461c96Fd20/info.json
deleted file mode 100644
index 3eaab5d9d77fe..0000000000000
--- a/blockchains/ethereum/assets/0xf3099f855D5D8Ea97d9862573985C1461c96Fd20/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Clubfungus",
- "symbol": "FUUN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf3099f855D5D8Ea97d9862573985C1461c96Fd20",
- "status": "abandoned",
- "id": "0xf3099f855D5D8Ea97d9862573985C1461c96Fd20"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf3099f855D5D8Ea97d9862573985C1461c96Fd20/logo.png b/blockchains/ethereum/assets/0xf3099f855D5D8Ea97d9862573985C1461c96Fd20/logo.png
deleted file mode 100755
index 13245ff358211..0000000000000
Binary files a/blockchains/ethereum/assets/0xf3099f855D5D8Ea97d9862573985C1461c96Fd20/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf333b2Ace992ac2bBD8798bF57Bc65a06184afBa/info.json b/blockchains/ethereum/assets/0xf333b2Ace992ac2bBD8798bF57Bc65a06184afBa/info.json
deleted file mode 100644
index 09647e7d590f2..0000000000000
--- a/blockchains/ethereum/assets/0xf333b2Ace992ac2bBD8798bF57Bc65a06184afBa/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SND Token 1.0",
- "symbol": "SND",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "https://en.sandcoin.io/",
- "explorer": "https://etherscan.io/token/0xf333b2Ace992ac2bBD8798bF57Bc65a06184afBa",
- "status": "abandoned",
- "id": "0xf333b2Ace992ac2bBD8798bF57Bc65a06184afBa"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf333b2Ace992ac2bBD8798bF57Bc65a06184afBa/logo.png b/blockchains/ethereum/assets/0xf333b2Ace992ac2bBD8798bF57Bc65a06184afBa/logo.png
deleted file mode 100755
index a562c3d2c18fe..0000000000000
Binary files a/blockchains/ethereum/assets/0xf333b2Ace992ac2bBD8798bF57Bc65a06184afBa/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf34845b76015D2952B6E39436bC59Cae3C9ba17d/info.json b/blockchains/ethereum/assets/0xf34845b76015D2952B6E39436bC59Cae3C9ba17d/info.json
deleted file mode 100644
index 9070158c10970..0000000000000
--- a/blockchains/ethereum/assets/0xf34845b76015D2952B6E39436bC59Cae3C9ba17d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GIGS",
- "symbol": "GIGS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf34845b76015D2952B6E39436bC59Cae3C9ba17d",
- "status": "abandoned",
- "id": "0xf34845b76015D2952B6E39436bC59Cae3C9ba17d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf34845b76015D2952B6E39436bC59Cae3C9ba17d/logo.png b/blockchains/ethereum/assets/0xf34845b76015D2952B6E39436bC59Cae3C9ba17d/logo.png
deleted file mode 100644
index 9971c5c950efc..0000000000000
Binary files a/blockchains/ethereum/assets/0xf34845b76015D2952B6E39436bC59Cae3C9ba17d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf34960d9d60be18cC1D5Afc1A6F012A723a28811/info.json b/blockchains/ethereum/assets/0xf34960d9d60be18cC1D5Afc1A6F012A723a28811/info.json
deleted file mode 100644
index 18636707afff2..0000000000000
--- a/blockchains/ethereum/assets/0xf34960d9d60be18cC1D5Afc1A6F012A723a28811/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "KuCoin Token",
- "website": "https://kucoin.com",
- "description": "KCS performs as the key to the entire KuCoin ecosystem, and it will also be the native asset on KuCoin’s decentralized financial services as well as the governance token of KuCoin Community.",
- "explorer": "https://etherscan.io/token/0xf34960d9d60be18cC1D5Afc1A6F012A723a28811",
- "type": "ERC20",
- "symbol": "KCS",
- "decimals": 6,
- "status": "active",
- "id": "0xf34960d9d60be18cC1D5Afc1A6F012A723a28811",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Kucoin"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/KuCoinCom"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/KuCoinOfficial/"
- },
- {
- "name": "blog",
- "url": "https://medium.com/kucoinexchange"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Kucoin_Exchange"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/kucoin-shares/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf34960d9d60be18cC1D5Afc1A6F012A723a28811/logo.png b/blockchains/ethereum/assets/0xf34960d9d60be18cC1D5Afc1A6F012A723a28811/logo.png
deleted file mode 100644
index 58e8accbe57e6..0000000000000
Binary files a/blockchains/ethereum/assets/0xf34960d9d60be18cC1D5Afc1A6F012A723a28811/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf354a75DB1641D7658628771055199C41e7b4bAd/info.json b/blockchains/ethereum/assets/0xf354a75DB1641D7658628771055199C41e7b4bAd/info.json
deleted file mode 100644
index 9e01d10a5417a..0000000000000
--- a/blockchains/ethereum/assets/0xf354a75DB1641D7658628771055199C41e7b4bAd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JAY",
- "symbol": "JAY",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf354a75DB1641D7658628771055199C41e7b4bAd",
- "status": "abandoned",
- "id": "0xf354a75DB1641D7658628771055199C41e7b4bAd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf354a75DB1641D7658628771055199C41e7b4bAd/logo.png b/blockchains/ethereum/assets/0xf354a75DB1641D7658628771055199C41e7b4bAd/logo.png
deleted file mode 100644
index 35b6b445f3a2f..0000000000000
Binary files a/blockchains/ethereum/assets/0xf354a75DB1641D7658628771055199C41e7b4bAd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf3586684107CE0859c44aa2b2E0fB8cd8731a15a/info.json b/blockchains/ethereum/assets/0xf3586684107CE0859c44aa2b2E0fB8cd8731a15a/info.json
deleted file mode 100644
index 22ac43e844413..0000000000000
--- a/blockchains/ethereum/assets/0xf3586684107CE0859c44aa2b2E0fB8cd8731a15a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KaratBank Coin",
- "symbol": "KBC",
- "type": "ERC20",
- "decimals": 7,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf3586684107CE0859c44aa2b2E0fB8cd8731a15a",
- "status": "abandoned",
- "id": "0xf3586684107CE0859c44aa2b2E0fB8cd8731a15a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf3586684107CE0859c44aa2b2E0fB8cd8731a15a/logo.png b/blockchains/ethereum/assets/0xf3586684107CE0859c44aa2b2E0fB8cd8731a15a/logo.png
deleted file mode 100755
index 0eedf85862fdf..0000000000000
Binary files a/blockchains/ethereum/assets/0xf3586684107CE0859c44aa2b2E0fB8cd8731a15a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf360dDF8a7BC42Eef80AF1E2dAe748F4281f878C/info.json b/blockchains/ethereum/assets/0xf360dDF8a7BC42Eef80AF1E2dAe748F4281f878C/info.json
deleted file mode 100644
index 5b4352d0fd1fc..0000000000000
--- a/blockchains/ethereum/assets/0xf360dDF8a7BC42Eef80AF1E2dAe748F4281f878C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coin Swap",
- "symbol": "CSP",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf360dDF8a7BC42Eef80AF1E2dAe748F4281f878C",
- "status": "abandoned",
- "id": "0xf360dDF8a7BC42Eef80AF1E2dAe748F4281f878C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf360dDF8a7BC42Eef80AF1E2dAe748F4281f878C/logo.png b/blockchains/ethereum/assets/0xf360dDF8a7BC42Eef80AF1E2dAe748F4281f878C/logo.png
deleted file mode 100644
index 3c78201adb094..0000000000000
Binary files a/blockchains/ethereum/assets/0xf360dDF8a7BC42Eef80AF1E2dAe748F4281f878C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf3A2ace8e48751c965eA0A1D064303AcA53842b9/info.json b/blockchains/ethereum/assets/0xf3A2ace8e48751c965eA0A1D064303AcA53842b9/info.json
deleted file mode 100644
index 5f21b59728d06..0000000000000
--- a/blockchains/ethereum/assets/0xf3A2ace8e48751c965eA0A1D064303AcA53842b9/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "HXY Money",
- "website": "https://HXY.business",
- "description": "HXY Money is brought to you by HXY Business - Our ERC20 incentive token, HXY, acts as the economic core to the HXY.Business DApp eco-system",
- "explorer": "https://etherscan.io/token/0xf3A2ace8e48751c965eA0A1D064303AcA53842b9",
- "research": "",
- "type": "ERC20",
- "symbol": "HXY",
- "decimals": 8,
- "status": "active",
- "id": "0xf3A2ace8e48751c965eA0A1D064303AcA53842b9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf3A2ace8e48751c965eA0A1D064303AcA53842b9/logo.png b/blockchains/ethereum/assets/0xf3A2ace8e48751c965eA0A1D064303AcA53842b9/logo.png
deleted file mode 100644
index 53b4e268fc5d6..0000000000000
Binary files a/blockchains/ethereum/assets/0xf3A2ace8e48751c965eA0A1D064303AcA53842b9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1/info.json b/blockchains/ethereum/assets/0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1/info.json
deleted file mode 100644
index f1883c27d9e5a..0000000000000
--- a/blockchains/ethereum/assets/0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Deeper Network",
- "website": "https://deeper.network",
- "description": "The Decentralized Internet Infrastructure for Web3.0: A more secure, private and fairer internet for everyone",
- "explorer": "https://etherscan.io/token/0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1",
- "type": "ERC20",
- "symbol": "DPR",
- "decimals": 18,
- "status": "active",
- "id": "0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1/logo.png b/blockchains/ethereum/assets/0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1/logo.png
deleted file mode 100755
index 2e4c49df19cc3..0000000000000
Binary files a/blockchains/ethereum/assets/0xf3AE5d769e153Ef72b4e3591aC004E89F48107a1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf3D923825eEc91d3074C656d9d558e271Ed55aee/info.json b/blockchains/ethereum/assets/0xf3D923825eEc91d3074C656d9d558e271Ed55aee/info.json
deleted file mode 100644
index 9fbb0ed0d7b38..0000000000000
--- a/blockchains/ethereum/assets/0xf3D923825eEc91d3074C656d9d558e271Ed55aee/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EtherCenter",
- "symbol": "ECT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf3D923825eEc91d3074C656d9d558e271Ed55aee",
- "status": "abandoned",
- "id": "0xf3D923825eEc91d3074C656d9d558e271Ed55aee"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf3D923825eEc91d3074C656d9d558e271Ed55aee/logo.png b/blockchains/ethereum/assets/0xf3D923825eEc91d3074C656d9d558e271Ed55aee/logo.png
deleted file mode 100644
index acc1b1014dfa3..0000000000000
Binary files a/blockchains/ethereum/assets/0xf3D923825eEc91d3074C656d9d558e271Ed55aee/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf3DD3aCF1662A564E15D7569Fd80c105596e8846/info.json b/blockchains/ethereum/assets/0xf3DD3aCF1662A564E15D7569Fd80c105596e8846/info.json
deleted file mode 100644
index 17b57b0d4f36d..0000000000000
--- a/blockchains/ethereum/assets/0xf3DD3aCF1662A564E15D7569Fd80c105596e8846/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ALPHAPROTOCOL",
- "symbol": "ALP",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf3DD3aCF1662A564E15D7569Fd80c105596e8846",
- "status": "abandoned",
- "id": "0xf3DD3aCF1662A564E15D7569Fd80c105596e8846"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf3DD3aCF1662A564E15D7569Fd80c105596e8846/logo.png b/blockchains/ethereum/assets/0xf3DD3aCF1662A564E15D7569Fd80c105596e8846/logo.png
deleted file mode 100644
index f86884476e952..0000000000000
Binary files a/blockchains/ethereum/assets/0xf3DD3aCF1662A564E15D7569Fd80c105596e8846/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf3Db5Fa2C66B7aF3Eb0C0b782510816cbe4813b8/info.json b/blockchains/ethereum/assets/0xf3Db5Fa2C66B7aF3Eb0C0b782510816cbe4813b8/info.json
deleted file mode 100644
index 4ecc32e26dff0..0000000000000
--- a/blockchains/ethereum/assets/0xf3Db5Fa2C66B7aF3Eb0C0b782510816cbe4813b8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Everex",
- "symbol": "EVX",
- "type": "ERC20",
- "decimals": 4,
- "description": "Everex enables you to transfer, borrow, and trade in any fiat currency, anywhere. No Bank account required. With settling times below 30 seconds, transaction costs of a few cents, and global support, the world’s markets are in the palm of your hand.",
- "website": "https://www.everex.io/",
- "explorer": "https://etherscan.io/token/0xf3Db5Fa2C66B7aF3Eb0C0b782510816cbe4813b8",
- "status": "active",
- "id": "0xf3Db5Fa2C66B7aF3Eb0C0b782510816cbe4813b8"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf3Db5Fa2C66B7aF3Eb0C0b782510816cbe4813b8/logo.png b/blockchains/ethereum/assets/0xf3Db5Fa2C66B7aF3Eb0C0b782510816cbe4813b8/logo.png
deleted file mode 100755
index fe3a826a77e00..0000000000000
Binary files a/blockchains/ethereum/assets/0xf3Db5Fa2C66B7aF3Eb0C0b782510816cbe4813b8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf3bE20da25B31Bd6Ee4CE4496985b2064304C125/info.json b/blockchains/ethereum/assets/0xf3bE20da25B31Bd6Ee4CE4496985b2064304C125/info.json
deleted file mode 100644
index 353958bf36708..0000000000000
--- a/blockchains/ethereum/assets/0xf3bE20da25B31Bd6Ee4CE4496985b2064304C125/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MYUBI Token",
- "symbol": "MYU",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf3bE20da25B31Bd6Ee4CE4496985b2064304C125",
- "status": "abandoned",
- "id": "0xf3bE20da25B31Bd6Ee4CE4496985b2064304C125"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf3bE20da25B31Bd6Ee4CE4496985b2064304C125/logo.png b/blockchains/ethereum/assets/0xf3bE20da25B31Bd6Ee4CE4496985b2064304C125/logo.png
deleted file mode 100644
index fe19197f5c2f3..0000000000000
Binary files a/blockchains/ethereum/assets/0xf3bE20da25B31Bd6Ee4CE4496985b2064304C125/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf3db7560E820834658B590C96234c333Cd3D5E5e/info.json b/blockchains/ethereum/assets/0xf3db7560E820834658B590C96234c333Cd3D5E5e/info.json
deleted file mode 100644
index 01010e0439661..0000000000000
--- a/blockchains/ethereum/assets/0xf3db7560E820834658B590C96234c333Cd3D5E5e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Poker Chips",
- "symbol": "CHP",
- "type": "ERC20",
- "decimals": 18,
- "description": "CoinPoker is a poker room built on blockchain technology that aims to offer fantastic value for both poker players and cryptocurrency community members alike.",
- "website": "https://coinpoker.com/",
- "explorer": "https://etherscan.io/token/0xf3db7560E820834658B590C96234c333Cd3D5E5e",
- "status": "active",
- "id": "0xf3db7560E820834658B590C96234c333Cd3D5E5e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf3db7560E820834658B590C96234c333Cd3D5E5e/logo.png b/blockchains/ethereum/assets/0xf3db7560E820834658B590C96234c333Cd3D5E5e/logo.png
deleted file mode 100644
index 514358fb02916..0000000000000
Binary files a/blockchains/ethereum/assets/0xf3db7560E820834658B590C96234c333Cd3D5E5e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf4065e4477e91C177DED71A7A6fb5ee07DC46BC9/info.json b/blockchains/ethereum/assets/0xf4065e4477e91C177DED71A7A6fb5ee07DC46BC9/info.json
deleted file mode 100644
index 004dda363e06d..0000000000000
--- a/blockchains/ethereum/assets/0xf4065e4477e91C177DED71A7A6fb5ee07DC46BC9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CEDEX",
- "symbol": "CEDEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://cedex.com/",
- "explorer": "https://etherscan.io/token/0xf4065e4477e91C177DED71A7A6fb5ee07DC46BC9",
- "status": "abandoned",
- "id": "0xf4065e4477e91C177DED71A7A6fb5ee07DC46BC9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf4065e4477e91C177DED71A7A6fb5ee07DC46BC9/logo.png b/blockchains/ethereum/assets/0xf4065e4477e91C177DED71A7A6fb5ee07DC46BC9/logo.png
deleted file mode 100644
index 29deb3fcbd02d..0000000000000
Binary files a/blockchains/ethereum/assets/0xf4065e4477e91C177DED71A7A6fb5ee07DC46BC9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf418588522d5dd018b425E472991E52EBBeEEEEE/info.json b/blockchains/ethereum/assets/0xf418588522d5dd018b425E472991E52EBBeEEEEE/info.json
deleted file mode 100644
index 8d0ee8e22ab21..0000000000000
--- a/blockchains/ethereum/assets/0xf418588522d5dd018b425E472991E52EBBeEEEEE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PUSH",
- "website": "https://epns.io/",
- "description": "PUSH is Ethereum Push Notification Service (EPNS) native token. EPNS is a Protocol for blockchain based notifications that are platform agnostic and incentivized!",
- "explorer": "https://etherscan.io/token/0xf418588522d5dd018b425e472991e52ebbeeeeee",
- "type": "ERC20",
- "symbol": "PUSH",
- "decimals": 18,
- "status": "active",
- "id": "0xf418588522d5dd018b425E472991E52EBBeEEEEE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf418588522d5dd018b425E472991E52EBBeEEEEE/logo.png b/blockchains/ethereum/assets/0xf418588522d5dd018b425E472991E52EBBeEEEEE/logo.png
deleted file mode 100644
index 36c76dff1e7d2..0000000000000
Binary files a/blockchains/ethereum/assets/0xf418588522d5dd018b425E472991E52EBBeEEEEE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf4203b8ed8Fc03e2caE2e2De3BC6c5f410849626/info.json b/blockchains/ethereum/assets/0xf4203b8ed8Fc03e2caE2e2De3BC6c5f410849626/info.json
deleted file mode 100644
index e5ba3ad13a2da..0000000000000
--- a/blockchains/ethereum/assets/0xf4203b8ed8Fc03e2caE2e2De3BC6c5f410849626/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YAM2",
- "symbol": "YAM2",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf4203b8ed8Fc03e2caE2e2De3BC6c5f410849626",
- "status": "abandoned",
- "id": "0xf4203b8ed8Fc03e2caE2e2De3BC6c5f410849626"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf4203b8ed8Fc03e2caE2e2De3BC6c5f410849626/logo.png b/blockchains/ethereum/assets/0xf4203b8ed8Fc03e2caE2e2De3BC6c5f410849626/logo.png
deleted file mode 100644
index 38d3786155505..0000000000000
Binary files a/blockchains/ethereum/assets/0xf4203b8ed8Fc03e2caE2e2De3BC6c5f410849626/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf42De14aBbdA1244D66b12387cb87fC91EfcFE85/info.json b/blockchains/ethereum/assets/0xf42De14aBbdA1244D66b12387cb87fC91EfcFE85/info.json
deleted file mode 100644
index 66e026f873e50..0000000000000
--- a/blockchains/ethereum/assets/0xf42De14aBbdA1244D66b12387cb87fC91EfcFE85/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Steady",
- "symbol": "STEADY",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf42De14aBbdA1244D66b12387cb87fC91EfcFE85",
- "status": "abandoned",
- "id": "0xf42De14aBbdA1244D66b12387cb87fC91EfcFE85"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf42De14aBbdA1244D66b12387cb87fC91EfcFE85/logo.png b/blockchains/ethereum/assets/0xf42De14aBbdA1244D66b12387cb87fC91EfcFE85/logo.png
deleted file mode 100644
index 8451147d7e140..0000000000000
Binary files a/blockchains/ethereum/assets/0xf42De14aBbdA1244D66b12387cb87fC91EfcFE85/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf42E320Cb4755Eaa35F17348f09cC962Ce187Cb9/info.json b/blockchains/ethereum/assets/0xf42E320Cb4755Eaa35F17348f09cC962Ce187Cb9/info.json
deleted file mode 100644
index e5bb6c49c3021..0000000000000
--- a/blockchains/ethereum/assets/0xf42E320Cb4755Eaa35F17348f09cC962Ce187Cb9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R931542",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf42E320Cb4755Eaa35F17348f09cC962Ce187Cb9",
- "status": "abandoned",
- "id": "0xf42E320Cb4755Eaa35F17348f09cC962Ce187Cb9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf42E320Cb4755Eaa35F17348f09cC962Ce187Cb9/logo.png b/blockchains/ethereum/assets/0xf42E320Cb4755Eaa35F17348f09cC962Ce187Cb9/logo.png
deleted file mode 100755
index ec0c1ef788a57..0000000000000
Binary files a/blockchains/ethereum/assets/0xf42E320Cb4755Eaa35F17348f09cC962Ce187Cb9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf434f92a7867025204d1A2419d0731316b3F6c6a/info.json b/blockchains/ethereum/assets/0xf434f92a7867025204d1A2419d0731316b3F6c6a/info.json
deleted file mode 100644
index e5522611648f2..0000000000000
--- a/blockchains/ethereum/assets/0xf434f92a7867025204d1A2419d0731316b3F6c6a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Derivatives Smart Contract Token",
- "symbol": "DSCT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf434f92a7867025204d1A2419d0731316b3F6c6a",
- "status": "abandoned",
- "id": "0xf434f92a7867025204d1A2419d0731316b3F6c6a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf434f92a7867025204d1A2419d0731316b3F6c6a/logo.png b/blockchains/ethereum/assets/0xf434f92a7867025204d1A2419d0731316b3F6c6a/logo.png
deleted file mode 100644
index 22f2ae93a83fa..0000000000000
Binary files a/blockchains/ethereum/assets/0xf434f92a7867025204d1A2419d0731316b3F6c6a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf44745fBd41F6A1ba151df190db0564c5fCc4410/info.json b/blockchains/ethereum/assets/0xf44745fBd41F6A1ba151df190db0564c5fCc4410/info.json
deleted file mode 100644
index 828b207201561..0000000000000
--- a/blockchains/ethereum/assets/0xf44745fBd41F6A1ba151df190db0564c5fCc4410/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "COPYTRACK Token",
- "symbol": "CPY",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://copytrack.io",
- "explorer": "https://etherscan.io/token/0xf44745fBd41F6A1ba151df190db0564c5fCc4410",
- "status": "abandoned",
- "id": "0xf44745fBd41F6A1ba151df190db0564c5fCc4410"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf44745fBd41F6A1ba151df190db0564c5fCc4410/logo.png b/blockchains/ethereum/assets/0xf44745fBd41F6A1ba151df190db0564c5fCc4410/logo.png
deleted file mode 100644
index c748619570948..0000000000000
Binary files a/blockchains/ethereum/assets/0xf44745fBd41F6A1ba151df190db0564c5fCc4410/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf453B5B9d4E0B5c62ffB256BB2378cc2BC8e8a89/info.json b/blockchains/ethereum/assets/0xf453B5B9d4E0B5c62ffB256BB2378cc2BC8e8a89/info.json
deleted file mode 100644
index 5e2ca02d03179..0000000000000
--- a/blockchains/ethereum/assets/0xf453B5B9d4E0B5c62ffB256BB2378cc2BC8e8a89/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mark",
- "symbol": "MRK",
- "type": "ERC20",
- "decimals": 8,
- "description": "MARK.SPACE is an open-source platform for the creation of 3D/VR/AR-compatible spaces and objects of any purpose, as well as their quick launch and integration into a unique ecosystem. The platform supports a crypto economy and is powered by Blockchain.",
- "website": "http://markspace.io/",
- "explorer": "https://etherscan.io/token/0xf453B5B9d4E0B5c62ffB256BB2378cc2BC8e8a89",
- "status": "active",
- "id": "0xf453B5B9d4E0B5c62ffB256BB2378cc2BC8e8a89"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf453B5B9d4E0B5c62ffB256BB2378cc2BC8e8a89/logo.png b/blockchains/ethereum/assets/0xf453B5B9d4E0B5c62ffB256BB2378cc2BC8e8a89/logo.png
deleted file mode 100755
index 584c0d5c5895d..0000000000000
Binary files a/blockchains/ethereum/assets/0xf453B5B9d4E0B5c62ffB256BB2378cc2BC8e8a89/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf485C5E679238f9304D986bb2fC28fE3379200e5/info.json b/blockchains/ethereum/assets/0xf485C5E679238f9304D986bb2fC28fE3379200e5/info.json
deleted file mode 100644
index 956350ec63e6f..0000000000000
--- a/blockchains/ethereum/assets/0xf485C5E679238f9304D986bb2fC28fE3379200e5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "UG Coin",
- "symbol": "UGC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://www.ugchain.com/",
- "explorer": "https://etherscan.io/token/0xf485C5E679238f9304D986bb2fC28fE3379200e5",
- "status": "abandoned",
- "id": "0xf485C5E679238f9304D986bb2fC28fE3379200e5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf485C5E679238f9304D986bb2fC28fE3379200e5/logo.png b/blockchains/ethereum/assets/0xf485C5E679238f9304D986bb2fC28fE3379200e5/logo.png
deleted file mode 100644
index 3b8210b370247..0000000000000
Binary files a/blockchains/ethereum/assets/0xf485C5E679238f9304D986bb2fC28fE3379200e5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf48ffa222A33E7C6Bed217acD27A68d3509B7E9d/info.json b/blockchains/ethereum/assets/0xf48ffa222A33E7C6Bed217acD27A68d3509B7E9d/info.json
deleted file mode 100644
index 08b1ce7fc4f5d..0000000000000
--- a/blockchains/ethereum/assets/0xf48ffa222A33E7C6Bed217acD27A68d3509B7E9d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Monero White",
- "symbol": "XMRW",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf48ffa222A33E7C6Bed217acD27A68d3509B7E9d",
- "status": "abandoned",
- "id": "0xf48ffa222A33E7C6Bed217acD27A68d3509B7E9d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf48ffa222A33E7C6Bed217acD27A68d3509B7E9d/logo.png b/blockchains/ethereum/assets/0xf48ffa222A33E7C6Bed217acD27A68d3509B7E9d/logo.png
deleted file mode 100644
index d404e94c44ed7..0000000000000
Binary files a/blockchains/ethereum/assets/0xf48ffa222A33E7C6Bed217acD27A68d3509B7E9d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf4922496163E8176CeD096ED80c67ca8ea2168D6/info.json b/blockchains/ethereum/assets/0xf4922496163E8176CeD096ED80c67ca8ea2168D6/info.json
deleted file mode 100644
index 529491aa6432a..0000000000000
--- a/blockchains/ethereum/assets/0xf4922496163E8176CeD096ED80c67ca8ea2168D6/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Les Collectionneurs",
- "symbol": "PINS",
- "type": "ERC20",
- "decimals": 18,
- "description": "Les Collectionneurs is a community of French-speaking enthusiasts who share their knowledge of NFTs. The purpose of this community is to inform, exchange knowledge about NFTs, promote certain projects or artists, and explain the interest and importance of NFTs in the world of crypto-currencies to new members.",
- "website": "https://lescollectionneurs.org/",
- "explorer": "https://etherscan.io/token/0xf4922496163E8176CeD096ED80c67ca8ea2168D6",
- "status": "active",
- "id": "0xf4922496163E8176CeD096ED80c67ca8ea2168D6",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Collections_NFT"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/lcnft"
- }
- ],
- "tags": [
- "nft"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xf4922496163E8176CeD096ED80c67ca8ea2168D6/logo.png b/blockchains/ethereum/assets/0xf4922496163E8176CeD096ED80c67ca8ea2168D6/logo.png
deleted file mode 100644
index d5758ed2712ed..0000000000000
Binary files a/blockchains/ethereum/assets/0xf4922496163E8176CeD096ED80c67ca8ea2168D6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf4CD3d3Fda8d7Fd6C5a500203e38640A70Bf9577/info.json b/blockchains/ethereum/assets/0xf4CD3d3Fda8d7Fd6C5a500203e38640A70Bf9577/info.json
deleted file mode 100644
index 39c0e63df3d9e..0000000000000
--- a/blockchains/ethereum/assets/0xf4CD3d3Fda8d7Fd6C5a500203e38640A70Bf9577/info.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "name": "YfDAI.finance",
- "website": "https://yfdai.finance/",
- "description": "YFDAI is a community centric, innovative DeFi project developed by the people, for the people. The decisions and actions of YFDAI will be made by its members and community to ensure equity and fairness for all. YFDAI is a new form of governance system where innovation, entrepreneurship, and technological advancement is the priority and the goal is delivering a much needed utility focus to DeFi.",
- "explorer": "https://etherscan.io/token/0xf4CD3d3Fda8d7Fd6C5a500203e38640A70Bf9577",
- "type": "ERC20",
- "symbol": "Yf-DAI",
- "decimals": 18,
- "status": "active",
- "id": "0xf4CD3d3Fda8d7Fd6C5a500203e38640A70Bf9577",
- "tags": [
- "governance"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/YfdaiF"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf4CD3d3Fda8d7Fd6C5a500203e38640A70Bf9577/logo.png b/blockchains/ethereum/assets/0xf4CD3d3Fda8d7Fd6C5a500203e38640A70Bf9577/logo.png
deleted file mode 100644
index 86fe25789d9f9..0000000000000
Binary files a/blockchains/ethereum/assets/0xf4CD3d3Fda8d7Fd6C5a500203e38640A70Bf9577/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf4c571fb6DD704E58561Cdd275fa4B80cFe82f76/info.json b/blockchains/ethereum/assets/0xf4c571fb6DD704E58561Cdd275fa4B80cFe82f76/info.json
deleted file mode 100644
index 5beb2ac9443a4..0000000000000
--- a/blockchains/ethereum/assets/0xf4c571fb6DD704E58561Cdd275fa4B80cFe82f76/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ROTH",
- "symbol": "RFX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf4c571fb6DD704E58561Cdd275fa4B80cFe82f76",
- "status": "abandoned",
- "id": "0xf4c571fb6DD704E58561Cdd275fa4B80cFe82f76"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf4c571fb6DD704E58561Cdd275fa4B80cFe82f76/logo.png b/blockchains/ethereum/assets/0xf4c571fb6DD704E58561Cdd275fa4B80cFe82f76/logo.png
deleted file mode 100644
index aab766ce2a8a9..0000000000000
Binary files a/blockchains/ethereum/assets/0xf4c571fb6DD704E58561Cdd275fa4B80cFe82f76/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf4c90e18727C5C76499eA6369C856A6d61D3E92E/info.json b/blockchains/ethereum/assets/0xf4c90e18727C5C76499eA6369C856A6d61D3E92E/info.json
deleted file mode 100644
index c943d7de39967..0000000000000
--- a/blockchains/ethereum/assets/0xf4c90e18727C5C76499eA6369C856A6d61D3E92E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "INK token",
- "symbol": "INK",
- "type": "ERC20",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf4c90e18727C5C76499eA6369C856A6d61D3E92E",
- "status": "abandoned",
- "id": "0xf4c90e18727C5C76499eA6369C856A6d61D3E92E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf4c90e18727C5C76499eA6369C856A6d61D3E92E/logo.png b/blockchains/ethereum/assets/0xf4c90e18727C5C76499eA6369C856A6d61D3E92E/logo.png
deleted file mode 100644
index 60830407f1ca8..0000000000000
Binary files a/blockchains/ethereum/assets/0xf4c90e18727C5C76499eA6369C856A6d61D3E92E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf4d2888d29D722226FafA5d9B24F9164c092421E/info.json b/blockchains/ethereum/assets/0xf4d2888d29D722226FafA5d9B24F9164c092421E/info.json
deleted file mode 100644
index acdafac570e89..0000000000000
--- a/blockchains/ethereum/assets/0xf4d2888d29D722226FafA5d9B24F9164c092421E/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "LooksRare",
- "symbol": "LOOKS",
- "type": "ERC20",
- "decimals": 18,
- "description": "LooksRare is the community-first NFT marketplace with rewards for participating. ",
- "website": "https://looksrare.org",
- "explorer": "https://etherscan.io/token/0xf4d2888d29d722226fafa5d9b24f9164c092421e",
- "status": "active",
- "id": "0xf4d2888d29D722226FafA5d9B24F9164c092421E",
- "tags": [
- "nft",
- "gamefi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/LooksRareNFT"
- },
- {
- "name": "github",
- "url": "https://github.com/looksrare"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/looksrare/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf4d2888d29D722226FafA5d9B24F9164c092421E/logo.png b/blockchains/ethereum/assets/0xf4d2888d29D722226FafA5d9B24F9164c092421E/logo.png
deleted file mode 100644
index ce2b4b510966f..0000000000000
Binary files a/blockchains/ethereum/assets/0xf4d2888d29D722226FafA5d9B24F9164c092421E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf500e14C35298B7b741a42Fd1f0EFFBaE46d5393/info.json b/blockchains/ethereum/assets/0xf500e14C35298B7b741a42Fd1f0EFFBaE46d5393/info.json
deleted file mode 100644
index 0de965dcf0850..0000000000000
--- a/blockchains/ethereum/assets/0xf500e14C35298B7b741a42Fd1f0EFFBaE46d5393/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OXITRON",
- "symbol": "OTRN",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf500e14C35298B7b741a42Fd1f0EFFBaE46d5393",
- "status": "abandoned",
- "id": "0xf500e14C35298B7b741a42Fd1f0EFFBaE46d5393"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf500e14C35298B7b741a42Fd1f0EFFBaE46d5393/logo.png b/blockchains/ethereum/assets/0xf500e14C35298B7b741a42Fd1f0EFFBaE46d5393/logo.png
deleted file mode 100644
index d8e337d0648b5..0000000000000
Binary files a/blockchains/ethereum/assets/0xf500e14C35298B7b741a42Fd1f0EFFBaE46d5393/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf51EBf9a26DbC02B13F8B3a9110dac47a4d62D78/info.json b/blockchains/ethereum/assets/0xf51EBf9a26DbC02B13F8B3a9110dac47a4d62D78/info.json
deleted file mode 100644
index 1cdbc36d82145..0000000000000
--- a/blockchains/ethereum/assets/0xf51EBf9a26DbC02B13F8B3a9110dac47a4d62D78/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "APIX",
- "symbol": "APIX",
- "type": "ERC20",
- "decimals": 18,
- "description": "APIS platform provides service to help effective node management and to deliver better access to Blockchain incentive system.",
- "website": "https://apisplatform.io/",
- "explorer": "https://etherscan.io/token/0xf51EBf9a26DbC02B13F8B3a9110dac47a4d62D78",
- "status": "active",
- "id": "0xf51EBf9a26DbC02B13F8B3a9110dac47a4d62D78"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf51EBf9a26DbC02B13F8B3a9110dac47a4d62D78/logo.png b/blockchains/ethereum/assets/0xf51EBf9a26DbC02B13F8B3a9110dac47a4d62D78/logo.png
deleted file mode 100644
index cf095cbb2ced9..0000000000000
Binary files a/blockchains/ethereum/assets/0xf51EBf9a26DbC02B13F8B3a9110dac47a4d62D78/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf529d8aF49af0bE3C91d212df306caF163001907/info.json b/blockchains/ethereum/assets/0xf529d8aF49af0bE3C91d212df306caF163001907/info.json
deleted file mode 100644
index 7b66f0b6543fa..0000000000000
--- a/blockchains/ethereum/assets/0xf529d8aF49af0bE3C91d212df306caF163001907/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R815582",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf529d8aF49af0bE3C91d212df306caF163001907",
- "status": "abandoned",
- "id": "0xf529d8aF49af0bE3C91d212df306caF163001907"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf529d8aF49af0bE3C91d212df306caF163001907/logo.png b/blockchains/ethereum/assets/0xf529d8aF49af0bE3C91d212df306caF163001907/logo.png
deleted file mode 100644
index ed600b4747854..0000000000000
Binary files a/blockchains/ethereum/assets/0xf529d8aF49af0bE3C91d212df306caF163001907/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf53C580bC4065405bC649cC077fF4f2F28528f4B/info.json b/blockchains/ethereum/assets/0xf53C580bC4065405bC649cC077fF4f2F28528f4B/info.json
deleted file mode 100644
index 2622364d2c823..0000000000000
--- a/blockchains/ethereum/assets/0xf53C580bC4065405bC649cC077fF4f2F28528f4B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bittwatt",
- "symbol": "BWT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf53C580bC4065405bC649cC077fF4f2F28528f4B",
- "status": "abandoned",
- "id": "0xf53C580bC4065405bC649cC077fF4f2F28528f4B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf53C580bC4065405bC649cC077fF4f2F28528f4B/logo.png b/blockchains/ethereum/assets/0xf53C580bC4065405bC649cC077fF4f2F28528f4B/logo.png
deleted file mode 100644
index 282b8ce29d4e0..0000000000000
Binary files a/blockchains/ethereum/assets/0xf53C580bC4065405bC649cC077fF4f2F28528f4B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf552b656022c218C26dAd43ad88881Fc04116F76/info.json b/blockchains/ethereum/assets/0xf552b656022c218C26dAd43ad88881Fc04116F76/info.json
deleted file mode 100644
index 7066c4b6f12ae..0000000000000
--- a/blockchains/ethereum/assets/0xf552b656022c218C26dAd43ad88881Fc04116F76/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Mork",
- "symbol": "MORK",
- "type": "ERC20",
- "decimals": 4,
- "description": "This is a social token listed on Roll.",
- "website": "https://app.tryroll.com/token/MORK",
- "explorer": "https://etherscan.io/token/0xf552b656022c218C26dAd43ad88881Fc04116F76",
- "status": "active",
- "id": "0xf552b656022c218C26dAd43ad88881Fc04116F76"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf552b656022c218C26dAd43ad88881Fc04116F76/logo.png b/blockchains/ethereum/assets/0xf552b656022c218C26dAd43ad88881Fc04116F76/logo.png
deleted file mode 100644
index 541f4f2656e1d..0000000000000
Binary files a/blockchains/ethereum/assets/0xf552b656022c218C26dAd43ad88881Fc04116F76/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf5593de88c5391722873AFBA0cbe16fEc11066d5/info.json b/blockchains/ethereum/assets/0xf5593de88c5391722873AFBA0cbe16fEc11066d5/info.json
deleted file mode 100644
index f473d7873cb92..0000000000000
--- a/blockchains/ethereum/assets/0xf5593de88c5391722873AFBA0cbe16fEc11066d5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Awkward",
- "symbol": "AWKWRD",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf5593de88c5391722873AFBA0cbe16fEc11066d5",
- "status": "abandoned",
- "id": "0xf5593de88c5391722873AFBA0cbe16fEc11066d5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf5593de88c5391722873AFBA0cbe16fEc11066d5/logo.png b/blockchains/ethereum/assets/0xf5593de88c5391722873AFBA0cbe16fEc11066d5/logo.png
deleted file mode 100644
index eecee05b8559c..0000000000000
Binary files a/blockchains/ethereum/assets/0xf5593de88c5391722873AFBA0cbe16fEc11066d5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf5774f42b28F35429AAC35f8Eb57541c511fDd49/info.json b/blockchains/ethereum/assets/0xf5774f42b28F35429AAC35f8Eb57541c511fDd49/info.json
deleted file mode 100644
index 99ef03baea608..0000000000000
--- a/blockchains/ethereum/assets/0xf5774f42b28F35429AAC35f8Eb57541c511fDd49/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Arch Crypton Game",
- "symbol": "ARCG",
- "type": "ERC20",
- "decimals": 18,
- "description": "Arch Crypton Game is a token based on ERC-20 ethereum game platform powered by blockchain, has new breakthrough in the field of gaming with cryptocurrency, prioritizes our product service for the world,provides an opportunity for everyone to earn money.",
- "website": "https://www.archcrypton.com/",
- "explorer": "https://etherscan.io/token/0xf5774f42b28F35429AAC35f8Eb57541c511fDd49",
- "status": "active",
- "id": "0xf5774f42b28F35429AAC35f8Eb57541c511fDd49"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf5774f42b28F35429AAC35f8Eb57541c511fDd49/logo.png b/blockchains/ethereum/assets/0xf5774f42b28F35429AAC35f8Eb57541c511fDd49/logo.png
deleted file mode 100644
index 77f29653bbb45..0000000000000
Binary files a/blockchains/ethereum/assets/0xf5774f42b28F35429AAC35f8Eb57541c511fDd49/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf5B815344641412401d8e868790dBD125e6761Ca/info.json b/blockchains/ethereum/assets/0xf5B815344641412401d8e868790dBD125e6761Ca/info.json
deleted file mode 100644
index d06a74d5ab176..0000000000000
--- a/blockchains/ethereum/assets/0xf5B815344641412401d8e868790dBD125e6761Ca/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pecunio",
- "symbol": "PCO",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf5B815344641412401d8e868790dBD125e6761Ca",
- "status": "abandoned",
- "id": "0xf5B815344641412401d8e868790dBD125e6761Ca"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf5B815344641412401d8e868790dBD125e6761Ca/logo.png b/blockchains/ethereum/assets/0xf5B815344641412401d8e868790dBD125e6761Ca/logo.png
deleted file mode 100644
index f1edcd24efec7..0000000000000
Binary files a/blockchains/ethereum/assets/0xf5B815344641412401d8e868790dBD125e6761Ca/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf5ED2Dc77f0D1ea7f106ecBd1850e406adC41b51/info.json b/blockchains/ethereum/assets/0xf5ED2Dc77f0D1ea7f106ecBd1850e406adC41b51/info.json
deleted file mode 100644
index 1781c858f113a..0000000000000
--- a/blockchains/ethereum/assets/0xf5ED2Dc77f0D1ea7f106ecBd1850e406adC41b51/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "The Ocean Token",
- "symbol": "OCEAN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf5ED2Dc77f0D1ea7f106ecBd1850e406adC41b51",
- "status": "abandoned",
- "id": "0xf5ED2Dc77f0D1ea7f106ecBd1850e406adC41b51"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf5ED2Dc77f0D1ea7f106ecBd1850e406adC41b51/logo.png b/blockchains/ethereum/assets/0xf5ED2Dc77f0D1ea7f106ecBd1850e406adC41b51/logo.png
deleted file mode 100755
index 6d7fcce75ad17..0000000000000
Binary files a/blockchains/ethereum/assets/0xf5ED2Dc77f0D1ea7f106ecBd1850e406adC41b51/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf5b1Fd29d23e98Db2D9EBb8435E1082e3B38FB65/info.json b/blockchains/ethereum/assets/0xf5b1Fd29d23e98Db2D9EBb8435E1082e3B38FB65/info.json
deleted file mode 100644
index 4ffdb232e909c..0000000000000
--- a/blockchains/ethereum/assets/0xf5b1Fd29d23e98Db2D9EBb8435E1082e3B38FB65/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Kishimoto Inu",
- "type": "ERC20",
- "symbol": "KISHIMOTO",
- "decimals": 9,
- "website": "https://kishimotoinu.com/",
- "description": "Kishimoto Inu is the Latest Anime & Inu Based Token released on the ERC20 Network.",
- "explorer": "https://etherscan.io/token/0xf5b1fd29d23e98db2d9ebb8435e1082e3b38fb65",
- "status": "active",
- "id": "0xf5b1Fd29d23e98Db2D9EBb8435E1082e3B38FB65",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/KishimotoInu"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Kishimoto_Inu"
- }
- ],
- "tags": [
- "nft"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xf5b1Fd29d23e98Db2D9EBb8435E1082e3B38FB65/logo.png b/blockchains/ethereum/assets/0xf5b1Fd29d23e98Db2D9EBb8435E1082e3B38FB65/logo.png
deleted file mode 100644
index 90fe4aaf55c4e..0000000000000
Binary files a/blockchains/ethereum/assets/0xf5b1Fd29d23e98Db2D9EBb8435E1082e3B38FB65/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf5cB350b40726B5BcF170d12e162B6193b291B41/info.json b/blockchains/ethereum/assets/0xf5cB350b40726B5BcF170d12e162B6193b291B41/info.json
deleted file mode 100644
index bd8af3cbe5023..0000000000000
--- a/blockchains/ethereum/assets/0xf5cB350b40726B5BcF170d12e162B6193b291B41/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Wrapped BIS",
- "website": "https://bismuth.finance",
- "description": "wBIS is a ERC-20 Ethereum Token with 1:1 native BIS counterpart.",
- "explorer": "https://etherscan.io/token/0xf5cB350b40726B5BcF170d12e162B6193b291B41",
- "research": "https://bismuth.finance/wbis/",
- "type": "ERC20",
- "symbol": "wBIS",
- "decimals": 8,
- "status": "active",
- "id": "0xf5cB350b40726B5BcF170d12e162B6193b291B41"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf5cB350b40726B5BcF170d12e162B6193b291B41/logo.png b/blockchains/ethereum/assets/0xf5cB350b40726B5BcF170d12e162B6193b291B41/logo.png
deleted file mode 100644
index d617a63342135..0000000000000
Binary files a/blockchains/ethereum/assets/0xf5cB350b40726B5BcF170d12e162B6193b291B41/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf5d99B06a813231265B5786a48e58B1FEE0baf84/info.json b/blockchains/ethereum/assets/0xf5d99B06a813231265B5786a48e58B1FEE0baf84/info.json
deleted file mode 100644
index 4480c4e989231..0000000000000
--- a/blockchains/ethereum/assets/0xf5d99B06a813231265B5786a48e58B1FEE0baf84/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Givet",
- "symbol": "GVT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf5d99B06a813231265B5786a48e58B1FEE0baf84",
- "status": "abandoned",
- "id": "0xf5d99B06a813231265B5786a48e58B1FEE0baf84"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf5d99B06a813231265B5786a48e58B1FEE0baf84/logo.png b/blockchains/ethereum/assets/0xf5d99B06a813231265B5786a48e58B1FEE0baf84/logo.png
deleted file mode 100644
index 0a8a237ecc8e0..0000000000000
Binary files a/blockchains/ethereum/assets/0xf5d99B06a813231265B5786a48e58B1FEE0baf84/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf60cc637D2C501aD6935ffC8C8032963b0Fc419a/info.json b/blockchains/ethereum/assets/0xf60cc637D2C501aD6935ffC8C8032963b0Fc419a/info.json
deleted file mode 100644
index d9d8923e301ef..0000000000000
--- a/blockchains/ethereum/assets/0xf60cc637D2C501aD6935ffC8C8032963b0Fc419a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SSAL TOKEN",
- "symbol": "RICE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf60cc637D2C501aD6935ffC8C8032963b0Fc419a",
- "status": "abandoned",
- "id": "0xf60cc637D2C501aD6935ffC8C8032963b0Fc419a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf60cc637D2C501aD6935ffC8C8032963b0Fc419a/logo.png b/blockchains/ethereum/assets/0xf60cc637D2C501aD6935ffC8C8032963b0Fc419a/logo.png
deleted file mode 100644
index 1442c7f4f9f41..0000000000000
Binary files a/blockchains/ethereum/assets/0xf60cc637D2C501aD6935ffC8C8032963b0Fc419a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf62baa1997f04F165eDD100d78241E07617F6ce6/info.json b/blockchains/ethereum/assets/0xf62baa1997f04F165eDD100d78241E07617F6ce6/info.json
deleted file mode 100644
index 6e8c4ac9cdc14..0000000000000
--- a/blockchains/ethereum/assets/0xf62baa1997f04F165eDD100d78241E07617F6ce6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Uservice Token",
- "symbol": "UST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf62baa1997f04F165eDD100d78241E07617F6ce6",
- "status": "abandoned",
- "id": "0xf62baa1997f04F165eDD100d78241E07617F6ce6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf62baa1997f04F165eDD100d78241E07617F6ce6/logo.png b/blockchains/ethereum/assets/0xf62baa1997f04F165eDD100d78241E07617F6ce6/logo.png
deleted file mode 100755
index 560ee8d98caac..0000000000000
Binary files a/blockchains/ethereum/assets/0xf62baa1997f04F165eDD100d78241E07617F6ce6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf649c39E7EFdBAC6c9aDb65c43e87894fC14aEDd/info.json b/blockchains/ethereum/assets/0xf649c39E7EFdBAC6c9aDb65c43e87894fC14aEDd/info.json
deleted file mode 100644
index 41d3dc77f1603..0000000000000
--- a/blockchains/ethereum/assets/0xf649c39E7EFdBAC6c9aDb65c43e87894fC14aEDd/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "All World Coin",
- "symbol": "AWC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf649c39E7EFdBAC6c9aDb65c43e87894fC14aEDd",
- "status": "abandoned",
- "id": "0xf649c39E7EFdBAC6c9aDb65c43e87894fC14aEDd"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf649c39E7EFdBAC6c9aDb65c43e87894fC14aEDd/logo.png b/blockchains/ethereum/assets/0xf649c39E7EFdBAC6c9aDb65c43e87894fC14aEDd/logo.png
deleted file mode 100644
index 74d65681f10ac..0000000000000
Binary files a/blockchains/ethereum/assets/0xf649c39E7EFdBAC6c9aDb65c43e87894fC14aEDd/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf6537FE0df7F0Cc0985Cf00792CC98249E73EFa0/info.json b/blockchains/ethereum/assets/0xf6537FE0df7F0Cc0985Cf00792CC98249E73EFa0/info.json
deleted file mode 100644
index c81b06e2450bb..0000000000000
--- a/blockchains/ethereum/assets/0xf6537FE0df7F0Cc0985Cf00792CC98249E73EFa0/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "GIVLY Coin",
- "website": "https://cryptolocally.com/",
- "description": "A non-custodial, smart contract powered P2P gateway to blockchain and DeFi",
- "explorer": "https://etherscan.io/token/0xf6537FE0df7F0Cc0985Cf00792CC98249E73EFa0",
- "type": "ERC20",
- "symbol": "GIV",
- "decimals": 8,
- "status": "active",
- "id": "0xf6537FE0df7F0Cc0985Cf00792CC98249E73EFa0",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/CryptoLocally/Resources"
- },
- {
- "name": "whitepaper",
- "url": "https://cryptolocally.com/en/blog/giv-whitepaper/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf6537FE0df7F0Cc0985Cf00792CC98249E73EFa0/logo.png b/blockchains/ethereum/assets/0xf6537FE0df7F0Cc0985Cf00792CC98249E73EFa0/logo.png
deleted file mode 100644
index 4382e0fe60a8b..0000000000000
Binary files a/blockchains/ethereum/assets/0xf6537FE0df7F0Cc0985Cf00792CC98249E73EFa0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf6588A2fACBD07a9f7496fa2A60Eb75a63fd4fC5/info.json b/blockchains/ethereum/assets/0xf6588A2fACBD07a9f7496fa2A60Eb75a63fd4fC5/info.json
deleted file mode 100644
index aa76b9c659a4c..0000000000000
--- a/blockchains/ethereum/assets/0xf6588A2fACBD07a9f7496fa2A60Eb75a63fd4fC5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DreamTree",
- "symbol": "DREAM",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf6588A2fACBD07a9f7496fa2A60Eb75a63fd4fC5",
- "status": "abandoned",
- "id": "0xf6588A2fACBD07a9f7496fa2A60Eb75a63fd4fC5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf6588A2fACBD07a9f7496fa2A60Eb75a63fd4fC5/logo.png b/blockchains/ethereum/assets/0xf6588A2fACBD07a9f7496fa2A60Eb75a63fd4fC5/logo.png
deleted file mode 100644
index 9000e92a79e07..0000000000000
Binary files a/blockchains/ethereum/assets/0xf6588A2fACBD07a9f7496fa2A60Eb75a63fd4fC5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf67041758D3B6e56D6fDafA5B32038302C3634DA/info.json b/blockchains/ethereum/assets/0xf67041758D3B6e56D6fDafA5B32038302C3634DA/info.json
deleted file mode 100644
index 34dcfec99d829..0000000000000
--- a/blockchains/ethereum/assets/0xf67041758D3B6e56D6fDafA5B32038302C3634DA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TBC Shopping Token",
- "symbol": "TST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf67041758D3B6e56D6fDafA5B32038302C3634DA",
- "status": "abandoned",
- "id": "0xf67041758D3B6e56D6fDafA5B32038302C3634DA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf67041758D3B6e56D6fDafA5B32038302C3634DA/logo.png b/blockchains/ethereum/assets/0xf67041758D3B6e56D6fDafA5B32038302C3634DA/logo.png
deleted file mode 100644
index ee4f8e2c6aa19..0000000000000
Binary files a/blockchains/ethereum/assets/0xf67041758D3B6e56D6fDafA5B32038302C3634DA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf67c3000943c74186B64A1Bc84Cb5880E5198661/info.json b/blockchains/ethereum/assets/0xf67c3000943c74186B64A1Bc84Cb5880E5198661/info.json
deleted file mode 100644
index 7e8eee5199151..0000000000000
--- a/blockchains/ethereum/assets/0xf67c3000943c74186B64A1Bc84Cb5880E5198661/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CHF36",
- "website": "https://element36.io",
- "description": "Our CHF36 tokens are used to connect banking network with ethereum,to send (and receive) EUR and CHF directly with your Smart Contracts. End-users do not need a wallet, because wire-transfers trigger mint/burn at the moment the transfer happens.",
- "explorer": "https://etherscan.io/token/0xf67c3000943c74186B64A1Bc84Cb5880E5198661",
- "type": "ERC20",
- "symbol": "CHF36",
- "decimals": 18,
- "status": "active",
- "id": "0xf67c3000943c74186B64A1Bc84Cb5880E5198661"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf67c3000943c74186B64A1Bc84Cb5880E5198661/logo.png b/blockchains/ethereum/assets/0xf67c3000943c74186B64A1Bc84Cb5880E5198661/logo.png
deleted file mode 100644
index 89a80e2427c98..0000000000000
Binary files a/blockchains/ethereum/assets/0xf67c3000943c74186B64A1Bc84Cb5880E5198661/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf680429328caaaCabee69b7A9FdB21a71419c063/info.json b/blockchains/ethereum/assets/0xf680429328caaaCabee69b7A9FdB21a71419c063/info.json
deleted file mode 100644
index 0a8c99f053a21..0000000000000
--- a/blockchains/ethereum/assets/0xf680429328caaaCabee69b7A9FdB21a71419c063/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Butterfly Protocol Governance Token",
- "symbol": "BFLY",
- "decimals": 18,
- "status": "active",
- "website": "https://www.butterflyprotocol.io",
- "description": "A Decentralized Name System for the New Internet",
- "explorer": "https://etherscan.io/token/0xf680429328caaacabee69b7a9fdb21a71419c063",
- "type": "ERC20",
- "id": "0xf680429328caaaCabee69b7A9FdB21a71419c063",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/butterflyproto"
- },
- {
- "name": "telegram",
- "url": "https://t.me/butterflyprotocol"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@bproto"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf680429328caaaCabee69b7A9FdB21a71419c063/logo.png b/blockchains/ethereum/assets/0xf680429328caaaCabee69b7A9FdB21a71419c063/logo.png
deleted file mode 100644
index 29fcd49427580..0000000000000
Binary files a/blockchains/ethereum/assets/0xf680429328caaaCabee69b7A9FdB21a71419c063/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf686439C38D621DAB5C02Ff572cA4E3A2EAFb265/info.json b/blockchains/ethereum/assets/0xf686439C38D621DAB5C02Ff572cA4E3A2EAFb265/info.json
deleted file mode 100644
index 848d083c440ed..0000000000000
--- a/blockchains/ethereum/assets/0xf686439C38D621DAB5C02Ff572cA4E3A2EAFb265/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OnlyLoveChain",
- "symbol": "OLC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf686439C38D621DAB5C02Ff572cA4E3A2EAFb265",
- "status": "abandoned",
- "id": "0xf686439C38D621DAB5C02Ff572cA4E3A2EAFb265"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf686439C38D621DAB5C02Ff572cA4E3A2EAFb265/logo.png b/blockchains/ethereum/assets/0xf686439C38D621DAB5C02Ff572cA4E3A2EAFb265/logo.png
deleted file mode 100644
index c7e26608615d9..0000000000000
Binary files a/blockchains/ethereum/assets/0xf686439C38D621DAB5C02Ff572cA4E3A2EAFb265/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf68D4d917592f3a62417aCE42592F15296cc33A0/info.json b/blockchains/ethereum/assets/0xf68D4d917592f3a62417aCE42592F15296cc33A0/info.json
deleted file mode 100644
index a97ee6021aac9..0000000000000
--- a/blockchains/ethereum/assets/0xf68D4d917592f3a62417aCE42592F15296cc33A0/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Coin hub",
- "description": "Utility token",
- "symbol": "CHB",
- "type": "ERC20",
- "decimals": 8,
- "website": "https://thecoinhub.io/",
- "explorer": "https://etherscan.io/token/0xf68D4d917592f3a62417aCE42592F15296cc33A0",
- "status": "active",
- "id": "0xf68D4d917592f3a62417aCE42592F15296cc33A0",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/c0inhub"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/coinhubchb"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/Thecoinhub-102940902381599"
- }
- ],
- "tags": [
- "staking-native"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xf68D4d917592f3a62417aCE42592F15296cc33A0/logo.png b/blockchains/ethereum/assets/0xf68D4d917592f3a62417aCE42592F15296cc33A0/logo.png
deleted file mode 100644
index 0043c489ef12f..0000000000000
Binary files a/blockchains/ethereum/assets/0xf68D4d917592f3a62417aCE42592F15296cc33A0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf6923F7d96fc22c4b8010a865e41cF7edfB6379C/info.json b/blockchains/ethereum/assets/0xf6923F7d96fc22c4b8010a865e41cF7edfB6379C/info.json
deleted file mode 100644
index 3e2b1bd665bc2..0000000000000
--- a/blockchains/ethereum/assets/0xf6923F7d96fc22c4b8010a865e41cF7edfB6379C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ioox",
- "symbol": "ioox",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "https://www.ioox.me/",
- "explorer": "https://etherscan.io/token/0xf6923F7d96fc22c4b8010a865e41cF7edfB6379C",
- "status": "abandoned",
- "id": "0xf6923F7d96fc22c4b8010a865e41cF7edfB6379C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf6923F7d96fc22c4b8010a865e41cF7edfB6379C/logo.png b/blockchains/ethereum/assets/0xf6923F7d96fc22c4b8010a865e41cF7edfB6379C/logo.png
deleted file mode 100644
index 23f247522b839..0000000000000
Binary files a/blockchains/ethereum/assets/0xf6923F7d96fc22c4b8010a865e41cF7edfB6379C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf6ABff616043C2dA572573dCC583B656297b30e7/info.json b/blockchains/ethereum/assets/0xf6ABff616043C2dA572573dCC583B656297b30e7/info.json
deleted file mode 100644
index 004de9892e3d5..0000000000000
--- a/blockchains/ethereum/assets/0xf6ABff616043C2dA572573dCC583B656297b30e7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Custody Token",
- "symbol": "CUST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.xtock.io/custody",
- "explorer": "https://etherscan.io/token/0xf6ABff616043C2dA572573dCC583B656297b30e7",
- "status": "abandoned",
- "id": "0xf6ABff616043C2dA572573dCC583B656297b30e7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf6ABff616043C2dA572573dCC583B656297b30e7/logo.png b/blockchains/ethereum/assets/0xf6ABff616043C2dA572573dCC583B656297b30e7/logo.png
deleted file mode 100644
index e8e2714cf8538..0000000000000
Binary files a/blockchains/ethereum/assets/0xf6ABff616043C2dA572573dCC583B656297b30e7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf6cFe53d6FEbaEEA051f400ff5fc14F0cBBDacA1/info.json b/blockchains/ethereum/assets/0xf6cFe53d6FEbaEEA051f400ff5fc14F0cBBDacA1/info.json
deleted file mode 100644
index 77e2156cffc61..0000000000000
--- a/blockchains/ethereum/assets/0xf6cFe53d6FEbaEEA051f400ff5fc14F0cBBDacA1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DigiPulse Token",
- "symbol": "DGPT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf6cFe53d6FEbaEEA051f400ff5fc14F0cBBDacA1",
- "status": "abandoned",
- "id": "0xf6cFe53d6FEbaEEA051f400ff5fc14F0cBBDacA1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf6cFe53d6FEbaEEA051f400ff5fc14F0cBBDacA1/logo.png b/blockchains/ethereum/assets/0xf6cFe53d6FEbaEEA051f400ff5fc14F0cBBDacA1/logo.png
deleted file mode 100644
index f249c6cbe8d2c..0000000000000
Binary files a/blockchains/ethereum/assets/0xf6cFe53d6FEbaEEA051f400ff5fc14F0cBBDacA1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf7168c8AbB0ff80116413a8d95396BBdC318A3fF/info.json b/blockchains/ethereum/assets/0xf7168c8AbB0ff80116413a8d95396BBdC318A3fF/info.json
deleted file mode 100644
index 53389e83ce0a3..0000000000000
--- a/blockchains/ethereum/assets/0xf7168c8AbB0ff80116413a8d95396BBdC318A3fF/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "KEK",
- "website": "https://www.kingdomofkek.com",
- "description": "KEK is a crypto meme project inspired by the ancient Egyptian god Kek, using memetic magic to influence the crypto world.",
- "explorer": "https://etherscan.io/token/0xf7168c8abb0ff80116413a8d95396bbdc318a3ff",
- "type": "ERC20",
- "symbol": "KEKE",
- "decimals": 7,
- "status": "active",
- "id": "0xf7168c8AbB0ff80116413a8d95396BBdC318A3fF",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/kingdomofkek"
- },
- {
- "name": "telegram",
- "url": "https://t.me/kingdomofkek"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/kek/"
- }
- ],
- "tags": [
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf7168c8AbB0ff80116413a8d95396BBdC318A3fF/logo.png b/blockchains/ethereum/assets/0xf7168c8AbB0ff80116413a8d95396BBdC318A3fF/logo.png
deleted file mode 100644
index 4463a7100f8f0..0000000000000
Binary files a/blockchains/ethereum/assets/0xf7168c8AbB0ff80116413a8d95396BBdC318A3fF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf720E38F678B29B243F7D53B56Acbf5dE98F2385/info.json b/blockchains/ethereum/assets/0xf720E38F678B29B243F7D53B56Acbf5dE98F2385/info.json
deleted file mode 100644
index c3c82af223dc9..0000000000000
--- a/blockchains/ethereum/assets/0xf720E38F678B29B243F7D53B56Acbf5dE98F2385/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Upfire",
- "website": "https://www.upfire.com",
- "description": "Upfire is a decentralized P2P file-sharing desktop application for Windows, MacOS, and Linux that encrypts and distributes files between peers using a modified bittorrent protocol. Users earn ETH or BNB in exchange for seeding and sharing files.",
- "explorer": "https://etherscan.io/token/0xf720e38f678b29b243f7d53b56acbf5de98f2385",
- "type": "ERC20",
- "symbol": "UPR",
- "decimals": 18,
- "status": "active",
- "id": "0xf720E38F678B29B243F7D53B56Acbf5dE98F2385"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf720E38F678B29B243F7D53B56Acbf5dE98F2385/logo.png b/blockchains/ethereum/assets/0xf720E38F678B29B243F7D53B56Acbf5dE98F2385/logo.png
deleted file mode 100644
index 5e8c0d9cb5f2b..0000000000000
Binary files a/blockchains/ethereum/assets/0xf720E38F678B29B243F7D53B56Acbf5dE98F2385/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf729dE55b9Ca9412F5DD12935AfF0201fdB1Ea8F/info.json b/blockchains/ethereum/assets/0xf729dE55b9Ca9412F5DD12935AfF0201fdB1Ea8F/info.json
deleted file mode 100644
index 3cbfa092702cc..0000000000000
--- a/blockchains/ethereum/assets/0xf729dE55b9Ca9412F5DD12935AfF0201fdB1Ea8F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Starr",
- "symbol": "STR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf729dE55b9Ca9412F5DD12935AfF0201fdB1Ea8F",
- "status": "abandoned",
- "id": "0xf729dE55b9Ca9412F5DD12935AfF0201fdB1Ea8F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf729dE55b9Ca9412F5DD12935AfF0201fdB1Ea8F/logo.png b/blockchains/ethereum/assets/0xf729dE55b9Ca9412F5DD12935AfF0201fdB1Ea8F/logo.png
deleted file mode 100644
index 0a2529611b283..0000000000000
Binary files a/blockchains/ethereum/assets/0xf729dE55b9Ca9412F5DD12935AfF0201fdB1Ea8F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf72FCd9DCF0190923Fadd44811E240Ef4533fc86/info.json b/blockchains/ethereum/assets/0xf72FCd9DCF0190923Fadd44811E240Ef4533fc86/info.json
deleted file mode 100644
index a8d9cb935c778..0000000000000
--- a/blockchains/ethereum/assets/0xf72FCd9DCF0190923Fadd44811E240Ef4533fc86/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "mVIXY Token",
- "website": "https://mirror.finance",
- "description": "Wrapped Mirror VIXY Token.",
- "explorer": "https://etherscan.io/token/0xf72FCd9DCF0190923Fadd44811E240Ef4533fc86",
- "type": "ERC20",
- "symbol": "mVIXY",
- "decimals": 18,
- "status": "active",
- "id": "0xf72FCd9DCF0190923Fadd44811E240Ef4533fc86",
- "tags": [
- "wrapped"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MirrorProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/mirror_protocol"
- },
- {
- "name": "discord",
- "url": "https://discord.com/MirrorProtocol"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@mirror-protocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf72FCd9DCF0190923Fadd44811E240Ef4533fc86/logo.png b/blockchains/ethereum/assets/0xf72FCd9DCF0190923Fadd44811E240Ef4533fc86/logo.png
deleted file mode 100644
index 55c06a832871e..0000000000000
Binary files a/blockchains/ethereum/assets/0xf72FCd9DCF0190923Fadd44811E240Ef4533fc86/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf72a66BA44F0a321058E3f69F790ec1452Ff987F/info.json b/blockchains/ethereum/assets/0xf72a66BA44F0a321058E3f69F790ec1452Ff987F/info.json
deleted file mode 100644
index f352b485da82d..0000000000000
--- a/blockchains/ethereum/assets/0xf72a66BA44F0a321058E3f69F790ec1452Ff987F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Marine currency",
- "symbol": "MCY ",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf72a66BA44F0a321058E3f69F790ec1452Ff987F",
- "status": "abandoned",
- "id": "0xf72a66BA44F0a321058E3f69F790ec1452Ff987F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf72a66BA44F0a321058E3f69F790ec1452Ff987F/logo.png b/blockchains/ethereum/assets/0xf72a66BA44F0a321058E3f69F790ec1452Ff987F/logo.png
deleted file mode 100644
index b3858b99bfd00..0000000000000
Binary files a/blockchains/ethereum/assets/0xf72a66BA44F0a321058E3f69F790ec1452Ff987F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf7413489c474ca4399eeE604716c72879Eea3615/info.json b/blockchains/ethereum/assets/0xf7413489c474ca4399eeE604716c72879Eea3615/info.json
deleted file mode 100644
index bccb746c09179..0000000000000
--- a/blockchains/ethereum/assets/0xf7413489c474ca4399eeE604716c72879Eea3615/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "APYSwap",
- "type": "ERC20",
- "symbol": "APYS",
- "decimals": 18,
- "website": "https://apyswap.com",
- "description": "APYS token is issued by APYSwap to link cross-chain DeFi markets.",
- "explorer": "https://etherscan.io/token/0xf7413489c474ca4399eeE604716c72879Eea3615",
- "status": "active",
- "id": "0xf7413489c474ca4399eeE604716c72879Eea3615"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf7413489c474ca4399eeE604716c72879Eea3615/logo.png b/blockchains/ethereum/assets/0xf7413489c474ca4399eeE604716c72879Eea3615/logo.png
deleted file mode 100644
index 14ba810522ea9..0000000000000
Binary files a/blockchains/ethereum/assets/0xf7413489c474ca4399eeE604716c72879Eea3615/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf75fBfa2f681860B9A6D19FC3FF3D34CB322E2D6/info.json b/blockchains/ethereum/assets/0xf75fBfa2f681860B9A6D19FC3FF3D34CB322E2D6/info.json
deleted file mode 100644
index aeb0a342e2a98..0000000000000
--- a/blockchains/ethereum/assets/0xf75fBfa2f681860B9A6D19FC3FF3D34CB322E2D6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CRYPTORIYA",
- "symbol": "CIYA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf75fBfa2f681860B9A6D19FC3FF3D34CB322E2D6",
- "status": "abandoned",
- "id": "0xf75fBfa2f681860B9A6D19FC3FF3D34CB322E2D6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf75fBfa2f681860B9A6D19FC3FF3D34CB322E2D6/logo.png b/blockchains/ethereum/assets/0xf75fBfa2f681860B9A6D19FC3FF3D34CB322E2D6/logo.png
deleted file mode 100644
index 61a46130571fa..0000000000000
Binary files a/blockchains/ethereum/assets/0xf75fBfa2f681860B9A6D19FC3FF3D34CB322E2D6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf77f4d0ce6f7b4B06434CF9624cd2f23175691FD/info.json b/blockchains/ethereum/assets/0xf77f4d0ce6f7b4B06434CF9624cd2f23175691FD/info.json
deleted file mode 100644
index d7784f1fe47e1..0000000000000
--- a/blockchains/ethereum/assets/0xf77f4d0ce6f7b4B06434CF9624cd2f23175691FD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "scoin",
- "symbol": "7SNC",
- "type": "ERC20",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf77f4d0ce6f7b4B06434CF9624cd2f23175691FD",
- "status": "abandoned",
- "id": "0xf77f4d0ce6f7b4B06434CF9624cd2f23175691FD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf77f4d0ce6f7b4B06434CF9624cd2f23175691FD/logo.png b/blockchains/ethereum/assets/0xf77f4d0ce6f7b4B06434CF9624cd2f23175691FD/logo.png
deleted file mode 100644
index ba868f6ff09cf..0000000000000
Binary files a/blockchains/ethereum/assets/0xf77f4d0ce6f7b4B06434CF9624cd2f23175691FD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf786c34106762Ab4Eeb45a51B42a62470E9D5332/info.json b/blockchains/ethereum/assets/0xf786c34106762Ab4Eeb45a51B42a62470E9D5332/info.json
deleted file mode 100644
index 4a4ec9983f002..0000000000000
--- a/blockchains/ethereum/assets/0xf786c34106762Ab4Eeb45a51B42a62470E9D5332/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FEG Wrapped ETH",
- "website": "https://fegtoken.com",
- "description": "FEG Wrapped ETH",
- "explorer": "https://etherscan.io/token/0xf786c34106762ab4eeb45a51b42a62470e9d5332",
- "type": "ERC20",
- "symbol": "fETH",
- "decimals": 18,
- "status": "active",
- "id": "0xf786c34106762Ab4Eeb45a51B42a62470E9D5332"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf786c34106762Ab4Eeb45a51B42a62470E9D5332/logo.png b/blockchains/ethereum/assets/0xf786c34106762Ab4Eeb45a51B42a62470E9D5332/logo.png
deleted file mode 100644
index 173f5e1354787..0000000000000
Binary files a/blockchains/ethereum/assets/0xf786c34106762Ab4Eeb45a51B42a62470E9D5332/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf7B098298f7C69Fc14610bf71d5e02c60792894C/info.json b/blockchains/ethereum/assets/0xf7B098298f7C69Fc14610bf71d5e02c60792894C/info.json
deleted file mode 100644
index 3b95362e77baa..0000000000000
--- a/blockchains/ethereum/assets/0xf7B098298f7C69Fc14610bf71d5e02c60792894C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Guppy",
- "symbol": "GUP",
- "type": "ERC20",
- "decimals": 3,
- "description": "-",
- "website": "https://matchpool.co/",
- "explorer": "https://etherscan.io/token/0xf7B098298f7C69Fc14610bf71d5e02c60792894C",
- "status": "abandoned",
- "id": "0xf7B098298f7C69Fc14610bf71d5e02c60792894C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf7B098298f7C69Fc14610bf71d5e02c60792894C/logo.png b/blockchains/ethereum/assets/0xf7B098298f7C69Fc14610bf71d5e02c60792894C/logo.png
deleted file mode 100644
index 319294ab198e7..0000000000000
Binary files a/blockchains/ethereum/assets/0xf7B098298f7C69Fc14610bf71d5e02c60792894C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf7D1f35518950E78c18E5A442097cA07962f4D8A/info.json b/blockchains/ethereum/assets/0xf7D1f35518950E78c18E5A442097cA07962f4D8A/info.json
deleted file mode 100644
index fcc14af707cb1..0000000000000
--- a/blockchains/ethereum/assets/0xf7D1f35518950E78c18E5A442097cA07962f4D8A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Onyx S&P 500 Short",
- "symbol": "OSPVS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf7D1f35518950E78c18E5A442097cA07962f4D8A",
- "status": "abandoned",
- "id": "0xf7D1f35518950E78c18E5A442097cA07962f4D8A"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf7D1f35518950E78c18E5A442097cA07962f4D8A/logo.png b/blockchains/ethereum/assets/0xf7D1f35518950E78c18E5A442097cA07962f4D8A/logo.png
deleted file mode 100644
index 9e8f09c046346..0000000000000
Binary files a/blockchains/ethereum/assets/0xf7D1f35518950E78c18E5A442097cA07962f4D8A/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf7F35Fe2ede3aDDee7Cf176f4Ef20D9436E498dc/info.json b/blockchains/ethereum/assets/0xf7F35Fe2ede3aDDee7Cf176f4Ef20D9436E498dc/info.json
deleted file mode 100644
index e77b0f4eccf59..0000000000000
--- a/blockchains/ethereum/assets/0xf7F35Fe2ede3aDDee7Cf176f4Ef20D9436E498dc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Biffys Love",
- "website": "https://biffy.ai",
- "description": "Biffy is a cybernetic system that lives on the Ethereum blockchain and loves art.",
- "explorer": "https://etherscan.io/token/0xf7F35Fe2ede3aDDee7Cf176f4Ef20D9436E498dc",
- "type": "ERC20",
- "symbol": "LOVE",
- "decimals": 18,
- "status": "active",
- "id": "0xf7F35Fe2ede3aDDee7Cf176f4Ef20D9436E498dc"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf7F35Fe2ede3aDDee7Cf176f4Ef20D9436E498dc/logo.png b/blockchains/ethereum/assets/0xf7F35Fe2ede3aDDee7Cf176f4Ef20D9436E498dc/logo.png
deleted file mode 100644
index 49e8b73574d11..0000000000000
Binary files a/blockchains/ethereum/assets/0xf7F35Fe2ede3aDDee7Cf176f4Ef20D9436E498dc/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf817b5C426D4170fcb678f71f4f0B59717ec7AaA/info.json b/blockchains/ethereum/assets/0xf817b5C426D4170fcb678f71f4f0B59717ec7AaA/info.json
deleted file mode 100644
index bd8abcbcfde07..0000000000000
--- a/blockchains/ethereum/assets/0xf817b5C426D4170fcb678f71f4f0B59717ec7AaA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R885756",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf817b5C426D4170fcb678f71f4f0B59717ec7AaA",
- "status": "abandoned",
- "id": "0xf817b5C426D4170fcb678f71f4f0B59717ec7AaA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf817b5C426D4170fcb678f71f4f0B59717ec7AaA/logo.png b/blockchains/ethereum/assets/0xf817b5C426D4170fcb678f71f4f0B59717ec7AaA/logo.png
deleted file mode 100644
index c34881369f558..0000000000000
Binary files a/blockchains/ethereum/assets/0xf817b5C426D4170fcb678f71f4f0B59717ec7AaA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf83ae621A52737e3Ef9307af91df834Ed8431aC3/info.json b/blockchains/ethereum/assets/0xf83ae621A52737e3Ef9307af91df834Ed8431aC3/info.json
deleted file mode 100644
index d09467a93d6c2..0000000000000
--- a/blockchains/ethereum/assets/0xf83ae621A52737e3Ef9307af91df834Ed8431aC3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "uvwFi.finance",
- "symbol": "uvwFi",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf83ae621A52737e3Ef9307af91df834Ed8431aC3",
- "status": "abandoned",
- "id": "0xf83ae621A52737e3Ef9307af91df834Ed8431aC3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf83ae621A52737e3Ef9307af91df834Ed8431aC3/logo.png b/blockchains/ethereum/assets/0xf83ae621A52737e3Ef9307af91df834Ed8431aC3/logo.png
deleted file mode 100644
index 17e10d8138afa..0000000000000
Binary files a/blockchains/ethereum/assets/0xf83ae621A52737e3Ef9307af91df834Ed8431aC3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf8483E2d6560585C02D46bF7B3186Bf154a96166/info.json b/blockchains/ethereum/assets/0xf8483E2d6560585C02D46bF7B3186Bf154a96166/info.json
deleted file mode 100644
index 146e1f7ac2526..0000000000000
--- a/blockchains/ethereum/assets/0xf8483E2d6560585C02D46bF7B3186Bf154a96166/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IdeaChain",
- "symbol": "ICH",
- "type": "ERC20",
- "decimals": 8,
- "description": "ICH It is a digital currency to support inventors and preserve their rights with smart and innovative solutions.",
- "website": "https://ideachaincoin.com/",
- "explorer": "https://etherscan.io/token/0xf8483E2d6560585C02D46bF7B3186Bf154a96166",
- "status": "active",
- "id": "0xf8483E2d6560585C02D46bF7B3186Bf154a96166"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf8483E2d6560585C02D46bF7B3186Bf154a96166/logo.png b/blockchains/ethereum/assets/0xf8483E2d6560585C02D46bF7B3186Bf154a96166/logo.png
deleted file mode 100644
index 544bcbe2fa8fc..0000000000000
Binary files a/blockchains/ethereum/assets/0xf8483E2d6560585C02D46bF7B3186Bf154a96166/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf860f90E1F55e3528682E18850612cBb45BBF1bC/info.json b/blockchains/ethereum/assets/0xf860f90E1F55e3528682E18850612cBb45BBF1bC/info.json
deleted file mode 100644
index 60125da71521b..0000000000000
--- a/blockchains/ethereum/assets/0xf860f90E1F55e3528682E18850612cBb45BBF1bC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Decentralized Exchange Set",
- "symbol": "DEX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf860f90E1F55e3528682E18850612cBb45BBF1bC",
- "status": "abandoned",
- "id": "0xf860f90E1F55e3528682E18850612cBb45BBF1bC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf860f90E1F55e3528682E18850612cBb45BBF1bC/logo.png b/blockchains/ethereum/assets/0xf860f90E1F55e3528682E18850612cBb45BBF1bC/logo.png
deleted file mode 100755
index dc0cbe333fe79..0000000000000
Binary files a/blockchains/ethereum/assets/0xf860f90E1F55e3528682E18850612cBb45BBF1bC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf8A617d786DCB28F5D00f7E81B9F92b0cad617Df/info.json b/blockchains/ethereum/assets/0xf8A617d786DCB28F5D00f7E81B9F92b0cad617Df/info.json
deleted file mode 100644
index 33b5e1d462816..0000000000000
--- a/blockchains/ethereum/assets/0xf8A617d786DCB28F5D00f7E81B9F92b0cad617Df/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EFINITY Coin",
- "symbol": "ETC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf8A617d786DCB28F5D00f7E81B9F92b0cad617Df",
- "status": "abandoned",
- "id": "0xf8A617d786DCB28F5D00f7E81B9F92b0cad617Df"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf8A617d786DCB28F5D00f7E81B9F92b0cad617Df/logo.png b/blockchains/ethereum/assets/0xf8A617d786DCB28F5D00f7E81B9F92b0cad617Df/logo.png
deleted file mode 100644
index d70fc67851be3..0000000000000
Binary files a/blockchains/ethereum/assets/0xf8A617d786DCB28F5D00f7E81B9F92b0cad617Df/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf8B8bA4bcb4f7175e35D4a74a63cf79f03D7cd26/info.json b/blockchains/ethereum/assets/0xf8B8bA4bcb4f7175e35D4a74a63cf79f03D7cd26/info.json
deleted file mode 100644
index ff53d98a7bf86..0000000000000
--- a/blockchains/ethereum/assets/0xf8B8bA4bcb4f7175e35D4a74a63cf79f03D7cd26/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LovelyBonz",
- "symbol": "LVLY",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf8B8bA4bcb4f7175e35D4a74a63cf79f03D7cd26",
- "status": "abandoned",
- "id": "0xf8B8bA4bcb4f7175e35D4a74a63cf79f03D7cd26"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf8B8bA4bcb4f7175e35D4a74a63cf79f03D7cd26/logo.png b/blockchains/ethereum/assets/0xf8B8bA4bcb4f7175e35D4a74a63cf79f03D7cd26/logo.png
deleted file mode 100644
index bb17ffed565c8..0000000000000
Binary files a/blockchains/ethereum/assets/0xf8B8bA4bcb4f7175e35D4a74a63cf79f03D7cd26/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf8C3527CC04340b208C854E985240c02F7B7793f/info.json b/blockchains/ethereum/assets/0xf8C3527CC04340b208C854E985240c02F7B7793f/info.json
deleted file mode 100644
index 37e67e0232984..0000000000000
--- a/blockchains/ethereum/assets/0xf8C3527CC04340b208C854E985240c02F7B7793f/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Frontier",
- "website": "https://frontier.xyz/",
- "description": "Frontier is a chain-agnostic DeFi aggregation layer. With our applications, users can participate in protocol tracking and management, staking, best-rate asset swapping, liquidity provision, CDP creation & monitoring, and more.",
- "explorer": "https://etherscan.io/token/0xf8C3527CC04340b208C854E985240c02F7B7793f",
- "type": "ERC20",
- "symbol": "FRONT",
- "decimals": 18,
- "status": "active",
- "id": "0xf8C3527CC04340b208C854E985240c02F7B7793f",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/frontierwallet"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/FrontierDotXYZ"
- },
- {
- "name": "telegram",
- "url": "https://t.me/FrontierDotXYZ"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/frontier/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/frontier-token/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf8C3527CC04340b208C854E985240c02F7B7793f/logo.png b/blockchains/ethereum/assets/0xf8C3527CC04340b208C854E985240c02F7B7793f/logo.png
deleted file mode 100644
index ef5b508b22845..0000000000000
Binary files a/blockchains/ethereum/assets/0xf8C3527CC04340b208C854E985240c02F7B7793f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf8E9F10c22840b613cdA05A0c5Fdb59A4d6cd7eF/info.json b/blockchains/ethereum/assets/0xf8E9F10c22840b613cdA05A0c5Fdb59A4d6cd7eF/info.json
deleted file mode 100644
index 00fb00f590024..0000000000000
--- a/blockchains/ethereum/assets/0xf8E9F10c22840b613cdA05A0c5Fdb59A4d6cd7eF/info.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "name": "Dogs Of Elon",
- "type": "ERC20",
- "symbol": "DOE",
- "decimals": 18,
- "website": "https://dogsofelon.io",
- "description": "$DOE is a community-focused, DeFi cryptocurrency token, and the companion to the Dogs Of Elon NFTs.",
- "explorer": "https://etherscan.io/token/0xf8E9F10c22840b613cdA05A0c5Fdb59A4d6cd7eF",
- "status": "active",
- "id": "0xf8E9F10c22840b613cdA05A0c5Fdb59A4d6cd7eF",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/dogsofelon"
- },
- {
- "name": "github",
- "url": "https://github.com/dogsofelon"
- },
- {
- "name": "telegram",
- "url": "https://t.me/DOEOfficial"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/dogsofelonupdates"
- },
- {
- "name": "discord",
- "url": "https://discord.com/channels/911728350043705385/911736752379691038"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/OfficialDogsOfElon/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/dogs-of-elon-community"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/dogs-of-elon/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/dogsofelon"
- }
- ],
- "tags": [
- "nft"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xf8E9F10c22840b613cdA05A0c5Fdb59A4d6cd7eF/logo.png b/blockchains/ethereum/assets/0xf8E9F10c22840b613cdA05A0c5Fdb59A4d6cd7eF/logo.png
deleted file mode 100644
index 3fd664e136ae0..0000000000000
Binary files a/blockchains/ethereum/assets/0xf8E9F10c22840b613cdA05A0c5Fdb59A4d6cd7eF/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf8aD7dFe656188A23e89da09506Adf7ad9290D5d/info.json b/blockchains/ethereum/assets/0xf8aD7dFe656188A23e89da09506Adf7ad9290D5d/info.json
deleted file mode 100644
index 15da267d3e5c3..0000000000000
--- a/blockchains/ethereum/assets/0xf8aD7dFe656188A23e89da09506Adf7ad9290D5d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blocery Token",
- "website": "http://blocery.io",
- "description": "Utility token used as a medium of motivation to participate and enhance economic activities within the Blocery Food Supply Chain Ecosystem.",
- "explorer": "https://etherscan.io/token/0xf8aD7dFe656188A23e89da09506Adf7ad9290D5d",
- "type": "ERC20",
- "symbol": "BLY",
- "decimals": 18,
- "status": "active",
- "id": "0xf8aD7dFe656188A23e89da09506Adf7ad9290D5d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf8aD7dFe656188A23e89da09506Adf7ad9290D5d/logo.png b/blockchains/ethereum/assets/0xf8aD7dFe656188A23e89da09506Adf7ad9290D5d/logo.png
deleted file mode 100644
index b8f97388fd900..0000000000000
Binary files a/blockchains/ethereum/assets/0xf8aD7dFe656188A23e89da09506Adf7ad9290D5d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf8b358b3397a8ea5464f8cc753645d42e14b79EA/info.json b/blockchains/ethereum/assets/0xf8b358b3397a8ea5464f8cc753645d42e14b79EA/info.json
deleted file mode 100644
index 8d7249cda6706..0000000000000
--- a/blockchains/ethereum/assets/0xf8b358b3397a8ea5464f8cc753645d42e14b79EA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Airbloc",
- "symbol": "ABL",
- "type": "ERC20",
- "decimals": 18,
- "description": "AIRBLOC is a decentralized personal data protocol where individuals would be able to monetize their data, and advertisers would be able to buy these data to conduct targeted marketing campaigns for higher ROIs.",
- "website": "https://www.airbloc.org/",
- "explorer": "https://etherscan.io/token/0xf8b358b3397a8ea5464f8cc753645d42e14b79EA",
- "status": "active",
- "id": "0xf8b358b3397a8ea5464f8cc753645d42e14b79EA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf8b358b3397a8ea5464f8cc753645d42e14b79EA/logo.png b/blockchains/ethereum/assets/0xf8b358b3397a8ea5464f8cc753645d42e14b79EA/logo.png
deleted file mode 100644
index 4ad1ecb4215c2..0000000000000
Binary files a/blockchains/ethereum/assets/0xf8b358b3397a8ea5464f8cc753645d42e14b79EA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf8e386EDa857484f5a12e4B5DAa9984E06E73705/info.json b/blockchains/ethereum/assets/0xf8e386EDa857484f5a12e4B5DAa9984E06E73705/info.json
deleted file mode 100644
index 10a92512f10d5..0000000000000
--- a/blockchains/ethereum/assets/0xf8e386EDa857484f5a12e4B5DAa9984E06E73705/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Indorse Token",
- "website": "https://indorse.io",
- "description": "Utility token for conducting decentralized code reviews and coding assessments.",
- "explorer": "https://etherscan.io/token/0xf8e386eda857484f5a12e4b5daa9984e06e73705",
- "type": "ERC20",
- "symbol": "IND",
- "decimals": 18,
- "status": "active",
- "id": "0xf8e386EDa857484f5a12e4B5DAa9984E06E73705"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf8e386EDa857484f5a12e4B5DAa9984E06E73705/logo.png b/blockchains/ethereum/assets/0xf8e386EDa857484f5a12e4B5DAa9984E06E73705/logo.png
deleted file mode 100644
index e7c8848c32ba9..0000000000000
Binary files a/blockchains/ethereum/assets/0xf8e386EDa857484f5a12e4B5DAa9984E06E73705/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf911a7ec46a2c6fa49193212fe4a2a9B95851c27/info.json b/blockchains/ethereum/assets/0xf911a7ec46a2c6fa49193212fe4a2a9B95851c27/info.json
deleted file mode 100644
index 363412d3d4803..0000000000000
--- a/blockchains/ethereum/assets/0xf911a7ec46a2c6fa49193212fe4a2a9B95851c27/info.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "symbol": "XAMP",
- "name": "Antiample",
- "type": "ERC20",
- "address": "0xf911a7ec46a2c6fa49193212fe4a2a9B95851c27",
- "ens_address": "",
- "decimals": 9,
- "website": "https://antiample.org/",
- "description": "Ampleforth tries to replicate fiat. We want to destroy it.",
- "explorer": "https://etherscan.io/token/0xf911a7ec46a2c6fa49193212fe4a2a9B95851c27",
- "logo": {
- "src": "https://global-uploads.webflow.com/5f1f9b86fd976556dacaa42b/5f1f9c5354c8e025995fdf60_anarchy-p-500.png",
- "width": "500px",
- "height": "500px",
- "ipfs_hash": ""
- },
- "support": {
- "email": "",
- "url": ""
- },
- "social": {
- "blog": "",
- "chat": "",
- "facebook": "",
- "forum": "",
- "github": "",
- "gitter": "",
- "instagram": "",
- "linkedin": "",
- "reddit": "",
- "slack": "",
- "telegram": "https://t.me/antiample_official",
- "twitter": "https://twitter.com/burn_the_state",
- "youtube": ""
- },
- "status": "active",
- "id": "0xf911a7ec46a2c6fa49193212fe4a2a9B95851c27"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf911a7ec46a2c6fa49193212fe4a2a9B95851c27/logo.png b/blockchains/ethereum/assets/0xf911a7ec46a2c6fa49193212fe4a2a9B95851c27/logo.png
deleted file mode 100644
index 3ca7b0e4d6730..0000000000000
Binary files a/blockchains/ethereum/assets/0xf911a7ec46a2c6fa49193212fe4a2a9B95851c27/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf920e4F3FBEF5B3aD0A25017514B769bDc4Ac135/info.json b/blockchains/ethereum/assets/0xf920e4F3FBEF5B3aD0A25017514B769bDc4Ac135/info.json
deleted file mode 100644
index 543d6e381ecbe..0000000000000
--- a/blockchains/ethereum/assets/0xf920e4F3FBEF5B3aD0A25017514B769bDc4Ac135/info.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "name": "BABB",
- "website": "https://getbabb.com",
- "description": "A decentralised banking platform that leverages blockchain and biometrics to offer anyone in the world access to a UK bank account for peer-to-peer financial services.",
- "explorer": "https://etherscan.io/token/0xf920e4F3FBEF5B3aD0A25017514B769bDc4Ac135",
- "type": "ERC20",
- "symbol": "BAX",
- "decimals": 18,
- "status": "active",
- "id": "0xf920e4F3FBEF5B3aD0A25017514B769bDc4Ac135",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "whitepaper",
- "url": "https://getbabb.com/wp-content/uploads/2021/03/BABB-Whitepaper.pdf"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/getbabb"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/getbabb/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCQtkZd7sfzbEugz7VdFhv4Q"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/39rQp2g6JA"
- },
- {
- "name": "medium",
- "url": "https://babb.medium.com/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/babb/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/babb"
- }
- ]
-}
diff --git a/blockchains/ethereum/assets/0xf920e4F3FBEF5B3aD0A25017514B769bDc4Ac135/logo.png b/blockchains/ethereum/assets/0xf920e4F3FBEF5B3aD0A25017514B769bDc4Ac135/logo.png
deleted file mode 100644
index 1de309edff9a9..0000000000000
Binary files a/blockchains/ethereum/assets/0xf920e4F3FBEF5B3aD0A25017514B769bDc4Ac135/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf944D7CAA10c74b25A859D42ced6a601195cdeAB/info.json b/blockchains/ethereum/assets/0xf944D7CAA10c74b25A859D42ced6a601195cdeAB/info.json
deleted file mode 100644
index 44af371a277f0..0000000000000
--- a/blockchains/ethereum/assets/0xf944D7CAA10c74b25A859D42ced6a601195cdeAB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "IAM MDLT C 160-CN30",
- "symbol": "IAM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf944D7CAA10c74b25A859D42ced6a601195cdeAB",
- "status": "abandoned",
- "id": "0xf944D7CAA10c74b25A859D42ced6a601195cdeAB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf944D7CAA10c74b25A859D42ced6a601195cdeAB/logo.png b/blockchains/ethereum/assets/0xf944D7CAA10c74b25A859D42ced6a601195cdeAB/logo.png
deleted file mode 100644
index 41179a3f087e3..0000000000000
Binary files a/blockchains/ethereum/assets/0xf944D7CAA10c74b25A859D42ced6a601195cdeAB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf96AA656eC0E0Ac163590DB372B430Cf3C0d61cA/info.json b/blockchains/ethereum/assets/0xf96AA656eC0E0Ac163590DB372B430Cf3C0d61cA/info.json
deleted file mode 100644
index 099359ea434be..0000000000000
--- a/blockchains/ethereum/assets/0xf96AA656eC0E0Ac163590DB372B430Cf3C0d61cA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Twogap Token",
- "symbol": "TGT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf96AA656eC0E0Ac163590DB372B430Cf3C0d61cA",
- "status": "abandoned",
- "id": "0xf96AA656eC0E0Ac163590DB372B430Cf3C0d61cA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf96AA656eC0E0Ac163590DB372B430Cf3C0d61cA/logo.png b/blockchains/ethereum/assets/0xf96AA656eC0E0Ac163590DB372B430Cf3C0d61cA/logo.png
deleted file mode 100644
index 3d00424b508cb..0000000000000
Binary files a/blockchains/ethereum/assets/0xf96AA656eC0E0Ac163590DB372B430Cf3C0d61cA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf971baEc0FD8B8AD376BCBd5c895336E0786392a/info.json b/blockchains/ethereum/assets/0xf971baEc0FD8B8AD376BCBd5c895336E0786392a/info.json
deleted file mode 100644
index 3c27b70384c90..0000000000000
--- a/blockchains/ethereum/assets/0xf971baEc0FD8B8AD376BCBd5c895336E0786392a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cross Trading System Token",
- "symbol": "CTST",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf971baEc0FD8B8AD376BCBd5c895336E0786392a",
- "status": "abandoned",
- "id": "0xf971baEc0FD8B8AD376BCBd5c895336E0786392a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf971baEc0FD8B8AD376BCBd5c895336E0786392a/logo.png b/blockchains/ethereum/assets/0xf971baEc0FD8B8AD376BCBd5c895336E0786392a/logo.png
deleted file mode 100644
index df18330228c5d..0000000000000
Binary files a/blockchains/ethereum/assets/0xf971baEc0FD8B8AD376BCBd5c895336E0786392a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf97Ce80cd21e18006dd9c3Edc07c983c158F9371/info.json b/blockchains/ethereum/assets/0xf97Ce80cd21e18006dd9c3Edc07c983c158F9371/info.json
deleted file mode 100644
index 78740a444de0d..0000000000000
--- a/blockchains/ethereum/assets/0xf97Ce80cd21e18006dd9c3Edc07c983c158F9371/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DANNY",
- "symbol": "DANNY",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf97Ce80cd21e18006dd9c3Edc07c983c158F9371",
- "status": "abandoned",
- "id": "0xf97Ce80cd21e18006dd9c3Edc07c983c158F9371"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf97Ce80cd21e18006dd9c3Edc07c983c158F9371/logo.png b/blockchains/ethereum/assets/0xf97Ce80cd21e18006dd9c3Edc07c983c158F9371/logo.png
deleted file mode 100644
index 535ac47474bd8..0000000000000
Binary files a/blockchains/ethereum/assets/0xf97Ce80cd21e18006dd9c3Edc07c983c158F9371/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf9BD51d756a3caF52348f2901B7EFf9Bd03398E7/info.json b/blockchains/ethereum/assets/0xf9BD51d756a3caF52348f2901B7EFf9Bd03398E7/info.json
deleted file mode 100644
index 47b584a1f81e4..0000000000000
--- a/blockchains/ethereum/assets/0xf9BD51d756a3caF52348f2901B7EFf9Bd03398E7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Digital Zimbabwe",
- "symbol": "RTGS",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf9BD51d756a3caF52348f2901B7EFf9Bd03398E7",
- "status": "abandoned",
- "id": "0xf9BD51d756a3caF52348f2901B7EFf9Bd03398E7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf9BD51d756a3caF52348f2901B7EFf9Bd03398E7/logo.png b/blockchains/ethereum/assets/0xf9BD51d756a3caF52348f2901B7EFf9Bd03398E7/logo.png
deleted file mode 100644
index 75f03550f580d..0000000000000
Binary files a/blockchains/ethereum/assets/0xf9BD51d756a3caF52348f2901B7EFf9Bd03398E7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf9C54c0E213B3C92ccE44F973192d07EE4fc83e9/info.json b/blockchains/ethereum/assets/0xf9C54c0E213B3C92ccE44F973192d07EE4fc83e9/info.json
deleted file mode 100644
index 01bfbc6462e1e..0000000000000
--- a/blockchains/ethereum/assets/0xf9C54c0E213B3C92ccE44F973192d07EE4fc83e9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R873594",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf9C54c0E213B3C92ccE44F973192d07EE4fc83e9",
- "status": "abandoned",
- "id": "0xf9C54c0E213B3C92ccE44F973192d07EE4fc83e9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf9C54c0E213B3C92ccE44F973192d07EE4fc83e9/logo.png b/blockchains/ethereum/assets/0xf9C54c0E213B3C92ccE44F973192d07EE4fc83e9/logo.png
deleted file mode 100644
index 684a191a7d6de..0000000000000
Binary files a/blockchains/ethereum/assets/0xf9C54c0E213B3C92ccE44F973192d07EE4fc83e9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf9F7c29CFdf19FCf1f2AA6B84aA367Bcf1bD1676/info.json b/blockchains/ethereum/assets/0xf9F7c29CFdf19FCf1f2AA6B84aA367Bcf1bD1676/info.json
deleted file mode 100644
index 5ea700d69831a..0000000000000
--- a/blockchains/ethereum/assets/0xf9F7c29CFdf19FCf1f2AA6B84aA367Bcf1bD1676/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Delphi Technologies Token",
- "symbol": "DTT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf9F7c29CFdf19FCf1f2AA6B84aA367Bcf1bD1676",
- "status": "abandoned",
- "id": "0xf9F7c29CFdf19FCf1f2AA6B84aA367Bcf1bD1676"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf9F7c29CFdf19FCf1f2AA6B84aA367Bcf1bD1676/logo.png b/blockchains/ethereum/assets/0xf9F7c29CFdf19FCf1f2AA6B84aA367Bcf1bD1676/logo.png
deleted file mode 100755
index 994e29193d919..0000000000000
Binary files a/blockchains/ethereum/assets/0xf9F7c29CFdf19FCf1f2AA6B84aA367Bcf1bD1676/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf9FBE825BFB2bF3E387af0Dc18caC8d87F29DEa8/info.json b/blockchains/ethereum/assets/0xf9FBE825BFB2bF3E387af0Dc18caC8d87F29DEa8/info.json
deleted file mode 100644
index 61f2c4eb559c2..0000000000000
--- a/blockchains/ethereum/assets/0xf9FBE825BFB2bF3E387af0Dc18caC8d87F29DEa8/info.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "name": "BotOcean",
- "type": "ERC20",
- "symbol": "BOTS",
- "decimals": 18,
- "website": "https://botocean.com",
- "description": "Bot Ocean democratizes the algorithmic trading market by giving you the tools to navigate your way through the market and earn assets while our bots do their job.",
- "short_description": "Accessible algorithmic trading",
- "explorer": "https://etherscan.io/token/0xf9fbe825bfb2bf3e387af0dc18cac8d87f29dea8",
- "status": "active",
- "id": "0xf9FBE825BFB2bF3E387af0Dc18caC8d87F29DEa8",
- "research": "https://botocean.com/",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/BotOcean"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/botoceaninc"
- },
- {
- "name": "whitepaper",
- "url": "https://botocean.com/static/media/whitepaper.aff921dc.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf9FBE825BFB2bF3E387af0Dc18caC8d87F29DEa8/logo.png b/blockchains/ethereum/assets/0xf9FBE825BFB2bF3E387af0Dc18caC8d87F29DEa8/logo.png
deleted file mode 100644
index 790238aa571d9..0000000000000
Binary files a/blockchains/ethereum/assets/0xf9FBE825BFB2bF3E387af0Dc18caC8d87F29DEa8/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xf9d05Cf13A79DaF8A49291cbF5d2947B6812eaa6/info.json b/blockchains/ethereum/assets/0xf9d05Cf13A79DaF8A49291cbF5d2947B6812eaa6/info.json
deleted file mode 100644
index 2cf8624089a02..0000000000000
--- a/blockchains/ethereum/assets/0xf9d05Cf13A79DaF8A49291cbF5d2947B6812eaa6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-13/30M73",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xf9d05Cf13A79DaF8A49291cbF5d2947B6812eaa6",
- "status": "abandoned",
- "id": "0xf9d05Cf13A79DaF8A49291cbF5d2947B6812eaa6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xf9d05Cf13A79DaF8A49291cbF5d2947B6812eaa6/logo.png b/blockchains/ethereum/assets/0xf9d05Cf13A79DaF8A49291cbF5d2947B6812eaa6/logo.png
deleted file mode 100644
index e8a12dd7859cc..0000000000000
Binary files a/blockchains/ethereum/assets/0xf9d05Cf13A79DaF8A49291cbF5d2947B6812eaa6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfA10E13FE555760a5297DC14Eb6562A1A53e4e37/info.json b/blockchains/ethereum/assets/0xfA10E13FE555760a5297DC14Eb6562A1A53e4e37/info.json
deleted file mode 100644
index d3d587b002f39..0000000000000
--- a/blockchains/ethereum/assets/0xfA10E13FE555760a5297DC14Eb6562A1A53e4e37/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EthereumX May 2018 Set",
- "symbol": "ETHX-5-18",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfA10E13FE555760a5297DC14Eb6562A1A53e4e37",
- "status": "abandoned",
- "id": "0xfA10E13FE555760a5297DC14Eb6562A1A53e4e37"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfA10E13FE555760a5297DC14Eb6562A1A53e4e37/logo.png b/blockchains/ethereum/assets/0xfA10E13FE555760a5297DC14Eb6562A1A53e4e37/logo.png
deleted file mode 100755
index 831ae179117fc..0000000000000
Binary files a/blockchains/ethereum/assets/0xfA10E13FE555760a5297DC14Eb6562A1A53e4e37/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfA5047c9c78B8877af97BDcb85Db743fD7313d4a/info.json b/blockchains/ethereum/assets/0xfA5047c9c78B8877af97BDcb85Db743fD7313d4a/info.json
deleted file mode 100644
index 01d40fe0f19ac..0000000000000
--- a/blockchains/ethereum/assets/0xfA5047c9c78B8877af97BDcb85Db743fD7313d4a/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Rook",
- "type": "ERC20",
- "symbol": "ROOK",
- "decimals": 18,
- "website": "https://rook.fi",
- "description": "Rook enables users, protocols, and smart contracts to earn from the MEV their orders create.",
- "explorer": "https://etherscan.io/token/0xfA5047c9c78B8877af97BDcb85Db743fD7313d4a",
- "status": "active",
- "id": "0xfA5047c9c78B8877af97BDcb85Db743fD7313d4a",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/rook"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/rook"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/keeperdao/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/rook"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xfA5047c9c78B8877af97BDcb85Db743fD7313d4a/logo.png b/blockchains/ethereum/assets/0xfA5047c9c78B8877af97BDcb85Db743fD7313d4a/logo.png
deleted file mode 100644
index d192d67e1ad5a..0000000000000
Binary files a/blockchains/ethereum/assets/0xfA5047c9c78B8877af97BDcb85Db743fD7313d4a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfA654D0702ffdAE6FE30272639c83eC4Cbfe6D7d/info.json b/blockchains/ethereum/assets/0xfA654D0702ffdAE6FE30272639c83eC4Cbfe6D7d/info.json
deleted file mode 100644
index 33993239fc72b..0000000000000
--- a/blockchains/ethereum/assets/0xfA654D0702ffdAE6FE30272639c83eC4Cbfe6D7d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TRADE YUAN",
- "symbol": "CNYT",
- "type": "ERC20",
- "decimals": 2,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfA654D0702ffdAE6FE30272639c83eC4Cbfe6D7d",
- "status": "abandoned",
- "id": "0xfA654D0702ffdAE6FE30272639c83eC4Cbfe6D7d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfA654D0702ffdAE6FE30272639c83eC4Cbfe6D7d/logo.png b/blockchains/ethereum/assets/0xfA654D0702ffdAE6FE30272639c83eC4Cbfe6D7d/logo.png
deleted file mode 100644
index 2af43844a8172..0000000000000
Binary files a/blockchains/ethereum/assets/0xfA654D0702ffdAE6FE30272639c83eC4Cbfe6D7d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfAE4Ee59CDd86e3Be9e8b90b53AA866327D7c090/info.json b/blockchains/ethereum/assets/0xfAE4Ee59CDd86e3Be9e8b90b53AA866327D7c090/info.json
deleted file mode 100644
index 2aac02e190357..0000000000000
--- a/blockchains/ethereum/assets/0xfAE4Ee59CDd86e3Be9e8b90b53AA866327D7c090/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CPChain",
- "symbol": "CPC",
- "type": "ERC20",
- "decimals": 18,
- "description": "CPChain is a distributed infrastructure for next-generation IoT. It intends to build a fundamental data platform for IoT systems in combination with distributed storage, encryption computation, and blockchain technologies, providing the whole process solution from data acquisition, storage, sharing to application.",
- "website": "http://www.cpchain.io/",
- "explorer": "https://etherscan.io/token/0xfAE4Ee59CDd86e3Be9e8b90b53AA866327D7c090",
- "status": "active",
- "id": "0xfAE4Ee59CDd86e3Be9e8b90b53AA866327D7c090"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfAE4Ee59CDd86e3Be9e8b90b53AA866327D7c090/logo.png b/blockchains/ethereum/assets/0xfAE4Ee59CDd86e3Be9e8b90b53AA866327D7c090/logo.png
deleted file mode 100755
index db2309428fe0b..0000000000000
Binary files a/blockchains/ethereum/assets/0xfAE4Ee59CDd86e3Be9e8b90b53AA866327D7c090/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfAd45E47083e4607302aa43c65fB3106F1cd7607/info.json b/blockchains/ethereum/assets/0xfAd45E47083e4607302aa43c65fB3106F1cd7607/info.json
deleted file mode 100644
index b62fb964084c3..0000000000000
--- a/blockchains/ethereum/assets/0xfAd45E47083e4607302aa43c65fB3106F1cd7607/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Hoge Finance",
- "website": "https://hogefinance.com",
- "description": "We Meme Business.",
- "explorer": "https://etherscan.io/token/0xfAd45E47083e4607302aa43c65fB3106F1cd7607",
- "type": "ERC20",
- "symbol": "HOGE",
- "decimals": 9,
- "status": "active",
- "id": "0xfAd45E47083e4607302aa43c65fB3106F1cd7607",
- "tags": [
- "deflationary"
- ],
- "links": [
- {
- "name": "reddit",
- "url": "https://reddit.com/r/hoge"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/hoge"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/hogefinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/hogefinance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/hoge-finance"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/hoge-finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfAd45E47083e4607302aa43c65fB3106F1cd7607/logo.png b/blockchains/ethereum/assets/0xfAd45E47083e4607302aa43c65fB3106F1cd7607/logo.png
deleted file mode 100644
index fd2f41b9338cf..0000000000000
Binary files a/blockchains/ethereum/assets/0xfAd45E47083e4607302aa43c65fB3106F1cd7607/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfB07c8D601bEA5557d161293746Eb35f65B57E9e/info.json b/blockchains/ethereum/assets/0xfB07c8D601bEA5557d161293746Eb35f65B57E9e/info.json
deleted file mode 100644
index fa6dbed2dd97b..0000000000000
--- a/blockchains/ethereum/assets/0xfB07c8D601bEA5557d161293746Eb35f65B57E9e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 0R943213",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfB07c8D601bEA5557d161293746Eb35f65B57E9e",
- "status": "abandoned",
- "id": "0xfB07c8D601bEA5557d161293746Eb35f65B57E9e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfB07c8D601bEA5557d161293746Eb35f65B57E9e/logo.png b/blockchains/ethereum/assets/0xfB07c8D601bEA5557d161293746Eb35f65B57E9e/logo.png
deleted file mode 100644
index e25731041129a..0000000000000
Binary files a/blockchains/ethereum/assets/0xfB07c8D601bEA5557d161293746Eb35f65B57E9e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfB3909c720516aCfA0cFf103BA228c3F2c5a815b/info.json b/blockchains/ethereum/assets/0xfB3909c720516aCfA0cFf103BA228c3F2c5a815b/info.json
deleted file mode 100644
index 723da4b3458e2..0000000000000
--- a/blockchains/ethereum/assets/0xfB3909c720516aCfA0cFf103BA228c3F2c5a815b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKIMG1-21/30M51",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfB3909c720516aCfA0cFf103BA228c3F2c5a815b",
- "status": "abandoned",
- "id": "0xfB3909c720516aCfA0cFf103BA228c3F2c5a815b"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfB3909c720516aCfA0cFf103BA228c3F2c5a815b/logo.png b/blockchains/ethereum/assets/0xfB3909c720516aCfA0cFf103BA228c3F2c5a815b/logo.png
deleted file mode 100644
index 716e12df5ef1b..0000000000000
Binary files a/blockchains/ethereum/assets/0xfB3909c720516aCfA0cFf103BA228c3F2c5a815b/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfB45512c89d5818A31f2cd35eFEA652029F225bB/info.json b/blockchains/ethereum/assets/0xfB45512c89d5818A31f2cd35eFEA652029F225bB/info.json
deleted file mode 100644
index 8d1a2dd01aa9d..0000000000000
--- a/blockchains/ethereum/assets/0xfB45512c89d5818A31f2cd35eFEA652029F225bB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Financebull",
- "symbol": "FB",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfB45512c89d5818A31f2cd35eFEA652029F225bB",
- "status": "abandoned",
- "id": "0xfB45512c89d5818A31f2cd35eFEA652029F225bB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfB45512c89d5818A31f2cd35eFEA652029F225bB/logo.png b/blockchains/ethereum/assets/0xfB45512c89d5818A31f2cd35eFEA652029F225bB/logo.png
deleted file mode 100644
index 1eb2212b98d97..0000000000000
Binary files a/blockchains/ethereum/assets/0xfB45512c89d5818A31f2cd35eFEA652029F225bB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfB559CE67Ff522ec0b9Ba7f5dC9dc7EF6c139803/info.json b/blockchains/ethereum/assets/0xfB559CE67Ff522ec0b9Ba7f5dC9dc7EF6c139803/info.json
deleted file mode 100644
index 6245017a77cbd..0000000000000
--- a/blockchains/ethereum/assets/0xfB559CE67Ff522ec0b9Ba7f5dC9dc7EF6c139803/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ProBit Token",
- "symbol": "PROB",
- "type": "ERC20",
- "decimals": 18,
- "description": "ProBit Exchange is built to be the most professional, global and secure marketplace for digital assets.",
- "website": "https://www.probit.com/en-us/token",
- "explorer": "https://etherscan.io/token/0xfB559CE67Ff522ec0b9Ba7f5dC9dc7EF6c139803",
- "status": "active",
- "id": "0xfB559CE67Ff522ec0b9Ba7f5dC9dc7EF6c139803"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfB559CE67Ff522ec0b9Ba7f5dC9dc7EF6c139803/logo.png b/blockchains/ethereum/assets/0xfB559CE67Ff522ec0b9Ba7f5dC9dc7EF6c139803/logo.png
deleted file mode 100644
index d3728718a7749..0000000000000
Binary files a/blockchains/ethereum/assets/0xfB559CE67Ff522ec0b9Ba7f5dC9dc7EF6c139803/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006/info.json b/blockchains/ethereum/assets/0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006/info.json
deleted file mode 100644
index a34503a330594..0000000000000
--- a/blockchains/ethereum/assets/0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "pSTAKE Finance",
- "symbol": "PSTAKE",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006/logo.png b/blockchains/ethereum/assets/0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006/logo.png
deleted file mode 100644
index 4c95ebc77fe63..0000000000000
Binary files a/blockchains/ethereum/assets/0xfB5c6815cA3AC72Ce9F5006869AE67f18bF77006/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfB7433Fc085f370254aa6833df2468d6Fc387d39/info.json b/blockchains/ethereum/assets/0xfB7433Fc085f370254aa6833df2468d6Fc387d39/info.json
deleted file mode 100644
index a56ed6ed1252b..0000000000000
--- a/blockchains/ethereum/assets/0xfB7433Fc085f370254aa6833df2468d6Fc387d39/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NAZADAX",
- "symbol": "NAZA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfB7433Fc085f370254aa6833df2468d6Fc387d39",
- "status": "abandoned",
- "id": "0xfB7433Fc085f370254aa6833df2468d6Fc387d39"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfB7433Fc085f370254aa6833df2468d6Fc387d39/logo.png b/blockchains/ethereum/assets/0xfB7433Fc085f370254aa6833df2468d6Fc387d39/logo.png
deleted file mode 100644
index 93c72556ae90d..0000000000000
Binary files a/blockchains/ethereum/assets/0xfB7433Fc085f370254aa6833df2468d6Fc387d39/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfB7B4564402E5500dB5bB6d63Ae671302777C75a/info.json b/blockchains/ethereum/assets/0xfB7B4564402E5500dB5bB6d63Ae671302777C75a/info.json
deleted file mode 100644
index 29889d29c40a0..0000000000000
--- a/blockchains/ethereum/assets/0xfB7B4564402E5500dB5bB6d63Ae671302777C75a/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "DEXTools",
- "website": "https://dextools.io/",
- "description": "Ultimate Hub and Defi App For Uniswap and DEX trading.",
- "explorer": "https://etherscan.io/token/0xfb7b4564402e5500db5bb6d63ae671302777c75a",
- "type": "ERC20",
- "symbol": "DEXT",
- "decimals": 18,
- "status": "active",
- "id": "0xfB7B4564402E5500dB5bB6d63Ae671302777C75a",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/DexToolsapp"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfB7B4564402E5500dB5bB6d63Ae671302777C75a/logo.png b/blockchains/ethereum/assets/0xfB7B4564402E5500dB5bB6d63Ae671302777C75a/logo.png
deleted file mode 100644
index f35bd20f23af1..0000000000000
Binary files a/blockchains/ethereum/assets/0xfB7B4564402E5500dB5bB6d63Ae671302777C75a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfB7dA9863E030495Db8b4D067d665fc8433ffF85/info.json b/blockchains/ethereum/assets/0xfB7dA9863E030495Db8b4D067d665fc8433ffF85/info.json
deleted file mode 100644
index fdd9c91cd3fd2..0000000000000
--- a/blockchains/ethereum/assets/0xfB7dA9863E030495Db8b4D067d665fc8433ffF85/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PCC Token",
- "symbol": "PCC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfB7dA9863E030495Db8b4D067d665fc8433ffF85",
- "status": "abandoned",
- "id": "0xfB7dA9863E030495Db8b4D067d665fc8433ffF85"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfB7dA9863E030495Db8b4D067d665fc8433ffF85/logo.png b/blockchains/ethereum/assets/0xfB7dA9863E030495Db8b4D067d665fc8433ffF85/logo.png
deleted file mode 100644
index 3ac7f204ee8a3..0000000000000
Binary files a/blockchains/ethereum/assets/0xfB7dA9863E030495Db8b4D067d665fc8433ffF85/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfBc418a8a911E6C294613154Ed16E6F91c00f454/info.json b/blockchains/ethereum/assets/0xfBc418a8a911E6C294613154Ed16E6F91c00f454/info.json
deleted file mode 100644
index d7dc5c5d56685..0000000000000
--- a/blockchains/ethereum/assets/0xfBc418a8a911E6C294613154Ed16E6F91c00f454/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WOO",
- "symbol": "WOO",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfBc418a8a911E6C294613154Ed16E6F91c00f454",
- "status": "abandoned",
- "id": "0xfBc418a8a911E6C294613154Ed16E6F91c00f454"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfBc418a8a911E6C294613154Ed16E6F91c00f454/logo.png b/blockchains/ethereum/assets/0xfBc418a8a911E6C294613154Ed16E6F91c00f454/logo.png
deleted file mode 100644
index a78df68a8158c..0000000000000
Binary files a/blockchains/ethereum/assets/0xfBc418a8a911E6C294613154Ed16E6F91c00f454/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfBd86312F156B0Cc976E558B62dA068bbAfCAf9C/info.json b/blockchains/ethereum/assets/0xfBd86312F156B0Cc976E558B62dA068bbAfCAf9C/info.json
deleted file mode 100644
index 9cd096ae50b19..0000000000000
--- a/blockchains/ethereum/assets/0xfBd86312F156B0Cc976E558B62dA068bbAfCAf9C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ethereum wizard",
- "symbol": "ETHW",
- "type": "ERC20",
- "decimals": 12,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfBd86312F156B0Cc976E558B62dA068bbAfCAf9C",
- "status": "abandoned",
- "id": "0xfBd86312F156B0Cc976E558B62dA068bbAfCAf9C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfBd86312F156B0Cc976E558B62dA068bbAfCAf9C/logo.png b/blockchains/ethereum/assets/0xfBd86312F156B0Cc976E558B62dA068bbAfCAf9C/logo.png
deleted file mode 100755
index 32ceb0fb18101..0000000000000
Binary files a/blockchains/ethereum/assets/0xfBd86312F156B0Cc976E558B62dA068bbAfCAf9C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfC1E690f61EFd961294b3e1Ce3313fBD8aa4f85d/info.json b/blockchains/ethereum/assets/0xfC1E690f61EFd961294b3e1Ce3313fBD8aa4f85d/info.json
deleted file mode 100644
index 4c443cd66f1f5..0000000000000
--- a/blockchains/ethereum/assets/0xfC1E690f61EFd961294b3e1Ce3313fBD8aa4f85d/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Aave DAI V1",
- "symbol": "aDAI V1",
- "type": "ERC20",
- "decimals": 18,
- "description": "Aave DAI V1 is an interest bearing token pegged 1:1 to the underlying DAI deposited in Aave V1. aDAI V1 accrue interest in real time in your wallet.",
- "website": "https://aave.com",
- "explorer": "https://etherscan.io/token/0xfC1E690f61EFd961294b3e1Ce3313fBD8aa4f85d",
- "status": "abandoned",
- "id": "0xfC1E690f61EFd961294b3e1Ce3313fBD8aa4f85d"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfC1E690f61EFd961294b3e1Ce3313fBD8aa4f85d/logo.png b/blockchains/ethereum/assets/0xfC1E690f61EFd961294b3e1Ce3313fBD8aa4f85d/logo.png
deleted file mode 100644
index f96db61ea626a..0000000000000
Binary files a/blockchains/ethereum/assets/0xfC1E690f61EFd961294b3e1Ce3313fBD8aa4f85d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfC4A2Cd574bdcC385173f03A6a52cC3B853BB9d4/info.json b/blockchains/ethereum/assets/0xfC4A2Cd574bdcC385173f03A6a52cC3B853BB9d4/info.json
deleted file mode 100644
index 307d9aa3dc8fb..0000000000000
--- a/blockchains/ethereum/assets/0xfC4A2Cd574bdcC385173f03A6a52cC3B853BB9d4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LKSCOIN",
- "symbol": "LKSC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfC4A2Cd574bdcC385173f03A6a52cC3B853BB9d4",
- "status": "active",
- "id": "0xfC4A2Cd574bdcC385173f03A6a52cC3B853BB9d4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfC4A2Cd574bdcC385173f03A6a52cC3B853BB9d4/logo.png b/blockchains/ethereum/assets/0xfC4A2Cd574bdcC385173f03A6a52cC3B853BB9d4/logo.png
deleted file mode 100644
index 3d91fea80aaba..0000000000000
Binary files a/blockchains/ethereum/assets/0xfC4A2Cd574bdcC385173f03A6a52cC3B853BB9d4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfC6Bb0fc3d058804058Bbb092DC594736C496cbD/info.json b/blockchains/ethereum/assets/0xfC6Bb0fc3d058804058Bbb092DC594736C496cbD/info.json
deleted file mode 100644
index 5838a3751cd7b..0000000000000
--- a/blockchains/ethereum/assets/0xfC6Bb0fc3d058804058Bbb092DC594736C496cbD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ODC",
- "symbol": "ODC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfC6Bb0fc3d058804058Bbb092DC594736C496cbD",
- "status": "abandoned",
- "id": "0xfC6Bb0fc3d058804058Bbb092DC594736C496cbD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfC6Bb0fc3d058804058Bbb092DC594736C496cbD/logo.png b/blockchains/ethereum/assets/0xfC6Bb0fc3d058804058Bbb092DC594736C496cbD/logo.png
deleted file mode 100644
index 62edc027dfa4f..0000000000000
Binary files a/blockchains/ethereum/assets/0xfC6Bb0fc3d058804058Bbb092DC594736C496cbD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfC8e0e9d45908FF4D03662a18385ceD37C41Ef8C/info.json b/blockchains/ethereum/assets/0xfC8e0e9d45908FF4D03662a18385ceD37C41Ef8C/info.json
deleted file mode 100644
index 139c1a45a6f66..0000000000000
--- a/blockchains/ethereum/assets/0xfC8e0e9d45908FF4D03662a18385ceD37C41Ef8C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MKPUG1-24/30M84",
- "symbol": "M",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfC8e0e9d45908FF4D03662a18385ceD37C41Ef8C",
- "status": "abandoned",
- "id": "0xfC8e0e9d45908FF4D03662a18385ceD37C41Ef8C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfC8e0e9d45908FF4D03662a18385ceD37C41Ef8C/logo.png b/blockchains/ethereum/assets/0xfC8e0e9d45908FF4D03662a18385ceD37C41Ef8C/logo.png
deleted file mode 100644
index f951be0350ac5..0000000000000
Binary files a/blockchains/ethereum/assets/0xfC8e0e9d45908FF4D03662a18385ceD37C41Ef8C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfC98e825A2264D890F9a1e68ed50E1526abCcacD/info.json b/blockchains/ethereum/assets/0xfC98e825A2264D890F9a1e68ed50E1526abCcacD/info.json
deleted file mode 100644
index 9a8d125ad4cab..0000000000000
--- a/blockchains/ethereum/assets/0xfC98e825A2264D890F9a1e68ed50E1526abCcacD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Moss Carbon Credit",
- "website": "https://moss.earth",
- "description": "The first truly global Carbon Credit Token, that provides ease, transparency, global scale and security for your carbon footprint compensation.",
- "explorer": "https://etherscan.io/token/0xfc98e825a2264d890f9a1e68ed50e1526abccacd",
- "type": "ERC20",
- "symbol": "MCO2",
- "decimals": 18,
- "status": "active",
- "id": "0xfC98e825A2264D890F9a1e68ed50E1526abCcacD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfC98e825A2264D890F9a1e68ed50E1526abCcacD/logo.png b/blockchains/ethereum/assets/0xfC98e825A2264D890F9a1e68ed50E1526abCcacD/logo.png
deleted file mode 100644
index 9cb3ccaf132ad..0000000000000
Binary files a/blockchains/ethereum/assets/0xfC98e825A2264D890F9a1e68ed50E1526abCcacD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfCE9c2DF151745E77150B9f35ab23cC81D3E8004/info.json b/blockchains/ethereum/assets/0xfCE9c2DF151745E77150B9f35ab23cC81D3E8004/info.json
deleted file mode 100644
index e15a3c2e6a8ea..0000000000000
--- a/blockchains/ethereum/assets/0xfCE9c2DF151745E77150B9f35ab23cC81D3E8004/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hong Kong Republic",
- "symbol": "HKR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfCE9c2DF151745E77150B9f35ab23cC81D3E8004",
- "status": "abandoned",
- "id": "0xfCE9c2DF151745E77150B9f35ab23cC81D3E8004"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfCE9c2DF151745E77150B9f35ab23cC81D3E8004/logo.png b/blockchains/ethereum/assets/0xfCE9c2DF151745E77150B9f35ab23cC81D3E8004/logo.png
deleted file mode 100644
index 5841c0d9df823..0000000000000
Binary files a/blockchains/ethereum/assets/0xfCE9c2DF151745E77150B9f35ab23cC81D3E8004/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfCb7778C6B0558F3B08bFBB02a3eB3D44D25189a/info.json b/blockchains/ethereum/assets/0xfCb7778C6B0558F3B08bFBB02a3eB3D44D25189a/info.json
deleted file mode 100644
index 990af7883fabd..0000000000000
--- a/blockchains/ethereum/assets/0xfCb7778C6B0558F3B08bFBB02a3eB3D44D25189a/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CM - 1C460521",
- "symbol": "CM",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfCb7778C6B0558F3B08bFBB02a3eB3D44D25189a",
- "status": "abandoned",
- "id": "0xfCb7778C6B0558F3B08bFBB02a3eB3D44D25189a"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfCb7778C6B0558F3B08bFBB02a3eB3D44D25189a/logo.png b/blockchains/ethereum/assets/0xfCb7778C6B0558F3B08bFBB02a3eB3D44D25189a/logo.png
deleted file mode 100644
index 4de82d18931f3..0000000000000
Binary files a/blockchains/ethereum/assets/0xfCb7778C6B0558F3B08bFBB02a3eB3D44D25189a/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfCdaE8771F8d28E3B9027AB58F4A20749767a097/info.json b/blockchains/ethereum/assets/0xfCdaE8771F8d28E3B9027AB58F4A20749767a097/info.json
deleted file mode 100644
index 60afe15a74776..0000000000000
--- a/blockchains/ethereum/assets/0xfCdaE8771F8d28E3B9027AB58F4A20749767a097/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SecureXR",
- "symbol": "SXR",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfCdaE8771F8d28E3B9027AB58F4A20749767a097",
- "status": "abandoned",
- "id": "0xfCdaE8771F8d28E3B9027AB58F4A20749767a097"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfCdaE8771F8d28E3B9027AB58F4A20749767a097/logo.png b/blockchains/ethereum/assets/0xfCdaE8771F8d28E3B9027AB58F4A20749767a097/logo.png
deleted file mode 100644
index 4fbad63001c79..0000000000000
Binary files a/blockchains/ethereum/assets/0xfCdaE8771F8d28E3B9027AB58F4A20749767a097/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfD0D510dc25535112AF6478fd8dCAb0DF9FA4B5E/info.json b/blockchains/ethereum/assets/0xfD0D510dc25535112AF6478fd8dCAb0DF9FA4B5E/info.json
deleted file mode 100644
index 997c18d38a8bf..0000000000000
--- a/blockchains/ethereum/assets/0xfD0D510dc25535112AF6478fd8dCAb0DF9FA4B5E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GoldBoxToken",
- "symbol": "GOX",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfD0D510dc25535112AF6478fd8dCAb0DF9FA4B5E",
- "status": "abandoned",
- "id": "0xfD0D510dc25535112AF6478fd8dCAb0DF9FA4B5E"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfD0D510dc25535112AF6478fd8dCAb0DF9FA4B5E/logo.png b/blockchains/ethereum/assets/0xfD0D510dc25535112AF6478fd8dCAb0DF9FA4B5E/logo.png
deleted file mode 100644
index 867b4e2b74b6e..0000000000000
Binary files a/blockchains/ethereum/assets/0xfD0D510dc25535112AF6478fd8dCAb0DF9FA4B5E/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfD107B473AB90e8Fbd89872144a3DC92C40Fa8C9/info.json b/blockchains/ethereum/assets/0xfD107B473AB90e8Fbd89872144a3DC92C40Fa8C9/info.json
deleted file mode 100644
index eae81b5b1952f..0000000000000
--- a/blockchains/ethereum/assets/0xfD107B473AB90e8Fbd89872144a3DC92C40Fa8C9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LALA",
- "symbol": "LALA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfD107B473AB90e8Fbd89872144a3DC92C40Fa8C9",
- "status": "abandoned",
- "id": "0xfD107B473AB90e8Fbd89872144a3DC92C40Fa8C9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfD107B473AB90e8Fbd89872144a3DC92C40Fa8C9/logo.png b/blockchains/ethereum/assets/0xfD107B473AB90e8Fbd89872144a3DC92C40Fa8C9/logo.png
deleted file mode 100644
index dfe1bca2594a8..0000000000000
Binary files a/blockchains/ethereum/assets/0xfD107B473AB90e8Fbd89872144a3DC92C40Fa8C9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfD30E1e687965f2b7AFf7129156a5f50996F8F6B/info.json b/blockchains/ethereum/assets/0xfD30E1e687965f2b7AFf7129156a5f50996F8F6B/info.json
deleted file mode 100644
index ec012e952fa5e..0000000000000
--- a/blockchains/ethereum/assets/0xfD30E1e687965f2b7AFf7129156a5f50996F8F6B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bitbucx",
- "symbol": "BTCX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfD30E1e687965f2b7AFf7129156a5f50996F8F6B",
- "status": "abandoned",
- "id": "0xfD30E1e687965f2b7AFf7129156a5f50996F8F6B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfD30E1e687965f2b7AFf7129156a5f50996F8F6B/logo.png b/blockchains/ethereum/assets/0xfD30E1e687965f2b7AFf7129156a5f50996F8F6B/logo.png
deleted file mode 100644
index a332c9d45f800..0000000000000
Binary files a/blockchains/ethereum/assets/0xfD30E1e687965f2b7AFf7129156a5f50996F8F6B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfD66FfDCbF49Aa315c83281758527ECFEf10f9ee/info.json b/blockchains/ethereum/assets/0xfD66FfDCbF49Aa315c83281758527ECFEf10f9ee/info.json
deleted file mode 100644
index 9f0a103c78da0..0000000000000
--- a/blockchains/ethereum/assets/0xfD66FfDCbF49Aa315c83281758527ECFEf10f9ee/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Omega Chain",
- "symbol": "OCN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfD66FfDCbF49Aa315c83281758527ECFEf10f9ee",
- "status": "abandoned",
- "id": "0xfD66FfDCbF49Aa315c83281758527ECFEf10f9ee"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfD66FfDCbF49Aa315c83281758527ECFEf10f9ee/logo.png b/blockchains/ethereum/assets/0xfD66FfDCbF49Aa315c83281758527ECFEf10f9ee/logo.png
deleted file mode 100644
index 8efe0fa4fd649..0000000000000
Binary files a/blockchains/ethereum/assets/0xfD66FfDCbF49Aa315c83281758527ECFEf10f9ee/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfD6de304b470BF4F909176057116283d81Fa1351/info.json b/blockchains/ethereum/assets/0xfD6de304b470BF4F909176057116283d81Fa1351/info.json
deleted file mode 100644
index e4a5d12e5b1f4..0000000000000
--- a/blockchains/ethereum/assets/0xfD6de304b470BF4F909176057116283d81Fa1351/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Knights Gold",
- "symbol": "KNG",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfD6de304b470BF4F909176057116283d81Fa1351",
- "status": "abandoned",
- "id": "0xfD6de304b470BF4F909176057116283d81Fa1351"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfD6de304b470BF4F909176057116283d81Fa1351/logo.png b/blockchains/ethereum/assets/0xfD6de304b470BF4F909176057116283d81Fa1351/logo.png
deleted file mode 100644
index b929c4202d41f..0000000000000
Binary files a/blockchains/ethereum/assets/0xfD6de304b470BF4F909176057116283d81Fa1351/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfDBc1aDc26F0F8f8606a5d63b7D3a3CD21c22B23/info.json b/blockchains/ethereum/assets/0xfDBc1aDc26F0F8f8606a5d63b7D3a3CD21c22B23/info.json
deleted file mode 100644
index 45a7f9e1de626..0000000000000
--- a/blockchains/ethereum/assets/0xfDBc1aDc26F0F8f8606a5d63b7D3a3CD21c22B23/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "1World",
- "symbol": "1WO",
- "type": "ERC20",
- "decimals": 8,
- "description": "1World is first of its kind media token and new generation Adsense. 1WO is used for increasing user engagement by sharing 10% ads revenue with participants and for buying ads.",
- "website": "https://ico.1worldonline.com/",
- "explorer": "https://etherscan.io/token/0xfDBc1aDc26F0F8f8606a5d63b7D3a3CD21c22B23",
- "status": "active",
- "id": "0xfDBc1aDc26F0F8f8606a5d63b7D3a3CD21c22B23"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfDBc1aDc26F0F8f8606a5d63b7D3a3CD21c22B23/logo.png b/blockchains/ethereum/assets/0xfDBc1aDc26F0F8f8606a5d63b7D3a3CD21c22B23/logo.png
deleted file mode 100644
index f773a41fdaeec..0000000000000
Binary files a/blockchains/ethereum/assets/0xfDBc1aDc26F0F8f8606a5d63b7D3a3CD21c22B23/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfDF574766BA1A96A553e175aEfFA85ad78063F0B/info.json b/blockchains/ethereum/assets/0xfDF574766BA1A96A553e175aEfFA85ad78063F0B/info.json
deleted file mode 100644
index 08d31f144f390..0000000000000
--- a/blockchains/ethereum/assets/0xfDF574766BA1A96A553e175aEfFA85ad78063F0B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VANTA Token",
- "symbol": "VANTA",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfDF574766BA1A96A553e175aEfFA85ad78063F0B",
- "status": "abandoned",
- "id": "0xfDF574766BA1A96A553e175aEfFA85ad78063F0B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfDF574766BA1A96A553e175aEfFA85ad78063F0B/logo.png b/blockchains/ethereum/assets/0xfDF574766BA1A96A553e175aEfFA85ad78063F0B/logo.png
deleted file mode 100644
index d193a1922dd43..0000000000000
Binary files a/blockchains/ethereum/assets/0xfDF574766BA1A96A553e175aEfFA85ad78063F0B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfDbcD3a491Ca357e8Ce347e6b45c146e28667e23/info.json b/blockchains/ethereum/assets/0xfDbcD3a491Ca357e8Ce347e6b45c146e28667e23/info.json
deleted file mode 100644
index 0c306918bacfe..0000000000000
--- a/blockchains/ethereum/assets/0xfDbcD3a491Ca357e8Ce347e6b45c146e28667e23/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "e-Money CHF stablecoin",
- "website": "https://e-money.com",
- "description": "ERC20 version of the e-Money CHF stablecoin",
- "explorer": "https://etherscan.io/token/0xfDbcD3a491Ca357e8Ce347e6b45c146e28667e23",
- "type": "ERC20",
- "symbol": "ECHF",
- "decimals": 6,
- "status": "active",
- "id": "0xfDbcD3a491Ca357e8Ce347e6b45c146e28667e23"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfDbcD3a491Ca357e8Ce347e6b45c146e28667e23/logo.png b/blockchains/ethereum/assets/0xfDbcD3a491Ca357e8Ce347e6b45c146e28667e23/logo.png
deleted file mode 100644
index dc81836d1ddb6..0000000000000
Binary files a/blockchains/ethereum/assets/0xfDbcD3a491Ca357e8Ce347e6b45c146e28667e23/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfDd9933A6A3B17c53AC63959AcA1c4692956077C/info.json b/blockchains/ethereum/assets/0xfDd9933A6A3B17c53AC63959AcA1c4692956077C/info.json
deleted file mode 100644
index 9aa6a1c246578..0000000000000
--- a/blockchains/ethereum/assets/0xfDd9933A6A3B17c53AC63959AcA1c4692956077C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EQR V2/3560",
- "symbol": "EQR",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfDd9933A6A3B17c53AC63959AcA1c4692956077C",
- "status": "abandoned",
- "id": "0xfDd9933A6A3B17c53AC63959AcA1c4692956077C"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfDd9933A6A3B17c53AC63959AcA1c4692956077C/logo.png b/blockchains/ethereum/assets/0xfDd9933A6A3B17c53AC63959AcA1c4692956077C/logo.png
deleted file mode 100644
index 974d32c95e7fe..0000000000000
Binary files a/blockchains/ethereum/assets/0xfDd9933A6A3B17c53AC63959AcA1c4692956077C/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfE3A06a947a036EFf9f9E8EC25B385ff4E853c38/info.json b/blockchains/ethereum/assets/0xfE3A06a947a036EFf9f9E8EC25B385ff4E853c38/info.json
deleted file mode 100644
index dced83aadf12e..0000000000000
--- a/blockchains/ethereum/assets/0xfE3A06a947a036EFf9f9E8EC25B385ff4E853c38/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Trust Union",
- "symbol": "TUT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.tut.credit/",
- "explorer": "https://etherscan.io/token/0xfE3A06a947a036EFf9f9E8EC25B385ff4E853c38",
- "status": "abandoned",
- "id": "0xfE3A06a947a036EFf9f9E8EC25B385ff4E853c38",
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfE3A06a947a036EFf9f9E8EC25B385ff4E853c38/logo.png b/blockchains/ethereum/assets/0xfE3A06a947a036EFf9f9E8EC25B385ff4E853c38/logo.png
deleted file mode 100644
index 7976994ffc6ac..0000000000000
Binary files a/blockchains/ethereum/assets/0xfE3A06a947a036EFf9f9E8EC25B385ff4E853c38/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfE4455fd433Ed3CA025ec7c43cb8686eD89826CD/info.json b/blockchains/ethereum/assets/0xfE4455fd433Ed3CA025ec7c43cb8686eD89826CD/info.json
deleted file mode 100644
index f8353df9f5bc1..0000000000000
--- a/blockchains/ethereum/assets/0xfE4455fd433Ed3CA025ec7c43cb8686eD89826CD/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MZI GOLD",
- "symbol": "MZG",
- "type": "ERC20",
- "decimals": 18,
- "description": "Moozicore is revolutionary background music service for venues where music is essential for customers. Moozicore's goal is to evolve places such as bars, restaurants, gyms and any other entertainment venues by creating personalized, social music experience for each customer.",
- "website": "https://tokensale.moozicore.com/",
- "explorer": "https://etherscan.io/token/0xfE4455fd433Ed3CA025ec7c43cb8686eD89826CD",
- "status": "active",
- "id": "0xfE4455fd433Ed3CA025ec7c43cb8686eD89826CD"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfE4455fd433Ed3CA025ec7c43cb8686eD89826CD/logo.png b/blockchains/ethereum/assets/0xfE4455fd433Ed3CA025ec7c43cb8686eD89826CD/logo.png
deleted file mode 100644
index 5abd529317a7e..0000000000000
Binary files a/blockchains/ethereum/assets/0xfE4455fd433Ed3CA025ec7c43cb8686eD89826CD/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfE6892654CBB05eB73d28DCc1Ff938f59666Fe9f/info.json b/blockchains/ethereum/assets/0xfE6892654CBB05eB73d28DCc1Ff938f59666Fe9f/info.json
deleted file mode 100644
index 9fcfb6d6cbd02..0000000000000
--- a/blockchains/ethereum/assets/0xfE6892654CBB05eB73d28DCc1Ff938f59666Fe9f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pool Sai",
- "symbol": "plSai",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfE6892654CBB05eB73d28DCc1Ff938f59666Fe9f",
- "status": "abandoned",
- "id": "0xfE6892654CBB05eB73d28DCc1Ff938f59666Fe9f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfE6892654CBB05eB73d28DCc1Ff938f59666Fe9f/logo.png b/blockchains/ethereum/assets/0xfE6892654CBB05eB73d28DCc1Ff938f59666Fe9f/logo.png
deleted file mode 100644
index bd2e58a970f84..0000000000000
Binary files a/blockchains/ethereum/assets/0xfE6892654CBB05eB73d28DCc1Ff938f59666Fe9f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfE831929098B5FF5d736105bD68BA9460EF07207/info.json b/blockchains/ethereum/assets/0xfE831929098B5FF5d736105bD68BA9460EF07207/info.json
deleted file mode 100644
index 2fe40cccd799b..0000000000000
--- a/blockchains/ethereum/assets/0xfE831929098B5FF5d736105bD68BA9460EF07207/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Cycle",
- "symbol": "CYCLE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfE831929098B5FF5d736105bD68BA9460EF07207",
- "status": "abandoned",
- "id": "0xfE831929098B5FF5d736105bD68BA9460EF07207"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfE831929098B5FF5d736105bD68BA9460EF07207/logo.png b/blockchains/ethereum/assets/0xfE831929098B5FF5d736105bD68BA9460EF07207/logo.png
deleted file mode 100644
index d3d93a0b512f1..0000000000000
Binary files a/blockchains/ethereum/assets/0xfE831929098B5FF5d736105bD68BA9460EF07207/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfE8487E30A07c96370149a0cFEd2627AAEe88142/info.json b/blockchains/ethereum/assets/0xfE8487E30A07c96370149a0cFEd2627AAEe88142/info.json
deleted file mode 100644
index 20a014701e6e7..0000000000000
--- a/blockchains/ethereum/assets/0xfE8487E30A07c96370149a0cFEd2627AAEe88142/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BRKCOIN",
- "symbol": "BRK",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfE8487E30A07c96370149a0cFEd2627AAEe88142",
- "status": "active",
- "id": "0xfE8487E30A07c96370149a0cFEd2627AAEe88142"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfE8487E30A07c96370149a0cFEd2627AAEe88142/logo.png b/blockchains/ethereum/assets/0xfE8487E30A07c96370149a0cFEd2627AAEe88142/logo.png
deleted file mode 100644
index 1da904e1ed57f..0000000000000
Binary files a/blockchains/ethereum/assets/0xfE8487E30A07c96370149a0cFEd2627AAEe88142/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfE94c504D07aDBa98b23AA7C765D35357Bd185a3/info.json b/blockchains/ethereum/assets/0xfE94c504D07aDBa98b23AA7C765D35357Bd185a3/info.json
deleted file mode 100644
index 966257be6b6d6..0000000000000
--- a/blockchains/ethereum/assets/0xfE94c504D07aDBa98b23AA7C765D35357Bd185a3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FLGCToken",
- "symbol": "FLGC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfE94c504D07aDBa98b23AA7C765D35357Bd185a3",
- "status": "abandoned",
- "id": "0xfE94c504D07aDBa98b23AA7C765D35357Bd185a3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfE94c504D07aDBa98b23AA7C765D35357Bd185a3/logo.png b/blockchains/ethereum/assets/0xfE94c504D07aDBa98b23AA7C765D35357Bd185a3/logo.png
deleted file mode 100644
index 94ee954bc5a6f..0000000000000
Binary files a/blockchains/ethereum/assets/0xfE94c504D07aDBa98b23AA7C765D35357Bd185a3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfEC2583f80eF0889E08Ef4eef6DaEd7CB29E4542/info.json b/blockchains/ethereum/assets/0xfEC2583f80eF0889E08Ef4eef6DaEd7CB29E4542/info.json
deleted file mode 100644
index 08bb0b0828afd..0000000000000
--- a/blockchains/ethereum/assets/0xfEC2583f80eF0889E08Ef4eef6DaEd7CB29E4542/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LenDingChain",
- "symbol": "LDC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfEC2583f80eF0889E08Ef4eef6DaEd7CB29E4542",
- "status": "abandoned",
- "id": "0xfEC2583f80eF0889E08Ef4eef6DaEd7CB29E4542"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfEC2583f80eF0889E08Ef4eef6DaEd7CB29E4542/logo.png b/blockchains/ethereum/assets/0xfEC2583f80eF0889E08Ef4eef6DaEd7CB29E4542/logo.png
deleted file mode 100644
index c20e7348f7e58..0000000000000
Binary files a/blockchains/ethereum/assets/0xfEC2583f80eF0889E08Ef4eef6DaEd7CB29E4542/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfEE0d0871EAe9dB0be0362e444d224927149F649/info.json b/blockchains/ethereum/assets/0xfEE0d0871EAe9dB0be0362e444d224927149F649/info.json
deleted file mode 100644
index dbe096350bb3b..0000000000000
--- a/blockchains/ethereum/assets/0xfEE0d0871EAe9dB0be0362e444d224927149F649/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "EHalal",
- "symbol": "HAL",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfEE0d0871EAe9dB0be0362e444d224927149F649",
- "status": "active",
- "id": "0xfEE0d0871EAe9dB0be0362e444d224927149F649"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfEE0d0871EAe9dB0be0362e444d224927149F649/logo.png b/blockchains/ethereum/assets/0xfEE0d0871EAe9dB0be0362e444d224927149F649/logo.png
deleted file mode 100644
index bd9d5eeebba8c..0000000000000
Binary files a/blockchains/ethereum/assets/0xfEE0d0871EAe9dB0be0362e444d224927149F649/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfF18DBc487b4c2E3222d115952bABfDa8BA52F5F/info.json b/blockchains/ethereum/assets/0xfF18DBc487b4c2E3222d115952bABfDa8BA52F5F/info.json
deleted file mode 100644
index b46a882d81e8d..0000000000000
--- a/blockchains/ethereum/assets/0xfF18DBc487b4c2E3222d115952bABfDa8BA52F5F/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PureLifeCoin",
- "symbol": "LIFE",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.lifelabs.io/",
- "explorer": "https://etherscan.io/token/0xfF18DBc487b4c2E3222d115952bABfDa8BA52F5F",
- "status": "abandoned",
- "id": "0xfF18DBc487b4c2E3222d115952bABfDa8BA52F5F"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfF18DBc487b4c2E3222d115952bABfDa8BA52F5F/logo.png b/blockchains/ethereum/assets/0xfF18DBc487b4c2E3222d115952bABfDa8BA52F5F/logo.png
deleted file mode 100644
index 2302e0a811038..0000000000000
Binary files a/blockchains/ethereum/assets/0xfF18DBc487b4c2E3222d115952bABfDa8BA52F5F/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfF20817765cB7f73d4bde2e66e067E58D11095C2/info.json b/blockchains/ethereum/assets/0xfF20817765cB7f73d4bde2e66e067E58D11095C2/info.json
deleted file mode 100644
index 5dc2194f4f7b3..0000000000000
--- a/blockchains/ethereum/assets/0xfF20817765cB7f73d4bde2e66e067E58D11095C2/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Amp",
- "website": "https://amptoken.org",
- "description": "Amp is a digital collateral token designed to facilitate fast and efficient value transfer, especially for use cases that prioritize security and irreversibility.",
- "explorer": "https://etherscan.io/token/0xfF20817765cB7f73d4bde2e66e067E58D11095C2",
- "type": "ERC20",
- "symbol": "AMP",
- "decimals": 18,
- "status": "active",
- "id": "0xfF20817765cB7f73d4bde2e66e067E58D11095C2",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/amptoken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/amptoken"
- },
- {
- "name": "blog",
- "url": "https://medium.com/amptoken"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/amp-token/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfF20817765cB7f73d4bde2e66e067E58D11095C2/logo.png b/blockchains/ethereum/assets/0xfF20817765cB7f73d4bde2e66e067E58D11095C2/logo.png
deleted file mode 100644
index 0a7555374f5ce..0000000000000
Binary files a/blockchains/ethereum/assets/0xfF20817765cB7f73d4bde2e66e067E58D11095C2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfF340f03E226B669c873516755a6B88a45b0B2aC/info.json b/blockchains/ethereum/assets/0xfF340f03E226B669c873516755a6B88a45b0B2aC/info.json
deleted file mode 100644
index 78a9c97538eb1..0000000000000
--- a/blockchains/ethereum/assets/0xfF340f03E226B669c873516755a6B88a45b0B2aC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "NSRT BRICS",
- "website": "https://newsilkroadbrics.com",
- "description": "NSRT token works in real sectors of the economy at the global level with the support of state and supranational BRICS structures.",
- "explorer": "https://etherscan.io/token/0xfF340f03E226B669c873516755a6B88a45b0B2aC",
- "type": "ERC20",
- "symbol": "NSRT",
- "decimals": 18,
- "status": "active",
- "id": "0xfF340f03E226B669c873516755a6B88a45b0B2aC"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfF340f03E226B669c873516755a6B88a45b0B2aC/logo.png b/blockchains/ethereum/assets/0xfF340f03E226B669c873516755a6B88a45b0B2aC/logo.png
deleted file mode 100644
index 55f5013092efa..0000000000000
Binary files a/blockchains/ethereum/assets/0xfF340f03E226B669c873516755a6B88a45b0B2aC/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfF5c25D2F40B47C4a37f989DE933E26562Ef0Ac0/info.json b/blockchains/ethereum/assets/0xfF5c25D2F40B47C4a37f989DE933E26562Ef0Ac0/info.json
deleted file mode 100644
index c9db3d5b0ecb3..0000000000000
--- a/blockchains/ethereum/assets/0xfF5c25D2F40B47C4a37f989DE933E26562Ef0Ac0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kora Network Token",
- "symbol": "KNT",
- "type": "ERC20",
- "decimals": 16,
- "description": "-",
- "website": "https://kora.network/",
- "explorer": "https://etherscan.io/token/0xfF5c25D2F40B47C4a37f989DE933E26562Ef0Ac0",
- "status": "abandoned",
- "id": "0xfF5c25D2F40B47C4a37f989DE933E26562Ef0Ac0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfF5c25D2F40B47C4a37f989DE933E26562Ef0Ac0/logo.png b/blockchains/ethereum/assets/0xfF5c25D2F40B47C4a37f989DE933E26562Ef0Ac0/logo.png
deleted file mode 100755
index d0c74a5ddc59e..0000000000000
Binary files a/blockchains/ethereum/assets/0xfF5c25D2F40B47C4a37f989DE933E26562Ef0Ac0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfF759254e578bc7F725428CEcb612A502E604f42/info.json b/blockchains/ethereum/assets/0xfF759254e578bc7F725428CEcb612A502E604f42/info.json
deleted file mode 100644
index 2fd517386f4d9..0000000000000
--- a/blockchains/ethereum/assets/0xfF759254e578bc7F725428CEcb612A502E604f42/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BAT Gold",
- "symbol": "BATG",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfF759254e578bc7F725428CEcb612A502E604f42",
- "status": "active",
- "id": "0xfF759254e578bc7F725428CEcb612A502E604f42"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfF759254e578bc7F725428CEcb612A502E604f42/logo.png b/blockchains/ethereum/assets/0xfF759254e578bc7F725428CEcb612A502E604f42/logo.png
deleted file mode 100644
index 3823bb5cdd4ea..0000000000000
Binary files a/blockchains/ethereum/assets/0xfF759254e578bc7F725428CEcb612A502E604f42/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfFe8196bc259E8dEDc544d935786Aa4709eC3E64/info.json b/blockchains/ethereum/assets/0xfFe8196bc259E8dEDc544d935786Aa4709eC3E64/info.json
deleted file mode 100644
index e91c48a36a9b1..0000000000000
--- a/blockchains/ethereum/assets/0xfFe8196bc259E8dEDc544d935786Aa4709eC3E64/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hedge",
- "symbol": "HDG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfFe8196bc259E8dEDc544d935786Aa4709eC3E64",
- "status": "abandoned",
- "id": "0xfFe8196bc259E8dEDc544d935786Aa4709eC3E64"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfFe8196bc259E8dEDc544d935786Aa4709eC3E64/logo.png b/blockchains/ethereum/assets/0xfFe8196bc259E8dEDc544d935786Aa4709eC3E64/logo.png
deleted file mode 100644
index 2af8097ffd6d5..0000000000000
Binary files a/blockchains/ethereum/assets/0xfFe8196bc259E8dEDc544d935786Aa4709eC3E64/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfa05A73FfE78ef8f1a739473e462c54bae6567D9/info.json b/blockchains/ethereum/assets/0xfa05A73FfE78ef8f1a739473e462c54bae6567D9/info.json
deleted file mode 100644
index 7f7a6aa9b513e..0000000000000
--- a/blockchains/ethereum/assets/0xfa05A73FfE78ef8f1a739473e462c54bae6567D9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lunyr Token",
- "symbol": "LUN",
- "type": "ERC20",
- "decimals": 18,
- "description": "Lunyr is an Ethereum-based decentralized world knowledge base which rewards users with app tokens for peer-reviewing and contributing information.",
- "website": "https://lunyr.com/",
- "explorer": "https://etherscan.io/token/0xfa05A73FfE78ef8f1a739473e462c54bae6567D9",
- "status": "active",
- "id": "0xfa05A73FfE78ef8f1a739473e462c54bae6567D9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfa05A73FfE78ef8f1a739473e462c54bae6567D9/logo.png b/blockchains/ethereum/assets/0xfa05A73FfE78ef8f1a739473e462c54bae6567D9/logo.png
deleted file mode 100644
index 1d624f3b54584..0000000000000
Binary files a/blockchains/ethereum/assets/0xfa05A73FfE78ef8f1a739473e462c54bae6567D9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfa0f26d2334764cE9f9582d8aD0514B5712589cf/info.json b/blockchains/ethereum/assets/0xfa0f26d2334764cE9f9582d8aD0514B5712589cf/info.json
deleted file mode 100644
index eda5c70662a9a..0000000000000
--- a/blockchains/ethereum/assets/0xfa0f26d2334764cE9f9582d8aD0514B5712589cf/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AweCoin",
- "symbol": "AWE",
- "type": "ERC20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfa0f26d2334764cE9f9582d8aD0514B5712589cf",
- "status": "abandoned",
- "id": "0xfa0f26d2334764cE9f9582d8aD0514B5712589cf"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfa0f26d2334764cE9f9582d8aD0514B5712589cf/logo.png b/blockchains/ethereum/assets/0xfa0f26d2334764cE9f9582d8aD0514B5712589cf/logo.png
deleted file mode 100644
index 5a2f1a0989399..0000000000000
Binary files a/blockchains/ethereum/assets/0xfa0f26d2334764cE9f9582d8aD0514B5712589cf/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfa6f7881E52fDF912c4a285D78a3141B089cE859/info.json b/blockchains/ethereum/assets/0xfa6f7881E52fDF912c4a285D78a3141B089cE859/info.json
deleted file mode 100644
index 78e9c1b30d18e..0000000000000
--- a/blockchains/ethereum/assets/0xfa6f7881E52fDF912c4a285D78a3141B089cE859/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Avocado",
- "symbol": "AVO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfa6f7881E52fDF912c4a285D78a3141B089cE859",
- "status": "abandoned",
- "id": "0xfa6f7881E52fDF912c4a285D78a3141B089cE859"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfa6f7881E52fDF912c4a285D78a3141B089cE859/logo.png b/blockchains/ethereum/assets/0xfa6f7881E52fDF912c4a285D78a3141B089cE859/logo.png
deleted file mode 100644
index 179806f85cacd..0000000000000
Binary files a/blockchains/ethereum/assets/0xfa6f7881E52fDF912c4a285D78a3141B089cE859/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfa91f4177476633f100C59D336C0f2FfAd414CBA/info.json b/blockchains/ethereum/assets/0xfa91f4177476633f100C59D336C0f2FfAd414CBA/info.json
deleted file mode 100644
index 828cdcf28b046..0000000000000
--- a/blockchains/ethereum/assets/0xfa91f4177476633f100C59D336C0f2FfAd414CBA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ANALYSX",
- "symbol": "XYS",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://analysx.io/",
- "explorer": "https://etherscan.io/token/0xfa91f4177476633f100C59D336C0f2FfAd414CBA",
- "status": "abandoned",
- "id": "0xfa91f4177476633f100C59D336C0f2FfAd414CBA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfa91f4177476633f100C59D336C0f2FfAd414CBA/logo.png b/blockchains/ethereum/assets/0xfa91f4177476633f100C59D336C0f2FfAd414CBA/logo.png
deleted file mode 100644
index 7257028b5e037..0000000000000
Binary files a/blockchains/ethereum/assets/0xfa91f4177476633f100C59D336C0f2FfAd414CBA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfaaf0Ecfb3246902de6A2C77c5B114DA555695A3/info.json b/blockchains/ethereum/assets/0xfaaf0Ecfb3246902de6A2C77c5B114DA555695A3/info.json
deleted file mode 100644
index 67d1a5f5a2272..0000000000000
--- a/blockchains/ethereum/assets/0xfaaf0Ecfb3246902de6A2C77c5B114DA555695A3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Btex Token",
- "symbol": "BT",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfaaf0Ecfb3246902de6A2C77c5B114DA555695A3",
- "status": "abandoned",
- "id": "0xfaaf0Ecfb3246902de6A2C77c5B114DA555695A3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfaaf0Ecfb3246902de6A2C77c5B114DA555695A3/logo.png b/blockchains/ethereum/assets/0xfaaf0Ecfb3246902de6A2C77c5B114DA555695A3/logo.png
deleted file mode 100644
index ecd59cc5eb41a..0000000000000
Binary files a/blockchains/ethereum/assets/0xfaaf0Ecfb3246902de6A2C77c5B114DA555695A3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfb130d93E49DcA13264344966A611dc79a456Bc5/info.json b/blockchains/ethereum/assets/0xfb130d93E49DcA13264344966A611dc79a456Bc5/info.json
deleted file mode 100644
index 2e1fccc75b41b..0000000000000
--- a/blockchains/ethereum/assets/0xfb130d93E49DcA13264344966A611dc79a456Bc5/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "DogeGF",
- "website": "https://www.dogegf.com/",
- "description": "DogeGF is a peer-to-peer community governed by reciprocity.",
- "explorer": "https://etherscan.io/token/0xfb130d93E49DcA13264344966A611dc79a456Bc5",
- "type": "ERC20",
- "symbol": "DOGEGF",
- "decimals": 18,
- "status": "active",
- "id": "0xfb130d93E49DcA13264344966A611dc79a456Bc5",
- "links": [
- {
- "name": "medium",
- "url": "https://dogegf.medium.com/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/dogegf/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/dogegftoken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/DogeGF_Official"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/Tjr8AvFBTP"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfb130d93E49DcA13264344966A611dc79a456Bc5/logo.png b/blockchains/ethereum/assets/0xfb130d93E49DcA13264344966A611dc79a456Bc5/logo.png
deleted file mode 100644
index 4cbe25b44d1da..0000000000000
Binary files a/blockchains/ethereum/assets/0xfb130d93E49DcA13264344966A611dc79a456Bc5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfb4C6e952F2fb4eA3FAEdF5A70A9126f42C78A15/info.json b/blockchains/ethereum/assets/0xfb4C6e952F2fb4eA3FAEdF5A70A9126f42C78A15/info.json
deleted file mode 100644
index 2bb597346a31a..0000000000000
--- a/blockchains/ethereum/assets/0xfb4C6e952F2fb4eA3FAEdF5A70A9126f42C78A15/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Beside",
- "symbol": "SIDE",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfb4C6e952F2fb4eA3FAEdF5A70A9126f42C78A15",
- "status": "abandoned",
- "id": "0xfb4C6e952F2fb4eA3FAEdF5A70A9126f42C78A15"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfb4C6e952F2fb4eA3FAEdF5A70A9126f42C78A15/logo.png b/blockchains/ethereum/assets/0xfb4C6e952F2fb4eA3FAEdF5A70A9126f42C78A15/logo.png
deleted file mode 100755
index 7e60366aa9992..0000000000000
Binary files a/blockchains/ethereum/assets/0xfb4C6e952F2fb4eA3FAEdF5A70A9126f42C78A15/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfb6bEcd99282d7CA14D0890F3e4F073D9Dd522e9/info.json b/blockchains/ethereum/assets/0xfb6bEcd99282d7CA14D0890F3e4F073D9Dd522e9/info.json
deleted file mode 100644
index f15bac03b9aa7..0000000000000
--- a/blockchains/ethereum/assets/0xfb6bEcd99282d7CA14D0890F3e4F073D9Dd522e9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Blockchain of Africa",
- "symbol": "BOA",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfb6bEcd99282d7CA14D0890F3e4F073D9Dd522e9",
- "status": "abandoned",
- "id": "0xfb6bEcd99282d7CA14D0890F3e4F073D9Dd522e9"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfb6bEcd99282d7CA14D0890F3e4F073D9Dd522e9/logo.png b/blockchains/ethereum/assets/0xfb6bEcd99282d7CA14D0890F3e4F073D9Dd522e9/logo.png
deleted file mode 100644
index 062bdc11314a3..0000000000000
Binary files a/blockchains/ethereum/assets/0xfb6bEcd99282d7CA14D0890F3e4F073D9Dd522e9/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfc05987bd2be489ACCF0f509E44B0145d68240f7/info.json b/blockchains/ethereum/assets/0xfc05987bd2be489ACCF0f509E44B0145d68240f7/info.json
deleted file mode 100644
index a84a2eed40d0b..0000000000000
--- a/blockchains/ethereum/assets/0xfc05987bd2be489ACCF0f509E44B0145d68240f7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ESSENTIA",
- "symbol": "ESS",
- "type": "ERC20",
- "decimals": 18,
- "description": "Essentia is a masternoded multi-chained set of protocols connecting centralized and decentralized resources to create new powerful interactions and experiences.",
- "website": "https://essentia.one/",
- "explorer": "https://etherscan.io/token/0xfc05987bd2be489ACCF0f509E44B0145d68240f7",
- "status": "active",
- "id": "0xfc05987bd2be489ACCF0f509E44B0145d68240f7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfc05987bd2be489ACCF0f509E44B0145d68240f7/logo.png b/blockchains/ethereum/assets/0xfc05987bd2be489ACCF0f509E44B0145d68240f7/logo.png
deleted file mode 100644
index 2753f58c7d50d..0000000000000
Binary files a/blockchains/ethereum/assets/0xfc05987bd2be489ACCF0f509E44B0145d68240f7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfc260E3fAC3CdEf615053dBCDa09Aa184B0361b6/info.json b/blockchains/ethereum/assets/0xfc260E3fAC3CdEf615053dBCDa09Aa184B0361b6/info.json
deleted file mode 100644
index 05d70dc3eebc6..0000000000000
--- a/blockchains/ethereum/assets/0xfc260E3fAC3CdEf615053dBCDa09Aa184B0361b6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CRYPTO SPOON",
- "symbol": "COSN",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfc260E3fAC3CdEf615053dBCDa09Aa184B0361b6",
- "status": "abandoned",
- "id": "0xfc260E3fAC3CdEf615053dBCDa09Aa184B0361b6"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfc260E3fAC3CdEf615053dBCDa09Aa184B0361b6/logo.png b/blockchains/ethereum/assets/0xfc260E3fAC3CdEf615053dBCDa09Aa184B0361b6/logo.png
deleted file mode 100755
index c65ca97f7304a..0000000000000
Binary files a/blockchains/ethereum/assets/0xfc260E3fAC3CdEf615053dBCDa09Aa184B0361b6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfc61c3Fd8caD40c59086dFA86453d29A9362dCf4/info.json b/blockchains/ethereum/assets/0xfc61c3Fd8caD40c59086dFA86453d29A9362dCf4/info.json
deleted file mode 100644
index 37a71e4e1d9ba..0000000000000
--- a/blockchains/ethereum/assets/0xfc61c3Fd8caD40c59086dFA86453d29A9362dCf4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Casey",
- "symbol": "CASEY",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfc61c3Fd8caD40c59086dFA86453d29A9362dCf4",
- "status": "abandoned",
- "id": "0xfc61c3Fd8caD40c59086dFA86453d29A9362dCf4"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfc61c3Fd8caD40c59086dFA86453d29A9362dCf4/logo.png b/blockchains/ethereum/assets/0xfc61c3Fd8caD40c59086dFA86453d29A9362dCf4/logo.png
deleted file mode 100644
index 3c1fb91b7c810..0000000000000
Binary files a/blockchains/ethereum/assets/0xfc61c3Fd8caD40c59086dFA86453d29A9362dCf4/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfc82bb4ba86045Af6F327323a46E80412b91b27d/info.json b/blockchains/ethereum/assets/0xfc82bb4ba86045Af6F327323a46E80412b91b27d/info.json
deleted file mode 100644
index 24bfd33f68dbf..0000000000000
--- a/blockchains/ethereum/assets/0xfc82bb4ba86045Af6F327323a46E80412b91b27d/info.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
- "name": "Prom",
- "type": "ERC20",
- "symbol": "PROM",
- "decimals": 18,
- "website": "https://prom.io",
- "description": "Prom is a gaming NFT marketplace & rental. Completely decentralized, confidential, and safe, it meets the needs of players, metaverse-enthusiasts, NFT owners, guilds, and games.",
- "explorer": "https://etherscan.io/token/0xfc82bb4ba86045Af6F327323a46E80412b91b27d",
- "status": "active",
- "id": "0xfc82bb4ba86045Af6F327323a46E80412b91b27d",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/prom_io"
- },
- {
- "name": "telegram",
- "url": "https://t.me/prom_io"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/prom_ann"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/prom"
- },
- {
- "name": "whitepaper",
- "url": "https://prom.io/whitepaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/prom/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/prom"
- },
- {
- "name": "medium",
- "url": "https://prom-io.medium.com/"
- },
- {
- "name": "github",
- "url": "https://github.com/prom-io"
- }
- ],
- "tags": [
- "gamefi",
- "nft",
- "defi"
- ]
-}
diff --git a/blockchains/ethereum/assets/0xfc82bb4ba86045Af6F327323a46E80412b91b27d/logo.png b/blockchains/ethereum/assets/0xfc82bb4ba86045Af6F327323a46E80412b91b27d/logo.png
deleted file mode 100644
index b8bd23e7924b0..0000000000000
Binary files a/blockchains/ethereum/assets/0xfc82bb4ba86045Af6F327323a46E80412b91b27d/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfcA47962D45ADFdfd1Ab2D972315dB4ce7CCf094/info.json b/blockchains/ethereum/assets/0xfcA47962D45ADFdfd1Ab2D972315dB4ce7CCf094/info.json
deleted file mode 100644
index be1b1d4c9f70b..0000000000000
--- a/blockchains/ethereum/assets/0xfcA47962D45ADFdfd1Ab2D972315dB4ce7CCf094/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "iXledger",
- "symbol": "IXT",
- "type": "ERC20",
- "decimals": 8,
- "description": "InsureX is a marketplace for insurers, reinsurers and brokers to trade insurance products directly.",
- "website": "https://www.ixledger.com",
- "explorer": "https://etherscan.io/token/0xfcA47962D45ADFdfd1Ab2D972315dB4ce7CCf094",
- "status": "active",
- "id": "0xfcA47962D45ADFdfd1Ab2D972315dB4ce7CCf094"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfcA47962D45ADFdfd1Ab2D972315dB4ce7CCf094/logo.png b/blockchains/ethereum/assets/0xfcA47962D45ADFdfd1Ab2D972315dB4ce7CCf094/logo.png
deleted file mode 100644
index 4b64fc2461b8c..0000000000000
Binary files a/blockchains/ethereum/assets/0xfcA47962D45ADFdfd1Ab2D972315dB4ce7CCf094/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfcAC7A7515e9A9d7619fA77A1fa738111f66727e/info.json b/blockchains/ethereum/assets/0xfcAC7A7515e9A9d7619fA77A1fa738111f66727e/info.json
deleted file mode 100644
index afe4dec86a9bf..0000000000000
--- a/blockchains/ethereum/assets/0xfcAC7A7515e9A9d7619fA77A1fa738111f66727e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Pitch",
- "symbol": "PCH",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfcAC7A7515e9A9d7619fA77A1fa738111f66727e",
- "status": "abandoned",
- "id": "0xfcAC7A7515e9A9d7619fA77A1fa738111f66727e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfcAC7A7515e9A9d7619fA77A1fa738111f66727e/logo.png b/blockchains/ethereum/assets/0xfcAC7A7515e9A9d7619fA77A1fa738111f66727e/logo.png
deleted file mode 100644
index 73e33607a41ce..0000000000000
Binary files a/blockchains/ethereum/assets/0xfcAC7A7515e9A9d7619fA77A1fa738111f66727e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfce738f60585D79Ddc980C77C9990F7F9B88300e/info.json b/blockchains/ethereum/assets/0xfce738f60585D79Ddc980C77C9990F7F9B88300e/info.json
deleted file mode 100644
index 2f88e20bc714f..0000000000000
--- a/blockchains/ethereum/assets/0xfce738f60585D79Ddc980C77C9990F7F9B88300e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Shreyas",
- "symbol": "SHREY",
- "type": "ERC20",
- "decimals": 4,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfce738f60585D79Ddc980C77C9990F7F9B88300e",
- "status": "abandoned",
- "id": "0xfce738f60585D79Ddc980C77C9990F7F9B88300e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfce738f60585D79Ddc980C77C9990F7F9B88300e/logo.png b/blockchains/ethereum/assets/0xfce738f60585D79Ddc980C77C9990F7F9B88300e/logo.png
deleted file mode 100644
index af828bbc57280..0000000000000
Binary files a/blockchains/ethereum/assets/0xfce738f60585D79Ddc980C77C9990F7F9B88300e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfcf3740dEe50E5c4AFa16730baFf0E84E2F34aC3/info.json b/blockchains/ethereum/assets/0xfcf3740dEe50E5c4AFa16730baFf0E84E2F34aC3/info.json
deleted file mode 100644
index 8fd1bc0780785..0000000000000
--- a/blockchains/ethereum/assets/0xfcf3740dEe50E5c4AFa16730baFf0E84E2F34aC3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TetherGo",
- "symbol": "TGO",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfcf3740dEe50E5c4AFa16730baFf0E84E2F34aC3",
- "status": "abandoned",
- "id": "0xfcf3740dEe50E5c4AFa16730baFf0E84E2F34aC3"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfcf3740dEe50E5c4AFa16730baFf0E84E2F34aC3/logo.png b/blockchains/ethereum/assets/0xfcf3740dEe50E5c4AFa16730baFf0E84E2F34aC3/logo.png
deleted file mode 100644
index 531e250fdadc7..0000000000000
Binary files a/blockchains/ethereum/assets/0xfcf3740dEe50E5c4AFa16730baFf0E84E2F34aC3/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfd1e80508F243E64CE234eA88A5Fd2827c71D4b7/info.json b/blockchains/ethereum/assets/0xfd1e80508F243E64CE234eA88A5Fd2827c71D4b7/info.json
deleted file mode 100644
index fee8d7087bf5f..0000000000000
--- a/blockchains/ethereum/assets/0xfd1e80508F243E64CE234eA88A5Fd2827c71D4b7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MEDX TOKEN",
- "symbol": "MEDX",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfd1e80508F243E64CE234eA88A5Fd2827c71D4b7",
- "status": "abandoned",
- "id": "0xfd1e80508F243E64CE234eA88A5Fd2827c71D4b7"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfd1e80508F243E64CE234eA88A5Fd2827c71D4b7/logo.png b/blockchains/ethereum/assets/0xfd1e80508F243E64CE234eA88A5Fd2827c71D4b7/logo.png
deleted file mode 100755
index 3e403966cd978..0000000000000
Binary files a/blockchains/ethereum/assets/0xfd1e80508F243E64CE234eA88A5Fd2827c71D4b7/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfd784DA5c740c617AAFB80399fa81B86e1Da99a5/info.json b/blockchains/ethereum/assets/0xfd784DA5c740c617AAFB80399fa81B86e1Da99a5/info.json
deleted file mode 100644
index 7109bbd4e0a4a..0000000000000
--- a/blockchains/ethereum/assets/0xfd784DA5c740c617AAFB80399fa81B86e1Da99a5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Intelligent Transportation System",
- "symbol": "ITS",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfd784DA5c740c617AAFB80399fa81B86e1Da99a5",
- "status": "abandoned",
- "id": "0xfd784DA5c740c617AAFB80399fa81B86e1Da99a5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfd784DA5c740c617AAFB80399fa81B86e1Da99a5/logo.png b/blockchains/ethereum/assets/0xfd784DA5c740c617AAFB80399fa81B86e1Da99a5/logo.png
deleted file mode 100644
index 1b0e3695b46fa..0000000000000
Binary files a/blockchains/ethereum/assets/0xfd784DA5c740c617AAFB80399fa81B86e1Da99a5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfd8971d5E8E1740cE2d0A84095fCA4De729d0c16/info.json b/blockchains/ethereum/assets/0xfd8971d5E8E1740cE2d0A84095fCA4De729d0c16/info.json
deleted file mode 100644
index ee04c97da73f7..0000000000000
--- a/blockchains/ethereum/assets/0xfd8971d5E8E1740cE2d0A84095fCA4De729d0c16/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Zilla Token",
- "symbol": "ZLA",
- "type": "ERC20",
- "decimals": 18,
- "description": "Zilla (ZLA) is a cryptocurrency and operates on the Ethereum platform.",
- "website": "https://zla.io",
- "explorer": "https://etherscan.io/token/0xfd8971d5E8E1740cE2d0A84095fCA4De729d0c16",
- "status": "active",
- "id": "0xfd8971d5E8E1740cE2d0A84095fCA4De729d0c16"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfd8971d5E8E1740cE2d0A84095fCA4De729d0c16/logo.png b/blockchains/ethereum/assets/0xfd8971d5E8E1740cE2d0A84095fCA4De729d0c16/logo.png
deleted file mode 100644
index e2922738f60ec..0000000000000
Binary files a/blockchains/ethereum/assets/0xfd8971d5E8E1740cE2d0A84095fCA4De729d0c16/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfdFE8b7aB6CF1bD1E3d14538Ef40686296C42052/info.json b/blockchains/ethereum/assets/0xfdFE8b7aB6CF1bD1E3d14538Ef40686296C42052/info.json
deleted file mode 100644
index 9c69bf6086221..0000000000000
--- a/blockchains/ethereum/assets/0xfdFE8b7aB6CF1bD1E3d14538Ef40686296C42052/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Skraps",
- "symbol": "SKRP",
- "type": "ERC20",
- "decimals": 18,
- "description": "A new platform where you can easily invest your spare change from everyday purchases into Bitcoin and other cryptocurrencies.",
- "website": "https://skraps.io",
- "explorer": "https://etherscan.io/token/0xfdFE8b7aB6CF1bD1E3d14538Ef40686296C42052",
- "status": "active",
- "id": "0xfdFE8b7aB6CF1bD1E3d14538Ef40686296C42052"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfdFE8b7aB6CF1bD1E3d14538Ef40686296C42052/logo.png b/blockchains/ethereum/assets/0xfdFE8b7aB6CF1bD1E3d14538Ef40686296C42052/logo.png
deleted file mode 100644
index cdf4a7d408623..0000000000000
Binary files a/blockchains/ethereum/assets/0xfdFE8b7aB6CF1bD1E3d14538Ef40686296C42052/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfda1F5278b9aa923b5e581565d599810C78c71f5/info.json b/blockchains/ethereum/assets/0xfda1F5278b9aa923b5e581565d599810C78c71f5/info.json
deleted file mode 100644
index 40238deb01889..0000000000000
--- a/blockchains/ethereum/assets/0xfda1F5278b9aa923b5e581565d599810C78c71f5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "KINGS GLOBAL",
- "symbol": "KSG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://kingsglobalhub.com",
- "explorer": "https://etherscan.io/token/0xfda1F5278b9aa923b5e581565d599810C78c71f5",
- "status": "abandoned",
- "id": "0xfda1F5278b9aa923b5e581565d599810C78c71f5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfda1F5278b9aa923b5e581565d599810C78c71f5/logo.png b/blockchains/ethereum/assets/0xfda1F5278b9aa923b5e581565d599810C78c71f5/logo.png
deleted file mode 100644
index c3a456a7babac..0000000000000
Binary files a/blockchains/ethereum/assets/0xfda1F5278b9aa923b5e581565d599810C78c71f5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfdd4E938Bb067280a52AC4e02AaF1502Cc882bA6/info.json b/blockchains/ethereum/assets/0xfdd4E938Bb067280a52AC4e02AaF1502Cc882bA6/info.json
deleted file mode 100644
index 58f1e43a789bf..0000000000000
--- a/blockchains/ethereum/assets/0xfdd4E938Bb067280a52AC4e02AaF1502Cc882bA6/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "BET",
- "website": "https://earnbet.io",
- "description": "EarnBet is a fully decentralized profit-sharing casino",
- "explorer": "https://etherscan.io/token/0xfdd4E938Bb067280a52AC4e02AaF1502Cc882bA6",
- "research": "https://research.binance.com/en/projects/bitcoin",
- "type": "ERC20",
- "symbol": "BET",
- "decimals": 4,
- "status": "active",
- "id": "0xfdd4E938Bb067280a52AC4e02AaF1502Cc882bA6",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://earnbet.io/BET"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfdd4E938Bb067280a52AC4e02AaF1502Cc882bA6/logo.png b/blockchains/ethereum/assets/0xfdd4E938Bb067280a52AC4e02AaF1502Cc882bA6/logo.png
deleted file mode 100644
index bbf0406509086..0000000000000
Binary files a/blockchains/ethereum/assets/0xfdd4E938Bb067280a52AC4e02AaF1502Cc882bA6/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfdf63Ed4aBDdA6E771C7a396d81Fce60E134395f/info.json b/blockchains/ethereum/assets/0xfdf63Ed4aBDdA6E771C7a396d81Fce60E134395f/info.json
deleted file mode 100644
index 6777559ac10e1..0000000000000
--- a/blockchains/ethereum/assets/0xfdf63Ed4aBDdA6E771C7a396d81Fce60E134395f/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Anarchy Token",
- "symbol": "ANAR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfdf63Ed4aBDdA6E771C7a396d81Fce60E134395f",
- "status": "abandoned",
- "id": "0xfdf63Ed4aBDdA6E771C7a396d81Fce60E134395f"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfdf63Ed4aBDdA6E771C7a396d81Fce60E134395f/logo.png b/blockchains/ethereum/assets/0xfdf63Ed4aBDdA6E771C7a396d81Fce60E134395f/logo.png
deleted file mode 100644
index 0f24fc528030c..0000000000000
Binary files a/blockchains/ethereum/assets/0xfdf63Ed4aBDdA6E771C7a396d81Fce60E134395f/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfe5D908c9Ad85f651185dAa6a4770726E2b27d09/info.json b/blockchains/ethereum/assets/0xfe5D908c9Ad85f651185dAa6a4770726E2b27d09/info.json
deleted file mode 100644
index 40d6d8e8a6005..0000000000000
--- a/blockchains/ethereum/assets/0xfe5D908c9Ad85f651185dAa6a4770726E2b27d09/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BETHER",
- "symbol": "BHR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfe5D908c9Ad85f651185dAa6a4770726E2b27d09",
- "status": "abandoned",
- "id": "0xfe5D908c9Ad85f651185dAa6a4770726E2b27d09"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfe5D908c9Ad85f651185dAa6a4770726E2b27d09/logo.png b/blockchains/ethereum/assets/0xfe5D908c9Ad85f651185dAa6a4770726E2b27d09/logo.png
deleted file mode 100644
index f9dd2c87918ad..0000000000000
Binary files a/blockchains/ethereum/assets/0xfe5D908c9Ad85f651185dAa6a4770726E2b27d09/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfe5F141Bf94fE84bC28deD0AB966c16B17490657/info.json b/blockchains/ethereum/assets/0xfe5F141Bf94fE84bC28deD0AB966c16B17490657/info.json
deleted file mode 100644
index a5b683d6f38e6..0000000000000
--- a/blockchains/ethereum/assets/0xfe5F141Bf94fE84bC28deD0AB966c16B17490657/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "LibraToken",
- "symbol": "LBA",
- "type": "ERC20",
- "decimals": 18,
- "description": "Libra Credit is a decentralized lending ecosystem that facilitates open access to credit anywhere and anytime based on the Ethereum blockchain. Libra Credit is a global initiative with a mission to provide financial inclusion and lower the cost of financial services.",
- "website": "https://www.mycred.io/",
- "explorer": "https://etherscan.io/token/0xfe5F141Bf94fE84bC28deD0AB966c16B17490657",
- "status": "active",
- "id": "0xfe5F141Bf94fE84bC28deD0AB966c16B17490657"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfe5F141Bf94fE84bC28deD0AB966c16B17490657/logo.png b/blockchains/ethereum/assets/0xfe5F141Bf94fE84bC28deD0AB966c16B17490657/logo.png
deleted file mode 100644
index e1b84ceb799e1..0000000000000
Binary files a/blockchains/ethereum/assets/0xfe5F141Bf94fE84bC28deD0AB966c16B17490657/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfe7B915A0bAA0E79f85c5553266513F7C1c03Ed0/info.json b/blockchains/ethereum/assets/0xfe7B915A0bAA0E79f85c5553266513F7C1c03Ed0/info.json
deleted file mode 100644
index 914fa1b4c8433..0000000000000
--- a/blockchains/ethereum/assets/0xfe7B915A0bAA0E79f85c5553266513F7C1c03Ed0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "THUG LIFE Coin",
- "symbol": "THUG",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "http://thugcoin.cash",
- "explorer": "https://etherscan.io/token/0xfe7B915A0bAA0E79f85c5553266513F7C1c03Ed0",
- "status": "abandoned",
- "id": "0xfe7B915A0bAA0E79f85c5553266513F7C1c03Ed0"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfe7B915A0bAA0E79f85c5553266513F7C1c03Ed0/logo.png b/blockchains/ethereum/assets/0xfe7B915A0bAA0E79f85c5553266513F7C1c03Ed0/logo.png
deleted file mode 100755
index 838066a3e4d79..0000000000000
Binary files a/blockchains/ethereum/assets/0xfe7B915A0bAA0E79f85c5553266513F7C1c03Ed0/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfe9A29aB92522D14Fc65880d817214261D8479AE/info.json b/blockchains/ethereum/assets/0xfe9A29aB92522D14Fc65880d817214261D8479AE/info.json
deleted file mode 100644
index ea97560ec2280..0000000000000
--- a/blockchains/ethereum/assets/0xfe9A29aB92522D14Fc65880d817214261D8479AE/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SnowSwap",
- "symbol": "SNOW",
- "type": "ERC20",
- "decimals": 18,
- "description": "AMM / DEX for yield-bearing LP Token swaps.",
- "website": "https://snowswap.org",
- "explorer": "https://etherscan.io/token/0xfe9a29ab92522d14fc65880d817214261d8479ae",
- "status": "active",
- "id": "0xfe9A29aB92522D14Fc65880d817214261D8479AE"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfe9A29aB92522D14Fc65880d817214261D8479AE/logo.png b/blockchains/ethereum/assets/0xfe9A29aB92522D14Fc65880d817214261D8479AE/logo.png
deleted file mode 100644
index fb8775e8a5f3b..0000000000000
Binary files a/blockchains/ethereum/assets/0xfe9A29aB92522D14Fc65880d817214261D8479AE/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfeD347E43835Da08F8a00654fb4b38bB1C46E071/info.json b/blockchains/ethereum/assets/0xfeD347E43835Da08F8a00654fb4b38bB1C46E071/info.json
deleted file mode 100644
index 53b2825a8f984..0000000000000
--- a/blockchains/ethereum/assets/0xfeD347E43835Da08F8a00654fb4b38bB1C46E071/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sunpay",
- "symbol": "SUN",
- "type": "ERC20",
- "decimals": 10,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfeD347E43835Da08F8a00654fb4b38bB1C46E071",
- "status": "abandoned",
- "id": "0xfeD347E43835Da08F8a00654fb4b38bB1C46E071"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfeD347E43835Da08F8a00654fb4b38bB1C46E071/logo.png b/blockchains/ethereum/assets/0xfeD347E43835Da08F8a00654fb4b38bB1C46E071/logo.png
deleted file mode 100644
index bba3cdaa9fb5f..0000000000000
Binary files a/blockchains/ethereum/assets/0xfeD347E43835Da08F8a00654fb4b38bB1C46E071/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfeF4185594457050cC9c23980d301908FE057Bb1/info.json b/blockchains/ethereum/assets/0xfeF4185594457050cC9c23980d301908FE057Bb1/info.json
deleted file mode 100644
index 77164b6500477..0000000000000
--- a/blockchains/ethereum/assets/0xfeF4185594457050cC9c23980d301908FE057Bb1/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VIDT Datalink",
- "website": "https://about.v-id.org",
- "description": "V-ID makes any digital file verifiable. The VIDT API enables organizations to protect their digital data against fraud and manipulation. A simple but strong formula, that adds and protects value at minimum expense and effort. Organizations like Airbus, AmSpec and IBM use VIDT Datalink to certify and secure digital documents like certificates, invoices, diplomas and sensor-data. VIDT Datalink products and services connect every cloud to every blockchain.",
- "explorer": "https://etherscan.io/token/0xfeF4185594457050cC9c23980d301908FE057Bb1",
- "type": "ERC20",
- "symbol": "VIDT",
- "decimals": 18,
- "status": "active",
- "id": "0xfeF4185594457050cC9c23980d301908FE057Bb1"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfeF4185594457050cC9c23980d301908FE057Bb1/logo.png b/blockchains/ethereum/assets/0xfeF4185594457050cC9c23980d301908FE057Bb1/logo.png
deleted file mode 100644
index fe69d86587360..0000000000000
Binary files a/blockchains/ethereum/assets/0xfeF4185594457050cC9c23980d301908FE057Bb1/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfec0cF7fE078a500abf15F1284958F22049c2C7e/info.json b/blockchains/ethereum/assets/0xfec0cF7fE078a500abf15F1284958F22049c2C7e/info.json
deleted file mode 100644
index b037fee4fcc45..0000000000000
--- a/blockchains/ethereum/assets/0xfec0cF7fE078a500abf15F1284958F22049c2C7e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Maecenas ART Token",
- "symbol": "ART",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.maecenas.co/",
- "explorer": "https://etherscan.io/token/0xfec0cF7fE078a500abf15F1284958F22049c2C7e",
- "status": "active",
- "id": "0xfec0cF7fE078a500abf15F1284958F22049c2C7e"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfec0cF7fE078a500abf15F1284958F22049c2C7e/logo.png b/blockchains/ethereum/assets/0xfec0cF7fE078a500abf15F1284958F22049c2C7e/logo.png
deleted file mode 100644
index a9747198cf9b7..0000000000000
Binary files a/blockchains/ethereum/assets/0xfec0cF7fE078a500abf15F1284958F22049c2C7e/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfeea6031805661daaCAabAfD99412C31D59E8D44/info.json b/blockchains/ethereum/assets/0xfeea6031805661daaCAabAfD99412C31D59E8D44/info.json
deleted file mode 100644
index d65c0ea93b7f2..0000000000000
--- a/blockchains/ethereum/assets/0xfeea6031805661daaCAabAfD99412C31D59E8D44/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GAY$",
- "symbol": "GAY$",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xfeea6031805661daaCAabAfD99412C31D59E8D44",
- "status": "abandoned",
- "id": "0xfeea6031805661daaCAabAfD99412C31D59E8D44"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfeea6031805661daaCAabAfD99412C31D59E8D44/logo.png b/blockchains/ethereum/assets/0xfeea6031805661daaCAabAfD99412C31D59E8D44/logo.png
deleted file mode 100755
index 4e8c0b95f9176..0000000000000
Binary files a/blockchains/ethereum/assets/0xfeea6031805661daaCAabAfD99412C31D59E8D44/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfef3bEf71A5EB97E097039038776fD967ae5B106/info.json b/blockchains/ethereum/assets/0xfef3bEf71A5EB97E097039038776fD967ae5B106/info.json
deleted file mode 100644
index 3dd16fdac88b0..0000000000000
--- a/blockchains/ethereum/assets/0xfef3bEf71A5EB97E097039038776fD967ae5B106/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YFMoonshot",
- "website": "https://yfmoonshot.com",
- "description": "YFMoonshot is the governance token for YFMoonshot, a site that performs a variety of functions for DeFi users, moving their assets in and out of different liquidity pools in order to find the best yields.",
- "explorer": "https://etherscan.io/token/0xfef3bEf71A5EB97E097039038776fD967ae5B106",
- "type": "ERC20",
- "symbol": "YFMS",
- "decimals": 18,
- "status": "active",
- "id": "0xfef3bEf71A5EB97E097039038776fD967ae5B106"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfef3bEf71A5EB97E097039038776fD967ae5B106/logo.png b/blockchains/ethereum/assets/0xfef3bEf71A5EB97E097039038776fD967ae5B106/logo.png
deleted file mode 100644
index fd71268f43f3c..0000000000000
Binary files a/blockchains/ethereum/assets/0xfef3bEf71A5EB97E097039038776fD967ae5B106/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xff2b3353c3015E9f1FBF95B9Bda23F58Aa7cE007/info.json b/blockchains/ethereum/assets/0xff2b3353c3015E9f1FBF95B9Bda23F58Aa7cE007/info.json
deleted file mode 100644
index 384f4e1d821c0..0000000000000
--- a/blockchains/ethereum/assets/0xff2b3353c3015E9f1FBF95B9Bda23F58Aa7cE007/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BitScreenerToken",
- "symbol": "BITX",
- "type": "ERC20",
- "decimals": 18,
- "description": "BITX works as the payment method for users to buy advanced data services and the incentive method for the value contributors of the BitScreener ecosystem.",
- "website": "https://tokensale.bitscreener.com/",
- "explorer": "https://etherscan.io/token/0xff2b3353c3015E9f1FBF95B9Bda23F58Aa7cE007",
- "status": "active",
- "id": "0xff2b3353c3015E9f1FBF95B9Bda23F58Aa7cE007"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xff2b3353c3015E9f1FBF95B9Bda23F58Aa7cE007/logo.png b/blockchains/ethereum/assets/0xff2b3353c3015E9f1FBF95B9Bda23F58Aa7cE007/logo.png
deleted file mode 100755
index 9573bc99dd151..0000000000000
Binary files a/blockchains/ethereum/assets/0xff2b3353c3015E9f1FBF95B9Bda23F58Aa7cE007/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xff56Cc6b1E6dEd347aA0B7676C85AB0B3D08B0FA/info.json b/blockchains/ethereum/assets/0xff56Cc6b1E6dEd347aA0B7676C85AB0B3D08B0FA/info.json
deleted file mode 100644
index 177794a1d1550..0000000000000
--- a/blockchains/ethereum/assets/0xff56Cc6b1E6dEd347aA0B7676C85AB0B3D08B0FA/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Orbs",
- "website": "https://orbs.com",
- "description": "Orbs is a blockchain infrastructure-as-a-service built for large scale consumer applications to meet their business and technological requirements.",
- "explorer": "https://etherscan.io/token/0xff56Cc6b1E6dEd347aA0B7676C85AB0B3D08B0FA",
- "type": "ERC20",
- "symbol": "ORBS",
- "decimals": 18,
- "status": "active",
- "id": "0xff56Cc6b1E6dEd347aA0B7676C85AB0B3D08B0FA"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xff56Cc6b1E6dEd347aA0B7676C85AB0B3D08B0FA/logo.png b/blockchains/ethereum/assets/0xff56Cc6b1E6dEd347aA0B7676C85AB0B3D08B0FA/logo.png
deleted file mode 100755
index dda2afc8f85f3..0000000000000
Binary files a/blockchains/ethereum/assets/0xff56Cc6b1E6dEd347aA0B7676C85AB0B3D08B0FA/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xff8Be4B22CeDC440591dcB1E641EB2a0dd9d25A5/info.json b/blockchains/ethereum/assets/0xff8Be4B22CeDC440591dcB1E641EB2a0dd9d25A5/info.json
deleted file mode 100644
index c818e0bad0d85..0000000000000
--- a/blockchains/ethereum/assets/0xff8Be4B22CeDC440591dcB1E641EB2a0dd9d25A5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "URACToken",
- "symbol": "URAC",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.uranus.io/",
- "explorer": "https://etherscan.io/token/0xff8Be4B22CeDC440591dcB1E641EB2a0dd9d25A5",
- "status": "active",
- "id": "0xff8Be4B22CeDC440591dcB1E641EB2a0dd9d25A5"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xff8Be4B22CeDC440591dcB1E641EB2a0dd9d25A5/logo.png b/blockchains/ethereum/assets/0xff8Be4B22CeDC440591dcB1E641EB2a0dd9d25A5/logo.png
deleted file mode 100644
index 9111225235880..0000000000000
Binary files a/blockchains/ethereum/assets/0xff8Be4B22CeDC440591dcB1E641EB2a0dd9d25A5/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xff8C479134A18918059493243943150776cF8CF2/info.json b/blockchains/ethereum/assets/0xff8C479134A18918059493243943150776cF8CF2/info.json
deleted file mode 100644
index c07f3326de1f5..0000000000000
--- a/blockchains/ethereum/assets/0xff8C479134A18918059493243943150776cF8CF2/info.json
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- "name": "Renq Finance (RENQ)",
- "type": "ERC20",
- "symbol": "RENQ",
- "decimals": 18,
- "website": "https://renq.io",
- "description": "Renq aims to connect all isolated blockchains and establish a cross-chain asset exchange network, providing all necessary underlying support for the DeFi ecosystem. Let every digital asset holder experience a truly safe, free and transparent DeFi service.",
- "explorer": "https://etherscan.io/token/0xff8C479134A18918059493243943150776cF8CF2",
- "status": "active",
- "id": "0xff8C479134A18918059493243943150776cF8CF2",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/RenQ_Finance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/renqfinance"
- },
- {
- "name": "whitepaper",
- "url": "https://renq.io/whitepaper.pdf"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/renqfinance"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@renq"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/renqfinance"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/renq"
- },
- {
- "name": "github",
- "url": "https://github.com/renqfinance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/renq-finance/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/renq-finance"
- },
- {
- "name": "source_code",
- "url": "https://etherscan.io/token/0xff8C479134A18918059493243943150776cF8CF2#code"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xff8C479134A18918059493243943150776cF8CF2/logo.png b/blockchains/ethereum/assets/0xff8C479134A18918059493243943150776cF8CF2/logo.png
deleted file mode 100644
index dae785169e0a5..0000000000000
Binary files a/blockchains/ethereum/assets/0xff8C479134A18918059493243943150776cF8CF2/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xff9Bce8409df637CD3936bA77f8746bf99a4f80B/info.json b/blockchains/ethereum/assets/0xff9Bce8409df637CD3936bA77f8746bf99a4f80B/info.json
deleted file mode 100644
index 6a03f8fe4858f..0000000000000
--- a/blockchains/ethereum/assets/0xff9Bce8409df637CD3936bA77f8746bf99a4f80B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Decentralized Ecosystem Coorperation",
- "symbol": "DEC",
- "type": "ERC20",
- "decimals": 8,
- "description": "-",
- "website": "",
- "explorer": "https://etherscan.io/token/0xff9Bce8409df637CD3936bA77f8746bf99a4f80B",
- "status": "abandoned",
- "id": "0xff9Bce8409df637CD3936bA77f8746bf99a4f80B"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xff9Bce8409df637CD3936bA77f8746bf99a4f80B/logo.png b/blockchains/ethereum/assets/0xff9Bce8409df637CD3936bA77f8746bf99a4f80B/logo.png
deleted file mode 100755
index dee1565ff0cfe..0000000000000
Binary files a/blockchains/ethereum/assets/0xff9Bce8409df637CD3936bA77f8746bf99a4f80B/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xffF3ada5A2555a2B59BfF4F44DFad90146CcE8CB/info.json b/blockchains/ethereum/assets/0xffF3ada5A2555a2B59BfF4F44DFad90146CcE8CB/info.json
deleted file mode 100644
index 351dc6b1bc5c5..0000000000000
--- a/blockchains/ethereum/assets/0xffF3ada5A2555a2B59BfF4F44DFad90146CcE8CB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DEXTER",
- "symbol": "DXR",
- "type": "ERC20",
- "decimals": 18,
- "description": "-",
- "website": "https://www.dextercoin.io/",
- "explorer": "https://etherscan.io/token/0xffF3ada5A2555a2B59BfF4F44DFad90146CcE8CB",
- "status": "abandoned",
- "id": "0xffF3ada5A2555a2B59BfF4F44DFad90146CcE8CB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xffF3ada5A2555a2B59BfF4F44DFad90146CcE8CB/logo.png b/blockchains/ethereum/assets/0xffF3ada5A2555a2B59BfF4F44DFad90146CcE8CB/logo.png
deleted file mode 100644
index f5db05e36e006..0000000000000
Binary files a/blockchains/ethereum/assets/0xffF3ada5A2555a2B59BfF4F44DFad90146CcE8CB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/assets/0xfffffffFf15AbF397dA76f1dcc1A1604F45126DB/info.json b/blockchains/ethereum/assets/0xfffffffFf15AbF397dA76f1dcc1A1604F45126DB/info.json
deleted file mode 100644
index 5520e0b44191c..0000000000000
--- a/blockchains/ethereum/assets/0xfffffffFf15AbF397dA76f1dcc1A1604F45126DB/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FalconSwap Token",
- "website": "https://falconswap.com",
- "description": "The Powerhouse for DeFi",
- "explorer": "https://etherscan.io/token/0xfffffffFf15AbF397dA76f1dcc1A1604F45126DB",
- "type": "ERC20",
- "symbol": "FSW",
- "decimals": 18,
- "status": "active",
- "id": "0xfffffffFf15AbF397dA76f1dcc1A1604F45126DB"
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/assets/0xfffffffFf15AbF397dA76f1dcc1A1604F45126DB/logo.png b/blockchains/ethereum/assets/0xfffffffFf15AbF397dA76f1dcc1A1604F45126DB/logo.png
deleted file mode 100644
index c471570e6486f..0000000000000
Binary files a/blockchains/ethereum/assets/0xfffffffFf15AbF397dA76f1dcc1A1604F45126DB/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/chainlist.json b/blockchains/ethereum/chainlist.json
deleted file mode 100644
index 122f6f5943b6d..0000000000000
--- a/blockchains/ethereum/chainlist.json
+++ /dev/null
@@ -1,144 +0,0 @@
-{
- "chains":[
- {
- "chain": "1",
- "coinId": "ethereum"
- },
- {
- "chain": "10",
- "coinId": "optimism"
- },
- {
- "chain": "61",
- "coinId": "classic"
- },
- {
- "chain": "42161",
- "coinId": "arbitrum"
- },
- {
- "chain": "1313161554",
- "coinId": "aurora"
- },
- {
- "chain": "288",
- "coinId": "boba"
- },
- {
- "chain": "10001",
- "coinId": "ethereumpow"
- },
- {
- "chain": "8217",
- "coinId": "klaytn"
- },
- {
- "chain": "42262",
- "coinId": "oasis"
- },
- {
- "chain": "1284",
- "coinId": "moonbeam"
- },
- {
- "chain": "321",
- "coinId": "kucoin"
- },
- {
- "chain": "70",
- "coinId": "hoo"
- },
- {
- "chain": "250",
- "coinId": "fantom"
- },
- {
- "chain": "137",
- "coinId": "polygon"
- },
- {
- "chain": "128",
- "coinId": "heco"
- },
- {
- "chain": "1285",
- "coinId": "moonriver"
- },
- {
- "chain": "43114",
- "coinId": "avalanche"
- },
- {
- "chain": "32659",
- "coinId": "fusion"
- },
- {
- "chain": "42220",
- "coinId": "celo"
- },
- {
- "chain": "1666600000",
- "coinId": "harmony"
- },
- {
- "chain": "1088",
- "coinId": "metis"
- },
- {
- "chain": "2222",
- "coinId": "kavaevm"
- },
- {
- "chain": "66",
- "coinId": "okx"
- },
- {
- "chain": "1101",
- "coinId": "polygonzkevm"
- },
- {
- "chain": "324",
- "coinId": "zksync"
- },
- {
- "chain": "5",
- "coinId": "goerlitestnet"
- },
- {
- "chain": "421613",
- "coinId": "arbitrumgoerli"
- },
- {
- "chain": "80001",
- "coinId": "polygonmumbai"
- },
- {
- "chain": "1287",
- "coinId": "moonbasealpha"
- },
- {
- "chain": "4002",
- "coinId": "tftm"
- },
- {
- "chain": "420",
- "coinId": "optimismgoerli"
- },
- {
- "chain": "11155111",
- "coinId": "sepolia"
- },
- {
- "chain": "97",
- "coinId": "bnbt"
- },
- {
- "chain": "43113",
- "coinId": "avalanchecfuji"
- },
- {
- "chain": "5601",
- "coinId": "gbnb"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/info/info.json b/blockchains/ethereum/info/info.json
deleted file mode 100644
index 1c18235d81bd6..0000000000000
--- a/blockchains/ethereum/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Ethereum",
- "website": "https://ethereum.org/",
- "description": "Open source platform to write and distribute decentralized applications.",
- "explorer": "https://etherscan.io/",
- "research": "https://research.binance.com/en/projects/ethereum",
- "symbol": "ETH",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ethereum"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ethereum"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/ethereum"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/ethereum/wiki/wiki/White-Paper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/info/logo.png b/blockchains/ethereum/info/logo.png
deleted file mode 100644
index bf957d38c766d..0000000000000
Binary files a/blockchains/ethereum/info/logo.png and /dev/null differ
diff --git a/blockchains/ethereum/tokenlist-extended.json b/blockchains/ethereum/tokenlist-extended.json
deleted file mode 100644
index f7ea909fa731b..0000000000000
--- a/blockchains/ethereum/tokenlist-extended.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "name": "Trust Wallet: Ethereum Extended List",
- "logoURI": "https://trustwallet.com/assets/images/favicon.png",
- "timestamp": "2022-01-27T14:33:26.183301",
- "tokens": [
- {
- "asset": "c60_t0x8E870D67F660D95d5be530380D0eC0bd388289E1",
- "type": "ERC20",
- "address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1",
- "name": "Pax Dollar",
- "symbol": "USDP",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x8E870D67F660D95d5be530380D0eC0bd388289E1/logo.png"
- },
- {
- "asset": "c60_t0xa47c8bf37f92aBed4A126BDA807A7b7498661acD",
- "type": "ERC20",
- "address": "0xa47c8bf37f92aBed4A126BDA807A7b7498661acD",
- "name": "UST Token",
- "symbol": "UST",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xa47c8bf37f92aBed4A126BDA807A7b7498661acD/logo.png"
- }
- ],
- "version": {
- "major": 6,
- "minor": 0,
- "patch": 0
- }
-}
\ No newline at end of file
diff --git a/blockchains/ethereum/tokenlist.json b/blockchains/ethereum/tokenlist.json
deleted file mode 100644
index 5fbbe1589e23a..0000000000000
--- a/blockchains/ethereum/tokenlist.json
+++ /dev/null
@@ -1,3530 +0,0 @@
-{
- "name": "Trust Wallet: Ethereum",
- "logoURI": "https://trustwallet.com/assets/images/favicon.png",
- "timestamp": "2021-11-09T22:30:24.689Z",
- "tokens": [
- {
- "chainId": 1,
- "asset": "c60_t0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
- "type": "ERC20",
- "address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
- "name": "WETH",
- "symbol": "WETH",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png",
- "pairs": [
- {
- "base": "c60_t0x0000000000085d4780B73119b644AE5ecd22b376"
- },
- {
- "base": "c60_t0x0000000000095413afC295d19EDeb1Ad7B71c952"
- },
- {
- "base": "c60_t0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7"
- },
- {
- "base": "c60_t0x0202Be363B8a4820f3F4DE7FaF5224fF05943AB1"
- },
- {
- "base": "c60_t0x0258F474786DdFd37ABCE6df6BBb1Dd5dfC4434a"
- },
- {
- "base": "c60_t0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919"
- },
- {
- "base": "c60_t0x09a3EcAFa817268f77BE1283176B946C4ff2E608"
- },
- {
- "base": "c60_t0x0Ae055097C6d159879521C384F1D2123D1f195e6"
- },
- {
- "base": "c60_t0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e"
- },
- {
- "base": "c60_t0x0c7D5ae016f806603CB1782bEa29AC69471CAb9c"
- },
- {
- "base": "c60_t0x0CDF9acd87E940837ff21BB40c9fd55F68bba059"
- },
- {
- "base": "c60_t0x0cEC1A9154Ff802e7934Fc916Ed7Ca50bDE6844e"
- },
- {
- "base": "c60_t0x0D8775F648430679A709E98d2b0Cb6250d2887EF"
- },
- {
- "base": "c60_t0x0f51bb10119727a7e5eA3538074fb341F56B09Ad"
- },
- {
- "base": "c60_t0x0F5D2fB29fb7d3CFeE444a200298f468908cC942"
- },
- {
- "base": "c60_t0x0f7F961648aE6Db43C75663aC7E5414Eb79b5704"
- },
- {
- "base": "c60_t0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38"
- },
- {
- "base": "c60_t0x0fF6ffcFDa92c53F615a4A75D982f399C989366b"
- },
- {
- "base": "c60_t0x10Be9a8dAe441d276a5027936c3aADEd2d82bC15"
- },
- {
- "base": "c60_t0x111111111117dC0aa78b770fA6A738034120C302"
- },
- {
- "base": "c60_t0x1337DEF16F9B486fAEd0293eb623Dc8395dFE46a"
- },
- {
- "base": "c60_t0x1337DEF18C680aF1f9f45cBcab6309562975b1dD"
- },
- {
- "base": "c60_t0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b"
- },
- {
- "base": "c60_t0x15874d65e649880c2614e7a480cb7c9A55787FF6"
- },
- {
- "base": "c60_t0x1614F18Fc94f47967A3Fbe5FfcD46d4e7Da3D787"
- },
- {
- "base": "c60_t0x16980b3B4a3f9D89E33311B5aa8f80303E5ca4F8"
- },
- {
- "base": "c60_t0x18aAA7115705e8be94bfFEBDE57Af9BFc265B998"
- },
- {
- "base": "c60_t0x1b40183EFB4Dd766f11bDa7A7c3AD8982e998421"
- },
- {
- "base": "c60_t0x1cBb83EbcD552D5EBf8131eF8c9CD9d9BAB342bC"
- },
- {
- "base": "c60_t0x1cEB5cB57C4D4E2b2433641b95Dd330A33185A44"
- },
- {
- "base": "c60_t0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984"
- },
- {
- "base": "c60_t0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599"
- },
- {
- "base": "c60_t0x226f7b842E0F0120b7E194D05432b3fd14773a9D"
- },
- {
- "base": "c60_t0x25e1474170c4c0aA64fa98123bdc8dB49D7802fa"
- },
- {
- "base": "c60_t0x26c8AFBBFE1EBaca03C2bB082E69D0476Bffe099"
- },
- {
- "base": "c60_t0x27C70Cd1946795B66be9d954418546998b546634"
- },
- {
- "base": "c60_t0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39"
- },
- {
- "base": "c60_t0x3301Ee63Fb29F863f2333Bd4466acb46CD8323E6"
- },
- {
- "base": "c60_t0x3383c5a8969Dc413bfdDc9656Eb80A1408E4bA20"
- },
- {
- "base": "c60_t0x33D0568941C0C64ff7e0FB4fbA0B11BD37deEd9f"
- },
- {
- "base": "c60_t0x3845badAde8e6dFF049820680d1F14bD3903a5d0"
- },
- {
- "base": "c60_t0x38e4adB44ef08F22F5B5b76A8f0c2d0dCbE7DcA1"
- },
- {
- "base": "c60_t0x408e41876cCCDC0F92210600ef50372656052a38"
- },
- {
- "base": "c60_t0x40FD72257597aA14C7231A7B1aaa29Fce868F677"
- },
- {
- "base": "c60_t0x429881672B9AE42b8EbA0E26cD9C73711b891Ca5"
- },
- {
- "base": "c60_t0xcf0C122c6b73ff809C693DB761e7BaeBe62b6a2E"
- },
- {
- "base": "c60_t0x45804880De22913dAFE09f4980848ECE6EcbAf78"
- },
- {
- "base": "c60_t0x4691937a7508860F876c9c0a2a617E7d9E945D4B"
- },
- {
- "base": "c60_t0x4e352cF164E64ADCBad318C3a1e222E9EBa4Ce42"
- },
- {
- "base": "c60_t0x514910771AF9Ca656af840dff83E8264EcF986CA"
- },
- {
- "base": "c60_t0x5218E472cFCFE0b64A064F055B43b4cdC9EfD3A6"
- },
- {
- "base": "c60_t0x5228a22e72ccC52d415EcFd199F99D0665E7733b"
- },
- {
- "base": "c60_t0x584bC13c7D411c00c01A62e8019472dE68768430"
- },
- {
- "base": "c60_t0x5BEfBB272290dD5b8521D4a938f6c4757742c430"
- },
- {
- "base": "c60_t0x607F4C5BB672230e8672085532f7e901544a7375"
- },
- {
- "base": "c60_t0x62359Ed7505Efc61FF1D56fEF82158CcaffA23D7"
- },
- {
- "base": "c60_t0x6243d8CEA23066d098a15582d81a598b4e8391F4"
- },
- {
- "base": "c60_t0x63b4f3e3fa4e438698CE330e365E831F7cCD1eF4"
- },
- {
- "base": "c60_t0x66a0f676479Cee1d7373f3DC2e2952778BfF5bd6"
- },
- {
- "base": "c60_t0x67c597624B17b16fb77959217360B7cD18284253"
- },
- {
- "base": "c60_t0x6810e776880C02933D47DB1b9fc05908e5386b96"
- },
- {
- "base": "c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F"
- },
- {
- "base": "c60_t0x6B3595068778DD592e39A122f4f5a5cF09C90fE2"
- },
- {
- "base": "c60_t0x70401dFD142A16dC7031c56E862Fc88Cb9537Ce0"
- },
- {
- "base": "c60_t0x71F85B2E46976bD21302B64329868fd15eb0D127"
- },
- {
- "base": "c60_t0x725C263e32c72dDC3A19bEa12C5a0479a81eE688"
- },
- {
- "base": "c60_t0x72e364F2ABdC788b7E918bc238B21f109Cd634D7"
- },
- {
- "base": "c60_t0x761D38e5ddf6ccf6Cf7c55759d5210750B5D60F3"
- },
- {
- "base": "c60_t0x7659CE147D0e714454073a5dd7003544234b6Aa0"
- },
- {
- "base": "c60_t0x77777FeDdddFfC19Ff86DB637967013e6C6A116C"
- },
- {
- "base": "c60_t0x7a2Bc711E19ba6aff6cE8246C546E8c4B4944DFD"
- },
- {
- "base": "c60_t0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0"
- },
- {
- "base": "c60_t0x7dE91B204C1C737bcEe6F000AAA6569Cf7061cb7"
- },
- {
- "base": "c60_t0x7F3EDcdD180Dbe4819Bd98FeE8929b5cEdB3AdEB"
- },
- {
- "base": "c60_t0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9"
- },
- {
- "base": "c60_t0x7FF4169a6B5122b664c51c95727d87750eC07c84"
- },
- {
- "base": "c60_t0x8207c1FfC5B6804F6024322CcF34F29c3541Ae26"
- },
- {
- "base": "c60_t0x83e6f1E41cdd28eAcEB20Cb649155049Fac3D5Aa"
- },
- {
- "base": "c60_t0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e"
- },
- {
- "base": "c60_t0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419"
- },
- {
- "base": "c60_t0x853d955aCEf822Db058eb8505911ED77F175b99e"
- },
- {
- "base": "c60_t0x85Eee30c52B0b379b046Fb0F85F4f3Dc3009aFEC"
- },
- {
- "base": "c60_t0x88ACDd2a6425c3FaAE4Bc9650Fd7E27e0Bebb7aB"
- },
- {
- "base": "c60_t0x88EF27e69108B2633F8E1C184CC37940A075cC02"
- },
- {
- "base": "c60_t0x8a40c222996f9F3431f63Bf80244C36822060f12"
- },
- {
- "base": "c60_t0x8a854288a5976036A725879164Ca3e91d30c6A1B"
- },
- {
- "base": "c60_t0xCE3f08e664693ca792caCE4af1364D5e220827B2"
- },
- {
- "base": "c60_t0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9"
- },
- {
- "base": "c60_t0x8dAEBADE922dF735c38C80C7eBD708Af50815fAa"
- },
- {
- "base": "c60_t0x8f8221aFbB33998d8584A2B05749bA73c37a938a"
- },
- {
- "base": "c60_t0x9355372396e3F6daF13359B7b607a3374cc638e0"
- },
- {
- "base": "c60_t0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d"
- },
- {
- "base": "c60_t0x954b890704693af242613edEf1B603825afcD708"
- },
- {
- "base": "c60_t0x956F47F50A910163D8BF957Cf5846D573E7f87CA"
- },
- {
- "base": "c60_t0x95a4492F028aa1fd432Ea71146b433E7B4446611"
- },
- {
- "base": "c60_t0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE"
- },
- {
- "base": "c60_t0x967da4048cD07aB37855c090aAF366e4ce1b9F48"
- },
- {
- "base": "c60_t0x990f341946A3fdB507aE7e52d17851B87168017c"
- },
- {
- "base": "c60_t0x9B02dD390a603Add5c07f9fd9175b7DABE8D63B7"
- },
- {
- "base": "c60_t0x9BE89D2a4cd102D8Fecc6BF9dA793be995C22541"
- },
- {
- "base": "c60_t0x9EA3b5b4EC044b70375236A281986106457b20EF"
- },
- {
- "base": "c60_t0x9Ed8e7C9604790F7Ec589F99b94361d8AAB64E5E"
- },
- {
- "base": "c60_t0x9f7229aF0c4b9740e207Ea283b9094983f78ba04"
- },
- {
- "base": "c60_t0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2"
- },
- {
- "base": "c60_t0x9F9c8ec3534c3cE16F928381372BfbFBFb9F4D24"
- },
- {
- "base": "c60_t0xa0246c9032bC3A600820415aE600c6388619A14D"
- },
- {
- "base": "c60_t0xa0afAA285Ce85974c3C881256cB7F225e3A1178a"
- },
- {
- "base": "c60_t0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
- },
- {
- "base": "c60_t0xa117000000f279D81A1D3cc75430fAA017FA5A2e"
- },
- {
- "base": "c60_t0xa393473d64d2F9F026B60b6Df7859A689715d092"
- },
- {
- "base": "c60_t0xA4EED63db85311E22dF4473f87CcfC3DaDCFA3E3"
- },
- {
- "base": "c60_t0xa8c8CfB141A3bB59FEA1E2ea6B79b5ECBCD7b6ca"
- },
- {
- "base": "c60_t0xAa6E8127831c9DE45ae56bB1b0d4D4Da6e5665BD"
- },
- {
- "base": "c60_t0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d"
- },
- {
- "base": "c60_t0xAd4f86a25bbc20FfB751f2FAC312A0B4d8F88c64"
- },
- {
- "base": "c60_t0xaDB2437e6F65682B85F814fBc12FeC0508A7B1D0"
- },
- {
- "base": "c60_t0xaE697F994Fc5eBC000F8e22EbFfeE04612f98A0d"
- },
- {
- "base": "c60_t0x41A3Dba3D677E573636BA691a70ff2D606c29666"
- },
- {
- "base": "c60_t0xaf9f549774ecEDbD0966C52f250aCc548D3F36E5"
- },
- {
- "base": "c60_t0xB26631c6dda06aD89B93C71400D25692de89c068"
- },
- {
- "base": "c60_t0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206"
- },
- {
- "base": "c60_t0xB6ff96B8A8d214544Ca0dBc9B33f7AD6503eFD32"
- },
- {
- "base": "c60_t0xb753428af26E81097e7fD17f40c88aaA3E04902c"
- },
- {
- "base": "c60_t0xB9d99C33eA2d86EC5eC6b8A4dD816EBBA64404AF"
- },
- {
- "base": "c60_t0xba100000625a3754423978a60c9317c58a424e3D"
- },
- {
- "base": "c60_t0xBa21Ef4c9f433Ede00badEFcC2754B8E74bd538A"
- },
- {
- "base": "c60_t0xBBc2AE13b23d715c30720F079fcd9B4a74093505"
- },
- {
- "base": "c60_t0xbC396689893D065F41bc2C6EcbeE5e0085233447"
- },
- {
- "base": "c60_t0xc00e94Cb662C3520282E6f5717214004A7f26888"
- },
- {
- "base": "c60_t0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F"
- },
- {
- "base": "c60_t0xC0bA369c8Db6eB3924965e5c4FD0b4C1B91e305F"
- },
- {
- "base": "c60_t0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72"
- },
- {
- "base": "c60_t0xC4C2614E694cF534D407Ee49F8E44D125E4681c4"
- },
- {
- "base": "c60_t0xC52C326331E9Ce41F04484d3B5E5648158028804"
- },
- {
- "base": "c60_t0xCb5f72d37685C3D5aD0bB5F982443BC8FcdF570E"
- },
- {
- "base": "c60_t0xCbfef8fdd706cde6F208460f2Bf39Aa9c785F05D"
- },
- {
- "base": "c60_t0xCC4304A31d09258b0029eA7FE63d032f52e44EFe"
- },
- {
- "base": "c60_t0xD23Ac27148aF6A2f339BD82D0e3CFF380b5093de"
- },
- {
- "base": "c60_t0xd26114cd6EE289AccF82350c8d8487fedB8A0C07"
- },
- {
- "base": "c60_t0xd379700999F4805Ce80aa32DB46A94dF64561108"
- },
- {
- "base": "c60_t0xD46bA6D942050d489DBd938a2C909A5d5039A161"
- },
- {
- "base": "c60_t0xD533a949740bb3306d119CC777fa900bA034cd52"
- },
- {
- "base": "c60_t0xdAC17F958D2ee523a2206206994597C13D831ec7"
- },
- {
- "base": "c60_t0xDDB3422497E61e13543BeA06989C0789117555c5"
- },
- {
- "base": "c60_t0xE41d2489571d322189246DaFA5ebDe1F4699F498"
- },
- {
- "base": "c60_t0xE452E6Ea2dDeB012e20dB73bf5d3863A3Ac8d77a"
- },
- {
- "base": "c60_t0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55"
- },
- {
- "base": "c60_t0xE61fDAF474Fac07063f2234Fb9e60C1163Cfa850"
- },
- {
- "base": "c60_t0xE95A203B1a91a908F9B9CE46459d101078c2c3cb"
- },
- {
- "base": "c60_t0xEa319e87Cf06203DAe107Dd8E5672175e3Ee976c"
- },
- {
- "base": "c60_t0xEB4C2781e4ebA804CE9a9803C67d0893436bB27D"
- },
- {
- "base": "c60_t0xeEAA40B28A2d1b0B08f6f97bB1DD4B75316c6107"
- },
- {
- "base": "c60_t0xEec2bE5c91ae7f8a338e1e5f3b5DE49d07AfdC81"
- },
- {
- "base": "c60_t0xEEF9f339514298C6A857EfCfC1A762aF84438dEE"
- },
- {
- "base": "c60_t0xf1f955016EcbCd7321c7266BccFB96c68ea5E49b"
- },
- {
- "base": "c60_t0xf418588522d5dd018b425E472991E52EBBeEEEEE"
- },
- {
- "base": "c60_t0xf4CD3d3Fda8d7Fd6C5a500203e38640A70Bf9577"
- },
- {
- "base": "c60_t0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c"
- },
- {
- "base": "c60_t0xF938424F7210f31dF2Aee3011291b658f872e91e"
- },
- {
- "base": "c60_t0xF94b5C5651c888d928439aB6514B93944eEE6F48"
- },
- {
- "base": "c60_t0xfF20817765cB7f73d4bde2e66e067E58D11095C2"
- },
- {
- "base": "c60_t0xf4d2888d29D722226FafA5d9B24F9164c092421E"
- },
- {
- "base": "c60_t0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96"
- },
- {
- "base": "c60_t0xbAFDabaDcf19d0cFbbe0AB9C69CF050D86ff888C"
- },
- {
- "base": "c60_t0xB0c7a3Ba49C7a6EaBa6cD4a96C55a1391070Ac9A"
- },
- {
- "base": "c60_t0xCEBA2a8F6Ec221AEB5f3a7bcd15Cbc7e6a387bfb"
- }
- ]
- },
- {
- "chainId": 1,
- "asset": "c60_t0x0000000000085d4780B73119b644AE5ecd22b376",
- "type": "ERC20",
- "address": "0x0000000000085d4780B73119b644AE5ecd22b376",
- "name": "TrueUSD",
- "symbol": "TUSD",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x0000000000085d4780B73119b644AE5ecd22b376/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x0000000000095413afC295d19EDeb1Ad7B71c952",
- "type": "ERC20",
- "address": "0x0000000000095413afC295d19EDeb1Ad7B71c952",
- "name": "Tokenlon",
- "symbol": "LON",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x0000000000095413afC295d19EDeb1Ad7B71c952/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7",
- "type": "ERC20",
- "address": "0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7",
- "name": "SKALE Network",
- "symbol": "SKL",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x0202Be363B8a4820f3F4DE7FaF5224fF05943AB1",
- "type": "ERC20",
- "address": "0x0202Be363B8a4820f3F4DE7FaF5224fF05943AB1",
- "name": "UniLend",
- "symbol": "UFT",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x0202Be363B8a4820f3F4DE7FaF5224fF05943AB1/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x0258F474786DdFd37ABCE6df6BBb1Dd5dfC4434a",
- "type": "ERC20",
- "address": "0x0258F474786DdFd37ABCE6df6BBb1Dd5dfC4434a",
- "name": "Orion Protocol",
- "symbol": "ORN",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x0258F474786DdFd37ABCE6df6BBb1Dd5dfC4434a/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919",
- "type": "ERC20",
- "address": "0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919",
- "name": "Rai Reflex Index",
- "symbol": "RAI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x0488401c3F535193Fa8Df029d9fFe615A06E74E6",
- "type": "ERC20",
- "address": "0x0488401c3F535193Fa8Df029d9fFe615A06E74E6",
- "name": "SparkPoint",
- "symbol": "SRK",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x0488401c3F535193Fa8Df029d9fFe615A06E74E6/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828",
- "type": "ERC20",
- "address": "0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828",
- "name": "UMA",
- "symbol": "UMA",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x06A01a4d579479Dd5D884EBf61A31727A3d8D442",
- "type": "ERC20",
- "address": "0x06A01a4d579479Dd5D884EBf61A31727A3d8D442",
- "name": "SmartKey",
- "symbol": "Skey",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x06A01a4d579479Dd5D884EBf61A31727A3d8D442/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x07150e919B4De5fD6a63DE1F9384828396f25fDC",
- "type": "ERC20",
- "address": "0x07150e919B4De5fD6a63DE1F9384828396f25fDC",
- "name": "Base Protocol",
- "symbol": "BASE",
- "decimals": 9,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x07150e919B4De5fD6a63DE1F9384828396f25fDC/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x09a3EcAFa817268f77BE1283176B946C4ff2E608",
- "type": "ERC20",
- "address": "0x09a3EcAFa817268f77BE1283176B946C4ff2E608",
- "name": "Mirror Protocol",
- "symbol": "MIR",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x09a3EcAFa817268f77BE1283176B946C4ff2E608/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x09e64c2B61a5f1690Ee6fbeD9baf5D6990F8dFd0",
- "type": "ERC20",
- "address": "0x09e64c2B61a5f1690Ee6fbeD9baf5D6990F8dFd0",
- "name": "Growth DeFi",
- "symbol": "GRO",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x09e64c2B61a5f1690Ee6fbeD9baf5D6990F8dFd0/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x0a50C93c762fDD6E56D86215C24AaAD43aB629aa",
- "type": "ERC20",
- "address": "0x0a50C93c762fDD6E56D86215C24AaAD43aB629aa",
- "name": "LGO Token",
- "symbol": "LGO",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x0a50C93c762fDD6E56D86215C24AaAD43aB629aa/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x0Ae055097C6d159879521C384F1D2123D1f195e6",
- "type": "ERC20",
- "address": "0x0Ae055097C6d159879521C384F1D2123D1f195e6",
- "name": "xDai",
- "symbol": "STAKE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x0Ae055097C6d159879521C384F1D2123D1f195e6/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e",
- "type": "ERC20",
- "address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e",
- "name": "yearn.finance",
- "symbol": "YFI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x0c7D5ae016f806603CB1782bEa29AC69471CAb9c",
- "type": "ERC20",
- "address": "0x0c7D5ae016f806603CB1782bEa29AC69471CAb9c",
- "name": "Bifrost",
- "symbol": "BFC",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x0c7D5ae016f806603CB1782bEa29AC69471CAb9c/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x0CDF9acd87E940837ff21BB40c9fd55F68bba059",
- "type": "ERC20",
- "address": "0x0CDF9acd87E940837ff21BB40c9fd55F68bba059",
- "name": "Public Mint",
- "symbol": "MINT",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x0CDF9acd87E940837ff21BB40c9fd55F68bba059/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x0cEC1A9154Ff802e7934Fc916Ed7Ca50bDE6844e",
- "type": "ERC20",
- "address": "0x0cEC1A9154Ff802e7934Fc916Ed7Ca50bDE6844e",
- "name": "PoolTogether",
- "symbol": "POOL",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x0cEC1A9154Ff802e7934Fc916Ed7Ca50bDE6844e/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x0D8775F648430679A709E98d2b0Cb6250d2887EF",
- "type": "ERC20",
- "address": "0x0D8775F648430679A709E98d2b0Cb6250d2887EF",
- "name": "Basic Attention Token",
- "symbol": "BAT",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x0D8775F648430679A709E98d2b0Cb6250d2887EF/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x0f51bb10119727a7e5eA3538074fb341F56B09Ad",
- "type": "ERC20",
- "address": "0x0f51bb10119727a7e5eA3538074fb341F56B09Ad",
- "name": "DAO Maker",
- "symbol": "DAO",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x0f51bb10119727a7e5eA3538074fb341F56B09Ad/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x0F5D2fB29fb7d3CFeE444a200298f468908cC942",
- "type": "ERC20",
- "address": "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942",
- "name": "Decentraland",
- "symbol": "MANA",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x0F5D2fB29fb7d3CFeE444a200298f468908cC942/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x0f7F961648aE6Db43C75663aC7E5414Eb79b5704",
- "type": "ERC20",
- "address": "0x0f7F961648aE6Db43C75663aC7E5414Eb79b5704",
- "name": "Blockzero Labs",
- "symbol": "XIO",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x0f7F961648aE6Db43C75663aC7E5414Eb79b5704/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
- "type": "ERC20",
- "address": "0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38",
- "name": "Pundi X",
- "symbol": "PUNDIX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x0FD10b9899882a6f2fcb5c371E17e70FdEe00C38/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x0fF6ffcFDa92c53F615a4A75D982f399C989366b",
- "type": "ERC20",
- "address": "0x0fF6ffcFDa92c53F615a4A75D982f399C989366b",
- "name": "Unilayer",
- "symbol": "LAYER",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x0fF6ffcFDa92c53F615a4A75D982f399C989366b/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x10Be9a8dAe441d276a5027936c3aADEd2d82bC15",
- "type": "ERC20",
- "address": "0x10Be9a8dAe441d276a5027936c3aADEd2d82bC15",
- "name": "UniMex Network",
- "symbol": "UMX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x10Be9a8dAe441d276a5027936c3aADEd2d82bC15/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x111111111117dC0aa78b770fA6A738034120C302",
- "type": "ERC20",
- "address": "0x111111111117dC0aa78b770fA6A738034120C302",
- "name": "1INCH Token",
- "symbol": "1INCH",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x111111111117dC0aa78b770fA6A738034120C302/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x1337DEF16F9B486fAEd0293eb623Dc8395dFE46a",
- "type": "ERC20",
- "address": "0x1337DEF16F9B486fAEd0293eb623Dc8395dFE46a",
- "name": "ARMOR",
- "symbol": "ARMOR",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x1337DEF16F9B486fAEd0293eb623Dc8395dFE46a/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x1337DEF18C680aF1f9f45cBcab6309562975b1dD",
- "type": "ERC20",
- "address": "0x1337DEF18C680aF1f9f45cBcab6309562975b1dD",
- "name": "Armor NXM",
- "symbol": "arNXM",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x1337DEF18C680aF1f9f45cBcab6309562975b1dD/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b",
- "type": "ERC20",
- "address": "0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b",
- "name": "DeFi Pulse Index",
- "symbol": "DPI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x152687Bc4A7FCC89049cF119F9ac3e5aCF2eE7ef",
- "type": "ERC20",
- "address": "0x152687Bc4A7FCC89049cF119F9ac3e5aCF2eE7ef",
- "name": "DeltaHub Community",
- "symbol": "DHC",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x152687Bc4A7FCC89049cF119F9ac3e5aCF2eE7ef/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x15874d65e649880c2614e7a480cb7c9A55787FF6",
- "type": "ERC20",
- "address": "0x15874d65e649880c2614e7a480cb7c9A55787FF6",
- "name": "EthereumMax",
- "symbol": "eMax",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x15874d65e649880c2614e7a480cb7c9A55787FF6/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x1614F18Fc94f47967A3Fbe5FfcD46d4e7Da3D787",
- "type": "ERC20",
- "address": "0x1614F18Fc94f47967A3Fbe5FfcD46d4e7Da3D787",
- "name": "PAID Network",
- "symbol": "PAID",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x1614F18Fc94f47967A3Fbe5FfcD46d4e7Da3D787/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x16980b3B4a3f9D89E33311B5aa8f80303E5ca4F8",
- "type": "ERC20",
- "address": "0x16980b3B4a3f9D89E33311B5aa8f80303E5ca4F8",
- "name": "KIRA Network",
- "symbol": "KEX",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x16980b3B4a3f9D89E33311B5aa8f80303E5ca4F8/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x1796ae0b0fa4862485106a0de9b654eFE301D0b2",
- "type": "ERC20",
- "address": "0x1796ae0b0fa4862485106a0de9b654eFE301D0b2",
- "name": "Polychain Monsters",
- "symbol": "PMON",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x1796ae0b0fa4862485106a0de9b654eFE301D0b2/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x17aC188e09A7890a1844E5E65471fE8b0CcFadF3",
- "type": "ERC20",
- "address": "0x17aC188e09A7890a1844E5E65471fE8b0CcFadF3",
- "name": "Cryptocurrency Top 10 Tokens Index",
- "symbol": "CC10",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x17aC188e09A7890a1844E5E65471fE8b0CcFadF3/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x18aAA7115705e8be94bfFEBDE57Af9BFc265B998",
- "type": "ERC20",
- "address": "0x18aAA7115705e8be94bfFEBDE57Af9BFc265B998",
- "name": "Audius",
- "symbol": "AUDIO",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x18aAA7115705e8be94bfFEBDE57Af9BFc265B998/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x1985365e9f78359a9B6AD760e32412f4a445E862",
- "type": "ERC20",
- "address": "0x1985365e9f78359a9B6AD760e32412f4a445E862",
- "name": "Augur",
- "symbol": "REP",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x1985365e9f78359a9B6AD760e32412f4a445E862/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x1b40183EFB4Dd766f11bDa7A7c3AD8982e998421",
- "type": "ERC20",
- "address": "0x1b40183EFB4Dd766f11bDa7A7c3AD8982e998421",
- "name": "Vesper",
- "symbol": "VSP",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x1b40183EFB4Dd766f11bDa7A7c3AD8982e998421/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x1C9491865a1DE77C5b6e19d2E6a5F1D7a6F2b25F",
- "type": "ERC20",
- "address": "0x1C9491865a1DE77C5b6e19d2E6a5F1D7a6F2b25F",
- "name": "Antimatter.Finance Governance Token",
- "symbol": "MATTER",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x1C9491865a1DE77C5b6e19d2E6a5F1D7a6F2b25F/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x1C9922314ED1415c95b9FD453c3818fd41867d0B",
- "type": "ERC20",
- "address": "0x1C9922314ED1415c95b9FD453c3818fd41867d0B",
- "name": "TOWER",
- "symbol": "TOWER",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x1C9922314ED1415c95b9FD453c3818fd41867d0B/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x1cBb83EbcD552D5EBf8131eF8c9CD9d9BAB342bC",
- "type": "ERC20",
- "address": "0x1cBb83EbcD552D5EBf8131eF8c9CD9d9BAB342bC",
- "name": "Non-Fungible Yearn",
- "symbol": "NFY",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x1cBb83EbcD552D5EBf8131eF8c9CD9d9BAB342bC/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x1cEB5cB57C4D4E2b2433641b95Dd330A33185A44",
- "type": "ERC20",
- "address": "0x1cEB5cB57C4D4E2b2433641b95Dd330A33185A44",
- "name": "Keep3rV1",
- "symbol": "KP3R",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x1cEB5cB57C4D4E2b2433641b95Dd330A33185A44/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x1dD80016e3d4ae146Ee2EBB484e8edD92dacC4ce",
- "type": "ERC20",
- "address": "0x1dD80016e3d4ae146Ee2EBB484e8edD92dacC4ce",
- "name": "Lead Wallet",
- "symbol": "LEAD",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x1dD80016e3d4ae146Ee2EBB484e8edD92dacC4ce/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
- "type": "ERC20",
- "address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
- "name": "Uniswap",
- "symbol": "UNI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x1fE24F25b1Cf609B9c4e7E12D802e3640dFA5e43",
- "type": "ERC20",
- "address": "0x1fE24F25b1Cf609B9c4e7E12D802e3640dFA5e43",
- "name": "ChainGuardians Governance Token",
- "symbol": "CGG",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x1fE24F25b1Cf609B9c4e7E12D802e3640dFA5e43/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x21BfBDa47A0B4B5b1248c767Ee49F7caA9B23697",
- "type": "ERC20",
- "address": "0x21BfBDa47A0B4B5b1248c767Ee49F7caA9B23697",
- "name": "OVR",
- "symbol": "OVR",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x21BfBDa47A0B4B5b1248c767Ee49F7caA9B23697/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x221657776846890989a759BA2973e427DfF5C9bB",
- "type": "ERC20",
- "address": "0x221657776846890989a759BA2973e427DfF5C9bB",
- "name": "Reputation",
- "symbol": "REPv2",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x221657776846890989a759BA2973e427DfF5C9bB/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
- "type": "ERC20",
- "address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
- "name": "Wrapped Bitcoin",
- "symbol": "WBTC",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x226f7b842E0F0120b7E194D05432b3fd14773a9D",
- "type": "ERC20",
- "address": "0x226f7b842E0F0120b7E194D05432b3fd14773a9D",
- "name": "UNION Protocol Governance Token",
- "symbol": "UNN",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x226f7b842E0F0120b7E194D05432b3fd14773a9D/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x23B608675a2B2fB1890d3ABBd85c5775c51691d5",
- "type": "ERC20",
- "address": "0x23B608675a2B2fB1890d3ABBd85c5775c51691d5",
- "name": "Unisocks Edition 0",
- "symbol": "SOCKS",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x23B608675a2B2fB1890d3ABBd85c5775c51691d5/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x25e1474170c4c0aA64fa98123bdc8dB49D7802fa",
- "type": "ERC20",
- "address": "0x25e1474170c4c0aA64fa98123bdc8dB49D7802fa",
- "name": "Bidao",
- "symbol": "BID",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x25e1474170c4c0aA64fa98123bdc8dB49D7802fa/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x26c8AFBBFE1EBaca03C2bB082E69D0476Bffe099",
- "type": "ERC20",
- "address": "0x26c8AFBBFE1EBaca03C2bB082E69D0476Bffe099",
- "name": "Cellframe",
- "symbol": "CELL",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x26c8AFBBFE1EBaca03C2bB082E69D0476Bffe099/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x26E43759551333e57F073bb0772F50329A957b30",
- "type": "ERC20",
- "address": "0x26E43759551333e57F073bb0772F50329A957b30",
- "name": "DegenVC",
- "symbol": "DGVC",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x26E43759551333e57F073bb0772F50329A957b30/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x27C70Cd1946795B66be9d954418546998b546634",
- "type": "ERC20",
- "address": "0x27C70Cd1946795B66be9d954418546998b546634",
- "name": "DOGE KILLER",
- "symbol": "LEASH",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x27C70Cd1946795B66be9d954418546998b546634/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x29502fE4d233EF0b45C3647101Fa1252cE0634BD",
- "type": "ERC20",
- "address": "0x29502fE4d233EF0b45C3647101Fa1252cE0634BD",
- "name": "Froge Finance",
- "symbol": "FROGE",
- "decimals": 9,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x29502fE4d233EF0b45C3647101Fa1252cE0634BD/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39",
- "type": "ERC20",
- "address": "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39",
- "name": "HEX",
- "symbol": "HEX",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x2ba592F78dB6436527729929AAf6c908497cB200",
- "type": "ERC20",
- "address": "0x2ba592F78dB6436527729929AAf6c908497cB200",
- "name": "Cream Finance",
- "symbol": "CREAM",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x2ba592F78dB6436527729929AAf6c908497cB200/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x2e1E15C44Ffe4Df6a0cb7371CD00d5028e571d14",
- "type": "ERC20",
- "address": "0x2e1E15C44Ffe4Df6a0cb7371CD00d5028e571d14",
- "name": "Mettalex",
- "symbol": "MTLX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x2e1E15C44Ffe4Df6a0cb7371CD00d5028e571d14/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x2e2f3246b6c65CCc4239c9Ee556EC143a7E5DE2c",
- "type": "ERC20",
- "address": "0x2e2f3246b6c65CCc4239c9Ee556EC143a7E5DE2c",
- "name": "Yfi.mobi",
- "symbol": "YFIM",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x2e2f3246b6c65CCc4239c9Ee556EC143a7E5DE2c/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x2eDf094dB69d6Dcd487f1B3dB9febE2eeC0dd4c5",
- "type": "ERC20",
- "address": "0x2eDf094dB69d6Dcd487f1B3dB9febE2eeC0dd4c5",
- "name": "ZeroSwap",
- "symbol": "ZEE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x2eDf094dB69d6Dcd487f1B3dB9febE2eeC0dd4c5/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x30f271C9E86D2B7d00a6376Cd96A1cFBD5F0b9b3",
- "type": "ERC20",
- "address": "0x30f271C9E86D2B7d00a6376Cd96A1cFBD5F0b9b3",
- "name": "Decentr",
- "symbol": "DEC",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x30f271C9E86D2B7d00a6376Cd96A1cFBD5F0b9b3/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x3155BA85D5F96b2d030a4966AF206230e46849cb",
- "type": "ERC20",
- "address": "0x3155BA85D5F96b2d030a4966AF206230e46849cb",
- "name": "THORChain ETH.RUNE",
- "symbol": "RUNE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x3155BA85D5F96b2d030a4966AF206230e46849cb/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x3301Ee63Fb29F863f2333Bd4466acb46CD8323E6",
- "type": "ERC20",
- "address": "0x3301Ee63Fb29F863f2333Bd4466acb46CD8323E6",
- "name": "Akita Inu",
- "symbol": "AKITA",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x3301Ee63Fb29F863f2333Bd4466acb46CD8323E6/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x3383c5a8969Dc413bfdDc9656Eb80A1408E4bA20",
- "type": "ERC20",
- "address": "0x3383c5a8969Dc413bfdDc9656Eb80A1408E4bA20",
- "name": "Anatha",
- "symbol": "wANATHA",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x3383c5a8969Dc413bfdDc9656Eb80A1408E4bA20/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x33D0568941C0C64ff7e0FB4fbA0B11BD37deEd9f",
- "type": "ERC20",
- "address": "0x33D0568941C0C64ff7e0FB4fbA0B11BD37deEd9f",
- "name": "RAMP DEFI",
- "symbol": "RAMP",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x33D0568941C0C64ff7e0FB4fbA0B11BD37deEd9f/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x3593D125a4f7849a1B059E64F4517A86Dd60c95d",
- "type": "ERC20",
- "address": "0x3593D125a4f7849a1B059E64F4517A86Dd60c95d",
- "name": "MANTRA DAO",
- "symbol": "OM",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x3593D125a4f7849a1B059E64F4517A86Dd60c95d/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x362bc847A3a9637d3af6624EeC853618a43ed7D2",
- "type": "ERC20",
- "address": "0x362bc847A3a9637d3af6624EeC853618a43ed7D2",
- "name": "PARSIQ",
- "symbol": "PRQ",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x362bc847A3a9637d3af6624EeC853618a43ed7D2/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x3845badAde8e6dFF049820680d1F14bD3903a5d0",
- "type": "ERC20",
- "address": "0x3845badAde8e6dFF049820680d1F14bD3903a5d0",
- "name": "The Sandbox",
- "symbol": "SAND",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x3845badAde8e6dFF049820680d1F14bD3903a5d0/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x38e4adB44ef08F22F5B5b76A8f0c2d0dCbE7DcA1",
- "type": "ERC20",
- "address": "0x38e4adB44ef08F22F5B5b76A8f0c2d0dCbE7DcA1",
- "name": "Concentrated Voting Power",
- "symbol": "CVP",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x38e4adB44ef08F22F5B5b76A8f0c2d0dCbE7DcA1/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x3aFfCCa64c2A6f4e3B6Bd9c64CD2C969EFd1ECBe",
- "type": "ERC20",
- "address": "0x3aFfCCa64c2A6f4e3B6Bd9c64CD2C969EFd1ECBe",
- "name": "DSLA",
- "symbol": "DSLA",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x3aFfCCa64c2A6f4e3B6Bd9c64CD2C969EFd1ECBe/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x3D3D35bb9bEC23b06Ca00fe472b50E7A4c692C30",
- "type": "ERC20",
- "address": "0x3D3D35bb9bEC23b06Ca00fe472b50E7A4c692C30",
- "name": "Vidya",
- "symbol": "VIDYA",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x3D3D35bb9bEC23b06Ca00fe472b50E7A4c692C30/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x408e41876cCCDC0F92210600ef50372656052a38",
- "type": "ERC20",
- "address": "0x408e41876cCCDC0F92210600ef50372656052a38",
- "name": "Ren",
- "symbol": "REN",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x408e41876cCCDC0F92210600ef50372656052a38/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x40FD72257597aA14C7231A7B1aaa29Fce868F677",
- "type": "ERC20",
- "address": "0x40FD72257597aA14C7231A7B1aaa29Fce868F677",
- "name": "SORA",
- "symbol": "XOR",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x40FD72257597aA14C7231A7B1aaa29Fce868F677/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x419D0d8BdD9aF5e606Ae2232ed285Aff190E711b",
- "type": "ERC20",
- "address": "0x419D0d8BdD9aF5e606Ae2232ed285Aff190E711b",
- "name": "FunFair",
- "symbol": "FUN",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x419D0d8BdD9aF5e606Ae2232ed285Aff190E711b/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x41A3Dba3D677E573636BA691a70ff2D606c29666",
- "type": "ERC20",
- "address": "0x41A3Dba3D677E573636BA691a70ff2D606c29666",
- "name": "GoBlank",
- "symbol": "BLANK",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x41A3Dba3D677E573636BA691a70ff2D606c29666/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x429881672B9AE42b8EbA0E26cD9C73711b891Ca5",
- "type": "ERC20",
- "address": "0x429881672B9AE42b8EbA0E26cD9C73711b891Ca5",
- "name": "Pickle Finance",
- "symbol": "PICKLE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x429881672B9AE42b8EbA0E26cD9C73711b891Ca5/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x431ad2ff6a9C365805eBaD47Ee021148d6f7DBe0",
- "type": "ERC20",
- "address": "0x431ad2ff6a9C365805eBaD47Ee021148d6f7DBe0",
- "name": "dForce",
- "symbol": "DF",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x431ad2ff6a9C365805eBaD47Ee021148d6f7DBe0/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xcf0C122c6b73ff809C693DB761e7BaeBe62b6a2E",
- "type": "ERC20",
- "address": "0xcf0C122c6b73ff809C693DB761e7BaeBe62b6a2E",
- "name": "FLOKI",
- "symbol": "FLOKI",
- "decimals": 9,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xcf0C122c6b73ff809C693DB761e7BaeBe62b6a2E/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x4575f41308EC1483f3d399aa9a2826d74Da13Deb",
- "type": "ERC20",
- "address": "0x4575f41308EC1483f3d399aa9a2826d74Da13Deb",
- "name": "Orchid",
- "symbol": "OXT",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x4575f41308EC1483f3d399aa9a2826d74Da13Deb/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x45804880De22913dAFE09f4980848ECE6EcbAf78",
- "type": "ERC20",
- "address": "0x45804880De22913dAFE09f4980848ECE6EcbAf78",
- "name": "PAX Gold",
- "symbol": "PAXG",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x45804880De22913dAFE09f4980848ECE6EcbAf78/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x4691937a7508860F876c9c0a2a617E7d9E945D4B",
- "type": "ERC20",
- "address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B",
- "name": "WOO Network",
- "symbol": "WOO",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x4691937a7508860F876c9c0a2a617E7d9E945D4B/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x4a220E6096B25EADb88358cb44068A3248254675",
- "type": "ERC20",
- "address": "0x4a220E6096B25EADb88358cb44068A3248254675",
- "name": "Quant",
- "symbol": "QNT",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x4a220E6096B25EADb88358cb44068A3248254675/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x4B1E80cAC91e2216EEb63e29B957eB91Ae9C2Be8",
- "type": "ERC20",
- "address": "0x4B1E80cAC91e2216EEb63e29B957eB91Ae9C2Be8",
- "name": "Jupiter",
- "symbol": "JUP",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x4B1E80cAC91e2216EEb63e29B957eB91Ae9C2Be8/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x4c11249814f11b9346808179Cf06e71ac328c1b5",
- "type": "ERC20",
- "address": "0x4c11249814f11b9346808179Cf06e71ac328c1b5",
- "name": "Oraichain Token",
- "symbol": "ORAI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x4c11249814f11b9346808179Cf06e71ac328c1b5/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x4C19596f5aAfF459fA38B0f7eD92F11AE6543784",
- "type": "ERC20",
- "address": "0x4C19596f5aAfF459fA38B0f7eD92F11AE6543784",
- "name": "TrueFi",
- "symbol": "TRU",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x4C19596f5aAfF459fA38B0f7eD92F11AE6543784/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x4e352cF164E64ADCBad318C3a1e222E9EBa4Ce42",
- "type": "ERC20",
- "address": "0x4e352cF164E64ADCBad318C3a1e222E9EBa4Ce42",
- "name": "MCDEX Token",
- "symbol": "MCB",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x4e352cF164E64ADCBad318C3a1e222E9EBa4Ce42/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x4fE83213D56308330EC302a8BD641f1d0113A4Cc",
- "type": "ERC20",
- "address": "0x4fE83213D56308330EC302a8BD641f1d0113A4Cc",
- "name": "NuCypher",
- "symbol": "NU",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x4fE83213D56308330EC302a8BD641f1d0113A4Cc/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x50DE6856358Cc35f3A9a57eAAA34BD4cB707d2cd",
- "type": "ERC20",
- "address": "0x50DE6856358Cc35f3A9a57eAAA34BD4cB707d2cd",
- "name": "Razor Network",
- "symbol": "RAZOR",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x50DE6856358Cc35f3A9a57eAAA34BD4cB707d2cd/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x514910771AF9Ca656af840dff83E8264EcF986CA",
- "type": "ERC20",
- "address": "0x514910771AF9Ca656af840dff83E8264EcF986CA",
- "name": "Chainlink",
- "symbol": "LINK",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x514910771AF9Ca656af840dff83E8264EcF986CA/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x5218E472cFCFE0b64A064F055B43b4cdC9EfD3A6",
- "type": "ERC20",
- "address": "0x5218E472cFCFE0b64A064F055B43b4cdC9EfD3A6",
- "name": "unFederalReserve",
- "symbol": "eRSDL",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x5218E472cFCFE0b64A064F055B43b4cdC9EfD3A6/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x5228a22e72ccC52d415EcFd199F99D0665E7733b",
- "type": "ERC20",
- "address": "0x5228a22e72ccC52d415EcFd199F99D0665E7733b",
- "name": "pTokens BTC",
- "symbol": "pBTC",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x5228a22e72ccC52d415EcFd199F99D0665E7733b/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x54C9EA2E9C9E8eD865Db4A4ce6711C2a0d5063Ba",
- "type": "ERC20",
- "address": "0x54C9EA2E9C9E8eD865Db4A4ce6711C2a0d5063Ba",
- "name": "BarterTrade",
- "symbol": "BART",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x54C9EA2E9C9E8eD865Db4A4ce6711C2a0d5063Ba/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x557B933a7C2c45672B610F8954A3deB39a51A8Ca",
- "type": "ERC20",
- "address": "0x557B933a7C2c45672B610F8954A3deB39a51A8Ca",
- "name": "REVV",
- "symbol": "REVV",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x557B933a7C2c45672B610F8954A3deB39a51A8Ca/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x57Ab1ec28D129707052df4dF418D58a2D46d5f51",
- "type": "ERC20",
- "address": "0x57Ab1ec28D129707052df4dF418D58a2D46d5f51",
- "name": "sUSD",
- "symbol": "sUSD",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x57Ab1ec28D129707052df4dF418D58a2D46d5f51/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x584bC13c7D411c00c01A62e8019472dE68768430",
- "type": "ERC20",
- "address": "0x584bC13c7D411c00c01A62e8019472dE68768430",
- "name": "Hegic",
- "symbol": "HEGIC",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x584bC13c7D411c00c01A62e8019472dE68768430/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x5a666c7d92E5fA7Edcb6390E4efD6d0CDd69cF37",
- "type": "ERC20",
- "address": "0x5a666c7d92E5fA7Edcb6390E4efD6d0CDd69cF37",
- "name": "UnMarshal",
- "symbol": "MARSH",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x5a666c7d92E5fA7Edcb6390E4efD6d0CDd69cF37/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x5BEfBB272290dD5b8521D4a938f6c4757742c430",
- "type": "ERC20",
- "address": "0x5BEfBB272290dD5b8521D4a938f6c4757742c430",
- "name": "Xfinance",
- "symbol": "XFI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x5BEfBB272290dD5b8521D4a938f6c4757742c430/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x5cAf454Ba92e6F2c929DF14667Ee360eD9fD5b26",
- "type": "ERC20",
- "address": "0x5cAf454Ba92e6F2c929DF14667Ee360eD9fD5b26",
- "name": "Dev",
- "symbol": "DEV",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x5cAf454Ba92e6F2c929DF14667Ee360eD9fD5b26/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x5Dc02Ea99285E17656b8350722694c35154DB1E8",
- "type": "ERC20",
- "address": "0x5Dc02Ea99285E17656b8350722694c35154DB1E8",
- "name": "BOND",
- "symbol": "BOND",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x5Dc02Ea99285E17656b8350722694c35154DB1E8/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x5F64Ab1544D28732F0A24F4713c2C8ec0dA089f0",
- "type": "ERC20",
- "address": "0x5F64Ab1544D28732F0A24F4713c2C8ec0dA089f0",
- "name": "DEXTF Token",
- "symbol": "DEXTF",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x5F64Ab1544D28732F0A24F4713c2C8ec0dA089f0/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x5f98805A4E8be255a32880FDeC7F6728C6568bA0",
- "type": "ERC20",
- "address": "0x5f98805A4E8be255a32880FDeC7F6728C6568bA0",
- "name": "Liquity USD",
- "symbol": "LUSD",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x5f98805A4E8be255a32880FDeC7F6728C6568bA0/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x607F4C5BB672230e8672085532f7e901544a7375",
- "type": "ERC20",
- "address": "0x607F4C5BB672230e8672085532f7e901544a7375",
- "name": "iExec RLC",
- "symbol": "RLC",
- "decimals": 9,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x607F4C5BB672230e8672085532f7e901544a7375/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x6149C26Cd2f7b5CCdb32029aF817123F6E37Df5B",
- "type": "ERC20",
- "address": "0x6149C26Cd2f7b5CCdb32029aF817123F6E37Df5B",
- "name": "Launchpool",
- "symbol": "LPOOL",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x6149C26Cd2f7b5CCdb32029aF817123F6E37Df5B/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x62359Ed7505Efc61FF1D56fEF82158CcaffA23D7",
- "type": "ERC20",
- "address": "0x62359Ed7505Efc61FF1D56fEF82158CcaffA23D7",
- "name": "cVault.finance",
- "symbol": "CORE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x62359Ed7505Efc61FF1D56fEF82158CcaffA23D7/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x6243d8CEA23066d098a15582d81a598b4e8391F4",
- "type": "ERC20",
- "address": "0x6243d8CEA23066d098a15582d81a598b4e8391F4",
- "name": "Reflexer Ungovernance Token",
- "symbol": "FLX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x6243d8CEA23066d098a15582d81a598b4e8391F4/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x626E8036dEB333b408Be468F951bdB42433cBF18",
- "type": "ERC20",
- "address": "0x626E8036dEB333b408Be468F951bdB42433cBF18",
- "name": "AIOZ Network",
- "symbol": "AIOZ",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x626E8036dEB333b408Be468F951bdB42433cBF18/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x63b4f3e3fa4e438698CE330e365E831F7cCD1eF4",
- "type": "ERC20",
- "address": "0x63b4f3e3fa4e438698CE330e365E831F7cCD1eF4",
- "name": "CyberFi Token",
- "symbol": "CFi",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x63b4f3e3fa4e438698CE330e365E831F7cCD1eF4/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x66a0f676479Cee1d7373f3DC2e2952778BfF5bd6",
- "type": "ERC20",
- "address": "0x66a0f676479Cee1d7373f3DC2e2952778BfF5bd6",
- "name": "Wise Token",
- "symbol": "WISE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x66a0f676479Cee1d7373f3DC2e2952778BfF5bd6/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x67B6D479c7bB412C54e03dCA8E1Bc6740ce6b99C",
- "type": "ERC20",
- "address": "0x67B6D479c7bB412C54e03dCA8E1Bc6740ce6b99C",
- "name": "Kylin",
- "symbol": "KYL",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x67B6D479c7bB412C54e03dCA8E1Bc6740ce6b99C/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x67c597624B17b16fb77959217360B7cD18284253",
- "type": "ERC20",
- "address": "0x67c597624B17b16fb77959217360B7cD18284253",
- "name": "Benchmark Protocol",
- "symbol": "MARK",
- "decimals": 9,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x67c597624B17b16fb77959217360B7cD18284253/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x6810e776880C02933D47DB1b9fc05908e5386b96",
- "type": "ERC20",
- "address": "0x6810e776880C02933D47DB1b9fc05908e5386b96",
- "name": "Gnosis",
- "symbol": "GNO",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x6810e776880C02933D47DB1b9fc05908e5386b96/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x69692D3345010a207b759a7D1af6fc7F38b35c5E",
- "type": "ERC20",
- "address": "0x69692D3345010a207b759a7D1af6fc7F38b35c5E",
- "name": "chads.vc",
- "symbol": "CHADS",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x69692D3345010a207b759a7D1af6fc7F38b35c5E/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x69A95185ee2a045CDC4bCd1b1Df10710395e4e23",
- "type": "ERC20",
- "address": "0x69A95185ee2a045CDC4bCd1b1Df10710395e4e23",
- "name": "Poolz Finance",
- "symbol": "POOLZ",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x69A95185ee2a045CDC4bCd1b1Df10710395e4e23/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074",
- "type": "ERC20",
- "address": "0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074",
- "name": "Mask Network",
- "symbol": "MASK",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x6B175474E89094C44Da98b954EedeAC495271d0F",
- "type": "ERC20",
- "address": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
- "name": "Dai",
- "symbol": "DAI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x6B3595068778DD592e39A122f4f5a5cF09C90fE2",
- "type": "ERC20",
- "address": "0x6B3595068778DD592e39A122f4f5a5cF09C90fE2",
- "name": "SushiSwap",
- "symbol": "SUSHI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x6B3595068778DD592e39A122f4f5a5cF09C90fE2/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x6BFf2fE249601ed0Db3a87424a2E923118BB0312",
- "type": "ERC20",
- "address": "0x6BFf2fE249601ed0Db3a87424a2E923118BB0312",
- "name": "Fyooz",
- "symbol": "FYZ",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x6BFf2fE249601ed0Db3a87424a2E923118BB0312/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x6c6EE5e31d828De241282B9606C8e98Ea48526E2",
- "type": "ERC20",
- "address": "0x6c6EE5e31d828De241282B9606C8e98Ea48526E2",
- "name": "Holo",
- "symbol": "HOT",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x6c6EE5e31d828De241282B9606C8e98Ea48526E2/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x6e0daDE58D2d89eBBe7aFc384e3E4f15b70b14D8",
- "type": "ERC20",
- "address": "0x6e0daDE58D2d89eBBe7aFc384e3E4f15b70b14D8",
- "name": "QuiverX",
- "symbol": "QRX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x6e0daDE58D2d89eBBe7aFc384e3E4f15b70b14D8/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x6F87D756DAf0503d08Eb8993686c7Fc01Dc44fB1",
- "type": "ERC20",
- "address": "0x6F87D756DAf0503d08Eb8993686c7Fc01Dc44fB1",
- "name": "UniTrade",
- "symbol": "TRADE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x6F87D756DAf0503d08Eb8993686c7Fc01Dc44fB1/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x6fC13EACE26590B80cCCAB1ba5d51890577D83B2",
- "type": "ERC20",
- "address": "0x6fC13EACE26590B80cCCAB1ba5d51890577D83B2",
- "name": "Umbrella Network",
- "symbol": "UMB",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x6fC13EACE26590B80cCCAB1ba5d51890577D83B2/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x70401dFD142A16dC7031c56E862Fc88Cb9537Ce0",
- "type": "ERC20",
- "address": "0x70401dFD142A16dC7031c56E862Fc88Cb9537Ce0",
- "name": "Bird.Money",
- "symbol": "BIRD",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x70401dFD142A16dC7031c56E862Fc88Cb9537Ce0/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x71F85B2E46976bD21302B64329868fd15eb0D127",
- "type": "ERC20",
- "address": "0x71F85B2E46976bD21302B64329868fd15eb0D127",
- "name": "Axion",
- "symbol": "AXN",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x71F85B2E46976bD21302B64329868fd15eb0D127/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x725C263e32c72dDC3A19bEa12C5a0479a81eE688",
- "type": "ERC20",
- "address": "0x725C263e32c72dDC3A19bEa12C5a0479a81eE688",
- "name": "Bridge Mutual",
- "symbol": "BMI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x725C263e32c72dDC3A19bEa12C5a0479a81eE688/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x72630B1e3B42874bf335020Ba0249e3E9e47Bafc",
- "type": "ERC20",
- "address": "0x72630B1e3B42874bf335020Ba0249e3E9e47Bafc",
- "name": "Paypolitan Token",
- "symbol": "EPAN",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x72630B1e3B42874bf335020Ba0249e3E9e47Bafc/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x72e364F2ABdC788b7E918bc238B21f109Cd634D7",
- "type": "ERC20",
- "address": "0x72e364F2ABdC788b7E918bc238B21f109Cd634D7",
- "name": "Metaverse Index",
- "symbol": "MVI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x72e364F2ABdC788b7E918bc238B21f109Cd634D7/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x72e9D9038cE484EE986FEa183f8d8Df93f9aDA13",
- "type": "ERC20",
- "address": "0x72e9D9038cE484EE986FEa183f8d8Df93f9aDA13",
- "name": "SmartCredit Token",
- "symbol": "SMARTCREDIT",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x72e9D9038cE484EE986FEa183f8d8Df93f9aDA13/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x761D38e5ddf6ccf6Cf7c55759d5210750B5D60F3",
- "type": "ERC20",
- "address": "0x761D38e5ddf6ccf6Cf7c55759d5210750B5D60F3",
- "name": "Dogelon",
- "symbol": "ELON",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x761D38e5ddf6ccf6Cf7c55759d5210750B5D60F3/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x7659CE147D0e714454073a5dd7003544234b6Aa0",
- "type": "ERC20",
- "address": "0x7659CE147D0e714454073a5dd7003544234b6Aa0",
- "name": "XCAD Network",
- "symbol": "XCAD",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x7659CE147D0e714454073a5dd7003544234b6Aa0/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x7671904eed7f10808B664fc30BB8693FD7237abF",
- "type": "ERC20",
- "address": "0x7671904eed7f10808B664fc30BB8693FD7237abF",
- "name": "Boolberry",
- "symbol": "BBR",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x7671904eed7f10808B664fc30BB8693FD7237abF/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x77777FeDdddFfC19Ff86DB637967013e6C6A116C",
- "type": "ERC20",
- "address": "0x77777FeDdddFfC19Ff86DB637967013e6C6A116C",
- "name": "Tornado Cash",
- "symbol": "TORN",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x77777FeDdddFfC19Ff86DB637967013e6C6A116C/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x7a2Bc711E19ba6aff6cE8246C546E8c4B4944DFD",
- "type": "ERC20",
- "address": "0x7a2Bc711E19ba6aff6cE8246C546E8c4B4944DFD",
- "name": "WAXE",
- "symbol": "WAXE",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x7a2Bc711E19ba6aff6cE8246C546E8c4B4944DFD/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x7b123f53421b1bF8533339BFBdc7C98aA94163db",
- "type": "ERC20",
- "address": "0x7b123f53421b1bF8533339BFBdc7C98aA94163db",
- "name": "DFOhub",
- "symbol": "buidl",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x7b123f53421b1bF8533339BFBdc7C98aA94163db/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0",
- "type": "ERC20",
- "address": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0",
- "name": "Polygon",
- "symbol": "MATIC",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x7dE91B204C1C737bcEe6F000AAA6569Cf7061cb7",
- "type": "ERC20",
- "address": "0x7dE91B204C1C737bcEe6F000AAA6569Cf7061cb7",
- "name": "Robonomics",
- "symbol": "XRT",
- "decimals": 9,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x7dE91B204C1C737bcEe6F000AAA6569Cf7061cb7/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x7F3EDcdD180Dbe4819Bd98FeE8929b5cEdB3AdEB",
- "type": "ERC20",
- "address": "0x7F3EDcdD180Dbe4819Bd98FeE8929b5cEdB3AdEB",
- "name": "xToken",
- "symbol": "XTK",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x7F3EDcdD180Dbe4819Bd98FeE8929b5cEdB3AdEB/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
- "type": "ERC20",
- "address": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
- "name": "Aave",
- "symbol": "AAVE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x7FF4169a6B5122b664c51c95727d87750eC07c84",
- "type": "ERC20",
- "address": "0x7FF4169a6B5122b664c51c95727d87750eC07c84",
- "name": "Tenset",
- "symbol": "10SET",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x7FF4169a6B5122b664c51c95727d87750eC07c84/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x8207c1FfC5B6804F6024322CcF34F29c3541Ae26",
- "type": "ERC20",
- "address": "0x8207c1FfC5B6804F6024322CcF34F29c3541Ae26",
- "name": "Origin Protocol",
- "symbol": "OGN",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x8207c1FfC5B6804F6024322CcF34F29c3541Ae26/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x83e6f1E41cdd28eAcEB20Cb649155049Fac3D5Aa",
- "type": "ERC20",
- "address": "0x83e6f1E41cdd28eAcEB20Cb649155049Fac3D5Aa",
- "name": "Polkastarter",
- "symbol": "POLS",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x83e6f1E41cdd28eAcEB20Cb649155049Fac3D5Aa/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e",
- "type": "ERC20",
- "address": "0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e",
- "name": "Unibright",
- "symbol": "UBT",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419",
- "type": "ERC20",
- "address": "0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419",
- "name": "DIA",
- "symbol": "DIA",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x853d955aCEf822Db058eb8505911ED77F175b99e",
- "type": "ERC20",
- "address": "0x853d955aCEf822Db058eb8505911ED77F175b99e",
- "name": "Frax",
- "symbol": "FRAX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x853d955aCEf822Db058eb8505911ED77F175b99e/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x85Eee30c52B0b379b046Fb0F85F4f3Dc3009aFEC",
- "type": "ERC20",
- "address": "0x85Eee30c52B0b379b046Fb0F85F4f3Dc3009aFEC",
- "name": "KEEP Token",
- "symbol": "KEEP",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x85Eee30c52B0b379b046Fb0F85F4f3Dc3009aFEC/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x8888801aF4d980682e47f1A9036e589479e835C5",
- "type": "ERC20",
- "address": "0x8888801aF4d980682e47f1A9036e589479e835C5",
- "name": "88mph.app",
- "symbol": "MPH",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x8888801aF4d980682e47f1A9036e589479e835C5/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x88ACDd2a6425c3FaAE4Bc9650Fd7E27e0Bebb7aB",
- "type": "ERC20",
- "address": "0x88ACDd2a6425c3FaAE4Bc9650Fd7E27e0Bebb7aB",
- "name": "Alchemist",
- "symbol": "⚗️",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x88ACDd2a6425c3FaAE4Bc9650Fd7E27e0Bebb7aB/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x88EF27e69108B2633F8E1C184CC37940A075cC02",
- "type": "ERC20",
- "address": "0x88EF27e69108B2633F8E1C184CC37940A075cC02",
- "name": "Dego Finance",
- "symbol": "DEGO",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x88EF27e69108B2633F8E1C184CC37940A075cC02/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x89Ab32156e46F46D02ade3FEcbe5Fc4243B9AAeD",
- "type": "ERC20",
- "address": "0x89Ab32156e46F46D02ade3FEcbe5Fc4243B9AAeD",
- "name": "pNetwork",
- "symbol": "PNT",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x89Ab32156e46F46D02ade3FEcbe5Fc4243B9AAeD/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x8a40c222996f9F3431f63Bf80244C36822060f12",
- "type": "ERC20",
- "address": "0x8a40c222996f9F3431f63Bf80244C36822060f12",
- "name": "Finxflo",
- "symbol": "FXF",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x8a40c222996f9F3431f63Bf80244C36822060f12/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x8a854288a5976036A725879164Ca3e91d30c6A1B",
- "type": "ERC20",
- "address": "0x8a854288a5976036A725879164Ca3e91d30c6A1B",
- "name": "GET",
- "symbol": "GET",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x8a854288a5976036A725879164Ca3e91d30c6A1B/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xCE3f08e664693ca792caCE4af1364D5e220827B2",
- "type": "ERC20",
- "address": "0xCE3f08e664693ca792caCE4af1364D5e220827B2",
- "name": "SAITAMA",
- "symbol": "SAITAMA",
- "decimals": 9,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xCE3f08e664693ca792caCE4af1364D5e220827B2/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x8B39B70E39Aa811b69365398e0aACe9bee238AEb",
- "type": "ERC20",
- "address": "0x8B39B70E39Aa811b69365398e0aACe9bee238AEb",
- "name": "PolkaFoundry",
- "symbol": "PKF",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x8B39B70E39Aa811b69365398e0aACe9bee238AEb/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x8c15Ef5b4B21951d50E53E4fbdA8298FFAD25057",
- "type": "ERC20",
- "address": "0x8c15Ef5b4B21951d50E53E4fbdA8298FFAD25057",
- "name": "Function X",
- "symbol": "FX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x8c15Ef5b4B21951d50E53E4fbdA8298FFAD25057/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9",
- "type": "ERC20",
- "address": "0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9",
- "name": "Swipe",
- "symbol": "SXP",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x8dAEBADE922dF735c38C80C7eBD708Af50815fAa",
- "type": "ERC20",
- "address": "0x8dAEBADE922dF735c38C80C7eBD708Af50815fAa",
- "name": "tBTC",
- "symbol": "TBTC",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x8dAEBADE922dF735c38C80C7eBD708Af50815fAa/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x5B7533812759B45C2B44C19e320ba2cD2681b542",
- "type": "ERC20",
- "address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542",
- "name": "SingularityNET Token",
- "symbol": "AGIX",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x5B7533812759B45C2B44C19e320ba2cD2681b542/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x8f8221aFbB33998d8584A2B05749bA73c37a938a",
- "type": "ERC20",
- "address": "0x8f8221aFbB33998d8584A2B05749bA73c37a938a",
- "name": "Request Token",
- "symbol": "REQ",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x8f8221aFbB33998d8584A2B05749bA73c37a938a/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x9355372396e3F6daF13359B7b607a3374cc638e0",
- "type": "ERC20",
- "address": "0x9355372396e3F6daF13359B7b607a3374cc638e0",
- "name": "WHALE",
- "symbol": "WHALE",
- "decimals": 4,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x9355372396e3F6daF13359B7b607a3374cc638e0/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d",
- "type": "ERC20",
- "address": "0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d",
- "name": "Pinakion",
- "symbol": "PNK",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x9469D013805bFfB7D3DEBe5E7839237e535ec483",
- "type": "ERC20",
- "address": "0x9469D013805bFfB7D3DEBe5E7839237e535ec483",
- "name": "Evolution Land Global Token",
- "symbol": "RING",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x9469D013805bFfB7D3DEBe5E7839237e535ec483/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x954b890704693af242613edEf1B603825afcD708",
- "type": "ERC20",
- "address": "0x954b890704693af242613edEf1B603825afcD708",
- "name": "Cardstack",
- "symbol": "CARD",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x954b890704693af242613edEf1B603825afcD708/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x956F47F50A910163D8BF957Cf5846D573E7f87CA",
- "type": "ERC20",
- "address": "0x956F47F50A910163D8BF957Cf5846D573E7f87CA",
- "name": "Fei USD",
- "symbol": "FEI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x956F47F50A910163D8BF957Cf5846D573E7f87CA/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x95a4492F028aa1fd432Ea71146b433E7B4446611",
- "type": "ERC20",
- "address": "0x95a4492F028aa1fd432Ea71146b433E7B4446611",
- "name": "APY.Finance",
- "symbol": "APY",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x95a4492F028aa1fd432Ea71146b433E7B4446611/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
- "type": "ERC20",
- "address": "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
- "name": "SHIBA INU",
- "symbol": "SHIB",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17",
- "type": "ERC20",
- "address": "0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17",
- "name": "Dypius",
- "symbol": "DYP",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x961C8c0B1aaD0c0b10a51FeF6a867E3091BCef17/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x967da4048cD07aB37855c090aAF366e4ce1b9F48",
- "type": "ERC20",
- "address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48",
- "name": "Ocean Protocol",
- "symbol": "OCEAN",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x967da4048cD07aB37855c090aAF366e4ce1b9F48/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x990f341946A3fdB507aE7e52d17851B87168017c",
- "type": "ERC20",
- "address": "0x990f341946A3fdB507aE7e52d17851B87168017c",
- "name": "Strong",
- "symbol": "STRONG",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x990f341946A3fdB507aE7e52d17851B87168017c/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x9B02dD390a603Add5c07f9fd9175b7DABE8D63B7",
- "type": "ERC20",
- "address": "0x9B02dD390a603Add5c07f9fd9175b7DABE8D63B7",
- "name": "Shopping.io",
- "symbol": "SPI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x9B02dD390a603Add5c07f9fd9175b7DABE8D63B7/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x9BE89D2a4cd102D8Fecc6BF9dA793be995C22541",
- "type": "ERC20",
- "address": "0x9BE89D2a4cd102D8Fecc6BF9dA793be995C22541",
- "name": "Binance Wrapped BTC",
- "symbol": "BBTC",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x9BE89D2a4cd102D8Fecc6BF9dA793be995C22541/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x9cEB84f92A0561fa3Cc4132aB9c0b76A59787544",
- "type": "ERC20",
- "address": "0x9cEB84f92A0561fa3Cc4132aB9c0b76A59787544",
- "name": "Doki Doki Finance",
- "symbol": "DOKI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x9cEB84f92A0561fa3Cc4132aB9c0b76A59787544/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x9EA3b5b4EC044b70375236A281986106457b20EF",
- "type": "ERC20",
- "address": "0x9EA3b5b4EC044b70375236A281986106457b20EF",
- "name": "Delta Financial",
- "symbol": "DELTA",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x9EA3b5b4EC044b70375236A281986106457b20EF/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x9Ed8e7C9604790F7Ec589F99b94361d8AAB64E5E",
- "type": "ERC20",
- "address": "0x9Ed8e7C9604790F7Ec589F99b94361d8AAB64E5E",
- "name": "Unistake",
- "symbol": "UNISTAKE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x9Ed8e7C9604790F7Ec589F99b94361d8AAB64E5E/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x9f7229aF0c4b9740e207Ea283b9094983f78ba04",
- "type": "ERC20",
- "address": "0x9f7229aF0c4b9740e207Ea283b9094983f78ba04",
- "name": "Tadpole",
- "symbol": "TAD",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x9f7229aF0c4b9740e207Ea283b9094983f78ba04/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2",
- "type": "ERC20",
- "address": "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2",
- "name": "Maker",
- "symbol": "MKR",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x9F9c8ec3534c3cE16F928381372BfbFBFb9F4D24",
- "type": "ERC20",
- "address": "0x9F9c8ec3534c3cE16F928381372BfbFBFb9F4D24",
- "name": "GraphLinq",
- "symbol": "GLQ",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x9F9c8ec3534c3cE16F928381372BfbFBFb9F4D24/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xa0246c9032bC3A600820415aE600c6388619A14D",
- "type": "ERC20",
- "address": "0xa0246c9032bC3A600820415aE600c6388619A14D",
- "name": "Harvest Finance",
- "symbol": "FARM",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xa0246c9032bC3A600820415aE600c6388619A14D/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xa0afAA285Ce85974c3C881256cB7F225e3A1178a",
- "type": "ERC20",
- "address": "0xa0afAA285Ce85974c3C881256cB7F225e3A1178a",
- "name": "Wrapped CrescoFin",
- "symbol": "wCRES",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xa0afAA285Ce85974c3C881256cB7F225e3A1178a/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
- "type": "ERC20",
- "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
- "name": "USD Coin",
- "symbol": "USDC",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xa117000000f279D81A1D3cc75430fAA017FA5A2e",
- "type": "ERC20",
- "address": "0xa117000000f279D81A1D3cc75430fAA017FA5A2e",
- "name": "Aragon",
- "symbol": "ANT",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xa117000000f279D81A1D3cc75430fAA017FA5A2e/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xa1d6Df714F91DeBF4e0802A542E13067f31b8262",
- "type": "ERC20",
- "address": "0xa1d6Df714F91DeBF4e0802A542E13067f31b8262",
- "name": "RFOX",
- "symbol": "RFOX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xa1d6Df714F91DeBF4e0802A542E13067f31b8262/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xa393473d64d2F9F026B60b6Df7859A689715d092",
- "type": "ERC20",
- "address": "0xa393473d64d2F9F026B60b6Df7859A689715d092",
- "name": "Lattice Token",
- "symbol": "LTX",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xa393473d64d2F9F026B60b6Df7859A689715d092/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2",
- "type": "ERC20",
- "address": "0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2",
- "name": "Meta",
- "symbol": "MTA",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xa3BeD4E1c75D00fa6f4E5E6922DB7261B5E9AcD2/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xA4EED63db85311E22dF4473f87CcfC3DaDCFA3E3",
- "type": "ERC20",
- "address": "0xA4EED63db85311E22dF4473f87CcfC3DaDCFA3E3",
- "name": "Rubic",
- "symbol": "RBC",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xA4EED63db85311E22dF4473f87CcfC3DaDCFA3E3/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xA8b919680258d369114910511cc87595aec0be6D",
- "type": "ERC20",
- "address": "0xA8b919680258d369114910511cc87595aec0be6D",
- "name": "LUKSO",
- "symbol": "LYXe",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xA8b919680258d369114910511cc87595aec0be6D/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xa8c8CfB141A3bB59FEA1E2ea6B79b5ECBCD7b6ca",
- "type": "ERC20",
- "address": "0xa8c8CfB141A3bB59FEA1E2ea6B79b5ECBCD7b6ca",
- "name": "Syntropy",
- "symbol": "NOIA",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xa8c8CfB141A3bB59FEA1E2ea6B79b5ECBCD7b6ca/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xA91ac63D040dEB1b7A5E4d4134aD23eb0ba07e14",
- "type": "ERC20",
- "address": "0xA91ac63D040dEB1b7A5E4d4134aD23eb0ba07e14",
- "name": "Bella Protocol",
- "symbol": "BEL",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xA91ac63D040dEB1b7A5E4d4134aD23eb0ba07e14/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xAa6E8127831c9DE45ae56bB1b0d4D4Da6e5665BD",
- "type": "ERC20",
- "address": "0xAa6E8127831c9DE45ae56bB1b0d4D4Da6e5665BD",
- "name": "ETH 2x Flexible Leverage Index",
- "symbol": "ETH2x-FLI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xAa6E8127831c9DE45ae56bB1b0d4D4Da6e5665BD/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F",
- "type": "ERC20",
- "address": "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F",
- "name": "Trace Token",
- "symbol": "TRAC",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d",
- "type": "ERC20",
- "address": "0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d",
- "name": "Celsius",
- "symbol": "CEL",
- "decimals": 4,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xaAAf91D9b90dF800Df4F55c205fd6989c977E73a",
- "type": "ERC20",
- "address": "0xaAAf91D9b90dF800Df4F55c205fd6989c977E73a",
- "name": "Monolith TKN",
- "symbol": "TKN",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xaAAf91D9b90dF800Df4F55c205fd6989c977E73a/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xaC0104Cca91D167873B8601d2e71EB3D4D8c33e0",
- "type": "ERC20",
- "address": "0xaC0104Cca91D167873B8601d2e71EB3D4D8c33e0",
- "name": "Crowns",
- "symbol": "CWS",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xaC0104Cca91D167873B8601d2e71EB3D4D8c33e0/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xAd4f86a25bbc20FfB751f2FAC312A0B4d8F88c64",
- "type": "ERC20",
- "address": "0xAd4f86a25bbc20FfB751f2FAC312A0B4d8F88c64",
- "name": "OptionRoom Token",
- "symbol": "ROOM",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xAd4f86a25bbc20FfB751f2FAC312A0B4d8F88c64/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xaDB2437e6F65682B85F814fBc12FeC0508A7B1D0",
- "type": "ERC20",
- "address": "0xaDB2437e6F65682B85F814fBc12FeC0508A7B1D0",
- "name": "UniCrypt",
- "symbol": "UNCX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xaDB2437e6F65682B85F814fBc12FeC0508A7B1D0/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xADE00C28244d5CE17D72E40330B1c318cD12B7c3",
- "type": "ERC20",
- "address": "0xADE00C28244d5CE17D72E40330B1c318cD12B7c3",
- "name": "Ambire AdEx",
- "symbol": "ADX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xADE00C28244d5CE17D72E40330B1c318cD12B7c3/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xAE1eaAE3F627AAca434127644371b67B18444051",
- "type": "ERC20",
- "address": "0xAE1eaAE3F627AAca434127644371b67B18444051",
- "name": "YOP",
- "symbol": "YOP",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xAE1eaAE3F627AAca434127644371b67B18444051/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xaE697F994Fc5eBC000F8e22EbFfeE04612f98A0d",
- "type": "ERC20",
- "address": "0xaE697F994Fc5eBC000F8e22EbFfeE04612f98A0d",
- "name": "LGCY Network",
- "symbol": "LGCY",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xaE697F994Fc5eBC000F8e22EbFfeE04612f98A0d/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xaf9f549774ecEDbD0966C52f250aCc548D3F36E5",
- "type": "ERC20",
- "address": "0xaf9f549774ecEDbD0966C52f250aCc548D3F36E5",
- "name": "Rio Fuel Token",
- "symbol": "RFuel",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xaf9f549774ecEDbD0966C52f250aCc548D3F36E5/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xB1e9157c2Fdcc5a856C8DA8b2d89b6C32b3c1229",
- "type": "ERC20",
- "address": "0xB1e9157c2Fdcc5a856C8DA8b2d89b6C32b3c1229",
- "name": "Zenfuse",
- "symbol": "ZEFU",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xB1e9157c2Fdcc5a856C8DA8b2d89b6C32b3c1229/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xB26631c6dda06aD89B93C71400D25692de89c068",
- "type": "ERC20",
- "address": "0xB26631c6dda06aD89B93C71400D25692de89c068",
- "name": "Minds",
- "symbol": "MINDS",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xB26631c6dda06aD89B93C71400D25692de89c068/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x745407c86DF8DB893011912d3aB28e68B62E49B0",
- "type": "ERC20",
- "address": "0x745407c86DF8DB893011912d3aB28e68B62E49B0",
- "name": "MahaDAO",
- "symbol": "MAHA",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x745407c86DF8DB893011912d3aB28e68B62E49B0/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206",
- "type": "ERC20",
- "address": "0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206",
- "name": "Nexo",
- "symbol": "NEXO",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xB6ff96B8A8d214544Ca0dBc9B33f7AD6503eFD32",
- "type": "ERC20",
- "address": "0xB6ff96B8A8d214544Ca0dBc9B33f7AD6503eFD32",
- "name": "SYNC",
- "symbol": "SYNC",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xB6ff96B8A8d214544Ca0dBc9B33f7AD6503eFD32/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xb753428af26E81097e7fD17f40c88aaA3E04902c",
- "type": "ERC20",
- "address": "0xb753428af26E81097e7fD17f40c88aaA3E04902c",
- "name": "saffron.finance",
- "symbol": "SFI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xb753428af26E81097e7fD17f40c88aaA3E04902c/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xB987D48Ed8f2C468D52D6405624EADBa5e76d723",
- "type": "ERC20",
- "address": "0xB987D48Ed8f2C468D52D6405624EADBa5e76d723",
- "name": "Stabilize Token",
- "symbol": "STBZ",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xB987D48Ed8f2C468D52D6405624EADBa5e76d723/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xB9d99C33eA2d86EC5eC6b8A4dD816EBBA64404AF",
- "type": "ERC20",
- "address": "0xB9d99C33eA2d86EC5eC6b8A4dD816EBBA64404AF",
- "name": "K21",
- "symbol": "K21",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xB9d99C33eA2d86EC5eC6b8A4dD816EBBA64404AF/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xb9EF770B6A5e12E45983C5D80545258aA38F3B78",
- "type": "ERC20",
- "address": "0xb9EF770B6A5e12E45983C5D80545258aA38F3B78",
- "name": "0chain",
- "symbol": "ZCN",
- "decimals": 10,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xb9EF770B6A5e12E45983C5D80545258aA38F3B78/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0xba100000625a3754423978a60c9317c58a424e3D",
- "type": "ERC20",
- "address": "0xba100000625a3754423978a60c9317c58a424e3D",
- "name": "Balancer",
- "symbol": "BAL",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xba100000625a3754423978a60c9317c58a424e3D/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55",
- "type": "ERC20",
- "address": "0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55",
- "name": "Band Protocol",
- "symbol": "BAND",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xBa21Ef4c9f433Ede00badEFcC2754B8E74bd538A",
- "type": "ERC20",
- "address": "0xBa21Ef4c9f433Ede00badEFcC2754B8E74bd538A",
- "name": "Swapfolio",
- "symbol": "SWFL",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xBa21Ef4c9f433Ede00badEFcC2754B8E74bd538A/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD",
- "type": "ERC20",
- "address": "0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD",
- "name": "Loopring",
- "symbol": "LRC",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xBBc2AE13b23d715c30720F079fcd9B4a74093505",
- "type": "ERC20",
- "address": "0xBBc2AE13b23d715c30720F079fcd9B4a74093505",
- "name": "Ethernity Chain",
- "symbol": "ERN",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xBBc2AE13b23d715c30720F079fcd9B4a74093505/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xbC396689893D065F41bc2C6EcbeE5e0085233447",
- "type": "ERC20",
- "address": "0xbC396689893D065F41bc2C6EcbeE5e0085233447",
- "name": "Perpetual",
- "symbol": "PERP",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xbC396689893D065F41bc2C6EcbeE5e0085233447/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xbE9375C6a420D2eEB258962efB95551A5b722803",
- "type": "ERC20",
- "address": "0xbE9375C6a420D2eEB258962efB95551A5b722803",
- "name": "StormX",
- "symbol": "STMX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xbE9375C6a420D2eEB258962efB95551A5b722803/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xbEa98c05eEAe2f3bC8c3565Db7551Eb738c8CCAb",
- "type": "ERC20",
- "address": "0xbEa98c05eEAe2f3bC8c3565Db7551Eb738c8CCAb",
- "name": "GYSR",
- "symbol": "GYSR",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xbEa98c05eEAe2f3bC8c3565Db7551Eb738c8CCAb/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xBF494F02EE3FdE1F20BEE6242bCe2d1ED0c15e47",
- "type": "ERC20",
- "address": "0xBF494F02EE3FdE1F20BEE6242bCe2d1ED0c15e47",
- "name": "World Token",
- "symbol": "WORLD",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xBF494F02EE3FdE1F20BEE6242bCe2d1ED0c15e47/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0xc00e94Cb662C3520282E6f5717214004A7f26888",
- "type": "ERC20",
- "address": "0xc00e94Cb662C3520282E6f5717214004A7f26888",
- "name": "Compound",
- "symbol": "COMP",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xc00e94Cb662C3520282E6f5717214004A7f26888/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F",
- "type": "ERC20",
- "address": "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F",
- "name": "Synthetix",
- "symbol": "SNX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets//logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xC0bA369c8Db6eB3924965e5c4FD0b4C1B91e305F",
- "type": "ERC20",
- "address": "0xC0bA369c8Db6eB3924965e5c4FD0b4C1B91e305F",
- "name": "DLP Duck Token",
- "symbol": "DUCK",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xC0bA369c8Db6eB3924965e5c4FD0b4C1B91e305F/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72",
- "type": "ERC20",
- "address": "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72",
- "name": "Ethereum Name Service",
- "symbol": "ENS",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xC4C2614E694cF534D407Ee49F8E44D125E4681c4",
- "type": "ERC20",
- "address": "0xC4C2614E694cF534D407Ee49F8E44D125E4681c4",
- "name": "Chain Games",
- "symbol": "CHAIN",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xC4C2614E694cF534D407Ee49F8E44D125E4681c4/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xC52C326331E9Ce41F04484d3B5E5648158028804",
- "type": "ERC20",
- "address": "0xC52C326331E9Ce41F04484d3B5E5648158028804",
- "name": "ZEN Exchange Token",
- "symbol": "ZCX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xC52C326331E9Ce41F04484d3B5E5648158028804/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xC57d533c50bC22247d49a368880fb49a1caA39F7",
- "type": "ERC20",
- "address": "0xC57d533c50bC22247d49a368880fb49a1caA39F7",
- "name": "PowerTrade Fuel",
- "symbol": "PTF",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xC57d533c50bC22247d49a368880fb49a1caA39F7/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xc719d010B63E5bbF2C0551872CD5316ED26AcD83",
- "type": "ERC20",
- "address": "0xc719d010B63E5bbF2C0551872CD5316ED26AcD83",
- "name": "Decentralized Insurance Protocol",
- "symbol": "DIP",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xc719d010B63E5bbF2C0551872CD5316ED26AcD83/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B",
- "type": "ERC20",
- "address": "0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B",
- "name": "Tribe",
- "symbol": "TRIBE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xc834Fa996fA3BeC7aAD3693af486ae53D8aA8B50",
- "type": "ERC20",
- "address": "0xc834Fa996fA3BeC7aAD3693af486ae53D8aA8B50",
- "name": "Convergence",
- "symbol": "CONV",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xc834Fa996fA3BeC7aAD3693af486ae53D8aA8B50/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xc944E90C64B2c07662A292be6244BDf05Cda44a7",
- "type": "ERC20",
- "address": "0xc944E90C64B2c07662A292be6244BDf05Cda44a7",
- "name": "The Graph",
- "symbol": "GRT",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xc944E90C64B2c07662A292be6244BDf05Cda44a7/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xCb5f72d37685C3D5aD0bB5F982443BC8FcdF570E",
- "type": "ERC20",
- "address": "0xCb5f72d37685C3D5aD0bB5F982443BC8FcdF570E",
- "name": "Rootkit Finance",
- "symbol": "ROOT",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xCb5f72d37685C3D5aD0bB5F982443BC8FcdF570E/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xCbfef8fdd706cde6F208460f2Bf39Aa9c785F05D",
- "type": "ERC20",
- "address": "0xCbfef8fdd706cde6F208460f2Bf39Aa9c785F05D",
- "name": "Kine Governance Token",
- "symbol": "KINE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xCbfef8fdd706cde6F208460f2Bf39Aa9c785F05D/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xCC4304A31d09258b0029eA7FE63d032f52e44EFe",
- "type": "ERC20",
- "address": "0xCC4304A31d09258b0029eA7FE63d032f52e44EFe",
- "name": "TrustSwap Token",
- "symbol": "SWAP",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xCC4304A31d09258b0029eA7FE63d032f52e44EFe/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xCF3C8Be2e2C42331Da80EF210e9B1b307C03d36A",
- "type": "ERC20",
- "address": "0xCF3C8Be2e2C42331Da80EF210e9B1b307C03d36A",
- "name": "BEPRO Network",
- "symbol": "BEPRO",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xCF3C8Be2e2C42331Da80EF210e9B1b307C03d36A/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xd084B83C305daFD76AE3E1b4E1F1fe2eCcCb3988",
- "type": "ERC20",
- "address": "0xd084B83C305daFD76AE3E1b4E1F1fe2eCcCb3988",
- "name": "Terra Virtua Kolect",
- "symbol": "TVK",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xd084B83C305daFD76AE3E1b4E1F1fe2eCcCb3988/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xD23Ac27148aF6A2f339BD82D0e3CFF380b5093de",
- "type": "ERC20",
- "address": "0xD23Ac27148aF6A2f339BD82D0e3CFF380b5093de",
- "name": "SIREN",
- "symbol": "SI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xD23Ac27148aF6A2f339BD82D0e3CFF380b5093de/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0xd26114cd6EE289AccF82350c8d8487fedB8A0C07",
- "type": "ERC20",
- "address": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07",
- "name": "OMG Network",
- "symbol": "OMG",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets//logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xd2877702675e6cEb975b4A1dFf9fb7BAF4C91ea9",
- "type": "ERC20",
- "address": "0xd2877702675e6cEb975b4A1dFf9fb7BAF4C91ea9",
- "name": "Terra",
- "symbol": "LUNA",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xd2877702675e6cEb975b4A1dFf9fb7BAF4C91ea9/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xd379700999F4805Ce80aa32DB46A94dF64561108",
- "type": "ERC20",
- "address": "0xd379700999F4805Ce80aa32DB46A94dF64561108",
- "name": "Dextrust",
- "symbol": "DETS",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xd379700999F4805Ce80aa32DB46A94dF64561108/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0xD46bA6D942050d489DBd938a2C909A5d5039A161",
- "type": "ERC20",
- "address": "0xD46bA6D942050d489DBd938a2C909A5d5039A161",
- "name": "Ampleforth",
- "symbol": "AMPL",
- "decimals": 9,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets//logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xD478161C952357F05f0292B56012Cd8457F1cfbF",
- "type": "ERC20",
- "address": "0xD478161C952357F05f0292B56012Cd8457F1cfbF",
- "name": "Polkamarkets",
- "symbol": "POLK",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xD478161C952357F05f0292B56012Cd8457F1cfbF/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xD533a949740bb3306d119CC777fa900bA034cd52",
- "type": "ERC20",
- "address": "0xD533a949740bb3306d119CC777fa900bA034cd52",
- "name": "Curve DAO Token",
- "symbol": "CRV",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xD533a949740bb3306d119CC777fa900bA034cd52/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xD5525D397898e5502075Ea5E830d8914f6F0affe",
- "type": "ERC20",
- "address": "0xD5525D397898e5502075Ea5E830d8914f6F0affe",
- "name": "MEME",
- "symbol": "MEME",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xD5525D397898e5502075Ea5E830d8914f6F0affe/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xD6c67B93a7b248dF608a653d82a100556144c5DA",
- "type": "ERC20",
- "address": "0xD6c67B93a7b248dF608a653d82a100556144c5DA",
- "name": "ExNetwork Token",
- "symbol": "EXNT",
- "decimals": 16,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xD6c67B93a7b248dF608a653d82a100556144c5DA/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0xdAC17F958D2ee523a2206206994597C13D831ec7",
- "type": "ERC20",
- "address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
- "name": "Tether",
- "symbol": "USDT",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xdacD69347dE42baBfAEcD09dC88958378780FB62",
- "type": "ERC20",
- "address": "0xdacD69347dE42baBfAEcD09dC88958378780FB62",
- "name": "Atari Token",
- "symbol": "ATRI",
- "decimals": 0,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xdacD69347dE42baBfAEcD09dC88958378780FB62/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xDcB01cc464238396E213a6fDd933E36796eAfF9f",
- "type": "ERC20",
- "address": "0xDcB01cc464238396E213a6fDd933E36796eAfF9f",
- "name": "Yield",
- "symbol": "YLD",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xDcB01cc464238396E213a6fDd933E36796eAfF9f/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xDDB3422497E61e13543BeA06989C0789117555c5",
- "type": "ERC20",
- "address": "0xDDB3422497E61e13543BeA06989C0789117555c5",
- "name": "COTI",
- "symbol": "COTI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xDDB3422497E61e13543BeA06989C0789117555c5/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xE1c7E30C42C24582888C758984f6e382096786bd",
- "type": "ERC20",
- "address": "0xE1c7E30C42C24582888C758984f6e382096786bd",
- "name": "Curate",
- "symbol": "XCUR",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xE1c7E30C42C24582888C758984f6e382096786bd/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30",
- "type": "ERC20",
- "address": "0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30",
- "name": "Injective",
- "symbol": "INJ",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xe3818504c1B32bF1557b16C238B2E01Fd3149C17",
- "type": "ERC20",
- "address": "0xe3818504c1B32bF1557b16C238B2E01Fd3149C17",
- "name": "PILLAR",
- "symbol": "PLR",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xe3818504c1B32bF1557b16C238B2E01Fd3149C17/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0xE41d2489571d322189246DaFA5ebDe1F4699F498",
- "type": "ERC20",
- "address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
- "name": "0x",
- "symbol": "ZRX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xE41d2489571d322189246DaFA5ebDe1F4699F498/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xE452E6Ea2dDeB012e20dB73bf5d3863A3Ac8d77a",
- "type": "ERC20",
- "address": "0xE452E6Ea2dDeB012e20dB73bf5d3863A3Ac8d77a",
- "name": "WCELO",
- "symbol": "WCELO",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xE452E6Ea2dDeB012e20dB73bf5d3863A3Ac8d77a/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55",
- "type": "ERC20",
- "address": "0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55",
- "name": "SuperFarm",
- "symbol": "SUPER",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xE5CAeF4Af8780E59Df925470b050Fb23C43CA68C",
- "type": "ERC20",
- "address": "0xE5CAeF4Af8780E59Df925470b050Fb23C43CA68C",
- "name": "Ferrum Network",
- "symbol": "FRM",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xE5CAeF4Af8780E59Df925470b050Fb23C43CA68C/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xE61fDAF474Fac07063f2234Fb9e60C1163Cfa850",
- "type": "ERC20",
- "address": "0xE61fDAF474Fac07063f2234Fb9e60C1163Cfa850",
- "name": "COIN",
- "symbol": "COIN",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xE61fDAF474Fac07063f2234Fb9e60C1163Cfa850/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xE95A203B1a91a908F9B9CE46459d101078c2c3cb",
- "type": "ERC20",
- "address": "0xE95A203B1a91a908F9B9CE46459d101078c2c3cb",
- "name": "ankrETH",
- "symbol": "aETHc",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xE95A203B1a91a908F9B9CE46459d101078c2c3cb/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xEA1ea0972fa092dd463f2968F9bB51Cc4c981D71",
- "type": "ERC20",
- "address": "0xEA1ea0972fa092dd463f2968F9bB51Cc4c981D71",
- "name": "Modefi",
- "symbol": "MOD",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xEA1ea0972fa092dd463f2968F9bB51Cc4c981D71/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xEa319e87Cf06203DAe107Dd8E5672175e3Ee976c",
- "type": "ERC20",
- "address": "0xEa319e87Cf06203DAe107Dd8E5672175e3Ee976c",
- "name": "SURF Finance",
- "symbol": "SURF",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xEa319e87Cf06203DAe107Dd8E5672175e3Ee976c/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xEB4C2781e4ebA804CE9a9803C67d0893436bB27D",
- "type": "ERC20",
- "address": "0xEB4C2781e4ebA804CE9a9803C67d0893436bB27D",
- "name": "renBTC",
- "symbol": "renBTC",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xEB4C2781e4ebA804CE9a9803C67d0893436bB27D/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xEBd9D99A3982d547C5Bb4DB7E3b1F9F14b67Eb83",
- "type": "ERC20",
- "address": "0xEBd9D99A3982d547C5Bb4DB7E3b1F9F14b67Eb83",
- "name": "Everest",
- "symbol": "ID",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xEBd9D99A3982d547C5Bb4DB7E3b1F9F14b67Eb83/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xEd91879919B71bB6905f23af0A68d231EcF87b14",
- "type": "ERC20",
- "address": "0xEd91879919B71bB6905f23af0A68d231EcF87b14",
- "name": "DMM: Governance",
- "symbol": "DMG",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xEd91879919B71bB6905f23af0A68d231EcF87b14/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xee573a945B01B788B9287CE062A0CFC15bE9fd86",
- "type": "ERC20",
- "address": "0xee573a945B01B788B9287CE062A0CFC15bE9fd86",
- "name": "Exeedme",
- "symbol": "XED",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xee573a945B01B788B9287CE062A0CFC15bE9fd86/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xeEAA40B28A2d1b0B08f6f97bB1DD4B75316c6107",
- "type": "ERC20",
- "address": "0xeEAA40B28A2d1b0B08f6f97bB1DD4B75316c6107",
- "name": "GOVI",
- "symbol": "GOVI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xeEAA40B28A2d1b0B08f6f97bB1DD4B75316c6107/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xEec2bE5c91ae7f8a338e1e5f3b5DE49d07AfdC81",
- "type": "ERC20",
- "address": "0xEec2bE5c91ae7f8a338e1e5f3b5DE49d07AfdC81",
- "name": "Dopex Governance Token",
- "symbol": "DPX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xEec2bE5c91ae7f8a338e1e5f3b5DE49d07AfdC81/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xEEF9f339514298C6A857EfCfC1A762aF84438dEE",
- "type": "ERC20",
- "address": "0xEEF9f339514298C6A857EfCfC1A762aF84438dEE",
- "name": "Hermez Network Token",
- "symbol": "HEZ",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xEEF9f339514298C6A857EfCfC1A762aF84438dEE/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xF063fE1aB7a291c5d06a86e14730b00BF24cB589",
- "type": "ERC20",
- "address": "0xF063fE1aB7a291c5d06a86e14730b00BF24cB589",
- "name": "DxSale Network",
- "symbol": "SALE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xF063fE1aB7a291c5d06a86e14730b00BF24cB589/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xf1f955016EcbCd7321c7266BccFB96c68ea5E49b",
- "type": "ERC20",
- "address": "0xf1f955016EcbCd7321c7266BccFB96c68ea5E49b",
- "name": "Rally",
- "symbol": "RLY",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xf1f955016EcbCd7321c7266BccFB96c68ea5E49b/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xf21661D0D1d76d3ECb8e1B9F1c923DBfffAe4097",
- "type": "ERC20",
- "address": "0xf21661D0D1d76d3ECb8e1B9F1c923DBfffAe4097",
- "name": "Realio Network",
- "symbol": "RIO",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xf21661D0D1d76d3ECb8e1B9F1c923DBfffAe4097/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xF411903cbC70a74d22900a5DE66A2dda66507255",
- "type": "ERC20",
- "address": "0xF411903cbC70a74d22900a5DE66A2dda66507255",
- "name": "Verasity",
- "symbol": "VRA",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xF411903cbC70a74d22900a5DE66A2dda66507255/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xf418588522d5dd018b425E472991E52EBBeEEEEE",
- "type": "ERC20",
- "address": "0xf418588522d5dd018b425E472991E52EBBeEEEEE",
- "name": "PUSH",
- "symbol": "PUSH",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xf418588522d5dd018b425E472991E52EBBeEEEEE/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xf4CD3d3Fda8d7Fd6C5a500203e38640A70Bf9577",
- "type": "ERC20",
- "address": "0xf4CD3d3Fda8d7Fd6C5a500203e38640A70Bf9577",
- "name": "YfDAI.finance",
- "symbol": "Yf-DAI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xf4CD3d3Fda8d7Fd6C5a500203e38640A70Bf9577/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xF4d861575ecC9493420A3f5a14F85B13f0b50EB3",
- "type": "ERC20",
- "address": "0xF4d861575ecC9493420A3f5a14F85B13f0b50EB3",
- "name": "Fractal",
- "symbol": "FCL",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xF4d861575ecC9493420A3f5a14F85B13f0b50EB3/logo.png",
- "pairs": []
- },
- {
- "chainId": 1,
- "asset": "c60_t0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c",
- "type": "ERC20",
- "address": "0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c",
- "name": "Enjin Coin",
- "symbol": "ENJ",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xf6537FE0df7F0Cc0985Cf00792CC98249E73EFa0",
- "type": "ERC20",
- "address": "0xf6537FE0df7F0Cc0985Cf00792CC98249E73EFa0",
- "name": "GIVLY Coin",
- "symbol": "GIV",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xf6537FE0df7F0Cc0985Cf00792CC98249E73EFa0/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xF938424F7210f31dF2Aee3011291b658f872e91e",
- "type": "ERC20",
- "address": "0xF938424F7210f31dF2Aee3011291b658f872e91e",
- "name": "Visor.Finance",
- "symbol": "VISR",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xF938424F7210f31dF2Aee3011291b658f872e91e/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xF94b5C5651c888d928439aB6514B93944eEE6F48",
- "type": "ERC20",
- "address": "0xF94b5C5651c888d928439aB6514B93944eEE6F48",
- "name": "Yield",
- "symbol": "YLD",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xF94b5C5651c888d928439aB6514B93944eEE6F48/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xfAd45E47083e4607302aa43c65fB3106F1cd7607",
- "type": "ERC20",
- "address": "0xfAd45E47083e4607302aa43c65fB3106F1cd7607",
- "name": "Hoge Finance",
- "symbol": "HOGE",
- "decimals": 9,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xfAd45E47083e4607302aa43c65fB3106F1cd7607/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xFbEEa1C75E4c4465CB2FCCc9c6d6afe984558E20",
- "type": "ERC20",
- "address": "0xFbEEa1C75E4c4465CB2FCCc9c6d6afe984558E20",
- "name": "DuckDaoDime",
- "symbol": "DDIM",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xFbEEa1C75E4c4465CB2FCCc9c6d6afe984558E20/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xfC98e825A2264D890F9a1e68ed50E1526abCcacD",
- "type": "ERC20",
- "address": "0xfC98e825A2264D890F9a1e68ed50E1526abCcacD",
- "name": "Moss Carbon Credit",
- "symbol": "MCO2",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xfC98e825A2264D890F9a1e68ed50E1526abCcacD/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xFca59Cd816aB1eaD66534D82bc21E7515cE441CF",
- "type": "ERC20",
- "address": "0xFca59Cd816aB1eaD66534D82bc21E7515cE441CF",
- "name": "Rarible",
- "symbol": "RARI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xFca59Cd816aB1eaD66534D82bc21E7515cE441CF/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xFE3E6a25e6b192A42a44ecDDCd13796471735ACf",
- "type": "ERC20",
- "address": "0xFE3E6a25e6b192A42a44ecDDCd13796471735ACf",
- "name": "Reef",
- "symbol": "REEF",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xFE3E6a25e6b192A42a44ecDDCd13796471735ACf/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xfF20817765cB7f73d4bde2e66e067E58D11095C2",
- "type": "ERC20",
- "address": "0xfF20817765cB7f73d4bde2e66e067E58D11095C2",
- "name": "Amp",
- "symbol": "AMP",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xfF20817765cB7f73d4bde2e66e067E58D11095C2/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xfffffffFf15AbF397dA76f1dcc1A1604F45126DB",
- "type": "ERC20",
- "address": "0xfffffffFf15AbF397dA76f1dcc1A1604F45126DB",
- "name": "FalconSwap Token",
- "symbol": "FSW",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xfffffffFf15AbF397dA76f1dcc1A1604F45126DB/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x383518188C0C6d7730D91b2c03a03C837814a899",
- "type": "ERC20",
- "address": "0x383518188C0C6d7730D91b2c03a03C837814a899",
- "name": "OlympusDAO",
- "symbol": "OHM",
- "decimals": 9,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x383518188C0C6d7730D91b2c03a03C837814a899/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E",
- "type": "ERC20",
- "address": "0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E",
- "name": "Illuvium",
- "symbol": "ILV",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xd1d2Eb1B1e90B638588728b4130137D262C87cae",
- "type": "ERC20",
- "address": "0xd1d2Eb1B1e90B638588728b4130137D262C87cae",
- "name": "Gala",
- "symbol": "GALA",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xd1d2Eb1B1e90B638588728b4130137D262C87cae/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B",
- "type": "ERC20",
- "address": "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B",
- "name": "Convex Token",
- "symbol": "CVX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x090185f2135308BaD17527004364eBcC2D37e5F6",
- "type": "ERC20",
- "address": "0x090185f2135308BaD17527004364eBcC2D37e5F6",
- "name": "Spell Token",
- "symbol": "SPELL",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x090185f2135308BaD17527004364eBcC2D37e5F6/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x3b484b82567a09e2588A13D54D032153f0c0aEe0",
- "type": "ERC20",
- "address": "0x3b484b82567a09e2588A13D54D032153f0c0aEe0",
- "name": "OpenDAO",
- "symbol": "SOS",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x3b484b82567a09e2588A13D54D032153f0c0aEe0/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x6Bba316c48b49BD1eAc44573c5c871ff02958469",
- "type": "ERC20",
- "address": "0x6Bba316c48b49BD1eAc44573c5c871ff02958469",
- "name": "Gas DAO",
- "symbol": "GAS",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x6Bba316c48b49BD1eAc44573c5c871ff02958469/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x4Fabb145d64652a948d72533023f6E7A623C7C53",
- "type": "ERC20",
- "address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53",
- "name": "Binance USD",
- "symbol": "BUSD",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x4Fabb145d64652a948d72533023f6E7A623C7C53/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x9E32b13ce7f2E80A01932B42553652E053D6ed8e",
- "type": "ERC20",
- "address": "0x9E32b13ce7f2E80A01932B42553652E053D6ed8e",
- "name": "MetisDAO",
- "symbol": "Metis",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x9E32b13ce7f2E80A01932B42553652E053D6ed8e/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xf4d2888d29D722226FafA5d9B24F9164c092421E",
- "type": "ERC20",
- "address": "0xf4d2888d29D722226FafA5d9B24F9164c092421E",
- "name": "LooksRare",
- "symbol": "LOOKS",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xf4d2888d29D722226FafA5d9B24F9164c092421E/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x1E4EDE388cbc9F4b5c79681B7f94d36a11ABEBC9",
- "type": "ERC20",
- "address": "0x1E4EDE388cbc9F4b5c79681B7f94d36a11ABEBC9",
- "name": "X2Y2Token",
- "symbol": "X2Y2",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x1E4EDE388cbc9F4b5c79681B7f94d36a11ABEBC9/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x4d224452801ACEd8B2F0aebE155379bb5D594381",
- "type": "ERC20",
- "address": "0x4d224452801ACEd8B2F0aebE155379bb5D594381",
- "name": "ApeCoin (APE)",
- "symbol": "APE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x4d224452801ACEd8B2F0aebE155379bb5D594381/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6",
- "type": "ERC20",
- "address": "0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6",
- "name": "StargateToken",
- "symbol": "STG",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96",
- "type": "ERC20",
- "address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96",
- "name": "XSGD",
- "symbol": "XSGD",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xbAFDabaDcf19d0cFbbe0AB9C69CF050D86ff888C",
- "type": "ERC20",
- "address": "0xbAFDabaDcf19d0cFbbe0AB9C69CF050D86ff888C",
- "name": "ZEDXION",
- "symbol": "ZEDXION",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xbAFDabaDcf19d0cFbbe0AB9C69CF050D86ff888C/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xB0c7a3Ba49C7a6EaBa6cD4a96C55a1391070Ac9A",
- "type": "ERC20",
- "address": "0xB0c7a3Ba49C7a6EaBa6cD4a96C55a1391070Ac9A",
- "name": "MAGIC",
- "symbol": "MAGIC",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xB0c7a3Ba49C7a6EaBa6cD4a96C55a1391070Ac9A/logo.png",
- "pairs": []
- },
- {
- "asset": "c60_t0xCEBA2a8F6Ec221AEB5f3a7bcd15Cbc7e6a387bfb",
- "type": "ERC20",
- "address": "0xCEBA2a8F6Ec221AEB5f3a7bcd15Cbc7e6a387bfb",
- "name": "Peter Pan",
- "symbol": "PAN",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/ethereum/assets/0xCEBA2a8F6Ec221AEB5f3a7bcd15Cbc7e6a387bfb/logo.png",
- "pairs": []
- }
- ],
- "version": {
- "major": 14,
- "minor": 0,
- "patch": 0
- }
-}
diff --git a/blockchains/ethereumpow/info/info.json b/blockchains/ethereumpow/info/info.json
deleted file mode 100644
index 79e2161076890..0000000000000
--- a/blockchains/ethereumpow/info/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "EthereumPoW",
- "type": "coin",
- "symbol": "ETHW",
- "decimals": 18,
- "website": "https://ethereumpow.org/",
- "description": "The Original Ethereum Blockchain powered by Proof of Work",
- "explorer": "https://www.oklink.com/en/ethw",
- "status": "active",
- "rpc_url": "https://mainnet.ethereumpow.org",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/EthereumPoW"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/ethereumpow_official"
- }
- ],
- "tags": [
- "pow"
- ]
-}
diff --git a/blockchains/ethereumpow/info/logo.png b/blockchains/ethereumpow/info/logo.png
deleted file mode 100644
index dbc9a756f8066..0000000000000
Binary files a/blockchains/ethereumpow/info/logo.png and /dev/null differ
diff --git a/blockchains/everscale/info/info.json b/blockchains/everscale/info/info.json
deleted file mode 100644
index dc37652490575..0000000000000
--- a/blockchains/everscale/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Everscale",
- "website": "https://everscale.network",
- "description": "Everscale is a layer-1 blockchain, providing linear scalability while maintaining a high level of security and decentralization.",
- "explorer": "https://everscan.io",
- "research": "https://research.cointelegraph.com/reports/detail/everscale-report",
- "symbol": "EVER",
- "type": "coin",
- "decimals": 9,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/tonlabs"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Everscale_net"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Everscale/"
- },
- {
- "name": "whitepaper",
- "url": "https://everscale.network/docs/everscale-whitepaper.pdf"
- }
- ]
-}
diff --git a/blockchains/everscale/info/logo.png b/blockchains/everscale/info/logo.png
deleted file mode 100644
index 6033bec224d03..0000000000000
Binary files a/blockchains/everscale/info/logo.png and /dev/null differ
diff --git a/blockchains/evmos/info/info.json b/blockchains/evmos/info/info.json
deleted file mode 100644
index 3732094ef3a77..0000000000000
--- a/blockchains/evmos/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Evmos",
- "website": "https://evmos.org",
- "description": "Evmos is bringing the world of Ethereum-based applications and assets to the interoperable networks of the Cosmos ecosystem, all while aligning developer and user incentives. Let’s adventure together into the world of innovation where EVM meets interchain composability.",
- "explorer": "https://evm.evmos.org",
- "research": "",
- "symbol": "EVMOS",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/tharsis/evmos"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/EvmosOrg"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/evmos"
- },
- {
- "name": "telegram",
- "url": "https://t.me/EvmosOrg"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/evmos/info/logo.png b/blockchains/evmos/info/logo.png
deleted file mode 100644
index e78f6fc0c5bba..0000000000000
Binary files a/blockchains/evmos/info/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x04068DA6C83AFCFA0e13ba15A6696662335D5B75/info.json b/blockchains/fantom/assets/0x04068DA6C83AFCFA0e13ba15A6696662335D5B75/info.json
deleted file mode 100644
index f0fc0f482f6be..0000000000000
--- a/blockchains/fantom/assets/0x04068DA6C83AFCFA0e13ba15A6696662335D5B75/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "USD Coin",
- "website": "https://centre.io/usdc",
- "description": "USDC is a fully collateralized US dollar stablecoin, an Ethereum powered coin and is the brainchild of CENTRE, an open source project bootstrapped by contributions from Circle and Coinbase.",
- "explorer": "https://ftmscan.com/token/0x04068da6c83afcfa0e13ba15a6696662335d5b75",
- "type": "FANTOM",
- "symbol": "USDC",
- "decimals": 6,
- "status": "active",
- "id": "0x04068DA6C83AFCFA0e13ba15A6696662335D5B75",
- "tags": [
- "defi",
- "stablecoin"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/centrehq"
- },
- {
- "name": "medium",
- "url": "https://medium.com/centre-blog"
- },
- {
- "name": "whitepaper",
- "url": "https://centre.io/pdfs/centre-whitepaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/usd-coin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/usd-coin/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0x04068DA6C83AFCFA0e13ba15A6696662335D5B75/logo.png b/blockchains/fantom/assets/0x04068DA6C83AFCFA0e13ba15A6696662335D5B75/logo.png
deleted file mode 100644
index eafbaac194aa7..0000000000000
Binary files a/blockchains/fantom/assets/0x04068DA6C83AFCFA0e13ba15A6696662335D5B75/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x0615Dbba33Fe61a31c7eD131BDA6655Ed76748B1/info.json b/blockchains/fantom/assets/0x0615Dbba33Fe61a31c7eD131BDA6655Ed76748B1/info.json
deleted file mode 100644
index c1af9779cbbff..0000000000000
--- a/blockchains/fantom/assets/0x0615Dbba33Fe61a31c7eD131BDA6655Ed76748B1/info.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "name": "Ankr Network",
- "type": "FANTOM",
- "symbol": "ANKR",
- "decimals": 18,
- "website": "https://ankr.com",
- "description": "Ankr is building an infrastructure platform and marketplace for Web3-stack deployment",
- "explorer": "https://ftmscan.com/token/0x0615dbba33fe61a31c7ed131bda6655ed76748b1",
- "status": "active",
- "id": "0x0615Dbba33Fe61a31c7eD131BDA6655Ed76748B1",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ankr"
- },
- {
- "name": "github",
- "url": "https://github.com/Ankr-network"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ankrnetwork"
- },
- {
- "name": "docs",
- "url": "https://ankr.com/docs/staking/overview"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Ankrofficial/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@AnkrOfficial"
- },
- {
- "name": "whitepaper",
- "url": "https://ankr.com/ankr-whitepaper-2.0.pdf"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/ankr"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ankr-network"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ankr-network"
- }
- ],
- "tags": [
- "staking"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0x0615Dbba33Fe61a31c7eD131BDA6655Ed76748B1/logo.png b/blockchains/fantom/assets/0x0615Dbba33Fe61a31c7eD131BDA6655Ed76748B1/logo.png
deleted file mode 100644
index 1660741aaf752..0000000000000
Binary files a/blockchains/fantom/assets/0x0615Dbba33Fe61a31c7eD131BDA6655Ed76748B1/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x1B6382DBDEa11d97f24495C9A90b7c88469134a4/info.json b/blockchains/fantom/assets/0x1B6382DBDEa11d97f24495C9A90b7c88469134a4/info.json
deleted file mode 100644
index 1cb95586a6e67..0000000000000
--- a/blockchains/fantom/assets/0x1B6382DBDEa11d97f24495C9A90b7c88469134a4/info.json
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- "name": "Axelar Wrapped USDC",
- "type": "FANTOM",
- "symbol": "axlUSDC",
- "decimals": 6,
- "website": "https://axelar.network/",
- "description": "Axelar delivers secure cross-chain communication for Web3. Our infrastructure enables dApp users to interact with any asset or application, on any chain, with one click.",
- "explorer": "https://ftmscan.com/token/0x1B6382DBDEa11d97f24495C9A90b7c88469134a4",
- "status": "active",
- "id": "0x1B6382DBDEa11d97f24495C9A90b7c88469134a4",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/axelarcore"
- },
- {
- "name": "github",
- "url": "https://github.com/axelarnetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/axelarcommunity"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/axelar-usdc"
- },
- {
- "name": "docs",
- "url": "https://docs.axelar.dev/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/aRZ3Ra6f7D"
- },
- {
- "name": "forum",
- "url": "https://community.axelar.network/"
- },
- {
- "name": "whitepaper",
- "url": "https://axelar.network/axelar_whitepaper.pdf"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/axelar"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@axelar-foundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/axlusdc/"
- },
- {
- "name": "blog",
- "url": "https://axelar.network/blog"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@Axelarcore"
- }
- ],
- "tags": [
- "stablecoin",
- "wrapped"
- ]
-}
diff --git a/blockchains/fantom/assets/0x1B6382DBDEa11d97f24495C9A90b7c88469134a4/logo.png b/blockchains/fantom/assets/0x1B6382DBDEa11d97f24495C9A90b7c88469134a4/logo.png
deleted file mode 100644
index 69911caea54fb..0000000000000
Binary files a/blockchains/fantom/assets/0x1B6382DBDEa11d97f24495C9A90b7c88469134a4/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x1E4F97b9f9F913c46F1632781732927B9019C68b/info.json b/blockchains/fantom/assets/0x1E4F97b9f9F913c46F1632781732927B9019C68b/info.json
deleted file mode 100644
index 1d205a89e0f85..0000000000000
--- a/blockchains/fantom/assets/0x1E4F97b9f9F913c46F1632781732927B9019C68b/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Curve DAO",
- "website": "https://www.curve.fi/",
- "description": "Curve is an exchange liquidity pool on Ethereum (like Uniswap) designed for (1) extremely efficient stablecoin trading (2) low risk, supplemental fee income for liquidity providers, without an opportunity cost.",
- "explorer": "https://ftmscan.com/token/0x1E4F97b9f9F913c46F1632781732927B9019C68b",
- "type": "FANTOM",
- "symbol": "CRV",
- "decimals": 18,
- "status": "active",
- "id": "0x1E4F97b9f9F913c46F1632781732927B9019C68b",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/curvefi"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/CurveFinance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/curve-dao-token//"
- },
- {
- "name": "whitepaper",
- "url": "https://curve.fi/whitepaper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0x1E4F97b9f9F913c46F1632781732927B9019C68b/logo.png b/blockchains/fantom/assets/0x1E4F97b9f9F913c46F1632781732927B9019C68b/logo.png
deleted file mode 100644
index b820f250c2d3b..0000000000000
Binary files a/blockchains/fantom/assets/0x1E4F97b9f9F913c46F1632781732927B9019C68b/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x21Ada0D2aC28C3A5Fa3cD2eE30882dA8812279B6/info.json b/blockchains/fantom/assets/0x21Ada0D2aC28C3A5Fa3cD2eE30882dA8812279B6/info.json
deleted file mode 100644
index 2a50b820228f3..0000000000000
--- a/blockchains/fantom/assets/0x21Ada0D2aC28C3A5Fa3cD2eE30882dA8812279B6/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Oath",
- "website": "https://www.bytemasons.com/",
- "description": "The Byte Masons are a development collective pursuing open, secure and reliable systems focused on helping users navigate the new web and Decentralized Finance (DeFi).",
- "explorer": "https://ftmscan.com/token/0x21ada0d2ac28c3a5fa3cd2ee30882da8812279b6",
- "type": "FANTOM",
- "symbol": "OATH",
- "decimals": 18,
- "status": "active",
- "id": "0x21Ada0D2aC28C3A5Fa3cD2eE30882dA8812279B6",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/oath/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ByteMasons"
- },
- {
- "name": "medium",
- "url": "https://medium.com/byte-masons"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0x21Ada0D2aC28C3A5Fa3cD2eE30882dA8812279B6/logo.png b/blockchains/fantom/assets/0x21Ada0D2aC28C3A5Fa3cD2eE30882dA8812279B6/logo.png
deleted file mode 100644
index 7d64923490658..0000000000000
Binary files a/blockchains/fantom/assets/0x21Ada0D2aC28C3A5Fa3cD2eE30882dA8812279B6/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83/info.json b/blockchains/fantom/assets/0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83/info.json
deleted file mode 100644
index bfbdb5bae4fdc..0000000000000
--- a/blockchains/fantom/assets/0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Wrapped Fantom",
- "website": "https://fantom.foundation/defi/",
- "description": "Fantom is a high-performance, scalable, customizable, and secure smart-contract platform. It is designed to overcome the limitations of previous generation blockchain platforms. Fantom is permissionless, decentralized, and open-source.",
- "explorer": "https://ftmscan.com/token/0x21be370d5312f44cb42ce377bc9b8a0cef1a4c83",
- "type": "FANTOM",
- "symbol": "WFTM",
- "decimals": 18,
- "status": "active",
- "id": "0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/Fantom_English"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/FantomFDN"
- },
- {
- "name": "medium",
- "url": "https://medium.com/fantomfoundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/fantom/"
- }
- ],
- "tags": [
- "defi",
- "wrapped"
- ]
-}
diff --git a/blockchains/fantom/assets/0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83/logo.png b/blockchains/fantom/assets/0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83/logo.png
deleted file mode 100644
index 1fd67122785f4..0000000000000
Binary files a/blockchains/fantom/assets/0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/info.json b/blockchains/fantom/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/info.json
deleted file mode 100644
index a6d589bbc1471..0000000000000
--- a/blockchains/fantom/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/info.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "EverRise NFT Stakes",
- "type": "FANTOM",
- "symbol": "nftRISE",
- "decimals": 0,
- "website": "https://www.everrise.com/",
- "description": "EverRise Staking NFTs are containers of Vote Escrowed (ve)EverRise weighted governance tokens. veRISE generates rewards from the auto-buyback with a market driven yield curve, based on the transaction volume of EverRise trades and veEverRise sales.",
- "explorer": "https://ftmscan.com/token/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e",
- "status": "active",
- "id": "0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/everrise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/everriseofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/everriseofficial/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EverRise"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/everrise"
- },
- {
- "name": "github",
- "url": "https://github.com/everrise-ecosystem"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EverRiseToken"
- }
- ],
- "tags": [
- "defi",
- "staking",
- "nft",
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/logo.png b/blockchains/fantom/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/logo.png
deleted file mode 100644
index 4272c382f1522..0000000000000
Binary files a/blockchains/fantom/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x29b0Da86e484E1C0029B56e817912d778aC0EC69/info.json b/blockchains/fantom/assets/0x29b0Da86e484E1C0029B56e817912d778aC0EC69/info.json
deleted file mode 100644
index 1e9402201745a..0000000000000
--- a/blockchains/fantom/assets/0x29b0Da86e484E1C0029B56e817912d778aC0EC69/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "yearn.finance",
- "website": "https://yearn.finance/",
- "description": "YFI is the governance token for Yearn.Finance, a site that performs a variety of functions for DeFi users, moving their assets in and out of different liquidity pools in order to find the best yields.",
- "explorer": "https://ftmscan.com/token/0x29b0Da86e484E1C0029B56e817912d778aC0EC69",
- "type": "FANTOM",
- "symbol": "YFI",
- "decimals": 18,
- "status": "active",
- "id": "0x29b0Da86e484E1C0029B56e817912d778aC0EC69",
- "tags": [
- "defi",
- "governance"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/iearn-finance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/iearnfinance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/yearn-finance/"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.yearn.finance/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0x29b0Da86e484E1C0029B56e817912d778aC0EC69/logo.png b/blockchains/fantom/assets/0x29b0Da86e484E1C0029B56e817912d778aC0EC69/logo.png
deleted file mode 100644
index 60faeccc939f5..0000000000000
Binary files a/blockchains/fantom/assets/0x29b0Da86e484E1C0029B56e817912d778aC0EC69/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x321162Cd933E2Be498Cd2267a90534A804051b11/info.json b/blockchains/fantom/assets/0x321162Cd933E2Be498Cd2267a90534A804051b11/info.json
deleted file mode 100644
index c96c434053971..0000000000000
--- a/blockchains/fantom/assets/0x321162Cd933E2Be498Cd2267a90534A804051b11/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Wrapped Bitcoin",
- "website": "https://wbtc.network",
- "description": "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin.",
- "explorer": "https://ftmscan.com/token/0x321162Cd933E2Be498Cd2267a90534A804051b11",
- "type": "FANTOM",
- "symbol": "BTC",
- "decimals": 8,
- "status": "active",
- "id": "0x321162Cd933E2Be498Cd2267a90534A804051b11",
- "tags": [
- "defi",
- "wrapped"
- ],
- "links": [
- {
- "name": "whitepaper",
- "url": "https://wbtc.network/assets/wrapped-tokens-whitepaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/wrapped-bitcoin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/wrapped-bitcoin/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0x321162Cd933E2Be498Cd2267a90534A804051b11/logo.png b/blockchains/fantom/assets/0x321162Cd933E2Be498Cd2267a90534A804051b11/logo.png
deleted file mode 100644
index 702d64a2e040a..0000000000000
Binary files a/blockchains/fantom/assets/0x321162Cd933E2Be498Cd2267a90534A804051b11/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x468003B688943977e6130F4F68F23aad939a1040/info.json b/blockchains/fantom/assets/0x468003B688943977e6130F4F68F23aad939a1040/info.json
deleted file mode 100644
index 117138cf60cdb..0000000000000
--- a/blockchains/fantom/assets/0x468003B688943977e6130F4F68F23aad939a1040/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Spell Token",
- "website": "https://abracadabra.money/",
- "description": "Abracadabra.money is a lending platform that allows users to borrow funds using Interest Bearing Tokens as collateral.",
- "explorer": "https://ftmscan.com/token/0x468003b688943977e6130f4f68f23aad939a1040",
- "type": "FANTOM",
- "symbol": "SPELL",
- "decimals": 18,
- "status": "active",
- "id": "0x468003B688943977e6130F4F68F23aad939a1040",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MIM_Spell"
- },
- {
- "name": "medium",
- "url": "https://abracadabramoney.medium.com/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/spell-token/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0x468003B688943977e6130F4F68F23aad939a1040/logo.png b/blockchains/fantom/assets/0x468003B688943977e6130F4F68F23aad939a1040/logo.png
deleted file mode 100644
index fc7438b7de4b2..0000000000000
Binary files a/blockchains/fantom/assets/0x468003B688943977e6130F4F68F23aad939a1040/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x46E7628E8b4350b2716ab470eE0bA1fa9e76c6C5/info.json b/blockchains/fantom/assets/0x46E7628E8b4350b2716ab470eE0bA1fa9e76c6C5/info.json
deleted file mode 100644
index b3323b4c87b66..0000000000000
--- a/blockchains/fantom/assets/0x46E7628E8b4350b2716ab470eE0bA1fa9e76c6C5/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Band Protocol",
- "website": "https://bandprotocol.com",
- "description": "Band Protocol is a cross-chain data oracle network that aggregates and connects real-world data and APIs to smart contracts.",
- "explorer": "https://ftmscan.com/token/0x46E7628E8b4350b2716ab470eE0bA1fa9e76c6C5",
- "research": "https://research.binance.com/en/projects/band-protocol",
- "type": "FANTOM",
- "symbol": "BAND",
- "decimals": 18,
- "status": "active",
- "id": "0x46E7628E8b4350b2716ab470eE0bA1fa9e76c6C5",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/BandProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/bandprotocol"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/band-protocol/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0x46E7628E8b4350b2716ab470eE0bA1fa9e76c6C5/logo.png b/blockchains/fantom/assets/0x46E7628E8b4350b2716ab470eE0bA1fa9e76c6C5/logo.png
deleted file mode 100644
index 9db68a25f3b4b..0000000000000
Binary files a/blockchains/fantom/assets/0x46E7628E8b4350b2716ab470eE0bA1fa9e76c6C5/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x4cdF39285D7Ca8eB3f090fDA0C069ba5F4145B37/info.json b/blockchains/fantom/assets/0x4cdF39285D7Ca8eB3f090fDA0C069ba5F4145B37/info.json
deleted file mode 100644
index d620864fcf11c..0000000000000
--- a/blockchains/fantom/assets/0x4cdF39285D7Ca8eB3f090fDA0C069ba5F4145B37/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "TSHARE",
- "website": "https://tomb.finance/",
- "description": "TSHARE holders have voting rights (governance) on proposals to improve the protocol and future use cases within the Tomb finance ecosystem.",
- "explorer": "https://ftmscan.com/token/0x4cdf39285d7ca8eb3f090fda0c069ba5f4145b37",
- "type": "FANTOM",
- "symbol": "TSHARE",
- "decimals": 18,
- "status": "active",
- "id": "0x4cdF39285D7Ca8eB3f090fDA0C069ba5F4145B37",
- "tags": [
- "governance"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/tombfinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/tombfinance"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/tomb-shares/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0x4cdF39285D7Ca8eB3f090fDA0C069ba5F4145B37/logo.png b/blockchains/fantom/assets/0x4cdF39285D7Ca8eB3f090fDA0C069ba5F4145B37/logo.png
deleted file mode 100644
index 987282bde6aa2..0000000000000
Binary files a/blockchains/fantom/assets/0x4cdF39285D7Ca8eB3f090fDA0C069ba5F4145B37/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x56ee926bD8c72B2d5fa1aF4d9E4Cbb515a1E3Adc/info.json b/blockchains/fantom/assets/0x56ee926bD8c72B2d5fa1aF4d9E4Cbb515a1E3Adc/info.json
deleted file mode 100644
index a0d03491f451d..0000000000000
--- a/blockchains/fantom/assets/0x56ee926bD8c72B2d5fa1aF4d9E4Cbb515a1E3Adc/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Synthetix Network",
- "website": "https://www.synthetix.io/",
- "description": "The Synthetix Network Token (SNX) is the native token of Synthetix, a synthetic asset (Synth) issuance protocol built on Ethereum. The SNX token is used as collateral to issue Synths, ERC-20 tokens that track the price of assets like Gold, Silver, Oil and Bitcoin.",
- "explorer": "https://ftmscan.com/token/0x56ee926bD8c72B2d5fa1aF4d9E4Cbb515a1E3Adc",
- "type": "FANTOM",
- "symbol": "SNX",
- "decimals": 18,
- "status": "active",
- "id": "0x56ee926bD8c72B2d5fa1aF4d9E4Cbb515a1E3Adc",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/synthetixio"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/synthetix_io"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/synthetix-network-token/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/havven/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0x56ee926bD8c72B2d5fa1aF4d9E4Cbb515a1E3Adc/logo.png b/blockchains/fantom/assets/0x56ee926bD8c72B2d5fa1aF4d9E4Cbb515a1E3Adc/logo.png
deleted file mode 100644
index 2a850de0afe21..0000000000000
Binary files a/blockchains/fantom/assets/0x56ee926bD8c72B2d5fa1aF4d9E4Cbb515a1E3Adc/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x5C4FDfc5233f935f20D2aDbA572F770c2E377Ab0/info.json b/blockchains/fantom/assets/0x5C4FDfc5233f935f20D2aDbA572F770c2E377Ab0/info.json
deleted file mode 100644
index 2fb97003b9f5d..0000000000000
--- a/blockchains/fantom/assets/0x5C4FDfc5233f935f20D2aDbA572F770c2E377Ab0/info.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "name": "Hector Finance",
- "website": "https://hector.finance",
- "description": "Hector Finance is developing a financial center on the Fantom Opera Chain and beyond.",
- "explorer": "https://ftmscan.com/token/0x5C4FDfc5233f935f20D2aDbA572F770c2E377Ab0",
- "type": "FANTOM",
- "symbol": "HEC",
- "decimals": 9,
- "status": "active",
- "id": "0x5C4FDfc5233f935f20D2aDbA572F770c2E377Ab0",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/HectorDAO_HEC"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@hectordao"
- },
- {
- "name": "whitepaper",
- "url": "https://hector.finance/whitepaper"
- },
- {
- "name": "telegram",
- "url": "https://t.me/hectorDAO"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/hectordaoann"
- },
- {
- "name": "github",
- "url": "https://github.com/Hector-DAO"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/hector-dao/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/hector-finance"
- }
- ]
-}
diff --git a/blockchains/fantom/assets/0x5C4FDfc5233f935f20D2aDbA572F770c2E377Ab0/logo.png b/blockchains/fantom/assets/0x5C4FDfc5233f935f20D2aDbA572F770c2E377Ab0/logo.png
deleted file mode 100644
index 46040ed8ec9d2..0000000000000
Binary files a/blockchains/fantom/assets/0x5C4FDfc5233f935f20D2aDbA572F770c2E377Ab0/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x658b0c7613e890EE50B8C4BC6A3f41ef411208aD/info.json b/blockchains/fantom/assets/0x658b0c7613e890EE50B8C4BC6A3f41ef411208aD/info.json
deleted file mode 100644
index fede1a02adb69..0000000000000
--- a/blockchains/fantom/assets/0x658b0c7613e890EE50B8C4BC6A3f41ef411208aD/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "fETH",
- "website": "https://fantom.foundation/defi/",
- "description": "fETH (ETH FETH) is a token issued by Binance on Smart Chain; its price is pegged to Ethereum (ETH) at a ratio of 1:1.",
- "explorer": "https://ftmscan.com/token/0x658b0c7613e890ee50b8c4bc6a3f41ef411208ad",
- "type": "FANTOM",
- "symbol": "FETH",
- "decimals": 18,
- "status": "active",
- "id": "0x658b0c7613e890EE50B8C4BC6A3f41ef411208aD",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/Fantom_English"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/FantomFDN"
- },
- {
- "name": "medium",
- "url": "https://medium.com/fantomfoundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ethereum/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0x658b0c7613e890EE50B8C4BC6A3f41ef411208aD/logo.png b/blockchains/fantom/assets/0x658b0c7613e890EE50B8C4BC6A3f41ef411208aD/logo.png
deleted file mode 100644
index 8651e0489e58a..0000000000000
Binary files a/blockchains/fantom/assets/0x658b0c7613e890EE50B8C4BC6A3f41ef411208aD/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x69c744D3444202d35a2783929a0F930f2FBB05ad/info.json b/blockchains/fantom/assets/0x69c744D3444202d35a2783929a0F930f2FBB05ad/info.json
deleted file mode 100644
index 184bb1cb5dccb..0000000000000
--- a/blockchains/fantom/assets/0x69c744D3444202d35a2783929a0F930f2FBB05ad/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Staked FTM",
- "website": "https://fantom.foundation/defi/",
- "description": "Fantom is a high-performance, scalable, customizable, and secure smart-contract platform. It is designed to overcome the limitations of previous generation blockchain platforms. Fantom is permissionless, decentralized, and open-source.",
- "explorer": "https://ftmscan.com/token/0x69c744d3444202d35a2783929a0f930f2fbb05ad",
- "type": "FANTOM",
- "symbol": "SFTM",
- "decimals": 18,
- "status": "active",
- "id": "0x69c744D3444202d35a2783929a0F930f2FBB05ad",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/Fantom_English"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/FantomFDN"
- },
- {
- "name": "medium",
- "url": "https://medium.com/fantomfoundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/fantom/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0x69c744D3444202d35a2783929a0F930f2FBB05ad/logo.png b/blockchains/fantom/assets/0x69c744D3444202d35a2783929a0F930f2FBB05ad/logo.png
deleted file mode 100644
index 9cc9116af96fd..0000000000000
Binary files a/blockchains/fantom/assets/0x69c744D3444202d35a2783929a0F930f2FBB05ad/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x6a07A792ab2965C72a5B8088d3a069A7aC3a993B/info.json b/blockchains/fantom/assets/0x6a07A792ab2965C72a5B8088d3a069A7aC3a993B/info.json
deleted file mode 100644
index 5ec4c6bb7b969..0000000000000
--- a/blockchains/fantom/assets/0x6a07A792ab2965C72a5B8088d3a069A7aC3a993B/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Aave",
- "website": "https://aave.com/",
- "description": "Aave is an Open Source and Non-Custodial protocol to earn interest on deposits & borrow assets. It also features access to highly innovative flash loans, which let developers borrow instantly and easily; no collateral needed.",
- "explorer": "https://ftmscan.com/token/0x6a07A792ab2965C72a5B8088d3a069A7aC3a993B",
- "type": "FANTOM",
- "symbol": "AAVE",
- "decimals": 18,
- "status": "active",
- "id": "0x6a07A792ab2965C72a5B8088d3a069A7aC3a993B",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/aave/aave-protocol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/aaveaave"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/aave/"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/aave/protocol-v2/blob/master/aave-v2-whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0x6a07A792ab2965C72a5B8088d3a069A7aC3a993B/logo.png b/blockchains/fantom/assets/0x6a07A792ab2965C72a5B8088d3a069A7aC3a993B/logo.png
deleted file mode 100644
index 1e7cef36a8aaa..0000000000000
Binary files a/blockchains/fantom/assets/0x6a07A792ab2965C72a5B8088d3a069A7aC3a993B/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x74E23dF9110Aa9eA0b6ff2fAEE01e740CA1c642e/info.json b/blockchains/fantom/assets/0x74E23dF9110Aa9eA0b6ff2fAEE01e740CA1c642e/info.json
deleted file mode 100644
index cad900f0362a0..0000000000000
--- a/blockchains/fantom/assets/0x74E23dF9110Aa9eA0b6ff2fAEE01e740CA1c642e/info.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "TOR Stablecoin",
- "website": "https://tor.cash",
- "description": "TOR is a fully collateralized, backed by the Hector Finance Treasury, stablecoin built on the Fantom Opera Chain.",
- "explorer": "https://ftmscan.com/token/0x74e23df9110aa9ea0b6ff2faee01e740ca1c642e",
- "type": "FANTOM",
- "symbol": "TOR",
- "decimals": 18,
- "status": "active",
- "id": "0x74E23dF9110Aa9eA0b6ff2fAEE01e740CA1c642e",
- "tags": [
- "defi",
- "stablecoin"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/HectorDAO_HEC"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@hectordao"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.hector.finance/the-tor-stablecoin/the-tor-stablecoin"
- },
- {
- "name": "telegram",
- "url": "https://t.me/hectorDAO"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/hectordaoann"
- },
- {
- "name": "github",
- "url": "https://github.com/Hector-DAO"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/tor/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/tor"
- }
- ]
-}
diff --git a/blockchains/fantom/assets/0x74E23dF9110Aa9eA0b6ff2fAEE01e740CA1c642e/logo.png b/blockchains/fantom/assets/0x74E23dF9110Aa9eA0b6ff2fAEE01e740CA1c642e/logo.png
deleted file mode 100644
index ecd893efed723..0000000000000
Binary files a/blockchains/fantom/assets/0x74E23dF9110Aa9eA0b6ff2fAEE01e740CA1c642e/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x75bdeF24285013387A47775828bEC90b91Ca9a5F/info.json b/blockchains/fantom/assets/0x75bdeF24285013387A47775828bEC90b91Ca9a5F/info.json
deleted file mode 100644
index 176d94b1d980d..0000000000000
--- a/blockchains/fantom/assets/0x75bdeF24285013387A47775828bEC90b91Ca9a5F/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Staked Hector",
- "website": "https://hector.finance",
- "description": "Staked version of Hector (HEC) Token",
- "explorer": "https://ftmscan.com/token/0x75bdeF24285013387A47775828bEC90b91Ca9a5F",
- "type": "FANTOM",
- "symbol": "sHEC",
- "decimals": 9,
- "status": "active",
- "id": "0x75bdeF24285013387A47775828bEC90b91Ca9a5F",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/HectorDAO_HEC"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@hectordao"
- },
- {
- "name": "whitepaper",
- "url": "https://hector.finance/whitepaper"
- },
- {
- "name": "telegram",
- "url": "https://t.me/hectorDAO"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/hectordaoann"
- },
- {
- "name": "github",
- "url": "https://github.com/Hector-DAO"
- }
- ]
-}
diff --git a/blockchains/fantom/assets/0x75bdeF24285013387A47775828bEC90b91Ca9a5F/logo.png b/blockchains/fantom/assets/0x75bdeF24285013387A47775828bEC90b91Ca9a5F/logo.png
deleted file mode 100644
index ce524bb6ff7a2..0000000000000
Binary files a/blockchains/fantom/assets/0x75bdeF24285013387A47775828bEC90b91Ca9a5F/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x7d016eec9c25232b01F23EF992D98ca97fc2AF5a/info.json b/blockchains/fantom/assets/0x7d016eec9c25232b01F23EF992D98ca97fc2AF5a/info.json
deleted file mode 100644
index a7d03e2024144..0000000000000
--- a/blockchains/fantom/assets/0x7d016eec9c25232b01F23EF992D98ca97fc2AF5a/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Frax Share",
- "website": "https://frax.finance/",
- "description": "FXS is the value accrual and governance token of the entire Frax ecosystem. Frax is a fractional-algorithmic stablecoin protocol. It aims to provide highly scalable, decentralized, algorithmic money in place of fixed-supply assets like BTC.",
- "explorer": "https://ftmscan.com/token/0x7d016eec9c25232b01f23ef992d98ca97fc2af5a",
- "type": "FANTOM",
- "symbol": "FXS",
- "decimals": 18,
- "status": "active",
- "id": "0x7d016eec9c25232b01F23EF992D98ca97fc2AF5a",
- "tags": [
- "defi",
- "stablecoin"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/fraxfinance/frax-solidity"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/fraxfinance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/frax-share/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/frax-share/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0x7d016eec9c25232b01F23EF992D98ca97fc2AF5a/logo.png b/blockchains/fantom/assets/0x7d016eec9c25232b01F23EF992D98ca97fc2AF5a/logo.png
deleted file mode 100644
index 575ed686c4f70..0000000000000
Binary files a/blockchains/fantom/assets/0x7d016eec9c25232b01F23EF992D98ca97fc2AF5a/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x82f0B8B456c1A451378467398982d4834b6829c1/info.json b/blockchains/fantom/assets/0x82f0B8B456c1A451378467398982d4834b6829c1/info.json
deleted file mode 100644
index 26c31b3362c5e..0000000000000
--- a/blockchains/fantom/assets/0x82f0B8B456c1A451378467398982d4834b6829c1/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Magic Internet Money",
- "website": "https://abracadabra.money/",
- "description": "MIM is a stablecoin backed by interest bearing collateral",
- "explorer": "https://ftmscan.com/token/0x82f0b8b456c1a451378467398982d4834b6829c1",
- "type": "FANTOM",
- "symbol": "MIM",
- "decimals": 18,
- "status": "active",
- "id": "0x82f0B8B456c1A451378467398982d4834b6829c1",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Abracadabra-money/magic-internet-money"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/MIM_Spell"
- },
- {
- "name": "medium",
- "url": "https://abracadabramoney.medium.com/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/magic-internet-money/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0x82f0B8B456c1A451378467398982d4834b6829c1/logo.png b/blockchains/fantom/assets/0x82f0B8B456c1A451378467398982d4834b6829c1/logo.png
deleted file mode 100644
index fa1845e733fcb..0000000000000
Binary files a/blockchains/fantom/assets/0x82f0B8B456c1A451378467398982d4834b6829c1/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E/info.json b/blockchains/fantom/assets/0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E/info.json
deleted file mode 100644
index eacf6e074f7b0..0000000000000
--- a/blockchains/fantom/assets/0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E/info.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "name": "Dai Stablecoin",
- "website": "http://makerdao.com",
- "description": "Dai is a stable cryptocurrency supported by Maker (MKR). To ensure price stability, Dai minimizes the price volatility against the US dollar, through an incentive structure for its participants.",
- "explorer": "https://ftmscan.com/token/0x8d11ec38a3eb5e956b052f67da8bdc9bef8abf3e",
- "research": "https://research.binance.com/en/projects/dai",
- "type": "FANTOM",
- "symbol": "DAI",
- "decimals": 18,
- "status": "active",
- "id": "0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E",
- "tags": [
- "defi",
- "stablecoin"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MakerDAO"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/MakerDAO/"
- },
- {
- "name": "blog",
- "url": "https://blog.makerdao.com/"
- },
- {
- "name": "whitepaper",
- "url": "https://makerdao.com/whitepaper/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/multi-collateral-dai/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/dai/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E/logo.png b/blockchains/fantom/assets/0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E/logo.png
deleted file mode 100644
index 836fe787663b9..0000000000000
Binary files a/blockchains/fantom/assets/0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x8b1f4432F943c465A973FeDC6d7aa50Fc96f1f65/info.json b/blockchains/fantom/assets/0x8b1f4432F943c465A973FeDC6d7aa50Fc96f1f65/info.json
deleted file mode 100644
index 1cd4aebadc99b..0000000000000
--- a/blockchains/fantom/assets/0x8b1f4432F943c465A973FeDC6d7aa50Fc96f1f65/info.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "name": "Axelar",
- "type": "FANTOM",
- "symbol": "AXL",
- "decimals": 6,
- "website": "https://axelar.network/",
- "description": "Axelar delivers secure cross-chain communication for Web3. Our infrastructure enables dApp users to interact with any asset or application, on any chain, with one click.",
- "explorer": "https://ftmscan.com/token/0x8b1f4432F943c465A973FeDC6d7aa50Fc96f1f65",
- "status": "active",
- "id": "0x8b1f4432F943c465A973FeDC6d7aa50Fc96f1f65",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/axelarcore"
- },
- {
- "name": "github",
- "url": "https://github.com/axelarnetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/axelarcommunity"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/axelar"
- },
- {
- "name": "docs",
- "url": "https://docs.axelar.dev/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/aRZ3Ra6f7D"
- },
- {
- "name": "forum",
- "url": "https://community.axelar.network/"
- },
- {
- "name": "whitepaper",
- "url": "https://axelar.network/axelar_whitepaper.pdf"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/axelar"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@axelar-foundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/axelar/"
- },
- {
- "name": "blog",
- "url": "https://axelar.network/blog"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@Axelarcore"
- }
- ],
- "tags": [
- "wrapped"
- ]
-}
diff --git a/blockchains/fantom/assets/0x8b1f4432F943c465A973FeDC6d7aa50Fc96f1f65/logo.png b/blockchains/fantom/assets/0x8b1f4432F943c465A973FeDC6d7aa50Fc96f1f65/logo.png
deleted file mode 100644
index 6c156aba62660..0000000000000
Binary files a/blockchains/fantom/assets/0x8b1f4432F943c465A973FeDC6d7aa50Fc96f1f65/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x94CcF60f700146BeA8eF7832820800E2dFa92EdA/info.json b/blockchains/fantom/assets/0x94CcF60f700146BeA8eF7832820800E2dFa92EdA/info.json
deleted file mode 100644
index 19c16917fff93..0000000000000
--- a/blockchains/fantom/assets/0x94CcF60f700146BeA8eF7832820800E2dFa92EdA/info.json
+++ /dev/null
@@ -1,48 +0,0 @@
-{
- "name": "Wrapped sHEC",
- "website": "https://hector.finance",
- "description": "Wrapped Staked version of Hector Token",
- "explorer": "https://ftmscan.com/token/0x94CcF60f700146BeA8eF7832820800E2dFa92EdA",
- "type": "FANTOM",
- "symbol": "wsHEC",
- "decimals": 18,
- "status": "active",
- "id": "0x94CcF60f700146BeA8eF7832820800E2dFa92EdA",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/HectorDAO_HEC"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@hectordao"
- },
- {
- "name": "whitepaper",
- "url": "https://hector.finance/whitepaper"
- },
- {
- "name": "telegram",
- "url": "https://t.me/hectorDAO"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/hectordaoann"
- },
- {
- "name": "github",
- "url": "https://github.com/Hector-DAO"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/wrapped-staked-hec/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/wrapped-hec"
- }
- ]
-}
diff --git a/blockchains/fantom/assets/0x94CcF60f700146BeA8eF7832820800E2dFa92EdA/logo.png b/blockchains/fantom/assets/0x94CcF60f700146BeA8eF7832820800E2dFa92EdA/logo.png
deleted file mode 100644
index 5335c3e5bb74a..0000000000000
Binary files a/blockchains/fantom/assets/0x94CcF60f700146BeA8eF7832820800E2dFa92EdA/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x9564fBfD3B3819D6Fb2DbC88C75E112400bE8F0C/info.json b/blockchains/fantom/assets/0x9564fBfD3B3819D6Fb2DbC88C75E112400bE8F0C/info.json
deleted file mode 100644
index 1a4b4f4ec6a79..0000000000000
--- a/blockchains/fantom/assets/0x9564fBfD3B3819D6Fb2DbC88C75E112400bE8F0C/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "OWL",
- "website": "https://owldao.io",
- "description": "OwlDAO - Build the Best Casino Solution on Ethereum Networks.",
- "research": "https://docs.owl.games/the-owl-token/tokenomics",
- "explorer": "https://ftmscan.com/token/0x9564fbfd3b3819d6fb2dbc88c75e112400be8f0c",
- "type": "FANTOM",
- "symbol": "OWL",
- "decimals": 18,
- "status": "active",
- "id": "0x9564fBfD3B3819D6Fb2DbC88C75E112400bE8F0C",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/OWLDAOio"
- },
- {
- "name": "telegram",
- "url": "https://t.me/owlDAO"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/8MUcukEKnC"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0x9564fBfD3B3819D6Fb2DbC88C75E112400bE8F0C/logo.png b/blockchains/fantom/assets/0x9564fBfD3B3819D6Fb2DbC88C75E112400bE8F0C/logo.png
deleted file mode 100644
index 44b1ce3071856..0000000000000
Binary files a/blockchains/fantom/assets/0x9564fBfD3B3819D6Fb2DbC88C75E112400bE8F0C/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/info.json b/blockchains/fantom/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/info.json
deleted file mode 100644
index 6c424cdaa65e5..0000000000000
--- a/blockchains/fantom/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Multichain",
- "type": "FANTOM",
- "symbol": "MULTI",
- "decimals": 18,
- "website": "https://multichain.org/",
- "description": "Multichain is a cross-chain router protocol (CRP), to be the ultimate router for Web3.",
- "explorer": "https://ftmscan.com/token/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3",
- "status": "active",
- "id": "0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/multichainorg"
- },
- {
- "name": "github",
- "url": "https://github.com/anyswap"
- },
- {
- "name": "telegram",
- "url": "https://t.me/anyswap"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/multichain/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/multichain/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/logo.png b/blockchains/fantom/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/logo.png
deleted file mode 100644
index 9d7b0435acaac..0000000000000
Binary files a/blockchains/fantom/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55/info.json b/blockchains/fantom/assets/0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55/info.json
deleted file mode 100644
index 3b5041641290f..0000000000000
--- a/blockchains/fantom/assets/0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Band Protocol",
- "symbol": "BAND",
- "type": "FANTOM",
- "decimals": 18,
- "description": "Band Protocol is a cross-chain data oracle network that aggregates and connects real-world data and APIs to smart contracts.",
- "website": "https://bandprotocol.com",
- "explorer": "https://ftmscan.com/token/0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55",
- "research": "https://research.binance.com/en/projects/band-protocol",
- "status": "active",
- "id": "0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/bandprotocol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/BandProtocol"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/band-protocol/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/band-protocol/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55/logo.png b/blockchains/fantom/assets/0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55/logo.png
deleted file mode 100644
index 9db68a25f3b4b..0000000000000
Binary files a/blockchains/fantom/assets/0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0xC17c30e98541188614dF99239cABD40280810cA3/info.json b/blockchains/fantom/assets/0xC17c30e98541188614dF99239cABD40280810cA3/info.json
deleted file mode 100644
index 98cdabb74f594..0000000000000
--- a/blockchains/fantom/assets/0xC17c30e98541188614dF99239cABD40280810cA3/info.json
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "name": "EverRise",
- "type": "FANTOM",
- "symbol": "RISE",
- "decimals": 18,
- "website": "https://www.everrise.com/",
- "description": "The Original Buyback Token Powering The EverRise Ecosystem. EverRise token (RISE) is a multi-chain collateralized cryptocurrency that protects both the ecosystem and investors with its innovative buyback and staking protocol.",
- "explorer": "https://ftmscan.com/token/0xC17c30e98541188614dF99239cABD40280810cA3",
- "status": "active",
- "id": "0xC17c30e98541188614dF99239cABD40280810cA3",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/everrise/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/everrise"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/everrise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/everriseofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/everriseofficial/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EverRise"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/everrise"
- },
- {
- "name": "github",
- "url": "https://github.com/everrise-ecosystem"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EverRiseToken"
- }
- ],
- "tags": [
- "defi",
- "staking",
- "nft",
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0xC17c30e98541188614dF99239cABD40280810cA3/logo.png b/blockchains/fantom/assets/0xC17c30e98541188614dF99239cABD40280810cA3/logo.png
deleted file mode 100644
index fb9f7a63b2f43..0000000000000
Binary files a/blockchains/fantom/assets/0xC17c30e98541188614dF99239cABD40280810cA3/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0xCfC785741Dc0e98ad4c9F6394Bb9d43Cd1eF5179/info.json b/blockchains/fantom/assets/0xCfC785741Dc0e98ad4c9F6394Bb9d43Cd1eF5179/info.json
deleted file mode 100644
index cbe6cc027c77e..0000000000000
--- a/blockchains/fantom/assets/0xCfC785741Dc0e98ad4c9F6394Bb9d43Cd1eF5179/info.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "name": "Ankr Staked FTM",
- "type": "FANTOM",
- "symbol": "ankrFTM",
- "decimals": 18,
- "website": "https://ankr.com",
- "description": "ankrFTM represents your staked FTM and provides liquidity for your staked position. All staking rewards are built into the token price, and ankrFTM grows daily in value, but never in number",
- "explorer": "https://ftmscan.com/token/0xCfC785741Dc0e98ad4c9F6394Bb9d43Cd1eF5179",
- "status": "active",
- "id": "0xCfC785741Dc0e98ad4c9F6394Bb9d43Cd1eF5179",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ankr"
- },
- {
- "name": "github",
- "url": "https://github.com/Ankr-network"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ankrnetwork"
- },
- {
- "name": "docs",
- "url": "https://ankr.com/docs/staking/overview"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Ankrofficial/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@AnkrOfficial"
- },
- {
- "name": "whitepaper",
- "url": "https://ankr.com/ankr-whitepaper-2.0.pdf"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/ankr"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ankr-network"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ankr-reward-bearing-ftm/"
- }
- ],
- "tags": [
- "staking"
- ]
-}
diff --git a/blockchains/fantom/assets/0xCfC785741Dc0e98ad4c9F6394Bb9d43Cd1eF5179/logo.png b/blockchains/fantom/assets/0xCfC785741Dc0e98ad4c9F6394Bb9d43Cd1eF5179/logo.png
deleted file mode 100644
index bdded7aa1301a..0000000000000
Binary files a/blockchains/fantom/assets/0xCfC785741Dc0e98ad4c9F6394Bb9d43Cd1eF5179/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/info.json b/blockchains/fantom/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/info.json
deleted file mode 100644
index efe1b33182434..0000000000000
--- a/blockchains/fantom/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/info.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "Vote-escrowed EverRise",
- "type": "FANTOM",
- "symbol": "veRISE",
- "decimals": 18,
- "website": "https://www.everrise.com/",
- "description": "Virtual token that allows the Vote Escrowed (ve) EverRise weighted governance tokens from EverRise Staking NFTs to display in wallet balances.",
- "explorer": "https://ftmscan.com/token/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b",
- "status": "active",
- "id": "0xDbA7b24257fC6e397cB7368B4BC922E944072f1b",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/everrise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/everriseofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/everriseofficial/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EverRise"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/everrise"
- },
- {
- "name": "github",
- "url": "https://github.com/everrise-ecosystem"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EverRiseToken"
- }
- ],
- "tags": [
- "defi",
- "staking",
- "nft",
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/logo.png b/blockchains/fantom/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/logo.png
deleted file mode 100644
index 47ffbe08a8dcc..0000000000000
Binary files a/blockchains/fantom/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0xE55e19Fb4F2D85af758950957714292DAC1e25B2/info.json b/blockchains/fantom/assets/0xE55e19Fb4F2D85af758950957714292DAC1e25B2/info.json
deleted file mode 100644
index af10640c24680..0000000000000
--- a/blockchains/fantom/assets/0xE55e19Fb4F2D85af758950957714292DAC1e25B2/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Synapse",
- "website": "https://synapseprotocol.com/",
- "description": "Synapse is a cross-chain layer ∞ protocol powering interoperability between blockchains.",
- "explorer": "https://ftmscan.com/token/0xe55e19fb4f2d85af758950957714292dac1e25b2",
- "type": "FANTOM",
- "symbol": "SYN",
- "decimals": 18,
- "status": "active",
- "id": "0xE55e19Fb4F2D85af758950957714292DAC1e25B2",
- "tags": [
- "nft"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/synapseprotocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/synapseprotocol"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/synapse-2/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0xE55e19Fb4F2D85af758950957714292DAC1e25B2/logo.png b/blockchains/fantom/assets/0xE55e19Fb4F2D85af758950957714292DAC1e25B2/logo.png
deleted file mode 100644
index 577673c43c6a4..0000000000000
Binary files a/blockchains/fantom/assets/0xE55e19Fb4F2D85af758950957714292DAC1e25B2/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0xae75A438b2E0cB8Bb01Ec1E1e376De11D44477CC/info.json b/blockchains/fantom/assets/0xae75A438b2E0cB8Bb01Ec1E1e376De11D44477CC/info.json
deleted file mode 100644
index febbe3c22a506..0000000000000
--- a/blockchains/fantom/assets/0xae75A438b2E0cB8Bb01Ec1E1e376De11D44477CC/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Sushi",
- "website": "https://sushiswap.org/",
- "description": "The SushiSwap protocol realigns incentives for network participants by introducing revenue sharing and forum-driven network efforts to the popular AMM model.",
- "explorer": "https://ftmscan.com/token/0xae75A438b2E0cB8Bb01Ec1E1e376De11D44477CC",
- "type": "FANTOM",
- "symbol": "SUSHI",
- "decimals": 18,
- "status": "active",
- "id": "0xae75A438b2E0cB8Bb01Ec1E1e376De11D44477CC",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/sushiswap"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/sushiswap"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/sushiswap/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/sushi/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0xae75A438b2E0cB8Bb01Ec1E1e376De11D44477CC/logo.png b/blockchains/fantom/assets/0xae75A438b2E0cB8Bb01Ec1E1e376De11D44477CC/logo.png
deleted file mode 100644
index 37523b87fe8a7..0000000000000
Binary files a/blockchains/fantom/assets/0xae75A438b2E0cB8Bb01Ec1E1e376De11D44477CC/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0xb3654dc3D10Ea7645f8319668E8F54d2574FBdC8/info.json b/blockchains/fantom/assets/0xb3654dc3D10Ea7645f8319668E8F54d2574FBdC8/info.json
deleted file mode 100644
index 08f3149e48f82..0000000000000
--- a/blockchains/fantom/assets/0xb3654dc3D10Ea7645f8319668E8F54d2574FBdC8/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "ChainLink",
- "website": "https://chain.link/",
- "description": "A blockchain-based middleware, acting as a bridge between cryptocurrency smart contracts, data feeds, APIs and traditional bank account payments.",
- "explorer": "https://ftmscan.com/token/0xb3654dc3d10ea7645f8319668e8f54d2574fbdc8",
- "type": "FANTOM",
- "symbol": "LINK",
- "decimals": 18,
- "status": "active",
- "id": "0xb3654dc3D10Ea7645f8319668E8F54d2574FBdC8",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/chainlinkofficial"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/chainlink"
- },
- {
- "name": "blog",
- "url": "https://blog.chain.link/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/chainlink/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0xb3654dc3D10Ea7645f8319668E8F54d2574FBdC8/logo.png b/blockchains/fantom/assets/0xb3654dc3D10Ea7645f8319668E8F54d2574FBdC8/logo.png
deleted file mode 100644
index ab55f5e21fae2..0000000000000
Binary files a/blockchains/fantom/assets/0xb3654dc3D10Ea7645f8319668E8F54d2574FBdC8/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/info.json b/blockchains/fantom/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/info.json
deleted file mode 100644
index 32552ec9cd1aa..0000000000000
--- a/blockchains/fantom/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/info.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "EverRise Rewards",
- "type": "FANTOM",
- "symbol": "claimRISE",
- "decimals": 18,
- "website": "https://www.everrise.com/",
- "description": "Virtual token that allows unclaimed rewards from EverRise Staking NFTs and its Vote Escrowed (ve) EverRise to display in wallet balances.",
- "explorer": "https://ftmscan.com/token/0xbBD7B847C6d0d0B5691518a363194D71426475F1",
- "status": "active",
- "id": "0xbBD7B847C6d0d0B5691518a363194D71426475F1",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/everrise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/everriseofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/everriseofficial/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EverRise"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/everrise"
- },
- {
- "name": "github",
- "url": "https://github.com/everrise-ecosystem"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EverRiseToken"
- }
- ],
- "tags": [
- "defi",
- "staking",
- "nft",
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/logo.png b/blockchains/fantom/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/logo.png
deleted file mode 100644
index efff8d00af4a5..0000000000000
Binary files a/blockchains/fantom/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/info.json b/blockchains/fantom/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/info.json
deleted file mode 100644
index a4b2d624c588f..0000000000000
--- a/blockchains/fantom/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Okcash",
- "type": "FANTOM",
- "symbol": "OK",
- "decimals": 18,
- "website": "https://okcash.co",
- "description": "OK is the leading multi chain PoS, web3 + NFTs open source electronic cash, its design is public, nobody owns or controls Okcash and everyone can take part.",
- "explorer": "https://ftmscan.com/token/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189",
- "status": "active",
- "id": "0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/OkcashCrypto"
- },
- {
- "name": "github",
- "url": "https://github.com/okcashpro"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/okcash/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/okcash"
- },
- {
- "name": "medium",
- "url": "https://medium.com/okcash"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/fantom/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/logo.png b/blockchains/fantom/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/logo.png
deleted file mode 100644
index a3b20074ec34d..0000000000000
Binary files a/blockchains/fantom/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0xd6070ae98b8069de6B494332d1A1a81B6179D960/info.json b/blockchains/fantom/assets/0xd6070ae98b8069de6B494332d1A1a81B6179D960/info.json
deleted file mode 100644
index ae74aac4f8967..0000000000000
--- a/blockchains/fantom/assets/0xd6070ae98b8069de6B494332d1A1a81B6179D960/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "beefy.finance",
- "website": "https://beefy.finance/",
- "description": "The Multichain Yield Optimizer",
- "explorer": "https://ftmscan.com/token/0xd6070ae98b8069de6b494332d1a1a81b6179d960",
- "type": "FANTOM",
- "symbol": "BIFI",
- "decimals": 18,
- "status": "active",
- "id": "0xd6070ae98b8069de6B494332d1A1a81B6179D960",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/beefyfinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/beefyfinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/beefyannouncement"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/beefy-finance/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/beefy-finance/"
- }
- ],
- "tags": [
- "defi",
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0xd6070ae98b8069de6B494332d1A1a81B6179D960/logo.png b/blockchains/fantom/assets/0xd6070ae98b8069de6B494332d1A1a81B6179D960/logo.png
deleted file mode 100644
index 6c09bb9a38215..0000000000000
Binary files a/blockchains/fantom/assets/0xd6070ae98b8069de6B494332d1A1a81B6179D960/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0xdc301622e621166BD8E82f2cA0A26c13Ad0BE355/info.json b/blockchains/fantom/assets/0xdc301622e621166BD8E82f2cA0A26c13Ad0BE355/info.json
deleted file mode 100644
index e288c7dcb07d8..0000000000000
--- a/blockchains/fantom/assets/0xdc301622e621166BD8E82f2cA0A26c13Ad0BE355/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Frax",
- "website": "https://frax.finance/",
- "description": "Frax is a fractional-algorithmic stablecoin protocol. It aims to provide highly scalable, decentralized, algorithmic money in place of fixed-supply assets like BTC.",
- "explorer": "https://ftmscan.com/token/0xdc301622e621166bd8e82f2ca0a26c13ad0be355",
- "type": "FANTOM",
- "symbol": "FRAX",
- "decimals": 18,
- "status": "active",
- "id": "0xdc301622e621166BD8E82f2cA0A26c13Ad0BE355",
- "tags": [
- "defi",
- "stablecoin"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/fraxfinance/frax-solidity"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/fraxfinance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/frax/"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.frax.finance/overview"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0xdc301622e621166BD8E82f2cA0A26c13Ad0BE355/logo.png b/blockchains/fantom/assets/0xdc301622e621166BD8E82f2cA0A26c13Ad0BE355/logo.png
deleted file mode 100644
index 39d22853cfd48..0000000000000
Binary files a/blockchains/fantom/assets/0xdc301622e621166BD8E82f2cA0A26c13Ad0BE355/logo.png and /dev/null differ
diff --git a/blockchains/fantom/assets/0xe1146b9AC456fCbB60644c36Fd3F868A9072fc6E/info.json b/blockchains/fantom/assets/0xe1146b9AC456fCbB60644c36Fd3F868A9072fc6E/info.json
deleted file mode 100644
index e329fd4dabab9..0000000000000
--- a/blockchains/fantom/assets/0xe1146b9AC456fCbB60644c36Fd3F868A9072fc6E/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "fBTC",
- "website": "https://fantom.foundation/defi/",
- "description": "Bitcoin FTM (FBTC) is a token on Binance Chain issued by Binance, where the price is pegged to BTC at a rate of 1 FTCB = 1 BTC.",
- "explorer": "https://ftmscan.com/token/0xe1146b9ac456fcbb60644c36fd3f868a9072fc6e",
- "type": "FANTOM",
- "symbol": "FBTC",
- "decimals": 18,
- "status": "active",
- "id": "0xe1146b9AC456fCbB60644c36Fd3F868A9072fc6E",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/Fantom_English"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/FantomFDN"
- },
- {
- "name": "medium",
- "url": "https://medium.com/fantomfoundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/bitcoin/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/assets/0xe1146b9AC456fCbB60644c36Fd3F868A9072fc6E/logo.png b/blockchains/fantom/assets/0xe1146b9AC456fCbB60644c36Fd3F868A9072fc6E/logo.png
deleted file mode 100644
index fb2c6640166ec..0000000000000
Binary files a/blockchains/fantom/assets/0xe1146b9AC456fCbB60644c36Fd3F868A9072fc6E/logo.png and /dev/null differ
diff --git a/blockchains/fantom/info/info.json b/blockchains/fantom/info/info.json
deleted file mode 100644
index 1afc1aa119dc9..0000000000000
--- a/blockchains/fantom/info/info.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "name": "Fantom",
- "website": "https://fantom.foundation",
- "description": "A DAG-Based Smart-Contract Platform.",
- "explorer": "https://ftmscan.com",
- "research": "https://research.binance.com/en/projects/fantom",
- "symbol": "FTM",
- "type": "coin",
- "decimals": 18,
- "rpc_url": "https://rpc.ftm.tools",
- "status": "active",
- "links": [
- {
- "name": "discord",
- "url": "https://discord.com/invite/zS4Ek4WByA/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/FantomFDN"
- },
- {
- "name": "telegram",
- "url": "https://t.me/fantomfoundation"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/FantomFoundation/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fantom/info/logo.png b/blockchains/fantom/info/logo.png
deleted file mode 100644
index 153c1b30159f9..0000000000000
Binary files a/blockchains/fantom/info/logo.png and /dev/null differ
diff --git a/blockchains/fantom/tokenlist.json b/blockchains/fantom/tokenlist.json
deleted file mode 100644
index bc2c70da3ca48..0000000000000
--- a/blockchains/fantom/tokenlist.json
+++ /dev/null
@@ -1,192 +0,0 @@
-{
- "name": "Trust Wallet: Fantom List",
- "logoURI": "https://trustwallet.com/assets/images/favicon.png",
- "timestamp": "2022-07-14T17:19:11.183301",
- "tokens": [
- {
- "asset": "c10000250_t0x6a07A792ab2965C72a5B8088d3a069A7aC3a993B",
- "type": "FANTOM",
- "address": "0x6a07A792ab2965C72a5B8088d3a069A7aC3a993B",
- "name": "Aave",
- "symbol": "AAVE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/fantom/assets/0x6a07A792ab2965C72a5B8088d3a069A7aC3a993B/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000250_t0x1E4F97b9f9F913c46F1632781732927B9019C68b",
- "type": "FANTOM",
- "address": "0x1E4F97b9f9F913c46F1632781732927B9019C68b",
- "name": "Curve DAO",
- "symbol": "CRV",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/fantom/assets/0x1E4F97b9f9F913c46F1632781732927B9019C68b/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000250_t0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E",
- "type": "FANTOM",
- "address": "0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E",
- "name": "Dai Stablecoin",
- "symbol": "DAI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/fantom/assets/0x8D11eC38a3EB5E956B052f67Da8Bdc9bef8Abf3E/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000250_t0xb3654dc3D10Ea7645f8319668E8F54d2574FBdC8",
- "type": "FANTOM",
- "address": "0xb3654dc3D10Ea7645f8319668E8F54d2574FBdC8",
- "name": "ChainLink",
- "symbol": "LINK",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/fantom/assets/0xb3654dc3D10Ea7645f8319668E8F54d2574FBdC8/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000250_t0x56ee926bD8c72B2d5fa1aF4d9E4Cbb515a1E3Adc",
- "type": "FANTOM",
- "address": "0x56ee926bD8c72B2d5fa1aF4d9E4Cbb515a1E3Adc",
- "name": "Synthetix Network",
- "symbol": "SNX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/fantom/assets/0x56ee926bD8c72B2d5fa1aF4d9E4Cbb515a1E3Adc/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000250_t0xae75A438b2E0cB8Bb01Ec1E1e376De11D44477CC",
- "type": "FANTOM",
- "address": "0xae75A438b2E0cB8Bb01Ec1E1e376De11D44477CC",
- "name": "Sushi",
- "symbol": "SUSHI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/fantom/assets/0xae75A438b2E0cB8Bb01Ec1E1e376De11D44477CC/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000250_t0x04068DA6C83AFCFA0e13ba15A6696662335D5B75",
- "type": "FANTOM",
- "address": "0x04068DA6C83AFCFA0e13ba15A6696662335D5B75",
- "name": "USD Coin",
- "symbol": "USDC",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/fantom/assets/0x04068DA6C83AFCFA0e13ba15A6696662335D5B75/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000250_t0x321162Cd933E2Be498Cd2267a90534A804051b11",
- "type": "FANTOM",
- "address": "0x321162Cd933E2Be498Cd2267a90534A804051b11",
- "name": "Wrapped Bitcoin",
- "symbol": "BTC",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/fantom/assets/0x321162Cd933E2Be498Cd2267a90534A804051b11/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000250_t0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83",
- "type": "FANTOM",
- "address": "0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83",
- "name": "Wrapped Fantom",
- "symbol": "WFTM",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/fantom/assets/0x21be370D5312f44cB42ce377BC9b8a0cEF1A4C83/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000250_t0x29b0Da86e484E1C0029B56e817912d778aC0EC69",
- "type": "FANTOM",
- "address": "0x29b0Da86e484E1C0029B56e817912d778aC0EC69",
- "name": "yearn.finance",
- "symbol": "YFI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/fantom/assets/0x29b0Da86e484E1C0029B56e817912d778aC0EC69/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000250_t0xd6070ae98b8069de6B494332d1A1a81B6179D960",
- "type": "FANTOM",
- "address": "0xd6070ae98b8069de6B494332d1A1a81B6179D960",
- "name": "beefy.finance",
- "symbol": "BIFI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/fantom/assets/0xd6070ae98b8069de6B494332d1A1a81B6179D960/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000250_t0x4cdF39285D7Ca8eB3f090fDA0C069ba5F4145B37",
- "type": "FANTOM",
- "address": "0x4cdF39285D7Ca8eB3f090fDA0C069ba5F4145B37",
- "name": "TSHARE",
- "symbol": "TSHARE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/fantom/assets/0x4cdF39285D7Ca8eB3f090fDA0C069ba5F4145B37/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000250_t0xdc301622e621166BD8E82f2cA0A26c13Ad0BE355",
- "type": "FANTOM",
- "address": "0xdc301622e621166BD8E82f2cA0A26c13Ad0BE355",
- "name": "Frax",
- "symbol": "FRAX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/fantom/assets/0xdc301622e621166BD8E82f2cA0A26c13Ad0BE355/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000250_t0x82f0B8B456c1A451378467398982d4834b6829c1",
- "type": "FANTOM",
- "address": "0x82f0B8B456c1A451378467398982d4834b6829c1",
- "name": "Magic Internet Money",
- "symbol": "MIM",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/fantom/assets/0x82f0B8B456c1A451378467398982d4834b6829c1/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000250_t0x468003B688943977e6130F4F68F23aad939a1040",
- "type": "FANTOM",
- "address": "0x468003B688943977e6130F4F68F23aad939a1040",
- "name": "Spell Token",
- "symbol": "SPELL",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/fantom/assets/0x468003B688943977e6130F4F68F23aad939a1040/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000250_t0x5C4FDfc5233f935f20D2aDbA572F770c2E377Ab0",
- "type": "FANTOM",
- "address": "0x5C4FDfc5233f935f20D2aDbA572F770c2E377Ab0",
- "name": "Hector Finance",
- "symbol": "HEC",
- "decimals": 9,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/fantom/assets/0x5C4FDfc5233f935f20D2aDbA572F770c2E377Ab0/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000250_t0x94CcF60f700146BeA8eF7832820800E2dFa92EdA",
- "type": "FANTOM",
- "address": "0x94CcF60f700146BeA8eF7832820800E2dFa92EdA",
- "name": "Wrapped sHEC",
- "symbol": "wsHEC",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/fantom/assets/0x94CcF60f700146BeA8eF7832820800E2dFa92EdA/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000250_t0x74E23dF9110Aa9eA0b6ff2fAEE01e740CA1c642e",
- "type": "FANTOM",
- "address": "0x74E23dF9110Aa9eA0b6ff2fAEE01e740CA1c642e",
- "name": "TOR Stablecoin",
- "symbol": "TOR",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/fantom/assets/0x74E23dF9110Aa9eA0b6ff2fAEE01e740CA1c642e/logo.png",
- "pairs": []
- }
- ],
- "version": {
- "major": 1,
- "minor": 0,
- "patch": 0
- }
-}
diff --git a/blockchains/fetch/info/info.json b/blockchains/fetch/info/info.json
deleted file mode 100644
index 07ddf4ce66ac8..0000000000000
--- a/blockchains/fetch/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "FETCH.AI",
- "type": "coin",
- "symbol": "FET",
- "decimals": 18,
- "website": "https://fetch.ai/",
- "description": "Fetch.ai is building tools and infrastructure to enable a decentralized digital economy by combining AI, multi-agent systems and advanced cryptography.",
- "explorer": "https://www.mintscan.io/fetchai",
- "status": "active",
- "rpc_url": "https://fetch-rpc.polkachu.com/",
- "denom": "afet",
- "lcd_url": "https://fetch-api.polkachu.com/",
- "hrp": "fetch",
- "fee_rate": "0.025",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/fetchai"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/fetch/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/fetch_ai"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/fetch/info/logo.png b/blockchains/fetch/info/logo.png
deleted file mode 100644
index eadd40bdccfb5..0000000000000
Binary files a/blockchains/fetch/info/logo.png and /dev/null differ
diff --git a/blockchains/filecoin/info/info.json b/blockchains/filecoin/info/info.json
deleted file mode 100644
index ef71db595c2a4..0000000000000
--- a/blockchains/filecoin/info/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Filecoin",
- "website": "https://filecoin.io",
- "description": "Filecoin provides a blockchain-based marketplace that aims to revolutionize the global storage economy.",
- "explorer": "https://filfox.info/",
- "research": "https://research.binance.com/en/projects/filecoin",
- "symbol": "FIL",
- "type": "coin",
- "decimals": 18,
- "status": "active"
-}
\ No newline at end of file
diff --git a/blockchains/filecoin/info/logo.png b/blockchains/filecoin/info/logo.png
deleted file mode 100644
index 49df0fc2401a8..0000000000000
Binary files a/blockchains/filecoin/info/logo.png and /dev/null differ
diff --git a/blockchains/fio/info/info.json b/blockchains/fio/info/info.json
deleted file mode 100644
index 4e52dc750e7fc..0000000000000
--- a/blockchains/fio/info/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FIO Protocol",
- "website": "https://fioprotocol.io",
- "description": "FIO Protocol (FIO) is a decentralized blockchain protocol that aims to enable a better way of sending and receiving coins and tokens.",
- "explorer": "https://fio.bloks.io",
- "research": "https://research.binance.com/en/projects/fio-protocol",
- "symbol": "FIO",
- "type": "coin",
- "decimals": 9,
- "status": "active"
-}
\ No newline at end of file
diff --git a/blockchains/fio/info/logo.png b/blockchains/fio/info/logo.png
deleted file mode 100644
index 019955edfa9ae..0000000000000
Binary files a/blockchains/fio/info/logo.png and /dev/null differ
diff --git a/blockchains/firo/info/info.json b/blockchains/firo/info/info.json
deleted file mode 100644
index 0ceb70c845da7..0000000000000
--- a/blockchains/firo/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Firo",
- "website": "https://firo.org",
- "description": "Firo, a decentralized and open source currency that provides financial privacy enabled by the Lelantus protocol. Proven cryptography and auditability.",
- "explorer": "http://explorer.firo.org",
- "research": "https://research.binance.com/en/projects/firo",
- "symbol": "FIRO",
- "type": "coin",
- "decimals": 8,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/firoorg/firo"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/firoorg"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/FiroProject/"
- },
- {
- "name": "whitepaper",
- "url": "https://eprint.iacr.org/2019/373.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/firo/info/logo.png b/blockchains/firo/info/logo.png
deleted file mode 100644
index adfb3ee6c72ab..0000000000000
Binary files a/blockchains/firo/info/logo.png and /dev/null differ
diff --git a/blockchains/fusion/info/info.json b/blockchains/fusion/info/info.json
deleted file mode 100644
index 2c0a4ffec84ed..0000000000000
--- a/blockchains/fusion/info/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Fusion",
- "type": "coin",
- "coin_type": 288,
- "symbol": "FSN",
- "decimals": 18,
- "website": "https://fusion.org/",
- "description": "Fusion Protocol is a infrastructure of digital finance. It developed DCRM cross chain technology, time framing technology and Quantum Swap technology to provide an infrastructure of transferring value across different chains, system and time.",
- "explorer": "https://blocks.fusionnetwork.io/#",
- "rpc_url": "https://mainway.freemoon.xyz",
- "status": "active",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/FUSIONProtocol"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/FUSIONProtocol/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/FUSIONFoundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/fusion/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/fusion/info/logo.png b/blockchains/fusion/info/logo.png
deleted file mode 100644
index 9c2bb8e257e36..0000000000000
Binary files a/blockchains/fusion/info/logo.png and /dev/null differ
diff --git a/blockchains/gbnb/info/info.json b/blockchains/gbnb/info/info.json
deleted file mode 100644
index 4d53481213b23..0000000000000
--- a/blockchains/gbnb/info/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BNB Greenfield",
- "website": "https://greenfield.bnbchain.org/en",
- "description": "The goal of the BNB Greenfield is to unleash the power of decentralized blockchain and storage technology on data ownership and data economy.",
- "explorer": "https://greenfieldscan.com",
- "symbol": "gBNB",
- "rpc_url": "https://greenfield-bsc-testnet-ap.nodereal.io",
- "type": "coin",
- "decimals": 18,
- "status": "active"
-}
\ No newline at end of file
diff --git a/blockchains/gbnb/info/logo.png b/blockchains/gbnb/info/logo.png
deleted file mode 100644
index 3fe22aa3a1995..0000000000000
Binary files a/blockchains/gbnb/info/logo.png and /dev/null differ
diff --git a/blockchains/gochain/assets/0x064353B5C02A9F35979524Ebbfff4042151cF0c6/info.json b/blockchains/gochain/assets/0x064353B5C02A9F35979524Ebbfff4042151cF0c6/info.json
deleted file mode 100644
index 5028459df545b..0000000000000
--- a/blockchains/gochain/assets/0x064353B5C02A9F35979524Ebbfff4042151cF0c6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BosTravel",
- "symbol": "BOT",
- "type": "GO20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.gochain.io/addr/0x064353B5C02A9F35979524Ebbfff4042151cF0c6",
- "status": "active",
- "id": "0x064353B5C02A9F35979524Ebbfff4042151cF0c6"
-}
\ No newline at end of file
diff --git a/blockchains/gochain/assets/0x064353B5C02A9F35979524Ebbfff4042151cF0c6/logo.png b/blockchains/gochain/assets/0x064353B5C02A9F35979524Ebbfff4042151cF0c6/logo.png
deleted file mode 100755
index 4d5c93dca05da..0000000000000
Binary files a/blockchains/gochain/assets/0x064353B5C02A9F35979524Ebbfff4042151cF0c6/logo.png and /dev/null differ
diff --git a/blockchains/gochain/assets/0x473A70391d961D1D81044f7e2b69eeCd59dc355c/info.json b/blockchains/gochain/assets/0x473A70391d961D1D81044f7e2b69eeCd59dc355c/info.json
deleted file mode 100644
index ced03188b59a5..0000000000000
--- a/blockchains/gochain/assets/0x473A70391d961D1D81044f7e2b69eeCd59dc355c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GoDental",
- "symbol": "GOD",
- "type": "GO20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.gochain.io/addr/0x473A70391d961D1D81044f7e2b69eeCd59dc355c",
- "status": "abandoned",
- "id": "0x473A70391d961D1D81044f7e2b69eeCd59dc355c"
-}
\ No newline at end of file
diff --git a/blockchains/gochain/assets/0x473A70391d961D1D81044f7e2b69eeCd59dc355c/logo.png b/blockchains/gochain/assets/0x473A70391d961D1D81044f7e2b69eeCd59dc355c/logo.png
deleted file mode 100644
index 97d326c647a38..0000000000000
Binary files a/blockchains/gochain/assets/0x473A70391d961D1D81044f7e2b69eeCd59dc355c/logo.png and /dev/null differ
diff --git a/blockchains/gochain/assets/0x5347FDeA6AA4d7770B31734408Da6d34a8a07BdF/info.json b/blockchains/gochain/assets/0x5347FDeA6AA4d7770B31734408Da6d34a8a07BdF/info.json
deleted file mode 100644
index a818824ea85ad..0000000000000
--- a/blockchains/gochain/assets/0x5347FDeA6AA4d7770B31734408Da6d34a8a07BdF/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ECOMI",
- "symbol": "OMI",
- "type": "GO20",
- "decimals": 18,
- "description": "ECOMI’s mission is to create the world’s best platform to purchase, protect and collect premium licensed digital collectibles using Distributed Ledger Technology.",
- "website": "https://www.ecomi.com/",
- "explorer": "https://explorer.gochain.io/addr/0x5347FDeA6AA4d7770B31734408Da6d34a8a07BdF",
- "status": "active",
- "id": "0x5347FDeA6AA4d7770B31734408Da6d34a8a07BdF"
-}
\ No newline at end of file
diff --git a/blockchains/gochain/assets/0x5347FDeA6AA4d7770B31734408Da6d34a8a07BdF/logo.png b/blockchains/gochain/assets/0x5347FDeA6AA4d7770B31734408Da6d34a8a07BdF/logo.png
deleted file mode 100644
index 99cf8a65ae8bc..0000000000000
Binary files a/blockchains/gochain/assets/0x5347FDeA6AA4d7770B31734408Da6d34a8a07BdF/logo.png and /dev/null differ
diff --git a/blockchains/gochain/assets/0x53A6Bec3126BCE4e0dE349a9Ad3D9e4F997E76C4/info.json b/blockchains/gochain/assets/0x53A6Bec3126BCE4e0dE349a9Ad3D9e4F997E76C4/info.json
deleted file mode 100644
index e6b1ddafbd82c..0000000000000
--- a/blockchains/gochain/assets/0x53A6Bec3126BCE4e0dE349a9Ad3D9e4F997E76C4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lam Anh Dental",
- "symbol": "LAD",
- "type": "GO20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.gochain.io/addr/0x53A6Bec3126BCE4e0dE349a9Ad3D9e4F997E76C4",
- "status": "abandoned",
- "id": "0x53A6Bec3126BCE4e0dE349a9Ad3D9e4F997E76C4"
-}
\ No newline at end of file
diff --git a/blockchains/gochain/assets/0x53A6Bec3126BCE4e0dE349a9Ad3D9e4F997E76C4/logo.png b/blockchains/gochain/assets/0x53A6Bec3126BCE4e0dE349a9Ad3D9e4F997E76C4/logo.png
deleted file mode 100644
index 18e9c198b4a9a..0000000000000
Binary files a/blockchains/gochain/assets/0x53A6Bec3126BCE4e0dE349a9Ad3D9e4F997E76C4/logo.png and /dev/null differ
diff --git a/blockchains/gochain/assets/0x721Cc970CB5A22915f7663a6833E605deDDb7B92/info.json b/blockchains/gochain/assets/0x721Cc970CB5A22915f7663a6833E605deDDb7B92/info.json
deleted file mode 100644
index 2ed0e41af49b2..0000000000000
--- a/blockchains/gochain/assets/0x721Cc970CB5A22915f7663a6833E605deDDb7B92/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PAZTether",
- "symbol": "PAZT",
- "type": "GO20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.gochain.io/addr/0x721Cc970CB5A22915f7663a6833E605deDDb7B92",
- "status": "active",
- "id": "0x721Cc970CB5A22915f7663a6833E605deDDb7B92"
-}
\ No newline at end of file
diff --git a/blockchains/gochain/assets/0x721Cc970CB5A22915f7663a6833E605deDDb7B92/logo.png b/blockchains/gochain/assets/0x721Cc970CB5A22915f7663a6833E605deDDb7B92/logo.png
deleted file mode 100644
index d47d0f82e0b3b..0000000000000
Binary files a/blockchains/gochain/assets/0x721Cc970CB5A22915f7663a6833E605deDDb7B92/logo.png and /dev/null differ
diff --git a/blockchains/gochain/assets/0xB881f9bB7EEa9499073c279D6eAC59B1A9010617/info.json b/blockchains/gochain/assets/0xB881f9bB7EEa9499073c279D6eAC59B1A9010617/info.json
deleted file mode 100644
index c136de7e907eb..0000000000000
--- a/blockchains/gochain/assets/0xB881f9bB7EEa9499073c279D6eAC59B1A9010617/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Go A2ZHome",
- "symbol": "A2Z",
- "type": "GO20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.gochain.io/addr/0xB881f9bB7EEa9499073c279D6eAC59B1A9010617",
- "status": "abandoned",
- "id": "0xB881f9bB7EEa9499073c279D6eAC59B1A9010617"
-}
\ No newline at end of file
diff --git a/blockchains/gochain/assets/0xB881f9bB7EEa9499073c279D6eAC59B1A9010617/logo.png b/blockchains/gochain/assets/0xB881f9bB7EEa9499073c279D6eAC59B1A9010617/logo.png
deleted file mode 100644
index f906d9eaf4ff5..0000000000000
Binary files a/blockchains/gochain/assets/0xB881f9bB7EEa9499073c279D6eAC59B1A9010617/logo.png and /dev/null differ
diff --git a/blockchains/gochain/info/info.json b/blockchains/gochain/info/info.json
deleted file mode 100644
index 161a58cff167e..0000000000000
--- a/blockchains/gochain/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "GoChain",
- "website": "https://gochain.io",
- "description": "GoChain is a scalable, smart contract blockchain that is fast, secure and green. It enables developers to lift and shift from Ethereum to GoChain for 100x increased performance. ",
- "explorer": "https://explorer.gochain.io/home",
- "research": "https://research.binance.com/en/projects/gochain",
- "symbol": "GO",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/gochain"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/go_chain"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/OfficialGoChain"
- },
- {
- "name": "whitepaper",
- "url": "https://gochain.foundation/gochain-whitepaper-v2.1.2.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/gochain/info/logo.png b/blockchains/gochain/info/logo.png
deleted file mode 100644
index b75bc01045745..0000000000000
Binary files a/blockchains/gochain/info/logo.png and /dev/null differ
diff --git a/blockchains/goerlitestnet/info/info.json b/blockchains/goerlitestnet/info/info.json
deleted file mode 100644
index b3ac4b5d706d7..0000000000000
--- a/blockchains/goerlitestnet/info/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "Goerli Testnet",
- "website": "https://goerlifaucet.com",
- "description": "The Alchemy Goerli faucet is free, fast, and does not require authentication, though you can optionally login to Alchemy to get an increased drip.",
- "explorer": "https://goerli.etherscan.io",
- "research": "https://goerli.net/#about",
- "symbol": "ETH",
- "rpc_url": "https://rpc.goerli.mudit.blog",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/community/search/top/goerli-eth/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/goerlitestnet/info/logo.png b/blockchains/goerlitestnet/info/logo.png
deleted file mode 100644
index ad463789d50b7..0000000000000
Binary files a/blockchains/goerlitestnet/info/logo.png and /dev/null differ
diff --git a/blockchains/groestlcoin/info/info.json b/blockchains/groestlcoin/info/info.json
deleted file mode 100644
index 7d82f6631b926..0000000000000
--- a/blockchains/groestlcoin/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Groestlcoin",
- "website": "http://groestlcoin.org",
- "description": "Groestlcoin (GRS) is a cryptocoin, that is optionally private. Anyone can mine it effectively, with GPU.",
- "explorer": "https://grs.tokenview.com/",
- "research": "https://research.binance.com/en/projects/groestlcoin",
- "symbol": "GRS",
- "type": "coin",
- "decimals": 8,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Groestlcoin"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/GroestlcoinTeam"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/groestlcoin"
- },
- {
- "name": "whitepaper",
- "url": "https://www.groestl.info/groestl-implementation-guide.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/groestlcoin/info/logo.png b/blockchains/groestlcoin/info/logo.png
deleted file mode 100644
index 2da13be501cfe..0000000000000
Binary files a/blockchains/groestlcoin/info/logo.png and /dev/null differ
diff --git a/blockchains/harmony/info/info.json b/blockchains/harmony/info/info.json
deleted file mode 100644
index 6734473b1ecab..0000000000000
--- a/blockchains/harmony/info/info.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "name": "Harmony",
- "website": "https://harmony.one",
- "description": "Harmony aims to offer a high-throughput, low-latency, and low-fee consensus platform designed to power decentralized economies of the future.",
- "explorer": "https://explorer.harmony.one/",
- "research": "https://research.binance.com/en/projects/harmony",
- "rpc_url": "https://api.harmony.one",
- "coin_type": 1023,
- "symbol": "ONE",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/harmony-one"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/harmonyprotocol"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/harmony_one"
- },
- {
- "name": "whitepaper",
- "url": "https://harmony.one/pdf/whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/harmony/info/logo.png b/blockchains/harmony/info/logo.png
deleted file mode 100644
index cd16d5e2aec71..0000000000000
Binary files a/blockchains/harmony/info/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one108uwrdejhf3es7rn6h4cdjqnvnpv75pp7t5ne9/logo.png b/blockchains/harmony/validators/assets/one108uwrdejhf3es7rn6h4cdjqnvnpv75pp7t5ne9/logo.png
deleted file mode 100644
index a683ea2aa94a2..0000000000000
Binary files a/blockchains/harmony/validators/assets/one108uwrdejhf3es7rn6h4cdjqnvnpv75pp7t5ne9/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one129gp9e7ghsyecxevp4che033dmk0sew7swvk66/logo.png b/blockchains/harmony/validators/assets/one129gp9e7ghsyecxevp4che033dmk0sew7swvk66/logo.png
deleted file mode 100644
index 5c279130623bc..0000000000000
Binary files a/blockchains/harmony/validators/assets/one129gp9e7ghsyecxevp4che033dmk0sew7swvk66/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one14wyp73qmn3zch98dqnjvu4rprcz79tlrxq3al6/logo.png b/blockchains/harmony/validators/assets/one14wyp73qmn3zch98dqnjvu4rprcz79tlrxq3al6/logo.png
deleted file mode 100644
index ec9d08da74f55..0000000000000
Binary files a/blockchains/harmony/validators/assets/one14wyp73qmn3zch98dqnjvu4rprcz79tlrxq3al6/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one16yvnyrac2nfaapm8tyraesa7khtg3d9tr786pv/logo.png b/blockchains/harmony/validators/assets/one16yvnyrac2nfaapm8tyraesa7khtg3d9tr786pv/logo.png
deleted file mode 100644
index 25fcc2419b516..0000000000000
Binary files a/blockchains/harmony/validators/assets/one16yvnyrac2nfaapm8tyraesa7khtg3d9tr786pv/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one170xqsfzm4xdmuyax54t5pvtp5l5yt66u50ctrp/logo.png b/blockchains/harmony/validators/assets/one170xqsfzm4xdmuyax54t5pvtp5l5yt66u50ctrp/logo.png
deleted file mode 100644
index ca4f86e405c0b..0000000000000
Binary files a/blockchains/harmony/validators/assets/one170xqsfzm4xdmuyax54t5pvtp5l5yt66u50ctrp/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one18hum2avunkz3u448lftwmk7wr88qswdlfvvrdm/logo.png b/blockchains/harmony/validators/assets/one18hum2avunkz3u448lftwmk7wr88qswdlfvvrdm/logo.png
deleted file mode 100644
index e3816a031a866..0000000000000
Binary files a/blockchains/harmony/validators/assets/one18hum2avunkz3u448lftwmk7wr88qswdlfvvrdm/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one18je40sxd9s6awtgx4akhuda8d75km3663eep37/logo.png b/blockchains/harmony/validators/assets/one18je40sxd9s6awtgx4akhuda8d75km3663eep37/logo.png
deleted file mode 100644
index 9d28fc7b0dc6a..0000000000000
Binary files a/blockchains/harmony/validators/assets/one18je40sxd9s6awtgx4akhuda8d75km3663eep37/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1920ku8c9uerwyavk9hnxgpdshak7w7dn9gm632/logo.png b/blockchains/harmony/validators/assets/one1920ku8c9uerwyavk9hnxgpdshak7w7dn9gm632/logo.png
deleted file mode 100644
index 2742f8474b8da..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1920ku8c9uerwyavk9hnxgpdshak7w7dn9gm632/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1a0au0p33zrns49h3qw7prn02s4wphu0ggcqrhm/logo.png b/blockchains/harmony/validators/assets/one1a0au0p33zrns49h3qw7prn02s4wphu0ggcqrhm/logo.png
deleted file mode 100644
index c08f0c1e2702d..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1a0au0p33zrns49h3qw7prn02s4wphu0ggcqrhm/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1aha9g2d6scsyktjgx7wm9jwssxjp6lrtl8959z/logo.png b/blockchains/harmony/validators/assets/one1aha9g2d6scsyktjgx7wm9jwssxjp6lrtl8959z/logo.png
deleted file mode 100644
index 73a50bc674f7b..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1aha9g2d6scsyktjgx7wm9jwssxjp6lrtl8959z/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1d2zjm9czlfzdes97pfuzdydflw0t80kspwst0x/logo.png b/blockchains/harmony/validators/assets/one1d2zjm9czlfzdes97pfuzdydflw0t80kspwst0x/logo.png
deleted file mode 100644
index c08f0c1e2702d..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1d2zjm9czlfzdes97pfuzdydflw0t80kspwst0x/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1dcmp24uqgwszcvmm8n6r5dvhqhuukdj86pkg6n/logo.png b/blockchains/harmony/validators/assets/one1dcmp24uqgwszcvmm8n6r5dvhqhuukdj86pkg6n/logo.png
deleted file mode 100644
index 2d12f762101d2..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1dcmp24uqgwszcvmm8n6r5dvhqhuukdj86pkg6n/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1efat5elqnvttf7gm86q9kmt48z69njax464rhv/logo.png b/blockchains/harmony/validators/assets/one1efat5elqnvttf7gm86q9kmt48z69njax464rhv/logo.png
deleted file mode 100644
index d50b13ada4405..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1efat5elqnvttf7gm86q9kmt48z69njax464rhv/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1f5yhhwn42qnxkj2n6xucrl5plqgy03082xuw25/logo.png b/blockchains/harmony/validators/assets/one1f5yhhwn42qnxkj2n6xucrl5plqgy03082xuw25/logo.png
deleted file mode 100644
index c08f0c1e2702d..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1f5yhhwn42qnxkj2n6xucrl5plqgy03082xuw25/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1fllqjv6hq8vfvz5kwyhaknw0f2emvfqmq0s2tu/logo.png b/blockchains/harmony/validators/assets/one1fllqjv6hq8vfvz5kwyhaknw0f2emvfqmq0s2tu/logo.png
deleted file mode 100644
index 500e397a8dc1b..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1fllqjv6hq8vfvz5kwyhaknw0f2emvfqmq0s2tu/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1gm8xwupd9e77ja46eaxv8tk4ea7re5zknaauvq/logo.png b/blockchains/harmony/validators/assets/one1gm8xwupd9e77ja46eaxv8tk4ea7re5zknaauvq/logo.png
deleted file mode 100644
index a394d222a2035..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1gm8xwupd9e77ja46eaxv8tk4ea7re5zknaauvq/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1j9gr0maryak7mmgkgw67gsgz3wxhmnv6cpvnqy/logo.png b/blockchains/harmony/validators/assets/one1j9gr0maryak7mmgkgw67gsgz3wxhmnv6cpvnqy/logo.png
deleted file mode 100644
index 479a368a11a47..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1j9gr0maryak7mmgkgw67gsgz3wxhmnv6cpvnqy/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1kf42rl6yg2avkjsu34ch2jn8yjs64ycn4n9wdj/logo.png b/blockchains/harmony/validators/assets/one1kf42rl6yg2avkjsu34ch2jn8yjs64ycn4n9wdj/logo.png
deleted file mode 100644
index 939fc8df30243..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1kf42rl6yg2avkjsu34ch2jn8yjs64ycn4n9wdj/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1ldthk5zyrea6w60rptcfyzlftd8fsn9fhkeps7/logo.png b/blockchains/harmony/validators/assets/one1ldthk5zyrea6w60rptcfyzlftd8fsn9fhkeps7/logo.png
deleted file mode 100644
index cbab6ff470734..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1ldthk5zyrea6w60rptcfyzlftd8fsn9fhkeps7/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1leh5rmuclw5u68gw07d86kqxjd69zuny3h23c3/logo.png b/blockchains/harmony/validators/assets/one1leh5rmuclw5u68gw07d86kqxjd69zuny3h23c3/logo.png
deleted file mode 100644
index 0f15bce9fb3ea..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1leh5rmuclw5u68gw07d86kqxjd69zuny3h23c3/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1lpgxyxvgxnprgflx4myzh5m9se83u0racw22du/logo.png b/blockchains/harmony/validators/assets/one1lpgxyxvgxnprgflx4myzh5m9se83u0racw22du/logo.png
deleted file mode 100644
index 83a921b35491d..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1lpgxyxvgxnprgflx4myzh5m9se83u0racw22du/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1nef0c8kgy30delcckf87jaegdp7s7ntrknvajj/logo.png b/blockchains/harmony/validators/assets/one1nef0c8kgy30delcckf87jaegdp7s7ntrknvajj/logo.png
deleted file mode 100644
index adf70d7456db3..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1nef0c8kgy30delcckf87jaegdp7s7ntrknvajj/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1pdv9lrdwl0rg5vglh4xtyrv3wjk3wsqket7zxy/logo.png b/blockchains/harmony/validators/assets/one1pdv9lrdwl0rg5vglh4xtyrv3wjk3wsqket7zxy/logo.png
deleted file mode 100644
index cd16d5e2aec71..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1pdv9lrdwl0rg5vglh4xtyrv3wjk3wsqket7zxy/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1pul5cd3hewakyfcewdn2m2xhuk7w0ese9u733s/logo.png b/blockchains/harmony/validators/assets/one1pul5cd3hewakyfcewdn2m2xhuk7w0ese9u733s/logo.png
deleted file mode 100644
index 479a368a11a47..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1pul5cd3hewakyfcewdn2m2xhuk7w0ese9u733s/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1qk7mp94ydftmq4ag8xn6y80876vc28q7s9kpp7/logo.png b/blockchains/harmony/validators/assets/one1qk7mp94ydftmq4ag8xn6y80876vc28q7s9kpp7/logo.png
deleted file mode 100644
index 63fe5615e0880..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1qk7mp94ydftmq4ag8xn6y80876vc28q7s9kpp7/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1r55rwumsrm6w3d20uhaa3hm4rxr442k0qx9gj8/logo.png b/blockchains/harmony/validators/assets/one1r55rwumsrm6w3d20uhaa3hm4rxr442k0qx9gj8/logo.png
deleted file mode 100644
index 9ce01bf574537..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1r55rwumsrm6w3d20uhaa3hm4rxr442k0qx9gj8/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1ryuvxq3mgcvj0a2ukpa5dkuxmlc2gdf7pcc775/logo.png b/blockchains/harmony/validators/assets/one1ryuvxq3mgcvj0a2ukpa5dkuxmlc2gdf7pcc775/logo.png
deleted file mode 100644
index 479a368a11a47..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1ryuvxq3mgcvj0a2ukpa5dkuxmlc2gdf7pcc775/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1sqy7dgkrrmc4tacrzyts37vf8gvmtesqstg8ff/logo.png b/blockchains/harmony/validators/assets/one1sqy7dgkrrmc4tacrzyts37vf8gvmtesqstg8ff/logo.png
deleted file mode 100644
index cddf73cf82f32..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1sqy7dgkrrmc4tacrzyts37vf8gvmtesqstg8ff/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1xv62dz2gmshaqac4gn87qkh44g80mcpquvn2tk/logo.png b/blockchains/harmony/validators/assets/one1xv62dz2gmshaqac4gn87qkh44g80mcpquvn2tk/logo.png
deleted file mode 100644
index 4df4b1cb8022b..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1xv62dz2gmshaqac4gn87qkh44g80mcpquvn2tk/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/assets/one1zdxjy50aa9kk33pxrjy8yerpgz49hx0nhc2r6k/logo.png b/blockchains/harmony/validators/assets/one1zdxjy50aa9kk33pxrjy8yerpgz49hx0nhc2r6k/logo.png
deleted file mode 100644
index c08f0c1e2702d..0000000000000
Binary files a/blockchains/harmony/validators/assets/one1zdxjy50aa9kk33pxrjy8yerpgz49hx0nhc2r6k/logo.png and /dev/null differ
diff --git a/blockchains/harmony/validators/list.json b/blockchains/harmony/validators/list.json
deleted file mode 100644
index df91a5caf71cc..0000000000000
--- a/blockchains/harmony/validators/list.json
+++ /dev/null
@@ -1,152 +0,0 @@
-[
- {
- "id": "one1pdv9lrdwl0rg5vglh4xtyrv3wjk3wsqket7zxy",
- "name": "Harmony",
- "description": "Harmony Staking",
- "website": "https://harmony.one"
- },
- {
- "id": "one1nef0c8kgy30delcckf87jaegdp7s7ntrknvajj",
- "name": "Sesameseed",
- "description": "Sesameseed is a multi-chain digital asset staking community who's unique rewards structure, fueled by the SEED token, provides stakers better rewards over time. Stakers earn rewards from multiple blockchains by staking to any one of Sesameseed’s nodes or simply by holding SEED.",
- "website": "https://sesameseed.org"
- },
- {
- "id": "one1kf42rl6yg2avkjsu34ch2jn8yjs64ycn4n9wdj",
- "name": "🔨P-OPS Team Validator",
- "description": "Community run Validator by highly qualified global P-OPS Team. We reconfigure our validator dynamically to ensure the highest possible rewards at every epoch and use extensive backup systems for ensuring uptime. Visit our website for testimonials on our extensive community work.",
- "website": "pops.one"
- },
- {
- "id": "one108uwrdejhf3es7rn6h4cdjqnvnpv75pp7t5ne9",
- "name": "Embiei Low Fee, high APR",
- "description": "24h node support, managing slots and shards to get the maximum APR with a 100% uptime. Help descentralization, delegate with us",
- "website": "harmony.com"
- },
- {
- "id": "one14wyp73qmn3zch98dqnjvu4rprcz79tlrxq3al6",
- "name": "StakingTeam",
- "description": "We are a team fully dedicated to the best DPoS. We offer our services across a variety of protocols, including Harmony, Tezos, IoTeX and Icon",
- "website": "https://stakingteam.com/"
- },
- {
- "id": "one1d2zjm9czlfzdes97pfuzdydflw0t80kspwst0x",
- "name": "KeepNode",
- "description": "Keep faith with us",
- "website": "keepnode.xyz"
- },
- {
- "id": "one18hum2avunkz3u448lftwmk7wr88qswdlfvvrdm",
- "name": "Chainode Tech",
- "description": "Chainode Tech is your partner for staking & validating on cutting edge blockchain protocols. Our Validator is run by a team of early contributors that joined the network as Foundational Nodes since the 1st public testnet. Current P-OPS member. Stake with us for best experience!",
- "website": "https://chainode.tech/"
- },
- {
- "id": "one1a0au0p33zrns49h3qw7prn02s4wphu0ggcqrhm",
- "name": "KeepNode2",
- "description": "KeepNode2",
- "website": "keepnode.xyz"
- },
- {
- "id": "one1zdxjy50aa9kk33pxrjy8yerpgz49hx0nhc2r6k",
- "name": "KeepNode3",
- "description": "KeepNode3",
- "website": "keepnode.xyz"
- },
- {
- "id": "one1ldthk5zyrea6w60rptcfyzlftd8fsn9fhkeps7",
- "name": "SNZPool",
- "description": "SNZPool is a professional & reliable POS validator for a dozen of projects.",
- "website": "https://snzholding.com"
- },
- {
- "id": "one1r55rwumsrm6w3d20uhaa3hm4rxr442k0qx9gj8",
- "name": "StackedInvest.com",
- "description": "Automated Crypto Investing. @StackedCrypto",
- "website": "https://stackedinvest.com"
- },
- {
- "id": "one1efat5elqnvttf7gm86q9kmt48z69njax464rhv",
- "name": "G.E.M.",
- "description": "Staking with G.E.M.",
- "website": "https://staking.harmony.one"
- },
- {
- "id": "one1lpgxyxvgxnprgflx4myzh5m9se83u0racw22du",
- "name": "ALWAYS-ONE",
- "description": "ALWAYS ONE Staking - Hosted on Google Cloud Provider - Fees Always 1% - Telegram: @Allayom ",
- "website": "Always.harmony.one"
- },
- {
- "id": "one1leh5rmuclw5u68gw07d86kqxjd69zuny3h23c3",
- "name": "OgreNode",
- "description": "This is run by a community member, OgreAbroad. Always glad to help, feel free to find me in Telegram and ask any questions you might have about Harmony, Sesameseed, or crypto in general.",
- "website": "https://twitter.com/LtcYeti"
- },
- {
- "id": "one1f5yhhwn42qnxkj2n6xucrl5plqgy03082xuw25",
- "name": "KeepNode4",
- "description": "KeepNode4",
- "website": "keepnode.xyz"
- },
- {
- "id": "one1dcmp24uqgwszcvmm8n6r5dvhqhuukdj86pkg6n",
- "name": "Staking4All",
- "description": "Validator for Proof of Stake blockchains. Delegate to us for a easy staking experience",
- "website": "https://staking4all.org"
- },
- {
- "id": "one1qk7mp94ydftmq4ag8xn6y80876vc28q7s9kpp7",
- "name": "Smart Stake",
- "description": "Transparent, professional, and feature rich staking. Smart Stake builds easy to understand and user centric tools for all the network participants. We introduce new performance metrics. Prior work: tools.aionsmartstake.com or cs.smartstake.io or oasis.smartstake.io",
- "website": "harmony.smartstake.io"
- },
- {
- "id": "one129gp9e7ghsyecxevp4che033dmk0sew7swvk66",
- "name": "Bit Cat 🐱",
- "description": "50 slots backup, Anytime according to the vote expand your profits. The professional PoS team operation and management. 50个slot备选节点,根据投票数自动化调整slot,随时放大你的收益,专业的PoS节点运维管理。",
- "website": "https://bitcat365.com"
- },
- {
- "id": "one1aha9g2d6scsyktjgx7wm9jwssxjp6lrtl8959z",
- "name": "三潭映月",
- "description": "欢迎大家来中国·杭州玩. Welcome to Hangzhou, China",
- "website": "https://mainto.cn"
- },
- {
- "id": "one18je40sxd9s6awtgx4akhuda8d75km3663eep37",
- "name": "CryptoMason",
- "description": "https://t.me/harmonymason",
- "website": "https://t.me/harmonymason"
- },
- {
- "id": "one1920ku8c9uerwyavk9hnxgpdshak7w7dn9gm632",
- "name": "TurkishGuyInDE",
- "description": "A Turkish guy providing you validation services on Harmony blockchain!",
- "website": "TurkishGuyIn.de"
- },
- {
- "id": "one1fllqjv6hq8vfvz5kwyhaknw0f2emvfqmq0s2tu",
- "name": "Node of the beholder",
- "description": "Beauty is in the eye of the beholder",
- "website": "https://en.wikipedia.org/wiki/Beholder_(Dungeons_%26_Dragons)"
- },
- {
- "id": "one1sqy7dgkrrmc4tacrzyts37vf8gvmtesqstg8ff",
- "name": "UbikCapital",
- "description": "Ubik Capital is providing highly resilient and secure staking service for different blockchain projects",
- "website": "ubik.capital"
- },
- {
- "id": "one16yvnyrac2nfaapm8tyraesa7khtg3d9tr786pv",
- "name": "Validator.Center",
- "description": "Blockchain validator in PoS consensus.",
- "website": "https://validator.center"
- },
- {
- "id": "one1xv62dz2gmshaqac4gn87qkh44g80mcpquvn2tk",
- "name": "HarmonyNewsOne 🌎🌏🌍",
- "description": "We bring you the latest news on Harmony. We’re proud to be validating since open staking launch!",
- "website": "HarmonyNews.one"
- }
-]
diff --git a/blockchains/heco/assets/0x09006b66d89e5213Fc173403AACBA30620A91F4e/info.json b/blockchains/heco/assets/0x09006b66d89e5213Fc173403AACBA30620A91F4e/info.json
deleted file mode 100644
index 271cea7c07ab5..0000000000000
--- a/blockchains/heco/assets/0x09006b66d89e5213Fc173403AACBA30620A91F4e/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Heco-Peg MANA Token",
- "type": "HRC20",
- "symbol": "MANA",
- "decimals": 18,
- "website": "https://www.htokens.finance/zh-cn/",
- "description": "Decentraland is a virtual reality platform powered by the Ethereum blockchain. Users can create, experience, and monetize content and applications",
- "explorer": "https://hecoinfo.com/token/0x09006b66d89e5213Fc173403AACBA30620A91F4e",
- "status": "active",
- "id": "0x09006b66d89e5213Fc173403AACBA30620A91F4e",
- "links": [
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/decentraland/"
- }
- ],
- "tags": [
- "defi",
- "heco-tag"
- ]
-}
diff --git a/blockchains/heco/assets/0x09006b66d89e5213Fc173403AACBA30620A91F4e/logo.png b/blockchains/heco/assets/0x09006b66d89e5213Fc173403AACBA30620A91F4e/logo.png
deleted file mode 100644
index 2e4e2b57b7959..0000000000000
Binary files a/blockchains/heco/assets/0x09006b66d89e5213Fc173403AACBA30620A91F4e/logo.png and /dev/null differ
diff --git a/blockchains/heco/assets/0x202b4936fE1a82A4965220860aE46d7d3939Bb25/info.json b/blockchains/heco/assets/0x202b4936fE1a82A4965220860aE46d7d3939Bb25/info.json
deleted file mode 100644
index bb311ae9882ed..0000000000000
--- a/blockchains/heco/assets/0x202b4936fE1a82A4965220860aE46d7d3939Bb25/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Heco-Peg AAVE Token",
- "type": "HRC20",
- "symbol": "AAVE",
- "decimals": 18,
- "website": "https://www.htokens.finance/zh-cn/",
- "description": "Aave is an Open Source and Non-Custodial protocol to earn interest on deposits & borrow assets. It also features access to highly innovative flash loans, which let developers borrow instantly and easily; no collateral needed. With 16 different assets, 5 of which are stablecoins.",
- "explorer": "https://hecoinfo.com/token/0x202b4936fe1a82a4965220860ae46d7d3939bb25",
- "status": "active",
- "id": "0x202b4936fE1a82A4965220860aE46d7d3939Bb25",
- "links": [
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/aave/"
- }
- ],
- "tags": [
- "defi",
- "heco-tag"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/heco/assets/0x202b4936fE1a82A4965220860aE46d7d3939Bb25/logo.png b/blockchains/heco/assets/0x202b4936fE1a82A4965220860aE46d7d3939Bb25/logo.png
deleted file mode 100644
index 1e7cef36a8aaa..0000000000000
Binary files a/blockchains/heco/assets/0x202b4936fE1a82A4965220860aE46d7d3939Bb25/logo.png and /dev/null differ
diff --git a/blockchains/heco/assets/0x22C54cE8321A4015740eE1109D9cBc25815C46E6/info.json b/blockchains/heco/assets/0x22C54cE8321A4015740eE1109D9cBc25815C46E6/info.json
deleted file mode 100644
index 1db377a6a977e..0000000000000
--- a/blockchains/heco/assets/0x22C54cE8321A4015740eE1109D9cBc25815C46E6/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Heco-Peg UNI Token",
- "type": "HRC20",
- "symbol": "UNI",
- "decimals": 18,
- "website": "https://www.htokens.finance/zh-cn/",
- "description": "UNI token served as governance token for Uniswap protocol with 1 billion UNI have been minted at genesis. 60% of the UNI genesis supply is allocated to Uniswap community members and remaining for team, investors and advisors.",
- "explorer": "https://hecoinfo.com/token/0x22c54ce8321a4015740ee1109d9cbc25815c46e6",
- "status": "active",
- "id": "0x22C54cE8321A4015740eE1109D9cBc25815C46E6",
- "links": [
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/uniswap/"
- }
- ],
- "tags": [
- "defi",
- "heco-tag"
- ]
-}
diff --git a/blockchains/heco/assets/0x22C54cE8321A4015740eE1109D9cBc25815C46E6/logo.png b/blockchains/heco/assets/0x22C54cE8321A4015740eE1109D9cBc25815C46E6/logo.png
deleted file mode 100644
index 893ef55cb23c0..0000000000000
Binary files a/blockchains/heco/assets/0x22C54cE8321A4015740eE1109D9cBc25815C46E6/logo.png and /dev/null differ
diff --git a/blockchains/heco/assets/0x34D75515090902a513F009f4505A750efaaD63b0/info.json b/blockchains/heco/assets/0x34D75515090902a513F009f4505A750efaaD63b0/info.json
deleted file mode 100644
index afa962498431b..0000000000000
--- a/blockchains/heco/assets/0x34D75515090902a513F009f4505A750efaaD63b0/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Heco-Peg MKR Token",
- "type": "HRC20",
- "symbol": "MKR",
- "decimals": 18,
- "website": "https://www.htokens.finance/zh-cn/",
- "description": "Maker is a Decentralized Autonomous Organization that creates and insures the dai stablecoin on the Ethereum blockchain",
- "explorer": "https://hecoinfo.com/token/0x34d75515090902a513f009f4505a750efaad63b0",
- "status": "active",
- "id": "0x34D75515090902a513F009f4505A750efaaD63b0",
- "links": [
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/maker/"
- }
- ],
- "tags": [
- "defi",
- "heco-tag"
- ]
-}
diff --git a/blockchains/heco/assets/0x34D75515090902a513F009f4505A750efaaD63b0/logo.png b/blockchains/heco/assets/0x34D75515090902a513F009f4505A750efaaD63b0/logo.png
deleted file mode 100644
index f458252964e21..0000000000000
Binary files a/blockchains/heco/assets/0x34D75515090902a513F009f4505A750efaaD63b0/logo.png and /dev/null differ
diff --git a/blockchains/heco/assets/0x3D760a45D0887DFD89A2F5385a236B29Cb46ED2a/info.json b/blockchains/heco/assets/0x3D760a45D0887DFD89A2F5385a236B29Cb46ED2a/info.json
deleted file mode 100644
index 6636fd5920338..0000000000000
--- a/blockchains/heco/assets/0x3D760a45D0887DFD89A2F5385a236B29Cb46ED2a/info.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "Heco-Peg DAIHECO Token",
- "type": "HRC20",
- "symbol": "DAI-HECO",
- "decimals": 18,
- "website": "https://www.htokens.finance/zh-cn/",
- "description": "Multi-Collateral Dai, brings a lot of new and exciting features, such as support for new CDP collateral types and Dai Savings Rate.",
- "explorer": "https://hecoinfo.com/token/0x3d760a45d0887dfd89a2f5385a236b29cb46ed2a",
- "status": "active",
- "id": "0x3D760a45D0887DFD89A2F5385a236B29Cb46ED2a",
- "links": [
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/dai"
- }
- ],
- "tags": [
- "defi",
- "stablecoin",
- "heco-tag"
- ]
-}
diff --git a/blockchains/heco/assets/0x3D760a45D0887DFD89A2F5385a236B29Cb46ED2a/logo.png b/blockchains/heco/assets/0x3D760a45D0887DFD89A2F5385a236B29Cb46ED2a/logo.png
deleted file mode 100644
index 6a5f7e7f3b0b8..0000000000000
Binary files a/blockchains/heco/assets/0x3D760a45D0887DFD89A2F5385a236B29Cb46ED2a/logo.png and /dev/null differ
diff --git a/blockchains/heco/assets/0x5eE41aB6edd38cDfB9f6B4e6Cf7F75c87E170d98/info.json b/blockchains/heco/assets/0x5eE41aB6edd38cDfB9f6B4e6Cf7F75c87E170d98/info.json
deleted file mode 100644
index 496d270857700..0000000000000
--- a/blockchains/heco/assets/0x5eE41aB6edd38cDfB9f6B4e6Cf7F75c87E170d98/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Heco-Peg TUSD Token",
- "type": "HRC20",
- "symbol": "TUSD",
- "decimals": 18,
- "website": "https://trueusd.com/",
- "description": "TUSD is a regulated, exchange-independent stablecoin backed 1-for-1 with US Dollars.",
- "explorer": "https://hecoinfo.com/token/0x5ee41ab6edd38cdfb9f6b4e6cf7f75c87e170d98",
- "status": "active",
- "id": "0x5eE41aB6edd38cDfB9f6B4e6Cf7F75c87E170d98",
- "links": [
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/true-usd/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/tusd_official"
- },
- {
- "name": "telegram",
- "url": "https://t.me/TUSDofficial_EN"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/trueusd/"
- }
- ],
- "tags": [
- "stablecoin",
- "heco-tag"
- ]
-}
diff --git a/blockchains/heco/assets/0x5eE41aB6edd38cDfB9f6B4e6Cf7F75c87E170d98/logo.png b/blockchains/heco/assets/0x5eE41aB6edd38cDfB9f6B4e6Cf7F75c87E170d98/logo.png
deleted file mode 100644
index 0ae677cd2bac8..0000000000000
Binary files a/blockchains/heco/assets/0x5eE41aB6edd38cDfB9f6B4e6Cf7F75c87E170d98/logo.png and /dev/null differ
diff --git a/blockchains/heco/assets/0x66a79D23E58475D2738179Ca52cd0b41d73f0BEa/info.json b/blockchains/heco/assets/0x66a79D23E58475D2738179Ca52cd0b41d73f0BEa/info.json
deleted file mode 100644
index 55c396b9c7b7f..0000000000000
--- a/blockchains/heco/assets/0x66a79D23E58475D2738179Ca52cd0b41d73f0BEa/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Heco-Peg HBTC Token",
- "type": "HRC20",
- "symbol": "HBTC",
- "decimals": 18,
- "website": "https://www.htokens.finance/zh-cn/",
- "description": "BTC is a peer-to-peer digital system, users can transact directly without an intermediary. Transactions are verified by network nodes and recorded in a public distributed ledger called the blockchain.",
- "explorer": "https://hecoinfo.com/token/0x66a79d23e58475d2738179ca52cd0b41d73f0bea",
- "status": "active",
- "id": "0x66a79D23E58475D2738179Ca52cd0b41d73f0BEa",
- "tags": [
- "defi",
- "heco-tag"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/HBTC_Official"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/huobi-btc/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/bitcoin/"
- }
- ]
-}
diff --git a/blockchains/heco/assets/0x66a79D23E58475D2738179Ca52cd0b41d73f0BEa/logo.png b/blockchains/heco/assets/0x66a79D23E58475D2738179Ca52cd0b41d73f0BEa/logo.png
deleted file mode 100644
index cef7764730bc8..0000000000000
Binary files a/blockchains/heco/assets/0x66a79D23E58475D2738179Ca52cd0b41d73f0BEa/logo.png and /dev/null differ
diff --git a/blockchains/heco/assets/0x70D171d269D964d14aF9617858540061e7bE9EF1/info.json b/blockchains/heco/assets/0x70D171d269D964d14aF9617858540061e7bE9EF1/info.json
deleted file mode 100644
index 165b4a4263a69..0000000000000
--- a/blockchains/heco/assets/0x70D171d269D964d14aF9617858540061e7bE9EF1/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Heco-Peg WBTCHECO Token",
- "type": "HRC20",
- "symbol": "WBTC",
- "decimals": 8,
- "website": "https://www.htokens.finance/zh-cn/",
- "description": "Wrapped Bitcoin (WBTC) is an ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.",
- "explorer": "https://hecoinfo.com/token/0x70d171d269d964d14af9617858540061e7be9ef1",
- "status": "active",
- "id": "0x70D171d269D964d14aF9617858540061e7bE9EF1",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/wrapped-bitcoin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/wrapped-bitcoin/"
- }
- ],
- "tags": [
- "defi",
- "heco-tag"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/heco/assets/0x70D171d269D964d14aF9617858540061e7bE9EF1/logo.png b/blockchains/heco/assets/0x70D171d269D964d14aF9617858540061e7bE9EF1/logo.png
deleted file mode 100644
index 702d64a2e040a..0000000000000
Binary files a/blockchains/heco/assets/0x70D171d269D964d14aF9617858540061e7bE9EF1/logo.png and /dev/null differ
diff --git a/blockchains/heco/assets/0x765277EebeCA2e31912C9946eAe1021199B39C61/info.json b/blockchains/heco/assets/0x765277EebeCA2e31912C9946eAe1021199B39C61/info.json
deleted file mode 100644
index 2bcf009b46f2f..0000000000000
--- a/blockchains/heco/assets/0x765277EebeCA2e31912C9946eAe1021199B39C61/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "beefy.finance",
- "website": "https://beefy.finance/",
- "description": "The Multichain Yield Optimizer",
- "explorer": "https://hecoinfo.com/token/0x765277eebeca2e31912c9946eae1021199b39c61",
- "type": "HRC20",
- "symbol": "BIFI",
- "decimals": 18,
- "status": "active",
- "id": "0x765277EebeCA2e31912C9946eAe1021199B39C61",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/beefyfinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/beefyfinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/beefyannouncement"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/beefy-finance/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/beefy-finance/"
- }
- ],
- "tags": [
- "defi",
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/heco/assets/0x765277EebeCA2e31912C9946eAe1021199B39C61/logo.png b/blockchains/heco/assets/0x765277EebeCA2e31912C9946eAe1021199B39C61/logo.png
deleted file mode 100644
index 6c09bb9a38215..0000000000000
Binary files a/blockchains/heco/assets/0x765277EebeCA2e31912C9946eAe1021199B39C61/logo.png and /dev/null differ
diff --git a/blockchains/heco/assets/0x9362Bbef4B8313A8Aa9f0c9808B80577Aa26B73B/info.json b/blockchains/heco/assets/0x9362Bbef4B8313A8Aa9f0c9808B80577Aa26B73B/info.json
deleted file mode 100644
index f530359ee229d..0000000000000
--- a/blockchains/heco/assets/0x9362Bbef4B8313A8Aa9f0c9808B80577Aa26B73B/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Heco-Peg USDCHECO Token",
- "type": "HRC20",
- "symbol": "USDC-HECO",
- "decimals": 6,
- "website": "https://www.htokens.finance/zh-cn/",
- "description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
- "explorer": "https://hecoinfo.com/token/0x9362bbef4b8313a8aa9f0c9808b80577aa26b73b",
- "status": "active",
- "id": "0x9362Bbef4B8313A8Aa9f0c9808B80577Aa26B73B",
- "tags": [
- "defi",
- "heco-tag"
- ],
- "links": [
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/usd-coin/"
- }
- ]
-}
diff --git a/blockchains/heco/assets/0x9362Bbef4B8313A8Aa9f0c9808B80577Aa26B73B/logo.png b/blockchains/heco/assets/0x9362Bbef4B8313A8Aa9f0c9808B80577Aa26B73B/logo.png
deleted file mode 100644
index 7583d0e6fed41..0000000000000
Binary files a/blockchains/heco/assets/0x9362Bbef4B8313A8Aa9f0c9808B80577Aa26B73B/logo.png and /dev/null differ
diff --git a/blockchains/heco/assets/0x9e004545c59D359F6B7BFB06a26390b087717b42/info.json b/blockchains/heco/assets/0x9e004545c59D359F6B7BFB06a26390b087717b42/info.json
deleted file mode 100644
index adcdaa99f2c99..0000000000000
--- a/blockchains/heco/assets/0x9e004545c59D359F6B7BFB06a26390b087717b42/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Heco-Peg LINK Token",
- "type": "HRC20",
- "symbol": "LINK",
- "decimals": 18,
- "website": "https://www.htokens.finance/zh-cn/",
- "description": "A blockchain-based middleware, acting as a bridge between cryptocurrency smart contracts, data feeds, APIs and traditional bank account payments.",
- "explorer": "https://hecoinfo.com/token/0x9e004545c59d359f6b7bfb06a26390b087717b42",
- "status": "active",
- "id": "0x9e004545c59D359F6B7BFB06a26390b087717b42",
- "links": [
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/chainlink"
- }
- ],
- "tags": [
- "defi",
- "heco-tag"
- ]
-}
diff --git a/blockchains/heco/assets/0x9e004545c59D359F6B7BFB06a26390b087717b42/logo.png b/blockchains/heco/assets/0x9e004545c59D359F6B7BFB06a26390b087717b42/logo.png
deleted file mode 100644
index ab55f5e21fae2..0000000000000
Binary files a/blockchains/heco/assets/0x9e004545c59D359F6B7BFB06a26390b087717b42/logo.png and /dev/null differ
diff --git a/blockchains/heco/assets/0xC7f7a54892B78b5c812c58d9Df8035FcE9F4D445/info.json b/blockchains/heco/assets/0xC7f7a54892B78b5c812c58d9Df8035FcE9F4D445/info.json
deleted file mode 100644
index 301698a991f72..0000000000000
--- a/blockchains/heco/assets/0xC7f7a54892B78b5c812c58d9Df8035FcE9F4D445/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Heco-Peg FTT Token",
- "type": "HRC20",
- "symbol": "FTT",
- "decimals": 18,
- "website": "https://www.htokens.finance/zh-cn/",
- "description": "Cryptocurrency Derivatives Exchange",
- "explorer": "https://hecoinfo.com/token/0xc7f7a54892b78b5c812c58d9df8035fce9f4d445",
- "status": "active",
- "id": "0xC7f7a54892B78b5c812c58d9Df8035FcE9F4D445",
- "links": [
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/ftx-token/"
- }
- ],
- "tags": [
- "defi",
- "heco-tag"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/heco/assets/0xC7f7a54892B78b5c812c58d9Df8035FcE9F4D445/logo.png b/blockchains/heco/assets/0xC7f7a54892B78b5c812c58d9Df8035FcE9F4D445/logo.png
deleted file mode 100644
index 8476fe0183f27..0000000000000
Binary files a/blockchains/heco/assets/0xC7f7a54892B78b5c812c58d9Df8035FcE9F4D445/logo.png and /dev/null differ
diff --git a/blockchains/heco/assets/0xfAdD0c7762c59cEBC5248019dBAC652319CEBDbd/info.json b/blockchains/heco/assets/0xfAdD0c7762c59cEBC5248019dBAC652319CEBDbd/info.json
deleted file mode 100644
index 0682350fe9de4..0000000000000
--- a/blockchains/heco/assets/0xfAdD0c7762c59cEBC5248019dBAC652319CEBDbd/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Heco-Peg GRT Token",
- "type": "HRC20",
- "symbol": "GRT",
- "decimals": 18,
- "website": "https://www.htokens.finance/zh-cn/",
- "description": "The Graph is an indexing protocol and global API for organizing blockchain data and making it easily accessible with GraphQL.",
- "explorer": "https://hecoinfo.com/token/0xfadd0c7762c59cebc5248019dbac652319cebdbd",
- "status": "active",
- "id": "0xfAdD0c7762c59cEBC5248019dBAC652319CEBDbd",
- "links": [
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/the-graph/"
- }
- ],
- "tags": [
- "defi",
- "heco-tag"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/heco/assets/0xfAdD0c7762c59cEBC5248019dBAC652319CEBDbd/logo.png b/blockchains/heco/assets/0xfAdD0c7762c59cEBC5248019dBAC652319CEBDbd/logo.png
deleted file mode 100644
index 65453fc08f929..0000000000000
Binary files a/blockchains/heco/assets/0xfAdD0c7762c59cEBC5248019dBAC652319CEBDbd/logo.png and /dev/null differ
diff --git a/blockchains/heco/info/info.json b/blockchains/heco/info/info.json
deleted file mode 100644
index 20da693b852b2..0000000000000
--- a/blockchains/heco/info/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Huobi ECO Chain",
- "website": "https://www.hecochain.com/en-us/",
- "description": "HECO is a decentralized and cost efficient public chain that Ethereum developers can easily get started with and smart contracts are seamlessly compatible.",
- "explorer": "https://hecoinfo.com/",
- "symbol": "HT",
- "type": "coin",
- "decimals": 18,
- "rpc_url": "https://http-mainnet.hecochain.com",
- "status": "active",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/HECO_Chain"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Huobiecochainofficial"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/heco/info/logo.png b/blockchains/heco/info/logo.png
deleted file mode 100644
index 5336fe8165506..0000000000000
Binary files a/blockchains/heco/info/logo.png and /dev/null differ
diff --git a/blockchains/hedera/info/info.json b/blockchains/hedera/info/info.json
deleted file mode 100644
index b0200e8a208b8..0000000000000
--- a/blockchains/hedera/info/info.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "name": "Hedera",
- "website": "https://hedera.com/",
- "description": "The 3rd generation public ledger",
- "explorer": "https://hashscan.io/mainnet/dashboard",
- "symbol": "HBAR",
- "type": "coin",
- "decimals": 8,
- "status": "active",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/hedera"
- },
- {
- "name": "github",
- "url": "https://github.com/hashgraph"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/EC2GY8ueRk"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/hedera/"
- }
- ]
-}
diff --git a/blockchains/hedera/info/logo.png b/blockchains/hedera/info/logo.png
deleted file mode 100644
index e16f79294ddf7..0000000000000
Binary files a/blockchains/hedera/info/logo.png and /dev/null differ
diff --git a/blockchains/hoo/info/info.json b/blockchains/hoo/info/info.json
deleted file mode 100644
index abe69b08158e1..0000000000000
--- a/blockchains/hoo/info/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Hoo Token",
- "type": "coin",
- "coin_type": 1170,
- "symbol": "HOO",
- "decimals": 18,
- "website": "https://hoosmartchain.com/",
- "description": "HooToken aims to provide safe and reliable assets management and blockchain services to users worldwide.",
- "explorer": "https://hooscan.com",
- "rpc_url": "https://http-mainnet.hoosmartchain.com",
- "status": "active",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Hoo_exchange"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/hooexchange"
- },
- {
- "name": "telegram",
- "url": "https://t.me/hooChinesegroup"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/hoo-token/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/hoo/info/logo.png b/blockchains/hoo/info/logo.png
deleted file mode 100644
index 3a5ff5eb7fedd..0000000000000
Binary files a/blockchains/hoo/info/logo.png and /dev/null differ
diff --git a/blockchains/icon/info/info.json b/blockchains/icon/info/info.json
deleted file mode 100644
index cab05a9dec3b5..0000000000000
--- a/blockchains/icon/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "ICON",
- "website": "https://icon.foundation",
- "description": "ICON is a decentralized blockchain network focused on interoperability. ICON wants to be one of the largest blockchain networks in the world.",
- "explorer": "https://tracker.icon.foundation/",
- "research": "https://research.binance.com/en/projects/icon",
- "symbol": "ICX",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/icon-project"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/helloiconworld"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/helloicon"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.icon.foundation/ICON-Whitepaper-EN-Draft.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/icon/info/logo.png b/blockchains/icon/info/logo.png
deleted file mode 100644
index 2bddb7a0cc94c..0000000000000
Binary files a/blockchains/icon/info/logo.png and /dev/null differ
diff --git a/blockchains/info.json b/blockchains/info.json
deleted file mode 100644
index 88662092fc533..0000000000000
--- a/blockchains/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Blockton",
- "website": "https://blocktoncoin.com",
- "short_description": "Blockton is a fast, high-throughput open-source Scalable, fast, and secure blockchain ecosystem.",
- "description": "Blockton is a fast, high-throughput open-source Scalable, fast, and secure blockchain ecosystem.",
- "explorer": "https://blocktonscan.com/",
- "research": "https://docs.blocktonscan.com",
- "type": "coin",
- "symbol": "BTON",
- "rpc_url": "https://rpc.blocktonscan.com/",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/blocktoncoin"
- },
- {
- "name": "whitepaper",
- "url": "https://blocktoncoin.com/whitepaper.pdf"
- }
- ]
-}
-
diff --git a/blockchains/injective/info/info.json b/blockchains/injective/info/info.json
deleted file mode 100644
index b743c1cc7a677..0000000000000
--- a/blockchains/injective/info/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Injective",
- "website": "https://injective.com",
- "description": "Injective is an open, interoperable layer-one blockchain for building powerful DeFi applications.",
- "explorer": "https://explorer.injective.network",
- "research": "https://research.binance.com/en/projects/injective",
- "symbol": "INJ",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/InjectiveLabs"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Injective_"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/injective/info/logo.png b/blockchains/injective/info/logo.png
deleted file mode 100644
index 6a4ed4e02e8ea..0000000000000
Binary files a/blockchains/injective/info/logo.png and /dev/null differ
diff --git a/blockchains/iost/info/info.json b/blockchains/iost/info/info.json
deleted file mode 100644
index 7a09bd8d2ad7b..0000000000000
--- a/blockchains/iost/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "IOST",
- "website": "http://iost.io",
- "description": "The IOS (Internet of Services) offers a solid infrastructure for online service providers. Features a high TPS, scalable and secure blockchain, with privacy protection.",
- "explorer": "https://www.iostabc.com/",
- "research": "https://research.binance.com/en/projects/iost",
- "symbol": "IOST",
- "type": "coin",
- "decimals": 8,
- "status": "abandoned",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/iost-official/go-iost"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/iostoken"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/IOStoken"
- },
- {
- "name": "whitepaper",
- "url": "https://iost.io/624/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/iost/info/logo.png b/blockchains/iost/info/logo.png
deleted file mode 100644
index 08dbf29780e21..0000000000000
Binary files a/blockchains/iost/info/logo.png and /dev/null differ
diff --git a/blockchains/iotex/info/info.json b/blockchains/iotex/info/info.json
deleted file mode 100644
index 9462014f59d0a..0000000000000
--- a/blockchains/iotex/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "IoTeX",
- "website": "https://iotex.io",
- "description": "IOTX will be a Decentralized Network for Internet of Things. Powered by a Privacy-Centric Blockchain.",
- "explorer": "https://iotexscan.io/",
- "research": "https://research.binance.com/en/projects/iotx",
- "symbol": "IOTX",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/iotexproject"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/iotex_io"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/IoTex"
- },
- {
- "name": "whitepaper",
- "url": "https://iotex.io/white-paper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/iotex/info/logo.png b/blockchains/iotex/info/logo.png
deleted file mode 100644
index 2e533fb280549..0000000000000
Binary files a/blockchains/iotex/info/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/airfoil/logo.png b/blockchains/iotex/validators/assets/airfoil/logo.png
deleted file mode 100644
index 2cc73160ed698..0000000000000
Binary files a/blockchains/iotex/validators/assets/airfoil/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/alphacoin/logo.png b/blockchains/iotex/validators/assets/alphacoin/logo.png
deleted file mode 100644
index b483e9532b8c9..0000000000000
Binary files a/blockchains/iotex/validators/assets/alphacoin/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/bitwires/logo.png b/blockchains/iotex/validators/assets/bitwires/logo.png
deleted file mode 100644
index 1d65175793ddd..0000000000000
Binary files a/blockchains/iotex/validators/assets/bitwires/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/blackpool/logo.png b/blockchains/iotex/validators/assets/blackpool/logo.png
deleted file mode 100644
index fc5d1566c524f..0000000000000
Binary files a/blockchains/iotex/validators/assets/blackpool/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/blockboost/logo.png b/blockchains/iotex/validators/assets/blockboost/logo.png
deleted file mode 100644
index 7c95e2ffdd4b1..0000000000000
Binary files a/blockchains/iotex/validators/assets/blockboost/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/blockfolio/logo.png b/blockchains/iotex/validators/assets/blockfolio/logo.png
deleted file mode 100644
index eebc2ddf03e96..0000000000000
Binary files a/blockchains/iotex/validators/assets/blockfolio/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/capitmu/logo.png b/blockchains/iotex/validators/assets/capitmu/logo.png
deleted file mode 100644
index 3d5e9acb609fb..0000000000000
Binary files a/blockchains/iotex/validators/assets/capitmu/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/citex2018/logo.png b/blockchains/iotex/validators/assets/citex2018/logo.png
deleted file mode 100644
index af38c3635b2d5..0000000000000
Binary files a/blockchains/iotex/validators/assets/citex2018/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/cobo/logo.png b/blockchains/iotex/validators/assets/cobo/logo.png
deleted file mode 100644
index c9848934375d4..0000000000000
Binary files a/blockchains/iotex/validators/assets/cobo/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/coingecko/logo.png b/blockchains/iotex/validators/assets/coingecko/logo.png
deleted file mode 100644
index 645560b462781..0000000000000
Binary files a/blockchains/iotex/validators/assets/coingecko/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/consensusnet/logo.png b/blockchains/iotex/validators/assets/consensusnet/logo.png
deleted file mode 100644
index 920f657f848a4..0000000000000
Binary files a/blockchains/iotex/validators/assets/consensusnet/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/coredev/logo.png b/blockchains/iotex/validators/assets/coredev/logo.png
deleted file mode 100644
index b36f5dcef3c30..0000000000000
Binary files a/blockchains/iotex/validators/assets/coredev/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/cpc/logo.png b/blockchains/iotex/validators/assets/cpc/logo.png
deleted file mode 100644
index 975c7e3ad38a1..0000000000000
Binary files a/blockchains/iotex/validators/assets/cpc/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/cryptolionsx/logo.png b/blockchains/iotex/validators/assets/cryptolionsx/logo.png
deleted file mode 100644
index c20fcc830fc4d..0000000000000
Binary files a/blockchains/iotex/validators/assets/cryptolionsx/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/draperdragon/logo.png b/blockchains/iotex/validators/assets/draperdragon/logo.png
deleted file mode 100644
index 727450dfac0ab..0000000000000
Binary files a/blockchains/iotex/validators/assets/draperdragon/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/droute/logo.png b/blockchains/iotex/validators/assets/droute/logo.png
deleted file mode 100644
index d475f9608ee54..0000000000000
Binary files a/blockchains/iotex/validators/assets/droute/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/ducapital/logo.png b/blockchains/iotex/validators/assets/ducapital/logo.png
deleted file mode 100644
index ffa51cb8ed6fa..0000000000000
Binary files a/blockchains/iotex/validators/assets/ducapital/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/elink/logo.png b/blockchains/iotex/validators/assets/elink/logo.png
deleted file mode 100644
index e8cbccdbc94ea..0000000000000
Binary files a/blockchains/iotex/validators/assets/elink/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/elitex/logo.png b/blockchains/iotex/validators/assets/elitex/logo.png
deleted file mode 100644
index 4a10ee9ca757a..0000000000000
Binary files a/blockchains/iotex/validators/assets/elitex/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/enlightiv/logo.png b/blockchains/iotex/validators/assets/enlightiv/logo.png
deleted file mode 100644
index 0b3df82cba373..0000000000000
Binary files a/blockchains/iotex/validators/assets/enlightiv/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/eon/logo.png b/blockchains/iotex/validators/assets/eon/logo.png
deleted file mode 100644
index f211fd1cbc9b0..0000000000000
Binary files a/blockchains/iotex/validators/assets/eon/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/everstake/logo.png b/blockchains/iotex/validators/assets/everstake/logo.png
deleted file mode 100644
index d41ce2087b790..0000000000000
Binary files a/blockchains/iotex/validators/assets/everstake/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/gamefantasy#/logo.png b/blockchains/iotex/validators/assets/gamefantasy#/logo.png
deleted file mode 100644
index c24fc39f5d92c..0000000000000
Binary files a/blockchains/iotex/validators/assets/gamefantasy#/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/hashbuy/logo.png b/blockchains/iotex/validators/assets/hashbuy/logo.png
deleted file mode 100644
index f00158a54db89..0000000000000
Binary files a/blockchains/iotex/validators/assets/hashbuy/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/hashquark/logo.png b/blockchains/iotex/validators/assets/hashquark/logo.png
deleted file mode 100644
index bcbf790a6aaa5..0000000000000
Binary files a/blockchains/iotex/validators/assets/hashquark/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/hofancrypto/logo.png b/blockchains/iotex/validators/assets/hofancrypto/logo.png
deleted file mode 100644
index a246befe1bdb8..0000000000000
Binary files a/blockchains/iotex/validators/assets/hofancrypto/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/hotbit/logo.png b/blockchains/iotex/validators/assets/hotbit/logo.png
deleted file mode 100644
index 132500077c1d5..0000000000000
Binary files a/blockchains/iotex/validators/assets/hotbit/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/huobiwallet/logo.png b/blockchains/iotex/validators/assets/huobiwallet/logo.png
deleted file mode 100644
index 313f006120804..0000000000000
Binary files a/blockchains/iotex/validators/assets/huobiwallet/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/infstones/logo.png b/blockchains/iotex/validators/assets/infstones/logo.png
deleted file mode 100644
index 6369de7e3839d..0000000000000
Binary files a/blockchains/iotex/validators/assets/infstones/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/iosg/logo.png b/blockchains/iotex/validators/assets/iosg/logo.png
deleted file mode 100644
index c2ef0f560b38e..0000000000000
Binary files a/blockchains/iotex/validators/assets/iosg/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/iotask/logo.png b/blockchains/iotex/validators/assets/iotask/logo.png
deleted file mode 100644
index 7a4888452a897..0000000000000
Binary files a/blockchains/iotex/validators/assets/iotask/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/iotexbgogo/logo.png b/blockchains/iotex/validators/assets/iotexbgogo/logo.png
deleted file mode 100644
index 4d168849fe146..0000000000000
Binary files a/blockchains/iotex/validators/assets/iotexbgogo/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/iotexcore/logo.png b/blockchains/iotex/validators/assets/iotexcore/logo.png
deleted file mode 100644
index 7b532a4b74977..0000000000000
Binary files a/blockchains/iotex/validators/assets/iotexcore/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/iotexgeeks/logo.png b/blockchains/iotex/validators/assets/iotexgeeks/logo.png
deleted file mode 100644
index 46ae9cb8e0779..0000000000000
Binary files a/blockchains/iotex/validators/assets/iotexgeeks/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/iotexhub/logo.png b/blockchains/iotex/validators/assets/iotexhub/logo.png
deleted file mode 100644
index 6e774392c7c9e..0000000000000
Binary files a/blockchains/iotex/validators/assets/iotexhub/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/iotexicu/logo.png b/blockchains/iotex/validators/assets/iotexicu/logo.png
deleted file mode 100644
index 0d803b79dee29..0000000000000
Binary files a/blockchains/iotex/validators/assets/iotexicu/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/iotexlab/logo.png b/blockchains/iotex/validators/assets/iotexlab/logo.png
deleted file mode 100644
index 3a1f243d86777..0000000000000
Binary files a/blockchains/iotex/validators/assets/iotexlab/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/iotexmainnet/logo.png b/blockchains/iotex/validators/assets/iotexmainnet/logo.png
deleted file mode 100644
index b56a9643c000a..0000000000000
Binary files a/blockchains/iotex/validators/assets/iotexmainnet/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/iotexteam/logo.png b/blockchains/iotex/validators/assets/iotexteam/logo.png
deleted file mode 100644
index 7fc1059153707..0000000000000
Binary files a/blockchains/iotex/validators/assets/iotexteam/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/iotexunion/logo.png b/blockchains/iotex/validators/assets/iotexunion/logo.png
deleted file mode 100644
index 7d0270616b620..0000000000000
Binary files a/blockchains/iotex/validators/assets/iotexunion/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/iotxplorerio/logo.png b/blockchains/iotex/validators/assets/iotxplorerio/logo.png
deleted file mode 100644
index 242a4e47c5fcc..0000000000000
Binary files a/blockchains/iotex/validators/assets/iotxplorerio/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/keys/logo.png b/blockchains/iotex/validators/assets/keys/logo.png
deleted file mode 100644
index 814ac8cdb8adf..0000000000000
Binary files a/blockchains/iotex/validators/assets/keys/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/lanhu/logo.png b/blockchains/iotex/validators/assets/lanhu/logo.png
deleted file mode 100644
index 479ee75381bbe..0000000000000
Binary files a/blockchains/iotex/validators/assets/lanhu/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/laomao/logo.png b/blockchains/iotex/validators/assets/laomao/logo.png
deleted file mode 100644
index 2216480ac2aed..0000000000000
Binary files a/blockchains/iotex/validators/assets/laomao/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/link/logo.png b/blockchains/iotex/validators/assets/link/logo.png
deleted file mode 100644
index 4fcf7602b3dd7..0000000000000
Binary files a/blockchains/iotex/validators/assets/link/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/longz/logo.png b/blockchains/iotex/validators/assets/longz/logo.png
deleted file mode 100644
index 729e09f75291b..0000000000000
Binary files a/blockchains/iotex/validators/assets/longz/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/metanyx/logo.png b/blockchains/iotex/validators/assets/metanyx/logo.png
deleted file mode 100644
index b2ef21f492ca8..0000000000000
Binary files a/blockchains/iotex/validators/assets/metanyx/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/meter/logo.png b/blockchains/iotex/validators/assets/meter/logo.png
deleted file mode 100644
index 6ebb7b295d4dc..0000000000000
Binary files a/blockchains/iotex/validators/assets/meter/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/mrtrump/logo.png b/blockchains/iotex/validators/assets/mrtrump/logo.png
deleted file mode 100644
index 9c3f52a252232..0000000000000
Binary files a/blockchains/iotex/validators/assets/mrtrump/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/nodeasy/logo.png b/blockchains/iotex/validators/assets/nodeasy/logo.png
deleted file mode 100644
index 11bb102035cdf..0000000000000
Binary files a/blockchains/iotex/validators/assets/nodeasy/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/piexgo/logo.png b/blockchains/iotex/validators/assets/piexgo/logo.png
deleted file mode 100644
index 6feb99e587108..0000000000000
Binary files a/blockchains/iotex/validators/assets/piexgo/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/pnp/logo.png b/blockchains/iotex/validators/assets/pnp/logo.png
deleted file mode 100644
index 5603211611bf9..0000000000000
Binary files a/blockchains/iotex/validators/assets/pnp/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/preangel/logo.png b/blockchains/iotex/validators/assets/preangel/logo.png
deleted file mode 100644
index f923c8e769cdf..0000000000000
Binary files a/blockchains/iotex/validators/assets/preangel/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/pubxpayments/logo.png b/blockchains/iotex/validators/assets/pubxpayments/logo.png
deleted file mode 100644
index 76019415b7f07..0000000000000
Binary files a/blockchains/iotex/validators/assets/pubxpayments/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/raketat8/logo.png b/blockchains/iotex/validators/assets/raketat8/logo.png
deleted file mode 100644
index 2dc101c84de3b..0000000000000
Binary files a/blockchains/iotex/validators/assets/raketat8/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/ratels/logo.png b/blockchains/iotex/validators/assets/ratels/logo.png
deleted file mode 100644
index 86e4bff7f4a49..0000000000000
Binary files a/blockchains/iotex/validators/assets/ratels/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/rockx/logo.png b/blockchains/iotex/validators/assets/rockx/logo.png
deleted file mode 100644
index e291c8e0e58f9..0000000000000
Binary files a/blockchains/iotex/validators/assets/rockx/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/royalland/logo.png b/blockchains/iotex/validators/assets/royalland/logo.png
deleted file mode 100644
index d5d5046408faa..0000000000000
Binary files a/blockchains/iotex/validators/assets/royalland/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/satoshi/logo.png b/blockchains/iotex/validators/assets/satoshi/logo.png
deleted file mode 100644
index e0a03e13e6b17..0000000000000
Binary files a/blockchains/iotex/validators/assets/satoshi/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/slowmist/logo.png b/blockchains/iotex/validators/assets/slowmist/logo.png
deleted file mode 100644
index 5de6fd933c672..0000000000000
Binary files a/blockchains/iotex/validators/assets/slowmist/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/smartstake/logo.png b/blockchains/iotex/validators/assets/smartstake/logo.png
deleted file mode 100644
index 63fe5615e0880..0000000000000
Binary files a/blockchains/iotex/validators/assets/smartstake/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/snzholding/logo.png b/blockchains/iotex/validators/assets/snzholding/logo.png
deleted file mode 100644
index ff326560dcd2c..0000000000000
Binary files a/blockchains/iotex/validators/assets/snzholding/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/superiotex/logo.png b/blockchains/iotex/validators/assets/superiotex/logo.png
deleted file mode 100644
index cecadecf5cdf4..0000000000000
Binary files a/blockchains/iotex/validators/assets/superiotex/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/tgb/logo.png b/blockchains/iotex/validators/assets/tgb/logo.png
deleted file mode 100644
index 6293ee0f1f970..0000000000000
Binary files a/blockchains/iotex/validators/assets/tgb/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/thebottoken#/logo.png b/blockchains/iotex/validators/assets/thebottoken#/logo.png
deleted file mode 100644
index 8590282441549..0000000000000
Binary files a/blockchains/iotex/validators/assets/thebottoken#/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/wannodes/logo.png b/blockchains/iotex/validators/assets/wannodes/logo.png
deleted file mode 100644
index b9f7dd7de998b..0000000000000
Binary files a/blockchains/iotex/validators/assets/wannodes/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/wetez/logo.png b/blockchains/iotex/validators/assets/wetez/logo.png
deleted file mode 100644
index d1b40ad08f494..0000000000000
Binary files a/blockchains/iotex/validators/assets/wetez/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/whales/logo.png b/blockchains/iotex/validators/assets/whales/logo.png
deleted file mode 100644
index de99d8fc3e54f..0000000000000
Binary files a/blockchains/iotex/validators/assets/whales/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/yvalidator/logo.png b/blockchains/iotex/validators/assets/yvalidator/logo.png
deleted file mode 100644
index 319e30819cf29..0000000000000
Binary files a/blockchains/iotex/validators/assets/yvalidator/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/assets/zhcapital/logo.png b/blockchains/iotex/validators/assets/zhcapital/logo.png
deleted file mode 100644
index c2b5fb874f70d..0000000000000
Binary files a/blockchains/iotex/validators/assets/zhcapital/logo.png and /dev/null differ
diff --git a/blockchains/iotex/validators/list.json b/blockchains/iotex/validators/list.json
deleted file mode 100644
index eef03845cb320..0000000000000
--- a/blockchains/iotex/validators/list.json
+++ /dev/null
@@ -1,422 +0,0 @@
-[
- {
- "id": "longz",
- "name": "LongZ (龙猪)",
- "description": "",
- "website": "https://weibo.com/longzclub"
- },
- {
- "id": "droute",
- "name": "dRoute",
- "description": "",
- "website": "https://t.me/DRouteCapital"
- },
- {
- "id": "iotexcore",
- "name": "IoTeX Core",
- "description": "",
- "website": "https://twitter.com/iotexcore"
- },
- {
- "id": "royalland",
- "name": "Royal Land",
- "description": "",
- "website": "https://twitter.com/RoyalLand4"
- },
- {
- "id": "iotexlab",
- "name": "IoTeX Lab",
- "description": "",
- "website": "https://t.me/iotexlab"
- },
- {
- "id": "iosg",
- "name": "IOSG",
- "description": "",
- "website": "https://twitter.com/IOSGVC"
- },
- {
- "id": "laomao",
- "name": "IoTeXLaoMao",
- "description": "",
- "website": "https://t.me/iotexlaomao"
- },
- {
- "id": "cpc",
- "name": "Stanford",
- "description": "",
- "website": "https://twitter.com/cardinalpitch"
- },
- {
- "id": "infstones",
- "name": "Infinity Stones",
- "description": "",
- "website": "https://twitter.com/infstones"
- },
- {
- "id": "pnp",
- "name": "PNP",
- "description": "",
- "website": "https://plugandplaytechcenter.com"
- },
- {
- "id": "hashbuy",
- "name": "Hashbuy",
- "description": "",
- "website": "https://twitter.com/hashbuy_iotex"
- },
- {
- "id": "gamefantasy#",
- "name": "GameFantasy",
- "description": "",
- "website": "https://twitter.com/wqwqwq219"
- },
- {
- "id": "airfoil",
- "name": "Airfoil Services",
- "description": "",
- "website": "https://keybase.io/airfoilservices"
- },
- {
- "id": "link",
- "name": "Link",
- "description": "",
- "website": "https://twitter.com/chainlink"
- },
- {
- "id": "metanyx",
- "name": "Metanyx",
- "description": "",
- "website": "https://t.me/metanyx"
- },
- {
- "id": "ducapital",
- "name": "DU Capital",
- "description": "",
- "website": "https://twitter.com/DuCapital_SG"
- },
- {
- "id": "yvalidator",
- "name": "Youbi Validator",
- "description": "",
- "website": "https://twitter.com/yvalidator"
- },
- {
- "id": "iotexteam",
- "name": "IoTeXTeam",
- "description": "",
- "website": "https://t.me/IoTexTeam"
- },
- {
- "id": "rockx",
- "name": "RockX",
- "description": "",
- "website": "https://twitter.com/rockx_official"
- },
- {
- "id": "snzholding",
- "name": "SNZPool",
- "description": "",
- "website": "http://snzholding.com/community/"
- },
- {
- "id": "coingecko",
- "name": "CoinGecko",
- "description": "",
- "website": "https://twitter.com/coingecko"
- },
- {
- "id": "draperdragon",
- "name": "Homotopic & DraperDragon",
- "description": "",
- "website": "https://twitter.com/IotexH"
- },
- {
- "id": "hotbit",
- "name": "Hotbit Exchange",
- "description": "",
- "website": "https://t.me/Hotbit_Chinese"
- },
- {
- "id": "iotxplorerio",
- "name": "iotxplorer",
- "description": "",
- "website": "https://twitter.com/iotxplorer"
- },
- {
- "id": "pubxpayments",
- "name": "Public Payments",
- "description": "",
- "website": "https://twitter.com/publicpayments"
- },
- {
- "id": "blockboost",
- "name": "BlockBoost",
- "description": "",
- "website": "https://twitter.com/UGotHQ"
- },
- {
- "id": "elitex",
- "name": "EliteX.IoTeX",
- "description": "",
- "website": "https://t.me/iotexelitex"
- },
- {
- "id": "whales",
- "name": "Whales Capital",
- "description": "",
- "website": "https://twitter.com/whalescapital"
- },
- {
- "id": "preangel",
- "name": "PreAngel",
- "description": "",
- "website": "https://twitter.com/FundPreangel"
- },
- {
- "id": "tgb",
- "name": "The Giving Block",
- "description": "",
- "website": "https://twitter.com/TheGivingBlock/"
- },
- {
- "id": "enlightiv",
- "name": "EnlightiVision",
- "description": "",
- "website": "https://twitter.com/enlightivision"
- },
- {
- "id": "hofancrypto",
- "name": "Hofan Crypto Capital",
- "description": "",
- "website": "https://twitter.com/hofan_crypto"
- },
- {
- "id": "blockfolio",
- "name": "Blockfolio",
- "description": "",
- "website": "https://twitter.com/Blockfolio"
- },
- {
- "id": "hashquark",
- "name": "HashQuark",
- "description": "",
- "website": "https://twitter.com/HashQuark"
- },
- {
- "id": "satoshi",
- "name": "Real Satoshi & IOSG",
- "description": "",
- "website": "https://twitter.com/IOSGVC"
- },
- {
- "id": "iotexgeeks",
- "name": "IoTeX Geeks",
- "description": "",
- "website": "https://twitter.com/iotexgeeks"
- },
- {
- "id": "ratels",
- "name": "RATELS",
- "description": "",
- "website": "https://iotex.io"
- },
- {
- "id": "huobiwallet",
- "name": "Huobi Wallet",
- "description": "",
- "website": "https://twitter.com/HuobiWallet"
- },
- {
- "id": "capitmu",
- "name": "CapitalMu",
- "description": "",
- "website": "https://t.me/joinchat/HQCA_E6CKPXUM6ZRwiWznQ"
- },
- {
- "id": "cobo",
- "name": "IoTeX Cobo Node",
- "description": "",
- "website": "https://twitter.com/Cobo_Wallet"
- },
- {
- "id": "zhcapital",
- "name": "ZH Capital",
- "description": "",
- "website": "https://twitter.com/CapitalZh"
- },
- {
- "id": "iotask",
- "name": "IoTASK",
- "description": "",
- "website": "https://t.me/IoTASK"
- },
- {
- "id": "coredev",
- "name": "Core-Dev",
- "description": "",
- "website": "https://twitter.com/iotex_io"
- },
- {
- "id": "wannodes",
- "name": "WanNodes",
- "description": "",
- "website": "https://twitter.com/Wannodes"
- },
- {
- "id": "everstake",
- "name": "Everstake",
- "description": "",
- "website": "https://twitter.com/everstake_pool"
- },
- {
- "id": "slowmist",
- "name": "SlowMistZone",
- "description": "",
- "website": "https://twitter.com/@slowmist_team"
- },
- {
- "id": "thebottoken#",
- "name": "TheBotToken",
- "description": "",
- "website": "https://twitter.com/thebottoken"
- },
- {
- "id": "wetez",
- "name": "Wetez",
- "description": "",
- "website": "https://twitter.com/wetez_wallet?lang=en"
- },
- {
- "id": "citex2018",
- "name": "CITEX",
- "description": "",
- "website": "https://twitter.com/Citexofficial"
- },
- {
- "id": "mrtrump",
- "name": "MrTrump",
- "description": "",
- "website": "https://twitter.com/realDonaldTrump"
- },
- {
- "id": "iotexunion",
- "name": "IoTeX Union",
- "description": "",
- "website": "https://t.me/IoTeX_Union"
- },
- {
- "id": "consensusnet",
- "name": "Consensus Networks",
- "description": "",
- "website": "https://twitter.com/ConsensusNet"
- },
- {
- "id": "iotexicu",
- "name": "IoTeX ICU",
- "description": "",
- "website": "https://iotex.io/"
- },
- {
- "id": "keys",
- "name": "Keys",
- "description": "",
- "website": "https://t.me/keys_tech"
- },
- {
- "id": "cryptolionsx",
- "name": "CryptoLions",
- "description": "",
- "website": "https://t.me/romancryptolions"
- },
- {
- "id": "nodeasy",
- "name": "Nodeasy.com",
- "description": "",
- "website": "https://nodeasy.com"
- },
- {
- "id": "superiotex",
- "name": "Super IoTeX",
- "description": "",
- "website": "https://t.me/SuperIotexAsia"
- },
- {
- "id": "piexgo",
- "name": "PIEXGO",
- "description": "",
- "website": "https://twitter.com/piexgocom"
- },
- {
- "id": "iotexhub",
- "name": "iotexhub",
- "description": "",
- "website": "https://twitter.com/iotexhub"
- },
- {
- "id": "alphacoin",
- "name": "AlphaCoin Fund",
- "description": "",
- "website": "https://twitter.com/AlphaCoinFund"
- },
- {
- "id": "blackpool",
- "name": "BlackPool",
- "description": "",
- "website": "https://twitter.com/BlackPo17368543"
- },
- {
- "id": "raketat8",
- "name": "RKT8",
- "description": "",
- "website": "https://t.me/RaketaT8"
- },
- {
- "id": "iotexmainnet",
- "name": "IoTeX Mainnet Baikal",
- "description": "",
- "website": "https://t.me/iotexmainnet"
- },
- {
- "id": "lanhu",
- "name": "Lanhu IoT (蓝狐IoT)",
- "description": "",
- "website": "https://twitter.com/lanhu_IoT"
- },
- {
- "id": "eon",
- "name": "EON",
- "description": "",
- "website": "https://twitter.com/eon_staking"
- },
- {
- "id": "iotexbgogo",
- "name": "iotex bgogo",
- "description": "",
- "website": "https://twitter.com/BgogoExchange"
- },
- {
- "id": "meter",
- "name": "Meter",
- "description": "",
- "website": "https://twitter.com/meter_IO"
- },
- {
- "id": "bitwires",
- "name": "Bitwires (币快报)",
- "description": "",
- "website": "https://t.me/beekan_org"
- },
- {
- "id": "elink",
- "name": "Elink",
- "description": "",
- "website": "https://twitter.com/iotex_io"
- },
- {
- "id": "smartstake",
- "name": "Smart Stake",
- "description": "Creator of IoTeX Analytics @ iotex.smartstake.io. Automated monitoring & alerts to ensure high uptime. Support @ t.me/SmartStake",
- "website": "https://smartstake.io/"
- }
-]
\ No newline at end of file
diff --git a/blockchains/iotexevm/info/info.json b/blockchains/iotexevm/info/info.json
deleted file mode 100644
index 4a681740d5222..0000000000000
--- a/blockchains/iotexevm/info/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "IoTeX Network Mainnet",
- "type": "coin",
- "symbol": "IOTX",
- "decimals": 18,
- "website": "https://iotex.io/",
- "description": "IoTeX is the next generation of the IoT-oriented blockchain platform with vast scalability, privacy, isolatability, and developability. IoTeX connects the physical world, block by block.",
- "explorer": "https://iotexscan.io",
- "status": "active",
- "rpc_url": "https://pokt-api.iotex.io",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/iotexproject"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/iotex_io"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/iotexevm/info/logo.png b/blockchains/iotexevm/info/logo.png
deleted file mode 100644
index fac1be9df58be..0000000000000
Binary files a/blockchains/iotexevm/info/logo.png and /dev/null differ
diff --git a/blockchains/iris/info/info.json b/blockchains/iris/info/info.json
deleted file mode 100644
index 7d2b2d8b34798..0000000000000
--- a/blockchains/iris/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "IRISnet",
- "type": "coin",
- "symbol": "IRIS",
- "decimals": 6,
- "website": "https://www.irisnet.org/",
- "description": "Built with Cosmos-SDK, IRIS Hub enables cross-chain interoperability through a unified service model, while providing a variety of modules to support DeFi applications.",
- "explorer": "https://www.mintscan.io/iris",
- "status": "active",
- "rpc_url": "https://rpc-irisnet-ia.cosmosia.notional.ventures/",
- "denom": "uiris",
- "lcd_url": "https://api-irisnet-ia.cosmosia.notional.ventures/",
- "hrp": "iaa",
- "fee_rate": "0.025",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/irisnetwork"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/irisnet/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/irisnetwork"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/iris/info/logo.png b/blockchains/iris/info/logo.png
deleted file mode 100644
index b4b0d12cd25ca..0000000000000
Binary files a/blockchains/iris/info/logo.png and /dev/null differ
diff --git a/blockchains/juno/info/info.json b/blockchains/juno/info/info.json
deleted file mode 100644
index 3df5fdda85756..0000000000000
--- a/blockchains/juno/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Juno",
- "type": "coin",
- "symbol": "JUNO",
- "decimals": 6,
- "website": "https://www.junonetwork.io/",
- "description": "Juno is an interoperable smart contract network. Highly scalable, robust, secure and easy to deploy.",
- "explorer": "https://www.mintscan.io/juno",
- "status": "active",
- "rpc_url": "https://rpc.juno.interbloc.org",
- "denom": "ujuno",
- "lcd_url": "https://lcd-juno.itastakers.com",
- "hrp": "juno",
- "fee_rate": "0.04",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/CosmosContracts"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/juno/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/JunoNetwork"
- }
- ]
-}
diff --git a/blockchains/juno/info/logo.png b/blockchains/juno/info/logo.png
deleted file mode 100644
index d521db46a3a26..0000000000000
Binary files a/blockchains/juno/info/logo.png and /dev/null differ
diff --git a/blockchains/kava/assets/busd/info.json b/blockchains/kava/assets/busd/info.json
deleted file mode 100644
index 66d65002c370e..0000000000000
--- a/blockchains/kava/assets/busd/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Binance USD",
- "symbol": "BUSD",
- "type": "KAVA",
- "decimals": 8,
- "description": "BUSD is a stablecoin issued by Paxos in partnership with Binance.",
- "website": "https://www.kava.io",
- "explorer": "https://www.mintscan.io/kava",
- "status": "active",
- "id": "busd",
- "tags": [
- "stablecoin"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/kava_platform"
- },
- {
- "name": "telegram",
- "url": "https://t.me/kavalabs"
- }
- ]
-}
diff --git a/blockchains/kava/assets/busd/logo.png b/blockchains/kava/assets/busd/logo.png
deleted file mode 100644
index af90aaf1fd0b9..0000000000000
Binary files a/blockchains/kava/assets/busd/logo.png and /dev/null differ
diff --git a/blockchains/kava/assets/hard/info.json b/blockchains/kava/assets/hard/info.json
deleted file mode 100644
index 0b87770d94748..0000000000000
--- a/blockchains/kava/assets/hard/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Hard",
- "symbol": "HARD",
- "type": "KAVA",
- "decimals": 6,
- "description": "HARD Protocol is a decentralized money market built on Kava, enabling the lending and borrowing of cross-chain assets. HARD Protocol supports supply-side deposits for BTC, XRP, BNB, BUSD, and USDX. The platform will allow overcollateralized borrowing for supported assets.",
- "website": "https://hard.kava.io/",
- "explorer": "https://www.mintscan.io/kava",
- "status": "active",
- "id": "hard"
-}
\ No newline at end of file
diff --git a/blockchains/kava/assets/hard/logo.png b/blockchains/kava/assets/hard/logo.png
deleted file mode 100644
index 0e01aaaf1080c..0000000000000
Binary files a/blockchains/kava/assets/hard/logo.png and /dev/null differ
diff --git a/blockchains/kava/assets/swp/info.json b/blockchains/kava/assets/swp/info.json
deleted file mode 100644
index fa2fb18e09432..0000000000000
--- a/blockchains/kava/assets/swp/info.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "Kava Swap",
- "symbol": "SWP",
- "type": "KAVA",
- "decimals": 6,
- "description": "Kava Swap is a cross-chain Autonomous Market Making (AMM) Protocol that leverages the Kava platform’s DeFi infrastructure, cross-chain bridges, and security. Kava Swap delivers users a seamless way to swap between assets of different blockchains and deploy their capital into market making pools where they can earn handsome returns.",
- "website": "https://www.kava.io/swap",
- "explorer": "https://www.mintscan.io/kava",
- "status": "active",
- "id": "swp",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Kava-Labs"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Kava_Swap"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/kava_platform"
- },
- {
- "name": "medium",
- "url": "https://medium.com/kava-labs"
- },
- {
- "name": "telegram",
- "url": "https://t.me/KavaSwap"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/kava-swap/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/kava-swap"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UChauw9EMD1DC-ny_cjoLs8A"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/kQzh3Uv"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/kava/assets/swp/logo.png b/blockchains/kava/assets/swp/logo.png
deleted file mode 100644
index f7d472de3660b..0000000000000
Binary files a/blockchains/kava/assets/swp/logo.png and /dev/null differ
diff --git a/blockchains/kava/assets/usdx/info.json b/blockchains/kava/assets/usdx/info.json
deleted file mode 100644
index 89f2fa3fafac3..0000000000000
--- a/blockchains/kava/assets/usdx/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USDX",
- "symbol": "USDX",
- "type": "KAVA",
- "decimals": 6,
- "description": "-",
- "website": "",
- "explorer": "https://www.mintscan.io/kava",
- "status": "active",
- "id": "usdx"
-}
\ No newline at end of file
diff --git a/blockchains/kava/assets/usdx/logo.png b/blockchains/kava/assets/usdx/logo.png
deleted file mode 100644
index c0bec169bb9cc..0000000000000
Binary files a/blockchains/kava/assets/usdx/logo.png and /dev/null differ
diff --git a/blockchains/kava/info/info.json b/blockchains/kava/info/info.json
deleted file mode 100644
index 42e86d601aa49..0000000000000
--- a/blockchains/kava/info/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Kava",
- "website": "https://kava.io",
- "description": "Kava is a cross-chain DeFi Lending platform enabling stablecoin loans for users of major cryptocurrencies.",
- "explorer": "https://kava.mintscan.io/",
- "research": "https://research.binance.com/en/projects/kava",
- "symbol": "KAVA",
- "type": "coin",
- "decimals": 6,
- "status": "active",
- "tags": [
- "staking-native"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/kava-labs"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/kava_labs"
- },
- {
- "name": "whitepaper",
- "url": "https://docsend.com/view/gwbwpc3"
- }
- ]
-}
diff --git a/blockchains/kava/info/logo.png b/blockchains/kava/info/logo.png
deleted file mode 100644
index c3a0556a0ba30..0000000000000
Binary files a/blockchains/kava/info/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper12g40q2parn5z9ewh5xpltmayv6y0q3zs6ddmdg/logo.png b/blockchains/kava/validators/assets/kavavaloper12g40q2parn5z9ewh5xpltmayv6y0q3zs6ddmdg/logo.png
deleted file mode 100644
index 431d59765b2b2..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper12g40q2parn5z9ewh5xpltmayv6y0q3zs6ddmdg/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper13rzkukgxsae26tn2h6vuhlrdxap6rzrc29uhmq/logo.png b/blockchains/kava/validators/assets/kavavaloper13rzkukgxsae26tn2h6vuhlrdxap6rzrc29uhmq/logo.png
deleted file mode 100644
index d195967298e0a..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper13rzkukgxsae26tn2h6vuhlrdxap6rzrc29uhmq/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper14fkp35j5nkvtztmxmsxh88jks6p3w8u7p76zs9/logo.png b/blockchains/kava/validators/assets/kavavaloper14fkp35j5nkvtztmxmsxh88jks6p3w8u7p76zs9/logo.png
deleted file mode 100644
index bba7c4c587c72..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper14fkp35j5nkvtztmxmsxh88jks6p3w8u7p76zs9/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper14gfgngrgg0pj494euuuvhygrhfptzf2hxllsev/logo.png b/blockchains/kava/validators/assets/kavavaloper14gfgngrgg0pj494euuuvhygrhfptzf2hxllsev/logo.png
deleted file mode 100644
index 9ec4e2549c1ed..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper14gfgngrgg0pj494euuuvhygrhfptzf2hxllsev/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper14vk3997r4ea4m7eej7ugmr503ru768fxwynsmq/logo.png b/blockchains/kava/validators/assets/kavavaloper14vk3997r4ea4m7eej7ugmr503ru768fxwynsmq/logo.png
deleted file mode 100644
index 2bd3a1e2d4571..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper14vk3997r4ea4m7eej7ugmr503ru768fxwynsmq/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper173l244hzxae6552769k2s3lfy4ue7whxwtkyq4/logo.png b/blockchains/kava/validators/assets/kavavaloper173l244hzxae6552769k2s3lfy4ue7whxwtkyq4/logo.png
deleted file mode 100644
index cc1171d08453c..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper173l244hzxae6552769k2s3lfy4ue7whxwtkyq4/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper195j72kgpuel75kwfpeu0kt7nc7rgzm47tytl7p/logo.png b/blockchains/kava/validators/assets/kavavaloper195j72kgpuel75kwfpeu0kt7nc7rgzm47tytl7p/logo.png
deleted file mode 100644
index e157d99c62de5..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper195j72kgpuel75kwfpeu0kt7nc7rgzm47tytl7p/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper196w5nuha6u2ucwr65cqwnqrzxuemsyhv2c0lq8/logo.png b/blockchains/kava/validators/assets/kavavaloper196w5nuha6u2ucwr65cqwnqrzxuemsyhv2c0lq8/logo.png
deleted file mode 100644
index 145cb3cb09913..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper196w5nuha6u2ucwr65cqwnqrzxuemsyhv2c0lq8/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1c55g0akwr59sn9ylr76sqzrmy59g068akefkdx/logo.png b/blockchains/kava/validators/assets/kavavaloper1c55g0akwr59sn9ylr76sqzrmy59g068akefkdx/logo.png
deleted file mode 100644
index b3f18138e3c98..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1c55g0akwr59sn9ylr76sqzrmy59g068akefkdx/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1dede4flaq24j2g9u8f83vkqrqxe6cwzrxt5zsu/logo.png b/blockchains/kava/validators/assets/kavavaloper1dede4flaq24j2g9u8f83vkqrqxe6cwzrxt5zsu/logo.png
deleted file mode 100644
index 7d9d74321268b..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1dede4flaq24j2g9u8f83vkqrqxe6cwzrxt5zsu/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1ffcujj05v6220ccxa6qdnpz3j48ng024ykh2df/logo.png b/blockchains/kava/validators/assets/kavavaloper1ffcujj05v6220ccxa6qdnpz3j48ng024ykh2df/logo.png
deleted file mode 100644
index d01251cf16a06..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1ffcujj05v6220ccxa6qdnpz3j48ng024ykh2df/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1fwru9at8hsu7hmhu0zypdn3863xvdcg80nm5dv/logo.png b/blockchains/kava/validators/assets/kavavaloper1fwru9at8hsu7hmhu0zypdn3863xvdcg80nm5dv/logo.png
deleted file mode 100644
index ab2a9d60ef52a..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1fwru9at8hsu7hmhu0zypdn3863xvdcg80nm5dv/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1g20mhvcpjxp6gzlwhtfcphjehwcl2njqydgu7q/logo.png b/blockchains/kava/validators/assets/kavavaloper1g20mhvcpjxp6gzlwhtfcphjehwcl2njqydgu7q/logo.png
deleted file mode 100644
index bae6cdf172561..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1g20mhvcpjxp6gzlwhtfcphjehwcl2njqydgu7q/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1h04nz9kjqdj3z40u2x54fwldphx0xmt3s7ycgq/logo.png b/blockchains/kava/validators/assets/kavavaloper1h04nz9kjqdj3z40u2x54fwldphx0xmt3s7ycgq/logo.png
deleted file mode 100644
index c51d2ef1e3d45..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1h04nz9kjqdj3z40u2x54fwldphx0xmt3s7ycgq/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1j4tymd9r3au3vm508l4jugdg7l892l2lmh4jry/logo.png b/blockchains/kava/validators/assets/kavavaloper1j4tymd9r3au3vm508l4jugdg7l892l2lmh4jry/logo.png
deleted file mode 100644
index 95674f5ffbf9a..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1j4tymd9r3au3vm508l4jugdg7l892l2lmh4jry/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1jl42l225565y3hm9dm4my33hjgdzleucqryhlx/logo.png b/blockchains/kava/validators/assets/kavavaloper1jl42l225565y3hm9dm4my33hjgdzleucqryhlx/logo.png
deleted file mode 100644
index d263de358fbf2..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1jl42l225565y3hm9dm4my33hjgdzleucqryhlx/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1k760ypy9tzhp6l2rmg06sq4n74z0d3rejwwaa0/logo.png b/blockchains/kava/validators/assets/kavavaloper1k760ypy9tzhp6l2rmg06sq4n74z0d3rejwwaa0/logo.png
deleted file mode 100644
index bafd6c0d0a379..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1k760ypy9tzhp6l2rmg06sq4n74z0d3rejwwaa0/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1m8428ygqwa4yahjtc9ulp9n7eqwt7dn37n8vas/logo.png b/blockchains/kava/validators/assets/kavavaloper1m8428ygqwa4yahjtc9ulp9n7eqwt7dn37n8vas/logo.png
deleted file mode 100644
index 8824e53721d8a..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1m8428ygqwa4yahjtc9ulp9n7eqwt7dn37n8vas/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1maa34q0gfmw44tayr6r287z9ngrucaw770qu34/logo.png b/blockchains/kava/validators/assets/kavavaloper1maa34q0gfmw44tayr6r287z9ngrucaw770qu34/logo.png
deleted file mode 100644
index 2e659b1f3246e..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1maa34q0gfmw44tayr6r287z9ngrucaw770qu34/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1ndkn5rdl9n929am6q2zt9ndfhhggcxkhetna90/logo.png b/blockchains/kava/validators/assets/kavavaloper1ndkn5rdl9n929am6q2zt9ndfhhggcxkhetna90/logo.png
deleted file mode 100644
index c89ace87a4a0c..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1ndkn5rdl9n929am6q2zt9ndfhhggcxkhetna90/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1nhcvgj0j7mrvrat3dfhudpypaqn00eaf2dh0gp/logo.png b/blockchains/kava/validators/assets/kavavaloper1nhcvgj0j7mrvrat3dfhudpypaqn00eaf2dh0gp/logo.png
deleted file mode 100644
index 13423edac037a..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1nhcvgj0j7mrvrat3dfhudpypaqn00eaf2dh0gp/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1nxgg4grsc0fwh893mks62d3x3r6uazgpj3m3cr/logo.png b/blockchains/kava/validators/assets/kavavaloper1nxgg4grsc0fwh893mks62d3x3r6uazgpj3m3cr/logo.png
deleted file mode 100644
index 2df0ac0e900df..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1nxgg4grsc0fwh893mks62d3x3r6uazgpj3m3cr/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1ppj7c8tqt2e3rzqtmztsmd6ea6u3nz6qggcp5e/logo.png b/blockchains/kava/validators/assets/kavavaloper1ppj7c8tqt2e3rzqtmztsmd6ea6u3nz6qggcp5e/logo.png
deleted file mode 100644
index 16dfb3fcecdb7..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1ppj7c8tqt2e3rzqtmztsmd6ea6u3nz6qggcp5e/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1ptyzewnns2kn37ewtmv6ppsvhdnmeapvl7z9xh/logo.png b/blockchains/kava/validators/assets/kavavaloper1ptyzewnns2kn37ewtmv6ppsvhdnmeapvl7z9xh/logo.png
deleted file mode 100644
index 362d63669b379..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1ptyzewnns2kn37ewtmv6ppsvhdnmeapvl7z9xh/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1q8srckh50n0hygw8ntylkvrtfzgexvf364yule/logo.png b/blockchains/kava/validators/assets/kavavaloper1q8srckh50n0hygw8ntylkvrtfzgexvf364yule/logo.png
deleted file mode 100644
index 63140c572deca..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1q8srckh50n0hygw8ntylkvrtfzgexvf364yule/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1st7akgudd4d3x5t4zd3kn0fg948zn9yf4qpa0m/logo.png b/blockchains/kava/validators/assets/kavavaloper1st7akgudd4d3x5t4zd3kn0fg948zn9yf4qpa0m/logo.png
deleted file mode 100644
index 489f49d89c26e..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1st7akgudd4d3x5t4zd3kn0fg948zn9yf4qpa0m/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1ua2yqfjck23vsmynltcgrvvg5rhfkm4cy78vmq/logo.png b/blockchains/kava/validators/assets/kavavaloper1ua2yqfjck23vsmynltcgrvvg5rhfkm4cy78vmq/logo.png
deleted file mode 100644
index 61ebc9dcdca39..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1ua2yqfjck23vsmynltcgrvvg5rhfkm4cy78vmq/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1uvz0vus7ktxt47cermscwe3k9gs7h9ag05sh6g/logo.png b/blockchains/kava/validators/assets/kavavaloper1uvz0vus7ktxt47cermscwe3k9gs7h9ag05sh6g/logo.png
deleted file mode 100644
index 3c29ee005d51c..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1uvz0vus7ktxt47cermscwe3k9gs7h9ag05sh6g/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1wu8m65vqazssv2rh8rthv532hzggfr3h9azwz9/logo.png b/blockchains/kava/validators/assets/kavavaloper1wu8m65vqazssv2rh8rthv532hzggfr3h9azwz9/logo.png
deleted file mode 100644
index ca9078ba4ebef..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1wu8m65vqazssv2rh8rthv532hzggfr3h9azwz9/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1x9hq3rjc48t5upcsr3c209ycgekfasne3l5nkc/logo.png b/blockchains/kava/validators/assets/kavavaloper1x9hq3rjc48t5upcsr3c209ycgekfasne3l5nkc/logo.png
deleted file mode 100644
index 8b6a36bd8df87..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1x9hq3rjc48t5upcsr3c209ycgekfasne3l5nkc/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1xfyyvg9v66yef6cea5ruw8kaqw5a84kjd86r75/logo.png b/blockchains/kava/validators/assets/kavavaloper1xfyyvg9v66yef6cea5ruw8kaqw5a84kjd86r75/logo.png
deleted file mode 100644
index b17a8fdb0465a..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1xfyyvg9v66yef6cea5ruw8kaqw5a84kjd86r75/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1y8elet4hh0qpl9jq5hlkkejgl2gx845ekmdq55/logo.png b/blockchains/kava/validators/assets/kavavaloper1y8elet4hh0qpl9jq5hlkkejgl2gx845ekmdq55/logo.png
deleted file mode 100644
index 70ee36d1bc856..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1y8elet4hh0qpl9jq5hlkkejgl2gx845ekmdq55/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/assets/kavavaloper1z5gx09hhvhkdkessuj0g9qyx0a78jajcgsmupd/logo.png b/blockchains/kava/validators/assets/kavavaloper1z5gx09hhvhkdkessuj0g9qyx0a78jajcgsmupd/logo.png
deleted file mode 100644
index c6945ed59e534..0000000000000
Binary files a/blockchains/kava/validators/assets/kavavaloper1z5gx09hhvhkdkessuj0g9qyx0a78jajcgsmupd/logo.png and /dev/null differ
diff --git a/blockchains/kava/validators/list.json b/blockchains/kava/validators/list.json
deleted file mode 100644
index 5fc6dfe71e781..0000000000000
--- a/blockchains/kava/validators/list.json
+++ /dev/null
@@ -1,200 +0,0 @@
-[
- {
- "id": "kavavaloper196w5nuha6u2ucwr65cqwnqrzxuemsyhv2c0lq8",
- "name": "Sunflower 🌻",
- "description": "Thanks to this sunflower, the plants defeated the zombies! She can be trusted! Retired. Now she's just validating.",
- "website": "https://sunflowerstake.com/"
- },
- {
- "id": "kavavaloper1fwru9at8hsu7hmhu0zypdn3863xvdcg80nm5dv",
- "name": "OtterSync",
- "description": "Validating with horcurx ditributed signers!",
- "website": "https://ottersync.io"
- },
- {
- "id": "kavavaloper1st7akgudd4d3x5t4zd3kn0fg948zn9yf4qpa0m",
- "name": "0% Fee | Mega",
- "description": "0% fee delegation! Staking with Mega Validator is the safest and profitable option out there.",
- "website": "https://megavalidator.com"
- },
- {
- "id": "kavavaloper1y8elet4hh0qpl9jq5hlkkejgl2gx845ekmdq55",
- "name": "Atomic Nodes",
- "description": "Atomic Nodes is a multi chain staking operator, trusted by over 200,000 delegators since 2019.",
- "website": "https://atomicnodes.com"
- },
- {
- "id": "kavavaloper1xfyyvg9v66yef6cea5ruw8kaqw5a84kjd86r75",
- "name": "0% Best APR ❤️ NodesByGirls",
- "description": "We are a professional team with many years of experience in the crypto industry. Stake with us to get the best APR!",
- "website": "https://nodesbygirls.com"
- },
- {
- "id": "kavavaloper1maa34q0gfmw44tayr6r287z9ngrucaw770qu34",
- "name": "0% Fee | Asteroid",
- "description": "0% fee delegation. Staking with Asteroid is the safest option out there. So delegate on our node now!",
- "website": "https://asteroid-staking.com"
- },
- {
- "id": "kavavaloper13rzkukgxsae26tn2h6vuhlrdxap6rzrc29uhmq",
- "name": "MPress 🚀",
- "description": "Your Accelerator Validator",
- "website": "https://github.com/darealmop"
- },
- {
- "id": "kavavaloper1nhcvgj0j7mrvrat3dfhudpypaqn00eaf2dh0gp",
- "name": "BNB48Club",
- "description": "Makes BNB Holders Happy",
- "website": "https://bnb48.club"
- },
- {
- "id": "kavavaloper12g40q2parn5z9ewh5xpltmayv6y0q3zs6ddmdg",
- "name": "P2P Validator",
- "description": "Simple, secure and intelligent staking service to help you generate rewards on your blockchain assets across 9+ networks within a single interface. One of the winners of Cosmos Game of Stakes. Let’s stake together - p2p.org",
- "website": "https://p2p.org"
- },
- {
- "id": "kavavaloper1ptyzewnns2kn37ewtmv6ppsvhdnmeapvl7z9xh",
- "name": "WeStaking",
- "description": "Secure Staking as a Service",
- "website": "https://westaking.io"
- },
- {
- "id": "kavavaloper1dede4flaq24j2g9u8f83vkqrqxe6cwzrxt5zsu",
- "name": "Stakin",
- "description": "Your Trusted Crypto Rewards",
- "website": "https://stakin.com/"
- },
- {
- "id": "kavavaloper1ffcujj05v6220ccxa6qdnpz3j48ng024ykh2df",
- "name": "🐠stake.fish",
- "description": "Leading validator for Proof of Stake blockchains and official winner of the Game of Stakes. Stake your cryptocurrencies with us. We know validating.",
- "website": "https://stake.fish/"
- },
- {
- "id": "kavavaloper1jl42l225565y3hm9dm4my33hjgdzleucqryhlx",
- "name": "melea",
- "description": "Secure and trusted Validator,Protection against Ddos attacks and high availability-. Validating since 2017",
- "website": "https://meleatrust.com"
- },
- {
- "id": "kavavaloper14fkp35j5nkvtztmxmsxh88jks6p3w8u7p76zs9",
- "name": "Bit Cat🐱",
- "description": "Secure and stable KAVA validator service from China team",
- "website": "https://bitcat365.com"
- },
- {
- "id": "kavavaloper1k760ypy9tzhp6l2rmg06sq4n74z0d3rejwwaa0",
- "name": "Novy",
- "description": "Trusted and secured validator, KAVA Russian community manager",
- "website": "https://stake.novy.pw"
- },
- {
- "id": "kavavaloper1x9hq3rjc48t5upcsr3c209ycgekfasne3l5nkc",
- "name": "Masternode24.de",
- "description": "Investieren Sie mit uns zusammen in die besten Blockchain Projekte",
- "website": "https://masternode24.de/"
- },
- {
- "id": "kavavaloper1ndkn5rdl9n929am6q2zt9ndfhhggcxkhetna90",
- "name": "StakeWolf",
- "description": "Stake is Money, Stakewolf is Stake",
- "website": "https://keybase.io/stakewolf"
- },
- {
- "id": "kavavaloper1nxgg4grsc0fwh893mks62d3x3r6uazgpj3m3cr",
- "name": "Easy 2 Stake",
- "description": "Easy.Stake.Trust. As easy and as simple as you would click next. Complete transparency and trust with a secure and stable validator.",
- "website": "https://easy2stake.com"
- },
- {
- "id": "kavavaloper1wu8m65vqazssv2rh8rthv532hzggfr3h9azwz9",
- "name": "Binance Staking",
- "description": "Binance exchange staking provider",
- "website": "https://binance.com"
- },
- {
- "id": "kavavaloper1g20mhvcpjxp6gzlwhtfcphjehwcl2njqydgu7q",
- "name": "openstake.net",
- "description": "openstake.net, a trustworth kava validator",
- "website": "https://openstake.net"
- },
- {
- "id": "kavavaloper14gfgngrgg0pj494euuuvhygrhfptzf2hxllsev",
- "name": "AUDIT.one",
- "description": "Validators of today, Auditors of tomorrow",
- "website": "https://audit.one"
- },
- {
- "id": "kavavaloper195j72kgpuel75kwfpeu0kt7nc7rgzm47tytl7p",
- "name": "Anchor Staking",
- "description": "Delegate Proof of Staking made easy",
- "website": "https://anchorstaking.com"
- },
- {
- "id": "kavavaloper1c55g0akwr59sn9ylr76sqzrmy59g068akefkdx",
- "name": "Stake Systems",
- "description": "Building infrastructure to support awesome projects running in the blockchain landscape",
- "website": "https://stake.systems"
- },
- {
- "id": "kavavaloper1uvz0vus7ktxt47cermscwe3k9gs7h9ag05sh6g",
- "name": "Genesis Lab",
- "description": "Genesis Lab is a validation nodes operator in PoS networks and blockchain-focused software development company",
- "website": "https://genesislab.net"
- },
- {
- "id": "kavavaloper1ppj7c8tqt2e3rzqtmztsmd6ea6u3nz6qggcp5e",
- "name": "SG-1",
- "description": "We are the blockchain SG-1 team. Our mission is to validate Cosmos SDK blockchains, develop Software around Cosmos and Tendermint. Our mission is to find new planets and ecosystems.",
- "website": "https://sg-1.online"
- },
- {
- "id": "kavavaloper1z5gx09hhvhkdkessuj0g9qyx0a78jajcgsmupd",
- "name": "[ block pane ]",
- "description": "🔥 Fast, datacenter-hosted, bare-metal validators 🔥",
- "website": "https://blockpane.com"
- },
- {
- "id": "kavavaloper1h04nz9kjqdj3z40u2x54fwldphx0xmt3s7ycgq",
- "name": "Earn Stash",
- "description": "Stake with us to earn more. High reliability. Low commission. We are an experienced team of staking node operators.",
- "website": "https://earnstash.com"
- },
- {
- "id": "kavavaloper173l244hzxae6552769k2s3lfy4ue7whxwtkyq4",
- "name": "Blocks United",
- "description": "100% refund on downtime slashing - Running on best-in-class, 24/7 monitored, bare metal infrastructure",
- "website": "https://blocksunited.com"
- },
- {
- "id": "kavavaloper1ua2yqfjck23vsmynltcgrvvg5rhfkm4cy78vmq",
- "name": "Atlas Staking",
- "description": "This strong validator is all about creating passive income together.",
- "website": "https://atlas-staking.com"
- },
- {
- "id": "kavavaloper1m8428ygqwa4yahjtc9ulp9n7eqwt7dn37n8vas",
- "name": "Consensus One",
- "description": "Delegate to Consensus One to help secure, support and shape KAVA. Secure and highly available, 24/7/365. By delegating, you agree to our terms of service.",
- "website": "https://consensus.one"
- },
- {
- "id": "kavavaloper1q8srckh50n0hygw8ntylkvrtfzgexvf364yule",
- "name": "Stakepile",
- "description": "Stakepile - Grow your stake reliably with us. We also stake DOT, KSM, OSMO, JUNO, COMDEX, HUAHUA. Say hi at stake(at)stakepile.com",
- "website": "https://stakepile.com"
- },
- {
- "id": "kavavaloper14vk3997r4ea4m7eej7ugmr503ru768fxwynsmq",
- "name": "Allnodes.com ⚡️ 0% fee",
- "description": "Reliable non-custodial Validator run by the industry leader - Allnodes. Monitor your rewards through the Allnodes portfolio page.",
- "website": "https://www.allnodes.com/kava/staking"
- },
- {
- "id": "kavavaloper1j4tymd9r3au3vm508l4jugdg7l892l2lmh4jry",
- "name": "Stakewolle",
- "description": "🚀 Professional validator 🔁Auto-compound with REStakeapp 🛡100% Slashing protection 🎁 All & Special Airdrops for our delegators http://linktr.ee/stakewolle",
- "website": "https://stakewolle.com/"
- }
-]
diff --git a/blockchains/kavaevm/info/info.json b/blockchains/kavaevm/info/info.json
deleted file mode 100644
index 1020e1d2e7df7..0000000000000
--- a/blockchains/kavaevm/info/info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "KavaEvm",
- "type": "coin",
- "symbol": "KAVA",
- "decimals": 18,
- "website": "https://kava.io",
- "research": "https://research.binance.com/en/projects/kava",
- "description": "Kava is a cross-chain DeFi Lending platform enabling stablecoin loans for users of major cryptocurrencies.",
- "explorer": "https://explorer.kava.io/",
- "status": "active",
- "rpc_url": "https://evm2.kava.io",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/kava-labs"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/kava_labs"
- },
- {
- "name": "whitepaper",
- "url": "https://docsend.com/view/gwbwpc3"
- },
- {
- "name": "telegram",
- "url": "https://t.me/kavalabs"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/kava_platform"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/kava/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/kava"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/kavaevm/info/logo.png b/blockchains/kavaevm/info/logo.png
deleted file mode 100644
index c3a0556a0ba30..0000000000000
Binary files a/blockchains/kavaevm/info/logo.png and /dev/null differ
diff --git a/blockchains/kcc/assets/0x0039f574eE5cC39bdD162E9A88e3EB1f111bAF48/info.json b/blockchains/kcc/assets/0x0039f574eE5cC39bdD162E9A88e3EB1f111bAF48/info.json
deleted file mode 100644
index d173bc3976833..0000000000000
--- a/blockchains/kcc/assets/0x0039f574eE5cC39bdD162E9A88e3EB1f111bAF48/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "KCC-Peg Tether USD",
- "website": "https://tether.to/en/",
- "description": "USDT is a stablecoin (stable-value cryptocurrency) that mirrors the price of the U.S. dollar, issued by a Hong Kong-based company Tether. The token’s peg to the USD is achieved via maintaining a sum of commercial paper, fiduciary deposits, cash, reserve repo notes, and treasury bills in reserves that is equal in USD value to the number of USDT in circulation.",
- "explorer": "https://explorer.kcc.io/token/0x0039f574eE5cC39bdD162E9A88e3EB1f111bAF48",
- "symbol": "USDT",
- "type": "KRC20",
- "decimals": 18,
- "status": "active",
- "id": "0x0039f574eE5cC39bdD162E9A88e3EB1f111bAF48",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Tether_to"
- },
- {
- "name": "whitepaper",
- "url": "https://tether.to/en/transparency/"
- }
- ]
-}
diff --git a/blockchains/kcc/assets/0x0039f574eE5cC39bdD162E9A88e3EB1f111bAF48/logo.png b/blockchains/kcc/assets/0x0039f574eE5cC39bdD162E9A88e3EB1f111bAF48/logo.png
deleted file mode 100644
index 2090693b2f6db..0000000000000
Binary files a/blockchains/kcc/assets/0x0039f574eE5cC39bdD162E9A88e3EB1f111bAF48/logo.png and /dev/null differ
diff --git a/blockchains/kcc/assets/0x1B8e27ABA297466fc6765Ce55BD12A8E216759da/info.json b/blockchains/kcc/assets/0x1B8e27ABA297466fc6765Ce55BD12A8E216759da/info.json
deleted file mode 100644
index c11b7b396bcac..0000000000000
--- a/blockchains/kcc/assets/0x1B8e27ABA297466fc6765Ce55BD12A8E216759da/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Polygon",
- "symbol": "MATIC",
- "type": "KRC20",
- "decimals": 18,
- "description": "Matic Network is a layer-2 scaling solution that uses sidechains for off-chain computation while ensuring asset security using Plasma framework and a decentralized network of Proof-of-Stake (PoS) vailidators.",
- "website": "https://polygon.technology",
- "explorer": "https://explorer.kcc.io/token/0x1B8e27ABA297466fc6765Ce55BD12A8E216759da",
- "status": "active",
- "id": "0x1B8e27ABA297466fc6765Ce55BD12A8E216759da",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/polygonofficial"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/0xPolygon"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/kcc/assets/0x1B8e27ABA297466fc6765Ce55BD12A8E216759da/logo.png b/blockchains/kcc/assets/0x1B8e27ABA297466fc6765Ce55BD12A8E216759da/logo.png
deleted file mode 100644
index a550c3fa3ef67..0000000000000
Binary files a/blockchains/kcc/assets/0x1B8e27ABA297466fc6765Ce55BD12A8E216759da/logo.png and /dev/null differ
diff --git a/blockchains/kcc/assets/0x2cA48b4eeA5A731c2B54e7C3944DBDB87c0CFB6F/info.json b/blockchains/kcc/assets/0x2cA48b4eeA5A731c2B54e7C3944DBDB87c0CFB6F/info.json
deleted file mode 100644
index e37b31431b859..0000000000000
--- a/blockchains/kcc/assets/0x2cA48b4eeA5A731c2B54e7C3944DBDB87c0CFB6F/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "MojitoToken",
- "website": "https://www.mojitoswap.finance/",
- "description": "MJT (MojitoToken) is the native token of MojitoSwap, with a total circulation of 100,000,000. MJT is a practical and governance token with rich application scenarios. Holding MJT can not only allow investors to participate in liquidity mining and borrow money to obtain rewards, but also make them owning the governance rights of the future Mojito DAO organization.",
- "explorer": "https://explorer.kcc.io/token/0x2cA48b4eeA5A731c2B54e7C3944DBDB87c0CFB6F",
- "symbol": "MJT",
- "type": "KRC20",
- "decimals": 18,
- "status": "active",
- "id": "0x2cA48b4eeA5A731c2B54e7C3944DBDB87c0CFB6F",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/MojitoFinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/MojitoSwap"
- },
- {
- "name": "github",
- "url": "https://github.com/MojitoFinance"
- }
- ]
-}
diff --git a/blockchains/kcc/assets/0x2cA48b4eeA5A731c2B54e7C3944DBDB87c0CFB6F/logo.png b/blockchains/kcc/assets/0x2cA48b4eeA5A731c2B54e7C3944DBDB87c0CFB6F/logo.png
deleted file mode 100644
index 3a0c1fac360f9..0000000000000
Binary files a/blockchains/kcc/assets/0x2cA48b4eeA5A731c2B54e7C3944DBDB87c0CFB6F/logo.png and /dev/null differ
diff --git a/blockchains/kcc/assets/0x4446Fc4eb47f2f6586f9fAAb68B3498F86C07521/info.json b/blockchains/kcc/assets/0x4446Fc4eb47f2f6586f9fAAb68B3498F86C07521/info.json
deleted file mode 100644
index 74c2afc337f8b..0000000000000
--- a/blockchains/kcc/assets/0x4446Fc4eb47f2f6586f9fAAb68B3498F86C07521/info.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "name": "Wrapped KCS",
- "website": "https://www.kcc.io/",
- "description": "KCS is the native token of KuCoin, which was launched back in 2017 as a profit-sharing token that allows traders to draw value from the exchange. It was issued as an ERC-20 token running on the Ethereum network and was supported by most Ethereum wallets. The total supply of KCS was set at 200 million, and there is a planned buyback and burn until just 100 million KCS remain. Sooner or later, as the KuCoin decentralized trading solution goes live, KCS will be the native asset of KuCoin's decentralized financial services as well as the governance token of the KuCoin community in the future.",
- "explorer": "https://explorer.kcc.io/token/0x4446Fc4eb47f2f6586f9fAAb68B3498F86C07521",
- "research": "https://docs.kcc.io/",
- "symbol": "WKCS",
- "type": "KRC20",
- "decimals": 18,
- "status": "active",
- "id": "0x4446Fc4eb47f2f6586f9fAAb68B3498F86C07521",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/KCCOfficialEnglishCommunity"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/KCCOfficialTW"
- },
- {
- "name": "discord",
- "url": "https://discord.com/channels/840784894984060948/840808321270284289"
- },
- {
- "name": "medium",
- "url": "https://kccofficial.medium.com/"
- },
- {
- "name": "github",
- "url": "https://github.com/kcc-community"
- }
- ]
-}
diff --git a/blockchains/kcc/assets/0x4446Fc4eb47f2f6586f9fAAb68B3498F86C07521/logo.png b/blockchains/kcc/assets/0x4446Fc4eb47f2f6586f9fAAb68B3498F86C07521/logo.png
deleted file mode 100644
index 7b7397d46fa01..0000000000000
Binary files a/blockchains/kcc/assets/0x4446Fc4eb47f2f6586f9fAAb68B3498F86C07521/logo.png and /dev/null differ
diff --git a/blockchains/kcc/assets/0x652D253b7Ca91810A4a05ACFc39729387c5090C0/info.json b/blockchains/kcc/assets/0x652D253b7Ca91810A4a05ACFc39729387c5090C0/info.json
deleted file mode 100644
index fc0450994dedf..0000000000000
--- a/blockchains/kcc/assets/0x652D253b7Ca91810A4a05ACFc39729387c5090C0/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Crypto.com Coin",
- "symbol": "CRO",
- "type": "KRC20",
- "decimals": 18,
- "description": "Crypto.com Chain will be a privacy preserving payment network that focuses on enabling crypto spending in the real world, powering the future of mobile money.",
- "website": "https://crypto.com/en/chain",
- "explorer": "https://explorer.kcc.io/token/0x652D253b7Ca91810A4a05ACFc39729387c5090C0",
- "status": "active",
- "id": "0x652D253b7Ca91810A4a05ACFc39729387c5090C0",
- "links": [
- {
- "name": "blog",
- "url": "https://medium.com/@crypto.com"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/cryptocom"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Crypto_com/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/CryptoComOfficial"
- },
- {
- "name": "telegram",
- "url": "https://t.me/CryptoComOfficial"
- },
- {
- "name": "whitepaper",
- "url": "https://crypto.com/images/chain_whitepaper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/crypto-com-chain/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/kcc/assets/0x652D253b7Ca91810A4a05ACFc39729387c5090C0/logo.png b/blockchains/kcc/assets/0x652D253b7Ca91810A4a05ACFc39729387c5090C0/logo.png
deleted file mode 100644
index dc789428802a5..0000000000000
Binary files a/blockchains/kcc/assets/0x652D253b7Ca91810A4a05ACFc39729387c5090C0/logo.png and /dev/null differ
diff --git a/blockchains/kcc/assets/0x73b6086955c820370A18002F60E9b51FB67d7e1A/info.json b/blockchains/kcc/assets/0x73b6086955c820370A18002F60E9b51FB67d7e1A/info.json
deleted file mode 100644
index b50288b2c9ca4..0000000000000
--- a/blockchains/kcc/assets/0x73b6086955c820370A18002F60E9b51FB67d7e1A/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "SHIBA INU",
- "symbol": "SHIB",
- "type": "KRC20",
- "decimals": 18,
- "description": "According to SHIBA INU, the reasoning behind the creation of SHIBA is that Shibas constantly forget where they bury their treasure. The website proclaims \"Many doggie wars have been waged over precious treasure and delicious goodies.\"",
- "website": "https://shibatoken.com/",
- "explorer": "https://explorer.kcc.io/token/0x73b6086955c820370A18002F60E9b51FB67d7e1A",
- "status": "active",
- "id": "0x73b6086955c820370A18002F60E9b51FB67d7e1A",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/shibainuthedogecoinkiller"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/shiba-inu/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/shiba-inu/"
- }
- ],
- "tags": [
- "deflationary",
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/kcc/assets/0x73b6086955c820370A18002F60E9b51FB67d7e1A/logo.png b/blockchains/kcc/assets/0x73b6086955c820370A18002F60E9b51FB67d7e1A/logo.png
deleted file mode 100644
index e4b303c5ec71d..0000000000000
Binary files a/blockchains/kcc/assets/0x73b6086955c820370A18002F60E9b51FB67d7e1A/logo.png and /dev/null differ
diff --git a/blockchains/kcc/assets/0x791630C11c7159A748d8c2267a66780B3DDC40a7/info.json b/blockchains/kcc/assets/0x791630C11c7159A748d8c2267a66780B3DDC40a7/info.json
deleted file mode 100644
index 25a9f18e81356..0000000000000
--- a/blockchains/kcc/assets/0x791630C11c7159A748d8c2267a66780B3DDC40a7/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Quant",
- "symbol": "QNT",
- "type": "KRC20",
- "decimals": 18,
- "description": "Blockchain operating system that connects the world’s networks and facilitates the development of multi-chain applications.",
- "website": "https://www.quant.network/",
- "explorer": "https://explorer.kcc.io/token/0x791630C11c7159A748d8c2267a66780B3DDC40a7",
- "status": "active",
- "id": "0x791630C11c7159A748d8c2267a66780B3DDC40a7",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/quant/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/quant_network"
- },
- {
- "name": "telegram",
- "url": "https://t.me/QuantOverledger"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/kcc/assets/0x791630C11c7159A748d8c2267a66780B3DDC40a7/logo.png b/blockchains/kcc/assets/0x791630C11c7159A748d8c2267a66780B3DDC40a7/logo.png
deleted file mode 100644
index bc01f46ad665b..0000000000000
Binary files a/blockchains/kcc/assets/0x791630C11c7159A748d8c2267a66780B3DDC40a7/logo.png and /dev/null differ
diff --git a/blockchains/kcc/assets/0x980a5AfEf3D17aD98635F6C5aebCBAedEd3c3430/info.json b/blockchains/kcc/assets/0x980a5AfEf3D17aD98635F6C5aebCBAedEd3c3430/info.json
deleted file mode 100644
index fdd81eac0fa2d..0000000000000
--- a/blockchains/kcc/assets/0x980a5AfEf3D17aD98635F6C5aebCBAedEd3c3430/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "KCC-Peg USD Coin",
- "website": "https://www.centre.io/usdc",
- "description": "USD Coin (known by its ticker USDC) is a stablecoin that is pegged to the U.S. dollar on a 1:1 basis. Every unit of this cryptocurrency in circulation is backed up by $1 that is held in reserve, in a mix of cash and short-term U.S. Treasury bonds. The Centre consortium, which is behind this asset, says USDC is issued by regulated financial institutions.",
- "explorer": "https://explorer.kcc.io/token/0x980a5AfEf3D17aD98635F6C5aebCBAedEd3c3430",
- "symbol": "USDC",
- "type": "KRC20",
- "decimals": 18,
- "status": "active",
- "id": "0x980a5AfEf3D17aD98635F6C5aebCBAedEd3c3430",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/centrehq"
- },
- {
- "name": "whitepaper",
- "url": "https://f.hubspotusercontent30.net/hubfs/9304636/PDF/centre-whitepaper.pdf"
- }
- ]
-}
diff --git a/blockchains/kcc/assets/0x980a5AfEf3D17aD98635F6C5aebCBAedEd3c3430/logo.png b/blockchains/kcc/assets/0x980a5AfEf3D17aD98635F6C5aebCBAedEd3c3430/logo.png
deleted file mode 100644
index 456d1e5d63965..0000000000000
Binary files a/blockchains/kcc/assets/0x980a5AfEf3D17aD98635F6C5aebCBAedEd3c3430/logo.png and /dev/null differ
diff --git a/blockchains/kcc/assets/0xC19a5caCC2bb68Ff09f2Fcc695F31493A039Fa5e/info.json b/blockchains/kcc/assets/0xC19a5caCC2bb68Ff09f2Fcc695F31493A039Fa5e/info.json
deleted file mode 100644
index 07ce6a65f6a4e..0000000000000
--- a/blockchains/kcc/assets/0xC19a5caCC2bb68Ff09f2Fcc695F31493A039Fa5e/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Decentraland",
- "symbol": "MANA",
- "type": "KRC20",
- "decimals": 18,
- "description": "Decentraland is a virtual reality platform powered by the Ethereum blockchain. Users can create, experience, and monetize content and applications",
- "website": "https://decentraland.org/",
- "explorer": "https://explorer.kcc.io/token/0xC19a5caCC2bb68Ff09f2Fcc695F31493A039Fa5e",
- "status": "active",
- "id": "0xC19a5caCC2bb68Ff09f2Fcc695F31493A039Fa5e",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/decentraland/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/decentraland"
- },
- {
- "name": "github",
- "url": "https://github.com/decentraland"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/kcc/assets/0xC19a5caCC2bb68Ff09f2Fcc695F31493A039Fa5e/logo.png b/blockchains/kcc/assets/0xC19a5caCC2bb68Ff09f2Fcc695F31493A039Fa5e/logo.png
deleted file mode 100644
index 2e4e2b57b7959..0000000000000
Binary files a/blockchains/kcc/assets/0xC19a5caCC2bb68Ff09f2Fcc695F31493A039Fa5e/logo.png and /dev/null differ
diff --git a/blockchains/kcc/assets/0xE76e97C157658004eE22e01C03a5e21A4655A2Fd/info.json b/blockchains/kcc/assets/0xE76e97C157658004eE22e01C03a5e21A4655A2Fd/info.json
deleted file mode 100644
index be328b6262156..0000000000000
--- a/blockchains/kcc/assets/0xE76e97C157658004eE22e01C03a5e21A4655A2Fd/info.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "Aave",
- "symbol": "AAVE",
- "type": "KRC20",
- "decimals": 18,
- "description": "Aave Protocol is a decentralised liquidity protocol where people can lend and borrow digital assets. The AAVE token is the governance token of the protocol, so AAVE holders can vote on proposals for updates. AAVE holders can also stake their AAVE in the protocol Safety Module and earn Safety Incentives for securing the protocol",
- "website": "https://aave.com",
- "explorer": "https://explorer.kcc.io/token/0xE76e97C157658004eE22e01C03a5e21A4655A2Fd",
- "status": "active",
- "id": "0xE76e97C157658004eE22e01C03a5e21A4655A2Fd",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/aave/aave-protocol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/AaveAave"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Aave_Official"
- },
- {
- "name": "blog",
- "url": "https://medium.com/aave"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/AaveCom"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/aave/aave-protocol/blob/master/docs/Aave_Protocol_Whitepaper_v1_0.pdf/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/aave/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/aave/"
- }
- ],
- "tags": [
- "defi",
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/kcc/assets/0xE76e97C157658004eE22e01C03a5e21A4655A2Fd/logo.png b/blockchains/kcc/assets/0xE76e97C157658004eE22e01C03a5e21A4655A2Fd/logo.png
deleted file mode 100644
index 1e7cef36a8aaa..0000000000000
Binary files a/blockchains/kcc/assets/0xE76e97C157658004eE22e01C03a5e21A4655A2Fd/logo.png and /dev/null differ
diff --git a/blockchains/kcc/assets/0xf55aF137A98607F7ED2eFEfA4cd2DfE70E4253b1/info.json b/blockchains/kcc/assets/0xf55aF137A98607F7ED2eFEfA4cd2DfE70E4253b1/info.json
deleted file mode 100644
index 5807dc1625b5f..0000000000000
--- a/blockchains/kcc/assets/0xf55aF137A98607F7ED2eFEfA4cd2DfE70E4253b1/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Ethereum",
- "symbol": "ETH",
- "type": "KRC20",
- "decimals": 18,
- "description": "KCC-Peg Ethereum is a token issued by Binance on Smart Chain; its price is pegged to Ethereum (ETH) at a ratio of 1:1.",
- "website": "https://ethereum.org/",
- "explorer": "https://explorer.kcc.io/token/0xf55aF137A98607F7ED2eFEfA4cd2DfE70E4253b1",
- "status": "active",
- "id": "0xf55aF137A98607F7ED2eFEfA4cd2DfE70E4253b1",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ethereum/ethereum-org-website"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ethdotorg"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCNOfzGXD_C9YMYmnefmPH0g"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/CetY6Y4"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/kcc/assets/0xf55aF137A98607F7ED2eFEfA4cd2DfE70E4253b1/logo.png b/blockchains/kcc/assets/0xf55aF137A98607F7ED2eFEfA4cd2DfE70E4253b1/logo.png
deleted file mode 100644
index 9ca39721c5225..0000000000000
Binary files a/blockchains/kcc/assets/0xf55aF137A98607F7ED2eFEfA4cd2DfE70E4253b1/logo.png and /dev/null differ
diff --git a/blockchains/kcc/info/info.json b/blockchains/kcc/info/info.json
deleted file mode 100644
index c8d0354e4cad1..0000000000000
--- a/blockchains/kcc/info/info.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "name": "KuCoin Community Chain",
- "website": "https://www.kcc.io/",
- "description": "KCS is the native token of KuCoin, which was launched back in 2017 as a profit-sharing token that allows traders to draw value from the exchange. It was issued as an ERC-20 token running on the Ethereum network and was supported by most Ethereum wallets. The total supply of KCS was set at 200 million, and there is a planned buyback and burn until just 100 million KCS remain. Sooner or later, as the KuCoin decentralized trading solution goes live, KCS will be the native asset of KuCoin's decentralized financial services as well as the governance token of the KuCoin community in the future.",
- "explorer": "https://explorer.kcc.io/",
- "research": "https://docs.kcc.io/",
- "symbol": "KCS",
- "type": "coin",
- "rpc_url": "https://rpc-mainnet.kcc.network",
- "coin_type": 642,
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/KCCOfficialEnglishCommunity"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/KCCOfficialTW"
- },
- {
- "name": "discord",
- "url": "https://discord.com/channels/840784894984060948/840808321270284289"
- },
- {
- "name": "medium",
- "url": "https://kccofficial.medium.com/"
- },
- {
- "name": "github",
- "url": "https://github.com/kcc-community"
- }
- ]
-}
diff --git a/blockchains/kcc/info/logo.png b/blockchains/kcc/info/logo.png
deleted file mode 100644
index 7b7397d46fa01..0000000000000
Binary files a/blockchains/kcc/info/logo.png and /dev/null differ
diff --git a/blockchains/kin/info/info.json b/blockchains/kin/info/info.json
deleted file mode 100644
index 8b68a10519a1e..0000000000000
--- a/blockchains/kin/info/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Kin",
- "website": "https://kin.org",
- "description": "Kin is a cryptocurrency designed to bring people together in a new shared economy.",
- "explorer": "https://www.kin.org/blockchainExplorer",
- "symbol": "KIN",
- "type": "coin",
- "decimals": 5,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/kinecosystem"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/kin_foundation"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/KinFoundation"
- },
- {
- "name": "whitepaper",
- "url": "https://kinecosystem.org/static/files/Kin_Whitepaper_V1_English.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/kin/info/logo.png b/blockchains/kin/info/logo.png
deleted file mode 100644
index 7d2983f49f17a..0000000000000
Binary files a/blockchains/kin/info/logo.png and /dev/null differ
diff --git a/blockchains/klaytn/info/info.json b/blockchains/klaytn/info/info.json
deleted file mode 100644
index b583f923bdff2..0000000000000
--- a/blockchains/klaytn/info/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "klaytn",
- "website": "https://klaytn.foundation",
- "description": "Klaytn is an open-source public blockchain for all who wish to build, work, or play in the metaverse.",
- "explorer": "https://scope.klaytn.com",
- "research": "",
- "symbol": "KLAY",
- "type": "coin",
- "decimals": 18,
- "rpc_url": "https://public-node-api.klaytnapi.com/v1/cypress",
- "status": "active",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/klaytn_official"
- }
- ]
-}
diff --git a/blockchains/klaytn/info/logo.png b/blockchains/klaytn/info/logo.png
deleted file mode 100644
index 091f89c31c5f4..0000000000000
Binary files a/blockchains/klaytn/info/logo.png and /dev/null differ
diff --git a/blockchains/kujira/info/info.json b/blockchains/kujira/info/info.json
deleted file mode 100644
index 1ee2750c56143..0000000000000
--- a/blockchains/kujira/info/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Kujira",
- "type": "coin",
- "symbol": "KUJI",
- "decimals": 6,
- "website": "https://kujira.app/",
- "description": "A decentralized ecosystem for protocols, builders and web3 users seeking sustainable FinTech.",
- "explorer": "https://www.mintscan.io/kujira",
- "status": "active",
- "rpc_url": "https://rpc-kujira.goldenratiostaking.net/",
- "denom": "ukuji",
- "lcd_url": "https://api.kujira.rektdao.club/",
- "hrp": "kujira",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/kujira/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/+5SbXzcoRmWQ3OWE8"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/TeamKujira"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/kujira/info/logo.png b/blockchains/kujira/info/logo.png
deleted file mode 100644
index 779329cacaee4..0000000000000
Binary files a/blockchains/kujira/info/logo.png and /dev/null differ
diff --git a/blockchains/kusama/info/info.json b/blockchains/kusama/info/info.json
deleted file mode 100644
index e3f084473e307..0000000000000
--- a/blockchains/kusama/info/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Kusama",
- "website": "https://kusama.network",
- "description": "Kusama is described as a canary-net: It is an early, highly experimental version of Polkadot presenting real economic conditions.",
- "explorer": "https://polkascan.io/pre/kusama-cc3",
- "symbol": "KSM",
- "type": "coin",
- "decimals": 12,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/kusamanetwork"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/kusamanetwork"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Kusama"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/kusama/info/logo.png b/blockchains/kusama/info/logo.png
deleted file mode 100644
index 4b59cbe0a987b..0000000000000
Binary files a/blockchains/kusama/info/logo.png and /dev/null differ
diff --git a/blockchains/litecoin/info/info.json b/blockchains/litecoin/info/info.json
deleted file mode 100644
index 03eb5ddbcdbb6..0000000000000
--- a/blockchains/litecoin/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Litecoin",
- "website": "https://litecoin.org/",
- "description": "Litecoin is a peer-to-peer Internet currency that enables instant, near-zero cost payments to anyone in the world.",
- "explorer": "https://blockchair.com/litecoin",
- "research": "https://research.binance.com/en/projects/litecoin",
- "symbol": "LTC",
- "type": "coin",
- "decimals": 8,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/litecoin-project/litecoin"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/LitecoinProject"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/litecoin"
- },
- {
- "name": "whitepaper",
- "url": "https://www.allcryptowhitepapers.com/litecoin-whitepaper/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/litecoin/info/logo.png b/blockchains/litecoin/info/logo.png
deleted file mode 100644
index 43b784e687048..0000000000000
Binary files a/blockchains/litecoin/info/logo.png and /dev/null differ
diff --git a/blockchains/logo.png b/blockchains/logo.png
deleted file mode 100644
index 9592cd25373f8..0000000000000
Binary files a/blockchains/logo.png and /dev/null differ
diff --git a/blockchains/loom/info/info.json b/blockchains/loom/info/info.json
deleted file mode 100644
index 1f7a7de0154c2..0000000000000
--- a/blockchains/loom/info/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Loom Network",
- "website": "https://loomx.io",
- "description": "The next-generation blockchain platform for large-scale online games and social apps.",
- "explorer": "https://etherscan.io/token/0xa4e8c3ec456107ea67d3075bf9e3df3a75823db0",
- "symbol": "LOOM",
- "type": "coin",
- "decimals": 8,
- "status": "abandoned",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/loomnetwork"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/loomnetwork"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/loomnetwork"
- },
- {
- "name": "whitepaper",
- "url": "https://medium.com/loom-network/introducing-loom-network-scaling-ethereum-today-9ea26b5b57c"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/loom/info/logo.png b/blockchains/loom/info/logo.png
deleted file mode 100644
index e282180328ae5..0000000000000
Binary files a/blockchains/loom/info/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/loom0ca3d6bf201ce53c7ddc3cb397ae33a68ed4a328/logo.png b/blockchains/loom/validators/assets/loom0ca3d6bf201ce53c7ddc3cb397ae33a68ed4a328/logo.png
deleted file mode 100644
index d9e1272811e00..0000000000000
Binary files a/blockchains/loom/validators/assets/loom0ca3d6bf201ce53c7ddc3cb397ae33a68ed4a328/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/loom1985871ed65b80e09eca382c3e3c2d6831e092ec/logo.png b/blockchains/loom/validators/assets/loom1985871ed65b80e09eca382c3e3c2d6831e092ec/logo.png
deleted file mode 100644
index e7496cac42d9f..0000000000000
Binary files a/blockchains/loom/validators/assets/loom1985871ed65b80e09eca382c3e3c2d6831e092ec/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/loom319e459f5d0ddc5ddf3e3610398a8b6e6772daa3/logo.png b/blockchains/loom/validators/assets/loom319e459f5d0ddc5ddf3e3610398a8b6e6772daa3/logo.png
deleted file mode 100644
index 4eb274a12fa44..0000000000000
Binary files a/blockchains/loom/validators/assets/loom319e459f5d0ddc5ddf3e3610398a8b6e6772daa3/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/loom59dd7302bf628156f948a9101169135324058d60/logo.png b/blockchains/loom/validators/assets/loom59dd7302bf628156f948a9101169135324058d60/logo.png
deleted file mode 100644
index f34c15c5db284..0000000000000
Binary files a/blockchains/loom/validators/assets/loom59dd7302bf628156f948a9101169135324058d60/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/loom5ba928ace46672f15e6d8364084f1d6ae302543e/logo.png b/blockchains/loom/validators/assets/loom5ba928ace46672f15e6d8364084f1d6ae302543e/logo.png
deleted file mode 100644
index 27751f874c63b..0000000000000
Binary files a/blockchains/loom/validators/assets/loom5ba928ace46672f15e6d8364084f1d6ae302543e/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/loom6b3dd380eb365603182617d698fdbbe52befa801/logo.png b/blockchains/loom/validators/assets/loom6b3dd380eb365603182617d698fdbbe52befa801/logo.png
deleted file mode 100644
index 14232159b61e0..0000000000000
Binary files a/blockchains/loom/validators/assets/loom6b3dd380eb365603182617d698fdbbe52befa801/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/loom7bc38ff819b75f85275d2fd83080ec337b4e0afe/logo.png b/blockchains/loom/validators/assets/loom7bc38ff819b75f85275d2fd83080ec337b4e0afe/logo.png
deleted file mode 100644
index 05392f9057253..0000000000000
Binary files a/blockchains/loom/validators/assets/loom7bc38ff819b75f85275d2fd83080ec337b4e0afe/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/loom8ec7faf77cc27eee73ae25b077fe5d05277cd8cc/logo.png b/blockchains/loom/validators/assets/loom8ec7faf77cc27eee73ae25b077fe5d05277cd8cc/logo.png
deleted file mode 100644
index 946eb74eda466..0000000000000
Binary files a/blockchains/loom/validators/assets/loom8ec7faf77cc27eee73ae25b077fe5d05277cd8cc/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/loom911ac334f7014f0635b95a4a2225b45c5292c6c6/logo.png b/blockchains/loom/validators/assets/loom911ac334f7014f0635b95a4a2225b45c5292c6c6/logo.png
deleted file mode 100644
index e3b3429cc7e65..0000000000000
Binary files a/blockchains/loom/validators/assets/loom911ac334f7014f0635b95a4a2225b45c5292c6c6/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/loom9c6259c5b2a71c8642c2c84ccfb8f734e6bc6b87/logo.png b/blockchains/loom/validators/assets/loom9c6259c5b2a71c8642c2c84ccfb8f734e6bc6b87/logo.png
deleted file mode 100644
index beefaaaa86709..0000000000000
Binary files a/blockchains/loom/validators/assets/loom9c6259c5b2a71c8642c2c84ccfb8f734e6bc6b87/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/loom9f1581a14f1194ab4913745301b55fe8d20595fe/logo.png b/blockchains/loom/validators/assets/loom9f1581a14f1194ab4913745301b55fe8d20595fe/logo.png
deleted file mode 100644
index 6e274c6f709af..0000000000000
Binary files a/blockchains/loom/validators/assets/loom9f1581a14f1194ab4913745301b55fe8d20595fe/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/looma2e56e6253407242674c34ae7aeb7ae11883bcdb/logo.png b/blockchains/loom/validators/assets/looma2e56e6253407242674c34ae7aeb7ae11883bcdb/logo.png
deleted file mode 100644
index 25495d8a91235..0000000000000
Binary files a/blockchains/loom/validators/assets/looma2e56e6253407242674c34ae7aeb7ae11883bcdb/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/looma38c27e8cf4a443e805065065aefb250b1e1cef2/logo.png b/blockchains/loom/validators/assets/looma38c27e8cf4a443e805065065aefb250b1e1cef2/logo.png
deleted file mode 100644
index 0c00ee93720a3..0000000000000
Binary files a/blockchains/loom/validators/assets/looma38c27e8cf4a443e805065065aefb250b1e1cef2/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/looma5b2c08c1dcd58d819317b79cbc9b5a8566bdf73/logo.png b/blockchains/loom/validators/assets/looma5b2c08c1dcd58d819317b79cbc9b5a8566bdf73/logo.png
deleted file mode 100644
index 9d934edc84739..0000000000000
Binary files a/blockchains/loom/validators/assets/looma5b2c08c1dcd58d819317b79cbc9b5a8566bdf73/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/loomb6b0f012149fbaaab596f762434de54c6c27d16c/logo.png b/blockchains/loom/validators/assets/loomb6b0f012149fbaaab596f762434de54c6c27d16c/logo.png
deleted file mode 100644
index 60de59c2308f0..0000000000000
Binary files a/blockchains/loom/validators/assets/loomb6b0f012149fbaaab596f762434de54c6c27d16c/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/loomb7b1a2ed7c47287ba4da1fd17f626faf2134e9d0/logo.png b/blockchains/loom/validators/assets/loomb7b1a2ed7c47287ba4da1fd17f626faf2134e9d0/logo.png
deleted file mode 100644
index dd6a0ccb3a5e3..0000000000000
Binary files a/blockchains/loom/validators/assets/loomb7b1a2ed7c47287ba4da1fd17f626faf2134e9d0/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/loomd58d72b3bef93fcbf13466cb2d83bcc145843510/logo.png b/blockchains/loom/validators/assets/loomd58d72b3bef93fcbf13466cb2d83bcc145843510/logo.png
deleted file mode 100644
index 6b8bb91ef4886..0000000000000
Binary files a/blockchains/loom/validators/assets/loomd58d72b3bef93fcbf13466cb2d83bcc145843510/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/loome3beb36ae8edb5dbb5c2cfba9960f0819dd8e13a/logo.png b/blockchains/loom/validators/assets/loome3beb36ae8edb5dbb5c2cfba9960f0819dd8e13a/logo.png
deleted file mode 100644
index 9a4e913df0921..0000000000000
Binary files a/blockchains/loom/validators/assets/loome3beb36ae8edb5dbb5c2cfba9960f0819dd8e13a/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/loome6fbaafc34f746ac2280fa8bd1787a8292f13148/logo.png b/blockchains/loom/validators/assets/loome6fbaafc34f746ac2280fa8bd1787a8292f13148/logo.png
deleted file mode 100644
index 66a79f2402791..0000000000000
Binary files a/blockchains/loom/validators/assets/loome6fbaafc34f746ac2280fa8bd1787a8292f13148/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/assets/loomeb5d1fa6e421485c7ae2fba8e3199588ed931daf/logo.png b/blockchains/loom/validators/assets/loomeb5d1fa6e421485c7ae2fba8e3199588ed931daf/logo.png
deleted file mode 100644
index 7b9c607a6750c..0000000000000
Binary files a/blockchains/loom/validators/assets/loomeb5d1fa6e421485c7ae2fba8e3199588ed931daf/logo.png and /dev/null differ
diff --git a/blockchains/loom/validators/list.json b/blockchains/loom/validators/list.json
deleted file mode 100644
index b4b34f6540bb7..0000000000000
--- a/blockchains/loom/validators/list.json
+++ /dev/null
@@ -1,122 +0,0 @@
-[
- {
- "id": "loome3beb36ae8edb5dbb5c2cfba9960f0819dd8e13a",
- "name": "Bixin",
- "description": "Blockchain in your pocket",
- "website": "https://bixin.com/webapp/"
- },
- {
- "id": "loom5ba928ace46672f15e6d8364084f1d6ae302543e",
- "name": "BlockMatrix",
- "description": "We are experienced validators across multiple PoS and DPoS networks: Loom FTW 🚀",
- "website": "https://blockmatrix.network"
- },
- {
- "id": "loom1985871ed65b80e09eca382c3e3c2d6831e092ec",
- "name": "BlockTower",
- "description": "BlockTower is a leading cryptoasset investment firm, applying professional trading, investing and portfolio management to an emerging digital asset class.",
- "website": "https://blocktower.com/"
- },
- {
- "id": "loom9c6259c5b2a71c8642c2c84ccfb8f734e6bc6b87",
- "name": "Blockware_Solutions",
- "description": "Blockware Solutions LLC is a blockchain infrastructure company and network advisory firm. An industry leader in Bitcoin and Cryptocurrency mining services including hardware procurement and professional mining pool and staking pool operations.",
- "website": "https://blockwarepool.com/loom"
- },
- {
- "id": "looma5b2c08c1dcd58d819317b79cbc9b5a8566bdf73",
- "name": "Cannon Lab",
- "description": "the most famous EOS community in China",
- "website": "https://eoscannon.io/"
- },
- {
- "id": "loom911ac334f7014f0635b95a4a2225b45c5292c6c6",
- "name": "Certus One | CMCC Global",
- "description": "Stake with Certus One and CMCC Global",
- "website": "https://certus.one/"
- },
- {
- "id": "loom9f1581a14f1194ab4913745301b55fe8d20595fe",
- "name": "Chorus One",
- "description": "Chorus One is operating validating nodes and staking services for Proof-of-Stake blockchain networks. Find content on the Loom Network ranging from tutorials and explanations to our investment thesis on our blog.",
- "website": "https://chorus.one/"
- },
- {
- "id": "loom6b3dd380eb365603182617d698fdbbe52befa801",
- "name": "CoboWallet",
- "description": "Cobo Wallet is a company that help everyone to grow and protect crypto assets.",
- "website": "https://cobo.com/"
- },
- {
- "id": "loom319e459f5d0ddc5ddf3e3610398a8b6e6772daa3",
- "name": "Hey.network",
- "description": "Run by an all-star team of engineers. Propelling Loom to the moon and beyond. With love from the Hey network!",
- "website": "https://stake.hey.network/"
- },
- {
- "id": "loome6fbaafc34f746ac2280fa8bd1787a8292f13148",
- "name": "Infstones",
- "description": "Professional PoS Service Provider. Elected Super Node of EoS, Tron, Vechain, Ontology, GxChain, IoTex and Loom. Secure and Reliable Service of your choice!",
- "website": "https://infstones.io/"
- },
- {
- "id": "loom8ec7faf77cc27eee73ae25b077fe5d05277cd8cc",
- "name": "MultiChain Ventures",
- "description": "MultiChain Ventures",
- "website": "https://multichain.vc/"
- },
- {
- "id": "loom7bc38ff819b75f85275d2fd83080ec337b4e0afe",
- "name": "Mythos",
- "description": "Staking and validator services for crypto networks",
- "website": "https://mythos.services/loom"
- },
- {
- "id": "loom59dd7302bf628156f948a9101169135324058d60",
- "name": "NGC_StakeX",
- "description": "NGC will back LOOM Network FOREVER!",
- "website": "https://ngc.fund/"
- },
- {
- "id": "looma2e56e6253407242674c34ae7aeb7ae11883bcdb",
- "name": "SNZPool",
- "description": "SNZ Pool is a professional & reliable POS validator for a dozen of projects like Cosmos, IRISnet, EOS, ONT, Loom, etc.",
- "website": "https://snzholding.com/"
- },
- {
- "id": "loomeb5d1fa6e421485c7ae2fba8e3199588ed931daf",
- "name": "Stake Capital DAO",
- "description": "Trustless Digital Asset Management",
- "website": "https://stake.capital/"
- },
- {
- "id": "looma38c27e8cf4a443e805065065aefb250b1e1cef2",
- "name": "stakewith.us",
- "description": "Secured Staking Made Easy. Put Your Crypto to Work - Hassle Free.",
- "website": "https://stakewith.us/"
- },
- {
- "id": "loomb6b0f012149fbaaab596f762434de54c6c27d16c",
- "name": "Loom Validator",
- "description": "Loom Validator",
- "website": "https://loomx.io/"
- },
- {
- "id": "loomb7b1a2ed7c47287ba4da1fd17f626faf2134e9d0",
- "name": "stake.fish | bitfish",
- "description": "stake.fish was selected by Loom Network as one of the first external validators for its network. We use bare metal servers in Korea for our validator node and multiple security features are put in place to ensure the highest uptime.",
- "website": "https://stake.fish/"
- },
- {
- "id": "loom0ca3d6bf201ce53c7ddc3cb397ae33a68ed4a328",
- "name": "ShipChain",
- "description": "ShipChain is completely intermodal and capable of tracking virtually any form of transport.",
- "website": "https://shipchain.io/"
- },
- {
- "id": "loomd58d72b3bef93fcbf13466cb2d83bcc145843510",
- "name": "Wetez",
- "description": "Wetez is the most professional team in the POS ( Proof of Stake) field. For institutions, we provide the most secure and efficient node management service; For individual investors, we provide convenient delegation service for rewards. At the same time, Wetez is a mobile wallet specially designed for PoS. Besides transaction feature, it includes delegation page, reward page, and we will empower individual rights what PoS consensus brings.",
- "website": "https://wetez.io/"
- }
-]
\ No newline at end of file
diff --git a/blockchains/mars/info/info.json b/blockchains/mars/info/info.json
deleted file mode 100644
index 06a3a228ebca0..0000000000000
--- a/blockchains/mars/info/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Mars Protocol",
- "type": "coin",
- "symbol": "MARS",
- "decimals": 6,
- "website": "https://www.sommelier.finance/",
- "description": "Mars Hub is the governing app-chain that administers Mars Protocol’s various DeFi outposts across the Interchain ecosystem.",
- "explorer": "https://www.mintscan.io/mars-protocol",
- "status": "active",
- "rpc_url": "https://rpc.marsprotocol.io:443",
- "denom": "umars",
- "lcd_url": "https://rest.marsprotocol.io:443",
- "hrp": "mars",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/mars-protocol"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.marsprotocol.io/mars-protocol/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/mars_protocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/mars/info/logo.png b/blockchains/mars/info/logo.png
deleted file mode 100644
index 959975333d5c3..0000000000000
Binary files a/blockchains/mars/info/logo.png and /dev/null differ
diff --git a/blockchains/meter/assets/0x1cf09D1B5Da9d9d24365D87B932A7c4bD018A419/info.json b/blockchains/meter/assets/0x1cf09D1B5Da9d9d24365D87B932A7c4bD018A419/info.json
deleted file mode 100644
index b8278fdc4494f..0000000000000
--- a/blockchains/meter/assets/0x1cf09D1B5Da9d9d24365D87B932A7c4bD018A419/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AmpleForth",
- "symbol": "AMPL",
- "type": "METER",
- "decimals": 9,
- "explorer": "https://scan.meter.io/address/0x1cf09D1B5Da9d9d24365D87B932A7c4bD018A419",
- "status": "active",
- "id": "0x1cf09D1B5Da9d9d24365D87B932A7c4bD018A419",
- "description": "Ampleforth describes itself as smart commodity money. It is chain-agnostic and reportedly less-correlated to Bitcoin and other digital assets.",
- "website": "https://www.ampleforth.org/"
-}
\ No newline at end of file
diff --git a/blockchains/meter/assets/0x1cf09D1B5Da9d9d24365D87B932A7c4bD018A419/logo.png b/blockchains/meter/assets/0x1cf09D1B5Da9d9d24365D87B932A7c4bD018A419/logo.png
deleted file mode 100644
index da535f6df531d..0000000000000
Binary files a/blockchains/meter/assets/0x1cf09D1B5Da9d9d24365D87B932A7c4bD018A419/logo.png and /dev/null differ
diff --git a/blockchains/meter/assets/0x228ebBeE999c6a7ad74A6130E81b12f9Fe237Ba3/info.json b/blockchains/meter/assets/0x228ebBeE999c6a7ad74A6130E81b12f9Fe237Ba3/info.json
deleted file mode 100644
index 5d8034de28dee..0000000000000
--- a/blockchains/meter/assets/0x228ebBeE999c6a7ad74A6130E81b12f9Fe237Ba3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Meter Governance",
- "symbol": "MTRG",
- "type": "METER",
- "decimals": 18,
- "explorer": "https://scan.meter.io/address/0x228ebBeE999c6a7ad74A6130E81b12f9Fe237Ba3",
- "status": "active",
- "id": "0x228ebBeE999c6a7ad74A6130E81b12f9Fe237Ba3",
- "description": "-",
- "website": ""
-}
\ No newline at end of file
diff --git a/blockchains/meter/assets/0x228ebBeE999c6a7ad74A6130E81b12f9Fe237Ba3/logo.png b/blockchains/meter/assets/0x228ebBeE999c6a7ad74A6130E81b12f9Fe237Ba3/logo.png
deleted file mode 100644
index 2bf6afd5c9251..0000000000000
Binary files a/blockchains/meter/assets/0x228ebBeE999c6a7ad74A6130E81b12f9Fe237Ba3/logo.png and /dev/null differ
diff --git a/blockchains/meter/assets/0x24aA189DfAa76c671c279262F94434770F557c35/info.json b/blockchains/meter/assets/0x24aA189DfAa76c671c279262F94434770F557c35/info.json
deleted file mode 100644
index 391eac879ce72..0000000000000
--- a/blockchains/meter/assets/0x24aA189DfAa76c671c279262F94434770F557c35/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BUSD from BSC on Meter",
- "symbol": "BUSD.bsc",
- "type": "METER",
- "decimals": 18,
- "explorer": "https://scan.meter.io/address/0x24aA189DfAa76c671c279262F94434770F557c35",
- "status": "active",
- "id": "0x24aA189DfAa76c671c279262F94434770F557c35",
- "description": "BUSD is a stablecoin issued by Paxos in partnership with Binance.",
- "website": "https://paxos.com/busd/"
-}
\ No newline at end of file
diff --git a/blockchains/meter/assets/0x24aA189DfAa76c671c279262F94434770F557c35/logo.png b/blockchains/meter/assets/0x24aA189DfAa76c671c279262F94434770F557c35/logo.png
deleted file mode 100644
index 76d02e370b6d6..0000000000000
Binary files a/blockchains/meter/assets/0x24aA189DfAa76c671c279262F94434770F557c35/logo.png and /dev/null differ
diff --git a/blockchains/meter/assets/0x5Fa41671c48e3C951AfC30816947126CCC8C162e/info.json b/blockchains/meter/assets/0x5Fa41671c48e3C951AfC30816947126CCC8C162e/info.json
deleted file mode 100644
index 3a9356c32401f..0000000000000
--- a/blockchains/meter/assets/0x5Fa41671c48e3C951AfC30816947126CCC8C162e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USDT from Ethereum on Meter",
- "symbol": "USDT.eth",
- "type": "METER",
- "decimals": 6,
- "explorer": "https://scan.meter.io/address/0x5Fa41671c48e3C951AfC30816947126CCC8C162e",
- "status": "active",
- "id": "0x5Fa41671c48e3C951AfC30816947126CCC8C162e",
- "description": "Tether gives you the joint benefits of open blockchain technology and traditional currency by converting your cash into a stable digital currency equivalent.",
- "website": "https://tether.to/"
-}
\ No newline at end of file
diff --git a/blockchains/meter/assets/0x5Fa41671c48e3C951AfC30816947126CCC8C162e/logo.png b/blockchains/meter/assets/0x5Fa41671c48e3C951AfC30816947126CCC8C162e/logo.png
deleted file mode 100644
index 59d44aeeefd94..0000000000000
Binary files a/blockchains/meter/assets/0x5Fa41671c48e3C951AfC30816947126CCC8C162e/logo.png and /dev/null differ
diff --git a/blockchains/meter/assets/0x6CFe9AdaD5215195c1Aa9755DAed29360e6Ab986/info.json b/blockchains/meter/assets/0x6CFe9AdaD5215195c1Aa9755DAed29360e6Ab986/info.json
deleted file mode 100644
index 2178e066f9c88..0000000000000
--- a/blockchains/meter/assets/0x6CFe9AdaD5215195c1Aa9755DAed29360e6Ab986/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Factory Builders Token",
- "symbol": "FTB",
- "type": "METER",
- "decimals": 18,
- "explorer": "https://scan.meter.io/address/0x6CFe9AdaD5215195c1Aa9755DAed29360e6Ab986",
- "status": "active",
- "id": "0x6CFe9AdaD5215195c1Aa9755DAed29360e6Ab986",
- "description": "-",
- "website": ""
-}
\ No newline at end of file
diff --git a/blockchains/meter/assets/0x6CFe9AdaD5215195c1Aa9755DAed29360e6Ab986/logo.png b/blockchains/meter/assets/0x6CFe9AdaD5215195c1Aa9755DAed29360e6Ab986/logo.png
deleted file mode 100644
index e7e61990ab820..0000000000000
Binary files a/blockchains/meter/assets/0x6CFe9AdaD5215195c1Aa9755DAed29360e6Ab986/logo.png and /dev/null differ
diff --git a/blockchains/meter/assets/0x8Df95e66Cb0eF38F91D2776DA3c921768982fBa0/info.json b/blockchains/meter/assets/0x8Df95e66Cb0eF38F91D2776DA3c921768982fBa0/info.json
deleted file mode 100644
index adea9270eb0b4..0000000000000
--- a/blockchains/meter/assets/0x8Df95e66Cb0eF38F91D2776DA3c921768982fBa0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Volt",
- "symbol": "VOLT",
- "type": "METER",
- "decimals": 18,
- "explorer": "https://scan.meter.io/address/0x8Df95e66Cb0eF38F91D2776DA3c921768982fBa0",
- "status": "active",
- "id": "0x8Df95e66Cb0eF38F91D2776DA3c921768982fBa0",
- "description": "-",
- "website": ""
-}
\ No newline at end of file
diff --git a/blockchains/meter/assets/0x8Df95e66Cb0eF38F91D2776DA3c921768982fBa0/logo.png b/blockchains/meter/assets/0x8Df95e66Cb0eF38F91D2776DA3c921768982fBa0/logo.png
deleted file mode 100644
index 54a7cb282e554..0000000000000
Binary files a/blockchains/meter/assets/0x8Df95e66Cb0eF38F91D2776DA3c921768982fBa0/logo.png and /dev/null differ
diff --git a/blockchains/meter/assets/0x983147FB73A45FC7F8B4DFA1cd61Bdc7b111e5b6/info.json b/blockchains/meter/assets/0x983147FB73A45FC7F8B4DFA1cd61Bdc7b111e5b6/info.json
deleted file mode 100644
index eb1f00d2268e6..0000000000000
--- a/blockchains/meter/assets/0x983147FB73A45FC7F8B4DFA1cd61Bdc7b111e5b6/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ETH from Ethereum on Meter",
- "symbol": "ETH",
- "type": "METER",
- "decimals": 18,
- "explorer": "https://scan.meter.io/address/0x983147FB73A45FC7F8B4DFA1cd61Bdc7b111e5b6",
- "status": "active",
- "id": "0x983147FB73A45FC7F8B4DFA1cd61Bdc7b111e5b6",
- "website": "https://ethereum.org/",
- "description": "-"
-}
\ No newline at end of file
diff --git a/blockchains/meter/assets/0x983147FB73A45FC7F8B4DFA1cd61Bdc7b111e5b6/logo.png b/blockchains/meter/assets/0x983147FB73A45FC7F8B4DFA1cd61Bdc7b111e5b6/logo.png
deleted file mode 100644
index bf957d38c766d..0000000000000
Binary files a/blockchains/meter/assets/0x983147FB73A45FC7F8B4DFA1cd61Bdc7b111e5b6/logo.png and /dev/null differ
diff --git a/blockchains/meter/assets/0xD86e243FC0007e6226B07c9A50C9d70D78299EB5/info.json b/blockchains/meter/assets/0xD86e243FC0007e6226B07c9A50C9d70D78299EB5/info.json
deleted file mode 100644
index 943e3e580aba6..0000000000000
--- a/blockchains/meter/assets/0xD86e243FC0007e6226B07c9A50C9d70D78299EB5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USDC from Ethereum on Meter",
- "symbol": "USDC.eth",
- "type": "METER",
- "decimals": 6,
- "explorer": "https://scan.meter.io/address/0xD86e243FC0007e6226B07c9A50C9d70D78299EB5",
- "status": "active",
- "id": "0xD86e243FC0007e6226B07c9A50C9d70D78299EB5",
- "description": "USDC stablecoin originating on Ethereum, bridged as an ESDT token on Elrond. 1 USDC = 1 Wrapped USDC",
- "website": "https://www.centre.io/usdc"
-}
\ No newline at end of file
diff --git a/blockchains/meter/assets/0xD86e243FC0007e6226B07c9A50C9d70D78299EB5/logo.png b/blockchains/meter/assets/0xD86e243FC0007e6226B07c9A50C9d70D78299EB5/logo.png
deleted file mode 100644
index eafbaac194aa7..0000000000000
Binary files a/blockchains/meter/assets/0xD86e243FC0007e6226B07c9A50C9d70D78299EB5/logo.png and /dev/null differ
diff --git a/blockchains/meter/assets/0xF0E86246519Be0810C9FAfc8430C49799985aAA8/info.json b/blockchains/meter/assets/0xF0E86246519Be0810C9FAfc8430C49799985aAA8/info.json
deleted file mode 100644
index cb44a6c36bd10..0000000000000
--- a/blockchains/meter/assets/0xF0E86246519Be0810C9FAfc8430C49799985aAA8/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "BNB from BSC on Meter",
- "symbol": "BNB",
- "type": "METER",
- "decimals": 18,
- "explorer": "https://scan.meter.io/address/0xF0E86246519Be0810C9FAfc8430C49799985aAA8",
- "status": "active",
- "id": "0xF0E86246519Be0810C9FAfc8430C49799985aAA8",
- "website": "https://binance.org/",
- "description": "Fast and secure decentralized digital asset exchange. The new crypto currency trading standard is here."
-}
\ No newline at end of file
diff --git a/blockchains/meter/assets/0xF0E86246519Be0810C9FAfc8430C49799985aAA8/logo.png b/blockchains/meter/assets/0xF0E86246519Be0810C9FAfc8430C49799985aAA8/logo.png
deleted file mode 100644
index 27688c0af1e64..0000000000000
Binary files a/blockchains/meter/assets/0xF0E86246519Be0810C9FAfc8430C49799985aAA8/logo.png and /dev/null differ
diff --git a/blockchains/meter/assets/0xb158870beB809Ad955Bf56065C5C10D7Fd957cC0/info.json b/blockchains/meter/assets/0xb158870beB809Ad955Bf56065C5C10D7Fd957cC0/info.json
deleted file mode 100644
index db1b7ca481d67..0000000000000
--- a/blockchains/meter/assets/0xb158870beB809Ad955Bf56065C5C10D7Fd957cC0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "MOVR from MoonRiver on Meter",
- "symbol": "MOVR",
- "type": "METER",
- "decimals": 18,
- "explorer": "https://scan.meter.io/address/0xb158870beB809Ad955Bf56065C5C10D7Fd957cC0",
- "status": "active",
- "id": "0xb158870beB809Ad955Bf56065C5C10D7Fd957cC0",
- "website": "https://moonbeam.network/networks/moonriver/",
- "description": "Moonriver is a sister network of Moonbeam, and provides an environment to test new code under real economic conditions."
-}
\ No newline at end of file
diff --git a/blockchains/meter/assets/0xb158870beB809Ad955Bf56065C5C10D7Fd957cC0/logo.png b/blockchains/meter/assets/0xb158870beB809Ad955Bf56065C5C10D7Fd957cC0/logo.png
deleted file mode 100644
index 45376ce23b7cf..0000000000000
Binary files a/blockchains/meter/assets/0xb158870beB809Ad955Bf56065C5C10D7Fd957cC0/logo.png and /dev/null differ
diff --git a/blockchains/meter/assets/0xc1f6C86ABEe8e2e0B6fd5BD80F0b51fef783635C/info.json b/blockchains/meter/assets/0xc1f6C86ABEe8e2e0B6fd5BD80F0b51fef783635C/info.json
deleted file mode 100644
index b6e75f5d2ef65..0000000000000
--- a/blockchains/meter/assets/0xc1f6C86ABEe8e2e0B6fd5BD80F0b51fef783635C/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "WBTC from Ethereum on Meter",
- "symbol": "WBTC.eth",
- "type": "METER",
- "decimals": 8,
- "explorer": "https://scan.meter.io/address/0xc1f6C86ABEe8e2e0B6fd5BD80F0b51fef783635C",
- "status": "active",
- "id": "0xc1f6C86ABEe8e2e0B6fd5BD80F0b51fef783635C",
- "website": "https://wbtc.network",
- "description": "Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin."
-}
\ No newline at end of file
diff --git a/blockchains/meter/assets/0xc1f6C86ABEe8e2e0B6fd5BD80F0b51fef783635C/logo.png b/blockchains/meter/assets/0xc1f6C86ABEe8e2e0B6fd5BD80F0b51fef783635C/logo.png
deleted file mode 100644
index 702d64a2e040a..0000000000000
Binary files a/blockchains/meter/assets/0xc1f6C86ABEe8e2e0B6fd5BD80F0b51fef783635C/logo.png and /dev/null differ
diff --git a/blockchains/meter/info/info.json b/blockchains/meter/info/info.json
deleted file mode 100644
index d4034a871c6c8..0000000000000
--- a/blockchains/meter/info/info.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "name": "Meter",
- "type": "coin",
- "coin_type": 18000,
- "symbol": "MTRG",
- "decimals": 18,
- "website": "https://meter.io/",
- "research": "https://docs.meter.io/",
- "description": "Meter is a high performance Ethereum compatible infrastructure that allows smart contracts to scale and travel through blockchain networks. Transactions on Meter is front running resistant with stable and low gas cost paid in metastable gas token MTR",
- "explorer": "https://scan.meter.io/",
- "rpc_url": "https://rpc.meter.io",
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/meterio"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Meter_IO"
- },
- {
- "name": "whitepaper",
- "url": "https://docsend.com/view/6gebiph"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Meter_IO"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Meter_io/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/meter-governance/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/meter-governance"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/meter/info/logo.png b/blockchains/meter/info/logo.png
deleted file mode 100644
index ac3658a60c238..0000000000000
Binary files a/blockchains/meter/info/logo.png and /dev/null differ
diff --git a/blockchains/meter/tokenlist.json b/blockchains/meter/tokenlist.json
deleted file mode 100644
index 02d4665d38185..0000000000000
--- a/blockchains/meter/tokenlist.json
+++ /dev/null
@@ -1,106 +0,0 @@
-{
- "name": "Trust Wallet: Meter List",
- "logoURI": "https://trustwallet.com/assets/images/favicon.png",
- "timestamp": "2022-07-03T00:00:00.000Z",
- "tokens": [
- {
- "asset": "c18000_t0x1cf09D1B5Da9d9d24365D87B932A7c4bD018A419",
- "type": "METER",
- "address": "0x1cf09D1B5Da9d9d24365D87B932A7c4bD018A419",
- "name": "AmpleForth",
- "symbol": "AMPL",
- "decimals": 9,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/metter/assets/0x1cf09D1B5Da9d9d24365D87B932A7c4bD018A419/logo.png"
- },
- {
- "asset": "c18000_t0xF0E86246519Be0810C9FAfc8430C49799985aAA8",
- "type": "METER",
- "address": "0xF0E86246519Be0810C9FAfc8430C49799985aAA8",
- "name": "BNB from BSC on Meter",
- "symbol": "BNB",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/metter/assets/0xF0E86246519Be0810C9FAfc8430C49799985aAA8/logo.png"
- },
- {
- "asset": "c18000_t0x24aA189DfAa76c671c279262F94434770F557c35",
- "type": "METER",
- "address": "0x24aA189DfAa76c671c279262F94434770F557c35",
- "name": "BUSD from BSC on Meter",
- "symbol": "BUSD.bsc",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/metter/assets/0x24aA189DfAa76c671c279262F94434770F557c35/logo.png"
- },
- {
- "asset": "c18000_t0x983147FB73A45FC7F8B4DFA1cd61Bdc7b111e5b6",
- "type": "METER",
- "address": "0x983147FB73A45FC7F8B4DFA1cd61Bdc7b111e5b6",
- "name": "ETH from Ethereum on Meter",
- "symbol": "ETH",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/metter/assets/0x983147FB73A45FC7F8B4DFA1cd61Bdc7b111e5b6/logo.png"
- },
- {
- "asset": "c18000_t0x6CFe9AdaD5215195c1Aa9755DAed29360e6Ab986",
- "type": "METER",
- "address": "0x6CFe9AdaD5215195c1Aa9755DAed29360e6Ab986",
- "name": "Factory Builders Token",
- "symbol": "FTB",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/metter/assets/0x6CFe9AdaD5215195c1Aa9755DAed29360e6Ab986/logo.png"
- },
- {
- "asset": "c18000_t0xb158870beB809Ad955Bf56065C5C10D7Fd957cC0",
- "type": "METER",
- "address": "0xb158870beB809Ad955Bf56065C5C10D7Fd957cC0",
- "name": "MOVR from MoonRiver on Meter",
- "symbol": "MOVR",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/metter/assets/0xb158870beB809Ad955Bf56065C5C10D7Fd957cC0/logo.png"
- },
- {
- "asset": "c18000_t0x228ebBeE999c6a7ad74A6130E81b12f9Fe237Ba3",
- "type": "METER",
- "address": "0x228ebBeE999c6a7ad74A6130E81b12f9Fe237Ba3",
- "name": "Meter Governance",
- "symbol": "MTRG",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/metter/assets/0x228ebBeE999c6a7ad74A6130E81b12f9Fe237Ba3/logo.png"
- },
- {
- "asset": "c18000_t0xD86e243FC0007e6226B07c9A50C9d70D78299EB5",
- "type": "METER",
- "address": "0xD86e243FC0007e6226B07c9A50C9d70D78299EB5",
- "name": "USDC from Ethereum on Meter",
- "symbol": "USDC.eth",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/metter/assets/0xD86e243FC0007e6226B07c9A50C9d70D78299EB5/logo.png"
- },
- {
- "asset": "c18000_t0x5Fa41671c48e3C951AfC30816947126CCC8C162e",
- "type": "METER",
- "address": "0x5Fa41671c48e3C951AfC30816947126CCC8C162e",
- "name": "USDT from Ethereum on Meter",
- "symbol": "USDT.eth",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/metter/assets/0x5Fa41671c48e3C951AfC30816947126CCC8C162e/logo.png"
- },
- {
- "asset": "c18000_t0x8Df95e66Cb0eF38F91D2776DA3c921768982fBa0",
- "type": "METER",
- "address": "0x8Df95e66Cb0eF38F91D2776DA3c921768982fBa0",
- "name": "Volt",
- "symbol": "VOLT",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/metter/assets/0x8Df95e66Cb0eF38F91D2776DA3c921768982fBa0/logo.png"
- },
- {
- "asset": "c18000_t0xc1f6C86ABEe8e2e0B6fd5BD80F0b51fef783635C",
- "type": "METER",
- "address": "0xc1f6C86ABEe8e2e0B6fd5BD80F0b51fef783635C",
- "name": "WBTC from Ethereum on Meter",
- "symbol": "WBTC.eth",
- "decimals": 8,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/metter/assets/0xc1f6C86ABEe8e2e0B6fd5BD80F0b51fef783635C/logo.png"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/metis/info/info.json b/blockchains/metis/info/info.json
deleted file mode 100644
index d1827512132a8..0000000000000
--- a/blockchains/metis/info/info.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name": "Metis",
- "website": "https://www.metis.io",
- "description": "Metis is an easy-to-use, highly scalable, low-cost, and fully functional Layer 2 framework to fully support the application and business migration from Web 2.0 to Web 3.0",
- "explorer": "https://andromeda-explorer.metis.io",
- "research": "",
- "symbol": "METIS",
- "type": "coin",
- "coin_type": 10001088,
- "rpc_url": "https://andromeda.metis.io/?owner=1088",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/metisdao"
- }
- ]
-}
diff --git a/blockchains/metis/info/logo.png b/blockchains/metis/info/logo.png
deleted file mode 100644
index 7229b9ba505e9..0000000000000
Binary files a/blockchains/metis/info/logo.png and /dev/null differ
diff --git a/blockchains/moonbasealpha/info/info.json b/blockchains/moonbasealpha/info/info.json
deleted file mode 100644
index dae6a33e15cf1..0000000000000
--- a/blockchains/moonbasealpha/info/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Moonbase Alpha Testnet",
- "website": "https://moon.based.money",
- "description": "The first Moonbeam TestNet, named Moonbase Alpha, aims to provide developers with a place to start experimenting and building on Moonbeam in a shared environment.",
- "explorer": "https://moonbase-blockscout.testnet.moonbeam.network/",
- "symbol": "DEV",
- "rpc_url": "https://rpc.api.moonbase.moonbeam.network",
- "type": "coin",
- "decimals": 18,
- "status": "active"
-}
\ No newline at end of file
diff --git a/blockchains/moonbasealpha/info/logo.png b/blockchains/moonbasealpha/info/logo.png
deleted file mode 100644
index a66722e6a4b01..0000000000000
Binary files a/blockchains/moonbasealpha/info/logo.png and /dev/null differ
diff --git a/blockchains/moonbeam/assets/0x467719aD09025FcC6cF6F8311755809d45a5E5f3/info.json b/blockchains/moonbeam/assets/0x467719aD09025FcC6cF6F8311755809d45a5E5f3/info.json
deleted file mode 100644
index df6afbf862b9f..0000000000000
--- a/blockchains/moonbeam/assets/0x467719aD09025FcC6cF6F8311755809d45a5E5f3/info.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "name": "Axelar",
- "type": "MOONBEAM",
- "symbol": "AXL",
- "decimals": 6,
- "website": "https://axelar.network/",
- "description": "Axelar delivers secure cross-chain communication for Web3. Our infrastructure enables dApp users to interact with any asset or application, on any chain, with one click.",
- "explorer": "https://moonscan.io/token/0x467719aD09025FcC6cF6F8311755809d45a5E5f3",
- "status": "active",
- "id": "0x467719aD09025FcC6cF6F8311755809d45a5E5f3",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/axelarcore"
- },
- {
- "name": "github",
- "url": "https://github.com/axelarnetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/axelarcommunity"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/axelar"
- },
- {
- "name": "docs",
- "url": "https://docs.axelar.dev/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/aRZ3Ra6f7D"
- },
- {
- "name": "forum",
- "url": "https://community.axelar.network/"
- },
- {
- "name": "whitepaper",
- "url": "https://axelar.network/axelar_whitepaper.pdf"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/axelar"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@axelar-foundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/axelar/"
- },
- {
- "name": "blog",
- "url": "https://axelar.network/blog"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@Axelarcore"
- }
- ],
- "tags": [
- "wrapped"
- ]
-}
diff --git a/blockchains/moonbeam/assets/0x467719aD09025FcC6cF6F8311755809d45a5E5f3/logo.png b/blockchains/moonbeam/assets/0x467719aD09025FcC6cF6F8311755809d45a5E5f3/logo.png
deleted file mode 100644
index 6c156aba62660..0000000000000
Binary files a/blockchains/moonbeam/assets/0x467719aD09025FcC6cF6F8311755809d45a5E5f3/logo.png and /dev/null differ
diff --git a/blockchains/moonbeam/assets/0xCa01a1D0993565291051daFF390892518ACfAD3A/info.json b/blockchains/moonbeam/assets/0xCa01a1D0993565291051daFF390892518ACfAD3A/info.json
deleted file mode 100644
index 11889a180ed52..0000000000000
--- a/blockchains/moonbeam/assets/0xCa01a1D0993565291051daFF390892518ACfAD3A/info.json
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- "name": "Axelar Wrapped USDC",
- "type": "MOONBEAM",
- "symbol": "axlUSDC",
- "decimals": 6,
- "website": "https://axelar.network/",
- "description": "Axelar delivers secure cross-chain communication for Web3. Our infrastructure enables dApp users to interact with any asset or application, on any chain, with one click.",
- "explorer": "https://moonscan.io/token/0xCa01a1D0993565291051daFF390892518ACfAD3A",
- "status": "active",
- "id": "0xCa01a1D0993565291051daFF390892518ACfAD3A",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/axelarcore"
- },
- {
- "name": "github",
- "url": "https://github.com/axelarnetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/axelarcommunity"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/axelar-usdc"
- },
- {
- "name": "docs",
- "url": "https://docs.axelar.dev/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/aRZ3Ra6f7D"
- },
- {
- "name": "forum",
- "url": "https://community.axelar.network/"
- },
- {
- "name": "whitepaper",
- "url": "https://axelar.network/axelar_whitepaper.pdf"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/axelar"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@axelar-foundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/axlusdc/"
- },
- {
- "name": "blog",
- "url": "https://axelar.network/blog"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@Axelarcore"
- }
- ],
- "tags": [
- "stablecoin",
- "wrapped"
- ]
-}
diff --git a/blockchains/moonbeam/assets/0xCa01a1D0993565291051daFF390892518ACfAD3A/logo.png b/blockchains/moonbeam/assets/0xCa01a1D0993565291051daFF390892518ACfAD3A/logo.png
deleted file mode 100644
index 69911caea54fb..0000000000000
Binary files a/blockchains/moonbeam/assets/0xCa01a1D0993565291051daFF390892518ACfAD3A/logo.png and /dev/null differ
diff --git a/blockchains/moonbeam/info/info.json b/blockchains/moonbeam/info/info.json
deleted file mode 100644
index 9120b9f950f41..0000000000000
--- a/blockchains/moonbeam/info/info.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name": "Moonbeam",
- "website": "https://moonbeam.network",
- "description": "Moonbeam combines the best of both worlds: the familiar and easy-to-use tooling of Ethereum and the scalable, interoperable architecture of Polkadot.",
- "explorer": "https://moonscan.io",
- "research": "",
- "symbol": "GLMR",
- "type": "coin",
- "coin_type": 1284,
- "rpc_url": "https://moonbeam.public.blastapi.io",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/moonbeamnetwork"
- }
- ]
-}
diff --git a/blockchains/moonbeam/info/logo.png b/blockchains/moonbeam/info/logo.png
deleted file mode 100644
index 356442914c3ce..0000000000000
Binary files a/blockchains/moonbeam/info/logo.png and /dev/null differ
diff --git a/blockchains/moonriver/info/info.json b/blockchains/moonriver/info/info.json
deleted file mode 100644
index ea8bdb2701f85..0000000000000
--- a/blockchains/moonriver/info/info.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name": "Moonriver",
- "website": "https://moonbeam.network/networks/moonriver/",
- "description": "Moonriver is a sister network of Moonbeam, and provides an environment to test new code under real economic conditions.",
- "explorer": "https://moonriver.moonscan.io/",
- "research": "",
- "symbol": "MOVR",
- "type": "coin",
- "coin_type": 1285,
- "rpc_url": "https://moonriver.public.blastapi.io",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/moonrivernw"
- }
- ]
-}
diff --git a/blockchains/moonriver/info/logo.png b/blockchains/moonriver/info/logo.png
deleted file mode 100644
index 45376ce23b7cf..0000000000000
Binary files a/blockchains/moonriver/info/logo.png and /dev/null differ
diff --git a/blockchains/nano/info/info.json b/blockchains/nano/info/info.json
deleted file mode 100644
index 8d730d1ec3c05..0000000000000
--- a/blockchains/nano/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Nano",
- "website": "http://nano.org/en",
- "description": "Digital currency for the real world – the fast and free way to pay for everything in life.",
- "explorer": "https://nanocrawler.cc",
- "research": "https://research.binance.com/en/projects/nano",
- "symbol": "XNO",
- "type": "coin",
- "decimals": 30,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/nanocurrency"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/nano"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/nanocurrency"
- },
- {
- "name": "whitepaper",
- "url": "https://nano.org/en/whitepaper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/nano/info/logo.png b/blockchains/nano/info/logo.png
deleted file mode 100644
index 023e406de98a6..0000000000000
Binary files a/blockchains/nano/info/logo.png and /dev/null differ
diff --git a/blockchains/nativecanto/info/info.json b/blockchains/nativecanto/info/info.json
deleted file mode 100644
index 6fc6743c7d3e0..0000000000000
--- a/blockchains/nativecanto/info/info.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "name": "Native Canto",
- "type": "coin",
- "symbol": "CANTO",
- "decimals": 18,
- "website": "https://canto.io/",
- "description": "Canto is a Cosmos SDK based Layer-1 blockchain that runs Ethereum Virtual Machine.",
- "explorer": "https://www.mintscan.io/canto",
- "status": "active",
- "rpc_url": "https://canto-rpc.polkachu.com/",
- "denom": "acanto",
- "lcd_url": "https://api.canto.nodestake.top/",
- "hrp": "canto",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/canto/"
- },
- {
- "name": "github",
- "url": "https://github.com/Canto-Network"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/cantopublic"
- }
- ],
- "tags": [
- "staking-native"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/nativecanto/info/logo.png b/blockchains/nativecanto/info/logo.png
deleted file mode 100644
index bc1cf96684790..0000000000000
Binary files a/blockchains/nativecanto/info/logo.png and /dev/null differ
diff --git a/blockchains/nativeevmos/info/info.json b/blockchains/nativeevmos/info/info.json
deleted file mode 100644
index 5678059500be7..0000000000000
--- a/blockchains/nativeevmos/info/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Native Evmos",
- "website": "https://evmos.org",
- "description": "Evmos is bringing the world of Ethereum-based applications and assets to the interoperable networks of the Cosmos ecosystem, all while aligning developer and user incentives. Let’s adventure together into the world of innovation where EVM meets interchain composability.",
- "explorer": "https://www.mintscan.io/evmos",
- "research": "",
- "symbol": "EVMOS",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "tags": [
- "staking-native"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/tharsis/evmos"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/EvmosOrg"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/evmos"
- },
- {
- "name": "telegram",
- "url": "https://t.me/EvmosOrg"
- }
- ]
-}
diff --git a/blockchains/nativeevmos/info/logo.png b/blockchains/nativeevmos/info/logo.png
deleted file mode 100644
index e78f6fc0c5bba..0000000000000
Binary files a/blockchains/nativeevmos/info/logo.png and /dev/null differ
diff --git a/blockchains/nativeevmos/validators/assets/evmosvaloper14zatq4jagqtm9ejgvglnv0t364d88u80futp65/logo.png b/blockchains/nativeevmos/validators/assets/evmosvaloper14zatq4jagqtm9ejgvglnv0t364d88u80futp65/logo.png
deleted file mode 100644
index 34a0818a45a71..0000000000000
Binary files a/blockchains/nativeevmos/validators/assets/evmosvaloper14zatq4jagqtm9ejgvglnv0t364d88u80futp65/logo.png and /dev/null differ
diff --git a/blockchains/nativeevmos/validators/assets/evmosvaloper19fxanpnjlggzuur3m3x0puk5ez7j9lrttexwsw/logo.png b/blockchains/nativeevmos/validators/assets/evmosvaloper19fxanpnjlggzuur3m3x0puk5ez7j9lrttexwsw/logo.png
deleted file mode 100644
index 0f6305d87f6e5..0000000000000
Binary files a/blockchains/nativeevmos/validators/assets/evmosvaloper19fxanpnjlggzuur3m3x0puk5ez7j9lrttexwsw/logo.png and /dev/null differ
diff --git a/blockchains/nativeevmos/validators/assets/evmosvaloper1c55g6u7q2uzgks9gjp80sle8n6qcyg64vk64g2/logo.png b/blockchains/nativeevmos/validators/assets/evmosvaloper1c55g6u7q2uzgks9gjp80sle8n6qcyg64vk64g2/logo.png
deleted file mode 100644
index 266947772880c..0000000000000
Binary files a/blockchains/nativeevmos/validators/assets/evmosvaloper1c55g6u7q2uzgks9gjp80sle8n6qcyg64vk64g2/logo.png and /dev/null differ
diff --git a/blockchains/nativeevmos/validators/assets/evmosvaloper1f35jtt5m68zlxkpxn75403vv82cchahqvfsrup/logo.png b/blockchains/nativeevmos/validators/assets/evmosvaloper1f35jtt5m68zlxkpxn75403vv82cchahqvfsrup/logo.png
deleted file mode 100644
index 4ef5a482dda84..0000000000000
Binary files a/blockchains/nativeevmos/validators/assets/evmosvaloper1f35jtt5m68zlxkpxn75403vv82cchahqvfsrup/logo.png and /dev/null differ
diff --git a/blockchains/nativeevmos/validators/assets/evmosvaloper1k5hcl0cjprzewwvzhz3um589kx8skzlrneuepu/logo.png b/blockchains/nativeevmos/validators/assets/evmosvaloper1k5hcl0cjprzewwvzhz3um589kx8skzlrneuepu/logo.png
deleted file mode 100644
index 96ca9e91ee186..0000000000000
Binary files a/blockchains/nativeevmos/validators/assets/evmosvaloper1k5hcl0cjprzewwvzhz3um589kx8skzlrneuepu/logo.png and /dev/null differ
diff --git a/blockchains/nativeevmos/validators/assets/evmosvaloper1mx9nqk5agvlsvt2yc8259nwztmxq7zjqep5khu/logo.png b/blockchains/nativeevmos/validators/assets/evmosvaloper1mx9nqk5agvlsvt2yc8259nwztmxq7zjqep5khu/logo.png
deleted file mode 100644
index 55c515cc3b14b..0000000000000
Binary files a/blockchains/nativeevmos/validators/assets/evmosvaloper1mx9nqk5agvlsvt2yc8259nwztmxq7zjqep5khu/logo.png and /dev/null differ
diff --git a/blockchains/nativeevmos/validators/assets/evmosvaloper1p5k54qk9jdamvw4r756g7dxsjarf6p0l3huk84/logo.png b/blockchains/nativeevmos/validators/assets/evmosvaloper1p5k54qk9jdamvw4r756g7dxsjarf6p0l3huk84/logo.png
deleted file mode 100644
index 71ecba0f965b2..0000000000000
Binary files a/blockchains/nativeevmos/validators/assets/evmosvaloper1p5k54qk9jdamvw4r756g7dxsjarf6p0l3huk84/logo.png and /dev/null differ
diff --git a/blockchains/nativeevmos/validators/assets/evmosvaloper1q3aejvmwj9dxturgk00jv7hkwxld7ny7642tr8/logo.png b/blockchains/nativeevmos/validators/assets/evmosvaloper1q3aejvmwj9dxturgk00jv7hkwxld7ny7642tr8/logo.png
deleted file mode 100644
index 846266d88236b..0000000000000
Binary files a/blockchains/nativeevmos/validators/assets/evmosvaloper1q3aejvmwj9dxturgk00jv7hkwxld7ny7642tr8/logo.png and /dev/null differ
diff --git a/blockchains/nativeevmos/validators/assets/evmosvaloper1sp9frqwep52chwavv3xd776myy8gyyvkv5uysl/logo.png b/blockchains/nativeevmos/validators/assets/evmosvaloper1sp9frqwep52chwavv3xd776myy8gyyvkv5uysl/logo.png
deleted file mode 100644
index caa00eba6deb2..0000000000000
Binary files a/blockchains/nativeevmos/validators/assets/evmosvaloper1sp9frqwep52chwavv3xd776myy8gyyvkv5uysl/logo.png and /dev/null differ
diff --git a/blockchains/nativeevmos/validators/assets/evmosvaloper1sq9ggymzx02vcp7kf6yyar83scfm4r22swu673/logo.png b/blockchains/nativeevmos/validators/assets/evmosvaloper1sq9ggymzx02vcp7kf6yyar83scfm4r22swu673/logo.png
deleted file mode 100644
index 76c3606ec8bd6..0000000000000
Binary files a/blockchains/nativeevmos/validators/assets/evmosvaloper1sq9ggymzx02vcp7kf6yyar83scfm4r22swu673/logo.png and /dev/null differ
diff --git a/blockchains/nativeevmos/validators/assets/evmosvaloper1vw76ju5rwt9us7kz8tg42t6yfmq2jftydu74u6/logo.png b/blockchains/nativeevmos/validators/assets/evmosvaloper1vw76ju5rwt9us7kz8tg42t6yfmq2jftydu74u6/logo.png
deleted file mode 100644
index abcfc3298bba4..0000000000000
Binary files a/blockchains/nativeevmos/validators/assets/evmosvaloper1vw76ju5rwt9us7kz8tg42t6yfmq2jftydu74u6/logo.png and /dev/null differ
diff --git a/blockchains/nativeevmos/validators/list.json b/blockchains/nativeevmos/validators/list.json
deleted file mode 100644
index 2f4fa32cc7604..0000000000000
--- a/blockchains/nativeevmos/validators/list.json
+++ /dev/null
@@ -1,68 +0,0 @@
-[
- {
- "id": "evmosvaloper1q3aejvmwj9dxturgk00jv7hkwxld7ny7642tr8",
- "name": "heisenbug",
- "description": "Secure and reliable staking.",
- "website": "https://heisenbug.one"
- },
- {
- "id": "evmosvaloper1vw76ju5rwt9us7kz8tg42t6yfmq2jftydu74u6",
- "name": "Swiss Staking",
- "description": "Experienced validator based in Switzerland. We offer a highly secure and stable staking infrastructure.",
- "website": "https://swiss-staking.ch"
- },
- {
- "id": "evmosvaloper1mx9nqk5agvlsvt2yc8259nwztmxq7zjqep5khu",
- "name": "OrbitalApes.com",
- "description": "Evmos Validator by Orbital Apes NFT",
- "website": "https://orbitalapes.com/"
- },
- {
- "id": "evmosvaloper1sp9frqwep52chwavv3xd776myy8gyyvkv5uysl",
- "name": "Disperze",
- "description": "The PoS Validator for SmartContract chains",
- "website": "http://disperze.network/"
- },
- {
- "id": "evmosvaloper1f35jtt5m68zlxkpxn75403vv82cchahqvfsrup",
- "name": "Cosmostation",
- "description": "Cosmostation validator node. Delegate your tokens and Start Earning Staking Rewards",
- "website": "https://cosmostation.io/"
- },
- {
- "id": "evmosvaloper14zatq4jagqtm9ejgvglnv0t364d88u80futp65",
- "name": "Frens (🤝,🤝)",
- "description": "Your friendly validator for cosmos chains",
- "website": "https://frens.army/"
- },
- {
- "id": "evmosvaloper1p5k54qk9jdamvw4r756g7dxsjarf6p0l3huk84",
- "name": "Citadel.one",
- "description": "Citadel.one is a multi-asset non-custodial staking platform that lets anyone become a part of decentralized infrastructure and earn passive income. Stake with our nodes or any other validator across multiple networks in a few clicks",
- "website": "https://citadel.one/"
- },
- {
- "id": "evmosvaloper1sq9ggymzx02vcp7kf6yyar83scfm4r22swu673",
- "name": "Stakin",
- "description": "Your Trusted Crypto Rewards",
- "website": "https://stakin.com/"
- },
- {
- "id": "evmosvaloper19fxanpnjlggzuur3m3x0puk5ez7j9lrttexwsw",
- "name": "Stakely.io",
- "description": "🔥 Professional validator highly experienced in PoS 🔥 Slashing protection & Eligible for airdrops | Learn with our staking guides, video tutorials and FAQs | Part of the commission of our nodes will go to our Multicoin Faucet funds and other tools 🌱 Carbon Neutral 🌱",
- "website": "https://stakely.io"
- },
- {
- "id": "evmosvaloper1k5hcl0cjprzewwvzhz3um589kx8skzlrneuepu",
- "name": "Vault Staking 🛡",
- "description": "Over $100 million in delegated assets, with slash protection for our delegates. We are a progressive staking, infrastructure, and software provider for blockchain projects. Our infrastructure is deployed around the world and hosted by multiple providers to increase decentralization and fault-tolerance.",
- "website": "https://www.stakingrewards.com/savings/vault-staking/"
- },
- {
- "id": "evmosvaloper1c55g6u7q2uzgks9gjp80sle8n6qcyg64vk64g2",
- "name": "Allnodes.com⚡️",
- "description": "Reliable non-custodial Validator run by the industry leader - Allnodes. Monitor your rewards through the Allnodes portfolio page.",
- "website": "https://www.allnodes.com/evmos/staking"
- }
-]
diff --git a/blockchains/near/info/info.json b/blockchains/near/info/info.json
deleted file mode 100644
index c11741e51773b..0000000000000
--- a/blockchains/near/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "NEAR Protocol",
- "website": "https://near.org",
- "description": "NEAR is an open source platform that accelerates the development of decentralized applications.",
- "explorer": "https://explorer.near.org/",
- "research": "https://research.binance.com/en/projects/near-protocol",
- "symbol": "NEAR",
- "type": "coin",
- "decimals": 24,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/nearprotocol/nearcore"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/nearprotocol"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/nearprotocol/"
- },
- {
- "name": "whitepaper",
- "url": "https://near.org/papers/the-official-near-white-paper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/near/info/logo.png b/blockchains/near/info/logo.png
deleted file mode 100644
index 15b08b2d6cbf0..0000000000000
Binary files a/blockchains/near/info/logo.png and /dev/null differ
diff --git a/blockchains/nebulas/info/info.json b/blockchains/nebulas/info/info.json
deleted file mode 100644
index 65a1be07db321..0000000000000
--- a/blockchains/nebulas/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Nebulas",
- "website": "https://nebulas.io",
- "description": "Nebulas is a decentralized platform which provides a search framework for all blockchains. Nebulas is a next generation public blockchain, aiming for a continuously improving ecosystem.",
- "explorer": "https://explorer.nebulas.io",
- "research": "https://research.binance.com/en/projects/nebulas",
- "symbol": "NAS",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/nebulasio"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/nebulasio"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/nebulas"
- },
- {
- "name": "whitepaper",
- "url": "https://nebulas.io/docs/NebulasWhitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/nebulas/info/logo.png b/blockchains/nebulas/info/logo.png
deleted file mode 100644
index eb04d24336e03..0000000000000
Binary files a/blockchains/nebulas/info/logo.png and /dev/null differ
diff --git a/blockchains/neo/assets/2efdb22c152896964665d0a8214dc7bd59232162/info.json b/blockchains/neo/assets/2efdb22c152896964665d0a8214dc7bd59232162/info.json
deleted file mode 100644
index f54417bb6b421..0000000000000
--- a/blockchains/neo/assets/2efdb22c152896964665d0a8214dc7bd59232162/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "aleph.im NEP-5",
- "type": "NEP5",
- "symbol": "ALEPH",
- "decimals": 8,
- "website": "https://aleph.im",
- "description": "Aleph.im is a cross-blockchain layer-2 networkspecifically focused on decentralized applications and their related infrastructure (storage, computing servers, security).",
- "explorer": "https://neo.tokenview.com/en/token/0x2efdb22c152896964665d0a8214dc7bd59232162",
- "status": "active",
- "id": "2efdb22c152896964665d0a8214dc7bd59232162"
-}
\ No newline at end of file
diff --git a/blockchains/neo/assets/2efdb22c152896964665d0a8214dc7bd59232162/logo.png b/blockchains/neo/assets/2efdb22c152896964665d0a8214dc7bd59232162/logo.png
deleted file mode 100644
index 77ee50eb06f5a..0000000000000
Binary files a/blockchains/neo/assets/2efdb22c152896964665d0a8214dc7bd59232162/logo.png and /dev/null differ
diff --git a/blockchains/neo/assets/bac0d143a547dc66a1d6a2b7d66b06de42614971/info.json b/blockchains/neo/assets/bac0d143a547dc66a1d6a2b7d66b06de42614971/info.json
deleted file mode 100644
index d456c524df625..0000000000000
--- a/blockchains/neo/assets/bac0d143a547dc66a1d6a2b7d66b06de42614971/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Bridge Protocol Token (NEP5)",
- "type": "NEP5",
- "symbol": "BRDG",
- "decimals": 8,
- "website": "https://bridgeprotocol.io/",
- "description": "Bridge Protocol NEP-5 utility token (BRDG) on the NEO Smart Economy",
- "explorer": "https://neo.tokenview.com/en/token/0xbac0d143a547dc66a1d6a2b7d66b06de42614971",
- "status": "active",
- "id": "bac0d143a547dc66a1d6a2b7d66b06de42614971"
-}
\ No newline at end of file
diff --git a/blockchains/neo/assets/bac0d143a547dc66a1d6a2b7d66b06de42614971/logo.png b/blockchains/neo/assets/bac0d143a547dc66a1d6a2b7d66b06de42614971/logo.png
deleted file mode 100644
index 7e1309cb7cf96..0000000000000
Binary files a/blockchains/neo/assets/bac0d143a547dc66a1d6a2b7d66b06de42614971/logo.png and /dev/null differ
diff --git a/blockchains/neo/info/info.json b/blockchains/neo/info/info.json
deleted file mode 100644
index 7102cc528899c..0000000000000
--- a/blockchains/neo/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Neo",
- "website": "https://neo.org",
- "description": "NEO is a non-profit community-based blockchain project that utilizes blockchain technology and digital identity to digitize assets, and to realize a smart economy with a distributed network.",
- "explorer": "https://neoscan.io",
- "research": "https://research.binance.com/en/projects/neo",
- "symbol": "NEO",
- "type": "coin",
- "decimals": 8,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/neo-project"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/neo_blockchain"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/NEO"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.neo.org/en-us"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/neo/info/logo.png b/blockchains/neo/info/logo.png
deleted file mode 100644
index 355a08c6b1347..0000000000000
Binary files a/blockchains/neo/info/logo.png and /dev/null differ
diff --git a/blockchains/nervos/info/info.json b/blockchains/nervos/info/info.json
deleted file mode 100644
index b0b7147614164..0000000000000
--- a/blockchains/nervos/info/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Nervos Network",
- "website": "http://nervos.org",
- "description": "Nervos CKB (Common Knowledge Byte) is the native token of the Nervos Common Knowledge Base, a multi-asset, store of value, proof of work public blockchain.",
- "explorer": "https://explorer.nervos.org",
- "symbol": "CKB",
- "type": "coin",
- "decimals": 8,
- "status": "abandoned",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/nervosnetwork"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/nervosnetwork"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/NervosNetwork"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/nervosnetwork/rfcs/blob/master/rfcs/0002-ckb/0002-ckb.md"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/nervos/info/logo.png b/blockchains/nervos/info/logo.png
deleted file mode 100644
index 27aec9ae96e41..0000000000000
Binary files a/blockchains/nervos/info/logo.png and /dev/null differ
diff --git a/blockchains/neutron/info/info.json b/blockchains/neutron/info/info.json
deleted file mode 100644
index 154030e2b0fa1..0000000000000
--- a/blockchains/neutron/info/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Neutron",
- "type": "coin",
- "symbol": "NTRN",
- "decimals": 6,
- "website": "https://neutron.org/",
- "description": "The most secure CosmWasm platform in Cosmos, Neutron lets smart-contracts leverage bleeding-edge Interchain technology with minimal overhead.",
- "explorer": "https://www.mintscan.io/neutron",
- "status": "active",
- "rpc_url": "https://rpc-kralum.neutron-1.neutron.org",
- "denom": "untrn",
- "lcd_url": "https://rest-kralum.neutron-1.neutron.org",
- "hrp": "neutron",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Neutron_org"
- },
- {
- "name": "github",
- "url": "https://github.com/neutron-org"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/neutron/info/logo.png b/blockchains/neutron/info/logo.png
deleted file mode 100644
index a7089aa514db8..0000000000000
Binary files a/blockchains/neutron/info/logo.png and /dev/null differ
diff --git a/blockchains/neutrontestnet/info/info.json b/blockchains/neutrontestnet/info/info.json
deleted file mode 100644
index 90db8baa046c6..0000000000000
--- a/blockchains/neutrontestnet/info/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Neutron Testnet",
- "type": "coin",
- "symbol": "NTRN",
- "decimals": 6,
- "website": "https://neutron.org/",
- "description": "The most secure CosmWasm platform in Cosmos, Neutron lets smart-contracts leverage bleeding-edge Interchain technology with minimal overhead.",
- "explorer": "https://testnet.mintscan.io/neutron-testnet",
- "status": "active",
- "rpc_url": "https://rpc.baryon.ntrn.info",
- "denom": "untrn",
- "lcd_url": "https://rest.baryon.ntrn.info",
- "hrp": "neutron",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/neutron-org"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Neutron_org"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/neutrontestnet/info/logo.png b/blockchains/neutrontestnet/info/logo.png
deleted file mode 100644
index a430ec1500f76..0000000000000
Binary files a/blockchains/neutrontestnet/info/logo.png and /dev/null differ
diff --git a/blockchains/nimiq/info/info.json b/blockchains/nimiq/info/info.json
deleted file mode 100644
index 1726829037fe1..0000000000000
--- a/blockchains/nimiq/info/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Nimiq",
- "website": "https://nimiq.com",
- "description": "Nimiq is the blockchain designed for simplicity. Nimiq aims to be the best performing and easiest-to-use decentralized payment protocol & ecosystem.",
- "explorer": "https://nimiq.watch",
- "symbol": "NIM",
- "type": "coin",
- "decimals": 5,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/nimiq"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/nimiq"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Nimiq"
- },
- {
- "name": "whitepaper",
- "url": "https://nimiq.com/whitepaper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/nimiq/info/logo.png b/blockchains/nimiq/info/logo.png
deleted file mode 100644
index 4eea16dad7c12..0000000000000
Binary files a/blockchains/nimiq/info/logo.png and /dev/null differ
diff --git a/blockchains/noble/info/info.json b/blockchains/noble/info/info.json
deleted file mode 100644
index 0f088e99ae30e..0000000000000
--- a/blockchains/noble/info/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Noble",
- "type": "coin",
- "symbol": "USDC",
- "decimals": 6,
- "website": "https://nobleassets.xyz/",
- "description": "Noble is a Cosmos chain bringing native asset issuance to the IBC ecosystem.",
- "explorer": "https://www.mintscan.io/noble",
- "status": "active",
- "rpc_url": "https://noble-rpc.polkachu.com/",
- "denom": "ustake",
- "lcd_url": "https://noble-api.polkachu.com/",
- "hrp": "noble",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/strangelove-ventures/noble"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/noble_xyz"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/noble/info/logo.png b/blockchains/noble/info/logo.png
deleted file mode 100644
index 93e4f7280f131..0000000000000
Binary files a/blockchains/noble/info/logo.png and /dev/null differ
diff --git a/blockchains/nuls/assets/NULSd6HgyZkiqLnBzTaeSQfx1TNg2cqbzq51h/info.json b/blockchains/nuls/assets/NULSd6HgyZkiqLnBzTaeSQfx1TNg2cqbzq51h/info.json
deleted file mode 100644
index 413ac01c6ab85..0000000000000
--- a/blockchains/nuls/assets/NULSd6HgyZkiqLnBzTaeSQfx1TNg2cqbzq51h/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "aleph.im NRC-20",
- "type": "NRC20",
- "symbol": "ALEPH",
- "decimals": 10,
- "website": "https://aleph.im",
- "description": "Aleph.im is a cross-blockchain layer-2 networkspecifically focused on decentralized applications and their related infrastructure (storage, computing servers, security).",
- "explorer": "https://nulscan.io/token/info?contractAddress=NULSd6HgyZkiqLnBzTaeSQfx1TNg2cqbzq51h",
- "status": "active",
- "id": "NULSd6HgyZkiqLnBzTaeSQfx1TNg2cqbzq51h"
-}
\ No newline at end of file
diff --git a/blockchains/nuls/assets/NULSd6HgyZkiqLnBzTaeSQfx1TNg2cqbzq51h/logo.png b/blockchains/nuls/assets/NULSd6HgyZkiqLnBzTaeSQfx1TNg2cqbzq51h/logo.png
deleted file mode 100644
index 77ee50eb06f5a..0000000000000
Binary files a/blockchains/nuls/assets/NULSd6HgyZkiqLnBzTaeSQfx1TNg2cqbzq51h/logo.png and /dev/null differ
diff --git a/blockchains/nuls/info/info.json b/blockchains/nuls/info/info.json
deleted file mode 100644
index 04c6a9541fee0..0000000000000
--- a/blockchains/nuls/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "NULS",
- "website": "https://nuls.io",
- "description": "NULS is a global blockchain open-source project which is a highly customizable modular blockchain infrastructure; it consists of a microkernel and functional modules.",
- "explorer": "https://nulscan.io",
- "research": "https://research.binance.com/en/projects/nuls",
- "symbol": "NULS",
- "type": "coin",
- "decimals": 8,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/nuls-io/nuls"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/nuls"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/nulsservice"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.nuls.io"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/nuls/info/logo.png b/blockchains/nuls/info/logo.png
deleted file mode 100644
index 15deaa0cb2512..0000000000000
Binary files a/blockchains/nuls/info/logo.png and /dev/null differ
diff --git a/blockchains/oasis/assets/0x05832a0905E516f29344ADBa1c2052a788B10129/info.json b/blockchains/oasis/assets/0x05832a0905E516f29344ADBa1c2052a788B10129/info.json
deleted file mode 100644
index 8498d6fd2910a..0000000000000
--- a/blockchains/oasis/assets/0x05832a0905E516f29344ADBa1c2052a788B10129/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Tether USD (Portal from Avalanche)",
- "type": "OASIS",
- "symbol": "USDTav",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://tether.to/",
- "explorer": "https://explorer.oasis.updev.si/token/0x05832a0905E516f29344ADBa1c2052a788B10129",
- "status": "active",
- "id": "0x05832a0905E516f29344ADBa1c2052a788B10129",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/oasis/assets/0x05832a0905E516f29344ADBa1c2052a788B10129/logo.png b/blockchains/oasis/assets/0x05832a0905E516f29344ADBa1c2052a788B10129/logo.png
deleted file mode 100644
index 9e63d73503a5d..0000000000000
Binary files a/blockchains/oasis/assets/0x05832a0905E516f29344ADBa1c2052a788B10129/logo.png and /dev/null differ
diff --git a/blockchains/oasis/assets/0x05CbE6319Dcc937BdbDf0931466F4fFd0d392B47/info.json b/blockchains/oasis/assets/0x05CbE6319Dcc937BdbDf0931466F4fFd0d392B47/info.json
deleted file mode 100644
index 8de8c767ae3e1..0000000000000
--- a/blockchains/oasis/assets/0x05CbE6319Dcc937BdbDf0931466F4fFd0d392B47/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "USD Coin (Portal from Avalanche)",
- "type": "OASIS",
- "symbol": "USDCav",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.circle.com/en/usdc",
- "explorer": "https://explorer.oasis.updev.si/token/0x05CbE6319Dcc937BdbDf0931466F4fFd0d392B47",
- "status": "active",
- "id": "0x05CbE6319Dcc937BdbDf0931466F4fFd0d392B47",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/oasis/assets/0x05CbE6319Dcc937BdbDf0931466F4fFd0d392B47/logo.png b/blockchains/oasis/assets/0x05CbE6319Dcc937BdbDf0931466F4fFd0d392B47/logo.png
deleted file mode 100644
index f448cdfef620e..0000000000000
Binary files a/blockchains/oasis/assets/0x05CbE6319Dcc937BdbDf0931466F4fFd0d392B47/logo.png and /dev/null differ
diff --git a/blockchains/oasis/assets/0x1d1149a53deB36F2836Ae7877c9176413aDfA4A8/info.json b/blockchains/oasis/assets/0x1d1149a53deB36F2836Ae7877c9176413aDfA4A8/info.json
deleted file mode 100644
index 0706e891c50f3..0000000000000
--- a/blockchains/oasis/assets/0x1d1149a53deB36F2836Ae7877c9176413aDfA4A8/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "USD Coin (Portal from Solana)",
- "type": "OASIS",
- "symbol": "USDCso",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.circle.com/en/usdc",
- "explorer": "https://explorer.oasis.updev.si/token/0x1d1149a53deB36F2836Ae7877c9176413aDfA4A8",
- "status": "active",
- "id": "0x1d1149a53deB36F2836Ae7877c9176413aDfA4A8",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/oasis/assets/0x1d1149a53deB36F2836Ae7877c9176413aDfA4A8/logo.png b/blockchains/oasis/assets/0x1d1149a53deB36F2836Ae7877c9176413aDfA4A8/logo.png
deleted file mode 100644
index c9ca83078881a..0000000000000
Binary files a/blockchains/oasis/assets/0x1d1149a53deB36F2836Ae7877c9176413aDfA4A8/logo.png and /dev/null differ
diff --git a/blockchains/oasis/assets/0x24285C5232ce3858F00bacb950Cae1f59d1b2704/info.json b/blockchains/oasis/assets/0x24285C5232ce3858F00bacb950Cae1f59d1b2704/info.json
deleted file mode 100644
index 95f7a0c60e765..0000000000000
--- a/blockchains/oasis/assets/0x24285C5232ce3858F00bacb950Cae1f59d1b2704/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Tether USD (Portal from Solana)",
- "type": "OASIS",
- "symbol": "USDTso",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://tether.to/",
- "explorer": "https://explorer.oasis.updev.si/token/0x24285C5232ce3858F00bacb950Cae1f59d1b2704",
- "status": "active",
- "id": "0x24285C5232ce3858F00bacb950Cae1f59d1b2704",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/oasis/assets/0x24285C5232ce3858F00bacb950Cae1f59d1b2704/logo.png b/blockchains/oasis/assets/0x24285C5232ce3858F00bacb950Cae1f59d1b2704/logo.png
deleted file mode 100644
index d52df831af1f9..0000000000000
Binary files a/blockchains/oasis/assets/0x24285C5232ce3858F00bacb950Cae1f59d1b2704/logo.png and /dev/null differ
diff --git a/blockchains/oasis/assets/0x3223f17957Ba502cbe71401D55A0DB26E5F7c68F/info.json b/blockchains/oasis/assets/0x3223f17957Ba502cbe71401D55A0DB26E5F7c68F/info.json
deleted file mode 100644
index ee52212045e03..0000000000000
--- a/blockchains/oasis/assets/0x3223f17957Ba502cbe71401D55A0DB26E5F7c68F/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Ether (Portal)",
- "type": "OASIS",
- "symbol": "ETH",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://ethereum.org/en/",
- "explorer": "https://explorer.oasis.updev.si/token/0x3223f17957Ba502cbe71401D55A0DB26E5F7c68F",
- "status": "active",
- "id": "0x3223f17957Ba502cbe71401D55A0DB26E5F7c68F",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/oasis/assets/0x3223f17957Ba502cbe71401D55A0DB26E5F7c68F/logo.png b/blockchains/oasis/assets/0x3223f17957Ba502cbe71401D55A0DB26E5F7c68F/logo.png
deleted file mode 100644
index 2d99a939536c4..0000000000000
Binary files a/blockchains/oasis/assets/0x3223f17957Ba502cbe71401D55A0DB26E5F7c68F/logo.png and /dev/null differ
diff --git a/blockchains/oasis/assets/0x32847e63E99D3a044908763056e25694490082F8/info.json b/blockchains/oasis/assets/0x32847e63E99D3a044908763056e25694490082F8/info.json
deleted file mode 100644
index 0a3f0d1c1b907..0000000000000
--- a/blockchains/oasis/assets/0x32847e63E99D3a044908763056e25694490082F8/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "AVAX (Portal)",
- "type": "OASIS",
- "symbol": "AVAX",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.avax.network/",
- "explorer": "https://explorer.oasis.updev.si/token/0x32847e63E99D3a044908763056e25694490082F8",
- "status": "active",
- "id": "0x32847e63E99D3a044908763056e25694490082F8",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/oasis/assets/0x32847e63E99D3a044908763056e25694490082F8/logo.png b/blockchains/oasis/assets/0x32847e63E99D3a044908763056e25694490082F8/logo.png
deleted file mode 100644
index 5cfbd9abb2f7c..0000000000000
Binary files a/blockchains/oasis/assets/0x32847e63E99D3a044908763056e25694490082F8/logo.png and /dev/null differ
diff --git a/blockchains/oasis/assets/0x366EF31C8dc715cbeff5fA54Ad106dC9c25C6153/info.json b/blockchains/oasis/assets/0x366EF31C8dc715cbeff5fA54Ad106dC9c25C6153/info.json
deleted file mode 100644
index 6d20f230948ae..0000000000000
--- a/blockchains/oasis/assets/0x366EF31C8dc715cbeff5fA54Ad106dC9c25C6153/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Tether USD (Portal from BSC)",
- "type": "OASIS",
- "symbol": "USDTbs",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://tether.to/",
- "explorer": "https://explorer.oasis.updev.si/token/0x366EF31C8dc715cbeff5fA54Ad106dC9c25C6153",
- "status": "active",
- "id": "0x366EF31C8dc715cbeff5fA54Ad106dC9c25C6153",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/oasis/assets/0x366EF31C8dc715cbeff5fA54Ad106dC9c25C6153/logo.png b/blockchains/oasis/assets/0x366EF31C8dc715cbeff5fA54Ad106dC9c25C6153/logo.png
deleted file mode 100644
index 498219815a122..0000000000000
Binary files a/blockchains/oasis/assets/0x366EF31C8dc715cbeff5fA54Ad106dC9c25C6153/logo.png and /dev/null differ
diff --git a/blockchains/oasis/assets/0x3E62a9c3aF8b810dE79645C4579acC8f0d06a241/info.json b/blockchains/oasis/assets/0x3E62a9c3aF8b810dE79645C4579acC8f0d06a241/info.json
deleted file mode 100644
index 7e977ae1097a3..0000000000000
--- a/blockchains/oasis/assets/0x3E62a9c3aF8b810dE79645C4579acC8f0d06a241/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "USD Coin (PoS) (Portal from Polygon)",
- "type": "OASIS",
- "symbol": "USDCpo",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.circle.com/en/usdc",
- "explorer": "https://explorer.oasis.updev.si/token/0x3E62a9c3aF8b810dE79645C4579acC8f0d06a241",
- "status": "active",
- "id": "0x3E62a9c3aF8b810dE79645C4579acC8f0d06a241",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/oasis/assets/0x3E62a9c3aF8b810dE79645C4579acC8f0d06a241/logo.png b/blockchains/oasis/assets/0x3E62a9c3aF8b810dE79645C4579acC8f0d06a241/logo.png
deleted file mode 100644
index 4e3f74d233943..0000000000000
Binary files a/blockchains/oasis/assets/0x3E62a9c3aF8b810dE79645C4579acC8f0d06a241/logo.png and /dev/null differ
diff --git a/blockchains/oasis/assets/0x4F43717B20ae319Aa50BC5B2349B93af5f7Ac823/info.json b/blockchains/oasis/assets/0x4F43717B20ae319Aa50BC5B2349B93af5f7Ac823/info.json
deleted file mode 100644
index 8eaa3eb524924..0000000000000
--- a/blockchains/oasis/assets/0x4F43717B20ae319Aa50BC5B2349B93af5f7Ac823/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "LUNA (Portal)",
- "type": "OASIS",
- "symbol": "LUNA",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://terra.money",
- "explorer": "https://explorer.oasis.updev.si/token/0x4F43717B20ae319Aa50BC5B2349B93af5f7Ac823",
- "status": "active",
- "id": "0x4F43717B20ae319Aa50BC5B2349B93af5f7Ac823",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/oasis/assets/0x4F43717B20ae319Aa50BC5B2349B93af5f7Ac823/logo.png b/blockchains/oasis/assets/0x4F43717B20ae319Aa50BC5B2349B93af5f7Ac823/logo.png
deleted file mode 100644
index 2a885151a2b72..0000000000000
Binary files a/blockchains/oasis/assets/0x4F43717B20ae319Aa50BC5B2349B93af5f7Ac823/logo.png and /dev/null differ
diff --git a/blockchains/oasis/assets/0x4cA2A3De42eabC8fd8b0AC46127E64DB08b9150e/info.json b/blockchains/oasis/assets/0x4cA2A3De42eabC8fd8b0AC46127E64DB08b9150e/info.json
deleted file mode 100644
index 9e0e3daaf7722..0000000000000
--- a/blockchains/oasis/assets/0x4cA2A3De42eabC8fd8b0AC46127E64DB08b9150e/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "USD Coin (Portal from BSC)",
- "type": "OASIS",
- "symbol": "USDCbs",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.circle.com/en/usdc",
- "explorer": "https://explorer.oasis.updev.si/token/0x4cA2A3De42eabC8fd8b0AC46127E64DB08b9150e",
- "status": "active",
- "id": "0x4cA2A3De42eabC8fd8b0AC46127E64DB08b9150e",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/oasis/assets/0x4cA2A3De42eabC8fd8b0AC46127E64DB08b9150e/logo.png b/blockchains/oasis/assets/0x4cA2A3De42eabC8fd8b0AC46127E64DB08b9150e/logo.png
deleted file mode 100644
index 8ec55937f4dba..0000000000000
Binary files a/blockchains/oasis/assets/0x4cA2A3De42eabC8fd8b0AC46127E64DB08b9150e/logo.png and /dev/null differ
diff --git a/blockchains/oasis/assets/0xE8A638b3B7565Ee7c5eb9755E58552aFc87b94DD/info.json b/blockchains/oasis/assets/0xE8A638b3B7565Ee7c5eb9755E58552aFc87b94DD/info.json
deleted file mode 100644
index c52404412a5cb..0000000000000
--- a/blockchains/oasis/assets/0xE8A638b3B7565Ee7c5eb9755E58552aFc87b94DD/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "USD Coin (Portal from Ethereum)",
- "type": "OASIS",
- "symbol": "USDCet",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.circle.com/en/usdc",
- "explorer": "https://explorer.oasis.updev.si/token/0xE8A638b3B7565Ee7c5eb9755E58552aFc87b94DD",
- "status": "active",
- "id": "0xE8A638b3B7565Ee7c5eb9755E58552aFc87b94DD",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/oasis/assets/0xE8A638b3B7565Ee7c5eb9755E58552aFc87b94DD/logo.png b/blockchains/oasis/assets/0xE8A638b3B7565Ee7c5eb9755E58552aFc87b94DD/logo.png
deleted file mode 100644
index ed00e43fcfe9b..0000000000000
Binary files a/blockchains/oasis/assets/0xE8A638b3B7565Ee7c5eb9755E58552aFc87b94DD/logo.png and /dev/null differ
diff --git a/blockchains/oasis/assets/0xFffD69E757d8220CEA60dc80B9Fe1a30b58c94F3/info.json b/blockchains/oasis/assets/0xFffD69E757d8220CEA60dc80B9Fe1a30b58c94F3/info.json
deleted file mode 100644
index 854d6d1295f48..0000000000000
--- a/blockchains/oasis/assets/0xFffD69E757d8220CEA60dc80B9Fe1a30b58c94F3/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Tether USD (PoS) (Portal from Polygon)",
- "type": "OASIS",
- "symbol": "USDTpo",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://tether.to/",
- "explorer": "https://explorer.oasis.updev.si/token/0xFffD69E757d8220CEA60dc80B9Fe1a30b58c94F3",
- "status": "active",
- "id": "0xFffD69E757d8220CEA60dc80B9Fe1a30b58c94F3",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/oasis/assets/0xFffD69E757d8220CEA60dc80B9Fe1a30b58c94F3/logo.png b/blockchains/oasis/assets/0xFffD69E757d8220CEA60dc80B9Fe1a30b58c94F3/logo.png
deleted file mode 100644
index 3555ddd31d42f..0000000000000
Binary files a/blockchains/oasis/assets/0xFffD69E757d8220CEA60dc80B9Fe1a30b58c94F3/logo.png and /dev/null differ
diff --git a/blockchains/oasis/assets/0xa1E73c01E0cF7930F5e91CB291031739FE5Ad6C2/info.json b/blockchains/oasis/assets/0xa1E73c01E0cF7930F5e91CB291031739FE5Ad6C2/info.json
deleted file mode 100644
index f10431331b0e5..0000000000000
--- a/blockchains/oasis/assets/0xa1E73c01E0cF7930F5e91CB291031739FE5Ad6C2/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "UST (Portal)",
- "type": "OASIS",
- "symbol": "UST",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://terra.money",
- "explorer": "https://explorer.oasis.updev.si/token/0xa1E73c01E0cF7930F5e91CB291031739FE5Ad6C2",
- "status": "active",
- "id": "0xa1E73c01E0cF7930F5e91CB291031739FE5Ad6C2",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/oasis/assets/0xa1E73c01E0cF7930F5e91CB291031739FE5Ad6C2/logo.png b/blockchains/oasis/assets/0xa1E73c01E0cF7930F5e91CB291031739FE5Ad6C2/logo.png
deleted file mode 100644
index e3110cce3bde2..0000000000000
Binary files a/blockchains/oasis/assets/0xa1E73c01E0cF7930F5e91CB291031739FE5Ad6C2/logo.png and /dev/null differ
diff --git a/blockchains/oasis/assets/0xd17dDAC91670274F7ba1590a06EcA0f2FD2b12bc/info.json b/blockchains/oasis/assets/0xd17dDAC91670274F7ba1590a06EcA0f2FD2b12bc/info.json
deleted file mode 100644
index c0998f14c6cc2..0000000000000
--- a/blockchains/oasis/assets/0xd17dDAC91670274F7ba1590a06EcA0f2FD2b12bc/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "SOL (Portal)",
- "type": "OASIS",
- "symbol": "SOL",
- "decimals": 9,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://solana.com/",
- "explorer": "https://explorer.oasis.updev.si/token/0xd17dDAC91670274F7ba1590a06EcA0f2FD2b12bc",
- "status": "active",
- "id": "0xd17dDAC91670274F7ba1590a06EcA0f2FD2b12bc",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/oasis/assets/0xd17dDAC91670274F7ba1590a06EcA0f2FD2b12bc/logo.png b/blockchains/oasis/assets/0xd17dDAC91670274F7ba1590a06EcA0f2FD2b12bc/logo.png
deleted file mode 100644
index 7a2e75fd77f1b..0000000000000
Binary files a/blockchains/oasis/assets/0xd17dDAC91670274F7ba1590a06EcA0f2FD2b12bc/logo.png and /dev/null differ
diff --git a/blockchains/oasis/assets/0xd43ce0aa2a29DCb75bDb83085703dc589DE6C7eb/info.json b/blockchains/oasis/assets/0xd43ce0aa2a29DCb75bDb83085703dc589DE6C7eb/info.json
deleted file mode 100644
index ad792c3e85275..0000000000000
--- a/blockchains/oasis/assets/0xd43ce0aa2a29DCb75bDb83085703dc589DE6C7eb/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Wrapped BTC (Portal)",
- "type": "OASIS",
- "symbol": "WBTC",
- "decimals": 8,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.wbtc.network/",
- "explorer": "https://explorer.oasis.updev.si/token/0xd43ce0aa2a29DCb75bDb83085703dc589DE6C7eb",
- "status": "active",
- "id": "0xd43ce0aa2a29DCb75bDb83085703dc589DE6C7eb",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/oasis/assets/0xd43ce0aa2a29DCb75bDb83085703dc589DE6C7eb/logo.png b/blockchains/oasis/assets/0xd43ce0aa2a29DCb75bDb83085703dc589DE6C7eb/logo.png
deleted file mode 100644
index d603db0efae1f..0000000000000
Binary files a/blockchains/oasis/assets/0xd43ce0aa2a29DCb75bDb83085703dc589DE6C7eb/logo.png and /dev/null differ
diff --git a/blockchains/oasis/assets/0xd79Ef9A91b56c690C7b80570a3c060678667f469/info.json b/blockchains/oasis/assets/0xd79Ef9A91b56c690C7b80570a3c060678667f469/info.json
deleted file mode 100644
index 0eee9954ebda3..0000000000000
--- a/blockchains/oasis/assets/0xd79Ef9A91b56c690C7b80570a3c060678667f469/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Binance Coin (Portal)",
- "type": "OASIS",
- "symbol": "BNB",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.binance.com/",
- "explorer": "https://explorer.oasis.updev.si/token/0xd79Ef9A91b56c690C7b80570a3c060678667f469",
- "status": "active",
- "id": "0xd79Ef9A91b56c690C7b80570a3c060678667f469",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/oasis/assets/0xd79Ef9A91b56c690C7b80570a3c060678667f469/logo.png b/blockchains/oasis/assets/0xd79Ef9A91b56c690C7b80570a3c060678667f469/logo.png
deleted file mode 100644
index 24a702d4390f2..0000000000000
Binary files a/blockchains/oasis/assets/0xd79Ef9A91b56c690C7b80570a3c060678667f469/logo.png and /dev/null differ
diff --git a/blockchains/oasis/assets/0xdC19A122e268128B5eE20366299fc7b5b199C8e3/info.json b/blockchains/oasis/assets/0xdC19A122e268128B5eE20366299fc7b5b199C8e3/info.json
deleted file mode 100644
index 377c0f141b766..0000000000000
--- a/blockchains/oasis/assets/0xdC19A122e268128B5eE20366299fc7b5b199C8e3/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Tether USD (Portal from Ethereum)",
- "type": "OASIS",
- "symbol": "USDTet",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://tether.to/",
- "explorer": "https://explorer.oasis.updev.si/token/0xdC19A122e268128B5eE20366299fc7b5b199C8e3",
- "status": "active",
- "id": "0xdC19A122e268128B5eE20366299fc7b5b199C8e3",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/oasis/assets/0xdC19A122e268128B5eE20366299fc7b5b199C8e3/logo.png b/blockchains/oasis/assets/0xdC19A122e268128B5eE20366299fc7b5b199C8e3/logo.png
deleted file mode 100644
index 46b9968e18279..0000000000000
Binary files a/blockchains/oasis/assets/0xdC19A122e268128B5eE20366299fc7b5b199C8e3/logo.png and /dev/null differ
diff --git a/blockchains/oasis/assets/0xf6568FD76f9fcD1f60f73b730F142853c5eF627E/info.json b/blockchains/oasis/assets/0xf6568FD76f9fcD1f60f73b730F142853c5eF627E/info.json
deleted file mode 100644
index 04858ee3113ae..0000000000000
--- a/blockchains/oasis/assets/0xf6568FD76f9fcD1f60f73b730F142853c5eF627E/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Binance USD (Portal from BSC)",
- "type": "OASIS",
- "symbol": "BUSDbs",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.paxos.com/busd/",
- "explorer": "https://explorer.oasis.updev.si/token/0xf6568FD76f9fcD1f60f73b730F142853c5eF627E",
- "status": "active",
- "id": "0xf6568FD76f9fcD1f60f73b730F142853c5eF627E",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/oasis/assets/0xf6568FD76f9fcD1f60f73b730F142853c5eF627E/logo.png b/blockchains/oasis/assets/0xf6568FD76f9fcD1f60f73b730F142853c5eF627E/logo.png
deleted file mode 100644
index 58b66f7e91e64..0000000000000
Binary files a/blockchains/oasis/assets/0xf6568FD76f9fcD1f60f73b730F142853c5eF627E/logo.png and /dev/null differ
diff --git a/blockchains/oasis/info/info.json b/blockchains/oasis/info/info.json
deleted file mode 100644
index c7100c48f04db..0000000000000
--- a/blockchains/oasis/info/info.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "name": "Oasis Network",
- "website": "https://oasisprotocol.org/",
- "description": "The Oasis Network is a privacy-enabled scalable blockchain network built for open finance and a responsible data economy.",
- "explorer": "https://www.oasisscan.com/",
- "research": "https://research.binance.com/en/projects/oasis-network",
- "symbol": "ROSE",
- "type": "coin",
- "rpc_url": "https://emerald.oasis.dev",
- "coin_type": 474,
- "decimals": 8,
- "status": "abandoned",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/oasisprotocol/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/oasisprotocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/oasisprotocolcommunity"
- },
- {
- "name": "medium",
- "url": "https://medium.com/oasis-protocol-project"
- },
- {
- "name": "whitepaper",
- "url": "https://oasisprotocol.org/papers"
- }
- ]
-}
diff --git a/blockchains/oasis/info/logo.png b/blockchains/oasis/info/logo.png
deleted file mode 100644
index e7515fbf606a8..0000000000000
Binary files a/blockchains/oasis/info/logo.png and /dev/null differ
diff --git a/blockchains/okc/assets/0x382bB369d343125BfB2117af9c149795C6C65C50/info.json b/blockchains/okc/assets/0x382bB369d343125BfB2117af9c149795C6C65C50/info.json
deleted file mode 100644
index ed71e236fd393..0000000000000
--- a/blockchains/okc/assets/0x382bB369d343125BfB2117af9c149795C6C65C50/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Tether USD",
- "symbol": "USDT",
- "type": "KIP20",
- "decimals": 18,
- "explorer": "https://www.oklink.com/en/okc/address/0x382bB369d343125BfB2117af9c149795C6C65C50",
- "status": "active",
- "id": "0x382bB369d343125BfB2117af9c149795C6C65C50",
- "website": "https://tether.to/en/",
- "description": "Tether (USDT) is a cryptocurrency mirroring the value of the U.S. dollar."
-}
\ No newline at end of file
diff --git a/blockchains/okc/assets/0x382bB369d343125BfB2117af9c149795C6C65C50/logo.png b/blockchains/okc/assets/0x382bB369d343125BfB2117af9c149795C6C65C50/logo.png
deleted file mode 100644
index 59d44aeeefd94..0000000000000
Binary files a/blockchains/okc/assets/0x382bB369d343125BfB2117af9c149795C6C65C50/logo.png and /dev/null differ
diff --git a/blockchains/okc/assets/0x8F8526dbfd6E38E3D8307702cA8469Bae6C56C15/info.json b/blockchains/okc/assets/0x8F8526dbfd6E38E3D8307702cA8469Bae6C56C15/info.json
deleted file mode 100644
index 885993e7e4cc4..0000000000000
--- a/blockchains/okc/assets/0x8F8526dbfd6E38E3D8307702cA8469Bae6C56C15/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wrapped OKT",
- "explorer": "https://www.oklink.com/en/okc/address/0x8F8526dbfd6E38E3D8307702cA8469Bae6C56C15",
- "symbol": "WOKT",
- "type": "KIP20",
- "decimals": 18,
- "status": "active",
- "id": "0x8F8526dbfd6E38E3D8307702cA8469Bae6C56C15",
- "description": "WOKT is wrapped OKT.",
- "website": "https://www.okx.com/okc"
-}
diff --git a/blockchains/okc/assets/0x8F8526dbfd6E38E3D8307702cA8469Bae6C56C15/logo.png b/blockchains/okc/assets/0x8F8526dbfd6E38E3D8307702cA8469Bae6C56C15/logo.png
deleted file mode 100644
index 418152bd5795f..0000000000000
Binary files a/blockchains/okc/assets/0x8F8526dbfd6E38E3D8307702cA8469Bae6C56C15/logo.png and /dev/null differ
diff --git a/blockchains/okc/assets/0xc946DAf81b08146B1C7A8Da2A851Ddf2B3EAaf85/info.json b/blockchains/okc/assets/0xc946DAf81b08146B1C7A8Da2A851Ddf2B3EAaf85/info.json
deleted file mode 100644
index ddab02d92d0f4..0000000000000
--- a/blockchains/okc/assets/0xc946DAf81b08146B1C7A8Da2A851Ddf2B3EAaf85/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "USD Coin",
- "symbol": "USDC",
- "type": "KIP20",
- "decimals": 18,
- "explorer": "https://www.oklink.com/en/okc/address/0xc946DAf81b08146B1C7A8Da2A851Ddf2B3EAaf85",
- "status": "active",
- "id": "0xc946DAf81b08146B1C7A8Da2A851Ddf2B3EAaf85",
- "website": "https://www.okx.com/okc",
- "description": "USDC is a token issued by OKX Chain, where the price is pegged to USDC at a rate of 1 USDC (KIP20) = 1 USDC."
-}
\ No newline at end of file
diff --git a/blockchains/okc/assets/0xc946DAf81b08146B1C7A8Da2A851Ddf2B3EAaf85/logo.png b/blockchains/okc/assets/0xc946DAf81b08146B1C7A8Da2A851Ddf2B3EAaf85/logo.png
deleted file mode 100644
index b6f150d8a7d46..0000000000000
Binary files a/blockchains/okc/assets/0xc946DAf81b08146B1C7A8Da2A851Ddf2B3EAaf85/logo.png and /dev/null differ
diff --git a/blockchains/okc/assets/0xdF54B6c6195EA4d948D03bfD818D365cf175cFC2/info.json b/blockchains/okc/assets/0xdF54B6c6195EA4d948D03bfD818D365cf175cFC2/info.json
deleted file mode 100644
index da3ef4dd7a3ad..0000000000000
--- a/blockchains/okc/assets/0xdF54B6c6195EA4d948D03bfD818D365cf175cFC2/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "OKB Token",
- "symbol": "OKB",
- "type": "KIP20",
- "decimals": 18,
- "explorer": "https://www.oklink.com/en/okc/address/0xdF54B6c6195EA4d948D03bfD818D365cf175cFC2",
- "status": "active",
- "id": "0xdF54B6c6195EA4d948D03bfD818D365cf175cFC2",
- "website": "https://www.okx.com/okb",
- "description": "Utility token for OKX Ecosystem."
-}
\ No newline at end of file
diff --git a/blockchains/okc/assets/0xdF54B6c6195EA4d948D03bfD818D365cf175cFC2/logo.png b/blockchains/okc/assets/0xdF54B6c6195EA4d948D03bfD818D365cf175cFC2/logo.png
deleted file mode 100644
index 525a1dae37469..0000000000000
Binary files a/blockchains/okc/assets/0xdF54B6c6195EA4d948D03bfD818D365cf175cFC2/logo.png and /dev/null differ
diff --git a/blockchains/okc/info/info.json b/blockchains/okc/info/info.json
deleted file mode 100644
index 40bae2a64e759..0000000000000
--- a/blockchains/okc/info/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "OKX Chain",
- "type": "coin",
- "symbol": "OKT",
- "decimals": 18,
- "website": "https://www.okx.com/okc",
- "research": "https://okc-docs.readthedocs.io/en/latest",
- "description": "OKC is a secure & programmable smart contracts platform for next-generation decentralized applications, backed by OKX, one of the largest crypto exchanges.",
- "explorer": "https://www.oklink.com/en/okc/",
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/okex/exchain"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/OKCnetwork"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/2rynEUqJxP"
- }
- ]
-}
diff --git a/blockchains/okc/info/logo.png b/blockchains/okc/info/logo.png
deleted file mode 100644
index 525a1dae37469..0000000000000
Binary files a/blockchains/okc/info/logo.png and /dev/null differ
diff --git a/blockchains/okc/tokenlist.json b/blockchains/okc/tokenlist.json
deleted file mode 100644
index bc071657201d6..0000000000000
--- a/blockchains/okc/tokenlist.json
+++ /dev/null
@@ -1,43 +0,0 @@
- {
- "name": "Trust Wallet: OKC List",
- "logoURI": "https://trustwallet.com/assets/images/favicon.png",
- "timestamp": "2022-07-27T00:00:00.000Z",
- "tokens": [
- {
- "asset": "c996_t0x8F8526dbfd6E38E3D8307702cA8469Bae6C56C15",
- "type": "KIP20",
- "address":"0x8F8526dbfd6E38E3D8307702cA8469Bae6C56C15",
- "name": "Wrapped OKT",
- "symbol": "WOKT",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/okc/assets/0x8F8526dbfd6E38E3D8307702cA8469Bae6C56C15/logo.png"
- },
- {
- "asset": "c996_t0xdF54B6c6195EA4d948D03bfD818D365cf175cFC2",
- "type": "KIP20",
- "address": "0xdF54B6c6195EA4d948D03bfD818D365cf175cFC2",
- "name": "OKB Token",
- "symbol": "OKB",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/okc/assets/0xdF54B6c6195EA4d948D03bfD818D365cf175cFC2/logo.png"
- },
- {
- "asset": "c996_t0x382bB369d343125BfB2117af9c149795C6C65C50",
- "type": "KIP20",
- "address": "0x382bB369d343125BfB2117af9c149795C6C65C50",
- "name": "Tether USD",
- "symbol": "USDT",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/okc/assets/0x382bB369d343125BfB2117af9c149795C6C65C50/logo.png"
- },
- {
- "asset": "c996_t0xc946DAf81b08146B1C7A8Da2A851Ddf2B3EAaf85",
- "type": "KIP20",
- "address": "0xc946DAf81b08146B1C7A8Da2A851Ddf2B3EAaf85",
- "name": "USD Coin",
- "symbol": "USDC",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/okc/assets/0xc946DAf81b08146B1C7A8Da2A851Ddf2B3EAaf85/logo.png"
- }
- ]
- }
\ No newline at end of file
diff --git a/blockchains/okx/info/info.json b/blockchains/okx/info/info.json
deleted file mode 100644
index 07c759e4bc0c1..0000000000000
--- a/blockchains/okx/info/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "OKXChain Mainnet",
- "website": "https://www.okx.com/",
- "description": "OKB is a global utility token issued by OK Blockchain foundation.",
- "explorer": "https://www.oklink.com/oktc",
- "symbol": "OKT",
- "rpc_url": "https://exchainrpc.okex.org",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "coin_type": 996
-}
diff --git a/blockchains/okx/info/logo.png b/blockchains/okx/info/logo.png
deleted file mode 100644
index 853e12d99144a..0000000000000
Binary files a/blockchains/okx/info/logo.png and /dev/null differ
diff --git a/blockchains/okxchain/info/info.json b/blockchains/okxchain/info/info.json
deleted file mode 100644
index 7ed615b4216ba..0000000000000
--- a/blockchains/okxchain/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "OKC Token",
- "type": "coin",
- "coin_type": 996,
- "symbol": "OKT",
- "decimals": 18,
- "website": "https://www.okx.com/okc",
- "description": "OKC is a secure & programmable smart contracts platform for the next-gen Web3 applications.",
- "explorer": "https://www.oklink.com/en/",
- "rpc_url": "https://exchainrpc.okex.org",
- "status": "active",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/OKCNetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/OKCNetwork"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/okt/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/okxchain/info/logo.png b/blockchains/okxchain/info/logo.png
deleted file mode 100644
index 636b2111259b4..0000000000000
Binary files a/blockchains/okxchain/info/logo.png and /dev/null differ
diff --git a/blockchains/ontology/assets/ong/info.json b/blockchains/ontology/assets/ong/info.json
deleted file mode 100644
index a3a40b2190815..0000000000000
--- a/blockchains/ontology/assets/ong/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ontology Gas",
- "symbol": "ONG",
- "type": "ONTOLOGY",
- "decimals": 9,
- "description": "-",
- "website": "",
- "explorer": "https://explorer.ont.io",
- "status": "active",
- "id": "ong"
-}
\ No newline at end of file
diff --git a/blockchains/ontology/assets/ong/logo.png b/blockchains/ontology/assets/ong/logo.png
deleted file mode 100644
index 9b62ccb1f6b39..0000000000000
Binary files a/blockchains/ontology/assets/ong/logo.png and /dev/null differ
diff --git a/blockchains/ontology/info/info.json b/blockchains/ontology/info/info.json
deleted file mode 100644
index 1881b9948d24c..0000000000000
--- a/blockchains/ontology/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Ontology",
- "website": "https://ont.io",
- "description": "Ontology is a new high-performance public blockchain project & a distributed trust collaboration platform that include a series of complete distributed ledgers and smart contract systems.",
- "explorer": "https://explorer.ont.io",
- "research": "https://research.binance.com/en/projects/ontology",
- "symbol": "ONT",
- "type": "coin",
- "decimals": 0,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ontio"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/OntologyNetwork"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/OntologyNetwork"
- },
- {
- "name": "whitepaper",
- "url": "https://ont.io/wp/Ontology-Introductory-White-Paper-EN.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ontology/info/logo.png b/blockchains/ontology/info/logo.png
deleted file mode 100644
index 25ffd17b23344..0000000000000
Binary files a/blockchains/ontology/info/logo.png and /dev/null differ
diff --git a/blockchains/ontology/validators/list.json b/blockchains/ontology/validators/list.json
deleted file mode 100644
index 0637a088a01e8..0000000000000
--- a/blockchains/ontology/validators/list.json
+++ /dev/null
@@ -1 +0,0 @@
-[]
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x0994206dfE8De6Ec6920FF4D779B0d950605Fb53/info.json b/blockchains/optimism/assets/0x0994206dfE8De6Ec6920FF4D779B0d950605Fb53/info.json
deleted file mode 100644
index a775617eb58a2..0000000000000
--- a/blockchains/optimism/assets/0x0994206dfE8De6Ec6920FF4D779B0d950605Fb53/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Curve DAO Token",
- "symbol": "CRV",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x0994206dfE8De6Ec6920FF4D779B0d950605Fb53"
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x0994206dfE8De6Ec6920FF4D779B0d950605Fb53/logo.png b/blockchains/optimism/assets/0x0994206dfE8De6Ec6920FF4D779B0d950605Fb53/logo.png
deleted file mode 100644
index b820f250c2d3b..0000000000000
Binary files a/blockchains/optimism/assets/0x0994206dfE8De6Ec6920FF4D779B0d950605Fb53/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85/info.json b/blockchains/optimism/assets/0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85/info.json
deleted file mode 100644
index 7db4176c7eb01..0000000000000
--- a/blockchains/optimism/assets/0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "USD Coin",
- "symbol": "USDC",
- "type": "ERC20",
- "decimals": 6,
- "id": "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85"
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85/logo.png b/blockchains/optimism/assets/0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85/logo.png
deleted file mode 100644
index eafbaac194aa7..0000000000000
Binary files a/blockchains/optimism/assets/0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x3390108E913824B8eaD638444cc52B9aBdF63798/info.json b/blockchains/optimism/assets/0x3390108E913824B8eaD638444cc52B9aBdF63798/info.json
deleted file mode 100644
index 38c500d002213..0000000000000
--- a/blockchains/optimism/assets/0x3390108E913824B8eaD638444cc52B9aBdF63798/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Mask Network",
- "symbol": "MASK",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x3390108E913824B8eaD638444cc52B9aBdF63798"
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x3390108E913824B8eaD638444cc52B9aBdF63798/logo.png b/blockchains/optimism/assets/0x3390108E913824B8eaD638444cc52B9aBdF63798/logo.png
deleted file mode 100644
index a87ba04bd0969..0000000000000
Binary files a/blockchains/optimism/assets/0x3390108E913824B8eaD638444cc52B9aBdF63798/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6/info.json b/blockchains/optimism/assets/0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6/info.json
deleted file mode 100644
index 3e12eaef72924..0000000000000
--- a/blockchains/optimism/assets/0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "ChainLink",
- "symbol": "LINK",
- "type": "OPTIMISM",
- "decimals": 18,
- "description": "A blockchain-based middleware, acting as a bridge between cryptocurrency smart contracts, data feeds, APIs and traditional bank account payments.",
- "website": "https://chain.link/",
- "explorer": "https://optimistic.etherscan.io/token/0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6",
- "status": "active",
- "id": "0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/chainlink"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/chainlink/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/chainlink/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6/logo.png b/blockchains/optimism/assets/0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6/logo.png
deleted file mode 100644
index ab55f5e21fae2..0000000000000
Binary files a/blockchains/optimism/assets/0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x3e7eF8f50246f725885102E8238CBba33F276747/info.json b/blockchains/optimism/assets/0x3e7eF8f50246f725885102E8238CBba33F276747/info.json
deleted file mode 100644
index 5f894ddd5ef81..0000000000000
--- a/blockchains/optimism/assets/0x3e7eF8f50246f725885102E8238CBba33F276747/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "BarnBridge",
- "symbol": "BOND",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x3e7eF8f50246f725885102E8238CBba33F276747"
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x3e7eF8f50246f725885102E8238CBba33F276747/logo.png b/blockchains/optimism/assets/0x3e7eF8f50246f725885102E8238CBba33F276747/logo.png
deleted file mode 100644
index 3df299a4133b9..0000000000000
Binary files a/blockchains/optimism/assets/0x3e7eF8f50246f725885102E8238CBba33F276747/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x4200000000000000000000000000000000000006/info.json b/blockchains/optimism/assets/0x4200000000000000000000000000000000000006/info.json
deleted file mode 100644
index 3b16f337cb660..0000000000000
--- a/blockchains/optimism/assets/0x4200000000000000000000000000000000000006/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Wrapped Ether",
- "symbol": "WETH",
- "type": "OPTIMISM",
- "decimals": 18,
- "description": "wETH is wrapped ETH",
- "website": "https://weth.io/",
- "explorer": "https://optimistic.etherscan.io/token/0x4200000000000000000000000000000000000006",
- "status": "active",
- "id": "0x4200000000000000000000000000000000000006",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/weth/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/weth/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x4200000000000000000000000000000000000006/logo.png b/blockchains/optimism/assets/0x4200000000000000000000000000000000000006/logo.png
deleted file mode 100644
index bf957d38c766d..0000000000000
Binary files a/blockchains/optimism/assets/0x4200000000000000000000000000000000000006/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x4200000000000000000000000000000000000042/info.json b/blockchains/optimism/assets/0x4200000000000000000000000000000000000042/info.json
deleted file mode 100644
index a4e1cde25abf8..0000000000000
--- a/blockchains/optimism/assets/0x4200000000000000000000000000000000000042/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Optimism",
- "symbol": "OP",
- "type": "OPTIMISM",
- "decimals": 18,
- "description": "Optimism is a Layer 2 scaling solution for Ethereum.",
- "website": "https://app.optimism.io/governance",
- "explorer": "https://optimistic.etherscan.io/token/0x4200000000000000000000000000000000000042",
- "status": "active",
- "id": "0x4200000000000000000000000000000000000042",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/optimism-ethereum/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/optimismPBC"
- },
- {
- "name": "github",
- "url": "https://github.com/ethereum-optimism/"
- }
- ],
- "tags": [
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x4200000000000000000000000000000000000042/logo.png b/blockchains/optimism/assets/0x4200000000000000000000000000000000000042/logo.png
deleted file mode 100644
index 0632ece281a91..0000000000000
Binary files a/blockchains/optimism/assets/0x4200000000000000000000000000000000000042/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x5029C236320b8f15eF0a657054B84d90bfBEDED3/info.json b/blockchains/optimism/assets/0x5029C236320b8f15eF0a657054B84d90bfBEDED3/info.json
deleted file mode 100644
index 5cfef792c3767..0000000000000
--- a/blockchains/optimism/assets/0x5029C236320b8f15eF0a657054B84d90bfBEDED3/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "BitANT",
- "symbol": "BitANT",
- "type": "OPTIMISM",
- "decimals": 18,
- "description": "BitANT is a governance token of BitBTC Protocol.10 billion BitANT have been minted at genesis, the team does not own any tokens: 80% liquidity is locked in DEX for 8 years; 15%,community airdrops; 5%,community mining. The exchange fee of the platform is mainly used to repurchase and burn BitANT.",
- "website": "https://bitbtc.money/",
- "explorer": "https://optimistic.etherscan.io/token/0x5029C236320b8f15eF0a657054B84d90bfBEDED3",
- "status": "active",
- "id": "0x5029C236320b8f15eF0a657054B84d90bfBEDED3",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/SatoshiNJunior"
- },
- {
- "name": "medium",
- "url": "https://ibitlabs.medium.com/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/bitant/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x5029C236320b8f15eF0a657054B84d90bfBEDED3/logo.png b/blockchains/optimism/assets/0x5029C236320b8f15eF0a657054B84d90bfBEDED3/logo.png
deleted file mode 100644
index 63e5322421fd5..0000000000000
Binary files a/blockchains/optimism/assets/0x5029C236320b8f15eF0a657054B84d90bfBEDED3/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x50Bce64397C75488465253c0A034b8097FeA6578/info.json b/blockchains/optimism/assets/0x50Bce64397C75488465253c0A034b8097FeA6578/info.json
deleted file mode 100644
index ca8001de331a4..0000000000000
--- a/blockchains/optimism/assets/0x50Bce64397C75488465253c0A034b8097FeA6578/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "HanChain",
- "type": "OPTIMISM",
- "symbol": "HAN",
- "decimals": 18,
- "website": "https://paykhan.io/",
- "description": "Dual cryptocurrency platform with DeFi structure focusing on real-life use.",
- "explorer": "https://optimistic.etherscan.io/token/0x50Bce64397C75488465253c0A034b8097FeA6578",
- "status": "active",
- "id": "0x50Bce64397C75488465253c0A034b8097FeA6578",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/HanIdentity"
- },
- {
- "name": "telegram",
- "url": "https://t.me/hanchain_official"
- },
- {
- "name": "github",
- "url": "https://github.com/hanchain-paykhan/hanchain/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/hanchain/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/hanchain/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x50Bce64397C75488465253c0A034b8097FeA6578/logo.png b/blockchains/optimism/assets/0x50Bce64397C75488465253c0A034b8097FeA6578/logo.png
deleted file mode 100644
index 49d0f41e0dbee..0000000000000
Binary files a/blockchains/optimism/assets/0x50Bce64397C75488465253c0A034b8097FeA6578/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb/info.json b/blockchains/optimism/assets/0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb/info.json
deleted file mode 100644
index 84dc215664bb6..0000000000000
--- a/blockchains/optimism/assets/0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Lyra Finance",
- "symbol": "LYRA",
- "type": "OPTIMISM",
- "decimals": 18,
- "description": "Lyra is an options trading protocol accessing the scalability of Layer 2 Ethereum to provide a robust, lightning-fast and reliable trading experience.",
- "website": "https://www.lyra.finance",
- "explorer": "https://optimistic.etherscan.io/token/0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
- "status": "active",
- "id": "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/lyrafinance"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/lyra-finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb/logo.png b/blockchains/optimism/assets/0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb/logo.png
deleted file mode 100644
index df7a96350cb40..0000000000000
Binary files a/blockchains/optimism/assets/0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x61BAADcF22d2565B0F471b291C475db5555e0b76/info.json b/blockchains/optimism/assets/0x61BAADcF22d2565B0F471b291C475db5555e0b76/info.json
deleted file mode 100644
index 1f64faf1ef7ac..0000000000000
--- a/blockchains/optimism/assets/0x61BAADcF22d2565B0F471b291C475db5555e0b76/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Aelin Token",
- "symbol": "AELIN",
- "type": "OPTIMISM",
- "decimals": 18,
- "description": "Aelin is a fundraising protocol built on Ethereum and launched on Optimism",
- "website": "https://aelin.xyz",
- "explorer": "https://optimistic.etherscan.io/token/0x61BAADcF22d2565B0F471b291C475db5555e0b76",
- "status": "active",
- "id": "0x61BAADcF22d2565B0F471b291C475db5555e0b76",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/aelin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/aelin"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x61BAADcF22d2565B0F471b291C475db5555e0b76/logo.png b/blockchains/optimism/assets/0x61BAADcF22d2565B0F471b291C475db5555e0b76/logo.png
deleted file mode 100644
index b35f66a38f5df..0000000000000
Binary files a/blockchains/optimism/assets/0x61BAADcF22d2565B0F471b291C475db5555e0b76/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x65559aA14915a70190438eF90104769e5E890A00/info.json b/blockchains/optimism/assets/0x65559aA14915a70190438eF90104769e5E890A00/info.json
deleted file mode 100644
index c76348e6f08e7..0000000000000
--- a/blockchains/optimism/assets/0x65559aA14915a70190438eF90104769e5E890A00/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Ethereum Name Service",
- "symbol": "ENS",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x65559aA14915a70190438eF90104769e5E890A00"
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x65559aA14915a70190438eF90104769e5E890A00/logo.png b/blockchains/optimism/assets/0x65559aA14915a70190438eF90104769e5E890A00/logo.png
deleted file mode 100644
index 8507ae1a8d9d5..0000000000000
Binary files a/blockchains/optimism/assets/0x65559aA14915a70190438eF90104769e5E890A00/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x68f180fcCe6836688e9084f035309E29Bf0A2095/info.json b/blockchains/optimism/assets/0x68f180fcCe6836688e9084f035309E29Bf0A2095/info.json
deleted file mode 100644
index 54d8a13203a84..0000000000000
--- a/blockchains/optimism/assets/0x68f180fcCe6836688e9084f035309E29Bf0A2095/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Wrapped BTC",
- "symbol": "WBTC",
- "type": "ERC20",
- "decimals": 8,
- "id": "0x68f180fcCe6836688e9084f035309E29Bf0A2095"
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x68f180fcCe6836688e9084f035309E29Bf0A2095/logo.png b/blockchains/optimism/assets/0x68f180fcCe6836688e9084f035309E29Bf0A2095/logo.png
deleted file mode 100644
index 702d64a2e040a..0000000000000
Binary files a/blockchains/optimism/assets/0x68f180fcCe6836688e9084f035309E29Bf0A2095/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x6fd9d7AD17242c41f7131d257212c54A0e816691/info.json b/blockchains/optimism/assets/0x6fd9d7AD17242c41f7131d257212c54A0e816691/info.json
deleted file mode 100644
index 956693a368a23..0000000000000
--- a/blockchains/optimism/assets/0x6fd9d7AD17242c41f7131d257212c54A0e816691/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Uniswap",
- "symbol": "UNI",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x6fd9d7AD17242c41f7131d257212c54A0e816691"
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x6fd9d7AD17242c41f7131d257212c54A0e816691/logo.png b/blockchains/optimism/assets/0x6fd9d7AD17242c41f7131d257212c54A0e816691/logo.png
deleted file mode 100644
index 893ef55cb23c0..0000000000000
Binary files a/blockchains/optimism/assets/0x6fd9d7AD17242c41f7131d257212c54A0e816691/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x76FB31fb4af56892A25e32cFC43De717950c9278/info.json b/blockchains/optimism/assets/0x76FB31fb4af56892A25e32cFC43De717950c9278/info.json
deleted file mode 100644
index e4a76f409307c..0000000000000
--- a/blockchains/optimism/assets/0x76FB31fb4af56892A25e32cFC43De717950c9278/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Aave",
- "symbol": "AAVE",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x76FB31fb4af56892A25e32cFC43De717950c9278"
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x76FB31fb4af56892A25e32cFC43De717950c9278/logo.png b/blockchains/optimism/assets/0x76FB31fb4af56892A25e32cFC43De717950c9278/logo.png
deleted file mode 100644
index 1e7cef36a8aaa..0000000000000
Binary files a/blockchains/optimism/assets/0x76FB31fb4af56892A25e32cFC43De717950c9278/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x7F5c764cBc14f9669B88837ca1490cCa17c31607/info.json b/blockchains/optimism/assets/0x7F5c764cBc14f9669B88837ca1490cCa17c31607/info.json
deleted file mode 100644
index 95a3fbc30547a..0000000000000
--- a/blockchains/optimism/assets/0x7F5c764cBc14f9669B88837ca1490cCa17c31607/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "USDCoin",
- "symbol": "USDC",
- "type": "ERC20",
- "decimals": 6,
- "id": "0x7F5c764cBc14f9669B88837ca1490cCa17c31607"
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x7F5c764cBc14f9669B88837ca1490cCa17c31607/logo.png b/blockchains/optimism/assets/0x7F5c764cBc14f9669B88837ca1490cCa17c31607/logo.png
deleted file mode 100644
index eafbaac194aa7..0000000000000
Binary files a/blockchains/optimism/assets/0x7F5c764cBc14f9669B88837ca1490cCa17c31607/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x7FB688CCf682d58f86D7e38e03f9D22e7705448B/info.json b/blockchains/optimism/assets/0x7FB688CCf682d58f86D7e38e03f9D22e7705448B/info.json
deleted file mode 100644
index 878cee1d69e10..0000000000000
--- a/blockchains/optimism/assets/0x7FB688CCf682d58f86D7e38e03f9D22e7705448B/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Rai Reflex Index",
- "symbol": "RAI",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x7FB688CCf682d58f86D7e38e03f9D22e7705448B"
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x7FB688CCf682d58f86D7e38e03f9D22e7705448B/logo.png b/blockchains/optimism/assets/0x7FB688CCf682d58f86D7e38e03f9D22e7705448B/logo.png
deleted file mode 100644
index ea158e231be07..0000000000000
Binary files a/blockchains/optimism/assets/0x7FB688CCf682d58f86D7e38e03f9D22e7705448B/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x8700dAec35aF8Ff88c16BdF0418774CB3D7599B4/info.json b/blockchains/optimism/assets/0x8700dAec35aF8Ff88c16BdF0418774CB3D7599B4/info.json
deleted file mode 100644
index 723f7547281a8..0000000000000
--- a/blockchains/optimism/assets/0x8700dAec35aF8Ff88c16BdF0418774CB3D7599B4/info.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "name": "Synthetix Network",
- "symbol": "SNX",
- "type": "OPTIMISM",
- "decimals": 18,
- "description": "Synthetix is a derivatives liquidity protocol on Ethereum that enables the issuance and trading of synthetic assets.",
- "website": "https://synthetix.io",
- "explorer": "https://optimistic.etherscan.io/token/0x8700dAec35aF8Ff88c16BdF0418774CB3D7599B4",
- "research": "https://research.binance.com/en/projects/synthetix",
- "status": "active",
- "id": "0x8700dAec35aF8Ff88c16BdF0418774CB3D7599B4",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/havven/havven"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/synthetix_io"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/synthetix_io/"
- },
- {
- "name": "blog",
- "url": "https://blog.synthetix.io/"
- },
- {
- "name": "whitepaper",
- "url": "https://synthetix.io/uploads/havven_whitepaper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/havven/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x8700dAec35aF8Ff88c16BdF0418774CB3D7599B4/logo.png b/blockchains/optimism/assets/0x8700dAec35aF8Ff88c16BdF0418774CB3D7599B4/logo.png
deleted file mode 100644
index 2a850de0afe21..0000000000000
Binary files a/blockchains/optimism/assets/0x8700dAec35aF8Ff88c16BdF0418774CB3D7599B4/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x94b008aA00579c1307B0EF2c499aD98a8ce58e58/info.json b/blockchains/optimism/assets/0x94b008aA00579c1307B0EF2c499aD98a8ce58e58/info.json
deleted file mode 100644
index 3f8dab706927c..0000000000000
--- a/blockchains/optimism/assets/0x94b008aA00579c1307B0EF2c499aD98a8ce58e58/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Tether USD",
- "symbol": "USDT",
- "type": "ERC20",
- "decimals": 6,
- "id": "0x94b008aA00579c1307B0EF2c499aD98a8ce58e58"
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x94b008aA00579c1307B0EF2c499aD98a8ce58e58/logo.png b/blockchains/optimism/assets/0x94b008aA00579c1307B0EF2c499aD98a8ce58e58/logo.png
deleted file mode 100644
index 4b3027306a91c..0000000000000
Binary files a/blockchains/optimism/assets/0x94b008aA00579c1307B0EF2c499aD98a8ce58e58/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x9Bcef72be871e61ED4fBbc7630889beE758eb81D/info.json b/blockchains/optimism/assets/0x9Bcef72be871e61ED4fBbc7630889beE758eb81D/info.json
deleted file mode 100644
index 6de40a11a9887..0000000000000
--- a/blockchains/optimism/assets/0x9Bcef72be871e61ED4fBbc7630889beE758eb81D/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Rocket Pool ETH",
- "symbol": "rETH",
- "type": "OPTIMISM",
- "decimals": 18,
- "description": "Rocket Pool is the first truly decentralised Ethereum staking pool.",
- "website": "https://rocketpool.net",
- "explorer": "https://optimistic.etherscan.io/token/0x9Bcef72be871e61ED4fBbc7630889beE758eb81D",
- "status": "active",
- "id": "0x9Bcef72be871e61ED4fBbc7630889beE758eb81D",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Rocket_Pool"
- },
- {
- "name": "medium",
- "url": "https://medium.com/rocket-pool"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x9Bcef72be871e61ED4fBbc7630889beE758eb81D/logo.png b/blockchains/optimism/assets/0x9Bcef72be871e61ED4fBbc7630889beE758eb81D/logo.png
deleted file mode 100644
index fe1880f085d15..0000000000000
Binary files a/blockchains/optimism/assets/0x9Bcef72be871e61ED4fBbc7630889beE758eb81D/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0x9e1028F5F1D5eDE59748FFceE5532509976840E0/info.json b/blockchains/optimism/assets/0x9e1028F5F1D5eDE59748FFceE5532509976840E0/info.json
deleted file mode 100644
index 5da7f1a416c2e..0000000000000
--- a/blockchains/optimism/assets/0x9e1028F5F1D5eDE59748FFceE5532509976840E0/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Perpetual",
- "symbol": "PERP",
- "type": "OPTIMISM",
- "decimals": 18,
- "description": "On-chain derivative DEX with liquidity provisioning and up to 10x leverage for makers and takers.",
- "website": "https://www.perp.com/",
- "explorer": "https://optimistic.etherscan.io/token/0x9e1028F5F1D5eDE59748FFceE5532509976840E0",
- "status": "active",
- "id": "0x9e1028F5F1D5eDE59748FFceE5532509976840E0",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/perpprotocol"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/perpetual-protocol/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/perpetual-protocol/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0x9e1028F5F1D5eDE59748FFceE5532509976840E0/logo.png b/blockchains/optimism/assets/0x9e1028F5F1D5eDE59748FFceE5532509976840E0/logo.png
deleted file mode 100644
index d6e78f42bdaa8..0000000000000
Binary files a/blockchains/optimism/assets/0x9e1028F5F1D5eDE59748FFceE5532509976840E0/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0xB548f63D4405466B36C0c0aC3318a22fDcec711a/info.json b/blockchains/optimism/assets/0xB548f63D4405466B36C0c0aC3318a22fDcec711a/info.json
deleted file mode 100644
index 538dd47a9300e..0000000000000
--- a/blockchains/optimism/assets/0xB548f63D4405466B36C0c0aC3318a22fDcec711a/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Rari Governance Token",
- "symbol": "RGT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xB548f63D4405466B36C0c0aC3318a22fDcec711a"
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0xB548f63D4405466B36C0c0aC3318a22fDcec711a/logo.png b/blockchains/optimism/assets/0xB548f63D4405466B36C0c0aC3318a22fDcec711a/logo.png
deleted file mode 100644
index af7aa3d1beb13..0000000000000
Binary files a/blockchains/optimism/assets/0xB548f63D4405466B36C0c0aC3318a22fDcec711a/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0xCA7661Ba64A7667E3006c421C181502d545D1911/info.json b/blockchains/optimism/assets/0xCA7661Ba64A7667E3006c421C181502d545D1911/info.json
deleted file mode 100644
index 5771daa465335..0000000000000
--- a/blockchains/optimism/assets/0xCA7661Ba64A7667E3006c421C181502d545D1911/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "ARAW",
- "symbol": "ARAW",
- "type": "OPTIMISM",
- "decimals": 18,
- "description": "ARAW is the Decentralised Payment for E-Commerce Ecosystem, aiming to be at the forefront of the Blockchain User Adoption globally with the intuitive integration of E-Commerce with the Decentralised Payment.",
- "website": "https://arawtoken.io/",
- "explorer": "https://optimistic.etherscan.io/token/0xCA7661Ba64A7667E3006c421C181502d545D1911",
- "status": "active",
- "id": "0xCA7661Ba64A7667E3006c421C181502d545D1911",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/arawtoken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ArawTokenOfficial"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/araw/"
- }
- ],
- "tags": [
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0xCA7661Ba64A7667E3006c421C181502d545D1911/logo.png b/blockchains/optimism/assets/0xCA7661Ba64A7667E3006c421C181502d545D1911/logo.png
deleted file mode 100644
index 7c76f51d11485..0000000000000
Binary files a/blockchains/optimism/assets/0xCA7661Ba64A7667E3006c421C181502d545D1911/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1/info.json b/blockchains/optimism/assets/0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1/info.json
deleted file mode 100644
index bc6846516a0a7..0000000000000
--- a/blockchains/optimism/assets/0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Dai Stablecoin",
- "symbol": "DAI",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1"
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1/logo.png b/blockchains/optimism/assets/0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1/logo.png
deleted file mode 100644
index 836fe787663b9..0000000000000
Binary files a/blockchains/optimism/assets/0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0xE7798f023fC62146e8Aa1b36Da45fb70855a77Ea/info.json b/blockchains/optimism/assets/0xE7798f023fC62146e8Aa1b36Da45fb70855a77Ea/info.json
deleted file mode 100644
index 752fd5d86c191..0000000000000
--- a/blockchains/optimism/assets/0xE7798f023fC62146e8Aa1b36Da45fb70855a77Ea/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "UMA Voting Token v1",
- "symbol": "UMA",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xE7798f023fC62146e8Aa1b36Da45fb70855a77Ea"
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0xE7798f023fC62146e8Aa1b36Da45fb70855a77Ea/logo.png b/blockchains/optimism/assets/0xE7798f023fC62146e8Aa1b36Da45fb70855a77Ea/logo.png
deleted file mode 100644
index 5ab2b18c257f7..0000000000000
Binary files a/blockchains/optimism/assets/0xE7798f023fC62146e8Aa1b36Da45fb70855a77Ea/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0xF98dCd95217E15E05d8638da4c91125E59590B07/info.json b/blockchains/optimism/assets/0xF98dCd95217E15E05d8638da4c91125E59590B07/info.json
deleted file mode 100644
index 49a9aff795d08..0000000000000
--- a/blockchains/optimism/assets/0xF98dCd95217E15E05d8638da4c91125E59590B07/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Kromatika",
- "symbol": "KROM",
- "type": "OPTIMISM",
- "decimals": 18,
- "description": "Non-mintable ERC20 token deployed on Ethereum, secured by OpenZepellin and audited by MythX with a total supply of 100 million.",
- "website": "https://kromatika.finance",
- "explorer": "https://optimistic.etherscan.io/token/0xF98dCd95217E15E05d8638da4c91125E59590B07",
- "status": "active",
- "id": "0xF98dCd95217E15E05d8638da4c91125E59590B07",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/KromatikaFi"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/kromatika/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0xF98dCd95217E15E05d8638da4c91125E59590B07/logo.png b/blockchains/optimism/assets/0xF98dCd95217E15E05d8638da4c91125E59590B07/logo.png
deleted file mode 100644
index a1c3af826007b..0000000000000
Binary files a/blockchains/optimism/assets/0xF98dCd95217E15E05d8638da4c91125E59590B07/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0xFE8B128bA8C78aabC59d4c64cEE7fF28e9379921/info.json b/blockchains/optimism/assets/0xFE8B128bA8C78aabC59d4c64cEE7fF28e9379921/info.json
deleted file mode 100644
index fc193eeb7e823..0000000000000
--- a/blockchains/optimism/assets/0xFE8B128bA8C78aabC59d4c64cEE7fF28e9379921/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Balancer",
- "website": "https://balancer.finance/",
- "description": "Balancer is an automated portfolio manager and trading platform.",
- "explorer": "https://optimistic.etherscan.io/token/0xFE8B128bA8C78aabC59d4c64cEE7fF28e9379921",
- "type": "OPTIMISM",
- "symbol": "BAL",
- "decimals": 18,
- "status": "active",
- "id": "0xFE8B128bA8C78aabC59d4c64cEE7fF28e9379921",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/balancer-labs"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/BalancerLabs"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/balancer/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0xFE8B128bA8C78aabC59d4c64cEE7fF28e9379921/logo.png b/blockchains/optimism/assets/0xFE8B128bA8C78aabC59d4c64cEE7fF28e9379921/logo.png
deleted file mode 100644
index 56f9d83abe605..0000000000000
Binary files a/blockchains/optimism/assets/0xFE8B128bA8C78aabC59d4c64cEE7fF28e9379921/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0xFEaA9194F9F8c1B65429E31341a103071464907E/info.json b/blockchains/optimism/assets/0xFEaA9194F9F8c1B65429E31341a103071464907E/info.json
deleted file mode 100644
index cda503f3c0435..0000000000000
--- a/blockchains/optimism/assets/0xFEaA9194F9F8c1B65429E31341a103071464907E/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "LoopringCoin V2",
- "symbol": "LRC",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xFEaA9194F9F8c1B65429E31341a103071464907E"
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0xFEaA9194F9F8c1B65429E31341a103071464907E/logo.png b/blockchains/optimism/assets/0xFEaA9194F9F8c1B65429E31341a103071464907E/logo.png
deleted file mode 100644
index 7be579420cd23..0000000000000
Binary files a/blockchains/optimism/assets/0xFEaA9194F9F8c1B65429E31341a103071464907E/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0xab7bAdEF82E9Fe11f6f33f87BC9bC2AA27F2fCB5/info.json b/blockchains/optimism/assets/0xab7bAdEF82E9Fe11f6f33f87BC9bC2AA27F2fCB5/info.json
deleted file mode 100644
index 7a7faff26fe34..0000000000000
--- a/blockchains/optimism/assets/0xab7bAdEF82E9Fe11f6f33f87BC9bC2AA27F2fCB5/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Maker",
- "symbol": "MKR",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xab7bAdEF82E9Fe11f6f33f87BC9bC2AA27F2fCB5"
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0xab7bAdEF82E9Fe11f6f33f87BC9bC2AA27F2fCB5/logo.png b/blockchains/optimism/assets/0xab7bAdEF82E9Fe11f6f33f87BC9bC2AA27F2fCB5/logo.png
deleted file mode 100644
index 2fc66654d8380..0000000000000
Binary files a/blockchains/optimism/assets/0xab7bAdEF82E9Fe11f6f33f87BC9bC2AA27F2fCB5/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0xc40F949F8a4e094D1b49a23ea9241D289B7b2819/info.json b/blockchains/optimism/assets/0xc40F949F8a4e094D1b49a23ea9241D289B7b2819/info.json
deleted file mode 100644
index a82dcdfb77892..0000000000000
--- a/blockchains/optimism/assets/0xc40F949F8a4e094D1b49a23ea9241D289B7b2819/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Liquity USD",
- "symbol": "LUSD",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xc40F949F8a4e094D1b49a23ea9241D289B7b2819"
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0xc40F949F8a4e094D1b49a23ea9241D289B7b2819/logo.png b/blockchains/optimism/assets/0xc40F949F8a4e094D1b49a23ea9241D289B7b2819/logo.png
deleted file mode 100644
index f7ff889cc6a70..0000000000000
Binary files a/blockchains/optimism/assets/0xc40F949F8a4e094D1b49a23ea9241D289B7b2819/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/info.json b/blockchains/optimism/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/info.json
deleted file mode 100644
index 140c38f8b690f..0000000000000
--- a/blockchains/optimism/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Okcash",
- "type": "OPTIMISM",
- "symbol": "OK",
- "decimals": 18,
- "website": "https://okcash.co",
- "description": "OK is the leading multi chain PoS, web3 + NFTs open source electronic cash, its design is public, nobody owns or controls Okcash and everyone can take part.",
- "explorer": "https://optimistic.etherscan.io/token/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189",
- "status": "active",
- "id": "0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/OkcashCrypto"
- },
- {
- "name": "github",
- "url": "https://github.com/okcashpro"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/okcash/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/okcash"
- },
- {
- "name": "medium",
- "url": "https://medium.com/okcash"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/optimism/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/logo.png b/blockchains/optimism/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/logo.png
deleted file mode 100644
index a3b20074ec34d..0000000000000
Binary files a/blockchains/optimism/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/logo.png and /dev/null differ
diff --git a/blockchains/optimism/assets/0xffD27b572246f35c992EfB28DD8cB730b93Ed301/info.json b/blockchains/optimism/assets/0xffD27b572246f35c992EfB28DD8cB730b93Ed301/info.json
deleted file mode 100644
index f1af8058a69e6..0000000000000
--- a/blockchains/optimism/assets/0xffD27b572246f35c992EfB28DD8cB730b93Ed301/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Rubicon",
- "symbol": "Rubicon",
- "type": "OPTIMISM",
- "decimals": 18,
- "description": "The Rubicon Protocol is a decentralized exchange protocol on the Ethereum blockchain.",
- "website": "https://www.rubicon.finance",
- "explorer": "https://optimistic.etherscan.io/token/0xffD27b572246f35c992EfB28DD8cB730b93Ed301",
- "status": "active",
- "id": "0xffD27b572246f35c992EfB28DD8cB730b93Ed301",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/rubicondefi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/rubicondefi"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/optimism/assets/0xffD27b572246f35c992EfB28DD8cB730b93Ed301/logo.png b/blockchains/optimism/assets/0xffD27b572246f35c992EfB28DD8cB730b93Ed301/logo.png
deleted file mode 100644
index 716af9b5b5464..0000000000000
Binary files a/blockchains/optimism/assets/0xffD27b572246f35c992EfB28DD8cB730b93Ed301/logo.png and /dev/null differ
diff --git a/blockchains/optimism/info/info.json b/blockchains/optimism/info/info.json
deleted file mode 100644
index 8bb2e265b6f5b..0000000000000
--- a/blockchains/optimism/info/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Optimistic Ethereum",
- "website": "https://optimism.io/",
- "description": "Optimism is a Layer 2 scaling solution for Ethereum.",
- "explorer": "https://optimistic.etherscan.io",
- "research": "https://github.com/ethereum-optimism/optimism",
- "symbol": "OETH",
- "type": "coin",
- "coin_type": 614,
- "decimals": 18,
- "status": "active",
- "rpc_url": "https://mainnet.optimism.io",
- "links": []
-}
diff --git a/blockchains/optimism/info/logo.png b/blockchains/optimism/info/logo.png
deleted file mode 100644
index ee9d1e694b58a..0000000000000
Binary files a/blockchains/optimism/info/logo.png and /dev/null differ
diff --git a/blockchains/optimism/tokenlist-extended.json b/blockchains/optimism/tokenlist-extended.json
deleted file mode 100644
index f4b9bf095d1e1..0000000000000
--- a/blockchains/optimism/tokenlist-extended.json
+++ /dev/null
@@ -1,57 +0,0 @@
-{
- "name": "Trust Wallet: Optimism Ethereum",
- "logoURI": "https://trustwallet.com/assets/images/favicon.png",
- "timestamp": "2022-08-27T11:20:37.042174",
- "tokens": [
- {
- "asset": "c10000070_t0x5029C236320b8f15eF0a657054B84d90bfBEDED3",
- "type": "OPTIMISM",
- "address": "0x5029C236320b8f15eF0a657054B84d90bfBEDED3",
- "name": "BitANT",
- "symbol": "BitANT",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/optimism/assets/0x5029C236320b8f15eF0a657054B84d90bfBEDED3/logo.png"
- },
- {
- "asset": "c10000070_t0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
- "type": "OPTIMISM",
- "address": "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb",
- "name": "Lyra Finance",
- "symbol": "LYRA",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/optimism/assets/0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb/logo.png"
- },
- {
- "asset": "c10000070_t0x9Bcef72be871e61ED4fBbc7630889beE758eb81D",
- "type": "OPTIMISM",
- "address": "0x9Bcef72be871e61ED4fBbc7630889beE758eb81D",
- "name": "Rocket Pool ETH",
- "symbol": "rETH",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/optimism/assets/0x9Bcef72be871e61ED4fBbc7630889beE758eb81D/logo.png"
- },
- {
- "asset": "c10000070_t0xffD27b572246f35c992EfB28DD8cB730b93Ed301",
- "type": "OPTIMISM",
- "address": "0xffD27b572246f35c992EfB28DD8cB730b93Ed301",
- "name": "Rubicon",
- "symbol": "Rubicon",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/optimism/assets/0xffD27b572246f35c992EfB28DD8cB730b93Ed301/logo.png"
- },
- {
- "asset": "c10000070_t0x4200000000000000000000000000000000000042",
- "type": "OPTIMISM",
- "address": "0x4200000000000000000000000000000000000042",
- "name": "Optimism",
- "symbol": "OP",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/optimism/assets/0x4200000000000000000000000000000000000042/logo.png"
- }
- ],
- "version": {
- "major": 11,
- "minor": 0,
- "patch": 0
- }
-}
\ No newline at end of file
diff --git a/blockchains/optimism/tokenlist.json b/blockchains/optimism/tokenlist.json
deleted file mode 100644
index decf3204fa9ea..0000000000000
--- a/blockchains/optimism/tokenlist.json
+++ /dev/null
@@ -1,72 +0,0 @@
-{
- "name": "Trust Wallet: Optimism List",
- "logoURI": "https://trustwallet.com/assets/images/favicon.png",
- "timestamp": "2022-01-27T14:33:26.183301",
- "tokens": [
- {
- "asset": "c10000070_t0x4200000000000000000000000000000000000006",
- "type": "OPTIMISM",
- "address": "0x4200000000000000000000000000000000000006",
- "name": "Wrapped Ether",
- "symbol": "WETH",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/optimism/assets/0x4200000000000000000000000000000000000006/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000070_t0x8700dAec35aF8Ff88c16BdF0418774CB3D7599B4",
- "type": "OPTIMISM",
- "address": "0x8700dAec35aF8Ff88c16BdF0418774CB3D7599B4",
- "name": "Synthetix Network",
- "symbol": "SNX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/optimism/assets/0x8700dAec35aF8Ff88c16BdF0418774CB3D7599B4/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000070_t0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6",
- "type": "OPTIMISM",
- "address": "0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6",
- "name": "ChainLink",
- "symbol": "LINK",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/optimism/assets/0x350a791Bfc2C21F9Ed5d10980Dad2e2638ffa7f6/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000070_t0x61BAADcF22d2565B0F471b291C475db5555e0b76",
- "type": "OPTIMISM",
- "address": "0x61BAADcF22d2565B0F471b291C475db5555e0b76",
- "name": "Aelin Token",
- "symbol": "AELIN",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/optimism/assets/0x61BAADcF22d2565B0F471b291C475db5555e0b76/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000070_t0x9e1028F5F1D5eDE59748FFceE5532509976840E0",
- "type": "OPTIMISM",
- "address": "0x9e1028F5F1D5eDE59748FFceE5532509976840E0",
- "name": "Perpetual",
- "symbol": "PERP",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/optimism/assets/0x9e1028F5F1D5eDE59748FFceE5532509976840E0/logo.png",
- "pairs": []
- },
- {
- "asset": "c10000070_t0xF98dCd95217E15E05d8638da4c91125E59590B07",
- "type": "OPTIMISM",
- "address": "0xF98dCd95217E15E05d8638da4c91125E59590B07",
- "name": "Kromatika",
- "symbol": "KROM",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/optimism/assets/0xF98dCd95217E15E05d8638da4c91125E59590B07/logo.png",
- "pairs": []
- }
- ],
- "version": {
- "major": 1,
- "minor": 0,
- "patch": 0
- }
-}
diff --git a/blockchains/optimismgoerli/info/info.json b/blockchains/optimismgoerli/info/info.json
deleted file mode 100644
index 08fefa115e415..0000000000000
--- a/blockchains/optimismgoerli/info/info.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "Optimism Goerli Testnet",
- "website": "https://goerlifaucet.com",
- "description": "The Alchemy Goerli faucet is free, fast, and does not require authentication, though you can optionally login to Alchemy to get an increased drip.",
- "explorer": "https://blockscout.com/optimism/goerli/",
- "research": "https://goerli.net/#about",
- "symbol": "ETH",
- "rpc_url": "https://goerli.optimism.io",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/community/search/top/goerli-eth/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/optimismgoerli/info/logo.png b/blockchains/optimismgoerli/info/logo.png
deleted file mode 100644
index ad463789d50b7..0000000000000
Binary files a/blockchains/optimismgoerli/info/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/info/info.json b/blockchains/osmosis/info/info.json
deleted file mode 100644
index de632ad1af5cb..0000000000000
--- a/blockchains/osmosis/info/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Osmosis",
- "website": "https://osmosis.zone/",
- "description": "Osmosis is an automated market maker (AMM) protocol in the Cosmos ecosystem",
- "explorer": "https://www.mintscan.io/osmosis",
- "research": "https://medium.com/@Osmosis",
- "symbol": "OSMO",
- "type": "coin",
- "decimals": 6,
- "status": "active",
- "tags": [
- "staking-native"
- ]
-}
diff --git a/blockchains/osmosis/info/logo.png b/blockchains/osmosis/info/logo.png
deleted file mode 100644
index 5d1b5ef2ec9a2..0000000000000
Binary files a/blockchains/osmosis/info/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper10rsjwrcj7maz4f0l8dh3smjd022n9ya8ycuyg7/logo.png b/blockchains/osmosis/validators/assets/osmovaloper10rsjwrcj7maz4f0l8dh3smjd022n9ya8ycuyg7/logo.png
deleted file mode 100644
index 7885bdbbba6ce..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper10rsjwrcj7maz4f0l8dh3smjd022n9ya8ycuyg7/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper122yaxffys6rmv03nwwkmn3rvr5skzxl9lry2a5/logo.png b/blockchains/osmosis/validators/assets/osmovaloper122yaxffys6rmv03nwwkmn3rvr5skzxl9lry2a5/logo.png
deleted file mode 100644
index 95674f5ffbf9a..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper122yaxffys6rmv03nwwkmn3rvr5skzxl9lry2a5/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper14syzusqsh8gp7evd0gcqxjjywljgdtdurn79r3/logo.png b/blockchains/osmosis/validators/assets/osmovaloper14syzusqsh8gp7evd0gcqxjjywljgdtdurn79r3/logo.png
deleted file mode 100644
index 63140c572deca..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper14syzusqsh8gp7evd0gcqxjjywljgdtdurn79r3/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper16gm3cvhluf9xfurkx9qgxq7pldvd479l0j6zms/logo.png b/blockchains/osmosis/validators/assets/osmovaloper16gm3cvhluf9xfurkx9qgxq7pldvd479l0j6zms/logo.png
deleted file mode 100644
index b92dd8ee3ad9d..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper16gm3cvhluf9xfurkx9qgxq7pldvd479l0j6zms/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper16n0t7lmy4wnhjytzkncjdkxrsu9yfjm3ex7hxr/logo.png b/blockchains/osmosis/validators/assets/osmovaloper16n0t7lmy4wnhjytzkncjdkxrsu9yfjm3ex7hxr/logo.png
deleted file mode 100644
index 24b673e6e00c8..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper16n0t7lmy4wnhjytzkncjdkxrsu9yfjm3ex7hxr/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper1clpqr4nrk4khgkxj78fcwwh6dl3uw4ep88n0y4/logo.png b/blockchains/osmosis/validators/assets/osmovaloper1clpqr4nrk4khgkxj78fcwwh6dl3uw4ep88n0y4/logo.png
deleted file mode 100644
index 3fe4423b2ce89..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper1clpqr4nrk4khgkxj78fcwwh6dl3uw4ep88n0y4/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper1cm83xqns9sqhv9a8vd6fggt6mvuu8mmzszknae/logo.png b/blockchains/osmosis/validators/assets/osmovaloper1cm83xqns9sqhv9a8vd6fggt6mvuu8mmzszknae/logo.png
deleted file mode 100644
index d0388df6a68a4..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper1cm83xqns9sqhv9a8vd6fggt6mvuu8mmzszknae/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper1cwurrzatev9lfkn3ak6hh59t6yc0zy00rzp8yd/logo.png b/blockchains/osmosis/validators/assets/osmovaloper1cwurrzatev9lfkn3ak6hh59t6yc0zy00rzp8yd/logo.png
deleted file mode 100644
index 434f53ccac24a..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper1cwurrzatev9lfkn3ak6hh59t6yc0zy00rzp8yd/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper1cyw4vw20el8e7ez8080md0r8psg25n0cq98a9n/logo.png b/blockchains/osmosis/validators/assets/osmovaloper1cyw4vw20el8e7ez8080md0r8psg25n0cq98a9n/logo.png
deleted file mode 100644
index b38ae92534e41..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper1cyw4vw20el8e7ez8080md0r8psg25n0cq98a9n/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper1e9ucjn5fjmetky5wezzcsccp7hqcwzrrdulz7n/logo.png b/blockchains/osmosis/validators/assets/osmovaloper1e9ucjn5fjmetky5wezzcsccp7hqcwzrrdulz7n/logo.png
deleted file mode 100644
index 2bd3a1e2d4571..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper1e9ucjn5fjmetky5wezzcsccp7hqcwzrrdulz7n/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper1glmy88g0uf6vmw29pyxu3yq0pxpjqtzqr5e57n/logo.png b/blockchains/osmosis/validators/assets/osmovaloper1glmy88g0uf6vmw29pyxu3yq0pxpjqtzqr5e57n/logo.png
deleted file mode 100644
index 1d1512c79d718..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper1glmy88g0uf6vmw29pyxu3yq0pxpjqtzqr5e57n/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper1l7hln0l79erqaw6jdfdwx0hkfmj3dp27gr77ja/logo.png b/blockchains/osmosis/validators/assets/osmovaloper1l7hln0l79erqaw6jdfdwx0hkfmj3dp27gr77ja/logo.png
deleted file mode 100644
index 616aee43d3b9b..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper1l7hln0l79erqaw6jdfdwx0hkfmj3dp27gr77ja/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper1ldu6ew0cff400qmn0trkad38gx250zny45q9au/logo.png b/blockchains/osmosis/validators/assets/osmovaloper1ldu6ew0cff400qmn0trkad38gx250zny45q9au/logo.png
deleted file mode 100644
index 8824e53721d8a..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper1ldu6ew0cff400qmn0trkad38gx250zny45q9au/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper1nskmzc8cqf8m9vwrxvnggtw4vw9cwx54jtfmuj/logo.png b/blockchains/osmosis/validators/assets/osmovaloper1nskmzc8cqf8m9vwrxvnggtw4vw9cwx54jtfmuj/logo.png
deleted file mode 100644
index 78f777e56bdee..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper1nskmzc8cqf8m9vwrxvnggtw4vw9cwx54jtfmuj/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper1x2e2pnenh0mmc99cnp7sukngnt8lc4saljavr3/logo.png b/blockchains/osmosis/validators/assets/osmovaloper1x2e2pnenh0mmc99cnp7sukngnt8lc4saljavr3/logo.png
deleted file mode 100644
index 70ee36d1bc856..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper1x2e2pnenh0mmc99cnp7sukngnt8lc4saljavr3/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper1xgqr7pn80g6w398wzdmye3lu6wsgk32sw670ec/logo.png b/blockchains/osmosis/validators/assets/osmovaloper1xgqr7pn80g6w398wzdmye3lu6wsgk32sw670ec/logo.png
deleted file mode 100644
index f52b63c5f6f9b..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper1xgqr7pn80g6w398wzdmye3lu6wsgk32sw670ec/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper1xwazl8ftks4gn00y5x3c47auquc62ssuh8af89/logo.png b/blockchains/osmosis/validators/assets/osmovaloper1xwazl8ftks4gn00y5x3c47auquc62ssuh8af89/logo.png
deleted file mode 100644
index b2a99f24763ca..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper1xwazl8ftks4gn00y5x3c47auquc62ssuh8af89/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper1y0us8xvsvfvqkk9c6nt5cfyu5au5tww24nrlnx/logo.png b/blockchains/osmosis/validators/assets/osmovaloper1y0us8xvsvfvqkk9c6nt5cfyu5au5tww24nrlnx/logo.png
deleted file mode 100644
index abcfc3298bba4..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper1y0us8xvsvfvqkk9c6nt5cfyu5au5tww24nrlnx/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper1z0sh4s80u99l6y9d3vfy582p8jejeeu6tcucs2/logo.png b/blockchains/osmosis/validators/assets/osmovaloper1z0sh4s80u99l6y9d3vfy582p8jejeeu6tcucs2/logo.png
deleted file mode 100644
index c6945ed59e534..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper1z0sh4s80u99l6y9d3vfy582p8jejeeu6tcucs2/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper1z5xyynz9ewuf044uaweswldut34z34z3cwpt7y/logo.png b/blockchains/osmosis/validators/assets/osmovaloper1z5xyynz9ewuf044uaweswldut34z34z3cwpt7y/logo.png
deleted file mode 100644
index 0f6305d87f6e5..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper1z5xyynz9ewuf044uaweswldut34z34z3cwpt7y/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/assets/osmovaloper1z89utvygweg5l56fsk8ak7t6hh88fd0axx2fya/logo.png b/blockchains/osmosis/validators/assets/osmovaloper1z89utvygweg5l56fsk8ak7t6hh88fd0axx2fya/logo.png
deleted file mode 100644
index 4c4fe4770e22f..0000000000000
Binary files a/blockchains/osmosis/validators/assets/osmovaloper1z89utvygweg5l56fsk8ak7t6hh88fd0axx2fya/logo.png and /dev/null differ
diff --git a/blockchains/osmosis/validators/list.json b/blockchains/osmosis/validators/list.json
deleted file mode 100644
index 5202586d7c096..0000000000000
--- a/blockchains/osmosis/validators/list.json
+++ /dev/null
@@ -1,128 +0,0 @@
-[
- {
- "id": "osmovaloper1y0us8xvsvfvqkk9c6nt5cfyu5au5tww24nrlnx",
- "name": "Swiss Staking",
- "description": "Experienced validator based in Switzerland. We offer a highly secure and stable staking infrastructure.",
- "website": "https://swiss-staking.ch"
- },
- {
- "id": "osmovaloper1cm83xqns9sqhv9a8vd6fggt6mvuu8mmzszknae",
- "name": "Best APR ❤️ NodesByGirls",
- "description": "We are a professional team with many years of experience in the crypto industry. Stake with us to get the best APR!",
- "website": "https://nodesbygirls.com/"
- },
- {
- "id": "osmovaloper1x2e2pnenh0mmc99cnp7sukngnt8lc4saljavr3",
- "name": "Atomic Nodes",
- "description": "Atomic Nodes is a multi chain staking operator, trusted by over 200,000 delegators since 2019.",
- "website": "https://atomicnodes.com/"
- },
- {
- "id": "osmovaloper1cyw4vw20el8e7ez8080md0r8psg25n0cq98a9n",
- "name": "Sentinel",
- "description": "A blockchain-based decentralized bandwidth marketplace built with Cosmos SDK/Tendermint.",
- "website": "https://sentinel.co/"
- },
- {
- "id": "osmovaloper1ldu6ew0cff400qmn0trkad38gx250zny45q9au",
- "name": "Consensus One",
- "description": "Delegate to Consensus One to help secure, support and shape Osmosis. Secure and highly available, 24/7/365. By delegating, you agree to our terms of service.",
- "website": "https://www.consensus.one/"
- },
- {
- "id": "osmovaloper1clpqr4nrk4khgkxj78fcwwh6dl3uw4ep88n0y4",
- "name": "Cosmostation",
- "description": "Cosmostation validator node. Delegate your tokens and Start Earning Staking Rewards",
- "website": "https://www.cosmostation.io/"
- },
- {
- "id": "osmovaloper1z0sh4s80u99l6y9d3vfy582p8jejeeu6tcucs2",
- "name": "[ block pane ]",
- "description": "🔥 Fast, datacenter-hosted, bare-metal validators 🔥",
- "website": "https://blockpane.com/"
- },
- {
- "id": "osmovaloper16gm3cvhluf9xfurkx9qgxq7pldvd479l0j6zms",
- "name": "SpacePotato",
- "description": "We have a secure and reliable validator setup that adheres to best practices. Uptime and rewards generation for you is our top priority!",
- "website": "https://spacepotayto.carrd.co/"
- },
- {
- "id": "osmovaloper1glmy88g0uf6vmw29pyxu3yq0pxpjqtzqr5e57n",
- "name": "Lavender.Five Nodes 🐝",
- "description": "Lavender.Five Nodes is committed to providing world class validator services to make your life easy, including 100% slash protection. Come say hi! https://twitter.com/lavender_five",
- "website": "https://www.lavenderfive.com/"
- },
- {
- "id": "osmovaloper1xgqr7pn80g6w398wzdmye3lu6wsgk32sw670ec",
- "name": "☉ Mercury",
- "description": "We are a team of professionals extensive experience in servers and networks. Fault tolerance and reliability are our top priorities, no matter what projects we are involved in!",
- "website": "https://mercury-nodes.net/"
- },
- {
- "id": "osmovaloper1z89utvygweg5l56fsk8ak7t6hh88fd0axx2fya",
- "name": "Inotel",
- "description": "We do staking for a living",
- "website": "https://inotel.ro/"
- },
- {
- "id": "osmovaloper1l7hln0l79erqaw6jdfdwx0hkfmj3dp27gr77ja",
- "name": "Smart Stake",
- "description": "Transparent & professional staking validator with automated monitoring tools.",
- "website": "https://smartstake.io"
- },
- {
- "id": "osmovaloper1xwazl8ftks4gn00y5x3c47auquc62ssuh8af89",
- "name": "jabbey",
- "description": "just another dad in the cosmos",
- "website": "https://jabbey.io"
- },
- {
- "id": "osmovaloper10rsjwrcj7maz4f0l8dh3smjd022n9ya8ycuyg7",
- "name": "Active Nodes",
- "description": "Highly Available Enterprise Infrastructure with multiple nodes around the world",
- "website": "https://www.activenodes.io"
- },
- {
- "id": "osmovaloper16n0t7lmy4wnhjytzkncjdkxrsu9yfjm3ex7hxr",
- "name": "Golden Ratio Staking",
- "description": "Powered by most beautiful number in Cosmos.",
- "website": "https://twitter.com/GoldenStaking"
- },
- {
- "id": "osmovaloper1nskmzc8cqf8m9vwrxvnggtw4vw9cwx54jtfmuj",
- "name": "RHINO",
- "description": "A professionally managed, highly available validator service",
- "website": "https://rhinostake.com"
- },
- {
- "id": "osmovaloper14syzusqsh8gp7evd0gcqxjjywljgdtdurn79r3",
- "name": "Stakepile",
- "description": "Stakepile - Grow your stake pile with us. We also stake DOT, KSM, JUNO, KAVA, COMDEX, HUAHUA",
- "website": "https://stakepile.com"
- },
- {
- "id": "osmovaloper1z5xyynz9ewuf044uaweswldut34z34z3cwpt7y",
- "name": "Stakely.io",
- "description": "🔥 Professional validator highly experienced in PoS 🔥 Slashing protection & Eligible for airdrops | Learn with our staking guides, video tutorials and FAQs | Part of the commission of our nodes will go to our Multicoin Faucet funds and other tools 🌱 Carbon Neutral 🌱",
- "website": "https://stakely.io"
- },
- {
- "id": "osmovaloper1e9ucjn5fjmetky5wezzcsccp7hqcwzrrdulz7n",
- "name": "Allnodes.com⚡️",
- "description": "Reliable non-custodial Validator run by the industry leader - Allnodes. Monitor your rewards through the Allnodes portfolio page.",
- "website": "https://www.allnodes.com/osmo/staking"
- },
- {
- "id": "osmovaloper122yaxffys6rmv03nwwkmn3rvr5skzxl9lry2a5",
- "name": "Stakewolle.com | Auto-compound",
- "description": "🚀 Professional validator 🔁Auto-compound with REStakeapp 🛡100% Slashing protection 🎁 All & Special Airdrops for our delegators http://linktr.ee/stakewolle",
- "website": "https://stakewolle.com/"
- },
- {
- "id": "osmovaloper1cwurrzatev9lfkn3ak6hh59t6yc0zy00rzp8yd",
- "name": "danku_zone w/ DAIC",
- "description": "The official validator node from danku_r (YouTube, Twitter, Medium) run by DAIC (https://t.me/validator_danku_DAIC)",
- "website": "https://daic.capital/danku_zone"
- }
-]
diff --git a/blockchains/persistence/info/info.json b/blockchains/persistence/info/info.json
deleted file mode 100644
index 16cce87bd170b..0000000000000
--- a/blockchains/persistence/info/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Persistence",
- "type": "coin",
- "symbol": "XPRT",
- "decimals": 6,
- "website": "https://persistence.one/",
- "description": "Persistence is a Tendermint based specialized Layer-1 powering an ecosystem of DeFi dApps focused on unlocking the liquidity of staked assets.",
- "explorer": "https://www.mintscan.io/persistence",
- "status": "active",
- "rpc_url": "https://rpc-persistent-ia.cosmosia.notional.ventures/",
- "denom": "uxprt",
- "lcd_url": "https://persistence-lcd.quantnode.tech/",
- "hrp": "persistence",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/persistenceOne"
- },
- {
- "name": "blog",
- "url": "https://blog.persistence.one/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/PersistenceOne"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/persistence/info/logo.png b/blockchains/persistence/info/logo.png
deleted file mode 100644
index eff1aeb5fce94..0000000000000
Binary files a/blockchains/persistence/info/logo.png and /dev/null differ
diff --git a/blockchains/platon/info/info.json b/blockchains/platon/info/info.json
deleted file mode 100644
index 3d134b59de76e..0000000000000
--- a/blockchains/platon/info/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "PlatON",
- "website": "https://www.platon.network/",
- "description": "LAT is the native token of PlatON Network. It is a digital currency. You can transfer it through the PlatON network or use applications built on PlatON with LATs.",
- "explorer": "https://scan.platon.network/",
- "research": "https://devdocs.platon.network/docs/",
- "symbol": "LAT",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/PlatONNetwork"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/PlatON_Network"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/user/PlatON_Network"
- },
- {
- "name": "medium",
- "url": "https://platon-network.medium.com"
- },
- {
- "name": "github",
- "url": "https://github.com/PlatONnetwork"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/platon/info/logo.png b/blockchains/platon/info/logo.png
deleted file mode 100644
index d2170bbd85648..0000000000000
Binary files a/blockchains/platon/info/logo.png and /dev/null differ
diff --git a/blockchains/poa/assets/0xA17ed5dFc62D0a3E74D69a0503AE9FdA65d9f212/info.json b/blockchains/poa/assets/0xA17ed5dFc62D0a3E74D69a0503AE9FdA65d9f212/info.json
deleted file mode 100644
index 825efe9eb3e1c..0000000000000
--- a/blockchains/poa/assets/0xA17ed5dFc62D0a3E74D69a0503AE9FdA65d9f212/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "User Pay",
- "symbol": "UP",
- "type": "POA20",
- "decimals": 18,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/poa/core/tokens/0xA17ed5dFc62D0a3E74D69a0503AE9FdA65d9f212",
- "status": "active",
- "id": "0xA17ed5dFc62D0a3E74D69a0503AE9FdA65d9f212"
-}
\ No newline at end of file
diff --git a/blockchains/poa/assets/0xA17ed5dFc62D0a3E74D69a0503AE9FdA65d9f212/logo.png b/blockchains/poa/assets/0xA17ed5dFc62D0a3E74D69a0503AE9FdA65d9f212/logo.png
deleted file mode 100755
index 59644539e3156..0000000000000
Binary files a/blockchains/poa/assets/0xA17ed5dFc62D0a3E74D69a0503AE9FdA65d9f212/logo.png and /dev/null differ
diff --git a/blockchains/poa/assets/0xADFE00d92e5A16e773891F59780e6e54f40B532e/info.json b/blockchains/poa/assets/0xADFE00d92e5A16e773891F59780e6e54f40B532e/info.json
deleted file mode 100644
index bc51f537447e8..0000000000000
--- a/blockchains/poa/assets/0xADFE00d92e5A16e773891F59780e6e54f40B532e/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Viktor Coin",
- "symbol": "VIK",
- "type": "POA20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/poa/core/tokens/0xADFE00d92e5A16e773891F59780e6e54f40B532e",
- "status": "active",
- "id": "0xADFE00d92e5A16e773891F59780e6e54f40B532e"
-}
\ No newline at end of file
diff --git a/blockchains/poa/assets/0xADFE00d92e5A16e773891F59780e6e54f40B532e/logo.png b/blockchains/poa/assets/0xADFE00d92e5A16e773891F59780e6e54f40B532e/logo.png
deleted file mode 100644
index 9709ad58ed993..0000000000000
Binary files a/blockchains/poa/assets/0xADFE00d92e5A16e773891F59780e6e54f40B532e/logo.png and /dev/null differ
diff --git a/blockchains/poa/assets/0xC98a06220239818B086CD96756d4E3bC41EC848E/info.json b/blockchains/poa/assets/0xC98a06220239818B086CD96756d4E3bC41EC848E/info.json
deleted file mode 100644
index 736eda28b00b0..0000000000000
--- a/blockchains/poa/assets/0xC98a06220239818B086CD96756d4E3bC41EC848E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "POA Candy",
- "symbol": "PAO",
- "type": "POA20",
- "decimals": 0,
- "description": "-",
- "website": "",
- "explorer": "https://blockscout.com/poa/core/tokens/0xC98a06220239818B086CD96756d4E3bC41EC848E",
- "status": "active",
- "id": "0xC98a06220239818B086CD96756d4E3bC41EC848E"
-}
\ No newline at end of file
diff --git a/blockchains/poa/assets/0xC98a06220239818B086CD96756d4E3bC41EC848E/logo.png b/blockchains/poa/assets/0xC98a06220239818B086CD96756d4E3bC41EC848E/logo.png
deleted file mode 100644
index 3ffdeff24e989..0000000000000
Binary files a/blockchains/poa/assets/0xC98a06220239818B086CD96756d4E3bC41EC848E/logo.png and /dev/null differ
diff --git a/blockchains/poa/info/info.json b/blockchains/poa/info/info.json
deleted file mode 100644
index 8eff1ab63dfad..0000000000000
--- a/blockchains/poa/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "POA",
- "website": "https://poa.network",
- "description": "An open network based on Ethereum protocol with Proof of Authority consensus by independent actors. Public notaries with known identity serve as private validators to secure the network.",
- "explorer": "https://blockscout.com/poa/core",
- "research": "https://research.binance.com/en/projects/poa-network",
- "symbol": "POA",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/poanetwork"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/poanetwork"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/POA"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/poanetwork/wiki/wiki/POA-Network-Whitepaper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/poa/info/logo.png b/blockchains/poa/info/logo.png
deleted file mode 100644
index 9d846235a5ab3..0000000000000
Binary files a/blockchains/poa/info/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/info/info.json b/blockchains/polkadot/info/info.json
deleted file mode 100644
index f982b35e96f2a..0000000000000
--- a/blockchains/polkadot/info/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Polkadot",
- "website": "https://polkadot.network",
- "description": "Polkadot is a blockchain project that aims to connect blockchains, to enable the transfer of value and logic across chains. DOT is the native coin of the network.",
- "explorer": "http://polkascan.io",
- "research": "https://research.binance.com/en/projects/polkadot",
- "symbol": "DOT",
- "type": "coin",
- "decimals": 10,
- "status": "active",
- "tags": [
- "staking-native"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/w3f"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/polkadotnetwork"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/dot"
- },
- {
- "name": "whitepaper",
- "url": "https://polkadot.network/PolkaDotPaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polkadot/info/logo.png b/blockchains/polkadot/info/logo.png
deleted file mode 100644
index 341b94839074a..0000000000000
Binary files a/blockchains/polkadot/info/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/11AnciffJctDC28odTEjDVYP2yWyp6275WLbrAUHi2vJm9f/logo.png b/blockchains/polkadot/validators/assets/11AnciffJctDC28odTEjDVYP2yWyp6275WLbrAUHi2vJm9f/logo.png
deleted file mode 100644
index a30086481f2a5..0000000000000
Binary files a/blockchains/polkadot/validators/assets/11AnciffJctDC28odTEjDVYP2yWyp6275WLbrAUHi2vJm9f/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/124X3VPduasSodAjS6MPd5nEqM8SUdKN5taMUUPtkWqF1fVf/logo.png b/blockchains/polkadot/validators/assets/124X3VPduasSodAjS6MPd5nEqM8SUdKN5taMUUPtkWqF1fVf/logo.png
deleted file mode 100644
index 63140c572deca..0000000000000
Binary files a/blockchains/polkadot/validators/assets/124X3VPduasSodAjS6MPd5nEqM8SUdKN5taMUUPtkWqF1fVf/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/12713bbq45c66CN9AD7yusSXWE1kY91DcMpjVcB2rXqZKy2w/logo.png b/blockchains/polkadot/validators/assets/12713bbq45c66CN9AD7yusSXWE1kY91DcMpjVcB2rXqZKy2w/logo.png
deleted file mode 100644
index 380061b5414ec..0000000000000
Binary files a/blockchains/polkadot/validators/assets/12713bbq45c66CN9AD7yusSXWE1kY91DcMpjVcB2rXqZKy2w/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/14BB4ZbvPadELb1jBhbJq6GbECvBfkxFmohybYexzpE4KMq2/logo.png b/blockchains/polkadot/validators/assets/14BB4ZbvPadELb1jBhbJq6GbECvBfkxFmohybYexzpE4KMq2/logo.png
deleted file mode 100644
index 638849e3db9d6..0000000000000
Binary files a/blockchains/polkadot/validators/assets/14BB4ZbvPadELb1jBhbJq6GbECvBfkxFmohybYexzpE4KMq2/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/14N5GT7YTaDBSsLpfxxtCxNdYfgDofGj5wQSfqC1URKHdT8C/logo.png b/blockchains/polkadot/validators/assets/14N5GT7YTaDBSsLpfxxtCxNdYfgDofGj5wQSfqC1URKHdT8C/logo.png
deleted file mode 100644
index 1de3d0da4b92c..0000000000000
Binary files a/blockchains/polkadot/validators/assets/14N5GT7YTaDBSsLpfxxtCxNdYfgDofGj5wQSfqC1URKHdT8C/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/14QBQABMSFBsT3pDTaEQdshq7ZLmhzKiae2weZH45pw5ErYu/logo.png b/blockchains/polkadot/validators/assets/14QBQABMSFBsT3pDTaEQdshq7ZLmhzKiae2weZH45pw5ErYu/logo.png
deleted file mode 100644
index 181353625017b..0000000000000
Binary files a/blockchains/polkadot/validators/assets/14QBQABMSFBsT3pDTaEQdshq7ZLmhzKiae2weZH45pw5ErYu/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/14ShUZUYUR35RBZW6uVVt1zXDxmSQddkeDdXf1JkMA6P721N/logo.png b/blockchains/polkadot/validators/assets/14ShUZUYUR35RBZW6uVVt1zXDxmSQddkeDdXf1JkMA6P721N/logo.png
deleted file mode 100644
index 80f8b6ad10a2c..0000000000000
Binary files a/blockchains/polkadot/validators/assets/14ShUZUYUR35RBZW6uVVt1zXDxmSQddkeDdXf1JkMA6P721N/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/14Y4s6V1PWrwBLvxW47gcYgZCGTYekmmzvFsK1kiqNH2d84t/logo.png b/blockchains/polkadot/validators/assets/14Y4s6V1PWrwBLvxW47gcYgZCGTYekmmzvFsK1kiqNH2d84t/logo.png
deleted file mode 100644
index 9421d4f57700f..0000000000000
Binary files a/blockchains/polkadot/validators/assets/14Y4s6V1PWrwBLvxW47gcYgZCGTYekmmzvFsK1kiqNH2d84t/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/153YD8ZHD9dRh82U419bSCB5SzWhbdAFzjj4NtA5pMazR2yC/logo.png b/blockchains/polkadot/validators/assets/153YD8ZHD9dRh82U419bSCB5SzWhbdAFzjj4NtA5pMazR2yC/logo.png
deleted file mode 100644
index 24a6dfaf66639..0000000000000
Binary files a/blockchains/polkadot/validators/assets/153YD8ZHD9dRh82U419bSCB5SzWhbdAFzjj4NtA5pMazR2yC/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/15BQUqtqhmqJPyvvEH5GYyWffXWKuAgoSUHuG1UeNdb8oDNT/logo.png b/blockchains/polkadot/validators/assets/15BQUqtqhmqJPyvvEH5GYyWffXWKuAgoSUHuG1UeNdb8oDNT/logo.png
deleted file mode 100644
index abf55c52ebf0f..0000000000000
Binary files a/blockchains/polkadot/validators/assets/15BQUqtqhmqJPyvvEH5GYyWffXWKuAgoSUHuG1UeNdb8oDNT/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/15FdawBwokuor5wzU2DAU2Cp8i9DwRS1HTNgTNDAbcXuAEXH/logo.png b/blockchains/polkadot/validators/assets/15FdawBwokuor5wzU2DAU2Cp8i9DwRS1HTNgTNDAbcXuAEXH/logo.png
deleted file mode 100644
index b13ecd54712d7..0000000000000
Binary files a/blockchains/polkadot/validators/assets/15FdawBwokuor5wzU2DAU2Cp8i9DwRS1HTNgTNDAbcXuAEXH/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/15ML93PH72j5fFfqLrXRy7uDh7pUBCTUcSVYbaDV18LaTfeW/logo.png b/blockchains/polkadot/validators/assets/15ML93PH72j5fFfqLrXRy7uDh7pUBCTUcSVYbaDV18LaTfeW/logo.png
deleted file mode 100644
index 2bd3a1e2d4571..0000000000000
Binary files a/blockchains/polkadot/validators/assets/15ML93PH72j5fFfqLrXRy7uDh7pUBCTUcSVYbaDV18LaTfeW/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/15R1Th3ULXAq81QPGeEDfE1ywbw19AjZiARxH7czm83wS2w2/logo.png b/blockchains/polkadot/validators/assets/15R1Th3ULXAq81QPGeEDfE1ywbw19AjZiARxH7czm83wS2w2/logo.png
deleted file mode 100644
index 0f6305d87f6e5..0000000000000
Binary files a/blockchains/polkadot/validators/assets/15R1Th3ULXAq81QPGeEDfE1ywbw19AjZiARxH7czm83wS2w2/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/15SPD9eHQPxwKFn6dBLewyDuoo4wcQeByocub1DTWyXjx5k3/logo.png b/blockchains/polkadot/validators/assets/15SPD9eHQPxwKFn6dBLewyDuoo4wcQeByocub1DTWyXjx5k3/logo.png
deleted file mode 100644
index c51d2ef1e3d45..0000000000000
Binary files a/blockchains/polkadot/validators/assets/15SPD9eHQPxwKFn6dBLewyDuoo4wcQeByocub1DTWyXjx5k3/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/15fU523Wq5BCt2NWAmrCU6p8nFB29uVifeG7bwYJHbw5Mmd9/logo.png b/blockchains/polkadot/validators/assets/15fU523Wq5BCt2NWAmrCU6p8nFB29uVifeG7bwYJHbw5Mmd9/logo.png
deleted file mode 100644
index 34a787180e164..0000000000000
Binary files a/blockchains/polkadot/validators/assets/15fU523Wq5BCt2NWAmrCU6p8nFB29uVifeG7bwYJHbw5Mmd9/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/15kkg1mK1tCGgqqo3c1CghtKCQsBEAPPjYNNmmRT3r29FeRX/logo.png b/blockchains/polkadot/validators/assets/15kkg1mK1tCGgqqo3c1CghtKCQsBEAPPjYNNmmRT3r29FeRX/logo.png
deleted file mode 100644
index c92842ff07652..0000000000000
Binary files a/blockchains/polkadot/validators/assets/15kkg1mK1tCGgqqo3c1CghtKCQsBEAPPjYNNmmRT3r29FeRX/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/1653t723BHhC2krGCFKUUNDQb5sUafy5pZvKVwnwo1oMAMi7/logo.png b/blockchains/polkadot/validators/assets/1653t723BHhC2krGCFKUUNDQb5sUafy5pZvKVwnwo1oMAMi7/logo.png
deleted file mode 100644
index 91a296ed9bad8..0000000000000
Binary files a/blockchains/polkadot/validators/assets/1653t723BHhC2krGCFKUUNDQb5sUafy5pZvKVwnwo1oMAMi7/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/16GDRhRYxk42paoK6TfHAqWej8PdDDUwdDazjv4bAn4KGNeb/logo.png b/blockchains/polkadot/validators/assets/16GDRhRYxk42paoK6TfHAqWej8PdDDUwdDazjv4bAn4KGNeb/logo.png
deleted file mode 100644
index 246e9b7107097..0000000000000
Binary files a/blockchains/polkadot/validators/assets/16GDRhRYxk42paoK6TfHAqWej8PdDDUwdDazjv4bAn4KGNeb/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/16SpacegeUTft9v3ts27CEC3tJaxgvE4uZeCctThFH3Vb24p/logo.png b/blockchains/polkadot/validators/assets/16SpacegeUTft9v3ts27CEC3tJaxgvE4uZeCctThFH3Vb24p/logo.png
deleted file mode 100644
index 12ce4ceb6a014..0000000000000
Binary files a/blockchains/polkadot/validators/assets/16SpacegeUTft9v3ts27CEC3tJaxgvE4uZeCctThFH3Vb24p/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/1REAJ1k691g5Eqqg9gL7vvZCBG7FCCZ8zgQkZWd4va5ESih/logo.png b/blockchains/polkadot/validators/assets/1REAJ1k691g5Eqqg9gL7vvZCBG7FCCZ8zgQkZWd4va5ESih/logo.png
deleted file mode 100644
index cceeb69c3c2a7..0000000000000
Binary files a/blockchains/polkadot/validators/assets/1REAJ1k691g5Eqqg9gL7vvZCBG7FCCZ8zgQkZWd4va5ESih/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/1RG5T6zGY4XovW75mTgpH6Bx7Y6uwwMmPToMCJSdMwdm4EW/logo.png b/blockchains/polkadot/validators/assets/1RG5T6zGY4XovW75mTgpH6Bx7Y6uwwMmPToMCJSdMwdm4EW/logo.png
deleted file mode 100644
index 7975528148203..0000000000000
Binary files a/blockchains/polkadot/validators/assets/1RG5T6zGY4XovW75mTgpH6Bx7Y6uwwMmPToMCJSdMwdm4EW/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/1WG3jyNqniQMRZGQUc7QD2kVLT8hkRPGMSqAb5XYQM1UDxN/logo.png b/blockchains/polkadot/validators/assets/1WG3jyNqniQMRZGQUc7QD2kVLT8hkRPGMSqAb5XYQM1UDxN/logo.png
deleted file mode 100644
index 81174a1b761f9..0000000000000
Binary files a/blockchains/polkadot/validators/assets/1WG3jyNqniQMRZGQUc7QD2kVLT8hkRPGMSqAb5XYQM1UDxN/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/1dGsgLgFez7gt5WjX2FYzNCJtaCjGG6W9dA42d9cHngDYGg/logo.png b/blockchains/polkadot/validators/assets/1dGsgLgFez7gt5WjX2FYzNCJtaCjGG6W9dA42d9cHngDYGg/logo.png
deleted file mode 100644
index b0168a3c3bc3d..0000000000000
Binary files a/blockchains/polkadot/validators/assets/1dGsgLgFez7gt5WjX2FYzNCJtaCjGG6W9dA42d9cHngDYGg/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/1hJdgnAPSjfuHZFHzcorPnFvekSHihK9jdNPWHXgeuL7zaJ/logo.png b/blockchains/polkadot/validators/assets/1hJdgnAPSjfuHZFHzcorPnFvekSHihK9jdNPWHXgeuL7zaJ/logo.png
deleted file mode 100644
index 769b8f54ecc73..0000000000000
Binary files a/blockchains/polkadot/validators/assets/1hJdgnAPSjfuHZFHzcorPnFvekSHihK9jdNPWHXgeuL7zaJ/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/1pbMtabBc9MNJcam4o8uHGymybvPcnkU5AGmpSmUpms7SWh/logo.png b/blockchains/polkadot/validators/assets/1pbMtabBc9MNJcam4o8uHGymybvPcnkU5AGmpSmUpms7SWh/logo.png
deleted file mode 100644
index 83d98fe6b8a52..0000000000000
Binary files a/blockchains/polkadot/validators/assets/1pbMtabBc9MNJcam4o8uHGymybvPcnkU5AGmpSmUpms7SWh/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/assets/1zugcapKRuHy2C1PceJxTvXWiq6FHEDm2xa5XSU7KYP3rJE/logo.png b/blockchains/polkadot/validators/assets/1zugcapKRuHy2C1PceJxTvXWiq6FHEDm2xa5XSU7KYP3rJE/logo.png
deleted file mode 100644
index a391565093796..0000000000000
Binary files a/blockchains/polkadot/validators/assets/1zugcapKRuHy2C1PceJxTvXWiq6FHEDm2xa5XSU7KYP3rJE/logo.png and /dev/null differ
diff --git a/blockchains/polkadot/validators/list.json b/blockchains/polkadot/validators/list.json
deleted file mode 100644
index b3513e877e8bb..0000000000000
--- a/blockchains/polkadot/validators/list.json
+++ /dev/null
@@ -1,152 +0,0 @@
-[
- {
- "id": "1hJdgnAPSjfuHZFHzcorPnFvekSHihK9jdNPWHXgeuL7zaJ",
- "name": "Listen",
- "description": "",
- "website": "https://listen.io"
- },
- {
- "id": "14BB4ZbvPadELb1jBhbJq6GbECvBfkxFmohybYexzpE4KMq2",
- "name": "DICO",
- "description": "",
- "website": "https://dico.io"
- },
- {
- "id": "1pbMtabBc9MNJcam4o8uHGymybvPcnkU5AGmpSmUpms7SWh",
- "name": "Web3 Venture Capital",
- "description": "",
- "website": "https://web3.vc"
- },
- {
- "id": "14Y4s6V1PWrwBLvxW47gcYgZCGTYekmmzvFsK1kiqNH2d84t",
- "name": "RockX_Polkadot",
- "description": "",
- "website": "https://www.rockx.com"
- },
- {
- "id": "15FdawBwokuor5wzU2DAU2Cp8i9DwRS1HTNgTNDAbcXuAEXH",
- "name": "IPSE",
- "description": "",
- "website": "https://ipfssearch.io"
- },
- {
- "id": "14ShUZUYUR35RBZW6uVVt1zXDxmSQddkeDdXf1JkMA6P721N",
- "name": "Wei",
- "description": "",
- "website": "https://that.world/~wei/"
- },
- {
- "id": "15BQUqtqhmqJPyvvEH5GYyWffXWKuAgoSUHuG1UeNdb8oDNT",
- "name": "HashQuark",
- "description": "",
- "website": "https://hashquark.io"
- },
- {
- "id": "153YD8ZHD9dRh82U419bSCB5SzWhbdAFzjj4NtA5pMazR2yC",
- "name": "SAXEMBERG",
- "description": "",
- "website": "https://saxemberg.com/"
- },
- {
- "id": "1653t723BHhC2krGCFKUUNDQb5sUafy5pZvKVwnwo1oMAMi7",
- "name": "Staked",
- "description": "",
- "website": "https://staked.us"
- },
- {
- "id": "1WG3jyNqniQMRZGQUc7QD2kVLT8hkRPGMSqAb5XYQM1UDxN",
- "name": "DokiaCapital",
- "description": "",
- "website": "https://staking.dokia.cloud"
- },
- {
- "id": "1zugcapKRuHy2C1PceJxTvXWiq6FHEDm2xa5XSU7KYP3rJE",
- "name": "Zug Capital",
- "description": "",
- "website": "https://zugcapital.com"
- },
- {
- "id": "15kkg1mK1tCGgqqo3c1CghtKCQsBEAPPjYNNmmRT3r29FeRX",
- "name": "ANAMIX",
- "description": "",
- "website": "https://anamix.top/"
- },
- {
- "id": "14QBQABMSFBsT3pDTaEQdshq7ZLmhzKiae2weZH45pw5ErYu",
- "name": "P2P.ORG",
- "description": "",
- "website": "https://p2p.org"
- },
- {
- "id": "16GDRhRYxk42paoK6TfHAqWej8PdDDUwdDazjv4bAn4KGNeb",
- "name": "CLOUDWALK",
- "description": "",
- "website": "https://cp0x.com"
- },
- {
- "id": "12713bbq45c66CN9AD7yusSXWE1kY91DcMpjVcB2rXqZKy2w",
- "name": "🔒stateless_money🔒",
- "description": "",
- "website": "https://www.stateless.money/"
- },
- {
- "id": "1REAJ1k691g5Eqqg9gL7vvZCBG7FCCZ8zgQkZWd4va5ESih",
- "name": "Polkadot.pro - Realgar",
- "description": "",
- "website": "https://polkadot.pro"
- },
- {
- "id": "15fU523Wq5BCt2NWAmrCU6p8nFB29uVifeG7bwYJHbw5Mmd9",
- "name": "SNZPool-1",
- "description": "",
- "website": "https://snzholding.com"
- },
- {
- "id": "1dGsgLgFez7gt5WjX2FYzNCJtaCjGG6W9dA42d9cHngDYGg",
- "name": "DragonStake 🐲",
- "description": "",
- "website": "https://dragonstake.io"
- },
- {
- "id": "1RG5T6zGY4XovW75mTgpH6Bx7Y6uwwMmPToMCJSdMwdm4EW",
- "name": "IOSG Ventures",
- "description": "",
- "website": "https://iosg.vc"
- },
- {
- "id": "16SpacegeUTft9v3ts27CEC3tJaxgvE4uZeCctThFH3Vb24p",
- "name": "Staker Space",
- "description": "",
- "website": "https://staker.space"
- },
- {
- "id": "14N5GT7YTaDBSsLpfxxtCxNdYfgDofGj5wQSfqC1URKHdT8C",
- "name": "RockX_Polkadot3",
- "description": "",
- "website": "https://www.rockx.com"
- },
- {
- "id": "15SPD9eHQPxwKFn6dBLewyDuoo4wcQeByocub1DTWyXjx5k3",
- "name": "Earn Stash",
- "description": "Stake with us to earn more. High reliability. Low commission. Experienced node operator.",
- "website": "https://www.earnstash.com"
- },
- {
- "id": "124X3VPduasSodAjS6MPd5nEqM8SUdKN5taMUUPtkWqF1fVf",
- "name": "Stakepile",
- "description": "Stakepile - Grow your stake pile with us. We also stake KSM, OSMO, JUNO, KAVA, COMDEX, HUAHUA",
- "website": "https://www.stakepile.com"
- },
- {
- "id": "15R1Th3ULXAq81QPGeEDfE1ywbw19AjZiARxH7czm83wS2w2",
- "name": "Stakely.io",
- "description": "🔥 Professional validator highly experienced in PoS 🔥 Slashing protection & Eligible for airdrops | Learn with our staking guides, video tutorials and FAQs | Part of the commission of our nodes will go to our Multicoin Faucet funds and other tools 🌱 Carbon Neutral 🌱",
- "website": "https://stakely.io"
- },
- {
- "id": "15ML93PH72j5fFfqLrXRy7uDh7pUBCTUcSVYbaDV18LaTfeW",
- "name": "Allnodes.com ⚡️ 0% fee",
- "description": "Reliable non-custodial Validator run by the industry leader - Allnodes.",
- "website": "https://wwww.allnodes.com/dot/staking"
- }
-]
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x0000000000000000000000000000000000001010/info.json b/blockchains/polygon/assets/0x0000000000000000000000000000000000001010/info.json
deleted file mode 100644
index b26c26171a3f2..0000000000000
--- a/blockchains/polygon/assets/0x0000000000000000000000000000000000001010/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Polygon",
- "symbol": "MATIC",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x0000000000000000000000000000000000001010"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x0000000000000000000000000000000000001010/logo.png b/blockchains/polygon/assets/0x0000000000000000000000000000000000001010/logo.png
deleted file mode 100644
index 301fa17f2405c..0000000000000
Binary files a/blockchains/polygon/assets/0x0000000000000000000000000000000000001010/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x00e5646f60AC6Fb446f621d146B6E1886f002905/info.json b/blockchains/polygon/assets/0x00e5646f60AC6Fb446f621d146B6E1886f002905/info.json
deleted file mode 100644
index d27b0850f92ce..0000000000000
--- a/blockchains/polygon/assets/0x00e5646f60AC6Fb446f621d146B6E1886f002905/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Rai Reflex Index",
- "symbol": "RAI",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x00e5646f60AC6Fb446f621d146B6E1886f002905"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x00e5646f60AC6Fb446f621d146B6E1886f002905/logo.png b/blockchains/polygon/assets/0x00e5646f60AC6Fb446f621d146B6E1886f002905/logo.png
deleted file mode 100644
index ea158e231be07..0000000000000
Binary files a/blockchains/polygon/assets/0x00e5646f60AC6Fb446f621d146B6E1886f002905/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x01288e04435bFcd4718FF203D6eD18146C17Cd4b/info.json b/blockchains/polygon/assets/0x01288e04435bFcd4718FF203D6eD18146C17Cd4b/info.json
deleted file mode 100644
index b5de02be985c3..0000000000000
--- a/blockchains/polygon/assets/0x01288e04435bFcd4718FF203D6eD18146C17Cd4b/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Magic Internet Money",
- "symbol": "MIM",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x01288e04435bFcd4718FF203D6eD18146C17Cd4b"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x01288e04435bFcd4718FF203D6eD18146C17Cd4b/logo.png b/blockchains/polygon/assets/0x01288e04435bFcd4718FF203D6eD18146C17Cd4b/logo.png
deleted file mode 100644
index 4101813265fa1..0000000000000
Binary files a/blockchains/polygon/assets/0x01288e04435bFcd4718FF203D6eD18146C17Cd4b/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x04bEa9FCE76943E90520489cCAb84E84C0198E29/info.json b/blockchains/polygon/assets/0x04bEa9FCE76943E90520489cCAb84E84C0198E29/info.json
deleted file mode 100644
index 85cf90a2bd3e8..0000000000000
--- a/blockchains/polygon/assets/0x04bEa9FCE76943E90520489cCAb84E84C0198E29/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "AirSwap",
- "symbol": "AST",
- "type": "ERC20",
- "decimals": 4,
- "id": "0x04bEa9FCE76943E90520489cCAb84E84C0198E29"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x04bEa9FCE76943E90520489cCAb84E84C0198E29/logo.png b/blockchains/polygon/assets/0x04bEa9FCE76943E90520489cCAb84E84C0198E29/logo.png
deleted file mode 100644
index 17ed444295c3b..0000000000000
Binary files a/blockchains/polygon/assets/0x04bEa9FCE76943E90520489cCAb84E84C0198E29/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x05089C9EBFFa4F0AcA269e32056b1b36B37ED71b/info.json b/blockchains/polygon/assets/0x05089C9EBFFa4F0AcA269e32056b1b36B37ED71b/info.json
deleted file mode 100644
index c43c5c7083e6b..0000000000000
--- a/blockchains/polygon/assets/0x05089C9EBFFa4F0AcA269e32056b1b36B37ED71b/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Krill",
- "website": "https://polywhale.finance/",
- "description": "PolyWhale is a popular yield farm on Polygon that allows users to earn KRILL through yield farming, then stakes it in Nests to earn more tokens.",
- "explorer": "https://polygonscan.com/token/0x05089c9ebffa4f0aca269e32056b1b36b37ed71b",
- "type": "POLYGON",
- "symbol": "Krill",
- "decimals": 18,
- "status": "active",
- "id": "0x05089C9EBFFa4F0AcA269e32056b1b36B37ED71b",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/polywhalefarm/contracts"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/polywhalefi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/polywhale"
- },
- {
- "name": "medium",
- "url": "https://medium.com/polywhale"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/polywhale"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x05089C9EBFFa4F0AcA269e32056b1b36B37ED71b/logo.png b/blockchains/polygon/assets/0x05089C9EBFFa4F0AcA269e32056b1b36B37ED71b/logo.png
deleted file mode 100644
index 7e94ff53cc0cd..0000000000000
Binary files a/blockchains/polygon/assets/0x05089C9EBFFa4F0AcA269e32056b1b36B37ED71b/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x0621d647cecbFb64b79E44302c1933cB4f27054d/info.json b/blockchains/polygon/assets/0x0621d647cecbFb64b79E44302c1933cB4f27054d/info.json
deleted file mode 100644
index 5705ac513783a..0000000000000
--- a/blockchains/polygon/assets/0x0621d647cecbFb64b79E44302c1933cB4f27054d/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Amp",
- "symbol": "AMP",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x0621d647cecbFb64b79E44302c1933cB4f27054d"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x0621d647cecbFb64b79E44302c1933cB4f27054d/logo.png b/blockchains/polygon/assets/0x0621d647cecbFb64b79E44302c1933cB4f27054d/logo.png
deleted file mode 100644
index 0a7555374f5ce..0000000000000
Binary files a/blockchains/polygon/assets/0x0621d647cecbFb64b79E44302c1933cB4f27054d/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x08C15FA26E519A78a666D19CE5C646D55047e0a3/info.json b/blockchains/polygon/assets/0x08C15FA26E519A78a666D19CE5C646D55047e0a3/info.json
deleted file mode 100644
index a7be0a5d05446..0000000000000
--- a/blockchains/polygon/assets/0x08C15FA26E519A78a666D19CE5C646D55047e0a3/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "dForce",
- "type": "POLYGON",
- "symbol": "DF",
- "decimals": 18,
- "website": "http://dforce.network/",
- "description": "dForce advocates for building an integrated and interoperable and scalable open finance protocol network, cultivating intra-protocol liquidity and network effects, while remain in full openness to interact and integrated with other protocols.",
- "explorer": "https://polygonscan.com/token/0x08C15FA26E519A78a666D19CE5C646D55047e0a3",
- "status": "active",
- "id": "0x08C15FA26E519A78a666D19CE5C646D55047e0a3",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/dforcenet"
- },
- {
- "name": "github",
- "url": "https://github.com/dforce-network/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/dforce-token/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/dforce/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x08C15FA26E519A78a666D19CE5C646D55047e0a3/logo.png b/blockchains/polygon/assets/0x08C15FA26E519A78a666D19CE5C646D55047e0a3/logo.png
deleted file mode 100644
index 36fcfbc499e68..0000000000000
Binary files a/blockchains/polygon/assets/0x08C15FA26E519A78a666D19CE5C646D55047e0a3/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x09E1943Dd2A4e82032773594f50CF54453000b97/info.json b/blockchains/polygon/assets/0x09E1943Dd2A4e82032773594f50CF54453000b97/info.json
deleted file mode 100644
index 638ac0e4ff610..0000000000000
--- a/blockchains/polygon/assets/0x09E1943Dd2A4e82032773594f50CF54453000b97/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Gala",
- "symbol": "GALA",
- "type": "ERC20",
- "decimals": 8,
- "id": "0x09E1943Dd2A4e82032773594f50CF54453000b97"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x09E1943Dd2A4e82032773594f50CF54453000b97/logo.png b/blockchains/polygon/assets/0x09E1943Dd2A4e82032773594f50CF54453000b97/logo.png
deleted file mode 100644
index 052a78bbf67db..0000000000000
Binary files a/blockchains/polygon/assets/0x09E1943Dd2A4e82032773594f50CF54453000b97/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x0AaB8DC887D34f00D50E19aee48371a941390d14/info.json b/blockchains/polygon/assets/0x0AaB8DC887D34f00D50E19aee48371a941390d14/info.json
deleted file mode 100644
index bbf5cc9942973..0000000000000
--- a/blockchains/polygon/assets/0x0AaB8DC887D34f00D50E19aee48371a941390d14/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Power Ledger",
- "symbol": "POWR",
- "type": "ERC20",
- "decimals": 6,
- "id": "0x0AaB8DC887D34f00D50E19aee48371a941390d14"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x0AaB8DC887D34f00D50E19aee48371a941390d14/logo.png b/blockchains/polygon/assets/0x0AaB8DC887D34f00D50E19aee48371a941390d14/logo.png
deleted file mode 100644
index 3a3e5fc77919c..0000000000000
Binary files a/blockchains/polygon/assets/0x0AaB8DC887D34f00D50E19aee48371a941390d14/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf/info.json b/blockchains/polygon/assets/0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf/info.json
deleted file mode 100644
index af0877957495c..0000000000000
--- a/blockchains/polygon/assets/0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Golem",
- "symbol": "GLM",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf/logo.png b/blockchains/polygon/assets/0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf/logo.png
deleted file mode 100644
index 9c10c78562db6..0000000000000
Binary files a/blockchains/polygon/assets/0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x0Bf519071b02F22C17E7Ed5F4002ee1911f46729/info.json b/blockchains/polygon/assets/0x0Bf519071b02F22C17E7Ed5F4002ee1911f46729/info.json
deleted file mode 100644
index 93d72a16ebebf..0000000000000
--- a/blockchains/polygon/assets/0x0Bf519071b02F22C17E7Ed5F4002ee1911f46729/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Numeraire",
- "symbol": "NMR",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x0Bf519071b02F22C17E7Ed5F4002ee1911f46729"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x0Bf519071b02F22C17E7Ed5F4002ee1911f46729/logo.png b/blockchains/polygon/assets/0x0Bf519071b02F22C17E7Ed5F4002ee1911f46729/logo.png
deleted file mode 100644
index c25145c839b79..0000000000000
Binary files a/blockchains/polygon/assets/0x0Bf519071b02F22C17E7Ed5F4002ee1911f46729/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x0C7304fBAf2A320a1c50c46FE03752722F729946/info.json b/blockchains/polygon/assets/0x0C7304fBAf2A320a1c50c46FE03752722F729946/info.json
deleted file mode 100644
index 38ff44aedc75f..0000000000000
--- a/blockchains/polygon/assets/0x0C7304fBAf2A320a1c50c46FE03752722F729946/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Smooth Love Potion",
- "symbol": "SLP",
- "type": "ERC20",
- "decimals": 0,
- "id": "0x0C7304fBAf2A320a1c50c46FE03752722F729946"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x0C7304fBAf2A320a1c50c46FE03752722F729946/logo.png b/blockchains/polygon/assets/0x0C7304fBAf2A320a1c50c46FE03752722F729946/logo.png
deleted file mode 100644
index ff2130064cce9..0000000000000
Binary files a/blockchains/polygon/assets/0x0C7304fBAf2A320a1c50c46FE03752722F729946/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x0E50BEA95Fe001A370A4F1C220C49AEdCB982DeC/info.json b/blockchains/polygon/assets/0x0E50BEA95Fe001A370A4F1C220C49AEdCB982DeC/info.json
deleted file mode 100644
index 9c9033ef9cf23..0000000000000
--- a/blockchains/polygon/assets/0x0E50BEA95Fe001A370A4F1C220C49AEdCB982DeC/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Ethernity Chain",
- "symbol": "ERN",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x0E50BEA95Fe001A370A4F1C220C49AEdCB982DeC"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x0E50BEA95Fe001A370A4F1C220C49AEdCB982DeC/logo.png b/blockchains/polygon/assets/0x0E50BEA95Fe001A370A4F1C220C49AEdCB982DeC/logo.png
deleted file mode 100644
index 04e20272b11b8..0000000000000
Binary files a/blockchains/polygon/assets/0x0E50BEA95Fe001A370A4F1C220C49AEdCB982DeC/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x0E9b89007eEE9c958c0EDA24eF70723C2C93dD58/info.json b/blockchains/polygon/assets/0x0E9b89007eEE9c958c0EDA24eF70723C2C93dD58/info.json
deleted file mode 100644
index 3446cfd6e4f40..0000000000000
--- a/blockchains/polygon/assets/0x0E9b89007eEE9c958c0EDA24eF70723C2C93dD58/info.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "name": "Ankr Staked MATIC",
- "type": "POLYGON",
- "symbol": "ankrMATIC",
- "decimals": 18,
- "website": "https://ankr.com",
- "description": "ankrMATIC represents your staked MATIC and provides liquidity for your staked position. All staking rewards are built into the token price, and ankrMATIC grows daily in value, but never in number",
- "explorer": "https://polygonscan.com/token/0x0e9b89007eee9c958c0eda24ef70723c2c93dd58",
- "status": "active",
- "id": "0x0E9b89007eEE9c958c0EDA24eF70723C2C93dD58",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ankr"
- },
- {
- "name": "github",
- "url": "https://github.com/Ankr-network"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ankrnetwork"
- },
- {
- "name": "docs",
- "url": "https://ankr.com/docs/staking/overview"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Ankrofficial/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@AnkrOfficial"
- },
- {
- "name": "whitepaper",
- "url": "https://ankr.com/ankr-whitepaper-2.0.pdf"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/ankr"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ankr-network"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ankr-staked-matic"
- }
- ],
- "tags": [
- "staking"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x0E9b89007eEE9c958c0EDA24eF70723C2C93dD58/logo.png b/blockchains/polygon/assets/0x0E9b89007eEE9c958c0EDA24eF70723C2C93dD58/logo.png
deleted file mode 100644
index 22d28ab4739aa..0000000000000
Binary files a/blockchains/polygon/assets/0x0E9b89007eEE9c958c0EDA24eF70723C2C93dD58/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x0EE392bA5ef1354c9bd75a98044667d307C0e773/info.json b/blockchains/polygon/assets/0x0EE392bA5ef1354c9bd75a98044667d307C0e773/info.json
deleted file mode 100644
index 1f2de40052a9e..0000000000000
--- a/blockchains/polygon/assets/0x0EE392bA5ef1354c9bd75a98044667d307C0e773/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Orion Protocol",
- "symbol": "ORN",
- "type": "ERC20",
- "decimals": 8,
- "id": "0x0EE392bA5ef1354c9bd75a98044667d307C0e773"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x0EE392bA5ef1354c9bd75a98044667d307C0e773/logo.png b/blockchains/polygon/assets/0x0EE392bA5ef1354c9bd75a98044667d307C0e773/logo.png
deleted file mode 100644
index 39e7c4b3ea4b3..0000000000000
Binary files a/blockchains/polygon/assets/0x0EE392bA5ef1354c9bd75a98044667d307C0e773/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89/info.json b/blockchains/polygon/assets/0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89/info.json
deleted file mode 100644
index 180e0f764dceb..0000000000000
--- a/blockchains/polygon/assets/0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Impossible Finance",
- "website": "https://invest.impossible.finance/launchpad",
- "description": "Impossible Finance is a builder-focused multichain ecosystem featuring decentralized incubator, launchpad, and swap. The IDIA token is the core governance and access token for allocation into our launchpad sales. Users can stake the IDIA token into a variety of sectors and categories to secure allocation into the top project teams launching on Impossible.",
- "explorer": "https://polygonscan.com/token/0x0b15ddf19d47e6a86a56148fb4afffc6929bcb89",
- "type": "POLYGON",
- "symbol": "IDIA",
- "decimals": 18,
- "status": "active",
- "id": "0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/impossiblefinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/impossiblefi"
- },
- {
- "name": "blog",
- "url": "https://medium.com/impossiblefinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ImpossibleFinance"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/impossible-finance/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89/logo.png b/blockchains/polygon/assets/0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89/logo.png
deleted file mode 100644
index 472303c8ba497..0000000000000
Binary files a/blockchains/polygon/assets/0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a/info.json b/blockchains/polygon/assets/0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a/info.json
deleted file mode 100644
index e0034be457b19..0000000000000
--- a/blockchains/polygon/assets/0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "SushiToken (PoS)",
- "website": "https://sushi.com/",
- "description": "Sushi is the home of DeFi. Our community is building a comprehensive, decentralized trading platform for the future of finance.",
- "explorer": "https://polygonscan.com/token/0x0b3f868e0be5597d5db7feb59e1cadbb0fdda50a",
- "type": "POLYGON",
- "symbol": "SUSHI",
- "decimals": 18,
- "status": "active",
- "id": "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/sushiswap"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/sushiswap"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/sushiswap/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/sushi/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a/logo.png b/blockchains/polygon/assets/0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a/logo.png
deleted file mode 100644
index 37523b87fe8a7..0000000000000
Binary files a/blockchains/polygon/assets/0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x0cD022ddE27169b20895e0e2B2B8A33B25e63579/info.json b/blockchains/polygon/assets/0x0cD022ddE27169b20895e0e2B2B8A33B25e63579/info.json
deleted file mode 100644
index c7a3dc227a728..0000000000000
--- a/blockchains/polygon/assets/0x0cD022ddE27169b20895e0e2B2B8A33B25e63579/info.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "EverRise",
- "type": "POLYGON",
- "symbol": "RISE (old)",
- "decimals": 18,
- "website": "https://www.everrise.com/",
- "description": "The Original Buyback Token Powering The EverRise Ecosystem. EverRise token (RISE) is a multi-chain collateralized cryptocurrency that protects both the ecosystem and investors with its innovative buyback and staking protocol.",
- "explorer": "https://polygonscan.com/token/0x0cd022dde27169b20895e0e2b2b8a33b25e63579",
- "status": "abandoned",
- "id": "0x0cD022ddE27169b20895e0e2B2B8A33B25e63579",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/everrise/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/everrise"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/everrise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/everriseofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/everriseofficial/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EverRise"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/everrise"
- },
- {
- "name": "github",
- "url": "https://github.com/everrise-ecosystem"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EverRiseToken"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270/info.json b/blockchains/polygon/assets/0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270/info.json
deleted file mode 100644
index abc464e6da3a2..0000000000000
--- a/blockchains/polygon/assets/0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Wrapped MATIC",
- "type": "POLYGON",
- "symbol": "WMATIC",
- "decimals": 18,
- "website": "https://polygon.technology",
- "description": "Wrapped MATIC",
- "explorer": "https://polygonscan.com/token/0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",
- "status": "active",
- "id": "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/0xPolygon"
- },
- {
- "name": "telegram",
- "url": "https://t.me/polygonofficial"
- },
- {
- "name": "github",
- "url": "https://github.com/maticnetwork/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270/logo.png b/blockchains/polygon/assets/0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270/logo.png
deleted file mode 100644
index 6d3c0e9b20fc8..0000000000000
Binary files a/blockchains/polygon/assets/0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x0df0f72EE0e5c9B7ca761ECec42754992B2Da5BF/info.json b/blockchains/polygon/assets/0x0df0f72EE0e5c9B7ca761ECec42754992B2Da5BF/info.json
deleted file mode 100644
index e9e519fbd8dac..0000000000000
--- a/blockchains/polygon/assets/0x0df0f72EE0e5c9B7ca761ECec42754992B2Da5BF/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Automata",
- "symbol": "ATA",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x0df0f72EE0e5c9B7ca761ECec42754992B2Da5BF"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x0df0f72EE0e5c9B7ca761ECec42754992B2Da5BF/logo.png b/blockchains/polygon/assets/0x0df0f72EE0e5c9B7ca761ECec42754992B2Da5BF/logo.png
deleted file mode 100644
index 0184935a8c392..0000000000000
Binary files a/blockchains/polygon/assets/0x0df0f72EE0e5c9B7ca761ECec42754992B2Da5BF/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x101A023270368c0D50BFfb62780F4aFd4ea79C35/info.json b/blockchains/polygon/assets/0x101A023270368c0D50BFfb62780F4aFd4ea79C35/info.json
deleted file mode 100644
index 7264126876749..0000000000000
--- a/blockchains/polygon/assets/0x101A023270368c0D50BFfb62780F4aFd4ea79C35/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Ankr",
- "symbol": "ANKR",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x101A023270368c0D50BFfb62780F4aFd4ea79C35"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x101A023270368c0D50BFfb62780F4aFd4ea79C35/logo.png b/blockchains/polygon/assets/0x101A023270368c0D50BFfb62780F4aFd4ea79C35/logo.png
deleted file mode 100644
index 0dc7139291155..0000000000000
Binary files a/blockchains/polygon/assets/0x101A023270368c0D50BFfb62780F4aFd4ea79C35/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x104592a158490a9228070E0A8e5343B499e125D0/info.json b/blockchains/polygon/assets/0x104592a158490a9228070E0A8e5343B499e125D0/info.json
deleted file mode 100644
index bcc6577c96fce..0000000000000
--- a/blockchains/polygon/assets/0x104592a158490a9228070E0A8e5343B499e125D0/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Frax",
- "symbol": "FRAX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x104592a158490a9228070E0A8e5343B499e125D0"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x104592a158490a9228070E0A8e5343B499e125D0/logo.png b/blockchains/polygon/assets/0x104592a158490a9228070E0A8e5343B499e125D0/logo.png
deleted file mode 100644
index 762d2dd36f501..0000000000000
Binary files a/blockchains/polygon/assets/0x104592a158490a9228070E0A8e5343B499e125D0/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x1132f58810Ee9fF13E97aECCd8DDa688Cc5eb8F4/info.json b/blockchains/polygon/assets/0x1132f58810Ee9fF13E97aECCd8DDa688Cc5eb8F4/info.json
deleted file mode 100644
index 38d09fdd2f742..0000000000000
--- a/blockchains/polygon/assets/0x1132f58810Ee9fF13E97aECCd8DDa688Cc5eb8F4/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "SpaceRat",
- "website": "https://spacerat.finance/",
- "description": "SpaceRat is a community-driven project built on Matic Network. Three functions occur during each trade: Reflection, LP Acquisition, & Burn.",
- "explorer": "https://polygonscan.com/token/0x1132f58810ee9ff13e97aeccd8dda688cc5eb8f4",
- "type": "POLYGON",
- "symbol": "SRAT",
- "decimals": 9,
- "status": "active",
- "id": "0x1132f58810Ee9fF13E97aECCd8DDa688Cc5eb8F4",
- "links": [
- {
- "name": "discord",
- "url": "https://discord.com/YcdXESeMzK"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/spaceratmatic"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/spacerat/"
- },
- {
- "name": "medium",
- "url": "https://spaceratpolygon.medium.com/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/spacerat/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x1132f58810Ee9fF13E97aECCd8DDa688Cc5eb8F4/logo.png b/blockchains/polygon/assets/0x1132f58810Ee9fF13E97aECCd8DDa688Cc5eb8F4/logo.png
deleted file mode 100644
index 159a641db27ad..0000000000000
Binary files a/blockchains/polygon/assets/0x1132f58810Ee9fF13E97aECCd8DDa688Cc5eb8F4/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x11CD37bb86F65419713f30673A480EA33c826872/info.json b/blockchains/polygon/assets/0x11CD37bb86F65419713f30673A480EA33c826872/info.json
deleted file mode 100644
index df52dfb8b3815..0000000000000
--- a/blockchains/polygon/assets/0x11CD37bb86F65419713f30673A480EA33c826872/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Ether (Portal)",
- "type": "POLYGON",
- "symbol": "ETH",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://ethereum.org/en/",
- "explorer": "https://polygonscan.com/token/0x11CD37bb86F65419713f30673A480EA33c826872",
- "status": "active",
- "id": "0x11CD37bb86F65419713f30673A480EA33c826872",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x11CD37bb86F65419713f30673A480EA33c826872/logo.png b/blockchains/polygon/assets/0x11CD37bb86F65419713f30673A480EA33c826872/logo.png
deleted file mode 100644
index 2d99a939536c4..0000000000000
Binary files a/blockchains/polygon/assets/0x11CD37bb86F65419713f30673A480EA33c826872/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x1379E8886A944d2D9d440b3d88DF536Aea08d9F3/info.json b/blockchains/polygon/assets/0x1379E8886A944d2D9d440b3d88DF536Aea08d9F3/info.json
deleted file mode 100644
index 2cca5088f2760..0000000000000
--- a/blockchains/polygon/assets/0x1379E8886A944d2D9d440b3d88DF536Aea08d9F3/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Mysterium",
- "type": "POLYGON",
- "symbol": "MYST",
- "decimals": 18,
- "website": "https://mysterium.network/",
- "description": "MYST is the utility token at the heart of Mysterium Network. MYST is used for frictionless P2P micropayments within the network. If you’re using the VPN, you can pay with MYST token. If you’re a node (provider of the VPN service) you receive MYST. Mysterium has designed its own unique micropayments infrastructure, the Hermes protocol, to facilitate these fast, anonymous, and censorship-resistant transactions.",
- "explorer": "https://polygonscan.com/token/0x1379E8886A944d2D9d440b3d88DF536Aea08d9F3",
- "status": "active",
- "id": "0x1379E8886A944d2D9d440b3d88DF536Aea08d9F3",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MysteriumNet"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Mysterium_Network"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/n3vtSwc"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/MysteriumNetwork/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/mysterium-network"
- },
- {
- "name": "github",
- "url": "https://github.com/MysteriumNetwork"
- }
- ],
- "tags": [
- "privacy"
- ]
-}
diff --git a/blockchains/polygon/assets/0x1379E8886A944d2D9d440b3d88DF536Aea08d9F3/logo.png b/blockchains/polygon/assets/0x1379E8886A944d2D9d440b3d88DF536Aea08d9F3/logo.png
deleted file mode 100644
index ad16c843c62cc..0000000000000
Binary files a/blockchains/polygon/assets/0x1379E8886A944d2D9d440b3d88DF536Aea08d9F3/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x137Ee749f0F8c2eD34cA00dE33BB59E3dafA494A/info.json b/blockchains/polygon/assets/0x137Ee749f0F8c2eD34cA00dE33BB59E3dafA494A/info.json
deleted file mode 100644
index 781b8e853b459..0000000000000
--- a/blockchains/polygon/assets/0x137Ee749f0F8c2eD34cA00dE33BB59E3dafA494A/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Wrapped CCX",
- "website": "https://conceal.network/",
- "description": "Wrapped Conceal ($wCCX) is just a representation of ₡CCX on any of the available bridged ecosystems — a tokenized ₡CCX. Exactly one $wCCX will always represent (or equal) one ₡CCX.",
- "explorer": "https://polygonscan.com/token/0x137ee749f0f8c2ed34ca00de33bb59e3dafa494a",
- "type": "POLYGON",
- "symbol": "wCCX",
- "decimals": 6,
- "status": "active",
- "id": "0x137Ee749f0F8c2eD34cA00dE33BB59E3dafA494A",
- "links": [
- {
- "name": "discord",
- "url": "https://discord.com/invite/YbpHVSd"
- },
- {
- "name": "telegram",
- "url": "https://t.me/concealnetworkusers"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ConcealNetwork"
- },
- {
- "name": "github",
- "url": "https://github.com/sushiswap"
- },
- {
- "name": "medium",
- "url": "https://concealnetwork.medium.com/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/wrapped-conceal"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/wrapped-conceal/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x137Ee749f0F8c2eD34cA00dE33BB59E3dafA494A/logo.png b/blockchains/polygon/assets/0x137Ee749f0F8c2eD34cA00dE33BB59E3dafA494A/logo.png
deleted file mode 100644
index b9f69da48bcb0..0000000000000
Binary files a/blockchains/polygon/assets/0x137Ee749f0F8c2eD34cA00dE33BB59E3dafA494A/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x155AB9Cd3655Aa6174E1e743a6DA1E208762b03d/info.json b/blockchains/polygon/assets/0x155AB9Cd3655Aa6174E1e743a6DA1E208762b03d/info.json
deleted file mode 100644
index 4d5119d23e088..0000000000000
--- a/blockchains/polygon/assets/0x155AB9Cd3655Aa6174E1e743a6DA1E208762b03d/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Clever Minu",
- "type": "POLYGON",
- "symbol": "CLEVERMINU",
- "decimals": 9,
- "website": "https://www.cleverminu.com/",
- "description": "This is a community based token that puts you first and opens up a new world in the world of cryptocurrencies and tokens.",
- "explorer": "https://polygonscan.com/token/0x155AB9Cd3655Aa6174E1e743a6DA1E208762b03d",
- "status": "active",
- "id": "0x155AB9Cd3655Aa6174E1e743a6DA1E208762b03d",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/cleverminu"
- },
- {
- "name": "github",
- "url": "https://github.com/cleverminu"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Cleverminu"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@clevertokenfinance"
- },
- {
- "name": "whitepaper",
- "url": "https://www.cleverminu.com/assets/whitepaper/English/cleverpaper.pdf"
- }
- ],
- "tags": [
- "memes"
- ]
-}
diff --git a/blockchains/polygon/assets/0x155AB9Cd3655Aa6174E1e743a6DA1E208762b03d/logo.png b/blockchains/polygon/assets/0x155AB9Cd3655Aa6174E1e743a6DA1E208762b03d/logo.png
deleted file mode 100644
index f464fd0a91393..0000000000000
Binary files a/blockchains/polygon/assets/0x155AB9Cd3655Aa6174E1e743a6DA1E208762b03d/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x1631244689EC1fEcbDD22fb5916E920dFC9b8D30/info.json b/blockchains/polygon/assets/0x1631244689EC1fEcbDD22fb5916E920dFC9b8D30/info.json
deleted file mode 100644
index 7bfdede5e51a1..0000000000000
--- a/blockchains/polygon/assets/0x1631244689EC1fEcbDD22fb5916E920dFC9b8D30/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "OVR",
- "symbol": "OVR",
- "type": "POLYGON",
- "decimals": 18,
- "description": "OVR is the decentralized infrastructure for the metaverse, merging physical and virtual world through Augmented Reality",
- "website": "https://www.ovr.ai/",
- "explorer": "https://polygonscan.com/token/0x1631244689EC1fEcbDD22fb5916E920dFC9b8D30",
- "status": "active",
- "id": "0x1631244689EC1fEcbDD22fb5916E920dFC9b8D30",
- "tags": [
- "nft"
- ],
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/OVRtheReality"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/OVRtheReality"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/OVRmetaverse/"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/ovrannouncements"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ovrthereality"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/ovr"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ovr/"
- }
- ]
-}
diff --git a/blockchains/polygon/assets/0x1631244689EC1fEcbDD22fb5916E920dFC9b8D30/logo.png b/blockchains/polygon/assets/0x1631244689EC1fEcbDD22fb5916E920dFC9b8D30/logo.png
deleted file mode 100644
index c3045348fbd1c..0000000000000
Binary files a/blockchains/polygon/assets/0x1631244689EC1fEcbDD22fb5916E920dFC9b8D30/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x1659fFb2d40DfB1671Ac226A0D9Dcc95A774521A/info.json b/blockchains/polygon/assets/0x1659fFb2d40DfB1671Ac226A0D9Dcc95A774521A/info.json
deleted file mode 100644
index d522e66fa1d9c..0000000000000
--- a/blockchains/polygon/assets/0x1659fFb2d40DfB1671Ac226A0D9Dcc95A774521A/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Daily COP",
- "website": "https://dlycrypto.com/",
- "description": "Daily COP is a stablecoin pegged to the Colombian Peso to make financial services accesible to everyone and let Colombians easily enter the crypto-space with a familiar and stable currency that will open a new world of knowledge and opportunities.",
- "explorer": "https://polygonscan.com/token/0x1659fFb2d40DfB1671Ac226A0D9Dcc95A774521A",
- "type": "POLYGON",
- "symbol": "DLYCOP",
- "decimals": 18,
- "status": "active",
- "id": "0x1659fFb2d40DfB1671Ac226A0D9Dcc95A774521A",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MiDailyWallet"
- },
- {
- "name": "github",
- "url": "https://github.com/miDaily/Daily-COP"
- },
- {
- "name": "whitepaper",
- "url": "https://dlycrypto.com/wp-content/uploads/2022/01/Whitepaper-daily.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/daily-cop/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/daily-cop"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
diff --git a/blockchains/polygon/assets/0x1659fFb2d40DfB1671Ac226A0D9Dcc95A774521A/logo.png b/blockchains/polygon/assets/0x1659fFb2d40DfB1671Ac226A0D9Dcc95A774521A/logo.png
deleted file mode 100644
index 1db124afdd0ff..0000000000000
Binary files a/blockchains/polygon/assets/0x1659fFb2d40DfB1671Ac226A0D9Dcc95A774521A/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4/info.json b/blockchains/polygon/assets/0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4/info.json
deleted file mode 100644
index 5f5ac031e0f73..0000000000000
--- a/blockchains/polygon/assets/0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Route",
- "website": "https://www.routerprotocol.com/",
- "description": "Router Protocol is a crosschain-liquidity aggregator platform that was built to seamlessly provide bridging infrastructure between current and emerging Layer 1 and Layer 2 blockchain solutions.",
- "explorer": "https://polygonscan.com/token/0x16eccfdbb4ee1a85a33f3a9b21175cd7ae753db4",
- "type": "POLYGON",
- "symbol": "ROUTE",
- "decimals": 18,
- "status": "active",
- "id": "0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/router-protocol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/routerprotocol"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/route/"
- },
- {
- "name": "medium",
- "url": "https://routerprotocol.medium.com/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/routerprotocol"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4/logo.png b/blockchains/polygon/assets/0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4/logo.png
deleted file mode 100644
index 45d5fa65750a5..0000000000000
Binary files a/blockchains/polygon/assets/0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x172370d5Cd63279eFa6d502DAB29171933a610AF/info.json b/blockchains/polygon/assets/0x172370d5Cd63279eFa6d502DAB29171933a610AF/info.json
deleted file mode 100644
index 1e909f28d5d71..0000000000000
--- a/blockchains/polygon/assets/0x172370d5Cd63279eFa6d502DAB29171933a610AF/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "CRV (PoS)",
- "website": "https://www.curve.fi/",
- "description": "The main purposes of the Curve DAO token are to incentivise liquidity providers on the Curve Finance platform as well as getting as many users involved as possible in the governance of the protocol.",
- "explorer": "https://polygonscan.com/token/0x172370d5cd63279efa6d502dab29171933a610af",
- "type": "POLYGON",
- "symbol": "CRV",
- "decimals": 18,
- "status": "active",
- "id": "0x172370d5Cd63279eFa6d502DAB29171933a610AF",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/curvefi/curve-contract"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/CurveFinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/curvefi"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/curve-dao-token/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x172370d5Cd63279eFa6d502DAB29171933a610AF/logo.png b/blockchains/polygon/assets/0x172370d5Cd63279eFa6d502DAB29171933a610AF/logo.png
deleted file mode 100644
index b820f250c2d3b..0000000000000
Binary files a/blockchains/polygon/assets/0x172370d5Cd63279eFa6d502DAB29171933a610AF/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x176f5AB638cf4Ff3B6239Ba609C3fadAA46ef5B0/info.json b/blockchains/polygon/assets/0x176f5AB638cf4Ff3B6239Ba609C3fadAA46ef5B0/info.json
deleted file mode 100644
index 2165c8d159f92..0000000000000
--- a/blockchains/polygon/assets/0x176f5AB638cf4Ff3B6239Ba609C3fadAA46ef5B0/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Harvest Finance",
- "symbol": "FARM",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x176f5AB638cf4Ff3B6239Ba609C3fadAA46ef5B0"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x176f5AB638cf4Ff3B6239Ba609C3fadAA46ef5B0/logo.png b/blockchains/polygon/assets/0x176f5AB638cf4Ff3B6239Ba609C3fadAA46ef5B0/logo.png
deleted file mode 100644
index 70aed0500585f..0000000000000
Binary files a/blockchains/polygon/assets/0x176f5AB638cf4Ff3B6239Ba609C3fadAA46ef5B0/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x183070C90B34A63292cC908Ce1b263Cb56D49A7F/info.json b/blockchains/polygon/assets/0x183070C90B34A63292cC908Ce1b263Cb56D49A7F/info.json
deleted file mode 100644
index a28cdd54c78d8..0000000000000
--- a/blockchains/polygon/assets/0x183070C90B34A63292cC908Ce1b263Cb56D49A7F/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Immutable X",
- "symbol": "IMX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x183070C90B34A63292cC908Ce1b263Cb56D49A7F"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x183070C90B34A63292cC908Ce1b263Cb56D49A7F/logo.png b/blockchains/polygon/assets/0x183070C90B34A63292cC908Ce1b263Cb56D49A7F/logo.png
deleted file mode 100644
index 1b49f3d957904..0000000000000
Binary files a/blockchains/polygon/assets/0x183070C90B34A63292cC908Ce1b263Cb56D49A7F/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x19782D3Dc4701cEeeDcD90f0993f0A9126ed89d0/info.json b/blockchains/polygon/assets/0x19782D3Dc4701cEeeDcD90f0993f0A9126ed89d0/info.json
deleted file mode 100644
index acde8bc41338a..0000000000000
--- a/blockchains/polygon/assets/0x19782D3Dc4701cEeeDcD90f0993f0A9126ed89d0/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Republic Token",
- "symbol": "REN",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x19782D3Dc4701cEeeDcD90f0993f0A9126ed89d0"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x19782D3Dc4701cEeeDcD90f0993f0A9126ed89d0/logo.png b/blockchains/polygon/assets/0x19782D3Dc4701cEeeDcD90f0993f0A9126ed89d0/logo.png
deleted file mode 100644
index 8a5543ceefa01..0000000000000
Binary files a/blockchains/polygon/assets/0x19782D3Dc4701cEeeDcD90f0993f0A9126ed89d0/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603/info.json b/blockchains/polygon/assets/0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603/info.json
deleted file mode 100644
index 4218dfd813c2e..0000000000000
--- a/blockchains/polygon/assets/0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "WOO Network",
- "type": "POLYGON",
- "symbol": "WOO",
- "decimals": 18,
- "website": "https://woo.network",
- "description": "Wootrade is a layer one trading infrastructure complete with deep liquidity, frontend trading GUI, and the ability to integrate into any exchange, trading desk, wallet, dApp, or other trading-related platform.",
- "explorer": "https://polygonscan.com/token/0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603",
- "status": "active",
- "id": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/wootrade"
- },
- {
- "name": "blog",
- "url": "https://medium.com/@wootrade"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/Wootrade"
- },
- {
- "name": "whitepaper",
- "url": "https://woo.network/Litepaper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/wootrade-network/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603/logo.png b/blockchains/polygon/assets/0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603/logo.png
deleted file mode 100644
index 6a4f498ca1b25..0000000000000
Binary files a/blockchains/polygon/assets/0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x1B9D40715E757Bdb9bdEC3215B898E46d8a3b71a/info.json b/blockchains/polygon/assets/0x1B9D40715E757Bdb9bdEC3215B898E46d8a3b71a/info.json
deleted file mode 100644
index 489d9ef697d90..0000000000000
--- a/blockchains/polygon/assets/0x1B9D40715E757Bdb9bdEC3215B898E46d8a3b71a/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Metis",
- "symbol": "METIS",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x1B9D40715E757Bdb9bdEC3215B898E46d8a3b71a"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x1B9D40715E757Bdb9bdEC3215B898E46d8a3b71a/logo.png b/blockchains/polygon/assets/0x1B9D40715E757Bdb9bdEC3215B898E46d8a3b71a/logo.png
deleted file mode 100644
index 1b0cb338a3fcf..0000000000000
Binary files a/blockchains/polygon/assets/0x1B9D40715E757Bdb9bdEC3215B898E46d8a3b71a/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6/info.json b/blockchains/polygon/assets/0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6/info.json
deleted file mode 100644
index 18e965f8ba0a5..0000000000000
--- a/blockchains/polygon/assets/0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Wrapped BTC",
- "symbol": "WBTC",
- "type": "ERC20",
- "decimals": 8,
- "id": "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6/logo.png b/blockchains/polygon/assets/0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6/logo.png
deleted file mode 100644
index 702d64a2e040a..0000000000000
Binary files a/blockchains/polygon/assets/0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x1C5cccA2CB59145A4B25F452660cbA6436DDce9b/info.json b/blockchains/polygon/assets/0x1C5cccA2CB59145A4B25F452660cbA6436DDce9b/info.json
deleted file mode 100644
index b67c18688793d..0000000000000
--- a/blockchains/polygon/assets/0x1C5cccA2CB59145A4B25F452660cbA6436DDce9b/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Mirror Protocol",
- "symbol": "MIR",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x1C5cccA2CB59145A4B25F452660cbA6436DDce9b"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x1C5cccA2CB59145A4B25F452660cbA6436DDce9b/logo.png b/blockchains/polygon/assets/0x1C5cccA2CB59145A4B25F452660cbA6436DDce9b/logo.png
deleted file mode 100644
index 2d99be6ab5794..0000000000000
Binary files a/blockchains/polygon/assets/0x1C5cccA2CB59145A4B25F452660cbA6436DDce9b/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x1FcbE5937B0cc2adf69772D228fA4205aCF4D9b2/info.json b/blockchains/polygon/assets/0x1FcbE5937B0cc2adf69772D228fA4205aCF4D9b2/info.json
deleted file mode 100644
index 26c24781a5b78..0000000000000
--- a/blockchains/polygon/assets/0x1FcbE5937B0cc2adf69772D228fA4205aCF4D9b2/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Badger DAO",
- "symbol": "BADGER",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x1FcbE5937B0cc2adf69772D228fA4205aCF4D9b2"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x1FcbE5937B0cc2adf69772D228fA4205aCF4D9b2/logo.png b/blockchains/polygon/assets/0x1FcbE5937B0cc2adf69772D228fA4205aCF4D9b2/logo.png
deleted file mode 100644
index fbf9e095994fc..0000000000000
Binary files a/blockchains/polygon/assets/0x1FcbE5937B0cc2adf69772D228fA4205aCF4D9b2/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x1f194578e7510A350fb517a9ce63C40Fa1899427/info.json b/blockchains/polygon/assets/0x1f194578e7510A350fb517a9ce63C40Fa1899427/info.json
deleted file mode 100644
index 464577fe763ca..0000000000000
--- a/blockchains/polygon/assets/0x1f194578e7510A350fb517a9ce63C40Fa1899427/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Stable BTC",
- "website": "app.ichi.org",
- "description": "oneBTC is an ICHI-created stablecoin backed by USDC and wBTC.",
- "explorer": "https://polygonscan.com/token/0x1f194578e7510A350fb517a9ce63C40Fa1899427",
- "type": "POLYGON",
- "symbol": "oneBTC",
- "decimals": 18,
- "status": "active",
- "id": "0x1f194578e7510A350fb517a9ce63C40Fa1899427",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ichifarm/ichi-oneToken"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ichifoundation"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ichifarm"
- },
- {
- "name": "medium",
- "url": "https://medium.com/ichifarm"
- }
- ]
-}
diff --git a/blockchains/polygon/assets/0x1f194578e7510A350fb517a9ce63C40Fa1899427/logo.png b/blockchains/polygon/assets/0x1f194578e7510A350fb517a9ce63C40Fa1899427/logo.png
deleted file mode 100644
index bfc956906ea66..0000000000000
Binary files a/blockchains/polygon/assets/0x1f194578e7510A350fb517a9ce63C40Fa1899427/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x229b1b6C23ff8953D663C4cBB519717e323a0a84/info.json b/blockchains/polygon/assets/0x229b1b6C23ff8953D663C4cBB519717e323a0a84/info.json
deleted file mode 100644
index 1eed1776ea6c7..0000000000000
--- a/blockchains/polygon/assets/0x229b1b6C23ff8953D663C4cBB519717e323a0a84/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "BLOK",
- "website": "https://www.bloktopia.com/",
- "description": "Bloktopia is a Skyscraper Metaverse built and Backed by Polygon.",
- "explorer": "https://polygonscan.com/token/0x229b1b6C23ff8953D663C4cBB519717e323a0a84",
- "type": "POLYGON",
- "symbol": "BLOK",
- "decimals": 18,
- "status": "active",
- "id": "0x229b1b6C23ff8953D663C4cBB519717e323a0a84",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/BloktopiaChat"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/bloktopia"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/bloktopia/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x229b1b6C23ff8953D663C4cBB519717e323a0a84/logo.png b/blockchains/polygon/assets/0x229b1b6C23ff8953D663C4cBB519717e323a0a84/logo.png
deleted file mode 100644
index 43122282144dd..0000000000000
Binary files a/blockchains/polygon/assets/0x229b1b6C23ff8953D663C4cBB519717e323a0a84/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x23001f892c0C82b79303EDC9B9033cD190BB21c7/info.json b/blockchains/polygon/assets/0x23001f892c0C82b79303EDC9B9033cD190BB21c7/info.json
deleted file mode 100644
index 687e10719d7fd..0000000000000
--- a/blockchains/polygon/assets/0x23001f892c0C82b79303EDC9B9033cD190BB21c7/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Liquity USD",
- "symbol": "LUSD",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x23001f892c0C82b79303EDC9B9033cD190BB21c7"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x23001f892c0C82b79303EDC9B9033cD190BB21c7/logo.png b/blockchains/polygon/assets/0x23001f892c0C82b79303EDC9B9033cD190BB21c7/logo.png
deleted file mode 100644
index f7ff889cc6a70..0000000000000
Binary files a/blockchains/polygon/assets/0x23001f892c0C82b79303EDC9B9033cD190BB21c7/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x235737dBb56e8517391473f7c964DB31fA6ef280/info.json b/blockchains/polygon/assets/0x235737dBb56e8517391473f7c964DB31fA6ef280/info.json
deleted file mode 100644
index ecae340765feb..0000000000000
--- a/blockchains/polygon/assets/0x235737dBb56e8517391473f7c964DB31fA6ef280/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Kasta",
- "type": "POLYGON",
- "symbol": "KASTA",
- "decimals": 18,
- "website": "https://www.kasta.io/",
- "description": "$Kasta is redefining the current understanding of digital payments.",
- "explorer": "https://polygonscan.com/token/0x235737dbb56e8517391473f7c964db31fa6ef280",
- "status": "active",
- "id": "0x235737dBb56e8517391473f7c964DB31fA6ef280",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/kasta-io"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/kasta_app"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/kasta/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/kasta_announcements"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x235737dBb56e8517391473f7c964DB31fA6ef280/logo.png b/blockchains/polygon/assets/0x235737dBb56e8517391473f7c964DB31fA6ef280/logo.png
deleted file mode 100644
index c1de608975fc6..0000000000000
Binary files a/blockchains/polygon/assets/0x235737dBb56e8517391473f7c964DB31fA6ef280/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C/info.json b/blockchains/polygon/assets/0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C/info.json
deleted file mode 100644
index 57f6305e10d36..0000000000000
--- a/blockchains/polygon/assets/0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "HEX",
- "type": "POLYGON",
- "symbol": "HEX",
- "decimals": 8,
- "website": "https://hex.com/",
- "description": "HEX.com averages 25% APY interest recently. HEX virtually lends value from stakers to non-stakers as staking reduces supply. The launch ends Nov. 19th, 2020 when HEX stakers get credited ~200B HEX. HEX's total supply is now ~350B. Audited 3 times, 2 security, and 1 economics.",
- "explorer": "https://polygonscan.com/token/0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C",
- "status": "active",
- "id": "0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/HEXcrypto"
- },
- {
- "name": "telegram",
- "url": "https://t.me/HEXcrypto"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/hex/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C/logo.png b/blockchains/polygon/assets/0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C/logo.png
deleted file mode 100644
index aa7fbd0db6ff3..0000000000000
Binary files a/blockchains/polygon/assets/0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/info.json b/blockchains/polygon/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/info.json
deleted file mode 100644
index c0d3a8c115e90..0000000000000
--- a/blockchains/polygon/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/info.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "EverRise NFT Stakes",
- "type": "POLYGON",
- "symbol": "nftRISE",
- "decimals": 0,
- "website": "https://www.everrise.com/",
- "description": "EverRise Staking NFTs are containers of Vote Escrowed (ve)EverRise weighted governance tokens. veRISE generates rewards from the auto-buyback with a market driven yield curve, based on the transaction volume of EverRise trades and veEverRise sales.",
- "explorer": "https://polygonscan.com/token/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e",
- "status": "active",
- "id": "0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/everrise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/everriseofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/everriseofficial/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EverRise"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/everrise"
- },
- {
- "name": "github",
- "url": "https://github.com/everrise-ecosystem"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EverRiseToken"
- }
- ],
- "tags": [
- "defi",
- "staking",
- "nft",
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/logo.png b/blockchains/polygon/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/logo.png
deleted file mode 100644
index 4272c382f1522..0000000000000
Binary files a/blockchains/polygon/assets/0x23cD2E6b283754Fd2340a75732f9DdBb5d11807e/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x263534a4Fe3cb249dF46810718B7B612a30ebbff/info.json b/blockchains/polygon/assets/0x263534a4Fe3cb249dF46810718B7B612a30ebbff/info.json
deleted file mode 100644
index eff781b74daea..0000000000000
--- a/blockchains/polygon/assets/0x263534a4Fe3cb249dF46810718B7B612a30ebbff/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Perpetual Protocol",
- "symbol": "PERP",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x263534a4Fe3cb249dF46810718B7B612a30ebbff"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x263534a4Fe3cb249dF46810718B7B612a30ebbff/logo.png b/blockchains/polygon/assets/0x263534a4Fe3cb249dF46810718B7B612a30ebbff/logo.png
deleted file mode 100644
index d6e78f42bdaa8..0000000000000
Binary files a/blockchains/polygon/assets/0x263534a4Fe3cb249dF46810718B7B612a30ebbff/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x26f5FB1e6C8a65b3A873fF0a213FA16EFF5a7828/info.json b/blockchains/polygon/assets/0x26f5FB1e6C8a65b3A873fF0a213FA16EFF5a7828/info.json
deleted file mode 100644
index 9b915f34151ab..0000000000000
--- a/blockchains/polygon/assets/0x26f5FB1e6C8a65b3A873fF0a213FA16EFF5a7828/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "DerivaDAO",
- "symbol": "DDX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x26f5FB1e6C8a65b3A873fF0a213FA16EFF5a7828"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x26f5FB1e6C8a65b3A873fF0a213FA16EFF5a7828/logo.png b/blockchains/polygon/assets/0x26f5FB1e6C8a65b3A873fF0a213FA16EFF5a7828/logo.png
deleted file mode 100644
index 055f683dffbc1..0000000000000
Binary files a/blockchains/polygon/assets/0x26f5FB1e6C8a65b3A873fF0a213FA16EFF5a7828/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x2727Ab1c2D22170ABc9b595177B2D5C6E1Ab7B7B/info.json b/blockchains/polygon/assets/0x2727Ab1c2D22170ABc9b595177B2D5C6E1Ab7B7B/info.json
deleted file mode 100644
index 20c927b426a0f..0000000000000
--- a/blockchains/polygon/assets/0x2727Ab1c2D22170ABc9b595177B2D5C6E1Ab7B7B/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Cartesi Token (PoS)",
- "website": "https://cartesi.io",
- "description": "Cartesi is the first Blockchain OS. It allows developers to build decentralized logic with Linux and standard programming environments preserving the decentralization and security of blockchains.",
- "explorer": "https://polygonscan.com/token/0x2727Ab1c2D22170ABc9b595177B2D5C6E1Ab7B7B",
- "type": "POLYGON",
- "symbol": "CTSI",
- "decimals": 18,
- "status": "active",
- "id": "0x2727Ab1c2D22170ABc9b595177B2D5C6E1Ab7B7B",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/cartesiproject"
- },
- {
- "name": "telegram",
- "url": "https://t.me/cartesiannouncements"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/cartesi/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x2727Ab1c2D22170ABc9b595177B2D5C6E1Ab7B7B/logo.png b/blockchains/polygon/assets/0x2727Ab1c2D22170ABc9b595177B2D5C6E1Ab7B7B/logo.png
deleted file mode 100644
index d3a51014d7a01..0000000000000
Binary files a/blockchains/polygon/assets/0x2727Ab1c2D22170ABc9b595177B2D5C6E1Ab7B7B/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x276C9cbaa4BDf57d7109a41e67BD09699536FA3d/info.json b/blockchains/polygon/assets/0x276C9cbaa4BDf57d7109a41e67BD09699536FA3d/info.json
deleted file mode 100644
index 2082c5ff06331..0000000000000
--- a/blockchains/polygon/assets/0x276C9cbaa4BDf57d7109a41e67BD09699536FA3d/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Somnium Space CUBEs",
- "symbol": "CUBE",
- "type": "ERC20",
- "decimals": 8,
- "id": "0x276C9cbaa4BDf57d7109a41e67BD09699536FA3d"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x276C9cbaa4BDf57d7109a41e67BD09699536FA3d/logo.png b/blockchains/polygon/assets/0x276C9cbaa4BDf57d7109a41e67BD09699536FA3d/logo.png
deleted file mode 100644
index 3ab31658aa81a..0000000000000
Binary files a/blockchains/polygon/assets/0x276C9cbaa4BDf57d7109a41e67BD09699536FA3d/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174/info.json b/blockchains/polygon/assets/0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174/info.json
deleted file mode 100644
index 7b74faeb1e238..0000000000000
--- a/blockchains/polygon/assets/0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "USD Coin (PoS)",
- "website": "https://centre.io/usdc",
- "description": "USDC is a fully collateralized US dollar stablecoin, an Ethereum powered coin and is the brainchild of CENTRE, an open source project bootstrapped by contributions from Circle and Coinbase.",
- "explorer": "https://polygonscan.com/token/0x2791bca1f2de4661ed88a30c99a7a9449aa84174",
- "type": "POLYGON",
- "symbol": "USDC",
- "decimals": 6,
- "status": "active",
- "id": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/centrehq"
- },
- {
- "name": "medium",
- "url": "https://medium.com/centre-blog"
- },
- {
- "name": "whitepaper",
- "url": "https://centre.io/pdfs/centre-whitepaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/usd-coin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/usd-coin/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174/logo.png b/blockchains/polygon/assets/0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174/logo.png
deleted file mode 100644
index eafbaac194aa7..0000000000000
Binary files a/blockchains/polygon/assets/0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x282d8efCe846A88B159800bd4130ad77443Fa1A1/info.json b/blockchains/polygon/assets/0x282d8efCe846A88B159800bd4130ad77443Fa1A1/info.json
deleted file mode 100644
index 02b00352608d0..0000000000000
--- a/blockchains/polygon/assets/0x282d8efCe846A88B159800bd4130ad77443Fa1A1/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Ocean Protocol",
- "symbol": "OCEAN",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x282d8efCe846A88B159800bd4130ad77443Fa1A1/logo.png b/blockchains/polygon/assets/0x282d8efCe846A88B159800bd4130ad77443Fa1A1/logo.png
deleted file mode 100644
index 621e81633a505..0000000000000
Binary files a/blockchains/polygon/assets/0x282d8efCe846A88B159800bd4130ad77443Fa1A1/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x28C388FB1F4fa9F9eB445f0579666849EE5eeb42/info.json b/blockchains/polygon/assets/0x28C388FB1F4fa9F9eB445f0579666849EE5eeb42/info.json
deleted file mode 100644
index c578c4e946ebe..0000000000000
--- a/blockchains/polygon/assets/0x28C388FB1F4fa9F9eB445f0579666849EE5eeb42/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Bella (PoS)",
- "type": "POLYGON",
- "symbol": "BEL",
- "decimals": 18,
- "website": "https://bella.fi/",
- "description": "Bella is a suite of open finance products including automated yield farming tools, lending protocol, one-click savings account, customized robo-advisor, and more.",
- "explorer": "https://polygonscan.com/token/0x28c388fb1f4fa9f9eb445f0579666849ee5eeb42",
- "status": "active",
- "id": "0x28C388FB1F4fa9F9eB445f0579666849EE5eeb42",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/BellaProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/bellaprotocol"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/bella-protocol/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x28C388FB1F4fa9F9eB445f0579666849EE5eeb42/logo.png b/blockchains/polygon/assets/0x28C388FB1F4fa9F9eB445f0579666849EE5eeb42/logo.png
deleted file mode 100644
index f21ebd57a7fa2..0000000000000
Binary files a/blockchains/polygon/assets/0x28C388FB1F4fa9F9eB445f0579666849EE5eeb42/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x2AB0e9e4eE70FFf1fB9D67031E44F6410170d00e/info.json b/blockchains/polygon/assets/0x2AB0e9e4eE70FFf1fB9D67031E44F6410170d00e/info.json
deleted file mode 100644
index 0f1c4eada2b59..0000000000000
--- a/blockchains/polygon/assets/0x2AB0e9e4eE70FFf1fB9D67031E44F6410170d00e/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "XEN Crypto",
- "symbol": "mXEN",
- "type": "POLYGON",
- "decimals": 18,
- "description": "XEN aims to become a community-building crypto asset that connects like minded people together and provide the lowest barrier to entry through its unique tokenomics.",
- "website": "https://xen.network/",
- "explorer": "https://polygonscan.com/token/0x2AB0e9e4eE70FFf1fB9D67031E44F6410170d00e",
- "status": "active",
- "id": "0x2AB0e9e4eE70FFf1fB9D67031E44F6410170d00e",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/XEN_Crypto"
- },
- {
- "name": "telegram",
- "url": "https://t.me/XENCryptoTalk"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/xen-crypto/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x2AB0e9e4eE70FFf1fB9D67031E44F6410170d00e/logo.png b/blockchains/polygon/assets/0x2AB0e9e4eE70FFf1fB9D67031E44F6410170d00e/logo.png
deleted file mode 100644
index 7837957416a73..0000000000000
Binary files a/blockchains/polygon/assets/0x2AB0e9e4eE70FFf1fB9D67031E44F6410170d00e/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7/info.json b/blockchains/polygon/assets/0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7/info.json
deleted file mode 100644
index 4a770a55459cf..0000000000000
--- a/blockchains/polygon/assets/0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Mask Network",
- "website": "https://mask.io",
- "description": "The portal to the new, open internet.",
- "explorer": "https://polygonscan.com/token/0x2b9e7ccdf0f4e5b24757c1e1a80e311e34cb10c7",
- "type": "POLYGON",
- "symbol": "MASK",
- "decimals": 18,
- "status": "active",
- "id": "0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/DimensionDev/Maskbook"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/realmaskbook"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/masknetwork"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7/logo.png b/blockchains/polygon/assets/0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7/logo.png
deleted file mode 100644
index a87ba04bd0969..0000000000000
Binary files a/blockchains/polygon/assets/0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590/info.json b/blockchains/polygon/assets/0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590/info.json
deleted file mode 100644
index 1210f13e09d44..0000000000000
--- a/blockchains/polygon/assets/0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "StargateToken",
- "website": "https://stargate.finance",
- "description": "Stargate is a fully composable liquidity transport protocol that lives at the heart of Omnichain DeFi.",
- "explorer": "https://polygonscan.com/token/0x2f6f07cdcf3588944bf4c42ac74ff24bf56e7590",
- "type": "POLYGON",
- "symbol": "STG",
- "decimals": 18,
- "status": "active",
- "id": "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590",
- "links": [
- {
- "name": "medium",
- "url": "https://medium.com/stargate-official"
- },
- {
- "name": "telegram",
- "url": "https://t.me/joinchat/LEM0ELklmO1kODdh"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/stargate-finance/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590/logo.png b/blockchains/polygon/assets/0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590/logo.png
deleted file mode 100644
index f983849d90c4f..0000000000000
Binary files a/blockchains/polygon/assets/0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x2b8504ab5eFc246d0eC5Ec7E74565683227497de/info.json b/blockchains/polygon/assets/0x2b8504ab5eFc246d0eC5Ec7E74565683227497de/info.json
deleted file mode 100644
index 9a05a1db95969..0000000000000
--- a/blockchains/polygon/assets/0x2b8504ab5eFc246d0eC5Ec7E74565683227497de/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Aragon",
- "symbol": "ANT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x2b8504ab5eFc246d0eC5Ec7E74565683227497de"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x2b8504ab5eFc246d0eC5Ec7E74565683227497de/logo.png b/blockchains/polygon/assets/0x2b8504ab5eFc246d0eC5Ec7E74565683227497de/logo.png
deleted file mode 100644
index bdb53115f3e5b..0000000000000
Binary files a/blockchains/polygon/assets/0x2b8504ab5eFc246d0eC5Ec7E74565683227497de/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x2f81e176471CC57fDC76f7d332FB4511bF2bebDD/info.json b/blockchains/polygon/assets/0x2f81e176471CC57fDC76f7d332FB4511bF2bebDD/info.json
deleted file mode 100644
index 0f16b675b2e3b..0000000000000
--- a/blockchains/polygon/assets/0x2f81e176471CC57fDC76f7d332FB4511bF2bebDD/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Radicle",
- "symbol": "RAD",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x2f81e176471CC57fDC76f7d332FB4511bF2bebDD"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x2f81e176471CC57fDC76f7d332FB4511bF2bebDD/logo.png b/blockchains/polygon/assets/0x2f81e176471CC57fDC76f7d332FB4511bF2bebDD/logo.png
deleted file mode 100644
index 4e2521194bb75..0000000000000
Binary files a/blockchains/polygon/assets/0x2f81e176471CC57fDC76f7d332FB4511bF2bebDD/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x3066818837c5e6eD6601bd5a91B0762877A6B731/info.json b/blockchains/polygon/assets/0x3066818837c5e6eD6601bd5a91B0762877A6B731/info.json
deleted file mode 100644
index 12eebe6ac6b8e..0000000000000
--- a/blockchains/polygon/assets/0x3066818837c5e6eD6601bd5a91B0762877A6B731/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "UMA Voting Token v1",
- "symbol": "UMA",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x3066818837c5e6eD6601bd5a91B0762877A6B731"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x3066818837c5e6eD6601bd5a91B0762877A6B731/logo.png b/blockchains/polygon/assets/0x3066818837c5e6eD6601bd5a91B0762877A6B731/logo.png
deleted file mode 100644
index 5ab2b18c257f7..0000000000000
Binary files a/blockchains/polygon/assets/0x3066818837c5e6eD6601bd5a91B0762877A6B731/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x324b28d6565f784d596422B0F2E5aB6e9CFA1Dc7/info.json b/blockchains/polygon/assets/0x324b28d6565f784d596422B0F2E5aB6e9CFA1Dc7/info.json
deleted file mode 100644
index e887358d267b8..0000000000000
--- a/blockchains/polygon/assets/0x324b28d6565f784d596422B0F2E5aB6e9CFA1Dc7/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Kyber Network Crystal",
- "symbol": "KNC",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x324b28d6565f784d596422B0F2E5aB6e9CFA1Dc7"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x324b28d6565f784d596422B0F2E5aB6e9CFA1Dc7/logo.png b/blockchains/polygon/assets/0x324b28d6565f784d596422B0F2E5aB6e9CFA1Dc7/logo.png
deleted file mode 100644
index 1bb050234ff2c..0000000000000
Binary files a/blockchains/polygon/assets/0x324b28d6565f784d596422B0F2E5aB6e9CFA1Dc7/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x347ACCAFdA7F8c5BdeC57fa34a5b663CBd1aeca7/info.json b/blockchains/polygon/assets/0x347ACCAFdA7F8c5BdeC57fa34a5b663CBd1aeca7/info.json
deleted file mode 100644
index d1b6edbb1e0fd..0000000000000
--- a/blockchains/polygon/assets/0x347ACCAFdA7F8c5BdeC57fa34a5b663CBd1aeca7/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "MATH",
- "symbol": "MATH",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x347ACCAFdA7F8c5BdeC57fa34a5b663CBd1aeca7"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x347ACCAFdA7F8c5BdeC57fa34a5b663CBd1aeca7/logo.png b/blockchains/polygon/assets/0x347ACCAFdA7F8c5BdeC57fa34a5b663CBd1aeca7/logo.png
deleted file mode 100644
index 9a0131c539afe..0000000000000
Binary files a/blockchains/polygon/assets/0x347ACCAFdA7F8c5BdeC57fa34a5b663CBd1aeca7/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x3553f861dEc0257baDA9F8Ed268bf0D74e45E89C/info.json b/blockchains/polygon/assets/0x3553f861dEc0257baDA9F8Ed268bf0D74e45E89C/info.json
deleted file mode 100644
index 86854380dc419..0000000000000
--- a/blockchains/polygon/assets/0x3553f861dEc0257baDA9F8Ed268bf0D74e45E89C/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Tether USD (Portal from Solana)",
- "type": "POLYGON",
- "symbol": "USDTso",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://tether.to/",
- "explorer": "https://polygonscan.com/token/0x3553f861dec0257bada9f8ed268bf0d74e45e89c",
- "status": "active",
- "id": "0x3553f861dEc0257baDA9F8Ed268bf0D74e45E89C",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x3553f861dEc0257baDA9F8Ed268bf0D74e45E89C/logo.png b/blockchains/polygon/assets/0x3553f861dEc0257baDA9F8Ed268bf0D74e45E89C/logo.png
deleted file mode 100644
index d52df831af1f9..0000000000000
Binary files a/blockchains/polygon/assets/0x3553f861dEc0257baDA9F8Ed268bf0D74e45E89C/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x36B77a184bE8ee56f5E81C56727B20647A42e28E/info.json b/blockchains/polygon/assets/0x36B77a184bE8ee56f5E81C56727B20647A42e28E/info.json
deleted file mode 100644
index c50c153f17c6c..0000000000000
--- a/blockchains/polygon/assets/0x36B77a184bE8ee56f5E81C56727B20647A42e28E/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Quant",
- "symbol": "QNT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x36B77a184bE8ee56f5E81C56727B20647A42e28E"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x36B77a184bE8ee56f5E81C56727B20647A42e28E/logo.png b/blockchains/polygon/assets/0x36B77a184bE8ee56f5E81C56727B20647A42e28E/logo.png
deleted file mode 100644
index 8ec1f93418333..0000000000000
Binary files a/blockchains/polygon/assets/0x36B77a184bE8ee56f5E81C56727B20647A42e28E/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x385Eeac5cB85A38A9a07A70c73e0a3271CfB54A7/info.json b/blockchains/polygon/assets/0x385Eeac5cB85A38A9a07A70c73e0a3271CfB54A7/info.json
deleted file mode 100644
index bb007bc90f0d6..0000000000000
--- a/blockchains/polygon/assets/0x385Eeac5cB85A38A9a07A70c73e0a3271CfB54A7/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Aavegotchi",
- "symbol": "GHST",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x385Eeac5cB85A38A9a07A70c73e0a3271CfB54A7"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x385Eeac5cB85A38A9a07A70c73e0a3271CfB54A7/logo.png b/blockchains/polygon/assets/0x385Eeac5cB85A38A9a07A70c73e0a3271CfB54A7/logo.png
deleted file mode 100644
index 8619ffebce5e2..0000000000000
Binary files a/blockchains/polygon/assets/0x385Eeac5cB85A38A9a07A70c73e0a3271CfB54A7/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x3962F4A0A0051DccE0be73A7e09cEf5756736712/info.json b/blockchains/polygon/assets/0x3962F4A0A0051DccE0be73A7e09cEf5756736712/info.json
deleted file mode 100644
index 3eaf3d92e2677..0000000000000
--- a/blockchains/polygon/assets/0x3962F4A0A0051DccE0be73A7e09cEf5756736712/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Livepeer",
- "symbol": "LPT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x3962F4A0A0051DccE0be73A7e09cEf5756736712"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x3962F4A0A0051DccE0be73A7e09cEf5756736712/logo.png b/blockchains/polygon/assets/0x3962F4A0A0051DccE0be73A7e09cEf5756736712/logo.png
deleted file mode 100644
index 7377c64c80f77..0000000000000
Binary files a/blockchains/polygon/assets/0x3962F4A0A0051DccE0be73A7e09cEf5756736712/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x3AE490db48d74B1bC626400135d4616377D0109f/info.json b/blockchains/polygon/assets/0x3AE490db48d74B1bC626400135d4616377D0109f/info.json
deleted file mode 100644
index 7f28eaf1e6609..0000000000000
--- a/blockchains/polygon/assets/0x3AE490db48d74B1bC626400135d4616377D0109f/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Alpha Venture DAO",
- "symbol": "ALPHA",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x3AE490db48d74B1bC626400135d4616377D0109f"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x3AE490db48d74B1bC626400135d4616377D0109f/logo.png b/blockchains/polygon/assets/0x3AE490db48d74B1bC626400135d4616377D0109f/logo.png
deleted file mode 100644
index ea505242ce276..0000000000000
Binary files a/blockchains/polygon/assets/0x3AE490db48d74B1bC626400135d4616377D0109f/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x3Cef98bb43d732E2F285eE605a8158cDE967D219/info.json b/blockchains/polygon/assets/0x3Cef98bb43d732E2F285eE605a8158cDE967D219/info.json
deleted file mode 100644
index 156ae4008e1eb..0000000000000
--- a/blockchains/polygon/assets/0x3Cef98bb43d732E2F285eE605a8158cDE967D219/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Basic Attention Token",
- "symbol": "BAT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x3Cef98bb43d732E2F285eE605a8158cDE967D219"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x3Cef98bb43d732E2F285eE605a8158cDE967D219/logo.png b/blockchains/polygon/assets/0x3Cef98bb43d732E2F285eE605a8158cDE967D219/logo.png
deleted file mode 100644
index e30c1e59f4974..0000000000000
Binary files a/blockchains/polygon/assets/0x3Cef98bb43d732E2F285eE605a8158cDE967D219/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x3a3Df212b7AA91Aa0402B9035b098891d276572B/info.json b/blockchains/polygon/assets/0x3a3Df212b7AA91Aa0402B9035b098891d276572B/info.json
deleted file mode 100644
index 2efa607612958..0000000000000
--- a/blockchains/polygon/assets/0x3a3Df212b7AA91Aa0402B9035b098891d276572B/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Fish",
- "symbol": "FISH",
- "type": "POLYGON",
- "decimals": 18,
- "description": "Value-oriented, economically sustainable hybrid yield aggregator on Polygon.",
- "website": "https://polycat.finance",
- "explorer": "https://polygonscan.com/token/0x3a3df212b7aa91aa0402b9035b098891d276572b",
- "status": "active",
- "id": "0x3a3Df212b7AA91Aa0402B9035b098891d276572B",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/PolycatFinance"
- },
- {
- "name": "github",
- "url": "https://github.com/polycatfi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/PolycatFinance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/polycat-finance/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/polycat-finance/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x3a3Df212b7AA91Aa0402B9035b098891d276572B/logo.png b/blockchains/polygon/assets/0x3a3Df212b7AA91Aa0402B9035b098891d276572B/logo.png
deleted file mode 100644
index 7280dda9553ae..0000000000000
Binary files a/blockchains/polygon/assets/0x3a3Df212b7AA91Aa0402B9035b098891d276572B/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x3a9A81d576d83FF21f26f325066054540720fC34/info.json b/blockchains/polygon/assets/0x3a9A81d576d83FF21f26f325066054540720fC34/info.json
deleted file mode 100644
index f8336fabc0219..0000000000000
--- a/blockchains/polygon/assets/0x3a9A81d576d83FF21f26f325066054540720fC34/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Streamr",
- "type": "POLYGON",
- "symbol": "DATA",
- "decimals": 18,
- "website": "https://streamr.network",
- "description": "Streamr is a decentralized real‑time data network for web3. Create, share and consume data streams on an open, scalable P2P protocol with powerful tools for monetization. As a layer zero protocol, it provides a publish/subscribe messaging framework for decentralized applications built on top.",
- "explorer": "https://polygonscan.com/token/0x3a9A81d576d83FF21f26f325066054540720fC34",
- "status": "active",
- "id": "0x3a9A81d576d83FF21f26f325066054540720fC34",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/streamr"
- },
- {
- "name": "github",
- "url": "https://github.com/streamr-dev"
- },
- {
- "name": "whitepaper",
- "url": "https://streamr.network/network-whitepaper"
- },
- {
- "name": "blog",
- "url": "https://blog.streamr.network"
- },
- {
- "name": "docs",
- "url": "https://streamr.network/docs"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x3a9A81d576d83FF21f26f325066054540720fC34/logo.png b/blockchains/polygon/assets/0x3a9A81d576d83FF21f26f325066054540720fC34/logo.png
deleted file mode 100644
index 9fc79a7995fc5..0000000000000
Binary files a/blockchains/polygon/assets/0x3a9A81d576d83FF21f26f325066054540720fC34/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x3b9dB434F08003A89554CDB43b3e0b1f8734BdE7/info.json b/blockchains/polygon/assets/0x3b9dB434F08003A89554CDB43b3e0b1f8734BdE7/info.json
deleted file mode 100644
index ff22e6a0cc4b6..0000000000000
--- a/blockchains/polygon/assets/0x3b9dB434F08003A89554CDB43b3e0b1f8734BdE7/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Rari Governance Token",
- "symbol": "RGT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x3b9dB434F08003A89554CDB43b3e0b1f8734BdE7"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x3b9dB434F08003A89554CDB43b3e0b1f8734BdE7/logo.png b/blockchains/polygon/assets/0x3b9dB434F08003A89554CDB43b3e0b1f8734BdE7/logo.png
deleted file mode 100644
index af7aa3d1beb13..0000000000000
Binary files a/blockchains/polygon/assets/0x3b9dB434F08003A89554CDB43b3e0b1f8734BdE7/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359/info.json b/blockchains/polygon/assets/0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359/info.json
deleted file mode 100644
index a7cba41315095..0000000000000
--- a/blockchains/polygon/assets/0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359/info.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "name": "USD Coin",
- "symbol": "USDC",
- "type": "ERC20",
- "decimals": 6,
- "id": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359"
-}
-
diff --git a/blockchains/polygon/assets/0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359/logo.png b/blockchains/polygon/assets/0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359/logo.png
deleted file mode 100644
index eafbaac194aa7..0000000000000
Binary files a/blockchains/polygon/assets/0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x3e121107F6F22DA4911079845a470757aF4e1A1b/info.json b/blockchains/polygon/assets/0x3e121107F6F22DA4911079845a470757aF4e1A1b/info.json
deleted file mode 100644
index 8057e881b2d3d..0000000000000
--- a/blockchains/polygon/assets/0x3e121107F6F22DA4911079845a470757aF4e1A1b/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Frax Share",
- "symbol": "FXS",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x3e121107F6F22DA4911079845a470757aF4e1A1b"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x3e121107F6F22DA4911079845a470757aF4e1A1b/logo.png b/blockchains/polygon/assets/0x3e121107F6F22DA4911079845a470757aF4e1A1b/logo.png
deleted file mode 100644
index 5072baa5035ed..0000000000000
Binary files a/blockchains/polygon/assets/0x3e121107F6F22DA4911079845a470757aF4e1A1b/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x3f6b3595ecF70735D3f48D69b09C4E4506DB3F47/info.json b/blockchains/polygon/assets/0x3f6b3595ecF70735D3f48D69b09C4E4506DB3F47/info.json
deleted file mode 100644
index e073ea42a0729..0000000000000
--- a/blockchains/polygon/assets/0x3f6b3595ecF70735D3f48D69b09C4E4506DB3F47/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "GameStation",
- "type": "POLYGON",
- "symbol": "GAMER",
- "decimals": 18,
- "website": "https://www.gamestation.io/",
- "description": "GameStation is a decentralized multi-chain gaming launchpad and marketplace.",
- "explorer": "https://polygonscan.com/token/0x3f6b3595ecF70735D3f48D69b09C4E4506DB3F47",
- "status": "active",
- "id": "0x3f6b3595ecF70735D3f48D69b09C4E4506DB3F47",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/gamestationio"
- },
- {
- "name": "telegram",
- "url": "https://t.me/gamestationio_official"
- },
- {
- "name": "medium",
- "url": "https://medium.com/gamestationio"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x3f6b3595ecF70735D3f48D69b09C4E4506DB3F47/logo.png b/blockchains/polygon/assets/0x3f6b3595ecF70735D3f48D69b09C4E4506DB3F47/logo.png
deleted file mode 100644
index 31886b1367a8f..0000000000000
Binary files a/blockchains/polygon/assets/0x3f6b3595ecF70735D3f48D69b09C4E4506DB3F47/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x4257EA7637c355F81616050CbB6a9b709fd72683/info.json b/blockchains/polygon/assets/0x4257EA7637c355F81616050CbB6a9b709fd72683/info.json
deleted file mode 100644
index 71654ae57cc27..0000000000000
--- a/blockchains/polygon/assets/0x4257EA7637c355F81616050CbB6a9b709fd72683/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Convex Finance",
- "symbol": "CVX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x4257EA7637c355F81616050CbB6a9b709fd72683"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x4257EA7637c355F81616050CbB6a9b709fd72683/logo.png b/blockchains/polygon/assets/0x4257EA7637c355F81616050CbB6a9b709fd72683/logo.png
deleted file mode 100644
index 9b437cd9c32d1..0000000000000
Binary files a/blockchains/polygon/assets/0x4257EA7637c355F81616050CbB6a9b709fd72683/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x42f37A1296b2981F7C3cAcEd84c5096b2Eb0C72C/info.json b/blockchains/polygon/assets/0x42f37A1296b2981F7C3cAcEd84c5096b2Eb0C72C/info.json
deleted file mode 100644
index 1f786403cacac..0000000000000
--- a/blockchains/polygon/assets/0x42f37A1296b2981F7C3cAcEd84c5096b2Eb0C72C/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Keep Network",
- "symbol": "KEEP",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x42f37A1296b2981F7C3cAcEd84c5096b2Eb0C72C"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x42f37A1296b2981F7C3cAcEd84c5096b2Eb0C72C/logo.png b/blockchains/polygon/assets/0x42f37A1296b2981F7C3cAcEd84c5096b2Eb0C72C/logo.png
deleted file mode 100644
index 5b0d177d41686..0000000000000
Binary files a/blockchains/polygon/assets/0x42f37A1296b2981F7C3cAcEd84c5096b2Eb0C72C/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x430EF9263E76DAE63c84292C3409D61c598E9682/info.json b/blockchains/polygon/assets/0x430EF9263E76DAE63c84292C3409D61c598E9682/info.json
deleted file mode 100644
index aaab7a61b8f28..0000000000000
--- a/blockchains/polygon/assets/0x430EF9263E76DAE63c84292C3409D61c598E9682/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "PYR Token",
- "symbol": "PYR",
- "type": "POLYGON",
- "decimals": 18,
- "description": "Vulcan Forged is an established non-fungible token (NFT) game studio, marketplace, and dApp incubator with 10+ games, a 20000+ community, and top 5 NFT marketplace volume.",
- "website": "https://vulcanforged.com/",
- "explorer": "https://polygonscan.com/token/0x430EF9263E76DAE63c84292C3409D61c598E9682",
- "status": "active",
- "id": "0x430EF9263E76DAE63c84292C3409D61c598E9682",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/VulcanForged"
- },
- {
- "name": "telegram",
- "url": "https://t.me/VeriArti"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/vulcan-forged-pyr/"
- }
- ],
- "tags": [
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x430EF9263E76DAE63c84292C3409D61c598E9682/logo.png b/blockchains/polygon/assets/0x430EF9263E76DAE63c84292C3409D61c598E9682/logo.png
deleted file mode 100644
index d61a97f70aac4..0000000000000
Binary files a/blockchains/polygon/assets/0x430EF9263E76DAE63c84292C3409D61c598E9682/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x4318CB63A2b8edf2De971E2F17F77097e499459D/info.json b/blockchains/polygon/assets/0x4318CB63A2b8edf2De971E2F17F77097e499459D/info.json
deleted file mode 100644
index 5b8f7d56ca1c2..0000000000000
--- a/blockchains/polygon/assets/0x4318CB63A2b8edf2De971E2F17F77097e499459D/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "USD Coin (Portal from Ethereum)",
- "type": "POLYGON",
- "symbol": "USDCet",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.circle.com/en/usdc",
- "explorer": "https://polygonscan.com/token/0x4318cb63a2b8edf2de971e2f17f77097e499459d",
- "status": "active",
- "id": "0x4318CB63A2b8edf2De971E2F17F77097e499459D",
- "tags": [
- "wrapped"
- ]
-}
diff --git a/blockchains/polygon/assets/0x4318CB63A2b8edf2De971E2F17F77097e499459D/logo.png b/blockchains/polygon/assets/0x4318CB63A2b8edf2De971E2F17F77097e499459D/logo.png
deleted file mode 100644
index ed00e43fcfe9b..0000000000000
Binary files a/blockchains/polygon/assets/0x4318CB63A2b8edf2De971E2F17F77097e499459D/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x438B28C5AA5F00a817b7Def7cE2Fb3d5d1970974/info.json b/blockchains/polygon/assets/0x438B28C5AA5F00a817b7Def7cE2Fb3d5d1970974/info.json
deleted file mode 100644
index 312d7e2b1e19b..0000000000000
--- a/blockchains/polygon/assets/0x438B28C5AA5F00a817b7Def7cE2Fb3d5d1970974/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Bluzelle",
- "symbol": "BLZ",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x438B28C5AA5F00a817b7Def7cE2Fb3d5d1970974"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x438B28C5AA5F00a817b7Def7cE2Fb3d5d1970974/logo.png b/blockchains/polygon/assets/0x438B28C5AA5F00a817b7Def7cE2Fb3d5d1970974/logo.png
deleted file mode 100644
index 211c9c4a8a575..0000000000000
Binary files a/blockchains/polygon/assets/0x438B28C5AA5F00a817b7Def7cE2Fb3d5d1970974/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x43Df9c0a1156c96cEa98737b511ac89D0e2A1F46/info.json b/blockchains/polygon/assets/0x43Df9c0a1156c96cEa98737b511ac89D0e2A1F46/info.json
deleted file mode 100644
index fb819ef941082..0000000000000
--- a/blockchains/polygon/assets/0x43Df9c0a1156c96cEa98737b511ac89D0e2A1F46/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "GOVI (PoS)",
- "type": "POLYGON",
- "symbol": "GOVI",
- "decimals": 18,
- "website": "https://cvi.finance/",
- "description": "CVI is created by computing a decentralized volatility index from cryptocurrency option prices together with analyzing the market’s expectation of future volatility.",
- "explorer": "https://polygonscan.com/token/0x43df9c0a1156c96cea98737b511ac89d0e2a1f46",
- "status": "active",
- "id": "0x43Df9c0a1156c96cEa98737b511ac89D0e2A1F46",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/official_cvi"
- },
- {
- "name": "github",
- "url": "https://github.com/coti-io/cvi-contracts"
- },
- {
- "name": "telegram",
- "url": "https://t.me/cviofficial"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/govi/"
- }
- ],
- "tags": [
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x43Df9c0a1156c96cEa98737b511ac89D0e2A1F46/logo.png b/blockchains/polygon/assets/0x43Df9c0a1156c96cEa98737b511ac89D0e2A1F46/logo.png
deleted file mode 100644
index 116c2416ce7b6..0000000000000
Binary files a/blockchains/polygon/assets/0x43Df9c0a1156c96cEa98737b511ac89D0e2A1F46/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x45C27821E80F8789b60Fd8B600C73815d34DDa6C/info.json b/blockchains/polygon/assets/0x45C27821E80F8789b60Fd8B600C73815d34DDa6C/info.json
deleted file mode 100644
index 06059d1729471..0000000000000
--- a/blockchains/polygon/assets/0x45C27821E80F8789b60Fd8B600C73815d34DDa6C/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "API3",
- "symbol": "API3",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x45C27821E80F8789b60Fd8B600C73815d34DDa6C"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x45C27821E80F8789b60Fd8B600C73815d34DDa6C/logo.png b/blockchains/polygon/assets/0x45C27821E80F8789b60Fd8B600C73815d34DDa6C/logo.png
deleted file mode 100644
index e8a302ffc4e7c..0000000000000
Binary files a/blockchains/polygon/assets/0x45C27821E80F8789b60Fd8B600C73815d34DDa6C/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x46D502Fac9aEA7c5bC7B13C8Ec9D02378C33D36F/info.json b/blockchains/polygon/assets/0x46D502Fac9aEA7c5bC7B13C8Ec9D02378C33D36F/info.json
deleted file mode 100644
index 3960f997e6e51..0000000000000
--- a/blockchains/polygon/assets/0x46D502Fac9aEA7c5bC7B13C8Ec9D02378C33D36F/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "WolfSafePoorPeople",
- "type": "POLYGON",
- "symbol": "WSPP",
- "decimals": 18,
- "website": "https://www.wolfible.com/",
- "description": "WSPP is a PRC-20 token, which was designed to develop NFT and GameFi programs of the project, as well as for AMA rewards, trading, staking and farming within the platform.",
- "explorer": "https://polygonscan.com/token/0x46D502Fac9aEA7c5bC7B13C8Ec9D02378C33D36F",
- "status": "active",
- "id": "0x46D502Fac9aEA7c5bC7B13C8Ec9D02378C33D36F",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/robowolf8"
- },
- {
- "name": "telegram",
- "url": "https://t.me/robowolfproject"
- },
- {
- "name": "medium",
- "url": "https://medium.com/robowolf89"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x46D502Fac9aEA7c5bC7B13C8Ec9D02378C33D36F/logo.png b/blockchains/polygon/assets/0x46D502Fac9aEA7c5bC7B13C8Ec9D02378C33D36F/logo.png
deleted file mode 100644
index 14c226e043997..0000000000000
Binary files a/blockchains/polygon/assets/0x46D502Fac9aEA7c5bC7B13C8Ec9D02378C33D36F/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x482bc619eE7662759CDc0685B4E78f464Da39C73/info.json b/blockchains/polygon/assets/0x482bc619eE7662759CDc0685B4E78f464Da39C73/info.json
deleted file mode 100644
index b66a86974f19d..0000000000000
--- a/blockchains/polygon/assets/0x482bc619eE7662759CDc0685B4E78f464Da39C73/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "GYEN",
- "symbol": "GYEN",
- "type": "ERC20",
- "decimals": 6,
- "id": "0x482bc619eE7662759CDc0685B4E78f464Da39C73"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x482bc619eE7662759CDc0685B4E78f464Da39C73/logo.png b/blockchains/polygon/assets/0x482bc619eE7662759CDc0685B4E78f464Da39C73/logo.png
deleted file mode 100644
index b2b272f0bfb11..0000000000000
Binary files a/blockchains/polygon/assets/0x482bc619eE7662759CDc0685B4E78f464Da39C73/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x486FFAf06A681bf22B5209e9fFCE722662A60E8C/info.json b/blockchains/polygon/assets/0x486FFAf06A681bf22B5209e9fFCE722662A60E8C/info.json
deleted file mode 100644
index a96aef3385c41..0000000000000
--- a/blockchains/polygon/assets/0x486FFAf06A681bf22B5209e9fFCE722662A60E8C/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Flycoin",
- "type": "POLYGON",
- "symbol": "FLY",
- "decimals": 18,
- "website": "https://flycoin.org",
- "description": "Flycoin is a first of its kind crypto-based rewards program that pays you every time you fly, travel, or transact with our partners.",
- "explorer": "https://polygonscan.com/token/0x486FFAf06A681bf22B5209e9fFCE722662A60E8C",
- "status": "active",
- "id": "0x486FFAf06A681bf22B5209e9fFCE722662A60E8C",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/FlycoinOfficial"
- },
- {
- "name": "telegram",
- "url": "https://t.me/+UcIwOEQaTxQyMig0"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/flycoin-fly"
- },
- {
- "name": "whitepaper",
- "url": "https://flycoin.gitbook.io/flycoin-whitepaper/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/polygon/assets/0x486FFAf06A681bf22B5209e9fFCE722662A60E8C/logo.png b/blockchains/polygon/assets/0x486FFAf06A681bf22B5209e9fFCE722662A60E8C/logo.png
deleted file mode 100644
index de7f9e2facbd5..0000000000000
Binary files a/blockchains/polygon/assets/0x486FFAf06A681bf22B5209e9fFCE722662A60E8C/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x48cBc913dE09317dF2365e6827Df50dA083701D5/info.json b/blockchains/polygon/assets/0x48cBc913dE09317dF2365e6827Df50dA083701D5/info.json
deleted file mode 100644
index 25ff48b39dfdc..0000000000000
--- a/blockchains/polygon/assets/0x48cBc913dE09317dF2365e6827Df50dA083701D5/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "The 4th Pillar Token",
- "website": "https://4thtech.io/",
- "description": "FOUR is 4thTech ecosystem utility token used as the primary means to enable services such as data file and instant messages wallet to wallet exchange.",
- "explorer": "https://polygonscan.com/token/0x48cBc913dE09317dF2365e6827Df50dA083701D5",
- "type": "POLYGON",
- "symbol": "FOUR",
- "decimals": 18,
- "status": "active",
- "id": "0x48cBc913dE09317dF2365e6827Df50dA083701D5",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/4thtechProject"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/the-4th-pillar"
- },
- {
- "name": "medium",
- "url": "https://medium.com/the4thpillar"
- },
- {
- "name": "telegram",
- "url": "https://t.me/the4thpillarofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/4thpillartechnologies"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/4thtech/static-assets/raw/main/pdf/whitepaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/4thpillar-technologies/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x48cBc913dE09317dF2365e6827Df50dA083701D5/logo.png b/blockchains/polygon/assets/0x48cBc913dE09317dF2365e6827Df50dA083701D5/logo.png
deleted file mode 100644
index 4275e858c1910..0000000000000
Binary files a/blockchains/polygon/assets/0x48cBc913dE09317dF2365e6827Df50dA083701D5/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x4985E0B13554fB521840e893574D3848C10Fcc6f/info.json b/blockchains/polygon/assets/0x4985E0B13554fB521840e893574D3848C10Fcc6f/info.json
deleted file mode 100644
index 13f9e89591c8d..0000000000000
--- a/blockchains/polygon/assets/0x4985E0B13554fB521840e893574D3848C10Fcc6f/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "PolySwarm",
- "symbol": "NCT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x4985E0B13554fB521840e893574D3848C10Fcc6f"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x4985E0B13554fB521840e893574D3848C10Fcc6f/logo.png b/blockchains/polygon/assets/0x4985E0B13554fB521840e893574D3848C10Fcc6f/logo.png
deleted file mode 100644
index 406788e0bc2ed..0000000000000
Binary files a/blockchains/polygon/assets/0x4985E0B13554fB521840e893574D3848C10Fcc6f/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x4C3bF0a3DE9524aF68327d1D2558a3B70d17D42a/info.json b/blockchains/polygon/assets/0x4C3bF0a3DE9524aF68327d1D2558a3B70d17D42a/info.json
deleted file mode 100644
index 9b954a10a98df..0000000000000
--- a/blockchains/polygon/assets/0x4C3bF0a3DE9524aF68327d1D2558a3B70d17D42a/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "dYdX",
- "symbol": "DYDX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x4C3bF0a3DE9524aF68327d1D2558a3B70d17D42a"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x4C3bF0a3DE9524aF68327d1D2558a3B70d17D42a/logo.png b/blockchains/polygon/assets/0x4C3bF0a3DE9524aF68327d1D2558a3B70d17D42a/logo.png
deleted file mode 100644
index 9df0db6844e01..0000000000000
Binary files a/blockchains/polygon/assets/0x4C3bF0a3DE9524aF68327d1D2558a3B70d17D42a/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x4E8dc2149EaC3f3dEf36b1c281EA466338249371/info.json b/blockchains/polygon/assets/0x4E8dc2149EaC3f3dEf36b1c281EA466338249371/info.json
deleted file mode 100644
index b84a86c44b90f..0000000000000
--- a/blockchains/polygon/assets/0x4E8dc2149EaC3f3dEf36b1c281EA466338249371/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Injective",
- "symbol": "INJ",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x4E8dc2149EaC3f3dEf36b1c281EA466338249371"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x4E8dc2149EaC3f3dEf36b1c281EA466338249371/logo.png b/blockchains/polygon/assets/0x4E8dc2149EaC3f3dEf36b1c281EA466338249371/logo.png
deleted file mode 100644
index f3a521dc1391a..0000000000000
Binary files a/blockchains/polygon/assets/0x4E8dc2149EaC3f3dEf36b1c281EA466338249371/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x4c4BF319237D98a30A929A96112EfFa8DA3510EB/info.json b/blockchains/polygon/assets/0x4c4BF319237D98a30A929A96112EfFa8DA3510EB/info.json
deleted file mode 100644
index 5b8c03de59194..0000000000000
--- a/blockchains/polygon/assets/0x4c4BF319237D98a30A929A96112EfFa8DA3510EB/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "WaultSwap Polygon",
- "type": "POLYGON",
- "symbol": "WEXpoly",
- "decimals": 18,
- "website": "https://wault.finance",
- "description": "Wault Finance is a decentralized finance hub that connects all of the primary DeFi use-cases within one simple ecosystem, on the Binance Smart Chain. In short, an all-in-one DeFi Platform!We’ve built a protocol including 2 tokens – WAULTx and WEX – and some unique features such as: WaultSwap (AMM), Wault Launchpad (new project presales), Wault Locker (liquidity locks for new or established projects), Wault Farms (staking and farming) and many other great services.",
- "explorer": "https://polygonscan.com/token/0x4c4bf319237d98a30a929a96112effa8da3510eb",
- "status": "active",
- "id": "0x4c4BF319237D98a30A929A96112EfFa8DA3510EB",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Wault_Finance"
- },
- {
- "name": "github",
- "url": "https://github.com/WaultFinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/WaultFinance"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/waultswap-polygon/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x4c4BF319237D98a30A929A96112EfFa8DA3510EB/logo.png b/blockchains/polygon/assets/0x4c4BF319237D98a30A929A96112EfFa8DA3510EB/logo.png
deleted file mode 100644
index dbaca59e5ea77..0000000000000
Binary files a/blockchains/polygon/assets/0x4c4BF319237D98a30A929A96112EfFa8DA3510EB/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x4e830F67Ec499E69930867f9017AEb5B3f629c73/info.json b/blockchains/polygon/assets/0x4e830F67Ec499E69930867f9017AEb5B3f629c73/info.json
deleted file mode 100644
index f84fe618235ac..0000000000000
--- a/blockchains/polygon/assets/0x4e830F67Ec499E69930867f9017AEb5B3f629c73/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Oddz",
- "type": "POLYGON",
- "symbol": "ODDZ",
- "decimals": 18,
- "website": "https://www.oddz.fi/",
- "description": "Multi-chain Derivatives Trading Protocol.",
- "explorer": "https://polygonscan.com/token/0x4e830F67Ec499E69930867f9017AEb5B3f629c73",
- "status": "active",
- "id": "0x4e830F67Ec499E69930867f9017AEb5B3f629c73",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/oddz_fi_announcements"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/oddz_finance"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/Oddz.fi"
- },
- {
- "name": "whitepaper",
- "url": "https://docsend.com/view/mefxr8h3ymzuhwqk"
- },
- {
- "name": "github",
- "url": "https://github.com/oddz-finance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/oddz/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x4e830F67Ec499E69930867f9017AEb5B3f629c73/logo.png b/blockchains/polygon/assets/0x4e830F67Ec499E69930867f9017AEb5B3f629c73/logo.png
deleted file mode 100644
index e80daa2ea2877..0000000000000
Binary files a/blockchains/polygon/assets/0x4e830F67Ec499E69930867f9017AEb5B3f629c73/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x50858d870FAF55da2fD90FB6DF7c34b5648305C6/info.json b/blockchains/polygon/assets/0x50858d870FAF55da2fD90FB6DF7c34b5648305C6/info.json
deleted file mode 100644
index 4a350c5edd155..0000000000000
--- a/blockchains/polygon/assets/0x50858d870FAF55da2fD90FB6DF7c34b5648305C6/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "My Neighbor Alice",
- "symbol": "ALICE",
- "type": "ERC20",
- "decimals": 6,
- "id": "0x50858d870FAF55da2fD90FB6DF7c34b5648305C6"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x50858d870FAF55da2fD90FB6DF7c34b5648305C6/logo.png b/blockchains/polygon/assets/0x50858d870FAF55da2fD90FB6DF7c34b5648305C6/logo.png
deleted file mode 100644
index 233428d62610c..0000000000000
Binary files a/blockchains/polygon/assets/0x50858d870FAF55da2fD90FB6DF7c34b5648305C6/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x50B728D8D964fd00C2d0AAD81718b71311feF68a/info.json b/blockchains/polygon/assets/0x50B728D8D964fd00C2d0AAD81718b71311feF68a/info.json
deleted file mode 100644
index a21bbcafc3d3a..0000000000000
--- a/blockchains/polygon/assets/0x50B728D8D964fd00C2d0AAD81718b71311feF68a/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Synthetix",
- "website": "https://synthetix.io",
- "description": "Synthetix is a derivatives liquidity protocol on Ethereum that enables the issuance and trading of synthetic assets.",
- "explorer": "https://polygonscan.com/token/0x50b728d8d964fd00c2d0aad81718b71311fef68a",
- "research": "https://research.binance.com/en/projects/synthetix",
- "type": "POLYGON",
- "symbol": "SNX",
- "decimals": 18,
- "status": "active",
- "id": "0x50B728D8D964fd00C2d0AAD81718b71311feF68a",
- "tags": [
- "governance"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/havven/havven"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/synthetix_io"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/synthetix_io/"
- },
- {
- "name": "blog",
- "url": "https://blog.synthetix.io/"
- },
- {
- "name": "whitepaper",
- "url": "https://synthetix.io/uploads/havven_whitepaper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/havven/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x50B728D8D964fd00C2d0AAD81718b71311feF68a/logo.png b/blockchains/polygon/assets/0x50B728D8D964fd00C2d0AAD81718b71311feF68a/logo.png
deleted file mode 100644
index 2a850de0afe21..0000000000000
Binary files a/blockchains/polygon/assets/0x50B728D8D964fd00C2d0AAD81718b71311feF68a/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x50a4a434247089848991DD8f09b889D4e2870aB6/info.json b/blockchains/polygon/assets/0x50a4a434247089848991DD8f09b889D4e2870aB6/info.json
deleted file mode 100644
index f3ea1f2edf45c..0000000000000
--- a/blockchains/polygon/assets/0x50a4a434247089848991DD8f09b889D4e2870aB6/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "tBTC",
- "symbol": "TBTC",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x50a4a434247089848991DD8f09b889D4e2870aB6"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x50a4a434247089848991DD8f09b889D4e2870aB6/logo.png b/blockchains/polygon/assets/0x50a4a434247089848991DD8f09b889D4e2870aB6/logo.png
deleted file mode 100644
index 25d192499dabf..0000000000000
Binary files a/blockchains/polygon/assets/0x50a4a434247089848991DD8f09b889D4e2870aB6/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x53AEc293212E3B792563Bc16f1be26956adb12e9/info.json b/blockchains/polygon/assets/0x53AEc293212E3B792563Bc16f1be26956adb12e9/info.json
deleted file mode 100644
index 2717ad382f91b..0000000000000
--- a/blockchains/polygon/assets/0x53AEc293212E3B792563Bc16f1be26956adb12e9/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Keep3rV1",
- "symbol": "KP3R",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x53AEc293212E3B792563Bc16f1be26956adb12e9"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x53AEc293212E3B792563Bc16f1be26956adb12e9/logo.png b/blockchains/polygon/assets/0x53AEc293212E3B792563Bc16f1be26956adb12e9/logo.png
deleted file mode 100644
index 2ee34a04ddf32..0000000000000
Binary files a/blockchains/polygon/assets/0x53AEc293212E3B792563Bc16f1be26956adb12e9/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39/info.json b/blockchains/polygon/assets/0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39/info.json
deleted file mode 100644
index 560415fda7db2..0000000000000
--- a/blockchains/polygon/assets/0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "ChainLink Token",
- "website": "https://chain.link/",
- "description": "A blockchain-based middleware, acting as a bridge between cryptocurrency smart contracts, data feeds, APIs and traditional bank account payments.",
- "explorer": "https://polygonscan.com/token/0x53e0bca35ec356bd5dddfebbd1fc0fd03fabad39",
- "type": "POLYGON",
- "symbol": "LINK",
- "decimals": 18,
- "status": "active",
- "id": "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://link.smartcontract.com/whitepaper"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/chainlink"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/chainlink/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/chainlink/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39/logo.png b/blockchains/polygon/assets/0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39/logo.png
deleted file mode 100644
index ab55f5e21fae2..0000000000000
Binary files a/blockchains/polygon/assets/0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x553d3D295e0f695B9228246232eDF400ed3560B5/info.json b/blockchains/polygon/assets/0x553d3D295e0f695B9228246232eDF400ed3560B5/info.json
deleted file mode 100644
index c2e324f0b1ec5..0000000000000
--- a/blockchains/polygon/assets/0x553d3D295e0f695B9228246232eDF400ed3560B5/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Pax Gold",
- "type": "POLYGON",
- "symbol": "PAXG",
- "decimals": 18,
- "website": "https://paxos.com/paxgold",
- "description": "A digital token, backed by physical gold",
- "explorer": "https://polygonscan.com/token/0x553d3D295e0f695B9228246232eDF400ed3560B5",
- "status": "active",
- "id": "0x553d3D295e0f695B9228246232eDF400ed3560B5",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/PaxosGlobal"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/paxosglobal/"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x553d3D295e0f695B9228246232eDF400ed3560B5/logo.png b/blockchains/polygon/assets/0x553d3D295e0f695B9228246232eDF400ed3560B5/logo.png
deleted file mode 100644
index 6838aa9c70983..0000000000000
Binary files a/blockchains/polygon/assets/0x553d3D295e0f695B9228246232eDF400ed3560B5/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5/info.json b/blockchains/polygon/assets/0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5/info.json
deleted file mode 100644
index 137ed05d457c4..0000000000000
--- a/blockchains/polygon/assets/0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "0x Protocol Token",
- "symbol": "ZRX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5/logo.png b/blockchains/polygon/assets/0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5/logo.png
deleted file mode 100644
index f4fe2ab0b2b7b..0000000000000
Binary files a/blockchains/polygon/assets/0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x5647Fe4281F8F6F01E84BCE775AD4b828A7b8927/info.json b/blockchains/polygon/assets/0x5647Fe4281F8F6F01E84BCE775AD4b828A7b8927/info.json
deleted file mode 100644
index ebb2000245b8a..0000000000000
--- a/blockchains/polygon/assets/0x5647Fe4281F8F6F01E84BCE775AD4b828A7b8927/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "Million",
- "website": "https://milliontoken.org",
- "description": "Million is a digital currency with 1,000,000 total supply. https://milliontoken.org",
- "explorer": "https://polygonscan.com/token/0x5647Fe4281F8F6F01E84BCE775AD4b828A7b8927",
- "type": "POLYGON",
- "symbol": "MM",
- "decimals": 18,
- "status": "active",
- "id": "0x5647Fe4281F8F6F01E84BCE775AD4b828A7b8927",
- "links": [
- {
- "name": "discord",
- "url": "https://discord.com/invite/million"
- },
- {
- "name": "telegram",
- "url": "https://t.me/millionjacuzzibar"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/milliontoken/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Million__Token"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/groups/milliontoken"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/million/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/million"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x5647Fe4281F8F6F01E84BCE775AD4b828A7b8927/logo.png b/blockchains/polygon/assets/0x5647Fe4281F8F6F01E84BCE775AD4b828A7b8927/logo.png
deleted file mode 100644
index 20b8915821c78..0000000000000
Binary files a/blockchains/polygon/assets/0x5647Fe4281F8F6F01E84BCE775AD4b828A7b8927/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x564906ec1DF8399F00e4ad32c0eCAC0404a27A1c/info.json b/blockchains/polygon/assets/0x564906ec1DF8399F00e4ad32c0eCAC0404a27A1c/info.json
deleted file mode 100644
index 400aa609d0ae4..0000000000000
--- a/blockchains/polygon/assets/0x564906ec1DF8399F00e4ad32c0eCAC0404a27A1c/info.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
- "name": "Ambire Wallet",
- "website": "https://ambire.com",
- "description": "WALLET is the governance token of Ambire Wallet. It is also used as a user acquisition tool for marketing activities (referral program, rewards, etc.).",
- "explorer": "https://polygonscan.com/token/0x564906ec1DF8399F00e4ad32c0eCAC0404a27A1c",
- "type": "POLYGON",
- "symbol": "WALLET",
- "status": "active",
- "decimals": 18,
- "id": "0x564906ec1DF8399F00e4ad32c0eCAC0404a27A1c",
- "tags": [
- "defi",
- "governance",
- "staking"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/AmbireTech/wallet"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/AmbireWallet"
- },
- {
- "name": "blog",
- "url": "https://ambire.medium.com"
- },
- {
- "name": "telegram",
- "url": "https://t.me/AmbireOfficial"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/nMBGJsb"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/AmbireAdEx"
- },
- {
- "name": "whitepaper",
- "url": "https://ambire.notion.site/ambire/Ambire-Wallet-Whitepaper-d502e54caf584fe7a67f9b0a018cd10f"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ambire-wallet"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/ambire-wallet"
- }
- ]
-}
diff --git a/blockchains/polygon/assets/0x564906ec1DF8399F00e4ad32c0eCAC0404a27A1c/logo.png b/blockchains/polygon/assets/0x564906ec1DF8399F00e4ad32c0eCAC0404a27A1c/logo.png
deleted file mode 100644
index 2c33c7b401760..0000000000000
Binary files a/blockchains/polygon/assets/0x564906ec1DF8399F00e4ad32c0eCAC0404a27A1c/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x5667dcC0ab74D1b1355C3b2061893399331B57e2/info.json b/blockchains/polygon/assets/0x5667dcC0ab74D1b1355C3b2061893399331B57e2/info.json
deleted file mode 100644
index 10d22efb6d199..0000000000000
--- a/blockchains/polygon/assets/0x5667dcC0ab74D1b1355C3b2061893399331B57e2/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "The Virtua Kolect",
- "symbol": "TVK",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x5667dcC0ab74D1b1355C3b2061893399331B57e2"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x5667dcC0ab74D1b1355C3b2061893399331B57e2/logo.png b/blockchains/polygon/assets/0x5667dcC0ab74D1b1355C3b2061893399331B57e2/logo.png
deleted file mode 100644
index 919e25d68eebd..0000000000000
Binary files a/blockchains/polygon/assets/0x5667dcC0ab74D1b1355C3b2061893399331B57e2/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x576Cf361711cd940CD9C397BB98C4C896cBd38De/info.json b/blockchains/polygon/assets/0x576Cf361711cd940CD9C397BB98C4C896cBd38De/info.json
deleted file mode 100644
index 032ccce11dd13..0000000000000
--- a/blockchains/polygon/assets/0x576Cf361711cd940CD9C397BB98C4C896cBd38De/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "USD Coin (Portal from Solana)",
- "type": "POLYGON",
- "symbol": "USDCso",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.circle.com/en/usdc",
- "explorer": "https://polygonscan.com/token/0x576cf361711cd940cd9c397bb98c4c896cbd38de",
- "status": "active",
- "id": "0x576Cf361711cd940CD9C397BB98C4C896cBd38De",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x576Cf361711cd940CD9C397BB98C4C896cBd38De/logo.png b/blockchains/polygon/assets/0x576Cf361711cd940CD9C397BB98C4C896cBd38De/logo.png
deleted file mode 100644
index c9ca83078881a..0000000000000
Binary files a/blockchains/polygon/assets/0x576Cf361711cd940CD9C397BB98C4C896cBd38De/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x580A84C73811E1839F75d86d75d88cCa0c241fF4/info.json b/blockchains/polygon/assets/0x580A84C73811E1839F75d86d75d88cCa0c241fF4/info.json
deleted file mode 100644
index 797e57dc6e84d..0000000000000
--- a/blockchains/polygon/assets/0x580A84C73811E1839F75d86d75d88cCa0c241fF4/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Qi Dao",
- "website": "https://www.mai.finance/",
- "description": "Qi (pronounced CHEE) is the governance token of the QiDao Protocol. It allows those who hold it to vote on changes to the QiDao Protocol.",
- "explorer": "https://polygonscan.com/token/0x580a84c73811e1839f75d86d75d88cca0c241ff4",
- "type": "POLYGON",
- "symbol": "QI",
- "decimals": 18,
- "status": "active",
- "id": "0x580A84C73811E1839F75d86d75d88cCa0c241fF4",
- "links": [
- {
- "name": "discord",
- "url": "https://discord.com/invite/mQq55j65xJ"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/0xLaoZi"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/qi-dao/"
- },
- {
- "name": "medium",
- "url": "https://0xlaozi.medium.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x580A84C73811E1839F75d86d75d88cCa0c241fF4/logo.png b/blockchains/polygon/assets/0x580A84C73811E1839F75d86d75d88cCa0c241fF4/logo.png
deleted file mode 100644
index ab1b1cc2fce76..0000000000000
Binary files a/blockchains/polygon/assets/0x580A84C73811E1839F75d86d75d88cCa0c241fF4/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x58c1BBb508e96CfEC1787Acf6Afe1C7008A5B064/info.json b/blockchains/polygon/assets/0x58c1BBb508e96CfEC1787Acf6Afe1C7008A5B064/info.json
deleted file mode 100644
index 202eeca696f21..0000000000000
--- a/blockchains/polygon/assets/0x58c1BBb508e96CfEC1787Acf6Afe1C7008A5B064/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Hoge Finance",
- "website": "https://hogefinance.com",
- "description": "We Meme Business.",
- "explorer": "https://polygonscan.com/token/0x58c1BBb508e96CfEC1787Acf6Afe1C7008A5B064",
- "type": "POLYGON",
- "symbol": "HOGE",
- "decimals": 9,
- "status": "active",
- "id": "0x58c1BBb508e96CfEC1787Acf6Afe1C7008A5B064",
- "links": [
- {
- "name": "reddit",
- "url": "https://reddit.com/r/hoge"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/hoge"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/hogefinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/hogefinance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/hoge-finance"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/hoge-finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x58c1BBb508e96CfEC1787Acf6Afe1C7008A5B064/logo.png b/blockchains/polygon/assets/0x58c1BBb508e96CfEC1787Acf6Afe1C7008A5B064/logo.png
deleted file mode 100644
index fd2f41b9338cf..0000000000000
Binary files a/blockchains/polygon/assets/0x58c1BBb508e96CfEC1787Acf6Afe1C7008A5B064/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x594C984E3318e91313f881B021A0C4203fF5E59F/info.json b/blockchains/polygon/assets/0x594C984E3318e91313f881B021A0C4203fF5E59F/info.json
deleted file mode 100644
index 37c2bfda5ceae..0000000000000
--- a/blockchains/polygon/assets/0x594C984E3318e91313f881B021A0C4203fF5E59F/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Chromia",
- "symbol": "CHR",
- "type": "ERC20",
- "decimals": 6,
- "id": "0x594C984E3318e91313f881B021A0C4203fF5E59F"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x594C984E3318e91313f881B021A0C4203fF5E59F/logo.png b/blockchains/polygon/assets/0x594C984E3318e91313f881B021A0C4203fF5E59F/logo.png
deleted file mode 100644
index e1e8641acb294..0000000000000
Binary files a/blockchains/polygon/assets/0x594C984E3318e91313f881B021A0C4203fF5E59F/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x5D49c278340655B56609FdF8976eb0612aF3a0C3/info.json b/blockchains/polygon/assets/0x5D49c278340655B56609FdF8976eb0612aF3a0C3/info.json
deleted file mode 100644
index 61ed1920a31a1..0000000000000
--- a/blockchains/polygon/assets/0x5D49c278340655B56609FdF8976eb0612aF3a0C3/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Wrapped BTC (Portal)",
- "type": "POLYGON",
- "symbol": "WBTC",
- "decimals": 8,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.wbtc.network/",
- "explorer": "https://polygonscan.com/token/0x5D49c278340655B56609FdF8976eb0612aF3a0C3",
- "status": "active",
- "id": "0x5D49c278340655B56609FdF8976eb0612aF3a0C3",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x5D49c278340655B56609FdF8976eb0612aF3a0C3/logo.png b/blockchains/polygon/assets/0x5D49c278340655B56609FdF8976eb0612aF3a0C3/logo.png
deleted file mode 100644
index d603db0efae1f..0000000000000
Binary files a/blockchains/polygon/assets/0x5D49c278340655B56609FdF8976eb0612aF3a0C3/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x5E0294Af1732498C77F8dB015a2d52a76298542B/info.json b/blockchains/polygon/assets/0x5E0294Af1732498C77F8dB015a2d52a76298542B/info.json
deleted file mode 100644
index d34586df2f631..0000000000000
--- a/blockchains/polygon/assets/0x5E0294Af1732498C77F8dB015a2d52a76298542B/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Orion Money (Portal)",
- "type": "POLYGON",
- "symbol": "ORION",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://orion.money/",
- "explorer": "https://polygonscan.com/token/0x5E0294Af1732498C77F8dB015a2d52a76298542B",
- "status": "active",
- "id": "0x5E0294Af1732498C77F8dB015a2d52a76298542B",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x5E0294Af1732498C77F8dB015a2d52a76298542B/logo.png b/blockchains/polygon/assets/0x5E0294Af1732498C77F8dB015a2d52a76298542B/logo.png
deleted file mode 100644
index 89db97dd2ba01..0000000000000
Binary files a/blockchains/polygon/assets/0x5E0294Af1732498C77F8dB015a2d52a76298542B/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x5FFD62D3C3eE2E81C00A7b9079FB248e7dF024A8/info.json b/blockchains/polygon/assets/0x5FFD62D3C3eE2E81C00A7b9079FB248e7dF024A8/info.json
deleted file mode 100644
index 8e17b2b0f15e8..0000000000000
--- a/blockchains/polygon/assets/0x5FFD62D3C3eE2E81C00A7b9079FB248e7dF024A8/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Gnosis Token",
- "symbol": "GNO",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x5FFD62D3C3eE2E81C00A7b9079FB248e7dF024A8"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x5FFD62D3C3eE2E81C00A7b9079FB248e7dF024A8/logo.png b/blockchains/polygon/assets/0x5FFD62D3C3eE2E81C00A7b9079FB248e7dF024A8/logo.png
deleted file mode 100644
index 1a5e3b71887bb..0000000000000
Binary files a/blockchains/polygon/assets/0x5FFD62D3C3eE2E81C00A7b9079FB248e7dF024A8/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x5a3064CbDCCF428ae907796cF6aD5a664CD7F3d8/info.json b/blockchains/polygon/assets/0x5a3064CbDCCF428ae907796cF6aD5a664CD7F3d8/info.json
deleted file mode 100644
index 08fda0e50781b..0000000000000
--- a/blockchains/polygon/assets/0x5a3064CbDCCF428ae907796cF6aD5a664CD7F3d8/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "PYQ",
- "website": "https://app.polyquity.org/",
- "description": "PolyQuity is a decentralized borrowing protocol that allows users to draw interest-free loans against Matic used as collateral.",
- "explorer": "https://polygonscan.com/token/0x5a3064cbdccf428ae907796cf6ad5a664cd7f3d8",
- "type": "POLYGON",
- "symbol": "PYQ",
- "decimals": 18,
- "status": "active",
- "id": "0x5a3064CbDCCF428ae907796cF6aD5a664CD7F3d8",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/PolyQuity/contracts"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/polyquity_org"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/polyquity/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@polyquity"
- },
- {
- "name": "telegram",
- "url": "https://t.me/polyquityorg"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x5a3064CbDCCF428ae907796cF6aD5a664CD7F3d8/logo.png b/blockchains/polygon/assets/0x5a3064CbDCCF428ae907796cF6aD5a664CD7F3d8/logo.png
deleted file mode 100644
index 3ec4a8ef79edb..0000000000000
Binary files a/blockchains/polygon/assets/0x5a3064CbDCCF428ae907796cF6aD5a664CD7F3d8/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x5b77bCA482bd3E7958b1103d123888EfCCDaF803/info.json b/blockchains/polygon/assets/0x5b77bCA482bd3E7958b1103d123888EfCCDaF803/info.json
deleted file mode 100644
index b790b324321aa..0000000000000
--- a/blockchains/polygon/assets/0x5b77bCA482bd3E7958b1103d123888EfCCDaF803/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "TrueFi",
- "symbol": "TRU",
- "type": "ERC20",
- "decimals": 8,
- "id": "0x5b77bCA482bd3E7958b1103d123888EfCCDaF803"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x5b77bCA482bd3E7958b1103d123888EfCCDaF803/logo.png b/blockchains/polygon/assets/0x5b77bCA482bd3E7958b1103d123888EfCCDaF803/logo.png
deleted file mode 100644
index 1cc3edee59d7b..0000000000000
Binary files a/blockchains/polygon/assets/0x5b77bCA482bd3E7958b1103d123888EfCCDaF803/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x5d47bAbA0d66083C52009271faF3F50DCc01023C/info.json b/blockchains/polygon/assets/0x5d47bAbA0d66083C52009271faF3F50DCc01023C/info.json
deleted file mode 100644
index 0170fb3312498..0000000000000
--- a/blockchains/polygon/assets/0x5d47bAbA0d66083C52009271faF3F50DCc01023C/info.json
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "name": "Ape Swap Finance Banana",
- "website": "https://apeswap.finance",
- "description": "ApeSwap is an Automated Market Maker, Yield Farming, and Staking platform on Binance Smart Chain. ApeSwap was built by DeFi Apes, for DeFi Apes. We have a dedicated team of experienced monkeys, who have been in the crypto space for years.",
- "explorer": "https://polygonscan.com/token/0x5d47bAbA0d66083C52009271faF3F50DCc01023C",
- "type": "POLYGON",
- "symbol": "BANANA",
- "decimals": 18,
- "status": "active",
- "id": "0x5d47bAbA0d66083C52009271faF3F50DCc01023C",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ApeSwapFinance"
- },
- {
- "name": "docs",
- "url": "https://apeswap.gitbook.io/apeswap-finance/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ape_swap"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ape_swap"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/ape_swap_news"
- },
- {
- "name": "medium",
- "url": "https://ape-swap.medium.com/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/AbVxfGRCSd/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Apeswap/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/apeswap-finance/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/apeswap-finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x5d47bAbA0d66083C52009271faF3F50DCc01023C/logo.png b/blockchains/polygon/assets/0x5d47bAbA0d66083C52009271faF3F50DCc01023C/logo.png
deleted file mode 100644
index 8921686fb2a78..0000000000000
Binary files a/blockchains/polygon/assets/0x5d47bAbA0d66083C52009271faF3F50DCc01023C/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x5eB8D998371971D01954205c7AFE90A7AF6a95AC/info.json b/blockchains/polygon/assets/0x5eB8D998371971D01954205c7AFE90A7AF6a95AC/info.json
deleted file mode 100644
index be9586c3a5d79..0000000000000
--- a/blockchains/polygon/assets/0x5eB8D998371971D01954205c7AFE90A7AF6a95AC/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Audius",
- "symbol": "AUDIO",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x5eB8D998371971D01954205c7AFE90A7AF6a95AC"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x5eB8D998371971D01954205c7AFE90A7AF6a95AC/logo.png b/blockchains/polygon/assets/0x5eB8D998371971D01954205c7AFE90A7AF6a95AC/logo.png
deleted file mode 100644
index e0aa175102263..0000000000000
Binary files a/blockchains/polygon/assets/0x5eB8D998371971D01954205c7AFE90A7AF6a95AC/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x5eCbA59DAcc1ADc5bDEA35f38A732823fc3dE977/info.json b/blockchains/polygon/assets/0x5eCbA59DAcc1ADc5bDEA35f38A732823fc3dE977/info.json
deleted file mode 100644
index 0a144ea10b46f..0000000000000
--- a/blockchains/polygon/assets/0x5eCbA59DAcc1ADc5bDEA35f38A732823fc3dE977/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Ampleforth Governance Token",
- "symbol": "FORTH",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x5eCbA59DAcc1ADc5bDEA35f38A732823fc3dE977"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x5eCbA59DAcc1ADc5bDEA35f38A732823fc3dE977/logo.png b/blockchains/polygon/assets/0x5eCbA59DAcc1ADc5bDEA35f38A732823fc3dE977/logo.png
deleted file mode 100644
index fda1667f5937d..0000000000000
Binary files a/blockchains/polygon/assets/0x5eCbA59DAcc1ADc5bDEA35f38A732823fc3dE977/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x5fe2B58c013d7601147DcdD68C143A77499f5531/info.json b/blockchains/polygon/assets/0x5fe2B58c013d7601147DcdD68C143A77499f5531/info.json
deleted file mode 100644
index 0cee16b901064..0000000000000
--- a/blockchains/polygon/assets/0x5fe2B58c013d7601147DcdD68C143A77499f5531/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "The Graph",
- "symbol": "GRT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x5fe2B58c013d7601147DcdD68C143A77499f5531"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x5fe2B58c013d7601147DcdD68C143A77499f5531/logo.png b/blockchains/polygon/assets/0x5fe2B58c013d7601147DcdD68C143A77499f5531/logo.png
deleted file mode 100644
index 9cbb487ce1294..0000000000000
Binary files a/blockchains/polygon/assets/0x5fe2B58c013d7601147DcdD68C143A77499f5531/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x60Ea918FC64360269Da4efBDA11d8fC6514617C6/info.json b/blockchains/polygon/assets/0x60Ea918FC64360269Da4efBDA11d8fC6514617C6/info.json
deleted file mode 100644
index bc5ec7ad9e365..0000000000000
--- a/blockchains/polygon/assets/0x60Ea918FC64360269Da4efBDA11d8fC6514617C6/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "SUKU",
- "symbol": "SUKU",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x60Ea918FC64360269Da4efBDA11d8fC6514617C6"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x60Ea918FC64360269Da4efBDA11d8fC6514617C6/logo.png b/blockchains/polygon/assets/0x60Ea918FC64360269Da4efBDA11d8fC6514617C6/logo.png
deleted file mode 100644
index 4da46b7276df2..0000000000000
Binary files a/blockchains/polygon/assets/0x60Ea918FC64360269Da4efBDA11d8fC6514617C6/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x6109cB051c5C64093830121ed76272aB04bBDD7C/info.json b/blockchains/polygon/assets/0x6109cB051c5C64093830121ed76272aB04bBDD7C/info.json
deleted file mode 100644
index 695366f34a733..0000000000000
--- a/blockchains/polygon/assets/0x6109cB051c5C64093830121ed76272aB04bBDD7C/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Prosper",
- "website": "https://prosper.so/",
- "description": "Cross-chain prediction market and hedging platform that is pioneering the technology of on-chain liquidity aggregation",
- "explorer": "https://polygonscan.com/token/0x6109cb051c5c64093830121ed76272ab04bbdd7c",
- "type": "POLYGON",
- "symbol": "PROS",
- "decimals": 18,
- "status": "active",
- "id": "0x6109cB051c5C64093830121ed76272aB04bBDD7C",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Prosperpredict"
- },
- {
- "name": "telegram",
- "url": "https://t.me/prosperfi"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/prosper/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x6109cB051c5C64093830121ed76272aB04bBDD7C/logo.png b/blockchains/polygon/assets/0x6109cB051c5C64093830121ed76272aB04bBDD7C/logo.png
deleted file mode 100644
index 5725990a5e6f0..0000000000000
Binary files a/blockchains/polygon/assets/0x6109cB051c5C64093830121ed76272aB04bBDD7C/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x61299774020dA444Af134c82fa83E3810b309991/info.json b/blockchains/polygon/assets/0x61299774020dA444Af134c82fa83E3810b309991/info.json
deleted file mode 100644
index 082b12df8e607..0000000000000
--- a/blockchains/polygon/assets/0x61299774020dA444Af134c82fa83E3810b309991/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Render Token",
- "symbol": "RNDR",
- "type": "POLYGON",
- "decimals": 18,
- "description": "Distributed GPU rendering on the blockchain.",
- "website": "https://rendertoken.com/",
- "explorer": "https://polygonscan.com/token/0x61299774020dA444Af134c82fa83E3810b309991",
- "status": "active",
- "id": "0x61299774020dA444Af134c82fa83E3810b309991",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/rendertoken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/rendertoken"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/render-token/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x61299774020dA444Af134c82fa83E3810b309991/logo.png b/blockchains/polygon/assets/0x61299774020dA444Af134c82fa83E3810b309991/logo.png
deleted file mode 100644
index 5bae5e293f97f..0000000000000
Binary files a/blockchains/polygon/assets/0x61299774020dA444Af134c82fa83E3810b309991/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x61BDD9C7d4dF4Bf47A4508c0c8245505F2Af5b7b/info.json b/blockchains/polygon/assets/0x61BDD9C7d4dF4Bf47A4508c0c8245505F2Af5b7b/info.json
deleted file mode 100644
index 85e2f06871a40..0000000000000
--- a/blockchains/polygon/assets/0x61BDD9C7d4dF4Bf47A4508c0c8245505F2Af5b7b/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Axie Infinity",
- "symbol": "AXS",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x61BDD9C7d4dF4Bf47A4508c0c8245505F2Af5b7b"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x61BDD9C7d4dF4Bf47A4508c0c8245505F2Af5b7b/logo.png b/blockchains/polygon/assets/0x61BDD9C7d4dF4Bf47A4508c0c8245505F2Af5b7b/logo.png
deleted file mode 100644
index 1f42e14654a43..0000000000000
Binary files a/blockchains/polygon/assets/0x61BDD9C7d4dF4Bf47A4508c0c8245505F2Af5b7b/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x62414D03084EeB269E18C970a21f45D2967F0170/info.json b/blockchains/polygon/assets/0x62414D03084EeB269E18C970a21f45D2967F0170/info.json
deleted file mode 100644
index 1b02e38bdc7e6..0000000000000
--- a/blockchains/polygon/assets/0x62414D03084EeB269E18C970a21f45D2967F0170/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "OMG Network",
- "symbol": "OMG",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x62414D03084EeB269E18C970a21f45D2967F0170"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x62414D03084EeB269E18C970a21f45D2967F0170/logo.png b/blockchains/polygon/assets/0x62414D03084EeB269E18C970a21f45D2967F0170/logo.png
deleted file mode 100644
index 66536e8a00a36..0000000000000
Binary files a/blockchains/polygon/assets/0x62414D03084EeB269E18C970a21f45D2967F0170/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x6563c1244820CfBd6Ca8820FBdf0f2847363F733/info.json b/blockchains/polygon/assets/0x6563c1244820CfBd6Ca8820FBdf0f2847363F733/info.json
deleted file mode 100644
index 0b0fb27922b2d..0000000000000
--- a/blockchains/polygon/assets/0x6563c1244820CfBd6Ca8820FBdf0f2847363F733/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Reputation Augur v2",
- "symbol": "REPv2",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x6563c1244820CfBd6Ca8820FBdf0f2847363F733"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x6563c1244820CfBd6Ca8820FBdf0f2847363F733/logo.png b/blockchains/polygon/assets/0x6563c1244820CfBd6Ca8820FBdf0f2847363F733/logo.png
deleted file mode 100644
index 2251a4bf7129e..0000000000000
Binary files a/blockchains/polygon/assets/0x6563c1244820CfBd6Ca8820FBdf0f2847363F733/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x65A05DB8322701724c197AF82C9CaE41195B0aA8/info.json b/blockchains/polygon/assets/0x65A05DB8322701724c197AF82C9CaE41195B0aA8/info.json
deleted file mode 100644
index f4085469b16a3..0000000000000
--- a/blockchains/polygon/assets/0x65A05DB8322701724c197AF82C9CaE41195B0aA8/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "ShapeShift FOX Token",
- "symbol": "FOX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x65A05DB8322701724c197AF82C9CaE41195B0aA8"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x65A05DB8322701724c197AF82C9CaE41195B0aA8/logo.png b/blockchains/polygon/assets/0x65A05DB8322701724c197AF82C9CaE41195B0aA8/logo.png
deleted file mode 100644
index dcc88f6dda28f..0000000000000
Binary files a/blockchains/polygon/assets/0x65A05DB8322701724c197AF82C9CaE41195B0aA8/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x65C9e3289e5949134759119DBc9F862E8d6F2fBE/info.json b/blockchains/polygon/assets/0x65C9e3289e5949134759119DBc9F862E8d6F2fBE/info.json
deleted file mode 100644
index 20d1990ecd667..0000000000000
--- a/blockchains/polygon/assets/0x65C9e3289e5949134759119DBc9F862E8d6F2fBE/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Morpher Token",
- "website": "https://morpher.com",
- "description": "Morpher rebuilds financial markets from the ground up on the Ethereum Blockchain. All in the pursuit of the perfect trading experience. With Zero Fees, Perfectly Liquid Markets, No Counterparties, Verifiable and Transparent Execution all Secured with Blockchain Technology",
- "explorer": "https://polygonscan.com/token/0x65C9e3289e5949134759119DBc9F862E8d6F2fBE",
- "type": "POLYGON",
- "symbol": "MPH",
- "decimals": 18,
- "status": "active",
- "id": "0x65C9e3289e5949134759119DBc9F862E8d6F2fBE",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/morpher_io"
- },
- {
- "name": "telegram",
- "url": "https://t.me/morpher_io"
- },
- {
- "name": "medium",
- "url": "https://medium.com/morpher"
- },
- {
- "name": "whitepaper",
- "url": "https://www.morpher.com/docs/morpher_whitepaper.pdf"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x65C9e3289e5949134759119DBc9F862E8d6F2fBE/logo.png b/blockchains/polygon/assets/0x65C9e3289e5949134759119DBc9F862E8d6F2fBE/logo.png
deleted file mode 100644
index 6f8fa384b4d52..0000000000000
Binary files a/blockchains/polygon/assets/0x65C9e3289e5949134759119DBc9F862E8d6F2fBE/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x66Dc5A08091d1968e08C16aA5b27BAC8398b02Be/info.json b/blockchains/polygon/assets/0x66Dc5A08091d1968e08C16aA5b27BAC8398b02Be/info.json
deleted file mode 100644
index 8f8b422d79e38..0000000000000
--- a/blockchains/polygon/assets/0x66Dc5A08091d1968e08C16aA5b27BAC8398b02Be/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Civic",
- "symbol": "CVC",
- "type": "ERC20",
- "decimals": 8,
- "id": "0x66Dc5A08091d1968e08C16aA5b27BAC8398b02Be"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x66Dc5A08091d1968e08C16aA5b27BAC8398b02Be/logo.png b/blockchains/polygon/assets/0x66Dc5A08091d1968e08C16aA5b27BAC8398b02Be/logo.png
deleted file mode 100644
index 8304fa05fea60..0000000000000
Binary files a/blockchains/polygon/assets/0x66Dc5A08091d1968e08C16aA5b27BAC8398b02Be/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x66EfB7cC647e0efab02eBA4316a2d2941193F6b3/info.json b/blockchains/polygon/assets/0x66EfB7cC647e0efab02eBA4316a2d2941193F6b3/info.json
deleted file mode 100644
index bb91fca9ea33a..0000000000000
--- a/blockchains/polygon/assets/0x66EfB7cC647e0efab02eBA4316a2d2941193F6b3/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Loom Network",
- "symbol": "LOOM",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x66EfB7cC647e0efab02eBA4316a2d2941193F6b3"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x66EfB7cC647e0efab02eBA4316a2d2941193F6b3/logo.png b/blockchains/polygon/assets/0x66EfB7cC647e0efab02eBA4316a2d2941193F6b3/logo.png
deleted file mode 100644
index 33d0da438a2c2..0000000000000
Binary files a/blockchains/polygon/assets/0x66EfB7cC647e0efab02eBA4316a2d2941193F6b3/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x6968105460f67c3BF751bE7C15f92F5286Fd0CE5/info.json b/blockchains/polygon/assets/0x6968105460f67c3BF751bE7C15f92F5286Fd0CE5/info.json
deleted file mode 100644
index fa1ac80354429..0000000000000
--- a/blockchains/polygon/assets/0x6968105460f67c3BF751bE7C15f92F5286Fd0CE5/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Monavale",
- "symbol": "MONA",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x6968105460f67c3BF751bE7C15f92F5286Fd0CE5"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x6968105460f67c3BF751bE7C15f92F5286Fd0CE5/logo.png b/blockchains/polygon/assets/0x6968105460f67c3BF751bE7C15f92F5286Fd0CE5/logo.png
deleted file mode 100644
index 96874fea84e96..0000000000000
Binary files a/blockchains/polygon/assets/0x6968105460f67c3BF751bE7C15f92F5286Fd0CE5/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x6a6bD53d677F8632631662C48bD47b1D4D6524ee/info.json b/blockchains/polygon/assets/0x6a6bD53d677F8632631662C48bD47b1D4D6524ee/info.json
deleted file mode 100644
index 36df2f76b4cf5..0000000000000
--- a/blockchains/polygon/assets/0x6a6bD53d677F8632631662C48bD47b1D4D6524ee/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Adventure Gold",
- "symbol": "AGLD",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x6a6bD53d677F8632631662C48bD47b1D4D6524ee"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x6a6bD53d677F8632631662C48bD47b1D4D6524ee/logo.png b/blockchains/polygon/assets/0x6a6bD53d677F8632631662C48bD47b1D4D6524ee/logo.png
deleted file mode 100644
index 85599e3cf8a93..0000000000000
Binary files a/blockchains/polygon/assets/0x6a6bD53d677F8632631662C48bD47b1D4D6524ee/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x6aBB753C1893194DE4a83c6e8B4EadFc105Fd5f5/info.json b/blockchains/polygon/assets/0x6aBB753C1893194DE4a83c6e8B4EadFc105Fd5f5/info.json
deleted file mode 100644
index 53b70b67d8f4b..0000000000000
--- a/blockchains/polygon/assets/0x6aBB753C1893194DE4a83c6e8B4EadFc105Fd5f5/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Swipe",
- "symbol": "SXP",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x6aBB753C1893194DE4a83c6e8B4EadFc105Fd5f5"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x6aBB753C1893194DE4a83c6e8B4EadFc105Fd5f5/logo.png b/blockchains/polygon/assets/0x6aBB753C1893194DE4a83c6e8B4EadFc105Fd5f5/logo.png
deleted file mode 100644
index d3c9933a2ebf8..0000000000000
Binary files a/blockchains/polygon/assets/0x6aBB753C1893194DE4a83c6e8B4EadFc105Fd5f5/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x6cCBF3627b2C83AFEF05bf2F035E7f7B210Fe30D/info.json b/blockchains/polygon/assets/0x6cCBF3627b2C83AFEF05bf2F035E7f7B210Fe30D/info.json
deleted file mode 100644
index bef818a8552ef..0000000000000
--- a/blockchains/polygon/assets/0x6cCBF3627b2C83AFEF05bf2F035E7f7B210Fe30D/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "HOPR",
- "symbol": "HOPR",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x6cCBF3627b2C83AFEF05bf2F035E7f7B210Fe30D"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x6cCBF3627b2C83AFEF05bf2F035E7f7B210Fe30D/logo.png b/blockchains/polygon/assets/0x6cCBF3627b2C83AFEF05bf2F035E7f7B210Fe30D/logo.png
deleted file mode 100644
index 5bec90a0d8dd1..0000000000000
Binary files a/blockchains/polygon/assets/0x6cCBF3627b2C83AFEF05bf2F035E7f7B210Fe30D/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x6e4E624106Cb12E168E6533F8ec7c82263358940/info.json b/blockchains/polygon/assets/0x6e4E624106Cb12E168E6533F8ec7c82263358940/info.json
deleted file mode 100644
index cc5a32f0f9083..0000000000000
--- a/blockchains/polygon/assets/0x6e4E624106Cb12E168E6533F8ec7c82263358940/info.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "name": "Axelar",
- "type": "POLYGON",
- "symbol": "AXL",
- "decimals": 6,
- "website": "https://axelar.network/",
- "description": "Axelar delivers secure cross-chain communication for Web3. Our infrastructure enables dApp users to interact with any asset or application, on any chain, with one click.",
- "explorer": "https://polygonscan.com/token/0x6e4E624106Cb12E168E6533F8ec7c82263358940",
- "status": "active",
- "id": "0x6e4E624106Cb12E168E6533F8ec7c82263358940",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/axelarcore"
- },
- {
- "name": "github",
- "url": "https://github.com/axelarnetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/axelarcommunity"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/axelar"
- },
- {
- "name": "docs",
- "url": "https://docs.axelar.dev/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/aRZ3Ra6f7D"
- },
- {
- "name": "forum",
- "url": "https://community.axelar.network/"
- },
- {
- "name": "whitepaper",
- "url": "https://axelar.network/axelar_whitepaper.pdf"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/axelar"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@axelar-foundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/axelar/"
- },
- {
- "name": "blog",
- "url": "https://axelar.network/blog"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@Axelarcore"
- }
- ],
- "tags": [
- "wrapped"
- ]
-}
diff --git a/blockchains/polygon/assets/0x6e4E624106Cb12E168E6533F8ec7c82263358940/logo.png b/blockchains/polygon/assets/0x6e4E624106Cb12E168E6533F8ec7c82263358940/logo.png
deleted file mode 100644
index 6c156aba62660..0000000000000
Binary files a/blockchains/polygon/assets/0x6e4E624106Cb12E168E6533F8ec7c82263358940/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x6f7C932e7684666C9fd1d44527765433e01fF61d/info.json b/blockchains/polygon/assets/0x6f7C932e7684666C9fd1d44527765433e01fF61d/info.json
deleted file mode 100644
index e5f460c8cb2de..0000000000000
--- a/blockchains/polygon/assets/0x6f7C932e7684666C9fd1d44527765433e01fF61d/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Maker",
- "symbol": "MKR",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x6f7C932e7684666C9fd1d44527765433e01fF61d"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x6f7C932e7684666C9fd1d44527765433e01fF61d/logo.png b/blockchains/polygon/assets/0x6f7C932e7684666C9fd1d44527765433e01fF61d/logo.png
deleted file mode 100644
index 2fc66654d8380..0000000000000
Binary files a/blockchains/polygon/assets/0x6f7C932e7684666C9fd1d44527765433e01fF61d/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec/info.json b/blockchains/polygon/assets/0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec/info.json
deleted file mode 100644
index b0b71dc20bf60..0000000000000
--- a/blockchains/polygon/assets/0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Shiba Inu",
- "symbol": "SHIB",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec/logo.png b/blockchains/polygon/assets/0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec/logo.png
deleted file mode 100644
index c0252d6d87c94..0000000000000
Binary files a/blockchains/polygon/assets/0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x70c006878a5A50Ed185ac4C87d837633923De296/info.json b/blockchains/polygon/assets/0x70c006878a5A50Ed185ac4C87d837633923De296/info.json
deleted file mode 100644
index 6468f15485292..0000000000000
--- a/blockchains/polygon/assets/0x70c006878a5A50Ed185ac4C87d837633923De296/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "REVV",
- "symbol": "REVV",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x70c006878a5A50Ed185ac4C87d837633923De296"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x70c006878a5A50Ed185ac4C87d837633923De296/logo.png b/blockchains/polygon/assets/0x70c006878a5A50Ed185ac4C87d837633923De296/logo.png
deleted file mode 100644
index 7ce7ea5715530..0000000000000
Binary files a/blockchains/polygon/assets/0x70c006878a5A50Ed185ac4C87d837633923De296/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x71B821aa52a49F32EEd535fCA6Eb5aa130085978/info.json b/blockchains/polygon/assets/0x71B821aa52a49F32EEd535fCA6Eb5aa130085978/info.json
deleted file mode 100644
index dfca1a8d3fe20..0000000000000
--- a/blockchains/polygon/assets/0x71B821aa52a49F32EEd535fCA6Eb5aa130085978/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "0xBitcoin Token",
- "website": "https://0xbitcoin.org/",
- "description": "Pure-mined neutral token.",
- "explorer": "https://polygonscan.com/token/0x71b821aa52a49f32eed535fca6eb5aa130085978",
- "type": "POLYGON",
- "symbol": "0xBTC",
- "decimals": 8,
- "status": "active",
- "id": "0x71B821aa52a49F32EEd535fCA6Eb5aa130085978",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/0xbitcoin"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/0xbitcoin_ERC20"
- },
- {
- "name": "telegram",
- "url": "https://t.me/QuickSwapDEX"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/0xbtc/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/oxbitcoin/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x71B821aa52a49F32EEd535fCA6Eb5aa130085978/logo.png b/blockchains/polygon/assets/0x71B821aa52a49F32EEd535fCA6Eb5aa130085978/logo.png
deleted file mode 100644
index 9382720dcd0b7..0000000000000
Binary files a/blockchains/polygon/assets/0x71B821aa52a49F32EEd535fCA6Eb5aa130085978/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x73580A2416A57f1C4b6391DBA688A9e4f7DBECE0/info.json b/blockchains/polygon/assets/0x73580A2416A57f1C4b6391DBA688A9e4f7DBECE0/info.json
deleted file mode 100644
index e6319cd18e9f7..0000000000000
--- a/blockchains/polygon/assets/0x73580A2416A57f1C4b6391DBA688A9e4f7DBECE0/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Marlin",
- "symbol": "POND",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x73580A2416A57f1C4b6391DBA688A9e4f7DBECE0"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x73580A2416A57f1C4b6391DBA688A9e4f7DBECE0/logo.png b/blockchains/polygon/assets/0x73580A2416A57f1C4b6391DBA688A9e4f7DBECE0/logo.png
deleted file mode 100644
index 5bf18545dfb5a..0000000000000
Binary files a/blockchains/polygon/assets/0x73580A2416A57f1C4b6391DBA688A9e4f7DBECE0/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed/info.json b/blockchains/polygon/assets/0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed/info.json
deleted file mode 100644
index 712a9587bc2fc..0000000000000
--- a/blockchains/polygon/assets/0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed/info.json
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- "name": "Axelar Wrapped USDC",
- "type": "POLYGON",
- "symbol": "axlUSDC",
- "decimals": 6,
- "website": "https://axelar.network/",
- "description": "Axelar delivers secure cross-chain communication for Web3. Our infrastructure enables dApp users to interact with any asset or application, on any chain, with one click.",
- "explorer": "https://polygonscan.com/token/0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed",
- "status": "active",
- "id": "0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/axelarcore"
- },
- {
- "name": "github",
- "url": "https://github.com/axelarnetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/axelarcommunity"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/axelar-usdc"
- },
- {
- "name": "docs",
- "url": "https://docs.axelar.dev/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/aRZ3Ra6f7D"
- },
- {
- "name": "forum",
- "url": "https://community.axelar.network/"
- },
- {
- "name": "whitepaper",
- "url": "https://axelar.network/axelar_whitepaper.pdf"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/axelar"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@axelar-foundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/axlusdc/"
- },
- {
- "name": "blog",
- "url": "https://axelar.network/blog"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/@Axelarcore"
- }
- ],
- "tags": [
- "stablecoin",
- "wrapped"
- ]
-}
diff --git a/blockchains/polygon/assets/0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed/logo.png b/blockchains/polygon/assets/0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed/logo.png
deleted file mode 100644
index 69911caea54fb..0000000000000
Binary files a/blockchains/polygon/assets/0x750e4C4984a9e0f12978eA6742Bc1c5D248f40ed/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x7583FEDDbceFA813dc18259940F76a02710A8905/info.json b/blockchains/polygon/assets/0x7583FEDDbceFA813dc18259940F76a02710A8905/info.json
deleted file mode 100644
index c0b22cc464369..0000000000000
--- a/blockchains/polygon/assets/0x7583FEDDbceFA813dc18259940F76a02710A8905/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Fetch ai",
- "symbol": "FET",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x7583FEDDbceFA813dc18259940F76a02710A8905"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x7583FEDDbceFA813dc18259940F76a02710A8905/logo.png b/blockchains/polygon/assets/0x7583FEDDbceFA813dc18259940F76a02710A8905/logo.png
deleted file mode 100644
index d5c525f6ea6f3..0000000000000
Binary files a/blockchains/polygon/assets/0x7583FEDDbceFA813dc18259940F76a02710A8905/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x76b8D57e5ac6afAc5D415a054453d1DD2c3C0094/info.json b/blockchains/polygon/assets/0x76b8D57e5ac6afAc5D415a054453d1DD2c3C0094/info.json
deleted file mode 100644
index 00a9794b7bc4e..0000000000000
--- a/blockchains/polygon/assets/0x76b8D57e5ac6afAc5D415a054453d1DD2c3C0094/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Rally",
- "symbol": "RLY",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x76b8D57e5ac6afAc5D415a054453d1DD2c3C0094"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x76b8D57e5ac6afAc5D415a054453d1DD2c3C0094/logo.png b/blockchains/polygon/assets/0x76b8D57e5ac6afAc5D415a054453d1DD2c3C0094/logo.png
deleted file mode 100644
index 33d1bc5a9e9ac..0000000000000
Binary files a/blockchains/polygon/assets/0x76b8D57e5ac6afAc5D415a054453d1DD2c3C0094/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x76e63a3E7Ba1e2E61D3DA86a87479f983dE89a7E/info.json b/blockchains/polygon/assets/0x76e63a3E7Ba1e2E61D3DA86a87479f983dE89a7E/info.json
deleted file mode 100644
index b0dec4f23dd69..0000000000000
--- a/blockchains/polygon/assets/0x76e63a3E7Ba1e2E61D3DA86a87479f983dE89a7E/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Augury Finance",
- "website": "https://augury.finance/",
- "description": "Augury Finance is a financial ecosystem on the Polygon (MATIC) blockchain which focuses on trust, community ownership, and sustainable returns.",
- "explorer": "https://polygonscan.com/token/0x76e63a3E7Ba1e2E61D3DA86a87479f983dE89a7E",
- "type": "POLYGON",
- "symbol": "OMEN",
- "decimals": 18,
- "status": "active",
- "id": "0x76e63a3E7Ba1e2E61D3DA86a87479f983dE89a7E",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/augury-finance/core"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/AuguryFinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/auguryfinance"
- },
- {
- "name": "medium",
- "url": "https://auguryfinance.medium.com/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/augury-finance/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x76e63a3E7Ba1e2E61D3DA86a87479f983dE89a7E/logo.png b/blockchains/polygon/assets/0x76e63a3E7Ba1e2E61D3DA86a87479f983dE89a7E/logo.png
deleted file mode 100644
index cf49e2caf3c3e..0000000000000
Binary files a/blockchains/polygon/assets/0x76e63a3E7Ba1e2E61D3DA86a87479f983dE89a7E/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x780053837cE2CeEaD2A90D9151aA21FC89eD49c2/info.json b/blockchains/polygon/assets/0x780053837cE2CeEaD2A90D9151aA21FC89eD49c2/info.json
deleted file mode 100644
index afb7008c0ef61..0000000000000
--- a/blockchains/polygon/assets/0x780053837cE2CeEaD2A90D9151aA21FC89eD49c2/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Rarible",
- "symbol": "RARI",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x780053837cE2CeEaD2A90D9151aA21FC89eD49c2"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x780053837cE2CeEaD2A90D9151aA21FC89eD49c2/logo.png b/blockchains/polygon/assets/0x780053837cE2CeEaD2A90D9151aA21FC89eD49c2/logo.png
deleted file mode 100644
index 8b75bda4c9ecc..0000000000000
Binary files a/blockchains/polygon/assets/0x780053837cE2CeEaD2A90D9151aA21FC89eD49c2/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x7A7B94F18EF6AD056CDa648588181CDA84800f94/info.json b/blockchains/polygon/assets/0x7A7B94F18EF6AD056CDa648588181CDA84800f94/info.json
deleted file mode 100644
index f001e0cb4509f..0000000000000
--- a/blockchains/polygon/assets/0x7A7B94F18EF6AD056CDa648588181CDA84800f94/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Stafi",
- "symbol": "FIS",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x7A7B94F18EF6AD056CDa648588181CDA84800f94"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x7A7B94F18EF6AD056CDa648588181CDA84800f94/logo.png b/blockchains/polygon/assets/0x7A7B94F18EF6AD056CDa648588181CDA84800f94/logo.png
deleted file mode 100644
index 5d371dde63c34..0000000000000
Binary files a/blockchains/polygon/assets/0x7A7B94F18EF6AD056CDa648588181CDA84800f94/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x7Bb11E7f8b10E9e571E5d8Eace04735fDFB2358a/info.json b/blockchains/polygon/assets/0x7Bb11E7f8b10E9e571E5d8Eace04735fDFB2358a/info.json
deleted file mode 100644
index 995db8d7c44f1..0000000000000
--- a/blockchains/polygon/assets/0x7Bb11E7f8b10E9e571E5d8Eace04735fDFB2358a/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "AVAX (Portal)",
- "type": "POLYGON",
- "symbol": "AVAX",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.avax.network/",
- "explorer": "https://polygonscan.com/token/0x7Bb11E7f8b10E9e571E5d8Eace04735fDFB2358a",
- "status": "active",
- "id": "0x7Bb11E7f8b10E9e571E5d8Eace04735fDFB2358a",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x7Bb11E7f8b10E9e571E5d8Eace04735fDFB2358a/logo.png b/blockchains/polygon/assets/0x7Bb11E7f8b10E9e571E5d8Eace04735fDFB2358a/logo.png
deleted file mode 100644
index 5cfbd9abb2f7c..0000000000000
Binary files a/blockchains/polygon/assets/0x7Bb11E7f8b10E9e571E5d8Eace04735fDFB2358a/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x7c28F627eA3aEc8B882b51eb1935f66e5b875714/info.json b/blockchains/polygon/assets/0x7c28F627eA3aEc8B882b51eb1935f66e5b875714/info.json
deleted file mode 100644
index 9632c1ed8d420..0000000000000
--- a/blockchains/polygon/assets/0x7c28F627eA3aEc8B882b51eb1935f66e5b875714/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Paint",
- "website": "https://murall.art",
- "description": "MurAll is a 2048x1024px digital mural that anyone can draw on without restriction. MurAll requires PAINT - a fixed supply token synonymous with real-life paint, which is burned in the painting transaction. Painting on MurAll also mints a MURALL NFT of the artwork for the artist to keep.",
- "explorer": "https://polygonscan.com/token/0x7c28f627ea3aec8b882b51eb1935f66e5b875714",
- "type": "POLYGON",
- "symbol": "PAINT",
- "decimals": 18,
- "status": "active",
- "id": "0x7c28F627eA3aEc8B882b51eb1935f66e5b875714",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/murall-art"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/MurAll_art"
- },
- {
- "name": "telegram",
- "url": "https://t.me/MurALLart"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/murall/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/murall"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x7c28F627eA3aEc8B882b51eb1935f66e5b875714/logo.png b/blockchains/polygon/assets/0x7c28F627eA3aEc8B882b51eb1935f66e5b875714/logo.png
deleted file mode 100644
index 5cbe0fd190ba4..0000000000000
Binary files a/blockchains/polygon/assets/0x7c28F627eA3aEc8B882b51eb1935f66e5b875714/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619/info.json b/blockchains/polygon/assets/0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619/info.json
deleted file mode 100644
index 073a390224991..0000000000000
--- a/blockchains/polygon/assets/0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wrapped Ether",
- "symbol": "WETH",
- "type": "POLYGON",
- "decimals": 18,
- "description": "WETH is Wrapped Ether",
- "website": "https://weth.io/",
- "explorer": "https://polygonscan.com/token/0x7ceb23fd6bc0add59e62ac25578270cff1b9f619",
- "status": "active",
- "id": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619/logo.png b/blockchains/polygon/assets/0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619/logo.png
deleted file mode 100644
index bf957d38c766d..0000000000000
Binary files a/blockchains/polygon/assets/0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x7dc0cb65EC6019330a6841e9c274f2EE57A6CA6C/info.json b/blockchains/polygon/assets/0x7dc0cb65EC6019330a6841e9c274f2EE57A6CA6C/info.json
deleted file mode 100644
index 9516f4e3c8ea3..0000000000000
--- a/blockchains/polygon/assets/0x7dc0cb65EC6019330a6841e9c274f2EE57A6CA6C/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Pluton",
- "symbol": "PLU",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x7dc0cb65EC6019330a6841e9c274f2EE57A6CA6C"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x7dc0cb65EC6019330a6841e9c274f2EE57A6CA6C/logo.png b/blockchains/polygon/assets/0x7dc0cb65EC6019330a6841e9c274f2EE57A6CA6C/logo.png
deleted file mode 100644
index f7526a3b3544b..0000000000000
Binary files a/blockchains/polygon/assets/0x7dc0cb65EC6019330a6841e9c274f2EE57A6CA6C/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x7eC26842F195c852Fa843bB9f6D8B583a274a157/info.json b/blockchains/polygon/assets/0x7eC26842F195c852Fa843bB9f6D8B583a274a157/info.json
deleted file mode 100644
index 59c707f16a433..0000000000000
--- a/blockchains/polygon/assets/0x7eC26842F195c852Fa843bB9f6D8B583a274a157/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Enjin Coin",
- "symbol": "ENJ",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x7eC26842F195c852Fa843bB9f6D8B583a274a157/logo.png b/blockchains/polygon/assets/0x7eC26842F195c852Fa843bB9f6D8B583a274a157/logo.png
deleted file mode 100644
index 417f40714c3dd..0000000000000
Binary files a/blockchains/polygon/assets/0x7eC26842F195c852Fa843bB9f6D8B583a274a157/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x82617aA52dddf5Ed9Bb7B370ED777b3182A30fd1/info.json b/blockchains/polygon/assets/0x82617aA52dddf5Ed9Bb7B370ED777b3182A30fd1/info.json
deleted file mode 100644
index 3613ed58d51e9..0000000000000
--- a/blockchains/polygon/assets/0x82617aA52dddf5Ed9Bb7B370ED777b3182A30fd1/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Yield Guild Games",
- "symbol": "YGG",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x82617aA52dddf5Ed9Bb7B370ED777b3182A30fd1"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x82617aA52dddf5Ed9Bb7B370ED777b3182A30fd1/logo.png b/blockchains/polygon/assets/0x82617aA52dddf5Ed9Bb7B370ED777b3182A30fd1/logo.png
deleted file mode 100644
index 0ddcda72aedd7..0000000000000
Binary files a/blockchains/polygon/assets/0x82617aA52dddf5Ed9Bb7B370ED777b3182A30fd1/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x82FFdFD1d8699E8886a4e77CeFA9dd9710a7FefD/info.json b/blockchains/polygon/assets/0x82FFdFD1d8699E8886a4e77CeFA9dd9710a7FefD/info.json
deleted file mode 100644
index 9aa882f907cdc..0000000000000
--- a/blockchains/polygon/assets/0x82FFdFD1d8699E8886a4e77CeFA9dd9710a7FefD/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Propy",
- "symbol": "PRO",
- "type": "ERC20",
- "decimals": 8,
- "id": "0x82FFdFD1d8699E8886a4e77CeFA9dd9710a7FefD"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x82FFdFD1d8699E8886a4e77CeFA9dd9710a7FefD/logo.png b/blockchains/polygon/assets/0x82FFdFD1d8699E8886a4e77CeFA9dd9710a7FefD/logo.png
deleted file mode 100644
index 810410bfc468a..0000000000000
Binary files a/blockchains/polygon/assets/0x82FFdFD1d8699E8886a4e77CeFA9dd9710a7FefD/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x82dCf1Df86AdA26b2dCd9ba6334CeDb8c2448e9e/info.json b/blockchains/polygon/assets/0x82dCf1Df86AdA26b2dCd9ba6334CeDb8c2448e9e/info.json
deleted file mode 100644
index e6fac70fa84d3..0000000000000
--- a/blockchains/polygon/assets/0x82dCf1Df86AdA26b2dCd9ba6334CeDb8c2448e9e/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Aleph im",
- "symbol": "ALEPH",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x82dCf1Df86AdA26b2dCd9ba6334CeDb8c2448e9e"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x82dCf1Df86AdA26b2dCd9ba6334CeDb8c2448e9e/logo.png b/blockchains/polygon/assets/0x82dCf1Df86AdA26b2dCd9ba6334CeDb8c2448e9e/logo.png
deleted file mode 100644
index d3b78ccd56b75..0000000000000
Binary files a/blockchains/polygon/assets/0x82dCf1Df86AdA26b2dCd9ba6334CeDb8c2448e9e/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x831753DD7087CaC61aB5644b308642cc1c33Dc13/info.json b/blockchains/polygon/assets/0x831753DD7087CaC61aB5644b308642cc1c33Dc13/info.json
deleted file mode 100644
index ecbfd4e0514a5..0000000000000
--- a/blockchains/polygon/assets/0x831753DD7087CaC61aB5644b308642cc1c33Dc13/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "QuickSwap",
- "website": "https://quickswap.exchange/",
- "description": "Next-gen Layer 2 DEX. Trade at lightning-fast speeds with near-zero gas fees, Powered by Polygon",
- "explorer": "https://polygonscan.com/token/0x831753dd7087cac61ab5644b308642cc1c33dc13",
- "type": "POLYGON",
- "symbol": "QUICK",
- "decimals": 18,
- "status": "active",
- "id": "0x831753DD7087CaC61aB5644b308642cc1c33Dc13",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/QuickSwap"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/QuickswapDEX"
- },
- {
- "name": "telegram",
- "url": "https://t.me/QuickSwapDEX"
- },
- {
- "name": "medium",
- "url": "https://quickswap-layer2.medium.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x831753DD7087CaC61aB5644b308642cc1c33Dc13/logo.png b/blockchains/polygon/assets/0x831753DD7087CaC61aB5644b308642cc1c33Dc13/logo.png
deleted file mode 100644
index 9bc477ee42999..0000000000000
Binary files a/blockchains/polygon/assets/0x831753DD7087CaC61aB5644b308642cc1c33Dc13/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1/info.json b/blockchains/polygon/assets/0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1/info.json
deleted file mode 100644
index 2f1c0fda3a69e..0000000000000
--- a/blockchains/polygon/assets/0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "LoopringCoin V2",
- "symbol": "LRC",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1/logo.png b/blockchains/polygon/assets/0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1/logo.png
deleted file mode 100644
index 7be579420cd23..0000000000000
Binary files a/blockchains/polygon/assets/0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c/info.json b/blockchains/polygon/assets/0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c/info.json
deleted file mode 100644
index 1ef2a06f63613..0000000000000
--- a/blockchains/polygon/assets/0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Compound",
- "symbol": "COMP",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c/logo.png b/blockchains/polygon/assets/0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c/logo.png
deleted file mode 100644
index 5011b1a39ec58..0000000000000
Binary files a/blockchains/polygon/assets/0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x85955046DF4668e1DD369D2DE9f3AEB98DD2A369/info.json b/blockchains/polygon/assets/0x85955046DF4668e1DD369D2DE9f3AEB98DD2A369/info.json
deleted file mode 100644
index ab2f77aabb31e..0000000000000
--- a/blockchains/polygon/assets/0x85955046DF4668e1DD369D2DE9f3AEB98DD2A369/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "DeFi Pulse Index",
- "symbol": "DPI",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x85955046DF4668e1DD369D2DE9f3AEB98DD2A369"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x85955046DF4668e1DD369D2DE9f3AEB98DD2A369/logo.png b/blockchains/polygon/assets/0x85955046DF4668e1DD369D2DE9f3AEB98DD2A369/logo.png
deleted file mode 100644
index 80097af6a7311..0000000000000
Binary files a/blockchains/polygon/assets/0x85955046DF4668e1DD369D2DE9f3AEB98DD2A369/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x8676815789211E799a6DC86d02748ADF9cF86836/info.json b/blockchains/polygon/assets/0x8676815789211E799a6DC86d02748ADF9cF86836/info.json
deleted file mode 100644
index 605efb626fdc9..0000000000000
--- a/blockchains/polygon/assets/0x8676815789211E799a6DC86d02748ADF9cF86836/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Tribe",
- "symbol": "TRIBE",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x8676815789211E799a6DC86d02748ADF9cF86836"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x8676815789211E799a6DC86d02748ADF9cF86836/logo.png b/blockchains/polygon/assets/0x8676815789211E799a6DC86d02748ADF9cF86836/logo.png
deleted file mode 100644
index 0a82bc649de23..0000000000000
Binary files a/blockchains/polygon/assets/0x8676815789211E799a6DC86d02748ADF9cF86836/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x874e178A2f3f3F9d34db862453Cd756E7eAb0381/info.json b/blockchains/polygon/assets/0x874e178A2f3f3F9d34db862453Cd756E7eAb0381/info.json
deleted file mode 100644
index cadd42c7a9745..0000000000000
--- a/blockchains/polygon/assets/0x874e178A2f3f3F9d34db862453Cd756E7eAb0381/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Gravity Finance",
- "website": "https://gravityfinance.io/",
- "description": "Gravity Finance is a suite of DeFi products on the Polygon Network.",
- "explorer": "https://polygonscan.com/token/0x874e178a2f3f3f9d34db862453cd756e7eab0381",
- "type": "POLYGON",
- "symbol": "GFI",
- "decimals": 18,
- "status": "active",
- "id": "0x874e178A2f3f3F9d34db862453Cd756E7eAb0381",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/gravity-finance/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Gravity_Finance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/gravityfinance"
- },
- {
- "name": "medium",
- "url": "https://gravityfinance.medium.com/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/gravity-finance/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x874e178A2f3f3F9d34db862453Cd756E7eAb0381/logo.png b/blockchains/polygon/assets/0x874e178A2f3f3F9d34db862453Cd756E7eAb0381/logo.png
deleted file mode 100644
index 381e707f10407..0000000000000
Binary files a/blockchains/polygon/assets/0x874e178A2f3f3F9d34db862453Cd756E7eAb0381/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x8765f05ADce126d70bcdF1b0a48Db573316662eB/info.json b/blockchains/polygon/assets/0x8765f05ADce126d70bcdF1b0a48Db573316662eB/info.json
deleted file mode 100644
index 454b607d62dfb..0000000000000
--- a/blockchains/polygon/assets/0x8765f05ADce126d70bcdF1b0a48Db573316662eB/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "PlayDapp",
- "symbol": "PLA",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x8765f05ADce126d70bcdF1b0a48Db573316662eB"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x8765f05ADce126d70bcdF1b0a48Db573316662eB/logo.png b/blockchains/polygon/assets/0x8765f05ADce126d70bcdF1b0a48Db573316662eB/logo.png
deleted file mode 100644
index 01f69ff1e68d2..0000000000000
Binary files a/blockchains/polygon/assets/0x8765f05ADce126d70bcdF1b0a48Db573316662eB/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x8A953CfE442c5E8855cc6c61b1293FA648BAE472/info.json b/blockchains/polygon/assets/0x8A953CfE442c5E8855cc6c61b1293FA648BAE472/info.json
deleted file mode 100644
index 4f8bf61daaba2..0000000000000
--- a/blockchains/polygon/assets/0x8A953CfE442c5E8855cc6c61b1293FA648BAE472/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "PolyDoge",
- "symbol": "PolyDoge",
- "type": "POLYGON",
- "decimals": 18,
- "description": "PolyDoge is a digital currency with one of the most vibrant communities on the powerful Polygon Network.",
- "website": "https://polydoge.com",
- "explorer": "https://polygonscan.com/token/0x8a953cfe442c5e8855cc6c61b1293fa648bae472",
- "status": "active",
- "id": "0x8A953CfE442c5E8855cc6c61b1293FA648BAE472",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/polydoge"
- },
- {
- "name": "github",
- "url": "https://github.com/polydoge"
- },
- {
- "name": "telegram",
- "url": "https://t.me/polydoge"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/polydoge/"
- },
- {
- "name": "blog",
- "url": "https://polydoge.medium.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x8A953CfE442c5E8855cc6c61b1293FA648BAE472/logo.png b/blockchains/polygon/assets/0x8A953CfE442c5E8855cc6c61b1293FA648BAE472/logo.png
deleted file mode 100644
index b9e80cf710b90..0000000000000
Binary files a/blockchains/polygon/assets/0x8A953CfE442c5E8855cc6c61b1293FA648BAE472/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x8Ab2Fec94d17ae69FB90E7c773f2C85Ed1802c01/info.json b/blockchains/polygon/assets/0x8Ab2Fec94d17ae69FB90E7c773f2C85Ed1802c01/info.json
deleted file mode 100644
index 857b7e9a2709a..0000000000000
--- a/blockchains/polygon/assets/0x8Ab2Fec94d17ae69FB90E7c773f2C85Ed1802c01/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Liquity",
- "symbol": "LQTY",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x8Ab2Fec94d17ae69FB90E7c773f2C85Ed1802c01"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x8Ab2Fec94d17ae69FB90E7c773f2C85Ed1802c01/logo.png b/blockchains/polygon/assets/0x8Ab2Fec94d17ae69FB90E7c773f2C85Ed1802c01/logo.png
deleted file mode 100644
index 3064aa03fd150..0000000000000
Binary files a/blockchains/polygon/assets/0x8Ab2Fec94d17ae69FB90E7c773f2C85Ed1802c01/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x8C92e38eCA8210f4fcBf17F0951b198Dd7668292/info.json b/blockchains/polygon/assets/0x8C92e38eCA8210f4fcBf17F0951b198Dd7668292/info.json
deleted file mode 100644
index 5e43c129bd5eb..0000000000000
--- a/blockchains/polygon/assets/0x8C92e38eCA8210f4fcBf17F0951b198Dd7668292/info.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
- "name": "dHEDGE DAO Token (PoS)",
- "type": "POLYGON",
- "symbol": "DHT",
- "decimals": 18,
- "website": "https://www.dhedge.org/",
- "description": "Decentralized asset management protocol connecting the world’s best investment managers with investors in a permissionless, trustless fashion.",
- "explorer": "https://polygonscan.com/token/0x8C92e38eCA8210f4fcBf17F0951b198Dd7668292",
- "status": "active",
- "id": "0x8C92e38eCA8210f4fcBf17F0951b198Dd7668292",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/dHedgeOrg"
- },
- {
- "name": "github",
- "url": "https://github.com/dhedge"
- },
- {
- "name": "telegram",
- "url": "https://t.me/dhedge"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/dhedge"
- },
- {
- "name": "blog",
- "url": "https://dhedge.ghost.io/"
- },
- {
- "name": "docs",
- "url": "https://docs.dhedge.org/"
- },
- {
- "name": "forum",
- "url": "https://forum.dhedge.org/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/BAWTbRA"
- },
- {
- "name": "medium",
- "url": "https://medium.com/dhedge-org"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/watch?v=OODm7tJspqk"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/dhedge-dao/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/dhedge-dao"
- }
- ],
- "tags": [
- "governance",
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x8C92e38eCA8210f4fcBf17F0951b198Dd7668292/logo.png b/blockchains/polygon/assets/0x8C92e38eCA8210f4fcBf17F0951b198Dd7668292/logo.png
deleted file mode 100644
index 8bdc36d722807..0000000000000
Binary files a/blockchains/polygon/assets/0x8C92e38eCA8210f4fcBf17F0951b198Dd7668292/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x8a037dbcA8134FFc72C362e394e35E0Cad618F85/info.json b/blockchains/polygon/assets/0x8a037dbcA8134FFc72C362e394e35E0Cad618F85/info.json
deleted file mode 100644
index aada0360e21ee..0000000000000
--- a/blockchains/polygon/assets/0x8a037dbcA8134FFc72C362e394e35E0Cad618F85/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Euro Coin",
- "symbol": "EUROC",
- "type": "ERC20",
- "decimals": 6,
- "id": "0x8a037dbcA8134FFc72C362e394e35E0Cad618F85"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x8a037dbcA8134FFc72C362e394e35E0Cad618F85/logo.png b/blockchains/polygon/assets/0x8a037dbcA8134FFc72C362e394e35E0Cad618F85/logo.png
deleted file mode 100644
index 54435cbf0e68b..0000000000000
Binary files a/blockchains/polygon/assets/0x8a037dbcA8134FFc72C362e394e35E0Cad618F85/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x8c208BC2A808a088a78398fed8f2640cab0b6EDb/info.json b/blockchains/polygon/assets/0x8c208BC2A808a088a78398fed8f2640cab0b6EDb/info.json
deleted file mode 100644
index 2336980351e0a..0000000000000
--- a/blockchains/polygon/assets/0x8c208BC2A808a088a78398fed8f2640cab0b6EDb/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Cryptex Finance",
- "symbol": "CTX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x8c208BC2A808a088a78398fed8f2640cab0b6EDb"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x8c208BC2A808a088a78398fed8f2640cab0b6EDb/logo.png b/blockchains/polygon/assets/0x8c208BC2A808a088a78398fed8f2640cab0b6EDb/logo.png
deleted file mode 100644
index c65675c5e93b7..0000000000000
Binary files a/blockchains/polygon/assets/0x8c208BC2A808a088a78398fed8f2640cab0b6EDb/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x8dc302e2141DA59c934d900886DbF1518Fd92cd4/info.json b/blockchains/polygon/assets/0x8dc302e2141DA59c934d900886DbF1518Fd92cd4/info.json
deleted file mode 100644
index fb28157dc9f2d..0000000000000
--- a/blockchains/polygon/assets/0x8dc302e2141DA59c934d900886DbF1518Fd92cd4/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Polkastarter",
- "symbol": "POLS",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x8dc302e2141DA59c934d900886DbF1518Fd92cd4"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x8dc302e2141DA59c934d900886DbF1518Fd92cd4/logo.png b/blockchains/polygon/assets/0x8dc302e2141DA59c934d900886DbF1518Fd92cd4/logo.png
deleted file mode 100644
index c65267fb05214..0000000000000
Binary files a/blockchains/polygon/assets/0x8dc302e2141DA59c934d900886DbF1518Fd92cd4/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x8f006D1e1D9dC6C98996F50a4c810F17a47fBF19/info.json b/blockchains/polygon/assets/0x8f006D1e1D9dC6C98996F50a4c810F17a47fBF19/info.json
deleted file mode 100644
index d92c74c22e7d8..0000000000000
--- a/blockchains/polygon/assets/0x8f006D1e1D9dC6C98996F50a4c810F17a47fBF19/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Pleasure Coin",
- "website": "https://pleasurecoin.com/",
- "description": "Pleasure Coin (NSFW) is an ERC-20 token on the Polygon chain that will be utilized within the Pleasure Network, an adult industry ecosystem that empowers individuals and businesses.",
- "explorer": "https://polygonscan.com/token/0x8f006d1e1d9dc6c98996f50a4c810f17a47fbf19",
- "type": "POLYGON",
- "symbol": "NSFW",
- "decimals": 18,
- "status": "active",
- "tags": [
- "wrapped"
- ],
- "id": "0x8f006D1e1D9dC6C98996F50a4c810F17a47fBF19",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/pleasurecoin_crypto"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/GCHkdY6fnF"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Pleasure_coin"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/pleasure-coin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/pleasure-coin"
- }
- ]
-}
diff --git a/blockchains/polygon/assets/0x8f006D1e1D9dC6C98996F50a4c810F17a47fBF19/logo.png b/blockchains/polygon/assets/0x8f006D1e1D9dC6C98996F50a4c810F17a47fBF19/logo.png
deleted file mode 100644
index 2592a2e3e7c1c..0000000000000
Binary files a/blockchains/polygon/assets/0x8f006D1e1D9dC6C98996F50a4c810F17a47fBF19/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x8f18dC399594b451EdA8c5da02d0563c0b2d0f16/info.json b/blockchains/polygon/assets/0x8f18dC399594b451EdA8c5da02d0563c0b2d0f16/info.json
deleted file mode 100644
index 381c4ccfa41b2..0000000000000
--- a/blockchains/polygon/assets/0x8f18dC399594b451EdA8c5da02d0563c0b2d0f16/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "moonwolf.io",
- "symbol": "WOLF",
- "type": "POLYGON",
- "decimals": 9,
- "description": "Moonwolf is a deflationary token on Matic / Polygon",
- "website": "https://moonwolf.io",
- "explorer": "https://polygonscan.com/token/0x8f18dc399594b451eda8c5da02d0563c0b2d0f16",
- "status": "active",
- "id": "0x8f18dC399594b451EdA8c5da02d0563c0b2d0f16",
- "tags": [
- "deflationary"
- ],
- "links": [
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/moonwolf-io/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/moonwolf_io"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Moonwolf_io/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x8f18dC399594b451EdA8c5da02d0563c0b2d0f16/logo.png b/blockchains/polygon/assets/0x8f18dC399594b451EdA8c5da02d0563c0b2d0f16/logo.png
deleted file mode 100644
index 00dd5bdc74d9b..0000000000000
Binary files a/blockchains/polygon/assets/0x8f18dC399594b451EdA8c5da02d0563c0b2d0f16/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x8f36Cc333F55B09Bb71091409A3d7ADE399e3b1C/info.json b/blockchains/polygon/assets/0x8f36Cc333F55B09Bb71091409A3d7ADE399e3b1C/info.json
deleted file mode 100644
index 34f4e1f6962aa..0000000000000
--- a/blockchains/polygon/assets/0x8f36Cc333F55B09Bb71091409A3d7ADE399e3b1C/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Cherry Token",
- "website": "https://cherry.network",
- "description": "Trustless, distributed storage for decentralized applications",
- "explorer": "https://polygonscan.com/token/0x8f36Cc333F55B09Bb71091409A3d7ADE399e3b1C",
- "type": "POLYGON",
- "symbol": "CHER",
- "decimals": 18,
- "status": "active",
- "id": "0x8f36Cc333F55B09Bb71091409A3d7ADE399e3b1C",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/cherrynetwork"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/cherry_network"
- },
- {
- "name": "telegram",
- "url": "https://t.me/cherrynetwork"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@cherryproject"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/cherry-network"
- }
- ],
- "tags": [
- "staking-native",
- "wrapped"
- ]
-}
diff --git a/blockchains/polygon/assets/0x8f36Cc333F55B09Bb71091409A3d7ADE399e3b1C/logo.png b/blockchains/polygon/assets/0x8f36Cc333F55B09Bb71091409A3d7ADE399e3b1C/logo.png
deleted file mode 100644
index f21a9869c8c27..0000000000000
Binary files a/blockchains/polygon/assets/0x8f36Cc333F55B09Bb71091409A3d7ADE399e3b1C/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063/info.json b/blockchains/polygon/assets/0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063/info.json
deleted file mode 100644
index 9e680956309ad..0000000000000
--- a/blockchains/polygon/assets/0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063/info.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "name": "(PoS) Dai Stablecoin",
- "website": "http://makerdao.com",
- "description": "Dai is a stable cryptocurrency supported by Maker (MKR). To ensure price stability, Dai minimizes the price volatility against the US dollar, through an incentive structure for its participants.",
- "explorer": "https://polygonscan.com/token/0x8f3cf7ad23cd3cadbd9735aff958023239c6a063",
- "research": "https://research.binance.com/en/projects/dai",
- "type": "POLYGON",
- "symbol": "DAI",
- "decimals": 18,
- "status": "active",
- "id": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MakerDAO"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/MakerDAO/"
- },
- {
- "name": "blog",
- "url": "https://blog.makerdao.com/"
- },
- {
- "name": "whitepaper",
- "url": "https://makerdao.com/whitepaper/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/multi-collateral-dai/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/dai/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063/logo.png b/blockchains/polygon/assets/0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063/logo.png
deleted file mode 100644
index 836fe787663b9..0000000000000
Binary files a/blockchains/polygon/assets/0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x9085B4d52c3e0B8B6F9AF6213E85A433c7D76f19/info.json b/blockchains/polygon/assets/0x9085B4d52c3e0B8B6F9AF6213E85A433c7D76f19/info.json
deleted file mode 100644
index aa8d5e748b7d3..0000000000000
--- a/blockchains/polygon/assets/0x9085B4d52c3e0B8B6F9AF6213E85A433c7D76f19/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "OWL",
- "website": "https://owldao.io",
- "description": "OwlDAO - Build the Best Casino Solution on Ethereum Networks.",
- "explorer": "https://polygonscan.com/token/0x9085B4d52c3e0B8B6F9AF6213E85A433c7D76f19",
- "type": "POLYGON",
- "symbol": "OWL",
- "decimals": 18,
- "status": "active",
- "id": "0x9085B4d52c3e0B8B6F9AF6213E85A433c7D76f19",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/OWLDAOio"
- },
- {
- "name": "telegram",
- "url": "https://t.me/owlDAO"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/8MUcukEKnC"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x9085B4d52c3e0B8B6F9AF6213E85A433c7D76f19/logo.png b/blockchains/polygon/assets/0x9085B4d52c3e0B8B6F9AF6213E85A433c7D76f19/logo.png
deleted file mode 100644
index 44b1ce3071856..0000000000000
Binary files a/blockchains/polygon/assets/0x9085B4d52c3e0B8B6F9AF6213E85A433c7D76f19/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x90bb6fEB70A9a43CfAaA615F856BA309FD759A90/info.json b/blockchains/polygon/assets/0x90bb6fEB70A9a43CfAaA615F856BA309FD759A90/info.json
deleted file mode 100644
index 3994858a73e14..0000000000000
--- a/blockchains/polygon/assets/0x90bb6fEB70A9a43CfAaA615F856BA309FD759A90/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Wrapped Centrifuge",
- "symbol": "WCFG",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x90bb6fEB70A9a43CfAaA615F856BA309FD759A90"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x90bb6fEB70A9a43CfAaA615F856BA309FD759A90/logo.png b/blockchains/polygon/assets/0x90bb6fEB70A9a43CfAaA615F856BA309FD759A90/logo.png
deleted file mode 100644
index 433322f27e55f..0000000000000
Binary files a/blockchains/polygon/assets/0x90bb6fEB70A9a43CfAaA615F856BA309FD759A90/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x91a4635F620766145C099E15889Bd2766906A559/info.json b/blockchains/polygon/assets/0x91a4635F620766145C099E15889Bd2766906A559/info.json
deleted file mode 100644
index c4bc725e2f94e..0000000000000
--- a/blockchains/polygon/assets/0x91a4635F620766145C099E15889Bd2766906A559/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Celer Network",
- "symbol": "CELR",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x91a4635F620766145C099E15889Bd2766906A559"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x91a4635F620766145C099E15889Bd2766906A559/logo.png b/blockchains/polygon/assets/0x91a4635F620766145C099E15889Bd2766906A559/logo.png
deleted file mode 100644
index f716cd10721d6..0000000000000
Binary files a/blockchains/polygon/assets/0x91a4635F620766145C099E15889Bd2766906A559/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x91c89A94567980f0e9723b487b0beD586eE96aa7/info.json b/blockchains/polygon/assets/0x91c89A94567980f0e9723b487b0beD586eE96aa7/info.json
deleted file mode 100644
index 48d3f68c76734..0000000000000
--- a/blockchains/polygon/assets/0x91c89A94567980f0e9723b487b0beD586eE96aa7/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Biconomy",
- "symbol": "BICO",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x91c89A94567980f0e9723b487b0beD586eE96aa7"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x91c89A94567980f0e9723b487b0beD586eE96aa7/logo.png b/blockchains/polygon/assets/0x91c89A94567980f0e9723b487b0beD586eE96aa7/logo.png
deleted file mode 100644
index cfb479662c1e0..0000000000000
Binary files a/blockchains/polygon/assets/0x91c89A94567980f0e9723b487b0beD586eE96aa7/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x9377Eeb7419486FD4D485671d50baa4BF77c2222/info.json b/blockchains/polygon/assets/0x9377Eeb7419486FD4D485671d50baa4BF77c2222/info.json
deleted file mode 100644
index 286bf28534577..0000000000000
--- a/blockchains/polygon/assets/0x9377Eeb7419486FD4D485671d50baa4BF77c2222/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "PARSIQ",
- "symbol": "PRQ",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x9377Eeb7419486FD4D485671d50baa4BF77c2222"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x9377Eeb7419486FD4D485671d50baa4BF77c2222/logo.png b/blockchains/polygon/assets/0x9377Eeb7419486FD4D485671d50baa4BF77c2222/logo.png
deleted file mode 100644
index 6f34eb7678741..0000000000000
Binary files a/blockchains/polygon/assets/0x9377Eeb7419486FD4D485671d50baa4BF77c2222/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x93B0fF1C8828F6eB039D345Ff681eD735086d925/info.json b/blockchains/polygon/assets/0x93B0fF1C8828F6eB039D345Ff681eD735086d925/info.json
deleted file mode 100644
index 80146fb0a523b..0000000000000
--- a/blockchains/polygon/assets/0x93B0fF1C8828F6eB039D345Ff681eD735086d925/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Covalent",
- "symbol": "CQT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x93B0fF1C8828F6eB039D345Ff681eD735086d925"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x93B0fF1C8828F6eB039D345Ff681eD735086d925/logo.png b/blockchains/polygon/assets/0x93B0fF1C8828F6eB039D345Ff681eD735086d925/logo.png
deleted file mode 100644
index 51c126c46fe4d..0000000000000
Binary files a/blockchains/polygon/assets/0x93B0fF1C8828F6eB039D345Ff681eD735086d925/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x9417669fBF23357D2774e9D421307bd5eA1006d2/info.json b/blockchains/polygon/assets/0x9417669fBF23357D2774e9D421307bd5eA1006d2/info.json
deleted file mode 100644
index d4016df3fc965..0000000000000
--- a/blockchains/polygon/assets/0x9417669fBF23357D2774e9D421307bd5eA1006d2/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Tether USD (Portal from Ethereum)",
- "type": "POLYGON",
- "symbol": "USDTet",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://tether.to/",
- "explorer": "https://polygonscan.com/token/0x9417669fBF23357D2774e9D421307bd5eA1006d2",
- "status": "active",
- "id": "0x9417669fBF23357D2774e9D421307bd5eA1006d2",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x9417669fBF23357D2774e9D421307bd5eA1006d2/logo.png b/blockchains/polygon/assets/0x9417669fBF23357D2774e9D421307bd5eA1006d2/logo.png
deleted file mode 100644
index 46b9968e18279..0000000000000
Binary files a/blockchains/polygon/assets/0x9417669fBF23357D2774e9D421307bd5eA1006d2/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x95c300e7740D2A88a44124B424bFC1cB2F9c3b89/info.json b/blockchains/polygon/assets/0x95c300e7740D2A88a44124B424bFC1cB2F9c3b89/info.json
deleted file mode 100644
index 65da2f4ff2b03..0000000000000
--- a/blockchains/polygon/assets/0x95c300e7740D2A88a44124B424bFC1cB2F9c3b89/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Alchemix",
- "symbol": "ALCX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x95c300e7740D2A88a44124B424bFC1cB2F9c3b89"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x95c300e7740D2A88a44124B424bFC1cB2F9c3b89/logo.png b/blockchains/polygon/assets/0x95c300e7740D2A88a44124B424bFC1cB2F9c3b89/logo.png
deleted file mode 100644
index 2916df7d63831..0000000000000
Binary files a/blockchains/polygon/assets/0x95c300e7740D2A88a44124B424bFC1cB2F9c3b89/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x9719d867A500Ef117cC201206B8ab51e794d3F82/info.json b/blockchains/polygon/assets/0x9719d867A500Ef117cC201206B8ab51e794d3F82/info.json
deleted file mode 100644
index 0edd7d272aa63..0000000000000
--- a/blockchains/polygon/assets/0x9719d867A500Ef117cC201206B8ab51e794d3F82/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Matic Aave interest bearing USDC",
- "website": "https://www.aavegotchi.com/",
- "description": "aTokens on Polygon are known as maTokens.",
- "explorer": "https://polygonscan.com/token/0x9719d867a500ef117cc201206b8ab51e794d3f82",
- "type": "POLYGON",
- "symbol": "maUSDC",
- "decimals": 6,
- "status": "active",
- "id": "0x9719d867A500Ef117cC201206B8ab51e794d3F82",
- "links": [
- {
- "name": "discord",
- "url": "https://discord.com/invite/NPwnWB6"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/aavegotchi"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/matic-aave-usdc/"
- },
- {
- "name": "medium",
- "url": "https://aavegotchi.medium.com/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/aavegotchi"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x9719d867A500Ef117cC201206B8ab51e794d3F82/logo.png b/blockchains/polygon/assets/0x9719d867A500Ef117cC201206B8ab51e794d3F82/logo.png
deleted file mode 100644
index 943d1d9b9c9f7..0000000000000
Binary files a/blockchains/polygon/assets/0x9719d867A500Ef117cC201206B8ab51e794d3F82/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x9880e3dDA13c8e7D4804691A45160102d31F6060/info.json b/blockchains/polygon/assets/0x9880e3dDA13c8e7D4804691A45160102d31F6060/info.json
deleted file mode 100644
index 878c7f8941d61..0000000000000
--- a/blockchains/polygon/assets/0x9880e3dDA13c8e7D4804691A45160102d31F6060/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Orchid",
- "symbol": "OXT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x9880e3dDA13c8e7D4804691A45160102d31F6060"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x9880e3dDA13c8e7D4804691A45160102d31F6060/logo.png b/blockchains/polygon/assets/0x9880e3dDA13c8e7D4804691A45160102d31F6060/logo.png
deleted file mode 100644
index e832c819bb266..0000000000000
Binary files a/blockchains/polygon/assets/0x9880e3dDA13c8e7D4804691A45160102d31F6060/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x993f2CafE9dbE525243f4A78BeBC69DAc8D36000/info.json b/blockchains/polygon/assets/0x993f2CafE9dbE525243f4A78BeBC69DAc8D36000/info.json
deleted file mode 100644
index 478d3f1f95b5c..0000000000000
--- a/blockchains/polygon/assets/0x993f2CafE9dbE525243f4A78BeBC69DAc8D36000/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "DIA",
- "symbol": "DIA",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x993f2CafE9dbE525243f4A78BeBC69DAc8D36000"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x993f2CafE9dbE525243f4A78BeBC69DAc8D36000/logo.png b/blockchains/polygon/assets/0x993f2CafE9dbE525243f4A78BeBC69DAc8D36000/logo.png
deleted file mode 100644
index ea6f681e1ddb1..0000000000000
Binary files a/blockchains/polygon/assets/0x993f2CafE9dbE525243f4A78BeBC69DAc8D36000/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x9A06Db14D639796B25A6ceC6A1bf614fd98815EC/info.json b/blockchains/polygon/assets/0x9A06Db14D639796B25A6ceC6A1bf614fd98815EC/info.json
deleted file mode 100644
index a32407426cbd7..0000000000000
--- a/blockchains/polygon/assets/0x9A06Db14D639796B25A6ceC6A1bf614fd98815EC/info.json
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- "name": "$ZKP Token",
- "symbol": "$ZKP",
- "type": "POLYGON",
- "decimals": 18,
- "description": "Panther Protocol Token on Polygon",
- "website": "https://pantherprotocol.io",
- "explorer": "https://polygonscan.com/token/0x9A06Db14D639796B25A6ceC6A1bf614fd98815EC",
- "status": "active",
- "id": "0x9A06Db14D639796B25A6ceC6A1bf614fd98815EC",
- "links": [
- {
- "name": "blog",
- "url": "https://blog.pantherprotocol.io"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/panther-protocol"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/panther-protocol/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/WZuRnMCZ4c"
- },
- {
- "name": "docs",
- "url": "https://docs.pantherprotocol.io/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/Panther-Protocol-102781158610564/"
- },
- {
- "name": "github",
- "url": "https://github.com/pantherprotocol"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@panther-protocol"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/PantherProtocol"
- },
- {
- "name": "telegram",
- "url": "https://t.me/pantherprotocol"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/pantherprotocolann"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ZkPanther"
- },
- {
- "name": "whitepaper",
- "url": "https://pantherprotocol.io/resources/panther-protocol-v-1-0-1.pdf"
- }
- ],
- "tags": [
- "privacy",
- "defi"
- ]
-}
diff --git a/blockchains/polygon/assets/0x9A06Db14D639796B25A6ceC6A1bf614fd98815EC/logo.png b/blockchains/polygon/assets/0x9A06Db14D639796B25A6ceC6A1bf614fd98815EC/logo.png
deleted file mode 100644
index a1a26fbc863b7..0000000000000
Binary files a/blockchains/polygon/assets/0x9A06Db14D639796B25A6ceC6A1bf614fd98815EC/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x9Cb74C8032b007466865f060ad2c46145d45553D/info.json b/blockchains/polygon/assets/0x9Cb74C8032b007466865f060ad2c46145d45553D/info.json
deleted file mode 100644
index 5dd872a53cd10..0000000000000
--- a/blockchains/polygon/assets/0x9Cb74C8032b007466865f060ad2c46145d45553D/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "IDEX",
- "symbol": "IDEX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x9Cb74C8032b007466865f060ad2c46145d45553D"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x9Cb74C8032b007466865f060ad2c46145d45553D/logo.png b/blockchains/polygon/assets/0x9Cb74C8032b007466865f060ad2c46145d45553D/logo.png
deleted file mode 100644
index 02e10cbad5764..0000000000000
Binary files a/blockchains/polygon/assets/0x9Cb74C8032b007466865f060ad2c46145d45553D/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x9EECD634c7a934F752aF0EB90DdA9Ecc262F199F/info.json b/blockchains/polygon/assets/0x9EECD634c7a934F752aF0EB90DdA9Ecc262F199F/info.json
deleted file mode 100644
index 480bc7e02380b..0000000000000
--- a/blockchains/polygon/assets/0x9EECD634c7a934F752aF0EB90DdA9Ecc262F199F/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "UniCrypt",
- "website": "https://unicrypt.network",
- "description": "UNCX is the governance token of the UniCrypt platform.",
- "explorer": "https://polygonscan.com/token/0x9eecd634c7a934f752af0eb90dda9ecc262f199f",
- "type": "POLYGON",
- "symbol": "UNCX",
- "decimals": 18,
- "status": "active",
- "id": "0x9EECD634c7a934F752aF0EB90DdA9Ecc262F199F",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/UNCX_token"
- },
- {
- "name": "medium",
- "url": "https://unicrypt.medium.com/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/uncx_token"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/uncx/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/unicrypt"
- },
- {
- "name": "docs",
- "url": "https://docs.unicrypt.network/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x9EECD634c7a934F752aF0EB90DdA9Ecc262F199F/logo.png b/blockchains/polygon/assets/0x9EECD634c7a934F752aF0EB90DdA9Ecc262F199F/logo.png
deleted file mode 100644
index 7dd5b7288b62e..0000000000000
Binary files a/blockchains/polygon/assets/0x9EECD634c7a934F752aF0EB90DdA9Ecc262F199F/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/info.json b/blockchains/polygon/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/info.json
deleted file mode 100644
index 6d7953dda1d18..0000000000000
--- a/blockchains/polygon/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Multichain",
- "type": "POLYGON",
- "symbol": "MULTI",
- "decimals": 18,
- "website": "https://multichain.org/",
- "description": "Multichain is a cross-chain router protocol (CRP), to be the ultimate router for Web3.",
- "explorer": "https://polygonscan.com/token/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3",
- "status": "active",
- "id": "0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/multichainorg"
- },
- {
- "name": "github",
- "url": "https://github.com/anyswap"
- },
- {
- "name": "telegram",
- "url": "https://t.me/anyswap"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/multichain/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/multichain/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/logo.png b/blockchains/polygon/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/logo.png
deleted file mode 100644
index 9d7b0435acaac..0000000000000
Binary files a/blockchains/polygon/assets/0x9Fb9a33956351cf4fa040f65A13b835A3C8764E3/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3/info.json b/blockchains/polygon/assets/0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3/info.json
deleted file mode 100644
index 242d971175c46..0000000000000
--- a/blockchains/polygon/assets/0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Balancer",
- "website": "https://balancer.finance/",
- "description": "Balancer is a n-dimensional automated market-maker that allows anyone to create or add liquidity to customizable pools and earn trading fees. Instead of the traditional constant product AMM model, Balancer’s formula is a generalization that allows any number of tokens in any weights or trading fees.",
- "explorer": "https://polygonscan.com/token/0x9a71012b13ca4d3d0cdc72a177df3ef03b0e76a3",
- "type": "POLYGON",
- "symbol": "BAL",
- "decimals": 18,
- "status": "active",
- "id": "0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3",
- "tags": [
- "defi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/BalancerLabs"
- },
- {
- "name": "github",
- "url": "https://github.com/balancer-labs"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/balancer/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3/logo.png b/blockchains/polygon/assets/0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3/logo.png
deleted file mode 100644
index 81d5c063924a5..0000000000000
Binary files a/blockchains/polygon/assets/0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x9aF3b7DC29D3C4B1A5731408B6A9656fA7aC3b72/info.json b/blockchains/polygon/assets/0x9aF3b7DC29D3C4B1A5731408B6A9656fA7aC3b72/info.json
deleted file mode 100644
index 3e532d14313b2..0000000000000
--- a/blockchains/polygon/assets/0x9aF3b7DC29D3C4B1A5731408B6A9656fA7aC3b72/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "PUSD",
- "website": "https://app.polyquity.org/",
- "description": "PUSD is a completely decentralized stablecoin minted by staking Matic on Polygon network. PUSD is the USD-pegged stablecoin used to pay out loans on the PolyQuity protocol.",
- "explorer": "https://polygonscan.com/token/0x9af3b7dc29d3c4b1a5731408b6a9656fa7ac3b72",
- "type": "POLYGON",
- "symbol": "PUSD",
- "decimals": 18,
- "status": "active",
- "id": "0x9aF3b7DC29D3C4B1A5731408B6A9656fA7aC3b72",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/PolyQuity/contracts"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/polyquity_org"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/pusd/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@polyquity"
- },
- {
- "name": "telegram",
- "url": "https://t.me/polyquityorg"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x9aF3b7DC29D3C4B1A5731408B6A9656fA7aC3b72/logo.png b/blockchains/polygon/assets/0x9aF3b7DC29D3C4B1A5731408B6A9656fA7aC3b72/logo.png
deleted file mode 100644
index 8379efd5205d0..0000000000000
Binary files a/blockchains/polygon/assets/0x9aF3b7DC29D3C4B1A5731408B6A9656fA7aC3b72/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f/info.json b/blockchains/polygon/assets/0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f/info.json
deleted file mode 100644
index a95bb433b5933..0000000000000
--- a/blockchains/polygon/assets/0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "1inch",
- "symbol": "1INCH",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f/logo.png b/blockchains/polygon/assets/0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f/logo.png
deleted file mode 100644
index fc04d19df090f..0000000000000
Binary files a/blockchains/polygon/assets/0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x9c891326Fd8b1a713974f73bb604677E1E63396D/info.json b/blockchains/polygon/assets/0x9c891326Fd8b1a713974f73bb604677E1E63396D/info.json
deleted file mode 100644
index 4871e845d9167..0000000000000
--- a/blockchains/polygon/assets/0x9c891326Fd8b1a713974f73bb604677E1E63396D/info.json
+++ /dev/null
@@ -1,49 +0,0 @@
-{
- "name": "ISLAMICOIN",
- "symbol": "ISLAMI",
- "type": "POLYGON",
- "decimals": 7,
- "description": "ISLAMICOIN A Cryptocurrency For The Global Muslim Community",
- "website": "https://islamicoin.finance",
- "explorer": "https://polygonscan.com/token/0x9c891326fd8b1a713974f73bb604677e1e63396d",
- "status": "active",
- "id": "0x9c891326Fd8b1a713974f73bb604677E1E63396D",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/islamicoin"
- },
- {
- "name": "github",
- "url": "https://github.com/islamiblockchain"
- },
- {
- "name": "telegram",
- "url": "https://t.me/islamicoin1"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/islamicoinchat"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/islamicoin"
- },
- {
- "name": "source_code",
- "url": "https://github.com/ISLAMIBLOCKCHAIN/ISLAMICOIN/blob/main/contracts/ISLAMICOIN.sol"
- },
- {
- "name": "whitepaper",
- "url": "https://secureservercdn.net/160.153.137.40/mmc.19a.myftpupload.com/wp-content/uploads/2021/09/islamicoinE.pdf"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCPdg9Cx2g9DyTR_xD5S_lXA"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@islamicoin"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x9c891326Fd8b1a713974f73bb604677E1E63396D/logo.png b/blockchains/polygon/assets/0x9c891326Fd8b1a713974f73bb604677E1E63396D/logo.png
deleted file mode 100644
index 64357e7563bac..0000000000000
Binary files a/blockchains/polygon/assets/0x9c891326Fd8b1a713974f73bb604677E1E63396D/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x9cd6746665D9557e1B9a775819625711d0693439/info.json b/blockchains/polygon/assets/0x9cd6746665D9557e1B9a775819625711d0693439/info.json
deleted file mode 100644
index 4b4db2ea997b5..0000000000000
--- a/blockchains/polygon/assets/0x9cd6746665D9557e1B9a775819625711d0693439/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "LUNA (Portal)",
- "type": "POLYGON",
- "symbol": "LUNA",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://terra.money",
- "explorer": "https://polygonscan.com/token/0x9cd6746665D9557e1B9a775819625711d0693439",
- "status": "active",
- "id": "0x9cd6746665D9557e1B9a775819625711d0693439",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x9cd6746665D9557e1B9a775819625711d0693439/logo.png b/blockchains/polygon/assets/0x9cd6746665D9557e1B9a775819625711d0693439/logo.png
deleted file mode 100644
index 2a885151a2b72..0000000000000
Binary files a/blockchains/polygon/assets/0x9cd6746665D9557e1B9a775819625711d0693439/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0x9ff62d1FC52A907B6DCbA8077c2DDCA6E6a9d3e1/info.json b/blockchains/polygon/assets/0x9ff62d1FC52A907B6DCbA8077c2DDCA6E6a9d3e1/info.json
deleted file mode 100644
index 658f2f9ea8be5..0000000000000
--- a/blockchains/polygon/assets/0x9ff62d1FC52A907B6DCbA8077c2DDCA6E6a9d3e1/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Forta",
- "symbol": "FORT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0x9ff62d1FC52A907B6DCbA8077c2DDCA6E6a9d3e1"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0x9ff62d1FC52A907B6DCbA8077c2DDCA6E6a9d3e1/logo.png b/blockchains/polygon/assets/0x9ff62d1FC52A907B6DCbA8077c2DDCA6E6a9d3e1/logo.png
deleted file mode 100644
index 5a0cdf513c2a3..0000000000000
Binary files a/blockchains/polygon/assets/0x9ff62d1FC52A907B6DCbA8077c2DDCA6E6a9d3e1/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xA041544fe2BE56CCe31Ebb69102B965E06aacE80/info.json b/blockchains/polygon/assets/0xA041544fe2BE56CCe31Ebb69102B965E06aacE80/info.json
deleted file mode 100644
index 7975d0b94af62..0000000000000
--- a/blockchains/polygon/assets/0xA041544fe2BE56CCe31Ebb69102B965E06aacE80/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "BarnBridge",
- "symbol": "BOND",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xA041544fe2BE56CCe31Ebb69102B965E06aacE80"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xA041544fe2BE56CCe31Ebb69102B965E06aacE80/logo.png b/blockchains/polygon/assets/0xA041544fe2BE56CCe31Ebb69102B965E06aacE80/logo.png
deleted file mode 100644
index 3df299a4133b9..0000000000000
Binary files a/blockchains/polygon/assets/0xA041544fe2BE56CCe31Ebb69102B965E06aacE80/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4/info.json b/blockchains/polygon/assets/0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4/info.json
deleted file mode 100644
index 4985d42bfc378..0000000000000
--- a/blockchains/polygon/assets/0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Decentraland",
- "symbol": "MANA",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4/logo.png b/blockchains/polygon/assets/0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4/logo.png
deleted file mode 100644
index 2e4e2b57b7959..0000000000000
Binary files a/blockchains/polygon/assets/0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xA3c322Ad15218fBFAEd26bA7f616249f7705D945/info.json b/blockchains/polygon/assets/0xA3c322Ad15218fBFAEd26bA7f616249f7705D945/info.json
deleted file mode 100644
index 74f8ac08b6c77..0000000000000
--- a/blockchains/polygon/assets/0xA3c322Ad15218fBFAEd26bA7f616249f7705D945/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "Metaverse",
- "symbol": "MV",
- "type": "POLYGON",
- "decimals": 18,
- "description": "Gensokishi Online -META WORLD- Token with utility to configure metaverse.",
- "website": "https://genso.game/",
- "explorer": "https://polygonscan.com/token/0xA3c322Ad15218fBFAEd26bA7f616249f7705D945",
- "status": "active",
- "id": "0xA3c322Ad15218fBFAEd26bA7f616249f7705D945",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/genso_meta"
- },
- {
- "name": "telegram",
- "url": "https://t.me/gensometamain"
- }
- ],
- "tags": [
- "gamefi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xA3c322Ad15218fBFAEd26bA7f616249f7705D945/logo.png b/blockchains/polygon/assets/0xA3c322Ad15218fBFAEd26bA7f616249f7705D945/logo.png
deleted file mode 100644
index edb82f056e99c..0000000000000
Binary files a/blockchains/polygon/assets/0xA3c322Ad15218fBFAEd26bA7f616249f7705D945/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xA7b98d63a137bF402b4570799ac4caD0BB1c4B1c/info.json b/blockchains/polygon/assets/0xA7b98d63a137bF402b4570799ac4caD0BB1c4B1c/info.json
deleted file mode 100644
index d05c79ad80f4b..0000000000000
--- a/blockchains/polygon/assets/0xA7b98d63a137bF402b4570799ac4caD0BB1c4B1c/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "OriginTrail",
- "symbol": "TRAC",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xA7b98d63a137bF402b4570799ac4caD0BB1c4B1c"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xA7b98d63a137bF402b4570799ac4caD0BB1c4B1c/logo.png b/blockchains/polygon/assets/0xA7b98d63a137bF402b4570799ac4caD0BB1c4B1c/logo.png
deleted file mode 100644
index 49bab9185c67a..0000000000000
Binary files a/blockchains/polygon/assets/0xA7b98d63a137bF402b4570799ac4caD0BB1c4B1c/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xA8D394fE7380b8cE6145d5f85E6aC22d4E91ACDe/info.json b/blockchains/polygon/assets/0xA8D394fE7380b8cE6145d5f85E6aC22d4E91ACDe/info.json
deleted file mode 100644
index ec3e152c338a7..0000000000000
--- a/blockchains/polygon/assets/0xA8D394fE7380b8cE6145d5f85E6aC22d4E91ACDe/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Binance USD (Portal from BSC)",
- "type": "POLYGON",
- "symbol": "BUSDbs",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.paxos.com/busd/",
- "explorer": "https://polygonscan.com/token/0xa8d394fe7380b8ce6145d5f85e6ac22d4e91acde",
- "status": "active",
- "id": "0xA8D394fE7380b8cE6145d5f85E6aC22d4E91ACDe",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xA8D394fE7380b8cE6145d5f85E6aC22d4E91ACDe/logo.png b/blockchains/polygon/assets/0xA8D394fE7380b8cE6145d5f85E6aC22d4E91ACDe/logo.png
deleted file mode 100644
index 58b66f7e91e64..0000000000000
Binary files a/blockchains/polygon/assets/0xA8D394fE7380b8cE6145d5f85E6aC22d4E91ACDe/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac/info.json b/blockchains/polygon/assets/0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac/info.json
deleted file mode 100644
index c3e2fb05f1473..0000000000000
--- a/blockchains/polygon/assets/0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Band Protocol",
- "symbol": "BAND",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac/logo.png b/blockchains/polygon/assets/0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac/logo.png
deleted file mode 100644
index ed8c59782c146..0000000000000
Binary files a/blockchains/polygon/assets/0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xAa7DbD1598251f856C12f63557A4C4397c253Cea/info.json b/blockchains/polygon/assets/0xAa7DbD1598251f856C12f63557A4C4397c253Cea/info.json
deleted file mode 100644
index 5b9bb849ab1ab..0000000000000
--- a/blockchains/polygon/assets/0xAa7DbD1598251f856C12f63557A4C4397c253Cea/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Moss Carbon Credit",
- "symbol": "MCO2",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xAa7DbD1598251f856C12f63557A4C4397c253Cea"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xAa7DbD1598251f856C12f63557A4C4397c253Cea/logo.png b/blockchains/polygon/assets/0xAa7DbD1598251f856C12f63557A4C4397c253Cea/logo.png
deleted file mode 100644
index 9cb3ccaf132ad..0000000000000
Binary files a/blockchains/polygon/assets/0xAa7DbD1598251f856C12f63557A4C4397c253Cea/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xAdA58DF0F643D959C2A47c9D4d4c1a4deFe3F11C/info.json b/blockchains/polygon/assets/0xAdA58DF0F643D959C2A47c9D4d4c1a4deFe3F11C/info.json
deleted file mode 100644
index f50bbb920ca1a..0000000000000
--- a/blockchains/polygon/assets/0xAdA58DF0F643D959C2A47c9D4d4c1a4deFe3F11C/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Crypto.com Coin",
- "website": "https://crypto.com/",
- "description": "The most profitable and secure platform to entrust your digital assets. Absolutely safe with multi-layer encrypted protection.",
- "explorer": "https://polygonscan.com/token/0xAdA58DF0F643D959C2A47c9D4d4c1a4deFe3F11C",
- "type": "POLYGON",
- "symbol": "CRO",
- "decimals": 8,
- "status": "active",
- "id": "0xAdA58DF0F643D959C2A47c9D4d4c1a4deFe3F11C",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/cryptocom"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/CryptoComOfficial"
- },
- {
- "name": "telegram",
- "url": "https://t.me/CryptoComOfficial"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/crypto-com-chain/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/crypto-com-chain/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xAdA58DF0F643D959C2A47c9D4d4c1a4deFe3F11C/logo.png b/blockchains/polygon/assets/0xAdA58DF0F643D959C2A47c9D4d4c1a4deFe3F11C/logo.png
deleted file mode 100644
index 2d8c7231fb971..0000000000000
Binary files a/blockchains/polygon/assets/0xAdA58DF0F643D959C2A47c9D4d4c1a4deFe3F11C/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xAdf2F2Ed91755eA3f4bcC9107a494879f633ae7C/info.json b/blockchains/polygon/assets/0xAdf2F2Ed91755eA3f4bcC9107a494879f633ae7C/info.json
deleted file mode 100644
index 2faeeebea535b..0000000000000
--- a/blockchains/polygon/assets/0xAdf2F2Ed91755eA3f4bcC9107a494879f633ae7C/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Request",
- "symbol": "REQ",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xAdf2F2Ed91755eA3f4bcC9107a494879f633ae7C"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xAdf2F2Ed91755eA3f4bcC9107a494879f633ae7C/logo.png b/blockchains/polygon/assets/0xAdf2F2Ed91755eA3f4bcC9107a494879f633ae7C/logo.png
deleted file mode 100644
index 01bd8547359d0..0000000000000
Binary files a/blockchains/polygon/assets/0xAdf2F2Ed91755eA3f4bcC9107a494879f633ae7C/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B/info.json b/blockchains/polygon/assets/0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B/info.json
deleted file mode 100644
index d99c1589b5f31..0000000000000
--- a/blockchains/polygon/assets/0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "BOB",
- "type": "POLYGON",
- "symbol": "BOB",
- "decimals": 18,
- "website": "https://www.zkbob.com/",
- "description": "BOB is a stable token optimized for the zkBob protocol.",
- "explorer": "https://polygonscan.com/token/0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B",
- "status": "active",
- "id": "0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/zkBob_"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/zkbob_news"
- },
- {
- "name": "telegram",
- "url": "https://t.me/zkbobcommunity"
- },
- {
- "name": "docs",
- "url": "https://docs.zkbob.com/"
- },
- {
- "name": "github",
- "url": "https://github.com/zkbob"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/bob"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
diff --git a/blockchains/polygon/assets/0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B/logo.png b/blockchains/polygon/assets/0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B/logo.png
deleted file mode 100644
index cf97abec3c9fc..0000000000000
Binary files a/blockchains/polygon/assets/0xB0B195aEFA3650A6908f15CdaC7D92F8a5791B0B/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xB0e1fc65C1a741b4662B813eB787d369b8614Af1/info.json b/blockchains/polygon/assets/0xB0e1fc65C1a741b4662B813eB787d369b8614Af1/info.json
deleted file mode 100644
index 894e949219332..0000000000000
--- a/blockchains/polygon/assets/0xB0e1fc65C1a741b4662B813eB787d369b8614Af1/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Impossible Finance",
- "website": "https://impossible.finance",
- "description": "Impossible Finance is a builder-focused multichain ecosystem featuring decentralized incubator, launchpad, and swap. IF is the governance and fee accrual token for the swap.",
- "explorer": "https://polygonscan.com/token/0xb0e1fc65c1a741b4662b813eb787d369b8614af1",
- "type": "POLYGON",
- "symbol": "IF",
- "decimals": 18,
- "status": "active",
- "id": "0xB0e1fc65C1a741b4662B813eB787d369b8614Af1",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/impossiblefinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/impossiblefi"
- },
- {
- "name": "blog",
- "url": "https://medium.com/impossiblefinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ImpossibleFinance"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/impossible-finance/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xB0e1fc65C1a741b4662B813eB787d369b8614Af1/logo.png b/blockchains/polygon/assets/0xB0e1fc65C1a741b4662B813eB787d369b8614Af1/logo.png
deleted file mode 100644
index 320f13c606602..0000000000000
Binary files a/blockchains/polygon/assets/0xB0e1fc65C1a741b4662B813eB787d369b8614Af1/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762/info.json b/blockchains/polygon/assets/0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762/info.json
deleted file mode 100644
index 509c934937522..0000000000000
--- a/blockchains/polygon/assets/0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Request",
- "type": "POLYGON",
- "symbol": "REQ",
- "decimals": 18,
- "website": "https://request.network/",
- "description": "Request Network is the protocol for payment requests. They are immutably recorded processed without an intermediary. Companies, DAOs & individuals pay & get paid in cryptos of payment networks incl. Ethereum, BSC, & Fantom.",
- "explorer": "https://polygonscan.com/token/0xb25e20de2f2ebb4cffd4d16a55c7b395e8a94762",
- "status": "active",
- "id": "0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/RequestNetwork"
- },
- {
- "name": "telegram",
- "url": "https://t.me/requestnetwork"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/request/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762/logo.png b/blockchains/polygon/assets/0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762/logo.png
deleted file mode 100644
index 1bd37a35d3fd4..0000000000000
Binary files a/blockchains/polygon/assets/0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xB2C63830D4478cB331142FAc075A39671a5541dC/info.json b/blockchains/polygon/assets/0xB2C63830D4478cB331142FAc075A39671a5541dC/info.json
deleted file mode 100644
index 00702f3043174..0000000000000
--- a/blockchains/polygon/assets/0xB2C63830D4478cB331142FAc075A39671a5541dC/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Bombcrypto Coin",
- "type": "POLYGON",
- "symbol": "BOMB",
- "decimals": 18,
- "website": "https://polygon.bombcrypto.io/",
- "description": "BOMB, the native utility token of Bomb Crypto 2 is used to play, exchange, and trade on the ecosystem.",
- "explorer": "https://polygonscan.com/token/0xb2c63830d4478cb331142fac075a39671a5541dc",
- "status": "active",
- "id": "0xB2C63830D4478cB331142FAc075A39671a5541dC",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/BombPolygon"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Bombcrypto2_polygon"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/BombPolygon"
- }
- ],
- "tags": [
- "gamefi",
- "nft"
- ]
-}
diff --git a/blockchains/polygon/assets/0xB2C63830D4478cB331142FAc075A39671a5541dC/logo.png b/blockchains/polygon/assets/0xB2C63830D4478cB331142FAc075A39671a5541dC/logo.png
deleted file mode 100644
index 601812c6c01aa..0000000000000
Binary files a/blockchains/polygon/assets/0xB2C63830D4478cB331142FAc075A39671a5541dC/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xB36e3391B22a970d31A9b620Ae1A414C6c256d2a/info.json b/blockchains/polygon/assets/0xB36e3391B22a970d31A9b620Ae1A414C6c256d2a/info.json
deleted file mode 100644
index 0fa94b990322d..0000000000000
--- a/blockchains/polygon/assets/0xB36e3391B22a970d31A9b620Ae1A414C6c256d2a/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Stox",
- "symbol": "STX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xB36e3391B22a970d31A9b620Ae1A414C6c256d2a"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xB36e3391B22a970d31A9b620Ae1A414C6c256d2a/logo.png b/blockchains/polygon/assets/0xB36e3391B22a970d31A9b620Ae1A414C6c256d2a/logo.png
deleted file mode 100644
index d7b39ab24ef0a..0000000000000
Binary files a/blockchains/polygon/assets/0xB36e3391B22a970d31A9b620Ae1A414C6c256d2a/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xB6EBc3ca1741a8f37551E44A51eC00aD417B38CA/info.json b/blockchains/polygon/assets/0xB6EBc3ca1741a8f37551E44A51eC00aD417B38CA/info.json
deleted file mode 100644
index f2318de466842..0000000000000
--- a/blockchains/polygon/assets/0xB6EBc3ca1741a8f37551E44A51eC00aD417B38CA/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Ariadne",
- "symbol": "ARDN",
- "type": "POLYGON",
- "decimals": 18,
- "description": "Ariadne is a cross-chain DeFi marketplace that is lowering the fees to enter/exit farms on multiple blockchains and saves swaps and bridges costs for both EVM and non-EVM chains.",
- "website": "https://ariadne.finance",
- "explorer": "https://polygonscan.com/token/0xB6EBc3ca1741a8f37551E44A51eC00aD417B38CA",
- "status": "active",
- "id": "0xB6EBc3ca1741a8f37551E44A51eC00aD417B38CA",
- "links": [
- {
- "name": "medium",
- "url": "https://medium.com/ariadne-project"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ariadne_finance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ariadne_finance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ariadne/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xB6EBc3ca1741a8f37551E44A51eC00aD417B38CA/logo.png b/blockchains/polygon/assets/0xB6EBc3ca1741a8f37551E44A51eC00aD417B38CA/logo.png
deleted file mode 100644
index fcefa0fa56981..0000000000000
Binary files a/blockchains/polygon/assets/0xB6EBc3ca1741a8f37551E44A51eC00aD417B38CA/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xB7b31a6BC18e48888545CE79e83E06003bE70930/info.json b/blockchains/polygon/assets/0xB7b31a6BC18e48888545CE79e83E06003bE70930/info.json
deleted file mode 100644
index 1b0e3c137f9cd..0000000000000
--- a/blockchains/polygon/assets/0xB7b31a6BC18e48888545CE79e83E06003bE70930/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "ApeCoin",
- "symbol": "APE",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xB7b31a6BC18e48888545CE79e83E06003bE70930"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xB7b31a6BC18e48888545CE79e83E06003bE70930/logo.png b/blockchains/polygon/assets/0xB7b31a6BC18e48888545CE79e83E06003bE70930/logo.png
deleted file mode 100644
index e904199af7e8c..0000000000000
Binary files a/blockchains/polygon/assets/0xB7b31a6BC18e48888545CE79e83E06003bE70930/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xBCD287ca1C614Ecd8c5Ca95bFf3c13c392192df5/info.json b/blockchains/polygon/assets/0xBCD287ca1C614Ecd8c5Ca95bFf3c13c392192df5/info.json
deleted file mode 100644
index 4dac4b01eb249..0000000000000
--- a/blockchains/polygon/assets/0xBCD287ca1C614Ecd8c5Ca95bFf3c13c392192df5/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "AirNFT Token",
- "type": "POLYGON",
- "symbol": "AIRT",
- "decimals": 18,
- "website": "https://www.airnfts.com/",
- "description": "AirNFTs is NFT marketplace built for multi-chain NFTs on BSC and Polygon and many more, where you can Mint, Trade, Earn with your NFTs.",
- "explorer": "https://polygonscan.com/token/0xbcd287ca1c614ecd8c5ca95bff3c13c392192df5",
- "status": "active",
- "id": "0xBCD287ca1C614Ecd8c5Ca95bFf3c13c392192df5",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/airnfts"
- },
- {
- "name": "telegram",
- "url": "https://t.me/joinchat/HKsQnSvxhfjjKGJe"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/airnfts/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/TXjQUVWXx7"
- }
- ],
- "tags": [
- "nft"
- ]
-}
diff --git a/blockchains/polygon/assets/0xBCD287ca1C614Ecd8c5Ca95bFf3c13c392192df5/logo.png b/blockchains/polygon/assets/0xBCD287ca1C614Ecd8c5Ca95bFf3c13c392192df5/logo.png
deleted file mode 100644
index ec221a9f8bf7f..0000000000000
Binary files a/blockchains/polygon/assets/0xBCD287ca1C614Ecd8c5Ca95bFf3c13c392192df5/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683/info.json b/blockchains/polygon/assets/0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683/info.json
deleted file mode 100644
index 9321639099ffc..0000000000000
--- a/blockchains/polygon/assets/0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "The Sandbox",
- "symbol": "SAND",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683/logo.png b/blockchains/polygon/assets/0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683/logo.png
deleted file mode 100644
index 5b4fa7432889a..0000000000000
Binary files a/blockchains/polygon/assets/0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xC1543024DC71247888a7e139c644F44E75E96d38/info.json b/blockchains/polygon/assets/0xC1543024DC71247888a7e139c644F44E75E96d38/info.json
deleted file mode 100644
index fad39486258d4..0000000000000
--- a/blockchains/polygon/assets/0xC1543024DC71247888a7e139c644F44E75E96d38/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Battle World",
- "type": "POLYGON",
- "symbol": "BWO",
- "decimals": 18,
- "website": "https://battleworld.game/",
- "description": "Battle World is a Gamefi Metaverse project built on Polygon network. A globally appealing mid-core game for the masses.",
- "explorer": "https://polygonscan.com/token/0xc1543024dc71247888a7e139c644f44e75e96d38",
- "status": "active",
- "id": "0xC1543024DC71247888a7e139c644F44E75E96d38",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/BattleworldGame"
- },
- {
- "name": "telegram",
- "url": "https://t.me/battleworldgame"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/battle-world/"
- }
- ],
- "tags": [
- "gamefi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xC1543024DC71247888a7e139c644F44E75E96d38/logo.png b/blockchains/polygon/assets/0xC1543024DC71247888a7e139c644F44E75E96d38/logo.png
deleted file mode 100644
index 7508aa6603f48..0000000000000
Binary files a/blockchains/polygon/assets/0xC1543024DC71247888a7e139c644F44E75E96d38/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xC168E40227E4ebD8C1caE80F7a55a4F0e6D66C97/info.json b/blockchains/polygon/assets/0xC168E40227E4ebD8C1caE80F7a55a4F0e6D66C97/info.json
deleted file mode 100644
index 054785d302433..0000000000000
--- a/blockchains/polygon/assets/0xC168E40227E4ebD8C1caE80F7a55a4F0e6D66C97/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "DFYN Token (PoS)",
- "website": "https://dfyn.network/",
- "description": "The DFYN token, will perform a crucial role in the functioning of the Dfyn ecosystem. The DFYN token is expected to have multiple utilities.",
- "explorer": "https://polygonscan.com/token/0xc168e40227e4ebd8c1cae80f7a55a4f0e6d66c97",
- "type": "POLYGON",
- "symbol": "DFYN",
- "decimals": 18,
- "status": "active",
- "id": "0xC168E40227E4ebD8C1caE80F7a55a4F0e6D66C97",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/dfyn"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/_dfyn"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Dfyn_HQ"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/dfyn-network/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xC168E40227E4ebD8C1caE80F7a55a4F0e6D66C97/logo.png b/blockchains/polygon/assets/0xC168E40227E4ebD8C1caE80F7a55a4F0e6D66C97/logo.png
deleted file mode 100644
index ac91019d769c3..0000000000000
Binary files a/blockchains/polygon/assets/0xC168E40227E4ebD8C1caE80F7a55a4F0e6D66C97/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xC17c30e98541188614dF99239cABD40280810cA3/info.json b/blockchains/polygon/assets/0xC17c30e98541188614dF99239cABD40280810cA3/info.json
deleted file mode 100644
index 3b1d1e82f68a0..0000000000000
--- a/blockchains/polygon/assets/0xC17c30e98541188614dF99239cABD40280810cA3/info.json
+++ /dev/null
@@ -1,55 +0,0 @@
-{
- "name": "EverRise",
- "type": "POLYGON",
- "symbol": "RISE",
- "decimals": 18,
- "website": "https://www.everrise.com/",
- "description": "The Original Buyback Token Powering The EverRise Ecosystem. EverRise token (RISE) is a multi-chain collateralized cryptocurrency that protects both the ecosystem and investors with its innovative buyback and staking protocol.",
- "explorer": "https://polygonscan.com/token/0xC17c30e98541188614dF99239cABD40280810cA3",
- "status": "active",
- "id": "0xC17c30e98541188614dF99239cABD40280810cA3",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/everrise/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/everrise"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/everrise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/everriseofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/everriseofficial/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EverRise"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/everrise"
- },
- {
- "name": "github",
- "url": "https://github.com/everrise-ecosystem"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EverRiseToken"
- }
- ],
- "tags": [
- "defi",
- "staking",
- "nft",
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xC17c30e98541188614dF99239cABD40280810cA3/logo.png b/blockchains/polygon/assets/0xC17c30e98541188614dF99239cABD40280810cA3/logo.png
deleted file mode 100644
index fb9f7a63b2f43..0000000000000
Binary files a/blockchains/polygon/assets/0xC17c30e98541188614dF99239cABD40280810cA3/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xC3C7d422809852031b44ab29EEC9F1EfF2A58756/info.json b/blockchains/polygon/assets/0xC3C7d422809852031b44ab29EEC9F1EfF2A58756/info.json
deleted file mode 100644
index a5dceff6b6302..0000000000000
--- a/blockchains/polygon/assets/0xC3C7d422809852031b44ab29EEC9F1EfF2A58756/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Lido DAO",
- "symbol": "LDO",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xC3C7d422809852031b44ab29EEC9F1EfF2A58756"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xC3C7d422809852031b44ab29EEC9F1EfF2A58756/logo.png b/blockchains/polygon/assets/0xC3C7d422809852031b44ab29EEC9F1EfF2A58756/logo.png
deleted file mode 100644
index cd90bc194cf7e..0000000000000
Binary files a/blockchains/polygon/assets/0xC3C7d422809852031b44ab29EEC9F1EfF2A58756/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xC68e83a305b0FaD69E264A1769a0A070F190D2d6/info.json b/blockchains/polygon/assets/0xC68e83a305b0FaD69E264A1769a0A070F190D2d6/info.json
deleted file mode 100644
index 617e2a76fcdbe..0000000000000
--- a/blockchains/polygon/assets/0xC68e83a305b0FaD69E264A1769a0A070F190D2d6/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Polyroll Token",
- "website": "https://polyroll.org/",
- "description": "Polyroll is a decentralized casino powered by Chainlink and Polygon. It claims to be provably fair, transparent and immutable games, anytime anywhere.",
- "explorer": "https://polygonscan.com/token/0xc68e83a305b0fad69e264a1769a0a070f190d2d6",
- "type": "POLYGON",
- "symbol": "ROLL",
- "decimals": 18,
- "status": "active",
- "id": "0xC68e83a305b0FaD69E264A1769a0A070F190D2d6",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/polyroll"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/PolyrollOrg"
- },
- {
- "name": "telegram",
- "url": "https://t.me/polyroll"
- },
- {
- "name": "medium",
- "url": "https://polyroll.medium.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xC68e83a305b0FaD69E264A1769a0A070F190D2d6/logo.png b/blockchains/polygon/assets/0xC68e83a305b0FaD69E264A1769a0A070F190D2d6/logo.png
deleted file mode 100644
index eca7640475271..0000000000000
Binary files a/blockchains/polygon/assets/0xC68e83a305b0FaD69E264A1769a0A070F190D2d6/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xC8A94a3d3D2dabC3C1CaffFFDcA6A7543c3e3e65/info.json b/blockchains/polygon/assets/0xC8A94a3d3D2dabC3C1CaffFFDcA6A7543c3e3e65/info.json
deleted file mode 100644
index 67592728ea73c..0000000000000
--- a/blockchains/polygon/assets/0xC8A94a3d3D2dabC3C1CaffFFDcA6A7543c3e3e65/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Gemini Dollar",
- "symbol": "GUSD",
- "type": "ERC20",
- "decimals": 2,
- "id": "0xC8A94a3d3D2dabC3C1CaffFFDcA6A7543c3e3e65"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xC8A94a3d3D2dabC3C1CaffFFDcA6A7543c3e3e65/logo.png b/blockchains/polygon/assets/0xC8A94a3d3D2dabC3C1CaffFFDcA6A7543c3e3e65/logo.png
deleted file mode 100644
index 41249f54065e1..0000000000000
Binary files a/blockchains/polygon/assets/0xC8A94a3d3D2dabC3C1CaffFFDcA6A7543c3e3e65/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xC9c1c1c20B3658F8787CC2FD702267791f224Ce1/info.json b/blockchains/polygon/assets/0xC9c1c1c20B3658F8787CC2FD702267791f224Ce1/info.json
deleted file mode 100644
index 721b4699a0e1b..0000000000000
--- a/blockchains/polygon/assets/0xC9c1c1c20B3658F8787CC2FD702267791f224Ce1/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Fantom",
- "symbol": "FTM",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xC9c1c1c20B3658F8787CC2FD702267791f224Ce1"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xC9c1c1c20B3658F8787CC2FD702267791f224Ce1/logo.png b/blockchains/polygon/assets/0xC9c1c1c20B3658F8787CC2FD702267791f224Ce1/logo.png
deleted file mode 100644
index 4c55ec1d7621e..0000000000000
Binary files a/blockchains/polygon/assets/0xC9c1c1c20B3658F8787CC2FD702267791f224Ce1/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xD4814770065F634003A8d8D70B4743E0C3f334ad/info.json b/blockchains/polygon/assets/0xD4814770065F634003A8d8D70B4743E0C3f334ad/info.json
deleted file mode 100644
index 97391aefe2968..0000000000000
--- a/blockchains/polygon/assets/0xD4814770065F634003A8d8D70B4743E0C3f334ad/info.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "name": "Poly Ontology Token",
- "website": "https://ont.io",
- "description": "Poly Ontology Token (ONT POLYGON) is a token issued by Binance on Smart Chain; its price is pegged to Ontology Token (ONT) at a ratio of 1:1.",
- "explorer": "https://polygonscan.com/token/0xD4814770065F634003A8d8D70B4743E0C3f334ad",
- "research": "https://research.binance.com/en/projects/ontology",
- "type": "POLYGON",
- "symbol": "ONT",
- "decimals": 18,
- "status": "active",
- "id": "0xD4814770065F634003A8d8D70B4743E0C3f334ad",
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xD4814770065F634003A8d8D70B4743E0C3f334ad/logo.png b/blockchains/polygon/assets/0xD4814770065F634003A8d8D70B4743E0C3f334ad/logo.png
deleted file mode 100644
index 25ffd17b23344..0000000000000
Binary files a/blockchains/polygon/assets/0xD4814770065F634003A8d8D70B4743E0C3f334ad/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xD6DF932A45C0f255f85145f286eA0b292B21C90B/info.json b/blockchains/polygon/assets/0xD6DF932A45C0f255f85145f286eA0b292B21C90B/info.json
deleted file mode 100644
index 67609632f7807..0000000000000
--- a/blockchains/polygon/assets/0xD6DF932A45C0f255f85145f286eA0b292B21C90B/info.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "name": "Aave (PoS)",
- "website": "https://aave.com",
- "description": "Aave Protocol is a decentralised liquidity protocol where people can lend and borrow digital assets. The AAVE token is the governance token of the protocol, so AAVE holders can vote on proposals for updates. AAVE holders can also stake their AAVE in the protocol Safety Module and earn Safety Incentives for securing the protocol",
- "explorer": "https://polygonscan.com/token/0xd6df932a45c0f255f85145f286ea0b292b21c90b",
- "research": "https://research.binance.com/en/projects/aave-protocol",
- "type": "POLYGON",
- "symbol": "AAVE",
- "decimals": 18,
- "status": "active",
- "id": "0xD6DF932A45C0f255f85145f286eA0b292B21C90B",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/aave/aave-protocol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/AaveAave"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Aave_Official"
- },
- {
- "name": "blog",
- "url": "https://medium.com/aave"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/AaveCom"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/aave/aave-protocol/blob/master/docs/Aave_Protocol_Whitepaper_v1_0.pdf/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/aave/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/aave/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xD6DF932A45C0f255f85145f286eA0b292B21C90B/logo.png b/blockchains/polygon/assets/0xD6DF932A45C0f255f85145f286eA0b292B21C90B/logo.png
deleted file mode 100644
index 1e7cef36a8aaa..0000000000000
Binary files a/blockchains/polygon/assets/0xD6DF932A45C0f255f85145f286eA0b292B21C90B/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xD86b5923F3AD7b585eD81B448170ae026c65ae9a/info.json b/blockchains/polygon/assets/0xD86b5923F3AD7b585eD81B448170ae026c65ae9a/info.json
deleted file mode 100644
index cacc8d4c16fae..0000000000000
--- a/blockchains/polygon/assets/0xD86b5923F3AD7b585eD81B448170ae026c65ae9a/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "IRON Stablecoin",
- "website": "https://polygon.iron.finance/",
- "description": "Multi-chain Partial-Collateralized Stablecoin",
- "explorer": "https://polygonscan.com/token/0xd86b5923f3ad7b585ed81b448170ae026c65ae9a",
- "type": "POLYGON",
- "symbol": "IRON",
- "decimals": 18,
- "status": "active",
- "id": "0xD86b5923F3AD7b585eD81B448170ae026c65ae9a",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ironfinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ironfinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ironfinance"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@ironfinance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xD86b5923F3AD7b585eD81B448170ae026c65ae9a/logo.png b/blockchains/polygon/assets/0xD86b5923F3AD7b585eD81B448170ae026c65ae9a/logo.png
deleted file mode 100644
index 39c35e5340dd9..0000000000000
Binary files a/blockchains/polygon/assets/0xD86b5923F3AD7b585eD81B448170ae026c65ae9a/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xDA537104D6A5edd53c6fBba9A898708E465260b6/info.json b/blockchains/polygon/assets/0xDA537104D6A5edd53c6fBba9A898708E465260b6/info.json
deleted file mode 100644
index 023f73177640e..0000000000000
--- a/blockchains/polygon/assets/0xDA537104D6A5edd53c6fBba9A898708E465260b6/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "yearn finance",
- "symbol": "YFI",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xDA537104D6A5edd53c6fBba9A898708E465260b6"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xDA537104D6A5edd53c6fBba9A898708E465260b6/logo.png b/blockchains/polygon/assets/0xDA537104D6A5edd53c6fBba9A898708E465260b6/logo.png
deleted file mode 100644
index 9c225f4b6c000..0000000000000
Binary files a/blockchains/polygon/assets/0xDA537104D6A5edd53c6fBba9A898708E465260b6/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xDC3326e71D45186F113a2F448984CA0e8D201995/info.json b/blockchains/polygon/assets/0xDC3326e71D45186F113a2F448984CA0e8D201995/info.json
deleted file mode 100644
index d5c2fd870d9a2..0000000000000
--- a/blockchains/polygon/assets/0xDC3326e71D45186F113a2F448984CA0e8D201995/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "XSGD",
- "type": "POLYGON",
- "symbol": "XSGD",
- "decimals": 6,
- "website": "https://straitsx.com/xsgd",
- "description": "XSGD is the fully collateralized Singapore Dollar stablecoin, powered by open-source blockchain protocols.",
- "explorer": "https://polygonscan.com/token/0xDC3326e71D45186F113a2F448984CA0e8D201995",
- "status": "active",
- "id": "0xDC3326e71D45186F113a2F448984CA0e8D201995",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/straitsx"
- },
- {
- "name": "github",
- "url": "https://github.com/Xfers/straitsx-tokens/tree/master/Polygon/XSGD"
- },
- {
- "name": "blog",
- "url": "https://straitsx.com/blog"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/xsgd/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/xsgd"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
diff --git a/blockchains/polygon/assets/0xDC3326e71D45186F113a2F448984CA0e8D201995/logo.png b/blockchains/polygon/assets/0xDC3326e71D45186F113a2F448984CA0e8D201995/logo.png
deleted file mode 100644
index df1bd6c22be25..0000000000000
Binary files a/blockchains/polygon/assets/0xDC3326e71D45186F113a2F448984CA0e8D201995/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xDE12c7959E1a72bbe8a5f7A1dc8f8EeF9Ab011B3/info.json b/blockchains/polygon/assets/0xDE12c7959E1a72bbe8a5f7A1dc8f8EeF9Ab011B3/info.json
deleted file mode 100644
index 8ff8f40ce7911..0000000000000
--- a/blockchains/polygon/assets/0xDE12c7959E1a72bbe8a5f7A1dc8f8EeF9Ab011B3/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "DEI",
- "website": "https://deus.finance/",
- "description": "DEUS Finance Evolution is a marketplace of decentralized financial services, where we provide the infrastructure for others to build financial instruments, such as synthetic stock trading platforms, options, and futures trading.",
- "explorer": "https://polygonscan.com/token/0xDE12c7959E1a72bbe8a5f7A1dc8f8EeF9Ab011B3",
- "type": "POLYGON",
- "symbol": "DEI",
- "decimals": 18,
- "status": "active",
- "id": "0xDE12c7959E1a72bbe8a5f7A1dc8f8EeF9Ab011B3",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/DeusDao"
- },
- {
- "name": "telegram",
- "url": "https://t.me/deusfinance"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@deusfinance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xDE12c7959E1a72bbe8a5f7A1dc8f8EeF9Ab011B3/logo.png b/blockchains/polygon/assets/0xDE12c7959E1a72bbe8a5f7A1dc8f8EeF9Ab011B3/logo.png
deleted file mode 100644
index 883b793c04b3e..0000000000000
Binary files a/blockchains/polygon/assets/0xDE12c7959E1a72bbe8a5f7A1dc8f8EeF9Ab011B3/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xDE5ed76E7c05eC5e4572CfC88d1ACEA165109E44/info.json b/blockchains/polygon/assets/0xDE5ed76E7c05eC5e4572CfC88d1ACEA165109E44/info.json
deleted file mode 100644
index 68710320109ff..0000000000000
--- a/blockchains/polygon/assets/0xDE5ed76E7c05eC5e4572CfC88d1ACEA165109E44/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "DEUS",
- "website": "https://deus.finance/",
- "description": "DEUS Finance Evolution is a marketplace of decentralized financial services, where we provide the infrastructure for others to build financial instruments, such as synthetic stock trading platforms, options, and futures trading.",
- "explorer": "https://polygonscan.com/token/0xDE5ed76E7c05eC5e4572CfC88d1ACEA165109E44",
- "type": "POLYGON",
- "symbol": "DEUS",
- "decimals": 18,
- "status": "active",
- "id": "0xDE5ed76E7c05eC5e4572CfC88d1ACEA165109E44",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/DeusDao"
- },
- {
- "name": "telegram",
- "url": "https://t.me/deusfinance"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@deusfinance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xDE5ed76E7c05eC5e4572CfC88d1ACEA165109E44/logo.png b/blockchains/polygon/assets/0xDE5ed76E7c05eC5e4572CfC88d1ACEA165109E44/logo.png
deleted file mode 100644
index cb37bfd75ab6a..0000000000000
Binary files a/blockchains/polygon/assets/0xDE5ed76E7c05eC5e4572CfC88d1ACEA165109E44/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/info.json b/blockchains/polygon/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/info.json
deleted file mode 100644
index a5b7f91e9d660..0000000000000
--- a/blockchains/polygon/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/info.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "Vote-escrowed EverRise",
- "type": "POLYGON",
- "symbol": "veRISE",
- "decimals": 18,
- "website": "https://www.everrise.com/",
- "description": "Virtual token that allows the Vote Escrowed (ve) EverRise weighted governance tokens from EverRise Staking NFTs to display in wallet balances.",
- "explorer": "https://polygonscan.com/token/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b",
- "status": "active",
- "id": "0xDbA7b24257fC6e397cB7368B4BC922E944072f1b",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/everrise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/everriseofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/everriseofficial/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EverRise"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/everrise"
- },
- {
- "name": "github",
- "url": "https://github.com/everrise-ecosystem"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EverRiseToken"
- }
- ],
- "tags": [
- "defi",
- "staking",
- "nft",
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/logo.png b/blockchains/polygon/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/logo.png
deleted file mode 100644
index 47ffbe08a8dcc..0000000000000
Binary files a/blockchains/polygon/assets/0xDbA7b24257fC6e397cB7368B4BC922E944072f1b/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xE0339c80fFDE91F3e20494Df88d4206D86024cdF/info.json b/blockchains/polygon/assets/0xE0339c80fFDE91F3e20494Df88d4206D86024cdF/info.json
deleted file mode 100644
index c841f4278e043..0000000000000
--- a/blockchains/polygon/assets/0xE0339c80fFDE91F3e20494Df88d4206D86024cdF/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Dogelon Mars",
- "symbol": "ELON",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xE0339c80fFDE91F3e20494Df88d4206D86024cdF"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xE0339c80fFDE91F3e20494Df88d4206D86024cdF/logo.png b/blockchains/polygon/assets/0xE0339c80fFDE91F3e20494Df88d4206D86024cdF/logo.png
deleted file mode 100644
index a0e452743b17c..0000000000000
Binary files a/blockchains/polygon/assets/0xE0339c80fFDE91F3e20494Df88d4206D86024cdF/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xE3322702BEdaaEd36CdDAb233360B939775ae5f1/info.json b/blockchains/polygon/assets/0xE3322702BEdaaEd36CdDAb233360B939775ae5f1/info.json
deleted file mode 100644
index 87d403f374f5a..0000000000000
--- a/blockchains/polygon/assets/0xE3322702BEdaaEd36CdDAb233360B939775ae5f1/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Tellor",
- "symbol": "TRB",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xE3322702BEdaaEd36CdDAb233360B939775ae5f1"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xE3322702BEdaaEd36CdDAb233360B939775ae5f1/logo.png b/blockchains/polygon/assets/0xE3322702BEdaaEd36CdDAb233360B939775ae5f1/logo.png
deleted file mode 100644
index ec5a4360d97bf..0000000000000
Binary files a/blockchains/polygon/assets/0xE3322702BEdaaEd36CdDAb233360B939775ae5f1/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xE33dC9d2D7D64c1e23467aC7eD7F8eF56d0a8d66/info.json b/blockchains/polygon/assets/0xE33dC9d2D7D64c1e23467aC7eD7F8eF56d0a8d66/info.json
deleted file mode 100644
index b763e01218653..0000000000000
--- a/blockchains/polygon/assets/0xE33dC9d2D7D64c1e23467aC7eD7F8eF56d0a8d66/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "CherryPick",
- "type": "POLYGON",
- "symbol": "pCherry",
- "decimals": 18,
- "website": "https://www.fletaconnect.io",
- "description": "Fleta Connect is a new DeFi(Decentralized Finance) service created by Team Fleta with years of experience in the field. It is willing to offer significant benefits to our users with its own buyback mechanism and aims to give more rewards to DeFi users.",
- "explorer": "https://polygonscan.com/token/0xE33dC9d2D7D64c1e23467aC7eD7F8eF56d0a8d66",
- "status": "active",
- "id": "0xE33dC9d2D7D64c1e23467aC7eD7F8eF56d0a8d66",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/fletachain"
- },
- {
- "name": "github",
- "url": "https://github.com/fletaio/fletaconnect"
- },
- {
- "name": "telegram",
- "url": "https://t.me/FLETAofficialGroup"
- },
- {
- "name": "medium",
- "url": "https://medium.com/fleta-first-chain"
- },
- {
- "name": "docs",
- "url": "https://fletaconnect.gitbook.io/fletaconnect/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xE33dC9d2D7D64c1e23467aC7eD7F8eF56d0a8d66/logo.png b/blockchains/polygon/assets/0xE33dC9d2D7D64c1e23467aC7eD7F8eF56d0a8d66/logo.png
deleted file mode 100644
index 88a2d85154d74..0000000000000
Binary files a/blockchains/polygon/assets/0xE33dC9d2D7D64c1e23467aC7eD7F8eF56d0a8d66/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xE5417Af564e4bFDA1c483642db72007871397896/info.json b/blockchains/polygon/assets/0xE5417Af564e4bFDA1c483642db72007871397896/info.json
deleted file mode 100644
index 1d688b032fc6a..0000000000000
--- a/blockchains/polygon/assets/0xE5417Af564e4bFDA1c483642db72007871397896/info.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "name": "Gains Network",
- "type": "POLYGON",
- "symbol": "GNS",
- "decimals": 18,
- "website": "https://gains.trade/",
- "description": "Gains Network is developing the next-gen decentralized leveraged trading platform - gTrade.",
- "explorer": "https://polygonscan.com/token/0xe5417af564e4bfda1c483642db72007871397896",
- "status": "active",
- "id": "0xE5417Af564e4bFDA1c483642db72007871397896",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/GainsNetwork"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/gains-network/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/gains-network/"
- },
- {
- "name": "whitepaper",
- "url": "https://gains-network.gitbook.io/docs-home/"
- },
- {
- "name": "docs",
- "url": "https://gains-network.gitbook.io/docs-home/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/gains-network"
- },
- {
- "name": "github",
- "url": "https://github.com/GainsNetwork/"
- },
- {
- "name": "blog",
- "url": "https://medium.com/gains-network"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/GainsNetwork_io"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/polygon/assets/0xE5417Af564e4bFDA1c483642db72007871397896/logo.png b/blockchains/polygon/assets/0xE5417Af564e4bFDA1c483642db72007871397896/logo.png
deleted file mode 100644
index a7d79ca849d34..0000000000000
Binary files a/blockchains/polygon/assets/0xE5417Af564e4bFDA1c483642db72007871397896/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xE6469Ba6D2fD6130788E0eA9C0a0515900563b59/info.json b/blockchains/polygon/assets/0xE6469Ba6D2fD6130788E0eA9C0a0515900563b59/info.json
deleted file mode 100644
index 631a3b570ce95..0000000000000
--- a/blockchains/polygon/assets/0xE6469Ba6D2fD6130788E0eA9C0a0515900563b59/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "UST (Wormhole)",
- "type": "POLYGON",
- "symbol": "UST",
- "decimals": 6,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://wormholebridge.com",
- "explorer": "https://polygonscan.com/token/0xE6469Ba6D2fD6130788E0eA9C0a0515900563b59",
- "status": "active",
- "id": "0xE6469Ba6D2fD6130788E0eA9C0a0515900563b59",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xE6469Ba6D2fD6130788E0eA9C0a0515900563b59/logo.png b/blockchains/polygon/assets/0xE6469Ba6D2fD6130788E0eA9C0a0515900563b59/logo.png
deleted file mode 100644
index e3110cce3bde2..0000000000000
Binary files a/blockchains/polygon/assets/0xE6469Ba6D2fD6130788E0eA9C0a0515900563b59/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xE7879BaFa6A41F919f145a97207e54839d34c9bA/info.json b/blockchains/polygon/assets/0xE7879BaFa6A41F919f145a97207e54839d34c9bA/info.json
deleted file mode 100644
index 9df9619527da5..0000000000000
--- a/blockchains/polygon/assets/0xE7879BaFa6A41F919f145a97207e54839d34c9bA/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Matic-Peg Stream",
- "website": "https://stream-coin.com/",
- "description": "All-in-one Live Streaming on a blockchain-based platform.",
- "explorer": "https://polygonscan.com/token/0xe7879bafa6a41f919f145a97207e54839d34c9ba",
- "type": "POLYGON",
- "symbol": "MSTRM",
- "decimals": 18,
- "status": "active",
- "id": "0xE7879BaFa6A41F919f145a97207e54839d34c9bA",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/streamcoin_strm"
- },
- {
- "name": "github",
- "url": "https://github.com/stream-coin-tech"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/stream-coin/"
- }
- ],
- "tags": [
- "nft"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xE7879BaFa6A41F919f145a97207e54839d34c9bA/logo.png b/blockchains/polygon/assets/0xE7879BaFa6A41F919f145a97207e54839d34c9bA/logo.png
deleted file mode 100644
index 3e041120b65b0..0000000000000
Binary files a/blockchains/polygon/assets/0xE7879BaFa6A41F919f145a97207e54839d34c9bA/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xE8A51D0dD1b4525189ddA2187F90ddF0932b5482/info.json b/blockchains/polygon/assets/0xE8A51D0dD1b4525189ddA2187F90ddF0932b5482/info.json
deleted file mode 100644
index 3c7044bbfeb09..0000000000000
--- a/blockchains/polygon/assets/0xE8A51D0dD1b4525189ddA2187F90ddF0932b5482/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "LCX",
- "symbol": "LCX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xE8A51D0dD1b4525189ddA2187F90ddF0932b5482"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xE8A51D0dD1b4525189ddA2187F90ddF0932b5482/logo.png b/blockchains/polygon/assets/0xE8A51D0dD1b4525189ddA2187F90ddF0932b5482/logo.png
deleted file mode 100644
index 397c0b01823c2..0000000000000
Binary files a/blockchains/polygon/assets/0xE8A51D0dD1b4525189ddA2187F90ddF0932b5482/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xEAf631ac57F3CDDDd261770dD47F85066131a156/info.json b/blockchains/polygon/assets/0xEAf631ac57F3CDDDd261770dD47F85066131a156/info.json
deleted file mode 100644
index b528f1d0be58e..0000000000000
--- a/blockchains/polygon/assets/0xEAf631ac57F3CDDDd261770dD47F85066131a156/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Equalizer",
- "type": "POLYGON",
- "symbol": "EQZ",
- "decimals": 18,
- "website": "https://www.equalizer.finance/",
- "description": "Equalizer is the first dedicated flash loan marketplace that can handle the rising demand for DeFi lending and borrowing. It sets itself apart by offering the lowest fees and transaction costs, a virtually unlimited choice of token vaults, high liquidity through yield farming, scalable, multi-chain infrastructure, and integration friendly.",
- "explorer": "https://polygonscan.com/token/0xEAf631ac57F3CDDDd261770dD47F85066131a156",
- "status": "active",
- "id": "0xEAf631ac57F3CDDDd261770dD47F85066131a156",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/EqualizerFlash"
- },
- {
- "name": "github",
- "url": "https://github.com/Equalizer-Finance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/EqualizerFlash"
- },
- {
- "name": "medium",
- "url": "https://equalizer-finance.medium.com/"
- },
- {
- "name": "docs",
- "url": "https://docs.equalizer.finance/"
- }
- ]
-}
diff --git a/blockchains/polygon/assets/0xEAf631ac57F3CDDDd261770dD47F85066131a156/logo.png b/blockchains/polygon/assets/0xEAf631ac57F3CDDDd261770dD47F85066131a156/logo.png
deleted file mode 100644
index a8c1accc22b87..0000000000000
Binary files a/blockchains/polygon/assets/0xEAf631ac57F3CDDDd261770dD47F85066131a156/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xED755dBa6Ec1eb520076Cec051a582A6d81A8253/info.json b/blockchains/polygon/assets/0xED755dBa6Ec1eb520076Cec051a582A6d81A8253/info.json
deleted file mode 100644
index 1ec8d92ab4071..0000000000000
--- a/blockchains/polygon/assets/0xED755dBa6Ec1eb520076Cec051a582A6d81A8253/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Ultimate Champions Token",
- "type": "POLYGON",
- "symbol": "CHAMP",
- "decimals": 18,
- "website": "https://token.ultimate-champions.com/",
- "description": "Ultimate Champions is a free to play and play to earn fantasy sports game.",
- "explorer": "https://polygonscan.com/token/0xED755dBa6Ec1eb520076Cec051a582A6d81A8253",
- "status": "active",
- "id": "0xED755dBa6Ec1eb520076Cec051a582A6d81A8253",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/ultimate-champions/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/UltiChamps"
- },
- {
- "name": "whitepaper",
- "url": "https://whitepaper.ultimate-champions.com/"
- },
- {
- "name": "medium",
- "url": "https://ultimatechampions.medium.com/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ultimatechampions"
- }
- ],
- "tags": [
- "nft",
- "gamefi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xED755dBa6Ec1eb520076Cec051a582A6d81A8253/logo.png b/blockchains/polygon/assets/0xED755dBa6Ec1eb520076Cec051a582A6d81A8253/logo.png
deleted file mode 100644
index a16cde4bd1f7d..0000000000000
Binary files a/blockchains/polygon/assets/0xED755dBa6Ec1eb520076Cec051a582A6d81A8253/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xEE800B277A96B0f490a1A732e1D6395FAD960A26/info.json b/blockchains/polygon/assets/0xEE800B277A96B0f490a1A732e1D6395FAD960A26/info.json
deleted file mode 100644
index a19cc158da13b..0000000000000
--- a/blockchains/polygon/assets/0xEE800B277A96B0f490a1A732e1D6395FAD960A26/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "ARPA Token",
- "website": "https://arpachain.io/",
- "description": "ARPA is a secure computation network compatible with blockchains. It proposes a blockchain-based secure computation network of Multi-party Computation (MPC). ARPA cryptographically enables private smart contract, unprecedented data-at-use privacy protection, and scalable computational sharding.",
- "explorer": "https://polygonscan.com/token/0xee800b277a96b0f490a1a732e1d6395fad960a26",
- "type": "POLYGON",
- "symbol": "ARPA",
- "decimals": 18,
- "status": "active",
- "id": "0xEE800B277A96B0f490a1A732e1D6395FAD960A26",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/arpaofficial?source=user_profile---------------------------"
- },
- {
- "name": "telegram",
- "url": "https://t.me/arpa_community"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/arpa-chain/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/polygon/assets/0xEE800B277A96B0f490a1A732e1D6395FAD960A26/logo.png b/blockchains/polygon/assets/0xEE800B277A96B0f490a1A732e1D6395FAD960A26/logo.png
deleted file mode 100644
index b7ca5d361b681..0000000000000
Binary files a/blockchains/polygon/assets/0xEE800B277A96B0f490a1A732e1D6395FAD960A26/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xF18Ac368001b0DdC80aA6a8374deb49e868EFDb8/info.json b/blockchains/polygon/assets/0xF18Ac368001b0DdC80aA6a8374deb49e868EFDb8/info.json
deleted file mode 100644
index cc9538f8d2a93..0000000000000
--- a/blockchains/polygon/assets/0xF18Ac368001b0DdC80aA6a8374deb49e868EFDb8/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Inverse Finance",
- "symbol": "INV",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xF18Ac368001b0DdC80aA6a8374deb49e868EFDb8"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xF18Ac368001b0DdC80aA6a8374deb49e868EFDb8/logo.png b/blockchains/polygon/assets/0xF18Ac368001b0DdC80aA6a8374deb49e868EFDb8/logo.png
deleted file mode 100644
index 79e57fd1861f0..0000000000000
Binary files a/blockchains/polygon/assets/0xF18Ac368001b0DdC80aA6a8374deb49e868EFDb8/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xF81b4Bec6Ca8f9fe7bE01CA734F55B2b6e03A7a0/info.json b/blockchains/polygon/assets/0xF81b4Bec6Ca8f9fe7bE01CA734F55B2b6e03A7a0/info.json
deleted file mode 100644
index eb60470da39ec..0000000000000
--- a/blockchains/polygon/assets/0xF81b4Bec6Ca8f9fe7bE01CA734F55B2b6e03A7a0/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Synth sUSD",
- "symbol": "sUSD",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xF81b4Bec6Ca8f9fe7bE01CA734F55B2b6e03A7a0"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xF81b4Bec6Ca8f9fe7bE01CA734F55B2b6e03A7a0/logo.png b/blockchains/polygon/assets/0xF81b4Bec6Ca8f9fe7bE01CA734F55B2b6e03A7a0/logo.png
deleted file mode 100644
index 5a4101b74f367..0000000000000
Binary files a/blockchains/polygon/assets/0xF81b4Bec6Ca8f9fe7bE01CA734F55B2b6e03A7a0/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xF88fc6b493eda7650E4bcf7A290E8d108F677CfE/info.json b/blockchains/polygon/assets/0xF88fc6b493eda7650E4bcf7A290E8d108F677CfE/info.json
deleted file mode 100644
index 540c8e975d647..0000000000000
--- a/blockchains/polygon/assets/0xF88fc6b493eda7650E4bcf7A290E8d108F677CfE/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Gods Unchained",
- "symbol": "GODS",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xF88fc6b493eda7650E4bcf7A290E8d108F677CfE"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xF88fc6b493eda7650E4bcf7A290E8d108F677CfE/logo.png b/blockchains/polygon/assets/0xF88fc6b493eda7650E4bcf7A290E8d108F677CfE/logo.png
deleted file mode 100644
index 55b737ada1a1d..0000000000000
Binary files a/blockchains/polygon/assets/0xF88fc6b493eda7650E4bcf7A290E8d108F677CfE/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xF92501c8213da1D6C74A76372CCc720Dc8818407/info.json b/blockchains/polygon/assets/0xF92501c8213da1D6C74A76372CCc720Dc8818407/info.json
deleted file mode 100644
index 1ed0a63c01402..0000000000000
--- a/blockchains/polygon/assets/0xF92501c8213da1D6C74A76372CCc720Dc8818407/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Rook",
- "symbol": "ROOK",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xF92501c8213da1D6C74A76372CCc720Dc8818407"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xF92501c8213da1D6C74A76372CCc720Dc8818407/logo.png b/blockchains/polygon/assets/0xF92501c8213da1D6C74A76372CCc720Dc8818407/logo.png
deleted file mode 100644
index d192d67e1ad5a..0000000000000
Binary files a/blockchains/polygon/assets/0xF92501c8213da1D6C74A76372CCc720Dc8818407/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xFB32513135e3267995268E3099d2B6114d20B6eD/info.json b/blockchains/polygon/assets/0xFB32513135e3267995268E3099d2B6114d20B6eD/info.json
deleted file mode 100644
index 53c1cf20bb0df..0000000000000
--- a/blockchains/polygon/assets/0xFB32513135e3267995268E3099d2B6114d20B6eD/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Coinerr",
- "website": "https://coinerr.io",
- "description": "Coinerr make your payments easierr, make your world betterr, make your shopping saferr.",
- "explorer": "https://polygonscan.com/token/0xfb32513135e3267995268e3099d2b6114d20b6ed",
- "type": "POLYGON",
- "symbol": "ERR",
- "decimals": 9,
- "status": "active",
- "id": "0xFB32513135e3267995268E3099d2B6114d20B6eD",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/coinerr_err"
- },
- {
- "name": "telegram",
- "url": "https://t.me/coinerr_ERR"
- },
- {
- "name": "whitepaper",
- "url": "https://coinerr.io/papers/whitepaper.pdf"
- },
- {
- "name": "medium",
- "url": "https://coinerr.medium.com/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/coinerr/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/polygon/assets/0xFB32513135e3267995268E3099d2B6114d20B6eD/logo.png b/blockchains/polygon/assets/0xFB32513135e3267995268E3099d2B6114d20B6eD/logo.png
deleted file mode 100644
index 83180d673c4ad..0000000000000
Binary files a/blockchains/polygon/assets/0xFB32513135e3267995268E3099d2B6114d20B6eD/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xFbdd194376de19a88118e84E279b977f165d01b8/info.json b/blockchains/polygon/assets/0xFbdd194376de19a88118e84E279b977f165d01b8/info.json
deleted file mode 100644
index ee218aea74338..0000000000000
--- a/blockchains/polygon/assets/0xFbdd194376de19a88118e84E279b977f165d01b8/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "beefy.finance",
- "website": "https://beefy.finance/",
- "description": "The Multichain Yield Optimizer",
- "explorer": "https://polygonscan.com/token/0xFbdd194376de19a88118e84E279b977f165d01b8",
- "type": "POLYGON",
- "symbol": "BIFI",
- "decimals": 18,
- "status": "active",
- "id": "0xFbdd194376de19a88118e84E279b977f165d01b8",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/beefyfinance"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/beefyfinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/beefyannouncement"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/beefy-finance/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/beefy-finance/"
- }
- ],
- "tags": [
- "defi",
- "governance"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xFbdd194376de19a88118e84E279b977f165d01b8/logo.png b/blockchains/polygon/assets/0xFbdd194376de19a88118e84E279b977f165d01b8/logo.png
deleted file mode 100644
index 6c09bb9a38215..0000000000000
Binary files a/blockchains/polygon/assets/0xFbdd194376de19a88118e84E279b977f165d01b8/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xa1428174F516F527fafdD146b883bB4428682737/info.json b/blockchains/polygon/assets/0xa1428174F516F527fafdD146b883bB4428682737/info.json
deleted file mode 100644
index 65444f73c180a..0000000000000
--- a/blockchains/polygon/assets/0xa1428174F516F527fafdD146b883bB4428682737/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "SuperFarm",
- "symbol": "SUPER",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xa1428174F516F527fafdD146b883bB4428682737"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xa1428174F516F527fafdD146b883bB4428682737/logo.png b/blockchains/polygon/assets/0xa1428174F516F527fafdD146b883bB4428682737/logo.png
deleted file mode 100644
index 9aab6fd544730..0000000000000
Binary files a/blockchains/polygon/assets/0xa1428174F516F527fafdD146b883bB4428682737/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xa3Fa99A148fA48D14Ed51d610c367C61876997F1/info.json b/blockchains/polygon/assets/0xa3Fa99A148fA48D14Ed51d610c367C61876997F1/info.json
deleted file mode 100644
index eb5eff6ad6e30..0000000000000
--- a/blockchains/polygon/assets/0xa3Fa99A148fA48D14Ed51d610c367C61876997F1/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "miMATIC",
- "website": "https://www.mai.finance/",
- "description": "MAI (miMatic) is a stablecoin backed by collateral, and can only be minted with this collateral backing it. MAI is soft pegged to the USD, meaning that 1 MAI is around 1 USD.",
- "explorer": "https://polygonscan.com/token/0xa3fa99a148fa48d14ed51d610c367c61876997f1",
- "type": "POLYGON",
- "symbol": "miMATIC",
- "decimals": 18,
- "status": "active",
- "id": "0xa3Fa99A148fA48D14Ed51d610c367C61876997F1",
- "links": [
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/mimatic/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/0xLaoZi"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/mQq55j65xJ"
- },
- {
- "name": "medium",
- "url": "https://0xlaozi.medium.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xa3Fa99A148fA48D14Ed51d610c367C61876997F1/logo.png b/blockchains/polygon/assets/0xa3Fa99A148fA48D14Ed51d610c367C61876997F1/logo.png
deleted file mode 100644
index 60a58d48cae66..0000000000000
Binary files a/blockchains/polygon/assets/0xa3Fa99A148fA48D14Ed51d610c367C61876997F1/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xa4B2B20b2C73c7046ED19AC6bfF5E5285c58F20a/info.json b/blockchains/polygon/assets/0xa4B2B20b2C73c7046ED19AC6bfF5E5285c58F20a/info.json
deleted file mode 100644
index b422db25ed975..0000000000000
--- a/blockchains/polygon/assets/0xa4B2B20b2C73c7046ED19AC6bfF5E5285c58F20a/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Boba Network",
- "symbol": "BOBA",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xa4B2B20b2C73c7046ED19AC6bfF5E5285c58F20a"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xa4B2B20b2C73c7046ED19AC6bfF5E5285c58F20a/logo.png b/blockchains/polygon/assets/0xa4B2B20b2C73c7046ED19AC6bfF5E5285c58F20a/logo.png
deleted file mode 100644
index eb8160eb55b88..0000000000000
Binary files a/blockchains/polygon/assets/0xa4B2B20b2C73c7046ED19AC6bfF5E5285c58F20a/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xa63Beffd33AB3a2EfD92a39A7D2361CEE14cEbA8/info.json b/blockchains/polygon/assets/0xa63Beffd33AB3a2EfD92a39A7D2361CEE14cEbA8/info.json
deleted file mode 100644
index 7934776c90c69..0000000000000
--- a/blockchains/polygon/assets/0xa63Beffd33AB3a2EfD92a39A7D2361CEE14cEbA8/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Origin Protocol",
- "symbol": "OGN",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xa63Beffd33AB3a2EfD92a39A7D2361CEE14cEbA8"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xa63Beffd33AB3a2EfD92a39A7D2361CEE14cEbA8/logo.png b/blockchains/polygon/assets/0xa63Beffd33AB3a2EfD92a39A7D2361CEE14cEbA8/logo.png
deleted file mode 100644
index 3b088d8ca84e1..0000000000000
Binary files a/blockchains/polygon/assets/0xa63Beffd33AB3a2EfD92a39A7D2361CEE14cEbA8/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xa9f37D84c856fDa3812ad0519Dad44FA0a3Fe207/info.json b/blockchains/polygon/assets/0xa9f37D84c856fDa3812ad0519Dad44FA0a3Fe207/info.json
deleted file mode 100644
index a77c78bd0bdfb..0000000000000
--- a/blockchains/polygon/assets/0xa9f37D84c856fDa3812ad0519Dad44FA0a3Fe207/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Melon",
- "symbol": "MLN",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xa9f37D84c856fDa3812ad0519Dad44FA0a3Fe207"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xa9f37D84c856fDa3812ad0519Dad44FA0a3Fe207/logo.png b/blockchains/polygon/assets/0xa9f37D84c856fDa3812ad0519Dad44FA0a3Fe207/logo.png
deleted file mode 100644
index 64db54f96a262..0000000000000
Binary files a/blockchains/polygon/assets/0xa9f37D84c856fDa3812ad0519Dad44FA0a3Fe207/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xaAa5B9e6c589642f98a1cDA99B9D024B8407285A/info.json b/blockchains/polygon/assets/0xaAa5B9e6c589642f98a1cDA99B9D024B8407285A/info.json
deleted file mode 100644
index f7b49434a4059..0000000000000
--- a/blockchains/polygon/assets/0xaAa5B9e6c589642f98a1cDA99B9D024B8407285A/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "IRON Titanium Token",
- "symbol": "TITAN",
- "type": "POLYGON",
- "decimals": 18,
- "description": "Multi-chain Partial-Collateralized Stablecoin",
- "website": "https://polygon.iron.finance",
- "explorer": "https://polygonscan.com/token/0xaAa5B9e6c589642f98a1cDA99B9D024B8407285A",
- "status": "active",
- "id": "0xaAa5B9e6c589642f98a1cDA99B9D024B8407285A",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ironfinance"
- },
- {
- "name": "github",
- "url": "https://github.com/ironfinance"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ironfinance"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/iron-titanium-token/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/iron-titanium-token/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xaAa5B9e6c589642f98a1cDA99B9D024B8407285A/logo.png b/blockchains/polygon/assets/0xaAa5B9e6c589642f98a1cDA99B9D024B8407285A/logo.png
deleted file mode 100644
index 07fed015f0eb3..0000000000000
Binary files a/blockchains/polygon/assets/0xaAa5B9e6c589642f98a1cDA99B9D024B8407285A/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xb33EaAd8d922B1083446DC23f610c2567fB5180f/info.json b/blockchains/polygon/assets/0xb33EaAd8d922B1083446DC23f610c2567fB5180f/info.json
deleted file mode 100644
index 76a9b730327ba..0000000000000
--- a/blockchains/polygon/assets/0xb33EaAd8d922B1083446DC23f610c2567fB5180f/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Uniswap (PoS)",
- "website": "https://uniswap.org/",
- "description": "The Uniswap protocol empowers developers, liquidity providers and traders to participate in a financial marketplace that is open and accessible to all.",
- "explorer": "https://polygonscan.com/token/0xb33eaad8d922b1083446dc23f610c2567fb5180f",
- "type": "POLYGON",
- "symbol": "UNI",
- "decimals": 18,
- "status": "active",
- "id": "0xb33EaAd8d922B1083446DC23f610c2567fB5180f",
- "links": [
- {
- "name": "discord",
- "url": "https://discord.com/FCfyBSbCU5"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/UniswapProtocol"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/uniswap/"
- },
- {
- "name": "blog",
- "url": "https://uniswap.org/blog/uni/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/uniswap/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xb33EaAd8d922B1083446DC23f610c2567fB5180f/logo.png b/blockchains/polygon/assets/0xb33EaAd8d922B1083446DC23f610c2567fB5180f/logo.png
deleted file mode 100644
index 893ef55cb23c0..0000000000000
Binary files a/blockchains/polygon/assets/0xb33EaAd8d922B1083446DC23f610c2567fB5180f/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xb87f5c1E81077FfcfE821dA240fd20C99c533aF1/info.json b/blockchains/polygon/assets/0xb87f5c1E81077FfcfE821dA240fd20C99c533aF1/info.json
deleted file mode 100644
index 78ac85e395c54..0000000000000
--- a/blockchains/polygon/assets/0xb87f5c1E81077FfcfE821dA240fd20C99c533aF1/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "JasmyCoin",
- "symbol": "JASMY",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xb87f5c1E81077FfcfE821dA240fd20C99c533aF1"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xb87f5c1E81077FfcfE821dA240fd20C99c533aF1/logo.png b/blockchains/polygon/assets/0xb87f5c1E81077FfcfE821dA240fd20C99c533aF1/logo.png
deleted file mode 100644
index 16144dfa98334..0000000000000
Binary files a/blockchains/polygon/assets/0xb87f5c1E81077FfcfE821dA240fd20C99c533aF1/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xb8cb8a7F4C2885C03e57E973C74827909Fdc2032/info.json b/blockchains/polygon/assets/0xb8cb8a7F4C2885C03e57E973C74827909Fdc2032/info.json
deleted file mode 100644
index 9259d19f95829..0000000000000
--- a/blockchains/polygon/assets/0xb8cb8a7F4C2885C03e57E973C74827909Fdc2032/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "DFI money",
- "symbol": "YFII",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xb8cb8a7F4C2885C03e57E973C74827909Fdc2032"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xb8cb8a7F4C2885C03e57E973C74827909Fdc2032/logo.png b/blockchains/polygon/assets/0xb8cb8a7F4C2885C03e57E973C74827909Fdc2032/logo.png
deleted file mode 100644
index 8b38b931904d5..0000000000000
Binary files a/blockchains/polygon/assets/0xb8cb8a7F4C2885C03e57E973C74827909Fdc2032/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/info.json b/blockchains/polygon/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/info.json
deleted file mode 100644
index af7a42d4f97d1..0000000000000
--- a/blockchains/polygon/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/info.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "EverRise Rewards",
- "type": "POLYGON",
- "symbol": "claimRISE",
- "decimals": 18,
- "website": "https://www.everrise.com/",
- "description": "Virtual token that allows unclaimed rewards from EverRise Staking NFTs and its Vote Escrowed (ve) EverRise to display in wallet balances.",
- "explorer": "https://polygonscan.com/token/0xbBD7B847C6d0d0B5691518a363194D71426475F1",
- "status": "active",
- "id": "0xbBD7B847C6d0d0B5691518a363194D71426475F1",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/everrise"
- },
- {
- "name": "telegram",
- "url": "https://t.me/everriseofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/everriseofficial/"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/EverRise"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/everrise"
- },
- {
- "name": "github",
- "url": "https://github.com/everrise-ecosystem"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/EverRiseToken"
- }
- ],
- "tags": [
- "defi",
- "staking",
- "nft",
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/logo.png b/blockchains/polygon/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/logo.png
deleted file mode 100644
index efff8d00af4a5..0000000000000
Binary files a/blockchains/polygon/assets/0xbBD7B847C6d0d0B5691518a363194D71426475F1/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xbD7A5Cf51d22930B8B3Df6d834F9BCEf90EE7c4f/info.json b/blockchains/polygon/assets/0xbD7A5Cf51d22930B8B3Df6d834F9BCEf90EE7c4f/info.json
deleted file mode 100644
index de3f90fd32f52..0000000000000
--- a/blockchains/polygon/assets/0xbD7A5Cf51d22930B8B3Df6d834F9BCEf90EE7c4f/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Ethereum Name Service",
- "symbol": "ENS",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xbD7A5Cf51d22930B8B3Df6d834F9BCEf90EE7c4f"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xbD7A5Cf51d22930B8B3Df6d834F9BCEf90EE7c4f/logo.png b/blockchains/polygon/assets/0xbD7A5Cf51d22930B8B3Df6d834F9BCEf90EE7c4f/logo.png
deleted file mode 100644
index 8507ae1a8d9d5..0000000000000
Binary files a/blockchains/polygon/assets/0xbD7A5Cf51d22930B8B3Df6d834F9BCEf90EE7c4f/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE/info.json b/blockchains/polygon/assets/0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE/info.json
deleted file mode 100644
index 6b5236136cbeb..0000000000000
--- a/blockchains/polygon/assets/0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "iExec RLC",
- "symbol": "RLC",
- "type": "ERC20",
- "decimals": 9,
- "id": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE/logo.png b/blockchains/polygon/assets/0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE/logo.png
deleted file mode 100644
index 0b723e8a2fbc4..0000000000000
Binary files a/blockchains/polygon/assets/0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE/info.json b/blockchains/polygon/assets/0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE/info.json
deleted file mode 100644
index 54c6763ea369d..0000000000000
--- a/blockchains/polygon/assets/0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Pegaxy",
- "symbol": "PGX",
- "type": "POLYGON",
- "decimals": 18,
- "description": "Pegaxy Game Native Governance Token",
- "website": "https://pegaxy.io",
- "explorer": "https://polygonscan.com/token/0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE",
- "status": "active",
- "id": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/PegaxyOfficial"
- },
- {
- "name": "github",
- "url": "https://github.com/Pegaxy"
- },
- {
- "name": "telegram",
- "url": "https://t.me/pegaxyglobal"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/pegaxy/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/pegaxy-stone"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE/logo.png b/blockchains/polygon/assets/0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE/logo.png
deleted file mode 100644
index 239445550fef7..0000000000000
Binary files a/blockchains/polygon/assets/0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xc2132D05D31c914a87C6611C10748AEb04B58e8F/info.json b/blockchains/polygon/assets/0xc2132D05D31c914a87C6611C10748AEb04B58e8F/info.json
deleted file mode 100644
index 695972888e704..0000000000000
--- a/blockchains/polygon/assets/0xc2132D05D31c914a87C6611C10748AEb04B58e8F/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "(PoS) Tether USD",
- "website": "https://tether.to",
- "description": "Tether (USDT) is a cryptocurrency with a value meant to mirror the value of the U.S. dollar.",
- "explorer": "https://polygonscan.com/token/0xc2132d05d31c914a87c6611c10748aeb04b58e8f",
- "type": "POLYGON",
- "symbol": "USDT",
- "decimals": 6,
- "status": "active",
- "id": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
- "links": [
- {
- "name": "facebook",
- "url": "https://facebook.com/tether.to/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Tether_to/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/tether/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xc2132D05D31c914a87C6611C10748AEb04B58e8F/logo.png b/blockchains/polygon/assets/0xc2132D05D31c914a87C6611C10748AEb04B58e8F/logo.png
deleted file mode 100644
index 4b3027306a91c..0000000000000
Binary files a/blockchains/polygon/assets/0xc2132D05D31c914a87C6611C10748AEb04B58e8F/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xc26D47d5c33aC71AC5CF9F776D63Ba292a4F7842/info.json b/blockchains/polygon/assets/0xc26D47d5c33aC71AC5CF9F776D63Ba292a4F7842/info.json
deleted file mode 100644
index cf0a5be9ab292..0000000000000
--- a/blockchains/polygon/assets/0xc26D47d5c33aC71AC5CF9F776D63Ba292a4F7842/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Bancor Network Token",
- "symbol": "BNT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xc26D47d5c33aC71AC5CF9F776D63Ba292a4F7842"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xc26D47d5c33aC71AC5CF9F776D63Ba292a4F7842/logo.png b/blockchains/polygon/assets/0xc26D47d5c33aC71AC5CF9F776D63Ba292a4F7842/logo.png
deleted file mode 100644
index 53b403e7dcc40..0000000000000
Binary files a/blockchains/polygon/assets/0xc26D47d5c33aC71AC5CF9F776D63Ba292a4F7842/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xc3FdbadC7c795EF1D6Ba111e06fF8F16A20Ea539/info.json b/blockchains/polygon/assets/0xc3FdbadC7c795EF1D6Ba111e06fF8F16A20Ea539/info.json
deleted file mode 100644
index 71796728b9618..0000000000000
--- a/blockchains/polygon/assets/0xc3FdbadC7c795EF1D6Ba111e06fF8F16A20Ea539/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Adamant",
- "website": "https://adamant.finance/",
- "description": "Adamant is a yield optimizer vault that provides users with an easy and safe way to automatically compound their tokens on the Polygon (MATIC) network and maximize their yields.",
- "explorer": "https://polygonscan.com/token/0xc3fdbadc7c795ef1d6ba111e06ff8f16a20ea539",
- "type": "POLYGON",
- "symbol": "ADDY",
- "decimals": 18,
- "status": "active",
- "id": "0xc3FdbadC7c795EF1D6Ba111e06fF8F16A20Ea539",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/eepdev"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/AdamantVault"
- },
- {
- "name": "telegram",
- "url": "https://t.me/adamantfinance"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/adamant/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xc3FdbadC7c795EF1D6Ba111e06fF8F16A20Ea539/logo.png b/blockchains/polygon/assets/0xc3FdbadC7c795EF1D6Ba111e06fF8F16A20Ea539/logo.png
deleted file mode 100644
index 2318879f33727..0000000000000
Binary files a/blockchains/polygon/assets/0xc3FdbadC7c795EF1D6Ba111e06fF8F16A20Ea539/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xc3cFFDAf8F3fdF07da6D5e3A89B8723D5E385ff8/info.json b/blockchains/polygon/assets/0xc3cFFDAf8F3fdF07da6D5e3A89B8723D5E385ff8/info.json
deleted file mode 100644
index ee142ee635cf9..0000000000000
--- a/blockchains/polygon/assets/0xc3cFFDAf8F3fdF07da6D5e3A89B8723D5E385ff8/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Rubic",
- "symbol": "RBC",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xc3cFFDAf8F3fdF07da6D5e3A89B8723D5E385ff8"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xc3cFFDAf8F3fdF07da6D5e3A89B8723D5E385ff8/logo.png b/blockchains/polygon/assets/0xc3cFFDAf8F3fdF07da6D5e3A89B8723D5E385ff8/logo.png
deleted file mode 100644
index eac600320bff9..0000000000000
Binary files a/blockchains/polygon/assets/0xc3cFFDAf8F3fdF07da6D5e3A89B8723D5E385ff8/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xc48F61a288A08F1B80c2edd74652e1276B6A168c/info.json b/blockchains/polygon/assets/0xc48F61a288A08F1B80c2edd74652e1276B6A168c/info.json
deleted file mode 100644
index 67d12e4e9f855..0000000000000
--- a/blockchains/polygon/assets/0xc48F61a288A08F1B80c2edd74652e1276B6A168c/info.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "name": "GYSR",
- "website": "https://gysr.io",
- "description": "GYSR is an open platform for on-chain incentives.",
- "explorer": "https://polygonscan.com/token/0xc48f61a288a08f1b80c2edd74652e1276b6a168c",
- "type": "POLYGON",
- "symbol": "GYSR",
- "decimals": 18,
- "status": "active",
- "id": "0xc48F61a288A08F1B80c2edd74652e1276B6A168c",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/gysr-io"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/gysr_io"
- },
- {
- "name": "telegram",
- "url": "https://t.me/gysr_io"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/qjWa7JB"
- },
- {
- "name": "medium",
- "url": "https://medium.com/gysr"
- },
- {
- "name": "blog",
- "url": "https://gysr.substack.com"
- },
- {
- "name": "whitepaper",
- "url": "https://resources.gysr.io/gysr_v2_whitepaper.pdf"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/gysr"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/geyser"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/polygon/assets/0xc48F61a288A08F1B80c2edd74652e1276B6A168c/logo.png b/blockchains/polygon/assets/0xc48F61a288A08F1B80c2edd74652e1276B6A168c/logo.png
deleted file mode 100644
index 18ceeb8578af9..0000000000000
Binary files a/blockchains/polygon/assets/0xc48F61a288A08F1B80c2edd74652e1276B6A168c/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xc8bcb58caEf1bE972C0B638B1dD8B0748Fdc8A44/info.json b/blockchains/polygon/assets/0xc8bcb58caEf1bE972C0B638B1dD8B0748Fdc8A44/info.json
deleted file mode 100644
index a21e913e6b22d..0000000000000
--- a/blockchains/polygon/assets/0xc8bcb58caEf1bE972C0B638B1dD8B0748Fdc8A44/info.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "name": "PearZap Token",
- "website": "https://app.pearzap.com/",
- "description": "High yield farms & pools on the Polygon Chain. Secure, experienced team and innovative farm features",
- "explorer": "https://polygonscan.com/token/0xc8bcb58caEf1bE972C0B638B1dD8B0748Fdc8A44",
- "type": "POLYGON",
- "symbol": "PEAR",
- "decimals": 18,
- "status": "active",
- "id": "0xc8bcb58caEf1bE972C0B638B1dD8B0748Fdc8A44",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/pearzap"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/pearzap"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/pear"
- },
- {
- "name": "medium",
- "url": "https://pearzap.medium.com"
- },
- {
- "name": "telegram",
- "url": "https://t.me/pearzap"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCF1dw4IcP_wsXGm4nM4kPqQ"
- },
- {
- "name": "docs",
- "url": "https://doc.pearzap.com"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xc8bcb58caEf1bE972C0B638B1dD8B0748Fdc8A44/logo.png b/blockchains/polygon/assets/0xc8bcb58caEf1bE972C0B638B1dD8B0748Fdc8A44/logo.png
deleted file mode 100644
index 7835dab7de676..0000000000000
Binary files a/blockchains/polygon/assets/0xc8bcb58caEf1bE972C0B638B1dD8B0748Fdc8A44/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xcB059C5573646047D6d88dDdb87B745C18161d3b/info.json b/blockchains/polygon/assets/0xcB059C5573646047D6d88dDdb87B745C18161d3b/info.json
deleted file mode 100644
index d9dce7951c14d..0000000000000
--- a/blockchains/polygon/assets/0xcB059C5573646047D6d88dDdb87B745C18161d3b/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Polymath",
- "symbol": "POLY",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xcB059C5573646047D6d88dDdb87B745C18161d3b"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xcB059C5573646047D6d88dDdb87B745C18161d3b/logo.png b/blockchains/polygon/assets/0xcB059C5573646047D6d88dDdb87B745C18161d3b/logo.png
deleted file mode 100644
index 9045c83db7b47..0000000000000
Binary files a/blockchains/polygon/assets/0xcB059C5573646047D6d88dDdb87B745C18161d3b/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xccBe9B810d6574701d324fD6DbE0A1b68f9d5bf7/info.json b/blockchains/polygon/assets/0xccBe9B810d6574701d324fD6DbE0A1b68f9d5bf7/info.json
deleted file mode 100644
index f49270b89f529..0000000000000
--- a/blockchains/polygon/assets/0xccBe9B810d6574701d324fD6DbE0A1b68f9d5bf7/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": " Stacker Ventures Token (PoS)",
- "website": "https://stacker.vc/polygon",
- "description": "Stacker Ventures is a community-run protocol for initiating and managing pooled capital on the blockchain.",
- "explorer": "https://polygonscan.com/token/0xccbe9b810d6574701d324fd6dbe0a1b68f9d5bf7",
- "type": "POLYGON",
- "symbol": "STACK",
- "decimals": 18,
- "status": "active",
- "id": "0xccBe9B810d6574701d324fD6DbE0A1b68f9d5bf7",
- "links": [
- {
- "name": "discord",
- "url": "https://discord.com/invite/hFNRy3t"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/StackerVentures"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/stacker-ventures/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/stacker-ventures/"
- },
- {
- "name": "github",
- "url": "https://github.com/stacker-ventures"
- },
- {
- "name": "telegram",
- "url": "https://t.me/StackerVentures"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xccBe9B810d6574701d324fD6DbE0A1b68f9d5bf7/logo.png b/blockchains/polygon/assets/0xccBe9B810d6574701d324fD6DbE0A1b68f9d5bf7/logo.png
deleted file mode 100644
index 05ed41257c4f0..0000000000000
Binary files a/blockchains/polygon/assets/0xccBe9B810d6574701d324fD6DbE0A1b68f9d5bf7/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xcdB3C70CD25FD15307D84C4F9D37d5C043B33Fb2/info.json b/blockchains/polygon/assets/0xcdB3C70CD25FD15307D84C4F9D37d5C043B33Fb2/info.json
deleted file mode 100644
index 1d143b807eeec..0000000000000
--- a/blockchains/polygon/assets/0xcdB3C70CD25FD15307D84C4F9D37d5C043B33Fb2/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Spell Token",
- "symbol": "SPELL",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xcdB3C70CD25FD15307D84C4F9D37d5C043B33Fb2"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xcdB3C70CD25FD15307D84C4F9D37d5C043B33Fb2/logo.png b/blockchains/polygon/assets/0xcdB3C70CD25FD15307D84C4F9D37d5C043B33Fb2/logo.png
deleted file mode 100644
index fc7438b7de4b2..0000000000000
Binary files a/blockchains/polygon/assets/0xcdB3C70CD25FD15307D84C4F9D37d5C043B33Fb2/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xcf32822ff397Ef82425153a9dcb726E5fF61DCA7/info.json b/blockchains/polygon/assets/0xcf32822ff397Ef82425153a9dcb726E5fF61DCA7/info.json
deleted file mode 100644
index 11eb901718432..0000000000000
--- a/blockchains/polygon/assets/0xcf32822ff397Ef82425153a9dcb726E5fF61DCA7/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "GAMEE Token",
- "website": "https://token.gamee.com",
- "description": "The GAMEE Token is an ERC-20 utility token that is designed to be the currency of purchase, utility and reward in supported play-to-earn games provided on the GAMEE entertainment platform.",
- "explorer": "https://polygonscan.com/token/0xcf32822ff397Ef82425153a9dcb726E5fF61DCA7",
- "type": "POLYGON",
- "symbol": "GMEE",
- "decimals": 18,
- "status": "active",
- "id": "0xcf32822ff397Ef82425153a9dcb726E5fF61DCA7",
- "links": [
- {
- "name": "discord",
- "url": "https://discord.com/p5ZYTVJeQz"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/GAMEEToken"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/gamee"
- },
- {
- "name": "medium",
- "url": "https://gamee.medium.com/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/gamee/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/gameetoken"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xcf32822ff397Ef82425153a9dcb726E5fF61DCA7/logo.png b/blockchains/polygon/assets/0xcf32822ff397Ef82425153a9dcb726E5fF61DCA7/logo.png
deleted file mode 100644
index 791c6bf7e8e16..0000000000000
Binary files a/blockchains/polygon/assets/0xcf32822ff397Ef82425153a9dcb726E5fF61DCA7/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xd0258a3fD00f38aa8090dfee343f10A9D4d30D3F/info.json b/blockchains/polygon/assets/0xd0258a3fD00f38aa8090dfee343f10A9D4d30D3F/info.json
deleted file mode 100644
index 38a8e11bfd1fd..0000000000000
--- a/blockchains/polygon/assets/0xd0258a3fD00f38aa8090dfee343f10A9D4d30D3F/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "VOXEL Token",
- "type": "POLYGON",
- "symbol": "VOXEL",
- "decimals": 18,
- "website": "https://voxies.io/",
- "description": "Voxies is a free-to-play, 3D turn-based tactical RPG. The gameplay of Voxies is similar to a traditional RPG and tactical game, but it is powered by blockchain technology and ownership is central to the core concepts of the game.",
- "explorer": "https://polygonscan.com/token/0xd0258a3fd00f38aa8090dfee343f10a9d4d30d3f",
- "status": "active",
- "id": "0xd0258a3fD00f38aa8090dfee343f10A9D4d30D3F",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/VoxiesNFT"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/voxies"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/voxies/"
- }
- ],
- "tags": [
- "gamefi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xd0258a3fD00f38aa8090dfee343f10A9D4d30D3F/logo.png b/blockchains/polygon/assets/0xd0258a3fD00f38aa8090dfee343f10A9D4d30D3F/logo.png
deleted file mode 100644
index 8a68f9ddf4c30..0000000000000
Binary files a/blockchains/polygon/assets/0xd0258a3fD00f38aa8090dfee343f10A9D4d30D3F/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xd2507e7b5794179380673870d88B22F94da6abe0/info.json b/blockchains/polygon/assets/0xd2507e7b5794179380673870d88B22F94da6abe0/info.json
deleted file mode 100644
index e699ac1ae23d5..0000000000000
--- a/blockchains/polygon/assets/0xd2507e7b5794179380673870d88B22F94da6abe0/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "XYO Network",
- "symbol": "XYO",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xd2507e7b5794179380673870d88B22F94da6abe0"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xd2507e7b5794179380673870d88B22F94da6abe0/logo.png b/blockchains/polygon/assets/0xd2507e7b5794179380673870d88B22F94da6abe0/logo.png
deleted file mode 100644
index 49f67155b5c09..0000000000000
Binary files a/blockchains/polygon/assets/0xd2507e7b5794179380673870d88B22F94da6abe0/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/info.json b/blockchains/polygon/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/info.json
deleted file mode 100644
index 6189db96d808d..0000000000000
--- a/blockchains/polygon/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Okcash",
- "type": "POLYGON",
- "symbol": "OK",
- "decimals": 18,
- "website": "https://okcash.co",
- "description": "OK is the leading multi chain PoS, web3 + NFTs open source electronic cash, its design is public, nobody owns or controls Okcash and everyone can take part.",
- "explorer": "https://polygonscan.com/token/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189",
- "status": "active",
- "id": "0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/OkcashCrypto"
- },
- {
- "name": "github",
- "url": "https://github.com/okcashpro"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/okcash/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/okcash"
- },
- {
- "name": "medium",
- "url": "https://medium.com/okcash"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/polygon/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/logo.png b/blockchains/polygon/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/logo.png
deleted file mode 100644
index a3b20074ec34d..0000000000000
Binary files a/blockchains/polygon/assets/0xd3Ac016b1B8C80EeAdDe4D186A9138C9324e4189/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xd72357dAcA2cF11A5F155b9FF7880E595A3F5792/info.json b/blockchains/polygon/assets/0xd72357dAcA2cF11A5F155b9FF7880E595A3F5792/info.json
deleted file mode 100644
index d0823a52f745e..0000000000000
--- a/blockchains/polygon/assets/0xd72357dAcA2cF11A5F155b9FF7880E595A3F5792/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Storj Token",
- "symbol": "STORJ",
- "type": "ERC20",
- "decimals": 8,
- "id": "0xd72357dAcA2cF11A5F155b9FF7880E595A3F5792"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xd72357dAcA2cF11A5F155b9FF7880E595A3F5792/logo.png b/blockchains/polygon/assets/0xd72357dAcA2cF11A5F155b9FF7880E595A3F5792/logo.png
deleted file mode 100644
index a43ba84ff96b8..0000000000000
Binary files a/blockchains/polygon/assets/0xd72357dAcA2cF11A5F155b9FF7880E595A3F5792/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xd93f7E271cB87c23AaA73edC008A79646d1F9912/info.json b/blockchains/polygon/assets/0xd93f7E271cB87c23AaA73edC008A79646d1F9912/info.json
deleted file mode 100644
index bf20c79c1c058..0000000000000
--- a/blockchains/polygon/assets/0xd93f7E271cB87c23AaA73edC008A79646d1F9912/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "SOL (Portal)",
- "type": "POLYGON",
- "symbol": "SOL",
- "decimals": 9,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://solana.com/",
- "explorer": "https://polygonscan.com/token/0xd93f7e271cb87c23aaa73edc008a79646d1f9912",
- "status": "active",
- "id": "0xd93f7E271cB87c23AaA73edC008A79646d1F9912",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xd93f7E271cB87c23AaA73edC008A79646d1F9912/logo.png b/blockchains/polygon/assets/0xd93f7E271cB87c23AaA73edC008A79646d1F9912/logo.png
deleted file mode 100644
index 7a2e75fd77f1b..0000000000000
Binary files a/blockchains/polygon/assets/0xd93f7E271cB87c23AaA73edC008A79646d1F9912/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7/info.json b/blockchains/polygon/assets/0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7/info.json
deleted file mode 100644
index 992ff670038af..0000000000000
--- a/blockchains/polygon/assets/0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Binance USD",
- "symbol": "BUSD",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7/logo.png b/blockchains/polygon/assets/0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7/logo.png
deleted file mode 100644
index 76d02e370b6d6..0000000000000
Binary files a/blockchains/polygon/assets/0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xdDa7b23D2D72746663E7939743f929a3d85FC975/info.json b/blockchains/polygon/assets/0xdDa7b23D2D72746663E7939743f929a3d85FC975/info.json
deleted file mode 100644
index 5305639991ba4..0000000000000
--- a/blockchains/polygon/assets/0xdDa7b23D2D72746663E7939743f929a3d85FC975/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Ambire AdEx",
- "symbol": "ADX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xdDa7b23D2D72746663E7939743f929a3d85FC975"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xdDa7b23D2D72746663E7939743f929a3d85FC975/logo.png b/blockchains/polygon/assets/0xdDa7b23D2D72746663E7939743f929a3d85FC975/logo.png
deleted file mode 100644
index 19b178c65df95..0000000000000
Binary files a/blockchains/polygon/assets/0xdDa7b23D2D72746663E7939743f929a3d85FC975/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32/info.json b/blockchains/polygon/assets/0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32/info.json
deleted file mode 100644
index c16d64bda384f..0000000000000
--- a/blockchains/polygon/assets/0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Telcoin",
- "website": "https://www.telco.in/",
- "description": "A cryptocurrency distributed by your mobile operator and accepted everywhere.",
- "explorer": "https://polygonscan.com/token/0xdf7837de1f2fa4631d716cf2502f8b230f1dcc32",
- "type": "POLYGON",
- "symbol": "TEL",
- "decimals": 2,
- "status": "active",
- "id": "0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/telcoin"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/telcoin_team"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/telcoin/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@telcoin"
- },
- {
- "name": "telegram",
- "url": "https://t.me/telcoincommunity"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32/logo.png b/blockchains/polygon/assets/0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32/logo.png
deleted file mode 100644
index 045e5db77670a..0000000000000
Binary files a/blockchains/polygon/assets/0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xdb95f9188479575F3F718a245EcA1B3BF74567EC/info.json b/blockchains/polygon/assets/0xdb95f9188479575F3F718a245EcA1B3BF74567EC/info.json
deleted file mode 100644
index 522ebe9f16ae4..0000000000000
--- a/blockchains/polygon/assets/0xdb95f9188479575F3F718a245EcA1B3BF74567EC/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Gitcoin",
- "symbol": "GTC",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xdb95f9188479575F3F718a245EcA1B3BF74567EC"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xdb95f9188479575F3F718a245EcA1B3BF74567EC/logo.png b/blockchains/polygon/assets/0xdb95f9188479575F3F718a245EcA1B3BF74567EC/logo.png
deleted file mode 100644
index 361301f2a2ca9..0000000000000
Binary files a/blockchains/polygon/assets/0xdb95f9188479575F3F718a245EcA1B3BF74567EC/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xe1708AbDE4847B4929b70547E5197F1Ba1db2250/info.json b/blockchains/polygon/assets/0xe1708AbDE4847B4929b70547E5197F1Ba1db2250/info.json
deleted file mode 100644
index 0af5908345866..0000000000000
--- a/blockchains/polygon/assets/0xe1708AbDE4847B4929b70547E5197F1Ba1db2250/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Tokemak",
- "symbol": "TOKE",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xe1708AbDE4847B4929b70547E5197F1Ba1db2250"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xe1708AbDE4847B4929b70547E5197F1Ba1db2250/logo.png b/blockchains/polygon/assets/0xe1708AbDE4847B4929b70547E5197F1Ba1db2250/logo.png
deleted file mode 100644
index 9ccb157fc1af6..0000000000000
Binary files a/blockchains/polygon/assets/0xe1708AbDE4847B4929b70547E5197F1Ba1db2250/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xe2341718c6C0CbFa8e6686102DD8FbF4047a9e9B/info.json b/blockchains/polygon/assets/0xe2341718c6C0CbFa8e6686102DD8FbF4047a9e9B/info.json
deleted file mode 100644
index 9bdcd7cc421b3..0000000000000
--- a/blockchains/polygon/assets/0xe2341718c6C0CbFa8e6686102DD8FbF4047a9e9B/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "AIOZ Network",
- "symbol": "AIOZ",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xe2341718c6C0CbFa8e6686102DD8FbF4047a9e9B"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xe2341718c6C0CbFa8e6686102DD8FbF4047a9e9B/logo.png b/blockchains/polygon/assets/0xe2341718c6C0CbFa8e6686102DD8FbF4047a9e9B/logo.png
deleted file mode 100644
index 3a03dd6f8f9e6..0000000000000
Binary files a/blockchains/polygon/assets/0xe2341718c6C0CbFa8e6686102DD8FbF4047a9e9B/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xe580074A10360404AF3ABfe2d524D5806D993ea3/info.json b/blockchains/polygon/assets/0xe580074A10360404AF3ABfe2d524D5806D993ea3/info.json
deleted file mode 100644
index dc6150c3ec1a2..0000000000000
--- a/blockchains/polygon/assets/0xe580074A10360404AF3ABfe2d524D5806D993ea3/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "PayBolt",
- "type": "POLYGON",
- "symbol": "PAY",
- "decimals": 18,
- "website": "https://www.paybolt.io/",
- "description": "Pay expenses, earn $PAY rewards with your crypto tokens in near-instant time. Start spending your tokens at cafe, restaurant and everywhere.",
- "explorer": "https://polygonscan.com/token/0xe580074A10360404AF3ABfe2d524D5806D993ea3",
- "status": "active",
- "id": "0xe580074A10360404AF3ABfe2d524D5806D993ea3",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/PayBolt"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/PayBoltofficial"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/c/PayBolt"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/PayBolt"
- },
- {
- "name": "whitepaper",
- "url": "https://file.paybolt.io/paybolt_whitepaper.pdf"
- },
- {
- "name": "github",
- "url": "https://github.com/paybolt"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/paybolt/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xe580074A10360404AF3ABfe2d524D5806D993ea3/logo.png b/blockchains/polygon/assets/0xe580074A10360404AF3ABfe2d524D5806D993ea3/logo.png
deleted file mode 100644
index 83f7a4797d18d..0000000000000
Binary files a/blockchains/polygon/assets/0xe580074A10360404AF3ABfe2d524D5806D993ea3/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xeCDCB5B88F8e3C15f95c720C51c71c9E2080525d/info.json b/blockchains/polygon/assets/0xeCDCB5B88F8e3C15f95c720C51c71c9E2080525d/info.json
deleted file mode 100644
index 33e6f036734e3..0000000000000
--- a/blockchains/polygon/assets/0xeCDCB5B88F8e3C15f95c720C51c71c9E2080525d/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Binance Coin (Portal)",
- "type": "POLYGON",
- "symbol": "BNB",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.binance.com/",
- "explorer": "https://polygonscan.com/token/0xecdcb5b88f8e3c15f95c720c51c71c9e2080525d",
- "status": "active",
- "id": "0xeCDCB5B88F8e3C15f95c720C51c71c9E2080525d",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xeCDCB5B88F8e3C15f95c720C51c71c9E2080525d/logo.png b/blockchains/polygon/assets/0xeCDCB5B88F8e3C15f95c720C51c71c9E2080525d/logo.png
deleted file mode 100644
index 24a702d4390f2..0000000000000
Binary files a/blockchains/polygon/assets/0xeCDCB5B88F8e3C15f95c720C51c71c9E2080525d/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xef938b6da8576a896f6E0321ef80996F4890f9c4/info.json b/blockchains/polygon/assets/0xef938b6da8576a896f6E0321ef80996F4890f9c4/info.json
deleted file mode 100644
index 7140bc46832ef..0000000000000
--- a/blockchains/polygon/assets/0xef938b6da8576a896f6E0321ef80996F4890f9c4/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Decentral Games",
- "website": "https://decentral.games",
- "description": "Decentral Games is a metaverse-native gaming DAO building play-to-earn poker. DG Hodlers vote on treasury management, economic policy, and development to grow and strengthen the Decentral Games ecosystem.",
- "explorer": "https://polygonscan.com/token/0xef938b6da8576a896f6e0321ef80996f4890f9c4",
- "type": "POLYGON",
- "symbol": "DG",
- "decimals": 18,
- "status": "active",
- "id": "0xef938b6da8576a896f6E0321ef80996F4890f9c4",
- "tags": [
- "gamefi"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/decentralgames"
- },
- {
- "name": "github",
- "url": "https://github.com/decentralgames"
- },
- {
- "name": "telegram",
- "url": "https://t.me/decentralgames"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/decentral-games-new/"
- }
- ]
-}
diff --git a/blockchains/polygon/assets/0xef938b6da8576a896f6E0321ef80996F4890f9c4/logo.png b/blockchains/polygon/assets/0xef938b6da8576a896f6E0321ef80996F4890f9c4/logo.png
deleted file mode 100644
index b1c58d2c76c16..0000000000000
Binary files a/blockchains/polygon/assets/0xef938b6da8576a896f6E0321ef80996F4890f9c4/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xf0f9D895aCa5c8678f706FB8216fa22957685A13/info.json b/blockchains/polygon/assets/0xf0f9D895aCa5c8678f706FB8216fa22957685A13/info.json
deleted file mode 100644
index 2f16f323e4460..0000000000000
--- a/blockchains/polygon/assets/0xf0f9D895aCa5c8678f706FB8216fa22957685A13/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "Revolt 2 Earn",
- "type": "POLYGON",
- "symbol": "RVLT",
- "decimals": 18,
- "website": "https://revolt.cultdao.io/",
- "description": "Revolt is CULT DAOs first ecosystem token, and has been built on the Polygon network with 0.4% taxation. RVLT seeks to support The Many individuals who are working towards the same goal of helping the CULT ecosystem.",
- "explorer": "https://polygonscan.com/token/0xf0f9D895aCa5c8678f706FB8216fa22957685A13",
- "status": "active",
- "id": "0xf0f9D895aCa5c8678f706FB8216fa22957685A13",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/wearecultdao"
- },
- {
- "name": "github",
- "url": "https://github.com/cultdao-developer/revolt2earn"
- },
- {
- "name": "telegram",
- "url": "https://t.me/revolt2earn"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/revolt-2-earn/"
- },
- {
- "name": "blog",
- "url": "https://wearecultdao.medium.com/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xf0f9D895aCa5c8678f706FB8216fa22957685A13/logo.png b/blockchains/polygon/assets/0xf0f9D895aCa5c8678f706FB8216fa22957685A13/logo.png
deleted file mode 100644
index e57ca28fc9381..0000000000000
Binary files a/blockchains/polygon/assets/0xf0f9D895aCa5c8678f706FB8216fa22957685A13/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xf14fbC6B30e2c4BC05A1D4fbE34bf9f14313309D/info.json b/blockchains/polygon/assets/0xf14fbC6B30e2c4BC05A1D4fbE34bf9f14313309D/info.json
deleted file mode 100644
index 76ad274260f68..0000000000000
--- a/blockchains/polygon/assets/0xf14fbC6B30e2c4BC05A1D4fbE34bf9f14313309D/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Akash Network (PoS)",
- "type": "POLYGON",
- "symbol": "AKT",
- "decimals": 6,
- "website": "https://akash.network",
- "description": "Akash Network is a Distributed Peer-to-Peer Marketplace for Cloud Compute",
- "explorer": "https://polygonscan.com/token/0xf14fbC6B30e2c4BC05A1D4fbE34bf9f14313309D",
- "status": "active",
- "id": "0xf14fbC6B30e2c4BC05A1D4fbE34bf9f14313309D",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/akashnet_"
- },
- {
- "name": "telegram",
- "url": "https://t.me/AkashNW"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/akash-network/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xf14fbC6B30e2c4BC05A1D4fbE34bf9f14313309D/logo.png b/blockchains/polygon/assets/0xf14fbC6B30e2c4BC05A1D4fbE34bf9f14313309D/logo.png
deleted file mode 100644
index 01df4e76f4299..0000000000000
Binary files a/blockchains/polygon/assets/0xf14fbC6B30e2c4BC05A1D4fbE34bf9f14313309D/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xf1938Ce12400f9a761084E7A80d37e732a4dA056/info.json b/blockchains/polygon/assets/0xf1938Ce12400f9a761084E7A80d37e732a4dA056/info.json
deleted file mode 100644
index c98605640d9bc..0000000000000
--- a/blockchains/polygon/assets/0xf1938Ce12400f9a761084E7A80d37e732a4dA056/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Chiliz",
- "symbol": "CHZ",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xf1938Ce12400f9a761084E7A80d37e732a4dA056"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xf1938Ce12400f9a761084E7A80d37e732a4dA056/logo.png b/blockchains/polygon/assets/0xf1938Ce12400f9a761084E7A80d37e732a4dA056/logo.png
deleted file mode 100644
index ef01420eb3139..0000000000000
Binary files a/blockchains/polygon/assets/0xf1938Ce12400f9a761084E7A80d37e732a4dA056/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xf6372cDb9c1d3674E83842e3800F2A62aC9F3C66/info.json b/blockchains/polygon/assets/0xf6372cDb9c1d3674E83842e3800F2A62aC9F3C66/info.json
deleted file mode 100644
index 6806acf866e44..0000000000000
--- a/blockchains/polygon/assets/0xf6372cDb9c1d3674E83842e3800F2A62aC9F3C66/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "IoTeX",
- "symbol": "IOTX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xf6372cDb9c1d3674E83842e3800F2A62aC9F3C66"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xf6372cDb9c1d3674E83842e3800F2A62aC9F3C66/logo.png b/blockchains/polygon/assets/0xf6372cDb9c1d3674E83842e3800F2A62aC9F3C66/logo.png
deleted file mode 100644
index f0b7334340338..0000000000000
Binary files a/blockchains/polygon/assets/0xf6372cDb9c1d3674E83842e3800F2A62aC9F3C66/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xfBd8A3b908e764dBcD51e27992464B4432A1132b/info.json b/blockchains/polygon/assets/0xfBd8A3b908e764dBcD51e27992464B4432A1132b/info.json
deleted file mode 100644
index e415a9886b95b..0000000000000
--- a/blockchains/polygon/assets/0xfBd8A3b908e764dBcD51e27992464B4432A1132b/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "Index Cooperative",
- "symbol": "INDEX",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xfBd8A3b908e764dBcD51e27992464B4432A1132b"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xfBd8A3b908e764dBcD51e27992464B4432A1132b/logo.png b/blockchains/polygon/assets/0xfBd8A3b908e764dBcD51e27992464B4432A1132b/logo.png
deleted file mode 100644
index ac3aed7265d8b..0000000000000
Binary files a/blockchains/polygon/assets/0xfBd8A3b908e764dBcD51e27992464B4432A1132b/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xfad70FD116559914240faB82b0078c4E82a6a1B8/info.json b/blockchains/polygon/assets/0xfad70FD116559914240faB82b0078c4E82a6a1B8/info.json
deleted file mode 100644
index 1ef47907f71cc..0000000000000
--- a/blockchains/polygon/assets/0xfad70FD116559914240faB82b0078c4E82a6a1B8/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "CremePieSwap",
- "website": "https://cremepieswap.finance",
- "description": "Lead chain adoption by creating the lowest fee, highest rewarding AMM on the Polygon (MATIC) network.",
- "explorer": "https://polygonscan.com/token/0xfad70fd116559914240fab82b0078c4e82a6a1b8",
- "type": "POLYGON",
- "symbol": "CPIE",
- "decimals": 18,
- "status": "active",
- "id": "0xfad70FD116559914240faB82b0078c4E82a6a1B8",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/CremePieSwap"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/CremePieSwap"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.cremepieswap.finance"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xfad70FD116559914240faB82b0078c4E82a6a1B8/logo.png b/blockchains/polygon/assets/0xfad70FD116559914240faB82b0078c4E82a6a1B8/logo.png
deleted file mode 100644
index 12bdc19d3c14d..0000000000000
Binary files a/blockchains/polygon/assets/0xfad70FD116559914240faB82b0078c4E82a6a1B8/logo.png and /dev/null differ
diff --git a/blockchains/polygon/assets/0xff835562C761205659939B64583dd381a6AA4D92/info.json b/blockchains/polygon/assets/0xff835562C761205659939B64583dd381a6AA4D92/info.json
deleted file mode 100644
index c30aed883b7a8..0000000000000
--- a/blockchains/polygon/assets/0xff835562C761205659939B64583dd381a6AA4D92/info.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "DexTools",
- "symbol": "DEXT",
- "type": "ERC20",
- "decimals": 18,
- "id": "0xff835562C761205659939B64583dd381a6AA4D92"
-}
\ No newline at end of file
diff --git a/blockchains/polygon/assets/0xff835562C761205659939B64583dd381a6AA4D92/logo.png b/blockchains/polygon/assets/0xff835562C761205659939B64583dd381a6AA4D92/logo.png
deleted file mode 100644
index f35bd20f23af1..0000000000000
Binary files a/blockchains/polygon/assets/0xff835562C761205659939B64583dd381a6AA4D92/logo.png and /dev/null differ
diff --git a/blockchains/polygon/info/info.json b/blockchains/polygon/info/info.json
deleted file mode 100644
index d88d2caa39dd4..0000000000000
--- a/blockchains/polygon/info/info.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "name": "Polygon",
- "website": "https://polygon.technology/",
- "short_description": "Polygon (Matic) strives to solve the scalability and usability issues, while not compromising on decentralization and leveraging the existing developer community and ecosystem",
- "description": "Polygon (Matic) strives to solve the scalability and usability issues, while not compromising on decentralization and leveraging the existing developer community and ecosystem",
- "explorer": "https://polygonscan.com/",
- "research": "https://docs.matic.network/",
- "type": "coin",
- "symbol": "MATIC",
- "rpc_url": "https://polygon-rpc.com",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/maticnetwork/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/0xPolygon"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/maticnetwork/"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/maticnetwork/whitepaper"
- }
- ]
-}
diff --git a/blockchains/polygon/info/logo.png b/blockchains/polygon/info/logo.png
deleted file mode 100644
index 6d3c0e9b20fc8..0000000000000
Binary files a/blockchains/polygon/info/logo.png and /dev/null differ
diff --git a/blockchains/polygon/tokenlist-extended.json b/blockchains/polygon/tokenlist-extended.json
deleted file mode 100644
index daa0797a0b5c6..0000000000000
--- a/blockchains/polygon/tokenlist-extended.json
+++ /dev/null
@@ -1,237 +0,0 @@
-{
- "name": "Trust Wallet: Polygon",
- "logoURI": "https://trustwallet.com/assets/images/favicon.png",
- "timestamp": "2022-08-27T11:20:36.086215",
- "tokens": [
- {
- "asset": "c966_t0xaAa5B9e6c589642f98a1cDA99B9D024B8407285A",
- "type": "POLYGON",
- "address": "0xaAa5B9e6c589642f98a1cDA99B9D024B8407285A",
- "name": "IRON Titanium Token",
- "symbol": "TITAN",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0xaAa5B9e6c589642f98a1cDA99B9D024B8407285A/logo.png"
- },
- {
- "asset": "c966_t0xD86b5923F3AD7b585eD81B448170ae026c65ae9a",
- "type": "POLYGON",
- "address": "0xD86b5923F3AD7b585eD81B448170ae026c65ae9a",
- "name": "IRON Stablecoin",
- "symbol": "IRON",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0xD86b5923F3AD7b585eD81B448170ae026c65ae9a/logo.png"
- },
- {
- "asset": "c966_t0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE",
- "type": "POLYGON",
- "address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE",
- "name": "Pegaxy",
- "symbol": "PGX",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE/logo.png"
- },
- {
- "asset": "c966_t0xb33EaAd8d922B1083446DC23f610c2567fB5180f",
- "type": "POLYGON",
- "address": "0xb33EaAd8d922B1083446DC23f610c2567fB5180f",
- "name": "Uniswap (PoS)",
- "symbol": "UNI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0xb33EaAd8d922B1083446DC23f610c2567fB5180f/logo.png"
- },
- {
- "asset": "c966_t0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a",
- "type": "POLYGON",
- "address": "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a",
- "name": "SushiToken (PoS)",
- "symbol": "SUSHI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a/logo.png"
- },
- {
- "asset": "c966_t0x8C92e38eCA8210f4fcBf17F0951b198Dd7668292",
- "type": "POLYGON",
- "address": "0x8C92e38eCA8210f4fcBf17F0951b198Dd7668292",
- "name": "dHEDGE DAO Token (PoS)",
- "symbol": "DHT",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x8C92e38eCA8210f4fcBf17F0951b198Dd7668292/logo.png"
- },
- {
- "asset": "c966_t0x3a9A81d576d83FF21f26f325066054540720fC34",
- "type": "POLYGON",
- "address": "0x3a9A81d576d83FF21f26f325066054540720fC34",
- "name": "Streamr",
- "symbol": "DATA",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x3a9A81d576d83FF21f26f325066054540720fC34/logo.png"
- },
- {
- "asset": "c966_t0xef938b6da8576a896f6E0321ef80996F4890f9c4",
- "type": "POLYGON",
- "address": "0xef938b6da8576a896f6E0321ef80996F4890f9c4",
- "name": "Decentral Games",
- "symbol": "DG",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0xef938b6da8576a896f6E0321ef80996F4890f9c4/logo.png"
- },
- {
- "asset": "c966_t0xC168E40227E4ebD8C1caE80F7a55a4F0e6D66C97",
- "type": "POLYGON",
- "address": "0xC168E40227E4ebD8C1caE80F7a55a4F0e6D66C97",
- "name": "DFYN Token (PoS)",
- "symbol": "DFYN",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0xC168E40227E4ebD8C1caE80F7a55a4F0e6D66C97/logo.png"
- },
- {
- "asset": "c966_t0x229b1b6C23ff8953D663C4cBB519717e323a0a84",
- "type": "POLYGON",
- "address": "0x229b1b6C23ff8953D663C4cBB519717e323a0a84",
- "name": "BLOK",
- "symbol": "BLOK",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x229b1b6C23ff8953D663C4cBB519717e323a0a84/logo.png"
- },
- {
- "asset": "c966_t0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4",
- "type": "POLYGON",
- "address": "0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4",
- "name": "Route",
- "symbol": "ROUTE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x16ECCfDbb4eE1A85A33f3A9B21175Cd7Ae753dB4/logo.png"
- },
- {
- "asset": "c966_t0x05089C9EBFFa4F0AcA269e32056b1b36B37ED71b",
- "type": "POLYGON",
- "address": "0x05089C9EBFFa4F0AcA269e32056b1b36B37ED71b",
- "name": "Krill",
- "symbol": "Krill",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x05089C9EBFFa4F0AcA269e32056b1b36B37ED71b/logo.png"
- },
- {
- "asset": "c966_t0x3a3Df212b7AA91Aa0402B9035b098891d276572B",
- "type": "POLYGON",
- "address": "0x3a3Df212b7AA91Aa0402B9035b098891d276572B",
- "name": "Fish",
- "symbol": "FISH",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x3a3Df212b7AA91Aa0402B9035b098891d276572B/logo.png"
- },
- {
- "asset": "c966_t0x4c4BF319237D98a30A929A96112EfFa8DA3510EB",
- "type": "POLYGON",
- "address": "0x4c4BF319237D98a30A929A96112EfFa8DA3510EB",
- "name": "WaultSwap Polygon",
- "symbol": "WEXpoly",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x4c4BF319237D98a30A929A96112EfFa8DA3510EB/logo.png"
- },
- {
- "asset": "c966_t0xFbdd194376de19a88118e84E279b977f165d01b8",
- "type": "POLYGON",
- "address": "0xFbdd194376de19a88118e84E279b977f165d01b8",
- "name": "beefy.finance",
- "symbol": "BIFI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0xFbdd194376de19a88118e84E279b977f165d01b8/logo.png"
- },
- {
- "asset": "c966_t0x5d47bAbA0d66083C52009271faF3F50DCc01023C",
- "type": "POLYGON",
- "address": "0x5d47bAbA0d66083C52009271faF3F50DCc01023C",
- "name": "Ape Swap Finance Banana",
- "symbol": "BANANA",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x5d47bAbA0d66083C52009271faF3F50DCc01023C/logo.png"
- },
- {
- "asset": "c966_t0xcf32822ff397Ef82425153a9dcb726E5fF61DCA7",
- "type": "POLYGON",
- "address": "0xcf32822ff397Ef82425153a9dcb726E5fF61DCA7",
- "name": "GAMEE Token",
- "symbol": "GMEE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0xcf32822ff397Ef82425153a9dcb726E5fF61DCA7/logo.png"
- },
- {
- "asset": "c966_t0xa3Fa99A148fA48D14Ed51d610c367C61876997F1",
- "type": "POLYGON",
- "address": "0xa3Fa99A148fA48D14Ed51d610c367C61876997F1",
- "name": "miMATIC",
- "symbol": "miMATIC",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0xa3Fa99A148fA48D14Ed51d610c367C61876997F1/logo.png"
- },
- {
- "asset": "c966_t0x76e63a3E7Ba1e2E61D3DA86a87479f983dE89a7E",
- "type": "POLYGON",
- "address": "0x76e63a3E7Ba1e2E61D3DA86a87479f983dE89a7E",
- "name": "Augury Finance",
- "symbol": "OMEN",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x76e63a3E7Ba1e2E61D3DA86a87479f983dE89a7E/logo.png"
- },
- {
- "asset": "c966_t0x8A953CfE442c5E8855cc6c61b1293FA648BAE472",
- "type": "POLYGON",
- "address": "0x8A953CfE442c5E8855cc6c61b1293FA648BAE472",
- "name": "PolyDoge",
- "symbol": "PolyDoge",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x8A953CfE442c5E8855cc6c61b1293FA648BAE472/logo.png"
- },
- {
- "asset": "c966_t0xc3FdbadC7c795EF1D6Ba111e06fF8F16A20Ea539",
- "type": "POLYGON",
- "address": "0xc3FdbadC7c795EF1D6Ba111e06fF8F16A20Ea539",
- "name": "Adamant",
- "symbol": "ADDY",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0xc3FdbadC7c795EF1D6Ba111e06fF8F16A20Ea539/logo.png"
- },
- {
- "asset": "c966_t0x172370d5Cd63279eFa6d502DAB29171933a610AF",
- "type": "POLYGON",
- "address": "0x172370d5Cd63279eFa6d502DAB29171933a610AF",
- "name": "CRV (PoS)",
- "symbol": "CRV",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x172370d5Cd63279eFa6d502DAB29171933a610AF/logo.png"
- },
- {
- "asset": "c966_t0x580A84C73811E1839F75d86d75d88cCa0c241fF4",
- "type": "POLYGON",
- "address": "0x580A84C73811E1839F75d86d75d88cCa0c241fF4",
- "name": "Qi Dao",
- "symbol": "QI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x580A84C73811E1839F75d86d75d88cCa0c241fF4/logo.png"
- },
- {
- "asset": "c966_t0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32",
- "type": "POLYGON",
- "address": "0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32",
- "name": "Telcoin",
- "symbol": "TEL",
- "decimals": 2,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32/logo.png"
- },
- {
- "asset": "c966_t0x8f18dC399594b451EdA8c5da02d0563c0b2d0f16",
- "type": "POLYGON",
- "address": "0x8f18dC399594b451EdA8c5da02d0563c0b2d0f16",
- "name": "moonwolf.io",
- "symbol": "WOLF",
- "decimals": 9,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x8f18dC399594b451EdA8c5da02d0563c0b2d0f16/logo.png"
- }
- ],
- "version": {
- "major": 26,
- "minor": 0,
- "patch": 0
- }
-}
\ No newline at end of file
diff --git a/blockchains/polygon/tokenlist.json b/blockchains/polygon/tokenlist.json
deleted file mode 100644
index f612ba4ee99b0..0000000000000
--- a/blockchains/polygon/tokenlist.json
+++ /dev/null
@@ -1,151 +0,0 @@
-{
- "name": "Trust Wallet: Polygon",
- "logoURI": "https://trustwallet.com/assets/images/favicon.png",
- "timestamp": "2021-10-07T08:50:36.056Z",
- "tokens": [
- {
- "asset": "c966_t0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
- "type": "POLYGON",
- "address": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
- "name": "Wrapped Ether",
- "symbol": "WETH",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619/logo.png",
- "pairs": [
- {
- "base": "c966_t0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270"
- },
- {
- "base": "c966_t0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174"
- },
- {
- "base": "c966_t0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39"
- },
- {
- "base": "c966_t0x831753DD7087CaC61aB5644b308642cc1c33Dc13"
- },
- {
- "base": "c966_t0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063"
- },
- {
- "base": "c966_t0xc2132D05D31c914a87C6611C10748AEb04B58e8F"
- },
- {
- "base": "c966_t0xD6DF932A45C0f255f85145f286eA0b292B21C90B"
- }
- ]
- },
- {
- "asset": "c966_t0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",
- "type": "POLYGON",
- "address": "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",
- "name": "Wrapped MATIC",
- "symbol": "WMATIC",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270/logo.png",
- "pairs": [
- {
- "base": "c966_t0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174"
- },
- {
- "base": "c966_t0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619"
- },
- {
- "base": "c966_t0x831753DD7087CaC61aB5644b308642cc1c33Dc13"
- },
- {
- "base": "c966_t0xc2132D05D31c914a87C6611C10748AEb04B58e8F"
- }
- ]
- },
- {
- "asset": "c966_t0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
- "type": "POLYGON",
- "address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
- "name": "USD Coin (PoS)",
- "symbol": "USDC",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174/logo.png",
- "pairs": [
- {
- "base": "c966_t0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270"
- },
- {
- "base": "c966_t0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619"
- },
- {
- "base": "c966_t0xc2132D05D31c914a87C6611C10748AEb04B58e8F"
- }
- ]
- },
- {
- "asset": "c966_t0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
- "type": "POLYGON",
- "address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
- "name": "(PoS) Tether USD",
- "symbol": "USDT",
- "decimals": 6,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0xc2132D05D31c914a87C6611C10748AEb04B58e8F/logo.png",
- "pairs": [
- {
- "base": "c966_t0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270"
- },
- {
- "base": "c966_t0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174"
- },
- {
- "base": "c966_t0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619"
- }
- ]
- },
- {
- "asset": "c966_t0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063",
- "type": "POLYGON",
- "address": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063",
- "name": "(PoS) Dai Stablecoin",
- "symbol": "DAI",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063/logo.png",
- "pairs": [
- {
- "base": "c966_t0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619"
- }
- ]
- },
- {
- "asset": "c966_t0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39",
- "type": "POLYGON",
- "address": "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39",
- "name": "ChainLink Token",
- "symbol": "LINK",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39/logo.png",
- "pairs": []
- },
- {
- "asset": "c966_t0x831753DD7087CaC61aB5644b308642cc1c33Dc13",
- "type": "POLYGON",
- "address": "0x831753DD7087CaC61aB5644b308642cc1c33Dc13",
- "name": "QuickSwap",
- "symbol": "QUICK",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0x831753DD7087CaC61aB5644b308642cc1c33Dc13/logo.png",
- "pairs": []
- },
- {
- "asset": "c966_t0xD6DF932A45C0f255f85145f286eA0b292B21C90B",
- "type": "POLYGON",
- "address": "0xD6DF932A45C0f255f85145f286eA0b292B21C90B",
- "name": "Aave (PoS)",
- "symbol": "AAVE",
- "decimals": 18,
- "logoURI": "https://assets-cdn.trustwallet.com/blockchains/polygon/assets/0xD6DF932A45C0f255f85145f286eA0b292B21C90B/logo.png",
- "pairs": []
- }
- ],
- "version": {
- "major": 6,
- "minor": 0,
- "patch": 0
- }
-}
\ No newline at end of file
diff --git a/blockchains/polygonmumbai/info/info.json b/blockchains/polygonmumbai/info/info.json
deleted file mode 100644
index a6fcc70c5f63b..0000000000000
--- a/blockchains/polygonmumbai/info/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Polygon Mumbai Testnet",
- "website": "https://polygon.technology",
- "description": "The Alchemy Goerli faucet is free, fast, and does not require authentication, though you can optionally login to Alchemy to get an increased drip.",
- "explorer": "https://mumbai.polygonscan.com/",
- "symbol": "MATIC",
- "rpc_url": "https://matic-mumbai.chainstacklabs.com",
- "type": "coin",
- "decimals": 18,
- "status": "active"
-}
\ No newline at end of file
diff --git a/blockchains/polygonmumbai/info/logo.png b/blockchains/polygonmumbai/info/logo.png
deleted file mode 100644
index 13af3e9b23116..0000000000000
Binary files a/blockchains/polygonmumbai/info/logo.png and /dev/null differ
diff --git a/blockchains/polygonzkevm/assets/0x1E4a5963aBFD975d8c9021ce480b42188849D41d/info.json b/blockchains/polygonzkevm/assets/0x1E4a5963aBFD975d8c9021ce480b42188849D41d/info.json
deleted file mode 100644
index e94681d7aa049..0000000000000
--- a/blockchains/polygonzkevm/assets/0x1E4a5963aBFD975d8c9021ce480b42188849D41d/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Tether USD",
- "type": "ZKEVM",
- "symbol": "USDT",
- "decimals": 6,
- "website": "https://tether.to/",
- "description": "Tether gives you the joint benefits of open blockchain technology and traditional currency by converting your cash into a stable digital currency equivalent.",
- "explorer": "https://explorer.public.zkevm-test.net/address/0x1e4a5963abfd975d8c9021ce480b42188849d41d",
- "status": "active",
- "id": "0x1E4a5963aBFD975d8c9021ce480b42188849D41d",
- "links": [
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/tether/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Tether_to"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/tether/"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygonzkevm/assets/0x1E4a5963aBFD975d8c9021ce480b42188849D41d/logo.png b/blockchains/polygonzkevm/assets/0x1E4a5963aBFD975d8c9021ce480b42188849D41d/logo.png
deleted file mode 100644
index 227f4d62ef99d..0000000000000
Binary files a/blockchains/polygonzkevm/assets/0x1E4a5963aBFD975d8c9021ce480b42188849D41d/logo.png and /dev/null differ
diff --git a/blockchains/polygonzkevm/assets/0x4F9A0e7FD2Bf6067db6994CF12E4495Df938E6e9/info.json b/blockchains/polygonzkevm/assets/0x4F9A0e7FD2Bf6067db6994CF12E4495Df938E6e9/info.json
deleted file mode 100644
index cd1e313e5ffdc..0000000000000
--- a/blockchains/polygonzkevm/assets/0x4F9A0e7FD2Bf6067db6994CF12E4495Df938E6e9/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Wrapped Ether",
- "type": "ZKEVM",
- "symbol": "WETH",
- "decimals": 18,
- "website": "https://ethereum.org/en/",
- "description": "wETH is 'wrapped ETH'",
- "explorer": "https://explorer.public.zkevm-test.net/address/0x4F9A0e7FD2Bf6067db6994CF12E4495Df938E6e9",
- "status": "active",
- "id": "0x4F9A0e7FD2Bf6067db6994CF12E4495Df938E6e9",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ethdotorg"
- },
- {
- "name": "github",
- "url": "https://github.com/ethereum/ethereum-org-website"
- },
- {
- "name": "discord",
- "url": "https://discord.com/CetY6Y4"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/weth/"
- }
- ],
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygonzkevm/assets/0x4F9A0e7FD2Bf6067db6994CF12E4495Df938E6e9/logo.png b/blockchains/polygonzkevm/assets/0x4F9A0e7FD2Bf6067db6994CF12E4495Df938E6e9/logo.png
deleted file mode 100644
index 03827dc52e73d..0000000000000
Binary files a/blockchains/polygonzkevm/assets/0x4F9A0e7FD2Bf6067db6994CF12E4495Df938E6e9/logo.png and /dev/null differ
diff --git a/blockchains/polygonzkevm/assets/0x68286607A1d43602d880D349187c3c48c0fD05E6/info.json b/blockchains/polygonzkevm/assets/0x68286607A1d43602d880D349187c3c48c0fD05E6/info.json
deleted file mode 100644
index adb3af4cf001b..0000000000000
--- a/blockchains/polygonzkevm/assets/0x68286607A1d43602d880D349187c3c48c0fD05E6/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "QuickSwap",
- "website": "https://quickswap.exchange/",
- "description": "Next-gen Layer 2 DEX. Trade at lightning-fast speeds with near-zero gas fees, Powered by Polygon",
- "explorer": "https://explorer.public.zkevm-test.net/address/0x68286607a1d43602d880d349187c3c48c0fd05e6",
- "type": "ZKEVM",
- "symbol": "QUICK",
- "decimals": 18,
- "status": "active",
- "id": "0x68286607A1d43602d880D349187c3c48c0fD05E6",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/QuickSwap"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/QuickswapDEX"
- },
- {
- "name": "telegram",
- "url": "https://t.me/QuickSwapDEX"
- },
- {
- "name": "medium",
- "url": "https://quickswap-layer2.medium.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygonzkevm/assets/0x68286607A1d43602d880D349187c3c48c0fD05E6/logo.png b/blockchains/polygonzkevm/assets/0x68286607A1d43602d880D349187c3c48c0fD05E6/logo.png
deleted file mode 100644
index 93f66cb05de29..0000000000000
Binary files a/blockchains/polygonzkevm/assets/0x68286607A1d43602d880D349187c3c48c0fD05E6/logo.png and /dev/null differ
diff --git a/blockchains/polygonzkevm/assets/0xA8CE8aee21bC2A48a5EF670afCc9274C7bbbC035/info.json b/blockchains/polygonzkevm/assets/0xA8CE8aee21bC2A48a5EF670afCc9274C7bbbC035/info.json
deleted file mode 100644
index 7d858781ec0a6..0000000000000
--- a/blockchains/polygonzkevm/assets/0xA8CE8aee21bC2A48a5EF670afCc9274C7bbbC035/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "USD Coin",
- "type": "ZKEVM",
- "symbol": "USDC",
- "decimals": 6,
- "website": "https://www.centre.io/",
- "description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
- "explorer": "https://explorer.public.zkevm-test.net/address/0xa8ce8aee21bc2a48a5ef670afcc9274c7bbbc035",
- "status": "active",
- "id": "0xA8CE8aee21bC2A48a5EF670afCc9274C7bbbC035",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/centre_io"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/usd-coin/"
- },
- {
- "name": "discord",
- "url": "https://discord.com/CetY6Y4"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/usd-coin/"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygonzkevm/assets/0xA8CE8aee21bC2A48a5EF670afCc9274C7bbbC035/logo.png b/blockchains/polygonzkevm/assets/0xA8CE8aee21bC2A48a5EF670afCc9274C7bbbC035/logo.png
deleted file mode 100644
index 4353b884b41bd..0000000000000
Binary files a/blockchains/polygonzkevm/assets/0xA8CE8aee21bC2A48a5EF670afCc9274C7bbbC035/logo.png and /dev/null differ
diff --git a/blockchains/polygonzkevm/assets/0xa2036f0538221a77A3937F1379699f44945018d0/info.json b/blockchains/polygonzkevm/assets/0xa2036f0538221a77A3937F1379699f44945018d0/info.json
deleted file mode 100644
index 3d3578df688a5..0000000000000
--- a/blockchains/polygonzkevm/assets/0xa2036f0538221a77A3937F1379699f44945018d0/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Matic Token",
- "type": "ZKEVM",
- "symbol": "MATIC",
- "decimals": 18,
- "website": "https://app.radiant.capital/",
- "description": "Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem.",
- "explorer": "https://explorer.public.zkevm-test.net/address/0xa2036f0538221a77a3937f1379699f44945018d0",
- "status": "active",
- "id": "0xa2036f0538221a77A3937F1379699f44945018d0",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/polygonofficial"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/0xPolygon"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/0xPolygon"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/polygon/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/polygonzkevm/assets/0xa2036f0538221a77A3937F1379699f44945018d0/logo.png b/blockchains/polygonzkevm/assets/0xa2036f0538221a77A3937F1379699f44945018d0/logo.png
deleted file mode 100644
index fbd01afc251d4..0000000000000
Binary files a/blockchains/polygonzkevm/assets/0xa2036f0538221a77A3937F1379699f44945018d0/logo.png and /dev/null differ
diff --git a/blockchains/polygonzkevm/info/info.json b/blockchains/polygonzkevm/info/info.json
deleted file mode 100644
index b2acc492eb96e..0000000000000
--- a/blockchains/polygonzkevm/info/info.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name": "Polygon zkEVM",
- "website": "https://www.polygon.technology/",
- "description": "Polygon zkEVM is the leading zero knowledge scaling solution that’s fully equivalent with the Ethereum Virtual Machine: all existing smart contracts, developer tools, and wallets work seamlessly.",
- "explorer": "https://polygon.technology/polygon-zkevm",
- "research": "https://github.com/0xpolygonhermez",
- "symbol": "ETH",
- "rpc_url": "https://rpc.ankr.com/polygon_zkevm",
- "type": "coin",
- "coin_type": 10001101,
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/0xPolygonHermez"
- }
- ]
-}
diff --git a/blockchains/polygonzkevm/info/logo.png b/blockchains/polygonzkevm/info/logo.png
deleted file mode 100644
index e4aaa73298ee4..0000000000000
Binary files a/blockchains/polygonzkevm/info/logo.png and /dev/null differ
diff --git a/blockchains/qtum/info/info.json b/blockchains/qtum/info/info.json
deleted file mode 100644
index 1c9b97537dc65..0000000000000
--- a/blockchains/qtum/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Qtum",
- "website": "https://qtum.org",
- "description": "Qtum is a proof of stake blockchain platform that combines the bitcoin blockchain architecture with multiple virtual machines on top.",
- "explorer": "https://qtum.info",
- "research": "https://research.binance.com/en/projects/qtum",
- "symbol": "QTUM",
- "type": "coin",
- "decimals": 8,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/qtumproject/qtum"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/qtumOfficial"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Qtum"
- },
- {
- "name": "whitepaper",
- "url": "https://qtum.org/uploads/files/a2772efe4dc8ed1100319c6480195fb1.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/qtum/info/logo.png b/blockchains/qtum/info/logo.png
deleted file mode 100644
index 1cf2d6a2a8d20..0000000000000
Binary files a/blockchains/qtum/info/logo.png and /dev/null differ
diff --git a/blockchains/quasar/info/info.json b/blockchains/quasar/info/info.json
deleted file mode 100644
index 92650bda3d44a..0000000000000
--- a/blockchains/quasar/info/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Quasar",
- "type": "coin",
- "symbol": "QSR",
- "decimals": 6,
- "website": "https://www.quasar.fi/",
- "description": "Quasar provides decentralized asset management (DAM) service utilizing vaults and vault strategies.",
- "explorer": "https://www.mintscan.io/quasar",
- "status": "active",
- "rpc_url": "https://quasar-rpc.polkachu.com/",
- "denom": "uqsr",
- "lcd_url": "https://quasar-api.polkachu.com/",
- "hrp": "quasar",
- "links": [
- {
- "name": "discord",
- "url": "https://discord.com/invite/Rn39NauP5w"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.quasar.fi/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/quasarfi"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/quasar/info/logo.png b/blockchains/quasar/info/logo.png
deleted file mode 100644
index 658b992831162..0000000000000
Binary files a/blockchains/quasar/info/logo.png and /dev/null differ
diff --git a/blockchains/ravencoin/info/info.json b/blockchains/ravencoin/info/info.json
deleted file mode 100644
index b46367a8a6925..0000000000000
--- a/blockchains/ravencoin/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Ravencoin",
- "website": "https://ravencoin.org",
- "description": "Ravencoin is a digital peer to peer network that aims to implement a use case specific blockchain, designed to efficiently handle the transfer of assets from one party to another.",
- "explorer": "https://ravencoin.network",
- "research": "https://research.binance.com/en/projects/ravencoin",
- "symbol": "RVN",
- "type": "coin",
- "decimals": 8,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/RavenProject/Ravencoin"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/ravencoin"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Ravencoin"
- },
- {
- "name": "whitepaper",
- "url": "https://ravencoin.org/whitepaper"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ravencoin/info/logo.png b/blockchains/ravencoin/info/logo.png
deleted file mode 100644
index 4f10d4407053b..0000000000000
Binary files a/blockchains/ravencoin/info/logo.png and /dev/null differ
diff --git a/blockchains/ripple/info/info.json b/blockchains/ripple/info/info.json
deleted file mode 100644
index 24f3468e2029d..0000000000000
--- a/blockchains/ripple/info/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "XRP",
- "website": "https://ripple.com/xrp/",
- "description": "Instantly move money to all corners of the world.",
- "explorer": "https://xrpcharts.ripple.com/#/graph/",
- "research": "https://research.binance.com/en/projects/xrp",
- "symbol": "XRP",
- "type": "coin",
- "decimals": 6,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ripple"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/Ripple"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Ripple"
- },
- {
- "name": "whitepaper",
- "url": "https://ripple.com/files/ripple_consensus_whitepaper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ripple/info/logo.png b/blockchains/ripple/info/logo.png
deleted file mode 100644
index 89ca2727e9a9b..0000000000000
Binary files a/blockchains/ripple/info/logo.png and /dev/null differ
diff --git a/blockchains/ronin/assets/0x0B7007c13325C48911F73A2daD5FA5dCBf808aDc/info.json b/blockchains/ronin/assets/0x0B7007c13325C48911F73A2daD5FA5dCBf808aDc/info.json
deleted file mode 100644
index 93c5e7cb44bcc..0000000000000
--- a/blockchains/ronin/assets/0x0B7007c13325C48911F73A2daD5FA5dCBf808aDc/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "USD Coin",
- "symbol": "USDC",
- "type": "RONIN",
- "decimals": 6,
- "description": "USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.",
- "website": "https://www.centre.io/usdc",
- "explorer": "https://explorer.roninchain.com/token/0x0b7007c13325c48911f73a2dad5fa5dcbf808adc",
- "status": "active",
- "id": "0x0B7007c13325C48911F73A2daD5FA5dCBf808aDc",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/centrehq"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/centre_io"
- },
- {
- "name": "blog",
- "url": "https://centre.io/blog"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/usd-coin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/usd-coin/"
- }
- ],
- "tags": [
- "stablecoin"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/ronin/assets/0x0B7007c13325C48911F73A2daD5FA5dCBf808aDc/logo.png b/blockchains/ronin/assets/0x0B7007c13325C48911F73A2daD5FA5dCBf808aDc/logo.png
deleted file mode 100644
index 17fe1bcbf544a..0000000000000
Binary files a/blockchains/ronin/assets/0x0B7007c13325C48911F73A2daD5FA5dCBf808aDc/logo.png and /dev/null differ
diff --git a/blockchains/ronin/assets/0x97a9107C1793BC407d6F527b77e7fff4D812bece/info.json b/blockchains/ronin/assets/0x97a9107C1793BC407d6F527b77e7fff4D812bece/info.json
deleted file mode 100644
index 02fb649af7967..0000000000000
--- a/blockchains/ronin/assets/0x97a9107C1793BC407d6F527b77e7fff4D812bece/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Axie Infinity Shard",
- "symbol": "AXS",
- "type": "RONIN",
- "decimals": 18,
- "description": "Axie Infinity Shards are Axie Infinity's governance token.",
- "website": "https://axieinfinity.com",
- "explorer": "https://explorer.roninchain.com/token/0x97a9107C1793BC407d6F527b77e7fff4D812bece",
- "research": "https://research.binance.com/en/projects/axie-infinity",
- "status": "active",
- "id": "0x97a9107C1793BC407d6F527b77e7fff4D812bece"
-}
\ No newline at end of file
diff --git a/blockchains/ronin/assets/0x97a9107C1793BC407d6F527b77e7fff4D812bece/logo.png b/blockchains/ronin/assets/0x97a9107C1793BC407d6F527b77e7fff4D812bece/logo.png
deleted file mode 100644
index 73d60607cc69b..0000000000000
Binary files a/blockchains/ronin/assets/0x97a9107C1793BC407d6F527b77e7fff4D812bece/logo.png and /dev/null differ
diff --git a/blockchains/ronin/assets/0xa8754b9Fa15fc18BB59458815510E40a12cD2014/info.json b/blockchains/ronin/assets/0xa8754b9Fa15fc18BB59458815510E40a12cD2014/info.json
deleted file mode 100644
index 94901506b642b..0000000000000
--- a/blockchains/ronin/assets/0xa8754b9Fa15fc18BB59458815510E40a12cD2014/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Smooth Love Potion",
- "symbol": "SLP",
- "type": "RONIN",
- "decimals": 0,
- "description": "Smooth Love Potion (SLP) is an ERC-20 token on the Axie Infinity platform that is used to breed new digital pets (Axies).",
- "website": "https://axieinfinity.com",
- "explorer": "https://explorer.roninchain.com/token/0xa8754b9Fa15fc18BB59458815510E40a12cD2014",
- "research": "https://research.binance.com/en/projects/small-love-potion",
- "status": "active",
- "id": "0xa8754b9Fa15fc18BB59458815510E40a12cD2014"
-}
\ No newline at end of file
diff --git a/blockchains/ronin/assets/0xa8754b9Fa15fc18BB59458815510E40a12cD2014/logo.png b/blockchains/ronin/assets/0xa8754b9Fa15fc18BB59458815510E40a12cD2014/logo.png
deleted file mode 100644
index ff2130064cce9..0000000000000
Binary files a/blockchains/ronin/assets/0xa8754b9Fa15fc18BB59458815510E40a12cD2014/logo.png and /dev/null differ
diff --git a/blockchains/ronin/assets/0xc99a6A985eD2Cac1ef41640596C5A5f9F4E19Ef5/info.json b/blockchains/ronin/assets/0xc99a6A985eD2Cac1ef41640596C5A5f9F4E19Ef5/info.json
deleted file mode 100644
index 2e5196d81ad92..0000000000000
--- a/blockchains/ronin/assets/0xc99a6A985eD2Cac1ef41640596C5A5f9F4E19Ef5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Ronin Wrapped Ether",
- "symbol": "WETH",
- "type": "RONIN",
- "decimals": 18,
- "description": "-",
- "website": "https://weth.io/",
- "explorer": "https://explorer.roninchain.com/token/0xc99a6A985eD2Cac1ef41640596C5A5f9F4E19Ef5",
- "status": "active",
- "id": "0xc99a6A985eD2Cac1ef41640596C5A5f9F4E19Ef5"
-}
\ No newline at end of file
diff --git a/blockchains/ronin/assets/0xc99a6A985eD2Cac1ef41640596C5A5f9F4E19Ef5/logo.png b/blockchains/ronin/assets/0xc99a6A985eD2Cac1ef41640596C5A5f9F4E19Ef5/logo.png
deleted file mode 100644
index bf957d38c766d..0000000000000
Binary files a/blockchains/ronin/assets/0xc99a6A985eD2Cac1ef41640596C5A5f9F4E19Ef5/logo.png and /dev/null differ
diff --git a/blockchains/ronin/info/info.json b/blockchains/ronin/info/info.json
deleted file mode 100644
index 8a4ce33f8a15c..0000000000000
--- a/blockchains/ronin/info/info.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "name": "Ronin",
- "website": "https://skymavis.com",
- "description": "Ronin unlocks explosive growth for Blockchain gaming and collectible projects.",
- "explorer": "https://explorer.roninchain.com",
- "research": "",
- "symbol": "RON",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": []
-}
\ No newline at end of file
diff --git a/blockchains/ronin/info/logo.png b/blockchains/ronin/info/logo.png
deleted file mode 100644
index 132a018d082e5..0000000000000
Binary files a/blockchains/ronin/info/logo.png and /dev/null differ
diff --git a/blockchains/secret/info/info.json b/blockchains/secret/info/info.json
deleted file mode 100644
index 8ced09705392f..0000000000000
--- a/blockchains/secret/info/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Secret",
- "type": "coin",
- "symbol": "SCRT",
- "decimals": 6,
- "website": "https://scrt.network/",
- "description": "Decentralized, permissionless, public blockchain for privacy-preserving applications.",
- "explorer": "https://www.mintscan.io/secret",
- "status": "active",
- "rpc_url": "https://secret-rpc.lavenderfive.com/",
- "denom": "uscrt",
- "lcd_url": "https://api-stargaze.d-stake.xyz",
- "hrp": "secret",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/SecretFoundation"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/secret/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/SecretNetwork"
- }
- ]
-}
diff --git a/blockchains/secret/info/logo.png b/blockchains/secret/info/logo.png
deleted file mode 100644
index 83415d6678c55..0000000000000
Binary files a/blockchains/secret/info/logo.png and /dev/null differ
diff --git a/blockchains/sepolia/info/info.json b/blockchains/sepolia/info/info.json
deleted file mode 100644
index ccc2cb83d968a..0000000000000
--- a/blockchains/sepolia/info/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sepolia Testnet",
- "website": "https://sepolia.dev",
- "description": "Sepolia was designed to simulate harsh network conditions, and has shorter block times, which enable faster transaction confirmation times and feedback for developers.",
- "explorer": "https://sepolia.etherscan.io",
- "symbol": "ETH",
- "rpc_url": "https://rpc.sepolia.org",
- "type": "coin",
- "decimals": 18,
- "status": "active"
-}
\ No newline at end of file
diff --git a/blockchains/sepolia/info/logo.png b/blockchains/sepolia/info/logo.png
deleted file mode 100644
index 0982743010967..0000000000000
Binary files a/blockchains/sepolia/info/logo.png and /dev/null differ
diff --git a/blockchains/smartbch/info/info.json b/blockchains/smartbch/info/info.json
deleted file mode 100644
index be87d03890e9d..0000000000000
--- a/blockchains/smartbch/info/info.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "name": "smartBCH",
- "website": "https://smartbch.org/",
- "short_description": "smartBCH is a sidechain for Bitcoin Cash with EVM and Web3 compatibility.",
- "description": "Smart Bitcoin Cash (smartBCH for short) is a sidechain for Bitcoin Cash and has an aim to explore new ideas and unlock possibilities. It is compatible with Ethereum's EVM and Web3 API and provides high throughput for DApps in a fast, secure, and decentralized manner.",
- "explorer": "http://smartscan.cash/",
- "research": "https://docs.smartbch.org/smartbch/",
- "symbol": "BCH",
- "type": "coin",
- "decimals": 18,
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/smartbch/smartbch"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/SmartBCH"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/user/SmartBCH"
- },
- {
- "name": "whitepaper",
- "url": "https://github.com/smartbch/docs/blob/main/smartbch_whitepaper-en.md"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartbch/info/logo.png b/blockchains/smartbch/info/logo.png
deleted file mode 100644
index 0f331a946620f..0000000000000
Binary files a/blockchains/smartbch/info/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x00000ee41472D518B364FA09866532A792F4009B/info.json b/blockchains/smartchain/assets/0x00000ee41472D518B364FA09866532A792F4009B/info.json
deleted file mode 100644
index 0f333228cfd78..0000000000000
--- a/blockchains/smartchain/assets/0x00000ee41472D518B364FA09866532A792F4009B/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "TBCC",
- "type": "BEP20",
- "symbol": "TBCC",
- "decimals": 18,
- "website": "https://www.tbcc.com/footer/token",
- "description": "TBCC token is a utility token that was issued by TBCC development team. ",
- "explorer": "https://bscscan.com/token/0x00000ee41472D518B364FA09866532A792F4009B",
- "status": "abandoned",
- "id": "0x00000ee41472D518B364FA09866532A792F4009B"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x000851476180bfc499ea68450A5327D21C9b050e/info.json b/blockchains/smartchain/assets/0x000851476180bfc499ea68450A5327D21C9b050e/info.json
deleted file mode 100644
index f156cf6b921dc..0000000000000
--- a/blockchains/smartchain/assets/0x000851476180bfc499ea68450A5327D21C9b050e/info.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "SLAM Token",
- "type": "BEP20",
- "symbol": "SLAM",
- "decimals": 18,
- "website": "https://slamtoken.com",
- "description": "SLAM aims to create an ecosystem of products ranging from casino platforms to innovative NFT collections and applications. SLAM holders get dividends.",
- "explorer": "https://bscscan.com/token/0x000851476180bfc499ea68450A5327D21C9b050e",
- "status": "active",
- "id": "0x000851476180bfc499ea68450A5327D21C9b050e",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/slamtoken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/SlamToken"
- },
- {
- "name": "whitepaper",
- "url": "https://slamtoken.com/whitepaper"
- },
- {
- "name": "source_code",
- "url": "https://bscscan.com/address/0x000851476180bfc499ea68450A5327D21C9b050e#code"
- },
- {
- "name": "github",
- "url": "https://github.com/slamtoken"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/smartchain/assets/0x000851476180bfc499ea68450A5327D21C9b050e/logo.png b/blockchains/smartchain/assets/0x000851476180bfc499ea68450A5327D21C9b050e/logo.png
deleted file mode 100644
index 28b773a421c28..0000000000000
Binary files a/blockchains/smartchain/assets/0x000851476180bfc499ea68450A5327D21C9b050e/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x0025B42bfc22CbbA6c02d23d4Ec2aBFcf6E014d4/info.json b/blockchains/smartchain/assets/0x0025B42bfc22CbbA6c02d23d4Ec2aBFcf6E014d4/info.json
deleted file mode 100644
index fea139bf60017..0000000000000
--- a/blockchains/smartchain/assets/0x0025B42bfc22CbbA6c02d23d4Ec2aBFcf6E014d4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Sheep Token",
- "type": "BEP20",
- "symbol": "SHEEP",
- "decimals": 9,
- "website": "https://SheepToken.Cash/",
- "description": "Sheep Token is a deflationary token that allows for passive income generation for investors. Here’s how it works. 6% on each transaction is split instantly among token holders and the burn wallet, reducing supply and rewarding holders. The Sheep Token protocol will burn 3% of every transaction forever and redistribute the remaining 3% to token holders as reward. This arrangement eradicates 3rd party risk from having to keep assets in a separate contract while yield farming while reducing supply.",
- "explorer": "https://bscscan.com/token/0x0025B42bfc22CbbA6c02d23d4Ec2aBFcf6E014d4",
- "status": "active",
- "id": "0x0025B42bfc22CbbA6c02d23d4Ec2aBFcf6E014d4"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x0025B42bfc22CbbA6c02d23d4Ec2aBFcf6E014d4/logo.png b/blockchains/smartchain/assets/0x0025B42bfc22CbbA6c02d23d4Ec2aBFcf6E014d4/logo.png
deleted file mode 100644
index fef40a8cae887..0000000000000
Binary files a/blockchains/smartchain/assets/0x0025B42bfc22CbbA6c02d23d4Ec2aBFcf6E014d4/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56/info.json b/blockchains/smartchain/assets/0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56/info.json
deleted file mode 100644
index af1ad2f05f16e..0000000000000
--- a/blockchains/smartchain/assets/0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "CanYaCoin",
- "type": "BEP20",
- "symbol": "CAN",
- "decimals": 18,
- "website": "https://canwork.io/",
- "description": "CanYaCoin (CAN) is the BEP20 asset for the CanWork ecosystem",
- "explorer": "https://bscscan.com/token/0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56",
- "status": "active",
- "id": "0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56"
-}
diff --git a/blockchains/smartchain/assets/0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56/logo.png b/blockchains/smartchain/assets/0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56/logo.png
deleted file mode 100644
index 66e4e427f0ac0..0000000000000
Binary files a/blockchains/smartchain/assets/0x007EA5C0Ea75a8DF45D288a4debdD5bb633F9e56/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x00998d97c22B564d1dAF39d493e74C21D83fffbA/info.json b/blockchains/smartchain/assets/0x00998d97c22B564d1dAF39d493e74C21D83fffbA/info.json
deleted file mode 100644
index 0c11a7e531f1d..0000000000000
--- a/blockchains/smartchain/assets/0x00998d97c22B564d1dAF39d493e74C21D83fffbA/info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "WEB2 Inu",
- "type": "BEP20",
- "symbol": "WEB2",
- "decimals": 9,
- "website": "https://www.web2inu.com",
- "description": "Web2 Inu is a community driven token, the project rejects any form of centralization and limits.",
- "explorer": "https://bscscan.com/token/0x00998d97c22B564d1dAF39d493e74C21D83fffbA",
- "status": "active",
- "id": "0x00998d97c22B564d1dAF39d493e74C21D83fffbA",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/web2inu"
- },
- {
- "name": "github",
- "url": "https://github.com/web2inu"
- },
- {
- "name": "telegram",
- "url": "https://t.me/web2_inu"
- },
- {
- "name": "whitepaper",
- "url": "https://web2inu.com/assets/Web2_Whitepaper.pdf"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@web2inu"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/web2-inu/"
- },
- {
- "name": "source_code",
- "url": "https://bscscan.com/address/0x00998d97c22b564d1daf39d493e74c21d83fffba#code"
- }
- ],
- "tags": [
- "gamefi",
- "deflationary"
- ]
-}
diff --git a/blockchains/smartchain/assets/0x00998d97c22B564d1dAF39d493e74C21D83fffbA/logo.png b/blockchains/smartchain/assets/0x00998d97c22B564d1dAF39d493e74C21D83fffbA/logo.png
deleted file mode 100644
index 2b343db98ab57..0000000000000
Binary files a/blockchains/smartchain/assets/0x00998d97c22B564d1dAF39d493e74C21D83fffbA/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x009cF7bC57584b7998236eff51b98A168DceA9B0/info.json b/blockchains/smartchain/assets/0x009cF7bC57584b7998236eff51b98A168DceA9B0/info.json
deleted file mode 100644
index 8377da781cffd..0000000000000
--- a/blockchains/smartchain/assets/0x009cF7bC57584b7998236eff51b98A168DceA9B0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Syrup",
- "type": "BEP20",
- "symbol": "SYRUP",
- "decimals": 18,
- "website": "https://pancakeswap.finance/",
- "description": "-",
- "explorer": "https://bscscan.com/token/0x009cF7bC57584b7998236eff51b98A168DceA9B0",
- "status": "abandoned",
- "id": "0x009cF7bC57584b7998236eff51b98A168DceA9B0"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x009cF7bC57584b7998236eff51b98A168DceA9B0/logo.png b/blockchains/smartchain/assets/0x009cF7bC57584b7998236eff51b98A168DceA9B0/logo.png
deleted file mode 100644
index e1f7fe300c36c..0000000000000
Binary files a/blockchains/smartchain/assets/0x009cF7bC57584b7998236eff51b98A168DceA9B0/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x00aa85e010204068b7CC2235800B2d8036bdbF2E/info.json b/blockchains/smartchain/assets/0x00aa85e010204068b7CC2235800B2d8036bdbF2E/info.json
deleted file mode 100644
index bde2e5e9ef252..0000000000000
--- a/blockchains/smartchain/assets/0x00aa85e010204068b7CC2235800B2d8036bdbF2E/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Simple Cool Autommatic Money",
- "website": "https://scamily.io/token",
- "description": "SCAM is the native token for the project Simple.",
- "explorer": "https://bscscan.com/token/0x00aa85e010204068b7CC2235800B2d8036bdbF2E",
- "type": "BEP20",
- "symbol": "SCAM",
- "decimals": 10,
- "status": "active",
- "id": "0x00aa85e010204068b7CC2235800B2d8036bdbF2E"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x00aa85e010204068b7CC2235800B2d8036bdbF2E/logo.png b/blockchains/smartchain/assets/0x00aa85e010204068b7CC2235800B2d8036bdbF2E/logo.png
deleted file mode 100644
index 21e81aea4224a..0000000000000
Binary files a/blockchains/smartchain/assets/0x00aa85e010204068b7CC2235800B2d8036bdbF2E/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x00abaA93fAF8fDc4f382135a7A56F9Cf7C3EdD21/info.json b/blockchains/smartchain/assets/0x00abaA93fAF8fDc4f382135a7A56F9Cf7C3EdD21/info.json
deleted file mode 100644
index a4f344848227b..0000000000000
--- a/blockchains/smartchain/assets/0x00abaA93fAF8fDc4f382135a7A56F9Cf7C3EdD21/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Wrapped MonetaryUnit",
- "website": "https://wmue.net/",
- "description": "MUE is a multi-chain (SHA-256 and BEP-20) cryptocurrency that aims to break away from the mould that cryptocurrency is only for tech-savvy people. Users can earn rewards with staking or masternodes, benefiting the entire network.",
- "explorer": "https://bscscan.com/token/0x00abaA93fAF8fDc4f382135a7A56F9Cf7C3EdD21",
- "type": "BEP20",
- "symbol": "WMUE",
- "decimals": 18,
- "status": "active",
- "id": "0x00abaA93fAF8fDc4f382135a7A56F9Cf7C3EdD21",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/MonetaryUnit"
- },
- {
- "name": "telegram",
- "url": "https://t.me/monetaryunitchat"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/dpB3XF7hSw"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x00abaA93fAF8fDc4f382135a7A56F9Cf7C3EdD21/logo.png b/blockchains/smartchain/assets/0x00abaA93fAF8fDc4f382135a7A56F9Cf7C3EdD21/logo.png
deleted file mode 100644
index ac9dd876cabb8..0000000000000
Binary files a/blockchains/smartchain/assets/0x00abaA93fAF8fDc4f382135a7A56F9Cf7C3EdD21/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x00e1656e45f18ec6747F5a8496Fd39B50b38396D/info.json b/blockchains/smartchain/assets/0x00e1656e45f18ec6747F5a8496Fd39B50b38396D/info.json
deleted file mode 100644
index 9075b640d5695..0000000000000
--- a/blockchains/smartchain/assets/0x00e1656e45f18ec6747F5a8496Fd39B50b38396D/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Bomber Coin",
- "website": "https://bombcrypto.io/",
- "description": "BCOIN is the token used in the Bomb Crypto game",
- "explorer": "https://bscscan.com/token/0x00e1656e45f18ec6747F5a8496Fd39B50b38396D",
- "type": "BEP20",
- "symbol": "BCOIN",
- "decimals": 18,
- "status": "active",
- "id": "0x00e1656e45f18ec6747F5a8496Fd39B50b38396D",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/BombCryptoChannel"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/BombCryptoGame"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/BombCryptoGame"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/bombcrypto/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/bomber-coin"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x00e1656e45f18ec6747F5a8496Fd39B50b38396D/logo.png b/blockchains/smartchain/assets/0x00e1656e45f18ec6747F5a8496Fd39B50b38396D/logo.png
deleted file mode 100644
index 6bd4caf6a6ccb..0000000000000
Binary files a/blockchains/smartchain/assets/0x00e1656e45f18ec6747F5a8496Fd39B50b38396D/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x00e7daf0E5FD1F5331c92d09e3C825A8e4Fc6515/info.json b/blockchains/smartchain/assets/0x00e7daf0E5FD1F5331c92d09e3C825A8e4Fc6515/info.json
deleted file mode 100644
index 7d0140c56d429..0000000000000
--- a/blockchains/smartchain/assets/0x00e7daf0E5FD1F5331c92d09e3C825A8e4Fc6515/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SAFEMOON CLASSIC",
- "website": "https://safemoonclassic.org",
- "description": "The BIG Memes Token",
- "explorer": "https://bscscan.com/token/0x00e7daf0E5FD1F5331c92d09e3C825A8e4Fc6515",
- "symbol": "SAFEMOONC",
- "type": "BEP20",
- "decimals": 0,
- "status": "active",
- "id": "0x00e7daf0E5FD1F5331c92d09e3C825A8e4Fc6515"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x00e7daf0E5FD1F5331c92d09e3C825A8e4Fc6515/logo.png b/blockchains/smartchain/assets/0x00e7daf0E5FD1F5331c92d09e3C825A8e4Fc6515/logo.png
deleted file mode 100644
index d0d2a8eeaba32..0000000000000
Binary files a/blockchains/smartchain/assets/0x00e7daf0E5FD1F5331c92d09e3C825A8e4Fc6515/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x0110fF9e7E4028a5337F07841437B92d5bf53762/info.json b/blockchains/smartchain/assets/0x0110fF9e7E4028a5337F07841437B92d5bf53762/info.json
deleted file mode 100644
index 209c6180e6e97..0000000000000
--- a/blockchains/smartchain/assets/0x0110fF9e7E4028a5337F07841437B92d5bf53762/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Butter",
- "type": "BEP20",
- "symbol": "BUTTER",
- "decimals": 9,
- "website": "https://www.milktoken.net/",
- "description": "The Butter token is the second token released as part of the Milk and Butter token ecosystem. The Butter token has auto-liquidity, deflationary, and staking reward mechanics. The Butter Token is the governance token of the Milk and Butter token ecosystem. Butter token automatically collect fees on every transaction that are used to donate to charities based on the votes cast by Butter Token holders.",
- "explorer": "https://bscscan.com/token/0x0110fF9e7E4028a5337F07841437B92d5bf53762",
- "status": "active",
- "id": "0x0110fF9e7E4028a5337F07841437B92d5bf53762"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x0110fF9e7E4028a5337F07841437B92d5bf53762/logo.png b/blockchains/smartchain/assets/0x0110fF9e7E4028a5337F07841437B92d5bf53762/logo.png
deleted file mode 100644
index 006fcac50ae6e..0000000000000
Binary files a/blockchains/smartchain/assets/0x0110fF9e7E4028a5337F07841437B92d5bf53762/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x0112e557d400474717056C4e6D40eDD846F38351/info.json b/blockchains/smartchain/assets/0x0112e557d400474717056C4e6D40eDD846F38351/info.json
deleted file mode 100644
index 3c4f3ccd07690..0000000000000
--- a/blockchains/smartchain/assets/0x0112e557d400474717056C4e6D40eDD846F38351/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Phala Network ",
- "website": "https://phala.network/",
- "description": "Phala Network is a privacy-preserving cloud computing service, which offers computing power comparable to existing cloud services and protects the privacy of managed programs.",
- "explorer": "https://bscscan.com/token/0x0112e557d400474717056c4e6d40edd846f38351",
- "type": "BEP20",
- "symbol": "PHA",
- "decimals": 18,
- "status": "active",
- "id": "0x0112e557d400474717056C4e6D40eDD846F38351",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Phala-Network"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/PhalaNetwork"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/pha/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/phala-network"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/phala-network/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x0112e557d400474717056C4e6D40eDD846F38351/logo.png b/blockchains/smartchain/assets/0x0112e557d400474717056C4e6D40eDD846F38351/logo.png
deleted file mode 100644
index 2d7da746121ae..0000000000000
Binary files a/blockchains/smartchain/assets/0x0112e557d400474717056C4e6D40eDD846F38351/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x01413859d321F423054f6A26276325E8085Dd5fc/info.json b/blockchains/smartchain/assets/0x01413859d321F423054f6A26276325E8085Dd5fc/info.json
deleted file mode 100644
index 2e64144675d81..0000000000000
--- a/blockchains/smartchain/assets/0x01413859d321F423054f6A26276325E8085Dd5fc/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Littlebull",
- "type": "BEP20",
- "symbol": "LTB",
- "decimals": 9,
- "website": "https://www.littlebullcoin.com/",
- "description": "Yield farming mechanism provides sustainable and profitable yields combined with transparent security features.",
- "explorer": "https://bscscan.com/token/0x01413859d321F423054f6A26276325E8085Dd5fc",
- "status": "active",
- "id": "0x01413859d321F423054f6A26276325E8085Dd5fc"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x01413859d321F423054f6A26276325E8085Dd5fc/logo.png b/blockchains/smartchain/assets/0x01413859d321F423054f6A26276325E8085Dd5fc/logo.png
deleted file mode 100644
index 3ba4de32189be..0000000000000
Binary files a/blockchains/smartchain/assets/0x01413859d321F423054f6A26276325E8085Dd5fc/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x014a087b646Bd90E7DCEad3993F49EB1F4B5f30a/info.json b/blockchains/smartchain/assets/0x014a087b646Bd90E7DCEad3993F49EB1F4B5f30a/info.json
deleted file mode 100644
index 76ba465909fe9..0000000000000
--- a/blockchains/smartchain/assets/0x014a087b646Bd90E7DCEad3993F49EB1F4B5f30a/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "Gulf Coin",
- "type": "BEP20",
- "symbol": "GULF",
- "decimals": 18,
- "website": "https://gulfofficial.com/",
- "description": "Gulf, A gem rising to the surface of the fourth industrial revolution. Today, we are living through an industrial and a technological revolution going at a pace that will fundamentally alter the way we live.",
- "explorer": "https://bscscan.com/token/0x014a087b646Bd90E7DCEad3993F49EB1F4B5f30a",
- "status": "active",
- "id": "0x014a087b646Bd90E7DCEad3993F49EB1F4B5f30a",
- "links": [
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/gulf-coin/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/GulfCoin_"
- },
- {
- "name": "telegram",
- "url": "https://t.me/GulfCoinOfficial"
- },
- {
- "name": "source_code",
- "url": "https://github.com/enterchain/gulf-dev/blob/main/gulf.sol"
- },
- {
- "name": "whitepaper",
- "url": "https://gulfofficial.com/pdf/gulfcoin-white-paper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/gulfcoin-2/"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/smartchain/assets/0x014a087b646Bd90E7DCEad3993F49EB1F4B5f30a/logo.png b/blockchains/smartchain/assets/0x014a087b646Bd90E7DCEad3993F49EB1F4B5f30a/logo.png
deleted file mode 100644
index d937afa9dcf94..0000000000000
Binary files a/blockchains/smartchain/assets/0x014a087b646Bd90E7DCEad3993F49EB1F4B5f30a/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x01600Ed07fC7493686ef143D1b92cd5612d50D5b/info.json b/blockchains/smartchain/assets/0x01600Ed07fC7493686ef143D1b92cd5612d50D5b/info.json
deleted file mode 100644
index 7f5ff6bf95a2a..0000000000000
--- a/blockchains/smartchain/assets/0x01600Ed07fC7493686ef143D1b92cd5612d50D5b/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "PinkPanther NFT",
- "website": "https://pinkpanther.finance/",
- "description": "We created a new NFT platform on BinanceSmartChain. We want to take part in Binance's NFT move.",
- "explorer": "https://bscscan.com/token/0x01600Ed07fC7493686ef143D1b92cd5612d50D5b",
- "type": "BEP20",
- "symbol": "PANTHER",
- "decimals": 9,
- "status": "active",
- "id": "0x01600Ed07fC7493686ef143D1b92cd5612d50D5b"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x01600Ed07fC7493686ef143D1b92cd5612d50D5b/logo.png b/blockchains/smartchain/assets/0x01600Ed07fC7493686ef143D1b92cd5612d50D5b/logo.png
deleted file mode 100644
index 16ca6ba835559..0000000000000
Binary files a/blockchains/smartchain/assets/0x01600Ed07fC7493686ef143D1b92cd5612d50D5b/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x016C285d5b918B92aa85EF1e147498BADfe30d69/info.json b/blockchains/smartchain/assets/0x016C285d5b918B92aa85EF1e147498BADfe30d69/info.json
deleted file mode 100644
index 1a63a4fca4ad7..0000000000000
--- a/blockchains/smartchain/assets/0x016C285d5b918B92aa85EF1e147498BADfe30d69/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "100xCoin",
- "website": "http://100xCoin.io",
- "description": "100xCoin is a deflationary currency with an liquidity generation protocol built by influencer Ken the Crypto on the Binance Smart Chain. ",
- "explorer": "https://bscscan.com/token/0x016c285d5b918b92aa85ef1e147498badfe30d69",
- "type": "BEP20",
- "symbol": "100x",
- "decimals": 18,
- "status": "active",
- "id": "0x016C285d5b918B92aa85EF1e147498BADfe30d69",
- "tags": [
- "deflationary"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x016C285d5b918B92aa85EF1e147498BADfe30d69/logo.png b/blockchains/smartchain/assets/0x016C285d5b918B92aa85EF1e147498BADfe30d69/logo.png
deleted file mode 100644
index 99e10ec3c96f6..0000000000000
Binary files a/blockchains/smartchain/assets/0x016C285d5b918B92aa85EF1e147498BADfe30d69/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x016CF83732f1468150D87dCC5BdF67730B3934D3/info.json b/blockchains/smartchain/assets/0x016CF83732f1468150D87dCC5BdF67730B3934D3/info.json
deleted file mode 100644
index c5414a3666e41..0000000000000
--- a/blockchains/smartchain/assets/0x016CF83732f1468150D87dCC5BdF67730B3934D3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "AirNFT Token",
- "website": "http://airnfts.com",
- "description": "AirNFTs is NFT marketplace built on Binance Smart Chain where you can Create, Buy and Sell NFTs",
- "explorer": "https://bscscan.com/token/0x016cf83732f1468150d87dcc5bdf67730b3934d3",
- "type": "BEP20",
- "symbol": "AIRT",
- "decimals": 18,
- "status": "active",
- "id": "0x016CF83732f1468150D87dCC5BdF67730B3934D3"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x016CF83732f1468150D87dCC5BdF67730B3934D3/logo.png b/blockchains/smartchain/assets/0x016CF83732f1468150D87dCC5BdF67730B3934D3/logo.png
deleted file mode 100644
index f47d7da3443ed..0000000000000
Binary files a/blockchains/smartchain/assets/0x016CF83732f1468150D87dCC5BdF67730B3934D3/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x0173295183685F27C84db046B5F0bea3e683c24b/info.json b/blockchains/smartchain/assets/0x0173295183685F27C84db046B5F0bea3e683c24b/info.json
deleted file mode 100644
index 5bdd2dae3530b..0000000000000
--- a/blockchains/smartchain/assets/0x0173295183685F27C84db046B5F0bea3e683c24b/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "Cat",
- "type": "BEP20",
- "symbol": "CAT",
- "decimals": 18,
- "website": "https://www.catcattoken.com/",
- "description": "Cat carries the important task of future digital currency connection, and DAO is our purpose.Our goal is to have a strong Dao Community and the future of blockchain.This cat is sweeping the whole meme coin.",
- "explorer": "https://bscscan.com/token/0x0173295183685f27c84db046b5f0bea3e683c24b",
- "status": "active",
- "id": "0x0173295183685F27C84db046B5F0bea3e683c24b",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/Cat_CAT_Token"
- },
- {
- "name": "telegram",
- "url": "https://t.me/CatToken_Global"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/cat-cat-token/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/cat-cat-token/"
- }
- ],
- "tags": [
- "memes"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x0173295183685F27C84db046B5F0bea3e683c24b/logo.png b/blockchains/smartchain/assets/0x0173295183685F27C84db046B5F0bea3e683c24b/logo.png
deleted file mode 100644
index 6b23b5f8145c1..0000000000000
Binary files a/blockchains/smartchain/assets/0x0173295183685F27C84db046B5F0bea3e683c24b/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x01921A94e68F8D54F33C5D6f71d6664C35e33269/info.json b/blockchains/smartchain/assets/0x01921A94e68F8D54F33C5D6f71d6664C35e33269/info.json
deleted file mode 100644
index 618c33c969969..0000000000000
--- a/blockchains/smartchain/assets/0x01921A94e68F8D54F33C5D6f71d6664C35e33269/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Deez Nuts",
- "website": "https://www.deeznutscoin.com",
- "description": "Charity coin with a 10% tax- 4% sent to a charity address for Testicular and Prostate Research, 3% sent to all holders via reflection, and 3% added to the liquidity.",
- "explorer": "https://bscscan.com/token/0x01921A94e68F8D54F33C5D6f71d6664C35e33269",
- "type": "BEP20",
- "symbol": "DEEZNUTS",
- "decimals": 18,
- "status": "abandoned",
- "id": "0x01921A94e68F8D54F33C5D6f71d6664C35e33269"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x01921A94e68F8D54F33C5D6f71d6664C35e33269/logo.png b/blockchains/smartchain/assets/0x01921A94e68F8D54F33C5D6f71d6664C35e33269/logo.png
deleted file mode 100644
index 3edcc2db8979b..0000000000000
Binary files a/blockchains/smartchain/assets/0x01921A94e68F8D54F33C5D6f71d6664C35e33269/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x01E0d17a533E5930A349C2BB71304F04F20AB12B/info.json b/blockchains/smartchain/assets/0x01E0d17a533E5930A349C2BB71304F04F20AB12B/info.json
deleted file mode 100644
index c8b265f4cb9bd..0000000000000
--- a/blockchains/smartchain/assets/0x01E0d17a533E5930A349C2BB71304F04F20AB12B/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "REVOLVE GAMES",
- "website": "https://revolvegames.io",
- "description": "Revolve Games is redefining blockchain gaming, with a robust gaming ecosystem that is plugged into the heart of DeFi",
- "explorer": "https://bscscan.com/token/0x01E0d17a533E5930A349C2BB71304F04F20AB12B",
- "type": "BEP20",
- "symbol": "RPG",
- "decimals": 18,
- "status": "active",
- "id": "0x01E0d17a533E5930A349C2BB71304F04F20AB12B",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/Revolve-games"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/RevolveGamesio"
- },
- {
- "name": "telegram",
- "url": "https://t.me/revolvegames_official"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x01E0d17a533E5930A349C2BB71304F04F20AB12B/logo.png b/blockchains/smartchain/assets/0x01E0d17a533E5930A349C2BB71304F04F20AB12B/logo.png
deleted file mode 100644
index 34359393861b5..0000000000000
Binary files a/blockchains/smartchain/assets/0x01E0d17a533E5930A349C2BB71304F04F20AB12B/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x01a78db633940579E15e7bDB8EdfEE8ecDeA4522/info.json b/blockchains/smartchain/assets/0x01a78db633940579E15e7bDB8EdfEE8ecDeA4522/info.json
deleted file mode 100644
index 4e5f630cdebec..0000000000000
--- a/blockchains/smartchain/assets/0x01a78db633940579E15e7bDB8EdfEE8ecDeA4522/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Lithium",
- "website": "https://lithium.ventures",
- "description": "An ecosystem to drive innovation in the early-stage web 3.0 space.",
- "explorer": "https://bscscan.com/token/0x01a78db633940579e15e7bdb8edfee8ecdea4522",
- "type": "BEP20",
- "symbol": "EBSC",
- "decimals": 9,
- "status": "active",
- "id": "0x01a78db633940579E15e7bDB8EdfEE8ecDeA4522"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x01a78db633940579E15e7bDB8EdfEE8ecDeA4522/logo.png b/blockchains/smartchain/assets/0x01a78db633940579E15e7bDB8EdfEE8ecDeA4522/logo.png
deleted file mode 100644
index ca715f017c596..0000000000000
Binary files a/blockchains/smartchain/assets/0x01a78db633940579E15e7bDB8EdfEE8ecDeA4522/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x01db446F7C6d20ce1FcA421B4397dA789fbb21F1/info.json b/blockchains/smartchain/assets/0x01db446F7C6d20ce1FcA421B4397dA789fbb21F1/info.json
deleted file mode 100644
index 4ee6756e88e7f..0000000000000
--- a/blockchains/smartchain/assets/0x01db446F7C6d20ce1FcA421B4397dA789fbb21F1/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Doge King",
- "type": "BEP20",
- "symbol": "DOGEK",
- "decimals": 18,
- "website": "https://dogekingtoken.com",
- "description": "Doge King is a MEME & Self Solvent Token on #BSC inspired by #DOGE Coin. Its completely based on decentralized smart contract which incentivized holders of DOGEK. NFT marketplace is one of its core product, which is preparing to boost NFT usability on Binance Smart Chain.",
- "explorer": "https://bscscan.com/token/0x01db446F7C6d20ce1FcA421B4397dA789fbb21F1",
- "status": "active",
- "id": "0x01db446F7C6d20ce1FcA421B4397dA789fbb21F1",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/dogekingbsc"
- },
- {
- "name": "github",
- "url": "https://github.com/dogekingbsc"
- },
- {
- "name": "telegram",
- "url": "https://t.me/dogekingen"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/dogekingnews"
- },
- {
- "name": "blog",
- "url": "https://medium.com/@dogekingbsc"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x01db446F7C6d20ce1FcA421B4397dA789fbb21F1/logo.png b/blockchains/smartchain/assets/0x01db446F7C6d20ce1FcA421B4397dA789fbb21F1/logo.png
deleted file mode 100644
index ebbc2b6a16b87..0000000000000
Binary files a/blockchains/smartchain/assets/0x01db446F7C6d20ce1FcA421B4397dA789fbb21F1/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x01e9611dF08548994C883e4Ca729B0128E73470F/info.json b/blockchains/smartchain/assets/0x01e9611dF08548994C883e4Ca729B0128E73470F/info.json
deleted file mode 100644
index e26f6a14f3a11..0000000000000
--- a/blockchains/smartchain/assets/0x01e9611dF08548994C883e4Ca729B0128E73470F/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "RIZE ABOVE EVOLUTION",
- "type": "BEP20",
- "symbol": "RZE",
- "decimals": 18,
- "website": "https://rizeabove.finance",
- "description": "RIZE ABOVE EVOLUTION is a community driven hyper-deflationary decentralized digital currency for THE PEOPLE by THE PEOPLE. RZE rewards holders with binance wrapped DOGE.",
- "explorer": "https://bscscan.com/token/0x01e9611dF08548994C883e4Ca729B0128E73470F",
- "status": "active",
- "id": "0x01e9611dF08548994C883e4Ca729B0128E73470F",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/RizeToken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/rzetoken"
- },
- {
- "name": "whitepaper",
- "url": "https://rizeabove.finance/wp-content/uploads/2021/08/RZE-White-Paper-Rize-Above-Evolution.pdf"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/RIZEABOVE"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/RizeAboveToken/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x01e9611dF08548994C883e4Ca729B0128E73470F/logo.png b/blockchains/smartchain/assets/0x01e9611dF08548994C883e4Ca729B0128E73470F/logo.png
deleted file mode 100644
index b6c4719ec828a..0000000000000
Binary files a/blockchains/smartchain/assets/0x01e9611dF08548994C883e4Ca729B0128E73470F/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x01eaedd1BC5F8198D174532Aa13BA150653E0E11/info.json b/blockchains/smartchain/assets/0x01eaedd1BC5F8198D174532Aa13BA150653E0E11/info.json
deleted file mode 100644
index e8aa2e12ea566..0000000000000
--- a/blockchains/smartchain/assets/0x01eaedd1BC5F8198D174532Aa13BA150653E0E11/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "One Token",
- "type": "BEP20",
- "symbol": "ONE",
- "decimals": 9,
- "website": "https://onetoken.live",
- "description": "$ONE aims to become the most decentralized BSC token.Through the usage of cutting-edge technology mechanisms, 10% of $ONE total supply will be distributed among BSC active users.Our goal is to spread $ONE philosophy by gaining trustworthy holders through the fair distribution of the token.",
- "explorer": "https://bscscan.com/token/0x01eaedd1BC5F8198D174532Aa13BA150653E0E11",
- "status": "active",
- "id": "0x01eaedd1BC5F8198D174532Aa13BA150653E0E11"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x01eaedd1BC5F8198D174532Aa13BA150653E0E11/logo.png b/blockchains/smartchain/assets/0x01eaedd1BC5F8198D174532Aa13BA150653E0E11/logo.png
deleted file mode 100644
index 8adab25ea67fb..0000000000000
Binary files a/blockchains/smartchain/assets/0x01eaedd1BC5F8198D174532Aa13BA150653E0E11/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x0231f91e02DebD20345Ae8AB7D71A41f8E140cE7/info.json b/blockchains/smartchain/assets/0x0231f91e02DebD20345Ae8AB7D71A41f8E140cE7/info.json
deleted file mode 100644
index 946e5f4b7bfae..0000000000000
--- a/blockchains/smartchain/assets/0x0231f91e02DebD20345Ae8AB7D71A41f8E140cE7/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Jupiter",
- "website": "https://jup.io",
- "description": "Using Jupiter, we strive to make this technology accessible by everyone and that is why we created Gravity, a versatile framework that interfaces with our blockchain, Jupiter.",
- "explorer": "https://bscscan.com/token/0x0231f91e02DebD20345Ae8AB7D71A41f8E140cE7",
- "type": "BEP20",
- "symbol": "bwJUP",
- "decimals": 18,
- "status": "active",
- "id": "0x0231f91e02DebD20345Ae8AB7D71A41f8E140cE7",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/jup_project"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/JupiterProj"
- },
- {
- "name": "blog",
- "url": "https://blog.jup.io"
- },
- {
- "name": "telegram",
- "url": "https://t.me/jupiterproject"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x0231f91e02DebD20345Ae8AB7D71A41f8E140cE7/logo.png b/blockchains/smartchain/assets/0x0231f91e02DebD20345Ae8AB7D71A41f8E140cE7/logo.png
deleted file mode 100644
index a58136390f649..0000000000000
Binary files a/blockchains/smartchain/assets/0x0231f91e02DebD20345Ae8AB7D71A41f8E140cE7/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x0288D3E353fE2299F11eA2c2e1696b4A648eCC07/info.json b/blockchains/smartchain/assets/0x0288D3E353fE2299F11eA2c2e1696b4A648eCC07/info.json
deleted file mode 100644
index a7bf6c5388bc3..0000000000000
--- a/blockchains/smartchain/assets/0x0288D3E353fE2299F11eA2c2e1696b4A648eCC07/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ZCore Finance",
- "website": "http://finance.zcore.network",
- "description": "ZCore Finance is a decentralized exchange running on Binance Smart Chain and Pancake swap exchange, with features that let you earn and win tokens.",
- "explorer": "https://bscscan.com/token/0x0288D3E353fE2299F11eA2c2e1696b4A648eCC07",
- "type": "BEP20",
- "symbol": "ZEFI",
- "decimals": 18,
- "status": "active",
- "id": "0x0288D3E353fE2299F11eA2c2e1696b4A648eCC07"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x0288D3E353fE2299F11eA2c2e1696b4A648eCC07/logo.png b/blockchains/smartchain/assets/0x0288D3E353fE2299F11eA2c2e1696b4A648eCC07/logo.png
deleted file mode 100644
index 368806adc96ae..0000000000000
Binary files a/blockchains/smartchain/assets/0x0288D3E353fE2299F11eA2c2e1696b4A648eCC07/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x02926E6E2898e9235fDdDDe3f51c3b644Af8C403/info.json b/blockchains/smartchain/assets/0x02926E6E2898e9235fDdDDe3f51c3b644Af8C403/info.json
deleted file mode 100644
index 0fc7eb176f257..0000000000000
--- a/blockchains/smartchain/assets/0x02926E6E2898e9235fDdDDe3f51c3b644Af8C403/info.json
+++ /dev/null
@@ -1,57 +0,0 @@
-{
- "name": "B2U Coin",
- "type": "BEP20",
- "symbol": "B2U",
- "decimals": 18,
- "website": "https://b2ucoin.com",
- "description": "nB2U Coin is the oficial token of Bitcointoyou company, the largest cryptocurrency exchange in Brazil with 400 thousand customers. B2U Coin was launched in 2020 on ETH network and 2021 in BSC. You can use B2U Coin to pay fees on Bitcointoyou exchange, to buy products on stores using B2U Pay (https://b2upay.com) and recharge your credit card using B2U Bank (https://b2ubank.com).",
- "explorer": "https://bscscan.com/token/0x02926E6E2898e9235fDdDDe3f51c3b644Af8C403",
- "status": "active",
- "id": "0x02926E6E2898e9235fDdDDe3f51c3b644Af8C403",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/CoinB2u"
- },
- {
- "name": "github",
- "url": "https://github.com/Bitcointoyou/B2UCOIN_TOKEN"
- },
- {
- "name": "telegram",
- "url": "https://t.me/coinb2u"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/b2u_exchange"
- },
- {
- "name": "blog",
- "url": "https://www.bitcointoyou.com/blog/"
- },
- {
- "name": "whitepaper",
- "url": "https://b2ucoin.com/b2u-coin-white-paper.pdf"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/b2ucoin"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/b2u-coin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/b2u-coin"
- },
- {
- "name": "docs",
- "url": "https://tokenguard.io/ratings/b2u"
- },
- {
- "name": "source_code",
- "url": "https://github.com/Bitcointoyou/B2UCOIN_TOKEN"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x02926E6E2898e9235fDdDDe3f51c3b644Af8C403/logo.png b/blockchains/smartchain/assets/0x02926E6E2898e9235fDdDDe3f51c3b644Af8C403/logo.png
deleted file mode 100644
index 3f8ff9ec645df..0000000000000
Binary files a/blockchains/smartchain/assets/0x02926E6E2898e9235fDdDDe3f51c3b644Af8C403/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x02A40C048eE2607B5f5606e445CFc3633Fb20b58/info.json b/blockchains/smartchain/assets/0x02A40C048eE2607B5f5606e445CFc3633Fb20b58/info.json
deleted file mode 100644
index d55a3e3243100..0000000000000
--- a/blockchains/smartchain/assets/0x02A40C048eE2607B5f5606e445CFc3633Fb20b58/info.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "name": "Kaby Arena",
- "website": "https://kabyarena.com",
- "description": "Kaby Arena is a tactical multiplayer role playing game which combines Free-to-Play and Play-to-Earn to provide an open economy for every player",
- "explorer": "https://bscscan.com/token/0x02a40c048ee2607b5f5606e445cfc3633fb20b58",
- "type": "BEP20",
- "symbol": "KABY",
- "decimals": 18,
- "status": "active",
- "id": "0x02A40C048eE2607B5f5606e445CFc3633Fb20b58",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/KabyArena"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/KabyArena"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/kaby-arena"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@kabyarena"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/kaby-arena/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x02A40C048eE2607B5f5606e445CFc3633Fb20b58/logo.png b/blockchains/smartchain/assets/0x02A40C048eE2607B5f5606e445CFc3633Fb20b58/logo.png
deleted file mode 100644
index 4a8f0778c6707..0000000000000
Binary files a/blockchains/smartchain/assets/0x02A40C048eE2607B5f5606e445CFc3633Fb20b58/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x02a655942Dbb886c77bb22B270060c561300B0E2/info.json b/blockchains/smartchain/assets/0x02a655942Dbb886c77bb22B270060c561300B0E2/info.json
deleted file mode 100644
index 8a3c11de25550..0000000000000
--- a/blockchains/smartchain/assets/0x02a655942Dbb886c77bb22B270060c561300B0E2/info.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "KodexPay",
- "type": "BEP20",
- "symbol": "KXP",
- "decimals": 18,
- "website": "https://token.kodexpay.com/",
- "description": "KodexPay is backed by the easiest and most efficient cryptocurrency gateway to use.",
- "explorer": "https://bscscan.com/token/0x02a655942Dbb886c77bb22B270060c561300B0E2",
- "status": "active",
- "id": "0x02a655942Dbb886c77bb22B270060c561300B0E2",
- "links": [
- {
- "name": "whitepaper",
- "url": "https://token.kodexpay.com/whitepaper"
- },
- {
- "name": "github",
- "url": "https://github.com/Kodexpay/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/kodexpay/"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/kodexpay"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/user/Kodexpay"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/KodexPay"
- }
- ],
- "tags": [
- "defi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x02a655942Dbb886c77bb22B270060c561300B0E2/logo.png b/blockchains/smartchain/assets/0x02a655942Dbb886c77bb22B270060c561300B0E2/logo.png
deleted file mode 100644
index 2405c0a1b128e..0000000000000
Binary files a/blockchains/smartchain/assets/0x02a655942Dbb886c77bb22B270060c561300B0E2/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x02a9D7162BD73c2b35c5Cf6cDD585e91928c850A/info.json b/blockchains/smartchain/assets/0x02a9D7162BD73c2b35c5Cf6cDD585e91928c850A/info.json
deleted file mode 100644
index ad135631a3ddf..0000000000000
--- a/blockchains/smartchain/assets/0x02a9D7162BD73c2b35c5Cf6cDD585e91928c850A/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Baby Floki Inu",
- "symbol": "BFLOKI",
- "type": "BEP20",
- "decimals": 9,
- "description": "Baby Floki Inu is a deflationary token on BSC, holders are redistributed 3% of all tokens traded, Floki is a community backed meme powered project.",
- "website": "https://babyflokiinu.finance",
- "explorer": "https://bscscan.com/token/0x02a9D7162BD73c2b35c5Cf6cDD585e91928c850A",
- "status": "active",
- "id": "0x02a9D7162BD73c2b35c5Cf6cDD585e91928c850A"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x02a9D7162BD73c2b35c5Cf6cDD585e91928c850A/logo.png b/blockchains/smartchain/assets/0x02a9D7162BD73c2b35c5Cf6cDD585e91928c850A/logo.png
deleted file mode 100644
index 3e13df2dff09a..0000000000000
Binary files a/blockchains/smartchain/assets/0x02a9D7162BD73c2b35c5Cf6cDD585e91928c850A/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x02b59dfAd35eB4d943c1bBe5D1b0153CCE2c7Db7/info.json b/blockchains/smartchain/assets/0x02b59dfAd35eB4d943c1bBe5D1b0153CCE2c7Db7/info.json
deleted file mode 100644
index 8cefc98e870b2..0000000000000
--- a/blockchains/smartchain/assets/0x02b59dfAd35eB4d943c1bBe5D1b0153CCE2c7Db7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Kittycoin Token",
- "type": "BEP20",
- "symbol": "Kittycoin",
- "decimals": 8,
- "website": "https://kittycointoken.com/",
- "description": "Inspired by Dogecoin. 10% of Kittycoins go to support user voted upon no kill animal shelters and rescues.",
- "explorer": "https://bscscan.com/token/0x02b59dfAd35eB4d943c1bBe5D1b0153CCE2c7Db7",
- "status": "active",
- "id": "0x02b59dfAd35eB4d943c1bBe5D1b0153CCE2c7Db7"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x02b59dfAd35eB4d943c1bBe5D1b0153CCE2c7Db7/logo.png b/blockchains/smartchain/assets/0x02b59dfAd35eB4d943c1bBe5D1b0153CCE2c7Db7/logo.png
deleted file mode 100644
index 02d84f2cce05b..0000000000000
Binary files a/blockchains/smartchain/assets/0x02b59dfAd35eB4d943c1bBe5D1b0153CCE2c7Db7/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x02dd18E4981DA3fC7363fE56f3B81D1860b44ea7/info.json b/blockchains/smartchain/assets/0x02dd18E4981DA3fC7363fE56f3B81D1860b44ea7/info.json
deleted file mode 100644
index 34942a4176f9e..0000000000000
--- a/blockchains/smartchain/assets/0x02dd18E4981DA3fC7363fE56f3B81D1860b44ea7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SCRT",
- "website": "https://scrt.network",
- "description": "Secret is the native coin of the Secret Network, a decentralized network for private / secure computation. The wrapped BSC version of SCRT can be exchanged 1:1 on the Secret Network Bridge for Native SCRT, secretSCRT or WSCRT (ERC20).",
- "explorer": "https://bscscan.com/token/0x02dd18E4981DA3fC7363fE56f3B81D1860b44ea7",
- "type": "BEP20",
- "symbol": "SCRT",
- "decimals": 18,
- "status": "active",
- "id": "0x02dd18E4981DA3fC7363fE56f3B81D1860b44ea7"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x02dd18E4981DA3fC7363fE56f3B81D1860b44ea7/logo.png b/blockchains/smartchain/assets/0x02dd18E4981DA3fC7363fE56f3B81D1860b44ea7/logo.png
deleted file mode 100644
index e6881f4b59f23..0000000000000
Binary files a/blockchains/smartchain/assets/0x02dd18E4981DA3fC7363fE56f3B81D1860b44ea7/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x02fF5065692783374947393723dbA9599e59F591/info.json b/blockchains/smartchain/assets/0x02fF5065692783374947393723dbA9599e59F591/info.json
deleted file mode 100644
index 5237edba9267d..0000000000000
--- a/blockchains/smartchain/assets/0x02fF5065692783374947393723dbA9599e59F591/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YOOSHI Token",
- "website": "https://yooshi.io",
- "description": "YooShi is a community-driven, fair launched MEME Token, which brings both fun and profits!",
- "explorer": "https://bscscan.com/token/0x02ff5065692783374947393723dba9599e59f591",
- "type": "BEP20",
- "symbol": "YOOSHI",
- "decimals": 9,
- "status": "active",
- "id": "0x02fF5065692783374947393723dbA9599e59F591"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x02fF5065692783374947393723dbA9599e59F591/logo.png b/blockchains/smartchain/assets/0x02fF5065692783374947393723dbA9599e59F591/logo.png
deleted file mode 100644
index 41650a83ff19b..0000000000000
Binary files a/blockchains/smartchain/assets/0x02fF5065692783374947393723dbA9599e59F591/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x0314e5a39806C30D67B869EE1bCDABee7e08dE74/info.json b/blockchains/smartchain/assets/0x0314e5a39806C30D67B869EE1bCDABee7e08dE74/info.json
deleted file mode 100644
index 5d6a83088142e..0000000000000
--- a/blockchains/smartchain/assets/0x0314e5a39806C30D67B869EE1bCDABee7e08dE74/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "DoubleMoon",
- "website": "https://doublemoon.finance",
- "description": "DoubleMoon is Next generation of Defi yield generating, community driven. Earn interest by holding.",
- "explorer": "https://bscscan.com/token/0x0314e5a39806c30d67b869ee1bcdabee7e08de74",
- "type": "BEP20",
- "symbol": "DBM",
- "decimals": 9,
- "status": "active",
- "id": "0x0314e5a39806C30D67B869EE1bCDABee7e08dE74"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x0314e5a39806C30D67B869EE1bCDABee7e08dE74/logo.png b/blockchains/smartchain/assets/0x0314e5a39806C30D67B869EE1bCDABee7e08dE74/logo.png
deleted file mode 100644
index 8e06bd6cbf117..0000000000000
Binary files a/blockchains/smartchain/assets/0x0314e5a39806C30D67B869EE1bCDABee7e08dE74/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x031b41e504677879370e9DBcF937283A8691Fa7f/info.json b/blockchains/smartchain/assets/0x031b41e504677879370e9DBcF937283A8691Fa7f/info.json
deleted file mode 100644
index bdbfd567251ce..0000000000000
--- a/blockchains/smartchain/assets/0x031b41e504677879370e9DBcF937283A8691Fa7f/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "Fetch",
- "website": "https://fetch.ai",
- "description": "Fetch.ai aims to be at the forefront of accelerating research and the deployment of emerging technologies such as blockchain and AI.",
- "explorer": "https://bscscan.com/token/0x031b41e504677879370e9dbcf937283a8691fa7f",
- "type": "BEP20",
- "symbol": "FET",
- "decimals": 18,
- "status": "active",
- "id": "0x031b41e504677879370e9DBcF937283A8691Fa7f",
- "tags": [
- "nft"
- ],
- "links": [
- {
- "name": "medium",
- "url": "https://medium.com/fetch-ai"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/forta/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/ru/currencies/fetch/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x031b41e504677879370e9DBcF937283A8691Fa7f/logo.png b/blockchains/smartchain/assets/0x031b41e504677879370e9DBcF937283A8691Fa7f/logo.png
deleted file mode 100644
index d5c525f6ea6f3..0000000000000
Binary files a/blockchains/smartchain/assets/0x031b41e504677879370e9DBcF937283A8691Fa7f/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x0321394309CaD7E0E424650844c3AB3b659315d3/info.json b/blockchains/smartchain/assets/0x0321394309CaD7E0E424650844c3AB3b659315d3/info.json
deleted file mode 100644
index 37b7b617dcce1..0000000000000
--- a/blockchains/smartchain/assets/0x0321394309CaD7E0E424650844c3AB3b659315d3/info.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "name": "XBN Community",
- "website": "https://xbc.xbn.finance",
- "short_description": "A community-driven, fair-launched DeFi project built on Binance Smart Chain #BSC",
- "explorer": "https://bscscan.com/token/0x0321394309cad7e0e424650844c3ab3b659315d3",
- "description": "XBN Community is a community-driven, fair-launched DeFi project built on Binance Smart Chain #BSC. Three functions occur during each trade: Reflection, LP Acquisition, and Burn.",
- "type": "BEP20",
- "symbol": "XBC",
- "decimals": 9,
- "status": "active",
- "id": "0x0321394309CaD7E0E424650844c3AB3b659315d3",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/ElasticBTC-XBT"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/elasticbitcoin"
- },
- {
- "name": "telegram",
- "url": "https://t.me/elasticbitcoin"
- },
- {
- "name": "medium",
- "url": "https://medium.com/elastic-bitcoin-xbt"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x0321394309CaD7E0E424650844c3AB3b659315d3/logo.png b/blockchains/smartchain/assets/0x0321394309CaD7E0E424650844c3AB3b659315d3/logo.png
deleted file mode 100644
index fa488ca37e6ca..0000000000000
Binary files a/blockchains/smartchain/assets/0x0321394309CaD7E0E424650844c3AB3b659315d3/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x032A4E59387e08443Cf1df662141da09c31ceFa1/info.json b/blockchains/smartchain/assets/0x032A4E59387e08443Cf1df662141da09c31ceFa1/info.json
deleted file mode 100644
index 315836af2b0ff..0000000000000
--- a/blockchains/smartchain/assets/0x032A4E59387e08443Cf1df662141da09c31ceFa1/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "HeroCatKey",
- "type": "BEP20",
- "symbol": "HCK",
- "decimals": 18,
- "website": "https://herocat.io",
- "description": "Hero Cat game is a Metaverse about cat heros. It bringing new gamefi playand earn experience for its players. Players can use Hero Cat crypto to fight, develop, upgrade, and join battles. Players will earn crypto by playing or contributing to the community.",
- "explorer": "https://bscscan.com/token/0x032A4E59387e08443Cf1df662141da09c31ceFa1",
- "status": "active",
- "id": "0x032A4E59387e08443Cf1df662141da09c31ceFa1",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/HeroCatGameFi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/herocatgamefi"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/2hAGKY7dZK"
- },
- {
- "name": "whitepaper",
- "url": "https://faqen.herocat.io/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/herocatgamefiio"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/herocatkey/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/hero-cat-key"
- }
- ],
- "tags": [
- "gamefi"
- ]
-}
diff --git a/blockchains/smartchain/assets/0x032A4E59387e08443Cf1df662141da09c31ceFa1/logo.png b/blockchains/smartchain/assets/0x032A4E59387e08443Cf1df662141da09c31ceFa1/logo.png
deleted file mode 100644
index ee2e91be4960f..0000000000000
Binary files a/blockchains/smartchain/assets/0x032A4E59387e08443Cf1df662141da09c31ceFa1/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x035aD59058c557be4532141FBCD60f0998fCE413/info.json b/blockchains/smartchain/assets/0x035aD59058c557be4532141FBCD60f0998fCE413/info.json
deleted file mode 100644
index 2b5618e78b175..0000000000000
--- a/blockchains/smartchain/assets/0x035aD59058c557be4532141FBCD60f0998fCE413/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "BabyApeFunClub",
- "type": "BEP20",
- "symbol": "BAFC",
- "decimals": 9,
- "website": "https://babyapefunclub.com/",
- "description": "BabyApeFunClub is designed to create a complex ecosystem in which DeFi, Metaverse & Real World are integrated together. Crypto users will access all DeFi & Metaverse services quickly, cheaply and effectively with only BabyApeFunClub platforms. For this, we are building the BAFC Stake, BAFC Swap, BAFC Marketplace, BAFC Metaverse, BAFC Store.Specifically, the BAFC Store was designed to help poor people around the world and is in great preparation.",
- "explorer": "https://bscscan.com/token/0x035ad59058c557be4532141fbcd60f0998fce413",
- "status": "active",
- "id": "0x035aD59058c557be4532141FBCD60f0998fCE413",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/BabyApeFunClub"
- },
- {
- "name": "telegram",
- "url": "https://t.me/BabyApeFunClub"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/babyapefunclub/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/babyapefunclub"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCL6fPF63i2RBVi-mTKPBDgg"
- }
- ],
- "tags": [
- "gamefi",
- "nft"
- ]
-}
diff --git a/blockchains/smartchain/assets/0x035aD59058c557be4532141FBCD60f0998fCE413/logo.png b/blockchains/smartchain/assets/0x035aD59058c557be4532141FBCD60f0998fCE413/logo.png
deleted file mode 100644
index 87bf4a4842d67..0000000000000
Binary files a/blockchains/smartchain/assets/0x035aD59058c557be4532141FBCD60f0998fCE413/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x035de3679E692C471072d1A09bEb9298fBB2BD31/info.json b/blockchains/smartchain/assets/0x035de3679E692C471072d1A09bEb9298fBB2BD31/info.json
deleted file mode 100644
index 7977fc9229a42..0000000000000
--- a/blockchains/smartchain/assets/0x035de3679E692C471072d1A09bEb9298fBB2BD31/info.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "name": "Binance USD (Portal from Ethereum)",
- "type": "BEP20",
- "symbol": "BUSDet",
- "decimals": 18,
- "description": "Cross Chain Portal Bridged Token",
- "website": "https://www.paxos.com/busd/",
- "explorer": "https://bscscan.com/token/0x035de3679E692C471072d1A09bEb9298fBB2BD31",
- "status": "active",
- "id": "0x035de3679E692C471072d1A09bEb9298fBB2BD31",
- "tags": [
- "wrapped"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x035de3679E692C471072d1A09bEb9298fBB2BD31/logo.png b/blockchains/smartchain/assets/0x035de3679E692C471072d1A09bEb9298fBB2BD31/logo.png
deleted file mode 100644
index ad5123c0ba9b6..0000000000000
Binary files a/blockchains/smartchain/assets/0x035de3679E692C471072d1A09bEb9298fBB2BD31/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x037838b556d9c9d654148a284682C55bB5f56eF4/info.json b/blockchains/smartchain/assets/0x037838b556d9c9d654148a284682C55bB5f56eF4/info.json
deleted file mode 100644
index f587a21c3465e..0000000000000
--- a/blockchains/smartchain/assets/0x037838b556d9c9d654148a284682C55bB5f56eF4/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "Lightning",
- "website": "https://lightningprotocol.finance/",
- "description": "Lightning Cross-Chain Incubator & Open Launchpad gives $LIGHT holders exclusive access to seed, private and presale rounds for the most exciting new projects, as well as staking to earn $BNB and airdrops for all IDOs.",
- "explorer": "https://bscscan.com/token/0x037838b556d9c9d654148a284682c55bb5f56ef4",
- "type": "BEP20",
- "symbol": "LIGHT",
- "decimals": 18,
- "status": "active",
- "id": "0x037838b556d9c9d654148a284682C55bB5f56eF4",
- "links": [
- {
- "name": "telegram",
- "url": "https://t.me/lightningprotocol"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/LightningDeFi"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/r/Lightning_Incubator/"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/LightningProtocol/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x037838b556d9c9d654148a284682C55bB5f56eF4/logo.png b/blockchains/smartchain/assets/0x037838b556d9c9d654148a284682C55bB5f56eF4/logo.png
deleted file mode 100644
index 3e943a79f5861..0000000000000
Binary files a/blockchains/smartchain/assets/0x037838b556d9c9d654148a284682C55bB5f56eF4/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x039cB485212f996A9DBb85A9a75d898F94d38dA6/info.json b/blockchains/smartchain/assets/0x039cB485212f996A9DBb85A9a75d898F94d38dA6/info.json
deleted file mode 100644
index 9fe373321a684..0000000000000
--- a/blockchains/smartchain/assets/0x039cB485212f996A9DBb85A9a75d898F94d38dA6/info.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "DEXE",
- "type": "BEP20",
- "symbol": "DEXE",
- "decimals": 18,
- "website": "https://dexe.network/",
- "description": "Dexe.network or Dexe (Decentralized Social Trading Platform) – an online, decentralized and autonomous cryptocurrency assets portfolio environment which operates via autonomous smart contracts, that includes tools for virtual currency allocation, automatic rebalancing and eliminates the risks of transferring digital wallet details such as private keys and API or any virtual currency data to a third party.",
- "explorer": "https://bscscan.com/token/0x039cb485212f996a9dbb85a9a75d898f94d38da6",
- "id": "0x039cB485212f996A9DBb85A9a75d898F94d38dA6",
- "status": "active",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/dexe-network/dexe"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x039cB485212f996A9DBb85A9a75d898F94d38dA6/logo.png b/blockchains/smartchain/assets/0x039cB485212f996A9DBb85A9a75d898F94d38dA6/logo.png
deleted file mode 100644
index 0ca575a8134dc..0000000000000
Binary files a/blockchains/smartchain/assets/0x039cB485212f996A9DBb85A9a75d898F94d38dA6/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x03C580eecf2c36Ab8a77a71d56d867EcD495552D/info.json b/blockchains/smartchain/assets/0x03C580eecf2c36Ab8a77a71d56d867EcD495552D/info.json
deleted file mode 100644
index a82cb11de72d1..0000000000000
--- a/blockchains/smartchain/assets/0x03C580eecf2c36Ab8a77a71d56d867EcD495552D/info.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "name": "NUKE",
- "website": "https://nukewars.io",
- "description": "Nuke Wars is an NFT-based Metaverse game on the Binance Smart Chain, powered by radioactive deflation. In Nuke’s universe tokens and NFTs burn alike, giving the nukers the power and wealth to fight the common enemy.",
- "explorer": "https://bscscan.com/token/0x03c580eecf2c36ab8a77a71d56d867ecd495552d",
- "type": "BEP20",
- "symbol": "NUKE",
- "decimals": 18,
- "status": "active",
- "id": "0x03C580eecf2c36Ab8a77a71d56d867EcD495552D",
- "tags": [
- "deflationary"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/The_Real_Nuke_"
- },
- {
- "name": "telegram",
- "url": "https://t.me/nuketoken_lfg"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x03C580eecf2c36Ab8a77a71d56d867EcD495552D/logo.png b/blockchains/smartchain/assets/0x03C580eecf2c36Ab8a77a71d56d867EcD495552D/logo.png
deleted file mode 100644
index 14400bc8376f1..0000000000000
Binary files a/blockchains/smartchain/assets/0x03C580eecf2c36Ab8a77a71d56d867EcD495552D/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x03D6BD3d48F956D783456695698C407A46ecD54d/info.json b/blockchains/smartchain/assets/0x03D6BD3d48F956D783456695698C407A46ecD54d/info.json
deleted file mode 100644
index bbd4e0504fdb6..0000000000000
--- a/blockchains/smartchain/assets/0x03D6BD3d48F956D783456695698C407A46ecD54d/info.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "HyperBurn",
- "website": "https://hyperjump.fi/",
- "description": "HyperBurn is a deflationary DeFi token with a passive yield mechanism. The HyperJump team is the continuation of THUGS one of the earliest successes on Binance Smart Chain.",
- "explorer": "https://bscscan.com/token/0x03D6BD3d48F956D783456695698C407A46ecD54d",
- "type": "BEP20",
- "symbol": "HYPR",
- "decimals": 18,
- "status": "active",
- "id": "0x03D6BD3d48F956D783456695698C407A46ecD54d",
- "tags": [
- "deflationary"
- ],
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/HyperJumpBSC"
- },
- {
- "name": "telegram",
- "url": "https://t.me/hyperjumpbsc"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/AJDqFTP"
- },
- {
- "name": "medium",
- "url": "https://hyperjumpbsc.medium.com/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x03D6BD3d48F956D783456695698C407A46ecD54d/logo.png b/blockchains/smartchain/assets/0x03D6BD3d48F956D783456695698C407A46ecD54d/logo.png
deleted file mode 100644
index 6ab9882a05233..0000000000000
Binary files a/blockchains/smartchain/assets/0x03D6BD3d48F956D783456695698C407A46ecD54d/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x03cE7649838A811c26C9eabe85A1884E3E0120D4/info.json b/blockchains/smartchain/assets/0x03cE7649838A811c26C9eabe85A1884E3E0120D4/info.json
deleted file mode 100644
index 17cec78349c10..0000000000000
--- a/blockchains/smartchain/assets/0x03cE7649838A811c26C9eabe85A1884E3E0120D4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FootballHooligans",
- "type": "BEP20",
- "symbol": "FBH",
- "decimals": 9,
- "website": "https://footballhooligans.net/",
- "description": "Some of the goals of this token will be to contribute our investors make money, to provide the stadium environment they missed, to ensure that they can rush into the stadiums with the same strength again once the pandemic ends, to sustain that the culture of football and hooliganism by opening various discussions in our forums.",
- "explorer": "https://bscscan.com/token/0x03cE7649838A811c26C9eabe85A1884E3E0120D4",
- "status": "active",
- "id": "0x03cE7649838A811c26C9eabe85A1884E3E0120D4"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x03cE7649838A811c26C9eabe85A1884E3E0120D4/logo.png b/blockchains/smartchain/assets/0x03cE7649838A811c26C9eabe85A1884E3E0120D4/logo.png
deleted file mode 100644
index 1f3492f1fc7eb..0000000000000
Binary files a/blockchains/smartchain/assets/0x03cE7649838A811c26C9eabe85A1884E3E0120D4/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x03fF0ff224f904be3118461335064bB48Df47938/info.json b/blockchains/smartchain/assets/0x03fF0ff224f904be3118461335064bB48Df47938/info.json
deleted file mode 100644
index fc2131a6c4654..0000000000000
--- a/blockchains/smartchain/assets/0x03fF0ff224f904be3118461335064bB48Df47938/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Harmony.One",
- "symbol": "ONE",
- "type": "BEP20",
- "decimals": 18,
- "description": "Harmony aims to offer a fast and open blockchain for decentralized applications.",
- "website": "https://harmony.one/",
- "explorer": "https://bscscan.com/token/0x03fF0ff224f904be3118461335064bB48Df47938",
- "status": "active",
- "id": "0x03fF0ff224f904be3118461335064bB48Df47938"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x03fF0ff224f904be3118461335064bB48Df47938/logo.png b/blockchains/smartchain/assets/0x03fF0ff224f904be3118461335064bB48Df47938/logo.png
deleted file mode 100644
index a2e1b7122e720..0000000000000
Binary files a/blockchains/smartchain/assets/0x03fF0ff224f904be3118461335064bB48Df47938/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x041640eA980e3fE61e9C4ca26D9007Bc70094C15/info.json b/blockchains/smartchain/assets/0x041640eA980e3fE61e9C4ca26D9007Bc70094C15/info.json
deleted file mode 100644
index 8dae5493497cf..0000000000000
--- a/blockchains/smartchain/assets/0x041640eA980e3fE61e9C4ca26D9007Bc70094C15/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "PirateCoin",
- "type": "BEP20",
- "symbol": "PirateCoin☠",
- "decimals": 9,
- "website": "https://piratecoin.games/",
- "description": "PirateCoin aims to produce a game integrating NFT by finding Treasure and earning PirateCoin. The character will earn and get experience the more time spent in the game. There will be enemies to fight, weapon upgrades, and much more. PirateCoin will be the main currency of the game.",
- "explorer": "https://bscscan.com/token/0x041640ea980e3fe61e9c4ca26d9007bc70094c15",
- "status": "active",
- "id": "0x041640eA980e3fE61e9C4ca26D9007Bc70094C15",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/piratecoingames"
- },
- {
- "name": "telegram",
- "url": "https://t.me/PirateCoinGamesOfficial"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x041640eA980e3fE61e9C4ca26D9007Bc70094C15/logo.png b/blockchains/smartchain/assets/0x041640eA980e3fE61e9C4ca26D9007Bc70094C15/logo.png
deleted file mode 100644
index 18b3bae6311d1..0000000000000
Binary files a/blockchains/smartchain/assets/0x041640eA980e3fE61e9C4ca26D9007Bc70094C15/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x0416846Db6bEa02588e546271D4d83c4061b7757/info.json b/blockchains/smartchain/assets/0x0416846Db6bEa02588e546271D4d83c4061b7757/info.json
deleted file mode 100644
index 8644b65fc396f..0000000000000
--- a/blockchains/smartchain/assets/0x0416846Db6bEa02588e546271D4d83c4061b7757/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "Football INU",
- "type": "BEP20",
- "symbol": "FOOTBALL",
- "decimals": 9,
- "website": "https://footballinu.net/",
- "description": "Football INU is a P2E 3D multiplayer football metaverse that joins billions of football enthusiasts in a community where you can develop your NFT football avatar, manage your own club or arena, build fanbase, attract sponsorships and earn real income.",
- "explorer": "https://bscscan.com/token/0x0416846db6bea02588e546271d4d83c4061b7757",
- "status": "active",
- "id": "0x0416846Db6bEa02588e546271D4d83c4061b7757",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/FOOTBALLinuBSC"
- },
- {
- "name": "telegram",
- "url": "https://t.me/FOOTBALLinu"
- },
- {
- "name": "whitepaper",
- "url": "https://footballinu.net/whitepaper.pdf"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/football-inu"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/footballinu/"
- }
- ],
- "tags": [
- "gamefi",
- "nft"
- ]
-}
diff --git a/blockchains/smartchain/assets/0x0416846Db6bEa02588e546271D4d83c4061b7757/logo.png b/blockchains/smartchain/assets/0x0416846Db6bEa02588e546271D4d83c4061b7757/logo.png
deleted file mode 100644
index d6aee8b08facc..0000000000000
Binary files a/blockchains/smartchain/assets/0x0416846Db6bEa02588e546271D4d83c4061b7757/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x04260673729c5F2b9894A467736f3D85F8d34fC8/info.json b/blockchains/smartchain/assets/0x04260673729c5F2b9894A467736f3D85F8d34fC8/info.json
deleted file mode 100644
index 547376a30c661..0000000000000
--- a/blockchains/smartchain/assets/0x04260673729c5F2b9894A467736f3D85F8d34fC8/info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "CryptoPlanes",
- "type": "BEP20",
- "symbol": "CPAN",
- "decimals": 18,
- "website": "https://cryptoplanes.me/",
- "description": "CryptoPlanes is an expansion of the CryptoCity metaverse. The place where the famous NFT racing game was founded.",
- "explorer": "https://bscscan.com/token/0x04260673729c5F2b9894A467736f3D85F8d34fC8",
- "status": "active",
- "id": "0x04260673729c5F2b9894A467736f3D85F8d34fC8",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/NFTCryptoPlanes"
- },
- {
- "name": "github",
- "url": "https://github.com/cryptocitymetaverse/cryptoplanes"
- },
- {
- "name": "telegram",
- "url": "https://t.me/CryptoPlanesGlobal"
- },
- {
- "name": "discord",
- "url": "https://discord.com/invite/ZUsxPc2JGR"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/CryptoPlanes"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/cryptoplanes/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/cryptoplanes"
- },
- {
- "name": "whitepaper",
- "url": "https://whitepaper.cryptoplanes.me/"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x04260673729c5F2b9894A467736f3D85F8d34fC8/logo.png b/blockchains/smartchain/assets/0x04260673729c5F2b9894A467736f3D85F8d34fC8/logo.png
deleted file mode 100644
index c90fb0283389f..0000000000000
Binary files a/blockchains/smartchain/assets/0x04260673729c5F2b9894A467736f3D85F8d34fC8/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x043b49749e0016E965600d502E2177cA2d95B3d9/info.json b/blockchains/smartchain/assets/0x043b49749e0016E965600d502E2177cA2d95B3d9/info.json
deleted file mode 100644
index b9c55245951f9..0000000000000
--- a/blockchains/smartchain/assets/0x043b49749e0016E965600d502E2177cA2d95B3d9/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Radio Caca Token",
- "website": "https://www.radiocaca.com/",
- "description": "Radio Caca is the payment token for NFTs. Radio Caca (as “RACA”), is expected to gain rapid worldwide adoption in the music, digital art and fashion area across the world. A deflation token with limited supply. A community-driven token for NFT payment sector. A DEFI token. With No Private Sale. Locked liquidity for 3 years.",
- "explorer": "https://bscscan.com/token/0x043b49749e0016E965600d502E2177cA2d95B3d9",
- "type": "BEP20",
- "symbol": "RACA",
- "decimals": 9,
- "status": "active",
- "id": "0x043b49749e0016E965600d502E2177cA2d95B3d9"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x043b49749e0016E965600d502E2177cA2d95B3d9/logo.png b/blockchains/smartchain/assets/0x043b49749e0016E965600d502E2177cA2d95B3d9/logo.png
deleted file mode 100644
index 0892a67f17538..0000000000000
Binary files a/blockchains/smartchain/assets/0x043b49749e0016E965600d502E2177cA2d95B3d9/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x0469F8Ca65Ce318888cc0d6459d0c7cbe5912c98/info.json b/blockchains/smartchain/assets/0x0469F8Ca65Ce318888cc0d6459d0c7cbe5912c98/info.json
deleted file mode 100644
index 01ffc21b5e2a4..0000000000000
--- a/blockchains/smartchain/assets/0x0469F8Ca65Ce318888cc0d6459d0c7cbe5912c98/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "HyperChain X",
- "type": "BEP20",
- "symbol": "HYPER",
- "decimals": 7,
- "website": "https://hyperchainx.com/",
- "description": "Hyperchain X is the world’s first community driven token in gaming. The goal is to create a crypto gaming platform with an all-in-one application consisting of elements like: buy-in tournaments, 1 vs 1 high stake battles, league creation options for esport teams, live streams and an NFT marketplace that is unseen in this space.",
- "explorer": "https://bscscan.com/token/0x0469F8Ca65Ce318888cc0d6459d0c7cbe5912c98",
- "status": "abandoned",
- "id": "0x0469F8Ca65Ce318888cc0d6459d0c7cbe5912c98",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/HyperchainX"
- },
- {
- "name": "telegram",
- "url": "https://t.me/hyperchainx"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x04756126F044634C9a0f0E985e60c88a51ACC206/info.json b/blockchains/smartchain/assets/0x04756126F044634C9a0f0E985e60c88a51ACC206/info.json
deleted file mode 100644
index e300973430745..0000000000000
--- a/blockchains/smartchain/assets/0x04756126F044634C9a0f0E985e60c88a51ACC206/info.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "Carbon",
- "type": "BEP20",
- "symbol": "CSIX",
- "decimals": 18,
- "website": "https://carbon.website/",
- "description": "Carbon is a fast web3 privacy browser.",
- "explorer": "https://bscscan.com/token/0x04756126f044634c9a0f0e985e60c88a51acc206",
- "status": "active",
- "id": "0x04756126F044634C9a0f0E985e60c88a51ACC206",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/trycarbonio"
- },
- {
- "name": "github",
- "url": "https://github.com/pellartech"
- }
- ],
- "tags": [
- "defi",
- "staking",
- "staking-native"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x04756126F044634C9a0f0E985e60c88a51ACC206/logo.png b/blockchains/smartchain/assets/0x04756126F044634C9a0f0E985e60c88a51ACC206/logo.png
deleted file mode 100644
index 49612f64751a2..0000000000000
Binary files a/blockchains/smartchain/assets/0x04756126F044634C9a0f0E985e60c88a51ACC206/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x0487b824c8261462F88940f97053E65bDb498446/info.json b/blockchains/smartchain/assets/0x0487b824c8261462F88940f97053E65bDb498446/info.json
deleted file mode 100644
index ee45121297c2a..0000000000000
--- a/blockchains/smartchain/assets/0x0487b824c8261462F88940f97053E65bDb498446/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Wings",
- "website": "https://jetswap.finance/",
- "description": "Jetswap is a decentralized Automated Market Maker (AMM) on Binance Smart Chain with low fees and instant trade execution. Trade from the comfort of your own wallet! ",
- "explorer": "https://bscscan.com/token/0x0487b824c8261462F88940f97053E65bDb498446",
- "type": "BEP20",
- "symbol": "WINGS",
- "decimals": 18,
- "status": "active",
- "id": "0x0487b824c8261462F88940f97053E65bDb498446"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x0487b824c8261462F88940f97053E65bDb498446/logo.png b/blockchains/smartchain/assets/0x0487b824c8261462F88940f97053E65bDb498446/logo.png
deleted file mode 100644
index c4aeade8f6a9d..0000000000000
Binary files a/blockchains/smartchain/assets/0x0487b824c8261462F88940f97053E65bDb498446/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x0491648C910ad2c1aFaab733faF71D30313Df7FC/info.json b/blockchains/smartchain/assets/0x0491648C910ad2c1aFaab733faF71D30313Df7FC/info.json
deleted file mode 100644
index a5330eac98e31..0000000000000
--- a/blockchains/smartchain/assets/0x0491648C910ad2c1aFaab733faF71D30313Df7FC/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "JDI Token",
- "type": "BEP20",
- "symbol": "JDI",
- "decimals": 18,
- "website": "https://jdiyield.com/",
- "description": "One stop SAFU service for yield farmers.",
- "explorer": "https://bscscan.com/token/0x0491648C910ad2c1aFaab733faF71D30313Df7FC",
- "status": "active",
- "id": "0x0491648C910ad2c1aFaab733faF71D30313Df7FC"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x0491648C910ad2c1aFaab733faF71D30313Df7FC/logo.png b/blockchains/smartchain/assets/0x0491648C910ad2c1aFaab733faF71D30313Df7FC/logo.png
deleted file mode 100644
index 2aa4728974d96..0000000000000
Binary files a/blockchains/smartchain/assets/0x0491648C910ad2c1aFaab733faF71D30313Df7FC/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x04BAf95Fd4C52fd09a56D840bAEe0AB8D7357bf0/info.json b/blockchains/smartchain/assets/0x04BAf95Fd4C52fd09a56D840bAEe0AB8D7357bf0/info.json
deleted file mode 100644
index 8d34cf51cbade..0000000000000
--- a/blockchains/smartchain/assets/0x04BAf95Fd4C52fd09a56D840bAEe0AB8D7357bf0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "ONE Token",
- "website": "https://bigone.com/en",
- "description": "ONE is a token issued by the BigONE trading platform.",
- "explorer": "https://bscscan.com/token/0x04BAf95Fd4C52fd09a56D840bAEe0AB8D7357bf0",
- "type": "BEP20",
- "symbol": "ONE",
- "decimals": 18,
- "status": "active",
- "id": "0x04BAf95Fd4C52fd09a56D840bAEe0AB8D7357bf0"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x04BAf95Fd4C52fd09a56D840bAEe0AB8D7357bf0/logo.png b/blockchains/smartchain/assets/0x04BAf95Fd4C52fd09a56D840bAEe0AB8D7357bf0/logo.png
deleted file mode 100644
index d90caa317f1b4..0000000000000
Binary files a/blockchains/smartchain/assets/0x04BAf95Fd4C52fd09a56D840bAEe0AB8D7357bf0/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x04C747b40Be4D535fC83D09939fb0f626F32800B/info.json b/blockchains/smartchain/assets/0x04C747b40Be4D535fC83D09939fb0f626F32800B/info.json
deleted file mode 100644
index be81b0eba052b..0000000000000
--- a/blockchains/smartchain/assets/0x04C747b40Be4D535fC83D09939fb0f626F32800B/info.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "ITAM",
- "website": "https://itam.network",
- "description": "ITAM operates a platform (NFT.Farm) that values digital assets and freely trades such assets using ITAM NFT. ITAM NFT is a Middleware technology for cultural and artistic creations such as paintings, comics, fashion, and games.",
- "explorer": "https://bscscan.com/token/0x04c747b40be4d535fc83d09939fb0f626f32800b",
- "type": "BEP20",
- "symbol": "ITAM",
- "decimals": 18,
- "status": "active",
- "id": "0x04C747b40Be4D535fC83D09939fb0f626F32800B",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/itamgames"
- },
- {
- "name": "medium",
- "url": "https://medium.com/itam"
- },
- {
- "name": "telegram",
- "url": "https://t.me/itam_en"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCgM_ijLKjeibbQATtX46ZTw"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x04C747b40Be4D535fC83D09939fb0f626F32800B/logo.png b/blockchains/smartchain/assets/0x04C747b40Be4D535fC83D09939fb0f626F32800B/logo.png
deleted file mode 100644
index 7cc26756dbd35..0000000000000
Binary files a/blockchains/smartchain/assets/0x04C747b40Be4D535fC83D09939fb0f626F32800B/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x04F73A09e2eb410205BE256054794fB452f0D245/info.json b/blockchains/smartchain/assets/0x04F73A09e2eb410205BE256054794fB452f0D245/info.json
deleted file mode 100644
index f24913b265a42..0000000000000
--- a/blockchains/smartchain/assets/0x04F73A09e2eb410205BE256054794fB452f0D245/info.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "name": "DxSale Network",
- "type": "BEP20",
- "symbol": "SALE",
- "decimals": 18,
- "website": "https://dxsale.network/",
- "description": "DxSale is a decentralized, cross chain, token management platform as a service. DxSale DAO allows for seamless onboarding of chains to provide tools to facilitate and grow out a chains ecosystem.",
- "explorer": "https://bscscan.com/token/0x04F73A09e2eb410205BE256054794fB452f0D245",
- "status": "active",
- "id": "0x04F73A09e2eb410205BE256054794fB452f0D245",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/dxsale"
- },
- {
- "name": "telegram",
- "url": "https://t.me/DxSale"
- },
- {
- "name": "telegram_news",
- "url": "https://t.me/DxSaleAnn"
- },
- {
- "name": "medium",
- "url": "https://hash-dxsale.medium.com/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/dxsale-network"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/dxsale-network/"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCDrVyjNivEdu7_cIA53B0cg"
- },
- {
- "name": "docs",
- "url": "https://docs.dxsale.network"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x04F73A09e2eb410205BE256054794fB452f0D245/logo.png b/blockchains/smartchain/assets/0x04F73A09e2eb410205BE256054794fB452f0D245/logo.png
deleted file mode 100644
index e8a5758322deb..0000000000000
Binary files a/blockchains/smartchain/assets/0x04F73A09e2eb410205BE256054794fB452f0D245/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x050787DE0cF5Da03D9387b344334D51cAE5DD0Fd/info.json b/blockchains/smartchain/assets/0x050787DE0cF5Da03D9387b344334D51cAE5DD0Fd/info.json
deleted file mode 100644
index d544a0631ac35..0000000000000
--- a/blockchains/smartchain/assets/0x050787DE0cF5Da03D9387b344334D51cAE5DD0Fd/info.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "name": "Peacockcoin",
- "website": "https://peacockcoin.finance/",
- "description": "PeacockCoin is a deflationary yield token on the Binance Smart Chain with Multi-dimensional NFT's",
- "explorer": "https://bscscan.com/token/0x050787de0cf5da03d9387b344334d51cae5dd0fd",
- "type": "BEP20",
- "symbol": "PEKC ",
- "decimals": 9,
- "status": "active",
- "id": "0x050787DE0cF5Da03D9387b344334D51cAE5DD0Fd",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/PeacockCoin"
- },
- {
- "name": "telegram",
- "url": "https://t.me/peacockcoin"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x050787DE0cF5Da03D9387b344334D51cAE5DD0Fd/logo.png b/blockchains/smartchain/assets/0x050787DE0cF5Da03D9387b344334D51cAE5DD0Fd/logo.png
deleted file mode 100644
index d2665bf4d93db..0000000000000
Binary files a/blockchains/smartchain/assets/0x050787DE0cF5Da03D9387b344334D51cAE5DD0Fd/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x0523215DCafbF4E4aA92117d13C6985a3BeF27D7/info.json b/blockchains/smartchain/assets/0x0523215DCafbF4E4aA92117d13C6985a3BeF27D7/info.json
deleted file mode 100644
index 41e1ea6ad8afe..0000000000000
--- a/blockchains/smartchain/assets/0x0523215DCafbF4E4aA92117d13C6985a3BeF27D7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "GAMER",
- "type": "BEP20",
- "symbol": "GMR",
- "decimals": 9,
- "website": "https://gmr.finance",
- "description": "We aim to bring the gaming community, content creators and game developers together with GMR.",
- "explorer": "https://bscscan.com/token/0x0523215dcafbf4e4aa92117d13c6985a3bef27d7",
- "status": "active",
- "id": "0x0523215DCafbF4E4aA92117d13C6985a3BeF27D7"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x0523215DCafbF4E4aA92117d13C6985a3BeF27D7/logo.png b/blockchains/smartchain/assets/0x0523215DCafbF4E4aA92117d13C6985a3BeF27D7/logo.png
deleted file mode 100644
index 438a9fbb7534e..0000000000000
Binary files a/blockchains/smartchain/assets/0x0523215DCafbF4E4aA92117d13C6985a3BeF27D7/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x053299b35bfFD54E7620762CDdE9B9A3494662F3/info.json b/blockchains/smartchain/assets/0x053299b35bfFD54E7620762CDdE9B9A3494662F3/info.json
deleted file mode 100644
index 3b02ef4089ba2..0000000000000
--- a/blockchains/smartchain/assets/0x053299b35bfFD54E7620762CDdE9B9A3494662F3/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Coco Token",
- "website": "https://cocotoken.finance/",
- "description": "Decentralized Deflationary Token that Grows into Coco's Dog treats.",
- "explorer": "https://bscscan.com/token/0x053299b35bfFD54E7620762CDdE9B9A3494662F3",
- "type": "BEP20",
- "symbol": "$COCO",
- "decimals": 18,
- "status": "active",
- "id": "0x053299b35bfFD54E7620762CDdE9B9A3494662F3"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x053299b35bfFD54E7620762CDdE9B9A3494662F3/logo.png b/blockchains/smartchain/assets/0x053299b35bfFD54E7620762CDdE9B9A3494662F3/logo.png
deleted file mode 100644
index 18f06a4692418..0000000000000
Binary files a/blockchains/smartchain/assets/0x053299b35bfFD54E7620762CDdE9B9A3494662F3/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x0567D7fad179dCd2a89508B77cCe93E26f8998F7/info.json b/blockchains/smartchain/assets/0x0567D7fad179dCd2a89508B77cCe93E26f8998F7/info.json
deleted file mode 100644
index 90acf4f62c573..0000000000000
--- a/blockchains/smartchain/assets/0x0567D7fad179dCd2a89508B77cCe93E26f8998F7/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "VIDTC Luxury goods",
- "type": "BEP20",
- "symbol": "VIDTC",
- "decimals": 18,
- "website": "https://about.v-id.org",
- "description": "NFTs for watches, fashion & jewelry",
- "explorer": "https://bscscan.com/token/0x0567d7fad179dcd2a89508b77cce93e26f8998f7",
- "status": "active",
- "id": "0x0567D7fad179dCd2a89508B77cCe93E26f8998F7"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x0567D7fad179dCd2a89508B77cCe93E26f8998F7/logo.png b/blockchains/smartchain/assets/0x0567D7fad179dCd2a89508B77cCe93E26f8998F7/logo.png
deleted file mode 100644
index 51a270f58bac9..0000000000000
Binary files a/blockchains/smartchain/assets/0x0567D7fad179dCd2a89508B77cCe93E26f8998F7/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x056cB5463Db539985fd6EbfbE5C3D5904C5E8A95/info.json b/blockchains/smartchain/assets/0x056cB5463Db539985fd6EbfbE5C3D5904C5E8A95/info.json
deleted file mode 100644
index bbb20854ce33d..0000000000000
--- a/blockchains/smartchain/assets/0x056cB5463Db539985fd6EbfbE5C3D5904C5E8A95/info.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "name": "ETHLAX",
- "type": "BEP20",
- "symbol": "ETHLAX",
- "decimals": 18,
- "website": "https://ethlax.io/",
- "description": "Transforming Businesses with Artificial Intelligence. A few years ago technology that could learn and solve problems on its own only found on the pages of science fiction. Nowadays, Ethlax with these advanced capabilities is surfacing all around us, and represents the latest in a series of rapid development. AI (AI) is changing our lifestyle and empowering machines to perform things that people used to think humans were the only ones capable of doing",
- "explorer": "https://bscscan.com/token/0x056cB5463Db539985fd6EbfbE5C3D5904C5E8A95",
- "status": "active",
- "id": "0x056cB5463Db539985fd6EbfbE5C3D5904C5E8A95",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ethlaxtoken"
- },
- {
- "name": "telegram",
- "url": "https://t.me/ethlaxtoken"
- },
- {
- "name": "whitepaper",
- "url": "https://ethlax.io/whitepaper.pdf"
- }
- ],
- "tags": [
- "staking"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x056cB5463Db539985fd6EbfbE5C3D5904C5E8A95/logo.png b/blockchains/smartchain/assets/0x056cB5463Db539985fd6EbfbE5C3D5904C5E8A95/logo.png
deleted file mode 100644
index f37422e07dd2c..0000000000000
Binary files a/blockchains/smartchain/assets/0x056cB5463Db539985fd6EbfbE5C3D5904C5E8A95/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x057AFf3E314e1ca15BED75510df81A20098cE456/info.json b/blockchains/smartchain/assets/0x057AFf3E314e1ca15BED75510df81A20098cE456/info.json
deleted file mode 100644
index 0871c770fa11c..0000000000000
--- a/blockchains/smartchain/assets/0x057AFf3E314e1ca15BED75510df81A20098cE456/info.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "name": "POTENT",
- "type": "BEP20",
- "symbol": "PTT",
- "decimals": 18,
- "website": "https://potent.finance/",
- "description": "Potent coin is an ecosystem on the Binance Smart Chain blockchain that offers fast and efficient solutions for using cryptocurrencies.",
- "explorer": "https://bscscan.com/token/0x057AFf3E314e1ca15BED75510df81A20098cE456",
- "status": "active",
- "id": "0x057AFf3E314e1ca15BED75510df81A20098cE456",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/potent_coin"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/Potent-Token-108367228056742/"
- },
- {
- "name": "telegram",
- "url": "https://t.me/PotentCoin"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/potent-coin"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/potent/"
- },
- {
- "name": "whitepaper",
- "url": "https://potent.finance/static/moon_safe/img/White-paper.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x057AFf3E314e1ca15BED75510df81A20098cE456/logo.png b/blockchains/smartchain/assets/0x057AFf3E314e1ca15BED75510df81A20098cE456/logo.png
deleted file mode 100644
index 482415e42dcc8..0000000000000
Binary files a/blockchains/smartchain/assets/0x057AFf3E314e1ca15BED75510df81A20098cE456/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x0586933D1aA2fA2E732d23C3C229e6151aC6C0d4/info.json b/blockchains/smartchain/assets/0x0586933D1aA2fA2E732d23C3C229e6151aC6C0d4/info.json
deleted file mode 100644
index 6ebfcc4dc4dae..0000000000000
--- a/blockchains/smartchain/assets/0x0586933D1aA2fA2E732d23C3C229e6151aC6C0d4/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SafeDancer",
- "website": "https://safedancer.net/",
- "description": "SafeDancer is programmed to reward holders and built on transparency and trust. We are being audited and will be open with our community with frequent AMA's, questions and more.",
- "explorer": "https://bscscan.com/token/0x0586933D1aA2fA2E732d23C3C229e6151aC6C0d4",
- "type": "BEP20",
- "symbol": "$DANCE",
- "decimals": 18,
- "status": "active",
- "id": "0x0586933D1aA2fA2E732d23C3C229e6151aC6C0d4"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x0586933D1aA2fA2E732d23C3C229e6151aC6C0d4/logo.png b/blockchains/smartchain/assets/0x0586933D1aA2fA2E732d23C3C229e6151aC6C0d4/logo.png
deleted file mode 100644
index d4cd62521acb8..0000000000000
Binary files a/blockchains/smartchain/assets/0x0586933D1aA2fA2E732d23C3C229e6151aC6C0d4/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x05B339B0A346bF01f851ddE47a5d485c34FE220c/info.json b/blockchains/smartchain/assets/0x05B339B0A346bF01f851ddE47a5d485c34FE220c/info.json
deleted file mode 100644
index 758d8c5c0e57a..0000000000000
--- a/blockchains/smartchain/assets/0x05B339B0A346bF01f851ddE47a5d485c34FE220c/info.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "Astronaut",
- "website": "https://astronaut.to/",
- "short_description": "Astronaut is a protocol built for decentralizing the way which new projects and ideas coming to the BNB ecosystem raise capital",
- "description": "Astronaut is a protocol built for decentralizing the way which new projects and ideas coming to the BNB ecosystem raise capital.",
- "explorer": "https://bscscan.com/token/0x05b339b0a346bf01f851dde47a5d485c34fe220c",
- "type": "BEP20",
- "symbol": "NAUT",
- "decimals": 8,
- "status": "active",
- "id": "0x05B339B0A346bF01f851ddE47a5d485c34FE220c",
- "tags": [
- "deflationary"
- ],
- "links": [
- {
- "name": "github",
- "url": "https://github.com/astronauttoken"
- },
- {
- "name": "whitepaper",
- "url": "https://astronaut.to/assets/pdf/Whitepaper%20Astronaut.pdf"
- }
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x05B339B0A346bF01f851ddE47a5d485c34FE220c/logo.png b/blockchains/smartchain/assets/0x05B339B0A346bF01f851ddE47a5d485c34FE220c/logo.png
deleted file mode 100644
index 81e573d96a8af..0000000000000
Binary files a/blockchains/smartchain/assets/0x05B339B0A346bF01f851ddE47a5d485c34FE220c/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x05De1dbFCdc876F790371508b97C337640Dcd6a9/info.json b/blockchains/smartchain/assets/0x05De1dbFCdc876F790371508b97C337640Dcd6a9/info.json
deleted file mode 100644
index 8557e215ea8fa..0000000000000
--- a/blockchains/smartchain/assets/0x05De1dbFCdc876F790371508b97C337640Dcd6a9/info.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "name": "GlowV2",
- "type": "BEP20",
- "symbol": "GlowV2",
- "decimals": 9,
- "website": "https://glowtoken.net",
- "description": "GLOWV2 represents the illumination of the darkness in the crypto DeFi space through security, clarity, passive income, education, and charity.",
- "explorer": "https://bscscan.com/token/0x05De1dbFCdc876F790371508b97C337640Dcd6a9",
- "status": "active",
- "id": "0x05De1dbFCdc876F790371508b97C337640Dcd6a9",
- "links": [
- {
- "name": "github",
- "url": "https://github.com/GlowTokenLLC"
- },
- {
- "name": "twitter",
- "url": "https://twitter.com/GlowTokenLLC"
- },
- {
- "name": "telegram",
- "url": "https://t.me/officialGlowV2"
- },
- {
- "name": "discord",
- "url": "https://discord.com/glowv2"
- },
- {
- "name": "whitepaper",
- "url": "https://drive.google.com/file/d/1xTOCq7dg4z10PRAmN1KaoIp0aPxyQhEO/view"
- },
- {
- "name": "reddit",
- "url": "https://reddit.com/GlowTokenLLC"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCJaEd7QSboUsqjudACJrNFw"
- },
- {
- "name": "facebook",
- "url": "https://facebook.com/groups/326003435955719"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/glow-v2/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/coins/glowv2"
- }
- ],
- "tags": [
- "defi"
- ]
-}
diff --git a/blockchains/smartchain/assets/0x05De1dbFCdc876F790371508b97C337640Dcd6a9/logo.png b/blockchains/smartchain/assets/0x05De1dbFCdc876F790371508b97C337640Dcd6a9/logo.png
deleted file mode 100644
index 1bcb6127d877a..0000000000000
Binary files a/blockchains/smartchain/assets/0x05De1dbFCdc876F790371508b97C337640Dcd6a9/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x05F2dF7B3D612A23fe12162A6c996447dCE728a5/info.json b/blockchains/smartchain/assets/0x05F2dF7B3D612A23fe12162A6c996447dCE728a5/info.json
deleted file mode 100644
index cddd3c7f62d34..0000000000000
--- a/blockchains/smartchain/assets/0x05F2dF7B3D612A23fe12162A6c996447dCE728a5/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "YUMMY",
- "type": "BEP20",
- "symbol": "YUMMY",
- "decimals": 9,
- "website": "https://yummycrypto.com/",
- "description": "Yummy is a BEP20 token issued on the Binance Smart Chain on a mission to end world hunger. Each time Yummy is traded, a charity is receiving donations. Yummy sets out to transform the crypto industry by giving back while creating a coin that benefits charity and its holders. We are placing an emphases on complete transparency, sustainable, strategic growth decisions, and innovative marketing campaigns that will ensure the world falls in love with Yummy as much as the rest of us.",
- "explorer": "https://bscscan.com/token/0x05F2dF7B3D612A23fe12162A6c996447dCE728a5",
- "status": "active",
- "id": "0x05F2dF7B3D612A23fe12162A6c996447dCE728a5"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x05F2dF7B3D612A23fe12162A6c996447dCE728a5/logo.png b/blockchains/smartchain/assets/0x05F2dF7B3D612A23fe12162A6c996447dCE728a5/logo.png
deleted file mode 100644
index 30274220d4d86..0000000000000
Binary files a/blockchains/smartchain/assets/0x05F2dF7B3D612A23fe12162A6c996447dCE728a5/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x05aD6E30A855BE07AfA57e08a4f30d00810a402e/info.json b/blockchains/smartchain/assets/0x05aD6E30A855BE07AfA57e08a4f30d00810a402e/info.json
deleted file mode 100644
index 47e45710fb00f..0000000000000
--- a/blockchains/smartchain/assets/0x05aD6E30A855BE07AfA57e08a4f30d00810a402e/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "Tiny Coin",
- "type": "BEP20",
- "symbol": "TINC",
- "decimals": 18,
- "website": "https://tinyworlds.io/",
- "description": "Tiny World is a fully trading game universe based on historical legends from across the globe. It combines P2E and DAO governance with quality gameplay.",
- "explorer": "https://bscscan.com/token/0x05aD6E30A855BE07AfA57e08a4f30d00810a402e",
- "status": "active",
- "id": "0x05aD6E30A855BE07AfA57e08a4f30d00810a402e",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/tinyworldgamefi"
- },
- {
- "name": "telegram",
- "url": "https://t.me/tinyworld_en"
- },
- {
- "name": "docs",
- "url": "https://docs.tinyworlds.io/"
- },
- {
- "name": "medium",
- "url": "https://medium.com/@tinyworld.gamefi"
- },
- {
- "name": "youtube",
- "url": "https://youtube.com/channel/UCmm9JeIkqes3sS6NZ2YGA0w?sub_confirmation=1"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/tiny-coin/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/en/coins/tiny-coin"
- }
- ],
- "tags": [
- "gamefi"
- ]
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x05aD6E30A855BE07AfA57e08a4f30d00810a402e/logo.png b/blockchains/smartchain/assets/0x05aD6E30A855BE07AfA57e08a4f30d00810a402e/logo.png
deleted file mode 100644
index 21ac33e14398a..0000000000000
Binary files a/blockchains/smartchain/assets/0x05aD6E30A855BE07AfA57e08a4f30d00810a402e/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x05ad901cf196cbDCEaB3F8e602a47AAdB1a2e69d/info.json b/blockchains/smartchain/assets/0x05ad901cf196cbDCEaB3F8e602a47AAdB1a2e69d/info.json
deleted file mode 100644
index e274439e8b42d..0000000000000
--- a/blockchains/smartchain/assets/0x05ad901cf196cbDCEaB3F8e602a47AAdB1a2e69d/info.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "Zoro Inu",
- "type": "BEP20",
- "symbol": "ZORO",
- "decimals": 18,
- "website": "https://www.zoroinu.io/",
- "description": "Frictionless Defi adoption through tools & education.",
- "explorer": "https://bscscan.com/token/0x05ad901cf196cbdceab3f8e602a47aadb1a2e69d",
- "status": "active",
- "id": "0x05ad901cf196cbDCEaB3F8e602a47AAdB1a2e69d",
- "links": [
- {
- "name": "twitter",
- "url": "https://twitter.com/ZoroToken"
- },
- {
- "name": "github",
- "url": "https://github.com/zoroinu"
- },
- {
- "name": "telegram",
- "url": "https://t.me/Zoroinucommunity"
- },
- {
- "name": "whitepaper",
- "url": "https://docs.zoroinu.io/"
- },
- {
- "name": "medium",
- "url": "https://zoroinu.medium.com/"
- },
- {
- "name": "coinmarketcap",
- "url": "https://coinmarketcap.com/currencies/zoro-inu/"
- },
- {
- "name": "coingecko",
- "url": "https://coingecko.com/zoro-inu"
- }
- ],
- "tags": [
- "memes"
- ]
-}
diff --git a/blockchains/smartchain/assets/0x05ad901cf196cbDCEaB3F8e602a47AAdB1a2e69d/logo.png b/blockchains/smartchain/assets/0x05ad901cf196cbDCEaB3F8e602a47AAdB1a2e69d/logo.png
deleted file mode 100644
index 282fb234550fa..0000000000000
Binary files a/blockchains/smartchain/assets/0x05ad901cf196cbDCEaB3F8e602a47AAdB1a2e69d/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x05c1EFdEbB8A12f2F3A8DEE07eC4Aa5c452BDAF0/info.json b/blockchains/smartchain/assets/0x05c1EFdEbB8A12f2F3A8DEE07eC4Aa5c452BDAF0/info.json
deleted file mode 100644
index cdc16556361d6..0000000000000
--- a/blockchains/smartchain/assets/0x05c1EFdEbB8A12f2F3A8DEE07eC4Aa5c452BDAF0/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "FEG Wrapped CAKE",
- "website": "https://fegtoken.com",
- "description": "FEG Wrapped CAKE",
- "explorer": "https://bscscan.com/token/0x05c1EFdEbB8A12f2F3A8DEE07eC4Aa5c452BDAF0",
- "type": "BEP20",
- "symbol": "fCAKE",
- "decimals": 18,
- "status": "active",
- "id": "0x05c1EFdEbB8A12f2F3A8DEE07eC4Aa5c452BDAF0"
-}
\ No newline at end of file
diff --git a/blockchains/smartchain/assets/0x05c1EFdEbB8A12f2F3A8DEE07eC4Aa5c452BDAF0/logo.png b/blockchains/smartchain/assets/0x05c1EFdEbB8A12f2F3A8DEE07eC4Aa5c452BDAF0/logo.png
deleted file mode 100644
index 7a4e700bb67b4..0000000000000
Binary files a/blockchains/smartchain/assets/0x05c1EFdEbB8A12f2F3A8DEE07eC4Aa5c452BDAF0/logo.png and /dev/null differ
diff --git a/blockchains/smartchain/assets/0x05ce1303dFcEB5Dc4CD16D19d550cE462D11783c/info.json b/blockchains/smartchain/assets/0x05ce1303dFcEB5Dc4CD16D19d550cE462D11783c/info.json
deleted file mode 100644
index 2c798b2688591..0000000000000
--- a/blockchains/smartchain/assets/0x05ce1303dFcEB5Dc4CD16D19d550cE462D11783c/info.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "SafeDoge",
- "type": "BEP20",
- "symbol": "SAFEDOGE",
- "decimals": 9,
- "website": "https://safedoge.me",
- "description": "Safedo